From e103034f99bcffe00a02a065e62a3b026a2a21fa Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Thu, 23 Oct 2025 17:19:00 +0200 Subject: [PATCH 01/10] [TMP] Bumped ibexa/code-style to 2.2.x-dev --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1fc3469268..d4ac854152 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,7 @@ "require-dev": { "behat/behat": "^3.6.1", "friends-of-behat/mink-extension": "^2.4", - "ibexa/code-style": "~2.1.0", + "ibexa/code-style": "^2.2.x-dev", "ibexa/rector": "~5.0.x-dev", "jenner/simple_fork": "^1.2", "matthiasnoback/symfony-dependency-injection-test": "^5.0", From cfd224732a422dc8917817d1d803a41b16691e2e Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Thu, 23 Oct 2025 17:27:30 +0200 Subject: [PATCH 02/10] [CS] Aligned codebase with ibexa/code-style@62c1a78 --- src/bundle/Core/ApiLoader/CacheFactory.php | 7 +- .../Exception/InvalidRepositoryException.php | 4 +- .../Exception/InvalidSearchEngine.php | 4 +- .../Exception/InvalidSearchEngineIndexer.php | 4 +- .../Exception/InvalidStorageEngine.php | 4 +- .../RepositoryConfigurationProvider.php | 6 +- .../Core/ApiLoader/RepositoryFactory.php | 6 +- .../Core/ApiLoader/SearchEngineFactory.php | 18 +- .../ApiLoader/SearchEngineIndexerFactory.php | 20 +- .../ApiLoader/StorageConnectionFactory.php | 7 +- .../Core/ApiLoader/StorageEngineFactory.php | 17 +- .../Core/Cache/Warmer/ProxyCacheWarmer.php | 6 +- src/bundle/Core/Command/CheckURLsCommand.php | 14 +- .../Core/Command/CleanupVersionsCommand.php | 19 +- .../Core/Command/CopySubtreeCommand.php | 36 +- .../Command/DebugConfigResolverCommand.php | 10 +- .../DeleteContentTranslationCommand.php | 28 +- .../Command/ExpireUserPasswordsCommand.php | 12 +- .../ContentTypeInputGeneratorStrategy.php | 17 +- ...ontentIdListGeneratorStrategyInterface.php | 5 +- .../Command/NormalizeImagesPathsCommand.php | 25 +- .../Command/RegenerateUrlAliasesCommand.php | 65 +- src/bundle/Core/Command/ReindexCommand.php | 37 +- .../Command/ResizeOriginalImagesCommand.php | 65 +- .../SetSystemContentTypeGroupCommand.php | 12 +- .../Command/UpdateTimestampsToUTCCommand.php | 53 +- .../VirtualFieldDuplicateFixCommand.php | 11 +- src/bundle/Core/Controller.php | 2 +- .../LocationArgumentResolver.php | 20 +- .../Compiler/BinaryContentDownloadPass.php | 7 +- .../Compiler/ConsoleCacheWarmupPass.php | 1 + .../Compiler/ImaginePass.php | 12 +- .../InjectEntityManagerMappingsPass.php | 12 +- .../SiteAccessMatcherRegistryPass.php | 2 +- .../DependencyInjection/Configuration.php | 27 +- .../Configuration/AbstractParser.php | 18 +- .../Configuration/ChainConfigResolver.php | 32 +- .../Configuration/ConfigBuilderInterface.php | 2 +- .../Configuration/ConfigParser.php | 25 +- .../Configuration/ConfigResolver.php | 22 +- .../ContainerConfigResolver.php | 41 +- .../DefaultScopeConfigResolver.php | 20 +- .../GlobalScopeConfigResolver.php | 20 +- .../SiteAccessConfigResolver.php | 55 +- .../SiteAccessGroupConfigResolver.php | 42 +- .../StaticSiteAccessConfigResolver.php | 14 +- .../Configuration/ContainerConfigBuilder.php | 2 +- .../FieldTypeParserInterface.php | 2 +- .../Parser/AbstractFieldTypeParser.php | 2 +- .../Configuration/Parser/Common.php | 15 +- .../Configuration/Parser/Content.php | 9 +- .../Parser/FieldType/ImageAsset.php | 7 +- .../Configuration/Parser/IO.php | 22 +- .../Configuration/Parser/Image.php | 16 +- .../Configuration/Parser/Languages.php | 21 +- .../Configuration/Parser/LocationView.php | 6 +- .../Configuration/Parser/Templates.php | 15 +- .../Configuration/Parser/UrlChecker.php | 7 +- .../Parser/UserContentTypeIdentifier.php | 9 +- .../Configuration/Parser/View.php | 15 +- .../Configuration/ParserInterface.php | 2 +- .../Configuration/RepositoryConfigParser.php | 4 +- .../SiteAccessAware/Configuration.php | 11 +- .../ConfigurationMapperInterface.php | 6 +- .../ConfigurationProcessor.php | 43 +- .../SiteAccessAware/Contextualizer.php | 43 +- .../ContextualizerInterface.php | 21 +- .../HookableConfigurationMapperInterface.php | 10 +- .../Collector/SuggestionCollector.php | 6 +- .../SuggestionCollectorInterface.php | 4 +- .../Suggestion/ConfigSuggestion.php | 7 +- .../IbexaCoreExtension.php | 195 +- .../PolicyProvider/PoliciesConfigBuilder.php | 7 +- .../PolicyProviderInterface.php | 3 +- .../Core/DependencyInjection/ServiceTags.php | 7 +- .../Core/Entity/EntityManagerFactory.php | 4 +- .../BackgroundIndexingTerminateListener.php | 15 +- .../CacheViewResponseListener.php | 2 +- .../EventListener/ConfigScopeListener.php | 8 +- .../EventListener/ConsoleCommandListener.php | 9 +- .../ContentDownloadRouteReferenceListener.php | 4 +- .../Core/EventListener/ExceptionListener.php | 4 +- .../EventListener/IndexRequestListener.php | 4 +- .../Core/EventListener/LocaleListener.php | 13 +- .../EventListener/PreviewRequestListener.php | 4 +- .../EventListener/RequestEventListener.php | 21 +- .../Core/EventListener/RoutingListener.php | 13 +- .../SessionSetDynamicNameListener.php | 9 +- .../Core/EventListener/SiteAccessListener.php | 2 +- .../EventListener/ViewControllerListener.php | 14 +- .../EventListener/ViewRendererListener.php | 3 +- .../Features/Context/BasicContentContext.php | 30 +- .../Core/Features/Context/ConsoleContext.php | 18 +- .../Core/Features/Context/ContentContext.php | 22 +- .../Context/ContentPreviewContext.php | 2 +- .../Features/Context/ContentTypeContext.php | 45 +- .../Features/Context/FieldTypeContext.php | 64 +- .../Context/QueryControllerContext.php | 17 +- .../Core/Features/Context/RoleContext.php | 9 +- .../Core/Features/Context/UserContext.php | 148 +- .../Context/YamlConfigurationContext.php | 8 +- .../Fragment/DecoratedFragmentRenderer.php | 7 +- .../Core/Fragment/DirectFragmentRenderer.php | 22 +- .../Core/Fragment/FragmentListenerFactory.php | 7 +- .../Core/Fragment/InlineFragmentRenderer.php | 9 +- .../Fragment/SiteAccessSerializationTrait.php | 8 +- .../Core/Fragment/SiteAccessSerializer.php | 6 +- .../SiteAccessSerializerInterface.php | 5 +- src/bundle/Core/Imagine/AliasCleaner.php | 2 +- src/bundle/Core/Imagine/AliasGenerator.php | 36 +- src/bundle/Core/Imagine/BinaryLoader.php | 13 +- .../Imagine/Cache/AliasGeneratorDecorator.php | 55 +- .../Cache/Resolver/RelativeResolver.php | 2 +- .../Core/Imagine/Cache/ResolverFactory.php | 10 +- .../Core/Imagine/Filter/AbstractFilter.php | 12 +- .../Imagine/Filter/FilterConfiguration.php | 12 +- .../Core/Imagine/Filter/FilterInterface.php | 10 +- .../Filter/Gmagick/ReduceNoiseFilter.php | 5 +- .../Imagine/Filter/Gmagick/SwirlFilter.php | 5 +- .../Filter/Imagick/ReduceNoiseFilter.php | 5 +- .../Imagine/Filter/Imagick/SwirlFilter.php | 5 +- .../Filter/Loader/BorderFilterLoader.php | 6 +- .../Filter/Loader/CropFilterLoader.php | 6 +- .../Filter/Loader/FilterLoaderWrapped.php | 4 +- .../Filter/Loader/GrayscaleFilterLoader.php | 6 +- .../Filter/Loader/ReduceNoiseFilterLoader.php | 8 +- .../Loader/ScaleDownOnlyFilterLoader.php | 12 +- .../Filter/Loader/ScaleExactFilterLoader.php | 6 +- .../Filter/Loader/ScaleFilterLoader.php | 6 +- .../ScaleHeightDownOnlyFilterLoader.php | 6 +- .../Filter/Loader/ScaleHeightFilterLoader.php | 6 +- .../Loader/ScalePercentFilterLoader.php | 6 +- .../Loader/ScaleWidthDownOnlyFilterLoader.php | 6 +- .../Filter/Loader/ScaleWidthFilterLoader.php | 6 +- .../Filter/Loader/SwirlFilterLoader.php | 8 +- .../Core/Imagine/Filter/UnsupportedFilter.php | 2 +- .../Core/Imagine/IORepositoryResolver.php | 28 +- .../Imagine/ImageAsset/AliasGenerator.php | 22 +- .../Imagine/PlaceholderAliasGenerator.php | 24 +- .../PlaceholderAliasGeneratorConfigurator.php | 4 +- .../Core/Imagine/PlaceholderProvider.php | 8 +- .../PlaceholderProvider/GenericProvider.php | 18 +- .../PlaceholderProvider/RemoteProvider.php | 12 +- .../Imagine/PlaceholderProviderRegistry.php | 8 +- .../Variation/ImagineAwareAliasGenerator.php | 32 +- .../AliasDirectoryVariationPathGenerator.php | 6 +- ...riginalDirectoryVariationPathGenerator.php | 6 +- .../WebpFormatVariationPathGenerator.php | 6 +- .../Imagine/VariationPurger/ImageFileList.php | 4 +- .../ImageFileVariationPurger.php | 3 +- .../LegacyStorageImageFileList.php | 3 +- .../LegacyStorageImageFileRowReader.php | 7 +- .../Core/Matcher/ViewMatcherRegistry.php | 12 +- src/bundle/Core/Routing/DefaultRouter.php | 7 +- .../JsRouting/ExposedRoutesExtractor.php | 12 +- src/bundle/Core/Routing/UrlAliasRouter.php | 8 +- .../Session/Handler/NativeSessionHandler.php | 6 +- .../Config/ComplexConfigProcessor.php | 8 +- .../SiteAccess/Config/IOConfigResolver.php | 2 +- .../Core/SiteAccess/LanguageResolver.php | 2 +- src/bundle/Core/SiteAccess/MatcherBuilder.php | 16 +- .../SiteAccess/SiteAccessMatcherRegistry.php | 10 +- .../SiteAccessMatcherRegistryInterface.php | 9 +- .../ContextAwareTwigVariablesExtension.php | 2 +- .../PolicyTranslationDefinitionProvider.php | 2 +- .../AbstractConfigResolverBasedURLHandler.php | 2 +- .../URLChecker/Handler/AbstractURLHandler.php | 10 +- .../Core/URLChecker/Handler/HTTPHandler.php | 18 +- src/bundle/Core/URLChecker/URLChecker.php | 13 +- .../Core/URLChecker/URLCheckerInterface.php | 2 +- .../Core/URLChecker/URLHandlerInterface.php | 4 +- .../Core/URLChecker/URLHandlerRegistry.php | 8 +- .../URLHandlerRegistryInterface.php | 9 +- .../ValueResolver/ContentValueResolver.php | 17 +- .../ValueResolver/LocationValueResolver.php | 17 +- src/bundle/Core/Variation/PathResolver.php | 11 +- src/bundle/Core/View/Provider/Configured.php | 2 +- .../Debug/Collector/IbexaCoreCollector.php | 24 +- .../Collector/PersistenceCacheCollector.php | 9 +- .../Debug/Collector/SiteAccessCollector.php | 10 +- .../IbexaDebugExtension.php | 6 +- src/bundle/IO/ApiLoader/HandlerRegistry.php | 2 +- src/bundle/IO/BinaryStreamResponse.php | 23 +- src/bundle/IO/Command/MigrateFilesCommand.php | 14 +- .../Compiler/IOConfigurationPass.php | 11 +- .../IO/DependencyInjection/Configuration.php | 8 +- .../ConfigurationFactory.php | 8 +- .../ConfigurationFactory/Flysystem.php | 14 +- .../MetadataHandler/LegacyDFSCluster.php | 7 +- .../DependencyInjection/IbexaIOExtension.php | 41 +- .../IO/EventListener/StreamFileListener.php | 18 +- src/bundle/IO/IbexaIOBundle.php | 2 +- .../Migration/FileLister/BinaryFileLister.php | 6 +- .../LegacyStorageFileIterator.php | 4 +- .../FileLister/FileIteratorInterface.php | 4 +- .../LegacyStorageFileRowReader.php | 9 +- .../Migration/FileLister/ImageFileLister.php | 12 +- .../IO/Migration/FileListerInterface.php | 9 +- .../IO/Migration/FileListerRegistry.php | 6 +- .../ConfigurableRegistry.php | 8 +- .../IO/Migration/FileMigratorInterface.php | 2 +- src/bundle/IO/Migration/MigrationHandler.php | 4 +- .../ApiLoader/ConnectionFactory.php | 2 +- .../IbexaLegacySearchEngineExtension.php | 6 +- .../Command/InstallPlatformCommand.php | 44 +- .../Command/ValidatePasswordHashesCommand.php | 10 +- .../IbexaRepositoryInstallerExtension.php | 6 +- .../Subscriber/BuildSchemaSubscriber.php | 2 +- .../Installer/CoreInstaller.php | 34 +- .../Installer/DbBasedInstaller.php | 16 +- src/contracts/Collection/ArrayList.php | 2 +- src/contracts/Collection/ArrayMap.php | 2 +- .../Collection/CollectionInterface.php | 2 +- src/contracts/Collection/ListInterface.php | 6 +- src/contracts/Collection/MapInterface.php | 4 +- src/contracts/Collection/MutableArrayList.php | 2 +- src/contracts/Collection/MutableArrayMap.php | 8 +- .../Collection/MutableMapInterface.php | 5 +- .../Collection/StreamableInterface.php | 8 +- src/contracts/Container.php | 4 +- ...positoryConfigurationProviderInterface.php | 8 +- .../Container/Encore/ConfigurationDumper.php | 3 +- .../NameSchema/AbstractNameSchemaEvent.php | 7 +- .../ResolveContentNameSchemaEvent.php | 3 +- .../NameSchema/ResolveNameSchemaEvent.php | 4 +- .../Event/View/PostBuildViewEvent.php | 2 +- .../Exception/InvalidArgumentException.php | 9 +- .../Exception/InvalidArgumentType.php | 10 +- .../Exception/OutOfBoundsException.php | 4 +- .../BinaryBase/PathGeneratorInterface.php | 5 +- .../BinaryBase/RouteAwarePathGenerator.php | 15 +- src/contracts/FieldType/Comparable.php | 5 +- .../FieldType/DefaultDataFieldStorage.php | 11 +- src/contracts/FieldType/FieldStorage.php | 37 +- src/contracts/FieldType/FieldType.php | 61 +- .../FieldType/GatewayBasedStorage.php | 15 +- src/contracts/FieldType/Generic/Type.php | 29 +- .../ConstraintViolationAdapter.php | 5 +- src/contracts/FieldType/Indexable.php | 12 +- src/contracts/FieldType/StorageGateway.php | 6 +- .../FieldType/StorageGatewayInterface.php | 4 +- .../AbstractValidationError.php | 7 +- .../NonConfigurableValidationError.php | 6 +- .../UnknownValidatorValidationError.php | 6 +- .../FieldType/ValueSerializerInterface.php | 25 +- src/contracts/IO/MimeTypeDetector.php | 6 +- src/contracts/Limitation/Target.php | 8 +- .../Target/Builder/VersionBuilder.php | 22 +- .../Limitation/Target/DestinationLocation.php | 9 +- src/contracts/Limitation/Target/Version.php | 12 +- src/contracts/Limitation/TargetAwareType.php | 21 +- src/contracts/Limitation/Type.php | 37 +- .../MVC/Templating/BaseRenderStrategy.php | 6 +- .../MVC/Templating/RenderStrategy.php | 5 +- src/contracts/MVC/View/VariableProvider.php | 5 +- .../MVC/View/ViewMatcherRegistryInterface.php | 5 +- src/contracts/Options/MutableOptionsBag.php | 5 +- src/contracts/Options/OptionsBag.php | 5 +- .../Persistence/Bookmark/Handler.php | 27 +- src/contracts/Persistence/Content.php | 7 +- .../Persistence/Content/ContentItem.php | 19 +- .../Persistence/Content/CreateStruct.php | 2 +- src/contracts/Persistence/Content/Field.php | 2 +- .../Content/FieldTypeConstraints.php | 5 +- src/contracts/Persistence/Content/Handler.php | 169 +- .../Persistence/Content/Language/Handler.php | 21 +- .../Persistence/Content/Location.php | 3 +- .../Content/Location/CreateStruct.php | 5 +- .../Persistence/Content/Location/Handler.php | 96 +- .../Content/Location/Trash/Handler.php | 33 +- .../Content/Location/Trash/TrashResult.php | 3 +- .../Content/LocationWithContentInfo.php | 14 +- .../Content/ObjectState/Handler.php | 82 +- .../Content/Relation/CreateStruct.php | 9 +- .../Persistence/Content/Section/Handler.php | 33 +- src/contracts/Persistence/Content/Type.php | 3 +- .../Persistence/Content/Type/CreateStruct.php | 2 +- .../Type/CriterionHandlerInterface.php | 3 +- .../Content/Type/FieldDefinition.php | 4 +- .../Persistence/Content/Type/Handler.php | 164 +- .../Persistence/Content/UpdateStruct.php | 2 +- .../Persistence/Content/UrlAlias/Handler.php | 90 +- .../Content/UrlWildcard/Handler.php | 29 +- .../Persistence/Content/VersionInfo.php | 2 +- src/contracts/Persistence/FieldType.php | 2 +- .../Persistence/Filter/Content/Handler.php | 2 +- .../Content/LazyContentItemListIterator.php | 5 +- .../Persistence/Filter/CriterionVisitor.php | 3 +- .../Filter/Doctrine/FilteringQueryBuilder.php | 28 +- .../Persistence/Filter/LazyListIterator.php | 6 +- .../Persistence/Filter/Location/Handler.php | 2 +- .../Location/LazyLocationListIterator.php | 5 +- .../Persistence/Filter/SortClauseVisitor.php | 11 +- src/contracts/Persistence/Handler.php | 28 +- .../Persistence/Notification/Handler.php | 39 +- src/contracts/Persistence/Token/Handler.php | 12 +- src/contracts/Persistence/URL/Handler.php | 20 +- src/contracts/Persistence/User/Handler.php | 128 +- src/contracts/Persistence/User/Role.php | 2 +- .../Persistence/User/RoleCopyStruct.php | 3 +- .../Persistence/UserPreference/Handler.php | 23 +- src/contracts/Persistence/ValueObject.php | 4 +- src/contracts/Pool/Pool.php | 6 +- src/contracts/Pool/PoolInterface.php | 4 +- src/contracts/Repository/BookmarkService.php | 30 +- src/contracts/Repository/ContentService.php | 309 +- .../RelationListFacadeInterface.php | 3 +- .../Repository/ContentTypeService.php | 278 +- .../Decorator/ContentServiceDecorator.php | 49 +- .../Decorator/ContentTypeServiceDecorator.php | 12 +- .../Decorator/LocationServiceDecorator.php | 18 +- .../Decorator/RoleServiceDecorator.php | 7 +- .../Decorator/SettingServiceDecorator.php | 12 +- .../Decorator/TokenServiceDecorator.php | 6 +- src/contracts/Repository/Event/AfterEvent.php | 4 +- .../Repository/Event/BeforeEvent.php | 4 +- .../Events/Content/BeforeAddRelationEvent.php | 6 +- .../Content/BeforeCreateContentEvent.php | 5 +- .../Content/BeforeDeleteRelationEvent.php | 6 +- .../Content/BeforeDeleteTranslationEvent.php | 6 +- .../Content/BeforePublishVersionEvent.php | 6 +- .../BeforeUpdateContentMetadataEvent.php | 6 +- .../Events/Content/CreateContentEvent.php | 7 +- .../BeforeAddFieldDefinitionEvent.php | 6 +- .../BeforeAssignContentTypeGroupEvent.php | 6 +- .../BeforeCopyContentTypeEvent.php | 6 +- .../BeforeCreateContentTypeEvent.php | 13 +- ...eforeRemoveContentTypeTranslationEvent.php | 6 +- .../BeforeRemoveFieldDefinitionEvent.php | 6 +- .../BeforeUnassignContentTypeGroupEvent.php | 6 +- .../BeforeUpdateContentTypeDraftEvent.php | 6 +- .../BeforeUpdateContentTypeGroupEvent.php | 6 +- .../ContentType/CreateContentTypeEvent.php | 7 +- .../BeforeUpdateLanguageNameEvent.php | 6 +- .../Location/BeforeCopySubtreeEvent.php | 6 +- .../Location/BeforeCreateLocationEvent.php | 6 +- .../Location/BeforeMoveSubtreeEvent.php | 6 +- .../Location/BeforeSwapLocationEvent.php | 6 +- .../Location/BeforeUpdateLocationEvent.php | 6 +- .../BeforeCreateObjectStateEvent.php | 6 +- .../BeforeSetContentStateEvent.php | 7 +- .../BeforeSetPriorityOfObjectStateEvent.php | 6 +- .../BeforeUpdateObjectStateEvent.php | 6 +- .../BeforeUpdateObjectStateGroupEvent.php | 6 +- .../Role/BeforeAddPolicyByRoleDraftEvent.php | 6 +- .../Role/BeforeAssignRoleToUserEvent.php | 7 +- .../Role/BeforeAssignRoleToUserGroupEvent.php | 7 +- .../Events/Role/BeforeCopyRoleEvent.php | 9 +- .../BeforeRemovePolicyByRoleDraftEvent.php | 6 +- .../BeforeUpdatePolicyByRoleDraftEvent.php | 7 +- .../Role/BeforeUpdateRoleDraftEvent.php | 6 +- .../Section/BeforeAssignSectionEvent.php | 6 +- .../BeforeAssignSectionToSubtreeEvent.php | 6 +- .../Section/BeforeUpdateSectionEvent.php | 6 +- .../Setting/BeforeUpdateSettingEvent.php | 6 +- .../BeforeRevokeTokenByIdentifierEvent.php | 6 +- .../Token/RevokeTokenByIdentifierEvent.php | 6 +- .../Events/Trash/BeforeEmptyTrashEvent.php | 4 +- .../Events/Trash/BeforeRecoverEvent.php | 12 +- .../Events/URL/BeforeUpdateUrlEvent.php | 6 +- .../BeforeCreateGlobalUrlAliasEvent.php | 9 +- .../URLAlias/BeforeCreateUrlAliasEvent.php | 9 +- .../URLAlias/BeforeRemoveAliasesEvent.php | 7 +- .../Events/URLAlias/RemoveAliasesEvent.php | 7 +- .../Events/URLWildcard/BeforeCreateEvent.php | 7 +- .../User/BeforeAssignUserToUserGroupEvent.php | 6 +- .../Events/User/BeforeCreateUserEvent.php | 13 +- .../User/BeforeCreateUserGroupEvent.php | 6 +- .../Events/User/BeforeMoveUserGroupEvent.php | 6 +- .../BeforeUnAssignUserFromUserGroupEvent.php | 6 +- .../Events/User/BeforeUpdateUserEvent.php | 6 +- .../User/BeforeUpdateUserGroupEvent.php | 6 +- .../User/BeforeUpdateUserPasswordEvent.php | 6 +- .../User/BeforeUpdateUserTokenEvent.php | 6 +- .../Events/User/CreateUserEvent.php | 7 +- .../BeforeSetUserPreferenceEvent.php | 3 +- .../UserPreference/SetUserPreferenceEvent.php | 3 +- .../Exceptions/BadStateException.php | 4 +- .../ContentFieldValidationException.php | 4 +- ...TypeFieldDefinitionValidationException.php | 4 +- .../ContentTypeValidationException.php | 4 +- .../Exceptions/ContentValidationException.php | 4 +- .../Repository/Exceptions/Exception.php | 4 +- .../Exceptions/ForbiddenException.php | 4 +- .../Exceptions/InvalidArgumentException.php | 4 +- .../InvalidCriterionArgumentException.php | 7 +- .../Exceptions/InvalidVariationException.php | 8 +- .../LimitationValidationException.php | 4 +- .../Exceptions/NotFoundException.php | 4 +- .../Exceptions/NotImplementedException.php | 7 +- .../Exceptions/OutOfBoundsException.php | 4 +- .../Exceptions/PropertyNotFoundException.php | 7 +- .../Exceptions/PropertyReadOnlyException.php | 7 +- .../Exceptions/UnauthorizedException.php | 4 +- src/contracts/Repository/FieldType.php | 22 +- src/contracts/Repository/FieldTypeService.php | 10 +- .../Iterator/BatchIteratorAdapter.php | 5 +- .../AbstractSearchAdapter.php | 11 +- .../ContentFilteringAdapter.php | 13 +- .../ContentInfoSearchAdapter.php | 3 +- .../LocationFilteringAdapter.php | 16 +- .../RelationListIteratorAdapter.php | 18 +- src/contracts/Repository/LanguageService.php | 56 +- .../Repository/Lists/UnauthorizedListItem.php | 7 +- src/contracts/Repository/LocationService.php | 185 +- .../NameSchema/NameSchemaServiceInterface.php | 8 +- .../Repository/NotificationService.php | 30 +- .../Repository/ObjectStateService.php | 160 +- .../Repository/PasswordHashService.php | 11 +- .../PermissionCriterionResolver.php | 14 +- .../Repository/PermissionResolver.php | 29 +- .../Repository/PermissionService.php | 4 +- src/contracts/Repository/Repository.php | 45 +- src/contracts/Repository/RoleService.php | 248 +- src/contracts/Repository/SearchService.php | 68 +- src/contracts/Repository/SectionService.php | 75 +- src/contracts/Repository/SettingService.php | 29 +- .../Field/ThumbnailStrategy.php | 5 +- .../ContentThumbnail/ThumbnailStrategy.php | 6 +- src/contracts/Repository/TokenService.php | 8 +- .../Repository/TranslationService.php | 12 +- src/contracts/Repository/TrashService.php | 41 +- src/contracts/Repository/URLAliasService.php | 58 +- src/contracts/Repository/URLService.php | 50 +- .../Repository/URLWildcardService.php | 50 +- .../Repository/UserPreferenceService.php | 25 +- src/contracts/Repository/UserService.php | 313 +- .../Repository/Validator/ContentValidator.php | 3 +- .../Values/Bookmark/BookmarkList.php | 3 +- .../Repository/Values/Content/Content.php | 28 +- .../Values/Content/ContentCreateStruct.php | 2 +- .../Values/Content/ContentDraftList.php | 3 +- .../Repository/Values/Content/ContentInfo.php | 2 +- .../Repository/Values/Content/ContentList.php | 12 +- .../Values/Content/ContentStruct.php | 8 +- .../Values/Content/ContentUpdateStruct.php | 2 +- .../ContentDraftListItemInterface.php | 2 +- .../Item/UnauthorizedContentDraftListItem.php | 7 +- .../Repository/Values/Content/Location.php | 8 +- .../Values/Content/LocationList.php | 4 +- .../Values/Content/LocationQuery.php | 4 +- .../Repository/Values/Content/Query.php | 6 +- .../Aggregation/AbstractRangeAggregation.php | 6 +- .../ContentTypeGroupTermAggregation.php | 4 +- .../ContentTypeTermAggregation.php | 4 +- .../DateMetadataRangeAggregation.php | 7 +- .../Field/AbstractFieldRangeAggregation.php | 3 +- .../Field/AuthorTermAggregation.php | 4 +- .../Field/CheckboxTermAggregation.php | 4 +- .../Field/DateRangeAggregation.php | 2 +- .../Field/DateTimeRangeAggregation.php | 2 +- .../Field/FloatRangeAggregation.php | 2 +- .../Field/FloatStatsAggregation.php | 4 +- .../Field/IntegerRangeAggregation.php | 2 +- .../Field/IntegerStatsAggregation.php | 4 +- .../Field/KeywordTermAggregation.php | 4 +- .../Field/SelectionTermAggregation.php | 4 +- .../Field/TimeRangeAggregation.php | 2 +- .../Aggregation/LanguageTermAggregation.php | 4 +- .../LocationChildrenTermAggregation.php | 4 +- .../Location/SubtreeTermAggregation.php | 12 +- .../Query/Aggregation/LocationAggregation.php | 4 +- .../Content/Query/Aggregation/Range.php | 33 +- .../Ranges/DateTimeStepRangesGenerator.php | 10 +- .../Ranges/FloatStepRangesGenerator.php | 8 +- .../Ranges/IntegerStepRangesGenerator.php | 8 +- .../Ranges/RangesGeneratorInterface.php | 4 +- .../Query/Aggregation/RawRangeAggregation.php | 11 +- .../Query/Aggregation/RawStatsAggregation.php | 6 +- .../Aggregation/SectionTermAggregation.php | 4 +- .../Aggregation/VisibilityTermAggregation.php | 4 +- .../Values/Content/Query/Criterion.php | 16 +- .../Content/Query/Criterion/Ancestor.php | 6 +- .../Content/Query/Criterion/ContentId.php | 2 +- .../Content/Query/Criterion/ContentName.php | 2 +- .../Query/Criterion/ContentTypeGroupId.php | 2 +- .../Content/Query/Criterion/ContentTypeId.php | 2 +- .../Query/Criterion/ContentTypeIdentifier.php | 2 +- .../Content/Query/Criterion/DateMetadata.php | 9 +- .../Values/Content/Query/Criterion/Field.php | 13 +- .../Content/Query/Criterion/FieldRelation.php | 3 +- .../Content/Query/Criterion/FullText.php | 19 +- .../Values/Content/Query/Criterion/Image.php | 6 +- .../Image/AbstractImageCompositeCriterion.php | 11 +- .../Image/AbstractImageRangeCriterion.php | 10 +- .../Query/Criterion/Image/Dimensions.php | 7 +- .../Content/Query/Criterion/Image/Height.php | 4 +- .../Query/Criterion/Image/Orientation.php | 10 +- .../Content/Query/Criterion/Image/Width.php | 4 +- .../Content/Query/Criterion/IsFieldEmpty.php | 9 +- .../Content/Query/Criterion/IsUserBased.php | 2 +- .../Content/Query/Criterion/LanguageCode.php | 6 +- .../Content/Query/Criterion/Location.php | 4 +- .../Query/Criterion/Location/Depth.php | 6 +- .../Criterion/Location/IsMainLocation.php | 2 +- .../Query/Criterion/Location/Priority.php | 6 +- .../Content/Query/Criterion/LocationId.php | 2 +- .../Query/Criterion/LocationRemoteId.php | 2 +- .../Content/Query/Criterion/LogicalAnd.php | 4 +- .../Query/Criterion/LogicalOperator.php | 6 +- .../Content/Query/Criterion/LogicalOr.php | 4 +- .../Query/Criterion/MapLocationDistance.php | 22 +- .../Content/Query/Criterion/MoreLikeThis.php | 6 +- .../Content/Query/Criterion/ObjectStateId.php | 2 +- .../Query/Criterion/ObjectStateIdentifier.php | 8 +- .../Criterion/Operator/Specifications.php | 12 +- .../Query/Criterion/ParentLocationId.php | 2 +- .../Content/Query/Criterion/RemoteId.php | 2 +- .../Content/Query/Criterion/SectionId.php | 2 +- .../Query/Criterion/SectionIdentifier.php | 4 +- .../Content/Query/Criterion/Sibling.php | 6 +- .../Content/Query/Criterion/Subtree.php | 6 +- .../Content/Query/Criterion/UserEmail.php | 8 +- .../Values/Content/Query/Criterion/UserId.php | 4 +- .../Content/Query/Criterion/UserLogin.php | 8 +- .../Content/Query/Criterion/UserMetadata.php | 9 +- .../Values/Content/Query/Criterion/Value.php | 4 +- .../Criterion/Value/MapLocationValue.php | 6 +- .../Content/Query/Criterion/Visibility.php | 2 +- .../Content/Query/CriterionInterface.php | 4 +- .../Content/Query/CustomFieldInterface.php | 11 +- .../Values/Content/Query/SortClause.php | 11 +- .../Content/Query/SortClause/CustomField.php | 6 +- .../Values/Content/Query/SortClause/Field.php | 20 +- .../Content/Query/SortClause/Location.php | 4 +- .../Query/SortClause/MapLocationDistance.php | 13 +- .../Content/Query/SortClause/Random.php | 6 +- .../Content/Query/SortClause/Target.php | 4 +- .../Query/SortClause/Target/FieldTarget.php | 6 +- .../Repository/Values/Content/Relation.php | 8 +- .../Values/Content/RelationList.php | 5 +- .../RelationListItemInterface.php | 2 +- .../RangeAggregationResult.php | 22 +- .../RangeAggregationResultEntry.php | 12 +- .../StatsAggregationResult.php | 10 +- .../TermAggregationResult.php | 22 +- .../TermAggregationResultEntry.php | 9 +- .../Search/AggregationResultCollection.php | 13 +- .../Values/Content/Search/SearchResult.php | 2 +- .../Content/Search/SpellcheckResult.php | 6 +- .../Values/Content/SectionCreateStruct.php | 4 +- .../Values/Content/SectionUpdateStruct.php | 4 +- .../Values/Content/Trash/SearchResult.php | 3 +- .../Trash/TrashItemDeleteResultList.php | 4 +- .../Repository/Values/Content/URLAlias.php | 2 +- .../Content/URLWildcard/Query/Criterion.php | 4 +- .../Query/Criterion/LogicalAnd.php | 4 +- .../Query/Criterion/LogicalNot.php | 3 +- .../Query/Criterion/LogicalOperator.php | 6 +- .../URLWildcard/Query/Criterion/LogicalOr.php | 4 +- .../URLWildcard/Query/Criterion/MatchAll.php | 4 +- .../URLWildcard/Query/Criterion/MatchNone.php | 4 +- .../URLWildcard/Query/Criterion/Matcher.php | 4 +- .../Content/URLWildcard/Query/SortClause.php | 6 +- .../Content/URLWildcard/SearchResult.php | 3 +- .../Content/URLWildcard/URLWildcardQuery.php | 3 +- .../Content/URLWildcardUpdateStruct.php | 4 +- .../Repository/Values/Content/VersionInfo.php | 8 +- .../Values/ContentType/ContentType.php | 8 +- .../ContentType/ContentTypeCreateStruct.php | 2 +- .../Values/ContentType/ContentTypeDraft.php | 4 +- .../ContentType/FieldDefinitionCollection.php | 11 +- .../ContentType/Query/ContentTypeQuery.php | 6 +- .../Query/Criterion/LogicalAnd.php | 4 +- .../Query/Criterion/LogicalNot.php | 4 +- .../Query/Criterion/LogicalOperator.php | 8 +- .../ContentType/Query/Criterion/LogicalOr.php | 4 +- .../ContentType/Query/CriterionInterface.php | 4 +- .../Values/ContentType/Query/SortClause.php | 8 +- .../Values/ContentType/SearchResult.php | 6 +- .../Values/Filter/CriterionQueryBuilder.php | 5 +- .../Repository/Values/Filter/Filter.php | 33 +- .../Values/Filter/FilteringCriterion.php | 4 +- .../Values/Filter/FilteringSortClause.php | 4 +- .../CriterionHandlerInterface.php | 7 +- .../Values/Notification/NotificationList.php | 2 +- .../Query/Criterion/DateCreated.php | 6 +- .../Notification/Query/CriterionInterface.php | 4 +- .../Notification/Query/NotificationQuery.php | 13 +- .../Values/ObjectState/ObjectState.php | 2 +- .../Repository/Values/Translation.php | 10 +- .../Repository/Values/Translation/Message.php | 8 +- .../Repository/Values/Translation/Plural.php | 9 +- .../Values/Trash/Query/Criterion.php | 4 +- .../Values/Trash/Query/SortClause.php | 4 +- .../Repository/Values/URL/Query/Criterion.php | 4 +- .../Values/URL/Query/Criterion/LogicalAnd.php | 4 +- .../Values/URL/Query/Criterion/LogicalNot.php | 2 +- .../URL/Query/Criterion/LogicalOperator.php | 6 +- .../Values/URL/Query/Criterion/LogicalOr.php | 4 +- .../Values/URL/Query/Criterion/MatchAll.php | 4 +- .../Values/URL/Query/Criterion/MatchNone.php | 4 +- .../Values/URL/Query/Criterion/Matcher.php | 4 +- .../URL/Query/Criterion/VisibleOnly.php | 4 +- .../Values/URL/Query/SortClause.php | 8 +- .../Repository/Values/URL/SearchResult.php | 2 +- src/contracts/Repository/Values/URL/URL.php | 6 +- .../Repository/Values/URL/URLQuery.php | 6 +- .../Values/URL/UsageSearchResult.php | 3 +- .../User/Limitation/BlockingLimitation.php | 6 +- .../Values/User/Limitation/RoleLimitation.php | 4 +- .../Values/User/LookupLimitationResult.php | 12 +- .../Values/User/LookupPolicyLimitations.php | 14 +- .../Repository/Values/User/PasswordInfo.php | 10 +- .../Values/User/PasswordValidationContext.php | 9 +- .../Repository/Values/User/Policy.php | 4 +- .../Repository/Values/User/PolicyStruct.php | 4 +- .../Values/User/PolicyUpdateStruct.php | 4 +- src/contracts/Repository/Values/User/Role.php | 4 +- .../Repository/Values/User/RoleAssignment.php | 8 +- .../Values/User/RoleCreateStruct.php | 4 +- .../Repository/Values/User/RoleDraft.php | 6 +- src/contracts/Repository/Values/User/User.php | 2 +- .../Values/User/UserGroupCreateStruct.php | 4 +- .../Values/User/UserGroupRoleAssignment.php | 4 +- .../Values/User/UserGroupUpdateStruct.php | 6 +- .../Values/User/UserRoleAssignment.php | 4 +- .../Values/User/UserUpdateStruct.php | 6 +- .../UserPreference/UserPreferenceList.php | 2 +- .../Repository/Values/ValueObject.php | 16 +- src/contracts/Search/Capable.php | 4 +- .../Search/Content/IndexerGateway.php | 29 +- .../Search/ContentTranslationHandler.php | 5 +- src/contracts/Search/Document.php | 4 +- src/contracts/Search/Field.php | 13 +- src/contracts/Search/FieldType.php | 2 +- .../Search/FieldType/FullTextField.php | 6 +- .../MultipleRemoteIdentifierField.php | 2 +- .../FieldType/RemoteIdentifierField.php | 2 +- src/contracts/Search/Handler.php | 56 +- src/contracts/Search/VersatileHandler.php | 4 +- .../SiteAccess/ConfigResolverInterface.php | 12 +- .../Specification/AndSpecification.php | 6 +- .../Specification/OrSpecification.php | 6 +- src/contracts/Test/IbexaKernelTestTrait.php | 15 +- src/contracts/Test/IbexaTestKernel.php | 10 +- .../Test/IbexaTestKernelInterface.php | 4 +- .../Fixture/FileFixtureFactory.php | 2 +- .../Persistence/Fixture/FixtureImporter.php | 11 +- .../Test/Repository/SetupFactory/Legacy.php | 19 +- .../Constraint/UniqueIdentifierValidator.php | 11 +- src/contracts/Validation/StructValidator.php | 9 +- .../Validation/StructWrapperValidator.php | 22 +- .../Validation/ValidationFailedException.php | 6 +- src/contracts/Variation/Values/Variation.php | 2 +- .../Variation/VariationPathGenerator.php | 5 +- .../RepositoryConfigurationProvider.php | 3 +- .../Container/ApiLoader/RepositoryFactory.php | 8 +- .../GenericFieldTypeConverterPass.php | 26 +- .../Search/AggregateFieldValueMapperPass.php | 2 +- .../Search/Legacy/SortClauseConverterPass.php | 6 +- .../FieldValueConverterRegistryPass.php | 2 +- .../BackwardCompatibleIterator.php | 9 +- src/lib/Base/Exceptions/BadStateException.php | 7 +- .../ContentFieldValidationException.php | 8 +- ...TypeFieldDefinitionValidationException.php | 7 +- .../ContentTypeValidationException.php | 6 +- .../Exceptions/ContentValidationException.php | 6 +- .../Base/Exceptions/ForbiddenException.php | 6 +- .../Exceptions/InvalidArgumentException.php | 7 +- .../Base/Exceptions/InvalidArgumentType.php | 8 +- .../LimitationValidationException.php | 7 +- src/lib/Base/Exceptions/MissingClass.php | 7 +- .../MissingUserFieldTypeException.php | 6 +- .../NotFound/FieldTypeNotFoundException.php | 6 +- .../NotFound/LimitationNotFoundException.php | 6 +- src/lib/Base/Exceptions/NotFoundException.php | 7 +- .../UserPasswordValidationException.php | 9 +- src/lib/Base/ServiceContainer.php | 32 +- src/lib/Base/Translatable.php | 5 +- src/lib/Base/TranslatableBase.php | 6 +- src/lib/Event/BookmarkService.php | 2 +- src/lib/Event/ContentService.php | 8 +- src/lib/Event/ContentTypeService.php | 2 +- src/lib/Event/FieldTypeService.php | 2 +- src/lib/Event/LanguageService.php | 2 +- src/lib/Event/LocationService.php | 2 +- src/lib/Event/NotificationService.php | 2 +- src/lib/Event/ObjectStateService.php | 2 +- src/lib/Event/Repository.php | 59 +- src/lib/Event/RoleService.php | 2 +- src/lib/Event/SearchService.php | 2 +- src/lib/Event/SectionService.php | 2 +- src/lib/Event/SettingService.php | 8 +- src/lib/Event/TokenService.php | 6 +- src/lib/Event/TranslationService.php | 2 +- src/lib/Event/TrashService.php | 2 +- src/lib/Event/URLAliasService.php | 2 +- src/lib/Event/URLService.php | 2 +- src/lib/Event/URLWildcardService.php | 2 +- src/lib/Event/UserPreferenceService.php | 2 +- src/lib/Event/UserService.php | 2 +- src/lib/FieldType/Author/AuthorCollection.php | 12 +- src/lib/FieldType/Author/SearchField.php | 6 +- src/lib/FieldType/Author/Type.php | 28 +- src/lib/FieldType/Author/Value.php | 4 +- src/lib/FieldType/BaseNumericType.php | 11 +- .../BaseSingleTextLineSearchField.php | 17 +- src/lib/FieldType/BaseTextType.php | 18 +- .../BinaryBase/AbstractBinarySearchField.php | 23 +- .../BinaryBase/BinaryBaseStorage.php | 43 +- .../BinaryBase/BinaryBaseStorage/Gateway.php | 29 +- .../Gateway/DoctrineStorage.php | 103 +- .../PathGenerator/LegacyPathGenerator.php | 6 +- src/lib/FieldType/BinaryBase/Type.php | 42 +- src/lib/FieldType/BinaryBase/Value.php | 6 +- .../BinaryFile/BinaryFileStorage.php | 4 +- .../Gateway/DoctrineStorage.php | 14 +- src/lib/FieldType/BinaryFile/SearchField.php | 4 +- src/lib/FieldType/BinaryFile/Type.php | 10 +- src/lib/FieldType/Checkbox/SearchField.php | 6 +- src/lib/FieldType/Checkbox/Type.php | 26 +- src/lib/FieldType/Country/SearchField.php | 6 +- src/lib/FieldType/Country/Type.php | 36 +- src/lib/FieldType/Date/SearchField.php | 6 +- src/lib/FieldType/Date/Type.php | 26 +- src/lib/FieldType/Date/Value.php | 13 +- src/lib/FieldType/DateAndTime/SearchField.php | 6 +- src/lib/FieldType/DateAndTime/Type.php | 26 +- src/lib/FieldType/DateAndTime/Value.php | 8 +- .../FieldType/EmailAddress/SearchField.php | 6 +- src/lib/FieldType/EmailAddress/Type.php | 38 +- src/lib/FieldType/FieldSettings.php | 10 +- src/lib/FieldType/FieldType.php | 54 +- src/lib/FieldType/FieldTypeAliasRegistry.php | 6 +- src/lib/FieldType/FieldTypeAliasResolver.php | 3 +- src/lib/FieldType/FieldTypeRegistry.php | 17 +- src/lib/FieldType/Float/SearchField.php | 6 +- src/lib/FieldType/Float/Type.php | 26 +- src/lib/FieldType/ISBN/SearchField.php | 4 +- src/lib/FieldType/ISBN/Type.php | 44 +- src/lib/FieldType/Image/IO/Legacy.php | 8 +- src/lib/FieldType/Image/ImageStorage.php | 40 +- .../FieldType/Image/ImageStorage/Gateway.php | 40 +- .../ImageStorage/Gateway/DoctrineStorage.php | 63 +- .../Image/ImageThumbnailProxyStrategy.php | 10 +- .../Image/ImageThumbnailStrategy.php | 11 +- src/lib/FieldType/Image/PathGenerator.php | 6 +- .../PathGenerator/LegacyPathGenerator.php | 7 +- src/lib/FieldType/Image/SearchField.php | 6 +- src/lib/FieldType/Image/Type.php | 55 +- src/lib/FieldType/Image/Value.php | 2 +- src/lib/FieldType/ImageAsset/AssetMapper.php | 39 +- .../ImageAssetThumbnailStrategy.php | 11 +- src/lib/FieldType/ImageAsset/SearchField.php | 6 +- src/lib/FieldType/ImageAsset/Type.php | 54 +- src/lib/FieldType/ImageAsset/Value.php | 6 +- src/lib/FieldType/Integer/SearchField.php | 6 +- src/lib/FieldType/Integer/Type.php | 26 +- src/lib/FieldType/Keyword/KeywordStorage.php | 24 +- .../Keyword/KeywordStorage/Gateway.php | 14 +- .../Gateway/DoctrineStorage.php | 51 +- src/lib/FieldType/Keyword/SearchField.php | 6 +- src/lib/FieldType/Keyword/Type.php | 38 +- .../MapLocation/MapLocationStorage.php | 21 +- .../MapLocationStorage/Gateway.php | 25 +- .../Gateway/DoctrineStorage.php | 62 +- src/lib/FieldType/MapLocation/SearchField.php | 6 +- src/lib/FieldType/MapLocation/Type.php | 34 +- src/lib/FieldType/Media/MediaStorage.php | 4 +- .../MediaStorage/Gateway/DoctrineStorage.php | 21 +- src/lib/FieldType/Media/SearchField.php | 4 +- src/lib/FieldType/Media/Type.php | 15 +- src/lib/FieldType/Null/Type.php | 24 +- src/lib/FieldType/NullStorage.php | 31 +- src/lib/FieldType/Relation/SearchField.php | 6 +- src/lib/FieldType/Relation/Type.php | 41 +- .../FieldType/RelationList/SearchField.php | 6 +- src/lib/FieldType/RelationList/Type.php | 39 +- src/lib/FieldType/Selection/SearchField.php | 6 +- src/lib/FieldType/Selection/Type.php | 38 +- src/lib/FieldType/TextBlock/SearchField.php | 6 +- src/lib/FieldType/TextBlock/Type.php | 9 +- src/lib/FieldType/TextBlock/Value.php | 4 +- src/lib/FieldType/TextLine/SearchField.php | 4 +- src/lib/FieldType/TextLine/Type.php | 28 +- src/lib/FieldType/Time/SearchField.php | 6 +- src/lib/FieldType/Time/Type.php | 28 +- src/lib/FieldType/Time/Value.php | 11 +- src/lib/FieldType/Unindexed.php | 6 +- src/lib/FieldType/Url/SearchField.php | 6 +- src/lib/FieldType/Url/Type.php | 28 +- src/lib/FieldType/Url/UrlStorage.php | 33 +- src/lib/FieldType/Url/UrlStorage/Gateway.php | 12 +- .../UrlStorage/Gateway/DoctrineStorage.php | 19 +- src/lib/FieldType/Url/Value.php | 6 +- src/lib/FieldType/User/Type.php | 60 +- src/lib/FieldType/User/UserStorage.php | 24 +- .../FieldType/User/UserStorage/Gateway.php | 20 +- .../UserStorage/Gateway/DoctrineStorage.php | 36 +- src/lib/FieldType/Validator.php | 25 +- .../Validator/BaseNumericValidator.php | 5 +- .../Validator/EmailAddressValidator.php | 9 +- .../FileExtensionBlackListValidator.php | 8 +- .../FieldType/Validator/FileSizeValidator.php | 9 +- .../Validator/FloatValueValidator.php | 15 +- .../FieldType/Validator/ImageValidator.php | 18 +- .../Validator/IntegerValueValidator.php | 15 +- .../Validator/StringLengthValidator.php | 9 +- .../SymfonySerializerAdapter.php | 41 +- src/lib/Helper/ContentInfoLocationLoader.php | 10 +- .../SudoMainLocationLoader.php | 2 +- src/lib/Helper/ContentPreviewHelper.php | 30 +- src/lib/Helper/FieldHelper.php | 17 +- .../ArrayTranslatorFieldsGroupsList.php | 9 +- .../Helper/FieldsGroups/FieldsGroupsList.php | 2 +- ...epositoryConfigFieldsGroupsListFactory.php | 3 +- src/lib/Helper/PreviewLocationProvider.php | 9 +- src/lib/Helper/TranslationHelper.php | 73 +- .../Exception/BinaryFileNotFoundException.php | 6 +- src/lib/IO/Exception/IOException.php | 6 +- .../InvalidBinaryAbsolutePathException.php | 6 +- .../InvalidBinaryPrefixException.php | 7 +- src/lib/IO/FilePathNormalizer/Flysystem.php | 12 +- src/lib/IO/FilePathNormalizerInterface.php | 5 +- .../DynamicPathFilesystemAdapterDecorator.php | 52 +- .../DFSSiteAccessAwarePathPrefixer.php | 1 + .../LocalSiteAccessAwarePathPrefixer.php | 1 + .../BaseVisibilityConverter.php | 5 +- .../DFSVisibilityConverter.php | 7 +- .../SiteAccessAwareVisibilityConverter.php | 7 +- src/lib/IO/IOBinarydataHandler.php | 10 +- src/lib/IO/IOBinarydataHandler/Flysystem.php | 8 +- .../SiteAccessDependentBinaryDataHandler.php | 6 +- .../SiteAccessDependentMetadataHandler.php | 6 +- src/lib/IO/IOMetadataHandler.php | 9 +- src/lib/IO/IOMetadataHandler/Flysystem.php | 21 +- .../IO/IOMetadataHandler/LegacyDFSCluster.php | 36 +- src/lib/IO/IOService.php | 3 +- src/lib/IO/IOServiceInterface.php | 30 +- src/lib/IO/UrlDecorator/Prefix.php | 7 +- src/lib/IO/UrlRedecorator.php | 6 +- src/lib/IO/UrlRedecoratorInterface.php | 6 +- src/lib/IO/Values/BinaryFile.php | 2 +- src/lib/IO/Values/MissingBinaryFile.php | 4 +- .../AbstractPersistenceLimitationType.php | 5 +- src/lib/Limitation/BlockingLimitationType.php | 39 +- .../Limitation/ChangeOwnerLimitationType.php | 10 +- .../Limitation/ContentTypeLimitationType.php | 45 +- .../ContentDeleteEvaluator.php | 6 +- .../ContentTranslationEvaluator.php | 6 +- .../LanguageLimitation/NewDraftEvaluator.php | 6 +- .../VersionPublishingEvaluator.php | 6 +- .../VersionTargetEvaluator.php | 5 +- .../VersionTranslationUpdateEvaluator.php | 6 +- src/lib/Limitation/LanguageLimitationType.php | 58 +- src/lib/Limitation/LocationLimitationType.php | 46 +- src/lib/Limitation/MemberOfLimitationType.php | 32 +- .../NewObjectStateLimitationType.php | 38 +- .../Limitation/NewSectionLimitationType.php | 52 +- .../Limitation/ObjectStateLimitationType.php | 47 +- src/lib/Limitation/OwnerLimitationType.php | 34 +- .../ParentContentTypeLimitationType.php | 53 +- .../Limitation/ParentDepthLimitationType.php | 47 +- .../Limitation/ParentOwnerLimitationType.php | 33 +- .../ParentUserGroupLimitationType.php | 33 +- src/lib/Limitation/RoleLimitationType.php | 24 +- src/lib/Limitation/SectionLimitationType.php | 37 +- .../Limitation/SiteAccessLimitationType.php | 41 +- src/lib/Limitation/StatusLimitationType.php | 39 +- src/lib/Limitation/SubtreeLimitationType.php | 47 +- .../Limitation/TargetOnlyLimitationType.php | 20 +- .../Limitation/UserGroupLimitationType.php | 33 +- .../MVC/Exception/HiddenLocationException.php | 8 +- .../Exception/InvalidSiteAccessException.php | 2 +- .../MVC/Exception/NoViewTemplateException.php | 2 +- .../Exception/ParameterNotFoundException.php | 7 +- .../SourceImageNotFoundException.php | 4 +- src/lib/MVC/RepositoryAware.php | 4 +- src/lib/MVC/RepositoryAwareInterface.php | 2 +- .../Serializer/CompoundMatcherNormalizer.php | 33 +- .../Serializer/HostElementNormalizer.php | 17 +- .../Serializer/HostTextNormalizer.php | 17 +- .../Component/Serializer/MapNormalizer.php | 26 +- .../Serializer/MatcherDenormalizer.php | 25 +- .../Component/Serializer/RegexNormalizer.php | 24 +- .../SimplifiedRequestNormalizer.php | 26 +- .../Serializer/SiteAccessNormalizer.php | 32 +- .../Serializer/URIElementNormalizer.php | 17 +- .../Serializer/URITextNormalizer.php | 17 +- src/lib/MVC/Symfony/ConfigDumperInterface.php | 5 +- .../Controller/Content/DownloadController.php | 26 +- .../Content/DownloadRedirectionController.php | 13 +- .../Controller/Content/PreviewController.php | 28 +- .../Controller/Content/QueryController.php | 49 +- .../Controller/Content/ViewController.php | 48 +- src/lib/MVC/Symfony/Controller/Controller.php | 34 +- .../Controller/QueryRenderController.php | 18 +- .../Symfony/Controller/SecurityController.php | 13 +- .../Event/APIContentExceptionEvent.php | 16 +- .../MVC/Symfony/Event/ConsoleInitEvent.php | 6 +- .../Event/PostSiteAccessMatchEvent.php | 15 +- .../MVC/Symfony/Event/PreContentViewEvent.php | 4 +- .../Event/ResolveRenderOptionsEvent.php | 2 +- .../Event/RouteReferenceGenerationEvent.php | 16 +- .../MVC/Symfony/Event/ScopeChangeEvent.php | 4 +- .../ContentViewTwigVariablesSubscriber.php | 10 +- .../EventListener/LanguageSwitchListener.php | 10 +- .../EventListener/SiteAccessMatchListener.php | 16 +- .../TwigVariableProviderExtension.php | 7 +- .../ContentDownloadUrlGenerator.php | 26 +- .../ImageAsset/ParameterProvider.php | 16 +- .../FieldType/Relation/ParameterProvider.php | 6 +- .../RelationList/ParameterProvider.php | 6 +- .../FieldType/User/ParameterProvider.php | 2 +- .../LocaleParameterProvider.php | 4 +- .../View/ParameterProviderInterface.php | 4 +- .../View/ParameterProviderRegistry.php | 12 +- .../ParameterProviderRegistryInterface.php | 9 +- .../MVC/Symfony/Locale/LocaleConverter.php | 8 +- .../Locale/UserLanguagePreferenceProvider.php | 8 +- src/lib/MVC/Symfony/MVCEvents.php | 23 +- .../Matcher/ClassNameMatcherFactory.php | 19 +- .../Symfony/Matcher/ContentBased/Depth.php | 4 +- .../Matcher/ContentBased/Id/Content.php | 5 +- .../Matcher/ContentBased/Id/ContentType.php | 5 +- .../ContentBased/Id/ContentTypeGroup.php | 5 +- .../Matcher/ContentBased/Id/Location.php | 4 +- .../ContentBased/Id/LocationRemote.php | 13 +- .../ContentBased/Id/ParentContentType.php | 4 +- .../ContentBased/Id/ParentLocation.php | 5 +- .../Matcher/ContentBased/Id/Remote.php | 5 +- .../Matcher/ContentBased/Id/Section.php | 5 +- .../ContentBased/Identifier/ContentType.php | 4 +- .../Identifier/ParentContentType.php | 5 +- .../ContentBased/Identifier/Section.php | 4 +- .../Matcher/ContentBased/MatcherInterface.php | 4 +- .../Matcher/ContentBased/MultipleValued.php | 3 +- .../Symfony/Matcher/ContentBased/UrlAlias.php | 4 +- ...callyConfiguredMatcherFactoryDecorator.php | 4 +- .../Matcher/MatcherFactoryInterface.php | 2 +- .../Symfony/Matcher/ViewMatcherInterface.php | 2 +- src/lib/MVC/Symfony/RequestStackAware.php | 9 +- src/lib/MVC/Symfony/Routing/ChainRouter.php | 4 +- src/lib/MVC/Symfony/Routing/Generator.php | 20 +- .../Generator/RouteReferenceGenerator.php | 10 +- .../RouteReferenceGeneratorInterface.php | 9 +- .../Routing/Generator/UrlAliasGenerator.php | 41 +- .../Symfony/Routing/RequestContextFactory.php | 5 +- .../MVC/Symfony/Routing/RouteReference.php | 21 +- .../MVC/Symfony/Routing/SimplifiedRequest.php | 2 +- .../MVC/Symfony/Routing/UrlAliasRouter.php | 36 +- .../MVC/Symfony/Routing/UrlWildcardRouter.php | 17 +- ...onTokenCreatedRepositoryUserSubscriber.php | 3 +- .../Security/Authorization/Attribute.php | 7 +- .../Authorization/Voter/CoreVoter.php | 11 +- .../Authorization/Voter/ValueObjectVoter.php | 14 +- .../UnauthorizedSiteAccessException.php | 7 +- src/lib/MVC/Symfony/Security/HttpUtils.php | 12 +- .../Security/ReferenceUserInterface.php | 7 +- src/lib/MVC/Symfony/Security/User.php | 13 +- .../User/APIUserProviderInterface.php | 5 +- .../Symfony/Security/User/BaseProvider.php | 12 +- .../Symfony/Security/User/EmailProvider.php | 2 +- .../Security/User/UsernameProvider.php | 2 +- src/lib/MVC/Symfony/Security/UserChecker.php | 2 +- .../MVC/Symfony/Security/UserInterface.php | 5 +- src/lib/MVC/Symfony/Security/UserWrapped.php | 10 +- src/lib/MVC/Symfony/SiteAccess.php | 5 +- src/lib/MVC/Symfony/SiteAccess/Matcher.php | 2 +- .../Symfony/SiteAccess/Matcher/Compound.php | 5 +- .../Matcher/Compound/LogicalAnd.php | 2 +- .../SiteAccess/Matcher/Compound/LogicalOr.php | 2 +- .../SiteAccess/Matcher/CompoundInterface.php | 7 +- .../SiteAccess/Matcher/HostElement.php | 6 +- .../MVC/Symfony/SiteAccess/Matcher/Map.php | 2 +- .../Symfony/SiteAccess/Matcher/Map/Host.php | 2 +- .../Symfony/SiteAccess/Matcher/Map/Port.php | 2 +- .../Symfony/SiteAccess/Matcher/Map/URI.php | 2 +- .../MVC/Symfony/SiteAccess/Matcher/Regex.php | 14 +- .../Symfony/SiteAccess/Matcher/URIElement.php | 10 +- .../MVC/Symfony/SiteAccess/MatcherBuilder.php | 14 +- .../SiteAccess/MatcherBuilderInterface.php | 10 +- .../Provider/ChainSiteAccessProvider.php | 6 +- src/lib/MVC/Symfony/SiteAccess/Router.php | 36 +- .../SiteAccess/SiteAccessRouterInterface.php | 10 +- .../Symfony/SiteAccess/SiteAccessService.php | 9 +- .../SiteAccess/SiteAccessServiceInterface.php | 5 +- .../Symfony/SiteAccess/VersatileMatcher.php | 2 +- .../Exception/MissingFieldBlockException.php | 4 +- .../FieldBlockRendererInterface.php | 35 +- .../MVC/Symfony/Templating/GlobalHelper.php | 16 +- .../Templating/RenderContentStrategy.php | 8 +- .../Templating/RenderLocationStrategy.php | 8 +- .../MVC/Symfony/Templating/RenderOptions.php | 12 +- .../MVC/Symfony/Templating/RenderStrategy.php | 8 +- .../Twig/Extension/ContentExtension.php | 75 +- .../Twig/Extension/CoreExtension.php | 2 +- .../Extension/FieldRenderingExtension.php | 55 +- .../Twig/Extension/FileSizeExtension.php | 26 +- .../Twig/Extension/ImageExtension.php | 24 +- .../Extension/QueryRenderingExtension.php | 13 +- .../Twig/Extension/RenderContentExtension.php | 12 +- .../Twig/Extension/RenderExtension.php | 10 +- .../Extension/RenderLocationExtension.php | 10 +- .../Twig/Extension/RoutingExtension.php | 40 +- .../Twig/Extension/UserExtension.php | 6 +- .../Twig/Extension/UserPreferenceRuntime.php | 11 +- .../Templating/Twig/FieldBlockRenderer.php | 111 +- .../Templating/Twig/ResourceProvider.php | 2 +- .../Twig/ResourceProviderInterface.php | 10 +- .../Translation/CatalogueMapperFileWriter.php | 29 +- .../ExceptionMessageTemplateFileVisitor.php | 13 +- .../FieldTypesTranslationExtractor.php | 2 +- .../TranslatableExceptionsFileVisitor.php | 49 +- .../ValidationErrorFileVisitor.php | 50 +- src/lib/MVC/Symfony/View/BaseView.php | 17 +- .../View/Builder/ContentViewBuilder.php | 56 +- .../ParametersFilter/RequestAttributes.php | 2 +- .../View/Builder/Registry/ControllerMatch.php | 7 +- .../MVC/Symfony/View/Builder/ViewBuilder.php | 2 +- .../View/Builder/ViewBuilderRegistry.php | 4 +- .../View/Configurator/ViewProvider.php | 4 +- src/lib/MVC/Symfony/View/ContentValueView.php | 4 +- src/lib/MVC/Symfony/View/ContentView.php | 12 +- .../View/CustomLocationControllerChecker.php | 11 +- .../FilterViewBuilderParametersEvent.php | 8 +- .../View/Event/FilterViewParametersEvent.php | 14 +- .../View/GenericVariableProviderRegistry.php | 2 +- .../MVC/Symfony/View/LocationValueView.php | 4 +- src/lib/MVC/Symfony/View/LoginFormView.php | 2 +- src/lib/MVC/Symfony/View/Manager.php | 42 +- .../MVC/Symfony/View/ParametersInjector.php | 5 +- .../EventDispatcherInjector.php | 8 +- .../ParametersInjector/ViewbaseLayout.php | 8 +- .../MVC/Symfony/View/Provider/Configured.php | 6 +- .../MVC/Symfony/View/Provider/Registry.php | 9 +- src/lib/MVC/Symfony/View/QueryView.php | 4 +- src/lib/MVC/Symfony/View/Renderer.php | 2 +- .../View/Renderer/TemplateRenderer.php | 14 +- src/lib/MVC/Symfony/View/View.php | 11 +- .../MVC/Symfony/View/ViewManagerInterface.php | 21 +- .../Renderer/NotificationRenderer.php | 4 +- src/lib/Notification/Renderer/Registry.php | 12 +- .../AbstractSearchResultAdapter.php | 15 +- .../SearchHitAdapterFactory.php | 14 +- .../SearchHitAdapterFactoryInterface.php | 18 +- .../Pagerfanta/ContentFilteringAdapter.php | 12 +- .../Pagerfanta/ContentSearchAdapter.php | 13 +- .../Pagerfanta/ContentSearchHitAdapter.php | 3 +- .../FixedSearchResultHitAdapter.php | 10 +- .../Pagerfanta/LocationFilteringAdapter.php | 8 +- .../Pagerfanta/LocationSearchAdapter.php | 16 +- .../Pagerfanta/LocationSearchHitAdapter.php | 17 +- src/lib/Pagination/Pagerfanta/Pagerfanta.php | 2 +- .../Pagerfanta/SearchResultAdapter.php | 3 +- src/lib/Persistence/Cache/AbstractHandler.php | 28 +- .../Cache/AbstractInMemoryHandler.php | 8 +- .../AbstractInMemoryPersistenceHandler.php | 9 +- .../TransactionalInMemoryCacheAdapter.php | 15 +- src/lib/Persistence/Cache/BookmarkHandler.php | 19 +- .../Cache/CacheIndicesValidator.php | 7 +- .../Cache/CacheIndicesValidatorInterface.php | 6 +- src/lib/Persistence/Cache/ContentHandler.php | 137 +- .../Persistence/Cache/ContentTypeHandler.php | 100 +- src/lib/Persistence/Cache/Handler.php | 47 +- .../Identifier/CacheIdentifierGenerator.php | 31 +- .../CacheIdentifierGeneratorInterface.php | 18 +- .../Cache/InMemory/InMemoryCache.php | 14 +- src/lib/Persistence/Cache/LocationHandler.php | 95 +- .../Persistence/Cache/NotificationHandler.php | 25 +- .../Persistence/Cache/ObjectStateHandler.php | 49 +- .../Persistence/Cache/PersistenceLogger.php | 27 +- src/lib/Persistence/Cache/SectionHandler.php | 19 +- src/lib/Persistence/Cache/SettingHandler.php | 40 +- src/lib/Persistence/Cache/TrashHandler.php | 14 +- src/lib/Persistence/Cache/URLHandler.php | 6 +- src/lib/Persistence/Cache/UrlAliasHandler.php | 80 +- .../Persistence/Cache/UrlWildcardHandler.php | 18 +- src/lib/Persistence/Cache/UserHandler.php | 64 +- .../Cache/UserPreferenceHandler.php | 13 +- src/lib/Persistence/FieldType.php | 8 +- src/lib/Persistence/FieldTypeRegistry.php | 24 +- .../Persistence/Legacy/Bookmark/Gateway.php | 18 +- .../Bookmark/Gateway/DoctrineDatabase.php | 21 +- .../Bookmark/Gateway/ExceptionConversion.php | 37 +- .../Persistence/Legacy/Bookmark/Handler.php | 33 +- .../Persistence/Legacy/Bookmark/Mapper.php | 8 +- .../Legacy/Content/FieldHandler.php | 158 +- .../Legacy/Content/FieldValue/Converter.php | 36 +- .../FieldValue/Converter/AuthorConverter.php | 39 +- .../Converter/BinaryFileConverter.php | 42 +- .../Converter/CheckboxConverter.php | 40 +- .../FieldValue/Converter/CountryConverter.php | 40 +- .../Converter/DateAndTimeConverter.php | 42 +- .../FieldValue/Converter/DateConverter.php | 40 +- .../Converter/EmailAddressConverter.php | 40 +- .../FieldValue/Converter/FloatConverter.php | 46 +- .../FieldValue/Converter/ISBNConverter.php | 40 +- .../Converter/ImageAssetConverter.php | 42 +- .../FieldValue/Converter/ImageConverter.php | 49 +- .../FieldValue/Converter/IntegerConverter.php | 46 +- .../FieldValue/Converter/KeywordConverter.php | 42 +- .../Converter/MapLocationConverter.php | 43 +- .../FieldValue/Converter/MediaConverter.php | 20 +- .../FieldValue/Converter/NullConverter.php | 40 +- .../Converter/RelationConverter.php | 40 +- .../Converter/RelationListConverter.php | 26 +- .../Converter/SelectionConverter.php | 42 +- .../Converter/SerializableConverter.php | 26 +- .../Converter/TextBlockConverter.php | 40 +- .../Converter/TextLineConverter.php | 40 +- .../FieldValue/Converter/TimeConverter.php | 40 +- .../FieldValue/Converter/UrlConverter.php | 41 +- .../FieldValue/Converter/UserConverter.php | 24 +- .../Content/FieldValue/ConverterRegistry.php | 10 +- .../Persistence/Legacy/Content/Gateway.php | 125 +- .../Content/Gateway/DoctrineDatabase.php | 207 +- .../Gateway/DoctrineDatabase/QueryBuilder.php | 2 +- .../Content/Gateway/ExceptionConversion.php | 253 +- .../Persistence/Legacy/Content/Handler.php | 227 +- .../Content/Language/CachingHandler.php | 35 +- .../Language/Gateway/DoctrineDatabase.php | 13 +- .../Language/Gateway/ExceptionConversion.php | 18 +- .../Legacy/Content/Language/Handler.php | 28 +- .../Legacy/Content/Language/Mapper.php | 12 +- .../Legacy/Content/Language/MaskGenerator.php | 31 +- .../Legacy/Content/Location/Gateway.php | 77 +- .../Location/Gateway/DoctrineDatabase.php | 143 +- .../Location/Gateway/ExceptionConversion.php | 163 +- .../Legacy/Content/Location/Handler.php | 121 +- .../Legacy/Content/Location/Mapper.php | 24 +- .../Legacy/Content/Location/Trash/Handler.php | 37 +- src/lib/Persistence/Legacy/Content/Mapper.php | 107 +- .../Mapper/ResolveVirtualFieldSubscriber.php | 7 +- .../Legacy/Content/ObjectState/Gateway.php | 35 +- .../ObjectState/Gateway/DoctrineDatabase.php | 73 +- .../Gateway/ExceptionConversion.php | 83 +- .../Legacy/Content/ObjectState/Handler.php | 95 +- .../Legacy/Content/ObjectState/Mapper.php | 21 +- .../Legacy/Content/Section/Gateway.php | 16 +- .../Section/Gateway/DoctrineDatabase.php | 26 +- .../Section/Gateway/ExceptionConversion.php | 43 +- .../Legacy/Content/Section/Handler.php | 42 +- .../Legacy/Content/StorageFieldDefinition.php | 2 +- .../Legacy/Content/StorageHandler.php | 50 +- .../Legacy/Content/StorageRegistry.php | 8 +- .../Legacy/Content/TreeHandler.php | 66 +- .../Legacy/Content/Type/ContentUpdater.php | 54 +- .../Content/Type/ContentUpdater/Action.php | 5 +- .../Type/ContentUpdater/Action/AddField.php | 38 +- .../ContentUpdater/Action/RemoveField.php | 16 +- .../Legacy/Content/Type/Gateway.php | 97 +- .../ContainsFieldDefinitionId.php | 2 +- .../CriterionHandler/ContentTypeGroupId.php | 2 +- .../CriterionHandler/ContentTypeId.php | 2 +- .../ContentTypeIdentifier.php | 2 +- .../Gateway/CriterionHandler/IsSystem.php | 2 +- .../Gateway/CriterionHandler/LogicalAnd.php | 5 +- .../Gateway/CriterionHandler/LogicalNot.php | 5 +- .../Gateway/CriterionHandler/LogicalOr.php | 5 +- .../CriterionVisitor/CriterionVisitor.php | 10 +- .../Content/Type/Gateway/DoctrineDatabase.php | 156 +- .../Type/Gateway/ExceptionConversion.php | 176 +- .../Legacy/Content/Type/Handler.php | 163 +- .../Legacy/Content/Type/Mapper.php | 69 +- .../Content/Type/MemoryCachingHandler.php | 116 +- .../Legacy/Content/Type/StorageDispatcher.php | 19 +- .../Type/StorageDispatcherInterface.php | 16 +- .../Legacy/Content/Type/StorageRegistry.php | 2 +- .../Content/Type/StorageRegistryInterface.php | 3 +- .../Legacy/Content/Type/Update/Handler.php | 10 +- .../Type/Update/Handler/DoctrineDatabase.php | 14 +- .../DTO/SwappedLocationProperties.php | 6 +- .../Legacy/Content/UrlAlias/Gateway.php | 53 +- .../UrlAlias/Gateway/DoctrineDatabase.php | 92 +- .../UrlAlias/Gateway/ExceptionConversion.php | 123 +- .../Legacy/Content/UrlAlias/Handler.php | 186 +- .../Legacy/Content/UrlAlias/Mapper.php | 21 +- .../Legacy/Content/UrlAlias/SlugConverter.php | 23 +- .../Legacy/Content/UrlWildcard/Gateway.php | 11 +- .../UrlWildcard/Gateway/DoctrineDatabase.php | 18 +- .../Gateway/ExceptionConversion.php | 26 +- .../Legacy/Content/UrlWildcard/Handler.php | 58 +- .../Legacy/Content/UrlWildcard/Mapper.php | 13 +- .../UrlWildcard/Query/CriteriaConverter.php | 15 +- .../UrlWildcard/Query/CriterionHandler.php | 3 +- .../Query/CriterionHandler/DestinationUrl.php | 2 +- .../Query/CriterionHandler/LogicalAnd.php | 12 +- .../Query/CriterionHandler/LogicalNot.php | 5 +- .../Query/CriterionHandler/LogicalOr.php | 5 +- .../Query/CriterionHandler/MatchAll.php | 2 +- .../Query/CriterionHandler/MatchNone.php | 2 +- .../Query/CriterionHandler/SourceUrl.php | 2 +- .../Query/CriterionHandler/Type.php | 2 +- .../Exception/RemoveLastGroupFromType.php | 6 +- .../Legacy/Exception/RoleNotFound.php | 6 +- .../Legacy/Exception/TypeNotFound.php | 6 +- .../Legacy/Exception/TypeStillHasContent.php | 6 +- .../Content/ContentIdQueryBuilder.php | 2 +- .../Content/DateMetadataQueryBuilder.php | 5 +- .../Content/IsContainerQueryBuilder.php | 2 +- .../Content/LanguageCodeQueryBuilder.php | 4 +- .../Content/ObjectStateIdQueryBuilder.php | 2 +- .../ObjectStateIdentifierQueryBuilder.php | 3 +- .../Content/RemoteIdQueryBuilder.php | 2 +- .../Content/Section/IdQueryBuilder.php | 3 +- .../Section/IdentifierQueryBuilder.php | 2 +- .../Content/SiblingQueryBuilder.php | 7 +- .../Content/Type/GroupIdQueryBuilder.php | 4 +- .../Content/Type/IdQueryBuilder.php | 5 +- .../Content/Type/IdentifierQueryBuilder.php | 4 +- .../Location/AncestorQueryBuilder.php | 6 +- .../Location/DepthQueryBuilder.php | 9 +- .../Location/IdQueryBuilder.php | 2 +- .../Location/IsMainLocationQueryBuilder.php | 8 +- .../Location/ParentLocationIdQueryBuilder.php | 2 +- .../Location/PriorityQueryBuilder.php | 9 +- .../Location/RemoteIdQueryBuilder.php | 2 +- .../Location/SubtreeQueryBuilder.php | 3 +- .../Location/VisibilityQueryBuilder.php | 2 +- .../LogicalAndQueryBuilder.php | 6 +- .../LogicalNotQueryBuilder.php | 4 +- .../LogicalOrQueryBuilder.php | 6 +- .../User/BaseUserCriterionQueryBuilder.php | 2 +- .../User/IsUserBasedQueryBuilder.php | 5 +- .../User/IsUserEnabledQueryBuilder.php | 2 +- .../User/Metadata/GroupQueryBuilder.php | 2 +- .../User/Metadata/ModifierQueryBuilder.php | 2 +- .../User/Metadata/OwnerQueryBuilder.php | 2 +- .../User/UserEmailQueryBuilder.php | 2 +- .../User/UserIdQueryBuilder.php | 2 +- .../User/UserLoginQueryBuilder.php | 3 +- .../Legacy/Filter/CriterionVisitor.php | 8 +- .../Content/Doctrine/DoctrineGateway.php | 27 +- .../Mapper/DoctrineGatewayDataMapper.php | 29 +- .../Legacy/Filter/Gateway/Gateway.php | 3 +- .../Location/Doctrine/DoctrineGateway.php | 3 +- .../Handler/ContentFilteringHandler.php | 9 +- .../Handler/LocationFilteringHandler.php | 8 +- .../DateModifiedSortClauseQueryBuilder.php | 3 +- .../DatePublishedSortClauseQueryBuilder.php | 3 +- .../Content/IdSortClauseQueryBuilder.php | 3 +- .../Content/NameSortClauseQueryBuilder.php | 3 +- ...ectionIdentifierSortClauseQueryBuilder.php | 3 +- .../SectionNameSortClauseQueryBuilder.php | 3 +- .../BaseLocationSortClauseQueryBuilder.php | 3 +- .../Legacy/Filter/SortClauseVisitor.php | 18 +- src/lib/Persistence/Legacy/Handler.php | 39 +- .../Legacy/Notification/Gateway.php | 18 +- .../DateCreatedCriterionHandler.php | 6 +- .../StatusCriterionHandler.php | 6 +- .../CriterionHandler/TypeCriterionHandler.php | 6 +- .../Notification/Gateway/DoctrineDatabase.php | 44 +- .../Gateway/ExceptionConversion.php | 39 +- .../Legacy/Notification/Handler.php | 48 +- .../Legacy/Notification/Mapper.php | 8 +- .../Persistence/Legacy/Setting/Gateway.php | 12 +- .../Setting/Gateway/DoctrineDatabase.php | 31 +- .../Setting/Gateway/ExceptionConversion.php | 48 +- .../Persistence/Legacy/Setting/Handler.php | 39 +- .../DatabasePlatform/FallbackGateway.php | 4 +- .../DatabasePlatform/SqliteGateway.php | 2 +- .../Legacy/SharedGateway/GatewayFactory.php | 12 +- .../Token/Doctrine/DoctrineGateway.php | 6 +- .../Legacy/Token/Gateway/Token/Gateway.php | 17 +- .../TokenType/Doctrine/DoctrineGateway.php | 5 +- .../Token/Gateway/TokenType/Gateway.php | 13 +- src/lib/Persistence/Legacy/Token/Handler.php | 16 +- .../Persistence/Legacy/TransactionHandler.php | 9 +- src/lib/Persistence/Legacy/URL/Gateway.php | 21 +- .../Legacy/URL/Gateway/DoctrineDatabase.php | 24 +- .../URL/Gateway/ExceptionConversion.php | 23 +- src/lib/Persistence/Legacy/URL/Handler.php | 20 +- src/lib/Persistence/Legacy/URL/Mapper.php | 6 +- .../Legacy/URL/Query/CriteriaConverter.php | 17 +- .../Legacy/URL/Query/CriterionHandler.php | 5 +- .../URL/Query/CriterionHandler/Base.php | 6 +- .../URL/Query/CriterionHandler/LogicalAnd.php | 10 +- .../URL/Query/CriterionHandler/LogicalNot.php | 3 +- .../URL/Query/CriterionHandler/LogicalOr.php | 3 +- .../URL/Query/CriterionHandler/Pattern.php | 2 +- .../URL/Query/CriterionHandler/Validity.php | 2 +- src/lib/Persistence/Legacy/User/Gateway.php | 15 +- .../Legacy/User/Gateway/DoctrineDatabase.php | 25 +- .../User/Gateway/ExceptionConversion.php | 37 +- src/lib/Persistence/Legacy/User/Handler.php | 172 +- src/lib/Persistence/Legacy/User/Mapper.php | 22 +- .../Persistence/Legacy/User/Role/Gateway.php | 25 +- .../User/Role/Gateway/DoctrineDatabase.php | 77 +- .../User/Role/Gateway/ExceptionConversion.php | 87 +- .../Legacy/User/Role/LimitationConverter.php | 10 +- .../Legacy/UserPreference/Gateway.php | 13 +- .../Gateway/DoctrineDatabase.php | 17 +- .../Gateway/ExceptionConversion.php | 25 +- .../Legacy/UserPreference/Handler.php | 31 +- .../Legacy/UserPreference/Mapper.php | 4 +- .../Persistence/TransformationProcessor.php | 22 +- .../DefinitionBased.php | 13 +- .../TransformationProcessor/PcreCompiler.php | 17 +- .../PreprocessedBased.php | 8 +- src/lib/Query/QueryFactory.php | 8 +- src/lib/Query/QueryFactoryInterface.php | 5 +- src/lib/QueryType/ArrayQueryTypeRegistry.php | 6 +- .../BuiltIn/AbstractLocationQueryType.php | 10 +- .../QueryType/BuiltIn/AbstractQueryType.php | 11 +- .../BuiltIn/GeoLocationQueryType.php | 5 +- .../BuiltIn/RelatedToContentQueryType.php | 10 +- .../QueryType/BuiltIn/SortClausesFactory.php | 8 +- .../BuiltIn/SortClausesFactoryInterface.php | 7 +- .../Exception/SyntaxErrorException.php | 7 +- .../UnsupportedSortClauseException.php | 7 +- .../CustomFieldSortClauseParser.php | 8 +- .../DefaultSortClauseParser.php | 6 +- .../FieldSortClauseParser.php | 8 +- .../MapDistanceSortClauseParser.php | 8 +- .../RandomSortClauseParser.php | 8 +- .../SortSpec/SortClauseParserDispatcher.php | 8 +- .../SortSpec/SortClauseParserInterface.php | 8 +- .../BuiltIn/SortSpec/SortSpecLexer.php | 6 +- .../BuiltIn/SortSpec/SortSpecParser.php | 12 +- src/lib/QueryType/BuiltIn/SortSpec/Token.php | 7 +- .../OptionsResolverBasedQueryType.php | 8 +- ...eryParameterContentViewQueryTypeMapper.php | 18 +- src/lib/QueryType/QueryType.php | 4 +- src/lib/QueryType/QueryTypeRegistry.php | 11 +- src/lib/Repository/BookmarkService.php | 22 +- src/lib/Repository/ContentService.php | 365 +- .../ContentService/RelationListFacade.php | 6 +- src/lib/Repository/ContentTypeService.php | 285 +- .../EventSubscriber/DeleteUserSubscriber.php | 2 +- .../EventSubscriber/NameSchemaSubscriber.php | 5 +- src/lib/Repository/FieldTypeService.php | 15 +- .../Repository/Helper/RelationProcessor.php | 16 +- src/lib/Repository/LanguageService.php | 52 +- .../LocationResolver/LocationResolver.php | 9 +- .../PermissionAwareLocationResolver.php | 9 +- src/lib/Repository/LocationService.php | 141 +- .../Repository/Mapper/ContentDomainMapper.php | 114 +- .../ContentLocationMapper.php | 5 +- .../DecoratedLocationService.php | 4 +- .../InMemoryContentLocationMapper.php | 6 +- src/lib/Repository/Mapper/ContentMapper.php | 50 +- .../Mapper/ContentTypeDomainMapper.php | 64 +- .../Mapper/ProxyAwareDomainMapper.php | 2 +- .../Repository/Mapper/RoleDomainMapper.php | 58 +- .../NameSchema/NameSchemaService.php | 25 +- .../UnresolvedTokenNamesException.php | 4 +- src/lib/Repository/NotificationService.php | 13 +- src/lib/Repository/ObjectStateService.php | 142 +- .../Permission/CachedPermissionService.php | 36 +- .../Permission/LimitationService.php | 18 +- .../PermissionCriterionResolver.php | 35 +- .../Permission/PermissionResolver.php | 65 +- .../ProxyFactory/ProxyDomainMapper.php | 17 +- .../ProxyFactory/ProxyDomainMapperFactory.php | 2 +- .../ProxyDomainMapperInterface.php | 25 +- .../ProxyFactory/ProxyGenerator.php | 2 +- .../ProxyFactory/ProxyGeneratorInterface.php | 10 +- src/lib/Repository/Repository.php | 174 +- src/lib/Repository/RoleService.php | 226 +- src/lib/Repository/SearchService.php | 92 +- src/lib/Repository/SectionService.php | 95 +- src/lib/Repository/SettingService.php | 17 +- .../SiteAccessAware/ContentService.php | 157 +- .../SiteAccessAware/ContentTypeService.php | 129 +- .../SiteAccessAware/LanguageService.php | 10 +- .../SiteAccessAware/LocationService.php | 100 +- .../SiteAccessAware/NotificationService.php | 20 +- .../SiteAccessAware/ObjectStateService.php | 70 +- .../Repository/SiteAccessAware/Repository.php | 28 +- .../SiteAccessAware/SearchService.php | 44 +- .../SiteAccessAware/SectionService.php | 22 +- .../SiteAccessAware/SettingService.php | 4 +- .../SiteAccessAware/TrashService.php | 10 +- .../SiteAccessAware/URLAliasService.php | 21 +- .../SiteAccessAware/UserService.php | 149 +- .../Field/ContentFieldStrategy.php | 22 +- .../FirstMatchingFieldStrategy.php | 19 +- .../ContentThumbnail/StaticStrategy.php | 7 +- .../ThumbnailChainStrategy.php | 11 +- .../ContentValidatorStrategy.php | 2 +- src/lib/Repository/TokenService.php | 15 +- src/lib/Repository/TrashService.php | 83 +- src/lib/Repository/URLAliasService.php | 101 +- src/lib/Repository/URLService.php | 42 +- src/lib/Repository/URLWildcardService.php | 56 +- .../Repository/User/PasswordHashService.php | 2 +- src/lib/Repository/User/PasswordValidator.php | 12 +- .../User/PasswordValidatorInterface.php | 8 +- src/lib/Repository/UserPreferenceService.php | 28 +- src/lib/Repository/UserService.php | 269 +- ...ocationIsContainerContentTypeValidator.php | 12 +- .../ContentCreateStructValidator.php | 9 +- .../ContentUpdateStructValidator.php | 6 +- .../Validator/TargetContentValidator.php | 13 +- .../TargetContentValidatorInterface.php | 5 +- .../Validator/UserPasswordValidator.php | 8 +- .../Repository/Validator/VersionValidator.php | 2 +- src/lib/Repository/Values/Content/Content.php | 34 +- .../Values/Content/ContentCreateStruct.php | 11 +- .../Values/Content/ContentUpdateStruct.php | 11 +- .../Repository/Values/Content/Location.php | 3 +- .../Query/Criterion/PermissionSubtree.php | 4 +- .../Repository/Values/Content/Relation.php | 13 +- .../Repository/Values/Content/TrashItem.php | 13 +- .../Repository/Values/Content/VersionInfo.php | 10 +- .../Values/ContentType/ContentType.php | 13 +- .../ContentType/ContentTypeCreateStruct.php | 6 +- .../Values/ContentType/ContentTypeDraft.php | 22 +- .../ContentType/FieldDefinitionCollection.php | 12 +- .../Values/ContentType/FieldType.php | 29 +- .../Values/ObjectState/ObjectState.php | 5 +- src/lib/Repository/Values/User/Policy.php | 5 +- .../Values/User/PolicyCreateStruct.php | 6 +- .../Repository/Values/User/PolicyDraft.php | 12 +- .../Values/User/PolicyUpdateStruct.php | 6 +- src/lib/Repository/Values/User/Role.php | 7 +- .../Repository/Values/User/RoleCopyStruct.php | 7 +- .../Values/User/RoleCreateStruct.php | 7 +- src/lib/Repository/Values/User/RoleDraft.php | 12 +- src/lib/Repository/Values/User/User.php | 32 +- .../Values/User/UserCreateStruct.php | 9 +- src/lib/Repository/Values/User/UserGroup.php | 31 +- .../Values/User/UserGroupCreateStruct.php | 9 +- .../Values/User/UserGroupRoleAssignment.php | 15 +- .../Values/User/UserRoleAssignment.php | 15 +- src/lib/Search/Common/BackgroundIndexer.php | 4 +- .../Common/BackgroundIndexer/NullIndexer.php | 8 +- .../AbstractSearchEventSubscriber.php | 5 +- .../EventSubscriber/TrashEventSubscriber.php | 3 +- src/lib/Search/Common/FieldNameGenerator.php | 15 +- src/lib/Search/Common/FieldNameResolver.php | 27 +- src/lib/Search/Common/FieldRegistry.php | 10 +- src/lib/Search/Common/FieldValueMapper.php | 7 +- .../Common/FieldValueMapper/Aggregate.php | 21 +- .../FieldValueMapper/IdentifierMapper.php | 2 +- .../MultipleIdentifierMapper.php | 2 +- .../FieldValueMapper/MultipleStringMapper.php | 2 +- src/lib/Search/Common/IncrementalIndexer.php | 5 +- src/lib/Search/Indexer/ContentIdBatchList.php | 9 +- .../Common/Gateway/CriteriaConverter.php | 11 +- .../Common/Gateway/CriterionHandler.php | 25 +- .../CriterionHandler/CompositeCriterion.php | 2 +- .../Gateway/CriterionHandler/ContentId.php | 2 +- .../Gateway/CriterionHandler/ContentName.php | 7 +- .../CriterionHandler/ContentTypeGroupId.php | 2 +- .../CriterionHandler/ContentTypeId.php | 2 +- .../ContentTypeIdentifier.php | 7 +- .../Gateway/CriterionHandler/DateMetadata.php | 2 +- .../Common/Gateway/CriterionHandler/Field.php | 21 +- .../Gateway/CriterionHandler/FieldBase.php | 21 +- .../Gateway/CriterionHandler/FieldEmpty.php | 15 +- .../CriterionHandler/FieldRelation.php | 7 +- .../CriterionHandler/FieldValue/Converter.php | 23 +- .../CriterionHandler/FieldValue/Handler.php | 54 +- .../FieldValue/Handler/Composite.php | 4 +- .../FieldValue/HandlerRegistry.php | 16 +- .../Gateway/CriterionHandler/FullText.php | 14 +- .../Gateway/CriterionHandler/IsContainer.php | 2 +- .../Gateway/CriterionHandler/IsUserBased.php | 2 +- .../CriterionHandler/IsUserEnabled.php | 2 +- .../Gateway/CriterionHandler/LanguageCode.php | 10 +- .../Gateway/CriterionHandler/LogicalAnd.php | 2 +- .../Gateway/CriterionHandler/LogicalNot.php | 2 +- .../Gateway/CriterionHandler/LogicalOr.php | 2 +- .../CriterionHandler/MapLocationDistance.php | 14 +- .../CriterionHandler/ObjectStateId.php | 2 +- .../ObjectStateIdentifier.php | 2 +- .../Gateway/CriterionHandler/RemoteId.php | 2 +- .../Gateway/CriterionHandler/SectionId.php | 2 +- .../CriterionHandler/SectionIdentifier.php | 2 +- .../Gateway/CriterionHandler/UserEmail.php | 4 +- .../Gateway/CriterionHandler/UserId.php | 2 +- .../Gateway/CriterionHandler/UserLogin.php | 4 +- .../Gateway/CriterionHandler/UserMetadata.php | 2 +- .../Common/Gateway/SortClauseConverter.php | 30 +- .../Common/Gateway/SortClauseHandler.php | 29 +- .../SortClauseHandler/AbstractRandom.php | 2 +- .../Gateway/SortClauseHandler/ContentId.php | 2 +- .../Gateway/SortClauseHandler/ContentName.php | 2 +- .../SortClauseHandler/DateModified.php | 2 +- .../SortClauseHandler/DatePublished.php | 2 +- .../RandomSortClauseHandlerFactory.php | 15 +- .../Gateway/SortClauseHandler/Field.php | 14 +- .../SortClauseHandler/MapLocationDistance.php | 8 +- .../SortClauseHandler/SectionIdentifier.php | 2 +- .../Gateway/SortClauseHandler/SectionName.php | 2 +- .../Search/Legacy/Content/FullTextData.php | 2 +- src/lib/Search/Legacy/Content/Gateway.php | 11 +- .../Gateway/CriterionHandler/Ancestor.php | 2 +- .../Gateway/CriterionHandler/LocationId.php | 2 +- .../CriterionHandler/LocationRemoteId.php | 2 +- .../CriterionHandler/ParentLocationId.php | 2 +- .../CriterionHandler/PermissionSubtree.php | 2 +- .../Gateway/CriterionHandler/Subtree.php | 2 +- .../Gateway/CriterionHandler/Visibility.php | 2 +- .../Content/Gateway/DoctrineDatabase.php | 29 +- .../Content/Gateway/ExceptionConversion.php | 4 +- src/lib/Search/Legacy/Content/Handler.php | 91 +- src/lib/Search/Legacy/Content/Indexer.php | 6 +- .../Search/Legacy/Content/IndexerGateway.php | 22 +- .../Legacy/Content/Location/Gateway.php | 9 +- .../Gateway/CriterionHandler/Ancestor.php | 2 +- .../CriterionHandler/Location/Depth.php | 2 +- .../Location/IsBookmarked.php | 2 +- .../Location/IsMainLocation.php | 2 +- .../CriterionHandler/Location/Priority.php | 2 +- .../Gateway/CriterionHandler/LocationId.php | 2 +- .../CriterionHandler/LocationRemoteId.php | 2 +- .../CriterionHandler/ParentLocationId.php | 2 +- .../Gateway/CriterionHandler/Subtree.php | 2 +- .../Gateway/CriterionHandler/Visibility.php | 2 +- .../Location/Gateway/DoctrineDatabase.php | 17 +- .../Location/Gateway/ExceptionConversion.php | 6 +- .../SortClauseHandler/Location/Depth.php | 2 +- .../Gateway/SortClauseHandler/Location/Id.php | 2 +- .../Location/IsMainLocation.php | 2 +- .../SortClauseHandler/Location/Path.php | 2 +- .../SortClauseHandler/Location/Priority.php | 2 +- .../SortClauseHandler/Location/Visibility.php | 2 +- .../Legacy/Content/Mapper/FullTextMapper.php | 22 +- .../Legacy/Content/WordIndexer/Gateway.php | 9 +- .../WordIndexer/Gateway/DoctrineDatabase.php | 34 +- .../Variation/VariationHandlerRegistry.php | 10 +- .../Core/ApiLoader/CacheFactoryTest.php | 10 +- .../RepositoryConfigurationProviderTest.php | 9 +- .../StorageConnectionFactoryTest.php | 12 +- .../Cache/Warmer/ProxyCacheWarmerTest.php | 5 +- tests/bundle/Core/ChainConfigResolverTest.php | 19 +- .../ContentTypeInputGeneratorStrategyTest.php | 9 +- tests/bundle/Core/ConfigResolverTest.php | 56 +- .../Compiler/ChainConfigResolverPassTest.php | 6 +- .../Compiler/ChainRoutingPassTest.php | 12 +- .../SlugConverterConfigurationPassTest.php | 6 +- .../Compiler/ViewProvidersPassTest.php | 6 +- .../ComplexSettingParserTest.php | 14 +- .../ChainConfigResolverTest.php | 105 +- .../ConfigResolver/ConfigResolverTestCase.php | 11 +- .../Parser/AbstractParserTestCase.php | 15 +- .../Configuration/Parser/CommonTest.php | 6 +- .../Configuration/Parser/ContentTest.php | 6 +- .../Parser/FieldType/ImageAssetTest.php | 6 +- .../ConfigurationProcessorTest.php | 6 +- .../SiteAccessAware/ContextualizerTest.php | 12 +- .../DynamicSettingParserTest.php | 12 +- .../IbexaCoreExtensionTest.php | 52 +- .../PoliciesConfigBuilderTest.php | 7 +- .../AnnotationEntityBundle.php | 4 +- .../Filter/CustomCriterionQueryBuilder.php | 3 +- .../Filter/CustomSortClauseQueryBuilder.php | 3 +- .../QueryType/TestQueryType.php | 8 +- .../Stub/QueryTypeBundle/QueryTypeBundle.php | 4 +- .../Stub/XmlEntityBundle/XmlEntityBundle.php | 4 +- .../Core/Entity/EntityManagerFactoryTest.php | 4 +- ...ackgroundIndexingTerminateListenerTest.php | 30 +- .../BackwardCompatibleCommandListenerTest.php | 16 +- .../EventListener/ConfigScopeListenerTest.php | 7 +- .../ConsoleCommandListenerTest.php | 13 +- ...tentDownloadRouteReferenceListenerTest.php | 21 +- .../EventListener/ExceptionListenerTest.php | 14 +- .../IndexRequestListenerTest.php | 18 +- .../Core/EventListener/LocaleListenerTest.php | 14 +- ...citFrontControllerRequestsListenerTest.php | 5 +- .../RequestEventListenerTest.php | 21 +- .../EventListener/RoutingListenerTest.php | 7 +- .../SessionSetDynamicNameListenerTest.php | 16 +- .../EventListener/SiteAccessListenerTest.php | 12 +- .../Core/EventListener/Stubs/TestOutput.php | 6 +- .../Core/EventListener/Stubs/ViewManager.php | 17 +- .../Core/EventListener/Stubs/ViewProvider.php | 10 +- .../ViewControllerListenerTest.php | 26 +- .../CrowdinRequestLocaleSubscriberTest.php | 6 +- ...ustedHeaderClientIpEventSubscriberTest.php | 11 +- .../DecoratedFragmentRendererTest.php | 3 +- .../Fragment/DirectFragmentRendererTest.php | 5 +- .../Fragment/FragmentListenerFactoryTest.php | 6 +- .../Fragment/SiteAccessSerializerTest.php | 2 +- .../bundle/Core/Imagine/AliasCleanerTest.php | 5 +- .../Core/Imagine/AliasGeneratorTest.php | 34 +- .../bundle/Core/Imagine/BinaryLoaderTest.php | 9 +- .../Cache/Resolver/ProxyResolverTest.php | 3 +- .../Cache/Resolver/RelativeResolverTest.php | 3 +- .../Imagine/Cache/ResolverFactoryTest.php | 7 +- .../Imagine/Filter/AbstractFilterTest.php | 15 +- .../Filter/FilterConfigurationTest.php | 5 +- .../Filter/Loader/BorderFilterLoaderTest.php | 7 +- .../Filter/Loader/CropFilterLoaderTest.php | 5 +- .../Loader/ReduceNoiseFilterLoaderTest.php | 5 +- .../Loader/ScaleDownOnlyFilterLoaderTest.php | 5 +- .../Loader/ScaleExactFilterLoaderTest.php | 5 +- .../Filter/Loader/ScaleFilterLoaderTest.php | 5 +- .../ScaleHeightDownOnlyFilterLoaderTest.php | 5 +- .../Loader/ScaleHeightFilterLoaderTest.php | 5 +- .../Loader/ScalePercentFilterLoaderTest.php | 5 +- .../ScaleWidthDownOnlyFilterLoaderTest.php | 5 +- .../Loader/ScaleWidthFilterLoaderTest.php | 5 +- .../Filter/Loader/SwirlFilterLoaderTest.php | 5 +- .../Core/Imagine/IORepositoryResolverTest.php | 22 +- .../Imagine/ImageAsset/AliasGeneratorTest.php | 12 +- .../Imagine/PlaceholderAliasGeneratorTest.php | 41 +- .../GenericProviderTest.php | 30 +- .../WebpFormatVariationPathGeneratorTest.php | 4 +- .../ImageFileVariationPurgerTest.php | 3 +- .../LegacyStorageImageFileListTest.php | 2 +- .../ServiceAwareMatcherFactoryTest.php | 14 +- .../Core/Matcher/ViewMatcherRegistryTest.php | 6 +- .../bundle/Core/Routing/DefaultRouterTest.php | 32 +- .../JsRouting/ExposedRoutesExtractorTest.php | 6 +- .../Core/Routing/UrlAliasRouterTest.php | 14 +- .../Config/IOConfigResolverTest.php | 5 +- .../Core/SiteAccess/MatcherBuilderTest.php | 3 +- .../bundle/Core/URLChecker/URLCheckerTest.php | 15 +- .../ContentValueResolverTest.php | 2 +- .../LocationValueResolverTest.php | 4 +- .../Collector/IbexaCoreCollectorTest.php | 5 +- tests/bundle/IO/BinaryStreamResponseTest.php | 3 +- .../EventListener/StreamFileListenerTest.php | 24 +- .../bundle/IO/Migration/FileMigratorTest.php | 6 +- .../BaseCoreFieldTypeIntegrationTestCase.php | 2 +- .../integration/Core/BaseGatewayTestCase.php | 3 +- .../BinaryBaseStorageGatewayTest.php | 16 +- .../BinaryBaseStorageTest.php | 22 +- .../FieldConstraintsStorageTest.php | 2 +- .../Stub/ExampleFieldConstraintsStorage.php | 10 +- .../Stub/ExampleFieldType.php | 7 +- .../Core/IO/FlysystemTestAdapter.php | 52 +- .../Image/ImageStorage/ImageStorageTest.php | 42 +- .../Core/LegacyTestContainerBuilder.php | 2 +- .../Limitation/MemberOfLimitationTest.php | 6 +- .../LanguageLimitationIntegrationTest.php | 69 +- .../Core/Limitation/RoleLimitationTest.php | 6 +- .../Limitation/UserGroupLimitationTest.php | 3 +- .../Doctrine/FilteringQueryBuilderTest.php | 2 +- .../Search/Content/IndexerGatewayTest.php | 11 +- .../Repository/BaseContentServiceTestCase.php | 21 +- .../BaseContentTypeServiceTestCase.php | 21 +- .../BaseNonRedundantFieldSetTestCase.php | 18 +- .../Core/Repository/BaseTestCase.php | 194 +- .../Repository/BaseTrashServiceTestCase.php | 9 +- .../Repository/BaseURLServiceTestCase.php | 21 +- .../Core/Repository/Common/SlugConverter.php | 6 +- ...ntUpdateAfterAddingFieldDefinitionTest.php | 42 +- ...slatableFieldsFromPublishedVersionTest.php | 7 +- ...pyTranslationsFromPublishedVersionTest.php | 3 +- .../ContentService/DeleteContentTest.php | 5 +- .../ContentService/LoadVersionInfoTest.php | 3 +- .../MaxLanguagesContentServiceTest.php | 13 +- .../ContentService/UpdateContentTest.php | 27 +- .../ContentService/VersionValidatorTest.php | 22 +- .../ContentServiceAuthorizationTest.php | 30 +- .../Core/Repository/ContentServiceTest.php | 264 +- .../FindContentTypesTest.php | 8 +- .../Repository/ContentTypeServiceTest.php | 83 +- .../FieldType/AuthorIntegrationTest.php | 9 +- .../BaseBinaryFileIntegrationTestCaseCase.php | 11 +- .../FieldType/BaseIntegrationTestCase.php | 109 +- .../FieldType/BinaryFileIntegrationTest.php | 3 +- .../FieldType/CheckboxIntegrationTest.php | 31 +- .../FieldType/CountryIntegrationTest.php | 4 +- .../FieldType/DateAndTimeIntegrationTest.php | 16 +- .../FieldType/DateIntegrationTest.php | 6 +- .../FieldType/EmailAddressIntegrationTest.php | 4 +- .../FieldType/FloatIntegrationTest.php | 4 +- .../FieldType/ISBNIntegrationTest.php | 4 +- .../FieldType/ImageIntegrationTest.php | 75 +- .../FieldType/IntegerIntegrationTest.php | 4 +- .../FieldType/KeywordIntegrationTest.php | 33 +- .../FieldType/MapLocationIntegrationTest.php | 4 +- .../FieldType/MediaIntegrationTest.php | 3 +- .../FieldType/RelationIntegrationTest.php | 4 +- .../FieldType/RelationListIntegrationTest.php | 4 +- ...RelationSearchBaseIntegrationTestTrait.php | 17 +- .../SearchBaseIntegrationTestCase.php | 499 +- ...archMultivaluedBaseIntegrationTestCase.php | 243 +- .../FieldType/SelectionIntegrationTest.php | 4 +- .../FieldType/TextBlockIntegrationTest.php | 4 +- .../FieldType/TextLineIntegrationTest.php | 4 +- .../FieldType/TimeIntegrationTest.php | 13 +- .../FieldType/UrlIntegrationTest.php | 4 +- .../FieldType/UserIntegrationTest.php | 19 +- .../BaseRepositoryFilteringTestCase.php | 68 +- .../Filtering/ContentFilteringTest.php | 67 +- .../Filtering/LocationFilteringTest.php | 16 +- .../integration/Core/Repository/IdManager.php | 10 +- ...geServiceMaximumSupportedLanguagesTest.php | 5 +- .../Core/Repository/LanguageServiceTest.php | 6 +- .../BaseLimitationIntegrationTestCase.php | 30 +- .../ContentLimitationsMixIntegrationTest.php | 17 +- .../LocationLimitationIntegrationTest.php | 27 +- .../LocationServiceAuthorizationTest.php | 3 +- .../Core/Repository/LocationServiceTest.php | 130 +- .../Repository/NonRedundantFieldSetTest.php | 63 +- .../Repository/ObjectStateServiceTest.php | 33 +- .../Parallel/BaseParallelTestCase.php | 6 +- .../Repository/PermissionResolverTest.php | 68 +- .../Repository/Regression/EZP21089Test.php | 3 +- .../Regression/EZP21109IbexaIntegerTest.php | 7 +- .../Repository/Regression/EZP21798Test.php | 3 +- ...6SearchOneContentMultipleLocationsTest.php | 6 +- .../EZP22408DeleteRelatedObjectTest.php | 21 +- .../Regression/EZP28799SubtreeSearchTest.php | 3 +- .../Regression/PureNegativeQueryTest.php | 32 +- .../RoleServiceAuthorizationTest.php | 3 +- .../Core/Repository/RoleServiceTest.php | 80 +- .../Repository/SearchEngineIndexingTest.php | 89 +- .../AbstractAggregationTestCase.php | 4 +- .../TermAggregationDataSetBuilder.php | 4 +- .../Field/TimeRangeAggregationTest.php | 10 +- .../FieldAggregationFixtureGenerator.php | 2 +- .../SearchService/DeleteTranslationTest.php | 35 +- .../MultilingualContentSearchIndexingTest.php | 19 +- .../SearchService/RemoteIdIndexingTest.php | 17 +- .../SortClause/ContentTranslatedNameTest.php | 5 +- .../SearchService/SortClause/ScoreTest.php | 12 +- .../Repository/SearchServiceBookmarkTest.php | 31 +- .../SearchServiceContentNameTest.php | 31 +- .../Repository/SearchServiceFulltextTest.php | 56 +- .../Repository/SearchServiceImageTest.php | 9 +- .../Repository/SearchServiceLocationTest.php | 36 +- .../Core/Repository/SearchServiceTest.php | 333 +- ...ServiceTranslationLanguageFallbackTest.php | 30 +- .../Core/Repository/SectionServiceTest.php | 3 +- .../Core/Repository/SettingServiceTest.php | 13 +- .../Core/Repository/TokenServiceTest.php | 15 +- .../TrashServiceAuthorizationTest.php | 3 +- .../Core/Repository/TrashServiceTest.php | 33 +- ...stomUrlAliasForMultilingualContentTest.php | 9 +- .../URLAliasService/UrlAliasLookupTest.php | 3 +- .../Core/Repository/URLAliasServiceTest.php | 119 +- .../Core/Repository/URLServiceTest.php | 19 +- .../URLWildcardService/CriterionTest.php | 10 +- .../Repository/URLWildcardServiceTest.php | 22 +- .../UserServiceAuthorizationTest.php | 3 +- .../Core/Repository/UserServiceTest.php | 62 +- .../DefaultLanguageCodeForContentTest.php | 15 +- .../DateTimeStepRangesGeneratorTest.php | 16 +- .../Ranges/FloatStepRangesGeneratorTest.php | 8 +- .../Ranges/IntegerStepRangesGeneratorTest.php | 8 +- .../Limitation/BaseLimitationTestCase.php | 6 +- .../Limitation/ChangeOwnerLimitationTest.php | 17 +- .../Limitation/ContentTypeLimitationTest.php | 7 +- .../Limitation/LanguageLimitationTest.php | 165 +- .../Limitation/ObjectStateLimitationTest.php | 52 +- .../User/Limitation/OwnerLimitationTest.php | 5 +- .../Limitation/RolePolicyLimitationTest.php | 27 +- .../User/Limitation/SectionLimitationTest.php | 5 +- .../User/Limitation/SubtreeLimitationTest.php | 15 +- .../Limitation/UserGroupLimitationTest.php | 18 +- .../_fixtures/Legacy/AncestorContent.php | 74 +- .../_fixtures/Legacy/AncestorLocation.php | 74 +- .../Repository/_fixtures/Legacy/ContentId.php | 50 +- .../_fixtures/Legacy/ContentTypeGroupId.php | 158 +- .../_fixtures/Legacy/ContentTypeId.php | 50 +- .../_fixtures/Legacy/DateMetadataBetween.php | 50 +- .../_fixtures/Legacy/DateMetadataCreated.php | 68 +- .../_fixtures/Legacy/DateMetadataGt.php | 50 +- .../_fixtures/Legacy/DateMetadataGte.php | 86 +- .../_fixtures/Legacy/DateMetadataIn.php | 68 +- .../_fixtures/Legacy/DateMetadataLte.php | 194 +- .../Legacy/DeprecatedContentIdQuery.php | 50 +- .../Repository/_fixtures/Legacy/DepthGte.php | 16 +- .../_fixtures/Legacy/FacetContentType.php | 54 +- .../Legacy/FacetContentTypeMinCount.php | 54 +- .../Legacy/FacetContentTypeMinLimit.php | 54 +- .../_fixtures/Legacy/FacetFieldRegexp.php | 54 +- .../Legacy/FacetFieldRegexpSortCount.php | 54 +- .../Legacy/FacetFieldRegexpSortTerm.php | 54 +- .../_fixtures/Legacy/FacetFieldSimple.php | 54 +- .../_fixtures/Legacy/FacetSection.php | 54 +- .../Repository/_fixtures/Legacy/FacetTerm.php | 54 +- .../Repository/_fixtures/Legacy/FacetUser.php | 54 +- .../Repository/_fixtures/Legacy/Field.php | 32 +- .../_fixtures/Legacy/FieldBetween.php | 50 +- .../Repository/_fixtures/Legacy/FieldIn.php | 50 +- .../Repository/_fixtures/Legacy/FieldOr.php | 68 +- .../_fixtures/Legacy/FieldRelation.php | 32 +- .../_fixtures/Legacy/FieldRelationAll.php | 50 +- .../Repository/_fixtures/Legacy/FullText.php | 32 +- .../_fixtures/Legacy/FullTextFiltered.php | 32 +- .../_fixtures/Legacy/FullTextWildcard.php | 32 +- .../_fixtures/Legacy/IsContainerFalse.php | 62 +- .../_fixtures/Legacy/IsContainerTrue.php | 102 +- .../_fixtures/Legacy/IsUserBasedFalse.php | 22 +- .../_fixtures/Legacy/IsUserBasedTrue.php | 42 +- .../_fixtures/Legacy/IsUserEnabledTrue.php | 42 +- .../_fixtures/Legacy/LanguageCode.php | 46 +- .../_fixtures/Legacy/LocationId.php | 50 +- .../_fixtures/Legacy/LocationRemoteId.php | 50 +- .../_fixtures/Legacy/LogicalAnd.php | 32 +- .../_fixtures/Legacy/LogicalNot.php | 32 +- .../Repository/_fixtures/Legacy/LogicalOr.php | 68 +- .../Repository/_fixtures/Legacy/MatchNone.php | 14 +- .../Legacy/ObjectStateIdentifier.php | 362 +- .../_fixtures/Legacy/ParentLocationId.php | 104 +- .../_fixtures/Legacy/QueryModifiedField.php | 50 +- .../Repository/_fixtures/Legacy/RemoteId.php | 50 +- .../Repository/_fixtures/Legacy/SectionId.php | 158 +- .../_fixtures/Legacy/SectionIdentifier.php | 146 +- .../Repository/_fixtures/Legacy/Sibling.php | 86 +- .../_fixtures/Legacy/SortContentName.php | 230 +- .../_fixtures/Legacy/SortDateModified.php | 180 +- .../_fixtures/Legacy/SortDatePublished.php | 158 +- .../Repository/_fixtures/Legacy/SortDesc.php | 158 +- .../Legacy/SortFieldMultipleTypes.php | 218 +- .../Legacy/SortFieldMultipleTypesReverse.php | 218 +- .../Legacy/SortFieldMultipleTypesSlice.php | 92 +- .../SortFieldMultipleTypesSliceReverse.php | 92 +- .../_fixtures/Legacy/SortFolderName.php | 122 +- .../_fixtures/Legacy/SortLocationDepth.php | 158 +- .../_fixtures/Legacy/SortMultiple.php | 86 +- .../Repository/_fixtures/Legacy/SortNone.php | 158 +- .../_fixtures/Legacy/SortPathString.php | 158 +- .../Legacy/SortSectionIdentifier.php | 266 +- .../_fixtures/Legacy/SortSectionName.php | 266 +- .../_fixtures/Legacy/SortTemplateTitle.php | 38 +- .../Repository/_fixtures/Legacy/Status.php | 338 +- .../Repository/_fixtures/Legacy/Subtree.php | 158 +- .../Repository/_fixtures/Legacy/UserEmail.php | 22 +- .../Repository/_fixtures/Legacy/UserIdEq.php | 22 +- .../Repository/_fixtures/Legacy/UserIdIn.php | 42 +- .../Repository/_fixtures/Legacy/UserLogin.php | 22 +- .../_fixtures/Legacy/UserMetadata.php | 374 +- .../_fixtures/Legacy/UserMetadataLocation.php | 374 +- .../Repository/_fixtures/SectionFixture.php | 46 +- .../_fixtures/Solr/AncestorContent.php | 74 +- .../_fixtures/Solr/AncestorLocation.php | 74 +- .../Repository/_fixtures/Solr/ContentId.php | 50 +- .../_fixtures/Solr/ContentTypeGroupId.php | 158 +- .../_fixtures/Solr/ContentTypeId.php | 50 +- .../_fixtures/Solr/CustomFieldBetween.php | 94 +- .../_fixtures/Solr/CustomFieldGt.php | 50 +- .../_fixtures/Solr/CustomFieldGte.php | 68 +- .../_fixtures/Solr/CustomFieldLt.php | 68 +- .../_fixtures/Solr/CustomFieldLte.php | 86 +- .../_fixtures/Solr/DateMetadataBetween.php | 50 +- .../_fixtures/Solr/DateMetadataCreated.php | 68 +- .../_fixtures/Solr/DateMetadataGt.php | 50 +- .../_fixtures/Solr/DateMetadataGte.php | 86 +- .../_fixtures/Solr/DateMetadataIn.php | 68 +- .../_fixtures/Solr/DateMetadataLte.php | 194 +- .../Solr/DeprecatedContentIdQuery.php | 50 +- .../Core/Repository/_fixtures/Solr/Field.php | 32 +- .../_fixtures/Solr/FieldBetween.php | 50 +- .../Repository/_fixtures/Solr/FieldIn.php | 50 +- .../Repository/_fixtures/Solr/FieldOr.php | 68 +- .../_fixtures/Solr/FieldRelation.php | 32 +- .../_fixtures/Solr/FieldRelationAll.php | 50 +- .../_fixtures/Solr/FieldUnknown.php | 14 +- .../Repository/_fixtures/Solr/FullText.php | 50 +- .../_fixtures/Solr/FullTextFiltered.php | 32 +- .../_fixtures/Solr/FullTextWildcard.php | 32 +- .../Repository/_fixtures/Solr/LocationId.php | 50 +- .../_fixtures/Solr/LocationRemoteId.php | 50 +- .../Repository/_fixtures/Solr/LogicalAnd.php | 32 +- .../Repository/_fixtures/Solr/LogicalNot.php | 32 +- .../Repository/_fixtures/Solr/LogicalOr.php | 68 +- .../Repository/_fixtures/Solr/MatchNone.php | 14 +- .../_fixtures/Solr/ParentLocationId.php | 104 +- .../_fixtures/Solr/QueryCustomField.php | 32 +- .../_fixtures/Solr/QueryModifiedField.php | 50 +- .../Repository/_fixtures/Solr/RemoteId.php | 50 +- .../Repository/_fixtures/Solr/SectionId.php | 158 +- .../Repository/_fixtures/Solr/Sibling.php | 86 +- .../_fixtures/Solr/SortContentName.php | 230 +- .../_fixtures/Solr/SortDatePublished.php | 158 +- .../Repository/_fixtures/Solr/SortDesc.php | 158 +- .../_fixtures/Solr/SortFieldMultipleTypes.php | 230 +- .../Solr/SortFieldMultipleTypesReverse.php | 230 +- .../Solr/SortFieldMultipleTypesSlice.php | 104 +- .../SortFieldMultipleTypesSliceReverse.php | 104 +- .../_fixtures/Solr/SortFolderName.php | 122 +- .../_fixtures/Solr/SortLocationDepth.php | 158 +- .../_fixtures/Solr/SortMultiple.php | 86 +- .../Repository/_fixtures/Solr/SortNone.php | 158 +- .../_fixtures/Solr/SortPathString.php | 158 +- .../_fixtures/Solr/SortSectionIdentifier.php | 266 +- .../_fixtures/Solr/SortSectionName.php | 266 +- .../Core/Repository/_fixtures/Solr/Status.php | 338 +- .../Repository/_fixtures/Solr/Subtree.php | 158 +- .../_fixtures/Solr/UserMetadata.php | 338 +- tests/integration/Core/RepositoryTestCase.php | 37 +- .../UserStorageGatewayTestCase.php | 7 +- tests/integration/Stub/DummyValidator.php | 44 +- .../Legacy/CriteriaConverterPassTest.php | 12 +- .../Stubs/GatewayBasedStorageHandler.php | 25 +- .../BackwardCompatibleIteratorTest.php | 4 +- .../DeprecationErrorCollector.php | 8 +- .../ContentFieldValidationExceptionTest.php | 2 +- .../Exceptions/UnauthorizedExceptionTest.php | 8 +- .../Collection/AbstractCollectionTestCase.php | 2 +- tests/lib/Collection/ArrayListTest.php | 4 +- tests/lib/Collection/ArrayMapTest.php | 5 +- tests/lib/Collection/MutableArrayListTest.php | 8 +- tests/lib/Event/AbstractServiceTestCase.php | 6 +- tests/lib/Event/URLWildcardServiceTest.php | 16 +- .../lib/Event/View/PostBuildViewEventTest.php | 3 +- tests/lib/FieldType/APIFieldTypeTest.php | 5 +- tests/lib/FieldType/AuthorTest.php | 5 +- tests/lib/FieldType/BaseFieldTypeTestCase.php | 78 +- tests/lib/FieldType/BinaryFileTest.php | 9 +- tests/lib/FieldType/DateAndTimeTest.php | 20 +- tests/lib/FieldType/EmailAddressTest.php | 5 +- .../FieldType/EmailAddressValidatorTest.php | 3 +- tests/lib/FieldType/FieldTypeMockTest.php | 27 +- tests/lib/FieldType/FieldTypeTestCase.php | 6 +- tests/lib/FieldType/FileSizeValidatorTest.php | 19 +- tests/lib/FieldType/Generic/GenericTest.php | 22 +- .../SymfonySerializerAdapterTest.php | 11 +- tests/lib/FieldType/Image/IO/LegacyTest.php | 29 +- .../PathGenerator/LegacyPathGeneratorTest.php | 6 +- .../FieldType/ImageAsset/AssetMapperTest.php | 18 +- tests/lib/FieldType/ImageAssetTest.php | 4 +- tests/lib/FieldType/KeywordTest.php | 3 +- tests/lib/FieldType/RelationTest.php | 2 +- tests/lib/FieldType/Url/UrlStorageTest.php | 16 +- tests/lib/FieldType/UserTest.php | 9 +- tests/lib/FieldType/ValidationErrorTest.php | 8 +- .../BaseNumericValidatorTestCase.php | 16 +- .../Validator/FloatValueValidatorTest.php | 6 +- .../Validator/IntegerValueValidatorTest.php | 6 +- .../Validator/StringLengthValidatorTest.php | 8 +- .../SudoMainLocationLoaderTest.php | 9 +- tests/lib/Helper/ContentPreviewHelperTest.php | 7 +- tests/lib/Helper/FieldHelperTest.php | 7 +- .../ArrayTranslatorFieldsGroupsListTest.php | 4 +- .../Helper/PreviewLocationProviderTest.php | 15 +- tests/lib/Helper/TranslationHelperTest.php | 39 +- .../ConfigScopeChangeAwareIOServiceTest.php | 7 +- .../IO/FilePathNormalizer/FlysystemTest.php | 5 +- ...amicPathFilesystemAdapterDecoratorTest.php | 41 +- ...aseSiteAccessAwarePathPrefixerTestCase.php | 24 +- .../BaseVisibilityConverterTestCase.php | 22 +- .../IO/IOBinarydataHandler/FlysystemTest.php | 7 +- .../IO/IOMetadataHandler/FlysystemTest.php | 18 +- .../LegacyDFSClusterTest.php | 23 +- tests/lib/IO/IOServiceTest.php | 25 +- .../lib/IO/MimeTypeDetector/FileInfoTest.php | 5 +- tests/lib/IO/TolerantIOServiceTest.php | 8 +- tests/lib/IO/UrlDecorator/PrefixTest.php | 14 +- tests/lib/IO/UrlRedecoratorTest.php | 7 +- tests/lib/Limitation/Base.php | 11 +- .../Limitation/BlockingLimitationTypeTest.php | 38 +- .../ContentTypeLimitationTypeTest.php | 46 +- .../ContentDeleteEvaluatorTest.php | 13 +- .../Limitation/LocationLimitationTypeTest.php | 46 +- .../Limitation/MemberOfLimitationTypeTest.php | 8 +- .../NewObjectStateLimitationTypeTest.php | 42 +- .../ObjectStateLimitationTypeTest.php | 12 +- .../ParentContentTypeLimitationTypeTest.php | 61 +- .../ParentDepthLimitationTypeTest.php | 36 +- .../lib/Limitation/RoleLimitationTypeTest.php | 6 +- .../Limitation/SectionLimitationTypeTest.php | 46 +- .../SiteAccessLimitationTypeTest.php | 45 +- .../Limitation/StatusLimitationTypeTest.php | 39 +- .../Limitation/SubtreeLimitationTypeTest.php | 46 +- .../CompoundMatcherNormalizerTest.php | 14 +- .../Serializer/HostElementNormalizerTest.php | 5 +- .../Serializer/Stubs/CompoundStub.php | 7 +- .../Serializer/Stubs/MatcherStub.php | 6 +- .../Serializer/Stubs/RegexMatcher.php | 2 +- .../Serializer/URIElementNormalizerTest.php | 3 +- .../Serializer/URITextNormalizerTest.php | 3 +- .../Content/PreviewControllerTest.php | 24 +- .../MVC/Symfony/Controller/ControllerTest.php | 7 +- .../Controller/QueryRenderControllerTest.php | 5 +- ...ContentViewTwigVariablesSubscriberTest.php | 9 +- .../LanguageSwitchListenerTest.php | 3 +- .../SiteAccessMatchListenerTest.php | 65 +- .../ImageAsset/ParameterProviderTest.php | 17 +- .../Relation/ParameterProviderTest.php | 6 +- .../RelationList/ParameterProviderTest.php | 6 +- .../FieldType/User/ParameterProviderTest.php | 7 +- .../LocaleParameterProviderTest.php | 6 +- .../Symfony/Locale/LocaleConverterTest.php | 15 +- .../UserLanguagePreferenceProviderTest.php | 20 +- .../Matcher/ContentBased/BaseTestCase.php | 11 +- .../Matcher/ContentBased/DepthTest.php | 24 +- .../Matcher/ContentBased/Id/ContentTest.php | 24 +- .../ContentBased/Id/ContentTypeGroupTest.php | 25 +- .../ContentBased/Id/ContentTypeTest.php | 26 +- .../Matcher/ContentBased/Id/LocationTest.php | 20 +- .../ContentBased/Id/ParentContentTypeTest.php | 24 +- .../ContentBased/Id/ParentLocationTest.php | 24 +- .../Matcher/ContentBased/Id/RemoteTest.php | 21 +- .../Matcher/ContentBased/Id/SectionTest.php | 24 +- .../Identifier/ContentTypeTest.php | 25 +- .../Identifier/ParentContentTypeTest.php | 24 +- .../ContentBased/Identifier/SectionTest.php | 23 +- .../Matcher/ContentBased/IsPreviewTest.php | 11 +- .../Matcher/ContentBased/UrlAliasTest.php | 20 +- ...yConfiguredMatcherFactoryDecoratorTest.php | 15 +- .../lib/MVC/Symfony/Routing/GeneratorTest.php | 21 +- .../Routing/RouteReferenceGeneratorTest.php | 9 +- .../Symfony/Routing/SimplifiedRequestTest.php | 8 +- .../Symfony/Routing/UrlAliasGeneratorTest.php | 71 +- .../Symfony/Routing/UrlAliasRouterTest.php | 68 +- ...kenCreatedRepositoryUserSubscriberTest.php | 2 +- ...sitoryUserAuthenticationSubscriberTest.php | 2 +- .../MVC/Symfony/Security/HttpUtilsTest.php | 23 +- .../Security/User/BaseProviderTestCase.php | 16 +- .../MVC/Symfony/Security/UserCheckerTest.php | 5 +- .../MVC/Symfony/Security/UserWrappedTest.php | 4 +- .../Symfony/Security/Voter/CoreVoterTest.php | 16 +- .../Security/Voter/ValueObjectVoterTest.php | 16 +- .../SiteAccess/Compound/CompoundAndTest.php | 10 +- .../SiteAccess/Compound/CompoundOrTest.php | 8 +- .../SiteAccess/MatcherSerializationTest.php | 27 +- .../Provider/ChainSiteAccessProviderTest.php | 18 +- .../Symfony/SiteAccess/RouterBaseTestCase.php | 17 +- .../SiteAccess/RouterHostElementTest.php | 10 +- .../SiteAccess/RouterHostPortURITest.php | 2 +- .../Symfony/SiteAccess/RouterHostTextTest.php | 2 +- .../Symfony/SiteAccess/RouterMapURITest.php | 19 +- .../SiteAccess/RouterPortHostURITest.php | 2 +- .../SiteAccess/RouterSpecialPortsTest.php | 2 +- .../lib/MVC/Symfony/SiteAccess/RouterTest.php | 8 +- .../SiteAccess/RouterURIElement2Test.php | 29 +- .../SiteAccess/RouterURIElementTest.php | 20 +- .../Symfony/SiteAccess/RouterURITextTest.php | 2 +- .../SiteAccess/SiteAccessServiceTest.php | 9 +- .../Templating/BaseRenderStrategyTestCase.php | 16 +- .../Symfony/Templating/GlobalHelperTest.php | 13 +- .../Templating/RenderContentStrategyTest.php | 3 +- .../Templating/RenderLocationStrategyTest.php | 3 +- .../Symfony/Templating/RenderStrategyTest.php | 27 +- .../Twig/Extension/ContentExtensionTest.php | 14 +- ...FieldRenderingExtensionIntegrationTest.php | 14 +- .../Twig/Extension/FileSizeExtensionTest.php | 19 +- .../FileSystemTwigIntegrationTestCase.php | 27 +- .../Twig/Extension/RenderExtensionTest.php | 5 +- .../Twig/Extension/RoutingExtensionTest.php | 12 +- .../Twig/Extension/UserExtensionTest.php | 13 +- .../Extension/UserPreferenceExtensionTest.php | 3 +- .../Templating/Twig/ResourceProviderTest.php | 7 +- ...MessageExtractorPhpFileVisitorTestCase.php | 14 +- ...xceptionMessageTemplateFileVisitorTest.php | 6 +- .../TranslatableExceptionsFileVisitorTest.php | 6 +- .../ValidationErrorFileVisitorTest.php | 8 +- .../ContentValidationExceptionUsageStub.php | 3 +- .../fixtures/ForbiddenExceptionUsageStub.php | 3 +- .../fixtures/ValidationErrorUsageStub.php | 3 +- .../fixtures/WrongTranslationId.php | 3 +- .../MVC/Symfony/View/AbstractViewTestCase.php | 6 +- .../View/Builder/ContentViewBuilderTest.php | 17 +- .../lib/MVC/Symfony/View/ContentViewTest.php | 13 +- .../MVC/Symfony/View/LoginFormViewTest.php | 11 +- .../View/Renderer/TemplateRendererTest.php | 10 +- .../View/VariableProviderRegistryTest.php | 6 +- .../lib/MVC/Symfony/View/ViewManagerTest.php | 13 +- .../SearchHitAdapterFactoryTest.php | 11 +- ...BaseContentSearchResultAdapterTestCase.php | 9 +- ...aseLocationSearchResultAdapterTestCase.php | 9 +- .../ContentFilteringAdapterTest.php | 3 +- .../Pagination/ContentSearchAdapterTest.php | 7 +- .../LocationFilteringAdapterTest.php | 3 +- .../Pagination/LocationSearchAdapterTest.php | 7 +- .../LocationSearchHitAdapterTest.php | 7 +- tests/lib/Pagination/PagerfantaTest.php | 4 +- .../Cache/AbstractBaseHandlerTestCase.php | 35 +- .../InMemoryClearingProxyAdapterTest.php | 36 +- .../CacheIdentifierGeneratorTest.php | 27 +- .../CacheIdentifierSanitizerTest.php | 8 +- .../Cache/InMemory/InMemoryCacheTest.php | 2 +- .../Persistence/Cache/LocationHandlerTest.php | 2 +- .../Cache/LocationPathConverterTest.php | 8 +- .../Cache/PersistenceLoggerTest.php | 8 +- .../Persistence/Cache/TrashHandlerTest.php | 5 +- .../Persistence/DatabaseConnectionFactory.php | 11 +- .../lib/Persistence/FieldTypeRegistryTest.php | 3 +- .../Converter/ImageConverterTest.php | 7 +- .../Bookmark/Gateway/DoctrineDatabaseTest.php | 24 +- .../Legacy/Bookmark/HandlerTest.php | 7 +- .../Legacy/Bookmark/MapperTest.php | 2 +- .../Legacy/Content/ContentHandlerTest.php | 60 +- .../Legacy/Content/FieldHandlerTest.php | 36 +- .../FieldValue/Converter/AuthorTest.php | 5 +- .../FieldValue/Converter/CheckboxTest.php | 2 +- .../FieldValue/Converter/CountryTest.php | 17 +- .../FieldValue/Converter/DateAndTimeTest.php | 8 +- .../Content/FieldValue/Converter/DateTest.php | 6 +- .../Content/FieldValue/Converter/ISBNTest.php | 11 +- .../FieldValue/Converter/KeywordTest.php | 2 +- .../FieldValue/Converter/RelationListTest.php | 3 +- .../FieldValue/Converter/RelationTest.php | 3 +- .../FieldValue/Converter/SelectionTest.php | 2 +- .../Converter/SerializableConverterTest.php | 5 +- .../FieldValue/Converter/TextBlockTest.php | 2 +- .../FieldValue/Converter/TextLineTest.php | 2 +- .../Content/FieldValue/Converter/TimeTest.php | 2 +- .../Content/FieldValue/Converter/UrlTest.php | 2 +- .../FieldValueConverterRegistryTest.php | 2 +- .../Content/Gateway/DoctrineDatabaseTest.php | 45 +- .../RandomSortClauseHandlerFactoryTest.php | 9 +- .../Language/CachingLanguageHandlerTest.php | 27 +- .../Language/Gateway/DoctrineDatabaseTest.php | 4 +- .../Content/Language/LanguageHandlerTest.php | 21 +- .../Legacy/Content/Language/MapperTest.php | 6 +- .../Content/Language/MaskGeneratorTest.php | 38 +- .../Legacy/Content/LanguageAwareTestCase.php | 19 +- .../Legacy/Content/LanguageHandlerMock.php | 17 +- .../Location/Gateway/DoctrineDatabaseTest.php | 30 +- .../Gateway/DoctrineDatabaseTrashTest.php | 18 +- .../Content/Location/TrashHandlerTest.php | 15 +- .../Legacy/Content/LocationHandlerTest.php | 13 +- .../ResolveVirtualFieldSubscriberTest.php | 23 +- .../Persistence/Legacy/Content/MapperTest.php | 30 +- .../Gateway/DoctrineDatabaseTest.php | 9 +- .../Legacy/Content/ObjectState/MapperTest.php | 10 +- .../ObjectState/ObjectStateHandlerTest.php | 18 +- .../Section/Gateway/DoctrineDatabaseTest.php | 4 +- .../Content/Section/SectionHandlerTest.php | 8 +- .../Legacy/Content/StorageHandlerTest.php | 11 +- .../Legacy/Content/StorageRegistryTest.php | 2 +- .../Legacy/Content/TreeHandlerTest.php | 25 +- .../Content/Type/ContentTypeHandlerTest.php | 23 +- .../ContentUpdater/Action/AddFieldTest.php | 44 +- .../ContentUpdater/Action/RemoveFieldTest.php | 29 +- .../Content/Type/ContentUpdaterTest.php | 31 +- .../Type/Gateway/DoctrineDatabaseTest.php | 33 +- .../Type/Gateway/_fixtures/languages.php | 26 +- .../Gateway/_fixtures/type_to_publish.php | 2 +- .../Legacy/Content/Type/MapperTest.php | 15 +- .../Update/Handler/DoctrineDatabaseTest.php | 12 +- .../Content/Type/_fixtures/map_load_type.php | 376 +- .../UrlAlias/Gateway/DoctrineDatabaseTest.php | 37 +- .../Content/UrlAlias/SlugConverterTest.php | 70 +- .../Content/UrlAlias/UrlAliasHandlerTest.php | 56 +- .../Content/UrlAlias/UrlAliasMapperTest.php | 2 +- .../Gateway/DoctrineDatabaseTest.php | 2 +- .../UrlWildcard/UrlWildcardHandlerTest.php | 6 +- .../UrlWildcard/UrlWildcardMapperTest.php | 2 +- .../Content/_fixtures/contentobjects.php | 48844 +- ...ct_content_from_rows_multiple_versions.php | 272 +- .../_fixtures/extract_names_from_rows.php | 24 +- ...ract_names_from_rows_multiple_versions.php | 24 +- .../Converter/ImageConverterTest.php | 23 +- ...seCriterionVisitorQueryBuilderTestCase.php | 5 +- .../Gateway/DoctrineDatabaseTest.php | 5 +- .../Legacy/Notification/HandlerTest.php | 7 +- .../Legacy/Notification/MapperTest.php | 2 +- .../Legacy/Setting/SettingHandlerTest.php | 12 +- .../SharedGateway/GatewayFactoryTest.php | 15 +- tests/lib/Persistence/Legacy/TestCase.php | 19 +- .../Legacy/TransactionHandlerTest.php | 18 +- .../URL/Gateway/DoctrineDatabaseTest.php | 2 +- .../Persistence/Legacy/URL/HandlerTest.php | 13 +- .../lib/Persistence/Legacy/URL/MapperTest.php | 2 +- .../URL/Query/CriteriaConverterTest.php | 4 +- .../CriterionHandlerTestCase.php | 19 +- .../Query/CriterionHandler/LogicalAndTest.php | 3 +- .../Query/CriterionHandler/LogicalNotTest.php | 3 +- .../Query/CriterionHandler/LogicalOrTest.php | 3 +- .../User/Gateway/DoctrineDatabaseTest.php | 2 +- .../Role/Gateway/DoctrineDatabaseTest.php | 4 +- .../Legacy/User/UserHandlerTest.php | 9 +- .../Gateway/DoctrineDatabaseTest.php | 2 +- .../Legacy/UserPreference/HandlerTest.php | 7 +- .../Legacy/UserPreference/MapperTest.php | 2 +- .../Target/Builder/VersionBuilderTest.php | 15 +- ...sformationProcessorDefinitionBasedTest.php | 2 +- ...ransformationProcessorPcreCompilerTest.php | 6 +- tests/lib/Pool/PoolTest.php | 2 +- tests/lib/Query/QueryFactoryTest.php | 5 +- .../BuiltIn/AbstractQueryTypeTestCase.php | 15 +- .../CustomFieldSortClauseParserTest.php | 2 +- .../DefaultSortClauseParserTest.php | 2 +- .../FieldSortClauseParserTest.php | 2 +- .../MapDistanceSortClauseParserTest.php | 2 +- .../RandomSortClauseParserTest.php | 2 +- .../BuiltIn/SortSpec/SortSpecLexerStub.php | 4 +- .../BuiltIn/SortSpec/SortSpecLexerTest.php | 6 +- .../BuiltIn/SortSpec/SortSpecParserTest.php | 6 +- .../ContentService/RelationListFacadeTest.php | 4 +- .../ContentFieldStrategyTest.php | 6 +- .../ContentValidatorStrategyTest.php | 6 +- .../BookmarkServiceDecoratorTest.php | 3 +- .../Decorator/ContentServiceDecoratorTest.php | 16 +- .../ContentTypeServiceDecoratorTest.php | 3 +- .../FieldTypeServiceDecoratorTest.php | 3 +- .../LanguageServiceDecoratorTest.php | 3 +- .../LocationServiceDecoratorTest.php | 3 +- .../NotificationServiceDecoratorTest.php | 3 +- .../ObjectStateServiceDecoratorTest.php | 3 +- .../Decorator/RoleServiceDecoratorTest.php | 3 +- .../Decorator/SearchServiceDecoratorTest.php | 3 +- .../Decorator/SectionServiceDecoratorTest.php | 3 +- .../Decorator/SettingServiceDecoratorTest.php | 3 +- .../TranslationServiceDecoratorTest.php | 3 +- .../Decorator/TrashServiceDecoratorTest.php | 3 +- .../URLAliasServiceDecoratorTest.php | 3 +- .../Decorator/URLServiceDecoratorTest.php | 3 +- .../URLWildcardServiceDecoratorTest.php | 3 +- .../UserPreferenceServiceDecoratorTest.php | 3 +- .../Decorator/UserServiceDecoratorTest.php | 3 +- .../Filtering/TestContentProvider.php | 35 +- tests/lib/Repository/IdManager/Php.php | 12 +- .../AbstractSearchAdapterTestCase.php | 2 +- .../ContentFilteringAdapterTest.php | 6 +- .../LocationFilteringAdapterTest.php | 6 +- .../Iterator/BatchIteratorTestAdapter.php | 6 +- tests/lib/Repository/LegacySchemaImporter.php | 2 +- .../PermissionAwareLocationResolverTest.php | 5 +- tests/lib/Repository/LocationServiceTest.php | 3 +- .../DecoratedLocationServiceTest.php | 7 +- .../InMemoryContentLocationMapperTest.php | 3 +- .../Repository/Mapper/ContentMapperTest.php | 8 +- .../NameSchema/NameSchemaServiceTest.php | 31 +- .../SchemaIdentifierExtractorTest.php | 6 +- .../AllValidationErrorsOccur.php | 15 +- .../PHPUnitConstraint/ContentItemEquals.php | 10 +- .../ValidationErrorOccurs.php | 7 +- .../Parallel/ParallelProcessList.php | 2 +- .../CachedPermissionServiceTest.php | 9 +- .../PermissionCriterionResolverTest.php | 10 +- tests/lib/Repository/Service/Mock/Base.php | 65 +- .../Repository/Service/Mock/BookmarkTest.php | 15 +- .../Service/Mock/ContentDomainMapperTest.php | 13 +- .../Repository/Service/Mock/ContentTest.php | 375 +- .../Service/Mock/PermissionTest.php | 68 +- .../Service/Mock/RelationProcessorTest.php | 27 +- .../lib/Repository/Service/Mock/RoleTest.php | 35 +- .../Repository/Service/Mock/SearchTest.php | 62 +- .../Repository/Service/Mock/UrlAliasTest.php | 161 +- tests/lib/Repository/Service/Mock/UrlTest.php | 44 +- .../Service/Mock/UrlWildcardTest.php | 42 +- .../Mock/UserPasswordValidatorTest.php | 7 +- .../Service/Mock/UserPreferenceTest.php | 8 +- .../lib/Repository/Service/Mock/UserTest.php | 23 +- .../AbstractServiceTestCase.php | 32 +- .../SiteAccessAware/ContentServiceTest.php | 5 +- .../SiteAccessAware/SearchServiceTest.php | 20 +- .../SiteAccessAware/UrlAliasServiceTest.php | 14 +- .../Validator/TargetContentValidatorTest.php | 9 +- .../Repository/Values/Content/ContentTest.php | 4 +- .../Values/Content/LocationTest.php | 8 +- .../Content/Query/Aggregation/RangeTest.php | 23 +- .../Query/Criterion/DateMetadataTest.php | 7 +- .../FieldDefinitionCollectionTest.php | 6 +- .../Repository/Values/Filter/FilterTest.php | 26 +- .../Values/MultiLanguageTestTrait.php | 8 +- .../ObjectState/ObjectStateGroupTest.php | 2 +- .../Values/ObjectState/ObjectStateTest.php | 2 +- .../Values/Translation/MessageTest.php | 8 +- .../Values/Translation/PluralTest.php | 8 +- .../Values/ValueObjectTestTrait.php | 8 +- .../TrashEventSubscriberTest.php | 7 +- .../Common/FieldValueMapper/AggregateTest.php | 2 +- .../RemoteIdentifierMapperTest.php | 14 +- .../LocationEventSubscriberTest.php | 14 +- tests/lib/Search/FieldNameResolverTest.php | 27 +- .../Search/Indexer/ContentIdBatchListTest.php | 13 +- .../Legacy/Content/AbstractTestCase.php | 14 +- .../Legacy/Content/HandlerContentSortTest.php | 14 +- .../Legacy/Content/HandlerContentTest.php | 10 +- .../Content/HandlerLocationSortTest.php | 8 +- .../Legacy/Content/HandlerLocationTest.php | 8 +- .../lib/Search/Legacy/_fixtures/full_dump.php | 473647 ++++++++------- tests/lib/Search/TestCase.php | 4 +- tests/lib/Token/WebSafeGeneratorTest.php | 3 +- .../Validation/StructWrapperValidatorTest.php | 3 +- 2251 files changed, 292166 insertions(+), 282955 deletions(-) diff --git a/src/bundle/Core/ApiLoader/CacheFactory.php b/src/bundle/Core/ApiLoader/CacheFactory.php index e28ae9bb30..eda4d73357 100644 --- a/src/bundle/Core/ApiLoader/CacheFactory.php +++ b/src/bundle/Core/ApiLoader/CacheFactory.php @@ -8,6 +8,7 @@ namespace Ibexa\Bundle\Core\ApiLoader; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; +use Symfony\Component\Cache\Adapter\AdapterInterface; use Symfony\Component\Cache\Adapter\TagAwareAdapter; use Symfony\Component\Cache\Adapter\TagAwareAdapterInterface; use Symfony\Component\DependencyInjection\ContainerInterface; @@ -27,13 +28,13 @@ public function __construct(ContainerInterface $container) } /** - * @param \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface $configResolver + * @param ConfigResolverInterface $configResolver * - * @return \Symfony\Component\Cache\Adapter\TagAwareAdapterInterface + * @return TagAwareAdapterInterface */ public function getCachePool(ConfigResolverInterface $configResolver) { - /** @var \Symfony\Component\Cache\Adapter\AdapterInterface $cacheService */ + /** @var AdapterInterface $cacheService */ $cacheService = $this->container->get($configResolver->getParameter('cache_service_name')); // If cache service is already implementing TagAwareAdapterInterface, return as-is diff --git a/src/bundle/Core/ApiLoader/Exception/InvalidRepositoryException.php b/src/bundle/Core/ApiLoader/Exception/InvalidRepositoryException.php index 57cd9cb36f..64e8a28e47 100644 --- a/src/bundle/Core/ApiLoader/Exception/InvalidRepositoryException.php +++ b/src/bundle/Core/ApiLoader/Exception/InvalidRepositoryException.php @@ -10,6 +10,4 @@ use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; -final class InvalidRepositoryException extends InvalidArgumentException -{ -} +final class InvalidRepositoryException extends InvalidArgumentException {} diff --git a/src/bundle/Core/ApiLoader/Exception/InvalidSearchEngine.php b/src/bundle/Core/ApiLoader/Exception/InvalidSearchEngine.php index 322af57e17..c03f12c276 100644 --- a/src/bundle/Core/ApiLoader/Exception/InvalidSearchEngine.php +++ b/src/bundle/Core/ApiLoader/Exception/InvalidSearchEngine.php @@ -10,6 +10,4 @@ use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; -final class InvalidSearchEngine extends InvalidArgumentException -{ -} +final class InvalidSearchEngine extends InvalidArgumentException {} diff --git a/src/bundle/Core/ApiLoader/Exception/InvalidSearchEngineIndexer.php b/src/bundle/Core/ApiLoader/Exception/InvalidSearchEngineIndexer.php index 4b70072c2f..ed36ea8744 100644 --- a/src/bundle/Core/ApiLoader/Exception/InvalidSearchEngineIndexer.php +++ b/src/bundle/Core/ApiLoader/Exception/InvalidSearchEngineIndexer.php @@ -10,6 +10,4 @@ use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; -final class InvalidSearchEngineIndexer extends InvalidArgumentException -{ -} +final class InvalidSearchEngineIndexer extends InvalidArgumentException {} diff --git a/src/bundle/Core/ApiLoader/Exception/InvalidStorageEngine.php b/src/bundle/Core/ApiLoader/Exception/InvalidStorageEngine.php index 2b00562c2c..e6462e741e 100644 --- a/src/bundle/Core/ApiLoader/Exception/InvalidStorageEngine.php +++ b/src/bundle/Core/ApiLoader/Exception/InvalidStorageEngine.php @@ -10,6 +10,4 @@ use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; -final class InvalidStorageEngine extends InvalidArgumentException -{ -} +final class InvalidStorageEngine extends InvalidArgumentException {} diff --git a/src/bundle/Core/ApiLoader/RepositoryConfigurationProvider.php b/src/bundle/Core/ApiLoader/RepositoryConfigurationProvider.php index 3ebc747dd7..c5514775a9 100644 --- a/src/bundle/Core/ApiLoader/RepositoryConfigurationProvider.php +++ b/src/bundle/Core/ApiLoader/RepositoryConfigurationProvider.php @@ -12,13 +12,11 @@ /** * @deprecated 5.0.0 The "\Ibexa\Bundle\Core\ApiLoader\RepositoryConfigurationProvider" class is deprecated, will be removed in 6.0.0. - * Inject {@see \Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface} from Dependency Injection Container instead. + * Inject {@see RepositoryConfigurationProviderInterface} from Dependency Injection Container instead. */ final readonly class RepositoryConfigurationProvider implements RepositoryConfigurationProviderInterface { - public function __construct(private RepositoryConfigurationProviderInterface $configurationProvider) - { - } + public function __construct(private RepositoryConfigurationProviderInterface $configurationProvider) {} public function getRepositoryConfig(): array { diff --git a/src/bundle/Core/ApiLoader/RepositoryFactory.php b/src/bundle/Core/ApiLoader/RepositoryFactory.php index 0274a6c564..b71e85b0e5 100644 --- a/src/bundle/Core/ApiLoader/RepositoryFactory.php +++ b/src/bundle/Core/ApiLoader/RepositoryFactory.php @@ -41,7 +41,7 @@ */ class RepositoryFactory { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; /** @@ -51,10 +51,10 @@ class RepositoryFactory */ private $policyMap; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ private $logger; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver */ + /** @var LanguageResolver */ private $languageResolver; public function __construct( diff --git a/src/bundle/Core/ApiLoader/SearchEngineFactory.php b/src/bundle/Core/ApiLoader/SearchEngineFactory.php index 85debbdbb1..1a4de92ab2 100644 --- a/src/bundle/Core/ApiLoader/SearchEngineFactory.php +++ b/src/bundle/Core/ApiLoader/SearchEngineFactory.php @@ -9,6 +9,7 @@ use Ibexa\Bundle\Core\ApiLoader\Exception\InvalidSearchEngine; use Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface; +use Ibexa\Contracts\Core\Search\Handler; use Ibexa\Contracts\Core\Search\Handler as SearchHandler; /** @@ -20,32 +21,33 @@ class SearchEngineFactory * Hash of registered search engines. * Key is the search engine identifier, value search handler itself. * - * @var \Ibexa\Contracts\Core\Search\Handler[] + * @var Handler[] */ protected $searchEngines = []; public function __construct( private readonly RepositoryConfigurationProviderInterface $repositoryConfigurationProvider, - ) { - } + ) {} /** * Registers $searchHandler as a valid search engine with identifier $searchEngineIdentifier. * * Note It is strongly recommended to register a lazy persistent handler. * - * @param \Ibexa\Contracts\Core\Search\Handler $searchHandler + * @param Handler $searchHandler * @param string $searchEngineIdentifier */ - public function registerSearchEngine(SearchHandler $searchHandler, $searchEngineIdentifier) - { + public function registerSearchEngine( + SearchHandler $searchHandler, + $searchEngineIdentifier + ) { $this->searchEngines[$searchEngineIdentifier] = $searchHandler; } /** * Returns registered search engines. * - * @return \Ibexa\Contracts\Core\Search\Handler[] + * @return Handler[] */ public function getSearchEngines() { @@ -56,7 +58,7 @@ public function getSearchEngines() * Builds search engine identified by its identifier (the "alias" attribute in the service tag), * resolved for current SiteAccess. * - * @throws \Ibexa\Bundle\Core\ApiLoader\Exception\InvalidSearchEngine + * @throws InvalidSearchEngine */ public function buildSearchEngine(): SearchHandler { diff --git a/src/bundle/Core/ApiLoader/SearchEngineIndexerFactory.php b/src/bundle/Core/ApiLoader/SearchEngineIndexerFactory.php index 3f879135c3..b517a9e3ba 100644 --- a/src/bundle/Core/ApiLoader/SearchEngineIndexerFactory.php +++ b/src/bundle/Core/ApiLoader/SearchEngineIndexerFactory.php @@ -10,6 +10,7 @@ use Ibexa\Bundle\Core\ApiLoader\Exception\InvalidSearchEngine; use Ibexa\Bundle\Core\ApiLoader\Exception\InvalidSearchEngineIndexer; use Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface; +use Ibexa\Core\Search\Common\Indexer; use Ibexa\Core\Search\Common\Indexer as SearchEngineIndexer; /** @@ -21,32 +22,33 @@ class SearchEngineIndexerFactory * Hash of registered search engine indexers. * Key is the search engine identifier, value indexer itself. * - * @var \Ibexa\Core\Search\Common\Indexer[] + * @var Indexer[] */ protected $searchEngineIndexers = []; public function __construct( private readonly RepositoryConfigurationProviderInterface $repositoryConfigurationProvider, - ) { - } + ) {} /** * Registers $searchEngineIndexer as a valid search engine indexer with identifier $searchEngineIdentifier. * * note: It is strongly recommended to register indexer as a lazy service. * - * @param \Ibexa\Core\Search\Common\Indexer $searchEngineIndexer + * @param Indexer $searchEngineIndexer * @param string $searchEngineIdentifier */ - public function registerSearchEngineIndexer(SearchEngineIndexer $searchEngineIndexer, $searchEngineIdentifier) - { + public function registerSearchEngineIndexer( + SearchEngineIndexer $searchEngineIndexer, + $searchEngineIdentifier + ) { $this->searchEngineIndexers[$searchEngineIdentifier] = $searchEngineIndexer; } /** * Returns registered search engine indexers. * - * @return \Ibexa\Core\Search\Common\Indexer[] + * @return Indexer[] */ public function getSearchEngineIndexers() { @@ -57,9 +59,9 @@ public function getSearchEngineIndexers() * Build search engine indexer identified by its identifier (the "alias" attribute in the service tag), * resolved for current SiteAccess. * - * @throws \Ibexa\Bundle\Core\ApiLoader\Exception\InvalidSearchEngineIndexer + * @throws InvalidSearchEngineIndexer * - * @return \Ibexa\Core\Search\Common\Indexer + * @return Indexer */ public function buildSearchEngineIndexer(): SearchEngineIndexer { diff --git a/src/bundle/Core/ApiLoader/StorageConnectionFactory.php b/src/bundle/Core/ApiLoader/StorageConnectionFactory.php index 5340ffd1cf..00f1ae5db8 100644 --- a/src/bundle/Core/ApiLoader/StorageConnectionFactory.php +++ b/src/bundle/Core/ApiLoader/StorageConnectionFactory.php @@ -18,18 +18,17 @@ final readonly class StorageConnectionFactory { /** - * @phpstan-param \Symfony\Contracts\Service\ServiceProviderInterface<\Doctrine\DBAL\Connection> $serviceLocator + * @phpstan-param ServiceProviderInterface $serviceLocator */ public function __construct( private RepositoryConfigurationProviderInterface $repositoryConfigurationProvider, private ServiceProviderInterface $serviceLocator, - ) { - } + ) {} /** * Returns database connection used by database handler. * - * @throws \InvalidArgumentException + * @throws InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ public function getConnection(): Connection diff --git a/src/bundle/Core/ApiLoader/StorageEngineFactory.php b/src/bundle/Core/ApiLoader/StorageEngineFactory.php index 836f83783a..9cc48ec45a 100644 --- a/src/bundle/Core/ApiLoader/StorageEngineFactory.php +++ b/src/bundle/Core/ApiLoader/StorageEngineFactory.php @@ -9,7 +9,9 @@ use Ibexa\Bundle\Core\ApiLoader\Exception\InvalidStorageEngine; use Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface; +use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Persistence\Handler as PersistenceHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; /** * The storage engine factory. @@ -20,27 +22,28 @@ class StorageEngineFactory * Hash of registered storage engines. * Key is the storage engine identifier, value persistence handler itself. * - * @var \Ibexa\Contracts\Core\Persistence\Handler[] + * @var Handler[] */ protected array $storageEngines = []; public function __construct( private readonly RepositoryConfigurationProviderInterface $repositoryConfigurationProvider, - ) { - } + ) {} /** * Registers $persistenceHandler as a valid storage engine, with identifier $storageEngineIdentifier. * * Note: It is strongly recommenced to register a lazy persistent handler. */ - public function registerStorageEngine(PersistenceHandler $persistenceHandler, string $storageEngineIdentifier): void - { + public function registerStorageEngine( + PersistenceHandler $persistenceHandler, + string $storageEngineIdentifier + ): void { $this->storageEngines[$storageEngineIdentifier] = $persistenceHandler; } /** - * @return \Ibexa\Contracts\Core\Persistence\Handler[] + * @return Handler[] */ public function getStorageEngines(): array { @@ -50,7 +53,7 @@ public function getStorageEngines(): array /** * Builds storage engine identified by $storageEngineIdentifier (the "alias" attribute in the service tag). * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function buildStorageEngine(): PersistenceHandler { diff --git a/src/bundle/Core/Cache/Warmer/ProxyCacheWarmer.php b/src/bundle/Core/Cache/Warmer/ProxyCacheWarmer.php index 61a4c2ff39..f92cdbab7f 100644 --- a/src/bundle/Core/Cache/Warmer/ProxyCacheWarmer.php +++ b/src/bundle/Core/Cache/Warmer/ProxyCacheWarmer.php @@ -46,8 +46,10 @@ public function isOptional(): bool return false; } - public function warmUp(string $cacheDir, ?string $buildDir = null): array - { + public function warmUp( + string $cacheDir, + ?string $buildDir = null + ): array { $this->proxyGenerator->warmUp(self::PROXY_CLASSES); return []; diff --git a/src/bundle/Core/Command/CheckURLsCommand.php b/src/bundle/Core/Command/CheckURLsCommand.php index 5b918c25f7..390bbac3e6 100644 --- a/src/bundle/Core/Command/CheckURLsCommand.php +++ b/src/bundle/Core/Command/CheckURLsCommand.php @@ -32,16 +32,16 @@ class CheckURLsCommand extends Command private const DEFAULT_ITERATION_COUNT = 50; private const DEFAULT_REPOSITORY_USER = 'admin'; - /** @var \Ibexa\Contracts\Core\Repository\UserService */ + /** @var UserService */ private $userService; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; - /** @var \Ibexa\Contracts\Core\Repository\URLService */ + /** @var URLService */ private $urlService; - /** @var \Ibexa\Bundle\Core\URLChecker\URLCheckerInterface */ + /** @var URLCheckerInterface */ private $urlChecker; public function __construct( @@ -77,8 +77,10 @@ public function configure(): void ); } - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $this->permissionResolver->setCurrentUserReference( $this->userService->loadUserByLogin($input->getOption('user')) ); diff --git a/src/bundle/Core/Command/CleanupVersionsCommand.php b/src/bundle/Core/Command/CleanupVersionsCommand.php index 3aa833211c..97ded1d14a 100644 --- a/src/bundle/Core/Command/CleanupVersionsCommand.php +++ b/src/bundle/Core/Command/CleanupVersionsCommand.php @@ -114,8 +114,10 @@ protected function configure(): void ); } - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { // We don't load repo services or config resolver before execute() to avoid loading before SiteAccess is set. $keep = $input->getOption('keep'); if ($keep === 'config_default') { @@ -205,7 +207,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int (int) $contentId ), OutputInterface::VERBOSITY_VERBOSE); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $version */ + /** @var VersionInfo $version */ foreach ($versions as $version) { $contentService->deleteVersion($version); ++$removedVersionsCounter; @@ -243,10 +245,13 @@ protected function execute(InputInterface $input, OutputInterface $output): int * * @return array * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - protected function getObjectsIds($keep, $status, $excludedContentTypes = []) - { + protected function getObjectsIds( + $keep, + $status, + $excludedContentTypes = [] + ) { $query = $this->connection->createQueryBuilder() ->select('c.id') ->from(Gateway::CONTENT_ITEM_TABLE, 'c') @@ -285,7 +290,7 @@ protected function getObjectsIds($keep, $status, $excludedContentTypes = []) * * @return int * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ private function mapStatusToVersionInfoStatus($status) { diff --git a/src/bundle/Core/Command/CopySubtreeCommand.php b/src/bundle/Core/Command/CopySubtreeCommand.php index 9febb83ae8..3b8e0c82e5 100644 --- a/src/bundle/Core/Command/CopySubtreeCommand.php +++ b/src/bundle/Core/Command/CopySubtreeCommand.php @@ -8,6 +8,8 @@ namespace Ibexa\Bundle\Core\Command; use Ibexa\Contracts\Core\Repository\ContentTypeService; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\SearchService; @@ -44,11 +46,11 @@ class CopySubtreeCommand extends Command private SearchService $searchService; /** - * @param \Ibexa\Contracts\Core\Repository\LocationService $locationService - * @param \Ibexa\Contracts\Core\Repository\PermissionResolver $permissionResolver - * @param \Ibexa\Contracts\Core\Repository\UserService $userService - * @param \Ibexa\Contracts\Core\Repository\ContentTypeService $contentTypeService - * @param \Ibexa\Contracts\Core\Repository\SearchService $searchService + * @param LocationService $locationService + * @param PermissionResolver $permissionResolver + * @param UserService $userService + * @param ContentTypeService $contentTypeService + * @param SearchService $searchService */ public function __construct( LocationService $locationService, @@ -88,14 +90,16 @@ protected function configure(): void } /** - * @param \Symfony\Component\Console\Input\InputInterface $input - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param InputInterface $input + * @param OutputInterface $output * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - protected function initialize(InputInterface $input, OutputInterface $output): void - { + protected function initialize( + InputInterface $input, + OutputInterface $output + ): void { parent::initialize($input, $output); $this->permissionResolver->setCurrentUserReference( $this->userService->loadUserByLogin($input->getOption('user')) @@ -103,13 +107,15 @@ protected function initialize(InputInterface $input, OutputInterface $output): v } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws UnauthorizedException + * @throws InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $sourceLocationId = $input->getArgument('source-location-id'); $targetLocationId = $input->getArgument('target-location-id'); diff --git a/src/bundle/Core/Command/DebugConfigResolverCommand.php b/src/bundle/Core/Command/DebugConfigResolverCommand.php index 8062d34248..59a2af20a1 100644 --- a/src/bundle/Core/Command/DebugConfigResolverCommand.php +++ b/src/bundle/Core/Command/DebugConfigResolverCommand.php @@ -25,10 +25,10 @@ )] class DebugConfigResolverCommand extends Command { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ private $siteAccess; public function __construct( @@ -88,8 +88,10 @@ public function configure(): void /** * {@inheritdoc}. */ - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $parameter = $input->getArgument('parameter'); $namespace = $input->getOption('namespace'); $scope = $input->getOption('scope'); diff --git a/src/bundle/Core/Command/DeleteContentTranslationCommand.php b/src/bundle/Core/Command/DeleteContentTranslationCommand.php index fe4ee9b736..06c539f496 100644 --- a/src/bundle/Core/Command/DeleteContentTranslationCommand.php +++ b/src/bundle/Core/Command/DeleteContentTranslationCommand.php @@ -8,11 +8,13 @@ namespace Ibexa\Bundle\Core\Command; use Exception; +use Ibexa\Contracts\Core\Repository\ContentService; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Symfony\Component\Console\Attribute\AsCommand; use Symfony\Component\Console\Command\Command; +use Symfony\Component\Console\Helper\QuestionHelper; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; @@ -29,19 +31,19 @@ )] class DeleteContentTranslationCommand extends Command { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Symfony\Component\Console\Input\InputInterface */ + /** @var InputInterface */ private $input; - /** @var \Symfony\Component\Console\Output\OutputInterface */ + /** @var OutputInterface */ private $output; - /** @var \Symfony\Component\Console\Helper\QuestionHelper */ + /** @var QuestionHelper */ private $questionHelper; public function __construct(Repository $repository) @@ -71,8 +73,10 @@ protected function configure(): void ); } - protected function initialize(InputInterface $input, OutputInterface $output): void - { + protected function initialize( + InputInterface $input, + OutputInterface $output + ): void { parent::initialize($input, $output); $this->input = $input; $this->output = $output; @@ -87,8 +91,10 @@ protected function initialize(InputInterface $input, OutputInterface $output): v /** * {@inheritdoc} */ - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $contentId = (int) ($input->getArgument('content-id')); $languageCode = $input->getArgument('language-code'); @@ -151,11 +157,11 @@ protected function execute(InputInterface $input, OutputInterface $output): int /** * Interact with user to update main Language of a Content Object. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param string $languageCode language code of the Translation to be deleted * @param string[] $lastVersionLanguageCodes all Translations last Version has. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ private function promptUserForMainLanguageChange( ContentInfo $contentInfo, diff --git a/src/bundle/Core/Command/ExpireUserPasswordsCommand.php b/src/bundle/Core/Command/ExpireUserPasswordsCommand.php index 2498a003bd..08ecac98af 100644 --- a/src/bundle/Core/Command/ExpireUserPasswordsCommand.php +++ b/src/bundle/Core/Command/ExpireUserPasswordsCommand.php @@ -123,8 +123,10 @@ protected function configure(): void ); } - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $iterationCount = $input->getOption('iteration-count'); $userIds = $input->getOption('user-id'); $userGroupIds = $input->getOption('user-group-id'); @@ -416,8 +418,10 @@ function () use ( /** * @param array $processedContentTypes */ - private function doesContentTypeNeedUpdate(ContentType $contentType, array $processedContentTypes): bool - { + private function doesContentTypeNeedUpdate( + ContentType $contentType, + array $processedContentTypes + ): bool { if (in_array($contentType->identifier, $processedContentTypes, true)) { return false; } diff --git a/src/bundle/Core/Command/Indexer/ContentIdList/ContentTypeInputGeneratorStrategy.php b/src/bundle/Core/Command/Indexer/ContentIdList/ContentTypeInputGeneratorStrategy.php index 8b6faa8ccf..0cd0492d41 100644 --- a/src/bundle/Core/Command/Indexer/ContentIdList/ContentTypeInputGeneratorStrategy.php +++ b/src/bundle/Core/Command/Indexer/ContentIdList/ContentTypeInputGeneratorStrategy.php @@ -11,6 +11,7 @@ use Generator; use Ibexa\Bundle\Core\Command\Indexer\ContentIdListGeneratorStrategyInterface; use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Values\Content\ContentList; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Filter\Filter; @@ -30,10 +31,12 @@ public function __construct(ContentService $contentService) } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ - public function getBatchList(InputInterface $input, int $batchSize): ContentIdBatchList - { + public function getBatchList( + InputInterface $input, + int $batchSize + ): ContentIdBatchList { $contentList = $this->getContentList($input->getOption('content-type')); return new ContentIdBatchList( @@ -42,8 +45,10 @@ public function getBatchList(InputInterface $input, int $batchSize): ContentIdBa ); } - private function buildGenerator(ContentList $contentList, int $batchSize): Generator - { + private function buildGenerator( + ContentList $contentList, + int $batchSize + ): Generator { $contentIds = []; foreach ($contentList as $content) { $contentIds[] = $content->getVersionInfo()->getContentInfo()->getId(); @@ -63,7 +68,7 @@ public function shouldPurgeIndex(InputInterface $input): bool } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ private function getContentList(string $contentTypeIdentifier): ContentList { diff --git a/src/bundle/Core/Command/Indexer/ContentIdListGeneratorStrategyInterface.php b/src/bundle/Core/Command/Indexer/ContentIdListGeneratorStrategyInterface.php index 2cbbb02e8e..64396750da 100644 --- a/src/bundle/Core/Command/Indexer/ContentIdListGeneratorStrategyInterface.php +++ b/src/bundle/Core/Command/Indexer/ContentIdListGeneratorStrategyInterface.php @@ -18,5 +18,8 @@ interface ContentIdListGeneratorStrategyInterface { public function shouldPurgeIndex(InputInterface $input): bool; - public function getBatchList(InputInterface $input, int $batchSize): ContentIdBatchList; + public function getBatchList( + InputInterface $input, + int $batchSize + ): ContentIdBatchList; } diff --git a/src/bundle/Core/Command/NormalizeImagesPathsCommand.php b/src/bundle/Core/Command/NormalizeImagesPathsCommand.php index 6437084b9f..645137c819 100644 --- a/src/bundle/Core/Command/NormalizeImagesPathsCommand.php +++ b/src/bundle/Core/Command/NormalizeImagesPathsCommand.php @@ -9,6 +9,9 @@ namespace Ibexa\Bundle\Core\Command; use Doctrine\DBAL\Connection; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Core\FieldType\Image\ImageStorage\Gateway; use Ibexa\Core\FieldType\Image\ImageStorage\Gateway as ImageStorageGateway; use Ibexa\Core\IO\Exception\BinaryFileNotFoundException; use Ibexa\Core\IO\FilePathNormalizerInterface; @@ -42,15 +45,15 @@ final class NormalizeImagesPathsCommand extends Command private const SKIP_HASHING_COMMAND_PARAMETER = 'no-hash'; - /** @var \Ibexa\Core\FieldType\Image\ImageStorage\Gateway */ + /** @var Gateway */ private $imageGateway; - /** @var \Ibexa\Core\IO\FilePathNormalizerInterface */ + /** @var FilePathNormalizerInterface */ private $filePathNormalizer; private Connection $connection; - /** @var \Ibexa\Core\IO\IOServiceInterface */ + /** @var IOServiceInterface */ private $ioService; /** @var bool */ @@ -90,8 +93,10 @@ protected function configure(): void ); } - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $io = new SymfonyStyle($input, $output); $io->title('Normalize image paths'); @@ -142,8 +147,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int /** * @param resource $inputStream * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ private function updateImagePath( int $fieldId, @@ -270,8 +275,10 @@ private function getImagePathsToNormalize(SymfonyStyle $io): array return $imagePathsToNormalize; } - private function normalizeImagePaths(array $imagePathsToNormalize, SymfonyStyle $io): array - { + private function normalizeImagePaths( + array $imagePathsToNormalize, + SymfonyStyle $io + ): array { $oldBinaryFilesToDelete = []; foreach ($imagePathsToNormalize as $imagePathToNormalize) { $this->connection->beginTransaction(); diff --git a/src/bundle/Core/Command/RegenerateUrlAliasesCommand.php b/src/bundle/Core/Command/RegenerateUrlAliasesCommand.php index 9f806cf3b6..d368fd2350 100644 --- a/src/bundle/Core/Command/RegenerateUrlAliasesCommand.php +++ b/src/bundle/Core/Command/RegenerateUrlAliasesCommand.php @@ -41,18 +41,20 @@ class RegenerateUrlAliasesCommand extends Command - Manually clear HTTP cache after running this command. EOT; - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ private $logger; /** - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Psr\Log\LoggerInterface $logger + * @param Repository $repository + * @param LoggerInterface $logger */ - public function __construct(Repository $repository, ?LoggerInterface $logger = null) - { + public function __construct( + Repository $repository, + ?LoggerInterface $logger = null + ) { parent::__construct(); $this->repository = $repository; @@ -106,8 +108,10 @@ protected function configure(): void * * {@inheritdoc} */ - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $iterationCount = (int)$input->getOption('iteration-count'); $locationIds = $input->getOption('location-id'); @@ -163,12 +167,14 @@ static function (Repository $repository): int { * Return configured progress bar helper. * * @param int $maxSteps - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param OutputInterface $output * - * @return \Symfony\Component\Console\Helper\ProgressBar + * @return ProgressBar */ - protected function getProgressBar($maxSteps, OutputInterface $output) - { + protected function getProgressBar( + $maxSteps, + OutputInterface $output + ) { $progressBar = new ProgressBar($output, $maxSteps); $progressBar->setFormat( ' %current%/%max% [%bar%] %percent:3s%% %elapsed:6s%/%estimated:-6s% %memory:6s%' @@ -180,11 +186,13 @@ protected function getProgressBar($maxSteps, OutputInterface $output) /** * Process single results page of fetched Locations. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location[] $locations - * @param \Symfony\Component\Console\Helper\ProgressBar $progressBar + * @param Location[] $locations + * @param ProgressBar $progressBar */ - private function processLocations(array $locations, ProgressBar $progressBar): void - { + private function processLocations( + array $locations, + ProgressBar $progressBar + ): void { $contentList = $this->repository->sudo( static function (Repository $repository) use ($locations) { $contentInfoList = array_map( @@ -240,12 +248,14 @@ static function (Repository $repository) use ($location) { * @param int $offset * @param int $iterationCount * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location[] + * @return Location[] * - * @throws \Exception + * @throws Exception */ - private function loadAllLocations(int $offset, int $iterationCount): array - { + private function loadAllLocations( + int $offset, + int $iterationCount + ): array { return $this->repository->sudo( static function (Repository $repository) use ($offset, $iterationCount) { return $repository->getLocationService()->loadAllLocations($offset, $iterationCount); @@ -258,12 +268,15 @@ static function (Repository $repository) use ($offset, $iterationCount) { * @param int $offset * @param int $iterationCount * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location[] + * @return Location[] * - * @throws \Exception + * @throws Exception */ - private function loadSpecificLocations(array $locationIds, int $offset, int $iterationCount): array - { + private function loadSpecificLocations( + array $locationIds, + int $offset, + int $iterationCount + ): array { $locationIds = array_slice($locationIds, $offset, $iterationCount); return $this->repository->sudo( @@ -278,7 +291,7 @@ static function (Repository $repository) use ($locationIds) { * * @return int[] * - * @throws \Exception + * @throws Exception */ private function getFilteredLocationList(array $locationIds): array { @@ -299,7 +312,7 @@ static function (Location $location) { } /** - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param OutputInterface $output * @param int $locationsCount * @param int[] $locationIds * @param int $iterationCount diff --git a/src/bundle/Core/Command/ReindexCommand.php b/src/bundle/Core/Command/ReindexCommand.php index 9bfdad35cc..bb48964afe 100644 --- a/src/bundle/Core/Command/ReindexCommand.php +++ b/src/bundle/Core/Command/ReindexCommand.php @@ -8,8 +8,11 @@ namespace Ibexa\Bundle\Core\Command; use function count; + use DateTime; + use const DIRECTORY_SEPARATOR; + use Ibexa\Bundle\Core\Command\Indexer\ContentIdListGeneratorStrategyInterface; use Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface; use Ibexa\Contracts\Core\Persistence\Content\Location\Handler; @@ -38,13 +41,13 @@ class ReindexCommand extends Command private const string IBEXA_CLOUD_CONFIG_FILE = '/run/config.json'; private const string LINUX_CPUINFO_FILE = '/proc/cpuinfo'; - /** @var \Ibexa\Core\Search\Common\Indexer|\Ibexa\Core\Search\Common\IncrementalIndexer */ + /** @var Indexer|IncrementalIndexer */ private $searchIndexer; /** @var string */ private $phpPath; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ private $logger; /** @var string */ @@ -59,10 +62,10 @@ class ReindexCommand extends Command /** @var string */ private $projectDir; - /** @var \Ibexa\Contracts\Core\Search\Content\IndexerGateway */ + /** @var IndexerGateway */ private $gateway; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Handler */ + /** @var Handler */ private $locationHandler; private ContentIdListGeneratorStrategyInterface $contentIdListGeneratorStrategy; @@ -97,11 +100,13 @@ public function __construct( /** * Initialize objects required by {@see execute()}. * - * @param \Symfony\Component\Console\Input\InputInterface $input - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param InputInterface $input + * @param OutputInterface $output */ - public function initialize(InputInterface $input, OutputInterface $output): void - { + public function initialize( + InputInterface $input, + OutputInterface $output + ): void { parent::initialize($input, $output); if (!$this->searchIndexer instanceof Indexer) { throw new RuntimeException( @@ -188,8 +193,10 @@ protected function configure(): void /** * @throws \Exception */ - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $commit = !$input->getOption('no-commit'); $iterationCount = $input->getOption('iteration-count'); $this->siteaccess = $input->getOption('siteaccess'); @@ -345,10 +352,10 @@ private function runParallelProcess( bool $commit ): void { $generator = $this->buildGenerator($batchList); - /** @var \Symfony\Component\Process\Process[]|null[] $processes */ + /** @var Process[]|null[] $processes */ $processes = array_fill(0, $processCount, null); do { - /** @var \Symfony\Component\Process\Process $process */ + /** @var Process $process */ foreach ($processes as $key => $process) { if ($process !== null && $process->isRunning()) { continue; @@ -390,8 +397,10 @@ private function runParallelProcess( * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - private function getPhpProcess(array $contentIds, bool $commit): Process - { + private function getPhpProcess( + array $contentIds, + bool $commit + ): Process { if (empty($contentIds)) { throw new InvalidArgumentException('--content-ids', '$contentIds cannot be empty'); } diff --git a/src/bundle/Core/Command/ResizeOriginalImagesCommand.php b/src/bundle/Core/Command/ResizeOriginalImagesCommand.php index b6b4903487..c2e98f0d0e 100644 --- a/src/bundle/Core/Command/ResizeOriginalImagesCommand.php +++ b/src/bundle/Core/Command/ResizeOriginalImagesCommand.php @@ -9,13 +9,16 @@ namespace Ibexa\Bundle\Core\Command; use Exception; +use Ibexa\Bundle\Core\Imagine\IORepositoryResolver; use Ibexa\Contracts\Core\Repository\ContentService; use Ibexa\Contracts\Core\Repository\ContentTypeService; use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\UserService; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit; +use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentValue; use Ibexa\Core\FieldType\Image\Value; use Ibexa\Core\IO\IOServiceInterface; @@ -44,31 +47,31 @@ class ResizeOriginalImagesCommand extends Command public const DEFAULT_ITERATION_COUNT = 25; public const DEFAULT_REPOSITORY_USER = 'admin'; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; - /** @var \Ibexa\Contracts\Core\Repository\UserService */ + /** @var UserService */ private $userService; - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeService */ private $contentTypeService; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Ibexa\Contracts\Core\Repository\SearchService */ + /** @var SearchService */ private $searchService; - /** @var \Liip\ImagineBundle\Imagine\Filter\FilterManager */ + /** @var FilterManager */ private $filterManager; - /** @var \Ibexa\Core\IO\IOServiceInterface */ + /** @var IOServiceInterface */ private $ioService; - /** @var \Symfony\Component\Mime\MimeTypesInterface */ + /** @var MimeTypesInterface */ private $mimeTypes; - /** @var \Imagine\Image\ImagineInterface */ + /** @var ImagineInterface */ private $imagine; public function __construct( @@ -95,8 +98,10 @@ public function __construct( parent::__construct(); } - protected function initialize(InputInterface $input, OutputInterface $output): void - { + protected function initialize( + InputInterface $input, + OutputInterface $output + ): void { parent::initialize($input, $output); $this->permissionResolver->setCurrentUserReference( @@ -139,8 +144,10 @@ protected function configure(): void ); } - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $contentTypeIdentifier = $input->getArgument('contentTypeIdentifier'); $imageFieldIdentifier = $input->getArgument('imageFieldIdentifier'); $filter = $input->getOption('filter'); @@ -211,7 +218,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int while ($query->offset <= $totalCount) { $results = $this->searchService->findContent($query); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit<\Ibexa\Contracts\Core\Repository\Values\Content\Content> $hit */ + /** @var SearchHit $hit */ foreach ($results->searchHits as $hit) { $this->resize($output, $hit, $imageFieldIdentifier, $filter); $progressBar->advance(); @@ -233,12 +240,16 @@ protected function execute(InputInterface $input, OutputInterface $output): int } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit<\Ibexa\Contracts\Core\Repository\Values\Content\Content> $hit + * @param SearchHit $hit */ - private function resize(OutputInterface $output, SearchHit $hit, string $imageFieldIdentifier, string $filter): void - { + private function resize( + OutputInterface $output, + SearchHit $hit, + string $imageFieldIdentifier, + string $filter + ): void { try { - /** @var \Ibexa\Core\FieldType\Image\Value $field */ + /** @var Value $field */ foreach ($hit->valueObject->fields[$imageFieldIdentifier] as $language => $field) { if (null === $field->id) { continue; @@ -283,20 +294,22 @@ private function resize(OutputInterface $output, SearchHit $hit, string $imageFi } /** - * Copy of {@see \Ibexa\Bundle\Core\Imagine\IORepositoryResolver::store} - * Original one cannot be used since original method uses {@see \Ibexa\Bundle\Core\Imagine\IORepositoryResolver::getFilePath} + * Copy of {@see IORepositoryResolver::store} + * Original one cannot be used since original method uses {@see IORepositoryResolver::getFilePath} * so ends-up with image stored in _aliases instead of overwritten original image. * - * @param \Liip\ImagineBundle\Binary\BinaryInterface $binary - * @param \Ibexa\Core\FieldType\Image\Value $image + * @param BinaryInterface $binary + * @param Value $image * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * - * @return \Ibexa\Core\IO\Values\BinaryFile + * @return BinaryFile */ - private function store(BinaryInterface $binary, Value $image): BinaryFile - { + private function store( + BinaryInterface $binary, + Value $image + ): BinaryFile { $tmpFile = tmpfile(); fwrite($tmpFile, $binary->getContent()); $tmpMetadata = stream_get_meta_data($tmpFile); diff --git a/src/bundle/Core/Command/SetSystemContentTypeGroupCommand.php b/src/bundle/Core/Command/SetSystemContentTypeGroupCommand.php index 0b9e1cdf38..c442f37d97 100644 --- a/src/bundle/Core/Command/SetSystemContentTypeGroupCommand.php +++ b/src/bundle/Core/Command/SetSystemContentTypeGroupCommand.php @@ -31,13 +31,13 @@ final class SetSystemContentTypeGroupCommand extends Command { private const DEFAULT_REPOSITORY_USER = 'admin'; - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeService */ private $contentTypeService; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; - /** @var \Ibexa\Contracts\Core\Repository\UserService */ + /** @var UserService */ private $userService; public function __construct( @@ -76,8 +76,10 @@ protected function configure(): void ); } - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $io = new SymfonyStyle($input, $output); if ($input->getOption('system') === null) { diff --git a/src/bundle/Core/Command/UpdateTimestampsToUTCCommand.php b/src/bundle/Core/Command/UpdateTimestampsToUTCCommand.php index 8c606efc9d..748fcde412 100644 --- a/src/bundle/Core/Command/UpdateTimestampsToUTCCommand.php +++ b/src/bundle/Core/Command/UpdateTimestampsToUTCCommand.php @@ -55,7 +55,7 @@ class UpdateTimestampsToUTCCommand extends Command /** @var string */ private $to; - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ private $connection; /** @var string */ @@ -141,11 +141,13 @@ protected function configure(): void } /** - * @param \Symfony\Component\Console\Input\InputInterface $input - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param InputInterface $input + * @param OutputInterface $output */ - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $iterationCount = (int) $input->getOption('iteration-count'); $this->dryRun = $input->getOption('dry-run'); $this->mode = $input->getOption('mode'); @@ -264,10 +266,13 @@ protected function execute(InputInterface $input, OutputInterface $output): int /** * @param int $offset * @param int $limit - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param OutputInterface $output */ - protected function processTimestamps($offset, $limit, $output) - { + protected function processTimestamps( + $offset, + $limit, + $output + ) { $timestampBasedFields = $this->getTimestampBasedFields($offset, $limit); $dateTimeInUTC = new DateTime(); @@ -292,8 +297,10 @@ protected function processTimestamps($offset, $limit, $output) * * @return array */ - protected function getTimestampBasedFields($offset, $limit) - { + protected function getTimestampBasedFields( + $offset, + $limit + ) { $query = $this->connection->createQueryBuilder(); $query ->select('a.id, a.version, a.data_int') @@ -384,12 +391,14 @@ protected function convertToUtcTimestamp($timestamp): int /** * @param string $dateTimeString - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param OutputInterface $output * * @return bool */ - protected function validateDateTimeString($dateTimeString, OutputInterface $output): bool - { + protected function validateDateTimeString( + $dateTimeString, + OutputInterface $output + ): bool { try { new DateTime($dateTimeString); } catch (\Exception $exception) { @@ -403,12 +412,14 @@ protected function validateDateTimeString($dateTimeString, OutputInterface $outp /** * @param string $timezone - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param OutputInterface $output * * @return string */ - protected function validateTimezone($timezone, OutputInterface $output) - { + protected function validateTimezone( + $timezone, + OutputInterface $output + ) { if (!$timezone) { $timezone = date_default_timezone_get(); $output->writeln([ @@ -438,12 +449,14 @@ protected function validateTimezone($timezone, OutputInterface $output) * Return configured progress bar helper. * * @param int $maxSteps - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param OutputInterface $output * - * @return \Symfony\Component\Console\Helper\ProgressBar + * @return ProgressBar */ - protected function getProgressBar($maxSteps, OutputInterface $output) - { + protected function getProgressBar( + $maxSteps, + OutputInterface $output + ) { $progressBar = new ProgressBar($output, $maxSteps); $progressBar->setFormat( ' %current%/%max% [%bar%] %percent:3s%% %elapsed:6s%/%estimated:-6s% %memory:6s%' diff --git a/src/bundle/Core/Command/VirtualFieldDuplicateFixCommand.php b/src/bundle/Core/Command/VirtualFieldDuplicateFixCommand.php index 772ef55c7f..ec5aa4ccf7 100644 --- a/src/bundle/Core/Command/VirtualFieldDuplicateFixCommand.php +++ b/src/bundle/Core/Command/VirtualFieldDuplicateFixCommand.php @@ -9,6 +9,7 @@ namespace Ibexa\Bundle\Core\Command; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Ibexa\Core\Persistence\Legacy\Content\Gateway; use Symfony\Component\Console\Attribute\AsCommand; use Symfony\Component\Console\Command\Command; @@ -31,7 +32,7 @@ final class VirtualFieldDuplicateFixCommand extends Command private const DEFAULT_SLEEP = 0; - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ private $connection; public function __construct( @@ -69,8 +70,10 @@ public function configure(): void ); } - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $style = new SymfonyStyle($input, $output); $stopwatch = new Stopwatch(true); $stopwatch->start('total', 'command'); @@ -250,7 +253,7 @@ private function askForConfirmation(SymfonyStyle $style): bool /** * @param int[] $ids * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function deleteAttributes(array $ids): int { diff --git a/src/bundle/Core/Controller.php b/src/bundle/Core/Controller.php index d1ef464d23..2a2e9f15a4 100644 --- a/src/bundle/Core/Controller.php +++ b/src/bundle/Core/Controller.php @@ -34,7 +34,7 @@ public function getGlobalHelper(): GlobalHelper /** * Returns the root location object for current siteaccess configuration. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return Location */ public function getRootLocation(): Location { diff --git a/src/bundle/Core/ControllerArgumentResolver/LocationArgumentResolver.php b/src/bundle/Core/ControllerArgumentResolver/LocationArgumentResolver.php index 11f6ac5998..b5dffc3a2f 100644 --- a/src/bundle/Core/ControllerArgumentResolver/LocationArgumentResolver.php +++ b/src/bundle/Core/ControllerArgumentResolver/LocationArgumentResolver.php @@ -9,6 +9,8 @@ namespace Ibexa\Bundle\Core\ControllerArgumentResolver; use Ibexa\Contracts\Core\Exception\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Symfony\Component\HttpFoundation\Request; @@ -30,14 +32,16 @@ public function __construct(LocationService $locationService) } /** - * @return iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Location> + * @return iterable * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ - public function resolve(Request $request, ArgumentMetadata $argument): iterable - { + public function resolve( + Request $request, + ArgumentMetadata $argument + ): iterable { if (!$this->supports($request, $argument)) { return []; } @@ -53,8 +57,10 @@ public function resolve(Request $request, ArgumentMetadata $argument): iterable yield $this->locationService->loadLocation((int)$locationId); } - private function supports(Request $request, ArgumentMetadata $argument): bool - { + private function supports( + Request $request, + ArgumentMetadata $argument + ): bool { return Location::class === $argument->getType() && !$request->attributes->has(self::PARAMETER_LOCATION_ID) diff --git a/src/bundle/Core/DependencyInjection/Compiler/BinaryContentDownloadPass.php b/src/bundle/Core/DependencyInjection/Compiler/BinaryContentDownloadPass.php index 5c280979c2..a1d3b4b2ee 100644 --- a/src/bundle/Core/DependencyInjection/Compiler/BinaryContentDownloadPass.php +++ b/src/bundle/Core/DependencyInjection/Compiler/BinaryContentDownloadPass.php @@ -28,8 +28,11 @@ public function process(ContainerBuilder $container): void $this->addCall($container, $downloadUrlReference, BinaryFileStorage::class); } - private function addCall(ContainerBuilder $container, Reference $reference, string $targetServiceName): void - { + private function addCall( + ContainerBuilder $container, + Reference $reference, + string $targetServiceName + ): void { if (!$container->has($targetServiceName)) { return; } diff --git a/src/bundle/Core/DependencyInjection/Compiler/ConsoleCacheWarmupPass.php b/src/bundle/Core/DependencyInjection/Compiler/ConsoleCacheWarmupPass.php index 35ed21f579..647102c7be 100644 --- a/src/bundle/Core/DependencyInjection/Compiler/ConsoleCacheWarmupPass.php +++ b/src/bundle/Core/DependencyInjection/Compiler/ConsoleCacheWarmupPass.php @@ -8,6 +8,7 @@ namespace Ibexa\Bundle\Core\DependencyInjection\Compiler; use const PHP_SAPI; + use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Reference; diff --git a/src/bundle/Core/DependencyInjection/Compiler/ImaginePass.php b/src/bundle/Core/DependencyInjection/Compiler/ImaginePass.php index 25ff50e796..e6d2c931aa 100644 --- a/src/bundle/Core/DependencyInjection/Compiler/ImaginePass.php +++ b/src/bundle/Core/DependencyInjection/Compiler/ImaginePass.php @@ -38,8 +38,10 @@ public function process(ContainerBuilder $container): void } } - private function processReduceNoiseFilter(ContainerBuilder $container, string $driver): void - { + private function processReduceNoiseFilter( + ContainerBuilder $container, + string $driver + ): void { if ($driver === 'imagick') { $container->setAlias('ibexa.image_alias.imagine.filter.reduce_noise', new Alias(ImagickReduceNoiseFilter::class)); } elseif ($driver === 'gmagick') { @@ -47,8 +49,10 @@ private function processReduceNoiseFilter(ContainerBuilder $container, string $d } } - private function processSwirlFilter(ContainerBuilder $container, string $driver): void - { + private function processSwirlFilter( + ContainerBuilder $container, + string $driver + ): void { if ($driver === 'imagick') { $container->setAlias('ibexa.image_alias.imagine.filter.swirl', new Alias(ImagickSwirlFilter::class)); } elseif ($driver === 'gmagick') { diff --git a/src/bundle/Core/DependencyInjection/Compiler/InjectEntityManagerMappingsPass.php b/src/bundle/Core/DependencyInjection/Compiler/InjectEntityManagerMappingsPass.php index 9044a3cde7..c07f131707 100644 --- a/src/bundle/Core/DependencyInjection/Compiler/InjectEntityManagerMappingsPass.php +++ b/src/bundle/Core/DependencyInjection/Compiler/InjectEntityManagerMappingsPass.php @@ -64,8 +64,10 @@ public function process(ContainerBuilder $container): void } } - private function createMetadataDriverDefinition($driverType, $driverPaths): Definition - { + private function createMetadataDriverDefinition( + $driverType, + $driverPaths + ): Definition { $metadataDriver = new Definition("%doctrine.orm.metadata.{$driverType}.class%"); $arguments = []; @@ -81,8 +83,10 @@ private function createMetadataDriverDefinition($driverType, $driverPaths): Defi return $metadataDriver; } - private function prepareMappingDriverConfig(array $entityManagerConfig, ContainerBuilder $container): array - { + private function prepareMappingDriverConfig( + array $entityManagerConfig, + ContainerBuilder $container + ): array { $bundles = $container->getParameter('kernel.bundles'); $driverConfig = []; foreach ($entityManagerConfig as $mappingName => $config) { diff --git a/src/bundle/Core/DependencyInjection/Compiler/SiteAccessMatcherRegistryPass.php b/src/bundle/Core/DependencyInjection/Compiler/SiteAccessMatcherRegistryPass.php index e4e8c38442..cddeaeb7bc 100644 --- a/src/bundle/Core/DependencyInjection/Compiler/SiteAccessMatcherRegistryPass.php +++ b/src/bundle/Core/DependencyInjection/Compiler/SiteAccessMatcherRegistryPass.php @@ -21,7 +21,7 @@ final class SiteAccessMatcherRegistryPass implements CompilerPassInterface public const MATCHER_TAG = 'ibexa.site_access.matcher'; /** - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container + * @param ContainerBuilder $container */ public function process(ContainerBuilder $container): void { diff --git a/src/bundle/Core/DependencyInjection/Configuration.php b/src/bundle/Core/DependencyInjection/Configuration.php index 57dc11ae77..33040d9a1c 100644 --- a/src/bundle/Core/DependencyInjection/Configuration.php +++ b/src/bundle/Core/DependencyInjection/Configuration.php @@ -11,6 +11,7 @@ use Ibexa\Bundle\Core\DependencyInjection\Configuration\RepositoryConfigParserInterface; use Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\Configuration as SiteAccessConfiguration; use Ibexa\Bundle\Core\DependencyInjection\Configuration\Suggestion\Collector\SuggestionCollectorInterface; +use Ibexa\Bundle\Core\SiteAccess\SiteAccessConfigurationFilter; use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; use Symfony\Component\Config\Definition\Builder\TreeBuilder; @@ -18,16 +19,16 @@ class Configuration extends SiteAccessConfiguration { public const CUSTOM_TAG_ATTRIBUTE_TYPES = ['number', 'string', 'boolean', 'choice']; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\ParserInterface */ + /** @var ParserInterface */ private $mainSiteAccessConfigParser; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\RepositoryConfigParserInterface */ + /** @var RepositoryConfigParserInterface */ private $mainRepositoryConfigParser; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\Suggestion\Collector\SuggestionCollectorInterface */ + /** @var SuggestionCollectorInterface */ private $suggestionCollector; - /** @var \Ibexa\Bundle\Core\SiteAccess\SiteAccessConfigurationFilter[] */ + /** @var SiteAccessConfigurationFilter[] */ private $siteAccessConfigurationFilters; public function __construct( @@ -48,7 +49,7 @@ public function setSiteAccessConfigurationFilters(array $filters) /** * Generates the configuration tree builder. * - * @return \Symfony\Component\Config\Definition\Builder\TreeBuilder The tree builder + * @return TreeBuilder The tree builder */ public function getConfigTreeBuilder(): TreeBuilder { @@ -379,7 +380,7 @@ private function addRouterSection(ArrayNodeDefinition $rootNode) /** * Defines configuration the images placeholder generation. * - * @param \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition $rootNode + * @param ArrayNodeDefinition $rootNode */ private function addImagePlaceholderSection(ArrayNodeDefinition $rootNode) { @@ -421,9 +422,9 @@ private function addImagePlaceholderSection(ArrayNodeDefinition $rootNode) * cleanup_method: name_of_cleanup_method * * - * @param \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition $rootNode + * @param ArrayNodeDefinition $rootNode * - * @return \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition + * @return ArrayNodeDefinition */ private function addUrlAliasSection(ArrayNodeDefinition $rootNode) { @@ -462,9 +463,9 @@ private function addUrlAliasSection(ArrayNodeDefinition $rootNode) * enabled: true * * - * @param \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition $rootNode + * @param ArrayNodeDefinition $rootNode * - * @return \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition + * @return ArrayNodeDefinition */ private function addUrlWildcardsSection($rootNode): ArrayNodeDefinition { @@ -497,9 +498,9 @@ private function addUrlWildcardsSection($rootNode): ArrayNodeDefinition * * * - * @param \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition $rootNode + * @param ArrayNodeDefinition $rootNode * - * @return \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition + * @return ArrayNodeDefinition */ private function addOrmSection($rootNode): ArrayNodeDefinition { @@ -544,7 +545,7 @@ private function addOrmSection($rootNode): ArrayNodeDefinition * * * - * @param \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition $rootNode + * @param ArrayNodeDefinition $rootNode */ private function addUITranslationsSection($rootNode): ArrayNodeDefinition { diff --git a/src/bundle/Core/DependencyInjection/Configuration/AbstractParser.php b/src/bundle/Core/DependencyInjection/Configuration/AbstractParser.php index 18598b16a2..6d2092ee34 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/AbstractParser.php +++ b/src/bundle/Core/DependencyInjection/Configuration/AbstractParser.php @@ -19,13 +19,14 @@ abstract class AbstractParser implements ParserInterface * @see \Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface::mapConfigArray() * * @param array $config Complete parsed semantic configuration - * @param \Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface $contextualizer + * @param ContextualizerInterface $contextualizer * * @return mixed */ - public function preMap(array $config, ContextualizerInterface $contextualizer) - { - } + public function preMap( + array $config, + ContextualizerInterface $contextualizer + ) {} /** * This method is called by the ConfigurationProcessor after looping over available scopes. @@ -35,11 +36,12 @@ public function preMap(array $config, ContextualizerInterface $contextualizer) * @see \Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface::mapConfigArray() * * @param array $config Complete parsed semantic configuration - * @param \Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface $contextualizer + * @param ContextualizerInterface $contextualizer * * @return mixed */ - public function postMap(array $config, ContextualizerInterface $contextualizer) - { - } + public function postMap( + array $config, + ContextualizerInterface $contextualizer + ) {} } diff --git a/src/bundle/Core/DependencyInjection/Configuration/ChainConfigResolver.php b/src/bundle/Core/DependencyInjection/Configuration/ChainConfigResolver.php index ffdb5e1c9b..8c2ebb277b 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ChainConfigResolver.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ChainConfigResolver.php @@ -12,21 +12,23 @@ class ChainConfigResolver implements ConfigResolverInterface { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface[] */ + /** @var ConfigResolverInterface[] */ protected $resolvers = []; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface[] */ + /** @var ConfigResolverInterface[] */ protected $sortedResolvers; /** * Registers $mapper as a valid mapper to be used in the configuration mapping chain. * When this mapper will be called in the chain depends on $priority. The highest $priority is, the earliest the router will be called. * - * @param \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface $resolver + * @param ConfigResolverInterface $resolver * @param int $priority */ - public function addResolver(ConfigResolverInterface $resolver, $priority = 0) - { + public function addResolver( + ConfigResolverInterface $resolver, + $priority = 0 + ) { $priority = (int)$priority; if (!isset($this->resolvers[$priority])) { $this->resolvers[$priority] = []; @@ -37,7 +39,7 @@ public function addResolver(ConfigResolverInterface $resolver, $priority = 0) } /** - * @return \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface[] + * @return ConfigResolverInterface[] */ public function getAllResolvers() { @@ -52,7 +54,7 @@ public function getAllResolvers() * Sort the registered mappers by priority. * The highest priority number is the highest priority (reverse sorting). * - * @return \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface[] + * @return ConfigResolverInterface[] */ protected function sortResolvers() { @@ -69,10 +71,13 @@ protected function sortResolvers() /** * @return mixed * - * @throws \Ibexa\Core\MVC\Exception\ParameterNotFoundException + * @throws ParameterNotFoundException */ - public function getParameter(string $paramName, ?string $namespace = null, ?string $scope = null) - { + public function getParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ) { foreach ($this->getAllResolvers() as $resolver) { try { return $resolver->getParameter($paramName, $namespace, $scope); @@ -85,8 +90,11 @@ public function getParameter(string $paramName, ?string $namespace = null, ?stri throw new ParameterNotFoundException($paramName, $namespace, [$scope]); } - public function hasParameter(string $paramName, ?string $namespace = null, ?string $scope = null): bool - { + public function hasParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ): bool { foreach ($this->getAllResolvers() as $resolver) { $hasParameter = $resolver->hasParameter($paramName, $namespace, $scope); if ($hasParameter) { diff --git a/src/bundle/Core/DependencyInjection/Configuration/ConfigBuilderInterface.php b/src/bundle/Core/DependencyInjection/Configuration/ConfigBuilderInterface.php index 24c75a8e68..85b53740f1 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ConfigBuilderInterface.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ConfigBuilderInterface.php @@ -25,7 +25,7 @@ public function addConfig(array $config); /** * Adds given resource, which would typically be added to container resources. * - * @param \Symfony\Component\Config\Resource\ResourceInterface $resource + * @param ResourceInterface $resource */ public function addResource(ResourceInterface $resource); } diff --git a/src/bundle/Core/DependencyInjection/Configuration/ConfigParser.php b/src/bundle/Core/DependencyInjection/Configuration/ConfigParser.php index bc5661c4b6..38679802c5 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ConfigParser.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ConfigParser.php @@ -17,7 +17,7 @@ */ class ConfigParser implements ParserInterface { - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\ParserInterface[] */ + /** @var ParserInterface[] */ private $configParsers; public function __construct(array $configParsers = []) @@ -36,7 +36,7 @@ public function __construct(array $configParsers = []) } /** - * @param \Ibexa\Bundle\Core\DependencyInjection\Configuration\ParserInterface[] $configParsers + * @param ParserInterface[] $configParsers */ public function setConfigParsers($configParsers) { @@ -44,29 +44,36 @@ public function setConfigParsers($configParsers) } /** - * @return \Ibexa\Bundle\Core\DependencyInjection\Configuration\ParserInterface[] + * @return ParserInterface[] */ public function getConfigParsers() { return $this->configParsers; } - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) - { + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ) { foreach ($this->configParsers as $parser) { $parser->mapConfig($scopeSettings, $currentScope, $contextualizer); } } - public function preMap(array $config, ContextualizerInterface $contextualizer) - { + public function preMap( + array $config, + ContextualizerInterface $contextualizer + ) { foreach ($this->configParsers as $parser) { $parser->preMap($config, $contextualizer); } } - public function postMap(array $config, ContextualizerInterface $contextualizer) - { + public function postMap( + array $config, + ContextualizerInterface $contextualizer + ) { foreach ($this->configParsers as $parser) { $parser->postMap($config, $contextualizer); } diff --git a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php index 313151a0f1..f81d954cc6 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php @@ -43,10 +43,10 @@ class ConfigResolver implements VersatileScopeInterface, SiteAccessAware protected ContainerInterface $container; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ protected $siteAccess; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ protected $logger; /** @var array Siteaccess groups, indexed by siteaccess name */ @@ -65,7 +65,7 @@ class ConfigResolver implements VersatileScopeInterface, SiteAccessAware private $tooEarlyLoadedList = []; /** - * @param \Psr\Log\LoggerInterface|null $logger + * @param LoggerInterface|null $logger * @param array $groupsBySiteAccess SiteAccess groups, indexed by siteaccess. * @param string $defaultNamespace The default namespace * @param int $undefinedStrategy Strategy to use when encountering undefined parameters. @@ -115,8 +115,11 @@ public function getUndefinedStrategy() return $this->undefinedStrategy; } - public function hasParameter(string $paramName, ?string $namespace = null, ?string $scope = null): bool - { + public function hasParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ): bool { $namespace = $namespace ?: $this->defaultNamespace; $scope = $scope ?: $this->getDefaultScope(); @@ -146,10 +149,13 @@ public function hasParameter(string $paramName, ?string $namespace = null, ?stri /** * @return mixed * - * @throws \Ibexa\Core\MVC\Exception\ParameterNotFoundException + * @throws ParameterNotFoundException */ - public function getParameter(string $paramName, ?string $namespace = null, ?string $scope = null) - { + public function getParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ) { $this->logTooEarlyLoadedListIfNeeded($paramName); $namespace = $namespace ?: $this->defaultNamespace; diff --git a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ContainerConfigResolver.php b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ContainerConfigResolver.php index a702cabf35..4b77f8d5c0 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ContainerConfigResolver.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ContainerConfigResolver.php @@ -22,15 +22,21 @@ abstract class ContainerConfigResolver implements ConfigResolverInterface /** @var string */ private $defaultNamespace; - public function __construct(ContainerInterface $container, string $scope, string $defaultNamespace) - { + public function __construct( + ContainerInterface $container, + string $scope, + string $defaultNamespace + ) { $this->container = $container; $this->scope = $scope; $this->defaultNamespace = $defaultNamespace; } - public function getParameter(string $paramName, ?string $namespace = null, ?string $scope = null) - { + public function getParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ) { [$namespace, $scope] = $this->resolveNamespaceAndScope($namespace, $scope); $scopeRelativeParamName = $this->getScopeRelativeParamName($paramName, $namespace, $scope); if ($this->container->hasParameter($scopeRelativeParamName)) { @@ -40,8 +46,11 @@ public function getParameter(string $paramName, ?string $namespace = null, ?stri throw new ParameterNotFoundException($paramName, $namespace, [$scope]); } - public function hasParameter(string $paramName, ?string $namespace = null, ?string $scope = null): bool - { + public function hasParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ): bool { return $this->container->hasParameter($this->resolveScopeRelativeParamName($paramName, $namespace, $scope)); } @@ -55,18 +64,26 @@ public function setDefaultNamespace(string $defaultNamespace): void $this->defaultNamespace = $defaultNamespace; } - private function resolveScopeRelativeParamName(string $paramName, ?string $namespace = null, ?string $scope = null): string - { + private function resolveScopeRelativeParamName( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ): string { return $this->getScopeRelativeParamName($paramName, ...$this->resolveNamespaceAndScope($namespace, $scope)); } - private function resolveNamespaceAndScope(?string $namespace = null, ?string $scope = null): array - { + private function resolveNamespaceAndScope( + ?string $namespace = null, + ?string $scope = null + ): array { return [$namespace ?: $this->getDefaultNamespace(), $scope ?? $this->scope]; } - private function getScopeRelativeParamName(string $paramName, string $namespace, string $scope): string - { + private function getScopeRelativeParamName( + string $paramName, + string $namespace, + string $scope + ): string { return "$namespace.$scope.$paramName"; } } diff --git a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/DefaultScopeConfigResolver.php b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/DefaultScopeConfigResolver.php index c100cbb42f..b18a886929 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/DefaultScopeConfigResolver.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/DefaultScopeConfigResolver.php @@ -17,18 +17,26 @@ class DefaultScopeConfigResolver extends ContainerConfigResolver { private const SCOPE_NAME = 'default'; - public function __construct(ContainerInterface $container, string $defaultNamespace) - { + public function __construct( + ContainerInterface $container, + string $defaultNamespace + ) { parent::__construct($container, self::SCOPE_NAME, $defaultNamespace); } - public function hasParameter(string $paramName, ?string $namespace = null, ?string $scope = null): bool - { + public function hasParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ): bool { return parent::hasParameter($paramName, $namespace, self::SCOPE_NAME); } - public function getParameter(string $paramName, ?string $namespace = null, ?string $scope = null) - { + public function getParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ) { return parent::getParameter($paramName, $namespace, self::SCOPE_NAME); } } diff --git a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/GlobalScopeConfigResolver.php b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/GlobalScopeConfigResolver.php index 3a0eec814f..fef354b3c7 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/GlobalScopeConfigResolver.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/GlobalScopeConfigResolver.php @@ -17,18 +17,26 @@ class GlobalScopeConfigResolver extends ContainerConfigResolver { private const SCOPE_NAME = 'global'; - public function __construct(ContainerInterface $container, string $defaultNamespace) - { + public function __construct( + ContainerInterface $container, + string $defaultNamespace + ) { parent::__construct($container, self::SCOPE_NAME, $defaultNamespace); } - public function hasParameter(string $paramName, ?string $namespace = null, ?string $scope = null): bool - { + public function hasParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ): bool { return parent::hasParameter($paramName, $namespace, self::SCOPE_NAME); } - public function getParameter(string $paramName, ?string $namespace = null, ?string $scope = null) - { + public function getParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ) { return parent::getParameter($paramName, $namespace, self::SCOPE_NAME); } } diff --git a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/SiteAccessConfigResolver.php b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/SiteAccessConfigResolver.php index df20140d8c..e50c6491bf 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/SiteAccessConfigResolver.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/SiteAccessConfigResolver.php @@ -12,13 +12,14 @@ use Ibexa\Core\MVC\Symfony\Configuration\VersatileScopeInterface; use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessAware; +use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface; abstract class SiteAccessConfigResolver implements VersatileScopeInterface, SiteAccessAware { - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface */ + /** @var SiteAccessProviderInterface */ protected $siteAccessProvider; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ protected $currentSiteAccess; /** @var string */ @@ -28,15 +29,18 @@ abstract class SiteAccessConfigResolver implements VersatileScopeInterface, Site protected $defaultNamespace; public function __construct( - SiteAccess\SiteAccessProviderInterface $siteAccessProvider, + SiteAccessProviderInterface $siteAccessProvider, string $defaultNamespace ) { $this->siteAccessProvider = $siteAccessProvider; $this->defaultNamespace = $defaultNamespace; } - public function hasParameter(string $paramName, ?string $namespace = null, ?string $scope = null): bool - { + public function hasParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ): bool { [$namespace, $scope] = $this->resolveNamespaceAndScope($namespace, $scope); if (!$this->isSiteAccessScope($scope)) { return false; @@ -50,8 +54,11 @@ public function hasParameter(string $paramName, ?string $namespace = null, ?stri return $this->resolverHasParameter($siteAccess, $paramName, $namespace); } - public function getParameter(string $paramName, ?string $namespace = null, ?string $scope = null) - { + public function getParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ) { [$namespace, $scope] = $this->resolveNamespaceAndScope($namespace, $scope); if (!$this->isSiteAccessScope($scope)) { @@ -104,22 +111,38 @@ protected function isSiteAccessSupported(SiteAccess $siteAccess): bool return true; } - protected function resolveScopeRelativeParamName(string $paramName, ?string $namespace = null, ?string $scope = null): string - { + protected function resolveScopeRelativeParamName( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ): string { return $this->getScopeRelativeParamName($paramName, ...$this->resolveNamespaceAndScope($namespace, $scope)); } - protected function resolveNamespaceAndScope(?string $namespace = null, ?string $scope = null): array - { + protected function resolveNamespaceAndScope( + ?string $namespace = null, + ?string $scope = null + ): array { return [$namespace ?: $this->getDefaultNamespace(), $scope ?: $this->getDefaultScope()]; } - protected function getScopeRelativeParamName(string $paramName, string $namespace, string $scope): string - { + protected function getScopeRelativeParamName( + string $paramName, + string $namespace, + string $scope + ): string { return "$namespace.$scope.$paramName"; } - abstract protected function resolverHasParameter(SiteAccess $siteAccess, string $paramName, string $namespace): bool; - - abstract protected function getParameterFromResolver(SiteAccess $siteAccess, string $paramName, string $namespace); + abstract protected function resolverHasParameter( + SiteAccess $siteAccess, + string $paramName, + string $namespace + ): bool; + + abstract protected function getParameterFromResolver( + SiteAccess $siteAccess, + string $paramName, + string $namespace + ); } diff --git a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/SiteAccessGroupConfigResolver.php b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/SiteAccessGroupConfigResolver.php index 32dba952a7..b6ed28523c 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/SiteAccessGroupConfigResolver.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/SiteAccessGroupConfigResolver.php @@ -35,8 +35,11 @@ public function __construct( $this->siteAccessGroups = $siteAccessGroups; } - final public function hasParameter(string $paramName, ?string $namespace = null, ?string $scope = null): bool - { + final public function hasParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ): bool { [$namespace, $scope] = $this->resolveNamespaceAndScope($namespace, $scope); if ($this->isSiteAccessGroupScope($scope)) { @@ -46,8 +49,11 @@ final public function hasParameter(string $paramName, ?string $namespace = null, return parent::hasParameter($paramName, $namespace, $scope); } - final public function getParameter(string $paramName, ?string $namespace = null, ?string $scope = null) - { + final public function getParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ) { [$namespace, $scope] = $this->resolveNamespaceAndScope($namespace, $scope); if ($this->isSiteAccessGroupScope($scope)) { @@ -57,8 +63,11 @@ final public function getParameter(string $paramName, ?string $namespace = null, return parent::getParameter($paramName, $namespace, $scope); } - protected function resolverHasParameter(SiteAccess $siteAccess, string $paramName, string $namespace): bool - { + protected function resolverHasParameter( + SiteAccess $siteAccess, + string $paramName, + string $namespace + ): bool { foreach ($siteAccess->groups as $group) { $groupScopeParamName = $this->resolveScopeRelativeParamName($paramName, $namespace, $group->getName()); if ($this->container->hasParameter($groupScopeParamName)) { @@ -69,15 +78,21 @@ protected function resolverHasParameter(SiteAccess $siteAccess, string $paramNam return false; } - protected function resolverHasParameterForGroup(SiteAccessGroup $siteAccessGroup, string $paramName, string $namespace): bool - { + protected function resolverHasParameterForGroup( + SiteAccessGroup $siteAccessGroup, + string $paramName, + string $namespace + ): bool { $groupScopeParamName = $this->resolveScopeRelativeParamName($paramName, $namespace, $siteAccessGroup->getName()); return $this->container->hasParameter($groupScopeParamName); } - protected function getParameterFromResolver(SiteAccess $siteAccess, string $paramName, string $namespace) - { + protected function getParameterFromResolver( + SiteAccess $siteAccess, + string $paramName, + string $namespace + ) { $triedScopes = []; foreach ($siteAccess->groups as $group) { @@ -92,8 +107,11 @@ protected function getParameterFromResolver(SiteAccess $siteAccess, string $para throw new ParameterNotFoundException($paramName, $namespace, $triedScopes); } - protected function getParameterFromResolverForGroup(SiteAccessGroup $siteAccessGroup, string $paramName, string $namespace) - { + protected function getParameterFromResolverForGroup( + SiteAccessGroup $siteAccessGroup, + string $paramName, + string $namespace + ) { $groupScopeParamName = $this->resolveScopeRelativeParamName($paramName, $namespace, $siteAccessGroup->getName()); if (!$this->container->hasParameter($groupScopeParamName)) { diff --git a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/StaticSiteAccessConfigResolver.php b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/StaticSiteAccessConfigResolver.php index 4bdc740a41..f91d61ec96 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/StaticSiteAccessConfigResolver.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ConfigResolver/StaticSiteAccessConfigResolver.php @@ -30,15 +30,21 @@ public function __construct( $this->container = $container; } - protected function resolverHasParameter(SiteAccess $siteAccess, string $paramName, string $namespace): bool - { + protected function resolverHasParameter( + SiteAccess $siteAccess, + string $paramName, + string $namespace + ): bool { return $this->container->hasParameter( $this->resolveScopeRelativeParamName($paramName, $namespace, $siteAccess->name) ); } - protected function getParameterFromResolver(SiteAccess $siteAccess, string $paramName, string $namespace) - { + protected function getParameterFromResolver( + SiteAccess $siteAccess, + string $paramName, + string $namespace + ) { $scopeRelativeParamName = $this->getScopeRelativeParamName($paramName, $namespace, $siteAccess->name); if ($this->container->hasParameter($scopeRelativeParamName)) { return $this->container->getParameter($scopeRelativeParamName); diff --git a/src/bundle/Core/DependencyInjection/Configuration/ContainerConfigBuilder.php b/src/bundle/Core/DependencyInjection/Configuration/ContainerConfigBuilder.php index c5a3451a45..c637e205c8 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ContainerConfigBuilder.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ContainerConfigBuilder.php @@ -11,7 +11,7 @@ abstract class ContainerConfigBuilder implements ConfigBuilderInterface { - /** @var \Symfony\Component\DependencyInjection\ContainerBuilder */ + /** @var ContainerBuilder */ protected $containerBuilder; public function __construct(ContainerBuilder $containerBuilder) diff --git a/src/bundle/Core/DependencyInjection/Configuration/FieldTypeParserInterface.php b/src/bundle/Core/DependencyInjection/Configuration/FieldTypeParserInterface.php index 87d8eb13b6..9d1b80e494 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/FieldTypeParserInterface.php +++ b/src/bundle/Core/DependencyInjection/Configuration/FieldTypeParserInterface.php @@ -22,7 +22,7 @@ public function getFieldTypeIdentifier(); /** * Adds fieldType semantic configuration definition. * - * @param \Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder Node just under ezpublish.system..fieldtypes. + * @param NodeBuilder $nodeBuilder Node just under ezpublish.system..fieldtypes. */ public function addFieldTypeSemanticConfig(NodeBuilder $nodeBuilder); } diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/AbstractFieldTypeParser.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/AbstractFieldTypeParser.php index ddaf1fc56c..1d5eb05764 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/AbstractFieldTypeParser.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/AbstractFieldTypeParser.php @@ -20,7 +20,7 @@ abstract class AbstractFieldTypeParser extends AbstractParser implements FieldTy /** * Adds semantic configuration definition. * - * @param \Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder Node just under ezpublish.. + * @param NodeBuilder $nodeBuilder Node just under ezpublish.. */ public function addSemanticConfig(NodeBuilder $nodeBuilder) { diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/Common.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/Common.php index 7b9dc8c35e..89a5cc1e82 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/Common.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/Common.php @@ -19,7 +19,7 @@ class Common extends AbstractParser /** * Adds semantic configuration definition. * - * @param \Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder Node just under ibexa.system. + * @param NodeBuilder $nodeBuilder Node just under ibexa.system. */ public function addSemanticConfig(NodeBuilder $nodeBuilder): void { @@ -107,13 +107,18 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder): void ->end(); } - public function preMap(array $config, ContextualizerInterface $contextualizer) - { + public function preMap( + array $config, + ContextualizerInterface $contextualizer + ) { $contextualizer->mapConfigArray('session', $config); } - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) - { + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ) { if (isset($scopeSettings['repository'])) { $contextualizer->setContextualParameter('repository', $currentScope, $scopeSettings['repository']); } diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/Content.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/Content.php index 629ec24275..8340f7d83b 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/Content.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/Content.php @@ -19,7 +19,7 @@ class Content extends AbstractParser /** * Adds semantic configuration definition. * - * @param \Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder Node just under ezpublish.system. + * @param NodeBuilder $nodeBuilder Node just under ezpublish.system. */ public function addSemanticConfig(NodeBuilder $nodeBuilder) { @@ -48,8 +48,11 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) ->end(); } - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) - { + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ) { if (!empty($scopeSettings['content'])) { if (isset($scopeSettings['content']['view_cache'])) { $contextualizer->setContextualParameter('content.view_cache', $currentScope, $scopeSettings['content']['view_cache']); diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/FieldType/ImageAsset.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/FieldType/ImageAsset.php index b55119dc07..a504886997 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/FieldType/ImageAsset.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/FieldType/ImageAsset.php @@ -50,8 +50,11 @@ public function addFieldTypeSemanticConfig(NodeBuilder $nodeBuilder): void /** * {@inheritdoc} */ - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void - { + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ): void { $fieldTypeIdentifier = $this->getFieldTypeIdentifier(); if (isset($scopeSettings['fieldtypes'][$fieldTypeIdentifier])) { diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/IO.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/IO.php index 8c1c422b48..9a7d5bac83 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/IO.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/IO.php @@ -15,7 +15,7 @@ class IO extends AbstractParser { - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\ComplexSettings\ComplexSettingParserInterface */ + /** @var ComplexSettingParserInterface */ private $complexSettingParser; public function __construct(ComplexSettingParserInterface $complexSettingParser) @@ -56,8 +56,11 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) ->end(); } - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) - { + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ) { if (!isset($scopeSettings['io'])) { return; } @@ -85,8 +88,10 @@ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerIn /** * Post process configuration to add io_root_dir and io_prefix. */ - public function postMap(array $config, ContextualizerInterface $contextualizer) - { + public function postMap( + array $config, + ContextualizerInterface $contextualizer + ) { $container = $contextualizer->getContainer(); // complex parameters dependencies @@ -100,8 +105,11 @@ public function postMap(array $config, ContextualizerInterface $contextualizer) /** * Applies dependencies of complex $parameter in $scope. */ - private function addComplexParametersDependencies($parameter, $scope, ContainerBuilder $container) - { + private function addComplexParametersDependencies( + $parameter, + $scope, + ContainerBuilder $container + ) { // The complex setting exists in this scope, we don't need to do anything if ($container->hasParameter("ibexa.site_access.config.$scope.$parameter")) { return; diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/Image.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/Image.php index f58a18bd94..7e690dc6f9 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/Image.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/Image.php @@ -19,7 +19,7 @@ class Image extends AbstractParser /** * Adds semantic configuration definition. * - * @param \Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder Node just under ezpublish.system. + * @param NodeBuilder $nodeBuilder Node just under ezpublish.system. */ public function addSemanticConfig(NodeBuilder $nodeBuilder) { @@ -105,14 +105,18 @@ static function ($v) { ->end(); } - public function preMap(array $config, ContextualizerInterface $contextualizer) - { + public function preMap( + array $config, + ContextualizerInterface $contextualizer + ) { $contextualizer->mapConfigArray('image_variations', $config); $contextualizer->mapSetting('image_host', $config); $contextualizer->mapSetting('variation_handler_identifier', $config); } - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) - { - } + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ) {} } diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/Languages.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/Languages.php index c0779fea1f..219b6de947 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/Languages.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/Languages.php @@ -18,7 +18,7 @@ class Languages extends AbstractParser /** * Adds semantic configuration definition. * - * @param \Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder Node just under ezpublish.system. + * @param NodeBuilder $nodeBuilder Node just under ezpublish.system. */ public function addSemanticConfig(NodeBuilder $nodeBuilder) { @@ -36,8 +36,10 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) ->end(); } - public function preMap(array $config, ContextualizerInterface $contextualizer) - { + public function preMap( + array $config, + ContextualizerInterface $contextualizer + ) { $contextualizer->mapConfigArray('languages', $config, ContextualizerInterface::UNIQUE); $contextualizer->mapConfigArray('translation_siteaccesses', $config, ContextualizerInterface::UNIQUE); @@ -47,8 +49,11 @@ public function preMap(array $config, ContextualizerInterface $contextualizer) } } - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) - { + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ) { $container = $contextualizer->getContainer(); if ($container->hasParameter("ibexa.site_access.config.$currentScope.languages")) { $languages = $container->getParameter("ibexa.site_access.config.$currentScope.languages"); @@ -59,8 +64,10 @@ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerIn } } - public function postMap(array $config, ContextualizerInterface $contextualizer) - { + public function postMap( + array $config, + ContextualizerInterface $contextualizer + ) { $contextualizer->getContainer()->setParameter( 'ibexa.site_access.by_language', $this->siteAccessesByLanguages diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/LocationView.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/LocationView.php index b7b13c07a8..33749e9cea 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/LocationView.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/LocationView.php @@ -15,8 +15,10 @@ class LocationView extends View public const NODE_KEY = 'location_view'; public const INFO = 'Template selection settings when displaying a location. Deprecated from 5.4.5/2015.09, use content_view instead.'; - public function preMap(array $config, ContextualizerInterface $contextualizer) - { + public function preMap( + array $config, + ContextualizerInterface $contextualizer + ) { $scopes = array_merge( [ConfigResolver::SCOPE_GLOBAL], $config['siteaccess']['list'], diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/Templates.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/Templates.php index b287780e67..3220d2c383 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/Templates.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/Templates.php @@ -16,7 +16,7 @@ class Templates extends AbstractParser /** * Adds semantic configuration definition. * - * @param \Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder Node just under ezpublish.system. + * @param NodeBuilder $nodeBuilder Node just under ezpublish.system. */ public function addSemanticConfig(NodeBuilder $nodeBuilder) { @@ -37,8 +37,10 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) ->end(); } - public function preMap(array $config, ContextualizerInterface $contextualizer) - { + public function preMap( + array $config, + ContextualizerInterface $contextualizer + ) { foreach ($config['siteaccess']['groups'] as $group => $saArray) { if (!empty($config[$contextualizer->getSiteAccessNodeName()][$group][static::NODE_KEY])) { $contextualizer->setContextualParameter( @@ -52,8 +54,11 @@ public function preMap(array $config, ContextualizerInterface $contextualizer) $contextualizer->mapConfigArray(static::NODE_KEY, $config); } - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) - { + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ) { // Nothing to do here. } } diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/UrlChecker.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/UrlChecker.php index 52432524a4..da6f9d8985 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/UrlChecker.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/UrlChecker.php @@ -27,8 +27,11 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) ->end(); } - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) - { + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ) { if (isset($scopeSettings['url_checker']) && !empty($scopeSettings['url_checker']['handlers'])) { foreach ($scopeSettings['url_checker']['handlers'] as $name => $options) { $contextualizer->setContextualParameter('url_handler.' . $name . '.options', $currentScope, $options); diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/UserContentTypeIdentifier.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/UserContentTypeIdentifier.php index c3a60c72b8..5b66e3ed51 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/UserContentTypeIdentifier.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/UserContentTypeIdentifier.php @@ -30,7 +30,7 @@ final class UserContentTypeIdentifier extends AbstractParser /** * Adds semantic configuration definition. * - * @param \Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder Node just under ezpublish.system. + * @param NodeBuilder $nodeBuilder Node just under ezpublish.system. */ public function addSemanticConfig(NodeBuilder $nodeBuilder) { @@ -43,8 +43,11 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) ->end(); } - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void - { + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ): void { if (empty($scopeSettings['user_content_type_identifier'])) { return; } diff --git a/src/bundle/Core/DependencyInjection/Configuration/Parser/View.php b/src/bundle/Core/DependencyInjection/Configuration/Parser/View.php index 485c51ab0e..83825b0eb1 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Parser/View.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Parser/View.php @@ -16,7 +16,7 @@ class View extends AbstractParser /** * Adds semantic configuration definition. * - * @param \Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder Node just under ezpublish.system. + * @param NodeBuilder $nodeBuilder Node just under ezpublish.system. */ public function addSemanticConfig(NodeBuilder $nodeBuilder) { @@ -69,13 +69,18 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) ->end(); } - public function preMap(array $config, ContextualizerInterface $contextualizer) - { + public function preMap( + array $config, + ContextualizerInterface $contextualizer + ) { $contextualizer->mapConfigArray(static::NODE_KEY, $config, ContextualizerInterface::MERGE_FROM_SECOND_LEVEL); } - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) - { + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ) { // Nothing to do here. } } diff --git a/src/bundle/Core/DependencyInjection/Configuration/ParserInterface.php b/src/bundle/Core/DependencyInjection/Configuration/ParserInterface.php index 3a928ad096..d53fa75293 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/ParserInterface.php +++ b/src/bundle/Core/DependencyInjection/Configuration/ParserInterface.php @@ -15,7 +15,7 @@ interface ParserInterface extends HookableConfigurationMapperInterface /** * Adds semantic configuration definition. * - * @param \Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder Node just under ezpublish.system. + * @param NodeBuilder $nodeBuilder Node just under ezpublish.system. */ public function addSemanticConfig(NodeBuilder $nodeBuilder); } diff --git a/src/bundle/Core/DependencyInjection/Configuration/RepositoryConfigParser.php b/src/bundle/Core/DependencyInjection/Configuration/RepositoryConfigParser.php index d0954f0a86..25a7aafd7d 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/RepositoryConfigParser.php +++ b/src/bundle/Core/DependencyInjection/Configuration/RepositoryConfigParser.php @@ -13,11 +13,11 @@ final class RepositoryConfigParser implements RepositoryConfigParserInterface { - /** @var iterable<\Ibexa\Bundle\Core\DependencyInjection\Configuration\RepositoryConfigParserInterface> */ + /** @var iterable */ private $configParsers; /** - * @param \Ibexa\Bundle\Core\DependencyInjection\Configuration\RepositoryConfigParserInterface[] $configParsers + * @param RepositoryConfigParserInterface[] $configParsers */ public function __construct(iterable $configParsers = []) { diff --git a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/Configuration.php b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/Configuration.php index eb7aeaeaa3..51403132b8 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/Configuration.php +++ b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/Configuration.php @@ -8,6 +8,7 @@ namespace Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware; use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; +use Symfony\Component\Config\Definition\Builder\NodeBuilder; use Symfony\Component\Config\Definition\ConfigurationInterface; /** @@ -35,13 +36,15 @@ abstract class Configuration implements ConfigurationInterface /** * Generates the context node under which context based configuration will be defined. * - * @param \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition $rootNode Node under which the generated node will be placed. + * @param ArrayNodeDefinition $rootNode Node under which the generated node will be placed. * @param string $scopeNodeName * - * @return \Symfony\Component\Config\Definition\Builder\NodeBuilder + * @return NodeBuilder */ - public function generateScopeBaseNode(ArrayNodeDefinition $rootNode, $scopeNodeName = 'system') - { + public function generateScopeBaseNode( + ArrayNodeDefinition $rootNode, + $scopeNodeName = 'system' + ) { $contextNode = $rootNode ->children() ->arrayNode($scopeNodeName) diff --git a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationMapperInterface.php b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationMapperInterface.php index 4987162091..02086a488a 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationMapperInterface.php +++ b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationMapperInterface.php @@ -27,5 +27,9 @@ interface ConfigurationMapperInterface * @param string $currentScope * @param ContextualizerInterface $contextualizer */ - public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer); + public function mapConfig( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ); } diff --git a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationProcessor.php b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationProcessor.php index f08c94117f..8f5a0c1f39 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationProcessor.php +++ b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationProcessor.php @@ -45,11 +45,14 @@ class ConfigurationProcessor */ protected $scopeNodeName; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface */ + /** @var ContextualizerInterface */ protected $contextualizer; - public function __construct(ContainerInterface $containerBuilder, $namespace, $siteAcccessNodeName = 'system') - { + public function __construct( + ContainerInterface $containerBuilder, + $namespace, + $siteAcccessNodeName = 'system' + ) { $this->contextualizer = $this->buildContextualizer($containerBuilder, $namespace, $siteAcccessNodeName); } @@ -100,10 +103,12 @@ public static function setAvailableSiteAccessGroups(array $availableSiteAccessGr * defined in ConfigurationMapper interface will be passed: * `array $scopeSettings, $currentScope, ContextualizerInterface $contextualizer` * - * @throws \InvalidArgumentException + * @throws InvalidArgumentException */ - public function mapConfig(array $config, $mapper) - { + public function mapConfig( + array $config, + $mapper + ) { $mapperCallable = is_callable($mapper); if (!$mapperCallable && !$mapper instanceof ConfigurationMapperInterface) { throw new InvalidArgumentException('Configuration mapper must either be a callable or an instance of ConfigurationMapper.'); @@ -135,8 +140,10 @@ public function mapConfig(array $config, $mapper) * @param string $id Id of the setting to map. * @param array $config Full semantic configuration array for current bundle. */ - public function mapSetting($id, array $config) - { + public function mapSetting( + $id, + array $config + ) { $this->contextualizer->mapSetting($id, $config); } @@ -149,8 +156,11 @@ public function mapSetting($id, array $config) * @param array $config Full semantic configuration array for current bundle. * @param int $options Bit mask of options (See constants of `ContextualizerInterface`) */ - public function mapConfigArray($id, array $config, $options = 0) - { + public function mapConfigArray( + $id, + array $config, + $options = 0 + ) { $this->contextualizer->mapConfigArray($id, $config, $options); } @@ -163,10 +173,13 @@ public function mapConfigArray($id, array $config, $options = 0) * @param string $namespace * @param string $siteAccessNodeName * - * @return \Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface + * @return ContextualizerInterface */ - protected function buildContextualizer(ContainerInterface $containerBuilder, $namespace, $siteAccessNodeName) - { + protected function buildContextualizer( + ContainerInterface $containerBuilder, + $namespace, + $siteAccessNodeName + ) { return new Contextualizer( $containerBuilder, $namespace, @@ -178,7 +191,7 @@ protected function buildContextualizer(ContainerInterface $containerBuilder, $na } /** - * @param \Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface $contextualizer + * @param ContextualizerInterface $contextualizer */ public function setContextualizer(ContextualizerInterface $contextualizer) { @@ -186,7 +199,7 @@ public function setContextualizer(ContextualizerInterface $contextualizer) } /** - * @return \Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface + * @return ContextualizerInterface */ public function getContextualizer() { diff --git a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/Contextualizer.php b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/Contextualizer.php index 1ab945571d..bd1e233061 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/Contextualizer.php +++ b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/Contextualizer.php @@ -12,7 +12,7 @@ class Contextualizer implements ContextualizerInterface { - /** @var \Symfony\Component\DependencyInjection\ContainerInterface */ + /** @var ContainerInterface */ private $container; /** @var string */ @@ -50,13 +50,18 @@ public function __construct( $this->groupsBySiteAccess = $groupsBySiteAccess; } - public function setContextualParameter($parameterName, $scope, $value) - { + public function setContextualParameter( + $parameterName, + $scope, + $value + ) { $this->container->setParameter("$this->namespace.$scope.$parameterName", $value); } - public function mapSetting($id, array $config) - { + public function mapSetting( + $id, + array $config + ) { foreach ($config[$this->siteAccessNodeName] as $currentScope => $scopeSettings) { if (isset($scopeSettings[$id])) { $this->setContextualParameter($id, $currentScope, $scopeSettings[$id]); @@ -64,8 +69,11 @@ public function mapSetting($id, array $config) } } - public function mapConfigArray($id, array $config, $options = 0) - { + public function mapConfigArray( + $id, + array $config, + $options = 0 + ) { $this->mapReservedScopeArray($id, $config, ConfigResolver::SCOPE_DEFAULT); $this->mapReservedScopeArray($id, $config, ConfigResolver::SCOPE_GLOBAL); $defaultSettings = $this->getContainerParameter( @@ -138,8 +146,10 @@ public function mapConfigArray($id, array $config, $options = 0) * * @return mixed */ - protected function getContainerParameter($id, $default = null) - { + protected function getContainerParameter( + $id, + $default = null + ) { if ($this->container->hasParameter($id)) { return $this->container->getParameter($id); } @@ -157,8 +167,12 @@ protected function getContainerParameter($id, $default = null) * * @return array */ - private function groupsArraySetting(array $groups, $id, array $config, $options = 0) - { + private function groupsArraySetting( + array $groups, + $id, + array $config, + $options = 0 + ) { $groupsSettings = []; sort($groups); foreach ($groups as $group) { @@ -197,8 +211,11 @@ private function groupsArraySetting(array $groups, $id, array $config, $options * @param string $id * @param string $scope */ - private function mapReservedScopeArray($id, array $config, $scope) - { + private function mapReservedScopeArray( + $id, + array $config, + $scope + ) { if ( isset($config[$this->siteAccessNodeName][$scope][$id]) && !empty($config[$this->siteAccessNodeName][$scope][$id]) diff --git a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ContextualizerInterface.php b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ContextualizerInterface.php index 8eebf6c97d..e78c0640e4 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ContextualizerInterface.php +++ b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ContextualizerInterface.php @@ -66,7 +66,11 @@ interface ContextualizerInterface * @param string $scope * @param mixed $value */ - public function setContextualParameter($parameterName, $scope, $value); + public function setContextualParameter( + $parameterName, + $scope, + $value + ); /** * Maps a semantic setting to internal format for all declared scopes. @@ -79,7 +83,10 @@ public function setContextualParameter($parameterName, $scope, $value); * * @return mixed */ - public function mapSetting($id, array $config); + public function mapSetting( + $id, + array $config + ); /** * Maps semantic array settings to internal format, and merges them between scopes. @@ -172,15 +179,19 @@ public function mapSetting($id, array $config); * @param array $config Full semantic configuration array for current bundle. * @param int $options Bit mask of options (see constants of the interface) */ - public function mapConfigArray($id, array $config, $options = 0); + public function mapConfigArray( + $id, + array $config, + $options = 0 + ); /** - * @return \Symfony\Component\DependencyInjection\ContainerInterface + * @return ContainerInterface */ public function getContainer(); /** - * @param \Symfony\Component\DependencyInjection\ContainerInterface $container + * @param ContainerInterface $container */ public function setContainer(ContainerInterface $container); diff --git a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/HookableConfigurationMapperInterface.php b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/HookableConfigurationMapperInterface.php index fe5874612b..ea55b528b1 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/HookableConfigurationMapperInterface.php +++ b/src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/HookableConfigurationMapperInterface.php @@ -25,7 +25,10 @@ interface HookableConfigurationMapperInterface extends ConfigurationMapperInterf * * @return mixed */ - public function preMap(array $config, ContextualizerInterface $contextualizer); + public function preMap( + array $config, + ContextualizerInterface $contextualizer + ); /** * This method is called by the ConfigurationProcessor after looping over available scopes. @@ -39,5 +42,8 @@ public function preMap(array $config, ContextualizerInterface $contextualizer); * * @return mixed */ - public function postMap(array $config, ContextualizerInterface $contextualizer); + public function postMap( + array $config, + ContextualizerInterface $contextualizer + ); } diff --git a/src/bundle/Core/DependencyInjection/Configuration/Suggestion/Collector/SuggestionCollector.php b/src/bundle/Core/DependencyInjection/Configuration/Suggestion/Collector/SuggestionCollector.php index c6c98e949d..413736268a 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Suggestion/Collector/SuggestionCollector.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Suggestion/Collector/SuggestionCollector.php @@ -11,13 +11,13 @@ class SuggestionCollector implements SuggestionCollectorInterface { - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\Suggestion\ConfigSuggestion[] */ + /** @var ConfigSuggestion[] */ private $suggestions = []; /** * Adds a config suggestion to the list. * - * @param \Ibexa\Bundle\Core\DependencyInjection\Configuration\Suggestion\ConfigSuggestion $suggestion + * @param ConfigSuggestion $suggestion */ public function addSuggestion(ConfigSuggestion $suggestion) { @@ -27,7 +27,7 @@ public function addSuggestion(ConfigSuggestion $suggestion) /** * Returns all config suggestions. * - * @return \Ibexa\Bundle\Core\DependencyInjection\Configuration\Suggestion\ConfigSuggestion[] + * @return ConfigSuggestion[] */ public function getSuggestions() { diff --git a/src/bundle/Core/DependencyInjection/Configuration/Suggestion/Collector/SuggestionCollectorInterface.php b/src/bundle/Core/DependencyInjection/Configuration/Suggestion/Collector/SuggestionCollectorInterface.php index cc8d964265..c885f71cbf 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Suggestion/Collector/SuggestionCollectorInterface.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Suggestion/Collector/SuggestionCollectorInterface.php @@ -17,14 +17,14 @@ interface SuggestionCollectorInterface /** * Adds a config suggestion to the list. * - * @param \Ibexa\Bundle\Core\DependencyInjection\Configuration\Suggestion\ConfigSuggestion $suggestion + * @param ConfigSuggestion $suggestion */ public function addSuggestion(ConfigSuggestion $suggestion); /** * Returns all config suggestions. * - * @return \Ibexa\Bundle\Core\DependencyInjection\Configuration\Suggestion\ConfigSuggestion[] + * @return ConfigSuggestion[] */ public function getSuggestions(); diff --git a/src/bundle/Core/DependencyInjection/Configuration/Suggestion/ConfigSuggestion.php b/src/bundle/Core/DependencyInjection/Configuration/Suggestion/ConfigSuggestion.php index f64c5ca1cd..936172603a 100644 --- a/src/bundle/Core/DependencyInjection/Configuration/Suggestion/ConfigSuggestion.php +++ b/src/bundle/Core/DependencyInjection/Configuration/Suggestion/ConfigSuggestion.php @@ -32,8 +32,11 @@ class ConfigSuggestion /** @var bool */ private $mandatory; - public function __construct($message = null, array $suggestion = [], $mandatory = false) - { + public function __construct( + $message = null, + array $suggestion = [], + $mandatory = false + ) { $this->message = $message; $this->suggestion = $suggestion; $this->mandatory = $mandatory; diff --git a/src/bundle/Core/DependencyInjection/IbexaCoreExtension.php b/src/bundle/Core/DependencyInjection/IbexaCoreExtension.php index 854d1d057d..170be79094 100644 --- a/src/bundle/Core/DependencyInjection/IbexaCoreExtension.php +++ b/src/bundle/Core/DependencyInjection/IbexaCoreExtension.php @@ -50,22 +50,22 @@ class IbexaCoreExtension extends Extension implements PrependExtensionInterface private const DEBUG_PARAM = 'kernel.debug'; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\Suggestion\Collector\SuggestionCollector */ + /** @var SuggestionCollector */ private $suggestionCollector; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\ParserInterface */ + /** @var ParserInterface */ private $mainConfigParser; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\RepositoryConfigParser */ + /** @var RepositoryConfigParser */ private $mainRepositoryConfigParser; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\ParserInterface[] */ + /** @var ParserInterface[] */ private $siteAccessConfigParsers; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\RepositoryConfigParserInterface[] */ + /** @var RepositoryConfigParserInterface[] */ private $repositoryConfigParsers = []; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Security\PolicyProvider\PolicyProviderInterface[] */ + /** @var PolicyProviderInterface[] */ private $policyProviders = []; /** @@ -76,11 +76,13 @@ class IbexaCoreExtension extends Extension implements PrependExtensionInterface */ private $defaultSettingsCollection = []; - /** @var \Ibexa\Bundle\Core\SiteAccess\SiteAccessConfigurationFilter[] */ + /** @var SiteAccessConfigurationFilter[] */ private $siteaccessConfigurationFilters = []; - public function __construct(array $siteAccessConfigParsers = [], array $repositoryConfigParsers = []) - { + public function __construct( + array $siteAccessConfigParsers = [], + array $repositoryConfigParsers = [] + ) { $this->siteAccessConfigParsers = $siteAccessConfigParsers; $this->repositoryConfigParsers = $repositoryConfigParsers; $this->suggestionCollector = new SuggestionCollector(); @@ -95,15 +97,17 @@ public function getAlias(): string * Loads a specific configuration. * * @param mixed[] $configs An array of configuration values - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container A ContainerBuilder instance + * @param ContainerBuilder $container A ContainerBuilder instance * * @throws \Exception - * @throws \InvalidArgumentException When provided tag is not defined in this extension + * @throws InvalidArgumentException When provided tag is not defined in this extension * * @api */ - public function load(array $configs, ContainerBuilder $container): void - { + public function load( + array $configs, + ContainerBuilder $container + ): void { $loader = new Loader\YamlFileLoader( $container, new FileLocator(__DIR__ . '/../Resources/config') @@ -171,8 +175,10 @@ public function load(array $configs, ContainerBuilder $container): void /** * @param array $config */ - public function getConfiguration(array $config, ContainerBuilder $container): ConfigurationInterface - { + public function getConfiguration( + array $config, + ContainerBuilder $container + ): ConfigurationInterface { $configuration = new Configuration( $this->getMainConfigParser(), $this->getMainRepositoryConfigParser(), @@ -198,7 +204,7 @@ public function prepend(ContainerBuilder $container): void } /** - * @return \Ibexa\Bundle\Core\DependencyInjection\Configuration\ParserInterface + * @return ParserInterface */ private function getMainConfigParser() { @@ -249,8 +255,10 @@ private function handleDefaultSettingsLoading(ContainerBuilder $container): void } } - private function registerRepositoriesConfiguration(array $config, ContainerBuilder $container) - { + private function registerRepositoriesConfiguration( + array $config, + ContainerBuilder $container + ) { if (!isset($config['repositories'])) { $config['repositories'] = []; } @@ -264,8 +272,10 @@ private function registerRepositoriesConfiguration(array $config, ContainerBuild $container->setParameter('ibexa.repositories', $config['repositories']); } - private function registerSiteAccessConfiguration(array $config, ContainerBuilder $container) - { + private function registerSiteAccessConfiguration( + array $config, + ContainerBuilder $container + ) { if (!isset($config['siteaccess'])) { $config['siteaccess'] = []; $config['siteaccess']['list'] = ['setup']; @@ -296,8 +306,10 @@ private function registerSiteAccessConfiguration(array $config, ContainerBuilder ConfigurationProcessor::setGroupsBySiteAccess($groupsBySiteaccess); } - private function registerOrmConfiguration(array $config, ContainerBuilder $container): void - { + private function registerOrmConfiguration( + array $config, + ContainerBuilder $container + ): void { if (!isset($config['orm']['entity_mappings'])) { return; } @@ -306,8 +318,10 @@ private function registerOrmConfiguration(array $config, ContainerBuilder $conta $container->setParameter('ibexa.orm.entity_mappings', $entityMappings); } - private function registerUITranslationsConfiguration(array $config, ContainerBuilder $container): void - { + private function registerUITranslationsConfiguration( + array $config, + ContainerBuilder $container + ): void { $container->setParameter('ibexa.ui.translations.enabled', $config['ui']['translations']['enabled'] ?? false); } @@ -315,11 +329,14 @@ private function registerUITranslationsConfiguration(array $config, ContainerBui * Handle routing parameters. * * @param array $config - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container - * @param \Symfony\Component\DependencyInjection\Loader\FileLoader $loader + * @param ContainerBuilder $container + * @param FileLoader $loader */ - private function handleRouting(array $config, ContainerBuilder $container, FileLoader $loader) - { + private function handleRouting( + array $config, + ContainerBuilder $container, + FileLoader $loader + ) { $loader->load('routing.yml'); $container->setAlias('router', ChainRouter::class); $container->getAlias('router')->setPublic(true); @@ -338,13 +355,15 @@ private function handleRouting(array $config, ContainerBuilder $container, FileL /** * Handle public API loading. * - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container - * @param \Symfony\Component\DependencyInjection\Loader\FileLoader $loader + * @param ContainerBuilder $container + * @param FileLoader $loader * * @throws \Exception */ - private function handleApiLoading(ContainerBuilder $container, FileLoader $loader): void - { + private function handleApiLoading( + ContainerBuilder $container, + FileLoader $loader + ): void { // @todo move settings to Core Bundle Resources // Loading configuration from ./src/lib/Resources/settings $coreLoader = new Loader\YamlFileLoader( @@ -392,22 +411,26 @@ private function handleApiLoading(ContainerBuilder $container, FileLoader $loade /** * Handle templating parameters. * - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container - * @param \Symfony\Component\DependencyInjection\Loader\FileLoader $loader + * @param ContainerBuilder $container + * @param FileLoader $loader */ - private function handleTemplating(ContainerBuilder $container, FileLoader $loader) - { + private function handleTemplating( + ContainerBuilder $container, + FileLoader $loader + ) { $loader->load('templating.yml'); } /** * Handle session parameters. * - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container - * @param \Symfony\Component\DependencyInjection\Loader\FileLoader $loader + * @param ContainerBuilder $container + * @param FileLoader $loader */ - private function handleSessionLoading(ContainerBuilder $container, FileLoader $loader) - { + private function handleSessionLoading( + ContainerBuilder $container, + FileLoader $loader + ) { $loader->load('session.yml'); } @@ -415,13 +438,16 @@ private function handleSessionLoading(ContainerBuilder $container, FileLoader $l * Handle cache parameters. * * @param array $config - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container - * @param \Symfony\Component\DependencyInjection\Loader\FileLoader $loader + * @param ContainerBuilder $container + * @param FileLoader $loader * - * @throws \InvalidArgumentException + * @throws InvalidArgumentException */ - private function handleCache(array $config, ContainerBuilder $container, FileLoader $loader) - { + private function handleCache( + array $config, + ContainerBuilder $container, + FileLoader $loader + ) { $loader->load('cache.yml'); if (isset($config['http_cache']['purge_type'])) { @@ -443,11 +469,14 @@ private function handleCache(array $config, ContainerBuilder $container, FileLoa * Handle locale parameters. * * @param array $config - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container - * @param \Symfony\Component\DependencyInjection\Loader\FileLoader $loader + * @param ContainerBuilder $container + * @param FileLoader $loader */ - private function handleLocale(array $config, ContainerBuilder $container, FileLoader $loader) - { + private function handleLocale( + array $config, + ContainerBuilder $container, + FileLoader $loader + ) { $loader->load('locale.yml'); $container->setParameter( 'ibexa.locale.conversion_map', @@ -459,21 +488,27 @@ private function handleLocale(array $config, ContainerBuilder $container, FileLo * Handle helpers. * * @param array $config - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container - * @param \Symfony\Component\DependencyInjection\Loader\FileLoader $loader + * @param ContainerBuilder $container + * @param FileLoader $loader */ - private function handleHelpers(array $config, ContainerBuilder $container, FileLoader $loader) - { + private function handleHelpers( + array $config, + ContainerBuilder $container, + FileLoader $loader + ) { $loader->load('helpers.yml'); } /** * @param array $config - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container - * @param \Symfony\Component\DependencyInjection\Loader\FileLoader $loader + * @param ContainerBuilder $container + * @param FileLoader $loader */ - private function handleImage(array $config, ContainerBuilder $container, FileLoader $loader) - { + private function handleImage( + array $config, + ContainerBuilder $container, + FileLoader $loader + ) { $loader->load('image.yml'); $providers = []; @@ -490,8 +525,11 @@ private function handleImage(array $config, ContainerBuilder $container, FileLoa $container->setParameter('ibexa.io.images.alias.placeholder_provider', $providers); } - private function handleUrlChecker($config, ContainerBuilder $container, FileLoader $loader) - { + private function handleUrlChecker( + $config, + ContainerBuilder $container, + FileLoader $loader + ) { $loader->load('url_checker.yml'); } @@ -517,7 +555,7 @@ private function buildPolicyMap(ContainerBuilder $container) * * @since 6.0 * - * @param \Ibexa\Bundle\Core\DependencyInjection\Security\PolicyProvider\PolicyProviderInterface $policyProvider + * @param PolicyProviderInterface $policyProvider */ public function addPolicyProvider(PolicyProviderInterface $policyProvider) { @@ -538,7 +576,7 @@ public function addPolicyProvider(PolicyProviderInterface $policyProvider) * * @since 6.0 * - * @param \Ibexa\Bundle\Core\DependencyInjection\Configuration\ParserInterface $configParser + * @param ParserInterface $configParser */ public function addConfigParser(ParserInterface $configParser) { @@ -570,8 +608,10 @@ public function addRepositoryConfigParser(RepositoryConfigParserInterface $confi * @param string $fileLocation * @param array $files */ - public function addDefaultSettings($fileLocation, array $files) - { + public function addDefaultSettings( + $fileLocation, + array $files + ) { $this->defaultSettingsCollection[$fileLocation] = $files; } @@ -582,10 +622,12 @@ public function addSiteAccessConfigurationFilter(SiteAccessConfigurationFilter $ /** * @param array $config - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container + * @param ContainerBuilder $container */ - private function registerUrlAliasConfiguration(array $config, ContainerBuilder $container) - { + private function registerUrlAliasConfiguration( + array $config, + ContainerBuilder $container + ) { if (!isset($config['url_alias'])) { $config['url_alias'] = ['slug_converter' => []]; } @@ -594,7 +636,7 @@ private function registerUrlAliasConfiguration(array $config, ContainerBuilder $ } /** - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container + * @param ContainerBuilder $container */ private function prependTranslatorConfiguration(ContainerBuilder $container) { @@ -665,10 +707,12 @@ static function (array $repository): string { /** * @param array $config - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container + * @param ContainerBuilder $container */ - private function registerUrlWildcardsConfiguration(array $config, ContainerBuilder $container): void - { + private function registerUrlWildcardsConfiguration( + array $config, + ContainerBuilder $container + ): void { $container->setParameter('ibexa.url_wildcards.enabled', $config['url_wildcards']['enabled'] ?? false); } @@ -676,11 +720,14 @@ private function registerUrlWildcardsConfiguration(array $config, ContainerBuild * Loads configuration for UrlWildcardsRouter service if enabled. * * @param array $config - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container - * @param \Symfony\Component\DependencyInjection\Loader\FileLoader $loader + * @param ContainerBuilder $container + * @param FileLoader $loader */ - private function handleUrlWildcards(array $config, ContainerBuilder $container, Loader\YamlFileLoader $loader) - { + private function handleUrlWildcards( + array $config, + ContainerBuilder $container, + Loader\YamlFileLoader $loader + ) { if ($container->getParameter('ibexa.url_wildcards.enabled')) { $loader->load('url_wildcard.yml'); } diff --git a/src/bundle/Core/DependencyInjection/Security/PolicyProvider/PoliciesConfigBuilder.php b/src/bundle/Core/DependencyInjection/Security/PolicyProvider/PoliciesConfigBuilder.php index 3cff590d2a..b3cbc4691c 100644 --- a/src/bundle/Core/DependencyInjection/Security/PolicyProvider/PoliciesConfigBuilder.php +++ b/src/bundle/Core/DependencyInjection/Security/PolicyProvider/PoliciesConfigBuilder.php @@ -53,8 +53,11 @@ public function addResource(ResourceInterface $resource) * * @return bool */ - private function policyExists(array $policyMap, $module, $function): bool - { + private function policyExists( + array $policyMap, + $module, + $function + ): bool { return array_key_exists($module, $policyMap) && array_key_exists($function, $policyMap[$module]); } } diff --git a/src/bundle/Core/DependencyInjection/Security/PolicyProvider/PolicyProviderInterface.php b/src/bundle/Core/DependencyInjection/Security/PolicyProvider/PolicyProviderInterface.php index e86bdc107e..94a07da38d 100644 --- a/src/bundle/Core/DependencyInjection/Security/PolicyProvider/PolicyProviderInterface.php +++ b/src/bundle/Core/DependencyInjection/Security/PolicyProvider/PolicyProviderInterface.php @@ -8,6 +8,7 @@ namespace Ibexa\Bundle\Core\DependencyInjection\Security\PolicyProvider; use Ibexa\Bundle\Core\DependencyInjection\Configuration\ConfigBuilderInterface; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; /** * Interface for DIC extensions which provide policies to be exposed for permissions in the Repository. @@ -18,7 +19,7 @@ * * Each function can provide a collection of limitations. * These need to be implemented as "limitation types" and declared as services with "ibexa.permissions.limitation_type" service tag. - * Limitation types also provide value objects based on {@see \Ibexa\Contracts\Core\Repository\Values\User\Limitation} abstract class. + * Limitation types also provide value objects based on {@see Limitation} abstract class. * * @since 6.0 */ diff --git a/src/bundle/Core/DependencyInjection/ServiceTags.php b/src/bundle/Core/DependencyInjection/ServiceTags.php index ca2101a7f3..474fb6f719 100644 --- a/src/bundle/Core/DependencyInjection/ServiceTags.php +++ b/src/bundle/Core/DependencyInjection/ServiceTags.php @@ -8,6 +8,9 @@ namespace Ibexa\Bundle\Core\DependencyInjection; +use Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; + /** * "Enum" for the Symfony Service tag names provided by the Extension. */ @@ -15,13 +18,13 @@ class ServiceTags { /** * Auto-configured tag name for - * {@see \Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder}. + * {@see CriterionQueryBuilder}. */ public const FILTERING_CRITERION_QUERY_BUILDER = 'ibexa.filter.criterion.query.builder'; /** * Auto-configured tag name for - * {@see \Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder}. + * {@see SortClauseQueryBuilder}. */ public const FILTERING_SORT_CLAUSE_QUERY_BUILDER = 'ibexa.filter.sort_clause.query.builder'; } diff --git a/src/bundle/Core/Entity/EntityManagerFactory.php b/src/bundle/Core/Entity/EntityManagerFactory.php index 1ee90755df..8b84b02897 100644 --- a/src/bundle/Core/Entity/EntityManagerFactory.php +++ b/src/bundle/Core/Entity/EntityManagerFactory.php @@ -17,7 +17,7 @@ */ class EntityManagerFactory { - /** @phpstan-var \Symfony\Component\DependencyInjection\ServiceLocator<\Doctrine\ORM\EntityManagerInterface> */ + /** @phpstan-var ServiceLocator */ private ServiceLocator $serviceLocator; /** @var string */ @@ -27,7 +27,7 @@ class EntityManagerFactory private array $entityManagers; /** - * @phpstan-param \Symfony\Component\DependencyInjection\ServiceLocator<\Doctrine\ORM\EntityManagerInterface> $serviceLocator + * @phpstan-param ServiceLocator $serviceLocator */ public function __construct( private readonly RepositoryConfigurationProviderInterface $repositoryConfigurationProvider, diff --git a/src/bundle/Core/EventListener/BackgroundIndexingTerminateListener.php b/src/bundle/Core/EventListener/BackgroundIndexingTerminateListener.php index 5301a1a020..73ce6f2f26 100644 --- a/src/bundle/Core/EventListener/BackgroundIndexingTerminateListener.php +++ b/src/bundle/Core/EventListener/BackgroundIndexingTerminateListener.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; use Ibexa\Contracts\Core\Persistence\Content\Location; +use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Persistence\Handler as PersistenceHandler; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Search\Handler as SearchHandler; @@ -26,20 +27,22 @@ class BackgroundIndexingTerminateListener implements BackgroundIndexerInterface, { use LoggerAwareTrait; - /** @var \Ibexa\Contracts\Core\Persistence\Handler */ + /** @var Handler */ protected $persistenceHandler; - /** @var \Ibexa\Contracts\Core\Search\Handler */ + /** @var SearchHandler */ protected $searchHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\ContentInfo[] */ + /** @var ContentInfo[] */ protected $contentInfo = []; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location[] */ + /** @var Location[] */ protected $locations = []; - public function __construct(PersistenceHandler $persistenceHandler, SearchHandler $searchHandler) - { + public function __construct( + PersistenceHandler $persistenceHandler, + SearchHandler $searchHandler + ) { $this->persistenceHandler = $persistenceHandler; $this->searchHandler = $searchHandler; } diff --git a/src/bundle/Core/EventListener/CacheViewResponseListener.php b/src/bundle/Core/EventListener/CacheViewResponseListener.php index 07104ce4a7..ed9f61b9b1 100644 --- a/src/bundle/Core/EventListener/CacheViewResponseListener.php +++ b/src/bundle/Core/EventListener/CacheViewResponseListener.php @@ -20,7 +20,7 @@ */ class CacheViewResponseListener implements EventSubscriberInterface { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; public function __construct(ConfigResolverInterface $configResolver) diff --git a/src/bundle/Core/EventListener/ConfigScopeListener.php b/src/bundle/Core/EventListener/ConfigScopeListener.php index f9c9088a47..1065b0d9a8 100644 --- a/src/bundle/Core/EventListener/ConfigScopeListener.php +++ b/src/bundle/Core/EventListener/ConfigScopeListener.php @@ -8,22 +8,24 @@ namespace Ibexa\Bundle\Core\EventListener; use Ibexa\Contracts\Core\MVC\EventSubscriber\ConfigScopeChangeSubscriber; +use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Symfony\Configuration\VersatileScopeInterface; use Ibexa\Core\MVC\Symfony\Event\ScopeChangeEvent; use Ibexa\Core\MVC\Symfony\MVCEvents; use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessAware; use Ibexa\Core\MVC\Symfony\View\ViewManagerInterface; +use Ibexa\Core\MVC\Symfony\View\ViewProvider; use Symfony\Component\EventDispatcher\EventSubscriberInterface; class ConfigScopeListener implements EventSubscriberInterface, ConfigScopeChangeSubscriber { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface[] */ + /** @var ConfigResolverInterface[] */ private $configResolvers; - /** @var \Ibexa\Core\MVC\Symfony\View\ViewManagerInterface|\Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessAware */ + /** @var ViewManagerInterface|SiteAccessAware */ private $viewManager; - /** @var \Ibexa\Core\MVC\Symfony\View\ViewProvider[]|\Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessAware[] */ + /** @var ViewProvider[]|SiteAccessAware[] */ private $viewProviders; public function __construct( diff --git a/src/bundle/Core/EventListener/ConsoleCommandListener.php b/src/bundle/Core/EventListener/ConsoleCommandListener.php index ab882de5c5..a06fb960a8 100644 --- a/src/bundle/Core/EventListener/ConsoleCommandListener.php +++ b/src/bundle/Core/EventListener/ConsoleCommandListener.php @@ -12,6 +12,7 @@ use Ibexa\Core\MVC\Symfony\MVCEvents; use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessAware; +use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface; use Symfony\Component\Console\ConsoleEvents; use Symfony\Component\Console\Event\ConsoleCommandEvent; use Symfony\Component\EventDispatcher\EventDispatcherInterface; @@ -22,13 +23,13 @@ class ConsoleCommandListener implements EventSubscriberInterface, SiteAccessAwar /** @var string */ private $defaultSiteAccessName; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface */ + /** @var SiteAccessProviderInterface */ private $siteAccessProvider; - /** @var \Symfony\Component\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ private $eventDispatcher; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess|null */ + /** @var SiteAccess|null */ private $siteAccess; /** @var bool */ @@ -36,7 +37,7 @@ class ConsoleCommandListener implements EventSubscriberInterface, SiteAccessAwar public function __construct( string $defaultSiteAccessName, - SiteAccess\SiteAccessProviderInterface $siteAccessProvider, + SiteAccessProviderInterface $siteAccessProvider, EventDispatcherInterface $eventDispatcher, bool $debug = false ) { diff --git a/src/bundle/Core/EventListener/ContentDownloadRouteReferenceListener.php b/src/bundle/Core/EventListener/ContentDownloadRouteReferenceListener.php index 16e269c4f1..914959c5dc 100644 --- a/src/bundle/Core/EventListener/ContentDownloadRouteReferenceListener.php +++ b/src/bundle/Core/EventListener/ContentDownloadRouteReferenceListener.php @@ -29,7 +29,7 @@ class ContentDownloadRouteReferenceListener implements EventSubscriberInterface public const OPT_SITEACCESS = 'siteaccess'; public const OPT_VERSION = 'version'; - /** @var \Ibexa\Core\Helper\TranslationHelper */ + /** @var TranslationHelper */ private $translationHelper; public function __construct(TranslationHelper $translationHelper) @@ -45,7 +45,7 @@ public static function getSubscribedEvents(): array } /** - * @throws \InvalidArgumentException If the required arguments are not correct + * @throws InvalidArgumentException If the required arguments are not correct */ public function onRouteReferenceGeneration(RouteReferenceGenerationEvent $event) { diff --git a/src/bundle/Core/EventListener/ExceptionListener.php b/src/bundle/Core/EventListener/ExceptionListener.php index 9691d314c7..a7a0023dd6 100644 --- a/src/bundle/Core/EventListener/ExceptionListener.php +++ b/src/bundle/Core/EventListener/ExceptionListener.php @@ -26,7 +26,7 @@ class ExceptionListener implements EventSubscriberInterface { - /** @var \Symfony\Contracts\Translation\TranslatorInterface */ + /** @var TranslatorInterface */ private $translator; public function __construct(TranslatorInterface $translator) @@ -65,7 +65,7 @@ public function onKernelException(ExceptionEvent $event) /** * Translates the exception message if it is translatable. * - * @param \Exception $exception + * @param Exception $exception * * @return string */ diff --git a/src/bundle/Core/EventListener/IndexRequestListener.php b/src/bundle/Core/EventListener/IndexRequestListener.php index 3b76b42207..27b65b240e 100644 --- a/src/bundle/Core/EventListener/IndexRequestListener.php +++ b/src/bundle/Core/EventListener/IndexRequestListener.php @@ -15,7 +15,7 @@ class IndexRequestListener implements EventSubscriberInterface { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ protected $configResolver; public function __construct(ConfigResolverInterface $configResolver) @@ -36,7 +36,7 @@ public static function getSubscribedEvents(): array /** * Checks if the IndexPage is configured and which page must be shown. * - * @param \Symfony\Component\HttpKernel\Event\RequestEvent $event + * @param RequestEvent $event */ public function onKernelRequestIndex(RequestEvent $event) { diff --git a/src/bundle/Core/EventListener/LocaleListener.php b/src/bundle/Core/EventListener/LocaleListener.php index 89ce7b6864..b0ed2fc04a 100644 --- a/src/bundle/Core/EventListener/LocaleListener.php +++ b/src/bundle/Core/EventListener/LocaleListener.php @@ -20,17 +20,20 @@ */ class LocaleListener implements EventSubscriberInterface { - /** @var \Symfony\Component\HttpKernel\EventListener\LocaleListener */ + /** @var BaseLocaleListener */ private $innerListener; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; - /** @var \Ibexa\Core\MVC\Symfony\Locale\LocaleConverterInterface */ + /** @var LocaleConverterInterface */ private $localeConverter; - public function __construct(BaseLocaleListener $innerListener, ConfigResolverInterface $configResolver, LocaleConverterInterface $localeConverter) - { + public function __construct( + BaseLocaleListener $innerListener, + ConfigResolverInterface $configResolver, + LocaleConverterInterface $localeConverter + ) { $this->innerListener = $innerListener; $this->configResolver = $configResolver; $this->localeConverter = $localeConverter; diff --git a/src/bundle/Core/EventListener/PreviewRequestListener.php b/src/bundle/Core/EventListener/PreviewRequestListener.php index 2b752f1dd8..b939fab4a1 100644 --- a/src/bundle/Core/EventListener/PreviewRequestListener.php +++ b/src/bundle/Core/EventListener/PreviewRequestListener.php @@ -16,7 +16,7 @@ class PreviewRequestListener implements EventSubscriberInterface { - /** @var \Symfony\Component\HttpFoundation\RequestStack */ + /** @var RequestStack */ private $requestStack; public function __construct(RequestStack $requestStack) @@ -32,7 +32,7 @@ public static function getSubscribedEvents(): array } /** - * @param \Symfony\Component\HttpKernel\Event\RequestEvent $event + * @param RequestEvent $event */ public function onKernelRequest(RequestEvent $event): void { diff --git a/src/bundle/Core/EventListener/RequestEventListener.php b/src/bundle/Core/EventListener/RequestEventListener.php index 31aed0bcb6..a566261a53 100644 --- a/src/bundle/Core/EventListener/RequestEventListener.php +++ b/src/bundle/Core/EventListener/RequestEventListener.php @@ -8,6 +8,7 @@ namespace Ibexa\Bundle\Core\EventListener; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; +use Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter; use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\SiteAccess\URILexer; use Psr\Log\LoggerInterface; @@ -22,20 +23,24 @@ class RequestEventListener implements EventSubscriberInterface { - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ private $logger; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; /** @var string */ private $defaultSiteAccess; - /** @var \Symfony\Component\Routing\RouterInterface */ + /** @var RouterInterface */ private $router; - public function __construct(ConfigResolverInterface $configResolver, RouterInterface $router, $defaultSiteAccess, ?LoggerInterface $logger = null) - { + public function __construct( + ConfigResolverInterface $configResolver, + RouterInterface $router, + $defaultSiteAccess, + ?LoggerInterface $logger = null + ) { $this->configResolver = $configResolver; $this->defaultSiteAccess = $defaultSiteAccess; $this->router = $router; @@ -53,7 +58,7 @@ public static function getSubscribedEvents(): array } /** - * @param \Symfony\Component\HttpKernel\Event\RequestEvent $event + * @param RequestEvent $event */ public function onKernelRequestForward(RequestEvent $event) { @@ -102,9 +107,9 @@ public function onKernelRequestForward(RequestEvent $event) * * Note: The event propagation will be stopped to ensure that no response can be set later and override the redirection. * - * @param \Symfony\Component\HttpKernel\Event\RequestEvent $event + * @param RequestEvent $event * - * @see \Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter + * @see UrlAliasRouter */ public function onKernelRequestRedirect(RequestEvent $event) { diff --git a/src/bundle/Core/EventListener/RoutingListener.php b/src/bundle/Core/EventListener/RoutingListener.php index 4bd5f241de..e83d8ee903 100644 --- a/src/bundle/Core/EventListener/RoutingListener.php +++ b/src/bundle/Core/EventListener/RoutingListener.php @@ -19,17 +19,20 @@ */ class RoutingListener implements EventSubscriberInterface { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; - /** @var \Symfony\Component\Routing\RouterInterface */ + /** @var RouterInterface */ private $urlAliasRouter; - /** @var \Ibexa\Core\MVC\Symfony\Routing\Generator */ + /** @var Generator */ private $urlAliasGenerator; - public function __construct(ConfigResolverInterface $configResolver, RouterInterface $urlAliasRouter, Generator $urlAliasGenerator) - { + public function __construct( + ConfigResolverInterface $configResolver, + RouterInterface $urlAliasRouter, + Generator $urlAliasGenerator + ) { $this->configResolver = $configResolver; $this->urlAliasRouter = $urlAliasRouter; $this->urlAliasGenerator = $urlAliasGenerator; diff --git a/src/bundle/Core/EventListener/SessionSetDynamicNameListener.php b/src/bundle/Core/EventListener/SessionSetDynamicNameListener.php index 5b5d6b7134..d921f04500 100644 --- a/src/bundle/Core/EventListener/SessionSetDynamicNameListener.php +++ b/src/bundle/Core/EventListener/SessionSetDynamicNameListener.php @@ -31,8 +31,7 @@ public function __construct( private ConfigResolverInterface $configResolver, private SessionStorageFactoryInterface $sessionStorageFactory - ) { - } + ) {} public static function getSubscribedEvents(): array { @@ -64,8 +63,10 @@ public function onSiteAccessMatch(PostSiteAccessMatchEvent $event): void $sessionStorage->setOptions($sessionOptions); } - private function getSessionName(string $sessionName, SiteAccess $siteAccess): string - { + private function getSessionName( + string $sessionName, + SiteAccess $siteAccess + ): string { // Add session prefix if needed. if (!str_starts_with($sessionName, self::SESSION_NAME_PREFIX)) { $sessionName = self::SESSION_NAME_PREFIX . '_' . $sessionName; diff --git a/src/bundle/Core/EventListener/SiteAccessListener.php b/src/bundle/Core/EventListener/SiteAccessListener.php index 07b70100e6..d33b3d7712 100644 --- a/src/bundle/Core/EventListener/SiteAccessListener.php +++ b/src/bundle/Core/EventListener/SiteAccessListener.php @@ -18,7 +18,7 @@ */ class SiteAccessListener implements EventSubscriberInterface { - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ private $siteaccess; public function __construct( diff --git a/src/bundle/Core/EventListener/ViewControllerListener.php b/src/bundle/Core/EventListener/ViewControllerListener.php index 35a7d5a2a9..2db12b7a62 100644 --- a/src/bundle/Core/EventListener/ViewControllerListener.php +++ b/src/bundle/Core/EventListener/ViewControllerListener.php @@ -12,25 +12,27 @@ use Ibexa\Core\MVC\Symfony\View\Event\FilterViewBuilderParametersEvent; use Ibexa\Core\MVC\Symfony\View\ViewEvents; use Psr\Log\LoggerInterface; +use Symfony\Component\EventDispatcher\EventDispatcher; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\HttpKernel\Controller\ControllerReference; use Symfony\Component\HttpKernel\Controller\ControllerResolverInterface; use Symfony\Component\HttpKernel\Event\ControllerEvent; use Symfony\Component\HttpKernel\KernelEvents; +use Symfony\Component\Security\Core\Exception\AccessDeniedException; class ViewControllerListener implements EventSubscriberInterface { - /** @var \Symfony\Component\HttpKernel\Controller\ControllerResolverInterface */ + /** @var ControllerResolverInterface */ private $controllerResolver; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ private $logger; - /** @var \Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilderRegistry */ + /** @var ViewBuilderRegistry */ private $viewBuilderRegistry; - /** @var \Symfony\Component\EventDispatcher\EventDispatcher */ + /** @var EventDispatcher */ private $eventDispatcher; public function __construct( @@ -53,9 +55,9 @@ public static function getSubscribedEvents(): array /** * Configures the View for Ibexa View controllers. * - * @param \Symfony\Component\HttpKernel\Event\ControllerEvent $event + * @param ControllerEvent $event * - * @throws \Symfony\Component\Security\Core\Exception\AccessDeniedException + * @throws AccessDeniedException */ public function getController(ControllerEvent $event) { diff --git a/src/bundle/Core/EventListener/ViewRendererListener.php b/src/bundle/Core/EventListener/ViewRendererListener.php index 0693f9082b..1374922780 100644 --- a/src/bundle/Core/EventListener/ViewRendererListener.php +++ b/src/bundle/Core/EventListener/ViewRendererListener.php @@ -7,6 +7,7 @@ namespace Ibexa\Bundle\Core\EventListener; +use Ibexa\Core\MVC\Symfony\View\Renderer; use Ibexa\Core\MVC\Symfony\View\Renderer as ViewRenderer; use Ibexa\Core\MVC\Symfony\View\View; use Symfony\Component\EventDispatcher\EventSubscriberInterface; @@ -16,7 +17,7 @@ class ViewRendererListener implements EventSubscriberInterface { - /** @var \Ibexa\Core\MVC\Symfony\View\Renderer */ + /** @var Renderer */ private $viewRenderer; public function __construct(ViewRenderer $viewRenderer) diff --git a/src/bundle/Core/Features/Context/BasicContentContext.php b/src/bundle/Core/Features/Context/BasicContentContext.php index bce55e131a..9beaed6010 100644 --- a/src/bundle/Core/Features/Context/BasicContentContext.php +++ b/src/bundle/Core/Features/Context/BasicContentContext.php @@ -28,13 +28,13 @@ class BasicContentContext implements Context */ private $contentPaths = []; - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeService */ private $contentTypeService; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; public function __construct( @@ -56,8 +56,11 @@ public function __construct( * * @return mixed The content's main location id */ - public function createContent($contentType, $fields, $parentLocationId) - { + public function createContent( + $contentType, + $fields, + $parentLocationId + ) { $languageCode = self::DEFAULT_LANGUAGE; $content = $this->createContentDraft($parentLocationId, $contentType, $fields, $languageCode); $content = $this->contentService->publishVersion($content->versionInfo); @@ -81,10 +84,14 @@ public function publishDraft(Content $content) * @param string $languageCode * @param array $fields Fields, as primitives understood by setField * - * @return \Ibexa\Core\Repository\Values\Content\Content an unpublished Content draft + * @return Content an unpublished Content draft */ - public function createContentDraft($parentLocationId, $contentTypeIdentifier, $fields, $languageCode = null) - { + public function createContentDraft( + $parentLocationId, + $contentTypeIdentifier, + $fields, + $languageCode = null + ) { $languageCode = $languageCode ?: self::DEFAULT_LANGUAGE; $locationCreateStruct = $this->repository->getLocationService()->newLocationCreateStruct($parentLocationId); $contentTypeIdentifier = $this->contentTypeService->loadContentTypeByIdentifier($contentTypeIdentifier); @@ -106,8 +113,11 @@ public function createContentDraft($parentLocationId, $contentTypeIdentifier, $f * * @return mixed location id of the created content */ - public function createContentWithPath($path, $fields, $contentType) - { + public function createContentWithPath( + $path, + $fields, + $contentType + ) { $contentsName = explode('/', $path); $currentPath = ''; $location = '2'; diff --git a/src/bundle/Core/Features/Context/ConsoleContext.php b/src/bundle/Core/Features/Context/ConsoleContext.php index b5a4b0df6a..dfb1f9ed9c 100644 --- a/src/bundle/Core/Features/Context/ConsoleContext.php +++ b/src/bundle/Core/Features/Context/ConsoleContext.php @@ -15,7 +15,7 @@ class ConsoleContext implements Context { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; /** @var string[] */ @@ -34,7 +34,7 @@ class ConsoleContext implements Context private $it = []; /** - * @param \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface $configResolver + * @param ConfigResolverInterface $configResolver * @param string[] $siteaccessList * @param string $defaultSiteaccess */ @@ -90,8 +90,10 @@ public function iExpectItToBeExecutedWithTheDefaultOne() /** * @Given /^that there is a "([^"]*)" siteaccess$/ */ - public function thereIsASiteaccess($expectedSiteaccessName, $default = false) - { + public function thereIsASiteaccess( + $expectedSiteaccessName, + $default = false + ) { $found = false; $siteaccessList = $this->getConfigResolver()->getParameter('siteaccess.list'); @@ -131,8 +133,10 @@ public function iRunAConsoleScriptWithIt() $this->it['siteaccess'] = $this->scriptOutput; } - private function iRunTheCommand($command, $siteaccess = null) - { + private function iRunTheCommand( + $command, + $siteaccess = null + ) { $phpFinder = new PhpExecutableFinder(); if (!$phpPath = $phpFinder->find(false)) { throw new \RuntimeException('The php executable could not be found. Add it to your PATH environment variable and try again'); @@ -197,7 +201,7 @@ private function getNonDefaultSiteaccessName() } /** - * @return \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface + * @return ConfigResolverInterface */ private function getConfigResolver() { diff --git a/src/bundle/Core/Features/Context/ContentContext.php b/src/bundle/Core/Features/Context/ContentContext.php index c35ffd6d7a..47b9fdc855 100644 --- a/src/bundle/Core/Features/Context/ContentContext.php +++ b/src/bundle/Core/Features/Context/ContentContext.php @@ -15,13 +15,13 @@ class ContentContext implements Context, SnippetAcceptingContext { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content */ + /** @var Content */ private $currentContent; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content */ + /** @var Content */ private $currentDraft; - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; public function __construct(Repository $repository) @@ -63,10 +63,12 @@ public function iCreateADraftOfAnExistingContentItem() * @param string $contentTypeIdentifier * @param array $fields Hash of field def identifier => field value * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content the created content item. + * @return Content the created content item. */ - public function createContentItem($contentTypeIdentifier, array $fields) - { + public function createContentItem( + $contentTypeIdentifier, + array $fields + ) { $draft = $this->createDraft($contentTypeIdentifier, $fields); $this->currentContent = $this->repository->sudo( @@ -126,10 +128,12 @@ public function updateDraft($fields) * @param string $contentTypeIdentifier * @param array $fields Hash of field def identifier => field value * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content the created draft. + * @return Content the created draft. */ - public function createDraft($contentTypeIdentifier, array $fields) - { + public function createDraft( + $contentTypeIdentifier, + array $fields + ) { $contentService = $this->repository->getContentService(); $createStruct = $contentService->newContentCreateStruct( diff --git a/src/bundle/Core/Features/Context/ContentPreviewContext.php b/src/bundle/Core/Features/Context/ContentPreviewContext.php index 07d8048107..c09bf3fa92 100644 --- a/src/bundle/Core/Features/Context/ContentPreviewContext.php +++ b/src/bundle/Core/Features/Context/ContentPreviewContext.php @@ -14,7 +14,7 @@ class ContentPreviewContext extends RawMinkContext { - /** @var \Ibexa\Bundle\Core\Features\Context\ContentContext */ + /** @var ContentContext */ private $contentContext; /** @BeforeScenario */ diff --git a/src/bundle/Core/Features/Context/ContentTypeContext.php b/src/bundle/Core/Features/Context/ContentTypeContext.php index c7068a4bbd..f52e207944 100644 --- a/src/bundle/Core/Features/Context/ContentTypeContext.php +++ b/src/bundle/Core/Features/Context/ContentTypeContext.php @@ -11,6 +11,8 @@ use Behat\Gherkin\Node\TableNode; use Ibexa\Contracts\Core\Repository\ContentTypeService; use Ibexa\Contracts\Core\Repository\Exceptions as ApiExceptions; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup; use PHPUnit\Framework\Assert as Assertion; /** @@ -28,7 +30,7 @@ class ContentTypeContext implements Context */ public const DEFAULT_LANGUAGE = 'eng-GB'; - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeService */ protected $contentTypeService; public function __construct(ContentTypeService $contentTypeService) @@ -105,8 +107,10 @@ public function assertContentTypeDoesntExistsByIdentifier($identifier) * * Verifies that a content type with $identifier exists in group with identifier $groupIdentifier. */ - public function assertContentTypeExistsByIdentifierOnGroup($identifier, $groupIdentifier) - { + public function assertContentTypeExistsByIdentifierOnGroup( + $identifier, + $groupIdentifier + ) { Assertion::assertTrue( $this->checkContentTypeExistenceByIdentifier($identifier, $groupIdentifier), "Couldn't find content type with identifier '$identifier' on '$groupIdentifier." @@ -119,10 +123,12 @@ public function assertContentTypeExistsByIdentifierOnGroup($identifier, $groupId * @param string $identifier Content type identifier * @param bool $throwIfNotFound if true, throws an exception if it is not found. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup|null + * @return ContentTypeGroup|null */ - protected function loadContentTypeByIdentifier($identifier, $throwIfNotFound = true) - { + protected function loadContentTypeByIdentifier( + $identifier, + $throwIfNotFound = true + ) { $contentType = null; try { $contentType = $this->contentTypeService->loadContentTypeByIdentifier($identifier); @@ -145,10 +151,13 @@ protected function loadContentTypeByIdentifier($identifier, $throwIfNotFound = t * @param string $identifier Content type identifier * @param array $fields Content type fields definitions * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ - public function createContentType($groupIdentifier, $identifier, $fields) - { + public function createContentType( + $groupIdentifier, + $identifier, + $fields + ) { $contentTypeService = $this->contentTypeService; $contentTypeGroup = $contentTypeService->loadContentTypeGroupByIdentifier($groupIdentifier); // convert 'some_type' to 'Some Type'; @@ -193,7 +202,7 @@ public function createContentType($groupIdentifier, $identifier, $fields) /** * Remove the given 'ContentType' object. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType */ protected function removeContentType($contentType) { @@ -205,11 +214,13 @@ protected function removeContentType($contentType) } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup + * @param ContentType $contentType + * @param ContentTypeGroup $contentTypeGroup */ - protected function assignContentGroupTypeToContentType($contentType, $contentTypeGroup) - { + protected function assignContentGroupTypeToContentType( + $contentType, + $contentTypeGroup + ) { try { $this->contentTypeService->assignContentTypeGroup($contentType, $contentTypeGroup); } catch (ApiExceptions\InvalidArgumentException $exception) { @@ -224,8 +235,10 @@ protected function assignContentGroupTypeToContentType($contentType, $contentTyp * * @return bool */ - protected function checkContentTypeExistenceByIdentifier($identifier, $groupIdentifier = null): bool - { + protected function checkContentTypeExistenceByIdentifier( + $identifier, + $groupIdentifier = null + ): bool { $contentType = $this->loadContentTypeByIdentifier($identifier, false); if ($contentType && $groupIdentifier) { $contentTypeGroups = $contentType->getContentTypeGroups(); diff --git a/src/bundle/Core/Features/Context/FieldTypeContext.php b/src/bundle/Core/Features/Context/FieldTypeContext.php index eda9980ca9..19a6bfc99b 100644 --- a/src/bundle/Core/Features/Context/FieldTypeContext.php +++ b/src/bundle/Core/Features/Context/FieldTypeContext.php @@ -59,13 +59,13 @@ class FieldTypeContext implements Context 'integer' => 1, ]; - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeService */ private $contentTypeService; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Ibexa\Contracts\Core\Repository\LocationService */ + /** @var LocationService */ private $locationService; public function __construct( @@ -109,8 +109,11 @@ public function getFieldValidator($field) * @param string $name Name of the field, optional, if not specified $fieldType is used * @param bool $required True if the is the field required, optional */ - public function createField($fieldType, $name = null, $required = false) - { + public function createField( + $fieldType, + $name = null, + $required = false + ) { $fieldPosition = $this->getActualFieldPosition(); $name = ($name == null ? $fieldType : $name); $fieldCreateStruct = $this->contentTypeService->newFieldDefinitionCreateStruct( @@ -132,8 +135,11 @@ public function createField($fieldType, $name = null, $required = false) * @param string $value Value of the constraint * @param string $constraint Constraint name */ - public function addValueConstraint($fieldType, $value, $constraint) - { + public function addValueConstraint( + $fieldType, + $value, + $constraint + ) { $validatorName = $this->getFieldValidator($fieldType); $validatorParent = $validatorName . 'Validator'; if ($this->fieldConstructionObject['fieldType']->validatorConfiguration == null) { @@ -153,8 +159,10 @@ public function addValueConstraint($fieldType, $value, $constraint) * @param string $field Name of the field * @param mixed $value Value of the field */ - public function createContent($field, $value) - { + public function createContent( + $field, + $value + ) { $this->setFieldContentState(self::CONTENT_PUBLISHED, $field, $value); } @@ -166,8 +174,11 @@ public function createContent($field, $value) * @param string $field Name of the field, optional * @param mixed $value Value of the field, optional */ - public function setFieldContentState($stateFlag, $field = null, $value = null) - { + public function setFieldContentState( + $stateFlag, + $field = null, + $value = null + ) { if ($stateFlag <= $this->fieldConstructionObject['objectState'] || $stateFlag < self::FIELD_TYPE_NOT_CREATED ) { @@ -204,8 +215,10 @@ public function getFieldContentState() /** * @param mixed $value */ - private function createAndPublishContent(?string $field, $value): void - { + private function createAndPublishContent( + ?string $field, + $value + ): void { $languageCode = self::DEFAULT_LANGUAGE; $locationCreateStruct = $this->locationService->newLocationCreateStruct('2'); @@ -341,8 +354,10 @@ private function getActualFieldPosition() * * Creates a ContentType with only the desired FieldType. */ - public function createContentTypeWithFieldType($fieldType, $name = null) - { + public function createContentTypeWithFieldType( + $fieldType, + $name = null + ) { return $this->createField($fieldType, $name); } @@ -352,8 +367,10 @@ public function createContentTypeWithFieldType($fieldType, $name = null) * * Creates a ContentType with only the desired FieldType. */ - public function createContentTypeWithRequiredFieldType($fieldType, $name = null) - { + public function createContentTypeWithRequiredFieldType( + $fieldType, + $name = null + ) { return $this->createField($fieldType, $name, true); } @@ -363,8 +380,10 @@ public function createContentTypeWithRequiredFieldType($fieldType, $name = null) * * Creates a Content with the previously defined ContentType. */ - public function createContentOfThisType($field = null, $value = null) - { + public function createContentOfThisType( + $field = null, + $value = null + ) { return $this->createContent($field, $value); } @@ -372,8 +391,11 @@ public function createContentOfThisType($field = null, $value = null) * @Given a content type with an :fieldType field exists with Properties: * @Given a content type with an :fieldType field with name :name exists with Properties: */ - public function createContentOfThisTypeWithProperties($fieldType, TableNode $properties, $name = null) - { + public function createContentOfThisTypeWithProperties( + $fieldType, + TableNode $properties, + $name = null + ) { $this->createField($fieldType, $name); foreach ($properties as $property) { if ($property['Validator'] == 'maximum value validator') { diff --git a/src/bundle/Core/Features/Context/QueryControllerContext.php b/src/bundle/Core/Features/Context/QueryControllerContext.php index 64667f2023..3bcbfe17bb 100644 --- a/src/bundle/Core/Features/Context/QueryControllerContext.php +++ b/src/bundle/Core/Features/Context/QueryControllerContext.php @@ -7,6 +7,7 @@ namespace Ibexa\Bundle\Core\Features\Context; +use Behat\Mink\Element\NodeElement; use Behat\MinkExtension\Context\RawMinkContext; use PHPUnit\Framework\Assert; @@ -25,8 +26,10 @@ public function theQueryResultsAreAssignedToTheTwigVariable($twigVariableName) /** * @Then the Query results assigned to the :arg1 twig variable is a :arg2 object */ - public function theQueryResultsAssignedToTheTwigVariableIsAObject($twigVariableName, $className) - { + public function theQueryResultsAssignedToTheTwigVariableIsAObject( + $twigVariableName, + $className + ) { $variableTypes = $this->getVariableTypesFromTemplate(); Assert::assertArrayHasKey($twigVariableName, $variableTypes, "The $twigVariableName twig variable was not set"); @@ -36,8 +39,10 @@ public function theQueryResultsAssignedToTheTwigVariableIsAObject($twigVariableN /** * @Then the Query results assigned to the twig variable is a Pagerfanta object and has limit :arg1 and selected page :arg2 */ - public function theQueryResultsAssignedToTheTwigVariableIsAObjectAndHasLimitAndCountParams($pageLimit, $pageValue) - { + public function theQueryResultsAssignedToTheTwigVariableIsAObjectAndHasLimitAndCountParams( + $pageLimit, + $pageValue + ) { $pageLimitFound = false; $currentPageFound = false; @@ -45,14 +50,14 @@ public function theQueryResultsAssignedToTheTwigVariableIsAObjectAndHasLimitAndC $maxPerPage = $page->findAll('css', 'div#maxPerPage'); $currentPage = $page->findAll('css', 'div#currentPage'); - /** @var \Behat\Mink\Element\NodeElement $variableNode */ + /** @var NodeElement $variableNode */ foreach ($maxPerPage as $variableNode) { if ($variableNode->getText() === $pageLimit) { $pageLimitFound = true; } } - /** @var \Behat\Mink\Element\NodeElement $valueNodes */ + /** @var NodeElement $valueNodes */ foreach ($currentPage as $valueNode) { if ($valueNode->getText() === $pageValue) { $currentPageFound = true; diff --git a/src/bundle/Core/Features/Context/RoleContext.php b/src/bundle/Core/Features/Context/RoleContext.php index 595a505a1a..f5e7c73967 100644 --- a/src/bundle/Core/Features/Context/RoleContext.php +++ b/src/bundle/Core/Features/Context/RoleContext.php @@ -10,6 +10,7 @@ use Behat\Behat\Context\Context; use Ibexa\Contracts\Core\Repository\Exceptions as ApiExceptions; use Ibexa\Contracts\Core\Repository\RoleService; +use Ibexa\Contracts\Core\Repository\Values\User\Role; use PHPUnit\Framework\Assert as Assertion; /** @@ -17,7 +18,7 @@ */ class RoleContext implements Context { - /** @var \Ibexa\Contracts\Core\Repository\roleService */ + /** @var RoleService */ protected $roleService; public function __construct(RoleService $roleService) @@ -30,7 +31,7 @@ public function __construct(RoleService $roleService) * * @param string $name Role identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return Role */ public function ensureRoleExists($name) { @@ -51,7 +52,7 @@ public function ensureRoleExists($name) * * @param string $identifier Role identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return Role */ public function getRole($identifier) { @@ -70,7 +71,7 @@ public function getRole($identifier) * * Ensures a role exists with name ':name', creating a new one if necessary. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return Role */ public function iHaveRole($name) { diff --git a/src/bundle/Core/Features/Context/UserContext.php b/src/bundle/Core/Features/Context/UserContext.php index 7146119724..be905427d7 100644 --- a/src/bundle/Core/Features/Context/UserContext.php +++ b/src/bundle/Core/Features/Context/UserContext.php @@ -9,12 +9,17 @@ use Behat\Behat\Context\Context; use Behat\Gherkin\Node\TableNode; -use Ibexa\Contracts\Core\Repository\Exceptions as ApiExceptions; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\UserService; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; +use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit; +use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; +use Ibexa\Core\Repository\Values\User\User; use PHPUnit\Framework\Assert as Assertion; /** @@ -34,14 +39,16 @@ class UserContext implements Context public const USERGROUP_ROOT_SUBTREE = '/1/5/'; public const USERGROUP_CONTENT_IDENTIFIER = 'user_group'; - /** @var \Ibexa\Contracts\Core\Repository\UserService */ + /** @var UserService */ protected $userService; - /** @var \Ibexa\Contracts\Core\Repository\SearchService */ + /** @var SearchService */ protected $searchService; - public function __construct(UserService $userService, SearchService $searchService) - { + public function __construct( + UserService $userService, + SearchService $searchService + ) { $this->userService = $userService; $this->searchService = $searchService; } @@ -52,13 +59,15 @@ public function __construct(UserService $userService, SearchService $searchServi * @param string $username name of User to search for * @param string $parentGroupLocationId where to search, in User Group tree * - * @return \Ibexa\Core\Repository\Values\User\User found + * @return User found */ - public function searchUserByLogin($username, $parentGroupId = null) - { + public function searchUserByLogin( + $username, + $parentGroupId = null + ) { try { $user = $this->userService->loadUserByLogin($username); - } catch (ApiExceptions\NotFoundException $e) { + } catch (NotFoundException $e) { return null; } @@ -84,13 +93,15 @@ public function searchUserByLogin($username, $parentGroupId = null) * @param string $name name of User Group to search for * @param int|null $parentLocationId (optional) parent location id to search in * - * @phpstan-return list<\Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit<\Ibexa\Contracts\Core\Repository\Values\Content\Content>> + * @phpstan-return list> * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidCriterionArgumentException + * @throws InvalidArgumentException */ - public function searchUserGroups(string $name, ?int $parentLocationId = null): array - { + public function searchUserGroups( + string $name, + ?int $parentLocationId = null + ): array { $criterionArray = [ new Criterion\Subtree(self::USERGROUP_ROOT_SUBTREE), new Criterion\ContentTypeIdentifier(self::USERGROUP_CONTENT_IDENTIFIER), @@ -111,12 +122,17 @@ public function searchUserGroups(string $name, ?int $parentLocationId = null): a * @param string $username username of the user to create * @param string $email email address of user to create * @param string $password account password for user to create - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $parentGroup + * @param UserGroup $parentGroup * * @return \Ibexa\Contracts\Core\Repository\Values\User\User */ - protected function createUser($username, $email, $password, $parentGroup = null, $fields = []) - { + protected function createUser( + $username, + $email, + $password, + $parentGroup = null, + $fields = [] + ) { $userCreateStruct = $this->userService->newUserCreateStruct( $username, $email, @@ -150,12 +166,14 @@ protected function createUser($username, $email, $password, $parentGroup = null, * Create new User Group inside existing parent User Group. * * @param string $name User Group name - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $parentGroup (optional) parent user group, defaults to UserGroup "/Users" + * @param UserGroup $parentGroup (optional) parent user group, defaults to UserGroup "/Users" * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return UserGroup */ - public function createUserGroup($name, $parentGroup = null) - { + public function createUserGroup( + $name, + $parentGroup = null + ) { if (!$parentGroup) { $parentGroup = $this->userService->loadUserGroup(self::USERGROUP_ROOT_CONTENT_ID); } @@ -176,8 +194,12 @@ public function createUserGroup($name, $parentGroup = null) * * @return \Ibexa\Contracts\Core\Repository\Values\User\User */ - public function ensureUserExists($username, $email, $password, $parentGroupName = null) - { + public function ensureUserExists( + $username, + $email, + $password, + $parentGroupName = null + ) { if ($parentGroupName) { $parentSearchHits = $this->searchUserGroups($parentGroupName); @@ -221,8 +243,10 @@ public function ensureUserExists($username, $email, $password, $parentGroupName * @param string $username User name * @param string $parentGroupName (optional) name of the parent group to check */ - public function ensureUserDoesntExist($username, $parentGroupName = null) - { + public function ensureUserDoesntExist( + $username, + $parentGroupName = null + ) { $user = null; if ($parentGroupName) { // find matching Parent Group name @@ -240,14 +264,14 @@ public function ensureUserDoesntExist($username, $parentGroupName = null) } else { try { $user = $this->userService->loadUserByLogin($username); - } catch (ApiExceptions\NotFoundException $e) { + } catch (NotFoundException $e) { // nothing to do } } if ($user) { try { $this->userService->deleteUser($user); - } catch (ApiExceptions\NotFoundException $e) { + } catch (NotFoundException $e) { // nothing to do } } @@ -261,8 +285,10 @@ public function ensureUserDoesntExist($username, $parentGroupName = null) * * @return bool true if it exists, false if user or group don't exist */ - public function checkUserExistenceByUsername($username, $parentGroupName = null): bool - { + public function checkUserExistenceByUsername( + $username, + $parentGroupName = null + ): bool { if ($parentGroupName) { // find parent group name $searchResults = $this->searchUserGroups($parentGroupName); @@ -287,8 +313,10 @@ public function checkUserExistenceByUsername($username, $parentGroupName = null) * * @return bool true if it exists, false if not */ - public function checkUserExistenceByEmail($email, $parentGroupName = null): bool - { + public function checkUserExistenceByEmail( + $email, + $parentGroupName = null + ): bool { $existingUsers = $this->userService->loadUsersByEmail($email); if (count($existingUsers) == 0) { return false; @@ -307,8 +335,11 @@ public function checkUserExistenceByEmail($email, $parentGroupName = null): bool return false; } - public function createPasswordHash($login, $password, $type) - { + public function createPasswordHash( + $login, + $password, + $type + ) { switch ($type) { case 2: /* PASSWORD_HASH_MD5_USER */ @@ -348,8 +379,11 @@ public function iHaveUser($username) * * @return \Ibexa\Contracts\Core\Repository\Values\User\User */ - public function iHaveUserWithUsernameEmailAndPassword($username, $email, $password) - { + public function iHaveUserWithUsernameEmailAndPassword( + $username, + $email, + $password + ) { $this->ensureUserExists($username, $email, $password); } @@ -360,8 +394,10 @@ public function iHaveUserWithUsernameEmailAndPassword($username, $email, $passwo * * @return \Ibexa\Contracts\Core\Repository\Values\User\User */ - public function iHaveUserInGroup($username, $parentGroupName) - { + public function iHaveUserInGroup( + $username, + $parentGroupName + ) { $email = $this->findNonExistingUserEmail($username); $password = $username; $user = $this->ensureUserExists($username, $email, $password, $parentGroupName); @@ -374,8 +410,12 @@ public function iHaveUserInGroup($username, $parentGroupName) * * @return \Ibexa\Contracts\Core\Repository\Values\User\User */ - public function iHaveUserWithUsernameEmailAndPasswordInGroup($username, $email, $password, $parentGroupName) - { + public function iHaveUserWithUsernameEmailAndPasswordInGroup( + $username, + $email, + $password, + $parentGroupName + ) { return $this->ensureUserExists($username, $email, $password, $parentGroupName); } @@ -394,8 +434,10 @@ public function iDontHaveUser($username) * * Makes sure a user with username ':username' doesn't exist as a chield of group ':parentGroup', removing it if necessary. */ - public function iDontHaveUserInGroup($username, $parentGroup) - { + public function iDontHaveUserInGroup( + $username, + $parentGroup + ) { $this->ensureUserDoesntExist($username, $parentGroup); } @@ -452,8 +494,10 @@ public function assertUserWithNameDoesntExist($username) * * Checks that user ':username' exists as a child of group ':parentGroup'. */ - public function assertUserWithNameExistsInGroup($username, $parentGroup) - { + public function assertUserWithNameExistsInGroup( + $username, + $parentGroup + ) { Assertion::assertTrue( $this->checkUserExistenceByUsername($username, $parentGroup), "Couldn't find User with name '$username' in parent group '$parentGroup'." @@ -466,8 +510,10 @@ public function assertUserWithNameExistsInGroup($username, $parentGroup) * * Checks that user ':username' does not exist as a child of group ':parentGroup'. */ - public function assertUserWithNameDoesntExistInGroup($username, $parentGroup) - { + public function assertUserWithNameDoesntExistInGroup( + $username, + $parentGroup + ) { Assertion::assertFalse( $this->checkUserExistenceByUsername($username, $parentGroup), "User with name '$username' was found in parent group '$parentGroup'." @@ -484,8 +530,10 @@ public function assertUserWithNameDoesntExistInGroup($username, $parentGroup) * | Editors | * | Administrator users | */ - public function assertUserWithNameDoesntExistInGroups($username, TableNode $table) - { + public function assertUserWithNameDoesntExistInGroups( + $username, + TableNode $table + ) { $groups = $table->getTable(); array_shift($groups); foreach ($groups as $group) { @@ -508,8 +556,10 @@ public function assertUserWithNameDoesntExistInGroups($username, TableNode $tabl * | first_name | Test | * | last_name | User | */ - public function assertUserWithNameExistsWithFields($username, TableNode $table) - { + public function assertUserWithNameExistsWithFields( + $username, + TableNode $table + ) { Assertion::assertTrue( $this->checkUserExistenceByUsername($username), "Couldn't find User with name '$username'." diff --git a/src/bundle/Core/Features/Context/YamlConfigurationContext.php b/src/bundle/Core/Features/Context/YamlConfigurationContext.php index c0a0d4922c..930a11fb79 100644 --- a/src/bundle/Core/Features/Context/YamlConfigurationContext.php +++ b/src/bundle/Core/Features/Context/YamlConfigurationContext.php @@ -22,7 +22,7 @@ */ class YamlConfigurationContext implements Context { - /** @var \Symfony\Component\HttpKernel\KernelInterface */ + /** @var KernelInterface */ private $kernel; private static $platformConfigurationFilePath = 'config/packages/%env%/ezplatform.yaml'; @@ -70,8 +70,10 @@ public function isSymfonyCacheClearRequired(): string return 'prod' === $this->getEnvironment(); } - private function addImportToPlatformYaml(string $importedFileName, string $env): void - { + private function addImportToPlatformYaml( + string $importedFileName, + string $env + ): void { $filePath = str_replace('%env%', $env, self::$platformConfigurationFilePath); if (!file_exists($filePath)) { diff --git a/src/bundle/Core/Fragment/DecoratedFragmentRenderer.php b/src/bundle/Core/Fragment/DecoratedFragmentRenderer.php index b13bc5d6c3..49c6a72a66 100644 --- a/src/bundle/Core/Fragment/DecoratedFragmentRenderer.php +++ b/src/bundle/Core/Fragment/DecoratedFragmentRenderer.php @@ -55,8 +55,11 @@ public function setFragmentPath(string $path): void * * @param array $options An array of options */ - public function render(string|ControllerReference $uri, Request $request, array $options = []): Response - { + public function render( + string | ControllerReference $uri, + Request $request, + array $options = [] + ): Response { if ($uri instanceof ControllerReference && $request->attributes->has('siteaccess')) { // Serialize a SiteAccess to get it back after. // @see \Ibexa\Core\MVC\Symfony\EventListener\SiteAccessMatchListener diff --git a/src/bundle/Core/Fragment/DirectFragmentRenderer.php b/src/bundle/Core/Fragment/DirectFragmentRenderer.php index 563c2c01cd..0b2b8fb044 100644 --- a/src/bundle/Core/Fragment/DirectFragmentRenderer.php +++ b/src/bundle/Core/Fragment/DirectFragmentRenderer.php @@ -27,22 +27,22 @@ class DirectFragmentRenderer extends InlineFragmentRenderer implements FragmentR { public const NAME = 'direct'; - /** @var \Symfony\Component\HttpKernel\KernelInterface */ + /** @var KernelInterface */ protected $kernel; - /** @var \Ibexa\Bundle\Core\EventListener\ViewControllerListener */ + /** @var ViewControllerListener */ protected $controllerListener; - /** @var \Symfony\Component\HttpKernel\Controller\ControllerResolverInterface */ + /** @var ControllerResolverInterface */ protected $controllerResolver; - /** @var \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactoryInterface */ + /** @var ArgumentMetadataFactoryInterface */ protected $argumentMetadataFactory; - /** @var \Symfony\Component\HttpKernel\Controller\ValueResolverInterface */ + /** @var ValueResolverInterface */ protected $argumentValueResolver; - /** @var \Ibexa\Core\MVC\Symfony\View\Renderer\TemplateRenderer */ + /** @var TemplateRenderer */ protected $viewTemplateRenderer; public function __construct( @@ -84,8 +84,10 @@ protected function getController(ControllerEvent $event): callable return $this->controllerResolver->getController($event->getRequest()); } - protected function getArguments(callable $controller, ControllerEvent $event): array - { + protected function getArguments( + callable $controller, + ControllerEvent $event + ): array { $argumentsMetadata = $this->argumentMetadataFactory->createArgumentMetadata($controller); $arguments = []; @@ -115,9 +117,9 @@ protected function getFragmentUri( } /** - * @param string|\Symfony\Component\HttpKernel\Controller\ControllerReference $uri + * @param string|ControllerReference $uri * - * @throws \Ibexa\Core\MVC\Symfony\Templating\Exception\InvalidResponseException + * @throws InvalidResponseException */ public function render( $uri, diff --git a/src/bundle/Core/Fragment/FragmentListenerFactory.php b/src/bundle/Core/Fragment/FragmentListenerFactory.php index a3be5b9d4f..91d1abfd8a 100644 --- a/src/bundle/Core/Fragment/FragmentListenerFactory.php +++ b/src/bundle/Core/Fragment/FragmentListenerFactory.php @@ -18,8 +18,11 @@ class FragmentListenerFactory { use RequestStackAware; - public function buildFragmentListener(UriSigner $uriSigner, $fragmentPath, $fragmentListenerClass) - { + public function buildFragmentListener( + UriSigner $uriSigner, + $fragmentPath, + $fragmentListenerClass + ) { // no request when executing over CLI if (!$request = $this->getCurrentRequest()) { return null; diff --git a/src/bundle/Core/Fragment/InlineFragmentRenderer.php b/src/bundle/Core/Fragment/InlineFragmentRenderer.php index cb7f348f2f..969d6c3236 100644 --- a/src/bundle/Core/Fragment/InlineFragmentRenderer.php +++ b/src/bundle/Core/Fragment/InlineFragmentRenderer.php @@ -47,11 +47,14 @@ public function setSiteAccess(?SiteAccess $siteAccess = null): void /** * @param array $options */ - public function render(string|ControllerReference $uri, Request $request, array $options = []): Response - { + public function render( + string | ControllerReference $uri, + Request $request, + array $options = [] + ): Response { if ($uri instanceof ControllerReference) { if ($request->attributes->has('siteaccess')) { - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess $siteAccess */ + /** @var SiteAccess $siteAccess */ $siteAccess = $request->attributes->get('siteaccess'); $this->siteAccessSerializer->serializeSiteAccessAsControllerAttributes($siteAccess, $uri); } diff --git a/src/bundle/Core/Fragment/SiteAccessSerializationTrait.php b/src/bundle/Core/Fragment/SiteAccessSerializationTrait.php index e4d6e3aa3f..609740bbe2 100644 --- a/src/bundle/Core/Fragment/SiteAccessSerializationTrait.php +++ b/src/bundle/Core/Fragment/SiteAccessSerializationTrait.php @@ -14,15 +14,17 @@ use Symfony\Component\Serializer\Normalizer\AbstractNormalizer; /** - * @deprecated Deprecated since 4.6. Inject an instance of {@see \Ibexa\Bundle\Core\Fragment\SiteAccessSerializerInterface} + * @deprecated Deprecated since 4.6. Inject an instance of {@see SiteAccessSerializerInterface} * instead. */ trait SiteAccessSerializationTrait { use SerializerTrait; - public function serializeSiteAccess(SiteAccess $siteAccess, ControllerReference $uri): void - { + public function serializeSiteAccess( + SiteAccess $siteAccess, + ControllerReference $uri + ): void { // Serialize the siteaccess to get it back after. @see \Ibexa\Core\MVC\Symfony\EventListener\SiteAccessMatchListener $uri->attributes['serialized_siteaccess'] = json_encode($siteAccess); $uri->attributes['serialized_siteaccess_matcher'] = $this->getSerializer()->serialize( diff --git a/src/bundle/Core/Fragment/SiteAccessSerializer.php b/src/bundle/Core/Fragment/SiteAccessSerializer.php index 8507d113dd..6bb064f306 100644 --- a/src/bundle/Core/Fragment/SiteAccessSerializer.php +++ b/src/bundle/Core/Fragment/SiteAccessSerializer.php @@ -28,8 +28,10 @@ public function __construct(SerializerInterface $serializer) /** * @throws \JsonException */ - public function serializeSiteAccessAsControllerAttributes(SiteAccess $siteAccess, ControllerReference $controller): void - { + public function serializeSiteAccessAsControllerAttributes( + SiteAccess $siteAccess, + ControllerReference $controller + ): void { // Serialize the SiteAccess to get it back after. @see \Ibexa\Core\MVC\Symfony\EventListener\SiteAccessMatchListener $controller->attributes['serialized_siteaccess'] = json_encode($siteAccess, JSON_THROW_ON_ERROR); $controller->attributes['serialized_siteaccess_matcher'] = $this->serializer->serialize( diff --git a/src/bundle/Core/Fragment/SiteAccessSerializerInterface.php b/src/bundle/Core/Fragment/SiteAccessSerializerInterface.php index 433dffc3c6..7f56acc3b4 100644 --- a/src/bundle/Core/Fragment/SiteAccessSerializerInterface.php +++ b/src/bundle/Core/Fragment/SiteAccessSerializerInterface.php @@ -16,5 +16,8 @@ */ interface SiteAccessSerializerInterface { - public function serializeSiteAccessAsControllerAttributes(SiteAccess $siteAccess, ControllerReference $controller): void; + public function serializeSiteAccessAsControllerAttributes( + SiteAccess $siteAccess, + ControllerReference $controller + ): void; } diff --git a/src/bundle/Core/Imagine/AliasCleaner.php b/src/bundle/Core/Imagine/AliasCleaner.php index 78ff42b9cf..bc7b5a4a8f 100644 --- a/src/bundle/Core/Imagine/AliasCleaner.php +++ b/src/bundle/Core/Imagine/AliasCleaner.php @@ -12,7 +12,7 @@ class AliasCleaner implements AliasCleanerInterface { - /** @var \Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface */ + /** @var ResolverInterface */ private $aliasResolver; public function __construct(ResolverInterface $aliasResolver) diff --git a/src/bundle/Core/Imagine/AliasGenerator.php b/src/bundle/Core/Imagine/AliasGenerator.php index 4cde25b708..20a5254d0a 100644 --- a/src/bundle/Core/Imagine/AliasGenerator.php +++ b/src/bundle/Core/Imagine/AliasGenerator.php @@ -37,24 +37,24 @@ class AliasGenerator implements VariationHandler { public const ALIAS_ORIGINAL = 'original'; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ private $logger; /** * Loader used to retrieve the original image. * DataManager is not used to remain independent from ImagineBundle configuration. * - * @var \Liip\ImagineBundle\Binary\Loader\LoaderInterface + * @var LoaderInterface */ private $dataLoader; - /** @var \Liip\ImagineBundle\Imagine\Filter\FilterManager */ + /** @var FilterManager */ private $filterManager; - /** @var \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration */ + /** @var FilterConfiguration */ private $filterConfiguration; - /** @var \Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface */ + /** @var ResolverInterface */ private $ioResolver; public function __construct( @@ -74,13 +74,17 @@ public function __construct( /** * {@inheritdoc} * - * @throws \InvalidArgumentException If field value is not an instance of {@see \Ibexa\Core\FieldType\Image\Value}. - * @throws \Ibexa\Core\MVC\Exception\SourceImageNotFoundException If source image cannot be found. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidVariationException If a problem occurs with generated variation. + * @throws InvalidArgumentException If field value is not an instance of {@see ImageValue}. + * @throws SourceImageNotFoundException If source image cannot be found. + * @throws InvalidVariationException If a problem occurs with generated variation. */ - public function getVariation(Field $field, VersionInfo $versionInfo, string $variationName, array $parameters = []): Variation - { - /** @var \Ibexa\Core\FieldType\Image\Value $imageValue */ + public function getVariation( + Field $field, + VersionInfo $versionInfo, + string $variationName, + array $parameters = [] + ): Variation { + /** @var ImageValue $imageValue */ $imageValue = $field->value; $fieldId = $field->id; $fieldDefIdentifier = $field->fieldDefIdentifier; @@ -148,13 +152,15 @@ public function getVariation(Field $field, VersionInfo $versionInfo, string $var * In that case, reference's filters are applied first, recursively (a reference may also have another reference). * Reference must be a valid variation name, configured in Ibexa or in LiipImagineBundle. * - * @param \Liip\ImagineBundle\Binary\BinaryInterface $image + * @param BinaryInterface $image * @param string $variationName * - * @return \Liip\ImagineBundle\Binary\BinaryInterface + * @return BinaryInterface */ - private function applyFilter(BinaryInterface $image, $variationName) - { + private function applyFilter( + BinaryInterface $image, + $variationName + ) { $filterConfig = $this->filterConfiguration->get($variationName); // If the variation has a reference, we recursively call this method to apply reference's filters. if (isset($filterConfig['reference']) && $filterConfig['reference'] !== IORepositoryResolver::VARIATION_ORIGINAL) { diff --git a/src/bundle/Core/Imagine/BinaryLoader.php b/src/bundle/Core/Imagine/BinaryLoader.php index 48d7cf755a..93d4fd97ff 100644 --- a/src/bundle/Core/Imagine/BinaryLoader.php +++ b/src/bundle/Core/Imagine/BinaryLoader.php @@ -11,6 +11,7 @@ use Ibexa\Core\IO\Exception\InvalidBinaryFileIdException; use Ibexa\Core\IO\IOServiceInterface; use Ibexa\Core\IO\Values\MissingBinaryFile; +use Liip\ImagineBundle\Binary\BinaryInterface; use Liip\ImagineBundle\Binary\Loader\LoaderInterface; use Liip\ImagineBundle\Exception\Binary\Loader\NotLoadableException; use Liip\ImagineBundle\Model\Binary; @@ -22,14 +23,16 @@ */ class BinaryLoader implements LoaderInterface { - /** @var \Ibexa\Core\IO\IOServiceInterface */ + /** @var IOServiceInterface */ private $ioService; - /** @var \Symfony\Component\Mime\MimeTypesInterface */ + /** @var MimeTypesInterface */ private $mimeTypes; - public function __construct(IOServiceInterface $ioService, MimeTypesInterface $mimeTypes) - { + public function __construct( + IOServiceInterface $ioService, + MimeTypesInterface $mimeTypes + ) { $this->ioService = $ioService; $this->mimeTypes = $mimeTypes; } @@ -37,7 +40,7 @@ public function __construct(IOServiceInterface $ioService, MimeTypesInterface $m /** * @param string $path * - * @return \Liip\ImagineBundle\Binary\BinaryInterface + * @return BinaryInterface */ public function find($path) { diff --git a/src/bundle/Core/Imagine/Cache/AliasGeneratorDecorator.php b/src/bundle/Core/Imagine/Cache/AliasGeneratorDecorator.php index a8b6f5911e..f826454d42 100644 --- a/src/bundle/Core/Imagine/Cache/AliasGeneratorDecorator.php +++ b/src/bundle/Core/Imagine/Cache/AliasGeneratorDecorator.php @@ -14,6 +14,7 @@ use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessAware; use Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface; +use Psr\Cache\InvalidArgumentException; use Symfony\Component\Cache\Adapter\TagAwareAdapterInterface; use Symfony\Component\Routing\RequestContext; @@ -30,26 +31,26 @@ class AliasGeneratorDecorator implements VariationHandler, SiteAccessAware private const CONTENT_IDENTIFIER = 'content'; private const CONTENT_VERSION_IDENTIFIER = 'content_version'; - /** @var \Ibexa\Contracts\Core\Variation\VariationHandler */ + /** @var VariationHandler */ private $aliasGenerator; - /** @var \Symfony\Component\Cache\Adapter\TagAwareAdapterInterface */ + /** @var TagAwareAdapterInterface */ private $cache; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ private $siteAccess; - /** @var \Symfony\Component\Routing\RequestContext */ + /** @var RequestContext */ private $requestContext; - /** @var \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface */ + /** @var CacheIdentifierGeneratorInterface */ private $cacheIdentifierGenerator; /** - * @param \Ibexa\Contracts\Core\Variation\VariationHandler $aliasGenerator - * @param \Symfony\Component\Cache\Adapter\TagAwareAdapterInterface $cache - * @param \Symfony\Component\Routing\RequestContext $requestContext - * @param \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface $cacheIdentifierGenerator + * @param VariationHandler $aliasGenerator + * @param TagAwareAdapterInterface $cache + * @param RequestContext $requestContext + * @param CacheIdentifierGeneratorInterface $cacheIdentifierGenerator */ public function __construct( VariationHandler $aliasGenerator, @@ -64,17 +65,21 @@ public function __construct( } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param Field $field + * @param VersionInfo $versionInfo * @param string $variationName * @param array $parameters * - * @return \Ibexa\Contracts\Core\Variation\Values\Variation + * @return Variation * - * @throws \Psr\Cache\InvalidArgumentException + * @throws InvalidArgumentException */ - public function getVariation(Field $field, VersionInfo $versionInfo, string $variationName, array $parameters = []): Variation - { + public function getVariation( + Field $field, + VersionInfo $versionInfo, + string $variationName, + array $parameters = [] + ): Variation { $item = $this->cache->getItem($this->getCacheKey($field, $versionInfo, $variationName)); $image = $item->get(); if (!$item->isHit()) { @@ -88,7 +93,7 @@ public function getVariation(Field $field, VersionInfo $versionInfo, string $var } /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess|null $siteAccess + * @param SiteAccess|null $siteAccess */ public function setSiteAccess(?SiteAccess $siteAccess = null) { @@ -96,14 +101,17 @@ public function setSiteAccess(?SiteAccess $siteAccess = null) } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param Field $field + * @param VersionInfo $versionInfo * @param string $variationName * * @return string */ - private function getCacheKey(Field $field, VersionInfo $versionInfo, $variationName): string - { + private function getCacheKey( + Field $field, + VersionInfo $versionInfo, + $variationName + ): string { return sprintf( $this->cacheIdentifierGenerator->generateKey(self::IMAGE_VARIATION_IDENTIFIER, [], true) . '-%s-%s-%s-%d-%d-%d-%s-%s', $this->siteAccess->name ?? 'default', @@ -117,8 +125,11 @@ private function getCacheKey(Field $field, VersionInfo $versionInfo, $variationN ); } - private function getTagsForVariation(Field $field, VersionInfo $versionInfo, string $variationName): array - { + private function getTagsForVariation( + Field $field, + VersionInfo $versionInfo, + string $variationName + ): array { $contentId = $versionInfo->getContentInfo()->id; return [ diff --git a/src/bundle/Core/Imagine/Cache/Resolver/RelativeResolver.php b/src/bundle/Core/Imagine/Cache/Resolver/RelativeResolver.php index bfb59d333e..cb8c08ab94 100644 --- a/src/bundle/Core/Imagine/Cache/Resolver/RelativeResolver.php +++ b/src/bundle/Core/Imagine/Cache/Resolver/RelativeResolver.php @@ -16,7 +16,7 @@ class RelativeResolver extends ImagineProxyResolver { /** - * @param \Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface $resolver + * @param ResolverInterface $resolver */ public function __construct(ResolverInterface $resolver) { diff --git a/src/bundle/Core/Imagine/Cache/ResolverFactory.php b/src/bundle/Core/Imagine/Cache/ResolverFactory.php index d6666ffa4e..d40f63a822 100644 --- a/src/bundle/Core/Imagine/Cache/ResolverFactory.php +++ b/src/bundle/Core/Imagine/Cache/ResolverFactory.php @@ -12,10 +12,10 @@ class ResolverFactory { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; - /** @var \Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface */ + /** @var ResolverInterface */ private $resolver; /** @var string|null */ @@ -28,8 +28,8 @@ class ResolverFactory private $relativeResolverClass; /** - * @param \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface $configResolver - * @param \Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface $resolver + * @param ConfigResolverInterface $configResolver + * @param ResolverInterface $resolver * @param string $proxyResolverClass * @param string $relativeResolverClass */ @@ -46,7 +46,7 @@ public function __construct( } /** - * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface + * @return ResolverInterface */ public function createCacheResolver() { diff --git a/src/bundle/Core/Imagine/Filter/AbstractFilter.php b/src/bundle/Core/Imagine/Filter/AbstractFilter.php index 2a0956a27f..9d45723aa5 100644 --- a/src/bundle/Core/Imagine/Filter/AbstractFilter.php +++ b/src/bundle/Core/Imagine/Filter/AbstractFilter.php @@ -20,13 +20,17 @@ public function __construct(array $options = []) $this->options = $options; } - public function setOption($optionName, $value) - { + public function setOption( + $optionName, + $value + ) { $this->options[$optionName] = $value; } - public function getOption($optionName, $defaultValue = null) - { + public function getOption( + $optionName, + $defaultValue = null + ) { return isset($this->options[$optionName]) ? $this->options[$optionName] : $defaultValue; } diff --git a/src/bundle/Core/Imagine/Filter/FilterConfiguration.php b/src/bundle/Core/Imagine/Filter/FilterConfiguration.php index 68f21c3368..253548ea8a 100644 --- a/src/bundle/Core/Imagine/Filter/FilterConfiguration.php +++ b/src/bundle/Core/Imagine/Filter/FilterConfiguration.php @@ -58,8 +58,10 @@ public function all(): array * * @return array */ - private function getVariationFilters(string $variationName, array $configuredVariations): array - { + private function getVariationFilters( + string $variationName, + array $configuredVariations + ): array { if (!isset($configuredVariations[$variationName]['filters']) && !isset($this->filters[$variationName]['filters'])) { return []; } @@ -78,8 +80,10 @@ private function getVariationFilters(string $variationName, array $configuredVar * * @return array */ - private function getVariationPostProcessors(string $variationName, array $configuredVariations): array - { + private function getVariationPostProcessors( + string $variationName, + array $configuredVariations + ): array { return $configuredVariations[$variationName]['post_processors'] ?? $this->filters[$variationName]['post_processors'] ?? []; diff --git a/src/bundle/Core/Imagine/Filter/FilterInterface.php b/src/bundle/Core/Imagine/Filter/FilterInterface.php index 0396468396..3fc0b3f9fb 100644 --- a/src/bundle/Core/Imagine/Filter/FilterInterface.php +++ b/src/bundle/Core/Imagine/Filter/FilterInterface.php @@ -17,7 +17,10 @@ interface FilterInterface extends BaseFilterInterface * @param string $optionName * @param mixed $value */ - public function setOption($optionName, $value); + public function setOption( + $optionName, + $value + ); /** * Returns value for $optionName. @@ -28,7 +31,10 @@ public function setOption($optionName, $value); * * @return mixed */ - public function getOption($optionName, $defaultValue = null); + public function getOption( + $optionName, + $defaultValue = null + ); /** * Checks if $optionName exists and has a value. diff --git a/src/bundle/Core/Imagine/Filter/Gmagick/ReduceNoiseFilter.php b/src/bundle/Core/Imagine/Filter/Gmagick/ReduceNoiseFilter.php index c57da06e43..9dc0734e3e 100644 --- a/src/bundle/Core/Imagine/Filter/Gmagick/ReduceNoiseFilter.php +++ b/src/bundle/Core/Imagine/Filter/Gmagick/ReduceNoiseFilter.php @@ -8,14 +8,15 @@ namespace Ibexa\Bundle\Core\Imagine\Filter\Gmagick; use Ibexa\Bundle\Core\Imagine\Filter\AbstractFilter; +use Imagine\Gmagick\Image; use Imagine\Image\ImageInterface; class ReduceNoiseFilter extends AbstractFilter { /** - * @param \Imagine\Image\ImageInterface|\Imagine\Gmagick\Image $image + * @param ImageInterface|Image $image * - * @return \Imagine\Image\ImageInterface + * @return ImageInterface */ public function apply(ImageInterface $image) { diff --git a/src/bundle/Core/Imagine/Filter/Gmagick/SwirlFilter.php b/src/bundle/Core/Imagine/Filter/Gmagick/SwirlFilter.php index 39290e0f10..0f6cbd3b75 100644 --- a/src/bundle/Core/Imagine/Filter/Gmagick/SwirlFilter.php +++ b/src/bundle/Core/Imagine/Filter/Gmagick/SwirlFilter.php @@ -8,14 +8,15 @@ namespace Ibexa\Bundle\Core\Imagine\Filter\Gmagick; use Ibexa\Bundle\Core\Imagine\Filter\AbstractFilter; +use Imagine\Gmagick\Image; use Imagine\Image\ImageInterface; class SwirlFilter extends AbstractFilter { /** - * @param \Imagine\Image\ImageInterface|\Imagine\Gmagick\Image $image + * @param ImageInterface|Image $image * - * @return \Imagine\Image\ImageInterface + * @return ImageInterface */ public function apply(ImageInterface $image) { diff --git a/src/bundle/Core/Imagine/Filter/Imagick/ReduceNoiseFilter.php b/src/bundle/Core/Imagine/Filter/Imagick/ReduceNoiseFilter.php index b0858347c9..3c32794665 100644 --- a/src/bundle/Core/Imagine/Filter/Imagick/ReduceNoiseFilter.php +++ b/src/bundle/Core/Imagine/Filter/Imagick/ReduceNoiseFilter.php @@ -9,13 +9,14 @@ use Ibexa\Bundle\Core\Imagine\Filter\AbstractFilter; use Imagine\Image\ImageInterface; +use Imagine\Imagick\Image; class ReduceNoiseFilter extends AbstractFilter { /** - * @param \Imagine\Image\ImageInterface|\Imagine\Imagick\Image $image + * @param ImageInterface|Image $image * - * @return \Imagine\Image\ImageInterface + * @return ImageInterface */ public function apply(ImageInterface $image) { diff --git a/src/bundle/Core/Imagine/Filter/Imagick/SwirlFilter.php b/src/bundle/Core/Imagine/Filter/Imagick/SwirlFilter.php index 4c75ea173e..56396c0844 100644 --- a/src/bundle/Core/Imagine/Filter/Imagick/SwirlFilter.php +++ b/src/bundle/Core/Imagine/Filter/Imagick/SwirlFilter.php @@ -9,13 +9,14 @@ use Ibexa\Bundle\Core\Imagine\Filter\AbstractFilter; use Imagine\Image\ImageInterface; +use Imagine\Imagick\Image; class SwirlFilter extends AbstractFilter { /** - * @param \Imagine\Image\ImageInterface|\Imagine\Imagick\Image $image + * @param ImageInterface|Image $image * - * @return \Imagine\Image\ImageInterface + * @return ImageInterface */ public function apply(ImageInterface $image) { diff --git a/src/bundle/Core/Imagine/Filter/Loader/BorderFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/BorderFilterLoader.php index 6baf9cf2cb..5603a786c3 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/BorderFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/BorderFilterLoader.php @@ -24,8 +24,10 @@ class BorderFilterLoader implements LoaderInterface public const DEFAULT_BORDER_COLOR = '#000'; - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { $optionsCount = count($options); if ($optionsCount < 2) { throw new InvalidArgumentException('Invalid options for border filter. You must provide array(width, height)'); diff --git a/src/bundle/Core/Imagine/Filter/Loader/CropFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/CropFilterLoader.php index 8819f32884..2f511018de 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/CropFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/CropFilterLoader.php @@ -18,8 +18,10 @@ class CropFilterLoader extends FilterLoaderWrapped { public const IDENTIFIER = 'geometry/crop'; - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { if (count($options) < 4) { throw new InvalidArgumentException('Invalid options for geometry/crop filter. You must provide array(width, height, offsetX, offsetY)'); } diff --git a/src/bundle/Core/Imagine/Filter/Loader/FilterLoaderWrapped.php b/src/bundle/Core/Imagine/Filter/Loader/FilterLoaderWrapped.php index 5aa4c68170..8b160ddc7f 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/FilterLoaderWrapped.php +++ b/src/bundle/Core/Imagine/Filter/Loader/FilterLoaderWrapped.php @@ -11,11 +11,11 @@ abstract class FilterLoaderWrapped implements LoaderInterface { - /** @var \Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface */ + /** @var LoaderInterface */ protected $innerLoader; /** - * @param \Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface $innerLoader + * @param LoaderInterface $innerLoader */ public function setInnerLoader(LoaderInterface $innerLoader) { diff --git a/src/bundle/Core/Imagine/Filter/Loader/GrayscaleFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/GrayscaleFilterLoader.php index 39ee09b4e9..b86e4ac318 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/GrayscaleFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/GrayscaleFilterLoader.php @@ -18,8 +18,10 @@ class GrayscaleFilterLoader implements LoaderInterface { public const IDENTIFIER = 'colorspace/gray'; - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { $image->effects()->grayscale(); return $image; diff --git a/src/bundle/Core/Imagine/Filter/Loader/ReduceNoiseFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/ReduceNoiseFilterLoader.php index b4e2af766c..c30f666729 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/ReduceNoiseFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/ReduceNoiseFilterLoader.php @@ -22,7 +22,7 @@ class ReduceNoiseFilterLoader implements LoaderInterface { public const IDENTIFIER = 'filter/noise'; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\FilterInterface */ + /** @var FilterInterface */ private $filter; public function __construct(FilterInterface $filter) @@ -30,8 +30,10 @@ public function __construct(FilterInterface $filter) $this->filter = $filter; } - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { if (!$image instanceof ImagickImage && !$image instanceof GmagickImage) { throw new NotSupportedException('ReduceNoiseFilterLoader is only compatible with "imagick" and "gmagick" drivers'); } diff --git a/src/bundle/Core/Imagine/Filter/Loader/ScaleDownOnlyFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/ScaleDownOnlyFilterLoader.php index 294045dcf9..b8036fcbc1 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/ScaleDownOnlyFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/ScaleDownOnlyFilterLoader.php @@ -21,15 +21,17 @@ class ScaleDownOnlyFilterLoader extends FilterLoaderWrapped /** * Loads and applies a filter on the given image. * - * @param \Imagine\Image\ImageInterface $image + * @param ImageInterface $image * @param array $options Numerically indexed array. First entry is width, second is height. * - * @throws \Imagine\Exception\InvalidArgumentException + * @throws InvalidArgumentException * - * @return \Imagine\Image\ImageInterface + * @return ImageInterface */ - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { if (count($options) < 2) { throw new InvalidArgumentException('Missing width and/or height options'); } diff --git a/src/bundle/Core/Imagine/Filter/Loader/ScaleExactFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/ScaleExactFilterLoader.php index cf2657d9bd..82eb6fed94 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/ScaleExactFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/ScaleExactFilterLoader.php @@ -18,8 +18,10 @@ class ScaleExactFilterLoader extends FilterLoaderWrapped { public const IDENTIFIER = 'geometry/scaleexact'; - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { if (count($options) < 2) { throw new InvalidArgumentException('Missing width and/or height options'); } diff --git a/src/bundle/Core/Imagine/Filter/Loader/ScaleFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/ScaleFilterLoader.php index 81796692a2..269cb35bf2 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/ScaleFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/ScaleFilterLoader.php @@ -18,8 +18,10 @@ class ScaleFilterLoader extends FilterLoaderWrapped { public const IDENTIFIER = 'geometry/scale'; - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { if (count($options) < 2) { throw new InvalidArgumentException('Missing width and/or height options'); } diff --git a/src/bundle/Core/Imagine/Filter/Loader/ScaleHeightDownOnlyFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/ScaleHeightDownOnlyFilterLoader.php index 5d3f127de9..2858511071 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/ScaleHeightDownOnlyFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/ScaleHeightDownOnlyFilterLoader.php @@ -18,8 +18,10 @@ class ScaleHeightDownOnlyFilterLoader extends FilterLoaderWrapped { public const IDENTIFIER = 'geometry/scaleheightdownonly'; - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { if (empty($options)) { throw new InvalidArgumentException('Missing height option'); } diff --git a/src/bundle/Core/Imagine/Filter/Loader/ScaleHeightFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/ScaleHeightFilterLoader.php index 01a8badb23..4c3acb7704 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/ScaleHeightFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/ScaleHeightFilterLoader.php @@ -18,8 +18,10 @@ class ScaleHeightFilterLoader extends FilterLoaderWrapped { public const IDENTIFIER = 'geometry/scaleheight'; - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { if (empty($options)) { throw new InvalidArgumentException('Missing width option'); } diff --git a/src/bundle/Core/Imagine/Filter/Loader/ScalePercentFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/ScalePercentFilterLoader.php index b9c6c2419e..990739aae9 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/ScalePercentFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/ScalePercentFilterLoader.php @@ -18,8 +18,10 @@ class ScalePercentFilterLoader extends FilterLoaderWrapped { public const IDENTIFIER = 'geometry/scalepercent'; - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { if (count($options) < 2) { throw new InvalidArgumentException('Missing width and/or height percent options'); } diff --git a/src/bundle/Core/Imagine/Filter/Loader/ScaleWidthDownOnlyFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/ScaleWidthDownOnlyFilterLoader.php index 5b2777561b..cd3dbef1b5 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/ScaleWidthDownOnlyFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/ScaleWidthDownOnlyFilterLoader.php @@ -18,8 +18,10 @@ class ScaleWidthDownOnlyFilterLoader extends FilterLoaderWrapped { public const IDENTIFIER = 'geometry/scalewidthdownonly'; - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { if (empty($options)) { throw new InvalidArgumentException('Missing width option'); } diff --git a/src/bundle/Core/Imagine/Filter/Loader/ScaleWidthFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/ScaleWidthFilterLoader.php index b15d374e4e..15170691e7 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/ScaleWidthFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/ScaleWidthFilterLoader.php @@ -18,8 +18,10 @@ class ScaleWidthFilterLoader extends FilterLoaderWrapped { public const IDENTIFIER = 'geometry/scalewidth'; - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { if (empty($options)) { throw new InvalidArgumentException('Missing width option'); } diff --git a/src/bundle/Core/Imagine/Filter/Loader/SwirlFilterLoader.php b/src/bundle/Core/Imagine/Filter/Loader/SwirlFilterLoader.php index 603a9d78d1..33fc2a7c73 100644 --- a/src/bundle/Core/Imagine/Filter/Loader/SwirlFilterLoader.php +++ b/src/bundle/Core/Imagine/Filter/Loader/SwirlFilterLoader.php @@ -15,7 +15,7 @@ class SwirlFilterLoader implements LoaderInterface { public const IDENTIFIER = 'filter/swirl'; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\FilterInterface */ + /** @var FilterInterface */ private $filter; public function __construct(FilterInterface $filter) @@ -23,8 +23,10 @@ public function __construct(FilterInterface $filter) $this->filter = $filter; } - public function load(ImageInterface $image, array $options = []): ImageInterface - { + public function load( + ImageInterface $image, + array $options = [] + ): ImageInterface { if (!empty($options)) { $this->filter->setOption('degrees', $options[0]); } diff --git a/src/bundle/Core/Imagine/Filter/UnsupportedFilter.php b/src/bundle/Core/Imagine/Filter/UnsupportedFilter.php index 2b6cfd1f48..71d85880e6 100644 --- a/src/bundle/Core/Imagine/Filter/UnsupportedFilter.php +++ b/src/bundle/Core/Imagine/Filter/UnsupportedFilter.php @@ -13,7 +13,7 @@ class UnsupportedFilter extends AbstractFilter { /** - * @throws \Imagine\Exception\NotSupportedException + * @throws NotSupportedException */ public function apply(ImageInterface $image) { diff --git a/src/bundle/Core/Imagine/IORepositoryResolver.php b/src/bundle/Core/Imagine/IORepositoryResolver.php index 283c5b739c..245a7f9ba8 100644 --- a/src/bundle/Core/Imagine/IORepositoryResolver.php +++ b/src/bundle/Core/Imagine/IORepositoryResolver.php @@ -8,6 +8,7 @@ namespace Ibexa\Bundle\Core\Imagine; use Ibexa\Bundle\Core\Variation\PathResolver; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Variation\VariationPathGenerator; use Ibexa\Contracts\Core\Variation\VariationPurger; use Ibexa\Core\Base\Exceptions\InvalidArgumentValue; @@ -37,13 +38,17 @@ public function __construct( parent::__construct($requestContext, $variationPathGenerator); } - public function isStored($path, $filter): bool - { + public function isStored( + $path, + $filter + ): bool { return $this->ioService->exists($this->getFilePath($path, $filter)); } - public function resolve($path, $filter): string - { + public function resolve( + $path, + $filter + ): string { try { $binaryFile = $this->ioService->loadBinaryFile($path); @@ -74,10 +79,13 @@ public function resolve($path, $filter): string * Stores image alias in the IO Repository. * A temporary file is created to dump the filtered image and is used as basis for creation in the IO Repository. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function store(BinaryInterface $binary, $path, $filter): void - { + public function store( + BinaryInterface $binary, + $path, + $filter + ): void { $tmpFile = tmpfile(); fwrite($tmpFile, $binary->getContent()); $tmpMetadata = stream_get_meta_data($tmpFile); @@ -98,8 +106,10 @@ public function store(BinaryInterface $binary, $path, $filter): void * @param string[] $paths The paths where the original files are expected to be. * @param string[] $filters The imagine filters in effect. */ - public function remove(array $paths, array $filters): void - { + public function remove( + array $paths, + array $filters + ): void { if (empty($filters)) { $filters = array_keys($this->filterConfiguration->all()); } diff --git a/src/bundle/Core/Imagine/ImageAsset/AliasGenerator.php b/src/bundle/Core/Imagine/ImageAsset/AliasGenerator.php index d021cf689a..4c756b49a9 100644 --- a/src/bundle/Core/Imagine/ImageAsset/AliasGenerator.php +++ b/src/bundle/Core/Imagine/ImageAsset/AliasGenerator.php @@ -22,19 +22,19 @@ */ class AliasGenerator implements VariationHandler { - /** @var \Ibexa\Contracts\Core\Variation\VariationHandler */ + /** @var VariationHandler */ private $innerAliasGenerator; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Ibexa\Core\FieldType\ImageAsset\AssetMapper */ + /** @var AssetMapper */ private $assetMapper; /** - * @param \Ibexa\Contracts\Core\Variation\VariationHandler $innerAliasGenerator - * @param \Ibexa\Contracts\Core\Repository\ContentService $contentService - * @param \Ibexa\Core\FieldType\ImageAsset\AssetMapper $assetMapper + * @param VariationHandler $innerAliasGenerator + * @param ContentService $contentService + * @param AssetMapper $assetMapper */ public function __construct( VariationHandler $innerAliasGenerator, @@ -49,8 +49,12 @@ public function __construct( /** * {@inheritdoc} */ - public function getVariation(Field $field, VersionInfo $versionInfo, string $variationName, array $parameters = []): Variation - { + public function getVariation( + Field $field, + VersionInfo $versionInfo, + string $variationName, + array $parameters = [] + ): Variation { if ($this->supportsValue($field->value)) { $destinationContent = $this->contentService->loadContent( (int)$field->value->destinationContentId @@ -70,7 +74,7 @@ public function getVariation(Field $field, VersionInfo $versionInfo, string $var /** * Returns TRUE if the value is supported by alias generator. * - * @param \Ibexa\Contracts\Core\FieldType\Value $value + * @param Value $value * * @return bool */ diff --git a/src/bundle/Core/Imagine/PlaceholderAliasGenerator.php b/src/bundle/Core/Imagine/PlaceholderAliasGenerator.php index b76111f32e..763c132a8c 100644 --- a/src/bundle/Core/Imagine/PlaceholderAliasGenerator.php +++ b/src/bundle/Core/Imagine/PlaceholderAliasGenerator.php @@ -22,16 +22,16 @@ class PlaceholderAliasGenerator implements VariationHandler { - /** @var \Ibexa\Contracts\Core\Variation\VariationHandler */ + /** @var VariationHandler */ private $aliasGenerator; - /** @var \Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface */ + /** @var ResolverInterface */ private $ioResolver; - /** @var \Ibexa\Core\IO\IOServiceInterface */ + /** @var IOServiceInterface */ private $ioService; - /** @var \Ibexa\Bundle\Core\Imagine\PlaceholderProvider|null */ + /** @var PlaceholderProvider|null */ private $placeholderProvider; /** @var array */ @@ -53,10 +53,14 @@ public function __construct( /** * {@inheritdoc} */ - public function getVariation(Field $field, VersionInfo $versionInfo, string $variationName, array $parameters = []): Variation - { + public function getVariation( + Field $field, + VersionInfo $versionInfo, + string $variationName, + array $parameters = [] + ): Variation { if ($this->placeholderProvider !== null) { - /** @var \Ibexa\Core\FieldType\Image\Value $imageValue */ + /** @var ImageValue $imageValue */ $imageValue = $field->value; if (!$this->supportsValue($imageValue)) { throw new InvalidArgumentException("Value of Field with ID {$field->id} ($field->fieldDefIdentifier) cannot be used for generating an image placeholder."); @@ -75,8 +79,10 @@ public function getVariation(Field $field, VersionInfo $versionInfo, string $var return $this->aliasGenerator->getVariation($field, $versionInfo, $variationName, $parameters); } - public function setPlaceholderProvider(PlaceholderProvider $provider, array $options = []) - { + public function setPlaceholderProvider( + PlaceholderProvider $provider, + array $options = [] + ) { $this->placeholderProvider = $provider; $this->placeholderOptions = $options; } diff --git a/src/bundle/Core/Imagine/PlaceholderAliasGeneratorConfigurator.php b/src/bundle/Core/Imagine/PlaceholderAliasGeneratorConfigurator.php index a8a3b6d894..b429c84114 100644 --- a/src/bundle/Core/Imagine/PlaceholderAliasGeneratorConfigurator.php +++ b/src/bundle/Core/Imagine/PlaceholderAliasGeneratorConfigurator.php @@ -11,10 +11,10 @@ class PlaceholderAliasGeneratorConfigurator { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; - /** @var \Ibexa\Bundle\Core\Imagine\PlaceholderProviderRegistry */ + /** @var PlaceholderProviderRegistry */ private $providerRegistry; /** @var array */ diff --git a/src/bundle/Core/Imagine/PlaceholderProvider.php b/src/bundle/Core/Imagine/PlaceholderProvider.php index 8a78a6ea24..c1679098a2 100644 --- a/src/bundle/Core/Imagine/PlaceholderProvider.php +++ b/src/bundle/Core/Imagine/PlaceholderProvider.php @@ -7,6 +7,7 @@ namespace Ibexa\Bundle\Core\Imagine; +use Ibexa\Core\FieldType\Image\Value; use Ibexa\Core\FieldType\Image\Value as ImageValue; interface PlaceholderProvider @@ -14,10 +15,13 @@ interface PlaceholderProvider /** * Provides a placeholder image path for a given Image FieldType value. * - * @param \Ibexa\Core\FieldType\Image\Value $value + * @param Value $value * @param array $options * * @return string Path to placeholder */ - public function getPlaceholder(ImageValue $value, array $options = []): string; + public function getPlaceholder( + ImageValue $value, + array $options = [] + ): string; } diff --git a/src/bundle/Core/Imagine/PlaceholderProvider/GenericProvider.php b/src/bundle/Core/Imagine/PlaceholderProvider/GenericProvider.php index 71b5b76512..0d7906cf48 100644 --- a/src/bundle/Core/Imagine/PlaceholderProvider/GenericProvider.php +++ b/src/bundle/Core/Imagine/PlaceholderProvider/GenericProvider.php @@ -16,13 +16,13 @@ class GenericProvider implements PlaceholderProvider { - /** @var \Imagine\Image\ImagineInterface */ + /** @var ImagineInterface */ private $imagine; /** * GenericProvider constructor. * - * @param \Imagine\Image\ImagineInterface $imagine + * @param ImagineInterface $imagine */ public function __construct(ImagineInterface $imagine) { @@ -32,8 +32,10 @@ public function __construct(ImagineInterface $imagine) /** * {@inheritdoc} */ - public function getPlaceholder(ImageValue $value, array $options = []): string - { + public function getPlaceholder( + ImageValue $value, + array $options = [] + ): string { $options = $this->resolveOptions($options); $palette = new Image\Palette\RGB(); @@ -75,8 +77,10 @@ public function getPlaceholder(ImageValue $value, array $options = []): string return $path; } - private function getPlaceholderText(string $pattern, ImageValue $value): string - { + private function getPlaceholderText( + string $pattern, + ImageValue $value + ): string { return strtr($pattern, [ '%width%' => $value->width, '%height%' => $value->height, @@ -85,7 +89,7 @@ private function getPlaceholderText(string $pattern, ImageValue $value): string } /** - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentValue + * @throws InvalidArgumentValue */ private function getTemporaryPath(): string { diff --git a/src/bundle/Core/Imagine/PlaceholderProvider/RemoteProvider.php b/src/bundle/Core/Imagine/PlaceholderProvider/RemoteProvider.php index 62d666dc91..4e2df27eee 100644 --- a/src/bundle/Core/Imagine/PlaceholderProvider/RemoteProvider.php +++ b/src/bundle/Core/Imagine/PlaceholderProvider/RemoteProvider.php @@ -21,8 +21,10 @@ class RemoteProvider implements PlaceholderProvider /** * {@inheritdoc} */ - public function getPlaceholder(ImageValue $value, array $options = []): string - { + public function getPlaceholder( + ImageValue $value, + array $options = [] + ): string { $options = $this->resolveOptions($options); $path = $this->getTemporaryPath(); @@ -68,8 +70,10 @@ public function getPlaceholder(ImageValue $value, array $options = []): string return $path; } - private function getPlaceholderUrl(string $urlPattern, ImageValue $value): string - { + private function getPlaceholderUrl( + string $urlPattern, + ImageValue $value + ): string { return strtr($urlPattern, [ '%id%' => $value->id, '%width%' => $value->width, diff --git a/src/bundle/Core/Imagine/PlaceholderProviderRegistry.php b/src/bundle/Core/Imagine/PlaceholderProviderRegistry.php index 3ef89d4ff8..6dfa8dffea 100644 --- a/src/bundle/Core/Imagine/PlaceholderProviderRegistry.php +++ b/src/bundle/Core/Imagine/PlaceholderProviderRegistry.php @@ -11,7 +11,7 @@ class PlaceholderProviderRegistry { - /** @var \Ibexa\Bundle\Core\Imagine\PlaceholderProvider */ + /** @var PlaceholderProvider */ private $providers; /** @@ -24,8 +24,10 @@ public function __construct(array $providers = []) $this->providers = $providers; } - public function addProvider(string $type, PlaceholderProvider $provider) - { + public function addProvider( + string $type, + PlaceholderProvider $provider + ) { $this->providers[$type] = $provider; } diff --git a/src/bundle/Core/Imagine/Variation/ImagineAwareAliasGenerator.php b/src/bundle/Core/Imagine/Variation/ImagineAwareAliasGenerator.php index 05cb472a90..bd1b39227c 100644 --- a/src/bundle/Core/Imagine/Variation/ImagineAwareAliasGenerator.php +++ b/src/bundle/Core/Imagine/Variation/ImagineAwareAliasGenerator.php @@ -8,13 +8,17 @@ namespace Ibexa\Bundle\Core\Imagine\Variation; use Ibexa\Bundle\Core\Imagine\IORepositoryResolver; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; +use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Contracts\Core\Variation\Values\ImageVariation; use Ibexa\Contracts\Core\Variation\Values\Variation; use Ibexa\Contracts\Core\Variation\VariationHandler; use Ibexa\Contracts\Core\Variation\VariationPathGenerator; use Ibexa\Core\IO\IOServiceInterface; +use Ibexa\Core\IO\Values\BinaryFile; use Imagine\Image\ImagineInterface; /** @@ -23,19 +27,19 @@ */ class ImagineAwareAliasGenerator implements VariationHandler { - /** @var \Ibexa\Contracts\Core\Variation\VariationHandler */ + /** @var VariationHandler */ private $aliasGenerator; - /** @var \Ibexa\Contracts\Core\Variation\VariationPathGenerator */ + /** @var VariationPathGenerator */ private $variationPathGenerator; - /** @var \Ibexa\Core\IO\IOServiceInterface */ + /** @var IOServiceInterface */ private $ioService; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; - /** @var \Imagine\Image\ImagineInterface */ + /** @var ImagineInterface */ private $imagine; public function __construct( @@ -55,8 +59,8 @@ public function __construct( * * {@inheritdoc} * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ public function getVariation( Field $field, @@ -64,7 +68,7 @@ public function getVariation( string $variationName, array $parameters = [] ): Variation { - /** @var \Ibexa\Contracts\Core\Variation\Values\ImageVariation $variation */ + /** @var ImageVariation $variation */ $variation = $this->aliasGenerator->getVariation( $field, $versionInfo, @@ -102,13 +106,15 @@ public function getVariation( * @param string $originalPath * @param string $variationName * - * @return \Ibexa\Core\IO\Values\BinaryFile + * @return BinaryFile * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ - private function getVariationBinaryFile($originalPath, $variationName) - { + private function getVariationBinaryFile( + $originalPath, + $variationName + ) { if ($variationName !== IORepositoryResolver::VARIATION_ORIGINAL) { $variationPath = $this->variationPathGenerator->getVariationPath( $originalPath, diff --git a/src/bundle/Core/Imagine/VariationPathGenerator/AliasDirectoryVariationPathGenerator.php b/src/bundle/Core/Imagine/VariationPathGenerator/AliasDirectoryVariationPathGenerator.php index a4fbfdf5e1..deb4490446 100644 --- a/src/bundle/Core/Imagine/VariationPathGenerator/AliasDirectoryVariationPathGenerator.php +++ b/src/bundle/Core/Imagine/VariationPathGenerator/AliasDirectoryVariationPathGenerator.php @@ -17,8 +17,10 @@ */ class AliasDirectoryVariationPathGenerator implements VariationPathGenerator { - public function getVariationPath(string $path, string $variation): string - { + public function getVariationPath( + string $path, + string $variation + ): string { $info = pathinfo($path); return sprintf( diff --git a/src/bundle/Core/Imagine/VariationPathGenerator/OriginalDirectoryVariationPathGenerator.php b/src/bundle/Core/Imagine/VariationPathGenerator/OriginalDirectoryVariationPathGenerator.php index dddb8ad4aa..a0c0b8bb3d 100644 --- a/src/bundle/Core/Imagine/VariationPathGenerator/OriginalDirectoryVariationPathGenerator.php +++ b/src/bundle/Core/Imagine/VariationPathGenerator/OriginalDirectoryVariationPathGenerator.php @@ -17,8 +17,10 @@ */ class OriginalDirectoryVariationPathGenerator implements VariationPathGenerator { - public function getVariationPath(string $path, string $variation): string - { + public function getVariationPath( + string $path, + string $variation + ): string { $info = pathinfo($path); return sprintf( diff --git a/src/bundle/Core/Imagine/VariationPathGenerator/WebpFormatVariationPathGenerator.php b/src/bundle/Core/Imagine/VariationPathGenerator/WebpFormatVariationPathGenerator.php index 382a2ac885..bc86eea982 100644 --- a/src/bundle/Core/Imagine/VariationPathGenerator/WebpFormatVariationPathGenerator.php +++ b/src/bundle/Core/Imagine/VariationPathGenerator/WebpFormatVariationPathGenerator.php @@ -28,8 +28,10 @@ public function __construct( $this->filterConfiguration = $filterConfiguration; } - public function getVariationPath(string $path, string $variation): string - { + public function getVariationPath( + string $path, + string $variation + ): string { $variationPath = $this->innerVariationPathGenerator->getVariationPath($path, $variation); $filterConfig = $this->filterConfiguration->get($variation); diff --git a/src/bundle/Core/Imagine/VariationPurger/ImageFileList.php b/src/bundle/Core/Imagine/VariationPurger/ImageFileList.php index 17ebc9d78e..825352530e 100644 --- a/src/bundle/Core/Imagine/VariationPurger/ImageFileList.php +++ b/src/bundle/Core/Imagine/VariationPurger/ImageFileList.php @@ -16,6 +16,4 @@ * * @extends \Iterator */ -interface ImageFileList extends Countable, Iterator -{ -} +interface ImageFileList extends Countable, Iterator {} diff --git a/src/bundle/Core/Imagine/VariationPurger/ImageFileVariationPurger.php b/src/bundle/Core/Imagine/VariationPurger/ImageFileVariationPurger.php index b069a794b4..a63950e0ce 100644 --- a/src/bundle/Core/Imagine/VariationPurger/ImageFileVariationPurger.php +++ b/src/bundle/Core/Imagine/VariationPurger/ImageFileVariationPurger.php @@ -28,8 +28,7 @@ public function __construct( private readonly ImageFileList $imageFileList, private readonly IOServiceInterface $ioService, private readonly VariationPathGenerator $variationPathGenerator - ) { - } + ) {} public function purge(array $aliasNames): void { diff --git a/src/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileList.php b/src/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileList.php index 1a856e4972..cad1f50d1e 100644 --- a/src/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileList.php +++ b/src/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileList.php @@ -34,8 +34,7 @@ public function __construct( private readonly ImageFileRowReader $rowReader, private readonly IOConfigProvider $ioConfigResolver, private readonly ConfigResolverInterface $configResolver - ) { - } + ) {} #[\ReturnTypeWillChange] public function current(): ?string diff --git a/src/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileRowReader.php b/src/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileRowReader.php index 5184d7b890..1e1b75fa0f 100644 --- a/src/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileRowReader.php +++ b/src/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileRowReader.php @@ -9,6 +9,7 @@ namespace Ibexa\Bundle\Core\Imagine\VariationPurger; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\Result; use Ibexa\Core\FieldType\Image\ImageStorage\Gateway\DoctrineStorage; use LogicException; @@ -26,7 +27,7 @@ public function __construct(Connection $connection) } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function init(): void { @@ -36,7 +37,7 @@ public function init(): void } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function getRow(): ?string { @@ -50,7 +51,7 @@ public function getRow(): ?string } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function getCount(): int { diff --git a/src/bundle/Core/Matcher/ViewMatcherRegistry.php b/src/bundle/Core/Matcher/ViewMatcherRegistry.php index 7fbbae6a85..5ccd64e1e5 100644 --- a/src/bundle/Core/Matcher/ViewMatcherRegistry.php +++ b/src/bundle/Core/Matcher/ViewMatcherRegistry.php @@ -17,11 +17,11 @@ */ final class ViewMatcherRegistry implements ViewMatcherRegistryInterface { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ViewMatcherInterface[] */ + /** @var ViewMatcherInterface[] */ private $matchers; /** - * @param iterable<\Ibexa\Core\MVC\Symfony\Matcher\ViewMatcherInterface> $matchers + * @param iterable $matchers */ public function __construct(iterable $matchers = []) { @@ -31,15 +31,17 @@ public function __construct(iterable $matchers = []) } } - public function setMatcher(string $matcherIdentifier, ViewMatcherInterface $matcher): void - { + public function setMatcher( + string $matcherIdentifier, + ViewMatcherInterface $matcher + ): void { $this->matchers[$matcherIdentifier] = $matcher; } /** * @param string $matcherIdentifier * - * @return \Ibexa\Core\MVC\Symfony\Matcher\ViewMatcherInterface + * @return ViewMatcherInterface * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException */ diff --git a/src/bundle/Core/Routing/DefaultRouter.php b/src/bundle/Core/Routing/DefaultRouter.php index b8999d2460..0d0389c7db 100644 --- a/src/bundle/Core/Routing/DefaultRouter.php +++ b/src/bundle/Core/Routing/DefaultRouter.php @@ -78,8 +78,11 @@ public function matchRequest(Request $request): array /** * @param array $parameters */ - public function generate(string $name, array $parameters = [], int $referenceType = self::ABSOLUTE_PATH): string - { + public function generate( + string $name, + array $parameters = [], + int $referenceType = self::ABSOLUTE_PATH + ): string { $siteAccess = $this->siteAccess; $originalContext = $context = $this->getContext(); $isSiteAccessAware = $this->isSiteAccessAwareRoute($name); diff --git a/src/bundle/Core/Routing/JsRouting/ExposedRoutesExtractor.php b/src/bundle/Core/Routing/JsRouting/ExposedRoutesExtractor.php index db4efec3d7..2578b8e7aa 100644 --- a/src/bundle/Core/Routing/JsRouting/ExposedRoutesExtractor.php +++ b/src/bundle/Core/Routing/JsRouting/ExposedRoutesExtractor.php @@ -25,8 +25,10 @@ class ExposedRoutesExtractor implements ExposedRoutesExtractorInterface private RequestStack $requestStack; - public function __construct(ExposedRoutesExtractorInterface $innerExtractor, RequestStack $requestStack) - { + public function __construct( + ExposedRoutesExtractorInterface $innerExtractor, + RequestStack $requestStack + ) { $this->innerExtractor = $innerExtractor; $this->requestStack = $requestStack; } @@ -85,8 +87,10 @@ public function getPort(): string return $this->innerExtractor->getPort() ?? ''; } - public function isRouteExposed(Route $route, string $name): bool - { + public function isRouteExposed( + Route $route, + string $name + ): bool { return $this->innerExtractor->isRouteExposed($route, $name); } } diff --git a/src/bundle/Core/Routing/UrlAliasRouter.php b/src/bundle/Core/Routing/UrlAliasRouter.php index f3b688bc3d..15fed46157 100644 --- a/src/bundle/Core/Routing/UrlAliasRouter.php +++ b/src/bundle/Core/Routing/UrlAliasRouter.php @@ -7,6 +7,8 @@ namespace Ibexa\Bundle\Core\Routing; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\URLAlias; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter as BaseUrlAliasRouter; @@ -25,7 +27,7 @@ public function setConfigResolver(ConfigResolverInterface $configResolver): void /** * @return array an array of parameters * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function matchRequest(Request $request): array { @@ -41,8 +43,8 @@ public function matchRequest(Request $request): array /** * Will return the right UrlAlias with respect to configured root location. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ protected function getUrlAlias(string $pathInfo): URLAlias { diff --git a/src/bundle/Core/Session/Handler/NativeSessionHandler.php b/src/bundle/Core/Session/Handler/NativeSessionHandler.php index 7342577861..0fd052ecf9 100644 --- a/src/bundle/Core/Session/Handler/NativeSessionHandler.php +++ b/src/bundle/Core/Session/Handler/NativeSessionHandler.php @@ -24,8 +24,10 @@ class NativeSessionHandler extends \SessionHandler * * @see http://php.net/manual/en/session.configuration.php#ini.session.save-path for further details. */ - public function __construct($savePath = null, $saveHandler = null) - { + public function __construct( + $savePath = null, + $saveHandler = null + ) { if (null !== $savePath) { ini_set('session.save_path', $savePath); } diff --git a/src/bundle/Core/SiteAccess/Config/ComplexConfigProcessor.php b/src/bundle/Core/SiteAccess/Config/ComplexConfigProcessor.php index 5329e4dffc..8efb373628 100644 --- a/src/bundle/Core/SiteAccess/Config/ComplexConfigProcessor.php +++ b/src/bundle/Core/SiteAccess/Config/ComplexConfigProcessor.php @@ -9,23 +9,25 @@ namespace Ibexa\Bundle\Core\SiteAccess\Config; use Ibexa\Bundle\Core\DependencyInjection\Configuration\ComplexSettings\ComplexSettingParser; +use Ibexa\Bundle\Core\DependencyInjection\Configuration\ComplexSettings\ComplexSettingParserInterface; use Ibexa\Contracts\Core\SiteAccess\ConfigProcessor; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Exception\ParameterNotFoundException; use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessService; + use function str_replace; final class ComplexConfigProcessor implements ConfigProcessor { private const DEFAULT_NAMESPACE = 'ibexa.site_access.config'; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessService */ + /** @var SiteAccessService */ private $siteAccessService; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\ComplexSettings\ComplexSettingParserInterface */ + /** @var ComplexSettingParserInterface */ private $complexSettingParser; public function __construct( diff --git a/src/bundle/Core/SiteAccess/Config/IOConfigResolver.php b/src/bundle/Core/SiteAccess/Config/IOConfigResolver.php index 4ee9d9b377..e327d959fd 100644 --- a/src/bundle/Core/SiteAccess/Config/IOConfigResolver.php +++ b/src/bundle/Core/SiteAccess/Config/IOConfigResolver.php @@ -15,7 +15,7 @@ */ final class IOConfigResolver implements IOConfigProvider { - /** @var \Ibexa\Bundle\Core\SiteAccess\Config\ComplexConfigProcessor */ + /** @var ComplexConfigProcessor */ private $complexConfigProcessor; public function __construct( diff --git a/src/bundle/Core/SiteAccess/LanguageResolver.php b/src/bundle/Core/SiteAccess/LanguageResolver.php index 374f6ea837..6c5bb8adf4 100644 --- a/src/bundle/Core/SiteAccess/LanguageResolver.php +++ b/src/bundle/Core/SiteAccess/LanguageResolver.php @@ -15,7 +15,7 @@ */ final class LanguageResolver extends AbstractLanguageResolver { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; public function __construct( diff --git a/src/bundle/Core/SiteAccess/MatcherBuilder.php b/src/bundle/Core/SiteAccess/MatcherBuilder.php index db8e23ed23..dd52757e0e 100644 --- a/src/bundle/Core/SiteAccess/MatcherBuilder.php +++ b/src/bundle/Core/SiteAccess/MatcherBuilder.php @@ -7,6 +7,7 @@ namespace Ibexa\Bundle\Core\SiteAccess; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest; use Ibexa\Core\MVC\Symfony\SiteAccess\MatcherBuilder as BaseMatcherBuilder; @@ -15,7 +16,7 @@ */ final class MatcherBuilder extends BaseMatcherBuilder { - /** @var \Ibexa\Bundle\Core\SiteAccess\SiteAccessMatcherRegistryInterface */ + /** @var SiteAccessMatcherRegistryInterface */ protected $siteAccessMatcherRegistry; public function __construct(SiteAccessMatcherRegistryInterface $siteAccessMatcherRegistry) @@ -29,14 +30,17 @@ public function __construct(SiteAccessMatcherRegistryInterface $siteAccessMatche * * @param $matchingClass * @param $matchingConfiguration - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request * - * @return \Ibexa\Bundle\Core\SiteAccess\Matcher + * @return Matcher * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - public function buildMatcher($matchingClass, $matchingConfiguration, SimplifiedRequest $request) - { + public function buildMatcher( + $matchingClass, + $matchingConfiguration, + SimplifiedRequest $request + ) { if (strpos($matchingClass, '@') === 0) { $matcher = $this->siteAccessMatcherRegistry->getMatcher(substr($matchingClass, 1)); diff --git a/src/bundle/Core/SiteAccess/SiteAccessMatcherRegistry.php b/src/bundle/Core/SiteAccess/SiteAccessMatcherRegistry.php index 6bcca7c216..efa3870b37 100644 --- a/src/bundle/Core/SiteAccess/SiteAccessMatcherRegistry.php +++ b/src/bundle/Core/SiteAccess/SiteAccessMatcherRegistry.php @@ -12,19 +12,21 @@ final class SiteAccessMatcherRegistry implements SiteAccessMatcherRegistryInterface { - /** @var \Ibexa\Bundle\Core\SiteAccess\Matcher[] */ + /** @var Matcher[] */ private $matchers; /** - * @param \Ibexa\Bundle\Core\SiteAccess\Matcher[] $matchers + * @param Matcher[] $matchers */ public function __construct(array $matchers = []) { $this->matchers = $matchers; } - public function setMatcher(string $identifier, Matcher $matcher): void - { + public function setMatcher( + string $identifier, + Matcher $matcher + ): void { $this->matchers[$identifier] = $matcher; } diff --git a/src/bundle/Core/SiteAccess/SiteAccessMatcherRegistryInterface.php b/src/bundle/Core/SiteAccess/SiteAccessMatcherRegistryInterface.php index b7865a6611..9437e4c152 100644 --- a/src/bundle/Core/SiteAccess/SiteAccessMatcherRegistryInterface.php +++ b/src/bundle/Core/SiteAccess/SiteAccessMatcherRegistryInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Bundle\Core\SiteAccess; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; + /** * @internal * @@ -15,10 +17,13 @@ */ interface SiteAccessMatcherRegistryInterface { - public function setMatcher(string $identifier, Matcher $matcher): void; + public function setMatcher( + string $identifier, + Matcher $matcher + ): void; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function getMatcher(string $identifier): Matcher; diff --git a/src/bundle/Core/Templating/Twig/ContextAwareTwigVariablesExtension.php b/src/bundle/Core/Templating/Twig/ContextAwareTwigVariablesExtension.php index d3442193b7..d293548861 100644 --- a/src/bundle/Core/Templating/Twig/ContextAwareTwigVariablesExtension.php +++ b/src/bundle/Core/Templating/Twig/ContextAwareTwigVariablesExtension.php @@ -14,7 +14,7 @@ final class ContextAwareTwigVariablesExtension extends AbstractExtension implements GlobalsInterface { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; public function __construct( diff --git a/src/bundle/Core/Translation/Policy/PolicyTranslationDefinitionProvider.php b/src/bundle/Core/Translation/Policy/PolicyTranslationDefinitionProvider.php index 72f9d3aad5..9f1d20f559 100644 --- a/src/bundle/Core/Translation/Policy/PolicyTranslationDefinitionProvider.php +++ b/src/bundle/Core/Translation/Policy/PolicyTranslationDefinitionProvider.php @@ -16,7 +16,7 @@ final class PolicyTranslationDefinitionProvider implements TranslationContainerI private const TRANSLATION_DOMAIN = 'forms'; /** - * @return array<\JMS\TranslationBundle\Model\Message> + * @return array */ public static function getTranslationMessages(): array { diff --git a/src/bundle/Core/URLChecker/Handler/AbstractConfigResolverBasedURLHandler.php b/src/bundle/Core/URLChecker/Handler/AbstractConfigResolverBasedURLHandler.php index 8ec374a82d..dc6e1edb2a 100644 --- a/src/bundle/Core/URLChecker/Handler/AbstractConfigResolverBasedURLHandler.php +++ b/src/bundle/Core/URLChecker/Handler/AbstractConfigResolverBasedURLHandler.php @@ -15,7 +15,7 @@ */ abstract class AbstractConfigResolverBasedURLHandler extends AbstractURLHandler { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ protected $configResolver; /** @var string */ diff --git a/src/bundle/Core/URLChecker/Handler/AbstractURLHandler.php b/src/bundle/Core/URLChecker/Handler/AbstractURLHandler.php index a683598f56..427f88d7bb 100644 --- a/src/bundle/Core/URLChecker/Handler/AbstractURLHandler.php +++ b/src/bundle/Core/URLChecker/Handler/AbstractURLHandler.php @@ -20,7 +20,7 @@ abstract class AbstractURLHandler implements URLHandlerInterface { use LoggerAwareTrait; - /** @var \Ibexa\Contracts\Core\Repository\URLService */ + /** @var URLService */ protected $urlService; public function __construct(URLService $urlService) @@ -36,11 +36,13 @@ abstract public function getOptions(): array; /** * Sets URL status. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URL $url + * @param URL $url * @param bool $isValid */ - protected function setUrlStatus(URL $url, $isValid) - { + protected function setUrlStatus( + URL $url, + $isValid + ) { try { $updateStruct = $this->urlService->createUpdateStruct(); $updateStruct->isValid = $isValid; diff --git a/src/bundle/Core/URLChecker/Handler/HTTPHandler.php b/src/bundle/Core/URLChecker/Handler/HTTPHandler.php index 7ab6dddde5..3164da7c51 100644 --- a/src/bundle/Core/URLChecker/Handler/HTTPHandler.php +++ b/src/bundle/Core/URLChecker/Handler/HTTPHandler.php @@ -111,10 +111,14 @@ public function getOptions(): array /** * Initialize and return a cURL session for given URL. * - * @param array $handlers + * @param array $handlers */ - private function createCurlHandlerForUrl(URL $url, array &$handlers, int $connectionTimeout, int $timeout): CurlHandle - { + private function createCurlHandlerForUrl( + URL $url, + array &$handlers, + int $connectionTimeout, + int $timeout + ): CurlHandle { $options = $this->getOptions(); $handler = curl_init(); if ($handler === false) { @@ -152,11 +156,13 @@ private function createCurlHandlerForUrl(URL $url, array &$handlers, int $connec /** * Validate single response. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URL $url + * @param URL $url * @param resource $handler CURL handler */ - private function doValidate(URL $url, $handler) - { + private function doValidate( + URL $url, + $handler + ) { $this->setUrlStatus($url, $this->isSuccessful(curl_getinfo($handler, CURLINFO_HTTP_CODE))); } diff --git a/src/bundle/Core/URLChecker/URLChecker.php b/src/bundle/Core/URLChecker/URLChecker.php index 852dbd58c0..fbb7666d3e 100644 --- a/src/bundle/Core/URLChecker/URLChecker.php +++ b/src/bundle/Core/URLChecker/URLChecker.php @@ -7,6 +7,7 @@ namespace Ibexa\Bundle\Core\URLChecker; +use Ibexa\Contracts\Core\Repository\URLService; use Ibexa\Contracts\Core\Repository\URLService as URLServiceInterface; use Ibexa\Contracts\Core\Repository\Values\URL\SearchResult; use Ibexa\Contracts\Core\Repository\Values\URL\URLQuery; @@ -17,17 +18,17 @@ class URLChecker implements URLCheckerInterface { use LoggerAwareTrait; - /** @var \Ibexa\Contracts\Core\Repository\URLService */ + /** @var URLService */ protected $urlService; - /** @var \Ibexa\Bundle\Core\URLChecker\URLHandlerRegistryInterface */ + /** @var URLHandlerRegistryInterface */ protected $handlerRegistry; /** * URLChecker constructor. * - * @param \Ibexa\Contracts\Core\Repository\URLService $urlService - * @param \Ibexa\Bundle\Core\URLChecker\URLHandlerRegistryInterface $handlerRegistry + * @param URLService $urlService + * @param URLHandlerRegistryInterface $handlerRegistry */ public function __construct( URLServiceInterface $urlService, @@ -58,7 +59,7 @@ public function check(URLQuery $query) /** * Fetch URLs to check. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URLQuery $query + * @param URLQuery $query * * @return array */ @@ -72,7 +73,7 @@ protected function fetchUrls(URLQuery $query) /** * Group URLs by schema. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\SearchResult $urls + * @param SearchResult $urls * * @return array */ diff --git a/src/bundle/Core/URLChecker/URLCheckerInterface.php b/src/bundle/Core/URLChecker/URLCheckerInterface.php index 99ef261002..aa97a2dc21 100644 --- a/src/bundle/Core/URLChecker/URLCheckerInterface.php +++ b/src/bundle/Core/URLChecker/URLCheckerInterface.php @@ -14,7 +14,7 @@ interface URLCheckerInterface /** * Checks URLs returned by given query. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URLQuery $query + * @param URLQuery $query */ public function check(URLQuery $query); } diff --git a/src/bundle/Core/URLChecker/URLHandlerInterface.php b/src/bundle/Core/URLChecker/URLHandlerInterface.php index 74299d0c4c..13c370208f 100644 --- a/src/bundle/Core/URLChecker/URLHandlerInterface.php +++ b/src/bundle/Core/URLChecker/URLHandlerInterface.php @@ -7,12 +7,14 @@ namespace Ibexa\Bundle\Core\URLChecker; +use Ibexa\Contracts\Core\Repository\Values\URL\URL; + interface URLHandlerInterface { /** * Validates given list of URLs. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URL[] $urls + * @param URL[] $urls */ public function validate(array $urls); } diff --git a/src/bundle/Core/URLChecker/URLHandlerRegistry.php b/src/bundle/Core/URLChecker/URLHandlerRegistry.php index b34b6e98aa..b2f6cbc0e9 100644 --- a/src/bundle/Core/URLChecker/URLHandlerRegistry.php +++ b/src/bundle/Core/URLChecker/URLHandlerRegistry.php @@ -11,7 +11,7 @@ class URLHandlerRegistry implements URLHandlerRegistryInterface { - /** @var \Ibexa\Bundle\Core\URLChecker\URLHandlerInterface[] */ + /** @var URLHandlerInterface[] */ private $handlers = []; /** @@ -25,8 +25,10 @@ public function __construct() /** * {@inheritdoc} */ - public function addHandler($scheme, URLHandlerInterface $handler) - { + public function addHandler( + $scheme, + URLHandlerInterface $handler + ) { $this->handlers[$scheme] = $handler; } diff --git a/src/bundle/Core/URLChecker/URLHandlerRegistryInterface.php b/src/bundle/Core/URLChecker/URLHandlerRegistryInterface.php index 0a9146380c..8c2d98c31a 100644 --- a/src/bundle/Core/URLChecker/URLHandlerRegistryInterface.php +++ b/src/bundle/Core/URLChecker/URLHandlerRegistryInterface.php @@ -13,9 +13,12 @@ interface URLHandlerRegistryInterface * Adds scheme handler. * * @param string $scheme - * @param \Ibexa\Bundle\Core\URLChecker\URLHandlerInterface $handler + * @param URLHandlerInterface $handler */ - public function addHandler($scheme, URLHandlerInterface $handler); + public function addHandler( + $scheme, + URLHandlerInterface $handler + ); /** * Is scheme supported ? @@ -31,7 +34,7 @@ public function supported($scheme); * * @param string $scheme * - * @return \Ibexa\Bundle\Core\URLChecker\URLHandlerInterface + * @return URLHandlerInterface * * @throw \InvalidArgumentException When scheme isn't supported */ diff --git a/src/bundle/Core/ValueResolver/ContentValueResolver.php b/src/bundle/Core/ValueResolver/ContentValueResolver.php index 2b0f2f558a..a06e9463e8 100644 --- a/src/bundle/Core/ValueResolver/ContentValueResolver.php +++ b/src/bundle/Core/ValueResolver/ContentValueResolver.php @@ -9,6 +9,8 @@ namespace Ibexa\Bundle\Core\ValueResolver; use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Controller\ValueResolverInterface; @@ -20,17 +22,18 @@ final class ContentValueResolver implements ValueResolverInterface public function __construct( private readonly ContentService $contentService - ) { - } + ) {} /** - * @return iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Content> + * @return iterable * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function resolve(Request $request, ArgumentMetadata $argument): iterable - { + public function resolve( + Request $request, + ArgumentMetadata $argument + ): iterable { if ($argument->getType() !== Content::class) { return []; } diff --git a/src/bundle/Core/ValueResolver/LocationValueResolver.php b/src/bundle/Core/ValueResolver/LocationValueResolver.php index 93578dae58..32f1839d66 100644 --- a/src/bundle/Core/ValueResolver/LocationValueResolver.php +++ b/src/bundle/Core/ValueResolver/LocationValueResolver.php @@ -8,6 +8,8 @@ namespace Ibexa\Bundle\Core\ValueResolver; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Values\Content\Language; use Ibexa\Contracts\Core\Repository\Values\Content\Location; @@ -23,17 +25,18 @@ final class LocationValueResolver implements ValueResolverInterface public function __construct( private readonly LocationService $locationService, private readonly ContentPreviewHelper $contentPreviewHelper - ) { - } + ) {} /** - * @return iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Location> + * @return iterable * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function resolve(Request $request, ArgumentMetadata $argument): iterable - { + public function resolve( + Request $request, + ArgumentMetadata $argument + ): iterable { if ($argument->getType() !== Location::class) { return []; } diff --git a/src/bundle/Core/Variation/PathResolver.php b/src/bundle/Core/Variation/PathResolver.php index 6ce750b772..a04c4d2d5d 100644 --- a/src/bundle/Core/Variation/PathResolver.php +++ b/src/bundle/Core/Variation/PathResolver.php @@ -24,15 +24,20 @@ public function __construct( $this->variationPathGenerator = $variationPathGenerator; } - abstract public function resolve($path, $variation): string; + abstract public function resolve( + $path, + $variation + ): string; /** * Returns path for filtered image from original path, using the VariationPathGenerator. * * @return string */ - public function getFilePath(?string $path, string $variation) - { + public function getFilePath( + ?string $path, + string $variation + ) { return $this->variationPathGenerator->getVariationPath($path, $variation); } diff --git a/src/bundle/Core/View/Provider/Configured.php b/src/bundle/Core/View/Provider/Configured.php index c86cb5e830..d433004494 100644 --- a/src/bundle/Core/View/Provider/Configured.php +++ b/src/bundle/Core/View/Provider/Configured.php @@ -16,7 +16,7 @@ class Configured extends BaseConfigured implements SiteAccessAware /** * Changes SiteAccess. * - * @param \Ibexa\Core\MVC\Symfony\SiteAccess $siteAccess + * @param SiteAccess $siteAccess */ public function setSiteAccess(?SiteAccess $siteAccess = null) { diff --git a/src/bundle/Debug/Collector/IbexaCoreCollector.php b/src/bundle/Debug/Collector/IbexaCoreCollector.php index e3cf10d475..cca4f79530 100644 --- a/src/bundle/Debug/Collector/IbexaCoreCollector.php +++ b/src/bundle/Debug/Collector/IbexaCoreCollector.php @@ -21,9 +21,12 @@ public function __construct() $this->reset(); } - public function collect(Request $request, Response $response, ?Throwable $exception = null) - { - /** @var \Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface $innerCollector */ + public function collect( + Request $request, + Response $response, + ?Throwable $exception = null + ) { + /** @var DataCollectorInterface $innerCollector */ foreach ($this->data['collectors'] as $innerCollector) { $innerCollector->collect($request, $response, $exception); } @@ -35,10 +38,13 @@ public function getName(): string } /** - * @param \Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface $collector + * @param DataCollectorInterface $collector */ - public function addCollector(DataCollectorInterface $collector, $panelTemplate = null, $toolbarTemplate = null) - { + public function addCollector( + DataCollectorInterface $collector, + $panelTemplate = null, + $toolbarTemplate = null + ) { $name = $collector->getName(); $this->data['collectors'][$name] = $collector; $this->data['panelTemplates'][$name] = $panelTemplate; @@ -48,9 +54,9 @@ public function addCollector(DataCollectorInterface $collector, $panelTemplate = /** * @param string $name Name of the collector * - * @return \Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface + * @return DataCollectorInterface * - * @throws \InvalidArgumentException + * @throws InvalidArgumentException */ public function getCollector($name) { @@ -62,7 +68,7 @@ public function getCollector($name) } /** - * @return \Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface[] + * @return DataCollectorInterface[] */ public function getAllCollectors() { diff --git a/src/bundle/Debug/Collector/PersistenceCacheCollector.php b/src/bundle/Debug/Collector/PersistenceCacheCollector.php index 88fc7deec7..7efb0596a1 100644 --- a/src/bundle/Debug/Collector/PersistenceCacheCollector.php +++ b/src/bundle/Debug/Collector/PersistenceCacheCollector.php @@ -18,7 +18,7 @@ */ class PersistenceCacheCollector extends DataCollector { - /** @var \Ibexa\Core\Persistence\Cache\PersistenceLogger */ + /** @var PersistenceLogger */ private $logger; public function __construct(PersistenceLogger $logger) @@ -26,8 +26,11 @@ public function __construct(PersistenceLogger $logger) $this->logger = $logger; } - public function collect(Request $request, Response $response, ?Throwable $exception = null) - { + public function collect( + Request $request, + Response $response, + ?Throwable $exception = null + ) { $this->data = [ 'stats' => $this->logger->getStats(), 'calls_logging_enabled' => $this->logger->isCallsLoggingEnabled(), diff --git a/src/bundle/Debug/Collector/SiteAccessCollector.php b/src/bundle/Debug/Collector/SiteAccessCollector.php index 7097353c9d..fddb73322b 100644 --- a/src/bundle/Debug/Collector/SiteAccessCollector.php +++ b/src/bundle/Debug/Collector/SiteAccessCollector.php @@ -7,6 +7,7 @@ namespace Ibexa\Bundle\Debug\Collector; +use Ibexa\Core\MVC\Symfony\SiteAccess; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\DataCollector\DataCollector; @@ -17,8 +18,11 @@ */ class SiteAccessCollector extends DataCollector { - public function collect(Request $request, Response $response, ?Throwable $exception = null) - { + public function collect( + Request $request, + Response $response, + ?Throwable $exception = null + ) { $this->data = [ 'siteAccess' => $request->attributes->get('siteaccess'), ]; @@ -32,7 +36,7 @@ public function getName(): string /** * Returns siteAccess. * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess + * @return SiteAccess */ public function getSiteAccess() { diff --git a/src/bundle/Debug/DependencyInjection/IbexaDebugExtension.php b/src/bundle/Debug/DependencyInjection/IbexaDebugExtension.php index 6be001c3f8..22b95fa7b7 100644 --- a/src/bundle/Debug/DependencyInjection/IbexaDebugExtension.php +++ b/src/bundle/Debug/DependencyInjection/IbexaDebugExtension.php @@ -22,8 +22,10 @@ class IbexaDebugExtension extends Extension /** * @throws \Exception */ - public function load(array $configs, ContainerBuilder $container): void - { + public function load( + array $configs, + ContainerBuilder $container + ): void { $loader = new Loader\YamlFileLoader( $container, new FileLocator(__DIR__ . '/../Resources/config') diff --git a/src/bundle/IO/ApiLoader/HandlerRegistry.php b/src/bundle/IO/ApiLoader/HandlerRegistry.php index 555139a55e..7c5954665b 100644 --- a/src/bundle/IO/ApiLoader/HandlerRegistry.php +++ b/src/bundle/IO/ApiLoader/HandlerRegistry.php @@ -33,7 +33,7 @@ public function setHandlersMap(array $handlersMap): void } /** - * @throws \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException If the requested handler doesn't exist + * @throws InvalidConfigurationException If the requested handler doesn't exist * * @phpstan-return THandlerType */ diff --git a/src/bundle/IO/BinaryStreamResponse.php b/src/bundle/IO/BinaryStreamResponse.php index 3365bb8456..418726cce5 100644 --- a/src/bundle/IO/BinaryStreamResponse.php +++ b/src/bundle/IO/BinaryStreamResponse.php @@ -14,6 +14,7 @@ use LogicException; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; +use Symfony\Component\HttpFoundation\ResponseHeaderBag; /** * A modified version of HttpFoundation's BinaryFileResponse that accepts a stream as the input. @@ -32,7 +33,7 @@ class BinaryStreamResponse extends Response * @param array> $headers An array of response headers * @param bool $public Files are public by default * - * @phpstan-param \Symfony\Component\HttpFoundation\ResponseHeaderBag::DISPOSITION_*|null $contentDisposition The type of Content-Disposition to set automatically with the filename + * @phpstan-param ResponseHeaderBag::DISPOSITION_*|null $contentDisposition The type of Content-Disposition to set automatically with the filename * * @param bool $autoLastModified Whether the Last-Modified header should be automatically set */ @@ -57,12 +58,15 @@ public function __construct( } /** - * @phpstan-param \Symfony\Component\HttpFoundation\ResponseHeaderBag::DISPOSITION_*|null $contentDisposition + * @phpstan-param ResponseHeaderBag::DISPOSITION_*|null $contentDisposition * * @return $this */ - public function setFile(BinaryFile $file, ?string $contentDisposition = null, bool $autoLastModified = true): static - { + public function setFile( + BinaryFile $file, + ?string $contentDisposition = null, + bool $autoLastModified = true + ): static { $this->file = $file; if ($autoLastModified) { @@ -96,15 +100,18 @@ public function setAutoLastModified(): static /** * Sets the Content-Disposition header with the given filename. * - * @phpstan-param \Symfony\Component\HttpFoundation\ResponseHeaderBag::DISPOSITION_* $disposition + * @phpstan-param ResponseHeaderBag::DISPOSITION_* $disposition * * @param string $filename Optionally use this filename instead of the real name of the file * @param string $filenameFallback A fallback filename, containing only ASCII characters. Defaults to an automatically encoded filename * * @return $this */ - public function setContentDisposition(string $disposition, string $filename = '', string $filenameFallback = ''): BinaryStreamResponse - { + public function setContentDisposition( + string $disposition, + string $filename = '', + string $filenameFallback = '' + ): BinaryStreamResponse { if ($filename === '') { $filename = $this->file->getId(); } @@ -189,7 +196,7 @@ public function sendContent(): static } /** - * @throws \LogicException when the content is not null + * @throws LogicException when the content is not null * * @return $this */ diff --git a/src/bundle/IO/Command/MigrateFilesCommand.php b/src/bundle/IO/Command/MigrateFilesCommand.php index a973c65618..24be28a50a 100644 --- a/src/bundle/IO/Command/MigrateFilesCommand.php +++ b/src/bundle/IO/Command/MigrateFilesCommand.php @@ -7,8 +7,10 @@ namespace Ibexa\Bundle\IO\Command; +use Ibexa\Bundle\IO\Migration\FileListerInterface; use Ibexa\Bundle\IO\Migration\FileListerRegistry; use Ibexa\Bundle\IO\Migration\FileMigratorInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Symfony\Component\Console\Attribute\AsCommand; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Helper\ProgressBar; @@ -24,14 +26,14 @@ )] final class MigrateFilesCommand extends Command { - /** @var \Ibexa\Bundle\IO\Migration\FileListerInterface[] */ + /** @var FileListerInterface[] */ private array $fileListers = []; /** * @param array> $configuredMetadataHandlers * @param array> $configuredBinarydataHandlers * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function __construct( private array $configuredMetadataHandlers, @@ -84,8 +86,10 @@ protected function configure(): void ); } - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { if ($input->getOption('list-io-handlers')) { $this->outputConfiguredHandlers($output); @@ -180,7 +184,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int /** * Output the configured meta/binary data handlers. * - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param OutputInterface $output */ protected function outputConfiguredHandlers(OutputInterface $output): void { diff --git a/src/bundle/IO/DependencyInjection/Compiler/IOConfigurationPass.php b/src/bundle/IO/DependencyInjection/Compiler/IOConfigurationPass.php index 7f99c106f8..d0dca8cf11 100644 --- a/src/bundle/IO/DependencyInjection/Compiler/IOConfigurationPass.php +++ b/src/bundle/IO/DependencyInjection/Compiler/IOConfigurationPass.php @@ -32,8 +32,7 @@ public function __construct( private ArrayObject $metadataHandlerFactories, private ArrayObject $binarydataHandlerFactories - ) { - } + ) {} public function process(ContainerBuilder $container): void { @@ -55,7 +54,7 @@ public function process(ContainerBuilder $container): void } /** - * @param \Symfony\Component\DependencyInjection\Definition $factory The factory service that should receive the list of handlers + * @param Definition $factory The factory service that should receive the list of handlers * @param array $configuredHandlers Handlers configuration declared via semantic config * @param string $defaultHandler default handler id * @@ -91,8 +90,10 @@ private function processHandlers( * * @phpstan-param THandlerConfigurationFactoryList $factories */ - private function getFactory(ArrayObject $factories, string $type): ConfigurationFactory - { + private function getFactory( + ArrayObject $factories, + string $type + ): ConfigurationFactory { if (!isset($factories[$type])) { throw new InvalidConfigurationException("Unknown handler type $type"); } diff --git a/src/bundle/IO/DependencyInjection/Configuration.php b/src/bundle/IO/DependencyInjection/Configuration.php index 9251829e66..2f8c51007b 100644 --- a/src/bundle/IO/DependencyInjection/Configuration.php +++ b/src/bundle/IO/DependencyInjection/Configuration.php @@ -74,8 +74,12 @@ public function getConfigTreeBuilder(): TreeBuilder /** * @phpstan-param THandlerConfigurationFactoryList $factories */ - private function addHandlersSection(NodeDefinition $node, string $name, string $info, ArrayObject $factories): void - { + private function addHandlersSection( + NodeDefinition $node, + string $name, + string $info, + ArrayObject $factories + ): void { $handlersNodeBuilder = $node ->children() ->arrayNode($name) diff --git a/src/bundle/IO/DependencyInjection/ConfigurationFactory.php b/src/bundle/IO/DependencyInjection/ConfigurationFactory.php index 89e432f9ff..c1117e9543 100644 --- a/src/bundle/IO/DependencyInjection/ConfigurationFactory.php +++ b/src/bundle/IO/DependencyInjection/ConfigurationFactory.php @@ -33,7 +33,7 @@ interface ConfigurationFactory * ->end(); * ``` * - * @param \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition $node The handler's configuration node. + * @param ArrayNodeDefinition $node The handler's configuration node. */ public function addConfiguration(ArrayNodeDefinition $node): void; @@ -52,5 +52,9 @@ public function getParentServiceId(): string; * * @param array $config */ - public function configureHandler(ContainerBuilder $container, ServiceDefinition $serviceDefinition, array $config): void; + public function configureHandler( + ContainerBuilder $container, + ServiceDefinition $serviceDefinition, + array $config + ): void; } diff --git a/src/bundle/IO/DependencyInjection/ConfigurationFactory/Flysystem.php b/src/bundle/IO/DependencyInjection/ConfigurationFactory/Flysystem.php index fbfe8dd604..fea03d9aef 100644 --- a/src/bundle/IO/DependencyInjection/ConfigurationFactory/Flysystem.php +++ b/src/bundle/IO/DependencyInjection/ConfigurationFactory/Flysystem.php @@ -42,14 +42,20 @@ public function addConfiguration(ArrayNodeDefinition $node): void ->end(); } - public function configureHandler(ContainerBuilder $container, ServiceDefinition $definition, array $config): void - { + public function configureHandler( + ContainerBuilder $container, + ServiceDefinition $definition, + array $config + ): void { $filesystemId = $this->createFilesystem($container, $config['name'], $config['adapter']); $definition->replaceArgument(0, new Reference($filesystemId)); } - private function createFilesystem(ContainerBuilder $container, string $fileSystemName, string $adapterName): string - { + private function createFilesystem( + ContainerBuilder $container, + string $fileSystemName, + string $adapterName + ): string { $adapterId = sprintf('oneup_flysystem.%s_adapter', $adapterName); // has either definition or alias if (!$container->has($adapterId)) { diff --git a/src/bundle/IO/DependencyInjection/ConfigurationFactory/MetadataHandler/LegacyDFSCluster.php b/src/bundle/IO/DependencyInjection/ConfigurationFactory/MetadataHandler/LegacyDFSCluster.php index e470eadbb8..78331f3a07 100644 --- a/src/bundle/IO/DependencyInjection/ConfigurationFactory/MetadataHandler/LegacyDFSCluster.php +++ b/src/bundle/IO/DependencyInjection/ConfigurationFactory/MetadataHandler/LegacyDFSCluster.php @@ -21,8 +21,11 @@ public function getParentServiceId(): string return \Ibexa\Core\IO\IOMetadataHandler\LegacyDFSCluster::class; } - public function configureHandler(ContainerBuilder $container, ServiceDefinition $serviceDefinition, array $config): void - { + public function configureHandler( + ContainerBuilder $container, + ServiceDefinition $serviceDefinition, + array $config + ): void { $serviceDefinition->replaceArgument(0, new Reference($config['connection'])); } diff --git a/src/bundle/IO/DependencyInjection/IbexaIOExtension.php b/src/bundle/IO/DependencyInjection/IbexaIOExtension.php index 935def9b14..2c0164c58a 100644 --- a/src/bundle/IO/DependencyInjection/IbexaIOExtension.php +++ b/src/bundle/IO/DependencyInjection/IbexaIOExtension.php @@ -24,10 +24,10 @@ class IbexaIOExtension extends Extension { public const string EXTENSION_NAME = 'ibexa_io'; - /** @var \ArrayObject */ + /** @var ArrayObject */ private ArrayObject $metadataHandlerFactories; - /** @var \ArrayObject */ + /** @var ArrayObject */ private ArrayObject $binarydataHandlerFactories; public function __construct() @@ -39,21 +39,25 @@ public function __construct() /** * Registers a metadata handler configuration $factory for handler with $alias. */ - public function addMetadataHandlerFactory(string $alias, ConfigurationFactory $factory): void - { + public function addMetadataHandlerFactory( + string $alias, + ConfigurationFactory $factory + ): void { $this->metadataHandlerFactories[$alias] = $factory; } /** * Registers a binary data handler configuration $factory for handler with $alias. */ - public function addBinarydataHandlerFactory(string $alias, ConfigurationFactory $factory): void - { + public function addBinarydataHandlerFactory( + string $alias, + ConfigurationFactory $factory + ): void { $this->binarydataHandlerFactories[$alias] = $factory; } /** - * @return \ArrayObject + * @return ArrayObject */ public function getMetadataHandlerFactories(): ArrayObject { @@ -61,7 +65,7 @@ public function getMetadataHandlerFactories(): ArrayObject } /** - * @return \ArrayObject + * @return ArrayObject */ public function getBinarydataHandlerFactories(): ArrayObject { @@ -76,11 +80,13 @@ public function getAlias(): string /** * @throws \Exception */ - public function load(array $configs, ContainerBuilder $container): void - { + public function load( + array $configs, + ContainerBuilder $container + ): void { $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); - /** @var \Ibexa\Bundle\IO\DependencyInjection\Configuration $configuration */ + /** @var Configuration $configuration */ $configuration = $this->getConfiguration($configs, $container); $config = $this->processConfiguration($configuration, $configs); @@ -98,8 +104,11 @@ public function load(array $configs, ContainerBuilder $container): void * @param array $config * @param string $key Configuration key, either binary data or metadata */ - private function processHandlers(ContainerBuilder $container, array $config, string $key): void - { + private function processHandlers( + ContainerBuilder $container, + array $config, + string $key + ): void { $handlers = []; if (isset($config[$key])) { foreach ($config[$key] as $name => $value) { @@ -118,8 +127,10 @@ private function processHandlers(ContainerBuilder $container, array $config, str /** * @param array $config */ - public function getConfiguration(array $config, ContainerBuilder $container): ?ConfigurationInterface - { + public function getConfiguration( + array $config, + ContainerBuilder $container + ): ?ConfigurationInterface { $configuration = new Configuration(); $configuration->setMetadataHandlerFactories($this->getMetadataHandlerFactories()); $configuration->setBinarydataHandlerFactories($this->getBinarydataHandlerFactories()); diff --git a/src/bundle/IO/EventListener/StreamFileListener.php b/src/bundle/IO/EventListener/StreamFileListener.php index 46bf463388..13338f97cf 100644 --- a/src/bundle/IO/EventListener/StreamFileListener.php +++ b/src/bundle/IO/EventListener/StreamFileListener.php @@ -9,6 +9,8 @@ namespace Ibexa\Bundle\IO\EventListener; use Ibexa\Bundle\IO\BinaryStreamResponse; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\IO\IOConfigProvider; use Ibexa\Core\IO\IOServiceInterface; use Ibexa\Core\IO\Values\MissingBinaryFile; @@ -29,8 +31,10 @@ class StreamFileListener implements EventSubscriberInterface private IOConfigProvider $ioConfigResolver; - public function __construct(IOServiceInterface $ioService, IOConfigProvider $ioConfigResolver) - { + public function __construct( + IOServiceInterface $ioService, + IOConfigProvider $ioConfigResolver + ) { $this->ioService = $ioService; $this->ioConfigResolver = $ioConfigResolver; } @@ -43,8 +47,8 @@ public static function getSubscribedEvents(): array } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ public function onKernelRequest(RequestEvent $event): void { @@ -82,8 +86,10 @@ public function onKernelRequest(RequestEvent $event): void /** * Tests if $uri is an IO file uri root. */ - private function isIoUri(string $uri, string $urlPrefix): bool - { + private function isIoUri( + string $uri, + string $urlPrefix + ): bool { return str_starts_with(ltrim($uri, '/'), $urlPrefix); } } diff --git a/src/bundle/IO/IbexaIOBundle.php b/src/bundle/IO/IbexaIOBundle.php index b1b8ae4dd7..096499aeea 100644 --- a/src/bundle/IO/IbexaIOBundle.php +++ b/src/bundle/IO/IbexaIOBundle.php @@ -19,7 +19,7 @@ class IbexaIOBundle extends Bundle { public function build(ContainerBuilder $container): void { - /** @var \Ibexa\Bundle\IO\DependencyInjection\IbexaIOExtension $extension */ + /** @var IbexaIOExtension $extension */ $extension = $this->getContainerExtension(); $container->addCompilerPass( new Compiler\IOConfigurationPass( diff --git a/src/bundle/IO/Migration/FileLister/BinaryFileLister.php b/src/bundle/IO/Migration/FileLister/BinaryFileLister.php index c5b09f7f52..149b3af78e 100644 --- a/src/bundle/IO/Migration/FileLister/BinaryFileLister.php +++ b/src/bundle/IO/Migration/FileLister/BinaryFileLister.php @@ -41,8 +41,10 @@ public function countFiles(): int return count($this->fileList); } - public function loadMetadataList(?int $limit = null, ?int $offset = null): array - { + public function loadMetadataList( + ?int $limit = null, + ?int $offset = null + ): array { $metadataList = []; $fileLimitList = new LimitIterator($this->fileList, $offset ?? 0, $limit ?? -1); diff --git a/src/bundle/IO/Migration/FileLister/FileIterator/LegacyStorageFileIterator.php b/src/bundle/IO/Migration/FileLister/FileIterator/LegacyStorageFileIterator.php index e8a97ffd15..f9ed730af2 100644 --- a/src/bundle/IO/Migration/FileLister/FileIterator/LegacyStorageFileIterator.php +++ b/src/bundle/IO/Migration/FileLister/FileIterator/LegacyStorageFileIterator.php @@ -23,9 +23,7 @@ final class LegacyStorageFileIterator implements FileIteratorInterface /** @var int Iteration cursor on statement. */ private int $cursor; - public function __construct(private readonly FileRowReaderInterface $rowReader) - { - } + public function __construct(private readonly FileRowReaderInterface $rowReader) {} #[\ReturnTypeWillChange] public function current(): ?string diff --git a/src/bundle/IO/Migration/FileLister/FileIteratorInterface.php b/src/bundle/IO/Migration/FileLister/FileIteratorInterface.php index d38d46f7c8..b63e2e0c0a 100644 --- a/src/bundle/IO/Migration/FileLister/FileIteratorInterface.php +++ b/src/bundle/IO/Migration/FileLister/FileIteratorInterface.php @@ -16,6 +16,4 @@ * * @extends \Iterator */ -interface FileIteratorInterface extends Countable, Iterator -{ -} +interface FileIteratorInterface extends Countable, Iterator {} diff --git a/src/bundle/IO/Migration/FileLister/FileRowReader/LegacyStorageFileRowReader.php b/src/bundle/IO/Migration/FileLister/FileRowReader/LegacyStorageFileRowReader.php index c20bf14d5d..4303949f96 100644 --- a/src/bundle/IO/Migration/FileLister/FileRowReader/LegacyStorageFileRowReader.php +++ b/src/bundle/IO/Migration/FileLister/FileRowReader/LegacyStorageFileRowReader.php @@ -9,6 +9,7 @@ namespace Ibexa\Bundle\IO\Migration\FileLister\FileRowReader; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\Result; use Ibexa\Bundle\IO\Migration\FileLister\FileRowReaderInterface; use LogicException; @@ -40,7 +41,7 @@ final public function init(): void abstract protected function getStorageTable(): string; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ final public function getRow(): ?string { @@ -66,8 +67,10 @@ final public function getCount(): int /** * Prepends $path with the first part of the given $mimeType. */ - private function prependMimeToPath(string $path, string $mimeType): string - { + private function prependMimeToPath( + string $path, + string $mimeType + ): string { return substr($mimeType, 0, strpos($mimeType, '/')) . '/' . $path; } } diff --git a/src/bundle/IO/Migration/FileLister/ImageFileLister.php b/src/bundle/IO/Migration/FileLister/ImageFileLister.php index d59fa6513a..4c85229e5b 100644 --- a/src/bundle/IO/Migration/FileLister/ImageFileLister.php +++ b/src/bundle/IO/Migration/FileLister/ImageFileLister.php @@ -14,6 +14,8 @@ use Ibexa\Bundle\IO\Migration\MigrationHandler; use Ibexa\Contracts\Core\Variation\VariationPathGenerator; use Ibexa\Core\IO\Exception\BinaryFileNotFoundException; +use Ibexa\Core\IO\IOBinarydataHandler; +use Ibexa\Core\IO\IOMetadataHandler; use Liip\ImagineBundle\Imagine\Filter\FilterConfiguration; use LimitIterator; use Psr\Log\LoggerInterface; @@ -29,8 +31,8 @@ class ImageFileLister extends MigrationHandler implements FileListerInterface private string $imagesDir; /** - * @param \Ibexa\Bundle\IO\ApiLoader\HandlerRegistry<\Ibexa\Core\IO\IOMetadataHandler> $metadataHandlerRegistry - * @param \Ibexa\Bundle\IO\ApiLoader\HandlerRegistry<\Ibexa\Core\IO\IOBinarydataHandler> $binarydataHandlerRegistry + * @param HandlerRegistry $metadataHandlerRegistry + * @param HandlerRegistry $binarydataHandlerRegistry * @param string $imagesDir Directory where images are stored, within the storage dir. Example: 'images' */ public function __construct( @@ -57,8 +59,10 @@ public function countFiles(): int return count($this->imageFileList); } - public function loadMetadataList(?int $limit = null, ?int $offset = null): array - { + public function loadMetadataList( + ?int $limit = null, + ?int $offset = null + ): array { $metadataList = []; $imageLimitList = new LimitIterator($this->imageFileList, $offset ?? 0, $limit ?? -1); $aliasNames = array_keys($this->filterConfiguration->all()); diff --git a/src/bundle/IO/Migration/FileListerInterface.php b/src/bundle/IO/Migration/FileListerInterface.php index 1366a715ce..8f33c4c1b7 100644 --- a/src/bundle/IO/Migration/FileListerInterface.php +++ b/src/bundle/IO/Migration/FileListerInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Bundle\IO\Migration; +use Ibexa\Contracts\Core\IO\BinaryFile; + interface FileListerInterface extends MigrationHandlerInterface { /** @@ -23,7 +25,10 @@ public function countFiles(): ?int; * @param int|null $limit The number of files to load data for, or null * @param int|null $offset The offset used when loading in batches, or null * - * @return \Ibexa\Contracts\Core\IO\BinaryFile[] + * @return BinaryFile[] */ - public function loadMetadataList(?int $limit = null, ?int $offset = null): array; + public function loadMetadataList( + ?int $limit = null, + ?int $offset = null + ): array; } diff --git a/src/bundle/IO/Migration/FileListerRegistry.php b/src/bundle/IO/Migration/FileListerRegistry.php index dec3c3a0ba..98dd59d993 100644 --- a/src/bundle/IO/Migration/FileListerRegistry.php +++ b/src/bundle/IO/Migration/FileListerRegistry.php @@ -8,6 +8,8 @@ namespace Ibexa\Bundle\IO\Migration; +use Ibexa\Core\Base\Exceptions\NotFoundException; + /** * A registry of FileListerInterfaces. */ @@ -18,9 +20,9 @@ interface FileListerRegistry * * @param string $identifier An identifier string. * - * @return \Ibexa\Bundle\IO\Migration\FileListerInterface The FileListerInterface given by the identifier. + * @return FileListerInterface The FileListerInterface given by the identifier. * - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException If no FileListerInterface exists with this identifier + * @throws NotFoundException If no FileListerInterface exists with this identifier */ public function getItem(string $identifier): FileListerInterface; diff --git a/src/bundle/IO/Migration/FileListerRegistry/ConfigurableRegistry.php b/src/bundle/IO/Migration/FileListerRegistry/ConfigurableRegistry.php index 2b25068df0..15de85673e 100644 --- a/src/bundle/IO/Migration/FileListerRegistry/ConfigurableRegistry.php +++ b/src/bundle/IO/Migration/FileListerRegistry/ConfigurableRegistry.php @@ -18,18 +18,16 @@ final class ConfigurableRegistry implements FileListerRegistry { /** - * @param \Ibexa\Bundle\IO\Migration\FileListerInterface[] $registry Hash of FileListerInterfaces, with identifier string as key. + * @param FileListerInterface[] $registry Hash of FileListerInterfaces, with identifier string as key. */ - public function __construct(private readonly array $registry = []) - { - } + public function __construct(private readonly array $registry = []) {} /** * Returns the FileListerInterface matching the argument. * * @param string $identifier An identifier string. * - * @return \Ibexa\Bundle\IO\Migration\FileListerInterface The FileListerInterface given by the identifier. + * @return FileListerInterface The FileListerInterface given by the identifier. * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If no FileListerInterface exists with this identifier */ diff --git a/src/bundle/IO/Migration/FileMigratorInterface.php b/src/bundle/IO/Migration/FileMigratorInterface.php index 69652efa0e..f6f0e8996d 100644 --- a/src/bundle/IO/Migration/FileMigratorInterface.php +++ b/src/bundle/IO/Migration/FileMigratorInterface.php @@ -18,7 +18,7 @@ interface FileMigratorInterface extends MigrationHandlerInterface /** * Migrate a file. * - * @param \Ibexa\Contracts\Core\IO\BinaryFile $binaryFile Information about the file + * @param BinaryFile $binaryFile Information about the file * * @return bool Success or failure */ diff --git a/src/bundle/IO/Migration/MigrationHandler.php b/src/bundle/IO/Migration/MigrationHandler.php index b011b62d1f..d52ebda7b2 100644 --- a/src/bundle/IO/Migration/MigrationHandler.php +++ b/src/bundle/IO/Migration/MigrationHandler.php @@ -31,8 +31,8 @@ abstract class MigrationHandler implements MigrationHandlerInterface, LoggerAwar protected IOBinarydataHandler $toBinarydataHandler; /** - * @param \Ibexa\Bundle\IO\ApiLoader\HandlerRegistry<\Ibexa\Core\IO\IOMetadataHandler> $metadataHandlerRegistry - * @param \Ibexa\Bundle\IO\ApiLoader\HandlerRegistry<\Ibexa\Core\IO\IOBinarydataHandler> $binarydataHandlerRegistry + * @param HandlerRegistry $metadataHandlerRegistry + * @param HandlerRegistry $binarydataHandlerRegistry */ public function __construct( private readonly HandlerRegistry $metadataHandlerRegistry, diff --git a/src/bundle/LegacySearchEngine/ApiLoader/ConnectionFactory.php b/src/bundle/LegacySearchEngine/ApiLoader/ConnectionFactory.php index 27c81605b5..41fe1516a2 100644 --- a/src/bundle/LegacySearchEngine/ApiLoader/ConnectionFactory.php +++ b/src/bundle/LegacySearchEngine/ApiLoader/ConnectionFactory.php @@ -30,7 +30,7 @@ public function __construct( /** * Returns database connection used by database handler. * - * @throws \InvalidArgumentException + * @throws InvalidArgumentException */ public function getConnection(): Connection { diff --git a/src/bundle/LegacySearchEngine/DependencyInjection/IbexaLegacySearchEngineExtension.php b/src/bundle/LegacySearchEngine/DependencyInjection/IbexaLegacySearchEngineExtension.php index 477990e428..d7a1791eae 100644 --- a/src/bundle/LegacySearchEngine/DependencyInjection/IbexaLegacySearchEngineExtension.php +++ b/src/bundle/LegacySearchEngine/DependencyInjection/IbexaLegacySearchEngineExtension.php @@ -22,8 +22,10 @@ public function getAlias(): string /** * @throws \Exception */ - public function load(array $configs, ContainerBuilder $container): void - { + public function load( + array $configs, + ContainerBuilder $container + ): void { // Loading configuration from ./src/lib/Resources/settings/policies.yml $loader = new YamlFileLoader( $container, diff --git a/src/bundle/RepositoryInstaller/Command/InstallPlatformCommand.php b/src/bundle/RepositoryInstaller/Command/InstallPlatformCommand.php index e29e66a1f1..163d137600 100644 --- a/src/bundle/RepositoryInstaller/Command/InstallPlatformCommand.php +++ b/src/bundle/RepositoryInstaller/Command/InstallPlatformCommand.php @@ -8,10 +8,12 @@ namespace Ibexa\Bundle\RepositoryInstaller\Command; use Doctrine\DBAL\Connection; +use Ibexa\Bundle\RepositoryInstaller\Installer\Installer; use Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface; use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; use LogicException; use Psr\Cache\CacheItemPoolInterface; +use Sensio\Bundle\DistributionBundle\Composer\ScriptHandler; use Symfony\Component\Console\Attribute\AsCommand; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\ArrayInput; @@ -32,19 +34,19 @@ final class InstallPlatformCommand extends Command public const int EXIT_UNKNOWN_INSTALL_TYPE = 6; public const int EXIT_MISSING_PERMISSIONS = 7; - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ private $connection; - /** @var \Symfony\Component\Console\Output\OutputInterface */ + /** @var OutputInterface */ private $output; - /** @var \Psr\Cache\CacheItemPoolInterface */ + /** @var CacheItemPoolInterface */ private $cachePool; /** @var string */ private $environment; - /** @var \Ibexa\Bundle\RepositoryInstaller\Installer\Installer[] */ + /** @var Installer[] */ private $installers = []; private RepositoryConfigurationProviderInterface $repositoryConfigurationProvider; @@ -80,8 +82,10 @@ protected function configure(): void ); } - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $this->output = $output; $this->checkPermissions(); $this->checkCreateDatabase($output); @@ -173,7 +177,7 @@ private function checkCreateDatabase(OutputInterface $output): void /** * Clear all content related cache (persistence cache). * - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param OutputInterface $output */ private function cacheClear(OutputInterface $output) { @@ -189,11 +193,13 @@ private function cacheClear(OutputInterface $output) * * IMPORTANT: This is done using a command because config has change, so container and all services are different. * - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param OutputInterface $output * @param string|null $siteaccess */ - private function indexData(OutputInterface $output, $siteaccess = null) - { + private function indexData( + OutputInterface $output, + $siteaccess = null + ) { $output->writeln( sprintf('Search engine re-indexing, executing command ibexa:reindex') ); @@ -209,7 +215,7 @@ private function indexData(OutputInterface $output, $siteaccess = null) /** * @param $type * - * @return \Ibexa\Bundle\RepositoryInstaller\Installer\Installer + * @return Installer */ private function getInstaller($type) { @@ -225,15 +231,18 @@ private function getInstaller($type) * * Typically useful when configuration has changed, or you are outside of Symfony context (Composer commands). * - * Based on {@see \Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::executeCommand}. + * Based on {@see ScriptHandler::executeCommand}. * - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param OutputInterface $output * @param string $cmd Ibexa command to execute, like 'ezplatform:solr_create_index' * Escape any user provided arguments, like: 'assets:install '.escapeshellarg($webDir) * @param int $timeout */ - private function executeCommand(OutputInterface $output, $cmd, $timeout = 300) - { + private function executeCommand( + OutputInterface $output, + $cmd, + $timeout = 300 + ) { $phpFinder = new PhpExecutableFinder(); if (!$phpPath = $phpFinder->find(false)) { throw new \RuntimeException('The php executable could not be found. Add it to your PATH environment variable and try again'); @@ -273,7 +282,10 @@ private function executeCommand(OutputInterface $output, $cmd, $timeout = 300) $timeout ); - $process->run(static function ($type, $buffer) use ($output) { $output->write($buffer, false); }); + $process->run(static function ( + $type, + $buffer + ) use ($output) { $output->write($buffer, false); }); $exitCode = $process->getExitCode() ?? 0; if ($exitCode !== self::SUCCESS) { throw new \RuntimeException(sprintf('An error occurred when executing the "%s" command.', escapeshellarg($cmd))); diff --git a/src/bundle/RepositoryInstaller/Command/ValidatePasswordHashesCommand.php b/src/bundle/RepositoryInstaller/Command/ValidatePasswordHashesCommand.php index cc8eadff76..706f40ebfe 100644 --- a/src/bundle/RepositoryInstaller/Command/ValidatePasswordHashesCommand.php +++ b/src/bundle/RepositoryInstaller/Command/ValidatePasswordHashesCommand.php @@ -17,10 +17,10 @@ #[AsCommand(name: 'ibexa:user:validate-password-hashes')] final class ValidatePasswordHashesCommand extends Command { - /** @var \Ibexa\Core\FieldType\User\UserStorage */ + /** @var UserStorage */ private $userStorage; - /** @var \Ibexa\Contracts\Core\Repository\PasswordHashService */ + /** @var PasswordHashService */ private $passwordHashService; public function __construct( @@ -33,8 +33,10 @@ public function __construct( parent::__construct(); } - protected function execute(InputInterface $input, OutputInterface $output): int - { + protected function execute( + InputInterface $input, + OutputInterface $output + ): int { $unsupportedHashesCounter = $this->userStorage->countUsersWithUnsupportedHashType( $this->passwordHashService->getSupportedHashTypes() ); diff --git a/src/bundle/RepositoryInstaller/DependencyInjection/IbexaRepositoryInstallerExtension.php b/src/bundle/RepositoryInstaller/DependencyInjection/IbexaRepositoryInstallerExtension.php index cc961f76ad..8f43a1ebac 100644 --- a/src/bundle/RepositoryInstaller/DependencyInjection/IbexaRepositoryInstallerExtension.php +++ b/src/bundle/RepositoryInstaller/DependencyInjection/IbexaRepositoryInstallerExtension.php @@ -17,8 +17,10 @@ class IbexaRepositoryInstallerExtension extends Extension /** * @throws \Exception */ - public function load(array $configs, ContainerBuilder $container): void - { + public function load( + array $configs, + ContainerBuilder $container + ): void { $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); $loader->load('services.yml'); } diff --git a/src/bundle/RepositoryInstaller/Event/Subscriber/BuildSchemaSubscriber.php b/src/bundle/RepositoryInstaller/Event/Subscriber/BuildSchemaSubscriber.php index 46ee5f4437..6e0186dc3f 100644 --- a/src/bundle/RepositoryInstaller/Event/Subscriber/BuildSchemaSubscriber.php +++ b/src/bundle/RepositoryInstaller/Event/Subscriber/BuildSchemaSubscriber.php @@ -38,7 +38,7 @@ public static function getSubscribedEvents(): array } /** - * @param \Ibexa\Contracts\DoctrineSchema\Event\SchemaBuilderEvent $event + * @param SchemaBuilderEvent $event */ public function onBuildSchema(SchemaBuilderEvent $event): void { diff --git a/src/bundle/RepositoryInstaller/Installer/CoreInstaller.php b/src/bundle/RepositoryInstaller/Installer/CoreInstaller.php index 41f3a2d5bd..d9e7c40a62 100644 --- a/src/bundle/RepositoryInstaller/Installer/CoreInstaller.php +++ b/src/bundle/RepositoryInstaller/Installer/CoreInstaller.php @@ -9,9 +9,13 @@ namespace Ibexa\Bundle\RepositoryInstaller\Installer; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\Platforms\AbstractPlatform; use Doctrine\DBAL\Schema\Schema; +use Ibexa\Bundle\RepositoryInstaller\Event\Subscriber\BuildSchemaSubscriber; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\DoctrineSchema\Builder\SchemaBuilderInterface; +use Ibexa\Contracts\DoctrineSchema\Event\SchemaBuilderEvent; use Symfony\Component\Console\Helper\ProgressBar; /** @@ -19,15 +23,17 @@ */ class CoreInstaller extends DbBasedInstaller implements Installer { - /** @var \Ibexa\Contracts\DoctrineSchema\Builder\SchemaBuilderInterface */ + /** @var SchemaBuilderInterface */ protected $schemaBuilder; /** - * @param \Doctrine\DBAL\Connection $db - * @param \Ibexa\Contracts\DoctrineSchema\Builder\SchemaBuilderInterface $schemaBuilder + * @param Connection $db + * @param SchemaBuilderInterface $schemaBuilder */ - public function __construct(Connection $db, SchemaBuilderInterface $schemaBuilder) - { + public function __construct( + Connection $db, + SchemaBuilderInterface $schemaBuilder + ) { parent::__construct($db); $this->schemaBuilder = $schemaBuilder; @@ -38,10 +44,10 @@ public function __construct(Connection $db, SchemaBuilderInterface $schemaBuilde * * If you wish to extend schema, implement your own EventSubscriber * - * @see \Ibexa\Contracts\DoctrineSchema\Event\SchemaBuilderEvent - * @see \Ibexa\Bundle\RepositoryInstaller\Event\Subscriber\BuildSchemaSubscriber + * @see SchemaBuilderEvent + * @see BuildSchemaSubscriber * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function importSchema() { @@ -79,8 +85,8 @@ public function importSchema() } /** - * @throws \Doctrine\DBAL\Exception - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws Exception + * @throws InvalidArgumentException */ public function importData() { @@ -88,8 +94,8 @@ public function importData() } /** - * @param \Doctrine\DBAL\Schema\Schema $newSchema - * @param \Doctrine\DBAL\Platforms\AbstractPlatform $databasePlatform + * @param Schema $newSchema + * @param AbstractPlatform $databasePlatform * * @return string[] */ @@ -114,7 +120,5 @@ protected function getDropSqlStatementsForExistingSchema( /** * Handle optional import of binary files to var folder. */ - public function importBinaries() - { - } + public function importBinaries() {} } diff --git a/src/bundle/RepositoryInstaller/Installer/DbBasedInstaller.php b/src/bundle/RepositoryInstaller/Installer/DbBasedInstaller.php index 71201274d9..8637963464 100644 --- a/src/bundle/RepositoryInstaller/Installer/DbBasedInstaller.php +++ b/src/bundle/RepositoryInstaller/Installer/DbBasedInstaller.php @@ -8,15 +8,17 @@ namespace Ibexa\Bundle\RepositoryInstaller\Installer; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; +use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Filesystem\Filesystem; class DbBasedInstaller { - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $db; - /** @var \Symfony\Component\Console\Output\OutputInterface */ + /** @var OutputInterface */ protected $output; /** @var string */ @@ -30,7 +32,7 @@ public function __construct(Connection $db) } /** - * @param \Symfony\Component\Console\Output\OutputInterface $output + * @param OutputInterface $output */ public function setOutput($output) { @@ -43,8 +45,10 @@ public function setOutput($output) * @param string $source * @param string $target */ - protected function copyConfigurationFile($source, $target) - { + protected function copyConfigurationFile( + $source, + $target + ) { $fs = new Filesystem(); $fs->copy($source, $target, true); @@ -81,7 +85,7 @@ protected function runQueriesFromFile($file) * @return string absolute existing file path * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Doctrine\DBAL\Exception + * @throws Exception * * @since 6.13 */ diff --git a/src/contracts/Collection/ArrayList.php b/src/contracts/Collection/ArrayList.php index 706a83581d..af7c7e447c 100644 --- a/src/contracts/Collection/ArrayList.php +++ b/src/contracts/Collection/ArrayList.php @@ -56,7 +56,7 @@ public function contains($value): bool /** * @phpstan-param TValue[] $items * - * @phpstan-return \Ibexa\Contracts\Core\Collection\ArrayList + * @phpstan-return ArrayList */ protected function createFrom(array $items): self { diff --git a/src/contracts/Collection/ArrayMap.php b/src/contracts/Collection/ArrayMap.php index 3632b2913f..fdf5a49ec9 100644 --- a/src/contracts/Collection/ArrayMap.php +++ b/src/contracts/Collection/ArrayMap.php @@ -40,7 +40,7 @@ public function has($key): bool * * @phpstan-param TValueFrom[] $items * - * @phpstan-return \Ibexa\Contracts\Core\Collection\ArrayMap + * @phpstan-return ArrayMap */ protected function createFrom(array $items): self { diff --git a/src/contracts/Collection/CollectionInterface.php b/src/contracts/Collection/CollectionInterface.php index 20199ebe57..7bf1840d66 100644 --- a/src/contracts/Collection/CollectionInterface.php +++ b/src/contracts/Collection/CollectionInterface.php @@ -27,7 +27,7 @@ public function isEmpty(): bool; public function toArray(): array; /** - * @return \Iterator + * @return Iterator */ public function getIterator(): Iterator; } diff --git a/src/contracts/Collection/ListInterface.php b/src/contracts/Collection/ListInterface.php index bc1bff6ea0..0f436546b3 100644 --- a/src/contracts/Collection/ListInterface.php +++ b/src/contracts/Collection/ListInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Collection; +use Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException; + /** * @template TValue * @@ -20,7 +22,7 @@ interface ListInterface extends CollectionInterface * * @return TValue * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException if collection is empty + * @throws OutOfBoundsException if collection is empty */ public function first(): mixed; @@ -29,7 +31,7 @@ public function first(): mixed; * * @return TValue * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException if collection is empty + * @throws OutOfBoundsException if collection is empty */ public function last(): mixed; diff --git a/src/contracts/Collection/MapInterface.php b/src/contracts/Collection/MapInterface.php index 0026af4fb5..f64d76e2a8 100644 --- a/src/contracts/Collection/MapInterface.php +++ b/src/contracts/Collection/MapInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Collection; +use Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException; + /** * @template TKey * @@ -24,7 +26,7 @@ interface MapInterface extends CollectionInterface * * @return TValue * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException if map does not contain element with given key + * @throws OutOfBoundsException if map does not contain element with given key */ public function get($key): mixed; diff --git a/src/contracts/Collection/MutableArrayList.php b/src/contracts/Collection/MutableArrayList.php index e477acbf15..c79c2d8f04 100644 --- a/src/contracts/Collection/MutableArrayList.php +++ b/src/contracts/Collection/MutableArrayList.php @@ -45,7 +45,7 @@ public function clear(): void * * @phpstan-param TValueFrom[] $items * - * @phpstan-return \Ibexa\Contracts\Core\Collection\MutableArrayList + * @phpstan-return MutableArrayList */ protected function createFrom(array $items): MutableArrayList { diff --git a/src/contracts/Collection/MutableArrayMap.php b/src/contracts/Collection/MutableArrayMap.php index 99991bf530..cfc1db7566 100644 --- a/src/contracts/Collection/MutableArrayMap.php +++ b/src/contracts/Collection/MutableArrayMap.php @@ -18,8 +18,10 @@ */ class MutableArrayMap extends ArrayMap implements MutableMapInterface { - public function set($key, $value): void - { + public function set( + $key, + $value + ): void { $this->items[$key] = $value; } @@ -38,7 +40,7 @@ public function clear(): void * * @phpstan-param TValueFrom[] $items * - * @phpstan-return \Ibexa\Contracts\Core\Collection\MutableArrayMap + * @phpstan-return MutableArrayMap */ protected function createFrom(array $items): MutableArrayMap { diff --git a/src/contracts/Collection/MutableMapInterface.php b/src/contracts/Collection/MutableMapInterface.php index 2ebbd2eea4..1e8041a88e 100644 --- a/src/contracts/Collection/MutableMapInterface.php +++ b/src/contracts/Collection/MutableMapInterface.php @@ -20,7 +20,10 @@ interface MutableMapInterface extends MapInterface * @param TKey $key * @param TValue $value */ - public function set(mixed $key, mixed $value): void; + public function set( + mixed $key, + mixed $value + ): void; /** * @param TKey $key diff --git a/src/contracts/Collection/StreamableInterface.php b/src/contracts/Collection/StreamableInterface.php index 27befe0cb2..b3fbad781a 100644 --- a/src/contracts/Collection/StreamableInterface.php +++ b/src/contracts/Collection/StreamableInterface.php @@ -19,7 +19,7 @@ interface StreamableInterface * Returns all the elements of this collection that satisfy the predicate. * The order of the elements is preserved. * - * @phpstan-param \Closure(TValue, array-key=): bool $predicate + * @phpstan-param Closure(TValue, array-key=): bool $predicate * * @phpstan-return static */ @@ -29,7 +29,7 @@ public function filter(Closure $predicate): self; * Applies the given function to each element in the collection and returns * a new collection with the elements returned by the function. * - * @phpstan-param \Closure(TValue): mixed $function + * @phpstan-param Closure(TValue): mixed $function * * @phpstan-return static */ @@ -38,14 +38,14 @@ public function map(Closure $function): self; /** * Tests whether the given predicate holds for all elements of this collection. * - * @phpstan-param \Closure(TValue, array-key=): bool $predicate + * @phpstan-param Closure(TValue, array-key=): bool $predicate */ public function forAll(Closure $predicate): bool; /** * Tests the existence of an element that satisfies the given predicate. * - * @phpstan-param \Closure(TValue, array-key=): bool $predicate + * @phpstan-param Closure(TValue, array-key=): bool $predicate */ public function exists(Closure $predicate): bool; } diff --git a/src/contracts/Container.php b/src/contracts/Container.php index 5605a97d9c..cc6119288a 100644 --- a/src/contracts/Container.php +++ b/src/contracts/Container.php @@ -7,6 +7,8 @@ namespace Ibexa\Contracts\Core; +use Ibexa\Contracts\Core\Repository\Repository; + /** * Container interface. * @@ -19,7 +21,7 @@ interface Container * * Public API for * - * @return \Ibexa\Contracts\Core\Repository\Repository + * @return Repository */ public function getRepository(); } diff --git a/src/contracts/Container/ApiLoader/RepositoryConfigurationProviderInterface.php b/src/contracts/Container/ApiLoader/RepositoryConfigurationProviderInterface.php index df54301c35..23a321346d 100644 --- a/src/contracts/Container/ApiLoader/RepositoryConfigurationProviderInterface.php +++ b/src/contracts/Container/ApiLoader/RepositoryConfigurationProviderInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Container\ApiLoader; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; + /** * @phpstan-type TRepositoryStorageConfiguration array{engine: string, connection: string, config?: array} * @phpstan-type TRepositorySearchConfiguration array{engine: string, connection: string} @@ -24,19 +26,19 @@ interface RepositoryConfigurationProviderInterface /** * @phpstan-return TRepositoryConfiguration * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function getRepositoryConfig(): array; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function getCurrentRepositoryAlias(): string; public function getDefaultRepositoryAlias(): ?string; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function getStorageConnectionName(): string; } diff --git a/src/contracts/Container/Encore/ConfigurationDumper.php b/src/contracts/Container/Encore/ConfigurationDumper.php index ab556b26f3..a77599a01f 100644 --- a/src/contracts/Container/Encore/ConfigurationDumper.php +++ b/src/contracts/Container/Encore/ConfigurationDumper.php @@ -11,6 +11,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\Filesystem\Filesystem; use Symfony\Component\Finder\Finder; +use Symfony\Component\Finder\SplFileInfo; /** * Scans project and bundles resources for the given configuration paths. @@ -66,7 +67,7 @@ private function locateConfigurationFiles( foreach ($configFiles as $configFile => $options) { $finder = $this->createFinder($bundlesMetadata, $configFile, $rootPath); - /** @var \Symfony\Component\Finder\SplFileInfo $fileInfo */ + /** @var SplFileInfo $fileInfo */ foreach ($finder as $fileInfo) { if ($options['deprecated'] ?? false) { trigger_deprecation( diff --git a/src/contracts/Event/NameSchema/AbstractNameSchemaEvent.php b/src/contracts/Event/NameSchema/AbstractNameSchemaEvent.php index 35e59cb927..fca37fd83d 100644 --- a/src/contracts/Event/NameSchema/AbstractNameSchemaEvent.php +++ b/src/contracts/Event/NameSchema/AbstractNameSchemaEvent.php @@ -8,13 +8,14 @@ namespace Ibexa\Contracts\Core\Event\NameSchema; +use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; abstract class AbstractNameSchemaEvent extends AbstractSchemaEvent { private ContentType $contentType; - /** @var array> */ + /** @var array> */ private array $fieldMap; /** @var array */ @@ -22,7 +23,7 @@ abstract class AbstractNameSchemaEvent extends AbstractSchemaEvent /** * @param array> $schemaIdentifiers - * @param array> $fieldMap + * @param array> $fieldMap * @param array $languageCodes */ public function __construct( @@ -42,7 +43,7 @@ public function getContentType(): ContentType return $this->contentType; } - /** @return array> */ + /** @return array> */ public function getFieldMap(): array { return $this->fieldMap; diff --git a/src/contracts/Event/NameSchema/ResolveContentNameSchemaEvent.php b/src/contracts/Event/NameSchema/ResolveContentNameSchemaEvent.php index 0c50c618f9..ea2798432b 100644 --- a/src/contracts/Event/NameSchema/ResolveContentNameSchemaEvent.php +++ b/src/contracts/Event/NameSchema/ResolveContentNameSchemaEvent.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Event\NameSchema; +use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; @@ -17,7 +18,7 @@ final class ResolveContentNameSchemaEvent extends AbstractNameSchemaEvent implem /** * @param array> $schemaIdentifiers - * @param array> $fieldMap + * @param array> $fieldMap * @param array $languageCodes */ public function __construct( diff --git a/src/contracts/Event/NameSchema/ResolveNameSchemaEvent.php b/src/contracts/Event/NameSchema/ResolveNameSchemaEvent.php index d74df806ca..24d1c01870 100644 --- a/src/contracts/Event/NameSchema/ResolveNameSchemaEvent.php +++ b/src/contracts/Event/NameSchema/ResolveNameSchemaEvent.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Event\NameSchema; -final class ResolveNameSchemaEvent extends AbstractNameSchemaEvent -{ -} +final class ResolveNameSchemaEvent extends AbstractNameSchemaEvent {} diff --git a/src/contracts/Event/View/PostBuildViewEvent.php b/src/contracts/Event/View/PostBuildViewEvent.php index a4636f570d..cdb68be3ad 100644 --- a/src/contracts/Event/View/PostBuildViewEvent.php +++ b/src/contracts/Event/View/PostBuildViewEvent.php @@ -13,7 +13,7 @@ final class PostBuildViewEvent extends Event { - /** @var \Ibexa\Core\MVC\Symfony\View\View */ + /** @var View */ private $view; public function __construct(View $view) diff --git a/src/contracts/Exception/InvalidArgumentException.php b/src/contracts/Exception/InvalidArgumentException.php index 5fa4d19d94..2654ee7c90 100644 --- a/src/contracts/Exception/InvalidArgumentException.php +++ b/src/contracts/Exception/InvalidArgumentException.php @@ -23,10 +23,13 @@ class InvalidArgumentException extends APIInvalidArgumentException * * @param string $argumentName * @param string $whatIsWrong - * @param \Exception|null $previous + * @param Exception|null $previous */ - public function __construct(string $argumentName, string $whatIsWrong, ?Exception $previous = null) - { + public function __construct( + string $argumentName, + string $whatIsWrong, + ?Exception $previous = null + ) { $message = sprintf("Argument '%s' is invalid: %s", $argumentName, $whatIsWrong); parent::__construct($message, 0, $previous); diff --git a/src/contracts/Exception/InvalidArgumentType.php b/src/contracts/Exception/InvalidArgumentType.php index 569dd61cb5..41212b9fdf 100644 --- a/src/contracts/Exception/InvalidArgumentType.php +++ b/src/contracts/Exception/InvalidArgumentType.php @@ -23,10 +23,14 @@ class InvalidArgumentType extends InvalidArgumentException * @param string $argumentName * @param string $expectedType * @param mixed|null $value Optionally to output the type that was received - * @param \Exception|null $previous + * @param Exception|null $previous */ - public function __construct(string $argumentName, string $expectedType, $value = null, ?Exception $previous = null) - { + public function __construct( + string $argumentName, + string $expectedType, + $value = null, + ?Exception $previous = null + ) { if ($value !== null) { $actualType = is_object($value) ? get_class($value) : gettype($value); $whatIsWrong = sprintf("Received '%s' instead of expected value of type '%s'", $actualType, $expectedType); diff --git a/src/contracts/Exception/OutOfBoundsException.php b/src/contracts/Exception/OutOfBoundsException.php index 72ab591ae9..7665cc5a39 100644 --- a/src/contracts/Exception/OutOfBoundsException.php +++ b/src/contracts/Exception/OutOfBoundsException.php @@ -10,6 +10,4 @@ use OutOfBoundsException as BaseOutOfBoundsException; -final class OutOfBoundsException extends BaseOutOfBoundsException -{ -} +final class OutOfBoundsException extends BaseOutOfBoundsException {} diff --git a/src/contracts/FieldType/BinaryBase/PathGeneratorInterface.php b/src/contracts/FieldType/BinaryBase/PathGeneratorInterface.php index df92a6b47d..10a9cca995 100644 --- a/src/contracts/FieldType/BinaryBase/PathGeneratorInterface.php +++ b/src/contracts/FieldType/BinaryBase/PathGeneratorInterface.php @@ -13,5 +13,8 @@ interface PathGeneratorInterface { - public function getStoragePathForField(Field $field, VersionInfo $versionInfo); + public function getStoragePathForField( + Field $field, + VersionInfo $versionInfo + ); } diff --git a/src/contracts/FieldType/BinaryBase/RouteAwarePathGenerator.php b/src/contracts/FieldType/BinaryBase/RouteAwarePathGenerator.php index 0d0e5d9fae..53d7a02aa3 100644 --- a/src/contracts/FieldType/BinaryBase/RouteAwarePathGenerator.php +++ b/src/contracts/FieldType/BinaryBase/RouteAwarePathGenerator.php @@ -16,9 +16,18 @@ */ interface RouteAwarePathGenerator extends PathGeneratorInterface { - public function getRoute(Field $field, VersionInfo $versionInfo): string; + public function getRoute( + Field $field, + VersionInfo $versionInfo + ): string; - public function getParameters(Field $field, VersionInfo $versionInfo): array; + public function getParameters( + Field $field, + VersionInfo $versionInfo + ): array; - public function generate(string $route, array $parameters = []): string; + public function generate( + string $route, + array $parameters = [] + ): string; } diff --git a/src/contracts/FieldType/Comparable.php b/src/contracts/FieldType/Comparable.php index 14d65b8d4f..a5e602bf81 100644 --- a/src/contracts/FieldType/Comparable.php +++ b/src/contracts/FieldType/Comparable.php @@ -10,5 +10,8 @@ interface Comparable { - public function valuesEqual(Value $value1, Value $value2): bool; + public function valuesEqual( + Value $value1, + Value $value2 + ): bool; } diff --git a/src/contracts/FieldType/DefaultDataFieldStorage.php b/src/contracts/FieldType/DefaultDataFieldStorage.php index 6834473d2e..92192f1fa4 100644 --- a/src/contracts/FieldType/DefaultDataFieldStorage.php +++ b/src/contracts/FieldType/DefaultDataFieldStorage.php @@ -9,16 +9,21 @@ namespace Ibexa\Contracts\Core\FieldType; use Ibexa\Contracts\Core\Persistence\Content\Field; +use Ibexa\Contracts\Core\Persistence\Content\FieldValue; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Core\FieldType\Value; interface DefaultDataFieldStorage extends FieldStorage { /** * Populates $field value property with default data based on the external data. * - * $field->value is a {@see \Ibexa\Contracts\Core\Persistence\Content\FieldValue} object. - * This value holds the data as a {@see \Ibexa\Core\FieldType\Value} based object, according to + * $field->value is a {@see FieldValue} object. + * This value holds the data as a {@see Value} based object, according to * the field type (e.g. for TextLine, it will be a {@see \Ibexa\Core\FieldType\TextLine\Value} object). */ - public function getDefaultFieldData(VersionInfo $versionInfo, Field $field): void; + public function getDefaultFieldData( + VersionInfo $versionInfo, + Field $field + ): void; } diff --git a/src/contracts/FieldType/FieldStorage.php b/src/contracts/FieldType/FieldStorage.php index 7edac8fa41..827a5ec4ef 100644 --- a/src/contracts/FieldType/FieldStorage.php +++ b/src/contracts/FieldType/FieldStorage.php @@ -8,7 +8,9 @@ namespace Ibexa\Contracts\Core\FieldType; use Ibexa\Contracts\Core\Persistence\Content\Field; +use Ibexa\Contracts\Core\Persistence\Content\FieldValue; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Core\FieldType\Value; /** * Interface for setting field type data. @@ -21,9 +23,9 @@ interface FieldStorage * Allows custom field types to store data in an external source (e.g. another DB table). * * Stores value for $field in an external data source. - * The whole {@see \Ibexa\Contracts\Core\Persistence\Content\Field} object is passed and its value - * is accessible through the {@see \Ibexa\Contracts\Core\Persistence\Content\FieldValue} 'value' property. - * This value holds the data filled by the user as a {@see \Ibexa\Core\FieldType\Value} based object, + * The whole {@see Field} object is passed and its value + * is accessible through the {@see FieldValue} 'value' property. + * This value holds the data filled by the user as a {@see Value} based object, * according to the field type (e.g. for TextLine, it will be a {@see \Ibexa\Core\FieldType\TextLine\Value} object). * * $field->id = unique ID from the attribute tables (needs to be generated by @@ -33,34 +35,43 @@ interface FieldStorage * This method might return true if $field needs to be updated after storage done here (to store a PK for instance). * In any other case, this method must not return anything (null). * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field * * @return mixed null|true */ - public function storeFieldData(VersionInfo $versionInfo, Field $field); + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ); /** * Populates $field value property based on the external data. - * $field->value is a {@see \Ibexa\Contracts\Core\Persistence\Content\FieldValue} object. - * This value holds the data as a {@see \Ibexa\Core\FieldType\Value} based object, + * $field->value is a {@see FieldValue} object. + * This value holds the data as a {@see Value} based object, * according to the field type (e.g. for TextLine, it will be a {@see \Ibexa\Core\FieldType\TextLine\Value} object). * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field */ - public function getFieldData(VersionInfo $versionInfo, Field $field); + public function getFieldData( + VersionInfo $versionInfo, + Field $field + ); /** * Deletes field data for all $fieldIds in the version identified by * $versionInfo. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo * @param array $fieldIds Array of field IDs * * @return bool */ - public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds); + public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ); /** * Checks if field type has external data to deal with. diff --git a/src/contracts/FieldType/FieldType.php b/src/contracts/FieldType/FieldType.php index 3b65d8502e..9b8393988d 100644 --- a/src/contracts/FieldType/FieldType.php +++ b/src/contracts/FieldType/FieldType.php @@ -8,7 +8,9 @@ namespace Ibexa\Contracts\Core\FieldType; use Ibexa\Contracts\Core\Persistence\Content\FieldValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; +use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter; /** * The field type interface which all field types have to implement. @@ -50,13 +52,17 @@ abstract public function getFieldTypeIdentifier(); * * The used $value can be assumed to be already accepted by {@see FieldType::acceptValue()}. * - * @param \Ibexa\Contracts\Core\FieldType\Value $value - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition + * @param Value $value + * @param FieldDefinition $fieldDefinition * @param string $languageCode * * @return string */ - abstract public function getName(Value $value, FieldDefinition $fieldDefinition, string $languageCode): string; + abstract public function getName( + Value $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string; /** * Returns a schema for the settings expected by the FieldType. @@ -123,14 +129,17 @@ abstract public function getValidatorConfigurationSchema(); /** * Validates a field based on the validator configuration in the field definition. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDef The field definition of the field - * @param \Ibexa\Contracts\Core\FieldType\Value $value The field value for which an action is performed + * @param FieldDefinition $fieldDef The field definition of the field + * @param Value $value The field value for which an action is performed * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ - abstract public function validate(FieldDefinition $fieldDef, Value $value); + abstract public function validate( + FieldDefinition $fieldDef, + Value $value + ); /** * Validates the validatorConfiguration of a FieldDefinitionCreateStruct or FieldDefinitionUpdateStruct. @@ -141,14 +150,14 @@ abstract public function validate(FieldDefinition $fieldDef, Value $value); * * @param mixed $validatorConfiguration * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ abstract public function validateValidatorConfiguration($validatorConfiguration); /** * Applies the default values to the given $validatorConfiguration of a FieldDefinitionCreateStruct. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @param mixed $validatorConfiguration */ @@ -162,14 +171,14 @@ abstract public function applyDefaultValidatorConfiguration(&$validatorConfigura * * @param mixed $fieldSettings * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ abstract public function validateFieldSettings($fieldSettings); /** * Applies the default values to the fieldSettings of a FieldDefinitionCreateStruct. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @param mixed $fieldSettings */ @@ -204,7 +213,7 @@ abstract public function onlyEmptyInstance(); * also used to determine that a user intentionally (or unintentionally) did not * set a non-empty value. * - * @return \Ibexa\Contracts\Core\FieldType\Value + * @return Value */ abstract public function getEmptyValue(); @@ -215,7 +224,7 @@ abstract public function getEmptyValue(); * considered empty. The given $value can be safely assumed to have already * been processed by {@see FieldType::acceptValue()}. * - * @param \Ibexa\Contracts\Core\FieldType\Value $value + * @param Value $value * * @return bool */ @@ -235,12 +244,12 @@ abstract public function isEmptyValue(Value $value); * Note that this method must also cope with the empty value for the field * type as e.g. returned by {@see FieldType::getEmptyValue()}. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the parameter is not of the supported value sub type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the value does not match the expected structure + * @throws InvalidArgumentException if the parameter is not of the supported value sub type + * @throws InvalidArgumentException if the value does not match the expected structure * * @param mixed $inputValue * - * @return \Ibexa\Contracts\Core\FieldType\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ abstract public function acceptValue($inputValue); @@ -254,7 +263,7 @@ abstract public function acceptValue($inputValue); * * @param mixed $hash * - * @return \Ibexa\Contracts\Core\FieldType\Value + * @return Value */ abstract public function fromHash($hash); @@ -266,7 +275,7 @@ abstract public function fromHash($hash); * support complex structures like objects. See the class level doc block * for additional information. See the class description for more details on a hash format. * - * @param \Ibexa\Contracts\Core\FieldType\Value $value + * @param Value $value * * @return mixed */ @@ -325,7 +334,7 @@ abstract public function validatorConfigurationFromHash($validatorConfigurationH * into the property FieldValue::data. The format of $data is a primitive, an array (map) or an object, which * is then canonically converted to e.g. json/xml structures by future storage engines without * further conversions. For mapping the $data to the legacy database an appropriate Converter - * (implementing {@see \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter}) has implemented for the field + * (implementing {@see Converter}) has implemented for the field * type. Note: $data should only hold data which is actually stored in the field. It must not * hold data which is stored externally. * @@ -334,11 +343,11 @@ abstract public function validatorConfigurationFromHash($validatorConfigurationH * * The FieldValuer::sortKey is build by the field type for using by sort operations. * - * @see \Ibexa\Contracts\Core\Persistence\Content\FieldValue + * @see FieldValue * - * @param \Ibexa\Contracts\Core\FieldType\Value $value The value of the field type + * @param Value $value The value of the field type * - * @return \Ibexa\Contracts\Core\Persistence\Content\FieldValue the value processed by the storage engine + * @return FieldValue the value processed by the storage engine */ abstract public function toPersistenceValue(Value $value); @@ -347,9 +356,9 @@ abstract public function toPersistenceValue(Value $value); * * This method builds a field type value from the $data and $externalData properties. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param FieldValue $fieldValue * - * @return \Ibexa\Contracts\Core\FieldType\Value + * @return Value */ abstract public function fromPersistenceValue(FieldValue $fieldValue); @@ -359,7 +368,7 @@ abstract public function fromPersistenceValue(FieldValue $fieldValue); * Not intended for \Ibexa\Contracts\Core\Repository\Values\Content\Relation::COMMON type relations, * there is an API for handling those. * - * @param \Ibexa\Contracts\Core\FieldType\Value $value + * @param Value $value * * @return array Hash with relation type as key and array of destination content IDs as value. * diff --git a/src/contracts/FieldType/GatewayBasedStorage.php b/src/contracts/FieldType/GatewayBasedStorage.php index ec06ddfc75..a79cd9df25 100644 --- a/src/contracts/FieldType/GatewayBasedStorage.php +++ b/src/contracts/FieldType/GatewayBasedStorage.php @@ -25,7 +25,7 @@ abstract class GatewayBasedStorage implements FieldStorage protected StorageGatewayInterface $gateway; /** - * @param \Ibexa\Contracts\Core\FieldType\StorageGatewayInterface $gateway + * @param StorageGatewayInterface $gateway * * @phpstan-param T $gateway */ @@ -41,14 +41,17 @@ public function __construct(StorageGatewayInterface $gateway) * By default the method falls back to the {@see \Ibexa\Contracts\Core\FieldType\FieldStorage::storeFieldData()}. * External storages implement this method as needed. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $originalField + * @param VersionInfo $versionInfo + * @param Field $field + * @param Field $originalField * * @return bool|null Same as {@see \Ibexa\Contracts\Core\FieldType\FieldStorage::storeFieldData()}. */ - public function copyLegacyField(VersionInfo $versionInfo, Field $field, Field $originalField) - { + public function copyLegacyField( + VersionInfo $versionInfo, + Field $field, + Field $originalField + ) { return $this->storeFieldData($versionInfo, $field); } } diff --git a/src/contracts/FieldType/Generic/Type.php b/src/contracts/FieldType/Generic/Type.php index 0af7c518e5..bf85d62744 100644 --- a/src/contracts/FieldType/Generic/Type.php +++ b/src/contracts/FieldType/Generic/Type.php @@ -16,27 +16,34 @@ use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Contracts\Core\FieldType\ValueSerializerInterface; use Ibexa\Contracts\Core\Persistence\Content\FieldValue as PersistenceValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Symfony\Component\Validator\Constraints as Assert; +use Symfony\Component\Validator\ConstraintViolationInterface; use Symfony\Component\Validator\ConstraintViolationListInterface; use Symfony\Component\Validator\Validator\ValidatorInterface; abstract class Type extends FieldType { - /** @var \Ibexa\Contracts\Core\FieldType\ValueSerializerInterface */ + /** @var ValueSerializerInterface */ protected $serializer; - /** @var \Symfony\Component\Validator\Validator\ValidatorInterface */ + /** @var ValidatorInterface */ protected $validator; - public function __construct(ValueSerializerInterface $serializer, ValidatorInterface $validator) - { + public function __construct( + ValueSerializerInterface $serializer, + ValidatorInterface $validator + ) { $this->serializer = $serializer; $this->validator = $validator; } - public function getName(Value $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + Value $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return (string)$value; } @@ -85,7 +92,7 @@ protected function mapConstraintViolationList(ConstraintViolationListInterface $ { $errors = []; - /** @var \Symfony\Component\Validator\ConstraintViolationInterface $constraintViolation */ + /** @var ConstraintViolationInterface $constraintViolation */ foreach ($constraintViolationList as $constraintViolation) { $errors[] = new ConstraintViolationAdapter($constraintViolation); } @@ -103,8 +110,10 @@ public function getValidatorConfigurationSchema(): array return []; } - public function validate(FieldDefinition $fieldDefinition, Value $value): array - { + public function validate( + FieldDefinition $fieldDefinition, + Value $value + ): array { if ($this->isEmptyValue($value)) { return []; } @@ -322,7 +331,7 @@ protected function getValueClass(): string * * @param mixed $value A value returned by {@see Type::createValueFromInput()}. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the parameter is not an instance of the supported value subtype. + * @throws InvalidArgumentException If the parameter is not an instance of the supported value subtype. */ protected function checkValueType($value): void { diff --git a/src/contracts/FieldType/Generic/ValidationError/ConstraintViolationAdapter.php b/src/contracts/FieldType/Generic/ValidationError/ConstraintViolationAdapter.php index 4fc9f57a4f..31b1140cc4 100644 --- a/src/contracts/FieldType/Generic/ValidationError/ConstraintViolationAdapter.php +++ b/src/contracts/FieldType/Generic/ValidationError/ConstraintViolationAdapter.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\FieldType\Generic\ValidationError; +use Ibexa\Contracts\Core\FieldType\ValidationError; use Ibexa\Contracts\Core\FieldType\ValidationError as ValidationErrorInterface; use Ibexa\Contracts\Core\Repository\Values\Translation; use Ibexa\Contracts\Core\Repository\Values\Translation\Message; @@ -16,8 +17,8 @@ /** * Constraint violation validation error. * - * Adapts {@see \Symfony\Component\Validator\ConstraintViolationInterface} to - * {@see \Ibexa\Contracts\Core\FieldType\ValidationError}. + * Adapts {@see ConstraintViolationInterface} to + * {@see ValidationError}. */ final class ConstraintViolationAdapter implements ValidationErrorInterface { diff --git a/src/contracts/FieldType/Indexable.php b/src/contracts/FieldType/Indexable.php index 879c1ca09f..0d7d5872f7 100644 --- a/src/contracts/FieldType/Indexable.php +++ b/src/contracts/FieldType/Indexable.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; +use Ibexa\Contracts\Core\Search\FieldType; /** * The field type interface which all field types have to implement to be @@ -19,17 +20,20 @@ interface Indexable /** * Get index data for field for search backend. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDefinition + * @param Field $field + * @param FieldDefinition $fieldDefinition * * @return \Ibexa\Contracts\Core\Search\Field[] */ - public function getIndexData(Field $field, FieldDefinition $fieldDefinition); + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ); /** * Get index field types for search backend. * - * @return array + * @return array */ public function getIndexDefinition(); diff --git a/src/contracts/FieldType/StorageGateway.php b/src/contracts/FieldType/StorageGateway.php index 80f40d3d7c..012d18c92c 100644 --- a/src/contracts/FieldType/StorageGateway.php +++ b/src/contracts/FieldType/StorageGateway.php @@ -20,8 +20,10 @@ abstract class StorageGateway implements StorageGatewayInterface * * @return string */ - protected function getSequenceName($table, $column) - { + protected function getSequenceName( + $table, + $column + ) { return sprintf('%s_%s_seq', $table, $column); } } diff --git a/src/contracts/FieldType/StorageGatewayInterface.php b/src/contracts/FieldType/StorageGatewayInterface.php index e660fdf492..e76c8ca3a1 100644 --- a/src/contracts/FieldType/StorageGatewayInterface.php +++ b/src/contracts/FieldType/StorageGatewayInterface.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\FieldType; -interface StorageGatewayInterface -{ -} +interface StorageGatewayInterface {} diff --git a/src/contracts/FieldType/ValidationError/AbstractValidationError.php b/src/contracts/FieldType/ValidationError/AbstractValidationError.php index f8123fd15a..c4ad6da853 100644 --- a/src/contracts/FieldType/ValidationError/AbstractValidationError.php +++ b/src/contracts/FieldType/ValidationError/AbstractValidationError.php @@ -35,8 +35,11 @@ abstract class AbstractValidationError implements ValidationError /** * @param array $parameters */ - public function __construct(string $message, array $parameters, string $target) - { + public function __construct( + string $message, + array $parameters, + string $target + ) { $this->message = $message; $this->parameters = $parameters; $this->target = $target; diff --git a/src/contracts/FieldType/ValidationError/NonConfigurableValidationError.php b/src/contracts/FieldType/ValidationError/NonConfigurableValidationError.php index 97daa6c83a..a968e0836d 100644 --- a/src/contracts/FieldType/ValidationError/NonConfigurableValidationError.php +++ b/src/contracts/FieldType/ValidationError/NonConfigurableValidationError.php @@ -10,8 +10,10 @@ final class NonConfigurableValidationError extends AbstractValidationError { - public function __construct(string $fieldTypeValidatorIdentifier, string $target) - { + public function __construct( + string $fieldTypeValidatorIdentifier, + string $target + ) { parent::__construct( "FieldType '%fieldType%' does not accept settings", [ diff --git a/src/contracts/FieldType/ValidationError/UnknownValidatorValidationError.php b/src/contracts/FieldType/ValidationError/UnknownValidatorValidationError.php index 2b51304f55..74194c5bb6 100644 --- a/src/contracts/FieldType/ValidationError/UnknownValidatorValidationError.php +++ b/src/contracts/FieldType/ValidationError/UnknownValidatorValidationError.php @@ -10,8 +10,10 @@ final class UnknownValidatorValidationError extends AbstractValidationError { - public function __construct(string $validatorIdentifier, string $target) - { + public function __construct( + string $validatorIdentifier, + string $target + ) { parent::__construct( "Validator '%validator%' is unknown", [ diff --git a/src/contracts/FieldType/ValueSerializerInterface.php b/src/contracts/FieldType/ValueSerializerInterface.php index d8b7052f09..d1ab723154 100644 --- a/src/contracts/FieldType/ValueSerializerInterface.php +++ b/src/contracts/FieldType/ValueSerializerInterface.php @@ -13,12 +13,15 @@ interface ValueSerializerInterface /** * Normalizes an object into a hash. * - * @param \Ibexa\Contracts\Core\FieldType\Value $value + * @param Value $value * @param array $context * * @return array|null */ - public function normalize(Value $value, array $context = []): ?array; + public function normalize( + Value $value, + array $context = [] + ): ?array; /** * Denormalize data into an object of the given class. @@ -27,9 +30,13 @@ public function normalize(Value $value, array $context = []): ?array; * @param string $valueClass * @param array $context * - * @return \Ibexa\Contracts\Core\FieldType\Value + * @return Value */ - public function denormalize(?array $data, string $valueClass, array $context = []): Value; + public function denormalize( + ?array $data, + string $valueClass, + array $context = [] + ): Value; /** * Encode normalized data. @@ -39,7 +46,10 @@ public function denormalize(?array $data, string $valueClass, array $context = [ * * @return string|null */ - public function encode(?array $data, array $context = []): ?string; + public function encode( + ?array $data, + array $context = [] + ): ?string; /** * Decodes a string into PHP data. @@ -49,5 +59,8 @@ public function encode(?array $data, array $context = []): ?string; * * @return array|null */ - public function decode(?string $data, array $context = []): ?array; + public function decode( + ?string $data, + array $context = [] + ): ?array; } diff --git a/src/contracts/IO/MimeTypeDetector.php b/src/contracts/IO/MimeTypeDetector.php index de40d65769..6bd9a131de 100644 --- a/src/contracts/IO/MimeTypeDetector.php +++ b/src/contracts/IO/MimeTypeDetector.php @@ -8,19 +8,21 @@ namespace Ibexa\Contracts\Core\IO; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; + interface MimeTypeDetector { /** * Returns the MIME type of the file identified by $path. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function getFromPath(string $path): string; /** * Returns the MIME type of the data in $buffer. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function getFromBuffer(string $buffer): string; } diff --git a/src/contracts/Limitation/Target.php b/src/contracts/Limitation/Target.php index c54066a18c..f0a5fa3bca 100644 --- a/src/contracts/Limitation/Target.php +++ b/src/contracts/Limitation/Target.php @@ -8,13 +8,13 @@ namespace Ibexa\Contracts\Core\Limitation; +use Ibexa\Contracts\Core\Repository\PermissionResolver; + /** * Marker interface for PermissionResolver::canUser $targets objects. * * It's aimed to provide Limitations with information about intent (result of an action) to evaluate. * - * @see \Ibexa\Contracts\Core\Repository\PermissionResolver::canUser + * @see PermissionResolver::canUser */ -interface Target -{ -} +interface Target {} diff --git a/src/contracts/Limitation/Target/Builder/VersionBuilder.php b/src/contracts/Limitation/Target/Builder/VersionBuilder.php index 5b870b5fed..47b7e2bd86 100644 --- a/src/contracts/Limitation/Target/Builder/VersionBuilder.php +++ b/src/contracts/Limitation/Target/Builder/VersionBuilder.php @@ -8,7 +8,7 @@ namespace Ibexa\Contracts\Core\Limitation\Target\Builder; -use Ibexa\Contracts\Core\Limitation\Target; +use Ibexa\Contracts\Core\Limitation\Target\Version; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; @@ -16,20 +16,20 @@ /** * Version builder. * - * Builder of {@see \Ibexa\Contracts\Core\Limitation\Target\Version} instance. + * Builder of {@see Version} instance. */ final class VersionBuilder { /** @var array */ private $targetVersionProperties = []; - public function build(): Target\Version + public function build(): Version { - return new Target\Version($this->targetVersionProperties); + return new Version($this->targetVersionProperties); } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $updatedFields + * @param Field[] $updatedFields */ public function updateFields(array $updatedFields): self { @@ -81,9 +81,9 @@ public function createFromAnyContentTypeOf(array $contentTypeIds): self /** * Set intent to change Version status. * - * Supported: {@see \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo::STATUS_DRAFT}, {@see \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo::STATUS_PUBLISHED}, {@see \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo::STATUS_ARCHIVED} + * Supported: {@see VersionInfo::STATUS_DRAFT}, {@see VersionInfo::STATUS_PUBLISHED}, {@see VersionInfo::STATUS_ARCHIVED} * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo + * @see VersionInfo * * @param int $status * @@ -110,10 +110,12 @@ public function changeStatusTo(int $status): self * Set intent to update Content Version Fields. * * @param string|null $initialLanguageCode - * @param array $fields + * @param array $fields */ - public function updateFieldsTo(?string $initialLanguageCode, array $fields): self - { + public function updateFieldsTo( + ?string $initialLanguageCode, + array $fields + ): self { $languageCodes = array_map( static function (Field $field) { return $field->languageCode; diff --git a/src/contracts/Limitation/Target/DestinationLocation.php b/src/contracts/Limitation/Target/DestinationLocation.php index 31bd9269b6..f6cd807b86 100644 --- a/src/contracts/Limitation/Target/DestinationLocation.php +++ b/src/contracts/Limitation/Target/DestinationLocation.php @@ -20,11 +20,14 @@ final class DestinationLocation extends ValueObject implements Target /** @var int */ private $locationId; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo */ + /** @var ContentInfo */ private $targetContentInfo; - public function __construct(int $locationId, ContentInfo $targetContentInfo, array $properties = []) - { + public function __construct( + int $locationId, + ContentInfo $targetContentInfo, + array $properties = [] + ) { $this->locationId = $locationId; $this->targetContentInfo = $targetContentInfo; diff --git a/src/contracts/Limitation/Target/Version.php b/src/contracts/Limitation/Target/Version.php index 47860223e1..b7b5c84806 100644 --- a/src/contracts/Limitation/Target/Version.php +++ b/src/contracts/Limitation/Target/Version.php @@ -10,6 +10,8 @@ use Ibexa\Contracts\Core\Limitation\Target; use Ibexa\Contracts\Core\Persistence\ValueObject; +use Ibexa\Contracts\Core\Repository\Values\Content\Field; +use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; /** * Version Limitation target. Indicates an intent to create new Version. @@ -20,7 +22,7 @@ * @property-read string $forUpdateInitialLanguageCode * @property-read string[] $forUpdateLanguageCodesList * @property-read string[] $forPublishLanguageCodesList - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $updatedFields + * @property-read Field[] $updatedFields */ final class Version extends ValueObject implements Target { @@ -60,15 +62,15 @@ final class Version extends ValueObject implements Target /** * One of the following: STATUS_DRAFT, STATUS_PUBLISHED, STATUS_ARCHIVED. * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo::STATUS_DRAFT - * @see \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo::STATUS_PUBLISHED - * @see \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo::STATUS_ARCHIVED + * @see VersionInfo::STATUS_DRAFT + * @see VersionInfo::STATUS_PUBLISHED + * @see VersionInfo::STATUS_ARCHIVED * * @var int|null */ protected ?int $newStatus = null; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Field[] */ + /** @var Field[] */ protected array $updatedFields = []; /** diff --git a/src/contracts/Limitation/TargetAwareType.php b/src/contracts/Limitation/TargetAwareType.php index 82bc4fee54..3fc5a9bcab 100644 --- a/src/contracts/Limitation/TargetAwareType.php +++ b/src/contracts/Limitation/TargetAwareType.php @@ -8,31 +8,36 @@ namespace Ibexa\Contracts\Core\Limitation; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; +use Ibexa\Contracts\Core\Repository\Values\ValueObject; /** * Represents Limitation type. * Indicates that Limitation Type implementation properly supports $targets passed as instances of Target. * - * @see \Ibexa\Contracts\Core\Limitation\Type - * @see \Ibexa\Contracts\Core\Limitation\Target + * @see Type + * @see Target */ interface TargetAwareType extends Type { /** * Evaluate ("Vote") against a main value object and targets for the context. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $object - * @param \Ibexa\Contracts\Core\Limitation\Target[]|null $targets An array of location, parent or "assignment" + * @param Limitation $value + * @param UserReference $currentUser + * @param ValueObject $object + * @param Target[]|null $targets An array of location, parent or "assignment" * objects, if null: none where provided by caller * * @return bool|null Returns one of ACCESS_* constants * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid + * @throws BadStateException If value of the LimitationValue is unsupported + * @throws InvalidArgumentException If any of the arguments are invalid */ public function evaluate( APILimitationValue $value, diff --git a/src/contracts/Limitation/Type.php b/src/contracts/Limitation/Type.php index 8b56173623..41a83a271b 100644 --- a/src/contracts/Limitation/Type.php +++ b/src/contracts/Limitation/Type.php @@ -8,8 +8,13 @@ namespace Ibexa\Contracts\Core\Limitation; +use Ibexa\Contracts\Core\FieldType\ValidationError; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; /** @@ -75,9 +80,9 @@ interface Type * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure + * @throws InvalidArgumentException If the value does not match the expected type/structure * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue */ public function acceptValue(APILimitationValue $limitationValue): void; @@ -86,9 +91,9 @@ public function acceptValue(APILimitationValue $limitationValue): void; * * Make sure {@see Type::acceptValue()} is checked first. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * - * @return array + * @return array */ public function validate(APILimitationValue $limitationValue): array; @@ -100,7 +105,7 @@ public function validate(APILimitationValue $limitationValue): array; * * @param array $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return Limitation */ public function buildValue(array $limitationValues): APILimitationValue; @@ -112,20 +117,28 @@ public function buildValue(array $limitationValues): APILimitationValue; * * @return bool|null Returns one of ACCESS_* constants, {@see Type::ACCESS_GRANTED}, {@see Type::ACCESS_ABSTAIN}, or {@see Type::ACCESS_DENIED}. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool; + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool; /** * Returns Criterion for use in find() query. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException If the limitation does not support + * @throws NotImplementedException If the limitation does not support * being used as a Criterion. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface; + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface; /** * Returns info on valid $limitationValues. @@ -134,5 +147,5 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * of that option, in case of int on of VALUE_SCHEMA_* constants. * Note: The hash might be an instance of Traversable, and not a native php array. */ - public function valueSchema(): array|int; + public function valueSchema(): array | int; } diff --git a/src/contracts/MVC/Templating/BaseRenderStrategy.php b/src/contracts/MVC/Templating/BaseRenderStrategy.php index aedf53cae0..25a400bcb8 100644 --- a/src/contracts/MVC/Templating/BaseRenderStrategy.php +++ b/src/contracts/MVC/Templating/BaseRenderStrategy.php @@ -15,16 +15,16 @@ abstract class BaseRenderStrategy implements RenderStrategy { - /** @var \Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface[] */ + /** @var FragmentRendererInterface[] */ protected $fragmentRenderers; /** @var string */ protected $defaultRenderer; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ protected $siteAccess; - /** @var \Symfony\Component\HttpFoundation\RequestStack */ + /** @var RequestStack */ protected $requestStack; public function __construct( diff --git a/src/contracts/MVC/Templating/RenderStrategy.php b/src/contracts/MVC/Templating/RenderStrategy.php index 91b16e8bf6..21e4809a3b 100644 --- a/src/contracts/MVC/Templating/RenderStrategy.php +++ b/src/contracts/MVC/Templating/RenderStrategy.php @@ -21,5 +21,8 @@ interface RenderStrategy { public function supports(ValueObject $valueObject): bool; - public function render(ValueObject $valueObject, RenderOptions $options): string; + public function render( + ValueObject $valueObject, + RenderOptions $options + ): string; } diff --git a/src/contracts/MVC/View/VariableProvider.php b/src/contracts/MVC/View/VariableProvider.php index 187a5ccddf..a487873508 100644 --- a/src/contracts/MVC/View/VariableProvider.php +++ b/src/contracts/MVC/View/VariableProvider.php @@ -14,5 +14,8 @@ interface VariableProvider { public function getIdentifier(): string; - public function getTwigVariables(View $view, array $options = []): object; + public function getTwigVariables( + View $view, + array $options = [] + ): object; } diff --git a/src/contracts/MVC/View/ViewMatcherRegistryInterface.php b/src/contracts/MVC/View/ViewMatcherRegistryInterface.php index 32f5248e57..8c2d2499e6 100644 --- a/src/contracts/MVC/View/ViewMatcherRegistryInterface.php +++ b/src/contracts/MVC/View/ViewMatcherRegistryInterface.php @@ -12,7 +12,10 @@ interface ViewMatcherRegistryInterface { - public function setMatcher(string $matcherIdentifier, ViewMatcherInterface $matcher): void; + public function setMatcher( + string $matcherIdentifier, + ViewMatcherInterface $matcher + ): void; public function getMatcher(string $matcherIdentifier): ViewMatcherInterface; diff --git a/src/contracts/Options/MutableOptionsBag.php b/src/contracts/Options/MutableOptionsBag.php index a0b90a64a0..6fae367b8f 100644 --- a/src/contracts/Options/MutableOptionsBag.php +++ b/src/contracts/Options/MutableOptionsBag.php @@ -13,7 +13,10 @@ interface MutableOptionsBag extends OptionsBag /** * Sets the value of the option identified by $key. */ - public function set(string $key, mixed $value): void; + public function set( + string $key, + mixed $value + ): void; /** * Removes the option identified by $key. diff --git a/src/contracts/Options/OptionsBag.php b/src/contracts/Options/OptionsBag.php index 40e0590408..28ee925cc0 100644 --- a/src/contracts/Options/OptionsBag.php +++ b/src/contracts/Options/OptionsBag.php @@ -22,7 +22,10 @@ public function all(): array; * * If the option does not exist, returns $default. */ - public function get(string $key, mixed $default = null): mixed; + public function get( + string $key, + mixed $default = null + ): mixed; /** * Checks if the option identified by $key exists. diff --git a/src/contracts/Persistence/Bookmark/Handler.php b/src/contracts/Persistence/Bookmark/Handler.php index 92aa9ccaa6..7adf440d46 100644 --- a/src/contracts/Persistence/Bookmark/Handler.php +++ b/src/contracts/Persistence/Bookmark/Handler.php @@ -9,15 +9,16 @@ namespace Ibexa\Contracts\Core\Persistence\Bookmark; use Ibexa\Contracts\Core\Persistence\Content\Location; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; interface Handler { /** * Create a new bookmark. * - * @param \Ibexa\Contracts\Core\Persistence\Bookmark\CreateStruct $createStruct + * @param CreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark + * @return Bookmark */ public function create(CreateStruct $createStruct): Bookmark; @@ -26,7 +27,7 @@ public function create(CreateStruct $createStruct): Bookmark; * * @param int $bookmarkId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function delete(int $bookmarkId): void; @@ -36,9 +37,12 @@ public function delete(int $bookmarkId): void; * @param int $userId * @param array $locationIds * - * @return \Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark[] + * @return Bookmark[] */ - public function loadByUserIdAndLocationId(int $userId, array $locationIds): array; + public function loadByUserIdAndLocationId( + int $userId, + array $locationIds + ): array; /** * Get user ids who have bookmarked given location. @@ -54,9 +58,13 @@ public function loadUserIdsByLocation(Location $location): array; * @param int $offset the start offset for paging * @param int $limit the number of bookmarked locations returned * - * @return \Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark[] + * @return Bookmark[] */ - public function loadUserBookmarks(int $userId, int $offset = 0, int $limit = -1): array; + public function loadUserBookmarks( + int $userId, + int $offset = 0, + int $limit = -1 + ): array; /** * Count bookmarks owned by user. @@ -75,5 +83,8 @@ public function countUserBookmarks(int $userId): int; * @param int $location1Id ID of first location * @param int $location2Id ID of second location */ - public function locationSwapped(int $location1Id, int $location2Id): void; + public function locationSwapped( + int $location1Id, + int $location2Id + ): void; } diff --git a/src/contracts/Persistence/Content.php b/src/contracts/Persistence/Content.php index 5036309885..e794d5d4c8 100644 --- a/src/contracts/Persistence/Content.php +++ b/src/contracts/Persistence/Content.php @@ -7,6 +7,9 @@ namespace Ibexa\Contracts\Core\Persistence; +use Ibexa\Contracts\Core\Persistence\Content\Field; +use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; + /** * Content value object, bound to a version. * This object aggregates the following: @@ -19,14 +22,14 @@ class Content extends ValueObject /** * VersionInfo object for this content's version. * - * @var \Ibexa\Contracts\Core\Persistence\Content\VersionInfo + * @var VersionInfo */ public $versionInfo; /** * Field objects for this content. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Field[] + * @var Field[] */ public $fields; } diff --git a/src/contracts/Persistence/Content/ContentItem.php b/src/contracts/Persistence/Content/ContentItem.php index 2870797717..cd37d2e3f4 100644 --- a/src/contracts/Persistence/Content/ContentItem.php +++ b/src/contracts/Persistence/Content/ContentItem.php @@ -14,26 +14,29 @@ /** * Content item Value Object - a composite of Content and Type instances. * - * @property-read \Ibexa\Contracts\Core\Persistence\Content $content - * @property-read \Ibexa\Contracts\Core\Persistence\Content\ContentInfo $contentInfo - * @property-read \Ibexa\Contracts\Core\Persistence\Content\Type $type + * @property-read Content $content + * @property-read ContentInfo $contentInfo + * @property-read Type $type */ final class ContentItem extends ValueObject { - /** @var \Ibexa\Contracts\Core\Persistence\Content */ + /** @var Content */ protected $content; - /** @var \Ibexa\Contracts\Core\Persistence\Content\ContentInfo */ + /** @var ContentInfo */ protected $contentInfo; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type */ + /** @var Type */ protected $type; /** * @internal for internal use by Repository Storage abstraction */ - public function __construct(Content $content, ContentInfo $contentInfo, Type $type) - { + public function __construct( + Content $content, + ContentInfo $contentInfo, + Type $type + ) { parent::__construct([]); $this->content = $content; $this->contentInfo = $contentInfo; diff --git a/src/contracts/Persistence/Content/CreateStruct.php b/src/contracts/Persistence/Content/CreateStruct.php index d0fbcd214c..b6b2ac5db0 100644 --- a/src/contracts/Persistence/Content/CreateStruct.php +++ b/src/contracts/Persistence/Content/CreateStruct.php @@ -27,7 +27,7 @@ class CreateStruct extends ValueObject * ContentId, contentVersion and mainLocationId are allowed to be left empty * when used on with this struct as these values are created by the create method. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct[] + * @var Location\CreateStruct[] */ public $locations = []; diff --git a/src/contracts/Persistence/Content/Field.php b/src/contracts/Persistence/Content/Field.php index 85b5d40bc1..33bdf9b9ee 100644 --- a/src/contracts/Persistence/Content/Field.php +++ b/src/contracts/Persistence/Content/Field.php @@ -35,7 +35,7 @@ class Field extends ValueObject /** * Value of the field. * - * @var \Ibexa\Contracts\Core\Persistence\Content\FieldValue + * @var FieldValue */ public $value; diff --git a/src/contracts/Persistence/Content/FieldTypeConstraints.php b/src/contracts/Persistence/Content/FieldTypeConstraints.php index 2132c5620f..dfeae3378d 100644 --- a/src/contracts/Persistence/Content/FieldTypeConstraints.php +++ b/src/contracts/Persistence/Content/FieldTypeConstraints.php @@ -7,6 +7,7 @@ namespace Ibexa\Contracts\Core\Persistence\Content; +use Ibexa\Contracts\Core\FieldType\FieldType; use Ibexa\Contracts\Core\Persistence\ValueObject; class FieldTypeConstraints extends ValueObject @@ -18,7 +19,7 @@ class FieldTypeConstraints extends ValueObject * Note that contents of this property must be serializable and exportable * (i.e. no circular references, resources and friends). * - * @see \Ibexa\Contracts\Core\FieldType\FieldType + * @see FieldType * * @var mixed */ @@ -31,7 +32,7 @@ class FieldTypeConstraints extends ValueObject * Note that contents of this property must be serializable and exportable * (i.e. no circular references, resources and friends). * - * @see \Ibexa\Contracts\Core\FieldType\FieldType + * @see FieldType * * @var mixed */ diff --git a/src/contracts/Persistence/Content/Handler.php b/src/contracts/Persistence/Content/Handler.php index 934749071b..6aaff335f0 100644 --- a/src/contracts/Persistence/Content/Handler.php +++ b/src/contracts/Persistence/Content/Handler.php @@ -8,7 +8,11 @@ namespace Ibexa\Contracts\Core\Persistence\Content; // @todo We must verify whether we want to type cast on the "Criterion" interface or abstract class +use Ibexa\Contracts\Core\Persistence\Content; use Ibexa\Contracts\Core\Persistence\Content\Relation\CreateStruct as RelationCreateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; /** * The Content Handler interface defines content operations on the storage engine. @@ -27,9 +31,9 @@ interface Handler * * Will contain always a complete list of fields. * - * @param \Ibexa\Contracts\Core\Persistence\Content\CreateStruct $content Content creation struct. + * @param CreateStruct $content Content creation struct. * - * @return \Ibexa\Contracts\Core\Persistence\Content Content value object + * @return Content Content value object */ public function create(CreateStruct $content); @@ -44,9 +48,14 @@ public function create(CreateStruct $content); * @param mixed $userId * @param string|null $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ - public function createDraftFromVersion($contentId, $srcVersion, $userId, ?string $languageCode = null); + public function createDraftFromVersion( + $contentId, + $srcVersion, + $userId, + ?string $languageCode = null + ); /** * Returns the raw data of a content object identified by $id, in a struct. @@ -63,9 +72,13 @@ public function createDraftFromVersion($contentId, $srcVersion, $userId, ?string * @param int|null $version * @param string[]|null $translations * - * @return \Ibexa\Contracts\Core\Persistence\Content Content value object + * @return Content Content value object */ - public function load($id, $version = null, ?array $translations = null); + public function load( + $id, + $version = null, + ?array $translations = null + ); /** * Return list of unique Content, with content id as key. @@ -86,16 +99,19 @@ public function load($id, $version = null, ?array $translations = null); * @param int[] $contentIds * @param string[]|null $translations * - * @return \Ibexa\Contracts\Core\Persistence\Content[] + * @return Content[] */ - public function loadContentList(array $contentIds, ?array $translations = null): iterable; + public function loadContentList( + array $contentIds, + ?array $translations = null + ): iterable; /** * Returns the metadata object for a content identified by $contentId. * * @param int|string $contentId * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo + * @return ContentInfo */ public function loadContentInfo($contentId); @@ -107,7 +123,7 @@ public function loadContentInfo($contentId); * * @param array $contentIds * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo[] + * @return ContentInfo[] */ public function loadContentInfoList(array $contentIds); @@ -116,28 +132,34 @@ public function loadContentInfoList(array $contentIds); * * @param mixed $remoteId * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo + * @return ContentInfo */ public function loadContentInfoByRemoteId($remoteId); /** * Returns the version object for a content/version identified by $contentId and $versionNo. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If version is not found + * @throws NotFoundException If version is not found * * @param int|string $contentId * @param int|null $versionNo Version number to load, loads current version if null. * - * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo + * @return VersionInfo */ - public function loadVersionInfo($contentId, $versionNo = null); + public function loadVersionInfo( + $contentId, + $versionNo = null + ); /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * * @return int[] */ - public function loadVersionNoArchivedWithin(int $contentId, int $seconds): array; + public function loadVersionNoArchivedWithin( + int $contentId, + int $seconds + ): array; /** * Returns the number of versions with draft status created by the given $userId. @@ -153,7 +175,7 @@ public function countDraftsForUser(int $userId): int; * * @param int $userId * - * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo[] + * @return VersionInfo[] */ public function loadDraftsForUser($userId); @@ -164,9 +186,13 @@ public function loadDraftsForUser($userId); * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo[] + * @return VersionInfo[] */ - public function loadDraftListForUser(int $userId, int $offset = 0, int $limit = -1): array; + public function loadDraftListForUser( + int $userId, + int $offset = 0, + int $limit = -1 + ): array; /** * Sets the status of object identified by $contentId and $version to $status. @@ -180,28 +206,39 @@ public function loadDraftListForUser(int $userId, int $offset = 0, int $limit = * * @return bool */ - public function setStatus($contentId, $status, $version); + public function setStatus( + $contentId, + $status, + $version + ); /** * Updates a content object meta data, identified by $contentId. * * @param int $contentId - * @param \Ibexa\Contracts\Core\Persistence\Content\MetadataUpdateStruct $content + * @param MetadataUpdateStruct $content * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo + * @return ContentInfo */ - public function updateMetadata($contentId, MetadataUpdateStruct $content); + public function updateMetadata( + $contentId, + MetadataUpdateStruct $content + ); /** * Updates a content version, identified by $contentId and $versionNo. * * @param int $contentId * @param int $versionNo - * @param \Ibexa\Contracts\Core\Persistence\Content\UpdateStruct $content + * @param UpdateStruct $content * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ - public function updateContent($contentId, $versionNo, UpdateStruct $content); + public function updateContent( + $contentId, + $versionNo, + UpdateStruct $content + ); /** * Deletes all versions and fields, all locations (subtree), and all relations. @@ -225,7 +262,10 @@ public function deleteContent($contentId); * * @return bool */ - public function deleteVersion($contentId, $versionNo); + public function deleteVersion( + $contentId, + $versionNo + ); /** * Returns the versions for $contentId. @@ -236,9 +276,13 @@ public function deleteVersion($contentId, $versionNo); * @param mixed|null $status Optional argument to filter versions by status, like {@see VersionInfo::STATUS_ARCHIVED}. * @param int $limit Limit for items returned, -1 means none. * - * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo[] + * @return VersionInfo[] */ - public function listVersions($contentId, $status = null, $limit = -1); + public function listVersions( + $contentId, + $status = null, + $limit = -1 + ); /** * Copy Content with Fields, Versions & Relations from $contentId in $version. @@ -246,16 +290,20 @@ public function listVersions($contentId, $status = null, $limit = -1); * Copies all fields and relations from $contentId in $version (or all versions if false) * to a new object which is returned. Version numbers are maintained. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If content or version is not found + * @throws NotFoundException If content or version is not found * * @param mixed $contentId * @param mixed|null $versionNo Copy all versions if left null * @param int|null $newOwnerId By default owner is same content we copy, for other cases set owner here to change it. * E.g. In order to give person copying access to edit (if owner limitation), use this to set copier as owner. * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ - public function copy($contentId, $versionNo = null, $newOwnerId = null); + public function copy( + $contentId, + $versionNo = null, + $newOwnerId = null + ); /** * Creates a relation between $sourceContentId in $sourceContentVersionNo @@ -263,9 +311,9 @@ public function copy($contentId, $versionNo = null, $newOwnerId = null); * * @todo Should the existence verifications happen here or is this supposed to be handled at a higher level? * - * @param \Ibexa\Contracts\Core\Persistence\Content\Relation\CreateStruct $createStruct + * @param RelationCreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Relation + * @return Relation */ public function addRelation(RelationCreateStruct $createStruct); @@ -286,7 +334,11 @@ public function loadRelation(int $relationId): Relation; * \Ibexa\Contracts\Core\Repository\Values\Content\Relation::FIELD} * @param ?int $destinationContentId Content id to invalidate cache tag related to content reverse relations count */ - public function removeRelation($relationId, $type, ?int $destinationContentId = null); + public function removeRelation( + $relationId, + $type, + ?int $destinationContentId = null + ); /** * Counts all outgoing relations for the given version. @@ -298,7 +350,7 @@ public function countRelations( ): int; /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Relation[] + * @return Relation[] */ public function loadRelationList( int $sourceContentId, @@ -316,7 +368,10 @@ public function loadRelationList( * * @return int */ - public function countReverseRelations(int $destinationContentId, ?int $type = null): int; + public function countReverseRelations( + int $destinationContentId, + ?int $type = null + ): int; /** * Loads relations from $contentId. Optionally, loads only those with $type. @@ -329,9 +384,12 @@ public function countReverseRelations(int $destinationContentId, ?int $type = nu * \Ibexa\Contracts\Core\Repository\Values\Content\Relation::LINK, * \Ibexa\Contracts\Core\Repository\Values\Content\Relation::FIELD} * - * @return \Ibexa\Contracts\Core\Persistence\Content\Relation[] + * @return Relation[] */ - public function loadReverseRelations($destinationContentId, $type = null); + public function loadReverseRelations( + $destinationContentId, + $type = null + ); /** * Loads paginated relations from $contentId. Optionally, loads only those with $type. @@ -343,7 +401,7 @@ public function loadReverseRelations($destinationContentId, $type = null); * @param int $limit * @param int|null $type The relation type bitmask {@see \Ibexa\Contracts\Core\Repository\Values\Content\Relation} * - * @return \Ibexa\Contracts\Core\Persistence\Content\Relation[] + * @return Relation[] */ public function loadReverseRelationList( int $destinationContentId, @@ -358,13 +416,17 @@ public function loadReverseRelationList( * * @param int $contentId * @param int $versionNo - * @param \Ibexa\Contracts\Core\Persistence\Content\MetadataUpdateStruct $metaDataUpdateStruct + * @param MetadataUpdateStruct $metaDataUpdateStruct * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException * - * @return \Ibexa\Contracts\Core\Persistence\Content The published Content + * @return Content The published Content */ - public function publish($contentId, $versionNo, MetadataUpdateStruct $metaDataUpdateStruct); + public function publish( + $contentId, + $versionNo, + MetadataUpdateStruct $metaDataUpdateStruct + ); /** * Delete the specified translation from all the Versions of a Content Object. @@ -372,7 +434,10 @@ public function publish($contentId, $versionNo, MetadataUpdateStruct $metaDataUp * @param int $contentId * @param string $languageCode language code of the translation */ - public function deleteTranslationFromContent($contentId, $languageCode); + public function deleteTranslationFromContent( + $contentId, + $languageCode + ); /** * Remove the specified Translation from the given Version Draft of a Content Object. @@ -381,17 +446,21 @@ public function deleteTranslationFromContent($contentId, $languageCode); * @param int $versionNo * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content The Content Draft w/o removed Translation + * @return Content The Content Draft w/o removed Translation */ - public function deleteTranslationFromDraft($contentId, $versionNo, $languageCode); + public function deleteTranslationFromDraft( + $contentId, + $versionNo, + $languageCode + ); /** * @param array $contentIds * - * @return array<\Ibexa\Contracts\Core\Persistence\Content\VersionInfo> + * @return array * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ public function loadVersionInfoList(array $contentIds): array; } diff --git a/src/contracts/Persistence/Content/Language/Handler.php b/src/contracts/Persistence/Content/Language/Handler.php index 562d8654ee..42b9ce486e 100644 --- a/src/contracts/Persistence/Content/Language/Handler.php +++ b/src/contracts/Persistence/Content/Language/Handler.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Persistence\Content\Language; use Ibexa\Contracts\Core\Persistence\Content\Language; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; /** * Language Handler interface. @@ -17,16 +18,16 @@ interface Handler /** * Create a new language. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\CreateStruct $struct + * @param CreateStruct $struct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function create(CreateStruct $struct); /** * Update language. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language $struct + * @param Language $struct */ public function update(Language $struct); @@ -35,9 +36,9 @@ public function update(Language $struct); * * @param mixed $id * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If language could not be found by $id + * @throws NotFoundException If language could not be found by $id * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function load($id); @@ -49,7 +50,7 @@ public function load($id); * * @param array $ids * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language[]|iterable + * @return Language[]|iterable */ public function loadList(array $ids): iterable; @@ -58,9 +59,9 @@ public function loadList(array $ids): iterable; * * @param string $languageCode * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If language could not be found by $languageCode + * @throws NotFoundException If language could not be found by $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function loadByLanguageCode($languageCode); @@ -72,7 +73,7 @@ public function loadByLanguageCode($languageCode); * * @param string[] $languageCodes * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language[]|iterable + * @return Language[]|iterable */ public function loadListByLanguageCodes(array $languageCodes): iterable; @@ -81,7 +82,7 @@ public function loadListByLanguageCodes(array $languageCodes): iterable; * * Return list of languages where key of hash is language code. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language[] + * @return Language[] */ public function loadAll(); diff --git a/src/contracts/Persistence/Content/Location.php b/src/contracts/Persistence/Content/Location.php index aa2a7bcd79..f492d62800 100644 --- a/src/contracts/Persistence/Content/Location.php +++ b/src/contracts/Persistence/Content/Location.php @@ -7,6 +7,7 @@ namespace Ibexa\Contracts\Core\Persistence\Content; +use Ibexa\Contracts\Core\Persistence\Content; use Ibexa\Contracts\Core\Persistence\ValueObject; /** @@ -76,7 +77,7 @@ class Location extends ValueObject /** * Content ID. * - * ID of the corresponding {@see \Ibexa\Contracts\Core\Persistence\Content}. + * ID of the corresponding {@see Content}. * * @var int */ diff --git a/src/contracts/Persistence/Content/Location/CreateStruct.php b/src/contracts/Persistence/Content/Location/CreateStruct.php index 389f785483..ee69c1cc6d 100644 --- a/src/contracts/Persistence/Content/Location/CreateStruct.php +++ b/src/contracts/Persistence/Content/Location/CreateStruct.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Persistence\Content\Location; use Ibexa\Contracts\Core\Persistence\ValueObject; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; class CreateStruct extends ValueObject { @@ -48,7 +49,7 @@ class CreateStruct extends ValueObject /** * Content ID. * - * ID of the corresponding {@see \Ibexa\Contracts\Core\Repository\Values\Content\Content}. + * ID of the corresponding {@see Content}. * * @var int */ @@ -57,7 +58,7 @@ class CreateStruct extends ValueObject /** * Content version. * - * Version of the corresponding {@see \Ibexa\Contracts\Core\Repository\Values\Content\Content}. + * Version of the corresponding {@see Content}. * * @todo Rename to $contentVersionNo? * diff --git a/src/contracts/Persistence/Content/Location/Handler.php b/src/contracts/Persistence/Content/Location/Handler.php index 39fb16793f..c1200a261f 100644 --- a/src/contracts/Persistence/Content/Location/Handler.php +++ b/src/contracts/Persistence/Content/Location/Handler.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Persistence\Content\Location; use Ibexa\Contracts\Core\Persistence\Content\Location; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; /** * The Location Handler interface defines operations on Location elements in the storage engine. @@ -21,11 +22,15 @@ interface Handler * @param string[]|null $translations If set, NotFound is thrown if content is not in given translation. * @param bool $useAlwaysAvailable Respect always available flag on content, where main language is valid translation fallback. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location + * @return Location */ - public function load($locationId, ?array $translations = null, bool $useAlwaysAvailable = true); + public function load( + $locationId, + ?array $translations = null, + bool $useAlwaysAvailable = true + ); /** * Return list of unique Locations, with location id as key. @@ -37,16 +42,20 @@ public function load($locationId, ?array $translations = null, bool $useAlwaysAv * @param string[]|null $translations If set, only locations with content in given translations are returned. * @param bool $useAlwaysAvailable Respect always available flag on content, where main language is valid translation fallback. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location[]|iterable + * @return Location[]|iterable */ - public function loadList(array $locationIds, ?array $translations = null, bool $useAlwaysAvailable = true): iterable; + public function loadList( + array $locationIds, + ?array $translations = null, + bool $useAlwaysAvailable = true + ): iterable; /** * Loads the subtree ids of the location identified by $locationId. * * @param int $locationId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * * @return array Location ids are in the index, Content ids in the value. */ @@ -59,11 +68,15 @@ public function loadSubtreeIds($locationId); * @param string[]|null $translations If set, NotFound is thrown if content is not in given translation. * @param bool $useAlwaysAvailable Respect always available flag on content, where main language is valid translation fallback. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location + * @return Location */ - public function loadByRemoteId($remoteId, ?array $translations = null, bool $useAlwaysAvailable = true); + public function loadByRemoteId( + $remoteId, + ?array $translations = null, + bool $useAlwaysAvailable = true + ); /** * Loads all locations for $contentId, optionally limited to a sub tree @@ -72,17 +85,23 @@ public function loadByRemoteId($remoteId, ?array $translations = null, bool $use * @param int $contentId * @param int $rootLocationId * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location[] + * @return Location[] */ - public function loadLocationsByContent($contentId, $rootLocationId = null); + public function loadLocationsByContent( + $contentId, + $rootLocationId = null + ); /** * Loads all locations for $contentId in trash, optionally limited to a sub tree * identified by $rootLocationId. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location[] + * @return Location[] */ - public function loadLocationsByTrashContent(int $contentId, ?int $rootLocationId = null): array; + public function loadLocationsByTrashContent( + int $contentId, + ?int $rootLocationId = null + ): array; /** * Loads all parent Locations for unpublished Content by given $contentId. @@ -90,7 +109,7 @@ public function loadLocationsByTrashContent(int $contentId, ?int $rootLocationId * * @param mixed $contentId * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location[] + * @return Location[] */ public function loadParentLocationsForDraftContent($contentId); @@ -105,11 +124,14 @@ public function loadParentLocationsForDraftContent($contentId); * @param mixed $sourceId * @param mixed $destinationParentId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If $sourceId or $destinationParentId are invalid + * @throws NotFoundException If $sourceId or $destinationParentId are invalid * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location the newly created Location. + * @return Location the newly created Location. */ - public function copySubtree($sourceId, $destinationParentId); + public function copySubtree( + $sourceId, + $destinationParentId + ); public function getSubtreeSize(string $path): int; @@ -125,7 +147,10 @@ public function getSubtreeSize(string $path): int; * * @return bool */ - public function move($sourceId, $destinationParentId); + public function move( + $sourceId, + $destinationParentId + ); /** * Sets a location to be hidden, and it self + all children to invisible. @@ -167,24 +192,30 @@ public function setVisible(int $id): void; * * @return bool */ - public function swap($locationId1, $locationId2); + public function swap( + $locationId1, + $locationId2 + ); /** * Updates an existing location. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Location\UpdateStruct $location + * @param UpdateStruct $location * @param int $locationId */ - public function update(UpdateStruct $location, $locationId); + public function update( + UpdateStruct $location, + $locationId + ); /** * Creates a new location rooted at $location->parentId. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct $location + * @param CreateStruct $location * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location + * @return Location * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if parent Location does not exist + * @throws NotFoundException if parent Location does not exist */ public function create(CreateStruct $location); @@ -219,7 +250,10 @@ public function deleteChildrenDrafts(int $locationId): void; * @param mixed $locationId * @param mixed $sectionId */ - public function setSectionForSubtree($locationId, $sectionId); + public function setSectionForSubtree( + $locationId, + $sectionId + ); /** * Changes main location of content identified by given $contentId to location identified by given $locationId. @@ -227,7 +261,10 @@ public function setSectionForSubtree($locationId, $sectionId); * @param mixed $contentId * @param mixed $locationId */ - public function changeMainLocation($contentId, $locationId); + public function changeMainLocation( + $contentId, + $locationId + ); /** * Get the total number of all existing Locations. Can be combined with loadAllLocations. @@ -242,9 +279,12 @@ public function countAllLocations(); * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location[] + * @return Location[] */ - public function loadAllLocations($offset, $limit); + public function loadAllLocations( + $offset, + $limit + ); /** * Counts locations for a given content represented by its id. diff --git a/src/contracts/Persistence/Content/Location/Trash/Handler.php b/src/contracts/Persistence/Content/Location/Trash/Handler.php index c2b766234f..8711e9aab3 100644 --- a/src/contracts/Persistence/Content/Location/Trash/Handler.php +++ b/src/contracts/Persistence/Content/Location/Trash/Handler.php @@ -7,7 +7,12 @@ namespace Ibexa\Contracts\Core\Persistence\Content\Location\Trash; +use Ibexa\Contracts\Core\Persistence\Content\Location\Trashed; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; +use Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult; +use Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResultList; /** * The Trash Handler interface defines operations on Location elements in the storage engine. @@ -20,9 +25,9 @@ interface Handler * * @param int $id * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location\Trashed + * @return Trashed */ public function loadTrashItem($id); @@ -35,7 +40,7 @@ public function loadTrashItem($id); * * @param mixed $locationId * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location\Trashed|null null if location was deleted, otherwise Trashed object + * @return Trashed|null null if location was deleted, otherwise Trashed object */ public function trashSubtree($locationId); @@ -51,11 +56,14 @@ public function trashSubtree($locationId); * @param mixed $trashedId * @param mixed $newParentId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If $newParentId is invalid + * @throws NotFoundException If $newParentId is invalid * * @return int Newly restored location id */ - public function recover($trashedId, $newParentId); + public function recover( + $trashedId, + $newParentId + ); /** * Returns all trashed locations satisfying the $criterion (if provided), sorted with $sort (if any). @@ -67,17 +75,22 @@ public function recover($trashedId, $newParentId); * * @param int $offset Offset to start listing from, 0 by default * @param int $limit Limit for the listing. Null by default (no limit) - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] $sort + * @param SortClause[] $sort * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location\Trashed[]|\Ibexa\Contracts\Core\Persistence\Content\Location\Trash\TrashResult + * @return Trashed[]|TrashResult */ - public function findTrashItems(?CriterionInterface $criterion = null, $offset = 0, $limit = null, ?array $sort = null); + public function findTrashItems( + ?CriterionInterface $criterion = null, + $offset = 0, + $limit = null, + ?array $sort = null + ); /** * Empties the trash * Everything contained in the trash must be removed. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResultList + * @return TrashItemDeleteResultList */ public function emptyTrash(); @@ -87,7 +100,7 @@ public function emptyTrash(); * * @param int $trashedId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult + * @return TrashItemDeleteResult */ public function deleteTrashItem($trashedId); } diff --git a/src/contracts/Persistence/Content/Location/Trash/TrashResult.php b/src/contracts/Persistence/Content/Location/Trash/TrashResult.php index 9a16990698..23dd04083e 100644 --- a/src/contracts/Persistence/Content/Location/Trash/TrashResult.php +++ b/src/contracts/Persistence/Content/Location/Trash/TrashResult.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Persistence\Content\Location\Trash; use ArrayIterator; +use Ibexa\Contracts\Core\Persistence\Content\Location\Trashed; use Ibexa\Contracts\Core\Repository\Values\ValueObject; class TrashResult extends ValueObject implements \IteratorAggregate @@ -22,7 +23,7 @@ class TrashResult extends ValueObject implements \IteratorAggregate /** * The value objects found for the query. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Location\Trashed[] + * @var Trashed[] */ public $items = []; diff --git a/src/contracts/Persistence/Content/LocationWithContentInfo.php b/src/contracts/Persistence/Content/LocationWithContentInfo.php index d792da8928..cd3edc5832 100644 --- a/src/contracts/Persistence/Content/LocationWithContentInfo.php +++ b/src/contracts/Persistence/Content/LocationWithContentInfo.php @@ -14,22 +14,24 @@ * SPI\Persistence Location with Content Info Value Object. * A composite of Location and ContentInfo instances. * - * @property-read \Ibexa\Contracts\Core\Persistence\Content\Location $location - * @property-read \Ibexa\Contracts\Core\Persistence\Content\ContentInfo $contentInfo + * @property-read Location $location + * @property-read ContentInfo $contentInfo */ class LocationWithContentInfo extends ValueObject { - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location */ + /** @var Location */ protected $location; - /** @var \Ibexa\Contracts\Core\Persistence\Content\ContentInfo */ + /** @var ContentInfo */ protected $contentInfo; /** * @internal for internal use by Repository Storage abstraction */ - public function __construct(Location $location, ContentInfo $contentInfo) - { + public function __construct( + Location $location, + ContentInfo $contentInfo + ) { parent::__construct([]); $this->location = $location; $this->contentInfo = $contentInfo; diff --git a/src/contracts/Persistence/Content/ObjectState/Handler.php b/src/contracts/Persistence/Content/ObjectState/Handler.php index 6452e2e262..2103f7b91a 100644 --- a/src/contracts/Persistence/Content/ObjectState/Handler.php +++ b/src/contracts/Persistence/Content/ObjectState/Handler.php @@ -7,6 +7,9 @@ namespace Ibexa\Contracts\Core\Persistence\Content\ObjectState; +use Ibexa\Contracts\Core\Persistence\Content\ObjectState; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; + /** * The Object State Handler interface provides managing of object states and groups. */ @@ -15,9 +18,9 @@ interface Handler /** * Creates a new object state group. * - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct $input + * @param InputStruct $input * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ public function createGroup(InputStruct $input); @@ -26,9 +29,9 @@ public function createGroup(InputStruct $input); * * @param mixed $groupId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the group was not found + * @throws NotFoundException if the group was not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ public function loadGroup($groupId); @@ -37,9 +40,9 @@ public function loadGroup($groupId); * * @param string $identifier * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the group was not found + * @throws NotFoundException if the group was not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ public function loadGroupByIdentifier($identifier); @@ -49,16 +52,19 @@ public function loadGroupByIdentifier($identifier); * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group[] + * @return Group[] */ - public function loadAllGroups($offset = 0, $limit = -1); + public function loadAllGroups( + $offset = 0, + $limit = -1 + ); /** * This method returns the ordered list of object states of a group. * * @param mixed $groupId * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState[] + * @return ObjectState[] */ public function loadObjectStates($groupId); @@ -66,11 +72,14 @@ public function loadObjectStates($groupId); * Updates an object state group. * * @param mixed $groupId - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct $input + * @param InputStruct $input * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ - public function updateGroup($groupId, InputStruct $input); + public function updateGroup( + $groupId, + InputStruct $input + ); /** * Deletes a object state group including all states and links to content. @@ -86,20 +95,23 @@ public function deleteGroup($groupId); * set to this state. * * @param mixed $groupId - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct $input + * @param InputStruct $input * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ - public function create($groupId, InputStruct $input); + public function create( + $groupId, + InputStruct $input + ); /** * Loads an object state. * * @param mixed $stateId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the state was not found + * @throws NotFoundException if the state was not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ public function load($stateId); @@ -109,21 +121,27 @@ public function load($stateId); * @param string $identifier * @param mixed $groupId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the state was not found + * @throws NotFoundException if the state was not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ - public function loadByIdentifier($identifier, $groupId); + public function loadByIdentifier( + $identifier, + $groupId + ); /** * Updates an object state. * * @param mixed $stateId - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct $input + * @param InputStruct $input * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ - public function update($stateId, InputStruct $input); + public function update( + $stateId, + InputStruct $input + ); /** * Changes the priority of the state. @@ -131,7 +149,10 @@ public function update($stateId, InputStruct $input); * @param mixed $stateId * @param int $priority */ - public function setPriority($stateId, $priority); + public function setPriority( + $stateId, + $priority + ); /** * Deletes a object state. The state of the content objects is reset to the @@ -150,7 +171,11 @@ public function delete($stateId); * * @return bool */ - public function setContentState($contentId, $groupId, $stateId); + public function setContentState( + $contentId, + $groupId, + $stateId + ); /** * Gets the object-state of object identified by $contentId. @@ -160,9 +185,12 @@ public function setContentState($contentId, $groupId, $stateId); * @param mixed $contentId * @param mixed $stateGroupId * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ - public function getContentState($contentId, $stateGroupId); + public function getContentState( + $contentId, + $stateGroupId + ); /** * Returns the number of objects which are in this state. diff --git a/src/contracts/Persistence/Content/Relation/CreateStruct.php b/src/contracts/Persistence/Content/Relation/CreateStruct.php index a4b8b3e2be..288edc4f5b 100644 --- a/src/contracts/Persistence/Content/Relation/CreateStruct.php +++ b/src/contracts/Persistence/Content/Relation/CreateStruct.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Persistence\Content\Relation; use Ibexa\Contracts\Core\Persistence\ValueObject; +use Ibexa\Contracts\Core\Repository\Values\Content\Relation; /** * CreateStruct representing a relation between content. @@ -45,10 +46,10 @@ class CreateStruct extends ValueObject /** * Type bitmask. * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Relation::COMMON - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Relation::EMBED - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Relation::LINK - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Relation::FIELD + * @see Relation::COMMON + * @see Relation::EMBED + * @see Relation::LINK + * @see Relation::FIELD * * @var int */ diff --git a/src/contracts/Persistence/Content/Section/Handler.php b/src/contracts/Persistence/Content/Section/Handler.php index 32bfdd3585..7410adf064 100644 --- a/src/contracts/Persistence/Content/Section/Handler.php +++ b/src/contracts/Persistence/Content/Section/Handler.php @@ -7,6 +7,9 @@ namespace Ibexa\Contracts\Core\Persistence\Content\Section; +use Ibexa\Contracts\Core\Persistence\Content\Section; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; + interface Handler { /** @@ -15,12 +18,15 @@ interface Handler * @param string $name * @param string $identifier * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section + * @return Section * * @todo Should validate that $identifier is unique?? * @todo What about translatable $name? */ - public function create($name, $identifier); + public function create( + $name, + $identifier + ); /** * Update name and identifier of a section. @@ -29,25 +35,29 @@ public function create($name, $identifier); * @param string $name * @param string $identifier * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section + * @return Section */ - public function update($id, $name, $identifier); + public function update( + $id, + $name, + $identifier + ); /** * Get section data. * * @param mixed $id * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If section is not found + * @throws NotFoundException If section is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section + * @return Section */ public function load($id); /** * Get all section data. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section[] + * @return Section[] */ public function loadAll(); @@ -56,9 +66,9 @@ public function loadAll(); * * @param string $identifier * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If section is not found + * @throws NotFoundException If section is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section + * @return Section */ public function loadByIdentifier($identifier); @@ -79,7 +89,10 @@ public function delete($id); * @param mixed $sectionId * @param mixed $contentId */ - public function assign($sectionId, $contentId); + public function assign( + $sectionId, + $contentId + ); /** * Number of content assignments a Section has. diff --git a/src/contracts/Persistence/Content/Type.php b/src/contracts/Persistence/Content/Type.php index 41deeec49e..7031bf8689 100644 --- a/src/contracts/Persistence/Content/Type.php +++ b/src/contracts/Persistence/Content/Type.php @@ -7,6 +7,7 @@ namespace Ibexa\Contracts\Core\Persistence\Content; +use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; use Ibexa\Contracts\Core\Persistence\ValueObject; /** @@ -169,7 +170,7 @@ class Type extends ValueObject /** * Definitions for Content fields in this type. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition[] + * @var FieldDefinition[] */ public $fieldDefinitions = []; diff --git a/src/contracts/Persistence/Content/Type/CreateStruct.php b/src/contracts/Persistence/Content/Type/CreateStruct.php index cb4ab39055..6288a4899c 100644 --- a/src/contracts/Persistence/Content/Type/CreateStruct.php +++ b/src/contracts/Persistence/Content/Type/CreateStruct.php @@ -141,7 +141,7 @@ class CreateStruct extends ValueObject /** * Content fields in this type. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition[] + * @var FieldDefinition[] */ public $fieldDefinitions = []; diff --git a/src/contracts/Persistence/Content/Type/CriterionHandlerInterface.php b/src/contracts/Persistence/Content/Type/CriterionHandlerInterface.php index 8ab8195295..6e54ab8ae6 100644 --- a/src/contracts/Persistence/Content/Type/CriterionHandlerInterface.php +++ b/src/contracts/Persistence/Content/Type/CriterionHandlerInterface.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Persistence\Content\Type; +use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\CriterionInterface; use Ibexa\Core\Persistence\Legacy\Content\Type\Gateway\CriterionVisitor\CriterionVisitor; @@ -25,7 +26,7 @@ public function supports(CriterionInterface $criterion): bool; /** * @phpstan-param TCriterion $criterion * - * @return string|\Doctrine\DBAL\Query\Expression\CompositeExpression + * @return string|CompositeExpression */ public function apply( CriterionVisitor $criterionVisitor, diff --git a/src/contracts/Persistence/Content/Type/FieldDefinition.php b/src/contracts/Persistence/Content/Type/FieldDefinition.php index 20dae40ca2..f52d31f586 100644 --- a/src/contracts/Persistence/Content/Type/FieldDefinition.php +++ b/src/contracts/Persistence/Content/Type/FieldDefinition.php @@ -100,14 +100,14 @@ class FieldDefinition extends ValueObject * - validators * - fieldSettings. * - * @var \Ibexa\Contracts\Core\Persistence\Content\FieldTypeConstraints + * @var FieldTypeConstraints */ public $fieldTypeConstraints; /** * Default value of the field. * - * @var \Ibexa\Contracts\Core\Persistence\Content\FieldValue + * @var FieldValue */ public $defaultValue; diff --git a/src/contracts/Persistence/Content/Type/Handler.php b/src/contracts/Persistence/Content/Type/Handler.php index 3400c546c2..c2135c2052 100644 --- a/src/contracts/Persistence/Content/Type/Handler.php +++ b/src/contracts/Persistence/Content/Type/Handler.php @@ -10,36 +10,38 @@ use Ibexa\Contracts\Core\Persistence\Content\Type; use Ibexa\Contracts\Core\Persistence\Content\Type\Group\CreateStruct as GroupCreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Type\Group\UpdateStruct as GroupUpdateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\ContentTypeQuery; interface Handler { /** - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\Group\CreateStruct $group + * @param GroupCreateStruct $group * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group + * @return Group */ public function createGroup(GroupCreateStruct $group); /** - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\Group\UpdateStruct $group + * @param GroupUpdateStruct $group */ public function updateGroup(GroupUpdateStruct $group); /** * @param mixed $groupId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If type group contains types - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If type group with id is not found + * @throws BadStateException If type group contains types + * @throws NotFoundException If type group with id is not found */ public function deleteGroup($groupId); /** * @param mixed $groupId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If type group with id is not found + * @throws NotFoundException If type group with id is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group + * @return Group */ public function loadGroup($groupId); @@ -51,7 +53,7 @@ public function loadGroup($groupId); * * @param array $groupIds * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group[] + * @return Group[] */ public function loadGroups(array $groupIds); @@ -62,14 +64,14 @@ public function loadGroups(array $groupIds); * * @param string $identifier * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If type group with id is not found + * @throws NotFoundException If type group with id is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group + * @return Group */ public function loadGroupByIdentifier($identifier); /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group[] + * @return Group[] */ public function loadAllGroups(); @@ -77,9 +79,12 @@ public function loadAllGroups(); * @param mixed $groupId * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type[] + * @return Type[] */ - public function loadContentTypes($groupId, $status = Type::STATUS_DEFINED); + public function loadContentTypes( + $groupId, + $status = Type::STATUS_DEFINED + ); /** * Return list of unique content types, with type id as key. @@ -89,7 +94,7 @@ public function loadContentTypes($groupId, $status = Type::STATUS_DEFINED); * * @param array $contentTypeIds * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type[] + * @return Type[] */ public function loadContentTypeList(array $contentTypeIds): array; @@ -98,10 +103,13 @@ public function loadContentTypeList(array $contentTypeIds): array; * * @return array{count: int, items: array} */ - public function findContentTypes(?ContentTypeQuery $query = null, array $prioritizedLanguages = []): array; + public function findContentTypes( + ?ContentTypeQuery $query = null, + array $prioritizedLanguages = [] + ): array; /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type[] + * @return Type[] */ public function loadContentTypesByFieldDefinitionIdentifier(string $identifier): array; @@ -113,11 +121,14 @@ public function loadContentTypesByFieldDefinitionIdentifier(string $identifier): * @param mixed $contentTypeId * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If type with provided status is not found + * @throws NotFoundException If type with provided status is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ - public function load($contentTypeId, $status = Type::STATUS_DEFINED); + public function load( + $contentTypeId, + $status = Type::STATUS_DEFINED + ); /** * Loads a (defined) content type by identifier. @@ -126,9 +137,9 @@ public function load($contentTypeId, $status = Type::STATUS_DEFINED); * * @param string $identifier * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If defined type is not found + * @throws NotFoundException If defined type is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ public function loadByIdentifier($identifier); @@ -139,33 +150,40 @@ public function loadByIdentifier($identifier); * * @param mixed $remoteId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If defined type is not found + * @throws NotFoundException If defined type is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ public function loadByRemoteId($remoteId); /** - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\CreateStruct $contentType + * @param CreateStruct $contentType * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ public function create(CreateStruct $contentType); /** * @param mixed $contentTypeId * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\UpdateStruct $contentType + * @param UpdateStruct $contentType */ - public function update($contentTypeId, $status, UpdateStruct $contentType); + public function update( + $contentTypeId, + $status, + UpdateStruct $contentType + ); /** * @param mixed $contentTypeId * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If type is defined and still has content + * @throws BadStateException If type is defined and still has content */ - public function delete($contentTypeId, $status); + public function delete( + $contentTypeId, + $status + ); /** * Creates a draft of existing defined content type. @@ -175,16 +193,19 @@ public function delete($contentTypeId, $status); * @param mixed $modifierId * @param mixed $contentTypeId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If type with defined status is not found + * @throws NotFoundException If type with defined status is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ - public function createDraft($modifierId, $contentTypeId); + public function createDraft( + $modifierId, + $contentTypeId + ); /** * Copy a Type to a new Type with status Draft. * - * Copy a Type incl fields and group-relations from a given status to a new Type with status {@see \Ibexa\Contracts\Core\Persistence\Content\Type::STATUS_DRAFT}. + * Copy a Type incl fields and group-relations from a given status to a new Type with status {@see Type::STATUS_DRAFT}. * * New content type will have $userId as creator / modifier, created / modified should be updated, new remoteId created * and identifier should be 'copy_of__' or another unique string. @@ -193,11 +214,15 @@ public function createDraft($modifierId, $contentTypeId); * @param mixed $contentTypeId * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If user or type with provided status is not found + * @throws NotFoundException If user or type with provided status is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ - public function copy($userId, $contentTypeId, $status); + public function copy( + $userId, + $contentTypeId, + $status + ); /** * Unlink a content type group from a content type. @@ -206,11 +231,15 @@ public function copy($userId, $contentTypeId, $status); * @param mixed $contentTypeId * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If group or type with provided status is not found - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If $groupId is last group on $contentTypeId or + * @throws NotFoundException If group or type with provided status is not found + * @throws BadStateException If $groupId is last group on $contentTypeId or * not a group assigned to type */ - public function unlink($groupId, $contentTypeId, $status); + public function unlink( + $groupId, + $contentTypeId, + $status + ); /** * Link a content type group with a content type. @@ -219,22 +248,29 @@ public function unlink($groupId, $contentTypeId, $status); * @param mixed $contentTypeId * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If group or type with provided status is not found - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If type is already part of group + * @throws NotFoundException If group or type with provided status is not found + * @throws BadStateException If type is already part of group */ - public function link($groupId, $contentTypeId, $status); + public function link( + $groupId, + $contentTypeId, + $status + ); /** * Returns field definition for the given field definition id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If field definition is not found + * @throws NotFoundException If field definition is not found * * @param mixed $id * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition + * @return FieldDefinition */ - public function getFieldDefinition($id, $status); + public function getFieldDefinition( + $id, + $status + ); /** * Counts the number of Content instances of the ContentType identified by given $contentTypeId. @@ -254,15 +290,19 @@ public function getContentCount($contentTypeId); * * @param mixed $contentTypeId * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDefinition + * @param FieldDefinition $fieldDefinition * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition + * @return FieldDefinition * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If type is not found + * @throws NotFoundException If type is not found * * @todo Add FieldDefinition\CreateStruct? */ - public function addFieldDefinition($contentTypeId, $status, FieldDefinition $fieldDefinition); + public function addFieldDefinition( + $contentTypeId, + $status, + FieldDefinition $fieldDefinition + ); /** * Removes a field definition from an existing Type. @@ -273,7 +313,7 @@ public function addFieldDefinition($contentTypeId, $status, FieldDefinition $fie * * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If field is not found + * @throws NotFoundException If field is not found */ public function removeFieldDefinition( int $contentTypeId, @@ -291,13 +331,17 @@ public function removeFieldDefinition( * * @param mixed $contentTypeId * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDefinition + * @param FieldDefinition $fieldDefinition * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If field is not found + * @throws NotFoundException If field is not found * * @todo Add FieldDefinition\UpdateStruct? */ - public function updateFieldDefinition($contentTypeId, $status, FieldDefinition $fieldDefinition); + public function updateFieldDefinition( + $contentTypeId, + $status, + FieldDefinition $fieldDefinition + ); /** * Update content objects. @@ -311,7 +355,7 @@ public function updateFieldDefinition($contentTypeId, $status, FieldDefinition $ * * @param mixed $contentTypeId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If type with $contentTypeId and Type::STATUS_DRAFT is not found + * @throws NotFoundException If type with $contentTypeId and Type::STATUS_DRAFT is not found */ public function publish($contentTypeId); @@ -343,13 +387,19 @@ public function getSearchableFieldMap(); * @param int $contentTypeId * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ - public function removeContentTypeTranslation(int $contentTypeId, string $languageCode): Type; + public function removeContentTypeTranslation( + int $contentTypeId, + string $languageCode + ): Type; /** * @param int $userId * @param int $status */ - public function deleteByUserAndStatus(int $userId, int $status): void; + public function deleteByUserAndStatus( + int $userId, + int $status + ): void; } diff --git a/src/contracts/Persistence/Content/UpdateStruct.php b/src/contracts/Persistence/Content/UpdateStruct.php index 6dc3e3d0be..556787c01f 100644 --- a/src/contracts/Persistence/Content/UpdateStruct.php +++ b/src/contracts/Persistence/Content/UpdateStruct.php @@ -24,7 +24,7 @@ class UpdateStruct extends ValueObject /** * Contains fields to be updated. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Field[] + * @var Field[] */ public $fields = []; diff --git a/src/contracts/Persistence/Content/UrlAlias/Handler.php b/src/contracts/Persistence/Content/UrlAlias/Handler.php index c1a900877e..9984c0502d 100644 --- a/src/contracts/Persistence/Content/UrlAlias/Handler.php +++ b/src/contracts/Persistence/Content/UrlAlias/Handler.php @@ -7,6 +7,11 @@ namespace Ibexa\Contracts\Core\Persistence\Content\UrlAlias; +use Ibexa\Contracts\Core\Persistence\Content\UrlAlias; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; + /** * The UrlAlias Handler interface provides nice urls management. * @@ -49,9 +54,15 @@ public function publishUrlAliasForLocation( * @param string|null $languageCode * @param bool $alwaysAvailable * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias + * @return UrlAlias */ - public function createCustomUrlAlias($locationId, $path, $forwarding = false, $languageCode = null, $alwaysAvailable = false); + public function createCustomUrlAlias( + $locationId, + $path, + $forwarding = false, + $languageCode = null, + $alwaysAvailable = false + ); /** * Create a user chosen $alias pointing to a resource in $languageCode. @@ -67,41 +78,54 @@ public function createCustomUrlAlias($locationId, $path, $forwarding = false, $l * @param string|null $languageCode * @param bool $alwaysAvailable * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias + * @return UrlAlias */ - public function createGlobalUrlAlias($resource, $path, $forwarding = false, $languageCode = null, $alwaysAvailable = false); + public function createGlobalUrlAlias( + $resource, + $path, + $forwarding = false, + $languageCode = null, + $alwaysAvailable = false + ); /** * List global aliases. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if path for any of the global URL aliases is broken + * @throws BadStateException if path for any of the global URL aliases is broken * * @param string|null $languageCode * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias[] + * @return UrlAlias[] */ - public function listGlobalURLAliases($languageCode = null, $offset = 0, $limit = -1); + public function listGlobalURLAliases( + $languageCode = null, + $offset = 0, + $limit = -1 + ); /** * List of url entries of $urlType, pointing to $locationId. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if any path for the Location is broken + * @throws BadStateException if any path for the Location is broken * * @param mixed $locationId * @param bool $custom if true the user generated aliases are listed otherwise the autogenerated * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias[] + * @return UrlAlias[] */ - public function listURLAliasesForLocation($locationId, $custom = false); + public function listURLAliasesForLocation( + $locationId, + $custom = false + ); /** * Removes url aliases. * * Autogenerated aliases are not removed by this method. * - * @param \Ibexa\Contracts\Core\Persistence\Content\UrlAlias[] $urlAliases + * @param UrlAlias[] $urlAliases * * @return bool */ @@ -110,24 +134,24 @@ public function removeURLAliases(array $urlAliases); /** * Looks up a url alias for the given url. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the stored path for the given URL is broken + * @throws NotFoundException + * @throws InvalidArgumentException + * @throws BadStateException if the stored path for the given URL is broken * * @param string $url * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias + * @return UrlAlias */ public function lookup($url); /** * Loads URL alias by given $id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if path for the given URL alias is broken + * @throws BadStateException if path for the given URL alias is broken * * @param string $id unique identifier in the form of "-" * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias + * @return UrlAlias */ public function loadUrlAlias($id); @@ -140,7 +164,11 @@ public function loadUrlAlias($id); * @param mixed $oldParentId * @param mixed $newParentId */ - public function locationMoved($locationId, $oldParentId, $newParentId); + public function locationMoved( + $locationId, + $oldParentId, + $newParentId + ); /** * Notifies the underlying engine that a location was copied. @@ -151,7 +179,11 @@ public function locationMoved($locationId, $oldParentId, $newParentId); * @param mixed $newLocationId * @param mixed $newParentId */ - public function locationCopied($locationId, $newLocationId, $newParentId); + public function locationCopied( + $locationId, + $newLocationId, + $newParentId + ); /** * Notifies the underlying engine that a location was swapped. @@ -163,7 +195,12 @@ public function locationCopied($locationId, $newLocationId, $newParentId); * @param string|int $location2Id * @param string|int $location2ParentId */ - public function locationSwapped($location1Id, $location1ParentId, $location2Id, $location2ParentId); + public function locationSwapped( + $location1Id, + $location1ParentId, + $location2Id, + $location2ParentId + ); /** * Notifies the underlying engine that a location was deleted or moved to trash. @@ -180,7 +217,10 @@ public function locationDeleted($locationId): array; * @param int[] $locationIds all Locations of the Content that got Translation removed * @param string $languageCode language code of the removed Translation */ - public function translationRemoved(array $locationIds, $languageCode); + public function translationRemoved( + array $locationIds, + $languageCode + ); /** * Archive UrlAliases for Translations that were removed from the underlying published content. @@ -189,7 +229,11 @@ public function translationRemoved(array $locationIds, $languageCode); * @param int $parentLocationId * @param array $languageCodes Language codes of currently published Content Object Translations */ - public function archiveUrlAliasesForDeletedTranslations($locationId, $parentLocationId, array $languageCodes); + public function archiveUrlAliasesForDeletedTranslations( + $locationId, + $parentLocationId, + array $languageCodes + ); /** * Delete corrupted URL aliases (global, custom and system). @@ -205,7 +249,7 @@ public function deleteCorruptedUrlAliases(); * * @param int $locationId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function repairBrokenUrlAliasesForLocation(int $locationId); } diff --git a/src/contracts/Persistence/Content/UrlWildcard/Handler.php b/src/contracts/Persistence/Content/UrlWildcard/Handler.php index a3ef263773..06d0cde04f 100644 --- a/src/contracts/Persistence/Content/UrlWildcard/Handler.php +++ b/src/contracts/Persistence/Content/UrlWildcard/Handler.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Persistence\Content\UrlWildcard; use Ibexa\Contracts\Core\Persistence\Content\UrlWildcard; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\URLWildcardQuery; /** @@ -25,9 +27,13 @@ interface Handler * @param string $destinationUrl * @param bool $forward * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard + * @return UrlWildcard */ - public function create($sourceUrl, $destinationUrl, $forward = false); + public function create( + $sourceUrl, + $destinationUrl, + $forward = false + ); public function update( int $id, @@ -39,7 +45,7 @@ public function update( /** * removes an url wildcard. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the url wild card was not found + * @throws NotFoundException if the url wild card was not found * * @param mixed $id */ @@ -48,11 +54,11 @@ public function remove($id); /** * Loads a url wild card. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the url wild card was not found + * @throws NotFoundException if the url wild card was not found * * @param mixed $id * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard + * @return UrlWildcard */ public function load($id); @@ -62,25 +68,28 @@ public function load($id); * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard[] + * @return UrlWildcard[] */ - public function loadAll($offset = 0, $limit = -1); + public function loadAll( + $offset = 0, + $limit = -1 + ); /** * Find URLWildcards. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ public function find(URLWildcardQuery $query): array; /** * Performs lookup for given (source) URL. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the url wild card was not found + * @throws NotFoundException if the url wild card was not found * * @param string $sourceUrl * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard + * @return UrlWildcard */ public function translate(string $sourceUrl): UrlWildcard; diff --git a/src/contracts/Persistence/Content/VersionInfo.php b/src/contracts/Persistence/Content/VersionInfo.php index c8a15df83e..d15b039324 100644 --- a/src/contracts/Persistence/Content/VersionInfo.php +++ b/src/contracts/Persistence/Content/VersionInfo.php @@ -48,7 +48,7 @@ class VersionInfo extends ValueObject /** * ContentInfo of the content this VersionInfo belongs to. * - * @var \Ibexa\Contracts\Core\Persistence\Content\ContentInfo + * @var ContentInfo */ public $contentInfo; diff --git a/src/contracts/Persistence/FieldType.php b/src/contracts/Persistence/FieldType.php index 342a990c5d..62176aaf5f 100644 --- a/src/contracts/Persistence/FieldType.php +++ b/src/contracts/Persistence/FieldType.php @@ -19,7 +19,7 @@ interface FieldType /** * Returns the empty value for the field type that can be processed by the storage engine. * - * @return \Ibexa\Contracts\Core\Persistence\Content\FieldValue + * @return FieldValue */ public function getEmptyValue(); diff --git a/src/contracts/Persistence/Filter/Content/Handler.php b/src/contracts/Persistence/Filter/Content/Handler.php index fde4d03fef..3813162bdd 100644 --- a/src/contracts/Persistence/Filter/Content/Handler.php +++ b/src/contracts/Persistence/Filter/Content/Handler.php @@ -18,7 +18,7 @@ interface Handler { /** - * @return \Ibexa\Contracts\Core\Persistence\Filter\Content\LazyContentItemListIterator + * @return LazyContentItemListIterator */ public function find(Filter $filter): iterable; diff --git a/src/contracts/Persistence/Filter/Content/LazyContentItemListIterator.php b/src/contracts/Persistence/Filter/Content/LazyContentItemListIterator.php index 9fd9e03d77..2ae77cf060 100644 --- a/src/contracts/Persistence/Filter/Content/LazyContentItemListIterator.php +++ b/src/contracts/Persistence/Filter/Content/LazyContentItemListIterator.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Persistence\Filter\Content; +use Ibexa\Contracts\Core\Persistence\Content\ContentItem; use Ibexa\Contracts\Core\Persistence\Filter\LazyListIterator; use ReturnTypeWillChange; @@ -16,12 +17,12 @@ * * @internal for internal use by Repository Filtering * - * @see \Ibexa\Contracts\Core\Persistence\Content\ContentItem + * @see ContentItem */ class LazyContentItemListIterator extends LazyListIterator { /** - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentItem[] + * @return ContentItem[] * * @throws \Exception */ diff --git a/src/contracts/Persistence/Filter/CriterionVisitor.php b/src/contracts/Persistence/Filter/CriterionVisitor.php index 9d3ba0f35b..927a050a90 100644 --- a/src/contracts/Persistence/Filter/CriterionVisitor.php +++ b/src/contracts/Persistence/Filter/CriterionVisitor.php @@ -9,11 +9,12 @@ namespace Ibexa\Contracts\Core\Persistence\Filter; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; /** * @internal for internal use by Repository Filtering. - * Visits instances of {@see \Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder}. + * Visits instances of {@see CriterionQueryBuilder}. */ interface CriterionVisitor { diff --git a/src/contracts/Persistence/Filter/Doctrine/FilteringQueryBuilder.php b/src/contracts/Persistence/Filter/Doctrine/FilteringQueryBuilder.php index 1253c5c937..887597dbed 100644 --- a/src/contracts/Persistence/Filter/Doctrine/FilteringQueryBuilder.php +++ b/src/contracts/Persistence/Filter/Doctrine/FilteringQueryBuilder.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Persistence\Filter\Doctrine; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query; @@ -17,6 +18,7 @@ use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; use Ibexa\Core\Repository\Values\Content\VersionInfo; + use function sprintf; /** @@ -24,7 +26,7 @@ * * **NOTE:** To be used **only** with Repository Content/Location Filtering feature. * - * @see \Doctrine\DBAL\Query\QueryBuilder + * @see QueryBuilder */ final class FilteringQueryBuilder extends QueryBuilder { @@ -33,7 +35,7 @@ final class FilteringQueryBuilder extends QueryBuilder /** * Create table JOIN, but only if it hasn't been already joined (determined based on $tableAlias). * - * @throws \Ibexa\Core\Base\Exceptions\DatabaseException if conditions of pre-existing same alias joins are different + * @throws DatabaseException if conditions of pre-existing same alias joins are different */ public function joinOnce( string $fromAlias, @@ -66,7 +68,7 @@ public function joinOnce( /** * Create table LEFT JOIN, but only if it hasn't been already joined (determined based on $tableAlias). * - * @throws \Ibexa\Core\Base\Exceptions\DatabaseException if conditions of pre-existing same alias joins are different + * @throws DatabaseException if conditions of pre-existing same alias joins are different */ public function leftJoinOnce( string $fromAlias, @@ -124,8 +126,10 @@ static function (array $joinData) use ($tableAlias): bool { * @param string $sort * @param string|null $order */ - public function addOrderBy($sort, $order = null): FilteringQueryBuilder - { + public function addOrderBy( + $sort, + $order = null + ): FilteringQueryBuilder { return parent::addOrderBy($sort, $this->mapLegacyOrderToDoctrine($order)); } @@ -166,7 +170,7 @@ private function isJoinedAsFromTableAlias(string $tableAlias): bool } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function buildOperatorBasedCriterionConstraint( string $columnName, @@ -180,7 +184,7 @@ public function buildOperatorBasedCriterionConstraint( $this->createNamedParameter($criterionValue, Connection::PARAM_INT_ARRAY) ); - case Query\Criterion\Operator::BETWEEN: + case Operator::BETWEEN: $databasePlatform = $this->getConnection()->getDatabasePlatform(); return $databasePlatform->getBetweenExpression( @@ -189,11 +193,11 @@ public function buildOperatorBasedCriterionConstraint( $this->createNamedParameter($criterionValue[1], ParameterType::INTEGER) ); - case Query\Criterion\Operator::EQ: - case Query\Criterion\Operator::GT: - case Query\Criterion\Operator::GTE: - case Query\Criterion\Operator::LT: - case Query\Criterion\Operator::LTE: + case Operator::EQ: + case Operator::GT: + case Operator::GTE: + case Operator::LT: + case Operator::LTE: return $this->expr()->comparison( $columnName, $operator, diff --git a/src/contracts/Persistence/Filter/LazyListIterator.php b/src/contracts/Persistence/Filter/LazyListIterator.php index 8f341d2fcf..ea83a2fb25 100644 --- a/src/contracts/Persistence/Filter/LazyListIterator.php +++ b/src/contracts/Persistence/Filter/LazyListIterator.php @@ -38,8 +38,10 @@ public function __construct( $this->iterationCallback = $iterationCallback; } - public function prepareIterator(iterable $iterator, callable $iterationCallback): void - { + public function prepareIterator( + iterable $iterator, + callable $iterationCallback + ): void { $this->iterator = $iterator; $this->iterationCallback = $iterationCallback; } diff --git a/src/contracts/Persistence/Filter/Location/Handler.php b/src/contracts/Persistence/Filter/Location/Handler.php index cfece4b4d1..abc91a46ed 100644 --- a/src/contracts/Persistence/Filter/Location/Handler.php +++ b/src/contracts/Persistence/Filter/Location/Handler.php @@ -18,7 +18,7 @@ interface Handler { /** - * @return \Ibexa\Contracts\Core\Persistence\Filter\Location\LazyLocationListIterator + * @return LazyLocationListIterator */ public function find(Filter $filter): iterable; diff --git a/src/contracts/Persistence/Filter/Location/LazyLocationListIterator.php b/src/contracts/Persistence/Filter/Location/LazyLocationListIterator.php index ee57070c0d..2192d0b4e2 100644 --- a/src/contracts/Persistence/Filter/Location/LazyLocationListIterator.php +++ b/src/contracts/Persistence/Filter/Location/LazyLocationListIterator.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Persistence\Filter\Location; use Ibexa\Contracts\Core\Persistence\Filter\LazyListIterator; +use Ibexa\Contracts\Core\Repository\Values\Content\LocationList; use ReturnTypeWillChange; /** @@ -16,12 +17,12 @@ * * @internal for internal use by Repository Filtering * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\LocationList + * @see LocationList */ class LazyLocationListIterator extends LazyListIterator { /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LocationList[] + * @return LocationList[] * * @throws \Exception */ diff --git a/src/contracts/Persistence/Filter/SortClauseVisitor.php b/src/contracts/Persistence/Filter/SortClauseVisitor.php index 0e7d4ea84e..c75ae24233 100644 --- a/src/contracts/Persistence/Filter/SortClauseVisitor.php +++ b/src/contracts/Persistence/Filter/SortClauseVisitor.php @@ -9,15 +9,20 @@ namespace Ibexa\Contracts\Core\Persistence\Filter; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause; +use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; /** * @internal for internal use by Repository Filtering. - * Visits instances of {@see \Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder}. + * Visits instances of {@see SortClauseQueryBuilder}. */ interface SortClauseVisitor { /** - * @param \Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause[] $sortClauses + * @param FilteringSortClause[] $sortClauses */ - public function visitSortClauses(FilteringQueryBuilder $queryBuilder, array $sortClauses): void; + public function visitSortClauses( + FilteringQueryBuilder $queryBuilder, + array $sortClauses + ): void; } diff --git a/src/contracts/Persistence/Handler.php b/src/contracts/Persistence/Handler.php index 74af46e8e4..615e6d1e1a 100644 --- a/src/contracts/Persistence/Handler.php +++ b/src/contracts/Persistence/Handler.php @@ -16,52 +16,52 @@ interface Handler { /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Handler + * @return Content\Handler */ public function contentHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Handler + * @return Content\Type\Handler */ public function contentTypeHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Language\Handler + * @return Content\Language\Handler */ public function contentLanguageHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Location\Handler + * @return Content\Location\Handler */ public function locationHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler + * @return Content\ObjectState\Handler */ public function objectStateHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Location\Trash\Handler + * @return Content\Location\Trash\Handler */ public function trashHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\User\Handler + * @return User\Handler */ public function userHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Section\Handler + * @return Content\Section\Handler */ public function sectionHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias\Handler + * @return Content\UrlAlias\Handler */ public function urlAliasHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard\Handler + * @return Content\UrlWildcard\Handler */ public function urlWildcardHandler(); @@ -71,22 +71,22 @@ public function urlWildcardHandler(); public function urlHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\Bookmark\Handler + * @return Bookmark\Handler */ public function bookmarkHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\Notification\Handler + * @return Notification\Handler */ public function notificationHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\UserPreference\Handler + * @return UserPreference\Handler */ public function userPreferenceHandler(); /** - * @return \Ibexa\Contracts\Core\Persistence\TransactionHandler + * @return TransactionHandler */ public function transactionHandler(); diff --git a/src/contracts/Persistence/Notification/Handler.php b/src/contracts/Persistence/Notification/Handler.php index 5ebe64c519..7fbbcd07e7 100644 --- a/src/contracts/Persistence/Notification/Handler.php +++ b/src/contracts/Persistence/Notification/Handler.php @@ -16,9 +16,9 @@ interface Handler /** * Store Notification ValueObject in persistent storage. * - * @param \Ibexa\Contracts\Core\Persistence\Notification\CreateStruct $createStruct + * @param CreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Persistence\Notification\Notification + * @return Notification */ public function createNotification(CreateStruct $createStruct): Notification; @@ -26,12 +26,15 @@ public function createNotification(CreateStruct $createStruct): Notification; * Update Notification ValueObject in persistent storage. * There's no edit feature but it's essential to mark Notification as read. * - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\Notification $notification - * @param \Ibexa\Contracts\Core\Persistence\Notification\UpdateStruct $updateStruct + * @param APINotification $notification + * @param UpdateStruct $updateStruct * - * @return \Ibexa\Contracts\Core\Persistence\Notification\Notification + * @return Notification */ - public function updateNotification(APINotification $notification, UpdateStruct $updateStruct): Notification; + public function updateNotification( + APINotification $notification, + UpdateStruct $updateStruct + ): Notification; /** * @param int[] $notificationIds @@ -59,27 +62,37 @@ public function countPendingNotifications(int $ownerId): int; * * @param int $notificationId * - * @return \Ibexa\Contracts\Core\Persistence\Notification\Notification + * @return Notification */ public function getNotificationById(int $notificationId): Notification; /** - * @return \Ibexa\Contracts\Core\Persistence\Notification\Notification[] + * @return Notification[] */ - public function loadUserNotifications(int $userId, int $offset, int $limit): array; + public function loadUserNotifications( + int $userId, + int $offset, + int $limit + ): array; /** - * @return \Ibexa\Contracts\Core\Persistence\Notification\Notification[] + * @return Notification[] */ - public function findUserNotifications(int $userId, ?NotificationQuery $query = null): array; + public function findUserNotifications( + int $userId, + ?NotificationQuery $query = null + ): array; /** * @phpstan-return int<0, max> */ - public function countNotifications(int $currentUserId, ?NotificationQuery $query = null): int; + public function countNotifications( + int $currentUserId, + ?NotificationQuery $query = null + ): int; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\Notification $notification + * @param APINotification $notification */ public function delete(APINotification $notification): void; } diff --git a/src/contracts/Persistence/Token/Handler.php b/src/contracts/Persistence/Token/Handler.php index d144784587..bb834690b1 100644 --- a/src/contracts/Persistence/Token/Handler.php +++ b/src/contracts/Persistence/Token/Handler.php @@ -8,14 +8,17 @@ namespace Ibexa\Contracts\Core\Persistence\Token; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; + /** * @internal */ interface Handler { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws UnauthorizedException */ public function getToken( string $tokenType, @@ -31,7 +34,10 @@ public function createToken(CreateStruct $createStruct): Token; public function revokeTokenById(int $tokenId): void; - public function revokeTokenByIdentifier(string $tokenType, ?string $identifier): void; + public function revokeTokenByIdentifier( + string $tokenType, + ?string $identifier + ): void; public function deleteToken(Token $token): void; diff --git a/src/contracts/Persistence/URL/Handler.php b/src/contracts/Persistence/URL/Handler.php index 3f609a7339..e7476a9add 100644 --- a/src/contracts/Persistence/URL/Handler.php +++ b/src/contracts/Persistence/URL/Handler.php @@ -7,6 +7,7 @@ namespace Ibexa\Contracts\Core\Persistence\URL; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\URL\URLQuery; /** @@ -18,16 +19,19 @@ interface Handler * Updates a existing URL. * * @param int $id - * @param \Ibexa\Contracts\Core\Persistence\URL\URLUpdateStruct $urlUpdateStruct + * @param URLUpdateStruct $urlUpdateStruct * - * @return \Ibexa\Contracts\Core\Persistence\URL\URL + * @return URL */ - public function updateUrl($id, URLUpdateStruct $urlUpdateStruct); + public function updateUrl( + $id, + URLUpdateStruct $urlUpdateStruct + ); /** * Selects URLs data using $query. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URLQuery $query + * @param URLQuery $query * * @return array */ @@ -47,9 +51,9 @@ public function findUsages($id); * * @param int $id * - * @return \Ibexa\Contracts\Core\Persistence\URL\URL + * @return URL * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function loadById($id); @@ -58,9 +62,9 @@ public function loadById($id); * * @param string $url * - * @return \Ibexa\Contracts\Core\Persistence\URL\URL + * @return URL * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function loadByUrl($url); } diff --git a/src/contracts/Persistence/User/Handler.php b/src/contracts/Persistence/User/Handler.php index b2185591dc..3be75dddb7 100644 --- a/src/contracts/Persistence/User/Handler.php +++ b/src/contracts/Persistence/User/Handler.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Persistence\User; use Ibexa\Contracts\Core\Persistence\User; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; /** * Storage Engine handler for user module. @@ -20,9 +22,9 @@ interface Handler * The User struct used to create the user will contain an ID which is used * to reference the user. * - * @param \Ibexa\Contracts\Core\Persistence\User $user + * @param User $user * - * @return \Ibexa\Contracts\Core\Persistence\User + * @return User */ public function create(User $user); @@ -31,9 +33,9 @@ public function create(User $user); * * @param mixed $userId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If user is not found + * @throws NotFoundException If user is not found * - * @return \Ibexa\Contracts\Core\Persistence\User + * @return User */ public function load($userId); @@ -44,9 +46,9 @@ public function load($userId); * * @param string $login * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If user is not found + * @throws NotFoundException If user is not found * - * @return \Ibexa\Contracts\Core\Persistence\User + * @return User */ public function loadByLogin($login); @@ -57,7 +59,7 @@ public function loadByLogin($login); * * @param string $email * - * @return \Ibexa\Contracts\Core\Persistence\User + * @return User */ public function loadByEmail(string $email): User; @@ -71,7 +73,7 @@ public function loadByEmail(string $email): User; * * @param string $email * - * @return \Ibexa\Contracts\Core\Persistence\User[] + * @return User[] */ public function loadUsersByEmail(string $email): array; @@ -80,16 +82,16 @@ public function loadUsersByEmail(string $email): array; * * @param string $hash * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If user is not found + * @throws NotFoundException If user is not found * - * @return \Ibexa\Contracts\Core\Persistence\User + * @return User */ public function loadUserByToken($hash); /** * Update the user information specified by the user struct. * - * @param \Ibexa\Contracts\Core\Persistence\User $user + * @param User $user */ public function update(User $user); @@ -98,7 +100,7 @@ public function updatePassword(User $user): void; /** * Update the user information specified by the user token struct. * - * @param \Ibexa\Contracts\Core\Persistence\User\UserTokenUpdateStruct $userTokenUpdateStruct + * @param UserTokenUpdateStruct $userTokenUpdateStruct */ public function updateUserToken(UserTokenUpdateStruct $userTokenUpdateStruct); @@ -121,9 +123,9 @@ public function delete($userId); /** * Create new role. * - * @param \Ibexa\Contracts\Core\Persistence\User\RoleCreateStruct $createStruct + * @param RoleCreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ public function createRole(RoleCreateStruct $createStruct); @@ -134,9 +136,9 @@ public function createRole(RoleCreateStruct $createStruct); * * @param mixed $roleId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If role with defined status is not found + * @throws NotFoundException If role with defined status is not found * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ public function createRoleDraft($roleId); @@ -151,11 +153,14 @@ public function copyRole(RoleCopyStruct $copyStruct): Role; * @param mixed $roleId * @param int $status One of Role::STATUS_DEFINED|Role::STATUS_DRAFT * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If role is not found + * @throws NotFoundException If role is not found * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ - public function loadRole($roleId, $status = Role::STATUS_DEFINED); + public function loadRole( + $roleId, + $status = Role::STATUS_DEFINED + ); /** * Loads a specified role (draft) by $identifier. @@ -163,27 +168,30 @@ public function loadRole($roleId, $status = Role::STATUS_DEFINED); * @param string $identifier * @param int $status One of Role::STATUS_DEFINED|Role::STATUS_DRAFT * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If role is not found + * @throws NotFoundException If role is not found * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ - public function loadRoleByIdentifier($identifier, $status = Role::STATUS_DEFINED); + public function loadRoleByIdentifier( + $identifier, + $status = Role::STATUS_DEFINED + ); /** * Loads a role draft by the original role ID. * * @param mixed $roleId ID of the role the draft was created from. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If role is not found + * @throws NotFoundException If role is not found * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ public function loadRoleDraftByRoleId($roleId); /** * Loads all roles. * - * @return \Ibexa\Contracts\Core\Persistence\User\Role[] + * @return Role[] */ public function loadRoles(); @@ -192,9 +200,9 @@ public function loadRoles(); * * @param mixed $roleAssignmentId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If role assignment is not found + * @throws NotFoundException If role assignment is not found * - * @return \Ibexa\Contracts\Core\Persistence\User\RoleAssignment + * @return RoleAssignment */ public function loadRoleAssignment($roleAssignmentId); @@ -205,16 +213,20 @@ public function loadRoleAssignment($roleAssignmentId); * * @param mixed $roleId * - * @return \Ibexa\Contracts\Core\Persistence\User\RoleAssignment[] + * @return RoleAssignment[] */ public function loadRoleAssignmentsByRoleId($roleId); /** * Loads Role's assignments based on provided $offset and $limit arguments. * - * @return \Ibexa\Contracts\Core\Persistence\User\RoleAssignment[] + * @return RoleAssignment[] */ - public function loadRoleAssignmentsByRoleIdWithOffsetAndLimit(int $roleId, int $offset, ?int $limit): array; + public function loadRoleAssignmentsByRoleIdWithOffsetAndLimit( + int $roleId, + int $offset, + ?int $limit + ): array; /** * Counts Role's assignments taking into consideration related and existing user and user group objects. @@ -230,14 +242,17 @@ public function countRoleAssignments(int $roleId): int; * By the nature of legacy this can currently also be used to get by $userId. * @param bool $inherit If true also return inherited role assignments from user groups. * - * @return \Ibexa\Contracts\Core\Persistence\User\RoleAssignment[] + * @return RoleAssignment[] */ - public function loadRoleAssignmentsByGroupId($groupId, $inherit = false); + public function loadRoleAssignmentsByGroupId( + $groupId, + $inherit = false + ); /** * Update role (draft). * - * @param \Ibexa\Contracts\Core\Persistence\User\RoleUpdateStruct $role + * @param RoleUpdateStruct $role */ public function updateRole(RoleUpdateStruct $role); @@ -247,7 +262,10 @@ public function updateRole(RoleUpdateStruct $role); * @param mixed $roleId * @param int $status One of Role::STATUS_DEFINED|Role::STATUS_DRAFT */ - public function deleteRole($roleId, $status = Role::STATUS_DEFINED); + public function deleteRole( + $roleId, + $status = Role::STATUS_DEFINED + ); /** * Publish the specified role draft. @@ -260,38 +278,44 @@ public function publishRoleDraft($roleDraftId); * Adds a policy to a role draft. * * @param mixed $roleId - * @param \Ibexa\Contracts\Core\Persistence\User\Policy $policy + * @param Policy $policy * - * @return \Ibexa\Contracts\Core\Persistence\User\Policy + * @return Policy * * @todo Throw on invalid Role Id? * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If $policy->limitation is empty (null, empty string/array..) + * @throws InvalidArgumentException If $policy->limitation is empty (null, empty string/array..) */ - public function addPolicyByRoleDraft($roleId, Policy $policy); + public function addPolicyByRoleDraft( + $roleId, + Policy $policy + ); /** * Adds a policy to a role. * * @param mixed $roleId - * @param \Ibexa\Contracts\Core\Persistence\User\Policy $policy + * @param Policy $policy * - * @return \Ibexa\Contracts\Core\Persistence\User\Policy + * @return Policy * * @todo Throw on invalid Role Id? * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If $policy->limitation is empty (null, empty string/array..) + * @throws InvalidArgumentException If $policy->limitation is empty (null, empty string/array..) */ - public function addPolicy($roleId, Policy $policy); + public function addPolicy( + $roleId, + Policy $policy + ); /** * Update a policy. * * Replaces limitations values with new values. * - * @param \Ibexa\Contracts\Core\Persistence\User\Policy $policy + * @param Policy $policy * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If $policy->limitation is empty (null, empty string/array..) + * @throws InvalidArgumentException If $policy->limitation is empty (null, empty string/array..) */ public function updatePolicy(Policy $policy); @@ -303,7 +327,10 @@ public function updatePolicy(Policy $policy); * * @todo Throw exception on missing role / policy? */ - public function deletePolicy($policyId, $roleId); + public function deletePolicy( + $policyId, + $roleId + ); /** * Assigns role to a user or user group with given limitations. @@ -327,7 +354,11 @@ public function deletePolicy($policyId, $roleId); * @param mixed $roleId * @param array $limitation */ - public function assignRole($contentId, $roleId, ?array $limitation = null); + public function assignRole( + $contentId, + $roleId, + ?array $limitation = null + ); /** * Un-assign a role. @@ -335,7 +366,10 @@ public function assignRole($contentId, $roleId, ?array $limitation = null); * @param mixed $contentId The user or user group Id to un-assign the role from. * @param mixed $roleId */ - public function unassignRole($contentId, $roleId); + public function unassignRole( + $contentId, + $roleId + ); /** * Un-assign a role, by assignment ID. diff --git a/src/contracts/Persistence/User/Role.php b/src/contracts/Persistence/User/Role.php index fc81a4b7d0..c0066b75bf 100644 --- a/src/contracts/Persistence/User/Role.php +++ b/src/contracts/Persistence/User/Role.php @@ -74,7 +74,7 @@ class Role extends ValueObject /** * Policies associated with the role. * - * @var \Ibexa\Contracts\Core\Persistence\User\Policy[] + * @var Policy[] */ public $policies = []; } diff --git a/src/contracts/Persistence/User/RoleCopyStruct.php b/src/contracts/Persistence/User/RoleCopyStruct.php index 434e1e53a5..d4729d3350 100644 --- a/src/contracts/Persistence/User/RoleCopyStruct.php +++ b/src/contracts/Persistence/User/RoleCopyStruct.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Persistence\User; use Ibexa\Contracts\Core\Persistence\ValueObject; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct; class RoleCopyStruct extends ValueObject { @@ -36,7 +37,7 @@ class RoleCopyStruct extends ValueObject /** * Contains an array of role policies. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct[] + * @var PolicyCreateStruct[] */ public $policies = []; } diff --git a/src/contracts/Persistence/UserPreference/Handler.php b/src/contracts/Persistence/UserPreference/Handler.php index 6e040eef58..88a3001002 100644 --- a/src/contracts/Persistence/UserPreference/Handler.php +++ b/src/contracts/Persistence/UserPreference/Handler.php @@ -8,14 +8,16 @@ namespace Ibexa\Contracts\Core\Persistence\UserPreference; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; + interface Handler { /** * Store UserPreference ValueObject in persistent storage. * - * @param \Ibexa\Contracts\Core\Persistence\UserPreference\UserPreferenceSetStruct $setStruct + * @param UserPreferenceSetStruct $setStruct * - * @return \Ibexa\Contracts\Core\Persistence\UserPreference\UserPreference + * @return UserPreference */ public function setUserPreference(UserPreferenceSetStruct $setStruct): UserPreference; @@ -25,20 +27,27 @@ public function setUserPreference(UserPreferenceSetStruct $setStruct): UserPrefe * @param int $userId * @param string $name * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If no value is found for given preference name. + * @throws NotFoundException If no value is found for given preference name. * - * @return \Ibexa\Contracts\Core\Persistence\UserPreference\UserPreference + * @return UserPreference */ - public function getUserPreferenceByUserIdAndName(int $userId, string $name): UserPreference; + public function getUserPreferenceByUserIdAndName( + int $userId, + string $name + ): UserPreference; /** * @param int $userId * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Persistence\UserPreference\UserPreference[] + * @return UserPreference[] */ - public function loadUserPreferences(int $userId, int $offset, int $limit): array; + public function loadUserPreferences( + int $userId, + int $offset, + int $limit + ): array; /** * @param int $userId diff --git a/src/contracts/Persistence/ValueObject.php b/src/contracts/Persistence/ValueObject.php index a1c1c778ec..32d37ad094 100644 --- a/src/contracts/Persistence/ValueObject.php +++ b/src/contracts/Persistence/ValueObject.php @@ -14,6 +14,4 @@ * * All properties of SPI\ValueObject *must* be serializable for cache & NoSQL use. */ -abstract class ValueObject extends APIValueObject -{ -} +abstract class ValueObject extends APIValueObject {} diff --git a/src/contracts/Pool/Pool.php b/src/contracts/Pool/Pool.php index 83a824ecb9..01af3e6942 100644 --- a/src/contracts/Pool/Pool.php +++ b/src/contracts/Pool/Pool.php @@ -31,8 +31,10 @@ final class Pool implements PoolInterface /** * @phpstan-param iterable $entries */ - public function __construct(string $class, iterable $entries = []) - { + public function __construct( + string $class, + iterable $entries = [] + ) { $this->class = $class; $this->entries = $entries; } diff --git a/src/contracts/Pool/PoolInterface.php b/src/contracts/Pool/PoolInterface.php index f6ed77c2ae..7e4f4f052a 100644 --- a/src/contracts/Pool/PoolInterface.php +++ b/src/contracts/Pool/PoolInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Pool; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; + /** * @template T of object */ @@ -16,7 +18,7 @@ interface PoolInterface public function has(string $alias): bool; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @phpstan-return T */ diff --git a/src/contracts/Repository/BookmarkService.php b/src/contracts/Repository/BookmarkService.php index ec1400b022..2c61f9d2ba 100644 --- a/src/contracts/Repository/BookmarkService.php +++ b/src/contracts/Repository/BookmarkService.php @@ -8,6 +8,9 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Bookmark\BookmarkList; use Ibexa\Contracts\Core\Repository\Values\Content\Location; @@ -22,22 +25,22 @@ interface BookmarkService /** * Add location to bookmarks. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException When location is already bookmarked - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to create bookmark - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException When location is already bookmarked + * @throws UnauthorizedException If the current user user is not allowed to create bookmark + * @throws NotFoundException */ public function createBookmark(Location $location): void; /** * Delete given location from bookmarks. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException When location is not bookmarked - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the current user user is not allowed to delete bookmark - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException When location is not bookmarked + * @throws UnauthorizedException if the current user user is not allowed to delete bookmark + * @throws NotFoundException */ public function deleteBookmark(Location $location): void; @@ -47,16 +50,19 @@ public function deleteBookmark(Location $location): void; * @param int $offset the start offset for paging * @param int $limit the number of bookmarked locations returned * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @return \Ibexa\Contracts\Core\Repository\Values\Bookmark\BookmarkList + * @return BookmarkList */ - public function loadBookmarks(int $offset = 0, int $limit = 25): BookmarkList; + public function loadBookmarks( + int $offset = 0, + int $limit = 25 + ): BookmarkList; /** * Return true if location is bookmarked. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ diff --git a/src/contracts/Repository/ContentService.php b/src/contracts/Repository/ContentService.php index b0deede13f..3a1b9bbee9 100644 --- a/src/contracts/Repository/ContentService.php +++ b/src/contracts/Repository/ContentService.php @@ -8,6 +8,12 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct; use Ibexa\Contracts\Core\Repository\Values\Content\ContentDraftList; @@ -19,6 +25,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct; use Ibexa\Contracts\Core\Repository\Values\Content\Relation; use Ibexa\Contracts\Core\Repository\Values\Content\RelationList; +use Ibexa\Contracts\Core\Repository\Values\Content\RelationList\Item\UnauthorizedRelationListItem; use Ibexa\Contracts\Core\Repository\Values\Content\RelationType; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; @@ -40,8 +47,8 @@ interface ContentService * * To load fields use loadContent * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to read the content. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the content with the given id doesn't exist. + * @throws UnauthorizedException if the user is not allowed to read the content. + * @throws NotFoundException if the content with the given id doesn't exist. */ public function loadContentInfo(int $contentId): ContentInfo; @@ -52,7 +59,7 @@ public function loadContentInfo(int $contentId): ContentInfo; * * @param array $contentIds * - * @return array List of ContentInfo with content ids as keys + * @return array List of ContentInfo with content ids as keys */ public function loadContentInfoList(array $contentIds): iterable; @@ -61,8 +68,8 @@ public function loadContentInfoList(array $contentIds): iterable; * * To load fields use loadContent * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to read the content. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the content with the given remote id doesn't exist. + * @throws UnauthorizedException if the user is not allowed to read the content. + * @throws NotFoundException if the content with the given remote id doesn't exist. */ public function loadContentInfoByRemoteId(string $remoteId): ContentInfo; @@ -71,35 +78,41 @@ public function loadContentInfoByRemoteId(string $remoteId): ContentInfo; * * If no version number is given, the method returns the current version. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the version with the given number doesn't exist. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to load this version. + * @throws NotFoundException if the version with the given number doesn't exist. + * @throws UnauthorizedException if the user is not allowed to load this version. * * @param int|null $versionNo the version number. If not given the current version is returned. */ - public function loadVersionInfo(ContentInfo $contentInfo, ?int $versionNo = null): VersionInfo; + public function loadVersionInfo( + ContentInfo $contentInfo, + ?int $versionNo = null + ): VersionInfo; /** * Loads a version info of the given content object id. * * If no version number is given, the method returns the current version. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the version with the given number doesn't exist. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to load this version. + * @throws NotFoundException if the version with the given number doesn't exist. + * @throws UnauthorizedException if the user is not allowed to load this version. * * @param int|null $versionNo the version number. If not given the current version is returned. */ - public function loadVersionInfoById(int $contentId, ?int $versionNo = null): VersionInfo; + public function loadVersionInfoById( + int $contentId, + ?int $versionNo = null + ): VersionInfo; /** * Bulk-load VersionInfo items by the list of ContentInfo Value Objects. * - * @param array $contentInfoList + * @param array $contentInfoList * - * @return array List of VersionInfo items with Content Ids as keys + * @return array List of VersionInfo items with Content Ids as keys * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws BadStateException + * @throws InvalidArgumentException + * @throws NotFoundException */ public function loadVersionInfoListByContentInfo(array $contentInfoList): array; @@ -108,35 +121,44 @@ public function loadVersionInfoListByContentInfo(array $contentInfoList): array; * * If no version number is given, the method returns the current version * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if version with the given number doesn't exist. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to load this version. + * @throws NotFoundException if version with the given number doesn't exist. + * @throws UnauthorizedException if the user is not allowed to load this version. * * @param array $languages A language priority, filters returned fields and is used as prioritized language code on * returned value object. If not given all languages are returned. * @param int|null $versionNo The version number. If not given the current version is returned from $contentInfo. * @param bool $useAlwaysAvailable Add Main language to $languages if true (default) and if {@see ContentInfo::$alwaysAvailable} is true. */ - public function loadContentByContentInfo(ContentInfo $contentInfo, ?array $languages = null, ?int $versionNo = null, bool $useAlwaysAvailable = true): Content; + public function loadContentByContentInfo( + ContentInfo $contentInfo, + ?array $languages = null, + ?int $versionNo = null, + bool $useAlwaysAvailable = true + ): Content; /** * Loads content in the version given by version info. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to load this version. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws UnauthorizedException if the user is not allowed to load this version. + * @throws NotFoundException * * @param string[] $languages A language priority, filters returned fields and is used as prioritized language code on * returned value object. If not given all languages are returned. * @param bool $useAlwaysAvailable Add Main language to $languages if true (default) and if {@see ContentInfo::$alwaysAvailable} is true. */ - public function loadContentByVersionInfo(VersionInfo $versionInfo, ?array $languages = null, bool $useAlwaysAvailable = true): Content; + public function loadContentByVersionInfo( + VersionInfo $versionInfo, + ?array $languages = null, + bool $useAlwaysAvailable = true + ): Content; /** * Loads content in a version of the given content object. * * If no version number is given, the method returns the current version * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the content or version with the given id and languages doesn't exist. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user lacks: + * @throws NotFoundException if the content or version with the given id and languages doesn't exist. + * @throws UnauthorizedException if the user lacks: * - `content/read` permission for published content, or * - `content/read` and `content/versionread` permissions for draft content. * @@ -145,15 +167,20 @@ public function loadContentByVersionInfo(VersionInfo $versionInfo, ?array $langu * @param int|null $versionNo The version number. If not given the current version is returned. * @param bool $useAlwaysAvailable Add Main language to $languages if true (default) and if {@see ContentInfo::$alwaysAvailable} is true. */ - public function loadContent(int $contentId, ?array $languages = null, ?int $versionNo = null, bool $useAlwaysAvailable = true): Content; + public function loadContent( + int $contentId, + ?array $languages = null, + ?int $versionNo = null, + bool $useAlwaysAvailable = true + ): Content; /** * Loads content in a version for the content object reference by the given remote id. * * If no version is given, the method returns the current version * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the content or version with the given remote id doesn't exist. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user lacks: + * @throws NotFoundException if the content or version with the given remote id doesn't exist. + * @throws UnauthorizedException if the user lacks: * - `content/read` permission for published content, or * - `content/read` and `content/versionread` permissions for draft content. * @@ -162,7 +189,12 @@ public function loadContent(int $contentId, ?array $languages = null, ?int $vers * @param int|null $versionNo the version number. If not given the current version is returned * @param bool $useAlwaysAvailable Add Main language to \$languages if true (default) and if {@see ContentInfo::$alwaysAvailable} is true. */ - public function loadContentByRemoteId(string $remoteId, ?array $languages = null, ?int $versionNo = null, bool $useAlwaysAvailable = true): Content; + public function loadContentByRemoteId( + string $remoteId, + ?array $languages = null, + ?int $versionNo = null, + bool $useAlwaysAvailable = true + ): Content; /** * Bulk-load Content items by the list of ContentInfo Value Objects. @@ -171,15 +203,19 @@ public function loadContentByRemoteId(string $remoteId, ?array $languages = null * Moreover, since the method works on pre-loaded ContentInfo list, it is assumed that user is * allowed to access every Content on the list. * - * @param array $contentInfoList + * @param array $contentInfoList * @param array $languages A language priority, filters returned fields and is used as prioritized language code on * returned value object. If not given all languages are returned. * @param bool $useAlwaysAvailable Add Main language to \$languages if true (default) and if {@see ContentInfo::$alwaysAvailable} is true, * unless all languages have been asked for. * - * @return array List of Content items with Content Ids as keys + * @return array List of Content items with Content Ids as keys */ - public function loadContentListByContentInfo(array $contentInfoList, array $languages = [], bool $useAlwaysAvailable = true): iterable; + public function loadContentListByContentInfo( + array $contentInfoList, + array $languages = [], + bool $useAlwaysAvailable = true + ): iterable; /** * Creates a new content draft assigned to the authenticated user. @@ -190,37 +226,44 @@ public function loadContentListByContentInfo(array $contentInfoList, array $lang * have to authenticate with the user which created the content object in the source server). * The user has to publish the draft if it should be visible. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create the content in the given location. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if there is a provided remote ID which exists in the system or multiple Locations + * @throws UnauthorizedException if the user is not allowed to create the content in the given location. + * @throws InvalidArgumentException if there is a provided remote ID which exists in the system or multiple Locations * are under the same parent or if the a field value is not accepted by the field type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $contentCreateStruct is not valid. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if a required field is missing or is set to an empty value. + * @throws ContentFieldValidationException if a field in the $contentCreateStruct is not valid. + * @throws ContentValidationException if a required field is missing or is set to an empty value. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct[] $locationCreateStructs An array of {@see \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct} for each location parent under which a location should be created for the content. + * @param LocationCreateStruct[] $locationCreateStructs An array of {@see LocationCreateStruct} for each location parent under which a location should be created for the content. * While optional, it's highly recommended to use Locations for content as a lot of features in the system is usually tied to the tree structure (including default Role policies). * @param string[]|null $fieldIdentifiersToValidate List of field identifiers for partial validation or null * for case of full validation. Empty identifiers array is equal to no validation. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content The newly created content draft. + * @return Content The newly created content draft. */ - public function createContent(ContentCreateStruct $contentCreateStruct, array $locationCreateStructs = [], ?array $fieldIdentifiersToValidate = null): Content; + public function createContent( + ContentCreateStruct $contentCreateStruct, + array $locationCreateStructs = [], + ?array $fieldIdentifiersToValidate = null + ): Content; /** * Updates the metadata. * * To update fields, use {@see ContentService::updateContent()}. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to update the content metadata. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the remoteId in $contentMetadataUpdateStruct is set but already exists. + * @throws UnauthorizedException if the user is not allowed to update the content metadata. + * @throws InvalidArgumentException if the remoteId in $contentMetadataUpdateStruct is set but already exists. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content The content with the updated attributes. + * @return Content The content with the updated attributes. */ - public function updateContentMetadata(ContentInfo $contentInfo, ContentMetadataUpdateStruct $contentMetadataUpdateStruct): Content; + public function updateContentMetadata( + ContentInfo $contentInfo, + ContentMetadataUpdateStruct $contentMetadataUpdateStruct + ): Content; /** * Deletes a content object including all its versions and locations including their subtrees. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete the content (in one of the locations of the given content object). + * @throws UnauthorizedException if the user is not allowed to delete the content (in one of the locations of the given content object). * * @return array Affected Location IDs (List of Location IDs of the Content that was deleted). */ @@ -233,12 +276,12 @@ public function deleteContent(ContentInfo $contentInfo): array; * 4.x: The draft is created with the initialLanguage code of the source version or if not present with the main language. * It can be changed on updating the version. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the current user is not allowed to create the draft. + * @throws UnauthorizedException if the current user is not allowed to create the draft. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User|null $creator Used as creator of the draft if given; otherwise uses current user. - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Language|null $language If not set the draft is created with the initialLanguage code of the source version or if not present with the main language. + * @param User|null $creator Used as creator of the draft if given; otherwise uses current user. + * @param Language|null $language If not set the draft is created with the initialLanguage code of the source version or if not present with the main language. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content The newly created content draft. + * @return Content The newly created content draft. */ public function createContentDraft( ContentInfo $contentInfo, @@ -252,11 +295,11 @@ public function createContentDraft( * * If no user is given the number of drafts for the authenticated user are returned. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user The user to load drafts for, if defined, otherwise drafts for current user. + * @param User $user The user to load drafts for, if defined, otherwise drafts for current user. * * @return int The number of drafts ({@see VersionInfo}) owned by the given user. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function countContentDrafts(?User $user = null): int; @@ -267,25 +310,33 @@ public function countContentDrafts(?User $user = null): int; * * @since 7.5.5 * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User|null $user The user to load drafts for, if defined; otherwise drafts for current user. + * @param User|null $user The user to load drafts for, if defined; otherwise drafts for current user. */ - public function loadContentDraftList(?User $user = null, int $offset = 0, int $limit = -1): ContentDraftList; + public function loadContentDraftList( + ?User $user = null, + int $offset = 0, + int $limit = -1 + ): ContentDraftList; /** * Updates the fields of a draft. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to update this version. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the version is not a draft. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $contentUpdateStruct is not valid. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if a required field is set to an empty value. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if a field value is not accepted by the field type. + * @throws UnauthorizedException if the user is not allowed to update this version. + * @throws BadStateException if the version is not a draft. + * @throws ContentFieldValidationException if a field in the $contentUpdateStruct is not valid. + * @throws ContentValidationException if a required field is set to an empty value. + * @throws InvalidArgumentException if a field value is not accepted by the field type. * * @param array|null $fieldIdentifiersToValidate List of field identifiers for partial validation or null * for case of full validation. Empty identifiers array is equal to no validation. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content The content draft with the updated fields. + * @return Content The content draft with the updated fields. */ - public function updateContent(VersionInfo $versionInfo, ContentUpdateStruct $contentUpdateStruct, ?array $fieldIdentifiersToValidate = null): Content; + public function updateContent( + VersionInfo $versionInfo, + ContentUpdateStruct $contentUpdateStruct, + ?array $fieldIdentifiersToValidate = null + ): Content; /** * Publishes a content version. @@ -295,8 +346,8 @@ public function updateContent(VersionInfo $versionInfo, ContentUpdateStruct $con * * @todo Introduce null|int ContentType->versionArchiveLimit to be able to let admins override this per type. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to publish this version. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the version is not a draft. + * @throws UnauthorizedException if the user is not allowed to publish this version. + * @throws BadStateException if the version is not a draft. * * @param array $translations List of language codes of translations which will be included * in a published version. @@ -305,46 +356,56 @@ public function updateContent(VersionInfo $versionInfo, ContentUpdateStruct $con * the missing ones will be copied from the currently published version, * overriding those in the current version. */ - public function publishVersion(VersionInfo $versionInfo, array $translations = Language::ALL): Content; + public function publishVersion( + VersionInfo $versionInfo, + array $translations = Language::ALL + ): Content; /** * Removes the given version. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the version is in + * @throws BadStateException if the version is in * published state or is a last version of Content in non-draft state. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to remove this version. + * @throws UnauthorizedException if the user is not allowed to remove this version. */ public function deleteVersion(VersionInfo $versionInfo): void; /** * Loads all versions for the given content. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to list versions. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the given status is invalid. + * @throws UnauthorizedException if the user is not allowed to list versions. + * @throws InvalidArgumentException if the given status is invalid. * - * @return array An array of {@see \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo} sorted by creation date. + * @return array An array of {@see VersionInfo} sorted by creation date. */ - public function loadVersions(ContentInfo $contentInfo, ?int $status = null): iterable; + public function loadVersions( + ContentInfo $contentInfo, + ?int $status = null + ): iterable; /** * Copies the content to a new location. If no version is given, * all versions are copied, otherwise only the given version. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to copy the content to the given location. + * @throws UnauthorizedException if the user is not allowed to copy the content to the given location. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct $destinationLocationCreateStruct The target location where the content is copied to. + * @param LocationCreateStruct $destinationLocationCreateStruct The target location where the content is copied to. */ - public function copyContent(ContentInfo $contentInfo, LocationCreateStruct $destinationLocationCreateStruct, ?VersionInfo $versionInfo = null): Content; + public function copyContent( + ContentInfo $contentInfo, + LocationCreateStruct $destinationLocationCreateStruct, + ?VersionInfo $versionInfo = null + ): Content; /** * Loads all outgoing relations for the given version. * * If the user is not allowed to read specific version then a returned `RelationList` will contain `UnauthorizedRelationListItem` * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws InvalidArgumentException + * @throws BadStateException * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\RelationList\Item\UnauthorizedRelationListItem + * @see UnauthorizedRelationListItem */ public function loadRelationList( VersionInfo $versionInfo, @@ -356,34 +417,43 @@ public function loadRelationList( /** * Counts all outgoing relations for the given version. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws InvalidArgumentException + * @throws BadStateException */ - public function countRelations(VersionInfo $versionInfo, ?RelationType $type = null): int; + public function countRelations( + VersionInfo $versionInfo, + ?RelationType $type = null + ): int; /** * Counts all incoming relations for the given content object. * * @return int The number of reverse relations ({@see Relation}). */ - public function countReverseRelations(ContentInfo $contentInfo, ?RelationType $type = null): int; + public function countReverseRelations( + ContentInfo $contentInfo, + ?RelationType $type = null + ): int; /** * Loads all incoming relations for a content object. * * The relations come only from published versions of the source content objects * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to read this version. + * @throws UnauthorizedException if the user is not allowed to read this version. * - * @return array + * @return array */ - public function loadReverseRelations(ContentInfo $contentInfo, ?RelationType $type = null): iterable; + public function loadReverseRelations( + ContentInfo $contentInfo, + ?RelationType $type = null + ): iterable; /** * Loads all incoming relations for a content object. * * The relations come only from published versions of the source content objects. - * If the user is not allowed to read specific version then {@see \Ibexa\Contracts\Core\Repository\Values\Content\RelationList\Item\UnauthorizedRelationListItem} is returned + * If the user is not allowed to read specific version then {@see UnauthorizedRelationListItem} is returned */ public function loadReverseRelationList( ContentInfo $contentInfo, @@ -398,44 +468,53 @@ public function loadReverseRelationList( * The source of the relation is the content and version * referenced by $sourceVersion. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to edit this version. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the version is not a draft. + * @throws UnauthorizedException if the user is not allowed to edit this version. + * @throws BadStateException if the version is not a draft. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $sourceVersion The source content's version in relation with the destination. - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $destinationContent The destination of the relation. + * @param VersionInfo $sourceVersion The source content's version in relation with the destination. + * @param ContentInfo $destinationContent The destination of the relation. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation The newly created relation. + * @return Relation The newly created relation. * * @see Relation::COMMON */ - public function addRelation(VersionInfo $sourceVersion, ContentInfo $destinationContent): Relation; + public function addRelation( + VersionInfo $sourceVersion, + ContentInfo $destinationContent + ): Relation; /** * Removes a common relation from a draft. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed edit this version. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the version is not a draft. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if there is no relation of type {@see Relation::COMMON} for the given destination. + * @throws UnauthorizedException if the user is not allowed edit this version. + * @throws BadStateException if the version is not a draft. + * @throws InvalidArgumentException if there is no relation of type {@see Relation::COMMON} for the given destination. * * @see Relation::COMMON */ - public function deleteRelation(VersionInfo $sourceVersion, ContentInfo $destinationContent): void; + public function deleteRelation( + VersionInfo $sourceVersion, + ContentInfo $destinationContent + ): void; /** * Delete Content item Translation from all Versions (including archived ones) of a Content Object. * * NOTE: this operation is risky and permanent, so user interface should provide a warning before performing it. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the specified Translation + * @throws BadStateException if the specified Translation * is the Main Translation of a Content Item. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed + * @throws UnauthorizedException if the user is not allowed * to delete the content (in one of the locations of the given Content Item). - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if $languageCode argument + * @throws InvalidArgumentException if $languageCode argument * is invalid for the given content. * * @since 6.13 */ - public function deleteTranslation(ContentInfo $contentInfo, string $languageCode): void; + public function deleteTranslation( + ContentInfo $contentInfo, + string $languageCode + ): void; /** * Delete specified Translation from a Content Draft. @@ -443,22 +522,25 @@ public function deleteTranslation(ContentInfo $contentInfo, string $languageCode * When using together with {@see ContentService::publishVersion()} method, make sure to not provide deleted translation * in translations array, as it is going to be copied again from published version. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the specified Translation + * @throws BadStateException if the specified Translation * is the only one the Content Draft has or it is the main Translation of a Content Object. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed + * @throws UnauthorizedException if the user is not allowed * to edit the Content (in one of the locations of the given Content Object). - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if languageCode argument + * @throws InvalidArgumentException if languageCode argument * is invalid for the given Draft. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if specified Version was not found. + * @throws NotFoundException if specified Version was not found. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo Content Version Draft. + * @param VersionInfo $versionInfo Content Version Draft. * @param string $languageCode Language code of the Translation to be removed. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content Content Draft without the specified Translation. + * @return Content Content Draft without the specified Translation. * * @since 6.12 */ - public function deleteTranslationFromDraft(VersionInfo $versionInfo, string $languageCode): Content; + public function deleteTranslationFromDraft( + VersionInfo $versionInfo, + string $languageCode + ): Content; /** * Hides Content by making all the Locations appear hidden. @@ -485,7 +567,10 @@ public function revealContent(ContentInfo $contentInfo): void; * * {@see ContentCreateStruct::$alwaysAvailable} is set to the {@see ContentType::$defaultAlwaysAvailable}. */ - public function newContentCreateStruct(ContentType $contentType, string $mainLanguageCode): ContentCreateStruct; + public function newContentCreateStruct( + ContentType $contentType, + string $mainLanguageCode + ): ContentCreateStruct; /** * Instantiates a new content meta data update struct. @@ -507,9 +592,13 @@ public function newContentUpdateStruct(): ContentUpdateStruct; * @return array Validation errors grouped by field definition and language code, in format: * $returnValue[string|int $fieldDefinitionId][string $languageCode] = $fieldErrors; * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function validate(ValueObject $object, array $context, ?array $fieldIdentifiersToValidate = null): array; + public function validate( + ValueObject $object, + array $context, + ?array $fieldIdentifiersToValidate = null + ): array; /** * Fetches Content items from the Repository filtered by the given conditions. @@ -518,7 +607,10 @@ public function validate(ValueObject $object, array $context, ?array $fieldIdent * If skipped, by default, unless SiteAccessAware layer has been disabled, languages set * for a SiteAccess in a current context will be used. */ - public function find(Filter $filter, ?array $languages = null): ContentList; + public function find( + Filter $filter, + ?array $languages = null + ): ContentList; /** * Gets the total number of fetchable Content items. @@ -531,5 +623,8 @@ public function find(Filter $filter, ?array $languages = null): ContentList; * * @phpstan-return int<0, max> */ - public function count(Filter $filter, ?array $languages = null): int; + public function count( + Filter $filter, + ?array $languages = null + ): int; } diff --git a/src/contracts/Repository/ContentService/RelationListFacadeInterface.php b/src/contracts/Repository/ContentService/RelationListFacadeInterface.php index dcd7e6ed7f..9dfafd30d5 100644 --- a/src/contracts/Repository/ContentService/RelationListFacadeInterface.php +++ b/src/contracts/Repository/ContentService/RelationListFacadeInterface.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Values\Content\Relation; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; /** @@ -16,7 +17,7 @@ interface RelationListFacadeInterface { /** - * @return iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Relation> + * @return iterable */ public function getRelations(VersionInfo $versionInfo): iterable; } diff --git a/src/contracts/Repository/ContentTypeService.php b/src/contracts/Repository/ContentTypeService.php index 3e267e58f7..b0f0c3b2f4 100644 --- a/src/contracts/Repository/ContentTypeService.php +++ b/src/contracts/Repository/ContentTypeService.php @@ -8,6 +8,11 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentTypeFieldDefinitionValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeCreateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft; @@ -27,68 +32,77 @@ interface ContentTypeService /** * Create a content type group object. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create a content type group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If a group with the same identifier already exists + * @throws UnauthorizedException if the user is not allowed to create a content type group + * @throws InvalidArgumentException If a group with the same identifier already exists * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroupCreateStruct $contentTypeGroupCreateStruct + * @param ContentTypeGroupCreateStruct $contentTypeGroupCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup + * @return ContentTypeGroup */ public function createContentTypeGroup(ContentTypeGroupCreateStruct $contentTypeGroupCreateStruct): ContentTypeGroup; /** * Get a content type group object by id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If group can not be found + * @throws NotFoundException If group can not be found * * @param int $contentTypeGroupId * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup + * @return ContentTypeGroup */ - public function loadContentTypeGroup(int $contentTypeGroupId, array $prioritizedLanguages = []): ContentTypeGroup; + public function loadContentTypeGroup( + int $contentTypeGroupId, + array $prioritizedLanguages = [] + ): ContentTypeGroup; /** * Get a content type group object by identifier. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If group can not be found + * @throws NotFoundException If group can not be found * * @param string $contentTypeGroupIdentifier * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup + * @return ContentTypeGroup */ - public function loadContentTypeGroupByIdentifier(string $contentTypeGroupIdentifier, array $prioritizedLanguages = []): ContentTypeGroup; + public function loadContentTypeGroupByIdentifier( + string $contentTypeGroupIdentifier, + array $prioritizedLanguages = [] + ): ContentTypeGroup; /** * Get all content type groups. * * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] + * @return ContentTypeGroup[] */ public function loadContentTypeGroups(array $prioritizedLanguages = []): iterable; /** * Update a content type group object. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create a content type group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the given identifier (if set) already exists + * @throws UnauthorizedException if the user is not allowed to create a content type group + * @throws InvalidArgumentException If the given identifier (if set) already exists * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup the content type group to be updated - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct + * @param ContentTypeGroup $contentTypeGroup the content type group to be updated + * @param ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct */ - public function updateContentTypeGroup(ContentTypeGroup $contentTypeGroup, ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct): void; + public function updateContentTypeGroup( + ContentTypeGroup $contentTypeGroup, + ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct + ): void; /** * Delete a content type group. * * This method only deletes an content type group which has content types without any content instances * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete a content type group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If a to be deleted content type has instances + * @throws UnauthorizedException if the user is not allowed to delete a content type group + * @throws InvalidArgumentException If a to be deleted content type has instances * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup + * @param ContentTypeGroup $contentTypeGroup */ public function deleteContentTypeGroup(ContentTypeGroup $contentTypeGroup): void; @@ -97,69 +111,84 @@ public function deleteContentTypeGroup(ContentTypeGroup $contentTypeGroup): void * * The content type is created in the state STATUS_DRAFT. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create a content type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException In case when + * @throws UnauthorizedException if the user is not allowed to create a content type + * @throws InvalidArgumentException In case when * - array of content type groups does not contain at least one content type group * - identifier or remoteId in the content type create struct already exists * - there is a duplicate field identifier in the content type create struct - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentTypeFieldDefinitionValidationException + * @throws ContentTypeFieldDefinitionValidationException * if a field definition in the $contentTypeCreateStruct is not valid * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeCreateStruct $contentTypeCreateStruct - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] $contentTypeGroups Required array of - * {@see \Ibexa\Contracts\Core\Repository\Values\ContentTypeGroup} to link type with (must contain one) + * @param ContentTypeCreateStruct $contentTypeCreateStruct + * @param ContentTypeGroup[] $contentTypeGroups Required array of + * {@see Values\ContentTypeGroup} to link type with (must contain one) * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft + * @return ContentTypeDraft */ - public function createContentType(ContentTypeCreateStruct $contentTypeCreateStruct, array $contentTypeGroups): ContentTypeDraft; + public function createContentType( + ContentTypeCreateStruct $contentTypeCreateStruct, + array $contentTypeGroups + ): ContentTypeDraft; /** * Get a content type object by id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If a content type with the given id and status DEFINED can not be found + * @throws NotFoundException If a content type with the given id and status DEFINED can not be found * * @param int $contentTypeId * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ - public function loadContentType(int $contentTypeId, array $prioritizedLanguages = []): ContentType; + public function loadContentType( + int $contentTypeId, + array $prioritizedLanguages = [] + ): ContentType; /** * Get a content type object by identifier. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If content type with the given identifier and status DEFINED can not be found + * @throws NotFoundException If content type with the given identifier and status DEFINED can not be found * * @param string $identifier * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ - public function loadContentTypeByIdentifier(string $identifier, array $prioritizedLanguages = []): ContentType; + public function loadContentTypeByIdentifier( + string $identifier, + array $prioritizedLanguages = [] + ): ContentType; /** * Get a content type object by id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If content type with the given remote id and status DEFINED can not be found + * @throws NotFoundException If content type with the given remote id and status DEFINED can not be found * * @param string $remoteId * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ - public function loadContentTypeByRemoteId(string $remoteId, array $prioritizedLanguages = []): ContentType; + public function loadContentTypeByRemoteId( + string $remoteId, + array $prioritizedLanguages = [] + ): ContentType; /** * Get a content type object draft by id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If the content type draft owned by the current user can not be found + * @throws NotFoundException If the content type draft owned by the current user can not be found * * @param int $contentTypeId * @param bool $ignoreOwnership if true, method will return draft even if the owner is different than currently logged in user * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft + * @return ContentTypeDraft */ - public function loadContentTypeDraft(int $contentTypeId, bool $ignoreOwnership = false): ContentTypeDraft; + public function loadContentTypeDraft( + int $contentTypeId, + bool $ignoreOwnership = false + ): ContentTypeDraft; /** * Bulk-load content type objects by ids. @@ -171,24 +200,33 @@ public function loadContentTypeDraft(int $contentTypeId, bool $ignoreOwnership = * @param int[] $contentTypeIds * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType[]|iterable + * @return ContentType[]|iterable */ - public function loadContentTypeList(array $contentTypeIds, array $prioritizedLanguages = []): iterable; + public function loadContentTypeList( + array $contentTypeIds, + array $prioritizedLanguages = [] + ): iterable; /** * @param list $prioritizedLanguages Used as prioritized language code on translated properties of returned object. */ - public function findContentTypes(?ContentTypeQuery $query = null, array $prioritizedLanguages = []): SearchResult; + public function findContentTypes( + ?ContentTypeQuery $query = null, + array $prioritizedLanguages = [] + ): SearchResult; /** * Get content type objects which belong to the given content type group. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup + * @param ContentTypeGroup $contentTypeGroup * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType[] an array of {@see \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType} which have status DEFINED + * @return ContentType[] an array of {@see ContentType} which have status DEFINED */ - public function loadContentTypes(ContentTypeGroup $contentTypeGroup, array $prioritizedLanguages = []): iterable; + public function loadContentTypes( + ContentTypeGroup $contentTypeGroup, + array $prioritizedLanguages = [] + ): iterable; /** * Creates a draft from an existing content type. @@ -196,12 +234,12 @@ public function loadContentTypes(ContentTypeGroup $contentTypeGroup, array $prio * This is a complete copy of the content * type which has the state STATUS_DRAFT. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to edit a content type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If there is already a draft assigned to another user + * @throws UnauthorizedException if the user is not allowed to edit a content type + * @throws BadStateException If there is already a draft assigned to another user * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft + * @return ContentTypeDraft */ public function createContentTypeDraft(ContentType $contentType): ContentTypeDraft; @@ -210,13 +248,16 @@ public function createContentTypeDraft(ContentType $contentType): ContentTypeDra * * Does not update fields (fieldDefinitions), use {@see ContentTypeService::updateFieldDefinition()} to update them. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to update a content type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the given identifier or remoteId already exists. + * @throws UnauthorizedException if the user is not allowed to update a content type + * @throws InvalidArgumentException If the given identifier or remoteId already exists. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeUpdateStruct $contentTypeUpdateStruct + * @param ContentTypeDraft $contentTypeDraft + * @param ContentTypeUpdateStruct $contentTypeUpdateStruct */ - public function updateContentTypeDraft(ContentTypeDraft $contentTypeDraft, ContentTypeUpdateStruct $contentTypeUpdateStruct): void; + public function updateContentTypeDraft( + ContentTypeDraft $contentTypeDraft, + ContentTypeUpdateStruct $contentTypeUpdateStruct + ): void; /** * Delete a content type object. @@ -225,10 +266,10 @@ public function updateContentTypeDraft(ContentTypeDraft $contentTypeDraft, Conte * given, only the draft content type will be deleted. Otherwise, if content type in state * STATUS_DEFINED is given, all content type data will be deleted. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If there exist content objects of this type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete a content type + * @throws BadStateException If there exist content objects of this type + * @throws UnauthorizedException if the user is not allowed to delete a content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType */ public function deleteContentType(ContentType $contentType): void; @@ -238,91 +279,110 @@ public function deleteContentType(ContentType $contentType): void; * New Type will have $creator as creator / modifier, created / modified should be updated with current time, * updated remoteId and identifier should be appended with '_' + unique string. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the current-user is not allowed to copy a content type + * @throws UnauthorizedException if the current-user is not allowed to copy a content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $creator If null the current-user is used instead + * @param ContentType $contentType + * @param User $creator If null the current-user is used instead * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ - public function copyContentType(ContentType $contentType, ?User $creator = null): ContentType; + public function copyContentType( + ContentType $contentType, + ?User $creator = null + ): ContentType; /** * Assigns a content type to a content type group. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to unlink a content type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the content type is already assigned the given group + * @throws UnauthorizedException if the user is not allowed to unlink a content type + * @throws InvalidArgumentException If the content type is already assigned the given group * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup + * @param ContentType $contentType + * @param ContentTypeGroup $contentTypeGroup */ - public function assignContentTypeGroup(ContentType $contentType, ContentTypeGroup $contentTypeGroup): void; + public function assignContentTypeGroup( + ContentType $contentType, + ContentTypeGroup $contentTypeGroup + ): void; /** * Unassign a content type from a group. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to link a content type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the content type is not assigned this the given group. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If $contentTypeGroup is the last group assigned to the content type + * @throws UnauthorizedException if the user is not allowed to link a content type + * @throws InvalidArgumentException If the content type is not assigned this the given group. + * @throws BadStateException If $contentTypeGroup is the last group assigned to the content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup + * @param ContentType $contentType + * @param ContentTypeGroup $contentTypeGroup */ - public function unassignContentTypeGroup(ContentType $contentType, ContentTypeGroup $contentTypeGroup): void; + public function unassignContentTypeGroup( + ContentType $contentType, + ContentTypeGroup $contentTypeGroup + ): void; /** * Adds a new field definition to an existing content type. * * The content type must be in state DRAFT. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the identifier in already exists in the content type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to edit a content type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentTypeFieldDefinitionValidationException + * @throws InvalidArgumentException if the identifier in already exists in the content type + * @throws UnauthorizedException if the user is not allowed to edit a content type + * @throws ContentTypeFieldDefinitionValidationException * if a field definition in the $contentTypeCreateStruct is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If field definition of the same non-repeatable type is being + * @throws BadStateException If field definition of the same non-repeatable type is being * added to the ContentType that already contains one * or field definition that can't be added to a ContentType that * has Content instances is being added to such ContentType * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct $fieldDefinitionCreateStruct + * @param ContentTypeDraft $contentTypeDraft + * @param FieldDefinitionCreateStruct $fieldDefinitionCreateStruct */ - public function addFieldDefinition(ContentTypeDraft $contentTypeDraft, FieldDefinitionCreateStruct $fieldDefinitionCreateStruct): void; + public function addFieldDefinition( + ContentTypeDraft $contentTypeDraft, + FieldDefinitionCreateStruct $fieldDefinitionCreateStruct + ): void; /** * Remove a field definition from an existing Type. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the given field definition does not belong to the given type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to edit a content type + * @throws InvalidArgumentException If the given field definition does not belong to the given type + * @throws UnauthorizedException if the user is not allowed to edit a content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition + * @param ContentTypeDraft $contentTypeDraft + * @param FieldDefinition $fieldDefinition */ - public function removeFieldDefinition(ContentTypeDraft $contentTypeDraft, FieldDefinition $fieldDefinition): void; + public function removeFieldDefinition( + ContentTypeDraft $contentTypeDraft, + FieldDefinition $fieldDefinition + ): void; /** * Update a field definition. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the field id in the update struct is not found or does not belong to the content type of + * @throws InvalidArgumentException If the field id in the update struct is not found or does not belong to the content type of * If the given identifier is used in an existing field of the given content type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to edit a content type + * @throws UnauthorizedException if the user is not allowed to edit a content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft the content type draft - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition the field definition which should be updated - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct + * @param ContentTypeDraft $contentTypeDraft the content type draft + * @param FieldDefinition $fieldDefinition the field definition which should be updated + * @param FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct */ - public function updateFieldDefinition(ContentTypeDraft $contentTypeDraft, FieldDefinition $fieldDefinition, FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct): void; + public function updateFieldDefinition( + ContentTypeDraft $contentTypeDraft, + FieldDefinition $fieldDefinition, + FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct + ): void; /** * Publish the content type and update content objects. * * This method updates content objects, depending on the changed field definitions. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If the content type has no draft - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the content type has no field definitions - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to publish a content type + * @throws BadStateException If the content type has no draft + * @throws InvalidArgumentException If the content type has no field definitions + * @throws UnauthorizedException if the user is not allowed to publish a content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft + * @param ContentTypeDraft $contentTypeDraft */ public function publishContentTypeDraft(ContentTypeDraft $contentTypeDraft): void; @@ -331,7 +391,7 @@ public function publishContentTypeDraft(ContentTypeDraft $contentTypeDraft): voi * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroupCreateStruct + * @return ContentTypeGroupCreateStruct */ public function newContentTypeGroupCreateStruct(string $identifier): ContentTypeGroupCreateStruct; @@ -340,21 +400,21 @@ public function newContentTypeGroupCreateStruct(string $identifier): ContentType * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeCreateStruct + * @return ContentTypeCreateStruct */ public function newContentTypeCreateStruct(string $identifier): ContentTypeCreateStruct; /** * Instantiates a new content type update struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeUpdateStruct + * @return ContentTypeUpdateStruct */ public function newContentTypeUpdateStruct(): ContentTypeUpdateStruct; /** * Instantiates a new content type update struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroupUpdateStruct + * @return ContentTypeGroupUpdateStruct */ public function newContentTypeGroupUpdateStruct(): ContentTypeGroupUpdateStruct; @@ -364,14 +424,17 @@ public function newContentTypeGroupUpdateStruct(): ContentTypeGroupUpdateStruct; * @param string $fieldTypeIdentifier the required field type identifier * @param string $identifier the required identifier for the field definition * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct + * @return FieldDefinitionCreateStruct */ - public function newFieldDefinitionCreateStruct(string $identifier, string $fieldTypeIdentifier): FieldDefinitionCreateStruct; + public function newFieldDefinitionCreateStruct( + string $identifier, + string $fieldTypeIdentifier + ): FieldDefinitionCreateStruct; /** * Instantiates a field definition update class. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionUpdateStruct + * @return FieldDefinitionUpdateStruct */ public function newFieldDefinitionUpdateStruct(): FieldDefinitionUpdateStruct; @@ -380,19 +443,22 @@ public function newFieldDefinitionUpdateStruct(): FieldDefinitionUpdateStruct; * * @since 6.0.1 * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType * * @return bool */ public function isContentTypeUsed(ContentType $contentType): bool; /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft + * @param ContentTypeDraft $contentTypeDraft * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft + * @return ContentTypeDraft */ - public function removeContentTypeTranslation(ContentTypeDraft $contentTypeDraft, string $languageCode): ContentTypeDraft; + public function removeContentTypeTranslation( + ContentTypeDraft $contentTypeDraft, + string $languageCode + ): ContentTypeDraft; /** * Delete all content type drafs created or modified by the user. diff --git a/src/contracts/Repository/Decorator/ContentServiceDecorator.php b/src/contracts/Repository/Decorator/ContentServiceDecorator.php index c9d6c65038..0535d4113a 100644 --- a/src/contracts/Repository/Decorator/ContentServiceDecorator.php +++ b/src/contracts/Repository/Decorator/ContentServiceDecorator.php @@ -147,8 +147,11 @@ public function countContentDrafts(?User $user = null): int return $this->innerService->countContentDrafts($user); } - public function loadContentDraftList(?User $user = null, int $offset = 0, int $limit = -1): ContentDraftList - { + public function loadContentDraftList( + ?User $user = null, + int $offset = 0, + int $limit = -1 + ): ContentDraftList { return $this->innerService->loadContentDraftList($user, $offset, $limit); } @@ -160,8 +163,10 @@ public function updateContent( return $this->innerService->updateContent($versionInfo, $contentUpdateStruct, $fieldIdentifiersToValidate); } - public function publishVersion(VersionInfo $versionInfo, array $translations = Language::ALL): Content - { + public function publishVersion( + VersionInfo $versionInfo, + array $translations = Language::ALL + ): Content { return $this->innerService->publishVersion($versionInfo, $translations); } @@ -170,8 +175,10 @@ public function deleteVersion(VersionInfo $versionInfo): void $this->innerService->deleteVersion($versionInfo); } - public function loadVersions(ContentInfo $contentInfo, ?int $status = null): iterable - { + public function loadVersions( + ContentInfo $contentInfo, + ?int $status = null + ): iterable { return $this->innerService->loadVersions($contentInfo, $status); } @@ -183,8 +190,10 @@ public function copyContent( return $this->innerService->copyContent($contentInfo, $destinationLocationCreateStruct, $versionInfo); } - public function countRelations(VersionInfo $versionInfo, ?RelationType $type = null): int - { + public function countRelations( + VersionInfo $versionInfo, + ?RelationType $type = null + ): int { return $this->innerService->countRelations($versionInfo, $type); } @@ -197,13 +206,17 @@ public function loadRelationList( return $this->innerService->loadRelationList($versionInfo, $offset, $limit, $type); } - public function countReverseRelations(ContentInfo $contentInfo, ?RelationType $type = null): int - { + public function countReverseRelations( + ContentInfo $contentInfo, + ?RelationType $type = null + ): int { return $this->innerService->countReverseRelations($contentInfo, $type); } - public function loadReverseRelations(ContentInfo $contentInfo, ?RelationType $type = null): iterable - { + public function loadReverseRelations( + ContentInfo $contentInfo, + ?RelationType $type = null + ): iterable { return $this->innerService->loadReverseRelations($contentInfo, $type); } @@ -279,13 +292,17 @@ public function validate( return $this->innerService->validate($object, $context, $fieldIdentifiersToValidate); } - public function find(Filter $filter, ?array $languages = null): ContentList - { + public function find( + Filter $filter, + ?array $languages = null + ): ContentList { return $this->innerService->find($filter, $languages); } - public function count(Filter $filter, ?array $languages = null): int - { + public function count( + Filter $filter, + ?array $languages = null + ): int { return $this->innerService->count($filter, $languages); } } diff --git a/src/contracts/Repository/Decorator/ContentTypeServiceDecorator.php b/src/contracts/Repository/Decorator/ContentTypeServiceDecorator.php index a7ba27c342..a7efa27811 100644 --- a/src/contracts/Repository/Decorator/ContentTypeServiceDecorator.php +++ b/src/contracts/Repository/Decorator/ContentTypeServiceDecorator.php @@ -96,8 +96,10 @@ public function loadContentTypeByRemoteId( return $this->innerService->loadContentTypeByRemoteId($remoteId, $prioritizedLanguages); } - public function loadContentTypeDraft(int $contentTypeId, bool $ignoreOwnership = false): ContentTypeDraft - { + public function loadContentTypeDraft( + int $contentTypeId, + bool $ignoreOwnership = false + ): ContentTypeDraft { return $this->innerService->loadContentTypeDraft($contentTypeId, $ignoreOwnership); } @@ -108,8 +110,10 @@ public function loadContentTypeList( return $this->innerService->loadContentTypeList($contentTypeIds, $prioritizedLanguages); } - public function findContentTypes(?ContentTypeQuery $query = null, array $prioritizedLanguages = []): SearchResult - { + public function findContentTypes( + ?ContentTypeQuery $query = null, + array $prioritizedLanguages = [] + ): SearchResult { return $this->innerService->findContentTypes($query, $prioritizedLanguages); } diff --git a/src/contracts/Repository/Decorator/LocationServiceDecorator.php b/src/contracts/Repository/Decorator/LocationServiceDecorator.php index 9cdf51d075..8bc2b5bdd9 100644 --- a/src/contracts/Repository/Decorator/LocationServiceDecorator.php +++ b/src/contracts/Repository/Decorator/LocationServiceDecorator.php @@ -105,8 +105,10 @@ public function updateLocation( return $this->innerService->updateLocation($location, $locationUpdateStruct); } - public function swapLocation(Location $location1, Location $location2): void - { + public function swapLocation( + Location $location1, + Location $location2 + ): void { $this->innerService->swapLocation($location1, $location2); } @@ -154,13 +156,17 @@ public function loadAllLocations( return $this->innerService->loadAllLocations($offset, $limit); } - public function find(Filter $filter, ?array $languages = null): LocationList - { + public function find( + Filter $filter, + ?array $languages = null + ): LocationList { return $this->innerService->find($filter, $languages); } - public function count(Filter $filter, ?array $languages = null): int - { + public function count( + Filter $filter, + ?array $languages = null + ): int { return $this->innerService->count($filter, $languages); } } diff --git a/src/contracts/Repository/Decorator/RoleServiceDecorator.php b/src/contracts/Repository/Decorator/RoleServiceDecorator.php index aa751e1a90..5355ad0d46 100644 --- a/src/contracts/Repository/Decorator/RoleServiceDecorator.php +++ b/src/contracts/Repository/Decorator/RoleServiceDecorator.php @@ -144,8 +144,11 @@ public function getRoleAssignments(Role $role): iterable return $this->innerService->getRoleAssignments($role); } - public function loadRoleAssignments(Role $role, int $offset = 0, ?int $limit = null): iterable - { + public function loadRoleAssignments( + Role $role, + int $offset = 0, + ?int $limit = null + ): iterable { return $this->innerService->loadRoleAssignments($role, $offset, $limit); } diff --git a/src/contracts/Repository/Decorator/SettingServiceDecorator.php b/src/contracts/Repository/Decorator/SettingServiceDecorator.php index 4f8f91a259..5dc80c5dcb 100644 --- a/src/contracts/Repository/Decorator/SettingServiceDecorator.php +++ b/src/contracts/Repository/Decorator/SettingServiceDecorator.php @@ -23,13 +23,17 @@ public function __construct( $this->innerService = $innerService; } - public function loadSetting(string $group, string $identifier): Setting - { + public function loadSetting( + string $group, + string $identifier + ): Setting { return $this->innerService->loadSetting($group, $identifier); } - public function updateSetting(Setting $setting, SettingUpdateStruct $settingUpdateStruct): Setting - { + public function updateSetting( + Setting $setting, + SettingUpdateStruct $settingUpdateStruct + ): Setting { return $this->innerService->updateSetting($setting, $settingUpdateStruct); } diff --git a/src/contracts/Repository/Decorator/TokenServiceDecorator.php b/src/contracts/Repository/Decorator/TokenServiceDecorator.php index 4beda23a7f..11b8832b36 100644 --- a/src/contracts/Repository/Decorator/TokenServiceDecorator.php +++ b/src/contracts/Repository/Decorator/TokenServiceDecorator.php @@ -67,8 +67,10 @@ public function revokeToken(Token $token): void $this->innerService->revokeToken($token); } - public function revokeTokenByIdentifier(string $tokenType, ?string $identifier): void - { + public function revokeTokenByIdentifier( + string $tokenType, + ?string $identifier + ): void { $this->innerService->revokeTokenByIdentifier($tokenType, $identifier); } diff --git a/src/contracts/Repository/Event/AfterEvent.php b/src/contracts/Repository/Event/AfterEvent.php index db633cda1a..93bf56dc0a 100644 --- a/src/contracts/Repository/Event/AfterEvent.php +++ b/src/contracts/Repository/Event/AfterEvent.php @@ -13,6 +13,4 @@ /** * Event emitted after action execution. */ -abstract class AfterEvent extends Event -{ -} +abstract class AfterEvent extends Event {} diff --git a/src/contracts/Repository/Event/BeforeEvent.php b/src/contracts/Repository/Event/BeforeEvent.php index f0b5432f93..1733f62695 100644 --- a/src/contracts/Repository/Event/BeforeEvent.php +++ b/src/contracts/Repository/Event/BeforeEvent.php @@ -13,6 +13,4 @@ /** * Event emitted before action execution. */ -abstract class BeforeEvent extends Event -{ -} +abstract class BeforeEvent extends Event {} diff --git a/src/contracts/Repository/Events/Content/BeforeAddRelationEvent.php b/src/contracts/Repository/Events/Content/BeforeAddRelationEvent.php index c593d16128..8040d00337 100644 --- a/src/contracts/Repository/Events/Content/BeforeAddRelationEvent.php +++ b/src/contracts/Repository/Events/Content/BeforeAddRelationEvent.php @@ -22,8 +22,10 @@ final class BeforeAddRelationEvent extends BeforeEvent private ?Relation $relation = null; - public function __construct(VersionInfo $sourceVersion, ContentInfo $destinationContent) - { + public function __construct( + VersionInfo $sourceVersion, + ContentInfo $destinationContent + ) { $this->sourceVersion = $sourceVersion; $this->destinationContent = $destinationContent; } diff --git a/src/contracts/Repository/Events/Content/BeforeCreateContentEvent.php b/src/contracts/Repository/Events/Content/BeforeCreateContentEvent.php index ef6e57c634..1886169d0b 100644 --- a/src/contracts/Repository/Events/Content/BeforeCreateContentEvent.php +++ b/src/contracts/Repository/Events/Content/BeforeCreateContentEvent.php @@ -11,13 +11,14 @@ use Ibexa\Contracts\Core\Repository\Event\BeforeEvent; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct; use UnexpectedValueException; final class BeforeCreateContentEvent extends BeforeEvent { private ContentCreateStruct $contentCreateStruct; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct[] */ + /** @var LocationCreateStruct[] */ private array $locationCreateStructs; private ?Content $content = null; @@ -41,7 +42,7 @@ public function getContentCreateStruct(): ContentCreateStruct } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct[] + * @return LocationCreateStruct[] */ public function getLocationCreateStructs(): array { diff --git a/src/contracts/Repository/Events/Content/BeforeDeleteRelationEvent.php b/src/contracts/Repository/Events/Content/BeforeDeleteRelationEvent.php index e566d656a5..31d08743d1 100644 --- a/src/contracts/Repository/Events/Content/BeforeDeleteRelationEvent.php +++ b/src/contracts/Repository/Events/Content/BeforeDeleteRelationEvent.php @@ -18,8 +18,10 @@ final class BeforeDeleteRelationEvent extends BeforeEvent private ContentInfo $destinationContent; - public function __construct(VersionInfo $sourceVersion, ContentInfo $destinationContent) - { + public function __construct( + VersionInfo $sourceVersion, + ContentInfo $destinationContent + ) { $this->sourceVersion = $sourceVersion; $this->destinationContent = $destinationContent; } diff --git a/src/contracts/Repository/Events/Content/BeforeDeleteTranslationEvent.php b/src/contracts/Repository/Events/Content/BeforeDeleteTranslationEvent.php index 0cd313caf6..37bc0fc0cc 100644 --- a/src/contracts/Repository/Events/Content/BeforeDeleteTranslationEvent.php +++ b/src/contracts/Repository/Events/Content/BeforeDeleteTranslationEvent.php @@ -17,8 +17,10 @@ final class BeforeDeleteTranslationEvent extends BeforeEvent private string $languageCode; - public function __construct(ContentInfo $contentInfo, string $languageCode) - { + public function __construct( + ContentInfo $contentInfo, + string $languageCode + ) { $this->contentInfo = $contentInfo; $this->languageCode = $languageCode; } diff --git a/src/contracts/Repository/Events/Content/BeforePublishVersionEvent.php b/src/contracts/Repository/Events/Content/BeforePublishVersionEvent.php index de6f50abd5..935712c51b 100644 --- a/src/contracts/Repository/Events/Content/BeforePublishVersionEvent.php +++ b/src/contracts/Repository/Events/Content/BeforePublishVersionEvent.php @@ -22,8 +22,10 @@ final class BeforePublishVersionEvent extends BeforeEvent /** @var string[] */ private array $translations; - public function __construct(VersionInfo $versionInfo, array $translations) - { + public function __construct( + VersionInfo $versionInfo, + array $translations + ) { $this->versionInfo = $versionInfo; $this->translations = $translations; } diff --git a/src/contracts/Repository/Events/Content/BeforeUpdateContentMetadataEvent.php b/src/contracts/Repository/Events/Content/BeforeUpdateContentMetadataEvent.php index 18f12d5b02..93a66324dc 100644 --- a/src/contracts/Repository/Events/Content/BeforeUpdateContentMetadataEvent.php +++ b/src/contracts/Repository/Events/Content/BeforeUpdateContentMetadataEvent.php @@ -22,8 +22,10 @@ final class BeforeUpdateContentMetadataEvent extends BeforeEvent private ?Content $content = null; - public function __construct(ContentInfo $contentInfo, ContentMetadataUpdateStruct $contentMetadataUpdateStruct) - { + public function __construct( + ContentInfo $contentInfo, + ContentMetadataUpdateStruct $contentMetadataUpdateStruct + ) { $this->contentInfo = $contentInfo; $this->contentMetadataUpdateStruct = $contentMetadataUpdateStruct; } diff --git a/src/contracts/Repository/Events/Content/CreateContentEvent.php b/src/contracts/Repository/Events/Content/CreateContentEvent.php index db9b463e01..14fa36a2bd 100644 --- a/src/contracts/Repository/Events/Content/CreateContentEvent.php +++ b/src/contracts/Repository/Events/Content/CreateContentEvent.php @@ -11,12 +11,13 @@ use Ibexa\Contracts\Core\Repository\Event\AfterEvent; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct; final class CreateContentEvent extends AfterEvent { private ContentCreateStruct $contentCreateStruct; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct[] */ + /** @var LocationCreateStruct[] */ private array $locationCreateStructs; private Content $content; @@ -25,7 +26,7 @@ final class CreateContentEvent extends AfterEvent private ?array $fieldIdentifiersToValidate; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct[] $locationCreateStructs + * @param LocationCreateStruct[] $locationCreateStructs * @param string[]|null $fieldIdentifiersToValidate */ public function __construct( @@ -46,7 +47,7 @@ public function getContentCreateStruct(): ContentCreateStruct } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct[] + * @return LocationCreateStruct[] */ public function getLocationCreateStructs(): array { diff --git a/src/contracts/Repository/Events/ContentType/BeforeAddFieldDefinitionEvent.php b/src/contracts/Repository/Events/ContentType/BeforeAddFieldDefinitionEvent.php index 5c2a9f9dec..c7aa436465 100644 --- a/src/contracts/Repository/Events/ContentType/BeforeAddFieldDefinitionEvent.php +++ b/src/contracts/Repository/Events/ContentType/BeforeAddFieldDefinitionEvent.php @@ -18,8 +18,10 @@ final class BeforeAddFieldDefinitionEvent extends BeforeEvent private FieldDefinitionCreateStruct $fieldDefinitionCreateStruct; - public function __construct(ContentTypeDraft $contentTypeDraft, FieldDefinitionCreateStruct $fieldDefinitionCreateStruct) - { + public function __construct( + ContentTypeDraft $contentTypeDraft, + FieldDefinitionCreateStruct $fieldDefinitionCreateStruct + ) { $this->contentTypeDraft = $contentTypeDraft; $this->fieldDefinitionCreateStruct = $fieldDefinitionCreateStruct; } diff --git a/src/contracts/Repository/Events/ContentType/BeforeAssignContentTypeGroupEvent.php b/src/contracts/Repository/Events/ContentType/BeforeAssignContentTypeGroupEvent.php index 9ef82d3087..02ac4d8a49 100644 --- a/src/contracts/Repository/Events/ContentType/BeforeAssignContentTypeGroupEvent.php +++ b/src/contracts/Repository/Events/ContentType/BeforeAssignContentTypeGroupEvent.php @@ -18,8 +18,10 @@ final class BeforeAssignContentTypeGroupEvent extends BeforeEvent private ContentTypeGroup $contentTypeGroup; - public function __construct(ContentType $contentType, ContentTypeGroup $contentTypeGroup) - { + public function __construct( + ContentType $contentType, + ContentTypeGroup $contentTypeGroup + ) { $this->contentType = $contentType; $this->contentTypeGroup = $contentTypeGroup; } diff --git a/src/contracts/Repository/Events/ContentType/BeforeCopyContentTypeEvent.php b/src/contracts/Repository/Events/ContentType/BeforeCopyContentTypeEvent.php index 403c12cd4f..0f667a8cc0 100644 --- a/src/contracts/Repository/Events/ContentType/BeforeCopyContentTypeEvent.php +++ b/src/contracts/Repository/Events/ContentType/BeforeCopyContentTypeEvent.php @@ -21,8 +21,10 @@ final class BeforeCopyContentTypeEvent extends BeforeEvent private ?ContentType $contentTypeCopy = null; - public function __construct(ContentType $contentType, ?User $creator = null) - { + public function __construct( + ContentType $contentType, + ?User $creator = null + ) { $this->contentType = $contentType; $this->creator = $creator; } diff --git a/src/contracts/Repository/Events/ContentType/BeforeCreateContentTypeEvent.php b/src/contracts/Repository/Events/ContentType/BeforeCreateContentTypeEvent.php index 24a9adb8e1..3b1830b7c2 100644 --- a/src/contracts/Repository/Events/ContentType/BeforeCreateContentTypeEvent.php +++ b/src/contracts/Repository/Events/ContentType/BeforeCreateContentTypeEvent.php @@ -11,22 +11,25 @@ use Ibexa\Contracts\Core\Repository\Event\BeforeEvent; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeCreateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup; use UnexpectedValueException; final class BeforeCreateContentTypeEvent extends BeforeEvent { private ContentTypeCreateStruct $contentTypeCreateStruct; - /** @var \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] */ + /** @var ContentTypeGroup[] */ private array $contentTypeGroups; private ?ContentTypeDraft $contentTypeDraft = null; /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] $contentTypeGroups + * @param ContentTypeGroup[] $contentTypeGroups */ - public function __construct(ContentTypeCreateStruct $contentTypeCreateStruct, array $contentTypeGroups) - { + public function __construct( + ContentTypeCreateStruct $contentTypeCreateStruct, + array $contentTypeGroups + ) { $this->contentTypeCreateStruct = $contentTypeCreateStruct; $this->contentTypeGroups = $contentTypeGroups; } @@ -37,7 +40,7 @@ public function getContentTypeCreateStruct(): ContentTypeCreateStruct } /** - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] + * @return ContentTypeGroup[] */ public function getContentTypeGroups(): array { diff --git a/src/contracts/Repository/Events/ContentType/BeforeRemoveContentTypeTranslationEvent.php b/src/contracts/Repository/Events/ContentType/BeforeRemoveContentTypeTranslationEvent.php index e3492461bf..0d57678ba5 100644 --- a/src/contracts/Repository/Events/ContentType/BeforeRemoveContentTypeTranslationEvent.php +++ b/src/contracts/Repository/Events/ContentType/BeforeRemoveContentTypeTranslationEvent.php @@ -20,8 +20,10 @@ final class BeforeRemoveContentTypeTranslationEvent extends BeforeEvent private ?ContentTypeDraft $newContentTypeDraft = null; - public function __construct(ContentTypeDraft $contentTypeDraft, string $languageCode) - { + public function __construct( + ContentTypeDraft $contentTypeDraft, + string $languageCode + ) { $this->contentTypeDraft = $contentTypeDraft; $this->languageCode = $languageCode; } diff --git a/src/contracts/Repository/Events/ContentType/BeforeRemoveFieldDefinitionEvent.php b/src/contracts/Repository/Events/ContentType/BeforeRemoveFieldDefinitionEvent.php index 059ca83557..da063edfd7 100644 --- a/src/contracts/Repository/Events/ContentType/BeforeRemoveFieldDefinitionEvent.php +++ b/src/contracts/Repository/Events/ContentType/BeforeRemoveFieldDefinitionEvent.php @@ -18,8 +18,10 @@ final class BeforeRemoveFieldDefinitionEvent extends BeforeEvent private FieldDefinition $fieldDefinition; - public function __construct(ContentTypeDraft $contentTypeDraft, FieldDefinition $fieldDefinition) - { + public function __construct( + ContentTypeDraft $contentTypeDraft, + FieldDefinition $fieldDefinition + ) { $this->contentTypeDraft = $contentTypeDraft; $this->fieldDefinition = $fieldDefinition; } diff --git a/src/contracts/Repository/Events/ContentType/BeforeUnassignContentTypeGroupEvent.php b/src/contracts/Repository/Events/ContentType/BeforeUnassignContentTypeGroupEvent.php index 289441c756..a8ff7da884 100644 --- a/src/contracts/Repository/Events/ContentType/BeforeUnassignContentTypeGroupEvent.php +++ b/src/contracts/Repository/Events/ContentType/BeforeUnassignContentTypeGroupEvent.php @@ -18,8 +18,10 @@ final class BeforeUnassignContentTypeGroupEvent extends BeforeEvent private ContentTypeGroup $contentTypeGroup; - public function __construct(ContentType $contentType, ContentTypeGroup $contentTypeGroup) - { + public function __construct( + ContentType $contentType, + ContentTypeGroup $contentTypeGroup + ) { $this->contentType = $contentType; $this->contentTypeGroup = $contentTypeGroup; } diff --git a/src/contracts/Repository/Events/ContentType/BeforeUpdateContentTypeDraftEvent.php b/src/contracts/Repository/Events/ContentType/BeforeUpdateContentTypeDraftEvent.php index c336f8a49c..cf388b2f61 100644 --- a/src/contracts/Repository/Events/ContentType/BeforeUpdateContentTypeDraftEvent.php +++ b/src/contracts/Repository/Events/ContentType/BeforeUpdateContentTypeDraftEvent.php @@ -18,8 +18,10 @@ final class BeforeUpdateContentTypeDraftEvent extends BeforeEvent private ContentTypeUpdateStruct $contentTypeUpdateStruct; - public function __construct(ContentTypeDraft $contentTypeDraft, ContentTypeUpdateStruct $contentTypeUpdateStruct) - { + public function __construct( + ContentTypeDraft $contentTypeDraft, + ContentTypeUpdateStruct $contentTypeUpdateStruct + ) { $this->contentTypeDraft = $contentTypeDraft; $this->contentTypeUpdateStruct = $contentTypeUpdateStruct; } diff --git a/src/contracts/Repository/Events/ContentType/BeforeUpdateContentTypeGroupEvent.php b/src/contracts/Repository/Events/ContentType/BeforeUpdateContentTypeGroupEvent.php index 3c51894ee9..893d3f8a0a 100644 --- a/src/contracts/Repository/Events/ContentType/BeforeUpdateContentTypeGroupEvent.php +++ b/src/contracts/Repository/Events/ContentType/BeforeUpdateContentTypeGroupEvent.php @@ -18,8 +18,10 @@ final class BeforeUpdateContentTypeGroupEvent extends BeforeEvent private ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct; - public function __construct(ContentTypeGroup $contentTypeGroup, ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct) - { + public function __construct( + ContentTypeGroup $contentTypeGroup, + ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct + ) { $this->contentTypeGroup = $contentTypeGroup; $this->contentTypeGroupUpdateStruct = $contentTypeGroupUpdateStruct; } diff --git a/src/contracts/Repository/Events/ContentType/CreateContentTypeEvent.php b/src/contracts/Repository/Events/ContentType/CreateContentTypeEvent.php index c332854b8c..dea181130a 100644 --- a/src/contracts/Repository/Events/ContentType/CreateContentTypeEvent.php +++ b/src/contracts/Repository/Events/ContentType/CreateContentTypeEvent.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\Repository\Event\AfterEvent; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeCreateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup; final class CreateContentTypeEvent extends AfterEvent { @@ -18,11 +19,11 @@ final class CreateContentTypeEvent extends AfterEvent private ContentTypeCreateStruct $contentTypeCreateStruct; - /** @var \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] */ + /** @var ContentTypeGroup[] */ private array $contentTypeGroups; /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] $contentTypeGroups + * @param ContentTypeGroup[] $contentTypeGroups */ public function __construct( ContentTypeDraft $contentTypeDraft, @@ -45,7 +46,7 @@ public function getContentTypeCreateStruct(): ContentTypeCreateStruct } /** - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] + * @return ContentTypeGroup[] */ public function getContentTypeGroups(): array { diff --git a/src/contracts/Repository/Events/Language/BeforeUpdateLanguageNameEvent.php b/src/contracts/Repository/Events/Language/BeforeUpdateLanguageNameEvent.php index 9fdfc31d14..97e50c027a 100644 --- a/src/contracts/Repository/Events/Language/BeforeUpdateLanguageNameEvent.php +++ b/src/contracts/Repository/Events/Language/BeforeUpdateLanguageNameEvent.php @@ -20,8 +20,10 @@ final class BeforeUpdateLanguageNameEvent extends BeforeEvent private ?Language $updatedLanguage = null; - public function __construct(Language $language, string $newName) - { + public function __construct( + Language $language, + string $newName + ) { $this->language = $language; $this->newName = $newName; } diff --git a/src/contracts/Repository/Events/Location/BeforeCopySubtreeEvent.php b/src/contracts/Repository/Events/Location/BeforeCopySubtreeEvent.php index 7aeb4478ad..9405a69a41 100644 --- a/src/contracts/Repository/Events/Location/BeforeCopySubtreeEvent.php +++ b/src/contracts/Repository/Events/Location/BeforeCopySubtreeEvent.php @@ -20,8 +20,10 @@ final class BeforeCopySubtreeEvent extends BeforeEvent private ?Location $location = null; - public function __construct(Location $subtree, Location $targetParentLocation) - { + public function __construct( + Location $subtree, + Location $targetParentLocation + ) { $this->subtree = $subtree; $this->targetParentLocation = $targetParentLocation; } diff --git a/src/contracts/Repository/Events/Location/BeforeCreateLocationEvent.php b/src/contracts/Repository/Events/Location/BeforeCreateLocationEvent.php index 4840474ac5..5346199b0a 100644 --- a/src/contracts/Repository/Events/Location/BeforeCreateLocationEvent.php +++ b/src/contracts/Repository/Events/Location/BeforeCreateLocationEvent.php @@ -22,8 +22,10 @@ final class BeforeCreateLocationEvent extends BeforeEvent private ?Location $location = null; - public function __construct(ContentInfo $contentInfo, LocationCreateStruct $locationCreateStruct) - { + public function __construct( + ContentInfo $contentInfo, + LocationCreateStruct $locationCreateStruct + ) { $this->contentInfo = $contentInfo; $this->locationCreateStruct = $locationCreateStruct; } diff --git a/src/contracts/Repository/Events/Location/BeforeMoveSubtreeEvent.php b/src/contracts/Repository/Events/Location/BeforeMoveSubtreeEvent.php index b3a2c283a9..528c8264d3 100644 --- a/src/contracts/Repository/Events/Location/BeforeMoveSubtreeEvent.php +++ b/src/contracts/Repository/Events/Location/BeforeMoveSubtreeEvent.php @@ -17,8 +17,10 @@ final class BeforeMoveSubtreeEvent extends BeforeEvent private Location $newParentLocation; - public function __construct(Location $location, Location $newParentLocation) - { + public function __construct( + Location $location, + Location $newParentLocation + ) { $this->location = $location; $this->newParentLocation = $newParentLocation; } diff --git a/src/contracts/Repository/Events/Location/BeforeSwapLocationEvent.php b/src/contracts/Repository/Events/Location/BeforeSwapLocationEvent.php index 3b4119f6cc..7b84e39fdd 100644 --- a/src/contracts/Repository/Events/Location/BeforeSwapLocationEvent.php +++ b/src/contracts/Repository/Events/Location/BeforeSwapLocationEvent.php @@ -17,8 +17,10 @@ final class BeforeSwapLocationEvent extends BeforeEvent private Location $location2; - public function __construct(Location $location1, Location $location2) - { + public function __construct( + Location $location1, + Location $location2 + ) { $this->location1 = $location1; $this->location2 = $location2; } diff --git a/src/contracts/Repository/Events/Location/BeforeUpdateLocationEvent.php b/src/contracts/Repository/Events/Location/BeforeUpdateLocationEvent.php index c4add31f7d..0587971af3 100644 --- a/src/contracts/Repository/Events/Location/BeforeUpdateLocationEvent.php +++ b/src/contracts/Repository/Events/Location/BeforeUpdateLocationEvent.php @@ -21,8 +21,10 @@ final class BeforeUpdateLocationEvent extends BeforeEvent private ?Location $updatedLocation = null; - public function __construct(Location $location, LocationUpdateStruct $locationUpdateStruct) - { + public function __construct( + Location $location, + LocationUpdateStruct $locationUpdateStruct + ) { $this->location = $location; $this->locationUpdateStruct = $locationUpdateStruct; } diff --git a/src/contracts/Repository/Events/ObjectState/BeforeCreateObjectStateEvent.php b/src/contracts/Repository/Events/ObjectState/BeforeCreateObjectStateEvent.php index 258e67186d..1ca5573fc4 100644 --- a/src/contracts/Repository/Events/ObjectState/BeforeCreateObjectStateEvent.php +++ b/src/contracts/Repository/Events/ObjectState/BeforeCreateObjectStateEvent.php @@ -22,8 +22,10 @@ final class BeforeCreateObjectStateEvent extends BeforeEvent private ?ObjectState $objectState = null; - public function __construct(ObjectStateGroup $objectStateGroup, ObjectStateCreateStruct $objectStateCreateStruct) - { + public function __construct( + ObjectStateGroup $objectStateGroup, + ObjectStateCreateStruct $objectStateCreateStruct + ) { $this->objectStateGroup = $objectStateGroup; $this->objectStateCreateStruct = $objectStateCreateStruct; } diff --git a/src/contracts/Repository/Events/ObjectState/BeforeSetContentStateEvent.php b/src/contracts/Repository/Events/ObjectState/BeforeSetContentStateEvent.php index 505a130ccc..10aa9e68e9 100644 --- a/src/contracts/Repository/Events/ObjectState/BeforeSetContentStateEvent.php +++ b/src/contracts/Repository/Events/ObjectState/BeforeSetContentStateEvent.php @@ -21,8 +21,11 @@ final class BeforeSetContentStateEvent extends BeforeEvent private ObjectState $objectState; - public function __construct(ContentInfo $contentInfo, ObjectStateGroup $objectStateGroup, ObjectState $objectState) - { + public function __construct( + ContentInfo $contentInfo, + ObjectStateGroup $objectStateGroup, + ObjectState $objectState + ) { $this->contentInfo = $contentInfo; $this->objectStateGroup = $objectStateGroup; $this->objectState = $objectState; diff --git a/src/contracts/Repository/Events/ObjectState/BeforeSetPriorityOfObjectStateEvent.php b/src/contracts/Repository/Events/ObjectState/BeforeSetPriorityOfObjectStateEvent.php index 1f21ed46b2..327a19c206 100644 --- a/src/contracts/Repository/Events/ObjectState/BeforeSetPriorityOfObjectStateEvent.php +++ b/src/contracts/Repository/Events/ObjectState/BeforeSetPriorityOfObjectStateEvent.php @@ -17,8 +17,10 @@ final class BeforeSetPriorityOfObjectStateEvent extends BeforeEvent private int $priority; - public function __construct(ObjectState $objectState, int $priority) - { + public function __construct( + ObjectState $objectState, + int $priority + ) { $this->objectState = $objectState; $this->priority = $priority; } diff --git a/src/contracts/Repository/Events/ObjectState/BeforeUpdateObjectStateEvent.php b/src/contracts/Repository/Events/ObjectState/BeforeUpdateObjectStateEvent.php index 248e75deb2..665258323c 100644 --- a/src/contracts/Repository/Events/ObjectState/BeforeUpdateObjectStateEvent.php +++ b/src/contracts/Repository/Events/ObjectState/BeforeUpdateObjectStateEvent.php @@ -21,8 +21,10 @@ final class BeforeUpdateObjectStateEvent extends BeforeEvent private ?ObjectState $updatedObjectState = null; - public function __construct(ObjectState $objectState, ObjectStateUpdateStruct $objectStateUpdateStruct) - { + public function __construct( + ObjectState $objectState, + ObjectStateUpdateStruct $objectStateUpdateStruct + ) { $this->objectState = $objectState; $this->objectStateUpdateStruct = $objectStateUpdateStruct; } diff --git a/src/contracts/Repository/Events/ObjectState/BeforeUpdateObjectStateGroupEvent.php b/src/contracts/Repository/Events/ObjectState/BeforeUpdateObjectStateGroupEvent.php index 2d0835c218..faaefec52e 100644 --- a/src/contracts/Repository/Events/ObjectState/BeforeUpdateObjectStateGroupEvent.php +++ b/src/contracts/Repository/Events/ObjectState/BeforeUpdateObjectStateGroupEvent.php @@ -21,8 +21,10 @@ final class BeforeUpdateObjectStateGroupEvent extends BeforeEvent private ?ObjectStateGroup $updatedObjectStateGroup = null; - public function __construct(ObjectStateGroup $objectStateGroup, ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct) - { + public function __construct( + ObjectStateGroup $objectStateGroup, + ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct + ) { $this->objectStateGroup = $objectStateGroup; $this->objectStateGroupUpdateStruct = $objectStateGroupUpdateStruct; } diff --git a/src/contracts/Repository/Events/Role/BeforeAddPolicyByRoleDraftEvent.php b/src/contracts/Repository/Events/Role/BeforeAddPolicyByRoleDraftEvent.php index 22d2423a0c..b9739ccfaf 100644 --- a/src/contracts/Repository/Events/Role/BeforeAddPolicyByRoleDraftEvent.php +++ b/src/contracts/Repository/Events/Role/BeforeAddPolicyByRoleDraftEvent.php @@ -21,8 +21,10 @@ final class BeforeAddPolicyByRoleDraftEvent extends BeforeEvent private ?RoleDraft $updatedRoleDraft = null; - public function __construct(RoleDraft $roleDraft, PolicyCreateStruct $policyCreateStruct) - { + public function __construct( + RoleDraft $roleDraft, + PolicyCreateStruct $policyCreateStruct + ) { $this->roleDraft = $roleDraft; $this->policyCreateStruct = $policyCreateStruct; } diff --git a/src/contracts/Repository/Events/Role/BeforeAssignRoleToUserEvent.php b/src/contracts/Repository/Events/Role/BeforeAssignRoleToUserEvent.php index eb204bd545..b5c4128d84 100644 --- a/src/contracts/Repository/Events/Role/BeforeAssignRoleToUserEvent.php +++ b/src/contracts/Repository/Events/Role/BeforeAssignRoleToUserEvent.php @@ -21,8 +21,11 @@ final class BeforeAssignRoleToUserEvent extends BeforeEvent private ?RoleLimitation $roleLimitation; - public function __construct(Role $role, User $user, ?RoleLimitation $roleLimitation = null) - { + public function __construct( + Role $role, + User $user, + ?RoleLimitation $roleLimitation = null + ) { $this->role = $role; $this->user = $user; $this->roleLimitation = $roleLimitation; diff --git a/src/contracts/Repository/Events/Role/BeforeAssignRoleToUserGroupEvent.php b/src/contracts/Repository/Events/Role/BeforeAssignRoleToUserGroupEvent.php index f100d0789c..ecbceabe9e 100644 --- a/src/contracts/Repository/Events/Role/BeforeAssignRoleToUserGroupEvent.php +++ b/src/contracts/Repository/Events/Role/BeforeAssignRoleToUserGroupEvent.php @@ -21,8 +21,11 @@ final class BeforeAssignRoleToUserGroupEvent extends BeforeEvent private ?RoleLimitation $roleLimitation; - public function __construct(Role $role, UserGroup $userGroup, ?RoleLimitation $roleLimitation = null) - { + public function __construct( + Role $role, + UserGroup $userGroup, + ?RoleLimitation $roleLimitation = null + ) { $this->role = $role; $this->userGroup = $userGroup; $this->roleLimitation = $roleLimitation; diff --git a/src/contracts/Repository/Events/Role/BeforeCopyRoleEvent.php b/src/contracts/Repository/Events/Role/BeforeCopyRoleEvent.php index d527e709c0..0de2bd8086 100644 --- a/src/contracts/Repository/Events/Role/BeforeCopyRoleEvent.php +++ b/src/contracts/Repository/Events/Role/BeforeCopyRoleEvent.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Repository\Events\Role; use Ibexa\Contracts\Core\Repository\Event\BeforeEvent; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Values\User\Role; use Ibexa\Contracts\Core\Repository\Values\User\RoleCopyStruct; use UnexpectedValueException; @@ -21,8 +22,10 @@ final class BeforeCopyRoleEvent extends BeforeEvent private ?Role $copiedRole = null; - public function __construct(Role $role, RoleCopyStruct $roleCopyStruct) - { + public function __construct( + Role $role, + RoleCopyStruct $roleCopyStruct + ) { $this->role = $role; $this->roleCopyStruct = $roleCopyStruct; } @@ -38,7 +41,7 @@ public function getRoleCopyStruct(): RoleCopyStruct } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function getCopiedRole(): Role { diff --git a/src/contracts/Repository/Events/Role/BeforeRemovePolicyByRoleDraftEvent.php b/src/contracts/Repository/Events/Role/BeforeRemovePolicyByRoleDraftEvent.php index b5eba1e2f2..a8e326b3f3 100644 --- a/src/contracts/Repository/Events/Role/BeforeRemovePolicyByRoleDraftEvent.php +++ b/src/contracts/Repository/Events/Role/BeforeRemovePolicyByRoleDraftEvent.php @@ -21,8 +21,10 @@ final class BeforeRemovePolicyByRoleDraftEvent extends BeforeEvent private ?RoleDraft $updatedRoleDraft = null; - public function __construct(RoleDraft $roleDraft, PolicyDraft $policyDraft) - { + public function __construct( + RoleDraft $roleDraft, + PolicyDraft $policyDraft + ) { $this->roleDraft = $roleDraft; $this->policyDraft = $policyDraft; } diff --git a/src/contracts/Repository/Events/Role/BeforeUpdatePolicyByRoleDraftEvent.php b/src/contracts/Repository/Events/Role/BeforeUpdatePolicyByRoleDraftEvent.php index 379ea5dd09..98df236f70 100644 --- a/src/contracts/Repository/Events/Role/BeforeUpdatePolicyByRoleDraftEvent.php +++ b/src/contracts/Repository/Events/Role/BeforeUpdatePolicyByRoleDraftEvent.php @@ -24,8 +24,11 @@ final class BeforeUpdatePolicyByRoleDraftEvent extends BeforeEvent private ?PolicyDraft $updatedPolicyDraft = null; - public function __construct(RoleDraft $roleDraft, PolicyDraft $policy, PolicyUpdateStruct $policyUpdateStruct) - { + public function __construct( + RoleDraft $roleDraft, + PolicyDraft $policy, + PolicyUpdateStruct $policyUpdateStruct + ) { $this->roleDraft = $roleDraft; $this->policy = $policy; $this->policyUpdateStruct = $policyUpdateStruct; diff --git a/src/contracts/Repository/Events/Role/BeforeUpdateRoleDraftEvent.php b/src/contracts/Repository/Events/Role/BeforeUpdateRoleDraftEvent.php index 5f1558e33f..8aaa5ade54 100644 --- a/src/contracts/Repository/Events/Role/BeforeUpdateRoleDraftEvent.php +++ b/src/contracts/Repository/Events/Role/BeforeUpdateRoleDraftEvent.php @@ -21,8 +21,10 @@ final class BeforeUpdateRoleDraftEvent extends BeforeEvent private ?RoleDraft $updatedRoleDraft = null; - public function __construct(RoleDraft $roleDraft, RoleUpdateStruct $roleUpdateStruct) - { + public function __construct( + RoleDraft $roleDraft, + RoleUpdateStruct $roleUpdateStruct + ) { $this->roleDraft = $roleDraft; $this->roleUpdateStruct = $roleUpdateStruct; } diff --git a/src/contracts/Repository/Events/Section/BeforeAssignSectionEvent.php b/src/contracts/Repository/Events/Section/BeforeAssignSectionEvent.php index 96dbb90ce1..54deb1c55a 100644 --- a/src/contracts/Repository/Events/Section/BeforeAssignSectionEvent.php +++ b/src/contracts/Repository/Events/Section/BeforeAssignSectionEvent.php @@ -18,8 +18,10 @@ final class BeforeAssignSectionEvent extends BeforeEvent private Section $section; - public function __construct(ContentInfo $contentInfo, Section $section) - { + public function __construct( + ContentInfo $contentInfo, + Section $section + ) { $this->contentInfo = $contentInfo; $this->section = $section; } diff --git a/src/contracts/Repository/Events/Section/BeforeAssignSectionToSubtreeEvent.php b/src/contracts/Repository/Events/Section/BeforeAssignSectionToSubtreeEvent.php index 192e139e90..259bdd6193 100644 --- a/src/contracts/Repository/Events/Section/BeforeAssignSectionToSubtreeEvent.php +++ b/src/contracts/Repository/Events/Section/BeforeAssignSectionToSubtreeEvent.php @@ -18,8 +18,10 @@ final class BeforeAssignSectionToSubtreeEvent extends BeforeEvent private Section $section; - public function __construct(Location $location, Section $section) - { + public function __construct( + Location $location, + Section $section + ) { $this->location = $location; $this->section = $section; } diff --git a/src/contracts/Repository/Events/Section/BeforeUpdateSectionEvent.php b/src/contracts/Repository/Events/Section/BeforeUpdateSectionEvent.php index 231d6ddc3d..f5d46fa52f 100644 --- a/src/contracts/Repository/Events/Section/BeforeUpdateSectionEvent.php +++ b/src/contracts/Repository/Events/Section/BeforeUpdateSectionEvent.php @@ -21,8 +21,10 @@ final class BeforeUpdateSectionEvent extends BeforeEvent private ?Section $updatedSection = null; - public function __construct(Section $section, SectionUpdateStruct $sectionUpdateStruct) - { + public function __construct( + Section $section, + SectionUpdateStruct $sectionUpdateStruct + ) { $this->section = $section; $this->sectionUpdateStruct = $sectionUpdateStruct; } diff --git a/src/contracts/Repository/Events/Setting/BeforeUpdateSettingEvent.php b/src/contracts/Repository/Events/Setting/BeforeUpdateSettingEvent.php index 56b40f9a9e..cb5753d6cb 100644 --- a/src/contracts/Repository/Events/Setting/BeforeUpdateSettingEvent.php +++ b/src/contracts/Repository/Events/Setting/BeforeUpdateSettingEvent.php @@ -21,8 +21,10 @@ final class BeforeUpdateSettingEvent extends BeforeEvent private ?Setting $updatedSetting = null; - public function __construct(Setting $setting, SettingUpdateStruct $settingUpdateStruct) - { + public function __construct( + Setting $setting, + SettingUpdateStruct $settingUpdateStruct + ) { $this->setting = $setting; $this->settingUpdateStruct = $settingUpdateStruct; } diff --git a/src/contracts/Repository/Events/Token/BeforeRevokeTokenByIdentifierEvent.php b/src/contracts/Repository/Events/Token/BeforeRevokeTokenByIdentifierEvent.php index 9f36f5bc1b..9550ca4d54 100644 --- a/src/contracts/Repository/Events/Token/BeforeRevokeTokenByIdentifierEvent.php +++ b/src/contracts/Repository/Events/Token/BeforeRevokeTokenByIdentifierEvent.php @@ -16,8 +16,10 @@ final class BeforeRevokeTokenByIdentifierEvent extends AfterEvent private ?string $identifier; - public function __construct(string $tokenType, ?string $identifier) - { + public function __construct( + string $tokenType, + ?string $identifier + ) { $this->tokenType = $tokenType; $this->identifier = $identifier; } diff --git a/src/contracts/Repository/Events/Token/RevokeTokenByIdentifierEvent.php b/src/contracts/Repository/Events/Token/RevokeTokenByIdentifierEvent.php index 2eac5ab2de..a24678f13c 100644 --- a/src/contracts/Repository/Events/Token/RevokeTokenByIdentifierEvent.php +++ b/src/contracts/Repository/Events/Token/RevokeTokenByIdentifierEvent.php @@ -16,8 +16,10 @@ final class RevokeTokenByIdentifierEvent extends AfterEvent private ?string $identifier; - public function __construct(string $tokenType, ?string $identifier) - { + public function __construct( + string $tokenType, + ?string $identifier + ) { $this->tokenType = $tokenType; $this->identifier = $identifier; } diff --git a/src/contracts/Repository/Events/Trash/BeforeEmptyTrashEvent.php b/src/contracts/Repository/Events/Trash/BeforeEmptyTrashEvent.php index 9312d58ed1..2569d847bf 100644 --- a/src/contracts/Repository/Events/Trash/BeforeEmptyTrashEvent.php +++ b/src/contracts/Repository/Events/Trash/BeforeEmptyTrashEvent.php @@ -16,9 +16,7 @@ final class BeforeEmptyTrashEvent extends BeforeEvent { private ?TrashItemDeleteResultList $resultList = null; - public function __construct() - { - } + public function __construct() {} public function getResultList(): TrashItemDeleteResultList { diff --git a/src/contracts/Repository/Events/Trash/BeforeRecoverEvent.php b/src/contracts/Repository/Events/Trash/BeforeRecoverEvent.php index e8368c45a2..65e58177be 100644 --- a/src/contracts/Repository/Events/Trash/BeforeRecoverEvent.php +++ b/src/contracts/Repository/Events/Trash/BeforeRecoverEvent.php @@ -15,14 +15,16 @@ final class BeforeRecoverEvent extends BeforeEvent { - private \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem $trashItem; + private TrashItem $trashItem; - private ?\Ibexa\Contracts\Core\Repository\Values\Content\Location $newParentLocation; + private ?Location $newParentLocation; - private ?\Ibexa\Contracts\Core\Repository\Values\Content\Location $location = null; + private ?Location $location = null; - public function __construct(TrashItem $trashItem, ?Location $newParentLocation = null) - { + public function __construct( + TrashItem $trashItem, + ?Location $newParentLocation = null + ) { $this->trashItem = $trashItem; $this->newParentLocation = $newParentLocation; } diff --git a/src/contracts/Repository/Events/URL/BeforeUpdateUrlEvent.php b/src/contracts/Repository/Events/URL/BeforeUpdateUrlEvent.php index f1ea0939eb..d24b353e27 100644 --- a/src/contracts/Repository/Events/URL/BeforeUpdateUrlEvent.php +++ b/src/contracts/Repository/Events/URL/BeforeUpdateUrlEvent.php @@ -21,8 +21,10 @@ final class BeforeUpdateUrlEvent extends BeforeEvent private ?URL $updatedUrl = null; - public function __construct(URL $url, URLUpdateStruct $struct) - { + public function __construct( + URL $url, + URLUpdateStruct $struct + ) { $this->url = $url; $this->struct = $struct; } diff --git a/src/contracts/Repository/Events/URLAlias/BeforeCreateGlobalUrlAliasEvent.php b/src/contracts/Repository/Events/URLAlias/BeforeCreateGlobalUrlAliasEvent.php index 3d3731ac0f..0100da6a4b 100644 --- a/src/contracts/Repository/Events/URLAlias/BeforeCreateGlobalUrlAliasEvent.php +++ b/src/contracts/Repository/Events/URLAlias/BeforeCreateGlobalUrlAliasEvent.php @@ -26,8 +26,13 @@ final class BeforeCreateGlobalUrlAliasEvent extends BeforeEvent private ?URLAlias $urlAlias = null; - public function __construct(string $resource, string $path, string $languageCode, bool $forwarding, bool $alwaysAvailable) - { + public function __construct( + string $resource, + string $path, + string $languageCode, + bool $forwarding, + bool $alwaysAvailable + ) { $this->resource = $resource; $this->path = $path; $this->languageCode = $languageCode; diff --git a/src/contracts/Repository/Events/URLAlias/BeforeCreateUrlAliasEvent.php b/src/contracts/Repository/Events/URLAlias/BeforeCreateUrlAliasEvent.php index dd0ff52b49..ec5b5fe9ef 100644 --- a/src/contracts/Repository/Events/URLAlias/BeforeCreateUrlAliasEvent.php +++ b/src/contracts/Repository/Events/URLAlias/BeforeCreateUrlAliasEvent.php @@ -27,8 +27,13 @@ final class BeforeCreateUrlAliasEvent extends BeforeEvent private ?URLAlias $urlAlias = null; - public function __construct(Location $location, string $path, string $languageCode, bool $forwarding, bool $alwaysAvailable) - { + public function __construct( + Location $location, + string $path, + string $languageCode, + bool $forwarding, + bool $alwaysAvailable + ) { $this->location = $location; $this->path = $path; $this->languageCode = $languageCode; diff --git a/src/contracts/Repository/Events/URLAlias/BeforeRemoveAliasesEvent.php b/src/contracts/Repository/Events/URLAlias/BeforeRemoveAliasesEvent.php index 3f82fe0bc6..77af0a9f93 100644 --- a/src/contracts/Repository/Events/URLAlias/BeforeRemoveAliasesEvent.php +++ b/src/contracts/Repository/Events/URLAlias/BeforeRemoveAliasesEvent.php @@ -9,14 +9,15 @@ namespace Ibexa\Contracts\Core\Repository\Events\URLAlias; use Ibexa\Contracts\Core\Repository\Event\BeforeEvent; +use Ibexa\Contracts\Core\Repository\Values\Content\URLAlias; final class BeforeRemoveAliasesEvent extends BeforeEvent { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] */ + /** @var URLAlias[] */ private array $aliasList; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] $aliasList + * @param URLAlias[] $aliasList */ public function __construct(array $aliasList) { @@ -24,7 +25,7 @@ public function __construct(array $aliasList) } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] + * @return URLAlias[] */ public function getAliasList(): array { diff --git a/src/contracts/Repository/Events/URLAlias/RemoveAliasesEvent.php b/src/contracts/Repository/Events/URLAlias/RemoveAliasesEvent.php index adc4bf06a8..d2e56a2081 100644 --- a/src/contracts/Repository/Events/URLAlias/RemoveAliasesEvent.php +++ b/src/contracts/Repository/Events/URLAlias/RemoveAliasesEvent.php @@ -9,16 +9,17 @@ namespace Ibexa\Contracts\Core\Repository\Events\URLAlias; use Ibexa\Contracts\Core\Repository\Event\AfterEvent; +use Ibexa\Contracts\Core\Repository\Values\Content\URLAlias; final class RemoveAliasesEvent extends AfterEvent { /** - * @var \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] + * @var URLAlias[] */ private array $aliasList; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] $aliasList + * @param URLAlias[] $aliasList */ public function __construct( array $aliasList @@ -27,7 +28,7 @@ public function __construct( } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] + * @return URLAlias[] */ public function getAliasList(): array { diff --git a/src/contracts/Repository/Events/URLWildcard/BeforeCreateEvent.php b/src/contracts/Repository/Events/URLWildcard/BeforeCreateEvent.php index 22087fd47b..529e242a77 100644 --- a/src/contracts/Repository/Events/URLWildcard/BeforeCreateEvent.php +++ b/src/contracts/Repository/Events/URLWildcard/BeforeCreateEvent.php @@ -22,8 +22,11 @@ final class BeforeCreateEvent extends BeforeEvent private ?URLWildcard $urlWildcard = null; - public function __construct(string $sourceUrl, string $destinationUrl, bool $forward) - { + public function __construct( + string $sourceUrl, + string $destinationUrl, + bool $forward + ) { $this->sourceUrl = $sourceUrl; $this->destinationUrl = $destinationUrl; $this->forward = $forward; diff --git a/src/contracts/Repository/Events/User/BeforeAssignUserToUserGroupEvent.php b/src/contracts/Repository/Events/User/BeforeAssignUserToUserGroupEvent.php index 2aea317bec..15680843c6 100644 --- a/src/contracts/Repository/Events/User/BeforeAssignUserToUserGroupEvent.php +++ b/src/contracts/Repository/Events/User/BeforeAssignUserToUserGroupEvent.php @@ -18,8 +18,10 @@ final class BeforeAssignUserToUserGroupEvent extends BeforeEvent private UserGroup $userGroup; - public function __construct(User $user, UserGroup $userGroup) - { + public function __construct( + User $user, + UserGroup $userGroup + ) { $this->user = $user; $this->userGroup = $userGroup; } diff --git a/src/contracts/Repository/Events/User/BeforeCreateUserEvent.php b/src/contracts/Repository/Events/User/BeforeCreateUserEvent.php index 5c4b35b4dd..e3d25db9f6 100644 --- a/src/contracts/Repository/Events/User/BeforeCreateUserEvent.php +++ b/src/contracts/Repository/Events/User/BeforeCreateUserEvent.php @@ -11,22 +11,25 @@ use Ibexa\Contracts\Core\Repository\Event\BeforeEvent; use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\UserCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; use UnexpectedValueException; final class BeforeCreateUserEvent extends BeforeEvent { private UserCreateStruct $userCreateStruct; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\UserGroup[] */ + /** @var UserGroup[] */ private array $parentGroups; private ?User $user = null; /** - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup[] $parentGroups + * @param UserGroup[] $parentGroups */ - public function __construct(UserCreateStruct $userCreateStruct, array $parentGroups) - { + public function __construct( + UserCreateStruct $userCreateStruct, + array $parentGroups + ) { $this->userCreateStruct = $userCreateStruct; $this->parentGroups = $parentGroups; } @@ -37,7 +40,7 @@ public function getUserCreateStruct(): UserCreateStruct } /** - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup[] + * @return UserGroup[] */ public function getParentGroups(): array { diff --git a/src/contracts/Repository/Events/User/BeforeCreateUserGroupEvent.php b/src/contracts/Repository/Events/User/BeforeCreateUserGroupEvent.php index a3f83cdede..8ff0d0cd16 100644 --- a/src/contracts/Repository/Events/User/BeforeCreateUserGroupEvent.php +++ b/src/contracts/Repository/Events/User/BeforeCreateUserGroupEvent.php @@ -21,8 +21,10 @@ final class BeforeCreateUserGroupEvent extends BeforeEvent private ?UserGroup $userGroup = null; - public function __construct(UserGroupCreateStruct $userGroupCreateStruct, UserGroup $parentGroup) - { + public function __construct( + UserGroupCreateStruct $userGroupCreateStruct, + UserGroup $parentGroup + ) { $this->userGroupCreateStruct = $userGroupCreateStruct; $this->parentGroup = $parentGroup; } diff --git a/src/contracts/Repository/Events/User/BeforeMoveUserGroupEvent.php b/src/contracts/Repository/Events/User/BeforeMoveUserGroupEvent.php index 4841750021..277baeda32 100644 --- a/src/contracts/Repository/Events/User/BeforeMoveUserGroupEvent.php +++ b/src/contracts/Repository/Events/User/BeforeMoveUserGroupEvent.php @@ -17,8 +17,10 @@ final class BeforeMoveUserGroupEvent extends BeforeEvent private UserGroup $newParent; - public function __construct(UserGroup $userGroup, UserGroup $newParent) - { + public function __construct( + UserGroup $userGroup, + UserGroup $newParent + ) { $this->userGroup = $userGroup; $this->newParent = $newParent; } diff --git a/src/contracts/Repository/Events/User/BeforeUnAssignUserFromUserGroupEvent.php b/src/contracts/Repository/Events/User/BeforeUnAssignUserFromUserGroupEvent.php index 42bcf52b29..4451eacb23 100644 --- a/src/contracts/Repository/Events/User/BeforeUnAssignUserFromUserGroupEvent.php +++ b/src/contracts/Repository/Events/User/BeforeUnAssignUserFromUserGroupEvent.php @@ -18,8 +18,10 @@ final class BeforeUnAssignUserFromUserGroupEvent extends BeforeEvent private UserGroup $userGroup; - public function __construct(User $user, UserGroup $userGroup) - { + public function __construct( + User $user, + UserGroup $userGroup + ) { $this->user = $user; $this->userGroup = $userGroup; } diff --git a/src/contracts/Repository/Events/User/BeforeUpdateUserEvent.php b/src/contracts/Repository/Events/User/BeforeUpdateUserEvent.php index fc1d856973..a0d13b2bed 100644 --- a/src/contracts/Repository/Events/User/BeforeUpdateUserEvent.php +++ b/src/contracts/Repository/Events/User/BeforeUpdateUserEvent.php @@ -21,8 +21,10 @@ final class BeforeUpdateUserEvent extends BeforeEvent private ?User $updatedUser = null; - public function __construct(User $user, UserUpdateStruct $userUpdateStruct) - { + public function __construct( + User $user, + UserUpdateStruct $userUpdateStruct + ) { $this->user = $user; $this->userUpdateStruct = $userUpdateStruct; } diff --git a/src/contracts/Repository/Events/User/BeforeUpdateUserGroupEvent.php b/src/contracts/Repository/Events/User/BeforeUpdateUserGroupEvent.php index 1da2a3e26a..b7d38e23ff 100644 --- a/src/contracts/Repository/Events/User/BeforeUpdateUserGroupEvent.php +++ b/src/contracts/Repository/Events/User/BeforeUpdateUserGroupEvent.php @@ -21,8 +21,10 @@ final class BeforeUpdateUserGroupEvent extends BeforeEvent private ?UserGroup $updatedUserGroup = null; - public function __construct(UserGroup $userGroup, UserGroupUpdateStruct $userGroupUpdateStruct) - { + public function __construct( + UserGroup $userGroup, + UserGroupUpdateStruct $userGroupUpdateStruct + ) { $this->userGroup = $userGroup; $this->userGroupUpdateStruct = $userGroupUpdateStruct; } diff --git a/src/contracts/Repository/Events/User/BeforeUpdateUserPasswordEvent.php b/src/contracts/Repository/Events/User/BeforeUpdateUserPasswordEvent.php index 9aee04ad8a..07b8dd0478 100644 --- a/src/contracts/Repository/Events/User/BeforeUpdateUserPasswordEvent.php +++ b/src/contracts/Repository/Events/User/BeforeUpdateUserPasswordEvent.php @@ -20,8 +20,10 @@ final class BeforeUpdateUserPasswordEvent extends BeforeEvent private ?User $updatedUser = null; - public function __construct(User $user, string $newPassword) - { + public function __construct( + User $user, + string $newPassword + ) { $this->user = $user; $this->newPassword = $newPassword; } diff --git a/src/contracts/Repository/Events/User/BeforeUpdateUserTokenEvent.php b/src/contracts/Repository/Events/User/BeforeUpdateUserTokenEvent.php index 2c66883b74..c59c63cb7a 100644 --- a/src/contracts/Repository/Events/User/BeforeUpdateUserTokenEvent.php +++ b/src/contracts/Repository/Events/User/BeforeUpdateUserTokenEvent.php @@ -21,8 +21,10 @@ final class BeforeUpdateUserTokenEvent extends BeforeEvent private ?User $updatedUser = null; - public function __construct(User $user, UserTokenUpdateStruct $userTokenUpdateStruct) - { + public function __construct( + User $user, + UserTokenUpdateStruct $userTokenUpdateStruct + ) { $this->user = $user; $this->userTokenUpdateStruct = $userTokenUpdateStruct; } diff --git a/src/contracts/Repository/Events/User/CreateUserEvent.php b/src/contracts/Repository/Events/User/CreateUserEvent.php index 440b4fbf1a..6fccb11993 100644 --- a/src/contracts/Repository/Events/User/CreateUserEvent.php +++ b/src/contracts/Repository/Events/User/CreateUserEvent.php @@ -11,18 +11,19 @@ use Ibexa\Contracts\Core\Repository\Event\AfterEvent; use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\UserCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; final class CreateUserEvent extends AfterEvent { private UserCreateStruct $userCreateStruct; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\UserGroup[] */ + /** @var UserGroup[] */ private array $parentGroups; private User $user; /** - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup[] $parentGroups + * @param UserGroup[] $parentGroups */ public function __construct( User $user, @@ -40,7 +41,7 @@ public function getUserCreateStruct(): UserCreateStruct } /** - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup[] + * @return UserGroup[] */ public function getParentGroups(): array { diff --git a/src/contracts/Repository/Events/UserPreference/BeforeSetUserPreferenceEvent.php b/src/contracts/Repository/Events/UserPreference/BeforeSetUserPreferenceEvent.php index 239b3449b4..fe817915c0 100644 --- a/src/contracts/Repository/Events/UserPreference/BeforeSetUserPreferenceEvent.php +++ b/src/contracts/Repository/Events/UserPreference/BeforeSetUserPreferenceEvent.php @@ -9,10 +9,11 @@ namespace Ibexa\Contracts\Core\Repository\Events\UserPreference; use Ibexa\Contracts\Core\Repository\Event\BeforeEvent; +use Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreferenceSetStruct; final class BeforeSetUserPreferenceEvent extends BeforeEvent { - /** @var \Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreferenceSetStruct[] */ + /** @var UserPreferenceSetStruct[] */ private array $userPreferenceSetStructs; public function __construct(array $userPreferenceSetStructs) diff --git a/src/contracts/Repository/Events/UserPreference/SetUserPreferenceEvent.php b/src/contracts/Repository/Events/UserPreference/SetUserPreferenceEvent.php index ee438751b4..be5068cc36 100644 --- a/src/contracts/Repository/Events/UserPreference/SetUserPreferenceEvent.php +++ b/src/contracts/Repository/Events/UserPreference/SetUserPreferenceEvent.php @@ -9,10 +9,11 @@ namespace Ibexa\Contracts\Core\Repository\Events\UserPreference; use Ibexa\Contracts\Core\Repository\Event\AfterEvent; +use Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreferenceSetStruct; final class SetUserPreferenceEvent extends AfterEvent { - /** @var \Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreferenceSetStruct[] */ + /** @var UserPreferenceSetStruct[] */ private array $userPreferenceSetStructs; public function __construct(array $userPreferenceSetStructs) diff --git a/src/contracts/Repository/Exceptions/BadStateException.php b/src/contracts/Repository/Exceptions/BadStateException.php index 40f70caf17..a4f4464757 100644 --- a/src/contracts/Repository/Exceptions/BadStateException.php +++ b/src/contracts/Repository/Exceptions/BadStateException.php @@ -11,6 +11,4 @@ /** * This Exception is thrown if a method is called with an value referencing an object which is not in the right state. */ -abstract class BadStateException extends ForbiddenException -{ -} +abstract class BadStateException extends ForbiddenException {} diff --git a/src/contracts/Repository/Exceptions/ContentFieldValidationException.php b/src/contracts/Repository/Exceptions/ContentFieldValidationException.php index d5ecdd9cf5..816bda21db 100644 --- a/src/contracts/Repository/Exceptions/ContentFieldValidationException.php +++ b/src/contracts/Repository/Exceptions/ContentFieldValidationException.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository\Exceptions; +use Ibexa\Contracts\Core\FieldType\ValidationError; + /** * This Exception is thrown on create or update content one or more given fields are not valid. */ @@ -18,7 +20,7 @@ abstract class ContentFieldValidationException extends ForbiddenException * * The array is indexed by field definition ID and language code. * - * @return array> + * @return array> */ abstract public function getFieldErrors(): array; } diff --git a/src/contracts/Repository/Exceptions/ContentTypeFieldDefinitionValidationException.php b/src/contracts/Repository/Exceptions/ContentTypeFieldDefinitionValidationException.php index e1a97aca22..51ebabb4a0 100644 --- a/src/contracts/Repository/Exceptions/ContentTypeFieldDefinitionValidationException.php +++ b/src/contracts/Repository/Exceptions/ContentTypeFieldDefinitionValidationException.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository\Exceptions; +use Ibexa\Contracts\Core\FieldType\ValidationError; + /** * This Exception is thrown on create or update content type one or more given field definitions are not valid. */ @@ -18,7 +20,7 @@ abstract class ContentTypeFieldDefinitionValidationException extends ForbiddenEx * * The array is indexed by field definition identifier. * - * @return array + * @return array */ abstract public function getFieldErrors(): array; } diff --git a/src/contracts/Repository/Exceptions/ContentTypeValidationException.php b/src/contracts/Repository/Exceptions/ContentTypeValidationException.php index 123f2d0589..d57086e0a2 100644 --- a/src/contracts/Repository/Exceptions/ContentTypeValidationException.php +++ b/src/contracts/Repository/Exceptions/ContentTypeValidationException.php @@ -11,6 +11,4 @@ /** * This Exception is thrown on create or update content type when content type is not valid. */ -abstract class ContentTypeValidationException extends ForbiddenException -{ -} +abstract class ContentTypeValidationException extends ForbiddenException {} diff --git a/src/contracts/Repository/Exceptions/ContentValidationException.php b/src/contracts/Repository/Exceptions/ContentValidationException.php index 9d2e13f42a..8a503ab048 100644 --- a/src/contracts/Repository/Exceptions/ContentValidationException.php +++ b/src/contracts/Repository/Exceptions/ContentValidationException.php @@ -11,6 +11,4 @@ /** * This Exception is thrown on create or update content one or more given fields are not valid. */ -abstract class ContentValidationException extends ForbiddenException -{ -} +abstract class ContentValidationException extends ForbiddenException {} diff --git a/src/contracts/Repository/Exceptions/Exception.php b/src/contracts/Repository/Exceptions/Exception.php index 37e050ea9d..6a6f2d0c21 100644 --- a/src/contracts/Repository/Exceptions/Exception.php +++ b/src/contracts/Repository/Exceptions/Exception.php @@ -13,6 +13,4 @@ /** * Marker interface for all Repository related exceptions. */ -interface Exception extends Throwable -{ -} +interface Exception extends Throwable {} diff --git a/src/contracts/Repository/Exceptions/ForbiddenException.php b/src/contracts/Repository/Exceptions/ForbiddenException.php index 24b240a290..c4b9845777 100644 --- a/src/contracts/Repository/Exceptions/ForbiddenException.php +++ b/src/contracts/Repository/Exceptions/ForbiddenException.php @@ -15,6 +15,4 @@ * An Exception which is thrown if an operation cannot be performed by a service * although the current user would have permission to perform this action. */ -abstract class ForbiddenException extends Exception implements RepositoryException -{ -} +abstract class ForbiddenException extends Exception implements RepositoryException {} diff --git a/src/contracts/Repository/Exceptions/InvalidArgumentException.php b/src/contracts/Repository/Exceptions/InvalidArgumentException.php index 9ffbc2f4a6..cfead10b85 100644 --- a/src/contracts/Repository/Exceptions/InvalidArgumentException.php +++ b/src/contracts/Repository/Exceptions/InvalidArgumentException.php @@ -11,6 +11,4 @@ /** * This exception is thrown if a service method is called with an illegal or non appropriate value. */ -abstract class InvalidArgumentException extends ForbiddenException -{ -} +abstract class InvalidArgumentException extends ForbiddenException {} diff --git a/src/contracts/Repository/Exceptions/InvalidCriterionArgumentException.php b/src/contracts/Repository/Exceptions/InvalidCriterionArgumentException.php index 4084564dcf..a86b68971a 100644 --- a/src/contracts/Repository/Exceptions/InvalidCriterionArgumentException.php +++ b/src/contracts/Repository/Exceptions/InvalidCriterionArgumentException.php @@ -10,8 +10,11 @@ final class InvalidCriterionArgumentException extends InvalidArgumentException { - public function __construct(string|int $key, mixed $criterion, string $expectedCriterionFQCN) - { + public function __construct( + string | int $key, + mixed $criterion, + string $expectedCriterionFQCN + ) { if ($criterion === null) { $type = 'null'; } elseif (is_object($criterion)) { diff --git a/src/contracts/Repository/Exceptions/InvalidVariationException.php b/src/contracts/Repository/Exceptions/InvalidVariationException.php index 3532b7647d..fc97b6a871 100644 --- a/src/contracts/Repository/Exceptions/InvalidVariationException.php +++ b/src/contracts/Repository/Exceptions/InvalidVariationException.php @@ -12,8 +12,12 @@ class InvalidVariationException extends InvalidArgumentException { - public function __construct(string $variationName, string $variationType, int $code = 0, ?Throwable $previous = null) - { + public function __construct( + string $variationName, + string $variationType, + int $code = 0, + ?Throwable $previous = null + ) { parent::__construct("Invalid variation '$variationName' for $variationType", $code, $previous); } } diff --git a/src/contracts/Repository/Exceptions/LimitationValidationException.php b/src/contracts/Repository/Exceptions/LimitationValidationException.php index 600fbb1ddb..e189bd0aa4 100644 --- a/src/contracts/Repository/Exceptions/LimitationValidationException.php +++ b/src/contracts/Repository/Exceptions/LimitationValidationException.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository\Exceptions; +use Ibexa\Contracts\Core\FieldType\ValidationError; + /** * This Exception is thrown on create, update or assign policy or role * when one or more given limitations are not valid. @@ -17,7 +19,7 @@ abstract class LimitationValidationException extends ForbiddenException /** * Returns an array of limitation validation error messages. * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ abstract public function getLimitationErrors(): array; } diff --git a/src/contracts/Repository/Exceptions/NotFoundException.php b/src/contracts/Repository/Exceptions/NotFoundException.php index bdae3fec81..d5eb405fdd 100644 --- a/src/contracts/Repository/Exceptions/NotFoundException.php +++ b/src/contracts/Repository/Exceptions/NotFoundException.php @@ -15,6 +15,4 @@ * This Exception is thrown if an object referenced by an id or identifier * could not be found in the repository. */ -abstract class NotFoundException extends Exception implements RepositoryException -{ -} +abstract class NotFoundException extends Exception implements RepositoryException {} diff --git a/src/contracts/Repository/Exceptions/NotImplementedException.php b/src/contracts/Repository/Exceptions/NotImplementedException.php index c4da8a9b33..c5a6633de3 100644 --- a/src/contracts/Repository/Exceptions/NotImplementedException.php +++ b/src/contracts/Repository/Exceptions/NotImplementedException.php @@ -20,8 +20,11 @@ class NotImplementedException extends ForbiddenException /** * Generates: Intentionally not implemented: {$feature}. */ - public function __construct(string $feature, int $code = 0, ?Throwable $previous = null) - { + public function __construct( + string $feature, + int $code = 0, + ?Throwable $previous = null + ) { parent::__construct("Intentionally not implemented: {$feature}", $code, $previous); } } diff --git a/src/contracts/Repository/Exceptions/OutOfBoundsException.php b/src/contracts/Repository/Exceptions/OutOfBoundsException.php index 788a6c30f5..7197fbc7c4 100644 --- a/src/contracts/Repository/Exceptions/OutOfBoundsException.php +++ b/src/contracts/Repository/Exceptions/OutOfBoundsException.php @@ -11,6 +11,4 @@ use Ibexa\Contracts\Core\Repository\Exceptions\Exception as RepositoryException; use OutOfBoundsException as BaseOutOfBoundsException; -class OutOfBoundsException extends BaseOutOfBoundsException implements RepositoryException -{ -} +class OutOfBoundsException extends BaseOutOfBoundsException implements RepositoryException {} diff --git a/src/contracts/Repository/Exceptions/PropertyNotFoundException.php b/src/contracts/Repository/Exceptions/PropertyNotFoundException.php index d262ca05ba..3e2ec38cca 100644 --- a/src/contracts/Repository/Exceptions/PropertyNotFoundException.php +++ b/src/contracts/Repository/Exceptions/PropertyNotFoundException.php @@ -22,8 +22,11 @@ class PropertyNotFoundException extends Exception implements RepositoryException * * @param string|null $className Optionally to specify class in abstract/parent classes */ - public function __construct(string $propertyName, ?string $className = null, ?Throwable $previous = null) - { + public function __construct( + string $propertyName, + ?string $className = null, + ?Throwable $previous = null + ) { if ($className === null) { parent::__construct("Property '{$propertyName}' not found", 0, $previous); } else { diff --git a/src/contracts/Repository/Exceptions/PropertyReadOnlyException.php b/src/contracts/Repository/Exceptions/PropertyReadOnlyException.php index 7d0db51630..3936dad05f 100644 --- a/src/contracts/Repository/Exceptions/PropertyReadOnlyException.php +++ b/src/contracts/Repository/Exceptions/PropertyReadOnlyException.php @@ -22,8 +22,11 @@ class PropertyReadOnlyException extends Exception implements RepositoryException * * @param string|null $className Optionally to specify class in abstract/parent classes */ - public function __construct(string $propertyName, ?string $className = null, ?Throwable $previous = null) - { + public function __construct( + string $propertyName, + ?string $className = null, + ?Throwable $previous = null + ) { if ($className === null) { parent::__construct("Property '{$propertyName}' is readonly", 0, $previous); } else { diff --git a/src/contracts/Repository/Exceptions/UnauthorizedException.php b/src/contracts/Repository/Exceptions/UnauthorizedException.php index 607a3b7b82..2b23d7295d 100644 --- a/src/contracts/Repository/Exceptions/UnauthorizedException.php +++ b/src/contracts/Repository/Exceptions/UnauthorizedException.php @@ -14,6 +14,4 @@ /** * This Exception is thrown if the user has is not allowed to perform a service operation. */ -abstract class UnauthorizedException extends Exception implements RepositoryException -{ -} +abstract class UnauthorizedException extends Exception implements RepositoryException {} diff --git a/src/contracts/Repository/FieldType.php b/src/contracts/Repository/FieldType.php index cc2468c387..8ae3d18ef7 100644 --- a/src/contracts/Repository/FieldType.php +++ b/src/contracts/Repository/FieldType.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\FieldType\ValidationError; use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; @@ -28,7 +29,11 @@ public function getFieldTypeIdentifier(): string; /** * Returns a human readable string representation from the given $value. */ - public function getName(Value $value, FieldDefinition $fieldDefinition, string $languageCode): string; + public function getName( + Value $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string; /** * Returns a schema for the settings expected by the FieldType. @@ -202,7 +207,7 @@ public function validatorConfigurationFromHash($validatorConfigurationHash); * * @param mixed $validatorConfiguration * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ public function validateValidatorConfiguration($validatorConfiguration): iterable; @@ -214,17 +219,20 @@ public function validateValidatorConfiguration($validatorConfiguration): iterabl * * @param mixed $fieldSettings * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ public function validateFieldSettings($fieldSettings): iterable; /** * Validates a field value based on the validator configuration in the field definition. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDef The field definition of the field - * @param \Ibexa\Contracts\Core\FieldType\Value $value The field value for which an action is performed + * @param FieldDefinition $fieldDef The field definition of the field + * @param Value $value The field value for which an action is performed * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ - public function validateValue(FieldDefinition $fieldDef, Value $value): iterable; + public function validateValue( + FieldDefinition $fieldDef, + Value $value + ): iterable; } diff --git a/src/contracts/Repository/FieldTypeService.php b/src/contracts/Repository/FieldTypeService.php index c41615c6f8..11b999c968 100644 --- a/src/contracts/Repository/FieldTypeService.php +++ b/src/contracts/Repository/FieldTypeService.php @@ -8,17 +8,19 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; + /** * An implementation of this class provides access to FieldTypes. * - * @see \Ibexa\Contracts\Core\Repository\FieldType + * @see FieldType */ interface FieldTypeService { /** * Returns a list of all field types. * - * @return \Ibexa\Contracts\Core\Repository\FieldType[] + * @return FieldType[] */ public function getFieldTypes(): iterable; @@ -27,9 +29,9 @@ public function getFieldTypes(): iterable; * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\FieldType + * @return FieldType * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if there is no FieldType registered with $identifier + * @throws NotFoundException if there is no FieldType registered with $identifier */ public function getFieldType(string $identifier): FieldType; diff --git a/src/contracts/Repository/Iterator/BatchIteratorAdapter.php b/src/contracts/Repository/Iterator/BatchIteratorAdapter.php index f019a8d441..b964558f1b 100644 --- a/src/contracts/Repository/Iterator/BatchIteratorAdapter.php +++ b/src/contracts/Repository/Iterator/BatchIteratorAdapter.php @@ -12,5 +12,8 @@ interface BatchIteratorAdapter { - public function fetch(int $offset, int $limit): Iterator; + public function fetch( + int $offset, + int $limit + ): Iterator; } diff --git a/src/contracts/Repository/Iterator/BatchIteratorAdapter/AbstractSearchAdapter.php b/src/contracts/Repository/Iterator/BatchIteratorAdapter/AbstractSearchAdapter.php index ff0ea38aa2..63a32745c3 100644 --- a/src/contracts/Repository/Iterator/BatchIteratorAdapter/AbstractSearchAdapter.php +++ b/src/contracts/Repository/Iterator/BatchIteratorAdapter/AbstractSearchAdapter.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Repository\Iterator\BatchIteratorAdapter; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Iterator\BatchIteratorAdapter; use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\Values\Content\Query; @@ -46,8 +47,10 @@ public function __construct( $this->filterOnUserPermissions = $filterOnUserPermissions; } - final public function fetch(int $offset, int $limit): Iterator - { + final public function fetch( + int $offset, + int $limit + ): Iterator { $query = clone $this->query; $query->offset = $offset; $query->limit = $limit; @@ -56,9 +59,9 @@ final public function fetch(int $offset, int $limit): Iterator } /** - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult + * @phpstan-return SearchResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ abstract protected function executeSearch(Query $query): SearchResult; } diff --git a/src/contracts/Repository/Iterator/BatchIteratorAdapter/ContentFilteringAdapter.php b/src/contracts/Repository/Iterator/BatchIteratorAdapter/ContentFilteringAdapter.php index 55844b4533..fe843c4dc4 100644 --- a/src/contracts/Repository/Iterator/BatchIteratorAdapter/ContentFilteringAdapter.php +++ b/src/contracts/Repository/Iterator/BatchIteratorAdapter/ContentFilteringAdapter.php @@ -22,15 +22,20 @@ final class ContentFilteringAdapter implements BatchIteratorAdapter /** @var string[]|null */ private ?array $languages; - public function __construct(ContentService $contentService, Filter $filter, ?array $languages = null) - { + public function __construct( + ContentService $contentService, + Filter $filter, + ?array $languages = null + ) { $this->contentService = $contentService; $this->filter = $filter; $this->languages = $languages; } - public function fetch(int $offset, int $limit): Iterator - { + public function fetch( + int $offset, + int $limit + ): Iterator { $filter = clone $this->filter; $filter->sliceBy($limit, $offset); diff --git a/src/contracts/Repository/Iterator/BatchIteratorAdapter/ContentInfoSearchAdapter.php b/src/contracts/Repository/Iterator/BatchIteratorAdapter/ContentInfoSearchAdapter.php index d19be293e4..6bbb61b99f 100644 --- a/src/contracts/Repository/Iterator/BatchIteratorAdapter/ContentInfoSearchAdapter.php +++ b/src/contracts/Repository/Iterator/BatchIteratorAdapter/ContentInfoSearchAdapter.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Repository\Iterator\BatchIteratorAdapter; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; @@ -17,7 +18,7 @@ final class ContentInfoSearchAdapter extends AbstractSearchAdapter { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ protected function executeSearch(Query $query): SearchResult { diff --git a/src/contracts/Repository/Iterator/BatchIteratorAdapter/LocationFilteringAdapter.php b/src/contracts/Repository/Iterator/BatchIteratorAdapter/LocationFilteringAdapter.php index 8116002ddb..7e20a01ec9 100644 --- a/src/contracts/Repository/Iterator/BatchIteratorAdapter/LocationFilteringAdapter.php +++ b/src/contracts/Repository/Iterator/BatchIteratorAdapter/LocationFilteringAdapter.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Repository\Iterator\BatchIteratorAdapter; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Iterator\BatchIteratorAdapter; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Values\Filter\Filter; @@ -25,19 +26,24 @@ final class LocationFilteringAdapter implements BatchIteratorAdapter /** * @param string[]|null $languages */ - public function __construct(LocationService $locationService, Filter $filter, ?array $languages = null) - { + public function __construct( + LocationService $locationService, + Filter $filter, + ?array $languages = null + ) { $this->locationService = $locationService; $this->filter = $filter; $this->languages = $languages; } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * @throws \Exception */ - public function fetch(int $offset, int $limit): Iterator - { + public function fetch( + int $offset, + int $limit + ): Iterator { $filter = clone $this->filter; $filter->sliceBy($limit, $offset); diff --git a/src/contracts/Repository/Iterator/BatchIteratorAdapter/RelationListIteratorAdapter.php b/src/contracts/Repository/Iterator/BatchIteratorAdapter/RelationListIteratorAdapter.php index 72e82ceabb..0b9fe5e780 100644 --- a/src/contracts/Repository/Iterator/BatchIteratorAdapter/RelationListIteratorAdapter.php +++ b/src/contracts/Repository/Iterator/BatchIteratorAdapter/RelationListIteratorAdapter.php @@ -9,7 +9,10 @@ namespace Ibexa\Contracts\Core\Repository\Iterator\BatchIteratorAdapter; use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Iterator\BatchIteratorAdapter; +use Ibexa\Contracts\Core\Repository\Values\Content\RelationList\RelationListItemInterface; use Ibexa\Contracts\Core\Repository\Values\Content\RelationType; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Iterator; @@ -20,17 +23,18 @@ public function __construct( private ContentService $contentService, private VersionInfo $versionInfo, private ?RelationType $relationType = null, - ) { - } + ) {} /** - * @phpstan-return \Iterator + * @phpstan-return Iterator * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws BadStateException + * @throws InvalidArgumentException */ - public function fetch(int $offset, int $limit): Iterator - { + public function fetch( + int $offset, + int $limit + ): Iterator { return $this->contentService->loadRelationList( $this->versionInfo, $offset, diff --git a/src/contracts/Repository/LanguageService.php b/src/contracts/Repository/LanguageService.php index 701b106b57..5c87bfab53 100644 --- a/src/contracts/Repository/LanguageService.php +++ b/src/contracts/Repository/LanguageService.php @@ -7,6 +7,9 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Language; use Ibexa\Contracts\Core\Repository\Values\Content\LanguageCreateStruct; @@ -18,46 +21,49 @@ interface LanguageService /** * Creates the a new Language in the content repository. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LanguageCreateStruct $languageCreateStruct + * @param LanguageCreateStruct $languageCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user does not have access to content translations - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the languageCode already exists + * @throws UnauthorizedException If user does not have access to content translations + * @throws InvalidArgumentException if the languageCode already exists */ public function createLanguage(LanguageCreateStruct $languageCreateStruct): Language; /** * Changes the name of the language in the content repository. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Language $language + * @param Language $language * @param string $newName * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user does not have access to content translations + * @throws UnauthorizedException If user does not have access to content translations */ - public function updateLanguageName(Language $language, string $newName): Language; + public function updateLanguageName( + Language $language, + string $newName + ): Language; /** * Enables a language. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Language $language + * @param Language $language * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user does not have access to content translations + * @throws UnauthorizedException If user does not have access to content translations */ public function enableLanguage(Language $language): Language; /** * Disables a language. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Language $language + * @param Language $language * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user does not have access to content translations + * @throws UnauthorizedException If user does not have access to content translations */ public function disableLanguage(Language $language): Language; @@ -66,16 +72,16 @@ public function disableLanguage(Language $language): Language; * * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if language could not be found + * @throws NotFoundException if language could not be found */ public function loadLanguage(string $languageCode): Language; /** * Loads all Languages. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language[] + * @return Language[] */ public function loadLanguages(): iterable; @@ -84,9 +90,9 @@ public function loadLanguages(): iterable; * * @param int $languageId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if language could not be found + * @throws NotFoundException if language could not be found */ public function loadLanguageById(int $languageId): Language; @@ -97,7 +103,7 @@ public function loadLanguageById(int $languageId): Language; * * @param string[] $languageCodes * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language[] list of Languages with language-code as keys + * @return Language[] list of Languages with language-code as keys */ public function loadLanguageListByCode(array $languageCodes): iterable; @@ -108,18 +114,18 @@ public function loadLanguageListByCode(array $languageCodes): iterable; * * @param int[] $languageIds * - * @return iterable list of Languages with id as keys + * @return iterable list of Languages with id as keys */ public function loadLanguageListById(array $languageIds): iterable; /** * Deletes a language from content repository. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Language $language + * @param Language $language * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if language can not be deleted + * @throws InvalidArgumentException if language can not be deleted * because it is still assigned to some content / type / (...). - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user is not allowed to delete a language + * @throws UnauthorizedException If user is not allowed to delete a language */ public function deleteLanguage(Language $language): void; @@ -133,7 +139,7 @@ public function getDefaultLanguageCode(): string; /** * Instantiates an object to be used for creating languages. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LanguageCreateStruct + * @return LanguageCreateStruct */ public function newLanguageCreateStruct(): LanguageCreateStruct; } diff --git a/src/contracts/Repository/Lists/UnauthorizedListItem.php b/src/contracts/Repository/Lists/UnauthorizedListItem.php index 7b4be7eb27..cfb1e3bbc8 100644 --- a/src/contracts/Repository/Lists/UnauthorizedListItem.php +++ b/src/contracts/Repository/Lists/UnauthorizedListItem.php @@ -27,8 +27,11 @@ abstract class UnauthorizedListItem * @param string $function * @param array $payload */ - public function __construct(string $module, string $function, array $payload) - { + public function __construct( + string $module, + string $function, + array $payload + ) { $this->module = $module; $this->function = $function; $this->payload = $payload; diff --git a/src/contracts/Repository/LocationService.php b/src/contracts/Repository/LocationService.php index 79136f9841..37934b5320 100644 --- a/src/contracts/Repository/LocationService.php +++ b/src/contracts/Repository/LocationService.php @@ -8,6 +8,10 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct; @@ -15,6 +19,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\LocationUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\Filter\Filter; +use Ibexa\Core\QueryType\BuiltIn\ChildrenQueryType; /** * Location service, used for complex subtree operations. @@ -28,30 +33,37 @@ interface LocationService * * Only the items on which the user has read access are copied. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed copy the subtree to the given parent location - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user does not have read access to the whole source subtree - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the target location is a sub location of the given location + * @throws UnauthorizedException If the current user user is not allowed copy the subtree to the given parent location + * @throws UnauthorizedException If the current user user does not have read access to the whole source subtree + * @throws InvalidArgumentException if the target location is a sub location of the given location * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $subtree the subtree denoted by the location to copy - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $targetParentLocation the target parent location for the copy operation + * @param Location $subtree the subtree denoted by the location to copy + * @param Location $targetParentLocation the target parent location for the copy operation * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location The newly created location of the copied subtree + * @return Location The newly created location of the copied subtree */ - public function copySubtree(Location $subtree, Location $targetParentLocation): Location; + public function copySubtree( + Location $subtree, + Location $targetParentLocation + ): Location; /** * Loads a location object from its $locationId. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to read this location - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If the specified location is not found + * @throws UnauthorizedException If the current user user is not allowed to read this location + * @throws NotFoundException If the specified location is not found * * @param mixed $locationId * @param string[]|null $prioritizedLanguages Filter on and use as prioritized language code on translated properties of returned object. * @param bool|null $useAlwaysAvailable Respect always available flag on content when filtering on $prioritizedLanguages. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return Location */ - public function loadLocation(int $locationId, ?array $prioritizedLanguages = null, ?bool $useAlwaysAvailable = null): Location; + public function loadLocation( + int $locationId, + ?array $prioritizedLanguages = null, + ?bool $useAlwaysAvailable = null + ): Location; /** * Loads several location objects from its $locationIds. @@ -62,23 +74,31 @@ public function loadLocation(int $locationId, ?array $prioritizedLanguages = nul * @param array|null $prioritizedLanguages Filter on and use as prioritized language code on translated properties of returned objects. * @param bool|null $useAlwaysAvailable Respect always available flag on content when filtering on $prioritizedLanguages. * - * @return array|iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Location> + * @return array|iterable */ - public function loadLocationList(array $locationIds, ?array $prioritizedLanguages = null, ?bool $useAlwaysAvailable = null): iterable; + public function loadLocationList( + array $locationIds, + ?array $prioritizedLanguages = null, + ?bool $useAlwaysAvailable = null + ): iterable; /** * Loads a location object from its $remoteId. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to read this location - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If the specified location is not found + * @throws UnauthorizedException If the current user user is not allowed to read this location + * @throws NotFoundException If the specified location is not found * * @param string $remoteId * @param string[]|null $prioritizedLanguages Filter on and use as prioritized language code on translated properties of returned object. * @param bool|null $useAlwaysAvailable Respect always available flag on content when filtering on $prioritizedLanguages. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return Location */ - public function loadLocationByRemoteId(string $remoteId, ?array $prioritizedLanguages = null, ?bool $useAlwaysAvailable = null): Location; + public function loadLocationByRemoteId( + string $remoteId, + ?array $prioritizedLanguages = null, + ?bool $useAlwaysAvailable = null + ): Location; /** * Loads the locations for the given content object. @@ -86,43 +106,55 @@ public function loadLocationByRemoteId(string $remoteId, ?array $prioritizedLang * If a $rootLocation is given, only locations that belong to this location are returned. * The location list is also filtered by permissions on reading locations. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if there is no published version yet + * @throws BadStateException if there is no published version yet * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $rootLocation + * @param ContentInfo $contentInfo + * @param Location $rootLocation * @param string[]|null $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location[] An array of {@see \Ibexa\Contracts\Core\Repository\Values\Content\Location} + * @return Location[] An array of {@see Location} */ - public function loadLocations(ContentInfo $contentInfo, ?Location $rootLocation = null, ?array $prioritizedLanguages = null): iterable; + public function loadLocations( + ContentInfo $contentInfo, + ?Location $rootLocation = null, + ?array $prioritizedLanguages = null + ): iterable; /** * Loads children which are readable by the current user of a location object sorted by sortField and sortOrder. * * Use this method with caution. It performs heavy queries on the database. * Consider using {@see \Ibexa\Contracts\Core\Repository\SearchService::findLocations()} with - * {@see \Ibexa\Core\QueryType\BuiltIn\ChildrenQueryType} as an alternative. + * {@see ChildrenQueryType} as an alternative. * * @param int $offset the start offset for paging * @param int $limit the number of locations returned * @param string[]|null $prioritizedLanguages Used as prioritized language code on translated properties of returned object. */ - public function loadLocationChildren(Location $location, int $offset = 0, int $limit = 25, ?array $prioritizedLanguages = null): LocationList; + public function loadLocationChildren( + Location $location, + int $offset = 0, + int $limit = 25, + ?array $prioritizedLanguages = null + ): LocationList; /** * Load parent Locations for Content Draft. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo * @param string[]|null $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location[] List of parent Locations + * @return Location[] List of parent Locations */ - public function loadParentLocationsForDraftContent(VersionInfo $versionInfo, ?array $prioritizedLanguages = null): iterable; + public function loadParentLocationsForDraftContent( + VersionInfo $versionInfo, + ?array $prioritizedLanguages = null + ): iterable; /** * Returns the number of children which are readable by the current user of a location object. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return int */ @@ -138,49 +170,58 @@ public function getSubtreeSize(Location $location): int; /** * Creates the new $location in the content repository for the given content. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to create this location - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the content is already below the specified parent + * @throws UnauthorizedException If the current user user is not allowed to create this location + * @throws InvalidArgumentException if the content is already below the specified parent * or the parent is a sub location of the location of the content * or if set the remoteId exists already * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct $locationCreateStruct + * @param ContentInfo $contentInfo + * @param LocationCreateStruct $locationCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location the newly created Location + * @return Location the newly created Location */ - public function createLocation(ContentInfo $contentInfo, LocationCreateStruct $locationCreateStruct): Location; + public function createLocation( + ContentInfo $contentInfo, + LocationCreateStruct $locationCreateStruct + ): Location; /** * Updates $location in the content repository. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to update this location - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if if set the remoteId exists already + * @throws UnauthorizedException If the current user user is not allowed to update this location + * @throws InvalidArgumentException if if set the remoteId exists already * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationUpdateStruct $locationUpdateStruct + * @param Location $location + * @param LocationUpdateStruct $locationUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location the updated Location + * @return Location the updated Location */ - public function updateLocation(Location $location, LocationUpdateStruct $locationUpdateStruct): Location; + public function updateLocation( + Location $location, + LocationUpdateStruct $locationUpdateStruct + ): Location; /** * Swaps the contents held by $location1 and $location2. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to swap content + * @throws UnauthorizedException If the current user user is not allowed to swap content * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location1 - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location2 + * @param Location $location1 + * @param Location $location2 */ - public function swapLocation(Location $location1, Location $location2): void; + public function swapLocation( + Location $location1, + Location $location2 + ): void; /** * Hides the $location and marks invisible all descendants of $location. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to hide this location + * @throws UnauthorizedException If the current user user is not allowed to hide this location * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location $location, with updated hidden value + * @return Location $location, with updated hidden value */ public function hideLocation(Location $location): Location; @@ -190,11 +231,11 @@ public function hideLocation(Location $location): Location; * This method and marks visible all descendants of $locations * until a hidden location is found. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to unhide this location + * @throws UnauthorizedException If the current user user is not allowed to unhide this location * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location $location, with updated hidden value + * @return Location $location, with updated hidden value */ public function unhideLocation(Location $location): Location; @@ -204,23 +245,26 @@ public function unhideLocation(Location $location): Location; * If a user has the permission to move the location to a target location * he can do it regardless of an existing descendant on which the user has no permission. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to move this location to the target - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user does not have read access to the whole source subtree - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the new parent is in a subtree of the location - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the new parent location is the same as current - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the new parent location is not a container + * @throws UnauthorizedException If the current user user is not allowed to move this location to the target + * @throws UnauthorizedException If the current user user does not have read access to the whole source subtree + * @throws InvalidArgumentException if the new parent is in a subtree of the location + * @throws InvalidArgumentException if the new parent location is the same as current + * @throws InvalidArgumentException if the new parent location is not a container * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $newParentLocation + * @param Location $location + * @param Location $newParentLocation */ - public function moveSubtree(Location $location, Location $newParentLocation): void; + public function moveSubtree( + Location $location, + Location $newParentLocation + ): void; /** * Deletes $location and all its descendants. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user is not allowed to delete this location or a descendant + * @throws UnauthorizedException If the current user is not allowed to delete this location or a descendant * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location */ public function deleteLocation(Location $location): void; @@ -229,14 +273,14 @@ public function deleteLocation(Location $location): void; * * @param mixed $parentLocationId the parent under which the new location should be created * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct + * @return LocationCreateStruct */ public function newLocationCreateStruct(int $parentLocationId): LocationCreateStruct; /** * Instantiates a new location update class. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LocationUpdateStruct + * @return LocationUpdateStruct */ public function newLocationUpdateStruct(): LocationUpdateStruct; @@ -255,9 +299,12 @@ public function getAllLocationsCount(): int; * @param int $limit * @param int $offset * - * @return array + * @return array */ - public function loadAllLocations(int $offset = 0, int $limit = 25): array; + public function loadAllLocations( + int $offset = 0, + int $limit = 25 + ): array; /** * Fetch a LocationList from the Repository filtered by the given conditions. @@ -268,7 +315,10 @@ public function loadAllLocations(int $offset = 0, int $limit = 25): array; * If skipped, by default, unless SiteAccessAware layer has been disabled, languages set * for a SiteAccess in a current context will be used. */ - public function find(Filter $filter, ?array $languages = null): LocationList; + public function find( + Filter $filter, + ?array $languages = null + ): LocationList; /** * Counts total number of items matching the filter. @@ -281,5 +331,8 @@ public function find(Filter $filter, ?array $languages = null): LocationList; * If skipped, by default, unless SiteAccessAware layer has been disabled, languages set * for a SiteAccess in a current context will be used. */ - public function count(Filter $filter, ?array $languages = null): int; + public function count( + Filter $filter, + ?array $languages = null + ): int; } diff --git a/src/contracts/Repository/NameSchema/NameSchemaServiceInterface.php b/src/contracts/Repository/NameSchema/NameSchemaServiceInterface.php index a2a8bb23ae..a2f2b44fc2 100644 --- a/src/contracts/Repository/NameSchema/NameSchemaServiceInterface.php +++ b/src/contracts/Repository/NameSchema/NameSchemaServiceInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository\NameSchema; +use Ibexa\Contracts\Core\FieldType\Value; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; @@ -27,7 +29,7 @@ public function resolveUrlAliasSchema( ): array; /** - * @param array> $fieldMap + * @param array> $fieldMap * @param array $languageCodes * * @return array @@ -42,12 +44,12 @@ public function resolveContentNameSchema( /** * Returns the real name for a content name pattern. * - * @param array> $fieldMap + * @param array> $fieldMap * @param array $languageCodes * * @return array * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function resolveNameSchema( string $nameSchema, diff --git a/src/contracts/Repository/NotificationService.php b/src/contracts/Repository/NotificationService.php index db1b1af61f..4f5c6356b8 100644 --- a/src/contracts/Repository/NotificationService.php +++ b/src/contracts/Repository/NotificationService.php @@ -8,6 +8,9 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Notification\CreateStruct; use Ibexa\Contracts\Core\Repository\Values\Notification\Notification; use Ibexa\Contracts\Core\Repository\Values\Notification\NotificationList; @@ -19,7 +22,10 @@ */ interface NotificationService { - public function loadNotifications(int $offset, int $limit): NotificationList; + public function loadNotifications( + int $offset, + int $limit + ): NotificationList; public function findNotifications(?NotificationQuery $query = null): NotificationList; @@ -28,9 +34,9 @@ public function findNotifications(?NotificationQuery $query = null): Notificatio * * @param int $notificationId Notification ID * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * - * @return \Ibexa\Contracts\Core\Repository\Values\Notification\Notification + * @return Notification */ public function getNotification(int $notificationId): Notification; @@ -42,18 +48,18 @@ public function markUserNotificationsAsRead(array $notificationIds = []): void; /** * Mark notification as read so it no longer bother the user. * - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\Notification $notification + * @param Notification $notification * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws UnauthorizedException */ public function markNotificationAsRead(Notification $notification): void; /** * Marks the given notification as unread so it is shown again as new to the user. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws UnauthorizedException */ public function markNotificationAsUnread(Notification $notification): void; @@ -74,18 +80,18 @@ public function getNotificationCount(?NotificationQuery $query = null): int; /** * Creates a new notification. * - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\CreateStruct $createStruct + * @param CreateStruct $createStruct * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @return \Ibexa\Contracts\Core\Repository\Values\Notification\Notification + * @return Notification */ public function createNotification(CreateStruct $createStruct): Notification; /** * Deletes a notification. * - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\Notification $notification + * @param Notification $notification */ public function deleteNotification(Notification $notification): void; } diff --git a/src/contracts/Repository/ObjectStateService.php b/src/contracts/Repository/ObjectStateService.php index cbc8e75e14..51358e851b 100644 --- a/src/contracts/Repository/ObjectStateService.php +++ b/src/contracts/Repository/ObjectStateService.php @@ -7,6 +7,9 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState; use Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateCreateStruct; @@ -25,12 +28,12 @@ interface ObjectStateService /** * Creates a new object state group. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create an object state group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the object state group with provided identifier already exists + * @throws UnauthorizedException if the user is not allowed to create an object state group + * @throws InvalidArgumentException if the object state group with provided identifier already exists * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroupCreateStruct $objectStateGroupCreateStruct + * @param ObjectStateGroupCreateStruct $objectStateGroupCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup + * @return ObjectStateGroup */ public function createObjectStateGroup(ObjectStateGroupCreateStruct $objectStateGroupCreateStruct): ObjectStateGroup; @@ -40,20 +43,26 @@ public function createObjectStateGroup(ObjectStateGroupCreateStruct $objectState * @param mixed $objectStateGroupId * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the group was not found + * @throws NotFoundException if the group was not found * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup + * @return ObjectStateGroup */ - public function loadObjectStateGroup(int $objectStateGroupId, array $prioritizedLanguages = []): ObjectStateGroup; + public function loadObjectStateGroup( + int $objectStateGroupId, + array $prioritizedLanguages = [] + ): ObjectStateGroup; /** * Loads a object state group by identifier. * * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the group was not found + * @throws NotFoundException if the group was not found */ - public function loadObjectStateGroupByIdentifier(string $objectStateGroupIdentifier, array $prioritizedLanguages = []): ObjectStateGroup; + public function loadObjectStateGroupByIdentifier( + string $objectStateGroupIdentifier, + array $prioritizedLanguages = [] + ): ObjectStateGroup; /** * Loads all object state groups. @@ -62,39 +71,49 @@ public function loadObjectStateGroupByIdentifier(string $objectStateGroupIdentif * @param int $limit * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup[] + * @return ObjectStateGroup[] */ - public function loadObjectStateGroups(int $offset = 0, int $limit = -1, array $prioritizedLanguages = []): iterable; + public function loadObjectStateGroups( + int $offset = 0, + int $limit = -1, + array $prioritizedLanguages = [] + ): iterable; /** * This method returns the ordered list of object states of a group. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup + * @param ObjectStateGroup $objectStateGroup * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState[] + * @return ObjectState[] */ - public function loadObjectStates(ObjectStateGroup $objectStateGroup, array $prioritizedLanguages = []): iterable; + public function loadObjectStates( + ObjectStateGroup $objectStateGroup, + array $prioritizedLanguages = [] + ): iterable; /** * Updates an object state group. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to update an object state group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the object state group with provided identifier already exists + * @throws UnauthorizedException if the user is not allowed to update an object state group + * @throws InvalidArgumentException if the object state group with provided identifier already exists * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct + * @param ObjectStateGroup $objectStateGroup + * @param ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup + * @return ObjectStateGroup */ - public function updateObjectStateGroup(ObjectStateGroup $objectStateGroup, ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct): ObjectStateGroup; + public function updateObjectStateGroup( + ObjectStateGroup $objectStateGroup, + ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct + ): ObjectStateGroup; /** * Deletes a object state group including all states and links to content. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete an object state group + * @throws UnauthorizedException if the user is not allowed to delete an object state group * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup + * @param ObjectStateGroup $objectStateGroup */ public function deleteObjectStateGroup(ObjectStateGroup $objectStateGroup): void; @@ -104,15 +123,18 @@ public function deleteObjectStateGroup(ObjectStateGroup $objectStateGroup): void * Note: in current kernel: If it is the first state all content objects will * set to this state. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create an object state - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the object state with provided identifier already exists in the same group + * @throws UnauthorizedException if the user is not allowed to create an object state + * @throws InvalidArgumentException if the object state with provided identifier already exists in the same group * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateCreateStruct $objectStateCreateStruct + * @param ObjectStateGroup $objectStateGroup + * @param ObjectStateCreateStruct $objectStateCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState + * @return ObjectState */ - public function createObjectState(ObjectStateGroup $objectStateGroup, ObjectStateCreateStruct $objectStateCreateStruct): ObjectState; + public function createObjectState( + ObjectStateGroup $objectStateGroup, + ObjectStateCreateStruct $objectStateCreateStruct + ): ObjectState; /** * Loads an object state. @@ -120,82 +142,102 @@ public function createObjectState(ObjectStateGroup $objectStateGroup, ObjectStat * @param mixed $stateId * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the state was not found + * @throws NotFoundException if the state was not found * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState + * @return ObjectState */ - public function loadObjectState(int $stateId, array $prioritizedLanguages = []): ObjectState; + public function loadObjectState( + int $stateId, + array $prioritizedLanguages = [] + ): ObjectState; /** * Loads an object state by identifier and group it belongs to. * * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the state was not found + * @throws NotFoundException if the state was not found */ - public function loadObjectStateByIdentifier(ObjectStateGroup $objectStateGroup, string $objectStateIdentifier, array $prioritizedLanguages = []): ObjectState; + public function loadObjectStateByIdentifier( + ObjectStateGroup $objectStateGroup, + string $objectStateIdentifier, + array $prioritizedLanguages = [] + ): ObjectState; /** * Updates an object state. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the object state with provided identifier already exists in the same group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to update an object state + * @throws InvalidArgumentException if the object state with provided identifier already exists in the same group + * @throws UnauthorizedException if the user is not allowed to update an object state * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateUpdateStruct $objectStateUpdateStruct + * @param ObjectState $objectState + * @param ObjectStateUpdateStruct $objectStateUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState + * @return ObjectState */ - public function updateObjectState(ObjectState $objectState, ObjectStateUpdateStruct $objectStateUpdateStruct): ObjectState; + public function updateObjectState( + ObjectState $objectState, + ObjectStateUpdateStruct $objectStateUpdateStruct + ): ObjectState; /** * Changes the priority of the state. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to change priority on an object state + * @throws UnauthorizedException if the user is not allowed to change priority on an object state * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState + * @param ObjectState $objectState * @param int $priority */ - public function setPriorityOfObjectState(ObjectState $objectState, int $priority): void; + public function setPriorityOfObjectState( + ObjectState $objectState, + int $priority + ): void; /** * Deletes a object state. The state of the content objects is reset to the * first object state in the group. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete an object state + * @throws UnauthorizedException if the user is not allowed to delete an object state * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState + * @param ObjectState $objectState */ public function deleteObjectState(ObjectState $objectState): void; /** * Sets the object-state of a state group to $state for the given content. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the object state does not belong to the given group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to change the object state + * @throws InvalidArgumentException if the object state does not belong to the given group + * @throws UnauthorizedException if the user is not allowed to change the object state * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState + * @param ContentInfo $contentInfo + * @param ObjectStateGroup $objectStateGroup + * @param ObjectState $objectState */ - public function setContentState(ContentInfo $contentInfo, ObjectStateGroup $objectStateGroup, ObjectState $objectState): void; + public function setContentState( + ContentInfo $contentInfo, + ObjectStateGroup $objectStateGroup, + ObjectState $objectState + ): void; /** * Gets the object-state of object identified by $contentId. * * The $state is the id of the state within one group. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup + * @param ContentInfo $contentInfo + * @param ObjectStateGroup $objectStateGroup * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState + * @return ObjectState */ - public function getContentState(ContentInfo $contentInfo, ObjectStateGroup $objectStateGroup): ObjectState; + public function getContentState( + ContentInfo $contentInfo, + ObjectStateGroup $objectStateGroup + ): ObjectState; /** * Returns the number of objects which are in this state. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState + * @param ObjectState $objectState * * @return int */ @@ -206,14 +248,14 @@ public function getContentCount(ObjectState $objectState): int; * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroupCreateStruct + * @return ObjectStateGroupCreateStruct */ public function newObjectStateGroupCreateStruct(string $identifier): ObjectStateGroupCreateStruct; /** * Instantiates a new Object State Group Update Struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroupUpdateStruct + * @return ObjectStateGroupUpdateStruct */ public function newObjectStateGroupUpdateStruct(): ObjectStateGroupUpdateStruct; @@ -222,14 +264,14 @@ public function newObjectStateGroupUpdateStruct(): ObjectStateGroupUpdateStruct; * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateCreateStruct + * @return ObjectStateCreateStruct */ public function newObjectStateCreateStruct(string $identifier): ObjectStateCreateStruct; /** * Instantiates a new Object State Update Struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateUpdateStruct + * @return ObjectStateUpdateStruct */ public function newObjectStateUpdateStruct(): ObjectStateUpdateStruct; } diff --git a/src/contracts/Repository/PasswordHashService.php b/src/contracts/Repository/PasswordHashService.php index a2f74da9eb..43027ad91c 100644 --- a/src/contracts/Repository/PasswordHashService.php +++ b/src/contracts/Repository/PasswordHashService.php @@ -34,12 +34,19 @@ public function isHashTypeSupported(int $hashType): bool; * * If non-provided, the default password hash type will be used. */ - public function createPasswordHash(string $plainPassword, ?int $hashType = null): string; + public function createPasswordHash( + string $plainPassword, + ?int $hashType = null + ): string; /** * Validates given $plainPassword against $passwordHash. * * If non-provided, the default password hash type will be used. */ - public function isValidPassword(string $plainPassword, string $passwordHash, ?int $hashType = null): bool; + public function isValidPassword( + string $plainPassword, + string $passwordHash, + ?int $hashType = null + ): bool; } diff --git a/src/contracts/Repository/PermissionCriterionResolver.php b/src/contracts/Repository/PermissionCriterionResolver.php index 10a447c544..9305da9c3d 100644 --- a/src/contracts/Repository/PermissionCriterionResolver.php +++ b/src/contracts/Repository/PermissionCriterionResolver.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\MatchAll; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\MatchNone; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; /** @@ -27,15 +29,19 @@ interface PermissionCriterionResolver * @param string $function * @param array|null $targets * - * @return bool|\Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return bool|CriterionInterface */ - public function getPermissionsCriterion(string $module = 'content', string $function = 'read', ?array $targets = null); + public function getPermissionsCriterion( + string $module = 'content', + string $function = 'read', + ?array $targets = null + ); /** * Get composite Criterion for Querying permissions. * - * {@see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\MatchAll} - * and {@see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\MatchNone} are returned + * {@see MatchAll} + * and {@see MatchNone} are returned * for a user with full and no access respectively. */ public function getQueryPermissionsCriterion(): CriterionInterface; diff --git a/src/contracts/Repository/PermissionResolver.php b/src/contracts/Repository/PermissionResolver.php index 481ea7595b..b8eb53b185 100644 --- a/src/contracts/Repository/PermissionResolver.php +++ b/src/contracts/Repository/PermissionResolver.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\User\LookupLimitationResult; use Ibexa\Contracts\Core\Repository\Values\User\UserReference; @@ -35,11 +37,11 @@ public function setCurrentUserReference(UserReference $userReference): void; * This includes Role Assignment limitations, but also future policy limitations added in kernel, * or as plain user configuration and/or extending the system. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If module or function is invalid. + * @throws InvalidArgumentException If module or function is invalid. * * @param string $module The module, aka controller identifier to check permissions on * @param string $function The function, aka the controller action to check permissions on - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference|null $userReference User for + * @param UserReference|null $userReference User for * which the information is returned, current user will be used if null * * @return bool|array if limitations are on this function an array of limitations is returned @@ -51,7 +53,11 @@ public function setCurrentUserReference(UserReference $userReference): void; * }, * > */ - public function hasAccess(string $module, string $function, ?UserReference $userReference = null); + public function hasAccess( + string $module, + string $function, + ?UserReference $userReference = null + ); /** * Indicates if the current user is allowed to perform an action given by the function on the given @@ -64,15 +70,20 @@ public function hasAccess(string $module, string $function, ?UserReference $user * Example2: canUser( 'section', 'assign', $content, [$section] ); * Check if user has access to assign $content to $section. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported + * @throws InvalidArgumentException If any of the arguments are invalid + * @throws BadStateException If value of the LimitationValue is unsupported * * @param string $module The module, aka controller identifier to check permissions on * @param string $function The function, aka the controller action to check permissions on * @param object $object The object to check if the user has access to * @param object[] $targets An array of location, parent or "assignment" value objects */ - public function canUser(string $module, string $function, object $object, array $targets = []): bool; + public function canUser( + string $module, + string $function, + object $object, + array $targets = [] + ): bool; /** * @param string $module The module, aka controller identifier to check permissions on @@ -81,10 +92,10 @@ public function canUser(string $module, string $function, object $object, array * @param object[] $targets An array of location, parent or "assignment" value objects * @param string[] $limitationsIdentifiers An array of Limitations identifiers to filter from all which will pass * - * @return \Ibexa\Contracts\Core\Repository\Values\User\LookupLimitationResult + * @return LookupLimitationResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws InvalidArgumentException + * @throws BadStateException */ public function lookupLimitations( string $module, diff --git a/src/contracts/Repository/PermissionService.php b/src/contracts/Repository/PermissionService.php index 32127df05d..25c6563a24 100644 --- a/src/contracts/Repository/PermissionService.php +++ b/src/contracts/Repository/PermissionService.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository; -interface PermissionService extends PermissionResolver, PermissionCriterionResolver -{ -} +interface PermissionService extends PermissionResolver, PermissionCriterionResolver {} diff --git a/src/contracts/Repository/Repository.php b/src/contracts/Repository/Repository.php index 12ab78873a..7b5c0fe12a 100644 --- a/src/contracts/Repository/Repository.php +++ b/src/contracts/Repository/Repository.php @@ -27,21 +27,24 @@ interface Repository * * @template T * - * @phpstan-param callable(\Ibexa\Contracts\Core\Repository\Repository): T $callback + * @phpstan-param callable(Repository): T $callback * - * @param \Ibexa\Contracts\Core\Repository\Repository|null $outerRepository Optional, mostly + * @param Repository|null $outerRepository Optional, mostly * for internal use but allows to specify Repository to pass to closure. * * @return T */ - public function sudo(callable $callback, ?Repository $outerRepository = null); + public function sudo( + callable $callback, + ?Repository $outerRepository = null + ); /** * Get Content Service. * * Get service object to perform operations on Content objects and it's aggregate members. * - * @return \Ibexa\Contracts\Core\Repository\ContentService + * @return ContentService */ public function getContentService(): ContentService; @@ -50,7 +53,7 @@ public function getContentService(): ContentService; * * Get service object to perform operations on Content language objects * - * @return \Ibexa\Contracts\Core\Repository\LanguageService + * @return LanguageService */ public function getContentLanguageService(): LanguageService; @@ -60,7 +63,7 @@ public function getContentLanguageService(): LanguageService; * Get service object to perform operations on content type objects and it's aggregate members. * ( Group, Field & FieldCategory ) * - * @return \Ibexa\Contracts\Core\Repository\ContentTypeService + * @return ContentTypeService */ public function getContentTypeService(): ContentTypeService; @@ -69,7 +72,7 @@ public function getContentTypeService(): ContentTypeService; * * Get service object to perform operations on Location objects and subtrees * - * @return \Ibexa\Contracts\Core\Repository\LocationService + * @return LocationService */ public function getLocationService(): LocationService; @@ -79,7 +82,7 @@ public function getLocationService(): LocationService; * Trash service allows to perform operations related to location trash * (trash/untrash, load/list from trash...) * - * @return \Ibexa\Contracts\Core\Repository\TrashService + * @return TrashService */ public function getTrashService(): TrashService; @@ -88,7 +91,7 @@ public function getTrashService(): TrashService; * * Get Section service that lets you manipulate section objects * - * @return \Ibexa\Contracts\Core\Repository\SectionService + * @return SectionService */ public function getSectionService(): SectionService; @@ -97,7 +100,7 @@ public function getSectionService(): SectionService; * * Get search service that lets you find content objects * - * @return \Ibexa\Contracts\Core\Repository\SearchService + * @return SearchService */ public function getSearchService(): SearchService; @@ -106,77 +109,77 @@ public function getSearchService(): SearchService; * * Get service object to perform operations on Users and UserGroup * - * @return \Ibexa\Contracts\Core\Repository\UserService + * @return UserService */ public function getUserService(): UserService; /** * Get URLAliasService. * - * @return \Ibexa\Contracts\Core\Repository\URLAliasService + * @return URLAliasService */ public function getURLAliasService(): URLAliasService; /** * Get URLWildcardService. * - * @return \Ibexa\Contracts\Core\Repository\URLWildcardService + * @return URLWildcardService */ public function getURLWildcardService(): URLWildcardService; /** * Get ObjectStateService. * - * @return \Ibexa\Contracts\Core\Repository\ObjectStateService + * @return ObjectStateService */ public function getObjectStateService(): ObjectStateService; /** * Get RoleService. * - * @return \Ibexa\Contracts\Core\Repository\RoleService + * @return RoleService */ public function getRoleService(): RoleService; /** * Get FieldTypeService. * - * @return \Ibexa\Contracts\Core\Repository\FieldTypeService + * @return FieldTypeService */ public function getFieldTypeService(): FieldTypeService; /** * Get PermissionResolver. * - * @return \Ibexa\Contracts\Core\Repository\PermissionResolver + * @return PermissionResolver */ public function getPermissionResolver(): PermissionResolver; /** * Get URLService. * - * @return \Ibexa\Contracts\Core\Repository\URLService + * @return URLService */ public function getURLService(): URLService; /** * Get BookmarkService. * - * @return \Ibexa\Contracts\Core\Repository\BookmarkService + * @return BookmarkService */ public function getBookmarkService(): BookmarkService; /** * Get NotificationService. * - * @return \Ibexa\Contracts\Core\Repository\NotificationService + * @return NotificationService */ public function getNotificationService(): NotificationService; /** * Get UserPreferenceService. * - * @return \Ibexa\Contracts\Core\Repository\UserPreferenceService + * @return UserPreferenceService */ public function getUserPreferenceService(): UserPreferenceService; diff --git a/src/contracts/Repository/RoleService.php b/src/contracts/Repository/RoleService.php index 9695b339b6..c7beb1d1d6 100644 --- a/src/contracts/Repository/RoleService.php +++ b/src/contracts/Repository/RoleService.php @@ -5,9 +5,14 @@ * @license For full copyright and license information view LICENSE file distributed with this source code. */ -namespace Ibexa\Contracts\Core\Repository; +namespace Ibexa\Contracts\Core\Repository; use Ibexa\Contracts\Core\Limitation\Type; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation; use Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct; use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; @@ -20,6 +25,8 @@ use Ibexa\Contracts\Core\Repository\Values\User\RoleUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; +use Ibexa\Contracts\Core\Repository\Values\User\UserGroupRoleAssignment; +use Ibexa\Contracts\Core\Repository\Values\User\UserRoleAssignment; /** * This service provides methods for managing Roles and Policies. @@ -33,14 +40,14 @@ interface RoleService * * @since 1.0 eZ Platform 1.0 (ezpublish-kernel 6.0) * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleCreateStruct $roleCreateStruct + * @param RoleCreateStruct $roleCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to create a role - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the name of the role already exists or if limitation of the same type + * @throws UnauthorizedException if the authenticated user is not allowed to create a role + * @throws InvalidArgumentException if the name of the role already exists or if limitation of the same type * is repeated in the policy create struct or if limitation is not allowed on module/function - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException if a policy limitation in the $roleCreateStruct is not valid + * @throws LimitationValidationException if a policy limitation in the $roleCreateStruct is not valid */ public function createRole(RoleCreateStruct $roleCreateStruct): RoleDraft; @@ -49,13 +56,13 @@ public function createRole(RoleCreateStruct $roleCreateStruct): RoleDraft; * * @since 1.0 eZ Platform 1.0 (ezpublish-kernel 6.0) * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role + * @param Role $role * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to create a role - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the Role already has a Role Draft that will need to be removed first - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException if a policy limitation in the $roleCreateStruct is not valid + * @throws UnauthorizedException if the authenticated user is not allowed to create a role + * @throws InvalidArgumentException if the Role already has a Role Draft that will need to be removed first + * @throws LimitationValidationException if a policy limitation in the $roleCreateStruct is not valid */ public function createRoleDraft(Role $role): RoleDraft; @@ -64,14 +71,17 @@ public function createRoleDraft(Role $role): RoleDraft; * * @since 3.0 eZ Platform 3.0 (ezplatform-kernel 1.0) * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to copy a role - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the name of the role already exists or if limitation of the same type + * @throws UnauthorizedException if the authenticated user is not allowed to copy a role + * @throws InvalidArgumentException if the name of the role already exists or if limitation of the same type * is repeated in the policy create struct or if limitation is not allowed on module/function - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException if a policy limitation in the $roleCopyStruct is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if CopyRoleEvent does not posses valid Role object - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if newly cloned Role does not exist + * @throws LimitationValidationException if a policy limitation in the $roleCopyStruct is not valid + * @throws BadStateException if CopyRoleEvent does not posses valid Role object + * @throws NotFoundException if newly cloned Role does not exist */ - public function copyRole(Role $role, RoleCopyStruct $roleCopyStruct): Role; + public function copyRole( + Role $role, + RoleCopyStruct $roleCopyStruct + ): Role; /** * Loads a RoleDraft for the given id. @@ -80,10 +90,10 @@ public function copyRole(Role $role, RoleCopyStruct $roleCopyStruct): Role; * * @param int $id * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read this role - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a RoleDraft with the given id was not found + * @throws UnauthorizedException if the authenticated user is not allowed to read this role + * @throws NotFoundException if a RoleDraft with the given id was not found */ public function loadRoleDraft(int $id): RoleDraft; @@ -92,10 +102,10 @@ public function loadRoleDraft(int $id): RoleDraft; * * @param int $roleId ID of the role the draft was created from. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read this role - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a RoleDraft with the given id was not found + * @throws UnauthorizedException if the authenticated user is not allowed to read this role + * @throws NotFoundException if a RoleDraft with the given id was not found */ public function loadRoleDraftByRoleId(int $roleId): RoleDraft; @@ -104,47 +114,56 @@ public function loadRoleDraftByRoleId(int $roleId): RoleDraft; * * @since 1.0 eZ Platform 1.0 (ezpublish-kernel 6.0) * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleUpdateStruct $roleUpdateStruct + * @param RoleDraft $roleDraft + * @param RoleUpdateStruct $roleUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to update a role - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the identifier of the RoleDraft already exists + * @throws UnauthorizedException if the authenticated user is not allowed to update a role + * @throws InvalidArgumentException if the identifier of the RoleDraft already exists */ - public function updateRoleDraft(RoleDraft $roleDraft, RoleUpdateStruct $roleUpdateStruct): RoleDraft; + public function updateRoleDraft( + RoleDraft $roleDraft, + RoleUpdateStruct $roleUpdateStruct + ): RoleDraft; /** * Adds a new policy to the RoleDraft. * * @since 1.0 eZ Platform 1.0 (ezpublish-kernel 6.0) * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct $policyCreateStruct + * @param RoleDraft $roleDraft + * @param PolicyCreateStruct $policyCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to add a policy - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if limitation of the same type is repeated in policy create + * @throws UnauthorizedException if the authenticated user is not allowed to add a policy + * @throws InvalidArgumentException if limitation of the same type is repeated in policy create * struct or if limitation is not allowed on module/function - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException if a limitation in the $policyCreateStruct is not valid + * @throws LimitationValidationException if a limitation in the $policyCreateStruct is not valid */ - public function addPolicyByRoleDraft(RoleDraft $roleDraft, PolicyCreateStruct $policyCreateStruct): RoleDraft; + public function addPolicyByRoleDraft( + RoleDraft $roleDraft, + PolicyCreateStruct $policyCreateStruct + ): RoleDraft; /** * Removes a policy from a RoleDraft. * * @since 1.0 eZ Platform 1.0 (ezpublish-kernel 6.0) * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policyDraft the policy to remove from the RoleDraft + * @param RoleDraft $roleDraft + * @param PolicyDraft $policyDraft the policy to remove from the RoleDraft * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to remove a policy - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if policy does not belong to the given RoleDraft + * @throws UnauthorizedException if the authenticated user is not allowed to remove a policy + * @throws InvalidArgumentException if policy does not belong to the given RoleDraft */ - public function removePolicyByRoleDraft(RoleDraft $roleDraft, PolicyDraft $policyDraft): RoleDraft; + public function removePolicyByRoleDraft( + RoleDraft $roleDraft, + PolicyDraft $policyDraft + ): RoleDraft; /** * Updates the limitations of a policy. The module and function cannot be changed and @@ -152,16 +171,16 @@ public function removePolicyByRoleDraft(RoleDraft $roleDraft, PolicyDraft $polic * * @since 1.0 eZ Platform 1.0 (ezpublish-kernel 6.0) * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyUpdateStruct $policyUpdateStruct + * @param RoleDraft $roleDraft + * @param PolicyDraft $policy + * @param PolicyUpdateStruct $policyUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft + * @return PolicyDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to update a policy - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if limitation of the same type is repeated in policy update + * @throws UnauthorizedException if the authenticated user is not allowed to update a policy + * @throws InvalidArgumentException if limitation of the same type is repeated in policy update * struct or if limitation is not allowed on module/function - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException if a limitation in the $policyUpdateStruct is not valid + * @throws LimitationValidationException if a limitation in the $policyUpdateStruct is not valid */ public function updatePolicyByRoleDraft( RoleDraft $roleDraft, @@ -174,9 +193,9 @@ public function updatePolicyByRoleDraft( * * @since 1.0 eZ Platform 1.0 (ezpublish-kernel 6.0) * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft + * @param RoleDraft $roleDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to delete this RoleDraft + * @throws UnauthorizedException if the authenticated user is not allowed to delete this RoleDraft */ public function deleteRoleDraft(RoleDraft $roleDraft): void; @@ -185,9 +204,9 @@ public function deleteRoleDraft(RoleDraft $roleDraft): void; * * @since 1.0 eZ Platform 1.0 (ezpublish-kernel 6.0) * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft + * @param RoleDraft $roleDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to publish this RoleDraft + * @throws UnauthorizedException if the authenticated user is not allowed to publish this RoleDraft */ public function publishRoleDraft(RoleDraft $roleDraft): void; @@ -196,10 +215,10 @@ public function publishRoleDraft(RoleDraft $roleDraft): void; * * @param int $id * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return Role * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read this role - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a role with the given name was not found + * @throws UnauthorizedException if the authenticated user is not allowed to read this role + * @throws NotFoundException if a role with the given name was not found */ public function loadRole(int $id): Role; @@ -208,86 +227,94 @@ public function loadRole(int $id): Role; * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return Role * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read this role - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a role with the given name was not found + * @throws UnauthorizedException if the authenticated user is not allowed to read this role + * @throws NotFoundException if a role with the given name was not found */ public function loadRoleByIdentifier(string $identifier): Role; /** * Loads all roles, excluding the ones the current user is not allowed to read. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role[] + * @return Role[] */ public function loadRoles(): iterable; /** * Deletes the given role. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role + * @param Role $role * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to delete this role + * @throws UnauthorizedException if the authenticated user is not allowed to delete this role */ public function deleteRole(Role $role): void; /** * Assigns a role to the given user group. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null $roleLimitation an optional role limitation (which is either a subtree limitation or section limitation) + * @param Role $role + * @param UserGroup $userGroup + * @param RoleLimitation|null $roleLimitation an optional role limitation (which is either a subtree limitation or section limitation) * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to assign a role - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException if $roleLimitation is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If assignment already exists + * @throws UnauthorizedException if the authenticated user is not allowed to assign a role + * @throws LimitationValidationException if $roleLimitation is not valid + * @throws InvalidArgumentException If assignment already exists */ - public function assignRoleToUserGroup(Role $role, UserGroup $userGroup, ?RoleLimitation $roleLimitation = null): void; + public function assignRoleToUserGroup( + Role $role, + UserGroup $userGroup, + ?RoleLimitation $roleLimitation = null + ): void; /** * Assigns a role to the given user. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null $roleLimitation an optional role limitation (which is either a subtree limitation or section limitation) + * @param Role $role + * @param User $user + * @param RoleLimitation|null $roleLimitation an optional role limitation (which is either a subtree limitation or section limitation) * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to assign a role - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException if $roleLimitation is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If assignment already exists + * @throws UnauthorizedException if the authenticated user is not allowed to assign a role + * @throws LimitationValidationException if $roleLimitation is not valid + * @throws InvalidArgumentException If assignment already exists */ - public function assignRoleToUser(Role $role, User $user, ?RoleLimitation $roleLimitation = null): void; + public function assignRoleToUser( + Role $role, + User $user, + ?RoleLimitation $roleLimitation = null + ): void; /** * Loads a role assignment for the given id. * * @param int $roleAssignmentId * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleAssignment + * @return RoleAssignment * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read this role - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If the role assignment was not found + * @throws UnauthorizedException if the authenticated user is not allowed to read this role + * @throws NotFoundException If the role assignment was not found */ public function loadRoleAssignment(int $roleAssignmentId): RoleAssignment; /** * Returns the assigned user and user groups to this role. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role + * @param Role $role * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleAssignment[] + * @return RoleAssignment[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read a role + * @throws UnauthorizedException if the authenticated user is not allowed to read a role */ public function getRoleAssignments(Role $role): iterable; /** * Returns the assigned users and user groups to this role with $offset and $limit arguments. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleAssignment[] + * @return RoleAssignment[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read a role + * @throws BadStateException + * @throws InvalidArgumentException + * @throws UnauthorizedException if the authenticated user is not allowed to read a role */ public function loadRoleAssignments( Role $role, @@ -298,9 +325,9 @@ public function loadRoleAssignments( /** * Returns the number of users and user groups assigned to this role. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read a role + * @throws BadStateException + * @throws InvalidArgumentException + * @throws UnauthorizedException if the authenticated user is not allowed to read a role */ public function countRoleAssignments(Role $role): int; @@ -310,21 +337,24 @@ public function countRoleAssignments(Role $role): int; * If second parameter \$inherited is true then UserGroupRoleAssignment is also returned for UserGroups User is * placed in as well as those inherited from parent UserGroups. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param User $user * @param bool $inherited Also return all inherited Roles from UserGroups User belongs to, and it's parents. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserRoleAssignment[]|\Ibexa\Contracts\Core\Repository\Values\User\UserGroupRoleAssignment[] + * @return UserRoleAssignment[]|UserGroupRoleAssignment[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException On invalid User object + * @throws InvalidArgumentException On invalid User object */ - public function getRoleAssignmentsForUser(User $user, bool $inherited = false): iterable; + public function getRoleAssignmentsForUser( + User $user, + bool $inherited = false + ): iterable; /** * Returns the UserGroupRoleAssignments assigned to the given UserGroup, excluding the ones the current user is not allowed to read. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param UserGroup $userGroup * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroupRoleAssignment[] + * @return UserGroupRoleAssignment[] */ public function getRoleAssignmentsForUserGroup(UserGroup $userGroup): iterable; @@ -333,9 +363,9 @@ public function getRoleAssignmentsForUserGroup(UserGroup $userGroup): iterable; * * i.e. unassigns a user or a user group from a role with the given limitations * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleAssignment $roleAssignment + * @param RoleAssignment $roleAssignment * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to remove a role assignment + * @throws UnauthorizedException if the authenticated user is not allowed to remove a role assignment */ public function removeRoleAssignment(RoleAssignment $roleAssignment): void; @@ -344,7 +374,7 @@ public function removeRoleAssignment(RoleAssignment $roleAssignment): void; * * @param string $name * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleCreateStruct + * @return RoleCreateStruct */ public function newRoleCreateStruct(string $name): RoleCreateStruct; @@ -359,21 +389,24 @@ public function newRoleCopyStruct(string $name): RoleCopyStruct; * @param string $module * @param string $function * - * @return \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct + * @return PolicyCreateStruct */ - public function newPolicyCreateStruct(string $module, string $function): PolicyCreateStruct; + public function newPolicyCreateStruct( + string $module, + string $function + ): PolicyCreateStruct; /** * Instantiates a policy update class. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\PolicyUpdateStruct + * @return PolicyUpdateStruct */ public function newPolicyUpdateStruct(): PolicyUpdateStruct; /** * Instantiates a policy update class. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleUpdateStruct + * @return RoleUpdateStruct */ public function newRoleUpdateStruct(): RoleUpdateStruct; @@ -382,7 +415,7 @@ public function newRoleUpdateStruct(): RoleUpdateStruct; * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Limitation\Type + * @return Type * * @throws \RuntimeException On missing Limitation */ @@ -398,10 +431,13 @@ public function getLimitationType(string $identifier): Type; * @param string $module Legacy name of "controller", it's a unique identifier like "content" * @param string $function Legacy name of a controller "action", it's a unique within the controller like "read" * - * @return \Ibexa\Contracts\Core\Limitation\Type[] + * @return Type[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If module/function to limitation type mapping + * @throws BadStateException If module/function to limitation type mapping * refers to a non existing identifier. */ - public function getLimitationTypesByModuleFunction(string $module, string $function): iterable; + public function getLimitationTypesByModuleFunction( + string $module, + string $function + ): iterable; } diff --git a/src/contracts/Repository/SearchService.php b/src/contracts/Repository/SearchService.php index 2c70c68ac5..6028ce553a 100644 --- a/src/contracts/Repository/SearchService.php +++ b/src/contracts/Repository/SearchService.php @@ -8,11 +8,18 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\FullText; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; +use Ibexa\Contracts\Core\Search\Capable; /** * @phpstan-type TSearchLanguageFilter array{languages?: string[], useAlwaysAvailable?: bool} @@ -91,7 +98,7 @@ interface SearchService * * Advance full text is a feature making to possible by current engine to parse advance full text expressions. * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\FullText + * @see FullText */ public const CAPABILITY_ADVANCED_FULLTEXT = 64; @@ -107,11 +114,11 @@ interface SearchService /** * Finds content objects for the given query. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if query is not valid + * @throws InvalidArgumentException if query is not valid * * @phpstan-param TSearchLanguageFilter $languageFilter * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query $query + * @param Query $query * @param array|array $languageFilter Configuration for specifying prioritized languages query will be performed on. * Also used to define which field languages are loaded for the returned content. * Currently, supports two syntaxes: @@ -119,9 +126,13 @@ interface SearchService * - `[,…]` where `useAlwaysAvailable` defaults to `true` to avoid exceptions on missing translations. * @param bool $filterOnUserPermissions if `true` (default), only the objects which the user is allowed to read are returned. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult<\Ibexa\Contracts\Core\Repository\Values\Content\Content> + * @return SearchResult */ - public function findContent(Query $query, array $languageFilter = [], bool $filterOnUserPermissions = true): SearchResult; + public function findContent( + Query $query, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): SearchResult; /** * Finds contentInfo objects for the given query. @@ -132,45 +143,58 @@ public function findContent(Query $query, array $languageFilter = [], bool $filt * * @phpstan-param TSearchLanguageFilter $languageFilter * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query $query + * @param Query $query * @param array|array $languageFilter Configuration for specifying prioritized languages query will be performed on. * Currently, supports two syntaxes: * - `['languages' => [,…], 'useAlwaysAvailable' => ]` * - `[,…]` where `useAlwaysAvailable` defaults to `true` to avoid exceptions on missing translations. * @param bool $filterOnUserPermissions if `true` (default), only the objects which the user is allowed to read are returned. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult<\Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo> + * @return SearchResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if query is not valid + * @throws InvalidArgumentException if query is not valid */ - public function findContentInfo(Query $query, array $languageFilter = [], bool $filterOnUserPermissions = true): SearchResult; + public function findContentInfo( + Query $query, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): SearchResult; /** * Performs a query for a single content object. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the object was not found by the query or due to permissions - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if criterion is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if there is more than than one result matching the criterions + * @throws NotFoundException if the object was not found by the query or due to permissions + * @throws InvalidArgumentException if criterion is not valid + * @throws InvalidArgumentException if there is more than than one result matching the criterions * * @phpstan-param TSearchLanguageFilter $languageFilter * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $filter + * @param Criterion $filter * @param array|array $languageFilter Configuration for specifying prioritized languages query will be performed on. * Currently, supports two syntaxes: * - `['languages' => [,…], 'useAlwaysAvailable' => ]` * - `[,…]` where `useAlwaysAvailable` defaults to `true` to avoid exceptions on missing translations. * @param bool $filterOnUserPermissions if `true` (default), only the objects which the user is allowed to read are returned. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - public function findSingle(CriterionInterface $filter, array $languageFilter = [], bool $filterOnUserPermissions = true): Content; + public function findSingle( + CriterionInterface $filter, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): Content; /** * Suggests a list of values for the given prefix. * * @param string[] $fieldPaths */ - public function suggest(string $prefix, array $fieldPaths = [], int $limit = 10, ?CriterionInterface $filter = null); + public function suggest( + string $prefix, + array $fieldPaths = [], + int $limit = 10, + ?CriterionInterface $filter = null + ); /** * Finds Locations for the given query. @@ -184,16 +208,20 @@ public function suggest(string $prefix, array $fieldPaths = [], int $limit = 10, * - `[,…]` where `useAlwaysAvailable` defaults to `true` to avoid exceptions on missing translations. * @param bool $filterOnUserPermissions if `true` (default), only the objects which the user is allowed to read are returned. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult<\Ibexa\Contracts\Core\Repository\Values\Content\Location> + * @return SearchResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if query is not valid + * @throws InvalidArgumentException if query is not valid */ - public function findLocations(LocationQuery $query, array $languageFilter = [], bool $filterOnUserPermissions = true): SearchResult; + public function findLocations( + LocationQuery $query, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): SearchResult; /** * Query for supported capability of currently configured search engine. * - * Will return false if search engine does not implement {@see \Ibexa\Contracts\Core\Search\Capable}. + * Will return false if search engine does not implement {@see Capable}. * * @param int $capabilityFlag One of the CAPABILITY_* constants (only a single one, not a bitwise combination): * {@see SearchService::CAPABILITY_SCORING CAPABILITY_SCORING}, diff --git a/src/contracts/Repository/SectionService.php b/src/contracts/Repository/SectionService.php index 620a7db755..8ce5c9dbbe 100644 --- a/src/contracts/Repository/SectionService.php +++ b/src/contracts/Repository/SectionService.php @@ -8,6 +8,10 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Section; @@ -22,56 +26,59 @@ interface SectionService /** * Creates the a new Section in the content repository. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to create a section - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the new identifier in $sectionCreateStruct already exists + * @throws UnauthorizedException If the current user user is not allowed to create a section + * @throws InvalidArgumentException If the new identifier in $sectionCreateStruct already exists * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\SectionCreateStruct $sectionCreateStruct + * @param SectionCreateStruct $sectionCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Section The newly create section + * @return Section The newly create section */ public function createSection(SectionCreateStruct $sectionCreateStruct): Section; /** * Updates the given in the content repository. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to create a section - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the new identifier already exists (if set in the update struct) + * @throws UnauthorizedException If the current user user is not allowed to create a section + * @throws InvalidArgumentException If the new identifier already exists (if set in the update struct) * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Section $section - * @param \Ibexa\Contracts\Core\Repository\Values\Content\SectionUpdateStruct $sectionUpdateStruct + * @param Section $section + * @param SectionUpdateStruct $sectionUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Section + * @return Section */ - public function updateSection(Section $section, SectionUpdateStruct $sectionUpdateStruct): Section; + public function updateSection( + Section $section, + SectionUpdateStruct $sectionUpdateStruct + ): Section; /** * Loads a Section from its id ($sectionId). * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if section could not be found - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to read a section + * @throws NotFoundException if section could not be found + * @throws UnauthorizedException If the current user user is not allowed to read a section * * @param int $sectionId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Section + * @return Section */ public function loadSection(int $sectionId): Section; /** * Loads all sections, excluding the ones the current user is not allowed to read. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Section[] + * @return Section[] */ public function loadSections(): iterable; /** * Loads a Section from its identifier ($sectionIdentifier). * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if section could not be found - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to read a section + * @throws NotFoundException if section could not be found + * @throws UnauthorizedException If the current user user is not allowed to read a section * * @param string $sectionIdentifier * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Section + * @return Section */ public function loadSectionByIdentifier(string $sectionIdentifier): Section; @@ -87,7 +94,7 @@ public function countAssignedContents(Section $section): int; * * @since 6.0 * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Section $section + * @param Section $section * * @return bool */ @@ -96,44 +103,50 @@ public function isSectionUsed(Section $section): bool; /** * Assigns the content to the given section this method overrides the current assigned section. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user does not have access to view provided object + * @throws UnauthorizedException If user does not have access to view provided object * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Section $section + * @param ContentInfo $contentInfo + * @param Section $section */ - public function assignSection(ContentInfo $contentInfo, Section $section): void; + public function assignSection( + ContentInfo $contentInfo, + Section $section + ): void; /** * Assigns the subtree to the given section this method overrides the current assigned section. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Section $section + * @param Location $location + * @param Section $section */ - public function assignSectionToSubtree(Location $location, Section $section): void; + public function assignSectionToSubtree( + Location $location, + Section $section + ): void; /** * Deletes $section from content repository. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If the specified section is not found - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to delete a section - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if section can not be deleted + * @throws NotFoundException If the specified section is not found + * @throws UnauthorizedException If the current user user is not allowed to delete a section + * @throws BadStateException if section can not be deleted * because it is still assigned to some contents. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Section $section + * @param Section $section */ public function deleteSection(Section $section): void; /** * Instantiates a new SectionCreateStruct. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\SectionCreateStruct + * @return SectionCreateStruct */ public function newSectionCreateStruct(): SectionCreateStruct; /** * Instantiates a new SectionUpdateStruct. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\SectionUpdateStruct + * @return SectionUpdateStruct */ public function newSectionUpdateStruct(): SectionUpdateStruct; } diff --git a/src/contracts/Repository/SettingService.php b/src/contracts/Repository/SettingService.php index 533b10179f..e1cd86ba56 100644 --- a/src/contracts/Repository/SettingService.php +++ b/src/contracts/Repository/SettingService.php @@ -8,6 +8,9 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Setting\Setting; use Ibexa\Contracts\Core\Repository\Values\Setting\SettingCreateStruct; use Ibexa\Contracts\Core\Repository\Values\Setting\SettingUpdateStruct; @@ -15,26 +18,32 @@ interface SettingService { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If a setting with the given group and identifier could not be found + * @throws NotFoundException If a setting with the given group and identifier could not be found */ - public function loadSetting(string $group, string $identifier): Setting; + public function loadSetting( + string $group, + string $identifier + ): Setting; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user is not allowed to update a setting + * @throws NotFoundException + * @throws InvalidArgumentException + * @throws UnauthorizedException If the current user is not allowed to update a setting */ - public function updateSetting(Setting $setting, SettingUpdateStruct $settingUpdateStruct): Setting; + public function updateSetting( + Setting $setting, + SettingUpdateStruct $settingUpdateStruct + ): Setting; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If a setting with the given group and identifier already exists - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user is not allowed to create a setting + * @throws InvalidArgumentException If a setting with the given group and identifier already exists + * @throws UnauthorizedException If the current user is not allowed to create a setting */ public function createSetting(SettingCreateStruct $settingCreateStruct): Setting; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If the setting has already been removed - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user is not allowed to remove a setting + * @throws NotFoundException If the setting has already been removed + * @throws UnauthorizedException If the current user is not allowed to remove a setting */ public function deleteSetting(Setting $setting): void; diff --git a/src/contracts/Repository/Strategy/ContentThumbnail/Field/ThumbnailStrategy.php b/src/contracts/Repository/Strategy/ContentThumbnail/Field/ThumbnailStrategy.php index f8aa46f6fa..b29100dd14 100644 --- a/src/contracts/Repository/Strategy/ContentThumbnail/Field/ThumbnailStrategy.php +++ b/src/contracts/Repository/Strategy/ContentThumbnail/Field/ThumbnailStrategy.php @@ -14,5 +14,8 @@ interface ThumbnailStrategy { - public function getThumbnail(Field $field, ?VersionInfo $versionInfo = null): ?Thumbnail; + public function getThumbnail( + Field $field, + ?VersionInfo $versionInfo = null + ): ?Thumbnail; } diff --git a/src/contracts/Repository/Strategy/ContentThumbnail/ThumbnailStrategy.php b/src/contracts/Repository/Strategy/ContentThumbnail/ThumbnailStrategy.php index f5d771f93d..e3e3d079e9 100644 --- a/src/contracts/Repository/Strategy/ContentThumbnail/ThumbnailStrategy.php +++ b/src/contracts/Repository/Strategy/ContentThumbnail/ThumbnailStrategy.php @@ -14,5 +14,9 @@ interface ThumbnailStrategy { - public function getThumbnail(ContentType $contentType, array $fields, ?VersionInfo $versionInfo = null): ?Thumbnail; + public function getThumbnail( + ContentType $contentType, + array $fields, + ?VersionInfo $versionInfo = null + ): ?Thumbnail; } diff --git a/src/contracts/Repository/TokenService.php b/src/contracts/Repository/TokenService.php index d317582bf6..5e9cb4c63e 100644 --- a/src/contracts/Repository/TokenService.php +++ b/src/contracts/Repository/TokenService.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Token\Token; use Ibexa\Contracts\Core\Token\TokenGeneratorInterface; @@ -26,7 +27,7 @@ public function checkToken( ): bool; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function generateToken( string $type, @@ -38,7 +39,10 @@ public function generateToken( public function revokeToken(Token $token): void; - public function revokeTokenByIdentifier(string $tokenType, ?string $identifier): void; + public function revokeTokenByIdentifier( + string $tokenType, + ?string $identifier + ): void; public function deleteToken(Token $token): void; } diff --git a/src/contracts/Repository/TranslationService.php b/src/contracts/Repository/TranslationService.php index 19e8edf9be..76e5dab00a 100644 --- a/src/contracts/Repository/TranslationService.php +++ b/src/contracts/Repository/TranslationService.php @@ -25,12 +25,15 @@ interface TranslationService * * Translate a Translation value object. * - * @param \Ibexa\Contracts\Core\Repository\Values\Translation $translation + * @param Translation $translation * @param string $locale * * @return string */ - public function translate(Translation $translation, $locale); + public function translate( + Translation $translation, + $locale + ); /** * Translate string. @@ -43,5 +46,8 @@ public function translate(Translation $translation, $locale); * * @return string */ - public function translateString($translation, $locale); + public function translateString( + $translation, + $locale + ); } diff --git a/src/contracts/Repository/TrashService.php b/src/contracts/Repository/TrashService.php index 1b9fdd016d..67f2b9e5a7 100644 --- a/src/contracts/Repository/TrashService.php +++ b/src/contracts/Repository/TrashService.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Trash\SearchResult; @@ -27,10 +29,10 @@ interface TrashService * * @param int $trashItemId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to read the trashed location - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - if the location with the given id does not exist + * @throws UnauthorizedException if the user is not allowed to read the trashed location + * @throws NotFoundException - if the location with the given id does not exist * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem + * @return TrashItem */ public function loadTrashItem(int $trashItemId): TrashItem; @@ -40,11 +42,11 @@ public function loadTrashItem(int $trashItemId): TrashItem; * The current user may not have access to the returned trash item, check before using it. * Content is left untouched. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to trash the given location + * @throws UnauthorizedException if the user is not allowed to trash the given location * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem|null null if location was deleted, otherwise TrashItem + * @return TrashItem|null null if location was deleted, otherwise TrashItem */ public function trash(Location $location): ?TrashItem; @@ -53,14 +55,17 @@ public function trash(Location $location): ?TrashItem; * * If $newParentLocation is provided, $trashedLocation will be restored under it. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to recover the trash item at the parent location location + * @throws UnauthorizedException if the user is not allowed to recover the trash item at the parent location location * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem $trashItem - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $newParentLocation + * @param TrashItem $trashItem + * @param Location $newParentLocation * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location the newly created or recovered location + * @return Location the newly created or recovered location */ - public function recover(TrashItem $trashItem, ?Location $newParentLocation = null): Location; + public function recover( + TrashItem $trashItem, + ?Location $newParentLocation = null + ): Location; /** * Empties trash. @@ -68,9 +73,9 @@ public function recover(TrashItem $trashItem, ?Location $newParentLocation = nul * All locations contained in the trash will be removed. Content objects will be removed * if all locations of the content are gone. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to empty the trash + * @throws UnauthorizedException if the user is not allowed to empty the trash * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResultList + * @return TrashItemDeleteResultList */ public function emptyTrash(): TrashItemDeleteResultList; @@ -79,11 +84,11 @@ public function emptyTrash(): TrashItemDeleteResultList; * * The corresponding content object will be removed * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem $trashItem + * @param TrashItem $trashItem * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete this trash item + * @throws UnauthorizedException if the user is not allowed to delete this trash item * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult + * @return TrashItemDeleteResult */ public function deleteTrashItem(TrashItem $trashItem): TrashItemDeleteResult; @@ -92,9 +97,9 @@ public function deleteTrashItem(TrashItem $trashItem): TrashItemDeleteResult; * * $query allows to filter/sort the elements to be contained in the collection. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query $query + * @param Query $query * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Trash\SearchResult + * @return SearchResult */ public function findTrashItems(Query $query): SearchResult; } diff --git a/src/contracts/Repository/URLAliasService.php b/src/contracts/Repository/URLAliasService.php index 377a530ca5..8c451e66a6 100644 --- a/src/contracts/Repository/URLAliasService.php +++ b/src/contracts/Repository/URLAliasService.php @@ -8,6 +8,9 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\URLAlias; @@ -23,16 +26,16 @@ interface URLAliasService * Hence the path returned in the URLAlias Value may differ from the given. * $alwaysAvailable makes the alias available in all languages. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param string $path * @param string $languageCode the languageCode for which this alias is valid * @param bool $forwarding if true a redirect is performed * @param bool $alwaysAvailable * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create url alias - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the path already exists for the given context + * @throws UnauthorizedException if the user is not allowed to create url alias + * @throws InvalidArgumentException if the path already exists for the given context * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias + * @return URLAlias */ public function createUrlAlias( Location $location, @@ -52,9 +55,9 @@ public function createUrlAlias( * * $alwaysAvailable makes the alias available in all languages. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create global + * @throws UnauthorizedException if the user is not allowed to create global * url alias - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the path already exists for the given + * @throws InvalidArgumentException if the path already exists for the given * language or if resource is not valid * * @param string $resource @@ -63,7 +66,7 @@ public function createUrlAlias( * @param bool $forwarding * @param bool $alwaysAvailable * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias + * @return URLAlias */ public function createGlobalUrlAlias( string $resource, @@ -76,13 +79,13 @@ public function createGlobalUrlAlias( /** * List of url aliases pointing to $location, sorted by language priority. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param bool $custom if true the user generated aliases are listed otherwise the autogenerated * @param string|null $languageCode filters those which are valid for the given language * @param bool|null $showAllTranslations If enabled will include all alias as if they where always available. * @param string[]|null $prioritizedLanguages If set used as prioritized language codes, returning first match. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] + * @return URLAlias[] */ public function listLocationAliases( Location $location, @@ -99,20 +102,24 @@ public function listLocationAliases( * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] + * @return URLAlias[] */ - public function listGlobalAliases(?string $languageCode = null, int $offset = 0, int $limit = -1): iterable; + public function listGlobalAliases( + ?string $languageCode = null, + int $offset = 0, + int $limit = -1 + ): iterable; /** * Removes urls aliases. * * This method does not remove autogenerated aliases for locations. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to remove url alias - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if alias list contains + * @throws UnauthorizedException if the user is not allowed to remove url alias + * @throws InvalidArgumentException if alias list contains * autogenerated alias * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] $aliasList + * @param URLAlias[] $aliasList */ public function removeAliases(array $aliasList): void; @@ -122,26 +129,29 @@ public function removeAliases(array $aliasList): void; * @param string $url * @param string|null $languageCode * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the path does not exist or is not valid for the given language - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the path exceeded maximum depth level + * @throws NotFoundException if the path does not exist or is not valid for the given language + * @throws InvalidArgumentException if the path exceeded maximum depth level * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias + * @return URLAlias */ - public function lookup(string $url, ?string $languageCode = null): URLAlias; + public function lookup( + string $url, + ?string $languageCode = null + ): URLAlias; /** * Returns the URL alias for the given location in the given language. * * If $languageCode is null the method returns the url alias in the most prioritized language. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if no url alias exist for the given language + * @throws NotFoundException if no url alias exist for the given language * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param string|null $languageCode filters those which are valid for the given language * @param bool|null $showAllTranslations If enabled will include all alias as if they where always available. * @param string[]|null $prioritizedLanguages If set used as prioritized language codes, returning first match. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias + * @return URLAlias */ public function reverseLookup( Location $location, @@ -153,18 +163,18 @@ public function reverseLookup( /** * Loads URL alias by given $id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * * @param string $id * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias + * @return URLAlias */ public function load(string $id): URLAlias; /** * Refresh all system URL aliases for the given Location (and historize outdated if needed). * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location */ public function refreshSystemUrlAliasesForLocation(Location $location): void; diff --git a/src/contracts/Repository/URLService.php b/src/contracts/Repository/URLService.php index 9badab0cb4..3b9125be43 100644 --- a/src/contracts/Repository/URLService.php +++ b/src/contracts/Repository/URLService.php @@ -8,6 +8,9 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\URL\SearchResult; use Ibexa\Contracts\Core\Repository\Values\URL\URL; use Ibexa\Contracts\Core\Repository\Values\URL\URLQuery; @@ -22,18 +25,18 @@ interface URLService /** * Instantiates a new URL update struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\URL\URLUpdateStruct + * @return URLUpdateStruct */ public function createUpdateStruct(): URLUpdateStruct; /** * Find URLs. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws UnauthorizedException * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URLQuery $query + * @param URLQuery $query * - * @return \Ibexa\Contracts\Core\Repository\Values\URL\SearchResult + * @return SearchResult */ public function findUrls(URLQuery $query): SearchResult; @@ -42,23 +45,27 @@ public function findUrls(URLQuery $query): SearchResult; * * Content is filter by user permissions. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URL $url + * @param URL $url * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Repository\Values\URL\UsageSearchResult + * @return UsageSearchResult */ - public function findUsages(URL $url, int $offset = 0, int $limit = -1): UsageSearchResult; + public function findUsages( + URL $url, + int $offset = 0, + int $limit = -1 + ): UsageSearchResult; /** * Load single URL (by ID). * * @param int $id ID of URL * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws UnauthorizedException * - * @return \Ibexa\Contracts\Core\Repository\Values\URL\URL + * @return URL */ public function loadById(int $id): URL; @@ -67,24 +74,27 @@ public function loadById(int $id): URL; * * @param string $url URL * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws UnauthorizedException * - * @return \Ibexa\Contracts\Core\Repository\Values\URL\URL + * @return URL */ public function loadByUrl(string $url): URL; /** * Updates URL. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URL $url - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URLUpdateStruct $struct + * @param URL $url + * @param URLUpdateStruct $struct * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the url already exists + * @throws NotFoundException + * @throws UnauthorizedException + * @throws InvalidArgumentException if the url already exists * - * @return \Ibexa\Contracts\Core\Repository\Values\URL\URL + * @return URL */ - public function updateUrl(URL $url, URLUpdateStruct $struct): URL; + public function updateUrl( + URL $url, + URLUpdateStruct $struct + ): URL; } diff --git a/src/contracts/Repository/URLWildcardService.php b/src/contracts/Repository/URLWildcardService.php index da877cedbe..5a956ab033 100644 --- a/src/contracts/Repository/URLWildcardService.php +++ b/src/contracts/Repository/URLWildcardService.php @@ -8,6 +8,11 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\SearchResult; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\URLWildcardQuery; @@ -24,26 +29,30 @@ interface URLWildcardService /** * Creates a new url wildcard. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the $sourceUrl pattern already exists - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create url wildcards - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if the number of "*" patterns in $sourceUrl and + * @throws InvalidArgumentException if the $sourceUrl pattern already exists + * @throws UnauthorizedException if the user is not allowed to create url wildcards + * @throws ContentValidationException if the number of "*" patterns in $sourceUrl and * the number of {\d} placeholders in $destinationUrl doesn't match or * if the placeholders aren't a valid number sequence({1}/{2}/{3}), starting with 1. */ - public function create(string $sourceUrl, string $destinationUrl, bool $forward = false): URLWildcard; + public function create( + string $sourceUrl, + string $destinationUrl, + bool $forward = false + ): URLWildcard; /** * Update an url wildcard. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard $urlWildcard - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcardUpdateStruct $updateStruct + * @param URLWildcard $urlWildcard + * @param URLWildcardUpdateStruct $updateStruct * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to update url wildcards - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if the number of "*" patterns in $sourceUrl and + * @throws UnauthorizedException if the user is not allowed to update url wildcards + * @throws ContentValidationException if the number of "*" patterns in $sourceUrl and * the number of {\d} placeholders in $destinationUrl doesn't match or * if the placeholders aren't a valid number sequence({1}/{2}/{3}), starting with 1. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the $sourceUrl pattern already exists + * @throws BadStateException + * @throws InvalidArgumentException if the $sourceUrl pattern already exists */ public function update( URLWildcard $urlWildcard, @@ -53,16 +62,16 @@ public function update( /** * Removes an url wildcard. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to remove url wildcards + * @throws UnauthorizedException if the user is not allowed to remove url wildcards * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard $urlWildcard the url wildcard to remove + * @param URLWildcard $urlWildcard the url wildcard to remove */ public function remove(URLWildcard $urlWildcard): void; /** * Loads a url wild card. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the url wild card was not found + * @throws NotFoundException if the url wild card was not found */ public function load(int $id): URLWildcard; @@ -72,13 +81,16 @@ public function load(int $id): URLWildcard; * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard[] + * @return URLWildcard[] */ - public function loadAll(int $offset = 0, int $limit = -1): iterable; + public function loadAll( + int $offset = 0, + int $limit = -1 + ): iterable; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws UnauthorizedException + * @throws InvalidArgumentException */ public function findUrlWildcards(URLWildcardQuery $query): SearchResult; @@ -86,11 +98,11 @@ public function findUrlWildcards(URLWildcardQuery $query): SearchResult; * Translates an url to an existing uri resource based on the * source/destination patterns of the url wildcard. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the url could not be translated + * @throws NotFoundException if the url could not be translated * * @param string $url * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcardTranslationResult + * @return URLWildcardTranslationResult */ public function translate(string $url): URLWildcardTranslationResult; diff --git a/src/contracts/Repository/UserPreferenceService.php b/src/contracts/Repository/UserPreferenceService.php index 68322c6049..d311a8289f 100644 --- a/src/contracts/Repository/UserPreferenceService.php +++ b/src/contracts/Repository/UserPreferenceService.php @@ -8,8 +8,12 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreference; use Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreferenceList; +use Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreferenceSetStruct; /** * User Preference Service. @@ -21,10 +25,10 @@ interface UserPreferenceService /** * Set user preference. * - * @param \Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreferenceSetStruct[] $userPreferenceSetStructs + * @param UserPreferenceSetStruct[] $userPreferenceSetStructs * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to set user preference - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the $userPreferenceSetStruct is invalid + * @throws UnauthorizedException If the current user user is not allowed to set user preference + * @throws InvalidArgumentException If the $userPreferenceSetStruct is invalid */ public function setUserPreference(array $userPreferenceSetStructs): void; @@ -33,10 +37,10 @@ public function setUserPreference(array $userPreferenceSetStructs): void; * * @param string $userPreferenceName * - * @return \Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreference + * @return UserPreference * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the current user user is not allowed to fetch user preference - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws UnauthorizedException if the current user user is not allowed to fetch user preference + * @throws NotFoundException */ public function getUserPreference(string $userPreferenceName): UserPreference; @@ -46,11 +50,14 @@ public function getUserPreference(string $userPreferenceName): UserPreference; * @param int $offset the start offset for paging * @param int $limit the number of user preferences returned * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @return \Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreferenceList + * @return UserPreferenceList */ - public function loadUserPreferences(int $offset = 0, int $limit = 25): UserPreferenceList; + public function loadUserPreferences( + int $offset = 0, + int $limit = 25 + ): UserPreferenceList; /** * Get count of total preferences for currently logged user. diff --git a/src/contracts/Repository/UserService.php b/src/contracts/Repository/UserService.php index 4d5edefd5e..ffe6c8ab9a 100644 --- a/src/contracts/Repository/UserService.php +++ b/src/contracts/Repository/UserService.php @@ -8,6 +8,13 @@ namespace Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\FieldType\ValidationError; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\User\PasswordInfo; @@ -32,17 +39,20 @@ interface UserService * - the content type is determined via configuration and can be set to null. * The returned version is published. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroupCreateStruct $userGroupCreateStruct a structure for setting all necessary data to create this user group - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $parentGroup + * @param UserGroupCreateStruct $userGroupCreateStruct a structure for setting all necessary data to create this user group + * @param UserGroup $parentGroup * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return UserGroup * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to create a user group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the input structure has invalid data - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $userGroupCreateStruct is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if a required field is missing or set to an empty value + * @throws UnauthorizedException if the authenticated user is not allowed to create a user group + * @throws InvalidArgumentException if the input structure has invalid data + * @throws ContentFieldValidationException if a field in the $userGroupCreateStruct is not valid + * @throws ContentValidationException if a required field is missing or set to an empty value */ - public function createUserGroup(UserGroupCreateStruct $userGroupCreateStruct, UserGroup $parentGroup): UserGroup; + public function createUserGroup( + UserGroupCreateStruct $userGroupCreateStruct, + UserGroup $parentGroup + ): UserGroup; /** * Loads a user group for the given id. @@ -50,12 +60,15 @@ public function createUserGroup(UserGroupCreateStruct $userGroupCreateStruct, Us * @param int $id * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return UserGroup * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to load a user group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the user group with the given id was not found + * @throws UnauthorizedException if the authenticated user is not allowed to load a user group + * @throws NotFoundException if the user group with the given id was not found */ - public function loadUserGroup(int $id, array $prioritizedLanguages = []): UserGroup; + public function loadUserGroup( + int $id, + array $prioritizedLanguages = [] + ): UserGroup; /** * Loads a user group for the given remote id. @@ -63,49 +76,60 @@ public function loadUserGroup(int $id, array $prioritizedLanguages = []): UserGr * @param string $remoteId * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return UserGroup * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to load a user group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the user group with the given id was not found + * @throws UnauthorizedException if the authenticated user is not allowed to load a user group + * @throws NotFoundException if the user group with the given id was not found */ - public function loadUserGroupByRemoteId(string $remoteId, array $prioritizedLanguages = []): UserGroup; + public function loadUserGroupByRemoteId( + string $remoteId, + array $prioritizedLanguages = [] + ): UserGroup; /** * Loads the sub groups of a user group. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param UserGroup $userGroup * @param int $offset the start offset for paging * @param int $limit the number of user groups returned * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup[] + * @return UserGroup[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read the user group + * @throws UnauthorizedException if the authenticated user is not allowed to read the user group */ - public function loadSubUserGroups(UserGroup $userGroup, int $offset = 0, int $limit = 25, array $prioritizedLanguages = []): iterable; + public function loadSubUserGroups( + UserGroup $userGroup, + int $offset = 0, + int $limit = 25, + array $prioritizedLanguages = [] + ): iterable; /** * Removes a user group. * * the users which are not assigned to other groups will be deleted. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param UserGroup $userGroup * * @return int[] Affected Location Id's (List of Locations of the Content that was deleted) * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to create a user group + * @throws UnauthorizedException if the authenticated user is not allowed to create a user group */ public function deleteUserGroup(UserGroup $userGroup): array; /** * Moves the user group to another parent. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $newParent + * @param UserGroup $userGroup + * @param UserGroup $newParent * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to move the user group + * @throws UnauthorizedException if the authenticated user is not allowed to move the user group */ - public function moveUserGroup(UserGroup $userGroup, UserGroup $newParent): void; + public function moveUserGroup( + UserGroup $userGroup, + UserGroup $newParent + ): void; /** * Updates the group profile with fields and meta data. @@ -113,33 +137,39 @@ public function moveUserGroup(UserGroup $userGroup, UserGroup $newParent): void; * 4.x: If the versionUpdateStruct is set in $userGroupUpdateStruct, this method internally creates a content draft, updates ts with the provided data * and publishes the draft. If a draft is explicitly required, the user group can be updated via the content service methods. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroupUpdateStruct $userGroupUpdateStruct + * @param UserGroup $userGroup + * @param UserGroupUpdateStruct $userGroupUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return UserGroup * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to move the user group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $userGroupUpdateStruct is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if a required field is set empty - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if a field value is not accepted by the field type + * @throws UnauthorizedException if the authenticated user is not allowed to move the user group + * @throws ContentFieldValidationException if a field in the $userGroupUpdateStruct is not valid + * @throws ContentValidationException if a required field is set empty + * @throws InvalidArgumentException if a field value is not accepted by the field type */ - public function updateUserGroup(UserGroup $userGroup, UserGroupUpdateStruct $userGroupUpdateStruct): UserGroup; + public function updateUserGroup( + UserGroup $userGroup, + UserGroupUpdateStruct $userGroupUpdateStruct + ): UserGroup; /** * Create a new user. The created user is published by this method. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserCreateStruct $userCreateStruct the data used for creating the user - * @param array $parentGroups the groups of type {@see \Ibexa\Contracts\Core\Repository\Values\User\UserGroup} which are assigned to the user after creation + * @param UserCreateStruct $userCreateStruct the data used for creating the user + * @param array $parentGroups the groups of type {@see UserGroup} which are assigned to the user after creation * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to move the user group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $userCreateStruct is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if a required field is missing or set to an empty value - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if a field value is not accepted by the field type + * @throws UnauthorizedException if the authenticated user is not allowed to move the user group + * @throws ContentFieldValidationException if a field in the $userCreateStruct is not valid + * @throws ContentValidationException if a required field is missing or set to an empty value + * @throws InvalidArgumentException if a field value is not accepted by the field type * if a user with provided login already exists */ - public function createUser(UserCreateStruct $userCreateStruct, array $parentGroups): User; + public function createUser( + UserCreateStruct $userCreateStruct, + array $parentGroups + ): User; /** * Loads a user. @@ -147,11 +177,14 @@ public function createUser(UserCreateStruct $userCreateStruct, array $parentGrou * @param mixed $userId * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a user with the given id was not found + * @throws NotFoundException if a user with the given id was not found */ - public function loadUser(int $userId, array $prioritizedLanguages = []): User; + public function loadUser( + int $userId, + array $prioritizedLanguages = [] + ): User; /** * Loads a user for the given login. @@ -162,22 +195,28 @@ public function loadUser(int $userId, array $prioritizedLanguages = []): User; * @param string $login * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a user with the given credentials was not found - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException if a user with the given credentials was not found + * @throws InvalidArgumentException */ - public function loadUserByLogin(string $login, array $prioritizedLanguages = []): User; + public function loadUserByLogin( + string $login, + array $prioritizedLanguages = [] + ): User; /** * Checks if credentials are valid for provided User. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param User $user * @param string $credentials * * @return bool */ - public function checkUserCredentials(User $user, string $credentials): bool; + public function checkUserCredentials( + User $user, + string $credentials + ): bool; /** * Loads a user for the given email. @@ -185,12 +224,15 @@ public function checkUserCredentials(User $user, string $credentials): bool; * @param string $email * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ - public function loadUserByEmail(string $email, array $prioritizedLanguages = []): User; + public function loadUserByEmail( + string $email, + array $prioritizedLanguages = [] + ): User; /** * Loads a users for the given email. @@ -203,11 +245,14 @@ public function loadUserByEmail(string $email, array $prioritizedLanguages = []) * @param string $email * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User[] + * @return User[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function loadUsersByEmail(string $email, array $prioritizedLanguages = []): iterable; + public function loadUsersByEmail( + string $email, + array $prioritizedLanguages = [] + ): iterable; /** * Loads a user with user hash key. @@ -215,18 +260,21 @@ public function loadUsersByEmail(string $email, array $prioritizedLanguages = [] * @param string $hash * @param string[] $prioritizedLanguages * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ - public function loadUserByToken(string $hash, array $prioritizedLanguages = []): User; + public function loadUserByToken( + string $hash, + array $prioritizedLanguages = [] + ): User; /** * This method deletes a user. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param User $user * * @return int[] Affected Location Id's (List of Locations of the Content that was deleted) * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to delete the user + * @throws UnauthorizedException if the authenticated user is not allowed to delete the user */ public function deleteUser(User $user): array; @@ -236,39 +284,48 @@ public function deleteUser(User $user): array; * 4.x: If the versionUpdateStruct is set in the user update structure, this method internally creates a content draft, updates ts with the provided data * and publishes the draft. If a draft is explicitly required, the user group can be updated via the content service methods. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserUpdateStruct $userUpdateStruct + * @param User $user + * @param UserUpdateStruct $userUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $userUpdateStruct is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if a required field is set empty - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if a field value is not accepted by the field type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to update the user + *@throws ContentFieldValidationException if a field in the $userUpdateStruct is not valid + * @throws ContentValidationException if a required field is set empty + * @throws InvalidArgumentException if a field value is not accepted by the field type + * @throws UnauthorizedException if the authenticated user is not allowed to update the user */ - public function updateUser(User $user, UserUpdateStruct $userUpdateStruct): User; + public function updateUser( + User $user, + UserUpdateStruct $userUpdateStruct + ): User; /** * Validates and updates just the user's password. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if new password does not pass validation - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to update the user - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws ContentValidationException + * @throws ContentFieldValidationException if new password does not pass validation + * @throws UnauthorizedException if the authenticated user is not allowed to update the user + * @throws InvalidArgumentException + * @throws NotFoundException * @throws \Exception */ - public function updateUserPassword(User $user, string $newPassword): User; + public function updateUserPassword( + User $user, + string $newPassword + ): User; /** * Update the user token information specified by the user token struct. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserTokenUpdateStruct $userTokenUpdateStruct + * @param User $user + * @param UserTokenUpdateStruct $userTokenUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ - public function updateUserToken(User $user, UserTokenUpdateStruct $userTokenUpdateStruct): User; + public function updateUserToken( + User $user, + UserTokenUpdateStruct $userTokenUpdateStruct + ): User; /** * Expires user token with user hash. @@ -282,59 +339,75 @@ public function expireUserToken(string $hash): void; * * If the user is already in the given user group this method does nothing. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param User $user + * @param UserGroup $userGroup * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to assign the user group to the user + * @throws UnauthorizedException if the authenticated user is not allowed to assign the user group to the user */ - public function assignUserToUserGroup(User $user, UserGroup $userGroup): void; + public function assignUserToUserGroup( + User $user, + UserGroup $userGroup + ): void; /** * Removes a user group from the user. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param User $user + * @param UserGroup $userGroup * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to remove the user group from the user - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the user is not in the given user group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If $userGroup is the last assigned user group + * @throws UnauthorizedException if the authenticated user is not allowed to remove the user group from the user + * @throws InvalidArgumentException if the user is not in the given user group + * @throws BadStateException If $userGroup is the last assigned user group */ - public function unAssignUserFromUserGroup(User $user, UserGroup $userGroup): void; + public function unAssignUserFromUserGroup( + User $user, + UserGroup $userGroup + ): void; /** * Loads the user groups the user belongs to. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed read the user or user group + * @throws UnauthorizedException if the authenticated user is not allowed read the user or user group * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param User $user * @param int $offset the start offset for paging * @param int $limit the number of user groups returned * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup[] + * @return UserGroup[] */ - public function loadUserGroupsOfUser(User $user, int $offset = 0, int $limit = 25, array $prioritizedLanguages = []): iterable; + public function loadUserGroupsOfUser( + User $user, + int $offset = 0, + int $limit = 25, + array $prioritizedLanguages = [] + ): iterable; /** * Loads the users of a user group. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read the users or user group + * @throws UnauthorizedException if the authenticated user is not allowed to read the users or user group * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param UserGroup $userGroup * @param int $offset the start offset for paging * @param int $limit the number of users returned * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User[] + * @return User[] */ - public function loadUsersOfUserGroup(UserGroup $userGroup, int $offset = 0, int $limit = 25, array $prioritizedLanguages = []): iterable; + public function loadUsersOfUserGroup( + UserGroup $userGroup, + int $offset = 0, + int $limit = 25, + array $prioritizedLanguages = [] + ): iterable; /** * Checks if Content is a user. * * @since 7.4 * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @return bool */ @@ -345,7 +418,7 @@ public function isUser(Content $content): bool; * * @since 7.4 * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @return bool */ @@ -358,33 +431,42 @@ public function isUserGroup(Content $content): bool; * @param string $email the email of the new user * @param string $password the plain password of the new user * @param string $mainLanguageCode the main language for the underlying content object - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType|null $contentType content type for the underlying content object. + * @param ContentType|null $contentType content type for the underlying content object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserCreateStruct + * @return UserCreateStruct */ - public function newUserCreateStruct(string $login, string $email, string $password, string $mainLanguageCode, ?ContentType $contentType = null): UserCreateStruct; + public function newUserCreateStruct( + string $login, + string $email, + string $password, + string $mainLanguageCode, + ?ContentType $contentType = null + ): UserCreateStruct; /** * Instantiate a user group create class. * * @param string $mainLanguageCode The main language for the underlying content object - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType|null $contentType 5.x the content type for the underlying content object. In 4.x it is ignored and taken from the configuration + * @param ContentType|null $contentType 5.x the content type for the underlying content object. In 4.x it is ignored and taken from the configuration * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroupCreateStruct + * @return UserGroupCreateStruct */ - public function newUserGroupCreateStruct(string $mainLanguageCode, ?ContentType $contentType = null): UserGroupCreateStruct; + public function newUserGroupCreateStruct( + string $mainLanguageCode, + ?ContentType $contentType = null + ): UserGroupCreateStruct; /** * Instantiate a new user update struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserUpdateStruct + * @return UserUpdateStruct */ public function newUserUpdateStruct(): UserUpdateStruct; /** * Instantiate a new user group update struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroupUpdateStruct + * @return UserGroupUpdateStruct */ public function newUserGroupUpdateStruct(): UserGroupUpdateStruct; @@ -392,20 +474,23 @@ public function newUserGroupUpdateStruct(): UserGroupUpdateStruct; * Validates given password. * * @param string $password - * @param \Ibexa\Contracts\Core\Repository\Values\User\PasswordValidationContext|null $context + * @param PasswordValidationContext|null $context * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException + * @throws ContentValidationException * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ - public function validatePassword(string $password, ?PasswordValidationContext $context = null): array; + public function validatePassword( + string $password, + ?PasswordValidationContext $context = null + ): array; /** * Returns information about password for a given user. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param User $user * - * @return \Ibexa\Contracts\Core\Repository\Values\User\PasswordInfo + * @return PasswordInfo */ public function getPasswordInfo(User $user): PasswordInfo; } diff --git a/src/contracts/Repository/Validator/ContentValidator.php b/src/contracts/Repository/Validator/ContentValidator.php index 2095f98c68..f970130a4b 100644 --- a/src/contracts/Repository/Validator/ContentValidator.php +++ b/src/contracts/Repository/Validator/ContentValidator.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Repository\Validator; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ValueObject; interface ContentValidator @@ -32,7 +33,7 @@ public function supports(ValueObject $object): bool; * @return array Grouped validation errors by field definition ID and language code, in format: * $returnValue[int $fieldDefinitionId][string $languageCode] = $fieldErrors; * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function validate( ValueObject $object, diff --git a/src/contracts/Repository/Values/Bookmark/BookmarkList.php b/src/contracts/Repository/Values/Bookmark/BookmarkList.php index 0c0d49e2cc..daee7de264 100644 --- a/src/contracts/Repository/Values/Bookmark/BookmarkList.php +++ b/src/contracts/Repository/Values/Bookmark/BookmarkList.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Repository\Values\Bookmark; use ArrayIterator; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use IteratorAggregate; use Traversable; @@ -28,7 +29,7 @@ class BookmarkList extends ValueObject implements IteratorAggregate /** * List of bookmarked locations. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\Location[] + * @var Location[] */ public $items = []; diff --git a/src/contracts/Repository/Values/Content/Content.php b/src/contracts/Repository/Values/Content/Content.php index 6507e61690..4f31ce652e 100644 --- a/src/contracts/Repository/Values/Content/Content.php +++ b/src/contracts/Repository/Values/Content/Content.php @@ -15,11 +15,11 @@ /** * this class represents a content object in a specific version. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo @deprecated 4.6.7 accessing magic getter is deprecated and will be removed in 5.0.0. Use {@see Content::getContentInfo()} instead. + * @property-read ContentInfo $contentInfo @deprecated 4.6.7 accessing magic getter is deprecated and will be removed in 5.0.0. Use {@see Content::getContentInfo()} instead. * @property-read int $id @deprecated 4.6.7 accessing magic getter is deprecated and will be removed in 5.0.0. Use {@see Content::getId()} instead. - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo calls getVersionInfo() + * @property-read VersionInfo $versionInfo calls getVersionInfo() * @property-read array> $fields an array of [field definition identifier => [language code => field value]] - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\Thumbnail|null $thumbnail calls getThumbnail() + * @property-read Thumbnail|null $thumbnail calls getThumbnail() */ abstract class Content extends ValueObject { @@ -36,7 +36,7 @@ public function getContentInfo(): ContentInfo /** * Returns the VersionInfo for this version. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo + * @return VersionInfo */ abstract public function getVersionInfo(): VersionInfo; @@ -69,14 +69,17 @@ public function getName(?string $languageCode = null): ?string * @param string $fieldDefIdentifier * @param string|null $languageCode * - * @return \Ibexa\Contracts\Core\FieldType\Value|null a primitive type or a field type Value object depending on the field type. + * @return Value|null a primitive type or a field type Value object depending on the field type. */ - abstract public function getFieldValue(string $fieldDefIdentifier, ?string $languageCode = null): ?Value; + abstract public function getFieldValue( + string $fieldDefIdentifier, + ?string $languageCode = null + ): ?Value; /** * This method returns the complete fields collection. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field[] An array of {@see \Ibexa\Contracts\Core\Repository\Values\Content\Field} + * @return Field[] An array of {@see Field} */ abstract public function getFields(): iterable; @@ -89,7 +92,7 @@ abstract public function getFields(): iterable; * * @param string|null $languageCode * - * @return iterable An array of {@see \Ibexa\Contracts\Core\Repository\Values\Content\Field} with field identifier as keys + * @return iterable An array of {@see Field} with field identifier as keys */ abstract public function getFieldsByLanguage(?string $languageCode = null): iterable; @@ -107,14 +110,17 @@ abstract public function getFieldsByLanguage(?string $languageCode = null): iter * @param string $fieldDefIdentifier * @param string|null $languageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field|null A {@see \Ibexa\Contracts\Core\Repository\Values\Content\Field} or null if nothing is found + * @return Field|null A {@see Field} or null if nothing is found */ - abstract public function getField(string $fieldDefIdentifier, ?string $languageCode = null): ?Field; + abstract public function getField( + string $fieldDefIdentifier, + ?string $languageCode = null + ): ?Field; /** * Returns the ContentType for this content. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ abstract public function getContentType(): ContentType; diff --git a/src/contracts/Repository/Values/Content/ContentCreateStruct.php b/src/contracts/Repository/Values/Content/ContentCreateStruct.php index 7cedf5c508..2f4b59a50e 100644 --- a/src/contracts/Repository/Values/Content/ContentCreateStruct.php +++ b/src/contracts/Repository/Values/Content/ContentCreateStruct.php @@ -14,7 +14,7 @@ /** * This class is used for creating a new content object. * - * @property \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $fields + * @property Field[] $fields */ abstract class ContentCreateStruct extends ContentStruct { diff --git a/src/contracts/Repository/Values/Content/ContentDraftList.php b/src/contracts/Repository/Values/Content/ContentDraftList.php index e19293d4c3..0487e1986d 100644 --- a/src/contracts/Repository/Values/Content/ContentDraftList.php +++ b/src/contracts/Repository/Values/Content/ContentDraftList.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content; use ArrayIterator; +use Ibexa\Contracts\Core\Repository\Values\Content\DraftList\ContentDraftListItemInterface; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use IteratorAggregate; use Traversable; @@ -21,7 +22,7 @@ class ContentDraftList extends ValueObject implements IteratorAggregate public int $totalCount = 0; /** - * @var \Ibexa\Contracts\Core\Repository\Values\Content\DraftList\ContentDraftListItemInterface[] + * @var ContentDraftListItemInterface[] */ public array $items = []; diff --git a/src/contracts/Repository/Values/Content/ContentInfo.php b/src/contracts/Repository/Values/Content/ContentInfo.php index 1391d99dd0..059cc90fa6 100644 --- a/src/contracts/Repository/Values/Content/ContentInfo.php +++ b/src/contracts/Repository/Values/Content/ContentInfo.php @@ -51,7 +51,7 @@ class ContentInfo extends ValueObject /** * The computed name (via name schema) in the main language of the Content object. * - * For names in other languages then main see {@see \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo} + * For names in other languages then main see {@see VersionInfo} */ protected string $name; diff --git a/src/contracts/Repository/Values/Content/ContentList.php b/src/contracts/Repository/Values/Content/ContentList.php index 9fd7b03792..664e4ff623 100644 --- a/src/contracts/Repository/Values/Content/ContentList.php +++ b/src/contracts/Repository/Values/Content/ContentList.php @@ -22,7 +22,7 @@ final class ContentList implements IteratorAggregate, TotalCountAwareInterface /** @phpstan-var int<0, max> */ private int $totalCount; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content[] */ + /** @var Content[] */ private array $contentItems; /** @@ -30,10 +30,12 @@ final class ContentList implements IteratorAggregate, TotalCountAwareInterface * * @phpstan-param int<0, max> $totalCount * - * @param array<\Ibexa\Contracts\Core\Repository\Values\Content\Content> $contentItems + * @param array $contentItems */ - public function __construct(int $totalCount, array $contentItems) - { + public function __construct( + int $totalCount, + array $contentItems + ) { $this->totalCount = $totalCount; $this->contentItems = $contentItems; } @@ -47,7 +49,7 @@ public function getTotalCount(): int } /** - * @return \ArrayIterator + * @return ArrayIterator */ public function getIterator(): ArrayIterator { diff --git a/src/contracts/Repository/Values/Content/ContentStruct.php b/src/contracts/Repository/Values/Content/ContentStruct.php index 764e97f8e2..2d36e7942e 100644 --- a/src/contracts/Repository/Values/Content/ContentStruct.php +++ b/src/contracts/Repository/Values/Content/ContentStruct.php @@ -13,7 +13,7 @@ /** * Base struct for content create/update structs. * - * @property \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $fields + * @property Field[] $fields */ abstract class ContentStruct extends ValueObject { @@ -29,5 +29,9 @@ abstract class ContentStruct extends ValueObject * field type or an instance of a Value class provided by the field type * @param string|null $language If not given on a translatable field the initial language is used */ - abstract public function setField(string $fieldDefIdentifier, mixed $value, ?string $language = null): void; + abstract public function setField( + string $fieldDefIdentifier, + mixed $value, + ?string $language = null + ): void; } diff --git a/src/contracts/Repository/Values/Content/ContentUpdateStruct.php b/src/contracts/Repository/Values/Content/ContentUpdateStruct.php index be137a0ad1..f65d767835 100644 --- a/src/contracts/Repository/Values/Content/ContentUpdateStruct.php +++ b/src/contracts/Repository/Values/Content/ContentUpdateStruct.php @@ -11,7 +11,7 @@ /** * This class is used for updating the fields of a content object draft. * - * @property \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $fields + * @property Field[] $fields */ abstract class ContentUpdateStruct extends ContentStruct { diff --git a/src/contracts/Repository/Values/Content/DraftList/ContentDraftListItemInterface.php b/src/contracts/Repository/Values/Content/DraftList/ContentDraftListItemInterface.php index 1a16015bee..c2b2ffd49e 100644 --- a/src/contracts/Repository/Values/Content/DraftList/ContentDraftListItemInterface.php +++ b/src/contracts/Repository/Values/Content/DraftList/ContentDraftListItemInterface.php @@ -13,7 +13,7 @@ interface ContentDraftListItemInterface { /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo|null + * @return VersionInfo|null */ public function getVersionInfo(): ?VersionInfo; diff --git a/src/contracts/Repository/Values/Content/DraftList/Item/UnauthorizedContentDraftListItem.php b/src/contracts/Repository/Values/Content/DraftList/Item/UnauthorizedContentDraftListItem.php index 3bd290d0d7..3fd2f03938 100644 --- a/src/contracts/Repository/Values/Content/DraftList/Item/UnauthorizedContentDraftListItem.php +++ b/src/contracts/Repository/Values/Content/DraftList/Item/UnauthorizedContentDraftListItem.php @@ -26,8 +26,11 @@ class UnauthorizedContentDraftListItem implements ContentDraftListItemInterface /** * @param array $payload */ - public function __construct(string $module, string $function, array $payload) - { + public function __construct( + string $module, + string $function, + array $payload + ) { $this->module = $module; $this->function = $function; $this->payload = $payload; diff --git a/src/contracts/Repository/Values/Content/Location.php b/src/contracts/Repository/Values/Content/Location.php index 79a8b7289f..d85e35e07f 100644 --- a/src/contracts/Repository/Values/Content/Location.php +++ b/src/contracts/Repository/Values/Content/Location.php @@ -15,7 +15,7 @@ /** * This class represents a location in the repository. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo Calls {@see Location::getContentInfo()} + * @property-read ContentInfo $contentInfo Calls {@see Location::getContentInfo()} * @property-read int $contentId Accessing magic getter is deprecated since 4.6.7 and will be removed in 5.0.0. Use {@see Location::getContentId()} instead. * @property-read int $id Accessing magic getter is deprecated since 4.6.7 and will be removed in 5.0.0. Use {@see Location::getId()} instead. * @property-read int $priority Position of the Location among its siblings when sorted using priority @@ -163,7 +163,7 @@ abstract class Location extends ValueObject /** * Returns the content info of the content object of this location. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ abstract public function getContentInfo(): ContentInfo; @@ -198,9 +198,9 @@ public function getContent(): Content /** * Get SortClause objects built from Locations' sort options. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException If sort field has a deprecated/unsupported value which does not have a Sort Clause. + * @throws NotImplementedException If sort field has a deprecated/unsupported value which does not have a Sort Clause. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] + * @return SortClause[] */ public function getSortClauses(): array { diff --git a/src/contracts/Repository/Values/Content/LocationList.php b/src/contracts/Repository/Values/Content/LocationList.php index 1d0c24d8ac..17e17f03ef 100644 --- a/src/contracts/Repository/Values/Content/LocationList.php +++ b/src/contracts/Repository/Values/Content/LocationList.php @@ -19,7 +19,7 @@ * (by offset/limit parameters and permission filters). * * @property-read int<0, max> $totalCount - the total count of found locations (filtered by permissions) - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\Location[] $locations - the partial list of + * @property-read Location[] $locations - the partial list of * Locations controlled by offset/limit. * * @implements \IteratorAggregate @@ -38,7 +38,7 @@ class LocationList extends ValueObject implements IteratorAggregate, TotalCountA /** * the partial list of locations controlled by offset/limit. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\Location[] + * @var Location[] */ protected array $locations = []; diff --git a/src/contracts/Repository/Values/Content/LocationQuery.php b/src/contracts/Repository/Values/Content/LocationQuery.php index 763aa16726..e665d0fc14 100644 --- a/src/contracts/Repository/Values/Content/LocationQuery.php +++ b/src/contracts/Repository/Values/Content/LocationQuery.php @@ -11,6 +11,4 @@ /** * This class is used to perform a Location query. */ -class LocationQuery extends Query -{ -} +class LocationQuery extends Query {} diff --git a/src/contracts/Repository/Values/Content/Query.php b/src/contracts/Repository/Values/Content/Query.php index 8759132a7a..81cd866803 100644 --- a/src/contracts/Repository/Values/Content/Query.php +++ b/src/contracts/Repository/Values/Content/Query.php @@ -8,7 +8,9 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Spellcheck; use Ibexa\Contracts\Core\Repository\Values\ValueObject; @@ -50,12 +52,12 @@ class Query extends ValueObject /** * Query sorting clauses. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] + * @var SortClause[] */ public array $sortClauses = []; /** - * @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation[] + * @var Aggregation[] */ public array $aggregations = []; diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/AbstractRangeAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/AbstractRangeAggregation.php index 044acc8f9f..fbbc136876 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/AbstractRangeAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/AbstractRangeAggregation.php @@ -26,8 +26,10 @@ abstract class AbstractRangeAggregation implements Aggregation /** * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range[] $ranges */ - public function __construct(string $name, array $ranges = []) - { + public function __construct( + string $name, + array $ranges = [] + ) { $this->name = $name; $this->ranges = $ranges; } diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/ContentTypeGroupTermAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/ContentTypeGroupTermAggregation.php index cd29c58e1e..a90b78bed9 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/ContentTypeGroupTermAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/ContentTypeGroupTermAggregation.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation; -final class ContentTypeGroupTermAggregation extends AbstractTermAggregation -{ -} +final class ContentTypeGroupTermAggregation extends AbstractTermAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/ContentTypeTermAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/ContentTypeTermAggregation.php index f02c4a721e..71e9935cc0 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/ContentTypeTermAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/ContentTypeTermAggregation.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation; -final class ContentTypeTermAggregation extends AbstractTermAggregation -{ -} +final class ContentTypeTermAggregation extends AbstractTermAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/DateMetadataRangeAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/DateMetadataRangeAggregation.php index 936cef402f..279daba7fd 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/DateMetadataRangeAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/DateMetadataRangeAggregation.php @@ -25,8 +25,11 @@ final class DateMetadataRangeAggregation extends AbstractRangeAggregation /** * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range[] $ranges */ - public function __construct(string $name, string $type, array $ranges = []) - { + public function __construct( + string $name, + string $type, + array $ranges = [] + ) { parent::__construct($name, $ranges); $this->type = $type; } diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/AbstractFieldRangeAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/AbstractFieldRangeAggregation.php index 09a70140cf..21bbc27422 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/AbstractFieldRangeAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/AbstractFieldRangeAggregation.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\AbstractRangeAggregation; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\FieldAggregation; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range; /** * @phpstan-template TValue @@ -21,7 +22,7 @@ abstract class AbstractFieldRangeAggregation extends AbstractRangeAggregation im use FieldAggregationTrait; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range[] $ranges + * @param Range[] $ranges */ public function __construct( string $name, diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/AuthorTermAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/AuthorTermAggregation.php index 98fe4a8a28..c9b5b53d2b 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/AuthorTermAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/AuthorTermAggregation.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Field; -final class AuthorTermAggregation extends AbstractFieldTermAggregation -{ -} +final class AuthorTermAggregation extends AbstractFieldTermAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/CheckboxTermAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/CheckboxTermAggregation.php index 47629dc7bd..7c0f8ca62c 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/CheckboxTermAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/CheckboxTermAggregation.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Field; -final class CheckboxTermAggregation extends AbstractFieldTermAggregation -{ -} +final class CheckboxTermAggregation extends AbstractFieldTermAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/DateRangeAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/DateRangeAggregation.php index ac11ca9b02..7392d96c0e 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/DateRangeAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/DateRangeAggregation.php @@ -17,7 +17,7 @@ final class DateRangeAggregation extends AbstractFieldRangeAggregation { /** - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Ranges\RangesGeneratorInterface<\DateTimeInterface> $generator + * @phpstan-param RangesGeneratorInterface<\DateTimeInterface> $generator */ public static function fromGenerator( string $name, diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/DateTimeRangeAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/DateTimeRangeAggregation.php index b20affd729..afb3dc4127 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/DateTimeRangeAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/DateTimeRangeAggregation.php @@ -17,7 +17,7 @@ final class DateTimeRangeAggregation extends AbstractFieldRangeAggregation { /** - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Ranges\RangesGeneratorInterface<\DateTimeInterface> $generator + * @phpstan-param RangesGeneratorInterface<\DateTimeInterface> $generator */ public static function fromGenerator( string $name, diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/FloatRangeAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/FloatRangeAggregation.php index 0f921a5b1d..2c470a952b 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/FloatRangeAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/FloatRangeAggregation.php @@ -17,7 +17,7 @@ final class FloatRangeAggregation extends AbstractFieldRangeAggregation { /** - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Ranges\RangesGeneratorInterface $generator + * @phpstan-param RangesGeneratorInterface $generator */ public static function fromGenerator( string $name, diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/FloatStatsAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/FloatStatsAggregation.php index bcd2412c4d..dd9cdef37e 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/FloatStatsAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/FloatStatsAggregation.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Field; -final class FloatStatsAggregation extends AbstractFieldStatsAggregation -{ -} +final class FloatStatsAggregation extends AbstractFieldStatsAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/IntegerRangeAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/IntegerRangeAggregation.php index eece7acabf..3151ad6809 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/IntegerRangeAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/IntegerRangeAggregation.php @@ -17,7 +17,7 @@ final class IntegerRangeAggregation extends AbstractFieldRangeAggregation { /** - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Ranges\RangesGeneratorInterface $generator + * @phpstan-param RangesGeneratorInterface $generator */ public static function fromGenerator( string $name, diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/IntegerStatsAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/IntegerStatsAggregation.php index 742de6b3b7..79b66a4755 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/IntegerStatsAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/IntegerStatsAggregation.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Field; -final class IntegerStatsAggregation extends AbstractFieldStatsAggregation -{ -} +final class IntegerStatsAggregation extends AbstractFieldStatsAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/KeywordTermAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/KeywordTermAggregation.php index decb43bdf2..201f9ace19 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/KeywordTermAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/KeywordTermAggregation.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Field; -final class KeywordTermAggregation extends AbstractFieldTermAggregation -{ -} +final class KeywordTermAggregation extends AbstractFieldTermAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/SelectionTermAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/SelectionTermAggregation.php index 0bd76091ff..f8335ae396 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/SelectionTermAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/SelectionTermAggregation.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Field; -final class SelectionTermAggregation extends AbstractFieldTermAggregation -{ -} +final class SelectionTermAggregation extends AbstractFieldTermAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/TimeRangeAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/TimeRangeAggregation.php index 4a47512c70..ef09a29cfb 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Field/TimeRangeAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Field/TimeRangeAggregation.php @@ -17,7 +17,7 @@ final class TimeRangeAggregation extends AbstractFieldRangeAggregation { /** - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Ranges\RangesGeneratorInterface $generator + * @phpstan-param RangesGeneratorInterface $generator */ public static function fromGenerator( string $name, diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/LanguageTermAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/LanguageTermAggregation.php index 942a1486f1..bdf81dc8cb 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/LanguageTermAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/LanguageTermAggregation.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation; -final class LanguageTermAggregation extends AbstractTermAggregation -{ -} +final class LanguageTermAggregation extends AbstractTermAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Location/LocationChildrenTermAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Location/LocationChildrenTermAggregation.php index 5276a75b05..403c6f3efa 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Location/LocationChildrenTermAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Location/LocationChildrenTermAggregation.php @@ -11,6 +11,4 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\AbstractTermAggregation; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\LocationAggregation; -final class LocationChildrenTermAggregation extends AbstractTermAggregation implements LocationAggregation -{ -} +final class LocationChildrenTermAggregation extends AbstractTermAggregation implements LocationAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Location/SubtreeTermAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Location/SubtreeTermAggregation.php index 4585586b8d..4e432a76ae 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Location/SubtreeTermAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Location/SubtreeTermAggregation.php @@ -17,8 +17,10 @@ final class SubtreeTermAggregation extends AbstractTermAggregation implements Lo { private string $pathString; - public function __construct(string $name, string $pathString) - { + public function __construct( + string $name, + string $pathString + ) { parent::__construct($name); if (!$this->isValidPathString($pathString)) { @@ -41,8 +43,10 @@ private function isValidPathString(string $pathString): bool return preg_match('/^(\/\w+)+\/$/', $pathString) === 1; } - public static function fromLocation(string $name, Location $location): self - { + public static function fromLocation( + string $name, + Location $location + ): self { return new self($name, $location->pathString); } } diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/LocationAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/LocationAggregation.php index c761644781..f6273b96ac 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/LocationAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/LocationAggregation.php @@ -11,6 +11,4 @@ /** * Marker interface for location based aggregation. */ -interface LocationAggregation -{ -} +interface LocationAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Range.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Range.php index dd30d1fda5..1d60543d17 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Range.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Range.php @@ -38,8 +38,11 @@ final class Range extends ValueObject * @phpstan-param TValue|null $from beginning of the range (included). * @phpstan-param TValue|null $to end of the range (excluded). */ - public function __construct(mixed $from, mixed $to, ?string $label = null) - { + public function __construct( + mixed $from, + mixed $to, + ?string $label = null + ) { parent::__construct(); $this->from = $from; @@ -94,7 +97,7 @@ public function __toString(): string /** * Check if the range is equal to another range. * - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range $value + * @phpstan-param Range $value */ public function equalsTo(Range $value): bool { @@ -126,30 +129,36 @@ private function getRangeValueAsString(mixed $value): string /** * Creates a range of integers. * - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range + * @phpstan-return Range */ - public static function ofInt(?int $from, ?int $to): self - { + public static function ofInt( + ?int $from, + ?int $to + ): self { return new self($from, $to); } /** * Creates a range of floats. * - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range + * @phpstan-return Range */ - public static function ofFloat(?float $from, ?float $to): self - { + public static function ofFloat( + ?float $from, + ?float $to + ): self { return new self($from, $to); } /** * Creates a range of dates. * - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range<\DateTimeInterface> + * @phpstan-return Range */ - public static function ofDateTime(?DateTimeInterface $from, ?DateTimeInterface $to): self - { + public static function ofDateTime( + ?DateTimeInterface $from, + ?DateTimeInterface $to + ): self { return new self($from, $to); } } diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/DateTimeStepRangesGenerator.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/DateTimeStepRangesGenerator.php index 72eaebf31a..0fefaba475 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/DateTimeStepRangesGenerator.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/DateTimeStepRangesGenerator.php @@ -34,8 +34,10 @@ final class DateTimeStepRangesGenerator implements RangesGeneratorInterface private bool $isRightOpen = true; - public function __construct(DateTimeInterface $start, DateTimeInterface $end) - { + public function __construct( + DateTimeInterface $start, + DateTimeInterface $end + ) { $this->start = $start; $this->end = $end; $this->step = new DateInterval('P1D'); @@ -100,7 +102,7 @@ public function setRightOpen(bool $isRightOpen): self } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range<\DateTimeInterface>[] + * @return Range[] */ public function generate(): array { @@ -116,7 +118,7 @@ public function generate(): array $ranges[] = Range::ofDateTime(Range::INF, $this->start); } - /** @var \DateTimeImmutable $current */ + /** @var DateTimeImmutable $current */ $current = $this->start; if ($current instanceof DateTime) { $current = DateTimeImmutable::createFromMutable($current); diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/FloatStepRangesGenerator.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/FloatStepRangesGenerator.php index e64afc87f4..d2e0c11cf8 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/FloatStepRangesGenerator.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/FloatStepRangesGenerator.php @@ -27,8 +27,10 @@ final class FloatStepRangesGenerator implements RangesGeneratorInterface private bool $isRightOpen = true; - public function __construct(float $start, float $end) - { + public function __construct( + float $start, + float $end + ) { $this->start = $start; $this->end = $end; } @@ -94,7 +96,7 @@ public function setRightOpen(bool $isRightOpen): self } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range[] + * @return Range[] */ public function generate(): array { diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/IntegerStepRangesGenerator.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/IntegerStepRangesGenerator.php index 27cab2cd1b..dbbf5ccd32 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/IntegerStepRangesGenerator.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/IntegerStepRangesGenerator.php @@ -28,8 +28,10 @@ final class IntegerStepRangesGenerator implements RangesGeneratorInterface private bool $isRightOpen = true; - public function __construct(int $start, int $end) - { + public function __construct( + int $start, + int $end + ) { $this->start = $start; $this->end = $end; } @@ -95,7 +97,7 @@ public function setRightOpen(bool $isRightOpen): self } /** - * @phpstan-return \Generator<\Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range> + * @phpstan-return Generator> */ public function generate(): Generator { diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/RangesGeneratorInterface.php b/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/RangesGeneratorInterface.php index 72dc0973e6..5ee2a2155b 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/RangesGeneratorInterface.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/Ranges/RangesGeneratorInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Ranges; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range; + /** * Interface for generating ranges for aggregations. * @@ -16,7 +18,7 @@ interface RangesGeneratorInterface { /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range[] + * @return Range[] */ public function generate(): iterable; } diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/RawRangeAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/RawRangeAggregation.php index 8dfc7994e6..e461fe29f3 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/RawRangeAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/RawRangeAggregation.php @@ -21,10 +21,13 @@ final class RawRangeAggregation extends AbstractRangeAggregation implements RawA private string $fieldName; /** - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range[] $ranges + * @phpstan-param Range[] $ranges */ - public function __construct(string $name, string $fieldName, array $ranges = []) - { + public function __construct( + string $name, + string $fieldName, + array $ranges = [] + ) { parent::__construct($name, $ranges); $this->fieldName = $fieldName; @@ -36,7 +39,7 @@ public function getFieldName(): string } /** - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Ranges\RangesGeneratorInterface $generator + * @phpstan-param RangesGeneratorInterface $generator * * @phpstan-return self */ diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/RawStatsAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/RawStatsAggregation.php index 1a3a27d800..0665f1a005 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/RawStatsAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/RawStatsAggregation.php @@ -12,8 +12,10 @@ final class RawStatsAggregation extends AbstractStatsAggregation implements RawA { private string $fieldName; - public function __construct(string $name, string $fieldName) - { + public function __construct( + string $name, + string $fieldName + ) { parent::__construct($name); $this->fieldName = $fieldName; diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/SectionTermAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/SectionTermAggregation.php index e60f94689b..bf16e6ddfd 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/SectionTermAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/SectionTermAggregation.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation; -final class SectionTermAggregation extends AbstractTermAggregation -{ -} +final class SectionTermAggregation extends AbstractTermAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Aggregation/VisibilityTermAggregation.php b/src/contracts/Repository/Values/Content/Query/Aggregation/VisibilityTermAggregation.php index 9d9f382a1b..9c43e6d88f 100644 --- a/src/contracts/Repository/Values/Content/Query/Aggregation/VisibilityTermAggregation.php +++ b/src/contracts/Repository/Values/Content/Query/Aggregation/VisibilityTermAggregation.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation; -final class VisibilityTermAggregation extends AbstractTermAggregation -{ -} +final class VisibilityTermAggregation extends AbstractTermAggregation {} diff --git a/src/contracts/Repository/Values/Content/Query/Criterion.php b/src/contracts/Repository/Values/Content/Query/Criterion.php index 09401bb0c5..ff1d6dc15b 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion.php @@ -47,12 +47,16 @@ abstract class Criterion implements CriterionInterface * The operator the Criterion uses. If null is given, will default to {@see Operator::IN} if $value is an array, * {@see Operator::EQ} if it isn't. * @param array|scalar $value - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Value|null $valueData + * @param Value|null $valueData * - * @throws \InvalidArgumentException if the provided operator isn't supported + * @throws InvalidArgumentException if the provided operator isn't supported */ - public function __construct(?string $target, ?string $operator, mixed $value, ?Value $valueData = null) - { + public function __construct( + ?string $target, + ?string $operator, + mixed $value, + ?Value $valueData = null + ) { if ($operator === null) { $operator = is_array($value) ? Operator::IN : Operator::EQ; } @@ -111,7 +115,7 @@ public function __construct(?string $target, ?string $operator, mixed $value, ?V * Criterion description function. * * Returns the combination of the Criterion's supported operator/value, - * as an array of {@see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications} objects + * as an array of {@see Specifications} objects * - {@see Specifications::$operator} is a supported {@see Operator} constant. * - {@see Specifications::$valueFormat} is the type of input value this operator requires, either array ({@see Specifications::FORMAT_ARRAY}) or single ({@see Specifications::FORMAT_SINGLE}). * - {@see Specifications::$valueTypes} are bitwise flags of types the operator will accept ({@see Specifications::TYPE_BOOLEAN}, {@see Specifications::TYPE_INTEGER}, and/or {@see Specifications::TYPE_STRING}). @@ -135,7 +139,7 @@ public function __construct(?string $target, ?string $operator, mixed $value, ?V * ] * ``` * - * @return array + * @return array */ abstract public function getSpecifications(): array; diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Ancestor.php b/src/contracts/Repository/Values/Content/Query/Criterion/Ancestor.php index c4c99e4b9f..6d08ec3161 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Ancestor.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Ancestor.php @@ -25,10 +25,10 @@ class Ancestor extends Criterion implements FilteringCriterion * * @param string|string[] $value Location path string * - * @throws \InvalidArgumentException if a non integer or string id is given - * @throws \InvalidArgumentException if the value type doesn't match the operator + * @throws InvalidArgumentException if a non integer or string id is given + * @throws InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(string|array $value) + public function __construct(string | array $value) { foreach ((array)$value as $pathString) { if (preg_match('/^(\/\w+)+\/$/', $pathString) !== 1) { diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/ContentId.php b/src/contracts/Repository/Values/Content/Query/Criterion/ContentId.php index ed280018bb..9eb95edfc8 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/ContentId.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/ContentId.php @@ -29,7 +29,7 @@ class ContentId extends Criterion implements FilteringCriterion * @throws \InvalidArgumentException if a non numeric id is given * @throws \InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(int|array $value) + public function __construct(int | array $value) { parent::__construct(null, null, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/ContentName.php b/src/contracts/Repository/Values/Content/Query/Criterion/ContentName.php index c026600eb6..c42086e395 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/ContentName.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/ContentName.php @@ -20,7 +20,7 @@ public function __construct(string $value) } /** - * @return array<\Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications> + * @return array */ public function getSpecifications(): array { diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeGroupId.php b/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeGroupId.php index 7e7ac6d992..548a09be1c 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeGroupId.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeGroupId.php @@ -31,7 +31,7 @@ class ContentTypeGroupId extends Criterion implements FilteringCriterion * * @throws \InvalidArgumentException if the parameters don't match what the criterion expects */ - public function __construct(int|array $value) + public function __construct(int | array $value) { parent::__construct(null, null, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeId.php b/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeId.php index a056ec2ed7..a8276c884d 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeId.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeId.php @@ -32,7 +32,7 @@ class ContentTypeId extends Criterion implements TrashCriterion, FilteringCriter * @throws \InvalidArgumentException if a non numeric id is given * @throws \InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(int|array $value) + public function __construct(int | array $value) { parent::__construct(null, null, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeIdentifier.php b/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeIdentifier.php index b33fe00461..b2d5bbd75a 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeIdentifier.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/ContentTypeIdentifier.php @@ -30,7 +30,7 @@ class ContentTypeIdentifier extends Criterion implements FilteringCriterion * * @throws \InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(string|array $value) + public function __construct(string | array $value) { parent::__construct(null, null, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/DateMetadata.php b/src/contracts/Repository/Values/Content/Query/Criterion/DateMetadata.php index 4ec8e147e0..a428786500 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/DateMetadata.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/DateMetadata.php @@ -57,14 +57,17 @@ class DateMetadata extends Criterion implements TrashCriterion, FilteringCriteri /** * Creates a new DateMetadata criterion. * - * @throws \InvalidArgumentException If target is unknown + * @throws InvalidArgumentException If target is unknown * * @param string $target One of {@see DateMetadata::CREATED}, {@see DateMetadata::MODIFIED}, or {@see DateMetadata::TRASHED} (applies to {@see \Ibexa\Contracts\Core\Repository\TrashService::findTrashItems()} only) * @param string $operator One of the {@see Operator} constants * @param int|int[] $value The match value, either as an array of as a single value, depending on the operator */ - public function __construct(string $target, string $operator, int|array $value) - { + public function __construct( + string $target, + string $operator, + int | array $value + ) { if (!in_array($target, self::TARGETS)) { throw new InvalidArgumentException(sprintf( 'Unknown DateMetadata target "%s". Expected one of: "%s"', diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Field.php b/src/contracts/Repository/Values/Content/Query/Criterion/Field.php index 79aa5002fa..21b796601a 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Field.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Field.php @@ -50,8 +50,11 @@ public function getSpecifications(): array * @param string $field * @param string $customField */ - public function setCustomField(string $type, string $field, string $customField): void - { + public function setCustomField( + string $type, + string $field, + string $customField + ): void { $this->customFields[$type][$field] = $customField; } @@ -65,8 +68,10 @@ public function setCustomField(string $type, string $field, string $customField) * * @return string|null */ - public function getCustomField(string $type, string $field): ?string - { + public function getCustomField( + string $type, + string $field + ): ?string { if (!isset($this->customFields[$type]) || !isset($this->customFields[$type][$field])) { return null; diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/FieldRelation.php b/src/contracts/Repository/Values/Content/Query/Criterion/FieldRelation.php index 6e75a65dc6..211c0a88fc 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/FieldRelation.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/FieldRelation.php @@ -10,11 +10,12 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications; +use Ibexa\Contracts\Core\Repository\Values\Content\Relation; /** * A criterion that matches Content based on the relations in relation field. * This includes Relation and RelationList field types in standard installation, but also any - * other field type storing {@see \Ibexa\Contracts\Core\Repository\Values\Content\Relation::FIELD} + * other field type storing {@see Relation::FIELD} * type relation. * * Supported operators: diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/FullText.php b/src/contracts/Repository/Values/Content/Query/Criterion/FullText.php index 4c97b20a15..79801d5401 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/FullText.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/FullText.php @@ -83,8 +83,10 @@ class FullText extends Criterion implements CustomFieldInterface /** * @phpstan-param string|null $value Query string */ - public function __construct(?string $value, array $properties = []) - { + public function __construct( + ?string $value, + array $properties = [] + ) { parent::__construct(null, Operator::LIKE, $value ?? ''); // Assign additional properties, ugly but with the existing constructor @@ -110,8 +112,11 @@ public function getSpecifications(): array * * Set a custom field to query for a defined field in a defined type. */ - public function setCustomField(string $type, string $field, string $customField): void - { + public function setCustomField( + string $type, + string $field, + string $customField + ): void { $this->customFields[$type][$field] = $customField; } @@ -122,8 +127,10 @@ public function setCustomField(string $type, string $field, string $customField) * * @return string|null */ - public function getCustomField(string $type, string $field): ?string - { + public function getCustomField( + string $type, + string $field + ): ?string { return $this->customFields[$type][$field] ?? null; } } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Image.php b/src/contracts/Repository/Values/Content/Query/Criterion/Image.php index ce64e7faa5..c73ca9ea60 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Image.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Image.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Image\AbstractImageCompositeCriterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Image\FileSize; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Image\Height; @@ -46,9 +48,9 @@ protected function getSupportedCriteria(): array /** * @phpstan-param ImageCriteria $imageCriteriaData * - * @return array<\Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion> + * @return array * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ protected function buildCriteria( string $fieldDefIdentifier, diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Image/AbstractImageCompositeCriterion.php b/src/contracts/Repository/Values/Content/Query/Criterion/Image/AbstractImageCompositeCriterion.php index d28b65cdb5..526b0553ab 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Image/AbstractImageCompositeCriterion.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Image/AbstractImageCompositeCriterion.php @@ -43,9 +43,12 @@ public function __construct( /** * @phpstan-param TImageCriteria $imageCriteriaData * - * @return array<\Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion> + * @return array */ - abstract protected function buildCriteria(string $fieldDefIdentifier, array $imageCriteriaData): array; + abstract protected function buildCriteria( + string $fieldDefIdentifier, + array $imageCriteriaData + ): array; /** * @return array @@ -95,7 +98,7 @@ protected function validate( * * @phpstan-return numeric */ - protected function getMinValue(array $data): int|float|string + protected function getMinValue(array $data): int | float | string { return $data['min'] ?? 0; } @@ -105,7 +108,7 @@ protected function getMinValue(array $data): int|float|string * * @phpstan-return numeric|null */ - protected function getMaxValue(array $data): int|float|string|null + protected function getMaxValue(array $data): int | float | string | null { return $data['max'] ?? null; } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Image/AbstractImageRangeCriterion.php b/src/contracts/Repository/Values/Content/Query/Criterion/Image/AbstractImageRangeCriterion.php index 22f955710b..4e2351a667 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Image/AbstractImageRangeCriterion.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Image/AbstractImageRangeCriterion.php @@ -23,8 +23,8 @@ abstract class AbstractImageRangeCriterion extends Criterion */ public function __construct( string $fieldDefIdentifier, - int|float|string|null $minValue = null, - int|float|string|null $maxValue = null + int | float | string | null $minValue = null, + int | float | string | null $maxValue = null ) { $this->validate($minValue, $maxValue); $value[] = $minValue ?? 0; @@ -64,8 +64,10 @@ public function getSpecifications(): array * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - protected function validate(int|float|string|null $minValue, int|float|string|null $maxValue): void - { + protected function validate( + int | float | string | null $minValue, + int | float | string | null $maxValue + ): void { if ( null === $minValue && null === $maxValue diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Image/Dimensions.php b/src/contracts/Repository/Values/Content/Query/Criterion/Image/Dimensions.php index c3179ef09c..f5c08ab9de 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Image/Dimensions.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Image/Dimensions.php @@ -8,6 +8,9 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Image; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; + /** * @phpstan-import-type Range from \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Image\AbstractImageCompositeCriterion * @@ -36,9 +39,9 @@ protected function getSupportedCriteria(): array /** * @phpstan-param ImageCriteria $imageCriteriaData * - * @return array<\Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion> + * @return array * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ protected function buildCriteria( string $fieldDefIdentifier, diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Image/Height.php b/src/contracts/Repository/Values/Content/Query/Criterion/Image/Height.php index 78719e5d6e..c3bb817bb5 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Image/Height.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Image/Height.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Image; -final class Height extends AbstractImageRangeCriterion -{ -} +final class Height extends AbstractImageRangeCriterion {} diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Image/Orientation.php b/src/contracts/Repository/Values/Content/Query/Criterion/Image/Orientation.php index 9bc07ab0d1..85fc78c534 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Image/Orientation.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Image/Orientation.php @@ -25,11 +25,11 @@ final class Orientation extends Criterion /** * @param string|array $orientation * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function __construct( string $fieldDefIdentifier, - string|array $orientation + string | array $orientation ) { $this->validate($orientation); @@ -55,9 +55,9 @@ public function getSpecifications(): array /** * @param string|array $orientation * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - private function validate(string|array $orientation): void + private function validate(string | array $orientation): void { if ( is_string($orientation) @@ -84,7 +84,7 @@ private function isSupportedOrientation(string $orientation): bool } /** - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ private function throwException(string $whatIsWrong): never { diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Image/Width.php b/src/contracts/Repository/Values/Content/Query/Criterion/Image/Width.php index 4a5293a5e1..66f841aca4 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Image/Width.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Image/Width.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Image; -final class Width extends AbstractImageRangeCriterion -{ -} +final class Width extends AbstractImageRangeCriterion {} diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/IsFieldEmpty.php b/src/contracts/Repository/Values/Content/Query/Criterion/IsFieldEmpty.php index 619718e315..645bb336af 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/IsFieldEmpty.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/IsFieldEmpty.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications; @@ -20,10 +21,12 @@ class IsFieldEmpty extends Criterion * @param string $fieldDefinitionIdentifier * @param bool $value * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function __construct(string $fieldDefinitionIdentifier, bool $value = true) - { + public function __construct( + string $fieldDefinitionIdentifier, + bool $value = true + ) { parent::__construct($fieldDefinitionIdentifier, null, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/IsUserBased.php b/src/contracts/Repository/Values/Content/Query/Criterion/IsUserBased.php index aaf23504f8..befa83cb29 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/IsUserBased.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/IsUserBased.php @@ -20,7 +20,7 @@ public function __construct(bool $value = true) } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications[] + * @return Specifications[] */ public function getSpecifications(): array { diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/LanguageCode.php b/src/contracts/Repository/Values/Content/Query/Criterion/LanguageCode.php index 93dd37105c..7bbc4426f6 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/LanguageCode.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/LanguageCode.php @@ -36,8 +36,10 @@ class LanguageCode extends Criterion implements FilteringCriterion * @throws \InvalidArgumentException if non string value is given * @throws \InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(string|array $value, bool $matchAlwaysAvailable = true) - { + public function __construct( + string | array $value, + bool $matchAlwaysAvailable = true + ) { parent::__construct(null, null, $value); $this->matchAlwaysAvailable = $matchAlwaysAvailable; diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Location.php b/src/contracts/Repository/Values/Content/Query/Criterion/Location.php index 35505a7b3a..bdce5e790e 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Location.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Location.php @@ -13,6 +13,4 @@ /** * This is the base class for Location criterions. */ -abstract class Location extends Criterion -{ -} +abstract class Location extends Criterion {} diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Location/Depth.php b/src/contracts/Repository/Values/Content/Query/Criterion/Location/Depth.php index 93c66b9ecf..dafbfefea7 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Location/Depth.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Location/Depth.php @@ -29,8 +29,10 @@ class Depth extends Location implements FilteringCriterion * @param string $operator One of the Operator constants * @param int|int[] $value The match value, either as an array of as a single value, depending on the operator */ - public function __construct(string $operator, int|array $value) - { + public function __construct( + string $operator, + int | array $value + ) { parent::__construct(null, $operator, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Location/IsMainLocation.php b/src/contracts/Repository/Values/Content/Query/Criterion/Location/IsMainLocation.php index a0dd69e409..39be66d099 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Location/IsMainLocation.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Location/IsMainLocation.php @@ -32,7 +32,7 @@ class IsMainLocation extends Location implements FilteringCriterion /** * Creates a new IsMainLocation criterion. * - * @throws \InvalidArgumentException + * @throws InvalidArgumentException * * @param int $value one of self::MAIN and self::NOT_MAIN */ diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Location/Priority.php b/src/contracts/Repository/Values/Content/Query/Criterion/Location/Priority.php index 8313313d6e..bbbfb2c7f2 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Location/Priority.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Location/Priority.php @@ -29,8 +29,10 @@ class Priority extends Location implements FilteringCriterion * @param string $operator One of the Operator constants * @param int|int[] $value The match value, either as an array of as a single value, depending on the operator */ - public function __construct(string $operator, int|array $value) - { + public function __construct( + string $operator, + int | array $value + ) { parent::__construct(null, $operator, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/LocationId.php b/src/contracts/Repository/Values/Content/Query/Criterion/LocationId.php index 4c5125f02e..c0f2f7a26a 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/LocationId.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/LocationId.php @@ -31,7 +31,7 @@ class LocationId extends Criterion implements FilteringCriterion * @throws \InvalidArgumentException if a non-numeric id is given * @throws \InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(int|array $value) + public function __construct(int | array $value) { parent::__construct(null, null, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/LocationRemoteId.php b/src/contracts/Repository/Values/Content/Query/Criterion/LocationRemoteId.php index c4d60e88b8..d2a80f0c0b 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/LocationRemoteId.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/LocationRemoteId.php @@ -29,7 +29,7 @@ class LocationRemoteId extends Criterion implements FilteringCriterion * @throws \InvalidArgumentException if a non-string remove id is given * @throws \InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(string|array $value) + public function __construct(string | array $value) { parent::__construct(null, null, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/LogicalAnd.php b/src/contracts/Repository/Values/Content/Query/Criterion/LogicalAnd.php index 3bc7bd8d80..ac9413a054 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/LogicalAnd.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/LogicalAnd.php @@ -15,6 +15,4 @@ * This criterion implements a logical AND criterion and will only match * if ALL of the given criteria match. */ -class LogicalAnd extends LogicalOperator implements TrashCriterion, FilteringCriterion -{ -} +class LogicalAnd extends LogicalOperator implements TrashCriterion, FilteringCriterion {} diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/LogicalOperator.php b/src/contracts/Repository/Values/Content/Query/Criterion/LogicalOperator.php index 57b4991caa..a314230f1b 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/LogicalOperator.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/LogicalOperator.php @@ -20,16 +20,16 @@ abstract class LogicalOperator implements CriterionInterface /** * The set of criteria combined by the logical operator. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface[] + * @var CriterionInterface[] */ public array $criteria = []; /** * Creates a Logic operation with the given criteria. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface[] $criteria + * @param CriterionInterface[] $criteria * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException + * @throws InvalidCriterionArgumentException */ public function __construct(array $criteria) { diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/LogicalOr.php b/src/contracts/Repository/Values/Content/Query/Criterion/LogicalOr.php index 081ebebfa5..00c184524a 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/LogicalOr.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/LogicalOr.php @@ -15,6 +15,4 @@ * This criterion implements a logical OR criterion and will only match * if AT LEAST ONE of the given criteria match. */ -class LogicalOr extends LogicalOperator implements FilteringCriterion, TrashCriterion -{ -} +class LogicalOr extends LogicalOperator implements FilteringCriterion, TrashCriterion {} diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/MapLocationDistance.php b/src/contracts/Repository/Values/Content/Query/Criterion/MapLocationDistance.php index 7c1ab2f3fd..6b0ac04b85 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/MapLocationDistance.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/MapLocationDistance.php @@ -35,8 +35,13 @@ class MapLocationDistance extends Criterion implements CustomFieldInterface * @param float $latitude Latitude of the location that distance is calculated from * @param float $longitude Longitude of the location that distance is calculated from */ - public function __construct(string $target, string $operator, float|array $distance, float $latitude, float $longitude) - { + public function __construct( + string $target, + string $operator, + float | array $distance, + float $latitude, + float $longitude + ) { $distanceStart = new MapLocationValue($latitude, $longitude); parent::__construct($target, $operator, $distance, $distanceStart); } @@ -59,8 +64,11 @@ public function getSpecifications(): array * * Set a custom field to query for a defined field in a defined type. */ - public function setCustomField(string $type, string $field, string $customField): void - { + public function setCustomField( + string $type, + string $field, + string $customField + ): void { $this->customFields[$type][$field] = $customField; } @@ -69,8 +77,10 @@ public function setCustomField(string $type, string $field, string $customField) * * If no custom field is set, return null */ - public function getCustomField(string $type, string $field): ?string - { + public function getCustomField( + string $type, + string $field + ): ?string { return $this->customFields[$type][$field] ?? null; } } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/MoreLikeThis.php b/src/contracts/Repository/Values/Content/Query/Criterion/MoreLikeThis.php index ac1484a4b4..5a7aafbe0f 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/MoreLikeThis.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/MoreLikeThis.php @@ -34,8 +34,10 @@ class MoreLikeThis extends Criterion * * @throws \InvalidArgumentException if the value type doesn't match the expected type */ - public function __construct(int $type, mixed $value) - { + public function __construct( + int $type, + mixed $value + ) { $this->type = $type; parent::__construct(null, null, $value); diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/ObjectStateId.php b/src/contracts/Repository/Values/Content/Query/Criterion/ObjectStateId.php index 32f51fe2e9..734ea5e7f5 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/ObjectStateId.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/ObjectStateId.php @@ -29,7 +29,7 @@ class ObjectStateId extends Criterion implements FilteringCriterion * @throws \InvalidArgumentException if a non-numeric id is given * @throws \InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(int|array $value) + public function __construct(int | array $value) { parent::__construct(null, null, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/ObjectStateIdentifier.php b/src/contracts/Repository/Values/Content/Query/Criterion/ObjectStateIdentifier.php index 0ba85001ea..725e8b9cd1 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/ObjectStateIdentifier.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/ObjectStateIdentifier.php @@ -17,13 +17,15 @@ class ObjectStateIdentifier extends Criterion implements FilteringCriterion /** * @param string|string[] $value */ - public function __construct(string|array $value, ?string $target = null) - { + public function __construct( + string | array $value, + ?string $target = null + ) { parent::__construct($target, null, $value); } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications[] + * @return Specifications[] */ public function getSpecifications(): array { diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Operator/Specifications.php b/src/contracts/Repository/Values/Content/Query/Criterion/Operator/Specifications.php index 50653a20ba..9ea7b86dae 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Operator/Specifications.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Operator/Specifications.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator; + /** * This class is used by Criteria to describe which operators they support. * @@ -66,7 +68,7 @@ class Specifications /** * Creates a new Specifications object. * - * @param string $operator The specified operator, as one of the {@see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator}::* constants + * @param string $operator The specified operator, as one of the {@see Operator}::* constants * @param int $valueFormat The accepted value format, either {@see Specifications::FORMAT_ARRAY} or {@see Specifications::FORMAT_SINGLE} * @param int|null $valueTypes The supported value types, as a bit field of the self::TYPE_* constants * @param int|null $valueCount The required number of values, when the accepted format is {@see Specifications::FORMAT_ARRAY} @@ -77,8 +79,12 @@ class Specifications * @see Specifications::TYPE_STRING * @see Specifications::TYPE_BOOLEAN */ - public function __construct(string $operator, int $valueFormat, ?int $valueTypes = null, ?int $valueCount = null) - { + public function __construct( + string $operator, + int $valueFormat, + ?int $valueTypes = null, + ?int $valueCount = null + ) { $this->operator = $operator; $this->valueFormat = $valueFormat; $this->valueTypes = $valueTypes; diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/ParentLocationId.php b/src/contracts/Repository/Values/Content/Query/Criterion/ParentLocationId.php index f671cf6064..c44927ca5a 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/ParentLocationId.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/ParentLocationId.php @@ -31,7 +31,7 @@ class ParentLocationId extends Criterion implements FilteringCriterion * @throws \InvalidArgumentException if a non-numeric id is given * @throws \InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(int|array $value) + public function __construct(int | array $value) { parent::__construct(null, null, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/RemoteId.php b/src/contracts/Repository/Values/Content/Query/Criterion/RemoteId.php index 80323dfd3a..eee7debd8d 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/RemoteId.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/RemoteId.php @@ -29,7 +29,7 @@ class RemoteId extends Criterion implements FilteringCriterion * @throws \InvalidArgumentException if a non string id is given * @throws \InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(string|array $value) + public function __construct(string | array $value) { parent::__construct(null, null, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/SectionId.php b/src/contracts/Repository/Values/Content/Query/Criterion/SectionId.php index 8efc83c454..77f8b03278 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/SectionId.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/SectionId.php @@ -30,7 +30,7 @@ class SectionId extends Criterion implements TrashCriterion, FilteringCriterion * @throws \InvalidArgumentException if a non-numeric id is given * @throws \InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(int|array $value) + public function __construct(int | array $value) { parent::__construct(null, null, $value); } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/SectionIdentifier.php b/src/contracts/Repository/Values/Content/Query/Criterion/SectionIdentifier.php index e03525de12..612525a10b 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/SectionIdentifier.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/SectionIdentifier.php @@ -17,13 +17,13 @@ class SectionIdentifier extends Criterion implements FilteringCriterion /** * @param string|string[] $value */ - public function __construct(string|array $value) + public function __construct(string | array $value) { parent::__construct(null, null, $value); } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications[] + * @return Specifications[] */ public function getSpecifications(): array { diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Sibling.php b/src/contracts/Repository/Values/Content/Query/Criterion/Sibling.php index c094a83d14..815743c2a3 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Sibling.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Sibling.php @@ -16,8 +16,10 @@ */ class Sibling extends CompositeCriterion implements FilteringCriterion { - public function __construct(int $locationId, int $parentLocationId) - { + public function __construct( + int $locationId, + int $parentLocationId + ) { $criteria = new LogicalAnd([ new ParentLocationId($parentLocationId), new LogicalNot( diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Subtree.php b/src/contracts/Repository/Values/Content/Query/Criterion/Subtree.php index 9db065fb8a..c717cb0398 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Subtree.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Subtree.php @@ -25,10 +25,10 @@ class Subtree extends Criterion implements FilteringCriterion * * @param string|string[] $value an array of subtree path strings, eg: /1/2/ * - * @throws \InvalidArgumentException if a non path string is given - * @throws \InvalidArgumentException if the value type doesn't match the operator + * @throws InvalidArgumentException if a non path string is given + * @throws InvalidArgumentException if the value type doesn't match the operator */ - public function __construct(string|array $value) + public function __construct(string | array $value) { foreach ((array)$value as $pathString) { if (preg_match('/^(\/\w+)+\/$/', $pathString) !== 1) { diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/UserEmail.php b/src/contracts/Repository/Values/Content/Query/Criterion/UserEmail.php index 9effafabe4..3262ffaa80 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/UserEmail.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/UserEmail.php @@ -17,13 +17,15 @@ class UserEmail extends Criterion implements FilteringCriterion /** * @param string|string[] $value */ - public function __construct(string|array $value, ?string $operator = null) - { + public function __construct( + string | array $value, + ?string $operator = null + ) { parent::__construct(null, $operator, $value); } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications[] + * @return Specifications[] */ public function getSpecifications(): array { diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/UserId.php b/src/contracts/Repository/Values/Content/Query/Criterion/UserId.php index 058f33daa6..d77190c0ca 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/UserId.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/UserId.php @@ -17,13 +17,13 @@ class UserId extends Criterion implements FilteringCriterion /** * @param int|int[] $value */ - public function __construct(int|array $value) + public function __construct(int | array $value) { parent::__construct(null, null, $value); } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications[] + * @return Specifications[] */ public function getSpecifications(): array { diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/UserLogin.php b/src/contracts/Repository/Values/Content/Query/Criterion/UserLogin.php index 3e706de90f..b5f5c63793 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/UserLogin.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/UserLogin.php @@ -17,13 +17,15 @@ class UserLogin extends Criterion implements FilteringCriterion /** * @param string|string[] $value */ - public function __construct(string|array $value, ?string $operator = null) - { + public function __construct( + string | array $value, + ?string $operator = null + ) { parent::__construct(null, $operator, $value); } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications[] + * @return Specifications[] */ public function getSpecifications(): array { diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/UserMetadata.php b/src/contracts/Repository/Values/Content/Query/Criterion/UserMetadata.php index 2943f437ee..a7af01ff2e 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/UserMetadata.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/UserMetadata.php @@ -50,14 +50,17 @@ class UserMetadata extends Criterion implements TrashCriterion, FilteringCriteri /** * Creates a new UserMetadata criterion. * - * @throws \InvalidArgumentException If target is unknown + * @throws InvalidArgumentException If target is unknown * * @param string $target One of {@see UserMetadata::OWNER}, {@see UserMetadata::GROUP}, or {@see UserMetadata::MODIFIER}. * @param string|null $operator The operator the Criterion uses. If null is given, will default to {@see Operator::IN} if $value is an array, {@see Operator::EQ} if it isn't. * @param int|int[] $value The match value, either as an array of as a single value, depending on the operator. */ - public function __construct(string $target, ?string $operator, int|array $value) - { + public function __construct( + string $target, + ?string $operator, + int | array $value + ) { switch ($target) { case self::OWNER: case self::GROUP: diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Value.php b/src/contracts/Repository/Values/Content/Query/Criterion/Value.php index a3c1022c24..e97f0ce61c 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Value.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Value.php @@ -11,6 +11,4 @@ /** * Struct that stores extra value information for a Criterion object. */ -abstract class Value -{ -} +abstract class Value {} diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Value/MapLocationValue.php b/src/contracts/Repository/Values/Content/Query/Criterion/Value/MapLocationValue.php index 8f40bce44f..ced12997b6 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Value/MapLocationValue.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Value/MapLocationValue.php @@ -25,8 +25,10 @@ class MapLocationValue extends Value */ public float $longitude; - public function __construct(float $latitude, float $longitude) - { + public function __construct( + float $latitude, + float $longitude + ) { $this->latitude = $latitude; $this->longitude = $longitude; } diff --git a/src/contracts/Repository/Values/Content/Query/Criterion/Visibility.php b/src/contracts/Repository/Values/Content/Query/Criterion/Visibility.php index cc9452bcda..d38365f35c 100644 --- a/src/contracts/Repository/Values/Content/Query/Criterion/Visibility.php +++ b/src/contracts/Repository/Values/Content/Query/Criterion/Visibility.php @@ -37,7 +37,7 @@ class Visibility extends Criterion implements FilteringCriterion * * @param int $value Visibility: self::VISIBLE, self::HIDDEN * - * @throws \InvalidArgumentException + * @throws InvalidArgumentException */ public function __construct(int $value) { diff --git a/src/contracts/Repository/Values/Content/Query/CriterionInterface.php b/src/contracts/Repository/Values/Content/Query/CriterionInterface.php index 2feb849940..0ce9e044fd 100644 --- a/src/contracts/Repository/Values/Content/Query/CriterionInterface.php +++ b/src/contracts/Repository/Values/Content/Query/CriterionInterface.php @@ -11,6 +11,4 @@ /** * Base interface for Criterion implementations. */ -interface CriterionInterface -{ -} +interface CriterionInterface {} diff --git a/src/contracts/Repository/Values/Content/Query/CustomFieldInterface.php b/src/contracts/Repository/Values/Content/Query/CustomFieldInterface.php index d08a4d48d4..b47c8f9975 100644 --- a/src/contracts/Repository/Values/Content/Query/CustomFieldInterface.php +++ b/src/contracts/Repository/Values/Content/Query/CustomFieldInterface.php @@ -27,7 +27,11 @@ interface CustomFieldInterface * @param string $field * @param string $customField */ - public function setCustomField(string $type, string $field, string $customField): void; + public function setCustomField( + string $type, + string $field, + string $customField + ): void; /** * Return the custom field to query or sort on if set. @@ -37,5 +41,8 @@ public function setCustomField(string $type, string $field, string $customField) * * @return string|null If no custom field is set, return null */ - public function getCustomField(string $type, string $field): ?string; + public function getCustomField( + string $type, + string $field + ): ?string; } diff --git a/src/contracts/Repository/Values/Content/Query/SortClause.php b/src/contracts/Repository/Values/Content/Query/SortClause.php index 50fc7adfb1..9970c13508 100644 --- a/src/contracts/Repository/Values/Content/Query/SortClause.php +++ b/src/contracts/Repository/Values/Content/Query/SortClause.php @@ -37,12 +37,15 @@ abstract class SortClause * Constructs a new SortClause on $sortTarget in direction $sortDirection. * * @param string $sortDirection one of Query::SORT_ASC or Query::SORT_DESC - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\Target|null $targetData Extra target data, used by some clauses (field for instance) + * @param Target|null $targetData Extra target data, used by some clauses (field for instance) * - * @throws \InvalidArgumentException if the given sort order isn't one of Query::SORT_ASC or Query::SORT_DESC + * @throws InvalidArgumentException if the given sort order isn't one of Query::SORT_ASC or Query::SORT_DESC */ - public function __construct(string $sortTarget, string $sortDirection, ?Target $targetData = null) - { + public function __construct( + string $sortTarget, + string $sortDirection, + ?Target $targetData = null + ) { if ($sortDirection !== Query::SORT_ASC && $sortDirection !== Query::SORT_DESC) { throw new InvalidArgumentException('Sort direction must be one of Query::SORT_ASC or Query::SORT_DESC'); } diff --git a/src/contracts/Repository/Values/Content/Query/SortClause/CustomField.php b/src/contracts/Repository/Values/Content/Query/SortClause/CustomField.php index 4315cf1827..edb6dd0eb9 100644 --- a/src/contracts/Repository/Values/Content/Query/SortClause/CustomField.php +++ b/src/contracts/Repository/Values/Content/Query/SortClause/CustomField.php @@ -17,8 +17,10 @@ */ final class CustomField extends SortClause { - public function __construct(string $field, string $sortDirection = Query::SORT_ASC) - { + public function __construct( + string $field, + string $sortDirection = Query::SORT_ASC + ) { parent::__construct('custom_field', $sortDirection, new CustomFieldTarget($field)); } } diff --git a/src/contracts/Repository/Values/Content/Query/SortClause/Field.php b/src/contracts/Repository/Values/Content/Query/SortClause/Field.php index 48deaeb949..8178a5f31f 100644 --- a/src/contracts/Repository/Values/Content/Query/SortClause/Field.php +++ b/src/contracts/Repository/Values/Content/Query/SortClause/Field.php @@ -36,8 +36,11 @@ class Field extends SortClause implements CustomFieldInterface /** * Constructs a new Field SortClause on Type $typeIdentifier and Field $fieldIdentifier. */ - public function __construct(string $typeIdentifier, string $fieldIdentifier, string $sortDirection = Query::SORT_ASC) - { + public function __construct( + string $typeIdentifier, + string $fieldIdentifier, + string $sortDirection = Query::SORT_ASC + ) { parent::__construct( 'field', $sortDirection, @@ -50,8 +53,11 @@ public function __construct(string $typeIdentifier, string $fieldIdentifier, str * * Set a custom field to sort by for a defined field in a defined type. */ - public function setCustomField(string $type, string $field, string $customField): void - { + public function setCustomField( + string $type, + string $field, + string $customField + ): void { $this->customFields[$type][$field] = $customField; } @@ -60,8 +66,10 @@ public function setCustomField(string $type, string $field, string $customField) * * If no custom field is set, return null */ - public function getCustomField(string $type, string $field): ?string - { + public function getCustomField( + string $type, + string $field + ): ?string { return $this->customFields[$type][$field] ?? null; } } diff --git a/src/contracts/Repository/Values/Content/Query/SortClause/Location.php b/src/contracts/Repository/Values/Content/Query/SortClause/Location.php index b262698b3c..e27e6a5e11 100644 --- a/src/contracts/Repository/Values/Content/Query/SortClause/Location.php +++ b/src/contracts/Repository/Values/Content/Query/SortClause/Location.php @@ -13,6 +13,4 @@ /** * This is the base for Location SortClause classes, used to set sorting of Location queries. */ -abstract class Location extends SortClause -{ -} +abstract class Location extends SortClause {} diff --git a/src/contracts/Repository/Values/Content/Query/SortClause/MapLocationDistance.php b/src/contracts/Repository/Values/Content/Query/SortClause/MapLocationDistance.php index db6005587b..865dd3a485 100644 --- a/src/contracts/Repository/Values/Content/Query/SortClause/MapLocationDistance.php +++ b/src/contracts/Repository/Values/Content/Query/SortClause/MapLocationDistance.php @@ -58,8 +58,11 @@ public function __construct( * * Set a custom field to sort by for a defined field in a defined type. */ - public function setCustomField(string $type, string $field, string $customField): void - { + public function setCustomField( + string $type, + string $field, + string $customField + ): void { $this->customFields[$type][$field] = $customField; } @@ -68,8 +71,10 @@ public function setCustomField(string $type, string $field, string $customField) * * If no custom field is set, return null */ - public function getCustomField(string $type, string $field): ?string - { + public function getCustomField( + string $type, + string $field + ): ?string { return $this->customFields[$type][$field] ?? null; } } diff --git a/src/contracts/Repository/Values/Content/Query/SortClause/Random.php b/src/contracts/Repository/Values/Content/Query/SortClause/Random.php index d297bfafbe..6575d076f1 100644 --- a/src/contracts/Repository/Values/Content/Query/SortClause/Random.php +++ b/src/contracts/Repository/Values/Content/Query/SortClause/Random.php @@ -20,8 +20,10 @@ class Random extends SortClause /** * @param int|null $seed as this depends on storage implementation. */ - public function __construct(?int $seed = null, string $sortDirection = Query::SORT_ASC) - { + public function __construct( + ?int $seed = null, + string $sortDirection = Query::SORT_ASC + ) { parent::__construct('random', $sortDirection, new RandomTarget($seed)); } } diff --git a/src/contracts/Repository/Values/Content/Query/SortClause/Target.php b/src/contracts/Repository/Values/Content/Query/SortClause/Target.php index 3160f2f29a..2b5267d2a3 100644 --- a/src/contracts/Repository/Values/Content/Query/SortClause/Target.php +++ b/src/contracts/Repository/Values/Content/Query/SortClause/Target.php @@ -11,6 +11,4 @@ /** * Struct that stores extra target informations for a SortClause object. */ -abstract class Target -{ -} +abstract class Target {} diff --git a/src/contracts/Repository/Values/Content/Query/SortClause/Target/FieldTarget.php b/src/contracts/Repository/Values/Content/Query/SortClause/Target/FieldTarget.php index 535816e74f..2c4850e323 100644 --- a/src/contracts/Repository/Values/Content/Query/SortClause/Target/FieldTarget.php +++ b/src/contracts/Repository/Values/Content/Query/SortClause/Target/FieldTarget.php @@ -25,8 +25,10 @@ class FieldTarget extends Target */ public string $fieldIdentifier; - public function __construct(string $typeIdentifier, string $fieldIdentifier) - { + public function __construct( + string $typeIdentifier, + string $fieldIdentifier + ) { $this->typeIdentifier = $typeIdentifier; $this->fieldIdentifier = $fieldIdentifier; } diff --git a/src/contracts/Repository/Values/Content/Relation.php b/src/contracts/Repository/Values/Content/Relation.php index 9cfe95b87d..d0881be97f 100644 --- a/src/contracts/Repository/Values/Content/Relation.php +++ b/src/contracts/Repository/Values/Content/Relation.php @@ -15,8 +15,8 @@ * * @property-read mixed $id the internal id of the relation * @property-read string $sourceFieldDefinitionIdentifier the field definition identifier of the field where this relation is anchored if the relation is of type EMBED, LINK, or ATTRIBUTE - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $sourceContentInfo Calls {@see Relation::getSourceContentInfo()} - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $destinationContentInfo Calls {@see Relation::getDestinationContentInfo()} + * @property-read ContentInfo $sourceContentInfo Calls {@see Relation::getSourceContentInfo()} + * @property-read ContentInfo $destinationContentInfo Calls {@see Relation::getDestinationContentInfo()} * @property-read int $type The relation type bitmask containing one or more of Relation::COMMON, Relation::EMBED, Relation::LINK, Relation::FIELD */ abstract class Relation extends ValueObject @@ -82,14 +82,14 @@ abstract class Relation extends ValueObject /** * the content of the source content of the relation. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ abstract public function getSourceContentInfo(): ContentInfo; /** * the content of the destination content of the relation. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ abstract public function getDestinationContentInfo(): ContentInfo; } diff --git a/src/contracts/Repository/Values/Content/RelationList.php b/src/contracts/Repository/Values/Content/RelationList.php index a5fe525362..85fe7c44cd 100644 --- a/src/contracts/Repository/Values/Content/RelationList.php +++ b/src/contracts/Repository/Values/Content/RelationList.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content; use ArrayIterator; +use Ibexa\Contracts\Core\Repository\Values\Content\RelationList\RelationListItemInterface; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use IteratorAggregate; @@ -20,12 +21,12 @@ class RelationList extends ValueObject implements IteratorAggregate public int $totalCount = 0; /** - * @var \Ibexa\Contracts\Core\Repository\Values\Content\RelationList\RelationListItemInterface[] + * @var RelationListItemInterface[] */ public array $items = []; /** - * @return \Iterator + * @return \Iterator */ public function getIterator(): \Iterator { diff --git a/src/contracts/Repository/Values/Content/RelationList/RelationListItemInterface.php b/src/contracts/Repository/Values/Content/RelationList/RelationListItemInterface.php index 2900f1d2c6..d36eea2b2a 100644 --- a/src/contracts/Repository/Values/Content/RelationList/RelationListItemInterface.php +++ b/src/contracts/Repository/Values/Content/RelationList/RelationListItemInterface.php @@ -13,7 +13,7 @@ interface RelationListItemInterface { /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation|null + * @return Relation|null */ public function getRelation(): ?Relation; diff --git a/src/contracts/Repository/Values/Content/Search/AggregationResult/RangeAggregationResult.php b/src/contracts/Repository/Values/Content/Search/AggregationResult/RangeAggregationResult.php index eca605d4f9..1ee3b446fa 100644 --- a/src/contracts/Repository/Values/Content/Search/AggregationResult/RangeAggregationResult.php +++ b/src/contracts/Repository/Values/Content/Search/AggregationResult/RangeAggregationResult.php @@ -20,14 +20,16 @@ */ final class RangeAggregationResult extends AggregationResult implements IteratorAggregate, Countable { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult\RangeAggregationResultEntry[] */ + /** @var RangeAggregationResultEntry[] */ private iterable $entries; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult\RangeAggregationResultEntry[] $entries + * @param RangeAggregationResultEntry[] $entries */ - public function __construct(string $name, iterable $entries = []) - { + public function __construct( + string $name, + iterable $entries = [] + ) { parent::__construct($name); $this->entries = $entries; @@ -39,7 +41,7 @@ public function isEmpty(): bool } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult\RangeAggregationResultEntry[] + * @return RangeAggregationResultEntry[] */ public function getEntries(): iterable { @@ -47,9 +49,9 @@ public function getEntries(): iterable } /** - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range $key + * @phpstan-param Range $key * - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult\RangeAggregationResultEntry|null + * @phpstan-return RangeAggregationResultEntry|null */ public function getEntry(Range $key): ?RangeAggregationResultEntry { @@ -63,7 +65,7 @@ public function getEntry(Range $key): ?RangeAggregationResultEntry } /** - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range $key + * @phpstan-param Range $key */ public function hasEntry(Range $key): bool { @@ -73,7 +75,7 @@ public function hasEntry(Range $key): bool /** * Return available keys (ranges). * - * @return iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range> + * @return iterable> */ public function getKeys(): iterable { @@ -88,7 +90,7 @@ public function count(): int } /** - * @return \Iterator<\Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range, int> + * @return Iterator, int> */ public function getIterator(): Iterator { diff --git a/src/contracts/Repository/Values/Content/Search/AggregationResult/RangeAggregationResultEntry.php b/src/contracts/Repository/Values/Content/Search/AggregationResult/RangeAggregationResultEntry.php index 2058311344..c6ddc22d84 100644 --- a/src/contracts/Repository/Values/Content/Search/AggregationResult/RangeAggregationResultEntry.php +++ b/src/contracts/Repository/Values/Content/Search/AggregationResult/RangeAggregationResultEntry.php @@ -17,17 +17,19 @@ final class RangeAggregationResultEntry extends ValueObject { /** - * @phpstan-var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range + * @phpstan-var Range */ private Range $key; private int $count; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range $key + * @param Range $key */ - public function __construct(Range $key, int $count) - { + public function __construct( + Range $key, + int $count + ) { parent::__construct(); $this->key = $key; @@ -35,7 +37,7 @@ public function __construct(Range $key, int $count) } /** - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range + * @phpstan-return Range */ public function getKey(): Range { diff --git a/src/contracts/Repository/Values/Content/Search/AggregationResult/StatsAggregationResult.php b/src/contracts/Repository/Values/Content/Search/AggregationResult/StatsAggregationResult.php index d03da1e0a0..c8aedaa114 100644 --- a/src/contracts/Repository/Values/Content/Search/AggregationResult/StatsAggregationResult.php +++ b/src/contracts/Repository/Values/Content/Search/AggregationResult/StatsAggregationResult.php @@ -23,8 +23,14 @@ final class StatsAggregationResult extends AggregationResult private ?float $avg; - public function __construct(string $name, ?int $count, ?float $min, ?float $max, ?float $avg, ?float $sum) - { + public function __construct( + string $name, + ?int $count, + ?float $min, + ?float $max, + ?float $avg, + ?float $sum + ) { parent::__construct($name); $this->count = $count; diff --git a/src/contracts/Repository/Values/Content/Search/AggregationResult/TermAggregationResult.php b/src/contracts/Repository/Values/Content/Search/AggregationResult/TermAggregationResult.php index 604d73f1d9..5756f49b40 100644 --- a/src/contracts/Repository/Values/Content/Search/AggregationResult/TermAggregationResult.php +++ b/src/contracts/Repository/Values/Content/Search/AggregationResult/TermAggregationResult.php @@ -24,14 +24,16 @@ */ class TermAggregationResult extends AggregationResult implements IteratorAggregate, Countable { - /** @phpstan-var \Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult\TermAggregationResultEntry[] */ + /** @phpstan-var TermAggregationResultEntry[] */ private iterable $entries; /** - * @phpstan-param iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult\TermAggregationResultEntry> $entries + * @phpstan-param iterable> $entries */ - public function __construct(string $name, iterable $entries = []) - { + public function __construct( + string $name, + iterable $entries = [] + ) { parent::__construct($name); $this->entries = $entries; @@ -43,7 +45,7 @@ public function isEmpty(): bool } /** - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult\TermAggregationResultEntry[] + * @phpstan-return TermAggregationResultEntry[] */ public function getEntries(): iterable { @@ -53,7 +55,7 @@ public function getEntries(): iterable /** * @phpstan-param TKey $key * - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult\TermAggregationResultEntry|null + * @phpstan-return TermAggregationResultEntry|null */ public function getEntry(mixed $key): ?TermAggregationResultEntry { @@ -105,12 +107,14 @@ public function getIterator(): Iterator /** * Creates a TermAggregationResult from an Aggregation object. * - * @phpstan-param iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult\TermAggregationResultEntry> $entries + * @phpstan-param iterable> $entries * * @phpstan-return self */ - public static function createForAggregation(Aggregation $aggregation, iterable $entries = []): self - { + public static function createForAggregation( + Aggregation $aggregation, + iterable $entries = [] + ): self { return new self($aggregation->getName(), $entries); } } diff --git a/src/contracts/Repository/Values/Content/Search/AggregationResult/TermAggregationResultEntry.php b/src/contracts/Repository/Values/Content/Search/AggregationResult/TermAggregationResultEntry.php index 8f32d75203..ec9fa99fae 100644 --- a/src/contracts/Repository/Values/Content/Search/AggregationResult/TermAggregationResultEntry.php +++ b/src/contracts/Repository/Values/Content/Search/AggregationResult/TermAggregationResultEntry.php @@ -8,12 +8,13 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\AbstractTermAggregation; use Ibexa\Contracts\Core\Repository\Values\ValueObject; /** * Represents a single entry in a term aggregation result. * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\AbstractTermAggregation + * @see AbstractTermAggregation * * @phpstan-template TKey of object|scalar */ @@ -27,8 +28,10 @@ final class TermAggregationResultEntry extends ValueObject /** * @phpstan-param TKey $key */ - public function __construct(mixed $key, int $count) - { + public function __construct( + mixed $key, + int $count + ) { parent::__construct(); $this->key = $key; diff --git a/src/contracts/Repository/Values/Content/Search/AggregationResultCollection.php b/src/contracts/Repository/Values/Content/Search/AggregationResultCollection.php index a5fddec64d..67b8eb1583 100644 --- a/src/contracts/Repository/Values/Content/Search/AggregationResultCollection.php +++ b/src/contracts/Repository/Values/Content/Search/AggregationResultCollection.php @@ -11,16 +11,17 @@ use ArrayIterator; use Countable; use Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException; +use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Iterator; use IteratorAggregate; final class AggregationResultCollection implements Countable, IteratorAggregate { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult[] */ + /** @var AggregationResult[] */ private array $entries; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult[] $results + * @param AggregationResult[] $results */ public function __construct(iterable $results = []) { @@ -33,7 +34,7 @@ public function __construct(iterable $results = []) /** * This method returns the aggregation result for the given aggregation name. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException + * @throws OutOfBoundsException */ public function get(string $name): AggregationResult { @@ -57,7 +58,7 @@ public function has(string $name): bool /** * Return first element of collection. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException + * @throws OutOfBoundsException */ public function first(): AggregationResult { @@ -71,7 +72,7 @@ public function first(): AggregationResult /** * Return last element of collection. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException + * @throws OutOfBoundsException */ public function last(): AggregationResult { @@ -95,7 +96,7 @@ public function isEmpty(): bool /** * Gets a native PHP array representation of the collection. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] + * @return FieldDefinition[] */ public function toArray(): array { diff --git a/src/contracts/Repository/Values/Content/Search/SearchResult.php b/src/contracts/Repository/Values/Content/Search/SearchResult.php index 292512da2a..0044b891e6 100644 --- a/src/contracts/Repository/Values/Content/Search/SearchResult.php +++ b/src/contracts/Repository/Values/Content/Search/SearchResult.php @@ -27,7 +27,7 @@ class SearchResult extends ValueObject implements IteratorAggregate, Aggregation /** * The value objects found for the query. * - * @phpstan-var list<\Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit> + * @phpstan-var list> */ public array $searchHits = []; diff --git a/src/contracts/Repository/Values/Content/Search/SpellcheckResult.php b/src/contracts/Repository/Values/Content/Search/SpellcheckResult.php index 952095d17f..587ffeb0f1 100644 --- a/src/contracts/Repository/Values/Content/Search/SpellcheckResult.php +++ b/src/contracts/Repository/Values/Content/Search/SpellcheckResult.php @@ -20,8 +20,10 @@ final class SpellcheckResult */ private bool $incorrect; - public function __construct(?string $query, bool $incorrect = true) - { + public function __construct( + ?string $query, + bool $incorrect = true + ) { $this->query = $query; $this->incorrect = $incorrect; } diff --git a/src/contracts/Repository/Values/Content/SectionCreateStruct.php b/src/contracts/Repository/Values/Content/SectionCreateStruct.php index f5c6e10509..d0b5fd6ff1 100644 --- a/src/contracts/Repository/Values/Content/SectionCreateStruct.php +++ b/src/contracts/Repository/Values/Content/SectionCreateStruct.php @@ -12,6 +12,4 @@ * This class represents a section. * $identifier and $name are required. */ -class SectionCreateStruct extends SectionStruct -{ -} +class SectionCreateStruct extends SectionStruct {} diff --git a/src/contracts/Repository/Values/Content/SectionUpdateStruct.php b/src/contracts/Repository/Values/Content/SectionUpdateStruct.php index ff516fbdb1..7d13843dd9 100644 --- a/src/contracts/Repository/Values/Content/SectionUpdateStruct.php +++ b/src/contracts/Repository/Values/Content/SectionUpdateStruct.php @@ -11,6 +11,4 @@ /** * This class is used to provide data for updating a section. At least one property has to set. */ -class SectionUpdateStruct extends SectionStruct -{ -} +class SectionUpdateStruct extends SectionStruct {} diff --git a/src/contracts/Repository/Values/Content/Trash/SearchResult.php b/src/contracts/Repository/Values/Content/Trash/SearchResult.php index 74c1608ea1..1c0c0e062e 100644 --- a/src/contracts/Repository/Values/Content/Trash/SearchResult.php +++ b/src/contracts/Repository/Values/Content/Trash/SearchResult.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\Trash; use ArrayIterator; +use Ibexa\Contracts\Core\Repository\Values\Content\TrashItem; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Traversable; @@ -24,7 +25,7 @@ class SearchResult extends ValueObject implements \IteratorAggregate /** * The Trash items found for the query. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem[] + * @var TrashItem[] */ public array $items = []; diff --git a/src/contracts/Repository/Values/Content/Trash/TrashItemDeleteResultList.php b/src/contracts/Repository/Values/Content/Trash/TrashItemDeleteResultList.php index 9d599cebd4..756779528b 100644 --- a/src/contracts/Repository/Values/Content/Trash/TrashItemDeleteResultList.php +++ b/src/contracts/Repository/Values/Content/Trash/TrashItemDeleteResultList.php @@ -14,11 +14,11 @@ class TrashItemDeleteResultList extends ValueObject implements \IteratorAggregate { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult[] */ + /** @var TrashItemDeleteResult[] */ public array $items = []; /** - * @return \ArrayIterator<\Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult> + * @return ArrayIterator */ public function getIterator(): Traversable { diff --git a/src/contracts/Repository/Values/Content/URLAlias.php b/src/contracts/Repository/Values/Content/URLAlias.php index 1c6f2c6063..3765b6fdc6 100644 --- a/src/contracts/Repository/Values/Content/URLAlias.php +++ b/src/contracts/Repository/Values/Content/URLAlias.php @@ -46,7 +46,7 @@ class URLAlias extends ValueObject * If type = URLAlias::LOCATION it is a Location id * otherwise a string (e.g. /content/search). */ - protected string|int $destination; + protected string | int $destination; /** * the full path of the alias. diff --git a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion.php b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion.php index db658ce57b..c95c9d9298 100644 --- a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion.php +++ b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion.php @@ -10,6 +10,4 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; -interface Criterion extends CriterionInterface -{ -} +interface Criterion extends CriterionInterface {} diff --git a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalAnd.php b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalAnd.php index 89724577b3..307429192f 100644 --- a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalAnd.php +++ b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalAnd.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; -final class LogicalAnd extends LogicalOperator -{ -} +final class LogicalAnd extends LogicalOperator {} diff --git a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalNot.php b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalNot.php index 128552a3b2..d02cc74e3b 100644 --- a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalNot.php +++ b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalNot.php @@ -8,6 +8,7 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; final class LogicalNot extends LogicalOperator @@ -17,7 +18,7 @@ final class LogicalNot extends LogicalOperator * * Will match of the given criterion doesn't match * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException if more than one criterion is given in the array parameter + * @throws InvalidCriterionArgumentException if more than one criterion is given in the array parameter */ public function __construct(Criterion $criterion) { diff --git a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalOperator.php b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalOperator.php index 6aa13e3908..d36a1cf95b 100644 --- a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalOperator.php +++ b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalOperator.php @@ -16,16 +16,16 @@ abstract class LogicalOperator implements Criterion /** * The set of criteria combined by the logical operator. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion[] + * @var Criterion[] */ public array $criteria = []; /** * Creates a Logic operation with the given criteria. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion[] $criteria + * @param Criterion[] $criteria * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException + * @throws InvalidCriterionArgumentException */ public function __construct(array $criteria) { diff --git a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalOr.php b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalOr.php index f1c16afaca..c97a1da355 100644 --- a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalOr.php +++ b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/LogicalOr.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; -final class LogicalOr extends LogicalOperator -{ -} +final class LogicalOr extends LogicalOperator {} diff --git a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/MatchAll.php b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/MatchAll.php index dcf12fcc54..af73622cd5 100644 --- a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/MatchAll.php +++ b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/MatchAll.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; -final class MatchAll extends Matcher -{ -} +final class MatchAll extends Matcher {} diff --git a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/MatchNone.php b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/MatchNone.php index 2b0dfe02dd..3dbf960798 100644 --- a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/MatchNone.php +++ b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/MatchNone.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; -final class MatchNone extends Matcher -{ -} +final class MatchNone extends Matcher {} diff --git a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/Matcher.php b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/Matcher.php index f5aa2d8d43..175034da52 100644 --- a/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/Matcher.php +++ b/src/contracts/Repository/Values/Content/URLWildcard/Query/Criterion/Matcher.php @@ -10,6 +10,4 @@ use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; -abstract class Matcher implements Criterion -{ -} +abstract class Matcher implements Criterion {} diff --git a/src/contracts/Repository/Values/Content/URLWildcard/Query/SortClause.php b/src/contracts/Repository/Values/Content/URLWildcard/Query/SortClause.php index b46935139a..02a8ac8915 100644 --- a/src/contracts/Repository/Values/Content/URLWildcard/Query/SortClause.php +++ b/src/contracts/Repository/Values/Content/URLWildcard/Query/SortClause.php @@ -27,8 +27,10 @@ abstract class SortClause * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the given sort order isn't one of SortClause::SORT_ASC or SortClause::SORT_DESC */ - public function __construct(string $sortTarget, string $sortDirection) - { + public function __construct( + string $sortTarget, + string $sortDirection + ) { if ($sortDirection !== self::SORT_ASC && $sortDirection !== self::SORT_DESC) { throw new InvalidArgumentException( $sortDirection, diff --git a/src/contracts/Repository/Values/Content/URLWildcard/SearchResult.php b/src/contracts/Repository/Values/Content/URLWildcard/SearchResult.php index 3ff7b6dd5e..cce53e6259 100644 --- a/src/contracts/Repository/Values/Content/URLWildcard/SearchResult.php +++ b/src/contracts/Repository/Values/Content/URLWildcard/SearchResult.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard; use ArrayIterator; +use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use IteratorAggregate; use Traversable; @@ -23,7 +24,7 @@ class SearchResult extends ValueObject implements IteratorAggregate /** * The value objects found for the query. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard[] + * @var URLWildcard[] */ public array $items = []; diff --git a/src/contracts/Repository/Values/Content/URLWildcard/URLWildcardQuery.php b/src/contracts/Repository/Values/Content/URLWildcard/URLWildcardQuery.php index 38f9cd7e25..ee2f2de143 100644 --- a/src/contracts/Repository/Values/Content/URLWildcard/URLWildcardQuery.php +++ b/src/contracts/Repository/Values/Content/URLWildcard/URLWildcardQuery.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; +use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\ValueObject; /** @@ -24,7 +25,7 @@ class URLWildcardQuery extends ValueObject /** * Query sorting clauses. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\SortClause[] + * @var SortClause[] */ public array $sortClauses = []; diff --git a/src/contracts/Repository/Values/Content/URLWildcardUpdateStruct.php b/src/contracts/Repository/Values/Content/URLWildcardUpdateStruct.php index 6540d06a5d..70328a909b 100644 --- a/src/contracts/Repository/Values/Content/URLWildcardUpdateStruct.php +++ b/src/contracts/Repository/Values/Content/URLWildcardUpdateStruct.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Content; -final class URLWildcardUpdateStruct extends URLWildcardStruct -{ -} +final class URLWildcardUpdateStruct extends URLWildcardStruct {} diff --git a/src/contracts/Repository/Values/Content/VersionInfo.php b/src/contracts/Repository/Values/Content/VersionInfo.php index 2d444a34e0..c22d12bad3 100644 --- a/src/contracts/Repository/Values/Content/VersionInfo.php +++ b/src/contracts/Repository/Values/Content/VersionInfo.php @@ -16,10 +16,10 @@ /** * This class holds version information data. * - * It also contains the corresponding {@see \Ibexa\Contracts\Core\Repository\Values\Content\Content} to + * It also contains the corresponding {@see Content} to * which the version belongs to. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo calls getContentInfo() + * @property-read ContentInfo $contentInfo calls getContentInfo() * @property-read mixed $id the internal id of the version * @property-read int $versionNo @deprecated 4.6.7 accessing magic getter is deprecated and will be removed in 5.0.0. Use {@see VersionInfo::getVersionNo()} instead. * @property-read \DateTime $modificationDate the last modified date of this version @@ -84,7 +84,7 @@ abstract class VersionInfo extends ValueObject implements MultiLanguageName /** * Content of the content this version belongs to. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ abstract public function getContentInfo(): ContentInfo; @@ -93,7 +93,7 @@ abstract public function getCreator(): User; abstract public function getInitialLanguage(): Language; /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language[] + * @return Language[] */ abstract public function getLanguages(): iterable; diff --git a/src/contracts/Repository/Values/ContentType/ContentType.php b/src/contracts/Repository/Values/ContentType/ContentType.php index 91d46a3ea5..fe91abb979 100644 --- a/src/contracts/Repository/Values/ContentType/ContentType.php +++ b/src/contracts/Repository/Values/ContentType/ContentType.php @@ -17,8 +17,8 @@ /** * this class represents a content type value. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] $contentTypeGroups calls getContentTypeGroups - * @property-read \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCollection $fieldDefinitions calls getFieldDefinitions() or on access getFieldDefinition($fieldDefIdentifier) + * @property-read ContentTypeGroup[] $contentTypeGroups calls getContentTypeGroups + * @property-read FieldDefinitionCollection $fieldDefinitions calls getFieldDefinitions() or on access getFieldDefinition($fieldDefIdentifier) * @property-read mixed $id the id of the content type * @property-read int $status the status of the content type. One of ContentType::STATUS_DEFINED|ContentType::STATUS_DRAFT|ContentType::STATUS_MODIFIED * @property-read string $identifier @deprecated 4.6.7 accessing magic getter is deprecated and will be removed in 5.0.0. Use {@see ContentType::getIdentifier()} instead. @@ -142,7 +142,7 @@ abstract class ContentType extends ValueObject implements MultiLanguageName, Mul /** * This method returns the content type groups this content type is assigned to. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] + * @return ContentTypeGroup[] */ abstract public function getContentTypeGroups(): array; @@ -161,7 +161,7 @@ public function getIdentifier(): string * * @param string $fieldDefinitionIdentifier * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition|null + * @return FieldDefinition|null */ public function getFieldDefinition(string $fieldDefinitionIdentifier): ?FieldDefinition { diff --git a/src/contracts/Repository/Values/ContentType/ContentTypeCreateStruct.php b/src/contracts/Repository/Values/ContentType/ContentTypeCreateStruct.php index 4c9e879e23..7b661fc9b5 100644 --- a/src/contracts/Repository/Values/ContentType/ContentTypeCreateStruct.php +++ b/src/contracts/Repository/Values/ContentType/ContentTypeCreateStruct.php @@ -15,7 +15,7 @@ /** * This class is used for creating content types. * - * @property \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct[] $fieldDefinitions the collection of field definitions + * @property FieldDefinitionCreateStruct[] $fieldDefinitions the collection of field definitions */ abstract class ContentTypeCreateStruct extends ValueObject { diff --git a/src/contracts/Repository/Values/ContentType/ContentTypeDraft.php b/src/contracts/Repository/Values/ContentType/ContentTypeDraft.php index e39489c66b..e9e72d161c 100644 --- a/src/contracts/Repository/Values/ContentType/ContentTypeDraft.php +++ b/src/contracts/Repository/Values/ContentType/ContentTypeDraft.php @@ -11,6 +11,4 @@ /** * This class represents a draft of a content type. */ -abstract class ContentTypeDraft extends ContentType -{ -} +abstract class ContentTypeDraft extends ContentType {} diff --git a/src/contracts/Repository/Values/ContentType/FieldDefinitionCollection.php b/src/contracts/Repository/Values/ContentType/FieldDefinitionCollection.php index 0e357368eb..827b8979eb 100644 --- a/src/contracts/Repository/Values/ContentType/FieldDefinitionCollection.php +++ b/src/contracts/Repository/Values/ContentType/FieldDefinitionCollection.php @@ -11,6 +11,7 @@ use ArrayAccess; use Closure; use Countable; +use Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException; use IteratorAggregate; /** @@ -21,7 +22,7 @@ interface FieldDefinitionCollection extends Countable, IteratorAggregate, ArrayA /** * This method returns the field definition for the given identifier. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException + * @throws OutOfBoundsException */ public function get(string $fieldDefinitionIdentifier): FieldDefinition; @@ -33,14 +34,14 @@ public function has(string $fieldDefinitionIdentifier): bool; /** * Return first element of collection. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException + * @throws OutOfBoundsException */ public function first(): FieldDefinition; /** * Return last element of collection. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\OutOfBoundsException + * @throws OutOfBoundsException */ public function last(): FieldDefinition; @@ -100,14 +101,14 @@ public function anyInGroup(string $fieldGroup): bool; * of elements where the predicate returned TRUE, the second element * contains the collection of elements where the predicate returned FALSE. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCollection[] + * @return FieldDefinitionCollection[] */ public function partition(Closure $predicate): array; /** * Gets a native PHP array representation of the collection. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] + * @return FieldDefinition[] */ public function toArray(): array; } diff --git a/src/contracts/Repository/Values/ContentType/Query/ContentTypeQuery.php b/src/contracts/Repository/Values/ContentType/Query/ContentTypeQuery.php index ab0355060c..9c68e15076 100644 --- a/src/contracts/Repository/Values/ContentType/Query/ContentTypeQuery.php +++ b/src/contracts/Repository/Values/ContentType/Query/ContentTypeQuery.php @@ -14,7 +14,7 @@ final class ContentTypeQuery private ?CriterionInterface $criterion; - /** @var \Ibexa\Contracts\Core\Repository\Values\ContentType\Query\SortClause[] */ + /** @var SortClause[] */ private array $sortClauses; private int $offset; @@ -22,7 +22,7 @@ final class ContentTypeQuery private ?int $limit; /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\Query\SortClause[] $sortClauses + * @param SortClause[] $sortClauses */ public function __construct( ?CriterionInterface $criterion = null, @@ -52,7 +52,7 @@ public function addSortClause(SortClause $sortClause): void } /** - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\Query\SortClause[] + * @return SortClause[] */ public function getSortClauses(): array { diff --git a/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalAnd.php b/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalAnd.php index 333646fef2..a1e0459cdd 100644 --- a/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalAnd.php +++ b/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalAnd.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion; -final class LogicalAnd extends LogicalOperator -{ -} +final class LogicalAnd extends LogicalOperator {} diff --git a/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalNot.php b/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalNot.php index 1323bf3970..c8e53efbff 100644 --- a/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalNot.php +++ b/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalNot.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion; -final class LogicalNot extends LogicalOperator -{ -} +final class LogicalNot extends LogicalOperator {} diff --git a/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalOperator.php b/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalOperator.php index 9c049fb9f9..9eb936bef6 100644 --- a/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalOperator.php +++ b/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalOperator.php @@ -13,13 +13,13 @@ abstract class LogicalOperator implements CriterionInterface { - /** @var list<\Ibexa\Contracts\Core\Repository\Values\ContentType\Query\CriterionInterface> */ + /** @var list */ private array $criteria = []; /** - * @param list<\Ibexa\Contracts\Core\Repository\Values\ContentType\Query\CriterionInterface> $criteria + * @param list $criteria * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException + * @throws InvalidCriterionArgumentException */ public function __construct(array $criteria) { @@ -33,7 +33,7 @@ public function __construct(array $criteria) } /** - * @return list<\Ibexa\Contracts\Core\Repository\Values\ContentType\Query\CriterionInterface> + * @return list */ public function getCriteria(): array { diff --git a/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalOr.php b/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalOr.php index dabb4a763a..69059512a1 100644 --- a/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalOr.php +++ b/src/contracts/Repository/Values/ContentType/Query/Criterion/LogicalOr.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion; -final class LogicalOr extends LogicalOperator -{ -} +final class LogicalOr extends LogicalOperator {} diff --git a/src/contracts/Repository/Values/ContentType/Query/CriterionInterface.php b/src/contracts/Repository/Values/ContentType/Query/CriterionInterface.php index e9aa30121c..3f85da2701 100644 --- a/src/contracts/Repository/Values/ContentType/Query/CriterionInterface.php +++ b/src/contracts/Repository/Values/ContentType/Query/CriterionInterface.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\ContentType\Query; -interface CriterionInterface -{ -} +interface CriterionInterface {} diff --git a/src/contracts/Repository/Values/ContentType/Query/SortClause.php b/src/contracts/Repository/Values/ContentType/Query/SortClause.php index f1b0aef47b..e7cfb9c1f8 100644 --- a/src/contracts/Repository/Values/ContentType/Query/SortClause.php +++ b/src/contracts/Repository/Values/ContentType/Query/SortClause.php @@ -20,10 +20,12 @@ abstract class SortClause public string $target; /** - * @throws \InvalidArgumentException if the given sort order isn't one of SortClause::SORT_ASC or SortClause::SORT_DESC + * @throws InvalidArgumentException if the given sort order isn't one of SortClause::SORT_ASC or SortClause::SORT_DESC */ - public function __construct(string $sortTarget, string $sortDirection) - { + public function __construct( + string $sortTarget, + string $sortDirection + ) { if ($sortDirection !== self::SORT_ASC && $sortDirection !== self::SORT_DESC) { throw new InvalidArgumentException( 'Sort direction must be either SortClause::SORT_ASC or SortClause::SORT_DESC' diff --git a/src/contracts/Repository/Values/ContentType/SearchResult.php b/src/contracts/Repository/Values/ContentType/SearchResult.php index 6288f3512e..0d28f557bb 100644 --- a/src/contracts/Repository/Values/ContentType/SearchResult.php +++ b/src/contracts/Repository/Values/ContentType/SearchResult.php @@ -20,7 +20,7 @@ final class SearchResult extends ValueObject implements IteratorAggregate { protected int $totalCount = 0; - /** @var array */ + /** @var array */ protected array $items = []; public function getTotalCount(): int @@ -29,7 +29,7 @@ public function getTotalCount(): int } /** - * @return array + * @return array */ public function getContentTypes(): array { @@ -37,7 +37,7 @@ public function getContentTypes(): array } /** - * @return \Traversable + * @return Traversable */ public function getIterator(): Traversable { diff --git a/src/contracts/Repository/Values/Filter/CriterionQueryBuilder.php b/src/contracts/Repository/Values/Filter/CriterionQueryBuilder.php index f1d06a75b9..91d4cefee6 100644 --- a/src/contracts/Repository/Values/Filter/CriterionQueryBuilder.php +++ b/src/contracts/Repository/Values/Filter/CriterionQueryBuilder.php @@ -24,5 +24,8 @@ public function accepts(FilteringCriterion $criterion): bool; * * @return string|null string injected as WHERE constraints, null to skip injecting. */ - public function buildQueryConstraint(FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion): ?string; + public function buildQueryConstraint( + FilteringQueryBuilder $queryBuilder, + FilteringCriterion $criterion + ): ?string; } diff --git a/src/contracts/Repository/Values/Filter/Filter.php b/src/contracts/Repository/Values/Filter/Filter.php index cabc88dccf..e7eec44f15 100644 --- a/src/contracts/Repository/Values/Filter/Filter.php +++ b/src/contracts/Repository/Values/Filter/Filter.php @@ -9,8 +9,11 @@ namespace Ibexa\Contracts\Core\Repository\Values\Filter; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalOr; use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; + use function sprintf; /** @@ -18,10 +21,10 @@ */ final class Filter { - /** @var \Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion|null */ + /** @var FilteringCriterion|null */ private $criterion; - /** @var \Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause[] */ + /** @var FilteringSortClause[] */ private $sortClauses = []; /** @var int */ @@ -37,8 +40,10 @@ final class Filter * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException for invalid Sort Clause */ - public function __construct(?FilteringCriterion $criterion = null, array $sortClauses = []) - { + public function __construct( + ?FilteringCriterion $criterion = null, + array $sortClauses = [] + ) { $this->criterion = $criterion; foreach ($sortClauses as $idx => $sortClause) { if (!$sortClause instanceof FilteringSortClause) { @@ -81,8 +86,8 @@ public function reset(): self * @see reset * @see andWithCriterion * @see orWithCriterion - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalOr - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd + * @see LogicalOr + * @see LogicalAnd */ public function withCriterion(FilteringCriterion $criterion): self { @@ -108,10 +113,10 @@ public function andWithCriterion(FilteringCriterion $criterion): self if (null === $this->criterion) { // for better DX allow operation on uninitialized Criterion by setting it as-is $this->criterion = $criterion; - } elseif ($this->criterion instanceof Criterion\LogicalAnd) { + } elseif ($this->criterion instanceof LogicalAnd) { $this->criterion->criteria[] = $criterion; } else { - $this->criterion = new Criterion\LogicalAnd([$this->criterion, $criterion]); + $this->criterion = new LogicalAnd([$this->criterion, $criterion]); } return $this; @@ -125,10 +130,10 @@ public function orWithCriterion(FilteringCriterion $criterion): self if (null === $this->criterion) { // for better DX allow operation on uninitialized Criterion by setting it as-is $this->criterion = $criterion; - } elseif ($this->criterion instanceof Criterion\LogicalOr) { + } elseif ($this->criterion instanceof LogicalOr) { $this->criterion->criteria[] = $criterion; } else { - $this->criterion = new Criterion\LogicalOr([$this->criterion, $criterion]); + $this->criterion = new LogicalOr([$this->criterion, $criterion]); } return $this; @@ -163,8 +168,10 @@ public function withLimit(int $limit): self * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - public function sliceBy(int $limit, int $offset): self - { + public function sliceBy( + int $limit, + int $offset + ): self { if ($limit < 0) { throw new InvalidArgumentException( '$limit', @@ -191,7 +198,7 @@ public function getCriterion(): ?FilteringCriterion } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause[] + * @return FilteringSortClause[] */ public function getSortClauses(): array { diff --git a/src/contracts/Repository/Values/Filter/FilteringCriterion.php b/src/contracts/Repository/Values/Filter/FilteringCriterion.php index 4842705d80..3cdb58ab13 100644 --- a/src/contracts/Repository/Values/Filter/FilteringCriterion.php +++ b/src/contracts/Repository/Values/Filter/FilteringCriterion.php @@ -13,6 +13,4 @@ /** * Marker for Content & Location filtering Criterion. */ -interface FilteringCriterion extends CriterionInterface -{ -} +interface FilteringCriterion extends CriterionInterface {} diff --git a/src/contracts/Repository/Values/Filter/FilteringSortClause.php b/src/contracts/Repository/Values/Filter/FilteringSortClause.php index deb1478e31..900d4fb851 100644 --- a/src/contracts/Repository/Values/Filter/FilteringSortClause.php +++ b/src/contracts/Repository/Values/Filter/FilteringSortClause.php @@ -11,6 +11,4 @@ /** * Marker for Content & Location filtering Sort Clause. */ -interface FilteringSortClause -{ -} +interface FilteringSortClause {} diff --git a/src/contracts/Repository/Values/Notification/CriterionHandlerInterface.php b/src/contracts/Repository/Values/Notification/CriterionHandlerInterface.php index 9eb96800b8..9e54753986 100644 --- a/src/contracts/Repository/Values/Notification/CriterionHandlerInterface.php +++ b/src/contracts/Repository/Values/Notification/CriterionHandlerInterface.php @@ -19,8 +19,11 @@ interface CriterionHandlerInterface public function supports(CriterionInterface $criterion): bool; /** - * @param \Doctrine\DBAL\Query\QueryBuilder $qb + * @param QueryBuilder $qb * @param T $criterion */ - public function apply(QueryBuilder $qb, CriterionInterface $criterion): void; + public function apply( + QueryBuilder $qb, + CriterionInterface $criterion + ): void; } diff --git a/src/contracts/Repository/Values/Notification/NotificationList.php b/src/contracts/Repository/Values/Notification/NotificationList.php index bb66356aa8..c3ed1a38f9 100644 --- a/src/contracts/Repository/Values/Notification/NotificationList.php +++ b/src/contracts/Repository/Values/Notification/NotificationList.php @@ -21,7 +21,7 @@ class NotificationList extends ValueObject implements IteratorAggregate /** @phpstan-var int<0, max> */ public int $totalCount = 0; - /** @var \Ibexa\Contracts\Core\Repository\Values\Notification\Notification[] */ + /** @var Notification[] */ public array $items = []; /** diff --git a/src/contracts/Repository/Values/Notification/Query/Criterion/DateCreated.php b/src/contracts/Repository/Values/Notification/Query/Criterion/DateCreated.php index a8255c093a..cdda4f1aeb 100644 --- a/src/contracts/Repository/Values/Notification/Query/Criterion/DateCreated.php +++ b/src/contracts/Repository/Values/Notification/Query/Criterion/DateCreated.php @@ -17,8 +17,10 @@ final class DateCreated implements CriterionInterface private ?DateTimeInterface $to; - public function __construct(?DateTimeInterface $from = null, ?DateTimeInterface $to = null) - { + public function __construct( + ?DateTimeInterface $from = null, + ?DateTimeInterface $to = null + ) { $this->from = $from; $this->to = $to; } diff --git a/src/contracts/Repository/Values/Notification/Query/CriterionInterface.php b/src/contracts/Repository/Values/Notification/Query/CriterionInterface.php index 22f31837a5..36cc6aae9e 100644 --- a/src/contracts/Repository/Values/Notification/Query/CriterionInterface.php +++ b/src/contracts/Repository/Values/Notification/Query/CriterionInterface.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Notification\Query; -interface CriterionInterface -{ -} +interface CriterionInterface {} diff --git a/src/contracts/Repository/Values/Notification/Query/NotificationQuery.php b/src/contracts/Repository/Values/Notification/Query/NotificationQuery.php index 0ffc0451ef..09c41f195f 100644 --- a/src/contracts/Repository/Values/Notification/Query/NotificationQuery.php +++ b/src/contracts/Repository/Values/Notification/Query/NotificationQuery.php @@ -10,7 +10,7 @@ final class NotificationQuery { - /** @var \Ibexa\Contracts\Core\Repository\Values\Notification\Query\CriterionInterface[] */ + /** @var CriterionInterface[] */ private array $criteria; private int $offset; @@ -18,10 +18,13 @@ final class NotificationQuery private int $limit; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\Query\CriterionInterface[] $criteria + * @param CriterionInterface[] $criteria */ - public function __construct(array $criteria = [], int $offset = 0, int $limit = 25) - { + public function __construct( + array $criteria = [], + int $offset = 0, + int $limit = 25 + ) { $this->criteria = $criteria; $this->offset = $offset; $this->limit = $limit; @@ -33,7 +36,7 @@ public function addCriterion(CriterionInterface $criterion): void } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Notification\Query\CriterionInterface[] + * @return CriterionInterface[] */ public function getCriteria(): array { diff --git a/src/contracts/Repository/Values/ObjectState/ObjectState.php b/src/contracts/Repository/Values/ObjectState/ObjectState.php index 1ca20b9a2c..53b5bd1d49 100644 --- a/src/contracts/Repository/Values/ObjectState/ObjectState.php +++ b/src/contracts/Repository/Values/ObjectState/ObjectState.php @@ -54,7 +54,7 @@ abstract class ObjectState extends ValueObject implements MultiLanguageName, Mul /** * The object state group this object state belongs to. * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup + * @return ObjectStateGroup */ abstract public function getObjectStateGroup(): ObjectStateGroup; } diff --git a/src/contracts/Repository/Values/Translation.php b/src/contracts/Repository/Values/Translation.php index 45fbc6d4c8..f1f22b1105 100644 --- a/src/contracts/Repository/Values/Translation.php +++ b/src/contracts/Repository/Values/Translation.php @@ -8,14 +8,14 @@ namespace Ibexa\Contracts\Core\Repository\Values; +use Ibexa\Contracts\Core\Repository\Values\Translation\Message; +use Ibexa\Contracts\Core\Repository\Values\Translation\Plural; use Stringable; /** * Abstract for UI translation messages, use its extensions: Translation\Message, Translation\Plural. * - * @see \Ibexa\Contracts\Core\Repository\Values\Translation\Message - * @see \Ibexa\Contracts\Core\Repository\Values\Translation\Plural + * @see Message + * @see Plural */ -abstract class Translation extends ValueObject implements Stringable -{ -} +abstract class Translation extends ValueObject implements Stringable {} diff --git a/src/contracts/Repository/Values/Translation/Message.php b/src/contracts/Repository/Values/Translation/Message.php index 3db939abbc..af3a066b9b 100644 --- a/src/contracts/Repository/Values/Translation/Message.php +++ b/src/contracts/Repository/Values/Translation/Message.php @@ -28,7 +28,7 @@ class Message extends Translation * Translation value objects. May not contain any numbers, which might * result in requiring plural forms. Use `Plural` class for that. * - * @see \Ibexa\Contracts\Core\Repository\Values\Translation\Plural + * @see Plural * * @var array */ @@ -39,8 +39,10 @@ class Message extends Translation * * @param array $values */ - public function __construct(string $message, array $values = []) - { + public function __construct( + string $message, + array $values = [] + ) { $this->message = $message; $this->values = $values; diff --git a/src/contracts/Repository/Values/Translation/Plural.php b/src/contracts/Repository/Values/Translation/Plural.php index 4bfbe2be84..466474a30a 100644 --- a/src/contracts/Repository/Values/Translation/Plural.php +++ b/src/contracts/Repository/Values/Translation/Plural.php @@ -26,7 +26,7 @@ * An instance of this class can be cast to a string. In such a case, whether to use singular or plural form is determined * based on the value of the first element of $values array (it needs to be 1 for singular, anything else for plural). * If a plurality cannot be inferred from $values, a plural form is assumed as default. To force singular form, - * use {@see \Ibexa\Contracts\Core\Repository\Values\Translation\Message} instead. + * use {@see Message} instead. * * No implementation supports multiple different plural forms in one single message. * @@ -59,8 +59,11 @@ class Plural extends Translation * * @param array $values */ - public function __construct(string $singular, string $plural, array $values) - { + public function __construct( + string $singular, + string $plural, + array $values + ) { $this->singular = $singular; $this->plural = $plural; $this->values = $values; diff --git a/src/contracts/Repository/Values/Trash/Query/Criterion.php b/src/contracts/Repository/Values/Trash/Query/Criterion.php index 2591cf4db1..1d516ff438 100644 --- a/src/contracts/Repository/Values/Trash/Query/Criterion.php +++ b/src/contracts/Repository/Values/Trash/Query/Criterion.php @@ -13,6 +13,4 @@ /** * Marker for Content & Location trash Criterion. */ -interface Criterion extends CriterionInterface -{ -} +interface Criterion extends CriterionInterface {} diff --git a/src/contracts/Repository/Values/Trash/Query/SortClause.php b/src/contracts/Repository/Values/Trash/Query/SortClause.php index 555ac729a8..c7e64b590c 100644 --- a/src/contracts/Repository/Values/Trash/Query/SortClause.php +++ b/src/contracts/Repository/Values/Trash/Query/SortClause.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\Trash\Query; -interface SortClause -{ -} +interface SortClause {} diff --git a/src/contracts/Repository/Values/URL/Query/Criterion.php b/src/contracts/Repository/Values/URL/Query/Criterion.php index 73b107dbd3..dc2d0fa3c7 100644 --- a/src/contracts/Repository/Values/URL/Query/Criterion.php +++ b/src/contracts/Repository/Values/URL/Query/Criterion.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\URL\Query; -abstract class Criterion -{ -} +abstract class Criterion {} diff --git a/src/contracts/Repository/Values/URL/Query/Criterion/LogicalAnd.php b/src/contracts/Repository/Values/URL/Query/Criterion/LogicalAnd.php index d88a3bef77..020e4c33d0 100644 --- a/src/contracts/Repository/Values/URL/Query/Criterion/LogicalAnd.php +++ b/src/contracts/Repository/Values/URL/Query/Criterion/LogicalAnd.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; -class LogicalAnd extends LogicalOperator -{ -} +class LogicalAnd extends LogicalOperator {} diff --git a/src/contracts/Repository/Values/URL/Query/Criterion/LogicalNot.php b/src/contracts/Repository/Values/URL/Query/Criterion/LogicalNot.php index c028f477d4..8ceb784155 100644 --- a/src/contracts/Repository/Values/URL/Query/Criterion/LogicalNot.php +++ b/src/contracts/Repository/Values/URL/Query/Criterion/LogicalNot.php @@ -17,7 +17,7 @@ class LogicalNot extends LogicalOperator * * Will match of the given criterion doesn't match * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion $criterion criterion + * @param Criterion $criterion criterion * * @throws \InvalidArgumentException if more than one criterion is given in the array parameter */ diff --git a/src/contracts/Repository/Values/URL/Query/Criterion/LogicalOperator.php b/src/contracts/Repository/Values/URL/Query/Criterion/LogicalOperator.php index 3ec1017eb1..653d370a1b 100644 --- a/src/contracts/Repository/Values/URL/Query/Criterion/LogicalOperator.php +++ b/src/contracts/Repository/Values/URL/Query/Criterion/LogicalOperator.php @@ -16,16 +16,16 @@ abstract class LogicalOperator extends Criterion /** * The set of criteria combined by the logical operator. * - * @var \Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion[] + * @var Criterion[] */ public $criteria = []; /** * Creates a Logic operation with the given criteria. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion[] $criteria + * @param Criterion[] $criteria * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException + * @throws InvalidCriterionArgumentException */ public function __construct(array $criteria) { diff --git a/src/contracts/Repository/Values/URL/Query/Criterion/LogicalOr.php b/src/contracts/Repository/Values/URL/Query/Criterion/LogicalOr.php index 9843b25534..978e452484 100644 --- a/src/contracts/Repository/Values/URL/Query/Criterion/LogicalOr.php +++ b/src/contracts/Repository/Values/URL/Query/Criterion/LogicalOr.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; -class LogicalOr extends LogicalOperator -{ -} +class LogicalOr extends LogicalOperator {} diff --git a/src/contracts/Repository/Values/URL/Query/Criterion/MatchAll.php b/src/contracts/Repository/Values/URL/Query/Criterion/MatchAll.php index 5560cdf703..1bd4bd763b 100644 --- a/src/contracts/Repository/Values/URL/Query/Criterion/MatchAll.php +++ b/src/contracts/Repository/Values/URL/Query/Criterion/MatchAll.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; -class MatchAll extends Matcher -{ -} +class MatchAll extends Matcher {} diff --git a/src/contracts/Repository/Values/URL/Query/Criterion/MatchNone.php b/src/contracts/Repository/Values/URL/Query/Criterion/MatchNone.php index 32e76fe30b..8252afadc3 100644 --- a/src/contracts/Repository/Values/URL/Query/Criterion/MatchNone.php +++ b/src/contracts/Repository/Values/URL/Query/Criterion/MatchNone.php @@ -8,6 +8,4 @@ namespace Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; -class MatchNone extends Matcher -{ -} +class MatchNone extends Matcher {} diff --git a/src/contracts/Repository/Values/URL/Query/Criterion/Matcher.php b/src/contracts/Repository/Values/URL/Query/Criterion/Matcher.php index 58809fe50a..dd394b181c 100644 --- a/src/contracts/Repository/Values/URL/Query/Criterion/Matcher.php +++ b/src/contracts/Repository/Values/URL/Query/Criterion/Matcher.php @@ -10,6 +10,4 @@ use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; -abstract class Matcher extends Criterion -{ -} +abstract class Matcher extends Criterion {} diff --git a/src/contracts/Repository/Values/URL/Query/Criterion/VisibleOnly.php b/src/contracts/Repository/Values/URL/Query/Criterion/VisibleOnly.php index f80cea53b3..8f1b1ba804 100644 --- a/src/contracts/Repository/Values/URL/Query/Criterion/VisibleOnly.php +++ b/src/contracts/Repository/Values/URL/Query/Criterion/VisibleOnly.php @@ -11,6 +11,4 @@ /** * Matches URLs which are used in published content. */ -class VisibleOnly extends Matcher -{ -} +class VisibleOnly extends Matcher {} diff --git a/src/contracts/Repository/Values/URL/Query/SortClause.php b/src/contracts/Repository/Values/URL/Query/SortClause.php index 26dbcdb6c3..865076b208 100644 --- a/src/contracts/Repository/Values/URL/Query/SortClause.php +++ b/src/contracts/Repository/Values/URL/Query/SortClause.php @@ -38,10 +38,12 @@ abstract class SortClause * @param string $sortTarget * @param string $sortDirection one of SortClause::SORT_ASC or SortClause::SORT_DESC * - * @throws \InvalidArgumentException if the given sort order isn't one of SortClause::SORT_ASC or SortClause::SORT_DESC + * @throws InvalidArgumentException if the given sort order isn't one of SortClause::SORT_ASC or SortClause::SORT_DESC */ - public function __construct(string $sortTarget, string $sortDirection) - { + public function __construct( + string $sortTarget, + string $sortDirection + ) { if ($sortDirection !== self::SORT_ASC && $sortDirection !== self::SORT_DESC) { throw new InvalidArgumentException('Sort direction must be either SortClause::SORT_ASC or SortClause::SORT_DESC'); } diff --git a/src/contracts/Repository/Values/URL/SearchResult.php b/src/contracts/Repository/Values/URL/SearchResult.php index 6d378c3ea7..99d7de9813 100644 --- a/src/contracts/Repository/Values/URL/SearchResult.php +++ b/src/contracts/Repository/Values/URL/SearchResult.php @@ -24,7 +24,7 @@ class SearchResult extends ValueObject implements \IteratorAggregate /** * The value objects found for the query. * - * @var \Ibexa\Contracts\Core\Repository\Values\URL\URL[] + * @var URL[] */ public $items = []; diff --git a/src/contracts/Repository/Values/URL/URL.php b/src/contracts/Repository/Values/URL/URL.php index 721d6d1506..6372697f4d 100644 --- a/src/contracts/Repository/Values/URL/URL.php +++ b/src/contracts/Repository/Values/URL/URL.php @@ -37,21 +37,21 @@ class URL extends ValueObject /** * Date of last check. * - * @var \DateTimeInterface + * @var DateTimeInterface */ protected $lastChecked; /** * Creation date. * - * @var \DateTimeInterface + * @var DateTimeInterface */ protected $created; /** * Modified date. * - * @var \DateTimeInterface + * @var DateTimeInterface */ protected $modified; diff --git a/src/contracts/Repository/Values/URL/URLQuery.php b/src/contracts/Repository/Values/URL/URLQuery.php index 1cafdf36f9..f63e1d7924 100644 --- a/src/contracts/Repository/Values/URL/URLQuery.php +++ b/src/contracts/Repository/Values/URL/URLQuery.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository\Values\URL; +use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; +use Ibexa\Contracts\Core\Repository\Values\URL\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\ValueObject; /** @@ -18,14 +20,14 @@ class URLQuery extends ValueObject /** * The Query filter. * - * @var \Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion + * @var Criterion */ public $filter; /** * Query sorting clauses. * - * @var \Ibexa\Contracts\Core\Repository\Values\URL\Query\SortClause[] + * @var SortClause[] */ public $sortClauses = []; diff --git a/src/contracts/Repository/Values/URL/UsageSearchResult.php b/src/contracts/Repository/Values/URL/UsageSearchResult.php index a7c95038af..917cf09cc2 100644 --- a/src/contracts/Repository/Values/URL/UsageSearchResult.php +++ b/src/contracts/Repository/Values/URL/UsageSearchResult.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Repository\Values\URL; use ArrayIterator; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Traversable; @@ -24,7 +25,7 @@ class UsageSearchResult extends ValueObject implements \IteratorAggregate /** * The value objects found for the query. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo[] + * @var ContentInfo[] */ public $items = []; diff --git a/src/contracts/Repository/Values/User/Limitation/BlockingLimitation.php b/src/contracts/Repository/Values/User/Limitation/BlockingLimitation.php index 0fdafa2052..1bb3cf52da 100644 --- a/src/contracts/Repository/Values/User/Limitation/BlockingLimitation.php +++ b/src/contracts/Repository/Values/User/Limitation/BlockingLimitation.php @@ -28,8 +28,10 @@ class BlockingLimitation extends Limitation * @param string $identifier The identifier of the limitation * @param array $limitationValues */ - public function __construct(string $identifier, array $limitationValues) - { + public function __construct( + string $identifier, + array $limitationValues + ) { if (empty($identifier)) { throw new \InvalidArgumentException('Argument $identifier cannot be empty'); } diff --git a/src/contracts/Repository/Values/User/Limitation/RoleLimitation.php b/src/contracts/Repository/Values/User/Limitation/RoleLimitation.php index 7d104186e4..d30ecf7bf8 100644 --- a/src/contracts/Repository/Values/User/Limitation/RoleLimitation.php +++ b/src/contracts/Repository/Values/User/Limitation/RoleLimitation.php @@ -10,6 +10,4 @@ use Ibexa\Contracts\Core\Repository\Values\User\Limitation; -abstract class RoleLimitation extends Limitation -{ -} +abstract class RoleLimitation extends Limitation {} diff --git a/src/contracts/Repository/Values/User/LookupLimitationResult.php b/src/contracts/Repository/Values/User/LookupLimitationResult.php index 452c374f23..995fa4cd2c 100644 --- a/src/contracts/Repository/Values/User/LookupLimitationResult.php +++ b/src/contracts/Repository/Values/User/LookupLimitationResult.php @@ -18,15 +18,15 @@ final class LookupLimitationResult extends ValueObject /** @var bool */ protected bool $hasAccess; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] */ + /** @var Limitation[] */ protected array $roleLimitations; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\LookupPolicyLimitations[] */ + /** @var LookupPolicyLimitations[] */ protected array $lookupPolicyLimitations; /** - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] $roleLimitations - * @param \Ibexa\Contracts\Core\Repository\Values\User\LookupPolicyLimitations[] $lookupPolicyLimitations + * @param Limitation[] $roleLimitations + * @param LookupPolicyLimitations[] $lookupPolicyLimitations */ public function __construct( bool $hasAccess, @@ -46,7 +46,7 @@ public function hasAccess(): bool } /** - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @return Limitation[] */ public function getRoleLimitations(): array { @@ -54,7 +54,7 @@ public function getRoleLimitations(): array } /** - * @return \Ibexa\Contracts\Core\Repository\Values\User\LookupPolicyLimitations[] + * @return LookupPolicyLimitations[] */ public function getLookupPolicyLimitations(): array { diff --git a/src/contracts/Repository/Values/User/LookupPolicyLimitations.php b/src/contracts/Repository/Values/User/LookupPolicyLimitations.php index 1b1dbd4955..5707bf8959 100644 --- a/src/contracts/Repository/Values/User/LookupPolicyLimitations.php +++ b/src/contracts/Repository/Values/User/LookupPolicyLimitations.php @@ -15,18 +15,20 @@ */ final class LookupPolicyLimitations extends ValueObject { - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Policy */ + /** @var Policy */ protected $policy; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] */ + /** @var Limitation[] */ protected $limitations; /** - * @param \Ibexa\Contracts\Core\Repository\Values\User\Policy $policy - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] $limitations + * @param Policy $policy + * @param Limitation[] $limitations */ - public function __construct(Policy $policy, array $limitations = []) - { + public function __construct( + Policy $policy, + array $limitations = [] + ) { parent::__construct(); $this->policy = $policy; diff --git a/src/contracts/Repository/Values/User/PasswordInfo.php b/src/contracts/Repository/Values/User/PasswordInfo.php index 17c3f34e07..1b82718af2 100644 --- a/src/contracts/Repository/Values/User/PasswordInfo.php +++ b/src/contracts/Repository/Values/User/PasswordInfo.php @@ -14,14 +14,16 @@ final class PasswordInfo extends ValueObject { - /** @var \DateTimeImmutable|null */ + /** @var DateTimeImmutable|null */ private $expirationDate; - /** @var \DateTimeImmutable|null */ + /** @var DateTimeImmutable|null */ private $expirationWarningDate; - public function __construct(?DateTimeImmutable $expirationDate = null, ?DateTimeImmutable $expirationWarningDate = null) - { + public function __construct( + ?DateTimeImmutable $expirationDate = null, + ?DateTimeImmutable $expirationWarningDate = null + ) { $this->expirationDate = $expirationDate; $this->expirationWarningDate = $expirationWarningDate; } diff --git a/src/contracts/Repository/Values/User/PasswordValidationContext.php b/src/contracts/Repository/Values/User/PasswordValidationContext.php index 0462188deb..50519f3841 100644 --- a/src/contracts/Repository/Values/User/PasswordValidationContext.php +++ b/src/contracts/Repository/Values/User/PasswordValidationContext.php @@ -8,27 +8,28 @@ namespace Ibexa\Contracts\Core\Repository\Values\User; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\ValueObject; /** * Context of the password validation. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType|null $contentType - * @property-read \Ibexa\Contracts\Core\Repository\Values\User\User|null $user + * @property-read ContentType|null $contentType + * @property-read User|null $user */ class PasswordValidationContext extends ValueObject { /** * Content type of the password owner. * - * @var \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType|null + * @var ContentType|null */ protected $contentType; /** * Owner of the password. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\User|null + * @var User|null */ protected $user; } diff --git a/src/contracts/Repository/Values/User/Policy.php b/src/contracts/Repository/Values/User/Policy.php index 8279fa6761..68833d7c99 100644 --- a/src/contracts/Repository/Values/User/Policy.php +++ b/src/contracts/Repository/Values/User/Policy.php @@ -17,7 +17,7 @@ * @property-read mixed $roleId the role id this policy belongs to * @property-read string $module Name of module, associated with the Policy * @property-read string $function Name of the module function Or all functions with '*' - * @property-read \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] $limitations an array of \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @property-read Limitation[] $limitations an array of \Ibexa\Contracts\Core\Repository\Values\User\Limitation */ abstract class Policy extends ValueObject { @@ -54,7 +54,7 @@ abstract class Policy extends ValueObject protected $function; /** - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @return Limitation[] */ abstract public function getLimitations(): iterable; } diff --git a/src/contracts/Repository/Values/User/PolicyStruct.php b/src/contracts/Repository/Values/User/PolicyStruct.php index 3b83cd7091..60f3682343 100644 --- a/src/contracts/Repository/Values/User/PolicyStruct.php +++ b/src/contracts/Repository/Values/User/PolicyStruct.php @@ -15,14 +15,14 @@ abstract class PolicyStruct extends ValueObject /** * Returns list of limitations added to policy. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @return Limitation[] */ abstract public function getLimitations(): iterable; /** * Adds a limitation with the given identifier and list of values. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation + * @param Limitation $limitation */ abstract public function addLimitation(Limitation $limitation): void; } diff --git a/src/contracts/Repository/Values/User/PolicyUpdateStruct.php b/src/contracts/Repository/Values/User/PolicyUpdateStruct.php index 063e5848f4..50fb19745c 100644 --- a/src/contracts/Repository/Values/User/PolicyUpdateStruct.php +++ b/src/contracts/Repository/Values/User/PolicyUpdateStruct.php @@ -12,6 +12,4 @@ * This class is used for updating a policy. The limitations of the policy are replaced * with those which are added in instances of this class. */ -abstract class PolicyUpdateStruct extends PolicyStruct -{ -} +abstract class PolicyUpdateStruct extends PolicyStruct {} diff --git a/src/contracts/Repository/Values/User/Role.php b/src/contracts/Repository/Values/User/Role.php index 08dc08901d..01e02d798c 100644 --- a/src/contracts/Repository/Values/User/Role.php +++ b/src/contracts/Repository/Values/User/Role.php @@ -15,7 +15,7 @@ * * @property-read int $id the internal id of the role * @property-read string $identifier the identifier of the role - * @property-read \Ibexa\Contracts\Core\Repository\Values\User\Policy[] $policies an array of the policies {@see \Ibexa\Contracts\Core\Repository\Values\User\Policy} of the role. + * @property-read Policy[] $policies an array of the policies {@see Policy} of the role. */ abstract class Role extends ValueObject { @@ -55,7 +55,7 @@ public function getStatus(): int /** * Returns the list of policies of this role. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Policy[] + * @return Policy[] */ abstract public function getPolicies(): iterable; } diff --git a/src/contracts/Repository/Values/User/RoleAssignment.php b/src/contracts/Repository/Values/User/RoleAssignment.php index 0be7d10268..d0cf691469 100644 --- a/src/contracts/Repository/Values/User/RoleAssignment.php +++ b/src/contracts/Repository/Values/User/RoleAssignment.php @@ -14,8 +14,8 @@ /** * This value object represents an assignment od a user or user group to a role including a limitation. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null $limitation the limitation of this role assignment - * @property-read \Ibexa\Contracts\Core\Repository\Values\User\Role $role the role which is assigned to the user or user group + * @property-read RoleLimitation|null $limitation the limitation of this role assignment + * @property-read Role $role the role which is assigned to the user or user group */ abstract class RoleAssignment extends ValueObject { @@ -34,14 +34,14 @@ public function getId(): int /** * Returns the limitation of the role assignment. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null + * @return RoleLimitation|null */ abstract public function getRoleLimitation(): ?RoleLimitation; /** * Returns the role to which the user or user group is assigned to. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return Role */ abstract public function getRole(): Role; } diff --git a/src/contracts/Repository/Values/User/RoleCreateStruct.php b/src/contracts/Repository/Values/User/RoleCreateStruct.php index 036a34261b..19eb4ce2ce 100644 --- a/src/contracts/Repository/Values/User/RoleCreateStruct.php +++ b/src/contracts/Repository/Values/User/RoleCreateStruct.php @@ -25,14 +25,14 @@ abstract class RoleCreateStruct extends ValueObject /** * Returns policies associated with the role. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct[] + * @return PolicyCreateStruct[] */ abstract public function getPolicies(): iterable; /** * Adds a policy to this role. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct $policyCreateStruct + * @param PolicyCreateStruct $policyCreateStruct */ abstract public function addPolicy(PolicyCreateStruct $policyCreateStruct): void; } diff --git a/src/contracts/Repository/Values/User/RoleDraft.php b/src/contracts/Repository/Values/User/RoleDraft.php index 0f285b3066..3bf735fa83 100644 --- a/src/contracts/Repository/Values/User/RoleDraft.php +++ b/src/contracts/Repository/Values/User/RoleDraft.php @@ -11,8 +11,6 @@ /** * This class represents a draft of a role. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft[] $policies + * @property-read PolicyDraft[] $policies */ -abstract class RoleDraft extends Role -{ -} +abstract class RoleDraft extends Role {} diff --git a/src/contracts/Repository/Values/User/User.php b/src/contracts/Repository/Values/User/User.php index 07457de91c..f690c762f4 100644 --- a/src/contracts/Repository/Values/User/User.php +++ b/src/contracts/Repository/Values/User/User.php @@ -16,7 +16,7 @@ * @property-read string $email * @property-read string $passwordHash @deprecated 4.6.7 accessing magic getter is deprecated and will be removed in 5.0.0. Use {@see User::getPasswordHash()} instead. * @property-read string $hashAlgorithm Hash algorithm used to hash the password - * @property-read \DateTimeInterface|null $passwordUpdatedAt + * @property-read DateTimeInterface|null $passwordUpdatedAt * @property-read bool $enabled User can not login if false * @property-read int $maxLogin Max number of time user is allowed to login */ diff --git a/src/contracts/Repository/Values/User/UserGroupCreateStruct.php b/src/contracts/Repository/Values/User/UserGroupCreateStruct.php index 149a93d328..6bf0688e37 100644 --- a/src/contracts/Repository/Values/User/UserGroupCreateStruct.php +++ b/src/contracts/Repository/Values/User/UserGroupCreateStruct.php @@ -13,6 +13,4 @@ /** * This class is used to create a new user group in the repository. */ -abstract class UserGroupCreateStruct extends ContentCreateStruct -{ -} +abstract class UserGroupCreateStruct extends ContentCreateStruct {} diff --git a/src/contracts/Repository/Values/User/UserGroupRoleAssignment.php b/src/contracts/Repository/Values/User/UserGroupRoleAssignment.php index 47cbeaa747..9552b11d2e 100644 --- a/src/contracts/Repository/Values/User/UserGroupRoleAssignment.php +++ b/src/contracts/Repository/Values/User/UserGroupRoleAssignment.php @@ -11,14 +11,14 @@ /** * This class represents a user group to role assignment. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup calls getUserGroup() + * @property-read UserGroup $userGroup calls getUserGroup() */ abstract class UserGroupRoleAssignment extends RoleAssignment { /** * Returns the user group to which the role is assigned to. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return UserGroup */ abstract public function getUserGroup(): UserGroup; } diff --git a/src/contracts/Repository/Values/User/UserGroupUpdateStruct.php b/src/contracts/Repository/Values/User/UserGroupUpdateStruct.php index 3c56e1f344..7a1b75332f 100644 --- a/src/contracts/Repository/Values/User/UserGroupUpdateStruct.php +++ b/src/contracts/Repository/Values/User/UserGroupUpdateStruct.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository\Values\User; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentMetadataUpdateStruct; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\ValueObject; /** @@ -18,14 +20,14 @@ class UserGroupUpdateStruct extends ValueObject /** * The update structure for the profile content. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentUpdateStruct + * @var ContentUpdateStruct */ public $contentUpdateStruct = null; /** * The update structure for the profile meta data. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentMetadataUpdateStruct + * @var ContentMetadataUpdateStruct */ public $contentMetadataUpdateStruct = null; } diff --git a/src/contracts/Repository/Values/User/UserRoleAssignment.php b/src/contracts/Repository/Values/User/UserRoleAssignment.php index b8fcb3840b..d398f192c0 100644 --- a/src/contracts/Repository/Values/User/UserRoleAssignment.php +++ b/src/contracts/Repository/Values/User/UserRoleAssignment.php @@ -11,14 +11,14 @@ /** * This class represents a user to role assignment. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\User\User $user calls getUser() + * @property-read User $user calls getUser() */ abstract class UserRoleAssignment extends RoleAssignment { /** * Returns the user to which the role is assigned to. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ abstract public function getUser(): User; } diff --git a/src/contracts/Repository/Values/User/UserUpdateStruct.php b/src/contracts/Repository/Values/User/UserUpdateStruct.php index 461daea7b3..730d7be440 100644 --- a/src/contracts/Repository/Values/User/UserUpdateStruct.php +++ b/src/contracts/Repository/Values/User/UserUpdateStruct.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Repository\Values\User; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentMetadataUpdateStruct; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\ValueObject; /** @@ -48,14 +50,14 @@ class UserUpdateStruct extends ValueObject /** * The update structure for the profile content. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentUpdateStruct + * @var ContentUpdateStruct */ public $contentUpdateStruct = null; /** * The update structure for the profile meta data. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentMetadataUpdateStruct + * @var ContentMetadataUpdateStruct */ public $contentMetadataUpdateStruct = null; } diff --git a/src/contracts/Repository/Values/UserPreference/UserPreferenceList.php b/src/contracts/Repository/Values/UserPreference/UserPreferenceList.php index 2ce431da56..390d3168c5 100644 --- a/src/contracts/Repository/Values/UserPreference/UserPreferenceList.php +++ b/src/contracts/Repository/Values/UserPreference/UserPreferenceList.php @@ -27,7 +27,7 @@ class UserPreferenceList extends ValueObject implements IteratorAggregate /** * List of user preferences. * - * @var \Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreference[] + * @var UserPreference[] */ public $items = []; diff --git a/src/contracts/Repository/Values/ValueObject.php b/src/contracts/Repository/Values/ValueObject.php index 8ea2c030c8..f16a9bed96 100644 --- a/src/contracts/Repository/Values/ValueObject.php +++ b/src/contracts/Repository/Values/ValueObject.php @@ -68,14 +68,16 @@ protected function getProperties($dynamicProperties = []) * * @internal * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException When property does not exist - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyReadOnlyException When property is readonly (protected) + * @throws PropertyNotFoundException When property does not exist + * @throws PropertyReadOnlyException When property is readonly (protected) * * @param string $property Name of the property * @param string $value */ - public function __set($property, $value) - { + public function __set( + $property, + $value + ) { if (property_exists($this, $property)) { throw new PropertyReadOnlyException($property, static::class); } @@ -89,7 +91,7 @@ public function __set($property, $value) * * @internal * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException exception on all reads to undefined properties so typos are not silently accepted. + * @throws PropertyNotFoundException exception on all reads to undefined properties so typos are not silently accepted. * * @param string $property Name of the property * @@ -124,8 +126,8 @@ public function __isset($property) * * @internal * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException exception on all writes to undefined properties so typos are not silently accepted and - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyReadOnlyException exception on readonly (protected) properties. + * @throws PropertyNotFoundException exception on all writes to undefined properties so typos are not silently accepted and + * @throws PropertyReadOnlyException exception on readonly (protected) properties. * * @uses ValueObject::__set() * diff --git a/src/contracts/Search/Capable.php b/src/contracts/Search/Capable.php index 28180a5b22..183e91618c 100644 --- a/src/contracts/Search/Capable.php +++ b/src/contracts/Search/Capable.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Search; +use Ibexa\Contracts\Core\Repository\SearchService; + /** * Capability interface for search engines. * @@ -20,7 +22,7 @@ interface Capable /** * Query for supported capability of currently configured search engine. * - * @param int $capabilityFlag One of {@see \Ibexa\Contracts\Core\Repository\SearchService}::CAPABILITY_* constants. + * @param int $capabilityFlag One of {@see SearchService}::CAPABILITY_* constants. * * @return bool */ diff --git a/src/contracts/Search/Content/IndexerGateway.php b/src/contracts/Search/Content/IndexerGateway.php index 95f0745176..ce2f177395 100644 --- a/src/contracts/Search/Content/IndexerGateway.php +++ b/src/contracts/Search/Content/IndexerGateway.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Search\Content; use DateTimeInterface; +use Doctrine\DBAL\Exception; use Generator; /** @@ -17,38 +18,44 @@ interface IndexerGateway { /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * - * @return \Generator list of Content IDs for each iteration + * @return Generator list of Content IDs for each iteration */ - public function getContentSince(DateTimeInterface $since, int $iterationCount): Generator; + public function getContentSince( + DateTimeInterface $since, + int $iterationCount + ): Generator; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function countContentSince(DateTimeInterface $since): int; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * - * @return \Generator list of Content IDs for each iteration + * @return Generator list of Content IDs for each iteration */ - public function getContentInSubtree(string $locationPath, int $iterationCount): Generator; + public function getContentInSubtree( + string $locationPath, + int $iterationCount + ): Generator; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function countContentInSubtree(string $locationPath): int; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * - * @return \Generator list of Content IDs for each iteration + * @return Generator list of Content IDs for each iteration */ public function getAllContent(int $iterationCount): Generator; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function countAllContent(): int; } diff --git a/src/contracts/Search/ContentTranslationHandler.php b/src/contracts/Search/ContentTranslationHandler.php index 4cfac4c2bd..280f09e4a6 100644 --- a/src/contracts/Search/ContentTranslationHandler.php +++ b/src/contracts/Search/ContentTranslationHandler.php @@ -16,5 +16,8 @@ interface ContentTranslationHandler /** * Deletes a translation content object from the index. */ - public function deleteTranslation(int $contentId, string $languageCode): void; + public function deleteTranslation( + int $contentId, + string $languageCode + ): void; } diff --git a/src/contracts/Search/Document.php b/src/contracts/Search/Document.php index 7defb40afd..97d9e48ec7 100644 --- a/src/contracts/Search/Document.php +++ b/src/contracts/Search/Document.php @@ -46,14 +46,14 @@ class Document extends ValueObject /** * An array of fields. * - * @var \Ibexa\Contracts\Core\Search\Field[] + * @var Field[] */ public $fields = []; /** * An array of sub-documents. * - * @var \Ibexa\Contracts\Core\Search\Document[] + * @var Document[] */ public $documents = []; } diff --git a/src/contracts/Search/Field.php b/src/contracts/Search/Field.php index b3a154c5b3..d9260c6bb3 100644 --- a/src/contracts/Search/Field.php +++ b/src/contracts/Search/Field.php @@ -14,7 +14,7 @@ * * @property-read string $name * @property-read mixed $value - * @property-read \Ibexa\Contracts\Core\Search\FieldType $type + * @property-read FieldType $type */ class Field extends ValueObject { @@ -37,17 +37,20 @@ class Field extends ValueObject /** * Type of the search field. * - * @var \Ibexa\Contracts\Core\Search\FieldType + * @var FieldType */ protected $type; /** * @param string $name * @param mixed $value - * @param \Ibexa\Contracts\Core\Search\FieldType $type + * @param FieldType $type */ - public function __construct($name, $value, FieldType $type) - { + public function __construct( + $name, + $value, + FieldType $type + ) { parent::__construct(); $this->name = $name; $this->value = $value; diff --git a/src/contracts/Search/FieldType.php b/src/contracts/Search/FieldType.php index 8ecb86a36c..356e02af2f 100644 --- a/src/contracts/Search/FieldType.php +++ b/src/contracts/Search/FieldType.php @@ -12,7 +12,7 @@ /** * Base class for document field definitions. * - * @property-read string $type [deprecated] The type name of the facet, deprecated - use {@see \Ibexa\Contracts\Core\Search\FieldType::getType} instead. + * @property-read string $type [deprecated] The type name of the facet, deprecated - use {@see FieldType::getType} instead. */ abstract class FieldType extends ValueObject { diff --git a/src/contracts/Search/FieldType/FullTextField.php b/src/contracts/Search/FieldType/FullTextField.php index 1654c9ab66..8a04121a2d 100644 --- a/src/contracts/Search/FieldType/FullTextField.php +++ b/src/contracts/Search/FieldType/FullTextField.php @@ -35,8 +35,10 @@ class FullTextField extends FieldType */ public $splitFlag; - public function __construct(array $transformationRules = [], bool $splitFlag = true) - { + public function __construct( + array $transformationRules = [], + bool $splitFlag = true + ) { $this->transformationRules = $transformationRules; $this->splitFlag = $splitFlag; diff --git a/src/contracts/Search/FieldType/MultipleRemoteIdentifierField.php b/src/contracts/Search/FieldType/MultipleRemoteIdentifierField.php index 2449c10e16..49aa6d9fe9 100644 --- a/src/contracts/Search/FieldType/MultipleRemoteIdentifierField.php +++ b/src/contracts/Search/FieldType/MultipleRemoteIdentifierField.php @@ -17,7 +17,7 @@ class MultipleRemoteIdentifierField extends FieldType /** * Search engine field type corresponding to remote ID list. The same MultipleIdentifierField due to BC. * - * @see \Ibexa\Contracts\Core\Search\FieldType\MultipleIdentifierField + * @see MultipleIdentifierField * * @var string */ diff --git a/src/contracts/Search/FieldType/RemoteIdentifierField.php b/src/contracts/Search/FieldType/RemoteIdentifierField.php index 8774e2e718..b1c62b9387 100644 --- a/src/contracts/Search/FieldType/RemoteIdentifierField.php +++ b/src/contracts/Search/FieldType/RemoteIdentifierField.php @@ -17,7 +17,7 @@ final class RemoteIdentifierField extends FieldType /** * Search engine field type corresponding to remote ID. The same as IdentifierField due to BC. * - * @see \Ibexa\Contracts\Core\Search\FieldType\IdentifierField + * @see IdentifierField * * @var string */ diff --git a/src/contracts/Search/Handler.php b/src/contracts/Search/Handler.php index 8ace9eb989..29abe462d6 100644 --- a/src/contracts/Search/Handler.php +++ b/src/contracts/Search/Handler.php @@ -8,7 +8,11 @@ namespace Ibexa\Contracts\Core\Search; use Ibexa\Contracts\Core\Persistence\Content; +use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; use Ibexa\Contracts\Core\Persistence\Content\Location; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; @@ -26,33 +30,42 @@ interface Handler /** * Finds content objects for the given query. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if Query criterion is not applicable to its target + * @throws InvalidArgumentException if Query criterion is not applicable to its target * - * @phpstan-param TSearchLanguageFilter $languageFilter {@see \Ibexa\Contracts\Core\Repository\SearchService::findContent} + * @phpstan-param TSearchLanguageFilter $languageFilter {@see SearchService::findContent} * - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult<\Ibexa\Contracts\Core\Persistence\Content\ContentInfo> + * @phpstan-return SearchResult */ - public function findContent(Query $query, array $languageFilter = []): SearchResult; + public function findContent( + Query $query, + array $languageFilter = [] + ): SearchResult; /** * Performs a query for a single content object. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the object was not found by the query or due to permissions - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if Criterion is not applicable to its target - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if there is more than one result matching the criteria + * @throws NotFoundException if the object was not found by the query or due to permissions + * @throws InvalidArgumentException if Criterion is not applicable to its target + * @throws InvalidArgumentException if there is more than one result matching the criteria * * @phpstan-param TSearchLanguageFilter $languageFilter {@see \Ibexa\Contracts\Core\Repository\SearchService::findSingle()} */ - public function findSingle(CriterionInterface $filter, array $languageFilter = []): Content\ContentInfo; + public function findSingle( + CriterionInterface $filter, + array $languageFilter = [] + ): ContentInfo; /** * Finds locations for the given $query. * * @phpstan-param TSearchLanguageFilter $languageFilter {@see \Ibexa\Contracts\Core\Repository\SearchService::findSingle()} * - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult<\Ibexa\Contracts\Core\Persistence\Content\Location> + * @phpstan-return SearchResult */ - public function findLocations(LocationQuery $query, array $languageFilter = []): SearchResult; + public function findLocations( + LocationQuery $query, + array $languageFilter = [] + ): SearchResult; /** * Suggests a list of values for the given prefix. @@ -60,14 +73,19 @@ public function findLocations(LocationQuery $query, array $languageFilter = []): * @param string $prefix * @param string[] $fieldPaths * @param int $limit - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion|null $filter + * @param Criterion|null $filter */ - public function suggest($prefix, $fieldPaths = [], $limit = 10, ?Criterion $filter = null); + public function suggest( + $prefix, + $fieldPaths = [], + $limit = 10, + ?Criterion $filter = null + ); /** * Indexes a content object. * - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Content $content */ public function indexContent(Content $content); @@ -77,12 +95,15 @@ public function indexContent(Content $content); * @param int $contentId * @param int|null $versionId */ - public function deleteContent($contentId, $versionId = null); + public function deleteContent( + $contentId, + $versionId = null + ); /** * Indexes a Location in the index storage. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Location $location + * @param Location $location */ public function indexLocation(Location $location); @@ -92,7 +113,10 @@ public function indexLocation(Location $location); * @param mixed $locationId * @param mixed $contentId */ - public function deleteLocation($locationId, $contentId); + public function deleteLocation( + $locationId, + $contentId + ); /** * Purges all contents from the index. diff --git a/src/contracts/Search/VersatileHandler.php b/src/contracts/Search/VersatileHandler.php index 2a9b37e0f3..681195c67f 100644 --- a/src/contracts/Search/VersatileHandler.php +++ b/src/contracts/Search/VersatileHandler.php @@ -14,6 +14,4 @@ * * Note that in the next major VersatileHandler will be merged into Handler interface. */ -interface VersatileHandler extends Handler, Capable, ContentTranslationHandler -{ -} +interface VersatileHandler extends Handler, Capable, ContentTranslationHandler {} diff --git a/src/contracts/SiteAccess/ConfigResolverInterface.php b/src/contracts/SiteAccess/ConfigResolverInterface.php index cd3ffc56a2..3a9303d58f 100644 --- a/src/contracts/SiteAccess/ConfigResolverInterface.php +++ b/src/contracts/SiteAccess/ConfigResolverInterface.php @@ -27,7 +27,11 @@ interface ConfigResolverInterface * * @return mixed */ - public function getParameter(string $paramName, ?string $namespace = null, ?string $scope = null); + public function getParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ); /** * Checks if $paramName exists in $namespace. @@ -36,7 +40,11 @@ public function getParameter(string $paramName, ?string $namespace = null, ?stri * @param string $namespace Namespace for the parameter name. If null, the default namespace should be used. * @param string $scope The scope you need $paramName value for. */ - public function hasParameter(string $paramName, ?string $namespace = null, ?string $scope = null): bool; + public function hasParameter( + string $paramName, + ?string $namespace = null, + ?string $scope = null + ): bool; /** * Changes the default namespace to look parameter into. diff --git a/src/contracts/Specification/AndSpecification.php b/src/contracts/Specification/AndSpecification.php index 06e74e0818..3816d7e4a9 100644 --- a/src/contracts/Specification/AndSpecification.php +++ b/src/contracts/Specification/AndSpecification.php @@ -14,8 +14,10 @@ final class AndSpecification extends AbstractSpecification private SpecificationInterface $two; - public function __construct(SpecificationInterface $one, SpecificationInterface $two) - { + public function __construct( + SpecificationInterface $one, + SpecificationInterface $two + ) { $this->one = $one; $this->two = $two; } diff --git a/src/contracts/Specification/OrSpecification.php b/src/contracts/Specification/OrSpecification.php index be5d195c38..b105a556ae 100644 --- a/src/contracts/Specification/OrSpecification.php +++ b/src/contracts/Specification/OrSpecification.php @@ -14,8 +14,10 @@ final class OrSpecification extends AbstractSpecification private SpecificationInterface $two; - public function __construct(SpecificationInterface $one, SpecificationInterface $two) - { + public function __construct( + SpecificationInterface $one, + SpecificationInterface $two + ) { $this->one = $one; $this->two = $two; } diff --git a/src/contracts/Test/IbexaKernelTestTrait.php b/src/contracts/Test/IbexaKernelTestTrait.php index 8b15c0a3ec..c63d051420 100644 --- a/src/contracts/Test/IbexaKernelTestTrait.php +++ b/src/contracts/Test/IbexaKernelTestTrait.php @@ -22,6 +22,7 @@ use Ibexa\Contracts\Core\Repository\TrashService; use Ibexa\Contracts\Core\Repository\URLAliasService; use Ibexa\Contracts\Core\Repository\UserService; +use Ibexa\Contracts\Core\Test\Persistence\Fixture; use Ibexa\Contracts\Core\Test\Persistence\Fixture\FixtureImporter; use Ibexa\Core\Repository\Values\User\UserReference; use Ibexa\Tests\Core\Repository\LegacySchemaImporter; @@ -64,7 +65,7 @@ protected static function postLoadFixtures(): void } /** - * @return iterable<\Ibexa\Contracts\Core\Test\Persistence\Fixture> + * @return iterable */ protected static function getFixtures(): iterable { @@ -78,8 +79,10 @@ protected static function getFixtures(): iterable * * @return T */ - final protected static function getServiceByClassName(string $className, ?string $id = null): object - { + final protected static function getServiceByClassName( + string $className, + ?string $id = null + ): object { if (!self::$booted) { static::bootKernel(); } @@ -91,8 +94,10 @@ final protected static function getServiceByClassName(string $className, ?string return $service; } - protected static function getTestServiceId(?string $id, string $className): string - { + protected static function getTestServiceId( + ?string $id, + string $className + ): string { $kernel = self::$kernel; if (!$kernel instanceof IbexaTestKernelInterface) { throw new RuntimeException(sprintf( diff --git a/src/contracts/Test/IbexaTestKernel.php b/src/contracts/Test/IbexaTestKernel.php index cae200d744..bc2aae5f6d 100644 --- a/src/contracts/Test/IbexaTestKernel.php +++ b/src/contracts/Test/IbexaTestKernel.php @@ -16,6 +16,7 @@ use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Persistence\TransactionHandler; use Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Test\Persistence\Fixture; use Ibexa\Contracts\Core\Test\Persistence\Fixture\YamlFixture; use Ibexa\Tests\Integration\Core\IO\FlysystemTestAdapter; use Ibexa\Tests\Integration\Core\IO\FlysystemTestAdapterInterface; @@ -118,7 +119,7 @@ public function getSchemaFiles(): iterable } /** - * @return iterable<\Ibexa\Contracts\Core\Test\Persistence\Fixture> + * @return iterable */ public function getFixtures(): iterable { @@ -278,8 +279,11 @@ private static function setUpTestLogger(ContainerBuilder $container): void * * @phpstan-param class-string $class */ - protected static function addSyntheticService(ContainerBuilder $container, string $class, ?string $id = null): void - { + protected static function addSyntheticService( + ContainerBuilder $container, + string $class, + ?string $id = null + ): void { $id = $id ?? $class; if ($container->has($id)) { throw new LogicException(sprintf( diff --git a/src/contracts/Test/IbexaTestKernelInterface.php b/src/contracts/Test/IbexaTestKernelInterface.php index 31af73e6ed..5ee6239c94 100644 --- a/src/contracts/Test/IbexaTestKernelInterface.php +++ b/src/contracts/Test/IbexaTestKernelInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Contracts\Core\Test; +use Ibexa\Contracts\Core\Test\Persistence\Fixture; + /** * @internal * @@ -26,7 +28,7 @@ public static function getAliasServiceId(string $id): string; public function getSchemaFiles(): iterable; /** - * @return iterable<\Ibexa\Contracts\Core\Test\Persistence\Fixture> + * @return iterable */ public function getFixtures(): iterable; } diff --git a/src/contracts/Test/Persistence/Fixture/FileFixtureFactory.php b/src/contracts/Test/Persistence/Fixture/FileFixtureFactory.php index c6b87b9dbc..7e9ac9bac7 100644 --- a/src/contracts/Test/Persistence/Fixture/FileFixtureFactory.php +++ b/src/contracts/Test/Persistence/Fixture/FileFixtureFactory.php @@ -15,7 +15,7 @@ /** * Factory building an instance of Fixture depending on a file type. * - * @see \Ibexa\Contracts\Core\Test\Persistence\Fixture + * @see Fixture */ final class FileFixtureFactory { diff --git a/src/contracts/Test/Persistence/Fixture/FixtureImporter.php b/src/contracts/Test/Persistence/Fixture/FixtureImporter.php index 9d2c65dad2..1d511efae8 100644 --- a/src/contracts/Test/Persistence/Fixture/FixtureImporter.php +++ b/src/contracts/Test/Persistence/Fixture/FixtureImporter.php @@ -9,6 +9,7 @@ namespace Ibexa\Contracts\Core\Test\Persistence\Fixture; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\Exception as DBALException; use Doctrine\DBAL\Schema\Column; use Ibexa\Contracts\Core\Test\Persistence\Fixture; @@ -31,7 +32,7 @@ public function __construct(Connection $connection) } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function import(Fixture $fixture): void { @@ -61,7 +62,7 @@ static function ($tableData): bool { /** * @param string[] $tables a list of table names * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function truncateTables(array $tables): void { @@ -85,7 +86,7 @@ private function truncateTables(array $tables): void * * @param string[] $affectedTables * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function resetSequences(array $affectedTables): void { @@ -104,7 +105,7 @@ private function resetSequences(array $affectedTables): void * * @return iterable list of SQL statements * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function getSequenceResetStatements(array $affectedTables): iterable { @@ -143,7 +144,7 @@ private function getSequenceResetStatements(array $affectedTables): iterable } /** - * @param array<\Doctrine\DBAL\Schema\Column> $columns + * @param array $columns */ private function findAutoincrementColumn(array $columns): ?Column { diff --git a/src/contracts/Test/Repository/SetupFactory/Legacy.php b/src/contracts/Test/Repository/SetupFactory/Legacy.php index 100fbd3d5c..905e1dd961 100644 --- a/src/contracts/Test/Repository/SetupFactory/Legacy.php +++ b/src/contracts/Test/Repository/SetupFactory/Legacy.php @@ -9,10 +9,12 @@ namespace Ibexa\Contracts\Core\Test\Repository\SetupFactory; use Doctrine\DBAL\Connection; +use Ibexa\Bundle\Core\DependencyInjection\IbexaCoreExtension; use Ibexa\Bundle\Core\DependencyInjection\ServiceTags; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder as FilteringCriterionQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder as FilteringSortClauseQueryBuilder; +use Ibexa\Contracts\Core\Test\IbexaKernelTestCase; use Ibexa\Contracts\Core\Test\Persistence\Fixture; use Ibexa\Contracts\Core\Test\Persistence\Fixture\FixtureImporter; use Ibexa\Contracts\Core\Test\Persistence\Fixture\YamlFixture; @@ -26,6 +28,7 @@ use Ibexa\Tests\Core\Repository\IdManager\Php; use Ibexa\Tests\Core\Repository\LegacySchemaImporter; use Ibexa\Tests\Integration\Core\LegacyTestContainerBuilder; +use Psr\Cache\CacheItemPoolInterface; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\Filesystem\Filesystem; @@ -53,7 +56,7 @@ class Legacy extends SetupFactory /** * Service container. * - * @var \Ibexa\Core\Base\ServiceContainer + * @var ServiceContainer */ protected static ServiceContainer $serviceContainer; @@ -125,7 +128,7 @@ public function getRepository(bool $initializeFromScratch = true): Repository } $this->clearInternalCaches(); - /** @var \Ibexa\Contracts\Core\Repository\Repository $repository */ + /** @var Repository $repository */ $repository = $this->getServiceContainer()->get($this->repositoryReference); // Set admin user as current user by default @@ -186,7 +189,7 @@ protected function cleanupVarDir(string $sourceDir): void */ protected function clearInternalCaches(): void { - /** @var \Ibexa\Core\Persistence\Legacy\Handler $handler */ + /** @var Handler $handler */ $handler = $this->getServiceContainer()->get(Handler::class); $contentLanguageHandler = $handler->contentLanguageHandler(); @@ -199,7 +202,7 @@ protected function clearInternalCaches(): void $contentTypeHandler->clearCache(); } - /** @var \Psr\Cache\CacheItemPoolInterface $cachePool */ + /** @var CacheItemPoolInterface $cachePool */ $cachePool = $this->getServiceContainer()->get('ibexa.cache_pool'); $cachePool->clear(); @@ -303,7 +306,7 @@ public function getServiceContainer(): ServiceContainer /** * This is intended to be used from external repository to enable container customization. * - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $containerBuilder + * @param ContainerBuilder $containerBuilder */ protected function externalBuildContainer(ContainerBuilder $containerBuilder): void { @@ -322,7 +325,7 @@ public function getDB(): string * Apply automatic configuration to needed Symfony Services. * * Note: Based on - * {@see \Ibexa\Bundle\Core\DependencyInjection\IbexaCoreExtension::registerForAutoConfiguration}, + * {@see IbexaCoreExtension::registerForAutoConfiguration}, * but only for services needed by integration test setup. */ private function registerForAutoConfiguration(ContainerBuilder $containerBuilder): void @@ -335,7 +338,7 @@ private function registerForAutoConfiguration(ContainerBuilder $containerBuilder } /** - * @deprecated since Ibexa 4.0, rewrite a test case to use {@see \Ibexa\Contracts\Core\Test\IbexaKernelTestCase} instead. + * @deprecated since Ibexa 4.0, rewrite a test case to use {@see IbexaKernelTestCase} instead. */ public static function getInstallationDir(): string { @@ -349,7 +352,7 @@ public static function getInstallationDir(): string } /** - * @deprecated since Ibexa 4.0, rewrite a test case to use {@see \Ibexa\Contracts\Core\Test\IbexaKernelTestCase} instead. + * @deprecated since Ibexa 4.0, rewrite a test case to use {@see IbexaKernelTestCase} instead. */ public static function getCacheDir(): string { diff --git a/src/contracts/Validation/Constraint/UniqueIdentifierValidator.php b/src/contracts/Validation/Constraint/UniqueIdentifierValidator.php index 86bb7aded0..432c2a1e27 100644 --- a/src/contracts/Validation/Constraint/UniqueIdentifierValidator.php +++ b/src/contracts/Validation/Constraint/UniqueIdentifierValidator.php @@ -18,11 +18,12 @@ abstract class UniqueIdentifierValidator extends ConstraintValidator { public function __construct( private readonly PropertyAccessorInterface $propertyAccessor - ) { - } + ) {} - public function validate(mixed $value, Constraint $constraint): void - { + public function validate( + mixed $value, + Constraint $constraint + ): void { if (!$constraint instanceof UniqueIdentifier) { throw new UnexpectedTypeException($constraint, UniqueIdentifier::class); } @@ -68,5 +69,5 @@ public function validate(mixed $value, Constraint $constraint): void ->addViolation(); } - abstract protected function getExistingIdForIdentifier(string $identifier): string|int|null; + abstract protected function getExistingIdForIdentifier(string $identifier): string | int | null; } diff --git a/src/contracts/Validation/StructValidator.php b/src/contracts/Validation/StructValidator.php index b0073afbf4..b89ecdec06 100644 --- a/src/contracts/Validation/StructValidator.php +++ b/src/contracts/Validation/StructValidator.php @@ -20,12 +20,15 @@ public function __construct(ValidatorInterface $validator) } /** - * @throws \Ibexa\Contracts\Core\Validation\ValidationFailedException + * @throws ValidationFailedException * * @param string[] $groups */ - public function assertValidStruct(string $name, object $struct, array $groups): void - { + public function assertValidStruct( + string $name, + object $struct, + array $groups + ): void { $errors = $this->validator->validate($struct, null, ['Default', ...$groups]); if ($errors->count() > 0) { throw new ValidationFailedException($name, $errors); diff --git a/src/contracts/Validation/StructWrapperValidator.php b/src/contracts/Validation/StructWrapperValidator.php index 3a067665ca..0681d0c88f 100644 --- a/src/contracts/Validation/StructWrapperValidator.php +++ b/src/contracts/Validation/StructWrapperValidator.php @@ -36,8 +36,11 @@ public function hasMetadataFor(mixed $value): bool return $this->inner->hasMetadataFor($value); } - public function validate(mixed $value, Constraint|array|null $constraints = null, $groups = null): ConstraintViolationListInterface - { + public function validate( + mixed $value, + Constraint | array | null $constraints = null, + $groups = null + ): ConstraintViolationListInterface { $result = $this->inner->validate($value, $constraints, $groups); if (!$value instanceof ValidationStructWrapperInterface) { @@ -73,13 +76,20 @@ public function validate(mixed $value, Constraint|array|null $constraints = null return $unwrappedErrors; } - public function validateProperty(object $object, string $propertyName, $groups = null): ConstraintViolationListInterface - { + public function validateProperty( + object $object, + string $propertyName, + $groups = null + ): ConstraintViolationListInterface { return $this->inner->validateProperty($object, $propertyName, $groups); } - public function validatePropertyValue($objectOrClass, string $propertyName, $value, $groups = null): ConstraintViolationListInterface - { + public function validatePropertyValue( + $objectOrClass, + string $propertyName, + $value, + $groups = null + ): ConstraintViolationListInterface { return $this->inner->validatePropertyValue($objectOrClass, $propertyName, $value, $groups); } diff --git a/src/contracts/Validation/ValidationFailedException.php b/src/contracts/Validation/ValidationFailedException.php index 125bb71136..e66b0d687e 100644 --- a/src/contracts/Validation/ValidationFailedException.php +++ b/src/contracts/Validation/ValidationFailedException.php @@ -31,8 +31,10 @@ public function getErrors(): ConstraintViolationListInterface return $this->errors; } - private function createMessage(string $argumentName, ConstraintViolationListInterface $errors): string - { + private function createMessage( + string $argumentName, + ConstraintViolationListInterface $errors + ): string { if ($errors->count() === 0) { throw new \InvalidArgumentException(sprintf( 'Cannot create %s with empty validation error list.', diff --git a/src/contracts/Variation/Values/Variation.php b/src/contracts/Variation/Values/Variation.php index fb15d5d53c..fdc997cb5c 100644 --- a/src/contracts/Variation/Values/Variation.php +++ b/src/contracts/Variation/Values/Variation.php @@ -19,7 +19,7 @@ * @property-read string $fileName The name of the file (for example "my_image.png") * @property-read string $dirPath The path to the file (for example "var/storage/images/test/199-2-eng-GB") * @property-read string $uri Complete path + name of image file (for example "var/storage/images/test/199-2-eng-GB/apple.png") - * @property-read \DateTimeInterface $lastModified When the variation was last modified + * @property-read DateTimeInterface $lastModified When the variation was last modified */ class Variation extends ValueObject { diff --git a/src/contracts/Variation/VariationPathGenerator.php b/src/contracts/Variation/VariationPathGenerator.php index 1cbd4d539c..7ef47b0537 100644 --- a/src/contracts/Variation/VariationPathGenerator.php +++ b/src/contracts/Variation/VariationPathGenerator.php @@ -16,5 +16,8 @@ interface VariationPathGenerator /** * Returns the variation for image $path with $variation. */ - public function getVariationPath(string $path, string $variation): string; + public function getVariationPath( + string $path, + string $variation + ): string; } diff --git a/src/lib/Base/Container/ApiLoader/RepositoryConfigurationProvider.php b/src/lib/Base/Container/ApiLoader/RepositoryConfigurationProvider.php index 2cf01ea22f..b899ed1689 100644 --- a/src/lib/Base/Container/ApiLoader/RepositoryConfigurationProvider.php +++ b/src/lib/Base/Container/ApiLoader/RepositoryConfigurationProvider.php @@ -37,8 +37,7 @@ public function __construct( private ConfigResolverInterface $configResolver, private array $repositories, - ) { - } + ) {} public function getRepositoryConfig(): array { diff --git a/src/lib/Base/Container/ApiLoader/RepositoryFactory.php b/src/lib/Base/Container/ApiLoader/RepositoryFactory.php index db341c7e9b..45e64d36e4 100644 --- a/src/lib/Base/Container/ApiLoader/RepositoryFactory.php +++ b/src/lib/Base/Container/ApiLoader/RepositoryFactory.php @@ -140,15 +140,17 @@ public function buildRepository( /** * Returns a service based on a name string (content => contentService, etc). * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param string $serviceName * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * * @return mixed */ - public function buildService(Repository $repository, $serviceName) - { + public function buildService( + Repository $repository, + $serviceName + ) { $methodName = 'get' . $serviceName . 'Service'; if (!method_exists($repository, $methodName)) { throw new InvalidArgumentException($serviceName, 'No such service'); diff --git a/src/lib/Base/Container/Compiler/GenericFieldTypeConverterPass.php b/src/lib/Base/Container/Compiler/GenericFieldTypeConverterPass.php index 474778b3ef..6010666e51 100644 --- a/src/lib/Base/Container/Compiler/GenericFieldTypeConverterPass.php +++ b/src/lib/Base/Container/Compiler/GenericFieldTypeConverterPass.php @@ -69,7 +69,7 @@ private function getGenericFieldTypeForAutoRegisterConverter(ContainerBuilder $c /** * Returns Field Type identifiers. * - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container + * @param ContainerBuilder $container * * @return string[] */ @@ -98,8 +98,10 @@ private function getFieldTypesWithRegisteredConverter(ContainerBuilder $containe * * @return string */ - private function getAliasOrThrowException(array $attributes, array $tags): string - { + private function getAliasOrThrowException( + array $attributes, + array $tags + ): string { if (!isset($attributes['alias'])) { throw new LogicException( vsprintf( @@ -115,30 +117,34 @@ private function getAliasOrThrowException(array $attributes, array $tags): strin /** * Returns service ids for a given tags. * - * @see \Symfony\Component\DependencyInjection\ContainerBuilder::findTaggedServiceIds + * @see ContainerBuilder::findTaggedServiceIds * - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container + * @param ContainerBuilder $container * @param string[] $tags * * @return array */ - private function findTaggedServiceIds(ContainerBuilder $container, array $tags): iterable - { + private function findTaggedServiceIds( + ContainerBuilder $container, + array $tags + ): iterable { return array_merge(...array_map([$container, 'findTaggedServiceIds'], $tags)); } /** * Returns true if given service definition is Field Type based on Generic Field Type. * - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container + * @param ContainerBuilder $container * @param string $serviceId * * @return bool * * @throws \ReflectionException */ - private function isGenericFieldType(ContainerBuilder $container, string $serviceId): bool - { + private function isGenericFieldType( + ContainerBuilder $container, + string $serviceId + ): bool { $reflection = $container->getReflectionClass( $container->getDefinition($serviceId)->getClass() ); diff --git a/src/lib/Base/Container/Compiler/Search/AggregateFieldValueMapperPass.php b/src/lib/Base/Container/Compiler/Search/AggregateFieldValueMapperPass.php index ad484b7638..e3a80c70ef 100644 --- a/src/lib/Base/Container/Compiler/Search/AggregateFieldValueMapperPass.php +++ b/src/lib/Base/Container/Compiler/Search/AggregateFieldValueMapperPass.php @@ -20,7 +20,7 @@ class AggregateFieldValueMapperPass implements CompilerPassInterface public const TAG = 'ibexa.search.common.field_value.mapper'; /** - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container + * @param ContainerBuilder $container */ public function process(ContainerBuilder $container): void { diff --git a/src/lib/Base/Container/Compiler/Search/Legacy/SortClauseConverterPass.php b/src/lib/Base/Container/Compiler/Search/Legacy/SortClauseConverterPass.php index b7a954ddd4..f625f4a161 100644 --- a/src/lib/Base/Container/Compiler/Search/Legacy/SortClauseConverterPass.php +++ b/src/lib/Base/Container/Compiler/Search/Legacy/SortClauseConverterPass.php @@ -52,8 +52,10 @@ public function process(ContainerBuilder $container): void /** * @param array>> $handlers */ - protected function addHandlers(Definition $definition, array $handlers): void - { + protected function addHandlers( + Definition $definition, + array $handlers + ): void { foreach ($handlers as $id => $attributes) { $definition->addMethodCall('addHandler', [new Reference($id)]); } diff --git a/src/lib/Base/Container/Compiler/Storage/Legacy/FieldValueConverterRegistryPass.php b/src/lib/Base/Container/Compiler/Storage/Legacy/FieldValueConverterRegistryPass.php index ec3801d596..060cf050dd 100644 --- a/src/lib/Base/Container/Compiler/Storage/Legacy/FieldValueConverterRegistryPass.php +++ b/src/lib/Base/Container/Compiler/Storage/Legacy/FieldValueConverterRegistryPass.php @@ -27,7 +27,7 @@ class FieldValueConverterRegistryPass implements CompilerPassInterface ]; /** - * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container + * @param ContainerBuilder $container */ public function process(ContainerBuilder $container): void { diff --git a/src/lib/Base/Container/Compiler/TaggedServiceIdsIterator/BackwardCompatibleIterator.php b/src/lib/Base/Container/Compiler/TaggedServiceIdsIterator/BackwardCompatibleIterator.php index dfd87e5880..37ffd4d8ca 100644 --- a/src/lib/Base/Container/Compiler/TaggedServiceIdsIterator/BackwardCompatibleIterator.php +++ b/src/lib/Base/Container/Compiler/TaggedServiceIdsIterator/BackwardCompatibleIterator.php @@ -17,7 +17,7 @@ */ final class BackwardCompatibleIterator implements IteratorAggregate { - /** @var \Symfony\Component\DependencyInjection\TaggedContainerInterface */ + /** @var TaggedContainerInterface */ private $container; /** @var string */ @@ -26,8 +26,11 @@ final class BackwardCompatibleIterator implements IteratorAggregate /** @var string */ private $deprecatedServiceTag; - public function __construct(TaggedContainerInterface $container, string $serviceTag, string $deprecatedServiceTag) - { + public function __construct( + TaggedContainerInterface $container, + string $serviceTag, + string $deprecatedServiceTag + ) { $this->container = $container; $this->serviceTag = $serviceTag; $this->deprecatedServiceTag = $deprecatedServiceTag; diff --git a/src/lib/Base/Exceptions/BadStateException.php b/src/lib/Base/Exceptions/BadStateException.php index 3814fd2a7a..b18909a53f 100644 --- a/src/lib/Base/Exceptions/BadStateException.php +++ b/src/lib/Base/Exceptions/BadStateException.php @@ -28,8 +28,11 @@ class BadStateException extends APIBadStateException implements Translatable /** * Generates: "Argument '{$argumentName}' has a bad state: {$whatIsWrong}". */ - public function __construct(string $argumentName, string $whatIsWrong, ?Exception $previous = null) - { + public function __construct( + string $argumentName, + string $whatIsWrong, + ?Exception $previous = null + ) { $this->setMessageTemplate("Argument '%argumentName%' has a bad state: %whatIsWrong%"); $this->setParameters(['%argumentName%' => $argumentName, '%whatIsWrong%' => $whatIsWrong]); parent::__construct($this->getBaseTranslation(), 0, $previous); diff --git a/src/lib/Base/Exceptions/ContentFieldValidationException.php b/src/lib/Base/Exceptions/ContentFieldValidationException.php index 8911c68438..88c4fbe908 100644 --- a/src/lib/Base/Exceptions/ContentFieldValidationException.php +++ b/src/lib/Base/Exceptions/ContentFieldValidationException.php @@ -57,8 +57,10 @@ public function __construct(array $errors) * * @param array> $errors */ - public static function createNewWithMultiline(array $errors, ?string $contentName = null): self - { + public static function createNewWithMultiline( + array $errors, + ?string $contentName = null + ): self { $exception = new self($errors); $exception->contentName = $contentName; @@ -104,7 +106,7 @@ private function generateValidationErrorsMessages(): string } /** - * @return array<\Ibexa\Contracts\Core\Repository\Values\Translation> + * @return array */ private function collectValidationErrors(): array { diff --git a/src/lib/Base/Exceptions/ContentTypeFieldDefinitionValidationException.php b/src/lib/Base/Exceptions/ContentTypeFieldDefinitionValidationException.php index 4390da9b72..2daa26a040 100644 --- a/src/lib/Base/Exceptions/ContentTypeFieldDefinitionValidationException.php +++ b/src/lib/Base/Exceptions/ContentTypeFieldDefinitionValidationException.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Base\Exceptions; +use Ibexa\Contracts\Core\FieldType\ValidationError; use Ibexa\Contracts\Core\Repository\Exceptions\ContentTypeFieldDefinitionValidationException as APIContentTypeFieldDefinitionValidationException; use Ibexa\Core\Base\Translatable; use Ibexa\Core\Base\TranslatableBase; @@ -19,13 +20,13 @@ class ContentTypeFieldDefinitionValidationException extends APIContentTypeFieldD { use TranslatableBase; - /** @var array */ + /** @var array */ protected array $errors; /** * Generates: Content type field definitions did not validate. * - * @param array $errors + * @param array $errors */ public function __construct(array $errors) { @@ -35,7 +36,7 @@ public function __construct(array $errors) } /** - * @return array + * @return array */ public function getFieldErrors(): array { diff --git a/src/lib/Base/Exceptions/ContentTypeValidationException.php b/src/lib/Base/Exceptions/ContentTypeValidationException.php index fb3bf20a32..f9555176a9 100644 --- a/src/lib/Base/Exceptions/ContentTypeValidationException.php +++ b/src/lib/Base/Exceptions/ContentTypeValidationException.php @@ -26,8 +26,10 @@ class ContentTypeValidationException extends APIContentTypeValidationException i * @param array $parameters Hash map with param placeholder as a key and its corresponding value. * E.g., ['%contentId%' => 123]. */ - public function __construct(string $messageTemplate, array $parameters = []) - { + public function __construct( + string $messageTemplate, + array $parameters = [] + ) { $this->setMessageTemplate(/** @Ignore */$messageTemplate); $this->setParameters($parameters); diff --git a/src/lib/Base/Exceptions/ContentValidationException.php b/src/lib/Base/Exceptions/ContentValidationException.php index 15bf6d6f79..ef4a681922 100644 --- a/src/lib/Base/Exceptions/ContentValidationException.php +++ b/src/lib/Base/Exceptions/ContentValidationException.php @@ -26,8 +26,10 @@ class ContentValidationException extends APIContentValidationException implement * @param array $parameters Hash map with param placeholder as key and its corresponding value. * E.g., ['%contentId%' => 123]. */ - public function __construct(string $messageTemplate, array $parameters = []) - { + public function __construct( + string $messageTemplate, + array $parameters = [] + ) { $this->setMessageTemplate(/** @Ignore */$messageTemplate); $this->setParameters($parameters); diff --git a/src/lib/Base/Exceptions/ForbiddenException.php b/src/lib/Base/Exceptions/ForbiddenException.php index c54e2d170c..007c51cfa6 100644 --- a/src/lib/Base/Exceptions/ForbiddenException.php +++ b/src/lib/Base/Exceptions/ForbiddenException.php @@ -26,8 +26,10 @@ class ForbiddenException extends APIForbiddenException implements Translatable * @param array $parameters Hash map with param placeholder as key and its corresponding value. * E.g., ['%contentId%' => 123]. */ - public function __construct(string $messageTemplate, array $parameters = []) - { + public function __construct( + string $messageTemplate, + array $parameters = [] + ) { $this->setMessageTemplate(/** @Ignore */$messageTemplate); $this->setParameters($parameters); diff --git a/src/lib/Base/Exceptions/InvalidArgumentException.php b/src/lib/Base/Exceptions/InvalidArgumentException.php index dbfbfa1c85..f98c6266a0 100644 --- a/src/lib/Base/Exceptions/InvalidArgumentException.php +++ b/src/lib/Base/Exceptions/InvalidArgumentException.php @@ -28,8 +28,11 @@ class InvalidArgumentException extends APIInvalidArgumentException implements Tr /** * Generates: "Argument '{$argumentName}' is invalid: {$whatIsWrong}". */ - public function __construct(string $argumentName, string $whatIsWrong, ?Exception $previous = null) - { + public function __construct( + string $argumentName, + string $whatIsWrong, + ?Exception $previous = null + ) { $this->setMessageTemplate("Argument '%argumentName%' is invalid: %whatIsWrong%"); $this->setParameters(['%argumentName%' => $argumentName, '%whatIsWrong%' => $whatIsWrong]); parent::__construct($this->getBaseTranslation(), 0, $previous); diff --git a/src/lib/Base/Exceptions/InvalidArgumentType.php b/src/lib/Base/Exceptions/InvalidArgumentType.php index 6cceb09c22..ba2f241788 100644 --- a/src/lib/Base/Exceptions/InvalidArgumentType.php +++ b/src/lib/Base/Exceptions/InvalidArgumentType.php @@ -26,8 +26,12 @@ class InvalidArgumentType extends InvalidArgumentException * * @param mixed|null $value Optionally to output the type that was received */ - public function __construct(string $argumentName, string $expectedType, mixed $value = null, ?Exception $previous = null) - { + public function __construct( + string $argumentName, + string $expectedType, + mixed $value = null, + ?Exception $previous = null + ) { parent::__construct($argumentName, "Argument $argumentName is invalid", $previous); // override parent constructor message template and parameters $parameters = ['%argumentName%' => $argumentName, '%expectedType%' => $expectedType]; diff --git a/src/lib/Base/Exceptions/LimitationValidationException.php b/src/lib/Base/Exceptions/LimitationValidationException.php index 33cd7c12ea..b6fe9c02fb 100644 --- a/src/lib/Base/Exceptions/LimitationValidationException.php +++ b/src/lib/Base/Exceptions/LimitationValidationException.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException as APILimitationValidationException; use Ibexa\Core\Base\Translatable; use Ibexa\Core\Base\TranslatableBase; +use Ibexa\Core\FieldType\ValidationError; /** * This Exception is thrown on create, update or assign policy or role @@ -23,7 +24,7 @@ class LimitationValidationException extends APILimitationValidationException imp /** * Contains an array of limitation ValidationError objects. * - * @var \Ibexa\Core\FieldType\ValidationError[] + * @var ValidationError[] */ protected array $errors; @@ -32,7 +33,7 @@ class LimitationValidationException extends APILimitationValidationException imp * * Also sets the given $errors to the internal property, retrievable by getValidationErrors() * - * @param \Ibexa\Core\FieldType\ValidationError[] $errors + * @param ValidationError[] $errors */ public function __construct(array $errors) { @@ -44,7 +45,7 @@ public function __construct(array $errors) /** * Returns an array of limitation ValidationError objects. * - * @return \Ibexa\Core\FieldType\ValidationError[] + * @return ValidationError[] */ public function getLimitationErrors(): array { diff --git a/src/lib/Base/Exceptions/MissingClass.php b/src/lib/Base/Exceptions/MissingClass.php index 11a2795603..7999ebd635 100644 --- a/src/lib/Base/Exceptions/MissingClass.php +++ b/src/lib/Base/Exceptions/MissingClass.php @@ -32,8 +32,11 @@ class MissingClass extends LogicException implements Translatable * * @param string|null $classType Optional string to specify what kind of class this is */ - public function __construct(string $className, ?string $classType = null, ?Exception $previous = null) - { + public function __construct( + string $className, + ?string $classType = null, + ?Exception $previous = null + ) { $this->setParameters(['%className%' => $className]); if ($classType === null) { $this->setMessageTemplate("Could not find class '%className%'"); diff --git a/src/lib/Base/Exceptions/MissingUserFieldTypeException.php b/src/lib/Base/Exceptions/MissingUserFieldTypeException.php index 8902366870..2b4661e27a 100644 --- a/src/lib/Base/Exceptions/MissingUserFieldTypeException.php +++ b/src/lib/Base/Exceptions/MissingUserFieldTypeException.php @@ -15,8 +15,10 @@ */ final class MissingUserFieldTypeException extends ContentValidationException { - public function __construct(ContentType $contentType, string $fieldType) - { + public function __construct( + ContentType $contentType, + string $fieldType + ) { parent::__construct( 'The provided content type "%contentType%" does not contain the %fieldType% Field Type', [ diff --git a/src/lib/Base/Exceptions/NotFound/FieldTypeNotFoundException.php b/src/lib/Base/Exceptions/NotFound/FieldTypeNotFoundException.php index 88a463d97c..eedd6be28d 100644 --- a/src/lib/Base/Exceptions/NotFound/FieldTypeNotFoundException.php +++ b/src/lib/Base/Exceptions/NotFound/FieldTypeNotFoundException.php @@ -25,8 +25,10 @@ class FieldTypeNotFoundException extends RuntimeException implements Httpable, T /** * Creates a FieldType Not Found exception with info on how to fix. */ - public function __construct(string $fieldType, ?Exception $previous = null) - { + public function __construct( + string $fieldType, + ?Exception $previous = null + ) { $this->setMessageTemplate( "Field Type '%fieldType%' not found. It must be implemented or configured to use %nullType%" ); diff --git a/src/lib/Base/Exceptions/NotFound/LimitationNotFoundException.php b/src/lib/Base/Exceptions/NotFound/LimitationNotFoundException.php index cba832bcca..23ee10ba32 100644 --- a/src/lib/Base/Exceptions/NotFound/LimitationNotFoundException.php +++ b/src/lib/Base/Exceptions/NotFound/LimitationNotFoundException.php @@ -25,8 +25,10 @@ class LimitationNotFoundException extends RuntimeException implements Httpable, /** * Creates a Limitation Not Found exception with info on how to fix. */ - public function __construct(string $limitation, ?Exception $previous = null) - { + public function __construct( + string $limitation, + ?Exception $previous = null + ) { $this->setMessageTemplate( "Limitation '%limitation%' not found. It must be implemented or configured to use %blockingLimitation%" ); diff --git a/src/lib/Base/Exceptions/NotFoundException.php b/src/lib/Base/Exceptions/NotFoundException.php index d9643902b3..109b36ef26 100644 --- a/src/lib/Base/Exceptions/NotFoundException.php +++ b/src/lib/Base/Exceptions/NotFoundException.php @@ -28,8 +28,11 @@ class NotFoundException extends APINotFoundException implements Httpable, Transl /** * Generates: Could not find '{$what}' with identifier '{$identifier}'. */ - public function __construct(string $what, mixed $identifier, ?Throwable $previous = null) - { + public function __construct( + string $what, + mixed $identifier, + ?Throwable $previous = null + ) { $identifierStr = is_string($identifier) ? $identifier : var_export($identifier, true); $this->setMessageTemplate("Could not find '%what%' with identifier '%identifier%'"); $this->setParameters(['%what%' => $what, '%identifier%' => $identifierStr]); diff --git a/src/lib/Base/Exceptions/UserPasswordValidationException.php b/src/lib/Base/Exceptions/UserPasswordValidationException.php index b96ec6854d..a404a86ef4 100644 --- a/src/lib/Base/Exceptions/UserPasswordValidationException.php +++ b/src/lib/Base/Exceptions/UserPasswordValidationException.php @@ -16,10 +16,13 @@ class UserPasswordValidationException extends InvalidArgumentException /** * Generates: "Argument '{$argumentName}' is invalid: Password doesn't match the following rules: {X}, {Y}, {Z}". * - * @param \Ibexa\Core\FieldType\ValidationError[] $errors + * @param ValidationError[] $errors */ - public function __construct(string $argumentName, array $errors, ?Exception $previous = null) - { + public function __construct( + string $argumentName, + array $errors, + ?Exception $previous = null + ) { $rules = array_map( static fn (ValidationError $error): string => (string)$error->getTranslatableMessage(), $errors diff --git a/src/lib/Base/ServiceContainer.php b/src/lib/Base/ServiceContainer.php index 3b6743709a..930b461fdc 100644 --- a/src/lib/Base/ServiceContainer.php +++ b/src/lib/Base/ServiceContainer.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Base; use Ibexa\Contracts\Core\Container; +use Ibexa\Contracts\Core\Repository\Repository; use RuntimeException; use Symfony\Component\Config\ConfigCache; use Symfony\Component\DependencyInjection\ContainerBuilder; @@ -31,7 +32,7 @@ class ServiceContainer implements Container /** * Holds inner Symfony container instance. * - * @var \Symfony\Component\DependencyInjection\Container|\Symfony\Component\DependencyInjection\ContainerBuilder + * @var \Symfony\Component\DependencyInjection\Container|ContainerBuilder */ protected $innerContainer; @@ -64,15 +65,20 @@ class ServiceContainer implements Container protected $bypassCache; /** - * @param string|\Symfony\Component\DependencyInjection\ContainerInterface $container Path to the container file or container instance + * @param string|ContainerInterface $container Path to the container file or container instance * @param string $installDir Installation directory * @param string $cacheDir Directory where PHP container cache will be stored * @param bool $debug Default false should be used for production, if true resources will be checked * and cache will be regenerated if necessary * @param bool $bypassCache Default false should be used for production, if true completely bypasses the cache */ - public function __construct($container, $installDir, $cacheDir, $debug = false, $bypassCache = false) - { + public function __construct( + $container, + $installDir, + $cacheDir, + $debug = false, + $bypassCache = false + ) { $this->innerContainer = $container; $this->installDir = $installDir; $this->cacheDir = $cacheDir; @@ -87,7 +93,7 @@ public function __construct($container, $installDir, $cacheDir, $debug = false, * * Public API for * - * @return \Ibexa\Contracts\Core\Repository\Repository + * @return Repository */ public function getRepository() { @@ -95,7 +101,7 @@ public function getRepository() } /** - * @return \Symfony\Component\DependencyInjection\ContainerBuilder + * @return ContainerBuilder */ public function getInnerContainer() { @@ -129,7 +135,7 @@ public function getParameter($name) /** * Initializes inner container. * - * @throws \RuntimeException + * @throws RuntimeException */ protected function initializeContainer() { @@ -163,7 +169,7 @@ protected function initializeContainer() } /** - * @throws \RuntimeException + * @throws RuntimeException */ protected function getContainer() { @@ -181,7 +187,7 @@ protected function getContainer() /** * Dumps the service container to PHP code in the cache. * - * @param \Symfony\Component\Config\ConfigCache $cache + * @param ConfigCache $cache */ protected function dumpContainer(ConfigCache $cache) { @@ -204,13 +210,15 @@ protected function dumpContainer(ConfigCache $cache) /** * Checks for existence of given $directory and tries to create it if found missing. * - * @throws \RuntimeException + * @throws RuntimeException * * @param string $directory Path to the directory * @param string $name Used for exception message */ - protected function prepareDirectory($directory, $name) - { + protected function prepareDirectory( + $directory, + $name + ) { if (!is_dir($directory)) { if (!@mkdir($directory, 0777, true) && !is_dir($directory)) { throw new RuntimeException( diff --git a/src/lib/Base/Translatable.php b/src/lib/Base/Translatable.php index 702f6be408..843509240d 100644 --- a/src/lib/Base/Translatable.php +++ b/src/lib/Base/Translatable.php @@ -44,7 +44,10 @@ public function setParameters(array $parameters): void; /** * Adds a parameter to the existing hash map. */ - public function addParameter(string $name, string $value): void; + public function addParameter( + string $name, + string $value + ): void; /** * Adds `$parameters` to an existing hash map. diff --git a/src/lib/Base/TranslatableBase.php b/src/lib/Base/TranslatableBase.php index 8ad0f98e0e..2b96915011 100644 --- a/src/lib/Base/TranslatableBase.php +++ b/src/lib/Base/TranslatableBase.php @@ -33,8 +33,10 @@ public function setParameters(array $parameters): void $this->parameters = $parameters; } - public function addParameter(string $name, string $value): void - { + public function addParameter( + string $name, + string $value + ): void { $this->parameters[$name] = $value; } diff --git a/src/lib/Event/BookmarkService.php b/src/lib/Event/BookmarkService.php index c0daea036c..8d51d371d9 100644 --- a/src/lib/Event/BookmarkService.php +++ b/src/lib/Event/BookmarkService.php @@ -19,7 +19,7 @@ class BookmarkService extends BookmarkServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/ContentService.php b/src/lib/Event/ContentService.php index 5c168a3089..5f494f738a 100644 --- a/src/lib/Event/ContentService.php +++ b/src/lib/Event/ContentService.php @@ -50,7 +50,7 @@ class ContentService extends ContentServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( @@ -200,8 +200,10 @@ public function updateContent( return $content; } - public function publishVersion(VersionInfo $versionInfo, array $translations = Language::ALL): Content - { + public function publishVersion( + VersionInfo $versionInfo, + array $translations = Language::ALL + ): Content { $eventData = [ $versionInfo, $translations, diff --git a/src/lib/Event/ContentTypeService.php b/src/lib/Event/ContentTypeService.php index 97a42806ac..774ef7e272 100644 --- a/src/lib/Event/ContentTypeService.php +++ b/src/lib/Event/ContentTypeService.php @@ -55,7 +55,7 @@ class ContentTypeService extends ContentTypeServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/FieldTypeService.php b/src/lib/Event/FieldTypeService.php index a4b72a6805..6248498a87 100644 --- a/src/lib/Event/FieldTypeService.php +++ b/src/lib/Event/FieldTypeService.php @@ -14,7 +14,7 @@ class FieldTypeService extends FieldTypeServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/LanguageService.php b/src/lib/Event/LanguageService.php index ca8402ce5d..809d3ee9c0 100644 --- a/src/lib/Event/LanguageService.php +++ b/src/lib/Event/LanguageService.php @@ -26,7 +26,7 @@ class LanguageService extends LanguageServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/LocationService.php b/src/lib/Event/LocationService.php index 4af4d37c4b..36561d7c48 100644 --- a/src/lib/Event/LocationService.php +++ b/src/lib/Event/LocationService.php @@ -34,7 +34,7 @@ class LocationService extends LocationServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/NotificationService.php b/src/lib/Event/NotificationService.php index 29ddcaede2..b2b7e9d535 100644 --- a/src/lib/Event/NotificationService.php +++ b/src/lib/Event/NotificationService.php @@ -24,7 +24,7 @@ class NotificationService extends NotificationServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/ObjectStateService.php b/src/lib/Event/ObjectStateService.php index dced3aaccf..ac89e98ad0 100644 --- a/src/lib/Event/ObjectStateService.php +++ b/src/lib/Event/ObjectStateService.php @@ -37,7 +37,7 @@ class ObjectStateService extends ObjectStateServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/Repository.php b/src/lib/Event/Repository.php index 5a7cde3043..f3ae7d601c 100644 --- a/src/lib/Event/Repository.php +++ b/src/lib/Event/Repository.php @@ -8,80 +8,97 @@ namespace Ibexa\Core\Event; +use Ibexa\Contracts\Core\Repository\BookmarkService; use Ibexa\Contracts\Core\Repository\BookmarkService as BookmarkServiceInterface; +use Ibexa\Contracts\Core\Repository\ContentService; use Ibexa\Contracts\Core\Repository\ContentService as ContentServiceInterface; +use Ibexa\Contracts\Core\Repository\ContentTypeService; use Ibexa\Contracts\Core\Repository\ContentTypeService as ContentTypeServiceInterface; +use Ibexa\Contracts\Core\Repository\FieldTypeService; use Ibexa\Contracts\Core\Repository\FieldTypeService as FieldTypeServiceInterface; +use Ibexa\Contracts\Core\Repository\LanguageService; use Ibexa\Contracts\Core\Repository\LanguageService as LanguageServiceInterface; +use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\LocationService as LocationServiceInterface; +use Ibexa\Contracts\Core\Repository\NotificationService; use Ibexa\Contracts\Core\Repository\NotificationService as NotificationServiceInterface; +use Ibexa\Contracts\Core\Repository\ObjectStateService; use Ibexa\Contracts\Core\Repository\ObjectStateService as ObjectStateServiceInterface; use Ibexa\Contracts\Core\Repository\PermissionResolver as PermissionResolverInterface; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; +use Ibexa\Contracts\Core\Repository\RoleService; use Ibexa\Contracts\Core\Repository\RoleService as RoleServiceInterface; +use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\SearchService as SearchServiceInterface; +use Ibexa\Contracts\Core\Repository\SectionService; use Ibexa\Contracts\Core\Repository\SectionService as SectionServiceInterface; +use Ibexa\Contracts\Core\Repository\TrashService; use Ibexa\Contracts\Core\Repository\TrashService as TrashServiceInterface; +use Ibexa\Contracts\Core\Repository\URLAliasService; use Ibexa\Contracts\Core\Repository\URLAliasService as URLAliasServiceInterface; +use Ibexa\Contracts\Core\Repository\URLService; use Ibexa\Contracts\Core\Repository\URLService as URLServiceInterface; +use Ibexa\Contracts\Core\Repository\URLWildcardService; use Ibexa\Contracts\Core\Repository\URLWildcardService as URLWildcardServiceInterface; +use Ibexa\Contracts\Core\Repository\UserPreferenceService; use Ibexa\Contracts\Core\Repository\UserPreferenceService as UserPreferenceServiceInterface; +use Ibexa\Contracts\Core\Repository\UserService; use Ibexa\Contracts\Core\Repository\UserService as UserServiceInterface; final class Repository implements RepositoryInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var RepositoryInterface */ private $repository; - /** @var \Ibexa\Contracts\Core\Repository\BookmarkService */ + /** @var BookmarkService */ private $bookmarkService; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeService */ private $contentTypeService; - /** @var \Ibexa\Contracts\Core\Repository\FieldTypeService */ + /** @var FieldTypeService */ private $fieldTypeService; - /** @var \Ibexa\Contracts\Core\Repository\LanguageService */ + /** @var LanguageService */ private $languageService; - /** @var \Ibexa\Contracts\Core\Repository\LocationService */ + /** @var LocationService */ private $locationService; - /** @var \Ibexa\Contracts\Core\Repository\NotificationService */ + /** @var NotificationService */ private $notificationService; - /** @var \Ibexa\Contracts\Core\Repository\ObjectStateService */ + /** @var ObjectStateService */ private $objectStateService; - /** @var \Ibexa\Contracts\Core\Repository\RoleService */ + /** @var RoleService */ private $roleService; - /** @var \Ibexa\Contracts\Core\Repository\SearchService */ + /** @var SearchService */ private $searchService; - /** @var \Ibexa\Contracts\Core\Repository\SectionService */ + /** @var SectionService */ private $sectionService; - /** @var \Ibexa\Contracts\Core\Repository\TrashService */ + /** @var TrashService */ private $trashService; - /** @var \Ibexa\Contracts\Core\Repository\URLAliasService */ + /** @var URLAliasService */ private $urlAliasService; - /** @var \Ibexa\Contracts\Core\Repository\URLService */ + /** @var URLService */ private $urlService; - /** @var \Ibexa\Contracts\Core\Repository\URLWildcardService */ + /** @var URLWildcardService */ private $urlWildcardService; - /** @var \Ibexa\Contracts\Core\Repository\UserPreferenceService */ + /** @var UserPreferenceService */ private $userPreferenceService; - /** @var \Ibexa\Contracts\Core\Repository\UserService */ + /** @var UserService */ private $userService; public function __construct( @@ -124,8 +141,10 @@ public function __construct( $this->userService = $userService; } - public function sudo(callable $callback, ?RepositoryInterface $outerRepository = null) - { + public function sudo( + callable $callback, + ?RepositoryInterface $outerRepository = null + ) { return $this->repository->sudo($callback, $outerRepository); } diff --git a/src/lib/Event/RoleService.php b/src/lib/Event/RoleService.php index c06f9071f3..debd82f504 100644 --- a/src/lib/Event/RoleService.php +++ b/src/lib/Event/RoleService.php @@ -52,7 +52,7 @@ class RoleService extends RoleServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/SearchService.php b/src/lib/Event/SearchService.php index e75dba3f1b..52bd81a0dd 100644 --- a/src/lib/Event/SearchService.php +++ b/src/lib/Event/SearchService.php @@ -14,7 +14,7 @@ class SearchService extends SearchServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/SectionService.php b/src/lib/Event/SectionService.php index e98bf95b23..4424b00cbd 100644 --- a/src/lib/Event/SectionService.php +++ b/src/lib/Event/SectionService.php @@ -29,7 +29,7 @@ class SectionService extends SectionServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/SettingService.php b/src/lib/Event/SettingService.php index 45bbafd46b..d82dbb1bf4 100644 --- a/src/lib/Event/SettingService.php +++ b/src/lib/Event/SettingService.php @@ -23,7 +23,7 @@ final class SettingService extends SettingServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ private $eventDispatcher; public function __construct( @@ -57,8 +57,10 @@ public function createSetting(SettingCreateStruct $settingCreateStruct): Setting return $setting; } - public function updateSetting(Setting $setting, SettingUpdateStruct $settingUpdateStruct): Setting - { + public function updateSetting( + Setting $setting, + SettingUpdateStruct $settingUpdateStruct + ): Setting { $eventData = [ $setting, $settingUpdateStruct, diff --git a/src/lib/Event/TokenService.php b/src/lib/Event/TokenService.php index 161b9d9493..a579c9e337 100644 --- a/src/lib/Event/TokenService.php +++ b/src/lib/Event/TokenService.php @@ -152,8 +152,10 @@ public function revokeToken(Token $token): void ); } - public function revokeTokenByIdentifier(string $tokenType, ?string $identifier): void - { + public function revokeTokenByIdentifier( + string $tokenType, + ?string $identifier + ): void { $eventData = [$tokenType, $identifier]; $beforeEvent = new BeforeRevokeTokenByIdentifierEvent(...$eventData); diff --git a/src/lib/Event/TranslationService.php b/src/lib/Event/TranslationService.php index 4d535e4323..b1928cd5a6 100644 --- a/src/lib/Event/TranslationService.php +++ b/src/lib/Event/TranslationService.php @@ -14,7 +14,7 @@ class TranslationService extends TranslationServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/TrashService.php b/src/lib/Event/TrashService.php index b2d900bb60..3bc0915454 100644 --- a/src/lib/Event/TrashService.php +++ b/src/lib/Event/TrashService.php @@ -26,7 +26,7 @@ class TrashService extends TrashServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/URLAliasService.php b/src/lib/Event/URLAliasService.php index 7dc7426bd5..0627452a47 100644 --- a/src/lib/Event/URLAliasService.php +++ b/src/lib/Event/URLAliasService.php @@ -24,7 +24,7 @@ class URLAliasService extends URLAliasServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/URLService.php b/src/lib/Event/URLService.php index 8460bcd838..f1f75d78b9 100644 --- a/src/lib/Event/URLService.php +++ b/src/lib/Event/URLService.php @@ -18,7 +18,7 @@ class URLService extends URLServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/URLWildcardService.php b/src/lib/Event/URLWildcardService.php index efc4ba0e28..b52c1f0b1d 100644 --- a/src/lib/Event/URLWildcardService.php +++ b/src/lib/Event/URLWildcardService.php @@ -25,7 +25,7 @@ class URLWildcardService extends URLWildcardServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/UserPreferenceService.php b/src/lib/Event/UserPreferenceService.php index 11ba84a4ce..207863bf31 100644 --- a/src/lib/Event/UserPreferenceService.php +++ b/src/lib/Event/UserPreferenceService.php @@ -16,7 +16,7 @@ class UserPreferenceService extends UserPreferenceServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/Event/UserService.php b/src/lib/Event/UserService.php index 1982fc6f14..c26bdeb3e9 100644 --- a/src/lib/Event/UserService.php +++ b/src/lib/Event/UserService.php @@ -43,7 +43,7 @@ class UserService extends UserServiceDecorator { - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; public function __construct( diff --git a/src/lib/FieldType/Author/AuthorCollection.php b/src/lib/FieldType/Author/AuthorCollection.php index 2d1081ccbf..4cebc929a3 100644 --- a/src/lib/FieldType/Author/AuthorCollection.php +++ b/src/lib/FieldType/Author/AuthorCollection.php @@ -19,7 +19,7 @@ class AuthorCollection extends ArrayObject { /** - * @param \Ibexa\Core\FieldType\Author\Author[] $elements + * @param Author[] $elements */ public function __construct(array $elements = []) { @@ -34,13 +34,15 @@ public function __construct(array $elements = []) /** * Adds a new author to the collection. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType When $value is not of type Author + * @throws InvalidArgumentType When $value is not of type Author * * @param int $offset - * @param \Ibexa\Core\FieldType\Author\Author $value + * @param Author $value */ - public function offsetSet($offset, $value): void - { + public function offsetSet( + $offset, + $value + ): void { if (!$value instanceof Author) { throw new InvalidArgumentType( '$value', diff --git a/src/lib/FieldType/Author/SearchField.php b/src/lib/FieldType/Author/SearchField.php index ea1615bd8a..c8833d8a09 100644 --- a/src/lib/FieldType/Author/SearchField.php +++ b/src/lib/FieldType/Author/SearchField.php @@ -18,8 +18,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { $name = []; $id = []; $email = []; diff --git a/src/lib/FieldType/Author/Type.php b/src/lib/FieldType/Author/Type.php index 368067686e..0abc91871e 100644 --- a/src/lib/FieldType/Author/Type.php +++ b/src/lib/FieldType/Author/Type.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Author; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; @@ -55,8 +56,11 @@ public function getFieldTypeIdentifier(): string return 'ibexa_author'; } - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return $value->authors[0]->name ?? ''; } @@ -64,7 +68,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Author\Value + * @return Value */ public function getEmptyValue() { @@ -74,9 +78,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param array|\Ibexa\Core\FieldType\Author\Value $inputValue + * @param array|Value $inputValue * - * @return \Ibexa\Core\FieldType\Author\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -90,9 +94,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Author\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -129,7 +133,7 @@ protected function getSortInfo(BaseValue $value) * * @phpstan-param TAuthorHash $hash * - * @return \Ibexa\Core\FieldType\Author\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -146,7 +150,7 @@ static function ($author) { /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Author\Value $value + * @param Value $value * * @phpstan-return TAuthorHash */ @@ -232,8 +236,10 @@ private function validateSettingName($name) * * @return \Ibexa\Contracts\Core\FieldType\ValidationError|null */ - private function validateDefaultAuthorSetting($name, $value) - { + private function validateDefaultAuthorSetting( + $name, + $value + ) { $definedValues = [ self::DEFAULT_VALUE_EMPTY, self::DEFAULT_CURRENT_USER, diff --git a/src/lib/FieldType/Author/Value.php b/src/lib/FieldType/Author/Value.php index bac3dfa70b..0507c0d685 100644 --- a/src/lib/FieldType/Author/Value.php +++ b/src/lib/FieldType/Author/Value.php @@ -17,14 +17,14 @@ class Value extends BaseValue /** * List of authors. * - * @var \Ibexa\Core\FieldType\Author\AuthorCollection + * @var AuthorCollection */ public $authors; /** * Construct a new Value object and initialize with $authors. * - * @param \Ibexa\Core\FieldType\Author\Author[] $authors + * @param Author[] $authors */ public function __construct(array $authors = []) { diff --git a/src/lib/FieldType/BaseNumericType.php b/src/lib/FieldType/BaseNumericType.php index aae72e23ea..b83b6d7238 100644 --- a/src/lib/FieldType/BaseNumericType.php +++ b/src/lib/FieldType/BaseNumericType.php @@ -9,12 +9,13 @@ namespace Ibexa\Core\FieldType; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; abstract class BaseNumericType extends FieldType { /** - * @return array + * @return array */ abstract protected function getValidators(): array; @@ -60,10 +61,12 @@ public function validateValidatorConfiguration($validatorConfiguration): array * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException + * @throws PropertyNotFoundException */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $value): array - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $value + ): array { if ($this->isEmptyValue($value)) { return []; } diff --git a/src/lib/FieldType/BaseSingleTextLineSearchField.php b/src/lib/FieldType/BaseSingleTextLineSearchField.php index 33f79c70c7..a338589cbe 100644 --- a/src/lib/FieldType/BaseSingleTextLineSearchField.php +++ b/src/lib/FieldType/BaseSingleTextLineSearchField.php @@ -12,35 +12,38 @@ use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; use Ibexa\Contracts\Core\Search; +use Ibexa\Contracts\Core\Search\FieldType; abstract class BaseSingleTextLineSearchField implements Indexable { /** - * @return \Ibexa\Contracts\Core\Search\Field[] + * @return Search\Field[] */ - public function getIndexData(Field $field, FieldDefinition $fieldDefinition): array - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ): array { return [ new Search\Field( 'value', $field->value->data, - new Search\FieldType\StringField() + new FieldType\StringField() ), new Search\Field( 'fulltext', $field->value->data, - new Search\FieldType\FullTextField() + new FieldType\FullTextField() ), ]; } /** - * @return array + * @return array */ public function getIndexDefinition(): array { return [ - 'value' => new Search\FieldType\StringField(), + 'value' => new FieldType\StringField(), ]; } diff --git a/src/lib/FieldType/BaseTextType.php b/src/lib/FieldType/BaseTextType.php index 3e28d47f99..949f589048 100644 --- a/src/lib/FieldType/BaseTextType.php +++ b/src/lib/FieldType/BaseTextType.php @@ -9,8 +9,10 @@ namespace Ibexa\Core\FieldType; use Ibexa\Contracts\Core\FieldType\Value as FieldTypeValueInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; +use Ibexa\Core\FieldType\TextLine\Value; use Ibexa\Core\FieldType\Value as BaseValue; /** @@ -26,7 +28,7 @@ public function isSearchable(): bool } /** - * @param \Ibexa\Core\FieldType\TextLine\Value $value + * @param Value $value */ public function getName( FieldTypeValueInterface $value, @@ -37,7 +39,7 @@ public function getName( } /** - * @param \Ibexa\Core\FieldType\TextLine\Value $value + * @param Value $value */ public function isEmptyValue(FieldTypeValueInterface $value): bool { @@ -45,9 +47,9 @@ public function isEmptyValue(FieldTypeValueInterface $value): bool } /** - * @param \Ibexa\Core\FieldType\TextLine\Value $value + * @param Value $value * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. */ protected function checkValueStructure(BaseValue $value): void { @@ -60,8 +62,10 @@ protected function checkValueStructure(BaseValue $value): void } } - protected function buildUnknownValidatorError(string $parameterName, string $validatorIdentifier): ValidationError - { + protected function buildUnknownValidatorError( + string $parameterName, + string $validatorIdentifier + ): ValidationError { return new ValidationError( "Validator '$parameterName' is unknown", null, @@ -72,7 +76,7 @@ protected function buildUnknownValidatorError(string $parameterName, string $val } /** - * @param \Ibexa\Core\FieldType\TextLine\Value $value + * @param Value $value */ public function toHash(FieldTypeValueInterface $value): ?string { diff --git a/src/lib/FieldType/BinaryBase/AbstractBinarySearchField.php b/src/lib/FieldType/BinaryBase/AbstractBinarySearchField.php index f6cdf6571c..a37c7d0f62 100644 --- a/src/lib/FieldType/BinaryBase/AbstractBinarySearchField.php +++ b/src/lib/FieldType/BinaryBase/AbstractBinarySearchField.php @@ -12,6 +12,7 @@ use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; use Ibexa\Contracts\Core\Search; +use Ibexa\Contracts\Core\Search\FieldType; /** * @internal @@ -19,38 +20,40 @@ abstract class AbstractBinarySearchField implements Indexable { /** - * @return \Ibexa\Contracts\Core\Search\Field[] + * @return Search\Field[] */ - public function getIndexData(Field $field, FieldDefinition $fieldDefinition): array - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ): array { return [ new Search\Field( 'file_name', $field->value->externalData['fileName'] ?? null, - new Search\FieldType\StringField() + new FieldType\StringField() ), new Search\Field( 'file_size', $field->value->externalData['fileSize'] ?? null, - new Search\FieldType\IntegerField() + new FieldType\IntegerField() ), new Search\Field( 'mime_type', $field->value->externalData['mimeType'] ?? null, - new Search\FieldType\StringField() + new FieldType\StringField() ), ]; } /** - * @return array + * @return array */ public function getIndexDefinition(): array { return [ - 'file_name' => new Search\FieldType\StringField(), - 'file_size' => new Search\FieldType\IntegerField(), - 'mime_type' => new Search\FieldType\StringField(), + 'file_name' => new FieldType\StringField(), + 'file_size' => new FieldType\IntegerField(), + 'mime_type' => new FieldType\StringField(), ]; } diff --git a/src/lib/FieldType/BinaryBase/BinaryBaseStorage.php b/src/lib/FieldType/BinaryBase/BinaryBaseStorage.php index 1bcc553552..8748891486 100644 --- a/src/lib/FieldType/BinaryBase/BinaryBaseStorage.php +++ b/src/lib/FieldType/BinaryBase/BinaryBaseStorage.php @@ -14,7 +14,9 @@ use Ibexa\Contracts\Core\IO\MimeTypeDetector; use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\ContentFieldValidationException; +use Ibexa\Core\FieldType\BinaryBase\BinaryBaseStorage\Gateway; use Ibexa\Core\FieldType\Validator\FileExtensionBlackListValidator; use Ibexa\Core\IO\IOServiceInterface; @@ -26,21 +28,21 @@ class BinaryBaseStorage extends GatewayBasedStorage /** * An instance of IOService configured to store to the images folder. * - * @var \Ibexa\Core\IO\IOServiceInterface + * @var IOServiceInterface */ protected $ioService; protected PathGeneratorInterface $pathGenerator; - /** @var \Ibexa\Contracts\Core\IO\MimeTypeDetector */ + /** @var MimeTypeDetector */ protected $mimeTypeDetector; protected PathGeneratorInterface $downloadUrlGenerator; - /** @var \Ibexa\Core\FieldType\BinaryBase\BinaryBaseStorage\Gateway */ + /** @var Gateway */ protected StorageGatewayInterface $gateway; - /** @var \Ibexa\Core\FieldType\Validator\FileExtensionBlackListValidator */ + /** @var FileExtensionBlackListValidator */ protected $fileExtensionBlackListValidator; public function __construct( @@ -63,11 +65,13 @@ public function setDownloadUrlGenerator(PathGeneratorInterface $downloadUrlGener } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException */ - public function storeFieldData(VersionInfo $versionInfo, Field $field) - { + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ) { if ($field->value->externalData === null) { $this->deleteFieldData($versionInfo, [$field->id]); @@ -111,8 +115,11 @@ public function storeFieldData(VersionInfo $versionInfo, Field $field) $this->gateway->storeFileReference($versionInfo, $field); } - public function copyLegacyField(VersionInfo $versionInfo, Field $field, Field $originalField) - { + public function copyLegacyField( + VersionInfo $versionInfo, + Field $field, + Field $originalField + ) { if ($originalField->value->externalData === null) { return false; } @@ -132,8 +139,10 @@ public function copyLegacyField(VersionInfo $versionInfo, Field $field, Field $o * @param mixed $fieldId * @param string $versionNo */ - protected function removeOldFile($fieldId, $versionNo) - { + protected function removeOldFile( + $fieldId, + $versionNo + ) { $fileReference = $this->gateway->getFileReferenceData($fieldId, $versionNo); if ($fileReference === null) { // No previous file @@ -150,8 +159,10 @@ protected function removeOldFile($fieldId, $versionNo) } } - public function getFieldData(VersionInfo $versionInfo, Field $field) - { + public function getFieldData( + VersionInfo $versionInfo, + Field $field + ) { $field->value->externalData = $this->gateway->getFileReferenceData($field->id, $versionInfo->versionNo); if ($field->value->externalData !== null) { $binaryFile = $this->ioService->loadBinaryFile($field->value->externalData['id']); @@ -174,8 +185,10 @@ public function getFieldData(VersionInfo $versionInfo, Field $field) } } - public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds) - { + public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ) { if (empty($fieldIds)) { return; } diff --git a/src/lib/FieldType/BinaryBase/BinaryBaseStorage/Gateway.php b/src/lib/FieldType/BinaryBase/BinaryBaseStorage/Gateway.php index 9ad9dd9988..8a18f41399 100644 --- a/src/lib/FieldType/BinaryBase/BinaryBaseStorage/Gateway.php +++ b/src/lib/FieldType/BinaryBase/BinaryBaseStorage/Gateway.php @@ -16,10 +16,13 @@ abstract class Gateway extends StorageGateway /** * Stores the file reference in $field for $versionNo. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field */ - abstract public function storeFileReference(VersionInfo $versionInfo, Field $field); + abstract public function storeFileReference( + VersionInfo $versionInfo, + Field $field + ); /** * Returns the file reference data for the given $fieldId in $versionNo. @@ -29,7 +32,10 @@ abstract public function storeFileReference(VersionInfo $versionInfo, Field $fie * * @return array|void */ - abstract public function getFileReferenceData($fieldId, $versionNo); + abstract public function getFileReferenceData( + $fieldId, + $versionNo + ); /** * Removes all file references for the given $fieldIds. @@ -37,7 +43,10 @@ abstract public function getFileReferenceData($fieldId, $versionNo); * @param array $fieldIds * @param int $versionNo */ - abstract public function removeFileReferences(array $fieldIds, $versionNo); + abstract public function removeFileReferences( + array $fieldIds, + $versionNo + ); /** * Removes a specific file reference for $fieldId and $versionId. @@ -45,7 +54,10 @@ abstract public function removeFileReferences(array $fieldIds, $versionNo); * @param mixed $fieldId * @param int $versionNo */ - abstract public function removeFileReference($fieldId, $versionNo); + abstract public function removeFileReference( + $fieldId, + $versionNo + ); /** * Returns a map of files referenced by the given $fieldIds. @@ -55,7 +67,10 @@ abstract public function removeFileReference($fieldId, $versionNo); * * @return array */ - abstract public function getReferencedFiles(array $fieldIds, $versionNo); + abstract public function getReferencedFiles( + array $fieldIds, + $versionNo + ); /** * Returns a map with the number of references each file from $files has. diff --git a/src/lib/FieldType/BinaryBase/BinaryBaseStorage/Gateway/DoctrineStorage.php b/src/lib/FieldType/BinaryBase/BinaryBaseStorage/Gateway/DoctrineStorage.php index 82a7edca23..9553835328 100644 --- a/src/lib/FieldType/BinaryBase/BinaryBaseStorage/Gateway/DoctrineStorage.php +++ b/src/lib/FieldType/BinaryBase/BinaryBaseStorage/Gateway/DoctrineStorage.php @@ -20,7 +20,7 @@ */ abstract class DoctrineStorage extends Gateway { - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $connection; public function __construct(Connection $connection) @@ -65,12 +65,15 @@ protected function getPropertyMapping() * add additional columns to be fetched from the database. Please do not * forget to call the parent when overwriting this method. * - * @param \Doctrine\DBAL\Query\QueryBuilder $queryBuilder + * @param QueryBuilder $queryBuilder * @param int $fieldId * @param int $versionNo */ - protected function setFetchColumns(QueryBuilder $queryBuilder, $fieldId, $versionNo) - { + protected function setFetchColumns( + QueryBuilder $queryBuilder, + $fieldId, + $versionNo + ) { $queryBuilder->select( $this->connection->quoteIdentifier('filename'), $this->connection->quoteIdentifier('mime_type'), @@ -85,12 +88,15 @@ protected function setFetchColumns(QueryBuilder $queryBuilder, $fieldId, $versio * add additional columns to be set in the database. Please do not forget * to call the parent when overwriting this method. * - * @param \Doctrine\DBAL\Query\QueryBuilder $queryBuilder - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param QueryBuilder $queryBuilder + * @param VersionInfo $versionInfo + * @param Field $field */ - protected function setInsertColumns(QueryBuilder $queryBuilder, VersionInfo $versionInfo, Field $field) - { + protected function setInsertColumns( + QueryBuilder $queryBuilder, + VersionInfo $versionInfo, + Field $field + ) { $queryBuilder ->setValue('contentobject_attribute_id', ':fieldId') ->setValue('filename', ':filename') @@ -106,12 +112,15 @@ protected function setInsertColumns(QueryBuilder $queryBuilder, VersionInfo $ver } /** - * @param \Doctrine\DBAL\Query\QueryBuilder $queryBuilder - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param QueryBuilder $queryBuilder + * @param VersionInfo $versionInfo + * @param Field $field */ - protected function setUpdateColumns(QueryBuilder $queryBuilder, VersionInfo $versionInfo, Field $field) - { + protected function setUpdateColumns( + QueryBuilder $queryBuilder, + VersionInfo $versionInfo, + Field $field + ) { $queryBuilder ->set('contentobject_attribute_id', ':fieldId') ->set('filename', ':filename') @@ -129,13 +138,15 @@ protected function setUpdateColumns(QueryBuilder $queryBuilder, VersionInfo $ver /** * Store the file reference in $field for $versionNo. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field * * @return bool */ - public function storeFileReference(VersionInfo $versionInfo, Field $field) - { + public function storeFileReference( + VersionInfo $versionInfo, + Field $field + ) { $referencedData = $this->getFileReferenceData($field->id, $versionInfo->versionNo); if ($referencedData === null) { @@ -148,11 +159,13 @@ public function storeFileReference(VersionInfo $versionInfo, Field $field) } /** - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field */ - protected function updateFieldData(VersionInfo $versionInfo, Field $field) - { + protected function updateFieldData( + VersionInfo $versionInfo, + Field $field + ) { $updateQuery = $this->connection->createQueryBuilder(); $updateQuery->update( $this->connection->quoteIdentifier($this->getStorageTable()) @@ -180,11 +193,13 @@ protected function updateFieldData(VersionInfo $versionInfo, Field $field) } /** - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field */ - protected function storeNewFieldData(VersionInfo $versionInfo, Field $field) - { + protected function storeNewFieldData( + VersionInfo $versionInfo, + Field $field + ) { $insertQuery = $this->connection->createQueryBuilder(); $insertQuery->insert( $this->connection->quoteIdentifier($this->getStorageTable()) @@ -217,8 +232,10 @@ public function removeMimeFromPath($path) * * @return array|null */ - public function getFileReferenceData($fieldId, $versionNo) - { + public function getFileReferenceData( + $fieldId, + $versionNo + ) { $selectQuery = $this->connection->createQueryBuilder(); $this->setFetchColumns($selectQuery, $fieldId, $versionNo); @@ -283,8 +300,10 @@ protected function toPropertyName($columnName) * * @return mixed */ - protected function castToPropertyValue($value, $columnName) - { + protected function castToPropertyValue( + $value, + $columnName + ) { $propertyMap = $this->getPropertyMapping(); $castFunction = $propertyMap[$columnName]['cast']; @@ -299,8 +318,10 @@ protected function castToPropertyValue($value, $columnName) * * @return string */ - public function prependMimeToPath($path, $mimeType) - { + public function prependMimeToPath( + $path, + $mimeType + ) { $res = substr($mimeType, 0, strpos($mimeType, '/')) . '/' . $path; return $res; @@ -312,8 +333,10 @@ public function prependMimeToPath($path, $mimeType) * @param array $fieldIds * @param int $versionNo */ - public function removeFileReferences(array $fieldIds, $versionNo) - { + public function removeFileReferences( + array $fieldIds, + $versionNo + ) { if (empty($fieldIds)) { return; } @@ -346,8 +369,10 @@ public function removeFileReferences(array $fieldIds, $versionNo) * @param int $fieldId * @param int $versionNo */ - public function removeFileReference($fieldId, $versionNo) - { + public function removeFileReference( + $fieldId, + $versionNo + ) { $deleteQuery = $this->connection->createQueryBuilder(); $deleteQuery ->delete($this->connection->quoteIdentifier($this->getStorageTable())) @@ -377,8 +402,10 @@ public function removeFileReference($fieldId, $versionNo) * * @return array */ - public function getReferencedFiles(array $fieldIds, $versionNo) - { + public function getReferencedFiles( + array $fieldIds, + $versionNo + ) { if (empty($fieldIds)) { return []; } diff --git a/src/lib/FieldType/BinaryBase/PathGenerator/LegacyPathGenerator.php b/src/lib/FieldType/BinaryBase/PathGenerator/LegacyPathGenerator.php index eaf8eda86c..774e520481 100644 --- a/src/lib/FieldType/BinaryBase/PathGenerator/LegacyPathGenerator.php +++ b/src/lib/FieldType/BinaryBase/PathGenerator/LegacyPathGenerator.php @@ -13,8 +13,10 @@ class LegacyPathGenerator implements PathGeneratorInterface { - public function getStoragePathForField(Field $field, VersionInfo $versionInfo): string - { + public function getStoragePathForField( + Field $field, + VersionInfo $versionInfo + ): string { $extension = pathinfo($field->value->externalData['fileName'], PATHINFO_EXTENSION); return $this->getFirstPartOfMimeType($field->value->externalData['mimeType']) diff --git a/src/lib/FieldType/BinaryBase/Type.php b/src/lib/FieldType/BinaryBase/Type.php index e8316937d1..20ff311be5 100644 --- a/src/lib/FieldType/BinaryBase/Type.php +++ b/src/lib/FieldType/BinaryBase/Type.php @@ -9,12 +9,15 @@ use Ibexa\Contracts\Core\FieldType\BinaryBase\RouteAwarePathGenerator; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Persistence\Content\FieldValue; use Ibexa\Contracts\Core\Persistence\Content\FieldValue as PersistenceValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentValue; use Ibexa\Core\FieldType\FieldType; use Ibexa\Core\FieldType\Media\Value; use Ibexa\Core\FieldType\ValidationError; +use Ibexa\Core\FieldType\Validator; use Ibexa\Core\FieldType\Value as BaseValue; /** @@ -31,17 +34,19 @@ abstract class Type extends FieldType ], ]; - /** @var \Ibexa\Core\FieldType\Validator[] */ + /** @var Validator[] */ private $validators; - /** @var \Ibexa\Contracts\Core\FieldType\BinaryBase\RouteAwarePathGenerator|null */ + /** @var RouteAwarePathGenerator|null */ protected $routeAwarePathGenerator; /** - * @param \Ibexa\Core\FieldType\Validator[] $validators + * @param Validator[] $validators */ - public function __construct(array $validators, ?RouteAwarePathGenerator $routeAwarePathGenerator = null) - { + public function __construct( + array $validators, + ?RouteAwarePathGenerator $routeAwarePathGenerator = null + ) { $this->validators = $validators; $this->routeAwarePathGenerator = $routeAwarePathGenerator; } @@ -51,7 +56,7 @@ public function __construct(array $validators, ?RouteAwarePathGenerator $routeAw * * @param array $inputValue * - * @return \Ibexa\Core\FieldType\Media\Value + * @return Value */ abstract protected function createValue(array $inputValue); @@ -70,10 +75,13 @@ final protected function regenerateUri(array $inputValue): array } /** - * @param \Ibexa\Core\FieldType\BinaryBase\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param \Ibexa\Core\FieldType\BinaryBase\Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return (string)$value->fileName; } @@ -104,7 +112,7 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * * @param \Ibexa\Core\FieldType\BinaryBase\Value $value */ @@ -149,7 +157,7 @@ protected function checkValueStructure(BaseValue $value) /** * Attempts to complete the data in $value. * - * @param \Ibexa\Core\FieldType\BinaryBase\Value|\Ibexa\Core\FieldType\Value $value + * @param \Ibexa\Core\FieldType\BinaryBase\Value|BaseValue $value */ protected function completeValue(BaseValue $value) { @@ -233,7 +241,7 @@ public function toPersistenceValue(SPIValue $value) * * This method builds a field type value from the $data and $externalData properties. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param FieldValue $fieldValue * * @return \Ibexa\Core\FieldType\BinaryBase\Value */ @@ -263,15 +271,17 @@ public function fromPersistenceValue(PersistenceValue $fieldValue) /** * Validates a field based on the validators in the field definition. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition The field definition of the field + * @param FieldDefinition $fieldDefinition The field definition of the field * @param \Ibexa\Core\FieldType\BinaryBase\Value $fieldValue The field value for which an action is performed * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue) - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ) { $errors = []; if ($this->isEmptyValue($fieldValue)) { diff --git a/src/lib/FieldType/BinaryBase/Value.php b/src/lib/FieldType/BinaryBase/Value.php index e454dd2c07..c2fbbfb477 100644 --- a/src/lib/FieldType/BinaryBase/Value.php +++ b/src/lib/FieldType/BinaryBase/Value.php @@ -102,8 +102,10 @@ public function __get($propertyName) return parent::__get($propertyName); } - public function __set($propertyName, $propertyValue) - { + public function __set( + $propertyName, + $propertyValue + ) { // BC with 5.0 (EZP-20948) if ($propertyName === 'path') { $this->inputUri = $propertyValue; diff --git a/src/lib/FieldType/BinaryFile/BinaryFileStorage.php b/src/lib/FieldType/BinaryFile/BinaryFileStorage.php index ed6a892cfc..d11d2ac636 100644 --- a/src/lib/FieldType/BinaryFile/BinaryFileStorage.php +++ b/src/lib/FieldType/BinaryFile/BinaryFileStorage.php @@ -12,6 +12,4 @@ /** * Description of BinaryFileStorage. */ -class BinaryFileStorage extends BinaryBaseStorage -{ -} +class BinaryFileStorage extends BinaryBaseStorage {} diff --git a/src/lib/FieldType/BinaryFile/BinaryFileStorage/Gateway/DoctrineStorage.php b/src/lib/FieldType/BinaryFile/BinaryFileStorage/Gateway/DoctrineStorage.php index f24bec5246..51bd11e58f 100644 --- a/src/lib/FieldType/BinaryFile/BinaryFileStorage/Gateway/DoctrineStorage.php +++ b/src/lib/FieldType/BinaryFile/BinaryFileStorage/Gateway/DoctrineStorage.php @@ -43,8 +43,11 @@ protected function getPropertyMapping() /** * {@inheritdoc} */ - protected function setFetchColumns(QueryBuilder $queryBuilder, $fieldId, $versionNo) - { + protected function setFetchColumns( + QueryBuilder $queryBuilder, + $fieldId, + $versionNo + ) { parent::setFetchColumns($queryBuilder, $fieldId, $versionNo); $queryBuilder->addSelect( @@ -55,8 +58,11 @@ protected function setFetchColumns(QueryBuilder $queryBuilder, $fieldId, $versio /** * {@inheritdoc} */ - protected function setInsertColumns(QueryBuilder $queryBuilder, VersionInfo $versionInfo, Field $field) - { + protected function setInsertColumns( + QueryBuilder $queryBuilder, + VersionInfo $versionInfo, + Field $field + ) { parent::setInsertColumns($queryBuilder, $versionInfo, $field); $queryBuilder diff --git a/src/lib/FieldType/BinaryFile/SearchField.php b/src/lib/FieldType/BinaryFile/SearchField.php index 3a8ed5a018..eba3d2df57 100644 --- a/src/lib/FieldType/BinaryFile/SearchField.php +++ b/src/lib/FieldType/BinaryFile/SearchField.php @@ -13,6 +13,4 @@ /** * Indexable definition for BinaryFile field type. */ -class SearchField extends AbstractBinarySearchField -{ -} +class SearchField extends AbstractBinarySearchField {} diff --git a/src/lib/FieldType/BinaryFile/Type.php b/src/lib/FieldType/BinaryFile/Type.php index 2c5fade037..2fe5426f5e 100644 --- a/src/lib/FieldType/BinaryFile/Type.php +++ b/src/lib/FieldType/BinaryFile/Type.php @@ -34,7 +34,7 @@ public function getFieldTypeIdentifier(): string * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\BinaryFile\Value + * @return Value */ public function getEmptyValue() { @@ -46,7 +46,7 @@ public function getEmptyValue() * * @param array $inputValue * - * @return \Ibexa\Core\FieldType\BinaryFile\Value + * @return Value */ protected function createValue(array $inputValue) { @@ -58,7 +58,7 @@ protected function createValue(array $inputValue) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\BinaryFile\Value $value + * @param Value $value * * @return mixed */ @@ -80,9 +80,9 @@ public function toHash(SPIValue $value) * * This method builds a field type value from the $data and $externalData properties. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param FieldValue $fieldValue * - * @return \Ibexa\Core\FieldType\BinaryFile\Value + * @return Value */ public function fromPersistenceValue(FieldValue $fieldValue) { diff --git a/src/lib/FieldType/Checkbox/SearchField.php b/src/lib/FieldType/Checkbox/SearchField.php index 842e87f6cb..a02478816a 100644 --- a/src/lib/FieldType/Checkbox/SearchField.php +++ b/src/lib/FieldType/Checkbox/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value', diff --git a/src/lib/FieldType/Checkbox/Type.php b/src/lib/FieldType/Checkbox/Type.php index f66ea5570f..6aa63bde85 100644 --- a/src/lib/FieldType/Checkbox/Type.php +++ b/src/lib/FieldType/Checkbox/Type.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Checkbox; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; @@ -33,10 +34,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\Checkbox\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return $value->bool ? '1' : '0'; } @@ -44,7 +48,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Checkbox\Value + * @return Value */ public function getEmptyValue() { @@ -59,9 +63,9 @@ public function isEmptyValue(SPIValue $value): bool /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param bool|\Ibexa\Core\FieldType\Checkbox\Value $inputValue + * @param bool|Value $inputValue * - * @return \Ibexa\Core\FieldType\Checkbox\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -75,9 +79,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Checkbox\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -101,7 +105,7 @@ protected function checkValueStructure(BaseValue $value) /** * Returns information for FieldValue->$sortKey relevant to the field type. * - * @param \Ibexa\Core\FieldType\Checkbox\Value $value + * @param Value $value * * @return int */ @@ -115,7 +119,7 @@ protected function getSortInfo(BaseValue $value): int * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\Checkbox\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -125,7 +129,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Checkbox\Value $value + * @param Value $value * * @return mixed */ diff --git a/src/lib/FieldType/Country/SearchField.php b/src/lib/FieldType/Country/SearchField.php index 4ca6e75998..862a638418 100644 --- a/src/lib/FieldType/Country/SearchField.php +++ b/src/lib/FieldType/Country/SearchField.php @@ -28,8 +28,10 @@ public function __construct(array $countriesInfo) $this->countriesInfo = $countriesInfo; } - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { if (empty($field->value->data)) { return []; } diff --git a/src/lib/FieldType/Country/Type.php b/src/lib/FieldType/Country/Type.php index 3bbf49bb8e..7633085d43 100644 --- a/src/lib/FieldType/Country/Type.php +++ b/src/lib/FieldType/Country/Type.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Country; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\Country\Exception\InvalidValue; @@ -53,10 +54,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\Country\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return (string)$value; } @@ -64,7 +68,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Country\Value + * @return Value */ public function getEmptyValue() { @@ -74,9 +78,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param array|\Ibexa\Core\FieldType\Country\Value $inputValue + * @param array|Value $inputValue * - * @return \Ibexa\Core\FieldType\Country\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -90,9 +94,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Country\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -110,15 +114,17 @@ protected function checkValueStructure(BaseValue $value) * * Does not use validators. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition The field definition of the field - * @param \Ibexa\Core\FieldType\Country\Value $fieldValue The field value for which an action is performed + * @param FieldDefinition $fieldDefinition The field definition of the field + * @param Value $fieldValue The field value for which an action is performed * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue) - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ) { $validationErrors = []; if ($this->isEmptyValue($fieldValue)) { @@ -173,7 +179,7 @@ protected function getSortInfo(BaseValue $value): string * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\Country\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -202,7 +208,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Country\Value $value + * @param Value $value * * @return mixed */ diff --git a/src/lib/FieldType/Date/SearchField.php b/src/lib/FieldType/Date/SearchField.php index 11c28c61b3..7e85370d54 100644 --- a/src/lib/FieldType/Date/SearchField.php +++ b/src/lib/FieldType/Date/SearchField.php @@ -18,8 +18,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { if ($field->value->data !== null) { $dateTime = new DateTime("@{$field->value->data['timestamp']}"); diff --git a/src/lib/FieldType/Date/Type.php b/src/lib/FieldType/Date/Type.php index f7f2f5fa7b..c09dc432cd 100644 --- a/src/lib/FieldType/Date/Type.php +++ b/src/lib/FieldType/Date/Type.php @@ -9,6 +9,7 @@ use DateTime; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; @@ -48,10 +49,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\Date\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { if ($this->isEmptyValue($value)) { return ''; } @@ -63,7 +67,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Date\Value + * @return Value */ public function getEmptyValue() { @@ -73,9 +77,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param string|int|\DateTime|\Ibexa\Core\FieldType\Date\Value $inputValue + * @param string|int|DateTime|Value $inputValue * - * @return \Ibexa\Core\FieldType\Date\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -97,9 +101,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Date\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -115,7 +119,7 @@ protected function checkValueStructure(BaseValue $value) /** * Returns information for FieldValue->$sortKey relevant to the field type. * - * @param \Ibexa\Core\FieldType\Date\Value $value + * @param Value $value * * @return mixed */ @@ -136,7 +140,7 @@ protected function getSortInfo(BaseValue $value) * 'timestring': Date in parseable string format supported by DateTime (e.g. 'now', '+3 days') * 'timestamp': Unix timestamp * - * @return \Ibexa\Core\FieldType\Date\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -158,7 +162,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Date\Value $value + * @param Value $value * * @return mixed */ diff --git a/src/lib/FieldType/Date/Value.php b/src/lib/FieldType/Date/Value.php index c047eeefc6..5afaa4c460 100644 --- a/src/lib/FieldType/Date/Value.php +++ b/src/lib/FieldType/Date/Value.php @@ -10,6 +10,7 @@ use DateTime; use DateTimeZone; use Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentValue; use Ibexa\Core\FieldType\Value as BaseValue; @@ -22,7 +23,7 @@ class Value extends BaseValue /** * Date content. * - * @var \DateTime|null + * @var DateTime|null */ public $date; @@ -36,7 +37,7 @@ class Value extends BaseValue /** * Construct a new Value object and initialize with $dateTime. * - * @param \DateTime|null $dateTime Date as a DateTime object + * @param DateTime|null $dateTime Date as a DateTime object */ public function __construct(?DateTime $dateTime = null) { @@ -50,11 +51,11 @@ public function __construct(?DateTime $dateTime = null) /** * Creates a Value from the given $dateString. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @param string $dateString * - * @return \Ibexa\Core\FieldType\Date\Value + * @return Value */ public static function fromString($dateString) { @@ -68,11 +69,11 @@ public static function fromString($dateString) /** * Creates a Value from the given $timestamp. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @param int $timestamp * - * @return \Ibexa\Core\FieldType\Date\Value + * @return Value */ public static function fromTimestamp($timestamp) { diff --git a/src/lib/FieldType/DateAndTime/SearchField.php b/src/lib/FieldType/DateAndTime/SearchField.php index 60a4b14f8c..cb27e1c005 100644 --- a/src/lib/FieldType/DateAndTime/SearchField.php +++ b/src/lib/FieldType/DateAndTime/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value', diff --git a/src/lib/FieldType/DateAndTime/Type.php b/src/lib/FieldType/DateAndTime/Type.php index 1383c106a6..d7cecc4020 100644 --- a/src/lib/FieldType/DateAndTime/Type.php +++ b/src/lib/FieldType/DateAndTime/Type.php @@ -10,6 +10,7 @@ use DateInterval; use DateTime; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; @@ -58,10 +59,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\DateAndTime\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { if ($this->isEmptyValue($value)) { return ''; } @@ -73,7 +77,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\DateAndTime\Value + * @return Value */ public function getEmptyValue() { @@ -83,9 +87,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param string|int|\DateTime|\Ibexa\Core\FieldType\DateAndTime\Value $inputValue + * @param string|int|DateTime|Value $inputValue * - * @return \Ibexa\Core\FieldType\DateAndTime\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -107,9 +111,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\DateAndTime\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -125,7 +129,7 @@ protected function checkValueStructure(BaseValue $value) /** * Returns information for FieldValue->$sortKey relevant to the field type. * - * @param \Ibexa\Core\FieldType\DateAndTime\Value $value + * @param Value $value * * @return int|null */ @@ -146,7 +150,7 @@ protected function getSortInfo(BaseValue $value) * 'timestring': Date in parseable string format supported by DateTime (e.g. 'now', '+3 days') * 'timestamp': Unix timestamp * - * @return \Ibexa\Core\FieldType\DateAndTime\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -168,7 +172,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\DateAndTime\Value $value + * @param Value $value * * @return mixed */ diff --git a/src/lib/FieldType/DateAndTime/Value.php b/src/lib/FieldType/DateAndTime/Value.php index 0ee572f15b..86c967a573 100644 --- a/src/lib/FieldType/DateAndTime/Value.php +++ b/src/lib/FieldType/DateAndTime/Value.php @@ -20,7 +20,7 @@ class Value extends BaseValue /** * Date content. * - * @var \DateTime|null + * @var DateTime|null */ public $value; @@ -34,7 +34,7 @@ class Value extends BaseValue /** * Construct a new Value object and initialize with $dateTime. * - * @param \DateTime|null $dateTime Date/Time as a DateTime object + * @param DateTime|null $dateTime Date/Time as a DateTime object */ public function __construct(?DateTime $dateTime = null) { @@ -46,7 +46,7 @@ public function __construct(?DateTime $dateTime = null) * * @param string $dateString * - * @return \Ibexa\Core\FieldType\DateAndTime\Value + * @return Value */ public static function fromString($dateString) { @@ -62,7 +62,7 @@ public static function fromString($dateString) * * @param int $timestamp * - * @return \Ibexa\Core\FieldType\DateAndTime\Value + * @return Value */ public static function fromTimestamp($timestamp) { diff --git a/src/lib/FieldType/EmailAddress/SearchField.php b/src/lib/FieldType/EmailAddress/SearchField.php index e61724e5ba..eec5aca840 100644 --- a/src/lib/FieldType/EmailAddress/SearchField.php +++ b/src/lib/FieldType/EmailAddress/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value', diff --git a/src/lib/FieldType/EmailAddress/Type.php b/src/lib/FieldType/EmailAddress/Type.php index 0c16672915..5453386e43 100644 --- a/src/lib/FieldType/EmailAddress/Type.php +++ b/src/lib/FieldType/EmailAddress/Type.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\EmailAddress; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; @@ -29,10 +30,13 @@ class Type extends FieldType implements TranslationContainerInterface ]; /** - * @param \Ibexa\Core\FieldType\EmailAddress\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return $this->transformationProcessor->transformByGroup((string)$value, 'lowercase'); } @@ -69,15 +73,17 @@ public function validateValidatorConfiguration($validatorConfiguration) /** * Validates a field based on the validators in the field definition. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition The field definition of the field - * @param \Ibexa\Core\FieldType\EmailAddress\Value $fieldValue The field value for which an action is performed + * @param FieldDefinition $fieldDefinition The field definition of the field + * @param Value $fieldValue The field value for which an action is performed * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue) - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ) { $errors = []; if ($this->isEmptyValue($fieldValue)) { @@ -112,7 +118,7 @@ public function getFieldTypeIdentifier(): string * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\EmailAddress\Value + * @return Value */ public function getEmptyValue() { @@ -122,9 +128,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param string|\Ibexa\Core\FieldType\EmailAddress\Value $inputValue + * @param string|Value $inputValue * - * @return \Ibexa\Core\FieldType\EmailAddress\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -138,9 +144,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\EmailAddress\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -158,7 +164,7 @@ protected function checkValueStructure(BaseValue $value) * * @todo String normalization should occur here. * - * @param \Ibexa\Core\FieldType\EmailAddress\Value $value + * @param Value $value * * @return string */ @@ -172,7 +178,7 @@ protected function getSortInfo(BaseValue $value) * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\EmailAddress\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -186,7 +192,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\EmailAddress\Value $value + * @param Value $value * * @return mixed */ diff --git a/src/lib/FieldType/FieldSettings.php b/src/lib/FieldType/FieldSettings.php index 2eb193bc5c..d78d085cdc 100644 --- a/src/lib/FieldType/FieldSettings.php +++ b/src/lib/FieldType/FieldSettings.php @@ -24,13 +24,15 @@ class FieldSettings extends ArrayObject * * This is so that only settings specified by a field type can be set. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyReadOnlyException On non existing indexes + * @throws PropertyReadOnlyException On non existing indexes * * @param string|int $index * @param mixed $value */ - public function offsetSet($index, $value): void - { + public function offsetSet( + $index, + $value + ): void { if (!parent::offsetExists($index)) { throw new PropertyReadOnlyException($index, __CLASS__); } @@ -43,7 +45,7 @@ public function offsetSet($index, $value): void * * @param string $index * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException If $index is not found + * @throws PropertyNotFoundException If $index is not found * * @return mixed */ diff --git a/src/lib/FieldType/FieldType.php b/src/lib/FieldType/FieldType.php index 6414b4d118..3f44ca607d 100644 --- a/src/lib/FieldType/FieldType.php +++ b/src/lib/FieldType/FieldType.php @@ -10,7 +10,9 @@ use Ibexa\Contracts\Core\FieldType\Comparable; use Ibexa\Contracts\Core\FieldType\FieldType as SPIFieldType; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Persistence\Content\FieldValue; use Ibexa\Contracts\Core\Persistence\Content\FieldValue as PersistenceValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\Persistence\TransformationProcessor; @@ -60,12 +62,12 @@ abstract class FieldType extends SPIFieldType implements Comparable /** * String transformation processor, used to normalize sort string as needed. * - * @var \Ibexa\Core\Persistence\TransformationProcessor + * @var TransformationProcessor */ protected $transformationProcessor; /** - * @param \Ibexa\Core\Persistence\TransformationProcessor $transformationProcessor + * @param TransformationProcessor $transformationProcessor */ public function setTransformationProcessor(TransformationProcessor $transformationProcessor) { @@ -124,15 +126,17 @@ public function getValidatorConfigurationSchema() * that no validation errors occurred. Overwrite in derived types, if * validation is supported. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition The field definition of the field - * @param \Ibexa\Core\FieldType\Value $value The field value for which an action is performed + * @param FieldDefinition $fieldDefinition The field definition of the field + * @param Value $value The field value for which an action is performed * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $value) - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $value + ) { return []; } @@ -174,7 +178,7 @@ public function validateValidatorConfiguration($validatorConfiguration) * This is a base implementation, expecting best practice validator configuration format used by * field types in standard Ibexa installation. Overwrite in derived types if needed. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @param mixed $validatorConfiguration */ @@ -233,7 +237,7 @@ public function validateFieldSettings($fieldSettings) * This is a base implementation, expecting best practice field settings format used by * field types in standard Ibexa installation. Overwrite in derived types if needed. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @param mixed $fieldSettings */ @@ -265,7 +269,7 @@ public function applyDefaultSettings(&$fieldSettings) * * In case of multi value, values should be string and separated by "-" or ",". * - * @param \Ibexa\Core\FieldType\Value $value + * @param Value $value * * @return mixed */ @@ -277,9 +281,9 @@ protected function getSortInfo(Value $value) /** * Converts a $value to a persistence value. * - * @param \Ibexa\Core\FieldType\Value $value + * @param Value $value * - * @return \Ibexa\Contracts\Core\Persistence\Content\FieldValue + * @return FieldValue */ public function toPersistenceValue(SPIValue $value) { @@ -298,9 +302,9 @@ public function toPersistenceValue(SPIValue $value) /** * Converts a persistence $fieldValue to a Value. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param FieldValue $fieldValue * - * @return \Ibexa\Core\FieldType\Value + * @return Value */ public function fromPersistenceValue(PersistenceValue $fieldValue) { @@ -344,7 +348,7 @@ public function onlyEmptyInstance() * returned by {@link getEmptyValue()}. Overwrite in the specific field * type, if necessary. * - * @param \Ibexa\Core\FieldType\Value $value + * @param Value $value * * @return bool */ @@ -367,12 +371,12 @@ public function isEmptyValue(SPIValue $value) * Note that this method must also cope with the empty value for the field * type as e.g. returned by {@link getEmptyValue()}. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the parameter is not of the supported value sub type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the value does not match the expected structure + * @throws InvalidArgumentException if the parameter is not of the supported value sub type + * @throws InvalidArgumentException if the value does not match the expected structure * * @param mixed $inputValue * - * @return \Ibexa\Core\FieldType\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ final public function acceptValue($inputValue) { @@ -439,7 +443,7 @@ abstract protected function createValueFromInput($inputValue); * } * * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the parameter is not an instance of the supported value subtype. + * @throws InvalidArgumentException If the parameter is not an instance of the supported value subtype. * * @param mixed $value A value returned by {@see createValueFromInput()}. */ @@ -473,9 +477,9 @@ protected static function checkValueType($value) * } * * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Value $value + * @param Value $value */ abstract protected function checkValueStructure(Value $value); @@ -554,7 +558,7 @@ public function validatorConfigurationFromHash($validatorConfigurationHash) * Not intended for \Ibexa\Contracts\Core\Repository\Values\Content\Relation::COMMON type relations, * there is an API for handling those. * - * @param \Ibexa\Core\FieldType\Value $fieldValue + * @param Value $fieldValue * * @return array Hash with relation type as key and array of destination content ids as value. * @@ -578,8 +582,10 @@ public function getRelations(SPIValue $fieldValue) return []; } - public function valuesEqual(SPIValue $value1, SPIValue $value2): bool - { + public function valuesEqual( + SPIValue $value1, + SPIValue $value2 + ): bool { return $this->toHash($value1) === $this->toHash($value2); } } diff --git a/src/lib/FieldType/FieldTypeAliasRegistry.php b/src/lib/FieldType/FieldTypeAliasRegistry.php index 954b492c03..9b73df7812 100644 --- a/src/lib/FieldType/FieldTypeAliasRegistry.php +++ b/src/lib/FieldType/FieldTypeAliasRegistry.php @@ -13,8 +13,10 @@ final class FieldTypeAliasRegistry /** @var array Map of legacy_alias => alias */ private array $aliasMap = []; - public function register(string $legacyAlias, string $newAlias): void - { + public function register( + string $legacyAlias, + string $newAlias + ): void { $this->aliasMap[$legacyAlias] = $newAlias; } diff --git a/src/lib/FieldType/FieldTypeAliasResolver.php b/src/lib/FieldType/FieldTypeAliasResolver.php index eebb759f07..b55070a898 100644 --- a/src/lib/FieldType/FieldTypeAliasResolver.php +++ b/src/lib/FieldType/FieldTypeAliasResolver.php @@ -12,8 +12,7 @@ { public function __construct( private FieldTypeAliasRegistry $fieldTypeAliasRegistry, - ) { - } + ) {} public function resolveIdentifier(string $alias): string { diff --git a/src/lib/FieldType/FieldTypeRegistry.php b/src/lib/FieldType/FieldTypeRegistry.php index f19f050806..473310076b 100644 --- a/src/lib/FieldType/FieldTypeRegistry.php +++ b/src/lib/FieldType/FieldTypeRegistry.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\FieldType; +use Ibexa\Contracts\Core\FieldType\FieldType; use Ibexa\Contracts\Core\FieldType\FieldType as SPIFieldType; use Ibexa\Core\Base\Exceptions\NotFound\FieldTypeNotFoundException; @@ -17,14 +18,14 @@ */ class FieldTypeRegistry { - /** @var \Ibexa\Contracts\Core\FieldType\FieldType[] Hash of SPI FieldTypes where key is identifier */ + /** @var FieldType[] Hash of SPI FieldTypes where key is identifier */ protected $fieldTypes; /** @var string[] */ private $concreteFieldTypesIdentifiers; /** - * @param \Ibexa\Contracts\Core\FieldType\FieldType[] $fieldTypes Hash of SPI FieldTypes where key is identifier + * @param FieldType[] $fieldTypes Hash of SPI FieldTypes where key is identifier */ public function __construct(array $fieldTypes = []) { @@ -34,7 +35,7 @@ public function __construct(array $fieldTypes = []) /** * Returns a list of all SPI FieldTypes. * - * @return \Ibexa\Contracts\Core\FieldType\FieldType[] + * @return FieldType[] */ public function getFieldTypes(): array { @@ -44,11 +45,11 @@ public function getFieldTypes(): array /** * Return a SPI FieldType object. * - * @throws \Ibexa\Core\Base\Exceptions\NotFound\FieldTypeNotFoundException If $identifier was not found + * @throws FieldTypeNotFoundException If $identifier was not found * * @param string $identifier * - * @return \Ibexa\Contracts\Core\FieldType\FieldType + * @return FieldType */ public function getFieldType($identifier): SPIFieldType { @@ -59,8 +60,10 @@ public function getFieldType($identifier): SPIFieldType return $this->fieldTypes[$identifier]; } - public function registerFieldType(string $identifier, SPIFieldType $fieldType): void - { + public function registerFieldType( + string $identifier, + SPIFieldType $fieldType + ): void { $this->fieldTypes[$identifier] = $fieldType; } diff --git a/src/lib/FieldType/Float/SearchField.php b/src/lib/FieldType/Float/SearchField.php index 1aba06c7fe..3c6e25d133 100644 --- a/src/lib/FieldType/Float/SearchField.php +++ b/src/lib/FieldType/Float/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value', diff --git a/src/lib/FieldType/Float/Type.php b/src/lib/FieldType/Float/Type.php index 71bb1c1d01..7288a451a2 100644 --- a/src/lib/FieldType/Float/Type.php +++ b/src/lib/FieldType/Float/Type.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Float; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\BaseNumericType; @@ -52,10 +53,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\Float\Value $value + * @param Value $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return (string)$value; } @@ -69,7 +73,7 @@ public function getEmptyValue(): Value } /** - * @param \Ibexa\Core\FieldType\Float\Value $value + * @param Value $value */ public function isEmptyValue(SPIValue $value): bool { @@ -79,9 +83,9 @@ public function isEmptyValue(SPIValue $value): bool /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param int|float|\Ibexa\Core\FieldType\Float\Value $inputValue + * @param int|float|Value $inputValue * - * @return \Ibexa\Core\FieldType\Float\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -96,9 +100,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Float\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value): void { @@ -114,7 +118,7 @@ protected function checkValueStructure(BaseValue $value): void /** * {@inheritdoc} * - * @param \Ibexa\Core\FieldType\Float\Value $value + * @param Value $value */ protected function getSortInfo(BaseValue $value) { @@ -126,7 +130,7 @@ protected function getSortInfo(BaseValue $value) * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\Float\Value $value + * @return Value $value */ public function fromHash($hash): Value { @@ -140,7 +144,7 @@ public function fromHash($hash): Value /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Float\Value $value + * @param Value $value * * @return mixed */ diff --git a/src/lib/FieldType/ISBN/SearchField.php b/src/lib/FieldType/ISBN/SearchField.php index 350b5e7131..e3437ada09 100644 --- a/src/lib/FieldType/ISBN/SearchField.php +++ b/src/lib/FieldType/ISBN/SearchField.php @@ -13,6 +13,4 @@ /** * Indexable definition for ISBN field type. */ -class SearchField extends BaseSingleTextLineSearchField -{ -} +class SearchField extends BaseSingleTextLineSearchField {} diff --git a/src/lib/FieldType/ISBN/Type.php b/src/lib/FieldType/ISBN/Type.php index 3f17ed6a7e..bdada2ae8e 100644 --- a/src/lib/FieldType/ISBN/Type.php +++ b/src/lib/FieldType/ISBN/Type.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\ISBN; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; @@ -47,12 +48,15 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\ISBN\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value * * @return string */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return (string)$value->isbn; } @@ -60,7 +64,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\ISBN\Value + * @return Value */ public function getEmptyValue() { @@ -82,9 +86,9 @@ public function isEmptyValue(SPIValue $value): bool /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param string|\Ibexa\Core\FieldType\ISBN\Value $inputValue + * @param string|Value $inputValue * - * @return \Ibexa\Core\FieldType\ISBN\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -98,9 +102,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\ISBN\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -118,15 +122,17 @@ protected function checkValueStructure(BaseValue $value) * * Does not use validators. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition The field definition of the field - * @param \Ibexa\Core\FieldType\ISBN\Value $fieldValue The field value for which an action is performed + * @param FieldDefinition $fieldDefinition The field definition of the field + * @param Value $fieldValue The field value for which an action is performed * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue) - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ) { $validationErrors = []; if ($this->isEmptyValue($fieldValue)) { return $validationErrors; @@ -172,7 +178,7 @@ public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue) /** * Returns information for FieldValue->$sortKey relevant to the field type. * - * @param \Ibexa\Core\FieldType\ISBN\Value $value + * @param Value $value * * @return string */ @@ -186,7 +192,7 @@ protected function getSortInfo(BaseValue $value) * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\ISBN\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -200,7 +206,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\ISBN\Value $value + * @param Value $value * * @return mixed */ @@ -303,8 +309,10 @@ private function validateISBNChecksum($isbnNr): bool * * @return bool */ - private function validateISBN13Checksum($isbnNr, &$error): bool - { + private function validateISBN13Checksum( + $isbnNr, + &$error + ): bool { if (!$isbnNr) { return false; } diff --git a/src/lib/FieldType/Image/IO/Legacy.php b/src/lib/FieldType/Image/IO/Legacy.php index 70db0d8cac..dc33d3f1d4 100644 --- a/src/lib/FieldType/Image/IO/Legacy.php +++ b/src/lib/FieldType/Image/IO/Legacy.php @@ -13,6 +13,8 @@ use Ibexa\Core\IO\Values\BinaryFile; use Ibexa\Core\IO\Values\BinaryFileCreateStruct; use Ibexa\Core\IO\Values\MissingBinaryFile; +use Symfony\Component\OptionsResolver\Exception\InvalidOptionsException; +use Symfony\Component\OptionsResolver\Exception\MissingOptionsException; /** * Legacy Image IOService. @@ -57,11 +59,11 @@ class Legacy implements IOServiceInterface private OptionsProvider $optionsProvider; /** - * @param \Ibexa\Core\FieldType\Image\IO\OptionsProvider $optionsProvider Path options. Known keys: var_dir, storage_dir, draft_images_dir, published_images_dir. + * @param OptionsProvider $optionsProvider Path options. Known keys: var_dir, storage_dir, draft_images_dir, published_images_dir. * - * @throws \Symfony\Component\OptionsResolver\Exception\InvalidOptionsException + * @throws InvalidOptionsException * If any of the passed options has not been defined or does not contain an allowed value - * @throws \Symfony\Component\OptionsResolver\Exception\MissingOptionsException + * @throws MissingOptionsException * If a required option is missing. */ public function __construct( diff --git a/src/lib/FieldType/Image/ImageStorage.php b/src/lib/FieldType/Image/ImageStorage.php index ffdd3243bf..ef7d24b5c3 100644 --- a/src/lib/FieldType/Image/ImageStorage.php +++ b/src/lib/FieldType/Image/ImageStorage.php @@ -11,8 +11,10 @@ use Ibexa\Contracts\Core\FieldType\StorageGatewayInterface; use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\Base\Exceptions\ContentFieldValidationException; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; +use Ibexa\Core\FieldType\Image\ImageStorage\Gateway; use Ibexa\Core\FieldType\Validator\FileExtensionBlackListValidator; use Ibexa\Core\IO\FilePathNormalizerInterface; use Ibexa\Core\IO\IOServiceInterface; @@ -22,22 +24,22 @@ */ class ImageStorage extends GatewayBasedStorage { - /** @var \Ibexa\Core\IO\IOServiceInterface */ + /** @var IOServiceInterface */ protected $ioService; - /** @var \Ibexa\Core\FieldType\Image\PathGenerator */ + /** @var PathGenerator */ protected $pathGenerator; - /** @var \Ibexa\Core\FieldType\Image\AliasCleanerInterface */ + /** @var AliasCleanerInterface */ protected $aliasCleaner; - /** @var \Ibexa\Core\FieldType\Image\ImageStorage\Gateway */ + /** @var Gateway */ protected StorageGatewayInterface $gateway; - /** @var \Ibexa\Core\IO\FilePathNormalizerInterface */ + /** @var FilePathNormalizerInterface */ protected $filePathNormalizer; - /** @var \Ibexa\Core\FieldType\Validator\FileExtensionBlackListValidator */ + /** @var FileExtensionBlackListValidator */ protected $fileExtensionBlackListValidator; public function __construct( @@ -57,12 +59,14 @@ public function __construct( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException */ - public function storeFieldData(VersionInfo $versionInfo, Field $field): bool - { + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ): bool { $contentMetaData = [ 'fieldId' => $field->id, 'versionNo' => $versionInfo->versionNo, @@ -147,8 +151,10 @@ public function storeFieldData(VersionInfo $versionInfo, Field $field): bool return true; } - public function getFieldData(VersionInfo $versionInfo, Field $field) - { + public function getFieldData( + VersionInfo $versionInfo, + Field $field + ) { if ($field->value->data !== null) { $field->value->data['imageId'] = $this->buildImageId($versionInfo, $field); $binaryFile = $this->ioService->loadBinaryFile($field->value->data['id']); @@ -158,8 +164,10 @@ public function getFieldData(VersionInfo $versionInfo, Field $field) } } - public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds) - { + public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ) { $fieldXmls = $this->gateway->getXmlForImages($versionInfo->versionNo, $fieldIds); foreach ($fieldXmls as $fieldId => $xml) { @@ -189,8 +197,10 @@ public function hasFieldData(): bool /** * @return string */ - private function buildImageId(VersionInfo $versionInfo, Field $field): string - { + private function buildImageId( + VersionInfo $versionInfo, + Field $field + ): string { return sprintf( '%s-%s-%s', $versionInfo->contentInfo->id, diff --git a/src/lib/FieldType/Image/ImageStorage/Gateway.php b/src/lib/FieldType/Image/ImageStorage/Gateway.php index a837f9281b..f75d0f8e3f 100644 --- a/src/lib/FieldType/Image/ImageStorage/Gateway.php +++ b/src/lib/FieldType/Image/ImageStorage/Gateway.php @@ -18,7 +18,7 @@ abstract class Gateway extends StorageGateway /** * Returns the node path string of $versionInfo. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo * * @return string */ @@ -27,17 +27,27 @@ abstract public function getNodePathString(VersionInfo $versionInfo); /** * Stores a reference to the image in $path for $fieldId. */ - abstract public function storeImageReference(string $uri, mixed $fieldId): void; + abstract public function storeImageReference( + string $uri, + mixed $fieldId + ): void; /** * Returns a the XML content stored for the given $fieldIds. */ - abstract public function getXmlForImages(int $versionNo, array $fieldIds): array; + abstract public function getXmlForImages( + int $versionNo, + array $fieldIds + ): array; /** * Removes all references from $fieldId to a path that starts with $path. */ - abstract public function removeImageReferences(string $uri, int $versionNo, mixed $fieldId): void; + abstract public function removeImageReferences( + string $uri, + int $versionNo, + mixed $fieldId + ): void; /** * Returns the number of recorded references to the given $path. @@ -58,13 +68,27 @@ abstract public function extractFilesFromXml(?string $xml): ?array; abstract public function getAllVersionsImageXmlForFieldId(int $fieldId): array; - abstract public function updateImageData(int $fieldId, int $versionNo, string $xml): void; + abstract public function updateImageData( + int $fieldId, + int $versionNo, + string $xml + ): void; - abstract public function getImagesData(int $offset, int $limit): array; + abstract public function getImagesData( + int $offset, + int $limit + ): array; - abstract public function updateImagePath(int $fieldId, string $oldPath, string $newPath): void; + abstract public function updateImagePath( + int $fieldId, + string $oldPath, + string $newPath + ): void; abstract public function countDistinctImagesData(): int; - abstract public function hasImageReference(string $uri, int $fieldId): bool; + abstract public function hasImageReference( + string $uri, + int $fieldId + ): bool; } diff --git a/src/lib/FieldType/Image/ImageStorage/Gateway/DoctrineStorage.php b/src/lib/FieldType/Image/ImageStorage/Gateway/DoctrineStorage.php index 32a27a2f74..d44e3ffc27 100644 --- a/src/lib/FieldType/Image/ImageStorage/Gateway/DoctrineStorage.php +++ b/src/lib/FieldType/Image/ImageStorage/Gateway/DoctrineStorage.php @@ -8,10 +8,12 @@ namespace Ibexa\Core\FieldType\Image\ImageStorage\Gateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\ParameterType; use DOMDocument; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; use Ibexa\Core\FieldType\Image\ImageStorage\Gateway; +use Ibexa\Core\IO\Exception\InvalidBinaryFileIdException; use Ibexa\Core\IO\UrlRedecoratorInterface; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; @@ -38,8 +40,7 @@ class DoctrineStorage extends Gateway public function __construct( private readonly UrlRedecoratorInterface $redecorator, protected Connection $connection - ) { - } + ) {} public function getNodePathString(VersionInfo $versionInfo): string { @@ -73,8 +74,10 @@ public function getNodePathString(VersionInfo $versionInfo): string /** * Store a reference to the image in $path for $fieldId. */ - public function storeImageReference(string $uri, mixed $fieldId): void - { + public function storeImageReference( + string $uri, + mixed $fieldId + ): void { // legacy stores the path to the image without a leading / $path = $this->redecorator->redecorateFromSource($uri); @@ -97,8 +100,10 @@ public function storeImageReference(string $uri, mixed $fieldId): void /** * Return an XML content stored for the given $fieldIds. */ - public function getXmlForImages(int $versionNo, array $fieldIds): array - { + public function getXmlForImages( + int $versionNo, + array $fieldIds + ): array { $selectQuery = $this->connection->createQueryBuilder(); $selectQuery ->select( @@ -167,10 +172,13 @@ public function getAllVersionsImageXmlForFieldId(int $fieldId): array /** * Remove all references from $fieldId to a path that starts with $path. * - * @throws \Ibexa\Core\IO\Exception\InvalidBinaryFileIdException + * @throws InvalidBinaryFileIdException */ - public function removeImageReferences(string $uri, int $versionNo, mixed $fieldId): void - { + public function removeImageReferences( + string $uri, + int $versionNo, + mixed $fieldId + ): void { if (!$this->canRemoveImageReference($uri, $versionNo, $fieldId)) { return; } @@ -259,8 +267,11 @@ public function countDistinctImagesData(): int return (int) $statement->fetchOne(); } - protected function canRemoveImageReference(string $path, int $versionNo, int $fieldId): bool - { + protected function canRemoveImageReference( + string $path, + int $versionNo, + int $fieldId + ): bool { $selectQuery = $this->connection->createQueryBuilder(); $expressionBuilder = $selectQuery->expr(); $selectQuery @@ -342,8 +353,10 @@ public function extractFilesFromXml(?string $xml): ?array return null; } - public function getImagesData(int $offset, int $limit): array - { + public function getImagesData( + int $offset, + int $limit + ): array { $selectQuery = $this->connection->createQueryBuilder(); $selectQuery ->select( @@ -358,8 +371,11 @@ public function getImagesData(int $offset, int $limit): array return $selectQuery->executeQuery()->fetchAllAssociative(); } - public function updateImageData(int $fieldId, int $versionNo, string $xml): void - { + public function updateImageData( + int $fieldId, + int $versionNo, + string $xml + ): void { $updateQuery = $this->connection->createQueryBuilder(); $expressionBuilder = $updateQuery->expr(); $updateQuery @@ -389,8 +405,11 @@ public function updateImageData(int $fieldId, int $versionNo, string $xml): void ; } - public function updateImagePath(int $fieldId, string $oldPath, string $newPath): void - { + public function updateImagePath( + int $fieldId, + string $oldPath, + string $newPath + ): void { $updateQuery = $this->connection->createQueryBuilder(); $expressionBuilder = $updateQuery->expr(); $updateQuery @@ -421,12 +440,14 @@ public function updateImagePath(int $fieldId, string $oldPath, string $newPath): } /** - * @throws \Ibexa\Core\IO\Exception\InvalidBinaryFileIdException + * @throws InvalidBinaryFileIdException * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ - public function hasImageReference(string $uri, int $fieldId): bool - { + public function hasImageReference( + string $uri, + int $fieldId + ): bool { $path = $this->redecorator->redecorateFromSource($uri); $selectQuery = $this->connection->createQueryBuilder(); diff --git a/src/lib/FieldType/Image/ImageThumbnailProxyStrategy.php b/src/lib/FieldType/Image/ImageThumbnailProxyStrategy.php index 1319a9ae42..6f3f9f3311 100644 --- a/src/lib/FieldType/Image/ImageThumbnailProxyStrategy.php +++ b/src/lib/FieldType/Image/ImageThumbnailProxyStrategy.php @@ -17,10 +17,10 @@ final class ImageThumbnailProxyStrategy implements FieldTypeBasedThumbnailStrategy { - /** @var \Ibexa\Core\FieldType\Image\ImageThumbnailStrategy */ + /** @var ImageThumbnailStrategy */ private $imageThumbnailStrategy; - /** @var \Ibexa\Core\Repository\ProxyFactory\ProxyGeneratorInterface */ + /** @var ProxyGeneratorInterface */ private $proxyGenerator; public function __construct( @@ -36,8 +36,10 @@ public function getFieldTypeIdentifier(): string return $this->imageThumbnailStrategy->getFieldTypeIdentifier(); } - public function getThumbnail(Field $field, ?VersionInfo $versionInfo = null): ?Thumbnail - { + public function getThumbnail( + Field $field, + ?VersionInfo $versionInfo = null + ): ?Thumbnail { $initializer = function ( &$wrappedObject, LazyLoadingInterface $proxy, diff --git a/src/lib/FieldType/Image/ImageThumbnailStrategy.php b/src/lib/FieldType/Image/ImageThumbnailStrategy.php index 79b31c34b7..206f41bb0e 100644 --- a/src/lib/FieldType/Image/ImageThumbnailStrategy.php +++ b/src/lib/FieldType/Image/ImageThumbnailStrategy.php @@ -13,6 +13,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\Thumbnail; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo as APIVersionInfo; +use Ibexa\Contracts\Core\Variation\Values\ImageVariation; use Ibexa\Contracts\Core\Variation\VariationHandler; use Ibexa\Core\MVC\Exception\SourceImageNotFoundException; use Ibexa\Core\Repository\Values\Content\VersionInfo; @@ -28,7 +29,7 @@ class ImageThumbnailStrategy implements FieldTypeBasedThumbnailStrategy, LoggerA /** @var string */ private $fieldTypeIdentifier; - /** @var \Ibexa\Contracts\Core\Variation\VariationHandler */ + /** @var VariationHandler */ private $variationHandler; /** @var string */ @@ -51,10 +52,12 @@ public function getFieldTypeIdentifier(): string return $this->fieldTypeIdentifier; } - public function getThumbnail(Field $field, ?APIVersionInfo $versionInfo = null): ?Thumbnail - { + public function getThumbnail( + Field $field, + ?APIVersionInfo $versionInfo = null + ): ?Thumbnail { try { - /** @var \Ibexa\Contracts\Core\Variation\Values\ImageVariation $variation */ + /** @var ImageVariation $variation */ $variation = $this->variationHandler->getVariation( $field, $versionInfo ?? new VersionInfo(), diff --git a/src/lib/FieldType/Image/PathGenerator.php b/src/lib/FieldType/Image/PathGenerator.php index ce88a9a5f9..74da4155ea 100644 --- a/src/lib/FieldType/Image/PathGenerator.php +++ b/src/lib/FieldType/Image/PathGenerator.php @@ -20,5 +20,9 @@ abstract class PathGenerator * * @return string */ - abstract public function getStoragePathForField($fieldId, $versionNo, $languageCode); + abstract public function getStoragePathForField( + $fieldId, + $versionNo, + $languageCode + ); } diff --git a/src/lib/FieldType/Image/PathGenerator/LegacyPathGenerator.php b/src/lib/FieldType/Image/PathGenerator/LegacyPathGenerator.php index 999868c170..71f453f60a 100644 --- a/src/lib/FieldType/Image/PathGenerator/LegacyPathGenerator.php +++ b/src/lib/FieldType/Image/PathGenerator/LegacyPathGenerator.php @@ -22,8 +22,11 @@ class LegacyPathGenerator extends PathGenerator * * @return string */ - public function getStoragePathForField($fieldId, $versionNo, $languageCode): string - { + public function getStoragePathForField( + $fieldId, + $versionNo, + $languageCode + ): string { return sprintf( '%s/%s-%s-%s', $this->getDirectoryStructure($fieldId), diff --git a/src/lib/FieldType/Image/SearchField.php b/src/lib/FieldType/Image/SearchField.php index 4c9a5e52b3..c453aa3d02 100644 --- a/src/lib/FieldType/Image/SearchField.php +++ b/src/lib/FieldType/Image/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { $width = isset($field->value->data['width']) && $field->value->data['width'] !== null ? (int)$field->value->data['width'] : null; diff --git a/src/lib/FieldType/Image/Type.php b/src/lib/FieldType/Image/Type.php index 90fa8fb0cc..9d31ce7dad 100644 --- a/src/lib/FieldType/Image/Type.php +++ b/src/lib/FieldType/Image/Type.php @@ -9,10 +9,12 @@ use Ibexa\Contracts\Core\FieldType\Value as SPIValue; use Ibexa\Contracts\Core\Persistence\Content\FieldValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; use Ibexa\Core\FieldType\ValidationError; +use Ibexa\Core\FieldType\Validator; use Ibexa\Core\FieldType\Value as BaseValue; use JMS\TranslationBundle\Model\Message; use JMS\TranslationBundle\Translation\TranslationContainerInterface; @@ -52,14 +54,14 @@ class Type extends FieldType implements TranslationContainerInterface ], ]; - /** @var \Ibexa\Core\FieldType\Validator[] */ + /** @var Validator[] */ private $validators; /** @var array */ private array $mimeTypes; /** - * @param array<\Ibexa\Core\FieldType\Validator> $validators + * @param array $validators * @param array $mimeTypes */ public function __construct( @@ -81,10 +83,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\Image\Value $value + * @param Value $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return $value->alternativeText ?? (string)$value->fileName; } @@ -92,7 +97,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Image\Value + * @return Value */ public function getEmptyValue() { @@ -102,9 +107,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param string|array|\Ibexa\Core\FieldType\Image\Value $inputValue + * @param string|array|Value $inputValue * - * @return \Ibexa\Core\FieldType\Image\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -129,9 +134,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Image\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -173,15 +178,17 @@ protected function checkValueStructure(BaseValue $value) /** * Validates a field based on the validators in the field definition. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition The field definition of the field - * @param \Ibexa\Core\FieldType\Image\Value $fieldValue The field value for which an action is performed + * @param FieldDefinition $fieldDefinition The field definition of the field + * @param Value $fieldValue The field value for which an action is performed * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue) - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ) { $errors = []; if ($this->isEmptyValue($fieldValue)) { @@ -345,7 +352,7 @@ protected function getSortInfo(BaseValue $value): bool * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\Image\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -359,7 +366,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Image\Value $value + * @param Value $value * * @return mixed */ @@ -387,9 +394,9 @@ public function toHash(SPIValue $value) /** * Converts a $value to a persistence value. * - * @param \Ibexa\Core\FieldType\Image\Value $value + * @param Value $value * - * @return \Ibexa\Contracts\Core\Persistence\Content\FieldValue + * @return FieldValue */ public function toPersistenceValue(SPIValue $value) { @@ -406,9 +413,9 @@ public function toPersistenceValue(SPIValue $value) /** * Converts a persistence $fieldValue to a Value. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param FieldValue $fieldValue * - * @return \Ibexa\Core\FieldType\Image\Value + * @return Value */ public function fromPersistenceValue(FieldValue $fieldValue) { @@ -452,8 +459,10 @@ public function fromPersistenceValue(FieldValue $fieldValue) return $result; } - public function valuesEqual(SPIValue $value1, SPIValue $value2): bool - { + public function valuesEqual( + SPIValue $value1, + SPIValue $value2 + ): bool { $hashValue1 = $this->toHash($value1); $hashValue2 = $this->toHash($value2); diff --git a/src/lib/FieldType/Image/Value.php b/src/lib/FieldType/Image/Value.php index 369c8ec036..464a561d0c 100644 --- a/src/lib/FieldType/Image/Value.php +++ b/src/lib/FieldType/Image/Value.php @@ -113,7 +113,7 @@ public function isAlternativeTextEmpty(): bool /** * Creates a value only from a file path. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType + * @throws InvalidArgumentType */ public static function fromString(string $path): self { diff --git a/src/lib/FieldType/ImageAsset/AssetMapper.php b/src/lib/FieldType/ImageAsset/AssetMapper.php index 89dc4c4708..aaf3801f07 100644 --- a/src/lib/FieldType/ImageAsset/AssetMapper.php +++ b/src/lib/FieldType/ImageAsset/AssetMapper.php @@ -10,26 +10,28 @@ use Ibexa\Contracts\Core\Repository\ContentService; use Ibexa\Contracts\Core\Repository\ContentTypeService; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; +use Ibexa\Core\FieldType\Image\Value; use Ibexa\Core\FieldType\Image\Value as ImageValue; class AssetMapper { - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Ibexa\Contracts\Core\Repository\LocationService */ + /** @var LocationService */ private $locationService; - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeService */ private $contentTypeService; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; /** @var int */ @@ -51,13 +53,16 @@ public function __construct( * Creates an Image Asset. * * @param string $name - * @param \Ibexa\Core\FieldType\Image\Value $image + * @param Value $image * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - public function createAsset(string $name, ImageValue $image, string $languageCode): Content - { + public function createAsset( + string $name, + ImageValue $image, + string $languageCode + ): Content { $mappings = $this->getMappings(); $contentType = $this->contentTypeService->loadContentTypeByIdentifier( @@ -78,12 +83,12 @@ public function createAsset(string $name, ImageValue $image, string $languageCod /** * Returns field which is used to store the Image Asset value from specified content. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field + * @return Field * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function getAssetField(Content $content): Field { @@ -97,7 +102,7 @@ public function getAssetField(Content $content): Field /** * Returns definition of the field which is used to store value of the Image Asset. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition + * @return FieldDefinition */ public function getAssetFieldDefinition(): FieldDefinition { @@ -115,12 +120,12 @@ public function getAssetFieldDefinition(): FieldDefinition /** * Returns field value of the Image Asset from specified content. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * - * @return \Ibexa\Core\FieldType\Image\Value + * @return Value * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function getAssetValue(Content $content): ImageValue { @@ -134,11 +139,11 @@ public function getAssetValue(Content $content): ImageValue /** * Returns TRUE if content is an Image Asset. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @return bool * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function isAsset(Content $content): bool { diff --git a/src/lib/FieldType/ImageAsset/ImageAssetThumbnailStrategy.php b/src/lib/FieldType/ImageAsset/ImageAssetThumbnailStrategy.php index d94bb14ff2..338920dc23 100644 --- a/src/lib/FieldType/ImageAsset/ImageAssetThumbnailStrategy.php +++ b/src/lib/FieldType/ImageAsset/ImageAssetThumbnailStrategy.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\Repository\ContentService; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\Field\FieldTypeBasedThumbnailStrategy; +use Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\ThumbnailStrategy; use Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\ThumbnailStrategy as ContentThumbnailStrategy; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\Thumbnail; @@ -21,10 +22,10 @@ class ImageAssetThumbnailStrategy implements FieldTypeBasedThumbnailStrategy /** @var string */ private $fieldTypeIdentifier; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\ThumbnailStrategy */ + /** @var ThumbnailStrategy */ private $thumbnailStrategy; public function __construct( @@ -42,8 +43,10 @@ public function getFieldTypeIdentifier(): string return $this->fieldTypeIdentifier; } - public function getThumbnail(Field $field, ?VersionInfo $versionInfo = null): ?Thumbnail - { + public function getThumbnail( + Field $field, + ?VersionInfo $versionInfo = null + ): ?Thumbnail { try { $content = $this->contentService->loadContent( (int) $field->value->destinationContentId, diff --git a/src/lib/FieldType/ImageAsset/SearchField.php b/src/lib/FieldType/ImageAsset/SearchField.php index 1cad284644..e1422ac42f 100644 --- a/src/lib/FieldType/ImageAsset/SearchField.php +++ b/src/lib/FieldType/ImageAsset/SearchField.php @@ -18,8 +18,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition): array - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ): array { return [ new Search\Field( 'value', diff --git a/src/lib/FieldType/ImageAsset/Type.php b/src/lib/FieldType/ImageAsset/Type.php index 166da0292d..abba0407b8 100644 --- a/src/lib/FieldType/ImageAsset/Type.php +++ b/src/lib/FieldType/ImageAsset/Type.php @@ -9,9 +9,12 @@ namespace Ibexa\Core\FieldType\ImageAsset; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Persistence\Content\Handler; use Ibexa\Contracts\Core\Persistence\Content\Handler as SPIContentHandler; use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\RelationType; @@ -27,13 +30,13 @@ class Type extends FieldType implements TranslationContainerInterface { public const FIELD_TYPE_IDENTIFIER = 'ibexa_image_asset'; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Ibexa\Core\FieldType\ImageAsset\AssetMapper */ + /** @var AssetMapper */ private $assetMapper; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Handler */ + /** @var Handler */ private $handler; public function __construct( @@ -49,17 +52,19 @@ public function __construct( /** * Validates a field based on the validators in the field definition. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition The field definition of the field - * @param \Ibexa\Core\FieldType\ImageAsset\Value $fieldValue The field value for which an action is performed + * @param FieldDefinition $fieldDefinition The field definition of the field + * @param Value $fieldValue The field value for which an action is performed * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws InvalidArgumentException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue): array - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ): array { $errors = []; if ($this->isEmptyValue($fieldValue)) { @@ -102,10 +107,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\ImageAsset\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { if (empty($value->destinationContentId)) { return ''; } @@ -124,7 +132,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\ImageAsset\Value + * @return Value */ public function getEmptyValue(): Value { @@ -146,9 +154,9 @@ public function isEmptyValue(SPIValue $value): bool /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param int|string|\Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo|\Ibexa\Core\FieldType\Relation\Value $inputValue + * @param int|string|ContentInfo|\Ibexa\Core\FieldType\Relation\Value $inputValue * - * @return \Ibexa\Core\FieldType\ImageAsset\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -164,9 +172,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\ImageAsset\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value): void { @@ -205,7 +213,7 @@ protected function getSortInfo(BaseValue $value): bool * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\ImageAsset\Value $value + * @return Value $value */ public function fromHash($hash): Value { @@ -224,7 +232,7 @@ public function fromHash($hash): Value /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\ImageAsset\Value $value + * @param Value $value * * @return array */ @@ -247,7 +255,7 @@ public function toHash(SPIValue $value): array * Not intended for \Ibexa\Contracts\Core\Repository\Values\Content\Relation::COMMON type relations, * there is an API for handling those. * - * @param \Ibexa\Core\FieldType\ImageAsset\Value $fieldValue + * @param Value $fieldValue * * @return array Hash with relation type as key and array of destination content ids as value. * @@ -294,8 +302,8 @@ public static function getTranslationMessages(): array } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ private function validateMaxFileSize(Content $content): ?ValidationError { diff --git a/src/lib/FieldType/ImageAsset/Value.php b/src/lib/FieldType/ImageAsset/Value.php index e1510d10fa..6741a4b476 100644 --- a/src/lib/FieldType/ImageAsset/Value.php +++ b/src/lib/FieldType/ImageAsset/Value.php @@ -30,8 +30,10 @@ class Value extends BaseValue * @param mixed|null $destinationContentId * @param string|null $alternativeText */ - public function __construct($destinationContentId = null, ?string $alternativeText = null) - { + public function __construct( + $destinationContentId = null, + ?string $alternativeText = null + ) { parent::__construct([ 'destinationContentId' => $destinationContentId, 'alternativeText' => $alternativeText, diff --git a/src/lib/FieldType/Integer/SearchField.php b/src/lib/FieldType/Integer/SearchField.php index 750fe80722..d2d7820bd1 100644 --- a/src/lib/FieldType/Integer/SearchField.php +++ b/src/lib/FieldType/Integer/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value', diff --git a/src/lib/FieldType/Integer/Type.php b/src/lib/FieldType/Integer/Type.php index a72e4e8067..406f3a9822 100644 --- a/src/lib/FieldType/Integer/Type.php +++ b/src/lib/FieldType/Integer/Type.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Integer; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\BaseNumericType; @@ -52,10 +53,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\Integer\Value $value + * @param Value $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return (string)$value; } @@ -71,7 +75,7 @@ public function getEmptyValue(): Value /** * Returns if the given $value is considered empty by the field type. * - * @param \Ibexa\Core\FieldType\Integer\Value $value + * @param Value $value */ public function isEmptyValue(SPIValue $value): bool { @@ -81,9 +85,9 @@ public function isEmptyValue(SPIValue $value): bool /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param int|\Ibexa\Core\FieldType\Integer\Value $inputValue + * @param int|Value $inputValue * - * @return \Ibexa\Core\FieldType\Integer\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -97,9 +101,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Integer\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value): void { @@ -113,7 +117,7 @@ protected function checkValueStructure(BaseValue $value): void } /** - * @param \Ibexa\Core\FieldType\Integer\Value $value + * @param Value $value */ protected function getSortInfo(BaseValue $value) { @@ -125,7 +129,7 @@ protected function getSortInfo(BaseValue $value) * * @param int|string|null $hash * - * @return \Ibexa\Core\FieldType\Integer\Value $value + * @return Value $value */ public function fromHash($hash): Value { @@ -139,7 +143,7 @@ public function fromHash($hash): Value /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Integer\Value $value + * @param Value $value */ public function toHash(SPIValue $value): ?int { diff --git a/src/lib/FieldType/Keyword/KeywordStorage.php b/src/lib/FieldType/Keyword/KeywordStorage.php index 61f8a366de..5f8652cfa7 100644 --- a/src/lib/FieldType/Keyword/KeywordStorage.php +++ b/src/lib/FieldType/Keyword/KeywordStorage.php @@ -7,10 +7,12 @@ namespace Ibexa\Core\FieldType\Keyword; +use Ibexa\Contracts\Core\FieldType\FieldStorage; use Ibexa\Contracts\Core\FieldType\GatewayBasedStorage; use Ibexa\Contracts\Core\FieldType\StorageGatewayInterface; use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Core\FieldType\Keyword\KeywordStorage\Gateway; /** * Converter for Keyword field type external storage. @@ -21,31 +23,37 @@ */ class KeywordStorage extends GatewayBasedStorage { - /** @var \Ibexa\Core\FieldType\Keyword\KeywordStorage\Gateway */ + /** @var Gateway */ protected StorageGatewayInterface $gateway; /** - * @see \Ibexa\Contracts\Core\FieldType\FieldStorage + * @see FieldStorage * * @return mixed */ - public function storeFieldData(VersionInfo $versionInfo, Field $field) - { + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ) { $contentTypeId = $this->gateway->getContentTypeId($field); return $this->gateway->storeFieldData($field, $contentTypeId); } - public function getFieldData(VersionInfo $versionInfo, Field $field) - { + public function getFieldData( + VersionInfo $versionInfo, + Field $field + ) { return $this->gateway->getFieldData($field); } /** * @param array $fieldIds */ - public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds): bool - { + public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ): bool { foreach ($fieldIds as $fieldId) { $this->gateway->deleteFieldData($fieldId, $versionInfo->versionNo); } diff --git a/src/lib/FieldType/Keyword/KeywordStorage/Gateway.php b/src/lib/FieldType/Keyword/KeywordStorage/Gateway.php index 11727de2ba..4393a88ce5 100644 --- a/src/lib/FieldType/Keyword/KeywordStorage/Gateway.php +++ b/src/lib/FieldType/Keyword/KeywordStorage/Gateway.php @@ -18,19 +18,22 @@ abstract class Gateway extends StorageGateway /** * @see \Ibexa\Contracts\Core\FieldType\FieldStorage::storeFieldData() */ - abstract public function storeFieldData(Field $field, $contentTypeId); + abstract public function storeFieldData( + Field $field, + $contentTypeId + ); /** * Sets the list of assigned keywords into $field->value->externalData. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param Field $field */ abstract public function getFieldData(Field $field); /** * Retrieve the ContentType ID for the given $field. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param Field $field * * @return mixed */ @@ -39,5 +42,8 @@ abstract public function getContentTypeId(Field $field); /** * @see \Ibexa\Contracts\Core\FieldType\FieldStorage::deleteFieldData() */ - abstract public function deleteFieldData($fieldId, $versionNo); + abstract public function deleteFieldData( + $fieldId, + $versionNo + ); } diff --git a/src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php b/src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php index f9dd23e157..16d08bdf95 100644 --- a/src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php +++ b/src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php @@ -19,7 +19,7 @@ class DoctrineStorage extends Gateway public const KEYWORD_TABLE = 'ibexa_keyword'; public const KEYWORD_ATTRIBUTE_LINK_TABLE = 'ibexa_keyword_field_link'; - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $connection; public function __construct(Connection $connection) @@ -30,11 +30,13 @@ public function __construct(Connection $connection) /** * Stores the keyword list from $field->value->externalData. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field + * @param Field * @param int $contentTypeId */ - public function storeFieldData(Field $field, $contentTypeId) - { + public function storeFieldData( + Field $field, + $contentTypeId + ) { if (empty($field->value->externalData) && !empty($field->id)) { $this->deleteFieldData($field->id, $field->versionNo); @@ -66,7 +68,7 @@ public function storeFieldData(Field $field, $contentTypeId) /** * Sets the list of assigned keywords into $field->value->externalData. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param Field $field */ public function getFieldData(Field $field) { @@ -76,7 +78,7 @@ public function getFieldData(Field $field) /** * Retrieve the ContentType ID for the given $field. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param Field $field * * @return int */ @@ -91,8 +93,10 @@ public function getContentTypeId(Field $field) * @param int $fieldId * @param int $versionNo */ - public function deleteFieldData($fieldId, $versionNo) - { + public function deleteFieldData( + $fieldId, + $versionNo + ) { $this->deleteOldKeywordAssignments($fieldId, $versionNo); $this->deleteOrphanedKeywords(); } @@ -100,8 +104,10 @@ public function deleteFieldData($fieldId, $versionNo) /** * Returns a list of keywords assigned to $fieldId. */ - protected function getAssignedKeywords(int $fieldId, int $versionNo): array - { + protected function getAssignedKeywords( + int $fieldId, + int $versionNo + ): array { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $query @@ -185,8 +191,10 @@ protected function loadContentTypeId($fieldDefinitionId): int * * @return int[] */ - protected function getExistingKeywords($keywordList, $contentTypeId) - { + protected function getExistingKeywords( + $keywordList, + $contentTypeId + ) { // Retrieving potentially existing keywords $query = $this->connection->createQueryBuilder(); $query @@ -241,8 +249,10 @@ protected function getExistingKeywords($keywordList, $contentTypeId) * * @return int[] */ - protected function insertKeywords(array $keywordsToInsert, $contentTypeId) - { + protected function insertKeywords( + array $keywordsToInsert, + $contentTypeId + ) { $keywordIdMap = []; // Inserting keywords not yet registered if (!empty($keywordsToInsert)) { @@ -269,8 +279,10 @@ protected function insertKeywords(array $keywordsToInsert, $contentTypeId) return $keywordIdMap; } - protected function deleteOldKeywordAssignments(int $fieldId, int $versionNo): void - { + protected function deleteOldKeywordAssignments( + int $fieldId, + int $versionNo + ): void { $deleteQuery = $this->connection->createQueryBuilder(); $deleteQuery ->delete($this->connection->quoteIdentifier(self::KEYWORD_ATTRIBUTE_LINK_TABLE)) @@ -303,8 +315,11 @@ protected function deleteOldKeywordAssignments(int $fieldId, int $versionNo): vo * ); * */ - protected function assignKeywords(int $fieldId, array $keywordMap, int $versionNo): void - { + protected function assignKeywords( + int $fieldId, + array $keywordMap, + int $versionNo + ): void { $insertQuery = $this->connection->createQueryBuilder(); $insertQuery ->insert($this->connection->quoteIdentifier(self::KEYWORD_ATTRIBUTE_LINK_TABLE)) diff --git a/src/lib/FieldType/Keyword/SearchField.php b/src/lib/FieldType/Keyword/SearchField.php index 26bc6d7983..8c16995617 100644 --- a/src/lib/FieldType/Keyword/SearchField.php +++ b/src/lib/FieldType/Keyword/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value', diff --git a/src/lib/FieldType/Keyword/Type.php b/src/lib/FieldType/Keyword/Type.php index fc740e4e32..a76d42214e 100644 --- a/src/lib/FieldType/Keyword/Type.php +++ b/src/lib/FieldType/Keyword/Type.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\FieldType\Value as SPIValue; use Ibexa\Contracts\Core\Persistence\Content\FieldValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; @@ -37,10 +38,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\Keyword\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return implode(', ', $value->values); } @@ -48,7 +52,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Keyword\Value + * @return Value */ public function getEmptyValue() { @@ -60,7 +64,7 @@ public function getEmptyValue() * * @param mixed $inputValue * - * @return \Ibexa\Core\FieldType\Keyword\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -78,9 +82,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Keyword\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -104,10 +108,12 @@ protected function checkValueStructure(BaseValue $value) } /** - * @param \Ibexa\Core\FieldType\Keyword\Value $fieldValue + * @param Value $fieldValue */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue): array - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ): array { $validationErrors = []; foreach ($fieldValue->values as $keyword) { @@ -144,7 +150,7 @@ protected function getSortInfo(BaseValue $value): string * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\Keyword\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -154,7 +160,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Keyword\Value $value + * @param Value $value * * @return mixed */ @@ -176,9 +182,9 @@ public function isSearchable(): bool /** * Converts a $value to a persistence value. * - * @param \Ibexa\Core\FieldType\Keyword\Value $value + * @param Value $value * - * @return \Ibexa\Contracts\Core\Persistence\Content\FieldValue + * @return FieldValue */ public function toPersistenceValue(SPIValue $value) { @@ -194,9 +200,9 @@ public function toPersistenceValue(SPIValue $value) /** * Converts a persistence $fieldValue to a Value. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param FieldValue $fieldValue * - * @return \Ibexa\Core\FieldType\Keyword\Value + * @return Value */ public function fromPersistenceValue(FieldValue $fieldValue) { diff --git a/src/lib/FieldType/MapLocation/MapLocationStorage.php b/src/lib/FieldType/MapLocation/MapLocationStorage.php index cd0457b59a..915e1ba174 100644 --- a/src/lib/FieldType/MapLocation/MapLocationStorage.php +++ b/src/lib/FieldType/MapLocation/MapLocationStorage.php @@ -11,27 +11,34 @@ use Ibexa\Contracts\Core\FieldType\StorageGatewayInterface; use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Core\FieldType\MapLocation\MapLocationStorage\Gateway; /** * Storage for the MapLocation field type. */ class MapLocationStorage extends GatewayBasedStorage { - /** @var \Ibexa\Core\FieldType\MapLocation\MapLocationStorage\Gateway */ + /** @var Gateway */ protected StorageGatewayInterface $gateway; - public function storeFieldData(VersionInfo $versionInfo, Field $field) - { + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ) { return $this->gateway->storeFieldData($versionInfo, $field); } - public function getFieldData(VersionInfo $versionInfo, Field $field) - { + public function getFieldData( + VersionInfo $versionInfo, + Field $field + ) { $this->gateway->getFieldData($versionInfo, $field); } - public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds) - { + public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ) { $this->gateway->deleteFieldData($versionInfo, $fieldIds); } diff --git a/src/lib/FieldType/MapLocation/MapLocationStorage/Gateway.php b/src/lib/FieldType/MapLocation/MapLocationStorage/Gateway.php index 629e6da54d..16f6cc6a69 100644 --- a/src/lib/FieldType/MapLocation/MapLocationStorage/Gateway.php +++ b/src/lib/FieldType/MapLocation/MapLocationStorage/Gateway.php @@ -22,28 +22,37 @@ abstract class Gateway extends StorageGateway * Potentially rewrites data in $field and returns true, if the $field * needs to be updated in the database. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field * * @return bool If restoring of the internal field data is required */ - abstract public function storeFieldData(VersionInfo $versionInfo, Field $field); + abstract public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ); /** * Sets the loaded field data into $field->externalData. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field * * @return array */ - abstract public function getFieldData(VersionInfo $versionInfo, Field $field); + abstract public function getFieldData( + VersionInfo $versionInfo, + Field $field + ); /** * Deletes the data for all given $fieldIds. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo * @param array $fieldIds */ - abstract public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds); + abstract public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ); } diff --git a/src/lib/FieldType/MapLocation/MapLocationStorage/Gateway/DoctrineStorage.php b/src/lib/FieldType/MapLocation/MapLocationStorage/Gateway/DoctrineStorage.php index 49ae3c009f..ebd4ab50e5 100644 --- a/src/lib/FieldType/MapLocation/MapLocationStorage/Gateway/DoctrineStorage.php +++ b/src/lib/FieldType/MapLocation/MapLocationStorage/Gateway/DoctrineStorage.php @@ -17,7 +17,7 @@ class DoctrineStorage extends Gateway { public const MAP_LOCATION_TABLE = 'ibexa_map_location'; - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $connection; public function __construct(Connection $connection) @@ -31,13 +31,15 @@ public function __construct(Connection $connection) * Potentially rewrites data in $field and returns true, if the $field * needs to be updated in the database. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field * * @return bool If restoring of the internal field data is required */ - public function storeFieldData(VersionInfo $versionInfo, Field $field): bool - { + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ): bool { if ($field->value->externalData === null) { // Store empty value and return $this->deleteFieldData($versionInfo, [$field->id]); @@ -66,11 +68,13 @@ public function storeFieldData(VersionInfo $versionInfo, Field $field): bool /** * Perform an update on the field data. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field */ - protected function updateFieldData(VersionInfo $versionInfo, Field $field) - { + protected function updateFieldData( + VersionInfo $versionInfo, + Field $field + ) { $updateQuery = $this->connection->createQueryBuilder(); $updateQuery->update($this->connection->quoteIdentifier(self::MAP_LOCATION_TABLE)) ->set($this->connection->quoteIdentifier('latitude'), ':latitude') @@ -101,11 +105,13 @@ protected function updateFieldData(VersionInfo $versionInfo, Field $field) /** * Store new field data. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field */ - protected function storeNewFieldData(VersionInfo $versionInfo, Field $field) - { + protected function storeNewFieldData( + VersionInfo $versionInfo, + Field $field + ) { $insertQuery = $this->connection->createQueryBuilder(); $insertQuery ->insert($this->connection->quoteIdentifier(self::MAP_LOCATION_TABLE)) @@ -129,13 +135,15 @@ protected function storeNewFieldData(VersionInfo $versionInfo, Field $field) /** * Set the loaded field data into $field->externalData. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field * * @return array */ - public function getFieldData(VersionInfo $versionInfo, Field $field) - { + public function getFieldData( + VersionInfo $versionInfo, + Field $field + ) { $field->value->externalData = $this->loadFieldData($field->id, $versionInfo->versionNo); } @@ -149,8 +157,10 @@ public function getFieldData(VersionInfo $versionInfo, Field $field) * * @return array|\ArrayAccess|null */ - protected function loadFieldData($fieldId, $versionNo) - { + protected function loadFieldData( + $fieldId, + $versionNo + ) { $selectQuery = $this->connection->createQueryBuilder(); $selectQuery ->select( @@ -197,19 +207,23 @@ protected function loadFieldData($fieldId, $versionNo) * * @return bool */ - protected function hasFieldData($fieldId, $versionNo): bool - { + protected function hasFieldData( + $fieldId, + $versionNo + ): bool { return $this->loadFieldData($fieldId, $versionNo) !== null; } /** * Delete the data for all given $fieldIds. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo * @param int[] $fieldIds */ - public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds) - { + public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ) { if (empty($fieldIds)) { // Nothing to do return; diff --git a/src/lib/FieldType/MapLocation/SearchField.php b/src/lib/FieldType/MapLocation/SearchField.php index 0639d0acc6..88af100c02 100644 --- a/src/lib/FieldType/MapLocation/SearchField.php +++ b/src/lib/FieldType/MapLocation/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value_address', diff --git a/src/lib/FieldType/MapLocation/Type.php b/src/lib/FieldType/MapLocation/Type.php index dd5e13d414..22e18480a1 100644 --- a/src/lib/FieldType/MapLocation/Type.php +++ b/src/lib/FieldType/MapLocation/Type.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\FieldType\Value as SPIValue; use Ibexa\Contracts\Core\Persistence\Content\FieldValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; @@ -34,10 +35,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\MapLocation\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return (string)$value->address; } @@ -45,7 +49,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\MapLocation\Value + * @return Value */ public function getEmptyValue() { @@ -67,9 +71,9 @@ public function isEmptyValue(SPIValue $value): bool /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param array|\Ibexa\Core\FieldType\MapLocation\Value $inputValue + * @param array|Value $inputValue * - * @return \Ibexa\Core\FieldType\MapLocation\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -83,9 +87,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\MapLocation\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -115,7 +119,7 @@ protected function checkValueStructure(BaseValue $value) /** * Returns information for FieldValue->$sortKey relevant to the field type. * - * @param \Ibexa\Core\FieldType\MapLocation\Value $value + * @param Value $value * * @return string */ @@ -129,7 +133,7 @@ protected function getSortInfo(BaseValue $value) * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\MapLocation\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -143,7 +147,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\MapLocation\Value $value + * @param Value $value * * @return mixed */ @@ -173,9 +177,9 @@ public function isSearchable(): bool /** * Converts a $value to a persistence value. * - * @param \Ibexa\Core\FieldType\MapLocation\Value $value + * @param Value $value * - * @return \Ibexa\Contracts\Core\Persistence\Content\FieldValue + * @return FieldValue */ public function toPersistenceValue(SPIValue $value) { @@ -191,9 +195,9 @@ public function toPersistenceValue(SPIValue $value) /** * Converts a persistence $fieldValue to a Value. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param FieldValue $fieldValue * - * @return \Ibexa\Core\FieldType\MapLocation\Value + * @return Value */ public function fromPersistenceValue(FieldValue $fieldValue) { diff --git a/src/lib/FieldType/Media/MediaStorage.php b/src/lib/FieldType/Media/MediaStorage.php index 455b014f2b..0e17d5c4c5 100644 --- a/src/lib/FieldType/Media/MediaStorage.php +++ b/src/lib/FieldType/Media/MediaStorage.php @@ -12,6 +12,4 @@ /** * Description of MediaStorage. */ -class MediaStorage extends BinaryBaseStorage -{ -} +class MediaStorage extends BinaryBaseStorage {} diff --git a/src/lib/FieldType/Media/MediaStorage/Gateway/DoctrineStorage.php b/src/lib/FieldType/Media/MediaStorage/Gateway/DoctrineStorage.php index 0d494a9c59..02281e27be 100644 --- a/src/lib/FieldType/Media/MediaStorage/Gateway/DoctrineStorage.php +++ b/src/lib/FieldType/Media/MediaStorage/Gateway/DoctrineStorage.php @@ -66,8 +66,11 @@ protected function getPropertyMapping() /** * {@inheritdoc} */ - protected function setFetchColumns(QueryBuilder $queryBuilder, $fieldId, $versionNo) - { + protected function setFetchColumns( + QueryBuilder $queryBuilder, + $fieldId, + $versionNo + ) { parent::setFetchColumns($queryBuilder, $fieldId, $versionNo); $queryBuilder->addSelect( @@ -82,8 +85,11 @@ protected function setFetchColumns(QueryBuilder $queryBuilder, $fieldId, $versio /** * {@inheritdoc} */ - protected function setInsertColumns(QueryBuilder $queryBuilder, VersionInfo $versionInfo, Field $field) - { + protected function setInsertColumns( + QueryBuilder $queryBuilder, + VersionInfo $versionInfo, + Field $field + ) { parent::setInsertColumns($queryBuilder, $versionInfo, $field); $queryBuilder @@ -113,8 +119,11 @@ protected function setInsertColumns(QueryBuilder $queryBuilder, VersionInfo $ver /** * {@inheritdoc} */ - protected function setUpdateColumns(QueryBuilder $queryBuilder, VersionInfo $versionInfo, Field $field) - { + protected function setUpdateColumns( + QueryBuilder $queryBuilder, + VersionInfo $versionInfo, + Field $field + ) { parent::setUpdateColumns($queryBuilder, $versionInfo, $field); $queryBuilder diff --git a/src/lib/FieldType/Media/SearchField.php b/src/lib/FieldType/Media/SearchField.php index 36c91b9bef..c1f0b2813d 100644 --- a/src/lib/FieldType/Media/SearchField.php +++ b/src/lib/FieldType/Media/SearchField.php @@ -13,6 +13,4 @@ /** * Indexable definition for Media field type. */ -class SearchField extends AbstractBinarySearchField -{ -} +class SearchField extends AbstractBinarySearchField {} diff --git a/src/lib/FieldType/Media/Type.php b/src/lib/FieldType/Media/Type.php index 08e8c32c48..00f0b78abe 100644 --- a/src/lib/FieldType/Media/Type.php +++ b/src/lib/FieldType/Media/Type.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\FieldType\Value as SPIValue; use Ibexa\Contracts\Core\Persistence\Content\FieldValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\BinaryBase\Type as BaseType; use Ibexa\Core\FieldType\ValidationError; @@ -69,7 +70,7 @@ public function getFieldTypeIdentifier(): string * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Media\Value + * @return Value */ public function getEmptyValue() { @@ -123,7 +124,7 @@ public function validateFieldSettings($fieldSettings) * * @param array $inputValue * - * @return \Ibexa\Core\FieldType\Media\Value + * @return Value */ protected function createValue(array $inputValue) { @@ -135,9 +136,9 @@ protected function createValue(array $inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Media\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -184,7 +185,7 @@ protected function checkValueStructure(BaseValue $value) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Media\Value $value + * @param Value $value * * @return mixed */ @@ -210,9 +211,9 @@ public function toHash(SPIValue $value) * * This method builds a field type value from the $data and $externalData properties. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param FieldValue $fieldValue * - * @return \Ibexa\Core\FieldType\Media\Value + * @return Value */ public function fromPersistenceValue(FieldValue $fieldValue) { diff --git a/src/lib/FieldType/Null/Type.php b/src/lib/FieldType/Null/Type.php index 6f103b17da..e7746d291c 100644 --- a/src/lib/FieldType/Null/Type.php +++ b/src/lib/FieldType/Null/Type.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Null; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\FieldType\FieldType; use Ibexa\Core\FieldType\Value as BaseValue; @@ -43,10 +44,13 @@ public function getFieldTypeIdentifier() } /** - * @param \Ibexa\Core\FieldType\Null\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return (string)$value->value; } @@ -54,7 +58,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Null\Value + * @return Value */ public function getEmptyValue() { @@ -64,9 +68,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param \Ibexa\Core\FieldType\Null\Value $inputValue + * @param Value $inputValue * - * @return \Ibexa\Core\FieldType\Null\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -76,9 +80,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Null\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -98,7 +102,7 @@ protected function getSortInfo(BaseValue $value) * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\Null\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -108,7 +112,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Null\Value $value + * @param Value $value * * @return mixed */ diff --git a/src/lib/FieldType/NullStorage.php b/src/lib/FieldType/NullStorage.php index 5b3e6a79bf..5d0ff18f47 100644 --- a/src/lib/FieldType/NullStorage.php +++ b/src/lib/FieldType/NullStorage.php @@ -19,24 +19,30 @@ class NullStorage implements FieldStorage /** * @see \Ibexa\Contracts\Core\FieldType\FieldStorage::storeFieldData() */ - public function storeFieldData(VersionInfo $versionInfo, Field $field): bool - { + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ): bool { return false; } /** * @see \Ibexa\Contracts\Core\FieldType\FieldStorage::getFieldData() */ - public function getFieldData(VersionInfo $versionInfo, Field $field) - { + public function getFieldData( + VersionInfo $versionInfo, + Field $field + ) { return; } /** * @see \Ibexa\Contracts\Core\FieldType\FieldStorage::deleteFieldData() */ - public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds): bool - { + public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ): bool { return true; } @@ -57,14 +63,17 @@ public function hasFieldData(): bool * By default, the method falls back to the {@link \Ibexa\Contracts\Core\FieldType\FieldStorage::storeFieldData()}. * External storages implement this method as needed. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $originalField + * @param VersionInfo $versionInfo + * @param Field $field + * @param Field $originalField * * @return bool|null Same as {@link \Ibexa\Contracts\Core\FieldType\FieldStorage::storeFieldData()}. */ - public function copyLegacyField(VersionInfo $versionInfo, Field $field, Field $originalField) - { + public function copyLegacyField( + VersionInfo $versionInfo, + Field $field, + Field $originalField + ) { return; } } diff --git a/src/lib/FieldType/Relation/SearchField.php b/src/lib/FieldType/Relation/SearchField.php index 8ed651e69a..90cdb84a50 100644 --- a/src/lib/FieldType/Relation/SearchField.php +++ b/src/lib/FieldType/Relation/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value', diff --git a/src/lib/FieldType/Relation/Type.php b/src/lib/FieldType/Relation/Type.php index 84f969313b..c2ee76c690 100644 --- a/src/lib/FieldType/Relation/Type.php +++ b/src/lib/FieldType/Relation/Type.php @@ -8,7 +8,9 @@ namespace Ibexa\Core\FieldType\Relation; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Persistence\Content\Handler; use Ibexa\Contracts\Core\Persistence\Content\Handler as SPIContentHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Relation; @@ -54,10 +56,10 @@ class Type extends FieldType implements TranslationContainerInterface ], ]; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Handler */ + /** @var Handler */ private $handler; - /** @var \Ibexa\Core\Repository\Validator\TargetContentValidatorInterface */ + /** @var TargetContentValidatorInterface */ private $targetContentValidator; public function __construct( @@ -153,10 +155,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\Relation\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { if (empty($value->destinationContentId)) { return ''; } @@ -178,10 +183,12 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin /** * Validates a field based on the validators in the field definition. * - * @return \Ibexa\Core\FieldType\ValidationError[] + * @return ValidationError[] */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue): array - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ): array { $validationErrors = []; if ($this->isEmptyValue($fieldValue)) { @@ -202,7 +209,7 @@ public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue) * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Relation\Value + * @return Value */ public function getEmptyValue() { @@ -224,9 +231,9 @@ public function isEmptyValue(SPIValue $value): bool /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param int|string|\Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo|\Ibexa\Core\FieldType\Relation\Value $inputValue + * @param int|string|ContentInfo|Value $inputValue * - * @return \Ibexa\Core\FieldType\Relation\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -243,9 +250,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Relation\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -262,7 +269,7 @@ protected function checkValueStructure(BaseValue $value) * Returns information for FieldValue->$sortKey relevant to the field type. * For this FieldType, the related object's name is returned. * - * @param \Ibexa\Core\FieldType\Relation\Value $value + * @param Value $value * * @return string */ @@ -276,7 +283,7 @@ protected function getSortInfo(BaseValue $value): string * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\Relation\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -293,7 +300,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Relation\Value $value + * @param Value $value * * @return mixed */ @@ -325,7 +332,7 @@ public function isSearchable(): bool * Not intended for \Ibexa\Contracts\Core\Repository\Values\Content\Relation::COMMON type relations, * there is an API for handling those. * - * @param \Ibexa\Core\FieldType\Relation\Value $fieldValue + * @param Value $fieldValue * * @return array Hash with relation type as key and array of destination content ids as value. * diff --git a/src/lib/FieldType/RelationList/SearchField.php b/src/lib/FieldType/RelationList/SearchField.php index 9cfb25a972..6916f59972 100644 --- a/src/lib/FieldType/RelationList/SearchField.php +++ b/src/lib/FieldType/RelationList/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value', diff --git a/src/lib/FieldType/RelationList/Type.php b/src/lib/FieldType/RelationList/Type.php index 62119496e4..ab5c405c46 100644 --- a/src/lib/FieldType/RelationList/Type.php +++ b/src/lib/FieldType/RelationList/Type.php @@ -8,7 +8,9 @@ namespace Ibexa\Core\FieldType\RelationList; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Persistence\Content\Handler; use Ibexa\Contracts\Core\Persistence\Content\Handler as SPIContentHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Relation; @@ -72,10 +74,10 @@ class Type extends FieldType implements TranslationContainerInterface ], ]; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Handler */ + /** @var Handler */ private $handler; - /** @var \Ibexa\Core\Repository\Validator\TargetContentValidatorInterface */ + /** @var TargetContentValidatorInterface */ private $targetContentValidator; public function __construct( @@ -255,8 +257,10 @@ public function validateValidatorConfiguration($validatorConfiguration) * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue): array - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ): array { $validationErrors = []; if ($this->isEmptyValue($fieldValue)) { @@ -303,10 +307,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\RelationList\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { if (empty($value->destinationContentIds)) { return ''; } @@ -334,7 +341,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\RelationList\Value + * @return Value */ public function getEmptyValue() { @@ -344,9 +351,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param int|string|array|\Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo|\Ibexa\Core\FieldType\RelationList\Value $inputValue + * @param int|string|array|ContentInfo|Value $inputValue * - * @return \Ibexa\Core\FieldType\RelationList\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -367,9 +374,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\RelationList\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -397,7 +404,7 @@ protected function checkValueStructure(BaseValue $value) * * For this FieldType, the related objects IDs are returned, separated by ",". * - * @param \Ibexa\Core\FieldType\RelationList\Value $value + * @param Value $value * * @return string */ @@ -411,7 +418,7 @@ protected function getSortInfo(BaseValue $value): string * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\RelationList\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -421,7 +428,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\RelationList\Value $value + * @param Value $value * * @return mixed */ @@ -446,7 +453,7 @@ public function isSearchable(): bool * Not intended for \Ibexa\Contracts\Core\Repository\Values\Content\Relation::COMMON type relations, * there is an API for handling those. * - * @param \Ibexa\Core\FieldType\RelationList\Value $value + * @param Value $value * * @return array Hash with relation type as key and array of destination content ids as value. * diff --git a/src/lib/FieldType/Selection/SearchField.php b/src/lib/FieldType/Selection/SearchField.php index e39d0c3a13..8acf94c7ff 100644 --- a/src/lib/FieldType/Selection/SearchField.php +++ b/src/lib/FieldType/Selection/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { $indexes = []; $values = []; $fieldSettings = $fieldDefinition->fieldTypeConstraints->fieldSettings; diff --git a/src/lib/FieldType/Selection/Type.php b/src/lib/FieldType/Selection/Type.php index 60e323d738..57042a7b9a 100644 --- a/src/lib/FieldType/Selection/Type.php +++ b/src/lib/FieldType/Selection/Type.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Selection; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; @@ -127,10 +128,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\Selection\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { if (empty($value->selection)) { return ''; } @@ -155,7 +159,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Selection\Value + * @return Value */ public function getEmptyValue() { @@ -165,9 +169,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param array|\Ibexa\Core\FieldType\Selection\Value $inputValue + * @param array|Value $inputValue * - * @return \Ibexa\Core\FieldType\Selection\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -181,9 +185,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Selection\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -201,15 +205,17 @@ protected function checkValueStructure(BaseValue $value) * * Does not use validators. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition The field definition of the field - * @param \Ibexa\Core\FieldType\Selection\Value $fieldValue The field value for which an action is performed + * @param FieldDefinition $fieldDefinition The field definition of the field + * @param Value $fieldValue The field value for which an action is performed * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue) - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ) { $validationErrors = []; if ($this->isEmptyValue($fieldValue)) { @@ -269,7 +275,7 @@ public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue) /** * Returns information for FieldValue->$sortKey relevant to the field type. * - * @param \Ibexa\Core\FieldType\Selection\Value $value + * @param Value $value * * @return string */ @@ -283,7 +289,7 @@ protected function getSortInfo(BaseValue $value): string * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\Selection\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -293,7 +299,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Selection\Value $value + * @param Value $value * * @return mixed */ diff --git a/src/lib/FieldType/TextBlock/SearchField.php b/src/lib/FieldType/TextBlock/SearchField.php index 7ad3c94d16..340bae46f1 100644 --- a/src/lib/FieldType/TextBlock/SearchField.php +++ b/src/lib/FieldType/TextBlock/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value', diff --git a/src/lib/FieldType/TextBlock/Type.php b/src/lib/FieldType/TextBlock/Type.php index 245decbc26..d61308bc5a 100644 --- a/src/lib/FieldType/TextBlock/Type.php +++ b/src/lib/FieldType/TextBlock/Type.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\FieldType\TextBlock; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\BaseTextType; use Ibexa\Core\FieldType\ValidationError; @@ -41,9 +42,9 @@ public function getEmptyValue(): Value } /** - * @param string|\Ibexa\Core\FieldType\TextBlock\Value $inputValue + * @param string|Value $inputValue * - * @return \Ibexa\Core\FieldType\TextBlock\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -64,9 +65,9 @@ protected static function checkValueType(mixed $value): void /** * Returns information for FieldValue->$sortKey relevant to the field type. * - * @param \Ibexa\Core\FieldType\TextBlock\Value $value + * @param Value $value * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ protected function getSortInfo(BaseValue $value): string { diff --git a/src/lib/FieldType/TextBlock/Value.php b/src/lib/FieldType/TextBlock/Value.php index bc8d61e013..f21b40ef80 100644 --- a/src/lib/FieldType/TextBlock/Value.php +++ b/src/lib/FieldType/TextBlock/Value.php @@ -12,6 +12,4 @@ /** * Value for TextBlock field type. */ -class Value extends TextLineValue -{ -} +class Value extends TextLineValue {} diff --git a/src/lib/FieldType/TextLine/SearchField.php b/src/lib/FieldType/TextLine/SearchField.php index a020a0864d..f89adf86ee 100644 --- a/src/lib/FieldType/TextLine/SearchField.php +++ b/src/lib/FieldType/TextLine/SearchField.php @@ -13,6 +13,4 @@ /** * Indexable definition for TextLine field type. */ -class SearchField extends BaseSingleTextLineSearchField -{ -} +class SearchField extends BaseSingleTextLineSearchField {} diff --git a/src/lib/FieldType/TextLine/Type.php b/src/lib/FieldType/TextLine/Type.php index eb502ee0d4..859abf0252 100644 --- a/src/lib/FieldType/TextLine/Type.php +++ b/src/lib/FieldType/TextLine/Type.php @@ -8,7 +8,9 @@ namespace Ibexa\Core\FieldType\TextLine; use Ibexa\Contracts\Core\Exception\InvalidArgumentType; +use Ibexa\Contracts\Core\FieldType\ValidationError; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\FieldType\BaseTextType; use Ibexa\Core\FieldType\Validator\StringLengthValidator; @@ -41,7 +43,7 @@ class Type extends BaseTextType implements TranslationContainerInterface * * @param array $validatorConfiguration * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ public function validateValidatorConfiguration($validatorConfiguration): array { @@ -62,15 +64,17 @@ public function validateValidatorConfiguration($validatorConfiguration): array /** * Validates a field based on the validators in the field definition. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition The field definition of the field - * @param \Ibexa\Core\FieldType\TextLine\Value $fieldValue The field value for which an action is performed + * @param FieldDefinition $fieldDefinition The field definition of the field + * @param Value $fieldValue The field value for which an action is performed * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException + * @throws PropertyNotFoundException */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue): array - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ): array { $validationErrors = []; if ($this->isEmptyValue($fieldValue)) { @@ -91,7 +95,7 @@ public function getFieldTypeIdentifier(): string } /** - * @return \Ibexa\Core\FieldType\TextLine\Value + * @return Value */ public function getEmptyValue(): Value { @@ -99,9 +103,9 @@ public function getEmptyValue(): Value } /** - * @param string|\Ibexa\Core\FieldType\TextLine\Value $inputValue + * @param string|Value $inputValue * - * @return \Ibexa\Core\FieldType\TextLine\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -122,7 +126,7 @@ protected static function checkValueType(mixed $value): void /** * Returns information for FieldValue->$sortKey relevant to the field type. * - * @param \Ibexa\Core\FieldType\TextLine\Value $value + * @param Value $value */ protected function getSortInfo(BaseValue $value): string { @@ -142,7 +146,7 @@ public function fromHash($hash): Value } /** - * @return list<\JMS\TranslationBundle\Model\Message> + * @return list */ public static function getTranslationMessages(): array { diff --git a/src/lib/FieldType/Time/SearchField.php b/src/lib/FieldType/Time/SearchField.php index b56b3275cb..23b6565a7c 100644 --- a/src/lib/FieldType/Time/SearchField.php +++ b/src/lib/FieldType/Time/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value', diff --git a/src/lib/FieldType/Time/Type.php b/src/lib/FieldType/Time/Type.php index 5e3bd604eb..3ebaeda1ec 100644 --- a/src/lib/FieldType/Time/Type.php +++ b/src/lib/FieldType/Time/Type.php @@ -9,6 +9,7 @@ use DateTime; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; @@ -52,12 +53,15 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\Time\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value * * @throws \Exception */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { if ($this->isEmptyValue($value)) { return ''; } @@ -71,7 +75,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Time\Value + * @return Value */ public function getEmptyValue() { @@ -81,9 +85,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param string|int|\DateTime|\Ibexa\Core\FieldType\Time\Value $inputValue + * @param string|int|DateTime|Value $inputValue * - * @return \Ibexa\Core\FieldType\Time\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -105,9 +109,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Time\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -123,7 +127,7 @@ protected function checkValueStructure(BaseValue $value) /** * Returns information for FieldValue->$sortKey relevant to the field type. * - * @param \Ibexa\Core\FieldType\Time\Value $value + * @param Value $value * * @return int */ @@ -137,7 +141,7 @@ protected function getSortInfo(BaseValue $value) * * @param int $hash Number of seconds since Unix Epoch * - * @return \Ibexa\Core\FieldType\Time\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -152,7 +156,7 @@ public function fromHash($hash) * Returns if the given $value is considered empty by the field type. * * - * @param \Ibexa\Core\FieldType\Value $value + * @param BaseValue $value * * @return bool */ @@ -168,7 +172,7 @@ public function isEmptyValue(SPIValue $value): bool /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Time\Value $value + * @param Value $value * * @return mixed */ diff --git a/src/lib/FieldType/Time/Value.php b/src/lib/FieldType/Time/Value.php index 29e9057464..555caaa379 100644 --- a/src/lib/FieldType/Time/Value.php +++ b/src/lib/FieldType/Time/Value.php @@ -9,6 +9,7 @@ use DateTime; use Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentValue; use Ibexa\Core\FieldType\Value as BaseValue; @@ -44,9 +45,9 @@ public function __construct($seconds = null) /** * Creates a Value from the given $dateTime. * - * @param \DateTime $dateTime + * @param DateTime $dateTime * - * @return \Ibexa\Core\FieldType\Time\Value + * @return Value */ public static function fromDateTime(DateTime $dateTime) { @@ -58,11 +59,11 @@ public static function fromDateTime(DateTime $dateTime) /** * Creates a Value from the given $timeString. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @param string $timeString * - * @return \Ibexa\Core\FieldType\Time\Value + * @return Value */ public static function fromString($timeString) { @@ -76,7 +77,7 @@ public static function fromString($timeString) /** * Creates a Value from the given $timestamp. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @param int $timestamp * diff --git a/src/lib/FieldType/Unindexed.php b/src/lib/FieldType/Unindexed.php index 0491c2b23a..cb2b3ace1f 100644 --- a/src/lib/FieldType/Unindexed.php +++ b/src/lib/FieldType/Unindexed.php @@ -18,8 +18,10 @@ */ class Unindexed implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return []; } diff --git a/src/lib/FieldType/Url/SearchField.php b/src/lib/FieldType/Url/SearchField.php index efe0867f21..2c96521c88 100644 --- a/src/lib/FieldType/Url/SearchField.php +++ b/src/lib/FieldType/Url/SearchField.php @@ -17,8 +17,10 @@ */ class SearchField implements Indexable { - public function getIndexData(Field $field, FieldDefinition $fieldDefinition) - { + public function getIndexData( + Field $field, + FieldDefinition $fieldDefinition + ) { return [ new Search\Field( 'value_url', diff --git a/src/lib/FieldType/Url/Type.php b/src/lib/FieldType/Url/Type.php index 0fc80fca91..a4563cc5ab 100644 --- a/src/lib/FieldType/Url/Type.php +++ b/src/lib/FieldType/Url/Type.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\FieldType\Value as SPIValue; use Ibexa\Contracts\Core\Persistence\Content\FieldValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\FieldType; @@ -34,10 +35,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\Url\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return (string)$value->text; } @@ -45,7 +49,7 @@ public function getName(SPIValue $value, FieldDefinition $fieldDefinition, strin * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\Url\Value + * @return Value */ public function getEmptyValue() { @@ -55,9 +59,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param string|\Ibexa\Core\FieldType\Url\Value $inputValue + * @param string|Value $inputValue * - * @return \Ibexa\Core\FieldType\Url\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -71,9 +75,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\Url\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -107,7 +111,7 @@ protected function getSortInfo(BaseValue $value): bool * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\Url\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -125,7 +129,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\Url\Value $value + * @param Value $value * * @return mixed */ @@ -167,9 +171,9 @@ public function toPersistenceValue(SPIValue $value) * * This method builds a field type value from the $data and $externalData properties. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param FieldValue $fieldValue * - * @return \Ibexa\Core\FieldType\Url\Value + * @return Value */ public function fromPersistenceValue(FieldValue $fieldValue) { diff --git a/src/lib/FieldType/Url/UrlStorage.php b/src/lib/FieldType/Url/UrlStorage.php index 4f68898f13..41f0c67dca 100644 --- a/src/lib/FieldType/Url/UrlStorage.php +++ b/src/lib/FieldType/Url/UrlStorage.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\FieldType\StorageGatewayInterface; use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Core\FieldType\Url\UrlStorage\Gateway; use Psr\Log\LoggerInterface; /** @@ -18,26 +19,30 @@ */ class UrlStorage extends GatewayBasedStorage { - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ protected $logger; - /** @var \Ibexa\Core\FieldType\Url\UrlStorage\Gateway */ + /** @var Gateway */ protected StorageGatewayInterface $gateway; /** * Construct from gateways. * - * @param \Ibexa\Contracts\Core\FieldType\StorageGatewayInterface $gateway - * @param \Psr\Log\LoggerInterface $logger + * @param StorageGatewayInterface $gateway + * @param LoggerInterface $logger */ - public function __construct(StorageGatewayInterface $gateway, ?LoggerInterface $logger = null) - { + public function __construct( + StorageGatewayInterface $gateway, + ?LoggerInterface $logger = null + ) { parent::__construct($gateway); $this->logger = $logger; } - public function storeFieldData(VersionInfo $versionInfo, Field $field): bool - { + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ): bool { $url = $field->value->externalData; if (empty($url)) { @@ -62,8 +67,10 @@ public function storeFieldData(VersionInfo $versionInfo, Field $field): bool return true; } - public function getFieldData(VersionInfo $versionInfo, Field $field) - { + public function getFieldData( + VersionInfo $versionInfo, + Field $field + ) { $id = $field->value->data['urlId']; if (empty($id)) { $field->value->externalData = null; @@ -81,8 +88,10 @@ public function getFieldData(VersionInfo $versionInfo, Field $field) $field->value->externalData = isset($map[$id]) ? $map[$id] : ''; } - public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds) - { + public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ) { foreach ($fieldIds as $fieldId) { $this->gateway->unlinkUrl($fieldId, $versionInfo->versionNo); } diff --git a/src/lib/FieldType/Url/UrlStorage/Gateway.php b/src/lib/FieldType/Url/UrlStorage/Gateway.php index dac59eb04c..5bc79fa140 100644 --- a/src/lib/FieldType/Url/UrlStorage/Gateway.php +++ b/src/lib/FieldType/Url/UrlStorage/Gateway.php @@ -53,7 +53,11 @@ abstract public function insertUrl($url); * @param int|string $fieldId * @param int $versionNo */ - abstract public function linkUrl($urlId, $fieldId, $versionNo); + abstract public function linkUrl( + $urlId, + $fieldId, + $versionNo + ); /** * Removes link to URL for $fieldId in $versionNo and cleans up possibly orphaned URLs. @@ -62,5 +66,9 @@ abstract public function linkUrl($urlId, $fieldId, $versionNo); * @param int $versionNo * @param int[] $excludeUrlIds */ - abstract public function unlinkUrl($fieldId, $versionNo, array $excludeUrlIds = []); + abstract public function unlinkUrl( + $fieldId, + $versionNo, + array $excludeUrlIds = [] + ); } diff --git a/src/lib/FieldType/Url/UrlStorage/Gateway/DoctrineStorage.php b/src/lib/FieldType/Url/UrlStorage/Gateway/DoctrineStorage.php index e0d6a94888..36363d1e02 100644 --- a/src/lib/FieldType/Url/UrlStorage/Gateway/DoctrineStorage.php +++ b/src/lib/FieldType/Url/UrlStorage/Gateway/DoctrineStorage.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Url\UrlStorage\Gateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\ParameterType; use Ibexa\Core\FieldType\Url\UrlStorage\Gateway; use Ibexa\Core\Persistence\Legacy\URL\Gateway\DoctrineDatabase; @@ -18,7 +19,7 @@ class DoctrineStorage extends Gateway public const URL_TABLE = DoctrineDatabase::URL_TABLE; public const URL_LINK_TABLE = DoctrineDatabase::URL_LINK_TABLE; - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $connection; public function __construct(Connection $connection) @@ -99,7 +100,7 @@ public function getUrlIdMap(array $urls) * * @param string $url The URL to insert in the database * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function insertUrl($url): int { @@ -137,8 +138,11 @@ public function insertUrl($url): int * @param int $fieldId * @param int $versionNo */ - public function linkUrl($urlId, $fieldId, $versionNo) - { + public function linkUrl( + $urlId, + $fieldId, + $versionNo + ) { $query = $this->connection->createQueryBuilder(); $query @@ -165,8 +169,11 @@ public function linkUrl($urlId, $fieldId, $versionNo) * @param int $versionNo * @param int[] $excludeUrlIds */ - public function unlinkUrl($fieldId, $versionNo, array $excludeUrlIds = []): void - { + public function unlinkUrl( + $fieldId, + $versionNo, + array $excludeUrlIds = [] + ): void { $selectQuery = $this->connection->createQueryBuilder(); $selectQuery ->select('link.url_id') diff --git a/src/lib/FieldType/Url/Value.php b/src/lib/FieldType/Url/Value.php index ae76e5a900..4417ce444e 100644 --- a/src/lib/FieldType/Url/Value.php +++ b/src/lib/FieldType/Url/Value.php @@ -34,8 +34,10 @@ class Value extends BaseValue * @param string $link * @param string $text */ - public function __construct($link = null, $text = null) - { + public function __construct( + $link = null, + $text = null + ) { $this->link = $link; $this->text = $text; } diff --git a/src/lib/FieldType/User/Type.php b/src/lib/FieldType/User/Type.php index 1d4b04f6c2..737e6339d8 100644 --- a/src/lib/FieldType/User/Type.php +++ b/src/lib/FieldType/User/Type.php @@ -11,7 +11,9 @@ use DateTimeInterface; use Ibexa\Contracts\Core\FieldType\Value as SPIValue; use Ibexa\Contracts\Core\Persistence\Content\FieldValue; +use Ibexa\Contracts\Core\Persistence\User\Handler; use Ibexa\Contracts\Core\Persistence\User\Handler as SPIUserHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\PasswordHashService; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; @@ -91,13 +93,13 @@ class Type extends FieldType implements TranslationContainerInterface ], ]; - /** @var \Ibexa\Contracts\Core\Persistence\User\Handler */ + /** @var Handler */ private $userHandler; - /** @var \Ibexa\Contracts\Core\Repository\PasswordHashService */ + /** @var PasswordHashService */ private $passwordHashService; - /** @var \Ibexa\Core\Repository\User\PasswordValidatorInterface */ + /** @var PasswordValidatorInterface */ private $passwordValidator; public function __construct( @@ -121,10 +123,13 @@ public function getFieldTypeIdentifier(): string } /** - * @param \Ibexa\Core\FieldType\User\Value|\Ibexa\Contracts\Core\FieldType\Value $value + * @param Value|SPIValue $value */ - public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + SPIValue $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return (string)$value->login; } @@ -152,7 +157,7 @@ public function onlyEmptyInstance(): bool * Returns the fallback default value of field type when no such default * value is provided in the field definition in content types. * - * @return \Ibexa\Core\FieldType\User\Value + * @return Value */ public function getEmptyValue() { @@ -162,9 +167,9 @@ public function getEmptyValue() /** * Inspects given $inputValue and potentially converts it into a dedicated value object. * - * @param array|\Ibexa\Core\FieldType\User\Value $inputValue + * @param array|Value $inputValue * - * @return \Ibexa\Core\FieldType\User\Value The potentially converted and structurally plausible value. + * @return Value The potentially converted and structurally plausible value. */ protected function createValueFromInput($inputValue) { @@ -178,9 +183,9 @@ protected function createValueFromInput($inputValue) /** * Throws an exception if value structure is not of expected format. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected structure. + * @throws InvalidArgumentException If the value does not match the expected structure. * - * @param \Ibexa\Core\FieldType\User\Value $value + * @param Value $value */ protected function checkValueStructure(BaseValue $value) { @@ -200,7 +205,7 @@ protected function getSortInfo(BaseValue $value): bool * * @param mixed $hash * - * @return \Ibexa\Core\FieldType\User\Value $value + * @return Value $value */ public function fromHash($hash) { @@ -218,7 +223,7 @@ public function fromHash($hash) /** * Converts a $Value to a hash. * - * @param \Ibexa\Core\FieldType\User\Value $value + * @param Value $value * * @return mixed */ @@ -274,9 +279,9 @@ private function getPasswordHashTypeForPersistenceValue(SPIValue $value): int * * This method builds a field type value from the $data and $externalData properties. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param FieldValue $fieldValue * - * @return \Ibexa\Core\FieldType\User\Value + * @return Value */ public function fromPersistenceValue(FieldValue $fieldValue) { @@ -286,15 +291,17 @@ public function fromPersistenceValue(FieldValue $fieldValue) /** * Validates a field based on the validators in the field definition. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition The field definition of the field - * @param \Ibexa\Core\FieldType\User\Value $fieldValue The field value for which an action is performed + * @param FieldDefinition $fieldDefinition The field definition of the field + * @param Value $fieldValue The field value for which an action is performed * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ - public function validate(FieldDefinition $fieldDefinition, SPIValue $fieldValue) - { + public function validate( + FieldDefinition $fieldDefinition, + SPIValue $fieldValue + ) { $errors = []; if ($this->isEmptyValue($fieldValue)) { @@ -486,8 +493,10 @@ public function validateFieldSettings($fieldSettings) return $validationErrors; } - private function validatePasswordTTLSetting(string $name, $value): ?ValidationError - { + private function validatePasswordTTLSetting( + string $name, + $value + ): ?ValidationError { if ($value !== null && !is_int($value)) { return new ValidationError( "Setting '%setting%' value must be of integer type", @@ -502,8 +511,11 @@ private function validatePasswordTTLSetting(string $name, $value): ?ValidationEr return null; } - private function validatePasswordTTLWarningSetting(string $name, $value, $fieldSettings): ?ValidationError - { + private function validatePasswordTTLWarningSetting( + string $name, + $value, + $fieldSettings + ): ?ValidationError { if ($value !== null) { if (!is_int($value)) { return new ValidationError( diff --git a/src/lib/FieldType/User/UserStorage.php b/src/lib/FieldType/User/UserStorage.php index 3ff5f025c5..ffd778583d 100644 --- a/src/lib/FieldType/User/UserStorage.php +++ b/src/lib/FieldType/User/UserStorage.php @@ -7,10 +7,12 @@ namespace Ibexa\Core\FieldType\User; +use Doctrine\DBAL\Exception; use Ibexa\Contracts\Core\FieldType\GatewayBasedStorage; use Ibexa\Contracts\Core\FieldType\StorageGatewayInterface; use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Core\FieldType\User\UserStorage\Gateway; /** * Description of UserStorage. @@ -32,17 +34,21 @@ class UserStorage extends GatewayBasedStorage /** * Field Type External Storage Gateway. * - * @var \Ibexa\Core\FieldType\User\UserStorage\Gateway + * @var Gateway */ protected StorageGatewayInterface $gateway; - public function storeFieldData(VersionInfo $versionInfo, Field $field) - { + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ) { return $this->gateway->storeFieldData($versionInfo, $field); } - public function getFieldData(VersionInfo $versionInfo, Field $field) - { + public function getFieldData( + VersionInfo $versionInfo, + Field $field + ) { $field->value->externalData = $this->gateway->getFieldData($field->id); } @@ -51,10 +57,12 @@ public function getFieldData(VersionInfo $versionInfo, Field $field) * * @return bool * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ - public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds) - { + public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ) { return $this->gateway->deleteFieldData($versionInfo, $fieldIds); } diff --git a/src/lib/FieldType/User/UserStorage/Gateway.php b/src/lib/FieldType/User/UserStorage/Gateway.php index bafe8269e8..90f2da8737 100644 --- a/src/lib/FieldType/User/UserStorage/Gateway.php +++ b/src/lib/FieldType/User/UserStorage/Gateway.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\FieldType\User\UserStorage; +use Doctrine\DBAL\Exception; use Ibexa\Contracts\Core\FieldType\StorageGateway; use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; @@ -37,19 +38,28 @@ abstract class Gateway extends StorageGateway * * @return array */ - abstract public function getFieldData($fieldId, $userId = null); + abstract public function getFieldData( + $fieldId, + $userId = null + ); - abstract public function storeFieldData(VersionInfo $versionInfo, Field $field): bool; + abstract public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ): bool; /** - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo * @param int[] $fieldIds * * @return bool * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ - abstract public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds): bool; + abstract public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ): bool; /** * @param int[] $supportedHashTypes diff --git a/src/lib/FieldType/User/UserStorage/Gateway/DoctrineStorage.php b/src/lib/FieldType/User/UserStorage/Gateway/DoctrineStorage.php index 4b3610cd9a..e9c68001c3 100644 --- a/src/lib/FieldType/User/UserStorage/Gateway/DoctrineStorage.php +++ b/src/lib/FieldType/User/UserStorage/Gateway/DoctrineStorage.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\User\UserStorage\Gateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\Exception\UniqueConstraintViolationException; use Doctrine\DBAL\ParameterType; use Ibexa\Contracts\Core\Persistence\Content\Field; @@ -40,11 +41,12 @@ class DoctrineStorage extends Gateway public function __construct( protected Connection $connection - ) { - } + ) {} - public function getFieldData($fieldId, $userId = null): array - { + public function getFieldData( + $fieldId, + $userId = null + ): array { $userId = $userId ?: $this->fetchUserId($fieldId); $userData = $this->fetchUserData($userId); @@ -205,8 +207,10 @@ protected function fetchUserSettings(int $userId): array /** * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException */ - public function storeFieldData(VersionInfo $versionInfo, Field $field): bool - { + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ): bool { if ($field->value->externalData === null) { //to avoid unnecessary modifications when provided field is empty (like missing data for languageCode) return false; @@ -230,8 +234,10 @@ public function storeFieldData(VersionInfo $versionInfo, Field $field): bool return true; } - protected function insertFieldData(VersionInfo $versionInfo, Field $field): void - { + protected function insertFieldData( + VersionInfo $versionInfo, + Field $field + ): void { $insertQuery = $this->connection->createQueryBuilder(); $insertQuery @@ -266,8 +272,10 @@ protected function insertFieldData(VersionInfo $versionInfo, Field $field): void $settingsQuery->executeStatement(); } - protected function updateFieldData(VersionInfo $versionInfo, Field $field): void - { + protected function updateFieldData( + VersionInfo $versionInfo, + Field $field + ): void { $queryBuilder = $this->connection->createQueryBuilder(); $queryBuilder @@ -312,8 +320,10 @@ protected function updateFieldData(VersionInfo $versionInfo, Field $field): void $settingsQuery->executeStatement(); } - public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds): bool - { + public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ): bool { // Delete external storage only, when when deleting last relation to fieldType // to avoid removing it when deleting draft, translation or by exceeding archive limit if (!$this->isLastRelationToFieldType($fieldIds)) { @@ -352,7 +362,7 @@ public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds): bool /** * @param int[] $fieldIds * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ protected function isLastRelationToFieldType(array $fieldIds): bool { diff --git a/src/lib/FieldType/Validator.php b/src/lib/FieldType/Validator.php index 870e9fb8bd..882571777e 100644 --- a/src/lib/FieldType/Validator.php +++ b/src/lib/FieldType/Validator.php @@ -7,6 +7,8 @@ namespace Ibexa\Core\FieldType; +use Ibexa\Contracts\Core\FieldType\ValidationError; +use Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException as PropertyNotFound; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; @@ -18,7 +20,7 @@ abstract class Validator /** * The errors collected during validation. * - * @var \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @var ValidationError[] */ protected $errors = []; @@ -83,7 +85,7 @@ public function getConstraintsSchema() /** * @param mixed $constraints * - * @return array<\Ibexa\Contracts\Core\FieldType\ValidationError> + * @return array */ abstract public function validateConstraints($constraints); @@ -98,14 +100,17 @@ abstract public function validateConstraints($constraints); * * @return bool */ - abstract public function validate(Value $value, ?FieldDefinition $fieldDefinition = null); + abstract public function validate( + Value $value, + ?FieldDefinition $fieldDefinition = null + ); /** * Returns array of messages on performed validations. * * When no validation errors occurred, the returned array should be empty. * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ public function getMessage() { @@ -117,7 +122,7 @@ public function getMessage() * * @internal * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException + * @throws PropertyNotFoundException * * @param array $constraints */ @@ -145,7 +150,7 @@ public function initializeWithConstraints(array $constraints) * * @param string $name * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException + * @throws PropertyNotFoundException * * @return mixed */ @@ -165,10 +170,12 @@ public function __get($name) * @param string $name * @param mixed $value * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException + * @throws PropertyNotFoundException */ - public function __set($name, $value) - { + public function __set( + $name, + $value + ) { if (!array_key_exists($name, $this->constraints)) { throw new PropertyNotFound("Constraint '{$name}' is not valid for this validator."); } diff --git a/src/lib/FieldType/Validator/BaseNumericValidator.php b/src/lib/FieldType/Validator/BaseNumericValidator.php index d0741c91b3..59918f8386 100644 --- a/src/lib/FieldType/Validator/BaseNumericValidator.php +++ b/src/lib/FieldType/Validator/BaseNumericValidator.php @@ -13,7 +13,10 @@ abstract class BaseNumericValidator extends Validator { - abstract protected function getConstraintsValidationErrorMessage(string $name, mixed $value): ?string; + abstract protected function getConstraintsValidationErrorMessage( + string $name, + mixed $value + ): ?string; /** * @param array $constraints diff --git a/src/lib/FieldType/Validator/EmailAddressValidator.php b/src/lib/FieldType/Validator/EmailAddressValidator.php index 0a1f853bf8..e61e575356 100644 --- a/src/lib/FieldType/Validator/EmailAddressValidator.php +++ b/src/lib/FieldType/Validator/EmailAddressValidator.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\FieldType\ValidationError; use Ibexa\Core\FieldType\Validator; +use Ibexa\Core\FieldType\Value; use Ibexa\Core\FieldType\Value as BaseValue; /** @@ -82,12 +83,14 @@ public function validateConstraints($constraints) * * @abstract * - * @param \Ibexa\Core\FieldType\Value $value + * @param Value $value * * @return bool */ - public function validate(BaseValue $value, ?FieldDefinition $fieldDefinition = null): bool - { + public function validate( + BaseValue $value, + ?FieldDefinition $fieldDefinition = null + ): bool { $pattern = '/^((\"[^\"\f\n\r\t\v\b]+\")|([A-Za-z0-9_\!\#\$\%\&\'\*\+\-\~\/\^\`\|\{\}]+(\.[A-Za-z0-9_\!\#\$\%\&\'\*\+\-\~\/\^\`\|\{\}]+)*))@((\[(((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9]))\.((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9]))\.((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9]))\.((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9])))\])|(((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9]))\.((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9]))\.((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9]))\.((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9])))|((([A-Za-z0-9\-])+\.)+[A-Za-z\-]{2,}))$/'; if (preg_match($pattern, $value->email)) { diff --git a/src/lib/FieldType/Validator/FileExtensionBlackListValidator.php b/src/lib/FieldType/Validator/FileExtensionBlackListValidator.php index 0bee0955ca..3e290434d3 100644 --- a/src/lib/FieldType/Validator/FileExtensionBlackListValidator.php +++ b/src/lib/FieldType/Validator/FileExtensionBlackListValidator.php @@ -27,7 +27,7 @@ class FileExtensionBlackListValidator extends Validator ]; /** - * @param \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface $configResolver + * @param ConfigResolverInterface $configResolver */ public function __construct(ConfigResolverInterface $configResolver) { @@ -47,8 +47,10 @@ public function validateConstraints($constraints) /** * {@inheritdoc} */ - public function validate(BaseValue $value, ?FieldDefinition $fieldDefinition = null): bool - { + public function validate( + BaseValue $value, + ?FieldDefinition $fieldDefinition = null + ): bool { $this->errors = []; $this->validateFileExtension($value->fileName); diff --git a/src/lib/FieldType/Validator/FileSizeValidator.php b/src/lib/FieldType/Validator/FileSizeValidator.php index 3a1b744e54..1f2581a7db 100644 --- a/src/lib/FieldType/Validator/FileSizeValidator.php +++ b/src/lib/FieldType/Validator/FileSizeValidator.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Validator; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; +use Ibexa\Core\FieldType\BinaryFile\Value; use Ibexa\Core\FieldType\ValidationError; use Ibexa\Core\FieldType\Validator; use Ibexa\Core\FieldType\Value as BaseValue; @@ -64,12 +65,14 @@ public function validateConstraints($constraints) /** * Checks if $value->file has the appropriate size. * - * @param \Ibexa\Core\FieldType\BinaryFile\Value $value + * @param Value $value * * @return bool */ - public function validate(BaseValue $value, ?FieldDefinition $fieldDefinition = null): bool - { + public function validate( + BaseValue $value, + ?FieldDefinition $fieldDefinition = null + ): bool { $isValid = true; if ($this->constraints['maxFileSize'] !== false && $value->file->size > $this->constraints['maxFileSize']) { diff --git a/src/lib/FieldType/Validator/FloatValueValidator.php b/src/lib/FieldType/Validator/FloatValueValidator.php index 69da8f811c..d4af3ed5a8 100644 --- a/src/lib/FieldType/Validator/FloatValueValidator.php +++ b/src/lib/FieldType/Validator/FloatValueValidator.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Validator; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; +use Ibexa\Core\FieldType\Float\Value; use Ibexa\Core\FieldType\ValidationError; use Ibexa\Core\FieldType\Value as BaseValue; @@ -38,8 +39,10 @@ class FloatValueValidator extends BaseNumericValidator ], ]; - protected function getConstraintsValidationErrorMessage(string $name, mixed $value): ?string - { + protected function getConstraintsValidationErrorMessage( + string $name, + mixed $value + ): ?string { return match ($name) { 'minFloatValue', 'maxFloatValue' => $value !== null && !is_numeric($value) ? "Validator parameter '%parameter%' value must be of numeric type" @@ -49,10 +52,12 @@ protected function getConstraintsValidationErrorMessage(string $name, mixed $val } /** - * @param \Ibexa\Core\FieldType\Float\Value $value + * @param Value $value */ - public function validate(BaseValue $value, ?FieldDefinition $fieldDefinition = null): bool - { + public function validate( + BaseValue $value, + ?FieldDefinition $fieldDefinition = null + ): bool { $isValid = true; if (isset($this->constraints['maxFloatValue']) && $value->value > $this->constraints['maxFloatValue']) { diff --git a/src/lib/FieldType/Validator/ImageValidator.php b/src/lib/FieldType/Validator/ImageValidator.php index 01f371a3ac..9ed74202c7 100644 --- a/src/lib/FieldType/Validator/ImageValidator.php +++ b/src/lib/FieldType/Validator/ImageValidator.php @@ -17,16 +17,20 @@ class ImageValidator extends Validator /** * {@inheritdoc} */ - public function validateConstraints($constraints, ?FieldDefinition $fieldDefinition = null) - { + public function validateConstraints( + $constraints, + ?FieldDefinition $fieldDefinition = null + ) { return []; } /** * {@inheritdoc} */ - public function validate(Value $value, ?FieldDefinition $fieldDefinition = null): bool - { + public function validate( + Value $value, + ?FieldDefinition $fieldDefinition = null + ): bool { $mimeTypes = []; if (null !== $fieldDefinition) { $mimeTypes = $fieldDefinition->getFieldSettings()['mimeTypes'] ?? []; @@ -48,8 +52,10 @@ public function validate(Value $value, ?FieldDefinition $fieldDefinition = null) /** * @param array $mimeTypes */ - private function innerValidate($filePath, array $mimeTypes): bool - { + private function innerValidate( + $filePath, + array $mimeTypes + ): bool { // silence `getimagesize` error as extension-wise valid image files might produce it anyway // note that file extension checking is done using other validation which should be called before this one $imageData = @getimagesize($filePath); diff --git a/src/lib/FieldType/Validator/IntegerValueValidator.php b/src/lib/FieldType/Validator/IntegerValueValidator.php index 53fdb66e08..cf7a6d52c0 100644 --- a/src/lib/FieldType/Validator/IntegerValueValidator.php +++ b/src/lib/FieldType/Validator/IntegerValueValidator.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Validator; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; +use Ibexa\Core\FieldType\Integer\Value; use Ibexa\Core\FieldType\ValidationError; use Ibexa\Core\FieldType\Value as BaseValue; @@ -35,8 +36,10 @@ class IntegerValueValidator extends BaseNumericValidator ], ]; - protected function getConstraintsValidationErrorMessage(string $name, mixed $value): ?string - { + protected function getConstraintsValidationErrorMessage( + string $name, + mixed $value + ): ?string { return match ($name) { 'minIntegerValue', 'maxIntegerValue' => $value !== null && !is_int($value) ? "Validator parameter '%parameter%' value must be of integer type" @@ -46,10 +49,12 @@ protected function getConstraintsValidationErrorMessage(string $name, mixed $val } /** - * @param \Ibexa\Core\FieldType\Integer\Value $value + * @param Value $value */ - public function validate(BaseValue $value, ?FieldDefinition $fieldDefinition = null): bool - { + public function validate( + BaseValue $value, + ?FieldDefinition $fieldDefinition = null + ): bool { $isValid = true; if ($this->constraints['maxIntegerValue'] !== null && $value->value > $this->constraints['maxIntegerValue']) { diff --git a/src/lib/FieldType/Validator/StringLengthValidator.php b/src/lib/FieldType/Validator/StringLengthValidator.php index 85c136967e..3f399d24ff 100644 --- a/src/lib/FieldType/Validator/StringLengthValidator.php +++ b/src/lib/FieldType/Validator/StringLengthValidator.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\FieldType\Validator; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; +use Ibexa\Core\FieldType\TextLine\Value; use Ibexa\Core\FieldType\ValidationError; use Ibexa\Core\FieldType\Validator; use Ibexa\Core\FieldType\Value as BaseValue; @@ -103,12 +104,14 @@ protected function validateConstraintsOrder($constraints): bool * * The range is determined by $maxStringLength and $minStringLength. * - * @param \Ibexa\Core\FieldType\TextLine\Value $value + * @param Value $value * * @return bool */ - public function validate(BaseValue $value, ?FieldDefinition $fieldDefinition = null): bool - { + public function validate( + BaseValue $value, + ?FieldDefinition $fieldDefinition = null + ): bool { $isValid = true; // BC: these constraints can be not set, null, or false diff --git a/src/lib/FieldType/ValueSerializer/SymfonySerializerAdapter.php b/src/lib/FieldType/ValueSerializer/SymfonySerializerAdapter.php index 9fcdf51393..e7be33d3d9 100644 --- a/src/lib/FieldType/ValueSerializer/SymfonySerializerAdapter.php +++ b/src/lib/FieldType/ValueSerializer/SymfonySerializerAdapter.php @@ -22,26 +22,26 @@ final class SymfonySerializerAdapter implements ValueSerializerInterface { private const DEFAULT_FORMAT = 'json'; - /** @var \Symfony\Component\Serializer\Normalizer\NormalizerInterface */ + /** @var NormalizerInterface */ private $normalizer; - /** @var \Symfony\Component\Serializer\Normalizer\DenormalizerInterface */ + /** @var DenormalizerInterface */ private $denormalizer; - /** @var \Symfony\Component\Serializer\Encoder\EncoderInterface */ + /** @var EncoderInterface */ private $encoder; - /** @var \Symfony\Component\Serializer\Encoder\DecoderInterface */ + /** @var DecoderInterface */ private $decoder; /** @var string */ private $format; /** - * @param \Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer - * @param \Symfony\Component\Serializer\Normalizer\DenormalizerInterface $denormalizer - * @param \Symfony\Component\Serializer\Encoder\EncoderInterface $encoder - * @param \Symfony\Component\Serializer\Encoder\DecoderInterface $decoder + * @param NormalizerInterface $normalizer + * @param DenormalizerInterface $denormalizer + * @param EncoderInterface $encoder + * @param DecoderInterface $decoder * @param string $format */ public function __construct( @@ -58,23 +58,32 @@ public function __construct( $this->format = $format; } - public function normalize(Value $value, array $context = []): ?array - { + public function normalize( + Value $value, + array $context = [] + ): ?array { return $this->normalizer->normalize($value, $this->format, $context); } - public function denormalize(?array $data, string $valueClass, array $context = []): Value - { + public function denormalize( + ?array $data, + string $valueClass, + array $context = [] + ): Value { return $this->denormalizer->denormalize($data, $valueClass, $this->format, $context); } - public function encode(?array $data, array $context = []): ?string - { + public function encode( + ?array $data, + array $context = [] + ): ?string { return $this->encoder->encode($data, $this->format, $context); } - public function decode(?string $data, array $context = []): ?array - { + public function decode( + ?string $data, + array $context = [] + ): ?array { return $this->decoder->decode($data, $this->format, $context); } } diff --git a/src/lib/Helper/ContentInfoLocationLoader.php b/src/lib/Helper/ContentInfoLocationLoader.php index 9d06413801..362b5dd146 100644 --- a/src/lib/Helper/ContentInfoLocationLoader.php +++ b/src/lib/Helper/ContentInfoLocationLoader.php @@ -7,7 +7,9 @@ namespace Ibexa\Core\Helper; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; /** * Loads a location based on a ContentInfo. @@ -17,12 +19,12 @@ interface ContentInfoLocationLoader /** * Loads a location from a ContentInfo. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return Location * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the location doesn't have a contentId. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the location failed to load. + * @throws NotFoundException if the location doesn't have a contentId. + * @throws NotFoundException if the location failed to load. */ public function loadLocation(ContentInfo $contentInfo); } diff --git a/src/lib/Helper/ContentInfoLocationLoader/SudoMainLocationLoader.php b/src/lib/Helper/ContentInfoLocationLoader/SudoMainLocationLoader.php index 650abe4b5c..8a2ee27c8d 100644 --- a/src/lib/Helper/ContentInfoLocationLoader/SudoMainLocationLoader.php +++ b/src/lib/Helper/ContentInfoLocationLoader/SudoMainLocationLoader.php @@ -18,7 +18,7 @@ */ class SudoMainLocationLoader implements ContentInfoLocationLoader { - /** @var \Ibexa\Contracts\Core\Repository\Repository|\Ibexa\Core\Repository\Repository */ + /** @var Repository|\Ibexa\Core\Repository\Repository */ private $repository; public function __construct(Repository $repository) diff --git a/src/lib/Helper/ContentPreviewHelper.php b/src/lib/Helper/ContentPreviewHelper.php index ed375dd2a7..85004eae51 100644 --- a/src/lib/Helper/ContentPreviewHelper.php +++ b/src/lib/Helper/ContentPreviewHelper.php @@ -18,26 +18,28 @@ class ContentPreviewHelper implements SiteAccessAware { - /** @var \Symfony\Component\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessRouterInterface */ + /** @var SiteAccessRouterInterface */ protected $siteAccessRouter; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ protected $originalSiteAccess; /** @var bool */ private $previewActive = false; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content */ + /** @var Content */ private $previewedContent; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location */ + /** @var Location */ private $previewedLocation; - public function __construct(EventDispatcherInterface $eventDispatcher, SiteAccessRouterInterface $siteAccessRouter) - { + public function __construct( + EventDispatcherInterface $eventDispatcher, + SiteAccessRouterInterface $siteAccessRouter + ) { $this->eventDispatcher = $eventDispatcher; $this->siteAccessRouter = $siteAccessRouter; } @@ -50,7 +52,7 @@ public function setSiteAccess(?SiteAccess $siteAccess = null) /** * Return original SiteAccess. * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess + * @return SiteAccess */ public function getOriginalSiteAccess() { @@ -62,7 +64,7 @@ public function getOriginalSiteAccess() * * @param string $siteAccessName * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess + * @return SiteAccess */ public function changeConfigScope($siteAccessName) { @@ -75,7 +77,7 @@ public function changeConfigScope($siteAccessName) /** * Restores original config scope. * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess + * @return SiteAccess */ public function restoreConfigScope() { @@ -103,7 +105,7 @@ public function setPreviewActive($previewActive) } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function getPreviewedContent() { @@ -111,7 +113,7 @@ public function getPreviewedContent() } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $previewedContent + * @param Content $previewedContent */ public function setPreviewedContent(Content $previewedContent) { @@ -119,7 +121,7 @@ public function setPreviewedContent(Content $previewedContent) } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return Location */ public function getPreviewedLocation() { @@ -127,7 +129,7 @@ public function getPreviewedLocation() } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $previewedLocation + * @param Location $previewedLocation */ public function setPreviewedLocation(Location $previewedLocation) { diff --git a/src/lib/Helper/FieldHelper.php b/src/lib/Helper/FieldHelper.php index 2cbfc5fa87..719b497cd2 100644 --- a/src/lib/Helper/FieldHelper.php +++ b/src/lib/Helper/FieldHelper.php @@ -12,14 +12,16 @@ class FieldHelper { - /** @var \Ibexa\Contracts\Core\Repository\FieldTypeService */ + /** @var FieldTypeService */ private $fieldTypeService; /** @var TranslationHelper */ private $translationHelper; - public function __construct(TranslationHelper $translationHelper, FieldTypeService $fieldTypeService) - { + public function __construct( + TranslationHelper $translationHelper, + FieldTypeService $fieldTypeService + ) { $this->fieldTypeService = $fieldTypeService; $this->translationHelper = $translationHelper; } @@ -27,14 +29,17 @@ public function __construct(TranslationHelper $translationHelper, FieldTypeServi /** * Checks if provided field can be considered empty. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * @param string $fieldDefIdentifier * @param string|null $forcedLanguage * * @return bool */ - public function isFieldEmpty(Content $content, $fieldDefIdentifier, $forcedLanguage = null) - { + public function isFieldEmpty( + Content $content, + $fieldDefIdentifier, + $forcedLanguage = null + ) { $field = $this->translationHelper->getTranslatedField($content, $fieldDefIdentifier, $forcedLanguage); $fieldDefinition = $content->getContentType()->getFieldDefinition($fieldDefIdentifier); diff --git a/src/lib/Helper/FieldsGroups/ArrayTranslatorFieldsGroupsList.php b/src/lib/Helper/FieldsGroups/ArrayTranslatorFieldsGroupsList.php index 016d00cbad..0d2f4a4334 100644 --- a/src/lib/Helper/FieldsGroups/ArrayTranslatorFieldsGroupsList.php +++ b/src/lib/Helper/FieldsGroups/ArrayTranslatorFieldsGroupsList.php @@ -25,11 +25,14 @@ final class ArrayTranslatorFieldsGroupsList implements FieldsGroupsList /** @var string */ private $defaultGroup; - /** @var \Symfony\Contracts\Translation\TranslatorInterface */ + /** @var TranslatorInterface */ private $translator; - public function __construct(TranslatorInterface $translator, string $defaultGroup, array $groups) - { + public function __construct( + TranslatorInterface $translator, + string $defaultGroup, + array $groups + ) { $this->groups = $groups; $this->defaultGroup = $defaultGroup; $this->translator = $translator; diff --git a/src/lib/Helper/FieldsGroups/FieldsGroupsList.php b/src/lib/Helper/FieldsGroups/FieldsGroupsList.php index d2e4cd0b0b..72c026d6b5 100644 --- a/src/lib/Helper/FieldsGroups/FieldsGroupsList.php +++ b/src/lib/Helper/FieldsGroups/FieldsGroupsList.php @@ -33,7 +33,7 @@ public function getGroups(); public function getDefaultGroup(); /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition + * @param FieldDefinition $fieldDefinition * * @return string */ diff --git a/src/lib/Helper/FieldsGroups/RepositoryConfigFieldsGroupsListFactory.php b/src/lib/Helper/FieldsGroups/RepositoryConfigFieldsGroupsListFactory.php index 4d1be2ac68..6f95da1a3d 100644 --- a/src/lib/Helper/FieldsGroups/RepositoryConfigFieldsGroupsListFactory.php +++ b/src/lib/Helper/FieldsGroups/RepositoryConfigFieldsGroupsListFactory.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Helper\FieldsGroups; use Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Symfony\Contracts\Translation\TranslatorInterface; /** @@ -23,7 +24,7 @@ public function __construct(RepositoryConfigurationProviderInterface $configProv } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function build(TranslatorInterface $translator): FieldsGroupsList { diff --git a/src/lib/Helper/PreviewLocationProvider.php b/src/lib/Helper/PreviewLocationProvider.php index 801d4d489d..dffe3ea34c 100644 --- a/src/lib/Helper/PreviewLocationProvider.php +++ b/src/lib/Helper/PreviewLocationProvider.php @@ -8,10 +8,13 @@ namespace Ibexa\Core\Helper; use Ibexa\Contracts\Core\Persistence\Content\Location\Handler as PersistenceLocationHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Values\Content\Content as APIContent; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; use Ibexa\Core\Repository\Values\Content\Location; +use Random\RandomException; /** * Provides location(s) for a content. Handles unpublished content that does not have an actual location yet. @@ -38,9 +41,9 @@ public function __construct( * * If the content doesn't have a location nor a location draft, null is returned. * - * @throws \Random\RandomException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws RandomException + * @throws NotFoundException + * @throws UnauthorizedException */ public function loadMainLocationByContent(APIContent $content): ?APILocation { diff --git a/src/lib/Helper/TranslationHelper.php b/src/lib/Helper/TranslationHelper.php index b6fff157d5..236fb9684b 100644 --- a/src/lib/Helper/TranslationHelper.php +++ b/src/lib/Helper/TranslationHelper.php @@ -24,20 +24,24 @@ */ class TranslationHelper { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ protected $configResolver; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ protected $contentService; /** @var array */ private $siteAccessesByLanguage; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ private $logger; - public function __construct(ConfigResolverInterface $configResolver, ContentService $contentService, array $siteAccessesByLanguage, ?LoggerInterface $logger = null) - { + public function __construct( + ConfigResolverInterface $configResolver, + ContentService $contentService, + array $siteAccessesByLanguage, + ?LoggerInterface $logger = null + ) { $this->configResolver = $configResolver; $this->contentService = $contentService; $this->siteAccessesByLanguage = $siteAccessesByLanguage; @@ -48,13 +52,15 @@ public function __construct(ConfigResolverInterface $configResolver, ContentServ * Returns content name, translated. * By default this method uses prioritized languages, unless $forcedLanguage is provided. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * @param string $forcedLanguage Locale we want the content name translation in (e.g. "fre-FR"). Null by default (takes current locale) * * @return string */ - public function getTranslatedContentName(Content $content, $forcedLanguage = null): string - { + public function getTranslatedContentName( + Content $content, + $forcedLanguage = null + ): string { return $this->getTranslatedContentNameByVersionInfo( $content->getVersionInfo(), $forcedLanguage @@ -83,15 +89,17 @@ public function getTranslatedContentNameByVersionInfo( * Returns content name, translated, from a ContentInfo object. * By default this method uses prioritized languages, unless $forcedLanguage is provided. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param string $forcedLanguage Locale we want the content name translation in (e.g. "fre-FR"). Null by default (takes current locale) * * @todo Remove ContentService usage when translated names are available in ContentInfo (see https://issues.ibexa.co/browse/EZP-21755) * * @return string */ - public function getTranslatedContentNameByContentInfo(ContentInfo $contentInfo, $forcedLanguage = null) - { + public function getTranslatedContentNameByContentInfo( + ContentInfo $contentInfo, + $forcedLanguage = null + ) { if ($contentInfo->mainLocationId === 1) { return $contentInfo->name; } @@ -111,14 +119,17 @@ public function getTranslatedContentNameByContentInfo(ContentInfo $contentInfo, * By default, this method will return the field in current language if translation is present. If not, main language will be used. * If $forcedLanguage is provided, will return the field in this language, if translation is present. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * @param string $fieldDefIdentifier Field definition identifier. * @param string $forcedLanguage Locale we want the field translation in (e.g. "fre-FR"). Null by default (takes current locale) * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field|null + * @return Field|null */ - public function getTranslatedField(Content $content, $fieldDefIdentifier, $forcedLanguage = null) - { + public function getTranslatedField( + Content $content, + $fieldDefIdentifier, + $forcedLanguage = null + ) { // Loop over prioritized languages to get the appropriate translated field. foreach ($this->getLanguages($forcedLanguage) as $lang) { $field = $content->getField($fieldDefIdentifier, $lang); @@ -134,12 +145,12 @@ public function getTranslatedField(Content $content, $fieldDefIdentifier, $force * By default, this method will return the field definition name in current language if translation is present. If not, main language will be used. * If $forcedLanguage is provided, will return the field definition name in this language, if translation is present. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType * @param string $fieldDefIdentifier Field Definition identifier * @param string $property Specifies if 'name' or 'description' should be used * @param string $forcedLanguage Locale we want the field definition name translated in in (e.g. "fre-FR"). Null by default (takes current locale) * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @return string|null */ @@ -179,16 +190,19 @@ public function getTranslatedFieldDefinitionProperty( * Languages will consist of either forced language or current languages list, in addition helper will check if for * mainLanguage property and append that to languages if alwaysAvailable property is true or non-existing. * - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $object Can be any kid of Value object which directly holds the translated property + * @param ValueObject $object Can be any kid of Value object which directly holds the translated property * @param string $property Property name, example 'names', 'descriptions' * @param string $forcedLanguage Locale we want the content name translation in (e.g. "fre-FR"). Null by default (takes current locale) * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @return string|null */ - public function getTranslatedByProperty(ValueObject $object, $property, $forcedLanguage = null) - { + public function getTranslatedByProperty( + ValueObject $object, + $property, + $forcedLanguage = null + ) { if (!isset($object->$property)) { throw new InvalidArgumentException('$property', "Property '{$property}' not found in " . get_class($object)); } @@ -218,16 +232,19 @@ public function getTranslatedByProperty(ValueObject $object, $property, $forcedL * Languages will consist of either forced language or current languages list, in addition helper will append null * to list of languages so method may fallback to main/initial language if supported by domain. * - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $object Can be any kind of Value object which directly holds the methods that provides translated value. + * @param ValueObject $object Can be any kind of Value object which directly holds the methods that provides translated value. * @param string $method Method name, example 'getName', 'description' * @param string $forcedLanguage Locale we want the content name translation in (e.g. "fre-FR"). Null by default (takes current locale) * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @return string|null */ - public function getTranslatedByMethod(ValueObject $object, $method, $forcedLanguage = null) - { + public function getTranslatedByMethod( + ValueObject $object, + $method, + $forcedLanguage = null + ) { if (!method_exists($object, $method)) { throw new InvalidArgumentException('$method', "Method '{$method}' not found in " . get_class($object)); } @@ -298,8 +315,10 @@ public function getAvailableLanguages() * * @return array|mixed */ - private function getLanguages($forcedLanguage = null, $fallbackLanguage = null) - { + private function getLanguages( + $forcedLanguage = null, + $fallbackLanguage = null + ) { if ($forcedLanguage !== null) { $languages = [$forcedLanguage]; } else { diff --git a/src/lib/IO/Exception/BinaryFileNotFoundException.php b/src/lib/IO/Exception/BinaryFileNotFoundException.php index 1b5e251f7f..8ec6987860 100644 --- a/src/lib/IO/Exception/BinaryFileNotFoundException.php +++ b/src/lib/IO/Exception/BinaryFileNotFoundException.php @@ -13,8 +13,10 @@ class BinaryFileNotFoundException extends BaseNotFoundException { - public function __construct(string $path, ?Throwable $previous = null) - { + public function __construct( + string $path, + ?Throwable $previous = null + ) { parent::__construct('BinaryFile', $path, $previous); } } diff --git a/src/lib/IO/Exception/IOException.php b/src/lib/IO/Exception/IOException.php index 6dbe03a8c1..309f45e333 100644 --- a/src/lib/IO/Exception/IOException.php +++ b/src/lib/IO/Exception/IOException.php @@ -16,8 +16,10 @@ */ class IOException extends RuntimeException { - public function __construct(string $message, ?Throwable $e = null) - { + public function __construct( + string $message, + ?Throwable $e = null + ) { parent::__construct($message, 0, $e); } } diff --git a/src/lib/IO/Exception/InvalidBinaryAbsolutePathException.php b/src/lib/IO/Exception/InvalidBinaryAbsolutePathException.php index debfb329ba..b906b9554d 100644 --- a/src/lib/IO/Exception/InvalidBinaryAbsolutePathException.php +++ b/src/lib/IO/Exception/InvalidBinaryAbsolutePathException.php @@ -10,8 +10,10 @@ class InvalidBinaryAbsolutePathException extends InvalidBinaryFileIdException { - public function __construct(string $identifier, int $code = 0) - { + public function __construct( + string $identifier, + int $code = 0 + ) { parent::__construct($identifier); $this->setMessageTemplate( diff --git a/src/lib/IO/Exception/InvalidBinaryPrefixException.php b/src/lib/IO/Exception/InvalidBinaryPrefixException.php index 2a378671b1..df54421d13 100644 --- a/src/lib/IO/Exception/InvalidBinaryPrefixException.php +++ b/src/lib/IO/Exception/InvalidBinaryPrefixException.php @@ -10,8 +10,11 @@ class InvalidBinaryPrefixException extends InvalidBinaryFileIdException { - public function __construct(string $identifier, string $prefix, int $code = 0) - { + public function __construct( + string $identifier, + string $prefix, + int $code = 0 + ) { parent::__construct($identifier); $this->setMessageTemplate( diff --git a/src/lib/IO/FilePathNormalizer/Flysystem.php b/src/lib/IO/FilePathNormalizer/Flysystem.php index c1ecb4fe5b..061caa5ec2 100644 --- a/src/lib/IO/FilePathNormalizer/Flysystem.php +++ b/src/lib/IO/FilePathNormalizer/Flysystem.php @@ -20,14 +20,18 @@ final class Flysystem implements FilePathNormalizerInterface private PathNormalizer $pathNormalizer; - public function __construct(SlugConverter $slugConverter, PathNormalizer $pathNormalizer) - { + public function __construct( + SlugConverter $slugConverter, + PathNormalizer $pathNormalizer + ) { $this->slugConverter = $slugConverter; $this->pathNormalizer = $pathNormalizer; } - public function normalizePath(string $filePath, bool $doHash = true): string - { + public function normalizePath( + string $filePath, + bool $doHash = true + ): string { $fileName = pathinfo($filePath, PATHINFO_BASENAME); $directory = pathinfo($filePath, PATHINFO_DIRNAME); diff --git a/src/lib/IO/FilePathNormalizerInterface.php b/src/lib/IO/FilePathNormalizerInterface.php index b367a9b241..2e9b16c790 100644 --- a/src/lib/IO/FilePathNormalizerInterface.php +++ b/src/lib/IO/FilePathNormalizerInterface.php @@ -13,5 +13,8 @@ */ interface FilePathNormalizerInterface { - public function normalizePath(string $filePath, bool $doHash = true): string; + public function normalizePath( + string $filePath, + bool $doHash = true + ): string; } diff --git a/src/lib/IO/Flysystem/Adapter/DynamicPathFilesystemAdapterDecorator.php b/src/lib/IO/Flysystem/Adapter/DynamicPathFilesystemAdapterDecorator.php index c6e81e9794..dcaaabe2b9 100644 --- a/src/lib/IO/Flysystem/Adapter/DynamicPathFilesystemAdapterDecorator.php +++ b/src/lib/IO/Flysystem/Adapter/DynamicPathFilesystemAdapterDecorator.php @@ -22,8 +22,10 @@ final class DynamicPathFilesystemAdapterDecorator implements FilesystemAdapter private PathPrefixerInterface $prefixer; - public function __construct(FilesystemAdapter $innerAdapter, PathPrefixerInterface $prefixer) - { + public function __construct( + FilesystemAdapter $innerAdapter, + PathPrefixerInterface $prefixer + ) { $this->innerAdapter = $innerAdapter; $this->prefixer = $prefixer; } @@ -35,15 +37,21 @@ public function fileExists(string $path): bool return $this->innerAdapter->fileExists($path); } - public function write(string $path, string $contents, Config $config): void - { + public function write( + string $path, + string $contents, + Config $config + ): void { $path = $this->prefixer->prefixPath($path); $this->innerAdapter->write($path, $contents, $config); } - public function writeStream(string $path, $contents, Config $config): void - { + public function writeStream( + string $path, + $contents, + Config $config + ): void { $path = $this->prefixer->prefixPath($path); $this->innerAdapter->writeStream($path, $contents, $config); @@ -77,15 +85,19 @@ public function deleteDirectory(string $path): void $this->innerAdapter->deleteDirectory($path); } - public function createDirectory(string $path, Config $config): void - { + public function createDirectory( + string $path, + Config $config + ): void { $path = $this->prefixer->prefixPath($path); $this->innerAdapter->createDirectory($path, $config); } - public function setVisibility(string $path, string $visibility): void - { + public function setVisibility( + string $path, + string $visibility + ): void { $path = $this->prefixer->prefixPath($path); $this->innerAdapter->setVisibility($path, $visibility); @@ -119,8 +131,10 @@ public function fileSize(string $path): FileAttributes return $this->innerAdapter->fileSize($path); } - public function listContents(string $path, bool $deep): iterable - { + public function listContents( + string $path, + bool $deep + ): iterable { $path = $this->prefixer->prefixPath($path); foreach ($this->innerAdapter->listContents($path, $deep) as $storageAttributes) { @@ -132,16 +146,22 @@ public function listContents(string $path, bool $deep): iterable yield from []; } - public function move(string $source, string $destination, Config $config): void - { + public function move( + string $source, + string $destination, + Config $config + ): void { $source = $this->prefixer->prefixPath($source); $destination = $this->prefixer->prefixPath($destination); $this->innerAdapter->move($source, $destination, $config); } - public function copy(string $source, string $destination, Config $config): void - { + public function copy( + string $source, + string $destination, + Config $config + ): void { $sourcePath = $this->prefixer->prefixPath($source); $destinationPath = $this->prefixer->prefixPath($destination); diff --git a/src/lib/IO/Flysystem/PathPrefixer/DFSSiteAccessAwarePathPrefixer.php b/src/lib/IO/Flysystem/PathPrefixer/DFSSiteAccessAwarePathPrefixer.php index 863173e67a..01c0d3d3a0 100644 --- a/src/lib/IO/Flysystem/PathPrefixer/DFSSiteAccessAwarePathPrefixer.php +++ b/src/lib/IO/Flysystem/PathPrefixer/DFSSiteAccessAwarePathPrefixer.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\IO\Flysystem\PathPrefixer; use const DIRECTORY_SEPARATOR; + use Ibexa\Contracts\Core\SiteAccess\ConfigProcessor; /** diff --git a/src/lib/IO/Flysystem/PathPrefixer/LocalSiteAccessAwarePathPrefixer.php b/src/lib/IO/Flysystem/PathPrefixer/LocalSiteAccessAwarePathPrefixer.php index 1460a22ecc..129930dbde 100644 --- a/src/lib/IO/Flysystem/PathPrefixer/LocalSiteAccessAwarePathPrefixer.php +++ b/src/lib/IO/Flysystem/PathPrefixer/LocalSiteAccessAwarePathPrefixer.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\IO\Flysystem\PathPrefixer; use const DIRECTORY_SEPARATOR; + use Ibexa\Core\IO\IOConfigProvider; /** diff --git a/src/lib/IO/Flysystem/VisibilityConverter/BaseVisibilityConverter.php b/src/lib/IO/Flysystem/VisibilityConverter/BaseVisibilityConverter.php index ac263b467f..11bec534c2 100644 --- a/src/lib/IO/Flysystem/VisibilityConverter/BaseVisibilityConverter.php +++ b/src/lib/IO/Flysystem/VisibilityConverter/BaseVisibilityConverter.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\IO\Flysystem\VisibilityConverter; use League\Flysystem\PortableVisibilityGuard; +use League\Flysystem\UnixVisibility\PortableVisibilityConverter; use League\Flysystem\UnixVisibility\VisibilityConverter; use League\Flysystem\Visibility; @@ -19,8 +20,8 @@ * settings from strategy-based Visibility Converter. For private visibility relies on Flysystem's * native implementation of a Visibility Converter. * - * @see \League\Flysystem\Visibility - * @see \League\Flysystem\UnixVisibility\PortableVisibilityConverter + * @see Visibility + * @see PortableVisibilityConverter */ abstract class BaseVisibilityConverter implements VisibilityConverter { diff --git a/src/lib/IO/Flysystem/VisibilityConverter/DFSVisibilityConverter.php b/src/lib/IO/Flysystem/VisibilityConverter/DFSVisibilityConverter.php index 522733d70a..315f1a1dcf 100644 --- a/src/lib/IO/Flysystem/VisibilityConverter/DFSVisibilityConverter.php +++ b/src/lib/IO/Flysystem/VisibilityConverter/DFSVisibilityConverter.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\IO\Flysystem\VisibilityConverter; +use League\Flysystem\UnixVisibility\PortableVisibilityConverter; use League\Flysystem\UnixVisibility\VisibilityConverter; use League\Flysystem\Visibility; @@ -18,9 +19,9 @@ * Relies on configured DFS permissions, fall-backing to Flysystem's native implementation of * a Visibility Converter, if not configured. * - * @see \Ibexa\Core\IO\Flysystem\VisibilityConverter\BaseVisibilityConverter - * @see \League\Flysystem\Visibility - * @see \League\Flysystem\UnixVisibility\PortableVisibilityConverter + * @see BaseVisibilityConverter + * @see Visibility + * @see PortableVisibilityConverter */ final class DFSVisibilityConverter extends BaseVisibilityConverter { diff --git a/src/lib/IO/Flysystem/VisibilityConverter/SiteAccessAwareVisibilityConverter.php b/src/lib/IO/Flysystem/VisibilityConverter/SiteAccessAwareVisibilityConverter.php index 894ab21ff3..c697db94b6 100644 --- a/src/lib/IO/Flysystem/VisibilityConverter/SiteAccessAwareVisibilityConverter.php +++ b/src/lib/IO/Flysystem/VisibilityConverter/SiteAccessAwareVisibilityConverter.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\IO\Flysystem\VisibilityConverter; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; +use League\Flysystem\UnixVisibility\PortableVisibilityConverter; use League\Flysystem\UnixVisibility\VisibilityConverter; use League\Flysystem\Visibility; @@ -18,9 +19,9 @@ * SiteAccess-aware Flysystem Visibility Converter (strategy of BaseVisibilityConverter). * Relies on ConfigResolver to fetch expected public files and directories permission configuration. * - * @see \Ibexa\Core\IO\Flysystem\VisibilityConverter\BaseVisibilityConverter - * @see \League\Flysystem\Visibility - * @see \League\Flysystem\UnixVisibility\PortableVisibilityConverter + * @see BaseVisibilityConverter + * @see Visibility + * @see PortableVisibilityConverter */ final class SiteAccessAwareVisibilityConverter extends BaseVisibilityConverter { diff --git a/src/lib/IO/IOBinarydataHandler.php b/src/lib/IO/IOBinarydataHandler.php index a34fc849c8..1bac91480e 100644 --- a/src/lib/IO/IOBinarydataHandler.php +++ b/src/lib/IO/IOBinarydataHandler.php @@ -9,6 +9,8 @@ namespace Ibexa\Core\IO; use Ibexa\Contracts\Core\IO\BinaryFileCreateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Core\IO\Exception\BinaryFileNotFoundException; /** * Provides reading & writing of files binary data. @@ -18,7 +20,7 @@ interface IOBinarydataHandler /** * Creates a new file with data from $binaryFileCreateStruct. * - * @param \Ibexa\Contracts\Core\IO\BinaryFileCreateStruct $binaryFileCreateStruct + * @param BinaryFileCreateStruct $binaryFileCreateStruct * * @throws \RuntimeException if an error occurred creating the file */ @@ -27,14 +29,14 @@ public function create(BinaryFileCreateStruct $binaryFileCreateStruct): void; /** * Deletes the file by its $binaryFileId. * - * @throws \Ibexa\Core\IO\Exception\BinaryFileNotFoundException If the file is not found + * @throws BinaryFileNotFoundException If the file is not found */ public function delete(string $binaryFileId): void; /** * Returns the binary content from $path. * - * @throws \Ibexa\Core\IO\Exception\BinaryFileNotFoundException If $path is not found + * @throws BinaryFileNotFoundException If $path is not found */ public function getContents(string $spiBinaryFileId): string; @@ -45,7 +47,7 @@ public function getContents(string $spiBinaryFileId): string; * * @return resource A read-only binary resource to $path * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function getResource(string $spiBinaryFileId): mixed; diff --git a/src/lib/IO/IOBinarydataHandler/Flysystem.php b/src/lib/IO/IOBinarydataHandler/Flysystem.php index 40229433fb..990c795b52 100644 --- a/src/lib/IO/IOBinarydataHandler/Flysystem.php +++ b/src/lib/IO/IOBinarydataHandler/Flysystem.php @@ -21,14 +21,16 @@ /** * @internal type-hint \Ibexa\Core\IO\IOBinarydataHandler instead */ -final class Flysystem implements IOBinaryDataHandler +final class Flysystem implements IOBinarydataHandler { private FilesystemOperator $filesystem; private ?UrlDecorator $urlDecorator; - public function __construct(FilesystemOperator $filesystem, ?UrlDecorator $urlDecorator = null) - { + public function __construct( + FilesystemOperator $filesystem, + ?UrlDecorator $urlDecorator = null + ) { $this->filesystem = $filesystem; $this->urlDecorator = $urlDecorator; } diff --git a/src/lib/IO/IOBinarydataHandler/SiteAccessDependentBinaryDataHandler.php b/src/lib/IO/IOBinarydataHandler/SiteAccessDependentBinaryDataHandler.php index 53ca49f738..d8f79fb9c0 100644 --- a/src/lib/IO/IOBinarydataHandler/SiteAccessDependentBinaryDataHandler.php +++ b/src/lib/IO/IOBinarydataHandler/SiteAccessDependentBinaryDataHandler.php @@ -16,15 +16,15 @@ /** * @internal */ -final class SiteAccessDependentBinaryDataHandler implements IOBinaryDataHandler +final class SiteAccessDependentBinaryDataHandler implements IOBinarydataHandler { private ConfigResolverInterface $configResolver; - /** @phpstan-var \Ibexa\Bundle\IO\ApiLoader\HandlerRegistry<\Ibexa\Core\IO\IOBinarydataHandler> */ + /** @phpstan-var HandlerRegistry */ private HandlerRegistry $dataHandlerRegistry; /** - * @phpstan-param \Ibexa\Bundle\IO\ApiLoader\HandlerRegistry<\Ibexa\Core\IO\IOBinarydataHandler> $dataHandlerRegistry + * @phpstan-param HandlerRegistry $dataHandlerRegistry */ public function __construct( ConfigResolverInterface $configResolver, diff --git a/src/lib/IO/IOBinarydataHandler/SiteAccessDependentMetadataHandler.php b/src/lib/IO/IOBinarydataHandler/SiteAccessDependentMetadataHandler.php index 4f1c438c03..918a54e3f2 100644 --- a/src/lib/IO/IOBinarydataHandler/SiteAccessDependentMetadataHandler.php +++ b/src/lib/IO/IOBinarydataHandler/SiteAccessDependentMetadataHandler.php @@ -19,14 +19,14 @@ */ final class SiteAccessDependentMetadataHandler implements IOMetadataHandler { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private ConfigResolverInterface $configResolver; - /** @phpstan-var \Ibexa\Bundle\IO\ApiLoader\HandlerRegistry<\Ibexa\Core\IO\IOMetadataHandler> */ + /** @phpstan-var HandlerRegistry */ private HandlerRegistry $dataHandlerRegistry; /** - * @phpstan-param \Ibexa\Bundle\IO\ApiLoader\HandlerRegistry<\Ibexa\Core\IO\IOMetadataHandler> $dataHandlerRegistry + * @phpstan-param HandlerRegistry $dataHandlerRegistry */ public function __construct( ConfigResolverInterface $configResolver, diff --git a/src/lib/IO/IOMetadataHandler.php b/src/lib/IO/IOMetadataHandler.php index 3cfb1dd78a..4b7402675c 100644 --- a/src/lib/IO/IOMetadataHandler.php +++ b/src/lib/IO/IOMetadataHandler.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\IO\BinaryFile; use Ibexa\Contracts\Core\IO\BinaryFileCreateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; /** * Provides reading & writing of files meta-data (size, modification time...). @@ -19,7 +20,7 @@ interface IOMetadataHandler /** * Stores the file from $binaryFileCreateStruct. * - * @param \Ibexa\Contracts\Core\IO\BinaryFileCreateStruct $spiBinaryFileCreateStruct + * @param BinaryFileCreateStruct $spiBinaryFileCreateStruct * * @throws \RuntimeException if an error occurred creating the file */ @@ -28,14 +29,14 @@ public function create(BinaryFileCreateStruct $spiBinaryFileCreateStruct): Binar /** * Deletes file by its $binaryFileId. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If $spiBinaryFileId is not found + * @throws NotFoundException If $spiBinaryFileId is not found */ public function delete(string $binaryFileId): void; /** * Loads and returns metadata for $spiBinaryFileId. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function load(string $spiBinaryFileId): BinaryFile; @@ -47,7 +48,7 @@ public function exists(string $spiBinaryFileId): bool; /** * Returns the file's mimetype. Example: text/plain. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function getMimeType(string $spiBinaryFileId): string; diff --git a/src/lib/IO/IOMetadataHandler/Flysystem.php b/src/lib/IO/IOMetadataHandler/Flysystem.php index c50d184474..f36cb889a0 100644 --- a/src/lib/IO/IOMetadataHandler/Flysystem.php +++ b/src/lib/IO/IOMetadataHandler/Flysystem.php @@ -11,6 +11,7 @@ use DateTime; use Ibexa\Contracts\Core\IO\BinaryFile as IOBinaryFile; use Ibexa\Contracts\Core\IO\BinaryFileCreateStruct as SPIBinaryFileCreateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\IO\Exception\BinaryFileNotFoundException; use Ibexa\Core\IO\Exception\IOException; use Ibexa\Core\IO\IOMetadataHandler; @@ -27,8 +28,10 @@ class Flysystem implements IOMetadataHandler, LoggerAwareInterface private FilesystemOperator $filesystem; - public function __construct(FilesystemOperator $filesystem, ?LoggerInterface $logger = null) - { + public function __construct( + FilesystemOperator $filesystem, + ?LoggerInterface $logger = null + ) { $this->filesystem = $filesystem; $this->logger = $logger ?? new NullLogger(); } @@ -41,7 +44,7 @@ public function setLogger(LoggerInterface $logger): void /** * Only reads & returns metadata, since the binary data handler took care of creating the file already. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \DateMalformedStringException */ public function create(SPIBinaryFileCreateStruct $spiBinaryFileCreateStruct): IOBinaryFile @@ -52,13 +55,11 @@ public function create(SPIBinaryFileCreateStruct $spiBinaryFileCreateStruct): IO /** * Does really nothing, the binary data handler takes care of it. */ - public function delete(string $binaryFileId): void - { - } + public function delete(string $binaryFileId): void {} /** * @throws \DateMalformedStringException - * @throws \Ibexa\Core\IO\Exception\BinaryFileNotFoundException + * @throws BinaryFileNotFoundException */ public function load(string $spiBinaryFileId): IOBinaryFile { @@ -103,12 +104,10 @@ public function getMimeType(string $spiBinaryFileId): string /** * Does nothing, as the binary data handler takes care of it. */ - public function deleteDirectory(string $path): void - { - } + public function deleteDirectory(string $path): void {} /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException * @throws \DateMalformedStringException */ private function getIOBinaryFile(string $spiBinaryFileId): IOBinaryFile diff --git a/src/lib/IO/IOMetadataHandler/LegacyDFSCluster.php b/src/lib/IO/IOMetadataHandler/LegacyDFSCluster.php index 15e218ff9a..268bcd2c73 100644 --- a/src/lib/IO/IOMetadataHandler/LegacyDFSCluster.php +++ b/src/lib/IO/IOMetadataHandler/LegacyDFSCluster.php @@ -11,7 +11,9 @@ use DateTime; use Doctrine\DBAL\Connection; use Doctrine\DBAL\Exception; +use Ibexa\Contracts\Core\IO\BinaryFile; use Ibexa\Contracts\Core\IO\BinaryFile as SPIBinaryFile; +use Ibexa\Contracts\Core\IO\BinaryFileCreateStruct; use Ibexa\Contracts\Core\IO\BinaryFileCreateStruct as SPIBinaryFileCreateStruct; use Ibexa\Core\IO\Exception\BinaryFileNotFoundException; use Ibexa\Core\IO\IOMetadataHandler; @@ -33,11 +35,13 @@ class LegacyDFSCluster implements IOMetadataHandler private ?UrlDecorator $urlDecorator; /** - * @param \Doctrine\DBAL\Connection $connection Doctrine DBAL connection - * @param \Ibexa\Core\IO\UrlDecorator|null $urlDecorator The URL decorator used to add a prefix to files path + * @param Connection $connection Doctrine DBAL connection + * @param UrlDecorator|null $urlDecorator The URL decorator used to add a prefix to files path */ - public function __construct(Connection $connection, ?UrlDecorator $urlDecorator = null) - { + public function __construct( + Connection $connection, + ?UrlDecorator $urlDecorator = null + ) { $this->db = $connection; $this->urlDecorator = $urlDecorator; } @@ -45,11 +49,11 @@ public function __construct(Connection $connection, ?UrlDecorator $urlDecorator /** * Inserts a new reference to file $spiBinaryFileId. * - * @param \Ibexa\Contracts\Core\IO\BinaryFileCreateStruct $spiBinaryFileCreateStruct + * @param BinaryFileCreateStruct $spiBinaryFileCreateStruct * - * @return \Ibexa\Contracts\Core\IO\BinaryFile + * @return BinaryFile * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function create(SPIBinaryFileCreateStruct $spiBinaryFileCreateStruct): SPIBinaryFile { @@ -85,8 +89,8 @@ public function create(SPIBinaryFileCreateStruct $spiBinaryFileCreateStruct): SP * * @param string $binaryFileId * - * @throws \Doctrine\DBAL\Exception - * @throws \Ibexa\Core\IO\Exception\BinaryFileNotFoundException If $spiBinaryFileId is not found + * @throws Exception + * @throws BinaryFileNotFoundException If $spiBinaryFileId is not found */ public function delete(string $binaryFileId): void { @@ -107,8 +111,8 @@ public function delete(string $binaryFileId): void * Loads and returns metadata for $spiBinaryFileId. * * @throws \DateMalformedStringException - * @throws \Ibexa\Core\IO\Exception\BinaryFileNotFoundException if no row is found for $spiBinaryFileId - * @throws \Doctrine\DBAL\Exception Any unhandled DBAL exception + * @throws BinaryFileNotFoundException if no row is found for $spiBinaryFileId + * @throws Exception Any unhandled DBAL exception */ public function load(string $spiBinaryFileId): SPIBinaryFile { @@ -148,7 +152,7 @@ public function load(string $spiBinaryFileId): SPIBinaryFile /** * Checks if a file $spiBinaryFileId exists. * - * @throws \Doctrine\DBAL\Exception Any unhandled DBAL exception + * @throws Exception Any unhandled DBAL exception */ public function exists(string $spiBinaryFileId): bool { @@ -189,7 +193,7 @@ protected function getNameTrunk(SPIBinaryFileCreateStruct $binaryFileCreateStruc * Note that this is slightly incorrect, as it will return binaryfile for media files as well. It is a bit * of an issue, but shouldn't be a blocker given that this meta field isn't used that much. * - * @param \Ibexa\Contracts\Core\IO\BinaryFileCreateStruct $binaryFileCreateStruct + * @param BinaryFileCreateStruct $binaryFileCreateStruct * * @return string */ @@ -220,8 +224,8 @@ protected function removePrefix(string $prefixedId): string } /** - * @throws \Ibexa\Core\IO\Exception\BinaryFileNotFoundException - * @throws \Doctrine\DBAL\Exception + * @throws BinaryFileNotFoundException + * @throws Exception */ public function getMimeType(string $spiBinaryFileId): string { @@ -251,7 +255,7 @@ public function getMimeType(string $spiBinaryFileId): string * * @param string $path persistence path, not prefixed by URL decoration * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function deleteDirectory(string $path): void { diff --git a/src/lib/IO/IOService.php b/src/lib/IO/IOService.php index e7af1dd60c..f4341da810 100644 --- a/src/lib/IO/IOService.php +++ b/src/lib/IO/IOService.php @@ -37,8 +37,7 @@ public function __construct( protected readonly IOBinarydataHandler $binarydataHandler, protected readonly MimeTypeDetector $mimeTypeDetector, protected array $settings = [] - ) { - } + ) {} public function setPrefix(string $prefix): void { diff --git a/src/lib/IO/IOServiceInterface.php b/src/lib/IO/IOServiceInterface.php index 1caa489abc..4fbbb46c82 100644 --- a/src/lib/IO/IOServiceInterface.php +++ b/src/lib/IO/IOServiceInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Core\IO; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\IO\Values\BinaryFile; use Ibexa\Core\IO\Values\BinaryFileCreateStruct; @@ -24,7 +26,7 @@ public function setPrefix(string $prefix): void; /** * Creates a BinaryFileCreateStruct object from $localFile. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException When given a non-existing / unreadable file + * @throws InvalidArgumentException When given a non-existing / unreadable file */ public function newBinaryCreateStructFromLocalFile(string $localFile): BinaryFileCreateStruct; @@ -36,31 +38,31 @@ public function exists(string $binaryFileId): bool; /** * Loads the binary file with $id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the id is invalid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If no file identified by $binaryFileId exists + * @throws InvalidArgumentException If the id is invalid + * @throws NotFoundException If no file identified by $binaryFileId exists */ public function loadBinaryFile(string $binaryFileId): BinaryFile; /** * Loads the binary file with uri $uri. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the id is invalid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If no file identified by $binaryFileId exists + * @throws InvalidArgumentException If the id is invalid + * @throws NotFoundException If no file identified by $binaryFileId exists */ public function loadBinaryFileByUri(string $binaryFileUri): BinaryFile; /** * Returns the content of the binary file. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If $binaryFile isn't found - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException If $binaryFile isn't found + * @throws InvalidArgumentException */ public function getFileContents(BinaryFile $binaryFile): string; /** * Creates a binary file in the repository. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function createBinaryFile(BinaryFileCreateStruct $binaryFileCreateStruct): BinaryFile; @@ -74,7 +76,7 @@ public function getUri(string $binaryFileId): string; * * Example: text/xml * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function getMimeType(string $binaryFileId): ?string; @@ -83,23 +85,23 @@ public function getMimeType(string $binaryFileId): ?string; * * @return resource * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ public function getFileInputStream(BinaryFile $binaryFile): mixed; /** * Deletes the BinaryFile with $id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ public function deleteBinaryFile(BinaryFile $binaryFile): void; /** * Creates a BinaryFileCreateStruct object from the uploaded file $uploadedFile. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException When given an invalid uploaded file + * @throws InvalidArgumentException When given an invalid uploaded file * * @param array $uploadedFile The $_POST hash of an uploaded file */ diff --git a/src/lib/IO/UrlDecorator/Prefix.php b/src/lib/IO/UrlDecorator/Prefix.php index c27e4bc443..bf500228f4 100644 --- a/src/lib/IO/UrlDecorator/Prefix.php +++ b/src/lib/IO/UrlDecorator/Prefix.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\IO\UrlDecorator; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\IO\Exception\InvalidBinaryPrefixException; use Ibexa\Core\IO\IOConfigProvider; use Ibexa\Core\IO\UrlDecorator; @@ -17,9 +18,7 @@ */ class Prefix implements UrlDecorator { - public function __construct(protected readonly IOConfigProvider $ioConfigResolver) - { - } + public function __construct(protected readonly IOConfigProvider $ioConfigResolver) {} public function getPrefix(): string { @@ -39,7 +38,7 @@ public function decorate(string $uri): string } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function undecorate(string $uri): string { diff --git a/src/lib/IO/UrlRedecorator.php b/src/lib/IO/UrlRedecorator.php index b8f57b11af..eec6f0cbcb 100644 --- a/src/lib/IO/UrlRedecorator.php +++ b/src/lib/IO/UrlRedecorator.php @@ -17,8 +17,10 @@ class UrlRedecorator implements UrlRedecoratorInterface private UrlDecorator $targetDecorator; - public function __construct(UrlDecorator $sourceDecorator, UrlDecorator $targetDecorator) - { + public function __construct( + UrlDecorator $sourceDecorator, + UrlDecorator $targetDecorator + ) { $this->sourceDecorator = $sourceDecorator; $this->targetDecorator = $targetDecorator; } diff --git a/src/lib/IO/UrlRedecoratorInterface.php b/src/lib/IO/UrlRedecoratorInterface.php index dc48ddb422..a2978fee28 100644 --- a/src/lib/IO/UrlRedecoratorInterface.php +++ b/src/lib/IO/UrlRedecoratorInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Core\IO; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; + /** * Converts an URL from one decorator to another. * @@ -27,12 +29,12 @@ interface UrlRedecoratorInterface { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If $uri couldn't be interpreted by the target decorator + * @throws InvalidArgumentException If $uri couldn't be interpreted by the target decorator */ public function redecorateFromSource(string $uri): string; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If $uri couldn't be interpreted by the target decorator + * @throws InvalidArgumentException If $uri couldn't be interpreted by the target decorator */ public function redecorateFromTarget(string $uri): string; } diff --git a/src/lib/IO/Values/BinaryFile.php b/src/lib/IO/Values/BinaryFile.php index 5c0cf827dc..5b9e12c727 100644 --- a/src/lib/IO/Values/BinaryFile.php +++ b/src/lib/IO/Values/BinaryFile.php @@ -17,7 +17,7 @@ * It allows reading & writing of files in a unified way * * @property-read string $id The id of the binary file - * @property-read \DateTime $mtime File modification time + * @property-read DateTime $mtime File modification time * @property-read string $uri HTTP URI to the binary file * @property-read int $size File size */ diff --git a/src/lib/IO/Values/MissingBinaryFile.php b/src/lib/IO/Values/MissingBinaryFile.php index 475e9cc82c..2c46f9b7c7 100644 --- a/src/lib/IO/Values/MissingBinaryFile.php +++ b/src/lib/IO/Values/MissingBinaryFile.php @@ -12,6 +12,4 @@ * * Used for tolerance of var dir that does not match the database's content. */ -class MissingBinaryFile extends BinaryFile -{ -} +class MissingBinaryFile extends BinaryFile {} diff --git a/src/lib/Limitation/AbstractPersistenceLimitationType.php b/src/lib/Limitation/AbstractPersistenceLimitationType.php index 61a7d19c9c..a62b7ea12c 100644 --- a/src/lib/Limitation/AbstractPersistenceLimitationType.php +++ b/src/lib/Limitation/AbstractPersistenceLimitationType.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\Limitation; +use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Persistence\Handler as SPIPersistenceHandler; /** @@ -14,11 +15,11 @@ */ class AbstractPersistenceLimitationType { - /** @var \Ibexa\Contracts\Core\Persistence\Handler */ + /** @var Handler */ protected $persistence; /** - * @param \Ibexa\Contracts\Core\Persistence\Handler $persistence + * @param Handler $persistence */ public function __construct(SPIPersistenceHandler $persistence) { diff --git a/src/lib/Limitation/BlockingLimitationType.php b/src/lib/Limitation/BlockingLimitationType.php index 7508df102c..2b4524d423 100644 --- a/src/lib/Limitation/BlockingLimitationType.php +++ b/src/lib/Limitation/BlockingLimitationType.php @@ -8,11 +8,14 @@ namespace Ibexa\Core\Limitation; use Ibexa\Contracts\Core\Limitation\Type as SPILimitationTypeInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\BlockingLimitation as APIBlockingLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; @@ -50,7 +53,7 @@ public function __construct($identifier) * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -68,7 +71,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -93,7 +96,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return Limitation */ public function buildValue(array $limitationValues): APILimitationValue { @@ -103,20 +106,24 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * * @return bool|null * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported + *@throws BadStateException If value of the LimitationValue is unsupported * Example if OwnerLimitationValue->limitationValues[0] is not one of: [ 1, 2 ] * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APIBlockingLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: BlockingLimitation'); } @@ -127,13 +134,15 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { return new Criterion\MatchNone(); } @@ -143,9 +152,9 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException Values will need to be injected in ctor. + *@throws NotImplementedException Values will need to be injected in ctor. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } diff --git a/src/lib/Limitation/ChangeOwnerLimitationType.php b/src/lib/Limitation/ChangeOwnerLimitationType.php index d5246b9df5..21df8cecca 100644 --- a/src/lib/Limitation/ChangeOwnerLimitationType.php +++ b/src/lib/Limitation/ChangeOwnerLimitationType.php @@ -101,8 +101,10 @@ public function evaluate( return self::ACCESS_DENIED; } - public function getCriterion(Limitation $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + Limitation $value, + APIUserReference $currentUser + ): CriterionInterface { return new Criterion\UserMetadata( Criterion\UserMetadata::OWNER, Criterion\Operator::IN, @@ -111,9 +113,9 @@ public function getCriterion(Limitation $value, APIUserReference $currentUser): } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } diff --git a/src/lib/Limitation/ContentTypeLimitationType.php b/src/lib/Limitation/ContentTypeLimitationType.php index 8898790e4e..44306d43a4 100644 --- a/src/lib/Limitation/ContentTypeLimitationType.php +++ b/src/lib/Limitation/ContentTypeLimitationType.php @@ -9,7 +9,9 @@ use Ibexa\Contracts\Core\Limitation\Limitation; use Ibexa\Contracts\Core\Limitation\Target; +use Ibexa\Contracts\Core\Limitation\Target\Version; use Ibexa\Contracts\Core\Limitation\TargetAwareType as SPITargetAwareLimitationType; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; @@ -20,6 +22,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\ContentTypeLimitation as APIContentTypeLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; @@ -35,7 +38,7 @@ class ContentTypeLimitationType extends AbstractPersistenceLimitationType implem * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -59,7 +62,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -89,7 +92,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return APILimitationValue */ public function buildValue(array $limitationValues): APILimitationValue { @@ -99,23 +102,27 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * * @return bool|null * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported + *@throws BadStateException If value of the LimitationValue is unsupported * Example if OwnerLimitationValue->limitationValues[0] is not one of: [ 1, 2 ] * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { $targets = $targets ?? []; foreach ($targets as $target) { - if (!$target instanceof Target\Version) { + if (!$target instanceof Version) { continue; } @@ -161,13 +168,15 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { if (empty($value->limitationValues)) { // A Policy should not have empty limitationValues stored throw new \RuntimeException('$value->limitationValues is empty'); @@ -188,7 +197,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } @@ -196,13 +205,13 @@ public function valueSchema(): array|int /** * Evaluate permissions to create new Version. * - * @param \Ibexa\Contracts\Core\Limitation\Target\Version $version - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value + * @param Version $version + * @param APILimitationValue $value * * @return bool|null */ private function evaluateVersionTarget( - Target\Version $version, + Version $version, APILimitationValue $value ): ?bool { $accessVote = self::ACCESS_ABSTAIN; diff --git a/src/lib/Limitation/LanguageLimitation/ContentDeleteEvaluator.php b/src/lib/Limitation/LanguageLimitation/ContentDeleteEvaluator.php index 09ffba7ccd..5e10535c07 100644 --- a/src/lib/Limitation/LanguageLimitation/ContentDeleteEvaluator.php +++ b/src/lib/Limitation/LanguageLimitation/ContentDeleteEvaluator.php @@ -25,8 +25,10 @@ public function accept(Target\Version $targetVersion): bool /** * Allow access if all of the given language codes for content matches limitation values. */ - public function evaluate(Target\Version $targetVersion, Limitation $limitationValue): ?bool - { + public function evaluate( + Target\Version $targetVersion, + Limitation $limitationValue + ): ?bool { $diff = array_diff( $targetVersion->getTranslationsToDelete(), $limitationValue->limitationValues diff --git a/src/lib/Limitation/LanguageLimitation/ContentTranslationEvaluator.php b/src/lib/Limitation/LanguageLimitation/ContentTranslationEvaluator.php index f59c5bb5fd..bf2c205d8c 100644 --- a/src/lib/Limitation/LanguageLimitation/ContentTranslationEvaluator.php +++ b/src/lib/Limitation/LanguageLimitation/ContentTranslationEvaluator.php @@ -25,8 +25,10 @@ public function accept(Target\Version $targetVersion): bool /** * Allow access if any of the given language codes for translations matches any of the limitation values. */ - public function evaluate(Target\Version $targetVersion, Limitation $limitationValue): ?bool - { + public function evaluate( + Target\Version $targetVersion, + Limitation $limitationValue + ): ?bool { $matchingTranslations = array_intersect( $targetVersion->allLanguageCodesList, $limitationValue->limitationValues diff --git a/src/lib/Limitation/LanguageLimitation/NewDraftEvaluator.php b/src/lib/Limitation/LanguageLimitation/NewDraftEvaluator.php index dac2c2e890..e721bbe0a7 100644 --- a/src/lib/Limitation/LanguageLimitation/NewDraftEvaluator.php +++ b/src/lib/Limitation/LanguageLimitation/NewDraftEvaluator.php @@ -23,8 +23,10 @@ public function accept(Target\Version $targetVersion): bool return $targetVersion->newStatus === VersionInfo::STATUS_DRAFT; } - public function evaluate(Target\Version $targetVersion, Limitation $limitationValue): ?bool - { + public function evaluate( + Target\Version $targetVersion, + Limitation $limitationValue + ): ?bool { return LanguageLimitationType::ACCESS_GRANTED; } } diff --git a/src/lib/Limitation/LanguageLimitation/VersionPublishingEvaluator.php b/src/lib/Limitation/LanguageLimitation/VersionPublishingEvaluator.php index c26264b0ad..8339aa0fb8 100644 --- a/src/lib/Limitation/LanguageLimitation/VersionPublishingEvaluator.php +++ b/src/lib/Limitation/LanguageLimitation/VersionPublishingEvaluator.php @@ -25,8 +25,10 @@ public function accept(Target\Version $targetVersion): bool /** * Evaluate publishing a specific translation of a Version. */ - public function evaluate(Target\Version $targetVersion, Limitation $limitationValue): ?bool - { + public function evaluate( + Target\Version $targetVersion, + Limitation $limitationValue + ): ?bool { $diff = array_diff( $targetVersion->forPublishLanguageCodesList, $limitationValue->limitationValues diff --git a/src/lib/Limitation/LanguageLimitation/VersionTargetEvaluator.php b/src/lib/Limitation/LanguageLimitation/VersionTargetEvaluator.php index 0f59de81de..4a043bac0c 100644 --- a/src/lib/Limitation/LanguageLimitation/VersionTargetEvaluator.php +++ b/src/lib/Limitation/LanguageLimitation/VersionTargetEvaluator.php @@ -18,5 +18,8 @@ interface VersionTargetEvaluator { public function accept(Target\Version $targetVersion): bool; - public function evaluate(Target\Version $targetVersion, Limitation $limitationValue): ?bool; + public function evaluate( + Target\Version $targetVersion, + Limitation $limitationValue + ): ?bool; } diff --git a/src/lib/Limitation/LanguageLimitation/VersionTranslationUpdateEvaluator.php b/src/lib/Limitation/LanguageLimitation/VersionTranslationUpdateEvaluator.php index a9acdb1cb6..6fd410e6fc 100644 --- a/src/lib/Limitation/LanguageLimitation/VersionTranslationUpdateEvaluator.php +++ b/src/lib/Limitation/LanguageLimitation/VersionTranslationUpdateEvaluator.php @@ -24,8 +24,10 @@ public function accept(Target\Version $targetVersion): bool || null !== $targetVersion->forUpdateInitialLanguageCode; } - public function evaluate(Target\Version $targetVersion, Limitation $limitationValue): ?bool - { + public function evaluate( + Target\Version $targetVersion, + Limitation $limitationValue + ): ?bool { $accessVote = LanguageLimitationType::ACCESS_ABSTAIN; if (!empty($targetVersion->forUpdateLanguageCodesList)) { diff --git a/src/lib/Limitation/LanguageLimitationType.php b/src/lib/Limitation/LanguageLimitationType.php index bba542849b..ca0674131a 100644 --- a/src/lib/Limitation/LanguageLimitationType.php +++ b/src/lib/Limitation/LanguageLimitationType.php @@ -10,10 +10,13 @@ use Ibexa\Contracts\Core\Limitation\Target; use Ibexa\Contracts\Core\Limitation\Target\DestinationLocation as DestinationLocationTarget; +use Ibexa\Contracts\Core\Limitation\Target\Version; use Ibexa\Contracts\Core\Limitation\TargetAwareType as SPITargetAwareLimitationType; +use Ibexa\Contracts\Core\Persistence\Content\Handler; use Ibexa\Contracts\Core\Persistence\Content\Handler as SPIPersistenceContentHandler; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as SPIPersistenceLanguageHandler; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo as SPIVersionInfo; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct; @@ -21,32 +24,35 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\LanguageLimitation as APILanguageLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\ValidationError; +use Ibexa\Core\Limitation\LanguageLimitation\VersionTargetEvaluator; /** * LanguageLimitation is a Content limitation. */ class LanguageLimitationType implements SPITargetAwareLimitationType { - /** @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler */ + /** @var SPIPersistenceLanguageHandler */ private $persistenceLanguageHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Handler */ + /** @var Handler */ private $persistenceContentHandler; - /** @var \Ibexa\Core\Limitation\LanguageLimitation\VersionTargetEvaluator[] */ + /** @var VersionTargetEvaluator[] */ private $versionTargetEvaluators; /** - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\Handler $persistenceLanguageHandler - * @param \Ibexa\Contracts\Core\Persistence\Content\Handler $persistenceContentHandler - * @param \Ibexa\Core\Limitation\LanguageLimitation\VersionTargetEvaluator[] $versionTargetEvaluators + * @param SPIPersistenceLanguageHandler $persistenceLanguageHandler + * @param Handler $persistenceContentHandler + * @param VersionTargetEvaluator[] $versionTargetEvaluators */ public function __construct( SPIPersistenceLanguageHandler $persistenceLanguageHandler, @@ -63,9 +69,9 @@ public function __construct( * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure + * @throws InvalidArgumentException If the value does not match the expected type/structure */ public function acceptValue(APILimitationValue $limitationValue): void { @@ -99,7 +105,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -131,7 +137,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param array[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return Limitation */ public function buildValue(array $limitationValues): APILimitationValue { @@ -159,7 +165,7 @@ public function evaluate( continue; } - if ($target instanceof Target\Version) { + if ($target instanceof Version) { $accessVote = $this->evaluateVersionTarget($target, $value); } elseif ($target instanceof DestinationLocationTarget) { $accessVote = $this->evaluateLocationTarget($target, $value); @@ -180,13 +186,15 @@ public function evaluate( } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $object - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value + * @param ValueObject $object + * @param Limitation $value * * @return bool|null */ - private function evaluateObject(ValueObject $object, APILimitationValue $value): ?bool - { + private function evaluateObject( + ValueObject $object, + APILimitationValue $value + ): ?bool { // by default abstain from making decision for unknown object $accessVote = self::ACCESS_ABSTAIN; @@ -227,8 +235,8 @@ private function tryLoadingVersionInfo(ContentInfo $contentInfo): ?SPIVersionInf /** * Evaluate language codes of allowed translations for ContentCreateStruct. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct $object - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value + * @param ContentCreateStruct $object + * @param Limitation $value * * @return bool|null */ @@ -247,13 +255,13 @@ private function evaluateContentCreateStruct( /** * Evaluate permissions to create new Version. * - * @param \Ibexa\Contracts\Core\Limitation\Target\Version $version - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value + * @param Version $version + * @param Limitation $value * * @return bool|null */ private function evaluateVersionTarget( - Target\Version $version, + Version $version, APILimitationValue $value ): ?bool { $accessVote = self::ACCESS_ABSTAIN; @@ -287,7 +295,7 @@ private function evaluateLocationTarget( /** * Get unique list of language codes for all used translations, including mainLanguageCode. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct $contentCreateStruct + * @param ContentCreateStruct $contentCreateStruct * * @return string[] */ @@ -305,10 +313,10 @@ private function getAllLanguageCodesFromCreateStruct( /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException */ @@ -333,7 +341,7 @@ public function getCriterion( * * @see validate for business logic. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { return []; } diff --git a/src/lib/Limitation/LocationLimitationType.php b/src/lib/Limitation/LocationLimitationType.php index 946ee17019..c8b4ea0c46 100644 --- a/src/lib/Limitation/LocationLimitationType.php +++ b/src/lib/Limitation/LocationLimitationType.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Limitation\Limitation; use Ibexa\Contracts\Core\Limitation\Type as SPILimitationTypeInterface; use Ibexa\Contracts\Core\Persistence\Content\Location as SPILocation; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct; @@ -21,6 +22,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\LocationLimitation as APILocationLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; @@ -36,7 +38,7 @@ class LocationLimitationType extends AbstractPersistenceLimitationType implement * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -60,7 +62,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -90,7 +92,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return APILimitationValue */ public function buildValue(array $limitationValues): APILimitationValue { @@ -100,20 +102,24 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * * @return bool|null * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported + *@throws BadStateException If value of the LimitationValue is unsupported * Example if OwnerLimitationValue->limitationValues[0] is not one of: [ 1, 2 ] * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APILocationLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: APILocationLimitation'); } @@ -142,7 +148,7 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse $targets = $this->persistence->locationHandler()->loadParentLocationsForDraftContent($object->id); } } - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location[]|\Ibexa\Contracts\Core\Persistence\Content\Location[] $targets */ + /** @var Location[]|SPILocation[] $targets */ $targets = array_filter($targets, static function ($target): bool { return $target instanceof Location || $target instanceof SPILocation; }); @@ -166,13 +172,15 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If $targets does not contain * objects of type LocationCreateStruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value + * @param APILimitationValue $value * @param array|null $targets * * @return bool */ - protected function evaluateForContentCreateStruct(APILimitationValue $value, ?array $targets = null): bool - { + protected function evaluateForContentCreateStruct( + APILimitationValue $value, + ?array $targets = null + ): bool { // If targets is empty/null return false as user does not have access // to content w/o location with this limitation if (empty($targets)) { @@ -204,13 +212,15 @@ protected function evaluateForContentCreateStruct(APILimitationValue $value, ?ar /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { if (empty($value->limitationValues)) { // A Policy should not have empty limitationValues stored throw new \RuntimeException('$value->limitationValues is empty'); @@ -225,7 +235,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren return new Criterion\LocationId($value->limitationValues); } - public function valueSchema(): array|int + public function valueSchema(): array | int { return self::VALUE_SCHEMA_LOCATION_ID; } diff --git a/src/lib/Limitation/MemberOfLimitationType.php b/src/lib/Limitation/MemberOfLimitationType.php index 99af89b342..98005a27af 100644 --- a/src/lib/Limitation/MemberOfLimitationType.php +++ b/src/lib/Limitation/MemberOfLimitationType.php @@ -28,7 +28,7 @@ final class MemberOfLimitationType extends AbstractPersistenceLimitationType imp public const SELF_USER_GROUP = -1; /** - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function acceptValue(APILimitationValue $limitationValue): void { @@ -88,8 +88,12 @@ public function buildValue(array $limitationValues): APILimitationValue return new MemberOfLimitation(['limitationValues' => $limitationValues]); } - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof MemberOfLimitation) { throw new InvalidArgumentException( '$value', @@ -124,18 +128,23 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse return self::ACCESS_DENIED; } - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { throw new NotImplementedException('Member of Limitation Criterion'); } - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } - private function evaluateUser(MemberOfLimitation $value, User $object, APIUserReference $currentUser): bool - { + private function evaluateUser( + MemberOfLimitation $value, + User $object, + APIUserReference $currentUser + ): bool { if (empty($value->limitationValues)) { return self::ACCESS_DENIED; } @@ -172,8 +181,11 @@ private function evaluateUser(MemberOfLimitation $value, User $object, APIUserRe return self::ACCESS_DENIED; } - private function evaluateUserGroup(MemberOfLimitation $value, UserGroup $userGroup, APIUserReference $currentUser): bool - { + private function evaluateUserGroup( + MemberOfLimitation $value, + UserGroup $userGroup, + APIUserReference $currentUser + ): bool { $limitationValuesUserGroupsIdList = $value->limitationValues; if (in_array(self::SELF_USER_GROUP, $limitationValuesUserGroupsIdList)) { $limitationValuesUserGroupsIdList = $this->getCurrentUserGroupsIdList($currentUser); diff --git a/src/lib/Limitation/NewObjectStateLimitationType.php b/src/lib/Limitation/NewObjectStateLimitationType.php index 1709717eb3..1457c6ac9d 100644 --- a/src/lib/Limitation/NewObjectStateLimitationType.php +++ b/src/lib/Limitation/NewObjectStateLimitationType.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Limitation\Limitation; use Ibexa\Contracts\Core\Limitation\Type as SPILimitationTypeInterface; use Ibexa\Contracts\Core\Persistence\Content\ObjectState as SPIObjectState; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; @@ -20,6 +21,7 @@ use Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\NewObjectStateLimitation as APINewObjectStateLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; @@ -35,7 +37,7 @@ class NewObjectStateLimitationType extends AbstractPersistenceLimitationType imp * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -59,7 +61,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -89,7 +91,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return APILimitationValue */ public function buildValue(array $limitationValues): APILimitationValue { @@ -99,20 +101,24 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * * @return bool|null * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported + *@throws BadStateException If value of the LimitationValue is unsupported * Example if OwnerLimitationValue->limitationValues[0] is not one of: [ 1, 2 ] * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APINewObjectStateLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: NewObjectStateLimitation'); } @@ -145,15 +151,17 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException Not applicable, needs context of new state. + *@throws NotImplementedException Not applicable, needs context of new state. */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { throw new NotImplementedException(__METHOD__); } @@ -163,7 +171,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } diff --git a/src/lib/Limitation/NewSectionLimitationType.php b/src/lib/Limitation/NewSectionLimitationType.php index 8ff5cbe83e..df43ef225e 100644 --- a/src/lib/Limitation/NewSectionLimitationType.php +++ b/src/lib/Limitation/NewSectionLimitationType.php @@ -21,6 +21,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\NewSectionLimitation as APINewSectionLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; @@ -36,7 +37,7 @@ class NewSectionLimitationType extends AbstractPersistenceLimitationType impleme * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -60,7 +61,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -90,7 +91,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return APILimitationValue */ public function buildValue(array $limitationValues): APILimitationValue { @@ -100,8 +101,8 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * @@ -110,8 +111,12 @@ public function buildValue(array $limitationValues): APILimitationValue * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APINewSectionLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: APINewSectionLimitation'); } @@ -134,15 +139,17 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException Not applicable, needs context of new section. + * @throws NotImplementedException Not applicable, needs context of new section. */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { throw new NotImplementedException(__METHOD__); } @@ -152,7 +159,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } @@ -160,8 +167,11 @@ public function valueSchema(): array|int /** * {@inheritdoc} */ - public function getCriterionByTarget(APILimitationValue $value, APIUserReference $currentUser, ?array $targets): CriterionInterface - { + public function getCriterionByTarget( + APILimitationValue $value, + APIUserReference $currentUser, + ?array $targets + ): CriterionInterface { if (empty($targets)) { throw new InvalidArgumentException('$targets', 'Must contain Section objects'); } @@ -176,15 +186,17 @@ public function getCriterionByTarget(APILimitationValue $value, APIUserReference /** * Returns true if given limitation value allows all given sections. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value + * @param APILimitationValue $value * @param array|null $targets * * @return bool * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - private function doEvaluate(APILimitationValue $value, array $targets): bool - { + private function doEvaluate( + APILimitationValue $value, + array $targets + ): bool { foreach ($targets as $target) { if (!$target instanceof Section && !$target instanceof SPISection) { throw new InvalidArgumentException('$targets', 'Must contain Section objects'); diff --git a/src/lib/Limitation/ObjectStateLimitationType.php b/src/lib/Limitation/ObjectStateLimitationType.php index 9f577c2fcb..da10878112 100644 --- a/src/lib/Limitation/ObjectStateLimitationType.php +++ b/src/lib/Limitation/ObjectStateLimitationType.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Limitation; use Ibexa\Contracts\Core\Limitation\Type as SPILimitationTypeInterface; +use Ibexa\Contracts\Core\Persistence\Content\ObjectState; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; @@ -18,8 +19,10 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\ObjectStateLimitation as APIObjectStateLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Ibexa\Core\Base\Exceptions\BadStateException; @@ -38,7 +41,7 @@ class ObjectStateLimitationType extends AbstractPersistenceLimitationType implem * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -64,7 +67,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -94,7 +97,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return Limitation */ public function buildValue(array $limitationValues): APILimitationValue { @@ -104,10 +107,10 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $object - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject[]|null $targets An array of location, parent or "assignment" value objects + * @param Limitation $value + * @param UserReference $currentUser + * @param ValueObject $object + * @param ValueObject[]|null $targets An array of location, parent or "assignment" value objects * * @return bool|null * @@ -168,8 +171,10 @@ public function evaluate( * * @return bool */ - private function isStateGroupUsedForLimitation($stateGroupId, array $limitationValues): bool - { + private function isStateGroupUsedForLimitation( + $stateGroupId, + array $limitationValues + ): bool { $objectStateHandler = $this->persistence->objectStateHandler(); $states = $objectStateHandler->loadObjectStates($stateGroupId); @@ -207,13 +212,15 @@ private function areObjectStatesMatchingTheLimitation( /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { if (empty($value->limitationValues)) { // A Policy should not have empty limitationValues stored throw new RuntimeException('$value->limitationValues is empty'); @@ -267,9 +274,9 @@ private function groupLimitationValues(array $limitationValues) } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } @@ -326,12 +333,14 @@ private function getObjectStateIdsForContentCreate( } /** - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState[] $states + * @param ObjectState[] $states * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException */ - private function getDefaultStateId(array $states, Group $stateGroup): int - { + private function getDefaultStateId( + array $states, + Group $stateGroup + ): int { $defaultStateId = null; $defaultStatePriority = -1; foreach ($states as $state) { diff --git a/src/lib/Limitation/OwnerLimitationType.php b/src/lib/Limitation/OwnerLimitationType.php index 532591afc1..81da9ccb9b 100644 --- a/src/lib/Limitation/OwnerLimitationType.php +++ b/src/lib/Limitation/OwnerLimitationType.php @@ -15,8 +15,10 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\OwnerLimitation as APIOwnerLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; @@ -33,7 +35,7 @@ class OwnerLimitationType extends AbstractPersistenceLimitationType implements S * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -60,7 +62,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -88,7 +90,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return Limitation */ public function buildValue(array $limitationValues): APILimitationValue { @@ -98,8 +100,8 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * @@ -112,8 +114,12 @@ public function buildValue(array $limitationValues): APILimitationValue * * @todo Add support for $limitationValues[0] == 2 when session values can be injected somehow, or deprecate */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APIOwnerLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: APIOwnerLimitation'); } @@ -150,15 +156,17 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface * * @todo Add support for $limitationValues[0] == 2 when session values can be injected somehow, or deprecate */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { if (empty($value->limitationValues)) { // A Policy should not have empty limitationValues stored throw new \RuntimeException('$value->limitationValues is empty'); @@ -184,7 +192,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } diff --git a/src/lib/Limitation/ParentContentTypeLimitationType.php b/src/lib/Limitation/ParentContentTypeLimitationType.php index 9a21319a95..728b9defd7 100644 --- a/src/lib/Limitation/ParentContentTypeLimitationType.php +++ b/src/lib/Limitation/ParentContentTypeLimitationType.php @@ -10,6 +10,8 @@ use Ibexa\Contracts\Core\Limitation\Limitation; use Ibexa\Contracts\Core\Limitation\Type as SPILimitationTypeInterface; use Ibexa\Contracts\Core\Persistence\Content\Location as SPILocation; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; @@ -21,6 +23,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\ParentContentTypeLimitation as APIParentContentTypeLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; @@ -36,7 +39,7 @@ class ParentContentTypeLimitationType extends AbstractPersistenceLimitationType * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -60,7 +63,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -90,7 +93,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return APILimitationValue */ public function buildValue(array $limitationValues): APILimitationValue { @@ -100,20 +103,24 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * * @return bool|null * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported + *@throws BadStateException If value of the LimitationValue is unsupported * Example if OwnerLimitationValue->limitationValues[0] is not one of: [ 1, 2 ] * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APIParentContentTypeLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: APIParentContentTypeLimitation'); } @@ -177,15 +184,17 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If $targets does not contain * objects of type LocationCreateStruct - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value + * @param APILimitationValue $value * @param array $targets * * @return bool */ - protected function evaluateForContentCreateStruct(APILimitationValue $value, ?array $targets = null): bool - { + protected function evaluateForContentCreateStruct( + APILimitationValue $value, + ?array $targets = null + ): bool { // If targets is empty/null return false as user does not have access // to content w/o location with this limitation if (empty($targets)) { @@ -218,13 +227,15 @@ protected function evaluateForContentCreateStruct(APILimitationValue $value, ?ar /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { throw new NotImplementedException(__METHOD__); } @@ -234,17 +245,17 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location[] + * @return SPILocation[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function loadParentLocations(ContentInfo $contentInfo) { diff --git a/src/lib/Limitation/ParentDepthLimitationType.php b/src/lib/Limitation/ParentDepthLimitationType.php index 74a3947a57..c48d61bd58 100644 --- a/src/lib/Limitation/ParentDepthLimitationType.php +++ b/src/lib/Limitation/ParentDepthLimitationType.php @@ -7,9 +7,11 @@ namespace Ibexa\Core\Limitation; +use Ibexa\Contracts\Core\FieldType\ValidationError; use Ibexa\Contracts\Core\Limitation\Limitation; use Ibexa\Contracts\Core\Limitation\Type as SPILimitationTypeInterface; use Ibexa\Contracts\Core\Persistence\Content\Location as SPILocation; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct; @@ -20,6 +22,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\ParentDepthLimitation as APIParentDepthLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; @@ -34,7 +37,7 @@ class ParentDepthLimitationType extends AbstractPersistenceLimitationType implem * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -61,9 +64,9 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ public function validate(APILimitationValue $limitationValue): array { @@ -77,7 +80,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return APILimitationValue */ public function buildValue(array $limitationValues): APILimitationValue { @@ -87,20 +90,24 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * * @return bool|null * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported + *@throws BadStateException If value of the LimitationValue is unsupported * Example if OwnerLimitationValue->limitationValues[0] is not one of: [ 1, 2 ] * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APIParentDepthLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: APIParentDepthLimitation'); } @@ -159,13 +166,15 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If $targets does not contain * objects of type LocationCreateStruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value + * @param APILimitationValue $value * @param array|null $targets * * @return bool */ - protected function evaluateForContentCreateStruct(APILimitationValue $value, ?array $targets = null): bool - { + protected function evaluateForContentCreateStruct( + APILimitationValue $value, + ?array $targets = null + ): bool { // If targets is empty/null return false as user does not have access // to content w/o location with this limitation if (empty($targets)) { @@ -197,13 +206,15 @@ protected function evaluateForContentCreateStruct(APILimitationValue $value, ?ar /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { throw new NotImplementedException(__METHOD__); } @@ -213,7 +224,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } diff --git a/src/lib/Limitation/ParentOwnerLimitationType.php b/src/lib/Limitation/ParentOwnerLimitationType.php index cd6d278bcb..602931c750 100644 --- a/src/lib/Limitation/ParentOwnerLimitationType.php +++ b/src/lib/Limitation/ParentOwnerLimitationType.php @@ -17,6 +17,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\ParentOwnerLimitation as APIParentOwnerLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; @@ -33,7 +34,7 @@ class ParentOwnerLimitationType extends AbstractPersistenceLimitationType implem * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -60,7 +61,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -88,7 +89,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return APILimitationValue */ public function buildValue(array $limitationValues): APILimitationValue { @@ -98,8 +99,8 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * @@ -112,8 +113,12 @@ public function buildValue(array $limitationValues): APILimitationValue * * @todo Add support for $limitationValues[0] == 2 when session values can be injected somehow */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APIParentOwnerLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: APIParentOwnerLimitation'); } @@ -170,13 +175,15 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { throw new NotImplementedException(__METHOD__); } @@ -186,7 +193,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } diff --git a/src/lib/Limitation/ParentUserGroupLimitationType.php b/src/lib/Limitation/ParentUserGroupLimitationType.php index 0b5d502a1e..4b131fd72a 100644 --- a/src/lib/Limitation/ParentUserGroupLimitationType.php +++ b/src/lib/Limitation/ParentUserGroupLimitationType.php @@ -17,6 +17,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\ParentUserGroupLimitation as APIParentUserGroupLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; @@ -33,7 +34,7 @@ class ParentUserGroupLimitationType extends AbstractPersistenceLimitationType im * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -63,7 +64,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -91,7 +92,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return APILimitationValue */ public function buildValue(array $limitationValues): APILimitationValue { @@ -101,8 +102,8 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * @@ -113,8 +114,12 @@ public function buildValue(array $limitationValues): APILimitationValue * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APIParentUserGroupLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: APIParentUserGroupLimitation'); } @@ -194,13 +199,15 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { throw new NotImplementedException(__METHOD__); } @@ -210,7 +217,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } diff --git a/src/lib/Limitation/RoleLimitationType.php b/src/lib/Limitation/RoleLimitationType.php index ca07a4859e..cd492099b2 100644 --- a/src/lib/Limitation/RoleLimitationType.php +++ b/src/lib/Limitation/RoleLimitationType.php @@ -27,7 +27,7 @@ final class RoleLimitationType extends AbstractPersistenceLimitationType implements SPILimitationTypeInterface { /** - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function acceptValue(APILimitationValue $limitationValue): void { @@ -84,8 +84,12 @@ public function buildValue(array $limitationValues): APILimitationValue return new UserRoleLimitation(['limitationValues' => $limitationValues]); } - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof UserRoleLimitation) { throw new InvalidArgumentException( '$value', @@ -123,18 +127,22 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse return self::ACCESS_DENIED; } - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { throw new NotImplementedException('Role Limitation Criterion'); } - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } - private function evaluateRole(UserRoleLimitation $value, Role $role): bool - { + private function evaluateRole( + UserRoleLimitation $value, + Role $role + ): bool { return in_array($role->id, $value->limitationValues); } } diff --git a/src/lib/Limitation/SectionLimitationType.php b/src/lib/Limitation/SectionLimitationType.php index f45cfde999..0940cfdbab 100644 --- a/src/lib/Limitation/SectionLimitationType.php +++ b/src/lib/Limitation/SectionLimitationType.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Limitation; use Ibexa\Contracts\Core\Limitation\Type as SPILimitationTypeInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; @@ -17,8 +18,10 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Section; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SectionLimitation as APISectionLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; @@ -34,7 +37,7 @@ class SectionLimitationType extends AbstractPersistenceLimitationType implements * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -58,7 +61,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -88,7 +91,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return Limitation */ public function buildValue(array $limitationValues): APILimitationValue { @@ -98,20 +101,24 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * * @return bool|null * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported + *@throws BadStateException If value of the LimitationValue is unsupported * Example if OwnerLimitationValue->limitationValues[0] is not one of: [ 1, 2 ] * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APISectionLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: APISectionLimitation'); } @@ -152,13 +159,15 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { if (empty($value->limitationValues)) { // A Policy should not have empty limitationValues stored throw new \RuntimeException('$value->limitationValues is empty'); @@ -179,7 +188,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } diff --git a/src/lib/Limitation/SiteAccessLimitationType.php b/src/lib/Limitation/SiteAccessLimitationType.php index 7776be10c6..d8eee1b239 100644 --- a/src/lib/Limitation/SiteAccessLimitationType.php +++ b/src/lib/Limitation/SiteAccessLimitationType.php @@ -9,27 +9,30 @@ use Ibexa\Contracts\Core\Limitation\Limitation; use Ibexa\Contracts\Core\Limitation\Type as SPILimitationTypeInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SiteAccessLimitation as APISiteAccessLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\ValidationError; use Ibexa\Core\MVC\Symfony\SiteAccess; +use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessServiceInterface; /** * SiteAccessLimitation is a User limitation. */ class SiteAccessLimitationType implements SPILimitationTypeInterface { - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessServiceInterface */ + /** @var SiteAccessServiceInterface */ private $siteAccessService; public function __construct( - SiteAccess\SiteAccessServiceInterface $siteAccessService + SiteAccessServiceInterface $siteAccessService ) { $this->siteAccessService = $siteAccessService; } @@ -47,7 +50,7 @@ public function generateSiteAccessValue(string $sa): string * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -72,7 +75,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -101,7 +104,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return APILimitationValue */ public function buildValue(array $limitationValues): APILimitationValue { @@ -114,20 +117,24 @@ public function buildValue(array $limitationValues): APILimitationValue * SiteAccess limitation takes a SiteAccess as ValueObject, and is hence like in legacy only suitable for user/login * and similar policies. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * * @return bool|null * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported + *@throws BadStateException If value of the LimitationValue is unsupported * Example if OwnerLimitationValue->limitationValues[0] is not one of: [ 1, 2 ] * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APISiteAccessLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: APISiteAccessLimitation'); } @@ -152,13 +159,15 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { throw new NotImplementedException(__METHOD__); } @@ -168,7 +177,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } diff --git a/src/lib/Limitation/StatusLimitationType.php b/src/lib/Limitation/StatusLimitationType.php index 786f37458c..b560c05102 100644 --- a/src/lib/Limitation/StatusLimitationType.php +++ b/src/lib/Limitation/StatusLimitationType.php @@ -8,12 +8,15 @@ namespace Ibexa\Core\Limitation; use Ibexa\Contracts\Core\Limitation\Type as SPILimitationTypeInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\StatusLimitation as APIStatusLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; @@ -29,7 +32,7 @@ class StatusLimitationType implements SPILimitationTypeInterface * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -53,7 +56,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param Limitation $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -88,7 +91,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return Limitation */ public function buildValue(array $limitationValues): APILimitationValue { @@ -98,20 +101,24 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * * @return bool|null * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported + *@throws BadStateException If value of the LimitationValue is unsupported * Example if OwnerLimitationValue->limitationValues[0] is not one of: [ 1, 2 ] * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APIStatusLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: APIStatusLimitation'); } @@ -138,16 +145,18 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException If the limitation does not support + *@throws NotImplementedException If the limitation does not support * being used as a Criterion. */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { throw new NotImplementedException('Status Limitation Criterion'); } @@ -157,7 +166,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } diff --git a/src/lib/Limitation/SubtreeLimitationType.php b/src/lib/Limitation/SubtreeLimitationType.php index 04184ee87b..76ef6bda83 100644 --- a/src/lib/Limitation/SubtreeLimitationType.php +++ b/src/lib/Limitation/SubtreeLimitationType.php @@ -11,6 +11,8 @@ use Ibexa\Contracts\Core\Limitation\Target\Version; use Ibexa\Contracts\Core\Limitation\Type as SPILimitationTypeInterface; use Ibexa\Contracts\Core\Persistence\Content\Location as SPILocation; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct; @@ -21,6 +23,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation as APISubtreeLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; @@ -37,7 +40,7 @@ class SubtreeLimitationType extends AbstractPersistenceLimitationType implements * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -61,7 +64,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -107,7 +110,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return APILimitationValue */ public function buildValue(array $limitationValues): APILimitationValue { @@ -117,20 +120,24 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * * @return bool|null * - *@throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If value of the LimitationValue is unsupported + *@throws BadStateException If value of the LimitationValue is unsupported * Example if OwnerLimitationValue->limitationValues[0] is not one of: [ 1, 2 ] * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { $targets = $targets ?? []; if (!$value instanceof APISubtreeLimitation) { @@ -188,15 +195,17 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If $targets does not contain * objects of type LocationCreateStruct - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value + * @param APILimitationValue $value * @param array $targets * * @return bool */ - protected function evaluateForContentCreateStruct(APILimitationValue $value, array $targets): bool - { + protected function evaluateForContentCreateStruct( + APILimitationValue $value, + array $targets + ): bool { // If targets is empty/null return false as user does not have access // to content w/o location with this limitation if (empty($targets)) { @@ -238,13 +247,15 @@ protected function evaluateForContentCreateStruct(APILimitationValue $value, arr /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { if (empty($value->limitationValues)) { // A Policy should not have empty limitationValues store throw new \RuntimeException('$value->limitationValues is empty'); @@ -259,7 +270,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren return new PermissionSubtree($value->limitationValues); } - public function valueSchema(): array|int + public function valueSchema(): array | int { return self::VALUE_SCHEMA_LOCATION_PATH; } diff --git a/src/lib/Limitation/TargetOnlyLimitationType.php b/src/lib/Limitation/TargetOnlyLimitationType.php index d341d22855..64f6f5e455 100644 --- a/src/lib/Limitation/TargetOnlyLimitationType.php +++ b/src/lib/Limitation/TargetOnlyLimitationType.php @@ -9,27 +9,35 @@ namespace Ibexa\Core\Limitation; use Ibexa\Contracts\Core\Limitation\Type as LimitationTypeInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; +use Ibexa\Core\Repository\Permission\PermissionCriterionResolver; /** * Limitation type which doesn't take $object into consideration while evaluation. * - * @see \Ibexa\Core\Repository\Permission\PermissionCriterionResolver::getPermissionsCriterion + * @see PermissionCriterionResolver::getPermissionsCriterion */ interface TargetOnlyLimitationType extends LimitationTypeInterface { /** * Returns criterion based on given $target for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param Limitation $value + * @param UserReference $currentUser * @param array|null $targets * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function getCriterionByTarget(APILimitationValue $value, APIUserReference $currentUser, ?array $targets): CriterionInterface; + public function getCriterionByTarget( + APILimitationValue $value, + APIUserReference $currentUser, + ?array $targets + ): CriterionInterface; } diff --git a/src/lib/Limitation/UserGroupLimitationType.php b/src/lib/Limitation/UserGroupLimitationType.php index 1f1097a374..f0b7a0c192 100644 --- a/src/lib/Limitation/UserGroupLimitationType.php +++ b/src/lib/Limitation/UserGroupLimitationType.php @@ -19,6 +19,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\User\Limitation as APILimitationValue; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\UserGroupLimitation as APIUserGroupLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; @@ -35,7 +36,7 @@ class UserGroupLimitationType extends AbstractPersistenceLimitationType implemen * * Makes sure LimitationValue object and ->limitationValues is of correct type. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * *@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the value does not match the expected type/structure */ @@ -65,7 +66,7 @@ public function acceptValue(APILimitationValue $limitationValue): void * * Make sure {@link acceptValue()} is checked first! * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitationValue + * @param APILimitationValue $limitationValue * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ @@ -93,7 +94,7 @@ public function validate(APILimitationValue $limitationValue): array * * @param mixed[] $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation + * @return APILimitationValue */ public function buildValue(array $limitationValues): APILimitationValue { @@ -103,8 +104,8 @@ public function buildValue(array $limitationValues): APILimitationValue /** * Evaluate permission against content & target(placement/parent/assignment). * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * @param object $object * @param object[]|null $targets The context of the $object, like Location of Content, if null none where provided by caller * @@ -115,8 +116,12 @@ public function buildValue(array $limitationValues): APILimitationValue * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If any of the arguments are invalid * Example: If LimitationValue is instance of ContentTypeLimitationValue, and Type is SectionLimitationType. */ - public function evaluate(APILimitationValue $value, APIUserReference $currentUser, object $object, ?array $targets = null): ?bool - { + public function evaluate( + APILimitationValue $value, + APIUserReference $currentUser, + object $object, + ?array $targets = null + ): ?bool { if (!$value instanceof APIUserGroupLimitation) { throw new InvalidArgumentException('$value', 'Must be of type: APIUserGroupLimitation'); } @@ -176,13 +181,15 @@ public function evaluate(APILimitationValue $value, APIUserReference $currentUse /** * Returns Criterion for use in find() query. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $value - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUser + * @param APILimitationValue $value + * @param UserReference $currentUser * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface + * @return CriterionInterface */ - public function getCriterion(APILimitationValue $value, APIUserReference $currentUser): CriterionInterface - { + public function getCriterion( + APILimitationValue $value, + APIUserReference $currentUser + ): CriterionInterface { if (empty($value->limitationValues)) { // A Policy should not have empty limitationValues stored throw new \RuntimeException('$value->limitationValues is empty'); @@ -221,7 +228,7 @@ public function getCriterion(APILimitationValue $value, APIUserReference $curren * @return int|mixed[] In case of array, a hash with key as valid limitations value and value as human readable name * of that option, in case of int on of VALUE_SCHEMA_ constants. */ - public function valueSchema(): array|int + public function valueSchema(): array | int { throw new NotImplementedException(__METHOD__); } diff --git a/src/lib/MVC/Exception/HiddenLocationException.php b/src/lib/MVC/Exception/HiddenLocationException.php index 1117bcea76..f3bd22eef2 100644 --- a/src/lib/MVC/Exception/HiddenLocationException.php +++ b/src/lib/MVC/Exception/HiddenLocationException.php @@ -16,8 +16,12 @@ class HiddenLocationException extends NotFoundHttpException { private Location $location; - public function __construct(Location $location, ?string $message = null, ?Throwable $previous = null, int $code = 0) - { + public function __construct( + Location $location, + ?string $message = null, + ?Throwable $previous = null, + int $code = 0 + ) { $this->location = $location; parent::__construct($message ?? 'HTTP Not Found', $previous, $code); } diff --git a/src/lib/MVC/Exception/InvalidSiteAccessException.php b/src/lib/MVC/Exception/InvalidSiteAccessException.php index c491c2b3d6..67a9ed5fc4 100644 --- a/src/lib/MVC/Exception/InvalidSiteAccessException.php +++ b/src/lib/MVC/Exception/InvalidSiteAccessException.php @@ -17,7 +17,7 @@ class InvalidSiteAccessException extends RuntimeException { /** * @param string $siteAccess The invalid SiteAccess - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface $siteAccessProvider + * @param SiteAccessProviderInterface $siteAccessProvider * @param string $matchType How $siteAccess was matched * @param bool $debug If true, Symfony environment is a debug one (like 'dev') */ diff --git a/src/lib/MVC/Exception/NoViewTemplateException.php b/src/lib/MVC/Exception/NoViewTemplateException.php index 62f99e6147..bcbf904482 100644 --- a/src/lib/MVC/Exception/NoViewTemplateException.php +++ b/src/lib/MVC/Exception/NoViewTemplateException.php @@ -15,7 +15,7 @@ */ class NoViewTemplateException extends Exception { - /** @var \Ibexa\Core\MVC\Symfony\View\View */ + /** @var View */ private $view; public function __construct(View $view) diff --git a/src/lib/MVC/Exception/ParameterNotFoundException.php b/src/lib/MVC/Exception/ParameterNotFoundException.php index 056f3d4779..5f7e3ed80b 100644 --- a/src/lib/MVC/Exception/ParameterNotFoundException.php +++ b/src/lib/MVC/Exception/ParameterNotFoundException.php @@ -14,8 +14,11 @@ */ class ParameterNotFoundException extends InvalidArgumentException { - public function __construct($paramName, $namespace, array $triedScopes = []) - { + public function __construct( + $paramName, + $namespace, + array $triedScopes = [] + ) { $this->message = "Parameter '$paramName' with namespace '$namespace' could not be found."; if (!empty($triedScopes)) { $this->message .= ' Tried scopes: ' . implode(', ', $triedScopes); diff --git a/src/lib/MVC/Exception/SourceImageNotFoundException.php b/src/lib/MVC/Exception/SourceImageNotFoundException.php index 4c9593ae80..c4be337ad1 100644 --- a/src/lib/MVC/Exception/SourceImageNotFoundException.php +++ b/src/lib/MVC/Exception/SourceImageNotFoundException.php @@ -9,6 +9,4 @@ use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; -class SourceImageNotFoundException extends NotFoundException -{ -} +class SourceImageNotFoundException extends NotFoundException {} diff --git a/src/lib/MVC/RepositoryAware.php b/src/lib/MVC/RepositoryAware.php index a48d840963..1daa941b7d 100644 --- a/src/lib/MVC/RepositoryAware.php +++ b/src/lib/MVC/RepositoryAware.php @@ -11,11 +11,11 @@ abstract class RepositoryAware implements RepositoryAwareInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; /** - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository */ public function setRepository(Repository $repository) { diff --git a/src/lib/MVC/RepositoryAwareInterface.php b/src/lib/MVC/RepositoryAwareInterface.php index 01bef85528..3d9e270b1a 100644 --- a/src/lib/MVC/RepositoryAwareInterface.php +++ b/src/lib/MVC/RepositoryAwareInterface.php @@ -12,7 +12,7 @@ interface RepositoryAwareInterface { /** - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository */ public function setRepository(Repository $repository); } diff --git a/src/lib/MVC/Symfony/Component/Serializer/CompoundMatcherNormalizer.php b/src/lib/MVC/Symfony/Component/Serializer/CompoundMatcherNormalizer.php index 01c0786757..418688e5fb 100644 --- a/src/lib/MVC/Symfony/Component/Serializer/CompoundMatcherNormalizer.php +++ b/src/lib/MVC/Symfony/Component/Serializer/CompoundMatcherNormalizer.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\MVC\Symfony\Component\Serializer; use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\Compound; +use Symfony\Component\Serializer\Exception\ExceptionInterface; use Symfony\Component\Serializer\Exception\LogicException; use Symfony\Component\Serializer\Normalizer\DenormalizerAwareInterface; use Symfony\Component\Serializer\Normalizer\DenormalizerAwareTrait; @@ -28,16 +29,19 @@ class CompoundMatcherNormalizer implements NormalizerInterface, NormalizerAwareI use NormalizerAwareTrait; /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\Compound $data + * @param Compound $data * * @phpstan-return TNormalizedCompoundMatcherData $data * - * @throws \Symfony\Component\Serializer\Exception\ExceptionInterface + * @throws ExceptionInterface * - * @see \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\Compound::__sleep + * @see Compound::__sleep */ - public function normalize(mixed $data, ?string $format = null, array $context = []): array - { + public function normalize( + mixed $data, + ?string $format = null, + array $context = [] + ): array { /** @var array> $subMatchers */ $subMatchers = $this->normalizer->normalize($data->getSubMatchers(), $format, $context); @@ -49,8 +53,11 @@ public function normalize(mixed $data, ?string $format = null, array $context = ]; } - public function supportsNormalization(mixed $data, ?string $format = null, array $context = []): bool - { + public function supportsNormalization( + mixed $data, + ?string $format = null, + array $context = [] + ): bool { return $data instanceof Compound; } @@ -64,12 +71,16 @@ public function supportsDenormalization( } /** - * @phpstan-param class-string<\Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\Compound> $type + * @phpstan-param class-string $type * - * @throws \Symfony\Component\Serializer\Exception\ExceptionInterface + * @throws ExceptionInterface */ - public function denormalize(mixed $data, string $type, ?string $format = null, array $context = []): object - { + public function denormalize( + mixed $data, + string $type, + ?string $format = null, + array $context = [] + ): object { $compoundMatcherType = $data['type'] ?? throw new LogicException('Unknown compound matcher type'); if (!is_a($compoundMatcherType, Compound::class, true)) { throw new LogicException(sprintf('%s is not a subtype of %s', $compoundMatcherType, Compound::class)); diff --git a/src/lib/MVC/Symfony/Component/Serializer/HostElementNormalizer.php b/src/lib/MVC/Symfony/Component/Serializer/HostElementNormalizer.php index 81d28c7dfb..5599b5cf87 100644 --- a/src/lib/MVC/Symfony/Component/Serializer/HostElementNormalizer.php +++ b/src/lib/MVC/Symfony/Component/Serializer/HostElementNormalizer.php @@ -17,13 +17,16 @@ */ final class HostElementNormalizer implements NormalizerInterface, DenormalizerInterface { - public function supportsNormalization(mixed $data, ?string $format = null, array $context = []): bool - { + public function supportsNormalization( + mixed $data, + ?string $format = null, + array $context = [] + ): bool { return $data instanceof HostElement; } /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\HostElement $data + * @param HostElement $data * * @return array{elementNumber: int, hostElements: array} */ @@ -46,8 +49,12 @@ public function getSupportedTypes(?string $format): array ]; } - public function denormalize(mixed $data, string $type, ?string $format = null, array $context = []): HostElement - { + public function denormalize( + mixed $data, + string $type, + ?string $format = null, + array $context = [] + ): HostElement { $hostElement = new HostElement($data['elementNumber']); if (!empty($data['hostElements'])) { $hostElement->setHostElements($data['hostElements']); diff --git a/src/lib/MVC/Symfony/Component/Serializer/HostTextNormalizer.php b/src/lib/MVC/Symfony/Component/Serializer/HostTextNormalizer.php index 4acd7175cf..613a413d91 100644 --- a/src/lib/MVC/Symfony/Component/Serializer/HostTextNormalizer.php +++ b/src/lib/MVC/Symfony/Component/Serializer/HostTextNormalizer.php @@ -18,7 +18,7 @@ final class HostTextNormalizer implements NormalizerInterface, DenormalizerInterface { /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\HostText $data + * @param HostText $data * @param array $context * * @phpstan-return array{siteAccessesConfiguration: array{prefix?: string, suffix?: string}} @@ -34,13 +34,20 @@ public function normalize( ]; } - public function supportsNormalization(mixed $data, ?string $format = null, array $context = []): bool - { + public function supportsNormalization( + mixed $data, + ?string $format = null, + array $context = [] + ): bool { return $data instanceof HostText; } - public function denormalize(mixed $data, string $type, ?string $format = null, array $context = []): mixed - { + public function denormalize( + mixed $data, + string $type, + ?string $format = null, + array $context = [] + ): mixed { return new HostText($data['siteAccessesConfiguration'] ?? []); } diff --git a/src/lib/MVC/Symfony/Component/Serializer/MapNormalizer.php b/src/lib/MVC/Symfony/Component/Serializer/MapNormalizer.php index 72b25c2b7d..6c73abaa78 100644 --- a/src/lib/MVC/Symfony/Component/Serializer/MapNormalizer.php +++ b/src/lib/MVC/Symfony/Component/Serializer/MapNormalizer.php @@ -19,7 +19,7 @@ final class MapNormalizer implements NormalizerInterface, DenormalizerInterface { /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\Map $data + * @param Map $data * * @return array{ * type: class-string<\Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\Map>, @@ -28,10 +28,13 @@ final class MapNormalizer implements NormalizerInterface, DenormalizerInterface * reverseMap: array{} * } * - * @see \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\Map::__sleep + * @see Map::__sleep */ - public function normalize(mixed $data, ?string $format = null, array $context = []): array - { + public function normalize( + mixed $data, + ?string $format = null, + array $context = [] + ): array { return [ 'type' => $data::class, 'key' => $data->getMapKey(), @@ -40,13 +43,20 @@ public function normalize(mixed $data, ?string $format = null, array $context = ]; } - public function supportsNormalization(mixed $data, ?string $format = null, array $context = []): bool - { + public function supportsNormalization( + mixed $data, + ?string $format = null, + array $context = [] + ): bool { return $data instanceof Map; } - public function denormalize(mixed $data, string $type, ?string $format = null, array $context = []): Map - { + public function denormalize( + mixed $data, + string $type, + ?string $format = null, + array $context = [] + ): Map { $mapMatcherType = $data['type'] ?? throw new LogicException('Unknown Map matcher type'); if (!is_a($mapMatcherType, Map::class, true)) { throw new LogicException(sprintf('%s is not a subtype of %s', $mapMatcherType, Map::class)); diff --git a/src/lib/MVC/Symfony/Component/Serializer/MatcherDenormalizer.php b/src/lib/MVC/Symfony/Component/Serializer/MatcherDenormalizer.php index 95f0a77d5a..bcedab703b 100644 --- a/src/lib/MVC/Symfony/Component/Serializer/MatcherDenormalizer.php +++ b/src/lib/MVC/Symfony/Component/Serializer/MatcherDenormalizer.php @@ -9,7 +9,9 @@ namespace Ibexa\Core\MVC\Symfony\Component\Serializer; use Ibexa\Bundle\Core\SiteAccess\SiteAccessMatcherRegistryInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; +use Symfony\Component\Serializer\Exception\ExceptionInterface; use Symfony\Component\Serializer\Normalizer\AbstractNormalizer; use Symfony\Component\Serializer\Normalizer\DenormalizerAwareInterface; use Symfony\Component\Serializer\Normalizer\DenormalizerAwareTrait; @@ -20,9 +22,8 @@ */ final class MatcherDenormalizer implements DenormalizerInterface, DenormalizerAwareInterface { - private const string MATCHER_NORMALIZER_ALREADY_WORKED = self::class . '_ALREADY_CALLED'; - use DenormalizerAwareTrait; + private const string MATCHER_NORMALIZER_ALREADY_WORKED = self::class . '_ALREADY_CALLED'; private SiteAccessMatcherRegistryInterface $registry; @@ -32,11 +33,15 @@ public function __construct(SiteAccessMatcherRegistryInterface $registry) } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Symfony\Component\Serializer\Exception\ExceptionInterface + * @throws NotFoundException + * @throws ExceptionInterface */ - public function denormalize($data, string $type, ?string $format = null, array $context = []): object - { + public function denormalize( + $data, + string $type, + ?string $format = null, + array $context = [] + ): object { $matcher = $this->registry->getMatcher($type); return $this->denormalizer->denormalize($data, $type, $format, $context + [ @@ -48,8 +53,12 @@ public function denormalize($data, string $type, ?string $format = null, array $ /** * @phpstan-param array $context */ - public function supportsDenormalization($data, string $type, ?string $format = null, array $context = []): bool - { + public function supportsDenormalization( + $data, + string $type, + ?string $format = null, + array $context = [] + ): bool { if ($context[self::MATCHER_NORMALIZER_ALREADY_WORKED] ?? false) { return false; } diff --git a/src/lib/MVC/Symfony/Component/Serializer/RegexNormalizer.php b/src/lib/MVC/Symfony/Component/Serializer/RegexNormalizer.php index d30f098e5e..8dd6ae5d07 100644 --- a/src/lib/MVC/Symfony/Component/Serializer/RegexNormalizer.php +++ b/src/lib/MVC/Symfony/Component/Serializer/RegexNormalizer.php @@ -18,18 +18,24 @@ */ final class RegexNormalizer implements NormalizerInterface, DenormalizerInterface { - public function supportsNormalization(mixed $data, ?string $format = null, array $context = []): bool - { + public function supportsNormalization( + mixed $data, + ?string $format = null, + array $context = [] + ): bool { return $data instanceof Regex; } /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\Regex $data + * @param Regex $data * * @return array{type: class-string, regex: string, itemNumber: int} */ - public function normalize(mixed $data, ?string $format = null, array $context = []): array - { + public function normalize( + mixed $data, + ?string $format = null, + array $context = [] + ): array { return [ 'type' => $data::class, 'regex' => $data->getRegex(), @@ -37,8 +43,12 @@ public function normalize(mixed $data, ?string $format = null, array $context = ]; } - public function denormalize(mixed $data, string $type, ?string $format = null, array $context = []): Regex - { + public function denormalize( + mixed $data, + string $type, + ?string $format = null, + array $context = [] + ): Regex { $mapMatcherType = $data['type'] ?? throw new LogicException('Unknown Regex matcher type'); if (!is_a($mapMatcherType, Regex::class, true)) { throw new LogicException(sprintf('%s is not a subtype of %s', $mapMatcherType, Regex::class)); diff --git a/src/lib/MVC/Symfony/Component/Serializer/SimplifiedRequestNormalizer.php b/src/lib/MVC/Symfony/Component/Serializer/SimplifiedRequestNormalizer.php index b7c3e6268a..06637d81c3 100644 --- a/src/lib/MVC/Symfony/Component/Serializer/SimplifiedRequestNormalizer.php +++ b/src/lib/MVC/Symfony/Component/Serializer/SimplifiedRequestNormalizer.php @@ -17,7 +17,7 @@ final class SimplifiedRequestNormalizer implements NormalizerInterface, DenormalizerInterface { /** - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $data + * @param SimplifiedRequest $data * * @return array{ * scheme: ?string, @@ -29,10 +29,13 @@ final class SimplifiedRequestNormalizer implements NormalizerInterface, Denormal * headers: ?array{} * } * - * @see \Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize + * @see NormalizerInterface::normalize */ - public function normalize(mixed $data, ?string $format = null, array $context = []): array - { + public function normalize( + mixed $data, + ?string $format = null, + array $context = [] + ): array { return [ 'scheme' => $data->getScheme(), 'host' => $data->getHost(), @@ -44,13 +47,20 @@ public function normalize(mixed $data, ?string $format = null, array $context = ]; } - public function supportsNormalization($data, $format = null, array $context = []): bool - { + public function supportsNormalization( + $data, + $format = null, + array $context = [] + ): bool { return $data instanceof SimplifiedRequest; } - public function denormalize(mixed $data, string $type, ?string $format = null, array $context = []): mixed - { + public function denormalize( + mixed $data, + string $type, + ?string $format = null, + array $context = [] + ): mixed { return new SimplifiedRequest( $data['scheme'] ?? null, $data['host'] ?? null, diff --git a/src/lib/MVC/Symfony/Component/Serializer/SiteAccessNormalizer.php b/src/lib/MVC/Symfony/Component/Serializer/SiteAccessNormalizer.php index f755b7d9b6..9c8b97b4e0 100644 --- a/src/lib/MVC/Symfony/Component/Serializer/SiteAccessNormalizer.php +++ b/src/lib/MVC/Symfony/Component/Serializer/SiteAccessNormalizer.php @@ -25,8 +25,12 @@ final class SiteAccessNormalizer implements DenormalizerInterface, DenormalizerA use DenormalizerAwareTrait; use SerializerAwareTrait; - public function denormalize(mixed $data, string $type, ?string $format = null, array $context = []): object - { + public function denormalize( + mixed $data, + string $type, + ?string $format = null, + array $context = [] + ): object { // BC for SiteAccess being serialized/normalized using json_encode via \Ibexa\Bundle\Core\Fragment\SiteAccessSerializer $matcherType = $data['matcher']['type'] ?? $data['matcher']; $matcherData = $data['matcher']['data'] ?? $context['serialized_siteaccess_matcher']; @@ -50,18 +54,25 @@ public function denormalize(mixed $data, string $type, ?string $format = null, a /** * @phpstan-param array $context */ - public function supportsDenormalization(mixed $data, string $type, ?string $format = null, array $context = []): bool - { + public function supportsDenormalization( + mixed $data, + string $type, + ?string $format = null, + array $context = [] + ): bool { return $type === SiteAccess::class; } - public function supportsNormalization(mixed $data, ?string $format = null, array $context = []): bool - { + public function supportsNormalization( + mixed $data, + ?string $format = null, + array $context = [] + ): bool { return $data instanceof SiteAccess; } /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess $data + * @param SiteAccess $data * * @return array{ * name: string, @@ -71,8 +82,11 @@ public function supportsNormalization(mixed $data, ?string $format = null, array * groups: array<\Ibexa\Core\MVC\Symfony\SiteAccessGroup> * } */ - public function normalize(mixed $data, ?string $format = null, array $context = []): array - { + public function normalize( + mixed $data, + ?string $format = null, + array $context = [] + ): array { $matcherData = null; if (is_object($data->matcher)) { $matcherData = [ diff --git a/src/lib/MVC/Symfony/Component/Serializer/URIElementNormalizer.php b/src/lib/MVC/Symfony/Component/Serializer/URIElementNormalizer.php index 333aad0f10..d43615be48 100644 --- a/src/lib/MVC/Symfony/Component/Serializer/URIElementNormalizer.php +++ b/src/lib/MVC/Symfony/Component/Serializer/URIElementNormalizer.php @@ -17,13 +17,16 @@ */ final class URIElementNormalizer implements NormalizerInterface, DenormalizerInterface { - public function supportsNormalization(mixed $data, ?string $format = null, array $context = []): bool - { + public function supportsNormalization( + mixed $data, + ?string $format = null, + array $context = [] + ): bool { return $data instanceof URIElement; } /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\URIElement $data + * @param URIElement $data * * @return array{elementNumber: int, uriElements: array} */ @@ -39,8 +42,12 @@ public function normalize( ]; } - public function denormalize(mixed $data, string $type, ?string $format = null, array $context = []): URIElement - { + public function denormalize( + mixed $data, + string $type, + ?string $format = null, + array $context = [] + ): URIElement { $uriElement = new URIElement($data['elementNumber']); if (!empty($data['uriElements'])) { $uriElement->setUriElements($data['uriElements']); diff --git a/src/lib/MVC/Symfony/Component/Serializer/URITextNormalizer.php b/src/lib/MVC/Symfony/Component/Serializer/URITextNormalizer.php index 734ccfbc19..2876118dea 100644 --- a/src/lib/MVC/Symfony/Component/Serializer/URITextNormalizer.php +++ b/src/lib/MVC/Symfony/Component/Serializer/URITextNormalizer.php @@ -18,7 +18,7 @@ final class URITextNormalizer implements NormalizerInterface, DenormalizerInterface { /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\URIText $data + * @param URIText $data * @param array $context * * @phpstan-return array{siteAccessesConfiguration: array{prefix?: string, suffix?: string}} @@ -34,13 +34,20 @@ public function normalize( ]; } - public function supportsNormalization(mixed $data, ?string $format = null, array $context = []): bool - { + public function supportsNormalization( + mixed $data, + ?string $format = null, + array $context = [] + ): bool { return $data instanceof URIText; } - public function denormalize(mixed $data, string $type, ?string $format = null, array $context = []): mixed - { + public function denormalize( + mixed $data, + string $type, + ?string $format = null, + array $context = [] + ): mixed { return new URIText($data['siteAccessesConfiguration'] ?? []); } diff --git a/src/lib/MVC/Symfony/ConfigDumperInterface.php b/src/lib/MVC/Symfony/ConfigDumperInterface.php index 4ec39b3929..b956ce3942 100644 --- a/src/lib/MVC/Symfony/ConfigDumperInterface.php +++ b/src/lib/MVC/Symfony/ConfigDumperInterface.php @@ -22,5 +22,8 @@ interface ConfigDumperInterface * @param array $configArray Hash of settings. * @param int $options A binary combination of options. See class OPT_* class constants in {@link \Ibexa\Core\MVC\Symfony\ConfigDumperInterface} */ - public function dump(array $configArray, $options = self::OPT_DEFAULT); + public function dump( + array $configArray, + $options = self::OPT_DEFAULT + ); } diff --git a/src/lib/MVC/Symfony/Controller/Content/DownloadController.php b/src/lib/MVC/Symfony/Controller/Content/DownloadController.php index 4407020c54..7a1e01e4eb 100644 --- a/src/lib/MVC/Symfony/Controller/Content/DownloadController.php +++ b/src/lib/MVC/Symfony/Controller/Content/DownloadController.php @@ -10,6 +10,7 @@ use Ibexa\Bundle\IO\BinaryStreamResponse; use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; @@ -47,10 +48,13 @@ public function __construct( * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the field $fieldId can't be found, or the translation can't be found. * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If the content is trashed, or can't be found. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the user has no access to read content and in case of un-published content: read versions. + * @throws UnauthorizedException If the user has no access to read content and in case of un-published content: read versions. */ - public function downloadBinaryFileByIdAction(Request $request, int $contentId, int $fieldId): BinaryStreamResponse - { + public function downloadBinaryFileByIdAction( + Request $request, + int $contentId, + int $fieldId + ): BinaryStreamResponse { $content = $this->contentService->loadContent($contentId); try { $field = $this->findFieldInContent($fieldId, $content); @@ -66,8 +70,10 @@ public function downloadBinaryFileByIdAction(Request $request, int $contentId, i * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the field $fieldId can't be found, or the translation can't be found. */ - protected function findFieldInContent(int $fieldId, Content $content): Field - { + protected function findFieldInContent( + int $fieldId, + Content $content + ): Field { foreach ($content->getFields() as $field) { if ($field->getId() === $fieldId) { return $field; @@ -85,10 +91,14 @@ protected function findFieldInContent(int $fieldId, Content $content): Field * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the field can't be found, or the translation can't be found. * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If the content is trashed, or can't be found. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the user has no access to read content and in case of un-published content: read versions. + * @throws UnauthorizedException If the user has no access to read content and in case of un-published content: read versions. */ - public function downloadBinaryFileAction(int $contentId, string $fieldIdentifier, string $filename, Request $request): BinaryStreamResponse - { + public function downloadBinaryFileAction( + int $contentId, + string $fieldIdentifier, + string $filename, + Request $request + ): BinaryStreamResponse { if ($request->query->has('version')) { $version = (int) $request->query->get('version'); if ($version <= 0) { diff --git a/src/lib/MVC/Symfony/Controller/Content/DownloadRedirectionController.php b/src/lib/MVC/Symfony/Controller/Content/DownloadRedirectionController.php index 2e33317b27..99d927f4f5 100644 --- a/src/lib/MVC/Symfony/Controller/Content/DownloadRedirectionController.php +++ b/src/lib/MVC/Symfony/Controller/Content/DownloadRedirectionController.php @@ -46,8 +46,11 @@ public function __construct( * It redirects (permanently) to the standard ez_content_download route, based on the language of the field * passed as an argument, using the language switcher. */ - public function redirectToContentDownloadAction(int $contentId, int $fieldId, Request $request): RedirectResponse - { + public function redirectToContentDownloadAction( + int $contentId, + int $fieldId, + Request $request + ): RedirectResponse { $content = $this->contentService->loadContent($contentId); $field = $this->findFieldInContent($fieldId, $content); @@ -77,8 +80,10 @@ public function redirectToContentDownloadAction(int $contentId, int $fieldId, Re /** * Finds the field with id $fieldId in $content. */ - protected function findFieldInContent(int $fieldId, Content $content): Field - { + protected function findFieldInContent( + int $fieldId, + Content $content + ): Field { foreach ($content->getFields() as $field) { if ($field->id == $fieldId) { return $field; diff --git a/src/lib/MVC/Symfony/Controller/Content/PreviewController.php b/src/lib/MVC/Symfony/Controller/Content/PreviewController.php index 5ce1da3e2a..4962db5c49 100644 --- a/src/lib/MVC/Symfony/Controller/Content/PreviewController.php +++ b/src/lib/MVC/Symfony/Controller/Content/PreviewController.php @@ -9,6 +9,7 @@ use Exception; use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; @@ -40,25 +41,25 @@ class PreviewController public const PREVIEW_PARAMETER_NAME = 'isPreview'; public const CONTENT_VIEW_ROUTE = 'ibexa.content.view'; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Ibexa\Contracts\Core\Repository\LocationService */ + /** @var LocationService */ private $locationService; - /** @var \Ibexa\Core\Helper\PreviewLocationProvider */ + /** @var PreviewLocationProvider */ private $locationProvider; - /** @var \Symfony\Component\HttpKernel\HttpKernelInterface */ + /** @var HttpKernelInterface */ private $kernel; - /** @var \Ibexa\Core\Helper\ContentPreviewHelper */ + /** @var ContentPreviewHelper */ private $previewHelper; - /** @var \Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface */ + /** @var AuthorizationCheckerInterface */ private $authorizationChecker; - /** @var \Ibexa\Core\MVC\Symfony\View\CustomLocationControllerChecker */ + /** @var CustomLocationControllerChecker */ private $controllerChecker; private bool $debugMode; @@ -86,9 +87,9 @@ public function __construct( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException If Content is missing location as this is not supported in current version - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotImplementedException If Content is missing location as this is not supported in current version + * @throws NotFoundException + * @throws UnauthorizedException */ public function previewContentAction( Request $request, @@ -206,8 +207,11 @@ protected function getForwardRequest( /** * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException */ - private function buildResponseForGenericPreviewError(Location $location, Content $content, Exception $e): Response - { + private function buildResponseForGenericPreviewError( + Location $location, + Content $content, + Exception $e + ): Response { $message = ''; try { if ($location->isDraft() && $this->controllerChecker->usesCustomController($content, $location)) { diff --git a/src/lib/MVC/Symfony/Controller/Content/QueryController.php b/src/lib/MVC/Symfony/Controller/Content/QueryController.php index 35fdafd6bb..f09473b013 100644 --- a/src/lib/MVC/Symfony/Controller/Content/QueryController.php +++ b/src/lib/MVC/Symfony/Controller/Content/QueryController.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query; +use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Ibexa\Core\MVC\Symfony\View\ContentView; use Ibexa\Core\Pagination\Pagerfanta\ContentSearchHitAdapter; use Ibexa\Core\Pagination\Pagerfanta\LocationSearchHitAdapter; @@ -25,10 +26,10 @@ */ class QueryController { - /** @var \Ibexa\Contracts\Core\Repository\SearchService */ + /** @var SearchService */ private $searchService; - /** @var \Ibexa\Core\QueryType\ContentViewQueryTypeMapper */ + /** @var ContentViewQueryTypeMapper */ private $contentViewQueryTypeMapper; public function __construct( @@ -42,9 +43,9 @@ public function __construct( /** * Runs a content search. * - * @param \Ibexa\Core\MVC\Symfony\View\ContentView $view + * @param ContentView $view * - * @return \Ibexa\Core\MVC\Symfony\View\ContentView + * @return ContentView */ public function contentQueryAction(ContentView $view) { @@ -56,9 +57,9 @@ public function contentQueryAction(ContentView $view) /** * Runs a location search. * - * @param \Ibexa\Core\MVC\Symfony\View\ContentView $view + * @param ContentView $view * - * @return \Ibexa\Core\MVC\Symfony\View\ContentView + * @return ContentView */ public function locationQueryAction(ContentView $view) { @@ -70,9 +71,9 @@ public function locationQueryAction(ContentView $view) /** * Runs a contentInfo search. * - * @param \Ibexa\Core\MVC\Symfony\View\ContentView $view + * @param ContentView $view * - * @return \Ibexa\Core\MVC\Symfony\View\ContentView + * @return ContentView */ public function contentInfoQueryAction(ContentView $view) { @@ -84,11 +85,13 @@ public function contentInfoQueryAction(ContentView $view) /** * Runs the Query defined in $view using $method on SearchService. * - * @param \Ibexa\Core\MVC\Symfony\View\ContentView $view + * @param ContentView $view * @param string $method Name of the SearchService method to run. */ - private function runQuery(ContentView $view, $method) - { + private function runQuery( + ContentView $view, + $method + ) { $searchResults = $this->searchService->$method( $this->contentViewQueryTypeMapper->map($view) ); @@ -96,24 +99,28 @@ private function runQuery(ContentView $view, $method) } /** - * @param \Ibexa\Core\MVC\Symfony\View\ContentView $view - * @param \Symfony\Component\HttpFoundation\Request $request + * @param ContentView $view + * @param Request $request * - * @return \Ibexa\Core\MVC\Symfony\View\ContentView + * @return ContentView */ - public function pagingQueryAction(ContentView $view, Request $request) - { + public function pagingQueryAction( + ContentView $view, + Request $request + ) { $this->runPagingQuery($view, $request); return $view; } /** - * @param \Ibexa\Core\MVC\Symfony\View\ContentView $view - * @param \Symfony\Component\HttpFoundation\Request $request + * @param ContentView $view + * @param Request $request */ - private function runPagingQuery(ContentView $view, Request $request) - { + private function runPagingQuery( + ContentView $view, + Request $request + ) { $queryParameters = $view->getParameter('query'); $limit = $queryParameters['limit'] ?? 10; @@ -132,7 +139,7 @@ private function runPagingQuery(ContentView $view, Request $request) } /** - * @phpstan-return \Ibexa\Core\Pagination\Pagerfanta\SearchResultAdapter<\Ibexa\Contracts\Core\Repository\Values\ValueObject> + * @phpstan-return SearchResultAdapter */ private function getAdapter(Query $query): SearchResultAdapter { diff --git a/src/lib/MVC/Symfony/Controller/Content/ViewController.php b/src/lib/MVC/Symfony/Controller/Content/ViewController.php index 0a92827330..d058dafdbf 100644 --- a/src/lib/MVC/Symfony/Controller/Content/ViewController.php +++ b/src/lib/MVC/Symfony/Controller/Content/ViewController.php @@ -52,9 +52,9 @@ public function __construct( * * Cache is in both cases handled by the CacheViewResponseListener. * - * @param \Ibexa\Core\MVC\Symfony\View\ContentView $view + * @param ContentView $view * - * @return \Ibexa\Core\MVC\Symfony\View\ContentView + * @return ContentView */ public function viewAction(ContentView $view) { @@ -65,9 +65,9 @@ public function viewAction(ContentView $view) * Embed a content. * Behaves mostly like viewAction(), but with specific content load permission handling. * - * @param \Ibexa\Core\MVC\Symfony\View\ContentView $view + * @param ContentView $view * - * @return \Ibexa\Core\MVC\Symfony\View\ContentView + * @return ContentView */ public function embedAction(ContentView $view) { @@ -78,12 +78,14 @@ public function embedAction(ContentView $view) * Build the response so that depending on settings it's cacheable. * * @param string|null $etag - * @param \DateTime|null $lastModified + * @param DateTime|null $lastModified * - * @return \Symfony\Component\HttpFoundation\Response + * @return Response */ - protected function buildResponse($etag = null, ?DateTime $lastModified = null) - { + protected function buildResponse( + $etag = null, + ?DateTime $lastModified = null + ) { $request = $this->getRequest(); $response = new Response(); if ($this->getParameter('content.view_cache') === true) { @@ -113,8 +115,14 @@ protected function buildResponse($etag = null, ?DateTime $lastModified = null) return $response; } - protected function handleViewException(Response $response, $params, Exception $e, $viewType, $contentId = null, $locationId = null) - { + protected function handleViewException( + Response $response, + $params, + Exception $e, + $viewType, + $contentId = null, + $locationId = null + ) { $event = new APIContentExceptionEvent( $e, [ @@ -141,30 +149,38 @@ protected function handleViewException(Response $response, $params, Exception $e /** * Creates the content to be returned when viewing a Location. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param string $viewType * @param bool $layout * @param array $params * * @return string */ - protected function renderLocation(Location $location, $viewType, $layout = false, array $params = []) - { + protected function renderLocation( + Location $location, + $viewType, + $layout = false, + array $params = [] + ) { return $this->viewManager->renderLocation($location, $viewType, $params + ['no_layout' => !$layout]); } /** * Creates the content to be returned when viewing a Content. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * @param string $viewType * @param bool $layout * @param array $params * * @return string */ - protected function renderContent(Content $content, $viewType, $layout = false, array $params = []) - { + protected function renderContent( + Content $content, + $viewType, + $layout = false, + array $params = [] + ) { return $this->viewManager->renderContent($content, $viewType, $params + ['no_layout' => !$layout]); } diff --git a/src/lib/MVC/Symfony/Controller/Controller.php b/src/lib/MVC/Symfony/Controller/Controller.php index 2e26e45a37..41766a10f8 100644 --- a/src/lib/MVC/Symfony/Controller/Controller.php +++ b/src/lib/MVC/Symfony/Controller/Controller.php @@ -10,10 +10,13 @@ use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; +use Ibexa\Core\MVC\Symfony\Security\Authorization\Attribute; use Ibexa\Core\MVC\Symfony\Security\Authorization\Attribute as AuthorizationAttribute; use Psr\Log\LoggerInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\EventDispatcher\EventDispatcher; +use Symfony\Component\EventDispatcher\EventDispatcherInterface; +use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; @@ -37,8 +40,10 @@ public function __construct(ContainerInterface $container) * * @return mixed */ - public function getParameter($parameterName, $defaultValue = null) - { + public function getParameter( + $parameterName, + $defaultValue = null + ) { if ($this->getConfigResolver()->hasParameter($parameterName)) { return $this->getConfigResolver()->getParameter($parameterName); } @@ -59,7 +64,7 @@ public function hasParameter($parameterName) } /** - * @return \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface + * @return ConfigResolverInterface */ public function getConfigResolver() { @@ -71,12 +76,15 @@ public function getConfigResolver() * * @param string $view The view name * @param array $parameters An array of parameters to pass to the view - * @param \Symfony\Component\HttpFoundation\Response $response + * @param Response $response * - * @return \Symfony\Component\HttpFoundation\Response + * @return Response */ - public function render($view, array $parameters = [], ?Response $response = null) - { + public function render( + $view, + array $parameters = [], + ?Response $response = null + ) { if (!isset($response)) { $response = new Response(); } @@ -87,7 +95,7 @@ public function render($view, array $parameters = [], ?Response $response = null } /** - * @return \Symfony\Component\Templating\EngineInterface + * @return EngineInterface */ public function getTemplateEngine() { @@ -95,7 +103,7 @@ public function getTemplateEngine() } /** - * @return \Psr\Log\LoggerInterface|null + * @return LoggerInterface|null */ public function getLogger() { @@ -103,7 +111,7 @@ public function getLogger() } /** - * @return \Ibexa\Contracts\Core\Repository\Repository + * @return Repository */ public function getRepository() { @@ -111,7 +119,7 @@ public function getRepository() } /** - * @return \Symfony\Component\HttpFoundation\Request + * @return Request */ public function getRequest() { @@ -119,7 +127,7 @@ public function getRequest() } /** - * @return \Symfony\Component\EventDispatcher\EventDispatcherInterface + * @return EventDispatcherInterface */ public function getEventDispatcher() { @@ -129,7 +137,7 @@ public function getEventDispatcher() /** * Checks if current user has granted access to provided attribute. * - * @param \Ibexa\Core\MVC\Symfony\Security\Authorization\Attribute $attribute + * @param Attribute $attribute * * @return bool */ diff --git a/src/lib/MVC/Symfony/Controller/QueryRenderController.php b/src/lib/MVC/Symfony/Controller/QueryRenderController.php index 062190b6fa..c2343b764c 100644 --- a/src/lib/MVC/Symfony/Controller/QueryRenderController.php +++ b/src/lib/MVC/Symfony/Controller/QueryRenderController.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\Controller; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\MVC\Symfony\View\QueryView; use Ibexa\Core\Pagination\Pagerfanta\AdapterFactory\SearchHitAdapterFactoryInterface; use Ibexa\Core\Pagination\Pagerfanta\Pagerfanta; @@ -40,10 +41,12 @@ public function __construct( /** * @phpstan-param TOptionsArray $options * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function renderQuery(Request $request, array $options): QueryView - { + public function renderQuery( + Request $request, + array $options + ): QueryView { $options = $this->resolveOptions($options); $results = new Pagerfanta($this->getAdapter($options)); @@ -105,7 +108,7 @@ private function resolveOptions(array $options): array /** * @phpstan-param TOptionsArray $options * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ private function getAdapter(array $options): SearchResultAdapter { @@ -121,8 +124,11 @@ private function getAdapter(array $options): SearchResultAdapter return $this->searchHitAdapterFactory->createFixedAdapter($query); } - private function createQueryView(string $template, string $assignResultsTo, iterable $results): QueryView - { + private function createQueryView( + string $template, + string $assignResultsTo, + iterable $results + ): QueryView { $view = new QueryView(); $view->setTemplateIdentifier($template); $view->addParameters([ diff --git a/src/lib/MVC/Symfony/Controller/SecurityController.php b/src/lib/MVC/Symfony/Controller/SecurityController.php index f1143e693b..ed62fb0c22 100644 --- a/src/lib/MVC/Symfony/Controller/SecurityController.php +++ b/src/lib/MVC/Symfony/Controller/SecurityController.php @@ -14,17 +14,20 @@ class SecurityController { - /** @var \Twig\Environment */ + /** @var Environment */ protected $templateEngine; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ protected $configResolver; - /** @var \Symfony\Component\Security\Http\Authentication\AuthenticationUtils */ + /** @var AuthenticationUtils */ protected $authenticationUtils; - public function __construct(Environment $templateEngine, ConfigResolverInterface $configResolver, AuthenticationUtils $authenticationUtils) - { + public function __construct( + Environment $templateEngine, + ConfigResolverInterface $configResolver, + AuthenticationUtils $authenticationUtils + ) { $this->templateEngine = $templateEngine; $this->configResolver = $configResolver; $this->authenticationUtils = $authenticationUtils; diff --git a/src/lib/MVC/Symfony/Event/APIContentExceptionEvent.php b/src/lib/MVC/Symfony/Event/APIContentExceptionEvent.php index ff194fe641..c76f1772eb 100644 --- a/src/lib/MVC/Symfony/Event/APIContentExceptionEvent.php +++ b/src/lib/MVC/Symfony/Event/APIContentExceptionEvent.php @@ -17,23 +17,25 @@ */ class APIContentExceptionEvent extends Event { - /** @var \Exception */ + /** @var Exception */ private $apiException; - /** @var \Ibexa\Core\MVC\Symfony\View\View */ + /** @var View */ private $contentView; /** @var array */ private $contentMeta; - public function __construct(Exception $apiException, array $contentMeta) - { + public function __construct( + Exception $apiException, + array $contentMeta + ) { $this->apiException = $apiException; $this->contentMeta = $contentMeta; } /** - * @return \Exception + * @return Exception */ public function getApiException() { @@ -44,7 +46,7 @@ public function getApiException() * Injects the ContentView object to display content from. * It is a good idea to call {@link stopPropagation()} after that so that other listeners won't override it. * - * @param \Ibexa\Core\MVC\Symfony\View\View $contentView + * @param View $contentView */ public function setContentView(View $contentView) { @@ -52,7 +54,7 @@ public function setContentView(View $contentView) } /** - * @return \Ibexa\Core\MVC\Symfony\View\View + * @return View */ public function getContentView() { diff --git a/src/lib/MVC/Symfony/Event/ConsoleInitEvent.php b/src/lib/MVC/Symfony/Event/ConsoleInitEvent.php index 78ef9f7fc5..fd2244d645 100644 --- a/src/lib/MVC/Symfony/Event/ConsoleInitEvent.php +++ b/src/lib/MVC/Symfony/Event/ConsoleInitEvent.php @@ -16,8 +16,10 @@ */ class ConsoleInitEvent extends ConsoleEvent { - public function __construct(InputInterface $input, OutputInterface $output) - { + public function __construct( + InputInterface $input, + OutputInterface $output + ) { parent::__construct(null, $input, $output); } } diff --git a/src/lib/MVC/Symfony/Event/PostSiteAccessMatchEvent.php b/src/lib/MVC/Symfony/Event/PostSiteAccessMatchEvent.php index c59c9dae1c..8e341d1691 100644 --- a/src/lib/MVC/Symfony/Event/PostSiteAccessMatchEvent.php +++ b/src/lib/MVC/Symfony/Event/PostSiteAccessMatchEvent.php @@ -16,10 +16,10 @@ */ class PostSiteAccessMatchEvent extends Event { - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ private $siteAccess; - /** @var \Symfony\Component\HttpFoundation\Request */ + /** @var Request */ private $request; /** @@ -30,15 +30,18 @@ class PostSiteAccessMatchEvent extends Event */ private $requestType; - public function __construct(SiteAccess $siteAccess, Request $request, $requestType) - { + public function __construct( + SiteAccess $siteAccess, + Request $request, + $requestType + ) { $this->siteAccess = $siteAccess; $this->request = $request; $this->requestType = $requestType; } /** - * @return \Symfony\Component\HttpFoundation\Request + * @return Request */ public function getRequest() { @@ -48,7 +51,7 @@ public function getRequest() /** * Returns matched SiteAccess instance. * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess + * @return SiteAccess */ public function getSiteAccess() { diff --git a/src/lib/MVC/Symfony/Event/PreContentViewEvent.php b/src/lib/MVC/Symfony/Event/PreContentViewEvent.php index 2f3382200f..17a93d2679 100644 --- a/src/lib/MVC/Symfony/Event/PreContentViewEvent.php +++ b/src/lib/MVC/Symfony/Event/PreContentViewEvent.php @@ -35,7 +35,7 @@ */ class PreContentViewEvent extends Event { - /** @var \Ibexa\Core\MVC\Symfony\View\View */ + /** @var View */ private $contentView; public function __construct(View $contentView) @@ -44,7 +44,7 @@ public function __construct(View $contentView) } /** - * @return \Ibexa\Core\MVC\Symfony\View\View + * @return View */ public function getContentView() { diff --git a/src/lib/MVC/Symfony/Event/ResolveRenderOptionsEvent.php b/src/lib/MVC/Symfony/Event/ResolveRenderOptionsEvent.php index 4b28bbd7a5..a47bda49a5 100644 --- a/src/lib/MVC/Symfony/Event/ResolveRenderOptionsEvent.php +++ b/src/lib/MVC/Symfony/Event/ResolveRenderOptionsEvent.php @@ -13,7 +13,7 @@ final class ResolveRenderOptionsEvent extends Event { - /** @var \Ibexa\Core\MVC\Symfony\Templating\RenderOptions */ + /** @var RenderOptions */ private $renderOptions; public function __construct( diff --git a/src/lib/MVC/Symfony/Event/RouteReferenceGenerationEvent.php b/src/lib/MVC/Symfony/Event/RouteReferenceGenerationEvent.php index 09c8dd890e..719fae8b2e 100644 --- a/src/lib/MVC/Symfony/Event/RouteReferenceGenerationEvent.php +++ b/src/lib/MVC/Symfony/Event/RouteReferenceGenerationEvent.php @@ -16,20 +16,22 @@ */ class RouteReferenceGenerationEvent extends Event { - /** @var \Ibexa\Core\MVC\Symfony\Routing\RouteReference */ + /** @var RouteReference */ private $routeReference; - /** @var \Symfony\Component\HttpFoundation\Request */ + /** @var Request */ private $request; - public function __construct(RouteReference $routeReference, Request $request) - { + public function __construct( + RouteReference $routeReference, + Request $request + ) { $this->routeReference = $routeReference; $this->request = $request; } /** - * @return \Symfony\Component\HttpFoundation\Request + * @return Request */ public function getRequest() { @@ -37,7 +39,7 @@ public function getRequest() } /** - * @return \Ibexa\Core\MVC\Symfony\Routing\RouteReference + * @return RouteReference */ public function getRouteReference() { @@ -45,7 +47,7 @@ public function getRouteReference() } /** - * @param \Ibexa\Core\MVC\Symfony\Routing\RouteReference $routeReference + * @param RouteReference $routeReference */ public function setRouteReference($routeReference) { diff --git a/src/lib/MVC/Symfony/Event/ScopeChangeEvent.php b/src/lib/MVC/Symfony/Event/ScopeChangeEvent.php index c9bdd14e13..be465af362 100644 --- a/src/lib/MVC/Symfony/Event/ScopeChangeEvent.php +++ b/src/lib/MVC/Symfony/Event/ScopeChangeEvent.php @@ -15,7 +15,7 @@ */ class ScopeChangeEvent extends Event { - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ private $siteAccess; public function __construct(SiteAccess $siteAccess) @@ -24,7 +24,7 @@ public function __construct(SiteAccess $siteAccess) } /** - * @return \Ibexa\Core\MVC\Symfony\SiteAccess + * @return SiteAccess */ public function getSiteAccess() { diff --git a/src/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriber.php b/src/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriber.php index e1d2b1bcff..81d150c8a6 100644 --- a/src/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriber.php +++ b/src/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriber.php @@ -23,10 +23,10 @@ final class ContentViewTwigVariablesSubscriber implements EventSubscriberInterfa public const PARAMETERS_KEY = 'params'; - /** @var \Ibexa\Core\MVC\Symfony\View\VariableProviderRegistry */ + /** @var VariableProviderRegistry */ private $parameterProviderRegistry; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; /** @var \Symfony\Component\ExpressionLanguage\ExpressionLanguage */ @@ -60,8 +60,10 @@ public function onPreContentView(PreContentViewEvent $event): void $view->setParameters(array_replace($view->getParameters() ?? [], $twigVariables)); } - private function processParameterRecursive(&$twigVariable, View $view): void - { + private function processParameterRecursive( + &$twigVariable, + View $view + ): void { if ($this->isExpressionParameter($twigVariable)) { $twigVariable = $this->expressionLanguage->evaluate($this->getExpression($twigVariable), [ 'parameters' => $view->getParameters(), diff --git a/src/lib/MVC/Symfony/EventListener/LanguageSwitchListener.php b/src/lib/MVC/Symfony/EventListener/LanguageSwitchListener.php index 3b15bd2d8d..1b39a9a4cd 100644 --- a/src/lib/MVC/Symfony/EventListener/LanguageSwitchListener.php +++ b/src/lib/MVC/Symfony/EventListener/LanguageSwitchListener.php @@ -10,6 +10,8 @@ use Ibexa\Core\Helper\TranslationHelper; use Ibexa\Core\MVC\Symfony\Event\RouteReferenceGenerationEvent; use Ibexa\Core\MVC\Symfony\MVCEvents; +use Ibexa\Core\MVC\Symfony\Routing\Generator; +use Ibexa\Core\MVC\Symfony\Routing\Generator\UrlAliasGenerator; use Symfony\Component\EventDispatcher\EventSubscriberInterface; /** @@ -18,7 +20,7 @@ */ class LanguageSwitchListener implements EventSubscriberInterface { - /** @var \Ibexa\Core\Helper\TranslationHelper */ + /** @var TranslationHelper */ private $translationHelper; public function __construct(TranslationHelper $translationHelper) @@ -38,10 +40,10 @@ public static function getSubscribedEvents(): array * If found, it will add "siteaccess" parameter to the RouteReference, to trigger SiteAccess switch when generating * the final link. * - * @see \Ibexa\Core\MVC\Symfony\Routing\Generator::generate - * @see \Ibexa\Core\MVC\Symfony\Routing\Generator\UrlAliasGenerator::doGenerate + * @see Generator::generate + * @see UrlAliasGenerator::doGenerate * - * @param \Ibexa\Core\MVC\Symfony\Event\RouteReferenceGenerationEvent $event + * @param RouteReferenceGenerationEvent $event */ public function onRouteReferenceGeneration(RouteReferenceGenerationEvent $event) { diff --git a/src/lib/MVC/Symfony/EventListener/SiteAccessMatchListener.php b/src/lib/MVC/Symfony/EventListener/SiteAccessMatchListener.php index c172971cfe..db223c0934 100644 --- a/src/lib/MVC/Symfony/EventListener/SiteAccessMatchListener.php +++ b/src/lib/MVC/Symfony/EventListener/SiteAccessMatchListener.php @@ -7,6 +7,8 @@ namespace Ibexa\Core\MVC\Symfony\EventListener; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\MVC\Symfony\Event\PostSiteAccessMatchEvent; use Ibexa\Core\MVC\Symfony\MVCEvents; use Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest; @@ -25,7 +27,7 @@ */ class SiteAccessMatchListener implements EventSubscriberInterface { - protected SiteAccess\Router $siteAccessRouter; + protected SiteAccessRouter $siteAccessRouter; protected EventDispatcherInterface $eventDispatcher; @@ -50,10 +52,10 @@ public static function getSubscribedEvents(): array } /** - * @param \Symfony\Component\HttpKernel\Event\RequestEvent $event + * @param RequestEvent $event * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ public function onKernelRequest(RequestEvent $event): void { @@ -61,7 +63,7 @@ public function onKernelRequest(RequestEvent $event): void // We have a serialized siteaccess object from a fragment (sub-request), we need to get it back. if ($request->attributes->has('serialized_siteaccess')) { - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess $siteAccess */ + /** @var SiteAccess $siteAccess */ $siteAccess = $this->serializer->deserialize( $request->attributes->get('serialized_siteaccess'), SiteAccess::class, @@ -93,9 +95,9 @@ public function onKernelRequest(RequestEvent $event): void } /** - * @param \Symfony\Component\HttpFoundation\Request $request + * @param Request $request * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess + * @return SiteAccess */ private function getSiteAccessFromRequest(Request $request) { diff --git a/src/lib/MVC/Symfony/ExpressionLanguage/TwigVariableProviderExtension.php b/src/lib/MVC/Symfony/ExpressionLanguage/TwigVariableProviderExtension.php index 0ca47ef27c..a79051b6e2 100644 --- a/src/lib/MVC/Symfony/ExpressionLanguage/TwigVariableProviderExtension.php +++ b/src/lib/MVC/Symfony/ExpressionLanguage/TwigVariableProviderExtension.php @@ -20,7 +20,7 @@ final class TwigVariableProviderExtension implements ExpressionFunctionProviderI public const VIEW_PARAMETER = 'view'; /** - * @return \Symfony\Component\ExpressionLanguage\ExpressionFunction[] + * @return ExpressionFunction[] */ public function getFunctions(): array { @@ -30,7 +30,10 @@ public function getFunctions(): array static function (string $identifier): string { return 'Not implemented: Not a Dependency Injection expression'; }, - function (array $variables, string $identifier) { + function ( + array $variables, + string $identifier + ) { if (!$this->hasParameterProvider($variables)) { throw new InvalidArgumentException( self::PROVIDER_REGISTRY_PARAMETER, diff --git a/src/lib/MVC/Symfony/FieldType/BinaryBase/ContentDownloadUrlGenerator.php b/src/lib/MVC/Symfony/FieldType/BinaryBase/ContentDownloadUrlGenerator.php index e067fb62b2..dd1b00cc79 100644 --- a/src/lib/MVC/Symfony/FieldType/BinaryBase/ContentDownloadUrlGenerator.php +++ b/src/lib/MVC/Symfony/FieldType/BinaryBase/ContentDownloadUrlGenerator.php @@ -14,7 +14,7 @@ class ContentDownloadUrlGenerator implements RouteAwarePathGenerator { - /** @var \Symfony\Component\Routing\RouterInterface */ + /** @var RouterInterface */ private $router; /** @var string */ @@ -25,23 +25,31 @@ public function __construct(RouterInterface $router) $this->router = $router; } - public function getStoragePathForField(Field $field, VersionInfo $versionInfo): string - { + public function getStoragePathForField( + Field $field, + VersionInfo $versionInfo + ): string { return $this->generate($this->route, $this->getParameters($field, $versionInfo)); } - public function generate(string $route, ?array $parameters = []): string - { + public function generate( + string $route, + ?array $parameters = [] + ): string { return $this->router->generate($route, $parameters ?? []); } - public function getRoute(Field $field, VersionInfo $versionInfo): string - { + public function getRoute( + Field $field, + VersionInfo $versionInfo + ): string { return $this->route; } - public function getParameters(Field $field, VersionInfo $versionInfo): array - { + public function getParameters( + Field $field, + VersionInfo $versionInfo + ): array { return [ 'contentId' => $versionInfo->contentInfo->id, 'fieldId' => $field->id, diff --git a/src/lib/MVC/Symfony/FieldType/ImageAsset/ParameterProvider.php b/src/lib/MVC/Symfony/FieldType/ImageAsset/ParameterProvider.php index 6ec28ddfda..4c0e36245a 100644 --- a/src/lib/MVC/Symfony/FieldType/ImageAsset/ParameterProvider.php +++ b/src/lib/MVC/Symfony/FieldType/ImageAsset/ParameterProvider.php @@ -9,24 +9,26 @@ namespace Ibexa\Core\MVC\Symfony\FieldType\ImageAsset; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Core\MVC\Symfony\FieldType\View\ParameterProviderInterface; +use Ibexa\Core\Repository\FieldTypeService; class ParameterProvider implements ParameterProviderInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionsResolver; - /** @var \Ibexa\Core\Repository\FieldTypeService */ + /** @var FieldTypeService */ private $fieldTypeService; /** - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository */ public function __construct(Repository $repository) { @@ -66,9 +68,9 @@ public function getViewParameters(Field $field): array /** * @param int $id * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function loadContentInfo(int $id): ContentInfo { @@ -80,7 +82,7 @@ static function (Repository $repository) use ($id) { } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/FieldType/Relation/ParameterProvider.php b/src/lib/MVC/Symfony/FieldType/Relation/ParameterProvider.php index 8115ed1125..66420d8369 100644 --- a/src/lib/MVC/Symfony/FieldType/Relation/ParameterProvider.php +++ b/src/lib/MVC/Symfony/FieldType/Relation/ParameterProvider.php @@ -15,11 +15,11 @@ class ParameterProvider implements ParameterProviderInterface { - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; /** - * @param \Ibexa\Contracts\Core\Repository\ContentService $contentService + * @param ContentService $contentService */ public function __construct(ContentService $contentService) { @@ -33,7 +33,7 @@ public function __construct(ContentService $contentService) * Key is the parameter name (the variable name exposed in the template, in the 'parameters' array). * Value is the parameter's value. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field The field parameters are provided for. + * @param Field $field The field parameters are provided for. * * @return array */ diff --git a/src/lib/MVC/Symfony/FieldType/RelationList/ParameterProvider.php b/src/lib/MVC/Symfony/FieldType/RelationList/ParameterProvider.php index 8217406ded..baeea1580f 100644 --- a/src/lib/MVC/Symfony/FieldType/RelationList/ParameterProvider.php +++ b/src/lib/MVC/Symfony/FieldType/RelationList/ParameterProvider.php @@ -13,11 +13,11 @@ class ParameterProvider implements ParameterProviderInterface { - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; /** - * @param \Ibexa\Contracts\Core\Repository\ContentService $contentService + * @param ContentService $contentService */ public function __construct(ContentService $contentService) { @@ -31,7 +31,7 @@ public function __construct(ContentService $contentService) * Key is the parameter name (the variable name exposed in the template, in the 'parameters' array). * Value is the parameter's value. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field The field parameters are provided for. + * @param Field $field The field parameters are provided for. * * @return array */ diff --git a/src/lib/MVC/Symfony/FieldType/User/ParameterProvider.php b/src/lib/MVC/Symfony/FieldType/User/ParameterProvider.php index f6b23a38b9..4fae6af047 100644 --- a/src/lib/MVC/Symfony/FieldType/User/ParameterProvider.php +++ b/src/lib/MVC/Symfony/FieldType/User/ParameterProvider.php @@ -15,7 +15,7 @@ class ParameterProvider implements ParameterProviderInterface { - /** @var \Ibexa\Contracts\Core\Repository\UserService */ + /** @var UserService */ private $userService; public function __construct(UserService $userService) diff --git a/src/lib/MVC/Symfony/FieldType/View/ParameterProvider/LocaleParameterProvider.php b/src/lib/MVC/Symfony/FieldType/View/ParameterProvider/LocaleParameterProvider.php index 2cb621b511..4daaa78f82 100644 --- a/src/lib/MVC/Symfony/FieldType/View/ParameterProvider/LocaleParameterProvider.php +++ b/src/lib/MVC/Symfony/FieldType/View/ParameterProvider/LocaleParameterProvider.php @@ -20,7 +20,7 @@ class LocaleParameterProvider implements ParameterProviderInterface { use RequestStackAware; - /** @var \Ibexa\Core\MVC\Symfony\Locale\LocaleConverterInterface */ + /** @var LocaleConverterInterface */ protected $localeConverter; public function __construct(LocaleConverterInterface $localeConverter) @@ -34,7 +34,7 @@ public function __construct(LocaleConverterInterface $localeConverter) * Locale from request object will be used as locale if set, otherwise field language code * will be converted to locale string. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field * * @return array */ diff --git a/src/lib/MVC/Symfony/FieldType/View/ParameterProviderInterface.php b/src/lib/MVC/Symfony/FieldType/View/ParameterProviderInterface.php index f37c5bcba3..9300897986 100644 --- a/src/lib/MVC/Symfony/FieldType/View/ParameterProviderInterface.php +++ b/src/lib/MVC/Symfony/FieldType/View/ParameterProviderInterface.php @@ -13,7 +13,7 @@ * Interface for services providing additional parameters to a fieldtype's view template (using ibexa_render_field() helper). * Each instance of this interface needs to be correctly registered in the ParameterProviderRegistry. * - * @see \Ibexa\Core\MVC\Symfony\FieldType\View\ParameterProviderRegistryInterface + * @see ParameterProviderRegistryInterface */ interface ParameterProviderInterface { @@ -24,7 +24,7 @@ interface ParameterProviderInterface * Key is the parameter name (the variable name exposed in the template, in the 'parameters' array). * Value is the parameter's value. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field The field parameters are provided for. + * @param Field $field The field parameters are provided for. * * @return array */ diff --git a/src/lib/MVC/Symfony/FieldType/View/ParameterProviderRegistry.php b/src/lib/MVC/Symfony/FieldType/View/ParameterProviderRegistry.php index 32ddd5f3a7..f58881edc3 100644 --- a/src/lib/MVC/Symfony/FieldType/View/ParameterProviderRegistry.php +++ b/src/lib/MVC/Symfony/FieldType/View/ParameterProviderRegistry.php @@ -30,9 +30,9 @@ public function hasParameterProvider($fieldTypeIdentifier): bool * * @param string $fieldTypeIdentifier * - * @throws \InvalidArgumentException If no parameter provider is provided for $fieldTypeIdentifier. + * @throws InvalidArgumentException If no parameter provider is provided for $fieldTypeIdentifier. * - * @return \Ibexa\Core\MVC\Symfony\FieldType\View\ParameterProviderInterface + * @return ParameterProviderInterface */ public function getParameterProvider($fieldTypeIdentifier) { @@ -46,11 +46,13 @@ public function getParameterProvider($fieldTypeIdentifier) /** * Sets a parameter provider for given field type identifier. * - * @param \Ibexa\Core\MVC\Symfony\FieldType\View\ParameterProviderInterface $parameterProvider + * @param ParameterProviderInterface $parameterProvider * @param string $fieldTypeIdentifier */ - public function setParameterProvider(ParameterProviderInterface $parameterProvider, $fieldTypeIdentifier) - { + public function setParameterProvider( + ParameterProviderInterface $parameterProvider, + $fieldTypeIdentifier + ) { $this->providers[$fieldTypeIdentifier] = $parameterProvider; } } diff --git a/src/lib/MVC/Symfony/FieldType/View/ParameterProviderRegistryInterface.php b/src/lib/MVC/Symfony/FieldType/View/ParameterProviderRegistryInterface.php index 3a8c2615be..63df985aba 100644 --- a/src/lib/MVC/Symfony/FieldType/View/ParameterProviderRegistryInterface.php +++ b/src/lib/MVC/Symfony/FieldType/View/ParameterProviderRegistryInterface.php @@ -28,15 +28,18 @@ public function hasParameterProvider($fieldTypeIdentifier); * * @throws \InvalidArgumentException If no parameter provider is provided for $fieldTypeIdentifier. * - * @return \Ibexa\Core\MVC\Symfony\FieldType\View\ParameterProviderInterface + * @return ParameterProviderInterface */ public function getParameterProvider($fieldTypeIdentifier); /** * Sets a parameter provider for given field type identifier. * - * @param \Ibexa\Core\MVC\Symfony\FieldType\View\ParameterProviderInterface $parameterProvider + * @param ParameterProviderInterface $parameterProvider * @param string $fieldTypeIdentifier */ - public function setParameterProvider(ParameterProviderInterface $parameterProvider, $fieldTypeIdentifier); + public function setParameterProvider( + ParameterProviderInterface $parameterProvider, + $fieldTypeIdentifier + ); } diff --git a/src/lib/MVC/Symfony/Locale/LocaleConverter.php b/src/lib/MVC/Symfony/Locale/LocaleConverter.php index 010478b89a..d4d2ef6f2d 100644 --- a/src/lib/MVC/Symfony/Locale/LocaleConverter.php +++ b/src/lib/MVC/Symfony/Locale/LocaleConverter.php @@ -26,11 +26,13 @@ class LocaleConverter implements LocaleConverterInterface */ private $reverseConversionMap; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ private $logger; - public function __construct(array $conversionMap, LoggerInterface $logger) - { + public function __construct( + array $conversionMap, + LoggerInterface $logger + ) { $this->conversionMap = $conversionMap; $this->reverseConversionMap = array_flip($conversionMap); $this->logger = $logger; diff --git a/src/lib/MVC/Symfony/Locale/UserLanguagePreferenceProvider.php b/src/lib/MVC/Symfony/Locale/UserLanguagePreferenceProvider.php index ff0b528f41..a9912a9fb5 100644 --- a/src/lib/MVC/Symfony/Locale/UserLanguagePreferenceProvider.php +++ b/src/lib/MVC/Symfony/Locale/UserLanguagePreferenceProvider.php @@ -15,10 +15,10 @@ class UserLanguagePreferenceProvider implements UserLanguagePreferenceProviderInterface { - /** @var \Symfony\Component\HttpFoundation\RequestStack */ + /** @var RequestStack */ private $requestStack; - /** @var \Ibexa\Contracts\Core\Repository\UserPreferenceService */ + /** @var UserPreferenceService */ private $userPreferenceService; /** @var array */ @@ -28,8 +28,8 @@ class UserLanguagePreferenceProvider implements UserLanguagePreferenceProviderIn private $localeFallback; /** - * @param \Symfony\Component\HttpFoundation\RequestStack $requestStack - * @param \Ibexa\Contracts\Core\Repository\UserPreferenceService $userPreferenceService + * @param RequestStack $requestStack + * @param UserPreferenceService $userPreferenceService * @param array $languageCodesMap * @param string $localeFallback */ diff --git a/src/lib/MVC/Symfony/MVCEvents.php b/src/lib/MVC/Symfony/MVCEvents.php index 5876106b30..64145e4483 100644 --- a/src/lib/MVC/Symfony/MVCEvents.php +++ b/src/lib/MVC/Symfony/MVCEvents.php @@ -7,23 +7,30 @@ namespace Ibexa\Core\MVC\Symfony; +use Ibexa\Core\MVC\Symfony\Event\APIContentExceptionEvent; +use Ibexa\Core\MVC\Symfony\Event\PostSiteAccessMatchEvent; +use Ibexa\Core\MVC\Symfony\Event\PreContentViewEvent; +use Ibexa\Core\MVC\Symfony\Event\RouteReferenceGenerationEvent; +use Ibexa\Core\MVC\Symfony\Event\ScopeChangeEvent; +use Ibexa\Core\MVC\Symfony\View\Manager; + final class MVCEvents { /** * The SITEACCESS event occurs after the SiteAccess matching has occurred. * This event gives further control on the matched SiteAccess. * - * The event listener method receives a {@see \Ibexa\Core\MVC\Symfony\Event\PostSiteAccessMatchEvent} + * The event listener method receives a {@see PostSiteAccessMatchEvent} */ - public const SITEACCESS = \Ibexa\Core\MVC\Symfony\SiteAccess::class; + public const SITEACCESS = SiteAccess::class; /** * The PRE_CONTENT_VIEW event occurs right before a view is rendered for a content, via the content view controller. * This event is triggered by the view manager and allows you to inject additional parameters to the content view template. * - * The event listener method receives a {@see \Ibexa\Core\MVC\Symfony\Event\PreContentViewEvent} + * The event listener method receives a {@see PreContentViewEvent} * - * @see \Ibexa\Core\MVC\Symfony\View\Manager + * @see Manager */ public const PRE_CONTENT_VIEW = 'ezpublish.pre_content_view'; @@ -32,14 +39,14 @@ final class MVCEvents * (missing field type, internal error...). * It allows further programmatic handling (like rendering a custom view) for the exception thrown. * - * The event listener method receives an {@see \Ibexa\Core\MVC\Symfony\Event\APIContentExceptionEvent}. + * The event listener method receives an {@see APIContentExceptionEvent}. */ public const API_CONTENT_EXCEPTION = 'ezpublish.api.contentException'; /** * CONFIG_SCOPE_CHANGE event occurs when configuration scope is changed (e.g. for content preview in a given siteaccess). * - * The event listener method receives a {@see \Ibexa\Core\MVC\Symfony\Event\ScopeChangeEvent} instance. + * The event listener method receives a {@see ScopeChangeEvent} instance. */ public const CONFIG_SCOPE_CHANGE = 'ezpublish.config.scope_change'; @@ -47,7 +54,7 @@ final class MVCEvents * CONFIG_SCOPE_RESTORE event occurs when original configuration scope is restored. * It always happens after a scope change (see CONFIG_SCOPE_CHANGE). * - * The event listener method receives a {@see \Ibexa\Core\MVC\Symfony\Event\ScopeChangeEvent} instance. + * The event listener method receives a {@see ScopeChangeEvent} instance. */ public const CONFIG_SCOPE_RESTORE = 'ezpublish.config.scope_restore'; @@ -55,7 +62,7 @@ final class MVCEvents * ROUTE_REFERENCE_GENERATION event occurs when a RouteReference is generated, and gives an opportunity to * alter the RouteReference, e.g. by adding parameters. * - * The event listener method receives a {@see \Ibexa\Core\MVC\Symfony\Event\RouteReferenceGenerationEvent} instance. + * The event listener method receives a {@see RouteReferenceGenerationEvent} instance. */ public const ROUTE_REFERENCE_GENERATION = 'ezpublish.routing.reference_generation'; } diff --git a/src/lib/MVC/Symfony/Matcher/ClassNameMatcherFactory.php b/src/lib/MVC/Symfony/Matcher/ClassNameMatcherFactory.php index 5402ffcc09..d30435090f 100644 --- a/src/lib/MVC/Symfony/Matcher/ClassNameMatcherFactory.php +++ b/src/lib/MVC/Symfony/Matcher/ClassNameMatcherFactory.php @@ -21,7 +21,7 @@ */ class ClassNameMatcherFactory implements ConfigurableMatcherFactoryInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; /** @@ -32,7 +32,7 @@ class ClassNameMatcherFactory implements ConfigurableMatcherFactoryInterface */ protected $matchConfig; - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ViewMatcherInterface[] */ + /** @var ViewMatcherInterface[] */ protected $matchers = []; /** @@ -44,12 +44,15 @@ class ClassNameMatcherFactory implements ConfigurableMatcherFactoryInterface * Already matched value objects with their config hash. * Key is the view type. * - * @var \SplObjectStorage[] + * @var SplObjectStorage[] */ protected $alreadyMatched = []; - public function __construct(Repository $repository, ?string $relativeNamespace = null, array $matchConfig = []) - { + public function __construct( + Repository $repository, + ?string $relativeNamespace = null, + array $matchConfig = [] + ) { $this->repository = $repository; $this->matcherRelativeNamespace = $relativeNamespace; $this->matchConfig = $matchConfig; @@ -63,9 +66,9 @@ public function __construct(Repository $repository, ?string $relativeNamespace = * If it does not and a relative namespace is set, it is searched inside the * relative namespace if set. * - * @throws \InvalidArgumentException + * @throws InvalidArgumentException * - * @return \Ibexa\Core\MVC\Symfony\Matcher\ViewMatcherInterface + * @return ViewMatcherInterface */ protected function getMatcher($matcherIdentifier) { @@ -96,7 +99,7 @@ protected function getMatcher($matcherIdentifier) * If so, the configuration hash will be returned. * $valueObject can be for example a Location or a Content object. * - * @param \Ibexa\Core\MVC\Symfony\View\View $view + * @param View $view * * @return array|null The matched configuration as a hash, containing template or controller to use, or null if not matched. */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Depth.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Depth.php index 4703c40269..f81f788200 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Depth.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Depth.php @@ -19,7 +19,7 @@ class Depth extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -31,7 +31,7 @@ public function matchLocation(Location $location): bool /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Content.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Content.php index 741bb6782d..383f2d6f26 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Content.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Content.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued; use Ibexa\Core\MVC\Symfony\View\ContentValueView; @@ -18,7 +19,7 @@ class Content extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -30,7 +31,7 @@ public function matchLocation(APILocation $location): bool /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentType.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentType.php index 8039550e4d..ba235ceee2 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentType.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentType.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued; use Ibexa\Core\MVC\Symfony\View\ContentValueView; @@ -18,7 +19,7 @@ class ContentType extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -30,7 +31,7 @@ public function matchLocation(APILocation $location): bool /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeGroup.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeGroup.php index 3b4216778d..c79fc0e72d 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeGroup.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeGroup.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued; use Ibexa\Core\MVC\Symfony\View\ContentValueView; @@ -18,7 +19,7 @@ class ContentTypeGroup extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -30,7 +31,7 @@ public function matchLocation(APILocation $location) /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Location.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Location.php index 3b9733c180..4f696524f9 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Location.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Location.php @@ -18,7 +18,7 @@ class Location extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param APILocation $location * * @return bool */ @@ -30,7 +30,7 @@ public function matchLocation(APILocation $location): bool /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/LocationRemote.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/LocationRemote.php index 3d3a34b5cc..09e723da15 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/LocationRemote.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/LocationRemote.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued; use Ibexa\Core\MVC\Symfony\View\LocationValueView; @@ -18,24 +19,20 @@ class LocationRemote extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ - public function matchLocation(APILocation $location) - { - } + public function matchLocation(APILocation $location) {} /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ - public function matchContentInfo(ContentInfo $contentInfo) - { - } + public function matchContentInfo(ContentInfo $contentInfo) {} public function match(View $view): bool { diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentContentType.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentContentType.php index 1843af3e82..3945e14460 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentContentType.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentContentType.php @@ -19,7 +19,7 @@ class ParentContentType extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param APILocation $location * * @return bool */ @@ -37,7 +37,7 @@ static function (Repository $repository) use ($location) { /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentLocation.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentLocation.php index ff3ab61ae3..913c77e692 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentLocation.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentLocation.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued; use Ibexa\Core\MVC\Symfony\View\LocationValueView; @@ -19,7 +20,7 @@ class ParentLocation extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -31,7 +32,7 @@ public function matchLocation(APILocation $location): bool /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Remote.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Remote.php index 9cae3d311b..4b4e11b388 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Remote.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Remote.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued; use Ibexa\Core\MVC\Symfony\View\ContentValueView; @@ -18,7 +19,7 @@ class Remote extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -30,7 +31,7 @@ public function matchLocation(APILocation $location): bool /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Section.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Section.php index e05d569851..92520af6e1 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Section.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Id/Section.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued; use Ibexa\Core\MVC\Symfony\View\ContentValueView; @@ -18,7 +19,7 @@ class Section extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -30,7 +31,7 @@ public function matchLocation(APILocation $location): bool /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ContentType.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ContentType.php index 266e2d5876..c958850d0a 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ContentType.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ContentType.php @@ -18,7 +18,7 @@ class ContentType extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -34,7 +34,7 @@ public function matchLocation(Location $location): bool /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ParentContentType.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ParentContentType.php index b52ec15ee5..906ec27031 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ParentContentType.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ParentContentType.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued; use Ibexa\Core\MVC\Symfony\View\ContentValueView; @@ -20,7 +21,7 @@ class ParentContentType extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -42,7 +43,7 @@ static function (Repository $repository) use ($location) { /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/Section.php b/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/Section.php index 89f5360ecd..71c8d38d98 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/Section.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/Identifier/Section.php @@ -19,7 +19,7 @@ class Section extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -39,7 +39,7 @@ static function (Repository $repository) use ($location) { /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/MatcherInterface.php b/src/lib/MVC/Symfony/Matcher/ContentBased/MatcherInterface.php index 1066f6e84d..cf99c1d7ca 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/MatcherInterface.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/MatcherInterface.php @@ -19,7 +19,7 @@ interface MatcherInterface extends ViewMatcherInterface /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -28,7 +28,7 @@ public function matchLocation(Location $location); /** * Checks if a ContentInfo object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return bool */ diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/MultipleValued.php b/src/lib/MVC/Symfony/Matcher/ContentBased/MultipleValued.php index e09fbeb10c..f0011cdb82 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/MultipleValued.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/MultipleValued.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\MVC\Symfony\Matcher\ContentBased; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Core\MVC\RepositoryAware; /** @@ -42,7 +43,7 @@ public function getValues() } /** - * @return \Ibexa\Contracts\Core\Repository\Repository + * @return Repository */ public function getRepository() { diff --git a/src/lib/MVC/Symfony/Matcher/ContentBased/UrlAlias.php b/src/lib/MVC/Symfony/Matcher/ContentBased/UrlAlias.php index 906debd877..9bb86aa567 100644 --- a/src/lib/MVC/Symfony/Matcher/ContentBased/UrlAlias.php +++ b/src/lib/MVC/Symfony/Matcher/ContentBased/UrlAlias.php @@ -17,7 +17,7 @@ class UrlAlias extends MultipleValued /** * Checks if a Location object matches. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @return bool */ @@ -43,7 +43,7 @@ public function matchLocation(Location $location): bool /** * Not supported since UrlAlias is meaningful for location objects only. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @throws \RuntimeException * diff --git a/src/lib/MVC/Symfony/Matcher/DynamicallyConfiguredMatcherFactoryDecorator.php b/src/lib/MVC/Symfony/Matcher/DynamicallyConfiguredMatcherFactoryDecorator.php index 93a2f92b6e..27a86a14b1 100644 --- a/src/lib/MVC/Symfony/Matcher/DynamicallyConfiguredMatcherFactoryDecorator.php +++ b/src/lib/MVC/Symfony/Matcher/DynamicallyConfiguredMatcherFactoryDecorator.php @@ -15,10 +15,10 @@ */ class DynamicallyConfiguredMatcherFactoryDecorator implements MatcherFactoryInterface { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\MatcherFactoryInterface|\Ibexa\Core\MVC\Symfony\Matcher\ConfigurableMatcherFactoryInterface */ + /** @var MatcherFactoryInterface|ConfigurableMatcherFactoryInterface */ private $innerConfigurableMatcherFactory; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; /** @var string */ diff --git a/src/lib/MVC/Symfony/Matcher/MatcherFactoryInterface.php b/src/lib/MVC/Symfony/Matcher/MatcherFactoryInterface.php index 3b78681a48..0346d3dce0 100644 --- a/src/lib/MVC/Symfony/Matcher/MatcherFactoryInterface.php +++ b/src/lib/MVC/Symfony/Matcher/MatcherFactoryInterface.php @@ -17,7 +17,7 @@ interface MatcherFactoryInterface * * $valueObject can be for example a Location or a Content object. * - * @param \Ibexa\Core\MVC\Symfony\View\View $view + * @param View $view * * @return array|null The matched configuration as a hash, containing template or controller to use, or null if not matched. */ diff --git a/src/lib/MVC/Symfony/Matcher/ViewMatcherInterface.php b/src/lib/MVC/Symfony/Matcher/ViewMatcherInterface.php index 87b4269ed1..4b3e179716 100644 --- a/src/lib/MVC/Symfony/Matcher/ViewMatcherInterface.php +++ b/src/lib/MVC/Symfony/Matcher/ViewMatcherInterface.php @@ -27,7 +27,7 @@ public function setMatchingConfig($matchingConfig); /** * Matches the $view against a set of matchers. * - * @param \Ibexa\Core\MVC\Symfony\View\View $view + * @param View $view * * @return bool */ diff --git a/src/lib/MVC/Symfony/RequestStackAware.php b/src/lib/MVC/Symfony/RequestStackAware.php index f01126caaf..2fab0d2c21 100644 --- a/src/lib/MVC/Symfony/RequestStackAware.php +++ b/src/lib/MVC/Symfony/RequestStackAware.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\MVC\Symfony; +use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\RequestStack; /** @@ -15,11 +16,11 @@ */ trait RequestStackAware { - /** @var \Symfony\Component\HttpFoundation\RequestStack */ + /** @var RequestStack */ private $requestStack; /** - * @return \Symfony\Component\HttpFoundation\RequestStack + * @return RequestStack */ public function getRequestStack() { @@ -27,7 +28,7 @@ public function getRequestStack() } /** - * @param \Symfony\Component\HttpFoundation\RequestStack $requestStack + * @param RequestStack $requestStack */ public function setRequestStack(RequestStack $requestStack) { @@ -35,7 +36,7 @@ public function setRequestStack(RequestStack $requestStack) } /** - * @return \Symfony\Component\HttpFoundation\Request|null + * @return Request|null */ protected function getCurrentRequest() { diff --git a/src/lib/MVC/Symfony/Routing/ChainRouter.php b/src/lib/MVC/Symfony/Routing/ChainRouter.php index e7f0d68000..6dd2ac559f 100644 --- a/src/lib/MVC/Symfony/Routing/ChainRouter.php +++ b/src/lib/MVC/Symfony/Routing/ChainRouter.php @@ -10,6 +10,4 @@ use Symfony\Cmf\Component\Routing\ChainRouter as BaseChainRouter; -class ChainRouter extends BaseChainRouter -{ -} +class ChainRouter extends BaseChainRouter {} diff --git a/src/lib/MVC/Symfony/Routing/Generator.php b/src/lib/MVC/Symfony/Routing/Generator.php index 9729d0b90a..922cacff20 100644 --- a/src/lib/MVC/Symfony/Routing/Generator.php +++ b/src/lib/MVC/Symfony/Routing/Generator.php @@ -55,8 +55,11 @@ public function setLogger(?LoggerInterface $logger = null): void * SiteAccess name can be provided as 'siteaccess' to generate a link to it (cross siteaccess link). * @param int $referenceType The type of reference to be generated (one of the constants) */ - public function generate(mixed $urlResource, array $parameters, int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string - { + public function generate( + mixed $urlResource, + array $parameters, + int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH + ): string { $siteAccess = $this->siteAccess; $requestContext = $this->requestContext; @@ -96,10 +99,15 @@ public function generate(mixed $urlResource, array $parameters, int $referenceTy * * @param array $parameters */ - abstract public function doGenerate(mixed $urlResource, array $parameters): string; - - protected function generateAbsoluteUrl(string $uri, RequestContext $requestContext): string - { + abstract public function doGenerate( + mixed $urlResource, + array $parameters + ): string; + + protected function generateAbsoluteUrl( + string $uri, + RequestContext $requestContext + ): string { $scheme = $requestContext->getScheme(); $port = ''; if ($scheme === 'http' && $requestContext->getHttpPort() !== 80) { diff --git a/src/lib/MVC/Symfony/Routing/Generator/RouteReferenceGenerator.php b/src/lib/MVC/Symfony/Routing/Generator/RouteReferenceGenerator.php index d5de9b41e3..1a2408e863 100644 --- a/src/lib/MVC/Symfony/Routing/Generator/RouteReferenceGenerator.php +++ b/src/lib/MVC/Symfony/Routing/Generator/RouteReferenceGenerator.php @@ -18,7 +18,7 @@ class RouteReferenceGenerator implements RouteReferenceGeneratorInterface { use RequestStackAware; - /** @var \Symfony\Component\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ private $dispatcher; public function __construct(EventDispatcherInterface $dispatcher) @@ -33,10 +33,12 @@ public function __construct(EventDispatcherInterface $dispatcher) * @param mixed $resource The route name. Can be any resource supported by the different routers (e.g. Location object). * @param array $params Array of parameters, used to generate the final link along with $resource. * - * @return \Ibexa\Core\MVC\Symfony\Routing\RouteReference + * @return RouteReference */ - public function generate($resource = null, array $params = []) - { + public function generate( + $resource = null, + array $params = [] + ) { $request = $this->getCurrentRequest(); if ($resource === null) { $resource = $request->attributes->get('_route'); diff --git a/src/lib/MVC/Symfony/Routing/Generator/RouteReferenceGeneratorInterface.php b/src/lib/MVC/Symfony/Routing/Generator/RouteReferenceGeneratorInterface.php index 4edb02cd39..6967b66e46 100644 --- a/src/lib/MVC/Symfony/Routing/Generator/RouteReferenceGeneratorInterface.php +++ b/src/lib/MVC/Symfony/Routing/Generator/RouteReferenceGeneratorInterface.php @@ -7,6 +7,8 @@ namespace Ibexa\Core\MVC\Symfony\Routing\Generator; +use Ibexa\Core\MVC\Symfony\Routing\RouteReference; + /** * Interface for RouteReference generators. */ @@ -19,7 +21,10 @@ interface RouteReferenceGeneratorInterface * @param mixed $resource The route name. Can be any resource supported by the different routers (e.g. Location object). * @param array $params Array of parameters, used to generate the final link along with $resource. * - * @return \Ibexa\Core\MVC\Symfony\Routing\RouteReference + * @return RouteReference */ - public function generate($resource = null, array $params = []); + public function generate( + $resource = null, + array $params = [] + ); } diff --git a/src/lib/MVC/Symfony/Routing/Generator/UrlAliasGenerator.php b/src/lib/MVC/Symfony/Routing/Generator/UrlAliasGenerator.php index de2c8b66f2..3ff9154405 100644 --- a/src/lib/MVC/Symfony/Routing/Generator/UrlAliasGenerator.php +++ b/src/lib/MVC/Symfony/Routing/Generator/UrlAliasGenerator.php @@ -7,16 +7,18 @@ namespace Ibexa\Core\MVC\Symfony\Routing\Generator; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Symfony\Routing\Generator; +use Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter; use Symfony\Component\Routing\RouterInterface; /** * URL generator for UrlAlias based links. * - * @see \Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter + * @see UrlAliasRouter */ class UrlAliasGenerator extends Generator { @@ -47,8 +49,12 @@ class UrlAliasGenerator extends Generator /** * @param array $unsafeCharMap */ - public function __construct(Repository $repository, RouterInterface $defaultRouter, ConfigResolverInterface $configResolver, array $unsafeCharMap = []) - { + public function __construct( + Repository $repository, + RouterInterface $defaultRouter, + ConfigResolverInterface $configResolver, + array $unsafeCharMap = [] + ) { $this->repository = $repository; $this->defaultRouter = $defaultRouter; $this->configResolver = $configResolver; @@ -59,10 +65,12 @@ public function __construct(Repository $repository, RouterInterface $defaultRout * Generates the URL from $urlResource and $parameters. * Entries in $parameters will be added in the query string. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $urlResource + * @param Location $urlResource */ - public function doGenerate(mixed $urlResource, array $parameters): string - { + public function doGenerate( + mixed $urlResource, + array $parameters + ): string { $siteAccess = $parameters['siteaccess'] ?? null; unset($parameters['language'], $parameters['contentId'], $parameters['siteaccess']); @@ -95,10 +103,13 @@ public function setExcludedUriPrefixes(array $excludedUriPrefixes): void * * @param array|null $languages * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - public function getPathPrefixByRootLocationId(?int $rootLocationId, ?array $languages = null, ?string $siteAccess = null): string - { + public function getPathPrefixByRootLocationId( + ?int $rootLocationId, + ?array $languages = null, + ?string $siteAccess = null + ): string { if ($rootLocationId === null || $rootLocationId === 0) { return ''; } @@ -143,8 +154,10 @@ public function isUriPrefixExcluded(string $uri): bool * * @param array|null $languages */ - public function loadLocation(int $locationId, ?array $languages = null): Location - { + public function loadLocation( + int $locationId, + ?array $languages = null + ): Location { return $this->repository->sudo( static function (Repository $repository) use ($locationId, $languages): Location { /* @var $repository \Ibexa\Core\Repository\Repository */ @@ -153,8 +166,10 @@ static function (Repository $repository) use ($locationId, $languages): Location ); } - private function createPathString(Location $location, ?string $siteAccess = null): string - { + private function createPathString( + Location $location, + ?string $siteAccess = null + ): string { $urlAliasService = $this->repository->getURLAliasService(); if (!empty($siteAccess)) { diff --git a/src/lib/MVC/Symfony/Routing/RequestContextFactory.php b/src/lib/MVC/Symfony/Routing/RequestContextFactory.php index 9ea1fd2e6b..b3975da647 100644 --- a/src/lib/MVC/Symfony/Routing/RequestContextFactory.php +++ b/src/lib/MVC/Symfony/Routing/RequestContextFactory.php @@ -8,13 +8,14 @@ namespace Ibexa\Core\MVC\Symfony\Routing; +use Ibexa\Bundle\Core\Routing\DefaultRouter; use Symfony\Component\Routing\RequestContext; /** * @internal * - * @see \Ibexa\Bundle\Core\Routing\DefaultRouter - * @see \Ibexa\Core\MVC\Symfony\Routing\Generator + * @see DefaultRouter + * @see Generator * * Encapsulates shared logic between Router and URL generator, meant to be lightweight and instantiated on the fly. */ diff --git a/src/lib/MVC/Symfony/Routing/RouteReference.php b/src/lib/MVC/Symfony/Routing/RouteReference.php index 1441d166b6..cec6f20c18 100644 --- a/src/lib/MVC/Symfony/Routing/RouteReference.php +++ b/src/lib/MVC/Symfony/Routing/RouteReference.php @@ -11,14 +11,16 @@ class RouteReference { - /** @var \Symfony\Component\HttpFoundation\ParameterBag */ + /** @var ParameterBag */ private $params; /** @var mixed Route name or resource (e.g. Location object). */ private $route; - public function __construct($route, array $params = []) - { + public function __construct( + $route, + array $params = [] + ) { $this->route = $route; $this->params = new ParameterBag($params); } @@ -53,8 +55,10 @@ public function getParams() * @param string $parameterName * @param mixed $value */ - public function set($parameterName, $value) - { + public function set( + $parameterName, + $value + ) { $this->params->set($parameterName, $value); } @@ -67,8 +71,11 @@ public function set($parameterName, $value) * * @return mixed */ - public function get($parameterName, $defaultValue = null, $deep = false) - { + public function get( + $parameterName, + $defaultValue = null, + $deep = false + ) { return $this->params->get($parameterName, $defaultValue, $deep); } diff --git a/src/lib/MVC/Symfony/Routing/SimplifiedRequest.php b/src/lib/MVC/Symfony/Routing/SimplifiedRequest.php index ee1dfb539f..178357c673 100644 --- a/src/lib/MVC/Symfony/Routing/SimplifiedRequest.php +++ b/src/lib/MVC/Symfony/Routing/SimplifiedRequest.php @@ -146,7 +146,7 @@ public function setScheme($scheme) * * @internal * - * @return \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest + * @return SimplifiedRequest */ public static function fromUrl($url) { diff --git a/src/lib/MVC/Symfony/Routing/UrlAliasRouter.php b/src/lib/MVC/Symfony/Routing/UrlAliasRouter.php index acf8244766..8162082940 100644 --- a/src/lib/MVC/Symfony/Routing/UrlAliasRouter.php +++ b/src/lib/MVC/Symfony/Routing/UrlAliasRouter.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Repository\ContentService; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\URLAliasService; use Ibexa\Contracts\Core\Repository\Values\Content\Location; @@ -98,8 +99,10 @@ public function matchRequest(Request $request): array } } - protected function removePathPrefix(string $path, string $prefix): string - { + protected function removePathPrefix( + string $path, + string $prefix + ): string { if ($prefix !== '/' && mb_stripos($path, $prefix) === 0) { $path = mb_substr($path, mb_strlen($prefix)); } @@ -113,8 +116,11 @@ protected function removePathPrefix(string $path, string $prefix): string * Used to determine if redirect is needed because requested path is case-different * from the stored one. */ - protected function needsCaseRedirect(URLAlias $loadedUrlAlias, string $requestedPath, string $pathPrefix): bool - { + protected function needsCaseRedirect( + URLAlias $loadedUrlAlias, + string $requestedPath, + string $pathPrefix + ): bool { // If requested path is excluded from tree root jail, compare it to loaded UrlAlias directly. if ($this->generator->isUriPrefixExcluded($requestedPath)) { return strcmp($loadedUrlAlias->path, $requestedPath) !== 0; @@ -132,10 +138,10 @@ protected function needsCaseRedirect(URLAlias $loadedUrlAlias, string $requested /** * Returns the UrlAlias object to use, starting from the request. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the path does not exist or is not valid for the given language + * @throws NotFoundException if the path does not exist or is not valid for the given language * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - protected function getUrlAlias(string $pathInfo): UrlAlias + protected function getUrlAlias(string $pathInfo): URLAlias { return $this->urlAliasService->lookup($pathInfo); } @@ -143,7 +149,7 @@ protected function getUrlAlias(string $pathInfo): UrlAlias /** * Gets the RouteCollection instance associated with this Router. * - * @return \Symfony\Component\Routing\RouteCollection A RouteCollection instance + * @return RouteCollection A RouteCollection instance */ public function getRouteCollection(): RouteCollection { @@ -153,13 +159,13 @@ public function getRouteCollection(): RouteCollection /** * {@inheritDoc} * - * The "location" key in $parameters must be set to a valid {@see \Ibexa\Contracts\Core\Repository\Values\Content\Location} object. + * The "location" key in $parameters must be set to a valid {@see Location} object. * "locationId" parameter can also be provided. * * @param array $parameters An array of parameters * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws UnauthorizedException * * @api */ @@ -233,7 +239,7 @@ public function getContext(): RequestContext * * @return array * - * @throws \RuntimeException + * @throws RuntimeException */ public function match(string $pathinfo): array { @@ -251,7 +257,7 @@ public function match(string $pathinfo): array * * @param string|object $name The route name or route object */ - public function supports(string|object $name): bool + public function supports(string | object $name): bool { return $name === static::URL_ALIAS_ROUTE_NAME || (is_object($name) && $this->supportsObject($name)); } @@ -261,8 +267,10 @@ private function supportsObject(object $object): bool return $object instanceof Location; } - public function getRouteDebugMessage(string $name, array $parameters = []): string - { + public function getRouteDebugMessage( + string $name, + array $parameters = [] + ): string { return $name; } diff --git a/src/lib/MVC/Symfony/Routing/UrlWildcardRouter.php b/src/lib/MVC/Symfony/Routing/UrlWildcardRouter.php index 6bf4300f80..094bfcc5c6 100644 --- a/src/lib/MVC/Symfony/Routing/UrlWildcardRouter.php +++ b/src/lib/MVC/Symfony/Routing/UrlWildcardRouter.php @@ -51,7 +51,7 @@ public function setLogger(LoggerInterface $logger): void /** * @return array An array of parameters * - * @throws \Symfony\Component\Routing\Exception\ResourceNotFoundException + * @throws ResourceNotFoundException */ public function matchRequest(Request $request): array { @@ -74,7 +74,7 @@ public function matchRequest(Request $request): array } /** - * @return \Symfony\Component\Routing\RouteCollection + * @return RouteCollection */ public function getRouteCollection(): RouteCollection { @@ -84,8 +84,11 @@ public function getRouteCollection(): RouteCollection /** * @param array $parameters */ - public function generate(string $name, array $parameters = [], int $referenceType = self::ABSOLUTE_PATH): string - { + public function generate( + string $name, + array $parameters = [], + int $referenceType = self::ABSOLUTE_PATH + ): string { throw new RouteNotFoundException('Could not match route'); } @@ -124,8 +127,10 @@ public function supports(string $name): bool return $name === static::URL_ALIAS_ROUTE_NAME; } - public function getRouteDebugMessage(string $name, array $parameters = []): string - { + public function getRouteDebugMessage( + string $name, + array $parameters = [] + ): string { return $name; } } diff --git a/src/lib/MVC/Symfony/Security/Authentication/EventSubscriber/OnAuthenticationTokenCreatedRepositoryUserSubscriber.php b/src/lib/MVC/Symfony/Security/Authentication/EventSubscriber/OnAuthenticationTokenCreatedRepositoryUserSubscriber.php index 59e6b4b1b0..8980caf469 100644 --- a/src/lib/MVC/Symfony/Security/Authentication/EventSubscriber/OnAuthenticationTokenCreatedRepositoryUserSubscriber.php +++ b/src/lib/MVC/Symfony/Security/Authentication/EventSubscriber/OnAuthenticationTokenCreatedRepositoryUserSubscriber.php @@ -17,8 +17,7 @@ { public function __construct( private PermissionResolver $permissionResolver, - ) { - } + ) {} public static function getSubscribedEvents(): array { diff --git a/src/lib/MVC/Symfony/Security/Authorization/Attribute.php b/src/lib/MVC/Symfony/Security/Authorization/Attribute.php index 4eda3f9ada..5225d21993 100644 --- a/src/lib/MVC/Symfony/Security/Authorization/Attribute.php +++ b/src/lib/MVC/Symfony/Security/Authorization/Attribute.php @@ -39,8 +39,11 @@ class Attribute /** @var array */ public $limitations; - public function __construct($module = null, $function = null, array $limitations = []) - { + public function __construct( + $module = null, + $function = null, + array $limitations = [] + ) { $this->module = $module; $this->function = $function; $this->limitations = $limitations; diff --git a/src/lib/MVC/Symfony/Security/Authorization/Voter/CoreVoter.php b/src/lib/MVC/Symfony/Security/Authorization/Voter/CoreVoter.php index 8a58d7ef21..1a92a2ef89 100644 --- a/src/lib/MVC/Symfony/Security/Authorization/Voter/CoreVoter.php +++ b/src/lib/MVC/Symfony/Security/Authorization/Voter/CoreVoter.php @@ -14,7 +14,7 @@ class CoreVoter implements VoterInterface { - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; public function __construct(PermissionResolver $permissionResolver) @@ -52,14 +52,17 @@ public function supportsClass($class): bool * This method must return one of the following constants: * ACCESS_GRANTED, ACCESS_DENIED, or ACCESS_ABSTAIN. * - * @param \Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token A TokenInterface instance + * @param TokenInterface $token A TokenInterface instance * @param object $object The object to secure * @param array $attributes An array of attributes associated with the method being invoked * * @return int either ACCESS_GRANTED, ACCESS_ABSTAIN, or ACCESS_DENIED */ - public function vote(TokenInterface $token, $object, array $attributes): int - { + public function vote( + TokenInterface $token, + $object, + array $attributes + ): int { foreach ($attributes as $attribute) { if ($this->supportsAttribute($attribute)) { if ($this->permissionResolver->hasAccess($attribute->module, $attribute->function) === false) { diff --git a/src/lib/MVC/Symfony/Security/Authorization/Voter/ValueObjectVoter.php b/src/lib/MVC/Symfony/Security/Authorization/Voter/ValueObjectVoter.php index 422308faff..84078cf868 100644 --- a/src/lib/MVC/Symfony/Security/Authorization/Voter/ValueObjectVoter.php +++ b/src/lib/MVC/Symfony/Security/Authorization/Voter/ValueObjectVoter.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\Security\Authorization\Voter; use Ibexa\Contracts\Core\Repository\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Ibexa\Core\MVC\Symfony\Security\Authorization\Attribute as AuthorizationAttribute; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface; @@ -17,7 +18,7 @@ */ class ValueObjectVoter implements VoterInterface { - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; public function __construct(PermissionResolver $permissionResolver) @@ -40,7 +41,7 @@ public function supportsClass($class): bool * Checks if user has access to a given action on a given value object. * * $attributes->limitations is a hash that contains: - * - 'valueObject' - The {@see \Ibexa\Contracts\Core\Repository\Values\ValueObject} to check access on. e.g. Location or Content. + * - 'valueObject' - The {@see ValueObject} to check access on. e.g. Location or Content. * - 'targets' - The location, parent or "assignment" value object, or an array of the same. * * This method must return one of the following constants: @@ -48,14 +49,17 @@ public function supportsClass($class): bool * * @see \Ibexa\Contracts\Core\Repository\PermissionResolver::canUser() * - * @param \Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token A TokenInterface instance + * @param TokenInterface $token A TokenInterface instance * @param object $object The object to secure * @param array $attributes An array of attributes associated with the method being invoked * * @return int either ACCESS_GRANTED, ACCESS_ABSTAIN, or ACCESS_DENIED */ - public function vote(TokenInterface $token, $object, array $attributes): int - { + public function vote( + TokenInterface $token, + $object, + array $attributes + ): int { foreach ($attributes as $attribute) { if ($this->supportsAttribute($attribute)) { $targets = isset($attribute->limitations['targets']) ? $attribute->limitations['targets'] : []; diff --git a/src/lib/MVC/Symfony/Security/Exception/UnauthorizedSiteAccessException.php b/src/lib/MVC/Symfony/Security/Exception/UnauthorizedSiteAccessException.php index aed2c11aca..50be504d30 100644 --- a/src/lib/MVC/Symfony/Security/Exception/UnauthorizedSiteAccessException.php +++ b/src/lib/MVC/Symfony/Security/Exception/UnauthorizedSiteAccessException.php @@ -17,8 +17,11 @@ */ class UnauthorizedSiteAccessException extends AccessDeniedException { - public function __construct(SiteAccess $siteAccess, $username, ?Exception $previous = null) - { + public function __construct( + SiteAccess $siteAccess, + $username, + ?Exception $previous = null + ) { parent::__construct("User '$username' doesn't have user/login permission to SiteAccess '$siteAccess->name'", $previous); } } diff --git a/src/lib/MVC/Symfony/Security/HttpUtils.php b/src/lib/MVC/Symfony/Security/HttpUtils.php index 4e1e8c725b..ee4a932524 100644 --- a/src/lib/MVC/Symfony/Security/HttpUtils.php +++ b/src/lib/MVC/Symfony/Security/HttpUtils.php @@ -31,8 +31,10 @@ private function analyzeLink(string $path): string return $path; } - public function generateUri(Request $request, string $path): string - { + public function generateUri( + Request $request, + string $path + ): string { if ($this->isRouteName($path)) { // Remove SiteAccess attribute to avoid triggering reverse SiteAccess lookup during link generation. $request->attributes->remove('siteaccess'); @@ -41,8 +43,10 @@ public function generateUri(Request $request, string $path): string return parent::generateUri($request, $this->analyzeLink($path)); } - public function checkRequestPath(Request $request, string $path): bool - { + public function checkRequestPath( + Request $request, + string $path + ): bool { return parent::checkRequestPath($request, $this->analyzeLink($path)); } diff --git a/src/lib/MVC/Symfony/Security/ReferenceUserInterface.php b/src/lib/MVC/Symfony/Security/ReferenceUserInterface.php index 48002cfa10..6194ff79b5 100644 --- a/src/lib/MVC/Symfony/Security/ReferenceUserInterface.php +++ b/src/lib/MVC/Symfony/Security/ReferenceUserInterface.php @@ -7,6 +7,9 @@ namespace Ibexa\Core\MVC\Symfony\Security; +use Ibexa\Contracts\Core\Repository\Values\User\User; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; + /** * Interface for Repository based users, where we only serialize user id / Reference in session values. * @@ -19,7 +22,7 @@ interface ReferenceUserInterface extends UserInterface { /** - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserReference + * @return UserReference */ public function getAPIUserReference(); @@ -27,7 +30,7 @@ public function getAPIUserReference(); * @throws \LogicException If api user has not been refreshed yet by UserProvider after being * unserialized from session. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ public function getAPIUser(); } diff --git a/src/lib/MVC/Symfony/Security/User.php b/src/lib/MVC/Symfony/Security/User.php index db17bbc6d4..3811c6f3cd 100644 --- a/src/lib/MVC/Symfony/Security/User.php +++ b/src/lib/MVC/Symfony/Security/User.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\MVC\Symfony\Security; use Ibexa\Contracts\Core\Repository\Values\User\User as APIUser; +use Ibexa\Core\MVC\Symfony\Security\User\BaseProvider; use Ibexa\Core\Repository\Values\User\UserReference; use Stringable; use Symfony\Component\Security\Core\User\EquatableInterface; @@ -27,8 +28,10 @@ class User implements ReferenceUserInterface, EquatableInterface, PasswordAuthen /** * @param string[] $roles */ - public function __construct(APIUser $user, array $roles = []) - { + public function __construct( + APIUser $user, + array $roles = [] + ) { $this->user = $user; $this->reference = new UserReference($user->getUserId()); $this->roles = $roles; @@ -95,9 +98,7 @@ public function getUserIdentifier(): string * This is important if, at any given point, sensitive information like * the plain-text password is stored on this object. */ - public function eraseCredentials(): void - { - } + public function eraseCredentials(): void {} public function getAPIUserReference(): UserReference { @@ -140,7 +141,7 @@ public function __toString(): string /** * Make sure we don't serialize the whole API user object given it's a full fledged api content object. We set - * (& either way refresh) the user object in {@see \Ibexa\Core\MVC\Symfony\Security\User\BaseProvider::refreshUser} + * (& either way refresh) the user object in {@see BaseProvider::refreshUser} * when object wakes back up from session. * * @return string[] diff --git a/src/lib/MVC/Symfony/Security/User/APIUserProviderInterface.php b/src/lib/MVC/Symfony/Security/User/APIUserProviderInterface.php index dfd57ff395..e979b3ec50 100644 --- a/src/lib/MVC/Symfony/Security/User/APIUserProviderInterface.php +++ b/src/lib/MVC/Symfony/Security/User/APIUserProviderInterface.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\Security\User; use Ibexa\Contracts\Core\Repository\Values\User\User as APIUser; +use Ibexa\Core\MVC\Symfony\Security\User; use Symfony\Component\Security\Core\User\UserProviderInterface; /** @@ -20,9 +21,9 @@ interface APIUserProviderInterface extends UserProviderInterface /** * Loads a regular user object, usable by Symfony Security component, from a user object returned by Public API. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $apiUser + * @param APIUser $apiUser * - * @return \Ibexa\Core\MVC\Symfony\Security\User + * @return User */ public function loadUserByAPIUser(APIUser $apiUser); } diff --git a/src/lib/MVC/Symfony/Security/User/BaseProvider.php b/src/lib/MVC/Symfony/Security/User/BaseProvider.php index a75f3e5ac6..2d02b814da 100644 --- a/src/lib/MVC/Symfony/Security/User/BaseProvider.php +++ b/src/lib/MVC/Symfony/Security/User/BaseProvider.php @@ -22,10 +22,10 @@ abstract class BaseProvider implements APIUserProviderInterface { - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ protected $permissionResolver; - /** @var \Ibexa\Contracts\Core\Repository\UserService */ + /** @var UserService */ protected $userService; public function __construct( @@ -74,9 +74,9 @@ public function supportsClass($class): bool /** * Loads a regular user object, usable by Symfony Security component, from a user object returned by Public API. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $apiUser + * @param APIUser $apiUser * - * @return \Ibexa\Core\MVC\Symfony\Security\User + * @return User */ public function loadUserByAPIUser(APIUser $apiUser) { @@ -86,9 +86,9 @@ public function loadUserByAPIUser(APIUser $apiUser) /** * Creates user object, usable by Symfony Security component, from a user object returned by Public API. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $apiUser + * @param APIUser $apiUser * - * @return \Ibexa\Core\MVC\Symfony\Security\User + * @return User */ protected function createSecurityUser(APIUser $apiUser): User { diff --git a/src/lib/MVC/Symfony/Security/User/EmailProvider.php b/src/lib/MVC/Symfony/Security/User/EmailProvider.php index 4976c77933..c32b1c09a5 100644 --- a/src/lib/MVC/Symfony/Security/User/EmailProvider.php +++ b/src/lib/MVC/Symfony/Security/User/EmailProvider.php @@ -21,7 +21,7 @@ public function loadUserByIdentifier(string $identifier): UserInterface return $this->createSecurityUser( $this->userService->loadUserByEmail($identifier) ); - } catch (NotFoundException|InvalidArgumentException $e) { + } catch (NotFoundException | InvalidArgumentException $e) { throw new UserNotFoundException($e->getMessage(), 0, $e); } } diff --git a/src/lib/MVC/Symfony/Security/User/UsernameProvider.php b/src/lib/MVC/Symfony/Security/User/UsernameProvider.php index 865777eee7..fca3cd594a 100644 --- a/src/lib/MVC/Symfony/Security/User/UsernameProvider.php +++ b/src/lib/MVC/Symfony/Security/User/UsernameProvider.php @@ -21,7 +21,7 @@ public function loadUserByIdentifier(string $identifier): UserInterface return $this->createSecurityUser( $this->userService->loadUserByLogin($identifier) ); - } catch (NotFoundException|InvalidArgumentException $e) { + } catch (NotFoundException | InvalidArgumentException $e) { throw new UserNotFoundException($e->getMessage(), 0, $e); } } diff --git a/src/lib/MVC/Symfony/Security/UserChecker.php b/src/lib/MVC/Symfony/Security/UserChecker.php index 40703b4b8b..da19227d1c 100644 --- a/src/lib/MVC/Symfony/Security/UserChecker.php +++ b/src/lib/MVC/Symfony/Security/UserChecker.php @@ -17,7 +17,7 @@ final class UserChecker implements UserCheckerInterface { - /** @var \Ibexa\Contracts\Core\Repository\UserService */ + /** @var UserService */ private $userService; public function __construct(UserService $userService) diff --git a/src/lib/MVC/Symfony/Security/UserInterface.php b/src/lib/MVC/Symfony/Security/UserInterface.php index 02886004f7..091f78c2b3 100644 --- a/src/lib/MVC/Symfony/Security/UserInterface.php +++ b/src/lib/MVC/Symfony/Security/UserInterface.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\MVC\Symfony\Security; +use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\User as APIUser; use Symfony\Component\Security\Core\User\UserInterface as BaseUserInterface; @@ -16,14 +17,14 @@ interface UserInterface extends BaseUserInterface { /** - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ public function getAPIUser(); /** * @deprecated Will be replaced by {@link ReferenceUserInterface::getAPIUser()}, adding LogicException to signature. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $apiUser + * @param User $apiUser */ public function setAPIUser(APIUser $apiUser); } diff --git a/src/lib/MVC/Symfony/Security/UserWrapped.php b/src/lib/MVC/Symfony/Security/UserWrapped.php index 941461a7e3..2243d5322c 100644 --- a/src/lib/MVC/Symfony/Security/UserWrapped.php +++ b/src/lib/MVC/Symfony/Security/UserWrapped.php @@ -32,8 +32,10 @@ class UserWrapped implements ReferenceUserInterface, EquatableInterface private APIUserReference $apiUserReference; - public function __construct(UserInterface $wrappedUser, APIUser $apiUser) - { + public function __construct( + UserInterface $wrappedUser, + APIUser $apiUser + ) { $this->setWrappedUser($wrappedUser); $this->apiUser = $apiUser; $this->apiUserReference = new UserReference($apiUser->getUserId()); @@ -67,7 +69,7 @@ public function getAPIUserReference(): APIUserReference } /** - * @throws \InvalidArgumentException If $wrappedUser is instance of self or User to avoid duplicated APIUser in + * @throws InvalidArgumentException If $wrappedUser is instance of self or User to avoid duplicated APIUser in * session. */ public function setWrappedUser(UserInterface $wrappedUser): void @@ -108,7 +110,7 @@ public function isEqualTo(UserInterface $user): bool } /** - * @see \Ibexa\Core\MVC\Symfony\Security\User::__sleep + * @see User::__sleep */ public function __sleep(): array { diff --git a/src/lib/MVC/Symfony/SiteAccess.php b/src/lib/MVC/Symfony/SiteAccess.php index b7e0755de5..dc4442aa07 100644 --- a/src/lib/MVC/Symfony/SiteAccess.php +++ b/src/lib/MVC/Symfony/SiteAccess.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony; use Ibexa\Contracts\Core\Repository\Values\ValueObject; +use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; use JsonSerializable; /** @@ -24,7 +25,7 @@ class SiteAccess extends ValueObject implements JsonSerializable */ public $name; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccessGroup[] */ + /** @var SiteAccessGroup[] */ public $groups = []; /** @@ -38,7 +39,7 @@ class SiteAccess extends ValueObject implements JsonSerializable /** * The matcher instance that has been used to discover the siteaccess. * - * @var \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher + * @var Matcher */ public $matcher; diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher.php b/src/lib/MVC/Symfony/SiteAccess/Matcher.php index 87c3fff24a..d4f204498f 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher.php @@ -17,7 +17,7 @@ interface Matcher /** * Injects the request object to match against. * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request */ public function setRequest(SimplifiedRequest $request); diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound.php b/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound.php index 6040f7744e..395903ca8f 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; use Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest; +use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; use Ibexa\Core\MVC\Symfony\SiteAccess\MatcherBuilderInterface; use Ibexa\Core\MVC\Symfony\SiteAccess\URILexer; @@ -33,11 +34,11 @@ abstract class Compound implements CompoundInterface, URILexer * Matchers' map. * Consists of an array of matchers, grouped by ruleset (so an array of an array of matchers). * - * @phpstan-var array | literal-string, \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher>> + * @phpstan-var array | literal-string, Matcher>> */ protected array $matchersMap; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher[] */ + /** @var Matcher[] */ protected array $subMatchers = []; protected MatcherBuilderInterface $matcherBuilder; diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound/LogicalAnd.php b/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound/LogicalAnd.php index 98fa7425c8..d157480791 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound/LogicalAnd.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound/LogicalAnd.php @@ -17,7 +17,7 @@ class LogicalAnd extends Compound { public const string NAME = 'logicalAnd'; - public function match(): string|bool + public function match(): string | bool { foreach ($this->config as $i => $rule) { foreach ($rule['matchers'] as $subMatcherClass => $matchingConfig) { diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound/LogicalOr.php b/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound/LogicalOr.php index f9a36e74b7..5686766571 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound/LogicalOr.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher/Compound/LogicalOr.php @@ -17,7 +17,7 @@ class LogicalOr extends Compound { public const string NAME = 'logicalOr'; - public function match(): false|string + public function match(): false | string { foreach ($this->config as $i => $rule) { foreach ($rule['matchers'] as $subMatcherClass => $matchingConfig) { diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher/CompoundInterface.php b/src/lib/MVC/Symfony/SiteAccess/Matcher/CompoundInterface.php index 59b2639beb..a3b8268c6a 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher/CompoundInterface.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher/CompoundInterface.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; +use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; use Ibexa\Core\MVC\Symfony\SiteAccess\MatcherBuilderInterface; use Ibexa\Core\MVC\Symfony\SiteAccess\VersatileMatcher; @@ -15,21 +16,21 @@ interface CompoundInterface extends VersatileMatcher /** * Injects the matcher builder to allow the Compound matcher to properly build the underlying matchers. * - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\MatcherBuilderInterface $matcherBuilder + * @param MatcherBuilderInterface $matcherBuilder */ public function setMatcherBuilder(MatcherBuilderInterface $matcherBuilder): void; /** * Returns all used sub-matchers. * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher[] + * @return Matcher[] */ public function getSubMatchers(): array; /** * Replaces sub-matchers. * - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher[] $subMatchers + * @param Matcher[] $subMatchers */ public function setSubMatchers(array $subMatchers): void; } diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher/HostElement.php b/src/lib/MVC/Symfony/SiteAccess/Matcher/HostElement.php index b9605822c7..ccbb60d26a 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher/HostElement.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher/HostElement.php @@ -30,7 +30,7 @@ class HostElement implements VersatileMatcher /** * @param array|int $elementNumber Number of elements to take into account. */ - public function __construct(array|int $elementNumber) + public function __construct(array | int $elementNumber) { if (is_array($elementNumber)) { // DI config parser will create an array with 'value' => number @@ -50,7 +50,7 @@ public function __sleep() * * @return string|false SiteAccess matched or false. */ - public function match(): string|bool + public function match(): string | bool { $elements = $this->getHostElements(); @@ -65,7 +65,7 @@ public function getName(): string /** * Injects the request object to match against. * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request */ public function setRequest(SimplifiedRequest $request): void { diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher/Map.php b/src/lib/MVC/Symfony/SiteAccess/Matcher/Map.php index b01f0fc041..413cd03e57 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher/Map.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher/Map.php @@ -79,7 +79,7 @@ public function getMapKey(): ?string return $this->key; } - public function match(): string|bool + public function match(): string | bool { return $this->map[$this->key] ?? false; } diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/Host.php b/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/Host.php index a5f7e543e7..b79cd6b2ff 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/Host.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/Host.php @@ -21,7 +21,7 @@ public function getName(): string /** * Injects the request object to match against. * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request */ public function setRequest(SimplifiedRequest $request): void { diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/Port.php b/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/Port.php index a191623670..083b3bf8b2 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/Port.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/Port.php @@ -33,7 +33,7 @@ public function getName(): string /** * Injects the request object to match against. * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request */ public function setRequest(SimplifiedRequest $request): void { diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/URI.php b/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/URI.php index b4f37ca867..4b62120c25 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/URI.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher/Map/URI.php @@ -17,7 +17,7 @@ class URI extends Map implements URILexer /** * Injects the request object to match against. * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request */ public function setRequest(SimplifiedRequest $request): void { diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher/Regex.php b/src/lib/MVC/Symfony/SiteAccess/Matcher/Regex.php index 8a35c26cb0..e925d048a9 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher/Regex.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher/Regex.php @@ -29,14 +29,16 @@ abstract class Regex implements Matcher protected SimplifiedRequest $request; - protected string|false $matchedSiteAccess; + protected string | false $matchedSiteAccess; /** * @param string $regex Regular Expression to use. * @param int $itemNumber Item number to pick in regex. */ - public function __construct(string $regex, int $itemNumber) - { + public function __construct( + string $regex, + int $itemNumber + ) { $this->regex = $regex; $this->itemNumber = $itemNumber; } @@ -46,7 +48,7 @@ public function __sleep() return ['regex', 'itemNumber', 'matchedSiteAccess']; } - public function match(): string|bool + public function match(): string | bool { return $this->getMatchedSiteAccess(); } @@ -54,7 +56,7 @@ public function match(): string|bool /** * Returns matched SiteAccess. */ - protected function getMatchedSiteAccess(): string|false + protected function getMatchedSiteAccess(): string | false { if (isset($this->matchedSiteAccess)) { return $this->matchedSiteAccess; @@ -74,7 +76,7 @@ protected function getMatchedSiteAccess(): string|false /** * Injects the request object to match against. * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request */ public function setRequest(SimplifiedRequest $request): void { diff --git a/src/lib/MVC/Symfony/SiteAccess/Matcher/URIElement.php b/src/lib/MVC/Symfony/SiteAccess/Matcher/URIElement.php index a35904d16d..8874a5ba63 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Matcher/URIElement.php +++ b/src/lib/MVC/Symfony/SiteAccess/Matcher/URIElement.php @@ -32,7 +32,7 @@ class URIElement implements VersatileMatcher, URILexer /** * @param array|int $elementNumber Number of elements to take into account. */ - public function __construct(array|int $elementNumber) + public function __construct(array | int $elementNumber) { if (is_array($elementNumber)) { // DI config parser will create an array with 'value' => number @@ -52,7 +52,7 @@ public function __sleep() * * @return string|false SiteAccess matched or false. */ - public function match(): string|bool + public function match(): string | bool { try { return implode('_', $this->getURIElements()); @@ -64,7 +64,7 @@ public function match(): string|bool /** * Returns URI elements as an array. * - * @throws \LogicException + * @throws LogicException * * @return string[] */ @@ -106,7 +106,7 @@ public function getName(): string /** * Injects the request object to match against. * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request */ public function setRequest(SimplifiedRequest $request): void { @@ -177,7 +177,7 @@ public function analyseLink($linkUri): string * * @param string $siteAccessName * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\URIElement|null + * @return URIElement|null * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if request is not set */ diff --git a/src/lib/MVC/Symfony/SiteAccess/MatcherBuilder.php b/src/lib/MVC/Symfony/SiteAccess/MatcherBuilder.php index cfe5772426..af8f6e87c1 100644 --- a/src/lib/MVC/Symfony/SiteAccess/MatcherBuilder.php +++ b/src/lib/MVC/Symfony/SiteAccess/MatcherBuilder.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest; +use Ibexa\Core\MVC\Symfony\SiteAccess; /** * Siteaccess matcher builder, based on class names. @@ -17,16 +18,19 @@ class MatcherBuilder implements MatcherBuilderInterface /** * Builds siteaccess matcher. * In the siteaccess configuration, if the matcher class begins with a "\" (FQ class name), it will be used as is, passing the matching configuration in the constructor. - * Otherwise, given matching class will be relative to {@see \Ibexa\Core\MVC\Symfony\SiteAccess} namespace. + * Otherwise, given matching class will be relative to {@see SiteAccess} namespace. * * @param string $matcherIdentifier "Identifier" of the matcher to build (i.e. its FQ class name). * @param mixed $matchingConfiguration Configuration to pass to the matcher. Can be anything the matcher supports. - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request The request to match against. + * @param SimplifiedRequest $request The request to match against. * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher + * @return Matcher */ - public function buildMatcher($matcherIdentifier, $matchingConfiguration, SimplifiedRequest $request) - { + public function buildMatcher( + $matcherIdentifier, + $matchingConfiguration, + SimplifiedRequest $request + ) { // If class begins with a '\' it means it's a FQ class name, // otherwise it is relative to this namespace. if ($matcherIdentifier[0] !== '\\') { diff --git a/src/lib/MVC/Symfony/SiteAccess/MatcherBuilderInterface.php b/src/lib/MVC/Symfony/SiteAccess/MatcherBuilderInterface.php index 24dae14b79..b99199d863 100644 --- a/src/lib/MVC/Symfony/SiteAccess/MatcherBuilderInterface.php +++ b/src/lib/MVC/Symfony/SiteAccess/MatcherBuilderInterface.php @@ -16,11 +16,15 @@ interface MatcherBuilderInterface * * @param string $matcherIdentifier "Identifier" of the matcher to build (i.e. its FQ class name). * @param mixed $matchingConfiguration Configuration to pass to the matcher. Can be anything the matcher supports. - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request The request to match against. + * @param SimplifiedRequest $request The request to match against. * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher + * @return Matcher * * @throws \RuntimeException */ - public function buildMatcher($matcherIdentifier, $matchingConfiguration, SimplifiedRequest $request); + public function buildMatcher( + $matcherIdentifier, + $matchingConfiguration, + SimplifiedRequest $request + ); } diff --git a/src/lib/MVC/Symfony/SiteAccess/Provider/ChainSiteAccessProvider.php b/src/lib/MVC/Symfony/SiteAccess/Provider/ChainSiteAccessProvider.php index 302ab528f1..406d406e70 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Provider/ChainSiteAccessProvider.php +++ b/src/lib/MVC/Symfony/SiteAccess/Provider/ChainSiteAccessProvider.php @@ -15,11 +15,11 @@ final class ChainSiteAccessProvider implements SiteAccessProviderInterface { - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface[] */ + /** @var SiteAccessProviderInterface[] */ private $providers; /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface[] $providers + * @param SiteAccessProviderInterface[] $providers */ public function __construct(iterable $providers = []) { @@ -49,7 +49,7 @@ public function isDefined(string $name): bool } /** - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ public function getSiteAccess(string $name): SiteAccess { diff --git a/src/lib/MVC/Symfony/SiteAccess/Router.php b/src/lib/MVC/Symfony/SiteAccess/Router.php index 3e31f17a72..9278c89862 100644 --- a/src/lib/MVC/Symfony/SiteAccess/Router.php +++ b/src/lib/MVC/Symfony/SiteAccess/Router.php @@ -45,7 +45,7 @@ class Router implements SiteAccessRouterInterface, SiteAccessAware * "ezpublish.admin.dev" => "ibexa_demo_site_admin", * ), * // Using a custom matcher (class must begin with a '\', as a full qualified class name). - * // The custom matcher must implement {@see \Ibexa\Core\MVC\Symfony\SiteAccess} interface. + * // The custom matcher must implement {@see SiteAccess} interface. * "\\My\\Custom\\Matcher" => array( * "something_to_match_against" => "siteaccess_name" * ) @@ -56,33 +56,33 @@ class Router implements SiteAccessRouterInterface, SiteAccessAware */ protected $siteAccessesConfiguration; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface */ + /** @var SiteAccessProviderInterface */ protected $siteAccessProvider; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ protected $siteAccess; /** @var string */ protected $siteAccessClass; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ protected $logger; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\MatcherBuilderInterface */ + /** @var MatcherBuilderInterface */ protected $matcherBuilder; - /** @var \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest */ + /** @var SimplifiedRequest */ protected $request; /** @var bool */ protected $debug; /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\MatcherBuilderInterface $matcherBuilder - * @param \Psr\Log\LoggerInterface $logger + * @param MatcherBuilderInterface $matcherBuilder + * @param LoggerInterface $logger * @param string $defaultSiteAccess * @param array $siteAccessesConfiguration - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface $siteAccessProvider + * @param SiteAccessProviderInterface $siteAccessProvider * @param string|null $siteAccessClass * @param bool $debug */ @@ -106,7 +106,7 @@ public function __construct( } /** - * @return \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest + * @return SimplifiedRequest */ public function getRequest() { @@ -116,9 +116,9 @@ public function getRequest() /** * Performs SiteAccess matching given the $request. * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess + * @return SiteAccess */ public function match(SimplifiedRequest $request) { @@ -173,9 +173,9 @@ public function match(SimplifiedRequest $request) * Returns the SiteAccess object matched against $request and the siteaccess configuration. * If nothing could be matched, the default siteaccess is returned, with "default" as matching type. * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess + * @return SiteAccess */ private function doMatch(SimplifiedRequest $request) { @@ -208,7 +208,7 @@ private function doMatch(SimplifiedRequest $request) * * @param string $siteAccessName * - * @throws \InvalidArgumentException If $siteAccessName is invalid (i.e. not present in configured list). + * @throws InvalidArgumentException If $siteAccessName is invalid (i.e. not present in configured list). */ public function matchByName($siteAccessName): ?SiteAccess { @@ -239,7 +239,7 @@ public function matchByName($siteAccessName): ?SiteAccess continue; } - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess $siteAccess */ + /** @var SiteAccess $siteAccess */ $siteAccess = new $siteAccessClass($siteAccessName); $siteAccess->matcher = $reverseMatcher; $siteAccess->matchingType = $reverseMatcher->getName(); @@ -254,7 +254,7 @@ public function matchByName($siteAccessName): ?SiteAccess } /** - * @return \Ibexa\Core\MVC\Symfony\SiteAccess|null + * @return SiteAccess|null */ public function getSiteAccess() { @@ -262,7 +262,7 @@ public function getSiteAccess() } /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess|null $siteAccess + * @param SiteAccess|null $siteAccess */ public function setSiteAccess(?SiteAccess $siteAccess = null) { diff --git a/src/lib/MVC/Symfony/SiteAccess/SiteAccessRouterInterface.php b/src/lib/MVC/Symfony/SiteAccess/SiteAccessRouterInterface.php index da371570d8..87acb1d506 100644 --- a/src/lib/MVC/Symfony/SiteAccess/SiteAccessRouterInterface.php +++ b/src/lib/MVC/Symfony/SiteAccess/SiteAccessRouterInterface.php @@ -7,18 +7,20 @@ namespace Ibexa\Core\MVC\Symfony\SiteAccess; +use Ibexa\Core\MVC\Exception\InvalidSiteAccessException; use Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest; +use Ibexa\Core\MVC\Symfony\SiteAccess; interface SiteAccessRouterInterface { /** * Performs SiteAccess matching given the $request. * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request * - * @throws \Ibexa\Core\MVC\Exception\InvalidSiteAccessException + * @throws InvalidSiteAccessException * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess + * @return SiteAccess */ public function match(SimplifiedRequest $request); @@ -31,7 +33,7 @@ public function match(SimplifiedRequest $request); * * @throws \InvalidArgumentException If $siteAccessName is invalid (i.e. not present in configured list). * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess + * @return SiteAccess */ public function matchByName($siteAccessName); } diff --git a/src/lib/MVC/Symfony/SiteAccess/SiteAccessService.php b/src/lib/MVC/Symfony/SiteAccess/SiteAccessService.php index 88e10f9c6b..dc32418214 100644 --- a/src/lib/MVC/Symfony/SiteAccess/SiteAccessService.php +++ b/src/lib/MVC/Symfony/SiteAccess/SiteAccessService.php @@ -11,17 +11,18 @@ use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\MVC\Symfony\SiteAccess; + use function iterator_to_array; class SiteAccessService implements SiteAccessServiceInterface, SiteAccessAware { - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface */ + /** @var SiteAccessProviderInterface */ private $provider; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ private $siteAccess; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; public function __construct( @@ -66,7 +67,7 @@ public function getSiteAccessesRelation(?SiteAccess $siteAccess = null): array $siteAccess = $siteAccess ?? $this->siteAccess; $saRelationMap = []; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess[] $saList */ + /** @var SiteAccess[] $saList */ $saList = iterator_to_array($this->provider->getSiteAccesses()); // First build the SiteAccess relation map, indexed by repository and rootLocationId. foreach ($saList as $sa) { diff --git a/src/lib/MVC/Symfony/SiteAccess/SiteAccessServiceInterface.php b/src/lib/MVC/Symfony/SiteAccess/SiteAccessServiceInterface.php index 05f7d29f46..bbcdd4798b 100644 --- a/src/lib/MVC/Symfony/SiteAccess/SiteAccessServiceInterface.php +++ b/src/lib/MVC/Symfony/SiteAccess/SiteAccessServiceInterface.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\SiteAccess; +use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\MVC\Symfony\SiteAccess; /** @@ -18,12 +19,12 @@ interface SiteAccessServiceInterface public function exists(string $name): bool; /** - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ public function get(string $name): SiteAccess; /** - * @return \Ibexa\Core\MVC\Symfony\SiteAccess[] + * @return SiteAccess[] */ public function getAll(): iterable; diff --git a/src/lib/MVC/Symfony/SiteAccess/VersatileMatcher.php b/src/lib/MVC/Symfony/SiteAccess/VersatileMatcher.php index 556da9206e..f9603d19a6 100644 --- a/src/lib/MVC/Symfony/SiteAccess/VersatileMatcher.php +++ b/src/lib/MVC/Symfony/SiteAccess/VersatileMatcher.php @@ -22,7 +22,7 @@ interface VersatileMatcher extends Matcher * * Note: VersatileMatcher objects always receive a request with cleaned-up pathInfo (i.e. no SiteAccess part inside). * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess\VersatileMatcher|null Typically the current matcher, with an updated request. + * @return VersatileMatcher|null Typically the current matcher, with an updated request. */ public function reverseMatch(string $siteAccessName): ?VersatileMatcher; diff --git a/src/lib/MVC/Symfony/Templating/Exception/MissingFieldBlockException.php b/src/lib/MVC/Symfony/Templating/Exception/MissingFieldBlockException.php index 162376330a..dc16b1fffc 100644 --- a/src/lib/MVC/Symfony/Templating/Exception/MissingFieldBlockException.php +++ b/src/lib/MVC/Symfony/Templating/Exception/MissingFieldBlockException.php @@ -9,6 +9,4 @@ use RuntimeException; -class MissingFieldBlockException extends RuntimeException -{ -} +class MissingFieldBlockException extends RuntimeException {} diff --git a/src/lib/MVC/Symfony/Templating/FieldBlockRendererInterface.php b/src/lib/MVC/Symfony/Templating/FieldBlockRendererInterface.php index 201fb58949..561141d42f 100644 --- a/src/lib/MVC/Symfony/Templating/FieldBlockRendererInterface.php +++ b/src/lib/MVC/Symfony/Templating/FieldBlockRendererInterface.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; +use Ibexa\Core\Base\Exceptions\InvalidArgumentException; /** * Interface for content fields/fieldDefinitions renderers. @@ -20,44 +21,58 @@ interface FieldBlockRendererInterface /** * Renders the HTML view markup for a given field. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field * @param string $fieldTypeIdentifier FieldType identifier for $field * @param array $params An array of parameters to pass to the field view * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException If no field with provided $fieldIdentifier can be found in $content. + * @throws InvalidArgumentException If no field with provided $fieldIdentifier can be found in $content. * * @return string */ - public function renderContentFieldView(Field $field, $fieldTypeIdentifier, array $params = []); + public function renderContentFieldView( + Field $field, + $fieldTypeIdentifier, + array $params = [] + ); /** * Renders the HTML edit markup for a given field. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field * @param string $fieldTypeIdentifier FieldType identifier for $field * @param array $params An array of parameters to pass to the field edit view * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException If no field with provided $fieldIdentifier can be found in $content. + * @throws InvalidArgumentException If no field with provided $fieldIdentifier can be found in $content. * * @return string */ - public function renderContentFieldEdit(Field $field, $fieldTypeIdentifier, array $params = []); + public function renderContentFieldEdit( + Field $field, + $fieldTypeIdentifier, + array $params = [] + ); /** * Renders the HTML view markup for the given field definition. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition + * @param FieldDefinition $fieldDefinition * * @return string */ - public function renderFieldDefinitionView(FieldDefinition $fieldDefinition, array $params = []); + public function renderFieldDefinitionView( + FieldDefinition $fieldDefinition, + array $params = [] + ); /** * Renders the HTML edot markup for the given field definition. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition + * @param FieldDefinition $fieldDefinition * * @return string */ - public function renderFieldDefinitionEdit(FieldDefinition $fieldDefinition, array $params = []); + public function renderFieldDefinitionEdit( + FieldDefinition $fieldDefinition, + array $params = [] + ); } diff --git a/src/lib/MVC/Symfony/Templating/GlobalHelper.php b/src/lib/MVC/Symfony/Templating/GlobalHelper.php index 83cc7cd0bd..ce91de3dda 100644 --- a/src/lib/MVC/Symfony/Templating/GlobalHelper.php +++ b/src/lib/MVC/Symfony/Templating/GlobalHelper.php @@ -8,10 +8,12 @@ namespace Ibexa\Core\MVC\Symfony\Templating; use Ibexa\Contracts\Core\Repository\LocationService; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\Helper\TranslationHelper; use Ibexa\Core\MVC\Symfony\RequestStackAware; use Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter; +use Ibexa\Core\MVC\Symfony\SiteAccess; use Symfony\Component\Routing\RouterInterface; /** @@ -22,16 +24,16 @@ class GlobalHelper { use RequestStackAware; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ protected $configResolver; - /** @var \Ibexa\Contracts\Core\Repository\LocationService */ + /** @var LocationService */ protected $locationService; - /** @var \Symfony\Component\Routing\RouterInterface */ + /** @var RouterInterface */ protected $router; - /** @var \Ibexa\Core\Helper\TranslationHelper */ + /** @var TranslationHelper */ protected $translationHelper; public function __construct( @@ -49,7 +51,7 @@ public function __construct( /** * Returns the current siteaccess. * - * @return \Ibexa\Core\MVC\Symfony\SiteAccess|null + * @return SiteAccess|null */ public function getSiteaccess() { @@ -131,7 +133,7 @@ public function getSystemUriString() /** * Returns the root location. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return Location */ public function getRootLocation() { @@ -165,7 +167,7 @@ public function getAvailableLanguages() /** * Returns the config resolver. * - * @return \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface + * @return ConfigResolverInterface */ public function getConfigResolver() { diff --git a/src/lib/MVC/Symfony/Templating/RenderContentStrategy.php b/src/lib/MVC/Symfony/Templating/RenderContentStrategy.php index d7d32ab035..1b11434cc6 100644 --- a/src/lib/MVC/Symfony/Templating/RenderContentStrategy.php +++ b/src/lib/MVC/Symfony/Templating/RenderContentStrategy.php @@ -25,8 +25,10 @@ public function supports(ValueObject $valueObject): bool return $valueObject instanceof Content; } - public function render(ValueObject $valueObject, RenderOptions $options): string - { + public function render( + ValueObject $valueObject, + RenderOptions $options + ): string { if (!$this->supports($valueObject)) { throw new InvalidArgumentException( 'valueObject', @@ -34,7 +36,7 @@ public function render(ValueObject $valueObject, RenderOptions $options): string ); } - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $content */ + /** @var Content $content */ $content = $valueObject; $currentRequest = $this->requestStack->getCurrentRequest(); diff --git a/src/lib/MVC/Symfony/Templating/RenderLocationStrategy.php b/src/lib/MVC/Symfony/Templating/RenderLocationStrategy.php index cb843a076e..20481ab2ab 100644 --- a/src/lib/MVC/Symfony/Templating/RenderLocationStrategy.php +++ b/src/lib/MVC/Symfony/Templating/RenderLocationStrategy.php @@ -24,8 +24,10 @@ public function supports(ValueObject $valueObject): bool return $valueObject instanceof Location; } - public function render(ValueObject $valueObject, RenderOptions $options): string - { + public function render( + ValueObject $valueObject, + RenderOptions $options + ): string { if (!$this->supports($valueObject)) { throw new InvalidArgumentException( 'valueObject', @@ -33,7 +35,7 @@ public function render(ValueObject $valueObject, RenderOptions $options): string ); } - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location $location */ + /** @var Location $location */ $location = $valueObject; $content = $location->getContent(); diff --git a/src/lib/MVC/Symfony/Templating/RenderOptions.php b/src/lib/MVC/Symfony/Templating/RenderOptions.php index 6df8ac26cd..d4bf8c65eb 100644 --- a/src/lib/MVC/Symfony/Templating/RenderOptions.php +++ b/src/lib/MVC/Symfony/Templating/RenderOptions.php @@ -28,8 +28,10 @@ public function all(): array return $this->options; } - public function get(string $key, mixed $default = null): mixed - { + public function get( + string $key, + mixed $default = null + ): mixed { if ($this->has($key)) { return $this->options[$key]; } @@ -37,8 +39,10 @@ public function get(string $key, mixed $default = null): mixed return $default; } - public function set(string $key, mixed $value): void - { + public function set( + string $key, + mixed $value + ): void { $this->options[$key] = $value; } diff --git a/src/lib/MVC/Symfony/Templating/RenderStrategy.php b/src/lib/MVC/Symfony/Templating/RenderStrategy.php index fa0bf8bba5..b7f1df0249 100644 --- a/src/lib/MVC/Symfony/Templating/RenderStrategy.php +++ b/src/lib/MVC/Symfony/Templating/RenderStrategy.php @@ -14,7 +14,7 @@ final class RenderStrategy implements SPIRenderStrategy { - /** @var \Ibexa\Contracts\Core\MVC\Templating\RenderStrategy[] */ + /** @var SPIRenderStrategy[] */ private $strategies; public function __construct(iterable $strategies) @@ -33,8 +33,10 @@ public function supports(ValueObject $valueObject): bool return false; } - public function render(ValueObject $valueObject, RenderOptions $options): string - { + public function render( + ValueObject $valueObject, + RenderOptions $options + ): string { foreach ($this->strategies as $strategy) { if ($strategy->supports($valueObject)) { return $strategy->render($valueObject, $options); diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/ContentExtension.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/ContentExtension.php index 6ba905ba46..7cebcf400d 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/ContentExtension.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/ContentExtension.php @@ -12,7 +12,9 @@ use Ibexa\Contracts\Core\Repository\Values\Content\ContentAwareInterface; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Field; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\ValueObject; +use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\Helper\FieldHelper; use Ibexa\Core\Helper\FieldsGroups\FieldsGroupsList; use Ibexa\Core\Helper\TranslationHelper; @@ -27,18 +29,18 @@ */ class ContentExtension extends AbstractExtension { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Core\Helper\TranslationHelper */ + /** @var TranslationHelper */ protected $translationHelper; - /** @var \Ibexa\Core\Helper\FieldHelper */ + /** @var FieldHelper */ protected $fieldHelper; private FieldsGroupsList $fieldsGroupsList; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ protected $logger; public function __construct( @@ -103,12 +105,14 @@ public function getFunctions(): array /** * @param string $forcedLanguage Locale we want the content name translation in (e.g. "fre-FR"). Null by default (takes current locale) * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType When $content is not a valid Content, ContentInfo, or ContentAwareInterface object. + * @throws InvalidArgumentType When $content is not a valid Content, ContentInfo, or ContentAwareInterface object. * * @return string */ - public function getTranslatedContentName(Content|ContentInfo|ContentAwareInterface $data, $forcedLanguage = null) - { + public function getTranslatedContentName( + Content | ContentInfo | ContentAwareInterface $data, + $forcedLanguage = null + ) { $content = $this->resolveData($data); if ($content instanceof Content) { return $this->translationHelper->getTranslatedContentName($content, $forcedLanguage); @@ -124,10 +128,13 @@ public function getTranslatedContentName(Content|ContentInfo|ContentAwareInterfa * @param string $fieldDefIdentifier Identifier for the field we want to get. * @param string $forcedLanguage Locale we want the field in (e.g. "cro-HR"). Null by default (takes current locale). * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field + * @return Field */ - public function getTranslatedField(Content|ContentAwareInterface $data, $fieldDefIdentifier, $forcedLanguage = null) - { + public function getTranslatedField( + Content | ContentAwareInterface $data, + $fieldDefIdentifier, + $forcedLanguage = null + ) { return $this->translationHelper->getTranslatedField($this->getContent($data), $fieldDefIdentifier, $forcedLanguage); } @@ -137,8 +144,11 @@ public function getTranslatedField(Content|ContentAwareInterface $data, $fieldDe * * @return mixed A primitive type or a field type Value object depending on the field type. */ - public function getTranslatedFieldValue(Content|ContentAwareInterface $data, $fieldDefIdentifier, $forcedLanguage = null) - { + public function getTranslatedFieldValue( + Content | ContentAwareInterface $data, + $fieldDefIdentifier, + $forcedLanguage = null + ) { return $this->translationHelper->getTranslatedField($this->getContent($data), $fieldDefIdentifier, $forcedLanguage)->value; } @@ -148,12 +158,15 @@ public function getTranslatedFieldValue(Content|ContentAwareInterface $data, $fi * @param string $fieldDefIdentifier Identifier for the field we want to get the name from * @param string $forcedLanguage Locale we want the content name translation in (e.g. "fre-FR"). Null by default (takes current locale) * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType When $content is not a valid Content, ContentInfo, or ContentAwareInterface object. + * @throws InvalidArgumentType When $content is not a valid Content, ContentInfo, or ContentAwareInterface object. * * @return string|null */ - public function getTranslatedFieldDefinitionName(Content|ContentInfo|ContentAwareInterface $data, $fieldDefIdentifier, $forcedLanguage = null) - { + public function getTranslatedFieldDefinitionName( + Content | ContentInfo | ContentAwareInterface $data, + $fieldDefIdentifier, + $forcedLanguage = null + ) { if ($contentType = $this->getContentType($this->resolveData($data))) { return $this->translationHelper->getTranslatedFieldDefinitionProperty( $contentType, @@ -172,8 +185,11 @@ public function getTranslatedFieldDefinitionName(Content|ContentInfo|ContentAwar * * @return string|null */ - public function getTranslatedFieldDefinitionDescription(Content|ContentInfo|ContentAwareInterface $data, $fieldDefIdentifier, $forcedLanguage = null) - { + public function getTranslatedFieldDefinitionDescription( + Content | ContentInfo | ContentAwareInterface $data, + $fieldDefIdentifier, + $forcedLanguage = null + ) { if ($contentType = $this->getContentType($this->resolveData($data))) { return $this->translationHelper->getTranslatedFieldDefinitionProperty( $contentType, @@ -184,8 +200,10 @@ public function getTranslatedFieldDefinitionDescription(Content|ContentInfo|Cont } } - public function hasField(Content|ContentAwareInterface $data, string $fieldDefIdentifier): bool - { + public function hasField( + Content | ContentAwareInterface $data, + string $fieldDefIdentifier + ): bool { $content = $this->getContent($data); return $content->getContentType()->hasFieldDefinition($fieldDefIdentifier); @@ -200,15 +218,18 @@ public function getFieldGroupName(string $identifier): ?string * Checks if a given field is considered empty. * This method accepts field as Objects or by identifiers. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field|string $fieldDefIdentifier Field or Field Identifier to + * @param Field|string $fieldDefIdentifier Field or Field Identifier to * get the value from. * @param string $forcedLanguage Locale we want the content name translation in (e.g. "fre-FR"). * Null by default (takes current locale). * * @return bool */ - public function isFieldEmpty(Content|ContentAwareInterface $data, $fieldDefIdentifier, $forcedLanguage = null) - { + public function isFieldEmpty( + Content | ContentAwareInterface $data, + $fieldDefIdentifier, + $forcedLanguage = null + ) { if ($fieldDefIdentifier instanceof Field) { $fieldDefIdentifier = $fieldDefIdentifier->fieldDefIdentifier; } @@ -219,9 +240,9 @@ public function isFieldEmpty(Content|ContentAwareInterface $data, $fieldDefIdent /** * Get ContentType by Content/ContentInfo. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType|null + * @return ContentType|null */ - private function getContentType(Content|ContentInfo $content) + private function getContentType(Content | ContentInfo $content) { if ($content instanceof Content) { return $this->repository->getContentTypeService()->loadContentType( @@ -232,7 +253,7 @@ private function getContentType(Content|ContentInfo $content) return $this->repository->getContentTypeService()->loadContentType($content->contentTypeId); } - public function getFirstFilledImageFieldIdentifier(Content|ContentAwareInterface $data) + public function getFirstFilledImageFieldIdentifier(Content | ContentAwareInterface $data) { $content = $this->getContent($data); foreach ($content->getFieldsByLanguage() as $field) { @@ -254,7 +275,7 @@ public function getFirstFilledImageFieldIdentifier(Content|ContentAwareInterface return null; } - private function resolveData(Content|ContentInfo|ContentAwareInterface $data): ValueObject + private function resolveData(Content | ContentInfo | ContentAwareInterface $data): ValueObject { if ($data instanceof Content || $data instanceof ContentInfo) { return $data; @@ -263,7 +284,7 @@ private function resolveData(Content|ContentInfo|ContentAwareInterface $data): V return $data->getContent(); } - private function getContent(Content|ContentAwareInterface $data): Content + private function getContent(Content | ContentAwareInterface $data): Content { if ($data instanceof Content) { return $data; diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/CoreExtension.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/CoreExtension.php index 973c3f6dff..6dbbc3b282 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/CoreExtension.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/CoreExtension.php @@ -13,7 +13,7 @@ class CoreExtension extends AbstractExtension implements GlobalsInterface { - /** @var \Ibexa\Core\MVC\Symfony\Templating\GlobalHelper */ + /** @var GlobalHelper */ private $globalHelper; public function __construct(GlobalHelper $globalHelper) diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php index bbf234881d..85c24da9c5 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php @@ -24,13 +24,13 @@ */ class FieldRenderingExtension extends AbstractExtension { - /** @var \Ibexa\Core\MVC\Symfony\Templating\FieldBlockRendererInterface */ + /** @var FieldBlockRendererInterface */ private $fieldBlockRenderer; - /** @var \Ibexa\Core\MVC\Symfony\FieldType\View\ParameterProviderRegistryInterface */ + /** @var ParameterProviderRegistryInterface */ private $parameterProviderRegistry; - /** @var \Ibexa\Core\Helper\TranslationHelper */ + /** @var TranslationHelper */ private $translationHelper; /** @@ -52,7 +52,12 @@ public function __construct( public function getFunctions() { - $renderFieldCallable = function (Environment $environment, Content|ContentAwareInterface $data, $fieldIdentifier, array $params = []) { + $renderFieldCallable = function ( + Environment $environment, + Content | ContentAwareInterface $data, + $fieldIdentifier, + array $params = [] + ) { $this->fieldBlockRenderer->setTwig($environment); return $this->renderField($this->getContent($data), $fieldIdentifier, $params); @@ -87,28 +92,33 @@ function ( * Renders the HTML for the settings for the given field definition * $definition. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition + * @param FieldDefinition $fieldDefinition * * @return string */ - public function renderFieldDefinitionSettings(FieldDefinition $fieldDefinition, array $params = []) - { + public function renderFieldDefinitionSettings( + FieldDefinition $fieldDefinition, + array $params = [] + ) { return $this->fieldBlockRenderer->renderFieldDefinitionView($fieldDefinition, $params); } /** * Renders the HTML for a given field. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * @param string $fieldIdentifier Identifier for the field we want to render * @param array $params An array of parameters to pass to the field view * * @return string The HTML markup * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function renderField(Content $content, $fieldIdentifier, array $params = []) - { + public function renderField( + Content $content, + $fieldIdentifier, + array $params = [] + ) { $field = $this->translationHelper->getTranslatedField($content, $fieldIdentifier, isset($params['lang']) ? $params['lang'] : null); if (!$field instanceof Field) { throw new InvalidArgumentException( @@ -126,14 +136,17 @@ public function renderField(Content $content, $fieldIdentifier, array $params = /** * Generates the array of parameter to pass to the field template. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field the Field to display + * @param Content $content + * @param Field $field the Field to display * @param array $params An array of parameters to pass to the field view * * @return array */ - private function getRenderFieldBlockParameters(Content $content, Field $field, array $params = []) - { + private function getRenderFieldBlockParameters( + Content $content, + Field $field, + array $params = [] + ) { // Merging passed parameters to default ones $params += [ 'parameters' => [], // parameters dedicated to template processing @@ -175,13 +188,15 @@ private function getRenderFieldBlockParameters(Content $content, Field $field, a /** * Returns the field type identifier for $field. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Content $content + * @param Field $field * * @return string */ - private function getFieldTypeIdentifier(Content $content, Field $field) - { + private function getFieldTypeIdentifier( + Content $content, + Field $field + ) { $contentType = $content->getContentType(); $key = $contentType->id . ' ' . $field->fieldDefIdentifier; @@ -194,7 +209,7 @@ private function getFieldTypeIdentifier(Content $content, Field $field) return $this->fieldTypeIdentifiers[$key]; } - private function getContent(Content|ContentAwareInterface $content): Content + private function getContent(Content | ContentAwareInterface $content): Content { if ($content instanceof Content) { return $content; diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtension.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtension.php index 08bc99da44..343814363a 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtension.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtension.php @@ -22,7 +22,7 @@ class FileSizeExtension extends AbstractExtension { /** - * @param \Symfony\Contracts\Translation\TranslatorInterface $translator + * @param TranslatorInterface $translator */ protected $translator; @@ -32,23 +32,27 @@ class FileSizeExtension extends AbstractExtension protected $suffixes; /** - * @param \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface $configResolver + * @param ConfigResolverInterface $configResolver */ protected $configResolver; /** - * @param \Ibexa\Core\MVC\Symfony\Locale\LocaleConverterInterface $localeConverter + * @param LocaleConverterInterface $localeConverter */ protected $localeConverter; /** - * @param \Symfony\Contracts\Translation\TranslatorInterface $translator - * @param \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface $configResolver - * @param \Ibexa\Core\MVC\Symfony\Locale\LocaleConverterInterface $localeConverter + * @param TranslatorInterface $translator + * @param ConfigResolverInterface $configResolver + * @param LocaleConverterInterface $localeConverter * @param array $suffixes */ - public function __construct(TranslatorInterface $translator, array $suffixes, ConfigResolverInterface $configResolver, LocaleConverterInterface $localeConverter) - { + public function __construct( + TranslatorInterface $translator, + array $suffixes, + ConfigResolverInterface $configResolver, + LocaleConverterInterface $localeConverter + ) { $this->translator = $translator; $this->suffixes = $suffixes; $this->configResolver = $configResolver; @@ -91,8 +95,10 @@ public function getFilters() * * @return string */ - public function sizeFilter($number, $precision): string|false - { + public function sizeFilter( + $number, + $precision + ): string | false { $mod = 1024; $index = count($this->suffixes); if ($number < ($mod ** $index)) { diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/ImageExtension.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/ImageExtension.php index 21abc9ac49..8e8247a3d4 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/ImageExtension.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/ImageExtension.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\InvalidVariationException; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; +use Ibexa\Contracts\Core\Variation\Values\Variation; use Ibexa\Contracts\Core\Variation\VariationHandler; use Ibexa\Core\FieldType\ImageAsset\AssetMapper; use Ibexa\Core\MVC\Exception\SourceImageNotFoundException; @@ -19,14 +20,16 @@ class ImageExtension extends AbstractExtension { - /** @var \Ibexa\Contracts\Core\Variation\VariationHandler */ + /** @var VariationHandler */ private $imageVariationService; - /** @var \Ibexa\Core\FieldType\ImageAsset\AssetMapper */ + /** @var AssetMapper */ protected $assetMapper; - public function __construct(VariationHandler $imageVariationService, AssetMapper $assetMapper) - { + public function __construct( + VariationHandler $imageVariationService, + AssetMapper $assetMapper + ) { $this->imageVariationService = $imageVariationService; $this->assetMapper = $assetMapper; } @@ -50,14 +53,17 @@ public function getFunctions(): array /** * Returns the image variation object for $field/$versionInfo. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param Field $field + * @param VersionInfo $versionInfo * @param string $variationName * - * @return \Ibexa\Contracts\Core\Variation\Values\Variation|null + * @return Variation|null */ - public function getImageVariation(Field $field, VersionInfo $versionInfo, $variationName) - { + public function getImageVariation( + Field $field, + VersionInfo $versionInfo, + $variationName + ) { try { return $this->imageVariationService->getVariation($field, $versionInfo, $variationName); } catch (InvalidVariationException $e) { diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/QueryRenderingExtension.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/QueryRenderingExtension.php index 5f3d465192..d4279e1067 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/QueryRenderingExtension.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/QueryRenderingExtension.php @@ -18,7 +18,7 @@ class QueryRenderingExtension extends AbstractExtension { private const VALID_TYPES = ['content', 'location']; - /** @var \Symfony\Component\HttpKernel\Fragment\FragmentHandler */ + /** @var FragmentHandler */ private $fragmentHandler; public function __construct(FragmentHandler $fragmentHandler) @@ -28,7 +28,10 @@ public function __construct(FragmentHandler $fragmentHandler) public function getFunctions(): array { - $typeCallable = function (string $type, array $options): ?string { + $typeCallable = function ( + string $type, + array $options + ): ?string { $this->assertTypeIsValid($type); return $this->fragmentHandler->render( @@ -36,7 +39,11 @@ public function getFunctions(): array ); }; - $typeAndRendererCallable = function (string $type, string $renderer, array $options): ?string { + $typeAndRendererCallable = function ( + string $type, + string $renderer, + array $options + ): ?string { $this->assertTypeIsValid($type); return $this->fragmentHandler->render( diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderContentExtension.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderContentExtension.php index 543ad0b1e7..a6e076856b 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderContentExtension.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderContentExtension.php @@ -22,10 +22,10 @@ */ final class RenderContentExtension extends AbstractExtension { - /** @var \Ibexa\Core\MVC\Symfony\Templating\RenderContentStrategy */ + /** @var RenderContentStrategy */ private $renderContentStrategy; - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ private $eventDispatcher; public function __construct( @@ -47,8 +47,10 @@ public function getFunctions(): array ]; } - public function renderContent(Content|ContentAwareInterface $data, array $options = []): string - { + public function renderContent( + Content | ContentAwareInterface $data, + array $options = [] + ): string { $renderOptions = new RenderOptions($options); $event = $this->eventDispatcher->dispatch( new ResolveRenderOptionsEvent($renderOptions) @@ -57,7 +59,7 @@ public function renderContent(Content|ContentAwareInterface $data, array $option return $this->renderContentStrategy->render($this->getContent($data), $event->getRenderOptions()); } - private function getContent(Content|ContentAwareInterface $data): Content + private function getContent(Content | ContentAwareInterface $data): Content { if ($data instanceof Content) { return $data; diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderExtension.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderExtension.php index 9ce98040b9..09acf4a98e 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderExtension.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderExtension.php @@ -23,10 +23,10 @@ */ final class RenderExtension extends AbstractExtension { - /** @var \Ibexa\Contracts\Core\MVC\Templating\RenderStrategy */ + /** @var RenderStrategy */ private $renderStrategy; - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ private $eventDispatcher; public function __construct( @@ -51,8 +51,10 @@ public function getFunctions(): array /** * @param array $options */ - public function render(ValueObject|ContentAwareInterface $object, array $options = []): string - { + public function render( + ValueObject | ContentAwareInterface $object, + array $options = [] + ): string { if ($object instanceof ContentAwareInterface) { $object = $object->getContent(); } diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderLocationExtension.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderLocationExtension.php index c866cb5fbf..2430d822c5 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderLocationExtension.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/RenderLocationExtension.php @@ -21,10 +21,10 @@ */ final class RenderLocationExtension extends AbstractExtension { - /** @var \Ibexa\Core\MVC\Symfony\Templating\RenderLocationStrategy */ + /** @var RenderLocationStrategy */ private $renderLocationStrategy; - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ private $eventDispatcher; public function __construct( @@ -46,8 +46,10 @@ public function getFunctions(): array ]; } - public function renderLocation(Location $location, array $options = []): string - { + public function renderLocation( + Location $location, + array $options = [] + ): string { $renderOptions = new RenderOptions($options); $event = $this->eventDispatcher->dispatch( new ResolveRenderOptionsEvent($renderOptions) diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/RoutingExtension.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/RoutingExtension.php index 43d5fe3cde..98f7e36e23 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/RoutingExtension.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/RoutingExtension.php @@ -26,10 +26,10 @@ class RoutingExtension extends AbstractExtension { - /** @var \Ibexa\Core\MVC\Symfony\Routing\Generator\RouteReferenceGeneratorInterface */ + /** @var RouteReferenceGeneratorInterface */ private $routeReferenceGenerator; - /** @var \Symfony\Component\Routing\Generator\UrlGeneratorInterface */ + /** @var UrlGeneratorInterface */ private $urlGenerator; public function __construct( @@ -68,22 +68,30 @@ public function getFunctions(): array * @param mixed $resource * @param array $params * - * @return \Ibexa\Core\MVC\Symfony\Routing\RouteReference + * @return RouteReference */ - public function getRouteReference($resource = null, $params = []): RouteReference - { + public function getRouteReference( + $resource = null, + $params = [] + ): RouteReference { return $this->routeReferenceGenerator->generate($resource, $params); } - public function getPath(object $name, array $parameters = [], bool $relative = false): string - { + public function getPath( + object $name, + array $parameters = [], + bool $relative = false + ): string { $referenceType = $relative ? UrlGeneratorInterface::RELATIVE_PATH : UrlGeneratorInterface::ABSOLUTE_PATH; return $this->tryGeneratingUrlForObject($name, $parameters, $referenceType); } - public function getUrl(object $name, array $parameters = [], bool $schemeRelative = false): string - { + public function getUrl( + object $name, + array $parameters = [], + bool $schemeRelative = false + ): string { $referenceType = $schemeRelative ? UrlGeneratorInterface::NETWORK_PATH : UrlGeneratorInterface::ABSOLUTE_URL; return $this->tryGeneratingUrlForObject($name, $parameters, $referenceType); @@ -92,8 +100,11 @@ public function getUrl(object $name, array $parameters = [], bool $schemeRelativ /** * @param array $parameters */ - private function tryGeneratingUrlForObject(object $object, array $parameters, int $referenceType): string - { + private function tryGeneratingUrlForObject( + object $object, + array $parameters, + int $referenceType + ): string { try { return $this->generateUrlForObject($object, $parameters, $referenceType); } catch (NotFoundException $e) { @@ -101,8 +112,11 @@ private function tryGeneratingUrlForObject(object $object, array $parameters, in } } - private function generateUrlForObject(object $object, array $parameters, int $referenceType): string - { + private function generateUrlForObject( + object $object, + array $parameters, + int $referenceType + ): string { if ($object instanceof Location) { $routeName = UrlAliasRouter::URL_ALIAS_ROUTE_NAME; $parameters += [ diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/UserExtension.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/UserExtension.php index 7e6c8b2695..9d4b17c7b1 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/UserExtension.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/UserExtension.php @@ -20,8 +20,10 @@ final class UserExtension extends AbstractExtension private PermissionResolver $permissionResolver; - public function __construct(UserService $userService, PermissionResolver $permissionResolver) - { + public function __construct( + UserService $userService, + PermissionResolver $permissionResolver + ) { $this->userService = $userService; $this->permissionResolver = $permissionResolver; } diff --git a/src/lib/MVC/Symfony/Templating/Twig/Extension/UserPreferenceRuntime.php b/src/lib/MVC/Symfony/Templating/Twig/Extension/UserPreferenceRuntime.php index 9b83f7dd24..4c1c6e72cc 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/Extension/UserPreferenceRuntime.php +++ b/src/lib/MVC/Symfony/Templating/Twig/Extension/UserPreferenceRuntime.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\MVC\Symfony\Templating\Twig\Extension; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\UserPreferenceService; use Twig\Extension\RuntimeExtensionInterface; @@ -26,10 +27,12 @@ public function __construct( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ - public function getUserPreferenceValue(string $identifier, string $default): string - { + public function getUserPreferenceValue( + string $identifier, + string $default + ): string { try { return $this->userPreferenceService->getUserPreference($identifier)->value; } catch (NotFoundException $e) { @@ -38,7 +41,7 @@ public function getUserPreferenceValue(string $identifier, string $default): str } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ public function hasUserPreference(string $identifier): bool { diff --git a/src/lib/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php b/src/lib/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php index 22412cd8ef..8731b4c285 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php +++ b/src/lib/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php @@ -36,16 +36,16 @@ class FieldBlockRenderer implements FieldBlockRendererInterface self::EDIT => 'fieldDefinitionEditResources', ]; - /** @var \Twig\Environment */ + /** @var Environment */ private $twig; - /** @var \Ibexa\Core\MVC\Symfony\Templating\Twig\ResourceProviderInterface */ + /** @var ResourceProviderInterface */ private $resourceProvider; /** * A \Twig\Template instance used to render template blocks, or path to the template to use. * - * @var \Twig\Template|string + * @var Template|string */ private $baseTemplate; @@ -57,9 +57,9 @@ class FieldBlockRenderer implements FieldBlockRendererInterface private $blocks; /** - * @param \Twig\Environment $twig - * @param \Ibexa\Core\MVC\Symfony\Templating\Twig\ResourceProviderInterface $resourceProvider - * @param string|\Twig\Template $baseTemplate + * @param Environment $twig + * @param ResourceProviderInterface $resourceProvider + * @param string|Template $baseTemplate * @param array $blocks */ public function __construct( @@ -75,35 +75,45 @@ public function __construct( } /** - * @param \Twig\Environment $twig + * @param Environment $twig */ public function setTwig(Environment $twig) { $this->twig = $twig; } - public function renderContentFieldView(Field $field, $fieldTypeIdentifier, array $params = []): string - { + public function renderContentFieldView( + Field $field, + $fieldTypeIdentifier, + array $params = [] + ): string { return $this->renderContentField($field, $fieldTypeIdentifier, $params, self::VIEW); } - public function renderContentFieldEdit(Field $field, $fieldTypeIdentifier, array $params = []): string - { + public function renderContentFieldEdit( + Field $field, + $fieldTypeIdentifier, + array $params = [] + ): string { return $this->renderContentField($field, $fieldTypeIdentifier, $params, self::EDIT); } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field * @param string $fieldTypeIdentifier * @param array $params * @param int $type Either self::VIEW or self::EDIT * - * @throws \Ibexa\Core\MVC\Symfony\Templating\Exception\MissingFieldBlockException If no template block can be found for $field + * @throws MissingFieldBlockException If no template block can be found for $field * * @return string */ - private function renderContentField(Field $field, $fieldTypeIdentifier, array $params, $type): string - { + private function renderContentField( + Field $field, + $fieldTypeIdentifier, + array $params, + $type + ): string { $localTemplate = null; if (isset($params['template'])) { // local override of the template @@ -132,25 +142,32 @@ private function renderContentField(Field $field, $fieldTypeIdentifier, array $p return $this->baseTemplate->renderBlock($blockName, $context, $blocks); } - public function renderFieldDefinitionView(FieldDefinition $fieldDefinition, array $params = []): string - { + public function renderFieldDefinitionView( + FieldDefinition $fieldDefinition, + array $params = [] + ): string { return $this->renderFieldDefinition($fieldDefinition, $params, self::VIEW); } - public function renderFieldDefinitionEdit(FieldDefinition $fieldDefinition, array $params = []): string - { + public function renderFieldDefinitionEdit( + FieldDefinition $fieldDefinition, + array $params = [] + ): string { return $this->renderFieldDefinition($fieldDefinition, $params, self::EDIT); } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition + * @param FieldDefinition $fieldDefinition * @param array $params * @param int $type Either self::VIEW or self::EDIT * * @return string */ - private function renderFieldDefinition(FieldDefinition $fieldDefinition, array $params, $type): string - { + private function renderFieldDefinition( + FieldDefinition $fieldDefinition, + array $params, + $type + ): string { if (is_string($this->baseTemplate)) { $this->baseTemplate = $this->twig->loadTemplate( $this->twig->getTemplateClass($this->baseTemplate), @@ -178,12 +195,14 @@ private function renderFieldDefinition(FieldDefinition $fieldDefinition, array $ * found, returns null. * * @param string $blockName - * @param \Twig\Template $tpl + * @param Template $tpl * * @return array|null */ - private function searchBlock(string $blockName, Template $tpl): ?array - { + private function searchBlock( + string $blockName, + Template $tpl + ): ?array { // Current template might have parents, so we need to loop against // them to find a matching block do { @@ -204,12 +223,15 @@ private function searchBlock(string $blockName, Template $tpl): ?array * * @param string $fieldTypeIdentifier * @param int $type Either self::VIEW or self::EDIT - * @param string|\Twig\Template|null $localTemplate a file where to look for the block first + * @param string|Template|null $localTemplate a file where to look for the block first * * @return array */ - private function getBlocksByField($fieldTypeIdentifier, $type, $localTemplate = null): array - { + private function getBlocksByField( + $fieldTypeIdentifier, + $type, + $localTemplate = null + ): array { $fieldBlockName = $this->getRenderFieldBlockName($fieldTypeIdentifier, $type); if ($localTemplate !== null) { // $localTemplate might be a \Twig\Template instance already (e.g. using _self Twig keyword) @@ -232,13 +254,15 @@ private function getBlocksByField($fieldTypeIdentifier, $type, $localTemplate = /** * Returns the template block for the settings of the field definition $definition. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $definition + * @param FieldDefinition $definition * @param int $type Either self::VIEW or self::EDIT * * @return array */ - private function getBlocksByFieldDefinition(FieldDefinition $definition, $type): array - { + private function getBlocksByFieldDefinition( + FieldDefinition $definition, + $type + ): array { return $this->getBlockByName( $this->getRenderFieldDefinitionBlockName($definition->fieldTypeIdentifier, $type), self::FIELD_DEFINITION_RESOURCES_MAP[$type] @@ -254,8 +278,10 @@ private function getBlocksByFieldDefinition(FieldDefinition $definition, $type): * * @return array */ - private function getBlockByName($name, $resourcesName): array - { + private function getBlockByName( + $name, + $resourcesName + ): array { if (isset($this->blocks[$name])) { return [$name => $this->blocks[$name]]; } @@ -289,8 +315,10 @@ private function getBlockByName($name, $resourcesName): array * * @return string */ - private function getRenderFieldBlockName($fieldTypeIdentifier, $type): string - { + private function getRenderFieldBlockName( + $fieldTypeIdentifier, + $type + ): string { $suffix = $type === self::EDIT ? self::FIELD_EDIT_SUFFIX : self::FIELD_VIEW_SUFFIX; return $fieldTypeIdentifier . $suffix; @@ -305,15 +333,17 @@ private function getRenderFieldBlockName($fieldTypeIdentifier, $type): string * * @return string */ - private function getRenderFieldDefinitionBlockName($fieldTypeIdentifier, $type): string - { + private function getRenderFieldDefinitionBlockName( + $fieldTypeIdentifier, + $type + ): string { $suffix = $type === self::EDIT ? self::FIELD_DEFINITION_EDIT_SUFFIX : self::FIELD_DEFINITION_VIEW_SUFFIX; return $fieldTypeIdentifier . $suffix; } /** - * @return array|\Twig\Template[] + * @return array|Template[] * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ @@ -338,7 +368,10 @@ private function getResources(string $resourceType): array private function sortResources(array $resources): array { - usort($resources, static function (array $a, array $b): int { + usort($resources, static function ( + array $a, + array $b + ): int { return $b['priority'] - $a['priority']; }); diff --git a/src/lib/MVC/Symfony/Templating/Twig/ResourceProvider.php b/src/lib/MVC/Symfony/Templating/Twig/ResourceProvider.php index 1901db6a66..381c9c86bf 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/ResourceProvider.php +++ b/src/lib/MVC/Symfony/Templating/Twig/ResourceProvider.php @@ -15,7 +15,7 @@ */ final class ResourceProvider implements ResourceProviderInterface { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; public function __construct(ConfigResolverInterface $configResolver) diff --git a/src/lib/MVC/Symfony/Templating/Twig/ResourceProviderInterface.php b/src/lib/MVC/Symfony/Templating/Twig/ResourceProviderInterface.php index 1e88c17d5f..43dc721988 100644 --- a/src/lib/MVC/Symfony/Templating/Twig/ResourceProviderInterface.php +++ b/src/lib/MVC/Symfony/Templating/Twig/ResourceProviderInterface.php @@ -8,25 +8,27 @@ namespace Ibexa\Core\MVC\Symfony\Templating\Twig; +use Twig\Template; + interface ResourceProviderInterface { /** - * @return array|\Twig\Template[] + * @return array|Template[] */ public function getFieldViewResources(): array; /** - * @return array|\Twig\Template[] + * @return array|Template[] */ public function getFieldEditResources(): array; /** - * @return array|\Twig\Template[] + * @return array|Template[] */ public function getFieldDefinitionViewResources(): array; /** - * @return array|\Twig\Template[] + * @return array|Template[] */ public function getFieldDefinitionEditResources(): array; } diff --git a/src/lib/MVC/Symfony/Translation/CatalogueMapperFileWriter.php b/src/lib/MVC/Symfony/Translation/CatalogueMapperFileWriter.php index 1d90f7cb48..04e6140bc7 100644 --- a/src/lib/MVC/Symfony/Translation/CatalogueMapperFileWriter.php +++ b/src/lib/MVC/Symfony/Translation/CatalogueMapperFileWriter.php @@ -22,20 +22,26 @@ class CatalogueMapperFileWriter extends FileWriter { private const string XLF_FILE_NAME_REGEX_PATTERN = '/\.[-_a-z]+\.xlf$/i'; - /** @var \JMS\TranslationBundle\Translation\LoaderManager */ + /** @var LoaderManager */ private $loaderManager; - /** @var \JMS\TranslationBundle\Translation\FileWriter */ + /** @var FileWriter */ private $innerFileWriter; - public function __construct(FileWriter $innerFileWriter, LoaderManager $loaderManager) - { + public function __construct( + FileWriter $innerFileWriter, + LoaderManager $loaderManager + ) { $this->loaderManager = $loaderManager; $this->innerFileWriter = $innerFileWriter; } - public function write(MessageCatalogue $catalogue, $domain, $filePath, $format) - { + public function write( + MessageCatalogue $catalogue, + $domain, + $filePath, + $format + ) { $newCatalogue = new MessageCatalogue(); $newCatalogue->setLocale($catalogue->getLocale()); @@ -45,7 +51,7 @@ public function write(MessageCatalogue $catalogue, $domain, $filePath, $format) } $domainMessageCollection = $catalogue->getDomain($catalogueDomainString); - /** @var \JMS\TranslationBundle\Model\Message $message */ + /** @var Message $message */ foreach ($domainMessageCollection->all() as $message) { if ($message->getDomain() !== $domain) { continue; @@ -91,10 +97,13 @@ private function getEnglishFilePath(string $filePath): string * @param $domain * @param $format * - * @return \JMS\TranslationBundle\Model\MessageCatalogue + * @return MessageCatalogue */ - private function loadEnglishCatalogue($foreignFilePath, $domain, $format) - { + private function loadEnglishCatalogue( + $foreignFilePath, + $domain, + $format + ) { return $this->loaderManager->loadFile( $this->getEnglishFilePath($foreignFilePath), $format, diff --git a/src/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitor.php b/src/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitor.php index ac6715402c..4a9e4af34d 100644 --- a/src/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitor.php +++ b/src/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitor.php @@ -40,8 +40,10 @@ class ExceptionMessageTemplateFileVisitor extends DefaultPhpFileExtractor private DocParser $docParser; - public function __construct(DocParser $docParser, FileSourceFactory $fileSourceFactory) - { + public function __construct( + DocParser $docParser, + FileSourceFactory $fileSourceFactory + ) { parent::__construct($docParser, $fileSourceFactory); $this->fileSourceFactory = $fileSourceFactory; $this->docParser = $docParser; @@ -90,8 +92,11 @@ public function enterNode(Node $node): null return null; } - public function visitPhpFile(SplFileInfo $file, MessageCatalogue $catalogue, array $ast): void - { + public function visitPhpFile( + SplFileInfo $file, + MessageCatalogue $catalogue, + array $ast + ): void { $this->file = $file; $this->catalogue = $catalogue; $this->traverser->traverse($ast); diff --git a/src/lib/MVC/Symfony/Translation/FieldTypesTranslationExtractor.php b/src/lib/MVC/Symfony/Translation/FieldTypesTranslationExtractor.php index 980e490fea..838ab36436 100644 --- a/src/lib/MVC/Symfony/Translation/FieldTypesTranslationExtractor.php +++ b/src/lib/MVC/Symfony/Translation/FieldTypesTranslationExtractor.php @@ -17,7 +17,7 @@ */ class FieldTypesTranslationExtractor implements ExtractorInterface { - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry */ + /** @var FieldTypeRegistry */ private $fieldTypeRegistry; public function __construct(FieldTypeRegistry $fieldTypeRegistry) diff --git a/src/lib/MVC/Symfony/Translation/TranslatableExceptionsFileVisitor.php b/src/lib/MVC/Symfony/Translation/TranslatableExceptionsFileVisitor.php index 39916c24bd..3f838bb1f7 100644 --- a/src/lib/MVC/Symfony/Translation/TranslatableExceptionsFileVisitor.php +++ b/src/lib/MVC/Symfony/Translation/TranslatableExceptionsFileVisitor.php @@ -18,6 +18,7 @@ use JMS\TranslationBundle\Translation\Extractor\FileVisitorInterface; use JMS\TranslationBundle\Translation\FileSourceFactory; use PhpParser\Node; +use PhpParser\Node\Expr\New_; use PhpParser\Node\Scalar\String_; use PhpParser\NodeTraverser; use PhpParser\NodeVisitor; @@ -52,8 +53,10 @@ class TranslatableExceptionsFileVisitor implements LoggerAwareInterface, FileVis 'forbiddenexception', ]; - public function __construct(DocParser $docParser, FileSourceFactory $fileSourceFactory) - { + public function __construct( + DocParser $docParser, + FileSourceFactory $fileSourceFactory + ) { $this->docParser = $docParser; $this->fileSourceFactory = $fileSourceFactory; $this->traverser = new NodeTraverser(); @@ -68,7 +71,7 @@ public function setLogger(LoggerInterface $logger): void public function enterNode(Node $node): null { if (!$node instanceof Node\Expr\Throw_ - || !$node->expr instanceof Node\Expr\New_ + || !$node->expr instanceof New_ || !$node->expr->class instanceof Node\Name ) { $this->previousNode = $node; @@ -126,12 +129,15 @@ public function enterNode(Node $node): null } /** - * @param \SplFileInfo $file - * @param \JMS\TranslationBundle\Model\MessageCatalogue $catalogue - * @param array<\PhpParser\Node> $ast + * @param SplFileInfo $file + * @param MessageCatalogue $catalogue + * @param array $ast */ - public function visitPhpFile(SplFileInfo $file, MessageCatalogue $catalogue, array $ast): void - { + public function visitPhpFile( + SplFileInfo $file, + MessageCatalogue $catalogue, + array $ast + ): void { $this->file = $file; $this->catalogue = $catalogue; $this->traverser->traverse($ast); @@ -153,24 +159,27 @@ public function afterTraverse(array $nodes): null } /** - * @param \SplFileInfo $file - * @param \JMS\TranslationBundle\Model\MessageCatalogue $catalogue + * @param SplFileInfo $file + * @param MessageCatalogue $catalogue */ - public function visitFile(SplFileInfo $file, MessageCatalogue $catalogue): void - { - } + public function visitFile( + SplFileInfo $file, + MessageCatalogue $catalogue + ): void {} /** - * @param \SplFileInfo $file - * @param \JMS\TranslationBundle\Model\MessageCatalogue $catalogue - * @param \Twig\Node\Node $ast + * @param SplFileInfo $file + * @param MessageCatalogue $catalogue + * @param TwigNode $ast */ - public function visitTwigFile(SplFileInfo $file, MessageCatalogue $catalogue, TwigNode $ast): void - { - } + public function visitTwigFile( + SplFileInfo $file, + MessageCatalogue $catalogue, + TwigNode $ast + ): void {} /** - * @param \PhpParser\Node\Expr\New_ $node + * @param New_ $node */ private function getDocCommentForNode(Node $node): ?string { diff --git a/src/lib/MVC/Symfony/Translation/ValidationErrorFileVisitor.php b/src/lib/MVC/Symfony/Translation/ValidationErrorFileVisitor.php index 40884bc9e8..7ed4d5d613 100644 --- a/src/lib/MVC/Symfony/Translation/ValidationErrorFileVisitor.php +++ b/src/lib/MVC/Symfony/Translation/ValidationErrorFileVisitor.php @@ -19,7 +19,9 @@ use JMS\TranslationBundle\Translation\FileSourceFactory; use PhpParser\Comment\Doc; use PhpParser\Node; +use PhpParser\Node\Expr\New_; use PhpParser\Node\Scalar\String_; +use PhpParser\Node\Stmt; use PhpParser\NodeTraverser; use PhpParser\NodeVisitor; use Psr\Log\LoggerInterface; @@ -49,11 +51,13 @@ class ValidationErrorFileVisitor implements LoggerAwareInterface, FileVisitorInt /** * DefaultPhpFileExtractor constructor. * - * @param \Doctrine\Common\Annotations\DocParser $docParser - * @param \JMS\TranslationBundle\Translation\FileSourceFactory $fileSourceFactory + * @param DocParser $docParser + * @param FileSourceFactory $fileSourceFactory */ - public function __construct(DocParser $docParser, FileSourceFactory $fileSourceFactory) - { + public function __construct( + DocParser $docParser, + FileSourceFactory $fileSourceFactory + ) { $this->docParser = $docParser; $this->fileSourceFactory = $fileSourceFactory; $this->traverser = new NodeTraverser(); @@ -61,7 +65,7 @@ public function __construct(DocParser $docParser, FileSourceFactory $fileSourceF } /** - * @param \Psr\Log\LoggerInterface $logger + * @param LoggerInterface $logger */ public function setLogger(LoggerInterface $logger) { @@ -70,7 +74,7 @@ public function setLogger(LoggerInterface $logger) public function enterNode(Node $node): null { - if (!$node instanceof Node\Expr\New_ + if (!$node instanceof New_ || !$node->class instanceof Node\Name || strtolower((string)$node->class) !== 'validationerror' ) { @@ -129,11 +133,14 @@ public function enterNode(Node $node): null /** * @param \SplFileInfo $file - * @param \JMS\TranslationBundle\Model\MessageCatalogue $catalogue - * @param \PhpParser\Node\Stmt[] $ast + * @param MessageCatalogue $catalogue + * @param Stmt[] $ast */ - public function visitPhpFile(\SplFileInfo $file, MessageCatalogue $catalogue, array $ast): void - { + public function visitPhpFile( + \SplFileInfo $file, + MessageCatalogue $catalogue, + array $ast + ): void { $this->file = $file; $this->catalogue = $catalogue; $this->traverser->traverse($ast); @@ -156,23 +163,26 @@ public function afterTraverse(array $nodes): null /** * @param \SplFileInfo $file - * @param \JMS\TranslationBundle\Model\MessageCatalogue $catalogue + * @param MessageCatalogue $catalogue */ - public function visitFile(\SplFileInfo $file, MessageCatalogue $catalogue): void - { - } + public function visitFile( + \SplFileInfo $file, + MessageCatalogue $catalogue + ): void {} /** * @param \SplFileInfo $file - * @param \JMS\TranslationBundle\Model\MessageCatalogue $catalogue - * @param \Twig\Node\Node $ast + * @param MessageCatalogue $catalogue + * @param TwigNode $ast */ - public function visitTwigFile(\SplFileInfo $file, MessageCatalogue $catalogue, TwigNode $ast): void - { - } + public function visitTwigFile( + \SplFileInfo $file, + MessageCatalogue $catalogue, + TwigNode $ast + ): void {} /** - * @param \PhpParser\Node\Expr\New_ $node + * @param New_ $node * * @return string|null */ diff --git a/src/lib/MVC/Symfony/View/BaseView.php b/src/lib/MVC/Symfony/View/BaseView.php index 237b77f8d5..2795e19594 100644 --- a/src/lib/MVC/Symfony/View/BaseView.php +++ b/src/lib/MVC/Symfony/View/BaseView.php @@ -29,10 +29,10 @@ abstract class BaseView implements View /** @var string */ private $viewType = 'full'; - /** @var \Symfony\Component\HttpKernel\Controller\ControllerReference */ + /** @var ControllerReference */ private $controllerReference; - /** @var \Symfony\Component\HttpFoundation\Response */ + /** @var Response */ private $response; /** @var bool */ @@ -45,10 +45,13 @@ abstract class BaseView implements View * @param string $viewType * @param array $parameters Hash of parameters to pass to the template/closure. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType + * @throws InvalidArgumentType */ - public function __construct($templateIdentifier = null, array $parameters = [], $viewType = 'full') - { + public function __construct( + $templateIdentifier = null, + array $parameters = [], + $viewType = 'full' + ) { if (isset($templateIdentifier)) { $this->setTemplateIdentifier($templateIdentifier); } @@ -119,7 +122,7 @@ public function getParameter($parameterName) * * @param string|\Closure $templateIdentifier * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType + * @throws InvalidArgumentType */ public function setTemplateIdentifier($templateIdentifier) { @@ -180,7 +183,7 @@ public function setControllerReference(ControllerReference $controllerReference) } /** - * @return \Symfony\Component\HttpKernel\Controller\ControllerReference + * @return ControllerReference */ public function getControllerReference() { diff --git a/src/lib/MVC/Symfony/View/Builder/ContentViewBuilder.php b/src/lib/MVC/Symfony/View/Builder/ContentViewBuilder.php index 8d06cb55ec..41fd467ae9 100644 --- a/src/lib/MVC/Symfony/View/Builder/ContentViewBuilder.php +++ b/src/lib/MVC/Symfony/View/Builder/ContentViewBuilder.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\MVC\Symfony\View\Builder; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Location; @@ -21,6 +22,7 @@ use Ibexa\Core\MVC\Symfony\View\ContentView; use Ibexa\Core\MVC\Symfony\View\EmbedView; use Ibexa\Core\MVC\Symfony\View\ParametersInjector; +use Ibexa\Core\MVC\Symfony\View\View; use Symfony\Component\HttpFoundation\RequestStack; /** @@ -28,19 +30,19 @@ */ class ContentViewBuilder implements ViewBuilder { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; - /** @var \Ibexa\Core\MVC\Symfony\View\Configurator */ + /** @var Configurator */ private $viewConfigurator; - /** @var \Ibexa\Core\MVC\Symfony\View\ParametersInjector */ + /** @var ParametersInjector */ private $viewParametersInjector; - /** @var \Symfony\Component\HttpFoundation\RequestStack */ + /** @var RequestStack */ private $requestStack; /** @@ -50,7 +52,7 @@ class ContentViewBuilder implements ViewBuilder */ private $defaultTemplates; - /** @var \Ibexa\Core\Helper\ContentInfoLocationLoader */ + /** @var ContentInfoLocationLoader */ private $locationLoader; public function __construct( @@ -76,12 +78,12 @@ public function matches($argument): bool /** * @param array $parameters * - * @return \Ibexa\Core\MVC\Symfony\View\ContentView|\Ibexa\Core\MVC\Symfony\View\View + * @return ContentView|View * If both contentId and locationId parameters are missing * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * If both contentId and locationId parameters are missing - * @throws \Ibexa\Core\Base\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ public function buildView(array $parameters) { @@ -181,12 +183,14 @@ private function resolveMainRequestLanguageCode(): ?string * * @param mixed $contentId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * - * @throws \Ibexa\Core\Base\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ - private function loadContent($contentId, ?string $languageCode = null) - { + private function loadContent( + $contentId, + ?string $languageCode = null + ) { return $this->repository->getContentService()->loadContent( $contentId, $languageCode ? [$languageCode] : null @@ -199,14 +203,17 @@ private function loadContent($contentId, ?string $languageCode = null) * if provided. * * @param mixed $contentId - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location|null $location + * @param Location|null $location * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * - * @throws \Ibexa\Core\Base\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ - private function loadEmbeddedContent($contentId, ?Location $location = null, ?string $languageCode = null) - { + private function loadEmbeddedContent( + $contentId, + ?Location $location = null, + ?string $languageCode = null + ) { $content = $this->repository->sudo( static function (Repository $repository) use ($contentId, $languageCode) { return $repository->getContentService()->loadContent($contentId, $languageCode ? [$languageCode] : null); @@ -237,7 +244,7 @@ static function (Repository $repository) use ($contentId, $languageCode) { * * @param $locationId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return Location */ private function loadLocation($locationId) { @@ -260,14 +267,17 @@ static function (Repository $repository) use ($locationId) { /** * Checks if a user can read a content, or view it as an embed. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location|null $location + * @param Content $content + * @param Location|null $location * @param bool $isEmbed * * @return bool */ - private function canRead(Content $content, ?Location $location = null, bool $isEmbed = true): bool - { + private function canRead( + Content $content, + ?Location $location = null, + bool $isEmbed = true + ): bool { $targets = isset($location) ? [$location] : []; return diff --git a/src/lib/MVC/Symfony/View/Builder/ParametersFilter/RequestAttributes.php b/src/lib/MVC/Symfony/View/Builder/ParametersFilter/RequestAttributes.php index c88679fddc..c030f6262a 100644 --- a/src/lib/MVC/Symfony/View/Builder/ParametersFilter/RequestAttributes.php +++ b/src/lib/MVC/Symfony/View/Builder/ParametersFilter/RequestAttributes.php @@ -24,7 +24,7 @@ public static function getSubscribedEvents(): array /** * Adds all the request attributes to the parameters. * - * @param \Ibexa\Core\MVC\Symfony\View\Event\FilterViewBuilderParametersEvent $e + * @param FilterViewBuilderParametersEvent $e */ public function addRequestAttributes(FilterViewBuilderParametersEvent $e) { diff --git a/src/lib/MVC/Symfony/View/Builder/Registry/ControllerMatch.php b/src/lib/MVC/Symfony/View/Builder/Registry/ControllerMatch.php index c6f95844b4..3ad9cbba49 100644 --- a/src/lib/MVC/Symfony/View/Builder/Registry/ControllerMatch.php +++ b/src/lib/MVC/Symfony/View/Builder/Registry/ControllerMatch.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\MVC\Symfony\View\Builder\Registry; +use Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilder; use Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilderRegistry; /** @@ -15,7 +16,7 @@ */ class ControllerMatch implements ViewBuilderRegistry { - /** @var \Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilder[] */ + /** @var ViewBuilder[] */ private $registry = []; public function __construct(iterable $viewBuilders = []) @@ -28,7 +29,7 @@ public function __construct(iterable $viewBuilders = []) } /** - * @param \Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilder[] $viewBuilders + * @param ViewBuilder[] $viewBuilders */ public function addToRegistry(array $viewBuilders) { @@ -40,7 +41,7 @@ public function addToRegistry(array $viewBuilders) * * @param string $controllerString A controller string to match against. Example: ibexa_content::viewAction. * - * @return \Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilder|null + * @return ViewBuilder|null */ public function getFromRegistry($controllerString) { diff --git a/src/lib/MVC/Symfony/View/Builder/ViewBuilder.php b/src/lib/MVC/Symfony/View/Builder/ViewBuilder.php index 0802ce0918..38b722c206 100644 --- a/src/lib/MVC/Symfony/View/Builder/ViewBuilder.php +++ b/src/lib/MVC/Symfony/View/Builder/ViewBuilder.php @@ -28,7 +28,7 @@ public function matches($argument); * * @param array $parameters * - * @return \Ibexa\Core\MVC\Symfony\View\View An implementation of the View interface + * @return View An implementation of the View interface */ public function buildView(array $parameters); } diff --git a/src/lib/MVC/Symfony/View/Builder/ViewBuilderRegistry.php b/src/lib/MVC/Symfony/View/Builder/ViewBuilderRegistry.php index 789eb32709..a69068b3b6 100644 --- a/src/lib/MVC/Symfony/View/Builder/ViewBuilderRegistry.php +++ b/src/lib/MVC/Symfony/View/Builder/ViewBuilderRegistry.php @@ -17,14 +17,14 @@ interface ViewBuilderRegistry * * @param mixed $argument * - * @return \Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilder|null The ViewBuilder, or null if there's none. + * @return ViewBuilder|null The ViewBuilder, or null if there's none. */ public function getFromRegistry($argument); /** * Adds ViewBuilders from the $objects array to the registry. * - * @param \Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilder[] $objects + * @param ViewBuilder[] $objects */ public function addToRegistry(array $objects); } diff --git a/src/lib/MVC/Symfony/View/Configurator/ViewProvider.php b/src/lib/MVC/Symfony/View/Configurator/ViewProvider.php index 22a433edd9..4a22551836 100644 --- a/src/lib/MVC/Symfony/View/Configurator/ViewProvider.php +++ b/src/lib/MVC/Symfony/View/Configurator/ViewProvider.php @@ -19,13 +19,13 @@ */ class ViewProvider implements Configurator { - /** @var \Ibexa\Core\MVC\Symfony\View\Provider\Registry */ + /** @var Registry */ private $providerRegistry; /** * ViewProvider constructor. * - * @param \Ibexa\Core\MVC\Symfony\View\Provider\Registry $providersRegistry + * @param Registry $providersRegistry */ public function __construct(Registry $providersRegistry) { diff --git a/src/lib/MVC/Symfony/View/ContentValueView.php b/src/lib/MVC/Symfony/View/ContentValueView.php index d7723d4ce1..76f9184254 100644 --- a/src/lib/MVC/Symfony/View/ContentValueView.php +++ b/src/lib/MVC/Symfony/View/ContentValueView.php @@ -7,6 +7,8 @@ namespace Ibexa\Core\MVC\Symfony\View; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; + /** * A view that contains a Content. */ @@ -15,7 +17,7 @@ interface ContentValueView /** * Returns the Content. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function getContent(); } diff --git a/src/lib/MVC/Symfony/View/ContentView.php b/src/lib/MVC/Symfony/View/ContentView.php index 1713c0ac87..57e8354bdf 100644 --- a/src/lib/MVC/Symfony/View/ContentView.php +++ b/src/lib/MVC/Symfony/View/ContentView.php @@ -39,17 +39,17 @@ */ class ContentView extends BaseView implements View, ContentValueView, LocationValueView, EmbedView, CachableView { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content */ + /** @var Content */ private $content; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location|null */ + /** @var Location|null */ private $location; /** @var bool */ private $isEmbed = false; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function setContent(Content $content) { @@ -59,7 +59,7 @@ public function setContent(Content $content) /** * Returns the Content. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function getContent() { @@ -67,7 +67,7 @@ public function getContent() } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location */ public function setLocation(Location $location) { @@ -75,7 +75,7 @@ public function setLocation(Location $location) } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location|null + * @return Location|null */ public function getLocation() { diff --git a/src/lib/MVC/Symfony/View/CustomLocationControllerChecker.php b/src/lib/MVC/Symfony/View/CustomLocationControllerChecker.php index a97e1c7ce4..ede4ef7db5 100644 --- a/src/lib/MVC/Symfony/View/CustomLocationControllerChecker.php +++ b/src/lib/MVC/Symfony/View/CustomLocationControllerChecker.php @@ -15,7 +15,7 @@ */ class CustomLocationControllerChecker { - /** @var \Ibexa\Core\MVC\Symfony\View\ViewProvider[] */ + /** @var ViewProvider[] */ private $viewProviders; /** @@ -29,8 +29,11 @@ class CustomLocationControllerChecker * * @return bool */ - public function usesCustomController(Content $content, Location $location, $viewMode = 'full'): bool - { + public function usesCustomController( + Content $content, + Location $location, + $viewMode = 'full' + ): bool { $contentView = new ContentView(null, [], $viewMode); $contentView->setContent($content); $contentView->setLocation($location); @@ -48,7 +51,7 @@ public function usesCustomController(Content $content, Location $location, $view } /** - * @param \Ibexa\Core\MVC\Symfony\View\ViewProvider[] $viewProviders + * @param ViewProvider[] $viewProviders */ public function addViewProviders(array $viewProviders) { diff --git a/src/lib/MVC/Symfony/View/Event/FilterViewBuilderParametersEvent.php b/src/lib/MVC/Symfony/View/Event/FilterViewBuilderParametersEvent.php index 914b9f2466..10e2a8c34f 100644 --- a/src/lib/MVC/Symfony/View/Event/FilterViewBuilderParametersEvent.php +++ b/src/lib/MVC/Symfony/View/Event/FilterViewBuilderParametersEvent.php @@ -16,13 +16,13 @@ */ class FilterViewBuilderParametersEvent extends Event { - /** @var \Symfony\Component\HttpFoundation\Request */ + /** @var Request */ private $request; /** * Parameters the ViewBuilder will use. * - * @var \Symfony\Component\HttpFoundation\ParameterBag + * @var ParameterBag */ private $parameters; @@ -33,7 +33,7 @@ public function __construct(Request $request) } /** - * @return \Symfony\Component\HttpFoundation\Request + * @return Request */ public function getRequest() { @@ -43,7 +43,7 @@ public function getRequest() /** * Returns the ParameterBag that holds the ViewBuilder's parameters. * - * @return \Symfony\Component\HttpFoundation\ParameterBag + * @return ParameterBag */ public function getParameters() { diff --git a/src/lib/MVC/Symfony/View/Event/FilterViewParametersEvent.php b/src/lib/MVC/Symfony/View/Event/FilterViewParametersEvent.php index 496719cd45..b961957613 100644 --- a/src/lib/MVC/Symfony/View/Event/FilterViewParametersEvent.php +++ b/src/lib/MVC/Symfony/View/Event/FilterViewParametersEvent.php @@ -21,7 +21,7 @@ class FilterViewParametersEvent extends Event /** * Copy of the view object that is being built. * - * @var \Ibexa\Core\MVC\Symfony\View\View + * @var View */ private $view; @@ -35,12 +35,14 @@ class FilterViewParametersEvent extends Event /** * ParameterBag used to manipulate the view parameters. Its contents will be injected as the view parameters. * - * @var \Symfony\Component\HttpFoundation\ParameterBag + * @var ParameterBag */ private $parameterBag; - public function __construct(View $view, array $builderParameters) - { + public function __construct( + View $view, + array $builderParameters + ) { $this->view = clone $view; $this->builderParameters = $builderParameters; $this->parameterBag = new ParameterBag(); @@ -69,7 +71,7 @@ public function getBuilderParameters() /** * Returns the ParameterBag used to manipulate the view parameters. * - * @return \Symfony\Component\HttpFoundation\ParameterBag + * @return ParameterBag */ public function getParameterBag() { @@ -79,7 +81,7 @@ public function getParameterBag() /** * Returns the copy of the View object. * - * @return \Ibexa\Core\MVC\Symfony\View\View + * @return View */ public function getView() { diff --git a/src/lib/MVC/Symfony/View/GenericVariableProviderRegistry.php b/src/lib/MVC/Symfony/View/GenericVariableProviderRegistry.php index b9c234f043..608068388e 100644 --- a/src/lib/MVC/Symfony/View/GenericVariableProviderRegistry.php +++ b/src/lib/MVC/Symfony/View/GenericVariableProviderRegistry.php @@ -14,7 +14,7 @@ final class GenericVariableProviderRegistry implements VariableProviderRegistry { - /** @var \Ibexa\Contracts\Core\MVC\View\VariableProvider[] */ + /** @var VariableProvider[] */ private $twigVariableProviders; public function __construct(Traversable $twigVariableProviders) diff --git a/src/lib/MVC/Symfony/View/LocationValueView.php b/src/lib/MVC/Symfony/View/LocationValueView.php index ad447f489b..af2233e38e 100644 --- a/src/lib/MVC/Symfony/View/LocationValueView.php +++ b/src/lib/MVC/Symfony/View/LocationValueView.php @@ -7,10 +7,12 @@ namespace Ibexa\Core\MVC\Symfony\View; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; + interface LocationValueView { /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return Location */ public function getLocation(); } diff --git a/src/lib/MVC/Symfony/View/LoginFormView.php b/src/lib/MVC/Symfony/View/LoginFormView.php index b8b611d521..dd1337613d 100644 --- a/src/lib/MVC/Symfony/View/LoginFormView.php +++ b/src/lib/MVC/Symfony/View/LoginFormView.php @@ -15,7 +15,7 @@ final class LoginFormView extends BaseView /** @var string */ private $lastUsername; - /** @var \Symfony\Component\Security\Core\Exception\AuthenticationException|null */ + /** @var AuthenticationException|null */ private $lastAuthenticationException; public function getLastUsername(): ?string diff --git a/src/lib/MVC/Symfony/View/Manager.php b/src/lib/MVC/Symfony/View/Manager.php index 0b9a9ebc56..746844d3f9 100644 --- a/src/lib/MVC/Symfony/View/Manager.php +++ b/src/lib/MVC/Symfony/View/Manager.php @@ -20,16 +20,16 @@ class Manager implements ViewManagerInterface { - /** @var \Twig\Environment */ + /** @var Environment */ protected $templateEngine; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ protected $logger; - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Symfony\Component\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; /** @@ -40,10 +40,10 @@ class Manager implements ViewManagerInterface */ protected $viewBaseLayout; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ protected $configResolver; - /** @var \Ibexa\Core\MVC\Symfony\View\Configurator */ + /** @var Configurator */ private $viewConfigurator; public function __construct( @@ -68,18 +68,21 @@ public function __construct( * Renders $content by selecting the right template. * $content will be injected in the selected template. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * @param string $viewType Variation of display for your content. Default is 'full'. * @param array $parameters Parameters to pass to the template called to * render the view. By default, it's empty. 'content' entry is * reserved for the Content that is rendered. * - * @throws \RuntimeException + * @throws RuntimeException * * @return string */ - public function renderContent(Content $content, $viewType = ViewManagerInterface::VIEW_TYPE_FULL, $parameters = []) - { + public function renderContent( + Content $content, + $viewType = ViewManagerInterface::VIEW_TYPE_FULL, + $parameters = [] + ) { $view = new ContentView(null, $parameters, $viewType); $view->setContent($content); if (isset($parameters['location'])) { @@ -99,19 +102,22 @@ public function renderContent(Content $content, $viewType = ViewManagerInterface * Renders $location by selecting the right template for $viewType. * $content and $location will be injected in the selected template. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param string $viewType Variation of display for your content. Default is 'full'. * @param array $parameters Parameters to pass to the template called to * render the view. By default, it's empty. 'location' and 'content' * entries are reserved for the Location (and its Content) that is * viewed. * - * @throws \RuntimeException + * @throws RuntimeException * * @return string */ - public function renderLocation(Location $location, $viewType = ViewManagerInterface::VIEW_TYPE_FULL, $parameters = []) - { + public function renderLocation( + Location $location, + $viewType = ViewManagerInterface::VIEW_TYPE_FULL, + $parameters = [] + ) { if (!isset($parameters['location'])) { $parameters['location'] = $location; } @@ -130,13 +136,15 @@ public function renderLocation(Location $location, $viewType = ViewManagerInterf * Renders passed ContentView object via the template engine. * If $view's template identifier is a closure, then it is called directly and the result is returned as is. * - * @param \Ibexa\Core\MVC\Symfony\View\View $view + * @param View $view * @param array $defaultParams * * @return string */ - public function renderContentView(View $view, array $defaultParams = []) - { + public function renderContentView( + View $view, + array $defaultParams = [] + ) { $defaultParams['view_base_layout'] = $this->viewBaseLayout; $view->addParameters($defaultParams); $this->eventDispatcher->dispatch(new PreContentViewEvent($view), MVCEvents::PRE_CONTENT_VIEW); diff --git a/src/lib/MVC/Symfony/View/ParametersInjector.php b/src/lib/MVC/Symfony/View/ParametersInjector.php index 86aba1522a..637ab132ff 100644 --- a/src/lib/MVC/Symfony/View/ParametersInjector.php +++ b/src/lib/MVC/Symfony/View/ParametersInjector.php @@ -12,5 +12,8 @@ */ interface ParametersInjector { - public function injectViewParameters(View $view, array $parameters); + public function injectViewParameters( + View $view, + array $parameters + ); } diff --git a/src/lib/MVC/Symfony/View/ParametersInjector/EventDispatcherInjector.php b/src/lib/MVC/Symfony/View/ParametersInjector/EventDispatcherInjector.php index a3b3ce339a..d7ab22335a 100644 --- a/src/lib/MVC/Symfony/View/ParametersInjector/EventDispatcherInjector.php +++ b/src/lib/MVC/Symfony/View/ParametersInjector/EventDispatcherInjector.php @@ -18,7 +18,7 @@ */ class EventDispatcherInjector implements ParametersInjector { - /** @var \Symfony\Component\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ private $eventDispatcher; public function __construct(EventDispatcherInterface $eventDispatcher) @@ -26,8 +26,10 @@ public function __construct(EventDispatcherInterface $eventDispatcher) $this->eventDispatcher = $eventDispatcher; } - public function injectViewParameters(View $view, array $parameters) - { + public function injectViewParameters( + View $view, + array $parameters + ) { $event = new FilterViewParametersEvent($view, $parameters); $this->eventDispatcher->dispatch($event, ViewEvents::FILTER_VIEW_PARAMETERS); $view->addParameters($event->getViewParameters()); diff --git a/src/lib/MVC/Symfony/View/ParametersInjector/ViewbaseLayout.php b/src/lib/MVC/Symfony/View/ParametersInjector/ViewbaseLayout.php index 715f26c870..d5512546ff 100644 --- a/src/lib/MVC/Symfony/View/ParametersInjector/ViewbaseLayout.php +++ b/src/lib/MVC/Symfony/View/ParametersInjector/ViewbaseLayout.php @@ -20,11 +20,13 @@ class ViewbaseLayout implements EventSubscriberInterface /** @var string */ private $viewbaseLayout; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; - public function __construct($viewbaseLayout, ConfigResolverInterface $configResolver) - { + public function __construct( + $viewbaseLayout, + ConfigResolverInterface $configResolver + ) { $this->viewbaseLayout = $viewbaseLayout; $this->configResolver = $configResolver; } diff --git a/src/lib/MVC/Symfony/View/Provider/Configured.php b/src/lib/MVC/Symfony/View/Provider/Configured.php index 4f7a38d255..4be78a466e 100644 --- a/src/lib/MVC/Symfony/View/Provider/Configured.php +++ b/src/lib/MVC/Symfony/View/Provider/Configured.php @@ -18,11 +18,11 @@ */ class Configured implements ViewProvider { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\MatcherFactoryInterface */ + /** @var MatcherFactoryInterface */ protected $matcherFactory; /** - * @param \Ibexa\Core\MVC\Symfony\Matcher\MatcherFactoryInterface $matcherFactory + * @param MatcherFactoryInterface $matcherFactory */ public function __construct(MatcherFactoryInterface $matcherFactory) { @@ -43,7 +43,7 @@ public function getView(View $view) * * @param array $viewConfig * - * @return \Ibexa\Core\MVC\Symfony\View\ContentView + * @return ContentView */ protected function buildContentView(array $viewConfig) { diff --git a/src/lib/MVC/Symfony/View/Provider/Registry.php b/src/lib/MVC/Symfony/View/Provider/Registry.php index 0cb09836de..8ab9da75af 100644 --- a/src/lib/MVC/Symfony/View/Provider/Registry.php +++ b/src/lib/MVC/Symfony/View/Provider/Registry.php @@ -9,22 +9,23 @@ use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\MVC\Symfony\View\View; +use Ibexa\Core\MVC\Symfony\View\ViewProvider; class Registry { /** * Array of ViewProvider, indexed by handled type. * - * @phpstan-var array> + * @phpstan-var array> */ private $viewProviders; /** - * @param \Ibexa\Core\MVC\Symfony\View\View $view + * @param View $view * - * @return \Ibexa\Core\MVC\Symfony\View\ViewProvider[] + * @return ViewProvider[] * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function getViewProviders(View $view) { diff --git a/src/lib/MVC/Symfony/View/QueryView.php b/src/lib/MVC/Symfony/View/QueryView.php index 27577ff17b..761784f6b2 100644 --- a/src/lib/MVC/Symfony/View/QueryView.php +++ b/src/lib/MVC/Symfony/View/QueryView.php @@ -8,6 +8,4 @@ namespace Ibexa\Core\MVC\Symfony\View; -final class QueryView extends BaseView -{ -} +final class QueryView extends BaseView {} diff --git a/src/lib/MVC/Symfony/View/Renderer.php b/src/lib/MVC/Symfony/View/Renderer.php index 0175dd4679..1392f8c1e3 100644 --- a/src/lib/MVC/Symfony/View/Renderer.php +++ b/src/lib/MVC/Symfony/View/Renderer.php @@ -13,7 +13,7 @@ interface Renderer { /** - * @param \Ibexa\Core\MVC\Symfony\View\View $view + * @param View $view * * @return string */ diff --git a/src/lib/MVC/Symfony/View/Renderer/TemplateRenderer.php b/src/lib/MVC/Symfony/View/Renderer/TemplateRenderer.php index 91644d1664..505e728f90 100644 --- a/src/lib/MVC/Symfony/View/Renderer/TemplateRenderer.php +++ b/src/lib/MVC/Symfony/View/Renderer/TemplateRenderer.php @@ -18,22 +18,24 @@ class TemplateRenderer implements Renderer { - /** @var \Twig\Environment */ + /** @var Environment */ protected $templateEngine; - /** @var \Symfony\Component\EventDispatcher\EventDispatcherInterface */ + /** @var EventDispatcherInterface */ protected $eventDispatcher; - public function __construct(Environment $templateEngine, EventDispatcherInterface $eventDispatcher) - { + public function __construct( + Environment $templateEngine, + EventDispatcherInterface $eventDispatcher + ) { $this->templateEngine = $templateEngine; $this->eventDispatcher = $eventDispatcher; } /** - * @param \Ibexa\Core\MVC\Symfony\View\View $view + * @param View $view * - * @throws \Ibexa\Core\MVC\Exception\NoViewTemplateException + * @throws NoViewTemplateException * * @return string */ diff --git a/src/lib/MVC/Symfony/View/View.php b/src/lib/MVC/Symfony/View/View.php index 1da8611ad7..9657cb1494 100644 --- a/src/lib/MVC/Symfony/View/View.php +++ b/src/lib/MVC/Symfony/View/View.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\MVC\Symfony\View; +use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Controller\ControllerReference; @@ -28,13 +29,13 @@ interface View * // Must return a string to display * } * - * Must throw a {@see \Ibexa\Core\Base\Exceptions\InvalidArgumentType} exception if $templateIdentifier is invalid. + * Must throw a {@see InvalidArgumentType} exception if $templateIdentifier is invalid. * * @param string|\Closure $templateIdentifier * * @phpstan-param string|(\Closure(array):string) $templateIdentifier * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType + * @throws InvalidArgumentType */ public function setTemplateIdentifier($templateIdentifier); @@ -115,21 +116,21 @@ public function getViewType(); public function setControllerReference(ControllerReference $controllerReference); /** - * @return \Symfony\Component\HttpKernel\Controller\ControllerReference + * @return ControllerReference */ public function getControllerReference(); /** * Sets a pre-configured Response that will be used to render the View. * - * @param \Symfony\Component\HttpFoundation\Response $response + * @param Response $response */ public function setResponse(Response $response); /** * Returns the pre-configured Response. * - * @return \Symfony\Component\HttpFoundation\Response|null + * @return Response|null */ public function getResponse(); } diff --git a/src/lib/MVC/Symfony/View/ViewManagerInterface.php b/src/lib/MVC/Symfony/View/ViewManagerInterface.php index 6c8cafbd50..2b0126926b 100644 --- a/src/lib/MVC/Symfony/View/ViewManagerInterface.php +++ b/src/lib/MVC/Symfony/View/ViewManagerInterface.php @@ -19,7 +19,7 @@ interface ViewManagerInterface * Renders $content by selecting the right template. * $content will be injected in the selected template. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * @param string $viewType Variation of display for your content. Default is 'full'. * @param array $parameters Parameters to pass to the template called to * render the view. By default, it's empty. 'content' entry is @@ -29,13 +29,17 @@ interface ViewManagerInterface * * @return string */ - public function renderContent(Content $content, $viewType = self::VIEW_TYPE_FULL, $parameters = []); + public function renderContent( + Content $content, + $viewType = self::VIEW_TYPE_FULL, + $parameters = [] + ); /** * Renders $location by selecting the right template for $viewType. * $content and $location will be injected in the selected template. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param string $viewType Variation of display for your content. Default is 'full'. * @param array $parameters Parameters to pass to the template called to * render the view. By default, it's empty. 'location' and 'content' @@ -46,7 +50,11 @@ public function renderContent(Content $content, $viewType = self::VIEW_TYPE_FULL * * @return string */ - public function renderLocation(Location $location, $viewType = self::VIEW_TYPE_FULL, $parameters = []); + public function renderLocation( + Location $location, + $viewType = self::VIEW_TYPE_FULL, + $parameters = [] + ); /** * Renders passed ContentView object via the template engine. @@ -56,5 +64,8 @@ public function renderLocation(Location $location, $viewType = self::VIEW_TYPE_F * * @return string */ - public function renderContentView(View $view, array $defaultParams = []); + public function renderContentView( + View $view, + array $defaultParams = [] + ); } diff --git a/src/lib/Notification/Renderer/NotificationRenderer.php b/src/lib/Notification/Renderer/NotificationRenderer.php index dbcaa9820c..0616ae4562 100644 --- a/src/lib/Notification/Renderer/NotificationRenderer.php +++ b/src/lib/Notification/Renderer/NotificationRenderer.php @@ -13,14 +13,14 @@ interface NotificationRenderer { /** - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\Notification $notification + * @param Notification $notification * * @return string */ public function render(Notification $notification): string; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\Notification $notification + * @param Notification $notification * * @return string|null */ diff --git a/src/lib/Notification/Renderer/Registry.php b/src/lib/Notification/Renderer/Registry.php index 9aa07e38a2..a18bd66b62 100644 --- a/src/lib/Notification/Renderer/Registry.php +++ b/src/lib/Notification/Renderer/Registry.php @@ -10,22 +10,24 @@ class Registry { - /** @var \Ibexa\Core\Notification\Renderer\NotificationRenderer[] */ + /** @var NotificationRenderer[] */ protected $registry = []; /** * @param string $alias - * @param \Ibexa\Core\Notification\Renderer\NotificationRenderer $notificationRenderer + * @param NotificationRenderer $notificationRenderer */ - public function addRenderer(string $alias, NotificationRenderer $notificationRenderer): void - { + public function addRenderer( + string $alias, + NotificationRenderer $notificationRenderer + ): void { $this->registry[$alias] = $notificationRenderer; } /** * @param string $alias * - * @return \Ibexa\Core\Notification\Renderer\NotificationRenderer + * @return NotificationRenderer */ public function getRenderer(string $alias): NotificationRenderer { diff --git a/src/lib/Pagination/Pagerfanta/AbstractSearchResultAdapter.php b/src/lib/Pagination/Pagerfanta/AbstractSearchResultAdapter.php index b6438c4122..26a32c2482 100644 --- a/src/lib/Pagination/Pagerfanta/AbstractSearchResultAdapter.php +++ b/src/lib/Pagination/Pagerfanta/AbstractSearchResultAdapter.php @@ -48,8 +48,11 @@ abstract class AbstractSearchResultAdapter implements AdapterInterface, SearchRe /** * @phpstan-param TSearchLanguageFilter $languageFilter */ - public function __construct(Query $query, SearchService $searchService, array $languageFilter = []) - { + public function __construct( + Query $query, + SearchService $searchService, + array $languageFilter = [] + ) { $this->query = $query; $this->searchService = $searchService; $this->languageFilter = $languageFilter; @@ -79,8 +82,10 @@ public function getNbResults(): int /** * Returns a slice of the results, as SearchHit objects. */ - public function getSlice(int $offset, int $length): iterable - { + public function getSlice( + int $offset, + int $length + ): iterable { $query = clone $this->query; $query->offset = $offset; $query->limit = $length; @@ -164,7 +169,7 @@ public function getMaxScore(): ?float /** * @phpstan-param TSearchLanguageFilter $languageFilter * - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult + * @phpstan-return SearchResult */ abstract protected function executeQuery( SearchService $searchService, diff --git a/src/lib/Pagination/Pagerfanta/AdapterFactory/SearchHitAdapterFactory.php b/src/lib/Pagination/Pagerfanta/AdapterFactory/SearchHitAdapterFactory.php index 9bc7e2e668..ee67f2e97e 100644 --- a/src/lib/Pagination/Pagerfanta/AdapterFactory/SearchHitAdapterFactory.php +++ b/src/lib/Pagination/Pagerfanta/AdapterFactory/SearchHitAdapterFactory.php @@ -23,7 +23,7 @@ */ final class SearchHitAdapterFactory implements SearchHitAdapterFactoryInterface { - /** @var \Ibexa\Contracts\Core\Repository\SearchService */ + /** @var SearchService */ private SearchService $searchService; public function __construct(SearchService $searchService) @@ -31,8 +31,10 @@ public function __construct(SearchService $searchService) $this->searchService = $searchService; } - public function createAdapter(Query $query, array $languageFilter = []): SearchResultAdapter - { + public function createAdapter( + Query $query, + array $languageFilter = [] + ): SearchResultAdapter { if ($query instanceof LocationQuery) { return new LocationSearchHitAdapter($query, $this->searchService, $languageFilter); } @@ -40,8 +42,10 @@ public function createAdapter(Query $query, array $languageFilter = []): SearchR return new ContentSearchHitAdapter($query, $this->searchService, $languageFilter); } - public function createFixedAdapter(Query $query, array $languageFilter = []): SearchResultAdapter - { + public function createFixedAdapter( + Query $query, + array $languageFilter = [] + ): SearchResultAdapter { if ($query instanceof LocationQuery) { $searchResults = $this->searchService->findLocations($query, $languageFilter); } else { diff --git a/src/lib/Pagination/Pagerfanta/AdapterFactory/SearchHitAdapterFactoryInterface.php b/src/lib/Pagination/Pagerfanta/AdapterFactory/SearchHitAdapterFactoryInterface.php index 98d69a24b1..714cfcb5f4 100644 --- a/src/lib/Pagination/Pagerfanta/AdapterFactory/SearchHitAdapterFactoryInterface.php +++ b/src/lib/Pagination/Pagerfanta/AdapterFactory/SearchHitAdapterFactoryInterface.php @@ -8,7 +8,9 @@ namespace Ibexa\Core\Pagination\Pagerfanta\AdapterFactory; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\Query; +use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Ibexa\Core\Pagination\Pagerfanta\SearchResultAdapter; /** @@ -21,16 +23,22 @@ interface SearchHitAdapterFactoryInterface /** * @phpstan-param TSearchLanguageFilter $languageFilter * - * @phpstan-return \Ibexa\Core\Pagination\Pagerfanta\SearchResultAdapter<\Ibexa\Contracts\Core\Repository\Values\ValueObject> + * @phpstan-return SearchResultAdapter */ - public function createAdapter(Query $query, array $languageFilter = []): SearchResultAdapter; + public function createAdapter( + Query $query, + array $languageFilter = [] + ): SearchResultAdapter; /** - * @phpstan-return \Ibexa\Core\Pagination\Pagerfanta\SearchResultAdapter<\Ibexa\Contracts\Core\Repository\Values\ValueObject> + * @phpstan-return SearchResultAdapter * * @phpstan-param TSearchLanguageFilter $languageFilter * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function createFixedAdapter(Query $query, array $languageFilter = []): SearchResultAdapter; + public function createFixedAdapter( + Query $query, + array $languageFilter = [] + ): SearchResultAdapter; } diff --git a/src/lib/Pagination/Pagerfanta/ContentFilteringAdapter.php b/src/lib/Pagination/Pagerfanta/ContentFilteringAdapter.php index 739af7b21a..fefbe97bb6 100644 --- a/src/lib/Pagination/Pagerfanta/ContentFilteringAdapter.php +++ b/src/lib/Pagination/Pagerfanta/ContentFilteringAdapter.php @@ -9,6 +9,8 @@ namespace Ibexa\Core\Pagination\Pagerfanta; use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentList; use Ibexa\Contracts\Core\Repository\Values\Filter\Filter; use Pagerfanta\Adapter\AdapterInterface; @@ -54,12 +56,14 @@ public function getNbResults(): int } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentList + * @return ContentList */ - public function getSlice($offset, $length): iterable - { + public function getSlice( + $offset, + $length + ): iterable { $selectFilter = clone $this->filter; $selectFilter->sliceBy($length, $offset); diff --git a/src/lib/Pagination/Pagerfanta/ContentSearchAdapter.php b/src/lib/Pagination/Pagerfanta/ContentSearchAdapter.php index d159a4e15d..cd93df2ab5 100644 --- a/src/lib/Pagination/Pagerfanta/ContentSearchAdapter.php +++ b/src/lib/Pagination/Pagerfanta/ContentSearchAdapter.php @@ -28,16 +28,21 @@ class ContentSearchAdapter implements AdapterInterface, SearchResultAdapter /** * @phpstan-param TSearchLanguageFilter $languageFilter */ - public function __construct(Query $query, SearchService $searchService, array $languageFilter = []) - { + public function __construct( + Query $query, + SearchService $searchService, + array $languageFilter = [] + ) { $this->contentSearchHitAdapter = new ContentSearchHitAdapter($query, $searchService, $languageFilter); } /** * Returns a slice of the results as Content objects. */ - public function getSlice(int $offset, int $length): iterable - { + public function getSlice( + int $offset, + int $length + ): iterable { $list = []; foreach ($this->contentSearchHitAdapter->getSlice($offset, $length) as $hit) { $list[] = $hit->valueObject; diff --git a/src/lib/Pagination/Pagerfanta/ContentSearchHitAdapter.php b/src/lib/Pagination/Pagerfanta/ContentSearchHitAdapter.php index ab06fa34c0..6eda1bece1 100644 --- a/src/lib/Pagination/Pagerfanta/ContentSearchHitAdapter.php +++ b/src/lib/Pagination/Pagerfanta/ContentSearchHitAdapter.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\Pagination\Pagerfanta; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; @@ -20,7 +21,7 @@ class ContentSearchHitAdapter extends AbstractSearchResultAdapter { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ protected function executeQuery( SearchService $searchService, diff --git a/src/lib/Pagination/Pagerfanta/FixedSearchResultHitAdapter.php b/src/lib/Pagination/Pagerfanta/FixedSearchResultHitAdapter.php index 34df32a609..1e6c39f7bc 100644 --- a/src/lib/Pagination/Pagerfanta/FixedSearchResultHitAdapter.php +++ b/src/lib/Pagination/Pagerfanta/FixedSearchResultHitAdapter.php @@ -18,11 +18,11 @@ */ final class FixedSearchResultHitAdapter implements SearchResultAdapter { - /** @phpstan-var \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult */ + /** @phpstan-var SearchResult */ private SearchResult $searchResult; /** - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult $searchResult + * @phpstan-param SearchResult $searchResult */ public function __construct(SearchResult $searchResult) { @@ -34,8 +34,10 @@ public function getNbResults(): int return $this->searchResult->totalCount ?? -1; } - public function getSlice(int $offset, int $length): iterable - { + public function getSlice( + int $offset, + int $length + ): iterable { return $this->searchResult->searchHits; } diff --git a/src/lib/Pagination/Pagerfanta/LocationFilteringAdapter.php b/src/lib/Pagination/Pagerfanta/LocationFilteringAdapter.php index dc3bc9fc6e..362289f4f1 100644 --- a/src/lib/Pagination/Pagerfanta/LocationFilteringAdapter.php +++ b/src/lib/Pagination/Pagerfanta/LocationFilteringAdapter.php @@ -21,7 +21,7 @@ final class LocationFilteringAdapter implements AdapterInterface { private LocationService $locationService; - /** @var \Ibexa\Contracts\Core\Repository\Values\Filter\Filter */ + /** @var Filter */ private Filter $filter; /** @phpstan-var TFilteringLanguageFilter|null */ @@ -49,8 +49,10 @@ public function getNbResults(): int return $this->totalCount; } - public function getSlice($offset, $length): iterable - { + public function getSlice( + $offset, + $length + ): iterable { $selectFilter = clone $this->filter; $selectFilter->sliceBy($length, $offset); diff --git a/src/lib/Pagination/Pagerfanta/LocationSearchAdapter.php b/src/lib/Pagination/Pagerfanta/LocationSearchAdapter.php index 160c76e9fb..b9148d4d54 100644 --- a/src/lib/Pagination/Pagerfanta/LocationSearchAdapter.php +++ b/src/lib/Pagination/Pagerfanta/LocationSearchAdapter.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Pagination\Pagerfanta; use Ibexa\Contracts\Core\Repository\SearchService; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResultCollection; use Pagerfanta\Adapter\AdapterInterface; @@ -28,18 +29,23 @@ class LocationSearchAdapter implements AdapterInterface, SearchResultAdapter /** * @phpstan-param TSearchLanguageFilter $languageFilter */ - public function __construct(LocationQuery $query, SearchService $searchService, array $languageFilter = []) - { + public function __construct( + LocationQuery $query, + SearchService $searchService, + array $languageFilter = [] + ) { $this->locationSearchHitAdapter = new LocationSearchHitAdapter($query, $searchService, $languageFilter); } /** * Returns a slice of the results as Location objects. * - * @phpstan-return iterable, \Ibexa\Contracts\Core\Repository\Values\Content\Location> + * @phpstan-return iterable, Location> */ - public function getSlice(int $offset, int $length): iterable - { + public function getSlice( + int $offset, + int $length + ): iterable { $list = []; foreach ($this->locationSearchHitAdapter->getSlice($offset, $length) as $hit) { $list[] = $hit->valueObject; diff --git a/src/lib/Pagination/Pagerfanta/LocationSearchHitAdapter.php b/src/lib/Pagination/Pagerfanta/LocationSearchHitAdapter.php index fad3f40a59..8d486b1db4 100644 --- a/src/lib/Pagination/Pagerfanta/LocationSearchHitAdapter.php +++ b/src/lib/Pagination/Pagerfanta/LocationSearchHitAdapter.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\Pagination\Pagerfanta; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query; @@ -20,16 +21,22 @@ */ class LocationSearchHitAdapter extends AbstractSearchResultAdapter { - public function __construct(LocationQuery $query, SearchService $searchService, array $languageFilter = []) - { + public function __construct( + LocationQuery $query, + SearchService $searchService, + array $languageFilter = [] + ) { parent::__construct($query, $searchService, $languageFilter); } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - protected function executeQuery(SearchService $searchService, Query $query, array $languageFilter): SearchResult - { + protected function executeQuery( + SearchService $searchService, + Query $query, + array $languageFilter + ): SearchResult { assert($query instanceof LocationQuery); return $searchService->findLocations($query, $languageFilter); diff --git a/src/lib/Pagination/Pagerfanta/Pagerfanta.php b/src/lib/Pagination/Pagerfanta/Pagerfanta.php index ac84e931fb..d23fc87df1 100644 --- a/src/lib/Pagination/Pagerfanta/Pagerfanta.php +++ b/src/lib/Pagination/Pagerfanta/Pagerfanta.php @@ -19,7 +19,7 @@ final class Pagerfanta extends BasePagerfanta { /** - * @phpstan-param \Ibexa\Core\Pagination\Pagerfanta\SearchResultAdapter $searchResultAdapter + * @phpstan-param SearchResultAdapter $searchResultAdapter */ public function __construct(private readonly SearchResultAdapter $searchResultAdapter) { diff --git a/src/lib/Pagination/Pagerfanta/SearchResultAdapter.php b/src/lib/Pagination/Pagerfanta/SearchResultAdapter.php index 42603a01e6..b04b7b86df 100644 --- a/src/lib/Pagination/Pagerfanta/SearchResultAdapter.php +++ b/src/lib/Pagination/Pagerfanta/SearchResultAdapter.php @@ -8,13 +8,14 @@ namespace Ibexa\Core\Pagination\Pagerfanta; +use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResultCollection; use Pagerfanta\Adapter\AdapterInterface; /** * Contract for SearchService based adapters. * - * @see \Ibexa\Contracts\Core\Repository\SearchService + * @see SearchService * * @template-covariant T * diff --git a/src/lib/Persistence/Cache/AbstractHandler.php b/src/lib/Persistence/Cache/AbstractHandler.php index b90f7c3e4f..fec4c41b03 100644 --- a/src/lib/Persistence/Cache/AbstractHandler.php +++ b/src/lib/Persistence/Cache/AbstractHandler.php @@ -7,10 +7,12 @@ namespace Ibexa\Core\Persistence\Cache; +use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Persistence\Handler as PersistenceHandler; use Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface; use Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierSanitizer; use Symfony\Component\Cache\Adapter\TagAwareAdapterInterface; +use Symfony\Component\Cache\CacheItem; /** * Class AbstractHandler. @@ -19,33 +21,33 @@ */ abstract class AbstractHandler { - /** @var \Symfony\Component\Cache\Adapter\TagAwareAdapterInterface */ + /** @var TagAwareAdapterInterface */ protected $cache; - /** @var \Ibexa\Contracts\Core\Persistence\Handler */ + /** @var Handler */ protected $persistenceHandler; - /** @var \Ibexa\Core\Persistence\Cache\PersistenceLogger */ + /** @var PersistenceLogger */ protected $logger; - /** @var \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface */ + /** @var CacheIdentifierGeneratorInterface */ protected $cacheIdentifierGenerator; - /** @var \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierSanitizer */ + /** @var CacheIdentifierSanitizer */ protected $cacheIdentifierSanitizer; - /** @var \Ibexa\Core\Persistence\Cache\LocationPathConverter */ + /** @var LocationPathConverter */ protected $locationPathConverter; /** * Setups current handler with everything needed. * - * @param \Symfony\Component\Cache\Adapter\TagAwareAdapterInterface $cache - * @param \Ibexa\Contracts\Core\Persistence\Handler $persistenceHandler - * @param \Ibexa\Core\Persistence\Cache\PersistenceLogger $logger - * @param \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface $cacheIdentifierGenerator - * @param \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierSanitizer $cacheIdentifierSanitizer - * @param \Ibexa\Core\Persistence\Cache\LocationPathConverter $locationPathConverter + * @param TagAwareAdapterInterface $cache + * @param Handler $persistenceHandler + * @param PersistenceLogger $logger + * @param CacheIdentifierGeneratorInterface $cacheIdentifierGenerator + * @param CacheIdentifierSanitizer $cacheIdentifierSanitizer + * @param LocationPathConverter $locationPathConverter */ public function __construct( TagAwareAdapterInterface $cache, @@ -102,7 +104,7 @@ final protected function getMultipleCacheItems( } // Load cache items by cache keys (will contain hits and misses) - /** @var \Symfony\Component\Cache\CacheItem[] $list */ + /** @var CacheItem[] $list */ $list = []; $cacheMisses = []; foreach ($this->cache->getItems($cacheKeys) as $key => $cacheItem) { diff --git a/src/lib/Persistence/Cache/AbstractInMemoryHandler.php b/src/lib/Persistence/Cache/AbstractInMemoryHandler.php index 2e46a9e308..bed15f541e 100644 --- a/src/lib/Persistence/Cache/AbstractInMemoryHandler.php +++ b/src/lib/Persistence/Cache/AbstractInMemoryHandler.php @@ -21,22 +21,22 @@ abstract class AbstractInMemoryHandler /** * NOTE: Instance of this must be TransactionalInMemoryCacheAdapter in order for cache clearing to affect in-memory cache. * - * @var \Ibexa\Core\Persistence\Cache\Adapter\TransactionAwareAdapterInterface + * @var TransactionAwareAdapterInterface */ protected $cache; - /** @var \Ibexa\Core\Persistence\Cache\PersistenceLogger */ + /** @var PersistenceLogger */ protected $logger; /** * NOTE: On purpose private as it's only supposed to be interacted with in tandem with symfony cache here, * hence the cache decorator and the reusable methods here. * - * @var \Ibexa\Core\Persistence\Cache\InMemory\InMemoryCache + * @var InMemoryCache */ private $inMemory; - /** @var \Ibexa\Core\Persistence\Cache\CacheIndicesValidatorInterface */ + /** @var CacheIndicesValidatorInterface */ private $cacheIndicesValidator; public function __construct( diff --git a/src/lib/Persistence/Cache/AbstractInMemoryPersistenceHandler.php b/src/lib/Persistence/Cache/AbstractInMemoryPersistenceHandler.php index a412a518ff..0868284c2f 100644 --- a/src/lib/Persistence/Cache/AbstractInMemoryPersistenceHandler.php +++ b/src/lib/Persistence/Cache/AbstractInMemoryPersistenceHandler.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\Persistence\Cache; +use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Persistence\Handler as PersistenceHandler; use Ibexa\Core\Persistence\Cache\Adapter\TransactionAwareAdapterInterface; use Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface; @@ -20,16 +21,16 @@ */ abstract class AbstractInMemoryPersistenceHandler extends AbstractInMemoryHandler { - /** @var \Ibexa\Contracts\Core\Persistence\Handler */ + /** @var Handler */ protected $persistenceHandler; - /** @var \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface */ + /** @var CacheIdentifierGeneratorInterface */ protected $cacheIdentifierGenerator; - /** @var \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierSanitizer */ + /** @var CacheIdentifierSanitizer */ protected $cacheIdentifierSanitizer; - /** @var \Ibexa\Core\Persistence\Cache\LocationPathConverter */ + /** @var LocationPathConverter */ protected $locationPathConverter; public function __construct( diff --git a/src/lib/Persistence/Cache/Adapter/TransactionalInMemoryCacheAdapter.php b/src/lib/Persistence/Cache/Adapter/TransactionalInMemoryCacheAdapter.php index c3960ef0ba..36801ca00d 100644 --- a/src/lib/Persistence/Cache/Adapter/TransactionalInMemoryCacheAdapter.php +++ b/src/lib/Persistence/Cache/Adapter/TransactionalInMemoryCacheAdapter.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Cache\Adapter; use Ibexa\Contracts\Core\Exception\InvalidArgumentException; +use Ibexa\Core\Persistence\Cache\InMemory\InMemoryCache; use Psr\Cache\CacheItemInterface; use Symfony\Component\Cache\Adapter\TagAwareAdapterInterface; use Symfony\Component\Cache\CacheItem; @@ -18,13 +19,13 @@ * Internal proxy adapter invalidating our isolated in-memory cache, and defer shared pool changes during transactions. * * @internal For type hinting inside {@see \Ibexa\Core\Persistence\Cache\}. For external, type hint on - * {@see \Symfony\Component\Cache\Adapter\TagAwareAdapterInterface}. + * {@see TagAwareAdapterInterface}. */ class TransactionalInMemoryCacheAdapter implements TransactionAwareAdapterInterface { protected TagAwareAdapterInterface $sharedPool; - /** @var iterable<\Ibexa\Core\Persistence\Cache\InMemory\InMemoryCache> */ + /** @var iterable */ private iterable $inMemoryPools; /** @var int */ @@ -40,8 +41,8 @@ class TransactionalInMemoryCacheAdapter implements TransactionAwareAdapterInterf protected \Closure $setCacheItemAsMiss; /** - * @param \Symfony\Component\Cache\Adapter\TagAwareAdapterInterface $sharedPool - * @param \Ibexa\Core\Persistence\Cache\InMemory\InMemoryCache[] $inMemoryPools + * @param TagAwareAdapterInterface $sharedPool + * @param InMemoryCache[] $inMemoryPools * @param int $transactionDepth * @param array $deferredTagsInvalidation * @param array $deferredItemsDeletion @@ -70,7 +71,7 @@ static function (CacheItem $item) { } /** - * @throws \Ibexa\Contracts\Core\Exception\InvalidArgumentException + * @throws InvalidArgumentException * @throws \Psr\Cache\InvalidArgumentException */ public function getItem($key): CacheItem @@ -229,9 +230,9 @@ public function commit(): bool /** * For use by getItem(s) to mark items as a miss if it's going to be cleared on transaction commit. * - * @param iterable $items + * @param iterable $items * - * @return iterable + * @return iterable */ private function markItemsAsDeferredMissIfNeeded(iterable $items): iterable { diff --git a/src/lib/Persistence/Cache/BookmarkHandler.php b/src/lib/Persistence/Cache/BookmarkHandler.php index 46e8ee9988..d892d4524f 100644 --- a/src/lib/Persistence/Cache/BookmarkHandler.php +++ b/src/lib/Persistence/Cache/BookmarkHandler.php @@ -51,8 +51,10 @@ public function delete(int $bookmarkId): void /** * {@inheritdoc} */ - public function loadByUserIdAndLocationId(int $userId, array $locationIds): array - { + public function loadByUserIdAndLocationId( + int $userId, + array $locationIds + ): array { return $this->getMultipleCacheItems( $locationIds, $this->cacheIdentifierGenerator->generateKey(self::BOOKMARK_IDENTIFIER, [$userId], true) . '-', @@ -85,8 +87,11 @@ function (Bookmark $bookmark) { /** * {@inheritdoc} */ - public function loadUserBookmarks(int $userId, int $offset = 0, int $limit = -1): array - { + public function loadUserBookmarks( + int $userId, + int $offset = 0, + int $limit = -1 + ): array { $this->logger->logCall(__METHOD__, [ 'userId' => $userId, 'offset' => $offset, @@ -111,8 +116,10 @@ public function countUserBookmarks(int $userId): int /** * {@inheritdoc} */ - public function locationSwapped(int $location1Id, int $location2Id): void - { + public function locationSwapped( + int $location1Id, + int $location2Id + ): void { $this->logger->logCall(__METHOD__, [ 'location1Id' => $location1Id, 'location2Id' => $location2Id, diff --git a/src/lib/Persistence/Cache/CacheIndicesValidator.php b/src/lib/Persistence/Cache/CacheIndicesValidator.php index 9390cfa916..3db9ab55a3 100644 --- a/src/lib/Persistence/Cache/CacheIndicesValidator.php +++ b/src/lib/Persistence/Cache/CacheIndicesValidator.php @@ -27,8 +27,11 @@ public function __construct(?LoggerInterface $logger = null) /** * @param mixed $object */ - public function validate(string $keyPrefix, $object, callable $cacheIndices): void - { + public function validate( + string $keyPrefix, + $object, + callable $cacheIndices + ): void { if ($this->logger === null) { return; } diff --git a/src/lib/Persistence/Cache/CacheIndicesValidatorInterface.php b/src/lib/Persistence/Cache/CacheIndicesValidatorInterface.php index e84b8ef3ee..b085ab30a0 100644 --- a/src/lib/Persistence/Cache/CacheIndicesValidatorInterface.php +++ b/src/lib/Persistence/Cache/CacheIndicesValidatorInterface.php @@ -16,5 +16,9 @@ interface CacheIndicesValidatorInterface /** * @param mixed $object */ - public function validate(string $keyPrefix, $object, callable $cacheIndices): void; + public function validate( + string $keyPrefix, + $object, + callable $cacheIndices + ): void; } diff --git a/src/lib/Persistence/Cache/ContentHandler.php b/src/lib/Persistence/Cache/ContentHandler.php index deb0458e64..927de3a6bc 100644 --- a/src/lib/Persistence/Cache/ContentHandler.php +++ b/src/lib/Persistence/Cache/ContentHandler.php @@ -52,7 +52,10 @@ class ContentHandler extends AbstractInMemoryPersistenceHandler implements Conte protected function init(): void { - $this->getContentInfoTags = function (ContentInfo $info, array $tags = []) { + $this->getContentInfoTags = function ( + ContentInfo $info, + array $tags = [] + ) { $tags[] = $this->cacheIdentifierGenerator->generateTag(self::CONTENT_IDENTIFIER, [$info->id]); if ($info->mainLocationId) { @@ -106,8 +109,12 @@ public function create(CreateStruct $struct) /** * {@inheritdoc} */ - public function createDraftFromVersion($contentId, $srcVersion, $userId, ?string $languageCode = null) - { + public function createDraftFromVersion( + $contentId, + $srcVersion, + $userId, + ?string $languageCode = null + ) { $this->logger->logCall(__METHOD__, ['content' => $contentId, 'version' => $srcVersion, 'user' => $userId]); $draft = $this->persistenceHandler->contentHandler()->createDraftFromVersion($contentId, $srcVersion, $userId, $languageCode); $this->cache->deleteItems([ @@ -120,8 +127,11 @@ public function createDraftFromVersion($contentId, $srcVersion, $userId, ?string /** * {@inheritdoc} */ - public function copy($contentId, $versionNo = null, $newOwnerId = null) - { + public function copy( + $contentId, + $versionNo = null, + $newOwnerId = null + ) { $this->logger->logCall(__METHOD__, [ 'content' => $contentId, 'version' => $versionNo, @@ -134,8 +144,11 @@ public function copy($contentId, $versionNo = null, $newOwnerId = null) /** * {@inheritdoc} */ - public function load($contentId, $versionNo = null, ?array $translations = null) - { + public function load( + $contentId, + $versionNo = null, + ?array $translations = null + ) { $keySuffix = $versionNo ? "-{$versionNo}-" : '-'; $keySuffix .= empty($translations) ? self::ALL_TRANSLATIONS_KEY : implode('|', $translations); @@ -161,8 +174,10 @@ function (Content $content) use ($keySuffix) { ); } - public function loadContentList(array $contentIds, ?array $translations = null): array - { + public function loadContentList( + array $contentIds, + ?array $translations = null + ): array { $keySuffix = '-' . (empty($translations) ? self::ALL_TRANSLATIONS_KEY : implode('|', $translations)); return $this->getMultipleCacheValues( @@ -241,8 +256,10 @@ function () use ($remoteId) { /** * {@inheritdoc} */ - public function loadVersionInfo($contentId, $versionNo = null) - { + public function loadVersionInfo( + $contentId, + $versionNo = null + ) { $keySuffix = $versionNo ? "-{$versionNo}" : ''; $cacheItem = $this->cache->getItem( $this->cacheIdentifierGenerator->generateKey( @@ -270,8 +287,10 @@ public function loadVersionInfo($contentId, $versionNo = null) /** * @return int[] */ - public function loadVersionNoArchivedWithin(int $contentId, int $seconds): array - { + public function loadVersionNoArchivedWithin( + int $contentId, + int $seconds + ): array { return $this->persistenceHandler->contentHandler()->loadVersionNoArchivedWithin($contentId, $seconds); } @@ -292,8 +311,11 @@ public function loadDraftsForUser($userId) return $this->persistenceHandler->contentHandler()->loadDraftsForUser($userId); } - public function loadDraftListForUser(int $userId, int $offset = 0, int $limit = -1): array - { + public function loadDraftListForUser( + int $userId, + int $offset = 0, + int $limit = -1 + ): array { $this->logger->logCall(__METHOD__, ['user' => $userId, 'offset' => $offset, 'limit' => $limit]); return $this->persistenceHandler->contentHandler()->loadDraftListForUser($userId, $offset, $limit); @@ -302,8 +324,11 @@ public function loadDraftListForUser(int $userId, int $offset = 0, int $limit = /** * {@inheritdoc} */ - public function setStatus($contentId, $status, $versionNo) - { + public function setStatus( + $contentId, + $status, + $versionNo + ) { $this->logger->logCall(__METHOD__, ['content' => $contentId, 'status' => $status, 'version' => $versionNo]); $return = $this->persistenceHandler->contentHandler()->setStatus($contentId, $status, $versionNo); @@ -326,8 +351,10 @@ public function setStatus($contentId, $status, $versionNo) /** * {@inheritdoc} */ - public function updateMetadata($contentId, MetadataUpdateStruct $struct) - { + public function updateMetadata( + $contentId, + MetadataUpdateStruct $struct + ) { $this->logger->logCall(__METHOD__, ['content' => $contentId, 'struct' => $struct]); $contentInfo = $this->persistenceHandler->contentHandler()->updateMetadata($contentId, $struct); $this->cache->invalidateTags([ @@ -340,8 +367,11 @@ public function updateMetadata($contentId, MetadataUpdateStruct $struct) /** * {@inheritdoc} */ - public function updateContent($contentId, $versionNo, UpdateStruct $struct) - { + public function updateContent( + $contentId, + $versionNo, + UpdateStruct $struct + ) { $this->logger->logCall(__METHOD__, ['content' => $contentId, 'version' => $versionNo, 'struct' => $struct]); $content = $this->persistenceHandler->contentHandler()->updateContent($contentId, $versionNo, $struct); $this->cache->invalidateTags([ @@ -389,8 +419,10 @@ function ($relation) { /** * {@inheritdoc} */ - public function deleteVersion($contentId, $versionNo) - { + public function deleteVersion( + $contentId, + $versionNo + ) { $this->logger->logCall(__METHOD__, ['content' => $contentId, 'version' => $versionNo]); $return = $this->persistenceHandler->contentHandler()->deleteVersion($contentId, $versionNo); $this->cache->invalidateTags([ @@ -406,8 +438,11 @@ public function deleteVersion($contentId, $versionNo) /** * {@inheritdoc} */ - public function listVersions($contentId, $status = null, $limit = -1) - { + public function listVersions( + $contentId, + $status = null, + $limit = -1 + ) { // Don't cache non typical lookups to avoid filling up cache and tags. if ($status !== null || $limit !== -1) { $this->logger->logCall(__METHOD__, ['content' => $contentId, 'status' => $status]); @@ -466,8 +501,11 @@ public function addRelation(RelationCreateStruct $relation) /** * {@inheritdoc} */ - public function removeRelation($relationId, $type, ?int $destinationContentId = null): void - { + public function removeRelation( + $relationId, + $type, + ?int $destinationContentId = null + ): void { if (null === $destinationContentId) { @trigger_error('Expecting to pass $destinationContentId argument since version 4.1.5', E_USER_DEPRECATED); } @@ -517,8 +555,11 @@ public function loadRelation(int $relationId): Relation return $relation; } - public function countRelations(int $sourceContentId, ?int $sourceContentVersionNo = null, ?int $type = null): int - { + public function countRelations( + int $sourceContentId, + ?int $sourceContentVersionNo = null, + ?int $type = null + ): int { $cacheItem = $this->cache->getItem( $this->cacheIdentifierGenerator->generateKey( self::CONTENT_RELATIONS_COUNT_WITH_VERSION_TYPE_IDENTIFIER, @@ -611,8 +652,10 @@ function () use ($sourceContentId): array { /** * {@inheritdoc} */ - public function countReverseRelations(int $destinationContentId, ?int $type = null): int - { + public function countReverseRelations( + int $destinationContentId, + ?int $type = null + ): int { $cacheItem = $this->cache->getItem( $this->cacheIdentifierGenerator->generateKey( self::CONTENT_REVERSE_RELATIONS_COUNT_IDENTIFIER, @@ -643,8 +686,10 @@ public function countReverseRelations(int $destinationContentId, ?int $type = nu /** * {@inheritdoc} */ - public function loadReverseRelations($destinationContentId, $type = null) - { + public function loadReverseRelations( + $destinationContentId, + $type = null + ) { $this->logger->logCall(__METHOD__, ['content' => $destinationContentId, 'type' => $type]); return $this->persistenceHandler->contentHandler()->loadReverseRelations($destinationContentId, $type); @@ -677,8 +722,11 @@ public function loadReverseRelationList( /** * {@inheritdoc} */ - public function publish($contentId, $versionNo, MetadataUpdateStruct $struct) - { + public function publish( + $contentId, + $versionNo, + MetadataUpdateStruct $struct + ) { $this->logger->logCall(__METHOD__, ['content' => $contentId, 'version' => $versionNo, 'struct' => $struct]); $content = $this->persistenceHandler->contentHandler()->publish($contentId, $versionNo, $struct); $this->cache->invalidateTags([ @@ -691,8 +739,10 @@ public function publish($contentId, $versionNo, MetadataUpdateStruct $struct) /** * {@inheritdoc} */ - public function deleteTranslationFromContent($contentId, $languageCode) - { + public function deleteTranslationFromContent( + $contentId, + $languageCode + ) { $this->logger->logCall( __METHOD__, [ @@ -710,8 +760,11 @@ public function deleteTranslationFromContent($contentId, $languageCode) /** * {@inheritdoc} */ - public function deleteTranslationFromDraft($contentId, $versionNo, $languageCode) - { + public function deleteTranslationFromDraft( + $contentId, + $versionNo, + $languageCode + ) { $this->logger->logCall( __METHOD__, ['content' => $contentId, 'version' => $versionNo, 'languageCode' => $languageCode] @@ -736,8 +789,10 @@ public function deleteTranslationFromDraft($contentId, $versionNo, $languageCode * * @param array $tags Optional, can be used to specify other tags. */ - private function getCacheTagsForVersion(VersionInfo $versionInfo, array $tags = []): array - { + private function getCacheTagsForVersion( + VersionInfo $versionInfo, + array $tags = [] + ): array { $contentInfo = $versionInfo->contentInfo; $tags[] = $this->cacheIdentifierGenerator->generateTag( self::CONTENT_VERSION_IDENTIFIER, diff --git a/src/lib/Persistence/Cache/ContentTypeHandler.php b/src/lib/Persistence/Cache/ContentTypeHandler.php index 22b8ba1e41..4d98992826 100644 --- a/src/lib/Persistence/Cache/ContentTypeHandler.php +++ b/src/lib/Persistence/Cache/ContentTypeHandler.php @@ -15,6 +15,7 @@ use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as ContentTypeHandlerInterface; use Ibexa\Contracts\Core\Persistence\Content\Type\UpdateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\ContentTypeQuery; +use Psr\Cache\InvalidArgumentException; class ContentTypeHandler extends AbstractInMemoryPersistenceHandler implements ContentTypeHandlerInterface { @@ -75,7 +76,10 @@ protected function init(): void $this->cacheIdentifierGenerator->generateTag(self::TYPE_IDENTIFIER, [$type->id]), ]; }; - $this->getTypeKeys = function (Type $type, int $status = Type::STATUS_DEFINED) { + $this->getTypeKeys = function ( + Type $type, + int $status = Type::STATUS_DEFINED + ) { return [ $this->cacheIdentifierGenerator->generateKey(self::CONTENT_TYPE_IDENTIFIER, [$type->id], true), $this->cacheIdentifierGenerator->generateKey(self::CONTENT_TYPE_IDENTIFIER, [$type->id], true) . '-' . $status, @@ -209,8 +213,10 @@ function () { /** * {@inheritdoc} */ - public function loadContentTypes($groupId, $status = Type::STATUS_DEFINED) - { + public function loadContentTypes( + $groupId, + $status = Type::STATUS_DEFINED + ) { if ($status !== Type::STATUS_DEFINED) { $this->logger->logCall(__METHOD__, ['group' => $groupId, 'status' => $status]); @@ -234,8 +240,10 @@ function () use ($groupId) { ); } - public function findContentTypes(?ContentTypeQuery $query = null, array $prioritizedLanguages = []): array - { + public function findContentTypes( + ?ContentTypeQuery $query = null, + array $prioritizedLanguages = [] + ): array { $this->logger->logCall(__METHOD__, [ 'query' => $query, ]); @@ -259,8 +267,10 @@ function (array $contentTypeIds) { /** * {@inheritdoc} */ - public function load($typeId, $status = Type::STATUS_DEFINED) - { + public function load( + $typeId, + $status = Type::STATUS_DEFINED + ) { if ($status !== Type::STATUS_DEFINED) { $this->logger->logCall(__METHOD__, ['type' => $typeId, 'status' => $status]); @@ -357,8 +367,11 @@ function ($groupId) { /** * {@inheritdoc} */ - public function update($typeId, $status, UpdateStruct $struct) - { + public function update( + $typeId, + $status, + UpdateStruct $struct + ) { $this->logger->logCall(__METHOD__, ['type' => $typeId, 'status' => $status, 'struct' => $struct]); $type = $this->persistenceHandler->contentTypeHandler()->update($typeId, $status, $struct); @@ -376,8 +389,10 @@ public function update($typeId, $status, UpdateStruct $struct) /** * {@inheritdoc} */ - public function delete($typeId, $status) - { + public function delete( + $typeId, + $status + ) { $this->logger->logCall(__METHOD__, ['type' => $typeId, 'status' => $status]); $return = $this->persistenceHandler->contentTypeHandler()->delete($typeId, $status); @@ -395,8 +410,10 @@ public function delete($typeId, $status) /** * {@inheritdoc} */ - public function createDraft($modifierId, $typeId) - { + public function createDraft( + $modifierId, + $typeId + ) { $this->logger->logCall(__METHOD__, ['modifier' => $modifierId, 'type' => $typeId]); return $this->persistenceHandler->contentTypeHandler()->createDraft($modifierId, $typeId); @@ -405,8 +422,11 @@ public function createDraft($modifierId, $typeId) /** * {@inheritdoc} */ - public function copy($userId, $typeId, $status) - { + public function copy( + $userId, + $typeId, + $status + ) { $this->logger->logCall(__METHOD__, ['user' => $userId, 'type' => $typeId, 'status' => $status]); $copy = $this->persistenceHandler->contentTypeHandler()->copy($userId, $typeId, $status); @@ -424,8 +444,11 @@ function ($groupId) { /** * {@inheritdoc} */ - public function unlink($groupId, $typeId, $status) - { + public function unlink( + $groupId, + $typeId, + $status + ) { $this->logger->logCall(__METHOD__, ['group' => $groupId, 'type' => $typeId, 'status' => $status]); $return = $this->persistenceHandler->contentTypeHandler()->unlink($groupId, $typeId, $status); @@ -441,8 +464,11 @@ public function unlink($groupId, $typeId, $status) /** * {@inheritdoc} */ - public function link($groupId, $typeId, $status) - { + public function link( + $groupId, + $typeId, + $status + ) { $this->logger->logCall(__METHOD__, ['group' => $groupId, 'type' => $typeId, 'status' => $status]); $return = $this->persistenceHandler->contentTypeHandler()->link($groupId, $typeId, $status); @@ -466,8 +492,10 @@ public function link($groupId, $typeId, $status) /** * {@inheritdoc} */ - public function getFieldDefinition($id, $status) - { + public function getFieldDefinition( + $id, + $status + ) { $this->logger->logCall(__METHOD__, ['field' => $id, 'status' => $status]); return $this->persistenceHandler->contentTypeHandler()->getFieldDefinition($id, $status); @@ -486,8 +514,11 @@ public function getContentCount($contentTypeId) /** * {@inheritdoc} */ - public function addFieldDefinition($typeId, $status, FieldDefinition $struct) - { + public function addFieldDefinition( + $typeId, + $status, + FieldDefinition $struct + ) { $this->logger->logCall(__METHOD__, ['type' => $typeId, 'status' => $status, 'struct' => $struct]); $return = $this->persistenceHandler->contentTypeHandler()->addFieldDefinition( $typeId, @@ -538,8 +569,11 @@ public function removeFieldDefinition( /** * {@inheritdoc} */ - public function updateFieldDefinition($typeId, $status, FieldDefinition $struct) - { + public function updateFieldDefinition( + $typeId, + $status, + FieldDefinition $struct + ) { $this->logger->logCall(__METHOD__, ['type' => $typeId, 'status' => $status, 'struct' => $struct]); $this->persistenceHandler->contentTypeHandler()->updateFieldDefinition( $typeId, @@ -611,12 +645,14 @@ function () { * @param int $contentTypeId * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type * - * @throws \Psr\Cache\InvalidArgumentException + * @throws InvalidArgumentException */ - public function removeContentTypeTranslation(int $contentTypeId, string $languageCode): Type - { + public function removeContentTypeTranslation( + int $contentTypeId, + string $languageCode + ): Type { $this->logger->logCall(__METHOD__, ['id' => $contentTypeId, 'languageCode' => $languageCode]); $return = $this->persistenceHandler->contentTypeHandler()->removeContentTypeTranslation( $contentTypeId, @@ -632,8 +668,10 @@ public function removeContentTypeTranslation(int $contentTypeId, string $languag return $return; } - public function deleteByUserAndStatus(int $userId, int $status): void - { + public function deleteByUserAndStatus( + int $userId, + int $status + ): void { $this->logger->logCall(__METHOD__, ['user' => $userId, 'status' => $status]); $this->persistenceHandler->contentTypeHandler()->deleteByUserAndStatus($userId, $status); diff --git a/src/lib/Persistence/Cache/Handler.php b/src/lib/Persistence/Cache/Handler.php index 36b225a107..c4615263eb 100644 --- a/src/lib/Persistence/Cache/Handler.php +++ b/src/lib/Persistence/Cache/Handler.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Persistence\Handler as PersistenceHandlerInterface; use Ibexa\Contracts\Core\Persistence\Setting\Handler as SPISettingHandler; +use Ibexa\Contracts\Core\Persistence\TransactionHandler; use Ibexa\Core\Persistence\Cache\BookmarkHandler as CacheBookmarkHandler; use Ibexa\Core\Persistence\Cache\ContentHandler as CacheContentHandler; use Ibexa\Core\Persistence\Cache\ContentLanguageHandler as CacheContentLanguageHandler; @@ -32,58 +33,58 @@ */ class Handler implements PersistenceHandlerInterface { - /** @var \Ibexa\Contracts\Core\Persistence\Handler */ + /** @var PersistenceHandlerInterface */ protected $persistenceHandler; - /** @var \Ibexa\Core\Persistence\Cache\SectionHandler */ + /** @var CacheSectionHandler */ protected $sectionHandler; - /** @var \Ibexa\Core\Persistence\Cache\ContentHandler */ + /** @var CacheContentHandler */ protected $contentHandler; - /** @var \Ibexa\Core\Persistence\Cache\ContentLanguageHandler */ + /** @var CacheContentLanguageHandler */ protected $contentLanguageHandler; - /** @var \Ibexa\Core\Persistence\Cache\ContentTypeHandler */ + /** @var CacheContentTypeHandler */ protected $contentTypeHandler; - /** @var \Ibexa\Core\Persistence\Cache\LocationHandler */ + /** @var CacheLocationHandler */ protected $locationHandler; - /** @var \Ibexa\Core\Persistence\Cache\UserHandler */ + /** @var CacheUserHandler */ protected $userHandler; - /** @var \Ibexa\Core\Persistence\Cache\TrashHandler */ + /** @var CacheTrashHandler */ protected $trashHandler; - /** @var \Ibexa\Core\Persistence\Cache\UrlAliasHandler */ + /** @var CacheUrlAliasHandler */ protected $urlAliasHandler; - /** @var \Ibexa\Core\Persistence\Cache\ObjectStateHandler */ + /** @var CacheObjectStateHandler */ protected $objectStateHandler; - /** @var \Ibexa\Core\Persistence\Cache\TransactionHandler */ + /** @var CacheTransactionHandler */ protected $transactionHandler; - /** @var \Ibexa\Core\Persistence\Cache\URLHandler */ + /** @var CacheUrlHandler */ protected $urlHandler; - /** @var \Ibexa\Core\Persistence\Cache\BookmarkHandler */ + /** @var CacheBookmarkHandler */ protected $bookmarkHandler; - /** @var \Ibexa\Core\Persistence\Cache\NotificationHandler */ + /** @var CacheNotificationHandler */ protected $notificationHandler; - /** @var \Ibexa\Core\Persistence\Cache\UserPreferenceHandler */ + /** @var CacheUserPreferenceHandler */ protected $userPreferenceHandler; - /** @var \Ibexa\Core\Persistence\Cache\UrlWildcardHandler */ + /** @var CacheUrlWildcardHandler */ private $urlWildcardHandler; - /** @var \Ibexa\Core\Persistence\Cache\PersistenceLogger */ + /** @var PersistenceLogger */ protected $logger; - /** @var \Ibexa\Core\Persistence\Cache\SettingHandler */ + /** @var SettingHandler */ private $settingHandler; public function __construct( @@ -207,7 +208,7 @@ public function urlWildcardHandler() } /** - * @return \Ibexa\Contracts\Core\Persistence\TransactionHandler + * @return TransactionHandler */ public function transactionHandler() { @@ -220,7 +221,7 @@ public function settingHandler(): SPISettingHandler } /** - * @return \Ibexa\Core\Persistence\Cache\URLHandler + * @return CacheUrlHandler */ public function urlHandler() { @@ -228,7 +229,7 @@ public function urlHandler() } /** - * @return \Ibexa\Core\Persistence\Cache\BookmarkHandler + * @return CacheBookmarkHandler */ public function bookmarkHandler() { @@ -236,7 +237,7 @@ public function bookmarkHandler() } /** - * @return \Ibexa\Core\Persistence\Cache\NotificationHandler + * @return CacheNotificationHandler */ public function notificationHandler() { @@ -244,7 +245,7 @@ public function notificationHandler() } /** - * @return \Ibexa\Core\Persistence\Cache\UserPreferenceHandler + * @return CacheUserPreferenceHandler */ public function userPreferenceHandler() { diff --git a/src/lib/Persistence/Cache/Identifier/CacheIdentifierGenerator.php b/src/lib/Persistence/Cache/Identifier/CacheIdentifierGenerator.php index f0b0233922..6affa72317 100644 --- a/src/lib/Persistence/Cache/Identifier/CacheIdentifierGenerator.php +++ b/src/lib/Persistence/Cache/Identifier/CacheIdentifierGenerator.php @@ -18,9 +18,8 @@ */ final class CacheIdentifierGenerator implements CacheIdentifierGeneratorInterface, LoggerAwareInterface { - private const PLACEHOLDER = '-%s'; - use LoggerAwareTrait; + private const PLACEHOLDER = '-%s'; /** @var string */ private $prefix; @@ -31,8 +30,11 @@ final class CacheIdentifierGenerator implements CacheIdentifierGeneratorInterfac /** @var array */ private $keyPatterns; - public function __construct(string $prefix, array $tagPatterns, array $keyPatterns) - { + public function __construct( + string $prefix, + array $tagPatterns, + array $keyPatterns + ) { $this->prefix = $prefix; $this->tagPatterns = $tagPatterns; $this->keyPatterns = $keyPatterns; @@ -42,8 +44,11 @@ public function __construct(string $prefix, array $tagPatterns, array $keyPatter /** * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - public function generateTag(string $patternName, array $values = [], bool $withPrefix = false): string - { + public function generateTag( + string $patternName, + array $values = [], + bool $withPrefix = false + ): string { if (!isset($this->tagPatterns[$patternName])) { throw new InvalidArgumentException($patternName, sprintf( 'Undefined tag pattern "%s". Known pattern names are: "%s"', @@ -58,8 +63,11 @@ public function generateTag(string $patternName, array $values = [], bool $withP /** * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - public function generateKey(string $patternName, array $values = [], bool $withPrefix = false): string - { + public function generateKey( + string $patternName, + array $values = [], + bool $withPrefix = false + ): string { if (!isset($this->keyPatterns[$patternName])) { throw new InvalidArgumentException($patternName, sprintf( 'Undefined key pattern "%s". Known pattern names are: "%s"', @@ -71,8 +79,11 @@ public function generateKey(string $patternName, array $values = [], bool $withP return $this->generate($this->keyPatterns[$patternName], $values, $withPrefix); } - private function generate(string $pattern, array $values, bool $withPrefix = false): string - { + private function generate( + string $pattern, + array $values, + bool $withPrefix = false + ): string { if (empty($values)) { $cacheIdentifier = str_replace(self::PLACEHOLDER, '', $pattern); } else { diff --git a/src/lib/Persistence/Cache/Identifier/CacheIdentifierGeneratorInterface.php b/src/lib/Persistence/Cache/Identifier/CacheIdentifierGeneratorInterface.php index ddaf07e548..9bb528b0a2 100644 --- a/src/lib/Persistence/Cache/Identifier/CacheIdentifierGeneratorInterface.php +++ b/src/lib/Persistence/Cache/Identifier/CacheIdentifierGeneratorInterface.php @@ -8,6 +8,8 @@ namespace Ibexa\Core\Persistence\Cache\Identifier; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; + /** * @internal */ @@ -18,16 +20,24 @@ interface CacheIdentifierGeneratorInterface * @param array $values containing scalars, mostly integers and strings * @param bool $withPrefix used mainly by keys, if set to true, tags will be prefixed with ibx- * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function generateTag(string $patternName, array $values = [], bool $withPrefix = false): string; + public function generateTag( + string $patternName, + array $values = [], + bool $withPrefix = false + ): string; /** * @param string $patternName patterns determining how the tag will look like, defined in ibexa.core.persistence.cache.key_patterns * @param array $values containing scalars, mostly integers and strings * @param bool $withPrefix used mainly by keys, if set to true, tags will be prefixed with ibx- * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function generateKey(string $patternName, array $values = [], bool $withPrefix = false): string; + public function generateKey( + string $patternName, + array $values = [], + bool $withPrefix = false + ): string; } diff --git a/src/lib/Persistence/Cache/InMemory/InMemoryCache.php b/src/lib/Persistence/Cache/InMemory/InMemoryCache.php index 218eea777d..ec432b552b 100644 --- a/src/lib/Persistence/Cache/InMemory/InMemoryCache.php +++ b/src/lib/Persistence/Cache/InMemory/InMemoryCache.php @@ -62,8 +62,11 @@ class InMemoryCache * @param int $limit Limit for values to keep in cache, by default 100 cache values. * @param bool $enabled For use by configuration to be able to disable or enable depending on needs. */ - public function __construct(int $ttl = 300, int $limit = 100, bool $enabled = true) - { + public function __construct( + int $ttl = 300, + int $limit = 100, + bool $enabled = true + ) { $this->ttl = $ttl / 1000; $this->limit = $limit; $this->enabled = $enabled; @@ -114,8 +117,11 @@ public function get(string $key) * @param callable $objectIndexes Return array of indexes per object (first argument), must return at least 1 primary index * @param string|null $listIndex Optional index for list of items */ - public function setMulti(array $objects, callable $objectIndexes, ?string $listIndex = null): void - { + public function setMulti( + array $objects, + callable $objectIndexes, + ?string $listIndex = null + ): void { // If objects accounts for more than 20% of our limit, assume it's bulk load and skip saving in-memory if ($this->enabled === false || \count($objects) >= $this->limit / 5) { return; diff --git a/src/lib/Persistence/Cache/LocationHandler.php b/src/lib/Persistence/Cache/LocationHandler.php index 52091c2eb7..64612abddd 100644 --- a/src/lib/Persistence/Cache/LocationHandler.php +++ b/src/lib/Persistence/Cache/LocationHandler.php @@ -46,7 +46,10 @@ protected function init(): void return $tags; }; - $this->getLocationKeys = function (Location $location, $keySuffix = '-1') { + $this->getLocationKeys = function ( + Location $location, + $keySuffix = '-1' + ) { return [ $this->cacheIdentifierGenerator->generateKey(self::LOCATION_IDENTIFIER, [$location->id], true) . $keySuffix, $this->cacheIdentifierGenerator->generateKey( @@ -61,8 +64,11 @@ protected function init(): void /** * {@inheritdoc} */ - public function load($locationId, ?array $translations = null, bool $useAlwaysAvailable = true) - { + public function load( + $locationId, + ?array $translations = null, + bool $useAlwaysAvailable = true + ) { $keySuffix = '-' . $this->getCacheTranslationKey($translations, $useAlwaysAvailable); $getLocationKeysFn = $this->getLocationKeys; @@ -81,8 +87,11 @@ static function (Location $location) use ($keySuffix, $getLocationKeysFn) { ); } - public function loadList(array $locationIds, ?array $translations = null, bool $useAlwaysAvailable = true): iterable - { + public function loadList( + array $locationIds, + ?array $translations = null, + bool $useAlwaysAvailable = true + ): iterable { $keySuffix = '-' . $this->getCacheTranslationKey($translations, $useAlwaysAvailable); $getLocationKeysFn = $this->getLocationKeys; @@ -136,8 +145,10 @@ function () use ($locationId): array { /** * {@inheritdoc} */ - public function loadLocationsByContent($contentId, $rootLocationId = null) - { + public function loadLocationsByContent( + $contentId, + $rootLocationId = null + ) { $keySuffix = ''; $cacheTags = [ $this->cacheIdentifierGenerator->generateTag(self::CONTENT_IDENTIFIER, [$contentId]), @@ -178,8 +189,10 @@ function () use ($contentId, $keySuffix): array { /** * {@inheritdoc} */ - public function loadLocationsByTrashContent(int $contentId, ?int $rootLocationId = null): array - { + public function loadLocationsByTrashContent( + int $contentId, + ?int $rootLocationId = null + ): array { $this->logger->logCall(__METHOD__, ['content' => $contentId, 'root' => $rootLocationId]); return $this->persistenceHandler->locationHandler()->loadLocationsByTrashContent($contentId, $rootLocationId); @@ -223,8 +236,11 @@ function () use ($contentId): array { /** * {@inheritdoc} */ - public function loadByRemoteId($remoteId, ?array $translations = null, bool $useAlwaysAvailable = true) - { + public function loadByRemoteId( + $remoteId, + ?array $translations = null, + bool $useAlwaysAvailable = true + ) { $keySuffix = '-' . $this->getCacheTranslationKey($translations, $useAlwaysAvailable); $getLocationKeysFn = $this->getLocationKeys; @@ -246,8 +262,11 @@ static function (Location $location) use ($keySuffix, $getLocationKeysFn) { /** * {@inheritdoc} */ - public function copySubtree($sourceId, $destinationParentId, $newOwnerId = null) - { + public function copySubtree( + $sourceId, + $destinationParentId, + $newOwnerId = null + ) { $this->logger->logCall(__METHOD__, [ 'source' => $sourceId, 'destination' => $destinationParentId, @@ -269,8 +288,10 @@ public function getSubtreeSize(string $path): int /** * {@inheritdoc} */ - public function move($sourceId, $destinationParentId) - { + public function move( + $sourceId, + $destinationParentId + ) { $this->logger->logCall(__METHOD__, ['source' => $sourceId, 'destination' => $destinationParentId]); $return = $this->persistenceHandler->locationHandler()->move($sourceId, $destinationParentId); @@ -344,8 +365,10 @@ public function setVisible(int $id): void /** * {@inheritdoc} */ - public function swap($locationId1, $locationId2) - { + public function swap( + $locationId1, + $locationId2 + ) { $this->logger->logCall(__METHOD__, ['location1' => $locationId1, 'location2' => $locationId2]); $locationHandler = $this->persistenceHandler->locationHandler(); @@ -364,8 +387,10 @@ public function swap($locationId1, $locationId2) /** * {@inheritdoc} */ - public function update(UpdateStruct $struct, $locationId) - { + public function update( + UpdateStruct $struct, + $locationId + ) { $this->logger->logCall(__METHOD__, ['location' => $locationId, 'struct' => $struct]); $this->persistenceHandler->locationHandler()->update($struct, $locationId); @@ -424,8 +449,10 @@ public function deleteChildrenDrafts(int $locationId): void /** * {@inheritdoc} */ - public function setSectionForSubtree($locationId, $sectionId) - { + public function setSectionForSubtree( + $locationId, + $sectionId + ) { $this->logger->logCall(__METHOD__, ['location' => $locationId, 'section' => $sectionId]); $this->persistenceHandler->locationHandler()->setSectionForSubtree($locationId, $sectionId); @@ -437,8 +464,10 @@ public function setSectionForSubtree($locationId, $sectionId) /** * {@inheritdoc} */ - public function changeMainLocation($contentId, $locationId) - { + public function changeMainLocation( + $contentId, + $locationId + ) { $this->logger->logCall(__METHOD__, ['location' => $locationId, 'content' => $contentId]); $this->persistenceHandler->locationHandler()->changeMainLocation($contentId, $locationId); @@ -465,10 +494,12 @@ public function countAllLocations() * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location[] + * @return Location[] */ - public function loadAllLocations($offset, $limit) - { + public function loadAllLocations( + $offset, + $limit + ) { $this->logger->logCall(__METHOD__, ['offset' => $offset, 'limit' => $limit]); return $this->persistenceHandler->locationHandler()->loadAllLocations($offset, $limit); @@ -481,8 +512,10 @@ public function loadAllLocations($offset, $limit) * * @return array */ - private function getCacheTags(Location $location, $tags = []) - { + private function getCacheTags( + Location $location, + $tags = [] + ) { $tags[] = $this->cacheIdentifierGenerator->generateTag(self::CONTENT_IDENTIFIER, [$location->contentId]); $tags[] = $this->cacheIdentifierGenerator->generateTag(self::LOCATION_IDENTIFIER, [$location->id]); @@ -494,8 +527,10 @@ private function getCacheTags(Location $location, $tags = []) return $tags; } - private function getCacheTranslationKey(?array $translations = null, bool $useAlwaysAvailable = true): string - { + private function getCacheTranslationKey( + ?array $translations = null, + bool $useAlwaysAvailable = true + ): string { if (empty($translations)) { return (int)$useAlwaysAvailable; } diff --git a/src/lib/Persistence/Cache/NotificationHandler.php b/src/lib/Persistence/Cache/NotificationHandler.php index f2a549b5f4..15ab5bf085 100644 --- a/src/lib/Persistence/Cache/NotificationHandler.php +++ b/src/lib/Persistence/Cache/NotificationHandler.php @@ -72,8 +72,10 @@ public function bulkUpdateUserNotifications( /** * {@inheritdoc} */ - public function updateNotification(APINotification $notification, UpdateStruct $updateStruct): Notification - { + public function updateNotification( + APINotification $notification, + UpdateStruct $updateStruct + ): Notification { $this->logger->logCall(__METHOD__, [ 'notificationId' => $notification->id, ]); @@ -130,8 +132,10 @@ public function countPendingNotifications(int $ownerId): int return $count; } - public function countNotifications(int $ownerId, ?NotificationQuery $query = null): int - { + public function countNotifications( + int $ownerId, + ?NotificationQuery $query = null + ): int { if ($query === null) { $cacheKeyParams = [$ownerId]; $cacheItem = $this->cache->getItem( @@ -184,8 +188,11 @@ public function getNotificationById(int $notificationId): Notification return $notification; } - public function loadUserNotifications(int $userId, int $offset, int $limit): array - { + public function loadUserNotifications( + int $userId, + int $offset, + int $limit + ): array { $this->logger->logCall(__METHOD__, [ 'ownerId' => $userId, 'offset' => $offset, @@ -195,8 +202,10 @@ public function loadUserNotifications(int $userId, int $offset, int $limit): arr return $this->persistenceHandler->notificationHandler()->loadUserNotifications($userId, $offset, $limit); } - public function findUserNotifications(int $userId, ?NotificationQuery $query = null): array - { + public function findUserNotifications( + int $userId, + ?NotificationQuery $query = null + ): array { $this->logger->logCall(__METHOD__, [ 'ownerId' => $userId, 'query' => $query, diff --git a/src/lib/Persistence/Cache/ObjectStateHandler.php b/src/lib/Persistence/Cache/ObjectStateHandler.php index a1dd875ecb..cb13a6d1b6 100644 --- a/src/lib/Persistence/Cache/ObjectStateHandler.php +++ b/src/lib/Persistence/Cache/ObjectStateHandler.php @@ -102,8 +102,10 @@ function (Group $group) use ($escapedIdentifier): array { /** * {@inheritdoc} */ - public function loadAllGroups($offset = 0, $limit = -1): array - { + public function loadAllGroups( + $offset = 0, + $limit = -1 + ): array { $stateGroups = $this->getListCacheValue( $this->cacheIdentifierGenerator->generateKey(self::STATE_GROUP_ALL_IDENTIFIER, [], true), function () use ($offset, $limit): array { @@ -160,8 +162,10 @@ function () use ($groupId): array { /** * {@inheritdoc} */ - public function updateGroup($groupId, InputStruct $input) - { + public function updateGroup( + $groupId, + InputStruct $input + ) { $this->logger->logCall(__METHOD__, ['groupId' => $groupId, 'struct' => $input]); $return = $this->persistenceHandler->objectStateHandler()->updateGroup($groupId, $input); @@ -190,8 +194,10 @@ public function deleteGroup($groupId) /** * {@inheritdoc} */ - public function create($groupId, InputStruct $input) - { + public function create( + $groupId, + InputStruct $input + ) { $this->logger->logCall(__METHOD__, ['groupId' => $groupId, 'struct' => $input]); $return = $this->persistenceHandler->objectStateHandler()->create($groupId, $input); @@ -232,8 +238,10 @@ function () use ($stateId): array { /** * {@inheritdoc} */ - public function loadByIdentifier($identifier, $groupId) - { + public function loadByIdentifier( + $identifier, + $groupId + ) { $escapedIdentifier = $this->cacheIdentifierSanitizer->escapeForCacheKey($identifier); return $this->getCacheValue( @@ -266,8 +274,10 @@ function () use ($escapedIdentifier, $groupId): array { /** * {@inheritdoc} */ - public function update($stateId, InputStruct $input) - { + public function update( + $stateId, + InputStruct $input + ) { $this->logger->logCall(__METHOD__, ['stateId' => $stateId, 'struct' => $input]); $return = $this->persistenceHandler->objectStateHandler()->update($stateId, $input); @@ -281,8 +291,10 @@ public function update($stateId, InputStruct $input) /** * {@inheritdoc} */ - public function setPriority($stateId, $priority) - { + public function setPriority( + $stateId, + $priority + ) { $this->logger->logCall(__METHOD__, ['stateId' => $stateId, 'priority' => $priority]); $return = $this->persistenceHandler->objectStateHandler()->setPriority($stateId, $priority); @@ -311,8 +323,11 @@ public function delete($stateId) /** * {@inheritdoc} */ - public function setContentState($contentId, $groupId, $stateId) - { + public function setContentState( + $contentId, + $groupId, + $stateId + ) { $this->logger->logCall(__METHOD__, ['contentId' => $contentId, 'groupId' => $groupId, 'stateId' => $stateId]); $return = $this->persistenceHandler->objectStateHandler()->setContentState($contentId, $groupId, $stateId); @@ -330,8 +345,10 @@ public function setContentState($contentId, $groupId, $stateId) /** * {@inheritdoc} */ - public function getContentState($contentId, $stateGroupId) - { + public function getContentState( + $contentId, + $stateGroupId + ) { return $this->getCacheValue( (int) $stateGroupId, $this->cacheIdentifierGenerator->generateKey(self::STATE_BY_GROUP_IDENTIFIER, [], true) . '-', diff --git a/src/lib/Persistence/Cache/PersistenceLogger.php b/src/lib/Persistence/Cache/PersistenceLogger.php index d1694389f9..975c6f331a 100644 --- a/src/lib/Persistence/Cache/PersistenceLogger.php +++ b/src/lib/Persistence/Cache/PersistenceLogger.php @@ -50,8 +50,10 @@ public function __construct(bool $logCalls = true) * @param string $method * @param array $arguments */ - public function logCall(string $method, array $arguments = []): void - { + public function logCall( + string $method, + array $arguments = [] + ): void { ++$this->stats['uncached']; if (!$this->logCalls) { return; @@ -76,8 +78,10 @@ public function logCall(string $method, array $arguments = []): void * @param array $arguments * @param int $traceOffset */ - public function logCacheMiss(array $arguments = [], int $traceOffset = 2): void - { + public function logCacheMiss( + array $arguments = [], + int $traceOffset = 2 + ): void { ++$this->stats['miss']; if (!$this->logCalls) { return; @@ -102,8 +106,11 @@ public function logCacheMiss(array $arguments = [], int $traceOffset = 2): void * @param bool $inMemory Denotes is cache hit was from memory (php variable), as opposed to from cache pool which * is usually disk or remote cache service. */ - public function logCacheHit(array $arguments = [], int $traceOffset = 2, bool $inMemory = false): void - { + public function logCacheHit( + array $arguments = [], + int $traceOffset = 2, + bool $inMemory = false + ): void { if ($inMemory) { ++$this->stats['memory']; } else { @@ -131,8 +138,12 @@ public function logCacheHit(array $arguments = [], int $traceOffset = 2, bool $i * @param array $trimmedBacktrace * @param string $type */ - private function collectCacheCallData($method, array $arguments, array $trimmedBacktrace, string $type): void - { + private function collectCacheCallData( + $method, + array $arguments, + array $trimmedBacktrace, + string $type + ): void { // simplest/fastests hash possible to identify if we have already collected this before to save on memory use $callHash = \hash('adler32', $method . \serialize($arguments)); if (empty($this->calls[$callHash])) { diff --git a/src/lib/Persistence/Cache/SectionHandler.php b/src/lib/Persistence/Cache/SectionHandler.php index 9a3af0664b..758afe26a7 100644 --- a/src/lib/Persistence/Cache/SectionHandler.php +++ b/src/lib/Persistence/Cache/SectionHandler.php @@ -18,8 +18,10 @@ class SectionHandler extends AbstractHandler implements SectionHandlerInterface /** * {@inheritdoc} */ - public function create($name, $identifier) - { + public function create( + $name, + $identifier + ) { $this->logger->logCall(__METHOD__, ['name' => $name, 'identifier' => $identifier]); return $this->persistenceHandler->sectionHandler()->create($name, $identifier); @@ -28,8 +30,11 @@ public function create($name, $identifier) /** * {@inheritdoc} */ - public function update($id, $name, $identifier) - { + public function update( + $id, + $name, + $identifier + ) { $this->logger->logCall(__METHOD__, ['section' => $id, 'name' => $name, 'identifier' => $identifier]); $section = $this->persistenceHandler->sectionHandler()->update($id, $name, $identifier); @@ -124,8 +129,10 @@ public function delete($id) /** * {@inheritdoc} */ - public function assign($sectionId, $contentId) - { + public function assign( + $sectionId, + $contentId + ) { $this->logger->logCall(__METHOD__, ['section' => $sectionId, 'content' => $contentId]); $return = $this->persistenceHandler->sectionHandler()->assign($sectionId, $contentId); diff --git a/src/lib/Persistence/Cache/SettingHandler.php b/src/lib/Persistence/Cache/SettingHandler.php index 426460f240..61274a338e 100644 --- a/src/lib/Persistence/Cache/SettingHandler.php +++ b/src/lib/Persistence/Cache/SettingHandler.php @@ -9,23 +9,31 @@ use Ibexa\Contracts\Core\Persistence\Setting\Handler as SettingHandlerInterface; use Ibexa\Contracts\Core\Persistence\Setting\Setting; +use Psr\Cache\CacheException; +use Psr\Cache\InvalidArgumentException; final class SettingHandler extends AbstractInMemoryPersistenceHandler implements SettingHandlerInterface { private const SETTING_IDENTIFIER = 'setting'; - public function create(string $group, string $identifier, string $serializedValue): Setting - { + public function create( + string $group, + string $identifier, + string $serializedValue + ): Setting { $this->logger->logCall(__METHOD__, ['group' => $group, 'identifier' => $identifier]); return $this->persistenceHandler->settingHandler()->create($group, $identifier, $serializedValue); } /** - * @throws \Psr\Cache\InvalidArgumentException + * @throws InvalidArgumentException */ - public function update(string $group, string $identifier, string $serializedValue): Setting - { + public function update( + string $group, + string $identifier, + string $serializedValue + ): Setting { $this->logger->logCall(__METHOD__, ['group' => $group, 'identifier' => $identifier]); $setting = $this->persistenceHandler->settingHandler()->update($group, $identifier, $serializedValue); @@ -36,10 +44,12 @@ public function update(string $group, string $identifier, string $serializedValu } /** - * @throws \Psr\Cache\CacheException + * @throws CacheException */ - public function load(string $group, string $identifier): Setting - { + public function load( + string $group, + string $identifier + ): Setting { $cacheItem = $this->cache->getItem($this->getSettingTag($group, $identifier)); if ($cacheItem->isHit()) { return $cacheItem->get(); @@ -58,10 +68,12 @@ public function load(string $group, string $identifier): Setting } /** - * @throws \Psr\Cache\InvalidArgumentException + * @throws InvalidArgumentException */ - public function delete(string $group, string $identifier): void - { + public function delete( + string $group, + string $identifier + ): void { $this->logger->logCall(__METHOD__, ['group' => $group, 'identifier' => $identifier]); $this->persistenceHandler->settingHandler()->delete($group, $identifier); @@ -69,8 +81,10 @@ public function delete(string $group, string $identifier): void $this->cache->invalidateTags([$this->getSettingTag($group, $identifier)]); } - private function getSettingTag(string $group, string $identifier): string - { + private function getSettingTag( + string $group, + string $identifier + ): string { return $this->cacheIdentifierGenerator->generateTag( self::SETTING_IDENTIFIER, [$group, $identifier], diff --git a/src/lib/Persistence/Cache/TrashHandler.php b/src/lib/Persistence/Cache/TrashHandler.php index bcc561f408..dac9a63a91 100644 --- a/src/lib/Persistence/Cache/TrashHandler.php +++ b/src/lib/Persistence/Cache/TrashHandler.php @@ -70,8 +70,10 @@ public function trashSubtree($locationId) /** * {@inheritdoc} */ - public function recover($trashedId, $newParentId) - { + public function recover( + $trashedId, + $newParentId + ) { $this->logger->logCall(__METHOD__, ['id' => $trashedId, 'newParentId' => $newParentId]); $return = $this->persistenceHandler->trashHandler()->recover($trashedId, $newParentId); @@ -109,8 +111,12 @@ public function recover($trashedId, $newParentId) /** * {@inheritdoc} */ - public function findTrashItems(?CriterionInterface $criterion = null, $offset = 0, $limit = null, ?array $sort = null) - { + public function findTrashItems( + ?CriterionInterface $criterion = null, + $offset = 0, + $limit = null, + ?array $sort = null + ) { $this->logger->logCall(__METHOD__, ['criterion' => $criterion ? get_class($criterion) : 'null']); return $this->persistenceHandler->trashHandler()->findTrashItems($criterion, $offset, $limit, $sort); diff --git a/src/lib/Persistence/Cache/URLHandler.php b/src/lib/Persistence/Cache/URLHandler.php index b06b007be8..39713af1a2 100644 --- a/src/lib/Persistence/Cache/URLHandler.php +++ b/src/lib/Persistence/Cache/URLHandler.php @@ -19,8 +19,10 @@ class URLHandler extends AbstractHandler implements URLHandlerInterface /** * {@inheritdoc} */ - public function updateUrl($id, URLUpdateStruct $struct) - { + public function updateUrl( + $id, + URLUpdateStruct $struct + ) { $this->logger->logCall(__METHOD__, [ 'url' => $id, 'struct' => $struct, diff --git a/src/lib/Persistence/Cache/UrlAliasHandler.php b/src/lib/Persistence/Cache/UrlAliasHandler.php index cc04b866fa..b0bfe84f44 100644 --- a/src/lib/Persistence/Cache/UrlAliasHandler.php +++ b/src/lib/Persistence/Cache/UrlAliasHandler.php @@ -10,7 +10,9 @@ use Ibexa\Contracts\Core\Persistence\Content\UrlAlias; use Ibexa\Contracts\Core\Persistence\Content\UrlAlias\Handler as UrlAliasHandlerInterface; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; +use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Base\Exceptions\NotFoundException; +use Psr\Cache\InvalidArgumentException; class UrlAliasHandler extends AbstractInMemoryPersistenceHandler implements UrlAliasHandlerInterface { @@ -75,8 +77,13 @@ public function publishUrlAliasForLocation( /** * {@inheritdoc} */ - public function createCustomUrlAlias($locationId, $path, $forwarding = false, $languageCode = null, $alwaysAvailable = false) - { + public function createCustomUrlAlias( + $locationId, + $path, + $forwarding = false, + $languageCode = null, + $alwaysAvailable = false + ) { $this->logger->logCall( __METHOD__, [ @@ -109,8 +116,13 @@ public function createCustomUrlAlias($locationId, $path, $forwarding = false, $l /** * {@inheritdoc} */ - public function createGlobalUrlAlias($resource, $path, $forwarding = false, $languageCode = null, $alwaysAvailable = false) - { + public function createGlobalUrlAlias( + $resource, + $path, + $forwarding = false, + $languageCode = null, + $alwaysAvailable = false + ) { $this->logger->logCall( __METHOD__, [ @@ -140,8 +152,11 @@ public function createGlobalUrlAlias($resource, $path, $forwarding = false, $lan /** * {@inheritdoc} */ - public function listGlobalURLAliases($languageCode = null, $offset = 0, $limit = -1) - { + public function listGlobalURLAliases( + $languageCode = null, + $offset = 0, + $limit = -1 + ) { $this->logger->logCall(__METHOD__, ['language' => $languageCode, 'offset' => $offset, 'limit' => $limit]); return $this->persistenceHandler->urlAliasHandler()->listGlobalURLAliases($languageCode, $offset, $limit); @@ -150,8 +165,10 @@ public function listGlobalURLAliases($languageCode = null, $offset = 0, $limit = /** * {@inheritdoc} */ - public function listURLAliasesForLocation($locationId, $custom = false) - { + public function listURLAliasesForLocation( + $locationId, + $custom = false + ) { return $this->getListCacheValue( ($custom) ? $this->cacheIdentifierGenerator->generateKey(self::URL_ALIAS_LOCATION_LIST_CUSTOM_IDENTIFIER, [$locationId], true) : @@ -281,8 +298,11 @@ public function loadUrlAlias($id) /** * {@inheritdoc} */ - public function locationMoved($locationId, $oldParentId, $newParentId) - { + public function locationMoved( + $locationId, + $oldParentId, + $newParentId + ) { $this->logger->logCall( __METHOD__, [ @@ -307,8 +327,11 @@ public function locationMoved($locationId, $oldParentId, $newParentId) /** * {@inheritdoc} */ - public function locationCopied($locationId, $newLocationId, $newParentId) - { + public function locationCopied( + $locationId, + $newLocationId, + $newParentId + ) { $this->logger->logCall( __METHOD__, [ @@ -360,8 +383,12 @@ public function locationDeleted($locationId): array /** * {@inheritdoc} */ - public function locationSwapped($location1Id, $location1ParentId, $location2Id, $location2ParentId) - { + public function locationSwapped( + $location1Id, + $location1ParentId, + $location2Id, + $location2ParentId + ) { $this->logger->logCall( __METHOD__, [ @@ -394,8 +421,10 @@ public function locationSwapped($location1Id, $location1ParentId, $location2Id, /** * {@inheritdoc} */ - public function translationRemoved(array $locationIds, $languageCode) - { + public function translationRemoved( + array $locationIds, + $languageCode + ) { $this->logger->logCall( __METHOD__, ['locations' => implode(',', $locationIds), 'language' => $languageCode] @@ -415,8 +444,11 @@ public function translationRemoved(array $locationIds, $languageCode) /** * {@inheritdoc} */ - public function archiveUrlAliasesForDeletedTranslations($locationId, $parentLocationId, array $languageCodes) - { + public function archiveUrlAliasesForDeletedTranslations( + $locationId, + $parentLocationId, + array $languageCodes + ) { $this->logger->logCall( __METHOD__, [ @@ -443,13 +475,15 @@ public function archiveUrlAliasesForDeletedTranslations($locationId, $parentLoca * * For use when generating cache, not on invalidation. * - * @param \Ibexa\Contracts\Core\Persistence\Content\UrlAlias $urlAlias + * @param UrlAlias $urlAlias * @param array $tags Optional, can be used to specify other tags. * * @return array */ - private function getCacheTags(UrlAlias $urlAlias, array $tags = []) - { + private function getCacheTags( + UrlAlias $urlAlias, + array $tags = [] + ) { $tags[] = $this->cacheIdentifierGenerator->generateTag(self::URL_ALIAS_IDENTIFIER, [$urlAlias->id]); if ($urlAlias->type === UrlAlias::LOCATION) { @@ -490,8 +524,8 @@ public function deleteCorruptedUrlAliases() * * @param int $locationId * - * @throws \Ibexa\Core\Base\Exceptions\BadStateException - * @throws \Psr\Cache\InvalidArgumentException + * @throws BadStateException + * @throws InvalidArgumentException */ public function repairBrokenUrlAliasesForLocation(int $locationId) { diff --git a/src/lib/Persistence/Cache/UrlWildcardHandler.php b/src/lib/Persistence/Cache/UrlWildcardHandler.php index 6eeb976552..589cad26b6 100644 --- a/src/lib/Persistence/Cache/UrlWildcardHandler.php +++ b/src/lib/Persistence/Cache/UrlWildcardHandler.php @@ -12,6 +12,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\URLWildcardQuery; use Ibexa\Core\Base\Exceptions\NotFoundException; +use Psr\Cache\InvalidArgumentException; class UrlWildcardHandler extends AbstractHandler implements UrlWildcardHandlerInterface { @@ -23,8 +24,11 @@ class UrlWildcardHandler extends AbstractHandler implements UrlWildcardHandlerIn private const URL_WILDCARD_NOT_FOUND_IDENTIFIER = 'url_wildcard_not_found'; private const URL_WILDCARD_SOURCE_IDENTIFIER = 'url_wildcard_source'; - public function create($sourceUrl, $destinationUrl, $forward = false) - { + public function create( + $sourceUrl, + $destinationUrl, + $forward = false + ) { $this->logger->logCall( __METHOD__, [ @@ -46,7 +50,7 @@ public function create($sourceUrl, $destinationUrl, $forward = false) /** * {@inheritdoc} * - * @throws \Psr\Cache\InvalidArgumentException + * @throws InvalidArgumentException */ public function update( int $id, @@ -115,15 +119,17 @@ public function load($id) return $urlWildcard; } - public function loadAll($offset = 0, $limit = -1) - { + public function loadAll( + $offset = 0, + $limit = -1 + ) { $this->logger->logCall(__METHOD__, ['offset' => $offset, 'limit' => $limit]); return $this->persistenceHandler->urlWildcardHandler()->loadAll($offset, $limit); } /** - * @see \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard::find + * @see UrlWildcard::find */ public function find(URLWildcardQuery $query): array { diff --git a/src/lib/Persistence/Cache/UserHandler.php b/src/lib/Persistence/Cache/UserHandler.php index efd4371955..ddb306c05a 100644 --- a/src/lib/Persistence/Cache/UserHandler.php +++ b/src/lib/Persistence/Cache/UserHandler.php @@ -190,7 +190,7 @@ function () use ($login) { */ public function loadByEmail(string $email): User { - /** @var \Ibexa\Contracts\Core\Persistence\User $cachedValue */ + /** @var User $cachedValue */ $cachedValue = $this->getCacheValue( $this->cacheIdentifierSanitizer->escapeForCacheKey($email), $this->cacheIdentifierGenerator->generateKey(self::USER_IDENTIFIER, [], true) . '-', @@ -396,8 +396,10 @@ public function copyRole(RoleCopyStruct $copyStruct): Role /** * {@inheritdoc} */ - public function loadRole($roleId, $status = Role::STATUS_DEFINED) - { + public function loadRole( + $roleId, + $status = Role::STATUS_DEFINED + ) { if ($status !== Role::STATUS_DEFINED) { $this->logger->logCall(__METHOD__, ['role' => $roleId]); @@ -418,8 +420,10 @@ function ($roleId) { /** * {@inheritdoc} */ - public function loadRoleByIdentifier($identifier, $status = Role::STATUS_DEFINED) - { + public function loadRoleByIdentifier( + $identifier, + $status = Role::STATUS_DEFINED + ) { if ($status !== Role::STATUS_DEFINED) { $this->logger->logCall(__METHOD__, ['role' => $identifier]); @@ -497,8 +501,11 @@ function () use ($roleId) { ); } - public function loadRoleAssignmentsByRoleIdWithOffsetAndLimit(int $roleId, int $offset, ?int $limit): array - { + public function loadRoleAssignmentsByRoleIdWithOffsetAndLimit( + int $roleId, + int $offset, + ?int $limit + ): array { return $this->getListCacheValue( $this->cacheIdentifierGenerator->generateKey( self::ROLE_ASSIGNMENT_WITH_BY_ROLE_SUFFIX_OFFSET_LIMIT_IDENTIFIER, @@ -537,8 +544,10 @@ public function countRoleAssignments(int $roleId): int /** * {@inheritdoc} */ - public function loadRoleAssignmentsByGroupId($groupId, $inherit = false) - { + public function loadRoleAssignmentsByGroupId( + $groupId, + $inherit = false + ) { $innerHandler = $this->persistenceHandler; if ($inherit) { $key = $this->cacheIdentifierGenerator->generateKey( @@ -598,8 +607,10 @@ public function updateRole(RoleUpdateStruct $struct) /** * {@inheritdoc} */ - public function deleteRole($roleId, $status = Role::STATUS_DEFINED) - { + public function deleteRole( + $roleId, + $status = Role::STATUS_DEFINED + ) { $this->logger->logCall(__METHOD__, ['role' => $roleId]); $return = $this->persistenceHandler->userHandler()->deleteRole($roleId, $status); @@ -636,8 +647,10 @@ public function publishRoleDraft($roleDraftId) /** * {@inheritdoc} */ - public function addPolicyByRoleDraft($roleId, Policy $policy) - { + public function addPolicyByRoleDraft( + $roleId, + Policy $policy + ) { $this->logger->logCall(__METHOD__, ['role' => $roleId, 'struct' => $policy]); return $this->persistenceHandler->userHandler()->addPolicyByRoleDraft($roleId, $policy); @@ -646,8 +659,10 @@ public function addPolicyByRoleDraft($roleId, Policy $policy) /** * {@inheritdoc} */ - public function addPolicy($roleId, Policy $policy) - { + public function addPolicy( + $roleId, + Policy $policy + ) { $this->logger->logCall(__METHOD__, ['role' => $roleId, 'struct' => $policy]); $return = $this->persistenceHandler->userHandler()->addPolicy($roleId, $policy); @@ -677,8 +692,10 @@ public function updatePolicy(Policy $policy) /** * {@inheritdoc} */ - public function deletePolicy($policyId, $roleId) - { + public function deletePolicy( + $policyId, + $roleId + ) { $this->logger->logCall(__METHOD__, ['policy' => $policyId]); $this->persistenceHandler->userHandler()->deletePolicy($policyId, $roleId); @@ -691,8 +708,11 @@ public function deletePolicy($policyId, $roleId) /** * {@inheritdoc} */ - public function assignRole($contentId, $roleId, ?array $limitation = null) - { + public function assignRole( + $contentId, + $roleId, + ?array $limitation = null + ) { $this->logger->logCall(__METHOD__, ['group' => $contentId, 'role' => $roleId, 'limitation' => $limitation]); $return = $this->persistenceHandler->userHandler()->assignRole($contentId, $roleId, $limitation); @@ -714,8 +734,10 @@ public function assignRole($contentId, $roleId, ?array $limitation = null) /** * {@inheritdoc} */ - public function unassignRole($contentId, $roleId) - { + public function unassignRole( + $contentId, + $roleId + ) { $this->logger->logCall(__METHOD__, ['group' => $contentId, 'role' => $roleId]); $return = $this->persistenceHandler->userHandler()->unassignRole($contentId, $roleId); diff --git a/src/lib/Persistence/Cache/UserPreferenceHandler.php b/src/lib/Persistence/Cache/UserPreferenceHandler.php index d1ad67fb07..4694c46843 100644 --- a/src/lib/Persistence/Cache/UserPreferenceHandler.php +++ b/src/lib/Persistence/Cache/UserPreferenceHandler.php @@ -61,8 +61,10 @@ public function countUserPreferences(int $userId): int * * Needs to store NotFoundExceptions as UserPreference feature heavily uses this in valid lookups. */ - public function getUserPreferenceByUserIdAndName(int $userId, string $name): UserPreference - { + public function getUserPreferenceByUserIdAndName( + int $userId, + string $name + ): UserPreference { $userPreference = $this->getCacheValue( $userId, $this->cacheIdentifierGenerator->generateKey(self::USER_PREFERENCE_IDENTIFIER, [], true) . '-', @@ -101,8 +103,11 @@ function () use ($userId, $name) { /** * {@inheritdoc} */ - public function loadUserPreferences(int $userId, int $offset, int $limit): array - { + public function loadUserPreferences( + int $userId, + int $offset, + int $limit + ): array { $this->logger->logCall(__METHOD__, [ 'userId' => $userId, 'offset' => $offset, diff --git a/src/lib/Persistence/FieldType.php b/src/lib/Persistence/FieldType.php index c71152ebe2..9aefb4b811 100644 --- a/src/lib/Persistence/FieldType.php +++ b/src/lib/Persistence/FieldType.php @@ -14,21 +14,21 @@ /** * This class represents a FieldType available to SPI users. * - * @see \Ibexa\Contracts\Core\FieldType\FieldType + * @see SPIFieldType */ class FieldType implements FieldTypeInterface { /** * Holds internal FieldType object. * - * @var \Ibexa\Contracts\Core\FieldType\FieldType + * @var SPIFieldType */ protected $internalFieldType; /** * Creates a new FieldType object. * - * @param \Ibexa\Contracts\Core\FieldType\FieldType $fieldType + * @param SPIFieldType $fieldType */ public function __construct(SPIFieldType $fieldType) { @@ -38,7 +38,7 @@ public function __construct(SPIFieldType $fieldType) /** * Returns the empty value for the field type that can be processed by the storage engine. * - * @return \Ibexa\Contracts\Core\Persistence\Content\FieldValue + * @return FieldValue */ public function getEmptyValue() { diff --git a/src/lib/Persistence/FieldTypeRegistry.php b/src/lib/Persistence/FieldTypeRegistry.php index 718a6a3e36..a4b8158a7d 100644 --- a/src/lib/Persistence/FieldTypeRegistry.php +++ b/src/lib/Persistence/FieldTypeRegistry.php @@ -20,14 +20,14 @@ class FieldTypeRegistry * Map of FieldTypes where key is field type identifier and value is FieldType object complying * to {@link \Ibexa\Contracts\Core\FieldType\FieldType} interface. * - * @var \Ibexa\Contracts\Core\FieldType\FieldType[] + * @var SPIFieldType[] */ protected $coreFieldTypes; /** * Map of FieldTypes where key is field type identifier and value is FieldType object. * - * @var \Ibexa\Contracts\Core\Persistence\FieldType[] + * @var FieldTypeInterface[] */ protected $fieldTypes; @@ -37,12 +37,14 @@ class FieldTypeRegistry * In $fieldTypes a mapping of field type identifier to object is expected. * The FieldType object must comply to the {@link \Ibexa\Contracts\Core\FieldType\FieldType} interface. * - * @param \Ibexa\Core\Persistence\FieldType[] $coreFieldTypes - * @param \Ibexa\Contracts\Core\FieldType\FieldType[] $fieldTypes A map where key is field type identifier and value is + * @param FieldType[] $coreFieldTypes + * @param SPIFieldType[] $fieldTypes A map where key is field type identifier and value is * a callable factory to get FieldType OR FieldType object. */ - public function __construct(array $coreFieldTypes = [], array $fieldTypes = []) - { + public function __construct( + array $coreFieldTypes = [], + array $fieldTypes = [] + ) { $this->coreFieldTypes = $coreFieldTypes; $this->fieldTypes = $fieldTypes; } @@ -52,10 +54,10 @@ public function __construct(array $coreFieldTypes = [], array $fieldTypes = []) * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Persistence\FieldType + * @return FieldTypeInterface * * @throws \RuntimeException If field type for given $identifier is not instance or callable. - * @throws \Ibexa\Core\Base\Exceptions\NotFound\FieldTypeNotFoundException If field type for given $identifier is not found. + * @throws FieldTypeNotFoundException If field type for given $identifier is not found. */ public function getFieldType(string $identifier): FieldTypeInterface { @@ -66,8 +68,10 @@ public function getFieldType(string $identifier): FieldTypeInterface return $this->fieldTypes[$identifier]; } - public function register(string $identifier, SPIFieldType $fieldType): void - { + public function register( + string $identifier, + SPIFieldType $fieldType + ): void { $this->coreFieldTypes[$identifier] = $fieldType; } diff --git a/src/lib/Persistence/Legacy/Bookmark/Gateway.php b/src/lib/Persistence/Legacy/Bookmark/Gateway.php index c8f1b30763..a732b45499 100644 --- a/src/lib/Persistence/Legacy/Bookmark/Gateway.php +++ b/src/lib/Persistence/Legacy/Bookmark/Gateway.php @@ -19,7 +19,7 @@ abstract class Gateway /** * Insert a bookmark. * - * @param \Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark $bookmark + * @param Bookmark $bookmark * * @return int ID */ @@ -40,7 +40,10 @@ abstract public function deleteBookmark(int $id): void; * * @return array */ - abstract public function loadBookmarkDataByUserIdAndLocationId(int $userId, array $locationIds): array; + abstract public function loadBookmarkDataByUserIdAndLocationId( + int $userId, + array $locationIds + ): array; /** * Load user ids by the given $location. @@ -58,7 +61,11 @@ abstract public function loadUserIdsByLocation(Location $location): array; * * @return array */ - abstract public function loadUserBookmarks(int $userId, int $offset = 0, int $limit = -1): array; + abstract public function loadUserBookmarks( + int $userId, + int $offset = 0, + int $limit = -1 + ): array; /** * Count bookmarks owned by given $userId. @@ -75,5 +82,8 @@ abstract public function countUserBookmarks(int $userId): int; * @param int $location1Id ID of first location * @param int $location2Id ID of second location */ - abstract public function locationSwapped(int $location1Id, int $location2Id): void; + abstract public function locationSwapped( + int $location1Id, + int $location2Id + ): void; } diff --git a/src/lib/Persistence/Legacy/Bookmark/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Bookmark/Gateway/DoctrineDatabase.php index 2c5a93b6e0..9ead8b6de2 100644 --- a/src/lib/Persistence/Legacy/Bookmark/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Bookmark/Gateway/DoctrineDatabase.php @@ -24,7 +24,7 @@ class DoctrineDatabase extends Gateway public const COLUMN_LOCATION_ID = 'node_id'; public const COLUMN_NAME = 'name'; - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $connection; public function __construct(Connection $connection) @@ -84,8 +84,10 @@ public function loadBookmarkDataById(int $id): array /** * {@inheritdoc} */ - public function loadBookmarkDataByUserIdAndLocationId(int $userId, array $locationIds): array - { + public function loadBookmarkDataByUserIdAndLocationId( + int $userId, + array $locationIds + ): array { $query = $this->connection->createQueryBuilder(); $query ->select(...$this->getColumns()) @@ -124,8 +126,11 @@ public function loadUserIdsByLocation(Location $location): array /** * {@inheritdoc} */ - public function loadUserBookmarks(int $userId, int $offset = 0, int $limit = -1): array - { + public function loadUserBookmarks( + int $userId, + int $offset = 0, + int $limit = -1 + ): array { $query = $this->connection->createQueryBuilder(); $query ->select(...$this->getColumns()) @@ -161,8 +166,10 @@ public function countUserBookmarks(int $userId): int /** * {@inheritdoc} */ - public function locationSwapped(int $location1Id, int $location2Id): void - { + public function locationSwapped( + int $location1Id, + int $location2Id + ): void { $query = $this->connection->createQueryBuilder(); $query ->update(self::TABLE_BOOKMARKS) diff --git a/src/lib/Persistence/Legacy/Bookmark/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/Bookmark/Gateway/ExceptionConversion.php index 32b5b93c4c..0f0c450d9d 100644 --- a/src/lib/Persistence/Legacy/Bookmark/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/Bookmark/Gateway/ExceptionConversion.php @@ -18,12 +18,12 @@ class ExceptionConversion extends Gateway { /** - * @var \Ibexa\Core\Persistence\Legacy\Bookmark\Gateway + * @var Gateway */ protected $innerGateway; /** - * @param \Ibexa\Core\Persistence\Legacy\Bookmark\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -34,7 +34,7 @@ public function insertBookmark(Bookmark $bookmark): int { try { return $this->innerGateway->insertBookmark($bookmark); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -43,25 +43,30 @@ public function deleteBookmark(int $id): void { try { $this->innerGateway->deleteBookmark($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadBookmarkDataByUserIdAndLocationId(int $userId, array $locationId): array - { + public function loadBookmarkDataByUserIdAndLocationId( + int $userId, + array $locationId + ): array { try { return $this->innerGateway->loadBookmarkDataByUserIdAndLocationId($userId, $locationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadUserBookmarks(int $userId, int $offset = 0, int $limit = -1): array - { + public function loadUserBookmarks( + int $userId, + int $offset = 0, + int $limit = -1 + ): array { try { return $this->innerGateway->loadUserBookmarks($userId, $offset, $limit); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -70,16 +75,18 @@ public function countUserBookmarks(int $userId): int { try { return $this->innerGateway->countUserBookmarks($userId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function locationSwapped(int $location1Id, int $location2Id): void - { + public function locationSwapped( + int $location1Id, + int $location2Id + ): void { try { $this->innerGateway->locationSwapped($location1Id, $location2Id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -88,7 +95,7 @@ public function loadUserIdsByLocation(Location $location): array { try { return $this->innerGateway->loadUserIdsByLocation($location); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/Bookmark/Handler.php b/src/lib/Persistence/Legacy/Bookmark/Handler.php index 577de5ea55..f54467d81c 100644 --- a/src/lib/Persistence/Legacy/Bookmark/Handler.php +++ b/src/lib/Persistence/Legacy/Bookmark/Handler.php @@ -18,20 +18,22 @@ */ class Handler implements HandlerInterface { - /** @var \Ibexa\Core\Persistence\Legacy\Bookmark\Gateway */ + /** @var Gateway */ private $gateway; - /** @var \Ibexa\Core\Persistence\Legacy\Bookmark\Mapper */ + /** @var Mapper */ private $mapper; /** * Handler constructor. * - * @param \Ibexa\Core\Persistence\Legacy\Bookmark\Gateway $gateway - * @param \Ibexa\Core\Persistence\Legacy\Bookmark\Mapper $mapper + * @param Gateway $gateway + * @param Mapper $mapper */ - public function __construct(Gateway $gateway, Mapper $mapper) - { + public function __construct( + Gateway $gateway, + Mapper $mapper + ) { $this->gateway = $gateway; $this->mapper = $mapper; } @@ -60,8 +62,10 @@ public function delete(int $bookmarkId): void /** * {@inheritdoc} */ - public function loadByUserIdAndLocationId(int $userId, array $locationIds): array - { + public function loadByUserIdAndLocationId( + int $userId, + array $locationIds + ): array { $bookmarks = $this->mapper->extractBookmarksFromRows( $this->gateway->loadBookmarkDataByUserIdAndLocationId($userId, $locationIds) ); @@ -77,8 +81,11 @@ public function loadByUserIdAndLocationId(int $userId, array $locationIds): arra /** * {@inheritdoc} */ - public function loadUserBookmarks(int $userId, int $offset = 0, int $limit = -1): array - { + public function loadUserBookmarks( + int $userId, + int $offset = 0, + int $limit = -1 + ): array { return $this->mapper->extractBookmarksFromRows( $this->gateway->loadUserBookmarks($userId, $offset, $limit) ); @@ -95,8 +102,10 @@ public function countUserBookmarks(int $userId): int /** * {@inheritdoc} */ - public function locationSwapped(int $location1Id, int $location2Id): void - { + public function locationSwapped( + int $location1Id, + int $location2Id + ): void { $this->gateway->locationSwapped($location1Id, $location2Id); } diff --git a/src/lib/Persistence/Legacy/Bookmark/Mapper.php b/src/lib/Persistence/Legacy/Bookmark/Mapper.php index 985b638418..a099657858 100644 --- a/src/lib/Persistence/Legacy/Bookmark/Mapper.php +++ b/src/lib/Persistence/Legacy/Bookmark/Mapper.php @@ -19,9 +19,9 @@ class Mapper /** * Creates a Bookmark from $createStruct. * - * @param \Ibexa\Contracts\Core\Persistence\Bookmark\CreateStruct $createStruct + * @param CreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark + * @return Bookmark */ public function createBookmarkFromCreateStruct(CreateStruct $createStruct): Bookmark { @@ -37,7 +37,7 @@ public function createBookmarkFromCreateStruct(CreateStruct $createStruct): Book * * @param array $rows * - * @return \Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark[] + * @return Bookmark[] */ public function extractBookmarksFromRows(array $rows): array { @@ -54,7 +54,7 @@ public function extractBookmarksFromRows(array $rows): array * * @param array $row * - * @return \Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark + * @return Bookmark */ private function extractBookmarkFromRow(array $row): Bookmark { diff --git a/src/lib/Persistence/Legacy/Content/FieldHandler.php b/src/lib/Persistence/Legacy/Content/FieldHandler.php index 8cf5b52361..d41d272bb5 100644 --- a/src/lib/Persistence/Legacy/Content/FieldHandler.php +++ b/src/lib/Persistence/Legacy/Content/FieldHandler.php @@ -15,6 +15,7 @@ use Ibexa\Contracts\Core\Persistence\Content\UpdateStruct; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; use Ibexa\Core\Persistence\FieldTypeRegistry; +use Ibexa\Core\Persistence\Legacy\Content\Language\Handler; /** * Field Handler. @@ -24,31 +25,31 @@ class FieldHandler /** * Content Gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var Gateway */ protected $contentGateway; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Language\Handler */ + /** @var Handler */ protected $languageHandler; /** * Content Mapper. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Mapper + * @var Mapper */ protected $mapper; /** * Storage Handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @var StorageHandler */ protected $storageHandler; /** * FieldType registry. * - * @var \Ibexa\Core\Persistence\FieldTypeRegistry + * @var FieldTypeRegistry */ protected $fieldTypeRegistry; @@ -62,11 +63,11 @@ class FieldHandler /** * Creates a new Field Handler. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Gateway $contentGateway - * @param \Ibexa\Core\Persistence\Legacy\Content\Mapper $mapper - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageHandler $storageHandler - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\Handler $languageHandler - * @param \Ibexa\Core\Persistence\FieldTypeRegistry $fieldTypeRegistry + * @param Gateway $contentGateway + * @param Mapper $mapper + * @param StorageHandler $storageHandler + * @param LanguageHandler $languageHandler + * @param FieldTypeRegistry $fieldTypeRegistry */ public function __construct( Gateway $contentGateway, @@ -85,11 +86,13 @@ public function __construct( /** * Creates new fields in the database from $content of $contentType. * - * @param \Ibexa\Contracts\Core\Persistence\Content $content - * @param \Ibexa\Contracts\Core\Persistence\Content\Type $contentType + * @param Content $content + * @param Type $contentType */ - public function createNewFields(Content $content, Type $contentType) - { + public function createNewFields( + Content $content, + Type $contentType + ) { $fieldsToCopy = []; $languageCodes = []; $fields = $this->getFieldMap($content->fields, $languageCodes); @@ -125,13 +128,15 @@ public function createNewFields(Content $content, Type $contentType) * * Uses FieldType to create empty field value. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDefinition + * @param FieldDefinition $fieldDefinition * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Field + * @return Field */ - protected function getEmptyField(FieldDefinition $fieldDefinition, $languageCode) - { + protected function getEmptyField( + FieldDefinition $fieldDefinition, + $languageCode + ) { $fieldType = $this->fieldTypeRegistry->getFieldType($fieldDefinition->fieldType); return new Field( @@ -147,7 +152,7 @@ protected function getEmptyField(FieldDefinition $fieldDefinition, $languageCode /** * Creates existing fields in a new version for $content. * - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Content $content */ public function createExistingFieldsInNewVersion(Content $content): void { @@ -165,11 +170,13 @@ public function createExistingFieldsInNewVersion(Content $content): void * * Used by self::createNewFields() and self::updateFields() * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Field $field + * @param Content $content */ - protected function createNewField(Field $field, Content $content) - { + protected function createNewField( + Field $field, + Content $content + ) { $field->versionNo = $content->versionInfo->versionNo; $field->id = $this->contentGateway->insertNewField( @@ -191,10 +198,12 @@ protected function createNewField(Field $field, Content $content) /** * @param array $fields - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Content $content */ - protected function copyFields(array $fields, Content $content) - { + protected function copyFields( + array $fields, + Content $content + ) { foreach ($fields as $languageFields) { foreach ($languageFields as $languageCode => $field) { $this->copyField($field, $languageCode, $content); @@ -207,12 +216,15 @@ protected function copyFields(array $fields, Content $content) * * Used by self::createNewFields() and self::updateFields() * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $originalField + * @param Field $originalField * @param string $languageCode - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Content $content */ - protected function copyField(Field $originalField, $languageCode, Content $content) - { + protected function copyField( + Field $originalField, + $languageCode, + Content $content + ) { $originalField->versionNo = $content->versionInfo->versionNo; $field = clone $originalField; $field->languageCode = $languageCode; @@ -241,11 +253,13 @@ protected function copyField(Field $originalField, $languageCode, Content $conte * * Used by self::createNewFields() and self::updateFields() * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Field $field + * @param Content $content */ - protected function updateField(Field $field, Content $content) - { + protected function updateField( + Field $field, + Content $content + ) { $this->contentGateway->updateField( $field, $this->mapper->convertToStorageValue($field) @@ -272,11 +286,13 @@ protected function updateField(Field $field, Content $content) * By default copying falls back to storing, it is upon external storage implementation to override * the behaviour as needed. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Field $field + * @param Content $content */ - protected function createExistingFieldInNewVersion(Field $field, Content $content) - { + protected function createExistingFieldInNewVersion( + Field $field, + Content $content + ) { $originalField = clone $field; $field->versionNo = $content->versionInfo->versionNo; @@ -300,7 +316,7 @@ protected function createExistingFieldInNewVersion(Field $field, Content $conten /** * Performs external loads for the fields in $content. * - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Content $content */ public function loadExternalFieldData(Content $content) { @@ -312,12 +328,15 @@ public function loadExternalFieldData(Content $content) /** * Updates the fields in for content identified by $contentId and $versionNo in the database in respect to $updateStruct. * - * @param \Ibexa\Contracts\Core\Persistence\Content $content - * @param \Ibexa\Contracts\Core\Persistence\Content\UpdateStruct $updateStruct - * @param \Ibexa\Contracts\Core\Persistence\Content\Type $contentType + * @param Content $content + * @param UpdateStruct $updateStruct + * @param Type $contentType */ - public function updateFields(Content $content, UpdateStruct $updateStruct, Type $contentType) - { + public function updateFields( + Content $content, + UpdateStruct $updateStruct, + Type $contentType + ) { $updatedFields = []; $fieldsToCopy = []; $nonTranslatableCopiesUpdateSet = []; @@ -393,13 +412,17 @@ public function updateFields(Content $content, UpdateStruct $updateStruct, Type * By default copying falls back to storing, it is upon external storage implementation to override * the behaviour as needed. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $updateField - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $originalField - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Field $field + * @param Field $updateField + * @param Field $originalField + * @param Content $content */ - protected function updateCopiedField(Field $field, Field $updateField, Field $originalField, Content $content) - { + protected function updateCopiedField( + Field $field, + Field $updateField, + Field $originalField, + Content $content + ) { $field->versionNo = $content->versionInfo->versionNo; $field->value = clone $updateField->value; @@ -422,13 +445,15 @@ protected function updateCopiedField(Field $field, Field $updateField, Field $or /** * Returns given $fields structured in hash array with field definition ids and language codes as keys. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field[] $fields + * @param Field[] $fields * @param array $languageCodes * - * @return array> + * @return array> */ - protected function getFieldMap(array $fields, &$languageCodes = null) - { + protected function getFieldMap( + array $fields, + &$languageCodes = null + ) { $fieldMap = []; foreach ($fields as $field) { if (isset($languageCodes)) { @@ -444,10 +469,12 @@ protected function getFieldMap(array $fields, &$languageCodes = null) * Deletes the fields for $contentId in $versionInfo from the database. * * @param int $contentId - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo */ - public function deleteFields($contentId, VersionInfo $versionInfo) - { + public function deleteFields( + $contentId, + VersionInfo $versionInfo + ) { foreach ($this->contentGateway->getFieldIdsByType($contentId, $versionInfo->versionNo) as $fieldType => $ids) { $this->storageHandler->deleteFieldData($fieldType, $versionInfo, $ids); } @@ -458,11 +485,14 @@ public function deleteFields($contentId, VersionInfo $versionInfo) * Deletes translated fields and their external storage data for the given Content Versions. * * @param int $contentId - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo[] $versions + * @param VersionInfo[] $versions * @param string $languageCode */ - public function deleteTranslationFromContentFields($contentId, array $versions, $languageCode) - { + public function deleteTranslationFromContentFields( + $contentId, + array $versions, + $languageCode + ) { foreach ($versions as $versionInfo) { // FT-specific implementations require VersionInfo to delete data $fieldTypeIdsMap = $this->contentGateway->getFieldIdsByType( @@ -482,11 +512,13 @@ public function deleteTranslationFromContentFields($contentId, array $versions, /** * Deletes translated fields and their external storage data for the given $versionInfo. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo * @param string $languageCode */ - public function deleteTranslationFromVersionFields(VersionInfo $versionInfo, $languageCode) - { + public function deleteTranslationFromVersionFields( + VersionInfo $versionInfo, + $languageCode + ) { $fieldTypeIdsMap = $this->contentGateway->getFieldIdsByType( $versionInfo->contentInfo->id, $versionInfo->versionNo, diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter.php index 4ea18a61ed..95a79baae1 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter.php @@ -24,34 +24,46 @@ interface Converter * Rather allow invalid value or omit it to let validation layer in FieldType handle issues when user tried * to publish the given draft. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue); + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ); /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue); + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ); /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef); + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ); /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef); + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ); /** * Returns the name of the index column in the attribute table. diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/AuthorConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/AuthorConverter.php index 5ee342147b..135a6e98ad 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/AuthorConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/AuthorConverter.php @@ -12,6 +12,7 @@ use Ibexa\Contracts\Core\Persistence\Content\FieldValue; use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; use Ibexa\Core\FieldType\Author\Type as AuthorType; +use Ibexa\Core\FieldType\Author\Value; use Ibexa\Core\FieldType\FieldSettings; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition; @@ -23,8 +24,10 @@ class AuthorConverter implements Converter * @throws \DOMException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataText = $this->generateXmlString($value->data); $storageFieldValue->sortKeyString = $value->sortKey; } @@ -32,11 +35,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = $this->restoreValueFromXmlString($value->dataText); $fieldValue->sortKey = $value->sortKeyString; } @@ -44,11 +49,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { $fieldSettings = $fieldDef->fieldTypeConstraints->fieldSettings; if ($fieldSettings !== null) { @@ -59,11 +66,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $fieldDef->fieldTypeConstraints->fieldSettings = new FieldSettings( [ 'defaultAuthor' => $storageDef->dataInt1 ?? AuthorType::DEFAULT_VALUE_EMPTY, @@ -136,7 +145,7 @@ private function generateXmlString(array $authorValue): string * * @param string $xmlString XML String stored in storage engine * - * @return \Ibexa\Core\FieldType\Author\Value[] + * @return Value[] */ private function restoreValueFromXmlString($xmlString) { diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/BinaryFileConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/BinaryFileConverter.php index abff8b5d0b..cf998bf975 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/BinaryFileConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/BinaryFileConverter.php @@ -19,31 +19,35 @@ class BinaryFileConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { - } + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) {} /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { - } + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) {} /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { $storageDef->dataInt1 = (isset($fieldDef->fieldTypeConstraints->validators['FileSizeValidator']['maxFileSize']) ? $fieldDef->fieldTypeConstraints->validators['FileSizeValidator']['maxFileSize'] : 0); @@ -52,11 +56,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $fieldDef->fieldTypeConstraints = new FieldTypeConstraints( [ 'validators' => [ diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/CheckboxConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/CheckboxConverter.php index 190cdcc718..f529384873 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/CheckboxConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/CheckboxConverter.php @@ -18,11 +18,13 @@ class CheckboxConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataInt = (int)$value->data; $storageFieldValue->sortKeyInt = (int)$value->data; } @@ -30,11 +32,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = (bool)$value->dataInt; $fieldValue->sortKey = $value->dataInt; } @@ -42,22 +46,26 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { $storageDef->dataInt3 = (int)$fieldDef->defaultValue->data; } /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $fieldDef->defaultValue->data = !empty($storageDef->dataInt3) ? (bool)$storageDef->dataInt3 : false; } diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/CountryConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/CountryConverter.php index 9eabc4b691..9d6bb74e98 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/CountryConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/CountryConverter.php @@ -19,11 +19,13 @@ class CountryConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataText = empty($value->data) || !is_array($value->data) ? '' : implode(',', $value->data); @@ -33,11 +35,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = empty($value->dataText) ? null : explode(',', $value->dataText); $fieldValue->sortKey = $value->sortKeyString; } @@ -45,11 +49,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { if (isset($fieldDef->fieldTypeConstraints->fieldSettings['isMultiple'])) { $storageDef->dataInt1 = (int)$fieldDef->fieldTypeConstraints->fieldSettings['isMultiple']; } @@ -62,11 +68,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $fieldDef->fieldTypeConstraints->fieldSettings = new FieldSettings( [ 'isMultiple' => !empty($storageDef->dataInt1) ? (bool)$storageDef->dataInt1 : false, diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/DateAndTimeConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/DateAndTimeConverter.php index 6c31e799b9..7815b31fbc 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/DateAndTimeConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/DateAndTimeConverter.php @@ -25,11 +25,13 @@ class DateAndTimeConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { // @todo: One should additionally store the timezone here. This could // be done in a backwards compatible way, I think… $storageFieldValue->dataInt = ($value->data !== null ? $value->data['timestamp'] : null); @@ -39,11 +41,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { if ($value->dataInt === null) { return; } @@ -58,11 +62,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { $fieldSettings = $fieldDef->fieldTypeConstraints->fieldSettings; if ($fieldSettings === null) { return; @@ -79,11 +85,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $useSeconds = (bool)$storageDef->dataInt2; $dateInterval = $this->getDateIntervalFromXML($storageDef->dataText5); @@ -201,7 +209,7 @@ protected function generateDateIntervalXML(DateInterval $dateInterval): string * * @param string $xmlText * - * @return \DateInterval + * @return DateInterval */ protected function getDateIntervalFromXML($xmlText) { diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/DateConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/DateConverter.php index 4aa0007943..afab770bcf 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/DateConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/DateConverter.php @@ -23,11 +23,13 @@ class DateConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataInt = ($value->data !== null ? $value->data['timestamp'] : null); $storageFieldValue->sortKeyInt = (int)$value->sortKey; } @@ -35,11 +37,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { if ($value->dataInt === null || $value->dataInt == 0) { return; } @@ -54,22 +58,26 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { $storageDef->dataInt1 = $fieldDef->fieldTypeConstraints->fieldSettings['defaultType'] ?? null; } /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $fieldDef->fieldTypeConstraints->fieldSettings = new FieldSettings( [ 'defaultType' => $storageDef->dataInt1, diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/EmailAddressConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/EmailAddressConverter.php index 6157ab9293..51c1efcc9b 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/EmailAddressConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/EmailAddressConverter.php @@ -20,11 +20,13 @@ class EmailAddressConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataText = $value->data; $storageFieldValue->sortKeyString = $value->sortKey; } @@ -32,11 +34,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = $value->dataText; $fieldValue->sortKey = $value->sortKeyString; } @@ -44,22 +48,26 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { $storageDef->dataText1 = $fieldDef->defaultValue->data; } /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $validatorConstraints = [self::VALIDATOR_IDENTIFIER => []]; $fieldDef->fieldTypeConstraints->validators = $validatorConstraints; $fieldDef->defaultValue->data = isset($storageDef->dataText1) ? $storageDef->dataText1 : ''; diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/FloatConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/FloatConverter.php index 191d3d8a06..455add2db2 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/FloatConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/FloatConverter.php @@ -23,11 +23,13 @@ class FloatConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataFloat = $value->data; $storageFieldValue->sortKeyString = $value->sortKey; } @@ -35,11 +37,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = $value->dataFloat; $fieldValue->sortKey = $value->sortKeyString; } @@ -47,11 +51,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { if (isset($fieldDef->fieldTypeConstraints->validators[self::FLOAT_VALIDATOR_IDENTIFIER]['minFloatValue'])) { $storageDef->dataFloat1 = $fieldDef->fieldTypeConstraints->validators[self::FLOAT_VALIDATOR_IDENTIFIER]['minFloatValue']; } @@ -70,11 +76,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField * * The constant (HAS_MIN_VALUE, HAS_MAX_VALUE) are set if the field max or min are define * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $validatorParameters = ['minFloatValue' => null, 'maxFloatValue' => null]; if ($storageDef->dataFloat4 & self::HAS_MIN_VALUE) { $validatorParameters['minFloatValue'] = $storageDef->dataFloat1; @@ -113,8 +121,10 @@ public function getIndexColumn(): string * * @return int */ - private function getStorageDefValidatorState($minValue, $maxValue): int - { + private function getStorageDefValidatorState( + $minValue, + $maxValue + ): int { $state = 0; if ($minValue !== null) { diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ISBNConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ISBNConverter.php index 92f3721e49..80582ca66d 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ISBNConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ISBNConverter.php @@ -19,11 +19,13 @@ class ISBNConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataText = $value->data; $storageFieldValue->sortKeyString = $value->sortKey; } @@ -31,11 +33,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = $value->dataText; $fieldValue->sortKey = $value->sortKeyString; } @@ -43,11 +47,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { if (isset($fieldDef->fieldTypeConstraints->fieldSettings['isISBN13'])) { $storageDef->dataInt1 = $fieldDef->fieldTypeConstraints->fieldSettings['isISBN13']; } else { @@ -60,11 +66,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $fieldDef->fieldTypeConstraints->fieldSettings = new FieldSettings( [ 'isISBN13' => !empty($storageDef->dataInt1) ? (bool)$storageDef->dataInt1 : false, diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ImageAssetConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ImageAssetConverter.php index 9077569f3d..e77f21bd9a 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ImageAssetConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ImageAssetConverter.php @@ -19,11 +19,13 @@ class ImageAssetConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataInt = !empty($value->data['destinationContentId']) ? $value->data['destinationContentId'] : null; @@ -36,11 +38,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = [ 'destinationContentId' => $value->dataInt ?: null, 'alternativeText' => $value->dataText ?: null, @@ -51,22 +55,24 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { - } + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) {} /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { - } + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) {} /** * Returns the name of the index column in the attribute table. diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ImageConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ImageConverter.php index 9666d4d160..cba6859713 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ImageConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/ImageConverter.php @@ -19,14 +19,16 @@ class ImageConverter extends BinaryFileConverter { - /** @var \Ibexa\Core\IO\IOServiceInterface */ + /** @var IOServiceInterface */ private $imageIoService; - /** @var \Ibexa\Core\IO\UrlRedecoratorInterface */ + /** @var UrlRedecoratorInterface */ private $urlRedecorator; - public function __construct(IOServiceInterface $imageIoService, UrlRedecoratorInterface $urlRedecorator) - { + public function __construct( + IOServiceInterface $imageIoService, + UrlRedecoratorInterface $urlRedecorator + ) { $this->imageIoService = $imageIoService; $this->urlRedecorator = $urlRedecorator; } @@ -34,11 +36,13 @@ public function __construct(IOServiceInterface $imageIoService, UrlRedecoratorIn /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { if (isset($value->data)) { // Determine what needs to be stored if (isset($value->data['width']) && isset($value->data['fieldId'])) { @@ -110,8 +114,11 @@ protected function createLegacyXml(array $data) * * @return string */ - protected function fillXml($imageData, $pathInfo, $timestamp): string - { + protected function fillXml( + $imageData, + $pathInfo, + $timestamp + ): string { $additionalData = $this->buildAdditionalDataTag($imageData['additionalData'] ?? []); $xml = <<dataText)) { // Special case for anonymous user return; @@ -181,8 +190,10 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) $fieldValue->data = $this->parseLegacyXml($value->dataText); } - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef): void - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ): void { $validators = $fieldDef->fieldTypeConstraints->validators; $storageDef->dataFloat1 = $validators['FileSizeValidator']['maxFileSize'] ?? 0.0; @@ -194,8 +205,10 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField $storageDef->dataText5 = json_encode($fieldSettings['mimeTypes'] ?? [], JSON_THROW_ON_ERROR); } - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef): void - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ): void { $fieldDef->fieldTypeConstraints = new FieldTypeConstraints( [ 'validators' => [ diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/IntegerConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/IntegerConverter.php index e7ebb82364..9829392706 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/IntegerConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/IntegerConverter.php @@ -23,11 +23,13 @@ class IntegerConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataInt = $value->data; $storageFieldValue->sortKeyInt = (int)$value->sortKey; } @@ -35,11 +37,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = $value->dataInt; $fieldValue->sortKey = $value->sortKeyInt; } @@ -47,11 +51,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { if (isset($fieldDef->fieldTypeConstraints->validators[self::FLOAT_VALIDATOR_IDENTIFIER]['minIntegerValue'])) { $storageDef->dataInt1 = $fieldDef->fieldTypeConstraints->validators[self::FLOAT_VALIDATOR_IDENTIFIER]['minIntegerValue']; } @@ -76,11 +82,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $validatorParameters = ['minIntegerValue' => null, 'maxIntegerValue' => null]; if ($storageDef->dataInt4 & self::HAS_MIN_VALUE) { $validatorParameters['minIntegerValue'] = $storageDef->dataInt1; @@ -119,8 +127,10 @@ public function getIndexColumn(): string * * @return int */ - private function getStorageDefValidatorState($minValue, $maxValue): int - { + private function getStorageDefValidatorState( + $minValue, + $maxValue + ): int { $state = 0; if ($minValue !== null) { diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/KeywordConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/KeywordConverter.php index 9d358a58be..b6c11806db 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/KeywordConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/KeywordConverter.php @@ -18,22 +18,26 @@ class KeywordConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->sortKeyString = $value->sortKey; } /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = []; $fieldValue->sortKey = $value->sortKeyString; } @@ -41,22 +45,24 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { - } + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) {} /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { - } + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) {} /** * Returns the name of the index column in the attribute table. diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/MapLocationConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/MapLocationConverter.php index fa6fa7e9bd..c213da07c9 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/MapLocationConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/MapLocationConverter.php @@ -18,11 +18,13 @@ class MapLocationConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataInt = isset($value->externalData['address']) ? 1 : 0; $storageFieldValue->dataText = ''; $storageFieldValue->sortKeyString = (string)$value->sortKey; @@ -31,32 +33,35 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { - } + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) {} /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { - } + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) {} /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { - } + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) {} /** * Returns the name of the index column in the attribute table. diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/MediaConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/MediaConverter.php index eba013d5b4..d43b16317f 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/MediaConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/MediaConverter.php @@ -17,11 +17,13 @@ class MediaConverter extends BinaryFileConverter /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { parent::toStorageFieldDefinition($fieldDef, $storageDef); $storageDef->dataText1 = (isset($fieldDef->fieldTypeConstraints->fieldSettings['mediaType']) @@ -32,11 +34,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { parent::toFieldDefinition($storageDef, $fieldDef); $fieldDef->fieldTypeConstraints->fieldSettings = new FieldSettings( [ diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/NullConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/NullConverter.php index 20117f043c..13798caa3b 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/NullConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/NullConverter.php @@ -21,11 +21,13 @@ class NullConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { // There is no contained data. All data is external. So we just do // nothing here. } @@ -33,11 +35,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { // There is no contained data. All data is external. So we just do // nothing here. } @@ -45,11 +49,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { // There is no contained data. All data is external. So we just do // nothing here. } @@ -57,11 +63,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { // There is no contained data. All data is external. So we just do // nothing here. } diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationConverter.php index e33a3fbeaa..e9c9d56a47 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationConverter.php @@ -19,11 +19,13 @@ class RelationConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataInt = !empty($value->data['destinationContentId']) ? $value->data['destinationContentId'] : null; @@ -33,11 +35,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = [ 'destinationContentId' => $value->dataInt ?: null, ]; @@ -47,11 +51,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { $fieldSettings = $fieldDef->fieldTypeConstraints->fieldSettings; $doc = new DOMDocument('1.0', 'utf-8'); $root = $doc->createElement('related-objects'); @@ -115,11 +121,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField * * * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { // default settings // use dataInt1 and dataInt2 fields as default for backward compatibility $fieldDef->fieldTypeConstraints->fieldSettings = [ diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationListConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationListConverter.php index 57366d7ec4..d4f88b3e7d 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationListConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationListConverter.php @@ -22,7 +22,7 @@ class RelationListConverter implements Converter { - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ private $connection; public function __construct(Connection $connection) @@ -33,8 +33,10 @@ public function __construct(Connection $connection) /** * Converts data from $value to $storageFieldValue. */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $doc = new DOMDocument('1.0', 'utf-8'); $root = $doc->createElement('related-objects'); $doc->appendChild($root); @@ -75,8 +77,10 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = ['destinationContentIds' => []]; if ($value->dataText === null) { return; @@ -102,8 +106,10 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { $fieldSettings = $fieldDef->fieldTypeConstraints->fieldSettings; $validators = $fieldDef->fieldTypeConstraints->validators; $doc = new DOMDocument('1.0', 'utf-8'); @@ -185,8 +191,10 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField * * */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { // default settings $fieldDef->fieldTypeConstraints->fieldSettings = [ 'selectionMethod' => 0, diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/SelectionConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/SelectionConverter.php index 202519d46a..528f42669e 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/SelectionConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/SelectionConverter.php @@ -20,22 +20,26 @@ class SelectionConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->sortKeyString = $storageFieldValue->dataText = $value->sortKey; } /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { if ($value->dataText !== '') { $fieldValue->data = array_map( 'intval', @@ -50,11 +54,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { $fieldSettings = $fieldDef->fieldTypeConstraints->fieldSettings; if (isset($fieldSettings['isMultiple'])) { @@ -84,11 +90,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $options = []; $multiLingualOptions = [$fieldDef->mainLanguageCode => []]; @@ -145,7 +153,7 @@ public function getIndexColumn(): string /** * @param string[] $selectionOptions * - * @return \DOMDocument + * @return DOMDocument */ private function buildOptionsXml(array $selectionOptions): DOMDocument { diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/SerializableConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/SerializableConverter.php index 47770ed868..fd3df59e17 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/SerializableConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/SerializableConverter.php @@ -18,7 +18,7 @@ final class SerializableConverter implements ConverterInterface { - /** @var \Ibexa\Contracts\Core\FieldType\ValueSerializerInterface */ + /** @var ValueSerializerInterface */ private $serializer; public function __construct(ValueSerializerInterface $serializer) @@ -26,8 +26,10 @@ public function __construct(ValueSerializerInterface $serializer) $this->serializer = $serializer; } - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue): void - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ): void { $data = $value->data; if ($data !== null) { $data = $this->serializer->encode($data); @@ -37,8 +39,10 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel $storageFieldValue->sortKeyString = (string)$value->sortKey; } - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue): void - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ): void { $data = $value->dataText; if ($data !== null) { $data = $this->serializer->decode($data); @@ -48,8 +52,10 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue): $fieldValue->sortKey = $value->sortKeyString; } - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef): void - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ): void { $settings = $fieldDef->fieldTypeConstraints->fieldSettings; if ($settings !== null) { $settings = $this->serializer->encode((array)$settings); @@ -58,8 +64,10 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField $storageDef->dataText5 = $settings; } - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef): void - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ): void { $settings = $storageDef->dataText5; if ($settings !== null) { $settings = new FieldSettings($this->serializer->decode($settings)); diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TextBlockConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TextBlockConverter.php index fe4dba6bc9..4eb1dde64a 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TextBlockConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TextBlockConverter.php @@ -19,11 +19,13 @@ class TextBlockConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataText = $value->data; $storageFieldValue->sortKeyString = $value->sortKey; } @@ -31,11 +33,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = $value->dataText; $fieldValue->sortKey = $value->sortKeyString; } @@ -43,11 +47,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { if (isset($fieldDef->fieldTypeConstraints->fieldSettings['textRows'])) { $storageDef->dataInt1 = $fieldDef->fieldTypeConstraints->fieldSettings['textRows']; } @@ -56,11 +62,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $fieldDef->fieldTypeConstraints->fieldSettings = new FieldSettings( [ 'textRows' => $storageDef->dataInt1, diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TextLineConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TextLineConverter.php index a9a5a648dc..be2654e977 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TextLineConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TextLineConverter.php @@ -20,11 +20,13 @@ class TextLineConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataText = $value->data; $storageFieldValue->sortKeyString = $value->sortKey; } @@ -32,11 +34,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = $value->dataText; $fieldValue->sortKey = $value->sortKeyString; } @@ -44,11 +48,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { if (isset($fieldDef->fieldTypeConstraints->validators[self::STRING_LENGTH_VALIDATOR_IDENTIFIER]['maxStringLength'])) { $storageDef->dataInt1 = $fieldDef->fieldTypeConstraints->validators[self::STRING_LENGTH_VALIDATOR_IDENTIFIER]['maxStringLength']; } else { @@ -67,11 +73,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $validatorConstraints = []; if (isset($storageDef->dataInt1)) { diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TimeConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TimeConverter.php index 3a7923e1de..e8b88fae99 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TimeConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/TimeConverter.php @@ -24,11 +24,13 @@ class TimeConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataInt = $value->data; $storageFieldValue->sortKeyInt = (int)$value->sortKey; } @@ -36,11 +38,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { if ($value->dataInt === null) { return; } @@ -52,11 +56,13 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) { $fieldSettings = $fieldDef->fieldTypeConstraints->fieldSettings; if ($fieldSettings !== null) { @@ -68,11 +74,13 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { $fieldDef->fieldTypeConstraints->fieldSettings = new FieldSettings( [ 'defaultType' => $storageDef->dataInt1, diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/UrlConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/UrlConverter.php index c2129ce808..611a549a72 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/UrlConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/UrlConverter.php @@ -18,11 +18,13 @@ class UrlConverter implements Converter /** * Converts data from $value to $storageFieldValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $value - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $storageFieldValue + * @param FieldValue $value + * @param StorageFieldValue $storageFieldValue */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue) - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ) { $storageFieldValue->dataText = isset($value->data['text']) ? $value->data['text'] : null; @@ -34,11 +36,13 @@ public function toStorageValue(FieldValue $value, StorageFieldValue $storageFiel /** * Converts data from $value to $fieldValue. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue $value - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldValue $fieldValue + * @param StorageFieldValue $value + * @param FieldValue $fieldValue */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ) { $fieldValue->data = [ 'urlId' => $value->dataInt, 'text' => $value->dataText, @@ -49,21 +53,24 @@ public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue) /** * Converts field definition data in $fieldDef into $storageFieldDef. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef) - { - } + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ) {} /** * Converts field definition data in $storageDef into $fieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageDef + * @param FieldDefinition $fieldDef */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef) - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ) { // @todo: Is it possible to store a default value in the DB? $fieldDef->defaultValue = new FieldValue(); $fieldDef->defaultValue->data = ['text' => null]; diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/UserConverter.php b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/UserConverter.php index a14865aed1..7a1d4801b4 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/Converter/UserConverter.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/Converter/UserConverter.php @@ -31,24 +31,30 @@ class UserConverter implements Converter /** * {@inheritdoc} */ - public function toStorageValue(FieldValue $value, StorageFieldValue $storageFieldValue): void - { + public function toStorageValue( + FieldValue $value, + StorageFieldValue $storageFieldValue + ): void { // There is no contained data. All data is external. So we just do nothing here. } /** * {@inheritdoc} */ - public function toFieldValue(StorageFieldValue $value, FieldValue $fieldValue): void - { + public function toFieldValue( + StorageFieldValue $value, + FieldValue $fieldValue + ): void { // There is no contained data. All data is external. So we just do nothing here. } /** * {@inheritdoc} */ - public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageFieldDefinition $storageDef): void - { + public function toStorageFieldDefinition( + FieldDefinition $fieldDef, + StorageFieldDefinition $storageDef + ): void { $validatorParameters = []; if (isset($fieldDef->fieldTypeConstraints->validators[self::PASSWORD_VALIDATOR_IDENTIFIER])) { $validatorParameters = $fieldDef->fieldTypeConstraints->validators[self::PASSWORD_VALIDATOR_IDENTIFIER]; @@ -90,8 +96,10 @@ public function toStorageFieldDefinition(FieldDefinition $fieldDef, StorageField /** * {@inheritdoc} */ - public function toFieldDefinition(StorageFieldDefinition $storageDef, FieldDefinition $fieldDef): void - { + public function toFieldDefinition( + StorageFieldDefinition $storageDef, + FieldDefinition $fieldDef + ): void { $validatorParameters = []; $rules = [ diff --git a/src/lib/Persistence/Legacy/Content/FieldValue/ConverterRegistry.php b/src/lib/Persistence/Legacy/Content/FieldValue/ConverterRegistry.php index 4fee74e9ce..caf56f057b 100644 --- a/src/lib/Persistence/Legacy/Content/FieldValue/ConverterRegistry.php +++ b/src/lib/Persistence/Legacy/Content/FieldValue/ConverterRegistry.php @@ -43,8 +43,10 @@ public function __construct(array $converterMap = []) * @param string $typeName * @param mixed $converter Callable or converter instance */ - public function register($typeName, $converter) - { + public function register( + $typeName, + $converter + ) { $this->converterMap[$typeName] = $converter; } @@ -53,10 +55,10 @@ public function register($typeName, $converter) * * @param string $typeName * - * @throws \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\Exception\NotFound + * @throws NotFound * @throws \RuntimeException When type is neither Converter instance or callable factory * - * @return \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter + * @return Converter */ public function getConverter($typeName) { diff --git a/src/lib/Persistence/Legacy/Content/Gateway.php b/src/lib/Persistence/Legacy/Content/Gateway.php index 80e9bf17e5..7d45d26c88 100644 --- a/src/lib/Persistence/Legacy/Content/Gateway.php +++ b/src/lib/Persistence/Legacy/Content/Gateway.php @@ -10,11 +10,15 @@ use Ibexa\Contracts\Core\Persistence\Content; use Ibexa\Contracts\Core\Persistence\Content\CreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Field; +use Ibexa\Contracts\Core\Persistence\Content\Handler; use Ibexa\Contracts\Core\Persistence\Content\MetadataUpdateStruct; use Ibexa\Contracts\Core\Persistence\Content\Relation\CreateStruct as RelationCreateStruct; use Ibexa\Contracts\Core\Persistence\Content\UpdateStruct; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\Relation; +use Ibexa\Core\Base\Exceptions\DatabaseException; /** * Base class for content gateways. @@ -37,7 +41,7 @@ abstract class Gateway /** * Insert a new Content item. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function insertContentObject( CreateStruct $struct, @@ -47,16 +51,19 @@ abstract public function insertContentObject( /** * Insert a new Version. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field[] $fields + * @param Field[] $fields * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - abstract public function insertVersion(VersionInfo $versionInfo, array $fields): int; + abstract public function insertVersion( + VersionInfo $versionInfo, + array $fields + ): int; /** * Update an existing content identified by $contentId based on $struct. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function updateContent( int $contentId, @@ -67,12 +74,16 @@ abstract public function updateContent( /** * Updates version $versionNo for content identified by $contentId, in respect to $struct. */ - abstract public function updateVersion(int $contentId, int $versionNo, UpdateStruct $struct): void; + abstract public function updateVersion( + int $contentId, + int $versionNo, + UpdateStruct $struct + ): void; /** * Update "always available" flag for content identified by $contentId based on $alwaysAvailable. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function updateAlwaysAvailableFlag( int $contentId, @@ -84,9 +95,13 @@ abstract public function updateAlwaysAvailableFlag( * * @param int $status the one of STATUS_DRAFT, STATUS_PUBLISHED, STATUS_ARCHIVED * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ - abstract public function setStatus(int $contentId, int $version, int $status): bool; + abstract public function setStatus( + int $contentId, + int $version, + int $status + ): bool; /** * Dedicated operation which sets Version status as published, similar to setStatus, but checking @@ -96,9 +111,12 @@ abstract public function setStatus(int $contentId, int $version, int $status): b * * @see setStatus * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if other operation affected publishing process + * @throws BadStateException if other operation affected publishing process */ - abstract public function setPublishedStatus(int $contentId, int $status): void; + abstract public function setPublishedStatus( + int $contentId, + int $status + ): void; /** * Insert a new field. @@ -118,7 +136,7 @@ abstract public function insertNewField( * * Used to insert a field with an existing ID but a new version number. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function insertExistingField( Content $content, @@ -129,7 +147,10 @@ abstract public function insertExistingField( /** * Update an existing field. */ - abstract public function updateField(Field $field, StorageFieldValue $value): void; + abstract public function updateField( + Field $field, + StorageFieldValue $value + ): void; /** * Update an existing, non-translatable field. @@ -162,14 +183,17 @@ abstract public function load( * * @return array[] */ - abstract public function loadContentList(array $contentIds, ?array $translations = null): array; + abstract public function loadContentList( + array $contentIds, + ?array $translations = null + ): array; /** * Load info for a content object identified by its remote ID. * * Returns an array with the relevant data. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function loadContentInfoByRemoteId(string $remoteId): array; @@ -178,7 +202,7 @@ abstract public function loadContentInfoByRemoteId(string $remoteId): array; * * Returns an array with the relevant data. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function loadContentInfoByLocationId(int $locationId): array; @@ -188,7 +212,7 @@ abstract public function loadContentInfoByLocationId(int $locationId): array; * - always_available => Boolean indicating if content's language mask contains alwaysAvailable bit field * - main_language_code => Language code for main (initial) language. E.g. "eng-GB". * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function loadContentInfo(int $contentId): array; @@ -196,7 +220,7 @@ abstract public function loadContentInfo(int $contentId): array; * Loads rows of info for content identified by $contentIds. * * @see loadContentInfo For the returned structure. - * @see \Ibexa\Contracts\Core\Persistence\Content\Handler::loadContentInfoList For how this will only return items found and not throw. + * @see Handler::loadContentInfoList For how this will only return items found and not throw. * * @param int[] $contentIds */ @@ -211,12 +235,18 @@ abstract public function loadContentInfoList(array $contentIds): array; * * @param int|null $versionNo Load current version if null. */ - abstract public function loadVersionInfo(int $contentId, ?int $versionNo = null): array; + abstract public function loadVersionInfo( + int $contentId, + ?int $versionNo = null + ): array; /** * @return array */ - abstract public function loadVersionNoArchivedWithin(int $contentId, int $seconds): array; + abstract public function loadVersionNoArchivedWithin( + int $contentId, + int $seconds + ): array; /** * Return the number of all versions with given status created by the given $userId. @@ -300,7 +330,10 @@ abstract public function getFieldIdsByType( * Deletes relations to and from $contentId. * If $versionNo is set only relations for that version are deleted. */ - abstract public function deleteRelations(int $contentId, ?int $versionNo = null): void; + abstract public function deleteRelations( + int $contentId, + ?int $versionNo = null + ): void; /** * Remove relations to Content with $contentId from Relation and RelationList field type fields. @@ -322,26 +355,35 @@ abstract public function deleteField(int $fieldId): void; * * If $versionNo is set only fields for that version are deleted. */ - abstract public function deleteFields(int $contentId, ?int $versionNo = null): void; + abstract public function deleteFields( + int $contentId, + ?int $versionNo = null + ): void; /** * Delete all versions of $contentId. * * If $versionNo is set only that version is deleted. */ - abstract public function deleteVersions(int $contentId, ?int $versionNo = null): void; + abstract public function deleteVersions( + int $contentId, + ?int $versionNo = null + ): void; /** * Delete all names of $contentId. * * If $versionNo is set only names for that version are deleted. */ - abstract public function deleteNames(int $contentId, ?int $versionNo = null): void; + abstract public function deleteNames( + int $contentId, + ?int $versionNo = null + ): void; /** * Set the content object name. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function setName( int $contentId, @@ -358,7 +400,7 @@ abstract public function deleteContent(int $contentId): void; /** * Load data of related to/from $contentId. * - * @return array Content data, array structured like {@see \Ibexa\Core\Persistence\Legacy\Content\Gateway::load} + * @return array Content data, array structured like {@see Gateway::load} */ abstract public function loadRelations( int $contentId, @@ -391,14 +433,20 @@ abstract public function listRelations( /** * Counts number of related to/from $contentId. */ - abstract public function countReverseRelations(int $contentId, ?int $relationType = null): int; + abstract public function countReverseRelations( + int $contentId, + ?int $relationType = null + ): int; /** * Load data of related to/from $contentId. * - * @return array Content data, array structured like {@see \Ibexa\Core\Persistence\Legacy\Content\Gateway::load} + * @return array Content data, array structured like {@see Gateway::load} */ - abstract public function loadReverseRelations(int $contentId, ?int $relationType = null): array; + abstract public function loadReverseRelations( + int $contentId, + ?int $relationType = null + ): array; /** * Load paginated data of related to/from $contentId. @@ -415,9 +463,12 @@ abstract public function listReverseRelations( * * @param int $type one of Relation type constants. * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Relation + * @see Relation */ - abstract public function deleteRelation(int $relationId, int $type): void; + abstract public function deleteRelation( + int $relationId, + int $type + ): void; /** * Insert a new content relation. @@ -427,7 +478,7 @@ abstract public function insertRelation(RelationCreateStruct $createStruct): int /** * Load Relation object. * - * @see \Ibexa\Contracts\Core\Persistence\Content\Relation + * @see Content\Relation */ abstract public function loadRelation(int $relationId): array; @@ -465,8 +516,8 @@ abstract public function copyRelations( /** * Remove the specified translation from the Content Object Version. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws NotFoundException + * @throws BadStateException */ abstract public function deleteTranslationFromContent( int $contentId, @@ -487,8 +538,8 @@ abstract public function deleteTranslatedFields( /** * Delete the specified Translation from the given Version. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws NotFoundException + * @throws BadStateException */ abstract public function deleteTranslationFromVersion( int $contentId, @@ -499,7 +550,7 @@ abstract public function deleteTranslationFromVersion( /** * @param array $contentIds * - * @throws \Ibexa\Core\Base\Exceptions\DatabaseException + * @throws DatabaseException */ abstract public function loadVersionInfoList(array $contentIds): array; } diff --git a/src/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabase.php index 6d8d463144..6695d279a3 100644 --- a/src/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabase.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Persistence\Legacy\Content\Gateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\ConnectionException; use Doctrine\DBAL\Exception; use Doctrine\DBAL\FetchMode; use Doctrine\DBAL\ParameterType; @@ -20,6 +21,7 @@ use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; use Ibexa\Contracts\Core\Persistence\Content\CreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Field; +use Ibexa\Contracts\Core\Persistence\Content\Handler; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; use Ibexa\Contracts\Core\Persistence\Content\MetadataUpdateStruct; use Ibexa\Contracts\Core\Persistence\Content\Relation\CreateStruct as RelationCreateStruct; @@ -45,7 +47,7 @@ * * @internal Gateway implementation is considered internal. Use Persistence Content Handler instead. * - * @see \Ibexa\Contracts\Core\Persistence\Content\Handler + * @see Handler */ final class DoctrineDatabase extends Gateway { @@ -61,11 +63,12 @@ public function __construct( protected QueryBuilder $queryBuilder, protected LanguageHandler $languageHandler, protected LanguageMaskGenerator $languageMaskGenerator - ) { - } + ) {} - public function insertContentObject(CreateStruct $struct, int $currentVersionNo = 1): int - { + public function insertContentObject( + CreateStruct $struct, + int $currentVersionNo = 1 + ): int { $initialLanguageId = !empty($struct->mainLanguageId) ? $struct->mainLanguageId : $struct->initialLanguageId; $initialLanguageCode = $this->languageHandler->load($initialLanguageId)->languageCode; @@ -120,8 +123,10 @@ public function insertContentObject(CreateStruct $struct, int $currentVersionNo return (int)$this->connection->lastInsertId(self::CONTENT_ITEM_SEQ); } - public function insertVersion(VersionInfo $versionInfo, array $fields): int - { + public function insertVersion( + VersionInfo $versionInfo, + array $fields + ): int { $query = $this->connection->createQueryBuilder(); $query ->insert(self::CONTENT_VERSION_TABLE) @@ -255,8 +260,11 @@ public function updateContent( * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException */ - public function updateVersion(int $contentId, int $versionNo, UpdateStruct $struct): void - { + public function updateVersion( + int $contentId, + int $versionNo, + UpdateStruct $struct + ): void { $query = $this->connection->createQueryBuilder(); $query @@ -295,8 +303,10 @@ public function updateVersion(int $contentId, int $versionNo, UpdateStruct $stru $query->executeStatement(); } - public function updateAlwaysAvailableFlag(int $contentId, ?bool $alwaysAvailable = null): void - { + public function updateAlwaysAvailableFlag( + int $contentId, + ?bool $alwaysAvailable = null + ): void { // We will need to know some info on the current language mask to update the flag // everywhere needed $contentInfoRow = $this->loadContentInfo($contentId); @@ -443,8 +453,11 @@ private function updateContentFieldsAlwaysAvailableFlag( } } - public function setStatus(int $contentId, int $version, int $status): bool - { + public function setStatus( + int $contentId, + int $version, + int $status + ): bool { if ($status !== APIVersionInfo::STATUS_PUBLISHED) { $query = $this->queryBuilder->getSetVersionStatusQuery($contentId, $version, $status); $rowCount = $query->executeStatement(); @@ -458,8 +471,10 @@ public function setStatus(int $contentId, int $version, int $status): bool } } - public function setPublishedStatus(int $contentId, int $versionNo): void - { + public function setPublishedStatus( + int $contentId, + int $versionNo + ): void { $query = $this->queryBuilder->getSetVersionStatusQuery( $contentId, $versionNo, @@ -486,8 +501,10 @@ public function setPublishedStatus(int $contentId, int $versionNo): void $this->markContentAsPublished($contentId, $versionNo); } - private function markContentAsPublished(int $contentId, int $versionNo): void - { + private function markContentAsPublished( + int $contentId, + int $versionNo + ): void { $query = $this->connection->createQueryBuilder(); $query ->update(Gateway::CONTENT_ITEM_TABLE) @@ -505,8 +522,11 @@ private function markContentAsPublished(int $contentId, int $versionNo): void * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException */ - public function insertNewField(Content $content, Field $field, StorageFieldValue $value): int - { + public function insertNewField( + Content $content, + Field $field, + StorageFieldValue $value + ): int { $query = $this->connection->createQueryBuilder(); $this->setInsertFieldValues($query, $content, $field, $value); @@ -604,16 +624,20 @@ private function setInsertFieldValues( /** * Check if $languageCode is always available in $content. */ - private function isLanguageAlwaysAvailable(Content $content, string $languageCode): bool - { + private function isLanguageAlwaysAvailable( + Content $content, + string $languageCode + ): bool { return $content->versionInfo->contentInfo->alwaysAvailable && $content->versionInfo->contentInfo->mainLanguageCode === $languageCode ; } - public function updateField(Field $field, StorageFieldValue $value): void - { + public function updateField( + Field $field, + StorageFieldValue $value + ): void { // Note, no need to care for language_id here, since Content->$alwaysAvailable // cannot change on update $query = $this->connection->createQueryBuilder(); @@ -672,13 +696,18 @@ public function updateNonTranslatableField( $query->executeStatement(); } - public function load(int $contentId, ?int $version = null, ?array $translations = null): array - { + public function load( + int $contentId, + ?int $version = null, + ?array $translations = null + ): array { return $this->internalLoadContent([$contentId], $version, $translations); } - public function loadContentList(array $contentIds, ?array $translations = null): array - { + public function loadContentList( + array $contentIds, + ?array $translations = null + ): array { return $this->internalLoadContent($contentIds, null, $translations); } @@ -835,8 +864,10 @@ public function loadContentInfoByLocationId(int $locationId): array return $results[0]; } - public function loadVersionInfo(int $contentId, ?int $versionNo = null): array - { + public function loadVersionInfo( + int $contentId, + ?int $versionNo = null + ): array { $queryBuilder = $this->queryBuilder->createVersionInfoFindQueryBuilder(); $expr = $queryBuilder->expr(); @@ -874,8 +905,10 @@ public function loadVersionInfo(int $contentId, ?int $versionNo = null): array /** * @return array> */ - public function loadVersionNoArchivedWithin(int $contentId, int $seconds): array - { + public function loadVersionNoArchivedWithin( + int $contentId, + int $seconds + ): array { $cutoffTimestamp = time() - $seconds; if ($cutoffTimestamp < 0) { return []; @@ -916,8 +949,10 @@ public function loadVersionNoArchivedWithin(int $contentId, int $seconds): array return $queryBuilder->executeQuery()->fetchAllAssociative(); } - public function countVersionsForUser(int $userId, int $status = VersionInfo::STATUS_DRAFT): int - { + public function countVersionsForUser( + int $userId, + int $status = VersionInfo::STATUS_DRAFT + ): int { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $query @@ -949,8 +984,10 @@ public function countVersionsForUser(int $userId, int $status = VersionInfo::STA * * @return string[][] */ - public function listVersionsForUser(int $userId, int $status = VersionInfo::STATUS_DRAFT): array - { + public function listVersionsForUser( + int $userId, + int $status = VersionInfo::STATUS_DRAFT + ): array { $query = $this->queryBuilder->createVersionInfoFindQueryBuilder(); $query ->where('v.status = :status') @@ -991,8 +1028,11 @@ public function loadVersionsForUser( return $query->executeQuery()->fetchAllAssociative(); } - public function listVersions(int $contentId, ?int $status = null, int $limit = -1): array - { + public function listVersions( + int $contentId, + ?int $status = null, + int $limit = -1 + ): array { $query = $this->queryBuilder->createVersionInfoFindQueryBuilder(); $query ->where('v.contentobject_id = :content_id') @@ -1098,8 +1138,10 @@ public function getFieldIdsByType( return $result; } - public function deleteRelations(int $contentId, ?int $versionNo = null): void - { + public function deleteRelations( + int $contentId, + ?int $versionNo = null + ): void { $query = $this->connection->createQueryBuilder(); $query ->delete(self::CONTENT_RELATION_TABLE) @@ -1180,8 +1222,10 @@ public function removeRelationsByFieldDefinitionId(int $fieldDefinitionId): void * * @param array $row */ - private function removeRelationFromRelationListField(int $contentId, array $row): void - { + private function removeRelationFromRelationListField( + int $contentId, + array $row + ): void { $document = new DOMDocument('1.0', 'utf-8'); $document->loadXML($row['data_text']); @@ -1274,8 +1318,10 @@ public function deleteField(int $fieldId): void $query->executeStatement(); } - public function deleteFields(int $contentId, ?int $versionNo = null): void - { + public function deleteFields( + int $contentId, + ?int $versionNo = null + ): void { $query = $this->connection->createQueryBuilder(); $query ->delete(self::CONTENT_FIELD_TABLE) @@ -1291,8 +1337,10 @@ public function deleteFields(int $contentId, ?int $versionNo = null): void $query->executeStatement(); } - public function deleteVersions(int $contentId, ?int $versionNo = null): void - { + public function deleteVersions( + int $contentId, + ?int $versionNo = null + ): void { $query = $this->connection->createQueryBuilder(); $query ->delete(self::CONTENT_VERSION_TABLE) @@ -1308,8 +1356,10 @@ public function deleteVersions(int $contentId, ?int $versionNo = null): void $query->executeStatement(); } - public function deleteNames(int $contentId, ?int $versionNo = null): void - { + public function deleteNames( + int $contentId, + ?int $versionNo = null + ): void { $query = $this->connection->createQueryBuilder(); $query ->delete(self::CONTENT_NAME_TABLE) @@ -1328,8 +1378,11 @@ public function deleteNames(int $contentId, ?int $versionNo = null): void /** * Query Content name table to find if a name record for the given parameters exists. */ - private function contentNameExists(int $contentId, int $version, string $languageCode): bool - { + private function contentNameExists( + int $contentId, + int $version, + string $languageCode + ): bool { $query = $this->connection->createQueryBuilder(); $query ->select('COUNT(contentobject_id)') @@ -1346,8 +1399,12 @@ private function contentNameExists(int $contentId, int $version, string $languag return (int)$stmt->fetch(FetchMode::COLUMN) > 0; } - public function setName(int $contentId, int $version, string $name, string $languageCode): void - { + public function setName( + int $contentId, + int $version, + string $name, + string $languageCode + ): void { $language = $this->languageHandler->loadByLanguageCode($languageCode); $query = $this->connection->createQueryBuilder(); @@ -1521,8 +1578,10 @@ private function prepareRelationQuery( return $query; } - public function countReverseRelations(int $toContentId, ?int $relationType = null): int - { + public function countReverseRelations( + int $toContentId, + ?int $relationType = null + ): int { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $query @@ -1561,8 +1620,10 @@ public function countReverseRelations(int $toContentId, ?int $relationType = nul return (int)$query->executeQuery()->fetchOne(); } - public function loadReverseRelations(int $toContentId, ?int $relationType = null): array - { + public function loadReverseRelations( + int $toContentId, + ?int $relationType = null + ): array { $query = $this->queryBuilder->createRelationFindQueryBuilder(); $expr = $query->expr(); $query @@ -1689,7 +1750,7 @@ public function insertRelation(RelationCreateStruct $createStruct): int /** * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException */ public function loadRelation(int $relationId): array @@ -1716,8 +1777,10 @@ public function loadRelation(int $relationId): array return current($result); } - public function deleteRelation(int $relationId, int $type): void - { + public function deleteRelation( + int $relationId, + int $type + ): void { // Legacy Storage stores COMMON, LINK and EMBED types using bitmask, therefore first load // existing relation type by given $relationId for comparison $query = $this->connection->createQueryBuilder(); @@ -1808,7 +1871,7 @@ public function loadVersionedNameData(array $rows): array } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function copyRelations( int $originalContentId, @@ -1858,11 +1921,13 @@ public function copyRelations( /** * {@inheritdoc} * - * @throws \Doctrine\DBAL\ConnectionException - * @throws \Doctrine\DBAL\Exception + * @throws ConnectionException + * @throws Exception */ - public function deleteTranslationFromContent(int $contentId, string $languageCode): void - { + public function deleteTranslationFromContent( + int $contentId, + string $languageCode + ): void { $language = $this->languageHandler->loadByLanguageCode($languageCode); $this->connection->beginTransaction(); @@ -1872,7 +1937,7 @@ public function deleteTranslationFromContent(int $contentId, string $languageCod $this->deleteTranslationFromContentObject($contentId, $language->id); $this->connection->commit(); - } catch (\Doctrine\DBAL\Exception $e) { + } catch (Exception $e) { $this->connection->rollBack(); throw $e; } @@ -1909,7 +1974,7 @@ public function deleteTranslatedFields( /** * {@inheritdoc} * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function deleteTranslationFromVersion( int $contentId, @@ -1924,7 +1989,7 @@ public function deleteTranslationFromVersion( $this->deleteTranslationFromContentNames($contentId, $languageCode, $versionNo); $this->connection->commit(); - } catch (\Doctrine\DBAL\Exception $e) { + } catch (Exception $e) { $this->connection->rollBack(); throw $e; } @@ -1969,10 +2034,12 @@ private function deleteTranslationFromContentNames( * @param int $contentId * @param int $languageId * - * @throws \Ibexa\Core\Base\Exceptions\BadStateException + * @throws BadStateException */ - private function deleteTranslationFromContentObject($contentId, $languageId) - { + private function deleteTranslationFromContentObject( + $contentId, + $languageId + ) { $query = $this->connection->createQueryBuilder(); $query->update(Gateway::CONTENT_ITEM_TABLE) // parameter for bitwise operation has to be placed verbatim (w/o binding) for this to work cross-DBMS @@ -2092,7 +2159,7 @@ private function setLanguageMaskForUpdateQuery( /** * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function loadVersionInfoList(array $contentIds): array { diff --git a/src/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabase/QueryBuilder.php b/src/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabase/QueryBuilder.php index 79f048af82..e874e060ff 100644 --- a/src/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabase/QueryBuilder.php +++ b/src/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabase/QueryBuilder.php @@ -18,7 +18,7 @@ */ final class QueryBuilder { - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ private $connection; public function __construct(Connection $connection) diff --git a/src/lib/Persistence/Legacy/Content/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/Content/Gateway/ExceptionConversion.php index f62a216e91..f14956634e 100644 --- a/src/lib/Persistence/Legacy/Content/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/Content/Gateway/ExceptionConversion.php @@ -28,34 +28,38 @@ final class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var Gateway */ protected $innerGateway; /** * Creates a new exception conversion gateway around $innerGateway. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { $this->innerGateway = $innerGateway; } - public function insertContentObject(CreateStruct $struct, int $currentVersionNo = 1): int - { + public function insertContentObject( + CreateStruct $struct, + int $currentVersionNo = 1 + ): int { try { return $this->innerGateway->insertContentObject($struct, $currentVersionNo); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function insertVersion(VersionInfo $versionInfo, array $fields): int - { + public function insertVersion( + VersionInfo $versionInfo, + array $fields + ): int { try { return $this->innerGateway->insertVersion($versionInfo, $fields); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -67,7 +71,7 @@ public function updateContent( ): void { try { $this->innerGateway->updateContent($contentId, $struct, $prePublishVersionInfo); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -75,11 +79,14 @@ public function updateContent( /** * Updates version $versionNo for content identified by $contentId, in respect to $struct. */ - public function updateVersion(int $contentId, int $versionNo, UpdateStruct $struct): void - { + public function updateVersion( + int $contentId, + int $versionNo, + UpdateStruct $struct + ): void { try { $this->innerGateway->updateVersion($contentId, $versionNo, $struct); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -90,34 +97,42 @@ public function updateAlwaysAvailableFlag( ): void { try { $this->innerGateway->updateAlwaysAvailableFlag($contentId, $newAlwaysAvailable); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function setStatus(int $contentId, int $version, int $status): bool - { + public function setStatus( + int $contentId, + int $version, + int $status + ): bool { try { return $this->innerGateway->setStatus($contentId, $version, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function setPublishedStatus(int $contentId, int $status): void - { + public function setPublishedStatus( + int $contentId, + int $status + ): void { try { $this->innerGateway->setPublishedStatus($contentId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function insertNewField(Content $content, Field $field, StorageFieldValue $value): int - { + public function insertNewField( + Content $content, + Field $field, + StorageFieldValue $value + ): int { try { return $this->innerGateway->insertNewField($content, $field, $value); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -129,16 +144,18 @@ public function insertExistingField( ): void { try { $this->innerGateway->insertExistingField($content, $field, $value); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function updateField(Field $field, StorageFieldValue $value): void - { + public function updateField( + Field $field, + StorageFieldValue $value + ): void { try { $this->innerGateway->updateField($field, $value); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -150,25 +167,30 @@ public function updateNonTranslatableField( ): void { try { $this->innerGateway->updateNonTranslatableField($field, $value, $contentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function load(int $contentId, ?int $version = null, ?array $translations = null): array - { + public function load( + int $contentId, + ?int $version = null, + ?array $translations = null + ): array { try { return $this->innerGateway->load($contentId, $version, $translations); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadContentList(array $contentIds, ?array $translations = null): array - { + public function loadContentList( + array $contentIds, + ?array $translations = null + ): array { try { return $this->innerGateway->loadContentList($contentIds, $translations); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -177,7 +199,7 @@ public function loadContentInfoByRemoteId(string $remoteId): array { try { return $this->innerGateway->loadContentInfoByRemoteId($remoteId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -186,7 +208,7 @@ public function loadContentInfoByLocationId(int $locationId): array { try { return $this->innerGateway->loadContentInfoByLocationId($locationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -195,7 +217,7 @@ public function loadContentInfo(int $contentId): array { try { return $this->innerGateway->loadContentInfo($contentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -204,16 +226,18 @@ public function loadContentInfoList(array $contentIds): array { try { return $this->innerGateway->loadContentInfoList($contentIds); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadVersionInfo(int $contentId, ?int $versionNo = null): array - { + public function loadVersionInfo( + int $contentId, + ?int $versionNo = null + ): array { try { return $this->innerGateway->loadVersionInfo($contentId, $versionNo); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -221,20 +245,24 @@ public function loadVersionInfo(int $contentId, ?int $versionNo = null): array /** * @return int[] */ - public function loadVersionNoArchivedWithin(int $contentId, int $seconds): array - { + public function loadVersionNoArchivedWithin( + int $contentId, + int $seconds + ): array { try { return $this->innerGateway->loadVersionNoArchivedWithin($contentId, $seconds); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function countVersionsForUser(int $userId, int $status = VersionInfo::STATUS_DRAFT): int - { + public function countVersionsForUser( + int $userId, + int $status = VersionInfo::STATUS_DRAFT + ): int { try { return $this->innerGateway->countVersionsForUser($userId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -242,11 +270,13 @@ public function countVersionsForUser(int $userId, int $status = VersionInfo::STA /** * @return string[][] */ - public function listVersionsForUser(int $userId, int $status = VersionInfo::STATUS_DRAFT): array - { + public function listVersionsForUser( + int $userId, + int $status = VersionInfo::STATUS_DRAFT + ): array { try { return $this->innerGateway->listVersionsForUser($userId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -259,16 +289,19 @@ public function loadVersionsForUser( ): array { try { return $this->innerGateway->loadVersionsForUser($userId, $status, $offset, $limit); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function listVersions(int $contentId, ?int $status = null, int $limit = -1): array - { + public function listVersions( + int $contentId, + ?int $status = null, + int $limit = -1 + ): array { try { return $this->innerGateway->listVersions($contentId, $status, $limit); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -277,7 +310,7 @@ public function listVersionNumbers(int $contentId): array { try { return $this->innerGateway->listVersionNumbers($contentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -286,7 +319,7 @@ public function getLastVersionNumber(int $contentId): int { try { return $this->innerGateway->getLastVersionNumber($contentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -295,7 +328,7 @@ public function getAllLocationIds(int $contentId): array { try { return $this->innerGateway->getAllLocationIds($contentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -307,16 +340,18 @@ public function getFieldIdsByType( ): array { try { return $this->innerGateway->getFieldIdsByType($contentId, $versionNo, $languageCode); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteRelations(int $contentId, ?int $versionNo = null): void - { + public function deleteRelations( + int $contentId, + ?int $versionNo = null + ): void { try { $this->innerGateway->deleteRelations($contentId, $versionNo); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -325,7 +360,7 @@ public function removeReverseFieldRelations(int $contentId): void { try { $this->innerGateway->removeReverseFieldRelations($contentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -334,7 +369,7 @@ public function removeRelationsByFieldDefinitionId(int $fieldDefinitionId): void { try { $this->innerGateway->removeRelationsByFieldDefinitionId($fieldDefinitionId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -343,43 +378,53 @@ public function deleteField(int $fieldId): void { try { $this->innerGateway->deleteField($fieldId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteFields(int $contentId, ?int $versionNo = null): void - { + public function deleteFields( + int $contentId, + ?int $versionNo = null + ): void { try { $this->innerGateway->deleteFields($contentId, $versionNo); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteVersions(int $contentId, ?int $versionNo = null): void - { + public function deleteVersions( + int $contentId, + ?int $versionNo = null + ): void { try { $this->innerGateway->deleteVersions($contentId, $versionNo); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteNames(int $contentId, ?int $versionNo = null): void - { + public function deleteNames( + int $contentId, + ?int $versionNo = null + ): void { try { $this->innerGateway->deleteNames($contentId, $versionNo); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function setName(int $contentId, int $version, string $name, string $languageCode): void - { + public function setName( + int $contentId, + int $version, + string $name, + string $languageCode + ): void { try { $this->innerGateway->setName($contentId, $version, $name, $languageCode); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -388,7 +433,7 @@ public function deleteContent(int $contentId): void { try { $this->innerGateway->deleteContent($contentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -400,7 +445,7 @@ public function loadRelations( ): array { try { return $this->innerGateway->loadRelations($contentId, $contentVersionNo, $relationType); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -412,7 +457,7 @@ public function countRelations( ): int { try { return $this->innerGateway->countRelations($contentId, $contentVersionNo, $relationType); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -432,25 +477,29 @@ public function listRelations( $contentVersionNo, $relationType ); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function countReverseRelations(int $contentId, ?int $relationType = null): int - { + public function countReverseRelations( + int $contentId, + ?int $relationType = null + ): int { try { return $this->innerGateway->countReverseRelations($contentId, $relationType); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadReverseRelations(int $contentId, ?int $relationType = null): array - { + public function loadReverseRelations( + int $contentId, + ?int $relationType = null + ): array { try { return $this->innerGateway->loadReverseRelations($contentId, $relationType); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -468,16 +517,18 @@ public function listReverseRelations( $limit, $relationType ); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteRelation(int $relationId, int $type): void - { + public function deleteRelation( + int $relationId, + int $type + ): void { try { $this->innerGateway->deleteRelation($relationId, $type); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -486,7 +537,7 @@ public function insertRelation(RelationCreateStruct $struct): int { try { return $this->innerGateway->insertRelation($struct); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -495,7 +546,7 @@ public function loadRelation(int $relationId): array { try { return $this->innerGateway->loadRelation($relationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -504,7 +555,7 @@ public function getContentIdsByContentTypeId($contentTypeId): array { try { return $this->innerGateway->getContentIdsByContentTypeId($contentTypeId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -513,7 +564,7 @@ public function loadVersionedNameData(array $rows): array { try { return $this->innerGateway->loadVersionedNameData($rows); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -525,16 +576,18 @@ public function copyRelations( ): void { try { $this->innerGateway->copyRelations($originalContentId, $copiedContentId, $versionNo); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteTranslationFromContent(int $contentId, string $languageCode): void - { + public function deleteTranslationFromContent( + int $contentId, + string $languageCode + ): void { try { $this->innerGateway->deleteTranslationFromContent($contentId, $languageCode); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -550,7 +603,7 @@ public function deleteTranslatedFields( $contentId, $versionNo ); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -566,7 +619,7 @@ public function deleteTranslationFromVersion( $versionNo, $languageCode ); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -575,7 +628,7 @@ public function loadVersionInfoList(array $contentIds): array { try { return $this->innerGateway->loadVersionInfoList($contentIds); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/Content/Handler.php b/src/lib/Persistence/Legacy/Content/Handler.php index 925f7ebd41..f0eaffcc74 100644 --- a/src/lib/Persistence/Legacy/Content/Handler.php +++ b/src/lib/Persistence/Legacy/Content/Handler.php @@ -9,6 +9,7 @@ use Exception; use Ibexa\Contracts\Core\Persistence\Content; +use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; use Ibexa\Contracts\Core\Persistence\Content\CreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Handler as BaseContentHandler; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; @@ -18,6 +19,8 @@ use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as ContentTypeHandler; use Ibexa\Contracts\Core\Persistence\Content\UpdateStruct; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\Base\Exceptions\NotFoundException as NotFound; use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; use Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway as UrlAliasGateway; @@ -33,14 +36,14 @@ class Handler implements BaseContentHandler /** * Content gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var Gateway */ protected $contentGateway; /** * Location gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @var LocationGateway */ protected $locationGateway; @@ -54,55 +57,55 @@ class Handler implements BaseContentHandler /** * FieldHandler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldHandler + * @var FieldHandler */ protected $fieldHandler; /** * URL slug converter. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter + * @var SlugConverter */ protected $slugConverter; /** * UrlAlias gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway + * @var UrlAliasGateway */ protected $urlAliasGateway; /** * ContentType handler. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler + * @var ContentTypeHandler */ protected $contentTypeHandler; /** * Tree handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\TreeHandler + * @var TreeHandler */ protected $treeHandler; protected LanguageHandler $languageHandler; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ private $logger; /** * Creates a new content handler. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Gateway $contentGateway - * @param \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway $locationGateway - * @param \Ibexa\Core\Persistence\Legacy\Content\Mapper $mapper - * @param \Ibexa\Core\Persistence\Legacy\Content\FieldHandler $fieldHandler - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter $slugConverter - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway $urlAliasGateway - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\Handler $contentTypeHandler - * @param \Ibexa\Core\Persistence\Legacy\Content\TreeHandler $treeHandler - * @param \Psr\Log\LoggerInterface|null $logger + * @param Gateway $contentGateway + * @param LocationGateway $locationGateway + * @param Mapper $mapper + * @param FieldHandler $fieldHandler + * @param SlugConverter $slugConverter + * @param UrlAliasGateway $urlAliasGateway + * @param ContentTypeHandler $contentTypeHandler + * @param TreeHandler $treeHandler + * @param LoggerInterface|null $logger */ public function __construct( Gateway $contentGateway, @@ -136,9 +139,9 @@ public function __construct( * * Will contain always a complete list of fields. * - * @param \Ibexa\Contracts\Core\Persistence\Content\CreateStruct $struct Content creation struct. + * @param CreateStruct $struct Content creation struct. * - * @return \Ibexa\Contracts\Core\Persistence\Content Content value object + * @return Content Content value object */ public function create(CreateStruct $struct) { @@ -153,13 +156,15 @@ public function create(CreateStruct $struct) * * Will contain always a complete list of fields. * - * @param \Ibexa\Contracts\Core\Persistence\Content\CreateStruct $struct Content creation struct. + * @param CreateStruct $struct Content creation struct. * @param mixed $versionNo Used by self::copy() to maintain version numbers * - * @return \Ibexa\Contracts\Core\Persistence\Content Content value object + * @return Content Content value object */ - protected function internalCreate(CreateStruct $struct, $versionNo = 1) - { + protected function internalCreate( + CreateStruct $struct, + $versionNo = 1 + ) { $content = new Content(); $content->fields = $struct->fields; @@ -211,15 +216,18 @@ protected function internalCreate(CreateStruct $struct, $versionNo = 1) * * @param int $contentId * @param int $versionNo - * @param \Ibexa\Contracts\Core\Persistence\Content\MetadataUpdateStruct $metaDataUpdateStruct + * @param MetadataUpdateStruct $metaDataUpdateStruct * - * @return \Ibexa\Contracts\Core\Persistence\Content The published Content + * @return Content The published Content * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws BadStateException + * @throws NotFoundException */ - public function publish($contentId, $versionNo, MetadataUpdateStruct $metaDataUpdateStruct) - { + public function publish( + $contentId, + $versionNo, + MetadataUpdateStruct $metaDataUpdateStruct + ) { // Archive currently published version $versionInfo = $this->loadVersionInfo($contentId, $versionNo); if ($versionInfo->contentInfo->currentVersionNo != $versionNo) { @@ -260,12 +268,16 @@ public function publish($contentId, $versionNo, MetadataUpdateStruct $metaDataUp * @param mixed $userId * @param string|null $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - public function createDraftFromVersion($contentId, $srcVersion, $userId, ?string $languageCode = null) - { + public function createDraftFromVersion( + $contentId, + $srcVersion, + $userId, + ?string $languageCode = null + ) { $content = $this->load($contentId, $srcVersion); // Create new version @@ -323,8 +335,11 @@ public function createDraftFromVersion($contentId, $srcVersion, $userId, ?string /** * {@inheritdoc} */ - public function load($id, $version = null, ?array $translations = null) - { + public function load( + $id, + $version = null, + ?array $translations = null + ) { $rows = $this->contentGateway->load($id, $version, $translations); if (empty($rows)) { @@ -351,8 +366,10 @@ public function load($id, $version = null, ?array $translations = null) /** * {@inheritdoc} */ - public function loadContentList(array $contentIds, ?array $translations = null): array - { + public function loadContentList( + array $contentIds, + ?array $translations = null + ): array { $rawList = $this->contentGateway->loadContentList($contentIds, $translations); if (empty($rawList)) { return []; @@ -431,7 +448,7 @@ public function loadContentList(array $contentIds, ?array $translations = null): * * @param int|string $contentId * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo + * @return ContentInfo */ public function loadContentInfo($contentId) { @@ -457,7 +474,7 @@ public function loadContentInfoList(array $contentIds) * * @param mixed $remoteId * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo + * @return ContentInfo */ public function loadContentInfoByRemoteId($remoteId) { @@ -466,8 +483,10 @@ public function loadContentInfoByRemoteId($remoteId) ); } - public function loadVersionInfo($contentId, $versionNo = null): VersionInfo - { + public function loadVersionInfo( + $contentId, + $versionNo = null + ): VersionInfo { $rows = $this->contentGateway->loadVersionInfo((int)$contentId, $versionNo); if (empty($rows)) { throw new NotFound('content', $contentId); @@ -486,8 +505,10 @@ public function loadVersionInfo($contentId, $versionNo = null): VersionInfo return $versionInfo; } - public function loadVersionNoArchivedWithin(int $contentId, int $seconds): array - { + public function loadVersionNoArchivedWithin( + int $contentId, + int $seconds + ): array { $rows = $this->contentGateway->loadVersionNoArchivedWithin($contentId, $seconds); if (empty($rows)) { throw new NotFound('content', $contentId); @@ -511,7 +532,7 @@ public function countDraftsForUser(int $userId): int * * @param int $userId * - * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo[] + * @return VersionInfo[] */ public function loadDraftsForUser($userId) { @@ -534,8 +555,11 @@ static function ($row) { return $this->mapper->extractVersionInfoListFromRows($rows, $nameRows); } - public function loadDraftListForUser(int $userId, int $offset = 0, int $limit = -1): array - { + public function loadDraftListForUser( + int $userId, + int $offset = 0, + int $limit = -1 + ): array { $rows = $this->contentGateway->loadVersionsForUser($userId, VersionInfo::STATUS_DRAFT, $offset, $limit); if (empty($rows)) { return []; @@ -567,8 +591,11 @@ static function (array $row): array { * * @return bool */ - public function setStatus($contentId, $status, $version) - { + public function setStatus( + $contentId, + $status, + $version + ) { return $this->contentGateway->setStatus($contentId, $version, $status); } @@ -576,12 +603,14 @@ public function setStatus($contentId, $status, $version) * Updates a content object meta data, identified by $contentId. * * @param int $contentId - * @param \Ibexa\Contracts\Core\Persistence\Content\MetadataUpdateStruct $content + * @param MetadataUpdateStruct $content * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo + * @return ContentInfo */ - public function updateMetadata($contentId, MetadataUpdateStruct $content) - { + public function updateMetadata( + $contentId, + MetadataUpdateStruct $content + ) { $this->contentGateway->updateContent($contentId, $content); $this->updatePathIdentificationString($contentId, $content); @@ -595,10 +624,12 @@ public function updateMetadata($contentId, MetadataUpdateStruct $content) * This is specific to the Legacy storage engine, as path identification string is deprecated. * * @param int $contentId - * @param \Ibexa\Contracts\Core\Persistence\Content\MetadataUpdateStruct $content + * @param MetadataUpdateStruct $content */ - protected function updatePathIdentificationString($contentId, MetadataUpdateStruct $content) - { + protected function updatePathIdentificationString( + $contentId, + MetadataUpdateStruct $content + ) { if (isset($content->mainLanguageId)) { $contentLocationsRows = $this->locationGateway->loadLocationDataByContent($contentId); foreach ($contentLocationsRows as $row) { @@ -629,12 +660,15 @@ protected function updatePathIdentificationString($contentId, MetadataUpdateStru * * @param int $contentId * @param int $versionNo - * @param \Ibexa\Contracts\Core\Persistence\Content\UpdateStruct $updateStruct + * @param UpdateStruct $updateStruct * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ - public function updateContent($contentId, $versionNo, UpdateStruct $updateStruct) - { + public function updateContent( + $contentId, + $versionNo, + UpdateStruct $updateStruct + ) { $content = $this->load($contentId, $versionNo); $this->contentGateway->updateVersion($contentId, $versionNo, $updateStruct); $contentType = $this->contentTypeHandler->load($content->versionInfo->contentInfo->contentTypeId); @@ -694,8 +728,10 @@ public function removeRawContent($contentId) * * @return bool */ - public function deleteVersion($contentId, $versionNo) - { + public function deleteVersion( + $contentId, + $versionNo + ) { $versionInfo = $this->loadVersionInfo($contentId, $versionNo); $this->locationGateway->deleteNodeAssignment($contentId, $versionNo); @@ -716,10 +752,13 @@ public function deleteVersion($contentId, $versionNo) * @param mixed|null $status Optional argument to filter versions by status, like {@see VersionInfo::STATUS_ARCHIVED}. * @param int $limit Limit for items returned, -1 means none. * - * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo[] + * @return VersionInfo[] */ - public function listVersions($contentId, $status = null, $limit = -1) - { + public function listVersions( + $contentId, + $status = null, + $limit = -1 + ) { return $this->treeHandler->listVersions($contentId, $status, $limit); } @@ -728,16 +767,19 @@ public function listVersions($contentId, $status = null, $limit = -1) * * {@inheritdoc} * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If content or version is not found + * @throws NotFoundException If content or version is not found * * @param mixed $contentId * @param mixed|null $versionNo Copy all versions if left null * @param int|null $newOwnerId * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ - public function copy($contentId, $versionNo = null, $newOwnerId = null) - { + public function copy( + $contentId, + $versionNo = null, + $newOwnerId = null + ) { $currentVersionNo = isset($versionNo) ? $versionNo : $this->loadContentInfo($contentId)->currentVersionNo; @@ -801,9 +843,9 @@ public function copy($contentId, $versionNo = null, $newOwnerId = null) * * @todo Should the existence verifications happen here or is this supposed to be handled at a higher level? * - * @param \Ibexa\Contracts\Core\Persistence\Content\Relation\CreateStruct $createStruct + * @param RelationCreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Relation + * @return Relation */ public function addRelation(RelationCreateStruct $createStruct) { @@ -815,7 +857,7 @@ public function addRelation(RelationCreateStruct $createStruct) } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function loadRelation(int $relationId): Relation { @@ -835,13 +877,19 @@ public function loadRelation(int $relationId): Relation * \Ibexa\Contracts\Core\Repository\Values\Content\Relation::LINK, * \Ibexa\Contracts\Core\Repository\Values\Content\Relation::FIELD} */ - public function removeRelation($relationId, $type, ?int $destinationContentId = null): void - { + public function removeRelation( + $relationId, + $type, + ?int $destinationContentId = null + ): void { $this->contentGateway->deleteRelation($relationId, $type); } - public function countRelations(int $sourceContentId, ?int $sourceContentVersionNo = null, ?int $type = null): int - { + public function countRelations( + int $sourceContentId, + ?int $sourceContentVersionNo = null, + ?int $type = null + ): int { return $this->contentGateway->countRelations($sourceContentId, $sourceContentVersionNo, $type); } @@ -860,8 +908,10 @@ public function loadRelationList( /** * {@inheritdoc} */ - public function countReverseRelations(int $destinationContentId, ?int $type = null): int - { + public function countReverseRelations( + int $destinationContentId, + ?int $type = null + ): int { return $this->contentGateway->countReverseRelations($destinationContentId, $type); } @@ -876,10 +926,12 @@ public function countReverseRelations(int $destinationContentId, ?int $type = nu * \Ibexa\Contracts\Core\Repository\Values\Content\Relation::LINK, * \Ibexa\Contracts\Core\Repository\Values\Content\Relation::FIELD} * - * @return \Ibexa\Contracts\Core\Persistence\Content\Relation[] + * @return Relation[] */ - public function loadReverseRelations($destinationContentId, $type = null) - { + public function loadReverseRelations( + $destinationContentId, + $type = null + ) { return $this->mapper->extractRelationsFromRows( $this->contentGateway->loadReverseRelations($destinationContentId, $type) ); @@ -902,8 +954,10 @@ public function loadReverseRelationList( /** * {@inheritdoc} */ - public function deleteTranslationFromContent($contentId, $languageCode) - { + public function deleteTranslationFromContent( + $contentId, + $languageCode + ) { $this->fieldHandler->deleteTranslationFromContentFields( $contentId, $this->listVersions($contentId), @@ -915,8 +969,11 @@ public function deleteTranslationFromContent($contentId, $languageCode) /** * {@inheritdoc} */ - public function deleteTranslationFromDraft($contentId, $versionNo, $languageCode) - { + public function deleteTranslationFromDraft( + $contentId, + $versionNo, + $languageCode + ) { $versionInfo = $this->loadVersionInfo($contentId, $versionNo); $this->fieldHandler->deleteTranslationFromVersionFields( @@ -952,7 +1009,7 @@ static function ($lang) use ($languageCode): bool { } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function loadVersionInfoList(array $contentIds): array { diff --git a/src/lib/Persistence/Legacy/Content/Language/CachingHandler.php b/src/lib/Persistence/Legacy/Content/Language/CachingHandler.php index 5c692fbc8b..7f3c28a8f8 100644 --- a/src/lib/Persistence/Legacy/Content/Language/CachingHandler.php +++ b/src/lib/Persistence/Legacy/Content/Language/CachingHandler.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Persistence\Content\Language; use Ibexa\Contracts\Core\Persistence\Content\Language\CreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as BaseLanguageHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface; use Ibexa\Core\Persistence\Cache\InMemory\InMemoryCache; @@ -25,26 +26,26 @@ class CachingHandler implements BaseLanguageHandler /** * Inner Language handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Language\Handler + * @var Handler */ protected $innerHandler; /** * Language cache. * - * @var \Ibexa\Core\Persistence\Cache\InMemory\InMemoryCache + * @var InMemoryCache */ protected $cache; - /** @var \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface */ + /** @var CacheIdentifierGeneratorInterface */ protected $cacheIdentifierGenerator; /** * Creates a caching handler around $innerHandler. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\Handler $innerHandler - * @param \Ibexa\Core\Persistence\Cache\InMemory\InMemoryCache $cache - * @param \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface $cacheIdentifierGenerator + * @param BaseLanguageHandler $innerHandler + * @param InMemoryCache $cache + * @param CacheIdentifierGeneratorInterface $cacheIdentifierGenerator */ public function __construct( BaseLanguageHandler $innerHandler, @@ -59,9 +60,9 @@ public function __construct( /** * Create a new language. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\CreateStruct $struct + * @param CreateStruct $struct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function create(CreateStruct $struct) { @@ -74,7 +75,7 @@ public function create(CreateStruct $struct) /** * Update language. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language $language + * @param Language $language */ public function update(Language $language) { @@ -87,9 +88,9 @@ public function update(Language $language) * * @param mixed $id * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If language could not be found by $id + * @throws NotFoundException If language could not be found by $id * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function load($id) { @@ -147,9 +148,9 @@ public function loadList(array $ids): iterable * * @param string $languageCode * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If language could not be found by $languageCode + * @throws NotFoundException If language could not be found by $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function loadByLanguageCode($languageCode) { @@ -193,7 +194,7 @@ public function loadListByLanguageCodes(array $languageCodes): iterable /** * Get all languages. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language[] + * @return Language[] */ public function loadAll() { @@ -237,8 +238,10 @@ public function clearCache(): void * @param array $languages * @param string|null $listIndex */ - protected function storeCache(array $languages, ?string $listIndex = null): void - { + protected function storeCache( + array $languages, + ?string $listIndex = null + ): void { $generator = $this->cacheIdentifierGenerator; $this->cache->setMulti( diff --git a/src/lib/Persistence/Legacy/Content/Language/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Content/Language/Gateway/DoctrineDatabase.php index 377215a888..3d2e7b5166 100644 --- a/src/lib/Persistence/Legacy/Content/Language/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Content/Language/Gateway/DoctrineDatabase.php @@ -14,6 +14,7 @@ use Doctrine\DBAL\Platforms\AbstractPlatform; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\Content\Language; +use Ibexa\Contracts\Core\Persistence\Content\Language\Handler; use Ibexa\Core\Base\Exceptions\DatabaseException; use Ibexa\Core\Persistence\Legacy\Content\Language\Gateway; use RuntimeException; @@ -23,13 +24,11 @@ * * @internal Gateway implementation is considered internal. Use Persistence Language Handler instead. * - * @see \Ibexa\Contracts\Core\Persistence\Content\Language\Handler + * @see Handler */ final class DoctrineDatabase extends Gateway { - public function __construct(private readonly Connection $connection) - { - } + public function __construct(private readonly Connection $connection) {} public function insertLanguage(Language $language): int { @@ -74,8 +73,10 @@ public function insertLanguage(Language $language): int /** * Set columns for $query based on $language. */ - private function setLanguageQueryParameters(QueryBuilder $query, Language $language): void - { + private function setLanguageQueryParameters( + QueryBuilder $query, + Language $language + ): void { $query ->setParameter('language_code', $language->languageCode, ParameterType::STRING) ->setParameter('name', $language->name, ParameterType::STRING) diff --git a/src/lib/Persistence/Legacy/Content/Language/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/Content/Language/Gateway/ExceptionConversion.php index 02ccc52276..9ea2ae27a7 100644 --- a/src/lib/Persistence/Legacy/Content/Language/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/Content/Language/Gateway/ExceptionConversion.php @@ -20,14 +20,14 @@ final class ExceptionConversion extends Gateway { /** - * @var \Ibexa\Core\Persistence\Legacy\Content\Language\Gateway + * @var Gateway */ private $innerGateway; /** * Creates a new exception conversion gateway around $innerGateway. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Language\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -38,7 +38,7 @@ public function insertLanguage(Language $language): int { try { return $this->innerGateway->insertLanguage($language); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -47,7 +47,7 @@ public function updateLanguage(Language $language): void { try { $this->innerGateway->updateLanguage($language); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -56,7 +56,7 @@ public function loadLanguageListData(array $ids): iterable { try { return $this->innerGateway->loadLanguageListData($ids); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -65,7 +65,7 @@ public function loadLanguageListDataByLanguageCode(array $languageCodes): iterab { try { return $this->innerGateway->loadLanguageListDataByLanguageCode($languageCodes); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -74,7 +74,7 @@ public function loadAllLanguagesData(): array { try { return $this->innerGateway->loadAllLanguagesData(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -83,7 +83,7 @@ public function deleteLanguage(int $id): void { try { $this->innerGateway->deleteLanguage($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -92,7 +92,7 @@ public function canDeleteLanguage(int $id): bool { try { return $this->innerGateway->canDeleteLanguage($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/Content/Language/Handler.php b/src/lib/Persistence/Legacy/Content/Language/Handler.php index 13a37c7b16..8e58bca56b 100644 --- a/src/lib/Persistence/Legacy/Content/Language/Handler.php +++ b/src/lib/Persistence/Legacy/Content/Language/Handler.php @@ -21,25 +21,27 @@ class Handler implements BaseLanguageHandler /** * Language Gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Language\Gateway + * @var Gateway */ protected $languageGateway; /** * Language Mapper. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Language\Mapper + * @var Mapper */ protected $languageMapper; /** * Creates a new Language Handler. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Language\Gateway $languageGateway - * @param \Ibexa\Core\Persistence\Legacy\Content\Language\Mapper $languageMapper + * @param Gateway $languageGateway + * @param Mapper $languageMapper */ - public function __construct(Gateway $languageGateway, Mapper $languageMapper) - { + public function __construct( + Gateway $languageGateway, + Mapper $languageMapper + ) { $this->languageGateway = $languageGateway; $this->languageMapper = $languageMapper; } @@ -47,9 +49,9 @@ public function __construct(Gateway $languageGateway, Mapper $languageMapper) /** * Create a new language. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\CreateStruct $struct + * @param CreateStruct $struct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function create(CreateStruct $struct) { @@ -64,7 +66,7 @@ public function create(CreateStruct $struct) /** * Update language. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language $language + * @param Language $language */ public function update(Language $language) { @@ -78,7 +80,7 @@ public function update(Language $language) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If language could not be found by $id * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function load($id): Language { @@ -111,7 +113,7 @@ public function loadList(array $ids): iterable * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If language could not be found by $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function loadByLanguageCode($languageCode): Language { @@ -139,7 +141,7 @@ public function loadListByLanguageCodes(array $languageCodes): iterable /** * Get all languages. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language[] + * @return Language[] */ public function loadAll() { @@ -153,7 +155,7 @@ public function loadAll() * * @param mixed $id * - * @throws \LogicException If language could not be deleted + * @throws LogicException If language could not be deleted */ public function delete($id) { diff --git a/src/lib/Persistence/Legacy/Content/Language/Mapper.php b/src/lib/Persistence/Legacy/Content/Language/Mapper.php index f70facc0b4..7c5c0a8800 100644 --- a/src/lib/Persistence/Legacy/Content/Language/Mapper.php +++ b/src/lib/Persistence/Legacy/Content/Language/Mapper.php @@ -18,9 +18,9 @@ class Mapper /** * Creates a Language from $struct. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\CreateStruct $struct + * @param CreateStruct $struct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function createLanguageFromCreateStruct(CreateStruct $struct): Language { @@ -39,10 +39,12 @@ public function createLanguageFromCreateStruct(CreateStruct $struct): Language * @param array $rows * @param string $key Column name for use as key in returned array. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language[] + * @return Language[] */ - public function extractLanguagesFromRows(array $rows, string $key = 'locale'): array - { + public function extractLanguagesFromRows( + array $rows, + string $key = 'locale' + ): array { $languages = []; foreach ($rows as $row) { diff --git a/src/lib/Persistence/Legacy/Content/Language/MaskGenerator.php b/src/lib/Persistence/Legacy/Content/Language/MaskGenerator.php index d5065670c2..3d9fd6c82b 100644 --- a/src/lib/Persistence/Legacy/Content/Language/MaskGenerator.php +++ b/src/lib/Persistence/Legacy/Content/Language/MaskGenerator.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\Persistence\Legacy\Content\Language; +use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; use Ibexa\Core\Base\Exceptions\NotFoundException; @@ -18,14 +19,14 @@ class MaskGenerator /** * Language lookup. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Language\Handler + * @var Handler */ protected $languageHandler; /** * Creates a new Language MaskGenerator. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\Handler $languageHandler + * @param LanguageHandler $languageHandler */ public function __construct(LanguageHandler $languageHandler) { @@ -40,8 +41,10 @@ public function __construct(LanguageHandler $languageHandler) * * @return int */ - public function generateLanguageMaskFromLanguageIds(array $languageIds, $alwaysAvailable): int - { + public function generateLanguageMaskFromLanguageIds( + array $languageIds, + $alwaysAvailable + ): int { // make sure alwaysAvailable part of bit mask always results in 1 or 0 $languageMask = $alwaysAvailable ? 1 : 0; @@ -62,8 +65,10 @@ public function generateLanguageMaskFromLanguageIds(array $languageIds, $alwaysA * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException */ - public function generateLanguageIndicator($languageCode, $alwaysAvailable): int - { + public function generateLanguageIndicator( + $languageCode, + $alwaysAvailable + ): int { return $this->languageHandler->loadByLanguageCode($languageCode)->id | ($alwaysAvailable ? 1 : 0); } @@ -75,8 +80,10 @@ public function generateLanguageIndicator($languageCode, $alwaysAvailable): int * * @return bool */ - public function isLanguageAlwaysAvailable($language, array $languages): bool - { + public function isLanguageAlwaysAvailable( + $language, + array $languages + ): bool { return isset($languages['always-available']) && ($languages['always-available'] == $language) ; @@ -182,8 +189,10 @@ public function isLanguageMaskComposite($languageMask): bool * * @return int */ - public function generateLanguageMaskFromLanguageCodes(array $languageCodes, bool $isAlwaysAvailable = false): int - { + public function generateLanguageMaskFromLanguageCodes( + array $languageCodes, + bool $isAlwaysAvailable = false + ): int { $mask = $isAlwaysAvailable ? 1 : 0; $languageList = $this->languageHandler->loadListByLanguageCodes($languageCodes); @@ -201,7 +210,7 @@ public function generateLanguageMaskFromLanguageCodes(array $languageCodes, bool /** * Collect all translations of the given Persistence Fields and generate language mask. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field[] $fields + * @param Field[] $fields * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException */ diff --git a/src/lib/Persistence/Legacy/Content/Location/Gateway.php b/src/lib/Persistence/Legacy/Content/Location/Gateway.php index 5616d64f2f..6679a51213 100644 --- a/src/lib/Persistence/Legacy/Content/Location/Gateway.php +++ b/src/lib/Persistence/Legacy/Content/Location/Gateway.php @@ -10,7 +10,9 @@ use Ibexa\Contracts\Core\Persistence\Content\Location; use Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Location\UpdateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; /** * Base class for location gateways. @@ -41,7 +43,7 @@ abstract class Gateway /** * Returns an array with basic node data. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * * @param string[]|null $translations * @param bool $useAlwaysAvailable Respect always available flag on content when filtering on $translations. @@ -63,7 +65,7 @@ abstract public function getBasicNodeData( * * @return array * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function getNodeDataList( array $locationIds, @@ -74,7 +76,7 @@ abstract public function getNodeDataList( /** * Returns an array with basic node data for the node with $remoteId. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * * @param string[]|null $translations * @param bool $useAlwaysAvailable Respect always available flag on content when filtering on $translations. @@ -100,7 +102,10 @@ abstract public function loadLocationDataByContent( * * @return string[] */ - abstract public function loadLocationDataByTrashContent(int $contentId, ?int $rootLocationId = null): array; + abstract public function loadLocationDataByTrashContent( + int $contentId, + ?int $rootLocationId = null + ): array; /** * Loads data for all parent Locations for unpublished Content by given $contentId. @@ -146,7 +151,10 @@ abstract public function getChildren(int $locationId): array; * @param array $fromPathString * @param array $toPathString */ - abstract public function moveSubtreeNodes(array $fromPathString, array $toPathString): void; + abstract public function moveSubtreeNodes( + array $fromPathString, + array $toPathString + ): void; /** * Update node assignment table. @@ -163,7 +171,7 @@ abstract public function updateNodeAssignment( * * Convert existing node assignments into real locations. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if parent Location does not exist + * @throws NotFoundException if parent Location does not exist */ abstract public function createLocationsFromNodeAssignments( int $contentId, @@ -173,7 +181,10 @@ abstract public function createLocationsFromNodeAssignments( /** * Updates all Locations of content identified with $contentId with $versionNo. */ - abstract public function updateLocationsContentVersionNo(int $contentId, int $versionNo): void; + abstract public function updateLocationsContentVersionNo( + int $contentId, + int $versionNo + ): void; /** * Sets a location to be hidden, and it self + all children to invisible. @@ -206,14 +217,20 @@ abstract public function setNodeUnhidden(string $pathString): void; * Make the location identified by $locationId1 refer to the Content * referred to by $locationId2 and vice versa. */ - abstract public function swap(int $locationId1, int $locationId2): bool; + abstract public function swap( + int $locationId1, + int $locationId2 + ): bool; /** * Creates a new location in the given `$parentNode`. * * @param array $parentNode parent node raw data */ - abstract public function create(CreateStruct $createStruct, array $parentNode): Location; + abstract public function create( + CreateStruct $createStruct, + array $parentNode + ): Location; /** * Create an entry in the node assignment table. @@ -229,19 +246,25 @@ abstract public function createNodeAssignment( * * If $versionNo is not passed all node assignments for given $contentId are deleted */ - abstract public function deleteNodeAssignment(int $contentId, ?int $versionNo = null): void; + abstract public function deleteNodeAssignment( + int $contentId, + ?int $versionNo = null + ): void; /** * Updates an existing location. * * Will not throw anything if location id is invalid or no entries are affected. */ - abstract public function update(UpdateStruct $location, int $locationId): void; + abstract public function update( + UpdateStruct $location, + int $locationId + ): void; /** * Updates path identification string for given $locationId. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function updatePathIdentificationString( int $locationId, @@ -261,14 +284,17 @@ abstract public function removeLocation(int $locationId): void; * the node identified by given $locationId (current main node). * Assumes that content has more than one location. */ - abstract public function getFallbackMainNodeData(int $contentId, int $locationId): array; + abstract public function getFallbackMainNodeData( + int $contentId, + int $locationId + ): array; /** * Sends a single location identified by given $locationId to the trash. * * The associated content object is left untouched. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function trashLocation(int $locationId): void; @@ -280,14 +306,17 @@ abstract public function trashLocation(int $locationId): void; * at the old position. If this is not possible ( because the old location * does not exist any more) and exception is thrown. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - abstract public function untrashLocation(int $locationId, ?int $newParentId = null): Location; + abstract public function untrashLocation( + int $locationId, + ?int $newParentId = null + ): Location; /** * Loads trash data specified by location ID. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function loadTrashByLocation(int $locationId): array; @@ -304,8 +333,8 @@ abstract public function cleanupTrash(): void; * * @param int $offset * @param int|null $limit - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] $sort - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface|null $criterion + * @param SortClause[] $sort + * @param CriterionInterface|null $criterion * * @return array entries from ibexa_content_trash. */ @@ -332,7 +361,10 @@ abstract public function removeElementFromTrash(int $id): void; /** * Set section on all content objects in the subtree. */ - abstract public function setSectionForSubtree(string $pathString, int $sectionId): bool; + abstract public function setSectionForSubtree( + string $pathString, + int $sectionId + ): bool; /** * Returns how many locations given content object identified by $contentId has. @@ -373,5 +405,8 @@ abstract public function countAllLocations(): int; * * @return array */ - abstract public function loadAllLocationsData(int $offset, int $limit): array; + abstract public function loadAllLocationsData( + int $offset, + int $limit + ): array; } diff --git a/src/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabase.php index bfdfab4534..1bfc15cda2 100644 --- a/src/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabase.php @@ -16,8 +16,10 @@ use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; use Ibexa\Contracts\Core\Persistence\Content\Location; use Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct; +use Ibexa\Contracts\Core\Persistence\Content\Location\Handler; use Ibexa\Contracts\Core\Persistence\Content\Location\UpdateStruct; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Core\Base\Exceptions\DatabaseException; use Ibexa\Core\Base\Exceptions\NotFoundException as NotFound; @@ -27,6 +29,7 @@ use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriteriaConverter; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseConverter; use RuntimeException; + use function time; /** @@ -34,7 +37,7 @@ * * @internal Gateway implementation is considered internal. Use Persistence Location Handler instead. * - * @see \Ibexa\Contracts\Core\Persistence\Content\Location\Handler + * @see Handler */ final class DoctrineDatabase extends Gateway { @@ -45,8 +48,7 @@ public function __construct( private readonly MaskGenerator $languageMaskGenerator, private readonly CriteriaConverter $trashCriteriaConverter, private readonly SortClauseConverter $trashSortClauseConverter - ) { - } + ) {} public function getBasicNodeData( int $nodeId, @@ -65,8 +67,11 @@ public function getBasicNodeData( throw new NotFound('location', $nodeId); } - public function getNodeDataList(array $locationIds, ?array $translations = null, bool $useAlwaysAvailable = true): iterable - { + public function getNodeDataList( + array $locationIds, + ?array $translations = null, + bool $useAlwaysAvailable = true + ): iterable { $query = $this->createNodeQueryBuilder(['t.*'], $translations, $useAlwaysAvailable); $query->andWhere( $query->expr()->in( @@ -95,8 +100,10 @@ public function getBasicNodeDataByRemoteId( throw new NotFound('location', $remoteId); } - public function loadLocationDataByContent(int $contentId, ?int $rootLocationId = null): array - { + public function loadLocationDataByContent( + int $contentId, + ?int $rootLocationId = null + ): array { $query = $this->connection->createQueryBuilder(); $query ->select('*') @@ -119,8 +126,10 @@ public function loadLocationDataByContent(int $contentId, ?int $rootLocationId = return $query->executeQuery()->fetchAllAssociative(); } - public function loadLocationDataByTrashContent(int $contentId, ?int $rootLocationId = null): array - { + public function loadLocationDataByTrashContent( + int $contentId, + ?int $rootLocationId = null + ): array { $query = $this->connection->createQueryBuilder(); $query ->select('*') @@ -192,7 +201,7 @@ public function loadParentLocationsDataForDraftContent(int $contentId): array /** * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function getSubtreeContent(int $sourceId): array { @@ -208,7 +217,7 @@ public function getSubtreeContent(int $sourceId): array } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \Doctrine\DBAL\Driver\Exception */ public function getSubtreeNodeIdToContentIdMap(int $sourceId): array @@ -231,7 +240,7 @@ public function getSubtreeNodeIdToContentIdMap(int $sourceId): array /** * @return array * - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \Doctrine\DBAL\Driver\Exception */ public function getSubtreeChildrenDraftContentIds(int $sourceId): array @@ -318,11 +327,13 @@ private function getSubtreeNodesData(string $pathString): array } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \Doctrine\DBAL\Driver\Exception */ - public function moveSubtreeNodes(array $sourceNodeData, array $destinationNodeData): void - { + public function moveSubtreeNodes( + array $sourceNodeData, + array $destinationNodeData + ): void { $fromPathString = $sourceNodeData['path_string']; $contentObjectId = $sourceNodeData['contentobject_id']; @@ -372,7 +383,7 @@ public function moveSubtreeNodes(array $sourceNodeData, array $destinationNodeDa * @return int[] * * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function getHiddenNodeIds(int $contentObjectId): array { @@ -398,8 +409,10 @@ private function getHiddenNodeIds(int $contentObjectId): array /** * @param int[] $hiddenNodeIds */ - private function isHiddenByParentOrSelf(string $pathString, array $hiddenNodeIds): bool - { + private function isHiddenByParentOrSelf( + string $pathString, + array $hiddenNodeIds + ): bool { $parentNodeIds = array_map('intval', explode('/', trim($pathString, '/'))); foreach ($parentNodeIds as $parentNodeId) { if (in_array($parentNodeId, $hiddenNodeIds, true)) { @@ -508,8 +521,10 @@ public function setNodeHidden(string $pathString): void $this->setNodeHiddenStatus($pathString, true); } - private function setNodeHiddenStatus(string $pathString, bool $isHidden): void - { + private function setNodeHiddenStatus( + string $pathString, + bool $isHidden + ): void { $query = $this->connection->createQueryBuilder(); $query ->update(self::CONTENT_TREE_TABLE) @@ -651,8 +666,10 @@ public function setNodeUnhidden(string $pathString): void $this->setNodeHiddenStatus($pathString, false); } - public function swap(int $locationId1, int $locationId2): bool - { + public function swap( + int $locationId1, + int $locationId2 + ): bool { $queryBuilder = $this->connection->createQueryBuilder(); $expr = $queryBuilder->expr(); $queryBuilder @@ -729,8 +746,10 @@ public function swap(int $locationId1, int $locationId2): bool return true; } - public function create(CreateStruct $createStruct, array $parentNode): Location - { + public function create( + CreateStruct $createStruct, + array $parentNode + ): Location { $location = $this->insertLocationIntoContentTree($createStruct, $parentNode); $mainLocationId = $createStruct->mainLocationId === true ? $location->id : (int)$createStruct->mainLocationId; @@ -823,8 +842,10 @@ public function createNodeAssignment( $query->executeQuery(); } - public function deleteNodeAssignment(int $contentId, ?int $versionNo = null): void - { + public function deleteNodeAssignment( + int $contentId, + ?int $versionNo = null + ): void { $query = $this->connection->createQueryBuilder(); $query->delete( self::NODE_ASSIGNMENT_TABLE @@ -883,8 +904,10 @@ public function updateNodeAssignment( $query->executeStatement(); } - public function createLocationsFromNodeAssignments(int $contentId, int $versionNo): void - { + public function createLocationsFromNodeAssignments( + int $contentId, + int $versionNo + ): void { // select all node assignments with OP_CODE_CREATE (3) for this content $query = $this->connection->createQueryBuilder(); $query @@ -950,8 +973,10 @@ public function createLocationsFromNodeAssignments(int $contentId, int $versionN } } - public function updateLocationsContentVersionNo(int $contentId, int $versionNo): void - { + public function updateLocationsContentVersionNo( + int $contentId, + int $versionNo + ): void { $query = $this->connection->createQueryBuilder(); $query->update( self::CONTENT_TREE_TABLE @@ -1000,8 +1025,10 @@ private function getMainNodeId(int $contentId): ?int * * Will not throw anything if location id is invalid or no entries are affected. */ - public function update(UpdateStruct $location, int $locationId): void - { + public function update( + UpdateStruct $location, + int $locationId + ): void { $query = $this->connection->createQueryBuilder(); $query @@ -1031,8 +1058,11 @@ public function update(UpdateStruct $location, int $locationId): void $query->executeStatement(); } - public function updatePathIdentificationString(int $locationId, int $parentLocationId, string $text): void - { + public function updatePathIdentificationString( + int $locationId, + int $parentLocationId, + string $text + ): void { $parentData = $this->getBasicNodeData($parentLocationId); $newPathIdentificationString = empty($parentData['path_identification_string']) ? @@ -1078,8 +1108,10 @@ public function removeLocation(mixed $locationId): void * the node identified by given $locationId (current main node). * Assumes that content has more than one location. */ - public function getFallbackMainNodeData(mixed $contentId, mixed $locationId): array - { + public function getFallbackMainNodeData( + mixed $contentId, + mixed $locationId + ): array { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $query @@ -1132,8 +1164,10 @@ public function trashLocation(int $locationId): void $this->setContentStatus((int)$locationRow['contentobject_id'], ContentInfo::STATUS_TRASHED); } - public function untrashLocation(int $locationId, ?int $newParentId = null): Location - { + public function untrashLocation( + int $locationId, + ?int $newParentId = null + ): Location { $row = $this->loadTrashByLocation($locationId); $newLocation = $this->create( @@ -1159,8 +1193,10 @@ public function untrashLocation(int $locationId, ?int $newParentId = null): Loca return $newLocation; } - private function setContentStatus(int $contentId, int $status): void - { + private function setContentStatus( + int $contentId, + int $status + ): void { $query = $this->connection->createQueryBuilder(); $query->update( ContentGateway::CONTENT_ITEM_TABLE @@ -1259,8 +1295,10 @@ public function removeElementFromTrash(int $id): void $query->executeStatement(); } - public function setSectionForSubtree(string $pathString, int $sectionId): bool - { + public function setSectionForSubtree( + string $pathString, + int $sectionId + ): bool { $selectContentIdsQuery = $this->connection->createQueryBuilder(); $selectContentIdsQuery ->select('t.contentobject_id') @@ -1358,8 +1396,10 @@ public function countAllLocations(): int return (int) $statement->fetch(FetchMode::COLUMN); } - public function loadAllLocationsData(int $offset, int $limit): array - { + public function loadAllLocationsData( + int $offset, + int $limit + ): array { $query = $this ->createNodeQueryBuilder( [ @@ -1540,10 +1580,12 @@ private function insertLocationIntoContentTree( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ - private function addConditionsByCriterion(?CriterionInterface $criterion, QueryBuilder $query): void - { + private function addConditionsByCriterion( + ?CriterionInterface $criterion, + QueryBuilder $query + ): void { if (null === $criterion) { return; } @@ -1555,8 +1597,11 @@ private function addConditionsByCriterion(?CriterionInterface $criterion, QueryB ); } - private function addSort(?array $sort, QueryBuilder $query, array $languageSettings = []): void - { + private function addSort( + ?array $sort, + QueryBuilder $query, + array $languageSettings = [] + ): void { if (empty($sort)) { return; } diff --git a/src/lib/Persistence/Legacy/Content/Location/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/Content/Location/Gateway/ExceptionConversion.php index 4208552cc7..a32f5f030e 100644 --- a/src/lib/Persistence/Legacy/Content/Location/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/Content/Location/Gateway/ExceptionConversion.php @@ -24,14 +24,14 @@ final class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @var Gateway */ private $innerGateway; /** * Creates a new exception conversion gateway around $innerGateway. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -45,16 +45,19 @@ public function getBasicNodeData( ): array { try { return $this->innerGateway->getBasicNodeData($nodeId, $translations, $useAlwaysAvailable); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function getNodeDataList(array $locationIds, ?array $translations = null, bool $useAlwaysAvailable = true): iterable - { + public function getNodeDataList( + array $locationIds, + ?array $translations = null, + bool $useAlwaysAvailable = true + ): iterable { try { return $this->innerGateway->getNodeDataList($locationIds, $translations, $useAlwaysAvailable); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -66,25 +69,29 @@ public function getBasicNodeDataByRemoteId( ): array { try { return $this->innerGateway->getBasicNodeDataByRemoteId($remoteId, $translations, $useAlwaysAvailable); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadLocationDataByContent(int $contentId, ?int $rootLocationId = null): array - { + public function loadLocationDataByContent( + int $contentId, + ?int $rootLocationId = null + ): array { try { return $this->innerGateway->loadLocationDataByContent($contentId, $rootLocationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadLocationDataByTrashContent(int $contentId, ?int $rootLocationId = null): array - { + public function loadLocationDataByTrashContent( + int $contentId, + ?int $rootLocationId = null + ): array { try { return $this->innerGateway->loadLocationDataByTrashContent($contentId, $rootLocationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -93,7 +100,7 @@ public function loadParentLocationsDataForDraftContent(int $contentId): array { try { return $this->innerGateway->loadParentLocationsDataForDraftContent($contentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -141,16 +148,18 @@ public function getChildren(int $locationId): array { try { return $this->innerGateway->getChildren($locationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function moveSubtreeNodes(array $fromPathString, array $toPathString): void - { + public function moveSubtreeNodes( + array $fromPathString, + array $toPathString + ): void { try { $this->innerGateway->moveSubtreeNodes($fromPathString, $toPathString); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -163,25 +172,29 @@ public function updateNodeAssignment( ): void { try { $this->innerGateway->updateNodeAssignment($contentObjectId, $oldParent, $newParent, $opcode); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function createLocationsFromNodeAssignments(int $contentId, int $versionNo): void - { + public function createLocationsFromNodeAssignments( + int $contentId, + int $versionNo + ): void { try { $this->innerGateway->createLocationsFromNodeAssignments($contentId, $versionNo); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function updateLocationsContentVersionNo(int $contentId, int $versionNo): void - { + public function updateLocationsContentVersionNo( + int $contentId, + int $versionNo + ): void { try { $this->innerGateway->updateLocationsContentVersionNo($contentId, $versionNo); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -190,7 +203,7 @@ public function hideSubtree(string $pathString): void { try { $this->innerGateway->hideSubtree($pathString); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -199,7 +212,7 @@ public function unHideSubtree(string $pathString): void { try { $this->innerGateway->unHideSubtree($pathString); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -208,7 +221,7 @@ public function setNodeWithChildrenInvisible(string $pathString): void { try { $this->innerGateway->setNodeWithChildrenInvisible($pathString); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -217,7 +230,7 @@ public function setNodeHidden(string $pathString): void { try { $this->innerGateway->setNodeHidden($pathString); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -226,7 +239,7 @@ public function setNodeWithChildrenVisible(string $pathString): void { try { $this->innerGateway->setNodeWithChildrenVisible($pathString); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -235,25 +248,29 @@ public function setNodeUnhidden(string $pathString): void { try { $this->innerGateway->setNodeUnhidden($pathString); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function swap(int $locationId1, int $locationId2): bool - { + public function swap( + int $locationId1, + int $locationId2 + ): bool { try { return $this->innerGateway->swap($locationId1, $locationId2); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function create(CreateStruct $createStruct, array $parentNode): Location - { + public function create( + CreateStruct $createStruct, + array $parentNode + ): Location { try { return $this->innerGateway->create($createStruct, $parentNode); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -265,25 +282,29 @@ public function createNodeAssignment( ): void { try { $this->innerGateway->createNodeAssignment($createStruct, $parentNodeId, $type); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteNodeAssignment(int $contentId, ?int $versionNo = null): void - { + public function deleteNodeAssignment( + int $contentId, + ?int $versionNo = null + ): void { try { $this->innerGateway->deleteNodeAssignment($contentId, $versionNo); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function update(UpdateStruct $location, int $locationId): void - { + public function update( + UpdateStruct $location, + int $locationId + ): void { try { $this->innerGateway->update($location, $locationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -295,7 +316,7 @@ public function updatePathIdentificationString( ): void { try { $this->innerGateway->updatePathIdentificationString($locationId, $parentLocationId, $text); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -304,16 +325,18 @@ public function removeLocation(int $locationId): void { try { $this->innerGateway->removeLocation($locationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function getFallbackMainNodeData(int $contentId, int $locationId): array - { + public function getFallbackMainNodeData( + int $contentId, + int $locationId + ): array { try { return $this->innerGateway->getFallbackMainNodeData($contentId, $locationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -322,16 +345,18 @@ public function trashLocation(int $locationId): void { try { $this->innerGateway->trashLocation($locationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function untrashLocation(int $locationId, ?int $newParentId = null): Location - { + public function untrashLocation( + int $locationId, + ?int $newParentId = null + ): Location { try { return $this->innerGateway->untrashLocation($locationId, $newParentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -340,7 +365,7 @@ public function loadTrashByLocation(int $locationId): array { try { return $this->innerGateway->loadTrashByLocation($locationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -349,7 +374,7 @@ public function cleanupTrash(): void { try { $this->innerGateway->cleanupTrash(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -362,7 +387,7 @@ public function listTrashed( ): array { try { return $this->innerGateway->listTrashed($offset, $limit, $sort, $criterion); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -371,7 +396,7 @@ public function countTrashed(?CriterionInterface $criterion = null): int { try { return $this->innerGateway->countTrashed($criterion); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -380,16 +405,18 @@ public function removeElementFromTrash(int $id): void { try { $this->innerGateway->removeElementFromTrash($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function setSectionForSubtree(string $pathString, int $sectionId): bool - { + public function setSectionForSubtree( + string $pathString, + int $sectionId + ): bool { try { return $this->innerGateway->setSectionForSubtree($pathString, $sectionId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -398,7 +425,7 @@ public function countLocationsByContentId(int $contentId): int { try { return $this->innerGateway->countLocationsByContentId($contentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -411,7 +438,7 @@ public function changeMainLocation( ): void { try { $this->innerGateway->changeMainLocation($contentId, $locationId, $versionNo, $parentLocationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -420,16 +447,18 @@ public function countAllLocations(): int { try { return $this->innerGateway->countAllLocations(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadAllLocationsData(int $offset, int $limit): array - { + public function loadAllLocationsData( + int $offset, + int $limit + ): array { try { return $this->innerGateway->loadAllLocationsData($offset, $limit); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/Content/Location/Handler.php b/src/lib/Persistence/Legacy/Content/Location/Handler.php index 078f42daa0..cc3faca4ec 100644 --- a/src/lib/Persistence/Legacy/Content/Location/Handler.php +++ b/src/lib/Persistence/Legacy/Content/Location/Handler.php @@ -14,6 +14,7 @@ use Ibexa\Contracts\Core\Persistence\Content\Location\Trashed; use Ibexa\Contracts\Core\Persistence\Content\Location\UpdateStruct; use Ibexa\Contracts\Core\Persistence\Content\MetadataUpdateStruct; +use Ibexa\Contracts\Core\Persistence\Content\ObjectState; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\Persistence\Legacy\Content\Handler as ContentHandler; use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; @@ -29,35 +30,35 @@ class Handler implements BaseLocationHandler /** * Gateway for handling location data. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @var LocationGateway */ protected $locationGateway; /** * Location locationMapper. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Mapper + * @var LocationMapper */ protected $locationMapper; /** * Content handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Handler + * @var ContentHandler */ protected $contentHandler; /** * Object state handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Handler + * @var ObjectStateHandler */ protected $objectStateHandler; /** * Tree handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\TreeHandler + * @var TreeHandler */ protected $treeHandler; @@ -90,16 +91,22 @@ protected function getParentPathString($pathString): string /** * {@inheritdoc} */ - public function load($locationId, ?array $translations = null, bool $useAlwaysAvailable = true) - { + public function load( + $locationId, + ?array $translations = null, + bool $useAlwaysAvailable = true + ) { return $this->treeHandler->loadLocation($locationId, $translations, $useAlwaysAvailable); } /** * {@inheritdoc} */ - public function loadList(array $locationIds, ?array $translations = null, bool $useAlwaysAvailable = true): iterable - { + public function loadList( + array $locationIds, + ?array $translations = null, + bool $useAlwaysAvailable = true + ): iterable { $list = $this->locationGateway->getNodeDataList($locationIds, $translations, $useAlwaysAvailable); $locations = []; @@ -128,8 +135,11 @@ public function loadSubtreeIds($locationId) /** * {@inheritdoc} */ - public function loadByRemoteId($remoteId, ?array $translations = null, bool $useAlwaysAvailable = true) - { + public function loadByRemoteId( + $remoteId, + ?array $translations = null, + bool $useAlwaysAvailable = true + ) { $data = $this->locationGateway->getBasicNodeDataByRemoteId($remoteId, $translations, $useAlwaysAvailable); return $this->locationMapper->createLocationFromRow($data); @@ -142,10 +152,12 @@ public function loadByRemoteId($remoteId, ?array $translations = null, bool $use * @param int $contentId * @param int $rootLocationId * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location[] + * @return Location[] */ - public function loadLocationsByContent($contentId, $rootLocationId = null) - { + public function loadLocationsByContent( + $contentId, + $rootLocationId = null + ) { $rows = $this->locationGateway->loadLocationDataByContent($contentId, $rootLocationId); return $this->locationMapper->createLocationsFromRows($rows); @@ -154,8 +166,10 @@ public function loadLocationsByContent($contentId, $rootLocationId = null) /** * {@inheritdoc} */ - public function loadLocationsByTrashContent(int $contentId, ?int $rootLocationId = null): array - { + public function loadLocationsByTrashContent( + int $contentId, + ?int $rootLocationId = null + ): array { $rows = $this->locationGateway->loadLocationDataByTrashContent($contentId, $rootLocationId); return $this->locationMapper->createLocationsFromRows($rows, '', new Trashed()); @@ -171,7 +185,7 @@ public function loadParentLocationsForDraftContent($contentId) /** * Returns an array of default content states with content state group id as key. * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState[] + * @return ObjectState[] */ protected function getDefaultContentStates() { @@ -189,11 +203,13 @@ protected function getDefaultContentStates() } /** - * @param \Ibexa\Contracts\Core\Persistence\Content $content - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState[] $contentStates + * @param Content $content + * @param ObjectState[] $contentStates */ - protected function setContentStates(Content $content, array $contentStates) - { + protected function setContentStates( + Content $content, + array $contentStates + ) { foreach ($contentStates as $contentStateGroupId => $contentState) { $this->objectStateHandler->setContentState( $content->versionInfo->contentInfo->id, @@ -218,12 +234,15 @@ protected function setContentStates(Content $content, array $contentStates) * @param mixed $destinationParentId * @param int|null $newOwnerId * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location the newly created Location. + * @return Location the newly created Location. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - public function copySubtree($sourceId, $destinationParentId, $newOwnerId = null) - { + public function copySubtree( + $sourceId, + $destinationParentId, + $newOwnerId = null + ) { $children = $this->locationGateway->getSubtreeContent($sourceId); $destinationParentData = $this->locationGateway->getBasicNodeData($destinationParentId); $defaultObjectStates = $this->getDefaultContentStates(); @@ -355,11 +374,13 @@ private function getSectionId($locationId) /** * If the location is the main location for its content, updates subtree section. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Location $location + * @param Location $location * @param int $sectionId */ - private function updateSubtreeSectionIfNecessary(Location $location, $sectionId) - { + private function updateSubtreeSectionIfNecessary( + Location $location, + $sectionId + ) { if ($this->isMainLocation($location)) { $this->setSectionForSubtree($location->id, $sectionId); } @@ -368,7 +389,7 @@ private function updateSubtreeSectionIfNecessary(Location $location, $sectionId) /** * Checks if the location is the main location for its content. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Location $location + * @param Location $location * * @return bool */ @@ -391,8 +412,10 @@ private function isMainLocation(Location $location): bool * * @return bool */ - public function move($sourceId, $destinationParentId) - { + public function move( + $sourceId, + $destinationParentId + ) { $sourceNodeData = $this->locationGateway->getBasicNodeData($sourceId); $destinationNodeData = $this->locationGateway->getBasicNodeData($destinationParentId); @@ -405,7 +428,7 @@ public function move($sourceId, $destinationParentId) $sourceNodeData['contentobject_id'], $sourceNodeData['parent_node_id'], $destinationParentId, - Gateway::NODE_ASSIGNMENT_OP_CODE_MOVE + LocationGateway::NODE_ASSIGNMENT_OP_CODE_MOVE ); $sourceLocation = $this->load($sourceId); @@ -478,19 +501,23 @@ public function setVisible(int $id): void * * @return bool */ - public function swap($locationId1, $locationId2) - { + public function swap( + $locationId1, + $locationId2 + ) { $this->locationGateway->swap($locationId1, $locationId2); } /** * Updates an existing location. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Location\UpdateStruct $location + * @param UpdateStruct $location * @param int $locationId */ - public function update(UpdateStruct $location, $locationId) - { + public function update( + UpdateStruct $location, + $locationId + ) { $this->locationGateway->update($location, $locationId); } @@ -536,8 +563,10 @@ public function deleteChildrenDrafts(int $locationId): void * @param mixed $locationId * @param mixed $sectionId */ - public function setSectionForSubtree($locationId, $sectionId) - { + public function setSectionForSubtree( + $locationId, + $sectionId + ) { $this->treeHandler->setSectionForSubtree($locationId, $sectionId); } @@ -549,8 +578,10 @@ public function setSectionForSubtree($locationId, $sectionId) * @param mixed $contentId * @param mixed $locationId */ - public function changeMainLocation($contentId, $locationId) - { + public function changeMainLocation( + $contentId, + $locationId + ) { $this->treeHandler->changeMainLocation($contentId, $locationId); } @@ -570,10 +601,12 @@ public function countAllLocations() * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location[] + * @return Location[] */ - public function loadAllLocations($offset, $limit) - { + public function loadAllLocations( + $offset, + $limit + ) { $rows = $this->locationGateway->loadAllLocationsData($offset, $limit); return $this->locationMapper->createLocationsFromRows($rows); diff --git a/src/lib/Persistence/Legacy/Content/Location/Mapper.php b/src/lib/Persistence/Legacy/Content/Location/Mapper.php index 064793865d..c7ec1b0f05 100644 --- a/src/lib/Persistence/Legacy/Content/Location/Mapper.php +++ b/src/lib/Persistence/Legacy/Content/Location/Mapper.php @@ -24,12 +24,15 @@ class Mapper * * @param array $data * @param string $prefix - * @param \Ibexa\Contracts\Core\Persistence\Content\Location|null $location + * @param Location|null $location * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location + * @return Location */ - public function createLocationFromRow(array $data, $prefix = '', ?Location $location = null) - { + public function createLocationFromRow( + array $data, + $prefix = '', + ?Location $location = null + ) { $location = $location ?: new Location(); $location->id = (int)$data[$prefix . 'node_id']; @@ -56,12 +59,15 @@ public function createLocationFromRow(array $data, $prefix = '', ?Location $loca * * @param array $rows * @param string $prefix - * @param \Ibexa\Contracts\Core\Persistence\Content\Location|null $location + * @param Location|null $location * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location[] + * @return Location[] */ - public function createLocationsFromRows(array $rows, $prefix = '', ?Location $location = null): array - { + public function createLocationsFromRows( + array $rows, + $prefix = '', + ?Location $location = null + ): array { $locations = []; foreach ($rows as $row) { @@ -79,7 +85,7 @@ public function createLocationsFromRows(array $rows, $prefix = '', ?Location $lo * * @param array $data * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct + * @return CreateStruct */ public function getLocationCreateStruct(array $data) { diff --git a/src/lib/Persistence/Legacy/Content/Location/Trash/Handler.php b/src/lib/Persistence/Legacy/Content/Location/Trash/Handler.php index 9012b5539a..d2b47c27e2 100644 --- a/src/lib/Persistence/Legacy/Content/Location/Trash/Handler.php +++ b/src/lib/Persistence/Legacy/Content/Location/Trash/Handler.php @@ -13,9 +13,12 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult; use Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResultList; +use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\Persistence\Legacy\Content\Handler as ContentHandler; +use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway; use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; use Ibexa\Core\Persistence\Legacy\Content\Location\Handler as LocationHandler; +use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper as LocationMapper; /** @@ -28,28 +31,28 @@ class Handler implements BaseTrashHandler /** * Location handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Handler + * @var LocationHandler */ protected $locationHandler; /** * Gateway for handling location data. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @var Gateway */ protected $locationGateway; /** * Mapper for handling location data. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Mapper + * @var Mapper */ protected $locationMapper; /** * Content handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Handler + * @var ContentHandler */ protected $contentHandler; @@ -73,7 +76,7 @@ public function __construct( * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location\Trashed + * @return Trashed */ public function loadTrashItem($id) { @@ -93,7 +96,7 @@ public function loadTrashItem($id) * * @todo Handle field types actions * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location\Trashed|null null if location was deleted, otherwise Trashed object + * @return Trashed|null null if location was deleted, otherwise Trashed object */ public function trashSubtree($locationId) { @@ -149,20 +152,26 @@ public function trashSubtree($locationId) * * @return int Newly restored location id * - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException If $newParentId is invalid + * @throws NotFoundException If $newParentId is invalid * * @todo Handle field types actions */ - public function recover($trashedId, $newParentId) - { + public function recover( + $trashedId, + $newParentId + ) { return $this->locationGateway->untrashLocation($trashedId, $newParentId)->id; } /** * {@inheritdoc}. */ - public function findTrashItems(?CriterionInterface $criterion = null, $offset = 0, $limit = null, ?array $sort = null) - { + public function findTrashItems( + ?CriterionInterface $criterion = null, + $offset = 0, + $limit = null, + ?array $sort = null + ) { $totalCount = $this->locationGateway->countTrashed($criterion); if ($totalCount === 0) { return new TrashResult(); @@ -205,7 +214,7 @@ public function emptyTrash() * * @param int $trashedId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult + * @return TrashItemDeleteResult */ public function deleteTrashItem($trashedId) { @@ -216,9 +225,9 @@ public function deleteTrashItem($trashedId) * Triggers delete operations for $trashItem. * If there is no more locations for corresponding content, then it will be deleted as well. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Location\Trashed $trashItem + * @param Trashed $trashItem * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult + * @return TrashItemDeleteResult */ protected function delete(Trashed $trashItem) { diff --git a/src/lib/Persistence/Legacy/Content/Mapper.php b/src/lib/Persistence/Legacy/Content/Mapper.php index 1cdc1a614d..21363c4bf7 100644 --- a/src/lib/Persistence/Legacy/Content/Mapper.php +++ b/src/lib/Persistence/Legacy/Content/Mapper.php @@ -13,6 +13,7 @@ use Ibexa\Contracts\Core\Persistence\Content\CreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\FieldValue; +use Ibexa\Contracts\Core\Persistence\Content\Language; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; use Ibexa\Contracts\Core\Persistence\Content\Relation; use Ibexa\Contracts\Core\Persistence\Content\Relation\CreateStruct as RelationCreateStruct; @@ -20,6 +21,7 @@ use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\FieldType\FieldTypeAliasResolverInterface; +use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\Exception\NotFound; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry as Registry; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; @@ -86,13 +88,15 @@ public function __construct( /** * Creates a Content from the given $struct and $currentVersionNo. * - * @param \Ibexa\Contracts\Core\Persistence\Content\CreateStruct $struct + * @param CreateStruct $struct * @param mixed $currentVersionNo * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo + * @return ContentInfo */ - private function createContentInfoFromCreateStruct(CreateStruct $struct, $currentVersionNo = 1) - { + private function createContentInfoFromCreateStruct( + CreateStruct $struct, + $currentVersionNo = 1 + ) { $contentInfo = new ContentInfo(); $contentInfo->id = null; @@ -118,13 +122,15 @@ private function createContentInfoFromCreateStruct(CreateStruct $struct, $curren /** * Creates a new version for the given $struct and $versionNo. * - * @param \Ibexa\Contracts\Core\Persistence\Content\CreateStruct $struct + * @param CreateStruct $struct * @param mixed $versionNo * - * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo + * @return VersionInfo */ - public function createVersionInfoFromCreateStruct(CreateStruct $struct, $versionNo) - { + public function createVersionInfoFromCreateStruct( + CreateStruct $struct, + $versionNo + ) { $versionInfo = new VersionInfo(); $versionInfo->id = null; @@ -151,15 +157,19 @@ public function createVersionInfoFromCreateStruct(CreateStruct $struct, $version /** * Creates a new version for the given $content. * - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Content $content * @param mixed $versionNo * @param mixed $userId * @param string|null $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo + * @return VersionInfo */ - public function createVersionInfoForContent(Content $content, $versionNo, $userId, ?string $languageCode = null) - { + public function createVersionInfoForContent( + Content $content, + $versionNo, + $userId, + ?string $languageCode = null + ) { $versionInfo = new VersionInfo(); $versionInfo->contentInfo = $content->versionInfo->contentInfo; @@ -178,9 +188,9 @@ public function createVersionInfoForContent(Content $content, $versionNo, $userI /** * Converts value of $field to storage value. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param Field $field * - * @return \Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue + * @return StorageFieldValue */ public function convertToStorageValue(Field $field) { @@ -208,7 +218,7 @@ public function convertToStorageValue(Field $field) * @param string $prefix * @param array|null $translations * - * @return \Ibexa\Contracts\Core\Persistence\Content[] + * @return Content[] */ public function extractContentFromRows( array $rows, @@ -279,7 +289,7 @@ public function extractContentFromRows( * @phpstan-param TVersionedLanguageFieldDefinitionsMap $missingFieldDefinitions * @phpstan-param TVersionedNameMap $versionedNames * - * @return \Ibexa\Contracts\Core\Persistence\Content[] + * @return Content[] */ private function buildContentObjects( array $contentInfos, @@ -380,10 +390,13 @@ private function loadCachedVersionFieldDefinitionsPerLanguage( * @param string $prefix Prefix for row keys, which are initially mapped by ibexa_content fields * @param string $treePrefix Prefix for tree row key, which are initially mapped by ibexa_content_tree_ fields * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo + * @return ContentInfo */ - public function extractContentInfoFromRow(array $row, $prefix = '', $treePrefix = 'content_tree_') - { + public function extractContentInfoFromRow( + array $row, + $prefix = '', + $treePrefix = 'content_tree_' + ) { $contentInfo = new ContentInfo(); $contentInfo->id = (int)$row["{$prefix}id"]; $contentInfo->name = (string)$row["{$prefix}name"]; @@ -410,10 +423,13 @@ public function extractContentInfoFromRow(array $row, $prefix = '', $treePrefix * @param string $prefix Prefix for row keys, which are initially mapped by ibexa_content fields * @param string $treePrefix Prefix for tree row key, which are initially mapped by ibexa_content_tree_ fields * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo[] + * @return ContentInfo[] */ - public function extractContentInfoFromRows(array $rows, $prefix = '', $treePrefix = 'content_tree_') - { + public function extractContentInfoFromRows( + array $rows, + $prefix = '', + $treePrefix = 'content_tree_' + ) { $contentInfoObjects = []; foreach ($rows as $row) { $contentInfoObjects[] = $this->extractContentInfoFromRow($row, $prefix, $treePrefix); @@ -431,10 +447,12 @@ public function extractContentInfoFromRows(array $rows, $prefix = '', $treePrefi * @param array $row * @param array $names * - * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo + * @return VersionInfo */ - private function extractVersionInfoFromRow(array $row, array $names = []) - { + private function extractVersionInfoFromRow( + array $row, + array $names = [] + ) { $versionInfo = new VersionInfo(); $versionInfo->id = (int)$row['content_version_id']; $versionInfo->contentInfo = null; @@ -475,10 +493,12 @@ private function extractVersionInfoFromRow(array $row, array $names = []) * @phpstan-param TRawContentRow[] $rows * @phpstan-param TRawContentRow[] $nameRows * - * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo[] + * @return VersionInfo[] */ - public function extractVersionInfoListFromRows(array $rows, array $nameRows): array - { + public function extractVersionInfoListFromRows( + array $rows, + array $nameRows + ): array { $nameData = []; foreach ($nameRows as $row) { $versionId = $row['content_name_contentobject_id'] . '_' . $row['content_name_content_version']; @@ -526,13 +546,16 @@ public function extractVersionInfoListFromRows(array $rows, array $nameRows): ar /** * @param int $languageMask - * @param \Ibexa\Contracts\Core\Persistence\Content\Language[] $allLanguages + * @param Language[] $allLanguages * @param int[] &$missing * * @return string[] */ - private function extractLanguageCodesFromMask(int $languageMask, array $allLanguages, &$missing = []) - { + private function extractLanguageCodesFromMask( + int $languageMask, + array $allLanguages, + &$missing = [] + ) { $exp = 2; $result = []; @@ -554,7 +577,7 @@ private function extractLanguageCodesFromMask(int $languageMask, array $allLangu } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Language[] + * @return Language[] */ private function loadAllLanguagesWithIdKey() { @@ -597,13 +620,15 @@ protected function extractFieldFromRow(array $row): Field * @param array $row * @param string $type * - * @return \Ibexa\Contracts\Core\Persistence\Content\FieldValue + * @return FieldValue * - * @throws \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\Exception\NotFound + * @throws NotFound * if the necessary converter for $type could not be found. */ - protected function extractFieldValueFromRow(array $row, $type) - { + protected function extractFieldValueFromRow( + array $row, + $type + ) { $storageValue = new StorageFieldValue(); // Nullable field @@ -630,9 +655,9 @@ protected function extractFieldValueFromRow(array $row, $type) /** * Creates CreateStruct from $content. * - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Content $content * - * @return \Ibexa\Contracts\Core\Persistence\Content\CreateStruct + * @return CreateStruct */ public function createCreateStructFromContent(Content $content) { @@ -680,7 +705,7 @@ public function extractRelationsFromRows(array $rows) * * @param array $row Associative array representing a relation * - * @return \Ibexa\Contracts\Core\Persistence\Content\Relation + * @return Relation */ public function extractRelationFromRow(array $row) { @@ -702,9 +727,9 @@ public function extractRelationFromRow(array $row) /** * Creates a Content from the given $struct. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Relation\CreateStruct $struct + * @param RelationCreateStruct $struct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Relation + * @return Relation */ public function createRelationFromCreateStruct(RelationCreateStruct $struct) { diff --git a/src/lib/Persistence/Legacy/Content/Mapper/ResolveVirtualFieldSubscriber.php b/src/lib/Persistence/Legacy/Content/Mapper/ResolveVirtualFieldSubscriber.php index de77d6027b..7b99c982c1 100644 --- a/src/lib/Persistence/Legacy/Content/Mapper/ResolveVirtualFieldSubscriber.php +++ b/src/lib/Persistence/Legacy/Content/Mapper/ResolveVirtualFieldSubscriber.php @@ -14,6 +14,7 @@ use Ibexa\Contracts\Core\Persistence\Content\FieldValue; use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\FieldType\NullStorage; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\Exception\NotFound; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry; @@ -73,7 +74,7 @@ public function resolveVirtualField(ResolveMissingFieldEvent $event): void } /** - * @throws \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\Exception\NotFound + * @throws NotFound */ public function persistExternalStorageField(ResolveMissingFieldEvent $event): void { @@ -174,7 +175,7 @@ public function resolveVirtualExternalStorageField(ResolveMissingFieldEvent $eve } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function createEmptyField( VersionInfo $versionInfo, @@ -192,7 +193,7 @@ private function createEmptyField( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function getDefaultValue(FieldDefinition $fieldDefinition): FieldValue { diff --git a/src/lib/Persistence/Legacy/Content/ObjectState/Gateway.php b/src/lib/Persistence/Legacy/Content/ObjectState/Gateway.php index 50c2a22b41..cf1c3856e9 100644 --- a/src/lib/Persistence/Legacy/Content/ObjectState/Gateway.php +++ b/src/lib/Persistence/Legacy/Content/ObjectState/Gateway.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Persistence\Content\ObjectState; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; /** * Base class for Object State gateways. @@ -58,19 +59,25 @@ abstract public function loadObjectStateGroupDataByIdentifier(string $identifier /** * Load data for all object state groups, filtered by $offset and $limit. */ - abstract public function loadObjectStateGroupListData(int $offset, int $limit): array; + abstract public function loadObjectStateGroupListData( + int $offset, + int $limit + ): array; /** * Insert a new object state into database. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - abstract public function insertObjectState(ObjectState $objectState, int $groupId): void; + abstract public function insertObjectState( + ObjectState $objectState, + int $groupId + ): void; /** * Update the stored object state with provided data. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function updateObjectState(ObjectState $objectState): void; @@ -82,7 +89,10 @@ abstract public function deleteObjectState(int $stateId): void; /** * Update object state links from $oldStateId to $newStateId. */ - abstract public function updateObjectStateLinks(int $oldStateId, int $newStateId): void; + abstract public function updateObjectStateLinks( + int $oldStateId, + int $newStateId + ): void; /** * Delete object state links identified by $stateId. @@ -92,14 +102,14 @@ abstract public function deleteObjectStateLinks(int $stateId): void; /** * Insert a new object state group into database. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if Object State Group language does not exist + * @throws NotFoundException if Object State Group language does not exist */ abstract public function insertObjectStateGroup(Group $objectStateGroup): void; /** * Update the stored object state group with provided data. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ abstract public function updateObjectStateGroup(Group $objectStateGroup): void; @@ -111,7 +121,11 @@ abstract public function deleteObjectStateGroup(int $groupId): void; /** * Set the object state $stateId to content with $contentId ID. */ - abstract public function setContentState(int $contentId, int $groupId, int $stateId): void; + abstract public function setContentState( + int $contentId, + int $groupId, + int $stateId + ): void; /** * Load object state data for $contentId content from $stateGroupId state group. @@ -129,5 +143,8 @@ abstract public function getContentCount(int $stateId): int; /** * Update the object state priority to provided value. */ - abstract public function updateObjectStatePriority(int $stateId, int $priority): void; + abstract public function updateObjectStatePriority( + int $stateId, + int $priority + ): void; } diff --git a/src/lib/Persistence/Legacy/Content/ObjectState/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Content/ObjectState/Gateway/DoctrineDatabase.php index 18798c8898..5d3c0d5455 100644 --- a/src/lib/Persistence/Legacy/Content/ObjectState/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Content/ObjectState/Gateway/DoctrineDatabase.php @@ -9,10 +9,13 @@ namespace Ibexa\Core\Persistence\Legacy\Content\ObjectState\Gateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\Content\ObjectState; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group; +use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator; use Ibexa\Core\Persistence\Legacy\Content\ObjectState\Gateway; @@ -21,15 +24,14 @@ * * @internal Gateway implementation is considered internal. Use Persistence Location Handler instead. * - * @see \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler + * @see Handler */ final class DoctrineDatabase extends Gateway { public function __construct( private readonly Connection $connection, private readonly MaskGenerator $maskGenerator - ) { - } + ) {} public function loadObjectStateData(int $stateId): array { @@ -44,8 +46,10 @@ public function loadObjectStateData(int $stateId): array return $query->executeQuery()->fetchAllAssociative(); } - public function loadObjectStateDataByIdentifier(string $identifier, int $groupId): array - { + public function loadObjectStateDataByIdentifier( + string $identifier, + int $groupId + ): array { $query = $this->createObjectStateFindQuery(); $query->where( $query->expr()->and( @@ -109,8 +113,10 @@ public function loadObjectStateGroupDataByIdentifier(string $identifier): array return $query->executeQuery()->fetchAllAssociative(); } - public function loadObjectStateGroupListData(int $offset, int $limit): array - { + public function loadObjectStateGroupListData( + int $offset, + int $limit + ): array { $query = $this->createObjectStateGroupFindQuery(); if ($limit > 0) { $query->setMaxResults($limit); @@ -128,11 +134,13 @@ public function loadObjectStateGroupListData(int $offset, int $limit): array } /** - * @throws \Doctrine\DBAL\Exception - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws Exception + * @throws NotFoundException */ - public function insertObjectState(ObjectState $objectState, int $groupId): void - { + public function insertObjectState( + ObjectState $objectState, + int $groupId + ): void { $maxPriority = $this->getMaxPriorityForObjectStatesInGroup($groupId); $objectState->priority = $maxPriority === null ? 0 : $maxPriority + 1; @@ -196,7 +204,7 @@ public function insertObjectState(ObjectState $objectState, int $groupId): void /** * @param string[] $languageCodes * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function updateObjectStateCommonFields( string $tableName, @@ -279,8 +287,10 @@ public function deleteObjectState(int $stateId): void $query->executeStatement(); } - public function updateObjectStateLinks(int $oldStateId, int $newStateId): void - { + public function updateObjectStateLinks( + int $oldStateId, + int $newStateId + ): void { $query = $this->connection->createQueryBuilder(); $query ->update(self::OBJECT_STATE_LINK_TABLE) @@ -424,8 +434,11 @@ public function deleteObjectStateGroup(int $groupId): void $query->executeStatement(); } - public function setContentState(int $contentId, int $groupId, int $stateId): void - { + public function setContentState( + int $contentId, + int $groupId, + int $stateId + ): void { // First find out if $contentId is related to existing states in $groupId $assignedStateId = $this->getContentStateId($contentId, $groupId); @@ -438,8 +451,10 @@ public function setContentState(int $contentId, int $groupId, int $stateId): voi } } - public function loadObjectStateDataForContent(int $contentId, int $stateGroupId): array - { + public function loadObjectStateDataForContent( + int $contentId, + int $stateGroupId + ): array { $query = $this->createObjectStateFindQuery(); $expr = $query->expr(); $query @@ -481,8 +496,10 @@ public function getContentCount(int $stateId): int return (int)$query->executeQuery()->fetchOne(); } - public function updateObjectStatePriority(int $stateId, int $priority): void - { + public function updateObjectStatePriority( + int $stateId, + int $priority + ): void { $query = $this->connection->createQueryBuilder(); $query ->update(self::OBJECT_STATE_TABLE) @@ -562,7 +579,7 @@ private function createObjectStateGroupFindQuery(): QueryBuilder /** * Insert object state group translations into database. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if Object State language does not exist + * @throws NotFoundException if Object State language does not exist */ private function insertObjectStateTranslations(ObjectState $objectState): void { @@ -621,7 +638,7 @@ private function deleteObjectStateTranslations(int $stateId): void /** * Insert object state group translations into database. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if Object State Group language does not exist + * @throws NotFoundException if Object State Group language does not exist */ private function insertObjectStateGroupTranslations(Group $objectStateGroup): void { @@ -690,8 +707,10 @@ private function getMaxPriorityForObjectStatesInGroup(int $groupId): ?int return null !== $priority ? (int)$priority : null; } - private function getContentStateId(int $contentId, int $groupId): ?int - { + private function getContentStateId( + int $contentId, + int $groupId + ): ?int { $query = $this->connection->createQueryBuilder(); $query ->select('state.id') @@ -720,8 +739,10 @@ private function getContentStateId(int $contentId, int $groupId): ?int return false !== $stateId ? (int)$stateId : null; } - private function insertContentStateAssignment(int $contentId, int $stateId): void - { + private function insertContentStateAssignment( + int $contentId, + int $stateId + ): void { $query = $this->connection->createQueryBuilder(); $query ->insert(self::OBJECT_STATE_LINK_TABLE) diff --git a/src/lib/Persistence/Legacy/Content/ObjectState/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/Content/ObjectState/Gateway/ExceptionConversion.php index c80458bcbc..9ff6fab4c3 100644 --- a/src/lib/Persistence/Legacy/Content/ObjectState/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/Content/ObjectState/Gateway/ExceptionConversion.php @@ -23,14 +23,14 @@ final class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Gateway + * @var Gateway */ private $innerGateway; /** * Creates a new exception conversion gateway around $innerGateway. * - * @param \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -41,16 +41,18 @@ public function loadObjectStateData(int $stateId): array { try { return $this->innerGateway->loadObjectStateData($stateId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadObjectStateDataByIdentifier(string $identifier, int $groupId): array - { + public function loadObjectStateDataByIdentifier( + string $identifier, + int $groupId + ): array { try { return $this->innerGateway->loadObjectStateDataByIdentifier($identifier, $groupId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -59,7 +61,7 @@ public function loadObjectStateListData(int $groupId): array { try { return $this->innerGateway->loadObjectStateListData($groupId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -68,7 +70,7 @@ public function loadObjectStateGroupData(int $groupId): array { try { return $this->innerGateway->loadObjectStateGroupData($groupId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -77,25 +79,29 @@ public function loadObjectStateGroupDataByIdentifier(string $identifier): array { try { return $this->innerGateway->loadObjectStateGroupDataByIdentifier($identifier); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadObjectStateGroupListData(int $offset, int $limit): array - { + public function loadObjectStateGroupListData( + int $offset, + int $limit + ): array { try { return $this->innerGateway->loadObjectStateGroupListData($offset, $limit); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function insertObjectState(ObjectState $objectState, int $groupId): void - { + public function insertObjectState( + ObjectState $objectState, + int $groupId + ): void { try { $this->innerGateway->insertObjectState($objectState, $groupId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -104,7 +110,7 @@ public function updateObjectState(ObjectState $objectState): void { try { $this->innerGateway->updateObjectState($objectState); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -113,16 +119,18 @@ public function deleteObjectState(int $stateId): void { try { $this->innerGateway->deleteObjectState($stateId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function updateObjectStateLinks(int $oldStateId, int $newStateId): void - { + public function updateObjectStateLinks( + int $oldStateId, + int $newStateId + ): void { try { $this->innerGateway->updateObjectStateLinks($oldStateId, $newStateId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -131,7 +139,7 @@ public function deleteObjectStateLinks(int $stateId): void { try { $this->innerGateway->deleteObjectStateLinks($stateId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -140,7 +148,7 @@ public function insertObjectStateGroup(Group $objectStateGroup): void { try { $this->innerGateway->insertObjectStateGroup($objectStateGroup); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -149,7 +157,7 @@ public function updateObjectStateGroup(Group $objectStateGroup): void { try { $this->innerGateway->updateObjectStateGroup($objectStateGroup); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -158,25 +166,30 @@ public function deleteObjectStateGroup(int $groupId): void { try { $this->innerGateway->deleteObjectStateGroup($groupId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function setContentState(int $contentId, int $groupId, int $stateId): void - { + public function setContentState( + int $contentId, + int $groupId, + int $stateId + ): void { try { $this->innerGateway->setContentState($contentId, $groupId, $stateId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadObjectStateDataForContent(int $contentId, int $stateGroupId): array - { + public function loadObjectStateDataForContent( + int $contentId, + int $stateGroupId + ): array { try { return $this->innerGateway->loadObjectStateDataForContent($contentId, $stateGroupId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -185,16 +198,18 @@ public function getContentCount(int $stateId): int { try { return $this->innerGateway->getContentCount($stateId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function updateObjectStatePriority(int $stateId, int $priority): void - { + public function updateObjectStatePriority( + int $stateId, + int $priority + ): void { try { $this->innerGateway->updateObjectStatePriority($stateId, $priority); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/Content/ObjectState/Handler.php b/src/lib/Persistence/Legacy/Content/ObjectState/Handler.php index e1db7acd40..8afd0381ea 100644 --- a/src/lib/Persistence/Legacy/Content/ObjectState/Handler.php +++ b/src/lib/Persistence/Legacy/Content/ObjectState/Handler.php @@ -7,6 +7,8 @@ namespace Ibexa\Core\Persistence\Legacy\Content\ObjectState; +use Ibexa\Contracts\Core\Persistence\Content\ObjectState; +use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler as BaseObjectStateHandler; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct; use Ibexa\Core\Base\Exceptions\NotFoundException; @@ -19,25 +21,27 @@ class Handler implements BaseObjectStateHandler /** * ObjectState Gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Gateway + * @var Gateway */ protected $objectStateGateway; /** * ObjectState Mapper. * - * @var \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Mapper + * @var Mapper */ protected $objectStateMapper; /** * Creates a new ObjectState Handler. * - * @param \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Gateway $objectStateGateway - * @param \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Mapper $objectStateMapper + * @param Gateway $objectStateGateway + * @param Mapper $objectStateMapper */ - public function __construct(Gateway $objectStateGateway, Mapper $objectStateMapper) - { + public function __construct( + Gateway $objectStateGateway, + Mapper $objectStateMapper + ) { $this->objectStateGateway = $objectStateGateway; $this->objectStateMapper = $objectStateMapper; } @@ -45,9 +49,9 @@ public function __construct(Gateway $objectStateGateway, Mapper $objectStateMapp /** * Creates a new object state group. * - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct $input + * @param InputStruct $input * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ public function createGroup(InputStruct $input) { @@ -64,7 +68,7 @@ public function createGroup(InputStruct $input) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the group was not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ public function loadGroup($groupId) { @@ -84,7 +88,7 @@ public function loadGroup($groupId) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the group was not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ public function loadGroupByIdentifier($identifier) { @@ -103,10 +107,12 @@ public function loadGroupByIdentifier($identifier) * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group[] + * @return Group[] */ - public function loadAllGroups($offset = 0, $limit = -1) - { + public function loadAllGroups( + $offset = 0, + $limit = -1 + ) { $data = $this->objectStateGateway->loadObjectStateGroupListData($offset, $limit); return $this->objectStateMapper->createObjectStateGroupListFromData($data); @@ -117,7 +123,7 @@ public function loadAllGroups($offset = 0, $limit = -1) * * @param mixed $groupId * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState[] + * @return ObjectState[] */ public function loadObjectStates($groupId) { @@ -130,12 +136,14 @@ public function loadObjectStates($groupId) * Updates an object state group. * * @param mixed $groupId - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct $input + * @param InputStruct $input * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ - public function updateGroup($groupId, InputStruct $input) - { + public function updateGroup( + $groupId, + InputStruct $input + ) { $objectStateGroup = $this->objectStateMapper->createObjectStateGroupFromInputStruct($input); $objectStateGroup->id = (int)$groupId; @@ -167,12 +175,14 @@ public function deleteGroup($groupId) * set to this state. * * @param mixed $groupId - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct $input + * @param InputStruct $input * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ - public function create($groupId, InputStruct $input) - { + public function create( + $groupId, + InputStruct $input + ) { $objectState = $this->objectStateMapper->createObjectStateFromInputStruct($input); $this->objectStateGateway->insertObjectState($objectState, $groupId); @@ -186,7 +196,7 @@ public function create($groupId, InputStruct $input) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the state was not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ public function load($stateId) { @@ -207,10 +217,12 @@ public function load($stateId) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the state was not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ - public function loadByIdentifier($identifier, $groupId) - { + public function loadByIdentifier( + $identifier, + $groupId + ) { $data = $this->objectStateGateway->loadObjectStateDataByIdentifier($identifier, $groupId); if (empty($data)) { @@ -224,12 +236,14 @@ public function loadByIdentifier($identifier, $groupId) * Updates an object state. * * @param mixed $stateId - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct $input + * @param InputStruct $input * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ - public function update($stateId, InputStruct $input) - { + public function update( + $stateId, + InputStruct $input + ) { $objectState = $this->objectStateMapper->createObjectStateFromInputStruct($input); $objectState->id = (int)$stateId; @@ -244,8 +258,10 @@ public function update($stateId, InputStruct $input) * @param mixed $stateId * @param int $priority */ - public function setPriority($stateId, $priority) - { + public function setPriority( + $stateId, + $priority + ) { $objectState = $this->load($stateId); $groupObjectStates = $this->loadObjectStates($objectState->groupId); @@ -309,8 +325,11 @@ public function delete($stateId) * * @return bool */ - public function setContentState($contentId, $groupId, $stateId): bool - { + public function setContentState( + $contentId, + $groupId, + $stateId + ): bool { $this->objectStateGateway->setContentState($contentId, $groupId, $stateId); return true; @@ -326,10 +345,12 @@ public function setContentState($contentId, $groupId, $stateId): bool * @param mixed $contentId * @param mixed $stateGroupId * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ - public function getContentState($contentId, $stateGroupId) - { + public function getContentState( + $contentId, + $stateGroupId + ) { $data = $this->objectStateGateway->loadObjectStateDataForContent($contentId, $stateGroupId); if (empty($data)) { diff --git a/src/lib/Persistence/Legacy/Content/ObjectState/Mapper.php b/src/lib/Persistence/Legacy/Content/ObjectState/Mapper.php index ebf99c96b5..a2f957c3df 100644 --- a/src/lib/Persistence/Legacy/Content/ObjectState/Mapper.php +++ b/src/lib/Persistence/Legacy/Content/ObjectState/Mapper.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\Persistence\Content\ObjectState; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct; +use Ibexa\Core\Persistence\Legacy\Content\Language\Handler; /** * Mapper for ObjectState and object state Group objects. @@ -20,14 +21,14 @@ class Mapper /** * Language handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Language\Handler + * @var Handler */ protected $languageHandler; /** * Creates a new mapper. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\Handler $languageHandler + * @param LanguageHandler $languageHandler */ public function __construct(LanguageHandler $languageHandler) { @@ -39,7 +40,7 @@ public function __construct(LanguageHandler $languageHandler) * * @param array $data * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ public function createObjectStateFromData(array $data) { @@ -76,7 +77,7 @@ public function createObjectStateFromData(array $data) * * @param array $data * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState[] + * @return ObjectState[] */ public function createObjectStateListFromData(array $data) { @@ -94,7 +95,7 @@ public function createObjectStateListFromData(array $data) * * @param array $data * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ public function createObjectStateGroupFromData(array $data) { @@ -131,7 +132,7 @@ public function createObjectStateGroupFromData(array $data) * * @param array $data * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group[] + * @return Group[] */ public function createObjectStateGroupListFromData(array $data) { @@ -147,9 +148,9 @@ public function createObjectStateGroupListFromData(array $data) /** * Creates an instance of ObjectStateGroup object from provided $input struct. * - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct $input + * @param InputStruct $input * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ public function createObjectStateGroupFromInputStruct(InputStruct $input) { @@ -171,9 +172,9 @@ public function createObjectStateGroupFromInputStruct(InputStruct $input) /** * Creates an instance of ObjectState object from provided $input struct. * - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct $input + * @param InputStruct $input * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ public function createObjectStateFromInputStruct(InputStruct $input) { diff --git a/src/lib/Persistence/Legacy/Content/Section/Gateway.php b/src/lib/Persistence/Legacy/Content/Section/Gateway.php index 58022ed84e..0f6c19f0db 100644 --- a/src/lib/Persistence/Legacy/Content/Section/Gateway.php +++ b/src/lib/Persistence/Legacy/Content/Section/Gateway.php @@ -23,12 +23,19 @@ abstract class Gateway * * @return int The ID of the new section */ - abstract public function insertSection(string $name, string $identifier): int; + abstract public function insertSection( + string $name, + string $identifier + ): int; /** * Updates section with $id to have $name and $identifier. */ - abstract public function updateSection(int $id, string $name, string $identifier): void; + abstract public function updateSection( + int $id, + string $name, + string $identifier + ): void; /** * Loads data for section with $id. @@ -68,5 +75,8 @@ abstract public function deleteSection(int $id): void; /** * Inserts the assignment of $contentId to $sectionId. */ - abstract public function assignSectionToContent(int $sectionId, int $contentId): void; + abstract public function assignSectionToContent( + int $sectionId, + int $contentId + ): void; } diff --git a/src/lib/Persistence/Legacy/Content/Section/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Content/Section/Gateway/DoctrineDatabase.php index 27981c387f..1541d8ce9b 100644 --- a/src/lib/Persistence/Legacy/Content/Section/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Content/Section/Gateway/DoctrineDatabase.php @@ -10,6 +10,7 @@ use Doctrine\DBAL\Connection; use Doctrine\DBAL\ParameterType; +use Ibexa\Contracts\Core\Persistence\Content\Section\Handler; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; use Ibexa\Core\Persistence\Legacy\Content\Section\Gateway; use Ibexa\Core\Persistence\Legacy\User\Role\Gateway as RoleGateway; @@ -17,16 +18,16 @@ /** * @internal Gateway implementation is considered internal. Use Persistence Section Handler instead. * - * @see \Ibexa\Contracts\Core\Persistence\Content\Section\Handler + * @see Handler */ final class DoctrineDatabase extends Gateway { - public function __construct(private readonly Connection $connection) - { - } + public function __construct(private readonly Connection $connection) {} - public function insertSection(string $name, string $identifier): int - { + public function insertSection( + string $name, + string $identifier + ): int { $query = $this->connection->createQueryBuilder(); $query ->insert(self::CONTENT_SECTION_TABLE) @@ -42,8 +43,11 @@ public function insertSection(string $name, string $identifier): int return (int)$this->connection->lastInsertId(Gateway::CONTENT_SECTION_SEQ); } - public function updateSection(int $id, string $name, string $identifier): void - { + public function updateSection( + int $id, + string $name, + string $identifier + ): void { $query = $this->connection->createQueryBuilder(); $query ->update(self::CONTENT_SECTION_TABLE) @@ -193,8 +197,10 @@ public function deleteSection(int $id): void $query->executeStatement(); } - public function assignSectionToContent(int $sectionId, int $contentId): void - { + public function assignSectionToContent( + int $sectionId, + int $contentId + ): void { $query = $this->connection->createQueryBuilder(); $query ->update(ContentGateway::CONTENT_ITEM_TABLE) diff --git a/src/lib/Persistence/Legacy/Content/Section/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/Content/Section/Gateway/ExceptionConversion.php index bd46fb7dd1..91fe8fa4c9 100644 --- a/src/lib/Persistence/Legacy/Content/Section/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/Content/Section/Gateway/ExceptionConversion.php @@ -21,34 +21,39 @@ final class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Section\Gateway + * @var Gateway */ private $innerGateway; /** * Creates a new exception conversion gateway around $innerGateway. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Section\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { $this->innerGateway = $innerGateway; } - public function insertSection(string $name, string $identifier): int - { + public function insertSection( + string $name, + string $identifier + ): int { try { return $this->innerGateway->insertSection($name, $identifier); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function updateSection(int $id, string $name, string $identifier): void - { + public function updateSection( + int $id, + string $name, + string $identifier + ): void { try { $this->innerGateway->updateSection($id, $name, $identifier); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -57,7 +62,7 @@ public function loadSectionData(int $id): array { try { return $this->innerGateway->loadSectionData($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -66,7 +71,7 @@ public function loadAllSectionData(): array { try { return $this->innerGateway->loadAllSectionData(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -75,7 +80,7 @@ public function loadSectionDataByIdentifier(string $identifier): array { try { return $this->innerGateway->loadSectionDataByIdentifier($identifier); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -84,7 +89,7 @@ public function countContentObjectsInSection(int $id): int { try { return $this->innerGateway->countContentObjectsInSection($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -93,7 +98,7 @@ public function countPoliciesUsingSection(int $id): int { try { return $this->innerGateway->countPoliciesUsingSection($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -102,7 +107,7 @@ public function countRoleAssignmentsUsingSection(int $id): int { try { return $this->innerGateway->countRoleAssignmentsUsingSection($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -111,16 +116,18 @@ public function deleteSection(int $id): void { try { $this->innerGateway->deleteSection($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function assignSectionToContent(int $sectionId, int $contentId): void - { + public function assignSectionToContent( + int $sectionId, + int $contentId + ): void { try { $this->innerGateway->assignSectionToContent($sectionId, $contentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/Content/Section/Handler.php b/src/lib/Persistence/Legacy/Content/Section/Handler.php index aab48c4148..90dc91a20e 100644 --- a/src/lib/Persistence/Legacy/Content/Section/Handler.php +++ b/src/lib/Persistence/Legacy/Content/Section/Handler.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Persistence\Content\Section; use Ibexa\Contracts\Core\Persistence\Content\Section\Handler as BaseSectionHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\Base\Exceptions\NotFoundException as NotFound; use RuntimeException; @@ -20,14 +21,14 @@ class Handler implements BaseSectionHandler /** * Section Gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Section\Gateway + * @var Gateway */ protected $sectionGateway; /** * Creates a new Section Handler. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Section\Gateway $sectionGateway + * @param Gateway $sectionGateway */ public function __construct(Gateway $sectionGateway) { @@ -40,10 +41,12 @@ public function __construct(Gateway $sectionGateway) * @param string $name * @param string $identifier * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section + * @return Section */ - public function create($name, $identifier) - { + public function create( + $name, + $identifier + ) { $section = new Section(); $section->name = $name; @@ -61,10 +64,13 @@ public function create($name, $identifier) * @param string $name * @param string $identifier * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section + * @return Section */ - public function update($id, $name, $identifier) - { + public function update( + $id, + $name, + $identifier + ) { $this->sectionGateway->updateSection($id, $name, $identifier); $section = new Section(); @@ -80,9 +86,9 @@ public function update($id, $name, $identifier) * * @param mixed $id * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If section is not found + * @throws NotFoundException If section is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section + * @return Section */ public function load($id) { @@ -98,7 +104,7 @@ public function load($id) /** * Get all section data. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section[] + * @return Section[] */ public function loadAll() { @@ -112,9 +118,9 @@ public function loadAll() * * @param string $identifier * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If section is not found + * @throws NotFoundException If section is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section + * @return Section */ public function loadByIdentifier($identifier) { @@ -132,7 +138,7 @@ public function loadByIdentifier($identifier) * * @param array $data * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section + * @return Section */ protected function createSectionFromArray(array $data) { @@ -150,7 +156,7 @@ protected function createSectionFromArray(array $data) * * @param array $data * - * @return \Ibexa\Contracts\Core\Persistence\Content\Section[] + * @return Section[] */ protected function createSectionsFromArray(array $data) { @@ -189,8 +195,10 @@ public function delete($id) * @param mixed $sectionId * @param mixed $contentId */ - public function assign($sectionId, $contentId) - { + public function assign( + $sectionId, + $contentId + ) { $this->sectionGateway->assignSectionToContent($sectionId, $contentId); } diff --git a/src/lib/Persistence/Legacy/Content/StorageFieldDefinition.php b/src/lib/Persistence/Legacy/Content/StorageFieldDefinition.php index 868b4dad31..bc13ff0df8 100644 --- a/src/lib/Persistence/Legacy/Content/StorageFieldDefinition.php +++ b/src/lib/Persistence/Legacy/Content/StorageFieldDefinition.php @@ -112,7 +112,7 @@ class StorageFieldDefinition extends ValueObject /** * Associative array with language codes keys. * - * @var \Ibexa\Core\Persistence\Legacy\Content\MultilingualStorageFieldDefinition[] + * @var MultilingualStorageFieldDefinition[] */ public $multilingualData = []; } diff --git a/src/lib/Persistence/Legacy/Content/StorageHandler.php b/src/lib/Persistence/Legacy/Content/StorageHandler.php index 034773a455..3184979922 100644 --- a/src/lib/Persistence/Legacy/Content/StorageHandler.php +++ b/src/lib/Persistence/Legacy/Content/StorageHandler.php @@ -18,7 +18,7 @@ class StorageHandler /** * Storage registry. * - * @var \Ibexa\Core\Persistence\Legacy\Content\StorageRegistry + * @var StorageRegistry */ protected $storageRegistry; @@ -35,8 +35,10 @@ class StorageHandler * @param StorageRegistry $storageRegistry * @param array $context */ - public function __construct(StorageRegistry $storageRegistry, array $context) - { + public function __construct( + StorageRegistry $storageRegistry, + array $context + ) { $this->storageRegistry = $storageRegistry; $this->context = $context; } @@ -44,11 +46,13 @@ public function __construct(StorageRegistry $storageRegistry, array $context) /** * Stores data from $field in its corresponding external storage. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field */ - public function storeFieldData(VersionInfo $versionInfo, Field $field) - { + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ) { return $this->storageRegistry->getStorage($field->type)->storeFieldData( $versionInfo, $field @@ -56,12 +60,15 @@ public function storeFieldData(VersionInfo $versionInfo, Field $field) } /** - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $originalField + * @param VersionInfo $versionInfo + * @param Field $field + * @param Field $originalField */ - public function copyFieldData(VersionInfo $versionInfo, Field $field, Field $originalField) - { + public function copyFieldData( + VersionInfo $versionInfo, + Field $field, + Field $originalField + ) { return $this->storageRegistry->getStorage($field->type)->copyLegacyField( $versionInfo, $field, @@ -72,11 +79,13 @@ public function copyFieldData(VersionInfo $versionInfo, Field $field, Field $ori /** * Fetches external data for $field from its corresponding external storage. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param VersionInfo $versionInfo + * @param Field $field */ - public function getFieldData(VersionInfo $versionInfo, Field $field) - { + public function getFieldData( + VersionInfo $versionInfo, + Field $field + ) { $storage = $this->storageRegistry->getStorage($field->type); if ($field->id !== null && $storage->hasFieldData()) { $storage->getFieldData($versionInfo, $field); @@ -87,11 +96,14 @@ public function getFieldData(VersionInfo $versionInfo, Field $field) * Deletes data for field $ids from external storage of $fieldType. * * @param string $fieldType - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo * @param mixed[] $ids */ - public function deleteFieldData($fieldType, VersionInfo $versionInfo, array $ids) - { + public function deleteFieldData( + $fieldType, + VersionInfo $versionInfo, + array $ids + ) { $this->storageRegistry->getStorage($fieldType) ->deleteFieldData($versionInfo, $ids); } diff --git a/src/lib/Persistence/Legacy/Content/StorageRegistry.php b/src/lib/Persistence/Legacy/Content/StorageRegistry.php index 872294c544..c9862dee4a 100644 --- a/src/lib/Persistence/Legacy/Content/StorageRegistry.php +++ b/src/lib/Persistence/Legacy/Content/StorageRegistry.php @@ -15,7 +15,7 @@ */ class StorageRegistry { - /** @var \Ibexa\Contracts\Core\FieldType\FieldStorage[] */ + /** @var FieldStorage[] */ protected $storageMap; /** @@ -27,8 +27,10 @@ public function __construct(array $storageMap = []) $this->storageMap = $storageMap; } - public function register(string $typeName, FieldStorage $storage): void - { + public function register( + string $typeName, + FieldStorage $storage + ): void { $this->storageMap[$typeName] = $storage; } diff --git a/src/lib/Persistence/Legacy/Content/TreeHandler.php b/src/lib/Persistence/Legacy/Content/TreeHandler.php index 8a74bb1396..8c9c536e75 100644 --- a/src/lib/Persistence/Legacy/Content/TreeHandler.php +++ b/src/lib/Persistence/Legacy/Content/TreeHandler.php @@ -7,6 +7,8 @@ namespace Ibexa\Core\Persistence\Legacy\Content; +use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; +use Ibexa\Contracts\Core\Persistence\Content\Location; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; @@ -22,44 +24,44 @@ class TreeHandler /** * Gateway for handling location data. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @var LocationGateway */ protected $locationGateway; /** * Location Mapper. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Mapper + * @var LocationMapper */ protected $locationMapper; /** * Content gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var ContentGateway */ protected $contentGateway; /** * Content handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Mapper + * @var ContentMapper */ protected $contentMapper; /** * FieldHandler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldHandler + * @var FieldHandler */ protected $fieldHandler; /** - * @param \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway $locationGateway - * @param \Ibexa\Core\Persistence\Legacy\Content\Location\Mapper $locationMapper - * @param \Ibexa\Core\Persistence\Legacy\Content\Gateway $contentGateway - * @param \Ibexa\Core\Persistence\Legacy\Content\Mapper $contentMapper - * @param \Ibexa\Core\Persistence\Legacy\Content\FieldHandler $fieldHandler + * @param LocationGateway $locationGateway + * @param LocationMapper $locationMapper + * @param ContentGateway $contentGateway + * @param ContentMapper $contentMapper + * @param FieldHandler $fieldHandler */ public function __construct( LocationGateway $locationGateway, @@ -80,9 +82,9 @@ public function __construct( * * @param int|string $contentId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo + * @return ContentInfo */ public function loadContentInfo($contentId) { @@ -96,7 +98,7 @@ public function loadContentInfo($contentId) * * @param int $contentId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function removeRawContent($contentId) { @@ -128,8 +130,11 @@ public function removeRawContent($contentId) * * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo[] */ - public function listVersions($contentId, $status = null, $limit = -1) - { + public function listVersions( + $contentId, + $status = null, + $limit = -1 + ) { $rows = $this->contentGateway->listVersions($contentId, $status, $limit); if (empty($rows)) { return []; @@ -159,12 +164,15 @@ static function ($row) use ($contentId) { * @param string[]|null $translations If set, NotFound is thrown if content is not in given translation. * @param bool $useAlwaysAvailable Respect always available flag on content, where main language is valid translation fallback. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location + * @return Location */ - public function loadLocation($locationId, ?array $translations = null, bool $useAlwaysAvailable = true) - { + public function loadLocation( + $locationId, + ?array $translations = null, + bool $useAlwaysAvailable = true + ) { $data = $this->locationGateway->getBasicNodeData($locationId, $translations, $useAlwaysAvailable); return $this->locationMapper->createLocationFromRow($data); @@ -181,7 +189,7 @@ public function loadLocation($locationId, ?array $translations = null, bool $use * * @param mixed $locationId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * * @return bool */ @@ -219,7 +227,7 @@ public function removeSubtree($locationId) /** * Removes draft contents assigned to the given parent location and its descendant locations. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function deleteChildrenDrafts(int $locationId): void { @@ -242,10 +250,12 @@ public function deleteChildrenDrafts(int $locationId): void * @param mixed $locationId * @param mixed $sectionId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - public function setSectionForSubtree($locationId, $sectionId) - { + public function setSectionForSubtree( + $locationId, + $sectionId + ) { $nodeData = $this->locationGateway->getBasicNodeData($locationId); $this->locationGateway->setSectionForSubtree($nodeData['path_string'], $sectionId); @@ -259,10 +269,12 @@ public function setSectionForSubtree($locationId, $sectionId) * @param mixed $contentId * @param mixed $locationId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - public function changeMainLocation($contentId, $locationId) - { + public function changeMainLocation( + $contentId, + $locationId + ) { $parentLocationId = $this->loadLocation($locationId)->parentId; // Update ibexa_content_tree and ibexa_node_assignment tables diff --git a/src/lib/Persistence/Legacy/Content/Type/ContentUpdater.php b/src/lib/Persistence/Legacy/Content/Type/ContentUpdater.php index 7a915f5830..4f194db8a6 100644 --- a/src/lib/Persistence/Legacy/Content/Type/ContentUpdater.php +++ b/src/lib/Persistence/Legacy/Content/Type/ContentUpdater.php @@ -9,10 +9,14 @@ use Ibexa\Contracts\Core\Persistence\Content\Type; use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; +use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry as Registry; +use Ibexa\Core\Persistence\Legacy\Content\Gateway; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; +use Ibexa\Core\Persistence\Legacy\Content\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Mapper as ContentMapper; use Ibexa\Core\Persistence\Legacy\Content\StorageHandler; +use Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action; /** * Class to update content objects to a new type version. @@ -22,34 +26,34 @@ class ContentUpdater /** * Content gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var Gateway */ protected $contentGateway; /** * FieldValue converter registry. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @var ConverterRegistry */ protected $converterRegistry; /** * Storage handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @var StorageHandler */ protected $storageHandler; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Mapper */ + /** @var Mapper */ protected $contentMapper; /** * Creates a new content updater. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Gateway $contentGateway - * @param \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry $converterRegistry - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageHandler $storageHandler - * @param \Ibexa\Core\Persistence\Legacy\Content\Mapper $contentMapper + * @param Gateway $contentGateway + * @param ConverterRegistry $converterRegistry + * @param StorageHandler $storageHandler + * @param Mapper $contentMapper */ public function __construct( ContentGateway $contentGateway, @@ -66,17 +70,19 @@ public function __construct( /** * Determines the necessary update actions. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type $fromType - * @param \Ibexa\Contracts\Core\Persistence\Content\Type $toType + * @param Type $fromType + * @param Type $toType * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action[] + * @return Action[] */ - public function determineActions(Type $fromType, Type $toType) - { + public function determineActions( + Type $fromType, + Type $toType + ) { $actions = []; foreach ($fromType->fieldDefinitions as $fieldDef) { if (!$this->hasFieldDefinition($toType, $fieldDef)) { - $actions[] = new ContentUpdater\Action\RemoveField( + $actions[] = new Action\RemoveField( $this->contentGateway, $fieldDef, $this->storageHandler, @@ -86,7 +92,7 @@ public function determineActions(Type $fromType, Type $toType) } foreach ($toType->fieldDefinitions as $fieldDef) { if (!$this->hasFieldDefinition($fromType, $fieldDef)) { - $actions[] = new ContentUpdater\Action\AddField( + $actions[] = new Action\AddField( $this->contentGateway, $fieldDef, $this->converterRegistry->getConverter( @@ -104,13 +110,15 @@ public function determineActions(Type $fromType, Type $toType) /** * hasFieldDefinition. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type $type - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param Type $type + * @param FieldDefinition $fieldDef * * @return bool */ - protected function hasFieldDefinition(Type $type, FieldDefinition $fieldDef): bool - { + protected function hasFieldDefinition( + Type $type, + FieldDefinition $fieldDef + ): bool { foreach ($type->fieldDefinitions as $existFieldDef) { if ($existFieldDef->id == $fieldDef->id) { return true; @@ -124,10 +132,12 @@ protected function hasFieldDefinition(Type $type, FieldDefinition $fieldDef): bo * Applies all given updates. * * @param mixed $contentTypeId - * @param \Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action[] $actions + * @param Action[] $actions */ - public function applyUpdates($contentTypeId, array $actions) - { + public function applyUpdates( + $contentTypeId, + array $actions + ) { if (empty($actions)) { return; } diff --git a/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action.php b/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action.php index 732fb22caa..68f018866d 100644 --- a/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action.php +++ b/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater; +use Ibexa\Core\Persistence\Legacy\Content\Gateway; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; /** @@ -17,14 +18,14 @@ abstract class Action /** * Content gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var Gateway */ protected $contentGateway; /** * Creates a new action. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Gateway $contentGateway + * @param Gateway $contentGateway */ public function __construct(ContentGateway $contentGateway) { diff --git a/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/AddField.php b/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/AddField.php index 4cda931523..fdfb028f9b 100644 --- a/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/AddField.php +++ b/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/AddField.php @@ -12,6 +12,7 @@ use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter; use Ibexa\Core\Persistence\Legacy\Content\Gateway; +use Ibexa\Core\Persistence\Legacy\Content\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Mapper as ContentMapper; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue; use Ibexa\Core\Persistence\Legacy\Content\StorageHandler; @@ -25,35 +26,35 @@ class AddField extends Action /** * Field definition of the field to add. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition + * @var FieldDefinition */ protected $fieldDefinition; /** * Storage handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @var StorageHandler */ protected $storageHandler; /** * Field value converter. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter + * @var Converter */ protected $fieldValueConverter; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Mapper */ + /** @var Mapper */ protected $contentMapper; /** * Creates a new action. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Gateway $contentGateway - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter $converter - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageHandler $storageHandler - * @param \Ibexa\Core\Persistence\Legacy\Content\Mapper $contentMapper + * @param Gateway $contentGateway + * @param FieldDefinition $fieldDef + * @param Converter $converter + * @param StorageHandler $storageHandler + * @param Mapper $contentMapper */ public function __construct( Gateway $contentGateway, @@ -131,13 +132,15 @@ static function ($versionNo) use ($contentId) { * If $field->id is null, creating new field id will be created. * Otherwise it will be inserted for the given $content version, reusing existing Field id. * - * @param \Ibexa\Contracts\Core\Persistence\Content $content - * @param \Ibexa\Contracts\Core\Persistence\Content\Field $field + * @param Content $content + * @param Field $field * * @return int The ID of the field that was inserted */ - protected function insertField(Content $content, Field $field) - { + protected function insertField( + Content $content, + Field $field + ) { $storageValue = new StorageFieldValue(); $this->fieldValueConverter->toStorageValue( $field->value, @@ -187,10 +190,13 @@ protected function insertField(Content $content, Field $field) * @param int $versionNo * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Field + * @return Field */ - protected function createField($id, $versionNo, $languageCode) - { + protected function createField( + $id, + $versionNo, + $languageCode + ) { $field = new Field(); $field->id = $id; diff --git a/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/RemoveField.php b/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/RemoveField.php index 47e7390d03..dd2959c1ce 100644 --- a/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/RemoveField.php +++ b/src/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/RemoveField.php @@ -8,7 +8,9 @@ namespace Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action; use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; +use Ibexa\Core\Persistence\Legacy\Content\Gateway; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; +use Ibexa\Core\Persistence\Legacy\Content\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Mapper as ContentMapper; use Ibexa\Core\Persistence\Legacy\Content\StorageHandler; use Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action; @@ -21,27 +23,27 @@ class RemoveField extends Action /** * Field definition of the field to remove. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition + * @var FieldDefinition */ protected $fieldDefinition; /** * Storage handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @var StorageHandler */ protected $storageHandler; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Mapper */ + /** @var Mapper */ protected $contentMapper; /** * Creates a new action. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Gateway $contentGateway - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageHandler $storageHandler - * @param \Ibexa\Core\Persistence\Legacy\Content\Mapper $contentMapper + * @param Gateway $contentGateway + * @param FieldDefinition $fieldDef + * @param StorageHandler $storageHandler + * @param Mapper $contentMapper */ public function __construct( ContentGateway $contentGateway, diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway.php b/src/lib/Persistence/Legacy/Content/Type/Gateway.php index 8597f035fb..fc44dc177f 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway.php @@ -12,6 +12,7 @@ use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; use Ibexa\Contracts\Core\Persistence\Content\Type\Group; use Ibexa\Contracts\Core\Persistence\Content\Type\Group\UpdateStruct as GroupUpdateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\ContentTypeQuery; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition; @@ -42,7 +43,10 @@ abstract public function countTypes(?ContentTypeQuery $query = null): int; abstract public function countTypesInGroup(int $groupId): int; - abstract public function countGroupsForType(int $typeId, int $status): int; + abstract public function countGroupsForType( + int $typeId, + int $status + ): int; abstract public function deleteGroup(int $groupId): void; @@ -58,30 +62,47 @@ abstract public function loadAllGroupsData(): array; /** * Load data for all content types of the given status, belonging to the given Group. */ - abstract public function loadTypesDataForGroup(int $groupId, int $status): array; + abstract public function loadTypesDataForGroup( + int $groupId, + int $status + ): array; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the given language does not exist + * @throws NotFoundException if the given language does not exist */ - abstract public function insertType(Type $type, ?int $typeId = null): int; + abstract public function insertType( + Type $type, + ?int $typeId = null + ): int; /** * Assign a content type of the given status (published, draft) to content type group. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the given Group does not exist + * @throws NotFoundException if the given Group does not exist */ - abstract public function insertGroupAssignment(int $groupId, int $typeId, int $status): void; + abstract public function insertGroupAssignment( + int $groupId, + int $typeId, + int $status + ): void; /** * Delete a Group assignments for content type of the given status (published, draft). */ - abstract public function deleteGroupAssignment(int $groupId, int $typeId, int $status): void; + abstract public function deleteGroupAssignment( + int $groupId, + int $typeId, + int $status + ): void; /** * @param int $id Field Definition ID * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED */ - abstract public function loadFieldDefinition(int $id, int $status): array; + abstract public function loadFieldDefinition( + int $id, + int $status + ): array; /** * Insert a Field Definition into content type. @@ -109,9 +130,13 @@ abstract public function updateFieldDefinition( /** * Update a content type based on the given SPI Persistence Type Value Object. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if at least one of the used languages does not exist + * @throws NotFoundException if at least one of the used languages does not exist */ - abstract public function updateType(int $typeId, int $status, Type $type): void; + abstract public function updateType( + int $typeId, + int $status, + Type $type + ): void; /** * Bulk-load an array with data about the given content types. @@ -125,29 +150,50 @@ abstract public function loadTypesListData(array $typeIds): array; */ abstract public function loadTypesDataByFieldDefinitionIdentifier(string $identifier): array; - abstract public function loadTypeData(int $typeId, int $status): array; + abstract public function loadTypeData( + int $typeId, + int $status + ): array; - abstract public function loadTypeDataByIdentifier(string $identifier, int $status): array; + abstract public function loadTypeDataByIdentifier( + string $identifier, + int $status + ): array; - abstract public function loadTypeDataByRemoteId(string $remoteId, int $status): array; + abstract public function loadTypeDataByRemoteId( + string $remoteId, + int $status + ): array; abstract public function countInstancesOfType(int $typeId): int; /** * Permanently delete a content type of the given status. */ - abstract public function delete(int $typeId, int $status): void; + abstract public function delete( + int $typeId, + int $status + ): void; - abstract public function deleteFieldDefinitionsForType(int $typeId, int $status): void; + abstract public function deleteFieldDefinitionsForType( + int $typeId, + int $status + ): void; /** * Delete a content type. * * Does not delete Field Definitions! */ - abstract public function deleteType(int $typeId, int $status): void; + abstract public function deleteType( + int $typeId, + int $status + ): void; - abstract public function deleteGroupAssignmentsForType(int $typeId, int $status): void; + abstract public function deleteGroupAssignmentsForType( + int $typeId, + int $status + ): void; /** * Publish a content type including its Field Definitions. @@ -163,7 +209,7 @@ abstract public function getSearchableFieldMapData(): array; /** * Remove Field Definition data from multilingual table. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the given language does not exist + * @throws NotFoundException if the given language does not exist */ abstract public function removeFieldDefinitionTranslation( int $fieldDefinitionId, @@ -175,14 +221,23 @@ abstract public function removeFieldDefinitionTranslation( * @deprecated 5.0.0. Use removeByUserAndStatus() instead. * Remove items created or modified by User. */ - abstract public function removeByUserAndVersion(int $userId, int $version): void; + abstract public function removeByUserAndVersion( + int $userId, + int $version + ): void; - abstract public function removeByUserAndStatus(int $userId, int $status): void; + abstract public function removeByUserAndStatus( + int $userId, + int $status + ): void; /** * @param list $prioritizedLanguages * * @return array{items: array>, count: int} */ - abstract public function findContentTypes(?ContentTypeQuery $query = null, array $prioritizedLanguages = []): array; + abstract public function findContentTypes( + ?ContentTypeQuery $query = null, + array $prioritizedLanguages = [] + ): array; } diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContainsFieldDefinitionId.php b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContainsFieldDefinitionId.php index 915d3beec3..82122d4ff6 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContainsFieldDefinitionId.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContainsFieldDefinitionId.php @@ -28,7 +28,7 @@ public function supports(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\ContainsFieldDefinitionId $criterion + * @param ContainsFieldDefinitionIdCriterion $criterion */ public function apply( CriterionVisitor $criterionVisitor, diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeGroupId.php b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeGroupId.php index 87811ba4c7..3b1982e239 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeGroupId.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeGroupId.php @@ -28,7 +28,7 @@ public function supports(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\ContentTypeGroupId $criterion + * @param ContentTypeGroupIdCriterion $criterion */ public function apply( CriterionVisitor $criterionVisitor, diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeId.php b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeId.php index e4c2508213..d349f568f8 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeId.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeId.php @@ -27,7 +27,7 @@ public function supports(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\ContentTypeId $criterion + * @param ContentTypeIdCriterion $criterion */ public function apply( CriterionVisitor $criterionVisitor, diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeIdentifier.php b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeIdentifier.php index 293b37c6a1..2c3b101660 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeIdentifier.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/ContentTypeIdentifier.php @@ -27,7 +27,7 @@ public function supports(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\ContentTypeIdentifier $criterion + * @param ContentTypeIdentifierCriterion $criterion */ public function apply( CriterionVisitor $criterionVisitor, diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/IsSystem.php b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/IsSystem.php index 32258ae2de..4ca9823b44 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/IsSystem.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/IsSystem.php @@ -27,7 +27,7 @@ public function supports(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\IsSystem $criterion + * @param IsSystemCriterion $criterion */ public function apply( CriterionVisitor $criterionVisitor, diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalAnd.php b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalAnd.php index 88697d6ef3..5398030d2c 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalAnd.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalAnd.php @@ -11,6 +11,7 @@ use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\Content\Type\CriterionHandlerInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\LogicalAnd as LogicalAndCriterion; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\CriterionInterface; use Ibexa\Core\Persistence\Legacy\Content\Type\Gateway\CriterionVisitor\CriterionVisitor; @@ -26,9 +27,9 @@ public function supports(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\LogicalAnd $criterion + * @param LogicalAndCriterion $criterion * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function apply( CriterionVisitor $criterionVisitor, diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalNot.php b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalNot.php index bd500f8ee4..82ddb23856 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalNot.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalNot.php @@ -10,6 +10,7 @@ use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\Content\Type\CriterionHandlerInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\LogicalNot as LogicalNotCriterion; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\CriterionInterface; use Ibexa\Core\Persistence\Legacy\Content\Type\Gateway\CriterionVisitor\CriterionVisitor; @@ -25,9 +26,9 @@ public function supports(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\LogicalNot $criterion + * @param LogicalNotCriterion $criterion * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function apply( CriterionVisitor $criterionVisitor, diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalOr.php b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalOr.php index 7e08bd4d13..0162305046 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalOr.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionHandler/LogicalOr.php @@ -11,6 +11,7 @@ use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\Content\Type\CriterionHandlerInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\LogicalOr as LogicalOrCriterion; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\CriterionInterface; use Ibexa\Core\Persistence\Legacy\Content\Type\Gateway\CriterionVisitor\CriterionVisitor; @@ -26,9 +27,9 @@ public function supports(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\LogicalOr $criterion + * @param LogicalOrCriterion $criterion * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function apply( CriterionVisitor $criterionVisitor, diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionVisitor/CriterionVisitor.php b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionVisitor/CriterionVisitor.php index bf22e06400..2f0ae73aa8 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionVisitor/CriterionVisitor.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway/CriterionVisitor/CriterionVisitor.php @@ -8,17 +8,19 @@ namespace Ibexa\Core\Persistence\Legacy\Content\Type\Gateway\CriterionVisitor; +use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Persistence\Content\Type\CriterionHandlerInterface; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\CriterionInterface; final class CriterionVisitor { - /** @var iterable<\Ibexa\Contracts\Core\Persistence\Content\Type\CriterionHandlerInterface<\Ibexa\Contracts\Core\Repository\Values\ContentType\Query\CriterionInterface>> */ + /** @var iterable> */ private iterable $criterionHandlers; /** - * @param iterable<\Ibexa\Contracts\Core\Persistence\Content\Type\CriterionHandlerInterface<\Ibexa\Contracts\Core\Repository\Values\ContentType\Query\CriterionInterface>> $criterionHandlers + * @param iterable> $criterionHandlers */ public function __construct(iterable $criterionHandlers) { @@ -26,9 +28,9 @@ public function __construct(iterable $criterionHandlers) } /** - * @return \Doctrine\DBAL\Query\Expression\CompositeExpression|string + * @return CompositeExpression|string * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException if there's no builder for a criterion + * @throws NotImplementedException if there's no builder for a criterion */ public function visitCriteria( QueryBuilder $queryBuilder, diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Content/Type/Gateway/DoctrineDatabase.php index 81bfab7a3d..3852daa8b4 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway/DoctrineDatabase.php @@ -10,12 +10,15 @@ use Doctrine\DBAL\ArrayParameterType; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\Content\Type; use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; use Ibexa\Contracts\Core\Persistence\Content\Type\Group; use Ibexa\Contracts\Core\Persistence\Content\Type\Group\UpdateStruct as GroupUpdateStruct; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\ContentType\Query\ContentTypeQuery; use Ibexa\Contracts\Core\Repository\Values\URL\Query\SortClause; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; @@ -26,6 +29,7 @@ use Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition; use Ibexa\Core\Persistence\Legacy\Content\Type\Gateway; use Ibexa\Core\Persistence\Legacy\SharedGateway\Gateway as SharedGateway; + use function sprintf; /** @@ -33,7 +37,7 @@ * * @internal Gateway implementation is considered internal. Use Persistence content type Handler instead. * - * @see \Ibexa\Contracts\Core\Persistence\Content\Type\Handler + * @see Handler */ final class DoctrineDatabase extends Gateway { @@ -98,9 +102,8 @@ public function __construct( private readonly Connection $connection, private readonly SharedGateway $sharedGateway, private readonly MaskGenerator $languageMaskGenerator, - private readonly Gateway\CriterionVisitor\CriterionVisitor $criterionVisitor - ) { - } + private readonly CriterionVisitor\CriterionVisitor $criterionVisitor + ) {} public function insertGroup(Group $group): int { @@ -222,8 +225,10 @@ public function countTypesInGroup(int $groupId): int return (int)$query->executeQuery()->fetchOne(); } - public function countGroupsForType(int $typeId, int $status): int - { + public function countGroupsForType( + int $typeId, + int $status + ): int { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $query @@ -263,8 +268,11 @@ public function deleteGroup(int $groupId): void * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if at least one of the used languages does not exist */ - private function insertTypeNameData(int $typeId, int $typeStatus, array $languages): void - { + private function insertTypeNameData( + int $typeId, + int $typeStatus, + array $languages + ): void { $tmpLanguages = $languages; if (isset($tmpLanguages['always-available'])) { unset($tmpLanguages['always-available']); @@ -333,8 +341,10 @@ private function setNextAutoIncrementedValueIfAvailable( } } - public function insertType(Type $type, ?int $typeId = null): int - { + public function insertType( + Type $type, + ?int $typeId = null + ): int { $query = $this->connection->createQueryBuilder(); $query ->insert(self::CONTENT_TYPE_TABLE) @@ -424,8 +434,11 @@ private function mapCommonContentTypeColumnsToQueryValuesAndTypes(Type $type): a ]; } - public function insertGroupAssignment(int $groupId, int $typeId, int $status): void - { + public function insertGroupAssignment( + int $groupId, + int $typeId, + int $status + ): void { $groups = $this->loadGroupData([$groupId]); if (empty($groups)) { throw new NotFoundException('Content type group', $groupId); @@ -459,8 +472,11 @@ public function insertGroupAssignment(int $groupId, int $typeId, int $status): v $query->executeStatement(); } - public function deleteGroupAssignment(int $groupId, int $typeId, int $status): void - { + public function deleteGroupAssignment( + int $groupId, + int $typeId, + int $status + ): void { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $query @@ -542,8 +558,10 @@ private function createGroupLoadQuery(): QueryBuilder return $query; } - public function loadTypesDataForGroup(int $groupId, int $status): array - { + public function loadTypesDataForGroup( + int $groupId, + int $status + ): array { $query = $this->getLoadTypeQueryBuilder(); $expr = $query->expr(); $query @@ -691,8 +709,10 @@ private function mapCommonFieldDefinitionColumnsToQueryValuesAndTypes( ]; } - public function loadFieldDefinition(int $id, int $status): array - { + public function loadFieldDefinition( + int $id, + int $status + ): array { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $this @@ -884,8 +904,10 @@ private function updateFieldDefinitionMultilingualData( /** * Delete entire name data for the given content type of the given status. */ - private function deleteTypeNameData(int $typeId, int $typeStatus): void - { + private function deleteTypeNameData( + int $typeId, + int $typeStatus + ): void { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $query @@ -905,8 +927,11 @@ private function deleteTypeNameData(int $typeId, int $typeStatus): void $query->executeStatement(); } - public function updateType(int $typeId, int $status, Type $type): void - { + public function updateType( + int $typeId, + int $status, + Type $type + ): void { $query = $this->connection->createQueryBuilder(); $query->update(self::CONTENT_TYPE_TABLE); @@ -968,8 +993,10 @@ public function loadTypesDataByFieldDefinitionIdentifier(string $identifier): ar return $query->executeQuery()->fetchAllAssociative(); } - public function loadTypeData(int $typeId, int $status): array - { + public function loadTypeData( + int $typeId, + int $status + ): array { $query = $this->getLoadTypeQueryBuilder(); $expr = $query->expr(); $query @@ -981,8 +1008,10 @@ public function loadTypeData(int $typeId, int $status): array return $query->executeQuery()->fetchAllAssociative(); } - public function loadTypeDataByIdentifier(string $identifier, int $status): array - { + public function loadTypeDataByIdentifier( + string $identifier, + int $status + ): array { $query = $this->getLoadTypeQueryBuilder(); $expr = $query->expr(); $query @@ -994,8 +1023,10 @@ public function loadTypeDataByIdentifier(string $identifier, int $status): array return $query->executeQuery()->fetchAllAssociative(); } - public function loadTypeDataByRemoteId(string $remoteId, int $status): array - { + public function loadTypeDataByRemoteId( + string $remoteId, + int $status + ): array { $query = $this->getLoadTypeQueryBuilder(); $query ->where($query->expr()->eq('c.remote_id', ':remote')) @@ -1117,8 +1148,10 @@ public function countInstancesOfType(int $typeId): int return (int)$stmt->fetchOne(); } - public function deleteFieldDefinitionsForType(int $typeId, int $status): void - { + public function deleteFieldDefinitionsForType( + int $typeId, + int $status + ): void { $ctMlTable = Gateway::MULTILINGUAL_FIELD_DEFINITION_TABLE; $subQuery = $this->connection->createQueryBuilder(); $subQuery @@ -1160,16 +1193,20 @@ public function deleteFieldDefinitionsForType(int $typeId, int $status): void $query->executeStatement(); } - public function delete(int $typeId, int $status): void - { + public function delete( + int $typeId, + int $status + ): void { $this->deleteGroupAssignmentsForType($typeId, $status); $this->deleteFieldDefinitionsForType($typeId, $status); $this->deleteTypeNameData($typeId, $status); $this->deleteType($typeId, $status); } - public function deleteType(int $typeId, int $status): void - { + public function deleteType( + int $typeId, + int $status + ): void { $query = $this->connection->createQueryBuilder(); $query ->delete(self::CONTENT_TYPE_TABLE) @@ -1188,8 +1225,10 @@ public function deleteType(int $typeId, int $status): void $query->executeStatement(); } - public function deleteGroupAssignmentsForType(int $typeId, int $status): void - { + public function deleteGroupAssignmentsForType( + int $typeId, + int $status + ): void { $query = $this->connection->createQueryBuilder(); $query ->delete(self::CONTENT_TYPE_TO_GROUP_ASSIGNMENT_TABLE) @@ -1270,8 +1309,11 @@ public function internalChangeContentTypeStatus( $query->executeStatement(); } - public function publishTypeAndFields(int $typeId, int $sourceStatus, int $targetStatus): void - { + public function publishTypeAndFields( + int $typeId, + int $sourceStatus, + int $targetStatus + ): void { $this->internalChangeContentTypeStatus( $typeId, $sourceStatus, @@ -1377,8 +1419,10 @@ public function removeFieldDefinitionTranslation( $deleteQuery->executeStatement(); } - public function removeByUserAndStatus(int $userId, int $status): void - { + public function removeByUserAndStatus( + int $userId, + int $status + ): void { $queryBuilder = $this->connection->createQueryBuilder(); $queryBuilder->delete(self::CONTENT_TYPE_TABLE) ->where('creator_id = :user or modifier_id = :user') @@ -1394,7 +1438,7 @@ public function removeByUserAndStatus(int $userId, int $status): void $this->cleanupAssociations(); $this->connection->commit(); - } catch (\Doctrine\DBAL\Exception $e) { + } catch (Exception $e) { $this->connection->rollBack(); throw $e; @@ -1403,12 +1447,14 @@ public function removeByUserAndStatus(int $userId, int $status): void /** * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException - * @throws \Doctrine\DBAL\Exception + * @throws InvalidArgumentException + * @throws NotImplementedException + * @throws Exception */ - public function findContentTypes(?ContentTypeQuery $query = null, array $prioritizedLanguages = []): array - { + public function findContentTypes( + ?ContentTypeQuery $query = null, + array $prioritizedLanguages = [] + ): array { $totalCount = $this->countTypes($query); if ($totalCount === 0) { return [ @@ -1533,15 +1579,17 @@ private function getQuerySortingDirection(string $direction): string } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ - public function removeByUserAndVersion(int $userId, int $version): void - { + public function removeByUserAndVersion( + int $userId, + int $version + ): void { $this->removeByUserAndStatus($userId, $version); } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function cleanupAssociations(): void { @@ -1552,7 +1600,7 @@ private function cleanupAssociations(): void } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function cleanupClassAttributeTable(): void { @@ -1570,7 +1618,7 @@ private function cleanupClassAttributeTable(): void } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function cleanupClassAttributeMLTable(): void { @@ -1588,7 +1636,7 @@ private function cleanupClassAttributeMLTable(): void } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function cleanupClassGroupTable(): void { @@ -1606,7 +1654,7 @@ private function cleanupClassGroupTable(): void } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function cleanupClassNameTable(): void { diff --git a/src/lib/Persistence/Legacy/Content/Type/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/Content/Type/Gateway/ExceptionConversion.php index f13e54aea3..58225ad3d5 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/Content/Type/Gateway/ExceptionConversion.php @@ -27,14 +27,14 @@ final class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway + * @var Gateway */ private $innerGateway; /** * Create a new exception conversion gateway around $innerGateway. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -45,7 +45,7 @@ public function insertGroup(Group $group): int { try { return $this->innerGateway->insertGroup($group); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -54,7 +54,7 @@ public function updateGroup(GroupUpdateStruct $group): void { try { $this->innerGateway->updateGroup($group); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -72,16 +72,18 @@ public function countTypesInGroup(int $groupId): int { try { return $this->innerGateway->countTypesInGroup($groupId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function countGroupsForType(int $typeId, int $status): int - { + public function countGroupsForType( + int $typeId, + int $status + ): int { try { return $this->innerGateway->countGroupsForType($typeId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -90,7 +92,7 @@ public function deleteGroup(int $groupId): void { try { $this->innerGateway->deleteGroup($groupId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -99,7 +101,7 @@ public function loadGroupData(array $groupIds): array { try { return $this->innerGateway->loadGroupData($groupIds); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -108,7 +110,7 @@ public function loadGroupDataByIdentifier(string $identifier): array { try { return $this->innerGateway->loadGroupDataByIdentifier($identifier); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -117,52 +119,64 @@ public function loadAllGroupsData(): array { try { return $this->innerGateway->loadAllGroupsData(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadTypesDataForGroup(int $groupId, int $status): array - { + public function loadTypesDataForGroup( + int $groupId, + int $status + ): array { try { return $this->innerGateway->loadTypesDataForGroup($groupId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function insertType(Type $type, ?int $typeId = null): int - { + public function insertType( + Type $type, + ?int $typeId = null + ): int { try { return $this->innerGateway->insertType($type, $typeId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function insertGroupAssignment(int $groupId, int $typeId, int $status): void - { + public function insertGroupAssignment( + int $groupId, + int $typeId, + int $status + ): void { try { $this->innerGateway->insertGroupAssignment($groupId, $typeId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteGroupAssignment(int $groupId, int $typeId, int $status): void - { + public function deleteGroupAssignment( + int $groupId, + int $typeId, + int $status + ): void { try { $this->innerGateway->deleteGroupAssignment($groupId, $typeId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadFieldDefinition(int $id, int $status): array - { + public function loadFieldDefinition( + int $id, + int $status + ): array { try { return $this->innerGateway->loadFieldDefinition($id, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -180,7 +194,7 @@ public function insertFieldDefinition( $fieldDefinition, $storageFieldDef ); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -192,7 +206,7 @@ public function deleteFieldDefinition( ): void { try { $this->innerGateway->deleteFieldDefinition($typeId, $status, $fieldDefinitionId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -205,16 +219,19 @@ public function updateFieldDefinition( ): void { try { $this->innerGateway->updateFieldDefinition($typeId, $status, $fieldDefinition, $storageFieldDef); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function updateType(int $typeId, int $status, Type $type): void - { + public function updateType( + int $typeId, + int $status, + Type $type + ): void { try { $this->innerGateway->updateType($typeId, $status, $type); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -223,34 +240,40 @@ public function loadTypesListData(array $typeIds): array { try { return $this->innerGateway->loadTypesListData($typeIds); - } catch (PDOException|DBALException $e) { + } catch (PDOException | DBALException $e) { throw DatabaseException::wrap($e); } } - public function loadTypeData(int $typeId, int $status): array - { + public function loadTypeData( + int $typeId, + int $status + ): array { try { return $this->innerGateway->loadTypeData($typeId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadTypeDataByIdentifier(string $identifier, int $status): array - { + public function loadTypeDataByIdentifier( + string $identifier, + int $status + ): array { try { return $this->innerGateway->loadTypeDataByIdentifier($identifier, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadTypeDataByRemoteId(string $remoteId, int $status): array - { + public function loadTypeDataByRemoteId( + string $remoteId, + int $status + ): array { try { return $this->innerGateway->loadTypeDataByRemoteId($remoteId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -268,52 +291,63 @@ public function countInstancesOfType(int $typeId): int { try { return $this->innerGateway->countInstancesOfType($typeId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function delete(int $typeId, int $status): void - { + public function delete( + int $typeId, + int $status + ): void { try { $this->innerGateway->delete($typeId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteFieldDefinitionsForType(int $typeId, int $status): void - { + public function deleteFieldDefinitionsForType( + int $typeId, + int $status + ): void { try { $this->innerGateway->deleteFieldDefinitionsForType($typeId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteType(int $typeId, int $status): void - { + public function deleteType( + int $typeId, + int $status + ): void { try { $this->innerGateway->deleteType($typeId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteGroupAssignmentsForType(int $typeId, int $status): void - { + public function deleteGroupAssignmentsForType( + int $typeId, + int $status + ): void { try { $this->innerGateway->deleteGroupAssignmentsForType($typeId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function publishTypeAndFields(int $typeId, int $sourceStatus, int $targetStatus): void - { + public function publishTypeAndFields( + int $typeId, + int $sourceStatus, + int $targetStatus + ): void { try { $this->innerGateway->publishTypeAndFields($typeId, $sourceStatus, $targetStatus); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -322,7 +356,7 @@ public function getSearchableFieldMapData(): array { try { return $this->innerGateway->getSearchableFieldMapData(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -338,27 +372,33 @@ public function removeFieldDefinitionTranslation( $languageCode, $status ); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function removeByUserAndVersion(int $userId, int $version): void - { + public function removeByUserAndVersion( + int $userId, + int $version + ): void { $this->removeByUserAndStatus($userId, $version); } - public function removeByUserAndStatus(int $userId, int $status): void - { + public function removeByUserAndStatus( + int $userId, + int $status + ): void { try { $this->innerGateway->removeByUserAndStatus($userId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function findContentTypes(?ContentTypeQuery $query = null, array $prioritizedLanguages = []): array - { + public function findContentTypes( + ?ContentTypeQuery $query = null, + array $prioritizedLanguages = [] + ): array { try { return $this->innerGateway->findContentTypes($query, $prioritizedLanguages); } catch (DBALException | PDOException $e) { diff --git a/src/lib/Persistence/Legacy/Content/Type/Handler.php b/src/lib/Persistence/Legacy/Content/Type/Handler.php index 2574637af5..64c1963d3e 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Handler.php +++ b/src/lib/Persistence/Legacy/Content/Type/Handler.php @@ -26,7 +26,7 @@ class Handler implements BaseContentTypeHandler { - /** @var \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway */ + /** @var Gateway */ protected $contentTypeGateway; /** @@ -39,7 +39,7 @@ class Handler implements BaseContentTypeHandler /** * Content type update handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\Update\Handler + * @var UpdateHandler */ protected $updateHandler; @@ -48,9 +48,9 @@ class Handler implements BaseContentTypeHandler /** * Creates a new content type handler. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway $contentTypeGateway - * @param \Ibexa\Core\Persistence\Legacy\Content\Type\Mapper $mapper - * @param \Ibexa\Core\Persistence\Legacy\Content\Type\Update\Handler $updateHandler + * @param Gateway $contentTypeGateway + * @param Mapper $mapper + * @param UpdateHandler $updateHandler */ public function __construct( Gateway $contentTypeGateway, @@ -66,9 +66,9 @@ public function __construct( } /** - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\Group\CreateStruct $createStruct + * @param GroupCreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group + * @return Group */ public function createGroup(GroupCreateStruct $createStruct) { @@ -84,9 +84,9 @@ public function createGroup(GroupCreateStruct $createStruct) } /** - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\Group\UpdateStruct $struct + * @param GroupUpdateStruct $struct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group + * @return Group */ public function updateGroup(GroupUpdateStruct $struct) { @@ -116,7 +116,7 @@ public function deleteGroup($groupId) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If type group with $groupId is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group + * @return Group */ public function loadGroup($groupId) { @@ -153,7 +153,7 @@ public function loadGroups(array $groupIds) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If type group with $identifier is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group + * @return Group */ public function loadGroupByIdentifier($identifier) { @@ -169,7 +169,7 @@ public function loadGroupByIdentifier($identifier) } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group[] + * @return Group[] */ public function loadAllGroups() { @@ -182,10 +182,12 @@ public function loadAllGroups() * @param mixed $groupId * @param int $status * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type[] + * @return Type[] */ - public function loadContentTypes($groupId, $status = 0) - { + public function loadContentTypes( + $groupId, + $status = 0 + ) { return $this->mapper->extractTypesFromRows( $this->contentTypeGateway->loadTypesDataForGroup($groupId, $status) ); @@ -199,8 +201,10 @@ public function loadContentTypeList(array $contentTypeIds): array ); } - public function findContentTypes(?ContentTypeQuery $query = null, array $prioritizedLanguages = []): array - { + public function findContentTypes( + ?ContentTypeQuery $query = null, + array $prioritizedLanguages = [] + ): array { $rows = $this->contentTypeGateway->findContentTypes($query, $prioritizedLanguages); $items = $this->mapper->extractTypesFromRows( $rows['items'], @@ -214,7 +218,7 @@ public function findContentTypes(?ContentTypeQuery $query = null, array $priorit } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type[] + * @return Type[] */ public function loadContentTypesByFieldDefinitionIdentifier(string $identifier): array { @@ -231,10 +235,12 @@ public function loadContentTypesByFieldDefinitionIdentifier(string $identifier): * @param int $contentTypeId * @param int $status * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ - public function load($contentTypeId, $status = Type::STATUS_DEFINED) - { + public function load( + $contentTypeId, + $status = Type::STATUS_DEFINED + ) { return $this->loadFromRows( $this->contentTypeGateway->loadTypeData($contentTypeId, $status), $contentTypeId, @@ -251,7 +257,7 @@ public function load($contentTypeId, $status = Type::STATUS_DEFINED) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If defined type is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ public function loadByIdentifier($identifier) { @@ -269,7 +275,7 @@ public function loadByIdentifier($identifier) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If defined type is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ public function loadByRemoteId($remoteId) { @@ -287,10 +293,13 @@ public function loadByRemoteId($remoteId) * @param mixed $typeIdentifier * @param int $status * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ - protected function loadFromRows(array $rows, $typeIdentifier, $status) - { + protected function loadFromRows( + array $rows, + $typeIdentifier, + $status + ) { $types = $this->mapper->extractTypesFromRows($rows); if (count($types) !== 1) { throw new Exception\TypeNotFound($typeIdentifier, $status); @@ -300,9 +309,9 @@ protected function loadFromRows(array $rows, $typeIdentifier, $status) } /** - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\CreateStruct $createStruct + * @param CreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ public function create(CreateStruct $createStruct) { @@ -314,13 +323,15 @@ public function create(CreateStruct $createStruct) * * Used by self::create(), self::createDraft() and self::copy() * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\CreateStruct $createStruct + * @param CreateStruct $createStruct * @param mixed|null $contentTypeId Used by self::createDraft() to retain ContentType id in the draft * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ - protected function internalCreate(CreateStruct $createStruct, $contentTypeId = null) - { + protected function internalCreate( + CreateStruct $createStruct, + $contentTypeId = null + ) { foreach ($createStruct->fieldDefinitions as $fieldDef) { if (!is_int($fieldDef->position)) { throw new InvalidArgumentException( @@ -368,12 +379,15 @@ protected function internalCreate(CreateStruct $createStruct, $contentTypeId = n /** * @param mixed $typeId * @param int $status - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\UpdateStruct $updateStruct + * @param UpdateStruct $updateStruct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ - public function update($typeId, $status, UpdateStruct $updateStruct) - { + public function update( + $typeId, + $status, + UpdateStruct $updateStruct + ) { $contentType = $this->mapper->createTypeFromUpdateStruct( $updateStruct ); @@ -390,8 +404,10 @@ public function update($typeId, $status, UpdateStruct $updateStruct) * * @return bool */ - public function delete($contentTypeId, $status): bool - { + public function delete( + $contentTypeId, + $status + ): bool { if (Type::STATUS_DEFINED === $status && $this->contentTypeGateway->countInstancesOfType($contentTypeId)) { throw new BadStateException( '$contentTypeId', @@ -425,10 +441,12 @@ public function delete($contentTypeId, $status): bool * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If type with defined status is not found * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ - public function createDraft($modifierId, $contentTypeId) - { + public function createDraft( + $modifierId, + $contentTypeId + ) { $createStruct = $this->mapper->createCreateStructFromType( $this->load($contentTypeId, Type::STATUS_DEFINED) ); @@ -444,10 +462,13 @@ public function createDraft($modifierId, $contentTypeId) * @param mixed $contentTypeId * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ - public function copy($userId, $contentTypeId, $status) - { + public function copy( + $userId, + $contentTypeId, + $status + ) { $createStruct = $this->mapper->createCreateStructFromType( $this->load($contentTypeId, $status) ); @@ -487,8 +508,11 @@ public function copy($userId, $contentTypeId, $status) * * @todo Add throws for NotFound and BadState when group is not assigned to type */ - public function unlink($groupId, $contentTypeId, $status): bool - { + public function unlink( + $groupId, + $contentTypeId, + $status + ): bool { $groupCount = $this->contentTypeGateway->countGroupsForType($contentTypeId, $status); if ($groupCount < 2) { throw new Exception\RemoveLastGroupFromType($contentTypeId, $status); @@ -510,8 +534,11 @@ public function unlink($groupId, $contentTypeId, $status): bool * * @todo Above throws are not implemented */ - public function link($groupId, $contentTypeId, $status): bool - { + public function link( + $groupId, + $contentTypeId, + $status + ): bool { $this->contentTypeGateway->insertGroupAssignment($groupId, $contentTypeId, $status); // @todo FIXME: What is to be returned? @@ -526,10 +553,12 @@ public function link($groupId, $contentTypeId, $status): bool * @param mixed $id * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition + * @return FieldDefinition */ - public function getFieldDefinition($id, $status) - { + public function getFieldDefinition( + $id, + $status + ) { $rows = $this->contentTypeGateway->loadFieldDefinition($id, $status); if (count($rows) === 0) { @@ -568,10 +597,13 @@ public function getContentCount($contentTypeId) * * @param mixed $contentTypeId * @param int $status One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDefinition + * @param FieldDefinition $fieldDefinition */ - public function addFieldDefinition($contentTypeId, $status, FieldDefinition $fieldDefinition) - { + public function addFieldDefinition( + $contentTypeId, + $status, + FieldDefinition $fieldDefinition + ) { $storageFieldDef = new StorageFieldDefinition(); $this->mapper->toStorageFieldDefinition($fieldDefinition, $storageFieldDef); $fieldDefinition->id = $this->contentTypeGateway->insertFieldDefinition( @@ -623,10 +655,13 @@ public function removeFieldDefinition( * field (default) values. * * @param mixed $contentTypeId - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDefinition + * @param FieldDefinition $fieldDefinition */ - public function updateFieldDefinition($contentTypeId, $status, FieldDefinition $fieldDefinition) - { + public function updateFieldDefinition( + $contentTypeId, + $status, + FieldDefinition $fieldDefinition + ) { $storageFieldDef = new StorageFieldDefinition(); $this->mapper->toStorageFieldDefinition($fieldDefinition, $storageFieldDef); $this->contentTypeGateway->updateFieldDefinition($contentTypeId, $status, $fieldDefinition, $storageFieldDef); @@ -685,10 +720,12 @@ public function getSearchableFieldMap() * @param int $contentTypeId * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ - public function removeContentTypeTranslation(int $contentTypeId, string $languageCode): Type - { + public function removeContentTypeTranslation( + int $contentTypeId, + string $languageCode + ): Type { $type = $this->load($contentTypeId, Type::STATUS_DRAFT); unset($type->name[$languageCode]); @@ -723,8 +760,10 @@ public function removeContentTypeTranslation(int $contentTypeId, string $languag return $this->update($type->id, Type::STATUS_DRAFT, $updateStruct); } - public function deleteByUserAndStatus(int $userId, int $status): void - { + public function deleteByUserAndStatus( + int $userId, + int $status + ): void { $this->contentTypeGateway->removeByUserAndVersion($userId, $status); } } diff --git a/src/lib/Persistence/Legacy/Content/Type/Mapper.php b/src/lib/Persistence/Legacy/Content/Type/Mapper.php index 1aa365a799..c0e4113df4 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Mapper.php +++ b/src/lib/Persistence/Legacy/Content/Type/Mapper.php @@ -29,11 +29,11 @@ class Mapper /** * Converter registry. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @var ConverterRegistry */ protected $converterRegistry; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator */ + /** @var MaskGenerator */ private $maskGenerator; private StorageDispatcherInterface $storageDispatcher; @@ -41,8 +41,8 @@ class Mapper /** * Creates a new content type mapper. * - * @param \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry $converterRegistry - * @param \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator $maskGenerator + * @param ConverterRegistry $converterRegistry + * @param MaskGenerator $maskGenerator */ public function __construct( ConverterRegistry $converterRegistry, @@ -58,9 +58,9 @@ public function __construct( /** * Creates a Group from its create struct. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\Group\CreateStruct $struct + * @param GroupCreateStruct $struct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group + * @return Group * * @todo $description is not supported by database, yet */ @@ -87,7 +87,7 @@ public function createGroupFromCreateStruct(GroupCreateStruct $struct) * * @param array $rows * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group[] + * @return Group[] */ public function extractGroupsFromRows(array $rows) { @@ -117,8 +117,10 @@ public function extractGroupsFromRows(array $rows) * * @return array (Type) */ - public function extractTypesFromRows(array $rows, bool $keepTypeIdAsKey = false) - { + public function extractTypesFromRows( + array $rows, + bool $keepTypeIdAsKey = false + ) { $types = []; $fields = []; @@ -184,7 +186,7 @@ public function extractMultilingualData(array $fieldDefinitionRows): array * * @param array $row * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ protected function extractTypeFromRow(array $row) { @@ -228,10 +230,13 @@ protected function extractTypeFromRow(array $row) * @param array $row * @param array $multilingualData * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition + * @return FieldDefinition */ - public function extractFieldFromRow(array $row, array $multilingualData = [], int $status = Type::STATUS_DEFINED) - { + public function extractFieldFromRow( + array $row, + array $multilingualData = [], + int $status = Type::STATUS_DEFINED + ) { $storageFieldDef = $this->extractStorageFieldFromRow($row, $multilingualData); $field = new FieldDefinition(); @@ -275,10 +280,12 @@ public function extractFieldFromRow(array $row, array $multilingualData = [], in * @param array $row * @param array $multilingualDataRow * - * @return \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition + * @return StorageFieldDefinition */ - protected function extractStorageFieldFromRow(array $row, array $multilingualDataRow = []) - { + protected function extractStorageFieldFromRow( + array $row, + array $multilingualDataRow = [] + ) { $storageFieldDef = new StorageFieldDefinition(); $storageFieldDef->dataFloat1 = isset($row['content_type_field_definition_data_float1']) @@ -341,9 +348,9 @@ protected function extractStorageFieldFromRow(array $row, array $multilingualDat /** * Maps properties from $struct to $type. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\CreateStruct $createStruct + * @param CreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ public function createTypeFromCreateStruct(CreateStruct $createStruct) { @@ -375,9 +382,9 @@ public function createTypeFromCreateStruct(CreateStruct $createStruct) /** * Creates a create struct from an existing $type. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type $type + * @param Type $type * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\CreateStruct + * @return CreateStruct */ public function createCreateStructFromType(Type $type) { @@ -408,9 +415,9 @@ public function createCreateStructFromType(Type $type) /** * Creates an update struct from an existing $type. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type $type + * @param Type $type * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\UpdateStruct + * @return UpdateStruct */ public function createUpdateStructFromType(Type $type) { @@ -436,8 +443,8 @@ public function createUpdateStructFromType(Type $type) /** * Maps $fieldDef to the legacy storage specific StorageFieldDefinition. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageFieldDef + * @param FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageFieldDef */ public function toStorageFieldDefinition( FieldDefinition $fieldDef, @@ -466,8 +473,8 @@ public function toStorageFieldDefinition( /** * Maps a FieldDefinition from the given $storageFieldDef. * - * @param \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition $storageFieldDef - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $fieldDef + * @param StorageFieldDefinition $storageFieldDef + * @param FieldDefinition $fieldDef */ public function toFieldDefinition( StorageFieldDefinition $storageFieldDef, @@ -493,17 +500,19 @@ public function toFieldDefinition( * * @return array|mixed */ - protected function unserialize($serialized, $default = []) - { + protected function unserialize( + $serialized, + $default = [] + ) { return $serialized ? unserialize($serialized) : $default; } /** - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\UpdateStruct $updateStruct + * @param UpdateStruct $updateStruct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ public function createTypeFromUpdateStruct(UpdateStruct $updateStruct): Type { diff --git a/src/lib/Persistence/Legacy/Content/Type/MemoryCachingHandler.php b/src/lib/Persistence/Legacy/Content/Type/MemoryCachingHandler.php index 868b7ec73f..276c979179 100644 --- a/src/lib/Persistence/Legacy/Content/Type/MemoryCachingHandler.php +++ b/src/lib/Persistence/Legacy/Content/Type/MemoryCachingHandler.php @@ -95,7 +95,7 @@ public function loadGroup($groupId): Group } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group[] + * @return Group[] */ public function loadGroups(array $groupIds): array { @@ -138,7 +138,7 @@ public function loadGroupByIdentifier($identifier): Group } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group[] + * @return Group[] */ public function loadAllGroups(): array { @@ -154,10 +154,12 @@ public function loadAllGroups(): array } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type[] + * @return Type[] */ - public function loadContentTypes($groupId, $status = Type::STATUS_DEFINED): array - { + public function loadContentTypes( + $groupId, + $status = Type::STATUS_DEFINED + ): array { if ($status !== Type::STATUS_DEFINED) { return $this->innerHandler->loadContentTypes($groupId, $status); } @@ -173,13 +175,15 @@ public function loadContentTypes($groupId, $status = Type::STATUS_DEFINED): arra return $types; } - public function findContentTypes(?ContentTypeQuery $query = null, array $prioritizedLanguages = []): array - { + public function findContentTypes( + ?ContentTypeQuery $query = null, + array $prioritizedLanguages = [] + ): array { return $this->innerHandler->findContentTypes($query, $prioritizedLanguages); } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type[] + * @return Type[] */ public function loadContentTypeList(array $contentTypeIds): array { @@ -232,8 +236,10 @@ public function loadContentTypesByFieldDefinitionIdentifier(string $identifier): /** * {@inheritdoc} */ - public function load($contentTypeId, $status = Type::STATUS_DEFINED) - { + public function load( + $contentTypeId, + $status = Type::STATUS_DEFINED + ) { $contentType = $this->cache->get( $this->generator->generateKey(self::CONTENT_TYPE, [$contentTypeId], true) . '-' . $status ); @@ -285,22 +291,29 @@ public function create(CreateStruct $createStruct): Type return $contentType; } - public function update($typeId, $status, UpdateStruct $contentType): Type - { + public function update( + $typeId, + $status, + UpdateStruct $contentType + ): Type { $contentType = $this->innerHandler->update($typeId, $status, $contentType); $this->storeTypeCache([$contentType]); return $contentType; } - public function delete($contentTypeId, $status): void - { + public function delete( + $contentTypeId, + $status + ): void { $this->innerHandler->delete($contentTypeId, $status); $this->deleteTypeCache($contentTypeId, $status); } - public function createDraft($modifierId, $contentTypeId): Type - { + public function createDraft( + $modifierId, + $contentTypeId + ): Type { $contentType = $this->innerHandler->createDraft($modifierId, $contentTypeId); // Don't store as FieldTypeConstraints is not setup fully here from Legacy SE side $this->deleteTypeCache($contentType->id, $contentType->status); @@ -308,16 +321,22 @@ public function createDraft($modifierId, $contentTypeId): Type return $contentType; } - public function copy($userId, $contentTypeId, $status): Type - { + public function copy( + $userId, + $contentTypeId, + $status + ): Type { $contentType = $this->innerHandler->copy($userId, $contentTypeId, $status); $this->storeTypeCache([$contentType]); return $contentType; } - public function unlink($groupId, $contentTypeId, $status): bool - { + public function unlink( + $groupId, + $contentTypeId, + $status + ): bool { $keys = [ $this->generator->generateKey(self::CONTENT_TYPE, [$contentTypeId], true) . '-' . $status, ]; @@ -331,8 +350,11 @@ public function unlink($groupId, $contentTypeId, $status): bool return $this->innerHandler->unlink($groupId, $contentTypeId, $status); } - public function link($groupId, $contentTypeId, $status): bool - { + public function link( + $groupId, + $contentTypeId, + $status + ): bool { $keys = [ $this->generator->generateKey(self::CONTENT_TYPE, [$contentTypeId], true) . '-' . $status, ]; @@ -346,8 +368,10 @@ public function link($groupId, $contentTypeId, $status): bool return $this->innerHandler->link($groupId, $contentTypeId, $status); } - public function getFieldDefinition($id, $status): FieldDefinition - { + public function getFieldDefinition( + $id, + $status + ): FieldDefinition { return $this->innerHandler->getFieldDefinition($id, $status); } @@ -356,8 +380,11 @@ public function getContentCount($contentTypeId): int return $this->innerHandler->getContentCount($contentTypeId); } - public function addFieldDefinition($contentTypeId, $status, FieldDefinition $fieldDefinition) - { + public function addFieldDefinition( + $contentTypeId, + $status, + FieldDefinition $fieldDefinition + ) { $this->deleteTypeCache($contentTypeId, $status); return $this->innerHandler->addFieldDefinition($contentTypeId, $status, $fieldDefinition); @@ -372,8 +399,11 @@ public function removeFieldDefinition( $this->innerHandler->removeFieldDefinition($contentTypeId, $status, $fieldDefinition); } - public function updateFieldDefinition($contentTypeId, $status, FieldDefinition $fieldDefinition): void - { + public function updateFieldDefinition( + $contentTypeId, + $status, + FieldDefinition $fieldDefinition + ): void { $this->deleteTypeCache($contentTypeId, $status); $this->innerHandler->updateFieldDefinition($contentTypeId, $status, $fieldDefinition); @@ -409,8 +439,10 @@ static function (): array { return $map; } - public function removeContentTypeTranslation(int $contentTypeId, string $languageCode): Type - { + public function removeContentTypeTranslation( + int $contentTypeId, + string $languageCode + ): Type { $this->clearCache(); return $this->innerHandler->removeContentTypeTranslation($contentTypeId, $languageCode); @@ -424,8 +456,10 @@ public function clearCache(): void $this->cache->clear(); } - protected function deleteTypeCache(int $contentTypeId, int $status = Type::STATUS_DEFINED): void - { + protected function deleteTypeCache( + int $contentTypeId, + int $status = Type::STATUS_DEFINED + ): void { if ($status !== Type::STATUS_DEFINED) { // Delete by primary key will remove the object, so we don't need to clear other variants here. $this->cache->deleteMulti([ @@ -438,8 +472,10 @@ protected function deleteTypeCache(int $contentTypeId, int $status = Type::STATU } } - protected function storeTypeCache(array $types, ?string $listIndex = null): void - { + protected function storeTypeCache( + array $types, + ?string $listIndex = null + ): void { $this->cache->setMulti( $types, function (Type $type): array { @@ -467,8 +503,10 @@ function (Type $type): array { ]); } - protected function storeGroupCache(array $groups, ?string $listIndex = null): void - { + protected function storeGroupCache( + array $groups, + ?string $listIndex = null + ): void { $this->cache->setMulti( $groups, function (Group $group): array { @@ -482,8 +520,10 @@ function (Group $group): array { ); } - public function deleteByUserAndStatus(int $userId, int $status): void - { + public function deleteByUserAndStatus( + int $userId, + int $status + ): void { $this->innerHandler->deleteByUserAndStatus($userId, $status); } } diff --git a/src/lib/Persistence/Legacy/Content/Type/StorageDispatcher.php b/src/lib/Persistence/Legacy/Content/Type/StorageDispatcher.php index 702e7e4879..b5319e37e7 100644 --- a/src/lib/Persistence/Legacy/Content/Type/StorageDispatcher.php +++ b/src/lib/Persistence/Legacy/Content/Type/StorageDispatcher.php @@ -27,16 +27,20 @@ public function publishFieldConstraintsData(FieldDefinition $fieldDefinition): v } } - public function storeFieldConstraintsData(FieldDefinition $fieldDefinition, int $status): void - { + public function storeFieldConstraintsData( + FieldDefinition $fieldDefinition, + int $status + ): void { if ($this->registry->hasStorage($fieldDefinition->fieldType)) { $storage = $this->registry->getStorage($fieldDefinition->fieldType); $storage->storeFieldConstraintsData($fieldDefinition->id, $status, $fieldDefinition->fieldTypeConstraints); } } - public function loadFieldConstraintsData(FieldDefinition $fieldDefinition, int $status): void - { + public function loadFieldConstraintsData( + FieldDefinition $fieldDefinition, + int $status + ): void { if ($this->registry->hasStorage($fieldDefinition->fieldType)) { $storage = $this->registry->getStorage($fieldDefinition->fieldType); @@ -44,8 +48,11 @@ public function loadFieldConstraintsData(FieldDefinition $fieldDefinition, int $ } } - public function deleteFieldConstraintsData(string $fieldTypeIdentifier, int $fieldDefinitionId, int $status): void - { + public function deleteFieldConstraintsData( + string $fieldTypeIdentifier, + int $fieldDefinitionId, + int $status + ): void { if ($this->registry->hasStorage($fieldTypeIdentifier)) { $storage = $this->registry->getStorage($fieldTypeIdentifier); $storage->deleteFieldConstraintsData($fieldDefinitionId, $status); diff --git a/src/lib/Persistence/Legacy/Content/Type/StorageDispatcherInterface.php b/src/lib/Persistence/Legacy/Content/Type/StorageDispatcherInterface.php index cd2e182ade..3fb38edde8 100644 --- a/src/lib/Persistence/Legacy/Content/Type/StorageDispatcherInterface.php +++ b/src/lib/Persistence/Legacy/Content/Type/StorageDispatcherInterface.php @@ -14,9 +14,19 @@ interface StorageDispatcherInterface { public function publishFieldConstraintsData(FieldDefinition $fieldDefinition): void; - public function storeFieldConstraintsData(FieldDefinition $fieldDefinition, int $status): void; + public function storeFieldConstraintsData( + FieldDefinition $fieldDefinition, + int $status + ): void; - public function loadFieldConstraintsData(FieldDefinition $fieldDefinition, int $status): void; + public function loadFieldConstraintsData( + FieldDefinition $fieldDefinition, + int $status + ): void; - public function deleteFieldConstraintsData(string $fieldTypeIdentifier, int $fieldDefinitionId, int $status): void; + public function deleteFieldConstraintsData( + string $fieldTypeIdentifier, + int $fieldDefinitionId, + int $status + ): void; } diff --git a/src/lib/Persistence/Legacy/Content/Type/StorageRegistry.php b/src/lib/Persistence/Legacy/Content/Type/StorageRegistry.php index fe0e334bd1..41f6d61f8b 100644 --- a/src/lib/Persistence/Legacy/Content/Type/StorageRegistry.php +++ b/src/lib/Persistence/Legacy/Content/Type/StorageRegistry.php @@ -13,7 +13,7 @@ final class StorageRegistry implements StorageRegistryInterface { - /** @var iterable */ + /** @var iterable */ private iterable $storages; public function __construct(iterable $storages) diff --git a/src/lib/Persistence/Legacy/Content/Type/StorageRegistryInterface.php b/src/lib/Persistence/Legacy/Content/Type/StorageRegistryInterface.php index 4b4edc2a24..60a22f2a11 100644 --- a/src/lib/Persistence/Legacy/Content/Type/StorageRegistryInterface.php +++ b/src/lib/Persistence/Legacy/Content/Type/StorageRegistryInterface.php @@ -9,13 +9,14 @@ namespace Ibexa\Core\Persistence\Legacy\Content\Type; use Ibexa\Contracts\Core\FieldType\FieldConstraintsStorage; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; interface StorageRegistryInterface { public function hasStorage(string $fieldTypeName): bool; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function getStorage(string $fieldTypeName): FieldConstraintsStorage; } diff --git a/src/lib/Persistence/Legacy/Content/Type/Update/Handler.php b/src/lib/Persistence/Legacy/Content/Type/Update/Handler.php index a3595b3e07..924f6cf964 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Update/Handler.php +++ b/src/lib/Persistence/Legacy/Content/Type/Update/Handler.php @@ -20,7 +20,10 @@ abstract class Handler /** * Update existing Content items from one version of a content type to another one. */ - abstract public function updateContentObjects(Type $fromType, Type $toType): void; + abstract public function updateContentObjects( + Type $fromType, + Type $toType + ): void; /** * Delete old version of a content type and all of its Field Definitions. @@ -30,5 +33,8 @@ abstract public function deleteOldType(Type $fromType): void; /** * Change content type status. */ - abstract public function publishNewType(Type $toType, int $newStatus): void; + abstract public function publishNewType( + Type $toType, + int $newStatus + ): void; } diff --git a/src/lib/Persistence/Legacy/Content/Type/Update/Handler/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Content/Type/Update/Handler/DoctrineDatabase.php index be47884bb5..2bed517c65 100644 --- a/src/lib/Persistence/Legacy/Content/Type/Update/Handler/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Content/Type/Update/Handler/DoctrineDatabase.php @@ -19,7 +19,7 @@ */ final class DoctrineDatabase extends Handler { - /** @var \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway */ + /** @var Gateway */ protected $contentTypeGateway; public function __construct(Gateway $contentTypeGateway) @@ -27,8 +27,10 @@ public function __construct(Gateway $contentTypeGateway) $this->contentTypeGateway = $contentTypeGateway; } - public function updateContentObjects(Type $fromType, Type $toType): void - { + public function updateContentObjects( + Type $fromType, + Type $toType + ): void { // Do nothing, content objects are no longer updated } @@ -37,8 +39,10 @@ public function deleteOldType(Type $fromType): void $this->contentTypeGateway->delete($fromType->id, $fromType->status); } - public function publishNewType(Type $toType, int $newStatus): void - { + public function publishNewType( + Type $toType, + int $newStatus + ): void { $this->contentTypeGateway->publishTypeAndFields( $toType->id, $toType->status, diff --git a/src/lib/Persistence/Legacy/Content/UrlAlias/DTO/SwappedLocationProperties.php b/src/lib/Persistence/Legacy/Content/UrlAlias/DTO/SwappedLocationProperties.php index ec69e28185..ff21a4a2f3 100644 --- a/src/lib/Persistence/Legacy/Content/UrlAlias/DTO/SwappedLocationProperties.php +++ b/src/lib/Persistence/Legacy/Content/UrlAlias/DTO/SwappedLocationProperties.php @@ -12,8 +12,10 @@ */ class SwappedLocationProperties { - public function __construct($id, $parentId) - { + public function __construct( + $id, + $parentId + ) { $this->id = $id; $this->parentId = $parentId; } diff --git a/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway.php b/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway.php index f06aa72ba9..ca8f74d772 100644 --- a/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway.php +++ b/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway.php @@ -8,6 +8,9 @@ namespace Ibexa\Core\Persistence\Legacy\Content\UrlAlias; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; + /** * UrlAlias Gateway. * @@ -51,7 +54,7 @@ abstract public function loadLocationEntries( /** * Load paged list of global aliases. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the given language doesn't exist + * @throws NotFoundException if the given language doesn't exist */ abstract public function listGlobalEntries( ?string $languageCode = null, @@ -72,7 +75,11 @@ abstract public function isRootEntry(int $id): bool; * * @param array $values associative array with column names as keys and column values as values */ - abstract public function updateRow(int $parentId, string $textMD5, array $values): void; + abstract public function updateRow( + int $parentId, + string $textMD5, + array $values + ): void; /** * Insert new row into urlalias_ml table. @@ -84,7 +91,10 @@ abstract public function insertRow(array $values): int; /** * Load single row matched by composite primary key. */ - abstract public function loadRow(int $parentId, string $textMD5): array; + abstract public function loadRow( + int $parentId, + string $textMD5 + ): array; /** * Downgrade autogenerated entry matched by given $action and $languageId and negatively matched by @@ -107,7 +117,10 @@ abstract public function cleanupAfterPublish( * Used when swapping Location aliases, this ensures that given $languageMask matches a * single entry (database row). */ - abstract public function historizeBeforeSwap(string $action, int $languageMask): void; + abstract public function historizeBeforeSwap( + string $action, + int $languageMask + ): void; /** * Mark all entries with given $id as history entries. @@ -115,19 +128,25 @@ abstract public function historizeBeforeSwap(string $action, int $languageMask): * This method is used by Handler::locationMoved(). Each row is separately historized * because future publishing needs to be able to take over history entries safely. */ - abstract public function historizeId(int $id, int $link): void; + abstract public function historizeId( + int $id, + int $link + ): void; /** * Update parent id of autogenerated entries. * * Update includes history entries. */ - abstract public function reparent(int $oldParentId, int $newParentId): void; + abstract public function reparent( + int $oldParentId, + int $newParentId + ): void; /** * Load path data identified by given $id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ abstract public function loadPathData(int $id): array; @@ -153,19 +172,28 @@ abstract public function loadUrlAliasData(array $urlHashes): array; /** * Load autogenerated entry id by given $action and optionally $parentId. */ - abstract public function loadAutogeneratedEntry(string $action, ?int $parentId = null): array; + abstract public function loadAutogeneratedEntry( + string $action, + ?int $parentId = null + ): array; /** * Delete single custom alias row matched by composite primary key. */ - abstract public function removeCustomAlias(int $parentId, string $textMD5): bool; + abstract public function removeCustomAlias( + int $parentId, + string $textMD5 + ): bool; /** * Delete all rows with given $action and optionally $id. * * If $id is set only autogenerated entries will be removed. */ - abstract public function remove(string $action, ?int $id = null): void; + abstract public function remove( + string $action, + ?int $id = null + ): void; /** * Load all autogenerated entries with given $parentId with optionally included history entries. @@ -190,7 +218,10 @@ abstract public function getLocationContentMainLanguageId(int $locationId): int; * * @param string[] $actions actions for which to perform the update */ - abstract public function bulkRemoveTranslation(int $languageId, array $actions): void; + abstract public function bulkRemoveTranslation( + int $languageId, + array $actions + ): void; /** * Archive (remove or historize) URL aliases for removed Translations. diff --git a/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabase.php index 610f94decf..3ef2ca64a7 100644 --- a/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabase.php @@ -14,6 +14,7 @@ use Doctrine\DBAL\FetchMode; use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\Platforms\AbstractPlatform; +use Ibexa\Contracts\Core\Persistence\Content\UrlAlias\Handler; use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Base\Exceptions\DatabaseException; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; @@ -27,7 +28,7 @@ * * @internal Gateway implementation is considered internal. Use Persistence UrlAlias Handler instead. * - * @see \Ibexa\Contracts\Core\Persistence\Content\UrlAlias\Handler + * @see Handler */ final class DoctrineDatabase extends Gateway { @@ -334,8 +335,10 @@ private function archiveUrlAliasForDeletedTranslation( } } - public function historizeBeforeSwap(string $action, int $languageMask): void - { + public function historizeBeforeSwap( + string $action, + int $languageMask + ): void { $query = $this->connection->createQueryBuilder(); $query ->update($this->connection->quoteIdentifier($this->table)) @@ -388,8 +391,11 @@ public function historizeBeforeSwap(string $action, int $languageMask): void * History entry "id" column is moved to next id value so that all active (non-history) entries are kept * under the same id. */ - private function historize(int $parentId, string $textMD5, int $newId): void - { + private function historize( + int $parentId, + string $textMD5, + int $newId + ): void { $query = $this->connection->createQueryBuilder(); $query ->update($this->connection->quoteIdentifier($this->table)) @@ -428,8 +434,11 @@ private function historize(int $parentId, string $textMD5, int $newId): void * * Removes given $languageId from entry's language mask */ - private function removeTranslation(int $parentId, string $textMD5, int $languageId): void - { + private function removeTranslation( + int $parentId, + string $textMD5, + int $languageId + ): void { $query = $this->connection->createQueryBuilder(); $query ->update($this->connection->quoteIdentifier($this->table)) @@ -465,8 +474,10 @@ private function removeTranslation(int $parentId, string $textMD5, int $language $query->executeStatement(); } - public function historizeId(int $id, int $link): void - { + public function historizeId( + int $id, + int $link + ): void { if ($id === $link) { return; } @@ -510,8 +521,10 @@ public function historizeId(int $id, int $link): void } } - public function reparent(int $oldParentId, int $newParentId): void - { + public function reparent( + int $oldParentId, + int $newParentId + ): void { $query = $this->connection->createQueryBuilder(); $query->update( $this->connection->quoteIdentifier($this->table) @@ -531,8 +544,11 @@ public function reparent(int $oldParentId, int $newParentId): void $query->executeStatement(); } - public function updateRow(int $parentId, string $textMD5, array $values): void - { + public function updateRow( + int $parentId, + string $textMD5, + array $values + ): void { $query = $this->connection->createQueryBuilder(); $query->update($this->connection->quoteIdentifier($this->table)); foreach ($values as $columnName => $value) { @@ -626,8 +642,10 @@ public function getNextId(): int return (int)$this->connection->lastInsertId(self::INCR_TABLE_SEQ); } - public function loadRow(int $parentId, string $textMD5): array - { + public function loadRow( + int $parentId, + string $textMD5 + ): array { $query = $this->connection->createQueryBuilder(); $query->select('*')->from( $this->connection->quoteIdentifier($this->table) @@ -707,8 +725,10 @@ static function (string $columnName) use ($tableAlias): string { return false !== $result ? $result : []; } - public function loadAutogeneratedEntry(string $action, ?int $parentId = null): array - { + public function loadAutogeneratedEntry( + string $action, + ?int $parentId = null + ): array { $query = $this->connection->createQueryBuilder(); $query->select( '*' @@ -857,8 +877,10 @@ public function loadPathDataByHierarchy(array $hierarchyData): array return $data; } - public function removeCustomAlias(int $parentId, string $textMD5): bool - { + public function removeCustomAlias( + int $parentId, + string $textMD5 + ): bool { $query = $this->connection->createQueryBuilder(); $query->delete( $this->connection->quoteIdentifier($this->table) @@ -888,8 +910,10 @@ public function removeCustomAlias(int $parentId, string $textMD5): bool return $query->executeStatement() === 1; } - public function remove(string $action, ?int $id = null): void - { + public function remove( + string $action, + ?int $id = null + ): void { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $query @@ -923,8 +947,10 @@ public function remove(string $action, ?int $id = null): void $query->executeStatement(); } - public function loadAutogeneratedEntries(int $parentId, bool $includeHistory = false): array - { + public function loadAutogeneratedEntries( + int $parentId, + bool $includeHistory = false + ): array { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $query @@ -992,8 +1018,10 @@ public function getLocationContentMainLanguageId(int $locationId): int return (int)$languageId; } - public function bulkRemoveTranslation(int $languageId, array $actions): void - { + public function bulkRemoveTranslation( + int $languageId, + array $actions + ): void { $query = $this->connection->createQueryBuilder(); $query ->update($this->connection->quoteIdentifier($this->table)) @@ -1076,7 +1104,7 @@ private function loadLocationEntriesMatchingMultipleLanguages( false ); - /** @var \Doctrine\DBAL\Connection $connection */ + /** @var Connection $connection */ $query = $this->connection->createQueryBuilder(); $query ->select('id', 'lang_mask', 'parent', 'text_md5') @@ -1093,7 +1121,7 @@ private function loadLocationEntriesMatchingMultipleLanguages( } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function deleteUrlAliasesWithoutLocation(): int { @@ -1242,7 +1270,7 @@ public function repairBrokenUrlAliasesForLocation(int $locationId): void } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function deleteUrlNopAliasesWithoutChildren(): int { @@ -1292,7 +1320,7 @@ public function deleteUrlNopAliasesWithoutChildren(): int } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function getAllChildrenAliases(int $parentId): array { @@ -1407,8 +1435,10 @@ private function getUrlAliasesForLocation(int $locationId): array /** * Delete URL alias row by its primary composite key. */ - private function deleteRow(int $parentId, string $textMD5): int - { + private function deleteRow( + int $parentId, + string $textMD5 + ): int { $queryBuilder = $this->connection->createQueryBuilder(); $expr = $queryBuilder->expr(); $queryBuilder diff --git a/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway/ExceptionConversion.php index 79183277e0..298ca0e43f 100644 --- a/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/Content/UrlAlias/Gateway/ExceptionConversion.php @@ -21,14 +21,14 @@ final class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway + * @var Gateway */ private $innerGateway; /** * Creates a new exception conversion gateway around $innerGateway. * - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -39,7 +39,7 @@ public function setTable(string $name): void { try { $this->innerGateway->setTable($name); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -48,7 +48,7 @@ public function loadAllLocationEntries(int $locationId): array { try { return $this->innerGateway->loadAllLocationEntries($locationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -60,7 +60,7 @@ public function loadLocationEntries( ): array { try { return $this->innerGateway->loadLocationEntries($locationId, $custom); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -69,7 +69,7 @@ public function isRootEntry(int $id): bool { try { return $this->innerGateway->isRootEntry($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -83,43 +83,52 @@ public function cleanupAfterPublish( ): void { try { $this->innerGateway->cleanupAfterPublish($action, $languageId, $newId, $parentId, $textMD5); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function historizeBeforeSwap(string $action, int $languageMask): void - { + public function historizeBeforeSwap( + string $action, + int $languageMask + ): void { try { $this->innerGateway->historizeBeforeSwap($action, $languageMask); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function historizeId(int $id, int $link): void - { + public function historizeId( + int $id, + int $link + ): void { try { $this->innerGateway->historizeId($id, $link); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function reparent(int $oldParentId, int $newParentId): void - { + public function reparent( + int $oldParentId, + int $newParentId + ): void { try { $this->innerGateway->reparent($oldParentId, $newParentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function updateRow(int $parentId, string $textMD5, array $values): void - { + public function updateRow( + int $parentId, + string $textMD5, + array $values + ): void { try { $this->innerGateway->updateRow($parentId, $textMD5, $values); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -128,34 +137,40 @@ public function insertRow(array $values): int { try { return $this->innerGateway->insertRow($values); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadRow(int $parentId, string $textMD5): array - { + public function loadRow( + int $parentId, + string $textMD5 + ): array { try { return $this->innerGateway->loadRow($parentId, $textMD5); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadAutogeneratedEntry(string $action, ?int $parentId = null): array - { + public function loadAutogeneratedEntry( + string $action, + ?int $parentId = null + ): array { try { return $this->innerGateway->loadAutogeneratedEntry($action, $parentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function remove(string $action, ?int $id = null): void - { + public function remove( + string $action, + ?int $id = null + ): void { try { $this->innerGateway->remove($action, $id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -167,16 +182,18 @@ public function listGlobalEntries( ): array { try { return $this->innerGateway->listGlobalEntries($languageCode, $offset, $limit); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function removeCustomAlias(int $parentId, string $textMD5): bool - { + public function removeCustomAlias( + int $parentId, + string $textMD5 + ): bool { try { return $this->innerGateway->removeCustomAlias($parentId, $textMD5); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -185,7 +202,7 @@ public function loadUrlAliasData(array $urlHashes): array { try { return $this->innerGateway->loadUrlAliasData($urlHashes); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -194,7 +211,7 @@ public function loadPathData(int $id): array { try { return $this->innerGateway->loadPathData($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -203,16 +220,18 @@ public function loadPathDataByHierarchy(array $hierarchyData): array { try { return $this->innerGateway->loadPathDataByHierarchy($hierarchyData); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadAutogeneratedEntries(int $parentId, bool $includeHistory = false): array - { + public function loadAutogeneratedEntries( + int $parentId, + bool $includeHistory = false + ): array { try { return $this->innerGateway->loadAutogeneratedEntries($parentId, $includeHistory); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -221,7 +240,7 @@ public function getNextId(): int { try { return $this->innerGateway->getNextId(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -230,16 +249,18 @@ public function getLocationContentMainLanguageId(int $locationId): int { try { return $this->innerGateway->getLocationContentMainLanguageId($locationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function bulkRemoveTranslation(int $languageId, array $actions): void - { + public function bulkRemoveTranslation( + int $languageId, + array $actions + ): void { try { $this->innerGateway->bulkRemoveTranslation($languageId, $actions); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -251,7 +272,7 @@ public function archiveUrlAliasesForDeletedTranslations( ): void { try { $this->innerGateway->archiveUrlAliasesForDeletedTranslations($locationId, $parentId, $languageIds); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -260,7 +281,7 @@ public function deleteUrlAliasesWithoutLocation(): int { try { return $this->innerGateway->deleteUrlAliasesWithoutLocation(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -269,7 +290,7 @@ public function deleteUrlAliasesWithoutParent(): int { try { return $this->innerGateway->deleteUrlAliasesWithoutParent(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -278,7 +299,7 @@ public function deleteUrlAliasesWithBrokenLink(): int { try { return $this->innerGateway->deleteUrlAliasesWithBrokenLink(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -287,7 +308,7 @@ public function repairBrokenUrlAliasesForLocation(int $locationId): void { try { $this->innerGateway->repairBrokenUrlAliasesForLocation($locationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -296,7 +317,7 @@ public function deleteUrlNopAliasesWithoutChildren(): int { try { return $this->innerGateway->deleteUrlNopAliasesWithoutChildren(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -305,7 +326,7 @@ public function getAllChildrenAliases(int $parentId): array { try { return $this->innerGateway->getAllChildrenAliases($parentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/Content/UrlAlias/Handler.php b/src/lib/Persistence/Legacy/Content/UrlAlias/Handler.php index fcdebfa7ce..7c866009ca 100644 --- a/src/lib/Persistence/Legacy/Content/UrlAlias/Handler.php +++ b/src/lib/Persistence/Legacy/Content/UrlAlias/Handler.php @@ -18,6 +18,7 @@ use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; +use Ibexa\Core\Persistence\Legacy\Content\Language\CachingHandler; use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator; use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; use Ibexa\Core\Persistence\Legacy\Content\UrlAlias\DTO\SwappedLocationProperties; @@ -57,66 +58,66 @@ class Handler implements UrlAliasHandlerInterface /** * UrlAlias Gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway + * @var Gateway */ protected $gateway; /** * Gateway for handling location data. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @var LocationGateway */ protected $locationGateway; /** * UrlAlias Mapper. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Mapper + * @var Mapper */ protected $mapper; /** * Caching language handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Language\CachingHandler + * @var CachingHandler */ protected $languageHandler; /** * URL slug converter. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter + * @var SlugConverter */ protected $slugConverter; /** * Gateway for handling content data. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var ContentGateway */ protected $contentGateway; /** * Language mask generator. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator + * @var MaskGenerator */ protected $maskGenerator; - /** @var \Ibexa\Contracts\Core\Persistence\TransactionHandler */ + /** @var TransactionHandler */ private $transactionHandler; /** * Creates a new UrlAlias Handler. * - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway $gateway - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Mapper $mapper - * @param \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway $locationGateway - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\Handler $languageHandler - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter $slugConverter - * @param \Ibexa\Core\Persistence\Legacy\Content\Gateway $contentGateway - * @param \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator $maskGenerator - * @param \Ibexa\Contracts\Core\Persistence\TransactionHandler $transactionHandler + * @param Gateway $gateway + * @param Mapper $mapper + * @param LocationGateway $locationGateway + * @param LanguageHandler $languageHandler + * @param SlugConverter $slugConverter + * @param ContentGateway $contentGateway + * @param MaskGenerator $maskGenerator + * @param TransactionHandler $transactionHandler */ public function __construct( Gateway $gateway, @@ -162,7 +163,7 @@ public function publishUrlAliasForLocation( * Internal publish method, accepting language ID instead of language code and optionally * new alias ID (used when swapping Locations). * - * @see \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Handler::locationSwapped + * @see Handler::locationSwapped * * @param int $locationId * @param int $parentLocationId @@ -326,10 +327,15 @@ private function internalPublishUrlAliasForLocation( * @param string $languageCode * @param bool $alwaysAvailable * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias + * @return UrlAlias */ - public function createCustomUrlAlias($locationId, $path, $forwarding = false, $languageCode = null, $alwaysAvailable = false) - { + public function createCustomUrlAlias( + $locationId, + $path, + $forwarding = false, + $languageCode = null, + $alwaysAvailable = false + ) { return $this->createUrlAlias( 'eznode:' . $locationId, $path, @@ -357,10 +363,15 @@ public function createCustomUrlAlias($locationId, $path, $forwarding = false, $l * @param string $languageCode * @param bool $alwaysAvailable * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias + * @return UrlAlias */ - public function createGlobalUrlAlias($resource, $path, $forwarding = false, $languageCode = null, $alwaysAvailable = false) - { + public function createGlobalUrlAlias( + $resource, + $path, + $forwarding = false, + $languageCode = null, + $alwaysAvailable = false + ) { return $this->createUrlAlias( $resource, $path, @@ -383,10 +394,15 @@ public function createGlobalUrlAlias($resource, $path, $forwarding = false, $lan * @param string|null $languageCode * @param bool $alwaysAvailable * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias + * @return UrlAlias */ - protected function createUrlAlias($action, $path, $forward, $languageCode, $alwaysAvailable): UrlAlias - { + protected function createUrlAlias( + $action, + $path, + $forward, + $languageCode, + $alwaysAvailable + ): UrlAlias { $pathElements = explode('/', $path); $topElement = array_pop($pathElements); $languageId = $this->languageHandler->loadByLanguageCode($languageCode)->id; @@ -489,8 +505,11 @@ protected function createUrlAlias($action, $path, $forward, $languageCode, $alwa * * @return mixed */ - protected function insertNopEntry($parentId, $text, $textMD5) - { + protected function insertNopEntry( + $parentId, + $text, + $textMD5 + ) { return $this->gateway->insertRow( [ 'lang_mask' => 1, @@ -510,10 +529,12 @@ protected function insertNopEntry($parentId, $text, $textMD5) * @param mixed $locationId * @param bool $custom if true the user generated aliases are listed otherwise the autogenerated * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias[] + * @return UrlAlias[] */ - public function listURLAliasesForLocation($locationId, $custom = false) - { + public function listURLAliasesForLocation( + $locationId, + $custom = false + ) { $data = $this->gateway->loadLocationEntries($locationId, $custom); foreach ($data as &$entry) { $entry['raw_path_data'] = $this->gateway->loadPathData($entry['id']); @@ -531,10 +552,13 @@ public function listURLAliasesForLocation($locationId, $custom = false) * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias[] + * @return UrlAlias[] */ - public function listGlobalURLAliases($languageCode = null, $offset = 0, $limit = -1) - { + public function listGlobalURLAliases( + $languageCode = null, + $offset = 0, + $limit = -1 + ) { $data = $this->gateway->listGlobalEntries($languageCode, $offset, $limit); foreach ($data as &$entry) { $entry['raw_path_data'] = $this->gateway->loadPathData($entry['id']); @@ -548,7 +572,7 @@ public function listGlobalURLAliases($languageCode = null, $offset = 0, $limit = * * Autogenerated aliases are not removed by this method. * - * @param \Ibexa\Contracts\Core\Persistence\Content\UrlAlias[] $urlAliases + * @param UrlAlias[] $urlAliases * * @return bool */ @@ -575,7 +599,7 @@ public function removeURLAliases(array $urlAliases): bool * * @param string $url * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias + * @return UrlAlias */ public function lookup($url) { @@ -622,7 +646,7 @@ public function lookup($url) * * @param string $id * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias + * @return UrlAlias */ public function loadUrlAlias($id) { @@ -651,8 +675,11 @@ public function loadUrlAlias($id) * @param mixed $oldParentId * @param mixed $newParentId */ - public function locationMoved($locationId, $oldParentId, $newParentId) - { + public function locationMoved( + $locationId, + $oldParentId, + $newParentId + ) { if ($oldParentId === $newParentId) { return $newParentId; } @@ -685,8 +712,11 @@ public function locationMoved($locationId, $oldParentId, $newParentId) * @param mixed $newLocationId * @param mixed $newParentId */ - public function locationCopied($locationId, $newLocationId, $newParentId) - { + public function locationCopied( + $locationId, + $newLocationId, + $newParentId + ) { $newParentAliasId = $this->getRealAliasId($newLocationId); $oldParentAliasId = $this->getRealAliasId($locationId); @@ -709,10 +739,14 @@ public function locationCopied($locationId, $newLocationId, $newParentId) * @param int $location2Id * @param int $location2ParentId * - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ - public function locationSwapped($location1Id, $location1ParentId, $location2Id, $location2ParentId) - { + public function locationSwapped( + $location1Id, + $location1ParentId, + $location2Id, + $location2ParentId + ) { $location1 = new SwappedLocationProperties($location1Id, $location1ParentId); $location2 = new SwappedLocationProperties($location2Id, $location2ParentId); @@ -797,13 +831,15 @@ private function getNamesForAllLanguages(array $contentInfo) * We need to historize everything separately per language (mask), in case the entries * remain history future publishing reusages need to be able to take them over cleanly. * - * @see \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Handler::locationSwapped + * @see Handler::locationSwapped * * @param array $location1Entries * @param array $location2Entries */ - private function historizeBeforeSwap($location1Entries, $location2Entries) - { + private function historizeBeforeSwap( + $location1Entries, + $location2Entries + ) { foreach ($location1Entries as $row) { $this->gateway->historizeBeforeSwap($row['action'], $row['lang_mask']); } @@ -862,11 +898,11 @@ private function shouldUrlAliasForSecondLocationBePublishedFirst( * * @see shouldUrlAliasForSecondLocationBePublishedFirst * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language $language - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\DTO\SwappedLocationProperties $location1 - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\DTO\SwappedLocationProperties $location2 + * @param Language $language + * @param SwappedLocationProperties $location1 + * @param SwappedLocationProperties $location2 * - * @return \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\DTO\UrlAliasForSwappedLocation[] + * @return UrlAliasForSwappedLocation[] */ private function getUrlAliasesForSwappedLocations( Language $language, @@ -919,8 +955,10 @@ private function getUrlAliasesForSwappedLocations( * * @return array|null */ - private function getLocationEntryInLanguage(array $locationEntries, $languageId) - { + private function getLocationEntryInLanguage( + array $locationEntries, + $languageId + ) { $entries = array_filter( $locationEntries, static function (array $row) use ($languageId): bool { @@ -971,8 +1009,12 @@ protected function getRealAliasId($locationId) * @param mixed $newParentAliasId * @param string[] $alreadyGeneratedAliases */ - protected function copySubtree($actionMap, $oldParentAliasId, $newParentAliasId, array $alreadyGeneratedAliases = []): array - { + protected function copySubtree( + $actionMap, + $oldParentAliasId, + $newParentAliasId, + array $alreadyGeneratedAliases = [] + ): array { $rows = $this->gateway->loadAutogeneratedEntries($oldParentAliasId); $newIdsMap = []; foreach ($rows as $row) { @@ -1012,8 +1054,10 @@ protected function copySubtree($actionMap, $oldParentAliasId, $newParentAliasId, * * @return array */ - protected function getCopiedLocationsMap($oldParentId, $newParentId) - { + protected function getCopiedLocationsMap( + $oldParentId, + $newParentId + ) { $originalLocations = $this->locationGateway->getSubtreeContent($oldParentId); $copiedLocations = $this->locationGateway->getSubtreeContent($newParentId); @@ -1050,8 +1094,10 @@ public function locationDeleted($locationId): array * @param int[] $locationIds all Locations of the Content that got Translation removed * @param string $languageCode language code of the removed Translation */ - public function translationRemoved(array $locationIds, $languageCode) - { + public function translationRemoved( + array $locationIds, + $languageCode + ) { $languageId = $this->languageHandler->loadByLanguageCode($languageCode)->id; $actions = []; @@ -1070,8 +1116,11 @@ public function translationRemoved(array $locationIds, $languageCode) * @param string $action * @param mixed $original */ - protected function removeSubtree($id, $action, $original) - { + protected function removeSubtree( + $id, + $action, + $original + ) { // Remove first to avoid unnecessary recursion. if ($original) { // If entry is original remove all for action (history and custom entries included). @@ -1104,8 +1153,11 @@ protected function getHash($text): string /** * {@inheritdoc} */ - public function archiveUrlAliasesForDeletedTranslations($locationId, $parentLocationId, array $languageCodes) - { + public function archiveUrlAliasesForDeletedTranslations( + $locationId, + $parentLocationId, + array $languageCodes + ) { $parentId = $this->getRealAliasId($parentLocationId); $data = $this->gateway->loadLocationEntries($locationId); @@ -1162,7 +1214,7 @@ public function deleteCorruptedUrlAliases() * * @param int $locationId * - * @throws \Ibexa\Core\Base\Exceptions\BadStateException + * @throws BadStateException */ public function repairBrokenUrlAliasesForLocation(int $locationId) { @@ -1185,8 +1237,10 @@ private function insertAliasEntryAsNop(array $aliasEntry): void * Internal publish custom aliases method, accepting language mask to set correct language mask on url aliases * new alias ID (used when swapping Locations). */ - private function internalPublishCustomUrlAliasForLocation(SwappedLocationProperties $location, int $languageMask) - { + private function internalPublishCustomUrlAliasForLocation( + SwappedLocationProperties $location, + int $languageMask + ) { foreach ($location->entries as $entry) { if ((int)$entry['is_alias'] === 0) { continue; diff --git a/src/lib/Persistence/Legacy/Content/UrlAlias/Mapper.php b/src/lib/Persistence/Legacy/Content/UrlAlias/Mapper.php index 91cc9cf67e..ba6103b946 100644 --- a/src/lib/Persistence/Legacy/Content/UrlAlias/Mapper.php +++ b/src/lib/Persistence/Legacy/Content/UrlAlias/Mapper.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Persistence\Legacy\Content\UrlAlias; use Ibexa\Contracts\Core\Persistence\Content\UrlAlias; +use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator; use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator as LanguageMaskGenerator; /** @@ -18,14 +19,14 @@ class Mapper /** * Language mask generator. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator + * @var MaskGenerator */ protected $languageMaskGenerator; /** * Creates a new UrlWildcard Handler. * - * @param \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator $languageMaskGenerator + * @param MaskGenerator $languageMaskGenerator */ public function __construct(LanguageMaskGenerator $languageMaskGenerator) { @@ -37,7 +38,7 @@ public function __construct(LanguageMaskGenerator $languageMaskGenerator) * * @param mixed[] $data * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias + * @return UrlAlias */ public function extractUrlAliasFromData($data) { @@ -62,7 +63,7 @@ public function extractUrlAliasFromData($data) * * @param array $rows * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias[] + * @return UrlAlias[] */ public function extractUrlAliasListFromData(array $rows) { @@ -91,8 +92,10 @@ public function extractLanguageCodesFromData(array $rows): array return $this->languageMaskGenerator->extractLanguageCodesFromMask($languageMask); } - public function generateIdentityKey(int $parentId, string $hash): string - { + public function generateIdentityKey( + int $parentId, + string $hash + ): string { return sprintf('%d-%s', $parentId, $hash); } @@ -161,8 +164,10 @@ protected function normalizePathData(array $pathData) * @param array $pathElementData * @param array $row */ - protected function normalizePathDataRow(array &$pathElementData, array $row) - { + protected function normalizePathDataRow( + array &$pathElementData, + array $row + ) { $languageCodes = $this->languageMaskGenerator->extractLanguageCodesFromMask($row['lang_mask']); $pathElementData['always-available'] = $this->languageMaskGenerator->isAlwaysAvailable($row['lang_mask']); if (!empty($languageCodes)) { diff --git a/src/lib/Persistence/Legacy/Content/UrlAlias/SlugConverter.php b/src/lib/Persistence/Legacy/Content/UrlAlias/SlugConverter.php index afe1d23300..c4f78b3a16 100644 --- a/src/lib/Persistence/Legacy/Content/UrlAlias/SlugConverter.php +++ b/src/lib/Persistence/Legacy/Content/UrlAlias/SlugConverter.php @@ -175,7 +175,7 @@ class SlugConverter /** * Transformation processor to normalize URL strings. * - * @var \Ibexa\Core\Persistence\TransformationProcessor + * @var TransformationProcessor */ protected $transformationProcessor; @@ -185,7 +185,7 @@ class SlugConverter /** * Creates a new URL slug converter. * - * @param \Ibexa\Core\Persistence\TransformationProcessor $transformationProcessor + * @param TransformationProcessor $transformationProcessor * @param array $configuration */ public function __construct( @@ -217,8 +217,11 @@ public function __construct( * * @return string */ - public function convert($text, $defaultText = '_1', $transformation = null) - { + public function convert( + $text, + $defaultText = '_1', + $transformation = null + ) { if (!isset($transformation)) { $transformation = $this->configuration['transformation']; } @@ -262,8 +265,10 @@ public function convert($text, $defaultText = '_1', $transformation = null) * * @return int */ - public function getUniqueCounterValue($text, $isRootLevel = true) - { + public function getUniqueCounterValue( + $text, + $isRootLevel = true + ) { if ($isRootLevel) { foreach ($this->configuration['reservedNames'] as $reservedName) { // Case insensitive comparison @@ -284,8 +289,10 @@ public function getUniqueCounterValue($text, $isRootLevel = true) * * @return string */ - protected function cleanupText($text, $method) - { + protected function cleanupText( + $text, + $method + ) { switch ($method) { case 'url_cleanup': $sep = $this->getWordSeparator(); diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway.php index cb68040102..9df37f2a66 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway.php @@ -9,6 +9,8 @@ namespace Ibexa\Core\Persistence\Legacy\Content\UrlWildcard; use Ibexa\Contracts\Core\Persistence\Content\UrlWildcard; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; /** @@ -49,7 +51,10 @@ abstract public function loadUrlWildcardData(int $id): array; /** * Load an array with data about UrlWildcards (paged). */ - abstract public function loadUrlWildcardsData(int $offset = 0, int $limit = -1): array; + abstract public function loadUrlWildcardsData( + int $offset = 0, + int $limit = -1 + ): array; /** * Selects URLWildcards matching specified criteria. @@ -59,8 +64,8 @@ abstract public function loadUrlWildcardsData(int $offset = 0, int $limit = -1): * "count": int|null, * } * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException if Criterion is not applicable to its target + * @throws InvalidArgumentException + * @throws NotImplementedException if Criterion is not applicable to its target */ abstract public function find( Criterion $criterion, diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/DoctrineDatabase.php index 6e0e0a8dcf..0aa0b2b6c0 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/DoctrineDatabase.php @@ -9,10 +9,13 @@ namespace Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Gateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\FetchMode; use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\Content\UrlWildcard; +use Ibexa\Contracts\Core\Persistence\Content\UrlWildcard\Handler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\SortClause; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; @@ -25,7 +28,7 @@ * * @internal Gateway implementation is considered internal. Use Persistence UrlWildcard Handler instead. * - * @see \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard\Handler + * @see Handler */ final class DoctrineDatabase extends Gateway { @@ -43,8 +46,7 @@ final class DoctrineDatabase extends Gateway public function __construct( private readonly Connection $connection, protected CriteriaConverter $criteriaConverter - ) { - } + ) {} public function insertUrlWildcard(UrlWildcard $urlWildcard): int { @@ -155,8 +157,10 @@ public function loadUrlWildcardData(int $id): array return false !== $result ? $result : []; } - public function loadUrlWildcardsData(int $offset = 0, int $limit = -1): array - { + public function loadUrlWildcardsData( + int $offset = 0, + int $limit = -1 + ): array { $query = $this->buildLoadUrlWildcardDataQuery(); $query ->setMaxResults($limit > 0 ? $limit : self::MAX_LIMIT) @@ -235,8 +239,8 @@ public function countAll(): int /** * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Doctrine\DBAL\Exception - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws Exception + * @throws NotImplementedException */ protected function doCount(Criterion $criterion): int { diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/ExceptionConversion.php index 5f38cc5ec0..afd3a0e069 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/ExceptionConversion.php @@ -23,14 +23,14 @@ final class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Gateway + * @var Gateway */ private $innerGateway; /** * Create a new exception conversion gateway around $innerGateway. * - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -41,7 +41,7 @@ public function insertUrlWildcard(UrlWildcard $urlWildcard): int { try { return $this->innerGateway->insertUrlWildcard($urlWildcard); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -59,7 +59,7 @@ public function updateUrlWildcard( $destinationUrl, $forward ); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -68,7 +68,7 @@ public function deleteUrlWildcard(int $id): void { try { $this->innerGateway->deleteUrlWildcard($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -77,16 +77,18 @@ public function loadUrlWildcardData(int $id): array { try { return $this->innerGateway->loadUrlWildcardData($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadUrlWildcardsData(int $offset = 0, int $limit = -1): array - { + public function loadUrlWildcardsData( + int $offset = 0, + int $limit = -1 + ): array { try { return $this->innerGateway->loadUrlWildcardsData($offset, $limit); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -100,7 +102,7 @@ public function find( ): array { try { return $this->innerGateway->find($criterion, $offset, $limit, $sortClauses, $doCount); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -109,7 +111,7 @@ public function loadUrlWildcardBySourceUrl(string $sourceUrl): array { try { return $this->innerGateway->loadUrlWildcardBySourceUrl($sourceUrl); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -118,7 +120,7 @@ public function countAll(): int { try { return $this->innerGateway->countAll(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Handler.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Handler.php index 988c62195c..d8ee9c39df 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Handler.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Handler.php @@ -9,6 +9,8 @@ use Ibexa\Contracts\Core\Persistence\Content\UrlWildcard; use Ibexa\Contracts\Core\Persistence\Content\UrlWildcard\Handler as BaseUrlWildcardHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\URLWildcardQuery; use Ibexa\Core\Base\Exceptions\NotFoundException; @@ -25,25 +27,27 @@ class Handler implements BaseUrlWildcardHandler /** * UrlWildcard Gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Gateway + * @var Gateway */ protected $gateway; /** * UrlWildcard Mapper. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Mapper + * @var Mapper */ protected $mapper; /** * Creates a new UrlWildcard Handler. * - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Gateway $gateway - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Mapper $mapper + * @param Gateway $gateway + * @param Mapper $mapper */ - public function __construct(Gateway $gateway, Mapper $mapper) - { + public function __construct( + Gateway $gateway, + Mapper $mapper + ) { $this->gateway = $gateway; $this->mapper = $mapper; } @@ -55,10 +59,13 @@ public function __construct(Gateway $gateway, Mapper $mapper) * @param string $destinationUrl * @param bool $forward * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard + * @return UrlWildcard */ - public function create($sourceUrl, $destinationUrl, $forward = false) - { + public function create( + $sourceUrl, + $destinationUrl, + $forward = false + ) { $urlWildcard = $this->mapper->createUrlWildcard( $sourceUrl, $destinationUrl, @@ -113,7 +120,7 @@ public function remove($id) * * @param mixed $id * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard + * @return UrlWildcard */ public function load($id) { @@ -132,18 +139,20 @@ public function load($id) * @param mixed $offset * @param mixed $limit * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard[] + * @return UrlWildcard[] */ - public function loadAll($offset = 0, $limit = -1) - { + public function loadAll( + $offset = 0, + $limit = -1 + ) { return $this->mapper->extractUrlWildcardsFromRows( $this->gateway->loadUrlWildcardsData($offset, $limit) ); } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws InvalidArgumentException + * @throws NotImplementedException */ public function find(URLWildcardQuery $query): array { @@ -168,7 +177,7 @@ public function find(URLWildcardQuery $query): array * * @param string $sourceUrl * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard + * @return UrlWildcard */ public function translate(string $sourceUrl): UrlWildcard { @@ -183,7 +192,10 @@ public function translate(string $sourceUrl): UrlWildcard $rows = $this->gateway->loadUrlWildcardsData(); uasort( $rows, - static function ($row1, $row2): int { + static function ( + $row1, + $row2 + ): int { return strlen($row2['source_url']) - strlen($row1['source_url']); } ); @@ -232,8 +244,10 @@ public function countAll(): int * * @return string|null */ - private function match(string $url, array $wildcard): ?string - { + private function match( + string $url, + array $wildcard + ): ?string { if (preg_match($this->compile($wildcard['source_url']), $url, $match)) { return $this->substitute($wildcard['destination_url'], $match); } @@ -262,8 +276,10 @@ private function compile(string $sourceUrl): string * * @return string */ - private function substitute(string $destinationUrl, array $values): string - { + private function substitute( + string $destinationUrl, + array $values + ): string { preg_match_all(self::PLACEHOLDERS_REGEXP, $destinationUrl, $matches); foreach ($matches[1] as $match) { diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Mapper.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Mapper.php index f888fdb0b7..d2bc72677f 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Mapper.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Mapper.php @@ -21,10 +21,13 @@ class Mapper * @param string $destinationUrl * @param bool $forward * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard + * @return UrlWildcard */ - public function createUrlWildcard($sourceUrl, $destinationUrl, $forward) - { + public function createUrlWildcard( + $sourceUrl, + $destinationUrl, + $forward + ) { $urlWildcard = new UrlWildcard(); $urlWildcard->destinationUrl = $this->cleanUrl($destinationUrl); @@ -39,7 +42,7 @@ public function createUrlWildcard($sourceUrl, $destinationUrl, $forward) * * @param array $row * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard + * @return UrlWildcard */ public function extractUrlWildcardFromRow(array $row) { @@ -73,7 +76,7 @@ protected function cleanUrl($url): string * * @param array $rows * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard[] + * @return UrlWildcard[] */ public function extractUrlWildcardsFromRows(array $rows) { diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriteriaConverter.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriteriaConverter.php index e04bd25109..0a3075cfab 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriteriaConverter.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriteriaConverter.php @@ -8,17 +8,18 @@ namespace Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Query; +use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; final class CriteriaConverter { - /** @var \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Query\CriterionHandler[] */ + /** @var CriterionHandler[] */ private $handlers; /** - * @param \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Query\CriterionHandler[] $handlers + * @param CriterionHandler[] $handlers */ public function __construct(iterable $handlers = []) { @@ -26,12 +27,14 @@ public function __construct(iterable $handlers = []) } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException if Criterion is not applicable to its target + * @throws NotImplementedException if Criterion is not applicable to its target * - * @return \Doctrine\DBAL\Query\Expression\CompositeExpression|string + * @return CompositeExpression|string */ - public function convertCriteria(QueryBuilder $queryBuilder, Criterion $criterion) - { + public function convertCriteria( + QueryBuilder $queryBuilder, + Criterion $criterion + ) { foreach ($this->handlers as $handler) { if ($handler->accept($criterion)) { return $handler->handle($this, $queryBuilder, $criterion); diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler.php index a163f05378..d31542aed1 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Query; +use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; @@ -23,7 +24,7 @@ public function accept(Criterion $criterion): bool; * * accept() must be called before calling this method. * - * @return \Doctrine\DBAL\Query\Expression\CompositeExpression|string + * @return CompositeExpression|string */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/DestinationUrl.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/DestinationUrl.php index ef423afc79..d3e230592c 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/DestinationUrl.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/DestinationUrl.php @@ -26,7 +26,7 @@ public function handle( QueryBuilder $queryBuilder, Criterion $criterion ) { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion\DestinationUrl $criterion */ + /** @var Criterion\DestinationUrl $criterion */ return $queryBuilder->expr()->like( 'destination_url', $queryBuilder->createNamedParameter( diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalAnd.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalAnd.php index 53989cc4f9..1019992063 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalAnd.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalAnd.php @@ -10,6 +10,7 @@ use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; use Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Query\CriteriaConverter; use Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Query\CriterionHandler; @@ -22,12 +23,15 @@ public function accept(Criterion $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion\LogicalAnd $criterion + * @param Criterion\LogicalAnd $criterion * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ - public function handle(CriteriaConverter $converter, QueryBuilder $queryBuilder, Criterion $criterion): CompositeExpression - { + public function handle( + CriteriaConverter $converter, + QueryBuilder $queryBuilder, + Criterion $criterion + ): CompositeExpression { $subexpressions = []; foreach ($criterion->criteria as $subCriterion) { $subexpressions[] = $converter->convertCriteria($queryBuilder, $subCriterion); diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalNot.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalNot.php index aef234c1e5..5a6dbdd687 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalNot.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalNot.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Query\CriterionHandler; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; use Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Query\CriteriaConverter; use Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Query\CriterionHandler; @@ -21,9 +22,9 @@ public function accept(Criterion $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion\LogicalNot $criterion + * @param Criterion\LogicalNot $criterion * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalOr.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalOr.php index 264763aa97..05151a8a6d 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalOr.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/LogicalOr.php @@ -10,6 +10,7 @@ use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; use Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Query\CriteriaConverter; use Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Query\CriterionHandler; @@ -22,9 +23,9 @@ public function accept(Criterion $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion\LogicalOr $criterion + * @param Criterion\LogicalOr $criterion * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/MatchAll.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/MatchAll.php index cf53d8660b..8eec3e0a62 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/MatchAll.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/MatchAll.php @@ -21,7 +21,7 @@ public function accept(Criterion $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion\MatchAll $criterion + * @param Criterion\MatchAll $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/MatchNone.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/MatchNone.php index 85284d2bb6..3161e2eb16 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/MatchNone.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/MatchNone.php @@ -21,7 +21,7 @@ public function accept(Criterion $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion\MatchNone $criterion + * @param Criterion\MatchNone $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/SourceUrl.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/SourceUrl.php index 37bc1de960..1f57e622ab 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/SourceUrl.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/SourceUrl.php @@ -26,7 +26,7 @@ public function handle( QueryBuilder $queryBuilder, Criterion $criterion ) { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion\SourceUrl $criterion */ + /** @var Criterion\SourceUrl $criterion */ return $queryBuilder->expr()->like( 'source_url', $queryBuilder->createNamedParameter( diff --git a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/Type.php b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/Type.php index 3456db0531..8d1d4815f2 100644 --- a/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/Type.php +++ b/src/lib/Persistence/Legacy/Content/UrlWildcard/Query/CriterionHandler/Type.php @@ -29,7 +29,7 @@ public function handle( QueryBuilder $queryBuilder, Criterion $criterion ) { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion\Type $criterion */ + /** @var Criterion\Type $criterion */ return $queryBuilder->expr()->eq( 'type', $queryBuilder->createNamedParameter( diff --git a/src/lib/Persistence/Legacy/Exception/RemoveLastGroupFromType.php b/src/lib/Persistence/Legacy/Exception/RemoveLastGroupFromType.php index d6fd32aa61..cc7eae2212 100644 --- a/src/lib/Persistence/Legacy/Exception/RemoveLastGroupFromType.php +++ b/src/lib/Persistence/Legacy/Exception/RemoveLastGroupFromType.php @@ -18,8 +18,10 @@ class RemoveLastGroupFromType extends BadStateException /** * Creates a new exception for `$typeId` of `$status`. */ - public function __construct(int $typeId, int $status) - { + public function __construct( + int $typeId, + int $status + ) { parent::__construct( '$typeId', sprintf( diff --git a/src/lib/Persistence/Legacy/Exception/RoleNotFound.php b/src/lib/Persistence/Legacy/Exception/RoleNotFound.php index 3debf0212a..8635b910a4 100644 --- a/src/lib/Persistence/Legacy/Exception/RoleNotFound.php +++ b/src/lib/Persistence/Legacy/Exception/RoleNotFound.php @@ -18,8 +18,10 @@ class RoleNotFound extends NotFoundException /** * Creates a new exception for `$roleIdentifier` of `$status`. */ - public function __construct(string $roleIdentifier, int $status) - { + public function __construct( + string $roleIdentifier, + int $status + ) { parent::__construct( 'Persistence User Role', sprintf('ID: %s, Status: %d', $roleIdentifier, $status) diff --git a/src/lib/Persistence/Legacy/Exception/TypeNotFound.php b/src/lib/Persistence/Legacy/Exception/TypeNotFound.php index 318c637c0e..4425992f17 100644 --- a/src/lib/Persistence/Legacy/Exception/TypeNotFound.php +++ b/src/lib/Persistence/Legacy/Exception/TypeNotFound.php @@ -21,8 +21,10 @@ class TypeNotFound extends NotFoundException * @param string $typeIdentifier can be either a string representation of a numeric ID or a string identifier. * @param int $status */ - public function __construct(string $typeIdentifier, int $status) - { + public function __construct( + string $typeIdentifier, + int $status + ) { parent::__construct( 'Persistence content type', sprintf('ID: %s, Status: %d', $typeIdentifier, $status) diff --git a/src/lib/Persistence/Legacy/Exception/TypeStillHasContent.php b/src/lib/Persistence/Legacy/Exception/TypeStillHasContent.php index ba44965171..3dce8b0a0a 100644 --- a/src/lib/Persistence/Legacy/Exception/TypeStillHasContent.php +++ b/src/lib/Persistence/Legacy/Exception/TypeStillHasContent.php @@ -18,8 +18,10 @@ class TypeStillHasContent extends BadStateException /** * Creates a new exception for `$typeId` of `$status`. */ - public function __construct(int $typeId, int $status) - { + public function __construct( + int $typeId, + int $status + ) { parent::__construct( '$typeId', sprintf( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ContentIdQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ContentIdQueryBuilder.php index 2184808974..a8271c5875 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ContentIdQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ContentIdQueryBuilder.php @@ -28,7 +28,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentId $criterion */ + /** @var ContentId $criterion */ return $queryBuilder->expr()->in( 'content.id', $queryBuilder->createNamedParameter( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/DateMetadataQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/DateMetadataQueryBuilder.php index 2a4476c24c..4d301c1717 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/DateMetadataQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/DateMetadataQueryBuilder.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\CriterionQueryBuilder\Content; +use Doctrine\DBAL\Exception; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\DateMetadata; use Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder; @@ -24,13 +25,13 @@ public function accepts(FilteringCriterion $criterion): bool } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\DateMetadata $criterion */ + /** @var DateMetadata $criterion */ $column = $criterion->target === DateMetadata::MODIFIED ? 'modified' : 'published'; $column = "content.{$column}"; diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/IsContainerQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/IsContainerQueryBuilder.php index 551352c9db..5ac22bdd02 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/IsContainerQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/IsContainerQueryBuilder.php @@ -26,7 +26,7 @@ public function accepts(FilteringCriterion $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\IsContainer $criterion + * @param IsContainer $criterion */ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/LanguageCodeQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/LanguageCodeQueryBuilder.php index 60e47ef608..11ee7205be 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/LanguageCodeQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/LanguageCodeQueryBuilder.php @@ -18,7 +18,7 @@ /** * Content Language Code Criterion visitor query builder. * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LanguageCode + * @see LanguageCode * * @internal for internal use by Repository Filtering */ @@ -33,7 +33,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LanguageCode $criterion */ + /** @var LanguageCode $criterion */ $queryBuilder ->joinOnce( 'version', diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ObjectStateIdQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ObjectStateIdQueryBuilder.php index ec7a8e6c0a..75d632736f 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ObjectStateIdQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ObjectStateIdQueryBuilder.php @@ -31,7 +31,7 @@ public function buildQueryConstraint( ): ?string { $tableAlias = uniqid('osl_'); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ObjectStateId $criterion */ + /** @var ObjectStateId $criterion */ $queryBuilder ->join( 'content', diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ObjectStateIdentifierQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ObjectStateIdentifierQueryBuilder.php index 0b1dc7851e..2a16128ac3 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ObjectStateIdentifierQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/ObjectStateIdentifierQueryBuilder.php @@ -10,6 +10,7 @@ use Doctrine\DBAL\Connection; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentId; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ObjectStateIdentifier; use Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; @@ -29,7 +30,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentId $criterion */ + /** @var ContentId $criterion */ $queryBuilder ->joinOnce( 'content', diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/RemoteIdQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/RemoteIdQueryBuilder.php index ce20ba6f65..53645f9507 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/RemoteIdQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/RemoteIdQueryBuilder.php @@ -28,7 +28,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\RemoteId $criterion */ + /** @var RemoteId $criterion */ return $queryBuilder->expr()->in( 'content.remote_id', $queryBuilder->createNamedParameter( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Section/IdQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Section/IdQueryBuilder.php index 210c1f75bd..386371164c 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Section/IdQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Section/IdQueryBuilder.php @@ -10,6 +10,7 @@ use Doctrine\DBAL\Connection; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentId; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\SectionId; use Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; @@ -30,7 +31,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentId $criterion */ + /** @var ContentId $criterion */ return $queryBuilder->expr()->in( 'content.section_id', $queryBuilder->createNamedParameter( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Section/IdentifierQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Section/IdentifierQueryBuilder.php index 1ae70dd46e..9f0beb6bc7 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Section/IdentifierQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Section/IdentifierQueryBuilder.php @@ -39,7 +39,7 @@ public function buildQueryConstraint( 'content.section_id = section.id' ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\SectionIdentifier $criterion */ + /** @var SectionIdentifier $criterion */ return $queryBuilder->expr()->in( 'section.identifier', $queryBuilder->createNamedParameter( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/SiblingQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/SiblingQueryBuilder.php index ca5272e165..dd6cc10a58 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/SiblingQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/SiblingQueryBuilder.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\CriterionQueryBuilder\Content; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Sibling; use Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; @@ -19,7 +20,7 @@ */ final class SiblingQueryBuilder implements CriterionQueryBuilder { - /** @var \Ibexa\Core\Persistence\Legacy\Filter\CriterionQueryBuilder\LogicalAndQueryBuilder */ + /** @var LogicalAndQueryBuilder */ private $logicalAndQueryBuilder; /** @@ -39,8 +40,8 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Sibling $criterion */ - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd $_criterion */ + /** @var Sibling $criterion */ + /** @var LogicalAnd $_criterion */ $_criterion = $criterion->criteria; return $this->logicalAndQueryBuilder->buildQueryConstraint($queryBuilder, $_criterion); diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/GroupIdQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/GroupIdQueryBuilder.php index adf563870e..6437555537 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/GroupIdQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/GroupIdQueryBuilder.php @@ -17,7 +17,7 @@ /** * Content type group ID Criterion visitor query builder. * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentTypeGroupId + * @see ContentTypeGroupId * * @internal for internal use by Repository Filtering */ @@ -32,7 +32,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentTypeGroupId $criterion */ + /** @var ContentTypeGroupId $criterion */ $queryBuilder ->joinOnce( 'content', diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/IdQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/IdQueryBuilder.php index dc8fed4afc..6b1554424a 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/IdQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/IdQueryBuilder.php @@ -11,12 +11,13 @@ use Doctrine\DBAL\Connection; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentTypeId; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentTypeIdentifier; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; /** * Content type ID Criterion visitor query builder. * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentTypeId + * @see ContentTypeId * * @internal for internal use by Repository Filtering */ @@ -31,7 +32,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentTypeIdentifier $criterion */ + /** @var ContentTypeIdentifier $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); return $queryBuilder->expr()->in( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/IdentifierQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/IdentifierQueryBuilder.php index 25213792ce..4bb451083d 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/IdentifierQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Content/Type/IdentifierQueryBuilder.php @@ -16,7 +16,7 @@ /** * Content type Identifier Criterion visitor query builder. * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentTypeIdentifier + * @see ContentTypeIdentifier * * @internal for internal use by Repository Filtering */ @@ -31,7 +31,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentTypeIdentifier $criterion */ + /** @var ContentTypeIdentifier $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); return $queryBuilder->expr()->in( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/AncestorQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/AncestorQueryBuilder.php index a5aab229df..16b617aa27 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/AncestorQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/AncestorQueryBuilder.php @@ -12,11 +12,15 @@ use function array_map; use function array_unique; use function array_values; + use Doctrine\DBAL\Connection; + use function explode; + use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Ancestor; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; + use function trim; /** @@ -33,7 +37,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Ancestor $criterion */ + /** @var Ancestor $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); // extract numerical IDs from $criterion->value e.g. = ['/1/2/', '/1/4/10/'] diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/DepthQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/DepthQueryBuilder.php index 7deeaed6f0..331d23dc81 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/DepthQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/DepthQueryBuilder.php @@ -8,8 +8,9 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\CriterionQueryBuilder\Location; +use Doctrine\DBAL\Exception; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; -use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\Depth; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; /** @@ -19,17 +20,17 @@ final class DepthQueryBuilder extends BaseLocationCriterionQueryBuilder { public function accepts(FilteringCriterion $criterion): bool { - return $criterion instanceof Location\Depth; + return $criterion instanceof Depth; } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\Depth $criterion */ + /** @var Depth $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); return $queryBuilder->buildOperatorBasedCriterionConstraint( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/IdQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/IdQueryBuilder.php index 4ce7c1a1e5..5a01f17035 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/IdQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/IdQueryBuilder.php @@ -27,7 +27,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LocationId $criterion */ + /** @var LocationId $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); return $queryBuilder->expr()->in( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/IsMainLocationQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/IsMainLocationQueryBuilder.php index 03b1b50ac6..b0943f36e7 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/IsMainLocationQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/IsMainLocationQueryBuilder.php @@ -9,7 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\CriterionQueryBuilder\Location; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; -use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\IsMainLocation; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; /** @@ -19,17 +19,17 @@ final class IsMainLocationQueryBuilder extends BaseLocationCriterionQueryBuilder { public function accepts(FilteringCriterion $criterion): bool { - return $criterion instanceof Location\IsMainLocation; + return $criterion instanceof IsMainLocation; } public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\IsMainLocation $criterion */ + /** @var IsMainLocation $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); - return $criterion->value[0] === Location\IsMainLocation::MAIN + return $criterion->value[0] === IsMainLocation::MAIN ? 'location.node_id = location.main_node_id' : 'location.node_id <> location.main_node_id'; } diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/ParentLocationIdQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/ParentLocationIdQueryBuilder.php index 8dd7c2f380..5fbe1de4f1 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/ParentLocationIdQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/ParentLocationIdQueryBuilder.php @@ -27,7 +27,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ParentLocationId $criterion */ + /** @var ParentLocationId $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); return $queryBuilder->expr()->in( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/PriorityQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/PriorityQueryBuilder.php index 0c1569c850..8c6c49a494 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/PriorityQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/PriorityQueryBuilder.php @@ -8,8 +8,9 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\CriterionQueryBuilder\Location; +use Doctrine\DBAL\Exception; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; -use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\Priority; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; /** @@ -19,17 +20,17 @@ final class PriorityQueryBuilder extends BaseLocationCriterionQueryBuilder { public function accepts(FilteringCriterion $criterion): bool { - return $criterion instanceof Location\Priority; + return $criterion instanceof Priority; } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\Priority $criterion */ + /** @var Priority $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); return $queryBuilder->buildOperatorBasedCriterionConstraint( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/RemoteIdQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/RemoteIdQueryBuilder.php index e85cbc125c..6a8754704a 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/RemoteIdQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/RemoteIdQueryBuilder.php @@ -27,7 +27,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LocationRemoteId $criterion */ + /** @var LocationRemoteId $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); return $queryBuilder->expr()->in( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/SubtreeQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/SubtreeQueryBuilder.php index a085c10e25..b7c4391370 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/SubtreeQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/SubtreeQueryBuilder.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\CriterionQueryBuilder\Location; use function array_map; + use Doctrine\DBAL\ParameterType; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Subtree; @@ -28,7 +29,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Subtree $criterion */ + /** @var Subtree $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); $expressionBuilder = $queryBuilder->expr(); diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/VisibilityQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/VisibilityQueryBuilder.php index 4bd4c2e98d..c1bbcb3598 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/VisibilityQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/Location/VisibilityQueryBuilder.php @@ -28,7 +28,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Visibility $criterion */ + /** @var Visibility $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); $expressionBuilder = $queryBuilder->expr(); diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalAndQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalAndQueryBuilder.php index 44ca79cb5f..6f08f130d9 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalAndQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalAndQueryBuilder.php @@ -19,7 +19,7 @@ */ final class LogicalAndQueryBuilder implements CriterionQueryBuilder { - /** @var \Ibexa\Contracts\Core\Persistence\Filter\CriterionVisitor */ + /** @var CriterionVisitor */ private $criterionVisitor; public function __construct(CriterionVisitor $criterionVisitor) @@ -37,9 +37,9 @@ public function buildQueryConstraint( FilteringCriterion $criterion ): ?string { $constraints = []; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd $criterion */ + /** @var LogicalAnd $criterion */ foreach ($criterion->criteria as $_criterion) { - /** @var \Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion $_criterion */ + /** @var FilteringCriterion $_criterion */ $constraint = $this->criterionVisitor->visitCriteria($queryBuilder, $_criterion); if (null !== $constraint) { $constraints[] = $constraint; diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalNotQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalNotQueryBuilder.php index 9e50ec24f4..739e57ed90 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalNotQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalNotQueryBuilder.php @@ -20,7 +20,7 @@ */ final class LogicalNotQueryBuilder implements CriterionQueryBuilder { - /** @var \Ibexa\Contracts\Core\Persistence\Filter\CriterionVisitor */ + /** @var CriterionVisitor */ private $criterionVisitor; public function __construct(CriterionVisitor $criterionVisitor) @@ -40,7 +40,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalNot $criterion */ + /** @var LogicalNot $criterion */ if (!$criterion->criteria[0] instanceof FilteringCriterion) { throw new InvalidArgumentException( '$criterion', diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalOrQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalOrQueryBuilder.php index 2964e4ee8c..f4c2a52a4d 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalOrQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/LogicalOrQueryBuilder.php @@ -19,7 +19,7 @@ */ final class LogicalOrQueryBuilder implements CriterionQueryBuilder { - /** @var \Ibexa\Contracts\Core\Persistence\Filter\CriterionVisitor */ + /** @var CriterionVisitor */ private $criterionVisitor; public function __construct(CriterionVisitor $criterionVisitor) @@ -37,9 +37,9 @@ public function buildQueryConstraint( FilteringCriterion $criterion ): ?string { $constraints = []; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalOr $criterion */ + /** @var LogicalOr $criterion */ foreach ($criterion->criteria as $_criterion) { - /** @var \Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion $_criterion */ + /** @var FilteringCriterion $_criterion */ $constraint = $this->criterionVisitor->visitCriteria($queryBuilder, $_criterion); if (null !== $constraint) { $constraints[] = $constraint; diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/BaseUserCriterionQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/BaseUserCriterionQueryBuilder.php index 476ba50a0b..605543eb99 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/BaseUserCriterionQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/BaseUserCriterionQueryBuilder.php @@ -19,7 +19,7 @@ */ abstract class BaseUserCriterionQueryBuilder implements CriterionQueryBuilder { - /** @var \Ibexa\Core\Persistence\TransformationProcessor */ + /** @var TransformationProcessor */ private $transformationProcessor; public function __construct(TransformationProcessor $transformationProcessor) diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/IsUserBasedQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/IsUserBasedQueryBuilder.php index cd743437f9..f618620a42 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/IsUserBasedQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/IsUserBasedQueryBuilder.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\CriterionQueryBuilder\User; +use Doctrine\DBAL\Exception; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\IsUserBased; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; @@ -24,13 +25,13 @@ public function accepts(FilteringCriterion $criterion): bool } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\IsUserBased $criterion */ + /** @var IsUserBased $criterion */ // intentionally not using parent buildQueryConstraint $queryBuilder ->leftJoinOnce( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/IsUserEnabledQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/IsUserEnabledQueryBuilder.php index 06ad2ab34e..21c7a20a1d 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/IsUserEnabledQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/IsUserEnabledQueryBuilder.php @@ -28,7 +28,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\IsUserEnabled $criterion */ + /** @var IsUserEnabled $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); $queryBuilder->joinOnce( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/GroupQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/GroupQueryBuilder.php index 3f052bc022..1346c080b7 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/GroupQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/GroupQueryBuilder.php @@ -29,7 +29,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserMetadata $criterion */ + /** @var UserMetadata $criterion */ $value = (array)$criterion->value; $queryBuilder diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/ModifierQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/ModifierQueryBuilder.php index 190ff511ba..da8f13976a 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/ModifierQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/ModifierQueryBuilder.php @@ -28,7 +28,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserMetadata $criterion */ + /** @var UserMetadata $criterion */ $value = (array)$criterion->value; return $queryBuilder->expr()->in( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/OwnerQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/OwnerQueryBuilder.php index abace92909..66c64bd1bb 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/OwnerQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/Metadata/OwnerQueryBuilder.php @@ -28,7 +28,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserMetadata $criterion */ + /** @var UserMetadata $criterion */ $value = (array)$criterion->value; return $queryBuilder->expr()->in( diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserEmailQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserEmailQueryBuilder.php index dd61d1d1fc..d44d068458 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserEmailQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserEmailQueryBuilder.php @@ -28,7 +28,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserEmail $criterion */ + /** @var UserEmail $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); if (Operator::LIKE === $criterion->operator) { diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserIdQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserIdQueryBuilder.php index ade6a78e23..8778779359 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserIdQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserIdQueryBuilder.php @@ -27,7 +27,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserId $criterion */ + /** @var UserId $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); $value = (array)$criterion->value; diff --git a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserLoginQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserLoginQueryBuilder.php index f8fda2ef74..8e24fef426 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserLoginQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionQueryBuilder/User/UserLoginQueryBuilder.php @@ -11,6 +11,7 @@ use Doctrine\DBAL\Connection; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserId; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserLogin; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; @@ -28,7 +29,7 @@ public function buildQueryConstraint( FilteringQueryBuilder $queryBuilder, FilteringCriterion $criterion ): ?string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserId $criterion */ + /** @var UserId $criterion */ parent::buildQueryConstraint($queryBuilder, $criterion); $expr = $queryBuilder->expr(); diff --git a/src/lib/Persistence/Legacy/Filter/CriterionVisitor.php b/src/lib/Persistence/Legacy/Filter/CriterionVisitor.php index 58cb5a5600..6c9bf52810 100644 --- a/src/lib/Persistence/Legacy/Filter/CriterionVisitor.php +++ b/src/lib/Persistence/Legacy/Filter/CriterionVisitor.php @@ -11,15 +11,17 @@ use Ibexa\Contracts\Core\Persistence\Filter\CriterionVisitor as FilteringCriterionVisitor; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; +use Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; + use function sprintf; /** - * @internal Type-hint {@see \Ibexa\Contracts\Core\Persistence\Filter\CriterionVisitor} instead + * @internal Type-hint {@see FilteringCriterionVisitor} instead */ final class CriterionVisitor implements FilteringCriterionVisitor { - /** @var \Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder[] */ + /** @var CriterionQueryBuilder[] */ private $criterionQueryBuilders; public function __construct(iterable $criterionQueryBuilders) @@ -33,7 +35,7 @@ public function setCriterionQueryBuilders(iterable $criterionQueryBuilders): voi } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException if there's no builder for a criterion + * @throws NotImplementedException if there's no builder for a criterion */ public function visitCriteria( FilteringQueryBuilder $queryBuilder, diff --git a/src/lib/Persistence/Legacy/Filter/Gateway/Content/Doctrine/DoctrineGateway.php b/src/lib/Persistence/Legacy/Filter/Gateway/Content/Doctrine/DoctrineGateway.php index 6221a55268..0a3b4104e6 100644 --- a/src/lib/Persistence/Legacy/Filter/Gateway/Content/Doctrine/DoctrineGateway.php +++ b/src/lib/Persistence/Legacy/Filter/Gateway/Content/Doctrine/DoctrineGateway.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\Gateway\Content\Doctrine; use function array_filter; + use Doctrine\DBAL\Connection; use Doctrine\DBAL\FetchMode; use Doctrine\DBAL\Query\QueryBuilder; @@ -19,8 +20,10 @@ use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; use Ibexa\Core\Persistence\Legacy\Filter\Gateway\Gateway; + use function iterator_to_array; use function sprintf; + use Traversable; /** @@ -60,8 +63,7 @@ public function __construct( private readonly Connection $connection, private readonly CriterionVisitor $criterionVisitor, private readonly SortClauseVisitor $sortClauseVisitor - ) { - } + ) {} public function count(FilteringCriterion $criterion): int { @@ -147,8 +149,11 @@ private function buildQuery( * * Process data fetched by {@see bulkFetchVersionNames} */ - private function extractVersionNames(array $names, int $contentId, int $versionNo): array - { + private function extractVersionNames( + array $names, + int $contentId, + int $versionNo + ): array { $rawVersionNames = $this->extractVersionData($names, $contentId, $versionNo); $names = []; @@ -159,16 +164,22 @@ private function extractVersionNames(array $names, int $contentId, int $versionN return $names; } - private function extractFieldValues(array $fieldValues, int $contentId, int $versionNo): array - { + private function extractFieldValues( + array $fieldValues, + int $contentId, + int $versionNo + ): array { return $this->extractVersionData($fieldValues, $contentId, $versionNo); } /** * Extract Version-specific data from bulk-loaded rows. */ - private function extractVersionData(array $rows, int $contentId, int $versionNo): array - { + private function extractVersionData( + array $rows, + int $contentId, + int $versionNo + ): array { return array_filter( $rows, static function (array $row) use ($contentId, $versionNo): bool { diff --git a/src/lib/Persistence/Legacy/Filter/Gateway/Content/Mapper/DoctrineGatewayDataMapper.php b/src/lib/Persistence/Legacy/Filter/Gateway/Content/Mapper/DoctrineGatewayDataMapper.php index 2b300710dd..dbaf29212c 100644 --- a/src/lib/Persistence/Legacy/Filter/Gateway/Content/Mapper/DoctrineGatewayDataMapper.php +++ b/src/lib/Persistence/Legacy/Filter/Gateway/Content/Mapper/DoctrineGatewayDataMapper.php @@ -12,13 +12,16 @@ use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; use Ibexa\Contracts\Core\Persistence\Content\Field; use Ibexa\Contracts\Core\Persistence\Content\FieldValue; +use Ibexa\Contracts\Core\Persistence\Content\Language\Handler; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as ContentTypeHandler; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\FieldType\FieldTypeAliasResolverInterface; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry; use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue; +use Ibexa\Core\Persistence\Legacy\Filter\Gateway\Content\Doctrine\DoctrineGateway; use Ibexa\Core\Persistence\Legacy\Filter\Gateway\Content\GatewayDataMapper; /** @@ -26,16 +29,16 @@ */ final class DoctrineGatewayDataMapper implements GatewayDataMapper { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry */ + /** @var ConverterRegistry */ private $converterRegistry; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator */ + /** @var MaskGenerator */ private $languageMaskGenerator; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler */ + /** @var Handler */ private $languageHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler */ + /** @var ContentTypeHandler */ private $contentTypeHandler; public function __construct( @@ -55,9 +58,9 @@ public function __construct( * {@inheritdoc} * * Column names come from query built by - * {@see \Ibexa\Core\Persistence\Legacy\Filter\Gateway\Content\Doctrine\DoctrineGateway::buildQuery} + * {@see DoctrineGateway::buildQuery} * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function mapRawDataToPersistenceContentItem(array $row): Content\ContentItem { @@ -77,7 +80,7 @@ public function mapRawDataToPersistenceContentItem(array $row): Content\ContentI } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function mapContentDataToPersistenceContent(array $row): Content { @@ -92,9 +95,9 @@ private function mapContentDataToPersistenceContent(array $row): Content } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - private function mapVersionDataToPersistenceVersionInfo(array $row): Content\VersionInfo + private function mapVersionDataToPersistenceVersionInfo(array $row): VersionInfo { $versionInfo = new VersionInfo(); $versionInfo->id = (int)$row['content_version_id']; @@ -117,9 +120,9 @@ private function mapVersionDataToPersistenceVersionInfo(array $row): Content\Ver } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Field[] + * @return Field[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function mapFieldDataToPersistenceFieldList( array $rawVersionFields, @@ -163,7 +166,7 @@ private function mapFieldValueDataToStorageFieldValue(array $row): StorageFieldV } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function buildFieldValue( StorageFieldValue $storageFieldValue, @@ -178,7 +181,7 @@ private function buildFieldValue( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function mapContentMetadataToPersistenceContentInfo(array $row): ContentInfo { diff --git a/src/lib/Persistence/Legacy/Filter/Gateway/Gateway.php b/src/lib/Persistence/Legacy/Filter/Gateway/Gateway.php index c76a604349..b507122728 100644 --- a/src/lib/Persistence/Legacy/Filter/Gateway/Gateway.php +++ b/src/lib/Persistence/Legacy/Filter/Gateway/Gateway.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\Gateway; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; +use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause; /** * Repository filtering gateway. @@ -26,7 +27,7 @@ public function count(FilteringCriterion $criterion): int; * Return iterator for raw Repository data for the given Query result filtered by the given Criteria, * sorted by the given Sort Clauses and constrained by the given pagination limit & offset. * - * @param \Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause[] $sortClauses + * @param FilteringSortClause[] $sortClauses */ public function find( FilteringCriterion $criterion, diff --git a/src/lib/Persistence/Legacy/Filter/Gateway/Location/Doctrine/DoctrineGateway.php b/src/lib/Persistence/Legacy/Filter/Gateway/Location/Doctrine/DoctrineGateway.php index 49557211b8..e167551f0d 100644 --- a/src/lib/Persistence/Legacy/Filter/Gateway/Location/Doctrine/DoctrineGateway.php +++ b/src/lib/Persistence/Legacy/Filter/Gateway/Location/Doctrine/DoctrineGateway.php @@ -27,8 +27,7 @@ public function __construct( private Connection $connection, private CriterionVisitor $criterionVisitor, private SortClauseVisitor $sortClauseVisitor - ) { - } + ) {} public function count(FilteringCriterion $criterion): int { diff --git a/src/lib/Persistence/Legacy/Filter/Handler/ContentFilteringHandler.php b/src/lib/Persistence/Legacy/Filter/Handler/ContentFilteringHandler.php index be975019d2..c1225fab59 100644 --- a/src/lib/Persistence/Legacy/Filter/Handler/ContentFilteringHandler.php +++ b/src/lib/Persistence/Legacy/Filter/Handler/ContentFilteringHandler.php @@ -14,6 +14,7 @@ use Ibexa\Contracts\Core\Repository\Values\Filter\Filter; use Ibexa\Core\Persistence\Legacy\Content\FieldHandler; use Ibexa\Core\Persistence\Legacy\Filter\Gateway\Content\GatewayDataMapper; +use Ibexa\Core\Persistence\Legacy\Filter\Gateway\Gateway; use Ibexa\Core\Persistence\Legacy\Filter\Gateway\Gateway as FilteringGateway; /** @@ -21,13 +22,13 @@ */ final class ContentFilteringHandler implements Handler { - /** @var \Ibexa\Core\Persistence\Legacy\Filter\Gateway\Gateway */ + /** @var Gateway */ private $gateway; - /** @var \Ibexa\Core\Persistence\Legacy\Filter\Gateway\Content\GatewayDataMapper */ + /** @var GatewayDataMapper */ private $mapper; - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldHandler */ + /** @var FieldHandler */ private $fieldHandler; public function __construct( @@ -41,7 +42,7 @@ public function __construct( } /** - * @return \Ibexa\Contracts\Core\Persistence\Filter\Content\LazyContentItemListIterator + * @return LazyContentItemListIterator */ public function find(Filter $filter): iterable { diff --git a/src/lib/Persistence/Legacy/Filter/Handler/LocationFilteringHandler.php b/src/lib/Persistence/Legacy/Filter/Handler/LocationFilteringHandler.php index da28228501..2754204dd3 100644 --- a/src/lib/Persistence/Legacy/Filter/Handler/LocationFilteringHandler.php +++ b/src/lib/Persistence/Legacy/Filter/Handler/LocationFilteringHandler.php @@ -12,19 +12,21 @@ use Ibexa\Contracts\Core\Persistence\Filter\Location\Handler; use Ibexa\Contracts\Core\Persistence\Filter\Location\LazyLocationListIterator; use Ibexa\Contracts\Core\Repository\Values\Filter\Filter; +use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper as LocationLegacyMapper; +use Ibexa\Core\Persistence\Legacy\Filter\Gateway\Content\GatewayDataMapper; use Ibexa\Core\Persistence\Legacy\Filter\Gateway\Content\GatewayDataMapper as ContentGatewayDataMapper; use Ibexa\Core\Persistence\Legacy\Filter\Gateway\Gateway; class LocationFilteringHandler implements Handler { - /** @var \Ibexa\Core\Persistence\Legacy\Filter\Gateway\Gateway */ + /** @var Gateway */ private $gateway; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Location\Mapper */ + /** @var Mapper */ private $locationMapper; - /** @var \Ibexa\Core\Persistence\Legacy\Filter\Gateway\Content\GatewayDataMapper */ + /** @var GatewayDataMapper */ private $contentGatewayDataMapper; public function __construct( diff --git a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/DateModifiedSortClauseQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/DateModifiedSortClauseQueryBuilder.php index dd6bab3fdb..7bb0b5f488 100644 --- a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/DateModifiedSortClauseQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/DateModifiedSortClauseQueryBuilder.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\SortClauseQueryBuilder\Content; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\DateModified; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause; use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; @@ -24,7 +25,7 @@ public function buildQuery( FilteringQueryBuilder $queryBuilder, FilteringSortClause $sortClause ): void { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause */ + /** @var SortClause $sortClause */ $queryBuilder->addOrderBy('content.modified', $sortClause->direction); } } diff --git a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/DatePublishedSortClauseQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/DatePublishedSortClauseQueryBuilder.php index ceab0b730e..190f651f82 100644 --- a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/DatePublishedSortClauseQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/DatePublishedSortClauseQueryBuilder.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\SortClauseQueryBuilder\Content; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\DatePublished; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause; use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; @@ -24,7 +25,7 @@ public function buildQuery( FilteringQueryBuilder $queryBuilder, FilteringSortClause $sortClause ): void { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause */ + /** @var SortClause $sortClause */ $queryBuilder->addOrderBy('content.published', $sortClause->direction); } } diff --git a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/IdSortClauseQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/IdSortClauseQueryBuilder.php index 51440e4dc9..d739952ceb 100644 --- a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/IdSortClauseQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/IdSortClauseQueryBuilder.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\SortClauseQueryBuilder\Content; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\ContentId; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause; use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; @@ -24,7 +25,7 @@ public function buildQuery( FilteringQueryBuilder $queryBuilder, FilteringSortClause $sortClause ): void { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause */ + /** @var SortClause $sortClause */ $queryBuilder->addOrderBy('content.id', $sortClause->direction); } } diff --git a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/NameSortClauseQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/NameSortClauseQueryBuilder.php index 40899fc8f4..236eadbc19 100644 --- a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/NameSortClauseQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/NameSortClauseQueryBuilder.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\SortClauseQueryBuilder\Content; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\ContentName; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause; use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; @@ -24,7 +25,7 @@ public function buildQuery( FilteringQueryBuilder $queryBuilder, FilteringSortClause $sortClause ): void { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause */ + /** @var SortClause $sortClause */ $queryBuilder->addOrderBy('content.name', $sortClause->direction); } } diff --git a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/SectionIdentifierSortClauseQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/SectionIdentifierSortClauseQueryBuilder.php index d540953a84..558403c295 100644 --- a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/SectionIdentifierSortClauseQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/SectionIdentifierSortClauseQueryBuilder.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\SortClauseQueryBuilder\Content; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\SectionIdentifier; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause; use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; @@ -34,7 +35,7 @@ public function buildQuery( 'content.section_id = section.id' ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause */ + /** @var SortClause $sortClause */ $queryBuilder->addOrderBy('section.identifier', $sortClause->direction); } } diff --git a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/SectionNameSortClauseQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/SectionNameSortClauseQueryBuilder.php index 3372abd19b..6b09cbfb4a 100644 --- a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/SectionNameSortClauseQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Content/SectionNameSortClauseQueryBuilder.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\SortClauseQueryBuilder\Content; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\SectionName; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause; use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; @@ -34,7 +35,7 @@ public function buildQuery( 'content.section_id = section.id' ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause */ + /** @var SortClause $sortClause */ $queryBuilder->addOrderBy('section.name', $sortClause->direction); } } diff --git a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Location/BaseLocationSortClauseQueryBuilder.php b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Location/BaseLocationSortClauseQueryBuilder.php index 1dff11c7eb..11f0084fb1 100644 --- a/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Location/BaseLocationSortClauseQueryBuilder.php +++ b/src/lib/Persistence/Legacy/Filter/SortClauseQueryBuilder/Location/BaseLocationSortClauseQueryBuilder.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Filter\SortClauseQueryBuilder\Location; use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause; use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; @@ -26,7 +27,7 @@ public function buildQuery( ->addSelect($this->getSortingExpression()) ->joinAllLocations(); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause */ + /** @var SortClause $sortClause */ $queryBuilder->addOrderBy($sort, $sortClause->direction); } diff --git a/src/lib/Persistence/Legacy/Filter/SortClauseVisitor.php b/src/lib/Persistence/Legacy/Filter/SortClauseVisitor.php index 4c729acf82..63503788cf 100644 --- a/src/lib/Persistence/Legacy/Filter/SortClauseVisitor.php +++ b/src/lib/Persistence/Legacy/Filter/SortClauseVisitor.php @@ -15,14 +15,14 @@ use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; /** - * @internal Type-hint {@see \Ibexa\Contracts\Core\Persistence\Filter\SortClauseVisitor} instead. + * @internal Type-hint {@see FilteringSortClauseVisitor} instead. */ final class SortClauseVisitor implements FilteringSortClauseVisitor { - /** @var \Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder[] */ + /** @var SortClauseQueryBuilder[] */ private $sortClauseQueryBuilders; - /** @var \Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder[] */ + /** @var SortClauseQueryBuilder[] */ private static $queryBuildersForSortClauses = []; public function __construct(iterable $sortClauseQueryBuilders) @@ -31,12 +31,14 @@ public function __construct(iterable $sortClauseQueryBuilders) } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause[] $sortClauses + * @param FilteringSortClause[] $sortClauses * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException if there's no builder for a Sort Clause + * @throws NotImplementedException if there's no builder for a Sort Clause */ - public function visitSortClauses(FilteringQueryBuilder $queryBuilder, array $sortClauses): void - { + public function visitSortClauses( + FilteringQueryBuilder $queryBuilder, + array $sortClauses + ): void { foreach ($sortClauses as $sortClause) { $this ->getQueryBuilderForSortClause($sortClause) @@ -47,7 +49,7 @@ public function visitSortClauses(FilteringQueryBuilder $queryBuilder, array $sor /** * Cache Query Builders in-memory and get the one for the given Sort Clause. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ private function getQueryBuilderForSortClause( FilteringSortClause $sortClause diff --git a/src/lib/Persistence/Legacy/Handler.php b/src/lib/Persistence/Legacy/Handler.php index 93d740638d..1e0b4afd40 100644 --- a/src/lib/Persistence/Legacy/Handler.php +++ b/src/lib/Persistence/Legacy/Handler.php @@ -21,6 +21,7 @@ use Ibexa\Contracts\Core\Persistence\Handler as HandlerInterface; use Ibexa\Contracts\Core\Persistence\Notification\Handler as NotificationHandler; use Ibexa\Contracts\Core\Persistence\Setting\Handler as SettingHandler; +use Ibexa\Contracts\Core\Persistence\TransactionHandler; use Ibexa\Contracts\Core\Persistence\TransactionHandler as SPITransactionHandler; use Ibexa\Contracts\Core\Persistence\User\Handler as UserHandler; use Ibexa\Contracts\Core\Persistence\UserPreference\Handler as UserPreferenceHandler; @@ -31,52 +32,52 @@ */ class Handler implements HandlerInterface { - /** @var \Ibexa\Contracts\Core\Persistence\Content\Handler */ + /** @var ContentHandler */ protected $contentHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler */ + /** @var ContentTypeHandler */ protected $contentTypeHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler */ + /** @var LanguageHandler */ protected $languageHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Handler */ + /** @var LocationHandler */ protected $locationHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler */ + /** @var ObjectStateHandler */ protected $objectStateHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Section\Handler */ + /** @var SectionHandler */ protected $sectionHandler; - /** @var \Ibexa\Contracts\Core\Persistence\TransactionHandler */ + /** @var TransactionHandler */ protected $transactionHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Trash\Handler */ + /** @var TrashHandler */ protected $trashHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\UrlAlias\Handler */ + /** @var UrlAliasHandler */ protected $urlAliasHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard\Handler */ + /** @var UrlWildcardHandler */ protected $urlWildcardHandler; - /** @var \Ibexa\Contracts\Core\Persistence\User\Handler */ + /** @var UserHandler */ protected $userHandler; - /** @var \Ibexa\Core\Persistence\Legacy\URL\Handler */ + /** @var UrlHandler */ protected $urlHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Bookmark\Handler */ + /** @var BookmarkHandler */ protected $bookmarkHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Notification\Handler */ + /** @var NotificationHandler */ protected $notificationHandler; - /** @var \Ibexa\Contracts\Core\Persistence\UserPreference\Handler */ + /** @var UserPreferenceHandler */ protected $userPreferenceHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Setting\Handler */ + /** @var SettingHandler */ private $settingHandler; public function __construct( @@ -181,7 +182,7 @@ public function settingHandler(): SettingHandler } /** - * @return \Ibexa\Contracts\Core\Persistence\Notification\Handler + * @return NotificationHandler */ public function notificationHandler(): NotificationHandler { @@ -189,7 +190,7 @@ public function notificationHandler(): NotificationHandler } /** - * @return \Ibexa\Contracts\Core\Persistence\UserPreference\Handler + * @return UserPreferenceHandler */ public function userPreferenceHandler(): UserPreferenceHandler { @@ -197,7 +198,7 @@ public function userPreferenceHandler(): UserPreferenceHandler } /** - * @return \Ibexa\Contracts\Core\Persistence\TransactionHandler + * @return TransactionHandler */ public function transactionHandler() { diff --git a/src/lib/Persistence/Legacy/Notification/Gateway.php b/src/lib/Persistence/Legacy/Notification/Gateway.php index 72e8e2fb80..4d2cecab77 100644 --- a/src/lib/Persistence/Legacy/Notification/Gateway.php +++ b/src/lib/Persistence/Legacy/Notification/Gateway.php @@ -12,13 +12,14 @@ use Ibexa\Contracts\Core\Persistence\Notification\Notification; use Ibexa\Contracts\Core\Persistence\Notification\UpdateStruct; use Ibexa\Contracts\Core\Repository\Values\Notification\Query\NotificationQuery; +use Ibexa\Core\Base\Exceptions\InvalidArgumentException; abstract class Gateway { /** * Store Notification ValueObject in persistent storage. * - * @param \Ibexa\Contracts\Core\Persistence\Notification\CreateStruct $notification + * @param CreateStruct $notification * * @return int */ @@ -37,9 +38,9 @@ abstract public function getNotificationById(int $notificationId): array; * Update Notification ValueObject in persistent storage. * There's no edit feature but it's essential to mark Notification as read. * - * @param \Ibexa\Contracts\Core\Persistence\Notification\Notification $notification + * @param Notification $notification * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ abstract public function updateNotification(Notification $notification): void; @@ -59,7 +60,10 @@ abstract public function bulkUpdateUserNotifications( ): array; /** @phpstan-return int<0, max> */ - abstract public function countUserNotifications(int $userId, ?NotificationQuery $query = null): int; + abstract public function countUserNotifications( + int $userId, + ?NotificationQuery $query = null + ): int; /** * Count users unread Notifications. @@ -73,7 +77,11 @@ abstract public function countUserPendingNotifications(int $userId): int; /** * @return array> */ - abstract public function loadUserNotifications(int $userId, int $offset = 0, int $limit = -1): array; + abstract public function loadUserNotifications( + int $userId, + int $offset = 0, + int $limit = -1 + ): array; /** * @return array> diff --git a/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/DateCreatedCriterionHandler.php b/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/DateCreatedCriterionHandler.php index 1be60447fa..c41e9f39d8 100644 --- a/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/DateCreatedCriterionHandler.php +++ b/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/DateCreatedCriterionHandler.php @@ -24,8 +24,10 @@ public function supports(CriterionInterface $criterion): bool return $criterion instanceof DateCreated; } - public function apply(QueryBuilder $qb, CriterionInterface $criterion): void - { + public function apply( + QueryBuilder $qb, + CriterionInterface $criterion + ): void { if ($criterion->getFrom() !== null) { $qb->andWhere( $qb->expr()->gte( diff --git a/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/StatusCriterionHandler.php b/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/StatusCriterionHandler.php index 6a0704b0ac..d4357a2bcc 100644 --- a/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/StatusCriterionHandler.php +++ b/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/StatusCriterionHandler.php @@ -25,8 +25,10 @@ public function supports(CriterionInterface $criterion): bool return $criterion instanceof Status; } - public function apply(QueryBuilder $qb, CriterionInterface $criterion): void - { + public function apply( + QueryBuilder $qb, + CriterionInterface $criterion + ): void { $qb->andWhere($qb->expr()->in(DoctrineDatabase::COLUMN_IS_PENDING, ':status')); $qb->setParameter('status', $criterion->getStatuses(), ArrayParameterType::INTEGER); } diff --git a/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/TypeCriterionHandler.php b/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/TypeCriterionHandler.php index 171ab38900..e4dbb5f87d 100644 --- a/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/TypeCriterionHandler.php +++ b/src/lib/Persistence/Legacy/Notification/Gateway/CriterionHandler/TypeCriterionHandler.php @@ -24,8 +24,10 @@ public function supports(CriterionInterface $criterion): bool return $criterion instanceof Type; } - public function apply(QueryBuilder $qb, CriterionInterface $criterion): void - { + public function apply( + QueryBuilder $qb, + CriterionInterface $criterion + ): void { $qb->andWhere($qb->expr()->eq(DoctrineDatabase::COLUMN_TYPE, ':type')); $qb->setParameter('type', $criterion->getValue()); } diff --git a/src/lib/Persistence/Legacy/Notification/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Notification/Gateway/DoctrineDatabase.php index 7dcfe17960..6fd83f0a9f 100644 --- a/src/lib/Persistence/Legacy/Notification/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Notification/Gateway/DoctrineDatabase.php @@ -15,6 +15,7 @@ use Ibexa\Contracts\Core\Persistence\Notification\CreateStruct; use Ibexa\Contracts\Core\Persistence\Notification\Notification; use Ibexa\Contracts\Core\Persistence\Notification\UpdateStruct; +use Ibexa\Contracts\Core\Repository\Values\Notification\CriterionHandlerInterface; use Ibexa\Contracts\Core\Repository\Values\Notification\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\Notification\Query\NotificationQuery; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; @@ -32,12 +33,12 @@ class DoctrineDatabase extends Gateway public const string COLUMN_DATA = 'data'; /** - * @var \Ibexa\Contracts\Core\Repository\Values\Notification\CriterionHandlerInterface[] + * @var CriterionHandlerInterface[] */ private array $criterionHandlers; /** - * @param iterable<\Ibexa\Contracts\Core\Repository\Values\Notification\CriterionHandlerInterface> $criterionHandlers + * @param iterable $criterionHandlers */ public function __construct( private Connection $connection, @@ -139,8 +140,10 @@ private function applyNotificationFilters( /** * @param int[] $idsToUpdate */ - private function updateNotificationsPendingStatus(array $idsToUpdate, bool $isPending): void - { + private function updateNotificationsPendingStatus( + array $idsToUpdate, + bool $isPending + ): void { $updateQuery = $this->connection->createQueryBuilder(); $updateQuery ->update(self::TABLE_NOTIFICATION) @@ -172,8 +175,10 @@ public function updateNotification(Notification $notification): void $query->executeStatement(); } - public function countUserNotifications(int $userId, ?NotificationQuery $query = null): int - { + public function countUserNotifications( + int $userId, + ?NotificationQuery $query = null + ): int { $queryBuilder = $this->connection->createQueryBuilder(); $queryBuilder ->select('COUNT(' . self::COLUMN_ID . ')') @@ -204,8 +209,11 @@ public function countUserPendingNotifications(int $userId): int return (int)$query->executeQuery()->fetchOne(); } - public function loadUserNotifications(int $userId, int $offset = 0, int $limit = -1): array - { + public function loadUserNotifications( + int $userId, + int $offset = 0, + int $limit = -1 + ): array { $query = $this->connection->createQueryBuilder(); $query ->select(...$this->getColumns()) @@ -223,8 +231,10 @@ public function loadUserNotifications(int $userId, int $offset = 0, int $limit = return $query->executeQuery()->fetchAllAssociative(); } - public function findUserNotifications(int $userId, ?NotificationQuery $query = null): array - { + public function findUserNotifications( + int $userId, + ?NotificationQuery $query = null + ): array { $queryBuilder = $this->connection->createQueryBuilder(); $queryBuilder ->select(...$this->getColumns()) @@ -253,17 +263,21 @@ public function findUserNotifications(int $userId, ?NotificationQuery $query = n } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\Query\CriterionInterface[] $criteria + * @param CriterionInterface[] $criteria */ - private function applyFilters(QueryBuilder $qb, array $criteria): void - { + private function applyFilters( + QueryBuilder $qb, + array $criteria + ): void { foreach ($criteria as $criterion) { $this->applyCriterion($qb, $criterion); } } - private function applyCriterion(QueryBuilder $qb, CriterionInterface $criterion): void - { + private function applyCriterion( + QueryBuilder $qb, + CriterionInterface $criterion + ): void { foreach ($this->criterionHandlers as $handler) { if ($handler->supports($criterion)) { $handler->apply($qb, $criterion); diff --git a/src/lib/Persistence/Legacy/Notification/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/Notification/Gateway/ExceptionConversion.php index 1e6e7ba90a..5cbfac3c95 100644 --- a/src/lib/Persistence/Legacy/Notification/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/Notification/Gateway/ExceptionConversion.php @@ -22,14 +22,14 @@ class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\Notification\Gateway + * @var Gateway */ protected $innerGateway; /** * ExceptionConversion constructor. * - * @param \Ibexa\Core\Persistence\Legacy\Notification\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -43,7 +43,7 @@ public function getNotificationById(int $notificationId): array { try { return $this->innerGateway->getNotificationById($notificationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -65,16 +65,18 @@ public function updateNotification(Notification $notification): void { try { $this->innerGateway->updateNotification($notification); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function countUserNotifications(int $userId, ?NotificationQuery $query = null): int - { + public function countUserNotifications( + int $userId, + ?NotificationQuery $query = null + ): int { try { return $this->innerGateway->countUserNotifications($userId, $query); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -83,25 +85,30 @@ public function countUserPendingNotifications(int $userId): int { try { return $this->innerGateway->countUserPendingNotifications($userId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadUserNotifications(int $userId, int $offset = 0, int $limit = -1): array - { + public function loadUserNotifications( + int $userId, + int $offset = 0, + int $limit = -1 + ): array { try { return $this->innerGateway->loadUserNotifications($userId, $offset, $limit); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function findUserNotifications(int $userId, ?NotificationQuery $query = null): array - { + public function findUserNotifications( + int $userId, + ?NotificationQuery $query = null + ): array { try { return $this->innerGateway->findUserNotifications($userId, $query); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -110,7 +117,7 @@ public function insert(CreateStruct $notification): int { try { return $this->innerGateway->insert($notification); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -119,7 +126,7 @@ public function delete(int $notificationId): void { try { $this->innerGateway->delete($notificationId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/Notification/Handler.php b/src/lib/Persistence/Legacy/Notification/Handler.php index d3ff08fdf6..b9e6d5e965 100644 --- a/src/lib/Persistence/Legacy/Notification/Handler.php +++ b/src/lib/Persistence/Legacy/Notification/Handler.php @@ -14,22 +14,25 @@ use Ibexa\Contracts\Core\Persistence\Notification\UpdateStruct; use Ibexa\Contracts\Core\Repository\Values\Notification\Notification as APINotification; use Ibexa\Contracts\Core\Repository\Values\Notification\Query\NotificationQuery; +use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\NotFoundException; class Handler implements HandlerInterface { - /** @var \Ibexa\Core\Persistence\Legacy\Notification\Gateway */ + /** @var Gateway */ protected $gateway; - /** @var \Ibexa\Core\Persistence\Legacy\Notification\Mapper */ + /** @var Mapper */ protected $mapper; /** - * @param \Ibexa\Core\Persistence\Legacy\Notification\Gateway $gateway - * @param \Ibexa\Core\Persistence\Legacy\Notification\Mapper $mapper + * @param Gateway $gateway + * @param Mapper $mapper */ - public function __construct(Gateway $gateway, Mapper $mapper) - { + public function __construct( + Gateway $gateway, + Mapper $mapper + ) { $this->gateway = $gateway; $this->mapper = $mapper; } @@ -37,7 +40,7 @@ public function __construct(Gateway $gateway, Mapper $mapper) /** * {@inheritdoc} * - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ public function createNotification(CreateStruct $createStruct): Notification { @@ -57,7 +60,7 @@ public function countPendingNotifications(int $ownerId): int /** * {@inheritdoc} * - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ public function getNotificationById(int $notificationId): Notification { @@ -84,11 +87,13 @@ public function bulkUpdateUserNotifications( /** * {@inheritdoc} * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ - public function updateNotification(APINotification $apiNotification, UpdateStruct $updateStruct): Notification - { + public function updateNotification( + APINotification $apiNotification, + UpdateStruct $updateStruct + ): Notification { $notification = $this->mapper->createNotificationFromUpdateStruct( $updateStruct ); @@ -99,20 +104,27 @@ public function updateNotification(APINotification $apiNotification, UpdateStruc return $this->getNotificationById($notification->id); } - public function countNotifications(int $userId, ?NotificationQuery $query = null): int - { + public function countNotifications( + int $userId, + ?NotificationQuery $query = null + ): int { return $this->gateway->countUserNotifications($userId, $query); } - public function loadUserNotifications(int $userId, int $offset, int $limit): array - { + public function loadUserNotifications( + int $userId, + int $offset, + int $limit + ): array { return $this->mapper->extractNotificationsFromRows( $this->gateway->loadUserNotifications($userId, $offset, $limit) ); } - public function findUserNotifications(int $userId, ?NotificationQuery $query = null): array - { + public function findUserNotifications( + int $userId, + ?NotificationQuery $query = null + ): array { return $this->mapper->extractNotificationsFromRows( $this->gateway->findUserNotifications($userId, $query) ); diff --git a/src/lib/Persistence/Legacy/Notification/Mapper.php b/src/lib/Persistence/Legacy/Notification/Mapper.php index 06a962ae2b..5c229eccb0 100644 --- a/src/lib/Persistence/Legacy/Notification/Mapper.php +++ b/src/lib/Persistence/Legacy/Notification/Mapper.php @@ -19,7 +19,7 @@ class Mapper * * @param array $rows * - * @return \Ibexa\Contracts\Core\Persistence\Notification\Notification[] + * @return Notification[] */ public function extractNotificationsFromRows(array $rows): array { @@ -32,9 +32,9 @@ public function extractNotificationsFromRows(array $rows): array } /** - * @param \Ibexa\Contracts\Core\Persistence\Notification\UpdateStruct $updateStruct + * @param UpdateStruct $updateStruct * - * @return \Ibexa\Contracts\Core\Persistence\Notification\Notification + * @return Notification */ public function createNotificationFromUpdateStruct(UpdateStruct $updateStruct): Notification { @@ -49,7 +49,7 @@ public function createNotificationFromUpdateStruct(UpdateStruct $updateStruct): * * @param array $row * - * @return \Ibexa\Contracts\Core\Persistence\Notification\Notification + * @return Notification */ private function extractNotificationFromRow(array $row): Notification { diff --git a/src/lib/Persistence/Legacy/Setting/Gateway.php b/src/lib/Persistence/Legacy/Setting/Gateway.php index 9a1f043958..16099e3f3c 100644 --- a/src/lib/Persistence/Legacy/Setting/Gateway.php +++ b/src/lib/Persistence/Legacy/Setting/Gateway.php @@ -8,6 +8,8 @@ namespace Ibexa\Core\Persistence\Legacy\Setting; +use Doctrine\DBAL\Exception; + /** * @internal For internal use by Persistence Handlers. */ @@ -17,7 +19,7 @@ abstract class Gateway public const SETTING_TABLE = 'ibexa_setting'; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ abstract public function insertSetting( string $group, @@ -26,7 +28,7 @@ abstract public function insertSetting( ): int; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ abstract public function updateSetting( string $group, @@ -35,7 +37,7 @@ abstract public function updateSetting( ): void; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ abstract public function loadSetting( string $group, @@ -43,14 +45,14 @@ abstract public function loadSetting( ): ?array; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ abstract public function loadSettingById( int $id ): ?array; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ abstract public function deleteSetting( string $group, diff --git a/src/lib/Persistence/Legacy/Setting/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/Setting/Gateway/DoctrineDatabase.php index 3b713579a8..0fc9f1111b 100644 --- a/src/lib/Persistence/Legacy/Setting/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/Setting/Gateway/DoctrineDatabase.php @@ -10,16 +10,17 @@ use Doctrine\DBAL\Connection; use Doctrine\DBAL\ParameterType; +use Ibexa\Contracts\Core\Persistence\Setting\Handler; use Ibexa\Core\Persistence\Legacy\Setting\Gateway; /** * @internal Gateway implementation is considered internal. Use Persistence Setting Handler instead. * - * @see \Ibexa\Contracts\Core\Persistence\Setting\Handler + * @see Handler */ final class DoctrineDatabase extends Gateway { - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ private $connection; public function __construct(Connection $connection) @@ -27,8 +28,11 @@ public function __construct(Connection $connection) $this->connection = $connection; } - public function insertSetting(string $group, string $identifier, string $serializedValue): int - { + public function insertSetting( + string $group, + string $identifier, + string $serializedValue + ): int { $query = $this->connection->createQueryBuilder(); $query ->insert(self::SETTING_TABLE) @@ -45,8 +49,11 @@ public function insertSetting(string $group, string $identifier, string $seriali return (int)$this->connection->lastInsertId(Gateway::SETTING_SEQ); } - public function updateSetting(string $group, string $identifier, string $serializedValue): void - { + public function updateSetting( + string $group, + string $identifier, + string $serializedValue + ): void { $query = $this->connection->createQueryBuilder(); $query ->update(self::SETTING_TABLE) @@ -65,8 +72,10 @@ public function updateSetting(string $group, string $identifier, string $seriali $query->executeStatement(); } - public function loadSetting(string $group, string $identifier): ?array - { + public function loadSetting( + string $group, + string $identifier + ): ?array { $query = $this->connection->createQueryBuilder(); $query ->select( @@ -123,8 +132,10 @@ public function loadSettingById(int $id): ?array return $result; } - public function deleteSetting(string $group, string $identifier): void - { + public function deleteSetting( + string $group, + string $identifier + ): void { $query = $this->connection->createQueryBuilder(); $query ->delete(self::SETTING_TABLE) diff --git a/src/lib/Persistence/Legacy/Setting/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/Setting/Gateway/ExceptionConversion.php index 2df2066ea2..c12f1113da 100644 --- a/src/lib/Persistence/Legacy/Setting/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/Setting/Gateway/ExceptionConversion.php @@ -18,7 +18,7 @@ */ final class ExceptionConversion extends Gateway { - /** @var \Ibexa\Core\Persistence\Legacy\Setting\Gateway */ + /** @var Gateway */ private $innerGateway; public function __construct(Gateway $innerGateway) @@ -27,61 +27,71 @@ public function __construct(Gateway $innerGateway) } /** - * @throws \Ibexa\Core\Base\Exceptions\DatabaseException + * @throws DatabaseException */ - public function insertSetting(string $group, string $identifier, string $serializedValue): int - { + public function insertSetting( + string $group, + string $identifier, + string $serializedValue + ): int { try { return $this->innerGateway->insertSetting($group, $identifier, $serializedValue); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } /** - * @throws \Ibexa\Core\Base\Exceptions\DatabaseException + * @throws DatabaseException */ - public function updateSetting(string $group, string $identifier, string $serializedValue): void - { + public function updateSetting( + string $group, + string $identifier, + string $serializedValue + ): void { try { $this->innerGateway->updateSetting($group, $identifier, $serializedValue); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } /** - * @throws \Ibexa\Core\Base\Exceptions\DatabaseException + * @throws DatabaseException */ - public function loadSetting(string $group, string $identifier): ?array - { + public function loadSetting( + string $group, + string $identifier + ): ?array { try { return $this->innerGateway->loadSetting($group, $identifier); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } /** - * @throws \Ibexa\Core\Base\Exceptions\DatabaseException + * @throws DatabaseException */ public function loadSettingById(int $id): ?array { try { return $this->innerGateway->loadSettingById($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } /** - * @throws \Ibexa\Core\Base\Exceptions\DatabaseException + * @throws DatabaseException */ - public function deleteSetting(string $group, string $identifier): void - { + public function deleteSetting( + string $group, + string $identifier + ): void { try { $this->innerGateway->deleteSetting($group, $identifier); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/Setting/Handler.php b/src/lib/Persistence/Legacy/Setting/Handler.php index 28c2809fa7..6f37f9c2e4 100644 --- a/src/lib/Persistence/Legacy/Setting/Handler.php +++ b/src/lib/Persistence/Legacy/Setting/Handler.php @@ -9,11 +9,12 @@ use Ibexa\Contracts\Core\Persistence\Setting\Handler as BaseSettingHandler; use Ibexa\Contracts\Core\Persistence\Setting\Setting; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\Base\Exceptions\NotFoundException as NotFound; class Handler implements BaseSettingHandler { - /** @var \Ibexa\Core\Persistence\Legacy\Setting\Gateway */ + /** @var Gateway */ protected $settingGateway; public function __construct(Gateway $settingGateway) @@ -21,8 +22,11 @@ public function __construct(Gateway $settingGateway) $this->settingGateway = $settingGateway; } - public function create(string $group, string $identifier, string $serializedValue): Setting - { + public function create( + string $group, + string $identifier, + string $serializedValue + ): Setting { $lastId = $this->settingGateway->insertSetting( $group, $identifier, @@ -43,10 +47,13 @@ public function create(string $group, string $identifier, string $serializedValu } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - public function update(string $group, string $identifier, string $serializedValue): Setting - { + public function update( + string $group, + string $identifier, + string $serializedValue + ): Setting { $this->settingGateway->updateSetting( $group, $identifier, @@ -67,10 +74,12 @@ public function update(string $group, string $identifier, string $serializedValu } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - public function load(string $group, string $identifier): Setting - { + public function load( + string $group, + string $identifier + ): Setting { $setting = $this->settingGateway->loadSetting($group, $identifier); if (empty($setting)) { @@ -84,13 +93,17 @@ public function load(string $group, string $identifier): Setting ]); } - public function delete(string $group, string $identifier): void - { + public function delete( + string $group, + string $identifier + ): void { $this->settingGateway->deleteSetting($group, $identifier); } - private function createNotFoundException(string $group, string $identifier): NotFound - { + private function createNotFoundException( + string $group, + string $identifier + ): NotFound { return new NotFound('Setting', [ 'group' => $group, 'identifier' => $identifier, diff --git a/src/lib/Persistence/Legacy/SharedGateway/DatabasePlatform/FallbackGateway.php b/src/lib/Persistence/Legacy/SharedGateway/DatabasePlatform/FallbackGateway.php index e0777d7883..c464341d76 100644 --- a/src/lib/Persistence/Legacy/SharedGateway/DatabasePlatform/FallbackGateway.php +++ b/src/lib/Persistence/Legacy/SharedGateway/DatabasePlatform/FallbackGateway.php @@ -8,6 +8,4 @@ namespace Ibexa\Core\Persistence\Legacy\SharedGateway\DatabasePlatform; -final class FallbackGateway extends AbstractGateway -{ -} +final class FallbackGateway extends AbstractGateway {} diff --git a/src/lib/Persistence/Legacy/SharedGateway/DatabasePlatform/SqliteGateway.php b/src/lib/Persistence/Legacy/SharedGateway/DatabasePlatform/SqliteGateway.php index a2c4aeb3aa..4f3e98d0e2 100644 --- a/src/lib/Persistence/Legacy/SharedGateway/DatabasePlatform/SqliteGateway.php +++ b/src/lib/Persistence/Legacy/SharedGateway/DatabasePlatform/SqliteGateway.php @@ -35,7 +35,7 @@ public function getColumnNextIntegerValue( } /** - * @throws \Ibexa\Core\Base\Exceptions\DatabaseException if the sequence has no last value + * @throws DatabaseException if the sequence has no last value */ public function getLastInsertedId(string $sequenceName): int { diff --git a/src/lib/Persistence/Legacy/SharedGateway/GatewayFactory.php b/src/lib/Persistence/Legacy/SharedGateway/GatewayFactory.php index 3d70ee384c..5540819ded 100644 --- a/src/lib/Persistence/Legacy/SharedGateway/GatewayFactory.php +++ b/src/lib/Persistence/Legacy/SharedGateway/GatewayFactory.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\SharedGateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; /** * Builds a Shared Gateway object based on the database connection. @@ -18,14 +19,15 @@ final readonly class GatewayFactory { /** - * @param iterable $gateways + * @param iterable $gateways */ - public function __construct(private Gateway $fallbackGateway, private iterable $gateways) - { - } + public function __construct( + private Gateway $fallbackGateway, + private iterable $gateways + ) {} /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function buildSharedGateway(Connection $connection): Gateway { diff --git a/src/lib/Persistence/Legacy/Token/Gateway/Token/Doctrine/DoctrineGateway.php b/src/lib/Persistence/Legacy/Token/Gateway/Token/Doctrine/DoctrineGateway.php index 089f68aead..ed0e252580 100644 --- a/src/lib/Persistence/Legacy/Token/Gateway/Token/Doctrine/DoctrineGateway.php +++ b/src/lib/Persistence/Legacy/Token/Gateway/Token/Doctrine/DoctrineGateway.php @@ -98,8 +98,10 @@ public function revoke(int $tokenId): void ); } - public function revokeByIdentifier(int $typeId, ?string $identifier): void - { + public function revokeByIdentifier( + int $typeId, + ?string $identifier + ): void { $this->connection->update( self::TABLE_NAME, [ diff --git a/src/lib/Persistence/Legacy/Token/Gateway/Token/Gateway.php b/src/lib/Persistence/Legacy/Token/Gateway/Token/Gateway.php index eeb2a57a63..1f411d3203 100644 --- a/src/lib/Persistence/Legacy/Token/Gateway/Token/Gateway.php +++ b/src/lib/Persistence/Legacy/Token/Gateway/Token/Gateway.php @@ -8,10 +8,13 @@ namespace Ibexa\Core\Persistence\Legacy\Token\Gateway\Token; +use Doctrine\DBAL\Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; + interface Gateway { /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function insert( int $typeId, @@ -28,19 +31,19 @@ public function revokeByIdentifier( ): void; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function delete(int $tokenId): void; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function deleteExpired(?int $typeId = null): void; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function getToken( string $tokenType, @@ -49,9 +52,9 @@ public function getToken( ): array; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function getTokenById(int $tokenId): array; } diff --git a/src/lib/Persistence/Legacy/Token/Gateway/TokenType/Doctrine/DoctrineGateway.php b/src/lib/Persistence/Legacy/Token/Gateway/TokenType/Doctrine/DoctrineGateway.php index 149e3d9cb5..d8c2a08fd6 100644 --- a/src/lib/Persistence/Legacy/Token/Gateway/TokenType/Doctrine/DoctrineGateway.php +++ b/src/lib/Persistence/Legacy/Token/Gateway/TokenType/Doctrine/DoctrineGateway.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Persistence\Legacy\Token\Gateway\TokenType\Doctrine; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\ParameterType; use Ibexa\Core\Base\Exceptions\NotFoundException as NotFound; use Ibexa\Core\Persistence\Legacy\Token\AbstractGateway; @@ -51,7 +52,7 @@ public function insert(string $identifier): int } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function deleteById(int $typeId): void { @@ -61,7 +62,7 @@ public function deleteById(int $typeId): void } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function deleteByIdentifier(string $identifier): void { diff --git a/src/lib/Persistence/Legacy/Token/Gateway/TokenType/Gateway.php b/src/lib/Persistence/Legacy/Token/Gateway/TokenType/Gateway.php index 8acf21ffe9..c06acc0cf2 100644 --- a/src/lib/Persistence/Legacy/Token/Gateway/TokenType/Gateway.php +++ b/src/lib/Persistence/Legacy/Token/Gateway/TokenType/Gateway.php @@ -8,10 +8,13 @@ namespace Ibexa\Core\Persistence\Legacy\Token\Gateway\TokenType; +use Doctrine\DBAL\Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; + interface Gateway { /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function insert(string $identifier): int; @@ -20,16 +23,16 @@ public function deleteById(int $typeId): void; public function deleteByIdentifier(string $identifier): void; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function getTypeById(int $typeId): array; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function getTypeByIdentifier(string $identifier): array; } diff --git a/src/lib/Persistence/Legacy/Token/Handler.php b/src/lib/Persistence/Legacy/Token/Handler.php index 652bc6e512..ac63bd367f 100644 --- a/src/lib/Persistence/Legacy/Token/Handler.php +++ b/src/lib/Persistence/Legacy/Token/Handler.php @@ -42,8 +42,8 @@ public function __construct( /** * @throws \Doctrine\DBAL\Driver\Exception * @throws \Doctrine\DBAL\Exception - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Core\Base\Exceptions\TokenExpiredException + * @throws NotFoundException + * @throws TokenExpiredException * @throws \Exception */ public function getToken( @@ -67,7 +67,7 @@ public function getToken( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Doctrine\DBAL\Exception * @throws \Doctrine\DBAL\Driver\Exception */ @@ -80,7 +80,7 @@ public function getTokenType( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Doctrine\DBAL\Driver\Exception * @throws \Doctrine\DBAL\Exception */ @@ -110,12 +110,14 @@ public function revokeTokenById(int $tokenId): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Doctrine\DBAL\Exception * @throws \Doctrine\DBAL\Driver\Exception */ - public function revokeTokenByIdentifier(string $tokenType, ?string $identifier): void - { + public function revokeTokenByIdentifier( + string $tokenType, + ?string $identifier + ): void { $type = $this->getTokenType($tokenType); $this->tokenGateway->revokeByIdentifier( $type->id, diff --git a/src/lib/Persistence/Legacy/TransactionHandler.php b/src/lib/Persistence/Legacy/TransactionHandler.php index c30fef3bfa..2eb1e1ceb1 100644 --- a/src/lib/Persistence/Legacy/TransactionHandler.php +++ b/src/lib/Persistence/Legacy/TransactionHandler.php @@ -9,6 +9,7 @@ use Doctrine\DBAL\Connection; use Exception; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; use Ibexa\Contracts\Core\Persistence\TransactionHandler as TransactionHandlerInterface; use Ibexa\Core\Persistence\Legacy\Content\Language\CachingHandler as CachingLanguageHandler; use Ibexa\Core\Persistence\Legacy\Content\Type\MemoryCachingHandler as CachingContentTypeHandler; @@ -21,10 +22,10 @@ */ class TransactionHandler implements TransactionHandlerInterface { - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $connection; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler */ + /** @var Handler */ protected $contentTypeHandler; /** @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler */ @@ -53,7 +54,7 @@ public function beginTransaction() * * Commit transaction, or throw exceptions if no transactions has been started. * - * @throws \RuntimeException If no transaction has been started + * @throws RuntimeException If no transaction has been started */ public function commit() { @@ -69,7 +70,7 @@ public function commit() * * Rollback transaction, or throw exceptions if no transactions has been started. * - * @throws \RuntimeException If no transaction has been started + * @throws RuntimeException If no transaction has been started */ public function rollback() { diff --git a/src/lib/Persistence/Legacy/URL/Gateway.php b/src/lib/Persistence/Legacy/URL/Gateway.php index 7cfd585413..bbc645035a 100644 --- a/src/lib/Persistence/Legacy/URL/Gateway.php +++ b/src/lib/Persistence/Legacy/URL/Gateway.php @@ -8,24 +8,27 @@ namespace Ibexa\Core\Persistence\Legacy\URL; use Ibexa\Contracts\Core\Persistence\URL\URL; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; +use Ibexa\Contracts\Core\Repository\Values\URL\Query\SortClause; abstract class Gateway { /** * Update the URL. * - * @param \Ibexa\Contracts\Core\Persistence\URL\URL $url + * @param URL $url */ abstract public function updateUrl(URL $url); /** * Selects URLs matching specified criteria. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion $criterion + * @param Criterion $criterion * @param int $offset * @param int $limit - * @param \Ibexa\Contracts\Core\Repository\Values\URL\Query\SortClause[] $sortClauses + * @param SortClause[] $sortClauses * @param bool $doCount * * @return array{ @@ -33,10 +36,16 @@ abstract public function updateUrl(URL $url); * "count": int|null, * } * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException if Criterion is not applicable to its target + * @throws InvalidArgumentException + * @throws NotImplementedException if Criterion is not applicable to its target */ - abstract public function find(Criterion $criterion, $offset, $limit, array $sortClauses = [], $doCount = true); + abstract public function find( + Criterion $criterion, + $offset, + $limit, + array $sortClauses = [], + $doCount = true + ); /** * Returns IDs of Content Objects using URL identified by $id. diff --git a/src/lib/Persistence/Legacy/URL/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/URL/Gateway/DoctrineDatabase.php index a89a78c7d8..f65a5af58d 100644 --- a/src/lib/Persistence/Legacy/URL/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/URL/Gateway/DoctrineDatabase.php @@ -11,6 +11,7 @@ use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\URL\URL; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\URL\Query\SortClause; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; @@ -41,18 +42,20 @@ class DoctrineDatabase extends Gateway SortClause::SORT_DESC => 'DESC', ]; - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $connection; /** * Criteria converter. * - * @var \Ibexa\Core\Persistence\Legacy\URL\Query\CriteriaConverter + * @var CriteriaConverter */ protected $criteriaConverter; - public function __construct(Connection $connection, CriteriaConverter $criteriaConverter) - { + public function __construct( + Connection $connection, + CriteriaConverter $criteriaConverter + ) { $this->connection = $connection; $this->criteriaConverter = $criteriaConverter; } @@ -60,8 +63,13 @@ public function __construct(Connection $connection, CriteriaConverter $criteriaC /** * {@inheritdoc} */ - public function find(Criterion $criterion, $offset, $limit, array $sortClauses = [], $doCount = true) - { + public function find( + Criterion $criterion, + $offset, + $limit, + array $sortClauses = [], + $doCount = true + ) { $count = $doCount ? $this->doCount($criterion) : null; if (!$doCount && $limit === 0) { throw new RuntimeException('Invalid query. Cannot disable count and request 0 items at the same time'); @@ -201,7 +209,7 @@ public function loadUrlDataByUrl($url): array } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ protected function doCount(Criterion $criterion): int { @@ -249,7 +257,7 @@ private function getSelectColumns(): array } /** - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ private function getQuerySortingDirection(string $direction): string { diff --git a/src/lib/Persistence/Legacy/URL/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/URL/Gateway/ExceptionConversion.php index 2c8a9cfd20..b8cff7d9d6 100644 --- a/src/lib/Persistence/Legacy/URL/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/URL/Gateway/ExceptionConversion.php @@ -19,14 +19,14 @@ class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\URL\Gateway + * @var Gateway */ protected $innerGateway; /** * ExceptionConversion constructor. * - * @param \Ibexa\Core\Persistence\Legacy\URL\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -37,16 +37,21 @@ public function updateUrl(URL $url) { try { return $this->innerGateway->updateUrl($url); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function find(Criterion $criterion, $offset, $limit, array $sortClauses = [], $doCount = true) - { + public function find( + Criterion $criterion, + $offset, + $limit, + array $sortClauses = [], + $doCount = true + ) { try { return $this->innerGateway->find($criterion, $offset, $limit, $sortClauses, $doCount); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -55,7 +60,7 @@ public function findUsages($id) { try { return $this->innerGateway->findUsages($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -64,7 +69,7 @@ public function loadUrlData($id) { try { return $this->innerGateway->loadUrlData($id); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -73,7 +78,7 @@ public function loadUrlDataByUrl($url) { try { return $this->innerGateway->loadUrlDataByUrl($url); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/URL/Handler.php b/src/lib/Persistence/Legacy/URL/Handler.php index c9c5313454..36081aade8 100644 --- a/src/lib/Persistence/Legacy/URL/Handler.php +++ b/src/lib/Persistence/Legacy/URL/Handler.php @@ -18,20 +18,22 @@ */ class Handler implements HandlerInterface { - /** @var \Ibexa\Core\Persistence\Legacy\URL\Gateway */ + /** @var Gateway */ private $urlGateway; - /** @var \Ibexa\Core\Persistence\Legacy\URL\Mapper */ + /** @var Mapper */ private $urlMapper; /** * Handler constructor. * - * @param \Ibexa\Core\Persistence\Legacy\URL\Gateway $gateway - * @param \Ibexa\Core\Persistence\Legacy\URL\Mapper $mapper + * @param Gateway $gateway + * @param Mapper $mapper */ - public function __construct(Gateway $gateway, Mapper $mapper) - { + public function __construct( + Gateway $gateway, + Mapper $mapper + ) { $this->urlGateway = $gateway; $this->urlMapper = $mapper; } @@ -39,8 +41,10 @@ public function __construct(Gateway $gateway, Mapper $mapper) /** * {@inheritdoc} */ - public function updateUrl($id, URLUpdateStruct $urlUpdateStruct) - { + public function updateUrl( + $id, + URLUpdateStruct $urlUpdateStruct + ) { $url = $this->urlMapper->createURLFromUpdateStruct( $urlUpdateStruct ); diff --git a/src/lib/Persistence/Legacy/URL/Mapper.php b/src/lib/Persistence/Legacy/URL/Mapper.php index 9a5da221ef..ed0d6047dc 100644 --- a/src/lib/Persistence/Legacy/URL/Mapper.php +++ b/src/lib/Persistence/Legacy/URL/Mapper.php @@ -18,9 +18,9 @@ class Mapper /** * Creates a URL from the given update $struct. * - * @param \Ibexa\Contracts\Core\Persistence\URL\URLUpdateStruct $struct + * @param URLUpdateStruct $struct * - * @return \Ibexa\Contracts\Core\Persistence\URL\URL + * @return URL */ public function createURLFromUpdateStruct(URLUpdateStruct $struct) { @@ -39,7 +39,7 @@ public function createURLFromUpdateStruct(URLUpdateStruct $struct) * * @param array $rows * - * @return \Ibexa\Contracts\Core\Persistence\URL\URL[] + * @return URL[] */ public function extractURLsFromRows(array $rows) { diff --git a/src/lib/Persistence/Legacy/URL/Query/CriteriaConverter.php b/src/lib/Persistence/Legacy/URL/Query/CriteriaConverter.php index bba52f757f..669fc917d3 100644 --- a/src/lib/Persistence/Legacy/URL/Query/CriteriaConverter.php +++ b/src/lib/Persistence/Legacy/URL/Query/CriteriaConverter.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\Persistence\Legacy\URL\Query; +use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; @@ -16,14 +17,14 @@ class CriteriaConverter /** * Criterion handlers. * - * @var \Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler[] + * @var CriterionHandler[] */ protected $handlers; /** * Construct from an optional array of Criterion handlers. * - * @param \Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler[] $handlers + * @param CriterionHandler[] $handlers */ public function __construct(array $handlers = []) { @@ -33,7 +34,7 @@ public function __construct(array $handlers = []) /** * Adds handler. * - * @param \Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler $handler + * @param CriterionHandler $handler */ public function addHandler(CriterionHandler $handler) { @@ -43,12 +44,14 @@ public function addHandler(CriterionHandler $handler) /** * Generic converter of criteria into query fragments. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException if Criterion is not applicable to its target + * @throws NotImplementedException if Criterion is not applicable to its target * - * @return \Doctrine\DBAL\Query\Expression\CompositeExpression|string + * @return CompositeExpression|string */ - public function convertCriteria(QueryBuilder $queryBuilder, Criterion $criterion) - { + public function convertCriteria( + QueryBuilder $queryBuilder, + Criterion $criterion + ) { foreach ($this->handlers as $handler) { if ($handler->accept($criterion)) { return $handler->handle($this, $queryBuilder, $criterion); diff --git a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler.php b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler.php index cc1434dad3..33b01869d3 100644 --- a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler.php +++ b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\Persistence\Legacy\URL\Query; +use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; @@ -15,7 +16,7 @@ interface CriterionHandler /** * Check if this criterion handler accepts to handle the given criterion. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion $criterion + * @param Criterion $criterion * * @return bool */ @@ -26,7 +27,7 @@ public function accept(Criterion $criterion); * * accept() must be called before calling this method. * - * @return \Doctrine\DBAL\Query\Expression\CompositeExpression|string + * @return CompositeExpression|string */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Base.php b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Base.php index c775a1d864..529661652c 100644 --- a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Base.php +++ b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Base.php @@ -63,8 +63,10 @@ protected function joinContentObjectAttribute(QueryBuilder $query): void } } - protected function hasJoinedTable(QueryBuilder $queryBuilder, string $tableName): bool - { + protected function hasJoinedTable( + QueryBuilder $queryBuilder, + string $tableName + ): bool { // find table name in a structure: ['fromAlias' => [['joinTable' => ''], ...]] $joinedParts = $queryBuilder->getQueryPart('join'); foreach ($joinedParts as $joinedTables) { diff --git a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalAnd.php b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalAnd.php index c3d6a0890a..f0f609c6a0 100644 --- a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalAnd.php +++ b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalAnd.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; use Ibexa\Core\Persistence\Legacy\URL\Query\CriteriaConverter; use Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler; @@ -25,10 +26,13 @@ public function accept(Criterion $criterion): bool /** * {@inheritdoc} * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ - public function handle(CriteriaConverter $converter, QueryBuilder $queryBuilder, Criterion $criterion) - { + public function handle( + CriteriaConverter $converter, + QueryBuilder $queryBuilder, + Criterion $criterion + ) { $subexpressions = []; foreach ($criterion->criteria as $subCriterion) { $subexpressions[] = $converter->convertCriteria($queryBuilder, $subCriterion); diff --git a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalNot.php b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalNot.php index 88cde42903..4e3ca52544 100644 --- a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalNot.php +++ b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalNot.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; use Ibexa\Core\Persistence\Legacy\URL\Query\CriteriaConverter; use Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler; @@ -25,7 +26,7 @@ public function accept(Criterion $criterion): bool /** * {@inheritdoc} * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalOr.php b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalOr.php index efd6d8cb36..f5aadf0429 100644 --- a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalOr.php +++ b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalOr.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; use Ibexa\Core\Persistence\Legacy\URL\Query\CriteriaConverter; use Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler; @@ -25,7 +26,7 @@ public function accept(Criterion $criterion): bool /** * {@inheritdoc} * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Pattern.php b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Pattern.php index dbcfc24800..43cb6126fb 100644 --- a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Pattern.php +++ b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Pattern.php @@ -31,7 +31,7 @@ public function handle( QueryBuilder $queryBuilder, Criterion $criterion ) { - /** @var \Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion\Pattern $criterion */ + /** @var Criterion\Pattern $criterion */ return $queryBuilder->expr()->like( 'url', $queryBuilder->createNamedParameter( diff --git a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Validity.php b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Validity.php index bbcf04b25d..daea6e8e77 100644 --- a/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Validity.php +++ b/src/lib/Persistence/Legacy/URL/Query/CriterionHandler/Validity.php @@ -31,7 +31,7 @@ public function handle( QueryBuilder $queryBuilder, Criterion $criterion ) { - /** @var \Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion\Validity $criterion */ + /** @var Criterion\Validity $criterion */ return $queryBuilder->expr()->eq( 'is_valid', $queryBuilder->createNamedParameter( diff --git a/src/lib/Persistence/Legacy/User/Gateway.php b/src/lib/Persistence/Legacy/User/Gateway.php index a98a3788bf..8e437ede09 100644 --- a/src/lib/Persistence/Legacy/User/Gateway.php +++ b/src/lib/Persistence/Legacy/User/Gateway.php @@ -45,14 +45,14 @@ abstract public function loadUserByToken(string $hash): array; /** * Update the user password as specified by the user struct. * - * @param \Ibexa\Contracts\Core\Persistence\User $user + * @param User $user */ abstract public function updateUserPassword(User $user): void; /** * Update a User token specified by UserTokenUpdateStruct. * - * @see \Ibexa\Contracts\Core\Persistence\User\UserTokenUpdateStruct + * @see UserTokenUpdateStruct */ abstract public function updateUserToken(UserTokenUpdateStruct $userTokenUpdateStruct): void; @@ -66,12 +66,19 @@ abstract public function expireUserToken(string $hash): void; * * @param array $limitation a map of the Limitation identifiers to raw Limitation values. */ - abstract public function assignRole(int $contentId, int $roleId, array $limitation): void; + abstract public function assignRole( + int $contentId, + int $roleId, + array $limitation + ): void; /** * Remove a Role from User or User group. */ - abstract public function removeRole(int $contentId, int $roleId): void; + abstract public function removeRole( + int $contentId, + int $roleId + ): void; /** * Remove a Role from User or User group, by assignment ID. diff --git a/src/lib/Persistence/Legacy/User/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/User/Gateway/DoctrineDatabase.php index abe5c3ccfb..f8883b7a63 100644 --- a/src/lib/Persistence/Legacy/User/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/User/Gateway/DoctrineDatabase.php @@ -9,14 +9,18 @@ namespace Ibexa\Core\Persistence\Legacy\User\Gateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\FetchMode; use Doctrine\DBAL\ParameterType; +use Doctrine\DBAL\Platforms\AbstractPlatform; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\User; +use Ibexa\Contracts\Core\Persistence\User\Handler; use Ibexa\Contracts\Core\Persistence\User\UserTokenUpdateStruct; use Ibexa\Core\FieldType\User\UserStorage\Gateway\DoctrineStorage; use Ibexa\Core\Persistence\Legacy\User\Gateway; use Ibexa\Core\Persistence\Legacy\User\Role\Gateway as RoleGateway; + use function time; /** @@ -24,18 +28,18 @@ * * @internal Gateway implementation is considered internal. Use Persistence User Handler instead. * - * @see \Ibexa\Contracts\Core\Persistence\User\Handler + * @see Handler */ final class DoctrineDatabase extends Gateway { - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ private $connection; - /** @var \Doctrine\DBAL\Platforms\AbstractPlatform */ + /** @var AbstractPlatform */ private $dbPlatform; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function __construct(Connection $connection) { @@ -192,8 +196,11 @@ public function expireUserToken(string $hash): void $query->executeStatement(); } - public function assignRole(int $contentId, int $roleId, array $limitation): void - { + public function assignRole( + int $contentId, + int $roleId, + array $limitation + ): void { foreach ($limitation as $identifier => $values) { foreach ($values as $value) { $query = $this->connection->createQueryBuilder(); @@ -224,8 +231,10 @@ public function assignRole(int $contentId, int $roleId, array $limitation): void } } - public function removeRole(int $contentId, int $roleId): void - { + public function removeRole( + int $contentId, + int $roleId + ): void { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $query diff --git a/src/lib/Persistence/Legacy/User/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/User/Gateway/ExceptionConversion.php index b5a87f331a..e0bacc548a 100644 --- a/src/lib/Persistence/Legacy/User/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/User/Gateway/ExceptionConversion.php @@ -23,14 +23,14 @@ final class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\User\Gateway + * @var Gateway */ private $innerGateway; /** * Create a new exception conversion gateway around $innerGateway. * - * @param \Ibexa\Core\Persistence\Legacy\User\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -41,7 +41,7 @@ public function load(int $userId): array { try { return $this->innerGateway->load($userId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -50,7 +50,7 @@ public function loadByLogin(string $login): array { try { return $this->innerGateway->loadByLogin($login); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -59,7 +59,7 @@ public function loadByEmail(string $email): array { try { return $this->innerGateway->loadByEmail($email); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -68,7 +68,7 @@ public function loadUserByToken(string $hash): array { try { return $this->innerGateway->loadUserByToken($hash); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -77,7 +77,7 @@ public function updateUserPassword(User $user): void { try { $this->innerGateway->updateUserPassword($user); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -86,7 +86,7 @@ public function updateUserToken(UserTokenUpdateStruct $userTokenUpdateStruct): v { try { $this->innerGateway->updateUserToken($userTokenUpdateStruct); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -95,25 +95,30 @@ public function expireUserToken(string $hash): void { try { $this->innerGateway->expireUserToken($hash); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function assignRole(int $contentId, int $roleId, array $limitation): void - { + public function assignRole( + int $contentId, + int $roleId, + array $limitation + ): void { try { $this->innerGateway->assignRole($contentId, $roleId, $limitation); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function removeRole(int $contentId, int $roleId): void - { + public function removeRole( + int $contentId, + int $roleId + ): void { try { $this->innerGateway->removeRole($contentId, $roleId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -122,7 +127,7 @@ public function removeRoleAssignmentById(int $roleAssignmentId): void { try { $this->innerGateway->removeRoleAssignmentById($roleAssignmentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/User/Handler.php b/src/lib/Persistence/Legacy/User/Handler.php index 266e6ed2fe..d773db45bb 100644 --- a/src/lib/Persistence/Legacy/User/Handler.php +++ b/src/lib/Persistence/Legacy/User/Handler.php @@ -11,10 +11,12 @@ use Ibexa\Contracts\Core\Persistence\User\Handler as BaseUserHandler; use Ibexa\Contracts\Core\Persistence\User\Policy; use Ibexa\Contracts\Core\Persistence\User\Role; +use Ibexa\Contracts\Core\Persistence\User\RoleAssignment; use Ibexa\Contracts\Core\Persistence\User\RoleCopyStruct; use Ibexa\Contracts\Core\Persistence\User\RoleCreateStruct; use Ibexa\Contracts\Core\Persistence\User\RoleUpdateStruct; use Ibexa\Contracts\Core\Persistence\User\UserTokenUpdateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Core\Base\Exceptions\NotFoundException as NotFound; use Ibexa\Core\Persistence\Legacy\Exception\RoleNotFound; @@ -30,37 +32,41 @@ class Handler implements BaseUserHandler /** * Gateway for storing user data. * - * @var \Ibexa\Core\Persistence\Legacy\User\Gateway + * @var Gateway */ protected $userGateway; /** * Gateway for storing role data. * - * @var \Ibexa\Core\Persistence\Legacy\User\Role\Gateway + * @var RoleGateway */ protected $roleGateway; /** * Mapper for user related objects. * - * @var \Ibexa\Core\Persistence\Legacy\User\Mapper + * @var Mapper */ protected $mapper; - /** @var \Ibexa\Core\Persistence\Legacy\User\Role\LimitationConverter */ + /** @var LimitationConverter */ protected $limitationConverter; /** * Construct from userGateway. * - * @param \Ibexa\Core\Persistence\Legacy\User\Gateway $userGateway - * @param \Ibexa\Core\Persistence\Legacy\User\Role\Gateway $roleGateway - * @param \Ibexa\Core\Persistence\Legacy\User\Mapper $mapper - * @param \Ibexa\Core\Persistence\Legacy\User\Role\LimitationConverter $limitationConverter - */ - public function __construct(Gateway $userGateway, RoleGateway $roleGateway, Mapper $mapper, LimitationConverter $limitationConverter) - { + * @param Gateway $userGateway + * @param RoleGateway $roleGateway + * @param Mapper $mapper + * @param LimitationConverter $limitationConverter + */ + public function __construct( + Gateway $userGateway, + RoleGateway $roleGateway, + Mapper $mapper, + LimitationConverter $limitationConverter + ) { $this->userGateway = $userGateway; $this->roleGateway = $roleGateway; $this->mapper = $mapper; @@ -73,9 +79,9 @@ public function __construct(Gateway $userGateway, RoleGateway $roleGateway, Mapp * The User struct used to create the user will contain an ID which is used * to reference the user. * - * @param \Ibexa\Contracts\Core\Persistence\User $user + * @param User $user * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function create(User $user) { @@ -87,9 +93,9 @@ public function create(User $user) * * @param mixed $userId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If user is not found + * @throws NotFoundException If user is not found * - * @return \Ibexa\Contracts\Core\Persistence\User + * @return User */ public function load($userId) { @@ -107,9 +113,9 @@ public function load($userId) * * @param string $login * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If user is not found + * @throws NotFoundException If user is not found * - * @return \Ibexa\Contracts\Core\Persistence\User + * @return User */ public function loadByLogin($login) { @@ -132,7 +138,7 @@ public function loadByLogin($login) * * @param string $email * - * @return \Ibexa\Contracts\Core\Persistence\User + * @return User */ public function loadByEmail(string $email): User { @@ -155,7 +161,7 @@ public function loadByEmail(string $email): User * * @param string $email * - * @return \Ibexa\Contracts\Core\Persistence\User[] + * @return User[] */ public function loadUsersByEmail(string $email): array { @@ -173,9 +179,9 @@ public function loadUsersByEmail(string $email): array * * @param string $hash * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If user is not found + * @throws NotFoundException If user is not found * - * @return \Ibexa\Contracts\Core\Persistence\User + * @return User */ public function loadUserByToken($hash) { @@ -191,9 +197,9 @@ public function loadUserByToken($hash) /** * Update the user information specified by the user struct. * - * @param \Ibexa\Contracts\Core\Persistence\User $user + * @param User $user * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function update(User $user) { @@ -208,7 +214,7 @@ public function updatePassword(User $user): void /** * Update the user token information specified by the userToken struct. * - * @param \Ibexa\Contracts\Core\Persistence\User\UserTokenUpdateStruct $userTokenUpdateStruct + * @param UserTokenUpdateStruct $userTokenUpdateStruct */ public function updateUserToken(UserTokenUpdateStruct $userTokenUpdateStruct) { @@ -230,7 +236,7 @@ public function expireUserToken($hash) * * @param mixed $userId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function delete($userId) { @@ -242,9 +248,9 @@ public function delete($userId) * * Sets status to Role::STATUS_DRAFT on the new returned draft. * - * @param \Ibexa\Contracts\Core\Persistence\User\RoleCreateStruct $createStruct + * @param RoleCreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ public function createRole(RoleCreateStruct $createStruct) { @@ -258,9 +264,9 @@ public function createRole(RoleCreateStruct $createStruct) * * @param mixed $roleId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If role with defined status is not found + * @throws NotFoundException If role with defined status is not found * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ public function createRoleDraft($roleId) { @@ -276,13 +282,15 @@ public function createRoleDraft($roleId) * * Used by self::createRole() and self::createRoleDraft() * - * @param \Ibexa\Contracts\Core\Persistence\User\RoleCreateStruct $createStruct + * @param RoleCreateStruct $createStruct * @param mixed|null $roleId Used by self::createRoleDraft() to retain Role id in the draft * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ - protected function internalCreateRole(RoleCreateStruct $createStruct, $roleId = null) - { + protected function internalCreateRole( + RoleCreateStruct $createStruct, + $roleId = null + ) { $createStruct = clone $createStruct; $role = $this->mapper->createRoleFromCreateStruct( $createStruct @@ -320,12 +328,14 @@ public function copyRole(RoleCopyStruct $copyStruct): Role * @param mixed $roleId * @param int $status One of Role::STATUS_DEFINED|Role::STATUS_DRAFT * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If role with given status does not exist + * @throws NotFoundException If role with given status does not exist * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ - public function loadRole($roleId, $status = Role::STATUS_DEFINED) - { + public function loadRole( + $roleId, + $status = Role::STATUS_DEFINED + ) { $data = $this->roleGateway->loadRole($roleId, $status); if (empty($data)) { @@ -346,12 +356,14 @@ public function loadRole($roleId, $status = Role::STATUS_DEFINED) * @param string $identifier * @param int $status One of Role::STATUS_DEFINED|Role::STATUS_DRAFT * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If role is not found + * @throws NotFoundException If role is not found * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ - public function loadRoleByIdentifier($identifier, $status = Role::STATUS_DEFINED) - { + public function loadRoleByIdentifier( + $identifier, + $status = Role::STATUS_DEFINED + ) { $data = $this->roleGateway->loadRoleByIdentifier($identifier, $status); if (empty($data)) { @@ -371,9 +383,9 @@ public function loadRoleByIdentifier($identifier, $status = Role::STATUS_DEFINED * * @param mixed $roleId ID of the role the draft was created from. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If role is not found + * @throws NotFoundException If role is not found * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ public function loadRoleDraftByRoleId($roleId) { @@ -394,7 +406,7 @@ public function loadRoleDraftByRoleId($roleId) /** * Loads all roles. * - * @return \Ibexa\Contracts\Core\Persistence\User\Role[] + * @return Role[] */ public function loadRoles() { @@ -413,7 +425,7 @@ public function loadRoles() /** * Update role (draft). * - * @param \Ibexa\Contracts\Core\Persistence\User\RoleUpdateStruct $role + * @param RoleUpdateStruct $role */ public function updateRole(RoleUpdateStruct $role) { @@ -426,8 +438,10 @@ public function updateRole(RoleUpdateStruct $role) * @param mixed $roleId * @param int $status One of Role::STATUS_DEFINED|Role::STATUS_DRAFT */ - public function deleteRole($roleId, $status = Role::STATUS_DEFINED) - { + public function deleteRole( + $roleId, + $status = Role::STATUS_DEFINED + ) { $role = $this->loadRole($roleId, $status); foreach ($role->policies as $policy) { @@ -474,12 +488,14 @@ public function publishRoleDraft($roleDraftId) * Adds a policy to a role draft. * * @param mixed $roleId - * @param \Ibexa\Contracts\Core\Persistence\User\Policy $policy + * @param Policy $policy * - * @return \Ibexa\Contracts\Core\Persistence\User\Policy + * @return Policy */ - public function addPolicyByRoleDraft($roleId, Policy $policy) - { + public function addPolicyByRoleDraft( + $roleId, + Policy $policy + ) { $legacyPolicy = clone $policy; $legacyPolicy->originalId = $policy->id; $this->limitationConverter->toLegacy($legacyPolicy); @@ -496,12 +512,14 @@ public function addPolicyByRoleDraft($roleId, Policy $policy) * Adds a policy to a role. * * @param mixed $roleId - * @param \Ibexa\Contracts\Core\Persistence\User\Policy $policy + * @param Policy $policy * - * @return \Ibexa\Contracts\Core\Persistence\User\Policy + * @return Policy */ - public function addPolicy($roleId, Policy $policy) - { + public function addPolicy( + $roleId, + Policy $policy + ) { $legacyPolicy = clone $policy; $this->limitationConverter->toLegacy($legacyPolicy); @@ -517,7 +535,7 @@ public function addPolicy($roleId, Policy $policy) * * Replaces limitations values with new values. * - * @param \Ibexa\Contracts\Core\Persistence\User\Policy $policy + * @param Policy $policy */ public function updatePolicy(Policy $policy) { @@ -534,8 +552,10 @@ public function updatePolicy(Policy $policy) * @param mixed $policyId * @param mixed $roleId */ - public function deletePolicy($policyId, $roleId) - { + public function deletePolicy( + $policyId, + $roleId + ) { // Each policy can only be associated to exactly one role. Thus it is // sufficient to use the policyId for identification and just remove // the policy completely. @@ -564,8 +584,11 @@ public function deletePolicy($policyId, $roleId) * @param mixed $roleId * @param array $limitation */ - public function assignRole($contentId, $roleId, ?array $limitation = null) - { + public function assignRole( + $contentId, + $roleId, + ?array $limitation = null + ) { $limitation = $limitation ?: ['' => ['']]; $this->userGateway->assignRole($contentId, $roleId, $limitation); } @@ -576,8 +599,10 @@ public function assignRole($contentId, $roleId, ?array $limitation = null) * @param mixed $contentId The user or user group Id to un-assign the role from. * @param mixed $roleId */ - public function unassignRole($contentId, $roleId) - { + public function unassignRole( + $contentId, + $roleId + ) { $this->userGateway->removeRole($contentId, $roleId); } @@ -596,9 +621,9 @@ public function removeRoleAssignment($roleAssignmentId) * * @param mixed $roleAssignmentId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If role assignment is not found + * @throws NotFoundException If role assignment is not found * - * @return \Ibexa\Contracts\Core\Persistence\User\RoleAssignment + * @return RoleAssignment */ public function loadRoleAssignment($roleAssignmentId) { @@ -618,7 +643,7 @@ public function loadRoleAssignment($roleAssignmentId) * * @param mixed $roleId * - * @return \Ibexa\Contracts\Core\Persistence\User\RoleAssignment[] + * @return RoleAssignment[] */ public function loadRoleAssignmentsByRoleId($roleId) { @@ -632,10 +657,13 @@ public function loadRoleAssignmentsByRoleId($roleId) } /** - * @return \Ibexa\Contracts\Core\Persistence\User\RoleAssignment[] + * @return RoleAssignment[] */ - public function loadRoleAssignmentsByRoleIdWithOffsetAndLimit(int $roleId, int $offset, ?int $limit): array - { + public function loadRoleAssignmentsByRoleIdWithOffsetAndLimit( + int $roleId, + int $offset, + ?int $limit + ): array { $data = $this->roleGateway->loadRoleAssignmentsByRoleIdWithOffsetAndLimit($roleId, $offset, $limit); if (empty($data)) { @@ -659,10 +687,12 @@ public function countRoleAssignments(int $roleId): int * By the nature of legacy this can currently also be used to get by $userId. * @param bool $inherit If true also return inherited role assignments from user groups. * - * @return \Ibexa\Contracts\Core\Persistence\User\RoleAssignment[] + * @return RoleAssignment[] */ - public function loadRoleAssignmentsByGroupId($groupId, $inherit = false) - { + public function loadRoleAssignmentsByGroupId( + $groupId, + $inherit = false + ) { $data = $this->roleGateway->loadRoleAssignmentsByGroupId($groupId, $inherit); if (empty($data)) { diff --git a/src/lib/Persistence/Legacy/User/Mapper.php b/src/lib/Persistence/Legacy/User/Mapper.php index 22b03cc25b..9bb4bfa293 100644 --- a/src/lib/Persistence/Legacy/User/Mapper.php +++ b/src/lib/Persistence/Legacy/User/Mapper.php @@ -23,7 +23,7 @@ class Mapper * * @param array $data * - * @return \Ibexa\Contracts\Core\Persistence\User + * @return User */ public function mapUser(array $data) { @@ -45,7 +45,7 @@ public function mapUser(array $data) * * @param array $data * - * @return \Ibexa\Contracts\Core\Persistence\User[] + * @return User[] */ public function mapUsers(array $data) { @@ -62,11 +62,11 @@ public function mapUsers(array $data) * * @param array $data * - * @return \Ibexa\Contracts\Core\Persistence\User\Policy[] + * @return Policy[] */ public function mapPolicies(array $data): array { - /** @var \Ibexa\Contracts\Core\Persistence\User\Policy[] */ + /** @var Policy[] */ $policies = []; foreach ($data as $row) { $policyId = $row['ibexa_policy_id']; @@ -109,7 +109,7 @@ public function mapPolicies(array $data): array /** * Map role data to a role. * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ public function mapRole(array $data) { @@ -133,7 +133,7 @@ public function mapRole(array $data) /** * Map data for a set of roles. * - * @return \Ibexa\Contracts\Core\Persistence\User\Role[] + * @return Role[] */ public function mapRoles(array $data) { @@ -155,7 +155,7 @@ public function mapRoles(array $data) * * @param array $data * - * @return \Ibexa\Contracts\Core\Persistence\User\RoleAssignment[] + * @return RoleAssignment[] */ public function mapRoleAssignments(array $data) { @@ -206,9 +206,9 @@ static function ($roleAssignment) use (&$roleAssignments) { /** * Creates a create struct from an existing $role. * - * @param \Ibexa\Contracts\Core\Persistence\User\Role $role + * @param Role $role * - * @return \Ibexa\Contracts\Core\Persistence\User\RoleCreateStruct + * @return RoleCreateStruct */ public function createCreateStructFromRole(Role $role) { @@ -223,9 +223,9 @@ public function createCreateStructFromRole(Role $role) /** * Maps properties from $struct to $role. * - * @param \Ibexa\Contracts\Core\Persistence\User\RoleCreateStruct $createStruct + * @param RoleCreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ public function createRoleFromCreateStruct(RoleCreateStruct $createStruct) { diff --git a/src/lib/Persistence/Legacy/User/Role/Gateway.php b/src/lib/Persistence/Legacy/User/Role/Gateway.php index baa07a742c..a871f2e8dc 100644 --- a/src/lib/Persistence/Legacy/User/Role/Gateway.php +++ b/src/lib/Persistence/Legacy/User/Role/Gateway.php @@ -45,7 +45,10 @@ abstract public function copyRole(Role $role): Role; * * @return array */ - abstract public function loadRole(int $roleId, int $status = Role::STATUS_DEFINED): array; + abstract public function loadRole( + int $roleId, + int $status = Role::STATUS_DEFINED + ): array; /** * Load a specified role by $identifier. @@ -134,7 +137,10 @@ abstract public function updateRole(RoleUpdateStruct $role): void; * * @param int $status One of Role::STATUS_DEFINED|Role::STATUS_DRAFT */ - abstract public function deleteRole(int $roleId, int $status = Role::STATUS_DEFINED): void; + abstract public function deleteRole( + int $roleId, + int $status = Role::STATUS_DEFINED + ): void; /** * Publish the specified role draft. @@ -143,19 +149,28 @@ abstract public function deleteRole(int $roleId, int $status = Role::STATUS_DEFI * @param int|null $originalRoleId ID of role the draft was created from. Will be null * if the role draft was completely new. */ - abstract public function publishRoleDraft(int $roleDraftId, ?int $originalRoleId = null): void; + abstract public function publishRoleDraft( + int $roleDraftId, + ?int $originalRoleId = null + ): void; /** * Add a Policy to Role. */ - abstract public function addPolicy(int $roleId, Policy $policy): Policy; + abstract public function addPolicy( + int $roleId, + Policy $policy + ): Policy; /** * Add Limitations to an existing Policy. * * @param array $limitations a map of Limitation identifiers to their raw values */ - abstract public function addPolicyLimitations(int $policyId, array $limitations): void; + abstract public function addPolicyLimitations( + int $policyId, + array $limitations + ): void; /** * Remove a Policy from Role. diff --git a/src/lib/Persistence/Legacy/User/Role/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/User/Role/Gateway/DoctrineDatabase.php index 83fc042fc4..d6f59a69bd 100644 --- a/src/lib/Persistence/Legacy/User/Role/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/User/Role/Gateway/DoctrineDatabase.php @@ -10,8 +10,10 @@ use Doctrine\DBAL\ArrayParameterType; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Persistence\User\Handler; use Ibexa\Contracts\Core\Persistence\User\Policy; use Ibexa\Contracts\Core\Persistence\User\Role; use Ibexa\Contracts\Core\Persistence\User\RoleUpdateStruct; @@ -24,13 +26,11 @@ * * @internal Gateway implementation is considered internal. Use Persistence User Handler instead. * - * @see \Ibexa\Contracts\Core\Persistence\User\Handler + * @see Handler */ final class DoctrineDatabase extends Gateway { - public function __construct(private readonly Connection $connection) - { - } + public function __construct(private readonly Connection $connection) {} public function createRole(Role $role): Role { @@ -128,11 +128,13 @@ private function getLoadRoleQueryBuilder(): QueryBuilder } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \Doctrine\DBAL\Driver\Exception */ - public function loadRole(int $roleId, int $status = Role::STATUS_DEFINED): array - { + public function loadRole( + int $roleId, + int $status = Role::STATUS_DEFINED + ): array { $query = $this->getLoadRoleQueryBuilder(); $query ->where( @@ -152,7 +154,7 @@ public function loadRole(int $roleId, int $status = Role::STATUS_DEFINED): array } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \Doctrine\DBAL\Driver\Exception */ public function loadRoleByIdentifier( @@ -268,8 +270,10 @@ public function loadRoleAssignment(int $roleAssignmentId): array return $query->executeQuery()->fetchAllAssociative(); } - public function loadRoleAssignmentsByGroupId(int $groupId, bool $inherited = false): array - { + public function loadRoleAssignmentsByGroupId( + int $groupId, + bool $inherited = false + ): array { $query = $this->connection->createQueryBuilder(); $query->select( 'id', @@ -325,10 +329,13 @@ public function loadRoleAssignmentsByRoleId(int $roleId): array /** * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ - public function loadRoleAssignmentsByRoleIdWithOffsetAndLimit(int $roleId, int $offset, ?int $limit): array - { + public function loadRoleAssignmentsByRoleIdWithOffsetAndLimit( + int $roleId, + int $offset, + ?int $limit + ): array { $query = $this ->buildLoadRoleAssignmentsQuery( [ @@ -353,7 +360,7 @@ public function loadRoleAssignmentsByRoleIdWithOffsetAndLimit(int $roleId, int $ /** * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function countRoleAssignments(int $roleId): int { @@ -368,8 +375,10 @@ public function countRoleAssignments(int $roleId): int /** * @param array $columns */ - private function buildLoadRoleAssignmentsQuery(array $columns, int $roleId): QueryBuilder - { + private function buildLoadRoleAssignmentsQuery( + array $columns, + int $roleId + ): QueryBuilder { $query = $this->connection->createQueryBuilder(); $query ->select(...$columns) @@ -449,8 +458,10 @@ public function updateRole(RoleUpdateStruct $role): void $query->executeStatement(); } - public function deleteRole(int $roleId, int $status = Role::STATUS_DEFINED): void - { + public function deleteRole( + int $roleId, + int $status = Role::STATUS_DEFINED + ): void { $query = $this->connection->createQueryBuilder(); $expr = $query->expr(); $query @@ -471,14 +482,18 @@ public function deleteRole(int $roleId, int $status = Role::STATUS_DEFINED): voi $query->executeStatement(); } - public function publishRoleDraft(int $roleDraftId, ?int $originalRoleId = null): void - { + public function publishRoleDraft( + int $roleDraftId, + ?int $originalRoleId = null + ): void { $this->markRoleAsPublished($roleDraftId, $originalRoleId); $this->publishRolePolicies($roleDraftId, $originalRoleId); } - public function addPolicy(int $roleId, Policy $policy): Policy - { + public function addPolicy( + int $roleId, + Policy $policy + ): Policy { $query = $this->connection->createQueryBuilder(); $query ->insert(self::POLICY_TABLE) @@ -514,8 +529,10 @@ public function addPolicy(int $roleId, Policy $policy): Policy return $policy; } - public function addPolicyLimitations(int $policyId, array $limitations): void - { + public function addPolicyLimitations( + int $policyId, + array $limitations + ): void { foreach ($limitations as $identifier => $values) { $query = $this->connection->createQueryBuilder(); $query @@ -731,8 +748,10 @@ private function buildRoleDraftQueryConstraint( return $draftCondition; } - private function markRoleAsPublished(int $roleDraftId, ?int $originalRoleId): void - { + private function markRoleAsPublished( + int $roleDraftId, + ?int $originalRoleId + ): void { $query = $this->connection->createQueryBuilder(); $query ->update(self::ROLE_TABLE) @@ -757,8 +776,10 @@ private function markRoleAsPublished(int $roleDraftId, ?int $originalRoleId): vo $query->executeStatement(); } - private function publishRolePolicies(int $roleDraftId, ?int $originalRoleId): void - { + private function publishRolePolicies( + int $roleDraftId, + ?int $originalRoleId + ): void { $policyQuery = $this->connection->createQueryBuilder(); $policyQuery ->update(self::POLICY_TABLE) diff --git a/src/lib/Persistence/Legacy/User/Role/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/User/Role/Gateway/ExceptionConversion.php index e031a53991..a73cc2cf8e 100644 --- a/src/lib/Persistence/Legacy/User/Role/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/User/Role/Gateway/ExceptionConversion.php @@ -24,14 +24,14 @@ final class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\User\Role\Gateway + * @var Gateway */ private $innerGateway; /** * Creates a new exception conversion gateway around $innerGateway. * - * @param \Ibexa\Core\Persistence\Legacy\User\Role\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -42,7 +42,7 @@ public function createRole(Role $role): Role { try { return $this->innerGateway->createRole($role); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -51,16 +51,18 @@ public function copyRole(Role $role): Role { try { return $this->innerGateway->copyRole($role); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadRole(int $roleId, int $status = Role::STATUS_DEFINED): array - { + public function loadRole( + int $roleId, + int $status = Role::STATUS_DEFINED + ): array { try { return $this->innerGateway->loadRole($roleId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -71,7 +73,7 @@ public function loadRoleByIdentifier( ): array { try { return $this->innerGateway->loadRoleByIdentifier($identifier, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -80,7 +82,7 @@ public function loadRoleDraftByRoleId(int $roleId): array { try { return $this->innerGateway->loadRoleDraftByRoleId($roleId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -89,7 +91,7 @@ public function loadRoles(int $status = Role::STATUS_DEFINED): array { try { return $this->innerGateway->loadRoles(); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -100,7 +102,7 @@ public function loadRolesForContentObjects( ): array { try { return $this->innerGateway->loadRolesForContentObjects($contentIds); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -109,16 +111,18 @@ public function loadRoleAssignment(int $roleAssignmentId): array { try { return $this->innerGateway->loadRoleAssignment($roleAssignmentId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadRoleAssignmentsByGroupId(int $groupId, bool $inherited = false): array - { + public function loadRoleAssignmentsByGroupId( + int $groupId, + bool $inherited = false + ): array { try { return $this->innerGateway->loadRoleAssignmentsByGroupId($groupId, $inherited); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -127,16 +131,19 @@ public function loadRoleAssignmentsByRoleId(int $roleId): array { try { return $this->innerGateway->loadRoleAssignmentsByRoleId($roleId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function loadRoleAssignmentsByRoleIdWithOffsetAndLimit(int $roleId, int $offset, ?int $limit): array - { + public function loadRoleAssignmentsByRoleIdWithOffsetAndLimit( + int $roleId, + int $offset, + ?int $limit + ): array { try { return $this->innerGateway->loadRoleAssignmentsByRoleIdWithOffsetAndLimit($roleId, $offset, $limit); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -145,7 +152,7 @@ public function countRoleAssignments(int $roleId): int { try { return $this->innerGateway->countRoleAssignments($roleId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -154,7 +161,7 @@ public function loadPoliciesByUserId(int $userId): array { try { return $this->innerGateway->loadPoliciesByUserId($userId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -163,43 +170,51 @@ public function updateRole(RoleUpdateStruct $role): void { try { $this->innerGateway->updateRole($role); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function deleteRole(int $roleId, int $status = Role::STATUS_DEFINED): void - { + public function deleteRole( + int $roleId, + int $status = Role::STATUS_DEFINED + ): void { try { $this->innerGateway->deleteRole($roleId, $status); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function publishRoleDraft(int $roleDraftId, ?int $originalRoleId = null): void - { + public function publishRoleDraft( + int $roleDraftId, + ?int $originalRoleId = null + ): void { try { $this->innerGateway->publishRoleDraft($roleDraftId, $originalRoleId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function addPolicy(int $roleId, Policy $policy): Policy - { + public function addPolicy( + int $roleId, + Policy $policy + ): Policy { try { return $this->innerGateway->addPolicy($roleId, $policy); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } - public function addPolicyLimitations(int $policyId, array $limitations): void - { + public function addPolicyLimitations( + int $policyId, + array $limitations + ): void { try { $this->innerGateway->addPolicyLimitations($policyId, $limitations); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -208,7 +223,7 @@ public function removePolicy(int $policyId): void { try { $this->innerGateway->removePolicy($policyId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } @@ -217,7 +232,7 @@ public function removePolicyLimitations(int $policyId): void { try { $this->innerGateway->removePolicyLimitations($policyId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Persistence/Legacy/User/Role/LimitationConverter.php b/src/lib/Persistence/Legacy/User/Role/LimitationConverter.php index e1d485b966..7dcb4e6903 100644 --- a/src/lib/Persistence/Legacy/User/Role/LimitationConverter.php +++ b/src/lib/Persistence/Legacy/User/Role/LimitationConverter.php @@ -16,13 +16,13 @@ */ class LimitationConverter { - /** @var \Ibexa\Core\Persistence\Legacy\User\Role\LimitationHandler[] */ + /** @var LimitationHandler[] */ protected $limitationHandlers; /** * Construct from LimitationConverter. * - * @param \Ibexa\Core\Persistence\Legacy\User\Role\LimitationHandler[] $limitationHandlers + * @param LimitationHandler[] $limitationHandlers */ public function __construct(array $limitationHandlers = []) { @@ -32,7 +32,7 @@ public function __construct(array $limitationHandlers = []) /** * Adds handler. * - * @param \Ibexa\Core\Persistence\Legacy\User\Role\LimitationHandler $handler + * @param LimitationHandler $handler */ public function addHandler(LimitationHandler $handler) { @@ -40,7 +40,7 @@ public function addHandler(LimitationHandler $handler) } /** - * @param \Ibexa\Contracts\Core\Persistence\User\Policy $policy + * @param Policy $policy */ public function toLegacy(Policy $policy) { @@ -50,7 +50,7 @@ public function toLegacy(Policy $policy) } /** - * @param \Ibexa\Contracts\Core\Persistence\User\Policy $policy + * @param Policy $policy */ public function toSPI(Policy $policy) { diff --git a/src/lib/Persistence/Legacy/UserPreference/Gateway.php b/src/lib/Persistence/Legacy/UserPreference/Gateway.php index edab39b992..1fcf5f5f31 100644 --- a/src/lib/Persistence/Legacy/UserPreference/Gateway.php +++ b/src/lib/Persistence/Legacy/UserPreference/Gateway.php @@ -15,7 +15,7 @@ abstract class Gateway /** * Store UserPreference ValueObject in persistent storage. * - * @param \Ibexa\Contracts\Core\Persistence\UserPreference\UserPreferenceSetStruct $userPreference + * @param UserPreferenceSetStruct $userPreference * * @return int */ @@ -29,7 +29,10 @@ abstract public function setUserPreference(UserPreferenceSetStruct $userPreferen * * @return array */ - abstract public function getUserPreferenceByUserIdAndName(int $userId, string $name): array; + abstract public function getUserPreferenceByUserIdAndName( + int $userId, + string $name + ): array; /** * @param int $userId @@ -45,5 +48,9 @@ abstract public function countUserPreferences(int $userId): int; * * @return array */ - abstract public function loadUserPreferences(int $userId, int $offset = 0, int $limit = -1): array; + abstract public function loadUserPreferences( + int $userId, + int $offset = 0, + int $limit = -1 + ): array; } diff --git a/src/lib/Persistence/Legacy/UserPreference/Gateway/DoctrineDatabase.php b/src/lib/Persistence/Legacy/UserPreference/Gateway/DoctrineDatabase.php index 3a4acd2df8..3b8949c599 100644 --- a/src/lib/Persistence/Legacy/UserPreference/Gateway/DoctrineDatabase.php +++ b/src/lib/Persistence/Legacy/UserPreference/Gateway/DoctrineDatabase.php @@ -22,9 +22,7 @@ class DoctrineDatabase extends Gateway public const string COLUMN_USER_ID = 'user_id'; public const string COLUMN_VALUE = 'value'; - public function __construct(protected Connection $connection) - { - } + public function __construct(protected Connection $connection) {} public function setUserPreference(UserPreferenceSetStruct $userPreference): int { @@ -64,8 +62,10 @@ public function setUserPreference(UserPreferenceSetStruct $userPreference): int return (int) $this->connection->lastInsertId(); } - public function getUserPreferenceByUserIdAndName(int $userId, string $name): array - { + public function getUserPreferenceByUserIdAndName( + int $userId, + string $name + ): array { $query = $this->connection->createQueryBuilder(); $query ->select(...$this->getColumns()) @@ -79,8 +79,11 @@ public function getUserPreferenceByUserIdAndName(int $userId, string $name): arr return $query->executeQuery()->fetchAllAssociative(); } - public function loadUserPreferences(int $userId, int $offset = 0, int $limit = -1): array - { + public function loadUserPreferences( + int $userId, + int $offset = 0, + int $limit = -1 + ): array { $query = $this->connection->createQueryBuilder(); $query ->select(...$this->getColumns()) diff --git a/src/lib/Persistence/Legacy/UserPreference/Gateway/ExceptionConversion.php b/src/lib/Persistence/Legacy/UserPreference/Gateway/ExceptionConversion.php index 6a77f97aca..f4218a4183 100644 --- a/src/lib/Persistence/Legacy/UserPreference/Gateway/ExceptionConversion.php +++ b/src/lib/Persistence/Legacy/UserPreference/Gateway/ExceptionConversion.php @@ -19,14 +19,14 @@ class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Persistence\Legacy\UserPreference\Gateway + * @var Gateway */ protected $innerGateway; /** * ExceptionConversion constructor. * - * @param \Ibexa\Core\Persistence\Legacy\UserPreference\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -36,11 +36,13 @@ public function __construct(Gateway $innerGateway) /** * {@inheritdoc} */ - public function getUserPreferenceByUserIdAndName(int $userId, string $name): array - { + public function getUserPreferenceByUserIdAndName( + int $userId, + string $name + ): array { try { return $this->innerGateway->getUserPreferenceByUserIdAndName($userId, $name); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw new RuntimeException('Database error', 0, $e); } } @@ -52,7 +54,7 @@ public function countUserPreferences(int $userId): int { try { return $this->innerGateway->countUserPreferences($userId); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw new RuntimeException('Database error', 0, $e); } } @@ -60,11 +62,14 @@ public function countUserPreferences(int $userId): int /** * {@inheritdoc} */ - public function loadUserPreferences(int $userId, int $offset = 0, int $limit = -1): array - { + public function loadUserPreferences( + int $userId, + int $offset = 0, + int $limit = -1 + ): array { try { return $this->innerGateway->loadUserPreferences($userId, $offset, $limit); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw new RuntimeException('Database error', 0, $e); } } @@ -76,7 +81,7 @@ public function setUserPreference(UserPreferenceSetStruct $setStruct): int { try { return $this->innerGateway->setUserPreference($setStruct); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw new RuntimeException('Database error', 0, $e); } } diff --git a/src/lib/Persistence/Legacy/UserPreference/Handler.php b/src/lib/Persistence/Legacy/UserPreference/Handler.php index 1385c968bd..c8156e1a40 100644 --- a/src/lib/Persistence/Legacy/UserPreference/Handler.php +++ b/src/lib/Persistence/Legacy/UserPreference/Handler.php @@ -15,18 +15,20 @@ class Handler implements HandlerInterface { - /** @var \Ibexa\Core\Persistence\Legacy\UserPreference\Gateway */ + /** @var Gateway */ protected $gateway; - /** @var \Ibexa\Core\Persistence\Legacy\UserPreference\Mapper */ + /** @var Mapper */ protected $mapper; /** - * @param \Ibexa\Core\Persistence\Legacy\UserPreference\Gateway $gateway - * @param \Ibexa\Core\Persistence\Legacy\UserPreference\Mapper $mapper + * @param Gateway $gateway + * @param Mapper $mapper */ - public function __construct(Gateway $gateway, Mapper $mapper) - { + public function __construct( + Gateway $gateway, + Mapper $mapper + ) { $this->gateway = $gateway; $this->mapper = $mapper; } @@ -34,7 +36,7 @@ public function __construct(Gateway $gateway, Mapper $mapper) /** * {@inheritdoc} * - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ public function setUserPreference(UserPreferenceSetStruct $setStruct): UserPreference { @@ -46,10 +48,12 @@ public function setUserPreference(UserPreferenceSetStruct $setStruct): UserPrefe /** * {@inheritdoc} * - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ - public function getUserPreferenceByUserIdAndName(int $userId, string $name): UserPreference - { + public function getUserPreferenceByUserIdAndName( + int $userId, + string $name + ): UserPreference { $userPreference = $this->mapper->extractUserPreferencesFromRows( $this->gateway->getUserPreferenceByUserIdAndName($userId, $name) ); @@ -72,8 +76,11 @@ public function countUserPreferences(int $userId): int /** * {@inheritdoc} */ - public function loadUserPreferences(int $userId, int $offset, int $limit): array - { + public function loadUserPreferences( + int $userId, + int $offset, + int $limit + ): array { return $this->mapper->extractUserPreferencesFromRows( $this->gateway->loadUserPreferences($userId, $offset, $limit) ); diff --git a/src/lib/Persistence/Legacy/UserPreference/Mapper.php b/src/lib/Persistence/Legacy/UserPreference/Mapper.php index 739e31954a..75e0a479a8 100644 --- a/src/lib/Persistence/Legacy/UserPreference/Mapper.php +++ b/src/lib/Persistence/Legacy/UserPreference/Mapper.php @@ -17,7 +17,7 @@ class Mapper * * @param array $rows * - * @return \Ibexa\Contracts\Core\Persistence\UserPreference\UserPreference[] + * @return UserPreference[] */ public function extractUserPreferencesFromRows(array $rows): array { @@ -34,7 +34,7 @@ public function extractUserPreferencesFromRows(array $rows): array * * @param array $row * - * @return \Ibexa\Contracts\Core\Persistence\UserPreference\UserPreference + * @return UserPreference */ private function extractUserPreferenceFromRow(array $row): UserPreference { diff --git a/src/lib/Persistence/TransformationProcessor.php b/src/lib/Persistence/TransformationProcessor.php index 3b3b98f5f7..ddb556635d 100644 --- a/src/lib/Persistence/TransformationProcessor.php +++ b/src/lib/Persistence/TransformationProcessor.php @@ -39,7 +39,7 @@ abstract class TransformationProcessor /** * Transformation compiler. * - * @var \Ibexa\Core\Persistence\TransformationProcessor\PcreCompiler + * @var PcreCompiler */ protected $compiler = null; @@ -49,11 +49,13 @@ abstract class TransformationProcessor * Through the $ruleFiles array, a list of files with full text * transformation rules is given. * - * @param \Ibexa\Core\Persistence\TransformationProcessor\PcreCompiler $compiler + * @param PcreCompiler $compiler * @param array $ruleFiles */ - public function __construct(PcreCompiler $compiler, array $ruleFiles = []) - { + public function __construct( + PcreCompiler $compiler, + array $ruleFiles = [] + ) { $this->ruleFiles = $ruleFiles; $this->compiler = $compiler; } @@ -76,8 +78,10 @@ abstract protected function getRules(); * * @return string */ - public function transform($string, array $ruleNames = []) - { + public function transform( + $string, + array $ruleNames = [] + ) { $rules = $this->getRules(); foreach ($ruleNames ?: array_keys($rules) as $ruleName) { @@ -109,8 +113,10 @@ public function transform($string, array $ruleNames = []) * * @return string */ - public function transformByGroup($string, $ruleGroup) - { + public function transformByGroup( + $string, + $ruleGroup + ) { $rules = $this->getRules(); foreach (array_keys($rules) as $ruleName) { diff --git a/src/lib/Persistence/TransformationProcessor/DefinitionBased.php b/src/lib/Persistence/TransformationProcessor/DefinitionBased.php index ad6ab55bce..656fc7f6fd 100644 --- a/src/lib/Persistence/TransformationProcessor/DefinitionBased.php +++ b/src/lib/Persistence/TransformationProcessor/DefinitionBased.php @@ -18,7 +18,7 @@ class DefinitionBased extends TransformationProcessor /** * Transformation parser. * - * @var \Ibexa\Core\Persistence\TransformationProcessor\DefinitionBased\Parser + * @var Parser */ protected $parser = null; @@ -30,12 +30,15 @@ class DefinitionBased extends TransformationProcessor * {@link \Ibexa\Core\Persistence\TransformationProcessor\DefinitionBased\Parser} * and then used for normalization in the full text search. * - * @param \Ibexa\Core\Persistence\TransformationProcessor\DefinitionBased\Parser $parser - * @param \Ibexa\Core\Persistence\TransformationProcessor\PcreCompiler $compiler + * @param Parser $parser + * @param PcreCompiler $compiler * @param array $ruleFiles */ - public function __construct(Parser $parser, PcreCompiler $compiler, array $ruleFiles = []) - { + public function __construct( + Parser $parser, + PcreCompiler $compiler, + array $ruleFiles = [] + ) { parent::__construct($compiler, $ruleFiles); $this->parser = $parser; } diff --git a/src/lib/Persistence/TransformationProcessor/PcreCompiler.php b/src/lib/Persistence/TransformationProcessor/PcreCompiler.php index bcbcb98462..b1757d57a4 100644 --- a/src/lib/Persistence/TransformationProcessor/PcreCompiler.php +++ b/src/lib/Persistence/TransformationProcessor/PcreCompiler.php @@ -20,14 +20,14 @@ class PcreCompiler /** * Class for converting UTF-8 characters. * - * @var \Ibexa\Core\Persistence\Utf8Converter + * @var Utf8Converter */ protected $converter; /** * Construct from UTF8Converter. * - * @param \Ibexa\Core\Persistence\Utf8Converter $converter + * @param Utf8Converter $converter */ public function __construct(Utf8Converter $converter) { @@ -172,8 +172,11 @@ protected function compileTransposeModulo(array $rule) * * @return string */ - protected function getModuloCharRange($start, $end, $modulo): string - { + protected function getModuloCharRange( + $start, + $end, + $modulo + ): string { $start = $this->converter->toUnicodeCodepoint($start); $end = $this->converter->toUnicodeCodepoint($end); $modulo = hexdec($modulo); @@ -195,8 +198,10 @@ protected function getModuloCharRange($start, $end, $modulo): string * * @return callable */ - protected function getTransposeClosure($operator, $value) - { + protected function getTransposeClosure( + $operator, + $value + ) { $value = $this->hexdec($value) * ($operator === '-' ? -1 : 1); $converter = $this->converter; diff --git a/src/lib/Persistence/TransformationProcessor/PreprocessedBased.php b/src/lib/Persistence/TransformationProcessor/PreprocessedBased.php index 6c47eab15b..87b1d5cb63 100644 --- a/src/lib/Persistence/TransformationProcessor/PreprocessedBased.php +++ b/src/lib/Persistence/TransformationProcessor/PreprocessedBased.php @@ -17,12 +17,14 @@ class PreprocessedBased extends TransformationProcessor /** * Constructor. * - * @param \Ibexa\Core\Persistence\TransformationProcessor\PcreCompiler $compiler + * @param PcreCompiler $compiler * @param string $installDir Base dir for rule loading * @param array $ruleFiles */ - public function __construct(PcreCompiler $compiler, array $ruleFiles = []) - { + public function __construct( + PcreCompiler $compiler, + array $ruleFiles = [] + ) { parent::__construct($compiler, $ruleFiles); } diff --git a/src/lib/Query/QueryFactory.php b/src/lib/Query/QueryFactory.php index 991cd76ecc..98b7183bc8 100644 --- a/src/lib/Query/QueryFactory.php +++ b/src/lib/Query/QueryFactory.php @@ -13,7 +13,7 @@ final class QueryFactory implements QueryFactoryInterface { - /** @var \Ibexa\Core\QueryType\QueryTypeRegistry */ + /** @var QueryTypeRegistry */ private $queryTypeRegistry; public function __construct(QueryTypeRegistry $queryTypeRegistry) @@ -21,8 +21,10 @@ public function __construct(QueryTypeRegistry $queryTypeRegistry) $this->queryTypeRegistry = $queryTypeRegistry; } - public function create(string $type, array $parameters = []): Query - { + public function create( + string $type, + array $parameters = [] + ): Query { return $this->queryTypeRegistry->getQueryType($type)->getQuery($parameters); } } diff --git a/src/lib/Query/QueryFactoryInterface.php b/src/lib/Query/QueryFactoryInterface.php index 468c7a8013..69c0bdb98f 100644 --- a/src/lib/Query/QueryFactoryInterface.php +++ b/src/lib/Query/QueryFactoryInterface.php @@ -11,5 +11,8 @@ interface QueryFactoryInterface { - public function create(string $type, array $parameters = []): Query; + public function create( + string $type, + array $parameters = [] + ): Query; } diff --git a/src/lib/QueryType/ArrayQueryTypeRegistry.php b/src/lib/QueryType/ArrayQueryTypeRegistry.php index f0086bd6c0..b962e92a39 100644 --- a/src/lib/QueryType/ArrayQueryTypeRegistry.php +++ b/src/lib/QueryType/ArrayQueryTypeRegistry.php @@ -17,8 +17,10 @@ class ArrayQueryTypeRegistry implements QueryTypeRegistry /** @var QueryType[] */ private $registry = []; - public function addQueryType($name, QueryType $queryType) - { + public function addQueryType( + $name, + QueryType $queryType + ) { $this->registry[$name] = $queryType; } diff --git a/src/lib/QueryType/BuiltIn/AbstractLocationQueryType.php b/src/lib/QueryType/BuiltIn/AbstractLocationQueryType.php index aa2d133b66..e1f2d0d5aa 100644 --- a/src/lib/QueryType/BuiltIn/AbstractLocationQueryType.php +++ b/src/lib/QueryType/BuiltIn/AbstractLocationQueryType.php @@ -30,7 +30,10 @@ protected function configureOptions(OptionsResolver $resolver): void $resolver->setAllowedTypes('location', ['null', 'int', Location::class]); $resolver->setNormalizer( 'location', - function (Options $options, $value): ?Location { + function ( + Options $options, + $value + ): ?Location { if (is_int($value)) { return $this->repository->getLocationService()->loadLocation($value); } @@ -42,7 +45,10 @@ function (Options $options, $value): ?Location { $resolver->setAllowedTypes('content', ['null', 'int', Content::class, ContentInfo::class]); $resolver->setNormalizer( 'content', - function (Options $options, $value): ?ContentInfo { + function ( + Options $options, + $value + ): ?ContentInfo { if (is_int($value)) { return $this->repository->getContentService()->loadContentInfo($value); } diff --git a/src/lib/QueryType/BuiltIn/AbstractQueryType.php b/src/lib/QueryType/BuiltIn/AbstractQueryType.php index 28cf18b62d..c6cf5f81f7 100644 --- a/src/lib/QueryType/BuiltIn/AbstractQueryType.php +++ b/src/lib/QueryType/BuiltIn/AbstractQueryType.php @@ -25,13 +25,13 @@ abstract class AbstractQueryType extends OptionsResolverBasedQueryType { public const DEFAULT_LIMIT = 25; - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ protected $configResolver; - /** @var \Ibexa\Core\QueryType\BuiltIn\SortClausesFactoryInterface */ + /** @var SortClausesFactoryInterface */ private $sortClausesFactory; public function __construct( @@ -63,7 +63,10 @@ protected function configureOptions(OptionsResolver $resolver): void 'sort' => [], ]); - $resolver->setNormalizer('sort', function (Options $options, $value) { + $resolver->setNormalizer('sort', function ( + Options $options, + $value + ) { if (is_string($value)) { $value = $this->sortClausesFactory->createFromSpecification($value); } diff --git a/src/lib/QueryType/BuiltIn/GeoLocationQueryType.php b/src/lib/QueryType/BuiltIn/GeoLocationQueryType.php index 796f234819..5d1aab11ff 100644 --- a/src/lib/QueryType/BuiltIn/GeoLocationQueryType.php +++ b/src/lib/QueryType/BuiltIn/GeoLocationQueryType.php @@ -28,7 +28,10 @@ protected function configureOptions(OptionsResolver $resolver): void $resolver->setRequired('field'); $resolver->setAllowedTypes('field', ['string', Field::class]); - $resolver->setNormalizer('field', static function (Options $options, $value) { + $resolver->setNormalizer('field', static function ( + Options $options, + $value + ) { if ($value instanceof Field) { $value = $value->fieldDefIdentifier; } diff --git a/src/lib/QueryType/BuiltIn/RelatedToContentQueryType.php b/src/lib/QueryType/BuiltIn/RelatedToContentQueryType.php index 47e481dffa..2037a0f142 100644 --- a/src/lib/QueryType/BuiltIn/RelatedToContentQueryType.php +++ b/src/lib/QueryType/BuiltIn/RelatedToContentQueryType.php @@ -30,7 +30,10 @@ protected function configureOptions(OptionsResolver $resolver): void $resolver->setRequired(['content']); $resolver->setAllowedTypes('content', [Content::class, ContentInfo::class, 'int']); - $resolver->setNormalizer('content', static function (Options $options, $value) { + $resolver->setNormalizer('content', static function ( + Options $options, + $value + ) { if ($value instanceof Content || $value instanceof ContentInfo) { $value = $value->id; } @@ -40,7 +43,10 @@ protected function configureOptions(OptionsResolver $resolver): void $resolver->setRequired(['field']); $resolver->setAllowedTypes('field', ['string', Field::class]); - $resolver->setNormalizer('field', static function (Options $options, $value) { + $resolver->setNormalizer('field', static function ( + Options $options, + $value + ) { if ($value instanceof Field) { $value = $value->fieldDefIdentifier; } diff --git a/src/lib/QueryType/BuiltIn/SortClausesFactory.php b/src/lib/QueryType/BuiltIn/SortClausesFactory.php index 79da7508bb..f4868f592e 100644 --- a/src/lib/QueryType/BuiltIn/SortClausesFactory.php +++ b/src/lib/QueryType/BuiltIn/SortClausesFactory.php @@ -8,6 +8,8 @@ namespace Ibexa\Core\QueryType\BuiltIn; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; +use Ibexa\Core\QueryType\BuiltIn\SortSpec\Exception\SyntaxErrorException; use Ibexa\Core\QueryType\BuiltIn\SortSpec\SortClauseParserInterface; use Ibexa\Core\QueryType\BuiltIn\SortSpec\SortSpecLexer; use Ibexa\Core\QueryType\BuiltIn\SortSpec\SortSpecParser; @@ -17,7 +19,7 @@ */ final class SortClausesFactory implements SortClausesFactoryInterface { - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\SortClauseParserInterface */ + /** @var SortClauseParserInterface */ private $sortClauseParser; public function __construct(SortClauseParserInterface $sortClauseArgsParser) @@ -26,9 +28,9 @@ public function __construct(SortClauseParserInterface $sortClauseArgsParser) } /** - * @throws \Ibexa\Core\QueryType\BuiltIn\SortSpec\Exception\SyntaxErrorException + * @throws SyntaxErrorException * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] + * @return SortClause[] */ public function createFromSpecification(string $specification): array { diff --git a/src/lib/QueryType/BuiltIn/SortClausesFactoryInterface.php b/src/lib/QueryType/BuiltIn/SortClausesFactoryInterface.php index 942a1bd2d9..99d06cb1d3 100644 --- a/src/lib/QueryType/BuiltIn/SortClausesFactoryInterface.php +++ b/src/lib/QueryType/BuiltIn/SortClausesFactoryInterface.php @@ -8,15 +8,18 @@ namespace Ibexa\Core\QueryType\BuiltIn; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; +use Ibexa\Core\QueryType\BuiltIn\SortSpec\Exception\SyntaxErrorException; + /** * @internal */ interface SortClausesFactoryInterface { /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] + * @return SortClause[] * - * @throws \Ibexa\Core\QueryType\BuiltIn\SortSpec\Exception\SyntaxErrorException + * @throws SyntaxErrorException */ public function createFromSpecification(string $specification): array; } diff --git a/src/lib/QueryType/BuiltIn/SortSpec/Exception/SyntaxErrorException.php b/src/lib/QueryType/BuiltIn/SortSpec/Exception/SyntaxErrorException.php index 5120ffd857..7a6ee131bc 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/Exception/SyntaxErrorException.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/Exception/SyntaxErrorException.php @@ -13,8 +13,11 @@ final class SyntaxErrorException extends RuntimeException { - public static function fromUnexpectedToken(string $input, Token $token, array $expectedTypes): self - { + public static function fromUnexpectedToken( + string $input, + Token $token, + array $expectedTypes + ): self { $message = sprintf( 'Error while parsing sorting specification: "%s": Unexpected token %s (%s) at position %d. Expected one of the following tokens: %s', $input, diff --git a/src/lib/QueryType/BuiltIn/SortSpec/Exception/UnsupportedSortClauseException.php b/src/lib/QueryType/BuiltIn/SortSpec/Exception/UnsupportedSortClauseException.php index b32aef5e66..51b23b5d72 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/Exception/UnsupportedSortClauseException.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/Exception/UnsupportedSortClauseException.php @@ -14,8 +14,11 @@ final class UnsupportedSortClauseException extends RuntimeException { - public function __construct(string $name, $code = 0, ?Throwable $previous = null) - { + public function __construct( + string $name, + $code = 0, + ?Throwable $previous = null + ) { $message = sprintf( 'Could not find %s for %s sort clause', SortClauseParserInterface::class, diff --git a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/CustomFieldSortClauseParser.php b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/CustomFieldSortClauseParser.php index bf5ec23f30..9077e7fc1d 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/CustomFieldSortClauseParser.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/CustomFieldSortClauseParser.php @@ -15,7 +15,7 @@ use Ibexa\Core\QueryType\BuiltIn\SortSpec\Token; /** - * Parser for {@see \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\CustomField} + * Parser for {@see CustomField} * sort clause. * * Example of correct input: @@ -26,8 +26,10 @@ final class CustomFieldSortClauseParser implements SortClauseParserInterface { private const SUPPORTED_CLAUSE_NAME = 'custom_field'; - public function parse(SortSpecParserInterface $parser, string $name): SortClause - { + public function parse( + SortSpecParserInterface $parser, + string $name + ): SortClause { $args = []; $args[] = $parser->match(Token::TYPE_ID)->getValue(); $args[] = $parser->parseSortDirection(); diff --git a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/DefaultSortClauseParser.php b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/DefaultSortClauseParser.php index 481208c67c..b89d1b8c42 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/DefaultSortClauseParser.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/DefaultSortClauseParser.php @@ -26,8 +26,10 @@ public function __construct(array $valueObjectClassMap) $this->valueObjectClassMap = $valueObjectClassMap; } - public function parse(SortSpecParserInterface $parser, string $name): SortClause - { + public function parse( + SortSpecParserInterface $parser, + string $name + ): SortClause { if (isset($this->valueObjectClassMap[$name])) { $class = $this->valueObjectClassMap[$name]; diff --git a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/FieldSortClauseParser.php b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/FieldSortClauseParser.php index 134deb9f53..b5a100015d 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/FieldSortClauseParser.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/FieldSortClauseParser.php @@ -15,7 +15,7 @@ use Ibexa\Core\QueryType\BuiltIn\SortSpec\Token; /** - * Parser for {@see \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\Field} sort clause. + * Parser for {@see Field} sort clause. * * Example of correct input: * @@ -25,8 +25,10 @@ final class FieldSortClauseParser implements SortClauseParserInterface { private const SUPPORTED_CLAUSE_NAME = 'field'; - public function parse(SortSpecParserInterface $parser, string $name): SortClause - { + public function parse( + SortSpecParserInterface $parser, + string $name + ): SortClause { $args = []; $args[] = $parser->match(Token::TYPE_ID)->getValue(); $parser->match(Token::TYPE_DOT); diff --git a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/MapDistanceSortClauseParser.php b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/MapDistanceSortClauseParser.php index 9f72caadf8..a94a6b4634 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/MapDistanceSortClauseParser.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/MapDistanceSortClauseParser.php @@ -15,7 +15,7 @@ use Ibexa\Core\QueryType\BuiltIn\SortSpec\Token; /** - * Parser for {@see \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\MapLocationDistance} + * Parser for {@see MapLocationDistance} * sort clause. * * Example of correct input: @@ -26,8 +26,10 @@ final class MapDistanceSortClauseParser implements SortClauseParserInterface { private const SUPPORTED_CLAUSE_NAME = 'map_distance'; - public function parse(SortSpecParserInterface $parser, string $name): SortClause - { + public function parse( + SortSpecParserInterface $parser, + string $name + ): SortClause { $args = []; $args[] = $parser->match(Token::TYPE_ID)->getValue(); $parser->match(Token::TYPE_DOT); diff --git a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/RandomSortClauseParser.php b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/RandomSortClauseParser.php index e176ae7fb9..7edff7e207 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/RandomSortClauseParser.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/RandomSortClauseParser.php @@ -15,7 +15,7 @@ use Ibexa\Core\QueryType\BuiltIn\SortSpec\Token; /** - * Parser for {@see \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\Random} sort + * Parser for {@see Random} sort * clause. * * Example of correct input: @@ -26,8 +26,10 @@ final class RandomSortClauseParser implements SortClauseParserInterface { private const SUPPORTED_CLAUSE_NAME = 'random'; - public function parse(SortSpecParserInterface $parser, string $name): SortClause - { + public function parse( + SortSpecParserInterface $parser, + string $name + ): SortClause { $seed = null; if ($parser->isNextToken(Token::TYPE_INT)) { $seed = $parser->match(Token::TYPE_INT)->getValueAsInt(); diff --git a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParserDispatcher.php b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParserDispatcher.php index a843a9bb7d..f4a019efd4 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParserDispatcher.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParserDispatcher.php @@ -13,7 +13,7 @@ final class SortClauseParserDispatcher implements SortClauseParserInterface { - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\SortClauseParserInterface[] */ + /** @var SortClauseParserInterface[] */ private $parsers; public function __construct(iterable $parsers = []) @@ -21,8 +21,10 @@ public function __construct(iterable $parsers = []) $this->parsers = $parsers; } - public function parse(SortSpecParserInterface $parser, string $name): SortClause - { + public function parse( + SortSpecParserInterface $parser, + string $name + ): SortClause { $sortClauseParser = $this->findParser($name); if ($sortClauseParser instanceof SortClauseParserInterface) { return $sortClauseParser->parse($parser, $name); diff --git a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParserInterface.php b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParserInterface.php index cc281df6ea..855b48dfb2 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParserInterface.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/SortClauseParserInterface.php @@ -9,13 +9,17 @@ namespace Ibexa\Core\QueryType\BuiltIn\SortSpec; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; +use Ibexa\Core\QueryType\BuiltIn\SortSpec\Exception\UnsupportedSortClauseException; interface SortClauseParserInterface { /** - * @throws \Ibexa\Core\QueryType\BuiltIn\SortSpec\Exception\UnsupportedSortClauseException If sort clause is not supported by parser + * @throws UnsupportedSortClauseException If sort clause is not supported by parser */ - public function parse(SortSpecParserInterface $parser, string $name): SortClause; + public function parse( + SortSpecParserInterface $parser, + string $name + ): SortClause; public function supports(string $name): bool; } diff --git a/src/lib/QueryType/BuiltIn/SortSpec/SortSpecLexer.php b/src/lib/QueryType/BuiltIn/SortSpec/SortSpecLexer.php index 26f5ca6d24..2db69f0e4a 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/SortSpecLexer.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/SortSpecLexer.php @@ -20,16 +20,16 @@ final class SortSpecLexer implements SortSpecLexerInterface /** @var string */ private $input; - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\Token[] */ + /** @var Token[] */ private $tokens = []; /** @var int|null */ private $position; - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\Token|null */ + /** @var Token|null */ private $current; - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\Token|null */ + /** @var Token|null */ private $next; public function getAll(): iterable diff --git a/src/lib/QueryType/BuiltIn/SortSpec/SortSpecParser.php b/src/lib/QueryType/BuiltIn/SortSpec/SortSpecParser.php index 9472fc6e7a..eed175a472 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/SortSpecParser.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/SortSpecParser.php @@ -32,14 +32,16 @@ final class SortSpecParser implements SortSpecParserInterface { private const DEFAULT_SORT_DIRECTION = Query::SORT_ASC; - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\SortSpecLexerInterface */ + /** @var SortSpecLexerInterface */ private $lexer; - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\SortClauseParserInterface */ + /** @var SortClauseParserInterface */ private $sortClauseParser; - public function __construct(SortClauseParserInterface $sortClauseParser, ?SortSpecLexerInterface $lexer = null) - { + public function __construct( + SortClauseParserInterface $sortClauseParser, + ?SortSpecLexerInterface $lexer = null + ) { if ($lexer === null) { $lexer = new SortSpecLexer(); } @@ -49,7 +51,7 @@ public function __construct(SortClauseParserInterface $sortClauseParser, ?SortSp } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] + * @return SortClause[] */ public function parseSortClausesList(): array { diff --git a/src/lib/QueryType/BuiltIn/SortSpec/Token.php b/src/lib/QueryType/BuiltIn/SortSpec/Token.php index 3e2376dc16..1cf1c96ab4 100644 --- a/src/lib/QueryType/BuiltIn/SortSpec/Token.php +++ b/src/lib/QueryType/BuiltIn/SortSpec/Token.php @@ -29,8 +29,11 @@ final class Token /** @var int */ private $position; - public function __construct(string $type, string $value = '', int $position = -1) - { + public function __construct( + string $type, + string $value = '', + int $position = -1 + ) { $this->type = $type; $this->value = $value; $this->position = $position; diff --git a/src/lib/QueryType/OptionsResolverBasedQueryType.php b/src/lib/QueryType/OptionsResolverBasedQueryType.php index d0a0b1ee7f..60171b23b7 100644 --- a/src/lib/QueryType/OptionsResolverBasedQueryType.php +++ b/src/lib/QueryType/OptionsResolverBasedQueryType.php @@ -22,7 +22,7 @@ */ abstract class OptionsResolverBasedQueryType implements QueryType { - /** @var \Symfony\Component\OptionsResolver\OptionsResolver */ + /** @var OptionsResolver */ private $resolver; /** @@ -36,7 +36,7 @@ abstract class OptionsResolverBasedQueryType implements QueryType * $resolver->setDefault('limit', 10); * ``` * - * @param \Symfony\Component\OptionsResolver\OptionsResolver $optionsResolver + * @param OptionsResolver $optionsResolver */ abstract protected function configureOptions(OptionsResolver $optionsResolver); @@ -48,7 +48,7 @@ abstract protected function configureOptions(OptionsResolver $optionsResolver); * * @param array $parameters The QueryType parameters, pre-processed by the OptionsResolver * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query + * @return Query */ abstract protected function doGetQuery(array $parameters); @@ -67,7 +67,7 @@ final public function getQuery(array $parameters = []) /** * Builds the resolver, and configures it using configureOptions(). * - * @return \Symfony\Component\OptionsResolver\OptionsResolver + * @return OptionsResolver */ private function getResolver() { diff --git a/src/lib/QueryType/QueryParameterContentViewQueryTypeMapper.php b/src/lib/QueryType/QueryParameterContentViewQueryTypeMapper.php index 676bf942b0..f5bfb9ab6c 100644 --- a/src/lib/QueryType/QueryParameterContentViewQueryTypeMapper.php +++ b/src/lib/QueryType/QueryParameterContentViewQueryTypeMapper.php @@ -41,7 +41,7 @@ public function map(ContentView $contentView): Query } /** - * @param \Ibexa\Core\MVC\Symfony\View\ContentView $contentView + * @param ContentView $contentView * * @return array */ @@ -60,13 +60,15 @@ private function extractParametersFromContentView(ContentView $contentView) } /** - * @param \Ibexa\Core\MVC\Symfony\View\ContentView $contentView + * @param ContentView $contentView * @param array $queryParameterValue * * @return array|string */ - private function extractParameters(ContentView $contentView, $queryParameterValue) - { + private function extractParameters( + ContentView $contentView, + $queryParameterValue + ) { if (is_array($queryParameterValue)) { $queryParameters = []; foreach ($queryParameterValue as $name => $value) { @@ -80,13 +82,15 @@ private function extractParameters(ContentView $contentView, $queryParameterValu } /** - * @param \Ibexa\Core\MVC\Symfony\View\ContentView $contentView + * @param ContentView $contentView * @param string $queryParameterValue * * @return mixed */ - private function evaluateExpression(ContentView $contentView, $queryParameterValue) - { + private function evaluateExpression( + ContentView $contentView, + $queryParameterValue + ) { if (is_string($queryParameterValue) && substr($queryParameterValue, 0, 2) === '@=') { $language = new ExpressionLanguage(); diff --git a/src/lib/QueryType/QueryType.php b/src/lib/QueryType/QueryType.php index 5823dac407..be15b7afbf 100644 --- a/src/lib/QueryType/QueryType.php +++ b/src/lib/QueryType/QueryType.php @@ -7,6 +7,8 @@ namespace Ibexa\Core\QueryType; +use Ibexa\Contracts\Core\Repository\Values\Content\Query; + /** * A QueryType is a pre-defined content or location query. * @@ -19,7 +21,7 @@ interface QueryType * * @param array $parameters A hash of parameters that will be used to build the Query * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query + * @return Query */ public function getQuery(array $parameters = []); diff --git a/src/lib/QueryType/QueryTypeRegistry.php b/src/lib/QueryType/QueryTypeRegistry.php index a58e920ea2..0d1d19db68 100644 --- a/src/lib/QueryType/QueryTypeRegistry.php +++ b/src/lib/QueryType/QueryTypeRegistry.php @@ -16,14 +16,17 @@ interface QueryTypeRegistry * Registers $queryType as $name. * * @param string $name - * @param \Ibexa\Core\QueryType\QueryType $queryType + * @param QueryType $queryType */ - public function addQueryType($name, QueryType $queryType); + public function addQueryType( + $name, + QueryType $queryType + ); /** * Registers QueryTypes from the $queryTypes array. * - * @param \Ibexa\Core\QueryType\QueryType[] $queryTypes An array of QueryTypes, with their name as the index + * @param QueryType[] $queryTypes An array of QueryTypes, with their name as the index */ public function addQueryTypes(array $queryTypes); @@ -32,7 +35,7 @@ public function addQueryTypes(array $queryTypes); * * @param string $name * - * @return \Ibexa\Core\QueryType\QueryType + * @return QueryType */ public function getQueryType($name); } diff --git a/src/lib/Repository/BookmarkService.php b/src/lib/Repository/BookmarkService.php index 14831759bf..e0172c9275 100644 --- a/src/lib/Repository/BookmarkService.php +++ b/src/lib/Repository/BookmarkService.php @@ -11,8 +11,10 @@ use Exception; use Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark; use Ibexa\Contracts\Core\Persistence\Bookmark\CreateStruct; +use Ibexa\Contracts\Core\Persistence\Bookmark\Handler; use Ibexa\Contracts\Core\Persistence\Bookmark\Handler as BookmarkHandler; use Ibexa\Contracts\Core\Repository\BookmarkService as BookmarkServiceInterface; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\Values\Bookmark\BookmarkList; use Ibexa\Contracts\Core\Repository\Values\Content\Location; @@ -20,20 +22,22 @@ class BookmarkService implements BookmarkServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\Bookmark\Handler */ + /** @var Handler */ protected $bookmarkHandler; /** * BookmarkService constructor. * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Persistence\Bookmark\Handler $bookmarkHandler + * @param Repository $repository + * @param Handler $bookmarkHandler */ - public function __construct(RepositoryInterface $repository, BookmarkHandler $bookmarkHandler) - { + public function __construct( + RepositoryInterface $repository, + BookmarkHandler $bookmarkHandler + ) { $this->repository = $repository; $this->bookmarkHandler = $bookmarkHandler; } @@ -92,8 +96,10 @@ public function deleteBookmark(Location $location): void /** * {@inheritdoc} */ - public function loadBookmarks(int $offset = 0, int $limit = 25): BookmarkList - { + public function loadBookmarks( + int $offset = 0, + int $limit = 25 + ): BookmarkList { $currentUserId = $this->getCurrentUserId(); $list = new BookmarkList(); diff --git a/src/lib/Repository/ContentService.php b/src/lib/Repository/ContentService.php index 6c6065f7f3..ed37bb5779 100644 --- a/src/lib/Repository/ContentService.php +++ b/src/lib/Repository/ContentService.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Repository; use function count; + use Exception; use Ibexa\Contracts\Core\FieldType\Comparable; use Ibexa\Contracts\Core\FieldType\FieldType; @@ -18,14 +19,18 @@ use Ibexa\Contracts\Core\Persistence\Content\ContentInfo as SPIContentInfo; use Ibexa\Contracts\Core\Persistence\Content\CreateStruct as SPIContentCreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Field as SPIField; +use Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct; use Ibexa\Contracts\Core\Persistence\Content\MetadataUpdateStruct as SPIMetadataUpdateStruct; +use Ibexa\Contracts\Core\Persistence\Content\ObjectState; use Ibexa\Contracts\Core\Persistence\Content\Relation\CreateStruct as SPIRelationCreateStruct; use Ibexa\Contracts\Core\Persistence\Content\UpdateStruct as SPIContentUpdateStruct; use Ibexa\Contracts\Core\Persistence\Filter\Content\Handler as ContentFilteringHandler; use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Repository\ContentService as ContentServiceInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\PermissionService; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\Validator\ContentValidator; @@ -42,6 +47,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LanguageCode; +use Ibexa\Contracts\Core\Repository\Values\Content\Relation; use Ibexa\Contracts\Core\Repository\Values\Content\Relation as APIRelation; use Ibexa\Contracts\Core\Repository\Values\Content\RelationList; use Ibexa\Contracts\Core\Repository\Values\Content\RelationList\Item\RelationListItem; @@ -62,6 +68,7 @@ use Ibexa\Core\Base\Exceptions\UnauthorizedException; use Ibexa\Core\FieldType\FieldTypeRegistry; use Ibexa\Core\Repository\Collector\ContentCollector; +use Ibexa\Core\Repository\Helper\RelationProcessor; use Ibexa\Core\Repository\Mapper\ContentDomainMapper; use Ibexa\Core\Repository\Mapper\ContentMapper; use Ibexa\Core\Repository\Validator\Constraint\LocationIsContainerContentType; @@ -70,7 +77,9 @@ use Ibexa\Core\Repository\Values\Content\ContentUpdateStruct; use Ibexa\Core\Repository\Values\Content\Location; use Ibexa\Core\Repository\Values\Content\VersionInfo; + use function sprintf; + use Symfony\Component\Validator\Validator\ValidatorInterface; /** @@ -78,36 +87,36 @@ */ class ContentService implements ContentServiceInterface { - /** @var \Ibexa\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\Handler */ + /** @var Handler */ protected $persistenceHandler; /** @var array */ protected $settings; - /** @var \Ibexa\Core\Repository\Mapper\ContentDomainMapper */ + /** @var ContentDomainMapper */ protected $contentDomainMapper; - /** @var \Ibexa\Core\Repository\Helper\RelationProcessor */ + /** @var RelationProcessor */ protected $relationProcessor; protected NameSchemaServiceInterface $nameSchemaService; - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry */ + /** @var FieldTypeRegistry */ protected $fieldTypeRegistry; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; - /** @var \Ibexa\Core\Repository\Mapper\ContentMapper */ + /** @var ContentMapper */ private $contentMapper; - /** @var \Ibexa\Contracts\Core\Repository\Validator\ContentValidator */ + /** @var ContentValidator */ private $contentValidator; - /** @var \Ibexa\Contracts\Core\Persistence\Filter\Content\Handler */ + /** @var ContentFilteringHandler */ private $contentFilteringHandler; private ContentCollector $contentCollector; @@ -118,7 +127,7 @@ public function __construct( RepositoryInterface $repository, Handler $handler, ContentDomainMapper $contentDomainMapper, - Helper\RelationProcessor $relationProcessor, + RelationProcessor $relationProcessor, NameSchemaServiceInterface $nameSchemaService, FieldTypeRegistry $fieldTypeRegistry, PermissionService $permissionService, @@ -156,11 +165,11 @@ public function __construct( * To load fields use loadContent * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to read the content - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - if the content with the given id does not exist + * @throws APINotFoundException - if the content with the given id does not exist * * @param int $contentId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ public function loadContentInfo(int $contentId): ContentInfo { @@ -192,11 +201,11 @@ public function loadContentInfoList(array $contentIds): iterable /** * Loads a content info object. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - if the content with the given id does not exist + * @throws APINotFoundException - if the content with the given id does not exist * * @param int $id * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ public function internalLoadContentInfoById(int $id): ContentInfo { @@ -212,11 +221,11 @@ public function internalLoadContentInfoById(int $id): ContentInfo /** * Loads a content info object by remote id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - if the content with the given id does not exist + * @throws APINotFoundException - if the content with the given id does not exist * * @param string $remoteId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ public function internalLoadContentInfoByRemoteId(string $remoteId): ContentInfo { @@ -235,11 +244,11 @@ public function internalLoadContentInfoByRemoteId(string $remoteId): ContentInfo * To load fields use loadContent * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to read the content - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - if the content with the given remote id does not exist + * @throws APINotFoundException - if the content with the given remote id does not exist * * @param string $remoteId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ public function loadContentInfoByRemoteId(string $remoteId): ContentInfo { @@ -257,16 +266,18 @@ public function loadContentInfoByRemoteId(string $remoteId): ContentInfo * * If no version number is given, the method returns the current version * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - if the version with the given number does not exist + * @throws APINotFoundException - if the version with the given number does not exist * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to load this version * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param int|null $versionNo the version number. If not given the current version is returned. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo + * @return APIVersionInfo */ - public function loadVersionInfo(ContentInfo $contentInfo, ?int $versionNo = null): APIVersionInfo - { + public function loadVersionInfo( + ContentInfo $contentInfo, + ?int $versionNo = null + ): APIVersionInfo { return $this->loadVersionInfoById((int)$contentInfo->getId(), $versionNo); } @@ -275,16 +286,18 @@ public function loadVersionInfo(ContentInfo $contentInfo, ?int $versionNo = null * * If no version number is given, the method returns the current version * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - if the version with the given number does not exist + * @throws APINotFoundException - if the version with the given number does not exist * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to load this version * * @param int $contentId * @param int|null $versionNo the version number. If not given the current version is returned. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo + * @return APIVersionInfo */ - public function loadVersionInfoById(int $contentId, ?int $versionNo = null): APIVersionInfo - { + public function loadVersionInfoById( + int $contentId, + ?int $versionNo = null + ): APIVersionInfo { try { $spiVersionInfo = $this->persistenceHandler->contentHandler()->loadVersionInfo( $contentId, @@ -356,8 +369,12 @@ static function (ContentInfo $contentInfo): int { /** * {@inheritdoc} */ - public function loadContentByContentInfo(ContentInfo $contentInfo, ?array $languages = null, ?int $versionNo = null, bool $useAlwaysAvailable = true): APIContent - { + public function loadContentByContentInfo( + ContentInfo $contentInfo, + ?array $languages = null, + ?int $versionNo = null, + bool $useAlwaysAvailable = true + ): APIContent { // Change $useAlwaysAvailable to false to avoid contentInfo lookup if we know alwaysAvailable is disabled if ($useAlwaysAvailable && !$contentInfo->alwaysAvailable) { $useAlwaysAvailable = false; @@ -374,8 +391,11 @@ public function loadContentByContentInfo(ContentInfo $contentInfo, ?array $langu /** * {@inheritdoc} */ - public function loadContentByVersionInfo(APIVersionInfo $versionInfo, ?array $languages = null, bool $useAlwaysAvailable = true): APIContent - { + public function loadContentByVersionInfo( + APIVersionInfo $versionInfo, + ?array $languages = null, + bool $useAlwaysAvailable = true + ): APIContent { // Change $useAlwaysAvailable to false to avoid contentInfo lookup if we know alwaysAvailable is disabled if ($useAlwaysAvailable && !$versionInfo->getContentInfo()->alwaysAvailable) { $useAlwaysAvailable = false; @@ -392,8 +412,12 @@ public function loadContentByVersionInfo(APIVersionInfo $versionInfo, ?array $la /** * {@inheritdoc} */ - public function loadContent(int $contentId, ?array $languages = null, ?int $versionNo = null, bool $useAlwaysAvailable = true): APIContent - { + public function loadContent( + int $contentId, + ?array $languages = null, + ?int $versionNo = null, + bool $useAlwaysAvailable = true + ): APIContent { $content = $this->internalLoadContentById($contentId, $languages, $versionNo, $useAlwaysAvailable); if (!$this->permissionResolver->canUser('content', 'read', $content)) { throw new UnauthorizedException('content', 'read', ['contentId' => $contentId]); @@ -411,8 +435,11 @@ public function loadContent(int $contentId, ?array $languages = null, ?int $vers return $content; } - private function isInGracePeriod(APIContent $content, int $graceSeconds, ?int $versionNo): bool - { + private function isInGracePeriod( + APIContent $content, + int $graceSeconds, + ?int $versionNo + ): bool { if ($graceSeconds <= 0 || $versionNo === null) { return false; } @@ -485,8 +512,12 @@ public function internalLoadContentByRemoteId( } } - private function internalLoadContentBySPIContentInfo(SPIContentInfo $spiContentInfo, ?array $languages = null, ?int $versionNo = null, bool $useAlwaysAvailable = true): APIContent - { + private function internalLoadContentBySPIContentInfo( + SPIContentInfo $spiContentInfo, + ?array $languages = null, + ?int $versionNo = null, + bool $useAlwaysAvailable = true + ): APIContent { $loadLanguages = $languages; $alwaysAvailableLanguageCode = null; // Set main language on $languages filter if not empty (all) and $useAlwaysAvailable being true @@ -526,7 +557,7 @@ private function internalLoadContentBySPIContentInfo(SPIContentInfo $spiContentI * * If no version is given, the method returns the current version * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - if the content or version with the given remote id does not exist + * @throws APINotFoundException - if the content or version with the given remote id does not exist * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the user has no access to read content and in case of un-published content: read versions * * @param string $remoteId @@ -534,10 +565,14 @@ private function internalLoadContentBySPIContentInfo(SPIContentInfo $spiContentI * @param int $versionNo the version number. If not given the current version is returned * @param bool $useAlwaysAvailable Add Main language to \$languages if true (default) and if alwaysAvailable is true * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return APIContent */ - public function loadContentByRemoteId(string $remoteId, ?array $languages = null, ?int $versionNo = null, bool $useAlwaysAvailable = true): APIContent - { + public function loadContentByRemoteId( + string $remoteId, + ?array $languages = null, + ?int $versionNo = null, + bool $useAlwaysAvailable = true + ): APIContent { $content = $this->internalLoadContentByRemoteId($remoteId, $languages, $versionNo, $useAlwaysAvailable); if (!$this->permissionResolver->canUser('content', 'read', $content)) { @@ -561,13 +596,13 @@ public function loadContentByRemoteId(string $remoteId, ?array $languages = null * Moreover, since the method works on pre-loaded ContentInfo list, it is assumed that user is * allowed to access every Content on the list. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo[] $contentInfoList + * @param ContentInfo[] $contentInfoList * @param string[] $languages A language priority, filters returned fields and is used as prioritized language code on * returned value object. If not given all languages are returned. * @param bool $useAlwaysAvailable Add Main language to \$languages if true (default) and if alwaysAvailable is true, * unless all languages have been asked for. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content[] list of Content items with Content Ids as keys + * @return APIContent[] list of Content items with Content Ids as keys */ public function loadContentListByContentInfo( array $contentInfoList, @@ -629,17 +664,20 @@ public function loadContentListByContentInfo( * same parent. * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $contentCreateStruct is not valid, * or if a required field is missing / set to an empty value. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException If field definition does not exist in the ContentType, + * @throws ContentValidationException If field definition does not exist in the ContentType, * or value is set for non-translatable field in language * other than main. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct $contentCreateStruct - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct[] $locationCreateStructs For each location parent under which a location should be created for the content + * @param APIContentCreateStruct $contentCreateStruct + * @param LocationCreateStruct[] $locationCreateStructs For each location parent under which a location should be created for the content * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content - the newly created content draft + * @return APIContent - the newly created content draft */ - public function createContent(APIContentCreateStruct $contentCreateStruct, array $locationCreateStructs = [], ?array $fieldIdentifiersToValidate = null): APIContent - { + public function createContent( + APIContentCreateStruct $contentCreateStruct, + array $locationCreateStructs = [], + ?array $fieldIdentifiersToValidate = null + ): APIContent { foreach ($locationCreateStructs as $index => $locationCreateStruct) { $locationCreateStructsErrors = $this->validator->validate($locationCreateStruct, new LocationIsContainerContentType()); if ($locationCreateStructsErrors->count() > 0) { @@ -834,7 +872,7 @@ public function createContent(APIContentCreateStruct $contentCreateStruct, array /** * Returns an array of default content states with content state group id as key. * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState[] + * @return ObjectState[] */ protected function getDefaultObjectStates(): array { @@ -855,10 +893,10 @@ protected function getDefaultObjectStates(): array /** * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct[] $locationCreateStructs - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType|null $contentType + * @param LocationCreateStruct[] $locationCreateStructs + * @param ContentType|null $contentType * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct[] + * @return CreateStruct[] */ protected function buildSPILocationCreateStructs( array $locationCreateStructs, @@ -913,13 +951,15 @@ protected function buildSPILocationCreateStructs( * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to update the content meta data * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the remoteId in $contentMetadataUpdateStruct is set but already exists * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentMetadataUpdateStruct $contentMetadataUpdateStruct + * @param ContentInfo $contentInfo + * @param ContentMetadataUpdateStruct $contentMetadataUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content the content with the updated attributes + * @return APIContent the content with the updated attributes */ - public function updateContentMetadata(ContentInfo $contentInfo, ContentMetadataUpdateStruct $contentMetadataUpdateStruct): APIContent - { + public function updateContentMetadata( + ContentInfo $contentInfo, + ContentMetadataUpdateStruct $contentMetadataUpdateStruct + ): APIContent { $propertyCount = 0; foreach ($contentMetadataUpdateStruct as $propertyName => $propertyValue) { if (isset($contentMetadataUpdateStruct->$propertyName)) { @@ -1009,12 +1049,14 @@ public function updateContentMetadata(ContentInfo $contentInfo, ContentMetadataU /** * Publishes URL aliases for all locations of a given content. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param APIContent $content * @param bool $updatePathIdentificationString this parameter is legacy storage specific for updating * ibexa_content_tree.path_identification_string, it is ignored by other storage engines */ - protected function publishUrlAliasesForContent(APIContent $content, bool $updatePathIdentificationString = true): void - { + protected function publishUrlAliasesForContent( + APIContent $content, + bool $updatePathIdentificationString = true + ): void { $urlAliasNames = $this->nameSchemaService->resolveUrlAliasSchema($content); $locations = $this->repository->getLocationService()->loadLocations( $content->getVersionInfo()->getContentInfo() @@ -1045,7 +1087,7 @@ protected function publishUrlAliasesForContent(APIContent $content, bool $update * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete the content (in one of the locations of the given content object) * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * * @return mixed[] Affected Location Id's */ @@ -1183,8 +1225,11 @@ public function countContentDrafts(?User $user = null): int ); } - public function loadContentDraftList(?User $user = null, int $offset = 0, int $limit = -1): ContentDraftList - { + public function loadContentDraftList( + ?User $user = null, + int $offset = 0, + int $limit = -1 + ): ContentDraftList { $list = new ContentDraftList(); if ($this->permissionResolver->hasAccess('content', 'versionread') === false) { return $list; @@ -1219,23 +1264,26 @@ public function loadContentDraftList(?User $user = null, int $offset = 0, int $l /** * Updates the fields of a draft. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct + * @param APIVersionInfo $versionInfo + * @param APIContentUpdateStruct $contentUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content the content draft with the updated fields + * @return APIContent the content draft with the updated fields * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $contentCreateStruct is not valid, * or if a required field is missing / set to an empty value. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException If field definition does not exist in the ContentType, + * @throws ContentValidationException If field definition does not exist in the ContentType, * or value is set for non-translatable field in language * other than main. * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to update this version * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the version is not a draft * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if a property on the struct is invalid. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws APINotFoundException */ - public function updateContent(APIVersionInfo $versionInfo, APIContentUpdateStruct $contentUpdateStruct, ?array $fieldIdentifiersToValidate = null): APIContent - { + public function updateContent( + APIVersionInfo $versionInfo, + APIContentUpdateStruct $contentUpdateStruct, + ?array $fieldIdentifiersToValidate = null + ): APIContent { /** @var $content \Ibexa\Core\Repository\Values\Content\Content */ $content = $this->loadContent( $versionInfo->getContentInfo()->id, @@ -1270,12 +1318,12 @@ public function updateContent(APIVersionInfo $versionInfo, APIContentUpdateStruc * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $contentCreateStruct is not valid, * or if a required field is missing / set to an empty value. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException If field definition does not exist in the ContentType, + * @throws ContentValidationException If field definition does not exist in the ContentType, * or value is set for non-translatable field in language * other than main. * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the version is not a draft * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if a property on the struct is invalid. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws APINotFoundException */ protected function internalUpdateContent( APIVersionInfo $versionInfo, @@ -1441,18 +1489,20 @@ protected function internalUpdateContent( * Publishes a content version and deletes archive versions if they overflow max archive versions. * Max archive versions are currently a configuration, but might be moved to be a param of ContentType in the future. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param APIVersionInfo $versionInfo * @param string[] $translations * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return APIContent * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the version is not a draft * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws APINotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException */ - public function publishVersion(APIVersionInfo $versionInfo, array $translations = Language::ALL): APIContent - { + public function publishVersion( + APIVersionInfo $versionInfo, + array $translations = Language::ALL + ): APIContent { $content = $this->internalLoadContentById( $versionInfo->contentInfo->id, null, @@ -1494,7 +1544,7 @@ public function publishVersion(APIVersionInfo $versionInfo, array $translations } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws APINotFoundException */ protected function copyNonTranslatableFieldsFromPublishedVersion(APIContent $currentVersionContent): void { @@ -1578,17 +1628,19 @@ protected function copyNonTranslatableFieldsFromPublishedVersion(APIContent $cur } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param APIVersionInfo $versionInfo * @param array $translations * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException + * @throws ContentValidationException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws APINotFoundException */ - protected function copyTranslationsFromPublishedVersion(APIVersionInfo $versionInfo, array $translations = []): void - { + protected function copyTranslationsFromPublishedVersion( + APIVersionInfo $versionInfo, + array $translations = [] + ): void { $contendId = $versionInfo->contentInfo->id; $currentContent = $this->internalLoadContentById($contendId); @@ -1683,8 +1735,11 @@ protected function copyTranslationsFromPublishedVersion(APIVersionInfo $versionI $this->internalUpdateContent($versionInfo, $updateStruct, null, true); } - protected function fieldValuesAreEqual(FieldType $fieldType, Value $value1, Value $value2): bool - { + protected function fieldValuesAreEqual( + FieldType $fieldType, + Value $value1, + Value $value2 + ): bool { if ($fieldType instanceof Comparable) { return $fieldType->valuesEqual($value1, $value2); } else { @@ -1711,14 +1766,17 @@ protected function fieldValuesAreEqual(FieldType $fieldType, Value $value1, Valu * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the version is not a draft * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param APIVersionInfo $versionInfo * @param int|null $publicationDate If null existing date is kept if there is one, otherwise current time is used. * @param string[] $translations * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return APIContent */ - protected function internalPublishVersion(APIVersionInfo $versionInfo, $publicationDate = null, array $translations = Language::ALL) - { + protected function internalPublishVersion( + APIVersionInfo $versionInfo, + $publicationDate = null, + array $translations = Language::ALL + ) { if (!$versionInfo->isDraft()) { throw new BadStateException('$versionInfo', 'Only versions in draft status can be published.'); } @@ -1808,7 +1866,7 @@ protected function getUnixTimestamp(): int * published state or is a last version of Content in non draft state * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to remove this version * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param APIVersionInfo $versionInfo */ public function deleteVersion(APIVersionInfo $versionInfo): void { @@ -1867,13 +1925,15 @@ public function deleteVersion(APIVersionInfo $versionInfo): void * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to list versions * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the given status is invalid * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param int|null $status * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo[] Sorted by creation date + * @return APIVersionInfo[] Sorted by creation date */ - public function loadVersions(ContentInfo $contentInfo, ?int $status = null): iterable - { + public function loadVersions( + ContentInfo $contentInfo, + ?int $status = null + ): iterable { if (!$this->permissionResolver->canUser('content', 'versionread', $contentInfo)) { throw new UnauthorizedException('content', 'versionread', ['contentId' => $contentInfo->id]); } @@ -1912,14 +1972,17 @@ public function loadVersions(ContentInfo $contentInfo, ?int $status = null): ite * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to copy the content to the given location * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct $destinationLocationCreateStruct the target location where the content is copied to - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo|null $versionInfo + * @param ContentInfo $contentInfo + * @param LocationCreateStruct $destinationLocationCreateStruct the target location where the content is copied to + * @param APIVersionInfo|null $versionInfo * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return APIContent */ - public function copyContent(ContentInfo $contentInfo, LocationCreateStruct $destinationLocationCreateStruct, ?APIVersionInfo $versionInfo = null): APIContent - { + public function copyContent( + ContentInfo $contentInfo, + LocationCreateStruct $destinationLocationCreateStruct, + ?APIVersionInfo $versionInfo = null + ): APIContent { $destinationLocation = $this->repository->getLocationService()->loadLocation( $destinationLocationCreateStruct->parentLocationId ); @@ -1984,9 +2047,9 @@ public function copyContent(ContentInfo $contentInfo, LocationCreateStruct $dest /** * Loads all outgoing relations for the given version without checking the permissions. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws APINotFoundException * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] + * @return Relation[] */ protected function internalLoadRelations(APIVersionInfo $versionInfo): array { @@ -2022,8 +2085,10 @@ protected function internalLoadRelations(APIVersionInfo $versionInfo): array return $relations; } - public function countRelations(APIVersionInfo $versionInfo, ?RelationType $type = null): int - { + public function countRelations( + APIVersionInfo $versionInfo, + ?RelationType $type = null + ): int { $function = $versionInfo->isPublished() ? 'read' : 'versionread'; if (!$this->permissionResolver->canUser('content', $function, $versionInfo)) { @@ -2104,8 +2169,10 @@ public function loadRelationList( /** * {@inheritdoc} */ - public function countReverseRelations(ContentInfo $contentInfo, ?RelationType $type = null): int - { + public function countReverseRelations( + ContentInfo $contentInfo, + ?RelationType $type = null + ): int { if (!$this->permissionResolver->canUser('content', 'reverserelatedlist', $contentInfo)) { return 0; } @@ -2120,10 +2187,12 @@ public function countReverseRelations(ContentInfo $contentInfo, ?RelationType $t * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to read this version * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] + * @return Relation[] */ - public function loadReverseRelations(ContentInfo $contentInfo, ?RelationType $type = null): iterable - { + public function loadReverseRelations( + ContentInfo $contentInfo, + ?RelationType $type = null + ): iterable { if (!$this->permissionResolver->canUser('content', 'reverserelatedlist', $contentInfo)) { throw new UnauthorizedException('content', 'reverserelatedlist', ['contentId' => $contentInfo->id]); } @@ -2153,10 +2222,10 @@ public function loadReverseRelations(ContentInfo $contentInfo, ?RelationType $ty /** * {@inheritdoc} * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param int $offset * @param int $limit - * @param \Ibexa\Contracts\Core\Repository\Values\Content\RelationType|null $type + * @param RelationType|null $type */ public function loadReverseRelationList( ContentInfo $contentInfo, @@ -2211,13 +2280,15 @@ public function loadReverseRelationList( * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to edit this version * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the version is not a draft * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $sourceVersion - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $destinationContent the destination of the relation + * @param APIVersionInfo $sourceVersion + * @param ContentInfo $destinationContent the destination of the relation * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation the newly created relation + * @return Relation the newly created relation */ - public function addRelation(APIVersionInfo $sourceVersion, ContentInfo $destinationContent): APIRelation - { + public function addRelation( + APIVersionInfo $sourceVersion, + ContentInfo $destinationContent + ): APIRelation { $sourceVersion = $this->loadVersionInfoById( $sourceVersion->contentInfo->id, $sourceVersion->versionNo @@ -2265,11 +2336,13 @@ public function addRelation(APIVersionInfo $sourceVersion, ContentInfo $destinat * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the version is not a draft * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if there is no relation of type COMMON for the given destination * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $sourceVersion - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $destinationContent + * @param APIVersionInfo $sourceVersion + * @param ContentInfo $destinationContent */ - public function deleteRelation(APIVersionInfo $sourceVersion, ContentInfo $destinationContent): void - { + public function deleteRelation( + APIVersionInfo $sourceVersion, + ContentInfo $destinationContent + ): void { $sourceVersion = $this->loadVersionInfoById( $sourceVersion->contentInfo->id, $sourceVersion->versionNo @@ -2340,13 +2413,15 @@ public function deleteRelation(APIVersionInfo $sourceVersion, ContentInfo $desti * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if languageCode argument * is invalid for the given content. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param string $languageCode * * @since 6.13 */ - public function deleteTranslation(ContentInfo $contentInfo, string $languageCode): void - { + public function deleteTranslation( + ContentInfo $contentInfo, + string $languageCode + ): void { if ($contentInfo->mainLanguageCode === $languageCode) { throw new BadStateException( '$languageCode', @@ -2434,17 +2509,19 @@ static function (Location $location) { * to edit the Content (in one of the locations of the given Content Object). * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if languageCode argument * is invalid for the given Draft. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if specified Version was not found + * @throws APINotFoundException if specified Version was not found * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo Content Version Draft + * @param APIVersionInfo $versionInfo Content Version Draft * @param string $languageCode Language code of the Translation to be removed * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content Content Draft w/o the specified Translation + * @return APIContent Content Draft w/o the specified Translation * * @since 6.12 */ - public function deleteTranslationFromDraft(APIVersionInfo $versionInfo, string $languageCode): APIContent - { + public function deleteTranslationFromDraft( + APIVersionInfo $versionInfo, + string $languageCode + ): APIContent { if (!$versionInfo->isDraft()) { throw new BadStateException( '$versionInfo', @@ -2599,13 +2676,15 @@ public function revealContent(ContentInfo $contentInfo): void * * alwaysAvailable is set to the ContentType's defaultAlwaysAvailable * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType * @param string $mainLanguageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct + * @return APIContentCreateStruct */ - public function newContentCreateStruct(ContentType $contentType, string $mainLanguageCode): APIContentCreateStruct - { + public function newContentCreateStruct( + ContentType $contentType, + string $mainLanguageCode + ): APIContentCreateStruct { return new ContentCreateStruct( [ 'contentType' => $contentType, @@ -2618,7 +2697,7 @@ public function newContentCreateStruct(ContentType $contentType, string $mainLan /** * Instantiates a new content meta data update struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentMetadataUpdateStruct + * @return ContentMetadataUpdateStruct */ public function newContentMetadataUpdateStruct(): ContentMetadataUpdateStruct { @@ -2628,7 +2707,7 @@ public function newContentMetadataUpdateStruct(): ContentMetadataUpdateStruct /** * Instantiates a new content update struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentUpdateStruct + * @return APIContentUpdateStruct */ public function newContentUpdateStruct(): APIContentUpdateStruct { @@ -2636,9 +2715,9 @@ public function newContentUpdateStruct(): APIContentUpdateStruct } /** - * @param \Ibexa\Contracts\Core\Repository\Values\User\User|null $user + * @param User|null $user * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserReference + * @return UserReference */ private function resolveUser(?User $user): UserReference { @@ -2661,8 +2740,10 @@ public function validate( ); } - public function find(Filter $filter, ?array $languages = null): ContentList - { + public function find( + Filter $filter, + ?array $languages = null + ): ContentList { $filter = clone $filter; if (!empty($languages)) { $filter->andWithCriterion(new LanguageCode($languages)); @@ -2693,8 +2774,10 @@ public function find(Filter $filter, ?array $languages = null): ContentList return new ContentList($contentItemsIterator->getTotalCount(), $contentItems); } - public function count(Filter $filter, ?array $languages = null): int - { + public function count( + Filter $filter, + ?array $languages = null + ): int { $filter = clone $filter; if (!empty($languages)) { $filter->andWithCriterion(new LanguageCode($languages)); diff --git a/src/lib/Repository/ContentService/RelationListFacade.php b/src/lib/Repository/ContentService/RelationListFacade.php index c23a5241d0..5f2b0c3136 100644 --- a/src/lib/Repository/ContentService/RelationListFacade.php +++ b/src/lib/Repository/ContentService/RelationListFacade.php @@ -11,14 +11,14 @@ use Ibexa\Contracts\Core\Repository\ContentService; use Ibexa\Contracts\Core\Repository\Iterator\BatchIterator; use Ibexa\Contracts\Core\Repository\Iterator\BatchIteratorAdapter\RelationListIteratorAdapter; +use Ibexa\Contracts\Core\Repository\Values\Content\RelationList\RelationListItemInterface; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; final class RelationListFacade implements ContentService\RelationListFacadeInterface { public function __construct( private readonly ContentService $contentService - ) { - } + ) {} public function getRelations(VersionInfo $versionInfo): iterable { @@ -29,7 +29,7 @@ public function getRelations(VersionInfo $versionInfo): iterable ) ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\RelationList\RelationListItemInterface $relationListItem */ + /** @var RelationListItemInterface $relationListItem */ foreach ($relationListIterator as $relationListItem) { if ($relationListItem->hasRelation()) { yield $relationListItem->getRelation(); diff --git a/src/lib/Repository/ContentTypeService.php b/src/lib/Repository/ContentTypeService.php index 21fe013dec..d007025d7f 100644 --- a/src/lib/Repository/ContentTypeService.php +++ b/src/lib/Repository/ContentTypeService.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Repository; use Exception; +use Ibexa\Contracts\Core\FieldType\FieldType; use Ibexa\Contracts\Core\FieldType\FieldType as SPIFieldType; use Ibexa\Contracts\Core\Persistence\Content\Type as SPIContentType; use Ibexa\Contracts\Core\Persistence\Content\Type\CreateStruct as SPIContentTypeCreateStruct; @@ -20,16 +21,19 @@ use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException as APIBadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType as APIContentType; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeCreateStruct as APIContentTypeCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft as APIContentTypeDraft; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup as APIContentTypeGroup; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroupCreateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroupUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeUpdateStruct; +use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition as APIFieldDefinition; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionUpdateStruct; @@ -46,53 +50,55 @@ use Ibexa\Core\Base\Exceptions\UnauthorizedException; use Ibexa\Core\FieldType\FieldTypeRegistry; use Ibexa\Core\FieldType\ValidationError; +use Ibexa\Core\Repository\Mapper\ContentDomainMapper; +use Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper; use Ibexa\Core\Repository\Values\ContentType\ContentTypeCreateStruct; use Ibexa\Core\Repository\Values\ContentType\ContentTypeGroup; class ContentTypeService implements ContentTypeServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler */ + /** @var Handler */ protected $contentTypeHandler; - /** @var \Ibexa\Contracts\Core\Persistence\User\Handler */ + /** @var UserHandler */ protected $userHandler; /** @var array */ protected $settings; - /** @var \Ibexa\Core\Repository\Mapper\ContentDomainMapper */ + /** @var ContentDomainMapper */ protected $contentDomainMapper; - /** @var \Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper */ + /** @var ContentTypeDomainMapper */ protected $contentTypeDomainMapper; - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry */ + /** @var FieldTypeRegistry */ protected $fieldTypeRegistry; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; /** * Setups service with reference to repository object that created it & corresponding handler. * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\Handler $contentTypeHandler - * @param \Ibexa\Contracts\Core\Persistence\User\Handler $userHandler - * @param \Ibexa\Core\Repository\Mapper\ContentDomainMapper $contentDomainMapper - * @param \Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper $contentTypeDomainMapper - * @param \Ibexa\Core\FieldType\FieldTypeRegistry $fieldTypeRegistry - * @param \Ibexa\Contracts\Core\Repository\PermissionResolver $permissionResolver + * @param Repository $repository + * @param Handler $contentTypeHandler + * @param UserHandler $userHandler + * @param ContentDomainMapper $contentDomainMapper + * @param ContentTypeDomainMapper $contentTypeDomainMapper + * @param FieldTypeRegistry $fieldTypeRegistry + * @param PermissionResolver $permissionResolver * @param array $settings */ public function __construct( RepositoryInterface $repository, Handler $contentTypeHandler, UserHandler $userHandler, - Mapper\ContentDomainMapper $contentDomainMapper, - Mapper\ContentTypeDomainMapper $contentTypeDomainMapper, + ContentDomainMapper $contentDomainMapper, + ContentTypeDomainMapper $contentTypeDomainMapper, FieldTypeRegistry $fieldTypeRegistry, PermissionResolver $permissionResolver, array $settings = [] @@ -116,9 +122,9 @@ public function __construct( * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create a content type group * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If a group with the same identifier already exists * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroupCreateStruct $contentTypeGroupCreateStruct + * @param ContentTypeGroupCreateStruct $contentTypeGroupCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup + * @return APIContentTypeGroup */ public function createContentTypeGroup(ContentTypeGroupCreateStruct $contentTypeGroupCreateStruct): APIContentTypeGroup { @@ -181,8 +187,10 @@ public function createContentTypeGroup(ContentTypeGroupCreateStruct $contentType /** * {@inheritdoc} */ - public function loadContentTypeGroup(int $contentTypeGroupId, array $prioritizedLanguages = []): APIContentTypeGroup - { + public function loadContentTypeGroup( + int $contentTypeGroupId, + array $prioritizedLanguages = [] + ): APIContentTypeGroup { $spiGroup = $this->contentTypeHandler->loadGroup( $contentTypeGroupId ); @@ -193,8 +201,10 @@ public function loadContentTypeGroup(int $contentTypeGroupId, array $prioritized /** * {@inheritdoc} */ - public function loadContentTypeGroupByIdentifier(string $contentTypeGroupIdentifier, array $prioritizedLanguages = []): APIContentTypeGroup - { + public function loadContentTypeGroupByIdentifier( + string $contentTypeGroupIdentifier, + array $prioritizedLanguages = [] + ): APIContentTypeGroup { try { $spiGroup = $this->contentTypeHandler->loadGroupByIdentifier( $contentTypeGroupIdentifier @@ -227,11 +237,13 @@ public function loadContentTypeGroups(array $prioritizedLanguages = []): iterabl * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create a content type group * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the given identifier (if set) already exists * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup the content type group to be updated - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct + * @param APIContentTypeGroup $contentTypeGroup the content type group to be updated + * @param ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct */ - public function updateContentTypeGroup(APIContentTypeGroup $contentTypeGroup, ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct): void - { + public function updateContentTypeGroup( + APIContentTypeGroup $contentTypeGroup, + ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct + ): void { if (!$this->permissionResolver->canUser('class', 'update', $contentTypeGroup)) { throw new UnauthorizedException('ContentType', 'update'); } @@ -327,11 +339,11 @@ public function deleteContentTypeGroup(APIContentTypeGroup $contentTypeGroup): v /** * Validates input ContentType create struct. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentValue + * @throws InvalidArgumentException + * @throws InvalidArgumentType + * @throws InvalidArgumentValue * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeCreateStruct $contentTypeCreateStruct + * @param APIContentTypeCreateStruct $contentTypeCreateStruct */ protected function validateInputContentTypeCreateStruct(APIContentTypeCreateStruct $contentTypeCreateStruct): void { @@ -410,10 +422,10 @@ protected function validateInputContentTypeCreateStruct(APIContentTypeCreateStru /** * Validates input ContentTypeGroup array. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType + * @throws InvalidArgumentException + * @throws InvalidArgumentType * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] $contentTypeGroups + * @param APIContentTypeGroup[] $contentTypeGroups */ protected function validateInputContentTypeGroups(array $contentTypeGroups): void { @@ -438,11 +450,11 @@ protected function validateInputContentTypeGroups(array $contentTypeGroups): voi /** * Validates input FieldDefinitionCreateStruct. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentValue + * @throws InvalidArgumentException + * @throws InvalidArgumentType + * @throws InvalidArgumentValue * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct $fieldDefinitionCreateStruct + * @param FieldDefinitionCreateStruct $fieldDefinitionCreateStruct * @param string $argumentName */ protected function validateInputFieldDefinitionCreateStruct( @@ -521,13 +533,15 @@ protected function validateInputFieldDefinitionCreateStruct( * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentTypeValidationException * if a multiple field definitions of a same singular type are given * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeCreateStruct $contentTypeCreateStruct - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] $contentTypeGroups Required array of {@link APIContentTypeGroup} to link type with (must contain one) + * @param APIContentTypeCreateStruct $contentTypeCreateStruct + * @param APIContentTypeGroup[] $contentTypeGroups Required array of {@link APIContentTypeGroup} to link type with (must contain one) * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft + * @return ContentTypeDraft */ - public function createContentType(APIContentTypeCreateStruct $contentTypeCreateStruct, array $contentTypeGroups): APIContentTypeDraft - { + public function createContentType( + APIContentTypeCreateStruct $contentTypeCreateStruct, + array $contentTypeGroups + ): APIContentTypeDraft { if (!$this->permissionResolver->canUser('class', 'create', $contentTypeCreateStruct, $contentTypeGroups)) { throw new UnauthorizedException('ContentType', 'create'); } @@ -697,13 +711,15 @@ static function (APIContentTypeGroup $contentTypeGroup) { /** * Validates FieldDefinitionCreateStruct. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct $fieldDefinitionCreateStruct - * @param \Ibexa\Contracts\Core\FieldType\FieldType $fieldType + * @param FieldDefinitionCreateStruct $fieldDefinitionCreateStruct + * @param FieldType $fieldType * * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] */ - protected function validateFieldDefinitionCreateStruct(FieldDefinitionCreateStruct $fieldDefinitionCreateStruct, SPIFieldType $fieldType): array - { + protected function validateFieldDefinitionCreateStruct( + FieldDefinitionCreateStruct $fieldDefinitionCreateStruct, + SPIFieldType $fieldType + ): array { $validationErrors = []; if ($fieldDefinitionCreateStruct->isSearchable && !$fieldType->isSearchable()) { @@ -722,8 +738,10 @@ protected function validateFieldDefinitionCreateStruct(FieldDefinitionCreateStru /** * {@inheritdoc} */ - public function loadContentType(int $contentTypeId, array $prioritizedLanguages = []): ContentType - { + public function loadContentType( + int $contentTypeId, + array $prioritizedLanguages = [] + ): ContentType { $spiContentType = $this->contentTypeHandler->load($contentTypeId); return $this->contentTypeDomainMapper->buildContentTypeDomainObject( @@ -735,8 +753,10 @@ public function loadContentType(int $contentTypeId, array $prioritizedLanguages /** * {@inheritdoc} */ - public function loadContentTypeByIdentifier(string $identifier, array $prioritizedLanguages = []): ContentType - { + public function loadContentTypeByIdentifier( + string $identifier, + array $prioritizedLanguages = [] + ): ContentType { $spiContentType = $this->contentTypeHandler->loadByIdentifier( $identifier ); @@ -750,8 +770,10 @@ public function loadContentTypeByIdentifier(string $identifier, array $prioritiz /** * {@inheritdoc} */ - public function loadContentTypeByRemoteId(string $remoteId, array $prioritizedLanguages = []): ContentType - { + public function loadContentTypeByRemoteId( + string $remoteId, + array $prioritizedLanguages = [] + ): ContentType { $spiContentType = $this->contentTypeHandler->loadByRemoteId($remoteId); return $this->contentTypeDomainMapper->buildContentTypeDomainObject( @@ -763,17 +785,19 @@ public function loadContentTypeByRemoteId(string $remoteId, array $prioritizedLa /** * Get a content type object draft by id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If the content type draft owned by the current user can not be found + * @throws APINotFoundException If the content type draft owned by the current user can not be found * * @param int $contentTypeId * @param bool $ignoreOwnership if true, method will return draft even if the owner is different than currently logged in user * * @todo Use another exception when user of draft is someone else * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft + * @return ContentTypeDraft */ - public function loadContentTypeDraft(int $contentTypeId, bool $ignoreOwnership = false): APIContentTypeDraft - { + public function loadContentTypeDraft( + int $contentTypeId, + bool $ignoreOwnership = false + ): APIContentTypeDraft { $spiContentType = $this->contentTypeHandler->load( $contentTypeId, SPIContentType::STATUS_DRAFT @@ -786,8 +810,10 @@ public function loadContentTypeDraft(int $contentTypeId, bool $ignoreOwnership = return $this->contentTypeDomainMapper->buildContentTypeDraftDomainObject($spiContentType); } - public function loadContentTypeList(array $contentTypeIds, array $prioritizedLanguages = []): iterable - { + public function loadContentTypeList( + array $contentTypeIds, + array $prioritizedLanguages = [] + ): iterable { $spiContentTypes = $this->contentTypeHandler->loadContentTypeList($contentTypeIds); $contentTypes = []; // @todo We could bulk load content type group proxies involved in the future & pass those relevant per type to mapper @@ -801,8 +827,10 @@ public function loadContentTypeList(array $contentTypeIds, array $prioritizedLan return $contentTypes; } - public function findContentTypes(?ContentTypeQuery $query = null, array $prioritizedLanguages = []): SearchResult - { + public function findContentTypes( + ?ContentTypeQuery $query = null, + array $prioritizedLanguages = [] + ): SearchResult { $results = $this->contentTypeHandler->findContentTypes($query, $prioritizedLanguages); $items = []; @@ -822,8 +850,10 @@ public function findContentTypes(?ContentTypeQuery $query = null, array $priorit /** * {@inheritdoc} */ - public function loadContentTypes(APIContentTypeGroup $contentTypeGroup, array $prioritizedLanguages = []): iterable - { + public function loadContentTypes( + APIContentTypeGroup $contentTypeGroup, + array $prioritizedLanguages = [] + ): iterable { $spiContentTypes = $this->contentTypeHandler->loadContentTypes( $contentTypeGroup->id, SPIContentType::STATUS_DEFINED @@ -847,11 +877,11 @@ public function loadContentTypes(APIContentTypeGroup $contentTypeGroup, array $p * type which has the state STATUS_DRAFT. * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to edit a content type - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If there is already a draft assigned to another user + * @throws APIBadStateException If there is already a draft assigned to another user * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param APIContentType $contentType * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft + * @return ContentTypeDraft */ public function createContentTypeDraft(APIContentType $contentType): APIContentTypeDraft { @@ -895,11 +925,13 @@ public function createContentTypeDraft(APIContentType $contentType): APIContentT * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the given identifier or remoteId already exists * or there is no draft assigned to the authenticated user * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeUpdateStruct $contentTypeUpdateStruct + * @param ContentTypeDraft $contentTypeDraft + * @param ContentTypeUpdateStruct $contentTypeUpdateStruct */ - public function updateContentTypeDraft(APIContentTypeDraft $contentTypeDraft, ContentTypeUpdateStruct $contentTypeUpdateStruct): void - { + public function updateContentTypeDraft( + APIContentTypeDraft $contentTypeDraft, + ContentTypeUpdateStruct $contentTypeUpdateStruct + ): void { if (!$this->permissionResolver->canUser('class', 'update', $contentTypeDraft)) { throw new UnauthorizedException('ContentType', 'update'); } @@ -971,10 +1003,10 @@ public function updateContentTypeDraft(APIContentTypeDraft $contentTypeDraft, Co * given, only the draft content type will be deleted. Otherwise, if content type in state * STATUS_DEFINED is given, all content type data will be deleted. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If there exist content objects of this type + * @throws APIBadStateException If there exist content objects of this type * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete a content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param APIContentType $contentType */ public function deleteContentType(APIContentType $contentType): void { @@ -1011,13 +1043,15 @@ public function deleteContentType(APIContentType $contentType): void * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the current-user is not allowed to copy a content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType - * @param \Ibexa\Contracts\Core\Repository\Values\User\User|null $creator if null the current-user is used + * @param APIContentType $contentType + * @param User|null $creator if null the current-user is used * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return APIContentType */ - public function copyContentType(APIContentType $contentType, ?User $creator = null): ContentType - { + public function copyContentType( + APIContentType $contentType, + ?User $creator = null + ): ContentType { if (!$this->permissionResolver->canUser('class', 'create', $contentType)) { throw new UnauthorizedException('ContentType', 'create'); } @@ -1048,11 +1082,13 @@ public function copyContentType(APIContentType $contentType, ?User $creator = nu * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to unlink a content type * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the content type is already assigned the given group * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup + * @param APIContentType $contentType + * @param APIContentTypeGroup $contentTypeGroup */ - public function assignContentTypeGroup(APIContentType $contentType, APIContentTypeGroup $contentTypeGroup): void - { + public function assignContentTypeGroup( + APIContentType $contentType, + APIContentTypeGroup $contentTypeGroup + ): void { if (!$this->permissionResolver->canUser('class', 'update', $contentType)) { throw new UnauthorizedException('ContentType', 'update'); } @@ -1088,13 +1124,15 @@ public function assignContentTypeGroup(APIContentType $contentType, APIContentTy * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to link a content type * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the content type is not assigned this the given group. - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If $contentTypeGroup is the last group assigned to the content type + * @throws APIBadStateException If $contentTypeGroup is the last group assigned to the content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup + * @param APIContentType $contentType + * @param APIContentTypeGroup $contentTypeGroup */ - public function unassignContentTypeGroup(APIContentType $contentType, APIContentTypeGroup $contentTypeGroup): void - { + public function unassignContentTypeGroup( + APIContentType $contentType, + APIContentTypeGroup $contentTypeGroup + ): void { if (!$this->permissionResolver->canUser('class', 'update', $contentType, [$contentTypeGroup])) { throw new UnauthorizedException('ContentType', 'update'); } @@ -1141,16 +1179,18 @@ public function unassignContentTypeGroup(APIContentType $contentType, APIContent * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to edit a content type * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentTypeFieldDefinitionValidationException * if a field definition in the $contentTypeCreateStruct is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If field definition of the same non-repeatable type is being + * @throws APIBadStateException If field definition of the same non-repeatable type is being * added to the ContentType that already contains one * or field definition that can't be added to a ContentType that * has Content instances is being added to such ContentType * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct $fieldDefinitionCreateStruct + * @param ContentTypeDraft $contentTypeDraft + * @param FieldDefinitionCreateStruct $fieldDefinitionCreateStruct */ - public function addFieldDefinition(APIContentTypeDraft $contentTypeDraft, FieldDefinitionCreateStruct $fieldDefinitionCreateStruct): void - { + public function addFieldDefinition( + APIContentTypeDraft $contentTypeDraft, + FieldDefinitionCreateStruct $fieldDefinitionCreateStruct + ): void { if (!$this->permissionResolver->canUser('class', 'update', $contentTypeDraft)) { throw new UnauthorizedException('ContentType', 'update'); } @@ -1226,11 +1266,13 @@ public function addFieldDefinition(APIContentTypeDraft $contentTypeDraft, FieldD * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the given field definition does not belong to the given type * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to edit a content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition + * @param ContentTypeDraft $contentTypeDraft + * @param FieldDefinition $fieldDefinition */ - public function removeFieldDefinition(APIContentTypeDraft $contentTypeDraft, APIFieldDefinition $fieldDefinition): void - { + public function removeFieldDefinition( + APIContentTypeDraft $contentTypeDraft, + APIFieldDefinition $fieldDefinition + ): void { if (!$this->permissionResolver->canUser('class', 'update', $contentTypeDraft)) { throw new UnauthorizedException('ContentType', 'update'); } @@ -1272,12 +1314,15 @@ public function removeFieldDefinition(APIContentTypeDraft $contentTypeDraft, API * If the given identifier is used in an existing field of the given content type * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to edit a content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft the content type draft - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition the field definition which should be updated - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct + * @param ContentTypeDraft $contentTypeDraft the content type draft + * @param FieldDefinition $fieldDefinition the field definition which should be updated + * @param FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct */ - public function updateFieldDefinition(APIContentTypeDraft $contentTypeDraft, APIFieldDefinition $fieldDefinition, FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct): void - { + public function updateFieldDefinition( + APIContentTypeDraft $contentTypeDraft, + APIFieldDefinition $fieldDefinition, + FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct + ): void { if (!$this->permissionResolver->canUser('class', 'update', $contentTypeDraft)) { throw new UnauthorizedException('ContentType', 'update'); } @@ -1326,11 +1371,11 @@ public function updateFieldDefinition(APIContentTypeDraft $contentTypeDraft, API * * This method updates content objects, depending on the changed field definitions. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If the content type has no draft + * @throws APIBadStateException If the content type has no draft * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the content type has no field definitions * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to publish a content type * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft + * @param ContentTypeDraft $contentTypeDraft */ public function publishContentTypeDraft(APIContentTypeDraft $contentTypeDraft): void { @@ -1387,11 +1432,11 @@ public function publishContentTypeDraft(APIContentTypeDraft $contentTypeDraft): /** * Instantiates a new content type group create class. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentValue if given identifier is not a string + * @throws InvalidArgumentValue if given identifier is not a string * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroupCreateStruct + * @return ContentTypeGroupCreateStruct */ public function newContentTypeGroupCreateStruct(string $identifier): ContentTypeGroupCreateStruct { @@ -1405,11 +1450,11 @@ public function newContentTypeGroupCreateStruct(string $identifier): ContentType /** * Instantiates a new content type create class. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentValue if given identifier is not a string + * @throws InvalidArgumentValue if given identifier is not a string * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeCreateStruct + * @return APIContentTypeCreateStruct */ public function newContentTypeCreateStruct(string $identifier): APIContentTypeCreateStruct { @@ -1427,7 +1472,7 @@ public function newContentTypeCreateStruct(string $identifier): APIContentTypeCr /** * Instantiates a new content type update struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeUpdateStruct + * @return ContentTypeUpdateStruct */ public function newContentTypeUpdateStruct(): ContentTypeUpdateStruct { @@ -1437,7 +1482,7 @@ public function newContentTypeUpdateStruct(): ContentTypeUpdateStruct /** * Instantiates a new content type update struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroupUpdateStruct + * @return ContentTypeGroupUpdateStruct */ public function newContentTypeGroupUpdateStruct(): ContentTypeGroupUpdateStruct { @@ -1447,16 +1492,18 @@ public function newContentTypeGroupUpdateStruct(): ContentTypeGroupUpdateStruct /** * Instantiates a field definition create struct. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentValue if given identifier is not a string + * @throws InvalidArgumentValue if given identifier is not a string * or given fieldTypeIdentifier is not a string * * @param string $fieldTypeIdentifier the required field type identifier * @param string $identifier the required identifier for the field definition * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct + * @return FieldDefinitionCreateStruct */ - public function newFieldDefinitionCreateStruct(string $identifier, string $fieldTypeIdentifier): FieldDefinitionCreateStruct - { + public function newFieldDefinitionCreateStruct( + string $identifier, + string $fieldTypeIdentifier + ): FieldDefinitionCreateStruct { return new FieldDefinitionCreateStruct( [ 'identifier' => $identifier, @@ -1468,7 +1515,7 @@ public function newFieldDefinitionCreateStruct(string $identifier, string $field /** * Instantiates a field definition update class. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionUpdateStruct + * @return FieldDefinitionUpdateStruct */ public function newFieldDefinitionUpdateStruct(): FieldDefinitionUpdateStruct { @@ -1480,7 +1527,7 @@ public function newFieldDefinitionUpdateStruct(): FieldDefinitionUpdateStruct * * @since 6.0.1 * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param APIContentType $contentType * * @return bool */ @@ -1490,17 +1537,19 @@ public function isContentTypeUsed(APIContentType $contentType): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft + * @param ContentTypeDraft $contentTypeDraft * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft + * @return ContentTypeDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws APIBadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException */ - public function removeContentTypeTranslation(APIContentTypeDraft $contentTypeDraft, string $languageCode): APIContentTypeDraft - { + public function removeContentTypeTranslation( + APIContentTypeDraft $contentTypeDraft, + string $languageCode + ): APIContentTypeDraft { if (!$this->permissionResolver->canUser('class', 'update', $contentTypeDraft)) { throw new UnauthorizedException('ContentType', 'update'); } diff --git a/src/lib/Repository/EventSubscriber/DeleteUserSubscriber.php b/src/lib/Repository/EventSubscriber/DeleteUserSubscriber.php index 6592f88207..fc2bb906c8 100644 --- a/src/lib/Repository/EventSubscriber/DeleteUserSubscriber.php +++ b/src/lib/Repository/EventSubscriber/DeleteUserSubscriber.php @@ -14,7 +14,7 @@ class DeleteUserSubscriber implements EventSubscriberInterface { - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeService */ private $contentTypeService; public function __construct(ContentTypeService $contentTypeService) diff --git a/src/lib/Repository/EventSubscriber/NameSchemaSubscriber.php b/src/lib/Repository/EventSubscriber/NameSchemaSubscriber.php index 63adea9b31..66b71c459c 100644 --- a/src/lib/Repository/EventSubscriber/NameSchemaSubscriber.php +++ b/src/lib/Repository/EventSubscriber/NameSchemaSubscriber.php @@ -12,6 +12,7 @@ use Ibexa\Contracts\Core\Event\NameSchema\ResolveContentNameSchemaEvent; use Ibexa\Contracts\Core\Event\NameSchema\ResolveNameSchemaEvent; use Ibexa\Contracts\Core\Event\NameSchema\ResolveUrlAliasSchemaEvent; +use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Language; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; @@ -114,7 +115,7 @@ public function isValid(AbstractSchemaEvent $event): bool * @param array $languages * @param array $identifiers * @param array> $tokenValues - * @param array> $fieldMap + * @param array> $fieldMap * * @return array> */ @@ -144,7 +145,7 @@ private function processEvent( /** * @param array $identifiers - * @param array> $fieldMap + * @param array> $fieldMap * * @return array */ diff --git a/src/lib/Repository/FieldTypeService.php b/src/lib/Repository/FieldTypeService.php index 2bd95d4de2..fd40523912 100644 --- a/src/lib/Repository/FieldTypeService.php +++ b/src/lib/Repository/FieldTypeService.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\FieldType as APIFieldType; use Ibexa\Contracts\Core\Repository\FieldTypeService as FieldTypeServiceInterface; use Ibexa\Core\FieldType\FieldTypeRegistry; @@ -16,24 +17,24 @@ /** * An implementation of this class provides access to FieldTypes. * - * @see \Ibexa\Contracts\Core\Repository\FieldType + * @see APIFieldType */ class FieldTypeService implements FieldTypeServiceInterface { - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry */ + /** @var FieldTypeRegistry */ protected $fieldTypeRegistry; /** * Holds an array of FieldType objects to avoid re creating them all the time from SPI variants. * - * @var \Ibexa\Contracts\Core\Repository\FieldType[] + * @var APIFieldType[] */ protected $fieldTypes = []; /** * Setups service with reference to repository object that created it & corresponding handler. * - * @param \Ibexa\Core\FieldType\FieldTypeRegistry $fieldTypeRegistry Registry for SPI FieldTypes + * @param FieldTypeRegistry $fieldTypeRegistry Registry for SPI FieldTypes */ public function __construct(FieldTypeRegistry $fieldTypeRegistry) { @@ -43,7 +44,7 @@ public function __construct(FieldTypeRegistry $fieldTypeRegistry) /** * Returns a list of all field types. * - * @return \Ibexa\Contracts\Core\Repository\FieldType[] + * @return APIFieldType[] */ public function getFieldTypes(): iterable { @@ -63,9 +64,9 @@ public function getFieldTypes(): iterable * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\FieldType + * @return APIFieldType * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if there is no FieldType registered with $identifier + * @throws NotFoundException if there is no FieldType registered with $identifier */ public function getFieldType(string $identifier): APIFieldType { diff --git a/src/lib/Repository/Helper/RelationProcessor.php b/src/lib/Repository/Helper/RelationProcessor.php index 1ecdb8a21d..62dea9cc45 100644 --- a/src/lib/Repository/Helper/RelationProcessor.php +++ b/src/lib/Repository/Helper/RelationProcessor.php @@ -7,7 +7,9 @@ namespace Ibexa\Core\Repository\Helper; +use Ibexa\Contracts\Core\FieldType\FieldType; use Ibexa\Contracts\Core\FieldType\FieldType as SPIFieldType; +use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Contracts\Core\FieldType\Value as BaseValue; use Ibexa\Contracts\Core\Persistence\Content\Relation\CreateStruct as SPIRelationCreateStruct; use Ibexa\Contracts\Core\Persistence\Handler; @@ -26,13 +28,13 @@ class RelationProcessor { use LoggerAwareTrait; - /** @var \Ibexa\Contracts\Core\Persistence\Handler */ + /** @var Handler */ protected $persistenceHandler; /** * Setups service with reference to repository object that created it & corresponding handler. * - * @param \Ibexa\Contracts\Core\Persistence\Handler $handler + * @param Handler $handler */ public function __construct(Handler $handler) { @@ -47,8 +49,8 @@ public function __construct(Handler $handler) * * @param array $relations * @param array $locationIdToContentIdMapping An array with Location Ids as keys and corresponding Content Id as values - * @param \Ibexa\Contracts\Core\FieldType\FieldType $fieldType - * @param \Ibexa\Contracts\Core\FieldType\Value $fieldValue Accepted field value. + * @param FieldType $fieldType + * @param Value $fieldValue Accepted field value. * @param string $fieldDefinitionId */ public function appendFieldRelations( @@ -104,7 +106,7 @@ public function appendFieldRelations( * @param array $inputRelations * @param mixed $sourceContentId * @param mixed $sourceContentVersionNo - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType * @param \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] $existingRelations An array of existing relations for Content version (empty when creating new content) */ public function processFieldRelations( @@ -194,7 +196,7 @@ public function processFieldRelations( switch ($relationType) { case Relation::FIELD: case Relation::ASSET: - /** @phpstan-var array $relationEntry */ + /** @phpstan-var array $relationEntry */ foreach ($relationEntry as $relation) { $this->persistenceHandler->contentHandler()->removeRelation( $relation->id, @@ -205,7 +207,7 @@ public function processFieldRelations( break; case Relation::LINK: case Relation::EMBED: - /** @phpstan-var \Ibexa\Core\Repository\Values\Content\Relation $relationEntry */ + /** @phpstan-var Relation $relationEntry */ $this->persistenceHandler->contentHandler()->removeRelation( $relationEntry->id, $relationType, diff --git a/src/lib/Repository/LanguageService.php b/src/lib/Repository/LanguageService.php index efaa763a41..6b4c475089 100644 --- a/src/lib/Repository/LanguageService.php +++ b/src/lib/Repository/LanguageService.php @@ -11,9 +11,11 @@ use Ibexa\Contracts\Core\Persistence\Content\Language as SPILanguage; use Ibexa\Contracts\Core\Persistence\Content\Language\CreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\LanguageService as LanguageServiceInterface; use Ibexa\Contracts\Core\Repository\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Language; use Ibexa\Contracts\Core\Repository\Values\Content\LanguageCreateStruct; @@ -27,23 +29,23 @@ */ class LanguageService implements LanguageServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler */ + /** @var Handler */ protected $languageHandler; /** @var array */ protected $settings; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; /** * Setups service with reference to repository object that created it & corresponding handler. * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\Handler $languageHandler + * @param Repository $repository + * @param Handler $languageHandler * @param array $settings */ public function __construct( @@ -64,9 +66,9 @@ public function __construct( /** * Creates the a new Language in the content repository. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LanguageCreateStruct $languageCreateStruct + * @param LanguageCreateStruct $languageCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user does not have access to content translations * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the languageCode already exists @@ -119,17 +121,19 @@ public function createLanguage(LanguageCreateStruct $languageCreateStruct): Lang /** * Changes the name of the language in the content repository. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Language $language + * @param Language $language * @param string $newName * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if languageCode argument * is not string * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user does not have access to content translations */ - public function updateLanguageName(Language $language, string $newName): Language - { + public function updateLanguageName( + Language $language, + string $newName + ): Language { if (empty($newName)) { throw new InvalidArgumentValue('newName', $newName); } @@ -164,9 +168,9 @@ public function updateLanguageName(Language $language, string $newName): Languag /** * Enables a language. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Language $language + * @param Language $language * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user does not have access to content translations */ @@ -202,9 +206,9 @@ public function enableLanguage(Language $language): Language /** * Disables a language. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Language $language + * @param Language $language * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user does not have access to content translations */ @@ -242,11 +246,11 @@ public function disableLanguage(Language $language): Language * * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if languageCode argument * is not string - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if language could not be found + * @throws NotFoundException if language could not be found */ public function loadLanguage(string $languageCode): Language { @@ -262,7 +266,7 @@ public function loadLanguage(string $languageCode): Language /** * Loads all Languages. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language[] + * @return Language[] */ public function loadLanguages(): iterable { @@ -281,9 +285,9 @@ public function loadLanguages(): iterable * * @param mixed $languageId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if language could not be found + * @throws NotFoundException if language could not be found */ public function loadLanguageById(int $languageId): Language { @@ -325,7 +329,7 @@ public function loadLanguageListById(array $languageIds): iterable /** * Deletes a language from content repository. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Language $language + * @param Language $language * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if language can not be deleted * because it is still assigned to some content / type / (...). @@ -376,7 +380,7 @@ public function getPrioritizedLanguageCodeList() /** * Instantiates an object to be used for creating languages. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LanguageCreateStruct + * @return LanguageCreateStruct */ public function newLanguageCreateStruct(): LanguageCreateStruct { @@ -386,9 +390,9 @@ public function newLanguageCreateStruct(): LanguageCreateStruct /** * Builds Language domain object from ValueObject returned by Persistence API. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language $spiLanguage + * @param SPILanguage $spiLanguage * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language */ protected function buildDomainObject(SPILanguage $spiLanguage) { diff --git a/src/lib/Repository/LocationResolver/LocationResolver.php b/src/lib/Repository/LocationResolver/LocationResolver.php index 4f8735d7fd..26e42c33b1 100644 --- a/src/lib/Repository/LocationResolver/LocationResolver.php +++ b/src/lib/Repository/LocationResolver/LocationResolver.php @@ -8,6 +8,9 @@ namespace Ibexa\Core\Repository\LocationResolver; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location; @@ -17,9 +20,9 @@ interface LocationResolver { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws NotFoundException + * @throws ForbiddenException + * @throws BadStateException */ public function resolveLocation(ContentInfo $contentInfo): Location; } diff --git a/src/lib/Repository/LocationResolver/PermissionAwareLocationResolver.php b/src/lib/Repository/LocationResolver/PermissionAwareLocationResolver.php index 221e43b83b..0d4e71f1ce 100644 --- a/src/lib/Repository/LocationResolver/PermissionAwareLocationResolver.php +++ b/src/lib/Repository/LocationResolver/PermissionAwareLocationResolver.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Repository\LocationResolver; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\LocationService; @@ -20,7 +21,7 @@ */ final class PermissionAwareLocationResolver implements LocationResolver { - /** @var \Ibexa\Contracts\Core\Repository\LocationService */ + /** @var LocationService */ private $locationService; public function __construct(LocationService $locationService) @@ -29,9 +30,9 @@ public function __construct(LocationService $locationService) } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws NotFoundException + * @throws UnauthorizedException + * @throws BadStateException */ public function resolveLocation(ContentInfo $contentInfo): Location { diff --git a/src/lib/Repository/LocationService.php b/src/lib/Repository/LocationService.php index 6dcc99fa2a..d5006e585d 100644 --- a/src/lib/Repository/LocationService.php +++ b/src/lib/Repository/LocationService.php @@ -16,7 +16,10 @@ use Ibexa\Contracts\Core\Persistence\Filter\Location\Handler as LocationFilteringHandler; use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Repository\ContentTypeService; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\LocationService as LocationServiceInterface; use Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface; use Ibexa\Contracts\Core\Repository\PermissionCriterionResolver; @@ -55,33 +58,33 @@ */ class LocationService implements LocationServiceInterface { - /** @var \Ibexa\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\Handler */ + /** @var Handler */ protected $persistenceHandler; /** @var array */ protected $settings; - /** @var \Ibexa\Core\Repository\Mapper\ContentDomainMapper */ + /** @var ContentDomainMapper */ protected $contentDomainMapper; protected NameSchemaServiceInterface $nameSchemaService; - /** @var \Ibexa\Contracts\Core\Repository\PermissionCriterionResolver */ + /** @var PermissionCriterionResolver */ protected $permissionCriterionResolver; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ private $logger; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; - /** @var \Ibexa\Contracts\Core\Persistence\Filter\Location\Handler */ + /** @var LocationFilteringHandler */ private $locationFilteringHandler; - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeService */ protected $contentTypeService; /** @@ -123,13 +126,15 @@ public function __construct( * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user does not have read access to the whole source subtree * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the target location is a sub location of the given location * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $subtree - the subtree denoted by the location to copy - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $targetParentLocation - the target parent location for the copy operation + * @param Location $subtree - the subtree denoted by the location to copy + * @param Location $targetParentLocation - the target parent location for the copy operation * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location The newly created location of the copied subtree + * @return Location The newly created location of the copied subtree */ - public function copySubtree(APILocation $subtree, APILocation $targetParentLocation): APILocation - { + public function copySubtree( + APILocation $subtree, + APILocation $targetParentLocation + ): APILocation { $loadedSubtree = $this->loadLocation($subtree->id); $loadedTargetLocation = $this->loadLocation($targetParentLocation->id); @@ -177,8 +182,11 @@ public function copySubtree(APILocation $subtree, APILocation $targetParentLocat /** * {@inheritdoc} */ - public function loadLocation(int $locationId, ?array $prioritizedLanguages = null, ?bool $useAlwaysAvailable = null): APILocation - { + public function loadLocation( + int $locationId, + ?array $prioritizedLanguages = null, + ?bool $useAlwaysAvailable = null + ): APILocation { $spiLocation = $this->persistenceHandler->locationHandler()->load($locationId, $prioritizedLanguages, $useAlwaysAvailable ?? true); $location = $this->contentDomainMapper->buildLocation($spiLocation, $prioritizedLanguages ?: [], $useAlwaysAvailable ?? true); if (!$this->permissionResolver->canUser('content', 'read', $location->getContentInfo(), [$location])) { @@ -191,8 +199,11 @@ public function loadLocation(int $locationId, ?array $prioritizedLanguages = nul /** * {@inheritdoc} */ - public function loadLocationList(array $locationIds, ?array $prioritizedLanguages = null, ?bool $useAlwaysAvailable = null): iterable - { + public function loadLocationList( + array $locationIds, + ?array $prioritizedLanguages = null, + ?bool $useAlwaysAvailable = null + ): iterable { $spiLocations = $this->persistenceHandler->locationHandler()->loadList( $locationIds, $prioritizedLanguages, @@ -237,8 +248,11 @@ public function loadLocationList(array $locationIds, ?array $prioritizedLanguage /** * {@inheritdoc} */ - public function loadLocationByRemoteId(string $remoteId, ?array $prioritizedLanguages = null, ?bool $useAlwaysAvailable = null): APILocation - { + public function loadLocationByRemoteId( + string $remoteId, + ?array $prioritizedLanguages = null, + ?bool $useAlwaysAvailable = null + ): APILocation { $spiLocation = $this->persistenceHandler->locationHandler()->loadByRemoteId($remoteId, $prioritizedLanguages, $useAlwaysAvailable ?? true); $location = $this->contentDomainMapper->buildLocation($spiLocation, $prioritizedLanguages ?: [], $useAlwaysAvailable ?? true); if (!$this->permissionResolver->canUser('content', 'read', $location->getContentInfo(), [$location])) { @@ -251,8 +265,11 @@ public function loadLocationByRemoteId(string $remoteId, ?array $prioritizedLang /** * {@inheritdoc} */ - public function loadLocations(ContentInfo $contentInfo, ?APILocation $rootLocation = null, ?array $prioritizedLanguages = null): iterable - { + public function loadLocations( + ContentInfo $contentInfo, + ?APILocation $rootLocation = null, + ?array $prioritizedLanguages = null + ): iterable { if (!$contentInfo->published) { throw new BadStateException('$contentInfo', 'The Content item has no published versions'); } @@ -277,7 +294,7 @@ public function loadLocations(ContentInfo $contentInfo, ?APILocation $rootLocati /** * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function loadLocationChildren( APILocation $location, @@ -319,8 +336,10 @@ public function loadLocationChildren( /** * {@inheritdoc} */ - public function loadParentLocationsForDraftContent(VersionInfo $versionInfo, ?array $prioritizedLanguages = null): iterable - { + public function loadParentLocationsForDraftContent( + VersionInfo $versionInfo, + ?array $prioritizedLanguages = null + ): iterable { if (!$versionInfo->isDraft()) { throw new BadStateException( '$contentInfo', @@ -394,13 +413,15 @@ protected function buildLocationChildrenFilter(APILocation $location): Filter * or the parent is a sub location of the location of the content * or if set the remoteId exists already * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct $locationCreateStruct + * @param ContentInfo $contentInfo + * @param LocationCreateStruct $locationCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location the newly created Location + * @return Location the newly created Location */ - public function createLocation(ContentInfo $contentInfo, LocationCreateStruct $locationCreateStruct): APILocation - { + public function createLocation( + ContentInfo $contentInfo, + LocationCreateStruct $locationCreateStruct + ): APILocation { $content = $this->contentDomainMapper->buildContentDomainObjectFromPersistence( $this->persistenceHandler->contentHandler()->load($contentInfo->id), $this->persistenceHandler->contentTypeHandler()->load($contentInfo->contentTypeId) @@ -484,13 +505,15 @@ public function createLocation(ContentInfo $contentInfo, LocationCreateStruct $l /** * Updates $location in the content repository. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the remoteId exists already * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user is not allowed to update this location */ - public function updateLocation(APILocation $location, LocationUpdateStruct $locationUpdateStruct): APILocation - { + public function updateLocation( + APILocation $location, + LocationUpdateStruct $locationUpdateStruct + ): APILocation { if (!$this->contentDomainMapper->isValidLocationPriority($locationUpdateStruct->priority)) { throw new InvalidArgumentValue('priority', $locationUpdateStruct->priority, 'LocationUpdateStruct'); } @@ -550,13 +573,15 @@ public function updateLocation(APILocation $location, LocationUpdateStruct $loca /** * Swaps the contents held by $location1 and $location2. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user is not allowed to swap content */ - public function swapLocation(APILocation $location1, APILocation $location2): void - { + public function swapLocation( + APILocation $location1, + APILocation $location2 + ): void { $loadedLocation1 = $this->loadLocation($location1->id); $loadedLocation2 = $this->loadLocation($location2->id); @@ -601,7 +626,7 @@ public function swapLocation(APILocation $location1, APILocation $location2): vo /** * Hides the $location and marks invisible all descendants of $location. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user is not allowed to hide this location @@ -636,7 +661,7 @@ public function hideLocation(APILocation $location): APILocation * This method and marks visible all descendants of $locations * until a hidden location is found. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user is not allowed to unhide this location @@ -668,8 +693,10 @@ public function unhideLocation(APILocation $location): APILocation /** * {@inheritdoc} */ - public function moveSubtree(APILocation $location, APILocation $newParentLocation): void - { + public function moveSubtree( + APILocation $location, + APILocation $newParentLocation + ): void { $location = $this->loadLocation($location->id); $newParentLocation = $this->loadLocation($newParentLocation->id); @@ -729,7 +756,7 @@ public function moveSubtree(APILocation $location, APILocation $newParentLocatio * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user is not allowed to delete this location or a descendant * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location */ public function deleteLocation(APILocation $location): void { @@ -787,12 +814,14 @@ public function deleteLocation(APILocation $location): void * Instantiates a new location create class. * * @param mixed $parentLocationId the parent under which the new location should be created - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType|null $contentType + * @param ContentType|null $contentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct + * @return LocationCreateStruct */ - public function newLocationCreateStruct($parentLocationId, ?ContentType $contentType = null): LocationCreateStruct - { + public function newLocationCreateStruct( + $parentLocationId, + ?ContentType $contentType = null + ): LocationCreateStruct { $properties = [ 'parentLocationId' => $parentLocationId, ]; @@ -807,7 +836,7 @@ public function newLocationCreateStruct($parentLocationId, ?ContentType $content /** * Instantiates a new location update class. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LocationUpdateStruct + * @return LocationUpdateStruct */ public function newLocationUpdateStruct(): LocationUpdateStruct { @@ -832,13 +861,15 @@ public function getAllLocationsCount(): int * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location[] + * @return Location[] * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - public function loadAllLocations(int $offset = 0, int $limit = 25): array - { + public function loadAllLocations( + int $offset = 0, + int $limit = 25 + ): array { $spiLocations = $this->persistenceHandler->locationHandler()->loadAllLocations( $offset, $limit @@ -893,8 +924,10 @@ static function (SPILocation $spiLocation) { /** * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - public function find(Filter $filter, ?array $languages = null): LocationList - { + public function find( + Filter $filter, + ?array $languages = null + ): LocationList { $filter = clone $filter; if (!empty($languages)) { $filter->andWithCriterion(new LanguageCode($languages)); @@ -931,8 +964,10 @@ public function find(Filter $filter, ?array $languages = null): LocationList ); } - public function count(Filter $filter, ?array $languages = null): int - { + public function count( + Filter $filter, + ?array $languages = null + ): int { $filter = clone $filter; if (!empty($languages)) { $filter->andWithCriterion(new LanguageCode($languages)); @@ -956,7 +991,7 @@ public function count(Filter $filter, ?array $languages = null): int /** * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException + * @throws InvalidCriterionArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException */ diff --git a/src/lib/Repository/Mapper/ContentDomainMapper.php b/src/lib/Repository/Mapper/ContentDomainMapper.php index 093582cf39..3020bc38c7 100644 --- a/src/lib/Repository/Mapper/ContentDomainMapper.php +++ b/src/lib/Repository/Mapper/ContentDomainMapper.php @@ -10,12 +10,15 @@ use DateTime; use Ibexa\Contracts\Core\Persistence\Content as SPIContent; use Ibexa\Contracts\Core\Persistence\Content\ContentInfo as SPIContentInfo; +use Ibexa\Contracts\Core\Persistence\Content\Handler; use Ibexa\Contracts\Core\Persistence\Content\Handler as ContentHandler; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; use Ibexa\Contracts\Core\Persistence\Content\Location as SPILocation; +use Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct as SPILocationCreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Location\Handler as LocationHandler; use Ibexa\Contracts\Core\Persistence\Content\Relation as SPIRelation; +use Ibexa\Contracts\Core\Persistence\Content\Type; use Ibexa\Contracts\Core\Persistence\Content\Type as SPIContentType; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as TypeHandler; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo as SPIVersionInfo; @@ -25,6 +28,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; +use Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo as APIVersionInfo; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; @@ -54,25 +58,25 @@ class ContentDomainMapper extends ProxyAwareDomainMapper implements LoggerAwareI public const MAX_LOCATION_PRIORITY = 2147483647; public const MIN_LOCATION_PRIORITY = -2147483648; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Handler */ + /** @var Handler */ protected $contentHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Handler */ + /** @var LocationHandler */ protected $locationHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler */ + /** @var TypeHandler */ protected $contentTypeHandler; - /** @var \Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper */ + /** @var ContentTypeDomainMapper */ protected $contentTypeDomainMapper; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler */ + /** @var LanguageHandler */ protected $contentLanguageHandler; - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry */ + /** @var FieldTypeRegistry */ protected $fieldTypeRegistry; - /** @var \Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\ThumbnailStrategy */ + /** @var ThumbnailStrategy */ private $thumbnailStrategy; public function __construct( @@ -100,12 +104,12 @@ public function __construct( /** * Builds a Content domain object from value object. * - * @param \Ibexa\Contracts\Core\Persistence\Content $spiContent - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param SPIContent $spiContent + * @param ContentType $contentType * @param array $prioritizedLanguages Prioritized language codes to filter fields on * @param string|null $fieldAlwaysAvailableLanguage Language code fallback if a given field is not found in $prioritizedLanguages * - * @return \Ibexa\Core\Repository\Values\Content\Content + * @return Content */ public function buildContentDomainObject( SPIContent $spiContent, @@ -155,12 +159,12 @@ public function buildContentDomainObject( /** * Builds a Content domain object from value object returned from persistence. * - * @param \Ibexa\Contracts\Core\Persistence\Content $spiContent - * @param \Ibexa\Contracts\Core\Persistence\Content\Type $spiContentType + * @param SPIContent $spiContent + * @param Type $spiContentType * @param array $prioritizedLanguages Prioritized language codes to filter fields on * @param string|null $fieldAlwaysAvailableLanguage Language code fallback if a given field is not found in $prioritizedLanguages * - * @return \Ibexa\Core\Repository\Values\Content\Content + * @return Content */ public function buildContentDomainObjectFromPersistence( SPIContent $spiContent, @@ -177,7 +181,7 @@ public function buildContentDomainObjectFromPersistence( * Builds a Content proxy object (lazy loaded, loads as soon as used). */ public function buildContentProxy( - SPIContent\ContentInfo $info, + SPIContentInfo $info, array $prioritizedLanguages = [], bool $useAlwaysAvailable = true ): APIContent { @@ -191,11 +195,11 @@ public function buildContentProxy( /** * Builds a list of Content proxy objects (lazy loaded, loads all as soon as one of them loads). * - * @param \Ibexa\Contracts\Core\Persistence\Content\ContentInfo[] $infoList + * @param SPIContentInfo[] $infoList * @param string[] $prioritizedLanguages * @param bool $useAlwaysAvailable * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content[] + * @return APIContent[] */ public function buildContentProxyList( array $infoList, @@ -217,15 +221,15 @@ public function buildContentProxyList( /** * Returns an array of domain fields created from given array of SPI fields. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType On invalid $contentType + * @throws InvalidArgumentType On invalid $contentType * - * @param \Ibexa\Contracts\Core\Persistence\Content\Field[] $spiFields - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType|\Ibexa\Contracts\Core\Persistence\Content\Type $contentType + * @param SPIContent\Field[] $spiFields + * @param ContentType|Type $contentType * @param string[] $prioritizedLanguages A language priority, filters returned fields and is used as prioritized language code on * returned value object. If not given all languages are returned. * @param string|null $alwaysAvailableLanguage Language code fallback if a given field is not found in $prioritizedLanguages * - * @return array<\Ibexa\Contracts\Core\Repository\Values\Content\Field> + * @return array */ public function buildDomainFields( array $spiFields, @@ -300,13 +304,15 @@ public function buildDomainFields( /** * Builds a VersionInfo domain object from value object returned from persistence. * - * @param \Ibexa\Contracts\Core\Persistence\Content\VersionInfo $spiVersionInfo + * @param SPIVersionInfo $spiVersionInfo * @param array $prioritizedLanguages * - * @return \Ibexa\Core\Repository\Values\Content\VersionInfo + * @return VersionInfo */ - public function buildVersionInfoDomainObject(SPIVersionInfo $spiVersionInfo, array $prioritizedLanguages = []) - { + public function buildVersionInfoDomainObject( + SPIVersionInfo $spiVersionInfo, + array $prioritizedLanguages = [] + ) { // Map SPI statuses to API switch ($spiVersionInfo->status) { case SPIVersionInfo::STATUS_ARCHIVED: @@ -354,9 +360,9 @@ public function buildVersionInfoDomainObject(SPIVersionInfo $spiVersionInfo, arr /** * Builds a ContentInfo domain object from value object returned from persistence. * - * @param \Ibexa\Contracts\Core\Persistence\Content\ContentInfo $spiContentInfo + * @param SPIContentInfo $spiContentInfo * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ public function buildContentInfoDomainObject(SPIContentInfo $spiContentInfo) { @@ -408,9 +414,9 @@ public function buildContentInfoDomainObject(SPIContentInfo $spiContentInfo) /** * Builds API Relation object from provided SPI Relation object. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Relation $spiRelation - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $sourceContentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $destinationContentInfo + * @param SPIRelation $spiRelation + * @param ContentInfo $sourceContentInfo + * @param ContentInfo $destinationContentInfo * * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation */ @@ -481,11 +487,11 @@ public function buildLocation( } /** - * @param \Ibexa\Contracts\Core\Persistence\Content\Location $spiLocation - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content|null $content - * @param \Ibexa\Contracts\Core\Persistence\Content\ContentInfo|null $spiContentInfo + * @param SPILocation $spiLocation + * @param APIContent|null $content + * @param SPIContentInfo|null $spiContentInfo * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return APILocation * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ @@ -518,9 +524,9 @@ public function buildLocationWithContent( /** * Builds API Location object for tree root. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Location $spiLocation + * @param SPILocation $spiLocation * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return APILocation */ private function buildRootLocation(SPILocation $spiLocation): APILocation { @@ -596,13 +602,15 @@ private function mapLocation( * * Loading of Content objects are done in bulk. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult $result SPI search result with SPI ContentInfo items as hits + * @param SearchResult $result SPI search result with SPI ContentInfo items as hits * @param array $languageFilter * - * @return \Ibexa\Contracts\Core\Persistence\Content\ContentInfo[] ContentInfo we did not find content for is returned. + * @return SPIContentInfo[] ContentInfo we did not find content for is returned. */ - public function buildContentDomainObjectsOnSearchResult(SearchResult $result, array $languageFilter) - { + public function buildContentDomainObjectsOnSearchResult( + SearchResult $result, + array $languageFilter + ) { if (empty($result->searchHits)) { return []; } @@ -612,7 +620,7 @@ public function buildContentDomainObjectsOnSearchResult(SearchResult $result, ar $translations = $languageFilter['languages'] ?? []; $useAlwaysAvailable = $languageFilter['useAlwaysAvailable'] ?? true; foreach ($result->searchHits as $hit) { - /** @var \Ibexa\Contracts\Core\Persistence\Content\ContentInfo $info */ + /** @var SPIContentInfo $info */ $info = $hit->valueObject; $contentIds[] = $info->id; $contentTypeIds[] = $info->contentTypeId; @@ -655,13 +663,15 @@ public function buildContentDomainObjectsOnSearchResult(SearchResult $result, ar * This is done in order to be able to: * Load ContentInfo objects in bulk, generate proxy objects for Content that will loaded in bulk on-demand (on use). * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult $result SPI search result with SPI Location items as hits + * @param SearchResult $result SPI search result with SPI Location items as hits * @param array $languageFilter * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location[] Locations we did not find content info for is returned. + * @return SPILocation[] Locations we did not find content info for is returned. */ - public function buildLocationDomainObjectsOnSearchResult(SearchResult $result, array $languageFilter) - { + public function buildLocationDomainObjectsOnSearchResult( + SearchResult $result, + array $languageFilter + ) { if (empty($result->searchHits)) { return []; } @@ -699,14 +709,14 @@ public function buildLocationDomainObjectsOnSearchResult(SearchResult $result, a * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct $locationCreateStruct - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $parentLocation + * @param LocationCreateStruct $locationCreateStruct + * @param APILocation $parentLocation * @param mixed $mainLocation * @param mixed $contentId * @param mixed $contentVersionNo * @param bool $isContentHidden * - * @return \Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct + * @return CreateStruct */ public function buildSPILocationCreateStruct( $locationCreateStruct, @@ -836,8 +846,10 @@ public function isValidLocationPriority(?int $priority): bool * @param mixed $list * @param string $argumentName */ - public function validateTranslatedList($list, $argumentName) - { + public function validateTranslatedList( + $list, + $argumentName + ) { if (!is_array($list)) { throw new InvalidArgumentType($argumentName, 'array', $list); } @@ -859,7 +871,7 @@ public function validateTranslatedList($list, $argumentName) * * @param int $timestamp * - * @return \DateTime + * @return DateTime */ public function getDateTime($timestamp) { @@ -886,7 +898,7 @@ public function getUniqueHash($object): string /** * Returns true if given location is a tree root. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Location $spiLocation + * @param SPILocation $spiLocation * * @return bool */ diff --git a/src/lib/Repository/Mapper/ContentLocationMapper/ContentLocationMapper.php b/src/lib/Repository/Mapper/ContentLocationMapper/ContentLocationMapper.php index 5744d06cc2..05b18bc034 100644 --- a/src/lib/Repository/Mapper/ContentLocationMapper/ContentLocationMapper.php +++ b/src/lib/Repository/Mapper/ContentLocationMapper/ContentLocationMapper.php @@ -17,7 +17,10 @@ public function hasMapping(int $locationId): bool; public function getMapping(int $locationId): int; - public function setMapping(int $locationId, int $contentId): void; + public function setMapping( + int $locationId, + int $contentId + ): void; public function removeMapping(int $locationId): void; } diff --git a/src/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationService.php b/src/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationService.php index 2530991b36..e550613212 100644 --- a/src/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationService.php +++ b/src/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationService.php @@ -21,7 +21,7 @@ */ final class DecoratedLocationService extends LocationServiceDecorator { - /** @var \Ibexa\Core\Repository\Mapper\ContentLocationMapper\ContentLocationMapper */ + /** @var ContentLocationMapper */ private $contentLocationMapper; public function __construct( @@ -117,7 +117,7 @@ public function loadAllLocations( } /** - * @param iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Location> $locationList + * @param iterable $locationList */ private function setLocationMappings(iterable $locationList): void { diff --git a/src/lib/Repository/Mapper/ContentLocationMapper/InMemoryContentLocationMapper.php b/src/lib/Repository/Mapper/ContentLocationMapper/InMemoryContentLocationMapper.php index 31b58b586d..6ae0a1dc3d 100644 --- a/src/lib/Repository/Mapper/ContentLocationMapper/InMemoryContentLocationMapper.php +++ b/src/lib/Repository/Mapper/ContentLocationMapper/InMemoryContentLocationMapper.php @@ -44,8 +44,10 @@ public function getMapping(int $locationId): int return $this->map[$locationId]; } - public function setMapping(int $locationId, int $contentId): void - { + public function setMapping( + int $locationId, + int $contentId + ): void { $this->map[$locationId] = $contentId; } diff --git a/src/lib/Repository/Mapper/ContentMapper.php b/src/lib/Repository/Mapper/ContentMapper.php index cedce66219..dc117d66ba 100644 --- a/src/lib/Repository/Mapper/ContentMapper.php +++ b/src/lib/Repository/Mapper/ContentMapper.php @@ -27,7 +27,7 @@ class ContentMapper /** @var \Ibexa\Core\Persistence\Legacy\Content\Language\Handler */ private $contentLanguageHandler; - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry */ + /** @var FieldTypeRegistry */ private $fieldTypeRegistry; public function __construct( @@ -45,7 +45,7 @@ public function __construct( * or value is set for non-translatable field in language * other than main * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct $contentCreateStruct + * @param ContentCreateStruct $contentCreateStruct * * @return array */ @@ -86,7 +86,7 @@ public function mapFieldsForCreate(ContentCreateStruct $contentCreateStruct): ar /** * Returns all language codes used in given $fields. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct $contentCreateStruct + * @param ContentCreateStruct $contentCreateStruct * * @return string[] */ @@ -122,8 +122,8 @@ public function getLanguageCodesForCreate(ContentCreateStruct $contentCreateStru * or value is set for non-translatable field in language * other than main * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentUpdateStruct $contentUpdateStruct + * @param ContentType $contentType * @param string $mainLanguageCode * * @return array @@ -212,13 +212,15 @@ public function getFieldValueForUpdate( /** * Returns all language codes used in given $fields. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param ContentUpdateStruct $contentUpdateStruct + * @param Content $content * * @return string[] */ - public function getLanguageCodesForUpdate(ContentUpdateStruct $contentUpdateStruct, Content $content): array - { + public function getLanguageCodesForUpdate( + ContentUpdateStruct $contentUpdateStruct, + Content $content + ): array { $languageCodes = array_fill_keys($content->versionInfo->languageCodes, true); $languageCodes[$contentUpdateStruct->initialLanguageCode] = true; @@ -233,7 +235,7 @@ public function getLanguageCodesForUpdate(ContentUpdateStruct $contentUpdateStru /** * Returns only updated language codes. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct + * @param ContentUpdateStruct $contentUpdateStruct * * @return string[] */ @@ -257,13 +259,15 @@ public function getUpdatedLanguageCodes(ContentUpdateStruct $contentUpdateStruct /** * Clones $field with overriding specific properties from given $overrides array. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field * @param array $overrides * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field + * @return Field */ - private function cloneField(Field $field, array $overrides = []): Field - { + private function cloneField( + Field $field, + array $overrides = [] + ): Field { $fieldData = array_merge( [ 'id' => $field->id, @@ -279,12 +283,14 @@ private function cloneField(Field $field, array $overrides = []): Field } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $updatedFields + * @param Field[] $updatedFields * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field[] + * @return Field[] */ - public function getFieldsForUpdate(array $updatedFields, Content $content): array - { + public function getFieldsForUpdate( + array $updatedFields, + Content $content + ): array { $contentType = $content->getContentType(); $fields = []; @@ -321,11 +327,13 @@ public function getFieldsForUpdate(array $updatedFields, Content $content): arra return $fields; } - public function getFieldsForCreate(array $createdFields, ContentType $contentType): array - { + public function getFieldsForCreate( + array $createdFields, + ContentType $contentType + ): array { $fields = []; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Field $createdField */ + /** @var Field $createdField */ foreach ($createdFields as $createdField) { $fieldDefinition = $contentType->getFieldDefinition($createdField->fieldDefIdentifier); diff --git a/src/lib/Repository/Mapper/ContentTypeDomainMapper.php b/src/lib/Repository/Mapper/ContentTypeDomainMapper.php index 881de51212..779f35c036 100644 --- a/src/lib/Repository/Mapper/ContentTypeDomainMapper.php +++ b/src/lib/Repository/Mapper/ContentTypeDomainMapper.php @@ -9,20 +9,28 @@ namespace Ibexa\Core\Repository\Mapper; use DateTime; +use Ibexa\Contracts\Core\FieldType\FieldType; use Ibexa\Contracts\Core\FieldType\FieldType as SPIFieldType; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as SPILanguageHandler; use Ibexa\Contracts\Core\Persistence\Content\Type as SPIContentType; use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition as SPIFieldDefinition; use Ibexa\Contracts\Core\Persistence\Content\Type\Group as SPIContentTypeGroup; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as SPITypeHandler; +use Ibexa\Contracts\Core\Persistence\Content\Type\UpdateStruct; use Ibexa\Contracts\Core\Persistence\Content\Type\UpdateStruct as SPIContentTypeUpdateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType as APIContentType; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft as APIContentTypeDraft; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup as APIContentTypeGroup; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeUpdateStruct as APIContentTypeUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition as APIFieldDefinition; +use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct as APIFieldDefinitionCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionUpdateStruct as APIFieldDefinitionUpdateStruct; +use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Core\Base\Exceptions\ContentTypeFieldDefinitionValidationException; use Ibexa\Core\FieldType\FieldTypeRegistry; @@ -41,13 +49,13 @@ */ class ContentTypeDomainMapper extends ProxyAwareDomainMapper { - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler */ + /** @var Handler */ protected $contentTypeHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler */ + /** @var SPILanguageHandler */ protected $contentLanguageHandler; - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry */ + /** @var FieldTypeRegistry */ protected $fieldTypeRegistry; public function __construct( @@ -115,14 +123,17 @@ public function buildContentTypeDomainObject( /** * Builds ContentType update struct for storage layer. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeUpdateStruct $contentTypeUpdateStruct - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $user + * @param APIContentTypeDraft $contentTypeDraft + * @param ContentTypeUpdateStruct $contentTypeUpdateStruct + * @param UserReference $user * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\UpdateStruct + * @return UpdateStruct */ - public function buildSPIContentTypeUpdateStruct(APIContentTypeDraft $contentTypeDraft, APIContentTypeUpdateStruct $contentTypeUpdateStruct, APIUserReference $user) - { + public function buildSPIContentTypeUpdateStruct( + APIContentTypeDraft $contentTypeDraft, + APIContentTypeUpdateStruct $contentTypeUpdateStruct, + APIUserReference $user + ) { $updateStruct = new SPIContentTypeUpdateStruct(); $updateStruct->identifier = $contentTypeUpdateStruct->identifier !== null ? @@ -191,8 +202,10 @@ public function buildContentTypeDraftDomainObject(SPIContentType $spiContentType /** * Builds a ContentTypeGroup domain object from value object returned by persistence. */ - public function buildContentTypeGroupDomainObject(SPIContentTypeGroup $spiGroup, array $prioritizedLanguages = []): APIContentTypeGroup - { + public function buildContentTypeGroupDomainObject( + SPIContentTypeGroup $spiGroup, + array $prioritizedLanguages = [] + ): APIContentTypeGroup { return new ContentTypeGroup( [ 'id' => $spiGroup->id, @@ -212,14 +225,17 @@ public function buildContentTypeGroupDomainObject(SPIContentTypeGroup $spiGroup, /** * Builds a FieldDefinition domain object from value object returned by persistence. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition $spiFieldDefinition + * @param SPIFieldDefinition $spiFieldDefinition * @param string $mainLanguageCode * @param string[] $prioritizedLanguages * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition + * @return APIFieldDefinition */ - public function buildFieldDefinitionDomainObject(SPIFieldDefinition $spiFieldDefinition, $mainLanguageCode, array $prioritizedLanguages = []) - { + public function buildFieldDefinitionDomainObject( + SPIFieldDefinition $spiFieldDefinition, + $mainLanguageCode, + array $prioritizedLanguages = [] + ) { /** @var $fieldType \Ibexa\Contracts\Core\FieldType\FieldType */ $fieldType = $this->fieldTypeRegistry->getFieldType($spiFieldDefinition->fieldType); $fieldDefinition = new FieldDefinition( @@ -248,14 +264,14 @@ public function buildFieldDefinitionDomainObject(SPIFieldDefinition $spiFieldDef } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDefinition + * @param FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct + * @param APIFieldDefinition $fieldDefinition * @param string $mainLanguageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition + * @return SPIFieldDefinition * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Core\Base\Exceptions\ContentTypeFieldDefinitionValidationException + * @throws InvalidArgumentException + * @throws ContentTypeFieldDefinitionValidationException */ public function buildSPIFieldDefinitionFromUpdateStruct( APIFieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct, @@ -341,13 +357,13 @@ public function buildSPIFieldDefinitionFromUpdateStruct( } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct $fieldDefinitionCreateStruct - * @param \Ibexa\Contracts\Core\FieldType\FieldType $fieldType + * @param FieldDefinitionCreateStruct $fieldDefinitionCreateStruct + * @param FieldType $fieldType * @param string $mainLanguageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition + * @return SPIFieldDefinition * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function buildSPIFieldDefinitionFromCreateStruct( APIFieldDefinitionCreateStruct $fieldDefinitionCreateStruct, diff --git a/src/lib/Repository/Mapper/ProxyAwareDomainMapper.php b/src/lib/Repository/Mapper/ProxyAwareDomainMapper.php index 30936d739c..0a4d1e8c35 100644 --- a/src/lib/Repository/Mapper/ProxyAwareDomainMapper.php +++ b/src/lib/Repository/Mapper/ProxyAwareDomainMapper.php @@ -17,7 +17,7 @@ */ abstract class ProxyAwareDomainMapper { - /** @var \Ibexa\Core\Repository\ProxyFactory\ProxyDomainMapperInterface */ + /** @var ProxyDomainMapperInterface */ protected $proxyFactory; public function __construct(?ProxyDomainMapperInterface $proxyFactory = null) diff --git a/src/lib/Repository/Mapper/RoleDomainMapper.php b/src/lib/Repository/Mapper/RoleDomainMapper.php index 43d4a25819..6daab93d7d 100644 --- a/src/lib/Repository/Mapper/RoleDomainMapper.php +++ b/src/lib/Repository/Mapper/RoleDomainMapper.php @@ -9,9 +9,11 @@ use Ibexa\Contracts\Core\Persistence\User\Policy as SPIPolicy; use Ibexa\Contracts\Core\Persistence\User\Role as SPIRole; +use Ibexa\Contracts\Core\Persistence\User\RoleAssignment; use Ibexa\Contracts\Core\Persistence\User\RoleAssignment as SPIRoleAssignment; use Ibexa\Contracts\Core\Persistence\User\RoleCopyStruct as SPIRoleCopyStruct; use Ibexa\Contracts\Core\Persistence\User\RoleCreateStruct as SPIRoleCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Role as APIRole; use Ibexa\Contracts\Core\Repository\Values\User\RoleCopyStruct as APIRoleCopyStruct; use Ibexa\Contracts\Core\Repository\Values\User\RoleCreateStruct as APIRoleCreateStruct; @@ -32,11 +34,11 @@ */ class RoleDomainMapper { - /** @var \Ibexa\Core\Repository\Permission\LimitationService */ + /** @var LimitationService */ protected $limitationService; /** - * @param \Ibexa\Core\Repository\Permission\LimitationService $limitationService + * @param LimitationService $limitationService */ public function __construct(LimitationService $limitationService) { @@ -46,9 +48,9 @@ public function __construct(LimitationService $limitationService) /** * Maps provided SPI Role value object to API Role value object. * - * @param \Ibexa\Contracts\Core\Persistence\User\Role $role + * @param SPIRole $role * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return APIRole */ public function buildDomainRoleObject(SPIRole $role) { @@ -71,7 +73,7 @@ public function buildDomainRoleObject(SPIRole $role) * Builds a RoleDraft domain object from value object returned by persistence * Decorates Role. * - * @param \Ibexa\Contracts\Core\Persistence\User\Role $spiRole + * @param SPIRole $spiRole * * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft */ @@ -87,7 +89,7 @@ public function buildDomainRoleDraftObject(SPIRole $spiRole) /** * Maps provided SPI Policy value object to API Policy value object. * - * @param \Ibexa\Contracts\Core\Persistence\User\Policy $spiPolicy + * @param SPIPolicy $spiPolicy * * @return \Ibexa\Contracts\Core\Repository\Values\User\Policy|\Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft */ @@ -121,14 +123,17 @@ public function buildDomainPolicyObject(SPIPolicy $spiPolicy) /** * Builds the API UserRoleAssignment object from provided SPI RoleAssignment object. * - * @param \Ibexa\Contracts\Core\Persistence\User\RoleAssignment $spiRoleAssignment - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role + * @param RoleAssignment $spiRoleAssignment + * @param User $user + * @param APIRole $role * * @return \Ibexa\Contracts\Core\Repository\Values\User\UserRoleAssignment */ - public function buildDomainUserRoleAssignmentObject(SPIRoleAssignment $spiRoleAssignment, User $user, APIRole $role) - { + public function buildDomainUserRoleAssignmentObject( + SPIRoleAssignment $spiRoleAssignment, + User $user, + APIRole $role + ) { $limitation = null; if (!empty($spiRoleAssignment->limitationIdentifier)) { $limitation = $this @@ -150,14 +155,17 @@ public function buildDomainUserRoleAssignmentObject(SPIRoleAssignment $spiRoleAs /** * Builds the API UserGroupRoleAssignment object from provided SPI RoleAssignment object. * - * @param \Ibexa\Contracts\Core\Persistence\User\RoleAssignment $spiRoleAssignment - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role + * @param RoleAssignment $spiRoleAssignment + * @param UserGroup $userGroup + * @param APIRole $role * * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroupRoleAssignment */ - public function buildDomainUserGroupRoleAssignmentObject(SPIRoleAssignment $spiRoleAssignment, UserGroup $userGroup, APIRole $role) - { + public function buildDomainUserGroupRoleAssignmentObject( + SPIRoleAssignment $spiRoleAssignment, + UserGroup $userGroup, + APIRole $role + ) { $limitation = null; if (!empty($spiRoleAssignment->limitationIdentifier)) { $limitation = $this @@ -194,8 +202,11 @@ public function buildPersistenceRoleCreateStruct(APIRoleCreateStruct $roleCreate /** * Creates SPI Role copy struct from provided API role copy struct. */ - public function buildPersistenceRoleCopyStruct(APIRoleCopyStruct $roleCopyStruct, int $clonedId, int $status): SPIRoleCopyStruct - { + public function buildPersistenceRoleCopyStruct( + APIRoleCopyStruct $roleCopyStruct, + int $clonedId, + int $status + ): SPIRoleCopyStruct { $policiesToCopy = $this->fillRoleStructWithPolicies($roleCopyStruct); return new SPIRoleCopyStruct( @@ -227,12 +238,15 @@ protected function fillRoleStructWithPolicies(APIRoleCreateStruct $struct): arra * * @param string $module * @param string $function - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] $limitations + * @param Limitation[] $limitations * - * @return \Ibexa\Contracts\Core\Persistence\User\Policy + * @return SPIPolicy */ - public function buildPersistencePolicyObject($module, $function, array $limitations) - { + public function buildPersistencePolicyObject( + $module, + $function, + array $limitations + ) { $limitationsToCreate = '*'; if ($module !== '*' && $function !== '*' && !empty($limitations)) { $limitationsToCreate = []; diff --git a/src/lib/Repository/NameSchema/NameSchemaService.php b/src/lib/Repository/NameSchema/NameSchemaService.php index b9dfabee2e..b1c01a11b3 100644 --- a/src/lib/Repository/NameSchema/NameSchemaService.php +++ b/src/lib/Repository/NameSchema/NameSchemaService.php @@ -74,15 +74,17 @@ public function __construct( $this->fieldTypeRegistry = $fieldTypeRegistry; // Union makes sure default settings are ignored if provided in argument $this->settings = $settings + [ - 'limit' => 150, - 'sequence' => '...', - ]; + 'limit' => 150, + 'sequence' => '...', + ]; $this->eventDispatcher = $eventDispatcher; $this->schemaIdentifierExtractor = $schemaIdentifierExtractor; } - public function resolveUrlAliasSchema(Content $content, ?ContentType $contentType = null): array - { + public function resolveUrlAliasSchema( + Content $content, + ?ContentType $contentType = null + ): array { $contentType ??= $content->getContentType(); $schemaName = $contentType->urlAliasSchema ?: $contentType->nameSchema; $schemaIdentifiers = $this->schemaIdentifierExtractor->extract($schemaName); @@ -163,8 +165,11 @@ protected function extractTokens(string $nameSchema): array * a string. Meta strings denoting token groups are automatically * inferred. */ - protected function resolveToken(string $token, array $titles, array $groupLookupTable): string - { + protected function resolveToken( + string $token, + array $titles, + array $groupLookupTable + ): string { $replaceString = ''; $tokenParts = $this->tokenParts($token); @@ -275,8 +280,10 @@ protected function filterNameSchema(string $nameSchema): array * * @return array */ - public function buildNames(array $tokenValues, string $nameSchema): array - { + public function buildNames( + array $tokenValues, + string $nameSchema + ): array { if (empty($tokenValues)) { throw new UnresolvedTokenNamesException('$tokenValues', 'is Empty'); } diff --git a/src/lib/Repository/NameSchema/UnresolvedTokenNamesException.php b/src/lib/Repository/NameSchema/UnresolvedTokenNamesException.php index 090664857e..2d42e4fd68 100644 --- a/src/lib/Repository/NameSchema/UnresolvedTokenNamesException.php +++ b/src/lib/Repository/NameSchema/UnresolvedTokenNamesException.php @@ -10,6 +10,4 @@ use Ibexa\Contracts\Core\Exception\InvalidArgumentException; -final class UnresolvedTokenNamesException extends InvalidArgumentException -{ -} +final class UnresolvedTokenNamesException extends InvalidArgumentException {} diff --git a/src/lib/Repository/NotificationService.php b/src/lib/Repository/NotificationService.php index 2158b468de..6f3fb2433f 100644 --- a/src/lib/Repository/NotificationService.php +++ b/src/lib/Repository/NotificationService.php @@ -28,11 +28,12 @@ class NotificationService implements NotificationServiceInterface public function __construct( protected Handler $persistenceHandler, protected PermissionResolver $permissionResolver - ) { - } + ) {} - public function loadNotifications(int $offset = 0, int $limit = 25): NotificationList - { + public function loadNotifications( + int $offset = 0, + int $limit = 25 + ): NotificationList { $currentUserId = $this->getCurrentUserId(); $list = new NotificationList(); @@ -178,9 +179,9 @@ public function deleteNotification(APINotification $notification): void /** * Builds Notification domain object from ValueObject returned by Persistence API. * - * @param \Ibexa\Contracts\Core\Persistence\Notification\Notification $spiNotification + * @param Notification $spiNotification * - * @return \Ibexa\Contracts\Core\Repository\Values\Notification\Notification + * @return APINotification */ protected function buildDomainObject(Notification $spiNotification): APINotification { diff --git a/src/lib/Repository/ObjectStateService.php b/src/lib/Repository/ObjectStateService.php index cfc30c0ad7..ea244432c1 100644 --- a/src/lib/Repository/ObjectStateService.php +++ b/src/lib/Repository/ObjectStateService.php @@ -9,12 +9,14 @@ use Exception; use Ibexa\Contracts\Core\Persistence\Content\ObjectState as SPIObjectState; +use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group as SPIObjectStateGroup; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\ObjectStateService as ObjectStateServiceInterface; use Ibexa\Contracts\Core\Repository\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState as APIObjectState; @@ -35,23 +37,23 @@ */ class ObjectStateService implements ObjectStateServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler */ + /** @var Handler */ protected $objectStateHandler; /** @var array */ protected $settings; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; /** * Setups service with reference to repository object that created it & corresponding handler. * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler $objectStateHandler + * @param Repository $repository + * @param Handler $objectStateHandler * @param array $settings */ public function __construct( @@ -75,9 +77,9 @@ public function __construct( * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create an object state group * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the object state group with provided identifier already exists * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroupCreateStruct $objectStateGroupCreateStruct + * @param ObjectStateGroupCreateStruct $objectStateGroupCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup + * @return APIObjectStateGroup */ public function createObjectStateGroup(ObjectStateGroupCreateStruct $objectStateGroupCreateStruct): APIObjectStateGroup { @@ -117,8 +119,10 @@ public function createObjectStateGroup(ObjectStateGroupCreateStruct $objectState /** * {@inheritdoc} */ - public function loadObjectStateGroup(int $objectStateGroupId, array $prioritizedLanguages = []): APIObjectStateGroup - { + public function loadObjectStateGroup( + int $objectStateGroupId, + array $prioritizedLanguages = [] + ): APIObjectStateGroup { $spiObjectStateGroup = $this->objectStateHandler->loadGroup($objectStateGroupId); return $this->buildDomainObjectStateGroupObject($spiObjectStateGroup, $prioritizedLanguages); @@ -136,8 +140,11 @@ public function loadObjectStateGroupByIdentifier( /** * {@inheritdoc} */ - public function loadObjectStateGroups(int $offset = 0, int $limit = -1, array $prioritizedLanguages = []): iterable - { + public function loadObjectStateGroups( + int $offset = 0, + int $limit = -1, + array $prioritizedLanguages = [] + ): iterable { $spiObjectStateGroups = $this->objectStateHandler->loadAllGroups($offset, $limit); $objectStateGroups = []; @@ -154,10 +161,10 @@ public function loadObjectStateGroups(int $offset = 0, int $limit = -1, array $p /** * This method returns the ordered list of object states of a group. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup + * @param APIObjectStateGroup $objectStateGroup * @param string[] $prioritizedLanguages * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState[] + * @return APIObjectState[] */ public function loadObjectStates( APIObjectStateGroup $objectStateGroup, @@ -183,13 +190,15 @@ public function loadObjectStates( * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to update an object state group * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the object state group with provided identifier already exists * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct + * @param APIObjectStateGroup $objectStateGroup + * @param ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup + * @return APIObjectStateGroup */ - public function updateObjectStateGroup(APIObjectStateGroup $objectStateGroup, ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct): APIObjectStateGroup - { + public function updateObjectStateGroup( + APIObjectStateGroup $objectStateGroup, + ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct + ): APIObjectStateGroup { if (!$this->permissionResolver->canUser('state', 'administrate', $objectStateGroup)) { throw new UnauthorizedException('state', 'administrate'); } @@ -238,7 +247,7 @@ public function updateObjectStateGroup(APIObjectStateGroup $objectStateGroup, Ob * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete an object state group * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup + * @param APIObjectStateGroup $objectStateGroup */ public function deleteObjectStateGroup(APIObjectStateGroup $objectStateGroup): void { @@ -267,13 +276,15 @@ public function deleteObjectStateGroup(APIObjectStateGroup $objectStateGroup): v * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create an object state * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the object state with provided identifier already exists in the same group * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateCreateStruct $objectStateCreateStruct + * @param APIObjectStateGroup $objectStateGroup + * @param ObjectStateCreateStruct $objectStateCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState + * @return APIObjectState */ - public function createObjectState(APIObjectStateGroup $objectStateGroup, ObjectStateCreateStruct $objectStateCreateStruct): APIObjectState - { + public function createObjectState( + APIObjectStateGroup $objectStateGroup, + ObjectStateCreateStruct $objectStateCreateStruct + ): APIObjectState { if (!$this->permissionResolver->canUser('state', 'administrate', $objectStateCreateStruct, [$objectStateGroup])) { throw new UnauthorizedException('state', 'administrate'); } @@ -322,8 +333,10 @@ public function createObjectState(APIObjectStateGroup $objectStateGroup, ObjectS /** * {@inheritdoc} */ - public function loadObjectState(int $stateId, array $prioritizedLanguages = []): APIObjectState - { + public function loadObjectState( + int $stateId, + array $prioritizedLanguages = [] + ): APIObjectState { $spiObjectState = $this->objectStateHandler->load($stateId); return $this->buildDomainObjectStateObject($spiObjectState, null, $prioritizedLanguages); @@ -348,13 +361,15 @@ public function loadObjectStateByIdentifier( * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to update an object state * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the object state with provided identifier already exists in the same group * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateUpdateStruct $objectStateUpdateStruct + * @param APIObjectState $objectState + * @param ObjectStateUpdateStruct $objectStateUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState + * @return APIObjectState */ - public function updateObjectState(APIObjectState $objectState, ObjectStateUpdateStruct $objectStateUpdateStruct): APIObjectState - { + public function updateObjectState( + APIObjectState $objectState, + ObjectStateUpdateStruct $objectStateUpdateStruct + ): APIObjectState { if (!$this->permissionResolver->canUser('state', 'administrate', $objectState)) { throw new UnauthorizedException('state', 'administrate'); } @@ -407,11 +422,13 @@ public function updateObjectState(APIObjectState $objectState, ObjectStateUpdate * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to change priority on an object state * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState + * @param APIObjectState $objectState * @param int $priority */ - public function setPriorityOfObjectState(APIObjectState $objectState, int $priority): void - { + public function setPriorityOfObjectState( + APIObjectState $objectState, + int $priority + ): void { if (!$this->permissionResolver->canUser('state', 'administrate', $objectState)) { throw new UnauthorizedException('state', 'administrate'); } @@ -437,7 +454,7 @@ public function setPriorityOfObjectState(APIObjectState $objectState, int $prior * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete an object state * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState + * @param APIObjectState $objectState */ public function deleteObjectState(APIObjectState $objectState): void { @@ -463,12 +480,15 @@ public function deleteObjectState(APIObjectState $objectState): void * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the object state does not belong to the given group * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to change the object state * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState + * @param ContentInfo $contentInfo + * @param APIObjectStateGroup $objectStateGroup + * @param APIObjectState $objectState */ - public function setContentState(ContentInfo $contentInfo, APIObjectStateGroup $objectStateGroup, APIObjectState $objectState): void - { + public function setContentState( + ContentInfo $contentInfo, + APIObjectStateGroup $objectStateGroup, + APIObjectState $objectState + ): void { if (!$this->permissionResolver->canUser('state', 'assign', $contentInfo, [$objectState])) { throw new UnauthorizedException('state', 'assign', ['contentId' => $contentInfo->id]); } @@ -498,13 +518,15 @@ public function setContentState(ContentInfo $contentInfo, APIObjectStateGroup $o * * The $state is the id of the state within one group. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup + * @param ContentInfo $contentInfo + * @param APIObjectStateGroup $objectStateGroup * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState + * @return APIObjectState */ - public function getContentState(ContentInfo $contentInfo, APIObjectStateGroup $objectStateGroup): APIObjectState - { + public function getContentState( + ContentInfo $contentInfo, + APIObjectStateGroup $objectStateGroup + ): APIObjectState { $spiObjectState = $this->objectStateHandler->getContentState( $contentInfo->id, $objectStateGroup->id @@ -516,7 +538,7 @@ public function getContentState(ContentInfo $contentInfo, APIObjectStateGroup $o /** * Returns the number of objects which are in this state. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState + * @param APIObjectState $objectState * * @return int */ @@ -532,7 +554,7 @@ public function getContentCount(APIObjectState $objectState): int * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroupCreateStruct + * @return ObjectStateGroupCreateStruct */ public function newObjectStateGroupCreateStruct(string $identifier): ObjectStateGroupCreateStruct { @@ -545,7 +567,7 @@ public function newObjectStateGroupCreateStruct(string $identifier): ObjectState /** * Instantiates a new Object State Group Update Struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroupUpdateStruct + * @return ObjectStateGroupUpdateStruct */ public function newObjectStateGroupUpdateStruct(): ObjectStateGroupUpdateStruct { @@ -557,7 +579,7 @@ public function newObjectStateGroupUpdateStruct(): ObjectStateGroupUpdateStruct * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateCreateStruct + * @return ObjectStateCreateStruct */ public function newObjectStateCreateStruct(string $identifier): ObjectStateCreateStruct { @@ -570,7 +592,7 @@ public function newObjectStateCreateStruct(string $identifier): ObjectStateCreat /** * Instantiates a new Object State Update Struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateUpdateStruct + * @return ObjectStateUpdateStruct */ public function newObjectStateUpdateStruct(): ObjectStateUpdateStruct { @@ -580,11 +602,11 @@ public function newObjectStateUpdateStruct(): ObjectStateUpdateStruct /** * Converts the object state SPI value object to API value object. * - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState $spiObjectState - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup|null $objectStateGroup + * @param SPIObjectState $spiObjectState + * @param APIObjectStateGroup|null $objectStateGroup * @param string[] $prioritizedLanguages * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState + * @return APIObjectState */ protected function buildDomainObjectStateObject( SPIObjectState $spiObjectState, @@ -611,10 +633,10 @@ protected function buildDomainObjectStateObject( /** * Converts the object state group SPI value object to API value object. * - * @param \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group $spiObjectStateGroup + * @param Group $spiObjectStateGroup * @param array $prioritizedLanguages * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup + * @return APIObjectStateGroup */ protected function buildDomainObjectStateGroupObject( SPIObjectStateGroup $spiObjectStateGroup, @@ -641,7 +663,7 @@ protected function buildDomainObjectStateGroupObject( * @param string[] $names * @param string[]|null $descriptions * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct + * @return InputStruct */ protected function buildCreateInputStruct( string $identifier, @@ -699,13 +721,13 @@ protected function buildCreateInputStruct( /** * Validates input for updating object states and builds the InputStruct object. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState + * @param APIObjectState $objectState * @param string|null $identifier * @param string|null $defaultLanguageCode * @param string[]|null $names * @param string[]|null $descriptions * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct + * @return InputStruct */ protected function buildObjectStateUpdateInputStruct( APIObjectState $objectState, @@ -768,13 +790,13 @@ protected function buildObjectStateUpdateInputStruct( /** * Validates input for updating object state groups and builds the InputStruct object. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup + * @param APIObjectStateGroup $objectStateGroup * @param string|null $identifier * @param string|null $defaultLanguageCode * @param string[]|null $names * @param string[]|null $descriptions * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct + * @return InputStruct */ protected function buildObjectStateGroupUpdateInputStruct( APIObjectStateGroup $objectStateGroup, diff --git a/src/lib/Repository/Permission/CachedPermissionService.php b/src/lib/Repository/Permission/CachedPermissionService.php index e82bd87c38..21f9cffad0 100644 --- a/src/lib/Repository/Permission/CachedPermissionService.php +++ b/src/lib/Repository/Permission/CachedPermissionService.php @@ -9,7 +9,9 @@ namespace Ibexa\Core\Repository\Permission; use Exception; +use Ibexa\Contracts\Core\Repository\PermissionCriterionResolver; use Ibexa\Contracts\Core\Repository\PermissionCriterionResolver as APIPermissionCriterionResolver; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\PermissionResolver as APIPermissionResolver; use Ibexa\Contracts\Core\Repository\PermissionService; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; @@ -49,7 +51,7 @@ class CachedPermissionService implements PermissionService * * Value is null if not yet set or cleared. * - * @var bool|\Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface|null + * @var bool|CriterionInterface|null */ private $permissionCriterion; @@ -63,8 +65,8 @@ class CachedPermissionService implements PermissionService /** * CachedPermissionService constructor. * - * @param \Ibexa\Contracts\Core\Repository\PermissionResolver $innerPermissionResolver - * @param \Ibexa\Contracts\Core\Repository\PermissionCriterionResolver $permissionCriterionResolver + * @param PermissionResolver $innerPermissionResolver + * @param PermissionCriterionResolver $permissionCriterionResolver * @param int $cacheTTL By default set to 5 seconds, should be low to avoid to many permission exceptions on long running requests / processes (even if tolerant search service should handle that) */ public function __construct( @@ -88,13 +90,20 @@ public function setCurrentUserReference(UserReference $userReference): void $this->innerPermissionResolver->setCurrentUserReference($userReference); } - public function hasAccess(string $module, string $function, ?UserReference $userReference = null) - { + public function hasAccess( + string $module, + string $function, + ?UserReference $userReference = null + ) { return $this->innerPermissionResolver->hasAccess($module, $function, $userReference); } - public function canUser(string $module, string $function, object $object, array $targets = []): bool - { + public function canUser( + string $module, + string $function, + object $object, + array $targets = [] + ): bool { return $this->innerPermissionResolver->canUser($module, $function, $object, $targets); } @@ -111,8 +120,11 @@ public function lookupLimitations( return $this->innerPermissionResolver->lookupLimitations($module, $function, $object, $targets, $limitationsIdentifiers); } - public function getPermissionsCriterion(string $module = 'content', string $function = 'read', ?array $targets = null) - { + public function getPermissionsCriterion( + string $module = 'content', + string $function = 'read', + ?array $targets = null + ) { // We only cache content/read lookup as those are the once frequently done, and it's only one we can safely // do that won't harm the system if it becomes stale (but user might experience permissions exceptions if it do) if ($module !== 'content' || $function !== 'read' || $this->sudoNestingLevel > 0) { @@ -135,8 +147,10 @@ public function getPermissionsCriterion(string $module = 'content', string $func /** * @internal For internal use only, do not depend on this method. */ - public function sudo(callable $callback, RepositoryInterface $outerRepository) - { + public function sudo( + callable $callback, + RepositoryInterface $outerRepository + ) { ++$this->sudoNestingLevel; try { $returnValue = $this->innerPermissionResolver->sudo($callback, $outerRepository); diff --git a/src/lib/Repository/Permission/LimitationService.php b/src/lib/Repository/Permission/LimitationService.php index aec9ae9776..3ea34b437d 100644 --- a/src/lib/Repository/Permission/LimitationService.php +++ b/src/lib/Repository/Permission/LimitationService.php @@ -8,7 +8,9 @@ namespace Ibexa\Core\Repository\Permission; +use Ibexa\Contracts\Core\FieldType\ValidationError; use Ibexa\Contracts\Core\Limitation\Type; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Base\Exceptions\NotFound\LimitationNotFoundException; @@ -21,7 +23,7 @@ */ class LimitationService { - /** @var \Ibexa\Contracts\Core\Limitation\Type[] */ + /** @var Type[] */ private $limitationTypes; public function __construct(?Traversable $limitationTypes = null) @@ -37,7 +39,7 @@ public function __construct(?Traversable $limitationTypes = null) * Returns the correct implementation of API Limitation value object * based on provided identifier * - * @throws \Ibexa\Core\Base\Exceptions\NotFound\LimitationNotFoundException + * @throws LimitationNotFoundException */ public function getLimitationType(string $identifier): Type { @@ -51,12 +53,12 @@ public function getLimitationType(string $identifier): Type /** * Validates an array of Limitations. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] $limitations + * @param Limitation[] $limitations * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function validateLimitations(array $limitations): array { @@ -74,10 +76,10 @@ public function validateLimitations(array $limitations): array /** * Validates single Limitation. * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If the Role settings is in a bad state*@throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If the Role settings is in a bad state*@throws InvalidArgumentException + * @throws InvalidArgumentException */ public function validateLimitation(Limitation $limitation): array { diff --git a/src/lib/Repository/Permission/PermissionCriterionResolver.php b/src/lib/Repository/Permission/PermissionCriterionResolver.php index 9aa0880372..87edb41509 100644 --- a/src/lib/Repository/Permission/PermissionCriterionResolver.php +++ b/src/lib/Repository/Permission/PermissionCriterionResolver.php @@ -9,12 +9,15 @@ namespace Ibexa\Core\Repository\Permission; use Ibexa\Contracts\Core\Repository\PermissionCriterionResolver as APIPermissionCriterionResolver; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\PermissionResolver as PermissionResolverInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalOperator; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalOr; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\User\Limitation; +use Ibexa\Contracts\Core\Repository\Values\User\Policy; use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Core\Limitation\TargetOnlyLimitationType; use RuntimeException; @@ -24,17 +27,17 @@ */ class PermissionCriterionResolver implements APIPermissionCriterionResolver { - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $innerPermissionResolver; - /** @var \Ibexa\Core\Repository\Permission\LimitationService */ + /** @var LimitationService */ private $limitationService; /** * Constructor. * - * @param \Ibexa\Contracts\Core\Repository\PermissionResolver $innerPermissionResolver - * @param \Ibexa\Core\Repository\Permission\LimitationService $limitationService + * @param PermissionResolver $innerPermissionResolver + * @param LimitationService $limitationService */ public function __construct( PermissionResolverInterface $innerPermissionResolver, @@ -50,8 +53,11 @@ public function __construct( * @uses \Ibexa\Contracts\Core\Repository\PermissionResolver::getCurrentUserReference() * @uses \Ibexa\Contracts\Core\Repository\PermissionResolver::hasAccess() */ - public function getPermissionsCriterion(string $module = 'content', string $function = 'read', ?array $targets = null) - { + public function getPermissionsCriterion( + string $module = 'content', + string $function = 'read', + ?array $targets = null + ) { $permissionSets = $this->innerPermissionResolver->hasAccess($module, $function); if (is_bool($permissionSets)) { return $permissionSets; @@ -72,7 +78,7 @@ public function getPermissionsCriterion(string $module = 'content', string $func foreach ($permissionSets as $permissionSet) { // $permissionSet is a RoleAssignment, but in the form of role limitation & role policies hash $policyOrCriteria = []; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Policy */ + /** @var Policy */ foreach ($permissionSet['policies'] as $policy) { $limitations = $policy->getLimitations(); if (empty($limitations)) { @@ -95,7 +101,7 @@ public function getPermissionsCriterion(string $module = 'content', string $func /** * Apply role limitations if there is one. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @var Limitation[] */ if ($permissionSet['limitation'] instanceof Limitation) { // We need to match both the limitation AND *one* of the policies, aka; roleLimit AND policies(OR) @@ -133,14 +139,17 @@ public function getPermissionsCriterion(string $module = 'content', string $func } /** - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserReference $currentUserRef + * @param Limitation $limitation + * @param UserReference $currentUserRef * @param array|null $targets * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface|\Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalOperator + * @return CriterionInterface|LogicalOperator */ - private function getCriterionForLimitation(Limitation $limitation, UserReference $currentUserRef, ?array $targets): CriterionInterface - { + private function getCriterionForLimitation( + Limitation $limitation, + UserReference $currentUserRef, + ?array $targets + ): CriterionInterface { $type = $this->limitationService->getLimitationType($limitation->getIdentifier()); if ($type instanceof TargetOnlyLimitationType) { return $type->getCriterionByTarget($limitation, $currentUserRef, $targets); diff --git a/src/lib/Repository/Permission/PermissionResolver.php b/src/lib/Repository/Permission/PermissionResolver.php index 5f2de9b3b1..cc6ba6a781 100644 --- a/src/lib/Repository/Permission/PermissionResolver.php +++ b/src/lib/Repository/Permission/PermissionResolver.php @@ -11,13 +11,19 @@ use Exception; use Ibexa\Contracts\Core\Limitation\Target; use Ibexa\Contracts\Core\Limitation\TargetAwareType; +use Ibexa\Contracts\Core\Limitation\Type; use Ibexa\Contracts\Core\Limitation\Type as LimitationType; +use Ibexa\Contracts\Core\Persistence\User\Handler; use Ibexa\Contracts\Core\Persistence\User\Handler as UserHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\PermissionResolver as PermissionResolverInterface; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\LookupLimitationResult; use Ibexa\Contracts\Core\Repository\Values\User\LookupPolicyLimitations; +use Ibexa\Contracts\Core\Repository\Values\User\Policy; use Ibexa\Contracts\Core\Repository\Values\User\UserReference as APIUserReference; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\Base\Exceptions\InvalidArgumentValue; @@ -36,19 +42,19 @@ class PermissionResolver implements PermissionResolverInterface */ private $sudoNestingLevel = 0; - /** @var \Ibexa\Core\Repository\Mapper\RoleDomainMapper */ + /** @var RoleDomainMapper */ private $roleDomainMapper; - /** @var \Ibexa\Core\Repository\Permission\LimitationService */ + /** @var LimitationService */ private $limitationService; - /** @var \Ibexa\Contracts\Core\Persistence\User\Handler */ + /** @var Handler */ private $userHandler; /** * Currently logged in user reference for permission purposes. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\UserReference + * @var APIUserReference */ private $currentUserRef; @@ -59,7 +65,7 @@ class PermissionResolver implements PermissionResolverInterface */ private $policyMap; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; /** @@ -100,8 +106,11 @@ public function setCurrentUserReference(APIUserReference $userReference): void $this->currentUserRef = $userReference; } - public function hasAccess(string $module, string $function, ?APIUserReference $userReference = null) - { + public function hasAccess( + string $module, + string $function, + ?APIUserReference $userReference = null + ) { if (!isset($this->policyMap[$module])) { throw new InvalidArgumentValue('module', "module: {$module}/ function: {$function}"); } elseif (!array_key_exists($function, $this->policyMap[$module])) { @@ -166,8 +175,12 @@ public function hasAccess(string $module, string $function, ?APIUserReference $u return false; // No policies matching $module and $function, or they contained limitations } - public function canUser(string $module, string $function, object $object, array $targets = []): bool - { + public function canUser( + string $module, + string $function, + object $object, + array $targets = [] + ): bool { $permissionSets = $this->hasAccess($module, $function); if ($permissionSets === false || $permissionSets === true) { return $permissionSets; @@ -185,7 +198,7 @@ public function canUser(string $module, string $function, object $object, array * Here we accept ACCESS_GRANTED and ACCESS_ABSTAIN, the latter in cases where $object and $targets * are not supported by limitation. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @var Limitation[] */ if ( $permissionSet['limitation'] instanceof Limitation @@ -205,7 +218,7 @@ public function canUser(string $module, string $function, object $object, array * These are already filtered by hasAccess and given hasAccess did not return boolean * there must be some, so only return true if one of them says yes. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Policy $policy + * @var Policy $policy */ foreach ($permissionSet['policies'] as $policy) { $limitations = $policy->getLimitations(); @@ -284,7 +297,7 @@ public function lookupLimitations( continue; } - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Policy $policy */ + /** @var Policy $policy */ foreach ($permissionSet['policies'] as $policy) { $policyLimitations = $policy->getLimitations(); @@ -331,8 +344,8 @@ public function lookupLimitations( /** * @param array|null $targets * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws BadStateException + * @throws InvalidArgumentException */ private function isGrantedByLimitation( Limitation $limitation, @@ -354,8 +367,8 @@ private function isGrantedByLimitation( /** * @param array|null $targets * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws BadStateException + * @throws InvalidArgumentException */ private function isDeniedByRoleLimitation( ?Limitation $limitation, @@ -394,16 +407,18 @@ private function isDeniedByRoleLimitation( * } * ); * - * @param \callable(\Ibexa\Contracts\Core\Repository\Repository): mixed $callback - * @param \Ibexa\Contracts\Core\Repository\Repository $outerRepository + * @param callable(Repository): mixed $callback + * @param Repository $outerRepository * * @throws \RuntimeException Thrown on recursive sudo() use. - * @throws \Exception Re throws exceptions thrown inside $callback + * @throws Exception Re throws exceptions thrown inside $callback * * @return mixed */ - public function sudo(callable $callback, RepositoryInterface $outerRepository) - { + public function sudo( + callable $callback, + RepositoryInterface $outerRepository + ) { ++$this->sudoNestingLevel; try { $returnValue = $callback($outerRepository); @@ -421,12 +436,14 @@ public function sudo(callable $callback, RepositoryInterface $outerRepository) * Prepare list of targets for the given Type keeping BC. * * @param array|null $targets - * @param \Ibexa\Contracts\Core\Limitation\Type $type + * @param Type $type * * @return array|null */ - private function prepareTargetsForType(?array $targets, LimitationType $type): ?array - { + private function prepareTargetsForType( + ?array $targets, + LimitationType $type + ): ?array { $isTargetAware = $type instanceof TargetAwareType; // BC: null for empty targets is still expected by some Limitations, so needs to be preserved diff --git a/src/lib/Repository/ProxyFactory/ProxyDomainMapper.php b/src/lib/Repository/ProxyFactory/ProxyDomainMapper.php index 07f0a81cc4..2425e169ad 100644 --- a/src/lib/Repository/ProxyFactory/ProxyDomainMapper.php +++ b/src/lib/Repository/ProxyFactory/ProxyDomainMapper.php @@ -17,6 +17,7 @@ use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup; use Ibexa\Contracts\Core\Repository\Values\User\User; +use ProxyManager\Factory\LazyLoadingValueHolderFactory; use ProxyManager\Proxy\LazyLoadingInterface; /** @@ -24,14 +25,16 @@ */ final class ProxyDomainMapper implements ProxyDomainMapperInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; - /** @var \ProxyManager\Factory\LazyLoadingValueHolderFactory */ + /** @var LazyLoadingValueHolderFactory */ private $proxyGenerator; - public function __construct(Repository $repository, ProxyGeneratorInterface $proxyGenerator) - { + public function __construct( + Repository $repository, + ProxyGeneratorInterface $proxyGenerator + ) { $this->repository = $repository; $this->proxyGenerator = $proxyGenerator; } @@ -210,8 +213,10 @@ public function createSectionProxy(int $sectionId): Section return $this->proxyGenerator->createProxy(Section::class, $initializer); } - public function createUserProxy(int $userId, array $prioritizedLanguages = Language::ALL): User - { + public function createUserProxy( + int $userId, + array $prioritizedLanguages = Language::ALL + ): User { $initializer = function ( &$wrappedObject, LazyLoadingInterface $proxy, diff --git a/src/lib/Repository/ProxyFactory/ProxyDomainMapperFactory.php b/src/lib/Repository/ProxyFactory/ProxyDomainMapperFactory.php index f1c4998ad1..bdf9a9eae1 100644 --- a/src/lib/Repository/ProxyFactory/ProxyDomainMapperFactory.php +++ b/src/lib/Repository/ProxyFactory/ProxyDomainMapperFactory.php @@ -15,7 +15,7 @@ */ final class ProxyDomainMapperFactory implements ProxyDomainMapperFactoryInterface { - /** @var \Ibexa\Core\Repository\ProxyFactory\ProxyGeneratorInterface */ + /** @var ProxyGeneratorInterface */ private $proxyGenerator; public function __construct(ProxyGeneratorInterface $proxyGenerator) diff --git a/src/lib/Repository/ProxyFactory/ProxyDomainMapperInterface.php b/src/lib/Repository/ProxyFactory/ProxyDomainMapperInterface.php index 50b707e8d9..6d7b801cde 100644 --- a/src/lib/Repository/ProxyFactory/ProxyDomainMapperInterface.php +++ b/src/lib/Repository/ProxyFactory/ProxyDomainMapperInterface.php @@ -31,19 +31,34 @@ public function createContentProxy( public function createContentInfoProxy(int $contentId): ContentInfo; - public function createContentTypeProxy(int $contentTypeId, array $prioritizedLanguages = Language::ALL): ContentType; + public function createContentTypeProxy( + int $contentTypeId, + array $prioritizedLanguages = Language::ALL + ): ContentType; - public function createContentTypeGroupProxy(int $contentTypeGroupId, array $prioritizedLanguages = Language::ALL): ContentTypeGroup; + public function createContentTypeGroupProxy( + int $contentTypeGroupId, + array $prioritizedLanguages = Language::ALL + ): ContentTypeGroup; - public function createContentTypeGroupProxyList(array $contentTypeGroupIds, array $prioritizedLanguages = Language::ALL): array; + public function createContentTypeGroupProxyList( + array $contentTypeGroupIds, + array $prioritizedLanguages = Language::ALL + ): array; public function createLanguageProxy(string $languageCode): Language; public function createLanguageProxyList(array $languageCodes): array; - public function createLocationProxy(int $locationId, array $prioritizedLanguages = Language::ALL): Location; + public function createLocationProxy( + int $locationId, + array $prioritizedLanguages = Language::ALL + ): Location; public function createSectionProxy(int $sectionId): Section; - public function createUserProxy(int $userId, array $prioritizedLanguages = Language::ALL): User; + public function createUserProxy( + int $userId, + array $prioritizedLanguages = Language::ALL + ): User; } diff --git a/src/lib/Repository/ProxyFactory/ProxyGenerator.php b/src/lib/Repository/ProxyFactory/ProxyGenerator.php index 06f6911f00..5210e9f0af 100644 --- a/src/lib/Repository/ProxyFactory/ProxyGenerator.php +++ b/src/lib/Repository/ProxyFactory/ProxyGenerator.php @@ -21,7 +21,7 @@ */ final class ProxyGenerator implements ProxyGeneratorInterface { - /** @var \ProxyManager\Factory\LazyLoadingValueHolderFactory|null */ + /** @var LazyLoadingValueHolderFactory|null */ private $lazyLoadingValueHolderFactory; /** @var string */ diff --git a/src/lib/Repository/ProxyFactory/ProxyGeneratorInterface.php b/src/lib/Repository/ProxyFactory/ProxyGeneratorInterface.php index 6de615ce96..e089063364 100644 --- a/src/lib/Repository/ProxyFactory/ProxyGeneratorInterface.php +++ b/src/lib/Repository/ProxyFactory/ProxyGeneratorInterface.php @@ -20,12 +20,16 @@ interface ProxyGeneratorInterface * @template T * * @param class-string $className - * @param \Closure $initializer + * @param Closure $initializer * @param array $proxyOptions * - * @return \ProxyManager\Proxy\VirtualProxyInterface&T + * @return VirtualProxyInterface&T */ - public function createProxy(string $className, Closure $initializer, array $proxyOptions = []): VirtualProxyInterface; + public function createProxy( + string $className, + Closure $initializer, + array $proxyOptions = [] + ): VirtualProxyInterface; public function warmUp(iterable $classes): void; } diff --git a/src/lib/Repository/Repository.php b/src/lib/Repository/Repository.php index e5092d9d2d..a93113a7d8 100644 --- a/src/lib/Repository/Repository.php +++ b/src/lib/Repository/Repository.php @@ -11,6 +11,7 @@ use Exception; use Ibexa\Contracts\Core\Persistence\Filter\Content\Handler as ContentFilteringHandler; use Ibexa\Contracts\Core\Persistence\Filter\Location\Handler as LocationFilteringHandler; +use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Persistence\Handler as PersistenceHandler; use Ibexa\Contracts\Core\Persistence\TransactionHandler; use Ibexa\Contracts\Core\Repository\BookmarkService as BookmarkServiceInterface; @@ -43,7 +44,12 @@ use Ibexa\Core\FieldType\FieldTypeRegistry; use Ibexa\Core\Repository\Collector\ContentCollector; use Ibexa\Core\Repository\Helper\RelationProcessor; +use Ibexa\Core\Repository\Mapper\ContentDomainMapper; +use Ibexa\Core\Repository\Mapper\ContentMapper; +use Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper; +use Ibexa\Core\Repository\Mapper\RoleDomainMapper; use Ibexa\Core\Repository\Permission\LimitationService; +use Ibexa\Core\Repository\ProxyFactory\ProxyDomainMapperFactory; use Ibexa\Core\Repository\ProxyFactory\ProxyDomainMapperFactoryInterface; use Ibexa\Core\Repository\ProxyFactory\ProxyDomainMapperInterface; use Ibexa\Core\Repository\User\PasswordValidatorInterface; @@ -61,95 +67,95 @@ class Repository implements RepositoryInterface /** * Repository Handler object. * - * @var \Ibexa\Contracts\Core\Persistence\Handler + * @var Handler */ protected $persistenceHandler; /** * Instance of main Search Handler. * - * @var \Ibexa\Contracts\Core\Search\Handler + * @var SearchHandler */ protected $searchHandler; /** * Instance of content service. * - * @var \Ibexa\Contracts\Core\Repository\ContentService + * @var ContentServiceInterface */ protected $contentService; /** * Instance of section service. * - * @var \Ibexa\Contracts\Core\Repository\SectionService + * @var SectionServiceInterface */ protected $sectionService; /** * Instance of role service. * - * @var \Ibexa\Contracts\Core\Repository\RoleService + * @var RoleServiceInterface */ protected $roleService; /** * Instance of search service. * - * @var \Ibexa\Contracts\Core\Repository\SearchService + * @var SearchServiceInterface */ protected $searchService; /** * Instance of user service. * - * @var \Ibexa\Contracts\Core\Repository\UserService + * @var UserServiceInterface */ protected $userService; /** * Instance of language service. * - * @var \Ibexa\Contracts\Core\Repository\LanguageService + * @var LanguageServiceInterface */ protected $languageService; /** * Instance of location service. * - * @var \Ibexa\Contracts\Core\Repository\LocationService + * @var LocationServiceInterface */ protected $locationService; /** * Instance of Trash service. * - * @var \Ibexa\Contracts\Core\Repository\TrashService + * @var TrashServiceInterface */ protected $trashService; /** * Instance of content type service. * - * @var \Ibexa\Contracts\Core\Repository\ContentTypeService + * @var ContentTypeServiceInterface */ protected $contentTypeService; /** * Instance of object state service. * - * @var \Ibexa\Contracts\Core\Repository\ObjectStateService + * @var ObjectStateServiceInterface */ protected $objectStateService; /** * Instance of field type service. * - * @var \Ibexa\Contracts\Core\Repository\FieldTypeService + * @var FieldTypeServiceInterface */ protected $fieldTypeService; - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry */ + /** @var FieldTypeRegistry */ private $fieldTypeRegistry; protected NameSchemaServiceInterface $nameSchemaService; @@ -157,49 +163,49 @@ class Repository implements RepositoryInterface /** * Instance of relation processor service. * - * @var \Ibexa\Core\Repository\Helper\RelationProcessor + * @var RelationProcessor */ protected $relationProcessor; /** * Instance of URL alias service. * - * @var \Ibexa\Core\Repository\URLAliasService + * @var URLAliasService */ protected $urlAliasService; /** * Instance of URL wildcard service. * - * @var \Ibexa\Core\Repository\URLWildcardService + * @var URLWildcardService */ protected $urlWildcardService; /** * Instance of URL service. * - * @var \Ibexa\Core\Repository\URLService + * @var URLService */ protected $urlService; /** * Instance of Bookmark service. * - * @var \Ibexa\Contracts\Core\Repository\BookmarkService + * @var BookmarkServiceInterface */ protected $bookmarkService; /** * Instance of Notification service. * - * @var \Ibexa\Contracts\Core\Repository\NotificationService + * @var NotificationServiceInterface */ protected $notificationService; /** * Instance of User Preference service. * - * @var \Ibexa\Contracts\Core\Repository\UserPreferenceService + * @var UserPreferenceServiceInterface */ protected $userPreferenceService; @@ -210,52 +216,52 @@ class Repository implements RepositoryInterface */ protected $serviceSettings; - /** @var \Ibexa\Core\Repository\Permission\LimitationService */ + /** @var LimitationService */ protected $limitationService; - /** @var \Ibexa\Core\Repository\Mapper\RoleDomainMapper */ + /** @var RoleDomainMapper */ protected $roleDomainMapper; - /** @var \Ibexa\Core\Repository\Mapper\ContentDomainMapper */ + /** @var ContentDomainMapper */ protected $contentDomainMapper; - /** @var \Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper */ + /** @var ContentTypeDomainMapper */ protected $contentTypeDomainMapper; - /** @var \Ibexa\Core\Search\Common\BackgroundIndexer|null */ + /** @var BackgroundIndexer|null */ protected $backgroundIndexer; - /** @var \Psr\Log\LoggerInterface */ + /** @var LoggerInterface */ private $logger; - /** @var \Ibexa\Contracts\Core\Repository\PasswordHashService */ + /** @var PasswordHashService */ private $passwordHashService; - /** @var \Ibexa\Core\Repository\ProxyFactory\ProxyDomainMapperFactory */ + /** @var ProxyDomainMapperFactory */ private $proxyDomainMapperFactory; - /** @var \Ibexa\Core\Repository\ProxyFactory\ProxyDomainMapperInterface|null */ + /** @var ProxyDomainMapperInterface|null */ private $proxyDomainMapper; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver */ + /** @var LanguageResolver */ private $languageResolver; - /** @var \Ibexa\Contracts\Core\Repository\PermissionService */ + /** @var PermissionService */ private $permissionService; - /** @var \Ibexa\Core\Repository\Mapper\ContentMapper */ + /** @var ContentMapper */ private $contentMapper; - /** @var \Ibexa\Contracts\Core\Repository\Validator\ContentValidator */ + /** @var ContentValidator */ private $contentValidator; - /** @var \Ibexa\Contracts\Core\Persistence\Filter\Content\Handler */ + /** @var ContentFilteringHandler */ private $contentFilteringHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Filter\Location\Handler */ + /** @var LocationFilteringHandler */ private $locationFilteringHandler; - /** @var \Ibexa\Core\Repository\User\PasswordValidatorInterface */ + /** @var PasswordValidatorInterface */ private $passwordValidator; private ConfigResolverInterface $configResolver; @@ -274,10 +280,10 @@ public function __construct( FieldTypeRegistry $fieldTypeRegistry, PasswordHashService $passwordHashGenerator, ProxyDomainMapperFactoryInterface $proxyDomainMapperFactory, - Mapper\ContentDomainMapper $contentDomainMapper, - Mapper\ContentTypeDomainMapper $contentTypeDomainMapper, - Mapper\RoleDomainMapper $roleDomainMapper, - Mapper\ContentMapper $contentMapper, + ContentDomainMapper $contentDomainMapper, + ContentTypeDomainMapper $contentTypeDomainMapper, + RoleDomainMapper $roleDomainMapper, + ContentMapper $contentMapper, ContentValidator $contentValidator, LimitationService $limitationService, LanguageResolver $languageResolver, @@ -310,25 +316,25 @@ public function __construct( $this->locationFilteringHandler = $locationFilteringHandler; $this->serviceSettings = $serviceSettings + [ - 'content' => [], - 'contentType' => [], - 'location' => [], - 'section' => [], - 'role' => [], - 'user' => [ - 'anonymousUserID' => 10, - ], - 'language' => [], - 'trash' => [], - 'io' => [], - 'objectState' => [], - 'search' => [], - 'urlAlias' => [], - 'urlWildcard' => [], - 'nameSchema' => [], - 'languages' => [], - 'proxy_factory' => [], - ]; + 'content' => [], + 'contentType' => [], + 'location' => [], + 'section' => [], + 'role' => [], + 'user' => [ + 'anonymousUserID' => 10, + ], + 'language' => [], + 'trash' => [], + 'io' => [], + 'objectState' => [], + 'search' => [], + 'urlAlias' => [], + 'urlWildcard' => [], + 'nameSchema' => [], + 'languages' => [], + 'proxy_factory' => [], + ]; if (!empty($this->serviceSettings['languages'])) { $this->serviceSettings['language']['languages'] = $this->serviceSettings['languages']; @@ -345,8 +351,10 @@ public function __construct( $this->validator = $validator; } - public function sudo(callable $callback, ?RepositoryInterface $outerRepository = null) - { + public function sudo( + callable $callback, + ?RepositoryInterface $outerRepository = null + ) { return $this->getPermissionResolver()->sudo($callback, $outerRepository ?? $this); } @@ -355,7 +363,7 @@ public function sudo(callable $callback, ?RepositoryInterface $outerRepository = * * Get service object to perform operations on Content objects and it's aggregate members. * - * @return \Ibexa\Contracts\Core\Repository\ContentService + * @return ContentServiceInterface */ public function getContentService(): ContentServiceInterface { @@ -387,7 +395,7 @@ public function getContentService(): ContentServiceInterface * * Get service object to perform operations on Content language objects * - * @return \Ibexa\Contracts\Core\Repository\LanguageService + * @return LanguageServiceInterface */ public function getContentLanguageService(): LanguageServiceInterface { @@ -411,7 +419,7 @@ public function getContentLanguageService(): LanguageServiceInterface * Get service object to perform operations on content type objects and it's aggregate members. * ( Group, Field & FieldCategory ) * - * @return \Ibexa\Contracts\Core\Repository\ContentTypeService + * @return ContentTypeServiceInterface */ public function getContentTypeService(): ContentTypeServiceInterface { @@ -438,7 +446,7 @@ public function getContentTypeService(): ContentTypeServiceInterface * * Get service object to perform operations on Location objects and subtrees * - * @return \Ibexa\Contracts\Core\Repository\LocationService + * @return LocationServiceInterface */ public function getLocationService(): LocationServiceInterface { @@ -468,7 +476,7 @@ public function getLocationService(): LocationServiceInterface * Trash service allows to perform operations related to location trash * (trash/untrash, load/list from trash...) * - * @return \Ibexa\Contracts\Core\Repository\TrashService + * @return TrashServiceInterface */ public function getTrashService(): TrashServiceInterface { @@ -494,7 +502,7 @@ public function getTrashService(): TrashServiceInterface * * Get Section service that lets you manipulate section objects * - * @return \Ibexa\Contracts\Core\Repository\SectionService + * @return SectionServiceInterface */ public function getSectionService(): SectionServiceInterface { @@ -518,7 +526,7 @@ public function getSectionService(): SectionServiceInterface * * Get service object to perform operations on Users and UserGroup * - * @return \Ibexa\Contracts\Core\Repository\UserService + * @return UserServiceInterface */ public function getUserService(): UserServiceInterface { @@ -543,7 +551,7 @@ public function getUserService(): UserServiceInterface /** * Get URLAliasService. * - * @return \Ibexa\Contracts\Core\Repository\URLAliasService + * @return URLAliasServiceInterface */ public function getURLAliasService(): URLAliasServiceInterface { @@ -565,7 +573,7 @@ public function getURLAliasService(): URLAliasServiceInterface /** * Get URLWildcardService. * - * @return \Ibexa\Contracts\Core\Repository\URLWildcardService + * @return URLWildcardServiceInterface */ public function getURLWildcardService(): URLWildcardServiceInterface { @@ -586,7 +594,7 @@ public function getURLWildcardService(): URLWildcardServiceInterface /** * Get URLService. * - * @return \Ibexa\Contracts\Core\Repository\URLService + * @return URLServiceInterface */ public function getURLService(): URLServiceInterface { @@ -606,7 +614,7 @@ public function getURLService(): URLServiceInterface /** * Get BookmarkService. * - * @return \Ibexa\Contracts\Core\Repository\BookmarkService + * @return BookmarkServiceInterface */ public function getBookmarkService(): BookmarkServiceInterface { @@ -623,7 +631,7 @@ public function getBookmarkService(): BookmarkServiceInterface /** * Get UserPreferenceService. * - * @return \Ibexa\Contracts\Core\Repository\UserPreferenceService + * @return UserPreferenceServiceInterface */ public function getUserPreferenceService(): UserPreferenceServiceInterface { @@ -640,7 +648,7 @@ public function getUserPreferenceService(): UserPreferenceServiceInterface /** * Get ObjectStateService. * - * @return \Ibexa\Contracts\Core\Repository\ObjectStateService + * @return ObjectStateServiceInterface */ public function getObjectStateService(): ObjectStateServiceInterface { @@ -661,7 +669,7 @@ public function getObjectStateService(): ObjectStateServiceInterface /** * Get RoleService. * - * @return \Ibexa\Contracts\Core\Repository\RoleService + * @return RoleServiceInterface */ public function getRoleService(): RoleServiceInterface { @@ -680,7 +688,7 @@ public function getRoleService(): RoleServiceInterface return $this->roleService; } - protected function getRoleDomainMapper(): Mapper\RoleDomainMapper + protected function getRoleDomainMapper(): RoleDomainMapper { return $this->roleDomainMapper; } @@ -688,7 +696,7 @@ protected function getRoleDomainMapper(): Mapper\RoleDomainMapper /** * Get SearchService. * - * @return \Ibexa\Contracts\Core\Repository\SearchService + * @return SearchServiceInterface */ public function getSearchService(): SearchServiceInterface { @@ -711,7 +719,7 @@ public function getSearchService(): SearchServiceInterface /** * Get FieldTypeService. * - * @return \Ibexa\Contracts\Core\Repository\FieldTypeService + * @return FieldTypeServiceInterface */ public function getFieldTypeService(): FieldTypeServiceInterface { @@ -745,7 +753,7 @@ public function getNameSchemaService(): NameSchemaServiceInterface } /** - * @return \Ibexa\Contracts\Core\Repository\NotificationService + * @return NotificationServiceInterface */ public function getNotificationService(): NotificationServiceInterface { @@ -767,7 +775,7 @@ public function getNotificationService(): NotificationServiceInterface * * @todo Move out from this & other repo instances when services becomes proper services in DIC terms using factory. * - * @return \Ibexa\Core\Repository\Helper\RelationProcessor + * @return RelationProcessor */ protected function getRelationProcessor(): RelationProcessor { @@ -806,7 +814,7 @@ public function beginTransaction(): void * * Commit transaction, or throw exceptions if no transactions has been started. * - * @throws \RuntimeException If no transaction has been started + * @throws RuntimeException If no transaction has been started */ public function commit(): void { @@ -822,7 +830,7 @@ public function commit(): void * * Rollback transaction, or throw exceptions if no transactions has been started. * - * @throws \RuntimeException If no transaction has been started + * @throws RuntimeException If no transaction has been started */ public function rollback(): void { diff --git a/src/lib/Repository/RoleService.php b/src/lib/Repository/RoleService.php index 78456c2da5..d558491410 100644 --- a/src/lib/Repository/RoleService.php +++ b/src/lib/Repository/RoleService.php @@ -12,10 +12,15 @@ use Ibexa\Contracts\Core\Persistence\User\Handler; use Ibexa\Contracts\Core\Persistence\User\Role as SPIRole; use Ibexa\Contracts\Core\Persistence\User\RoleUpdateStruct as SPIRoleUpdateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; +use Ibexa\Contracts\Core\Repository\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\RoleService as RoleServiceInterface; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\Policy; use Ibexa\Contracts\Core\Repository\Values\User\Policy as APIPolicy; use Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct as APIPolicyCreateStruct; use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; @@ -24,16 +29,21 @@ use Ibexa\Contracts\Core\Repository\Values\User\RoleAssignment; use Ibexa\Contracts\Core\Repository\Values\User\RoleCopyStruct as APIRoleCopyStruct; use Ibexa\Contracts\Core\Repository\Values\User\RoleCreateStruct as APIRoleCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\User\RoleDraft; use Ibexa\Contracts\Core\Repository\Values\User\RoleDraft as APIRoleDraft; use Ibexa\Contracts\Core\Repository\Values\User\RoleUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; +use Ibexa\Contracts\Core\Repository\Values\User\UserGroupRoleAssignment; use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\InvalidArgumentValue; use Ibexa\Core\Base\Exceptions\LimitationValidationException; use Ibexa\Core\Base\Exceptions\NotFound\LimitationNotFoundException; use Ibexa\Core\Base\Exceptions\UnauthorizedException; +use Ibexa\Core\FieldType\ValidationError; +use Ibexa\Core\Repository\Mapper\RoleDomainMapper; +use Ibexa\Core\Repository\Permission\LimitationService; use Ibexa\Core\Repository\Values\User\PolicyCreateStruct; use Ibexa\Core\Repository\Values\User\PolicyUpdateStruct; use Ibexa\Core\Repository\Values\User\Role; @@ -47,22 +57,22 @@ */ class RoleService implements RoleServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\User\Handler */ + /** @var Handler */ protected $userHandler; - /** @var \Ibexa\Core\Repository\Permission\LimitationService */ + /** @var LimitationService */ protected $limitationService; - /** @var \Ibexa\Core\Repository\Mapper\RoleDomainMapper */ + /** @var RoleDomainMapper */ protected $roleDomainMapper; /** @phpstan-var array{policyMap: TPolicyMap}|array{} */ protected array $settings; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; /** @@ -73,8 +83,8 @@ class RoleService implements RoleServiceInterface public function __construct( RepositoryInterface $repository, Handler $userHandler, - Permission\LimitationService $limitationService, - Mapper\RoleDomainMapper $roleDomainMapper, + LimitationService $limitationService, + RoleDomainMapper $roleDomainMapper, array $settings = [] ) { $this->repository = $repository; @@ -90,9 +100,9 @@ public function __construct( * * @since 6.0 * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleCreateStruct $roleCreateStruct + * @param APIRoleCreateStruct $roleCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the name of the role already exists or if limitation of the same type @@ -146,9 +156,9 @@ public function createRole(APIRoleCreateStruct $roleCreateStruct): APIRoleDraft * * @since 6.0 * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role + * @param APIRole $role * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the Role already has a RoleDraft that will need to be removed first @@ -182,8 +192,10 @@ public function createRoleDraft(APIRole $role): APIRoleDraft return $this->roleDomainMapper->buildDomainRoleDraftObject($spiRole); } - public function copyRole(APIRole $role, APIRoleCopyStruct $roleCopyStruct): APIRole - { + public function copyRole( + APIRole $role, + APIRoleCopyStruct $roleCopyStruct + ): APIRole { if (!is_string($roleCopyStruct->newIdentifier) || empty($roleCopyStruct->newIdentifier)) { throw new InvalidArgumentValue('newIdentifier', $roleCopyStruct->newIdentifier, 'RoleCopyStruct'); } @@ -230,7 +242,7 @@ public function copyRole(APIRole $role, APIRoleCopyStruct $roleCopyStruct): APIR try { $spiRole = $this->userHandler->copyRole($spiRoleCopyStruct); $this->repository->commit(); - } catch (\Exception $e) { + } catch (Exception $e) { $this->repository->rollback(); throw $e; } @@ -245,11 +257,11 @@ public function copyRole(APIRole $role, APIRoleCopyStruct $roleCopyStruct): APIR * * @param int $id * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a RoleDraft with the given id was not found + * @throws NotFoundException if a RoleDraft with the given id was not found * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to create a RoleDraft */ public function loadRoleDraft(int $id): APIRoleDraft @@ -270,11 +282,11 @@ public function loadRoleDraft(int $id): APIRoleDraft * * @param int $roleId ID of the role the draft was created from. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a RoleDraft with the given id was not found + * @throws NotFoundException if a RoleDraft with the given id was not found * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read this role */ public function loadRoleDraftByRoleId(int $roleId): APIRoleDraft @@ -295,18 +307,20 @@ public function loadRoleDraftByRoleId(int $roleId): APIRoleDraft * * @since 6.0 * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleUpdateStruct $roleUpdateStruct + * @param RoleDraft $roleDraft + * @param RoleUpdateStruct $roleUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the identifier of the RoleDraft already exists - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to update a RoleDraft */ - public function updateRoleDraft(APIRoleDraft $roleDraft, RoleUpdateStruct $roleUpdateStruct): APIRoleDraft - { + public function updateRoleDraft( + APIRoleDraft $roleDraft, + RoleUpdateStruct $roleUpdateStruct + ): APIRoleDraft { if ($roleUpdateStruct->identifier !== null && !is_string($roleUpdateStruct->identifier)) { throw new InvalidArgumentValue('identifier', $roleUpdateStruct->identifier, 'RoleUpdateStruct'); } @@ -361,20 +375,22 @@ public function updateRoleDraft(APIRoleDraft $roleDraft, RoleUpdateStruct $roleU * * @since 6.0 * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct $policyCreateStruct + * @param RoleDraft $roleDraft + * @param APIPolicyCreateStruct $policyCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if limitation of the same type is repeated in policy create * struct or if limitation is not allowed on module/function - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException if a limitation in the $policyCreateStruct is not valid * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to add a policy */ - public function addPolicyByRoleDraft(APIRoleDraft $roleDraft, APIPolicyCreateStruct $policyCreateStruct): APIRoleDraft - { + public function addPolicyByRoleDraft( + APIRoleDraft $roleDraft, + APIPolicyCreateStruct $policyCreateStruct + ): APIRoleDraft { if (!is_string($policyCreateStruct->module) || empty($policyCreateStruct->module)) { throw new InvalidArgumentValue('module', $policyCreateStruct->module, 'PolicyCreateStruct'); } @@ -426,18 +442,20 @@ public function addPolicyByRoleDraft(APIRoleDraft $roleDraft, APIPolicyCreateStr * * @since 6.0 * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policyDraft the policy to remove from the RoleDraft + * @param RoleDraft $roleDraft + * @param PolicyDraft $policyDraft the policy to remove from the RoleDraft * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft + * @return RoleDraft * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if policy does not belong to the given RoleDraft - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to remove a policy */ - public function removePolicyByRoleDraft(APIRoleDraft $roleDraft, PolicyDraft $policyDraft): APIRoleDraft - { + public function removePolicyByRoleDraft( + APIRoleDraft $roleDraft, + PolicyDraft $policyDraft + ): APIRoleDraft { if (!$this->permissionResolver->canUser('role', 'update', $roleDraft)) { throw new UnauthorizedException('role', 'update'); } @@ -457,11 +475,11 @@ public function removePolicyByRoleDraft(APIRoleDraft $roleDraft, PolicyDraft $po * * @since 6.0 * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyUpdateStruct $policyUpdateStruct + * @param RoleDraft $roleDraft + * @param PolicyDraft $policy + * @param APIPolicyUpdateStruct $policyUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft + * @return PolicyDraft * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if limitation of the same type is repeated in policy update @@ -526,11 +544,11 @@ public function updatePolicyByRoleDraft( * * @since 6.0 * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft + * @param RoleDraft $roleDraft * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to delete this RoleDraft */ public function deleteRoleDraft(APIRoleDraft $roleDraft): void @@ -552,7 +570,7 @@ public function deleteRoleDraft(APIRoleDraft $roleDraft): void * * @since 6.0 * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleDraft $roleDraft + * @param RoleDraft $roleDraft * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException if the role draft cannot be loaded * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException @@ -589,11 +607,11 @@ public function publishRoleDraft(APIRoleDraft $roleDraft): void * * @param int $id * - * @return \Ibexa\Core\Repository\Values\User\Role + * @return Role * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a role with the given id was not found + * @throws NotFoundException if a role with the given id was not found * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read this role */ public function loadRole(int $id): APIRole @@ -614,11 +632,11 @@ public function loadRole(int $id): APIRole * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return APIRole * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a role with the given name was not found + * @throws NotFoundException if a role with the given name was not found * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read this role */ public function loadRoleByIdentifier(string $identifier): APIRole @@ -637,7 +655,7 @@ public function loadRoleByIdentifier(string $identifier): APIRole /** * Loads all roles, excluding the ones the current user is not allowed to read. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role[] + * @return APIRole[] */ public function loadRoles(): iterable { @@ -661,11 +679,11 @@ function ($role) { /** * Deletes the given role. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role + * @param APIRole $role * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to delete this role */ public function deleteRole(APIRole $role): void @@ -689,18 +707,21 @@ public function deleteRole(APIRole $role): void /** * Assigns a role to the given user group. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null $roleLimitation an optional role limitation (which is either a subtree limitation or section limitation) + * @param APIRole $role + * @param UserGroup $userGroup + * @param RoleLimitation|null $roleLimitation an optional role limitation (which is either a subtree limitation or section limitation) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If assignment already exists - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to assign a role * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException if $roleLimitation is not valid */ - public function assignRoleToUserGroup(APIRole $role, UserGroup $userGroup, ?RoleLimitation $roleLimitation = null): void - { + public function assignRoleToUserGroup( + APIRole $role, + UserGroup $userGroup, + ?RoleLimitation $roleLimitation = null + ): void { if ($this->permissionResolver->canUser('role', 'assign', $userGroup, [$role]) !== true) { throw new UnauthorizedException('role', 'assign'); } @@ -739,18 +760,21 @@ public function assignRoleToUserGroup(APIRole $role, UserGroup $userGroup, ?Role /** * Assigns a role to the given user. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null $roleLimitation an optional role limitation (which is either a subtree limitation or section limitation) + * @param APIRole $role + * @param User $user + * @param RoleLimitation|null $roleLimitation an optional role limitation (which is either a subtree limitation or section limitation) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If assignment already exists - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException if $roleLimitation is not valid * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to assign a role */ - public function assignRoleToUser(APIRole $role, User $user, ?RoleLimitation $roleLimitation = null): void - { + public function assignRoleToUser( + APIRole $role, + User $user, + ?RoleLimitation $roleLimitation = null + ): void { if ($this->permissionResolver->canUser('role', 'assign', $user, [$role]) !== true) { throw new UnauthorizedException('role', 'assign'); } @@ -789,11 +813,11 @@ public function assignRoleToUser(APIRole $role, User $user, ?RoleLimitation $rol /** * Removes the given role assignment. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleAssignment $roleAssignment + * @param RoleAssignment $roleAssignment * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to remove a role assignment */ public function removeRoleAssignment(RoleAssignment $roleAssignment): void @@ -819,11 +843,11 @@ public function removeRoleAssignment(RoleAssignment $roleAssignment): void * * @param int $roleAssignmentId * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleAssignment + * @return RoleAssignment * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If the role assignment was not found + * @throws NotFoundException If the role assignment was not found * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read this role */ public function loadRoleAssignment(int $roleAssignmentId): RoleAssignment @@ -864,7 +888,7 @@ public function loadRoleAssignment(int $roleAssignmentId): RoleAssignment } /** - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleAssignment[] + * @return RoleAssignment[] * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException @@ -881,8 +905,11 @@ public function getRoleAssignments(APIRole $role): iterable return $this->buildRoleAssignmentsFromPersistence($role, $persistenceRoleAssignments); } - public function loadRoleAssignments(APIRole $role, int $offset = 0, ?int $limit = null): iterable - { + public function loadRoleAssignments( + APIRole $role, + int $offset = 0, + ?int $limit = null + ): iterable { if (!$this->permissionResolver->canUser('role', 'read', $role)) { throw new UnauthorizedException('role', 'read'); } @@ -954,18 +981,20 @@ public function countRoleAssignments(APIRole $role): int /** * @see \Ibexa\Contracts\Core\Repository\RoleService::getRoleAssignmentsForUser() * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param User $user * @param bool $inherited * * @return iterable * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException */ - public function getRoleAssignmentsForUser(User $user, bool $inherited = false): iterable - { + public function getRoleAssignmentsForUser( + User $user, + bool $inherited = false + ): iterable { $roleAssignments = []; $spiRoleAssignments = $this->userHandler->loadRoleAssignmentsByGroupId($user->id, $inherited); foreach ($spiRoleAssignments as $spiRoleAssignment) { @@ -997,13 +1026,13 @@ public function getRoleAssignmentsForUser(User $user, bool $inherited = false): /** * Returns the roles assigned to the given user group, excluding the ones the current user is not allowed to read. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param UserGroup $userGroup * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroupRoleAssignment[] + * @return UserGroupRoleAssignment[] * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException */ public function getRoleAssignmentsForUserGroup(UserGroup $userGroup): iterable @@ -1030,7 +1059,7 @@ public function getRoleAssignmentsForUserGroup(UserGroup $userGroup): iterable * * @param string $name * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleCreateStruct + * @return APIRoleCreateStruct */ public function newRoleCreateStruct(string $name): APIRoleCreateStruct { @@ -1058,10 +1087,12 @@ public function newRoleCopyStruct(string $name): APIRoleCopyStruct * @param string $module * @param string $function * - * @return \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct + * @return APIPolicyCreateStruct */ - public function newPolicyCreateStruct(string $module, string $function): APIPolicyCreateStruct - { + public function newPolicyCreateStruct( + string $module, + string $function + ): APIPolicyCreateStruct { return new PolicyCreateStruct( [ 'module' => $module, @@ -1074,7 +1105,7 @@ public function newPolicyCreateStruct(string $module, string $function): APIPoli /** * Instantiates a policy update class. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\PolicyUpdateStruct + * @return APIPolicyUpdateStruct */ public function newPolicyUpdateStruct(): APIPolicyUpdateStruct { @@ -1088,7 +1119,7 @@ public function newPolicyUpdateStruct(): APIPolicyUpdateStruct /** * Instantiates a policy update class. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleUpdateStruct + * @return RoleUpdateStruct */ public function newRoleUpdateStruct(): RoleUpdateStruct { @@ -1103,7 +1134,7 @@ public function newRoleUpdateStruct(): RoleUpdateStruct * * @param string $identifier * - * @return \Ibexa\Contracts\Core\Limitation\Type + * @return Type * * @throws \RuntimeException if there is no LimitationType with $identifier */ @@ -1122,13 +1153,15 @@ public function getLimitationType(string $identifier): Type * @param string $module Legacy name of "controller", it's a unique identifier like "content" * @param string $function Legacy name of a controller "action", it's a unique within the controller like "read" * - * @return \Ibexa\Contracts\Core\Limitation\Type[] + * @return Type[] * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If module/function to limitation type mapping * refers to a non existing identifier. */ - public function getLimitationTypesByModuleFunction(string $module, string $function): iterable - { + public function getLimitationTypesByModuleFunction( + string $module, + string $function + ): iterable { if (empty($this->settings['policyMap'][$module][$function])) { return []; } @@ -1154,9 +1187,9 @@ public function getLimitationTypesByModuleFunction(string $module, string $funct * * @uses ::validatePolicy() * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleCreateStruct $roleCreateStruct + * @param APIRoleCreateStruct $roleCreateStruct * - * @return \Ibexa\Core\FieldType\ValidationError[][][] + * @return ValidationError[][][] * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ @@ -1186,12 +1219,15 @@ protected function validateRoleCreateStruct(APIRoleCreateStruct $roleCreateStruc * * @param string $module * @param string $function - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] $limitations + * @param Limitation[] $limitations * - * @return \Ibexa\Core\FieldType\ValidationError[][] + * @return ValidationError[][] */ - protected function validatePolicy(string $module, string $function, array $limitations): iterable - { + protected function validatePolicy( + string $module, + string $function, + array $limitations + ): iterable { if ($module !== '*' && $function !== '*' && !empty($limitations)) { $limitationSet = []; foreach ($limitations as $limitation) { @@ -1220,7 +1256,7 @@ protected function validatePolicy(string $module, string $function, array $limit * Validate that assignments not already exists and filter validations against existing. * * @param int $contentId - * @param \Ibexa\Contracts\Core\Persistence\User\Role $spiRole + * @param SPIRole $spiRole * @param array|null $limitation * * @return array[]|null Filtered version of $limitation @@ -1278,9 +1314,9 @@ protected function checkAssignmentAndFilterLimitationValues( * * Used by {@link removePolicy()} and {@link deletePolicy()} * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Policy $policy + * @param Policy $policy * - * @throws \Exception + * @throws Exception */ protected function internalDeletePolicy(APIPolicy $policy): void { diff --git a/src/lib/Repository/SearchService.php b/src/lib/Repository/SearchService.php index beb0077350..7b3e056da5 100644 --- a/src/lib/Repository/SearchService.php +++ b/src/lib/Repository/SearchService.php @@ -33,32 +33,32 @@ */ class SearchService implements SearchServiceInterface { - /** @var \Ibexa\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Search\Handler */ + /** @var Handler */ protected $searchHandler; /** @var array */ protected $settings; - /** @var \Ibexa\Core\Repository\Mapper\ContentDomainMapper */ + /** @var ContentDomainMapper */ protected $contentDomainMapper; - /** @var \Ibexa\Contracts\Core\Repository\PermissionCriterionResolver */ + /** @var PermissionCriterionResolver */ protected $permissionCriterionResolver; - /** @var \Ibexa\Core\Search\Common\BackgroundIndexer */ + /** @var BackgroundIndexer */ protected $backgroundIndexer; /** * Setups service with reference to repository object that created it & corresponding handler. * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Search\Handler $searchHandler - * @param \Ibexa\Core\Repository\Mapper\ContentDomainMapper $contentDomainMapper - * @param \Ibexa\Contracts\Core\Repository\PermissionCriterionResolver $permissionCriterionResolver - * @param \Ibexa\Core\Search\Common\BackgroundIndexer $backgroundIndexer + * @param RepositoryInterface $repository + * @param Handler $searchHandler + * @param ContentDomainMapper $contentDomainMapper + * @param PermissionCriterionResolver $permissionCriterionResolver + * @param BackgroundIndexer $backgroundIndexer * @param array $settings */ public function __construct( @@ -80,8 +80,11 @@ public function __construct( $this->backgroundIndexer = $backgroundIndexer; } - public function findContent(Query $query, array $languageFilter = [], bool $filterOnUserPermissions = true): SearchResult - { + public function findContent( + Query $query, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): SearchResult { $result = $this->internalFindContentInfo($query, $languageFilter, $filterOnUserPermissions); $missingContentList = $this->contentDomainMapper->buildContentDomainObjectsOnSearchResult($result, $languageFilter); foreach ($missingContentList as $missingContent) { @@ -99,16 +102,19 @@ public function findContent(Query $query, array $languageFilter = [], bool $filt * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if query is not valid * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query $query + * @param Query $query * @param array $languageFilter - a map of filters for the returned fields. * Currently supports: array("languages" => array(,..), "useAlwaysAvailable" => bool) * useAlwaysAvailable defaults to true to avoid exceptions on missing translations. * @param bool $filterOnUserPermissions if true (default) only the objects which is the user allowed to read are returned. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult + * @return SearchResult */ - public function findContentInfo(Query $query, array $languageFilter = [], bool $filterOnUserPermissions = true): SearchResult - { + public function findContentInfo( + Query $query, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): SearchResult { $result = $this->internalFindContentInfo($query, $languageFilter, $filterOnUserPermissions); foreach ($result->searchHits as $hit) { $hit->valueObject = $this->contentDomainMapper->buildContentInfoDomainObject( @@ -126,16 +132,19 @@ public function findContentInfo(Query $query, array $languageFilter = [], bool $ * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if query is not valid * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query $query + * @param Query $query * @param array $languageFilter - a map of filters for the returned fields. * Currently supports: array("languages" => array(,..), "useAlwaysAvailable" => bool) * useAlwaysAvailable defaults to true to avoid exceptions on missing translations. * @param bool $filterOnUserPermissions if true only the objects which is the user allowed to read are returned. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult With "raw" SPI contentInfo objects in result + * @return SearchResult With "raw" SPI contentInfo objects in result */ - protected function internalFindContentInfo(Query $query, array $languageFilter = [], $filterOnUserPermissions = true) - { + protected function internalFindContentInfo( + Query $query, + array $languageFilter = [], + $filterOnUserPermissions = true + ) { $query = clone $query; $query->filter = $query->filter ?: new Criterion\MatchAll(); @@ -155,11 +164,13 @@ protected function internalFindContentInfo(Query $query, array $languageFilter = * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface[] $criteria + * @param CriterionInterface[] $criteria * @param string $argumentName */ - protected function validateContentCriteria(array $criteria, $argumentName) - { + protected function validateContentCriteria( + array $criteria, + $argumentName + ) { foreach ($criteria as $criterion) { if ($criterion instanceof LocationCriterion) { throw new InvalidArgumentException( @@ -178,7 +189,7 @@ protected function validateContentCriteria(array $criteria, $argumentName) * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query $query + * @param Query $query */ protected function validateContentSortClauses(Query $query) { @@ -196,16 +207,19 @@ protected function validateContentSortClauses(Query $query) * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if criterion is not valid * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if there is more than one result matching the criterions * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface $filter + * @param CriterionInterface $filter * @param array $languageFilter Configuration for specifying prioritized languages query will be performed on. * Currently supports: array("languages" => array(,..), "useAlwaysAvailable" => bool) * useAlwaysAvailable defaults to true to avoid exceptions on missing translations. * @param bool $filterOnUserPermissions if true only the objects which is the user allowed to read are returned. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - public function findSingle(CriterionInterface $filter, array $languageFilter = [], bool $filterOnUserPermissions = true): Content - { + public function findSingle( + CriterionInterface $filter, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): Content { $this->validateContentCriteria([$filter], '$filter'); if ($filterOnUserPermissions && !$this->addPermissionsCriterion($filter)) { @@ -227,25 +241,31 @@ public function findSingle(CriterionInterface $filter, array $languageFilter = [ * * @param string[] $fieldPaths */ - public function suggest(string $prefix, array $fieldPaths = [], int $limit = 10, ?CriterionInterface $filter = null) - { - } + public function suggest( + string $prefix, + array $fieldPaths = [], + int $limit = 10, + ?CriterionInterface $filter = null + ) {} /** * Finds Locations for the given query. * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if query is not valid * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery $query + * @param LocationQuery $query * @param array $languageFilter Configuration for specifying prioritized languages query will be performed on. * Currently supports: array("languages" => array(,..), "useAlwaysAvailable" => bool) * useAlwaysAvailable defaults to true to avoid exceptions on missing translations * @param bool $filterOnUserPermissions if true only the objects which is the user allowed to read are returned. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult + * @return SearchResult */ - public function findLocations(LocationQuery $query, array $languageFilter = [], bool $filterOnUserPermissions = true): SearchResult - { + public function findLocations( + LocationQuery $query, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): SearchResult { $query = clone $query; $query->filter = $query->filter ?: new Criterion\MatchAll(); @@ -268,7 +288,7 @@ public function findLocations(LocationQuery $query, array $languageFilter = [], * * @uses \Ibexa\Contracts\Core\Repository\PermissionCriterionResolver::getPermissionsCriterion() */ - protected function addPermissionsCriterion(Query\CriterionInterface &$criterion): bool + protected function addPermissionsCriterion(CriterionInterface &$criterion): bool { $permissionCriterion = $this->permissionCriterionResolver->getPermissionsCriterion('content', 'read'); if ($permissionCriterion === true || $permissionCriterion === false) { diff --git a/src/lib/Repository/SectionService.php b/src/lib/Repository/SectionService.php index f49095a2a6..fc76569931 100644 --- a/src/lib/Repository/SectionService.php +++ b/src/lib/Repository/SectionService.php @@ -9,17 +9,23 @@ namespace Ibexa\Core\Repository; use function array_filter; + use Exception; use Ibexa\Contracts\Core\Persistence\Content\Location\Handler as LocationHandler; use Ibexa\Contracts\Core\Persistence\Content\Section as SPISection; +use Ibexa\Contracts\Core\Persistence\Content\Section\Handler; use Ibexa\Contracts\Core\Persistence\Content\Section\Handler as SectionHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\PermissionCriterionResolver; +use Ibexa\Contracts\Core\Repository\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\SectionService as SectionServiceInterface; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Query; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd as CriterionLogicalAnd; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalNot as CriterionLogicalNot; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Subtree as CriterionSubtree; @@ -36,19 +42,19 @@ */ class SectionService implements SectionServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ protected $permissionResolver; - /** @var \Ibexa\Contracts\Core\Repository\PermissionCriterionResolver */ + /** @var PermissionCriterionResolver */ protected $permissionCriterionResolver; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Section\Handler */ + /** @var Handler */ protected $sectionHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Handler */ + /** @var LocationHandler */ protected $locationHandler; /** @var array */ @@ -57,14 +63,19 @@ class SectionService implements SectionServiceInterface /** * Setups service with reference to repository object that created it & corresponding handler. * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Persistence\Content\Section\Handler $sectionHandler - * @param \Ibexa\Contracts\Core\Persistence\Content\Location\Handler $locationHandler - * @param \Ibexa\Contracts\Core\Repository\PermissionCriterionResolver $permissionCriterionResolver + * @param Repository $repository + * @param Handler $sectionHandler + * @param LocationHandler $locationHandler + * @param PermissionCriterionResolver $permissionCriterionResolver * @param array $settings */ - public function __construct(RepositoryInterface $repository, SectionHandler $sectionHandler, LocationHandler $locationHandler, PermissionCriterionResolver $permissionCriterionResolver, array $settings = []) - { + public function __construct( + RepositoryInterface $repository, + SectionHandler $sectionHandler, + LocationHandler $locationHandler, + PermissionCriterionResolver $permissionCriterionResolver, + array $settings = [] + ) { $this->repository = $repository; $this->sectionHandler = $sectionHandler; $this->locationHandler = $locationHandler; @@ -82,9 +93,9 @@ public function __construct(RepositoryInterface $repository, SectionHandler $sec * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to create a section * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the new identifier in $sectionCreateStruct already exists * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\SectionCreateStruct $sectionCreateStruct + * @param SectionCreateStruct $sectionCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Section The newly created section + * @return Section The newly created section */ public function createSection(SectionCreateStruct $sectionCreateStruct): Section { @@ -130,13 +141,15 @@ public function createSection(SectionCreateStruct $sectionCreateStruct): Section * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to create a section * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If the new identifier already exists (if set in the update struct) * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Section $section - * @param \Ibexa\Contracts\Core\Repository\Values\Content\SectionUpdateStruct $sectionUpdateStruct + * @param Section $section + * @param SectionUpdateStruct $sectionUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Section + * @return Section */ - public function updateSection(Section $section, SectionUpdateStruct $sectionUpdateStruct): Section - { + public function updateSection( + Section $section, + SectionUpdateStruct $sectionUpdateStruct + ): Section { if ($sectionUpdateStruct->name !== null && !is_string($sectionUpdateStruct->name)) { throw new InvalidArgumentValue('name', $section->name, 'Section'); } @@ -183,12 +196,12 @@ public function updateSection(Section $section, SectionUpdateStruct $sectionUpda /** * Loads a Section from its id ($sectionId). * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if section could not be found + * @throws NotFoundException if section could not be found * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to read a section * * @param int $sectionId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Section + * @return Section */ public function loadSection(int $sectionId): Section { @@ -206,7 +219,7 @@ public function loadSection(int $sectionId): Section /** * Loads all sections, excluding the ones the current user is not allowed to read. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Section[] + * @return Section[] */ public function loadSections(): iterable { @@ -222,12 +235,12 @@ public function loadSections(): iterable /** * Loads a Section from its identifier ($sectionIdentifier). * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if section could not be found + * @throws NotFoundException if section could not be found * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to read a section * * @param string $sectionIdentifier * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Section + * @return Section */ public function loadSectionByIdentifier(string $sectionIdentifier): Section { @@ -261,7 +274,7 @@ public function countAssignedContents(Section $section): int * * @since 6.0 * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Section $section + * @param Section $section * * @return bool */ @@ -278,11 +291,13 @@ public function isSectionUsed(Section $section): bool * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user does not have access to view provided object * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Section $section + * @param ContentInfo $contentInfo + * @param Section $section */ - public function assignSection(ContentInfo $contentInfo, Section $section): void - { + public function assignSection( + ContentInfo $contentInfo, + Section $section + ): void { $loadedContentInfo = $this->repository->getContentService()->loadContentInfo($contentInfo->id); $loadedSection = $this->loadSection($section->id); @@ -316,18 +331,20 @@ public function assignSection(ContentInfo $contentInfo, Section $section): void * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Section $section + * @param Location $location + * @param Section $section */ - public function assignSectionToSubtree(Location $location, Section $section): void - { + public function assignSectionToSubtree( + Location $location, + Section $section + ): void { $loadedSubtree = $this->repository->getLocationService()->loadLocation($location->id); $loadedSection = $this->loadSection($section->id); /** * Check read access to whole source subtree. * - * @var bool|\Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion + * @var bool|Criterion */ $sectionAssignCriterion = $this->permissionCriterionResolver->getPermissionsCriterion( 'section', @@ -378,13 +395,13 @@ public function assignSectionToSubtree(Location $location, Section $section): vo /** * Deletes $section from content repository. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If the specified section is not found + * @throws NotFoundException If the specified section is not found * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If the current user is not allowed to delete a section * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If section can not be deleted * because it is still assigned to some contents, * or because it is still being used in policy limitations. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Section $section + * @param Section $section */ public function deleteSection(Section $section): void { @@ -415,7 +432,7 @@ public function deleteSection(Section $section): void /** * Instantiates a new SectionCreateStruct. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\SectionCreateStruct + * @return SectionCreateStruct */ public function newSectionCreateStruct(): SectionCreateStruct { @@ -425,7 +442,7 @@ public function newSectionCreateStruct(): SectionCreateStruct /** * Instantiates a new SectionUpdateStruct. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\SectionUpdateStruct + * @return SectionUpdateStruct */ public function newSectionUpdateStruct(): SectionUpdateStruct { @@ -435,9 +452,9 @@ public function newSectionUpdateStruct(): SectionUpdateStruct /** * Builds API Section object from provided SPI Section object. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Section $spiSection + * @param SPISection $spiSection * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Section + * @return Section */ protected function buildDomainSectionObject(SPISection $spiSection) { diff --git a/src/lib/Repository/SettingService.php b/src/lib/Repository/SettingService.php index d1a8c477b7..7573149ea2 100644 --- a/src/lib/Repository/SettingService.php +++ b/src/lib/Repository/SettingService.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Repository; +use Ibexa\Contracts\Core\Persistence\Setting\Handler; use Ibexa\Contracts\Core\Persistence\Setting\Handler as SettingHandler; use Ibexa\Contracts\Core\Persistence\Setting\Setting as SPISetting; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; @@ -21,10 +22,10 @@ final class SettingService implements SettingServiceInterface { - /** @var \Ibexa\Contracts\Core\Persistence\Setting\Handler */ + /** @var Handler */ private $settingHandler; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; public function __construct( @@ -35,15 +36,19 @@ public function __construct( $this->permissionResolver = $permissionResolver; } - public function loadSetting(string $group, string $identifier): Setting - { + public function loadSetting( + string $group, + string $identifier + ): Setting { return $this->buildSettingDomainObject( $this->settingHandler->load($group, $identifier) ); } - public function updateSetting(Setting $setting, SettingUpdateStruct $settingUpdateStruct): Setting - { + public function updateSetting( + Setting $setting, + SettingUpdateStruct $settingUpdateStruct + ): Setting { if (!$this->permissionResolver->canUser('setting', 'update', $setting)) { throw new UnauthorizedException('setting', 'update'); } diff --git a/src/lib/Repository/SiteAccessAware/ContentService.php b/src/lib/Repository/SiteAccessAware/ContentService.php index 1155d2fe9e..5564fb615d 100644 --- a/src/lib/Repository/SiteAccessAware/ContentService.php +++ b/src/lib/Repository/SiteAccessAware/ContentService.php @@ -33,17 +33,17 @@ */ class ContentService implements ContentServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentServiceInterface */ protected $service; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver */ + /** @var LanguageResolver */ protected $languageResolver; /** * Construct service object from aggregated service and LanguageResolver. * - * @param \Ibexa\Contracts\Core\Repository\ContentService $service - * @param \Ibexa\Contracts\Core\Repository\LanguageResolver $languageResolver + * @param ContentServiceInterface $service + * @param LanguageResolver $languageResolver */ public function __construct( ContentServiceInterface $service, @@ -71,13 +71,17 @@ public function loadContentInfoByRemoteId(string $remoteId): ContentInfo return $this->service->loadContentInfoByRemoteId($remoteId); } - public function loadVersionInfo(ContentInfo $contentInfo, ?int $versionNo = null): VersionInfo - { + public function loadVersionInfo( + ContentInfo $contentInfo, + ?int $versionNo = null + ): VersionInfo { return $this->service->loadVersionInfo($contentInfo, $versionNo); } - public function loadVersionInfoById(int $contentId, ?int $versionNo = null): VersionInfo - { + public function loadVersionInfoById( + int $contentId, + ?int $versionNo = null + ): VersionInfo { return $this->service->loadVersionInfoById($contentId, $versionNo); } @@ -86,8 +90,12 @@ public function loadVersionInfoListByContentInfo(array $contentInfoList): array return $this->service->loadVersionInfoListByContentInfo($contentInfoList); } - public function loadContentByContentInfo(ContentInfo $contentInfo, ?array $languages = null, ?int $versionNo = null, bool $useAlwaysAvailable = true): Content - { + public function loadContentByContentInfo( + ContentInfo $contentInfo, + ?array $languages = null, + ?int $versionNo = null, + bool $useAlwaysAvailable = true + ): Content { return $this->service->loadContentByContentInfo( $contentInfo, $this->languageResolver->getPrioritizedLanguages($languages), @@ -96,8 +104,11 @@ public function loadContentByContentInfo(ContentInfo $contentInfo, ?array $langu ); } - public function loadContentByVersionInfo(VersionInfo $versionInfo, ?array $languages = null, bool $useAlwaysAvailable = true): Content - { + public function loadContentByVersionInfo( + VersionInfo $versionInfo, + ?array $languages = null, + bool $useAlwaysAvailable = true + ): Content { return $this->service->loadContentByVersionInfo( $versionInfo, $this->languageResolver->getPrioritizedLanguages($languages), @@ -105,8 +116,12 @@ public function loadContentByVersionInfo(VersionInfo $versionInfo, ?array $langu ); } - public function loadContent(int $contentId, ?array $languages = null, ?int $versionNo = null, bool $useAlwaysAvailable = true): Content - { + public function loadContent( + int $contentId, + ?array $languages = null, + ?int $versionNo = null, + bool $useAlwaysAvailable = true + ): Content { return $this->service->loadContent( $contentId, $this->languageResolver->getPrioritizedLanguages($languages), @@ -115,8 +130,12 @@ public function loadContent(int $contentId, ?array $languages = null, ?int $vers ); } - public function loadContentByRemoteId(string $remoteId, ?array $languages = null, ?int $versionNo = null, bool $useAlwaysAvailable = true): Content - { + public function loadContentByRemoteId( + string $remoteId, + ?array $languages = null, + ?int $versionNo = null, + bool $useAlwaysAvailable = true + ): Content { return $this->service->loadContentByRemoteId( $remoteId, $this->languageResolver->getPrioritizedLanguages($languages), @@ -133,8 +152,10 @@ public function createContent( return $this->service->createContent($contentCreateStruct, $locationCreateStructs, $fieldIdentifiersToValidate); } - public function updateContentMetadata(ContentInfo $contentInfo, ContentMetadataUpdateStruct $contentMetadataUpdateStruct): Content - { + public function updateContentMetadata( + ContentInfo $contentInfo, + ContentMetadataUpdateStruct $contentMetadataUpdateStruct + ): Content { return $this->service->updateContentMetadata($contentInfo, $contentMetadataUpdateStruct); } @@ -157,18 +178,26 @@ public function countContentDrafts(?User $user = null): int return $this->service->countContentDrafts($user); } - public function loadContentDraftList(?User $user = null, int $offset = 0, int $limit = -1): ContentDraftList - { + public function loadContentDraftList( + ?User $user = null, + int $offset = 0, + int $limit = -1 + ): ContentDraftList { return $this->service->loadContentDraftList($user, $offset, $limit); } - public function updateContent(VersionInfo $versionInfo, ContentUpdateStruct $contentUpdateStruct, ?array $fieldIdentifiersToValidate = null): Content - { + public function updateContent( + VersionInfo $versionInfo, + ContentUpdateStruct $contentUpdateStruct, + ?array $fieldIdentifiersToValidate = null + ): Content { return $this->service->updateContent($versionInfo, $contentUpdateStruct, $fieldIdentifiersToValidate); } - public function publishVersion(VersionInfo $versionInfo, array $translations = Language::ALL): Content - { + public function publishVersion( + VersionInfo $versionInfo, + array $translations = Language::ALL + ): Content { return $this->service->publishVersion($versionInfo, $translations); } @@ -177,18 +206,25 @@ public function deleteVersion(VersionInfo $versionInfo): void $this->service->deleteVersion($versionInfo); } - public function loadVersions(ContentInfo $contentInfo, ?int $status = null): iterable - { + public function loadVersions( + ContentInfo $contentInfo, + ?int $status = null + ): iterable { return $this->service->loadVersions($contentInfo, $status); } - public function copyContent(ContentInfo $contentInfo, LocationCreateStruct $destinationLocationCreateStruct, ?VersionInfo $versionInfo = null): Content - { + public function copyContent( + ContentInfo $contentInfo, + LocationCreateStruct $destinationLocationCreateStruct, + ?VersionInfo $versionInfo = null + ): Content { return $this->service->copyContent($contentInfo, $destinationLocationCreateStruct, $versionInfo); } - public function countRelations(VersionInfo $versionInfo, ?RelationType $type = null): int - { + public function countRelations( + VersionInfo $versionInfo, + ?RelationType $type = null + ): int { return $this->service->countRelations($versionInfo, $type); } @@ -204,13 +240,17 @@ public function loadRelationList( /** * {@inheritdoc} */ - public function countReverseRelations(ContentInfo $contentInfo, ?RelationType $type = null): int - { + public function countReverseRelations( + ContentInfo $contentInfo, + ?RelationType $type = null + ): int { return $this->service->countReverseRelations($contentInfo, $type); } - public function loadReverseRelations(ContentInfo $contentInfo, ?RelationType $type = null): iterable - { + public function loadReverseRelations( + ContentInfo $contentInfo, + ?RelationType $type = null + ): iterable { return $this->service->loadReverseRelations($contentInfo, $type); } @@ -223,28 +263,39 @@ public function loadReverseRelationList( return $this->service->loadReverseRelationList($contentInfo, $offset, $limit, $type); } - public function addRelation(VersionInfo $sourceVersion, ContentInfo $destinationContent): Relation - { + public function addRelation( + VersionInfo $sourceVersion, + ContentInfo $destinationContent + ): Relation { return $this->service->addRelation($sourceVersion, $destinationContent); } - public function deleteRelation(VersionInfo $sourceVersion, ContentInfo $destinationContent): void - { + public function deleteRelation( + VersionInfo $sourceVersion, + ContentInfo $destinationContent + ): void { $this->service->deleteRelation($sourceVersion, $destinationContent); } - public function deleteTranslation(ContentInfo $contentInfo, string $languageCode): void - { + public function deleteTranslation( + ContentInfo $contentInfo, + string $languageCode + ): void { $this->service->deleteTranslation($contentInfo, $languageCode); } - public function deleteTranslationFromDraft(VersionInfo $versionInfo, string $languageCode): Content - { + public function deleteTranslationFromDraft( + VersionInfo $versionInfo, + string $languageCode + ): Content { return $this->service->deleteTranslationFromDraft($versionInfo, $languageCode); } - public function loadContentListByContentInfo(array $contentInfoList, ?array $languages = null, bool $useAlwaysAvailable = true): iterable - { + public function loadContentListByContentInfo( + array $contentInfoList, + ?array $languages = null, + bool $useAlwaysAvailable = true + ): iterable { return $this->service->loadContentListByContentInfo( $contentInfoList, $this->languageResolver->getPrioritizedLanguages($languages), @@ -262,8 +313,10 @@ public function revealContent(ContentInfo $contentInfo): void $this->service->revealContent($contentInfo); } - public function newContentCreateStruct(ContentType $contentType, string $mainLanguageCode): ContentCreateStruct - { + public function newContentCreateStruct( + ContentType $contentType, + string $mainLanguageCode + ): ContentCreateStruct { return $this->service->newContentCreateStruct($contentType, $mainLanguageCode); } @@ -285,16 +338,20 @@ public function validate( return $this->service->validate($object, $context, $fieldIdentifiersToValidate); } - public function find(Filter $filter, ?array $languages = null): ContentList - { + public function find( + Filter $filter, + ?array $languages = null + ): ContentList { return $this->service->find( $filter, $this->languageResolver->getPrioritizedLanguages($languages) ); } - public function count(Filter $filter, ?array $languages = null): int - { + public function count( + Filter $filter, + ?array $languages = null + ): int { return $this->service->count( $filter, $this->languageResolver->getPrioritizedLanguages($languages) diff --git a/src/lib/Repository/SiteAccessAware/ContentTypeService.php b/src/lib/Repository/SiteAccessAware/ContentTypeService.php index facec0dd78..4614568dd2 100644 --- a/src/lib/Repository/SiteAccessAware/ContentTypeService.php +++ b/src/lib/Repository/SiteAccessAware/ContentTypeService.php @@ -28,17 +28,17 @@ */ class ContentTypeService implements ContentTypeServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeServiceInterface */ protected $service; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver */ + /** @var LanguageResolver */ protected $languageResolver; /** * Construct service object from aggregated service and LanguageResolver. * - * @param \Ibexa\Contracts\Core\Repository\ContentTypeService $service - * @param \Ibexa\Contracts\Core\Repository\LanguageResolver $languageResolver + * @param ContentTypeServiceInterface $service + * @param LanguageResolver $languageResolver */ public function __construct( ContentTypeServiceInterface $service, @@ -53,15 +53,19 @@ public function createContentTypeGroup(ContentTypeGroupCreateStruct $contentType return $this->service->createContentTypeGroup($contentTypeGroupCreateStruct); } - public function loadContentTypeGroup(int $contentTypeGroupId, ?array $prioritizedLanguages = null): ContentTypeGroup - { + public function loadContentTypeGroup( + int $contentTypeGroupId, + ?array $prioritizedLanguages = null + ): ContentTypeGroup { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadContentTypeGroup($contentTypeGroupId, $prioritizedLanguages); } - public function loadContentTypeGroupByIdentifier(string $contentTypeGroupIdentifier, ?array $prioritizedLanguages = null): ContentTypeGroup - { + public function loadContentTypeGroupByIdentifier( + string $contentTypeGroupIdentifier, + ?array $prioritizedLanguages = null + ): ContentTypeGroup { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadContentTypeGroupByIdentifier($contentTypeGroupIdentifier, $prioritizedLanguages); @@ -74,8 +78,10 @@ public function loadContentTypeGroups(?array $prioritizedLanguages = null): iter return $this->service->loadContentTypeGroups($prioritizedLanguages); } - public function updateContentTypeGroup(ContentTypeGroup $contentTypeGroup, ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct): void - { + public function updateContentTypeGroup( + ContentTypeGroup $contentTypeGroup, + ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct + ): void { $this->service->updateContentTypeGroup($contentTypeGroup, $contentTypeGroupUpdateStruct); } @@ -84,51 +90,67 @@ public function deleteContentTypeGroup(ContentTypeGroup $contentTypeGroup): void $this->service->deleteContentTypeGroup($contentTypeGroup); } - public function createContentType(ContentTypeCreateStruct $contentTypeCreateStruct, array $contentTypeGroups): ContentTypeDraft - { + public function createContentType( + ContentTypeCreateStruct $contentTypeCreateStruct, + array $contentTypeGroups + ): ContentTypeDraft { return $this->service->createContentType($contentTypeCreateStruct, $contentTypeGroups); } - public function loadContentType(int $contentTypeId, ?array $prioritizedLanguages = null): ContentType - { + public function loadContentType( + int $contentTypeId, + ?array $prioritizedLanguages = null + ): ContentType { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadContentType($contentTypeId, $prioritizedLanguages); } - public function loadContentTypeByIdentifier(string $identifier, ?array $prioritizedLanguages = null): ContentType - { + public function loadContentTypeByIdentifier( + string $identifier, + ?array $prioritizedLanguages = null + ): ContentType { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadContentTypeByIdentifier($identifier, $prioritizedLanguages); } - public function loadContentTypeByRemoteId(string $remoteId, ?array $prioritizedLanguages = null): ContentType - { + public function loadContentTypeByRemoteId( + string $remoteId, + ?array $prioritizedLanguages = null + ): ContentType { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadContentTypeByRemoteId($remoteId, $prioritizedLanguages); } - public function loadContentTypeDraft(int $contentTypeId, bool $ignoreOwnership = false): ContentTypeDraft - { + public function loadContentTypeDraft( + int $contentTypeId, + bool $ignoreOwnership = false + ): ContentTypeDraft { return $this->service->loadContentTypeDraft($contentTypeId, $ignoreOwnership); } - public function loadContentTypeList(array $contentTypeIds, ?array $prioritizedLanguages = null): iterable - { + public function loadContentTypeList( + array $contentTypeIds, + ?array $prioritizedLanguages = null + ): iterable { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadContentTypeList($contentTypeIds, $prioritizedLanguages); } - public function findContentTypes(?ContentTypeQuery $query = null, array $prioritizedLanguages = []): SearchResult - { + public function findContentTypes( + ?ContentTypeQuery $query = null, + array $prioritizedLanguages = [] + ): SearchResult { return $this->service->findContentTypes($query, $prioritizedLanguages); } - public function loadContentTypes(ContentTypeGroup $contentTypeGroup, ?array $prioritizedLanguages = null): iterable - { + public function loadContentTypes( + ContentTypeGroup $contentTypeGroup, + ?array $prioritizedLanguages = null + ): iterable { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadContentTypes($contentTypeGroup, $prioritizedLanguages); @@ -139,8 +161,10 @@ public function createContentTypeDraft(ContentType $contentType): ContentTypeDra return $this->service->createContentTypeDraft($contentType); } - public function updateContentTypeDraft(ContentTypeDraft $contentTypeDraft, ContentTypeUpdateStruct $contentTypeUpdateStruct): void - { + public function updateContentTypeDraft( + ContentTypeDraft $contentTypeDraft, + ContentTypeUpdateStruct $contentTypeUpdateStruct + ): void { $this->service->updateContentTypeDraft($contentTypeDraft, $contentTypeUpdateStruct); } @@ -149,33 +173,46 @@ public function deleteContentType(ContentType $contentType): void $this->service->deleteContentType($contentType); } - public function copyContentType(ContentType $contentType, ?User $creator = null): ContentType - { + public function copyContentType( + ContentType $contentType, + ?User $creator = null + ): ContentType { return $this->service->copyContentType($contentType, $creator); } - public function assignContentTypeGroup(ContentType $contentType, ContentTypeGroup $contentTypeGroup): void - { + public function assignContentTypeGroup( + ContentType $contentType, + ContentTypeGroup $contentTypeGroup + ): void { $this->service->assignContentTypeGroup($contentType, $contentTypeGroup); } - public function unassignContentTypeGroup(ContentType $contentType, ContentTypeGroup $contentTypeGroup): void - { + public function unassignContentTypeGroup( + ContentType $contentType, + ContentTypeGroup $contentTypeGroup + ): void { $this->service->unassignContentTypeGroup($contentType, $contentTypeGroup); } - public function addFieldDefinition(ContentTypeDraft $contentTypeDraft, FieldDefinitionCreateStruct $fieldDefinitionCreateStruct): void - { + public function addFieldDefinition( + ContentTypeDraft $contentTypeDraft, + FieldDefinitionCreateStruct $fieldDefinitionCreateStruct + ): void { $this->service->addFieldDefinition($contentTypeDraft, $fieldDefinitionCreateStruct); } - public function removeFieldDefinition(ContentTypeDraft $contentTypeDraft, FieldDefinition $fieldDefinition): void - { + public function removeFieldDefinition( + ContentTypeDraft $contentTypeDraft, + FieldDefinition $fieldDefinition + ): void { $this->service->removeFieldDefinition($contentTypeDraft, $fieldDefinition); } - public function updateFieldDefinition(ContentTypeDraft $contentTypeDraft, FieldDefinition $fieldDefinition, FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct): void - { + public function updateFieldDefinition( + ContentTypeDraft $contentTypeDraft, + FieldDefinition $fieldDefinition, + FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct + ): void { $this->service->updateFieldDefinition($contentTypeDraft, $fieldDefinition, $fieldDefinitionUpdateStruct); } @@ -204,8 +241,10 @@ public function newContentTypeGroupUpdateStruct(): ContentTypeGroupUpdateStruct return $this->service->newContentTypeGroupUpdateStruct(); } - public function newFieldDefinitionCreateStruct(string $identifier, string $fieldTypeIdentifier): FieldDefinitionCreateStruct - { + public function newFieldDefinitionCreateStruct( + string $identifier, + string $fieldTypeIdentifier + ): FieldDefinitionCreateStruct { return $this->service->newFieldDefinitionCreateStruct($identifier, $fieldTypeIdentifier); } @@ -219,8 +258,10 @@ public function isContentTypeUsed(ContentType $contentType): bool return $this->service->isContentTypeUsed($contentType); } - public function removeContentTypeTranslation(ContentTypeDraft $contentTypeDraft, string $languageCode): ContentTypeDraft - { + public function removeContentTypeTranslation( + ContentTypeDraft $contentTypeDraft, + string $languageCode + ): ContentTypeDraft { return $this->service->removeContentTypeTranslation($contentTypeDraft, $languageCode); } diff --git a/src/lib/Repository/SiteAccessAware/LanguageService.php b/src/lib/Repository/SiteAccessAware/LanguageService.php index d55891f819..92737d9d96 100644 --- a/src/lib/Repository/SiteAccessAware/LanguageService.php +++ b/src/lib/Repository/SiteAccessAware/LanguageService.php @@ -18,13 +18,13 @@ */ class LanguageService implements LanguageServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\LanguageService */ + /** @var LanguageServiceInterface */ protected $service; /** * Construct service object from aggregated service. * - * @param \Ibexa\Contracts\Core\Repository\LanguageService $service + * @param LanguageServiceInterface $service */ public function __construct( LanguageServiceInterface $service @@ -37,8 +37,10 @@ public function createLanguage(LanguageCreateStruct $languageCreateStruct): Lang return $this->service->createLanguage($languageCreateStruct); } - public function updateLanguageName(Language $language, string $newName): Language - { + public function updateLanguageName( + Language $language, + string $newName + ): Language { return $this->service->updateLanguageName($language, $newName); } diff --git a/src/lib/Repository/SiteAccessAware/LocationService.php b/src/lib/Repository/SiteAccessAware/LocationService.php index 3dc1d8ddae..4a03fe1198 100644 --- a/src/lib/Repository/SiteAccessAware/LocationService.php +++ b/src/lib/Repository/SiteAccessAware/LocationService.php @@ -25,17 +25,17 @@ */ class LocationService implements LocationServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\LocationService */ + /** @var LocationServiceInterface */ protected $service; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver */ + /** @var LanguageResolver */ protected $languageResolver; /** * Construct service object from aggregated service and LanguageResolver. * - * @param \Ibexa\Contracts\Core\Repository\LocationService $service - * @param \Ibexa\Contracts\Core\Repository\LanguageResolver $languageResolver + * @param LocationServiceInterface $service + * @param LanguageResolver $languageResolver */ public function __construct( LocationServiceInterface $service, @@ -45,13 +45,18 @@ public function __construct( $this->languageResolver = $languageResolver; } - public function copySubtree(Location $subtree, Location $targetParentLocation): Location - { + public function copySubtree( + Location $subtree, + Location $targetParentLocation + ): Location { return $this->service->copySubtree($subtree, $targetParentLocation); } - public function loadLocation(int $locationId, ?array $prioritizedLanguages = null, ?bool $useAlwaysAvailable = null): Location - { + public function loadLocation( + int $locationId, + ?array $prioritizedLanguages = null, + ?bool $useAlwaysAvailable = null + ): Location { return $this->service->loadLocation( $locationId, $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages), @@ -59,8 +64,11 @@ public function loadLocation(int $locationId, ?array $prioritizedLanguages = nul ); } - public function loadLocationList(array $locationIds, ?array $prioritizedLanguages = null, ?bool $useAlwaysAvailable = null): iterable - { + public function loadLocationList( + array $locationIds, + ?array $prioritizedLanguages = null, + ?bool $useAlwaysAvailable = null + ): iterable { return $this->service->loadLocationList( $locationIds, $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages), @@ -68,8 +76,11 @@ public function loadLocationList(array $locationIds, ?array $prioritizedLanguage ); } - public function loadLocationByRemoteId(string $remoteId, ?array $prioritizedLanguages = null, ?bool $useAlwaysAvailable = null): Location - { + public function loadLocationByRemoteId( + string $remoteId, + ?array $prioritizedLanguages = null, + ?bool $useAlwaysAvailable = null + ): Location { return $this->service->loadLocationByRemoteId( $remoteId, $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages), @@ -77,8 +88,11 @@ public function loadLocationByRemoteId(string $remoteId, ?array $prioritizedLang ); } - public function loadLocations(ContentInfo $contentInfo, ?Location $rootLocation = null, ?array $prioritizedLanguages = null): iterable - { + public function loadLocations( + ContentInfo $contentInfo, + ?Location $rootLocation = null, + ?array $prioritizedLanguages = null + ): iterable { return $this->service->loadLocations( $contentInfo, $rootLocation, @@ -86,8 +100,12 @@ public function loadLocations(ContentInfo $contentInfo, ?Location $rootLocation ); } - public function loadLocationChildren(Location $location, int $offset = 0, int $limit = 25, ?array $prioritizedLanguages = null): LocationList - { + public function loadLocationChildren( + Location $location, + int $offset = 0, + int $limit = 25, + ?array $prioritizedLanguages = null + ): LocationList { return $this->service->loadLocationChildren( $location, $offset, @@ -96,8 +114,10 @@ public function loadLocationChildren(Location $location, int $offset = 0, int $l ); } - public function loadParentLocationsForDraftContent(VersionInfo $versionInfo, ?array $prioritizedLanguages = null): iterable - { + public function loadParentLocationsForDraftContent( + VersionInfo $versionInfo, + ?array $prioritizedLanguages = null + ): iterable { return $this->service->loadParentLocationsForDraftContent( $versionInfo, $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages) @@ -114,18 +134,24 @@ public function getSubtreeSize(Location $location): int return $this->service->getSubtreeSize($location); } - public function createLocation(ContentInfo $contentInfo, LocationCreateStruct $locationCreateStruct): Location - { + public function createLocation( + ContentInfo $contentInfo, + LocationCreateStruct $locationCreateStruct + ): Location { return $this->service->createLocation($contentInfo, $locationCreateStruct); } - public function updateLocation(Location $location, LocationUpdateStruct $locationUpdateStruct): Location - { + public function updateLocation( + Location $location, + LocationUpdateStruct $locationUpdateStruct + ): Location { return $this->service->updateLocation($location, $locationUpdateStruct); } - public function swapLocation(Location $location1, Location $location2): void - { + public function swapLocation( + Location $location1, + Location $location2 + ): void { $this->service->swapLocation($location1, $location2); } @@ -139,8 +165,10 @@ public function unhideLocation(Location $location): Location return $this->service->unhideLocation($location); } - public function moveSubtree(Location $location, Location $newParentLocation): void - { + public function moveSubtree( + Location $location, + Location $newParentLocation + ): void { $this->service->moveSubtree($location, $newParentLocation); } @@ -177,23 +205,29 @@ public function getAllLocationsCount(): int * @param int $limit * @param int $offset * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location[] + * @return Location[] */ - public function loadAllLocations(int $offset = 0, int $limit = 25): array - { + public function loadAllLocations( + int $offset = 0, + int $limit = 25 + ): array { return $this->service->loadAllLocations($offset, $limit); } - public function find(Filter $filter, ?array $languages = null): LocationList - { + public function find( + Filter $filter, + ?array $languages = null + ): LocationList { return $this->service->find( $filter, $this->languageResolver->getPrioritizedLanguages($languages) ); } - public function count(Filter $filter, ?array $languages = null): int - { + public function count( + Filter $filter, + ?array $languages = null + ): int { return $this->service->count( $filter, $this->languageResolver->getPrioritizedLanguages($languages) diff --git a/src/lib/Repository/SiteAccessAware/NotificationService.php b/src/lib/Repository/SiteAccessAware/NotificationService.php index b54c01ed1f..0e39ef60c4 100644 --- a/src/lib/Repository/SiteAccessAware/NotificationService.php +++ b/src/lib/Repository/SiteAccessAware/NotificationService.php @@ -16,13 +16,13 @@ class NotificationService implements NotificationServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\NotificationService */ + /** @var NotificationServiceInterface */ protected $service; /** * Construct service object from aggregated service. * - * @param \Ibexa\Contracts\Core\Repository\NotificationService $service + * @param NotificationServiceInterface $service */ public function __construct( NotificationServiceInterface $service @@ -30,8 +30,10 @@ public function __construct( $this->service = $service; } - public function loadNotifications(int $offset, int $limit): NotificationList - { + public function loadNotifications( + int $offset, + int $limit + ): NotificationList { return $this->service->loadNotifications($offset, $limit); } @@ -43,7 +45,7 @@ public function findNotifications(?NotificationQuery $query = null): Notificatio /** * @param int $notificationId * - * @return \Ibexa\Contracts\Core\Repository\Values\Notification\Notification + * @return Notification */ public function getNotification(int $notificationId): Notification { @@ -61,7 +63,7 @@ public function markUserNotificationsAsRead(array $notificationIds = []): void /** * Mark notification as read so it no longer bother the user. * - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\Notification $notification + * @param Notification $notification */ public function markNotificationAsRead(Notification $notification): void { @@ -89,7 +91,7 @@ public function getNotificationCount(?NotificationQuery $query = null): int } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\Notification $notification + * @param Notification $notification */ public function deleteNotification(Notification $notification): void { @@ -97,9 +99,9 @@ public function deleteNotification(Notification $notification): void } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Notification\CreateStruct $createStruct + * @param CreateStruct $createStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\Notification\Notification + * @return Notification */ public function createNotification(CreateStruct $createStruct): Notification { diff --git a/src/lib/Repository/SiteAccessAware/ObjectStateService.php b/src/lib/Repository/SiteAccessAware/ObjectStateService.php index f66076f42e..1ef8491aca 100644 --- a/src/lib/Repository/SiteAccessAware/ObjectStateService.php +++ b/src/lib/Repository/SiteAccessAware/ObjectStateService.php @@ -22,17 +22,17 @@ */ class ObjectStateService implements ObjectStateServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\ObjectStateService */ + /** @var ObjectStateServiceInterface */ protected $service; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver */ + /** @var LanguageResolver */ protected $languageResolver; /** * Construct service object from aggregated service and LanguageResolver. * - * @param \Ibexa\Contracts\Core\Repository\ObjectStateService $service - * @param \Ibexa\Contracts\Core\Repository\LanguageResolver $languageResolver + * @param ObjectStateServiceInterface $service + * @param LanguageResolver $languageResolver */ public function __construct( ObjectStateServiceInterface $service, @@ -47,8 +47,10 @@ public function createObjectStateGroup(ObjectStateGroupCreateStruct $objectState return $this->service->createObjectStateGroup($objectStateGroupCreateStruct); } - public function loadObjectStateGroup(int $objectStateGroupId, ?array $prioritizedLanguages = null): ObjectStateGroup - { + public function loadObjectStateGroup( + int $objectStateGroupId, + ?array $prioritizedLanguages = null + ): ObjectStateGroup { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadObjectStateGroup($objectStateGroupId, $prioritizedLanguages); @@ -63,22 +65,29 @@ public function loadObjectStateGroupByIdentifier( return $this->service->loadObjectStateGroupByIdentifier($objectStateGroupIdentifier, $prioritizedLanguages); } - public function loadObjectStateGroups(int $offset = 0, int $limit = -1, ?array $prioritizedLanguages = null): iterable - { + public function loadObjectStateGroups( + int $offset = 0, + int $limit = -1, + ?array $prioritizedLanguages = null + ): iterable { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadObjectStateGroups($offset, $limit, $prioritizedLanguages); } - public function loadObjectStates(ObjectStateGroup $objectStateGroup, ?array $prioritizedLanguages = null): iterable - { + public function loadObjectStates( + ObjectStateGroup $objectStateGroup, + ?array $prioritizedLanguages = null + ): iterable { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadObjectStates($objectStateGroup, $prioritizedLanguages); } - public function updateObjectStateGroup(ObjectStateGroup $objectStateGroup, ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct): ObjectStateGroup - { + public function updateObjectStateGroup( + ObjectStateGroup $objectStateGroup, + ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct + ): ObjectStateGroup { return $this->service->updateObjectStateGroup($objectStateGroup, $objectStateGroupUpdateStruct); } @@ -87,13 +96,17 @@ public function deleteObjectStateGroup(ObjectStateGroup $objectStateGroup): void $this->service->deleteObjectStateGroup($objectStateGroup); } - public function createObjectState(ObjectStateGroup $objectStateGroup, ObjectStateCreateStruct $objectStateCreateStruct): ObjectState - { + public function createObjectState( + ObjectStateGroup $objectStateGroup, + ObjectStateCreateStruct $objectStateCreateStruct + ): ObjectState { return $this->service->createObjectState($objectStateGroup, $objectStateCreateStruct); } - public function loadObjectState(int $stateId, ?array $prioritizedLanguages = null): ObjectState - { + public function loadObjectState( + int $stateId, + ?array $prioritizedLanguages = null + ): ObjectState { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadObjectState($stateId, $prioritizedLanguages); @@ -113,13 +126,17 @@ public function loadObjectStateByIdentifier( ); } - public function updateObjectState(ObjectState $objectState, ObjectStateUpdateStruct $objectStateUpdateStruct): ObjectState - { + public function updateObjectState( + ObjectState $objectState, + ObjectStateUpdateStruct $objectStateUpdateStruct + ): ObjectState { return $this->service->updateObjectState($objectState, $objectStateUpdateStruct); } - public function setPriorityOfObjectState(ObjectState $objectState, int $priority): void - { + public function setPriorityOfObjectState( + ObjectState $objectState, + int $priority + ): void { $this->service->setPriorityOfObjectState($objectState, $priority); } @@ -128,13 +145,18 @@ public function deleteObjectState(ObjectState $objectState): void $this->service->deleteObjectState($objectState); } - public function setContentState(ContentInfo $contentInfo, ObjectStateGroup $objectStateGroup, ObjectState $objectState): void - { + public function setContentState( + ContentInfo $contentInfo, + ObjectStateGroup $objectStateGroup, + ObjectState $objectState + ): void { $this->service->setContentState($contentInfo, $objectStateGroup, $objectState); } - public function getContentState(ContentInfo $contentInfo, ObjectStateGroup $objectStateGroup): ObjectState - { + public function getContentState( + ContentInfo $contentInfo, + ObjectStateGroup $objectStateGroup + ): ObjectState { return $this->service->getContentState($contentInfo, $objectStateGroup); } diff --git a/src/lib/Repository/SiteAccessAware/Repository.php b/src/lib/Repository/SiteAccessAware/Repository.php index 13a2d72a89..6ff85f5833 100644 --- a/src/lib/Repository/SiteAccessAware/Repository.php +++ b/src/lib/Repository/SiteAccessAware/Repository.php @@ -33,37 +33,37 @@ */ class Repository implements RepositoryInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var RepositoryInterface */ protected $repository; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentServiceInterface */ protected $contentService; - /** @var \Ibexa\Contracts\Core\Repository\SectionService */ + /** @var SectionServiceInterface */ protected $sectionService; - /** @var \Ibexa\Contracts\Core\Repository\SearchService */ + /** @var SearchServiceInterface */ protected $searchService; - /** @var \Ibexa\Contracts\Core\Repository\UserService */ + /** @var UserServiceInterface */ protected $userService; - /** @var \Ibexa\Contracts\Core\Repository\LanguageService */ + /** @var LanguageServiceInterface */ protected $languageService; - /** @var \Ibexa\Contracts\Core\Repository\LocationService */ + /** @var LocationServiceInterface */ protected $locationService; - /** @var \Ibexa\Contracts\Core\Repository\TrashService */ + /** @var TrashServiceInterface */ protected $trashService; - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeServiceInterface */ protected $contentTypeService; - /** @var \Ibexa\Contracts\Core\Repository\ObjectStateService */ + /** @var ObjectStateServiceInterface */ protected $objectStateService; - /** @var \Ibexa\Contracts\Core\Repository\URLAliasService */ + /** @var URLAliasServiceInterface */ protected $urlAliasService; /** @var \Ibexa\Core\Repository\NotificationService */ @@ -100,8 +100,10 @@ public function __construct( $this->notificationService = $notificationService; } - public function sudo(callable $callback, ?RepositoryInterface $outerRepository = null) - { + public function sudo( + callable $callback, + ?RepositoryInterface $outerRepository = null + ) { return $this->repository->sudo($callback, $outerRepository ?? $this); } diff --git a/src/lib/Repository/SiteAccessAware/SearchService.php b/src/lib/Repository/SiteAccessAware/SearchService.php index 7ea2435180..2c8baefec5 100644 --- a/src/lib/Repository/SiteAccessAware/SearchService.php +++ b/src/lib/Repository/SiteAccessAware/SearchService.php @@ -21,17 +21,17 @@ */ class SearchService implements SearchServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\SearchService */ + /** @var SearchServiceInterface */ protected $service; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver */ + /** @var LanguageResolver */ protected $languageResolver; /** * Construct service object from aggregated service and LanguageResolver. * - * @param \Ibexa\Contracts\Core\Repository\SearchService $service - * @param \Ibexa\Contracts\Core\Repository\LanguageResolver $languageResolver + * @param SearchServiceInterface $service + * @param LanguageResolver $languageResolver */ public function __construct( SearchServiceInterface $service, @@ -41,8 +41,11 @@ public function __construct( $this->languageResolver = $languageResolver; } - public function findContent(Query $query, array $languageFilter = [], bool $filterOnUserPermissions = true): SearchResult - { + public function findContent( + Query $query, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): SearchResult { $languageFilter['languages'] = $this->languageResolver->getPrioritizedLanguages( $languageFilter['languages'] ?? null ); @@ -54,8 +57,11 @@ public function findContent(Query $query, array $languageFilter = [], bool $filt return $this->service->findContent($query, $languageFilter, $filterOnUserPermissions); } - public function findContentInfo(Query $query, array $languageFilter = [], bool $filterOnUserPermissions = true): SearchResult - { + public function findContentInfo( + Query $query, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): SearchResult { $languageFilter['languages'] = $this->languageResolver->getPrioritizedLanguages( $languageFilter['languages'] ?? null ); @@ -67,8 +73,11 @@ public function findContentInfo(Query $query, array $languageFilter = [], bool $ return $this->service->findContentInfo($query, $languageFilter, $filterOnUserPermissions); } - public function findSingle(CriterionInterface $filter, array $languageFilter = [], bool $filterOnUserPermissions = true): Content - { + public function findSingle( + CriterionInterface $filter, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): Content { $languageFilter['languages'] = $this->languageResolver->getPrioritizedLanguages( $languageFilter['languages'] ?? null ); @@ -80,13 +89,20 @@ public function findSingle(CriterionInterface $filter, array $languageFilter = [ return $this->service->findSingle($filter, $languageFilter, $filterOnUserPermissions); } - public function suggest(string $prefix, array $fieldPaths = [], int $limit = 10, ?CriterionInterface $filter = null) - { + public function suggest( + string $prefix, + array $fieldPaths = [], + int $limit = 10, + ?CriterionInterface $filter = null + ) { return $this->service->suggest($prefix, $fieldPaths, $limit, $filter); } - public function findLocations(LocationQuery $query, array $languageFilter = [], bool $filterOnUserPermissions = true): SearchResult - { + public function findLocations( + LocationQuery $query, + array $languageFilter = [], + bool $filterOnUserPermissions = true + ): SearchResult { $languageFilter['languages'] = $this->languageResolver->getPrioritizedLanguages( $languageFilter['languages'] ?? null ); diff --git a/src/lib/Repository/SiteAccessAware/SectionService.php b/src/lib/Repository/SiteAccessAware/SectionService.php index 47b7fc161a..819f0d9976 100644 --- a/src/lib/Repository/SiteAccessAware/SectionService.php +++ b/src/lib/Repository/SiteAccessAware/SectionService.php @@ -22,13 +22,13 @@ */ class SectionService implements SectionServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\SectionService */ + /** @var SectionServiceInterface */ protected $service; /** * Construct service object from aggregated service. * - * @param \Ibexa\Contracts\Core\Repository\SectionService $service + * @param SectionServiceInterface $service */ public function __construct( SectionServiceInterface $service @@ -41,8 +41,10 @@ public function createSection(SectionCreateStruct $sectionCreateStruct): Section return $this->service->createSection($sectionCreateStruct); } - public function updateSection(Section $section, SectionUpdateStruct $sectionUpdateStruct): Section - { + public function updateSection( + Section $section, + SectionUpdateStruct $sectionUpdateStruct + ): Section { return $this->service->updateSection($section, $sectionUpdateStruct); } @@ -71,13 +73,17 @@ public function isSectionUsed(Section $section): bool return $this->service->isSectionUsed($section); } - public function assignSection(ContentInfo $contentInfo, Section $section): void - { + public function assignSection( + ContentInfo $contentInfo, + Section $section + ): void { $this->service->assignSection($contentInfo, $section); } - public function assignSectionToSubtree(Location $location, Section $section): void - { + public function assignSectionToSubtree( + Location $location, + Section $section + ): void { $this->service->assignSectionToSubtree($location, $section); } diff --git a/src/lib/Repository/SiteAccessAware/SettingService.php b/src/lib/Repository/SiteAccessAware/SettingService.php index 91d8932612..e661674053 100644 --- a/src/lib/Repository/SiteAccessAware/SettingService.php +++ b/src/lib/Repository/SiteAccessAware/SettingService.php @@ -10,6 +10,4 @@ use Ibexa\Contracts\Core\Repository\Decorator\SettingServiceDecorator; -class SettingService extends SettingServiceDecorator -{ -} +class SettingService extends SettingServiceDecorator {} diff --git a/src/lib/Repository/SiteAccessAware/TrashService.php b/src/lib/Repository/SiteAccessAware/TrashService.php index 6784bac23c..57e91d7765 100644 --- a/src/lib/Repository/SiteAccessAware/TrashService.php +++ b/src/lib/Repository/SiteAccessAware/TrashService.php @@ -23,13 +23,13 @@ */ class TrashService implements TrashServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\TrashService */ + /** @var TrashServiceInterface */ protected $service; /** * Construct service object from aggregated service. * - * @param \Ibexa\Contracts\Core\Repository\TrashService $service + * @param TrashServiceInterface $service */ public function __construct( TrashServiceInterface $service @@ -47,8 +47,10 @@ public function trash(Location $location): ?TrashItem return $this->service->trash($location); } - public function recover(TrashItem $trashItem, ?Location $newParentLocation = null): Location - { + public function recover( + TrashItem $trashItem, + ?Location $newParentLocation = null + ): Location { return $this->service->recover($trashItem, $newParentLocation); } diff --git a/src/lib/Repository/SiteAccessAware/URLAliasService.php b/src/lib/Repository/SiteAccessAware/URLAliasService.php index d1be047c3c..d481343e65 100644 --- a/src/lib/Repository/SiteAccessAware/URLAliasService.php +++ b/src/lib/Repository/SiteAccessAware/URLAliasService.php @@ -18,17 +18,17 @@ */ class URLAliasService implements URLAliasServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\URLAliasService */ + /** @var URLAliasServiceInterface */ protected $service; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver */ + /** @var LanguageResolver */ protected $languageResolver; /** * Construct service object from aggregated service and LanguageResolver. * - * @param \Ibexa\Contracts\Core\Repository\URLAliasService $service - * @param \Ibexa\Contracts\Core\Repository\LanguageResolver $languageResolver + * @param URLAliasServiceInterface $service + * @param LanguageResolver $languageResolver */ public function __construct( URLAliasServiceInterface $service, @@ -74,8 +74,11 @@ public function listLocationAliases( ); } - public function listGlobalAliases(?string $languageCode = null, int $offset = 0, int $limit = -1): iterable - { + public function listGlobalAliases( + ?string $languageCode = null, + int $offset = 0, + int $limit = -1 + ): iterable { return $this->service->listGlobalAliases($languageCode, $offset, $limit); } @@ -84,8 +87,10 @@ public function removeAliases(array $aliasList): void $this->service->removeAliases($aliasList); } - public function lookup(string $url, ?string $languageCode = null): URLAlias - { + public function lookup( + string $url, + ?string $languageCode = null + ): URLAlias { return $this->service->lookup($url, $languageCode); } diff --git a/src/lib/Repository/SiteAccessAware/UserService.php b/src/lib/Repository/SiteAccessAware/UserService.php index 892ed00dd2..2e4d213184 100644 --- a/src/lib/Repository/SiteAccessAware/UserService.php +++ b/src/lib/Repository/SiteAccessAware/UserService.php @@ -29,17 +29,17 @@ */ class UserService implements UserServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\UserService */ + /** @var UserServiceInterface */ protected $service; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver */ + /** @var LanguageResolver */ protected $languageResolver; /** * Construct service object from aggregated service. * - * @param \Ibexa\Contracts\Core\Repository\UserService $service - * @param \Ibexa\Contracts\Core\Repository\LanguageResolver $languageResolver + * @param UserServiceInterface $service + * @param LanguageResolver $languageResolver */ public function __construct( UserServiceInterface $service, @@ -49,27 +49,37 @@ public function __construct( $this->languageResolver = $languageResolver; } - public function createUserGroup(UserGroupCreateStruct $userGroupCreateStruct, UserGroup $parentGroup): UserGroup - { + public function createUserGroup( + UserGroupCreateStruct $userGroupCreateStruct, + UserGroup $parentGroup + ): UserGroup { return $this->service->createUserGroup($userGroupCreateStruct, $parentGroup); } - public function loadUserGroup(int $id, ?array $prioritizedLanguages = null): UserGroup - { + public function loadUserGroup( + int $id, + ?array $prioritizedLanguages = null + ): UserGroup { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadUserGroup($id, $prioritizedLanguages); } - public function loadUserGroupByRemoteId(string $remoteId, array $prioritizedLanguages = []): UserGroup - { + public function loadUserGroupByRemoteId( + string $remoteId, + array $prioritizedLanguages = [] + ): UserGroup { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadUserGroupByRemoteId($remoteId, $prioritizedLanguages); } - public function loadSubUserGroups(UserGroup $userGroup, int $offset = 0, int $limit = 25, ?array $prioritizedLanguages = null): iterable - { + public function loadSubUserGroups( + UserGroup $userGroup, + int $offset = 0, + int $limit = 25, + ?array $prioritizedLanguages = null + ): iterable { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadSubUserGroups($userGroup, $offset, $limit, $prioritizedLanguages); @@ -80,23 +90,31 @@ public function deleteUserGroup(UserGroup $userGroup): array return $this->service->deleteUserGroup($userGroup); } - public function moveUserGroup(UserGroup $userGroup, UserGroup $newParent): void - { + public function moveUserGroup( + UserGroup $userGroup, + UserGroup $newParent + ): void { $this->service->moveUserGroup($userGroup, $newParent); } - public function updateUserGroup(UserGroup $userGroup, UserGroupUpdateStruct $userGroupUpdateStruct): UserGroup - { + public function updateUserGroup( + UserGroup $userGroup, + UserGroupUpdateStruct $userGroupUpdateStruct + ): UserGroup { return $this->service->updateUserGroup($userGroup, $userGroupUpdateStruct); } - public function createUser(UserCreateStruct $userCreateStruct, array $parentGroups): User - { + public function createUser( + UserCreateStruct $userCreateStruct, + array $parentGroups + ): User { return $this->service->createUser($userCreateStruct, $parentGroups); } - public function loadUser(int $userId, ?array $prioritizedLanguages = null): User - { + public function loadUser( + int $userId, + ?array $prioritizedLanguages = null + ): User { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadUser($userId, $prioritizedLanguages); @@ -110,22 +128,28 @@ public function checkUserCredentials( return $this->service->checkUserCredentials($user, $credentials); } - public function loadUserByLogin(string $login, ?array $prioritizedLanguages = null): User - { + public function loadUserByLogin( + string $login, + ?array $prioritizedLanguages = null + ): User { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadUserByLogin($login, $prioritizedLanguages); } - public function loadUserByEmail(string $email, ?array $prioritizedLanguages = null): User - { + public function loadUserByEmail( + string $email, + ?array $prioritizedLanguages = null + ): User { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadUserByEmail($email, $prioritizedLanguages); } - public function loadUsersByEmail(string $email, ?array $prioritizedLanguages = null): array - { + public function loadUsersByEmail( + string $email, + ?array $prioritizedLanguages = null + ): array { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadUsersByEmail($email, $prioritizedLanguages); @@ -136,50 +160,70 @@ public function deleteUser(User $user): array return $this->service->deleteUser($user); } - public function updateUser(User $user, UserUpdateStruct $userUpdateStruct): User - { + public function updateUser( + User $user, + UserUpdateStruct $userUpdateStruct + ): User { return $this->service->updateUser($user, $userUpdateStruct); } - public function updateUserPassword(User $user, string $newPassword): User - { + public function updateUserPassword( + User $user, + string $newPassword + ): User { return $this->service->updateUserPassword($user, $newPassword); } - public function assignUserToUserGroup(User $user, UserGroup $userGroup): void - { + public function assignUserToUserGroup( + User $user, + UserGroup $userGroup + ): void { $this->service->assignUserToUserGroup($user, $userGroup); } - public function unAssignUserFromUserGroup(User $user, UserGroup $userGroup): void - { + public function unAssignUserFromUserGroup( + User $user, + UserGroup $userGroup + ): void { $this->service->unAssignUserFromUserGroup($user, $userGroup); } - public function loadUserGroupsOfUser(User $user, int $offset = 0, int $limit = 25, ?array $prioritizedLanguages = null): iterable - { + public function loadUserGroupsOfUser( + User $user, + int $offset = 0, + int $limit = 25, + ?array $prioritizedLanguages = null + ): iterable { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadUserGroupsOfUser($user, $offset, $limit, $prioritizedLanguages); } - public function loadUsersOfUserGroup(UserGroup $userGroup, int $offset = 0, int $limit = 25, ?array $prioritizedLanguages = null): iterable - { + public function loadUsersOfUserGroup( + UserGroup $userGroup, + int $offset = 0, + int $limit = 25, + ?array $prioritizedLanguages = null + ): iterable { $prioritizedLanguages = $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages); return $this->service->loadUsersOfUserGroup($userGroup, $offset, $limit, $prioritizedLanguages); } - public function loadUserByToken(string $hash, ?array $prioritizedLanguages = null): User - { + public function loadUserByToken( + string $hash, + ?array $prioritizedLanguages = null + ): User { return $this->service->loadUserByToken( $hash, $this->languageResolver->getPrioritizedLanguages($prioritizedLanguages) ); } - public function updateUserToken(User $user, UserTokenUpdateStruct $userTokenUpdateStruct): User - { + public function updateUserToken( + User $user, + UserTokenUpdateStruct $userTokenUpdateStruct + ): User { return $this->service->updateUserToken($user, $userTokenUpdateStruct); } @@ -198,13 +242,20 @@ public function isUserGroup(Content $content): bool return $this->service->isUserGroup($content); } - public function newUserCreateStruct(string $login, string $email, string $password, string $mainLanguageCode, ?ContentType $contentType = null): UserCreateStruct - { + public function newUserCreateStruct( + string $login, + string $email, + string $password, + string $mainLanguageCode, + ?ContentType $contentType = null + ): UserCreateStruct { return $this->service->newUserCreateStruct($login, $email, $password, $mainLanguageCode, $contentType); } - public function newUserGroupCreateStruct(string $mainLanguageCode, ?ContentType $contentType = null): UserGroupCreateStruct - { + public function newUserGroupCreateStruct( + string $mainLanguageCode, + ?ContentType $contentType = null + ): UserGroupCreateStruct { return $this->service->newUserGroupCreateStruct($mainLanguageCode, $contentType); } @@ -218,8 +269,10 @@ public function newUserGroupUpdateStruct(): UserGroupUpdateStruct return $this->service->newUserGroupUpdateStruct(); } - public function validatePassword(string $password, ?PasswordValidationContext $context = null): array - { + public function validatePassword( + string $password, + ?PasswordValidationContext $context = null + ): array { return $this->service->validatePassword($password, $context); } diff --git a/src/lib/Repository/Strategy/ContentThumbnail/Field/ContentFieldStrategy.php b/src/lib/Repository/Strategy/ContentThumbnail/Field/ContentFieldStrategy.php index a740210302..7d43dc18db 100644 --- a/src/lib/Repository/Strategy/ContentThumbnail/Field/ContentFieldStrategy.php +++ b/src/lib/Repository/Strategy/ContentThumbnail/Field/ContentFieldStrategy.php @@ -18,11 +18,11 @@ final class ContentFieldStrategy implements ThumbnailStrategy { - /** @var \Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\Field\FieldTypeBasedThumbnailStrategy[] */ + /** @var FieldTypeBasedThumbnailStrategy[] */ private $strategies = []; /** - * @param \Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\Field\FieldTypeBasedThumbnailStrategy[]|\Traversable $strategies + * @param FieldTypeBasedThumbnailStrategy[]|Traversable $strategies */ public function __construct(Traversable $strategies) { @@ -34,17 +34,19 @@ public function __construct(Traversable $strategies) } /** - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ - public function getThumbnail(Field $field, ?VersionInfo $versionInfo = null): ?Thumbnail - { + public function getThumbnail( + Field $field, + ?VersionInfo $versionInfo = null + ): ?Thumbnail { if (!$this->hasStrategy($field->fieldTypeIdentifier)) { throw new NotFoundException('Field\ThumbnailStrategy', $field->fieldTypeIdentifier); } $fieldStrategies = $this->strategies[$field->fieldTypeIdentifier]; - /** @var \Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\Field\FieldTypeBasedThumbnailStrategy $fieldStrategy */ + /** @var FieldTypeBasedThumbnailStrategy $fieldStrategy */ foreach ($fieldStrategies as $fieldStrategy) { $thumbnail = $fieldStrategy->getThumbnail($field, $versionInfo); @@ -61,13 +63,15 @@ public function hasStrategy(string $fieldTypeIdentifier): bool return !empty($this->strategies[$fieldTypeIdentifier]); } - public function addStrategy(string $fieldTypeIdentifier, FieldTypeBasedThumbnailStrategy $thumbnailStrategy): void - { + public function addStrategy( + string $fieldTypeIdentifier, + FieldTypeBasedThumbnailStrategy $thumbnailStrategy + ): void { $this->strategies[$fieldTypeIdentifier][] = $thumbnailStrategy; } /** - * @param \Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\Field\FieldTypeBasedThumbnailStrategy[]|\Traversable $thumbnailStrategies + * @param FieldTypeBasedThumbnailStrategy[]|Traversable $thumbnailStrategies */ public function setStrategies(array $thumbnailStrategies): void { diff --git a/src/lib/Repository/Strategy/ContentThumbnail/FirstMatchingFieldStrategy.php b/src/lib/Repository/Strategy/ContentThumbnail/FirstMatchingFieldStrategy.php index b670cae32d..992290d5cb 100644 --- a/src/lib/Repository/Strategy/ContentThumbnail/FirstMatchingFieldStrategy.php +++ b/src/lib/Repository/Strategy/ContentThumbnail/FirstMatchingFieldStrategy.php @@ -18,10 +18,10 @@ final class FirstMatchingFieldStrategy implements ThumbnailStrategy { - /** @var \Ibexa\Contracts\Core\Repository\FieldTypeService */ + /** @var FieldTypeService */ private $fieldTypeService; - /** @var \Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\Field\ThumbnailStrategy */ + /** @var ContentFieldThumbnailStrategy */ private $contentFieldStrategy; public function __construct( @@ -32,8 +32,11 @@ public function __construct( $this->fieldTypeService = $fieldTypeService; } - public function getThumbnail(ContentType $contentType, array $fields, ?VersionInfo $versionInfo = null): ?Thumbnail - { + public function getThumbnail( + ContentType $contentType, + array $fields, + ?VersionInfo $versionInfo = null + ): ?Thumbnail { $fieldDefinitions = $contentType->getFieldDefinitions(); foreach ($fieldDefinitions as $fieldDefinition) { @@ -60,9 +63,11 @@ public function getThumbnail(ContentType $contentType, array $fields, ?VersionIn return null; } - private function getFieldByIdentifier(string $identifier, array $fields): ?Field - { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Field $field */ + private function getFieldByIdentifier( + string $identifier, + array $fields + ): ?Field { + /** @var Field $field */ foreach ($fields as $field) { if ($field->getFieldDefinitionIdentifier() === $identifier) { return $field; diff --git a/src/lib/Repository/Strategy/ContentThumbnail/StaticStrategy.php b/src/lib/Repository/Strategy/ContentThumbnail/StaticStrategy.php index baa837726c..60ee28de24 100644 --- a/src/lib/Repository/Strategy/ContentThumbnail/StaticStrategy.php +++ b/src/lib/Repository/Strategy/ContentThumbnail/StaticStrategy.php @@ -23,8 +23,11 @@ public function __construct(string $staticThumbnail) $this->staticThumbnail = $staticThumbnail; } - public function getThumbnail(ContentType $contentType, array $fields, ?VersionInfo $versionInfo = null): Thumbnail - { + public function getThumbnail( + ContentType $contentType, + array $fields, + ?VersionInfo $versionInfo = null + ): Thumbnail { return new Thumbnail([ 'resource' => $this->staticThumbnail, ]); diff --git a/src/lib/Repository/Strategy/ContentThumbnail/ThumbnailChainStrategy.php b/src/lib/Repository/Strategy/ContentThumbnail/ThumbnailChainStrategy.php index 4c19a6323f..c911e879c7 100644 --- a/src/lib/Repository/Strategy/ContentThumbnail/ThumbnailChainStrategy.php +++ b/src/lib/Repository/Strategy/ContentThumbnail/ThumbnailChainStrategy.php @@ -15,19 +15,22 @@ final class ThumbnailChainStrategy implements ThumbnailStrategy { - /** @var \Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\ThumbnailStrategy[] */ + /** @var ThumbnailStrategy[] */ private $strategies; /** - * @param \Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\ThumbnailStrategy[] $strategies + * @param ThumbnailStrategy[] $strategies */ public function __construct(iterable $strategies) { $this->strategies = $strategies; } - public function getThumbnail(ContentType $contentType, array $fields, ?VersionInfo $versionInfo = null): ?Thumbnail - { + public function getThumbnail( + ContentType $contentType, + array $fields, + ?VersionInfo $versionInfo = null + ): ?Thumbnail { foreach ($this->strategies as $strategy) { $thumbnail = $strategy->getThumbnail($contentType, $fields, $versionInfo); diff --git a/src/lib/Repository/Strategy/ContentValidator/ContentValidatorStrategy.php b/src/lib/Repository/Strategy/ContentValidator/ContentValidatorStrategy.php index 4281c7b6c6..6e01629a5b 100644 --- a/src/lib/Repository/Strategy/ContentValidator/ContentValidatorStrategy.php +++ b/src/lib/Repository/Strategy/ContentValidator/ContentValidatorStrategy.php @@ -17,7 +17,7 @@ */ final class ContentValidatorStrategy implements ContentValidator { - /** @var \Ibexa\Contracts\Core\Repository\Validator\ContentValidator[] */ + /** @var ContentValidator[] */ private $contentValidators; public function __construct(iterable $contentValidators) diff --git a/src/lib/Repository/TokenService.php b/src/lib/Repository/TokenService.php index adf8d89b33..4f6a0404e7 100644 --- a/src/lib/Repository/TokenService.php +++ b/src/lib/Repository/TokenService.php @@ -13,6 +13,7 @@ use Ibexa\Contracts\Core\Persistence\Token\Handler; use Ibexa\Contracts\Core\Persistence\Token\Token as PersistenceTokenValue; use Ibexa\Contracts\Core\Persistence\Token\TokenType as PersistenceTokenTypeValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\TokenService as TokenServiceInterface; @@ -35,8 +36,8 @@ public function __construct( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws UnauthorizedException * @throws \Exception */ public function getToken( @@ -68,13 +69,13 @@ public function checkToken( $token = $this->getToken($tokenType, $token, $identifier); return !$token->isRevoked(); - } catch (NotFoundException|UnauthorizedException $exception) { + } catch (NotFoundException | UnauthorizedException $exception) { return false; } } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * @throws \Exception */ public function generateToken( @@ -109,8 +110,10 @@ public function revokeToken(Token $token): void $this->persistenceHandler->revokeTokenById($token->getId()); } - public function revokeTokenByIdentifier(string $tokenType, ?string $identifier): void - { + public function revokeTokenByIdentifier( + string $tokenType, + ?string $identifier + ): void { $this->persistenceHandler->revokeTokenByIdentifier($tokenType, $identifier); } diff --git a/src/lib/Repository/TrashService.php b/src/lib/Repository/TrashService.php index fe16ed590f..a0265e1f67 100644 --- a/src/lib/Repository/TrashService.php +++ b/src/lib/Repository/TrashService.php @@ -13,6 +13,9 @@ use Ibexa\Contracts\Core\Limitation\Target; use Ibexa\Contracts\Core\Persistence\Content\Location\Trashed; use Ibexa\Contracts\Core\Persistence\Handler; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException as APIUnauthorizedException; use Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface; use Ibexa\Contracts\Core\Repository\PermissionCriterionResolver; @@ -42,10 +45,10 @@ */ class TrashService implements TrashServiceInterface { - /** @var \Ibexa\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\Handler */ + /** @var Handler */ protected $persistenceHandler; /** @var array */ @@ -53,22 +56,22 @@ class TrashService implements TrashServiceInterface protected NameSchemaServiceInterface $nameSchemaService; - /** @var \Ibexa\Contracts\Core\Repository\PermissionCriterionResolver */ + /** @var PermissionCriterionResolver */ private $permissionCriterionResolver; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; - /** @var \Ibexa\Core\Repository\ProxyFactory\ProxyDomainMapperInterface */ + /** @var ProxyDomainMapperInterface */ private $proxyDomainMapper; /** * Setups service with reference to repository object that created it & corresponding handler. * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Persistence\Handler $handler - * @param \Ibexa\Contracts\Core\Repository\PermissionCriterionResolver $permissionCriterionResolver - * @param \Ibexa\Contracts\Core\Repository\PermissionResolver $permissionResolver + * @param RepositoryInterface $repository + * @param Handler $handler + * @param PermissionCriterionResolver $permissionCriterionResolver + * @param PermissionResolver $permissionResolver * @param array $settings */ public function __construct( @@ -99,10 +102,10 @@ public function __construct( * * @param mixed $trashItemId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to read the trashed location - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - if the location with the given id does not exist + * @throws APIUnauthorizedException if the user is not allowed to read the trashed location + * @throws NotFoundException - if the location with the given id does not exist * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem + * @return APITrashItem */ public function loadTrashItem(int $trashItemId): APITrashItem { @@ -128,11 +131,11 @@ public function loadTrashItem(int $trashItemId): APITrashItem * The current user may not have access to the returned trash item, check before using it. * Content is left untouched. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to trash the given location + * @throws APIUnauthorizedException if the user is not allowed to trash the given location * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem|null null if location was deleted, otherwise TrashItem + * @return APITrashItem|null null if location was deleted, otherwise TrashItem */ public function trash(Location $location): ?APITrashItem { @@ -171,15 +174,17 @@ public function trash(Location $location): ?APITrashItem /** * Recovers the $trashedLocation at its original place if possible. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem $trashItem - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location|null $newParentLocation + * @param APITrashItem $trashItem + * @param Location|null $newParentLocation * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to recover the trash item at the parent location location + * @throws APIUnauthorizedException if the user is not allowed to recover the trash item at the parent location location * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location the newly created or recovered location + * @return Location the newly created or recovered location */ - public function recover(APITrashItem $trashItem, ?Location $newParentLocation = null): Location - { + public function recover( + APITrashItem $trashItem, + ?Location $newParentLocation = null + ): Location { if (!is_numeric($trashItem->id)) { throw new InvalidArgumentValue('id', $trashItem->id, 'TrashItem'); } @@ -238,9 +243,9 @@ public function recover(APITrashItem $trashItem, ?Location $newParentLocation = * All locations contained in the trash will be removed. Content objects will be removed * if all locations of the content are gone. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to empty the trash + * @throws APIUnauthorizedException if the user is not allowed to empty the trash * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResultList + * @return TrashItemDeleteResultList */ public function emptyTrash(): TrashItemDeleteResultList { @@ -266,11 +271,11 @@ public function emptyTrash(): TrashItemDeleteResultList * * The corresponding content object will be removed * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem $trashItem + * @param APITrashItem $trashItem * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete this trash item + * @throws APIUnauthorizedException if the user is not allowed to delete this trash item * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult + * @return TrashItemDeleteResult */ public function deleteTrashItem(APITrashItem $trashItem): TrashItemDeleteResult { @@ -299,9 +304,9 @@ public function deleteTrashItem(APITrashItem $trashItem): TrashItemDeleteResult * * $query allows to filter/sort the elements to be contained in the collection. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query $query + * @param Query $query * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Trash\SearchResult + * @return SearchResult */ public function findTrashItems(Query $query): SearchResult { @@ -342,8 +347,10 @@ protected function buildDomainTrashItems(array $spiTrashItems): array return $trashItems; } - protected function buildDomainTrashItemObject(Trashed $spiTrashItem, Content $content): APITrashItem - { + protected function buildDomainTrashItemObject( + Trashed $spiTrashItem, + Content $content + ): APITrashItem { return new TrashItem( [ 'content' => $content, @@ -370,7 +377,7 @@ protected function buildDomainTrashItemObject(Trashed $spiTrashItem, Content $co /** * @param int $timestamp * - * @return \DateTime + * @return DateTime */ protected function getDateTime($timestamp) { @@ -381,16 +388,18 @@ protected function getDateTime($timestamp) } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param ContentInfo $contentInfo + * @param Location $location * * @return bool * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws BadStateException + * @throws InvalidArgumentException */ - private function userHasPermissionsToRemove(ContentInfo $contentInfo, Location $location): bool - { + private function userHasPermissionsToRemove( + ContentInfo $contentInfo, + Location $location + ): bool { $versionInfo = $this->persistenceHandler->contentHandler()->loadVersionInfo( $contentInfo->id, $contentInfo->currentVersionNo diff --git a/src/lib/Repository/URLAliasService.php b/src/lib/Repository/URLAliasService.php index cf09650b4e..0a970b947e 100644 --- a/src/lib/Repository/URLAliasService.php +++ b/src/lib/Repository/URLAliasService.php @@ -11,10 +11,12 @@ use Exception; use Ibexa\Contracts\Core\Persistence\Content\URLAlias as SPIURLAlias; use Ibexa\Contracts\Core\Persistence\Content\UrlAlias\Handler; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\LanguageResolver; use Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface; use Ibexa\Contracts\Core\Repository\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\URLAliasService as URLAliasServiceInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Location; @@ -28,18 +30,18 @@ */ class URLAliasService implements URLAliasServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\Content\UrlAlias\Handler */ + /** @var Handler */ protected $urlAliasHandler; protected NameSchemaServiceInterface $nameSchemaService; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver */ + /** @var LanguageResolver */ private $languageResolver; public function __construct( @@ -63,7 +65,7 @@ public function __construct( * Hence the path returned in the URLAlias Value may differ from the given. * $alwaysAvailable makes the alias available in all languages. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param string $path * @param string $languageCode the languageCode for which this alias is valid * @param bool $forwarding if true a redirect is performed @@ -71,9 +73,9 @@ public function __construct( * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create url alias * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the path already exists for the given context - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias + * @return URLAlias */ public function createUrlAlias( Location $location, @@ -134,7 +136,7 @@ public function createUrlAlias( * @param bool $forwarding * @param bool $alwaysAvailable * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias + * @return URLAlias */ public function createGlobalUrlAlias( string $resource, @@ -200,13 +202,13 @@ public function createGlobalUrlAlias( /** * List of url aliases pointing to $location, sorted by language priority. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param bool $custom if true the user generated aliases are listed otherwise the autogenerated * @param string $languageCode filters those which are valid for the given language * @param bool|null $showAllTranslations If enabled will include all alias as if they where always available. * @param string[]|null $prioritizedLanguages If set used as prioritized language codes, returning first match. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] + * @return URLAlias[] */ public function listLocationAliases( Location $location, @@ -274,7 +276,7 @@ public function listLocationAliases( * * Method will return false if language code can't be matched against alias language codes or language settings. * - * @param \Ibexa\Contracts\Core\Persistence\Content\UrlAlias $spiUrlAlias + * @param SPIURLAlias $spiUrlAlias * @param string|null $languageCode * @param bool $showAllTranslations * @param string[] $prioritizedLanguageList @@ -312,7 +314,7 @@ protected function selectAliasLanguageCode( * * Will return false if path could not be determined. * - * @param \Ibexa\Contracts\Core\Persistence\Content\UrlAlias $spiUrlAlias + * @param SPIURLAlias $spiUrlAlias * @param string $languageCode * @param bool $showAllTranslations * @param string[] $prioritizedLanguageList @@ -365,8 +367,11 @@ protected function extractPath( * * @return string|bool */ - protected function choosePrioritizedLanguageCode(array $entries, $showAllTranslations, array $prioritizedLanguageList) - { + protected function choosePrioritizedLanguageCode( + array $entries, + $showAllTranslations, + array $prioritizedLanguageList + ) { foreach ($prioritizedLanguageList as $prioritizedLanguageCode) { if (isset($entries['translations'][$prioritizedLanguageCode])) { return $prioritizedLanguageCode; @@ -388,14 +393,17 @@ protected function choosePrioritizedLanguageCode(array $entries, $showAllTransla * Returns matched path string (possibly case corrected) and array of corresponding language codes or false * if path could not be matched. * - * @param \Ibexa\Contracts\Core\Persistence\Content\UrlAlias $spiUrlAlias + * @param SPIURLAlias $spiUrlAlias * @param string $path * @param string $languageCode * * @return array */ - protected function matchPath(SPIURLAlias $spiUrlAlias, $path, $languageCode) - { + protected function matchPath( + SPIURLAlias $spiUrlAlias, + $path, + $languageCode + ) { $matchedPathElements = []; $matchedPathLanguageCodes = []; $pathElements = explode('/', $path); @@ -430,8 +438,10 @@ protected function matchPath(SPIURLAlias $spiUrlAlias, $path, $languageCode) * * @return string|bool */ - protected function matchLanguageCode(array $pathElementData, $pathElement) - { + protected function matchLanguageCode( + array $pathElementData, + $pathElement + ) { foreach ($this->sortTranslationsByPrioritizedLanguages($pathElementData['translations']) as $translationData) { if (strtolower($pathElement) === strtolower($translationData['text'])) { return $translationData['lang']; @@ -475,7 +485,7 @@ private function sortTranslationsByPrioritizedLanguages(array $translations) /** * Returns true or false depending if URL alias is loadable or not for language settings in place. * - * @param \Ibexa\Contracts\Core\Persistence\Content\UrlAlias $spiUrlAlias + * @param SPIURLAlias $spiUrlAlias * @param string|null $languageCode * @param bool $showAllTranslations * @param string[] $prioritizedLanguageList @@ -521,8 +531,10 @@ protected function isUrlAliasLoadable( * * @return bool */ - protected function isPathLoadable(array $pathData, array $languageCodes): bool - { + protected function isPathLoadable( + array $pathData, + array $languageCodes + ): bool { if ($this->languageResolver->getShowAllTranslations()) { return true; } @@ -549,10 +561,13 @@ protected function isPathLoadable(array $pathData, array $languageCodes): bool * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] + * @return URLAlias[] */ - public function listGlobalAliases(?string $languageCode = null, int $offset = 0, int $limit = -1): iterable - { + public function listGlobalAliases( + ?string $languageCode = null, + int $offset = 0, + int $limit = -1 + ): iterable { $urlAliasList = []; $spiUrlAliasList = $this->urlAliasHandler->listGlobalURLAliases( $languageCode, @@ -587,7 +602,7 @@ public function listGlobalAliases(?string $languageCode = null, int $offset = 0, * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if alias list contains * autogenerated alias * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias[] $aliasList + * @param URLAlias[] $aliasList */ public function removeAliases(array $aliasList): void { @@ -619,9 +634,9 @@ public function removeAliases(array $aliasList): void /** * Builds persistence domain object. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias $urlAlias + * @param URLAlias $urlAlias * - * @return \Ibexa\Contracts\Core\Persistence\Content\UrlAlias + * @return SPIURLAlias */ protected function buildSPIUrlAlias(URLAlias $urlAlias) { @@ -644,10 +659,12 @@ protected function buildSPIUrlAlias(URLAlias $urlAlias) * @param string $url * @param string|null $languageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias + * @return URLAlias */ - public function lookup(string $url, ?string $languageCode = null): URLAlias - { + public function lookup( + string $url, + ?string $languageCode = null + ): URLAlias { $url = $this->cleanUrl($url); $spiUrlAlias = $this->urlAliasHandler->lookup($url); @@ -667,12 +684,12 @@ public function lookup(string $url, ?string $languageCode = null): URLAlias * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if no url alias exist for the given language * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param string|null $languageCode * @param bool|null $showAllTranslations * @param string[]|null $prioritizedLanguageList * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias + * @return URLAlias */ public function reverseLookup( Location $location, @@ -722,7 +739,7 @@ public function reverseLookup( * * @param string $id * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias + * @return URLAlias */ public function load(string $id): URLAlias { @@ -744,11 +761,11 @@ public function load(string $id): URLAlias /** * Refresh all system URL aliases for the given Location (and historize outdated if needed). * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException + * @throws ForbiddenException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Exception any unexpected exception that might come from custom Field Type implementation + * @throws Exception any unexpected exception that might come from custom Field Type implementation */ public function refreshSystemUrlAliasesForLocation(Location $location): void { @@ -815,13 +832,15 @@ protected function cleanUrl(string $url): string /** * Builds API UrlAlias object from given SPI UrlAlias object. * - * @param \Ibexa\Contracts\Core\Persistence\Content\UrlAlias $spiUrlAlias + * @param SPIURLAlias $spiUrlAlias * @param string $path * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLAlias + * @return URLAlias */ - protected function buildUrlAliasDomainObject(SPIURLAlias $spiUrlAlias, string $path): URLAlias - { + protected function buildUrlAliasDomainObject( + SPIURLAlias $spiUrlAlias, + string $path + ): URLAlias { return new URLAlias( [ 'id' => $spiUrlAlias->id, diff --git a/src/lib/Repository/URLService.php b/src/lib/Repository/URLService.php index b3c060d9f8..b3a5b57997 100644 --- a/src/lib/Repository/URLService.php +++ b/src/lib/Repository/URLService.php @@ -11,6 +11,7 @@ use DateTime; use DateTimeInterface; use Exception; +use Ibexa\Contracts\Core\Persistence\URL\Handler; use Ibexa\Contracts\Core\Persistence\URL\Handler as URLHandler; use Ibexa\Contracts\Core\Persistence\URL\URL as SPIUrl; use Ibexa\Contracts\Core\Persistence\URL\URLUpdateStruct as SPIUrlUpdateStruct; @@ -31,13 +32,13 @@ class URLService implements URLServiceInterface { - /** @var \Ibexa\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\URL\Handler */ + /** @var Handler */ protected $urlHandler; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; public function __construct( @@ -83,8 +84,10 @@ public function findUrls(URLQuery $query): SearchResult /** * {@inheritdoc} */ - public function updateUrl(URL $url, URLUpdateStruct $struct): URL - { + public function updateUrl( + URL $url, + URLUpdateStruct $struct + ): URL { if (!$this->permissionResolver->canUser('url', 'update', $url)) { throw new UnauthorizedException('url', 'update'); } @@ -150,8 +153,11 @@ public function createUpdateStruct(): URLUpdateStruct /** * {@inheritdoc} */ - public function findUsages(URL $url, int $offset = 0, int $limit = -1): UsageSearchResult - { + public function findUsages( + URL $url, + int $offset = 0, + int $limit = -1 + ): UsageSearchResult { $contentIds = $this->urlHandler->findUsages($url->id); if (empty($contentIds)) { return new UsageSearchResult(); @@ -182,9 +188,9 @@ public function findUsages(URL $url, int $offset = 0, int $limit = -1): UsageSea /** * Builds domain object from ValueObject returned by Persistence API. * - * @param \Ibexa\Contracts\Core\Persistence\URL\URL $data + * @param SPIUrl $data * - * @return \Ibexa\Contracts\Core\Repository\Values\URL\URL + * @return URL */ protected function buildDomainObject(SPIUrl $data): URL { @@ -201,13 +207,15 @@ protected function buildDomainObject(SPIUrl $data): URL /** * Builds SPI update structure used by Persistence API. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URL $url - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URLUpdateStruct $data + * @param URL $url + * @param URLUpdateStruct $data * - * @return \Ibexa\Contracts\Core\Persistence\URL\URLUpdateStruct + * @return SPIUrlUpdateStruct */ - protected function buildUpdateStruct(URL $url, URLUpdateStruct $data): SPIUrlUpdateStruct - { + protected function buildUpdateStruct( + URL $url, + URLUpdateStruct $data + ): SPIUrlUpdateStruct { $updateStruct = new SPIUrlUpdateStruct(); if ($data->url !== null && $url->url !== $data->url) { @@ -246,8 +254,10 @@ protected function buildUpdateStruct(URL $url, URLUpdateStruct $data): SPIUrlUpd * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException */ - protected function isUnique(int $id, string $url): bool - { + protected function isUnique( + int $id, + string $url + ): bool { try { return $this->loadByUrl($url)->id === $id; } catch (NotFoundException $e) { diff --git a/src/lib/Repository/URLWildcardService.php b/src/lib/Repository/URLWildcardService.php index 9bf6de8445..68b33cee2f 100644 --- a/src/lib/Repository/URLWildcardService.php +++ b/src/lib/Repository/URLWildcardService.php @@ -11,7 +11,10 @@ use Exception; use Ibexa\Contracts\Core\Persistence\Content\UrlWildcard as SPIUrlWildcard; use Ibexa\Contracts\Core\Persistence\Content\UrlWildcard\Handler; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\URLWildcardService as URLWildcardServiceInterface; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard; @@ -31,13 +34,13 @@ */ class URLWildcardService implements URLWildcardServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard\Handler */ + /** @var Handler */ protected $urlWildcardHandler; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; /** @var array */ @@ -46,9 +49,9 @@ class URLWildcardService implements URLWildcardServiceInterface /** * Setups service with reference to repository object that created it & corresponding handler. * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard\Handler $urlWildcardHandler - * @param \Ibexa\Contracts\Core\Repository\PermissionResolver $permissionResolver + * @param Repository $repository + * @param Handler $urlWildcardHandler + * @param PermissionResolver $permissionResolver * @param array $settings */ public function __construct( @@ -71,8 +74,11 @@ public function __construct( * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if the number of "*" patterns in $sourceUrl and * the numbers in {\d} placeholders in $destinationUrl does not match. */ - public function create(string $sourceUrl, string $destinationUrl, bool $forward = false): URLWildcard - { + public function create( + string $sourceUrl, + string $destinationUrl, + bool $forward = false + ): URLWildcard { if (false === $this->permissionResolver->hasAccess('content', 'urltranslator')) { throw new UnauthorizedException('content', 'urltranslator'); } @@ -136,11 +142,11 @@ public function update( } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard $urlWildcard the url wildcard to remove + * @param URLWildcard $urlWildcard the url wildcard to remove * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to remove url wildcards - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function remove(URLWildcard $urlWildcard): void { @@ -163,9 +169,9 @@ public function remove(URLWildcard $urlWildcard): void /** * Loads a url wild card. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the url wild card was not found + * @throws NotFoundException if the url wild card was not found * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Core\Base\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ public function load(int $id): URLWildcard { @@ -180,13 +186,15 @@ public function load(int $id): URLWildcard * @param int $offset * @param int $limit * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard[] + * @return URLWildcard[] * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Core\Base\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ - public function loadAll(int $offset = 0, int $limit = -1): iterable - { + public function loadAll( + int $offset = 0, + int $limit = -1 + ): iterable { $spiUrlWildcards = $this->urlWildcardHandler->loadAll( $offset, $limit @@ -204,11 +212,11 @@ public function loadAll(int $offset = 0, int $limit = -1): iterable * Translates an url to an existing uri resource based on the * source/destination patterns of the url wildcard. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the url could not be translated + * @throws NotFoundException if the url could not be translated * * @param string $url * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcardTranslationResult + * @return URLWildcardTranslationResult */ public function translate(string $url): URLWildcardTranslationResult { @@ -256,9 +264,9 @@ public function countAll(): int /** * Builds API UrlWildcard object from given SPI UrlWildcard object. * - * @param \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard $wildcard + * @param SPIUrlWildcard $wildcard * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard + * @return URLWildcard */ private function buildUrlWildcardDomainObject(SPIUrlWildcard $wildcard): URLWildcard { @@ -300,10 +308,12 @@ private function cleanPath(string $path): string * @param string $sourceUrl * @param string $destinationUrl * - * @throws \Ibexa\Core\Base\Exceptions\ContentValidationException + * @throws ContentValidationException */ - private function validateUrls(string $sourceUrl, string $destinationUrl): void - { + private function validateUrls( + string $sourceUrl, + string $destinationUrl + ): void { preg_match_all('(\\*)', $sourceUrl, $patterns); preg_match_all('({(\d+)})', $destinationUrl, $placeholders); diff --git a/src/lib/Repository/User/PasswordHashService.php b/src/lib/Repository/User/PasswordHashService.php index 598eab079b..c00c7c0f71 100644 --- a/src/lib/Repository/User/PasswordHashService.php +++ b/src/lib/Repository/User/PasswordHashService.php @@ -40,7 +40,7 @@ public function getDefaultHashType(): int } /** - * @throws \Ibexa\Core\Repository\User\Exception\UnsupportedPasswordHashType + * @throws UnsupportedPasswordHashType */ public function createPasswordHash( #[\SensitiveParameter] diff --git a/src/lib/Repository/User/PasswordValidator.php b/src/lib/Repository/User/PasswordValidator.php index c5d496f1d2..cd9141e44e 100644 --- a/src/lib/Repository/User/PasswordValidator.php +++ b/src/lib/Repository/User/PasswordValidator.php @@ -75,8 +75,10 @@ public function validatePassword( return $errors; } - public function getPasswordInfo(APIUser $user, FieldDefinition $fieldDefinition): PasswordInfo - { + public function getPasswordInfo( + APIUser $user, + FieldDefinition $fieldDefinition + ): PasswordInfo { $passwordUpdatedAt = $user->passwordUpdatedAt; if ($passwordUpdatedAt === null) { return new PasswordInfo(); @@ -106,8 +108,10 @@ public function getPasswordInfo(APIUser $user, FieldDefinition $fieldDefinition) return new PasswordInfo($expirationDate, $expirationWarningDate); } - private function userPasswordIsTheSame(string $password, APIUser $user): bool - { + private function userPasswordIsTheSame( + string $password, + APIUser $user + ): bool { return $this->passwordHashService->isValidPassword( $password, $user->passwordHash, diff --git a/src/lib/Repository/User/PasswordValidatorInterface.php b/src/lib/Repository/User/PasswordValidatorInterface.php index 15a57078fa..dea2418b52 100644 --- a/src/lib/Repository/User/PasswordValidatorInterface.php +++ b/src/lib/Repository/User/PasswordValidatorInterface.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Repository\User; +use Ibexa\Contracts\Core\FieldType\ValidationError; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Contracts\Core\Repository\Values\User\PasswordInfo; use Ibexa\Contracts\Core\Repository\Values\User\User; @@ -18,7 +19,7 @@ interface PasswordValidatorInterface { /** - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ public function validatePassword( string $password, @@ -26,5 +27,8 @@ public function validatePassword( ?User $user = null ): array; - public function getPasswordInfo(User $user, FieldDefinition $fieldDefinition): PasswordInfo; + public function getPasswordInfo( + User $user, + FieldDefinition $fieldDefinition + ): PasswordInfo; } diff --git a/src/lib/Repository/UserPreferenceService.php b/src/lib/Repository/UserPreferenceService.php index e7af68563f..4db1af3c6b 100644 --- a/src/lib/Repository/UserPreferenceService.php +++ b/src/lib/Repository/UserPreferenceService.php @@ -9,9 +9,11 @@ namespace Ibexa\Core\Repository; use Exception; +use Ibexa\Contracts\Core\Persistence\UserPreference\Handler; use Ibexa\Contracts\Core\Persistence\UserPreference\Handler as UserPreferenceHandler; use Ibexa\Contracts\Core\Persistence\UserPreference\UserPreference; use Ibexa\Contracts\Core\Persistence\UserPreference\UserPreferenceSetStruct; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\UserPreferenceService as UserPreferenceServiceInterface; use Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreference as APIUserPreference; @@ -20,18 +22,20 @@ class UserPreferenceService implements UserPreferenceServiceInterface { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; - /** @var \Ibexa\Contracts\Core\Persistence\UserPreference\Handler */ + /** @var Handler */ private $userPreferenceHandler; /** - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Persistence\UserPreference\Handler $userPreferenceHandler + * @param Repository $repository + * @param Handler $userPreferenceHandler */ - public function __construct(RepositoryInterface $repository, UserPreferenceHandler $userPreferenceHandler) - { + public function __construct( + RepositoryInterface $repository, + UserPreferenceHandler $userPreferenceHandler + ) { $this->repository = $repository; $this->userPreferenceHandler = $userPreferenceHandler; } @@ -39,8 +43,10 @@ public function __construct(RepositoryInterface $repository, UserPreferenceHandl /** * {@inheritdoc} */ - public function loadUserPreferences(int $offset = 0, int $limit = 25): UserPreferenceList - { + public function loadUserPreferences( + int $offset = 0, + int $limit = 25 + ): UserPreferenceList { $currentUserId = $this->getCurrentUserId(); $list = new UserPreferenceList(); @@ -74,7 +80,7 @@ public function setUserPreference(array $userPreferenceSetStructs): void try { $value = (string)$userPreferenceSetStruct->value; - } catch (\Exception $exception) { + } catch (Exception $exception) { throw new InvalidArgumentException('value', 'Cannot convert value to string at index ' . $key); } @@ -126,9 +132,9 @@ public function getUserPreferenceCount(): int /** * Builds UserPreference domain object from ValueObject returned by Persistence API. * - * @param \Ibexa\Contracts\Core\Persistence\UserPreference\UserPreference $spiUserPreference + * @param UserPreference $spiUserPreference * - * @return \Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreference + * @return APIUserPreference */ protected function buildDomainObject(UserPreference $spiUserPreference): APIUserPreference { diff --git a/src/lib/Repository/UserService.php b/src/lib/Repository/UserService.php index 85c2d2050c..548d44fb0a 100644 --- a/src/lib/Repository/UserService.php +++ b/src/lib/Repository/UserService.php @@ -16,10 +16,16 @@ use Ibexa\Contracts\Core\Persistence\User as SPIUser; use Ibexa\Contracts\Core\Persistence\User\Handler; use Ibexa\Contracts\Core\Persistence\User\UserTokenUpdateStruct as SPIUserTokenUpdateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\PasswordHashService; use Ibexa\Contracts\Core\Repository\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Repository as RepositoryInterface; use Ibexa\Contracts\Core\Repository\UserService as UserServiceInterface; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Content as APIContent; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\Location; @@ -64,28 +70,28 @@ class UserService implements UserServiceInterface { private const USER_FIELD_TYPE_NAME = 'ibexa_user'; - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; - /** @var \Ibexa\Contracts\Core\Persistence\User\Handler */ + /** @var Handler */ protected $userHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Handler */ + /** @var LocationHandler */ private $locationHandler; /** @var array */ protected $settings; - /** @var \Psr\Log\LoggerInterface|null */ + /** @var LoggerInterface|null */ protected $logger; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; - /** @var \Ibexa\Contracts\Core\Repository\PasswordHashService */ + /** @var PasswordHashService */ private $passwordHashService; - /** @var \Ibexa\Core\Repository\User\PasswordValidatorInterface */ + /** @var PasswordValidatorInterface */ private $passwordValidator; private ConfigResolverInterface $configResolver; @@ -132,18 +138,20 @@ public function __construct( * - the content type is determined via configuration and can be set to null. * The returned version is published. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroupCreateStruct $userGroupCreateStruct a structure for setting all necessary data to create this user group - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $parentGroup + * @param APIUserGroupCreateStruct $userGroupCreateStruct a structure for setting all necessary data to create this user group + * @param APIUserGroup $parentGroup * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return APIUserGroup * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to create a user group * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the input structure has invalid data * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $userGroupCreateStruct is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if a required field is missing or set to an empty value + * @throws ContentValidationException if a required field is missing or set to an empty value */ - public function createUserGroup(APIUserGroupCreateStruct $userGroupCreateStruct, APIUserGroup $parentGroup): APIUserGroup - { + public function createUserGroup( + APIUserGroupCreateStruct $userGroupCreateStruct, + APIUserGroup $parentGroup + ): APIUserGroup { $contentService = $this->repository->getContentService(); $locationService = $this->repository->getLocationService(); @@ -176,20 +184,24 @@ public function createUserGroup(APIUserGroupCreateStruct $userGroupCreateStruct, * @param mixed $id * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return APIUserGroup * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to create a user group - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the user group with the given id was not found + * @throws NotFoundException if the user group with the given id was not found */ - public function loadUserGroup(int $id, array $prioritizedLanguages = []): APIUserGroup - { + public function loadUserGroup( + int $id, + array $prioritizedLanguages = [] + ): APIUserGroup { $content = $this->repository->getContentService()->loadContent($id, $prioritizedLanguages); return $this->buildDomainUserGroupObject($content); } - public function loadUserGroupByRemoteId(string $remoteId, array $prioritizedLanguages = []): APIUserGroup - { + public function loadUserGroupByRemoteId( + string $remoteId, + array $prioritizedLanguages = [] + ): APIUserGroup { $content = $this->repository->getContentService()->loadContentByRemoteId($remoteId, $prioritizedLanguages); return $this->buildDomainUserGroupObject($content); @@ -198,17 +210,21 @@ public function loadUserGroupByRemoteId(string $remoteId, array $prioritizedLang /** * Loads the sub groups of a user group. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param APIUserGroup $userGroup * @param int $offset the start offset for paging * @param int $limit the number of user groups returned * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup[] + * @return APIUserGroup[] * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read the user group */ - public function loadSubUserGroups(APIUserGroup $userGroup, int $offset = 0, int $limit = 25, array $prioritizedLanguages = []): iterable - { + public function loadSubUserGroups( + APIUserGroup $userGroup, + int $offset = 0, + int $limit = 25, + array $prioritizedLanguages = [] + ): iterable { $locationService = $this->repository->getLocationService(); $loadedUserGroup = $this->loadUserGroup($userGroup->id); @@ -245,14 +261,17 @@ public function loadSubUserGroups(APIUserGroup $userGroup, int $offset = 0, int /** * Returns (searches) subgroups of a user group described by its main location. * - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult<\Ibexa\Contracts\Core\Repository\Values\Content\Location> + * @phpstan-return SearchResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws InvalidCriterionArgumentException + * @throws NotImplementedException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - protected function searchSubGroups(Location $location, int $offset = 0, int $limit = 25): SearchResult - { + protected function searchSubGroups( + Location $location, + int $offset = 0, + int $limit = 25 + ): SearchResult { $searchQuery = new LocationQuery(); $searchQuery->offset = $offset; @@ -273,7 +292,7 @@ protected function searchSubGroups(Location $location, int $offset = 0, int $lim * * the users which are not assigned to other groups will be deleted. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param APIUserGroup $userGroup * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to create a user group */ @@ -302,13 +321,15 @@ public function deleteUserGroup(APIUserGroup $userGroup): array /** * Moves the user group to another parent. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $newParent + * @param APIUserGroup $userGroup + * @param APIUserGroup $newParent * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to move the user group */ - public function moveUserGroup(APIUserGroup $userGroup, APIUserGroup $newParent): void - { + public function moveUserGroup( + APIUserGroup $userGroup, + APIUserGroup $newParent + ): void { $loadedUserGroup = $this->loadUserGroup($userGroup->id); $loadedNewParent = $this->loadUserGroup($newParent->id); @@ -345,17 +366,19 @@ public function moveUserGroup(APIUserGroup $userGroup, APIUserGroup $newParent): * 4.x: If the versionUpdateStruct is set in $userGroupUpdateStruct, this method internally creates a content draft, updates ts with the provided data * and publishes the draft. If a draft is explicitly required, the user group can be updated via the content service methods. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroupUpdateStruct $userGroupUpdateStruct + * @param APIUserGroup $userGroup + * @param UserGroupUpdateStruct $userGroupUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return APIUserGroup * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to update the user group * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $userGroupUpdateStruct is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if a required field is set empty + * @throws ContentValidationException if a required field is set empty */ - public function updateUserGroup(APIUserGroup $userGroup, UserGroupUpdateStruct $userGroupUpdateStruct): APIUserGroup - { + public function updateUserGroup( + APIUserGroup $userGroup, + UserGroupUpdateStruct $userGroupUpdateStruct + ): APIUserGroup { if ($userGroupUpdateStruct->contentUpdateStruct === null && $userGroupUpdateStruct->contentMetadataUpdateStruct === null) { // both update structs are empty, nothing to do @@ -399,18 +422,20 @@ public function updateUserGroup(APIUserGroup $userGroup, UserGroupUpdateStruct $ /** * Create a new user. The created user is published by this method. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserCreateStruct $userCreateStruct the data used for creating the user - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup[] $parentGroups the groups which are assigned to the user after creation + * @param APIUserCreateStruct $userCreateStruct the data used for creating the user + * @param APIUserGroup[] $parentGroups the groups which are assigned to the user after creation * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return APIUser * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to move the user group * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $userCreateStruct is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if a required field is missing or set to an empty value + * @throws ContentValidationException if a required field is missing or set to an empty value * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if a user with provided login already exists */ - public function createUser(APIUserCreateStruct $userCreateStruct, array $parentGroups): APIUser - { + public function createUser( + APIUserCreateStruct $userCreateStruct, + array $parentGroups + ): APIUser { $contentService = $this->repository->getContentService(); $locationService = $this->repository->getLocationService(); @@ -463,13 +488,15 @@ public function createUser(APIUserCreateStruct $userCreateStruct, array $parentG * @param int $userId * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return APIUser * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a user with the given id was not found + * @throws NotFoundException if a user with the given id was not found */ - public function loadUser(int $userId, array $prioritizedLanguages = []): APIUser - { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $content */ + public function loadUser( + int $userId, + array $prioritizedLanguages = [] + ): APIUser { + /** @var Content $content */ $content = $this->repository->getContentService()->internalLoadContentById($userId, $prioritizedLanguages); // Get spiUser value from Field Value foreach ($content->getFields() as $field) { @@ -502,7 +529,7 @@ public function loadUser(int $userId, array $prioritizedLanguages = []): APIUser /** * Checks if credentials are valid for provided User. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param APIUser $user * @param string $credentials * * @return bool @@ -523,12 +550,14 @@ public function checkUserCredentials( * @param string $login * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return APIUser * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if a user with the given credentials was not found + * @throws NotFoundException if a user with the given credentials was not found */ - public function loadUserByLogin(string $login, array $prioritizedLanguages = []): APIUser - { + public function loadUserByLogin( + string $login, + array $prioritizedLanguages = [] + ): APIUser { if (empty($login)) { throw new InvalidArgumentValue('login', $login); } @@ -546,12 +575,14 @@ public function loadUserByLogin(string $login, array $prioritizedLanguages = []) * @param string $email * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return APIUser * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - public function loadUserByEmail(string $email, array $prioritizedLanguages = []): APIUser - { + public function loadUserByEmail( + string $email, + array $prioritizedLanguages = [] + ): APIUser { if (empty($email)) { throw new InvalidArgumentValue('email', $email); } @@ -569,12 +600,14 @@ public function loadUserByEmail(string $email, array $prioritizedLanguages = []) * @param string $email * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User[] + * @return APIUser[] * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException */ - public function loadUsersByEmail(string $email, array $prioritizedLanguages = []): iterable - { + public function loadUsersByEmail( + string $email, + array $prioritizedLanguages = [] + ): iterable { if (empty($email)) { throw new InvalidArgumentValue('email', $email); } @@ -595,13 +628,15 @@ public function loadUsersByEmail(string $email, array $prioritizedLanguages = [] * @param string $hash * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return APIUser * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentValue + * @throws NotFoundException + * @throws InvalidArgumentValue */ - public function loadUserByToken(string $hash, array $prioritizedLanguages = []): APIUser - { + public function loadUserByToken( + string $hash, + array $prioritizedLanguages = [] + ): APIUser { if (empty($hash)) { throw new InvalidArgumentValue('hash', $hash); } @@ -614,7 +649,7 @@ public function loadUserByToken(string $hash, array $prioritizedLanguages = []): /** * This method deletes a user. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param APIUser $user * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to delete the user */ @@ -649,15 +684,17 @@ public function deleteUser(APIUser $user): array * 4.x: If the versionUpdateStruct is set in the user update structure, this method internally creates a content draft, updates ts with the provided data * and publishes the draft. If a draft is explicitly required, the user group can be updated via the content service methods. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserUpdateStruct $userUpdateStruct + * @param APIUser $user + * @param UserUpdateStruct $userUpdateStruct * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException if a field in the $userUpdateStruct is not valid - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException if a required field is set empty + * @throws ContentValidationException if a required field is set empty * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to update the user */ - public function updateUser(APIUser $user, UserUpdateStruct $userUpdateStruct): APIUser - { + public function updateUser( + APIUser $user, + UserUpdateStruct $userUpdateStruct + ): APIUser { $loadedUser = $this->loadUser($user->id); $contentService = $this->repository->getContentService(); @@ -813,18 +850,20 @@ public function updateUserPassword( /** * Update the user token information specified by the user token struct. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserTokenUpdateStruct $userTokenUpdateStruct + * @param APIUser $user + * @param UserTokenUpdateStruct $userTokenUpdateStruct * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentValue - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentValue + * @throws NotFoundException * @throws \RuntimeException - * @throws \Exception + * @throws Exception * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return APIUser */ - public function updateUserToken(APIUser $user, UserTokenUpdateStruct $userTokenUpdateStruct): APIUser - { + public function updateUserToken( + APIUser $user, + UserTokenUpdateStruct $userTokenUpdateStruct + ): APIUser { $loadedUser = $this->loadUser($user->id); if ($userTokenUpdateStruct->hashKey !== null && (!is_string($userTokenUpdateStruct->hashKey) || empty($userTokenUpdateStruct->hashKey))) { @@ -875,14 +914,16 @@ public function expireUserToken(string $hash): void /** * Assigns a new user group to the user. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param APIUser $user + * @param APIUserGroup $userGroup * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to assign the user group to the user * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the user is already in the given user group */ - public function assignUserToUserGroup(APIUser $user, APIUserGroup $userGroup): void - { + public function assignUserToUserGroup( + APIUser $user, + APIUserGroup $userGroup + ): void { $loadedUser = $this->loadUser($user->id); $loadedGroup = $this->loadUserGroup($userGroup->id); $locationService = $this->repository->getLocationService(); @@ -922,15 +963,17 @@ public function assignUserToUserGroup(APIUser $user, APIUserGroup $userGroup): v /** * Removes a user group from the user. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param APIUser $user + * @param APIUserGroup $userGroup * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to remove the user group from the user * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the user is not in the given user group * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException If $userGroup is the last assigned user group */ - public function unAssignUserFromUserGroup(APIUser $user, APIUserGroup $userGroup): void - { + public function unAssignUserFromUserGroup( + APIUser $user, + APIUserGroup $userGroup + ): void { $loadedUser = $this->loadUser($user->id); $loadedGroup = $this->loadUserGroup($userGroup->id); $locationService = $this->repository->getLocationService(); @@ -972,15 +1015,19 @@ public function unAssignUserFromUserGroup(APIUser $user, APIUserGroup $userGroup * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed read the user or user group * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param APIUser $user * @param int $offset the start offset for paging * @param int $limit the number of user groups returned * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup[] + * @return APIUserGroup[] */ - public function loadUserGroupsOfUser(APIUser $user, int $offset = 0, int $limit = 25, array $prioritizedLanguages = []): iterable - { + public function loadUserGroupsOfUser( + APIUser $user, + int $offset = 0, + int $limit = 25, + array $prioritizedLanguages = [] + ): iterable { $locationService = $this->repository->getLocationService(); if (!$this->repository->getPermissionResolver()->canUser('content', 'read', $user)) { @@ -1031,12 +1078,12 @@ public function loadUserGroupsOfUser(APIUser $user, int $offset = 0, int $limit * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read the users or user group * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param APIUserGroup $userGroup * @param int $offset the start offset for paging * @param int $limit the number of users returned * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User[] + * @return APIUser[] */ public function loadUsersOfUserGroup( APIUserGroup $userGroup, @@ -1124,9 +1171,9 @@ public function isUserGroup(APIContent $content): bool * @param string $email the email of the new user * @param string $password the plain password of the new user * @param string $mainLanguageCode the main language for the underlying content object - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType|null $contentType content type for the underlying content item. + * @param ContentType|null $contentType content type for the underlying content item. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserCreateStruct + * @return APIUserCreateStruct */ public function newUserCreateStruct( string $login, @@ -1180,12 +1227,14 @@ public function newUserCreateStruct( * Instantiate a user group create class. * * @param string $mainLanguageCode The main language for the underlying content object - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType|null $contentType 5.x the content type for the underlying content item. In 4.x it is ignored and taken from the configuration + * @param ContentType|null $contentType 5.x the content type for the underlying content item. In 4.x it is ignored and taken from the configuration * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroupCreateStruct + * @return APIUserGroupCreateStruct */ - public function newUserGroupCreateStruct(string $mainLanguageCode, ?ContentType $contentType = null): APIUserGroupCreateStruct - { + public function newUserGroupCreateStruct( + string $mainLanguageCode, + ?ContentType $contentType = null + ): APIUserGroupCreateStruct { if ($contentType === null) { $contentType = $this->repository->getContentTypeService()->loadContentType( $this->settings['userGroupClassID'] @@ -1204,7 +1253,7 @@ public function newUserGroupCreateStruct(string $mainLanguageCode, ?ContentType /** * Instantiate a new user update struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserUpdateStruct + * @return UserUpdateStruct */ public function newUserUpdateStruct(): UserUpdateStruct { @@ -1214,7 +1263,7 @@ public function newUserUpdateStruct(): UserUpdateStruct /** * Instantiate a new user group update struct. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroupUpdateStruct + * @return UserGroupUpdateStruct */ public function newUserGroupUpdateStruct(): UserGroupUpdateStruct { @@ -1254,9 +1303,9 @@ public function validatePassword( /** * Builds the domain UserGroup object from provided Content object. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return APIUserGroup */ protected function buildDomainUserGroupObject(APIContent $content): APIUserGroup { @@ -1280,11 +1329,11 @@ protected function buildDomainUserGroupObject(APIContent $content): APIUserGroup /** * Builds the domain user object from provided persistence user object. * - * @param \Ibexa\Contracts\Core\Persistence\User $spiUser - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content|null $content + * @param SPIUser $spiUser + * @param Content|null $content * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return APIUser */ protected function buildDomainUserObject( SPIUser $spiUser, @@ -1325,7 +1374,7 @@ private function getUserFieldDefinition(ContentType $contentType): ?FieldDefinit } /** - * Verifies if the provided login and password are valid for {@see \Ibexa\Contracts\Core\Persistence\User}. + * Verifies if the provided login and password are valid for {@see SPIUser}. * * @return bool return true if the login and password are successfully validated and false, if not. */ @@ -1338,7 +1387,7 @@ protected function comparePasswordHashForSPIUser( } /** - * Verifies if the provided login and password are valid for {@see \Ibexa\Contracts\Core\Repository\Values\User\User}. + * Verifies if the provided login and password are valid for {@see APIUser}. * * @return bool return true if the login and password are successfully validated and false, if not. */ @@ -1372,7 +1421,7 @@ private function comparePasswordHashes( /** * Return true if any of the UserUpdateStruct properties refers to User Profile (Content) update. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserUpdateStruct $userUpdateStruct + * @param UserUpdateStruct $userUpdateStruct * * @return bool */ diff --git a/src/lib/Repository/Validator/Constraint/LocationIsContainerContentTypeValidator.php b/src/lib/Repository/Validator/Constraint/LocationIsContainerContentTypeValidator.php index d654b38c7b..715e36e6ce 100644 --- a/src/lib/Repository/Validator/Constraint/LocationIsContainerContentTypeValidator.php +++ b/src/lib/Repository/Validator/Constraint/LocationIsContainerContentTypeValidator.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Repository\Validator\Constraint; use Ibexa\Contracts\Core\Repository\LocationService; +use Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct; use Symfony\Component\Validator\Constraint; use Symfony\Component\Validator\ConstraintValidator; use Symfony\Component\Validator\Exception\UnexpectedTypeException; @@ -17,14 +18,15 @@ final class LocationIsContainerContentTypeValidator extends ConstraintValidator { public function __construct( private LocationService $locationService - ) { - } + ) {} /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct $value + * @param LocationCreateStruct $value */ - public function validate($value, Constraint $constraint): void - { + public function validate( + $value, + Constraint $constraint + ): void { if (!$constraint instanceof LocationIsContainerContentType) { throw new UnexpectedTypeException($constraint, LocationIsContainerContentType::class); } diff --git a/src/lib/Repository/Validator/ContentCreateStructValidator.php b/src/lib/Repository/Validator/ContentCreateStructValidator.php index 2f69e7d5de..bfbe880478 100644 --- a/src/lib/Repository/Validator/ContentCreateStructValidator.php +++ b/src/lib/Repository/Validator/ContentCreateStructValidator.php @@ -12,6 +12,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; +use Ibexa\Core\FieldType\FieldType; use Ibexa\Core\FieldType\FieldTypeRegistry; use Ibexa\Core\FieldType\ValidationError; use Ibexa\Core\Repository\Mapper\ContentMapper; @@ -21,10 +22,10 @@ */ final class ContentCreateStructValidator implements ContentValidator { - /** @var \Ibexa\Core\Repository\Mapper\ContentMapper */ + /** @var ContentMapper */ private $contentMapper; - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry */ + /** @var FieldTypeRegistry */ private $fieldTypeRegistry; public function __construct( @@ -49,7 +50,7 @@ public function validate( throw new InvalidArgumentException('$object', 'Not supported'); } - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct $contentCreateStruct */ + /** @var ContentCreateStruct $contentCreateStruct */ $contentCreateStruct = $object; $languageCodes = $this->contentMapper->getLanguageCodesForCreate($contentCreateStruct); @@ -62,7 +63,7 @@ public function validate( continue; } - /** @var \Ibexa\Core\FieldType\FieldType $fieldType */ + /** @var FieldType $fieldType */ $fieldType = $this->fieldTypeRegistry->getFieldType( $fieldDefinition->fieldTypeIdentifier ); diff --git a/src/lib/Repository/Validator/ContentUpdateStructValidator.php b/src/lib/Repository/Validator/ContentUpdateStructValidator.php index 4c49c84c31..0b14c2a890 100644 --- a/src/lib/Repository/Validator/ContentUpdateStructValidator.php +++ b/src/lib/Repository/Validator/ContentUpdateStructValidator.php @@ -23,10 +23,10 @@ */ final class ContentUpdateStructValidator implements ContentValidator { - /** @var \Ibexa\Core\Repository\Mapper\ContentMapper */ + /** @var ContentMapper */ private $contentMapper; - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry */ + /** @var FieldTypeRegistry */ private $fieldTypeRegistry; /** @var \Ibexa\Core\Persistence\Legacy\Content\Language\Handler */ @@ -62,7 +62,7 @@ public function validate( $content = $context['content']; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct */ + /** @var ContentUpdateStruct $contentUpdateStruct */ $contentUpdateStruct = $object; $contentType = $content->getContentType(); diff --git a/src/lib/Repository/Validator/TargetContentValidator.php b/src/lib/Repository/Validator/TargetContentValidator.php index 0efcc870a9..995e07b6b9 100644 --- a/src/lib/Repository/Validator/TargetContentValidator.php +++ b/src/lib/Repository/Validator/TargetContentValidator.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Repository\Validator; use Ibexa\Contracts\Core\Persistence\Content; +use Ibexa\Contracts\Core\Persistence\Content\Handler; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\FieldType\ValidationError; @@ -19,22 +20,24 @@ */ final class TargetContentValidator implements TargetContentValidatorInterface { - /** @var \Ibexa\Contracts\Core\Persistence\Content\Handler */ + /** @var Handler */ private $contentHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler */ + /** @var Content\Type\Handler */ private $contentTypeHandler; public function __construct( - Content\Handler $contentHandler, + Handler $contentHandler, Content\Type\Handler $contentTypeHandler ) { $this->contentHandler = $contentHandler; $this->contentTypeHandler = $contentTypeHandler; } - public function validate(int $value, array $allowedContentTypes = []): ?ValidationError - { + public function validate( + int $value, + array $allowedContentTypes = [] + ): ?ValidationError { try { $content = $this->contentHandler->load($value); $contentType = $this->contentTypeHandler->load($content->versionInfo->contentInfo->contentTypeId); diff --git a/src/lib/Repository/Validator/TargetContentValidatorInterface.php b/src/lib/Repository/Validator/TargetContentValidatorInterface.php index ac20548230..20a06ed9c4 100644 --- a/src/lib/Repository/Validator/TargetContentValidatorInterface.php +++ b/src/lib/Repository/Validator/TargetContentValidatorInterface.php @@ -15,5 +15,8 @@ */ interface TargetContentValidatorInterface { - public function validate(int $value, array $allowedContentTypes = []): ?ValidationError; + public function validate( + int $value, + array $allowedContentTypes = [] + ): ?ValidationError; } diff --git a/src/lib/Repository/Validator/UserPasswordValidator.php b/src/lib/Repository/Validator/UserPasswordValidator.php index a802df09ef..4834216647 100644 --- a/src/lib/Repository/Validator/UserPasswordValidator.php +++ b/src/lib/Repository/Validator/UserPasswordValidator.php @@ -194,10 +194,12 @@ private function isCompromised( * @param string $message * @param array $values * - * @return \Ibexa\Core\FieldType\ValidationError + * @return ValidationError */ - private function createValidationError(string $message, array $values = []): ValidationError - { + private function createValidationError( + string $message, + array $values = [] + ): ValidationError { return new ValidationError($message, null, $values, 'password'); } } diff --git a/src/lib/Repository/Validator/VersionValidator.php b/src/lib/Repository/Validator/VersionValidator.php index 231addad70..f398aa6b21 100644 --- a/src/lib/Repository/Validator/VersionValidator.php +++ b/src/lib/Repository/Validator/VersionValidator.php @@ -21,7 +21,7 @@ */ final class VersionValidator implements ContentValidator { - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry */ + /** @var FieldTypeRegistry */ private $fieldTypeRegistry; public function __construct( diff --git a/src/lib/Repository/Values/Content/Content.php b/src/lib/Repository/Values/Content/Content.php index 83a362ca29..10bea097cb 100644 --- a/src/lib/Repository/Values/Content/Content.php +++ b/src/lib/Repository/Values/Content/Content.php @@ -10,37 +10,39 @@ use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Contracts\Core\Repository\Values\Content\Content as APIContent; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\Thumbnail; +use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo as APIVersionInfo; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; /** * this class represents a content object in a specific version. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo convenience getter for $versionInfo->contentInfo - * @property-read \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType convenience getter for $versionInfo->contentInfo->contentType + * @property-read ContentInfo $contentInfo convenience getter for $versionInfo->contentInfo + * @property-read ContentType $contentType convenience getter for $versionInfo->contentInfo->contentType * @property-read int $id convenience getter for retrieving the contentId: $versionInfo->content->id - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo calls getVersionInfo() + * @property-read VersionInfo $versionInfo calls getVersionInfo() * @property-read array> $fields an array of [field definition identifier => [language code => field value]] * * @internal Meant for internal use by Repository, type hint against API object instead. */ class Content extends APIContent { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Thumbnail|null */ + /** @var Thumbnail|null */ protected $thumbnail; /** @var array> An array of field values like [field definition identifier => [language code => field value]] => */ protected array $fields = []; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo */ + /** @var VersionInfo */ protected $versionInfo; - /** @var \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType */ + /** @var ContentType */ protected $contentType; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Field[] An array of {@link Field} */ + /** @var Field[] An array of {@link Field} */ private $internalFields; /** @@ -107,8 +109,10 @@ public function getContentType(): ContentType /** * {@inheritdoc} */ - public function getFieldValue(string $fieldDefIdentifier, ?string $languageCode = null): ?Value - { + public function getFieldValue( + string $fieldDefIdentifier, + ?string $languageCode = null + ): ?Value { if (null === $languageCode) { $languageCode = $this->getDefaultLanguageCode(); } @@ -155,8 +159,10 @@ static function (Field $field) use ($languageCode): bool { /** * {@inheritdoc} */ - public function getField(string $fieldDefIdentifier, ?string $languageCode = null): ?Field - { + public function getField( + string $fieldDefIdentifier, + ?string $languageCode = null + ): ?Field { if (null === $languageCode) { $languageCode = $this->getDefaultLanguageCode(); } @@ -172,8 +178,10 @@ public function getDefaultLanguageCode(): string /** * {@inheritdoc} */ - protected function getProperties($dynamicProperties = ['id', 'contentInfo']) - { + protected function getProperties( + $dynamicProperties = ['id', + 'contentInfo'] + ) { return parent::getProperties($dynamicProperties); } diff --git a/src/lib/Repository/Values/Content/ContentCreateStruct.php b/src/lib/Repository/Values/Content/ContentCreateStruct.php index 8de810bb60..e4936506ff 100644 --- a/src/lib/Repository/Values/Content/ContentCreateStruct.php +++ b/src/lib/Repository/Values/Content/ContentCreateStruct.php @@ -14,7 +14,7 @@ /** * This class is used for creating a new content object. * - * @property \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $fields + * @property Field[] $fields * * @internal Meant for internal use by Repository, type hint against API instead. */ @@ -23,7 +23,7 @@ class ContentCreateStruct extends APIContentCreateStruct /** * Field collection. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\Field[] + * @var Field[] */ public $fields = []; @@ -39,8 +39,11 @@ class ContentCreateStruct extends APIContentCreateStruct * field type or an instance of a Value class provided by the field type * @param string|null $language If not given on a translatable field the initial language is used */ - public function setField(string $fieldDefIdentifier, mixed $value, ?string $language = null): void - { + public function setField( + string $fieldDefIdentifier, + mixed $value, + ?string $language = null + ): void { if (!isset($language)) { $language = $this->mainLanguageCode; } diff --git a/src/lib/Repository/Values/Content/ContentUpdateStruct.php b/src/lib/Repository/Values/Content/ContentUpdateStruct.php index f1a93814d3..bbf472e252 100644 --- a/src/lib/Repository/Values/Content/ContentUpdateStruct.php +++ b/src/lib/Repository/Values/Content/ContentUpdateStruct.php @@ -14,7 +14,7 @@ /** * This class is used for updating the fields of a content object draft. * - * @property \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $fields + * @property Field[] $fields * * @internal Meant for internal use by Repository, type hint against API instead. */ @@ -23,7 +23,7 @@ class ContentUpdateStruct extends APIContentUpdateStruct /** * Field collection. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\Field[] + * @var Field[] */ public $fields = []; @@ -37,8 +37,11 @@ class ContentUpdateStruct extends APIContentUpdateStruct * @param mixed $value Either a plain value which is understandable by the field type or an instance of a Value class provided by the field type * @param string|null $language If not given on a translatable field the initial language is used, */ - public function setField(string $fieldDefIdentifier, mixed $value, ?string $language = null): void - { + public function setField( + string $fieldDefIdentifier, + mixed $value, + ?string $language = null + ): void { $this->fields[] = new Field( [ 'fieldDefIdentifier' => $fieldDefIdentifier, diff --git a/src/lib/Repository/Values/Content/Location.php b/src/lib/Repository/Values/Content/Location.php index cd21f03c65..68e8a212de 100644 --- a/src/lib/Repository/Values/Content/Location.php +++ b/src/lib/Repository/Values/Content/Location.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Repository\Values\Content; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo as APIContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; @@ -25,7 +26,7 @@ class Location extends APILocation /** * Returns the content info of the location's content item. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ public function getContentInfo(): APIContentInfo { diff --git a/src/lib/Repository/Values/Content/Query/Criterion/PermissionSubtree.php b/src/lib/Repository/Values/Content/Query/Criterion/PermissionSubtree.php index 39a094a08d..e04e44ab2a 100644 --- a/src/lib/Repository/Values/Content/Query/Criterion/PermissionSubtree.php +++ b/src/lib/Repository/Values/Content/Query/Criterion/PermissionSubtree.php @@ -21,6 +21,4 @@ * * @internal Meant for internal use by Repository. */ -class PermissionSubtree extends APISubtreeCriterion -{ -} +class PermissionSubtree extends APISubtreeCriterion {} diff --git a/src/lib/Repository/Values/Content/Relation.php b/src/lib/Repository/Values/Content/Relation.php index 87c159d9d6..3b844bcb40 100644 --- a/src/lib/Repository/Values/Content/Relation.php +++ b/src/lib/Repository/Values/Content/Relation.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Repository\Values\Content; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo as APIContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Relation as APIRelation; @@ -16,8 +17,8 @@ * * @property-read mixed $id the internal id of the relation * @property-read string $sourceFieldDefinitionIdentifier the field definition identifier of the field where this relation is anchored if the relation is of type EMBED, LINK, or ATTRIBUTE - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $sourceContentInfo - calls {@link getSourceContentInfo()} - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $destinationContentInfo - calls {@link getDestinationContentInfo()} + * @property-read ContentInfo $sourceContentInfo - calls {@link getSourceContentInfo()} + * @property-read ContentInfo $destinationContentInfo - calls {@link getDestinationContentInfo()} * @property-read int $type The relation type bitmask containing one or more of Relation::COMMON, Relation::EMBED, Relation::LINK, Relation::FIELD * * @internal Meant for internal use by Repository, type hint against API object instead. @@ -27,21 +28,21 @@ class Relation extends APIRelation /** * the content of the source content of the relation. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @var ContentInfo */ protected $sourceContentInfo; /** * the content of the destination content of the relation. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @var ContentInfo */ protected $destinationContentInfo; /** * the content of the source content of the relation. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ public function getSourceContentInfo(): APIContentInfo { @@ -51,7 +52,7 @@ public function getSourceContentInfo(): APIContentInfo /** * the content of the destination content of the relation. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ public function getDestinationContentInfo(): APIContentInfo { diff --git a/src/lib/Repository/Values/Content/TrashItem.php b/src/lib/Repository/Values/Content/TrashItem.php index cd3f158fc9..da9476b3d5 100644 --- a/src/lib/Repository/Values/Content/TrashItem.php +++ b/src/lib/Repository/Values/Content/TrashItem.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Repository\Values\Content; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo as APIContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\TrashItem as APITrashItem; @@ -22,11 +23,11 @@ class TrashItem extends APITrashItem /** * Content info of the content object of this trash item. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @var ContentInfo */ protected $contentInfo; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location */ + /** @var Location */ protected $parentLocation; /** @var array */ @@ -35,7 +36,7 @@ class TrashItem extends APITrashItem /** * Returns the content info of the content object of this trash item. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo */ public function getContentInfo(): APIContentInfo { @@ -66,8 +67,10 @@ public function getRemovedLocationContentIdMap(): array * * @return array */ - protected function getProperties($dynamicProperties = ['contentId', 'path']) - { + protected function getProperties( + $dynamicProperties = ['contentId', + 'path'] + ) { return parent::getProperties($dynamicProperties); } diff --git a/src/lib/Repository/Values/Content/VersionInfo.php b/src/lib/Repository/Values/Content/VersionInfo.php index 5e151f0cf9..e0c1c78c02 100644 --- a/src/lib/Repository/Values/Content/VersionInfo.php +++ b/src/lib/Repository/Values/Content/VersionInfo.php @@ -17,7 +17,7 @@ * which the version belongs to. * * @property-read string[] $names returns an array with language code keys and name values - * @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo calls getContentInfo() + * @property-read ContentInfo $contentInfo calls getContentInfo() * @property-read int $id the internal id of the version * @property-read int $versionNo the version number of this version (which only increments in scope of a single Content object) * @property-read \DateTime $modifiedDate the last modified date of this version @@ -34,16 +34,16 @@ class VersionInfo extends APIVersionInfo /** @var string[] */ protected $names; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo */ + /** @var ContentInfo */ protected $contentInfo; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\User */ + /** @var User */ protected $creator; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Language */ + /** @var Language */ protected $initialLanguage; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Language[] */ + /** @var Language[] */ protected $languages; /** diff --git a/src/lib/Repository/Values/ContentType/ContentType.php b/src/lib/Repository/Values/ContentType/ContentType.php index 659bd46792..ce0d7eccd2 100644 --- a/src/lib/Repository/Values/ContentType/ContentType.php +++ b/src/lib/Repository/Values/ContentType/ContentType.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Repository\Values\ContentType; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType as APIContentType; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCollection as APIFieldDefinitionCollection; use Ibexa\Core\Repository\Values\MultiLanguageDescriptionTrait; use Ibexa\Core\Repository\Values\MultiLanguageNameTrait; @@ -16,8 +17,8 @@ /** * this class represents a content type value. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] $contentTypeGroups calls getContentTypeGroups - * @property-read \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCollection $fieldDefinitions calls getFieldDefinitions() or on access getFieldDefinition($fieldDefIdentifier) + * @property-read ContentTypeGroup[] $contentTypeGroups calls getContentTypeGroups + * @property-read APIFieldDefinitionCollection $fieldDefinitions calls getFieldDefinitions() or on access getFieldDefinition($fieldDefIdentifier) * @property-read mixed $id the id of the content type * @property-read int $status the status of the content type. One of ContentType::STATUS_DEFINED|ContentType::STATUS_DRAFT|ContentType::STATUS_MODIFIED * @property-read string $identifier the identifier of the content type @@ -45,14 +46,14 @@ class ContentType extends APIContentType /** * Holds the collection of contenttypegroups the contenttype is assigned to. * - * @var \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] + * @var ContentTypeGroup[] */ protected $contentTypeGroups = []; /** * Contains the content type field definitions from this type. * - * @var \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCollection + * @var APIFieldDefinitionCollection */ protected $fieldDefinitions; @@ -66,7 +67,7 @@ public function __construct(array $data = []) /** * This method returns the content type groups this content type is assigned to. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] + * @return ContentTypeGroup[] */ public function getContentTypeGroups(): array { @@ -76,7 +77,7 @@ public function getContentTypeGroups(): array /** * This method returns the content type field definitions from this type. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCollection + * @return APIFieldDefinitionCollection */ public function getFieldDefinitions(): APIFieldDefinitionCollection { diff --git a/src/lib/Repository/Values/ContentType/ContentTypeCreateStruct.php b/src/lib/Repository/Values/ContentType/ContentTypeCreateStruct.php index 5d89fc9c28..29b229d123 100644 --- a/src/lib/Repository/Values/ContentType/ContentTypeCreateStruct.php +++ b/src/lib/Repository/Values/ContentType/ContentTypeCreateStruct.php @@ -13,7 +13,7 @@ /** * this class is used for creating content types. * - * @property \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct[] $fieldDefinitions the collection of field definitions + * @property FieldDefinitionCreateStruct[] $fieldDefinitions the collection of field definitions * * @internal Meant for internal use by Repository, type hint against API instead. */ @@ -22,14 +22,14 @@ class ContentTypeCreateStruct extends APIContentTypeCreateStruct /** * Holds the collection of field definitions. * - * @var \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct[] + * @var FieldDefinitionCreateStruct[] */ public $fieldDefinitions = []; /** * Adds a new field definition. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct $fieldDef + * @param FieldDefinitionCreateStruct $fieldDef */ public function addFieldDefinition(FieldDefinitionCreateStruct $fieldDef): void { diff --git a/src/lib/Repository/Values/ContentType/ContentTypeDraft.php b/src/lib/Repository/Values/ContentType/ContentTypeDraft.php index 261465e498..4c1feee29f 100644 --- a/src/lib/Repository/Values/ContentType/ContentTypeDraft.php +++ b/src/lib/Repository/Values/ContentType/ContentTypeDraft.php @@ -7,7 +7,9 @@ namespace Ibexa\Core\Repository\Values\ContentType; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft as APIContentTypeDraft; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCollection as APIFieldDefinitionCollection; use Ibexa\Core\Repository\Values\MultiLanguageTrait; @@ -32,8 +34,10 @@ class ContentTypeDraft extends APIContentTypeDraft * * @return array */ - protected function getProperties($dynamicProperties = ['contentTypeGroups', 'fieldDefinitions']) - { + protected function getProperties( + $dynamicProperties = ['contentTypeGroups', + 'fieldDefinitions'] + ) { return parent::getProperties($dynamicProperties); } @@ -55,8 +59,10 @@ public function __get($property) * @param string $property * @param mixed $propertyValue */ - public function __set($property, $propertyValue) - { + public function __set( + $property, + $propertyValue + ) { $this->innerContentType->$property = $propertyValue; } @@ -75,7 +81,7 @@ public function __isset($property) /** * Holds internal content type object. * - * @var \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @var ContentType * * @todo document */ @@ -116,7 +122,7 @@ public function getDescription($languageCode = null) /** * This method returns the content type groups this content type is assigned to. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] + * @return ContentTypeGroup[] */ public function getContentTypeGroups(): array { @@ -126,7 +132,7 @@ public function getContentTypeGroups(): array /** * This method returns the content type field definitions from this type. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] + * @return FieldDefinition[] */ public function getFieldDefinitions(): APIFieldDefinitionCollection { @@ -138,7 +144,7 @@ public function getFieldDefinitions(): APIFieldDefinitionCollection * * @param string $fieldDefinitionIdentifier * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition + * @return FieldDefinition */ public function getFieldDefinition(string $fieldDefinitionIdentifier): ?FieldDefinition { diff --git a/src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php b/src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php index 38c76a59c0..4cf3d1cfd2 100644 --- a/src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php +++ b/src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php @@ -18,14 +18,14 @@ final class FieldDefinitionCollection implements FieldDefinitionCollectionInterface { - /** @var \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] */ + /** @var FieldDefinition[] */ private $fieldDefinitions; - /** @var \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] */ + /** @var FieldDefinition[] */ private $fieldDefinitionsByIdentifier; /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] + * @param FieldDefinition[] */ public function __construct(iterable $fieldDefinitions = []) { @@ -183,8 +183,10 @@ public function offsetGet($offset): FieldDefinition return $this->fieldDefinitions[$offset]; } - public function offsetSet($offset, $value): void - { + public function offsetSet( + $offset, + $value + ): void { throw new BadMethodCallException(self::class . ' is read-only!'); } diff --git a/src/lib/Repository/Values/ContentType/FieldType.php b/src/lib/Repository/Values/ContentType/FieldType.php index 022036cd73..cc216b158b 100644 --- a/src/lib/Repository/Values/ContentType/FieldType.php +++ b/src/lib/Repository/Values/ContentType/FieldType.php @@ -9,14 +9,16 @@ namespace Ibexa\Core\Repository\Values\ContentType; use Ibexa\Contracts\Core\FieldType\FieldType as SPIFieldTypeInterface; +use Ibexa\Contracts\Core\FieldType\ValidationError; use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Contracts\Core\Repository\FieldType as FieldTypeInterface; +use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition as APIFieldDefinition; /** * This class represents a FieldType available to Public API users. * - * @see \Ibexa\Contracts\Core\Repository\FieldType + * @see FieldTypeInterface * * @internal Meant for internal use by Repository, type hint against API object instead. */ @@ -30,7 +32,7 @@ class FieldType implements FieldTypeInterface protected $internalFieldType; /** - * @param \Ibexa\Contracts\Core\FieldType\FieldType $fieldType + * @param SPIFieldTypeInterface $fieldType */ public function __construct(SPIFieldTypeInterface $fieldType) { @@ -47,8 +49,11 @@ public function getFieldTypeIdentifier(): string return $this->internalFieldType->getFieldTypeIdentifier(); } - public function getName(Value $value, APIFieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + Value $value, + APIFieldDefinition $fieldDefinition, + string $languageCode + ): string { return $this->internalFieldType->getName($value, $fieldDefinition, $languageCode); } @@ -262,7 +267,7 @@ public function validatorConfigurationFromHash($validatorConfigurationHash) * * @param mixed $validatorConfiguration * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ public function validateValidatorConfiguration($validatorConfiguration): iterable { @@ -277,7 +282,7 @@ public function validateValidatorConfiguration($validatorConfiguration): iterabl * * @param mixed $fieldSettings * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ public function validateFieldSettings($fieldSettings): iterable { @@ -287,13 +292,15 @@ public function validateFieldSettings($fieldSettings): iterable /** * Validates a field value based on the validator configuration in the field definition. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition $fieldDef The field definition of the field - * @param \Ibexa\Contracts\Core\FieldType\Value $value The field value for which an action is performed + * @param FieldDefinition $fieldDef The field definition of the field + * @param Value $value The field value for which an action is performed * - * @return \Ibexa\Contracts\Core\FieldType\ValidationError[] + * @return ValidationError[] */ - public function validateValue(APIFieldDefinition $fieldDef, Value $value): iterable - { + public function validateValue( + APIFieldDefinition $fieldDef, + Value $value + ): iterable { return $this->internalFieldType->validate($fieldDef, $value); } } diff --git a/src/lib/Repository/Values/ObjectState/ObjectState.php b/src/lib/Repository/Values/ObjectState/ObjectState.php index dd9c1708dd..00dd40bc9d 100644 --- a/src/lib/Repository/Values/ObjectState/ObjectState.php +++ b/src/lib/Repository/Values/ObjectState/ObjectState.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Repository\Values\ObjectState; use Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState as APIObjectState; +use Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup; use Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup as APIObjectStateGroup; use Ibexa\Core\Repository\Values\MultiLanguageDescriptionTrait; use Ibexa\Core\Repository\Values\MultiLanguageNameTrait; @@ -33,13 +34,13 @@ class ObjectState extends APIObjectState use MultiLanguageNameTrait; use MultiLanguageDescriptionTrait; - /** @var \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup */ + /** @var ObjectStateGroup */ protected $objectStateGroup; /** * The object state group this object state belongs to. * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup + * @return ObjectStateGroup */ public function getObjectStateGroup(): APIObjectStateGroup { diff --git a/src/lib/Repository/Values/User/Policy.php b/src/lib/Repository/Values/User/Policy.php index 66f39aeb7d..df550aa16e 100644 --- a/src/lib/Repository/Values/User/Policy.php +++ b/src/lib/Repository/Values/User/Policy.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Repository\Values\User; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Policy as APIPolicy; /** @@ -20,14 +21,14 @@ class Policy extends APIPolicy /** * Limitations assigned to this policy. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @var Limitation[] */ protected $limitations = []; /** * Returns the list of limitations for this policy. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @return Limitation[] */ public function getLimitations(): iterable { diff --git a/src/lib/Repository/Values/User/PolicyCreateStruct.php b/src/lib/Repository/Values/User/PolicyCreateStruct.php index b2174c3396..8fd886ea4a 100644 --- a/src/lib/Repository/Values/User/PolicyCreateStruct.php +++ b/src/lib/Repository/Values/User/PolicyCreateStruct.php @@ -21,14 +21,14 @@ class PolicyCreateStruct extends APIPolicyCreateStruct /** * List of limitations added to policy. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @var Limitation[] */ protected $limitations = []; /** * Returns list of limitations added to policy. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @return Limitation[] */ public function getLimitations(): iterable { @@ -38,7 +38,7 @@ public function getLimitations(): iterable /** * Adds a limitation with the given identifier and list of values. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation + * @param Limitation $limitation */ public function addLimitation(Limitation $limitation): void { diff --git a/src/lib/Repository/Values/User/PolicyDraft.php b/src/lib/Repository/Values/User/PolicyDraft.php index 7bf74b2049..b6e1d4fb1b 100644 --- a/src/lib/Repository/Values/User/PolicyDraft.php +++ b/src/lib/Repository/Values/User/PolicyDraft.php @@ -8,6 +8,8 @@ namespace Ibexa\Core\Repository\Values\User; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; +use Ibexa\Contracts\Core\Repository\Values\User\Policy; use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft as APIPolicyDraft; /** @@ -17,7 +19,7 @@ */ class PolicyDraft extends APIPolicyDraft { - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Policy */ + /** @var Policy */ protected $innerPolicy; /** @@ -36,8 +38,10 @@ public function __get($property) return $this->innerPolicy->$property; } - public function __set($property, $propertyValue) - { + public function __set( + $property, + $propertyValue + ) { if (isset($this->draftProperties[$property])) { parent::__set($property, $propertyValue); } @@ -55,7 +59,7 @@ public function __isset($property) } /** - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @return Limitation[] */ public function getLimitations(): iterable { diff --git a/src/lib/Repository/Values/User/PolicyUpdateStruct.php b/src/lib/Repository/Values/User/PolicyUpdateStruct.php index a0cb5395ea..d98b23f880 100644 --- a/src/lib/Repository/Values/User/PolicyUpdateStruct.php +++ b/src/lib/Repository/Values/User/PolicyUpdateStruct.php @@ -21,14 +21,14 @@ class PolicyUpdateStruct extends APIPolicyUpdateStruct /** * List of limitations added to policy. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @var Limitation[] */ protected $limitations = []; /** * Returns list of limitations added to policy. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @return Limitation[] */ public function getLimitations(): iterable { @@ -39,7 +39,7 @@ public function getLimitations(): iterable * Adds a limitation to the policy - if a Limitation exists with the same identifier * the existing limitation is replaced. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation + * @param Limitation $limitation */ public function addLimitation(Limitation $limitation): void { diff --git a/src/lib/Repository/Values/User/Role.php b/src/lib/Repository/Values/User/Role.php index 3e1aef2db9..6e7f49a7f9 100644 --- a/src/lib/Repository/Values/User/Role.php +++ b/src/lib/Repository/Values/User/Role.php @@ -7,12 +7,13 @@ namespace Ibexa\Core\Repository\Values\User; +use Ibexa\Contracts\Core\Repository\Values\User\Policy; use Ibexa\Contracts\Core\Repository\Values\User\Role as APIRole; /** * This class represents a role. * - * @property-read \Ibexa\Contracts\Core\Repository\Values\User\Policy[] $policies Policies assigned to this role + * @property-read Policy[] $policies Policies assigned to this role * * @internal Meant for internal use by Repository, type hint against API object instead. */ @@ -21,14 +22,14 @@ class Role extends APIRole /** * Policies assigned to this role. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Policy[] + * @var Policy[] */ protected $policies = []; /** * Returns the list of policies of this role. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Policy[] + * @return Policy[] */ public function getPolicies(): iterable { diff --git a/src/lib/Repository/Values/User/RoleCopyStruct.php b/src/lib/Repository/Values/User/RoleCopyStruct.php index 42f26683fd..d610d45e8c 100644 --- a/src/lib/Repository/Values/User/RoleCopyStruct.php +++ b/src/lib/Repository/Values/User/RoleCopyStruct.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Repository\Values\User; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct; use Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct as APIPolicyCreateStruct; use Ibexa\Contracts\Core\Repository\Values\User\RoleCopyStruct as APIRoleCopyStruct; @@ -21,14 +22,14 @@ class RoleCopyStruct extends APIRoleCopyStruct /** * Policies associated with the role. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct[] + * @var PolicyCreateStruct[] */ protected $policies = []; /** * Returns policies associated with the role. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct[] + * @return PolicyCreateStruct[] */ public function getPolicies(): iterable { @@ -38,7 +39,7 @@ public function getPolicies(): iterable /** * Adds a policy to this role. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct $policyCreateStruct + * @param PolicyCreateStruct $policyCreateStruct */ public function addPolicy(APIPolicyCreateStruct $policyCreateStruct): void { diff --git a/src/lib/Repository/Values/User/RoleCreateStruct.php b/src/lib/Repository/Values/User/RoleCreateStruct.php index 477b7c1c0f..282c39b04f 100644 --- a/src/lib/Repository/Values/User/RoleCreateStruct.php +++ b/src/lib/Repository/Values/User/RoleCreateStruct.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Repository\Values\User; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct; use Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct as APIPolicyCreateStruct; use Ibexa\Contracts\Core\Repository\Values\User\RoleCreateStruct as APIRoleCreateStruct; @@ -21,14 +22,14 @@ class RoleCreateStruct extends APIRoleCreateStruct /** * Policies associated with the role. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct[] + * @var PolicyCreateStruct[] */ protected $policies = []; /** * Returns policies associated with the role. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct[] + * @return PolicyCreateStruct[] */ public function getPolicies(): iterable { @@ -38,7 +39,7 @@ public function getPolicies(): iterable /** * Adds a policy to this role. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct $policyCreateStruct + * @param PolicyCreateStruct $policyCreateStruct */ public function addPolicy(APIPolicyCreateStruct $policyCreateStruct): void { diff --git a/src/lib/Repository/Values/User/RoleDraft.php b/src/lib/Repository/Values/User/RoleDraft.php index a3adebb96b..239c6018e4 100644 --- a/src/lib/Repository/Values/User/RoleDraft.php +++ b/src/lib/Repository/Values/User/RoleDraft.php @@ -8,6 +8,8 @@ namespace Ibexa\Core\Repository\Values\User; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; +use Ibexa\Contracts\Core\Repository\Values\User\Role; use Ibexa\Contracts\Core\Repository\Values\User\RoleDraft as APIRoleDraft; /** @@ -20,7 +22,7 @@ class RoleDraft extends APIRoleDraft /** * Holds internal role object. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Role + * @var Role * * @todo document */ @@ -44,8 +46,10 @@ public function __get($property) * @param string $property * @param mixed $propertyValue */ - public function __set($property, $propertyValue) - { + public function __set( + $property, + $propertyValue + ) { $this->innerRole->$property = $propertyValue; } @@ -64,7 +68,7 @@ public function __isset($property) /** * Returns the list of policies of this role. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft[] + * @return PolicyDraft[] */ public function getPolicies(): iterable { diff --git a/src/lib/Repository/Values/User/User.php b/src/lib/Repository/Values/User/User.php index 93385b1e15..1d3638a88f 100644 --- a/src/lib/Repository/Values/User/User.php +++ b/src/lib/Repository/Values/User/User.php @@ -9,8 +9,10 @@ namespace Ibexa\Core\Repository\Values\User; use Ibexa\Contracts\Core\FieldType\Value; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\Thumbnail; +use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo as APIVersionInfo; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\User\User as APIUser; @@ -25,14 +27,14 @@ class User extends APIUser /** * Internal content representation. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @var Content */ protected $content; /** * Returns the VersionInfo for this version. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo + * @return VersionInfo */ public function getVersionInfo(): APIVersionInfo { @@ -56,15 +58,17 @@ public function getContentType(): ContentType * * @return mixed a primitive type or a field type Value object depending on the field type. */ - public function getFieldValue(string $fieldDefIdentifier, ?string $languageCode = null): ?Value - { + public function getFieldValue( + string $fieldDefIdentifier, + ?string $languageCode = null + ): ?Value { return $this->content->getFieldValue($fieldDefIdentifier, $languageCode); } /** * This method returns the complete fields collection. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field[] + * @return Field[] */ public function getFields(): iterable { @@ -78,7 +82,7 @@ public function getFields(): iterable * * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field[] with field identifier as keys + * @return Field[] with field identifier as keys */ public function getFieldsByLanguage(?string $languageCode = null): iterable { @@ -93,10 +97,12 @@ public function getFieldsByLanguage(?string $languageCode = null): iterable * @param string $fieldDefIdentifier * @param string|null $languageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field|null A {@link Field} or null if nothing is found + * @return Field|null A {@link Field} or null if nothing is found */ - public function getField(string $fieldDefIdentifier, ?string $languageCode = null): ?Field - { + public function getField( + string $fieldDefIdentifier, + ?string $languageCode = null + ): ?Field { return $this->content->getField($fieldDefIdentifier, $languageCode); } @@ -111,8 +117,12 @@ public function getField(string $fieldDefIdentifier, ?string $languageCode = nul * * @return array */ - protected function getProperties($dynamicProperties = ['id', 'contentInfo', 'versionInfo', 'fields']) - { + protected function getProperties( + $dynamicProperties = ['id', + 'contentInfo', + 'versionInfo', + 'fields'] + ) { return parent::getProperties($dynamicProperties); } diff --git a/src/lib/Repository/Values/User/UserCreateStruct.php b/src/lib/Repository/Values/User/UserCreateStruct.php index 4e28a9856c..fb9c406563 100644 --- a/src/lib/Repository/Values/User/UserCreateStruct.php +++ b/src/lib/Repository/Values/User/UserCreateStruct.php @@ -21,7 +21,7 @@ class UserCreateStruct extends APIUserCreateStruct /** * The list of fields added to the user. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\Field[] + * @var Field[] */ public $fields = []; @@ -37,8 +37,11 @@ class UserCreateStruct extends APIUserCreateStruct * field type or an instance of a Value class provided by the field type * @param string|null $language If not given on a translatable field the initial language is used */ - public function setField(string $fieldDefIdentifier, mixed $value, ?string $language = null): void - { + public function setField( + string $fieldDefIdentifier, + mixed $value, + ?string $language = null + ): void { if (!isset($language)) { $language = $this->mainLanguageCode; } diff --git a/src/lib/Repository/Values/User/UserGroup.php b/src/lib/Repository/Values/User/UserGroup.php index 6463d846c7..aa343be447 100644 --- a/src/lib/Repository/Values/User/UserGroup.php +++ b/src/lib/Repository/Values/User/UserGroup.php @@ -9,6 +9,7 @@ namespace Ibexa\Core\Repository\Values\User; use Ibexa\Contracts\Core\FieldType\Value; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\Thumbnail; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; @@ -25,14 +26,14 @@ class UserGroup extends APIUserGroup /** * Internal content representation. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @var Content */ protected $content; /** * Returns the VersionInfo for this version. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo + * @return VersionInfo */ public function getVersionInfo(): VersionInfo { @@ -56,15 +57,17 @@ public function getContentType(): ContentType * * @return mixed a primitive type or a field type Value object depending on the field type. */ - public function getFieldValue(string $fieldDefIdentifier, ?string $languageCode = null): ?Value - { + public function getFieldValue( + string $fieldDefIdentifier, + ?string $languageCode = null + ): ?Value { return $this->content->getFieldValue($fieldDefIdentifier, $languageCode); } /** * This method returns the complete fields collection. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field[] + * @return Field[] */ public function getFields(): iterable { @@ -78,7 +81,7 @@ public function getFields(): iterable * * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field[] with field identifier as keys + * @return Field[] with field identifier as keys */ public function getFieldsByLanguage(?string $languageCode = null): iterable { @@ -93,10 +96,12 @@ public function getFieldsByLanguage(?string $languageCode = null): iterable * @param string $fieldDefIdentifier * @param string|null $languageCode * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field|null A {@link Field} or null if nothing is found + * @return Field|null A {@link Field} or null if nothing is found */ - public function getField(string $fieldDefIdentifier, ?string $languageCode = null): ?Field - { + public function getField( + string $fieldDefIdentifier, + ?string $languageCode = null + ): ?Field { return $this->content->getField($fieldDefIdentifier, $languageCode); } @@ -111,8 +116,12 @@ public function getField(string $fieldDefIdentifier, ?string $languageCode = nul * * @return array */ - protected function getProperties($dynamicProperties = ['id', 'contentInfo', 'versionInfo', 'fields']) - { + protected function getProperties( + $dynamicProperties = ['id', + 'contentInfo', + 'versionInfo', + 'fields'] + ) { return parent::getProperties($dynamicProperties); } diff --git a/src/lib/Repository/Values/User/UserGroupCreateStruct.php b/src/lib/Repository/Values/User/UserGroupCreateStruct.php index 4523a0f703..b739a43517 100644 --- a/src/lib/Repository/Values/User/UserGroupCreateStruct.php +++ b/src/lib/Repository/Values/User/UserGroupCreateStruct.php @@ -21,7 +21,7 @@ class UserGroupCreateStruct extends APIUserGroupCreateStruct /** * The list of fields added to the user group. * - * @var \Ibexa\Contracts\Core\Repository\Values\Content\Field[] + * @var Field[] */ public $fields = []; @@ -37,8 +37,11 @@ class UserGroupCreateStruct extends APIUserGroupCreateStruct * field type or an instance of a Value class provided by the field type * @param string|null $language If not given on a translatable field the initial language is used */ - public function setField(string $fieldDefIdentifier, mixed $value, ?string $language = null): void - { + public function setField( + string $fieldDefIdentifier, + mixed $value, + ?string $language = null + ): void { if (!isset($language)) { $language = $this->mainLanguageCode; } diff --git a/src/lib/Repository/Values/User/UserGroupRoleAssignment.php b/src/lib/Repository/Values/User/UserGroupRoleAssignment.php index 95a23ad255..ed47bd2c94 100644 --- a/src/lib/Repository/Values/User/UserGroupRoleAssignment.php +++ b/src/lib/Repository/Values/User/UserGroupRoleAssignment.php @@ -8,8 +8,11 @@ namespace Ibexa\Core\Repository\Values\User; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation as APIRoleLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\Role; use Ibexa\Contracts\Core\Repository\Values\User\Role as APIRole; +use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; use Ibexa\Contracts\Core\Repository\Values\User\UserGroup as APIUserGroup; use Ibexa\Contracts\Core\Repository\Values\User\UserGroupRoleAssignment as APIUserGroupRoleAssignment; @@ -23,28 +26,28 @@ class UserGroupRoleAssignment extends APIUserGroupRoleAssignment /** * the limitation of this role assignment. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null + * @var RoleLimitation|null */ protected $limitation; /** * the role which is assigned to the user group. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Role + * @var Role */ protected $role; /** * user group to which the role is assigned to. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @var UserGroup */ protected $userGroup; /** * Returns the limitation of the role assignment. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null + * @return RoleLimitation|null */ public function getRoleLimitation(): ?APIRoleLimitation { @@ -54,7 +57,7 @@ public function getRoleLimitation(): ?APIRoleLimitation /** * Returns the role to which the user group is assigned to. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return Role */ public function getRole(): APIRole { @@ -64,7 +67,7 @@ public function getRole(): APIRole /** * Returns the user group to which the role is assigned to. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return UserGroup */ public function getUserGroup(): APIUserGroup { diff --git a/src/lib/Repository/Values/User/UserRoleAssignment.php b/src/lib/Repository/Values/User/UserRoleAssignment.php index f573e43bb8..733aa358c1 100644 --- a/src/lib/Repository/Values/User/UserRoleAssignment.php +++ b/src/lib/Repository/Values/User/UserRoleAssignment.php @@ -8,8 +8,11 @@ namespace Ibexa\Core\Repository\Values\User; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation as APIRoleLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\Role; use Ibexa\Contracts\Core\Repository\Values\User\Role as APIRole; +use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\User as APIUser; use Ibexa\Contracts\Core\Repository\Values\User\UserRoleAssignment as APIUserRoleAssignment; @@ -23,28 +26,28 @@ class UserRoleAssignment extends APIUserRoleAssignment /** * the limitation of this role assignment. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null + * @var RoleLimitation|null */ protected $limitation; /** * the role which is assigned to the user. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\Role + * @var Role */ protected $role; /** * user to which the role is assigned to. * - * @var \Ibexa\Contracts\Core\Repository\Values\User\User + * @var User */ protected $user; /** * Returns the limitation of the user role assignment. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null + * @return RoleLimitation|null */ public function getRoleLimitation(): ?APIRoleLimitation { @@ -54,7 +57,7 @@ public function getRoleLimitation(): ?APIRoleLimitation /** * Returns the role to which the user is assigned to. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return Role */ public function getRole(): APIRole { @@ -64,7 +67,7 @@ public function getRole(): APIRole /** * Returns the user to which the role is assigned to. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ public function getUser(): APIUser { diff --git a/src/lib/Search/Common/BackgroundIndexer.php b/src/lib/Search/Common/BackgroundIndexer.php index 9cb3af239a..50627ccd11 100644 --- a/src/lib/Search/Common/BackgroundIndexer.php +++ b/src/lib/Search/Common/BackgroundIndexer.php @@ -29,7 +29,7 @@ interface BackgroundIndexer * * .. then item is removed from index, if not it is added/updated. * - * @param \Ibexa\Contracts\Core\Persistence\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo */ public function registerContent(ContentInfo $contentInfo); @@ -42,7 +42,7 @@ public function registerContent(ContentInfo $contentInfo); * * .. then item is removed from index, if not it is added/updated. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Location $location + * @param Location $location */ public function registerLocation(Location $location); } diff --git a/src/lib/Search/Common/BackgroundIndexer/NullIndexer.php b/src/lib/Search/Common/BackgroundIndexer/NullIndexer.php index 4792df9b5d..27f6b723c3 100644 --- a/src/lib/Search/Common/BackgroundIndexer/NullIndexer.php +++ b/src/lib/Search/Common/BackgroundIndexer/NullIndexer.php @@ -16,11 +16,7 @@ */ class NullIndexer implements BackgroundIndexerInterface { - public function registerContent(ContentInfo $contentInfo) - { - } + public function registerContent(ContentInfo $contentInfo) {} - public function registerLocation(Location $location) - { - } + public function registerLocation(Location $location) {} } diff --git a/src/lib/Search/Common/EventSubscriber/AbstractSearchEventSubscriber.php b/src/lib/Search/Common/EventSubscriber/AbstractSearchEventSubscriber.php index 78ae7a695a..bbd3918e5f 100644 --- a/src/lib/Search/Common/EventSubscriber/AbstractSearchEventSubscriber.php +++ b/src/lib/Search/Common/EventSubscriber/AbstractSearchEventSubscriber.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Search\Common\EventSubscriber; use Ibexa\Contracts\Core\Persistence\Handler as PersistenceHandler; +use Ibexa\Contracts\Core\Search\Handler; use Ibexa\Contracts\Core\Search\Handler as SearchHandler; /** @@ -15,10 +16,10 @@ */ abstract class AbstractSearchEventSubscriber { - /** @var \Ibexa\Contracts\Core\Search\Handler */ + /** @var Handler */ protected $searchHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Handler */ + /** @var PersistenceHandler */ protected $persistenceHandler; public function __construct( diff --git a/src/lib/Search/Common/EventSubscriber/TrashEventSubscriber.php b/src/lib/Search/Common/EventSubscriber/TrashEventSubscriber.php index dfc798bbc6..a498cb594a 100644 --- a/src/lib/Search/Common/EventSubscriber/TrashEventSubscriber.php +++ b/src/lib/Search/Common/EventSubscriber/TrashEventSubscriber.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\Repository\Events\Trash\EmptyTrashEvent; use Ibexa\Contracts\Core\Repository\Events\Trash\RecoverEvent; use Ibexa\Contracts\Core\Repository\Events\Trash\TrashEvent; +use Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult; use Ibexa\Contracts\Core\Repository\Values\Content\TrashItem; use Symfony\Component\EventDispatcher\EventSubscriberInterface; @@ -63,7 +64,7 @@ public function onEmptyTrashEvent(EmptyTrashEvent $event): void $results = $event->getResultList()->getIterator(); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult $result */ + /** @var TrashItemDeleteResult $result */ foreach ($results as $result) { $reverseRelationContentIds = $result->reverseRelationContentIds; foreach ($reverseRelationContentIds as $contentId) { diff --git a/src/lib/Search/Common/FieldNameGenerator.php b/src/lib/Search/Common/FieldNameGenerator.php index 696c646096..cda0f48302 100644 --- a/src/lib/Search/Common/FieldNameGenerator.php +++ b/src/lib/Search/Common/FieldNameGenerator.php @@ -22,7 +22,7 @@ class FieldNameGenerator * We implement this mapping, because those dynamic fields are common to * search backend configurations. * - * @see \Ibexa\Contracts\Core\Search\FieldType + * @see FieldType * * Code example: * @@ -54,8 +54,11 @@ public function __construct(array $fieldNameMapping) * * @return string */ - public function getName($name, $field = null, $type = null): string - { + public function getName( + $name, + $field = null, + $type = null + ): string { return implode('_', array_filter([$type, $field, $name])); } @@ -70,8 +73,10 @@ public function getName($name, $field = null, $type = null): string * * Only the field with the name 'id' remains untouched. */ - public function getTypedName(string $name, FieldType $type): string - { + public function getTypedName( + string $name, + FieldType $type + ): string { if ($name === 'id') { return $name; } diff --git a/src/lib/Search/Common/FieldNameResolver.php b/src/lib/Search/Common/FieldNameResolver.php index 1e24e5f968..450a2164e3 100644 --- a/src/lib/Search/Common/FieldNameResolver.php +++ b/src/lib/Search/Common/FieldNameResolver.php @@ -7,11 +7,14 @@ namespace Ibexa\Core\Search\Common; +use Ibexa\Contracts\Core\FieldType\Indexable; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as ContentTypeHandler; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CustomFieldInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; +use Ibexa\Contracts\Core\Search\FieldType; use RuntimeException; /** @@ -23,30 +26,30 @@ class FieldNameResolver /** * Field registry. * - * @var \Ibexa\Core\Search\Common\FieldRegistry + * @var FieldRegistry */ protected $fieldRegistry; /** * Content type handler. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler + * @var Handler */ protected $contentTypeHandler; /** * Field name generator. * - * @var \Ibexa\Core\Search\Common\FieldNameGenerator + * @var FieldNameGenerator */ protected $nameGenerator; /** * Create from search field registry, content type handler and field name generator. * - * @param \Ibexa\Core\Search\Common\FieldRegistry $fieldRegistry - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\Handler $contentTypeHandler - * @param \Ibexa\Core\Search\Common\FieldNameGenerator $nameGenerator + * @param FieldRegistry $fieldRegistry + * @param Handler $contentTypeHandler + * @param FieldNameGenerator $nameGenerator */ public function __construct( FieldRegistry $fieldRegistry, @@ -91,14 +94,14 @@ protected function getSearchableFieldMap() * $name specific field type and field from its Indexable implementation * can be targeted. * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Query\CustomFieldInterface - * @see \Ibexa\Contracts\Core\FieldType\Indexable + * @see CustomFieldInterface + * @see Indexable * * @param string $fieldDefinitionIdentifier * @param string|null $fieldTypeIdentifier * @param string|null $name * - * @return array + * @return array */ public function getFieldTypes( CriterionInterface $criterion, @@ -151,10 +154,10 @@ public function getFieldTypes( * * Will return null if no sortable field is found. * - * @see \Ibexa\Contracts\Core\Repository\Values\Content\Query\CustomFieldInterface - * @see \Ibexa\Contracts\Core\FieldType\Indexable + * @see CustomFieldInterface + * @see Indexable * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * @param string $contentTypeIdentifier * @param string $fieldDefinitionIdentifier * @param string|null $name diff --git a/src/lib/Search/Common/FieldRegistry.php b/src/lib/Search/Common/FieldRegistry.php index 3caa0b1fcc..a637081421 100644 --- a/src/lib/Search/Common/FieldRegistry.php +++ b/src/lib/Search/Common/FieldRegistry.php @@ -16,11 +16,11 @@ */ class FieldRegistry { - /** @var \Ibexa\Contracts\Core\FieldType\Indexable[] */ + /** @var Indexable[] */ protected $types = []; /** - * @param \Ibexa\Contracts\Core\FieldType\Indexable[] $types + * @param Indexable[] $types */ public function __construct(array $types = []) { @@ -29,8 +29,10 @@ public function __construct(array $types = []) } } - public function registerType(string $name, Indexable $type): void - { + public function registerType( + string $name, + Indexable $type + ): void { $this->types[$name] = $type; } diff --git a/src/lib/Search/Common/FieldValueMapper.php b/src/lib/Search/Common/FieldValueMapper.php index 0120314da2..881702a19c 100644 --- a/src/lib/Search/Common/FieldValueMapper.php +++ b/src/lib/Search/Common/FieldValueMapper.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Search\Common; use Ibexa\Contracts\Core\Search\Field; +use Ibexa\Contracts\Core\Search\FieldType; /** * Maps raw field values to something search engine can understand. @@ -16,14 +17,14 @@ * implementation, meaning engines should override common implementation * as needed, but the same input should be handled across engines. * - * @see \Ibexa\Contracts\Core\Search\FieldType + * @see FieldType */ abstract class FieldValueMapper { /** * Check if field can be mapped. * - * @param \Ibexa\Contracts\Core\Search\Field $field + * @param Field $field * * @return bool */ @@ -32,7 +33,7 @@ abstract public function canMap(Field $field); /** * Map field value to a proper search engine representation. * - * @param \Ibexa\Contracts\Core\Search\Field $field + * @param Field $field * * @return mixed|null Returns null on empty value */ diff --git a/src/lib/Search/Common/FieldValueMapper/Aggregate.php b/src/lib/Search/Common/FieldValueMapper/Aggregate.php index 39d81c94cc..b8eda7e683 100644 --- a/src/lib/Search/Common/FieldValueMapper/Aggregate.php +++ b/src/lib/Search/Common/FieldValueMapper/Aggregate.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Search\Field; +use Ibexa\Contracts\Core\Search\FieldType; use Ibexa\Core\Search\Common\FieldValueMapper; /** @@ -19,21 +20,21 @@ class Aggregate extends FieldValueMapper /** * Array of available mappers. * - * @var \Ibexa\Core\Search\Common\FieldValueMapper[] + * @var FieldValueMapper[] */ protected $mappers = []; /** * Array of simple mappers mapping specific Field (by its FQCN). * - * @var array + * @var array */ protected $simpleMappers = []; /** * Construct from optional mapper array. * - * @param \Ibexa\Core\Search\Common\FieldValueMapper[] $mappers + * @param FieldValueMapper[] $mappers */ public function __construct(array $mappers = []) { @@ -43,10 +44,12 @@ public function __construct(array $mappers = []) } /** - * @param class-string<\Ibexa\Contracts\Core\Search\FieldType>|null $searchTypeFQCN + * @param class-string|null $searchTypeFQCN */ - public function addMapper(FieldValueMapper $mapper, ?string $searchTypeFQCN = null): void - { + public function addMapper( + FieldValueMapper $mapper, + ?string $searchTypeFQCN = null + ): void { if (null !== $searchTypeFQCN) { $this->simpleMappers[$searchTypeFQCN] = $mapper; } else { @@ -62,9 +65,9 @@ public function canMap(Field $field): bool /** * Map field value to a proper search engine representation. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException * - * @param \Ibexa\Contracts\Core\Search\Field $field + * @param Field $field * * @return mixed */ @@ -77,7 +80,7 @@ public function map(Field $field) } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ private function findMapper(Field $field): FieldValueMapper { diff --git a/src/lib/Search/Common/FieldValueMapper/IdentifierMapper.php b/src/lib/Search/Common/FieldValueMapper/IdentifierMapper.php index 7acaf4116f..a88ddee773 100644 --- a/src/lib/Search/Common/FieldValueMapper/IdentifierMapper.php +++ b/src/lib/Search/Common/FieldValueMapper/IdentifierMapper.php @@ -24,7 +24,7 @@ public function canMap(Field $field): bool /** * Map field value to a proper search engine representation. * - * @param \Ibexa\Contracts\Core\Search\Field $field + * @param Field $field * * @return mixed */ diff --git a/src/lib/Search/Common/FieldValueMapper/MultipleIdentifierMapper.php b/src/lib/Search/Common/FieldValueMapper/MultipleIdentifierMapper.php index 7260c96b7e..ac1399b480 100644 --- a/src/lib/Search/Common/FieldValueMapper/MultipleIdentifierMapper.php +++ b/src/lib/Search/Common/FieldValueMapper/MultipleIdentifierMapper.php @@ -23,7 +23,7 @@ public function canMap(Field $field): bool /** * Map field value to a proper search engine representation. * - * @param \Ibexa\Contracts\Core\Search\Field $field + * @param Field $field * * @return mixed */ diff --git a/src/lib/Search/Common/FieldValueMapper/MultipleStringMapper.php b/src/lib/Search/Common/FieldValueMapper/MultipleStringMapper.php index 0d2d6bcfb1..a1594a6e32 100644 --- a/src/lib/Search/Common/FieldValueMapper/MultipleStringMapper.php +++ b/src/lib/Search/Common/FieldValueMapper/MultipleStringMapper.php @@ -28,7 +28,7 @@ public function canMap(Field $field): bool /** * Map field value to a proper search engine representation. * - * @param \Ibexa\Contracts\Core\Search\Field $field + * @param Field $field * * @return array */ diff --git a/src/lib/Search/Common/IncrementalIndexer.php b/src/lib/Search/Common/IncrementalIndexer.php index e9a3abc351..06ebe1c374 100644 --- a/src/lib/Search/Common/IncrementalIndexer.php +++ b/src/lib/Search/Common/IncrementalIndexer.php @@ -33,7 +33,10 @@ abstract class IncrementalIndexer extends Indexer * @param int[] $contentIds * @param bool $commit */ - abstract public function updateSearchIndex(array $contentIds, $commit); + abstract public function updateSearchIndex( + array $contentIds, + $commit + ); /** * Purges whole index, should only be done if user asked for it. diff --git a/src/lib/Search/Indexer/ContentIdBatchList.php b/src/lib/Search/Indexer/ContentIdBatchList.php index ae8d410594..d5c3c430f2 100644 --- a/src/lib/Search/Indexer/ContentIdBatchList.php +++ b/src/lib/Search/Indexer/ContentIdBatchList.php @@ -8,13 +8,14 @@ namespace Ibexa\Core\Search\Indexer; +use Ibexa\Bundle\Core\Command\ReindexCommand; use IteratorAggregate; use Traversable; /** * @internal content id batch list for ReindexCommand * - * @see \Ibexa\Bundle\Core\Command\ReindexCommand + * @see ReindexCommand * * @implements \IteratorAggregate> */ @@ -28,8 +29,10 @@ final class ContentIdBatchList implements IteratorAggregate /** * @param iterable> $list */ - public function __construct(iterable $list, int $totalCount) - { + public function __construct( + iterable $list, + int $totalCount + ) { $this->list = $list; $this->totalCount = $totalCount; } diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriteriaConverter.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriteriaConverter.php index 5aab74e911..0fe2e8f2eb 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriteriaConverter.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriteriaConverter.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\Search\Legacy\Content\Common\Gateway; +use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; @@ -20,14 +21,14 @@ class CriteriaConverter /** * Criterion handlers. * - * @var \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler[] + * @var CriterionHandler[] */ protected $handlers; /** * Construct from an optional array of Criterion handlers. * - * @param \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler[] $handlers + * @param CriterionHandler[] $handlers */ public function __construct(array $handlers = []) { @@ -37,7 +38,7 @@ public function __construct(array $handlers = []) /** * Adds handler. * - * @param \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler $handler + * @param CriterionHandler $handler */ public function addHandler(CriterionHandler $handler) { @@ -49,9 +50,9 @@ public function addHandler(CriterionHandler $handler) * * @param array $languageSettings * - * @return \Doctrine\DBAL\Query\Expression\CompositeExpression|string + * @return CompositeExpression|string * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function convertCriteria( QueryBuilder $query, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler.php index 224d7760ed..dcd24161ea 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler.php @@ -8,7 +8,12 @@ namespace Ibexa\Core\Search\Legacy\Content\Common\Gateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; +use Doctrine\DBAL\Platforms\AbstractPlatform; +use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; @@ -30,14 +35,14 @@ abstract class CriterionHandler Operator::LIKE => 'like', ]; - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $connection; - /** @var \Doctrine\DBAL\Platforms\AbstractPlatform|null */ + /** @var AbstractPlatform|null */ protected $dbPlatform; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function __construct(Connection $connection) { @@ -48,7 +53,7 @@ public function __construct(Connection $connection) /** * Check if this criterion handler accepts to handle the given criterion. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface $criterion + * @param CriterionInterface $criterion * * @return bool */ @@ -61,10 +66,10 @@ abstract public function accept(CriterionInterface $criterion); * * @param array $languageSettings * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotImplementedException + * @throws InvalidArgumentException * - * @return \Doctrine\DBAL\Query\Expression\CompositeExpression|string + * @return CompositeExpression|string */ abstract public function handle( CriteriaConverter $converter, @@ -73,8 +78,10 @@ abstract public function handle( array $languageSettings ); - protected function hasJoinedTableAs(QueryBuilder $queryBuilder, string $tableAlias): bool - { + protected function hasJoinedTableAs( + QueryBuilder $queryBuilder, + string $tableAlias + ): bool { // find table name in a structure: ['fromAlias' => [['joinTable' => ''], ...]] $joinedParts = $queryBuilder->getQueryPart('join'); foreach ($joinedParts as $joinedTables) { diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/CompositeCriterion.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/CompositeCriterion.php index 27b561d94a..67dc1b38e4 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/CompositeCriterion.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/CompositeCriterion.php @@ -22,7 +22,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\CompositeCriterion $criterion + * @param Criterion\CompositeCriterion $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentId.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentId.php index c6030aec13..e3d5872f77 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentId.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentId.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentId $criterion + * @param Criterion\ContentId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php index 0834075ad5..3d5ed0ad3b 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; @@ -34,9 +35,9 @@ public function accept(CriterionInterface $criterion): bool * languages: array, * useAlwaysAvailable: bool, * } $languageSettings - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentName $criterion + * @param Criterion\ContentName $criterion * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function handle( CriteriaConverter $converter, @@ -89,7 +90,7 @@ private function prepareValue(Criterion $criterion): string } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function toLowerCase(string $value): string { diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeGroupId.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeGroupId.php index e3ecba988d..7bb4c7c2c0 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeGroupId.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeGroupId.php @@ -26,7 +26,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentTypeGroupId $criterion + * @param Criterion\ContentTypeGroupId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeId.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeId.php index 59499ecb78..ce5de8dcd4 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeId.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeId.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentTypeId $criterion + * @param Criterion\ContentTypeId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeIdentifier.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeIdentifier.php index ef3b2caa35..1ae30f06ef 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeIdentifier.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentTypeIdentifier.php @@ -9,6 +9,7 @@ use Doctrine\DBAL\Connection; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as ContentTypeHandler; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; @@ -26,12 +27,12 @@ class ContentTypeIdentifier extends CriterionHandler /** * Content type handler. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler + * @var Handler */ protected $contentTypeHandler; /** - * @var \Psr\Log\LoggerInterface + * @var LoggerInterface */ protected $logger; @@ -52,7 +53,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ContentTypeIdentifier $criterion + * @param Criterion\ContentTypeIdentifier $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/DateMetadata.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/DateMetadata.php index 61a8e00348..c20de107e2 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/DateMetadata.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/DateMetadata.php @@ -27,7 +27,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\DateMetadata $criterion + * @param Criterion\DateMetadata $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/Field.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/Field.php index 858210bf07..2c8232e450 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/Field.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/Field.php @@ -11,13 +11,18 @@ use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as ContentTypeHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; +use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\Exception\NotFound; +use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry as Registry; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; use Ibexa\Core\Persistence\TransformationProcessor; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriteriaConverter; +use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue\Converter; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue\Converter as FieldValueConverter; /** @@ -28,21 +33,21 @@ class Field extends FieldBase /** * Field converter registry. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @var ConverterRegistry */ protected $fieldConverterRegistry; /** * Field value converter. * - * @var \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue\Converter + * @var Converter */ protected $fieldValueConverter; /** * Transformation processor. * - * @var \Ibexa\Core\Persistence\TransformationProcessor + * @var TransformationProcessor */ protected $transformationProcessor; @@ -76,7 +81,7 @@ public function accept(CriterionInterface $criterion): bool * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If no searchable fields are found for the given $fieldIdentifier. * @throws \RuntimeException if no converter is found - * @throws \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\Exception\NotFound + * @throws NotFound */ protected function getFieldsInformation(?string $fieldIdentifier): array { @@ -117,12 +122,12 @@ protected function getFieldsInformation(?string $fieldIdentifier): array /** * @param array $languageSettings - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Field $criterion + * @param Criterion\Field $criterion * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException If no searchable fields are found for the given criterion target. + * @throws NotImplementedException If no searchable fields are found for the given criterion target. * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\Exception\NotFound - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFound + * @throws NotFoundException */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldBase.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldBase.php index 8d16558667..ec3a269111 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldBase.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldBase.php @@ -8,10 +8,13 @@ namespace Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as ContentTypeHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler; @@ -23,19 +26,19 @@ abstract class FieldBase extends CriterionHandler /** * Content type handler. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler + * @var Handler */ protected $contentTypeHandler; /** * Language handler. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler + * @var LanguageHandler */ protected $languageHandler; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function __construct( Connection $connection, @@ -53,10 +56,12 @@ public function __construct( * * @param array $languageSettings * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ - protected function getFieldCondition(QueryBuilder $query, array $languageSettings): string - { + protected function getFieldCondition( + QueryBuilder $query, + array $languageSettings + ): string { // 1. Use main language(s) by default $expr = $query->expr(); if (empty($languageSettings['languages'])) { @@ -146,8 +151,8 @@ protected function getFieldCondition(QueryBuilder $query, array $languageSetting * * @return string * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotFoundException + * @throws NotImplementedException */ protected function getInExpressionWithFieldConditions( QueryBuilder $query, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldEmpty.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldEmpty.php index 72221aafc9..89ace0681d 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldEmpty.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldEmpty.php @@ -12,10 +12,13 @@ use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as ContentTypeHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\FieldTypeService; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\IsFieldEmpty; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; +use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry as Registry; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriteriaConverter; @@ -28,12 +31,12 @@ class FieldEmpty extends FieldBase /** * Field converter registry. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @var ConverterRegistry */ protected $fieldConverterRegistry; /** - * @var \Ibexa\Contracts\Core\Repository\FieldTypeService + * @var FieldTypeService */ protected $fieldTypeService; @@ -55,7 +58,7 @@ public function __construct( */ public function accept(CriterionInterface $criterion): bool { - return $criterion instanceof Criterion\IsFieldEmpty; + return $criterion instanceof IsFieldEmpty; } /** @@ -66,14 +69,14 @@ public function accept(CriterionInterface $criterion): bool * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If no searchable fields are found for the given $fieldIdentifier. * @throws \RuntimeException if no converter is found - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ protected function getFieldsInformation(?string $fieldIdentifier): array { if ($fieldIdentifier === null) { throw new InvalidArgumentException( '$criterion->target', - sprintf('Criterion target must be set for %s criterion.', Criterion\IsFieldEmpty::class) + sprintf('Criterion target must be set for %s criterion.', IsFieldEmpty::class) ); } @@ -106,7 +109,7 @@ protected function getFieldsInformation(?string $fieldIdentifier): array } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\IsFieldEmpty $criterion + * @param IsFieldEmpty $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldRelation.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldRelation.php index 2fdee17315..2a4b8c7a95 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldRelation.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldRelation.php @@ -13,6 +13,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; +use Ibexa\Core\Persistence\Legacy\Content\Gateway; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriteriaConverter; use RuntimeException; @@ -27,7 +28,7 @@ class FieldRelation extends FieldBase * * c_rel: ContentGateway::CONTENT_RELATION_TABLE * - * @see \Ibexa\Core\Persistence\Legacy\Content\Gateway::CONTENT_RELATION_TABLE + * @see Gateway::CONTENT_RELATION_TABLE */ private const CONTENT_ITEM_REL_COLUMN = 'c_rel.to_contentobject_id'; @@ -39,7 +40,7 @@ public function accept(CriterionInterface $criterion): bool /** * Returns a list of IDs of searchable FieldDefinitions for the given criterion target. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException If no searchable fields are found for the given $fieldIdentifier. + * @throws InvalidArgumentException If no searchable fields are found for the given $fieldIdentifier. */ protected function getFieldDefinitionsIds(?string $fieldDefinitionIdentifier): array { @@ -73,7 +74,7 @@ protected function getFieldDefinitionsIds(?string $fieldDefinitionIdentifier): a } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\FieldRelation $criterion + * @param Criterion\FieldRelation $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Converter.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Converter.php index c48d86d295..6e0e4019ad 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Converter.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Converter.php @@ -7,6 +7,7 @@ namespace Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue; +use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use RuntimeException; @@ -19,25 +20,27 @@ class Converter /** * Criterion field value handler registry. * - * @var \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue\HandlerRegistry + * @var HandlerRegistry */ protected $registry; /** * Default Criterion field value handler. * - * @var \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue\Handler + * @var Handler */ protected $defaultHandler; /** * Construct from an array of Criterion field value handlers. * - * @param \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue\HandlerRegistry $registry - * @param \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue\Handler|null $defaultHandler + * @param HandlerRegistry $registry + * @param Handler|null $defaultHandler */ - public function __construct(HandlerRegistry $registry, ?Handler $defaultHandler = null) - { + public function __construct( + HandlerRegistry $registry, + ?Handler $defaultHandler = null + ) { $this->registry = $registry; $this->defaultHandler = $defaultHandler; } @@ -45,12 +48,12 @@ public function __construct(HandlerRegistry $registry, ?Handler $defaultHandler /** * Converts the criteria into query fragments. * - * @param \Doctrine\DBAL\Query\QueryBuilder $outerQuery to be used only for parameter binding - * @param \Doctrine\DBAL\Query\QueryBuilder $subQuery to modify Field Value query constraints + * @param QueryBuilder $outerQuery to be used only for parameter binding + * @param QueryBuilder $subQuery to modify Field Value query constraints * - * @return \Doctrine\DBAL\Query\Expression\CompositeExpression|string + * @return CompositeExpression|string * - * @throws \RuntimeException if Criterion is not applicable to its target + * @throws RuntimeException if Criterion is not applicable to its target */ public function convertCriteria( string $fieldTypeIdentifier, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Handler.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Handler.php index 3bb45a27be..4a5b58b255 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Handler.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Handler.php @@ -8,7 +8,10 @@ namespace Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\ParameterType; +use Doctrine\DBAL\Platforms\AbstractPlatform; +use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator as CriterionOperator; @@ -21,7 +24,7 @@ */ abstract class Handler { - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $connection; /** @@ -41,18 +44,20 @@ abstract class Handler /** * Transformation processor. * - * @var \Ibexa\Core\Persistence\TransformationProcessor + * @var TransformationProcessor */ protected $transformationProcessor; - /** @var \Doctrine\DBAL\Platforms\AbstractPlatform|null */ + /** @var AbstractPlatform|null */ protected $dbPlatform; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ - public function __construct(Connection $connection, TransformationProcessor $transformationProcessor) - { + public function __construct( + Connection $connection, + TransformationProcessor $transformationProcessor + ) { $this->connection = $connection; $this->dbPlatform = $connection->getDatabasePlatform(); $this->transformationProcessor = $transformationProcessor; @@ -61,14 +66,14 @@ public function __construct(Connection $connection, TransformationProcessor $tra /** * Generates query expression for operator and value of a Field Criterion. * - * @param \Doctrine\DBAL\Query\QueryBuilder $outerQuery to be used only for parameter binding - * @param \Doctrine\DBAL\Query\QueryBuilder $subQuery to modify Field Value query constraints - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterion + * @param QueryBuilder $outerQuery to be used only for parameter binding + * @param QueryBuilder $subQuery to modify Field Value query constraints + * @param Criterion $criterion * - * @return \Doctrine\DBAL\Query\Expression\CompositeExpression|string + * @return CompositeExpression|string * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException If passed more than 1 argument to unary operator. - * @throws \RuntimeException If operator is not handled. + * @throws RuntimeException If operator is not handled. */ public function handle( QueryBuilder $outerQuery, @@ -76,7 +81,7 @@ public function handle( Criterion $criterion, string $column ) { - if (is_array($criterion->value) && Criterion\Operator::isUnary($criterion->operator)) { + if (is_array($criterion->value) && CriterionOperator::isUnary($criterion->operator)) { if (count($criterion->value) > 1) { throw new InvalidArgumentException('$criterion->value', "Too many arguments for unary operator '$criterion->operator'"); } @@ -85,7 +90,7 @@ public function handle( } switch ($criterion->operator) { - case Criterion\Operator::IN: + case CriterionOperator::IN: $values = array_map([$this, 'prepareParameter'], $criterion->value); $filter = $subQuery->expr()->in( $column, @@ -96,7 +101,7 @@ public function handle( ); break; - case Criterion\Operator::BETWEEN: + case CriterionOperator::BETWEEN: $filter = $this->dbPlatform->getBetweenExpression( $column, $outerQuery->createNamedParameter($this->lowerCase($criterion->value[0])), @@ -104,11 +109,11 @@ public function handle( ); break; - case Criterion\Operator::EQ: - case Criterion\Operator::GT: - case Criterion\Operator::GTE: - case Criterion\Operator::LT: - case Criterion\Operator::LTE: + case CriterionOperator::EQ: + case CriterionOperator::GT: + case CriterionOperator::GTE: + case CriterionOperator::LT: + case CriterionOperator::LTE: $operatorFunction = $this->comparatorMap[$criterion->operator]; $filter = $subQuery->expr()->{$operatorFunction}( $column, @@ -116,7 +121,7 @@ public function handle( ); break; - case Criterion\Operator::LIKE: + case CriterionOperator::LIKE: $value = str_replace('*', '%', $this->prepareLikeString($criterion->value)); $filter = $subQuery->expr()->like( @@ -125,7 +130,7 @@ public function handle( ); break; - case Criterion\Operator::CONTAINS: + case CriterionOperator::CONTAINS: $filter = $subQuery->expr()->like( $column, $outerQuery->createNamedParameter( @@ -179,8 +184,11 @@ private function prepareParameter($value) return $value; } - private function createNamedParameter(QueryBuilder $outerQuery, string $column, $value): ?string - { + private function createNamedParameter( + QueryBuilder $outerQuery, + string $column, + $value + ): ?string { switch ($column) { case 'sort_key_string': $parameterValue = $this->prepareParameter($value); diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Handler/Composite.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Handler/Composite.php index 4886f72def..c45c991e80 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Handler/Composite.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Handler/Composite.php @@ -15,6 +15,4 @@ * Composite value handler is used for creating a filter on a value that can be partially matched. * Eg. TextLine string, where it makes sense to match only a part of the sentence. */ -class Composite extends Handler -{ -} +class Composite extends Handler {} diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/HandlerRegistry.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/HandlerRegistry.php index 7128991443..ed086208e5 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/HandlerRegistry.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/HandlerRegistry.php @@ -18,14 +18,14 @@ class HandlerRegistry * Map of Criterion field value handlers where key is field type identifier * and value is field value handler. * - * @var \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue\Handler[] + * @var Handler[] */ protected $map = []; /** * Create field value handler registry with handler map. * - * @param \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue\Handler[] $map + * @param Handler[] $map * Map of Criterion field value handlers where key is field type identifier and value field value handler */ public function __construct(array $map = []) @@ -39,21 +39,23 @@ public function __construct(array $map = []) * Register $handler for $fieldTypeIdentifier. * * @param string $fieldTypeIdentifier - * @param \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue\Handler $handler + * @param Handler $handler */ - public function register($fieldTypeIdentifier, $handler) - { + public function register( + $fieldTypeIdentifier, + $handler + ) { $this->map[$fieldTypeIdentifier] = $handler; } /** * Returns handler for given $fieldTypeIdentifier. * - * @throws \OutOfBoundsException If handler is not registered for a given $fieldTypeIdentifier + * @throws OutOfBoundsException If handler is not registered for a given $fieldTypeIdentifier * * @param string $fieldTypeIdentifier * - * @return \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\FieldValue\Handler + * @return Handler */ public function get($fieldTypeIdentifier) { diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FullText.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FullText.php index 7e3d40210b..778482f1ad 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FullText.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/FullText.php @@ -120,8 +120,10 @@ protected function tokenizeString(string $string): array * converter wildcards are either transformed into the respective LIKE * queries, or everything is just compared using equal. */ - protected function getWordExpression(QueryBuilder $query, string $token): string - { + protected function getWordExpression( + QueryBuilder $query, + string $token + ): string { if ($this->configuration['enableWildcards'] && $token[0] === '*') { return $query->expr()->like( 'word', @@ -144,8 +146,10 @@ protected function getWordExpression(QueryBuilder $query, string $token): string * * @uses getStopWordThresholdValue To get threshold for words we would like to ignore in query. */ - protected function getWordIdSubquery(QueryBuilder $query, string $string): string - { + protected function getWordIdSubquery( + QueryBuilder $query, + string $string + ): string { $subQuery = $this->connection->createQueryBuilder(); $tokens = $this->tokenizeString( $this->processor->transform($string, $this->configuration['commands']) @@ -180,7 +184,7 @@ protected function getWordIdSubquery(QueryBuilder $query, string $string): strin } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\FullText $criterion + * @param Criterion\FullText $criterion * * @phpstan-param TSearchLanguageFilter $languageSettings */ diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsContainer.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsContainer.php index b4e42f26f7..19ed11d370 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsContainer.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsContainer.php @@ -26,7 +26,7 @@ public function accept(CriterionInterface $criterion): bool /** * @phpstan-param array{languages: string[]} $languageSettings * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\IsContainer $criterion + * @param Criterion\IsContainer $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsUserBased.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsUserBased.php index 83a3beb149..321979c3de 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsUserBased.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsUserBased.php @@ -23,7 +23,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\IsUserBased $criterion + * @param Criterion\IsUserBased $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsUserEnabled.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsUserEnabled.php index 67df843a79..df845ef2c4 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsUserEnabled.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsUserEnabled.php @@ -23,7 +23,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\IsUserEnabled $criterion + * @param Criterion\IsUserEnabled $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LanguageCode.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LanguageCode.php index 8375c77e6b..d12ee77aed 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LanguageCode.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LanguageCode.php @@ -20,11 +20,13 @@ */ class LanguageCode extends CriterionHandler { - /** @var \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator */ + /** @var MaskGenerator */ private $maskGenerator; - public function __construct(Connection $connection, MaskGenerator $maskGenerator) - { + public function __construct( + Connection $connection, + MaskGenerator $maskGenerator + ) { parent::__construct($connection); $this->maskGenerator = $maskGenerator; @@ -36,7 +38,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LanguageCode $criterion + * @param Criterion\LanguageCode $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalAnd.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalAnd.php index 26ef386620..eb301125d1 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalAnd.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalAnd.php @@ -24,7 +24,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd $criterion + * @param Criterion\LogicalAnd $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalNot.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalNot.php index b2593c7c09..aa19f75ac3 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalNot.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalNot.php @@ -24,7 +24,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalNot $criterion + * @param Criterion\LogicalNot $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalOr.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalOr.php index b6fc863751..64e1ba5275 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalOr.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/LogicalOr.php @@ -24,7 +24,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalOr $criterion + * @param Criterion\LogicalOr $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/MapLocationDistance.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/MapLocationDistance.php index 37982049dd..de8d9cdf88 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/MapLocationDistance.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/MapLocationDistance.php @@ -41,7 +41,7 @@ public function accept(CriterionInterface $criterion): bool /** * Returns a list of IDs of searchable FieldDefinitions for the given criterion target. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException If no searchable fields are found for the given $fieldIdentifier. + * @throws InvalidArgumentException If no searchable fields are found for the given $fieldIdentifier. */ protected function getFieldDefinitionIds(?string $fieldIdentifier): array { @@ -85,7 +85,7 @@ protected function kilometersToDegrees($kilometers): float } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\MapLocationDistance $criterion + * @param Criterion\MapLocationDistance $criterion */ public function handle( CriteriaConverter $converter, @@ -96,7 +96,7 @@ public function handle( $fieldDefinitionIds = $this->getFieldDefinitionIds($criterion->target); $subSelect = $this->connection->createQueryBuilder(); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Value\MapLocationValue $location */ + /** @var MapLocationValue $location */ $location = $criterion->valueData; // note: avoid using literal names for parameters to account for multiple visits of the same Criterion @@ -245,7 +245,7 @@ protected function getBoundingConstraints( * * Credits: http://janmatuschek.de/LatitudeLongitudeBoundingCoordinates * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Value\MapLocationValue $location + * @param MapLocationValue $location * @param float $distance * * @return array @@ -253,8 +253,10 @@ protected function getBoundingConstraints( * @todo it should also be possible to calculate inner bounding box, which could be applied for the * operators GT, GTE and lower distance of the BETWEEN operator. */ - protected function getBoundingCoordinates(MapLocationValue $location, $distance) - { + protected function getBoundingCoordinates( + MapLocationValue $location, + $distance + ) { $radiansLatitude = deg2rad($location->latitude); $radiansLongitude = deg2rad($location->longitude); $angularDistance = $distance / self::EARTH_RADIUS; diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ObjectStateId.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ObjectStateId.php index 973b052703..0c0d0d1d1d 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ObjectStateId.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ObjectStateId.php @@ -26,7 +26,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ObjectStateId $criterion + * @param Criterion\ObjectStateId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ObjectStateIdentifier.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ObjectStateIdentifier.php index c08c41d3a3..973cc91b6f 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ObjectStateIdentifier.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ObjectStateIdentifier.php @@ -24,7 +24,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ObjectStateIdentifier $criterion + * @param Criterion\ObjectStateIdentifier $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/RemoteId.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/RemoteId.php index 228864db54..b63563601f 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/RemoteId.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/RemoteId.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\RemoteId $criterion + * @param Criterion\RemoteId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/SectionId.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/SectionId.php index 9c8b41ffcc..536dc1e1dd 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/SectionId.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/SectionId.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\SectionId $criterion + * @param Criterion\SectionId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/SectionIdentifier.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/SectionIdentifier.php index a8b3704517..7c523723db 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/SectionIdentifier.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/SectionIdentifier.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\SectionIdentifier $criterion + * @param Criterion\SectionIdentifier $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserEmail.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserEmail.php index 606c7dfc76..f0ce336e5c 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserEmail.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserEmail.php @@ -19,7 +19,7 @@ class UserEmail extends CriterionHandler { - /** @var \Ibexa\Core\Persistence\TransformationProcessor */ + /** @var TransformationProcessor */ private $transformationProcessor; public function __construct( @@ -37,7 +37,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserEmail $criterion + * @param Criterion\UserEmail $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserId.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserId.php index d86a111cad..1238782d09 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserId.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserId.php @@ -24,7 +24,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserId $criterion + * @param Criterion\UserId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserLogin.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserLogin.php index 5cf8f85d91..f570a8b78f 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserLogin.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserLogin.php @@ -19,7 +19,7 @@ class UserLogin extends CriterionHandler { - /** @var \Ibexa\Core\Persistence\TransformationProcessor */ + /** @var TransformationProcessor */ private $transformationProcessor; public function __construct( @@ -37,7 +37,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserLogin $criterion + * @param Criterion\UserLogin $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserMetadata.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserMetadata.php index d3007421b9..cbcf050e9c 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserMetadata.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/UserMetadata.php @@ -28,7 +28,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\UserMetadata $criterion + * @param Criterion\UserMetadata $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseConverter.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseConverter.php index 053eb7eb10..650911b6cc 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseConverter.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseConverter.php @@ -9,6 +9,7 @@ use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use RuntimeException; /** @@ -19,7 +20,7 @@ class SortClauseConverter /** * Sort clause handlers. * - * @var \Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseHandler[] + * @var SortClauseHandler[] */ protected $handlers; @@ -33,7 +34,7 @@ class SortClauseConverter /** * Construct from an optional array of sort clause handlers. * - * @param \Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseHandler[] $handlers + * @param SortClauseHandler[] $handlers */ public function __construct(array $handlers = []) { @@ -43,7 +44,7 @@ public function __construct(array $handlers = []) /** * Adds handler. * - * @param \Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseHandler $handler + * @param SortClauseHandler $handler */ public function addHandler(SortClauseHandler $handler) { @@ -53,13 +54,15 @@ public function addHandler(SortClauseHandler $handler) /** * Apply select parts of sort clauses to query. * - * @param \Doctrine\DBAL\Query\QueryBuilder $query - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] $sortClauses + * @param QueryBuilder $query + * @param SortClause[] $sortClauses * - * @throws \RuntimeException If no handler is available for sort clause + * @throws RuntimeException If no handler is available for sort clause */ - public function applySelect(QueryBuilder $query, array $sortClauses): void - { + public function applySelect( + QueryBuilder $query, + array $sortClauses + ): void { foreach ($sortClauses as $nr => $sortClause) { foreach ($this->handlers as $handler) { if ($handler->accept($sortClause)) { @@ -84,13 +87,16 @@ public function applySelect(QueryBuilder $query, array $sortClauses): void /** * Apply join parts of sort clauses to query. * - * @throws \RuntimeException If no handler is available for sort clause + * @throws RuntimeException If no handler is available for sort clause * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] $sortClauses + * @param SortClause[] $sortClauses * @param array $languageSettings */ - public function applyJoin(QueryBuilder $query, array $sortClauses, array $languageSettings): void - { + public function applyJoin( + QueryBuilder $query, + array $sortClauses, + array $languageSettings + ): void { foreach ($sortClauses as $nr => $sortClause) { foreach ($this->handlers as $handler) { if ($handler->accept($sortClause)) { diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler.php index 30c4bab39b..8530414545 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler.php @@ -8,6 +8,8 @@ namespace Ibexa\Core\Search\Legacy\Content\Common\Gateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; +use Doctrine\DBAL\Platforms\AbstractPlatform; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; @@ -16,14 +18,14 @@ */ abstract class SortClauseHandler { - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $connection; - /** @var \Doctrine\DBAL\Platforms\AbstractPlatform|null */ + /** @var AbstractPlatform|null */ protected $dbPlatform; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function __construct(Connection $connection) { @@ -34,7 +36,7 @@ public function __construct(Connection $connection) /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ @@ -46,13 +48,17 @@ abstract public function accept(SortClause $sortClause); * Returns the name of the (aliased) column, which information should be * used for sorting. * - * @param \Doctrine\DBAL\Query\QueryBuilder $query - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param QueryBuilder $query + * @param SortClause $sortClause * @param int $number * * @return array column names to be used when sorting */ - abstract public function applySelect(QueryBuilder $query, SortClause $sortClause, int $number): array; + abstract public function applySelect( + QueryBuilder $query, + SortClause $sortClause, + int $number + ): array; /** * Applies joins to the query. @@ -64,8 +70,7 @@ public function applyJoin( SortClause $sortClause, int $number, array $languageSettings - ): void { - } + ): void {} /** * Returns the quoted sort column name. @@ -87,8 +92,10 @@ protected function getSortColumnName($number) * * @return string */ - protected function getSortTableName($number, $externalTableName = null) - { + protected function getSortTableName( + $number, + $externalTableName = null + ) { return 'sort_table_' . ($externalTableName !== null ? $externalTableName . '_' : '') . $number; } } diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/AbstractRandom.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/AbstractRandom.php index d19fa71ae4..c9fd25f694 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/AbstractRandom.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/AbstractRandom.php @@ -20,7 +20,7 @@ abstract class AbstractRandom extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/ContentId.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/ContentId.php index da57c5fb4a..4e0cc619d9 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/ContentId.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/ContentId.php @@ -19,7 +19,7 @@ class ContentId extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/ContentName.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/ContentName.php index 74d4743a75..04beaa0855 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/ContentName.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/ContentName.php @@ -19,7 +19,7 @@ class ContentName extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/DateModified.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/DateModified.php index cb0c89a033..1ace10f1ad 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/DateModified.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/DateModified.php @@ -19,7 +19,7 @@ class DateModified extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/DatePublished.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/DatePublished.php index b10506094e..fe4536d859 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/DatePublished.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/DatePublished.php @@ -19,7 +19,7 @@ class DatePublished extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/Factory/RandomSortClauseHandlerFactory.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/Factory/RandomSortClauseHandlerFactory.php index 8e443d2ac7..1c4871f58d 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/Factory/RandomSortClauseHandlerFactory.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/Factory/RandomSortClauseHandlerFactory.php @@ -9,26 +9,29 @@ namespace Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseHandler\Factory; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseHandler\AbstractRandom; class RandomSortClauseHandlerFactory { - /** @var iterable|\Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseHandler\AbstractRandom[] */ + /** @var iterable|AbstractRandom[] */ private $randomSortClauseGateways = []; - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ private $connection; - public function __construct(Connection $connection, iterable $randomSortClauseGateways) - { + public function __construct( + Connection $connection, + iterable $randomSortClauseGateways + ) { $this->connection = $connection; $this->randomSortClauseGateways = $randomSortClauseGateways; } /** - * @throws \Doctrine\DBAL\Exception - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException + * @throws Exception + * @throws InvalidArgumentException */ public function getGateway(): AbstractRandom { diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/Field.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/Field.php index 0a1d4cfada..f5f10f54a1 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/Field.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/Field.php @@ -10,9 +10,11 @@ use Doctrine\DBAL\Connection; use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Persistence\Content\Language\Handler; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as ContentTypeHandler; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\Target\FieldTarget; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Persistence\Legacy\Content\Gateway; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseHandler; @@ -25,14 +27,14 @@ class Field extends SortClauseHandler /** * Language handler. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler + * @var Handler */ protected $languageHandler; /** * Content type handler. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler + * @var ContentTypeHandler */ protected $contentTypeHandler; @@ -50,7 +52,7 @@ public function __construct( /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ @@ -65,8 +67,8 @@ public function accept(SortClause $sortClause) * Returns the name of the (aliased) column, which information should be * used for sorting. * - * @param \Doctrine\DBAL\Query\QueryBuilder $query - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param QueryBuilder $query + * @param SortClause $sortClause * @param int $number * * @return array @@ -113,7 +115,7 @@ public function applyJoin( int $number, array $languageSettings ): void { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\Target\FieldTarget $fieldTarget */ + /** @var FieldTarget $fieldTarget */ $fieldTarget = $sortClause->targetData; $fieldMap = $this->contentTypeHandler->getSearchableFieldMap(); diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/MapLocationDistance.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/MapLocationDistance.php index 3098e91ae6..86288e88bf 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/MapLocationDistance.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/MapLocationDistance.php @@ -10,6 +10,8 @@ use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\Target\FieldTarget; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\Target\MapLocationTarget; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\FieldType\MapLocation\MapLocationStorage\Gateway\DoctrineStorage; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; @@ -22,7 +24,7 @@ class MapLocationDistance extends Field /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ @@ -36,7 +38,7 @@ public function applySelect( SortClause $sortClause, int $number ): array { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\Target\MapLocationTarget $target */ + /** @var MapLocationTarget $target */ $target = $sortClause->targetData; $externalTable = $this->getSortTableName($number, DoctrineStorage::MAP_LOCATION_TABLE); @@ -67,7 +69,7 @@ public function applyJoin( int $number, array $languageSettings ): void { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\Target\FieldTarget $fieldTarget */ + /** @var FieldTarget $fieldTarget */ $fieldTarget = $sortClause->targetData; $fieldMap = $this->contentTypeHandler->getSearchableFieldMap(); diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/SectionIdentifier.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/SectionIdentifier.php index e645d88680..03da5dbc2e 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/SectionIdentifier.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/SectionIdentifier.php @@ -19,7 +19,7 @@ class SectionIdentifier extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/SectionName.php b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/SectionName.php index b1d2d572e5..38efb1121c 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/SectionName.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/SortClauseHandler/SectionName.php @@ -20,7 +20,7 @@ class SectionName extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/FullTextData.php b/src/lib/Search/Legacy/Content/FullTextData.php index 027095865e..9cf72eeedb 100644 --- a/src/lib/Search/Legacy/Content/FullTextData.php +++ b/src/lib/Search/Legacy/Content/FullTextData.php @@ -45,7 +45,7 @@ class FullTextData extends ValueObject /** * List of FullTextValue objects corresponding to content object fields (per translation). * - * @var \Ibexa\Core\Search\Legacy\Content\FullTextValue[] + * @var FullTextValue[] */ public $values; } diff --git a/src/lib/Search/Legacy/Content/Gateway.php b/src/lib/Search/Legacy/Content/Gateway.php index 03b543fed5..7c2b2e5d95 100644 --- a/src/lib/Search/Legacy/Content/Gateway.php +++ b/src/lib/Search/Legacy/Content/Gateway.php @@ -7,7 +7,10 @@ namespace Ibexa\Core\Search\Legacy\Content; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; /** * The Content Search Gateway provides the implementation for one database to @@ -18,17 +21,17 @@ abstract class Gateway /** * Returns a list of object satisfying the $criterion. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface $criterion + * @param CriterionInterface $criterion * @param int $offset * @param int $limit - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] $sort + * @param SortClause[] $sort * @param array $languageFilter * @param bool $doCount * * @return mixed[][] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if Criterion is not applicable to its target - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException if a given Criterion Handler or Sort Clause is not implemented + * @throws InvalidArgumentException if Criterion is not applicable to its target + * @throws NotImplementedException if a given Criterion Handler or Sort Clause is not implemented */ abstract public function find( CriterionInterface $criterion, diff --git a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Ancestor.php b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Ancestor.php index a0b9fc4a91..323d969893 100644 --- a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Ancestor.php +++ b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Ancestor.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Ancestor $criterion + * @param Criterion\Ancestor $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/LocationId.php b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/LocationId.php index cea61c7510..b0f6736895 100644 --- a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/LocationId.php +++ b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/LocationId.php @@ -26,7 +26,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LocationId $criterion + * @param Criterion\LocationId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/LocationRemoteId.php b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/LocationRemoteId.php index 809315dc10..063924450d 100644 --- a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/LocationRemoteId.php +++ b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/LocationRemoteId.php @@ -26,7 +26,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LocationRemoteId $criterion + * @param Criterion\LocationRemoteId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/ParentLocationId.php b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/ParentLocationId.php index 751c12900d..5e3c6c0e62 100644 --- a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/ParentLocationId.php +++ b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/ParentLocationId.php @@ -26,7 +26,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ParentLocationId $criterion + * @param Criterion\ParentLocationId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/PermissionSubtree.php b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/PermissionSubtree.php index 69159cba18..b72ad1a8d4 100644 --- a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/PermissionSubtree.php +++ b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/PermissionSubtree.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Core\Repository\Values\Content\Query\Criterion\PermissionSubtree $criterion + * @param PermissionSubtreeCriterion $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Subtree.php b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Subtree.php index 525fc71b37..b06c3522a1 100644 --- a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Subtree.php +++ b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Subtree.php @@ -26,7 +26,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Subtree $criterion + * @param Criterion\Subtree $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Visibility.php b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Visibility.php index 0a54382515..b4f56aa036 100644 --- a/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Visibility.php +++ b/src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Visibility.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Visibility $criterion + * @param Criterion\Visibility $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Gateway/DoctrineDatabase.php b/src/lib/Search/Legacy/Content/Gateway/DoctrineDatabase.php index 4d4e14554e..95e91028d1 100644 --- a/src/lib/Search/Legacy/Content/Gateway/DoctrineDatabase.php +++ b/src/lib/Search/Legacy/Content/Gateway/DoctrineDatabase.php @@ -8,10 +8,15 @@ namespace Ibexa\Core\Search\Legacy\Content\Gateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\ParameterType; +use Doctrine\DBAL\Platforms\AbstractPlatform; use Doctrine\DBAL\Query\QueryBuilder; use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; +use Ibexa\Contracts\Core\Persistence\Content\Language\Handler; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; @@ -26,35 +31,35 @@ */ final class DoctrineDatabase extends Gateway { - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ private $connection; - /** @var \Doctrine\DBAL\Platforms\AbstractPlatform */ + /** @var AbstractPlatform */ private $dbPlatform; /** * Criteria converter. * - * @var \Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriteriaConverter + * @var CriteriaConverter */ private $criteriaConverter; /** * Sort clause converter. * - * @var \Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseConverter + * @var SortClauseConverter */ private $sortClauseConverter; /** * Language handler. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler + * @var Handler */ private $languageHandler; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function __construct( Connection $connection, @@ -102,7 +107,7 @@ public function find( * * @return int * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function getLanguageMask(array $languageSettings): int { @@ -123,7 +128,7 @@ private function getLanguageMask(array $languageSettings): int * * @return string * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ private function getQueryCondition( CriterionInterface $filter, @@ -169,8 +174,10 @@ private function getQueryCondition( * * @return int */ - private function getResultCount(CriterionInterface $filter, array $languageFilter): int - { + private function getResultCount( + CriterionInterface $filter, + array $languageFilter + ): int { $query = $this->connection->createQueryBuilder(); $columnName = 'c.id'; @@ -203,7 +210,7 @@ private function getResultCount(CriterionInterface $filter, array $languageFilte * * @return int[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ private function getContentInfoList( CriterionInterface $filter, diff --git a/src/lib/Search/Legacy/Content/Gateway/ExceptionConversion.php b/src/lib/Search/Legacy/Content/Gateway/ExceptionConversion.php index 9f0d9d9391..5656075c84 100644 --- a/src/lib/Search/Legacy/Content/Gateway/ExceptionConversion.php +++ b/src/lib/Search/Legacy/Content/Gateway/ExceptionConversion.php @@ -20,7 +20,7 @@ class ExceptionConversion extends Gateway { /** - * @var \Ibexa\Core\Search\Legacy\Content\Gateway + * @var Gateway */ protected $innerGateway; @@ -39,7 +39,7 @@ public function find( ): array { try { return $this->innerGateway->find($criterion, $offset, $limit, $sort, $languageFilter, $doCount); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Search/Legacy/Content/Handler.php b/src/lib/Search/Legacy/Content/Handler.php index 9c5a33c568..cae4e3a75a 100644 --- a/src/lib/Search/Legacy/Content/Handler.php +++ b/src/lib/Search/Legacy/Content/Handler.php @@ -8,6 +8,7 @@ namespace Ibexa\Core\Search\Legacy\Content; use Ibexa\Contracts\Core\Persistence\Content; +use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; use Ibexa\Contracts\Core\Persistence\Content\Location; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; @@ -21,6 +22,7 @@ use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper as LocationMapper; +use Ibexa\Core\Persistence\Legacy\Content\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Mapper as ContentMapper; use Ibexa\Core\Search\Legacy\Content\Location\Gateway as LocationGateway; use Ibexa\Core\Search\Legacy\Content\Mapper\FullTextMapper; @@ -54,49 +56,49 @@ class Handler implements SearchHandlerInterface /** * Content locator gateway. * - * @var \Ibexa\Core\Search\Legacy\Content\Gateway + * @var Gateway */ protected $gateway; /** * Location locator gateway. * - * @var \Ibexa\Core\Search\Legacy\Content\Location\Gateway + * @var LocationGateway */ protected $locationGateway; /** * Word indexer gateway. * - * @var \Ibexa\Core\Search\Legacy\Content\WordIndexer\Gateway + * @var WordIndexerGateway */ protected $indexerGateway; /** * Content mapper. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Mapper + * @var Mapper */ protected $contentMapper; /** * Location locationMapper. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Mapper + * @var LocationMapper */ protected $locationMapper; /** * Language handler. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler + * @var LanguageHandler */ protected $languageHandler; /** * FullText mapper. * - * @var \Ibexa\Core\Search\Legacy\Content\Mapper\FullTextMapper + * @var FullTextMapper */ protected $mapper; @@ -118,8 +120,10 @@ public function __construct( $this->mapper = $mapper; } - public function findContent(Query $query, array $languageFilter = []): SearchResult - { + public function findContent( + Query $query, + array $languageFilter = [] + ): SearchResult { $languageFilter = $this->setLanguageFilterDefaults($languageFilter); $start = microtime(true); @@ -139,7 +143,7 @@ public function findContent(Query $query, array $languageFilter = []): SearchRes $query->performCount ); - /** @phpstan-var \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult<\Ibexa\Contracts\Core\Persistence\Content\ContentInfo> $result */ + /** @phpstan-var SearchResult $result */ $result = new SearchResult(); $result->time = (int) (microtime(true) - $start) * 1000; // time expressed in ms $result->totalCount = $data['count'] !== null ? (int)$data['count'] : null; @@ -150,7 +154,7 @@ public function findContent(Query $query, array $languageFilter = []): SearchRes ); foreach ($contentInfoList as $index => $contentInfo) { - /** @phpstan-var \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit<\Ibexa\Contracts\Core\Persistence\Content\ContentInfo> $searchHit */ + /** @phpstan-var SearchHit $searchHit */ $searchHit = new SearchHit(); $searchHit->valueObject = $contentInfo; $searchHit->matchedTranslation = $this->extractMatchedLanguage( @@ -165,8 +169,11 @@ public function findContent(Query $query, array $languageFilter = []): SearchRes return $result; } - protected function extractMatchedLanguage($languageMask, $mainLanguageId, $languageSettings) - { + protected function extractMatchedLanguage( + $languageMask, + $mainLanguageId, + $languageSettings + ) { $languageList = !empty($languageSettings['languages']) ? $this->languageHandler->loadListByLanguageCodes($languageSettings['languages']) : []; @@ -184,8 +191,10 @@ protected function extractMatchedLanguage($languageMask, $mainLanguageId, $langu return null; } - public function findSingle(CriterionInterface $filter, array $languageFilter = []): Content\ContentInfo - { + public function findSingle( + CriterionInterface $filter, + array $languageFilter = [] + ): ContentInfo { $languageFilter = $this->setLanguageFilterDefaults($languageFilter); $searchQuery = new Query(); @@ -206,8 +215,10 @@ public function findSingle(CriterionInterface $filter, array $languageFilter = [ return reset($result->searchHits)->valueObject; } - public function findLocations(LocationQuery $query, array $languageFilter = []): SearchResult - { + public function findLocations( + LocationQuery $query, + array $languageFilter = [] + ): SearchResult { $languageFilter = $this->setLanguageFilterDefaults($languageFilter); $start = microtime(true); @@ -225,14 +236,14 @@ public function findLocations(LocationQuery $query, array $languageFilter = []): $query->performCount ); - /** @phpstan-var \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult<\Ibexa\Contracts\Core\Persistence\Content\Location> $result */ + /** @phpstan-var SearchResult $result */ $result = new SearchResult(); $result->time = (int) (microtime(true) - $start) * 1000; // time expressed in ms $result->totalCount = $data['count'] !== null ? (int)$data['count'] : null; $locationList = $this->locationMapper->createLocationsFromRows($data['rows']); foreach ($locationList as $index => $location) { - /** @phpstan-var \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit<\Ibexa\Contracts\Core\Persistence\Content\Location> $searchHit */ + /** @phpstan-var SearchHit $searchHit */ $searchHit = new SearchHit(); $searchHit->valueObject = $location; $searchHit->matchedTranslation = $this->extractMatchedLanguage( @@ -253,19 +264,23 @@ public function findLocations(LocationQuery $query, array $languageFilter = []): * @param string $prefix * @param string[] $fieldPaths * @param int $limit - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion|null $filter + * @param Criterion|null $filter * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ - public function suggest($prefix, $fieldPaths = [], $limit = 10, ?Criterion $filter = null) - { + public function suggest( + $prefix, + $fieldPaths = [], + $limit = 10, + ?Criterion $filter = null + ) { throw new NotImplementedException('Suggestions are not supported by Legacy search engine.'); } /** * Indexes a content object. * - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Content $content */ public function indexContent(Content $content) { @@ -277,11 +292,13 @@ public function indexContent(Content $content) /** * Bulk index list of content objects. * - * @param \Ibexa\Contracts\Core\Persistence\Content[] $contentList + * @param Content[] $contentList * @param callable $errorCallback (Content $content, NotFoundException $e) */ - public function bulkIndex(array $contentList, callable $errorCallback) - { + public function bulkIndex( + array $contentList, + callable $errorCallback + ) { $fullTextBulkData = []; foreach ($contentList as $content) { try { @@ -295,7 +312,7 @@ public function bulkIndex(array $contentList, callable $errorCallback) } /** - * @param \Ibexa\Contracts\Core\Persistence\Content\Location $location + * @param Location $location */ public function indexLocation(Location $location) { @@ -308,13 +325,17 @@ public function indexLocation(Location $location) * @param int $contentId * @param int|null $versionId */ - public function deleteContent($contentId, $versionId = null) - { + public function deleteContent( + $contentId, + $versionId = null + ) { $this->indexerGateway->remove($contentId, $versionId); } - public function deleteTranslation(int $contentId, string $languageCode): void - { + public function deleteTranslation( + int $contentId, + string $languageCode + ): void { // Not needed with Legacy Storage/Search Engine } @@ -324,8 +345,10 @@ public function deleteTranslation(int $contentId, string $languageCode): void * @param mixed $locationId * @param mixed $contentId */ - public function deleteLocation($locationId, $contentId) - { + public function deleteLocation( + $locationId, + $contentId + ) { // Not needed with Legacy Storage/Search Engine } diff --git a/src/lib/Search/Legacy/Content/Indexer.php b/src/lib/Search/Legacy/Content/Indexer.php index 51d013a7de..5051259839 100644 --- a/src/lib/Search/Legacy/Content/Indexer.php +++ b/src/lib/Search/Legacy/Content/Indexer.php @@ -32,8 +32,10 @@ public function getName(): string return 'Ibexa Legacy (SQL) Search Engine'; } - public function updateSearchIndex(array $contentIds, $commit) - { + public function updateSearchIndex( + array $contentIds, + $commit + ) { $contentHandler = $this->persistenceHandler->contentHandler(); foreach ($contentIds as $contentId) { try { diff --git a/src/lib/Search/Legacy/Content/IndexerGateway.php b/src/lib/Search/Legacy/Content/IndexerGateway.php index d8c39824f9..808cb9e96d 100644 --- a/src/lib/Search/Legacy/Content/IndexerGateway.php +++ b/src/lib/Search/Legacy/Content/IndexerGateway.php @@ -24,12 +24,12 @@ */ final readonly class IndexerGateway implements SPIIndexerGateway { - public function __construct(private Connection $connection) - { - } + public function __construct(private Connection $connection) {} - public function getContentSince(DateTimeInterface $since, int $iterationCount): Generator - { + public function getContentSince( + DateTimeInterface $since, + int $iterationCount + ): Generator { $query = $this->buildQueryForContentSince($since); $query->orderBy('c.modified'); @@ -45,8 +45,10 @@ public function countContentSince(DateTimeInterface $since): int return (int)$query->executeQuery()->fetchOne(); } - public function getContentInSubtree(string $locationPath, int $iterationCount): Generator - { + public function getContentInSubtree( + string $locationPath, + int $iterationCount + ): Generator { $query = $this->buildQueryForContentInSubtree($locationPath); yield from $this->fetchIteration($query->executeQuery(), $iterationCount); @@ -116,8 +118,10 @@ private function buildCountingQuery(QueryBuilder $query): QueryBuilder return $countQuery; } - private function fetchIteration(Result $result, int $iterationCount): Generator - { + private function fetchIteration( + Result $result, + int $iterationCount + ): Generator { do { $contentIds = []; for ($i = 0; $i < $iterationCount; ++$i) { diff --git a/src/lib/Search/Legacy/Content/Location/Gateway.php b/src/lib/Search/Legacy/Content/Location/Gateway.php index 53aee673f2..e4a79e8ae0 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway.php @@ -7,7 +7,10 @@ namespace Ibexa\Core\Search\Legacy\Content\Location; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; /** * Base class for location search gateways. @@ -19,14 +22,14 @@ abstract class Gateway * * @param int $offset * @param int $limit - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] $sortClauses + * @param SortClause[] $sortClauses * @param array $languageFilter * @param bool $doCount * * @return mixed[][] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if Criterion is not applicable to its target - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException if a given Criterion Handler or Sort Clause is not implemented + * @throws InvalidArgumentException if Criterion is not applicable to its target + * @throws NotImplementedException if a given Criterion Handler or Sort Clause is not implemented */ abstract public function find( CriterionInterface $criterion, diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Ancestor.php b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Ancestor.php index 0189a5d0cf..521b0e7f26 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Ancestor.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Ancestor.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Ancestor $criterion + * @param Criterion\Ancestor $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/Depth.php b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/Depth.php index 4f04e0aa7a..5aa59725e3 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/Depth.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/Depth.php @@ -26,7 +26,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\Depth $criterion + * @param Criterion\Location\Depth $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/IsBookmarked.php b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/IsBookmarked.php index e5263adb52..8c88d6c128 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/IsBookmarked.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/IsBookmarked.php @@ -40,7 +40,7 @@ public function accept(CriterionInterface $criterion): bool /** * @param array{languages: string[]} $languageSettings - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\IsBookmarked $criterion + * @param Criterion\Location\IsBookmarked $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/IsMainLocation.php b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/IsMainLocation.php index 26c20f5597..bdaff56bf6 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/IsMainLocation.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/IsMainLocation.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\IsMainLocation $criterion + * @param Criterion\Location\IsMainLocation $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/Priority.php b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/Priority.php index 0e4dc7ab58..e78ae89526 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/Priority.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Location/Priority.php @@ -26,7 +26,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\Priority $criterion + * @param Criterion\Location\Priority $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/LocationId.php b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/LocationId.php index aa48c62001..f784f2e771 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/LocationId.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/LocationId.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LocationId $criterion + * @param Criterion\LocationId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/LocationRemoteId.php b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/LocationRemoteId.php index 4bc815445b..5f01719f93 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/LocationRemoteId.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/LocationRemoteId.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LocationRemoteId $criterion + * @param Criterion\LocationRemoteId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/ParentLocationId.php b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/ParentLocationId.php index 5c59deb3e3..57e7715f8d 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/ParentLocationId.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/ParentLocationId.php @@ -25,7 +25,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\ParentLocationId $criterion + * @param Criterion\ParentLocationId $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Subtree.php b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Subtree.php index f078eae38f..8f9495d260 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Subtree.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Subtree.php @@ -20,7 +20,7 @@ class Subtree extends CriterionHandler { /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Subtree $criterion + * @param Criterion\Subtree $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Visibility.php b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Visibility.php index 850368919f..3215fe324e 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Visibility.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Visibility.php @@ -26,7 +26,7 @@ public function accept(CriterionInterface $criterion): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Visibility $criterion + * @param Criterion\Visibility $criterion */ public function handle( CriteriaConverter $converter, diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/DoctrineDatabase.php b/src/lib/Search/Legacy/Content/Location/Gateway/DoctrineDatabase.php index 373fe6f173..3e17642a2d 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/DoctrineDatabase.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/DoctrineDatabase.php @@ -12,6 +12,8 @@ use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\Platforms\AbstractPlatform; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Core\Base\Exceptions\DatabaseException; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; @@ -37,8 +39,7 @@ public function __construct( private readonly CriteriaConverter $criteriaConverter, private readonly SortClauseConverter $sortClauseConverter, private readonly LanguageHandler $languageHandler - ) { - } + ) {} public function find( CriterionInterface $criterion, @@ -140,11 +141,13 @@ public function find( /** * Returns total results count for $criterion and $sortClauses. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotImplementedException + * @throws NotFoundException */ - private function getTotalCount(CriterionInterface $criterion, array $languageFilter): int - { + private function getTotalCount( + CriterionInterface $criterion, + array $languageFilter + ): int { $query = $this->connection->createQueryBuilder(); $query ->select('COUNT(t.node_id)') @@ -204,7 +207,7 @@ private function getTotalCount(CriterionInterface $criterion, array $languageFil /** * Generates a language mask from the given $languageFilter. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function getLanguageMask(array $languageFilter): int { diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/ExceptionConversion.php b/src/lib/Search/Legacy/Content/Location/Gateway/ExceptionConversion.php index 9914d320b4..55f278d5eb 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/ExceptionConversion.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/ExceptionConversion.php @@ -21,14 +21,14 @@ class ExceptionConversion extends Gateway /** * The wrapped gateway. * - * @var \Ibexa\Core\Search\Legacy\Content\Location\Gateway + * @var Gateway */ protected $innerGateway; /** * Creates a new exception conversion gateway around $innerGateway. * - * @param \Ibexa\Core\Search\Legacy\Content\Location\Gateway $innerGateway + * @param Gateway $innerGateway */ public function __construct(Gateway $innerGateway) { @@ -45,7 +45,7 @@ public function find( ): array { try { return $this->innerGateway->find($criterion, $offset, $limit, $sortClauses, $languageFilter, $doCount); - } catch (DBALException|PDOException $e) { + } catch (DBALException | PDOException $e) { throw DatabaseException::wrap($e); } } diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Depth.php b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Depth.php index ea61b1b653..c73115a46c 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Depth.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Depth.php @@ -19,7 +19,7 @@ class Depth extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Id.php b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Id.php index 0923489194..0b01658ee0 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Id.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Id.php @@ -19,7 +19,7 @@ class Id extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/IsMainLocation.php b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/IsMainLocation.php index f669210fc6..9808d4ce49 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/IsMainLocation.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/IsMainLocation.php @@ -19,7 +19,7 @@ class IsMainLocation extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Path.php b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Path.php index b3742a79fa..ac3dd772a6 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Path.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Path.php @@ -19,7 +19,7 @@ class Path extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Priority.php b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Priority.php index 2998e5e558..0e501f0915 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Priority.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Priority.php @@ -19,7 +19,7 @@ class Priority extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Visibility.php b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Visibility.php index 8a5936b908..4748792fd1 100644 --- a/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Visibility.php +++ b/src/lib/Search/Legacy/Content/Location/Gateway/SortClauseHandler/Location/Visibility.php @@ -19,7 +19,7 @@ class Visibility extends SortClauseHandler /** * Check if this sort clause handler accepts to handle the given sort clause. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * * @return bool */ diff --git a/src/lib/Search/Legacy/Content/Mapper/FullTextMapper.php b/src/lib/Search/Legacy/Content/Mapper/FullTextMapper.php index c3c75d702f..81583b6667 100644 --- a/src/lib/Search/Legacy/Content/Mapper/FullTextMapper.php +++ b/src/lib/Search/Legacy/Content/Mapper/FullTextMapper.php @@ -9,7 +9,9 @@ use Ibexa\Contracts\Core\Persistence\Content; use Ibexa\Contracts\Core\Persistence\Content\Type; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as ContentTypeHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Search\Field; use Ibexa\Contracts\Core\Search\FieldType; use Ibexa\Core\Search\Common\FieldRegistry; @@ -25,20 +27,20 @@ class FullTextMapper /** * Field registry. * - * @var \Ibexa\Core\Search\Common\FieldRegistry + * @var FieldRegistry */ protected $fieldRegistry; /** * Content type handler. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler + * @var Handler */ protected $contentTypeHandler; /** - * @param \Ibexa\Core\Search\Common\FieldRegistry $fieldRegistry - * @param \Ibexa\Contracts\Core\Persistence\Content\Type\Handler $contentTypeHandler + * @param FieldRegistry $fieldRegistry + * @param Handler $contentTypeHandler */ public function __construct( FieldRegistry $fieldRegistry, @@ -51,9 +53,9 @@ public function __construct( /** * Map given Content to a FullTextValue. * - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Content $content * - * @return \Ibexa\Core\Search\Legacy\Content\FullTextData + * @return FullTextData */ public function mapContent(Content $content) { @@ -72,11 +74,11 @@ public function mapContent(Content $content) * Returns an array of FullTextValue object containing searchable values of content object * fields for the given $content. * - * @param \Ibexa\Contracts\Core\Persistence\Content $content + * @param Content $content * - * @return \Ibexa\Core\Search\Legacy\Content\FullTextValue[] + * @return FullTextValue[] * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ protected function getFullTextValues(Content $content): array { @@ -84,7 +86,7 @@ protected function getFullTextValues(Content $content): array foreach ($content->fields as $field) { $fieldDefinition = $this->contentTypeHandler->getFieldDefinition( $field->fieldDefinitionId, - Content\Type::STATUS_DEFINED + Type::STATUS_DEFINED ); if (!$fieldDefinition->isSearchable) { continue; diff --git a/src/lib/Search/Legacy/Content/WordIndexer/Gateway.php b/src/lib/Search/Legacy/Content/WordIndexer/Gateway.php index b041ef63e2..94dc9f9c93 100644 --- a/src/lib/Search/Legacy/Content/WordIndexer/Gateway.php +++ b/src/lib/Search/Legacy/Content/WordIndexer/Gateway.php @@ -18,7 +18,7 @@ abstract class Gateway /** * Index search engine FullTextData objects corresponding to content object field values. * - * @param \Ibexa\Core\Search\Legacy\Content\FullTextData $fullTextValue + * @param FullTextData $fullTextValue */ abstract public function index(FullTextData $fullTextValue); @@ -28,12 +28,15 @@ abstract public function index(FullTextData $fullTextValue); * @param mixed $contentId * @param mixed|null $versionId */ - abstract public function remove($contentId, $versionId = null); + abstract public function remove( + $contentId, + $versionId = null + ); /** * Indexes an array of FullTextData objects. * - * @param \Ibexa\Core\Search\Legacy\Content\FullTextData[] $fullTextBulkData + * @param FullTextData[] $fullTextBulkData */ abstract public function bulkIndex(array $fullTextBulkData); diff --git a/src/lib/Search/Legacy/Content/WordIndexer/Gateway/DoctrineDatabase.php b/src/lib/Search/Legacy/Content/WordIndexer/Gateway/DoctrineDatabase.php index 7db599f111..9dc54a5e9c 100644 --- a/src/lib/Search/Legacy/Content/WordIndexer/Gateway/DoctrineDatabase.php +++ b/src/lib/Search/Legacy/Content/WordIndexer/Gateway/DoctrineDatabase.php @@ -8,10 +8,12 @@ namespace Ibexa\Core\Search\Legacy\Content\WordIndexer\Gateway; use Doctrine\DBAL\Connection; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as SPITypeHandler; use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator; use Ibexa\Core\Persistence\TransformationProcessor; use Ibexa\Core\Search\Legacy\Content\FullTextData; +use Ibexa\Core\Search\Legacy\Content\FullTextValue; use Ibexa\Core\Search\Legacy\Content\WordIndexer\Gateway; use Ibexa\Core\Search\Legacy\Content\WordIndexer\Repository\SearchIndex; @@ -27,7 +29,7 @@ class DoctrineDatabase extends Gateway */ public const DB_INT_MAX = 2147483647; - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ protected $connection; /** @@ -35,7 +37,7 @@ class DoctrineDatabase extends Gateway * * Need this for being able to pick fields that are searchable. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler + * @var Handler */ protected $typeHandler; @@ -44,7 +46,7 @@ class DoctrineDatabase extends Gateway * * Need this for being able to transform text to searchable value * - * @var \Ibexa\Core\Persistence\TransformationProcessor + * @var TransformationProcessor */ protected $transformationProcessor; @@ -53,11 +55,11 @@ class DoctrineDatabase extends Gateway * * Need this for queries on ezsearch* tables * - * @var \Ibexa\Core\Search\Legacy\Content\WordIndexer\Repository\SearchIndex + * @var SearchIndex */ protected $searchIndex; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator */ + /** @var MaskGenerator */ private $languageMaskGenerator; /** @@ -90,7 +92,7 @@ public function __construct( * * @see https://github.com/ezsystems/ezpublish-legacy/blob/master/kernel/search/plugins/ezsearchengine/ezsearchengine.php#L45 * - * @param \Ibexa\Core\Search\Legacy\Content\FullTextData $fullTextData + * @param FullTextData $fullTextData */ public function index(FullTextData $fullTextData) { @@ -103,7 +105,7 @@ public function index(FullTextData $fullTextData) // Remove previously indexed content if exists to avoid keeping in index removed field values $this->remove($fullTextData->id); foreach ($fullTextData->values as $fullTextValue) { - /** @var \Ibexa\Core\Search\Legacy\Content\FullTextValue $fullTextValue */ + /** @var FullTextValue $fullTextValue */ if (is_numeric(trim($fullTextValue->value))) { $integerValue = (int)$fullTextValue->value; if ($integerValue > self::DB_INT_MAX) { @@ -175,7 +177,7 @@ public function index(FullTextData $fullTextData) * a limited set of FullTextData objects. Amount you have memory for depends on server, size * of FullTextData objects & PHP version. * - * @param \Ibexa\Core\Search\Legacy\Content\FullTextData[] $fullTextBulkData + * @param FullTextData[] $fullTextBulkData */ public function bulkIndex(array $fullTextBulkData) { @@ -196,8 +198,10 @@ public function bulkIndex(array $fullTextBulkData) * * @return bool */ - public function remove($contentId, $versionId = null): bool - { + public function remove( + $contentId, + $versionId = null + ): bool { $doDelete = false; $this->connection->beginTransaction(); // fetch all the words and decrease the object count on all the words @@ -230,15 +234,19 @@ public function purgeIndex() * * @see https://github.com/ezsystems/ezpublish-legacy/blob/master/kernel/search/plugins/ezsearchengine/ezsearchengine.php#L255 * - * @param \Ibexa\Core\Search\Legacy\Content\FullTextData $fullTextData + * @param FullTextData $fullTextData * @param array $indexArray * @param array $wordIDArray * @param int $placement * * @return int last placement */ - private function indexWords(FullTextData $fullTextData, array $indexArray, array $wordIDArray, $placement = 0) - { + private function indexWords( + FullTextData $fullTextData, + array $indexArray, + array $wordIDArray, + $placement = 0 + ) { $contentId = $fullTextData->id; $prevWordId = 0; diff --git a/src/lib/Variation/VariationHandlerRegistry.php b/src/lib/Variation/VariationHandlerRegistry.php index 220975200f..95876bdd75 100644 --- a/src/lib/Variation/VariationHandlerRegistry.php +++ b/src/lib/Variation/VariationHandlerRegistry.php @@ -13,11 +13,11 @@ final class VariationHandlerRegistry { - /** @var array */ + /** @var array */ private array $variationHandlers; /** - * @param iterable $variationHandlers + * @param iterable $variationHandlers */ public function __construct(iterable $variationHandlers) { @@ -40,8 +40,10 @@ public function getVariationHandler(string $identifier): VariationHandler return $this->variationHandlers[$identifier]; } - public function setVariationHandler(string $identifier, VariationHandler $variationHandler): void - { + public function setVariationHandler( + string $identifier, + VariationHandler $variationHandler + ): void { $this->variationHandlers[$identifier] = $variationHandler; } } diff --git a/tests/bundle/Core/ApiLoader/CacheFactoryTest.php b/tests/bundle/Core/ApiLoader/CacheFactoryTest.php index 40918937fb..8a63a176d2 100644 --- a/tests/bundle/Core/ApiLoader/CacheFactoryTest.php +++ b/tests/bundle/Core/ApiLoader/CacheFactoryTest.php @@ -18,9 +18,9 @@ final class CacheFactoryTest extends TestCase { - private ConfigResolverInterface&MockObject $configResolver; + private ConfigResolverInterface & MockObject $configResolver; - private ContainerInterface&MockObject $container; + private ContainerInterface & MockObject $container; protected function setUp(): void { @@ -44,8 +44,10 @@ public function providerGetService(): array /** * @dataProvider providerGetService */ - public function testGetService($name, $expected): void - { + public function testGetService( + $name, + $expected + ): void { $this->configResolver ->expects(self::once()) ->method('getParameter') diff --git a/tests/bundle/Core/ApiLoader/RepositoryConfigurationProviderTest.php b/tests/bundle/Core/ApiLoader/RepositoryConfigurationProviderTest.php index 29377eea48..e1c06bb135 100644 --- a/tests/bundle/Core/ApiLoader/RepositoryConfigurationProviderTest.php +++ b/tests/bundle/Core/ApiLoader/RepositoryConfigurationProviderTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Bundle\Core\ApiLoader; use Ibexa\Bundle\Core\ApiLoader\Exception\InvalidRepositoryException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\Base\Container\ApiLoader\RepositoryConfigurationProvider; use PHPUnit\Framework\MockObject\MockObject; @@ -21,7 +22,7 @@ final class RepositoryConfigurationProviderTest extends BaseRepositoryConfigurationProviderTestCase { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testGetRepositoryConfigSpecifiedRepository(): void { @@ -42,7 +43,7 @@ public function testGetRepositoryConfigSpecifiedRepository(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testGetRepositoryConfigNotSpecifiedRepository(): void { @@ -65,7 +66,7 @@ public function testGetRepositoryConfigNotSpecifiedRepository(): void * * @phpstan-param TRepositoryListConfiguration $repositories * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testGetRepositoryConfigUndefinedRepository(array $repositories): void { @@ -87,7 +88,7 @@ public function testGetRepositoryConfigUndefinedRepository(array $repositories): * * @phpstan-param TRepositoryListConfiguration $repositories * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testGetDefaultRepositoryAlias(array $repositories): void { diff --git a/tests/bundle/Core/ApiLoader/StorageConnectionFactoryTest.php b/tests/bundle/Core/ApiLoader/StorageConnectionFactoryTest.php index b3b14a61a3..4e31afc2f9 100644 --- a/tests/bundle/Core/ApiLoader/StorageConnectionFactoryTest.php +++ b/tests/bundle/Core/ApiLoader/StorageConnectionFactoryTest.php @@ -15,6 +15,8 @@ use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\Base\Container\ApiLoader\RepositoryConfigurationProvider; use PHPUnit\Framework\MockObject\MockObject; +use Psr\Container\ContainerExceptionInterface; +use Psr\Container\NotFoundExceptionInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\ServiceLocator; @@ -23,8 +25,10 @@ final class StorageConnectionFactoryTest extends BaseRepositoryConfigurationProv /** * @dataProvider getConnectionProvider */ - public function testGetConnection(string $repositoryAlias, string $doctrineConnection): void - { + public function testGetConnection( + string $repositoryAlias, + string $doctrineConnection + ): void { $repositories = [ $repositoryAlias => $this->buildNormalizedSingleRepositoryConfig('legacy', $doctrineConnection), ]; @@ -60,9 +64,9 @@ public static function getConnectionProvider(): array } /** - * @throws \Psr\Container\ContainerExceptionInterface + * @throws ContainerExceptionInterface * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Psr\Container\NotFoundExceptionInterface + * @throws NotFoundExceptionInterface */ public function testGetConnectionInvalidRepository(): void { diff --git a/tests/bundle/Core/Cache/Warmer/ProxyCacheWarmerTest.php b/tests/bundle/Core/Cache/Warmer/ProxyCacheWarmerTest.php index 606beeff6b..7957c5e1a3 100644 --- a/tests/bundle/Core/Cache/Warmer/ProxyCacheWarmerTest.php +++ b/tests/bundle/Core/Cache/Warmer/ProxyCacheWarmerTest.php @@ -10,14 +10,15 @@ use Ibexa\Bundle\Core\Cache\Warmer\ProxyCacheWarmer; use Ibexa\Core\Repository\ProxyFactory\ProxyGeneratorInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; final class ProxyCacheWarmerTest extends TestCase { - /** @var \Ibexa\Core\Repository\ProxyFactory\ProxyGeneratorInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ProxyGeneratorInterface|MockObject */ private $proxyGenerator; - /** @var \Ibexa\Bundle\Core\Cache\Warmer\ProxyCacheWarmer */ + /** @var ProxyCacheWarmer */ private $proxyCacheWarmer; protected function setUp(): void diff --git a/tests/bundle/Core/ChainConfigResolverTest.php b/tests/bundle/Core/ChainConfigResolverTest.php index 0c46cedae0..aba0cc11a0 100644 --- a/tests/bundle/Core/ChainConfigResolverTest.php +++ b/tests/bundle/Core/ChainConfigResolverTest.php @@ -10,6 +10,7 @@ use Ibexa\Bundle\Core\DependencyInjection\Configuration\ChainConfigResolver; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Exception\ParameterNotFoundException; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -17,7 +18,7 @@ */ class ChainConfigResolverTest extends TestCase { - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\ChainConfigResolver */ + /** @var ChainConfigResolver */ private $chainResolver; protected function setUp(): void @@ -168,8 +169,12 @@ public function testGetParameterInvalid() * @param string $scope * @param mixed $expectedValue */ - public function testGetParameter($paramName, $namespace, $scope, $expectedValue) - { + public function testGetParameter( + $paramName, + $namespace, + $scope, + $expectedValue + ) { $resolver = $this->createMock(ConfigResolverInterface::class); $resolver ->expects(self::once()) @@ -240,7 +245,7 @@ public function testHasParameterFalse() } /** - * @return \PHPUnit\Framework\MockObject\MockObject[] + * @return MockObject[] */ private function createResolverMocks() { @@ -251,8 +256,10 @@ private function createResolverMocks() ]; } - private function buildMock($class, array $methods = []) - { + private function buildMock( + $class, + array $methods = [] + ) { return $this ->getMockBuilder($class) ->disableOriginalConstructor() diff --git a/tests/bundle/Core/Command/Indexer/ContentIdList/ContentTypeInputGeneratorStrategyTest.php b/tests/bundle/Core/Command/Indexer/ContentIdList/ContentTypeInputGeneratorStrategyTest.php index 573243ba1d..bca5a68850 100644 --- a/tests/bundle/Core/Command/Indexer/ContentIdList/ContentTypeInputGeneratorStrategyTest.php +++ b/tests/bundle/Core/Command/Indexer/ContentIdList/ContentTypeInputGeneratorStrategyTest.php @@ -27,8 +27,11 @@ final class ContentTypeInputGeneratorStrategyTest extends TestCase * * @param array $expectedBatches */ - public function testGetGenerator(ContentList $contentList, int $batchSize, array $expectedBatches): void - { + public function testGetGenerator( + ContentList $contentList, + int $batchSize, + array $expectedBatches + ): void { $contentServiceMock = $this->createMock(ContentService::class); $contentServiceMock->method('find')->willReturn($contentList); @@ -44,7 +47,7 @@ public function testGetGenerator(ContentList $contentList, int $batchSize, array } /** - * @return iterable}> + * @return iterable}> */ public function getDataForTestGetGenerator(): iterable { diff --git a/tests/bundle/Core/ConfigResolverTest.php b/tests/bundle/Core/ConfigResolverTest.php index a4a63d205e..f773b09789 100644 --- a/tests/bundle/Core/ConfigResolverTest.php +++ b/tests/bundle/Core/ConfigResolverTest.php @@ -10,15 +10,16 @@ use Ibexa\Bundle\Core\DependencyInjection\Configuration\ConfigResolver; use Ibexa\Core\MVC\Exception\ParameterNotFoundException; use Ibexa\Core\MVC\Symfony\SiteAccess; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\DependencyInjection\ContainerInterface; class ConfigResolverTest extends TestCase { - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ private $siteAccess; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $containerMock; protected function setUp(): void @@ -33,10 +34,13 @@ protected function setUp(): void * @param int $undefinedStrategy * @param array $groupsBySiteAccess * - * @return \Ibexa\Bundle\Core\DependencyInjection\Configuration\ConfigResolver + * @return ConfigResolver */ - private function getResolver($defaultNS = 'ibexa.site_access.config', $undefinedStrategy = ConfigResolver::UNDEFINED_STRATEGY_EXCEPTION, array $groupsBySiteAccess = []) - { + private function getResolver( + $defaultNS = 'ibexa.site_access.config', + $undefinedStrategy = ConfigResolver::UNDEFINED_STRATEGY_EXCEPTION, + array $groupsBySiteAccess = [] + ) { $configResolver = new ConfigResolver( $this->containerMock, null, @@ -108,8 +112,10 @@ public function parameterProvider() /** * @dataProvider parameterProvider */ - public function testGetParameterGlobalScope($paramName, $expectedValue) - { + public function testGetParameterGlobalScope( + $paramName, + $expectedValue + ) { $globalScopeParameter = "ibexa.site_access.config.global.$paramName"; $this->containerMock ->expects(self::once()) @@ -128,8 +134,10 @@ public function testGetParameterGlobalScope($paramName, $expectedValue) /** * @dataProvider parameterProvider */ - public function testGetParameterRelativeScope($paramName, $expectedValue) - { + public function testGetParameterRelativeScope( + $paramName, + $expectedValue + ) { $relativeScopeParameter = "ibexa.site_access.config.{$this->siteAccess->name}.$paramName"; $this->containerMock ->expects(self::exactly(2)) @@ -154,8 +162,10 @@ public function testGetParameterRelativeScope($paramName, $expectedValue) /** * @dataProvider parameterProvider */ - public function testGetParameterSpecificScope($paramName, $expectedValue) - { + public function testGetParameterSpecificScope( + $paramName, + $expectedValue + ) { $scope = 'some_siteaccess'; $relativeScopeParameter = "ibexa.site_access.config.$scope.$paramName"; $this->containerMock @@ -184,8 +194,10 @@ public function testGetParameterSpecificScope($paramName, $expectedValue) /** * @dataProvider parameterProvider */ - public function testGetParameterDefaultScope($paramName, $expectedValue) - { + public function testGetParameterDefaultScope( + $paramName, + $expectedValue + ) { $defaultScopeParameter = "ibexa.site_access.config.default.$paramName"; $relativeScopeParameter = "ibexa.site_access.config.{$this->siteAccess->name}.$paramName"; $this->containerMock @@ -226,8 +238,13 @@ public function hasParameterProvider() /** * @dataProvider hasParameterProvider */ - public function testHasParameterNoNamespace($defaultMatch, $groupMatch, $scopeMatch, $globalMatch, $expectedResult) - { + public function testHasParameterNoNamespace( + $defaultMatch, + $groupMatch, + $scopeMatch, + $globalMatch, + $expectedResult + ) { $paramName = 'foo.bar'; $groupName = 'my_group'; $configResolver = $this->getResolver( @@ -255,8 +272,13 @@ public function testHasParameterNoNamespace($defaultMatch, $groupMatch, $scopeMa /** * @dataProvider hasParameterProvider */ - public function testHasParameterWithNamespaceAndScope($defaultMatch, $groupMatch, $scopeMatch, $globalMatch, $expectedResult) - { + public function testHasParameterWithNamespaceAndScope( + $defaultMatch, + $groupMatch, + $scopeMatch, + $globalMatch, + $expectedResult + ) { $paramName = 'foo.bar'; $namespace = 'my.namespace'; $scope = 'another_siteaccess'; diff --git a/tests/bundle/Core/DependencyInjection/Compiler/ChainConfigResolverPassTest.php b/tests/bundle/Core/DependencyInjection/Compiler/ChainConfigResolverPassTest.php index 5d79973cdd..d804a03264 100644 --- a/tests/bundle/Core/DependencyInjection/Compiler/ChainConfigResolverPassTest.php +++ b/tests/bundle/Core/DependencyInjection/Compiler/ChainConfigResolverPassTest.php @@ -42,8 +42,10 @@ protected function registerCompilerPass(ContainerBuilder $container): void * * @dataProvider addResolverProvider */ - public function testAddResolver($declaredPriority, $expectedPriority) - { + public function testAddResolver( + $declaredPriority, + $expectedPriority + ) { $resolverDef = new Definition(); $serviceId = 'some_service_id'; $resolverDef->addTag( diff --git a/tests/bundle/Core/DependencyInjection/Compiler/ChainRoutingPassTest.php b/tests/bundle/Core/DependencyInjection/Compiler/ChainRoutingPassTest.php index a97122ffd3..12912917b8 100644 --- a/tests/bundle/Core/DependencyInjection/Compiler/ChainRoutingPassTest.php +++ b/tests/bundle/Core/DependencyInjection/Compiler/ChainRoutingPassTest.php @@ -44,8 +44,10 @@ protected function registerCompilerPass(ContainerBuilder $container): void * * @dataProvider addRouterProvider */ - public function testAddRouter($declaredPriority, $expectedPriority) - { + public function testAddRouter( + $declaredPriority, + $expectedPriority + ) { $resolverDef = new Definition(); $serviceId = 'some_service_id'; if ($declaredPriority !== null) { @@ -70,8 +72,10 @@ public function testAddRouter($declaredPriority, $expectedPriority) * * @dataProvider addRouterProvider */ - public function testAddRouterWithDefaultRouter($declaredPriority, $expectedPriority) - { + public function testAddRouterWithDefaultRouter( + $declaredPriority, + $expectedPriority + ) { $defaultRouter = new Definition(); $this->setDefinition('router.default', $defaultRouter); $this->setDefinition(SiteAccess::class, new Definition()); diff --git a/tests/bundle/Core/DependencyInjection/Compiler/SlugConverterConfigurationPassTest.php b/tests/bundle/Core/DependencyInjection/Compiler/SlugConverterConfigurationPassTest.php index b679a7aa2c..365f9a36a8 100644 --- a/tests/bundle/Core/DependencyInjection/Compiler/SlugConverterConfigurationPassTest.php +++ b/tests/bundle/Core/DependencyInjection/Compiler/SlugConverterConfigurationPassTest.php @@ -44,7 +44,7 @@ public function testMergeConfigurations( $definition->setArgument(1, $existingOldParameters); $definition->setPublic(true); - $this->setDefinition(\Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter::class, $definition); + $this->setDefinition(SlugConverter::class, $definition); $this->setParameter('ibexa.url_alias.slug_converter', [ 'transformation' => 'urlalias', @@ -58,11 +58,11 @@ public function testMergeConfigurations( ]); $this->compile(); - /** @var \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter $slugConverter */ + /** @var SlugConverter $slugConverter */ $slugConverterRef = new ReflectionClass(SlugConverter::class); $configurationPropertyRef = $slugConverterRef->getProperty('configuration'); $configurationPropertyRef->setAccessible(true); - $configuration = $configurationPropertyRef->getValue($this->container->get(\Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter::class)); + $configuration = $configurationPropertyRef->getValue($this->container->get(SlugConverter::class)); self::assertEquals('urlalias', $configuration['transformation']); self::assertEquals('underscore', $configuration['wordSeparatorName']); diff --git a/tests/bundle/Core/DependencyInjection/Compiler/ViewProvidersPassTest.php b/tests/bundle/Core/DependencyInjection/Compiler/ViewProvidersPassTest.php index 8cfa5c4418..c044846bc6 100644 --- a/tests/bundle/Core/DependencyInjection/Compiler/ViewProvidersPassTest.php +++ b/tests/bundle/Core/DependencyInjection/Compiler/ViewProvidersPassTest.php @@ -36,8 +36,10 @@ protected function registerCompilerPass(ContainerBuilder $container): void /** * @dataProvider addViewProviderProvider */ - public function testAddViewProvider($declaredPriority, $expectedPriority) - { + public function testAddViewProvider( + $declaredPriority, + $expectedPriority + ) { $def = new Definition(); $attributes = ['type' => 'Test\View']; diff --git a/tests/bundle/Core/DependencyInjection/Configuration/ComplexSettings/ComplexSettingParserTest.php b/tests/bundle/Core/DependencyInjection/Configuration/ComplexSettings/ComplexSettingParserTest.php index a2c60061cf..238ee68c6c 100644 --- a/tests/bundle/Core/DependencyInjection/Configuration/ComplexSettings/ComplexSettingParserTest.php +++ b/tests/bundle/Core/DependencyInjection/Configuration/ComplexSettings/ComplexSettingParserTest.php @@ -12,7 +12,7 @@ class ComplexSettingParserTest extends TestCase { - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\ComplexSettings\ComplexSettingParser */ + /** @var ComplexSettingParser */ private $parser; protected function setUp(): void @@ -23,16 +23,20 @@ protected function setUp(): void /** * @dataProvider provideSettings */ - public function testContainsDynamicSettings($setting, $expected) - { + public function testContainsDynamicSettings( + $setting, + $expected + ) { self::assertEquals($expected[0], $this->parser->containsDynamicSettings($setting), 'string'); } /** * @dataProvider provideSettings */ - public function testParseComplexSetting($setting, $expected) - { + public function testParseComplexSetting( + $setting, + $expected + ) { self::assertEquals($expected[1], $this->parser->parseComplexSetting($setting), 'string'); } diff --git a/tests/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ChainConfigResolverTest.php b/tests/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ChainConfigResolverTest.php index 727ece69e9..29bc4c41f7 100644 --- a/tests/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ChainConfigResolverTest.php +++ b/tests/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ChainConfigResolverTest.php @@ -17,8 +17,11 @@ use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\SiteAccess\Provider\StaticSiteAccessProvider; use Ibexa\Core\MVC\Symfony\SiteAccessGroup; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; + use function sprintf; + use Symfony\Component\DependencyInjection\ContainerInterface; class ChainConfigResolverTest extends TestCase @@ -32,10 +35,10 @@ class ChainConfigResolverTest extends TestCase private const SCOPE_DEFAULT = 'default'; private const SCOPE_GLOBAL = 'global'; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess|\PHPUnit\Framework\MockObject\MockObject */ + /** @var SiteAccess|MockObject */ private $siteAccess; - /** @var \Symfony\Component\DependencyInjection\ContainerInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ContainerInterface|MockObject */ private $containerMock; protected function setUp(): void @@ -49,8 +52,10 @@ protected function setUp(): void /** * @dataProvider parameterProvider */ - public function testGetParameterDefaultScope(string $paramName, $expectedValue): void - { + public function testGetParameterDefaultScope( + string $paramName, + $expectedValue + ): void { $globalScopeParameter = $this->getParameter($paramName, self::SCOPE_GLOBAL); $relativeScopeParameter = $this->getParameter($paramName, $this->siteAccess->name); $saGroupScopeParameter = $this->getParameter($paramName, self::SA_GROUP); @@ -80,8 +85,10 @@ public function testGetParameterDefaultScope(string $paramName, $expectedValue): /** * @dataProvider parameterProvider */ - public function testGetParameterRelativeScope(string $paramName, $expectedValue): void - { + public function testGetParameterRelativeScope( + string $paramName, + $expectedValue + ): void { $globalScopeParameter = $this->getParameter($paramName, self::SCOPE_GLOBAL); $relativeScopeParameter = $this->getParameter($paramName, $this->siteAccess->name); $this->containerMock @@ -107,8 +114,10 @@ public function testGetParameterRelativeScope(string $paramName, $expectedValue) /** * @dataProvider parameterProvider */ - public function testGetParameterSpecificScope(string $paramName, $expectedValue): void - { + public function testGetParameterSpecificScope( + string $paramName, + $expectedValue + ): void { $specificScopeParameter = $this->getParameter($paramName, self::FIRST_SA_NAME); $this->containerMock ->expects(self::exactly(2)) @@ -136,8 +145,10 @@ public function testGetParameterSpecificScope(string $paramName, $expectedValue) /** * @dataProvider parameterProvider */ - public function testGetParameterGlobalScope(string $paramName, $expectedValue): void - { + public function testGetParameterGlobalScope( + string $paramName, + $expectedValue + ): void { $globalScopeParameter = $this->getParameter($paramName, self::SCOPE_GLOBAL); $this->containerMock ->expects(self::once()) @@ -264,55 +275,55 @@ private function getStaticSiteAccessProvider(): StaticSiteAccessProvider { return new StaticSiteAccessProvider( [ - self::FIRST_SA_NAME, - self::SECOND_SA_NAME, - ], + self::FIRST_SA_NAME, + self::SECOND_SA_NAME, + ], [ - self::FIRST_SA_NAME => [self::SA_GROUP], - self::SECOND_SA_NAME => [self::SA_GROUP], - ], + self::FIRST_SA_NAME => [self::SA_GROUP], + self::SECOND_SA_NAME => [self::SA_GROUP], + ], ); } public function parameterProvider(): array { return [ - ['foo', 'bar'], - ['some.parameter', true], - ['some.other.parameter', ['foo', 'bar', 'baz']], - ['a.hash.parameter', ['foo' => 'bar', 'tata' => 'toto']], - [ - 'a.deep.hash', [ - 'foo' => 'bar', - 'tata' => 'toto', - 'deeper_hash' => [ - 'likeStarWars' => true, - 'jedi' => ['Obi-Wan Kenobi', 'Mace Windu', 'Luke Skywalker', 'Leïa Skywalker (yes! Read episodes 7-8-9!)'], - 'sith' => ['Darth Vader', 'Darth Maul', 'Palpatine'], - 'roles' => [ - 'Amidala' => ['Queen'], - 'Palpatine' => ['Senator', 'Emperor', 'Villain'], - 'C3PO' => ['Droid', 'Annoying guy'], - 'Jar-Jar' => ['Still wondering his role', 'Annoying guy'], - ], - ], - ], - ], - ]; + ['foo', 'bar'], + ['some.parameter', true], + ['some.other.parameter', ['foo', 'bar', 'baz']], + ['a.hash.parameter', ['foo' => 'bar', 'tata' => 'toto']], + [ + 'a.deep.hash', [ + 'foo' => 'bar', + 'tata' => 'toto', + 'deeper_hash' => [ + 'likeStarWars' => true, + 'jedi' => ['Obi-Wan Kenobi', 'Mace Windu', 'Luke Skywalker', 'Leïa Skywalker (yes! Read episodes 7-8-9!)'], + 'sith' => ['Darth Vader', 'Darth Maul', 'Palpatine'], + 'roles' => [ + 'Amidala' => ['Queen'], + 'Palpatine' => ['Senator', 'Emperor', 'Villain'], + 'C3PO' => ['Droid', 'Annoying guy'], + 'Jar-Jar' => ['Still wondering his role', 'Annoying guy'], + ], + ], + ], + ], + ]; } public function hasParameterProvider(): array { return [ - [true, true, true, true, true], - [true, true, true, false, true], - [true, true, false, false, true], - [false, false, false, false, false], - [false, false, true, false, true], - [false, false, false, true, true], - [false, false, true, true, true], - [false, true, false, false, true], - ]; + [true, true, true, true, true], + [true, true, true, false, true], + [true, true, false, false, true], + [false, false, false, false, false], + [false, false, true, false, true], + [false, false, false, true, true], + [false, false, true, true, true], + [false, true, false, false, true], + ]; } private function getChainConfigResolver(): ChainConfigResolver diff --git a/tests/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ConfigResolverTestCase.php b/tests/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ConfigResolverTestCase.php index b89c3ba152..13320ca39f 100644 --- a/tests/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ConfigResolverTestCase.php +++ b/tests/bundle/Core/DependencyInjection/Configuration/ConfigResolver/ConfigResolverTestCase.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Exception\ParameterNotFoundException; use Ibexa\Core\MVC\Symfony\SiteAccess; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\DependencyInjection\ContainerInterface; @@ -22,10 +23,10 @@ abstract class ConfigResolverTestCase extends TestCase protected const DEFAULT_NAMESPACE = 'ibexa.site_access.config'; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ protected $siteAccess; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Symfony\Component\DependencyInjection\ContainerInterface */ + /** @var MockObject|ContainerInterface */ protected $containerMock; protected function setUp(): void @@ -61,8 +62,10 @@ public function testGetParameterFailedWithException(): void /** * @dataProvider parameterProvider */ - public function testGetParameterGlobalScope(string $paramName, $expectedValue): void - { + public function testGetParameterGlobalScope( + string $paramName, + $expectedValue + ): void { $globalScopeParameter = sprintf('%s.%s.%s', $this->getNamespace(), $this->getScope(), $paramName); $this->containerMock ->expects(self::once()) diff --git a/tests/bundle/Core/DependencyInjection/Configuration/Parser/AbstractParserTestCase.php b/tests/bundle/Core/DependencyInjection/Configuration/Parser/AbstractParserTestCase.php index c9ef77c888..e080503f2a 100644 --- a/tests/bundle/Core/DependencyInjection/Configuration/Parser/AbstractParserTestCase.php +++ b/tests/bundle/Core/DependencyInjection/Configuration/Parser/AbstractParserTestCase.php @@ -46,8 +46,12 @@ protected function setUp(): void * @param string $scope SiteAccess name, group, default or global * @param bool $assertSame Set to false if you want to use assertEquals() instead of assertSame() */ - protected function assertConfigResolverParameterValue($parameterName, $expectedValue, $scope, $assertSame = true) - { + protected function assertConfigResolverParameterValue( + $parameterName, + $expectedValue, + $scope, + $assertSame = true + ) { $chainConfigResolver = $this->getConfigResolver(); $assertMethod = $assertSame ? 'assertSame' : 'assertEquals'; $this->$assertMethod($expectedValue, $chainConfigResolver->getParameter($parameterName, 'ibexa.site_access.config', $scope)); @@ -99,8 +103,11 @@ protected function getSiteAccessProviderMock(): SiteAccessProviderInterface /** * @param string[] $groupNames */ - protected function getSiteAccess(string $name, string $provider, array $groupNames): SiteAccess - { + protected function getSiteAccess( + string $name, + string $provider, + array $groupNames + ): SiteAccess { $siteAccess = new SiteAccess($name, SiteAccess::DEFAULT_MATCHING_TYPE, null, $provider); $siteAccessGroups = []; foreach ($groupNames as $groupName) { diff --git a/tests/bundle/Core/DependencyInjection/Configuration/Parser/CommonTest.php b/tests/bundle/Core/DependencyInjection/Configuration/Parser/CommonTest.php index 057b5da634..bc62116e9a 100644 --- a/tests/bundle/Core/DependencyInjection/Configuration/Parser/CommonTest.php +++ b/tests/bundle/Core/DependencyInjection/Configuration/Parser/CommonTest.php @@ -174,8 +174,10 @@ public function testNoUserSettings() /** * @dataProvider sessionSettingsProvider */ - public function testSessionSettings(array $inputParams, array $expected) - { + public function testSessionSettings( + array $inputParams, + array $expected + ) { $this->load( [ 'system' => [ diff --git a/tests/bundle/Core/DependencyInjection/Configuration/Parser/ContentTest.php b/tests/bundle/Core/DependencyInjection/Configuration/Parser/ContentTest.php index c38e81bf37..79b7452465 100644 --- a/tests/bundle/Core/DependencyInjection/Configuration/Parser/ContentTest.php +++ b/tests/bundle/Core/DependencyInjection/Configuration/Parser/ContentTest.php @@ -37,8 +37,10 @@ public function testDefaultContentSettings() /** * @dataProvider contentSettingsProvider */ - public function testContentSettings(array $config, array $expected) - { + public function testContentSettings( + array $config, + array $expected + ) { $this->load( [ 'system' => [ diff --git a/tests/bundle/Core/DependencyInjection/Configuration/Parser/FieldType/ImageAssetTest.php b/tests/bundle/Core/DependencyInjection/Configuration/Parser/FieldType/ImageAssetTest.php index 3697ea88b6..2f81470234 100644 --- a/tests/bundle/Core/DependencyInjection/Configuration/Parser/FieldType/ImageAssetTest.php +++ b/tests/bundle/Core/DependencyInjection/Configuration/Parser/FieldType/ImageAssetTest.php @@ -43,8 +43,10 @@ public function testDefaultImageAssetSettings() /** * @dataProvider imageAssetSettingsProvider */ - public function testImageAssetSettings(array $config, array $expected) - { + public function testImageAssetSettings( + array $config, + array $expected + ) { $this->load( [ 'system' => [ diff --git a/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationProcessorTest.php b/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationProcessorTest.php index 16470bc09b..e60f5487e6 100644 --- a/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationProcessorTest.php +++ b/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ConfigurationProcessorTest.php @@ -103,7 +103,11 @@ public function testMapConfigClosure() ], ]; - $mapperClosure = static function (array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) use ($config, $availableSAs, $saNodeName, $expectedContextualizer) { + $mapperClosure = static function ( + array &$scopeSettings, + $currentScope, + ContextualizerInterface $contextualizer + ) use ($config, $availableSAs, $saNodeName, $expectedContextualizer) { self::assertTrue(isset($availableSAs[$currentScope])); self::assertSame($config[$saNodeName][$currentScope], $scopeSettings); self::assertSame($expectedContextualizer, $contextualizer); diff --git a/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ContextualizerTest.php b/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ContextualizerTest.php index fbf3613d1a..f64991107c 100644 --- a/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ContextualizerTest.php +++ b/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/ContextualizerTest.php @@ -10,13 +10,14 @@ use Ibexa\Bundle\Core\DependencyInjection\Configuration\ConfigResolver; use Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\Contextualizer; use Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\ContainerInterface; class ContextualizerTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $container; /** @var string */ @@ -41,7 +42,7 @@ class ContextualizerTest extends TestCase 'sa3' => ['sa_group1'], ]; - /** @var \Ibexa\Bundle\Core\DependencyInjection\Configuration\SiteAccessAware\Contextualizer */ + /** @var Contextualizer */ private $contextualizer; protected function setUp(): void @@ -61,8 +62,11 @@ protected function setUp(): void /** * @dataProvider setContextualParameterProvider */ - public function testSetContextualParameter($parameterName, $scope, $value) - { + public function testSetContextualParameter( + $parameterName, + $scope, + $value + ) { $this->container ->expects(self::once()) ->method('setParameter') diff --git a/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/DynamicSettingParserTest.php b/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/DynamicSettingParserTest.php index ebd5991120..a28a4ec53e 100644 --- a/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/DynamicSettingParserTest.php +++ b/tests/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/DynamicSettingParserTest.php @@ -15,8 +15,10 @@ class DynamicSettingParserTest extends TestCase /** * @dataProvider isDynamicSettingProvider */ - public function testIsDynamicSetting($setting, $expected) - { + public function testIsDynamicSetting( + $setting, + $expected + ) { $parser = new DynamicSettingParser(); self::assertSame($expected, $parser->isDynamicSetting($setting)); } @@ -51,8 +53,10 @@ public function testParseDynamicSettingFail() /** * @dataProvider parseDynamicSettingProvider */ - public function testParseDynamicSetting($setting, array $expected) - { + public function testParseDynamicSetting( + $setting, + array $expected + ) { $parser = new DynamicSettingParser(); self::assertSame($expected, $parser->parseDynamicSetting($setting)); } diff --git a/tests/bundle/Core/DependencyInjection/IbexaCoreExtensionTest.php b/tests/bundle/Core/DependencyInjection/IbexaCoreExtensionTest.php index 6cf8bebe9c..d112ab7c9c 100644 --- a/tests/bundle/Core/DependencyInjection/IbexaCoreExtensionTest.php +++ b/tests/bundle/Core/DependencyInjection/IbexaCoreExtensionTest.php @@ -17,8 +17,10 @@ use Ibexa\Bundle\Core\DependencyInjection\IbexaCoreExtension; use Ibexa\Bundle\Core\DependencyInjection\ServiceTags; use Ibexa\Bundle\Core\Features\Context\QueryControllerContext; -use Ibexa\Contracts\Core\Repository\Values\Filter; +use Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder; +use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; use Ibexa\Core\MVC\Symfony\Routing\ChainRouter; +use Ibexa\Core\QueryType\QueryType; use Ibexa\Tests\Bundle\Core\DependencyInjection\Stub\Filter\CustomCriterionQueryBuilder; use Ibexa\Tests\Bundle\Core\DependencyInjection\Stub\Filter\CustomSortClauseQueryBuilder; use Ibexa\Tests\Bundle\Core\DependencyInjection\Stub\QueryTypeBundle\QueryType\TestQueryType; @@ -37,7 +39,7 @@ class IbexaCoreExtensionTest extends AbstractExtensionTestCase private $siteaccessConfig = []; - /** @var \Ibexa\Bundle\Core\DependencyInjection\IbexaCoreExtension */ + /** @var IbexaCoreExtension */ private $extension; protected function setUp(): void @@ -267,8 +269,10 @@ public function testRoutingConfiguration() * @param array $customCacheConfig * @param string $expectedPurgeType */ - public function testCacheConfiguration(array $customCacheConfig, $expectedPurgeType) - { + public function testCacheConfiguration( + array $customCacheConfig, + $expectedPurgeType + ) { $this->load($customCacheConfig); $this->assertContainerBuilderHasParameter('ibexa.http_cache.purge_type', $expectedPurgeType); @@ -385,8 +389,10 @@ public function testRepositoriesConfiguration() /** * @dataProvider repositoriesConfigurationFieldGroupsProvider */ - public function testRepositoriesConfigurationFieldGroups($repositories, $expectedRepositories) - { + public function testRepositoriesConfigurationFieldGroups( + $repositories, + $expectedRepositories + ) { $this->load(['repositories' => $repositories]); self::assertTrue($this->container->hasParameter('ibexa.repositories')); @@ -407,29 +413,29 @@ public function repositoriesConfigurationFieldGroupsProvider() [ ['main' => null], ['main' => [ - 'fields_groups' => [ - 'list' => ['content', 'metadata'], - 'default' => '%ibexa.site_access.config.default.content.field_groups.default%', - ], + 'fields_groups' => [ + 'list' => ['content', 'metadata'], + 'default' => '%ibexa.site_access.config.default.content.field_groups.default%', ], ], + ], ], //single item with custom fields [ ['foo' => [ - 'fields_groups' => [ - 'list' => ['bar', 'baz', 'john'], - 'default' => 'bar', - ], + 'fields_groups' => [ + 'list' => ['bar', 'baz', 'john'], + 'default' => 'bar', ], ], + ], ['foo' => [ - 'fields_groups' => [ - 'list' => ['bar', 'baz', 'john'], - 'default' => 'bar', - ], + 'fields_groups' => [ + 'list' => ['bar', 'baz', 'john'], + 'default' => 'bar', ], ], + ], ], //mixed item with custom config and empty item [ @@ -837,7 +843,7 @@ public function testUrlAliasConfiguration() /** * Test automatic configuration of services implementing QueryType interface. * - * @see \Ibexa\Core\QueryType\QueryType + * @see QueryType */ public function testQueryTypeAutomaticConfiguration(): void { @@ -861,8 +867,8 @@ public function testQueryTypeAutomaticConfiguration(): void * * @dataProvider getFilteringQueryBuilderData * - * @see \Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder - * @see \Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder + * @see CriterionQueryBuilder + * @see SortClauseQueryBuilder */ public function testFilteringQueryBuildersAutomaticConfiguration( string $classFQCN, @@ -887,12 +893,12 @@ public function testFilteringQueryBuildersAutomaticConfiguration( */ public function getFilteringQueryBuilderData(): iterable { - yield Filter\CriterionQueryBuilder::class => [ + yield CriterionQueryBuilder::class => [ CustomCriterionQueryBuilder::class, ServiceTags::FILTERING_CRITERION_QUERY_BUILDER, ]; - yield Filter\SortClauseQueryBuilder::class => [ + yield SortClauseQueryBuilder::class => [ CustomSortClauseQueryBuilder::class, ServiceTags::FILTERING_SORT_CLAUSE_QUERY_BUILDER, ]; diff --git a/tests/bundle/Core/DependencyInjection/Security/PolicyProvider/PoliciesConfigBuilderTest.php b/tests/bundle/Core/DependencyInjection/Security/PolicyProvider/PoliciesConfigBuilderTest.php index 4914843b4c..d21d096864 100644 --- a/tests/bundle/Core/DependencyInjection/Security/PolicyProvider/PoliciesConfigBuilderTest.php +++ b/tests/bundle/Core/DependencyInjection/Security/PolicyProvider/PoliciesConfigBuilderTest.php @@ -18,8 +18,11 @@ class PoliciesConfigBuilderTest extends TestCase /** * @dataProvider policiesConfigProvider */ - public function testAddConfig(array $configOne, array $configTwo, array $expectedConfig): void - { + public function testAddConfig( + array $configOne, + array $configTwo, + array $expectedConfig + ): void { $containerBuilder = new ContainerBuilder(); $configBuilder = new PoliciesConfigBuilder($containerBuilder); diff --git a/tests/bundle/Core/DependencyInjection/Stub/AnnotationEntityBundle/AnnotationEntityBundle.php b/tests/bundle/Core/DependencyInjection/Stub/AnnotationEntityBundle/AnnotationEntityBundle.php index b559a9e28d..e7d1cd3ab2 100644 --- a/tests/bundle/Core/DependencyInjection/Stub/AnnotationEntityBundle/AnnotationEntityBundle.php +++ b/tests/bundle/Core/DependencyInjection/Stub/AnnotationEntityBundle/AnnotationEntityBundle.php @@ -10,6 +10,4 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; -class AnnotationEntityBundle extends Bundle -{ -} +class AnnotationEntityBundle extends Bundle {} diff --git a/tests/bundle/Core/DependencyInjection/Stub/Filter/CustomCriterionQueryBuilder.php b/tests/bundle/Core/DependencyInjection/Stub/Filter/CustomCriterionQueryBuilder.php index 477e36904d..dcb8398cbb 100644 --- a/tests/bundle/Core/DependencyInjection/Stub/Filter/CustomCriterionQueryBuilder.php +++ b/tests/bundle/Core/DependencyInjection/Stub/Filter/CustomCriterionQueryBuilder.php @@ -11,9 +11,10 @@ use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Filter\CriterionQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; +use Ibexa\Tests\Bundle\Core\DependencyInjection\IbexaCoreExtensionTest; /** - * Stub for {@see \Ibexa\Tests\Bundle\Core\DependencyInjection\IbexaCoreExtensionTest::testFilteringQueryBuildersAutomaticConfiguration}. + * Stub for {@see IbexaCoreExtensionTest::testFilteringQueryBuildersAutomaticConfiguration}. */ class CustomCriterionQueryBuilder implements CriterionQueryBuilder { diff --git a/tests/bundle/Core/DependencyInjection/Stub/Filter/CustomSortClauseQueryBuilder.php b/tests/bundle/Core/DependencyInjection/Stub/Filter/CustomSortClauseQueryBuilder.php index 08c9bc140a..0aaa367051 100644 --- a/tests/bundle/Core/DependencyInjection/Stub/Filter/CustomSortClauseQueryBuilder.php +++ b/tests/bundle/Core/DependencyInjection/Stub/Filter/CustomSortClauseQueryBuilder.php @@ -11,9 +11,10 @@ use Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause; use Ibexa\Contracts\Core\Repository\Values\Filter\SortClauseQueryBuilder; +use Ibexa\Tests\Bundle\Core\DependencyInjection\IbexaCoreExtensionTest; /** - * Stub for {@see \Ibexa\Tests\Bundle\Core\DependencyInjection\IbexaCoreExtensionTest::testFilteringQueryBuildersAutomaticConfiguration}. + * Stub for {@see IbexaCoreExtensionTest::testFilteringQueryBuildersAutomaticConfiguration}. */ class CustomSortClauseQueryBuilder implements SortClauseQueryBuilder { diff --git a/tests/bundle/Core/DependencyInjection/Stub/QueryTypeBundle/QueryType/TestQueryType.php b/tests/bundle/Core/DependencyInjection/Stub/QueryTypeBundle/QueryType/TestQueryType.php index 2306477800..1ac55df52f 100644 --- a/tests/bundle/Core/DependencyInjection/Stub/QueryTypeBundle/QueryType/TestQueryType.php +++ b/tests/bundle/Core/DependencyInjection/Stub/QueryTypeBundle/QueryType/TestQueryType.php @@ -11,13 +11,9 @@ class TestQueryType implements QueryType { - public function getQuery(array $parameters = []) - { - } + public function getQuery(array $parameters = []) {} - public function getSupportedParameters() - { - } + public function getSupportedParameters() {} public static function getName(): string { diff --git a/tests/bundle/Core/DependencyInjection/Stub/QueryTypeBundle/QueryTypeBundle.php b/tests/bundle/Core/DependencyInjection/Stub/QueryTypeBundle/QueryTypeBundle.php index 379e1081bc..ba98b9eaf0 100644 --- a/tests/bundle/Core/DependencyInjection/Stub/QueryTypeBundle/QueryTypeBundle.php +++ b/tests/bundle/Core/DependencyInjection/Stub/QueryTypeBundle/QueryTypeBundle.php @@ -9,6 +9,4 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; -class QueryTypeBundle extends Bundle -{ -} +class QueryTypeBundle extends Bundle {} diff --git a/tests/bundle/Core/DependencyInjection/Stub/XmlEntityBundle/XmlEntityBundle.php b/tests/bundle/Core/DependencyInjection/Stub/XmlEntityBundle/XmlEntityBundle.php index d65d52d557..76555a4d4d 100644 --- a/tests/bundle/Core/DependencyInjection/Stub/XmlEntityBundle/XmlEntityBundle.php +++ b/tests/bundle/Core/DependencyInjection/Stub/XmlEntityBundle/XmlEntityBundle.php @@ -10,6 +10,4 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; -class XmlEntityBundle extends Bundle -{ -} +class XmlEntityBundle extends Bundle {} diff --git a/tests/bundle/Core/Entity/EntityManagerFactoryTest.php b/tests/bundle/Core/Entity/EntityManagerFactoryTest.php index 98292fa89b..da5c1aab4e 100644 --- a/tests/bundle/Core/Entity/EntityManagerFactoryTest.php +++ b/tests/bundle/Core/Entity/EntityManagerFactoryTest.php @@ -33,7 +33,7 @@ final class EntityManagerFactoryTest extends TestCase private EntityManagerInterface & MockObject $entityManager; - /** @phpstan-var \Symfony\Component\DependencyInjection\ServiceLocator<\Doctrine\ORM\EntityManagerInterface> & \PHPUnit\Framework\MockObject\MockObject */ + /** @phpstan-var ServiceLocator & MockObject */ private ServiceLocator & MockObject $serviceLocator; public function setUp(): void @@ -139,7 +139,7 @@ protected function getRepositoryConfigurationProvider(): RepositoryConfiguration } /** - * @phpstan-return \Symfony\Component\DependencyInjection\ServiceLocator<\Doctrine\ORM\EntityManagerInterface> & \PHPUnit\Framework\MockObject\MockObject + * @phpstan-return ServiceLocator & MockObject */ protected function getServiceLocator(): ServiceLocator & MockObject { diff --git a/tests/bundle/Core/EventListener/BackgroundIndexingTerminateListenerTest.php b/tests/bundle/Core/EventListener/BackgroundIndexingTerminateListenerTest.php index 441bf638c1..da944b4ee9 100644 --- a/tests/bundle/Core/EventListener/BackgroundIndexingTerminateListenerTest.php +++ b/tests/bundle/Core/EventListener/BackgroundIndexingTerminateListenerTest.php @@ -11,9 +11,12 @@ use Ibexa\Contracts\Core\Persistence\Content; use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; use Ibexa\Contracts\Core\Persistence\Content\Location; +use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Persistence\Handler as PersistenceHandler; use Ibexa\Contracts\Core\Search\Handler as SearchHandler; use Ibexa\Core\Base\Exceptions\NotFoundException; +use PHPUnit\Framework\MockObject\MockObject; +use PHPUnit\Framework\MockObject\Stub; use PHPUnit\Framework\TestCase; use Psr\Log\LoggerInterface; use Symfony\Component\Console\ConsoleEvents; @@ -21,13 +24,13 @@ class BackgroundIndexingTerminateListenerTest extends TestCase { - /** @var \Ibexa\Bundle\Core\EventListener\BackgroundIndexingTerminateListener */ + /** @var BackgroundIndexingTerminateListener */ protected $listener; - /** @var \Ibexa\Contracts\Core\Persistence\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ protected $persistenceMock; - /** @var \Ibexa\Contracts\Core\Search\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var SearchHandler|MockObject */ protected $searchMock; protected function setUp(): void @@ -80,10 +83,12 @@ public function indexingProvider() * @dataProvider indexingProvider * * @param array|null $value - * @param \Psr\Log\LoggerInterface|\PHPUnit\Framework\MockObject\MockObject|null $logger + * @param LoggerInterface|MockObject|null $logger */ - public function testIndexing(?array $values = null, $logger = null) - { + public function testIndexing( + ?array $values = null, + $logger = null + ) { $contentHandlerMock = $this->createMock(Content\Handler::class); $this->persistenceMock ->expects(self::once()) @@ -163,12 +168,15 @@ public function indexDeleteProvider() /** * @dataProvider indexDeleteProvider * - * @param \Ibexa\Contracts\Core\Persistence\Content\ContentInfo|\Ibexa\Contracts\Core\Persistence\Content\Location $value - * @param \PHPUnit\Framework\MockObject\Stub $infoReturn - * @param \PHPUnit\Framework\MockObject\Stub|null $contentReturn + * @param ContentInfo|Location $value + * @param Stub $infoReturn + * @param Stub|null $contentReturn */ - public function testIndexDelete($value, $infoReturn, $contentReturn = null) - { + public function testIndexDelete( + $value, + $infoReturn, + $contentReturn = null + ) { $contentHandlerMock = $this->createMock(Content\Handler::class); $this->persistenceMock ->expects(self::once()) diff --git a/tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php b/tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php index c42ce15f20..0c9676ddc8 100644 --- a/tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php +++ b/tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php @@ -32,7 +32,7 @@ final class BackwardCompatibleCommandListenerTest extends TestCase 'ezpublish:command', ]; - /** @var \Ibexa\Bundle\Core\EventListener\BackwardCompatibleCommandListener */ + /** @var BackwardCompatibleCommandListener */ private $listener; protected function setUp(): void @@ -109,16 +109,20 @@ private function assertOutputContainsDeprecationWarning(BufferedOutput $output): } /** - * @return \Ibexa\Bundle\Core\Command\BackwardCompatibleCommand|\Symfony\Component\Console\Command\Command + * @return BackwardCompatibleCommand|Command */ - private function createBackwardCompatibleCommand(string $name, array $aliases = []): Command - { + private function createBackwardCompatibleCommand( + string $name, + array $aliases = [] + ): Command { return new class($name, $aliases) extends Command implements BackwardCompatibleCommand { /** @var string[] */ private $deprecatedAliases; - public function __construct(string $name, array $deprecatedAliases) - { + public function __construct( + string $name, + array $deprecatedAliases + ) { $this->deprecatedAliases = $deprecatedAliases; parent::__construct($name); diff --git a/tests/bundle/Core/EventListener/ConfigScopeListenerTest.php b/tests/bundle/Core/EventListener/ConfigScopeListenerTest.php index 868d52185a..2270b8ccbf 100644 --- a/tests/bundle/Core/EventListener/ConfigScopeListenerTest.php +++ b/tests/bundle/Core/EventListener/ConfigScopeListenerTest.php @@ -14,17 +14,18 @@ use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Tests\Bundle\Core\EventListener\Stubs\ViewManager; use Ibexa\Tests\Bundle\Core\EventListener\Stubs\ViewProvider; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ConfigScopeListenerTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $configResolver; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $viewManager; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $viewProviders; protected function setUp(): void diff --git a/tests/bundle/Core/EventListener/ConsoleCommandListenerTest.php b/tests/bundle/Core/EventListener/ConsoleCommandListenerTest.php index 511a6547db..36b35dc74f 100644 --- a/tests/bundle/Core/EventListener/ConsoleCommandListenerTest.php +++ b/tests/bundle/Core/EventListener/ConsoleCommandListenerTest.php @@ -11,6 +11,7 @@ use Ibexa\Core\MVC\Exception\InvalidSiteAccessException; use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Tests\Bundle\Core\EventListener\Stubs\TestOutput; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\ConsoleEvents; @@ -25,22 +26,22 @@ class ConsoleCommandListenerTest extends TestCase { private const INVALID_SA_NAME = 'foo'; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ private $siteAccess; - /** @var \Symfony\Component\EventDispatcher\EventDispatcherInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var EventDispatcherInterface|MockObject */ private $dispatcher; - /** @var \Ibexa\Bundle\Core\EventListener\ConsoleCommandListener */ + /** @var ConsoleCommandListener */ private $listener; - /** @var \Symfony\Component\Console\Input\InputDefinition */ + /** @var InputDefinition */ private $inputDefinition; - /** @var \Symfony\Component\Console\Output\Output */ + /** @var Output */ private $testOutput; - /** @var \Symfony\Component\Console\Command\Command|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Command|MockObject */ private $command; protected function setUp(): void diff --git a/tests/bundle/Core/EventListener/ContentDownloadRouteReferenceListenerTest.php b/tests/bundle/Core/EventListener/ContentDownloadRouteReferenceListenerTest.php index d33fa227d8..f9452610c2 100644 --- a/tests/bundle/Core/EventListener/ContentDownloadRouteReferenceListenerTest.php +++ b/tests/bundle/Core/EventListener/ContentDownloadRouteReferenceListenerTest.php @@ -16,13 +16,14 @@ use Ibexa\Core\MVC\Symfony\Routing\RouteReference; use Ibexa\Core\Repository\Values\Content\Content; use Ibexa\Core\Repository\Values\Content\VersionInfo; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use stdClass; use Symfony\Component\HttpFoundation\Request; class ContentDownloadRouteReferenceListenerTest extends TestCase { - /** @var \Ibexa\Core\Helper\TranslationHelper|\PHPUnit\Framework\MockObject\MockObject */ + /** @var TranslationHelper|MockObject */ protected $translationHelperMock; protected function setUp(): void @@ -133,21 +134,21 @@ public function testDownloadNameOverrideWorks() } /** - * @return \Ibexa\Core\Repository\Values\Content\Content + * @return Content */ protected function getCompleteContent() { return new Content( [ 'internalFields' => [ - new Field( - [ - 'fieldDefIdentifier' => 'file', - 'languageCode' => 'eng-GB', - 'value' => new BinaryFileValue(['fileName' => 'Test-file.pdf']), - ] - ), - ], + new Field( + [ + 'fieldDefIdentifier' => 'file', + 'languageCode' => 'eng-GB', + 'value' => new BinaryFileValue(['fileName' => 'Test-file.pdf']), + ] + ), + ], 'versionInfo' => new VersionInfo( [ 'contentInfo' => new ContentInfo(['id' => 42, 'mainLanguageCode' => 'eng-GB']), diff --git a/tests/bundle/Core/EventListener/ExceptionListenerTest.php b/tests/bundle/Core/EventListener/ExceptionListenerTest.php index d84680b4e6..0989f0045b 100644 --- a/tests/bundle/Core/EventListener/ExceptionListenerTest.php +++ b/tests/bundle/Core/EventListener/ExceptionListenerTest.php @@ -24,6 +24,8 @@ use Ibexa\Core\Base\Exceptions\NotFound\LimitationNotFoundException; use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\Base\Exceptions\UnauthorizedException; +use Ibexa\Core\Base\Translatable; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; @@ -38,10 +40,10 @@ class ExceptionListenerTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject|\Symfony\Contracts\Translation\TranslatorInterface */ + /** @var MockObject|TranslatorInterface */ private $translator; - /** @var \Ibexa\Bundle\Core\EventListener\ExceptionListener */ + /** @var ExceptionListener */ private $listener; protected function setUp(): void @@ -60,9 +62,9 @@ public function testGetSubscribedEvents() } /** - * @param \Exception $exception + * @param Exception $exception * - * @return \Symfony\Component\HttpKernel\Event\ExceptionEvent + * @return ExceptionEvent */ private function generateExceptionEvent(Exception $exception) { @@ -123,7 +125,7 @@ public function testUnauthorizedException() /** * @dataProvider badRequestExceptionProvider * - * @param \Exception|\Ibexa\Core\Base\Translatable $exception + * @param Exception|Translatable $exception */ public function testBadRequestException(Exception $exception) { @@ -160,7 +162,7 @@ public function badRequestExceptionProvider() /** * @dataProvider otherExceptionProvider * - * @param \Exception|\Ibexa\Core\Base\Translatable $exception + * @param Exception|Translatable $exception */ public function testOtherRepositoryException(Exception $exception) { diff --git a/tests/bundle/Core/EventListener/IndexRequestListenerTest.php b/tests/bundle/Core/EventListener/IndexRequestListenerTest.php index 854bcc1947..81ac6610dd 100644 --- a/tests/bundle/Core/EventListener/IndexRequestListenerTest.php +++ b/tests/bundle/Core/EventListener/IndexRequestListenerTest.php @@ -9,6 +9,7 @@ use Ibexa\Bundle\Core\EventListener\IndexRequestListener; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Event\RequestEvent; @@ -17,19 +18,19 @@ class IndexRequestListenerTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $configResolver; - /** @var \Ibexa\Bundle\Core\EventListener\IndexRequestListener */ + /** @var IndexRequestListener */ private $indexRequestEventListener; - /** @var \Symfony\Component\HttpFoundation\Request */ + /** @var Request */ private $request; - /** @var \Symfony\Component\HttpKernel\Event\RequestEvent */ + /** @var RequestEvent */ private $event; - /** @var \Symfony\Component\HttpKernel\HttpKernelInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var HttpKernelInterface|MockObject */ private $httpKernel; protected function setUp(): void @@ -68,8 +69,11 @@ public function testSubscribedEvents() /** * @dataProvider indexPageProvider */ - public function testOnKernelRequestIndexOnIndexPage($requestPath, $configuredIndexPath, $expectedIndexPath) - { + public function testOnKernelRequestIndexOnIndexPage( + $requestPath, + $configuredIndexPath, + $expectedIndexPath + ) { $this->configResolver ->expects(self::once()) ->method('getParameter') diff --git a/tests/bundle/Core/EventListener/LocaleListenerTest.php b/tests/bundle/Core/EventListener/LocaleListenerTest.php index 8f25e9f67b..d14c239c1f 100644 --- a/tests/bundle/Core/EventListener/LocaleListenerTest.php +++ b/tests/bundle/Core/EventListener/LocaleListenerTest.php @@ -10,6 +10,7 @@ use Ibexa\Bundle\Core\EventListener\LocaleListener; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Symfony\Locale\LocaleConverterInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\ParameterBag; use Symfony\Component\HttpFoundation\Request; @@ -20,13 +21,13 @@ class LocaleListenerTest extends TestCase { - /** @var \Ibexa\Core\MVC\Symfony\Locale\LocaleConverterInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var LocaleConverterInterface|MockObject */ private $localeConverter; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ConfigResolverInterface|MockObject */ private $configResolver; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ConfigResolverInterface|MockObject */ private $requestStack; protected function setUp(): void @@ -45,8 +46,11 @@ protected function setUp(): void /** * @dataProvider onKernelRequestProvider */ - public function testOnKernelRequest(array $configuredLanguages, array $convertedLocalesValueMap, $expectedLocale): void - { + public function testOnKernelRequest( + array $configuredLanguages, + array $convertedLocalesValueMap, + $expectedLocale + ): void { $this->configResolver ->expects(self::once()) ->method('getParameter') diff --git a/tests/bundle/Core/EventListener/RejectExplicitFrontControllerRequestsListenerTest.php b/tests/bundle/Core/EventListener/RejectExplicitFrontControllerRequestsListenerTest.php index 21e5ffc075..c3c7a16c50 100644 --- a/tests/bundle/Core/EventListener/RejectExplicitFrontControllerRequestsListenerTest.php +++ b/tests/bundle/Core/EventListener/RejectExplicitFrontControllerRequestsListenerTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Bundle\Core\EventListener; use Ibexa\Bundle\Core\EventListener\RejectExplicitFrontControllerRequestsListener; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Event\RequestEvent; @@ -18,10 +19,10 @@ class RejectExplicitFrontControllerRequestsListenerTest extends TestCase { - /** @var \Ibexa\Bundle\Core\EventListener\RejectExplicitFrontControllerRequestsListener */ + /** @var RejectExplicitFrontControllerRequestsListener */ private $eventListener; - /** @var \Symfony\Component\HttpKernel\HttpKernelInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var HttpKernelInterface|MockObject */ private $httpKernel; protected function setUp(): void diff --git a/tests/bundle/Core/EventListener/RequestEventListenerTest.php b/tests/bundle/Core/EventListener/RequestEventListenerTest.php index f3bbd9d5d7..b9b324c331 100644 --- a/tests/bundle/Core/EventListener/RequestEventListenerTest.php +++ b/tests/bundle/Core/EventListener/RequestEventListenerTest.php @@ -10,6 +10,7 @@ use Ibexa\Bundle\Core\EventListener\RequestEventListener; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Symfony\SiteAccess; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Psr\Log\LoggerInterface; use Symfony\Bridge\PhpUnit\ClockMock; @@ -23,25 +24,25 @@ class RequestEventListenerTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $configResolver; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $router; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Psr\Log\LoggerInterface */ + /** @var MockObject|LoggerInterface */ private $logger; - /** @var \Ibexa\Bundle\Core\EventListener\RequestEventListener */ + /** @var RequestEventListener */ private $requestEventListener; - /** @var \Symfony\Component\HttpFoundation\Request */ + /** @var Request */ private $request; - /** @var \Symfony\Component\HttpKernel\Event\RequestEvent */ + /** @var RequestEvent */ private $event; - /** @var \Symfony\Component\HttpKernel\HttpKernelInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var HttpKernelInterface|MockObject */ private $httpKernel; protected function setUp(): void @@ -141,7 +142,7 @@ public function testOnKernelRequestRedirect() $event = new RequestEvent($this->httpKernel, $request, HttpKernelInterface::MAIN_REQUEST); $this->requestEventListener->onKernelRequestRedirect($event); self::assertTrue($event->hasResponse()); - /** @var \Symfony\Component\HttpFoundation\RedirectResponse $response */ + /** @var RedirectResponse $response */ $response = $event->getResponse(); self::assertInstanceOf(RedirectResponse::class, $response); self::assertSame("$semanticPathinfo?some=thing", $response->getTargetUrl()); @@ -163,7 +164,7 @@ public function testOnKernelRequestRedirectWithLocationId() $event = new RequestEvent($this->httpKernel, $request, HttpKernelInterface::MAIN_REQUEST); $this->requestEventListener->onKernelRequestRedirect($event); self::assertTrue($event->hasResponse()); - /** @var \Symfony\Component\HttpFoundation\RedirectResponse $response */ + /** @var RedirectResponse $response */ $response = $event->getResponse(); self::assertInstanceOf(RedirectResponse::class, $response); self::assertSame("$semanticPathinfo?some=thing", $response->getTargetUrl()); @@ -196,7 +197,7 @@ public function testOnKernelRequestRedirectPrependSiteaccess() $event = new RequestEvent($this->httpKernel, $request, HttpKernelInterface::MAIN_REQUEST); $this->requestEventListener->onKernelRequestRedirect($event); self::assertTrue($event->hasResponse()); - /** @var \Symfony\Component\HttpFoundation\RedirectResponse $response */ + /** @var RedirectResponse $response */ $response = $event->getResponse(); self::assertInstanceOf(RedirectResponse::class, $response); self::assertSame("$expectedURI?some=thing", $response->getTargetUrl()); diff --git a/tests/bundle/Core/EventListener/RoutingListenerTest.php b/tests/bundle/Core/EventListener/RoutingListenerTest.php index 76663ac22f..f87282dde5 100644 --- a/tests/bundle/Core/EventListener/RoutingListenerTest.php +++ b/tests/bundle/Core/EventListener/RoutingListenerTest.php @@ -14,19 +14,20 @@ use Ibexa\Core\MVC\Symfony\MVCEvents; use Ibexa\Core\MVC\Symfony\Routing\Generator\UrlAliasGenerator; use Ibexa\Core\MVC\Symfony\SiteAccess; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\HttpKernelInterface; class RoutingListenerTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $configResolver; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $urlAliasRouter; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $urlAliasGenerator; protected function setUp(): void diff --git a/tests/bundle/Core/EventListener/SessionSetDynamicNameListenerTest.php b/tests/bundle/Core/EventListener/SessionSetDynamicNameListenerTest.php index 618a167d3c..8ddf598f2f 100644 --- a/tests/bundle/Core/EventListener/SessionSetDynamicNameListenerTest.php +++ b/tests/bundle/Core/EventListener/SessionSetDynamicNameListenerTest.php @@ -13,6 +13,7 @@ use Ibexa\Core\MVC\Symfony\Event\PostSiteAccessMatchEvent; use Ibexa\Core\MVC\Symfony\MVCEvents; use Ibexa\Core\MVC\Symfony\SiteAccess; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Session\Session; @@ -24,13 +25,13 @@ final class SessionSetDynamicNameListenerTest extends TestCase { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var ConfigResolverInterface&MockObject */ private ConfigResolverInterface $configResolver; - /** @var \Symfony\Component\HttpFoundation\Session\Storage\SessionStorageFactoryInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var SessionStorageFactoryInterface&MockObject */ private SessionStorageFactoryInterface $sessionStorageFactory; - /** @var \Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var SessionStorageInterface&MockObject */ private SessionStorageInterface $sessionStorage; protected function setUp(): void @@ -100,8 +101,11 @@ public function testOnSiteAccessMatchNonNativeSessionStorage(): void /** * @dataProvider onSiteAccessMatchProvider */ - public function testOnSiteAccessMatch(SiteAccess $siteAccess, $configuredSessionStorageOptions, array $expectedSessionStorageOptions): void - { + public function testOnSiteAccessMatch( + SiteAccess $siteAccess, + $configuredSessionStorageOptions, + array $expectedSessionStorageOptions + ): void { $request = new Request(); $request->setSession(new Session(new MockArraySessionStorage())); @@ -120,7 +124,7 @@ public function testOnSiteAccessMatch(SiteAccess $siteAccess, $configuredSession } /** - * @return array{array{\Ibexa\Core\MVC\Symfony\SiteAccess, array, array}} + * @return array{array{SiteAccess, array, array}} */ public function onSiteAccessMatchProvider(): array { diff --git a/tests/bundle/Core/EventListener/SiteAccessListenerTest.php b/tests/bundle/Core/EventListener/SiteAccessListenerTest.php index 164d6dbfec..2e4106f777 100644 --- a/tests/bundle/Core/EventListener/SiteAccessListenerTest.php +++ b/tests/bundle/Core/EventListener/SiteAccessListenerTest.php @@ -18,10 +18,10 @@ class SiteAccessListenerTest extends TestCase { - /** @var \Ibexa\Bundle\Core\EventListener\SiteAccessListener */ + /** @var SiteAccessListener */ private $listener; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ private $defaultSiteaccess; protected function setUp(): void @@ -100,8 +100,12 @@ public function testOnSiteAccessMatchMasterRequest( /** * @dataProvider siteAccessMatchProvider */ - public function testOnSiteAccessMatchSubRequest($uri, $semanticPathinfo, $vpString, $expectedViewParameters) - { + public function testOnSiteAccessMatchSubRequest( + $uri, + $semanticPathinfo, + $vpString, + $expectedViewParameters + ) { $siteAccess = new SiteAccess('test', 'test', $this->createMock(SiteAccess\Matcher::class)); $request = Request::create($uri); $request->attributes->set('semanticPathinfo', $semanticPathinfo); diff --git a/tests/bundle/Core/EventListener/Stubs/TestOutput.php b/tests/bundle/Core/EventListener/Stubs/TestOutput.php index 42c4c6ad47..1d24cea7c5 100644 --- a/tests/bundle/Core/EventListener/Stubs/TestOutput.php +++ b/tests/bundle/Core/EventListener/Stubs/TestOutput.php @@ -21,8 +21,10 @@ public function clear() $this->output = ''; } - protected function doWrite($message, $newline): void - { + protected function doWrite( + $message, + $newline + ): void { $this->output .= $message . ($newline ? "\n" : ''); } } diff --git a/tests/bundle/Core/EventListener/Stubs/ViewManager.php b/tests/bundle/Core/EventListener/Stubs/ViewManager.php index dcecce1431..263f58a486 100644 --- a/tests/bundle/Core/EventListener/Stubs/ViewManager.php +++ b/tests/bundle/Core/EventListener/Stubs/ViewManager.php @@ -19,25 +19,22 @@ */ class ViewManager implements ViewManagerInterface, SiteAccessAware { - public function setSiteAccess(?SiteAccess $siteAccess = null) - { - } + public function setSiteAccess(?SiteAccess $siteAccess = null) {} public function renderContent( Content $content, $viewType = ViewManagerInterface::VIEW_TYPE_FULL, $parameters = [] - ) { - } + ) {} public function renderLocation( Location $location, $viewType = ViewManagerInterface::VIEW_TYPE_FULL, $parameters = [] - ) { - } + ) {} - public function renderContentView(View $view, array $defaultParams = []) - { - } + public function renderContentView( + View $view, + array $defaultParams = [] + ) {} } diff --git a/tests/bundle/Core/EventListener/Stubs/ViewProvider.php b/tests/bundle/Core/EventListener/Stubs/ViewProvider.php index 95d7c9dca5..860111fb57 100644 --- a/tests/bundle/Core/EventListener/Stubs/ViewProvider.php +++ b/tests/bundle/Core/EventListener/Stubs/ViewProvider.php @@ -17,14 +17,10 @@ */ class ViewProvider implements ViewProviderInterface, SiteAccessAware { - public function setSiteAccess(?SiteAccess $siteAccess = null) - { - } + public function setSiteAccess(?SiteAccess $siteAccess = null) {} /** - * @return \Ibexa\Core\MVC\Symfony\View\View + * @return View */ - public function getView(View $view) - { - } + public function getView(View $view) {} } diff --git a/tests/bundle/Core/EventListener/ViewControllerListenerTest.php b/tests/bundle/Core/EventListener/ViewControllerListenerTest.php index f9744862d4..92b5e6e592 100644 --- a/tests/bundle/Core/EventListener/ViewControllerListenerTest.php +++ b/tests/bundle/Core/EventListener/ViewControllerListenerTest.php @@ -12,14 +12,17 @@ use Ibexa\Core\MVC\Symfony\View\BaseView; use Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilder; use Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilderRegistry; +use Ibexa\Core\MVC\Symfony\View\Configurator; use Ibexa\Core\MVC\Symfony\View\ContentView; use Ibexa\Core\MVC\Symfony\View\Event\FilterViewBuilderParametersEvent; use Ibexa\Core\MVC\Symfony\View\ViewEvents; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Psr\Log\LoggerInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Controller\ControllerReference; +use Symfony\Component\HttpKernel\Controller\ControllerResolver; use Symfony\Component\HttpKernel\Controller\ControllerResolverInterface; use Symfony\Component\HttpKernel\Event\ControllerEvent; use Symfony\Component\HttpKernel\HttpKernelInterface; @@ -27,31 +30,31 @@ class ViewControllerListenerTest extends TestCase { - /** @var \Symfony\Component\HttpKernel\Controller\ControllerResolver|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ControllerResolver|MockObject */ private $controllerResolver; - /** @var \Psr\Log\LoggerInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var LoggerInterface|MockObject */ private $logger; - /** @var \Ibexa\Bundle\Core\EventListener\ViewControllerListener */ + /** @var ViewControllerListener */ private $controllerListener; - /** @var \Symfony\Component\HttpKernel\Event\ControllerEvent */ + /** @var ControllerEvent */ private $event; - /** @var \Symfony\Component\HttpFoundation\Request */ + /** @var Request */ private $request; - /** @var \Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilderRegistry|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ViewBuilderRegistry|MockObject */ private $viewBuilderRegistry; - /** @var \Ibexa\Core\MVC\Symfony\View\Configurator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Configurator|MockObject */ private $viewConfigurator; - /** @var \Ibexa\Core\MVC\Symfony\View\Builder\ViewBuilder|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ViewBuilder|MockObject */ private $viewBuilderMock; - /** @var \Symfony\Component\EventDispatcher\EventDispatcherInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var EventDispatcherInterface|MockObject */ private $eventDispatcher; protected function setUp(): void @@ -158,8 +161,7 @@ public function testGetControllerMatchedView() public function testGetControllerEmitsProperEvents(): void { - $viewObject = new class() extends BaseView { - }; + $viewObject = new class() extends BaseView {}; $this->viewBuilderRegistry ->expects(self::once()) @@ -190,7 +192,7 @@ public function testGetControllerEmitsProperEvents(): void } /** - * @return \Symfony\Component\HttpKernel\Event\ControllerEvent + * @return ControllerEvent */ protected function createEvent() { diff --git a/tests/bundle/Core/EventSubscriber/CrowdinRequestLocaleSubscriberTest.php b/tests/bundle/Core/EventSubscriber/CrowdinRequestLocaleSubscriberTest.php index 2a6e88ab9a..69bdb143d3 100644 --- a/tests/bundle/Core/EventSubscriber/CrowdinRequestLocaleSubscriberTest.php +++ b/tests/bundle/Core/EventSubscriber/CrowdinRequestLocaleSubscriberTest.php @@ -18,8 +18,10 @@ class CrowdinRequestLocaleSubscriberTest extends TestCase /** * @dataProvider testSetRequestsProvider */ - public function testSetLocale(Request $request, $shouldHaveCustomLocale) - { + public function testSetLocale( + Request $request, + $shouldHaveCustomLocale + ) { $event = new RequestEvent( $this->getMockBuilder(HttpKernelInterface::class)->getMock(), $request, diff --git a/tests/bundle/Core/EventSubscriber/TrustedHeaderClientIpEventSubscriberTest.php b/tests/bundle/Core/EventSubscriber/TrustedHeaderClientIpEventSubscriberTest.php index a934f1fcbf..56a686e0ee 100644 --- a/tests/bundle/Core/EventSubscriber/TrustedHeaderClientIpEventSubscriberTest.php +++ b/tests/bundle/Core/EventSubscriber/TrustedHeaderClientIpEventSubscriberTest.php @@ -32,8 +32,11 @@ final class TrustedHeaderClientIpEventSubscriberTest extends TestCase /** * @param array $data */ - public function __construct(?string $name = null, array $data = [], string $dataName = '') - { + public function __construct( + ?string $name = null, + array $data = [], + string $dataName = '' + ) { parent::__construct($name, $data, $dataName); $this->originalRemoteAddr = $_SERVER['REMOTE_ADDR'] ?? null; @@ -134,7 +137,7 @@ public function testTrustedHeaderEventSubscriberWithoutTrustedProxy(): void HttpKernelInterface::MAIN_REQUEST ), KernelEvents::REQUEST); - /** @var \Symfony\Component\HttpFoundation\Request $request */ + /** @var Request $request */ $request = $event->getRequest(); self::assertEquals(self::PROXY_IP, $request->getClientIp()); @@ -170,7 +173,7 @@ public function testTrustedHeaderEventSubscriberWithTrustedProxy( HttpKernelInterface::MAIN_REQUEST ), KernelEvents::REQUEST); - /** @var \Symfony\Component\HttpFoundation\Request $request */ + /** @var Request $request */ $request = $event->getRequest(); self::assertEquals($expectedIp, $request->getClientIp()); diff --git a/tests/bundle/Core/Fragment/DecoratedFragmentRendererTest.php b/tests/bundle/Core/Fragment/DecoratedFragmentRendererTest.php index eda709b056..0839c024d1 100644 --- a/tests/bundle/Core/Fragment/DecoratedFragmentRendererTest.php +++ b/tests/bundle/Core/Fragment/DecoratedFragmentRendererTest.php @@ -10,6 +10,7 @@ use Ibexa\Bundle\Core\Fragment\DecoratedFragmentRenderer; use Ibexa\Bundle\Core\Fragment\SiteAccessSerializer; use Ibexa\Core\MVC\Symfony\SiteAccess; +use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessAware; use PHPUnit\Framework\MockObject\MockObject; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; @@ -138,7 +139,7 @@ public function getRequest(SiteAccess $siteAccess): Request } /** - * @return \Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface&\Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessAware + * @return FragmentRendererInterface&SiteAccessAware */ public function getRenderer(): FragmentRendererInterface { diff --git a/tests/bundle/Core/Fragment/DirectFragmentRendererTest.php b/tests/bundle/Core/Fragment/DirectFragmentRendererTest.php index 68b1d656e8..0982169f14 100644 --- a/tests/bundle/Core/Fragment/DirectFragmentRendererTest.php +++ b/tests/bundle/Core/Fragment/DirectFragmentRendererTest.php @@ -14,6 +14,7 @@ use Ibexa\Core\MVC\Symfony\Templating\Exception\InvalidResponseException; use Ibexa\Core\MVC\Symfony\View\ContentView; use Ibexa\Core\MVC\Symfony\View\Renderer\TemplateRenderer; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; @@ -153,7 +154,7 @@ public function testControllerUnhandledStringResponse(): void } /** - * @return \Symfony\Component\HttpKernel\Controller\ControllerResolverInterface|\PHPUnit\Framework\MockObject\MockObject + * @return ControllerResolverInterface|MockObject */ private function getControllerResolverInterfaceMock(): ControllerResolverInterface { @@ -161,7 +162,7 @@ private function getControllerResolverInterfaceMock(): ControllerResolverInterfa } /** - * @return \Ibexa\Core\MVC\Symfony\View\Renderer\TemplateRenderer|\PHPUnit\Framework\MockObject\MockObject + * @return TemplateRenderer|MockObject */ private function getTemplateRendererMock(): TemplateRenderer { diff --git a/tests/bundle/Core/Fragment/FragmentListenerFactoryTest.php b/tests/bundle/Core/Fragment/FragmentListenerFactoryTest.php index 434b72b45b..34e0311296 100644 --- a/tests/bundle/Core/Fragment/FragmentListenerFactoryTest.php +++ b/tests/bundle/Core/Fragment/FragmentListenerFactoryTest.php @@ -20,8 +20,10 @@ class FragmentListenerFactoryTest extends TestCase /** * @dataProvider buildFragmentListenerProvider */ - public function testBuildFragmentListener($requestUri, $isFragmentCandidate) - { + public function testBuildFragmentListener( + $requestUri, + $isFragmentCandidate + ) { $listenerClass = FragmentListener::class; $uriSigner = new UriSigner('my_precious_secret'); $baseFragmentPath = '/_fragment'; diff --git a/tests/bundle/Core/Fragment/SiteAccessSerializerTest.php b/tests/bundle/Core/Fragment/SiteAccessSerializerTest.php index e40df471ea..b4dc282748 100644 --- a/tests/bundle/Core/Fragment/SiteAccessSerializerTest.php +++ b/tests/bundle/Core/Fragment/SiteAccessSerializerTest.php @@ -55,7 +55,7 @@ public function testSerializeSiteAccessAsControllerAttributes(SiteAccess $siteAc } /** - * @return iterable + * @return iterable */ public static function getDataForTestSerializeSiteAccessAsControllerAttributes(): iterable { diff --git a/tests/bundle/Core/Imagine/AliasCleanerTest.php b/tests/bundle/Core/Imagine/AliasCleanerTest.php index 596e2381f2..66f46c43dd 100644 --- a/tests/bundle/Core/Imagine/AliasCleanerTest.php +++ b/tests/bundle/Core/Imagine/AliasCleanerTest.php @@ -9,14 +9,15 @@ use Ibexa\Bundle\Core\Imagine\AliasCleaner; use Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class AliasCleanerTest extends TestCase { - /** @var \Ibexa\Bundle\Core\Imagine\AliasCleaner */ + /** @var AliasCleaner */ private $aliasCleaner; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $resolver; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/AliasGeneratorTest.php b/tests/bundle/Core/Imagine/AliasGeneratorTest.php index 129686cfe0..5183eff330 100644 --- a/tests/bundle/Core/Imagine/AliasGeneratorTest.php +++ b/tests/bundle/Core/Imagine/AliasGeneratorTest.php @@ -14,10 +14,12 @@ use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Contracts\Core\FieldType\Value as FieldTypeValue; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidVariationException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Variation\Values\ImageVariation; use Ibexa\Contracts\Core\Variation\VariationHandler; use Ibexa\Contracts\Core\Variation\VariationPathGenerator; +use Ibexa\Core\Base\Exceptions\InvalidArgumentType; use Ibexa\Core\FieldType\Image\Value as ImageValue; use Ibexa\Core\FieldType\TextLine\Value as TextLineValue; use Ibexa\Core\IO\IOServiceInterface; @@ -40,29 +42,29 @@ final class AliasGeneratorTest extends TestCase { - private MockObject&LoaderInterface $dataLoader; + private MockObject & LoaderInterface $dataLoader; - private MockObject&FilterManager $filterManager; + private MockObject & FilterManager $filterManager; - private MockObject&ResolverInterface $ioResolver; + private MockObject & ResolverInterface $ioResolver; private FilterConfiguration $filterConfiguration; - private MockObject&LoggerInterface $logger; + private MockObject & LoggerInterface $logger; - private MockObject&ImagineInterface $imagine; + private MockObject & ImagineInterface $imagine; private AliasGenerator $aliasGenerator; private VariationHandler $decoratedAliasGenerator; - private MockObject&BoxInterface $box; + private MockObject & BoxInterface $box; - private MockObject&ImageInterface $image; + private MockObject & ImageInterface $image; - private MockObject&IOServiceInterface $ioService; + private MockObject & IOServiceInterface $ioService; - private MockObject&VariationPathGenerator $variationPathGenerator; + private MockObject & VariationPathGenerator $variationPathGenerator; protected function setUp(): void { @@ -98,8 +100,10 @@ protected function setUp(): void /** * @dataProvider supportsValueProvider */ - public function testSupportsValue(Value $value, bool $isSupported): void - { + public function testSupportsValue( + Value $value, + bool $isSupported + ): void { self::assertSame($isSupported, $this->aliasGenerator->supportsValue($value)); } @@ -136,7 +140,7 @@ public function testGetVariationWrongValue(): void /** * Test obtaining Image Variation that hasn't been stored yet. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType + * @throws InvalidArgumentType */ public function testGetVariationNotStored(): void { @@ -250,7 +254,7 @@ public function testGetVariationOriginal(): void /** * Test obtaining Image Variation that hasn't been stored yet and has multiple references. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType + * @throws InvalidArgumentType */ public function testGetVariationNotStoredHavingReferences(): void { @@ -321,7 +325,7 @@ public function testGetVariationNotStoredHavingReferences(): void /** * Test obtaining Image Variation that has been stored already. * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType + * @throws InvalidArgumentType */ public function testGetVariationAlreadyStored(): void { @@ -421,7 +425,7 @@ public function testGetVariationInvalidVariation(): void * Prepare required Imagine-related mocks and assert that the Image Variation is as expected. * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ protected function assertImageVariationIsCorrect( string $expectedUrl, diff --git a/tests/bundle/Core/Imagine/BinaryLoaderTest.php b/tests/bundle/Core/Imagine/BinaryLoaderTest.php index feddb12766..7df0e6bc3b 100644 --- a/tests/bundle/Core/Imagine/BinaryLoaderTest.php +++ b/tests/bundle/Core/Imagine/BinaryLoaderTest.php @@ -15,15 +15,16 @@ use Ibexa\Core\IO\Values\MissingBinaryFile; use Liip\ImagineBundle\Exception\Binary\Loader\NotLoadableException; use Liip\ImagineBundle\Model\Binary; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\Mime\MimeTypes; class BinaryLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $ioService; - /** @var \Ibexa\Bundle\Core\Imagine\BinaryLoader */ + /** @var BinaryLoader */ private $binaryLoader; protected function setUp(): void @@ -35,7 +36,7 @@ protected function setUp(): void public function testFindNotFound() { - $this->expectException(\Liip\ImagineBundle\Exception\Binary\Loader\NotLoadableException::class); + $this->expectException(NotLoadableException::class); $path = 'something.jpg'; $this->ioService @@ -49,7 +50,7 @@ public function testFindNotFound() public function testFindMissing() { - $this->expectException(\Liip\ImagineBundle\Exception\Binary\Loader\NotLoadableException::class); + $this->expectException(NotLoadableException::class); $path = 'something.jpg'; $this->ioService diff --git a/tests/bundle/Core/Imagine/Cache/Resolver/ProxyResolverTest.php b/tests/bundle/Core/Imagine/Cache/Resolver/ProxyResolverTest.php index 0f53eea8d3..d424d555c1 100644 --- a/tests/bundle/Core/Imagine/Cache/Resolver/ProxyResolverTest.php +++ b/tests/bundle/Core/Imagine/Cache/Resolver/ProxyResolverTest.php @@ -9,11 +9,12 @@ use Ibexa\Bundle\Core\Imagine\Cache\Resolver\ProxyResolver; use Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ProxyResolverTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject|\Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface */ + /** @var MockObject|ResolverInterface */ private $resolver; /** @var string */ diff --git a/tests/bundle/Core/Imagine/Cache/Resolver/RelativeResolverTest.php b/tests/bundle/Core/Imagine/Cache/Resolver/RelativeResolverTest.php index 1d41a4f323..26f450a574 100644 --- a/tests/bundle/Core/Imagine/Cache/Resolver/RelativeResolverTest.php +++ b/tests/bundle/Core/Imagine/Cache/Resolver/RelativeResolverTest.php @@ -9,11 +9,12 @@ use Ibexa\Bundle\Core\Imagine\Cache\Resolver\RelativeResolver; use Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class RelativeResolverTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject|\Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface */ + /** @var MockObject|ResolverInterface */ private $liipResolver; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Cache/ResolverFactoryTest.php b/tests/bundle/Core/Imagine/Cache/ResolverFactoryTest.php index 32c17cf66c..a47b22ed68 100644 --- a/tests/bundle/Core/Imagine/Cache/ResolverFactoryTest.php +++ b/tests/bundle/Core/Imagine/Cache/ResolverFactoryTest.php @@ -12,17 +12,18 @@ use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Liip\ImagineBundle\Imagine\Cache\Resolver\ProxyResolver; use Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ResolverFactoryTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var MockObject|ConfigResolverInterface */ private $configResolver; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Liip\ImagineBundle\Imagine\Cache\Resolver\ResolverInterface */ + /** @var MockObject|ResolverInterface */ private $resolver; - /** @var \Ibexa\Bundle\Core\Imagine\Cache\ResolverFactory */ + /** @var ResolverFactory */ private $factory; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/AbstractFilterTest.php b/tests/bundle/Core/Imagine/Filter/AbstractFilterTest.php index 4f4ef7ca3f..240e77ee41 100644 --- a/tests/bundle/Core/Imagine/Filter/AbstractFilterTest.php +++ b/tests/bundle/Core/Imagine/Filter/AbstractFilterTest.php @@ -12,7 +12,7 @@ class AbstractFilterTest extends TestCase { - /** @var \Ibexa\Bundle\Core\Imagine\Filter\AbstractFilter */ + /** @var AbstractFilter */ protected $filter; protected function setUp(): void @@ -37,8 +37,10 @@ public function testGetSetOptions() /** * @dataProvider getSetOptionNoDefaulValueProvider */ - public function testGetSetOptionNoDefaultValue($optionName, $value) - { + public function testGetSetOptionNoDefaultValue( + $optionName, + $value + ) { self::assertFalse($this->filter->hasOption($optionName)); self::assertNull($this->filter->getOption($optionName)); $this->filter->setOption($optionName, $value); @@ -61,8 +63,11 @@ public function getSetOptionNoDefaulValueProvider() /** * @dataProvider getSetOptionWithDefaulValueProvider */ - public function testGetSetOptionWithDefaultValue($optionName, $value, $defaultValue) - { + public function testGetSetOptionWithDefaultValue( + $optionName, + $value, + $defaultValue + ) { self::assertFalse($this->filter->hasOption($optionName)); self::assertSame($defaultValue, $this->filter->getOption($optionName, $defaultValue)); $this->filter->setOption($optionName, $value); diff --git a/tests/bundle/Core/Imagine/Filter/FilterConfigurationTest.php b/tests/bundle/Core/Imagine/Filter/FilterConfigurationTest.php index fe9cf8af97..35300fbf32 100644 --- a/tests/bundle/Core/Imagine/Filter/FilterConfigurationTest.php +++ b/tests/bundle/Core/Imagine/Filter/FilterConfigurationTest.php @@ -9,14 +9,15 @@ use Ibexa\Bundle\Core\Imagine\Filter\FilterConfiguration; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class FilterConfigurationTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $configResolver; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\FilterConfiguration */ + /** @var FilterConfiguration */ private $filterConfiguration; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/Loader/BorderFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/BorderFilterLoaderTest.php index 3dc1640763..9aa2e2fefd 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/BorderFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/BorderFilterLoaderTest.php @@ -85,8 +85,11 @@ public function testLoadDefaultColor() /** * @dataProvider loadProvider */ - public function testLoad($thickX, $thickY, $color) - { + public function testLoad( + $thickX, + $thickY, + $color + ) { $image = $this->createMock(ImageInterface::class); $options = [$thickX, $thickY, $color]; diff --git a/tests/bundle/Core/Imagine/Filter/Loader/CropFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/CropFilterLoaderTest.php index e937182c95..c86e31c515 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/CropFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/CropFilterLoaderTest.php @@ -11,14 +11,15 @@ use Imagine\Exception\InvalidArgumentException; use Imagine\Image\ImageInterface; use Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class CropFilterLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $innerLoader; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\Loader\CropFilterLoader */ + /** @var CropFilterLoader */ private $loader; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/Loader/ReduceNoiseFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/ReduceNoiseFilterLoaderTest.php index b4a6eb2942..294fec9ffe 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/ReduceNoiseFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/ReduceNoiseFilterLoaderTest.php @@ -11,14 +11,15 @@ use Ibexa\Bundle\Core\Imagine\Filter\Loader\ReduceNoiseFilterLoader; use Imagine\Exception\NotSupportedException; use Imagine\Image\ImageInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ReduceNoiseFilterLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $filter; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\Loader\ReduceNoiseFilterLoader */ + /** @var ReduceNoiseFilterLoader */ private $loader; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/Loader/ScaleDownOnlyFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/ScaleDownOnlyFilterLoaderTest.php index c120b142ab..ad58b46a5e 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/ScaleDownOnlyFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/ScaleDownOnlyFilterLoaderTest.php @@ -11,14 +11,15 @@ use Imagine\Exception\InvalidArgumentException; use Imagine\Image\ImageInterface; use Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ScaleDownOnlyFilterLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $innerLoader; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\Loader\ScaleDownOnlyFilterLoader */ + /** @var ScaleDownOnlyFilterLoader */ private $loader; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/Loader/ScaleExactFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/ScaleExactFilterLoaderTest.php index 273b6dd972..e4fe78074e 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/ScaleExactFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/ScaleExactFilterLoaderTest.php @@ -11,14 +11,15 @@ use Imagine\Exception\InvalidArgumentException; use Imagine\Image\ImageInterface; use Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ScaleExactFilterLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $innerLoader; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\Loader\ScaleExactFilterLoader */ + /** @var ScaleExactFilterLoader */ private $loader; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/Loader/ScaleFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/ScaleFilterLoaderTest.php index 873eb0d0fc..1939804735 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/ScaleFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/ScaleFilterLoaderTest.php @@ -12,14 +12,15 @@ use Imagine\Image\Box; use Imagine\Image\ImageInterface; use Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ScaleFilterLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $innerLoader; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\Loader\ScaleFilterLoader */ + /** @var ScaleFilterLoader */ private $loader; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/Loader/ScaleHeightDownOnlyFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/ScaleHeightDownOnlyFilterLoaderTest.php index 840cca4006..27ac2760d8 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/ScaleHeightDownOnlyFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/ScaleHeightDownOnlyFilterLoaderTest.php @@ -11,14 +11,15 @@ use Imagine\Exception\InvalidArgumentException; use Imagine\Image\ImageInterface; use Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ScaleHeightDownOnlyFilterLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $innerLoader; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\Loader\ScaleHeightDownOnlyFilterLoader */ + /** @var ScaleHeightDownOnlyFilterLoader */ private $loader; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/Loader/ScaleHeightFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/ScaleHeightFilterLoaderTest.php index 9b36149c03..e6e0157b04 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/ScaleHeightFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/ScaleHeightFilterLoaderTest.php @@ -11,14 +11,15 @@ use Imagine\Exception\InvalidArgumentException; use Imagine\Image\ImageInterface; use Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ScaleHeightFilterLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $innerLoader; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\Loader\ScaleHeightFilterLoader */ + /** @var ScaleHeightFilterLoader */ private $loader; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/Loader/ScalePercentFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/ScalePercentFilterLoaderTest.php index 762ec807e8..b8f9ce7f1d 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/ScalePercentFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/ScalePercentFilterLoaderTest.php @@ -12,14 +12,15 @@ use Imagine\Image\Box; use Imagine\Image\ImageInterface; use Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ScalePercentFilterLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $innerLoader; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\Loader\ScalePercentFilterLoader */ + /** @var ScalePercentFilterLoader */ private $loader; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/Loader/ScaleWidthDownOnlyFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/ScaleWidthDownOnlyFilterLoaderTest.php index 4ad49d493d..642d3f4ade 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/ScaleWidthDownOnlyFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/ScaleWidthDownOnlyFilterLoaderTest.php @@ -11,14 +11,15 @@ use Imagine\Exception\InvalidArgumentException; use Imagine\Image\ImageInterface; use Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ScaleWidthDownOnlyFilterLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $innerLoader; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\Loader\ScaleWidthDownOnlyFilterLoader */ + /** @var ScaleWidthDownOnlyFilterLoader */ private $loader; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/Loader/ScaleWidthFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/ScaleWidthFilterLoaderTest.php index 78fb82b9e0..b7bbd5e33c 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/ScaleWidthFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/ScaleWidthFilterLoaderTest.php @@ -11,14 +11,15 @@ use Imagine\Exception\InvalidArgumentException; use Imagine\Image\ImageInterface; use Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ScaleWidthFilterLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $innerLoader; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\Loader\ScaleWidthFilterLoader */ + /** @var ScaleWidthFilterLoader */ private $loader; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/Filter/Loader/SwirlFilterLoaderTest.php b/tests/bundle/Core/Imagine/Filter/Loader/SwirlFilterLoaderTest.php index 4af693b48b..b0baf48ce1 100644 --- a/tests/bundle/Core/Imagine/Filter/Loader/SwirlFilterLoaderTest.php +++ b/tests/bundle/Core/Imagine/Filter/Loader/SwirlFilterLoaderTest.php @@ -10,14 +10,15 @@ use Ibexa\Bundle\Core\Imagine\Filter\FilterInterface; use Ibexa\Bundle\Core\Imagine\Filter\Loader\SwirlFilterLoader; use Imagine\Image\ImageInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class SwirlFilterLoaderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $filter; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\Loader\SwirlFilterLoader */ + /** @var SwirlFilterLoader */ private $loader; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/IORepositoryResolverTest.php b/tests/bundle/Core/Imagine/IORepositoryResolverTest.php index 61500f4de5..eab441c522 100644 --- a/tests/bundle/Core/Imagine/IORepositoryResolverTest.php +++ b/tests/bundle/Core/Imagine/IORepositoryResolverTest.php @@ -64,8 +64,11 @@ protected function setUp(): void /** * @dataProvider getFilePathProvider */ - public function testGetFilePath(string $path, string $filter, string $expected): void - { + public function testGetFilePath( + string $path, + string $filter, + string $expected + ): void { $this->variationPathGenerator ->expects(self::once()) ->method('getVariationPath') @@ -132,8 +135,13 @@ public function testIsStoredImageDoesntExist(): void /** * @dataProvider resolveProvider */ - public function testResolve(string $path, string $filter, string $variationPath, ?string $requestUrl, mixed $expected): void - { + public function testResolve( + string $path, + string $filter, + string $variationPath, + ?string $requestUrl, + mixed $expected + ): void { if ($requestUrl) { $this->requestContext->fromRequest(Request::create($requestUrl)); } @@ -279,8 +287,10 @@ public function getDataForTestRemove(): iterable * @param string[] $filters * @param array $imageVariations */ - public function testRemove(array $filters, array $imageVariations): void - { + public function testRemove( + array $filters, + array $imageVariations + ): void { $originalPath = 'foo/bar/test.jpg'; $this->configResolver diff --git a/tests/bundle/Core/Imagine/ImageAsset/AliasGeneratorTest.php b/tests/bundle/Core/Imagine/ImageAsset/AliasGeneratorTest.php index dac3ff147d..ceecb278db 100644 --- a/tests/bundle/Core/Imagine/ImageAsset/AliasGeneratorTest.php +++ b/tests/bundle/Core/Imagine/ImageAsset/AliasGeneratorTest.php @@ -15,29 +15,31 @@ use Ibexa\Contracts\Core\Variation\VariationHandler; use Ibexa\Core\FieldType\Image; use Ibexa\Core\FieldType\ImageAsset; +use Ibexa\Core\FieldType\ImageAsset\AssetMapper; use Ibexa\Core\Repository\Values\Content\Content; use Ibexa\Core\Repository\Values\Content\VersionInfo; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class AliasGeneratorTest extends TestCase { - /** @var \Ibexa\Bundle\Core\Imagine\ImageAsset\AliasGenerator */ + /** @var AliasGenerator */ private $aliasGenerator; - /** @var \Ibexa\Contracts\Core\Variation\VariationHandler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var VariationHandler|MockObject */ private $innerAliasGenerator; - /** @var \Ibexa\Contracts\Core\Repository\ContentService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ContentService|MockObject */ private $contentService; - /** @var \Ibexa\Core\FieldType\ImageAsset\AssetMapper|\PHPUnit\Framework\MockObject\MockObject */ + /** @var AssetMapper|MockObject */ private $assetMapper; protected function setUp(): void { $this->innerAliasGenerator = $this->createMock(VariationHandler::class); $this->contentService = $this->createMock(ContentService::class); - $this->assetMapper = $this->createMock(ImageAsset\AssetMapper::class); + $this->assetMapper = $this->createMock(AssetMapper::class); $this->aliasGenerator = new AliasGenerator( $this->innerAliasGenerator, diff --git a/tests/bundle/Core/Imagine/PlaceholderAliasGeneratorTest.php b/tests/bundle/Core/Imagine/PlaceholderAliasGeneratorTest.php index 92a097e089..f6a61d87cb 100644 --- a/tests/bundle/Core/Imagine/PlaceholderAliasGeneratorTest.php +++ b/tests/bundle/Core/Imagine/PlaceholderAliasGeneratorTest.php @@ -24,23 +24,24 @@ use Ibexa\Core\IO\Values\BinaryFileCreateStruct; use Ibexa\Core\Repository\Values\Content\VersionInfo; use Liip\ImagineBundle\Exception\Imagine\Cache\Resolver\NotResolvableException; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class PlaceholderAliasGeneratorTest extends TestCase { - /** @var \Ibexa\Bundle\Core\Imagine\PlaceholderAliasGenerator */ + /** @var PlaceholderAliasGenerator */ private $aliasGenerator; - /** @var \Ibexa\Contracts\Core\Variation\VariationHandler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var VariationHandler|MockObject */ private $innerAliasGenerator; - /** @var \Ibexa\Core\IO\IOServiceInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var IOServiceInterface|MockObject */ private $ioService; - /** @var \Ibexa\Bundle\Core\Imagine\IORepositoryResolver|\PHPUnit\Framework\MockObject\MockObject */ + /** @var IORepositoryResolver|MockObject */ private $ioResolver; - /** @var \Ibexa\Bundle\Core\Imagine\PlaceholderProvider|\PHPUnit\Framework\MockObject\MockObject */ + /** @var PlaceholderProvider|MockObject */ private $placeholderProvider; /** @var array */ @@ -83,8 +84,12 @@ public function testGetVariationWrongValue() /** * @dataProvider getVariationProvider */ - public function testGetVariationSkipsPlaceholderGeneration(Field $field, APIVersionInfo $versionInfo, string $variationName, array $parameters) - { + public function testGetVariationSkipsPlaceholderGeneration( + Field $field, + APIVersionInfo $versionInfo, + string $variationName, + array $parameters + ) { $expectedVariation = $this->createMock(ImageVariation::class); $this->ioResolver @@ -116,8 +121,12 @@ public function testGetVariationSkipsPlaceholderGeneration(Field $field, APIVers /** * @dataProvider getVariationProvider */ - public function testGetVariationOriginalFound(Field $field, APIVersionInfo $versionInfo, string $variationName, array $parameters) - { + public function testGetVariationOriginalFound( + Field $field, + APIVersionInfo $versionInfo, + string $variationName, + array $parameters + ) { $expectedVariation = $this->createMock(ImageVariation::class); $this->ioResolver @@ -149,8 +158,12 @@ public function testGetVariationOriginalFound(Field $field, APIVersionInfo $vers /** * @dataProvider getVariationProvider */ - public function testGetVariationOriginalNotFound(Field $field, APIVersionInfo $versionInfo, string $variationName, array $parameters) - { + public function testGetVariationOriginalNotFound( + Field $field, + APIVersionInfo $versionInfo, + string $variationName, + array $parameters + ) { $placeholderPath = '/tmp/placeholder.jpg'; $binaryCreateStruct = new BinaryFileCreateStruct(); $expectedVariation = $this->createMock(ImageVariation::class); @@ -274,8 +287,10 @@ public function testGetVariationReturnsPlaceholderIfBinaryDataIsNotAvailable( /** * @dataProvider supportsValueProvider */ - public function testSupportsValue(Value $value, bool $isSupported) - { + public function testSupportsValue( + Value $value, + bool $isSupported + ) { self::assertSame($isSupported, $this->aliasGenerator->supportsValue($value)); } diff --git a/tests/bundle/Core/Imagine/PlaceholderProvider/GenericProviderTest.php b/tests/bundle/Core/Imagine/PlaceholderProvider/GenericProviderTest.php index def720c8ad..e733f89f04 100644 --- a/tests/bundle/Core/Imagine/PlaceholderProvider/GenericProviderTest.php +++ b/tests/bundle/Core/Imagine/PlaceholderProvider/GenericProviderTest.php @@ -22,15 +22,22 @@ class GenericProviderTest extends TestCase /** * @dataProvider getPlaceholderDataProvider */ - public function testGetPlaceholder(ImageValue $value, $expectedText, array $options = []) - { + public function testGetPlaceholder( + ImageValue $value, + $expectedText, + array $options = [] + ) { $font = $this->createMock(AbstractFont::class); $imagine = $this->createMock(ImagineInterface::class); $imagine ->expects(self::atLeastOnce()) ->method('font') - ->willReturnCallback(function ($fontpath, $fontsize, ColorInterface $foreground) use ($options, $font) { + ->willReturnCallback(function ( + $fontpath, + $fontsize, + ColorInterface $foreground + ) use ($options, $font) { $this->assertEquals($options['fontpath'], $fontpath); $this->assertEquals($options['fontsize'], $fontsize); $this->assertColorEquals($options['foreground'], $foreground); @@ -48,7 +55,10 @@ public function testGetPlaceholder(ImageValue $value, $expectedText, array $opti $imagine ->expects(self::atLeastOnce()) ->method('create') - ->willReturnCallback(function (BoxInterface $size, ColorInterface $background) use ($value, $options, $image) { + ->willReturnCallback(function ( + BoxInterface $size, + ColorInterface $background + ) use ($value, $options, $image) { $this->assertSizeEquals([$value->width, $value->height], $size); $this->assertColorEquals($options['background'], $background); @@ -91,14 +101,18 @@ public function getPlaceholderDataProvider() ]; } - private function assertSizeEquals(array $expected, BoxInterface $actual) - { + private function assertSizeEquals( + array $expected, + BoxInterface $actual + ) { self::assertEquals($expected[0], $actual->getWidth()); self::assertEquals($expected[1], $actual->getHeight()); } - private function assertColorEquals($expected, ColorInterface $actual) - { + private function assertColorEquals( + $expected, + ColorInterface $actual + ) { self::assertEquals(strtolower($expected), strtolower((string)$actual)); } } diff --git a/tests/bundle/Core/Imagine/VariationPathGenerator/WebpFormatVariationPathGeneratorTest.php b/tests/bundle/Core/Imagine/VariationPathGenerator/WebpFormatVariationPathGeneratorTest.php index d12c11c382..ebf662b2ca 100644 --- a/tests/bundle/Core/Imagine/VariationPathGenerator/WebpFormatVariationPathGeneratorTest.php +++ b/tests/bundle/Core/Imagine/VariationPathGenerator/WebpFormatVariationPathGeneratorTest.php @@ -16,9 +16,9 @@ final class WebpFormatVariationPathGeneratorTest extends TestCase { - private VariationPathGenerator&MockObject $innerVariationPathGenerator; + private VariationPathGenerator & MockObject $innerVariationPathGenerator; - /** @var \Ibexa\Bundle\Core\Imagine\Filter\FilterConfiguration|\PHPUnit\Framework\MockObject\MockObject */ + /** @var FilterConfiguration|MockObject */ private FilterConfiguration $filterConfiguration; protected function setUp(): void diff --git a/tests/bundle/Core/Imagine/VariationPurger/ImageFileVariationPurgerTest.php b/tests/bundle/Core/Imagine/VariationPurger/ImageFileVariationPurgerTest.php index 1310c7980d..3edfce9b6e 100644 --- a/tests/bundle/Core/Imagine/VariationPurger/ImageFileVariationPurgerTest.php +++ b/tests/bundle/Core/Imagine/VariationPurger/ImageFileVariationPurgerTest.php @@ -117,8 +117,7 @@ public function testDoesNotPurgeNotExistingItem(): void */ private function createPurger(array $fileList): ImageFileVariationPurger { - $imageFileList = new class($fileList) extends ArrayIterator implements ImageFileList { - }; + $imageFileList = new class($fileList) extends ArrayIterator implements ImageFileList {}; return new ImageFileVariationPurger($imageFileList, $this->ioServiceMock, $this->pathGeneratorMock); } diff --git a/tests/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileListTest.php b/tests/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileListTest.php index df0ae13b76..60a48022cd 100644 --- a/tests/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileListTest.php +++ b/tests/bundle/Core/Imagine/VariationPurger/LegacyStorageImageFileListTest.php @@ -20,7 +20,7 @@ */ final class LegacyStorageImageFileListTest extends TestCase { - protected ImageFileRowReader&MockObject $rowReaderMock; + protected ImageFileRowReader & MockObject $rowReaderMock; protected LegacyStorageImageFileList $fileList; diff --git a/tests/bundle/Core/Matcher/ServiceAwareMatcherFactoryTest.php b/tests/bundle/Core/Matcher/ServiceAwareMatcherFactoryTest.php index faf21dd3e1..a76ab71b83 100644 --- a/tests/bundle/Core/Matcher/ServiceAwareMatcherFactoryTest.php +++ b/tests/bundle/Core/Matcher/ServiceAwareMatcherFactoryTest.php @@ -14,6 +14,7 @@ use Ibexa\Core\MVC\Symfony\View\ContentView; use Ibexa\Core\MVC\Symfony\View\View; use Ibexa\Core\Repository\Repository; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -23,10 +24,10 @@ */ final class ServiceAwareMatcherFactoryTest extends TestCase { - /** @var \Ibexa\Contracts\Core\MVC\View\ViewMatcherRegistryInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var ViewMatcherRegistryInterface&MockObject */ private ViewMatcherRegistryInterface $viewMatcherRegistryMock; - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ViewMatcherInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var ViewMatcherInterface&MockObject */ private ViewMatcherInterface $matcherMock; protected function setUp(): void @@ -50,7 +51,7 @@ protected function setUp(): void } /** - * @phpstan-return iterable + * @phpstan-return iterable */ public function getDataForTestMatch(): iterable { @@ -88,8 +89,11 @@ public function getDataForTestMatch(): iterable * * @phpstan-param TMatchConfigArray $matchConfig */ - public function testMatch(View $view, array $matchConfig, string $matchedConfigValue): void - { + public function testMatch( + View $view, + array $matchConfig, + string $matchedConfigValue + ): void { $serviceMatcherFactory = new ServiceAwareMatcherFactory( $this->viewMatcherRegistryMock, $this->createMock(Repository::class), diff --git a/tests/bundle/Core/Matcher/ViewMatcherRegistryTest.php b/tests/bundle/Core/Matcher/ViewMatcherRegistryTest.php index b9e8e58fe3..0deb7c2edc 100644 --- a/tests/bundle/Core/Matcher/ViewMatcherRegistryTest.php +++ b/tests/bundle/Core/Matcher/ViewMatcherRegistryTest.php @@ -20,7 +20,7 @@ final class ViewMatcherRegistryTest extends TestCase private const MATCHER_NAME = 'test_matcher'; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function testGetMatcher(): void { @@ -31,7 +31,7 @@ public function testGetMatcher(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function testSetMatcher(): void { @@ -44,7 +44,7 @@ public function testSetMatcher(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function testSetMatcherOverride(): void { diff --git a/tests/bundle/Core/Routing/DefaultRouterTest.php b/tests/bundle/Core/Routing/DefaultRouterTest.php index cd3a45a3a3..f947e37d55 100644 --- a/tests/bundle/Core/Routing/DefaultRouterTest.php +++ b/tests/bundle/Core/Routing/DefaultRouterTest.php @@ -12,6 +12,7 @@ use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest; use Ibexa\Core\MVC\Symfony\SiteAccess; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use ReflectionObject; use Symfony\Component\DependencyInjection\ContainerInterface; @@ -22,13 +23,13 @@ class DefaultRouterTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject|\Symfony\Component\DependencyInjection\ContainerInterface */ + /** @var MockObject|ContainerInterface */ protected $container; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var MockObject|ConfigResolverInterface */ protected $configResolver; - /** @var \Symfony\Component\Routing\RequestContext */ + /** @var RequestContext */ protected $requestContext; protected function setUp(): void @@ -40,7 +41,7 @@ protected function setUp(): void } /** - * @return class-string<\Ibexa\Bundle\Core\Routing\DefaultRouter> + * @return class-string */ protected function getRouterClass(): string { @@ -50,11 +51,11 @@ protected function getRouterClass(): string /** * @param array $mockedMethods * - * @return \PHPUnit\Framework\MockObject\MockObject&\Ibexa\Bundle\Core\Routing\DefaultRouter + * @return MockObject&DefaultRouter */ protected function generateRouter(array $mockedMethods = []) { - /** @var \PHPUnit\Framework\MockObject\MockObject&\Ibexa\Bundle\Core\Routing\DefaultRouter $router */ + /** @var MockObject&DefaultRouter $router */ $router = $this ->getMockBuilder($this->getRouterClass()) ->setConstructorArgs([$this->container, 'foo', [], $this->requestContext]) @@ -72,7 +73,7 @@ public function testMatchRequestWithSemanticPathinfo() $request = Request::create($pathinfo); $request->attributes->set('semanticPathinfo', $semanticPathinfo); - /** @var \PHPUnit\Framework\MockObject\MockObject&\Ibexa\Bundle\Core\Routing\DefaultRouter $router */ + /** @var MockObject&DefaultRouter $router */ $router = $this->generateRouter(['getMatcher']); $matchedParameters = ['_controller' => 'AcmeBundle:myAction']; @@ -99,7 +100,7 @@ public function testMatchRequestRegularPathinfo() $this->configResolver->expects(self::never())->method('getParameter'); - /** @var \PHPUnit\Framework\MockObject\MockObject&\Ibexa\Bundle\Core\Routing\DefaultRouter $router */ + /** @var MockObject&DefaultRouter $router */ $router = $this->generateRouter(['getMatcher']); $matcher = $this->createMock(UrlMatcherInterface::class); @@ -128,7 +129,7 @@ public function testGenerateNoSiteAccess($url) ->with(__METHOD__) ->willReturn($url); - /** @var \Ibexa\Bundle\Core\Routing\DefaultRouter&\PHPUnit\Framework\MockObject\MockObject $router */ + /** @var DefaultRouter&MockObject $router */ $router = $this->generateRouter(['getGenerator']); $router ->expects(self::any()) @@ -159,8 +160,15 @@ public function providerGenerateNoSiteAccess() * @param int $referenceType The type of reference to be generated (one of the constants) * @param string $routeName */ - public function testGenerateWithSiteAccess($urlGenerated, $relevantUri, $expectedUrl, $saName, $isMatcherLexer, $referenceType, $routeName) - { + public function testGenerateWithSiteAccess( + $urlGenerated, + $relevantUri, + $expectedUrl, + $saName, + $isMatcherLexer, + $referenceType, + $routeName + ) { $routeName = $routeName ?: __METHOD__; $nonSiteAccessAwareRoutes = ['_dontwantsiteaccess']; $generator = $this->createMock(UrlGeneratorInterface::class); @@ -170,7 +178,7 @@ public function testGenerateWithSiteAccess($urlGenerated, $relevantUri, $expecte ->with($routeName) ->willReturn($urlGenerated); - /** @var \Ibexa\Bundle\Core\Routing\DefaultRouter&\PHPUnit\Framework\MockObject\MockObject $router */ + /** @var DefaultRouter&MockObject $router */ $router = $this->generateRouter(['getGenerator']); $router ->expects(self::any()) diff --git a/tests/bundle/Core/Routing/JsRouting/ExposedRoutesExtractorTest.php b/tests/bundle/Core/Routing/JsRouting/ExposedRoutesExtractorTest.php index 4ab16993e8..4d2818b596 100644 --- a/tests/bundle/Core/Routing/JsRouting/ExposedRoutesExtractorTest.php +++ b/tests/bundle/Core/Routing/JsRouting/ExposedRoutesExtractorTest.php @@ -61,8 +61,10 @@ public function getDataForTestGetBaseUrl(): iterable /** * @dataProvider getDataForTestGetBaseUrl */ - public function testGetBaseUrl(?Request $masterRequest, string $expectedBaseUrl): void - { + public function testGetBaseUrl( + ?Request $masterRequest, + string $expectedBaseUrl + ): void { $innerExtractor = $this->createMock(ExposedRoutesExtractorInterface::class); $requestStack = $this->createMock(RequestStack::class); diff --git a/tests/bundle/Core/Routing/UrlAliasRouterTest.php b/tests/bundle/Core/Routing/UrlAliasRouterTest.php index e3eb1d401e..e2420b64e3 100644 --- a/tests/bundle/Core/Routing/UrlAliasRouterTest.php +++ b/tests/bundle/Core/Routing/UrlAliasRouterTest.php @@ -18,12 +18,13 @@ use Ibexa\Core\MVC\Symfony\View\Manager as ViewManager; use Ibexa\Core\Repository\Values\Content\Location; use Ibexa\Tests\Core\MVC\Symfony\Routing\UrlAliasRouterTest as BaseUrlAliasRouterTest; +use PHPUnit\Framework\MockObject\MockObject; use Symfony\Component\Routing\Exception\ResourceNotFoundException; use Symfony\Component\Routing\RequestContext; class UrlAliasRouterTest extends BaseUrlAliasRouterTest { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $configResolver; protected function setUp(): void @@ -44,8 +45,13 @@ protected function setUp(): void parent::setUp(); } - protected function getRouter(LocationService $locationService, URLAliasService $urlAliasService, ContentService $contentService, UrlAliasGenerator $urlAliasGenerator, RequestContext $requestContext) - { + protected function getRouter( + LocationService $locationService, + URLAliasService $urlAliasService, + ContentService $contentService, + UrlAliasGenerator $urlAliasGenerator, + RequestContext $requestContext + ) { $router = new UrlAliasRouter($locationService, $urlAliasService, $contentService, $urlAliasGenerator, $requestContext); $router->setConfigResolver($this->configResolver); @@ -373,7 +379,7 @@ public function testMatchRequestWithRootLocationAndExclusion() $urlAlias = new URLAlias( [ 'path' => $pathInfo, - 'type' => UrlAlias::LOCATION, + 'type' => URLAlias::LOCATION, 'destination' => $destinationId, 'isHistory' => false, ] diff --git a/tests/bundle/Core/SiteAccess/Config/IOConfigResolverTest.php b/tests/bundle/Core/SiteAccess/Config/IOConfigResolverTest.php index cf6b8a1586..b79b294331 100644 --- a/tests/bundle/Core/SiteAccess/Config/IOConfigResolverTest.php +++ b/tests/bundle/Core/SiteAccess/Config/IOConfigResolverTest.php @@ -13,6 +13,7 @@ use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessService; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -22,10 +23,10 @@ class IOConfigResolverTest extends TestCase { private const DEFAULT_NAMESPACE = 'ibexa.site_access.config'; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ConfigResolverInterface|MockObject */ private $configResolver; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var SiteAccessService|MockObject */ private $siteAccessService; protected function setUp(): void diff --git a/tests/bundle/Core/SiteAccess/MatcherBuilderTest.php b/tests/bundle/Core/SiteAccess/MatcherBuilderTest.php index 66bc2bebab..59419ab79f 100644 --- a/tests/bundle/Core/SiteAccess/MatcherBuilderTest.php +++ b/tests/bundle/Core/SiteAccess/MatcherBuilderTest.php @@ -12,6 +12,7 @@ use Ibexa\Bundle\Core\SiteAccess\SiteAccessMatcherRegistryInterface; use Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest; use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -19,7 +20,7 @@ */ class MatcherBuilderTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $siteAccessMatcherRegistry; protected function setUp(): void diff --git a/tests/bundle/Core/URLChecker/URLCheckerTest.php b/tests/bundle/Core/URLChecker/URLCheckerTest.php index e0d6be90ec..6f95ab020e 100644 --- a/tests/bundle/Core/URLChecker/URLCheckerTest.php +++ b/tests/bundle/Core/URLChecker/URLCheckerTest.php @@ -15,18 +15,19 @@ use Ibexa\Contracts\Core\Repository\Values\URL\URL; use Ibexa\Contracts\Core\Repository\Values\URL\URLQuery; use Ibexa\Contracts\Core\Repository\Values\URL\URLUpdateStruct; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Psr\Log\LoggerInterface; class URLCheckerTest extends TestCase { - /** @var \Ibexa\Contracts\Core\Repository\URLService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var URLService|MockObject */ private $urlService; - /** @var \Ibexa\Bundle\Core\URLChecker\URLHandlerRegistryInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var URLHandlerRegistryInterface|MockObject */ private $handlerRegistry; - /** @var \Psr\Log\LoggerInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var LoggerInterface|MockObject */ private $logger; protected function setUp(): void @@ -136,8 +137,10 @@ private function createSearchResults(array &$urls) ]); } - private function createGroupedUrls(array $schemes, $n = 10) - { + private function createGroupedUrls( + array $schemes, + $n = 10 + ) { $results = []; foreach ($schemes as $i => $scheme) { @@ -154,7 +157,7 @@ private function createGroupedUrls(array $schemes, $n = 10) } /** - * @return \Ibexa\Bundle\Core\URLChecker\URLChecker + * @return URLChecker */ private function createUrlChecker() { diff --git a/tests/bundle/Core/ValueResolver/ContentValueResolverTest.php b/tests/bundle/Core/ValueResolver/ContentValueResolverTest.php index fdc46a07cf..874c0f9715 100644 --- a/tests/bundle/Core/ValueResolver/ContentValueResolverTest.php +++ b/tests/bundle/Core/ValueResolver/ContentValueResolverTest.php @@ -20,7 +20,7 @@ final class ContentValueResolverTest extends TestCase { private ContentValueResolver $resolver; - private MockObject&ContentService $contentServiceMock; + private MockObject & ContentService $contentServiceMock; protected function setUp(): void { diff --git a/tests/bundle/Core/ValueResolver/LocationValueResolverTest.php b/tests/bundle/Core/ValueResolver/LocationValueResolverTest.php index 692aa36727..05f33cb10b 100644 --- a/tests/bundle/Core/ValueResolver/LocationValueResolverTest.php +++ b/tests/bundle/Core/ValueResolver/LocationValueResolverTest.php @@ -22,9 +22,9 @@ final class LocationValueResolverTest extends TestCase { private LocationValueResolver $resolver; - private MockObject&LocationService $locationServiceMock; + private MockObject & LocationService $locationServiceMock; - private MockObject&ContentPreviewHelper $contentPreviewHelperMock; + private MockObject & ContentPreviewHelper $contentPreviewHelperMock; protected function setUp(): void { diff --git a/tests/bundle/Debug/Collector/IbexaCoreCollectorTest.php b/tests/bundle/Debug/Collector/IbexaCoreCollectorTest.php index 01cda5dd7e..fd8518fdb1 100644 --- a/tests/bundle/Debug/Collector/IbexaCoreCollectorTest.php +++ b/tests/bundle/Debug/Collector/IbexaCoreCollectorTest.php @@ -9,6 +9,7 @@ use Exception; use Ibexa\Bundle\Debug\Collector\IbexaCoreCollector; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; @@ -16,7 +17,7 @@ class IbexaCoreCollectorTest extends TestCase { - /** @var \Ibexa\Bundle\Debug\Collector\IbexaCoreCollector */ + /** @var IbexaCoreCollector */ private $mainCollector; protected function setUp(): void @@ -150,7 +151,7 @@ public function testCollect() $response = new Response(); $exception = new Exception(); - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ foreach ($allCollectors as $name => $collector) { $this->mainCollector->addCollector($collector); $collector diff --git a/tests/bundle/IO/BinaryStreamResponseTest.php b/tests/bundle/IO/BinaryStreamResponseTest.php index 1ebc485080..4664280e21 100644 --- a/tests/bundle/IO/BinaryStreamResponseTest.php +++ b/tests/bundle/IO/BinaryStreamResponseTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Bundle\IO; use Ibexa\Bundle\IO\BinaryStreamResponse; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\IO\IOServiceInterface; use Ibexa\Core\IO\Values\BinaryFile; use PHPUnit\Framework\MockObject\MockObject; @@ -21,7 +22,7 @@ final class BinaryStreamResponseTest extends TestCase { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testSendContent(): void { diff --git a/tests/bundle/IO/EventListener/StreamFileListenerTest.php b/tests/bundle/IO/EventListener/StreamFileListenerTest.php index 9c5b59a7de..70b09c9747 100644 --- a/tests/bundle/IO/EventListener/StreamFileListenerTest.php +++ b/tests/bundle/IO/EventListener/StreamFileListenerTest.php @@ -11,6 +11,7 @@ use DateTime; use Ibexa\Bundle\IO\BinaryStreamResponse; use Ibexa\Bundle\IO\EventListener\StreamFileListener; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Core\IO\IOConfigProvider; use Ibexa\Core\IO\IOServiceInterface; use Ibexa\Core\IO\Values\BinaryFile; @@ -41,7 +42,7 @@ protected function setUp(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testDoesNotRespondToNonIoUri(): void { @@ -59,7 +60,7 @@ public function testDoesNotRespondToNonIoUri(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testDoesNotRespondToNoIoRequest(): void { @@ -77,7 +78,7 @@ public function testDoesNotRespondToNoIoRequest(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testRespondsToIoUri(): void { @@ -89,7 +90,7 @@ public function testRespondsToIoUri(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testRespondsToIoRequest(): void { @@ -108,8 +109,10 @@ private function configureIoUrlPrefix(string $urlPrefix): void ->willReturn($urlPrefix); } - protected function createRequest(string $semanticPath, string $host = 'localhost'): Request - { + protected function createRequest( + string $semanticPath, + string $host = 'localhost' + ): Request { $request = Request::create(sprintf('http://%s%s', $host, $semanticPath)); $request->attributes->set('semanticPathinfo', $semanticPath); @@ -126,10 +129,13 @@ protected function createEvent(Request $request): RequestEvent } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ - private function assertOnKernelRequestResponse(Request $request, string $urlPrefix, string $binaryFileUri): void - { + private function assertOnKernelRequestResponse( + Request $request, + string $urlPrefix, + string $binaryFileUri + ): void { $this->configureIoUrlPrefix($urlPrefix); $event = $this->createEvent($request); diff --git a/tests/bundle/IO/Migration/FileMigratorTest.php b/tests/bundle/IO/Migration/FileMigratorTest.php index 3fdf38ffa5..0bcb37d660 100644 --- a/tests/bundle/IO/Migration/FileMigratorTest.php +++ b/tests/bundle/IO/Migration/FileMigratorTest.php @@ -23,17 +23,17 @@ */ final class FileMigratorTest extends TestCase { - /** @var \Ibexa\Bundle\IO\ApiLoader\HandlerRegistry<\Ibexa\Core\IO\IOMetadataHandler>&\PHPUnit\Framework\MockObject\MockObject */ + /** @var HandlerRegistry&MockObject */ private HandlerRegistry & MockObject $metadataHandlerRegistry; - /** @var \Ibexa\Bundle\IO\ApiLoader\HandlerRegistry<\Ibexa\Core\IO\IOBinarydataHandler>&\PHPUnit\Framework\MockObject\MockObject */ + /** @var HandlerRegistry&MockObject */ private HandlerRegistry & MockObject $binaryHandlerRegistry; private FileMigrator $fileMigrator; private Flysystem & MockObject $metadataFlysystem; - private IOMetadataHandler\LegacyDFSCluster&MockObject $metadataLegacyDFSCluster; + private IOMetadataHandler\LegacyDFSCluster & MockObject $metadataLegacyDFSCluster; private IOBinarydataHandler & MockObject $binaryFlysystemFrom; diff --git a/tests/integration/Core/BaseCoreFieldTypeIntegrationTestCase.php b/tests/integration/Core/BaseCoreFieldTypeIntegrationTestCase.php index 15d32d7ba6..4fd748c2f9 100644 --- a/tests/integration/Core/BaseCoreFieldTypeIntegrationTestCase.php +++ b/tests/integration/Core/BaseCoreFieldTypeIntegrationTestCase.php @@ -31,7 +31,7 @@ public static function setUpBeforeClass(): void /** * Return the database connection from the service container. * - * @return \Doctrine\DBAL\Connection|object + * @return Connection|object */ protected function getDatabaseConnection(): Connection { diff --git a/tests/integration/Core/BaseGatewayTestCase.php b/tests/integration/Core/BaseGatewayTestCase.php index 930be3205f..a0264f24b6 100644 --- a/tests/integration/Core/BaseGatewayTestCase.php +++ b/tests/integration/Core/BaseGatewayTestCase.php @@ -8,12 +8,13 @@ namespace Ibexa\Tests\Integration\Core; +use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy; use Ibexa\Tests\Integration\Core\Repository\BaseTestCase; abstract class BaseGatewayTestCase extends BaseTestCase { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ protected $repository; protected function setUp(): void diff --git a/tests/integration/Core/BinaryBase/BinaryBaseStorage/BinaryBaseStorageGatewayTest.php b/tests/integration/Core/BinaryBase/BinaryBaseStorage/BinaryBaseStorageGatewayTest.php index a21405b46e..c39f717128 100644 --- a/tests/integration/Core/BinaryBase/BinaryBaseStorage/BinaryBaseStorageGatewayTest.php +++ b/tests/integration/Core/BinaryBase/BinaryBaseStorage/BinaryBaseStorageGatewayTest.php @@ -59,14 +59,14 @@ public function testStoreFileReference(): void $field->versionNo = 1; $field->value = new FieldValue([ 'externalData' => [ - 'id' => 'image/809c753a26e11f363cd8c14d824d162a.jpg', - 'path' => '/tmp/phpR4tNSI', - 'inputUri' => '/tmp/phpR4tNSI', - 'fileName' => '1.jpg', - 'fileSize' => '372949', - 'mimeType' => 'image/jpg', - 'uri' => '/admin/content/download/75/320?version=1', - 'downloadCount' => 0, + 'id' => 'image/809c753a26e11f363cd8c14d824d162a.jpg', + 'path' => '/tmp/phpR4tNSI', + 'inputUri' => '/tmp/phpR4tNSI', + 'fileName' => '1.jpg', + 'fileSize' => '372949', + 'mimeType' => 'image/jpg', + 'uri' => '/admin/content/download/75/320?version=1', + 'downloadCount' => 0, ], ]); diff --git a/tests/integration/Core/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php b/tests/integration/Core/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php index ecc2247e5d..2136d5c732 100644 --- a/tests/integration/Core/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php +++ b/tests/integration/Core/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php @@ -26,18 +26,18 @@ class BinaryBaseStorageTest extends BaseCoreFieldTypeIntegrationTestCase { - /** @var \Ibexa\Core\FieldType\BinaryBase\BinaryBaseStorage\Gateway|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Gateway|MockObject */ protected $gateway; - protected PathGeneratorInterface&MockObject $pathGeneratorMock; + protected PathGeneratorInterface & MockObject $pathGeneratorMock; - /** @var \Ibexa\Core\IO\IOServiceInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var IOServiceInterface|MockObject */ protected $ioServiceMock; - /** @var \Ibexa\Core\FieldType\BinaryBase\BinaryBaseStorage|\PHPUnit\Framework\MockObject\MockObject */ + /** @var BinaryBaseStorage|MockObject */ protected $storage; - /** @var \Ibexa\Core\FieldType\Validator\FileExtensionBlackListValidator&\PHPUnit\Framework\MockObject\MockObject */ + /** @var FileExtensionBlackListValidator&MockObject */ protected $fileExtensionBlackListValidatorMock; protected function setUp(): void @@ -77,8 +77,10 @@ public function testHasFieldData(): void /** * @dataProvider providerOfFieldData */ - public function testStoreFieldData(VersionInfo $versionInfo, Field $field): void - { + public function testStoreFieldData( + VersionInfo $versionInfo, + Field $field + ): void { $binaryFileIdentifier = 'qwerty12345'; $binaryFileCreateStruct = new BinaryFileCreateStruct([ 'id' => $binaryFileIdentifier, @@ -113,8 +115,10 @@ public function testStoreFieldData(VersionInfo $versionInfo, Field $field): void * * @dataProvider providerOfFieldData */ - public function testCopyLegacyField(VersionInfo $versionInfo, Field $originalField): void - { + public function testCopyLegacyField( + VersionInfo $versionInfo, + Field $originalField + ): void { $field = clone $originalField; $field->id = 124; $field->versionNo = 2; diff --git a/tests/integration/Core/FieldType/FieldConstraintsStorage/FieldConstraintsStorageTest.php b/tests/integration/Core/FieldType/FieldConstraintsStorage/FieldConstraintsStorageTest.php index f2d6cfbd42..db30248671 100644 --- a/tests/integration/Core/FieldType/FieldConstraintsStorage/FieldConstraintsStorageTest.php +++ b/tests/integration/Core/FieldType/FieldConstraintsStorage/FieldConstraintsStorageTest.php @@ -161,7 +161,7 @@ private function createTypeCreateStruct( private function getExampleFieldConstraintsStorage(): ExampleFieldConstraintsStorage { - /** @var \Ibexa\Tests\Integration\Core\FieldType\FieldConstraintsStorage\Stub\ExampleFieldConstraintsStorage $storage */ + /** @var ExampleFieldConstraintsStorage $storage */ $storage = $this->getSetupFactory()->getServiceContainer()->get(ExampleFieldConstraintsStorage::class); return $storage; diff --git a/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php b/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php index 0a53c2ecc2..868cbf30c8 100644 --- a/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php +++ b/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php @@ -16,14 +16,14 @@ */ final class ExampleFieldConstraintsStorage implements FieldConstraintsStorage { - /** @var \Ibexa\Contracts\Core\Persistence\Content\FieldTypeConstraints[] */ + /** @var FieldTypeConstraints[] */ private array $fieldConstraints; /** @var int[] */ private array $published = []; /** - * @param \Ibexa\Contracts\Core\Persistence\Content\FieldTypeConstraints[] + * @param FieldTypeConstraints[] */ public function __construct(array $fieldConstraints = []) { @@ -68,8 +68,10 @@ public function getFieldConstraintsDataIfAvailable( return $this->fieldConstraints[$fieldDefinitionId] ?? null; } - public function deleteFieldConstraintsData(int $fieldDefinitionId, int $status): void - { + public function deleteFieldConstraintsData( + int $fieldDefinitionId, + int $status + ): void { unset($this->fieldConstraints[$fieldDefinitionId]); } } diff --git a/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldType.php b/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldType.php index d786ac5fa9..f26dae3b7b 100644 --- a/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldType.php +++ b/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldType.php @@ -26,8 +26,11 @@ public function getFieldTypeIdentifier(): string return self::FIELD_TYPE_IDENTIFIER; } - public function getName(Value $value, FieldDefinition $fieldDefinition, string $languageCode): string - { + public function getName( + Value $value, + FieldDefinition $fieldDefinition, + string $languageCode + ): string { return ''; } diff --git a/tests/integration/Core/IO/FlysystemTestAdapter.php b/tests/integration/Core/IO/FlysystemTestAdapter.php index 77b7cd3046..547d489ff4 100644 --- a/tests/integration/Core/IO/FlysystemTestAdapter.php +++ b/tests/integration/Core/IO/FlysystemTestAdapter.php @@ -26,8 +26,10 @@ final class FlysystemTestAdapter implements FlysystemTestAdapterInterface, Files private FilesystemAdapter $localAdapter; - public function __construct(FilesystemAdapter $inMemoryAdapter, FilesystemAdapter $localAdapter) - { + public function __construct( + FilesystemAdapter $inMemoryAdapter, + FilesystemAdapter $localAdapter + ) { $this->inMemoryAdapter = $inMemoryAdapter; $this->localAdapter = $localAdapter; $this->adapter = $this->inMemoryAdapter; @@ -43,13 +45,19 @@ public function fileExists(string $path): bool return $this->adapter->fileExists($path); } - public function write(string $path, string $contents, Config $config): void - { + public function write( + string $path, + string $contents, + Config $config + ): void { $this->adapter->write($path, $contents, $config); } - public function writeStream(string $path, $contents, Config $config): void - { + public function writeStream( + string $path, + $contents, + Config $config + ): void { $this->adapter->writeStream($path, $contents, $config); } @@ -73,13 +81,17 @@ public function deleteDirectory(string $path): void $this->adapter->deleteDirectory($path); } - public function createDirectory(string $path, Config $config): void - { + public function createDirectory( + string $path, + Config $config + ): void { $this->adapter->createDirectory($path, $config); } - public function setVisibility(string $path, string $visibility): void - { + public function setVisibility( + string $path, + string $visibility + ): void { $this->adapter->setVisibility($path, $visibility); } @@ -103,18 +115,26 @@ public function fileSize(string $path): FileAttributes return $this->adapter->fileSize($path); } - public function listContents(string $path, bool $deep): iterable - { + public function listContents( + string $path, + bool $deep + ): iterable { return $this->adapter->listContents($path, $deep); } - public function move(string $source, string $destination, Config $config): void - { + public function move( + string $source, + string $destination, + Config $config + ): void { $this->adapter->move($source, $destination, $config); } - public function copy(string $source, string $destination, Config $config): void - { + public function copy( + string $source, + string $destination, + Config $config + ): void { $this->adapter->copy($source, $destination, $config); } } diff --git a/tests/integration/Core/Image/ImageStorage/ImageStorageTest.php b/tests/integration/Core/Image/ImageStorage/ImageStorageTest.php index aaf190ac51..e1042cd932 100644 --- a/tests/integration/Core/Image/ImageStorage/ImageStorageTest.php +++ b/tests/integration/Core/Image/ImageStorage/ImageStorageTest.php @@ -12,42 +12,46 @@ use Ibexa\Contracts\Core\Persistence\Content\FieldValue; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\FieldType\Image\AliasCleanerInterface; use Ibexa\Core\FieldType\Image\ImageStorage; +use Ibexa\Core\FieldType\Image\ImageStorage\Gateway; use Ibexa\Core\FieldType\Image\ImageStorage\Gateway\DoctrineStorage; use Ibexa\Core\FieldType\Image\PathGenerator; use Ibexa\Core\FieldType\Validator\FileExtensionBlackListValidator; +use Ibexa\Core\IO\Exception\InvalidBinaryFileIdException; use Ibexa\Core\IO\FilePathNormalizerInterface; use Ibexa\Core\IO\IOServiceInterface; use Ibexa\Core\IO\UrlRedecoratorInterface; use Ibexa\Core\IO\Values\BinaryFile; use Ibexa\Core\IO\Values\BinaryFileCreateStruct; use Ibexa\Tests\Integration\Core\BaseCoreFieldTypeIntegrationTestCase; +use PHPUnit\Framework\MockObject\MockObject; final class ImageStorageTest extends BaseCoreFieldTypeIntegrationTestCase { - /** @var \Ibexa\Core\FieldType\Image\ImageStorage\Gateway */ + /** @var Gateway */ private $gateway; - /** @var \Ibexa\Core\IO\UrlRedecoratorInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var UrlRedecoratorInterface|MockObject */ private $redecorator; - /** @var \Ibexa\Core\FieldType\Image\PathGenerator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var PathGenerator|MockObject */ private $pathGenerator; - /** @var \Ibexa\Core\FieldType\Image\AliasCleanerInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var AliasCleanerInterface|MockObject */ private $aliasCleaner; - /** @var \Ibexa\Core\IO\FilePathNormalizerInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var FilePathNormalizerInterface|MockObject */ private $filePathNormalizer; - /** @var \Ibexa\Core\IO\IOServiceInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var IOServiceInterface|MockObject */ private $ioService; - /** @var \Ibexa\Core\FieldType\Image\ImageStorage */ + /** @var ImageStorage */ private $storage; - /** @var \Ibexa\Core\FieldType\Validator\FileExtensionBlackListValidator&\PHPUnit\Framework\MockObject\MockObject */ + /** @var FileExtensionBlackListValidator&MockObject */ private $fileExtensionBlackListValidator; protected function setUp(): void @@ -79,11 +83,13 @@ public function testHasFieldData(): void /** * @dataProvider providerOfFieldData * - * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentException - * @throws \Ibexa\Core\IO\Exception\InvalidBinaryFileIdException + * @throws InvalidArgumentException + * @throws InvalidBinaryFileIdException */ - public function testStoreFieldDataDuringCreate(VersionInfo $versionInfo, Field $field): void - { + public function testStoreFieldDataDuringCreate( + VersionInfo $versionInfo, + Field $field + ): void { $binaryFile = $this->runCommonStoreFieldDataMocks($field); $this->redecorator @@ -102,8 +108,10 @@ public function testStoreFieldDataDuringCreate(VersionInfo $versionInfo, Field $ * * @depends testStoreFieldDataDuringCreate */ - public function testStoreFieldDataDuringUpdate(VersionInfo $versionInfo, Field $field): void - { + public function testStoreFieldDataDuringUpdate( + VersionInfo $versionInfo, + Field $field + ): void { $binaryFile = $this->runCommonStoreFieldDataMocks($field); $this->redecorator @@ -122,8 +130,10 @@ public function testStoreFieldDataDuringUpdate(VersionInfo $versionInfo, Field $ * * @depends testStoreFieldDataDuringUpdate */ - public function testStoreFieldDataDuringUpdateWithDifferentImage(VersionInfo $versionInfo, Field $field): void - { + public function testStoreFieldDataDuringUpdateWithDifferentImage( + VersionInfo $versionInfo, + Field $field + ): void { $versionInfo->versionNo = 2; $field->versionNo = 2; diff --git a/tests/integration/Core/LegacyTestContainerBuilder.php b/tests/integration/Core/LegacyTestContainerBuilder.php index 6912380b16..7c97ac1668 100644 --- a/tests/integration/Core/LegacyTestContainerBuilder.php +++ b/tests/integration/Core/LegacyTestContainerBuilder.php @@ -133,7 +133,7 @@ private function registerCompilerPasses(): void } /** - * @return \Symfony\Component\Config\Loader\LoaderInterface + * @return LoaderInterface */ public function getCoreLoader(): LoaderInterface { diff --git a/tests/integration/Core/Limitation/MemberOfLimitationTest.php b/tests/integration/Core/Limitation/MemberOfLimitationTest.php index 82ad8430d2..cc3b0961a6 100644 --- a/tests/integration/Core/Limitation/MemberOfLimitationTest.php +++ b/tests/integration/Core/Limitation/MemberOfLimitationTest.php @@ -39,8 +39,10 @@ public function userPermissionLimitationProvider(): array /** * @dataProvider userPermissionLimitationProvider */ - public function testCanUserAssignRoleToUser(array $limitations, bool $expectedResult): void - { + public function testCanUserAssignRoleToUser( + array $limitations, + bool $expectedResult + ): void { $repository = $this->getRepository(); $roleService = $repository->getRoleService(); $userService = $repository->getUserService(); diff --git a/tests/integration/Core/Limitation/PermissionResolver/LanguageLimitationIntegrationTest.php b/tests/integration/Core/Limitation/PermissionResolver/LanguageLimitationIntegrationTest.php index 675e774179..5a94f9ba64 100644 --- a/tests/integration/Core/Limitation/PermissionResolver/LanguageLimitationIntegrationTest.php +++ b/tests/integration/Core/Limitation/PermissionResolver/LanguageLimitationIntegrationTest.php @@ -9,6 +9,10 @@ namespace Ibexa\Tests\Integration\Core\Limitation\PermissionResolver; use Ibexa\Contracts\Core\Limitation\Target; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\LanguageLimitation; use Ibexa\Tests\Integration\Core\Repository\Limitation\PermissionResolver\BaseLimitationIntegrationTestCase; @@ -54,12 +58,14 @@ public function providerForCanUserCreateContent(): array * @param array $limitations * @param bool $expectedResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function testCanUserCreateContent(array $limitations, bool $expectedResult): void - { + public function testCanUserCreateContent( + array $limitations, + bool $expectedResult + ): void { $repository = $this->getRepository(); $contentTypeService = $repository->getContentTypeService(); $contentService = $repository->getContentService(); @@ -119,12 +125,14 @@ public function providerForCanUserEditOrPublishContent(): array * @param array $limitations * @param bool $expectedResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function testCanUserEditContent(array $limitations, bool $expectedResult): void - { + public function testCanUserEditContent( + array $limitations, + bool $expectedResult + ): void { $repository = $this->getRepository(); $locationService = $repository->getLocationService(); @@ -150,12 +158,14 @@ public function testCanUserEditContent(array $limitations, bool $expectedResult) * @param array $limitations * @param bool $expectedResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function testCanUserPublishContent(array $limitations, bool $expectedResult): void - { + public function testCanUserPublishContent( + array $limitations, + bool $expectedResult + ): void { $content = $this->createFolder([self::LANG_ENG_GB => 'British Folder'], 2); $this->loginAsEditorUserWithLimitations('content', 'publish', $limitations); @@ -190,15 +200,17 @@ public function providerForCanUserDeleteContent(): array /** * @dataProvider providerForCanUserDeleteContent * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] $limitations + * @param Limitation[] $limitations * @param bool $expectedResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function testCanUserDeleteContent(array $limitations, bool $expectedResult): void - { + public function testCanUserDeleteContent( + array $limitations, + bool $expectedResult + ): void { $content = $this->createFolder( [ self::LANG_ENG_GB => 'British Folder', @@ -251,16 +263,19 @@ public function providerForCanUserDeleteContentTranslation(): iterable /** * @dataProvider providerForCanUserDeleteContentTranslation * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] $limitations + * @param Limitation[] $limitations * @param string $translation * @param bool $expectedResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function testCanUserDeleteContentTranslation(array $limitations, string $translation, bool $expectedResult): void - { + public function testCanUserDeleteContentTranslation( + array $limitations, + string $translation, + bool $expectedResult + ): void { $content = $this->createFolder( [ self::LANG_ENG_GB => 'British Folder', diff --git a/tests/integration/Core/Limitation/RoleLimitationTest.php b/tests/integration/Core/Limitation/RoleLimitationTest.php index 08415cf620..26b50c47f1 100644 --- a/tests/integration/Core/Limitation/RoleLimitationTest.php +++ b/tests/integration/Core/Limitation/RoleLimitationTest.php @@ -34,8 +34,10 @@ public function userPermissionLimitationProvider(): array /** * @dataProvider userPermissionLimitationProvider */ - public function testCanUserAssignRole(array $limitations, bool $expectedResult): void - { + public function testCanUserAssignRole( + array $limitations, + bool $expectedResult + ): void { $repository = $this->getRepository(); $roleService = $repository->getRoleService(); $userService = $repository->getUserService(); diff --git a/tests/integration/Core/Limitation/UserGroupLimitationTest.php b/tests/integration/Core/Limitation/UserGroupLimitationTest.php index d05b4cc0b4..4a1a0b771a 100644 --- a/tests/integration/Core/Limitation/UserGroupLimitationTest.php +++ b/tests/integration/Core/Limitation/UserGroupLimitationTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Limitation; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit; @@ -52,7 +53,7 @@ public function testHasUserWithUserGroupLimitationAccessToCreatedLocations(): vo $results = $repository->getSearchService()->findLocations($query)->searchHits; $resultLocationIds = array_map(static function (SearchHit $hit): int { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location $location */ + /** @var Location $location */ $location = $hit->valueObject; return $location->id; diff --git a/tests/integration/Core/Persistence/Filter/Doctrine/FilteringQueryBuilderTest.php b/tests/integration/Core/Persistence/Filter/Doctrine/FilteringQueryBuilderTest.php index deafd9946f..e2af09e6e8 100644 --- a/tests/integration/Core/Persistence/Filter/Doctrine/FilteringQueryBuilderTest.php +++ b/tests/integration/Core/Persistence/Filter/Doctrine/FilteringQueryBuilderTest.php @@ -18,7 +18,7 @@ class FilteringQueryBuilderTest extends TestCase { - /** @var \Ibexa\Contracts\Core\Persistence\Filter\Doctrine\FilteringQueryBuilder */ + /** @var FilteringQueryBuilder */ private $queryBuilder; protected function setUp(): void diff --git a/tests/integration/Core/Persistence/Search/Content/IndexerGatewayTest.php b/tests/integration/Core/Persistence/Search/Content/IndexerGatewayTest.php index dedf7438ee..89832bd455 100644 --- a/tests/integration/Core/Persistence/Search/Content/IndexerGatewayTest.php +++ b/tests/integration/Core/Persistence/Search/Content/IndexerGatewayTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Integration\Core\Persistence\Search\Content; use DateTimeImmutable; +use Doctrine\DBAL\Exception; use Ibexa\Core\Search\Legacy\Content\IndexerGateway; use Ibexa\Tests\Integration\Core\BaseGatewayTestCase; @@ -19,7 +20,7 @@ */ final class IndexerGatewayTest extends BaseGatewayTestCase { - /** @var \Ibexa\Core\Search\Legacy\Content\IndexerGateway */ + /** @var IndexerGateway */ private $gateway; /** @@ -65,7 +66,7 @@ public function getDataForContentInSubtree(): iterable /** * @dataProvider getDataForContentSince * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function testGetContentSince( DateTimeImmutable $since, @@ -78,7 +79,7 @@ public function testGetContentSince( /** * @dataProvider getDataForContentSince * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function testCountContentSince( DateTimeImmutable $since, @@ -94,7 +95,7 @@ public function testCountContentSince( /** * @dataProvider getDataForContentInSubtree * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function testGetContentInSubtree( string $subtreePath, @@ -110,7 +111,7 @@ public function testGetContentInSubtree( /** * @dataProvider getDataForContentInSubtree * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function testCountContentInSubtree( string $subtreePath, diff --git a/tests/integration/Core/Repository/BaseContentServiceTestCase.php b/tests/integration/Core/Repository/BaseContentServiceTestCase.php index efffba43d8..dd89f3976c 100644 --- a/tests/integration/Core/Repository/BaseContentServiceTestCase.php +++ b/tests/integration/Core/Repository/BaseContentServiceTestCase.php @@ -7,6 +7,7 @@ namespace Ibexa\Tests\Integration\Core\Repository; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\User\User; @@ -18,7 +19,7 @@ abstract class BaseContentServiceTestCase extends BaseTestCase /** * Creates a fresh clean content draft. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createContentVersion1EmptyBinaryField() { @@ -66,7 +67,7 @@ protected function createContentVersion1EmptyBinaryField() /** * Creates a fresh clean content draft. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createContentDraftVersion1( $locationId = 56, @@ -120,7 +121,7 @@ protected function createContentDraftVersion1( /** * Creates a fresh clean published content instance. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createContentVersion1() { @@ -142,7 +143,7 @@ protected function createContentVersion1() * Creates a new content draft named $draftVersion2 from a currently * published content object. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createContentDraftVersion2() { @@ -164,7 +165,7 @@ protected function createContentDraftVersion2() * Creates an updated content draft named $draftVersion2 from * a currently published content object. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createUpdatedDraftVersion2() { @@ -241,7 +242,7 @@ protected function createUpdatedDraftVersion2NotAdmin() * Creates an updated content object named $contentVersion2 from * a currently published content object. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createContentVersion2() { @@ -262,7 +263,7 @@ protected function createContentVersion2() /** * Creates an updated content draft named $draft. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createMultipleLanguageDraftVersion1() { @@ -294,7 +295,7 @@ protected function createMultipleLanguageDraftVersion1() * Creates a published content object with versionNo=2 named * $contentVersion2. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createMultipleLanguageContentVersion2() { @@ -342,7 +343,7 @@ protected function createMultipleLanguageContentVersion2() * @param string $mainLanguageCode * @param array $multilingualFieldValues map of ['fieldIdentifier' => ['languageCode' => 'field value']] * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content Content Draft + * @return Content Content Draft */ protected function createMultilingualContentDraft( $contentTypeIdentifier, @@ -394,7 +395,7 @@ protected function createMultilingualContentDraft( * @param int $parentLocationId * @param array $fieldValues map of ['fieldIdentifier' => 'field value'] * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content Content Draft + * @return Content Content Draft */ protected function createContentDraft( $contentTypeIdentifier, diff --git a/tests/integration/Core/Repository/BaseContentTypeServiceTestCase.php b/tests/integration/Core/Repository/BaseContentTypeServiceTestCase.php index 6bf4ab31be..8bcb090b14 100644 --- a/tests/integration/Core/Repository/BaseContentTypeServiceTestCase.php +++ b/tests/integration/Core/Repository/BaseContentTypeServiceTestCase.php @@ -7,7 +7,14 @@ namespace Ibexa\Tests\Integration\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentTypeFieldDefinitionValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Location; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft; +use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct; /** * Base class for content type specific tests. @@ -17,14 +24,14 @@ abstract class BaseContentTypeServiceTestCase extends BaseTestCase /** * Creates a fully functional ContentTypeDraft and returns it. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct[] $additionalFieldDefinitionsCreateStruct + * @param FieldDefinitionCreateStruct[] $additionalFieldDefinitionsCreateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft + * @return ContentTypeDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentTypeFieldDefinitionValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ContentTypeFieldDefinitionValidationException + * @throws InvalidArgumentException + * @throws NotFoundException + * @throws UnauthorizedException */ protected function createContentTypeDraft(array $additionalFieldDefinitionsCreateStruct = []) { @@ -119,7 +126,7 @@ protected function createContentTypeDraft(array $additionalFieldDefinitionsCreat /** * Creates a fresh clean content draft. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createContentDraft() { diff --git a/tests/integration/Core/Repository/BaseNonRedundantFieldSetTestCase.php b/tests/integration/Core/Repository/BaseNonRedundantFieldSetTestCase.php index bc65578e7a..6799b2b4b2 100644 --- a/tests/integration/Core/Repository/BaseNonRedundantFieldSetTestCase.php +++ b/tests/integration/Core/Repository/BaseNonRedundantFieldSetTestCase.php @@ -7,6 +7,8 @@ namespace Ibexa\Tests\Integration\Core\Repository; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Core\FieldType\TextLine\Value as TextLineValue; /** @@ -18,7 +20,7 @@ abstract class BaseNonRedundantFieldSetTestCase extends BaseTestCase /** * Creates a fully functional ContentType and returns it. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ protected function createContentType() { @@ -120,10 +122,12 @@ protected function createContentType() * @param string $mainLanguageCode * @param array $fieldValues * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - protected function createTestContent($mainLanguageCode, array $fieldValues) - { + protected function createTestContent( + $mainLanguageCode, + array $fieldValues + ) { $repository = $this->getRepository(); $contentService = $repository->getContentService(); @@ -180,8 +184,10 @@ protected function createTestContentForUpdate() return $this->createTestContent('eng-US', $fieldValues); } - protected function updateTestContent($initialLanguageCode, array $fieldValues) - { + protected function updateTestContent( + $initialLanguageCode, + array $fieldValues + ) { $repository = $this->getRepository(); $contentService = $repository->getContentService(); diff --git a/tests/integration/Core/Repository/BaseTestCase.php b/tests/integration/Core/Repository/BaseTestCase.php index 72dd8d9fda..7748c4d2ae 100644 --- a/tests/integration/Core/Repository/BaseTestCase.php +++ b/tests/integration/Core/Repository/BaseTestCase.php @@ -12,8 +12,12 @@ use Doctrine\DBAL\Connection; use ErrorException; use Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Repository; @@ -22,15 +26,18 @@ use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\Role; use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Ibexa\Contracts\Core\Test\Repository\SetupFactory; use Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy as LegacySetupFactory; +use Ibexa\Solr\Handler; use Ibexa\Tests\Core\Repository\PHPUnitConstraint; use PDOException; use PHPUnit\Framework\TestCase; +use Symfony\Component\Cache\Adapter\TagAwareAdapterInterface; /** * Base class for api specific tests. @@ -42,10 +49,10 @@ abstract class BaseTestCase extends TestCase */ public const DB_INT_MAX = 2147483647; - /** @var \Ibexa\Contracts\Core\Test\Repository\SetupFactory */ + /** @var SetupFactory */ private $setupFactory; - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; protected function setUp(): void @@ -83,7 +90,7 @@ protected function tearDown(): void /** * Returns the ID generator, fitting to the repository implementation. * - * @return \Ibexa\Tests\Integration\Core\Repository\IdManager + * @return IdManager */ protected function getIdManager() { @@ -98,8 +105,10 @@ protected function getIdManager() * * @return mixed */ - protected function generateId($type, $rawId) - { + protected function generateId( + $type, + $rawId + ) { return $this->getIdManager()->generateId($type, $rawId); } @@ -111,8 +120,10 @@ protected function generateId($type, $rawId) * * @return mixed */ - protected function parseId($type, $id) - { + protected function parseId( + $type, + $id + ) { return $this->getIdManager()->parseId($type, $id); } @@ -155,7 +166,7 @@ protected function getRepository(bool $initialInitializeFromScratch = true): Rep } /** - * @throws \ErrorException + * @throws ErrorException */ protected function getSetupFactory(): SetupFactory { @@ -189,10 +200,12 @@ protected function getSetupFactory(): SetupFactory * $actualObject. * * @param mixed[] $expectedValues - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $actualObject + * @param ValueObject $actualObject */ - protected function assertPropertiesCorrect(array $expectedValues, ValueObject $actualObject) - { + protected function assertPropertiesCorrect( + array $expectedValues, + ValueObject $actualObject + ) { foreach ($expectedValues as $propertyName => $propertyValue) { if ($propertyValue instanceof ValueObject) { $this->assertStructPropertiesCorrect($propertyValue, $actualObject->$propertyName); @@ -219,10 +232,12 @@ protected function assertPropertiesCorrect(array $expectedValues, ValueObject $a * @TODO: introduced because of randomly failing tests, ref: https://issues.ibexa.co/browse/EZP-21734 * * @param mixed[] $expectedValues - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $actualObject + * @param ValueObject $actualObject */ - protected function assertPropertiesCorrectUnsorted(array $expectedValues, ValueObject $actualObject) - { + protected function assertPropertiesCorrectUnsorted( + array $expectedValues, + ValueObject $actualObject + ) { foreach ($expectedValues as $propertyName => $propertyValue) { if ($propertyValue instanceof ValueObject) { $this->assertStructPropertiesCorrect($propertyValue, $actualObject->$propertyName); @@ -237,12 +252,15 @@ protected function assertPropertiesCorrectUnsorted(array $expectedValues, ValueO * $actualObject. Additional (virtual) properties can be asserted using * $additionalProperties. * - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $expectedValues - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $actualObject + * @param ValueObject $expectedValues + * @param ValueObject $actualObject * @param array $propertyNames */ - protected function assertStructPropertiesCorrect(ValueObject $expectedValues, ValueObject $actualObject, array $additionalProperties = []) - { + protected function assertStructPropertiesCorrect( + ValueObject $expectedValues, + ValueObject $actualObject, + array $additionalProperties = [] + ) { foreach ($expectedValues as $propertyName => $propertyValue) { if ($propertyValue instanceof ValueObject) { $this->assertStructPropertiesCorrect($propertyValue, $actualObject->$propertyName); @@ -259,11 +277,14 @@ protected function assertStructPropertiesCorrect(ValueObject $expectedValues, Va /** * @param array $items An array of scalar values * - * @see \Ibexa\Tests\Integration\Core\Repository\BaseTestCase::assertPropertiesCorrectUnsorted + * @see BaseTestCase::assertPropertiesCorrectUnsorted */ private function sortItems(array &$items) { - $sorter = function ($a, $b): int { + $sorter = function ( + $a, + $b + ): int { if (!is_scalar($a) || !is_scalar($b)) { $this->fail('Wrong usage: method ' . __METHOD__ . ' accepts only an array of scalar values'); } @@ -273,8 +294,12 @@ private function sortItems(array &$items) usort($items, $sorter); } - private function assertPropertiesEqual($propertyName, $expectedValue, $actualValue, $sortArray = false) - { + private function assertPropertiesEqual( + $propertyName, + $expectedValue, + $actualValue, + $sortArray = false + ) { if ($expectedValue instanceof ArrayObject) { $expectedValue = $expectedValue->getArrayCopy(); } elseif ($expectedValue instanceof DateTime) { @@ -345,7 +370,7 @@ protected function createUserVersion1( * * @uses ::createCustomUserVersion1() * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ protected function createMediaUserVersion1() { @@ -361,12 +386,15 @@ protected function createMediaUserVersion1() * * @param string $userGroupName Name of the new user group to create * @param string $roleIdentifier Role identifier to assign to the new group - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null $roleLimitation + * @param RoleLimitation|null $roleLimitation * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ - protected function createCustomUserVersion1($userGroupName, $roleIdentifier, ?RoleLimitation $roleLimitation = null) - { + protected function createCustomUserVersion1( + $userGroupName, + $roleIdentifier, + ?RoleLimitation $roleLimitation = null + ) { return $this->createCustomUserWithLogin( 'user', 'user@example.com', @@ -383,9 +411,9 @@ protected function createCustomUserVersion1($userGroupName, $roleIdentifier, ?Ro * @param string $email User e-mail * @param string $userGroupName Name of the new user group to create * @param string $roleIdentifier Role identifier to assign to the new group - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null $roleLimitation + * @param RoleLimitation|null $roleLimitation * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ protected function createCustomUserWithLogin( $login, @@ -444,12 +472,16 @@ protected function createCustomUserWithLogin( * @param string $login * @param string $firstName * @param string $lastName - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup|null $userGroup optional user group, Editor by default + * @param UserGroup|null $userGroup optional user group, Editor by default * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ - protected function createUser($login, $firstName, $lastName, ?UserGroup $userGroup = null) - { + protected function createUser( + $login, + $firstName, + $lastName, + ?UserGroup $userGroup = null + ) { $repository = $this->getRepository(); $userService = $repository->getUserService(); @@ -483,11 +515,11 @@ protected function createUser($login, $firstName, $lastName, ?UserGroup $userGro * * @param int $timestamp * - * @return \DateTime + * @return DateTime */ public function createDateTime($timestamp = null) { - $dateTime = new \DateTime(); + $dateTime = new DateTime(); if ($timestamp !== null) { $dateTime->setTimestamp($timestamp); } @@ -498,7 +530,7 @@ public function createDateTime($timestamp = null) /** * Calls given Repository's aggregated SearchHandler::refresh(). * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository */ protected function refreshSearch(Repository $repository) { @@ -521,7 +553,7 @@ protected function refreshSearch(Repository $repository) $searchHandlerProperty = new \ReflectionProperty($repository, 'searchHandler'); $searchHandlerProperty->setAccessible(true); - /** @var \Ibexa\Solr\Handler $searchHandler */ + /** @var Handler $searchHandler */ $searchHandler = $searchHandlerProperty->getValue($repository); $searchHandler->commit(); @@ -538,15 +570,17 @@ protected function isLegacySearchEngineSetup(): bool * @param $roleName * @param array $policiesData [['module' => 'content', 'function' => 'read', 'limitations' => []] * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return Role * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws InvalidArgumentException + * @throws LimitationValidationException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function createRoleWithPolicies($roleName, array $policiesData) - { + public function createRoleWithPolicies( + $roleName, + array $policiesData + ) { $repository = $this->getRepository(false); $roleService = $repository->getRoleService(); @@ -578,16 +612,19 @@ public function createRoleWithPolicies($roleName, array $policiesData) * * @param string $login * @param array $policiesData list of policies in the form of [ [ 'module' => 'name', 'function' => 'name'] ] - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\RoleLimitation|null $roleLimitation + * @param RoleLimitation|null $roleLimitation * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function createUserWithPolicies($login, array $policiesData, ?RoleLimitation $roleLimitation = null) - { + public function createUserWithPolicies( + $login, + array $policiesData, + ?RoleLimitation $roleLimitation = null + ) { $repository = $this->getRepository(false); $roleService = $repository->getRoleService(); $userService = $repository->getUserService(); @@ -617,7 +654,7 @@ public function createUserWithPolicies($login, array $policiesData, ?RoleLimitat } /** - * @throws \ErrorException + * @throws ErrorException */ protected function getRawDatabaseConnection(): Connection { @@ -640,7 +677,7 @@ protected function getRawDatabaseConnection(): Connection * * **Note**: The method clears the entire persistence cache pool. * - * @throws \Exception + * @throws Exception * * @param callable $callback * @@ -660,7 +697,7 @@ public function performRawDatabaseOperation(callable $callback) throw $e; } - /** @var \Symfony\Component\Cache\Adapter\TagAwareAdapterInterface $cachePool */ + /** @var TagAwareAdapterInterface $cachePool */ $cachePool = $this ->getSetupFactory() ->getServiceContainer()->get('ibexa.cache_pool'); @@ -671,7 +708,7 @@ public function performRawDatabaseOperation(callable $callback) /** * Traverse all errors for all fields in all Translations to find expected one. * - * @param \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException $exception + * @param ContentFieldValidationException $exception * @param string $expectedValidationErrorMessage */ protected function assertValidationErrorOccurs( @@ -686,7 +723,7 @@ protected function assertValidationErrorOccurs( /** * Traverse all errors for all fields in all Translations to find if all expected ones occurred. * - * @param \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException $exception + * @param ContentFieldValidationException $exception * @param string[] $expectedValidationErrorMessages */ protected function assertAllValidationErrorsOccur( @@ -716,11 +753,11 @@ protected function assertContentItemEquals( * @param array $names Folder names in the form of ['<language_code>' => '<name>'] * @param int|null $parentLocationId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content published Content + * @return Content published Content * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function createFolder( array $names, @@ -766,19 +803,21 @@ public function createFolder( /** * Update 'folder' Content. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * @param array $names Folder names in the form of ['<language_code>' => '<name>'] * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws ContentFieldValidationException + * @throws ContentValidationException + * @throws InvalidArgumentException + * @throws UnauthorizedException */ - protected function updateFolder(Content $content, array $names) - { + protected function updateFolder( + Content $content, + array $names + ) { $repository = $this->getRepository(false); $contentService = $repository->getContentService(); @@ -800,10 +839,13 @@ protected function updateFolder(Content $content, array $names) * @param string $name * @param bool $enabled * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language */ - protected function createLanguage(string $languageCode, string $name, bool $enabled = true): Language - { + protected function createLanguage( + string $languageCode, + string $name, + bool $enabled = true + ): Language { $repository = $this->getRepository(false); $languageService = $repository->getContentLanguageService(); @@ -835,11 +877,11 @@ protected function createLanguageIfNotExists( * @param array $fieldsToDefine a map of field definition identifiers to their field type identifiers * @param bool $alwaysAvailable default always available * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ protected function createSimpleContentType( string $identifier, diff --git a/tests/integration/Core/Repository/BaseTrashServiceTestCase.php b/tests/integration/Core/Repository/BaseTrashServiceTestCase.php index 115c7d0172..2b98249edd 100644 --- a/tests/integration/Core/Repository/BaseTrashServiceTestCase.php +++ b/tests/integration/Core/Repository/BaseTrashServiceTestCase.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository; use Doctrine\DBAL\ParameterType; +use Ibexa\Contracts\Core\Repository\Values\Content\TrashItem; use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway; /** @@ -19,7 +20,7 @@ abstract class BaseTrashServiceTestCase extends BaseTestCase * Creates a trashed item from the Community page location and stores * this item in a location variable named $trashItem. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem + * @return TrashItem */ protected function createTrashItem() { @@ -47,8 +48,10 @@ protected function createTrashItem() /** * @throws \ErrorException */ - protected function updateTrashedDate(int $locationId, int $newTimestamp): void - { + protected function updateTrashedDate( + int $locationId, + int $newTimestamp + ): void { $connection = $this->getRawDatabaseConnection(); $query = $connection->createQueryBuilder(); $query diff --git a/tests/integration/Core/Repository/BaseURLServiceTestCase.php b/tests/integration/Core/Repository/BaseURLServiceTestCase.php index a11e318cc7..24cd744c79 100644 --- a/tests/integration/Core/Repository/BaseURLServiceTestCase.php +++ b/tests/integration/Core/Repository/BaseURLServiceTestCase.php @@ -23,8 +23,12 @@ abstract class BaseURLServiceTestCase extends BaseTestCase { private const URL_CONTENT_TYPE_IDENTIFIER = 'link_ct'; - protected function doTestFindUrls(URLQuery $query, array $expectedUrls, ?int $expectedTotalCount, bool $ignoreOrder = true) - { + protected function doTestFindUrls( + URLQuery $query, + array $expectedUrls, + ?int $expectedTotalCount, + bool $ignoreOrder = true + ) { $repository = $this->getRepository(); /* BEGIN: Use Case */ @@ -36,8 +40,11 @@ protected function doTestFindUrls(URLQuery $query, array $expectedUrls, ?int $ex $this->assertSearchResultItems($searchResult, $expectedUrls, $ignoreOrder); } - protected function assertSearchResultItems(SearchResult $searchResult, array $expectedUrls, $ignoreOrder) - { + protected function assertSearchResultItems( + SearchResult $searchResult, + array $expectedUrls, + $ignoreOrder + ) { self::assertCount(count($expectedUrls), $searchResult->items); foreach ($searchResult->items as $i => $item) { @@ -64,8 +71,10 @@ protected function assertSearchResultItemsAreUnique(SearchResult $results): void } } - protected function assertUsagesSearchResultItems(UsageSearchResult $searchResult, array $expectedContentInfoIds) - { + protected function assertUsagesSearchResultItems( + UsageSearchResult $searchResult, + array $expectedContentInfoIds + ) { self::assertCount(count($expectedContentInfoIds), $searchResult->items); foreach ($searchResult->items as $contentInfo) { self::assertContains($contentInfo->id, $expectedContentInfoIds); diff --git a/tests/integration/Core/Repository/Common/SlugConverter.php b/tests/integration/Core/Repository/Common/SlugConverter.php index a8d72a44d7..a3d354ddaf 100644 --- a/tests/integration/Core/Repository/Common/SlugConverter.php +++ b/tests/integration/Core/Repository/Common/SlugConverter.php @@ -20,8 +20,10 @@ class SlugConverter extends LegacySlugConverter * @param string $key * @param string $value */ - public function setConfigurationValue($key, $value) - { + public function setConfigurationValue( + $key, + $value + ) { $this->configuration[$key] = $value; } } diff --git a/tests/integration/Core/Repository/ContentService/ContentUpdateAfterAddingFieldDefinitionTest.php b/tests/integration/Core/Repository/ContentService/ContentUpdateAfterAddingFieldDefinitionTest.php index 1b591440dc..10940afeb3 100644 --- a/tests/integration/Core/Repository/ContentService/ContentUpdateAfterAddingFieldDefinitionTest.php +++ b/tests/integration/Core/Repository/ContentService/ContentUpdateAfterAddingFieldDefinitionTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeCreateStruct; @@ -19,7 +20,7 @@ final class ContentUpdateAfterAddingFieldDefinitionTest extends RepositoryTestCa private const string TEXT_LINE_FIELD_TYPE_IDENTIFIER = 'ibexa_string'; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testUpdateFields(): void { @@ -60,8 +61,11 @@ public function testUpdateFields(): void $this->updateContent($engDraft, $engUpdateStruct); } - private function createFieldDefinitionStruct(string $identifier, string $name, bool $isTranslatable): FieldDefinitionCreateStruct - { + private function createFieldDefinitionStruct( + string $identifier, + string $name, + bool $isTranslatable + ): FieldDefinitionCreateStruct { $contentTypeService = self::getContentTypeService(); $fieldDefCreateStruct = $contentTypeService->newFieldDefinitionCreateStruct( @@ -91,10 +95,13 @@ private function createTypeCreateStruct(): ContentTypeCreateStruct /** * @param string[] $languages * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ - protected function createNewContent(string $name, array $languages = ['eng-US'], int $parentLocationId = 2): Content - { + protected function createNewContent( + string $name, + array $languages = ['eng-US'], + int $parentLocationId = 2 + ): Content { $contentTypeService = self::getContentTypeService(); $contentService = self::getContentService(); $locationService = self::getLocationService(); @@ -115,8 +122,11 @@ protected function createNewContent(string $name, array $languages = ['eng-US'], /** * @param string[] $languages */ - protected function createUpdateStruct(Content $content, string $translatedName, array $languages): ContentUpdateStruct - { + protected function createUpdateStruct( + Content $content, + string $translatedName, + array $languages + ): ContentUpdateStruct { $contentService = self::getContentService(); $updateStruct = $contentService->newContentUpdateStruct(); @@ -138,10 +148,12 @@ protected function createUpdateStruct(Content $content, string $translatedName, } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ - protected function createContentDraft(Content $content, string $languageCode): Content - { + protected function createContentDraft( + Content $content, + string $languageCode + ): Content { $contentLanguageService = self::getLanguageService(); $language = $contentLanguageService->loadLanguage($languageCode); @@ -150,10 +162,12 @@ protected function createContentDraft(Content $content, string $languageCode): C } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ - protected function updateContent(Content $draft, ContentUpdateStruct $updateStruct): Content - { + protected function updateContent( + Content $draft, + ContentUpdateStruct $updateStruct + ): Content { return self::getContentService()->updateContent($draft->versionInfo, $updateStruct); } } diff --git a/tests/integration/Core/Repository/ContentService/CopyNonTranslatableFieldsFromPublishedVersionTest.php b/tests/integration/Core/Repository/ContentService/CopyNonTranslatableFieldsFromPublishedVersionTest.php index 0bf459a22f..0cc2599d5a 100644 --- a/tests/integration/Core/Repository/ContentService/CopyNonTranslatableFieldsFromPublishedVersionTest.php +++ b/tests/integration/Core/Repository/ContentService/CopyNonTranslatableFieldsFromPublishedVersionTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\ContentService; use DateTime; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct; use Ibexa\Core\Repository\Values\Content\ContentUpdateStruct; @@ -25,7 +26,7 @@ final class CopyNonTranslatableFieldsFromPublishedVersionTest extends Repository private const TEXT_LINE_FIELD_TYPE_IDENTIFIER = 'ibexa_string'; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testCopyNonTranslatableFieldsFromPublishedVersionToDraft(): void { @@ -75,7 +76,7 @@ public function testCopyNonTranslatableFieldsFromPublishedVersionToDraft(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testCopyNonTranslatableFieldsTwoParallelDrafts(): void { @@ -118,7 +119,7 @@ public function testCopyNonTranslatableFieldsTwoParallelDrafts(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testCopyNonTranslatableFieldsOverridesNonMainLanguageDrafts(): void { diff --git a/tests/integration/Core/Repository/ContentService/CopyTranslationsFromPublishedVersionTest.php b/tests/integration/Core/Repository/ContentService/CopyTranslationsFromPublishedVersionTest.php index 0b042b7731..6eaf95a0b2 100644 --- a/tests/integration/Core/Repository/ContentService/CopyTranslationsFromPublishedVersionTest.php +++ b/tests/integration/Core/Repository/ContentService/CopyTranslationsFromPublishedVersionTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\ContentService; use DateTime; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct; use Ibexa\Core\FieldType\TextLine; @@ -26,7 +27,7 @@ final class CopyTranslationsFromPublishedVersionTest extends RepositoryTestCase private const CONTENT_TYPE_IDENTIFIER = 'custom'; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testCopyTranslationsFromPublishedVersionCopiesEmptyValues(): void { diff --git a/tests/integration/Core/Repository/ContentService/DeleteContentTest.php b/tests/integration/Core/Repository/ContentService/DeleteContentTest.php index e1dd1faf7a..7c828b357c 100644 --- a/tests/integration/Core/Repository/ContentService/DeleteContentTest.php +++ b/tests/integration/Core/Repository/ContentService/DeleteContentTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Tests\Integration\Core\RepositoryTestCase; use PHPUnit\Framework\Assert; @@ -18,7 +19,7 @@ final class DeleteContentTest extends RepositoryTestCase { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testDeleteContentDeletesChildrenDrafts(): void { @@ -39,7 +40,7 @@ public function testDeleteContentDeletesChildrenDrafts(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testTrashLocationDeletesChildrenDrafts(): void { diff --git a/tests/integration/Core/Repository/ContentService/LoadVersionInfoTest.php b/tests/integration/Core/Repository/ContentService/LoadVersionInfoTest.php index 026d6f0e08..2d4bd7e69a 100644 --- a/tests/integration/Core/Repository/ContentService/LoadVersionInfoTest.php +++ b/tests/integration/Core/Repository/ContentService/LoadVersionInfoTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Tests\Integration\Core\RepositoryTestCase; /** @@ -16,7 +17,7 @@ final class LoadVersionInfoTest extends RepositoryTestCase { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testLoadVersionInfoListByContentInfo(): void { diff --git a/tests/integration/Core/Repository/ContentService/MaxLanguagesContentServiceTest.php b/tests/integration/Core/Repository/ContentService/MaxLanguagesContentServiceTest.php index 3fb4b8d4aa..0806fe72b0 100644 --- a/tests/integration/Core/Repository/ContentService/MaxLanguagesContentServiceTest.php +++ b/tests/integration/Core/Repository/ContentService/MaxLanguagesContentServiceTest.php @@ -8,6 +8,9 @@ namespace Ibexa\Tests\Integration\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Tests\Integration\Core\RepositoryTestCase; use Symfony\Component\Yaml\Yaml; @@ -27,8 +30,8 @@ public static function setUpBeforeClass(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws InvalidArgumentException + * @throws UnauthorizedException */ protected function setUp(): void { @@ -38,7 +41,7 @@ protected function setUp(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testCreateContent(): void { @@ -56,8 +59,8 @@ public function testCreateContent(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws InvalidArgumentException + * @throws UnauthorizedException */ private function prepareMaxLanguages(): void { diff --git a/tests/integration/Core/Repository/ContentService/UpdateContentTest.php b/tests/integration/Core/Repository/ContentService/UpdateContentTest.php index 6735e9764a..080c3936f8 100644 --- a/tests/integration/Core/Repository/ContentService/UpdateContentTest.php +++ b/tests/integration/Core/Repository/ContentService/UpdateContentTest.php @@ -8,6 +8,11 @@ namespace Ibexa\Tests\Integration\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Section; @@ -21,7 +26,7 @@ final class UpdateContentTest extends RepositoryTestCase { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testUpdateContentHavingPrivateRelation(): void { @@ -52,7 +57,7 @@ public function testUpdateContentHavingPrivateRelation(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ private function addRelationFieldToFolderContentType(): void { @@ -70,8 +75,8 @@ private function addRelationFieldToFolderContentType(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws InvalidArgumentException + * @throws UnauthorizedException */ private function createPrivateSection(): Section { @@ -87,7 +92,7 @@ private function createPrivateSection(): Section /** * @param int[] $relationListTarget * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ private function createFolderWithRelations(array $relationListTarget): Content { @@ -104,10 +109,10 @@ private function createFolderWithRelations(array $relationListTarget): Content } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException + * @throws NotFoundException + * @throws InvalidArgumentException + * @throws UnauthorizedException + * @throws LimitationValidationException */ private function assignToUserRoleWithStandardSectionLimitation(User $user): void { @@ -129,7 +134,7 @@ private function assignToUserRoleWithStandardSectionLimitation(User $user): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ private function createUserWithNoAccessToPrivateSection(): User { @@ -140,7 +145,7 @@ private function createUserWithNoAccessToPrivateSection(): User } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ private function publishVersionWithoutChanges(ContentInfo $contentInfo): Content { diff --git a/tests/integration/Core/Repository/ContentService/VersionValidatorTest.php b/tests/integration/Core/Repository/ContentService/VersionValidatorTest.php index 1e69e70ea6..6f3d4540fc 100644 --- a/tests/integration/Core/Repository/ContentService/VersionValidatorTest.php +++ b/tests/integration/Core/Repository/ContentService/VersionValidatorTest.php @@ -8,7 +8,13 @@ namespace Ibexa\Tests\Integration\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\ContentTypeService; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Core\FieldType\FieldTypeRegistry; @@ -27,13 +33,13 @@ final class VersionValidatorTest extends BaseTestCase private const ENG_GB = 'eng-GB'; private const GER_DE = 'ger-DE'; - /** @var \Ibexa\Core\Repository\Validator\VersionValidator */ + /** @var VersionValidator */ private $validator; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */ + /** @var ContentTypeService */ private $contentTypeService; protected function setUp(): void @@ -110,11 +116,11 @@ private function makeContentTypeFieldRequired(ContentType $contentType): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ContentFieldValidationException + * @throws BadStateException + * @throws ContentValidationException + * @throws InvalidArgumentException + * @throws UnauthorizedException */ private function updateContentTranslation(Content $content): void { diff --git a/tests/integration/Core/Repository/ContentServiceAuthorizationTest.php b/tests/integration/Core/Repository/ContentServiceAuthorizationTest.php index b6ed19fc8c..0688e4c318 100644 --- a/tests/integration/Core/Repository/ContentServiceAuthorizationTest.php +++ b/tests/integration/Core/Repository/ContentServiceAuthorizationTest.php @@ -7,14 +7,20 @@ namespace Ibexa\Tests\Integration\Core\Repository; +use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\Repository; +use Ibexa\Contracts\Core\Repository\UserService; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\Relation; +use Ibexa\Contracts\Core\Repository\Values\Content\RelationList\RelationListItemInterface; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\LanguageLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\LocationLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\User; /** * Test case for operations in the ContentServiceAuthorization using in memory storage. @@ -28,22 +34,22 @@ */ class ContentServiceAuthorizationTest extends BaseContentServiceTestCase { - /** @var \Ibexa\Contracts\Core\Repository\Values\User\User */ + /** @var User */ private $administratorUser; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\User */ + /** @var User */ private $anonymousUser; - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; - /** @var \Ibexa\Contracts\Core\Repository\UserService */ + /** @var UserService */ private $userService; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; public function setUp(): void @@ -1042,7 +1048,7 @@ public function testDeleteRelationThrowsUnauthorizedException() * Creates a pseudo editor with a limitation to objects in the "Media/Images" * subtree. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ private function createAnonymousWithEditorRole() { @@ -1197,10 +1203,10 @@ public function testLoadRelationsWithUnauthorizedRelations() // assert each relation /** - * @var \Ibexa\Contracts\Core\Repository\Values\Content\RelationList\RelationListItemInterface $relationListItem + * @var RelationListItemInterface $relationListItem */ foreach ($actualRelations as $relationListItem) { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Relation $relation */ + /** @var Relation $relation */ $relation = $relationListItem->getRelation(); $destination = $relation->destinationContentInfo; $expected = $expectedRelations[$destination->id]->destinationContentInfo; @@ -1329,10 +1335,10 @@ public function testCopyContentToAuthorizedLocationWithSubtreeLimitation() } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo + * @return ContentInfo * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws UnauthorizedException */ private function getContentInfoForAnonymousUser(): ContentInfo { diff --git a/tests/integration/Core/Repository/ContentServiceTest.php b/tests/integration/Core/Repository/ContentServiceTest.php index 76d22d7309..c328b8bbbd 100644 --- a/tests/integration/Core/Repository/ContentServiceTest.php +++ b/tests/integration/Core/Repository/ContentServiceTest.php @@ -11,13 +11,18 @@ use Ibexa\Contracts\Core\Repository\ContentService; use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException as APIInvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; +use Ibexa\Contracts\Core\Repository\LocationService; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\ContentMetadataUpdateStruct; +use Ibexa\Contracts\Core\Repository\Values\Content\DraftList\ContentDraftListItemInterface; use Ibexa\Contracts\Core\Repository\Values\Content\DraftList\Item\UnauthorizedContentDraftListItem; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\Language; @@ -35,6 +40,7 @@ use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Core\Base\Exceptions\UnauthorizedException as CoreUnauthorizedException; use Ibexa\Core\FieldType\Relation\Value as RelationValue; +use Ibexa\Core\FieldType\TextLine\Value; use Ibexa\Core\Repository\Values\Content\ContentUpdateStruct; use InvalidArgumentException; use ReflectionClass; @@ -43,7 +49,7 @@ /** * Test case for operations in the ContentService using in memory storage. * - * @see \Ibexa\Contracts\Core\Repository\ContentService + * @see ContentService * * @group content */ @@ -68,13 +74,13 @@ class ContentServiceTest extends BaseContentServiceTestCase private const GER_DE = 'ger-DE'; private const ENG_GB = 'eng-GB'; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ private $permissionResolver; - /** @var \Ibexa\Contracts\Core\Repository\ContentService */ + /** @var ContentService */ private $contentService; - /** @var \Ibexa\Contracts\Core\Repository\LocationService */ + /** @var LocationService */ private $locationService; public function setUp(): void @@ -110,7 +116,7 @@ public function testNewContentCreateStruct() /** * Test for the createContent() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContent() * @@ -197,9 +203,9 @@ public function testCreateContentAndPublishWithPrivilegedAnonymousUser(): void /** * Test for the createContent() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContent() * @@ -215,7 +221,7 @@ public function testCreateContentSetsContentInfo($content) /** * Test for the createContent() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContent() * @@ -257,9 +263,9 @@ public function testCreateContentSetsExpectedContentInfo($content) /** * Test for the createContent() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContent() * @@ -275,7 +281,7 @@ public function testCreateContentSetsVersionInfo($content) /** * Test for the createContent() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContent() * @@ -307,7 +313,7 @@ public function testCreateContentSetsExpectedVersionInfo($content) /** * Test for the createContent() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContent() * @@ -562,7 +568,7 @@ public function testLoadContentInfo() * * @covers \Ibexa\Contracts\Core\Repository\ContentService::loadContentInfo * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo */ public function testLoadContentInfoSetsExpectedContentInfo(ContentInfo $contentInfo) { @@ -577,7 +583,7 @@ public function testLoadContentInfoSetsExpectedContentInfo(ContentInfo $contentI * * @covers \Ibexa\Contracts\Core\Repository\ContentService::loadContentInfo * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo */ public function testLoadContentInfoGetContentType(ContentInfo $contentInfo): void { @@ -592,7 +598,7 @@ public function testLoadContentInfoGetContentType(ContentInfo $contentInfo): voi * * @covers \Ibexa\Contracts\Core\Repository\ContentService::loadContentInfo * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo */ public function testLoadContentInfoGetSection(ContentInfo $contentInfo): void { @@ -607,7 +613,7 @@ public function testLoadContentInfoGetSection(ContentInfo $contentInfo): void * * @covers \Ibexa\Contracts\Core\Repository\ContentService::loadContentInfo * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo */ public function testLoadContentInfoGetMainLanguage(ContentInfo $contentInfo): void { @@ -622,7 +628,7 @@ public function testLoadContentInfoGetMainLanguage(ContentInfo $contentInfo): vo * * @covers \Ibexa\Contracts\Core\Repository\ContentService::loadContentInfo * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo */ public function testLoadContentInfoGetMainLocation(ContentInfo $contentInfo): void { @@ -637,7 +643,7 @@ public function testLoadContentInfoGetMainLocation(ContentInfo $contentInfo): vo * * @covers \Ibexa\Contracts\Core\Repository\ContentService::loadContentInfo * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo */ public function testLoadContentInfoSetsExpectedOwnerProxy(ContentInfo $contentInfo): void { @@ -718,7 +724,7 @@ public function testLoadContentInfoByRemoteId() * * @covers \Ibexa\Contracts\Core\Repository\ContentService::loadContentInfoByRemoteId * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo */ public function testLoadContentInfoByRemoteIdSetsExpectedContentInfo(ContentInfo $contentInfo) { @@ -810,7 +816,7 @@ public function testLoadVersionInfoById() * * @covers \Ibexa\Contracts\Core\Repository\ContentService::loadVersionInfoById * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo */ public function testLoadVersionInfoByIdSetsExpectedVersionInfo(VersionInfo $versionInfo) { @@ -841,7 +847,7 @@ public function testLoadVersionInfoByIdSetsExpectedVersionInfo(VersionInfo $vers /** * @depends testLoadVersionInfoById * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo */ public function testLoadVersionInfoByIdGetCreator(VersionInfo $versionInfo): void { @@ -856,7 +862,7 @@ public function testLoadVersionInfoByIdGetCreator(VersionInfo $versionInfo): voi * * @covers \Ibexa\Contracts\Core\Repository\ContentService::loadVersionInfoById * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo */ public function testLoadVersionInfoByIdGetInitialLanguage(VersionInfo $versionInfo): void { @@ -869,7 +875,7 @@ public function testLoadVersionInfoByIdGetInitialLanguage(VersionInfo $versionIn /** * @depends testLoadVersionInfoById * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo + * @param VersionInfo $versionInfo */ public function testLoadVersionInfoByIdGetLanguages(VersionInfo $versionInfo): void { @@ -1016,8 +1022,11 @@ public function contentRemoteIdVersionLanguageProvider() * @param array|null $languages * @param int $versionNo */ - public function testLoadContentByRemoteId($remoteId, $languages, $versionNo) - { + public function testLoadContentByRemoteId( + $remoteId, + $languages, + $versionNo + ) { $content = $this->contentService->loadContentByRemoteId($remoteId, $languages, $versionNo); self::assertInstanceOf( @@ -1050,7 +1059,7 @@ public function testLoadContentByRemoteIdThrowsNotFoundException() /** * Test for the publishVersion() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::publishVersion() * @@ -1083,7 +1092,7 @@ public function testPublishVersion() /** * Test for the publishVersion() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::publishVersion() * @@ -1125,7 +1134,7 @@ public function testPublishVersionSetsExpectedContentInfo($content) /** * Test for the publishVersion() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::publishVersion() * @@ -1165,7 +1174,7 @@ public function testPublishVersionSetsExpectedVersionInfo($content) /** * Test for the publishVersion() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::publishVersion() * @@ -1222,8 +1231,8 @@ public function testPublishVersionCreatesLocationsDefinedOnCreate(): array */ public function testCreateContentWithLocationCreateParameterCreatesExpectedLocation(array $testData) { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $content */ - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location $location */ + /** @var Content $content */ + /** @var Location $location */ list($content, $location) = $testData; $parentLocationId = $this->generateId('location', 56); @@ -1298,7 +1307,7 @@ public function testPublishVersionDoesNotChangePublishedDate() /** * Test for the createContentDraft() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContentDraft() * @@ -1375,7 +1384,7 @@ public function testCreateContentDraftAndLoadAccess() /** * Test for the createContentDraft() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $draft + * @param Content $draft * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContentDraft() * @@ -1398,7 +1407,7 @@ public function testCreateContentDraftSetsExpectedProperties($draft) /** * Test for the createContentDraft() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $draft + * @param Content $draft * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContentDraft() * @@ -1434,7 +1443,7 @@ public function testCreateContentDraftSetsContentInfo($draft) /** * Test for the createContentDraft() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $draft + * @param Content $draft * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContentDraft() * @@ -1469,7 +1478,7 @@ public function testCreateContentDraftSetsVersionInfo($draft) /** * Test for the createContentDraft() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $draft + * @param Content $draft * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContentDraft() * @@ -1580,7 +1589,7 @@ public function testNewContentUpdateStruct() /** * Test for the updateContent() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::updateContent() * @@ -1611,7 +1620,7 @@ public function testUpdateContent() /** * Test for the updateContent_WithDifferentUser() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::updateContent() * @@ -1642,7 +1651,7 @@ public function testUpdateContentWithDifferentUser() /** * Test for the updateContent() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::updateContent() * @@ -2095,7 +2104,7 @@ public function testNewContentMetadataUpdateStruct() /** * Test for the updateContentMetadata() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::updateContentMetadata() * @@ -2134,7 +2143,7 @@ public function testUpdateContentMetadata() /** * Test for the updateContentMetadata() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::updateContentMetadata() * @@ -2174,7 +2183,7 @@ public function testUpdateContentMetadataSetsExpectedProperties($content) /** * Test for the updateContentMetadata() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * * @covers \Ibexa\Contracts\Core\Repository\ContentService::updateContentMetadata() * @@ -2225,9 +2234,9 @@ public function testUpdateContentMetadataThrowsInvalidArgumentExceptionOnNoMetad /** * @covers \Ibexa\Contracts\Core\Repository\ContentService::updateContentMetadata * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testUpdateContentAlwaysAvailable(): void { @@ -2250,9 +2259,9 @@ public function testUpdateContentAlwaysAvailable(): void /** * @covers \Ibexa\Contracts\Core\Repository\ContentService::updateContentMetadata * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws ForbiddenException + * @throws UnauthorizedException + * @throws NotFoundException */ public function testUpdateContentMainTranslation(): void { @@ -2436,13 +2445,13 @@ public function testLoadContentDraftList(): void $this->contentService->createContentDraft($demoDesignContentInfo); // Now $contentDrafts should contain two drafted versions - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\DraftList\ContentDraftListItemInterface[] $draftedVersions */ + /** @var ContentDraftListItemInterface[] $draftedVersions */ $draftedVersions = iterator_to_array($this->contentService->loadContentDraftList()->getIterator()); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $draftedVersionInfo0 */ + /** @var VersionInfo $draftedVersionInfo0 */ $draftedVersionInfo0 = $draftedVersions[0]->getVersionInfo(); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $draftedVersionInfo1 */ + /** @var VersionInfo $draftedVersionInfo1 */ $draftedVersionInfo1 = $draftedVersions[1]->getVersionInfo(); $actual = [ @@ -2487,13 +2496,13 @@ public function testLoadContentDraftsWithFirstParameter() $this->permissionResolver->setCurrentUserReference($oldCurrentUser); // Now $contentDrafts for the previous current user and the new user - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\DraftList\ContentDraftListItemInterface[] $newCurrentUserDrafts */ + /** @var ContentDraftListItemInterface[] $newCurrentUserDrafts */ $newCurrentUserDrafts = iterator_to_array($this->contentService->loadContentDraftList($user)->getIterator()); $oldCurrentUserDrafts = iterator_to_array($this->contentService->loadContentDraftList()->getIterator()); self::assertSame([], $oldCurrentUserDrafts); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $newCurrentUserDraftVersionInfo */ + /** @var VersionInfo $newCurrentUserDraftVersionInfo */ $newCurrentUserDraftVersionInfo = $newCurrentUserDrafts[0]->getVersionInfo(); self::assertEquals( [ @@ -2671,9 +2680,9 @@ public function testLoadVersionInfoByIdWithSecondParameter() */ public function testLoadVersionInfoByIdWithSecondParameterSetsExpectedVersionInfo(array $data) { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo $versionInfo */ + /** @var VersionInfo $versionInfo */ $versionInfo = $data['versionInfo']; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $draftContent */ + /** @var Content $draftContent */ $draftContent = $data['draftContent']; $this->assertPropertiesCorrect( @@ -2780,7 +2789,10 @@ public function testLoadContentByVersionInfoWithSecondParameter() } usort( $actual, - static function ($field1, $field2): int { + static function ( + $field1, + $field2 + ): int { if (0 === ($return = strcasecmp($field1->fieldDefIdentifier, $field2->fieldDefIdentifier))) { return strcasecmp($field1->languageCode, $field2->languageCode); } @@ -2986,7 +2998,7 @@ public function testLoadContentWithPrioritizedLanguages() * * @depends testLoadContentWithPrioritizedLanguages * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $contentDraft + * @param Content $contentDraft */ public function testLoadContentWithPrioritizedLanguagesThrowsNotFoundException(Content $contentDraft) { @@ -3147,7 +3159,7 @@ public function testLoadContentWithPrioritizedLanguagesList($languageCodes) isset($languageCodes[0]) ? $languageCodes[0] : null ); $nameValue = $content->getFieldValue('name'); - /** @var \Ibexa\Core\FieldType\TextLine\Value $nameValue */ + /** @var Value $nameValue */ self::assertEquals($expectedName, $nameValue->text); self::assertEquals($expectedName, $content->getVersionInfo()->getName()); // Also check value on shortcut method on content @@ -3248,7 +3260,7 @@ public function testDeleteVersionWorksIfOnlyVersionIsDraft() * * @depends testPublishVersion * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo[] + * @return VersionInfo[] */ public function testLoadVersions() { @@ -3274,7 +3286,7 @@ public function testLoadVersions() * * @covers \Ibexa\Contracts\Core\Repository\ContentService::loadVersions * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo[] $versions + * @param VersionInfo[] $versions */ public function testLoadVersionsSetsExpectedVersionInfo(array $versions) { @@ -3399,7 +3411,7 @@ public function testCopyContentWithNewOwner() $userService = $this->getRepository()->getUserService(); $owner = $this->createUser('new_owner', 'foo', 'bar'); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $contentVersion2 */ + /** @var Content $contentVersion2 */ $contentVersion2 = $this->createContentDraftVersion1( $parentLocationId, self::FORUM_IDENTIFIER, @@ -3503,15 +3515,15 @@ public function testCopyContentWithGivenVersion() } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] + * @return Relation[] * * @covers \Ibexa\Contracts\Core\Repository\ContentService::addRelation * * @depends testPublishVersionFromContentDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws NotFoundException + * @throws UnauthorizedException + * @throws BadStateException */ public function testAddRelation(): array { @@ -3536,7 +3548,7 @@ public function testAddRelation(): array /** * Test for the addRelation() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] $relations + * @param Relation[] $relations * * @covers \Ibexa\Contracts\Core\Repository\ContentService::addRelation() * @@ -3551,7 +3563,7 @@ public function testAddRelationAddsRelationToContent($relations) } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] $relations + * @param Relation[] $relations */ protected function assertExpectedRelations($relations) { @@ -3574,7 +3586,7 @@ protected function assertExpectedRelations($relations) /** * Test for the addRelation() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] $relations + * @param Relation[] $relations * * @covers \Ibexa\Contracts\Core\Repository\ContentService::addRelation() * @@ -3588,7 +3600,7 @@ public function testAddRelationSetsExpectedRelations($relations) /** * Test for the createContentDraft() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] + * @return Relation[] * * @covers \Ibexa\Contracts\Core\Repository\ContentService::createContentDraft * @@ -3617,9 +3629,9 @@ public function testCreateContentDraftWithRelations() /** * Test for the createContentDraft() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] $relations + * @param Relation[] $relations * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] + * @return Relation[] * * @depends testCreateContentDraftWithRelations */ @@ -3636,7 +3648,7 @@ public function testCreateContentDraftWithRelationsCreatesRelations(array $relat /** * Test for the createContentDraft() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] $relations + * @param Relation[] $relations * * @depends testCreateContentDraftWithRelationsCreatesRelations */ @@ -3704,7 +3716,7 @@ public function testLoadRelationsSkipsArchivedContent() $trashService->trash($demoDesignLocation); // Load all items - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\RelationList\RelationListItemInterface[] $items */ + /** @var RelationListItemInterface[] $items */ $items = iterator_to_array( $this->contentService->loadRelationList($draft->getVersionInfo())->getIterator() ); @@ -3760,7 +3772,7 @@ public function testLoadRelationsSkipsDraftContent() $demoDesign ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\RelationList\RelationListItemInterface[] $items */ + /** @var RelationListItemInterface[] $items */ $items = iterator_to_array( $this->contentService->loadRelationList($mediaDraft->getVersionInfo())->getIterator() ); @@ -4012,7 +4024,10 @@ public function testLoadReverseRelations() usort( $reverseRelations, - static function ($rel1, $rel2): int { + static function ( + $rel1, + $rel2 + ): int { return strcasecmp( $rel2->getSourceContentInfo()->remoteId, $rel1->getSourceContentInfo()->remoteId @@ -5746,10 +5761,10 @@ public function providerForDeleteTranslationFromDraftRemovesUrlAliasOnPublishing * * @param string[] $fieldValues translated field values * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws APIInvalidArgumentException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testDeleteTranslationFromDraftRemovesUrlAliasOnPublishing(array $fieldValues) { @@ -6097,8 +6112,10 @@ public function testLoadVersionsOfStatusArchived() * @param array $expectedAliasProperties * @param array $actualAliases */ - private function assertAliasesCorrect(array $expectedAliasProperties, array $actualAliases) - { + private function assertAliasesCorrect( + array $expectedAliasProperties, + array $actualAliases + ) { foreach ($actualAliases as $actualAlias) { if (!isset($expectedAliasProperties[$actualAlias->path])) { self::fail( @@ -6139,7 +6156,7 @@ private function assertAliasesCorrect(array $expectedAliasProperties, array $act /** * Asserts that the given fields are equal to the default fields fixture. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $fields + * @param Field[] $fields */ private function assertAllFieldsEquals(array $fields) { @@ -6153,11 +6170,13 @@ private function assertAllFieldsEquals(array $fields) * Asserts that the given fields are equal to a language filtered set of the * default fields fixture. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $fields + * @param Field[] $fields * @param string $languageCode */ - private function assertLocaleFieldsEquals(array $fields, $languageCode) - { + private function assertLocaleFieldsEquals( + array $fields, + $languageCode + ) { $actual = $this->normalizeFields($fields); $expected = []; @@ -6179,9 +6198,9 @@ private function assertLocaleFieldsEquals(array $fields, $languageCode) * addition, the field value is removed, since this one depends on the * specific FieldType, which is tested in a dedicated integration test. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $fields + * @param Field[] $fields * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field[] + * @return Field[] */ private function normalizeFields(array $fields) { @@ -6199,7 +6218,10 @@ private function normalizeFields(array $fields) } usort( $normalized, - static function ($field1, $field2): int { + static function ( + $field1, + $field2 + ): int { if (0 === ($return = strcasecmp($field1->fieldDefIdentifier, $field2->fieldDefIdentifier))) { return strcasecmp($field1->languageCode, $field2->languageCode); } @@ -6214,7 +6236,7 @@ static function ($field1, $field2): int { /** * Asserts that given Content has default ContentStates. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo */ private function assertDefaultContentStates(ContentInfo $contentInfo) { @@ -6241,8 +6263,10 @@ private function assertDefaultContentStates(ContentInfo $contentInfo) * @param string $languageCode * @param int $contentId */ - private function assertTranslationDoesNotExist($languageCode, $contentId) - { + private function assertTranslationDoesNotExist( + $languageCode, + $contentId + ) { $content = $this->contentService->loadContent($contentId); foreach ($content->fields as $field) { @@ -6264,7 +6288,7 @@ private function assertTranslationDoesNotExist($languageCode, $contentId) /** * Returns the default fixture of fields used in most tests. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field[] + * @return Field[] */ private function createFieldsFixture() { @@ -6318,13 +6342,13 @@ private function getExpectedMediaContentInfoProperties() /** * @covers \Ibexa\Contracts\Core\Repository\ContentService::hideContent * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws ContentFieldValidationException + * @throws ContentValidationException + * @throws ForbiddenException + * @throws APIInvalidArgumentException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testHideContent(): void { @@ -6364,9 +6388,9 @@ function (Location $parentLocation) { /** * @covers \Ibexa\Contracts\Core\Repository\ContentService::revealContent * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testRevealContent() { @@ -6437,7 +6461,7 @@ public function testRevealContentWithHiddenParent() $this->generateId('location', 2) ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content[] $contents */ + /** @var Content[] $contents */ $contents = []; foreach ($contentNames as $contentName) { @@ -6495,7 +6519,7 @@ public function testRevealContentWithHiddenChildren() $this->generateId('location', 2) ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content[] $contents */ + /** @var Content[] $contents */ $contents = []; foreach ($contentNames as $contentName) { @@ -6767,11 +6791,11 @@ public function testCopyTranslationsFromInvalidPublishedContentToDraft() * * @param int $parentLocationId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location[] A list of Locations aimed to be parents + * @return Location[] A list of Locations aimed to be parents * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ private function createParentLocationsForHideReveal(int $parentLocationId): array { @@ -6787,7 +6811,7 @@ private function createParentLocationsForHideReveal(int $parentLocationId): arra /** * Filter Locations list by hidden only. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location[] $locations + * @param Location[] $locations * * @return array */ @@ -6848,7 +6872,7 @@ public function testCreateContentWithRomanianSpecialCharsInTitle() /** * @param int $amountOfDrafts * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ private function createContentDrafts(int $amountOfDrafts): void { @@ -6866,11 +6890,11 @@ private function createContentDrafts(int $amountOfDrafts): void /** * @param array $limitationValues * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ private function createUserWithVersionReadLimitations(array $limitationValues = []): User { @@ -6890,20 +6914,20 @@ private function createUserWithVersionReadLimitations(array $limitationValues = } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content[] $drafts + * @param Content[] $drafts * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws UnauthorizedException * * @return object */ private function createContentWithReverseRelations(array $drafts) { $contentWithReverseRelations = new class() { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content */ + /** @var Content */ public $content; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content[] */ + /** @var Content[] */ public $reverseRelations; }; $content = $this->createContentVersion1(); @@ -6911,7 +6935,7 @@ private function createContentWithReverseRelations(array $drafts) $contentInfo = $versionInfo->getContentInfo(); $contentWithReverseRelations->content = $content; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $draft */ + /** @var Content $draft */ foreach ($drafts as $draft) { $this->contentService->addRelation( $draft->getVersionInfo(), diff --git a/tests/integration/Core/Repository/ContentTypeService/FindContentTypesTest.php b/tests/integration/Core/Repository/ContentTypeService/FindContentTypesTest.php index 7fec20ccc8..71b081a3fa 100644 --- a/tests/integration/Core/Repository/ContentTypeService/FindContentTypesTest.php +++ b/tests/integration/Core/Repository/ContentTypeService/FindContentTypesTest.php @@ -44,8 +44,10 @@ public function testFindContentTypesWithNullQueryFinds25Results(): void * * @dataProvider dataProviderForTestFindContentTypes */ - public function testFindContentTypes(ContentTypeQuery $query, array $expectedIdentifiers): void - { + public function testFindContentTypes( + ContentTypeQuery $query, + array $expectedIdentifiers + ): void { $contentTypeService = self::getContentTypeService(); $contentTypes = $contentTypeService->findContentTypes($query); @@ -148,7 +150,7 @@ public function testFindContentTypesContainingFieldDefinitions(): void } /** - * @return iterable}> + * @return iterable}> */ public function dataProviderForTestFindContentTypes(): iterable { diff --git a/tests/integration/Core/Repository/ContentTypeServiceTest.php b/tests/integration/Core/Repository/ContentTypeServiceTest.php index e125887a2b..7cb38a1bac 100644 --- a/tests/integration/Core/Repository/ContentTypeServiceTest.php +++ b/tests/integration/Core/Repository/ContentTypeServiceTest.php @@ -12,8 +12,10 @@ use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\ContentTypeFieldDefinitionValidationException; use Ibexa\Contracts\Core\Repository\Exceptions\ContentTypeValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Language; use Ibexa\Contracts\Core\Repository\Values\Content\Location; @@ -29,6 +31,7 @@ use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\Translation\Message; +use Ibexa\Core\FieldType\TextLine\Value; use Ibexa\Core\FieldType\TextLine\Value as TextLineValue; /** @@ -957,8 +960,8 @@ public function testCreateContentTypeStructValues(array $data) * $expectedDefinitionCreates have been correctly created in * $actualDefinitions. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct[] $expectedDefinitionCreates - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] $actualDefinitions + * @param FieldDefinitionCreateStruct[] $expectedDefinitionCreates + * @param FieldDefinition[] $actualDefinitions */ protected function assertFieldDefinitionsCorrect( array $expectedDefinitionCreates, @@ -970,7 +973,10 @@ protected function assertFieldDefinitionsCorrect( 'Count of field definition creates did not match count of field definitions.' ); - $sorter = static function ($a, $b): int { + $sorter = static function ( + $a, + $b + ): int { return strcmp($a->identifier, $b->identifier); }; @@ -1006,12 +1012,17 @@ protected function assertFieldDefinitionsEqual( /** * Asserts that two sets of ContentTypeGroups are equal. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] $expectedGroups - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup[] $actualGroups + * @param ContentTypeGroup[] $expectedGroups + * @param ContentTypeGroup[] $actualGroups */ - protected function assertContentTypeGroupsCorrect($expectedGroups, $actualGroups) - { - $sorter = static function ($a, $b): int { + protected function assertContentTypeGroupsCorrect( + $expectedGroups, + $actualGroups + ) { + $sorter = static function ( + $a, + $b + ): int { return strcmp($a->id, $b->id); }; @@ -1497,9 +1508,9 @@ public function testUpdateContentTypeDraftStructValues($data) /** * @covers \Ibexa\Contracts\Core\Repository\ContentTypeService::updateContentTypeDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testUpdateContentTypeDraftWithNewTranslation() { @@ -2112,7 +2123,7 @@ public function testRemoveFieldDefinitionRemovesFieldFromContent() /** * Test for the removeFieldDefinition() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content[] $data + * @param Content[] $data * * @covers \Ibexa\Contracts\Core\Repository\ContentTypeService::removeFieldDefinition * @@ -2233,7 +2244,7 @@ public function testAddFieldDefinitionAddsFieldToContent() /** * Test for the addFieldDefinition() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content[] $data + * @param Content[] $data * * @covers \Ibexa\Contracts\Core\Repository\ContentTypeService::addFieldDefinition() * @@ -2300,7 +2311,7 @@ public function testNewFieldDefinitionUpdateStruct() * * @covers \Ibexa\Contracts\Core\Repository\ContentTypeService::newContentTypeUpdateStruct * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct + * @param FieldDefinitionUpdateStruct $fieldDefinitionUpdateStruct */ public function testNewFieldDefinitionUpdateStructValues($fieldDefinitionUpdateStruct) { @@ -2793,7 +2804,7 @@ public function testLoadContentTypeWithPrioritizedLanguagesList(array $languageC $contentType = $contentTypeService->loadContentType($contentType->id, $languageCodes); $language = isset($languageCodes[0]) ? $languageCodes[0] : 'eng-US'; - /** @var \Ibexa\Core\FieldType\TextLine\Value $nameValue */ + /** @var Value $nameValue */ self::assertEquals( $contentType->getName($language), $contentType->getName() @@ -2992,7 +3003,7 @@ public function testLoadContentTypeThrowsNotFoundException() /** * Test for the loadContentTypeByIdentifier() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType * * @covers \Ibexa\Contracts\Core\Repository\ContentTypeService::loadContentTypeByIdentifier() * @@ -3021,7 +3032,7 @@ public function testLoadContentTypeByIdentifier() /** * Test for the loadContentTypeByIdentifier() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType * * @covers \Ibexa\Contracts\Core\Repository\ContentTypeService::loadContentTypeByIdentifier() * @@ -3192,7 +3203,10 @@ public function testLoadContentTypesContent(array $types) usort( $types, - static function ($a, $b): int { + static function ( + $a, + $b + ): int { if ($a->id == $b->id) { return 0; } @@ -3455,12 +3469,15 @@ public function testCopyContentTypeStructValues(array $data) } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $originalType - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $copiedType + * @param ContentType $originalType + * @param ContentType $copiedType * @param array $excludedProperties */ - private function assertCopyContentTypeValues($originalType, $copiedType, $excludedProperties = []) - { + private function assertCopyContentTypeValues( + $originalType, + $copiedType, + $excludedProperties = [] + ) { $allProperties = [ 'names', 'descriptions', @@ -4400,10 +4417,10 @@ public function testIsContentTypeUsed() /** * @covers \Ibexa\Contracts\Core\Repository\ContentTypeService::removeContentTypeTranslation * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws InvalidArgumentException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testRemoveContentTypeTranslation() { @@ -4442,10 +4459,10 @@ public function testRemoveContentTypeTranslation() /** * @covers \Ibexa\Contracts\Core\Repository\ContentTypeService::removeContentTypeTranslation * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws InvalidArgumentException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testRemoveContentTypeTranslationWithMultilingualData() { @@ -4505,9 +4522,9 @@ public function testRemoveContentTypeTranslationWithMultilingualData() /** * @covers \Ibexa\Contracts\Core\Repository\ContentTypeService::updateContentTypeDraft * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testUpdateContentTypeDraftWithNewTranslationWithMultilingualData() { diff --git a/tests/integration/Core/Repository/FieldType/AuthorIntegrationTest.php b/tests/integration/Core/Repository/FieldType/AuthorIntegrationTest.php index 6342258050..83a68d7099 100644 --- a/tests/integration/Core/Repository/FieldType/AuthorIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/AuthorIntegrationTest.php @@ -12,6 +12,7 @@ use Ibexa\Core\FieldType\Author\Author; use Ibexa\Core\FieldType\Author\AuthorCollection; use Ibexa\Core\FieldType\Author\Type; +use Ibexa\Core\FieldType\Author\Value; use Ibexa\Core\FieldType\Author\Value as AuthorValue; /** @@ -106,7 +107,7 @@ public function getInvalidValidatorConfiguration() /** * Get initial field data for valid object creation. * - * @return \Ibexa\Core\FieldType\Author\Value + * @return Value */ public function getValidCreationFieldData() { @@ -139,7 +140,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -198,7 +199,7 @@ public function provideInvalidCreationFieldData() /** * Get update field externals data. * - * @return \Ibexa\Core\FieldType\Author\Value + * @return Value */ public function getValidUpdateFieldData() { @@ -259,7 +260,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/BaseBinaryFileIntegrationTestCaseCase.php b/tests/integration/Core/Repository/FieldType/BaseBinaryFileIntegrationTestCaseCase.php index ce0eafd88a..78d81c9432 100644 --- a/tests/integration/Core/Repository/FieldType/BaseBinaryFileIntegrationTestCaseCase.php +++ b/tests/integration/Core/Repository/FieldType/BaseBinaryFileIntegrationTestCaseCase.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Core\Base\Exceptions\InvalidArgumentValue; +use Ibexa\Core\FieldType\BinaryBase\Value; use Ibexa\Core\FieldType\BinaryBase\Value as BinaryBaseValue; /** @@ -40,12 +41,12 @@ abstract protected function getFixtureData(): array; abstract protected function buildBinaryFileValue(string $fileId): BinaryBaseValue; /** - * @phpstan-return list + * @phpstan-return list */ abstract public function provideFromHashData(): array; /** - * @phpstan-return list + * @phpstan-return list */ abstract public function provideToHashData(): array; @@ -236,8 +237,10 @@ protected function getAdditionallyIndexedFieldData(): array /** * @phpstan-param TBaseBinaryFileFieldValueHash $expectedData */ - private function assertCreatedUpdatedBinaryFieldDataLoadedCorrectly(array $expectedData, Field $field): void - { + private function assertCreatedUpdatedBinaryFieldDataLoadedCorrectly( + array $expectedData, + Field $field + ): void { // Will change during storage unset($expectedData['id']); $expectedData['inputUri'] = null; diff --git a/tests/integration/Core/Repository/FieldType/BaseIntegrationTestCase.php b/tests/integration/Core/Repository/FieldType/BaseIntegrationTestCase.php index 0dc30df3ab..da32ef24d5 100644 --- a/tests/integration/Core/Repository/FieldType/BaseIntegrationTestCase.php +++ b/tests/integration/Core/Repository/FieldType/BaseIntegrationTestCase.php @@ -8,11 +8,18 @@ namespace Ibexa\Tests\Integration\Core\Repository\FieldType; use Ibexa\Contracts\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; use Ibexa\Contracts\Core\Repository\Exceptions\ContentTypeFieldDefinitionValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Field; +use Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; +use Ibexa\Core\FieldType\FieldType; use Ibexa\Tests\Integration\Core\Repository\BaseTestCase; /** @@ -126,7 +133,7 @@ abstract public function getFieldName(); * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ abstract public function assertFieldDataLoadedCorrect(Field $field); @@ -166,7 +173,7 @@ abstract public function getValidUpdateFieldData(); * Asserts that the data provided by {@link getValidUpdateFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ abstract public function assertUpdatedFieldDataLoadedCorrect(Field $field); @@ -199,7 +206,7 @@ abstract public function provideInvalidUpdateFieldData(); * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ abstract public function assertCopiedFieldDataLoadedCorrectly(Field $field); @@ -256,11 +263,13 @@ abstract public function provideFromHashData(); * We cannot just overwrite the testCreateContent method, since this messes * up PHPUnits @depends sorting of tests, so everything will be skipped. * - * @param \Ibexa\Contracts\Core\Repository $repository - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Repository $repository + * @param Content $content */ - public function postCreationHook(Repository\Repository $repository, Repository\Values\Content\Content $content) - { + public function postCreationHook( + Repository\Repository $repository, + Content $content + ) { // Do nothing by default } @@ -310,10 +319,14 @@ protected function checkSupportGetName() * @param array $typeCreateOverride * @param array $fieldCreateOverride * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType - */ - protected function createContentType($fieldSettings, $validatorConfiguration, array $typeCreateOverride = [], array $fieldCreateOverride = []) - { + * @return ContentType + */ + protected function createContentType( + $fieldSettings, + $validatorConfiguration, + array $typeCreateOverride = [], + array $fieldCreateOverride = [] + ) { $repository = $this->getRepository(); $contentTypeService = $repository->getContentTypeService(); @@ -377,8 +390,11 @@ protected function createContentType($fieldSettings, $validatorConfiguration, ar * * @return mixed */ - protected function getOverride($key, array $overrideValues, $default) - { + protected function getOverride( + $key, + array $overrideValues, + $default + ) { return isset($overrideValues[$key]) ? $overrideValues[$key] : $default; } @@ -528,10 +544,12 @@ public function testCreateContent() * * @param mixed $fieldData * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - protected function createContent($fieldData, $contentType = null) - { + protected function createContent( + $fieldData, + $contentType = null + ) { if ($contentType === null) { $contentType = $this->testCreateContentType(); } @@ -557,17 +575,20 @@ protected function createContent($fieldData, $contentType = null) * * @param array $names Content names in the form of [languageCode => name] * @param array $fieldData FT-specific data in the form of [languageCode => data] - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct[] $locationCreateStructs + * @param LocationCreateStruct[] $locationCreateStructs * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - */ - protected function createMultilingualContent(array $names, array $fieldData, array $locationCreateStructs = []) - { + * @throws ContentFieldValidationException + * @throws ContentValidationException + * @throws InvalidArgumentException + * @throws UnauthorizedException + */ + protected function createMultilingualContent( + array $names, + array $fieldData, + array $locationCreateStructs = [] + ) { self::assertEquals(array_keys($names), array_keys($fieldData), 'Languages passed to names and data differ'); $contentType = $this->createContentType( @@ -692,7 +713,7 @@ public function testLoadExternalData() public function testCreateContentWithEmptyFieldValue() { - /** @var \Ibexa\Core\FieldType\FieldType $fieldType */ + /** @var FieldType $fieldType */ $fieldType = $this->getRepository()->getFieldTypeService()->getFieldType($this->getTypeName()); return $this->createContent($fieldType->getEmptyValue()); @@ -703,7 +724,7 @@ public function testCreateContentWithEmptyFieldValue() * * @depends testCreateContentWithEmptyFieldValue * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $contentDraft + * @param Content $contentDraft */ public function testPublishContentWithEmptyFieldValue(Content $contentDraft) { @@ -760,7 +781,7 @@ public function testLoadEmptyFieldValueType($content) */ public function testLoadEmptyFieldValueData($field) { - /** @var \Ibexa\Core\FieldType\FieldType $fieldType */ + /** @var FieldType $fieldType */ $fieldType = $this->getRepository()->getFieldTypeService()->getFieldType($this->getTypeName()); // @todo either test this not using acceptValue, or add to API (but is not meant for high level API, so..) @@ -789,10 +810,12 @@ public function testUpdateField() * @param mixed $fieldData * @param bool $setField If false the update struct will be empty (field value will not be set) * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - public function updateContent($fieldData, $setField = true) - { + public function updateContent( + $fieldData, + $setField = true + ) { $content = $this->testPublishContent(); $repository = $this->getRepository(); @@ -933,8 +956,10 @@ public function testDeleteContent($content) * * @dataProvider provideInvalidCreationFieldData */ - public function testCreateContentFails($failingValue, ?string $expectedException): void - { + public function testCreateContentFails( + $failingValue, + ?string $expectedException + ): void { $this->expectException($expectedException); $this->createContent($failingValue); } @@ -947,8 +972,10 @@ public function testCreateContentFails($failingValue, ?string $expectedException * * @dataProvider provideInvalidUpdateFieldData */ - public function testUpdateContentFails($failingValue, $expectedException) - { + public function testUpdateContentFails( + $failingValue, + $expectedException + ) { $this->expectException($expectedException); $this->updateContent($failingValue); } @@ -1028,8 +1055,10 @@ public function testAddFieldDefinition() /** * @dataProvider provideToHashData */ - public function testToHash($value, $expectedHash) - { + public function testToHash( + $value, + $expectedHash + ) { $repository = $this->getRepository(); $fieldTypeService = $repository->getFieldTypeService(); $fieldType = $fieldTypeService->getFieldType($this->getTypeName()); @@ -1048,8 +1077,10 @@ public function testToHash($value, $expectedHash) * @todo: Requires correct registered FieldTypeService, needs to be * maintained! */ - public function testFromHash($hash, $expectedValue) - { + public function testFromHash( + $hash, + $expectedValue + ) { $repository = $this->getRepository(); $fieldTypeService = $repository->getFieldTypeService(); $fieldType = $fieldTypeService->getFieldType($this->getTypeName()); diff --git a/tests/integration/Core/Repository/FieldType/BinaryFileIntegrationTest.php b/tests/integration/Core/Repository/FieldType/BinaryFileIntegrationTest.php index abcaf4b84f..a5bd877e38 100644 --- a/tests/integration/Core/Repository/FieldType/BinaryFileIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/BinaryFileIntegrationTest.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy; +use Ibexa\Core\FieldType\BinaryBase\Value; use Ibexa\Core\FieldType\BinaryBase\Value as BinaryBaseValue; use Ibexa\Core\FieldType\BinaryFile\Value as BinaryFileValue; @@ -128,7 +129,7 @@ public function provideFromHashData(): array } /** - * @return list> + * @return list> */ public function providerForTestIsEmptyValue(): array { diff --git a/tests/integration/Core/Repository/FieldType/CheckboxIntegrationTest.php b/tests/integration/Core/Repository/FieldType/CheckboxIntegrationTest.php index 55929544fa..a3ae8f258f 100644 --- a/tests/integration/Core/Repository/FieldType/CheckboxIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/CheckboxIntegrationTest.php @@ -8,13 +8,18 @@ namespace Ibexa\Tests\Integration\Core\Repository\FieldType; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Repository; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; +use Ibexa\Core\FieldType\Checkbox\Value; use Ibexa\Core\FieldType\Checkbox\Value as CheckboxValue; /** @@ -127,7 +132,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -199,7 +204,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { @@ -325,9 +330,9 @@ public function getDataForTestFindContentFieldCriterion(): iterable * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findContent * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testFindContentFieldCriterion(bool $isActive): void { @@ -346,9 +351,9 @@ public function testFindContentFieldCriterion(bool $isActive): void self::assertEquals(1, $searchResult->totalCount); $contentItem = $searchResult->searchHits[0]->valueObject; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $contentItem */ + /** @var Content $contentItem */ $value = $contentItem->getField('is_active')->value; - /** @var \Ibexa\Core\FieldType\Checkbox\Value $value */ + /** @var Value $value */ self::assertSame($isActive, $value->bool); } @@ -366,9 +371,9 @@ public function testAddFieldDefinition(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ protected function createCheckboxContentItems(Repository $repository): void { @@ -395,9 +400,9 @@ protected function createCheckboxContentItems(Repository $repository): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ private function createContentTypeWithCheckboxField(Repository $repository): ContentType { diff --git a/tests/integration/Core/Repository/FieldType/CountryIntegrationTest.php b/tests/integration/Core/Repository/FieldType/CountryIntegrationTest.php index d0539fea37..b1713f4ded 100644 --- a/tests/integration/Core/Repository/FieldType/CountryIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/CountryIntegrationTest.php @@ -136,7 +136,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -253,7 +253,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/DateAndTimeIntegrationTest.php b/tests/integration/Core/Repository/FieldType/DateAndTimeIntegrationTest.php index d2671bbc39..b21e11433d 100644 --- a/tests/integration/Core/Repository/FieldType/DateAndTimeIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/DateAndTimeIntegrationTest.php @@ -150,7 +150,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -160,7 +160,7 @@ public function assertFieldDataLoadedCorrect(Field $field) ); $expectedData = [ - 'value' => new \DateTime('@123456'), + 'value' => new DateTime('@123456'), ]; $this->assertPropertiesCorrect( $expectedData, @@ -202,7 +202,7 @@ public function assertUpdatedFieldDataLoadedCorrect(Field $field) ); $expectedData = [ - 'value' => new \DateTime('@12345678'), + 'value' => new DateTime('@12345678'), ]; $this->assertPropertiesCorrect( $expectedData, @@ -223,8 +223,10 @@ public function provideInvalidUpdateFieldData() * * @dataProvider provideInvalidUpdateFieldData */ - public function testUpdateContentFails($failingValue, $expectedException) - { + public function testUpdateContentFails( + $failingValue, + $expectedException + ) { return [ [ 'Some unknown date format', InvalidArgumentException::class, @@ -238,7 +240,7 @@ public function testUpdateContentFails($failingValue, $expectedException) * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { @@ -248,7 +250,7 @@ public function assertCopiedFieldDataLoadedCorrectly(Field $field) ); $expectedData = [ - 'value' => new \DateTime('@123456'), + 'value' => new DateTime('@123456'), ]; $this->assertPropertiesCorrect( $expectedData, diff --git a/tests/integration/Core/Repository/FieldType/DateIntegrationTest.php b/tests/integration/Core/Repository/FieldType/DateIntegrationTest.php index 8922b8fd87..4b29e4cd31 100644 --- a/tests/integration/Core/Repository/FieldType/DateIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/DateIntegrationTest.php @@ -139,7 +139,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -184,7 +184,7 @@ public function getValidUpdateFieldData() * Asserts that the data provided by {@link getValidUpdateFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertUpdatedFieldDataLoadedCorrect(Field $field) { @@ -213,7 +213,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/EmailAddressIntegrationTest.php b/tests/integration/Core/Repository/FieldType/EmailAddressIntegrationTest.php index e9c4901fa5..b2037ad4f0 100644 --- a/tests/integration/Core/Repository/FieldType/EmailAddressIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/EmailAddressIntegrationTest.php @@ -126,7 +126,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -218,7 +218,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/FloatIntegrationTest.php b/tests/integration/Core/Repository/FieldType/FloatIntegrationTest.php index 2b08f704e8..84e58bbaac 100644 --- a/tests/integration/Core/Repository/FieldType/FloatIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/FloatIntegrationTest.php @@ -138,7 +138,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -216,7 +216,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/ISBNIntegrationTest.php b/tests/integration/Core/Repository/FieldType/ISBNIntegrationTest.php index a060f73fe3..89b6632eb5 100644 --- a/tests/integration/Core/Repository/FieldType/ISBNIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/ISBNIntegrationTest.php @@ -127,7 +127,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -208,7 +208,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/ImageIntegrationTest.php b/tests/integration/Core/Repository/FieldType/ImageIntegrationTest.php index 98b190b7e1..88069718af 100644 --- a/tests/integration/Core/Repository/FieldType/ImageIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/ImageIntegrationTest.php @@ -7,14 +7,19 @@ namespace Ibexa\Tests\Integration\Core\Repository\FieldType; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\ParameterType; use DOMDocument; use DOMElement; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy; use Ibexa\Core\FieldType\Image\IO\Legacy as LegacyIOService; +use Ibexa\Core\FieldType\Image\Value; use Ibexa\Core\FieldType\Image\Value as ImageValue; use Ibexa\Core\IO\IOServiceInterface; use Ibexa\Core\Persistence\Legacy\Content\Gateway; @@ -522,7 +527,7 @@ public function testUpdatingImageMetadataOnlyWorks(): void $draft = $this->createContent($this->getValidCreationFieldData(), $type); - /** @var \Ibexa\Core\FieldType\Image\Value $imageFieldValue */ + /** @var Value $imageFieldValue */ $imageFieldValue = $draft->getFieldValue('data'); $initialValueImageUri = $imageFieldValue->uri; @@ -532,7 +537,7 @@ public function testUpdatingImageMetadataOnlyWorks(): void $updateStruct->setField('data', $imageFieldValue); $updatedDraft = $contentService->updateContent($draft->versionInfo, $updateStruct); - /** @var \Ibexa\Core\FieldType\Image\Value $updatedImageValue */ + /** @var Value $updatedImageValue */ $updatedImageValue = $updatedDraft->getFieldValue('data'); self::assertEquals($initialValueImageUri, $updatedImageValue->uri); @@ -542,9 +547,9 @@ public function testUpdatingImageMetadataOnlyWorks(): void /** * @see https://issues.ibexa.co/browse/EZP-23152 * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws ForbiddenException + * @throws UnauthorizedException */ public function testThatRemovingDraftDoesntRemovePublishedImages(): void { @@ -589,9 +594,9 @@ public function testThatRemovingDraftDoesntRemovePublishedImages(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testUpdateImageAltTextOnly(): void { @@ -608,7 +613,7 @@ public function testUpdateImageAltTextOnly(): void [2] ); - /** @var \Ibexa\Core\FieldType\Image\Value $imageField */ + /** @var Value $imageField */ $imageField = $content->getFieldValue('image'); $updatedAlternativeText = 'Updated alternative text'; $imageField->alternativeText = $updatedAlternativeText; @@ -701,9 +706,9 @@ protected function getAdditionallyIndexedFieldData(): array } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testRemovingContentRemovesImages(): void { @@ -741,9 +746,9 @@ public function testRemovingContentRemovesImages(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testRemovingDraftRemovesOldImage(): void { @@ -787,7 +792,7 @@ public function testRemovingDraftRemovesOldImage(): void /** * @throws \Doctrine\DBAL\Driver\Exception - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \ErrorException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception */ @@ -845,12 +850,15 @@ public function testDeleteImageWithCorruptedName(): void /** * @return array * - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \ErrorException * @throws \Doctrine\DBAL\Driver\Exception */ - private function fetchXML(int $contentId, int $versionNo, int $fieldDefinitionId): array - { + private function fetchXML( + int $contentId, + int $versionNo, + int $fieldDefinitionId + ): array { $connection = $this->getRawDatabaseConnection(); $query = $connection->createQueryBuilder(); @@ -889,7 +897,7 @@ private function corruptImageFieldXML(array $row): DOMDocument } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception * @throws \ErrorException */ private function updateXML( @@ -916,9 +924,9 @@ private function updateXML( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ private function publishNewImage( string $name, @@ -952,12 +960,14 @@ private function publishNewImage( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws ForbiddenException + * @throws UnauthorizedException + * @throws NotFoundException */ - private function updateImage(Content $publishedImageContent, ImageValue $newImageValue): Content - { + private function updateImage( + Content $publishedImageContent, + ImageValue $newImageValue + ): Content { $repository = $this->getRepository(false); $contentService = $repository->getContentService(); @@ -977,12 +987,15 @@ private function getImageURI(Content $content): string return $content->getFieldValue('image')->uri; } - private function assertImageExists(bool $expectExists, IOServiceInterface $ioService, Content $content): void - { + private function assertImageExists( + bool $expectExists, + IOServiceInterface $ioService, + Content $content + ): void { $imageField = $content->getField('image'); self::assertNotNull($imageField, 'Image field not found'); - /** @var \Ibexa\Core\FieldType\Image\Value $imageFieldValue */ + /** @var Value $imageFieldValue */ $imageFieldValue = $imageField->value; self::assertSame($expectExists, $ioService->exists($imageFieldValue->id)); } diff --git a/tests/integration/Core/Repository/FieldType/IntegerIntegrationTest.php b/tests/integration/Core/Repository/FieldType/IntegerIntegrationTest.php index 238d6bcfe9..1062b983f7 100644 --- a/tests/integration/Core/Repository/FieldType/IntegerIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/IntegerIntegrationTest.php @@ -138,7 +138,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -218,7 +218,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/KeywordIntegrationTest.php b/tests/integration/Core/Repository/FieldType/KeywordIntegrationTest.php index dae412664d..ee31aacba8 100644 --- a/tests/integration/Core/Repository/FieldType/KeywordIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/KeywordIntegrationTest.php @@ -7,11 +7,13 @@ namespace Ibexa\Tests\Integration\Core\Repository\FieldType; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Core\Base\Exceptions\InvalidArgumentType; +use Ibexa\Core\FieldType\Keyword\Value; use Ibexa\Core\FieldType\Keyword\Value as KeywordValue; /** @@ -141,7 +143,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -211,7 +213,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { @@ -333,8 +335,10 @@ public function testUpdateContentKeywords() /** * {@inheritdoc} */ - protected function createContent($fieldData, $contentType = null) - { + protected function createContent( + $fieldData, + $contentType = null + ) { if ($contentType === null) { $contentType = $this->testCreateContentType(); } @@ -359,10 +363,12 @@ protected function createContent($fieldData, $contentType = null) * Check that the given Content Object contains proper Keywords. * * @param int $contentId - * @param \Ibexa\Core\FieldType\Keyword\Value $value + * @param Value $value */ - private function assertContentFieldHasCorrectData($contentId, KeywordValue $value) - { + private function assertContentFieldHasCorrectData( + $contentId, + KeywordValue $value + ) { $contentService = $this->getRepository()->getContentService(); $loadedContent = $contentService->loadContent($contentId, ['eng-US']); $dataField = $loadedContent->getField('data'); @@ -416,13 +422,16 @@ public function testKeywordsAreCaseSensitive() * Create and publish content of $contentType with $fieldData. * * @param mixed $fieldData - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType * @param string $remoteId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - protected function createAndPublishContent($fieldData, ContentType $contentType, $remoteId) - { + protected function createAndPublishContent( + $fieldData, + ContentType $contentType, + $remoteId + ) { $repository = $this->getRepository(); $contentService = $repository->getContentService(); @@ -520,7 +529,7 @@ public function testTruncateField($emptyValue) /** * Create test Content with ibexa_keyword type. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content[] + * @return Content[] */ protected function createKeywordContent() { diff --git a/tests/integration/Core/Repository/FieldType/MapLocationIntegrationTest.php b/tests/integration/Core/Repository/FieldType/MapLocationIntegrationTest.php index 3d7c2dc6d3..e02815888a 100644 --- a/tests/integration/Core/Repository/FieldType/MapLocationIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/MapLocationIntegrationTest.php @@ -125,7 +125,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -219,7 +219,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/MediaIntegrationTest.php b/tests/integration/Core/Repository/FieldType/MediaIntegrationTest.php index d278005d20..0b62f3e01f 100644 --- a/tests/integration/Core/Repository/FieldType/MediaIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/MediaIntegrationTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\FieldType; use Ibexa\Contracts\Core\Repository\Values\Content\Field; +use Ibexa\Core\FieldType\BinaryBase\Value; use Ibexa\Core\FieldType\BinaryBase\Value as BinaryBaseValue; use Ibexa\Core\FieldType\Media\Type as MediaType; use Ibexa\Core\FieldType\Media\Value as MediaValue; @@ -146,7 +147,7 @@ public function provideFromHashData(): array } /** - * @return list> + * @return list> */ public function providerForTestIsEmptyValue(): array { diff --git a/tests/integration/Core/Repository/FieldType/RelationIntegrationTest.php b/tests/integration/Core/Repository/FieldType/RelationIntegrationTest.php index f0cc67943f..aa648aac2e 100644 --- a/tests/integration/Core/Repository/FieldType/RelationIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/RelationIntegrationTest.php @@ -192,7 +192,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -257,7 +257,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field): void { diff --git a/tests/integration/Core/Repository/FieldType/RelationListIntegrationTest.php b/tests/integration/Core/Repository/FieldType/RelationListIntegrationTest.php index 6979f7c75d..f4d05a4b1d 100644 --- a/tests/integration/Core/Repository/FieldType/RelationListIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/RelationListIntegrationTest.php @@ -219,7 +219,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -284,7 +284,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field): void { diff --git a/tests/integration/Core/Repository/FieldType/RelationSearchBaseIntegrationTestTrait.php b/tests/integration/Core/Repository/FieldType/RelationSearchBaseIntegrationTestTrait.php index 849db5a8b9..b9e2d2bc40 100644 --- a/tests/integration/Core/Repository/FieldType/RelationSearchBaseIntegrationTestTrait.php +++ b/tests/integration/Core/Repository/FieldType/RelationSearchBaseIntegrationTestTrait.php @@ -26,14 +26,14 @@ trait RelationSearchBaseIntegrationTestTrait { /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] + * @return APIRelation[] */ abstract public function getCreateExpectedRelations(Content $content): array; /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] + * @return APIRelation[] */ abstract public function getUpdateExpectedRelations(Content $content): array; @@ -78,15 +78,18 @@ public function testUpdateContentRelationsProcessedCorrect(): void /** * Normalizes given $relations for easier comparison. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] $relations + * @param APIRelation[] $relations * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] + * @return APIRelation[] */ protected function normalizeRelations(array $relations): array { usort( $relations, - static function (APIRelation $a, APIRelation $b): int { + static function ( + APIRelation $a, + APIRelation $b + ): int { if ($a->type === $b->type) { return $a->destinationContentInfo->id < $b->destinationContentInfo->id ? 1 : -1; } @@ -177,7 +180,7 @@ public function testSubtreeCopyContentCopiesFieldRelations(): void } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Relation[] + * @return APIRelation[] */ private function getRelations(RelationList $relationList): array { diff --git a/tests/integration/Core/Repository/FieldType/SearchBaseIntegrationTestCase.php b/tests/integration/Core/Repository/FieldType/SearchBaseIntegrationTestCase.php index 36d8898a79..3b10dcbe0e 100644 --- a/tests/integration/Core/Repository/FieldType/SearchBaseIntegrationTestCase.php +++ b/tests/integration/Core/Repository/FieldType/SearchBaseIntegrationTestCase.php @@ -17,12 +17,16 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalNot; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalOperator; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CustomFieldInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause\Field as FieldSortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; +use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; use Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy; use Ibexa\Core\Search\Common\FieldNameResolver; +use Symfony\Component\DependencyInjection\ContainerBuilder; /** * Integration test for searching and sorting with Field criterion and Field sort clause. @@ -257,13 +261,16 @@ protected function checkCustomFieldsSupport() * Creates and returns content with given $fieldData. * * @param mixed $fieldData - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param Repository $repository + * @param ContentType $contentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - protected function createTestSearchContent($fieldData, Repository $repository, $contentType) - { + protected function createTestSearchContent( + $fieldData, + Repository $repository, + $contentType + ) { $contentService = $repository->getContentService(); $locationService = $repository->getLocationService(); @@ -374,8 +381,14 @@ public function findProvider() * * @depends testCreateTestContent */ - public function testFindEqualsOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindEqualsOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::EQ, $valueOne); $this->assertFindResult($context, $criteria, true, false, $filter, $content, $modifyField); @@ -394,8 +407,14 @@ public function testFindEqualsOne($valueOne, $valueTwo, $filter, $content, $modi * * @depends testCreateTestContent */ - public function testFindNotEqualsOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotEqualsOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot(new Field('data', Operator::EQ, $valueOne)); $this->assertFindResult($context, $criteria, false, true, $filter, $content, $modifyField); @@ -414,8 +433,14 @@ public function testFindNotEqualsOne($valueOne, $valueTwo, $filter, $content, $m * * @depends testCreateTestContent */ - public function testFindEqualsTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindEqualsTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::EQ, $valueTwo); $this->assertFindResult($context, $criteria, false, true, $filter, $content, $modifyField); @@ -434,8 +459,14 @@ public function testFindEqualsTwo($valueOne, $valueTwo, $filter, $content, $modi * * @depends testCreateTestContent */ - public function testFindNotEqualsTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotEqualsTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot(new Field('data', Operator::EQ, $valueTwo)); $this->assertFindResult($context, $criteria, true, false, $filter, $content, $modifyField); @@ -454,8 +485,14 @@ public function testFindNotEqualsTwo($valueOne, $valueTwo, $filter, $content, $m * * @depends testCreateTestContent */ - public function testFindInOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindInOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::IN, [$valueOne]); $this->assertFindResult($context, $criteria, true, false, $filter, $content, $modifyField); @@ -474,8 +511,14 @@ public function testFindInOne($valueOne, $valueTwo, $filter, $content, $modifyFi * * @depends testCreateTestContent */ - public function testFindNotInOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotInOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot( new Field('data', Operator::IN, [$valueOne]) ); @@ -496,8 +539,14 @@ public function testFindNotInOne($valueOne, $valueTwo, $filter, $content, $modif * * @depends testCreateTestContent */ - public function testFindInTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindInTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::IN, [$valueTwo]); $this->assertFindResult($context, $criteria, false, true, $filter, $content, $modifyField); @@ -516,8 +565,14 @@ public function testFindInTwo($valueOne, $valueTwo, $filter, $content, $modifyFi * * @depends testCreateTestContent */ - public function testFindNotInTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotInTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot( new Field('data', Operator::IN, [$valueTwo]) ); @@ -538,8 +593,14 @@ public function testFindNotInTwo($valueOne, $valueTwo, $filter, $content, $modif * * @depends testCreateTestContent */ - public function testFindInOneTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindInOneTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field( 'data', Operator::IN, @@ -565,8 +626,14 @@ public function testFindInOneTwo($valueOne, $valueTwo, $filter, $content, $modif * * @depends testCreateTestContent */ - public function testFindNotInOneTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotInOneTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot( new Field( 'data', @@ -594,8 +661,14 @@ public function testFindNotInOneTwo($valueOne, $valueTwo, $filter, $content, $mo * * @depends testCreateTestContent */ - public function testFindGreaterThanOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindGreaterThanOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::GT, $valueOne); $this->assertFindResult($context, $criteria, false, true, $filter, $content, $modifyField); @@ -614,8 +687,14 @@ public function testFindGreaterThanOne($valueOne, $valueTwo, $filter, $content, * * @depends testCreateTestContent */ - public function testFindNotGreaterThanOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotGreaterThanOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot(new Field('data', Operator::GT, $valueOne)); $this->assertFindResult($context, $criteria, true, false, $filter, $content, $modifyField); @@ -634,8 +713,14 @@ public function testFindNotGreaterThanOne($valueOne, $valueTwo, $filter, $conten * * @depends testCreateTestContent */ - public function testFindGreaterThanTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindGreaterThanTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::GT, $valueTwo); $this->assertFindResult($context, $criteria, false, false, $filter, $content, $modifyField); @@ -654,8 +739,14 @@ public function testFindGreaterThanTwo($valueOne, $valueTwo, $filter, $content, * * @depends testCreateTestContent */ - public function testFindNotGreaterThanTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotGreaterThanTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot(new Field('data', Operator::GT, $valueTwo)); $this->assertFindResult($context, $criteria, true, true, $filter, $content, $modifyField); @@ -674,8 +765,14 @@ public function testFindNotGreaterThanTwo($valueOne, $valueTwo, $filter, $conten * * @depends testCreateTestContent */ - public function testFindGreaterThanOrEqualOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindGreaterThanOrEqualOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::GTE, $valueOne); $this->assertFindResult($context, $criteria, true, true, $filter, $content, $modifyField); @@ -694,8 +791,14 @@ public function testFindGreaterThanOrEqualOne($valueOne, $valueTwo, $filter, $co * * @depends testCreateTestContent */ - public function testFindNotGreaterThanOrEqual($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotGreaterThanOrEqual( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot(new Field('data', Operator::GTE, $valueOne)); $this->assertFindResult($context, $criteria, false, false, $filter, $content, $modifyField); @@ -714,8 +817,14 @@ public function testFindNotGreaterThanOrEqual($valueOne, $valueTwo, $filter, $co * * @depends testCreateTestContent */ - public function testFindGreaterThanOrEqualTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindGreaterThanOrEqualTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::GTE, $valueTwo); $this->assertFindResult($context, $criteria, false, true, $filter, $content, $modifyField); @@ -734,8 +843,14 @@ public function testFindGreaterThanOrEqualTwo($valueOne, $valueTwo, $filter, $co * * @depends testCreateTestContent */ - public function testFindNotGreaterThanOrEqualTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotGreaterThanOrEqualTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot(new Field('data', Operator::GTE, $valueTwo)); $this->assertFindResult($context, $criteria, true, false, $filter, $content, $modifyField); @@ -754,8 +869,14 @@ public function testFindNotGreaterThanOrEqualTwo($valueOne, $valueTwo, $filter, * * @depends testCreateTestContent */ - public function testFindLowerThanOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindLowerThanOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::LT, $valueOne); $this->assertFindResult($context, $criteria, false, false, $filter, $content, $modifyField); @@ -774,8 +895,14 @@ public function testFindLowerThanOne($valueOne, $valueTwo, $filter, $content, $m * * @depends testCreateTestContent */ - public function testFindNotLowerThanOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotLowerThanOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot(new Field('data', Operator::LT, $valueOne)); $this->assertFindResult($context, $criteria, true, true, $filter, $content, $modifyField); @@ -794,8 +921,14 @@ public function testFindNotLowerThanOne($valueOne, $valueTwo, $filter, $content, * * @depends testCreateTestContent */ - public function testFindLowerThanTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindLowerThanTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::LT, $valueTwo); $this->assertFindResult($context, $criteria, true, false, $filter, $content, $modifyField); @@ -814,8 +947,14 @@ public function testFindLowerThanTwo($valueOne, $valueTwo, $filter, $content, $m * * @depends testCreateTestContent */ - public function testFindNotLowerThanTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotLowerThanTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot(new Field('data', Operator::LT, $valueTwo)); $this->assertFindResult($context, $criteria, false, true, $filter, $content, $modifyField); @@ -834,8 +973,14 @@ public function testFindNotLowerThanTwo($valueOne, $valueTwo, $filter, $content, * * @depends testCreateTestContent */ - public function testFindLowerThanOrEqualOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindLowerThanOrEqualOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::LTE, $valueOne); $this->assertFindResult($context, $criteria, true, false, $filter, $content, $modifyField); @@ -854,8 +999,14 @@ public function testFindLowerThanOrEqualOne($valueOne, $valueTwo, $filter, $cont * * @depends testCreateTestContent */ - public function testFindNotLowerThanOrEqualOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotLowerThanOrEqualOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot(new Field('data', Operator::LTE, $valueOne)); $this->assertFindResult($context, $criteria, false, true, $filter, $content, $modifyField); @@ -874,8 +1025,14 @@ public function testFindNotLowerThanOrEqualOne($valueOne, $valueTwo, $filter, $c * * @depends testCreateTestContent */ - public function testFindLowerThanOrEqualTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindLowerThanOrEqualTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::LTE, $valueTwo); $this->assertFindResult($context, $criteria, true, true, $filter, $content, $modifyField); @@ -894,8 +1051,14 @@ public function testFindLowerThanOrEqualTwo($valueOne, $valueTwo, $filter, $cont * * @depends testCreateTestContent */ - public function testFindNotLowerThanOrEqualTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotLowerThanOrEqualTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot(new Field('data', Operator::LTE, $valueTwo)); $this->assertFindResult($context, $criteria, false, false, $filter, $content, $modifyField); @@ -914,8 +1077,14 @@ public function testFindNotLowerThanOrEqualTwo($valueOne, $valueTwo, $filter, $c * * @depends testCreateTestContent */ - public function testFindBetweenOneTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindBetweenOneTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field( 'data', Operator::BETWEEN, @@ -941,8 +1110,14 @@ public function testFindBetweenOneTwo($valueOne, $valueTwo, $filter, $content, $ * * @depends testCreateTestContent */ - public function testFindNotBetweenOneTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotBetweenOneTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot( new Field( 'data', @@ -970,8 +1145,14 @@ public function testFindNotBetweenOneTwo($valueOne, $valueTwo, $filter, $content * * @depends testCreateTestContent */ - public function testFindBetweenTwoOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindBetweenTwoOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field( 'data', Operator::BETWEEN, @@ -997,8 +1178,14 @@ public function testFindBetweenTwoOne($valueOne, $valueTwo, $filter, $content, $ * * @depends testCreateTestContent */ - public function testFindNotBetweenTwoOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotBetweenTwoOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot( new Field( 'data', @@ -1026,8 +1213,14 @@ public function testFindNotBetweenTwoOne($valueOne, $valueTwo, $filter, $content * * @depends testCreateTestContent */ - public function testFindContainsOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindContainsOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::CONTAINS, $valueOne); $this->assertFindResult($context, $criteria, true, false, $filter, $content, $modifyField); @@ -1046,8 +1239,14 @@ public function testFindContainsOne($valueOne, $valueTwo, $filter, $content, $mo * * @depends testCreateTestContent */ - public function testFindNotContainsOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotContainsOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot(new Field('data', Operator::CONTAINS, $valueOne)); $this->assertFindResult($context, $criteria, false, true, $filter, $content, $modifyField); @@ -1066,8 +1265,14 @@ public function testFindNotContainsOne($valueOne, $valueTwo, $filter, $content, * * @depends testCreateTestContent */ - public function testFindContainsTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindContainsTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new Field('data', Operator::CONTAINS, $valueTwo); $this->assertFindResult($context, $criteria, false, true, $filter, $content, $modifyField); @@ -1086,8 +1291,14 @@ public function testFindContainsTwo($valueOne, $valueTwo, $filter, $content, $mo * * @depends testCreateTestContent */ - public function testFindNotContainsTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotContainsTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { $criteria = new LogicalNot( new Field('data', Operator::CONTAINS, $valueTwo) ); @@ -1102,8 +1313,14 @@ public function testFindNotContainsTwo($valueOne, $valueTwo, $filter, $content, * * @depends testCreateTestContent */ - public function testFindLikeOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindLikeOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { // (in case test is skipped for current search engine) $this->supportsLikeWildcard($valueOne); @@ -1119,8 +1336,14 @@ public function testFindLikeOne($valueOne, $valueTwo, $filter, $content, $modify * * @depends testCreateTestContent */ - public function testFindNotLikeOne($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotLikeOne( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { if ($this->supportsLikeWildcard($valueOne)) { $valueOne = substr_replace($valueOne, '*', -1, 1); } @@ -1139,8 +1362,14 @@ public function testFindNotLikeOne($valueOne, $valueTwo, $filter, $content, $mod * * @depends testCreateTestContent */ - public function testFindLikeTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindLikeTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { if ($this->supportsLikeWildcard($valueTwo)) { $valueTwo = substr_replace($valueTwo, '*', 1, 1); } @@ -1157,8 +1386,14 @@ public function testFindLikeTwo($valueOne, $valueTwo, $filter, $content, $modify * * @depends testCreateTestContent */ - public function testFindNotLikeTwo($valueOne, $valueTwo, $filter, $content, $modifyField, array $context) - { + public function testFindNotLikeTwo( + $valueOne, + $valueTwo, + $filter, + $content, + $modifyField, + array $context + ) { if ($this->supportsLikeWildcard($valueTwo)) { $valueTwo = substr_replace($valueTwo, '*', 2, 1); } @@ -1176,13 +1411,15 @@ public function testFindNotLikeTwo($valueOne, $valueTwo, $filter, $content, $mod * $fieldName refers to additional field (to the default field) defined in Indexable definition, * and is resolved using FieldNameResolver. */ - protected function modifyFieldCriterion(Query\CriterionInterface $criterion, string $fieldName): void - { + protected function modifyFieldCriterion( + CriterionInterface $criterion, + string $fieldName + ): void { $setupFactory = $this->getSetupFactory(); - /** @var \Symfony\Component\DependencyInjection\ContainerBuilder $container */ + /** @var ContainerBuilder $container */ $container = $setupFactory->getServiceContainer()->getInnerContainer(); - /** @var \Ibexa\Core\Search\Common\FieldNameResolver $fieldNameResolver */ + /** @var FieldNameResolver $fieldNameResolver */ $fieldNameResolver = $container->get(FieldNameResolver::class); $resolvedFieldNames = array_keys( $fieldNameResolver->getFieldTypes( @@ -1204,16 +1441,18 @@ protected function modifyFieldCriterion(Query\CriterionInterface $criterion, str * $fieldName refers to additional field (to the default field) defined in Indexable definition, * and is resolved using FieldNameResolver. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param SortClause $sortClause * @param string $fieldName */ - protected function modifyFieldSortClause(SortClause $sortClause, $fieldName) - { + protected function modifyFieldSortClause( + SortClause $sortClause, + $fieldName + ) { $setupFactory = $this->getSetupFactory(); - /** @var \Symfony\Component\DependencyInjection\ContainerBuilder $container */ + /** @var ContainerBuilder $container */ $container = $setupFactory->getServiceContainer()->getInnerContainer(); - /** @var \Ibexa\Core\Search\Common\FieldNameResolver $fieldNameResolver */ + /** @var FieldNameResolver $fieldNameResolver */ $fieldNameResolver = $container->get(FieldNameResolver::class); $resolvedFieldName = $fieldNameResolver->getSortFieldName( $sortClause, @@ -1231,10 +1470,12 @@ protected function modifyFieldSortClause(SortClause $sortClause, $fieldName) * * Implemented separately to utilize recursion. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\CriterionInterface[]|\Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion[]|\Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] $criteriaOrSortClauses + * @param CriterionInterface[]|FilteringCriterion[]|SortClause[] $criteriaOrSortClauses */ - protected function doModifyField(array $criteriaOrSortClauses, string $fieldName): void - { + protected function doModifyField( + array $criteriaOrSortClauses, + string $fieldName + ): void { foreach ($criteriaOrSortClauses as $criterionOrSortClause) { if ($criterionOrSortClause instanceof LogicalOperator) { $this->doModifyField($criterionOrSortClause->criteria, $fieldName); @@ -1278,8 +1519,12 @@ public function sortProvider() * * @depends testCreateTestContent */ - public function testSort($ascending, $content, $modifyField, array $context) - { + public function testSort( + $ascending, + $content, + $modifyField, + array $context + ) { [$repository, $contentOneId, $contentTwoId] = $context; $sortClause = new FieldSortClause( 'test-' . $this->getTypeName(), @@ -1329,8 +1574,13 @@ public function fullTextFindProvider() * * @depends testCreateTestContent */ - public function testFullTextFindOne($valueOne, $valueTwo, $filter, $content, array $context) - { + public function testFullTextFindOne( + $valueOne, + $valueTwo, + $filter, + $content, + array $context + ) { $this->checkFullTextSupport(); $criteria = new Criterion\FullText($valueOne); @@ -1343,8 +1593,13 @@ public function testFullTextFindOne($valueOne, $valueTwo, $filter, $content, arr * * @depends testCreateTestContent */ - public function testFullTextFindTwo($valueOne, $valueTwo, $filter, $content, array $context) - { + public function testFullTextFindTwo( + $valueOne, + $valueTwo, + $filter, + $content, + array $context + ) { $this->checkFullTextSupport(); $criteria = new Criterion\FullText($valueTwo); @@ -1357,8 +1612,11 @@ public function testFullTextFindTwo($valueOne, $valueTwo, $filter, $content, arr * * @param bool $filter Denotes search by filtering if true, search by querying if false */ - protected function findContent(Repository $repository, Query\CriterionInterface $criterion, bool $filter): SearchResult - { + protected function findContent( + Repository $repository, + CriterionInterface $criterion, + bool $filter + ): SearchResult { $searchService = $repository->getSearchService(); if ($filter) { @@ -1384,13 +1642,15 @@ protected function findContent(Repository $repository, Query\CriterionInterface /** * Returns SearchResult of the tested Content for the given $sortClause. * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param Repository $repository + * @param SortClause $sortClause * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult + * @return SearchResult */ - protected function sortContent(Repository $repository, SortClause $sortClause) - { + protected function sortContent( + Repository $repository, + SortClause $sortClause + ) { $searchService = $repository->getSearchService(); $query = new Query( @@ -1410,10 +1670,13 @@ protected function sortContent(Repository $repository, SortClause $sortClause) * * @param bool $filter Denotes search by filtering if true, search by querying if false * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult + * @return SearchResult */ - protected function findLocations(Repository $repository, Query\CriterionInterface $criterion, $filter) - { + protected function findLocations( + Repository $repository, + CriterionInterface $criterion, + $filter + ) { $searchService = $repository->getSearchService(); if ($filter) { @@ -1439,13 +1702,15 @@ protected function findLocations(Repository $repository, Query\CriterionInterfac /** * Returns SearchResult of the tested Locations for the given $sortClause. * - * @param \Ibexa\Contracts\Core\Repository\Repository $repository - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause $sortClause + * @param Repository $repository + * @param SortClause $sortClause * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult + * @return SearchResult */ - protected function sortLocations(Repository $repository, SortClause $sortClause) - { + protected function sortLocations( + Repository $repository, + SortClause $sortClause + ) { $searchService = $repository->getSearchService(); $query = new LocationQuery( @@ -1463,7 +1728,7 @@ protected function sortLocations(Repository $repository, SortClause $sortClause) /** * Returns a list of Content IDs from given $searchResult, with order preserved. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult $searchResult + * @param SearchResult $searchResult * * @return array */ @@ -1502,7 +1767,7 @@ protected function getResultContentIdList(SearchResult $searchResult) */ protected function assertFindResult( array $context, - Query\CriterionInterface $criterion, + CriterionInterface $criterion, bool $includesOne, bool $includesTwo, bool $filter, @@ -1555,7 +1820,7 @@ protected function assertFindResult( /** * Asserts order of the given $searchResult, both Content One and Two are always expected. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult $searchResult + * @param SearchResult $searchResult * @param bool $ascending Denotes ascending order if true, descending order if false * @param string|int $contentOneId * @param string|int $contentTwoId diff --git a/tests/integration/Core/Repository/FieldType/SearchMultivaluedBaseIntegrationTestCase.php b/tests/integration/Core/Repository/FieldType/SearchMultivaluedBaseIntegrationTestCase.php index d7516cc2e4..e896a8aea9 100644 --- a/tests/integration/Core/Repository/FieldType/SearchMultivaluedBaseIntegrationTestCase.php +++ b/tests/integration/Core/Repository/FieldType/SearchMultivaluedBaseIntegrationTestCase.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Field; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalNot; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy; /** @@ -129,7 +130,7 @@ protected function checkOperatorSupport($operator): void * Defaults to the testCreateContentType() in the base field type test, * override in the concrete test as needed. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ protected function createTestContentType() { @@ -224,8 +225,14 @@ public function findMultivaluedProvider() * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedEqualsOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedEqualsOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::EQ); foreach ($valuesOne as $value) { @@ -248,8 +255,14 @@ public function testFindMultivaluedEqualsOne($valuesOne, $valuesTwo, $filter, $c * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotEqualsOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotEqualsOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::EQ); foreach ($valuesOne as $value) { @@ -272,8 +285,14 @@ public function testFindMultivaluedNotEqualsOne($valuesOne, $valuesTwo, $filter, * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedInOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedInOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::IN); $criteria = new Field('data', Operator::IN, $valuesOne); @@ -294,8 +313,14 @@ public function testFindMultivaluedInOne($valuesOne, $valuesTwo, $filter, $conte * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotInOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotInOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::IN); $criteria = new LogicalNot( @@ -318,8 +343,14 @@ public function testFindMultivaluedNotInOne($valuesOne, $valuesTwo, $filter, $co * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedInOneTwo($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedInOneTwo( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::IN); $criteria = new Field('data', Operator::IN, array_merge($valuesOne, $valuesTwo)); @@ -340,8 +371,14 @@ public function testFindMultivaluedInOneTwo($valuesOne, $valuesTwo, $filter, $co * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotInOneTwo($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotInOneTwo( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::IN); $criteria = new LogicalNot( @@ -364,8 +401,14 @@ public function testFindMultivaluedNotInOneTwo($valuesOne, $valuesTwo, $filter, * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedContainsOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedContainsOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::CONTAINS); foreach ($valuesOne as $value) { @@ -388,8 +431,14 @@ public function testFindMultivaluedContainsOne($valuesOne, $valuesTwo, $filter, * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotContainsOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotContainsOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::CONTAINS); foreach ($valuesOne as $value) { @@ -412,8 +461,14 @@ public function testFindMultivaluedNotContainsOne($valuesOne, $valuesTwo, $filte * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedGreaterThanOneFindsOneTwo($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedGreaterThanOneFindsOneTwo( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::GT); $criteria = new Field('data', Operator::GT, reset($valuesOne)); @@ -434,8 +489,14 @@ public function testFindMultivaluedGreaterThanOneFindsOneTwo($valuesOne, $values * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedGreaterThanOneFindsTwo($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedGreaterThanOneFindsTwo( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::GT); $criteria = new Field('data', Operator::GT, end($valuesOne)); @@ -456,8 +517,14 @@ public function testFindMultivaluedGreaterThanOneFindsTwo($valuesOne, $valuesTwo * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotGreaterThanOneFindsOneTwo($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotGreaterThanOneFindsOneTwo( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::GT); $criteria = new LogicalNot(new Field('data', Operator::GT, reset($valuesOne))); @@ -478,8 +545,14 @@ public function testFindMultivaluedNotGreaterThanOneFindsOneTwo($valuesOne, $val * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotGreaterThanOneFindsTwo($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotGreaterThanOneFindsTwo( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::GT); $criteria = new LogicalNot(new Field('data', Operator::GT, end($valuesOne))); @@ -500,8 +573,14 @@ public function testFindMultivaluedNotGreaterThanOneFindsTwo($valuesOne, $values * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedGreaterThanOrEqualOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedGreaterThanOrEqualOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::GTE); foreach ($valuesOne as $value) { @@ -524,8 +603,14 @@ public function testFindMultivaluedGreaterThanOrEqualOne($valuesOne, $valuesTwo, * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotGreaterThanOrEqual($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotGreaterThanOrEqual( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::GTE); foreach ($valuesOne as $value) { @@ -548,8 +633,14 @@ public function testFindMultivaluedNotGreaterThanOrEqual($valuesOne, $valuesTwo, * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedLowerThanOneEmpty($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedLowerThanOneEmpty( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::LT); $criteria = new Field('data', Operator::LT, reset($valuesOne)); @@ -570,8 +661,14 @@ public function testFindMultivaluedLowerThanOneEmpty($valuesOne, $valuesTwo, $fi * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedLowerThanOneFindsOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedLowerThanOneFindsOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::LT); $criteria = new Field('data', Operator::LT, end($valuesOne)); @@ -592,8 +689,14 @@ public function testFindMultivaluedLowerThanOneFindsOne($valuesOne, $valuesTwo, * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotLowerThanOneEmpty($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotLowerThanOneEmpty( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::LT); $criteria = new LogicalNot(new Field('data', Operator::LT, reset($valuesOne))); @@ -614,8 +717,14 @@ public function testFindMultivaluedNotLowerThanOneEmpty($valuesOne, $valuesTwo, * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotLowerThanOneFindsOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotLowerThanOneFindsOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::LT); $criteria = new LogicalNot(new Field('data', Operator::LT, end($valuesOne))); @@ -636,8 +745,14 @@ public function testFindMultivaluedNotLowerThanOneFindsOne($valuesOne, $valuesTw * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedLowerThanOrEqualOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedLowerThanOrEqualOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::LTE); foreach ($valuesOne as $value) { @@ -660,8 +775,14 @@ public function testFindMultivaluedLowerThanOrEqualOne($valuesOne, $valuesTwo, $ * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotLowerThanOrEqualOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotLowerThanOrEqualOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::LTE); foreach ($valuesOne as $value) { @@ -684,8 +805,14 @@ public function testFindMultivaluedNotLowerThanOrEqualOne($valuesOne, $valuesTwo * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedBetweenOneTwo($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedBetweenOneTwo( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::BETWEEN); foreach ($valuesOne as $valueOne) { @@ -717,8 +844,14 @@ public function testFindMultivaluedBetweenOneTwo($valuesOne, $valuesTwo, $filter * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotBetweenOneTwo($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotBetweenOneTwo( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::BETWEEN); foreach ($valuesOne as $valueOne) { @@ -752,8 +885,14 @@ public function testFindMultivaluedNotBetweenOneTwo($valuesOne, $valuesTwo, $fil * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedBetweenTwoOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedBetweenTwoOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::BETWEEN); foreach ($valuesOne as $valueOne) { @@ -785,8 +924,14 @@ public function testFindMultivaluedBetweenTwoOne($valuesOne, $valuesTwo, $filter * * @depends testCreateMultivaluedTestContent */ - public function testFindMultivaluedNotBetweenTwoOne($valuesOne, $valuesTwo, $filter, $content, $modifyField, array $context) - { + public function testFindMultivaluedNotBetweenTwoOne( + $valuesOne, + $valuesTwo, + $filter, + $content, + $modifyField, + array $context + ) { $this->checkOperatorSupport(Operator::BETWEEN); foreach ($valuesOne as $valueOne) { diff --git a/tests/integration/Core/Repository/FieldType/SelectionIntegrationTest.php b/tests/integration/Core/Repository/FieldType/SelectionIntegrationTest.php index 118b487af2..5037c93808 100644 --- a/tests/integration/Core/Repository/FieldType/SelectionIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/SelectionIntegrationTest.php @@ -165,7 +165,7 @@ public function getFieldName() * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -241,7 +241,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/TextBlockIntegrationTest.php b/tests/integration/Core/Repository/FieldType/TextBlockIntegrationTest.php index 3e1cdbaed5..3f91439774 100644 --- a/tests/integration/Core/Repository/FieldType/TextBlockIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/TextBlockIntegrationTest.php @@ -126,7 +126,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -198,7 +198,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/TextLineIntegrationTest.php b/tests/integration/Core/Repository/FieldType/TextLineIntegrationTest.php index 464a6423f4..588641a95e 100644 --- a/tests/integration/Core/Repository/FieldType/TextLineIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/TextLineIntegrationTest.php @@ -138,7 +138,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -218,7 +218,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/TimeIntegrationTest.php b/tests/integration/Core/Repository/FieldType/TimeIntegrationTest.php index 94b1ce4905..9d49f6c0b9 100644 --- a/tests/integration/Core/Repository/FieldType/TimeIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/TimeIntegrationTest.php @@ -10,6 +10,7 @@ use DateTime; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\Field; +use Ibexa\Core\FieldType\Time\Value; use Ibexa\Core\FieldType\Time\Value as TimeValue; /** @@ -144,7 +145,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -174,7 +175,7 @@ public function provideInvalidCreationFieldData() /** * Get update field externals data. * - * @return \Ibexa\Core\FieldType\Time\Value + * @return Value */ public function getValidUpdateFieldData() { @@ -218,8 +219,10 @@ public function provideInvalidUpdateFieldData() * * @dataProvider provideInvalidUpdateFieldData */ - public function testUpdateContentFails($failingValue, $expectedException) - { + public function testUpdateContentFails( + $failingValue, + $expectedException + ) { return [ [ 'Some unknown date format', InvalidArgumentException::class, @@ -233,7 +236,7 @@ public function testUpdateContentFails($failingValue, $expectedException) * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/UrlIntegrationTest.php b/tests/integration/Core/Repository/FieldType/UrlIntegrationTest.php index 7eed11de62..482ad8effa 100644 --- a/tests/integration/Core/Repository/FieldType/UrlIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/UrlIntegrationTest.php @@ -119,7 +119,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -197,7 +197,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()} * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { diff --git a/tests/integration/Core/Repository/FieldType/UserIntegrationTest.php b/tests/integration/Core/Repository/FieldType/UserIntegrationTest.php index 42149e7089..949e9f18e5 100644 --- a/tests/integration/Core/Repository/FieldType/UserIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/UserIntegrationTest.php @@ -14,6 +14,7 @@ use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\FieldType\User\Type; +use Ibexa\Core\FieldType\User\Value; use Ibexa\Core\FieldType\User\Value as UserValue; use Ibexa\Core\Repository\Values\User\User; use Ibexa\Tests\Core\FieldType\DataProvider\UserValidatorConfigurationSchemaProvider; @@ -138,7 +139,7 @@ public function getInvalidValidatorConfiguration() /** * Get initial field externals data. * - * @return \Ibexa\Core\FieldType\User\Value + * @return Value */ public function getValidCreationFieldData(): UserValue { @@ -166,7 +167,7 @@ public function getFieldName(): string * Asserts that the data provided by {@link getValidCreationFieldData()} * was stored and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertFieldDataLoadedCorrect(Field $field) { @@ -206,7 +207,7 @@ public function testCreateContentFails( /** * Get update field externals data. * - * @return \Ibexa\Core\FieldType\User\Value + * @return Value */ public function getValidUpdateFieldData() { @@ -269,7 +270,7 @@ public function provideInvalidUpdateFieldData() * Asserts that the data provided by {@link getValidCreationFieldData()}; * was copied and loaded correctly. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field $field + * @param Field $field */ public function assertCopiedFieldDataLoadedCorrectly(Field $field) { @@ -371,8 +372,10 @@ public function provideFromHashData() * * @param mixed $fieldData */ - protected function createContent($fieldData, $contentType = null) - { + protected function createContent( + $fieldData, + $contentType = null + ) { if ($contentType === null) { $contentType = $this->testCreateContentType(); } @@ -514,9 +517,9 @@ public function testUpdateFieldDefinitionWithIncompleteSettingsSchema() /** * Finds ibexa_user field definition in given $contentType or mark test as failed if it doens't exists. * - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition + * @return FieldDefinition */ private function getUserFieldDefinition(ContentType $contentType): FieldDefinition { diff --git a/tests/integration/Core/Repository/Filtering/BaseRepositoryFilteringTestCase.php b/tests/integration/Core/Repository/Filtering/BaseRepositoryFilteringTestCase.php index bbf83d43e2..4f31f7d654 100644 --- a/tests/integration/Core/Repository/Filtering/BaseRepositoryFilteringTestCase.php +++ b/tests/integration/Core/Repository/Filtering/BaseRepositoryFilteringTestCase.php @@ -9,6 +9,10 @@ namespace Ibexa\Tests\Integration\Core\Repository\Filtering; use Ibexa\Contracts\Core\Repository\Collections\TotalCountAwareInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; @@ -31,17 +35,23 @@ abstract class BaseRepositoryFilteringTestCase extends BaseTestCase private const PAGINATION_LIMIT = 3; private const PAGINATION_OFFSET = 2; - /** @var \Ibexa\Tests\Core\Repository\Filtering\TestContentProvider */ + /** @var TestContentProvider */ protected $contentProvider; - abstract protected function find(Filter $filter, ?array $contextLanguages = null): iterable; + abstract protected function find( + Filter $filter, + ?array $contextLanguages = null + ): iterable; abstract protected function assertFoundContentItemsByRemoteIds( iterable $list, array $expectedContentRemoteIds ): void; - abstract protected function compareWithSearchResults(Filter $filter, IteratorAggregate $list): void; + abstract protected function compareWithSearchResults( + Filter $filter, + IteratorAggregate $list + ): void; abstract protected function getDefaultSortClause(): FilteringSortClause; @@ -51,9 +61,9 @@ abstract protected function getDefaultSortClause(): FilteringSortClause; * @covers \Ibexa\Contracts\Core\Repository\ContentService::find * @covers \Ibexa\Contracts\Core\Repository\LocationService::find * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testFind(callable $filterFactory): void { @@ -68,7 +78,7 @@ public function testFind(callable $filterFactory): void // validate the result using search service $list = $this->find($filter); - /** @var \IteratorAggregate $list */ + /** @var IteratorAggregate $list */ $this->compareWithSearchResults($filter, $list); } @@ -79,9 +89,9 @@ protected function setUp(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testFindDoesNotFindDrafts(): void { @@ -100,7 +110,7 @@ public function testFindDoesNotFindDrafts(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testFindPaginated(): void { @@ -118,7 +128,7 @@ public function testFindPaginated(): void $filter = new Filter(); $filter ->withCriterion( - new Criterion\ParentLocationId($parentLocationId) + new ParentLocationId($parentLocationId) ) ->withLimit(self::PAGINATION_LIMIT) ->withOffset(self::PAGINATION_OFFSET); @@ -134,12 +144,12 @@ public function testFindPaginated(): void * * @dataProvider getUserLimitationData * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] $limitations + * @param Limitation[] $limitations * @param string[] $expectedContentRemoteIds * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testFindByUserWithLimitations( array $limitations, @@ -176,7 +186,7 @@ public function getFilterFactories(): iterable static function (Content $parentFolder): Filter { return (new Filter()) ->withCriterion( - new Criterion\ParentLocationId($parentFolder->contentInfo->mainLocationId) + new ParentLocationId($parentFolder->contentInfo->mainLocationId) ); }, 5, @@ -186,7 +196,7 @@ static function (Content $parentFolder): Filter { static function (Content $parentFolder): Filter { return (new Filter()) ->withCriterion( - new Criterion\ParentLocationId($parentFolder->contentInfo->mainLocationId) + new ParentLocationId($parentFolder->contentInfo->mainLocationId) ) ->andWithCriterion(new Criterion\LanguageCode(['eng-GB'])); }, @@ -197,7 +207,7 @@ static function (Content $parentFolder): Filter { static function (Content $parentFolder): Filter { return (new Filter()) ->withCriterion( - new Criterion\ParentLocationId($parentFolder->contentInfo->mainLocationId) + new ParentLocationId($parentFolder->contentInfo->mainLocationId) ) ->withSortClause(new SortClause\DatePublished(Query::SORT_ASC)) ->withSortClause(new SortClause\ContentId(Query::SORT_ASC)); @@ -223,7 +233,7 @@ static function (Content $parentFolder) use ($filter): Filter { * Note: this is a quick attempt to cover all supported Filtering Criteria. In the future it * should be refactored to rely on shared data structure created at runtime. * - * @return \Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion[] + * @return FilteringCriterion[] * * @see getFilterFactories */ @@ -259,7 +269,7 @@ public function getCriteriaForInitialData(): iterable ['not_locked'], 'ibexa_lock' ); - yield 'ParentLocationId=1' => new Criterion\ParentLocationId(1); + yield 'ParentLocationId=1' => new ParentLocationId(1); yield 'RemoteId=8a9c9c761004866fb458d89910f52bee' => new Criterion\RemoteId( '8a9c9c761004866fb458d89910f52bee' ); @@ -290,8 +300,10 @@ public function getCriteriaForInitialData(): iterable yield 'Visibility=VISIBLE' => new Criterion\Visibility(Criterion\Visibility::VISIBLE); } - protected function assertTotalCount(FilteringCriterion $criterion, int $searchTotalCount): void - { + protected function assertTotalCount( + FilteringCriterion $criterion, + int $searchTotalCount + ): void { if (!$criterion instanceof Criterion\MatchNone) { self::assertGreaterThan( 0, @@ -312,8 +324,8 @@ protected function assertTotalCount(FilteringCriterion $criterion, int $searchTo } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws NotFoundException + * @throws UnauthorizedException */ public function getUserLimitationData(): iterable { @@ -418,8 +430,10 @@ public function getUserLimitationData(): iterable * Build Repository Filter from a callable factory accepting Content item as a container for * all items under test. */ - protected function buildFilter(callable $filterFactory, Content $parentFolder): Filter - { + protected function buildFilter( + callable $filterFactory, + Content $parentFolder + ): Filter { return $filterFactory($parentFolder); } } diff --git a/tests/integration/Core/Repository/Filtering/ContentFilteringTest.php b/tests/integration/Core/Repository/Filtering/ContentFilteringTest.php index 28e915d537..a50204f6b1 100644 --- a/tests/integration/Core/Repository/Filtering/ContentFilteringTest.php +++ b/tests/integration/Core/Repository/Filtering/ContentFilteringTest.php @@ -10,6 +10,12 @@ use function array_map; use function count; + +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentList; use Ibexa\Contracts\Core\Repository\Values\Content\Query; @@ -23,6 +29,7 @@ use Ibexa\Core\FieldType\Keyword; use Ibexa\Tests\Core\Repository\Filtering\TestContentProvider; use IteratorAggregate; + use function sprintf; /** @@ -36,9 +43,9 @@ final class ContentFilteringTest extends BaseRepositoryFilteringTestCase * Content can have multiple Locations, so we need to check if the list of results * doesn't contain duplicates. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testFindWithLocationSortClauses(): void { @@ -82,11 +89,13 @@ public function testFindWithLocationSortClauses(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * @throws \Exception */ - protected function compareWithSearchResults(Filter $filter, IteratorAggregate $filteredContentList): void - { + protected function compareWithSearchResults( + Filter $filter, + IteratorAggregate $filteredContentList + ): void { $query = $this->buildSearchQueryFromFilter($filter); $contentListFromSearch = $this->findUsingContentSearch($query); self::assertCount($contentListFromSearch->getTotalCount(), $filteredContentList); @@ -101,7 +110,7 @@ protected function compareWithSearchResults(Filter $filter, IteratorAggregate $f } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ protected function findUsingContentSearch(Query $query): ContentList { @@ -151,12 +160,14 @@ static function (Content $parentFolder): Filter { * * @return int parent Folder Location ID * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - private function createMultiplePagesOfContentItems(int $pageSize, int $noOfPages): int - { + private function createMultiplePagesOfContentItems( + int $pageSize, + int $noOfPages + ): int { $parentFolder = $this->createFolder(['eng-GB' => 'Parent Folder'], 2); $parentFolderMainLocationId = $parentFolder->contentInfo->mainLocationId; @@ -169,9 +180,9 @@ private function createMultiplePagesOfContentItems(int $pageSize, int $noOfPages } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testPagination(): void { @@ -204,9 +215,9 @@ public function testPagination(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testFindContentWithExternalStorageFields(): void { @@ -238,9 +249,9 @@ public function testFindContentWithExternalStorageFields(): void * * @param string[] $expectedContentRemoteIds * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testFindContentUsingLocationCriterion( callable $filterFactory, @@ -298,7 +309,7 @@ protected function assertFoundContentItemsByRemoteIds( ): void { self::assertCount(count($expectedContentRemoteIds), $list); foreach ($list as $content) { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $content */ + /** @var Content $content */ self::assertContainsEquals( $content->contentInfo->remoteId, $expectedContentRemoteIds, @@ -314,7 +325,7 @@ protected function assertFoundContentItemsByRemoteIds( /** * @dataProvider getListOfSupportedSortClauses * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function testFindWithSortClauses(string $sortClauseFQCN): void { @@ -327,7 +338,7 @@ public function testFindWithSortClauses(string $sortClauseFQCN): void * * Note: It should be expanded in the future to check validity of the sorting logic itself * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ private function performAndAssertSimpleSortClauseQuery(FilteringSortClause $sortClause): void { @@ -424,10 +435,12 @@ public function getListOfSupportedSortClauses(): iterable } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentList + * @return ContentList */ - protected function find(Filter $filter, ?array $contextLanguages = null): iterable - { + protected function find( + Filter $filter, + ?array $contextLanguages = null + ): iterable { $repository = $this->getRepository(false); $contentService = $repository->getContentService(); diff --git a/tests/integration/Core/Repository/Filtering/LocationFilteringTest.php b/tests/integration/Core/Repository/Filtering/LocationFilteringTest.php index 07dee53c6f..1d77d99b4a 100644 --- a/tests/integration/Core/Repository/Filtering/LocationFilteringTest.php +++ b/tests/integration/Core/Repository/Filtering/LocationFilteringTest.php @@ -8,6 +8,8 @@ namespace Ibexa\Tests\Integration\Core\Repository\Filtering; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\LocationList; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query; @@ -23,7 +25,7 @@ final class LocationFilteringTest extends BaseRepositoryFilteringTestCase { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ protected function compareWithSearchResults( Filter $filter, @@ -35,7 +37,7 @@ protected function compareWithSearchResults( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ private function findUsingLocationSearch(LocationQuery $query): LocationList { @@ -73,10 +75,12 @@ public function getCriteriaForInitialData(): iterable } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LocationList + * @return LocationList */ - protected function find(Filter $filter, ?array $contextLanguages = null): iterable - { + protected function find( + Filter $filter, + ?array $contextLanguages = null + ): iterable { $repository = $this->getRepository(false); $locationService = $repository->getLocationService(); @@ -88,7 +92,7 @@ protected function assertFoundContentItemsByRemoteIds( array $expectedContentRemoteIds ): void { foreach ($list as $location) { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location $location */ + /** @var Location $location */ $contentInfo = $location->getContentInfo(); self::assertContainsEquals( $contentInfo->remoteId, diff --git a/tests/integration/Core/Repository/IdManager.php b/tests/integration/Core/Repository/IdManager.php index 6e74c3c2fd..ecc48deb69 100644 --- a/tests/integration/Core/Repository/IdManager.php +++ b/tests/integration/Core/Repository/IdManager.php @@ -23,7 +23,10 @@ abstract class IdManager * * @return mixed */ - abstract public function generateId($type, $rawId); + abstract public function generateId( + $type, + $rawId + ); /** * Parses the given $id for $type into its raw form. @@ -36,5 +39,8 @@ abstract public function generateId($type, $rawId); * * @return mixed */ - abstract public function parseId($type, $id); + abstract public function parseId( + $type, + $id + ); } diff --git a/tests/integration/Core/Repository/LanguageServiceMaximumSupportedLanguagesTest.php b/tests/integration/Core/Repository/LanguageServiceMaximumSupportedLanguagesTest.php index d4fd5ad626..edaa5ac3da 100644 --- a/tests/integration/Core/Repository/LanguageServiceMaximumSupportedLanguagesTest.php +++ b/tests/integration/Core/Repository/LanguageServiceMaximumSupportedLanguagesTest.php @@ -7,19 +7,20 @@ namespace Ibexa\Tests\Integration\Core\Repository; +use Ibexa\Contracts\Core\Repository\LanguageService; use Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy as LegacySetupFactory; /** * Test case for maximum number of languages supported in the LanguageService. * - * @see \Ibexa\Contracts\Core\Repository\LanguageService + * @see LanguageService * * @group integration * @group language */ class LanguageServiceMaximumSupportedLanguagesTest extends BaseTestCase { - /** @var \Ibexa\Contracts\Core\Repository\LanguageService */ + /** @var LanguageService */ private $languageService; /** @var array */ diff --git a/tests/integration/Core/Repository/LanguageServiceTest.php b/tests/integration/Core/Repository/LanguageServiceTest.php index 3226bce22e..5de52c8b0a 100644 --- a/tests/integration/Core/Repository/LanguageServiceTest.php +++ b/tests/integration/Core/Repository/LanguageServiceTest.php @@ -56,7 +56,7 @@ public function testNewLanguageCreateStruct() /** * Test for the createLanguage() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language + * @return Language * * @covers \Ibexa\Contracts\Core\Repository\LanguageService::createLanguage * @@ -88,7 +88,7 @@ public function testCreateLanguage() /** * Test for the createLanguage() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Language $language + * @param Language $language * * @covers \Ibexa\Contracts\Core\Repository\LanguageService::createLanguage * @@ -102,7 +102,7 @@ public function testCreateLanguageSetsIdPropertyOnReturnedLanguage($language) /** * Test for the createLanguage() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Language $language + * @param Language $language * * @covers \Ibexa\Contracts\Core\Repository\LanguageService::createLanguage * diff --git a/tests/integration/Core/Repository/Limitation/PermissionResolver/BaseLimitationIntegrationTestCase.php b/tests/integration/Core/Repository/Limitation/PermissionResolver/BaseLimitationIntegrationTestCase.php index af632702cc..43ce9d4158 100644 --- a/tests/integration/Core/Repository/Limitation/PermissionResolver/BaseLimitationIntegrationTestCase.php +++ b/tests/integration/Core/Repository/Limitation/PermissionResolver/BaseLimitationIntegrationTestCase.php @@ -8,6 +8,13 @@ namespace Ibexa\Tests\Integration\Core\Repository\Limitation\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; +use Ibexa\Contracts\Core\Repository\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Ibexa\Tests\Integration\Core\Repository\BaseTestCase; @@ -16,7 +23,7 @@ */ abstract class BaseLimitationIntegrationTestCase extends BaseTestCase { - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ protected $permissionResolver; protected function setUp(): void @@ -28,7 +35,7 @@ protected function setUp(): void /** * Map Limitations list to readable string for debugging purposes. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] $limitations + * @param Limitation[] $limitations * * @return string */ @@ -53,12 +60,15 @@ protected function getLimitationsListAsString(array $limitations): string * @param string $function * @param array $limitations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - protected function loginAsEditorUserWithLimitations(string $module, string $function, array $limitations = []): void - { + protected function loginAsEditorUserWithLimitations( + string $module, + string $function, + array $limitations = [] + ): void { $user = $this->createUserWithPolicies( uniqid('editor'), [ @@ -74,11 +84,11 @@ protected function loginAsEditorUserWithLimitations(string $module, string $func * @param string $module * @param string $function * @param array $limitations - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $object + * @param ValueObject $object * @param array $targets * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws BadStateException + * @throws InvalidArgumentException */ protected function assertCanUser( bool $expectedResult, diff --git a/tests/integration/Core/Repository/Limitation/PermissionResolver/ContentLimitationsMixIntegrationTest.php b/tests/integration/Core/Repository/Limitation/PermissionResolver/ContentLimitationsMixIntegrationTest.php index 7e0fdf8cc7..16df571d46 100644 --- a/tests/integration/Core/Repository/Limitation/PermissionResolver/ContentLimitationsMixIntegrationTest.php +++ b/tests/integration/Core/Repository/Limitation/PermissionResolver/ContentLimitationsMixIntegrationTest.php @@ -8,6 +8,11 @@ namespace Ibexa\Tests\Integration\Core\Repository\Limitation\PermissionResolver; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use Ibexa\Contracts\Core\Repository\Values\User\Limitation; @@ -72,11 +77,11 @@ public function providerForCanUser(): array * @param array $limitations * @param bool $expectedResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws ForbiddenException + * @throws InvalidArgumentException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testCanUser( string $module, @@ -105,7 +110,7 @@ public function testCanUser( /** * Get a list of Limitations common to all test cases. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] + * @return Limitation[] */ private function getCommonLimitations(): array { diff --git a/tests/integration/Core/Repository/Limitation/PermissionResolver/LocationLimitationIntegrationTest.php b/tests/integration/Core/Repository/Limitation/PermissionResolver/LocationLimitationIntegrationTest.php index 95b7b7f799..c0493edbf7 100644 --- a/tests/integration/Core/Repository/Limitation/PermissionResolver/LocationLimitationIntegrationTest.php +++ b/tests/integration/Core/Repository/Limitation/PermissionResolver/LocationLimitationIntegrationTest.php @@ -9,6 +9,9 @@ namespace Ibexa\Tests\Integration\Core\Repository\Limitation\PermissionResolver; use Ibexa\Contracts\Core\Limitation\Target\Version; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\LocationLimitation; @@ -32,12 +35,14 @@ public function providerForCanUserEditOrPublishContent(): array * @param array $limitations * @param bool $expectedResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function testCanUserEditContent(array $limitations, bool $expectedResult): void - { + public function testCanUserEditContent( + array $limitations, + bool $expectedResult + ): void { $repository = $this->getRepository(); $locationService = $repository->getLocationService(); @@ -67,12 +72,14 @@ public function testCanUserEditContent(array $limitations, bool $expectedResult) /** * @dataProvider providerForCanUserEditOrPublishContent * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function testCanUserReadTrashedContent(array $limitations, bool $expectedResult): void - { + public function testCanUserReadTrashedContent( + array $limitations, + bool $expectedResult + ): void { $repository = $this->getRepository(); $locationService = $repository->getLocationService(); diff --git a/tests/integration/Core/Repository/LocationServiceAuthorizationTest.php b/tests/integration/Core/Repository/LocationServiceAuthorizationTest.php index 1268b52fd0..5a39e25ac8 100644 --- a/tests/integration/Core/Repository/LocationServiceAuthorizationTest.php +++ b/tests/integration/Core/Repository/LocationServiceAuthorizationTest.php @@ -12,6 +12,7 @@ use Ibexa\Contracts\Core\Repository\Values\User\Limitation\LanguageLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\OwnerLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; /** * Test case for operations in the LocationService using in memory storage. @@ -477,7 +478,7 @@ public function testDeleteLocationWithSubtreeThrowsUnauthorizedException() $roleDraft = $roleService->createRoleDraft($role); $removePolicy = null; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ foreach ($roleDraft->getPolicies() as $policy) { if ('content' != $policy->module || 'remove' != $policy->function) { continue; diff --git a/tests/integration/Core/Repository/LocationServiceTest.php b/tests/integration/Core/Repository/LocationServiceTest.php index 172b4b05df..b22f4cc030 100644 --- a/tests/integration/Core/Repository/LocationServiceTest.php +++ b/tests/integration/Core/Repository/LocationServiceTest.php @@ -7,10 +7,14 @@ namespace Ibexa\Tests\Integration\Core\Repository; +use Doctrine\DBAL\Connection; use Exception; use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; +use Ibexa\Contracts\Core\Repository\URLAliasService; use Ibexa\Contracts\Core\Repository\URLAliasService as URLAliasServiceInterface; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct; @@ -39,7 +43,7 @@ class LocationServiceTest extends BaseTestCase /** * Test for the newLocationCreateStruct() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct + * @return LocationCreateStruct * * @covers \Ibexa\Contracts\Core\Repository\LocationService::newLocationCreateStruct() */ @@ -68,7 +72,7 @@ public function testNewLocationCreateStruct() /** * Test for the newLocationCreateStruct() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct $locationCreate + * @param LocationCreateStruct $locationCreate * * @covers \Ibexa\Contracts\Core\Repository\LocationService::newLocationCreateStruct() * @@ -454,7 +458,7 @@ public function testCreateLocationInTransactionWithRollback() /** * Test for the loadLocation() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return Location * * @covers \Ibexa\Contracts\Core\Repository\LocationService::loadLocation * @@ -561,7 +565,7 @@ private function assertRootLocationStructValues(Location $location): void /** * Test for the loadLocation() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * * @covers \Ibexa\Contracts\Core\Repository\LocationService::loadLocation() * @@ -882,7 +886,10 @@ public function testLoadLocationsContent(array $locations) usort( $locations, - static function ($a, $b): int { + static function ( + $a, + $b + ): int { return strcmp($a->id, $b->id); } ); @@ -901,7 +908,7 @@ static function (Location $location) { /** * Test for the loadLocations() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location[] + * @return Location[] * * @covers \Ibexa\Contracts\Core\Repository\LocationService::loadLocations($contentInfo, $rootLocation) * @@ -949,7 +956,7 @@ public function testLoadLocationsLimitedSubtree() /** * Test for the loadLocations() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location[] $locations + * @param Location[] $locations * * @covers \Ibexa\Contracts\Core\Repository\LocationService::loadLocations() * @@ -1107,7 +1114,7 @@ public function testLoadParentLocationsForDraftContent() * * @depends testLoadParentLocationsForDraftContent * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $contentDraft + * @param Content $contentDraft */ public function testLoadParentLocationsForDraftContentThrowsBadStateException(Content $contentDraft) { @@ -1203,7 +1210,7 @@ public function testLoadLocationChildrenWithOffset(): LocationList /** * Test for the loadLocationChildren() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationList $locations + * @param LocationList $locations * * @covers \Ibexa\Contracts\Core\Repository\LocationService::loadLocationChildren * @@ -1705,9 +1712,9 @@ public function testSwapLocation() * * @covers \Ibexa\Contracts\Core\Repository\LocationService::swapLocation * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testSwapLocationForContentWithCustomUrlAliases(): void { @@ -1750,9 +1757,9 @@ public function testSwapLocationForContentWithCustomUrlAliases(): void * * @see https://issues.ibexa.co/browse/EZP-28663 * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException * * @return int[] */ @@ -1814,13 +1821,15 @@ public function testSwapLocationForMainAndSecondaryLocation(): array /** * Compare Ids of expected and loaded Locations for the given Content. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location[] $expectedLocations - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Location[] $expectedLocations + * @param Content $content * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ - private function assertContentHasExpectedLocations(array $expectedLocations, Content $content): void - { + private function assertContentHasExpectedLocations( + array $expectedLocations, + Content $content + ): void { $repository = $this->getRepository(false); $locationService = $repository->getLocationService(); @@ -1855,9 +1864,9 @@ static function (Location $location) { /** * @depends testSwapLocationForMainAndSecondaryLocation * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content[] $contentItems Content items created by testSwapLocationForSecondaryLocation + * @param Content[] $contentItems Content items created by testSwapLocationForSecondaryLocation * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testSwapLocationDoesNotCorruptSearchResults(array $contentItems) { @@ -1904,10 +1913,10 @@ static function (SearchHit $searchHit) { * * @covers \Ibexa\Contracts\Core\Repository\LocationService::swapLocation * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws InvalidArgumentException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testSwapLocationForSecondaryLocations(): void { @@ -2078,10 +2087,13 @@ public function testHideLocation() * Assert that $expectedValues are set in the subtree starting at $location. * * @param array $expectedValues - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location */ - protected function assertSubtreeProperties(array $expectedValues, Location $location, $stopId = null) - { + protected function assertSubtreeProperties( + array $expectedValues, + Location $location, + $stopId = null + ) { $repository = $this->getRepository(); $locationService = $repository->getLocationService(); @@ -2609,7 +2621,7 @@ public function testCopySubtreeWithTranslatedContent(): void /** * Asserts that given Content has default ContentStates. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo */ private function assertDefaultContentStates(ContentInfo $contentInfo) { @@ -3280,9 +3292,9 @@ public function testMoveSubtreeDecrementsChildCountOfOldParent() * * @covers \Ibexa\Contracts\Core\Repository\LocationService::moveSubtree * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testMoveInvisibleSubtree() { @@ -3361,9 +3373,9 @@ public function testMoveSubtreeThrowsInvalidArgumentException(): void * @covers \Ibexa\Contracts\Core\Repository\LocationService::moveSubtree * * @throws \ErrorException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testMoveSubtreeUpdatesPathIdentificationString(): void { @@ -3389,7 +3401,7 @@ public function testMoveSubtreeUpdatesPathIdentificationString(): void // path location string is not present on API level, so we need to query database $serviceContainer = $this->getSetupFactory()->getServiceContainer(); - /** @var \Doctrine\DBAL\Connection $connection */ + /** @var Connection $connection */ $connection = $serviceContainer->get('ibexa.persistence.connection'); $query = $connection->createQueryBuilder(); $query @@ -3617,13 +3629,15 @@ public function testGetSubtreeSize(): Location /** * Loads properties from all locations in the $location's subtree. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param array $properties * * @return array */ - private function loadSubtreeProperties(Location $location, array $properties = []) - { + private function loadSubtreeProperties( + Location $location, + array $properties = [] + ) { $locationService = $this->getRepository()->getLocationService(); foreach ($locationService->loadLocationChildren($location)->locations as $childLocation) { @@ -3638,13 +3652,15 @@ private function loadSubtreeProperties(Location $location, array $properties = [ /** * Loads assertable properties from the given location. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param mixed[] $overwrite * * @return array */ - private function loadLocationProperties(Location $location, array $overwrite = []) - { + private function loadLocationProperties( + Location $location, + array $overwrite = [] + ) { return array_merge( [ 'id' => $location->id, @@ -3665,11 +3681,13 @@ private function loadLocationProperties(Location $location, array $overwrite = [ /** * Assert generated aliases to expected alias return. * - * @param \Ibexa\Contracts\Core\Repository\URLAliasService $urlAliasService + * @param URLAliasService $urlAliasService * @param array $expectedAliases */ - protected function assertGeneratedAliases($urlAliasService, array $expectedAliases) - { + protected function assertGeneratedAliases( + $urlAliasService, + array $expectedAliases + ) { foreach ($expectedAliases as $expectedAlias) { $urlAlias = $urlAliasService->lookup($expectedAlias); $this->assertPropertiesCorrect(['type' => 0], $urlAlias); @@ -3677,16 +3695,18 @@ protected function assertGeneratedAliases($urlAliasService, array $expectedAlias } /** - * @param \Ibexa\Contracts\Core\Repository\URLAliasService $urlAliasService + * @param URLAliasService $urlAliasService * @param array $expectedSubItemAliases */ - private function assertAliasesBeforeCopy($urlAliasService, array $expectedSubItemAliases) - { + private function assertAliasesBeforeCopy( + $urlAliasService, + array $expectedSubItemAliases + ) { foreach ($expectedSubItemAliases as $aliasUrl) { try { $urlAliasService->lookup($aliasUrl); self::fail('We didn\'t expect to find alias, but it was found'); - } catch (\Exception $e) { + } catch (Exception $e) { self::assertTrue(true); // OK - alias was not found } } @@ -3698,10 +3718,12 @@ private function assertAliasesBeforeCopy($urlAliasService, array $expectedSubIte * @param string $contentName * @param int $parentLocationId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content published Content + * @return Content published Content */ - private function publishContentWithParentLocation($contentName, $parentLocationId) - { + private function publishContentWithParentLocation( + $contentName, + $parentLocationId + ) { $repository = $this->getRepository(false); $locationService = $repository->getLocationService(); @@ -3724,7 +3746,7 @@ private function publishContentWithParentLocation($contentName, $parentLocationI } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function createForumStruct(string $name): ContentCreateStruct { diff --git a/tests/integration/Core/Repository/NonRedundantFieldSetTest.php b/tests/integration/Core/Repository/NonRedundantFieldSetTest.php index 868a91d9e0..fe836e7006 100644 --- a/tests/integration/Core/Repository/NonRedundantFieldSetTest.php +++ b/tests/integration/Core/Repository/NonRedundantFieldSetTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository; use Ibexa\Contracts\Core\Repository\Values\Content\Content; +use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; /** @@ -32,7 +33,7 @@ class NonRedundantFieldSetTest extends BaseNonRedundantFieldSetTestCase * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testCreateContentDefaultValues() { @@ -56,7 +57,7 @@ public function testCreateContentDefaultValues() * * @depends testCreateContentDefaultValues * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testCreateContentDefaultValuesFields(Content $content) { @@ -81,7 +82,7 @@ public function testCreateContentDefaultValuesFields(Content $content) * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testCreateContentEmptyValues() { @@ -105,7 +106,7 @@ public function testCreateContentEmptyValues() * * @depends testCreateContentEmptyValues * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testCreateContentEmptyValuesFields(Content $content) { @@ -134,7 +135,7 @@ public function testCreateContentEmptyValuesFields(Content $content) * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testCreateContentEmptyValuesTranslationNotStored() { @@ -158,7 +159,7 @@ public function testCreateContentEmptyValuesTranslationNotStored() * * @depends testCreateContentEmptyValuesTranslationNotStored * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testCreateContentEmptyValuesTranslationNotStoredFields(Content $content) { @@ -189,7 +190,7 @@ public function testCreateContentEmptyValuesTranslationNotStoredFields(Content $ * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testCreateContentTwoLanguagesMainTranslationStored() { @@ -213,7 +214,7 @@ public function testCreateContentTwoLanguagesMainTranslationStored() * * @depends testCreateContentTwoLanguagesMainTranslationStored * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testCreateContentTwoLanguagesMainTranslationStoredFields(Content $content) { @@ -249,7 +250,7 @@ public function testCreateContentTwoLanguagesMainTranslationStoredFields(Content * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testCreateContentTwoLanguagesSecondTranslationNotStored() { @@ -272,7 +273,7 @@ public function testCreateContentTwoLanguagesSecondTranslationNotStored() * * @depends testCreateContentTwoLanguagesSecondTranslationNotStored * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testCreateContentTwoLanguagesSecondTranslationNotStoredFields(Content $content) { @@ -302,7 +303,7 @@ public function testCreateContentTwoLanguagesSecondTranslationNotStoredFields(Co * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testCreateContentDefaultValuesNoStructFields() { @@ -323,7 +324,7 @@ public function testCreateContentDefaultValuesNoStructFields() * * @depends testCreateContentDefaultValuesNoStructFields * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testCreateContentDefaultValuesNoStructFieldsFields(Content $content) { @@ -350,7 +351,7 @@ public function testCreateContentDefaultValuesNoStructFieldsFields(Content $cont * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testCreateContentTwoLanguagesNoValuesForMainLanguage() { @@ -373,7 +374,7 @@ public function testCreateContentTwoLanguagesNoValuesForMainLanguage() * * @depends testCreateContentTwoLanguagesNoValuesForMainLanguage * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testCreateContentTwoLanguagesNoValuesForMainLanguageFields(Content $content) { @@ -404,7 +405,7 @@ public function testCreateContentTwoLanguagesNoValuesForMainLanguageFields(Conte * * @depends testCreateContentTwoLanguagesMainTranslationStoredFields * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content[] + * @return Content[] */ public function testCreateContentDraft() { @@ -425,7 +426,7 @@ public function testCreateContentDraft() * * @depends testCreateContentDraft * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content[] $data + * @param Content[] $data */ public function testCreateContentDraftFields(array $data) { @@ -457,7 +458,7 @@ public function testCreateContentDraftFields(array $data) * @depends testCreateContentDraft * @depends testCreateContentDraftFields * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content[] $data + * @param Content[] $data */ public function testCreateContentDraftFieldsRetainsIds(array $data) { @@ -477,7 +478,7 @@ public function testCreateContentDraftFieldsRetainsIds(array $data) * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testUpdateContentWithNewLanguage() { @@ -499,7 +500,7 @@ public function testUpdateContentWithNewLanguage() * * @depends testUpdateContentWithNewLanguage * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testUpdateContentWithNewLanguageFields(Content $content) { @@ -545,7 +546,7 @@ public function testUpdateContentWithNewLanguageFields(Content $content) * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testUpdateContentWithNewLanguageVariant() { @@ -568,7 +569,7 @@ public function testUpdateContentWithNewLanguageVariant() * * @depends testUpdateContentWithNewLanguageVariant * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testUpdateContentWithNewLanguageVariantFields(Content $content) { @@ -609,7 +610,7 @@ public function testUpdateContentWithNewLanguageVariantFields(Content $content) * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testUpdateContentWithNewLanguageNoValues() { @@ -629,7 +630,7 @@ public function testUpdateContentWithNewLanguageNoValues() * * @depends testUpdateContentWithNewLanguageNoValues * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testUpdateContentWithNewLanguageNoValuesFields(Content $content) { @@ -671,7 +672,7 @@ public function testUpdateContentWithNewLanguageNoValuesFields(Content $content) * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testUpdateContentUpdatingNonTranslatableFieldUpdatesFieldCopy() { @@ -694,7 +695,7 @@ public function testUpdateContentUpdatingNonTranslatableFieldUpdatesFieldCopy() * * @depends testUpdateContentUpdatingNonTranslatableFieldUpdatesFieldCopy * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testUpdateContentUpdatingNonTranslatableFieldUpdatesFieldCopyFields(Content $content) { @@ -728,7 +729,7 @@ public function testUpdateContentUpdatingNonTranslatableFieldUpdatesFieldCopyFie * @depends Ibexa\Tests\Integration\Core\Repository\ContentServiceTest::testCreateContent * @depends Ibexa\Tests\Integration\Core\Repository\ContentTypeServiceTest::testCreateContentType * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ public function testUpdateContentWithTwoLanguagesInitialLanguageTranslationNotCreated() { @@ -752,7 +753,7 @@ public function testUpdateContentWithTwoLanguagesInitialLanguageTranslationNotCr * * @depends testUpdateContentWithTwoLanguagesInitialLanguageTranslationNotCreated * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param Content $content */ public function testUpdateContentWithTwoLanguagesInitialLanguageTranslationNotCreatedFields(Content $content) { @@ -783,8 +784,10 @@ public function testUpdateContentWithTwoLanguagesInitialLanguageTranslationNotCr self::assertEquals($emptyValue, $content->getFieldValue('field4', 'ger-DE')); } - protected function assertFieldIds(Content $content1, Content $content2) - { + protected function assertFieldIds( + Content $content1, + Content $content2 + ) { $fields1 = $this->mapFields($content1->getFields()); $fields2 = $this->mapFields($content2->getFields()); @@ -799,7 +802,7 @@ protected function assertFieldIds(Content $content1, Content $content2) } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $fields + * @param Field[] $fields * * @return array */ diff --git a/tests/integration/Core/Repository/ObjectStateServiceTest.php b/tests/integration/Core/Repository/ObjectStateServiceTest.php index ed3896e4f3..6296de0d16 100644 --- a/tests/integration/Core/Repository/ObjectStateServiceTest.php +++ b/tests/integration/Core/Repository/ObjectStateServiceTest.php @@ -61,7 +61,7 @@ public function testNewObjectStateGroupCreateStruct() /** * testNewObjectStateGroupCreateStructValues. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroupCreateStruct $objectStateGroupCreate + * @param ObjectStateGroupCreateStruct $objectStateGroupCreate * * @depends testNewObjectStateGroupCreateStruct */ @@ -105,7 +105,7 @@ public function testNewObjectStateGroupUpdateStruct() /** * testNewObjectStateGroupUpdateStructValues. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroupUpdateStruct $objectStateGroupUpdate + * @param ObjectStateGroupUpdateStruct $objectStateGroupUpdate * * @depends testNewObjectStateGroupUpdateStruct */ @@ -151,7 +151,7 @@ public function testNewObjectStateCreateStruct() /** * testNewObjectStateCreateStructValues. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateCreateStruct $objectStateCreate + * @param ObjectStateCreateStruct $objectStateCreate * * @depends testNewObjectStateCreateStruct */ @@ -196,7 +196,7 @@ public function testNewObjectStateUpdateStruct() /** * testNewObjectStateUpdateStructValues. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateUpdateStruct $objectStateUpdate + * @param ObjectStateUpdateStruct $objectStateUpdate * * @depends testNewObjectStateUpdateStruct */ @@ -257,7 +257,7 @@ public function testCreateObjectStateGroup() /** * testCreateObjectStateGroupStructValues. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $createdObjectStateGroup + * @param ObjectStateGroup $createdObjectStateGroup * * @depends testCreateObjectStateGroup */ @@ -510,8 +510,11 @@ protected function createObjectStateGroups() * @param array $loadedObjects * @param string $class */ - protected function assertObjectsLoadedByIdentifiers(array $expectedIdentifiers, array $loadedObjects, $class) - { + protected function assertObjectsLoadedByIdentifiers( + array $expectedIdentifiers, + array $loadedObjects, + $class + ) { foreach ($loadedObjects as $loadedObject) { if (!isset($expectedIdentifiers[$loadedObject->identifier])) { self::fail( @@ -1113,7 +1116,7 @@ public function testLoadObjectStateByIdentifierThrowsNotFoundException(): void /** * testLoadObjectStateStructValues. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $loadedObjectState + * @param ObjectState $loadedObjectState * * @depends testLoadObjectState */ @@ -1280,9 +1283,9 @@ public function testLoadObjectStateWithPrioritizedLanguagesList( $objectStateService = $repository->getObjectStateService(); $objectStateData = $this->testCreateObjectState(); - /** @see \Ibexa\Tests\Integration\Core\Repository\ObjectStateServiceTest::testCreateObjectState */ + /** @see ObjectStateServiceTest::testCreateObjectState */ $objectState = $objectStateData[2]; - /** @var \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState $objectState */ + /** @var ObjectState $objectState */ $loadedObjectState = $objectStateService->loadObjectState($objectState->id, $prioritizedLanguages); if ($expectedLanguageCode === null) { @@ -1308,8 +1311,10 @@ public function testLoadObjectStateWithPrioritizedLanguagesList( * @param string[] $languageCodes * @param string|null $expectedLanguageCode */ - public function testLoadObjectStatesWithPrioritizedLanguagesList($languageCodes, $expectedLanguageCode) - { + public function testLoadObjectStatesWithPrioritizedLanguagesList( + $languageCodes, + $expectedLanguageCode + ) { $repository = $this->getRepository(); $objectStateService = $repository->getObjectStateService(); @@ -1890,12 +1895,12 @@ private function deleteExistingObjectStateGroups() /** * Create Object State within the given Object State Group. * - * @param \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup + * @param ObjectStateGroup $objectStateGroup * @param string $identifier * @param array $names multi-language names * @param array $descriptions multi-language descriptions * - * @return \Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectState + * @return ObjectState */ private function createObjectState( ObjectStateGroup $objectStateGroup, diff --git a/tests/integration/Core/Repository/Parallel/BaseParallelTestCase.php b/tests/integration/Core/Repository/Parallel/BaseParallelTestCase.php index 44072903ef..733f286450 100644 --- a/tests/integration/Core/Repository/Parallel/BaseParallelTestCase.php +++ b/tests/integration/Core/Repository/Parallel/BaseParallelTestCase.php @@ -26,8 +26,10 @@ protected function setUp(): void } } - protected function addParallelProcess(ParallelProcessList $list, callable $callback): void - { + protected function addParallelProcess( + ParallelProcessList $list, + callable $callback + ): void { $connection = $this->getRawDatabaseConnection(); $process = new Process(static function () use ($callback, $connection) { diff --git a/tests/integration/Core/Repository/PermissionResolverTest.php b/tests/integration/Core/Repository/PermissionResolverTest.php index fd9bcb5d75..8946570e2c 100644 --- a/tests/integration/Core/Repository/PermissionResolverTest.php +++ b/tests/integration/Core/Repository/PermissionResolverTest.php @@ -8,9 +8,11 @@ namespace Ibexa\Tests\Integration\Core\Repository; use function array_filter; + use Ibexa\Contracts\Core\Limitation\Target\Builder\VersionBuilder; use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Repository; @@ -796,15 +798,15 @@ public function testCanUserThrowsBadStateException() * * @dataProvider getDataForTestCanUserWithLimitations * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation + * @param Limitation $limitation * @param string $module * @param string $function - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $object + * @param ValueObject $object * @param array $targets * @param bool $expectedResult expected result of canUser check * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws BadStateException + * @throws InvalidArgumentException */ public function testCanUserWithLimitations( Limitation $limitation, @@ -845,7 +847,7 @@ public function testCanUserWithLimitations( * * @return array * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function getDataForTestCanUserWithLimitations() { @@ -991,11 +993,11 @@ public function testLookupLimitationsForAdministratorUser(): void * @depends Ibexa\Tests\Integration\Core\Repository\RepositoryTest::testGetContentService * @depends Ibexa\Tests\Integration\Core\Repository\PermissionResolverTest::testHasAccessForCurrentUserYes * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws InvalidArgumentException + * @throws LimitationValidationException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testLookupLimitationsWithLimitations(): void { @@ -1053,11 +1055,11 @@ public function testLookupLimitationsWithLimitations(): void * @depends Ibexa\Tests\Integration\Core\Repository\RepositoryTest::testGetContentService * @depends Ibexa\Tests\Integration\Core\Repository\PermissionResolverTest::testHasAccessForCurrentUserYes * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws InvalidArgumentException + * @throws LimitationValidationException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testLookupLimitationsWithFilteredLimitations(): void { @@ -1109,11 +1111,11 @@ public function testLookupLimitationsWithFilteredLimitations(): void * If the role limitation is set it should be taken into account. In this case, role limitation * will pass and ContentTypeLimitation should be returned. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws InvalidArgumentException + * @throws LimitationValidationException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testLookupLimitationsWithRoleLimitationsHasAccess(): void { @@ -1166,11 +1168,11 @@ public function testLookupLimitationsWithRoleLimitationsHasAccess(): void * * @see https://issues.ibexa.co/browse/EZP-30728 * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws InvalidArgumentException + * @throws LimitationValidationException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testLookupLimitationsWithRoleLimitationsWithoutPolicyLimitationsHasAccess(): void { @@ -1223,11 +1225,11 @@ public function testLookupLimitationsWithRoleLimitationsWithoutPolicyLimitations * If the role limitation is set it should be taken into account. In this case, role limitation * will not pass and ContentTypeLimitation should not be returned. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws InvalidArgumentException + * @throws LimitationValidationException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testLookupLimitationsWithRoleLimitationsHasNoAccess(): void { @@ -1358,14 +1360,14 @@ public function testLookupLimitationsWithMixedTargets(): void } /** - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param string $contentTypeIdentifier * @param string $mainLanguageCode * @param int $sectionId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct + * @return ContentCreateStruct * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function getContentCreateStruct( Repository $repository, diff --git a/tests/integration/Core/Repository/Regression/EZP21089Test.php b/tests/integration/Core/Repository/Regression/EZP21089Test.php index 2e519455ee..a18931886e 100644 --- a/tests/integration/Core/Repository/Regression/EZP21089Test.php +++ b/tests/integration/Core/Repository/Regression/EZP21089Test.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\Regression; use DateTime; +use Ibexa\Core\Repository\Values\ContentType\ContentType; use Ibexa\Tests\Integration\Core\Repository\BaseTestCase; /** @@ -22,7 +23,7 @@ */ class EZP21089Test extends BaseTestCase { - /** @var \Ibexa\Core\Repository\Values\ContentType\ContentType */ + /** @var ContentType */ private $contentType; protected function setUp(): void diff --git a/tests/integration/Core/Repository/Regression/EZP21109IbexaIntegerTest.php b/tests/integration/Core/Repository/Regression/EZP21109IbexaIntegerTest.php index a2b0e82697..c2a7b5e4e0 100644 --- a/tests/integration/Core/Repository/Regression/EZP21109IbexaIntegerTest.php +++ b/tests/integration/Core/Repository/Regression/EZP21109IbexaIntegerTest.php @@ -7,6 +7,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\Regression; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Core\FieldType\Integer\Value; use Ibexa\Core\Persistence\Legacy\Exception\TypeNotFound as TypeNotFoundException; use Ibexa\Tests\Integration\Core\Repository\BaseTestCase; @@ -23,7 +24,7 @@ class EZP21109IbexaIntegerTest extends BaseTestCase */ protected $classShortName; - /** @var \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType */ + /** @var ContentType */ protected $contentType; protected function setUp(): void @@ -64,7 +65,7 @@ public function testIbexaIntegerWithDefaultValues(int $integerValue): void $content = $contentService->loadContent($draft->versionInfo->contentInfo->id); - /** @var \Ibexa\Core\FieldType\Integer\Value $fieldValue */ + /** @var Value $fieldValue */ $fieldValue = $content->getFieldValue('test'); self::assertInstanceOf(Value::class, $fieldValue); @@ -88,7 +89,7 @@ public function validIntegerValues() /** * Creates a Test ContentType for this test holding an ibexa_integerfield. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ protected function createTestContentType() { diff --git a/tests/integration/Core/Repository/Regression/EZP21798Test.php b/tests/integration/Core/Repository/Regression/EZP21798Test.php index 6be2d5f5a7..a993918f85 100644 --- a/tests/integration/Core/Repository/Regression/EZP21798Test.php +++ b/tests/integration/Core/Repository/Regression/EZP21798Test.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\Regression; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SectionLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; use Ibexa\Tests\Integration\Core\Repository\BaseTestCase; /** @@ -79,7 +80,7 @@ public function testRoleChanges(): void $roleDraft = $roleService->createRoleDraft($role); $numPolicies = count($roleDraft->getPolicies()); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft[] $policies */ + /** @var PolicyDraft[] $policies */ $policies = $roleDraft->getPolicies(); $found = false; diff --git a/tests/integration/Core/Repository/Regression/EZP21906SearchOneContentMultipleLocationsTest.php b/tests/integration/Core/Repository/Regression/EZP21906SearchOneContentMultipleLocationsTest.php index 804dd43113..3bf03b7aa4 100644 --- a/tests/integration/Core/Repository/Regression/EZP21906SearchOneContentMultipleLocationsTest.php +++ b/tests/integration/Core/Repository/Regression/EZP21906SearchOneContentMultipleLocationsTest.php @@ -64,8 +64,10 @@ protected function setUp(): void /** * @dataProvider searchContentQueryProvider */ - public function testSearchContentMultipleLocations(Query $query, $expectedResultCount) - { + public function testSearchContentMultipleLocations( + Query $query, + $expectedResultCount + ) { $result = $this->getRepository()->getSearchService()->findContent($query); self::assertSame($expectedResultCount, $result->totalCount); self::assertSame($expectedResultCount, count($result->searchHits)); diff --git a/tests/integration/Core/Repository/Regression/EZP22408DeleteRelatedObjectTest.php b/tests/integration/Core/Repository/Regression/EZP22408DeleteRelatedObjectTest.php index 77613442dc..47b9b78143 100644 --- a/tests/integration/Core/Repository/Regression/EZP22408DeleteRelatedObjectTest.php +++ b/tests/integration/Core/Repository/Regression/EZP22408DeleteRelatedObjectTest.php @@ -7,12 +7,16 @@ namespace Ibexa\Tests\Integration\Core\Repository\Regression; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; +use Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCreateStruct; +use Ibexa\Core\FieldType\RelationList\Value; use Ibexa\Tests\Integration\Core\Repository\BaseTestCase; class EZP22408DeleteRelatedObjectTest extends BaseTestCase { - /** @var \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType */ + /** @var ContentType */ private $testContentType; protected function setUp(): void @@ -38,7 +42,7 @@ public function testRelationListIsUpdatedWhenRelatedObjectIsDeleted() $contentService->deleteContent($targetObject1->contentInfo); $reloadedReferenceObject = $contentService->loadContent($referenceObject->id); - /** @var \Ibexa\Core\FieldType\RelationList\Value */ + /** @var Value */ $relationListValue = $reloadedReferenceObject->getFieldValue('relation_list'); self::assertSame([$targetObject2->id], $relationListValue->destinationContentIds); } @@ -118,7 +122,7 @@ private function getMainLanguageCode(): string /** * @param string $name * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ private function createTargetObject($name) { @@ -144,10 +148,13 @@ private function createTargetObject($name) * @param array $relationListTarget Array of destination content ids * @param int $singleRelationTarget Content id * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - private function createReferenceObject($name, array $relationListTarget = [], $singleRelationTarget = null) - { + private function createReferenceObject( + $name, + array $relationListTarget = [], + $singleRelationTarget = null + ) { $contentService = $this->getRepository()->getContentService(); $createStruct = $contentService->newContentCreateStruct( $this->testContentType, @@ -174,7 +181,7 @@ private function createReferenceObject($name, array $relationListTarget = [], $s } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct + * @return LocationCreateStruct */ private function getLocationCreateStruct() { diff --git a/tests/integration/Core/Repository/Regression/EZP28799SubtreeSearchTest.php b/tests/integration/Core/Repository/Regression/EZP28799SubtreeSearchTest.php index 9ae53a8e37..0a0afe11c7 100644 --- a/tests/integration/Core/Repository/Regression/EZP28799SubtreeSearchTest.php +++ b/tests/integration/Core/Repository/Regression/EZP28799SubtreeSearchTest.php @@ -7,6 +7,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\Regression; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Tests\Integration\Core\Repository\BaseTestCase; @@ -16,7 +17,7 @@ class EZP28799SubtreeSearchTest extends BaseTestCase { /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content[] + * @return Content[] */ public function createTestContent() { diff --git a/tests/integration/Core/Repository/Regression/PureNegativeQueryTest.php b/tests/integration/Core/Repository/Regression/PureNegativeQueryTest.php index 7ba7021cbf..393c27fd98 100644 --- a/tests/integration/Core/Repository/Regression/PureNegativeQueryTest.php +++ b/tests/integration/Core/Repository/Regression/PureNegativeQueryTest.php @@ -216,11 +216,13 @@ public function providerForTestMatchAll() /** * @dataProvider providerForTestMatchAll * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterion + * @param Criterion $criterion * @param int $totalCount */ - public function testMatchAllContentInfoQuery($criterion, $totalCount) - { + public function testMatchAllContentInfoQuery( + $criterion, + $totalCount + ) { $query = new Query( [ 'query' => $criterion, @@ -235,11 +237,13 @@ public function testMatchAllContentInfoQuery($criterion, $totalCount) /** * @dataProvider providerForTestMatchAll * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterion + * @param Criterion $criterion * @param int $totalCount */ - public function testMatchAllContentInfoFilter($criterion, $totalCount) - { + public function testMatchAllContentInfoFilter( + $criterion, + $totalCount + ) { $query = new Query( [ 'filter' => $criterion, @@ -254,11 +258,13 @@ public function testMatchAllContentInfoFilter($criterion, $totalCount) /** * @dataProvider providerForTestMatchAll * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterion + * @param Criterion $criterion * @param int $totalCount */ - public function testMatchAllLocationQuery($criterion, $totalCount) - { + public function testMatchAllLocationQuery( + $criterion, + $totalCount + ) { $query = new LocationQuery( [ 'query' => $criterion, @@ -273,11 +279,13 @@ public function testMatchAllLocationQuery($criterion, $totalCount) /** * @dataProvider providerForTestMatchAll * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterion + * @param Criterion $criterion * @param int $totalCount */ - public function testMatchAllLocationFilter($criterion, $totalCount) - { + public function testMatchAllLocationFilter( + $criterion, + $totalCount + ) { $query = new LocationQuery( [ 'filter' => $criterion, diff --git a/tests/integration/Core/Repository/RoleServiceAuthorizationTest.php b/tests/integration/Core/Repository/RoleServiceAuthorizationTest.php index 99c484216b..31c1c7f435 100644 --- a/tests/integration/Core/Repository/RoleServiceAuthorizationTest.php +++ b/tests/integration/Core/Repository/RoleServiceAuthorizationTest.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation; use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; +use Ibexa\Contracts\Core\Repository\Values\User\Role; use Ibexa\Contracts\Core\Repository\Values\User\UserRoleAssignment; /** @@ -663,7 +664,7 @@ public function testGetRoleAssignmentsForUserGroupThrowsUnauthorizedException() /** * Create a role fixture in a variable named $role,. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\Role + * @return Role */ private function createRole() { diff --git a/tests/integration/Core/Repository/RoleServiceTest.php b/tests/integration/Core/Repository/RoleServiceTest.php index edea9ec51f..6ce0e54cf2 100644 --- a/tests/integration/Core/Repository/RoleServiceTest.php +++ b/tests/integration/Core/Repository/RoleServiceTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository; use Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; @@ -20,6 +21,7 @@ use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Policy; use Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; use Ibexa\Contracts\Core\Repository\Values\User\PolicyUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\User\Role; use Ibexa\Contracts\Core\Repository\Values\User\RoleAssignment; @@ -28,6 +30,7 @@ use Ibexa\Contracts\Core\Repository\Values\User\RoleDraft; use Ibexa\Contracts\Core\Repository\Values\User\RoleUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\User\User; +use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; use Ibexa\Contracts\Core\Repository\Values\User\UserGroupRoleAssignment; use Ibexa\Contracts\Core\Repository\Values\User\UserRoleAssignment; @@ -254,10 +257,10 @@ public function testCreateRoleWithMultiplePolicies() $repository = $this->getRepository(); $roleService = $repository->getRoleService(); - $limitation1 = new Limitation\ContentTypeLimitation(); + $limitation1 = new ContentTypeLimitation(); $limitation1->limitationValues = ['1', '3', '13']; - $limitation2 = new Limitation\SectionLimitation(); + $limitation2 = new SectionLimitation(); $limitation2->limitationValues = ['2', '3']; $limitation3 = new Limitation\OwnerLimitation(); @@ -588,14 +591,16 @@ public function providerForCopyRoleTests(): array * @depends testNewRoleCopyStruct * @depends testLoadRoleByIdentifier * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException + * @throws InvalidArgumentException + * @throws LimitationValidationException */ - public function testCopyRole(RoleCreateStruct $roleCreateStruct, RoleCopyStruct $roleCopyStruct): void - { + public function testCopyRole( + RoleCreateStruct $roleCreateStruct, + RoleCopyStruct $roleCopyStruct + ): void { $repository = $this->getRepository(); $roleService = $repository->getRoleService(); @@ -625,13 +630,13 @@ public function testCopyRole(RoleCreateStruct $roleCreateStruct, RoleCopyStruct * @depends testNewRoleCopyStruct * @depends testLoadRoleByIdentifier * - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct[] $policies + * @param PolicyCreateStruct[] $policies * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException + * @throws InvalidArgumentException + * @throws LimitationValidationException */ public function testCopyRoleWithPolicies( RoleCreateStruct $roleCreateStruct, @@ -669,13 +674,13 @@ public function testCopyRoleWithPolicies( * @depends testNewRoleCopyStruct * @depends testLoadRoleByIdentifier * - * @param \Ibexa\Contracts\Core\Repository\Values\User\PolicyCreateStruct[] $policies + * @param PolicyCreateStruct[] $policies * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\LimitationValidationException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException + * @throws InvalidArgumentException + * @throws LimitationValidationException */ public function testCopyRoleWithPoliciesAndLimitations( RoleCreateStruct $roleCreateStruct, @@ -1206,7 +1211,10 @@ public function testAddPolicyByRoleDraft() } usort( $actual, - static function ($p1, $p2): int { + static function ( + $p1, + $p2 + ): int { return strcasecmp($p1['function'], $p2['function']); } ); @@ -1493,7 +1501,7 @@ public function testUpdatePolicyByRoleDraftNoLimitation() $roleDraft = $roleService->createRoleDraft($role); // Search for the new policy instance $policy = null; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ foreach ($roleDraft->getPolicies() as $policy) { if ($policy->module === 'foo' && $policy->function === 'bar') { break; @@ -1564,7 +1572,7 @@ public function testUpdatePolicyByRoleDraft() $roleDraft = $roleService->createRoleDraft($role); // Search for the new policy instance $policy = null; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ foreach ($roleDraft->getPolicies() as $policy) { if ($policy->module === 'content' && $policy->function === 'translate') { break; @@ -1627,7 +1635,7 @@ public function testUpdatePolicyUpdatesLimitations($roleAndPolicy) /** * Test for the updatePolicy() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Role $role + * @param Role $role * * @covers \Ibexa\Contracts\Core\Repository\RoleService::updatePolicyByRoleDraft() * @@ -1704,7 +1712,7 @@ public function testUpdatePolicyByRoleDraftThrowsLimitationValidationException() $roleDraft = $roleService->createRoleDraft($role); // Search for the new policy instance $policy = null; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ foreach ($roleDraft->getPolicies() as $policy) { if ($policy->module === 'content' && $policy->function === 'remove') { break; @@ -1819,7 +1827,7 @@ public function testAddPolicyWithRoleAssignment() /** * Test loading user/group role assignments. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroupRoleAssignment + * @return UserGroupRoleAssignment * * @covers \Ibexa\Contracts\Core\Repository\RoleService::loadRoleAssignment */ @@ -1869,7 +1877,7 @@ public function testLoadRoleAssignment() /** * Test for the getRoleAssignments() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\RoleAssignment[] + * @return RoleAssignment[] * * @covers \Ibexa\Contracts\Core\Repository\RoleService::getRoleAssignments() * @@ -1906,7 +1914,7 @@ public function testGetRoleAssignments() /** * Test for the getRoleAssignments() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleAssignment[] $roleAssignments + * @param RoleAssignment[] $roleAssignments * * @covers \Ibexa\Contracts\Core\Repository\RoleService::getRoleAssignments * @@ -3068,7 +3076,10 @@ public function testPublishRoleDraftAddPolicies() } usort( $actual, - static function ($p1, $p2): int { + static function ( + $p1, + $p2 + ): int { return strcasecmp($p1['function'], $p2['function']); } ); @@ -3091,7 +3102,7 @@ static function ($p1, $p2): int { /** * Create a user group fixture in a variable named $userGroup,. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return UserGroup */ private function createUserGroupVersion1() { @@ -3121,8 +3132,11 @@ private function createUserGroupVersion1() return $userGroup; } - private function loadRoleAssignmentForUser(RoleService $roleService, Role $role, User $newUser): UserRoleAssignment - { + private function loadRoleAssignmentForUser( + RoleService $roleService, + Role $role, + User $newUser + ): UserRoleAssignment { [$userRoleAssignment] = array_values( array_filter( (array)$roleService->getRoleAssignments($role), diff --git a/tests/integration/Core/Repository/SearchEngineIndexingTest.php b/tests/integration/Core/Repository/SearchEngineIndexingTest.php index 08497bcb8b..9115cb7a94 100644 --- a/tests/integration/Core/Repository/SearchEngineIndexingTest.php +++ b/tests/integration/Core/Repository/SearchEngineIndexingTest.php @@ -8,10 +8,16 @@ namespace Ibexa\Tests\Integration\Core\Repository; use DateTime; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; @@ -57,7 +63,7 @@ public function testFindContentInfoFullTextIsSearchable() * * @depends testFindContentInfoFullTextIsSearchable * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo */ public function testFindLocationsFullTextIsSearchable(ContentInfo $contentInfo) { @@ -139,10 +145,12 @@ public function testFindLocationsFullTextIsNotSearchable() * @param string $searchText * @param bool $isSearchable * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - protected function createFullTextIsSearchableContent($searchText, $isSearchable) - { + protected function createFullTextIsSearchableContent( + $searchText, + $isSearchable + ) { $repository = $this->getRepository(); $contentService = $repository->getContentService(); $contentTypeService = $repository->getContentTypeService(); @@ -819,8 +827,10 @@ public function testSetContentState() * * @dataProvider getSpecialFullTextCases */ - public function testIndexingSpecialFullTextCases($text, $searchForText) - { + public function testIndexingSpecialFullTextCases( + $text, + $searchForText + ) { $repository = $this->getRepository(); $searchService = $repository->getSearchService(); @@ -848,8 +858,10 @@ public function testIndexingSpecialFullTextCases($text, $searchForText) * * @dataProvider getEmailAddressesCases */ - public function testIndexingEmailFieldCases(string $email, string $searchForText): void - { + public function testIndexingEmailFieldCases( + string $email, + string $searchForText + ): void { $repository = $this->getRepository(); $searchService = $repository->getSearchService(); @@ -971,12 +983,15 @@ public function testRemovedContentFieldValueIsNotFound() /** * Check if children locations are/are not ivisible. * - * @param \Ibexa\Contracts\Core\Repository\SearchService $searchService + * @param SearchService $searchService * @param int $parentLocationId parent location Id * @param bool $expected expected value of {invisible} property in subtree */ - private function assertSubtreeInvisibleProperty(SearchService $searchService, $parentLocationId, $expected) - { + private function assertSubtreeInvisibleProperty( + SearchService $searchService, + $parentLocationId, + $expected + ) { $criterion = new Criterion\ParentLocationId($parentLocationId); $query = new LocationQuery(['filter' => $criterion]); $result = $searchService->findLocations($query); @@ -1037,7 +1052,7 @@ public function testUpdateContentMetadata() $newContentMetadataUpdateStruct = $contentService->newContentMetadataUpdateStruct(); $newContentMetadataUpdateStruct->remoteId = md5('Test'); - $newContentMetadataUpdateStruct->publishedDate = new \DateTime(); + $newContentMetadataUpdateStruct->publishedDate = new DateTime(); $newContentMetadataUpdateStruct->publishedDate->add(new \DateInterval('P1D')); $newContentMetadataUpdateStruct->mainLocationId = $newLocation->id; @@ -1115,7 +1130,7 @@ public function testAssignSection() $query = new Query(['filter' => $criterion]); $results = $searchService->findContentInfo($query); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo */ + /** @var ContentInfo $contentInfo */ $contentInfo = $results->searchHits[0]->valueObject; self::assertEquals($section->id, $contentInfo->getSectionId()); } @@ -1211,8 +1226,10 @@ protected function createTestContentType( * * @param int[] $parentLocationIdList */ - protected function createContentWithName(string $contentName, array $parentLocationIdList = []): Content - { + protected function createContentWithName( + string $contentName, + array $parentLocationIdList = [] + ): Content { $testableContentType = $this->createTestContentType(); return $this->createContent($testableContentType, $contentName, 'name', $parentLocationIdList); @@ -1225,14 +1242,16 @@ protected function createContentWithName(string $contentName, array $parentLocat * @param string $address * @param int[] $parentLocationIdList * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws ContentFieldValidationException + * @throws ContentValidationException + * @throws InvalidArgumentException + * @throws UnauthorizedException */ - protected function createContentEmailWithAddress(string $address, array $parentLocationIdList = []): Content - { + protected function createContentEmailWithAddress( + string $address, + array $parentLocationIdList = [] + ): Content { $testableContentType = $this->createTestContentType('email', 'ibexa_email', 'test-email-type'); return $this->createContent($testableContentType, $address, 'email', $parentLocationIdList); @@ -1268,10 +1287,13 @@ protected function createContent( * @param $contentDescription * @param array $parentLocationIdList * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - protected function createContentWithNameAndDescription($contentName, $contentDescription, array $parentLocationIdList = []) - { + protected function createContentWithNameAndDescription( + $contentName, + $contentDescription, + array $parentLocationIdList = [] + ) { $repository = $this->getRepository(); $contentService = $repository->getContentService(); $contentTypeService = $repository->getContentTypeService(); @@ -1301,10 +1323,13 @@ protected function createContentWithNameAndDescription($contentName, $contentDes * @param int $parentLocationId * @param bool $alwaysAvailable * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - protected function createMultiLanguageContent(array $names, $parentLocationId, $alwaysAvailable) - { + protected function createMultiLanguageContent( + array $names, + $parentLocationId, + $alwaysAvailable + ) { $repository = $this->getRepository(); $contentService = $repository->getContentService(); $locationService = $repository->getLocationService(); @@ -1339,8 +1364,10 @@ protected function createMultiLanguageContent(array $names, $parentLocationId, $ * @param int $contentId * @param int $expectedCount */ - protected function assertContentIdSearch($contentId, $expectedCount) - { + protected function assertContentIdSearch( + $contentId, + $expectedCount + ) { $searchService = $this->getRepository()->getSearchService(); $criterion = new Criterion\ContentId($contentId); @@ -1361,7 +1388,7 @@ protected function assertContentIdSearch($contentId, $expectedCount) /** * Create & get new Location for tests. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location + * @return Location */ protected function createNewTestLocation() { diff --git a/tests/integration/Core/Repository/SearchService/Aggregation/AbstractAggregationTestCase.php b/tests/integration/Core/Repository/SearchService/Aggregation/AbstractAggregationTestCase.php index e6db33b624..d8ad66c04d 100644 --- a/tests/integration/Core/Repository/SearchService/Aggregation/AbstractAggregationTestCase.php +++ b/tests/integration/Core/Repository/SearchService/Aggregation/AbstractAggregationTestCase.php @@ -83,9 +83,7 @@ public function dataProviderForTestFindLocationWithAggregation(): iterable yield from $this->dataProviderForTestFindContentWithAggregation(); } - protected function createFixturesForAggregation(Aggregation $aggregation): void - { - } + protected function createFixturesForAggregation(Aggregation $aggregation): void {} protected function createContentQuery(Aggregation $aggregation): Query { diff --git a/tests/integration/Core/Repository/SearchService/Aggregation/DataSetBuilder/TermAggregationDataSetBuilder.php b/tests/integration/Core/Repository/SearchService/Aggregation/DataSetBuilder/TermAggregationDataSetBuilder.php index f1eed6c735..6ff7403635 100644 --- a/tests/integration/Core/Repository/SearchService/Aggregation/DataSetBuilder/TermAggregationDataSetBuilder.php +++ b/tests/integration/Core/Repository/SearchService/Aggregation/DataSetBuilder/TermAggregationDataSetBuilder.php @@ -17,7 +17,7 @@ */ final class TermAggregationDataSetBuilder { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation */ + /** @var Aggregation */ private $aggregation; /** @var array */ @@ -56,7 +56,7 @@ public function build(): array } /** - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult\TermAggregationResult + * @phpstan-return TermAggregationResult */ private function buildExpectedTermAggregationResult(): TermAggregationResult { diff --git a/tests/integration/Core/Repository/SearchService/Aggregation/Field/TimeRangeAggregationTest.php b/tests/integration/Core/Repository/SearchService/Aggregation/Field/TimeRangeAggregationTest.php index 8bcac57835..a20841fb38 100644 --- a/tests/integration/Core/Repository/SearchService/Aggregation/Field/TimeRangeAggregationTest.php +++ b/tests/integration/Core/Repository/SearchService/Aggregation/Field/TimeRangeAggregationTest.php @@ -80,8 +80,14 @@ protected function createFixturesForAggregation(Aggregation $aggregation): void $this->refreshSearch($this->getRepository()); } - private function mktime(int $hour, int $minute, int $second, int $month, int $day, int $year): int - { + private function mktime( + int $hour, + int $minute, + int $second, + int $month, + int $day, + int $year + ): int { $timestamp = mktime($hour, $minute, $second, $month, $day, $year); if ($timestamp === false) { throw new RuntimeException('Failed to create timestamp with mktime.'); diff --git a/tests/integration/Core/Repository/SearchService/Aggregation/FixtureGenerator/FieldAggregationFixtureGenerator.php b/tests/integration/Core/Repository/SearchService/Aggregation/FixtureGenerator/FieldAggregationFixtureGenerator.php index 326aeef304..7b605d0616 100644 --- a/tests/integration/Core/Repository/SearchService/Aggregation/FixtureGenerator/FieldAggregationFixtureGenerator.php +++ b/tests/integration/Core/Repository/SearchService/Aggregation/FixtureGenerator/FieldAggregationFixtureGenerator.php @@ -17,7 +17,7 @@ */ final class FieldAggregationFixtureGenerator { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; /** @var string|null */ diff --git a/tests/integration/Core/Repository/SearchService/DeleteTranslationTest.php b/tests/integration/Core/Repository/SearchService/DeleteTranslationTest.php index 404c51d68e..d8da7d552c 100644 --- a/tests/integration/Core/Repository/SearchService/DeleteTranslationTest.php +++ b/tests/integration/Core/Repository/SearchService/DeleteTranslationTest.php @@ -8,6 +8,9 @@ namespace Ibexa\Tests\Integration\Core\Repository\SearchService; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Query; @@ -30,9 +33,9 @@ final class DeleteTranslationTest extends BaseTestCase /** * @param array $languages * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ protected function createTestContentWithLanguages(array $languages): Content { @@ -63,10 +66,12 @@ protected function createTestContentWithLanguages(array $languages): Content } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - protected function findContent(string $text, string $languageCode): SearchResult - { + protected function findContent( + string $text, + string $languageCode + ): SearchResult { $repository = $this->getRepository(); $searchService = $repository->getSearchService(); $query = new Query(); @@ -82,9 +87,9 @@ protected function findContent(string $text, string $languageCode): SearchResult } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testDeleteContentTranslation(): void { @@ -113,9 +118,9 @@ public function testDeleteContentTranslation(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testDeleteContentTranslationWithContentRemovePolicy(): void { @@ -139,9 +144,9 @@ public function testDeleteContentTranslationWithContentRemovePolicy(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testPreventTranslationDeletionIfNoAccess(): void { diff --git a/tests/integration/Core/Repository/SearchService/MultilingualContentSearchIndexingTest.php b/tests/integration/Core/Repository/SearchService/MultilingualContentSearchIndexingTest.php index d6fcabb6ac..d652b996f9 100644 --- a/tests/integration/Core/Repository/SearchService/MultilingualContentSearchIndexingTest.php +++ b/tests/integration/Core/Repository/SearchService/MultilingualContentSearchIndexingTest.php @@ -8,7 +8,12 @@ namespace Ibexa\Tests\Integration\Core\Repository\SearchService; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\LanguageService; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\LanguageCreateStruct; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; @@ -28,9 +33,9 @@ final class MultilingualContentSearchIndexingTest extends BaseTestCase ]; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testPublishingSingleTranslationKeepsSearchIndexConsistent(): void { @@ -75,7 +80,7 @@ public function testPublishingSingleTranslationKeepsSearchIndexConsistent(): voi ]); $searchResult = $searchService->findContent($query, ['languages' => $translations]); self::assertSame(1, $searchResult->totalCount); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $foundContent */ + /** @var Content $foundContent */ $foundContent = $searchResult->searchHits[0]->valueObject; $expectedContentInfo = $foundContent->contentInfo; $expectedVersionNo = $foundContent->getVersionInfo()->versionNo; @@ -85,7 +90,7 @@ public function testPublishingSingleTranslationKeepsSearchIndexConsistent(): voi ['languages' => [self::MODIFIED_TRANSLATION]] ); self::assertSame(1, $searchResult->totalCount); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $foundContent */ + /** @var Content $foundContent */ $foundContent = $searchResult->searchHits[0]->valueObject; self::assertEquals($expectedContentInfo, $foundContent->contentInfo); self::assertEquals($expectedVersionNo, $foundContent->getVersionInfo()->versionNo); @@ -94,8 +99,8 @@ public function testPublishingSingleTranslationKeepsSearchIndexConsistent(): voi /** * Create required languages which are not pre-defined by Repository test setup. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws InvalidArgumentException + * @throws UnauthorizedException */ private function createMissingLanguages(LanguageService $languageService): void { diff --git a/tests/integration/Core/Repository/SearchService/RemoteIdIndexingTest.php b/tests/integration/Core/Repository/SearchService/RemoteIdIndexingTest.php index d60f3b1468..84aac65b42 100644 --- a/tests/integration/Core/Repository/SearchService/RemoteIdIndexingTest.php +++ b/tests/integration/Core/Repository/SearchService/RemoteIdIndexingTest.php @@ -8,6 +8,9 @@ namespace Ibexa\Tests\Integration\Core\Repository\SearchService; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; @@ -19,9 +22,9 @@ final class RemoteIdIndexingTest extends BaseTestCase private static $contentIdByRemoteIdIndex = []; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ protected function setUp(): void { @@ -41,7 +44,7 @@ protected function setUp(): void /** * @dataProvider providerForTestIndexingRemoteId * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException + * @throws ForbiddenException */ public function testIndexingRemoteId(Criterion $criterion): void { @@ -103,9 +106,9 @@ public function providerForTestIndexingRemoteId(): iterable } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ private function createTestFolder(string $remoteId): int { diff --git a/tests/integration/Core/Repository/SearchService/SortClause/ContentTranslatedNameTest.php b/tests/integration/Core/Repository/SearchService/SortClause/ContentTranslatedNameTest.php index 16493dc0e9..367cea87c8 100644 --- a/tests/integration/Core/Repository/SearchService/SortClause/ContentTranslatedNameTest.php +++ b/tests/integration/Core/Repository/SearchService/SortClause/ContentTranslatedNameTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\SearchService\SortClause; use DateTime; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; @@ -28,7 +29,7 @@ protected function setUp(): void /** * @param string[] $values * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception * * @dataProvider dataProviderForTestSortingByContentTranslatedName */ @@ -57,7 +58,7 @@ public function testContentSortingByContentTranslatedName( /** * @param string[] $values * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception * * @dataProvider dataProviderForTestSortingByContentTranslatedName */ diff --git a/tests/integration/Core/Repository/SearchService/SortClause/ScoreTest.php b/tests/integration/Core/Repository/SearchService/SortClause/ScoreTest.php index ff22fb7dfc..fb9bd89d3f 100644 --- a/tests/integration/Core/Repository/SearchService/SortClause/ScoreTest.php +++ b/tests/integration/Core/Repository/SearchService/SortClause/ScoreTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\SearchService\SortClause; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query; @@ -29,12 +30,15 @@ protected function setUp(): void /** * @param string[] $values * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception * * @dataProvider dataProviderForTestSortingByScore */ - public function testSortingByScore(iterable $inputValues, Query $query, array $expectedOrderedIds): void - { + public function testSortingByScore( + iterable $inputValues, + Query $query, + array $expectedOrderedIds + ): void { $this->createContentForScoreSortTesting($inputValues); $searchService = $this->getRepository()->getSearchService(); @@ -104,7 +108,7 @@ public function dataProviderForTestSortingByScore(): iterable /** * @param string[] $values * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ private function createContentForScoreSortTesting(iterable $values): void { diff --git a/tests/integration/Core/Repository/SearchServiceBookmarkTest.php b/tests/integration/Core/Repository/SearchServiceBookmarkTest.php index 6e21ee2e3b..3314057b8f 100644 --- a/tests/integration/Core/Repository/SearchServiceBookmarkTest.php +++ b/tests/integration/Core/Repository/SearchServiceBookmarkTest.php @@ -9,9 +9,10 @@ namespace Ibexa\Tests\Integration\Core\Repository; use Ibexa\Contracts\Core\Repository\BookmarkService; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; -use Ibexa\Contracts\Core\Repository\Values\Content\Query; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; use Ibexa\Tests\Integration\Core\RepositorySearchTestCase; @@ -57,7 +58,7 @@ protected function setUp(): void /** * @dataProvider provideDataForTestCriterion * - * @param array<\Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion> $criteria + * @param array $criteria * @param array $remoteIds */ public function testCriterion( @@ -81,7 +82,7 @@ public function provideDataForTestCriterion(): iterable yield 'All bookmarked locations' => [ self::ALL_BOOKMARKED_LOCATIONS, [ - new Query\Criterion\Location\IsBookmarked(), + new Criterion\Location\IsBookmarked(), ], self::ALL_BOOKMARKED_CONTENT_REMOTE_IDS, ]; @@ -89,8 +90,8 @@ public function provideDataForTestCriterion(): iterable yield 'All bookmarked locations limited to folder content type' => [ 1, [ - new Query\Criterion\ContentTypeIdentifier(self::FOLDER_CONTENT_TYPE_IDENTIFIER), - new Query\Criterion\Location\IsBookmarked(), + new Criterion\ContentTypeIdentifier(self::FOLDER_CONTENT_TYPE_IDENTIFIER), + new Criterion\Location\IsBookmarked(), ], [self::MEDIA_CONTENT_REMOTE_ID], ]; @@ -98,8 +99,8 @@ public function provideDataForTestCriterion(): iterable yield 'All bookmarked locations limited to user group content type' => [ 4, [ - new Query\Criterion\ContentTypeIdentifier('user_group'), - new Query\Criterion\Location\IsBookmarked(), + new Criterion\ContentTypeIdentifier('user_group'), + new Criterion\Location\IsBookmarked(), ], [ '3c160cca19fb135f83bd02d911f04db2', @@ -112,8 +113,8 @@ public function provideDataForTestCriterion(): iterable yield 'All bookmarked locations limited to user content type' => [ 1, [ - new Query\Criterion\ContentTypeIdentifier('user'), - new Query\Criterion\Location\IsBookmarked(), + new Criterion\ContentTypeIdentifier('user'), + new Criterion\Location\IsBookmarked(), ], ['1bb4fe25487f05527efa8bfd394cecc7'], ]; @@ -121,7 +122,7 @@ public function provideDataForTestCriterion(): iterable yield 'All no bookmarked locations' => [ 12, [ - new Query\Criterion\Location\IsBookmarked(false), + new Criterion\Location\IsBookmarked(false), ], self::ALL_NO_BOOKMARKED_CONTENT_REMOTE_IDS, ]; @@ -131,7 +132,7 @@ public function testCriterionDeleteBookmark(): void { $query = $this->createQuery( [ - new Query\Criterion\Location\IsBookmarked(), + new Criterion\Location\IsBookmarked(), ] ); @@ -187,7 +188,7 @@ private function extractRemoteIds(SearchResult $result): array { $remoteIds = array_map( static function (SearchHit $searchHit): string { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location $location */ + /** @var Location $location */ $location = $searchHit->valueObject; return $location->getContentInfo()->remoteId; @@ -201,14 +202,14 @@ static function (SearchHit $searchHit): string { } /** - * @param array<\Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion> $criteria + * @param array $criteria * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException + * @throws InvalidCriterionArgumentException */ private function createQuery(array $criteria): LocationQuery { $query = new LocationQuery(); - $query->filter = new Query\Criterion\LogicalAnd( + $query->filter = new Criterion\LogicalAnd( $criteria ); diff --git a/tests/integration/Core/Repository/SearchServiceContentNameTest.php b/tests/integration/Core/Repository/SearchServiceContentNameTest.php index b333212898..58aa81b566 100644 --- a/tests/integration/Core/Repository/SearchServiceContentNameTest.php +++ b/tests/integration/Core/Repository/SearchServiceContentNameTest.php @@ -8,6 +8,13 @@ namespace Ibexa\Tests\Integration\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; @@ -65,7 +72,7 @@ protected function setUp(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testCriterionFindAllContentItems(): void { @@ -84,8 +91,8 @@ public function testCriterionFindAllContentItems(): void * * @param array $expectedContentItemTitles * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException + * @throws InvalidArgumentException + * @throws InvalidCriterionArgumentException */ public function testCriterion( Criterion $criterion, @@ -225,14 +232,14 @@ private function createTestContentItems(): void /** * @param array $translations * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws ContentFieldValidationException + * @throws ContentValidationException + * @throws InvalidArgumentException + * @throws NotFoundException + * @throws UnauthorizedException */ private function createContent( string $title, @@ -261,7 +268,7 @@ private function createContent( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function loadContentType(string $contentTypeIdentifier): ContentType { @@ -275,7 +282,7 @@ private function createContentNameCriterion(string $value): Criterion } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException + * @throws InvalidCriterionArgumentException */ private function createQuery(Criterion $criterion): Query { diff --git a/tests/integration/Core/Repository/SearchServiceFulltextTest.php b/tests/integration/Core/Repository/SearchServiceFulltextTest.php index a1f36d0f81..68df67f20d 100644 --- a/tests/integration/Core/Repository/SearchServiceFulltextTest.php +++ b/tests/integration/Core/Repository/SearchServiceFulltextTest.php @@ -185,8 +185,11 @@ public function providerForTestFulltextSearchSolr7(): array * * @dataProvider providerForTestFulltextSearchSolr7 */ - public function testFulltextContentSearchSolr7(string $searchString, array $expectedKeys, array $idMap): void - { + public function testFulltextContentSearchSolr7( + string $searchString, + array $expectedKeys, + array $idMap + ): void { if (false === $this->isSolrMajorVersionInRange('7.0.0', '8.0.0')) { self::markTestSkipped('This test is only relevant for Solr >= 7'); } @@ -194,8 +197,11 @@ public function testFulltextContentSearchSolr7(string $searchString, array $expe $this->doTestFulltextContentSearch($searchString, $expectedKeys, $idMap); } - private function doTestFulltextContentSearch(string $searchString, array $expectedKeys, array $idMap): void - { + private function doTestFulltextContentSearch( + string $searchString, + array $expectedKeys, + array $idMap + ): void { $repository = $this->getRepository(false); $searchService = $repository->getSearchService(); @@ -216,8 +222,11 @@ private function doTestFulltextContentSearch(string $searchString, array $expect * * @dataProvider providerForTestFulltextSearchSolr7 */ - public function testFulltextLocationSearchSolr7($searchString, array $expectedKeys, array $idMap): void - { + public function testFulltextLocationSearchSolr7( + $searchString, + array $expectedKeys, + array $idMap + ): void { if (false === $this->isSolrMajorVersionInRange('7.0.0', '8.0.0')) { self::markTestSkipped('This test is only relevant for Solr >= 7'); } @@ -225,8 +234,11 @@ public function testFulltextLocationSearchSolr7($searchString, array $expectedKe $this->doTestFulltextLocationSearch($searchString, $expectedKeys, $idMap); } - private function doTestFulltextLocationSearch($searchString, array $expectedKeys, array $idMap): void - { + private function doTestFulltextLocationSearch( + $searchString, + array $expectedKeys, + array $idMap + ): void { $repository = $this->getRepository(false); $searchService = $repository->getSearchService(); @@ -239,16 +251,22 @@ private function doTestFulltextLocationSearch($searchString, array $expectedKeys /** * Assert given $searchResult using $expectedKeys and $idMap. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult $searchResult + * @param SearchResult $searchResult * @param array $expectedKeys * @param array $idMap */ - public function assertFulltextSearch(SearchResult $searchResult, array $expectedKeys, array $idMap) - { + public function assertFulltextSearch( + SearchResult $searchResult, + array $expectedKeys, + array $idMap + ) { self::assertEquals( array_reduce( $expectedKeys, - static function ($carry, $item) { + static function ( + $carry, + $item + ) { $carry += count((array)$item); return $carry; @@ -272,8 +290,10 @@ static function ($carry, $item) { * * @return array */ - private function mapKeysToIds(array $expectedKeys, array $idMap) - { + private function mapKeysToIds( + array $expectedKeys, + array $idMap + ) { $expectedIds = []; foreach ($expectedKeys as $keyGroup) { @@ -301,7 +321,7 @@ private function mapKeysToIds(array $expectedKeys, array $idMap) /** * Map given $searchResult to an array of Content IDs, ordered and grouped by relevancy score. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult $searchResult + * @param SearchResult $searchResult * * @return array */ @@ -343,8 +363,10 @@ static function (array $idGroup) { * * @return bool */ - private function isSolrMajorVersionInRange(string $minVersion, string $maxVersion): bool - { + private function isSolrMajorVersionInRange( + string $minVersion, + string $maxVersion + ): bool { $version = getenv('SOLR_VERSION'); if (is_string($version) && !empty($version)) { return version_compare($version, $minVersion, '>=') && version_compare($version, $maxVersion, '<'); diff --git a/tests/integration/Core/Repository/SearchServiceImageTest.php b/tests/integration/Core/Repository/SearchServiceImageTest.php index e9b589aa3e..d1a5ad6337 100644 --- a/tests/integration/Core/Repository/SearchServiceImageTest.php +++ b/tests/integration/Core/Repository/SearchServiceImageTest.php @@ -8,6 +8,9 @@ namespace Ibexa\Tests\Integration\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeDraft; @@ -395,9 +398,9 @@ private function ensureImageFieldTypeIsSearchable(ContentType $contentType): voi } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws InvalidArgumentException + * @throws BadStateException + * @throws UnauthorizedException */ private function setFieldTypeAsSearchable( ContentTypeDraft $contentTypeDraft, diff --git a/tests/integration/Core/Repository/SearchServiceLocationTest.php b/tests/integration/Core/Repository/SearchServiceLocationTest.php index 84e7b943bb..a39dbe05b8 100644 --- a/tests/integration/Core/Repository/SearchServiceLocationTest.php +++ b/tests/integration/Core/Repository/SearchServiceLocationTest.php @@ -7,14 +7,18 @@ namespace Ibexa\Tests\Integration\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy; use Ibexa\Core\Repository\Values\Content\Location; use Ibexa\Tests\Solr\SetupFactory\LegacySetupFactory as LegacySolrSetupFactory; @@ -34,7 +38,7 @@ class SearchServiceLocationTest extends BaseTestCase /** * Create movie Content with subtitle field set to null. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content[] + * @return Content[] */ protected function createMovieContent(): array { @@ -112,7 +116,7 @@ protected function createMovieContent(): array /** * Create test Content with ibexa_country field having multiple countries selected. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createMultipleCountriesContent() { @@ -160,9 +164,9 @@ protected function createMultipleCountriesContent() } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ protected function createFolderWithNonPrintableUtf8Characters(): Content { @@ -311,9 +315,9 @@ public function testFieldCollectionContainsNoMatch() /** * @covers \Ibexa\Contracts\Core\Repository\SearchService::findLocations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testNonPrintableUtf8Characters(): void { @@ -343,9 +347,9 @@ public function testNonPrintableUtf8Characters(): void * @covers \Ibexa\Contracts\Core\Repository\SearchService::findLocations * * @throws \ErrorException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testEscapedNonPrintableUtf8Characters(): void { @@ -521,7 +525,7 @@ public function testQueryModifiedField() } /** - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ protected function createTestPlaceContentType() { @@ -1360,8 +1364,12 @@ public function testVisibilityCriterionWithHiddenContent() * @param string $fixture * @param callable|null $closure */ - protected function assertQueryFixture(LocationQuery $query, $fixture, $closure = null, $ignoreScore = true) - { + protected function assertQueryFixture( + LocationQuery $query, + $fixture, + $closure = null, + $ignoreScore = true + ) { $repository = $this->getRepository(); $searchService = $repository->getSearchService(); diff --git a/tests/integration/Core/Repository/SearchServiceTest.php b/tests/integration/Core/Repository/SearchServiceTest.php index 6002f9ced3..b72211f912 100644 --- a/tests/integration/Core/Repository/SearchServiceTest.php +++ b/tests/integration/Core/Repository/SearchServiceTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository; use function count; + use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\SearchService; @@ -21,6 +22,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy; use Ibexa\Tests\Solr\SetupFactory\LegacySetupFactory as LegacySolrSetupFactory; @@ -188,7 +190,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\DateMetadata( Criterion\DateMetadata::MODIFIED, - Criterion\Operator::GT, + Operator::GT, 1343140540 ), 'sortClauses' => [new SortClause\ContentId()], @@ -199,7 +201,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\DateMetadata( Criterion\DateMetadata::MODIFIED, - Criterion\Operator::GTE, + Operator::GTE, 1311154215 ), 'sortClauses' => [new SortClause\ContentId()], @@ -210,7 +212,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\DateMetadata( Criterion\DateMetadata::MODIFIED, - Criterion\Operator::LTE, + Operator::LTE, 1311154215 ), 'limit' => 10, @@ -222,7 +224,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\DateMetadata( Criterion\DateMetadata::MODIFIED, - Criterion\Operator::IN, + Operator::IN, [1033920794, 1060695457, 1343140540] ), 'sortClauses' => [new SortClause\ContentId()], @@ -233,7 +235,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\DateMetadata( Criterion\DateMetadata::MODIFIED, - Criterion\Operator::BETWEEN, + Operator::BETWEEN, [1033920776, 1072180276] ), 'sortClauses' => [new SortClause\ContentId()], @@ -244,7 +246,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\DateMetadata( Criterion\DateMetadata::CREATED, - Criterion\Operator::BETWEEN, + Operator::BETWEEN, [1033920776, 1072180278] ), 'sortClauses' => [new SortClause\ContentId()], @@ -255,7 +257,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\CustomField( 'user_group_name_value_s', - Criterion\Operator::EQ, + Operator::EQ, 'Members' ), 'sortClauses' => [new SortClause\ContentId()], @@ -266,7 +268,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\CustomField( 'user_group_name_value_s', - Criterion\Operator::CONTAINS, + Operator::CONTAINS, 'Members' ), 'sortClauses' => [new SortClause\ContentId()], @@ -277,7 +279,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\CustomField( 'user_group_name_value_s', - Criterion\Operator::LT, + Operator::LT, 'Members' ), 'sortClauses' => [new SortClause\ContentId()], @@ -288,7 +290,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\CustomField( 'user_group_name_value_s', - Criterion\Operator::LTE, + Operator::LTE, 'Members' ), 'sortClauses' => [new SortClause\ContentId()], @@ -299,7 +301,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\CustomField( 'user_group_name_value_s', - Criterion\Operator::GT, + Operator::GT, 'Members' ), 'sortClauses' => [new SortClause\ContentId()], @@ -310,7 +312,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\CustomField( 'user_group_name_value_s', - Criterion\Operator::GTE, + Operator::GTE, 'Members' ), 'sortClauses' => [new SortClause\ContentId()], @@ -321,7 +323,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\CustomField( 'user_group_name_value_s', - Criterion\Operator::BETWEEN, + Operator::BETWEEN, ['Administrator users', 'Members'] ), 'sortClauses' => [new SortClause\ContentId()], @@ -350,7 +352,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\Field( 'name', - Criterion\Operator::EQ, + Operator::EQ, 'Members' ), 'sortClauses' => [new SortClause\ContentId()], @@ -361,7 +363,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\Field( 'name', - Criterion\Operator::IN, + Operator::IN, ['Members', 'Anonymous users'] ), 'sortClauses' => [new SortClause\ContentId()], @@ -372,7 +374,7 @@ public function getFilterContentSearches() [ 'filter' => new Criterion\DateMetadata( Criterion\DateMetadata::MODIFIED, - Criterion\Operator::BETWEEN, + Operator::BETWEEN, [1033920275, 1033920794] ), 'sortClauses' => [new SortClause\ContentId()], @@ -385,12 +387,12 @@ public function getFilterContentSearches() [ new Criterion\Field( 'name', - Criterion\Operator::EQ, + Operator::EQ, 'Members' ), new Criterion\DateMetadata( Criterion\DateMetadata::MODIFIED, - Criterion\Operator::BETWEEN, + Operator::BETWEEN, [1033920275, 1033920794] ), ] @@ -449,7 +451,10 @@ public function getFilterContentSearches() static function (&$data) { usort( $data->searchHits, - static function ($a, $b): int { + static function ( + $a, + $b + ): int { if ($a->score == $b->score) { if ($a->valueObject['id'] == $b->valueObject['id']) { return 0; @@ -469,7 +474,7 @@ static function ($a, $b): int { [ 'filter' => new Criterion\UserMetadata( Criterion\UserMetadata::MODIFIER, - Criterion\Operator::EQ, + Operator::EQ, 14 ), 'sortClauses' => [ @@ -483,7 +488,7 @@ static function ($a, $b): int { [ 'filter' => new Criterion\UserMetadata( Criterion\UserMetadata::MODIFIER, - Criterion\Operator::IN, + Operator::IN, [14] ), 'sortClauses' => [ @@ -497,7 +502,7 @@ static function ($a, $b): int { [ 'filter' => new Criterion\UserMetadata( Criterion\UserMetadata::OWNER, - Criterion\Operator::EQ, + Operator::EQ, 14 ), 'sortClauses' => [ @@ -511,7 +516,7 @@ static function ($a, $b): int { [ 'filter' => new Criterion\UserMetadata( Criterion\UserMetadata::OWNER, - Criterion\Operator::IN, + Operator::IN, [14] ), 'sortClauses' => [ @@ -525,7 +530,7 @@ static function ($a, $b): int { [ 'filter' => new Criterion\UserMetadata( Criterion\UserMetadata::GROUP, - Criterion\Operator::EQ, + Operator::EQ, 12 ), 'sortClauses' => [ @@ -539,7 +544,7 @@ static function ($a, $b): int { [ 'filter' => new Criterion\UserMetadata( Criterion\UserMetadata::GROUP, - Criterion\Operator::IN, + Operator::IN, [12] ), 'sortClauses' => [ @@ -553,7 +558,7 @@ static function ($a, $b): int { [ 'filter' => new Criterion\UserMetadata( Criterion\UserMetadata::GROUP, - Criterion\Operator::EQ, + Operator::EQ, 4 ), 'sortClauses' => [ @@ -567,7 +572,7 @@ static function ($a, $b): int { [ 'filter' => new Criterion\UserMetadata( Criterion\UserMetadata::GROUP, - Criterion\Operator::IN, + Operator::IN, [4] ), 'sortClauses' => [ @@ -851,28 +856,28 @@ public function getLocationQuerySearches() return [ [ [ - 'query' => new Criterion\Location\Depth(Criterion\Operator::EQ, 1), + 'query' => new Criterion\Location\Depth(Operator::EQ, 1), 'sortClauses' => [new SortClause\ContentId()], ], $fixtureDir . 'Depth.php', ], [ [ - 'query' => new Criterion\Location\Depth(Criterion\Operator::IN, [1, 3]), + 'query' => new Criterion\Location\Depth(Operator::IN, [1, 3]), 'sortClauses' => [new SortClause\ContentId()], ], $fixtureDir . 'DepthIn.php', ], [ [ - 'query' => new Criterion\Location\Depth(Criterion\Operator::GT, 2), + 'query' => new Criterion\Location\Depth(Operator::GT, 2), 'sortClauses' => [new SortClause\ContentId()], ], $fixtureDir . 'DepthGt.php', ], [ [ - 'query' => new Criterion\Location\Depth(Criterion\Operator::GTE, 2), + 'query' => new Criterion\Location\Depth(Operator::GTE, 2), 'sortClauses' => [new SortClause\ContentId()], 'limit' => 50, ], @@ -880,14 +885,14 @@ public function getLocationQuerySearches() ], [ [ - 'query' => new Criterion\Location\Depth(Criterion\Operator::LT, 2), + 'query' => new Criterion\Location\Depth(Operator::LT, 2), 'sortClauses' => [new SortClause\ContentId()], ], $fixtureDir . 'Depth.php', ], [ [ - 'query' => new Criterion\Location\Depth(Criterion\Operator::LTE, 2), + 'query' => new Criterion\Location\Depth(Operator::LTE, 2), 'sortClauses' => [new SortClause\ContentId()], 'limit' => 50, ], @@ -895,7 +900,7 @@ public function getLocationQuerySearches() ], [ [ - 'query' => new Criterion\Location\Depth(Criterion\Operator::BETWEEN, [1, 2]), + 'query' => new Criterion\Location\Depth(Operator::BETWEEN, [1, 2]), 'sortClauses' => [new SortClause\ContentId()], 'limit' => 50, ], @@ -921,8 +926,11 @@ public function getLocationQuerySearches() * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findContent() */ - public function testFindContentFiltered($queryData, $fixture, $closure = null) - { + public function testFindContentFiltered( + $queryData, + $fixture, + $closure = null + ) { $query = new Query($queryData); $this->assertQueryFixture($query, $fixture, $closure); } @@ -934,8 +942,11 @@ public function testFindContentFiltered($queryData, $fixture, $closure = null) * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findContentInfo() */ - public function testFindContentInfoFiltered($queryData, $fixture, $closure = null) - { + public function testFindContentInfoFiltered( + $queryData, + $fixture, + $closure = null + ) { $query = new Query($queryData); $this->assertQueryFixture($query, $fixture, $this->getContentInfoFixtureClosure($closure), true); } @@ -947,8 +958,11 @@ public function testFindContentInfoFiltered($queryData, $fixture, $closure = nul * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findLocations() */ - public function testFindLocationsContentFiltered($queryData, $fixture, $closure = null) - { + public function testFindLocationsContentFiltered( + $queryData, + $fixture, + $closure = null + ) { $query = new LocationQuery($queryData); $this->assertQueryFixture($query, $fixture, $closure); } @@ -960,8 +974,11 @@ public function testFindLocationsContentFiltered($queryData, $fixture, $closure * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findContent() */ - public function testQueryContent($queryData, $fixture, $closure = null) - { + public function testQueryContent( + $queryData, + $fixture, + $closure = null + ) { $query = new Query($queryData); $this->assertQueryFixture($query, $fixture, $closure); } @@ -973,8 +990,11 @@ public function testQueryContent($queryData, $fixture, $closure = null) * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findContent() */ - public function testQueryContentInfo($queryData, $fixture, $closure = null) - { + public function testQueryContentInfo( + $queryData, + $fixture, + $closure = null + ) { $query = new Query($queryData); $this->assertQueryFixture($query, $fixture, $this->getContentInfoFixtureClosure($closure), true); } @@ -986,8 +1006,11 @@ public function testQueryContentInfo($queryData, $fixture, $closure = null) * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findLocations() */ - public function testQueryContentLocations($queryData, $fixture, $closure = null) - { + public function testQueryContentLocations( + $queryData, + $fixture, + $closure = null + ) { $query = new LocationQuery($queryData); $this->assertQueryFixture($query, $fixture, $closure); } @@ -999,8 +1022,11 @@ public function testQueryContentLocations($queryData, $fixture, $closure = null) * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findLocations() */ - public function testQueryLocations($queryData, $fixture, $closure = null) - { + public function testQueryLocations( + $queryData, + $fixture, + $closure = null + ) { $query = new LocationQuery($queryData); $this->assertQueryFixture($query, $fixture, $closure); } @@ -1012,7 +1038,7 @@ public function getCaseInsensitiveSearches() [ 'filter' => new Criterion\Field( 'name', - Criterion\Operator::EQ, + Operator::EQ, 'Members' ), 'sortClauses' => [new SortClause\ContentId()], @@ -1022,7 +1048,7 @@ public function getCaseInsensitiveSearches() [ 'filter' => new Criterion\Field( 'name', - Criterion\Operator::EQ, + Operator::EQ, 'members' ), 'sortClauses' => [new SortClause\ContentId()], @@ -1032,7 +1058,7 @@ public function getCaseInsensitiveSearches() [ 'filter' => new Criterion\Field( 'name', - Criterion\Operator::EQ, + Operator::EQ, 'MEMBERS' ), 'sortClauses' => [new SortClause\ContentId()], @@ -1082,7 +1108,7 @@ public function getRelationFieldFilterSearches() [ 'filter' => new Criterion\FieldRelation( 'image', - Criterion\Operator::IN, + Operator::IN, [1, 4, 10] ), 'sortClauses' => [new SortClause\ContentId()], @@ -1093,7 +1119,7 @@ public function getRelationFieldFilterSearches() [ 'filter' => new Criterion\FieldRelation( 'image', - Criterion\Operator::IN, + Operator::IN, [4, 49] ), 'sortClauses' => [new SortClause\ContentId()], @@ -1104,7 +1130,7 @@ public function getRelationFieldFilterSearches() [ 'filter' => new Criterion\FieldRelation( 'image', - Criterion\Operator::IN, + Operator::IN, [4] ), 'sortClauses' => [new SortClause\ContentId()], @@ -1115,7 +1141,7 @@ public function getRelationFieldFilterSearches() [ 'filter' => new Criterion\FieldRelation( 'image', - Criterion\Operator::CONTAINS, + Operator::CONTAINS, [1, 4, 10] ), 'sortClauses' => [new SortClause\ContentId()], @@ -1126,7 +1152,7 @@ public function getRelationFieldFilterSearches() [ 'filter' => new Criterion\FieldRelation( 'image', - Criterion\Operator::CONTAINS, + Operator::CONTAINS, [4, 49] ), 'sortClauses' => [new SortClause\ContentId()], @@ -1137,7 +1163,7 @@ public function getRelationFieldFilterSearches() [ 'filter' => new Criterion\FieldRelation( 'image', - Criterion\Operator::CONTAINS, + Operator::CONTAINS, [4] ), 'sortClauses' => [new SortClause\ContentId()], @@ -1184,8 +1210,10 @@ public function testRelationContentCreation() * * @depends testRelationContentCreation */ - public function testFindRelationFieldContentInfoFiltered($queryData, $fixture) - { + public function testFindRelationFieldContentInfoFiltered( + $queryData, + $fixture + ) { $this->getRepository(false); // To make sure repo is setup w/o removing data from getRelationFieldFilterContentSearches $query = new Query($queryData); $this->assertQueryFixture($query, $fixture, null, true, true, false); @@ -1200,8 +1228,10 @@ public function testFindRelationFieldContentInfoFiltered($queryData, $fixture) * * @depends testRelationContentCreation */ - public function testFindRelationFieldLocationsFiltered($queryData, $fixture) - { + public function testFindRelationFieldLocationsFiltered( + $queryData, + $fixture + ) { $this->getRepository(false); // To make sure repo is setup w/o removing data from getRelationFieldFilterContentSearches $query = new LocationQuery($queryData); $this->assertQueryFixture($query, $fixture, null, true, false, false); @@ -1319,7 +1349,7 @@ public function testFindLocationsNoPerformCountException() /** * Create movie Content with subtitle field set to null. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content[] + * @return Content[] */ protected function createMovieContent() { @@ -1393,7 +1423,7 @@ protected function createMovieContent() /** * Create test Content with ibexa_country field having multiple countries selected. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createMultipleCountriesContent() { @@ -1442,7 +1472,7 @@ protected function createMultipleCountriesContent() /** * Test for the findContent() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content[] + * @return Content[] * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findContent() */ @@ -1516,7 +1546,7 @@ public function testFieldCollectionContains() [ 'query' => new Criterion\Field( 'countries', - Criterion\Operator::CONTAINS, + Operator::CONTAINS, 'Belgium' ), ] @@ -1547,7 +1577,7 @@ public function testFieldCollectionContainsNoMatch() [ 'query' => new Criterion\Field( 'countries', - Criterion\Operator::CONTAINS, + Operator::CONTAINS, 'Netherlands Antilles' ), ] @@ -1573,7 +1603,7 @@ public function testInvalidFieldIdentifierRange() [ 'filter' => new Criterion\Field( 'some_hopefully_unknown_field', - Criterion\Operator::BETWEEN, + Operator::BETWEEN, [10, 1000] ), 'sortClauses' => [new SortClause\ContentId()], @@ -1595,7 +1625,7 @@ public function testInvalidFieldIdentifierIn() [ 'filter' => new Criterion\Field( 'some_hopefully_unknown_field', - Criterion\Operator::EQ, + Operator::EQ, 1000 ), 'sortClauses' => [new SortClause\ContentId()], @@ -1617,7 +1647,7 @@ public function testFindContentWithNonSearchableField() [ 'filter' => new Criterion\Field( 'tag_cloud_url', - Criterion\Operator::EQ, + Operator::EQ, 'http://nimbus.com' ), 'sortClauses' => [new SortClause\ContentId()], @@ -1691,7 +1721,7 @@ public function testFindSingleWithNonSearchableField() $searchService->findSingle( new Criterion\Field( 'tag_cloud_url', - Criterion\Operator::EQ, + Operator::EQ, 'http://nimbus.com' ) ); @@ -1713,7 +1743,10 @@ public function getSortedContentSearches() static function (&$data): void { usort( $data->searchHits, - static function (SearchHit $a, SearchHit $b): int { + static function ( + SearchHit $a, + SearchHit $b + ): int { return $a->valueObject['id'] <=> $b->valueObject['id']; } ); @@ -1908,7 +1941,10 @@ static function (&$data) { ]; usort( $data->searchHits, - static function ($a, $b) use ($map): int { + static function ( + $a, + $b + ) use ($map): int { return ($map[$a->valueObject['id']] < $map[$b->valueObject['id']]) ? -1 : 1; } ); @@ -1942,7 +1978,7 @@ static function ($a, $b) use ($map): int { } /** - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ protected function createTestContentType() { @@ -1982,14 +2018,14 @@ protected function createTestContentType() } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType * @param int $fieldValue11 Value for translatable field in first language * @param int $fieldValue12 Value for translatable field in second language * @param int $fieldValue2 Value for non translatable field * @param string $mainLanguageCode * @param bool $alwaysAvailable * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ protected function createMultilingualContent( $contentType, @@ -2337,7 +2373,7 @@ public function providerForTestMultilingualFieldSort() * * @param array $contentDataList * @param array $languageSettings - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] $sortClauses + * @param SortClause[] $sortClauses * @param array $expected */ public function testMultilingualFieldSortContent( @@ -2363,7 +2399,7 @@ public function testMultilingualFieldSortContent( * * @param array $contentDataList * @param array $languageSettings - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] $sortClauses + * @param SortClause[] $sortClauses * @param array $expected */ public function testMultilingualFieldSortLocation( @@ -2384,7 +2420,7 @@ public function testMultilingualFieldSortLocation( /** * @param array $contentDataList * @param array $languageSettings - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] $sortClauses + * @param SortClause[] $sortClauses * @param array $expected * @param bool $contentSearch */ @@ -2475,7 +2511,7 @@ public function providerForTestMultilingualFieldFilter() 'ger-DE', ], ], - new Criterion\Field('integer', Criterion\Operator::LT, 5), + new Criterion\Field('integer', Operator::LT, 5), /** * Expected order, Value eng-GB, Value ger-DE. * @@ -2493,7 +2529,7 @@ public function providerForTestMultilingualFieldFilter() ], 'useAlwaysAvailable' => false, ], - new Criterion\Field('integer', Criterion\Operator::LT, 2), + new Criterion\Field('integer', Operator::LT, 2), /** * Expected order, Value eng-GB, Value ger-DE. * @@ -2508,7 +2544,7 @@ public function providerForTestMultilingualFieldFilter() 'eng-GB', ], ], - new Criterion\Field('integer', Criterion\Operator::LTE, 4), + new Criterion\Field('integer', Operator::LTE, 4), /** * Expected order, Value eng-GB, Value ger-DE. * @@ -2527,7 +2563,7 @@ public function providerForTestMultilingualFieldFilter() ], 'useAlwaysAvailable' => false, ], - new Criterion\Field('integer', Criterion\Operator::LTE, 4), + new Criterion\Field('integer', Operator::LTE, 4), /** * Expected order, Value eng-GB, Value ger-DE. * @@ -2539,7 +2575,7 @@ public function providerForTestMultilingualFieldFilter() 4 => [ $fixture, $languageSettings, - new Criterion\Field('integer', Criterion\Operator::LTE, 4), + new Criterion\Field('integer', Operator::LTE, 4), /** * Expected order, Value eng-GB, Value ger-DE. * @@ -2552,7 +2588,7 @@ public function providerForTestMultilingualFieldFilter() 5 => [ $fixture, $languageSettings, - new Criterion\Field('integer', Criterion\Operator::GT, 1), + new Criterion\Field('integer', Operator::GT, 1), /** * Expected order, Value eng-GB, Value ger-DE. * @@ -2565,7 +2601,7 @@ public function providerForTestMultilingualFieldFilter() 6 => [ $fixture, $languageSettings, - new Criterion\Field('integer', Criterion\Operator::GTE, 2), + new Criterion\Field('integer', Operator::GTE, 2), /** * Expected order, Value eng-GB, Value ger-DE. * @@ -2578,7 +2614,7 @@ public function providerForTestMultilingualFieldFilter() 7 => [ $fixture, $languageSettings, - new Criterion\Field('integer', Criterion\Operator::BETWEEN, [2, 4]), + new Criterion\Field('integer', Operator::BETWEEN, [2, 4]), /** * Expected order, Value eng-GB, Value ger-DE. * @@ -2590,13 +2626,13 @@ public function providerForTestMultilingualFieldFilter() 8 => [ $fixture, $languageSettings, - new Criterion\Field('integer', Criterion\Operator::BETWEEN, [4, 2]), + new Criterion\Field('integer', Operator::BETWEEN, [4, 2]), [], ], 9 => [ $fixture, $languageSettings, - new Criterion\Field('integer', Criterion\Operator::EQ, 4), + new Criterion\Field('integer', Operator::EQ, 4), /** * Expected order, Value eng-GB, Value ger-DE. * @@ -2607,7 +2643,7 @@ public function providerForTestMultilingualFieldFilter() 10 => [ $fixture, $languageSettings, - new Criterion\Field('integer', Criterion\Operator::EQ, 2), + new Criterion\Field('integer', Operator::EQ, 2), /** * Expected order, Value eng-GB, Value ger-DE. * @@ -2627,7 +2663,7 @@ public function providerForTestMultilingualFieldFilter() * * @param array $contentDataList * @param array $languageSettings - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterion + * @param Criterion $criterion * @param array $expected */ public function testMultilingualFieldFilterContent( @@ -2653,7 +2689,7 @@ public function testMultilingualFieldFilterContent( * * @param array $contentDataList * @param array $languageSettings - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterion + * @param Criterion $criterion * @param array $expected */ public function testMultilingualFieldFilterLocation( @@ -2674,7 +2710,7 @@ public function testMultilingualFieldFilterLocation( /** * @param array $contentDataList * @param array $languageSettings - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterion + * @param Criterion $criterion * @param array $expected * @param bool $contentSearch */ @@ -2755,7 +2791,7 @@ protected function assertMultilingualFieldFilter( } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult $result + * @param SearchResult $result * * @return array */ @@ -2780,8 +2816,11 @@ static function (SearchHit $searchHit) { * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findContent() */ - public function testFindAndSortContent($queryData, $fixture, $closure = null) - { + public function testFindAndSortContent( + $queryData, + $fixture, + $closure = null + ) { $query = new Query($queryData); $this->assertQueryFixture($query, $fixture, $closure); } @@ -2793,8 +2832,11 @@ public function testFindAndSortContent($queryData, $fixture, $closure = null) * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findContentInfo() */ - public function testFindAndSortContentInfo($queryData, $fixture, $closure = null) - { + public function testFindAndSortContentInfo( + $queryData, + $fixture, + $closure = null + ) { $query = new Query($queryData); $this->assertQueryFixture($query, $fixture, $this->getContentInfoFixtureClosure($closure), true); } @@ -2806,8 +2848,11 @@ public function testFindAndSortContentInfo($queryData, $fixture, $closure = null * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findLocations() */ - public function testFindAndSortContentLocations($queryData, $fixture, $closure = null) - { + public function testFindAndSortContentLocations( + $queryData, + $fixture, + $closure = null + ) { $query = new LocationQuery($queryData); $this->assertQueryFixture($query, $fixture, $closure); } @@ -2819,8 +2864,11 @@ public function testFindAndSortContentLocations($queryData, $fixture, $closure = * * @covers \Ibexa\Contracts\Core\Repository\SearchService::findLocations() */ - public function testFindAndSortLocations($queryData, $fixture, $closure = null) - { + public function testFindAndSortLocations( + $queryData, + $fixture, + $closure = null + ) { $query = new LocationQuery($queryData); $this->assertQueryFixture($query, $fixture, $closure); } @@ -2836,7 +2884,7 @@ public function testQueryCustomField() [ 'query' => new Criterion\CustomField( 'custom_field', - Criterion\Operator::EQ, + Operator::EQ, 'AdMiNiStRaToR' ), 'offset' => 0, @@ -2873,7 +2921,7 @@ public function testQueryModifiedField() [ 'query' => new Criterion\Field( 'first_name', - Criterion\Operator::EQ, + Operator::EQ, 'User' ), 'offset' => 0, @@ -2932,7 +2980,7 @@ public function testSortModifiedField() } /** - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ protected function createTestPlaceContentType() { @@ -3020,7 +3068,7 @@ public function testMapLocationDistanceLessThanOrEqual() new Criterion\ContentTypeId($contentType->id), new Criterion\MapLocationDistance( 'maplocation', - Criterion\Operator::LTE, + Operator::LTE, 240, 43.756825, 15.775074 @@ -3101,7 +3149,7 @@ public function testMapLocationDistanceGreaterThanOrEqual() new Criterion\ContentTypeId($contentType->id), new Criterion\MapLocationDistance( 'maplocation', - Criterion\Operator::GTE, + Operator::GTE, 240, 43.756825, 15.775074 @@ -3198,7 +3246,7 @@ public function testMapLocationDistanceBetween() new Criterion\ContentTypeId($contentType->id), new Criterion\MapLocationDistance( 'maplocation', - Criterion\Operator::BETWEEN, + Operator::BETWEEN, [239, 241], 43.756825, 15.775074 @@ -3271,7 +3319,7 @@ public function testMapLocationDistanceBetweenPolar() new Criterion\ContentTypeId($contentType->id), new Criterion\MapLocationDistance( 'maplocation', - Criterion\Operator::BETWEEN, + Operator::BETWEEN, [221, 350], 89, 16 @@ -3373,7 +3421,7 @@ public function testMapLocationDistanceSortAscending() new Criterion\ContentTypeId($contentType->id), new Criterion\MapLocationDistance( 'maplocation', - Criterion\Operator::GTE, + Operator::GTE, 235, $wellInVodice['latitude'], $wellInVodice['longitude'] @@ -3491,7 +3539,7 @@ public function testMapLocationDistanceSortDescending() new Criterion\ContentTypeId($contentType->id), new Criterion\MapLocationDistance( 'maplocation', - Criterion\Operator::GTE, + Operator::GTE, 235, $well['latitude'], $well['longitude'] @@ -3583,7 +3631,7 @@ public function testMapLocationDistanceWithCustomField() $distanceCriterion = new Criterion\MapLocationDistance( 'maplocation', - Criterion\Operator::LTE, + Operator::LTE, 240, 43.756825, 15.775074 @@ -3702,7 +3750,7 @@ public function testMapLocationDistanceWithCustomFieldSort() new Criterion\ContentTypeId($contentType->id), new Criterion\MapLocationDistance( 'maplocation', - Criterion\Operator::GTE, + Operator::GTE, 235, $well['latitude'], $well['longitude'] @@ -4041,7 +4089,7 @@ public function testUserMetadataGroupHorizontalFilterContent(?string $queryType $criteria[] = new Criterion\UserMetadata( Criterion\UserMetadata::GROUP, - Criterion\Operator::EQ, + Operator::EQ, $editorsUserGroupId ); @@ -4131,7 +4179,7 @@ public function testUserMetadataGroupHorizontalFilterLocation($queryType = null) $criteria[] = new Criterion\UserMetadata( Criterion\UserMetadata::GROUP, - Criterion\Operator::EQ, + Operator::EQ, $editorsUserGroupId ); @@ -4692,7 +4740,7 @@ public function testSpellcheckWithCorrectQuery(): void * Assert that query result matches the given fixture. * * @throws \ReflectionException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ protected function assertQueryFixture( Query $query, @@ -4784,7 +4832,7 @@ protected function assertQueryFixture( /** * Show a simplified view of the search result for manual introspection. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult $result + * @param SearchResult $result * * @return string */ @@ -4804,7 +4852,7 @@ protected function printResult(SearchResult $result): string * This leads to saner comparisons of results, since we do not get the full * content objects every time. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult $result + * @param SearchResult $result */ protected function simplifySearchResult(SearchResult $result) { @@ -4816,9 +4864,9 @@ protected function simplifySearchResult(SearchResult $result) case $hit->valueObject instanceof Location: /** @phpstan-ignore assign.propertyType */ $hit->valueObject = [ - /** @phpstan-var \Ibexa\Contracts\Core\Repository\Values\Content\Location|\Ibexa\Contracts\Core\Repository\Values\Content\Content $hit->valueObject */ + /** @phpstan-var Location|Content $hit->valueObject */ 'id' => $hit->valueObject->contentInfo->getId(), - /** @phpstan-var \Ibexa\Contracts\Core\Repository\Values\Content\Location|\Ibexa\Contracts\Core\Repository\Values\Content\Content $hit->valueObject */ + /** @phpstan-var Location|Content $hit->valueObject */ 'title' => $hit->valueObject->contentInfo->getName(), ]; break; @@ -4826,9 +4874,9 @@ protected function simplifySearchResult(SearchResult $result) case $hit->valueObject instanceof ContentInfo: /** @phpstan-ignore assign.propertyType */ $hit->valueObject = [ - /** @phpstan-var \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $hit->valueObject */ + /** @phpstan-var ContentInfo $hit->valueObject */ 'id' => $hit->valueObject->id, - /** @phpstan-var \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $hit->valueObject */ + /** @phpstan-var ContentInfo $hit->valueObject */ 'title' => $hit->valueObject->name, ]; break; @@ -4895,7 +4943,7 @@ public function testFieldCriterionForContentsWithIdenticalFieldIdentifiers() [ 'query' => new Criterion\Field( 'title', - Criterion\Operator::EQ, + Operator::EQ, 'foo' ), ] @@ -4962,8 +5010,10 @@ private function createContentWithFieldType( * * @dataProvider getSeedsForRandomSortClause */ - public function testRandomSortContent(?int $firstSeed, ?int $secondSeed) - { + public function testRandomSortContent( + ?int $firstSeed, + ?int $secondSeed + ) { if ($firstSeed || $secondSeed) { $this->skipIfSeedNotImplemented(); } @@ -5008,8 +5058,10 @@ public function testRandomSortContent(?int $firstSeed, ?int $secondSeed) * * @dataProvider getSeedsForRandomSortClause */ - public function testRandomSortLocation(?int $firstSeed, ?int $secondSeed) - { + public function testRandomSortLocation( + ?int $firstSeed, + ?int $secondSeed + ) { if ($firstSeed || $secondSeed) { $this->skipIfSeedNotImplemented(); } @@ -5061,15 +5113,15 @@ public function getSeedsForRandomSortClause() 123456, ], [ - $randomSeed, - 2 * $randomSeed, + $randomSeed, + 2 * $randomSeed, ], ]; } private function skipIfSeedNotImplemented() { - /** @var \Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy $setupFactory */ + /** @var Legacy $setupFactory */ $setupFactory = $this->getSetupFactory(); $db = $setupFactory->getDB(); @@ -5083,13 +5135,13 @@ private function skipIfSeedNotImplemented() /** * @param string $findMethod - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query $query + * @param Query $query * @param array $languages * @param bool $useAlwaysAvailable * * @throws \InvalidArgumentException * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult + * @return SearchResult */ private function find( string $findMethod, @@ -5118,10 +5170,12 @@ private function find( /** * @param string $findMethod - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query $query + * @param Query $query */ - private function assertFulltextSearchForTranslations(string $findMethod, Query $query): void - { + private function assertFulltextSearchForTranslations( + string $findMethod, + Query $query + ): void { /* * Search in German translations without always available */ @@ -5165,7 +5219,7 @@ private function assertFulltextSearchForTranslations(string $findMethod, Query $ } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult $searchResult + * @param SearchResult $searchResult * @param string[] $translationsToMatch * * @throws \InvalidArgumentException @@ -5199,7 +5253,10 @@ private function sortSearchHitsById(array &$searchHits): void { usort( $searchHits, - static function (SearchHit $a, SearchHit $b): int { + static function ( + SearchHit $a, + SearchHit $b + ): int { return $a->valueObject->id <=> $b->valueObject->id; } ); @@ -5210,7 +5267,7 @@ static function (SearchHit $a, SearchHit $b): int { * * @param int[] $expectedOrderedIds * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testSortingByNumericFieldsWithValuesOfDifferentLength( LocationQuery $query, @@ -5224,7 +5281,7 @@ public function testSortingByNumericFieldsWithValuesOfDifferentLength( self::assertEquals(count($expectedOrderedIds), $result->totalCount); $actualIds = array_map( static function (SearchHit $searchHit) { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location $location */ + /** @var Location $location */ $location = $searchHit->valueObject; return $location->id; diff --git a/tests/integration/Core/Repository/SearchServiceTranslationLanguageFallbackTest.php b/tests/integration/Core/Repository/SearchServiceTranslationLanguageFallbackTest.php index e98c72e722..8d18fec0dd 100644 --- a/tests/integration/Core/Repository/SearchServiceTranslationLanguageFallbackTest.php +++ b/tests/integration/Core/Repository/SearchServiceTranslationLanguageFallbackTest.php @@ -8,11 +8,15 @@ namespace Ibexa\Tests\Integration\Core\Repository; use DateTime; +use Ibexa\Contracts\Core\Repository\Repository; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; +use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit; +use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Tests\Solr\SetupFactory\LegacySetupFactory as LegacySolrSetupFactory; use RuntimeException; @@ -37,7 +41,7 @@ class SearchServiceTranslationLanguageFallbackTest extends BaseTestCase public const SETUP_CLOUD = 'cloud'; /** - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ protected function createTestContentType() { @@ -77,7 +81,7 @@ protected function createTestContentType() } /** - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType * @param array $searchValuesMap * @param string $mainLanguageCode * @param bool $alwaysAvailable @@ -1730,7 +1734,7 @@ public function testFindContent( array $contentDataList, array $context ) { - /** @var \Ibexa\Contracts\Core\Repository\Repository $repository */ + /** @var Repository $repository */ list($repository, $data) = $context; $queryProperties = [ @@ -1752,7 +1756,7 @@ public function testFindContent( list($contentNo, $translationLanguageCode, $indexMap) = $contentData; list($index, $contentNo) = $this->getIndexesToMatchData($contentData, $index, $contentNo); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $content */ + /** @var Content $content */ $content = $searchResult->searchHits[$index]->valueObject; self::assertEquals( @@ -1781,7 +1785,7 @@ public function testFindLocationsSingle( array $contentDataList, array $context ) { - /** @var \Ibexa\Contracts\Core\Repository\Repository $repository */ + /** @var Repository $repository */ list($repository, $data) = $context; $queryProperties = [ @@ -1808,7 +1812,7 @@ public function testFindLocationsSingle( list($contentNo, $translationLanguageCode, $indexMap) = $contentData; list($index, $contentNo) = $this->getIndexesToMatchData($contentData, $index, $contentNo); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location $location */ + /** @var Location $location */ $location = $searchResult->searchHits[$index]->valueObject; self::assertEquals( @@ -1837,7 +1841,7 @@ public function testFindLocationsMultiple( array $contentDataList, array $context ) { - /** @var \Ibexa\Contracts\Core\Repository\Repository $repository */ + /** @var Repository $repository */ list($repository, $data) = $context; $queryProperties = [ @@ -1860,7 +1864,7 @@ public function testFindLocationsMultiple( list($contentNo, $translationLanguageCode, $indexMap) = $contentData; list($index, $contentNo) = $this->getIndexesToMatchData($contentData, $index, $contentNo); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location $location */ + /** @var Location $location */ $location = $searchResult->searchHits[$index]->valueObject; self::assertEquals( @@ -1879,7 +1883,7 @@ public function testFindLocationsMultiple( list($index, $contentNo) = $this->getIndexesToMatchData($contentData, $index, $contentNo); $realIndex = $index + count($contentDataList); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location $location */ + /** @var Location $location */ $location = $searchResult->searchHits[$realIndex]->valueObject; self::assertEquals( @@ -1896,10 +1900,12 @@ public function testFindLocationsMultiple( /** * @phpstan-param TIndexMap $indexMap - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit $searchHit + * @phpstan-param SearchHit $searchHit */ - private function assertIndexName(array $indexMap, SearchHit $searchHit): void - { + private function assertIndexName( + array $indexMap, + SearchHit $searchHit + ): void { if (!$this->isSolrInMaxVersion('9.3.0')) { // In Solr 9.3.0 and later, the shard parameter is not used anymore. return; diff --git a/tests/integration/Core/Repository/SectionServiceTest.php b/tests/integration/Core/Repository/SectionServiceTest.php index d458b2ac36..2b86832b1e 100644 --- a/tests/integration/Core/Repository/SectionServiceTest.php +++ b/tests/integration/Core/Repository/SectionServiceTest.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\Values\Content\Section; use Ibexa\Contracts\Core\Repository\Values\Content\SectionCreateStruct; use Ibexa\Contracts\Core\Repository\Values\Content\SectionUpdateStruct; @@ -28,7 +29,7 @@ class SectionServiceTest extends BaseTestCase { private const SECTION_UNIQUE_KEY = 'uniqueKey'; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ protected $permissionResolver; /** diff --git a/tests/integration/Core/Repository/SettingServiceTest.php b/tests/integration/Core/Repository/SettingServiceTest.php index 80f4605e58..652c3688dc 100644 --- a/tests/integration/Core/Repository/SettingServiceTest.php +++ b/tests/integration/Core/Repository/SettingServiceTest.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\SettingService; use Ibexa\Contracts\Core\Repository\Values\Setting\Setting; @@ -23,16 +24,16 @@ */ final class SettingServiceTest extends BaseTestCase { - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */ + /** @var PermissionResolver */ protected $permissionResolver; - /** @var \Ibexa\Contracts\Core\Repository\SettingService */ + /** @var SettingService */ protected $settingService; protected function getSettingService(): SettingService { $container = $this->getSetupFactory()->getServiceContainer(); - /** @var \Ibexa\Contracts\Core\Repository\SettingService $settingService */ + /** @var SettingService $settingService */ $settingService = $container->get(SettingService::class); return $settingService; @@ -51,8 +52,10 @@ protected function setUp(): void * * @dataProvider dataProviderForCreateSetting */ - public function testCreateSetting(string $identifier, $value): void - { + public function testCreateSetting( + string $identifier, + $value + ): void { $settingService = $this->getSettingService(); $settingCreate = $settingService->newSettingCreateStruct(); diff --git a/tests/integration/Core/Repository/TokenServiceTest.php b/tests/integration/Core/Repository/TokenServiceTest.php index 0b723c36e4..1b81b547b2 100644 --- a/tests/integration/Core/Repository/TokenServiceTest.php +++ b/tests/integration/Core/Repository/TokenServiceTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\TokenService; use Ibexa\Contracts\Core\Repository\Values\Token\Token; use Ibexa\Contracts\Core\Test\IbexaKernelTestCase; @@ -37,7 +38,7 @@ protected function setUp(): void /** * @dataProvider provideTokenData * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testGenerateToken( string $type, @@ -54,7 +55,7 @@ public function testGenerateToken( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testGenerateTokenThrowsTokenLengthException(): void { @@ -74,7 +75,7 @@ public function testGenerateTokenThrowsTokenLengthException(): void /** * @dataProvider provideDataForTestCheckToken * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testCheckExistingToken( string $type, @@ -106,7 +107,7 @@ public function testCheckNotExistentToken(): void /** * @dataProvider provideTokenData * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testGetToken( string $type, @@ -123,7 +124,7 @@ public function testGetToken( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testRevokeToken(): void { @@ -139,7 +140,7 @@ public function testRevokeToken(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testRevokeAllTokensByIdentifier(): void { @@ -196,7 +197,7 @@ public function testRevokeAllTokensByIdentifier(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testDeleteToken(): void { diff --git a/tests/integration/Core/Repository/TrashServiceAuthorizationTest.php b/tests/integration/Core/Repository/TrashServiceAuthorizationTest.php index c86cb615f5..22f8e12116 100644 --- a/tests/integration/Core/Repository/TrashServiceAuthorizationTest.php +++ b/tests/integration/Core/Repository/TrashServiceAuthorizationTest.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\LanguageLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\ObjectStateLimitation; +use Ibexa\Core\Repository\Repository; use Ibexa\Core\Repository\TrashService; /** @@ -300,7 +301,7 @@ public function testTrashRequiresPremissionsToRemoveAllSubitems() 'Publishers', 'Publisher' ); - /** @var \Ibexa\Core\Repository\Repository $repository */ + /** @var Repository $repository */ $repository = $this->getRepository(); $repository->getPermissionResolver()->setCurrentUserReference($publisherUser); $trashService = $repository->getTrashService(); diff --git a/tests/integration/Core/Repository/TrashServiceTest.php b/tests/integration/Core/Repository/TrashServiceTest.php index 226b74e845..5c8d40d3a0 100644 --- a/tests/integration/Core/Repository/TrashServiceTest.php +++ b/tests/integration/Core/Repository/TrashServiceTest.php @@ -8,8 +8,10 @@ namespace Ibexa\Tests\Integration\Core\Repository; use DateTime; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\URLAliasService; use Ibexa\Contracts\Core\Repository\Values\Content\Content; @@ -657,9 +659,9 @@ public function testFindTrashItems( /** * @throws \ErrorException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testFindTrashItemsSortedByDateTrashed(): void { @@ -1249,13 +1251,15 @@ private function createRemoteIdList() } /** - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param int $parentLocationId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content */ - protected function createNewContentInPlaceTrashedOne(Repository $repository, $parentLocationId) - { + protected function createNewContentInPlaceTrashedOne( + Repository $repository, + $parentLocationId + ) { $contentService = $repository->getContentService(); $locationService = $repository->getLocationService(); $contentTypeService = $repository->getContentTypeService(); @@ -1274,8 +1278,10 @@ protected function createNewContentInPlaceTrashedOne(Repository $repository, $pa /** * @param string $urlPath Url alias path */ - private function assertAliasNotExists(URLAliasService $urlAliasService, $urlPath) - { + private function assertAliasNotExists( + URLAliasService $urlAliasService, + $urlPath + ) { try { $this->getRepository()->getURLAliasService()->lookup($urlPath); self::fail(sprintf('Alias [%s] should not exist', $urlPath)); @@ -1291,10 +1297,13 @@ private function assertAliasNotExists(URLAliasService $urlAliasService, $urlPath * @param int $contentId * @param int $parentLocationId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\TrashItem + * @return APITrashItem */ - private function getTrashItemDouble(int $trashId, int $contentId = 44, int $parentLocationId = 2): APITrashItem - { + private function getTrashItemDouble( + int $trashId, + int $contentId = 44, + int $parentLocationId = 2 + ): APITrashItem { return new TrashItem([ 'id' => $trashId, 'parentLocationId' => $parentLocationId, diff --git a/tests/integration/Core/Repository/URLAliasService/CustomUrlAliasForMultilingualContentTest.php b/tests/integration/Core/Repository/URLAliasService/CustomUrlAliasForMultilingualContentTest.php index fb92a11318..9ef4288032 100644 --- a/tests/integration/Core/Repository/URLAliasService/CustomUrlAliasForMultilingualContentTest.php +++ b/tests/integration/Core/Repository/URLAliasService/CustomUrlAliasForMultilingualContentTest.php @@ -8,7 +8,10 @@ namespace Ibexa\Tests\Integration\Core\Repository\URLAliasService; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Tests\Integration\Core\Repository\BaseTestCase; final class CustomUrlAliasForMultilingualContentTest extends BaseTestCase @@ -17,9 +20,9 @@ final class CustomUrlAliasForMultilingualContentTest extends BaseTestCase * @covers \Ibexa\Contracts\Core\Repository\ContentService::publishVersion * @covers \Ibexa\Contracts\Core\Repository\URLAliasService::createUrlAlias * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testCreateCustomUrlAliasWithTheSamePathThrowsException(): void { diff --git a/tests/integration/Core/Repository/URLAliasService/UrlAliasLookupTest.php b/tests/integration/Core/Repository/URLAliasService/UrlAliasLookupTest.php index 860e8fb8e7..580633914f 100644 --- a/tests/integration/Core/Repository/URLAliasService/UrlAliasLookupTest.php +++ b/tests/integration/Core/Repository/URLAliasService/UrlAliasLookupTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\URLAliasService; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Tests\Integration\Core\RepositoryTestCase; /** @@ -16,7 +17,7 @@ final class UrlAliasLookupTest extends RepositoryTestCase { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testLookup(): void { diff --git a/tests/integration/Core/Repository/URLAliasServiceTest.php b/tests/integration/Core/Repository/URLAliasServiceTest.php index 5ef2d1806a..0132307d77 100644 --- a/tests/integration/Core/Repository/URLAliasServiceTest.php +++ b/tests/integration/Core/Repository/URLAliasServiceTest.php @@ -9,8 +9,11 @@ use Doctrine\DBAL\Connection; use Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\URLAlias; @@ -100,9 +103,9 @@ public function testCreateUrlAlias() * * @covers \Ibexa\Contracts\Core\Repository\URLAliasService::createUrlAlias * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws InvalidArgumentException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testCreateSameAliasForDifferentLanguage() { @@ -535,7 +538,7 @@ public function testCreateGlobalUrlAliasForLocationVariation() } /** - * @param array{\Ibexa\Contracts\Core\Repository\Values\Content\URLAlias, int} $testData + * @param array{URLAlias, int} $testData * * @depends testCreateGlobalUrlAliasForLocation */ @@ -561,7 +564,7 @@ public function testCreateGlobalUrlAliasForLocationPropertyValues($testData) } /** - * @param array{\Ibexa\Contracts\Core\Repository\Values\Content\URLAlias, int} $testData + * @param array{URLAlias, int} $testData * * @depends testCreateGlobalUrlAliasForLocationVariation */ @@ -1066,9 +1069,9 @@ public function testLookupOnRenamedParent() /** * Test lookup on multilingual nested Locations returns proper UrlAlias Value. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testLookupOnMultilingualNestedLocations() { @@ -1126,9 +1129,9 @@ public function testLookupOnMultilingualNestedLocations() * Test refreshSystemUrlAliasesForLocation historizes and changes current URL alias after * changing SlugConverter configuration. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException * @throws \ErrorException */ public function testRefreshSystemUrlAliasesForLocationWithChangedSlugConverterConfiguration() @@ -1189,15 +1192,15 @@ public function testRefreshSystemUrlAliasesForLocationWithChangedSlugConverterCo /** * Test that URL aliases are refreshed after changing URL alias schema Field name of a content type. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testRefreshSystemUrlAliasesForContentsWithUpdatedContentTypes() { [$topFolderLocation, $nestedFolderLocation] = $this->testLookupOnMultilingualNestedLocations(); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location $topFolderLocation */ - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Location $nestedFolderLocation */ + /** @var Location $topFolderLocation */ + /** @var Location $nestedFolderLocation */ // Default URL Alias schema is which messes up this test, so: $this->changeContentTypeUrlAliasSchema('folder', ''); @@ -1242,9 +1245,9 @@ public function testRefreshSystemUrlAliasesForContentsWithUpdatedContentTypes() /** * Test that created non-latin aliases are non-empty and unique. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testCreateNonLatinNonEmptyUniqueAliases() { @@ -1292,10 +1295,10 @@ public function testCreateNonLatinNonEmptyUniqueAliases() /** * Test restoring missing current URL which has existing history. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Exception + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException + * @throws Exception */ public function testRefreshSystemUrlAliasesForMissingUrlWithHistory() { @@ -1391,10 +1394,10 @@ static function (Connection $connection) use ($folderLocation) { * * @see https://issues.ibexa.co/browse/EZP-30004 * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Exception + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException + * @throws Exception */ public function testRefreshSystemUrlAliasesForMovedLocation() { @@ -1536,8 +1539,10 @@ public function testRenamingParentContentDoesntBreakChildAlias(): void * @param string $lookupUrl * @param int $expectedDestination Expected Location ID */ - protected function assertUrlIsHistory($lookupUrl, $expectedDestination) - { + protected function assertUrlIsHistory( + $lookupUrl, + $expectedDestination + ) { $this->assertLookupHistory(true, $expectedDestination, $lookupUrl); } @@ -1547,8 +1552,10 @@ protected function assertUrlIsHistory($lookupUrl, $expectedDestination) * @param string $lookupUrl * @param int $expectedDestination Expected Location ID */ - protected function assertUrlIsCurrent($lookupUrl, $expectedDestination) - { + protected function assertUrlIsCurrent( + $lookupUrl, + $expectedDestination + ) { $this->assertLookupHistory(false, $expectedDestination, $lookupUrl); } @@ -1562,8 +1569,11 @@ protected function assertUrlIsCurrent($lookupUrl, $expectedDestination) * @param int $expectedDestination Expected Location ID * @param string $lookupUrl */ - protected function assertLookupHistory($expectedIsHistory, $expectedDestination, $lookupUrl) - { + protected function assertLookupHistory( + $expectedIsHistory, + $expectedDestination, + $lookupUrl + ) { $urlAliasService = $this->getRepository(false)->getURLAliasService(); try { @@ -1584,17 +1594,20 @@ protected function assertLookupHistory($expectedIsHistory, $expectedDestination, } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param $fieldDefinitionIdentifier * @param array $fieldValues * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws UnauthorizedException */ - protected function updateContentField(ContentInfo $contentInfo, $fieldDefinitionIdentifier, array $fieldValues) - { + protected function updateContentField( + ContentInfo $contentInfo, + $fieldDefinitionIdentifier, + array $fieldValues + ) { $contentService = $this->getRepository(false)->getContentService(); $contentUpdateStruct = $contentService->newContentUpdateStruct(); @@ -1654,10 +1667,12 @@ public function testDeleteCorruptedUrlAliases() * @param string $value * * @throws \ErrorException - * @throws \Exception + * @throws Exception */ - protected function changeSlugConverterConfiguration($key, $value) - { + protected function changeSlugConverterConfiguration( + $key, + $value + ) { $testSlugConverter = $this ->getSetupFactory() ->getServiceContainer() @@ -1684,12 +1699,14 @@ protected function changeSlugConverterConfiguration($key, $value) * @param string $contentTypeIdentifier * @param string $newUrlAliasSchema * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - protected function changeContentTypeUrlAliasSchema($contentTypeIdentifier, $newUrlAliasSchema) - { + protected function changeContentTypeUrlAliasSchema( + $contentTypeIdentifier, + $newUrlAliasSchema + ) { $contentTypeService = $this->getRepository(false)->getContentTypeService(); $contentType = $contentTypeService->loadContentTypeByIdentifier($contentTypeIdentifier); @@ -1702,8 +1719,10 @@ protected function changeContentTypeUrlAliasSchema($contentTypeIdentifier, $newU $contentTypeService->publishContentTypeDraft($contentTypeDraft); } - private function assertUrlAliasPropertiesSame(array $expectedValues, URLAlias $urlAlias): void - { + private function assertUrlAliasPropertiesSame( + array $expectedValues, + URLAlias $urlAlias + ): void { self::assertSame( $expectedValues, [ @@ -1747,7 +1766,7 @@ private function assertUrlAliasPropertiesCorrect( * * @see testDeleteCorruptedUrlAliases * - * @param \Doctrine\DBAL\Connection $connection + * @param Connection $connection * * @return int Number of new rows */ diff --git a/tests/integration/Core/Repository/URLServiceTest.php b/tests/integration/Core/Repository/URLServiceTest.php index 413320e05a..6baa1d0be3 100644 --- a/tests/integration/Core/Repository/URLServiceTest.php +++ b/tests/integration/Core/Repository/URLServiceTest.php @@ -632,8 +632,10 @@ public function testFindUrlsWithLimitZero() * * @dataProvider dataProviderForFindUrlsWithSorting */ - public function testFindUrlsWithSorting(SortClause $sortClause, array $expectedUrls) - { + public function testFindUrlsWithSorting( + SortClause $sortClause, + array $expectedUrls + ) { $query = new URLQuery(); $query->filter = new Criterion\MatchAll(); $query->sortClauses = [$sortClause]; @@ -874,7 +876,7 @@ public function testLoadByUrlThrowsNotFoundException() * * @covers \Ibexa\Contracts\Core\Repository\URLService::createUpdateStruct * - * @return \Ibexa\Contracts\Core\Repository\Values\URL\URLUpdateStruct + * @return URLUpdateStruct */ public function testCreateUpdateStruct() { @@ -893,7 +895,7 @@ public function testCreateUpdateStruct() /** * Test for URLService::createUpdateStruct() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\URL\URLUpdateStruct $updateStruct + * @param URLUpdateStruct $updateStruct * * @depends testCreateUpdateStruct */ @@ -913,8 +915,13 @@ public function testCreateUpdateStructValues(URLUpdateStruct $updateStruct) * * @dataProvider dataProviderForFindUsages */ - public function testFindUsages($urlId, $offset, $limit, array $expectedContentInfos, $expectedTotalCount = null) - { + public function testFindUsages( + $urlId, + $offset, + $limit, + array $expectedContentInfos, + $expectedTotalCount = null + ) { $repository = $this->getRepository(); $id = $this->generateId('url', $urlId); diff --git a/tests/integration/Core/Repository/URLWildcardService/CriterionTest.php b/tests/integration/Core/Repository/URLWildcardService/CriterionTest.php index 8a188f1c1f..48c60bc94c 100644 --- a/tests/integration/Core/Repository/URLWildcardService/CriterionTest.php +++ b/tests/integration/Core/Repository/URLWildcardService/CriterionTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\URLWildcardService; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException; +use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\SearchResult; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard\URLWildcardQuery; @@ -250,11 +251,14 @@ public function testLogicalInvalidCriterion(): void } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard[] $items + * @param URLWildcard[] $items * @param string[] $expectedWildcardUrls */ - protected function checkWildcardUrl(array $items, array $expectedWildcardUrls, bool $sourceUrl = true): void - { + protected function checkWildcardUrl( + array $items, + array $expectedWildcardUrls, + bool $sourceUrl = true + ): void { foreach ($items as $item) { if ($sourceUrl) { self::assertContains($item->sourceUrl, $expectedWildcardUrls); diff --git a/tests/integration/Core/Repository/URLWildcardServiceTest.php b/tests/integration/Core/Repository/URLWildcardServiceTest.php index 2d262ef252..cf4da667d8 100644 --- a/tests/integration/Core/Repository/URLWildcardServiceTest.php +++ b/tests/integration/Core/Repository/URLWildcardServiceTest.php @@ -8,8 +8,10 @@ namespace Ibexa\Tests\Integration\Core\Repository; use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcardTranslationResult; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcardUpdateStruct; @@ -26,7 +28,7 @@ class URLWildcardServiceTest extends BaseTestCase /** * Test for the create() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard + * @return URLWildcard * * @covers \Ibexa\Contracts\Core\Repository\URLWildcardService::create() */ @@ -52,7 +54,7 @@ public function testCreate() /** * Test for the create() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard $urlWildcard + * @param URLWildcard $urlWildcard * * @covers \Ibexa\Contracts\Core\Repository\URLWildcardService::create() * @@ -170,7 +172,7 @@ public function testCreateThrowsContentValidationExceptionWhenPlaceholdersNotVal /** * Test for the load() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard + * @return URLWildcard * * @covers \Ibexa\Contracts\Core\Repository\URLWildcardService::load() * @@ -201,7 +203,7 @@ public function testLoad() /** * Test for the load() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard $urlWildcard + * @param URLWildcard $urlWildcard * * @covers \Ibexa\Contracts\Core\Repository\URLWildcardService::load() * @@ -222,7 +224,7 @@ public function testLoadSetsPropertiesOnURLWildcard(URLWildcard $urlWildcard) /** * Test for the load() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard $urlWildcard + * @param URLWildcard $urlWildcard * * @covers \Ibexa\Contracts\Core\Repository\URLWildcardService::load() * @@ -245,9 +247,9 @@ public function testLoadThrowsNotFoundException(URLWildcard $urlWildcard) /** * @covers \Ibexa\Contracts\Core\Repository\URLWildcardService::update * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testUpdate(): void { @@ -421,7 +423,7 @@ public function testLoadAllReturnsEmptyArrayByDefault() /** * Test for the translate() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcardTranslationResult + * @return URLWildcardTranslationResult * * @covers \Ibexa\Contracts\Core\Repository\URLWildcardService::translate() * @@ -452,7 +454,7 @@ public function testTranslate() /** * Test for the translate() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\URLWildcardTranslationResult $result + * @param URLWildcardTranslationResult $result * * @covers \Ibexa\Contracts\Core\Repository\URLWildcardService::translate() * diff --git a/tests/integration/Core/Repository/UserServiceAuthorizationTest.php b/tests/integration/Core/Repository/UserServiceAuthorizationTest.php index 108a3e7b2a..85e3b9e257 100644 --- a/tests/integration/Core/Repository/UserServiceAuthorizationTest.php +++ b/tests/integration/Core/Repository/UserServiceAuthorizationTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Integration\Core\Repository; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; +use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; /** * Test case for operations in the UserService using in memory storage. @@ -492,7 +493,7 @@ public function testLoadUsersOfUserGroupThrowsUnauthorizedException() /** * Create a user group fixture in a variable named $userGroup,. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return UserGroup */ private function createUserGroupVersion1() { diff --git a/tests/integration/Core/Repository/UserServiceTest.php b/tests/integration/Core/Repository/UserServiceTest.php index 041bdf967d..1255905796 100644 --- a/tests/integration/Core/Repository/UserServiceTest.php +++ b/tests/integration/Core/Repository/UserServiceTest.php @@ -16,6 +16,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Language; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo as APIVersionInfo; @@ -30,6 +31,7 @@ use Ibexa\Contracts\Core\Repository\Values\User\UserTokenUpdateStruct; use Ibexa\Contracts\Core\Repository\Values\User\UserUpdateStruct; use Ibexa\Core\FieldType\User\Type; +use Ibexa\Core\FieldType\User\Value; use Ibexa\Core\FieldType\ValidationError; use Ibexa\Core\Persistence\Legacy\User\Gateway; use Ibexa\Core\Repository\Values\Content\Content; @@ -234,7 +236,7 @@ public function testLoadSubUserGroupsThrowsNotFoundException() /** * Test for the newUserGroupCreateStruct() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroupCreateStruct + * @return UserGroupCreateStruct * * @covers \Ibexa\Contracts\Core\Repository\UserService::newUserGroupCreateStruct() */ @@ -259,7 +261,7 @@ public function testNewUserGroupCreateStruct() /** * Test for the newUserGroupCreateStruct() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroupCreateStruct $groupCreate + * @param UserGroupCreateStruct $groupCreate * * @covers \Ibexa\Contracts\Core\Repository\UserService::newUserGroupCreateStruct() * @@ -273,7 +275,7 @@ public function testNewUserGroupCreateStructSetsMainLanguageCode($groupCreate) /** * Test for the newUserGroupCreateStruct() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroupCreateStruct $groupCreate + * @param UserGroupCreateStruct $groupCreate * * @covers \Ibexa\Contracts\Core\Repository\UserService::newUserGroupCreateStruct() * @@ -888,7 +890,7 @@ public function testUpdateUserGroupThrowsContentFieldValidationExceptionOnRequir /** * Test for the newUserCreateStruct() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserCreateStruct $userCreate + * @param UserCreateStruct $userCreate * * @covers \Ibexa\Contracts\Core\Repository\UserService::newUserCreateStruct() * @@ -957,7 +959,7 @@ public function testNewUserWithDomainName(): void /** * Test for the createUser() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User * * @covers \Ibexa\Contracts\Core\Repository\UserService::createUser() * @@ -981,7 +983,7 @@ public function testCreateUser() /** * Test for the createUser() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param User $user * * @covers \Ibexa\Contracts\Core\Repository\UserService::createUser() * @@ -1366,7 +1368,7 @@ public function testCreateUserWithStrongPassword() * * @depends testCreateUser * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function testLoadUser(): void { @@ -1721,7 +1723,7 @@ public function testNewUserUpdateStruct() /** * Test for the updateUser() method. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User * * @covers \Ibexa\Contracts\Core\Repository\UserService::updateUser() * @@ -1835,7 +1837,7 @@ public function testUpdateUserNoPassword(): void /** * Test for the updateUser() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param User $user * * @covers \Ibexa\Contracts\Core\Repository\UserService::updateUser() * @@ -1870,7 +1872,7 @@ public function testUpdateUserUpdatesExpectedProperties(User $user) /** * Test for the updateUser() method. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user + * @param User $user * * @covers \Ibexa\Contracts\Core\Repository\UserService::updateUser() * @@ -2163,8 +2165,8 @@ public function testUpdateUserPasswordWorksWithUserPasswordRole(): void /** * @throws \Doctrine\DBAL\Exception * @throws \ErrorException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ContentFieldValidationException + * @throws UnauthorizedException */ public function testUpdateUserPasswordWithUnsupportedHashType(): void { @@ -2928,7 +2930,7 @@ private function createUserGroupVersion1() * * @param int $userGroupId User group ID (default 13 - Editors) * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ private function createMultiLanguageUser($userGroupId = 13) { @@ -2995,7 +2997,7 @@ public function testCreateUserWithDefaultPasswordHashTypeWhenHashTypeIsUnsupport self::fail('User FieldType not found in userCreateStruct!'); } - /** @var \Ibexa\Core\FieldType\User\Value $userValue */ + /** @var Value $userValue */ $userValue = $userFieldDef->value; // Set not supported hash type. @@ -3114,8 +3116,10 @@ public function testValidatePasswordWithDefaultContext() * * @dataProvider dataProviderForValidatePassword */ - public function testValidatePassword(string $password, array $expectedErrors) - { + public function testValidatePassword( + string $password, + array $expectedErrors + ) { $userService = $this->getRepository()->getUserService(); $contentType = $this->createUserContentTypeWithStrongPassword(); @@ -3198,7 +3202,7 @@ public function getDataForTestPasswordUpdateRespectsAllValidationSettings(): ite * @dataProvider getDataForTestPasswordUpdateRespectsAllValidationSettings * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception - * @throws \Exception + * @throws Exception */ public function testUpdateUserPasswordPerformsValidation( string $oldPassword, @@ -3329,12 +3333,14 @@ public function createTestUser(ContentType $contentType): User * Creates a user with given password. * * @param string $password - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType $contentType + * @param ContentType $contentType * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ - private function createTestUserWithPassword(string $password, ContentType $contentType): User - { + private function createTestUserWithPassword( + string $password, + ContentType $contentType + ): User { $userService = $this->getRepository()->getUserService(); // ID of the "Editors" user group in an Ibexa demo installation $editorsGroupId = 13; @@ -3359,7 +3365,7 @@ private function createTestUserWithPassword(string $password, ContentType $conte /** * Creates the User content type with password constraints. * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType + * @return ContentType */ private function createUserContentTypeWithStrongPassword(): ContentType { @@ -3487,8 +3493,10 @@ private function createUserContentTypeWithAccountSettings( * @throws \Doctrine\DBAL\Exception * @throws \ErrorException */ - protected function updateRawPasswordHash(int $userId, int $newHashType): void - { + protected function updateRawPasswordHash( + int $userId, + int $newHashType + ): void { $connection = $this->getRawDatabaseConnection(); $queryBuilder = $connection->createQueryBuilder(); $queryBuilder @@ -3501,8 +3509,10 @@ protected function updateRawPasswordHash(int $userId, int $newHashType): void $queryBuilder->executeStatement(); } - private function assertIsSameUser(User $expectedUser, User $actualUser): void - { + private function assertIsSameUser( + User $expectedUser, + User $actualUser + ): void { self::assertSame($expectedUser->getUserId(), $actualUser->getUserId()); self::assertSame($expectedUser->getName(), $actualUser->getName()); self::assertSame($expectedUser->login, $actualUser->login); diff --git a/tests/integration/Core/Repository/Values/Content/DefaultLanguageCodeForContentTest.php b/tests/integration/Core/Repository/Values/Content/DefaultLanguageCodeForContentTest.php index 0346e65858..d6e116b83d 100644 --- a/tests/integration/Core/Repository/Values/Content/DefaultLanguageCodeForContentTest.php +++ b/tests/integration/Core/Repository/Values/Content/DefaultLanguageCodeForContentTest.php @@ -8,14 +8,17 @@ namespace Ibexa\Tests\Integration\Core\Repository\Values\Content; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Tests\Integration\Core\Repository\BaseTestCase; final class DefaultLanguageCodeForContentTest extends BaseTestCase { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testDefaultLanguageCodeForCreatedContentWithoutPrioritizedLanguage(): void { @@ -35,9 +38,9 @@ public function testDefaultLanguageCodeForCreatedContentWithoutPrioritizedLangua } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testDefaultLanguageCodeForCreatedContentWithPrioritizedLanguage(): void { diff --git a/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/DateTimeStepRangesGeneratorTest.php b/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/DateTimeStepRangesGeneratorTest.php index 77522f8b65..278317d3c1 100644 --- a/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/DateTimeStepRangesGeneratorTest.php +++ b/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/DateTimeStepRangesGeneratorTest.php @@ -97,10 +97,12 @@ public function testGenerateEmptyRangesSequence(): void } /** - * @phpstan-return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range<\DateTimeInterface> + * @phpstan-return Range<\DateTimeInterface> */ - private function createRange(?string $start, ?string $end): Range - { + private function createRange( + ?string $start, + ?string $end + ): Range { return Range::ofDateTime( $start !== null ? new DateTimeImmutable($start . ' 00:00:00') : null, $end !== null ? new DateTimeImmutable($end . ' 00:00:00') : null @@ -108,10 +110,12 @@ private function createRange(?string $start, ?string $end): Range } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range<\DateTimeInterface>[] $expectedResult + * @param Range<\DateTimeInterface>[] $expectedResult */ - private static function assertGeneratorResults(array $expectedResult, DateTimeStepRangesGenerator $generator): void - { + private static function assertGeneratorResults( + array $expectedResult, + DateTimeStepRangesGenerator $generator + ): void { self::assertEquals($expectedResult, $generator->generate()); } } diff --git a/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/FloatStepRangesGeneratorTest.php b/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/FloatStepRangesGeneratorTest.php index ed0e36d4bb..3aa0762d86 100644 --- a/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/FloatStepRangesGeneratorTest.php +++ b/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/FloatStepRangesGeneratorTest.php @@ -82,10 +82,12 @@ public function testGenerateEmptyRangesSequence(): void } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range[] $expectedResult + * @param Range[] $expectedResult */ - private static function assertGeneratorResults(array $expectedResult, FloatStepRangesGenerator $generator): void - { + private static function assertGeneratorResults( + array $expectedResult, + FloatStepRangesGenerator $generator + ): void { self::assertEquals($expectedResult, $generator->generate()); } } diff --git a/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/IntegerStepRangesGeneratorTest.php b/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/IntegerStepRangesGeneratorTest.php index 29eb86d0fe..eca75ac7db 100644 --- a/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/IntegerStepRangesGeneratorTest.php +++ b/tests/integration/Core/Repository/Values/Content/Query/Aggregation/Ranges/IntegerStepRangesGeneratorTest.php @@ -82,10 +82,12 @@ public function testGenerateEmptyRangesSequence(): void } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range[] $expectedResult + * @param Range[] $expectedResult */ - private static function assertGeneratorResults(array $expectedResult, IntegerStepRangesGenerator $generator): void - { + private static function assertGeneratorResults( + array $expectedResult, + IntegerStepRangesGenerator $generator + ): void { self::assertEquals( $expectedResult, iterator_to_array($generator->generate()) diff --git a/tests/integration/Core/Repository/Values/User/Limitation/BaseLimitationTestCase.php b/tests/integration/Core/Repository/Values/User/Limitation/BaseLimitationTestCase.php index 00cbeebdd4..f9296016ef 100644 --- a/tests/integration/Core/Repository/Values/User/Limitation/BaseLimitationTestCase.php +++ b/tests/integration/Core/Repository/Values/User/Limitation/BaseLimitationTestCase.php @@ -120,8 +120,10 @@ protected function createWikiPageContentCreateStruct( return $wikiPageCreate; } - protected function addPolicyToRole(string $roleIdentifier, PolicyCreateStruct $policyCreateStruct): Role - { + protected function addPolicyToRole( + string $roleIdentifier, + PolicyCreateStruct $policyCreateStruct + ): Role { $roleService = $this->getRepository()->getRoleService(); $role = $roleService->loadRoleByIdentifier($roleIdentifier); diff --git a/tests/integration/Core/Repository/Values/User/Limitation/ChangeOwnerLimitationTest.php b/tests/integration/Core/Repository/Values/User/Limitation/ChangeOwnerLimitationTest.php index 699b97a12d..b3e69b9399 100644 --- a/tests/integration/Core/Repository/Values/User/Limitation/ChangeOwnerLimitationTest.php +++ b/tests/integration/Core/Repository/Values/User/Limitation/ChangeOwnerLimitationTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Integration\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\RoleService; @@ -87,8 +88,10 @@ public function getDataForDeniedAccess(): array * * @param int[] $limitationValues */ - public function testChangeOwnerLimitationAllowed(?int $ownerId, array $limitationValues): void - { + public function testChangeOwnerLimitationAllowed( + ?int $ownerId, + array $limitationValues + ): void { $currentUser = $this->createUserVersion1('current_user', null, null, 42); $ownerId = $ownerId ?? $currentUser->id; @@ -102,8 +105,10 @@ public function testChangeOwnerLimitationAllowed(?int $ownerId, array $limitatio * * @param int[] $limitationValues */ - public function testChangeOwnerLimitationDenied(?int $ownerId, array $limitationValues): void - { + public function testChangeOwnerLimitationDenied( + ?int $ownerId, + array $limitationValues + ): void { $currentUser = $this->createUserVersion1('current_user', null, null, 42); $ownerId = $ownerId ?? $currentUser->id; @@ -114,7 +119,7 @@ public function testChangeOwnerLimitationDenied(?int $ownerId, array $limitation /** * @param int[] $limitationValues * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ private function createTestCaseDraft( User $currentUser, @@ -135,7 +140,7 @@ private function createTestCaseDraft( } /** - * @throws \RuntimeException + * @throws RuntimeException */ private function getContentCreatePolicyDraft(RoleDraft $role): PolicyDraft { diff --git a/tests/integration/Core/Repository/Values/User/Limitation/ContentTypeLimitationTest.php b/tests/integration/Core/Repository/Values/User/Limitation/ContentTypeLimitationTest.php index 8f7e67f82a..430787c15c 100644 --- a/tests/integration/Core/Repository/Values/User/Limitation/ContentTypeLimitationTest.php +++ b/tests/integration/Core/Repository/Values/User/Limitation/ContentTypeLimitationTest.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\ContentTypeLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; /** * @covers \Ibexa\Contracts\Core\Repository\Values\User\Limitation\ContentTypeLimitation @@ -39,7 +40,7 @@ public function testContentTypeLimitationAllow() $role = $roleService->loadRoleByIdentifier('Editor'); $roleDraft = $roleService->createRoleDraft($role); $editPolicy = null; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ foreach ($roleDraft->getPolicies() as $policy) { if ('content' != $policy->module || 'edit' != $policy->function) { continue; @@ -111,7 +112,7 @@ public function testContentTypeLimitationForbid() $role = $roleService->loadRoleByIdentifier('Editor'); $roleDraft = $roleService->createRoleDraft($role); $editPolicy = null; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ foreach ($roleDraft->getPolicies() as $policy) { if ('content' != $policy->module || 'edit' != $policy->function) { continue; @@ -170,7 +171,7 @@ public function testContentTypeLimitationForbidVariant() $roleDraft = $roleService->createRoleDraft($role); // Search for the new policy instance $policy = null; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ $editPolicy = null; foreach ($roleDraft->getPolicies() as $policy) { if ('content' != $policy->module || 'edit' != $policy->function) { diff --git a/tests/integration/Core/Repository/Values/User/Limitation/LanguageLimitationTest.php b/tests/integration/Core/Repository/Values/User/Limitation/LanguageLimitationTest.php index 2d68931790..41b79e5122 100644 --- a/tests/integration/Core/Repository/Values/User/Limitation/LanguageLimitationTest.php +++ b/tests/integration/Core/Repository/Values/User/Limitation/LanguageLimitationTest.php @@ -8,8 +8,13 @@ namespace Ibexa\Tests\Integration\Core\Repository\Values\User\Limitation; +use Ibexa\Contracts\Core\Limitation\Target; use Ibexa\Contracts\Core\Limitation\Target\Builder\VersionBuilder; use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct; @@ -44,11 +49,11 @@ class LanguageLimitationTest extends BaseTestCase * @param array $allowedTranslationsList list of translations (language codes) which editor can modify. * @param string $login * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ private function createEditorUserWithLanguageLimitation( array $allowedTranslationsList, @@ -102,12 +107,14 @@ public function providerForCreateAndPublishContent(): array * * @dataProvider providerForCreateAndPublishContent * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ - public function testCreateAndPublishContent(array $names, array $allowedTranslationsList): void - { + public function testCreateAndPublishContent( + array $names, + array $allowedTranslationsList + ): void { $repository = $this->getRepository(); $repository->getPermissionResolver()->setCurrentUserReference( $this->createEditorUserWithLanguageLimitation($allowedTranslationsList) @@ -130,12 +137,12 @@ public function testCreateAndPublishContent(array $names, array $allowedTranslat * * @param array $folderNames names of a folder to create as test content * @param array $allowedTranslationsList a list of language codes of translations a user is allowed to edit - * @param \Ibexa\Contracts\Core\Limitation\Target[] $targets + * @param Target[] $targets * @param bool $expectedCanUserResult * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testCanUserWithLimitationTargets( string $policyModule, @@ -174,7 +181,7 @@ public function testCanUserWithLimitationTargets( * * @return array * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function providerForCanUserWithLimitationTargets(): array { @@ -282,9 +289,9 @@ public function providerForPublishVersionWithLanguageLimitation(): array * @covers \Ibexa\Contracts\Core\Repository\ContentService::updateContent * @covers \Ibexa\Contracts\Core\Repository\ContentService::publishVersion * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException * @throws \Exception */ public function testPublishVersion( @@ -336,9 +343,9 @@ public function testPublishVersion( * @covers \Ibexa\Contracts\Core\Repository\ContentService::updateContent * @covers \Ibexa\Contracts\Core\Repository\ContentService::publishVersion * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testPublishVersionIsNotAllowedIfModifiedOtherTranslations(array $names): void { @@ -364,9 +371,9 @@ public function testPublishVersionIsNotAllowedIfModifiedOtherTranslations(array } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testPublishVersionTranslation(): void { @@ -399,9 +406,9 @@ public function testPublishVersionTranslation(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testPublishVersionTranslationIsNotAllowed(): void { @@ -424,9 +431,9 @@ public function testPublishVersionTranslationIsNotAllowed(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testPublishVersionTranslationIsNotAllowedWithTwoEditors(): void { @@ -467,9 +474,9 @@ public function testPublishVersionTranslationIsNotAllowedWithTwoEditors(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testPublishVersionTranslationWhenUserHasNoAccessToAllLanguages(): void { @@ -497,10 +504,10 @@ public function testPublishVersionTranslationWhenUserHasNoAccessToAllLanguages() /** * @dataProvider providerForPrepareDataForTestsWithLanguageLimitationAndDifferentContentTranslations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws UnauthorizedException + * @throws BadStateException + * @throws ForbiddenException + * @throws NotFoundException */ public function testCopyContentWithLanguageLimitationAndDifferentContentTranslations( array $limitationValues, @@ -530,11 +537,11 @@ public function testCopyContentWithLanguageLimitationAndDifferentContentTranslat /** * @dataProvider providerForPrepareDataForTestsWithLanguageLimitationAndDifferentContentTranslations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws UnauthorizedException + * @throws BadStateException + * @throws ForbiddenException + * @throws InvalidArgumentException + * @throws NotFoundException */ public function testCopySubtreeWithLanguageLimitationAndDifferentContentTranslations( array $limitationValues, @@ -568,11 +575,11 @@ public function testCopySubtreeWithLanguageLimitationAndDifferentContentTranslat /** * @dataProvider providerForPrepareDataForTestsWithLanguageLimitationAndDifferentContentTranslations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws UnauthorizedException + * @throws BadStateException + * @throws ForbiddenException + * @throws InvalidArgumentException + * @throws NotFoundException */ public function testMoveSubtreeWithLanguageLimitationAndDifferentContentTranslations( array $limitationValues, @@ -609,10 +616,10 @@ public function testMoveSubtreeWithLanguageLimitationAndDifferentContentTranslat /** * @dataProvider providerForPrepareDataForTestsWithLanguageLimitationAndDifferentContentTranslations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws UnauthorizedException + * @throws BadStateException + * @throws ForbiddenException + * @throws NotFoundException */ public function testSwapLocationWithLanguageLimitationAndDifferentContentTranslations( array $limitationValues, @@ -648,10 +655,10 @@ public function testSwapLocationWithLanguageLimitationAndDifferentContentTransla /** * @dataProvider providerForPrepareDataForTestsWithLanguageLimitationAndDifferentContentTranslations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws UnauthorizedException + * @throws BadStateException + * @throws ForbiddenException + * @throws NotFoundException */ public function testHideLocationWithLanguageLimitationAndDifferentContentTranslations( array $limitationValues, @@ -685,10 +692,10 @@ public function testHideLocationWithLanguageLimitationAndDifferentContentTransla /** * @dataProvider providerForPrepareDataForTestsWithLanguageLimitationAndDifferentContentTranslations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws UnauthorizedException + * @throws BadStateException + * @throws ForbiddenException + * @throws NotFoundException */ public function testUnhideLocationWithLanguageLimitationAndDifferentContentTranslations( array $limitationValues, @@ -722,10 +729,10 @@ public function testUnhideLocationWithLanguageLimitationAndDifferentContentTrans /** * @dataProvider providerForPrepareDataForTestsWithLanguageLimitationAndDifferentContentTranslations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws UnauthorizedException + * @throws BadStateException + * @throws ForbiddenException + * @throws NotFoundException */ public function testHideContentWithLanguageLimitationAndDifferentContentTranslations( array $limitationValues, @@ -755,10 +762,10 @@ public function testHideContentWithLanguageLimitationAndDifferentContentTranslat /** * @dataProvider providerForPrepareDataForTestsWithLanguageLimitationAndDifferentContentTranslations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws UnauthorizedException + * @throws BadStateException + * @throws ForbiddenException + * @throws NotFoundException */ public function testRevealContentWithLanguageLimitationAndDifferentContentTranslations( array $limitationValues, @@ -788,10 +795,10 @@ public function testRevealContentWithLanguageLimitationAndDifferentContentTransl /** * @dataProvider providerForPrepareDataForTestsWithLanguageLimitationAndDifferentContentTranslations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws UnauthorizedException + * @throws BadStateException + * @throws ForbiddenException + * @throws NotFoundException */ public function testUpdateLocationWithLanguageLimitationAndDifferentContentTranslations( array $limitationValues, @@ -825,10 +832,10 @@ public function testUpdateLocationWithLanguageLimitationAndDifferentContentTrans /** * @dataProvider providerForPrepareDataForTestsWithLanguageLimitationAndDifferentContentTranslations * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException + * @throws NotFoundException + * @throws BadStateException + * @throws UnauthorizedException + * @throws ForbiddenException */ public function testPrepareDataForTestsWithLanguageLimitationAndDifferentContentTranslations( array $limitationValues, @@ -864,13 +871,13 @@ public function providerForPrepareDataForTestsWithLanguageLimitationAndDifferent } /** - * @param \Ibexa\Contracts\Core\Repository\ContentService $contentService + * @param ContentService $contentService * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ private function createMultilingualFolderDraft(ContentService $contentService): Content { diff --git a/tests/integration/Core/Repository/Values/User/Limitation/ObjectStateLimitationTest.php b/tests/integration/Core/Repository/Values/User/Limitation/ObjectStateLimitationTest.php index 38d419e755..b920abd50e 100644 --- a/tests/integration/Core/Repository/Values/User/Limitation/ObjectStateLimitationTest.php +++ b/tests/integration/Core/Repository/Values/User/Limitation/ObjectStateLimitationTest.php @@ -7,6 +7,8 @@ namespace Ibexa\Tests\Integration\Core\Repository\Values\User\Limitation; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\ObjectStateService; @@ -33,9 +35,9 @@ class ObjectStateLimitationTest extends BaseLimitationTestCase public const EDITOR_ROLE_IDENTIFIER = 'Editor'; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testObjectStateLimitationAllow(): void { @@ -56,9 +58,9 @@ public function testObjectStateLimitationAllow(): void /** * @throws \ErrorException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testObjectStateLimitationForbid(): void { @@ -81,9 +83,9 @@ public function testObjectStateLimitationForbid(): void * Checks if the action is correctly forbidden when using ObjectStateLimitation * with limitation values from two different StateGroups. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testObjectStateLimitationForbidVariant(): void { @@ -114,8 +116,8 @@ public function testObjectStateLimitationForbidVariant(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws InvalidArgumentException + * @throws UnauthorizedException */ private function createObjectStateGroup(): ObjectStateGroup { @@ -131,8 +133,8 @@ private function createObjectStateGroup(): ObjectStateGroup /** * Create new State and assign it to the $objectStateGroup. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws InvalidArgumentException + * @throws UnauthorizedException */ private function createObjectState(ObjectStateGroup $objectStateGroup): ObjectState { @@ -149,9 +151,9 @@ private function createObjectState(ObjectStateGroup $objectStateGroup): ObjectSt * Checks if the search results are correctly filtered when using ObjectStateLimitation * with limitation values from two different StateGroups. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testObjectStateLimitationSearch(): void { @@ -199,9 +201,9 @@ public function testObjectStateLimitationSearch(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function testUserWithNotLockedLimitationCanEditNotLockedContent(): void { @@ -239,9 +241,9 @@ public function testUserWithNotLockedLimitationCanEditNotLockedContent(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ protected function createUserWithObjectStateLimitation(array $objectStateIDs): User { @@ -271,9 +273,9 @@ protected function createUserWithObjectStateLimitation(array $objectStateIDs): U } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ private function createUserWithObjectStateLimitationOnContentRead(array $values): User { diff --git a/tests/integration/Core/Repository/Values/User/Limitation/OwnerLimitationTest.php b/tests/integration/Core/Repository/Values/User/Limitation/OwnerLimitationTest.php index 349629a43b..b8fddff55a 100644 --- a/tests/integration/Core/Repository/Values/User/Limitation/OwnerLimitationTest.php +++ b/tests/integration/Core/Repository/Values/User/Limitation/OwnerLimitationTest.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\OwnerLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; /** * @covers \Ibexa\Contracts\Core\Repository\Values\User\Limitation\OwnerLimitation @@ -36,7 +37,7 @@ public function testOwnerLimitationAllow() $role = $roleService->loadRoleByIdentifier('Editor'); $roleDraft = $roleService->createRoleDraft($role); // Search for the new policy instance - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ $removePolicy = null; foreach ($roleDraft->getPolicies() as $policy) { if ('content' != $policy->module || 'remove' != $policy->function) { @@ -103,7 +104,7 @@ public function testOwnerLimitationForbid() $role = $roleService->loadRoleByIdentifier('Editor'); $roleDraft = $roleService->createRoleDraft($role); // Search for the new policy instance - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ $removePolicy = null; foreach ($roleDraft->getPolicies() as $policy) { if ('content' != $policy->module || 'remove' != $policy->function) { diff --git a/tests/integration/Core/Repository/Values/User/Limitation/RolePolicyLimitationTest.php b/tests/integration/Core/Repository/Values/User/Limitation/RolePolicyLimitationTest.php index 100e2f75bb..401fb0196e 100644 --- a/tests/integration/Core/Repository/Values/User/Limitation/RolePolicyLimitationTest.php +++ b/tests/integration/Core/Repository/Values/User/Limitation/RolePolicyLimitationTest.php @@ -9,10 +9,12 @@ use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; +use Ibexa\Contracts\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\ContentTypeLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SectionLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation; use Ibexa\Contracts\Core\Repository\Values\User\RoleCreateStruct; +use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; class RolePolicyLimitationTest extends BaseLimitationTestCase @@ -117,9 +119,9 @@ protected function getSubtreeLocationsCount($subtreePathString) /** * Create test User in the given User Group. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $group + * @param UserGroup $group * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User + * @return User */ protected function createUserInGroup(UserGroup $group) { @@ -147,13 +149,17 @@ protected function createUserInGroup(UserGroup $group) /** * Add policy to a new role. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\RoleCreateStruct $roleCreateStruct + * @param RoleCreateStruct $roleCreateStruct * @param string $module * @param string $function - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation[] $limitations + * @param Limitation[] $limitations */ - protected function addPolicyToNewRole(RoleCreateStruct $roleCreateStruct, $module, $function, array $limitations) - { + protected function addPolicyToNewRole( + RoleCreateStruct $roleCreateStruct, + $module, + $function, + array $limitations + ) { $roleService = $this->getRepository()->getRoleService(); $policyCreateStruct = $roleService->newPolicyCreateStruct($module, $function); foreach ($limitations as $limitation) { @@ -169,10 +175,13 @@ protected function addPolicyToNewRole(RoleCreateStruct $roleCreateStruct, $modul * @param string $mainLanguageCode * @param int $parentGroupId * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return UserGroup */ - protected function createGroup($groupName, $mainLanguageCode, $parentGroupId) - { + protected function createGroup( + $groupName, + $mainLanguageCode, + $parentGroupId + ) { $userService = $this->getRepository()->getUserService(); $userGroupCreateStruct = $userService->newUserGroupCreateStruct($mainLanguageCode); diff --git a/tests/integration/Core/Repository/Values/User/Limitation/SectionLimitationTest.php b/tests/integration/Core/Repository/Values/User/Limitation/SectionLimitationTest.php index 14830c8d3f..81cc1d9334 100644 --- a/tests/integration/Core/Repository/Values/User/Limitation/SectionLimitationTest.php +++ b/tests/integration/Core/Repository/Values/User/Limitation/SectionLimitationTest.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SectionLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; /** * @covers \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SectionLimitation @@ -31,7 +32,7 @@ public function testSectionLimitationAllow() $role = $roleService->loadRoleByIdentifier('Editor'); $roleDraft = $roleService->createRoleDraft($role); // Search for the new policy instance - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ $readPolicy = null; foreach ($roleDraft->getPolicies() as $policy) { if ('content' != $policy->module || 'read' != $policy->function) { @@ -91,7 +92,7 @@ public function testSectionLimitationForbid() $role = $roleService->loadRoleByIdentifier('Editor'); $roleDraft = $roleService->createRoleDraft($role); // Search for the new policy instance - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ $readPolicy = null; foreach ($roleDraft->getPolicies() as $policy) { if ('content' != $policy->module || 'read' != $policy->function) { diff --git a/tests/integration/Core/Repository/Values/User/Limitation/SubtreeLimitationTest.php b/tests/integration/Core/Repository/Values/User/Limitation/SubtreeLimitationTest.php index ff971554da..63a2767528 100644 --- a/tests/integration/Core/Repository/Values/User/Limitation/SubtreeLimitationTest.php +++ b/tests/integration/Core/Repository/Values/User/Limitation/SubtreeLimitationTest.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\Repository\Values\User\Limitation\ContentTypeLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SectionLimitation; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; /** * @covers \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation @@ -24,9 +25,9 @@ class SubtreeLimitationTest extends BaseLimitationTestCase * Tests a combination of SubtreeLimitation, SectionLimitation and * the ContentTypeLimitation. * - * @see \Ibexa\Contracts\Core\Repository\Values\User\Limitation\ContentTypeLimitation - * @see \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SectionLimitation - * @see \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation + * @see ContentTypeLimitation + * @see SectionLimitation + * @see SubtreeLimitation */ public function testSubtreeLimitationAllow() { @@ -64,9 +65,9 @@ public function testSubtreeLimitationAllow() * Tests a combination of SubtreeLimitation, SectionLimitation and * the ContentTypeLimitation. * - * @see \Ibexa\Contracts\Core\Repository\Values\User\Limitation\ContentTypeLimitation - * @see \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SectionLimitation - * @see \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation + * @see ContentTypeLimitation + * @see SectionLimitation + * @see SubtreeLimitation */ public function testSubtreeLimitationForbid() { @@ -114,7 +115,7 @@ protected function prepareLimitation($subtree) $role = $roleService->loadRoleByIdentifier('Editor'); $roleDraft = $roleService->createRoleDraft($role); // Search for the new policy instance - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ $editPolicy = null; foreach ($roleDraft->getPolicies() as $policy) { if ('content' != $policy->module || 'read' != $policy->function) { diff --git a/tests/integration/Core/Repository/Values/User/Limitation/UserGroupLimitationTest.php b/tests/integration/Core/Repository/Values/User/Limitation/UserGroupLimitationTest.php index dbd5ed3e34..671d2af577 100644 --- a/tests/integration/Core/Repository/Values/User/Limitation/UserGroupLimitationTest.php +++ b/tests/integration/Core/Repository/Values/User/Limitation/UserGroupLimitationTest.php @@ -8,7 +8,9 @@ namespace Ibexa\Tests\Integration\Core\Repository\Values\User\Limitation; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; +use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\User\Limitation\UserGroupLimitation; +use Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft; use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; @@ -67,7 +69,7 @@ public function testUserGroupLimitationForbid() /** * Prepares the UserGroup fixture. * - * @return \Ibexa\Contracts\Core\Repository\Values\User\UserGroup + * @return UserGroup */ protected function prepareUserGroup() { @@ -93,15 +95,17 @@ protected function prepareUserGroup() /** * Prepares the limitation fixture. * - * @param \Ibexa\Contracts\Core\Repository\Values\User\User $user - * @param \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroup + * @param User $user + * @param UserGroup $userGroup * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return Content * * @throws \ErrorException */ - protected function prepareLimitationAndContent(User $user, UserGroup $userGroup) - { + protected function prepareLimitationAndContent( + User $user, + UserGroup $userGroup + ) { $repository = $this->getRepository(); $contentService = $repository->getContentService(); @@ -113,7 +117,7 @@ protected function prepareLimitationAndContent(User $user, UserGroup $userGroup) $role = $roleService->loadRoleByIdentifier('Editor'); $roleDraft = $roleService->createRoleDraft($role); // Search for the new policy instance - /** @var \Ibexa\Contracts\Core\Repository\Values\User\PolicyDraft $policy */ + /** @var PolicyDraft $policy */ $editPolicy = null; foreach ($roleDraft->getPolicies() as $policy) { if ('content' != $policy->module || 'edit' != $policy->function) { diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/AncestorContent.php b/tests/integration/Core/Repository/_fixtures/Legacy/AncestorContent.php index 6099af428a..c9786028ea 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/AncestorContent.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/AncestorContent.php @@ -8,41 +8,41 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/AncestorLocation.php b/tests/integration/Core/Repository/_fixtures/Legacy/AncestorLocation.php index 337134e162..56ca087dd7 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/AncestorLocation.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/AncestorLocation.php @@ -8,41 +8,41 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/ContentId.php b/tests/integration/Core/Repository/_fixtures/Legacy/ContentId.php index d050ae24a2..1344633af5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/ContentId.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/ContentId.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/ContentTypeGroupId.php b/tests/integration/Core/Repository/_fixtures/Legacy/ContentTypeGroupId.php index 345f989df3..47c7198635 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/ContentTypeGroupId.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/ContentTypeGroupId.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/ContentTypeId.php b/tests/integration/Core/Repository/_fixtures/Legacy/ContentTypeId.php index 89429f08f3..10551c839d 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/ContentTypeId.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/ContentTypeId.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataBetween.php b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataBetween.php index 9fb079a94c..9f07dd2dc2 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataBetween.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataBetween.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataCreated.php b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataCreated.php index cdea93ee2d..644b45898d 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataCreated.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataCreated.php @@ -8,38 +8,38 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataGt.php b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataGt.php index b9d6ee0091..9fb59616a0 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataGt.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataGt.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataGte.php b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataGte.php index b58a8b4395..9862c2710b 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataGte.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataGte.php @@ -8,47 +8,47 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 4, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 4, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataIn.php b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataIn.php index cdea93ee2d..644b45898d 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataIn.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataIn.php @@ -8,38 +8,38 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataLte.php b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataLte.php index d19798cb63..1ec7a4c6be 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataLte.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/DateMetadataLte.php @@ -8,101 +8,101 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 14, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 14, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/DeprecatedContentIdQuery.php b/tests/integration/Core/Repository/_fixtures/Legacy/DeprecatedContentIdQuery.php index d050ae24a2..1344633af5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/DeprecatedContentIdQuery.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/DeprecatedContentIdQuery.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/DepthGte.php b/tests/integration/Core/Repository/_fixtures/Legacy/DepthGte.php index 025769dadd..66d257578e 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/DepthGte.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/DepthGte.php @@ -12,14 +12,14 @@ 'searchHits' => [ 0 => SearchHit::__set_state( [ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ] + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ] ), 1 => SearchHit::__set_state( [ diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentType.php b/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentType.php index c7c1fa9f92..affdf924b5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentType.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentType.php @@ -8,31 +8,31 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentTypeMinCount.php b/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentTypeMinCount.php index c7c1fa9f92..affdf924b5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentTypeMinCount.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentTypeMinCount.php @@ -8,31 +8,31 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentTypeMinLimit.php b/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentTypeMinLimit.php index c7c1fa9f92..affdf924b5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentTypeMinLimit.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FacetContentTypeMinLimit.php @@ -8,31 +8,31 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexp.php b/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexp.php index c7c1fa9f92..affdf924b5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexp.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexp.php @@ -8,31 +8,31 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexpSortCount.php b/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexpSortCount.php index c7c1fa9f92..affdf924b5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexpSortCount.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexpSortCount.php @@ -8,31 +8,31 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexpSortTerm.php b/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexpSortTerm.php index c7c1fa9f92..affdf924b5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexpSortTerm.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldRegexpSortTerm.php @@ -8,31 +8,31 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldSimple.php b/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldSimple.php index c7c1fa9f92..affdf924b5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldSimple.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FacetFieldSimple.php @@ -8,31 +8,31 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FacetSection.php b/tests/integration/Core/Repository/_fixtures/Legacy/FacetSection.php index c7c1fa9f92..affdf924b5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FacetSection.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FacetSection.php @@ -8,31 +8,31 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FacetTerm.php b/tests/integration/Core/Repository/_fixtures/Legacy/FacetTerm.php index c7c1fa9f92..affdf924b5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FacetTerm.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FacetTerm.php @@ -8,31 +8,31 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FacetUser.php b/tests/integration/Core/Repository/_fixtures/Legacy/FacetUser.php index c7c1fa9f92..affdf924b5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FacetUser.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FacetUser.php @@ -8,31 +8,31 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'matchedTranslation' => 'eng-GB', - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'matchedTranslation' => 'eng-GB', + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/Field.php b/tests/integration/Core/Repository/_fixtures/Legacy/Field.php index 7fe8f42407..41d92db484 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/Field.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/Field.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FieldBetween.php b/tests/integration/Core/Repository/_fixtures/Legacy/FieldBetween.php index ad7753b250..15369b25e2 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FieldBetween.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FieldBetween.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FieldIn.php b/tests/integration/Core/Repository/_fixtures/Legacy/FieldIn.php index cb53484a10..be6529565e 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FieldIn.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FieldIn.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FieldOr.php b/tests/integration/Core/Repository/_fixtures/Legacy/FieldOr.php index f66d34288a..9ab406b96b 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FieldOr.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FieldOr.php @@ -8,38 +8,38 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FieldRelation.php b/tests/integration/Core/Repository/_fixtures/Legacy/FieldRelation.php index 40978f01d8..fa737371cf 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FieldRelation.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FieldRelation.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 61, - 'title' => 'User gallery', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 61, + 'title' => 'User gallery', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FieldRelationAll.php b/tests/integration/Core/Repository/_fixtures/Legacy/FieldRelationAll.php index 58ce9da598..59fc510dff 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FieldRelationAll.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FieldRelationAll.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 60, - 'title' => 'Image gallery', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 61, - 'title' => 'User gallery', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 60, + 'title' => 'Image gallery', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 61, + 'title' => 'User gallery', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FullText.php b/tests/integration/Core/Repository/_fixtures/Legacy/FullText.php index b7d98385c9..adff198932 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FullText.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FullText.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FullTextFiltered.php b/tests/integration/Core/Repository/_fixtures/Legacy/FullTextFiltered.php index ef3abb1a6a..adff198932 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FullTextFiltered.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FullTextFiltered.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/FullTextWildcard.php b/tests/integration/Core/Repository/_fixtures/Legacy/FullTextWildcard.php index ef3abb1a6a..adff198932 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/FullTextWildcard.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/FullTextWildcard.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/IsContainerFalse.php b/tests/integration/Core/Repository/_fixtures/Legacy/IsContainerFalse.php index 9a6c0995dd..2aab74568c 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/IsContainerFalse.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/IsContainerFalse.php @@ -9,37 +9,37 @@ return new SearchResult([ 'searchHits' => [ - new SearchHit([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - new SearchHit([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - new SearchHit([ - 'valueObject' => [ - 'id' => 52, - 'title' => 'Common INI settings', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - ], + new SearchHit([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + new SearchHit([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + new SearchHit([ + 'valueObject' => [ + 'id' => 52, + 'title' => 'Common INI settings', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/IsContainerTrue.php b/tests/integration/Core/Repository/_fixtures/Legacy/IsContainerTrue.php index 0c6587a739..ebd888b79d 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/IsContainerTrue.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/IsContainerTrue.php @@ -9,57 +9,57 @@ return new SearchResult([ 'searchHits' => [ - new SearchHit([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - new SearchHit([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - new SearchHit([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - new SearchHit([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - new SearchHit([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - ], + new SearchHit([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + new SearchHit([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + new SearchHit([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + new SearchHit([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + new SearchHit([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/IsUserBasedFalse.php b/tests/integration/Core/Repository/_fixtures/Legacy/IsUserBasedFalse.php index 5faad11043..bbbad08bc5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/IsUserBasedFalse.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/IsUserBasedFalse.php @@ -9,17 +9,17 @@ return SearchResult::__set_state([ 'searchHits' => [ - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - ], + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/IsUserBasedTrue.php b/tests/integration/Core/Repository/_fixtures/Legacy/IsUserBasedTrue.php index 1482d36368..dae4caaca6 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/IsUserBasedTrue.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/IsUserBasedTrue.php @@ -9,27 +9,27 @@ return SearchResult::__set_state([ 'searchHits' => [ - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - ], + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/IsUserEnabledTrue.php b/tests/integration/Core/Repository/_fixtures/Legacy/IsUserEnabledTrue.php index 1482d36368..dae4caaca6 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/IsUserEnabledTrue.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/IsUserEnabledTrue.php @@ -9,27 +9,27 @@ return SearchResult::__set_state([ 'searchHits' => [ - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - ], + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/LanguageCode.php b/tests/integration/Core/Repository/_fixtures/Legacy/LanguageCode.php index 7f41b06a11..e65c2ff3f3 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/LanguageCode.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/LanguageCode.php @@ -10,29 +10,29 @@ return SearchResult::__set_state( [ 'searchHits' => [ - 0 => SearchHit::__set_state( - [ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ] - ), - 1 => SearchHit::__set_state( - [ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ] - ), - ], + 0 => SearchHit::__set_state( + [ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ] + ), + 1 => SearchHit::__set_state( + [ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ] + ), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/LocationId.php b/tests/integration/Core/Repository/_fixtures/Legacy/LocationId.php index ec068ba586..8853cbc3c7 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/LocationId.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/LocationId.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/LocationRemoteId.php b/tests/integration/Core/Repository/_fixtures/Legacy/LocationRemoteId.php index ec068ba586..8853cbc3c7 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/LocationRemoteId.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/LocationRemoteId.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/LogicalAnd.php b/tests/integration/Core/Repository/_fixtures/Legacy/LogicalAnd.php index 8511168858..cc7b0272cc 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/LogicalAnd.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/LogicalAnd.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/LogicalNot.php b/tests/integration/Core/Repository/_fixtures/Legacy/LogicalNot.php index 8511168858..cc7b0272cc 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/LogicalNot.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/LogicalNot.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/LogicalOr.php b/tests/integration/Core/Repository/_fixtures/Legacy/LogicalOr.php index 859a7c9420..7c19319ede 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/LogicalOr.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/LogicalOr.php @@ -8,38 +8,38 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/MatchNone.php b/tests/integration/Core/Repository/_fixtures/Legacy/MatchNone.php index 8b6f5ec887..d7133ce42b 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/MatchNone.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/MatchNone.php @@ -7,11 +7,11 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 0, + 'searchHits' => [ + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 0, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/ObjectStateIdentifier.php b/tests/integration/Core/Repository/_fixtures/Legacy/ObjectStateIdentifier.php index 3e44f37d7f..2e9af324e7 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/ObjectStateIdentifier.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/ObjectStateIdentifier.php @@ -9,187 +9,187 @@ return SearchResult::__set_state([ 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 12 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 52, - 'title' => 'Common INI settings', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 13 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 54, - 'title' => 'Ibexa Demo Design (without demo content)', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 14 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 15 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 16 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 17 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 0.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - ], + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 12 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 52, + 'title' => 'Common INI settings', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 13 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 54, + 'title' => 'Ibexa Demo Design (without demo content)', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 14 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 15 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 16 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 17 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 0.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/ParentLocationId.php b/tests/integration/Core/Repository/_fixtures/Legacy/ParentLocationId.php index c9115c566b..b6d47ad807 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/ParentLocationId.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/ParentLocationId.php @@ -8,56 +8,56 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 5, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 5, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/QueryModifiedField.php b/tests/integration/Core/Repository/_fixtures/Legacy/QueryModifiedField.php index 914e09f37e..10551c839d 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/QueryModifiedField.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/QueryModifiedField.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/RemoteId.php b/tests/integration/Core/Repository/_fixtures/Legacy/RemoteId.php index d050ae24a2..1344633af5 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/RemoteId.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/RemoteId.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SectionId.php b/tests/integration/Core/Repository/_fixtures/Legacy/SectionId.php index 345f989df3..47c7198635 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SectionId.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SectionId.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SectionIdentifier.php b/tests/integration/Core/Repository/_fixtures/Legacy/SectionIdentifier.php index 530cf2a603..19c46325fd 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SectionIdentifier.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SectionIdentifier.php @@ -9,79 +9,79 @@ return SearchResult::__set_state([ 'searchHits' => [ - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/Sibling.php b/tests/integration/Core/Repository/_fixtures/Legacy/Sibling.php index d9a22fdca7..4908d42bde 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/Sibling.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/Sibling.php @@ -8,47 +8,47 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 4, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 4, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortContentName.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortContentName.php index d8f8640250..0fd2aae779 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortContentName.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortContentName.php @@ -8,119 +8,119 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 12, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 12, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortDateModified.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortDateModified.php index 4d00de8b93..e54a2a8e0e 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortDateModified.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortDateModified.php @@ -9,100 +9,100 @@ return SearchResult::__set_state( [ - 'searchHits' => [ - 0 => SearchHit::__set_state( - [ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ] - ), - 1 => SearchHit::__set_state( - [ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ] - ), - 2 => SearchHit::__set_state( - [ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ] - ), - 3 => SearchHit::__set_state( - [ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ] - ), - 4 => SearchHit::__set_state( - [ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ] - ), - 5 => SearchHit::__set_state( - [ - 'valueObject' => [ + 'searchHits' => [ + 0 => SearchHit::__set_state( + [ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ] + ), + 1 => SearchHit::__set_state( + [ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ] + ), + 2 => SearchHit::__set_state( + [ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ] + ), + 3 => SearchHit::__set_state( + [ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ] + ), + 4 => SearchHit::__set_state( + [ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ] + ), + 5 => SearchHit::__set_state( + [ + 'valueObject' => [ 'id' => 14, 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ] - ), - 6 => SearchHit::__set_state( - [ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ] - ), - 7 => SearchHit::__set_state( - [ - 'valueObject' => [ + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ] + ), + 6 => SearchHit::__set_state( + [ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ] + ), + 7 => SearchHit::__set_state( + [ + 'valueObject' => [ 'id' => 11, 'title' => 'Members', ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ] - ), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 8, + 'score' => null, + 'index' => null, + 'highlight' => null, + ] + ), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 8, ] ); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortDatePublished.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortDatePublished.php index 345f989df3..47c7198635 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortDatePublished.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortDatePublished.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortDesc.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortDesc.php index cbe4cd680a..986b23aba1 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortDesc.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortDesc.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypes.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypes.php index cb319dd42a..7465e73634 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypes.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypes.php @@ -9,115 +9,115 @@ return SearchResult::__set_state([ 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesReverse.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesReverse.php index bcdb673d1f..eaf318d3bc 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesReverse.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesReverse.php @@ -9,115 +9,115 @@ return SearchResult::__set_state([ 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesSlice.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesSlice.php index 3b4f79d435..2665e4a5ff 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesSlice.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesSlice.php @@ -9,52 +9,52 @@ return SearchResult::__set_state([ 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesSliceReverse.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesSliceReverse.php index ebaf4fb24b..4d62988d7c 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesSliceReverse.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortFieldMultipleTypesSliceReverse.php @@ -9,52 +9,52 @@ return SearchResult::__set_state([ 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortFolderName.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortFolderName.php index 84fffb35ad..f32d7d4171 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortFolderName.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortFolderName.php @@ -8,65 +8,65 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 6, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 6, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortLocationDepth.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortLocationDepth.php index 30fa8be694..5420bb9820 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortLocationDepth.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortLocationDepth.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortMultiple.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortMultiple.php index 45e9aaa27c..c81595136e 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortMultiple.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortMultiple.php @@ -8,47 +8,47 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 4, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 4, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortNone.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortNone.php index 345f989df3..47c7198635 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortNone.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortNone.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortPathString.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortPathString.php index fcee522c68..9dbc3a5ee8 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortPathString.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortPathString.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortSectionIdentifier.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortSectionIdentifier.php index 0955648312..91bffd854e 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortSectionIdentifier.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortSectionIdentifier.php @@ -8,137 +8,137 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 12 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 13 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 52, - 'title' => 'Common INI settings', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 14, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 12 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 13 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 52, + 'title' => 'Common INI settings', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 14, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortSectionName.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortSectionName.php index 9e39a0e198..b581a2474e 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortSectionName.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortSectionName.php @@ -8,137 +8,137 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 52, - 'title' => 'Common INI settings', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 12 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 13 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 14, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 52, + 'title' => 'Common INI settings', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 12 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 13 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 14, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/SortTemplateTitle.php b/tests/integration/Core/Repository/_fixtures/Legacy/SortTemplateTitle.php index 058c0e9540..46c9183c4c 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/SortTemplateTitle.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/SortTemplateTitle.php @@ -9,25 +9,25 @@ return SearchResult::__set_state([ 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 54, - 'title' => 'Ibexa Demo Design (without demo content)', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 54, + 'title' => 'Ibexa Demo Design (without demo content)', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/Status.php b/tests/integration/Core/Repository/_fixtures/Legacy/Status.php index dea5e953f1..a16bc29960 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/Status.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/Status.php @@ -8,173 +8,173 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 12 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 52, - 'title' => 'Common INI settings', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 13 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 54, - 'title' => 'Ibexa Demo Design (without demo content)', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 14 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 15 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 16 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 17 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 18, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 12 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 52, + 'title' => 'Common INI settings', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 13 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 54, + 'title' => 'Ibexa Demo Design (without demo content)', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 14 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 15 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 16 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 17 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 18, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/Subtree.php b/tests/integration/Core/Repository/_fixtures/Legacy/Subtree.php index 345f989df3..47c7198635 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/Subtree.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/Subtree.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/UserEmail.php b/tests/integration/Core/Repository/_fixtures/Legacy/UserEmail.php index 97e4ad4e66..d60f18b96f 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/UserEmail.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/UserEmail.php @@ -9,17 +9,17 @@ return SearchResult::__set_state([ 'searchHits' => [ - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - ], + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/UserIdEq.php b/tests/integration/Core/Repository/_fixtures/Legacy/UserIdEq.php index df6df63979..d09f9f9c78 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/UserIdEq.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/UserIdEq.php @@ -9,17 +9,17 @@ return SearchResult::__set_state([ 'searchHits' => [ - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - ], + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/UserIdIn.php b/tests/integration/Core/Repository/_fixtures/Legacy/UserIdIn.php index 1482d36368..dae4caaca6 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/UserIdIn.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/UserIdIn.php @@ -9,27 +9,27 @@ return SearchResult::__set_state([ 'searchHits' => [ - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - ], + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/UserLogin.php b/tests/integration/Core/Repository/_fixtures/Legacy/UserLogin.php index df6df63979..d09f9f9c78 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/UserLogin.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/UserLogin.php @@ -9,17 +9,17 @@ return SearchResult::__set_state([ 'searchHits' => [ - SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - ], + SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + ], 'spellcheck' => null, 'time' => 1, 'timedOut' => null, diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/UserMetadata.php b/tests/integration/Core/Repository/_fixtures/Legacy/UserMetadata.php index 1c4a2623d4..b1332f5782 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/UserMetadata.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/UserMetadata.php @@ -8,191 +8,191 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 12 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 52, - 'title' => 'Common INI settings', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 13 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 54, - 'title' => 'Ibexa Demo Design (without demo content)', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 14 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 15 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-GB', - ]), - 16 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-GB', - ]), - 17 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 18, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 12 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 52, + 'title' => 'Common INI settings', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 13 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 54, + 'title' => 'Ibexa Demo Design (without demo content)', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 14 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 15 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-GB', + ]), + 16 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-GB', + ]), + 17 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 18, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Legacy/UserMetadataLocation.php b/tests/integration/Core/Repository/_fixtures/Legacy/UserMetadataLocation.php index 22915af2fa..f638845b32 100644 --- a/tests/integration/Core/Repository/_fixtures/Legacy/UserMetadataLocation.php +++ b/tests/integration/Core/Repository/_fixtures/Legacy/UserMetadataLocation.php @@ -8,191 +8,191 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-GB', - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 12 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 13 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 52, - 'title' => 'Common INI settings', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 14 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 54, - 'title' => 'Ibexa Demo Design (without demo content)', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 15 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - 16 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-GB', - ]), - 17 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - 'matchedTranslation' => 'eng-US', - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 19, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-GB', + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 12 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 13 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 52, + 'title' => 'Common INI settings', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 14 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 54, + 'title' => 'Ibexa Demo Design (without demo content)', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 15 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + 16 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-GB', + ]), + 17 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + 'matchedTranslation' => 'eng-US', + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 19, ]); diff --git a/tests/integration/Core/Repository/_fixtures/SectionFixture.php b/tests/integration/Core/Repository/_fixtures/SectionFixture.php index 2bf853b5b8..400558c79d 100644 --- a/tests/integration/Core/Repository/_fixtures/SectionFixture.php +++ b/tests/integration/Core/Repository/_fixtures/SectionFixture.php @@ -60,33 +60,33 @@ ], [ '2' => [ - 4 => true, - 10 => true, - 11 => true, - 12 => true, - 13 => true, - 14 => true, - 42 => true, - 59 => true, - ], + 4 => true, + 10 => true, + 11 => true, + 12 => true, + 13 => true, + 14 => true, + 42 => true, + 59 => true, + ], '3' => [ - 41 => true, - 49 => true, - 50 => true, - 51 => true, - ], + 41 => true, + 49 => true, + 50 => true, + 51 => true, + ], '4' => [ - 45 => true, - 52 => true, - ], + 45 => true, + 52 => true, + ], '5' => [ - 54 => true, - 56 => true, - ], + 54 => true, + 56 => true, + ], '1' => [ - 57 => true, - 58 => true, - ], + 57 => true, + 58 => true, + ], ], 6, ]; diff --git a/tests/integration/Core/Repository/_fixtures/Solr/AncestorContent.php b/tests/integration/Core/Repository/_fixtures/Solr/AncestorContent.php index 45b92622b7..14ad404189 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/AncestorContent.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/AncestorContent.php @@ -8,41 +8,41 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/AncestorLocation.php b/tests/integration/Core/Repository/_fixtures/Solr/AncestorLocation.php index 02a14e0470..f2838e07bb 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/AncestorLocation.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/AncestorLocation.php @@ -8,41 +8,41 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/ContentId.php b/tests/integration/Core/Repository/_fixtures/Solr/ContentId.php index af9d85ac7e..4262e6284f 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/ContentId.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/ContentId.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/ContentTypeGroupId.php b/tests/integration/Core/Repository/_fixtures/Solr/ContentTypeGroupId.php index a1e73af986..3534803313 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/ContentTypeGroupId.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/ContentTypeGroupId.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/ContentTypeId.php b/tests/integration/Core/Repository/_fixtures/Solr/ContentTypeId.php index 4e60ebd040..0ba13715ef 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/ContentTypeId.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/ContentTypeId.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldBetween.php b/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldBetween.php index a9b479757d..ef0fbff5bd 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldBetween.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldBetween.php @@ -8,51 +8,51 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1, - 'index' => null, - 'matchedTranslation' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1, - 'totalCount' => 4, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1, + 'index' => null, + 'matchedTranslation' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1, + 'totalCount' => 4, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldGt.php b/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldGt.php index 2600c83091..664f838c16 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldGt.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldGt.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldGte.php b/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldGte.php index 884d123235..13184bc271 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldGte.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldGte.php @@ -8,38 +8,38 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldLt.php b/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldLt.php index 24c373332a..05969c258b 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldLt.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldLt.php @@ -8,38 +8,38 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldLte.php b/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldLte.php index d0aeb7ef00..29c526842d 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldLte.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/CustomFieldLte.php @@ -8,47 +8,47 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1, - 'totalCount' => 4, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1, + 'totalCount' => 4, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataBetween.php b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataBetween.php index 153757a786..cd32de9f2c 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataBetween.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataBetween.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataCreated.php b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataCreated.php index 57b8a722dd..a0b566a968 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataCreated.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataCreated.php @@ -8,38 +8,38 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataGt.php b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataGt.php index d81f8278e8..274287120d 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataGt.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataGt.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataGte.php b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataGte.php index d811d34b5a..24c42b9b9d 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataGte.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataGte.php @@ -8,47 +8,47 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 4, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 4, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataIn.php b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataIn.php index 3c6aed975e..a0b566a968 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataIn.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataIn.php @@ -8,38 +8,38 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataLte.php b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataLte.php index 127fdc9959..fd7ed1c2f1 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataLte.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/DateMetadataLte.php @@ -8,101 +8,101 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 14, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 14, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/DeprecatedContentIdQuery.php b/tests/integration/Core/Repository/_fixtures/Solr/DeprecatedContentIdQuery.php index fae8eb6064..905ea00df3 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/DeprecatedContentIdQuery.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/DeprecatedContentIdQuery.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 0.57124877, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 0.57124877, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 0.57124877, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 0.57124877, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 0.57124877, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 0.57124877, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/Field.php b/tests/integration/Core/Repository/_fixtures/Solr/Field.php index b09572f2f4..9839b22c72 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/Field.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/Field.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/FieldBetween.php b/tests/integration/Core/Repository/_fixtures/Solr/FieldBetween.php index 6a93265901..80ed1d3258 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/FieldBetween.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/FieldBetween.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/FieldIn.php b/tests/integration/Core/Repository/_fixtures/Solr/FieldIn.php index 17bf4af271..98ac76ceb8 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/FieldIn.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/FieldIn.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/FieldOr.php b/tests/integration/Core/Repository/_fixtures/Solr/FieldOr.php index c4f71d1e46..7b7f66efea 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/FieldOr.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/FieldOr.php @@ -8,38 +8,38 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/FieldRelation.php b/tests/integration/Core/Repository/_fixtures/Solr/FieldRelation.php index 40978f01d8..fa737371cf 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/FieldRelation.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/FieldRelation.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 61, - 'title' => 'User gallery', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 61, + 'title' => 'User gallery', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/FieldRelationAll.php b/tests/integration/Core/Repository/_fixtures/Solr/FieldRelationAll.php index 58ce9da598..59fc510dff 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/FieldRelationAll.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/FieldRelationAll.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 60, - 'title' => 'Image gallery', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 61, - 'title' => 'User gallery', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 60, + 'title' => 'Image gallery', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 61, + 'title' => 'User gallery', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/FieldUnknown.php b/tests/integration/Core/Repository/_fixtures/Solr/FieldUnknown.php index 28975006d2..ba0bc2fa16 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/FieldUnknown.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/FieldUnknown.php @@ -7,11 +7,11 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 0, + 'searchHits' => [ + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 0, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/FullText.php b/tests/integration/Core/Repository/_fixtures/Solr/FullText.php index 4f98a15674..6a34696527 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/FullText.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/FullText.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 54, - 'title' => 'Ibexa Demo Design (without demo content)', - ], - 'score' => 0.05622538, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => 0.20990808, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 0.20990808, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 54, + 'title' => 'Ibexa Demo Design (without demo content)', + ], + 'score' => 0.05622538, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => 0.20990808, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 0.20990808, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/FullTextFiltered.php b/tests/integration/Core/Repository/_fixtures/Solr/FullTextFiltered.php index 2876e7500a..aac62ecf80 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/FullTextFiltered.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/FullTextFiltered.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => 1.3987858, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.3987858, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => 1.3987858, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.3987858, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/FullTextWildcard.php b/tests/integration/Core/Repository/_fixtures/Solr/FullTextWildcard.php index fa2f40e34b..8ff397faad 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/FullTextWildcard.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/FullTextWildcard.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/LocationId.php b/tests/integration/Core/Repository/_fixtures/Solr/LocationId.php index 4e490ccea0..a6d2ca5edd 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/LocationId.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/LocationId.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/LocationRemoteId.php b/tests/integration/Core/Repository/_fixtures/Solr/LocationRemoteId.php index 4e490ccea0..a6d2ca5edd 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/LocationRemoteId.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/LocationRemoteId.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/LogicalAnd.php b/tests/integration/Core/Repository/_fixtures/Solr/LogicalAnd.php index e05a6f527d..29ee3f6e3c 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/LogicalAnd.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/LogicalAnd.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/LogicalNot.php b/tests/integration/Core/Repository/_fixtures/Solr/LogicalNot.php index e05a6f527d..29ee3f6e3c 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/LogicalNot.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/LogicalNot.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/LogicalOr.php b/tests/integration/Core/Repository/_fixtures/Solr/LogicalOr.php index f3e32ae9bc..ca3aac67ab 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/LogicalOr.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/LogicalOr.php @@ -8,38 +8,38 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 3, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 3, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/MatchNone.php b/tests/integration/Core/Repository/_fixtures/Solr/MatchNone.php index 8b6f5ec887..d7133ce42b 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/MatchNone.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/MatchNone.php @@ -7,11 +7,11 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 0, + 'searchHits' => [ + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 0, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/ParentLocationId.php b/tests/integration/Core/Repository/_fixtures/Solr/ParentLocationId.php index 2d4075296a..91f29fc0f5 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/ParentLocationId.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/ParentLocationId.php @@ -8,56 +8,56 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 5, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 5, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/QueryCustomField.php b/tests/integration/Core/Repository/_fixtures/Solr/QueryCustomField.php index 4f6ea8ffb1..44593fe5f3 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/QueryCustomField.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/QueryCustomField.php @@ -8,20 +8,20 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.9982654, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.9982654, - 'totalCount' => 1, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.9982654, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.9982654, + 'totalCount' => 1, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/QueryModifiedField.php b/tests/integration/Core/Repository/_fixtures/Solr/QueryModifiedField.php index 56fc10c380..cd9ed49e48 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/QueryModifiedField.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/QueryModifiedField.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.7448496, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.7448496, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.7448496, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.7448496, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.7448496, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.7448496, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/RemoteId.php b/tests/integration/Core/Repository/_fixtures/Solr/RemoteId.php index af9d85ac7e..4262e6284f 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/RemoteId.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/RemoteId.php @@ -8,29 +8,29 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 2, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 2, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SectionId.php b/tests/integration/Core/Repository/_fixtures/Solr/SectionId.php index a1e73af986..3534803313 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SectionId.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SectionId.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/Sibling.php b/tests/integration/Core/Repository/_fixtures/Solr/Sibling.php index d9a22fdca7..4908d42bde 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/Sibling.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/Sibling.php @@ -8,47 +8,47 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => null, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => null, - 'totalCount' => 4, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => null, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => null, + 'totalCount' => 4, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortContentName.php b/tests/integration/Core/Repository/_fixtures/Solr/SortContentName.php index 33393e4143..3652878759 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortContentName.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortContentName.php @@ -8,119 +8,119 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 12, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 12, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortDatePublished.php b/tests/integration/Core/Repository/_fixtures/Solr/SortDatePublished.php index a1e73af986..3534803313 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortDatePublished.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortDatePublished.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortDesc.php b/tests/integration/Core/Repository/_fixtures/Solr/SortDesc.php index 611ad99999..c4cef7bd7d 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortDesc.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortDesc.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypes.php b/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypes.php index dfe71664d7..c6c9be9039 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypes.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypes.php @@ -8,119 +8,119 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1, - 'totalCount' => 12, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1, + 'totalCount' => 12, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesReverse.php b/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesReverse.php index 997e493e08..6ed510b818 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesReverse.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesReverse.php @@ -8,119 +8,119 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1, - 'totalCount' => 12, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1, + 'totalCount' => 12, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesSlice.php b/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesSlice.php index c2e2fe2328..8f995b1d61 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesSlice.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesSlice.php @@ -8,56 +8,56 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1, - 'totalCount' => 12, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1, + 'totalCount' => 12, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesSliceReverse.php b/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesSliceReverse.php index 2d696f352e..4ee640f80d 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesSliceReverse.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortFieldMultipleTypesSliceReverse.php @@ -8,56 +8,56 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1, - 'totalCount' => 12, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1, + 'totalCount' => 12, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortFolderName.php b/tests/integration/Core/Repository/_fixtures/Solr/SortFolderName.php index 4d8fbf619e..5c510dc462 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortFolderName.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortFolderName.php @@ -8,65 +8,65 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1, - 'totalCount' => 6, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1, + 'totalCount' => 6, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortLocationDepth.php b/tests/integration/Core/Repository/_fixtures/Solr/SortLocationDepth.php index 5fd50bc394..f51b18154d 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortLocationDepth.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortLocationDepth.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortMultiple.php b/tests/integration/Core/Repository/_fixtures/Solr/SortMultiple.php index 6375fb534c..b06d7a0155 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortMultiple.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortMultiple.php @@ -8,47 +8,47 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 4, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 4, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortNone.php b/tests/integration/Core/Repository/_fixtures/Solr/SortNone.php index a1e73af986..3534803313 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortNone.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortNone.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortPathString.php b/tests/integration/Core/Repository/_fixtures/Solr/SortPathString.php index 3e5aab512c..e7ba5dd07e 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortPathString.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortPathString.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortSectionIdentifier.php b/tests/integration/Core/Repository/_fixtures/Solr/SortSectionIdentifier.php index f613327772..168bbe6183 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortSectionIdentifier.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortSectionIdentifier.php @@ -8,137 +8,137 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 52, - 'title' => 'Common INI settings', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 12 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 13 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 14, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 52, + 'title' => 'Common INI settings', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 12 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 13 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 14, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/SortSectionName.php b/tests/integration/Core/Repository/_fixtures/Solr/SortSectionName.php index 5596a5311a..168bbe6183 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/SortSectionName.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/SortSectionName.php @@ -8,137 +8,137 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 52, - 'title' => 'Common INI settings', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 12 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 13 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 14, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 52, + 'title' => 'Common INI settings', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 12 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 13 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 14, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/Status.php b/tests/integration/Core/Repository/_fixtures/Solr/Status.php index 4dddb05d5f..73535e5959 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/Status.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/Status.php @@ -8,173 +8,173 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 12 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 52, - 'title' => 'Common INI settings', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 13 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 54, - 'title' => 'Ibexa Demo Design (without demo content)', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 14 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 15 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 16 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 17 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 18, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 12 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 52, + 'title' => 'Common INI settings', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 13 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 54, + 'title' => 'Ibexa Demo Design (without demo content)', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 14 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 15 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 16 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 17 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 18, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/Subtree.php b/tests/integration/Core/Repository/_fixtures/Solr/Subtree.php index a1e73af986..3534803313 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/Subtree.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/Subtree.php @@ -8,83 +8,83 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1.0, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1.0, - 'totalCount' => 8, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1.0, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1.0, + 'totalCount' => 8, ]); diff --git a/tests/integration/Core/Repository/_fixtures/Solr/UserMetadata.php b/tests/integration/Core/Repository/_fixtures/Solr/UserMetadata.php index f804e24fdc..444b7c6532 100644 --- a/tests/integration/Core/Repository/_fixtures/Solr/UserMetadata.php +++ b/tests/integration/Core/Repository/_fixtures/Solr/UserMetadata.php @@ -8,173 +8,173 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; return SearchResult::__set_state([ - 'searchHits' => [ - 0 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 4, - 'title' => 'Users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 1 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 10, - 'title' => 'Anonymous User', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 2 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 11, - 'title' => 'Members', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 3 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 12, - 'title' => 'Administrator users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 4 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 13, - 'title' => 'Editors', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 5 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 14, - 'title' => 'Administrator User', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 6 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 41, - 'title' => 'Media', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 7 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 42, - 'title' => 'Anonymous users', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 8 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 45, - 'title' => 'Setup', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 9 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 49, - 'title' => 'Images', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 10 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 50, - 'title' => 'Files', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 11 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 51, - 'title' => 'Multimedia', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 12 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 52, - 'title' => 'Common INI settings', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 13 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 54, - 'title' => 'Ibexa Demo Design (without demo content)', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 14 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 56, - 'title' => 'Design', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 15 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 57, - 'title' => 'Home', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 16 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 58, - 'title' => 'Contact Us', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - 17 => SearchHit::__set_state([ - 'valueObject' => [ - 'id' => 59, - 'title' => 'Partners', - ], - 'score' => 1, - 'index' => null, - 'highlight' => null, - ]), - ], - 'spellcheck' => null, - 'time' => 1, - 'timedOut' => null, - 'maxScore' => 1, - 'totalCount' => 18, + 'searchHits' => [ + 0 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 4, + 'title' => 'Users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 1 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 10, + 'title' => 'Anonymous User', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 2 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 11, + 'title' => 'Members', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 3 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 12, + 'title' => 'Administrator users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 4 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 13, + 'title' => 'Editors', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 5 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 14, + 'title' => 'Administrator User', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 6 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 41, + 'title' => 'Media', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 7 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 42, + 'title' => 'Anonymous users', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 8 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 45, + 'title' => 'Setup', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 9 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 49, + 'title' => 'Images', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 10 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 50, + 'title' => 'Files', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 11 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 51, + 'title' => 'Multimedia', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 12 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 52, + 'title' => 'Common INI settings', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 13 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 54, + 'title' => 'Ibexa Demo Design (without demo content)', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 14 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 56, + 'title' => 'Design', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 15 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 57, + 'title' => 'Home', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 16 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 58, + 'title' => 'Contact Us', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + 17 => SearchHit::__set_state([ + 'valueObject' => [ + 'id' => 59, + 'title' => 'Partners', + ], + 'score' => 1, + 'index' => null, + 'highlight' => null, + ]), + ], + 'spellcheck' => null, + 'time' => 1, + 'timedOut' => null, + 'maxScore' => 1, + 'totalCount' => 18, ]); diff --git a/tests/integration/Core/RepositoryTestCase.php b/tests/integration/Core/RepositoryTestCase.php index c23c3a5475..20a5be835e 100644 --- a/tests/integration/Core/RepositoryTestCase.php +++ b/tests/integration/Core/RepositoryTestCase.php @@ -8,6 +8,11 @@ namespace Ibexa\Tests\Integration\Core; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\UserGroup; @@ -35,10 +40,12 @@ protected function setUp(): void /** * @param array $names * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ - public function createFolder(array $names, int $parentLocationId = self::CONTENT_TREE_ROOT_ID): Content - { + public function createFolder( + array $names, + int $parentLocationId = self::CONTENT_TREE_ROOT_ID + ): Content { $contentService = self::getContentService(); $draft = $this->createFolderDraft($names, $parentLocationId); @@ -47,13 +54,17 @@ public function createFolder(array $names, int $parentLocationId = self::CONTENT /** * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws ContentValidationException + * @throws UnauthorizedException + * @throws ContentFieldValidationException + * @throws NotFoundException */ - final protected function createUser(string $login, string $firstName, string $lastName, ?UserGroup $userGroup = null): User - { + final protected function createUser( + string $login, + string $firstName, + string $lastName, + ?UserGroup $userGroup = null + ): User { $userService = self::getUserService(); if (null === $userGroup) { @@ -79,10 +90,12 @@ final protected function createUser(string $login, string $firstName, string $la /** * @param array $names * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ - public function createFolderDraft(array $names, int $parentLocationId = self::CONTENT_TREE_ROOT_ID): Content - { + public function createFolderDraft( + array $names, + int $parentLocationId = self::CONTENT_TREE_ROOT_ID + ): Content { if (empty($names)) { throw new InvalidArgumentException(__METHOD__ . ' requires $names to be not empty'); } diff --git a/tests/integration/Core/User/UserStorage/UserStorageGatewayTestCase.php b/tests/integration/Core/User/UserStorage/UserStorageGatewayTestCase.php index e2a47c5186..118924441a 100644 --- a/tests/integration/Core/User/UserStorage/UserStorageGatewayTestCase.php +++ b/tests/integration/Core/User/UserStorage/UserStorageGatewayTestCase.php @@ -58,8 +58,11 @@ public function providerForGetFieldData(): array /** * @dataProvider providerForGetFieldData */ - public function testGetFieldData(?int $fieldId, ?int $userId, array $expectedUserData): void - { + public function testGetFieldData( + ?int $fieldId, + ?int $userId, + array $expectedUserData + ): void { $data = $this->getGateway()->getFieldData($fieldId, $userId); self::assertEquals($expectedUserData, $data); } diff --git a/tests/integration/Stub/DummyValidator.php b/tests/integration/Stub/DummyValidator.php index 54d48968a4..92f068903d 100644 --- a/tests/integration/Stub/DummyValidator.php +++ b/tests/integration/Stub/DummyValidator.php @@ -20,8 +20,11 @@ class DummyValidator implements ValidatorInterface { - public function validate(mixed $value, $constraints = null, $groups = null): ConstraintViolationListInterface - { + public function validate( + mixed $value, + $constraints = null, + $groups = null + ): ConstraintViolationListInterface { return new ConstraintViolationList(); } @@ -35,13 +38,20 @@ public function hasMetadataFor(mixed $value): bool return false; } - public function validateProperty(object $object, string $propertyName, array|GroupSequence|string|null $groups = null): ConstraintViolationListInterface - { + public function validateProperty( + object $object, + string $propertyName, + array | GroupSequence | string | null $groups = null + ): ConstraintViolationListInterface { return new ConstraintViolationList(); } - public function validatePropertyValue(object|string $objectOrClass, string $propertyName, mixed $value, array|GroupSequence|string|null $groups = null): ConstraintViolationListInterface - { + public function validatePropertyValue( + object | string $objectOrClass, + string $propertyName, + mixed $value, + array | GroupSequence | string | null $groups = null + ): ConstraintViolationListInterface { return new ConstraintViolationList(); } @@ -63,18 +73,28 @@ public function atPath(string $path): static return $this; } - public function validate(mixed $value, Constraint|array|null $constraints = null, string|GroupSequence|array|null $groups = null): static - { + public function validate( + mixed $value, + Constraint | array | null $constraints = null, + string | GroupSequence | array | null $groups = null + ): static { return $this; } - public function validateProperty(object $object, string $propertyName, string|GroupSequence|array|null $groups = null): static - { + public function validateProperty( + object $object, + string $propertyName, + string | GroupSequence | array | null $groups = null + ): static { return $this; } - public function validatePropertyValue(object|string $objectOrClass, string $propertyName, mixed $value, $groups = null): static - { + public function validatePropertyValue( + object | string $objectOrClass, + string $propertyName, + mixed $value, + $groups = null + ): static { return $this; } diff --git a/tests/lib/Base/Container/Compiler/Search/Legacy/CriteriaConverterPassTest.php b/tests/lib/Base/Container/Compiler/Search/Legacy/CriteriaConverterPassTest.php index d4b85d14b8..709a5a8eeb 100644 --- a/tests/lib/Base/Container/Compiler/Search/Legacy/CriteriaConverterPassTest.php +++ b/tests/lib/Base/Container/Compiler/Search/Legacy/CriteriaConverterPassTest.php @@ -30,8 +30,10 @@ protected function registerCompilerPass(ContainerBuilder $container): void /** * @dataProvider provideDescribedServiceToTagName */ - public function testAddHandlers(string $serviceId, string $tag): void - { + public function testAddHandlers( + string $serviceId, + string $tag + ): void { $this->setDefinition( $serviceId, new Definition() @@ -53,8 +55,10 @@ public function testAddHandlers(string $serviceId, string $tag): void /** * @dataProvider provideDescribedServiceToTagName */ - public function testAddContentHandlersWithPriority(string $serviceId, string $tag): void - { + public function testAddContentHandlersWithPriority( + string $serviceId, + string $tag + ): void { $this->setDefinition( $serviceId, new Definition() diff --git a/tests/lib/Base/Container/Compiler/Stubs/GatewayBasedStorageHandler.php b/tests/lib/Base/Container/Compiler/Stubs/GatewayBasedStorageHandler.php index 668ead0950..28a4ad0d33 100644 --- a/tests/lib/Base/Container/Compiler/Stubs/GatewayBasedStorageHandler.php +++ b/tests/lib/Base/Container/Compiler/Stubs/GatewayBasedStorageHandler.php @@ -16,19 +16,20 @@ */ class GatewayBasedStorageHandler extends GatewayBasedStorage { - public function storeFieldData(VersionInfo $versionInfo, Field $field) - { - } + public function storeFieldData( + VersionInfo $versionInfo, + Field $field + ) {} - public function getFieldData(VersionInfo $versionInfo, Field $field) - { - } + public function getFieldData( + VersionInfo $versionInfo, + Field $field + ) {} - public function deleteFieldData(VersionInfo $versionInfo, array $fieldIds) - { - } + public function deleteFieldData( + VersionInfo $versionInfo, + array $fieldIds + ) {} - public function hasFieldData() - { - } + public function hasFieldData() {} } diff --git a/tests/lib/Base/Container/Compiler/TaggedServiceIdsIterator/BackwardCompatibleIteratorTest.php b/tests/lib/Base/Container/Compiler/TaggedServiceIdsIterator/BackwardCompatibleIteratorTest.php index b80516d505..530b53b6b9 100644 --- a/tests/lib/Base/Container/Compiler/TaggedServiceIdsIterator/BackwardCompatibleIteratorTest.php +++ b/tests/lib/Base/Container/Compiler/TaggedServiceIdsIterator/BackwardCompatibleIteratorTest.php @@ -17,10 +17,10 @@ final class BackwardCompatibleIteratorTest extends TestCase private const EXAMPLE_SERVICE_TAG = 'current_tag'; private const EXAMPLE_DEPRECATED_SERVICE_TAG = 'deprecated_tag'; - /** @var \Ibexa\Tests\Core\Base\Container\Compiler\TaggedServiceIdsIterator\DeprecationErrorCollector */ + /** @var DeprecationErrorCollector */ private $deprecationErrorCollector; - /** @var \Symfony\Component\DependencyInjection\TaggedContainerInterface */ + /** @var TaggedContainerInterface */ private $container; protected function setUp(): void diff --git a/tests/lib/Base/Container/Compiler/TaggedServiceIdsIterator/DeprecationErrorCollector.php b/tests/lib/Base/Container/Compiler/TaggedServiceIdsIterator/DeprecationErrorCollector.php index 143e244563..f49b57839e 100644 --- a/tests/lib/Base/Container/Compiler/TaggedServiceIdsIterator/DeprecationErrorCollector.php +++ b/tests/lib/Base/Container/Compiler/TaggedServiceIdsIterator/DeprecationErrorCollector.php @@ -36,8 +36,12 @@ public function getErrors(): array return $this->errors; } - public function __invoke(int $code, string $message, string $file, int $line): bool - { + public function __invoke( + int $code, + string $message, + string $file, + int $line + ): bool { $this->errors[] = [ 'code' => $code, 'message' => $message, diff --git a/tests/lib/Base/Exceptions/ContentFieldValidationExceptionTest.php b/tests/lib/Base/Exceptions/ContentFieldValidationExceptionTest.php index 730b661b23..ffc9ece91e 100644 --- a/tests/lib/Base/Exceptions/ContentFieldValidationExceptionTest.php +++ b/tests/lib/Base/Exceptions/ContentFieldValidationExceptionTest.php @@ -18,7 +18,7 @@ final class ContentFieldValidationExceptionTest extends TestCase { /** - * @see \Ibexa\Core\Base\Exceptions\ContentFieldValidationException::MAX_MESSAGES_NUMBER + * @see ContentFieldValidationException::MAX_MESSAGES_NUMBER */ private const int MAX_MESSAGES_NUMBER = 32; diff --git a/tests/lib/Base/Exceptions/UnauthorizedExceptionTest.php b/tests/lib/Base/Exceptions/UnauthorizedExceptionTest.php index 9504b469ae..cfa1ff5280 100644 --- a/tests/lib/Base/Exceptions/UnauthorizedExceptionTest.php +++ b/tests/lib/Base/Exceptions/UnauthorizedExceptionTest.php @@ -20,13 +20,15 @@ final class UnauthorizedExceptionTest extends TestCase /** * @dataProvider getDataForTestConstructor */ - public function testConstructor(UnauthorizedException $exception, string $expectedMessage): void - { + public function testConstructor( + UnauthorizedException $exception, + string $expectedMessage + ): void { self::assertSame($expectedMessage, $exception->getMessage()); } /** - * @phpstan-return iterable + * @phpstan-return iterable */ public static function getDataForTestConstructor(): iterable { diff --git a/tests/lib/Collection/AbstractCollectionTestCase.php b/tests/lib/Collection/AbstractCollectionTestCase.php index 330fc3bde4..6ce1629e13 100644 --- a/tests/lib/Collection/AbstractCollectionTestCase.php +++ b/tests/lib/Collection/AbstractCollectionTestCase.php @@ -68,7 +68,7 @@ public function testFilterEdgeCases(): void public function testExistsEdgeCases(): void { $collection = $this->createCollectionWithExampleData(); - if (!($collection instanceof \Ibexa\Contracts\Core\Collection\StreamableInterface)) { + if (!($collection instanceof StreamableInterface)) { self::markTestSkipped(sprintf('%s collection is not streamable', get_class($collection))); } diff --git a/tests/lib/Collection/ArrayListTest.php b/tests/lib/Collection/ArrayListTest.php index 198ed7e5e9..9106be5735 100644 --- a/tests/lib/Collection/ArrayListTest.php +++ b/tests/lib/Collection/ArrayListTest.php @@ -33,7 +33,7 @@ public function testFirstThrowsOutOfBoundsException(): void $this->expectException(OutOfBoundsException::class); $this->expectExceptionMessage('Collection is empty'); - /** @var \Ibexa\Contracts\Core\Collection\ArrayList $list */ + /** @var ArrayList $list */ $list = $this->createEmptyCollection(); $list->first(); } @@ -43,7 +43,7 @@ public function testLastThrowsOutOfBoundsException(): void $this->expectException(OutOfBoundsException::class); $this->expectExceptionMessage('Collection is empty'); - /** @var \Ibexa\Contracts\Core\Collection\ArrayList $list */ + /** @var ArrayList $list */ $list = $this->createEmptyCollection(); $list->last(); } diff --git a/tests/lib/Collection/ArrayMapTest.php b/tests/lib/Collection/ArrayMapTest.php index fa47569c65..3a5452c921 100644 --- a/tests/lib/Collection/ArrayMapTest.php +++ b/tests/lib/Collection/ArrayMapTest.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Collection\ArrayMap; use Ibexa\Contracts\Core\Collection\MapInterface; +use Ibexa\Contracts\Core\Collection\StreamableInterface; use Ibexa\Contracts\Core\Exception\OutOfBoundsException; /** @@ -39,7 +40,7 @@ public function testGetThrowsOutOfBoundsExceptionForNonExistingKey(): void $this->expectException(OutOfBoundsException::class); $this->expectExceptionMessage("Collection does not contain element with key 'non-exiting'"); - /** @var \Ibexa\Contracts\Core\Collection\ArrayMap $map */ + /** @var ArrayMap $map */ $map = $this->createEmptyCollection(); $map->get('non-exiting'); } @@ -100,7 +101,7 @@ protected function getExampleData(): array } /** - * @return \Ibexa\Contracts\Core\Collection\MapInterface|\Ibexa\Contracts\Core\Collection\StreamableInterface + * @return MapInterface|StreamableInterface */ protected function createCollection(array $data): MapInterface { diff --git a/tests/lib/Collection/MutableArrayListTest.php b/tests/lib/Collection/MutableArrayListTest.php index 444cfe73c4..408e2df599 100644 --- a/tests/lib/Collection/MutableArrayListTest.php +++ b/tests/lib/Collection/MutableArrayListTest.php @@ -14,7 +14,7 @@ final class MutableArrayListTest extends ArrayListTest { public function testAppend(): void { - /** @var \Ibexa\Contracts\Core\Collection\MutableArrayList $list */ + /** @var MutableArrayList $list */ $list = $this->createEmptyCollection(); $list->append('A'); $list->append('B'); @@ -25,7 +25,7 @@ public function testAppend(): void public function testPrepend(): void { - /** @var \Ibexa\Contracts\Core\Collection\MutableArrayList $list */ + /** @var MutableArrayList $list */ $list = $this->createEmptyCollection(); $list->prepend('A'); $list->prepend('B'); @@ -36,7 +36,7 @@ public function testPrepend(): void public function testRemove(): void { - /** @var \Ibexa\Contracts\Core\Collection\MutableArrayList $list */ + /** @var MutableArrayList $list */ $list = $this->createCollectionWithExampleData(); $list->remove('B'); @@ -45,7 +45,7 @@ public function testRemove(): void public function testClear(): void { - /** @var \Ibexa\Contracts\Core\Collection\MutableArrayList $list */ + /** @var MutableArrayList $list */ $list = $this->createCollectionWithExampleData(); self::assertFalse($list->isEmpty()); $list->clear(); diff --git a/tests/lib/Event/AbstractServiceTestCase.php b/tests/lib/Event/AbstractServiceTestCase.php index 022421eda7..196fd851dc 100644 --- a/tests/lib/Event/AbstractServiceTestCase.php +++ b/tests/lib/Event/AbstractServiceTestCase.php @@ -16,8 +16,10 @@ abstract class AbstractServiceTestCase extends TestCase { - public function getEventDispatcher(string $beforeEventName, string $eventName): TraceableEventDispatcher - { + public function getEventDispatcher( + string $beforeEventName, + string $eventName + ): TraceableEventDispatcher { $eventDispatcher = new EventDispatcher(); $eventDispatcher->addListener($beforeEventName, static function (BeforeEvent $event) {}); $eventDispatcher->addListener($eventName, static function (AfterEvent $event) {}); diff --git a/tests/lib/Event/URLWildcardServiceTest.php b/tests/lib/Event/URLWildcardServiceTest.php index 5ad3ca9023..b877df5d28 100644 --- a/tests/lib/Event/URLWildcardServiceTest.php +++ b/tests/lib/Event/URLWildcardServiceTest.php @@ -15,6 +15,10 @@ use Ibexa\Contracts\Core\Repository\Events\URLWildcard\RemoveEvent; use Ibexa\Contracts\Core\Repository\Events\URLWildcard\TranslateEvent; use Ibexa\Contracts\Core\Repository\Events\URLWildcard\UpdateEvent; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\URLWildcardService as URLWildcardServiceInterface; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcardTranslationResult; @@ -24,7 +28,7 @@ class URLWildcardServiceTest extends AbstractServiceTestCase { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ public function testRemoveEvents() { @@ -52,7 +56,7 @@ public function testRemoveEvents() } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ public function testRemoveStopPropagationInBeforeEvents() { @@ -87,10 +91,10 @@ public function testRemoveStopPropagationInBeforeEvents() } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws BadStateException + * @throws ContentValidationException + * @throws InvalidArgumentException + * @throws UnauthorizedException */ public function testUpdateEvents(): void { diff --git a/tests/lib/Event/View/PostBuildViewEventTest.php b/tests/lib/Event/View/PostBuildViewEventTest.php index 7e8002ef0e..b981a419e8 100644 --- a/tests/lib/Event/View/PostBuildViewEventTest.php +++ b/tests/lib/Event/View/PostBuildViewEventTest.php @@ -16,8 +16,7 @@ final class PostBuildViewEventTest extends TestCase { public function testEventConstruction(): void { - $view = new class() extends BaseView { - }; + $view = new class() extends BaseView {}; $event = new PostBuildViewEvent($view); diff --git a/tests/lib/FieldType/APIFieldTypeTest.php b/tests/lib/FieldType/APIFieldTypeTest.php index 8f5fbd89cf..61ec015c61 100644 --- a/tests/lib/FieldType/APIFieldTypeTest.php +++ b/tests/lib/FieldType/APIFieldTypeTest.php @@ -12,14 +12,15 @@ use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition as APIFieldDefinition; use Ibexa\Core\FieldType\Value; use Ibexa\Core\Repository\Values\ContentType\FieldType; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class APIFieldTypeTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $innerFieldType; - /** @var \Ibexa\Core\Repository\Values\ContentType\FieldType */ + /** @var FieldType */ private $fieldType; protected function setUp(): void diff --git a/tests/lib/FieldType/AuthorTest.php b/tests/lib/FieldType/AuthorTest.php index c9528a517e..fe3ce3bc82 100644 --- a/tests/lib/FieldType/AuthorTest.php +++ b/tests/lib/FieldType/AuthorTest.php @@ -13,6 +13,7 @@ use Ibexa\Core\FieldType\Author\Type as AuthorType; use Ibexa\Core\FieldType\Author\Value as AuthorValue; use Ibexa\Core\FieldType\Value; +use Random\RandomException; /** * @group fieldType @@ -20,7 +21,7 @@ */ class AuthorTest extends FieldTypeTestCase { - /** @var \Ibexa\Core\FieldType\Author\Author[] */ + /** @var Author[] */ private array $authors; protected function setUp(): void @@ -303,7 +304,7 @@ public function testAddAuthor(): void /** * @covers \Ibexa\Core\FieldType\Author\AuthorCollection::removeAuthorsById * - * @throws \Random\RandomException + * @throws RandomException */ public function testRemoveAuthors(): void { diff --git a/tests/lib/FieldType/BaseFieldTypeTestCase.php b/tests/lib/FieldType/BaseFieldTypeTestCase.php index 68b92b036a..a44fc82dd1 100644 --- a/tests/lib/FieldType/BaseFieldTypeTestCase.php +++ b/tests/lib/FieldType/BaseFieldTypeTestCase.php @@ -9,7 +9,10 @@ use Ibexa\Contracts\Core\FieldType\FieldType; use Ibexa\Contracts\Core\FieldType\ValidationError; +use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Contracts\Core\FieldType\Value as FieldTypeValue; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition as APIFieldDefinition; use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; @@ -105,7 +108,7 @@ abstract public function provideInvalidInputForAcceptValue(): iterable; * ]; * ``` * - * @phpstan-return iterable + * @phpstan-return iterable */ abstract public function provideValidInputForAcceptValue(): iterable; @@ -140,7 +143,7 @@ abstract public function provideValidInputForAcceptValue(): iterable; * ]; * ``` * - * @phpstan-return iterable + * @phpstan-return iterable */ abstract public function provideInputForToHash(): iterable; @@ -379,7 +382,7 @@ public function provideInvalidValidatorConfiguration(): array * ]; * ``` * - * @phpstan-return iterable, \Ibexa\Contracts\Core\FieldType\Value}> + * @phpstan-return iterable, Value}> */ public function provideValidDataForValidate(): iterable { @@ -457,10 +460,10 @@ public function provideValidDataForValidate(): iterable public function provideInvalidDataForValidate(): iterable { yield 'invalid field definition data with no errors' => [ - [], - $this->createMock(FieldTypeValue::class), - [], - ]; + [], + $this->createMock(FieldTypeValue::class), + [], + ]; } /** @@ -539,10 +542,12 @@ public function testEmptyValue(): void /** * @dataProvider provideValidInputForAcceptValue * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function testAcceptValue(mixed $inputValue, FieldTypeValue $expectedOutputValue): void - { + public function testAcceptValue( + mixed $inputValue, + FieldTypeValue $expectedOutputValue + ): void { $fieldType = $this->getFieldTypeUnderTest(); $outputValue = $fieldType->acceptValue($inputValue); @@ -557,7 +562,7 @@ public function testAcceptValue(mixed $inputValue, FieldTypeValue $expectedOutpu /** * Tests that default empty value is unchanged by the `acceptValue` method. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testAcceptGetEmptyValue(): void { @@ -578,7 +583,7 @@ public function testAcceptGetEmptyValue(): void * * @phpstan-param class-string<\Throwable> $expectedException * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testAcceptValueFailsOnInvalidValues( mixed $inputValue, @@ -593,8 +598,10 @@ public function testAcceptValueFailsOnInvalidValues( /** * @dataProvider provideInputForToHash */ - public function testToHash(FieldTypeValue $inputValue, mixed $expectedResult): void - { + public function testToHash( + FieldTypeValue $inputValue, + mixed $expectedResult + ): void { $fieldType = $this->getFieldTypeUnderTest(); $actualResult = $fieldType->toHash($inputValue); @@ -621,8 +628,10 @@ public function testToHash(FieldTypeValue $inputValue, mixed $expectedResult): v * * @param array|null $inputHash */ - public function testFromHash(mixed $inputHash, mixed $expectedResult): void - { + public function testFromHash( + mixed $inputHash, + mixed $expectedResult + ): void { $this->assertIsValidHashValue($inputHash); $fieldType = $this->getFieldTypeUnderTest(); @@ -806,8 +815,10 @@ public function testValidatorConfigurationFromHash(mixed $inputConfiguration): v * * @param string[] $keyChain */ - protected function assertIsValidHashValue(mixed $actualHash, array $keyChain = []): void - { + protected function assertIsValidHashValue( + mixed $actualHash, + array $keyChain = [] + ): void { switch ($actualHashType = gettype($actualHash)) { case 'boolean': case 'integer': @@ -843,10 +854,12 @@ protected function assertIsValidHashValue(mixed $actualHash, array $keyChain = [ * * @param array $fieldDefinitionData * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function testValidateValid(array $fieldDefinitionData, FieldTypeValue $value): void - { + public function testValidateValid( + array $fieldDefinitionData, + FieldTypeValue $value + ): void { $validationErrors = $this->doValidate($fieldDefinitionData, $value); self::assertIsArray($validationErrors); @@ -857,12 +870,15 @@ public function testValidateValid(array $fieldDefinitionData, FieldTypeValue $va * @dataProvider provideInvalidDataForValidate * * @param array $fieldDefinitionData - * @param \Ibexa\Contracts\Core\FieldType\ValidationError[] $errors + * @param ValidationError[] $errors * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function testValidateInvalid(array $fieldDefinitionData, FieldTypeValue $value, array $errors): void - { + public function testValidateInvalid( + array $fieldDefinitionData, + FieldTypeValue $value, + array $errors + ): void { $validationErrors = $this->doValidate($fieldDefinitionData, $value); self::assertIsArray($validationErrors); @@ -870,17 +886,19 @@ public function testValidateInvalid(array $fieldDefinitionData, FieldTypeValue $ } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException * * @param array $fieldDefinitionData * - * @phpstan-return array<\Ibexa\Contracts\Core\FieldType\ValidationError> + * @phpstan-return array */ - protected function doValidate(array $fieldDefinitionData, FieldTypeValue $value): array - { + protected function doValidate( + array $fieldDefinitionData, + FieldTypeValue $value + ): array { $fieldType = $this->getFieldTypeUnderTest(); - /** @var \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition|\PHPUnit\Framework\MockObject\MockObject $fieldDefinitionMock */ + /** @var FieldDefinition|MockObject $fieldDefinitionMock */ $fieldDefinitionMock = $this->createMock(APIFieldDefinition::class); foreach ($fieldDefinitionData as $method => $data) { diff --git a/tests/lib/FieldType/BinaryFileTest.php b/tests/lib/FieldType/BinaryFileTest.php index 2e66cc93f3..bde014a821 100644 --- a/tests/lib/FieldType/BinaryFileTest.php +++ b/tests/lib/FieldType/BinaryFileTest.php @@ -42,8 +42,8 @@ public function provideInvalidInputForAcceptValue(): iterable yield from parent::provideInvalidInputForAcceptValue(); yield [ - new BinaryFileValue(['id' => '/foo/bar']), - InvalidArgumentValue::class, + new BinaryFileValue(['id' => '/foo/bar']), + InvalidArgumentValue::class, ]; } @@ -542,7 +542,10 @@ private function getRouteAwarePathGenerator(): RouteAwarePathGenerator { $mock = $this->createMock(RouteAwarePathGenerator::class); $mock->method('generate') - ->willReturnCallback(static function (string $route, array $routeParameters = []): string { + ->willReturnCallback(static function ( + string $route, + array $routeParameters = [] + ): string { if ($routeParameters) { return '__GENERATED_URI_WITH_PARAMS__'; } diff --git a/tests/lib/FieldType/DateAndTimeTest.php b/tests/lib/FieldType/DateAndTimeTest.php index 9f327df861..c6717265fb 100644 --- a/tests/lib/FieldType/DateAndTimeTest.php +++ b/tests/lib/FieldType/DateAndTimeTest.php @@ -9,7 +9,9 @@ use DateInterval; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; +use Ibexa\Core\FieldType\DateAndTime\Type; use Ibexa\Core\FieldType\DateAndTime\Type as DateAndTime; +use Ibexa\Core\FieldType\DateAndTime\Value; use Ibexa\Core\FieldType\DateAndTime\Value as DateAndTimeValue; use stdClass; @@ -108,13 +110,15 @@ public function provideInputForToHash(): iterable /** * @dataProvider provideInputForFromHash * - * @param \Ibexa\Core\FieldType\DateAndTime\Value $expectedResult + * @param Value $expectedResult */ - public function testFromHash(mixed $inputHash, mixed $expectedResult): void - { + public function testFromHash( + mixed $inputHash, + mixed $expectedResult + ): void { $this->assertIsValidHashValue($inputHash); - /** @var \Ibexa\Core\FieldType\DateAndTime\Type $fieldType */ + /** @var Type $fieldType */ $fieldType = $this->getFieldTypeUnderTest(); $actualResult = $fieldType->fromHash($inputHash); @@ -164,11 +168,13 @@ public function provideInputForFromHash(): iterable * * @throws \DateMalformedIntervalStringException */ - public function testTimeStringFromHash(mixed $inputHash, string $intervalSpec): void - { + public function testTimeStringFromHash( + mixed $inputHash, + string $intervalSpec + ): void { $this->assertIsValidHashValue($inputHash); - /** @var \Ibexa\Core\FieldType\DateAndTime\Type $fieldType */ + /** @var Type $fieldType */ $fieldType = $this->getFieldTypeUnderTest(); $expectedResult = new DateAndTimeValue(new \DateTime()); diff --git a/tests/lib/FieldType/EmailAddressTest.php b/tests/lib/FieldType/EmailAddressTest.php index 35ab8ebc7c..996851f2b0 100644 --- a/tests/lib/FieldType/EmailAddressTest.php +++ b/tests/lib/FieldType/EmailAddressTest.php @@ -26,7 +26,10 @@ protected function createFieldTypeUnderTest(): EmailAddressType ->method('transformByGroup') ->with(self::anything(), 'lowercase') ->willReturnCallback( - static function ($value, $group): string { + static function ( + $value, + $group + ): string { return strtolower($value); } ); diff --git a/tests/lib/FieldType/EmailAddressValidatorTest.php b/tests/lib/FieldType/EmailAddressValidatorTest.php index 6bb24f9657..985ef17f64 100644 --- a/tests/lib/FieldType/EmailAddressValidatorTest.php +++ b/tests/lib/FieldType/EmailAddressValidatorTest.php @@ -7,6 +7,7 @@ namespace Ibexa\Tests\Core\FieldType; +use Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException; use Ibexa\Core\FieldType\EmailAddress\Value as EmailAddressValue; use Ibexa\Core\FieldType\Validator; use Ibexa\Core\FieldType\Validator\EmailAddressValidator; @@ -33,7 +34,7 @@ public function testConstructor(): void /** * Tests setting and getting constraints. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException + * @throws PropertyNotFoundException */ public function testConstraintsInitializeGet(): void { diff --git a/tests/lib/FieldType/FieldTypeMockTest.php b/tests/lib/FieldType/FieldTypeMockTest.php index 3ad0eeb9cf..7da9a8209c 100644 --- a/tests/lib/FieldType/FieldTypeMockTest.php +++ b/tests/lib/FieldType/FieldTypeMockTest.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\FieldType\FieldType; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class FieldTypeMockTest extends TestCase @@ -17,7 +18,7 @@ public function testApplyDefaultSettingsThrowsInvalidArgumentException(): void { $this->expectException(InvalidArgumentException::class); - /** @var \Ibexa\Core\FieldType\FieldType|\PHPUnit\Framework\MockObject\MockObject $stub */ + /** @var FieldType|MockObject $stub */ $stub = $this->getMockForAbstractClass( FieldType::class, [], @@ -35,9 +36,11 @@ public function testApplyDefaultSettingsThrowsInvalidArgumentException(): void * * @covers \Ibexa\Core\FieldType\FieldType::applyDefaultSettings */ - public function testApplyDefaultSettings(mixed $initialSettings, mixed $expectedSettings): void - { - /** @var \Ibexa\Core\FieldType\FieldType|\PHPUnit\Framework\MockObject\MockObject $stub */ + public function testApplyDefaultSettings( + mixed $initialSettings, + mixed $expectedSettings + ): void { + /** @var FieldType|MockObject $stub */ $stub = $this->getMockForAbstractClass( FieldType::class, [], @@ -166,7 +169,7 @@ public function testApplyDefaultValidatorConfigurationEmptyThrowsInvalidArgument { $this->expectException(InvalidArgumentException::class); - /** @var \Ibexa\Core\FieldType\FieldType|\PHPUnit\Framework\MockObject\MockObject $stub */ + /** @var FieldType|MockObject $stub */ $stub = $this->getMockForAbstractClass( FieldType::class, [], @@ -180,11 +183,11 @@ public function testApplyDefaultValidatorConfigurationEmptyThrowsInvalidArgument } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testApplyDefaultValidatorConfigurationEmpty(): void { - /** @var \Ibexa\Core\FieldType\FieldType|\PHPUnit\Framework\MockObject\MockObject $stub */ + /** @var FieldType|MockObject $stub */ $stub = $this->getMockForAbstractClass( FieldType::class, [], @@ -211,11 +214,13 @@ public function testApplyDefaultValidatorConfigurationEmpty(): void /** * @dataProvider providerForTestApplyDefaultValidatorConfiguration * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function testApplyDefaultValidatorConfiguration(mixed $initialConfiguration, mixed $expectedConfiguration): void - { - /** @var \Ibexa\Core\FieldType\FieldType|\PHPUnit\Framework\MockObject\MockObject $stub */ + public function testApplyDefaultValidatorConfiguration( + mixed $initialConfiguration, + mixed $expectedConfiguration + ): void { + /** @var FieldType|MockObject $stub */ $stub = $this->getMockForAbstractClass( FieldType::class, [], diff --git a/tests/lib/FieldType/FieldTypeTestCase.php b/tests/lib/FieldType/FieldTypeTestCase.php index c7bf807e81..cd8b2c8aeb 100644 --- a/tests/lib/FieldType/FieldTypeTestCase.php +++ b/tests/lib/FieldType/FieldTypeTestCase.php @@ -52,8 +52,10 @@ protected function getFieldTypeUnderTest(): FieldType & Comparable /** * @dataProvider provideInputForValuesEqual */ - public function testValuesEqual(mixed $inputValue1Hash, SPIValue $inputValue2): void - { + public function testValuesEqual( + mixed $inputValue1Hash, + SPIValue $inputValue2 + ): void { $fieldType = $this->getFieldTypeUnderTest(); $inputValue1 = $fieldType->fromHash($inputValue1Hash); diff --git a/tests/lib/FieldType/FileSizeValidatorTest.php b/tests/lib/FieldType/FileSizeValidatorTest.php index 9dbb25c6bd..764cf74324 100644 --- a/tests/lib/FieldType/FileSizeValidatorTest.php +++ b/tests/lib/FieldType/FileSizeValidatorTest.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException; use Ibexa\Contracts\Core\Repository\Values\Translation\Message; +use Ibexa\Core\FieldType\BinaryFile\Value; use Ibexa\Core\FieldType\Validator; use Ibexa\Core\FieldType\Validator\FileSizeValidator; use PHPUnit\Framework\TestCase; @@ -35,7 +36,7 @@ public function testConstructor(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException + * @throws PropertyNotFoundException */ public function testConstraintsInitializeGet(): void { @@ -122,7 +123,7 @@ public function testValidateCorrectValues($size) /** * @param int $size * - * @return \Ibexa\Core\FieldType\BinaryFile\Value + * @return Value */ protected function getBinaryFileValue($size) { @@ -149,8 +150,11 @@ public function providerForValidateOK() * * @covers \Ibexa\Core\FieldType\Validator\FileSizeValidator::validate */ - public function testValidateWrongValues($size, $message, $values) - { + public function testValidateWrongValues( + $size, + $message, + $values + ) { self::markTestSkipped('BinaryFile field type does not use this validator anymore.'); $validator = new FileSizeValidator(); $validator->maxFileSize = $this->getMaxFileSize(); @@ -232,8 +236,11 @@ public function providerForValidateConstraintsOK(): array * @param string[] $expectedMessages * @param array $values */ - public function testValidateConstraintsWrongValues(array $constraints, array $expectedMessages, array $values): void - { + public function testValidateConstraintsWrongValues( + array $constraints, + array $expectedMessages, + array $values + ): void { $validator = new FileSizeValidator(); $messages = $validator->validateConstraints($constraints); diff --git a/tests/lib/FieldType/Generic/GenericTest.php b/tests/lib/FieldType/Generic/GenericTest.php index cd997c6d76..182a49020d 100644 --- a/tests/lib/FieldType/Generic/GenericTest.php +++ b/tests/lib/FieldType/Generic/GenericTest.php @@ -39,10 +39,12 @@ protected function setUp(): void /** * @dataProvider provideValidDataForValidate * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function testValidateValid(array $fieldDefinitionData, Value $value): void - { + public function testValidateValid( + array $fieldDefinitionData, + Value $value + ): void { $this->validator ->method('validate') ->with($value, null) @@ -54,10 +56,13 @@ public function testValidateValid(array $fieldDefinitionData, Value $value): voi /** * @dataProvider provideInvalidDataForValidate * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function testValidateInvalid(array $fieldDefinitionData, FieldTypeValue $value, array $errors): void - { + public function testValidateInvalid( + array $fieldDefinitionData, + FieldTypeValue $value, + array $errors + ): void { $constraintViolationList = new ConstraintViolationList( array_map( static fn (ValidationError $error) => new ConstraintViolation( @@ -186,7 +191,10 @@ private function createSerializerMock(): ValueSerializerInterface $serializer ->method('denormalize') - ->willReturnCallback(static function (array $data, string $valueClass) { + ->willReturnCallback(static function ( + array $data, + string $valueClass + ) { self::assertEquals(GenericFieldValueStub::class, $valueClass); return new GenericFieldValueStub($data['value']); diff --git a/tests/lib/FieldType/Generic/ValueSerializer/SymfonySerializerAdapterTest.php b/tests/lib/FieldType/Generic/ValueSerializer/SymfonySerializerAdapterTest.php index f564441e91..cfad8a53f1 100644 --- a/tests/lib/FieldType/Generic/ValueSerializer/SymfonySerializerAdapterTest.php +++ b/tests/lib/FieldType/Generic/ValueSerializer/SymfonySerializerAdapterTest.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Core\FieldType\ValueSerializer\SymfonySerializerAdapter; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\Serializer\Encoder\DecoderInterface; use Symfony\Component\Serializer\Encoder\EncoderInterface; @@ -21,19 +22,19 @@ class SymfonySerializerAdapterTest extends TestCase private const TEST_FORMAT = 'csv'; private const TEST_CONTEXT = ['foo' => 'bar']; - /** @var \Symfony\Component\Serializer\Normalizer\NormalizerInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var NormalizerInterface|MockObject */ private $normalizer; - /** @var \Symfony\Component\Serializer\Normalizer\DenormalizerInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var DenormalizerInterface|MockObject */ private $denomalizer; - /** @var \Symfony\Component\Serializer\Encoder\EncoderInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var EncoderInterface|MockObject */ private $encoder; - /** @var \Symfony\Component\Serializer\Encoder\DecoderInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var DecoderInterface|MockObject */ private $decoder; - /** @var \Ibexa\Core\FieldType\ValueSerializer\SymfonySerializerAdapter */ + /** @var SymfonySerializerAdapter */ private $adapter; protected function setUp(): void diff --git a/tests/lib/FieldType/Image/IO/LegacyTest.php b/tests/lib/FieldType/Image/IO/LegacyTest.php index 682c2f8948..b4c0f9bbe7 100644 --- a/tests/lib/FieldType/Image/IO/LegacyTest.php +++ b/tests/lib/FieldType/Image/IO/LegacyTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\FieldType\Image\IO; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\FieldType\Image\IO\Legacy as LegacyIOService; @@ -87,7 +88,7 @@ public function testExists(): void /** * Standard binary file, with regular id. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testLoadBinaryFile(): void { @@ -111,7 +112,7 @@ public function testLoadBinaryFile(): void /** * Load from an internal draft binary file path. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testLoadBinaryFileDraftInternalPath(): void { @@ -136,7 +137,7 @@ public function testLoadBinaryFileDraftInternalPath(): void /** * Load from an internal published binary file path. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testLoadBinaryFilePublishedInternalPath(): void { @@ -161,7 +162,7 @@ public function testLoadBinaryFilePublishedInternalPath(): void /** * Load from an external draft binary file path. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testLoadBinaryFileDraftExternalPath(): void { @@ -187,7 +188,7 @@ public function testLoadBinaryFileDraftExternalPath(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testLoadBinaryFileByUriWithPublishedFile(): void { @@ -206,7 +207,7 @@ public function testLoadBinaryFileByUriWithPublishedFile(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testLoadBinaryFileByUriWithDraftFile(): void { @@ -232,7 +233,7 @@ public function testLoadBinaryFileByUriWithDraftFile(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testGetFileContents(): void { @@ -261,7 +262,7 @@ public function testGetFileContents(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testGetFileContentsOfDraft(): void { @@ -290,7 +291,7 @@ public function testGetFileContentsOfDraft(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testGetMimeType(): void { @@ -318,7 +319,7 @@ public function testGetMimeType(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testGetMimeTypeOfDraft(): void { @@ -346,7 +347,7 @@ public function testGetMimeTypeOfDraft(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testCreateBinaryFile(): void { @@ -385,7 +386,7 @@ public function testGetUri(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testGetFileInputStream(): void { @@ -405,7 +406,7 @@ public function testGetFileInputStream(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testDeleteBinaryFile(): void { @@ -421,7 +422,7 @@ public function testDeleteBinaryFile(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testNewBinaryCreateStructFromUploadedFile(): void { diff --git a/tests/lib/FieldType/Image/PathGenerator/LegacyPathGeneratorTest.php b/tests/lib/FieldType/Image/PathGenerator/LegacyPathGeneratorTest.php index 807839ab92..12e90bebc5 100644 --- a/tests/lib/FieldType/Image/PathGenerator/LegacyPathGeneratorTest.php +++ b/tests/lib/FieldType/Image/PathGenerator/LegacyPathGeneratorTest.php @@ -22,8 +22,10 @@ class LegacyPathGeneratorTest extends TestCase * * @dataProvider provideStoragePathForFieldData */ - public function testGetStoragePathForField($data, $expectedPath) - { + public function testGetStoragePathForField( + $data, + $expectedPath + ) { $pathGenerator = new LegacyPathGenerator(); self::assertEquals( diff --git a/tests/lib/FieldType/ImageAsset/AssetMapperTest.php b/tests/lib/FieldType/ImageAsset/AssetMapperTest.php index 3cfdcb09ec..b8e0d20f2a 100644 --- a/tests/lib/FieldType/ImageAsset/AssetMapperTest.php +++ b/tests/lib/FieldType/ImageAsset/AssetMapperTest.php @@ -23,22 +23,23 @@ use Ibexa\Core\Repository\Values\Content\VersionInfo; use Ibexa\Core\Repository\Values\ContentType\ContentType; use Ibexa\Core\Repository\Values\ContentType\FieldDefinition; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class AssetMapperTest extends TestCase { public const EXAMPLE_CONTENT_ID = 487; - /** @var \Ibexa\Contracts\Core\Repository\ContentService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ContentService|MockObject */ private $contentService; - /** @var \Ibexa\Contracts\Core\Repository\LocationService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var LocationService|MockObject */ private $locationService; - /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var \Ibexa\Contracts\Core\Repository\ContentTypeService|MockObject */ private $contentTypeService; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ConfigResolverInterface|MockObject */ private $configResolver; /** @var array */ @@ -211,8 +212,11 @@ public function testGetAssetValueThrowsInvalidArgumentException(): void /** * @dataProvider dataProviderForIsAsset */ - public function testIsAsset(int $contentContentTypeId, int $assetContentTypeId, bool $expected): void - { + public function testIsAsset( + int $contentContentTypeId, + int $assetContentTypeId, + bool $expected + ): void { $assetContentType = new ContentType([ 'id' => $assetContentTypeId, ]); @@ -324,7 +328,7 @@ private function createContentWithContentType(int $contentTypeId): Content } /** - * @return \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface|\PHPUnit\Framework\MockObject\MockObject + * @return ConfigResolverInterface|MockObject */ private function mockConfigResolver(): ConfigResolverInterface { diff --git a/tests/lib/FieldType/ImageAssetTest.php b/tests/lib/FieldType/ImageAssetTest.php index 430fcda201..8aeef65897 100644 --- a/tests/lib/FieldType/ImageAssetTest.php +++ b/tests/lib/FieldType/ImageAssetTest.php @@ -251,7 +251,7 @@ public function provideValidDataForValidate(): iterable /** * @dataProvider provideDataForTestValidateValidNonEmptyAssetValue * - * @param array<\Ibexa\Core\FieldType\ValidationError> $expectedValidationErrors + * @param array $expectedValidationErrors */ public function testValidateValidNonEmptyAssetValue( int $fileSize, @@ -360,7 +360,7 @@ public function testGetName( array $fieldSettings = [], string $languageCode = 'en_GB' ): void { - /** @var \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition|\PHPUnit\Framework\MockObject\MockObject $fieldDefinitionMock */ + /** @var FieldDefinition|MockObject $fieldDefinitionMock */ $fieldDefinitionMock = $this->createMock(FieldDefinition::class); $fieldDefinitionMock->method('getFieldSettings')->willReturn($fieldSettings); diff --git a/tests/lib/FieldType/KeywordTest.php b/tests/lib/FieldType/KeywordTest.php index e0214b812c..9114503389 100644 --- a/tests/lib/FieldType/KeywordTest.php +++ b/tests/lib/FieldType/KeywordTest.php @@ -9,6 +9,7 @@ use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\FieldType\Keyword\Type as KeywordType; +use Ibexa\Core\FieldType\Keyword\Value; use Ibexa\Core\FieldType\Keyword\Value as KeywordValue; use Ibexa\Core\FieldType\ValidationError; @@ -121,7 +122,7 @@ public function provideDataForGetName(): array } /** - * @return iterable, 1: \Ibexa\Core\FieldType\Keyword\Value}> + * @return iterable, 1: Value}> */ public function provideValidDataForValidate(): iterable { diff --git a/tests/lib/FieldType/RelationTest.php b/tests/lib/FieldType/RelationTest.php index 275742017c..89e917e205 100644 --- a/tests/lib/FieldType/RelationTest.php +++ b/tests/lib/FieldType/RelationTest.php @@ -291,7 +291,7 @@ public function testGetName( array $fieldSettings = [], string $languageCode = 'en_GB' ): void { - /** @var \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition|\PHPUnit\Framework\MockObject\MockObject $fieldDefinitionMock */ + /** @var FieldDefinition|MockObject $fieldDefinitionMock */ $fieldDefinitionMock = $this->createMock(FieldDefinition::class); $fieldDefinitionMock->method('getFieldSettings')->willReturn($fieldSettings); diff --git a/tests/lib/FieldType/Url/UrlStorageTest.php b/tests/lib/FieldType/Url/UrlStorageTest.php index 9d8c0c9857..79827eb462 100644 --- a/tests/lib/FieldType/Url/UrlStorageTest.php +++ b/tests/lib/FieldType/Url/UrlStorageTest.php @@ -12,6 +12,8 @@ use Ibexa\Contracts\Core\Persistence\Content\FieldValue; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo; use Ibexa\Core\FieldType\Url\UrlStorage; +use Ibexa\Core\FieldType\Url\UrlStorage\Gateway; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Psr\Log\LoggerInterface; @@ -212,9 +214,9 @@ public function testHasFieldData() } /** - * @param \Ibexa\Contracts\Core\FieldType\StorageGatewayInterface $gateway + * @param StorageGatewayInterface $gateway * - * @return \Ibexa\Core\FieldType\Url\UrlStorage|\PHPUnit\Framework\MockObject\MockObject + * @return UrlStorage|MockObject */ protected function getPartlyMockedStorage(StorageGatewayInterface $gateway) { @@ -229,11 +231,11 @@ protected function getPartlyMockedStorage(StorageGatewayInterface $gateway) ->getMock(); } - /** @var \Psr\Log\LoggerInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var LoggerInterface|MockObject */ protected $loggerMock; /** - * @return \Psr\Log\LoggerInterface|\PHPUnit\Framework\MockObject\MockObject + * @return LoggerInterface|MockObject */ protected function getLoggerMock() { @@ -246,16 +248,16 @@ protected function getLoggerMock() return $this->loggerMock; } - /** @var \Ibexa\Core\FieldType\Url\UrlStorage\Gateway|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Gateway|MockObject */ protected $gatewayMock; /** - * @return \Ibexa\Core\FieldType\Url\UrlStorage\Gateway|\PHPUnit\Framework\MockObject\MockObject + * @return Gateway|MockObject */ protected function getGatewayMock() { if (!isset($this->gatewayMock)) { - $this->gatewayMock = $this->createMock(UrlStorage\Gateway::class); + $this->gatewayMock = $this->createMock(Gateway::class); } return $this->gatewayMock; diff --git a/tests/lib/FieldType/UserTest.php b/tests/lib/FieldType/UserTest.php index 14936f42ac..43b9f4a754 100644 --- a/tests/lib/FieldType/UserTest.php +++ b/tests/lib/FieldType/UserTest.php @@ -17,6 +17,7 @@ use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\FieldType\User\Type; use Ibexa\Core\FieldType\User\Type as UserType; +use Ibexa\Core\FieldType\User\Value; use Ibexa\Core\FieldType\User\Value as UserValue; use Ibexa\Core\FieldType\ValidationError; use Ibexa\Core\Persistence\Cache\UserHandler; @@ -206,7 +207,7 @@ public function provideInvalidDataForValidate(): iterable * * @dataProvider providerForTestValidate * - * @param \Ibexa\Core\FieldType\User\Value $userValue + * @param Value $userValue * @param array $expectedValidationErrors * @param callable|null $loadByLoginBehaviorCallback * @@ -359,8 +360,10 @@ public function testEmailAlreadyTaken(): void * * @dataProvider providerForTestCreatePersistenceValue */ - public function testCreatePersistenceValue(array $userValueDate, array $expectedFieldValueExternalData): void - { + public function testCreatePersistenceValue( + array $userValueDate, + array $expectedFieldValueExternalData + ): void { $passwordHashServiceMock = $this->createMock(PasswordHashService::class); $passwordHashServiceMock->method('getDefaultHashType')->willReturn(RepositoryUser::DEFAULT_PASSWORD_HASH); $userType = new UserType( diff --git a/tests/lib/FieldType/ValidationErrorTest.php b/tests/lib/FieldType/ValidationErrorTest.php index fe2367e549..435b23118a 100644 --- a/tests/lib/FieldType/ValidationErrorTest.php +++ b/tests/lib/FieldType/ValidationErrorTest.php @@ -19,13 +19,15 @@ final class ValidationErrorTest extends TestCase /** * @dataProvider getDataForTestGetTranslatableMessage */ - public function testGetTranslatableMessage(ValidationError $validationError, string $expectedMessage): void - { + public function testGetTranslatableMessage( + ValidationError $validationError, + string $expectedMessage + ): void { self::assertSame($expectedMessage, (string)$validationError->getTranslatableMessage()); } /** - * @phpstan-return iterable + * @phpstan-return iterable */ public static function getDataForTestGetTranslatableMessage(): iterable { diff --git a/tests/lib/FieldType/Validator/BaseNumericValidatorTestCase.php b/tests/lib/FieldType/Validator/BaseNumericValidatorTestCase.php index a664bfc87c..cd8b253077 100644 --- a/tests/lib/FieldType/Validator/BaseNumericValidatorTestCase.php +++ b/tests/lib/FieldType/Validator/BaseNumericValidatorTestCase.php @@ -139,8 +139,10 @@ final public function providerForValidateConstraintsKO(): iterable * * @dataProvider providerForValidateConstraintsKO */ - final public function testValidateConstraintsWrongValues(array $constraints, array $expectedMessages): void - { + final public function testValidateConstraintsWrongValues( + array $constraints, + array $expectedMessages + ): void { $validator = $this->getValidatorInstance(); $messages = $validator->validateConstraints($constraints); @@ -201,7 +203,7 @@ public function testValidateConstraintsCorrectValues(array $data): void * * @param array $constraints * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException + * @throws PropertyNotFoundException */ final public function testConstraintsInitializeGet(array $constraints): void { @@ -232,10 +234,12 @@ final public function testConstraintsSetGet(array $constraints): void } /** - * @param \Ibexa\Contracts\Core\FieldType\ValidationError[] $actualMessages + * @param ValidationError[] $actualMessages */ - protected static function assertWrongValueValidationMessage(array $actualMessages, string $expectedMessage): void - { + protected static function assertWrongValueValidationMessage( + array $actualMessages, + string $expectedMessage + ): void { self::assertCount(1, $actualMessages); self::assertInstanceOf( ValidationError::class, diff --git a/tests/lib/FieldType/Validator/FloatValueValidatorTest.php b/tests/lib/FieldType/Validator/FloatValueValidatorTest.php index 92b8db737c..2ded0a062e 100644 --- a/tests/lib/FieldType/Validator/FloatValueValidatorTest.php +++ b/tests/lib/FieldType/Validator/FloatValueValidatorTest.php @@ -132,8 +132,10 @@ public function providerForValidateOK(): array /** * @dataProvider providerForValidateKO */ - public function testValidateWrongValues(float $value, string $message): void - { + public function testValidateWrongValues( + float $value, + string $message + ): void { $validator = $this->getValidatorInstance(); $validator->minFloatValue = $this->getMinFloatValue(); $validator->maxFloatValue = $this->getMaxFloatValue(); diff --git a/tests/lib/FieldType/Validator/IntegerValueValidatorTest.php b/tests/lib/FieldType/Validator/IntegerValueValidatorTest.php index 0caa83823b..2f68fb9cc1 100644 --- a/tests/lib/FieldType/Validator/IntegerValueValidatorTest.php +++ b/tests/lib/FieldType/Validator/IntegerValueValidatorTest.php @@ -119,8 +119,10 @@ public function providerForValidateOK(): array * * @dataProvider providerForValidateKO */ - public function testValidateWrongValues(int $value, string $message): void - { + public function testValidateWrongValues( + int $value, + string $message + ): void { $validator = $this->getValidatorInstance(); $validator->minIntegerValue = $this->getMinIntegerValue(); $validator->maxIntegerValue = $this->getMaxIntegerValue(); diff --git a/tests/lib/FieldType/Validator/StringLengthValidatorTest.php b/tests/lib/FieldType/Validator/StringLengthValidatorTest.php index e34506e7ef..2653c19910 100644 --- a/tests/lib/FieldType/Validator/StringLengthValidatorTest.php +++ b/tests/lib/FieldType/Validator/StringLengthValidatorTest.php @@ -51,7 +51,7 @@ public function testConstructor(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\PropertyNotFoundException + * @throws PropertyNotFoundException */ public function testConstraintsInitializeGet(): void { @@ -283,8 +283,10 @@ public function providerForValidateConstraintsOK(): array * @param array $constraints * @param string[] $expectedMessages */ - public function testValidateConstraintsWrongValues(array $constraints, array $expectedMessages): void - { + public function testValidateConstraintsWrongValues( + array $constraints, + array $expectedMessages + ): void { $validator = new StringLengthValidator(); $messages = $validator->validateConstraints($constraints); diff --git a/tests/lib/Helper/ContentInfoLocationLoader/SudoMainLocationLoaderTest.php b/tests/lib/Helper/ContentInfoLocationLoader/SudoMainLocationLoaderTest.php index 7f7fd31990..2f6817a56f 100644 --- a/tests/lib/Helper/ContentInfoLocationLoader/SudoMainLocationLoaderTest.php +++ b/tests/lib/Helper/ContentInfoLocationLoader/SudoMainLocationLoaderTest.php @@ -18,11 +18,12 @@ use Ibexa\Core\Repository\Permission\PermissionResolver; use Ibexa\Core\Repository\Repository; use Ibexa\Core\Repository\Values\Content\Location; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class SudoMainLocationLoaderTest extends TestCase { - /** @var \Ibexa\Core\Helper\ContentInfoLocationLoader\SudoMainLocationLoader */ + /** @var SudoMainLocationLoader */ private $loader; protected function setUp(): void @@ -99,7 +100,7 @@ public function testLoadLocationError() } /** - * @return \Ibexa\Core\Repository\Repository|\PHPUnit\Framework\MockObject\MockObject + * @return Repository|MockObject */ private function getRepositoryMock() { @@ -124,7 +125,7 @@ private function getRepositoryMock() } /** - * @return \Ibexa\Contracts\Core\Repository\LocationService|\PHPUnit\Framework\MockObject\MockObject + * @return LocationService|MockObject */ private function getLocationServiceMock() { @@ -140,7 +141,7 @@ private function getLocationServiceMock() } /** - * @return \Ibexa\Core\Repository\Permission\PermissionResolver|\PHPUnit\Framework\MockObject\MockObject + * @return PermissionResolver|MockObject */ private function getPermissionResolverMock() { diff --git a/tests/lib/Helper/ContentPreviewHelperTest.php b/tests/lib/Helper/ContentPreviewHelperTest.php index 59afe15726..5e18e6c1f4 100644 --- a/tests/lib/Helper/ContentPreviewHelperTest.php +++ b/tests/lib/Helper/ContentPreviewHelperTest.php @@ -14,18 +14,19 @@ use Ibexa\Core\MVC\Symfony\MVCEvents; use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessRouterInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\EventDispatcher\EventDispatcherInterface; class ContentPreviewHelperTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $eventDispatcher; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $siteAccessRouter; - /** @var \Ibexa\Core\Helper\ContentPreviewHelper */ + /** @var ContentPreviewHelper */ private $previewHelper; protected function setUp(): void diff --git a/tests/lib/Helper/FieldHelperTest.php b/tests/lib/Helper/FieldHelperTest.php index 175f0f099d..223feca7a7 100644 --- a/tests/lib/Helper/FieldHelperTest.php +++ b/tests/lib/Helper/FieldHelperTest.php @@ -18,17 +18,18 @@ use Ibexa\Core\Helper\FieldHelper; use Ibexa\Core\Helper\TranslationHelper; use Ibexa\Core\Repository\Values\ContentType\FieldType; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class FieldHelperTest extends TestCase { - /** @var \Ibexa\Core\Helper\FieldHelper */ + /** @var FieldHelper */ private $fieldHelper; - /** @var \Ibexa\Contracts\Core\Repository\FieldTypeService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var FieldTypeService|MockObject */ private $fieldTypeServiceMock; - /** @var \Ibexa\Core\Helper\TranslationHelper|\PHPUnit\Framework\MockObject\MockObject */ + /** @var TranslationHelper|MockObject */ private $translationHelper; protected function setUp(): void diff --git a/tests/lib/Helper/FieldsGroups/ArrayTranslatorFieldsGroupsListTest.php b/tests/lib/Helper/FieldsGroups/ArrayTranslatorFieldsGroupsListTest.php index be0bb404ba..47c65dde96 100644 --- a/tests/lib/Helper/FieldsGroups/ArrayTranslatorFieldsGroupsListTest.php +++ b/tests/lib/Helper/FieldsGroups/ArrayTranslatorFieldsGroupsListTest.php @@ -109,7 +109,7 @@ private function getArrayTranslatorFieldsGroupsList( } /** - * @return \Symfony\Contracts\Translation\TranslatorInterface|\PHPUnit\Framework\MockObject\MockObject + * @return TranslatorInterface|MockObject */ private function getTranslatorMock(): MockObject { @@ -136,7 +136,7 @@ private function applyTranslationsForTranslationsMock(): void /** * @param array $constructorArgs * - * @return \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition|\PHPUnit\Framework\MockObject\MockObject + * @return FieldDefinition|MockObject */ private function getFieldDefinitionMock(array $constructorArgs = []): MockObject { diff --git a/tests/lib/Helper/PreviewLocationProviderTest.php b/tests/lib/Helper/PreviewLocationProviderTest.php index c6735e3e09..66c595b128 100644 --- a/tests/lib/Helper/PreviewLocationProviderTest.php +++ b/tests/lib/Helper/PreviewLocationProviderTest.php @@ -7,6 +7,7 @@ namespace Ibexa\Tests\Core\Helper; +use Ibexa\Contracts\Core\Persistence\Content\Location\Handler; use Ibexa\Contracts\Core\Persistence\Content\Location\Handler as SPILocationHandler; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo as APIContentInfo; @@ -15,17 +16,18 @@ use Ibexa\Core\Repository\Values\Content\Content; use Ibexa\Core\Repository\Values\Content\Location; use Ibexa\Core\Repository\Values\Content\VersionInfo; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class PreviewLocationProviderTest extends TestCase { - /** @var \Ibexa\Contracts\Core\Repository\LocationService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var LocationService|MockObject */ private $locationService; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $locationHandler; - /** @var \Ibexa\Core\Helper\PreviewLocationProvider */ + /** @var PreviewLocationProvider */ private $provider; protected function setUp(): void @@ -105,8 +107,11 @@ public function testGetPreviewLocationNoLocation() self::assertNull($this->provider->loadMainLocationByContent($content)); } - private function getContentMock(int $contentId, ?int $mainLocationId = null, bool $published = false): Content - { + private function getContentMock( + int $contentId, + ?int $mainLocationId = null, + bool $published = false + ): Content { $contentInfo = new APIContentInfo([ 'id' => $contentId, 'mainLocationId' => $mainLocationId, diff --git a/tests/lib/Helper/TranslationHelperTest.php b/tests/lib/Helper/TranslationHelperTest.php index a5aea4f013..0a59752d89 100644 --- a/tests/lib/Helper/TranslationHelperTest.php +++ b/tests/lib/Helper/TranslationHelperTest.php @@ -14,6 +14,7 @@ use Ibexa\Core\Helper\TranslationHelper; use Ibexa\Core\Repository\Values\Content\Content; use Ibexa\Core\Repository\Values\Content\VersionInfo; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Psr\Log\LoggerInterface; @@ -22,21 +23,21 @@ class TranslationHelperTest extends TestCase private const int EXAMPLE_MAIN_LOCATION_ID = 999; private const string EXAMPLE_LANGUAGE_CODE = 'fre-FR'; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var MockObject|ConfigResolverInterface */ private $configResolver; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Contracts\Core\Repository\ContentService */ + /** @var MockObject|ContentService */ private $contentService; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $logger; - /** @var \Ibexa\Core\Helper\TranslationHelper */ + /** @var TranslationHelper */ private $translationHelper; private $siteAccessByLanguages; - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Field[] */ + /** @var Field[] */ private $translatedFields; /** @var string[] */ @@ -75,7 +76,7 @@ protected function setUp(): void } /** - * @return \Ibexa\Core\Repository\Values\Content\Content + * @return Content */ private function generateContent() { @@ -106,8 +107,10 @@ private function generateVersionInfo() * @param array $prioritizedLanguages * @param string $expectedLocale */ - public function testGetTranslatedName(array $prioritizedLanguages, $expectedLocale) - { + public function testGetTranslatedName( + array $prioritizedLanguages, + $expectedLocale + ) { $content = $this->generateContent(); $this->configResolver ->expects(self::once()) @@ -124,8 +127,10 @@ public function testGetTranslatedName(array $prioritizedLanguages, $expectedLoca * @param array $prioritizedLanguages * @param string $expectedLocale */ - public function testGetTranslatedNameByContentInfo(array $prioritizedLanguages, $expectedLocale) - { + public function testGetTranslatedNameByContentInfo( + array $prioritizedLanguages, + $expectedLocale + ) { $versionInfo = $this->generateVersionInfo(); $contentInfo = new ContentInfo([ 'id' => 123, @@ -222,8 +227,10 @@ public function testGetTranslatedNameForcedLanguage() * @param array $prioritizedLanguages * @param string $expectedLocale */ - public function getTranslatedField(array $prioritizedLanguages, $expectedLocale) - { + public function getTranslatedField( + array $prioritizedLanguages, + $expectedLocale + ) { $content = $this->generateContent(); $this->configResolver ->expects(self::once()) @@ -269,8 +276,12 @@ public function testGetTranslationSiteAccessUnkownLanguage() /** * @dataProvider getTranslationSiteAccessProvider */ - public function testGetTranslationSiteAccess($language, array $translationSiteAccesses, array $relatedSiteAccesses, $expectedResult) - { + public function testGetTranslationSiteAccess( + $language, + array $translationSiteAccesses, + array $relatedSiteAccesses, + $expectedResult + ) { $this->configResolver ->expects(self::exactly(2)) ->method('getParameter') diff --git a/tests/lib/IO/ConfigScopeChangeAwareIOServiceTest.php b/tests/lib/IO/ConfigScopeChangeAwareIOServiceTest.php index 8b3e0b1fb6..f8ca0b89e7 100644 --- a/tests/lib/IO/ConfigScopeChangeAwareIOServiceTest.php +++ b/tests/lib/IO/ConfigScopeChangeAwareIOServiceTest.php @@ -14,6 +14,7 @@ use Ibexa\Core\IO\Values\BinaryFile; use Ibexa\Core\IO\Values\BinaryFileCreateStruct; use Ibexa\Core\MVC\Symfony\Event\ScopeChangeEvent; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; final class ConfigScopeChangeAwareIOServiceTest extends TestCase @@ -21,13 +22,13 @@ final class ConfigScopeChangeAwareIOServiceTest extends TestCase protected const PREFIX = 'test-prefix'; protected const PREFIX_PARAMETER_NAME = 'param'; - /** @var \Ibexa\Core\IO\ConfigScopeChangeAwareIOService */ + /** @var ConfigScopeChangeAwareIOService */ protected $ioService; - /** @var \Ibexa\Core\IO\ConfigScopeChangeAwareIOService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ConfigScopeChangeAwareIOService|MockObject */ protected $innerIOService; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ConfigResolverInterface|MockObject */ protected $configResolver; protected function setUp(): void diff --git a/tests/lib/IO/FilePathNormalizer/FlysystemTest.php b/tests/lib/IO/FilePathNormalizer/FlysystemTest.php index 35e933257c..ac978ca02d 100644 --- a/tests/lib/IO/FilePathNormalizer/FlysystemTest.php +++ b/tests/lib/IO/FilePathNormalizer/FlysystemTest.php @@ -11,14 +11,15 @@ use Ibexa\Core\IO\FilePathNormalizer\Flysystem; use Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter; use League\Flysystem\WhitespacePathNormalizer; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; final class FlysystemTest extends TestCase { - /** @var \Ibexa\Core\IO\FilePathNormalizer\Flysystem */ + /** @var Flysystem */ private $filePathNormalizer; - /** @var \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter|\PHPUnit\Framework\MockObject\MockObject */ + /** @var SlugConverter|MockObject */ private $slugConverter; public function setUp(): void diff --git a/tests/lib/IO/Flysystem/Adapter/DynamicPathFilesystemAdapterDecoratorTest.php b/tests/lib/IO/Flysystem/Adapter/DynamicPathFilesystemAdapterDecoratorTest.php index 3c962914c6..f3e95222c5 100644 --- a/tests/lib/IO/Flysystem/Adapter/DynamicPathFilesystemAdapterDecoratorTest.php +++ b/tests/lib/IO/Flysystem/Adapter/DynamicPathFilesystemAdapterDecoratorTest.php @@ -10,9 +10,12 @@ use Ibexa\Core\IO\Flysystem\Adapter\DynamicPathFilesystemAdapterDecorator; use Ibexa\Core\IO\Flysystem\PathPrefixer\PathPrefixerInterface; +use Ibexa\Tests\Core\IO\Flysystem\PathPrefixer\DFSSiteAccessAwarePathPrefixerTest; +use Ibexa\Tests\Core\IO\Flysystem\VisibilityConverter\BaseVisibilityConverterTestCase; use League\Flysystem\Config; use League\Flysystem\FileAttributes; use League\Flysystem\FilesystemAdapter; +use League\Flysystem\FilesystemException; use League\Flysystem\Visibility; use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; @@ -22,8 +25,8 @@ * * Note: SiteAccess-aware dynamic settings resolving aspect has been tested via PathPrefixer * and Visibility converter test cases: - * {@see \Ibexa\Tests\Core\IO\Flysystem\VisibilityConverter\BaseVisibilityConverterTestCase} - * {@see \Ibexa\Tests\Core\IO\Flysystem\PathPrefixer\DFSSiteAccessAwarePathPrefixerTest} + * {@see BaseVisibilityConverterTestCase} + * {@see DFSSiteAccessAwarePathPrefixerTest} */ final class DynamicPathFilesystemAdapterDecoratorTest extends TestCase { @@ -37,7 +40,7 @@ final class DynamicPathFilesystemAdapterDecoratorTest extends TestCase private Config $config; - /** @var \League\Flysystem\FilesystemAdapter&\PHPUnit\Framework\MockObject\MockObject */ + /** @var FilesystemAdapter&MockObject */ private FilesystemAdapter $innerAdapterMock; protected function setUp(): void @@ -57,7 +60,7 @@ protected function setUp(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testWrite(): void { @@ -75,7 +78,7 @@ public function testWrite(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testWriteStream(): void { @@ -101,7 +104,7 @@ public function testWriteStream(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testFileSize(): void { @@ -124,7 +127,7 @@ public function testFileSize(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testFileExists(): void { @@ -141,7 +144,7 @@ public function testFileExists(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testLastModified(): void { @@ -164,7 +167,7 @@ public function testLastModified(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testCopy(): void { @@ -184,7 +187,7 @@ public function testCopy(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testMove(): void { @@ -202,7 +205,7 @@ public function testMove(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testListContents(): void { @@ -240,7 +243,7 @@ public function testListContents(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testRead(): void { @@ -259,7 +262,7 @@ public function testRead(): void /** * @depends testWrite * - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testReadStream(): void { @@ -279,7 +282,7 @@ public function testReadStream(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testCreateDirectory(): void { @@ -296,7 +299,7 @@ public function testCreateDirectory(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testDeleteDirectory(): void { @@ -312,7 +315,7 @@ public function testDeleteDirectory(): void } /** - * @throws \League\Flysystem\FilesystemException + * @throws FilesystemException */ public function testVisibility(): void { @@ -376,8 +379,10 @@ private function createFileAttributesPathMock(string $path): MockObject /** * @param string|int $returnValue */ - private function createFileAttributesMock(string $methodName, $returnValue): MockObject - { + private function createFileAttributesMock( + string $methodName, + $returnValue + ): MockObject { $fileAttributesMock = $this->createMock(FileAttributes::class); $fileAttributesMock ->expects(self::once()) diff --git a/tests/lib/IO/Flysystem/PathPrefixer/BaseSiteAccessAwarePathPrefixerTestCase.php b/tests/lib/IO/Flysystem/PathPrefixer/BaseSiteAccessAwarePathPrefixerTestCase.php index 01b2e3b10c..376c74827b 100644 --- a/tests/lib/IO/Flysystem/PathPrefixer/BaseSiteAccessAwarePathPrefixerTestCase.php +++ b/tests/lib/IO/Flysystem/PathPrefixer/BaseSiteAccessAwarePathPrefixerTestCase.php @@ -45,8 +45,10 @@ public function getDataForTestStripDirectoryPrefix(): iterable /** * @dataProvider getDataForTestPrefixPath */ - final public function testPrefixPath(string $expectedPrefixedPath, string $path): void - { + final public function testPrefixPath( + string $expectedPrefixedPath, + string $path + ): void { self::assertSame( $expectedPrefixedPath, $this->getPrefixer()->prefixPath($path) @@ -56,8 +58,10 @@ final public function testPrefixPath(string $expectedPrefixedPath, string $path) /** * @dataProvider getDataForTestPrefixDirectoryPath */ - final public function testPrefixDirectoryPath(string $expectedPrefixedPath, string $path): void - { + final public function testPrefixDirectoryPath( + string $expectedPrefixedPath, + string $path + ): void { self::assertSame( $expectedPrefixedPath, $this->getPrefixer()->prefixDirectoryPath($path) @@ -67,8 +71,10 @@ final public function testPrefixDirectoryPath(string $expectedPrefixedPath, stri /** * @dataProvider getDataForTestStripPrefixPath */ - final public function testStripPrefix(string $expectedStrippedPath, string $path): void - { + final public function testStripPrefix( + string $expectedStrippedPath, + string $path + ): void { self::assertSame( $expectedStrippedPath, $this->getPrefixer()->stripPrefix($path) @@ -78,8 +84,10 @@ final public function testStripPrefix(string $expectedStrippedPath, string $path /** * @dataProvider getDataForTestStripDirectoryPrefix */ - final public function testStripDirectoryPrefix(string $expectedStrippedPath, string $path): void - { + final public function testStripDirectoryPrefix( + string $expectedStrippedPath, + string $path + ): void { self::assertSame( $expectedStrippedPath, $this->getPrefixer()->stripDirectoryPrefix($path) diff --git a/tests/lib/IO/Flysystem/VisibilityConverter/BaseVisibilityConverterTestCase.php b/tests/lib/IO/Flysystem/VisibilityConverter/BaseVisibilityConverterTestCase.php index 56b35885f3..51aa226cf0 100644 --- a/tests/lib/IO/Flysystem/VisibilityConverter/BaseVisibilityConverterTestCase.php +++ b/tests/lib/IO/Flysystem/VisibilityConverter/BaseVisibilityConverterTestCase.php @@ -9,8 +9,10 @@ namespace Ibexa\Tests\Core\IO\Flysystem\VisibilityConverter; use Ibexa\Core\IO\Flysystem\VisibilityConverter\BaseVisibilityConverter; +use League\Flysystem\UnixVisibility\VisibilityConverter; use League\Flysystem\UnixVisibility\VisibilityConverter as FlysystemVisibilityConverter; use League\Flysystem\Visibility; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -25,7 +27,7 @@ abstract class BaseVisibilityConverterTestCase extends TestCase protected BaseVisibilityConverter $visibilityConverter; - /** @var \League\Flysystem\UnixVisibility\VisibilityConverter&\PHPUnit\Framework\MockObject\MockObject */ + /** @var VisibilityConverter&MockObject */ protected FlysystemVisibilityConverter $innerVisibilityConverterMock; abstract protected function buildVisibilityConverter(): BaseVisibilityConverter; @@ -56,8 +58,10 @@ final protected function setUp(): void /** * @dataProvider getDataForTestForFile */ - final public function testForFile(string $visibility, int $expectedVisibilityFlags): void - { + final public function testForFile( + string $visibility, + int $expectedVisibilityFlags + ): void { self::assertSame( $expectedVisibilityFlags, $this->visibilityConverter->forFile($visibility) @@ -67,8 +71,10 @@ final public function testForFile(string $visibility, int $expectedVisibilityFla /** * @dataProvider getDataForTestForDirectory */ - final public function testForDirectory(string $visibility, int $expectedVisibilityFlags): void - { + final public function testForDirectory( + string $visibility, + int $expectedVisibilityFlags + ): void { self::assertSame( $expectedVisibilityFlags, $this->visibilityConverter->forDirectory($visibility) @@ -78,8 +84,10 @@ final public function testForDirectory(string $visibility, int $expectedVisibili /** * @dataProvider getDataForTestInverseForFile */ - final public function testInverseForFile(int $fileVisibilityFlags, string $expectedVisibility): void - { + final public function testInverseForFile( + int $fileVisibilityFlags, + string $expectedVisibility + ): void { self::assertSame( $expectedVisibility, $this->visibilityConverter->inverseForFile($fileVisibilityFlags) diff --git a/tests/lib/IO/IOBinarydataHandler/FlysystemTest.php b/tests/lib/IO/IOBinarydataHandler/FlysystemTest.php index f0bd268204..104948bd86 100644 --- a/tests/lib/IO/IOBinarydataHandler/FlysystemTest.php +++ b/tests/lib/IO/IOBinarydataHandler/FlysystemTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Core\IO\IOBinarydataHandler; use Ibexa\Contracts\Core\IO\BinaryFileCreateStruct as SPIBinaryFileCreateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\IO\Exception\BinaryFileNotFoundException; use Ibexa\Core\IO\IOBinarydataHandler; use Ibexa\Core\IO\IOBinarydataHandler\Flysystem; @@ -85,7 +86,7 @@ public function testDeleteNotFound(): void } /** - * @throws \Ibexa\Core\IO\Exception\BinaryFileNotFoundException + * @throws BinaryFileNotFoundException */ public function testGetContents(): void { @@ -117,7 +118,7 @@ public function testGetContentsNotFound(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function testGetResource(): void { @@ -137,7 +138,7 @@ public function testGetResource(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function testGetResourceNotFound(): void { diff --git a/tests/lib/IO/IOMetadataHandler/FlysystemTest.php b/tests/lib/IO/IOMetadataHandler/FlysystemTest.php index 88ae2c8324..7a0c10a001 100644 --- a/tests/lib/IO/IOMetadataHandler/FlysystemTest.php +++ b/tests/lib/IO/IOMetadataHandler/FlysystemTest.php @@ -10,27 +10,31 @@ use DateTime; use Ibexa\Contracts\Core\IO\BinaryFile as SPIBinaryFile; use Ibexa\Contracts\Core\IO\BinaryFileCreateStruct as SPIBinaryFileCreateStruct; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\IO\Exception\BinaryFileNotFoundException; +use Ibexa\Core\IO\IOMetadataHandler; use Ibexa\Core\IO\IOMetadataHandler\Flysystem; +use League\Flysystem\FilesystemOperator; use League\Flysystem\UnableToRetrieveMetadata; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class FlysystemTest extends TestCase { - /** @var \Ibexa\Core\IO\IOMetadataHandler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var IOMetadataHandler|MockObject */ private $handler; - /** @var \League\Flysystem\FilesystemOperator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var FilesystemOperator|MockObject */ private $filesystem; protected function setUp(): void { - $this->filesystem = $this->createMock(\League\Flysystem\FilesystemOperator::class); + $this->filesystem = $this->createMock(FilesystemOperator::class); $this->handler = new Flysystem($this->filesystem); } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function testCreate(): void { @@ -112,8 +116,10 @@ public function testLoadNotFound(): void /** * @dataProvider getDataForFileExists */ - public function testExists(string $filePath, bool $exists): void - { + public function testExists( + string $filePath, + bool $exists + ): void { $this->filesystem ->expects(self::once()) ->method('fileExists') diff --git a/tests/lib/IO/IOMetadataHandler/LegacyDFSClusterTest.php b/tests/lib/IO/IOMetadataHandler/LegacyDFSClusterTest.php index beef55336e..5213dc3d29 100644 --- a/tests/lib/IO/IOMetadataHandler/LegacyDFSClusterTest.php +++ b/tests/lib/IO/IOMetadataHandler/LegacyDFSClusterTest.php @@ -27,10 +27,10 @@ class LegacyDFSClusterTest extends TestCase private Connection & MockObject $dbalMock; - /** @var \Doctrine\DBAL\Query\QueryBuilder&\PHPUnit\Framework\MockObject\MockObject */ + /** @var QueryBuilder&MockObject */ private QueryBuilder & MockObject $qbMock; - private UrlDecorator&MockObject $urlDecoratorMock; + private UrlDecorator & MockObject $urlDecoratorMock; protected function setUp(): void { @@ -50,7 +50,7 @@ protected function setUp(): void } /** - * @return iterable + * @return iterable */ public function providerCreate(): iterable { @@ -64,8 +64,13 @@ public function providerCreate(): iterable /** * @dataProvider providerCreate */ - public function testCreate(string $id, string $mimeType, int $size, \DateTime $mtime, \DateTime $mtimeExpected): void - { + public function testCreate( + string $id, + string $mimeType, + int $size, + DateTime $mtime, + DateTime $mtimeExpected + ): void { $this->dbalMock ->expects(self::once()) ->method('insert') @@ -179,7 +184,7 @@ public function testDeletedirectory(): void } /** - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ protected function createDbalStatementMock() { @@ -189,8 +194,10 @@ protected function createDbalStatementMock() /** * @param array|null $result */ - private function setupQueryBuilderLoad(int $rowCount, ?array $result): void - { + private function setupQueryBuilderLoad( + int $rowCount, + ?array $result + ): void { $resultMock = $this->createMock(Result::class); $resultMock ->expects(self::once()) diff --git a/tests/lib/IO/IOServiceTest.php b/tests/lib/IO/IOServiceTest.php index f77125690f..a750959790 100644 --- a/tests/lib/IO/IOServiceTest.php +++ b/tests/lib/IO/IOServiceTest.php @@ -12,6 +12,9 @@ use Ibexa\Contracts\Core\IO\BinaryFile as SPIBinaryFile; use Ibexa\Contracts\Core\IO\BinaryFileCreateStruct as SPIBinaryFileCreateStruct; use Ibexa\Contracts\Core\IO\MimeTypeDetector; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\IO\Exception\BinaryFileNotFoundException; use Ibexa\Core\IO\IOBinarydataHandler; use Ibexa\Core\IO\IOMetadataHandler; @@ -143,7 +146,7 @@ public function testLoadBinaryFile(): BinaryFile } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testLoadBinaryFileNoMetadataUri(): BinaryFile { @@ -178,8 +181,8 @@ public function testLoadBinaryFileNoMetadataUri(): BinaryFile } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ public function testLoadBinaryFileNotFound(): BinaryFile { @@ -217,8 +220,8 @@ public function testLoadBinaryFileByUri(): BinaryFile } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ public function testLoadBinaryFileByUriNotFound(): BinaryFile { @@ -335,7 +338,7 @@ public function testDeleteDirectory(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testDeleteBinaryFileNotFound(): void { @@ -369,8 +372,8 @@ private function getSPIBinaryFileCreateStructCallback(string $spiId): Closure } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ protected function loadBinaryFileNotFound(): BinaryFile { @@ -387,7 +390,7 @@ protected function loadBinaryFileNotFound(): BinaryFile } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ protected function deleteBinaryFileNotFound(): void { @@ -406,8 +409,8 @@ protected function deleteBinaryFileNotFound(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ protected function loadBinaryFileByUriNotFound(): BinaryFile { diff --git a/tests/lib/IO/MimeTypeDetector/FileInfoTest.php b/tests/lib/IO/MimeTypeDetector/FileInfoTest.php index 78792f7a02..3ae4b242b1 100644 --- a/tests/lib/IO/MimeTypeDetector/FileInfoTest.php +++ b/tests/lib/IO/MimeTypeDetector/FileInfoTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\IO\MimeTypeDetector; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\IO\MimeTypeDetector\FileInfo as MimeTypeDetector; use PHPUnit\Framework\TestCase; @@ -26,7 +27,7 @@ protected function getFixture(): string } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testGetFromPath(): void { @@ -39,7 +40,7 @@ public function testGetFromPath(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testGetFromBuffer(): void { diff --git a/tests/lib/IO/TolerantIOServiceTest.php b/tests/lib/IO/TolerantIOServiceTest.php index 5c0098f232..bb2037ec14 100644 --- a/tests/lib/IO/TolerantIOServiceTest.php +++ b/tests/lib/IO/TolerantIOServiceTest.php @@ -7,6 +7,8 @@ namespace Ibexa\Tests\Core\IO; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\IO\TolerantIOService; use Ibexa\Core\IO\Values\BinaryFile; use Ibexa\Core\IO\Values\MissingBinaryFile; @@ -44,8 +46,8 @@ public function testLoadBinaryFileNotFound(): BinaryFile } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ public function testCreateMissingBinaryFile(): void { @@ -60,7 +62,7 @@ public function testCreateMissingBinaryFile(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ #[Override] public function testDeleteBinaryFileNotFound(): void diff --git a/tests/lib/IO/UrlDecorator/PrefixTest.php b/tests/lib/IO/UrlDecorator/PrefixTest.php index 90b32f4561..264b94456f 100644 --- a/tests/lib/IO/UrlDecorator/PrefixTest.php +++ b/tests/lib/IO/UrlDecorator/PrefixTest.php @@ -18,8 +18,11 @@ class PrefixTest extends TestCase /** * @dataProvider provideData */ - public function testDecorate($url, $prefix, $decoratedUrl) - { + public function testDecorate( + $url, + $prefix, + $decoratedUrl + ) { $decorator = $this->buildDecorator($prefix); self::assertEquals( @@ -31,8 +34,11 @@ public function testDecorate($url, $prefix, $decoratedUrl) /** * @dataProvider provideData */ - public function testUndecorate($url, $prefix, $decoratedUrl) - { + public function testUndecorate( + $url, + $prefix, + $decoratedUrl + ) { $decorator = $this->buildDecorator($prefix); self::assertEquals( diff --git a/tests/lib/IO/UrlRedecoratorTest.php b/tests/lib/IO/UrlRedecoratorTest.php index 45ede2b84b..b9b412de47 100644 --- a/tests/lib/IO/UrlRedecoratorTest.php +++ b/tests/lib/IO/UrlRedecoratorTest.php @@ -9,17 +9,18 @@ use Ibexa\Core\IO\UrlDecorator; use Ibexa\Core\IO\UrlRedecorator; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class UrlRedecoratorTest extends TestCase { - /** @var \Ibexa\Core\IO\UrlRedecorator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var UrlRedecorator|MockObject */ private $redecorator; - /** @var \Ibexa\Core\IO\UrlDecorator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var UrlDecorator|MockObject */ private $sourceDecoratorMock; - /** @var \Ibexa\Core\IO\UrlDecorator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var UrlDecorator|MockObject */ private $targetDecoratorMock; protected function setUp(): void diff --git a/tests/lib/Limitation/Base.php b/tests/lib/Limitation/Base.php index be8b5d3153..2b91572877 100644 --- a/tests/lib/Limitation/Base.php +++ b/tests/lib/Limitation/Base.php @@ -7,22 +7,25 @@ namespace Ibexa\Tests\Core\Limitation; +use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Persistence\Handler as SPIHandler; +use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\User as APIUser; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; abstract class Base extends TestCase { - /** @var \Ibexa\Contracts\Core\Persistence\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $persistenceHandlerMock; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\User|\PHPUnit\Framework\MockObject\MockObject */ + /** @var User|MockObject */ private $userMock; /** * @param array $mockMethods For specifying the methods to mock, all by default * - * @return \Ibexa\Contracts\Core\Persistence\Handler|\PHPUnit\Framework\MockObject\MockObject + * @return Handler|MockObject */ public function getPersistenceMock(array $mockMethods = []) { @@ -36,7 +39,7 @@ public function getPersistenceMock(array $mockMethods = []) /** * @param array $mockMethods For specifying the methods to mock, all by default * - * @return \Ibexa\Contracts\Core\Repository\Values\User\User|\PHPUnit\Framework\MockObject\MockObject + * @return User|MockObject */ public function getUserMock(array $mockMethods = []) { diff --git a/tests/lib/Limitation/BlockingLimitationTypeTest.php b/tests/lib/Limitation/BlockingLimitationTypeTest.php index 6153a042ad..ad4df0f563 100644 --- a/tests/lib/Limitation/BlockingLimitationTypeTest.php +++ b/tests/lib/Limitation/BlockingLimitationTypeTest.php @@ -26,7 +26,7 @@ class BlockingLimitationTypeTest extends Base { /** - * @return \Ibexa\Core\Limitation\BlockingLimitationType + * @return BlockingLimitationType */ public function testConstruct() { @@ -49,11 +49,13 @@ public function providerForTestAcceptValue() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\BlockingLimitation $limitation - * @param \Ibexa\Core\Limitation\BlockingLimitationType $limitationType + * @param BlockingLimitation $limitation + * @param BlockingLimitationType $limitationType */ - public function testAcceptValue(BlockingLimitation $limitation, BlockingLimitationType $limitationType) - { + public function testAcceptValue( + BlockingLimitation $limitation, + BlockingLimitationType $limitationType + ) { $limitationType->acceptValue($limitation); } @@ -72,11 +74,13 @@ public function providerForTestAcceptValueException() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation - * @param \Ibexa\Core\Limitation\BlockingLimitationType $limitationType + * @param Limitation $limitation + * @param BlockingLimitationType $limitationType */ - public function testAcceptValueException(Limitation $limitation, BlockingLimitationType $limitationType) - { + public function testAcceptValueException( + Limitation $limitation, + BlockingLimitationType $limitationType + ) { $this->expectException(InvalidArgumentException::class); $limitationType->acceptValue($limitation); @@ -96,7 +100,7 @@ public function providerForTestValidatePass() /** * @dataProvider providerForTestValidatePass * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\BlockingLimitation $limitation + * @param BlockingLimitation $limitation */ public function testValidatePass(BlockingLimitation $limitation) { @@ -122,11 +126,13 @@ public function providerForTestValidateError() /** * @dataProvider providerForTestValidateError * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\BlockingLimitation $limitation + * @param BlockingLimitation $limitation * @param int $errorCount */ - public function testValidateError(BlockingLimitation $limitation, $errorCount) - { + public function testValidateError( + BlockingLimitation $limitation, + $errorCount + ) { $this->getPersistenceMock() ->expects(self::never()) ->method(self::anything()); @@ -141,7 +147,7 @@ public function testValidateError(BlockingLimitation $limitation, $errorCount) /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\BlockingLimitationType $limitationType + * @param BlockingLimitationType $limitationType */ public function testBuildValue(BlockingLimitationType $limitationType) { @@ -281,7 +287,7 @@ public function testEvaluateInvalidArgument( /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\BlockingLimitationType $limitationType + * @param BlockingLimitationType $limitationType */ public function testGetCriterion(BlockingLimitationType $limitationType) { @@ -296,7 +302,7 @@ public function testGetCriterion(BlockingLimitationType $limitationType) /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\BlockingLimitationType $limitationType + * @param BlockingLimitationType $limitationType */ public function testValueSchema(BlockingLimitationType $limitationType) { diff --git a/tests/lib/Limitation/ContentTypeLimitationTypeTest.php b/tests/lib/Limitation/ContentTypeLimitationTypeTest.php index 3e76499da0..beeceb2cf1 100644 --- a/tests/lib/Limitation/ContentTypeLimitationTypeTest.php +++ b/tests/lib/Limitation/ContentTypeLimitationTypeTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Limitation; use Ibexa\Contracts\Core\Limitation\Target\Builder\VersionBuilder; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as SPIHandler; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; @@ -25,13 +26,14 @@ use Ibexa\Core\Repository\Values\Content\ContentCreateStruct; use Ibexa\Core\Repository\Values\Content\Location; use Ibexa\Core\Repository\Values\ContentType\ContentType; +use PHPUnit\Framework\MockObject\MockObject; /** * Test Case for LimitationType. */ class ContentTypeLimitationTypeTest extends Base { - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $contentTypeHandlerMock; /** @@ -53,7 +55,7 @@ protected function tearDown(): void } /** - * @return \Ibexa\Core\Limitation\ContentTypeLimitationType + * @return ContentTypeLimitationType */ public function testConstruct() { @@ -77,11 +79,13 @@ public function providerForTestAcceptValue() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\ContentTypeLimitation $limitation - * @param \Ibexa\Core\Limitation\ContentTypeLimitationType $limitationType + * @param ContentTypeLimitation $limitation + * @param ContentTypeLimitationType $limitationType */ - public function testAcceptValue(ContentTypeLimitation $limitation, ContentTypeLimitationType $limitationType) - { + public function testAcceptValue( + ContentTypeLimitation $limitation, + ContentTypeLimitationType $limitationType + ) { $limitationType->acceptValue($limitation); } @@ -101,11 +105,13 @@ public function providerForTestAcceptValueException() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation - * @param \Ibexa\Core\Limitation\ContentTypeLimitationType $limitationType + * @param Limitation $limitation + * @param ContentTypeLimitationType $limitationType */ - public function testAcceptValueException(Limitation $limitation, ContentTypeLimitationType $limitationType) - { + public function testAcceptValueException( + Limitation $limitation, + ContentTypeLimitationType $limitationType + ) { $this->expectException(InvalidArgumentException::class); $limitationType->acceptValue($limitation); @@ -126,7 +132,7 @@ public function providerForTestValidatePass() /** * @dataProvider providerForTestValidatePass * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\ContentTypeLimitation $limitation + * @param ContentTypeLimitation $limitation */ public function testValidatePass(ContentTypeLimitation $limitation) { @@ -166,11 +172,13 @@ public function providerForTestValidateError() /** * @dataProvider providerForTestValidateError * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\ContentTypeLimitation $limitation + * @param ContentTypeLimitation $limitation * @param int $errorCount */ - public function testValidateError(ContentTypeLimitation $limitation, $errorCount) - { + public function testValidateError( + ContentTypeLimitation $limitation, + $errorCount + ) { if (!empty($limitation->limitationValues)) { $this->getPersistenceMock() ->expects(self::any()) @@ -200,7 +208,7 @@ public function testValidateError(ContentTypeLimitation $limitation, $errorCount /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\ContentTypeLimitationType $limitationType + * @param ContentTypeLimitationType $limitationType */ public function testBuildValue(ContentTypeLimitationType $limitationType) { @@ -394,7 +402,7 @@ public function testEvaluateInvalidArgument( /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\ContentTypeLimitationType $limitationType + * @param ContentTypeLimitationType $limitationType */ public function testGetCriterionInvalidValue(ContentTypeLimitationType $limitationType) { @@ -409,7 +417,7 @@ public function testGetCriterionInvalidValue(ContentTypeLimitationType $limitati /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\ContentTypeLimitationType $limitationType + * @param ContentTypeLimitationType $limitationType */ public function testGetCriterionSingleValue(ContentTypeLimitationType $limitationType) { @@ -428,7 +436,7 @@ public function testGetCriterionSingleValue(ContentTypeLimitationType $limitatio /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\ContentTypeLimitationType $limitationType + * @param ContentTypeLimitationType $limitationType */ public function testGetCriterionMultipleValues(ContentTypeLimitationType $limitationType) { @@ -447,7 +455,7 @@ public function testGetCriterionMultipleValues(ContentTypeLimitationType $limita /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\ContentTypeLimitationType $limitationType + * @param ContentTypeLimitationType $limitationType */ public function testValueSchema(ContentTypeLimitationType $limitationType) { diff --git a/tests/lib/Limitation/LanguageLimitation/ContentDeleteEvaluatorTest.php b/tests/lib/Limitation/LanguageLimitation/ContentDeleteEvaluatorTest.php index 9722535f8c..7139220a28 100644 --- a/tests/lib/Limitation/LanguageLimitation/ContentDeleteEvaluatorTest.php +++ b/tests/lib/Limitation/LanguageLimitation/ContentDeleteEvaluatorTest.php @@ -18,8 +18,10 @@ final class ContentDeleteEvaluatorTest extends TestCase /** * @dataProvider dataProviderForAccept */ - public function testAccept(Target\Version $targetVersion, bool $expected): void - { + public function testAccept( + Target\Version $targetVersion, + bool $expected + ): void { self::assertSame( $expected, (new ContentDeleteEvaluator())->accept($targetVersion) @@ -47,8 +49,11 @@ public function dataProviderForAccept(): iterable /** * @dataProvider dataProviderForEvaluate */ - public function testEvaluate(Target\Version $targetVersion, Limitation $limitationValue, bool $expected): void - { + public function testEvaluate( + Target\Version $targetVersion, + Limitation $limitationValue, + bool $expected + ): void { self::assertSame( $expected, (new ContentDeleteEvaluator())->evaluate($targetVersion, $limitationValue) diff --git a/tests/lib/Limitation/LocationLimitationTypeTest.php b/tests/lib/Limitation/LocationLimitationTypeTest.php index da4900c708..adeeb66160 100644 --- a/tests/lib/Limitation/LocationLimitationTypeTest.php +++ b/tests/lib/Limitation/LocationLimitationTypeTest.php @@ -7,6 +7,7 @@ namespace Ibexa\Tests\Core\Limitation; +use Ibexa\Contracts\Core\Persistence\Content\Location\Handler; use Ibexa\Contracts\Core\Persistence\Content\Location\Handler as SPIHandler; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\Content as APIContent; @@ -23,13 +24,14 @@ use Ibexa\Core\Limitation\LocationLimitationType; use Ibexa\Core\Repository\Values\Content\ContentCreateStruct; use Ibexa\Core\Repository\Values\Content\Location; +use PHPUnit\Framework\MockObject\MockObject; /** * Test Case for LimitationType. */ class LocationLimitationTypeTest extends Base { - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $locationHandlerMock; /** @@ -51,7 +53,7 @@ protected function tearDown(): void } /** - * @return \Ibexa\Core\Limitation\LocationLimitationType + * @return LocationLimitationType */ public function testConstruct() { @@ -75,11 +77,13 @@ public function providerForTestAcceptValue() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\LocationLimitation $limitation - * @param \Ibexa\Core\Limitation\LocationLimitationType $limitationType + * @param LocationLimitation $limitation + * @param LocationLimitationType $limitationType */ - public function testAcceptValue(LocationLimitation $limitation, LocationLimitationType $limitationType) - { + public function testAcceptValue( + LocationLimitation $limitation, + LocationLimitationType $limitationType + ) { $limitationType->acceptValue($limitation); } @@ -99,11 +103,13 @@ public function providerForTestAcceptValueException() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation - * @param \Ibexa\Core\Limitation\LocationLimitationType $limitationType + * @param Limitation $limitation + * @param LocationLimitationType $limitationType */ - public function testAcceptValueException(Limitation $limitation, LocationLimitationType $limitationType) - { + public function testAcceptValueException( + Limitation $limitation, + LocationLimitationType $limitationType + ) { $this->expectException(InvalidArgumentException::class); $limitationType->acceptValue($limitation); @@ -124,7 +130,7 @@ public function providerForTestValidatePass() /** * @dataProvider providerForTestValidatePass * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\LocationLimitation $limitation + * @param LocationLimitation $limitation */ public function testValidatePass(LocationLimitation $limitation) { @@ -164,11 +170,13 @@ public function providerForTestValidateError() /** * @dataProvider providerForTestValidateError * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\LocationLimitation $limitation + * @param LocationLimitation $limitation * @param int $errorCount */ - public function testValidateError(LocationLimitation $limitation, $errorCount) - { + public function testValidateError( + LocationLimitation $limitation, + $errorCount + ) { if (!empty($limitation->limitationValues)) { $this->getPersistenceMock() ->expects(self::any()) @@ -198,7 +206,7 @@ public function testValidateError(LocationLimitation $limitation, $errorCount) /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\LocationLimitationType $limitationType + * @param LocationLimitationType $limitationType */ public function testBuildValue(LocationLimitationType $limitationType) { @@ -464,7 +472,7 @@ public function testEvaluateInvalidArgument( /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\LocationLimitationType $limitationType + * @param LocationLimitationType $limitationType */ public function testGetCriterionInvalidValue(LocationLimitationType $limitationType) { @@ -479,7 +487,7 @@ public function testGetCriterionInvalidValue(LocationLimitationType $limitationT /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\LocationLimitationType $limitationType + * @param LocationLimitationType $limitationType */ public function testGetCriterionSingleValue(LocationLimitationType $limitationType) { @@ -498,7 +506,7 @@ public function testGetCriterionSingleValue(LocationLimitationType $limitationTy /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\LocationLimitationType $limitationType + * @param LocationLimitationType $limitationType */ public function testGetCriterionMultipleValues(LocationLimitationType $limitationType) { @@ -517,7 +525,7 @@ public function testGetCriterionMultipleValues(LocationLimitationType $limitatio /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\LocationLimitationType $limitationType + * @param LocationLimitationType $limitationType */ public function testValueSchema(LocationLimitationType $limitationType) { diff --git a/tests/lib/Limitation/MemberOfLimitationTypeTest.php b/tests/lib/Limitation/MemberOfLimitationTypeTest.php index 5aaea11cc8..5754a6ebe6 100644 --- a/tests/lib/Limitation/MemberOfLimitationTypeTest.php +++ b/tests/lib/Limitation/MemberOfLimitationTypeTest.php @@ -121,8 +121,10 @@ public function testValidatePass(MemberOfLimitation $limitation): void /** * @dataProvider providerForTestValidateError */ - public function testValidateError(MemberOfLimitation $limitation, int $errorCount): void - { + public function testValidateError( + MemberOfLimitation $limitation, + int $errorCount + ): void { $contentHandlerMock = $this->createMock(ContentHandlerInterface::class); if ($limitation->limitationValues !== null) { @@ -348,7 +350,7 @@ public function providerForTestEvaluate(): array } /** - * @param \Ibexa\Core\Repository\Values\User\User|\Ibexa\Core\Repository\Values\User\UserRoleAssignment $object + * @param User|UserRoleAssignment $object * * @dataProvider providerForTestEvaluateSelfGroup */ diff --git a/tests/lib/Limitation/NewObjectStateLimitationTypeTest.php b/tests/lib/Limitation/NewObjectStateLimitationTypeTest.php index 73fb5aabf1..7eec56b738 100644 --- a/tests/lib/Limitation/NewObjectStateLimitationTypeTest.php +++ b/tests/lib/Limitation/NewObjectStateLimitationTypeTest.php @@ -7,6 +7,7 @@ namespace Ibexa\Tests\Core\Limitation; +use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler as SPIHandler; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; @@ -21,13 +22,14 @@ use Ibexa\Core\Repository\Values\Content\Location; use Ibexa\Core\Repository\Values\Content\VersionInfo; use Ibexa\Core\Repository\Values\ObjectState\ObjectState; +use PHPUnit\Framework\MockObject\MockObject; /** * Test Case for LimitationType. */ class NewObjectStateLimitationTypeTest extends Base { - /** @var \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $objectStateHandlerMock; /** @@ -49,7 +51,7 @@ protected function tearDown(): void } /** - * @return \Ibexa\Core\Limitation\NewObjectStateLimitationType + * @return NewObjectStateLimitationType */ public function testConstruct() { @@ -73,11 +75,13 @@ public function providerForTestAcceptValue() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\NewObjectStateLimitation $limitation - * @param \Ibexa\Core\Limitation\NewObjectStateLimitationType $limitationType + * @param NewObjectStateLimitation $limitation + * @param NewObjectStateLimitationType $limitationType */ - public function testAcceptValue(NewObjectStateLimitation $limitation, NewObjectStateLimitationType $limitationType) - { + public function testAcceptValue( + NewObjectStateLimitation $limitation, + NewObjectStateLimitationType $limitationType + ) { $limitationType->acceptValue($limitation); } @@ -97,11 +101,13 @@ public function providerForTestAcceptValueException() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation - * @param \Ibexa\Core\Limitation\NewObjectStateLimitationType $limitationType + * @param Limitation $limitation + * @param NewObjectStateLimitationType $limitationType */ - public function testAcceptValueException(Limitation $limitation, NewObjectStateLimitationType $limitationType) - { + public function testAcceptValueException( + Limitation $limitation, + NewObjectStateLimitationType $limitationType + ) { $this->expectException(InvalidArgumentException::class); $limitationType->acceptValue($limitation); @@ -122,7 +128,7 @@ public function providerForTestValidatePass() /** * @dataProvider providerForTestValidatePass * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\NewObjectStateLimitation $limitation + * @param NewObjectStateLimitation $limitation */ public function testValidatePass(NewObjectStateLimitation $limitation) { @@ -162,11 +168,13 @@ public function providerForTestValidateError() /** * @dataProvider providerForTestValidateError * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\NewObjectStateLimitation $limitation + * @param NewObjectStateLimitation $limitation * @param int $errorCount */ - public function testValidateError(NewObjectStateLimitation $limitation, $errorCount) - { + public function testValidateError( + NewObjectStateLimitation $limitation, + $errorCount + ) { if (!empty($limitation->limitationValues)) { $this->getPersistenceMock() ->expects(self::any()) @@ -196,7 +204,7 @@ public function testValidateError(NewObjectStateLimitation $limitation, $errorCo /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\NewObjectStateLimitationType $limitationType + * @param NewObjectStateLimitationType $limitationType */ public function testBuildValue(NewObjectStateLimitationType $limitationType) { @@ -354,7 +362,7 @@ public function testEvaluateInvalidArgument( /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\NewObjectStateLimitationType $limitationType + * @param NewObjectStateLimitationType $limitationType */ public function testGetCriterion(NewObjectStateLimitationType $limitationType) { @@ -369,7 +377,7 @@ public function testGetCriterion(NewObjectStateLimitationType $limitationType) /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\NewObjectStateLimitationType $limitationType + * @param NewObjectStateLimitationType $limitationType */ public function testValueSchema(NewObjectStateLimitationType $limitationType) { diff --git a/tests/lib/Limitation/ObjectStateLimitationTypeTest.php b/tests/lib/Limitation/ObjectStateLimitationTypeTest.php index 9f6602e838..9133037535 100644 --- a/tests/lib/Limitation/ObjectStateLimitationTypeTest.php +++ b/tests/lib/Limitation/ObjectStateLimitationTypeTest.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Persistence\Content\ObjectState; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group; +use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler as SPIHandler; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd; @@ -18,6 +19,7 @@ use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Ibexa\Core\Limitation\ObjectStateLimitationType; use Ibexa\Core\Repository\Values\Content\ContentCreateStruct; +use PHPUnit\Framework\MockObject\MockObject; /** * Test Case for LimitationType. @@ -26,10 +28,10 @@ class ObjectStateLimitationTypeTest extends Base { public const int EXAMPLE_MAIN_LOCATION_ID = 879; - /** @var \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $objectStateHandlerMock; - /** @var \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group[] */ + /** @var Group[] */ private $allObjectStateGroups; /** @var array */ @@ -78,7 +80,7 @@ protected function tearDown(): void } /** - * @return \Ibexa\Core\Limitation\ObjectStateLimitationType + * @return ObjectStateLimitationType */ public function testConstruct() { @@ -240,7 +242,7 @@ public function testEvaluate( /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\ObjectStateLimitationType $limitationType + * @param ObjectStateLimitationType $limitationType */ public function testGetCriterionInvalidValue(ObjectStateLimitationType $limitationType) { @@ -255,7 +257,7 @@ public function testGetCriterionInvalidValue(ObjectStateLimitationType $limitati /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\ObjectStateLimitationType $limitationType + * @param ObjectStateLimitationType $limitationType */ public function testGetCriterionSingleValue(ObjectStateLimitationType $limitationType) { diff --git a/tests/lib/Limitation/ParentContentTypeLimitationTypeTest.php b/tests/lib/Limitation/ParentContentTypeLimitationTypeTest.php index 635fe0be9a..03e4a6d56b 100644 --- a/tests/lib/Limitation/ParentContentTypeLimitationTypeTest.php +++ b/tests/lib/Limitation/ParentContentTypeLimitationTypeTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Limitation; use Ibexa\Contracts\Core\Persistence\Content\ContentInfo as SPIContentInfo; +use Ibexa\Contracts\Core\Persistence\Content\Handler; use Ibexa\Contracts\Core\Persistence\Content\Handler as SPIContentHandler; use Ibexa\Contracts\Core\Persistence\Content\Location as SPILocation; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as SPIContentTypeHandler; @@ -25,6 +26,7 @@ use Ibexa\Core\Limitation\ParentContentTypeLimitationType; use Ibexa\Core\Repository\Values\Content\ContentCreateStruct; use Ibexa\Core\Repository\Values\Content\Location; +use PHPUnit\Framework\MockObject\MockObject; /** * Test Case for LimitationType. @@ -33,13 +35,13 @@ class ParentContentTypeLimitationTypeTest extends Base { public const int EXAMPLE_CONTENT_INFO_ID = 24; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var SPILocation\Handler|MockObject */ private $locationHandlerMock; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var SPIContentTypeHandler|MockObject */ private $contentTypeHandlerMock; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $contentHandlerMock; /** @@ -65,7 +67,7 @@ protected function tearDown(): void } /** - * @return \Ibexa\Core\Limitation\ParentContentTypeLimitationType + * @return ParentContentTypeLimitationType */ public function testConstruct() { @@ -89,11 +91,13 @@ public function providerForTestAcceptValue() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\ParentContentTypeLimitation $limitation - * @param \Ibexa\Core\Limitation\ParentContentTypeLimitationType $limitationType + * @param ParentContentTypeLimitation $limitation + * @param ParentContentTypeLimitationType $limitationType */ - public function testAcceptValue(ParentContentTypeLimitation $limitation, ParentContentTypeLimitationType $limitationType) - { + public function testAcceptValue( + ParentContentTypeLimitation $limitation, + ParentContentTypeLimitationType $limitationType + ) { $limitationType->acceptValue($limitation); } @@ -114,11 +118,13 @@ public function providerForTestAcceptValueException() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation - * @param \Ibexa\Core\Limitation\ParentContentTypeLimitationType $limitationType + * @param Limitation $limitation + * @param ParentContentTypeLimitationType $limitationType */ - public function testAcceptValueException(Limitation $limitation, ParentContentTypeLimitationType $limitationType) - { + public function testAcceptValueException( + Limitation $limitation, + ParentContentTypeLimitationType $limitationType + ) { $this->expectException(InvalidArgumentException::class); $limitationType->acceptValue($limitation); @@ -139,7 +145,7 @@ public function providerForTestValidatePass() /** * @dataProvider providerForTestValidatePass * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\ParentContentTypeLimitation $limitation + * @param ParentContentTypeLimitation $limitation */ public function testValidatePass(ParentContentTypeLimitation $limitation) { @@ -180,11 +186,13 @@ public function providerForTestValidateError() /** * @dataProvider providerForTestValidateError * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\ParentContentTypeLimitation $limitation + * @param ParentContentTypeLimitation $limitation * @param int $errorCount */ - public function testValidateError(ParentContentTypeLimitation $limitation, $errorCount) - { + public function testValidateError( + ParentContentTypeLimitation $limitation, + $errorCount + ) { if (!empty($limitation->limitationValues)) { $this->getPersistenceMock() ->expects(self::any()) @@ -214,7 +222,7 @@ public function testValidateError(ParentContentTypeLimitation $limitation, $erro /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\ParentContentTypeLimitationType $limitationType + * @param ParentContentTypeLimitationType $limitationType */ public function testBuildValue(ParentContentTypeLimitationType $limitationType) { @@ -455,8 +463,12 @@ public function providerForTestEvaluate() ]; } - protected function assertContentHandlerExpectations($callNo, $persistenceCalled, $contentId, $contentInfo) - { + protected function assertContentHandlerExpectations( + $callNo, + $persistenceCalled, + $contentId, + $contentInfo + ) { $this->getPersistenceMock() ->expects(self::at($callNo + ($persistenceCalled ? 1 : 0))) ->method('contentHandler') @@ -617,8 +629,11 @@ public function providerForTestEvaluateInvalidArgument() /** * @dataProvider providerForTestEvaluateInvalidArgument */ - public function testEvaluateInvalidArgument(Limitation $limitation, ValueObject $object, $targets) - { + public function testEvaluateInvalidArgument( + Limitation $limitation, + ValueObject $object, + $targets + ) { $this->expectException(InvalidArgumentException::class); // Need to create inline instead of depending on testConstruct() to get correct mock instance @@ -645,7 +660,7 @@ public function testEvaluateInvalidArgument(Limitation $limitation, ValueObject /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\ParentContentTypeLimitationType $limitationType + * @param ParentContentTypeLimitationType $limitationType */ public function testGetCriterionInvalidValue(ParentContentTypeLimitationType $limitationType) { @@ -660,7 +675,7 @@ public function testGetCriterionInvalidValue(ParentContentTypeLimitationType $li /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\ParentContentTypeLimitationType $limitationType + * @param ParentContentTypeLimitationType $limitationType */ public function testValueSchema(ParentContentTypeLimitationType $limitationType) { diff --git a/tests/lib/Limitation/ParentDepthLimitationTypeTest.php b/tests/lib/Limitation/ParentDepthLimitationTypeTest.php index 545c44d161..6711a91dae 100644 --- a/tests/lib/Limitation/ParentDepthLimitationTypeTest.php +++ b/tests/lib/Limitation/ParentDepthLimitationTypeTest.php @@ -7,6 +7,7 @@ namespace Ibexa\Tests\Core\Limitation; +use Ibexa\Contracts\Core\Persistence\Content\Location\Handler; use Ibexa\Contracts\Core\Persistence\Content\Location\Handler as SPILocationHandler; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\Content as APIContent; @@ -20,6 +21,7 @@ use Ibexa\Core\Limitation\ParentDepthLimitationType; use Ibexa\Core\Repository\Values\Content\ContentCreateStruct; use Ibexa\Core\Repository\Values\Content\Location; +use PHPUnit\Framework\MockObject\MockObject; /** * Test Case for LimitationType. @@ -28,7 +30,7 @@ class ParentDepthLimitationTypeTest extends Base { public const int EXAMPLE_CONTENT_INFO_ID = 12; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $locationHandlerMock; /** @@ -50,7 +52,7 @@ protected function tearDown(): void } /** - * @return \Ibexa\Core\Limitation\ParentDepthLimitationType + * @return ParentDepthLimitationType */ public function testConstruct() { @@ -74,11 +76,13 @@ public function providerForTestAcceptValue() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\ParentDepthLimitation $limitation - * @param \Ibexa\Core\Limitation\ParentDepthLimitationType $limitationType + * @param ParentDepthLimitation $limitation + * @param ParentDepthLimitationType $limitationType */ - public function testAcceptValue(ParentDepthLimitation $limitation, ParentDepthLimitationType $limitationType) - { + public function testAcceptValue( + ParentDepthLimitation $limitation, + ParentDepthLimitationType $limitationType + ) { $limitationType->acceptValue($limitation); } @@ -98,11 +102,13 @@ public function providerForTestAcceptValueException() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation - * @param \Ibexa\Core\Limitation\ParentDepthLimitationType $limitationType + * @param Limitation $limitation + * @param ParentDepthLimitationType $limitationType */ - public function testAcceptValueException(Limitation $limitation, ParentDepthLimitationType $limitationType) - { + public function testAcceptValueException( + Limitation $limitation, + ParentDepthLimitationType $limitationType + ) { $this->expectException(InvalidArgumentException::class); $limitationType->acceptValue($limitation); @@ -125,10 +131,12 @@ public function providerForTestValidatePass() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\ParentDepthLimitation $limitation + * @param ParentDepthLimitation $limitation */ - public function testValidatePass(ParentDepthLimitation $limitation, ParentDepthLimitationType $limitationType) - { + public function testValidatePass( + ParentDepthLimitation $limitation, + ParentDepthLimitationType $limitationType + ) { $validationErrors = $limitationType->validate($limitation); self::assertEmpty($validationErrors); } @@ -136,7 +144,7 @@ public function testValidatePass(ParentDepthLimitation $limitation, ParentDepthL /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\ParentDepthLimitationType $limitationType + * @param ParentDepthLimitationType $limitationType */ public function testBuildValue(ParentDepthLimitationType $limitationType) { diff --git a/tests/lib/Limitation/RoleLimitationTypeTest.php b/tests/lib/Limitation/RoleLimitationTypeTest.php index ea6035ea61..b02797e315 100644 --- a/tests/lib/Limitation/RoleLimitationTypeTest.php +++ b/tests/lib/Limitation/RoleLimitationTypeTest.php @@ -135,8 +135,10 @@ public function testValidatePass(UserRoleLimitation $limitation): void /** * @dataProvider providerForTestValidateError */ - public function testValidateError(UserRoleLimitation $limitation, int $errorCount): void - { + public function testValidateError( + UserRoleLimitation $limitation, + int $errorCount + ): void { $userHandlerMock = $this->createMock(UserHandlerInterface::class); if ($limitation->limitationValues !== null) { diff --git a/tests/lib/Limitation/SectionLimitationTypeTest.php b/tests/lib/Limitation/SectionLimitationTypeTest.php index fdb938866d..4d88790946 100644 --- a/tests/lib/Limitation/SectionLimitationTypeTest.php +++ b/tests/lib/Limitation/SectionLimitationTypeTest.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Limitation\Type as LimitationType; use Ibexa\Contracts\Core\Persistence\Content\Section as SPISection; +use Ibexa\Contracts\Core\Persistence\Content\Section\Handler; use Ibexa\Contracts\Core\Persistence\Content\Section\Handler as SPISectionHandler; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; @@ -26,13 +27,14 @@ use Ibexa\Core\Limitation\SectionLimitationType; use Ibexa\Core\Repository\Values\Content\ContentCreateStruct; use Ibexa\Core\Repository\Values\Content\Location; +use PHPUnit\Framework\MockObject\MockObject; /** * Test Case for LimitationType. */ class SectionLimitationTypeTest extends Base { - /** @var \Ibexa\Contracts\Core\Persistence\Content\Section\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $sectionHandlerMock; /** @@ -54,7 +56,7 @@ protected function tearDown(): void } /** - * @return \Ibexa\Core\Limitation\SectionLimitationType + * @return SectionLimitationType */ public function testConstruct() { @@ -78,11 +80,13 @@ public function providerForTestAcceptValue() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SectionLimitation $limitation - * @param \Ibexa\Core\Limitation\SectionLimitationType $limitationType + * @param SectionLimitation $limitation + * @param SectionLimitationType $limitationType */ - public function testAcceptValue(SectionLimitation $limitation, SectionLimitationType $limitationType) - { + public function testAcceptValue( + SectionLimitation $limitation, + SectionLimitationType $limitationType + ) { $limitationType->acceptValue($limitation); } @@ -105,11 +109,13 @@ public function providerForTestAcceptValueException() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation - * @param \Ibexa\Core\Limitation\SectionLimitationType $limitationType + * @param Limitation $limitation + * @param SectionLimitationType $limitationType */ - public function testAcceptValueException(Limitation $limitation, SectionLimitationType $limitationType) - { + public function testAcceptValueException( + Limitation $limitation, + SectionLimitationType $limitationType + ) { $this->expectException(InvalidArgumentException::class); $limitationType->acceptValue($limitation); @@ -130,7 +136,7 @@ public function providerForTestValidatePass() /** * @dataProvider providerForTestValidatePass * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SectionLimitation $limitation + * @param SectionLimitation $limitation */ public function testValidatePass(SectionLimitation $limitation) { @@ -175,11 +181,13 @@ public function providerForTestValidateError() /** * @dataProvider providerForTestValidateError * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SectionLimitation $limitation + * @param SectionLimitation $limitation * @param int $errorCount */ - public function testValidateError(SectionLimitation $limitation, $errorCount) - { + public function testValidateError( + SectionLimitation $limitation, + $errorCount + ) { if (!empty($limitation->limitationValues)) { $this->getPersistenceMock() ->expects(self::any()) @@ -209,7 +217,7 @@ public function testValidateError(SectionLimitation $limitation, $errorCount) /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SectionLimitationType $limitationType + * @param SectionLimitationType $limitationType */ public function testBuildValue(SectionLimitationType $limitationType) { @@ -429,7 +437,7 @@ public function testEvaluateInvalidArgument( /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SectionLimitationType $limitationType + * @param SectionLimitationType $limitationType */ public function testGetCriterionInvalidValue(SectionLimitationType $limitationType) { @@ -444,7 +452,7 @@ public function testGetCriterionInvalidValue(SectionLimitationType $limitationTy /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SectionLimitationType $limitationType + * @param SectionLimitationType $limitationType */ public function testGetCriterionSingleValue(SectionLimitationType $limitationType) { @@ -463,7 +471,7 @@ public function testGetCriterionSingleValue(SectionLimitationType $limitationTyp /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SectionLimitationType $limitationType + * @param SectionLimitationType $limitationType */ public function testGetCriterionMultipleValues(SectionLimitationType $limitationType) { @@ -482,7 +490,7 @@ public function testGetCriterionMultipleValues(SectionLimitationType $limitation /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SectionLimitationType $limitationType + * @param SectionLimitationType $limitationType */ public function testValueSchema(SectionLimitationType $limitationType) { diff --git a/tests/lib/Limitation/SiteAccessLimitationTypeTest.php b/tests/lib/Limitation/SiteAccessLimitationTypeTest.php index 2996a4f4a5..7a2ea530ec 100644 --- a/tests/lib/Limitation/SiteAccessLimitationTypeTest.php +++ b/tests/lib/Limitation/SiteAccessLimitationTypeTest.php @@ -15,19 +15,21 @@ use Ibexa\Contracts\Core\Repository\Values\ValueObject; use Ibexa\Core\Limitation\SiteAccessLimitationType; use Ibexa\Core\MVC\Symfony\SiteAccess; +use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessServiceInterface; +use PHPUnit\Framework\MockObject\MockObject; /** * Test Case for LimitationType. */ class SiteAccessLimitationTypeTest extends Base { - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessServiceInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var SiteAccessServiceInterface|MockObject */ private $siteAccessServiceMock; protected function setUp(): void { parent::setUp(); - $this->siteAccessServiceMock = $this->createMock(SiteAccess\SiteAccessServiceInterface::class); + $this->siteAccessServiceMock = $this->createMock(SiteAccessServiceInterface::class); $this->siteAccessServiceMock ->method('getAll') ->willReturn([ @@ -38,7 +40,7 @@ protected function setUp(): void } /** - * @return \Ibexa\Core\Limitation\SiteAccessLimitationType + * @return SiteAccessLimitationType */ public function testConstruct() { @@ -85,11 +87,13 @@ public function providerForTestAcceptValue() * * @dataProvider providerForTestAcceptValue * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SiteAccessLimitation $limitation - * @param \Ibexa\Core\Limitation\SiteAccessLimitationType $limitationType + * @param SiteAccessLimitation $limitation + * @param SiteAccessLimitationType $limitationType */ - public function testAcceptValue(SiteAccessLimitation $limitation, SiteAccessLimitationType $limitationType) - { + public function testAcceptValue( + SiteAccessLimitation $limitation, + SiteAccessLimitationType $limitationType + ) { $limitationType->acceptValue($limitation); } @@ -109,11 +113,13 @@ public function providerForTestAcceptValueException() * * @dataProvider providerForTestAcceptValueException * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation - * @param \Ibexa\Core\Limitation\SiteAccessLimitationType $limitationType + * @param Limitation $limitation + * @param SiteAccessLimitationType $limitationType */ - public function testAcceptValueException(Limitation $limitation, SiteAccessLimitationType $limitationType) - { + public function testAcceptValueException( + Limitation $limitation, + SiteAccessLimitationType $limitationType + ) { $this->expectException(InvalidArgumentException::class); $limitationType->acceptValue($limitation); @@ -167,12 +173,15 @@ public function providerForTestValidateError() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SiteAccessLimitation $limitation + * @param SiteAccessLimitation $limitation * @param int $errorCount - * @param \Ibexa\Core\Limitation\SiteAccessLimitationType $limitationType + * @param SiteAccessLimitationType $limitationType */ - public function testValidateError(SiteAccessLimitation $limitation, $errorCount, SiteAccessLimitationType $limitationType) - { + public function testValidateError( + SiteAccessLimitation $limitation, + $errorCount, + SiteAccessLimitationType $limitationType + ) { $validationErrors = $limitationType->validate($limitation); self::assertCount($errorCount, $validationErrors); } @@ -180,7 +189,7 @@ public function testValidateError(SiteAccessLimitation $limitation, $errorCount, /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SiteAccessLimitationType $limitationType + * @param SiteAccessLimitationType $limitationType */ public function testBuildValue(SiteAccessLimitationType $limitationType) { @@ -287,7 +296,7 @@ public function testEvaluateInvalidArgument( /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SiteAccessLimitationType $limitationType + * @param SiteAccessLimitationType $limitationType */ public function testGetCriterion(SiteAccessLimitationType $limitationType) { @@ -299,7 +308,7 @@ public function testGetCriterion(SiteAccessLimitationType $limitationType) /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SiteAccessLimitationType $limitationType + * @param SiteAccessLimitationType $limitationType */ public function testValueSchema(SiteAccessLimitationType $limitationType) { diff --git a/tests/lib/Limitation/StatusLimitationTypeTest.php b/tests/lib/Limitation/StatusLimitationTypeTest.php index 5960d445b3..78b067466f 100644 --- a/tests/lib/Limitation/StatusLimitationTypeTest.php +++ b/tests/lib/Limitation/StatusLimitationTypeTest.php @@ -26,7 +26,7 @@ class StatusLimitationTypeTest extends Base { /** - * @return \Ibexa\Core\Limitation\StatusLimitationType + * @return StatusLimitationType */ public function testConstruct() { @@ -60,11 +60,13 @@ public function providerForTestAcceptValue() * * @dataProvider providerForTestAcceptValue * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\StatusLimitation $limitation - * @param \Ibexa\Core\Limitation\StatusLimitationType $limitationType + * @param StatusLimitation $limitation + * @param StatusLimitationType $limitationType */ - public function testAcceptValue(StatusLimitation $limitation, StatusLimitationType $limitationType) - { + public function testAcceptValue( + StatusLimitation $limitation, + StatusLimitationType $limitationType + ) { $limitationType->acceptValue($limitation); } @@ -84,11 +86,13 @@ public function providerForTestAcceptValueException() * * @dataProvider providerForTestAcceptValueException * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation - * @param \Ibexa\Core\Limitation\StatusLimitationType $limitationType + * @param Limitation $limitation + * @param StatusLimitationType $limitationType */ - public function testAcceptValueException(Limitation $limitation, StatusLimitationType $limitationType) - { + public function testAcceptValueException( + Limitation $limitation, + StatusLimitationType $limitationType + ) { $this->expectException(InvalidArgumentException::class); $limitationType->acceptValue($limitation); @@ -153,12 +157,15 @@ public function providerForTestValidateError() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\StatusLimitation $limitation + * @param StatusLimitation $limitation * @param int $errorCount - * @param \Ibexa\Core\Limitation\StatusLimitationType $limitationType + * @param StatusLimitationType $limitationType */ - public function testValidateError(StatusLimitation $limitation, $errorCount, StatusLimitationType $limitationType) - { + public function testValidateError( + StatusLimitation $limitation, + $errorCount, + StatusLimitationType $limitationType + ) { $validationErrors = $limitationType->validate($limitation); self::assertCount($errorCount, $validationErrors); } @@ -166,7 +173,7 @@ public function testValidateError(StatusLimitation $limitation, $errorCount, Sta /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\StatusLimitationType $limitationType + * @param StatusLimitationType $limitationType */ public function testBuildValue(StatusLimitationType $limitationType) { @@ -337,7 +344,7 @@ public function testEvaluateInvalidArgument( /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\StatusLimitationType $limitationType + * @param StatusLimitationType $limitationType */ public function testGetCriterion(StatusLimitationType $limitationType) { @@ -349,7 +356,7 @@ public function testGetCriterion(StatusLimitationType $limitationType) /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\StatusLimitationType $limitationType + * @param StatusLimitationType $limitationType */ public function testValueSchema(StatusLimitationType $limitationType) { diff --git a/tests/lib/Limitation/SubtreeLimitationTypeTest.php b/tests/lib/Limitation/SubtreeLimitationTypeTest.php index 7e6842e2bf..6ac335ccb2 100644 --- a/tests/lib/Limitation/SubtreeLimitationTypeTest.php +++ b/tests/lib/Limitation/SubtreeLimitationTypeTest.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Limitation\Type as LimitationType; use Ibexa\Contracts\Core\Persistence\Content\Location as SPILocation; +use Ibexa\Contracts\Core\Persistence\Content\Location\Handler; use Ibexa\Contracts\Core\Persistence\Content\Location\Handler as SPILocationHandler; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\Content as APIContent; @@ -26,6 +27,7 @@ use Ibexa\Core\Repository\Values\Content\ContentCreateStruct; use Ibexa\Core\Repository\Values\Content\Location; use Ibexa\Core\Repository\Values\Content\Query\Criterion\PermissionSubtree; +use PHPUnit\Framework\MockObject\MockObject; /** * Test Case for LimitationType. @@ -34,7 +36,7 @@ class SubtreeLimitationTypeTest extends Base { public const int EXAMPLE_CONTENT_INFO_ID = 12312; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $locationHandlerMock; /** @@ -56,7 +58,7 @@ protected function tearDown(): void } /** - * @return \Ibexa\Core\Limitation\SubtreeLimitationType + * @return SubtreeLimitationType */ public function testConstruct() { @@ -80,11 +82,13 @@ public function providerForTestAcceptValue() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation $limitation - * @param \Ibexa\Core\Limitation\SubtreeLimitationType $limitationType + * @param SubtreeLimitation $limitation + * @param SubtreeLimitationType $limitationType */ - public function testAcceptValue(SubtreeLimitation $limitation, SubtreeLimitationType $limitationType) - { + public function testAcceptValue( + SubtreeLimitation $limitation, + SubtreeLimitationType $limitationType + ) { $limitationType->acceptValue($limitation); } @@ -107,11 +111,13 @@ public function providerForTestAcceptValueException() * * @depends testConstruct * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation $limitation - * @param \Ibexa\Core\Limitation\SubtreeLimitationType $limitationType + * @param Limitation $limitation + * @param SubtreeLimitationType $limitationType */ - public function testAcceptValueException(Limitation $limitation, SubtreeLimitationType $limitationType) - { + public function testAcceptValueException( + Limitation $limitation, + SubtreeLimitationType $limitationType + ) { $this->expectException(InvalidArgumentException::class); $limitationType->acceptValue($limitation); @@ -132,7 +138,7 @@ public function providerForTestValidatePass() /** * @dataProvider providerForTestValidatePass * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation $limitation + * @param SubtreeLimitation $limitation */ public function testValidatePass(SubtreeLimitation $limitation) { @@ -178,11 +184,13 @@ public function providerForTestValidateError() /** * @dataProvider providerForTestValidateError * - * @param \Ibexa\Contracts\Core\Repository\Values\User\Limitation\SubtreeLimitation $limitation + * @param SubtreeLimitation $limitation * @param int $errorCount */ - public function testValidateError(SubtreeLimitation $limitation, $errorCount) - { + public function testValidateError( + SubtreeLimitation $limitation, + $errorCount + ) { if (!empty($limitation->limitationValues)) { $this->getPersistenceMock() ->expects(self::any()) @@ -242,7 +250,7 @@ public function testValidateErrorWrongPath() /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SubtreeLimitationType $limitationType + * @param SubtreeLimitationType $limitationType */ public function testBuildValue(SubtreeLimitationType $limitationType) { @@ -530,7 +538,7 @@ public function testEvaluateInvalidArgument( /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SubtreeLimitationType $limitationType + * @param SubtreeLimitationType $limitationType */ public function testGetCriterionInvalidValue(SubtreeLimitationType $limitationType) { @@ -545,7 +553,7 @@ public function testGetCriterionInvalidValue(SubtreeLimitationType $limitationTy /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SubtreeLimitationType $limitationType + * @param SubtreeLimitationType $limitationType */ public function testGetCriterionSingleValue(SubtreeLimitationType $limitationType) { @@ -566,7 +574,7 @@ public function testGetCriterionSingleValue(SubtreeLimitationType $limitationTyp /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SubtreeLimitationType $limitationType + * @param SubtreeLimitationType $limitationType */ public function testGetCriterionMultipleValues(SubtreeLimitationType $limitationType) { @@ -587,7 +595,7 @@ public function testGetCriterionMultipleValues(SubtreeLimitationType $limitation /** * @depends testConstruct * - * @param \Ibexa\Core\Limitation\SubtreeLimitationType $limitationType + * @param SubtreeLimitationType $limitationType */ public function testValueSchema(SubtreeLimitationType $limitationType) { diff --git a/tests/lib/MVC/Symfony/Component/Serializer/CompoundMatcherNormalizerTest.php b/tests/lib/MVC/Symfony/Component/Serializer/CompoundMatcherNormalizerTest.php index c7c67b26f6..cadf92799d 100644 --- a/tests/lib/MVC/Symfony/Component/Serializer/CompoundMatcherNormalizerTest.php +++ b/tests/lib/MVC/Symfony/Component/Serializer/CompoundMatcherNormalizerTest.php @@ -14,6 +14,7 @@ use Ibexa\Tests\Core\MVC\Symfony\Component\Serializer\Stubs\CompoundStub; use Ibexa\Tests\Core\MVC\Symfony\Component\Serializer\Stubs\MatcherStub; use PHPUnit\Framework\TestCase; +use Symfony\Component\Serializer\Exception\ExceptionInterface; use Symfony\Component\Serializer\Normalizer\DenormalizerInterface; use Symfony\Component\Serializer\Normalizer\NormalizerInterface; @@ -39,7 +40,7 @@ final class CompoundMatcherNormalizerTest extends TestCase /** * @phpstan-return TNormalizedData * - * @throws \Symfony\Component\Serializer\Exception\ExceptionInterface + * @throws ExceptionInterface */ public function testNormalization(): array { @@ -103,8 +104,11 @@ public static function getDataForSupportsNormalization(): iterable * @phpstan-param TNormalizedData $data * @phpstan-param class-string $type */ - public function testSupportsDenormalization(array $data, string $type, bool $supports): void - { + public function testSupportsDenormalization( + array $data, + string $type, + bool $supports + ): void { $normalizer = new CompoundMatcherNormalizer(); self::assertSame($supports, $normalizer->supportsDenormalization($data, $type)); @@ -115,7 +119,7 @@ public function testSupportsDenormalization(array $data, string $type, bool $sup * * @phpstan-param array{type: class-string, subMatchers: array, config: array{}, matchersMap: array{}} $data * - * @throws \Symfony\Component\Serializer\Exception\ExceptionInterface + * @throws ExceptionInterface */ public function testDenormalization(array $data): void { @@ -135,7 +139,7 @@ public function testDenormalization(array $data): void } /** - * @return array + * @return array */ private function getSubMatchers(): array { diff --git a/tests/lib/MVC/Symfony/Component/Serializer/HostElementNormalizerTest.php b/tests/lib/MVC/Symfony/Component/Serializer/HostElementNormalizerTest.php index ea9ba7a1dc..2cc103d618 100644 --- a/tests/lib/MVC/Symfony/Component/Serializer/HostElementNormalizerTest.php +++ b/tests/lib/MVC/Symfony/Component/Serializer/HostElementNormalizerTest.php @@ -13,6 +13,7 @@ use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\HostElement; use PHPUnit\Framework\TestCase; +use Symfony\Component\Serializer\Exception\ExceptionInterface; use Symfony\Component\Serializer\Normalizer\ObjectNormalizer; use Symfony\Component\Serializer\Serializer; @@ -31,7 +32,7 @@ final class HostElementNormalizerTest extends TestCase ]; /** - * @throws \Symfony\Component\Serializer\Exception\ExceptionInterface + * @throws ExceptionInterface */ public function testNormalization(): void { @@ -63,7 +64,7 @@ public function testSupportsNormalization(): void } /** - * @throws \Symfony\Component\Serializer\Exception\ExceptionInterface + * @throws ExceptionInterface */ public function testDenormalization(): void { diff --git a/tests/lib/MVC/Symfony/Component/Serializer/Stubs/CompoundStub.php b/tests/lib/MVC/Symfony/Component/Serializer/Stubs/CompoundStub.php index 64179f75ce..26c8fce6fa 100644 --- a/tests/lib/MVC/Symfony/Component/Serializer/Stubs/CompoundStub.php +++ b/tests/lib/MVC/Symfony/Component/Serializer/Stubs/CompoundStub.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Core\MVC\Symfony\Component\Serializer\Stubs; use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; +use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\Compound; /** @@ -17,7 +18,7 @@ final class CompoundStub extends Compound { /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher[] $subMatchers + * @param Matcher[] $subMatchers */ public function __construct(array $subMatchers) { @@ -26,7 +27,7 @@ public function __construct(array $subMatchers) } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function match(): never { @@ -34,7 +35,7 @@ public function match(): never } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function reverseMatch(string $siteAccessName): never { diff --git a/tests/lib/MVC/Symfony/Component/Serializer/Stubs/MatcherStub.php b/tests/lib/MVC/Symfony/Component/Serializer/Stubs/MatcherStub.php index fca21b7126..1f2f92737f 100644 --- a/tests/lib/MVC/Symfony/Component/Serializer/Stubs/MatcherStub.php +++ b/tests/lib/MVC/Symfony/Component/Serializer/Stubs/MatcherStub.php @@ -22,7 +22,7 @@ public function __construct(mixed $data = null) } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function setRequest(SimplifiedRequest $request): never { @@ -30,7 +30,7 @@ public function setRequest(SimplifiedRequest $request): never } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function match(): never { @@ -38,7 +38,7 @@ public function match(): never } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function getName(): never { diff --git a/tests/lib/MVC/Symfony/Component/Serializer/Stubs/RegexMatcher.php b/tests/lib/MVC/Symfony/Component/Serializer/Stubs/RegexMatcher.php index d00096cd2b..84e40f475e 100644 --- a/tests/lib/MVC/Symfony/Component/Serializer/Stubs/RegexMatcher.php +++ b/tests/lib/MVC/Symfony/Component/Serializer/Stubs/RegexMatcher.php @@ -14,7 +14,7 @@ final class RegexMatcher extends BaseRegex { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function getName(): never { diff --git a/tests/lib/MVC/Symfony/Component/Serializer/URIElementNormalizerTest.php b/tests/lib/MVC/Symfony/Component/Serializer/URIElementNormalizerTest.php index 6ff8449908..c35676ed59 100644 --- a/tests/lib/MVC/Symfony/Component/Serializer/URIElementNormalizerTest.php +++ b/tests/lib/MVC/Symfony/Component/Serializer/URIElementNormalizerTest.php @@ -13,6 +13,7 @@ use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\URIElement; use PHPUnit\Framework\TestCase; +use Symfony\Component\Serializer\Exception\ExceptionInterface; use Symfony\Component\Serializer\Normalizer\ObjectNormalizer; use Symfony\Component\Serializer\Serializer; @@ -22,7 +23,7 @@ final class URIElementNormalizerTest extends TestCase { /** - * @throws \Symfony\Component\Serializer\Exception\ExceptionInterface + * @throws ExceptionInterface */ public function testNormalization(): void { diff --git a/tests/lib/MVC/Symfony/Component/Serializer/URITextNormalizerTest.php b/tests/lib/MVC/Symfony/Component/Serializer/URITextNormalizerTest.php index 2fc6a505b6..962825c51c 100644 --- a/tests/lib/MVC/Symfony/Component/Serializer/URITextNormalizerTest.php +++ b/tests/lib/MVC/Symfony/Component/Serializer/URITextNormalizerTest.php @@ -12,6 +12,7 @@ use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\URIText; use Ibexa\Tests\Core\Search\TestCase; +use Symfony\Component\Serializer\Exception\ExceptionInterface; use Symfony\Component\Serializer\Normalizer\ObjectNormalizer; use Symfony\Component\Serializer\Serializer; @@ -21,7 +22,7 @@ final class URITextNormalizerTest extends TestCase { /** - * @throws \Symfony\Component\Serializer\Exception\ExceptionInterface + * @throws ExceptionInterface */ public function testNormalize(): void { diff --git a/tests/lib/MVC/Symfony/Controller/Controller/Content/PreviewControllerTest.php b/tests/lib/MVC/Symfony/Controller/Controller/Content/PreviewControllerTest.php index 7040853152..a176ea4b1f 100644 --- a/tests/lib/MVC/Symfony/Controller/Controller/Content/PreviewControllerTest.php +++ b/tests/lib/MVC/Symfony/Controller/Controller/Content/PreviewControllerTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Core\MVC\Symfony\Controller\Controller\Content; use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Location; @@ -19,6 +20,7 @@ use Ibexa\Core\MVC\Symfony\Controller\Content\PreviewController; use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\View\CustomLocationControllerChecker; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Psr\Log\LoggerInterface; use Symfony\Component\HttpFoundation\Request; @@ -32,28 +34,28 @@ */ final class PreviewControllerTest extends TestCase { - /** @var \Ibexa\Contracts\Core\Repository\ContentService&\PHPUnit\Framework\MockObject\MockObject */ + /** @var ContentService&MockObject */ protected ContentService $contentService; - /** @var \Ibexa\Contracts\Core\Repository\LocationService&\PHPUnit\Framework\MockObject\MockObject */ + /** @var LocationService&MockObject */ protected LocationService $locationService; - /** @var \Symfony\Component\HttpKernel\HttpKernelInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var HttpKernelInterface&MockObject */ protected HttpKernelInterface $httpKernel; - /** @var \Ibexa\Core\Helper\ContentPreviewHelper&\PHPUnit\Framework\MockObject\MockObject */ + /** @var ContentPreviewHelper&MockObject */ protected ContentPreviewHelper $previewHelper; - /** @var \Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var AuthorizationCheckerInterface&MockObject */ protected AuthorizationCheckerInterface $authorizationChecker; - /** @var \Ibexa\Core\Helper\PreviewLocationProvider&\PHPUnit\Framework\MockObject\MockObject */ + /** @var PreviewLocationProvider&MockObject */ protected PreviewLocationProvider $locationProvider; - /** @var \Ibexa\Core\MVC\Symfony\View\CustomLocationControllerChecker&\PHPUnit\Framework\MockObject\MockObject */ + /** @var CustomLocationControllerChecker&MockObject */ protected CustomLocationControllerChecker $controllerChecker; - /** @var \Psr\Log\LoggerInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var LoggerInterface&MockObject */ private LoggerInterface $logger; protected function setUp(): void @@ -86,7 +88,7 @@ protected function getPreviewController(): PreviewController } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testPreviewUnauthorized(): void { @@ -107,7 +109,7 @@ public function testPreviewUnauthorized(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testPreviewCanUserFail(): void { @@ -226,7 +228,7 @@ public static function getDataForTestPreview(): iterable /** * @dataProvider getDataForTestPreview * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testPreview( ?SiteAccess $previewSiteAccess, diff --git a/tests/lib/MVC/Symfony/Controller/ControllerTest.php b/tests/lib/MVC/Symfony/Controller/ControllerTest.php index 3bf3bc6b31..4a7202a410 100644 --- a/tests/lib/MVC/Symfony/Controller/ControllerTest.php +++ b/tests/lib/MVC/Symfony/Controller/ControllerTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\MVC\Symfony\Controller; use Ibexa\Core\MVC\Symfony\Controller\Controller; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpFoundation\Response; @@ -20,13 +21,13 @@ */ class ControllerTest extends TestCase { - /** @var \Ibexa\Core\MVC\Symfony\Controller\Controller */ + /** @var Controller */ protected $controller; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $templateEngineMock; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $containerMock; protected function setUp(): void diff --git a/tests/lib/MVC/Symfony/Controller/QueryRenderControllerTest.php b/tests/lib/MVC/Symfony/Controller/QueryRenderControllerTest.php index eb3ee41bbf..9ee084a2c9 100644 --- a/tests/lib/MVC/Symfony/Controller/QueryRenderControllerTest.php +++ b/tests/lib/MVC/Symfony/Controller/QueryRenderControllerTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\MVC\Symfony\Controller; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Core\MVC\Symfony\Controller\QueryRenderController; use Ibexa\Core\MVC\Symfony\View\QueryView; @@ -91,7 +92,7 @@ public function testRenderQueryWithMinOptions(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testRenderQueryWithAllOptions(): void { @@ -116,7 +117,7 @@ public function testRenderQueryWithAllOptions(): void * * @template TItem * - * @phpstan-return \Ibexa\Core\Pagination\Pagerfanta\SearchResultAdapter + * @phpstan-return SearchResultAdapter */ private function configureMocks(array $options): SearchResultAdapter { diff --git a/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php b/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php index 9732352854..37f80256e1 100644 --- a/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php +++ b/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php @@ -18,12 +18,13 @@ use Ibexa\Core\MVC\Symfony\View\View; use Ibexa\Core\Repository\Values\Content\Content; use Ibexa\Core\Repository\Values\Content\Location; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; final class ContentViewTwigVariablesSubscriberTest extends TestCase { /** - * @return \Ibexa\Core\MVC\Symfony\View\ContentView|\PHPUnit\Framework\MockObject\MockObject + * @return ContentView|MockObject */ private function getContentViewMock(): ContentView { @@ -57,8 +58,10 @@ public function getIdentifier(): string return $this->identifier; } - public function getTwigVariables(View $view, array $options = []): object - { + public function getTwigVariables( + View $view, + array $options = [] + ): object { return (object)[ $this->identifier . '_parameter' => $this->identifier . '_value', ]; diff --git a/tests/lib/MVC/Symfony/EventListener/LanguageSwitchListenerTest.php b/tests/lib/MVC/Symfony/EventListener/LanguageSwitchListenerTest.php index ce13fc1191..8102cfb96e 100644 --- a/tests/lib/MVC/Symfony/EventListener/LanguageSwitchListenerTest.php +++ b/tests/lib/MVC/Symfony/EventListener/LanguageSwitchListenerTest.php @@ -12,12 +12,13 @@ use Ibexa\Core\MVC\Symfony\EventListener\LanguageSwitchListener; use Ibexa\Core\MVC\Symfony\MVCEvents; use Ibexa\Core\MVC\Symfony\Routing\RouteReference; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Request; class LanguageSwitchListenerTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $translationHelper; protected function setUp(): void diff --git a/tests/lib/MVC/Symfony/EventListener/SiteAccessMatchListenerTest.php b/tests/lib/MVC/Symfony/EventListener/SiteAccessMatchListenerTest.php index 04e776f1cc..01424b68c2 100644 --- a/tests/lib/MVC/Symfony/EventListener/SiteAccessMatchListenerTest.php +++ b/tests/lib/MVC/Symfony/EventListener/SiteAccessMatchListenerTest.php @@ -8,6 +8,8 @@ namespace Ibexa\Tests\Core\MVC\Symfony\EventListener; use Ibexa\Bundle\Core\SiteAccess\SiteAccessMatcherRegistryInterface; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\MVC\Symfony\Component\Serializer\CompoundMatcherNormalizer; use Ibexa\Core\MVC\Symfony\Component\Serializer\HostElementNormalizer; use Ibexa\Core\MVC\Symfony\Component\Serializer\HostTextNormalizer; @@ -26,6 +28,7 @@ use Ibexa\Core\MVC\Symfony\SiteAccess\Matcher; use Ibexa\Core\MVC\Symfony\SiteAccess\Router; use Ibexa\Core\MVC\Symfony\SiteAccessGroup; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\HttpFoundation\Request; @@ -45,13 +48,13 @@ */ final class SiteAccessMatchListenerTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject&\Ibexa\Core\MVC\Symfony\SiteAccess\Router */ + /** @var MockObject&Router */ private Router $saRouter; - /** @var \PHPUnit\Framework\MockObject\MockObject&\Symfony\Component\EventDispatcher\EventDispatcherInterface */ + /** @var MockObject&EventDispatcherInterface */ private EventDispatcherInterface $eventDispatcher; - /** @var \PHPUnit\Framework\MockObject\MockObject&\Ibexa\Bundle\Core\SiteAccess\SiteAccessMatcherRegistryInterface */ + /** @var MockObject&SiteAccessMatcherRegistryInterface */ private SiteAccessMatcherRegistryInterface $registry; private SiteAccessMatchListener $listener; @@ -78,7 +81,7 @@ public function testGetSubscribedEvents(): void } /** - * @param \Ibexa\Core\MVC\Symfony\SiteAccessGroup[] $groups + * @param SiteAccessGroup[] $groups */ protected function createSiteAccess( ?Matcher $matcher = null, @@ -95,8 +98,8 @@ protected function createSiteAccess( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ public function createAndDispatchRequest(SiteAccess $siteAccess): Request { @@ -118,12 +121,12 @@ public function createAndDispatchRequest(SiteAccess $siteAccess): Request } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ public function testOnKernelRequestSerializedSA(): void { - $matcher = new SiteAccess\Matcher\URIElement(1); + $matcher = new Matcher\URIElement(1); $siteAccess = $this->createSiteAccess($matcher, null, [new SiteAccessGroup('test_group')]); $request = $this->createAndDispatchRequest($siteAccess); @@ -131,15 +134,15 @@ public function testOnKernelRequestSerializedSA(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ public function testOnKernelRequestSerializedSAWithCompoundMatcher(): void { - $compoundMatcher = new SiteAccess\Matcher\Compound\LogicalAnd([]); + $compoundMatcher = new Matcher\Compound\LogicalAnd([]); $subMatchers = [ - SiteAccess\Matcher\Map\URI::class => new SiteAccess\Matcher\Map\URI([]), - SiteAccess\Matcher\Map\Host::class => new SiteAccess\Matcher\Map\Host([]), + Matcher\Map\URI::class => new Matcher\Map\URI([]), + Matcher\Map\Host::class => new Matcher\Map\Host([]), ]; $compoundMatcher->setSubMatchers($subMatchers); $siteAccess = new SiteAccess( @@ -152,8 +155,8 @@ public function testOnKernelRequestSerializedSAWithCompoundMatcher(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ public function testOnKernelRequestSerializedSAWithMatcherInMatcherRegistry(): void { @@ -181,15 +184,15 @@ public function testOnKernelRequestSerializedSAWithMatcherInMatcherRegistry(): v ); $request = $this->createAndDispatchRequest($siteAccess); - /** @var \Ibexa\Tests\Core\MVC\Symfony\EventListener\TestMatcher $siteAccessMatcher */ + /** @var TestMatcher $siteAccessMatcher */ $siteAccessMatcher = $siteAccess->matcher; self::assertEquals('key_foobar', $siteAccessMatcher->getMapKey()); self::assertFalse($request->attributes->has('serialized_siteaccess')); } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ public function testOnKernelRequestSiteAccessPresent(): void { @@ -201,8 +204,8 @@ public function testOnKernelRequestSiteAccessPresent(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ public function testOnKernelRequest(): void { @@ -216,8 +219,8 @@ public function testOnKernelRequest(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws NotFoundException + * @throws InvalidArgumentException */ public function testOnKernelRequestUserHashWithOriginalRequest(): void { @@ -238,8 +241,8 @@ private function serializeSiteAccess(SiteAccess $siteAccess): string } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ private function assertRequestHasSiteAccess( Request $request, @@ -282,11 +285,13 @@ private function assertRequestHasSiteAccess( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws InvalidArgumentException + * @throws NotFoundException */ - private function dispatchRequestEvent(Request $request, SiteAccess $siteAccess): void - { + private function dispatchRequestEvent( + Request $request, + SiteAccess $siteAccess + ): void { $event = new RequestEvent( $this->createMock(HttpKernelInterface::class), $request, @@ -338,7 +343,7 @@ private function serializeMatcher(SiteAccess $siteAccess): string } /** - * @phpstan-return array, string> + * @phpstan-return array, string> */ private function serializeSubMatchers(Matcher\Compound $compoundMatcher): array { diff --git a/tests/lib/MVC/Symfony/FieldType/ImageAsset/ParameterProviderTest.php b/tests/lib/MVC/Symfony/FieldType/ImageAsset/ParameterProviderTest.php index 74171e7119..c996f56037 100644 --- a/tests/lib/MVC/Symfony/FieldType/ImageAsset/ParameterProviderTest.php +++ b/tests/lib/MVC/Symfony/FieldType/ImageAsset/ParameterProviderTest.php @@ -17,20 +17,21 @@ use Ibexa\Core\FieldType\ImageAsset\Value as ImageAssetValue; use Ibexa\Core\MVC\Symfony\FieldType\ImageAsset\ParameterProvider; use Ibexa\Core\Repository\SiteAccessAware\Repository; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ParameterProviderTest extends TestCase { - /** @var \Ibexa\Core\Repository\SiteAccessAware\Repository|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Repository|MockObject */ private $repository; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver|\PHPUnit\Framework\MockObject\MockObject */ + /** @var PermissionResolver|MockObject */ private $permissionsResolver; - /** @var \Ibexa\Core\MVC\Symfony\FieldType\ImageAsset\ParameterProvider */ + /** @var ParameterProvider */ private $parameterProvider; - /** @var \Ibexa\Contracts\Core\Repository\FieldType|\PHPUnit\Framework\MockObject\MockObject */ + /** @var FieldType|MockObject */ private $fieldType; protected function setUp(): void @@ -68,8 +69,10 @@ public function dataProviderForTestGetViewParameters(): array /** * @dataProvider dataProviderForTestGetViewParameters */ - public function testGetViewParameters($status, array $expected): void - { + public function testGetViewParameters( + $status, + array $expected + ): void { $destinationContentId = 1; $this->fieldType @@ -188,7 +191,7 @@ public function testGetViewParametersHandleEmptyValue(): void /** * @param int $destinationContentId * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field + * @return Field */ private function createField(int $destinationContentId): Field { diff --git a/tests/lib/MVC/Symfony/FieldType/Relation/ParameterProviderTest.php b/tests/lib/MVC/Symfony/FieldType/Relation/ParameterProviderTest.php index 5000f84fc3..deebe26b56 100644 --- a/tests/lib/MVC/Symfony/FieldType/Relation/ParameterProviderTest.php +++ b/tests/lib/MVC/Symfony/FieldType/Relation/ParameterProviderTest.php @@ -30,8 +30,10 @@ public function providerForTestGetViewParameters() /** * @dataProvider providerForTestGetViewParameters */ - public function testGetViewParameters($status, array $expected) - { + public function testGetViewParameters( + $status, + array $expected + ) { $contentServiceMock = $this->createMock(ContentService::class); $contentServiceMock ->method('loadContentInfo') diff --git a/tests/lib/MVC/Symfony/FieldType/RelationList/ParameterProviderTest.php b/tests/lib/MVC/Symfony/FieldType/RelationList/ParameterProviderTest.php index 7a5aa2df1b..22009f780d 100644 --- a/tests/lib/MVC/Symfony/FieldType/RelationList/ParameterProviderTest.php +++ b/tests/lib/MVC/Symfony/FieldType/RelationList/ParameterProviderTest.php @@ -29,8 +29,10 @@ public function providerForTestGetViewParameters() /** * @dataProvider providerForTestGetViewParameters */ - public function testGetViewParameters(array $desinationContentIds, array $expected) - { + public function testGetViewParameters( + array $desinationContentIds, + array $expected + ) { $contentServiceMock = $this->createMock(ContentService::class); $contentServiceMock ->method('loadContentInfoList') diff --git a/tests/lib/MVC/Symfony/FieldType/User/ParameterProviderTest.php b/tests/lib/MVC/Symfony/FieldType/User/ParameterProviderTest.php index 46214e9b71..375124a39d 100644 --- a/tests/lib/MVC/Symfony/FieldType/User/ParameterProviderTest.php +++ b/tests/lib/MVC/Symfony/FieldType/User/ParameterProviderTest.php @@ -16,19 +16,20 @@ use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Core\FieldType\User\Value; use Ibexa\Core\MVC\Symfony\FieldType\User\ParameterProvider; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ParameterProviderTest extends TestCase { private const EXAMPLE_USER_ID = 1; - /** @var \Ibexa\Contracts\Core\Repository\UserService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var UserService|MockObject */ private $userService; - /** @var \Ibexa\Contracts\Core\Repository\Values\User\User|\PHPUnit\Framework\MockObject\MockObject */ + /** @var User|MockObject */ private $user; - /** @var \Ibexa\Core\MVC\Symfony\FieldType\User\ParameterProvider */ + /** @var ParameterProvider */ private $parameterProvider; protected function setUp(): void diff --git a/tests/lib/MVC/Symfony/FieldType/View/ParameterProvider/LocaleParameterProviderTest.php b/tests/lib/MVC/Symfony/FieldType/View/ParameterProvider/LocaleParameterProviderTest.php index b9946d8788..4af4d2c930 100644 --- a/tests/lib/MVC/Symfony/FieldType/View/ParameterProvider/LocaleParameterProviderTest.php +++ b/tests/lib/MVC/Symfony/FieldType/View/ParameterProvider/LocaleParameterProviderTest.php @@ -28,8 +28,10 @@ public function providerForTestGetViewParameters() /** * @dataProvider providerForTestGetViewParameters */ - public function testGetViewParameters($hasRequestLocale, $expectedLocale) - { + public function testGetViewParameters( + $hasRequestLocale, + $expectedLocale + ) { $field = new Field(['languageCode' => 'cro-HR']); $parameterProvider = new LocaleParameterProvider($this->getLocaleConverterMock()); $parameterProvider->setRequestStack($this->getRequestStackMock($hasRequestLocale)); diff --git a/tests/lib/MVC/Symfony/Locale/LocaleConverterTest.php b/tests/lib/MVC/Symfony/Locale/LocaleConverterTest.php index cee827aa1b..5ce65c0ff1 100644 --- a/tests/lib/MVC/Symfony/Locale/LocaleConverterTest.php +++ b/tests/lib/MVC/Symfony/Locale/LocaleConverterTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\MVC\Symfony\Locale; use Ibexa\Core\MVC\Symfony\Locale\LocaleConverter; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Psr\Log\LoggerInterface; @@ -18,7 +19,7 @@ final class LocaleConverterTest extends TestCase { private LocaleConverter $localeConverter; - /** @var \Psr\Log\LoggerInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var LoggerInterface&MockObject */ private LoggerInterface $logger; /** @@ -51,8 +52,10 @@ protected function setUp(): void /** * @dataProvider convertToPOSIXProvider */ - public function testConvertToPOSIX(string $repositoryLocale, ?string $expected): void - { + public function testConvertToPOSIX( + string $repositoryLocale, + ?string $expected + ): void { if ($expected === null) { $this->logger ->expects(self::once()) @@ -77,8 +80,10 @@ public function convertToPOSIXProvider(): array /** * @dataProvider convertToRepositoryProvider */ - public function testConvertToRepository(string $posixLocale, ?string $expected): void - { + public function testConvertToRepository( + string $posixLocale, + ?string $expected + ): void { if ($expected === null) { $this->logger ->expects(self::once()) diff --git a/tests/lib/MVC/Symfony/Locale/UserLanguagePreferenceProviderTest.php b/tests/lib/MVC/Symfony/Locale/UserLanguagePreferenceProviderTest.php index 8c70d0bccf..400e421d44 100644 --- a/tests/lib/MVC/Symfony/Locale/UserLanguagePreferenceProviderTest.php +++ b/tests/lib/MVC/Symfony/Locale/UserLanguagePreferenceProviderTest.php @@ -12,6 +12,8 @@ use Ibexa\Contracts\Core\Repository\Values\UserPreference\UserPreference; use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\MVC\Symfony\Locale\UserLanguagePreferenceProvider; +use Ibexa\Core\MVC\Symfony\Locale\UserLanguagePreferenceProviderInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\HeaderBag; use Symfony\Component\HttpFoundation\Request; @@ -24,13 +26,13 @@ class UserLanguagePreferenceProviderTest extends TestCase private const LANGUAGE_PREFERENCE_NAME = 'language'; private const LANGUAGE_PREFERENCE_VALUE = 'no'; - /** @var \Ibexa\Core\MVC\Symfony\Locale\UserLanguagePreferenceProviderInterface */ + /** @var UserLanguagePreferenceProviderInterface */ private $userLanguagePreferenceProvider; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Symfony\Component\HttpFoundation\RequestStack */ + /** @var MockObject|RequestStack */ private $requestStackMock; - /** @var \Ibexa\Contracts\Core\Repository\UserPreferenceService */ + /** @var UserPreferenceService */ private $userPreferenceServiceMock; protected function setUp(): void @@ -62,8 +64,10 @@ protected function setUp(): void * @param array $userLanguages * @param array $expectedEzLanguageCodes */ - public function testGetPreferredLanguagesWithoutUserLanguage(array $userLanguages, array $expectedEzLanguageCodes): void - { + public function testGetPreferredLanguagesWithoutUserLanguage( + array $userLanguages, + array $expectedEzLanguageCodes + ): void { $request = new Request(); $request->headers = new HeaderBag( [ @@ -101,8 +105,10 @@ public function testGetPreferredLanguagesWithoutUserLanguage(array $userLanguage * @param array $userLanguages * @param array $expectedEzLanguageCodes */ - public function testGetPreferredLanguagesWithUserPreferredLanguage(array $userLanguages, array $expectedEzLanguageCodes): void - { + public function testGetPreferredLanguagesWithUserPreferredLanguage( + array $userLanguages, + array $expectedEzLanguageCodes + ): void { $request = new Request(); $request->headers = new HeaderBag( [ diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/BaseTestCase.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/BaseTestCase.php index 28d47fda8c..cebb1c7e7d 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/BaseTestCase.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/BaseTestCase.php @@ -16,11 +16,12 @@ use Ibexa\Core\Repository\Permission\LimitationService; use Ibexa\Core\Repository\Permission\PermissionResolver; use Ibexa\Core\Repository\Repository; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; abstract class BaseTestCase extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $repositoryMock; protected function setUp(): void @@ -32,7 +33,7 @@ protected function setUp(): void /** * @param array $matchingConfig * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ protected function getPartiallyMockedViewProvider(array $matchingConfig = []) { @@ -49,7 +50,7 @@ protected function getPartiallyMockedViewProvider(array $matchingConfig = []) } /** - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ protected function getRepositoryMock() { @@ -70,7 +71,7 @@ protected function getRepositoryMock() /** * @param array $properties * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ protected function getLocationMock(array $properties = []) { @@ -83,7 +84,7 @@ protected function getLocationMock(array $properties = []) /** * @param array $properties * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ protected function getContentInfoMock(array $properties = []) { diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/DepthTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/DepthTest.php index d44193fe72..8e55bf453a 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/DepthTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/DepthTest.php @@ -10,11 +10,13 @@ use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\Content\Location; +use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Depth; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Depth as DepthMatcher; +use PHPUnit\Framework\MockObject\MockObject; class DepthTest extends BaseTestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Depth */ + /** @var Depth */ private $matcher; protected function setUp(): void @@ -30,11 +32,14 @@ protected function setUp(): void * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Location $location, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Location $location, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchLocation($location)); } @@ -83,11 +88,14 @@ public function matchLocationProvider() * @covers \Ibexa\Core\MVC\RepositoryAware::setRepository * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); self::assertSame( @@ -127,7 +135,7 @@ public function matchContentInfoProvider() * * @param int $depth * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateRepositoryMockForDepth($depth) { diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTest.php index 67c66b6a3f..09f7ae6810 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTest.php @@ -9,12 +9,14 @@ use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location; +use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\Content; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\Content as ContentIdMatcher; use Ibexa\Tests\Core\MVC\Symfony\Matcher\ContentBased\BaseTestCase; +use PHPUnit\Framework\MockObject\MockObject; class ContentTest extends BaseTestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\Content */ + /** @var Content */ private $matcher; protected function setUp(): void @@ -30,11 +32,14 @@ protected function setUp(): void * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Location $location, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Location $location, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchLocation($location)); } @@ -70,7 +75,7 @@ public function matchLocationProvider() * * @param int $contentId * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateLocationForContentId($contentId) { @@ -94,11 +99,14 @@ private function generateLocationForContentId($contentId) * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, ContentInfo $contentInfo, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + ContentInfo $contentInfo, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchContentInfo($contentInfo)); } diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeGroupTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeGroupTest.php index 3633ada542..0e80ffa63d 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeGroupTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeGroupTest.php @@ -13,10 +13,11 @@ use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentTypeGroup; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\ContentTypeGroup as ContentTypeGroupIdMatcher; use Ibexa\Tests\Core\MVC\Symfony\Matcher\ContentBased\BaseTestCase; +use PHPUnit\Framework\MockObject\MockObject; class ContentTypeGroupTest extends BaseTestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\ContentTypeGroup */ + /** @var ContentTypeGroupIdMatcher */ private $matcher; protected function setUp(): void @@ -32,11 +33,14 @@ protected function setUp(): void * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); @@ -82,7 +86,7 @@ public function matchLocationProvider() /** * Generates a Location mock. * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateLocationMock() { @@ -106,11 +110,14 @@ private function generateLocationMock() * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); @@ -156,7 +163,7 @@ public function matchContentInfoProvider() * * @param int $contentTypeGroupId * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateRepositoryMockForContentTypeGroupId($contentTypeGroupId) { diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeTest.php index 26ad0c4e99..0a64d2f781 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ContentTypeTest.php @@ -9,12 +9,14 @@ use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location; +use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\ContentType; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\ContentType as ContentTypeIdMatcher; use Ibexa\Tests\Core\MVC\Symfony\Matcher\ContentBased\BaseTestCase; +use PHPUnit\Framework\MockObject\MockObject; class ContentTypeTest extends BaseTestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\ContentType */ + /** @var ContentType */ private $matcher; protected function setUp(): void @@ -30,11 +32,14 @@ protected function setUp(): void * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Location $location, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Location $location, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchLocation($location)); } @@ -75,7 +80,7 @@ public function matchLocationProvider() * * @param int $contentTypeId * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateLocationForContentType($contentTypeId) { @@ -97,7 +102,7 @@ private function generateLocationForContentType($contentTypeId) * * @param int $contentTypeId * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateContentInfoForContentType($contentTypeId) { @@ -111,11 +116,14 @@ private function generateContentInfoForContentType($contentTypeId) * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, ContentInfo $contentInfo, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + ContentInfo $contentInfo, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchContentInfo($contentInfo)); } diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/LocationTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/LocationTest.php index bb3b90778d..6cfe2141b4 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/LocationTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/LocationTest.php @@ -14,7 +14,7 @@ class LocationTest extends BaseTestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\Location */ + /** @var LocationIdMatcher */ private $matcher; protected function setUp(): void @@ -30,11 +30,14 @@ protected function setUp(): void * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Location $location, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Location $location, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchLocation($location)); } @@ -72,11 +75,14 @@ public function matchLocationProvider() * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, ContentInfo $contentInfo, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + ContentInfo $contentInfo, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchContentInfo($contentInfo)); } diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentContentTypeTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentContentTypeTest.php index 6371b7a2fe..a3d71a583a 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentContentTypeTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentContentTypeTest.php @@ -9,15 +9,17 @@ use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Repository; +use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\ParentContentType; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\ParentContentType as ParentContentTypeMatcher; use Ibexa\Tests\Core\MVC\Symfony\Matcher\ContentBased\BaseTestCase; +use PHPUnit\Framework\MockObject\MockObject; class ParentContentTypeTest extends BaseTestCase { private const EXAMPLE_LOCATION_ID = 54; private const EXAMPLE_PARENT_LOCATION_ID = 2; - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\ParentContentType */ + /** @var ParentContentType */ private $matcher; protected function setUp(): void @@ -31,7 +33,7 @@ protected function setUp(): void * * @param int $contentTypeId * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateRepositoryMockForContentTypeId($contentTypeId) { @@ -84,11 +86,14 @@ private function generateRepositoryMockForContentTypeId($contentTypeId) * @covers \Ibexa\Core\MVC\RepositoryAware::setRepository * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); self::assertSame( @@ -131,11 +136,14 @@ public function matchLocationProvider() * @covers \Ibexa\Core\MVC\RepositoryAware::setRepository * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentLocationTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentLocationTest.php index 8ec598e0cd..832c2349a3 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentLocationTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/ParentLocationTest.php @@ -10,12 +10,14 @@ use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\Content\Location; +use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\ParentLocation; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\ParentLocation as ParentLocationIdMatcher; use Ibexa\Tests\Core\MVC\Symfony\Matcher\ContentBased\BaseTestCase; +use PHPUnit\Framework\MockObject\MockObject; class ParentLocationTest extends BaseTestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\ParentLocation */ + /** @var ParentLocation */ private $matcher; protected function setUp(): void @@ -31,11 +33,14 @@ protected function setUp(): void * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Location $location, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Location $location, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchLocation($location)); } @@ -74,11 +79,14 @@ public function matchLocationProvider() * @covers \Ibexa\Core\MVC\RepositoryAware::setRepository * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); self::assertSame( @@ -118,7 +126,7 @@ public function matchContentInfoProvider() * * @param int $parentLocationId * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateRepositoryMockForParentLocationId($parentLocationId) { diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/RemoteTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/RemoteTest.php index 213f961dc6..385914ea88 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/RemoteTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/RemoteTest.php @@ -9,12 +9,13 @@ use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location; +use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\Remote; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\Remote as RemoteIdMatcher; use Ibexa\Tests\Core\MVC\Symfony\Matcher\ContentBased\BaseTestCase; class RemoteTest extends BaseTestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\Remote */ + /** @var Remote */ private $matcher; protected function setUp(): void @@ -30,11 +31,14 @@ protected function setUp(): void * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param string|string[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Location $location, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Location $location, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchLocation($location)); } @@ -72,11 +76,14 @@ public function matchLocationProvider() * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param string|string[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, ContentInfo $contentInfo, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + ContentInfo $contentInfo, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchContentInfo($contentInfo)); } diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/SectionTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/SectionTest.php index a15821a9d2..c261f86cb4 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/SectionTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/Id/SectionTest.php @@ -9,12 +9,14 @@ use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location; +use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\Section; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\Section as SectionIdMatcher; use Ibexa\Tests\Core\MVC\Symfony\Matcher\ContentBased\BaseTestCase; +use PHPUnit\Framework\MockObject\MockObject; class SectionTest extends BaseTestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Id\Section */ + /** @var Section */ private $matcher; protected function setUp(): void @@ -30,11 +32,14 @@ protected function setUp(): void * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Location $location + * @param Location $location * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Location $location, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Location $location, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchLocation($location)); } @@ -70,7 +75,7 @@ public function matchLocationProvider() * * @param int $sectionId * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateLocationForSectionId($sectionId) { @@ -94,11 +99,14 @@ private function generateLocationForSectionId($sectionId) * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param int|int[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $contentInfo + * @param ContentInfo $contentInfo * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, ContentInfo $contentInfo, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + ContentInfo $contentInfo, + $expectedResult + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame($expectedResult, $this->matcher->matchContentInfo($contentInfo)); } diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ContentTypeTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ContentTypeTest.php index fb676f4f1e..667a714eff 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ContentTypeTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ContentTypeTest.php @@ -12,10 +12,11 @@ use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Identifier\ContentType as ContentTypeIdentifierMatcher; use Ibexa\Tests\Core\MVC\Symfony\Matcher\ContentBased\BaseTestCase; +use PHPUnit\Framework\MockObject\MockObject; class ContentTypeTest extends BaseTestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Identifier\ContentType */ + /** @var ContentTypeIdentifierMatcher */ private $matcher; protected function setUp(): void @@ -31,11 +32,14 @@ protected function setUp(): void * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param string|string[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); @@ -79,7 +83,7 @@ public function matchLocationProvider() /** * Generates a Location object in respect of a given content type identifier. * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateLocationMock() { @@ -103,11 +107,14 @@ private function generateLocationMock() * @covers \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued::setMatchingConfig * * @param string|string[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); @@ -155,7 +162,7 @@ public function matchContentInfoProvider() * * @param int $contentTypeIdentifier * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateRepositoryMockForContentTypeIdentifier($contentTypeIdentifier) { diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ParentContentTypeTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ParentContentTypeTest.php index b4f58a6ac1..e653fbd1d1 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ParentContentTypeTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/ParentContentTypeTest.php @@ -11,15 +11,17 @@ use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; +use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Identifier\ParentContentType; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Identifier\ParentContentType as ParentContentTypeMatcher; use Ibexa\Tests\Core\MVC\Symfony\Matcher\ContentBased\BaseTestCase; +use PHPUnit\Framework\MockObject\MockObject; class ParentContentTypeTest extends BaseTestCase { private const EXAMPLE_LOCATION_ID = 54; private const EXAMPLE_PARENT_LOCATION_ID = 2; - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Identifier\ParentContentType */ + /** @var ParentContentType */ private $matcher; protected function setUp(): void @@ -33,7 +35,7 @@ protected function setUp(): void * * @param string $contentTypeIdentifier * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateRepositoryMockForContentTypeIdentifier($contentTypeIdentifier) { @@ -105,11 +107,14 @@ private function generateRepositoryMockForContentTypeIdentifier($contentTypeIden * @covers \Ibexa\Core\MVC\RepositoryAware::setRepository * * @param string|string[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); self::assertSame( @@ -154,11 +159,14 @@ public function matchLocationProvider() * @covers \Ibexa\Core\MVC\RepositoryAware::setRepository * * @param string|string[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); self::assertSame( diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/SectionTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/SectionTest.php index 6eb7bc68a7..65f29af36b 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/SectionTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/Identifier/SectionTest.php @@ -13,10 +13,11 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Section; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Identifier\Section as SectionIdentifierMatcher; use Ibexa\Tests\Core\MVC\Symfony\Matcher\ContentBased\BaseTestCase; +use PHPUnit\Framework\MockObject\MockObject; class SectionTest extends BaseTestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\Identifier\Section */ + /** @var SectionIdentifierMatcher */ private $matcher; protected function setUp(): void @@ -30,7 +31,7 @@ protected function setUp(): void * * @param string $sectionIdentifier * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateRepositoryMockForSectionIdentifier($sectionIdentifier) { @@ -71,11 +72,14 @@ private function generateRepositoryMockForSectionIdentifier($sectionIdentifier) * @covers \Ibexa\Core\MVC\RepositoryAware::setRepository * * @param string|string[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); @@ -129,11 +133,14 @@ public function matchSectionProvider() * @covers \Ibexa\Core\MVC\RepositoryAware::setRepository * * @param string|string[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchContentInfo($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchContentInfo( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); self::assertSame( diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/IsPreviewTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/IsPreviewTest.php index f77b0447de..44cda5063b 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/IsPreviewTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/IsPreviewTest.php @@ -27,7 +27,7 @@ protected function setUp(): void } /** - * @return iterable + * @return iterable */ public static function getDataForTestMatch(): iterable { @@ -78,10 +78,13 @@ public static function getDataForTestMatch(): iterable /** * @dataProvider getDataForTestMatch * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ - public function testMatch(View $view, bool $matchConfig, bool $expectedIsPreview): void - { + public function testMatch( + View $view, + bool $matchConfig, + bool $expectedIsPreview + ): void { $this->isPreviewMatcher->setMatchingConfig($matchConfig); self::assertSame($expectedIsPreview, $this->isPreviewMatcher->match($view)); diff --git a/tests/lib/MVC/Symfony/Matcher/ContentBased/UrlAliasTest.php b/tests/lib/MVC/Symfony/Matcher/ContentBased/UrlAliasTest.php index 0dbad8ece1..d8a4a65c9a 100644 --- a/tests/lib/MVC/Symfony/Matcher/ContentBased/UrlAliasTest.php +++ b/tests/lib/MVC/Symfony/Matcher/ContentBased/UrlAliasTest.php @@ -12,10 +12,11 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\Content\URLAlias; use Ibexa\Core\MVC\Symfony\Matcher\ContentBased\UrlAlias as UrlAliasMatcher; +use PHPUnit\Framework\MockObject\MockObject; class UrlAliasTest extends BaseTestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ContentBased\UrlAlias */ + /** @var UrlAliasMatcher */ private $matcher; protected function setUp(): void @@ -33,8 +34,10 @@ protected function setUp(): void * @param string $matchingConfig * @param string[] $expectedValues */ - public function testSetMatchingConfig($matchingConfig, $expectedValues) - { + public function testSetMatchingConfig( + $matchingConfig, + $expectedValues + ) { $this->matcher->setMatchingConfig($matchingConfig); self::assertSame( $this->matcher->getValues(), @@ -58,7 +61,7 @@ public function setMatchingConfigProvider() * * @param string $path * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ private function generateRepositoryMockForUrlAlias($path) { @@ -105,11 +108,14 @@ private function generateRepositoryMockForUrlAlias($path) * @covers \Ibexa\Core\MVC\RepositoryAware::setRepository * * @param string|string[] $matchingConfig - * @param \Ibexa\Contracts\Core\Repository\Repository $repository + * @param Repository $repository * @param bool $expectedResult */ - public function testMatchLocation($matchingConfig, Repository $repository, $expectedResult) - { + public function testMatchLocation( + $matchingConfig, + Repository $repository, + $expectedResult + ) { $this->matcher->setRepository($repository); $this->matcher->setMatchingConfig($matchingConfig); self::assertSame( diff --git a/tests/lib/MVC/Symfony/Matcher/DynamicallyConfiguredMatcherFactoryDecoratorTest.php b/tests/lib/MVC/Symfony/Matcher/DynamicallyConfiguredMatcherFactoryDecoratorTest.php index 89e4322bd1..5b8e908f66 100644 --- a/tests/lib/MVC/Symfony/Matcher/DynamicallyConfiguredMatcherFactoryDecoratorTest.php +++ b/tests/lib/MVC/Symfony/Matcher/DynamicallyConfiguredMatcherFactoryDecoratorTest.php @@ -8,17 +8,19 @@ namespace Ibexa\Tests\Core\MVC\Symfony\Matcher; use Ibexa\Bundle\Core\DependencyInjection\Configuration\ConfigResolver; +use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Symfony\Matcher\ClassNameMatcherFactory; +use Ibexa\Core\MVC\Symfony\Matcher\ConfigurableMatcherFactoryInterface; use Ibexa\Core\MVC\Symfony\Matcher\DynamicallyConfiguredMatcherFactoryDecorator; use Ibexa\Core\MVC\Symfony\View\ContentView; use PHPUnit\Framework\TestCase; class DynamicallyConfiguredMatcherFactoryDecoratorTest extends TestCase { - /** @var \Ibexa\Core\MVC\Symfony\Matcher\ConfigurableMatcherFactoryInterface */ + /** @var ConfigurableMatcherFactoryInterface */ private $innerMatcherFactory; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ private $configResolver; public function setUp(): void @@ -33,8 +35,13 @@ public function setUp(): void /** * @dataProvider matchConfigProvider */ - public function testMatch($parameterName, $namespace, $scope, $viewsConfiguration, $matchedConfig): void - { + public function testMatch( + $parameterName, + $namespace, + $scope, + $viewsConfiguration, + $matchedConfig + ): void { $view = $this->createMock(ContentView::class); $this->configResolver->expects(self::atLeastOnce())->method('getParameter')->with( $parameterName, diff --git a/tests/lib/MVC/Symfony/Routing/GeneratorTest.php b/tests/lib/MVC/Symfony/Routing/GeneratorTest.php index 51fc9a6c9e..dd6d923c8d 100644 --- a/tests/lib/MVC/Symfony/Routing/GeneratorTest.php +++ b/tests/lib/MVC/Symfony/Routing/GeneratorTest.php @@ -12,6 +12,7 @@ use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessRouterInterface; use Ibexa\Core\MVC\Symfony\SiteAccess\URILexer; use Ibexa\Core\Repository\Values\Content\Location; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Psr\Log\LoggerInterface; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; @@ -19,13 +20,13 @@ class GeneratorTest extends TestCase { - /** @var \Ibexa\Core\MVC\Symfony\Routing\Generator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Generator|MockObject */ private $generator; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $siteAccessRouter; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $logger; protected function setUp(): void @@ -56,8 +57,11 @@ public function generateProvider() /** * @dataProvider generateProvider */ - public function testSimpleGenerate($urlResource, array $parameters, $referenceType) - { + public function testSimpleGenerate( + $urlResource, + array $parameters, + $referenceType + ) { $matcher = $this->createMock(URILexer::class); $this->generator->setSiteAccess(new SiteAccess('test', 'fake', $matcher)); @@ -89,8 +93,11 @@ public function testSimpleGenerate($urlResource, array $parameters, $referenceTy /** * @dataProvider generateProvider */ - public function testGenerateWithSiteAccessNoReverseMatch($urlResource, array $parameters, $referenceType) - { + public function testGenerateWithSiteAccessNoReverseMatch( + $urlResource, + array $parameters, + $referenceType + ) { $matcher = $this->createMock(URILexer::class); $this->generator->setSiteAccess(new SiteAccess('test', 'test', $matcher)); diff --git a/tests/lib/MVC/Symfony/Routing/RouteReferenceGeneratorTest.php b/tests/lib/MVC/Symfony/Routing/RouteReferenceGeneratorTest.php index 318accc75c..47bf2f4ef1 100644 --- a/tests/lib/MVC/Symfony/Routing/RouteReferenceGeneratorTest.php +++ b/tests/lib/MVC/Symfony/Routing/RouteReferenceGeneratorTest.php @@ -12,6 +12,7 @@ use Ibexa\Core\MVC\Symfony\Routing\Generator\RouteReferenceGenerator; use Ibexa\Core\MVC\Symfony\Routing\RouteReference; use Ibexa\Core\Repository\Values\Content\Location; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\HttpFoundation\Request; @@ -19,7 +20,7 @@ class RouteReferenceGeneratorTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $dispatcher; protected function setUp(): void @@ -81,8 +82,10 @@ public function testGenerateNullResourceAndPassedParams() /** * @dataProvider generateGenerator */ - public function testGenerate($resource, array $params) - { + public function testGenerate( + $resource, + array $params + ) { $currentRouteName = 'my_route'; $currentRouteParams = ['foo' => 'bar']; diff --git a/tests/lib/MVC/Symfony/Routing/SimplifiedRequestTest.php b/tests/lib/MVC/Symfony/Routing/SimplifiedRequestTest.php index 0222afb723..c5cfebe259 100644 --- a/tests/lib/MVC/Symfony/Routing/SimplifiedRequestTest.php +++ b/tests/lib/MVC/Symfony/Routing/SimplifiedRequestTest.php @@ -17,12 +17,14 @@ class SimplifiedRequestTest extends TestCase { /** * @param string $url - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $expectedRequest + * @param SimplifiedRequest $expectedRequest * * @dataProvider fromUrlProvider */ - public function testFromUrl($url, $expectedRequest) - { + public function testFromUrl( + $url, + $expectedRequest + ) { self::assertEquals( $expectedRequest, SimplifiedRequest::fromUrl($url) diff --git a/tests/lib/MVC/Symfony/Routing/UrlAliasGeneratorTest.php b/tests/lib/MVC/Symfony/Routing/UrlAliasGeneratorTest.php index 845f3bdcca..d9f5446536 100644 --- a/tests/lib/MVC/Symfony/Routing/UrlAliasGeneratorTest.php +++ b/tests/lib/MVC/Symfony/Routing/UrlAliasGeneratorTest.php @@ -21,34 +21,35 @@ use Ibexa\Core\Repository\Permission\PermissionResolver; use Ibexa\Core\Repository\Repository; use Ibexa\Core\Repository\Values\Content\Location; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Psr\Log\LoggerInterface; use Symfony\Component\Routing\RouterInterface; class UrlAliasGeneratorTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $repository; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $urlAliasService; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $locationService; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $router; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $logger; - /** @var \Ibexa\Core\MVC\Symfony\Routing\Generator\UrlAliasGenerator */ + /** @var UrlAliasGenerator */ private $urlAliasGenerator; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $siteAccessRouter; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $configResolver; protected function setUp(): void @@ -123,8 +124,10 @@ public function testGetPathPrefixByRootLocationId() /** * @dataProvider providerTestIsPrefixExcluded */ - public function testIsPrefixExcluded($uri, $expectedIsExcluded) - { + public function testIsPrefixExcluded( + $uri, + $expectedIsExcluded + ) { $this->urlAliasGenerator->setExcludedUriPrefixes( [ '/products', @@ -167,8 +170,11 @@ public function testLoadLocation() /** * @dataProvider providerTestDoGenerate */ - public function testDoGenerate(URLAlias $urlAlias, array $parameters, $expected) - { + public function testDoGenerate( + URLAlias $urlAlias, + array $parameters, + $expected + ) { $location = new Location(['id' => 123]); $this->urlAliasService ->expects(self::once()) @@ -212,8 +218,11 @@ public function providerTestDoGenerate() * * @param array $parameters */ - public function testDoGenerateWithSiteAccessParam(URLAlias $urlAlias, array $parameters, string $expected) - { + public function testDoGenerateWithSiteAccessParam( + URLAlias $urlAlias, + array $parameters, + string $expected + ) { $siteaccessName = 'foo'; $parameters += ['siteaccess' => $siteaccessName]; $languages = ['esl-ES', 'fre-FR', 'eng-GB']; @@ -293,7 +302,7 @@ public function providerTestDoGenerateWithSiteaccess() '/baz', ], [ - new UrlAlias(['path' => '/special-chars-"<>\'']), + new URLAlias(['path' => '/special-chars-"<>\'']), [], '/special-chars-%22%3C%3E%27', ], @@ -308,12 +317,12 @@ public function providerTestDoGenerateWithSiteaccess() '/baz#qux', ], 'fragment_and_special_chars' => [ - new UrlAlias(['path' => '/special-chars-"<>\'']), + new URLAlias(['path' => '/special-chars-"<>\'']), ['_fragment' => 'qux'], '/special-chars-%22%3C%3E%27#qux', ], 'fragment_site_siteaccess_and_params' => [ - new UrlAlias(['path' => '/foo/bar/baz']), + new URLAlias(['path' => '/foo/bar/baz']), ['_fragment' => 'qux', 'siteaccess' => 'bar', 'some' => 'foo'], '/baz?some=foo#qux', ], @@ -422,8 +431,12 @@ public function testDoGenerateNoUrlAlias() /** * @dataProvider providerTestDoGenerateRootLocation */ - public function testDoGenerateRootLocation(URLAlias $urlAlias, $isOutsideAndNotExcluded, $expected, $pathPrefix) - { + public function testDoGenerateRootLocation( + URLAlias $urlAlias, + $isOutsideAndNotExcluded, + $expected, + $pathPrefix + ) { $excludedPrefixes = ['/products', '/shared']; $rootLocationId = 456; $this->urlAliasGenerator->setRootLocationId($rootLocationId); @@ -462,61 +475,61 @@ public function providerTestDoGenerateRootLocation() { return [ [ - new UrlAlias(['path' => '/my/root-folder/foo/bar']), + new URLAlias(['path' => '/my/root-folder/foo/bar']), false, '/foo/bar', '/my/root-folder', ], [ - new UrlAlias(['path' => '/my/root-folder/something']), + new URLAlias(['path' => '/my/root-folder/something']), false, '/something', '/my/root-folder', ], [ - new UrlAlias(['path' => '/my/root-folder']), + new URLAlias(['path' => '/my/root-folder']), false, '/', '/my/root-folder', ], [ - new UrlAlias(['path' => '/foo/bar']), + new URLAlias(['path' => '/foo/bar']), false, '/foo/bar', '/', ], [ - new UrlAlias(['path' => '/something']), + new URLAlias(['path' => '/something']), false, '/something', '/', ], [ - new UrlAlias(['path' => '/']), + new URLAlias(['path' => '/']), false, '/', '/', ], [ - new UrlAlias(['path' => '/outside/tree/foo/bar']), + new URLAlias(['path' => '/outside/tree/foo/bar']), true, '/outside/tree/foo/bar', '/my/root-folder', ], [ - new UrlAlias(['path' => '/products/ibexa-dxp']), + new URLAlias(['path' => '/products/ibexa-dxp']), false, '/products/ibexa-dxp', '/my/root-folder', ], [ - new UrlAlias(['path' => '/shared/some-content']), + new URLAlias(['path' => '/shared/some-content']), false, '/shared/some-content', '/my/root-folder', ], [ - new UrlAlias(['path' => '/products/ibexa-dxp']), + new URLAlias(['path' => '/products/ibexa-dxp']), false, '/products/ibexa-dxp', '/prod', diff --git a/tests/lib/MVC/Symfony/Routing/UrlAliasRouterTest.php b/tests/lib/MVC/Symfony/Routing/UrlAliasRouterTest.php index 52ebd9be49..d4135828be 100644 --- a/tests/lib/MVC/Symfony/Routing/UrlAliasRouterTest.php +++ b/tests/lib/MVC/Symfony/Routing/UrlAliasRouterTest.php @@ -21,6 +21,7 @@ use Ibexa\Core\MVC\Symfony\View\Manager as ViewManager; use Ibexa\Core\Repository\Repository; use Ibexa\Core\Repository\Values\Content\Location; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Cmf\Component\Routing\RouteObjectInterface; use Symfony\Component\HttpFoundation\Request; @@ -33,24 +34,24 @@ class UrlAliasRouterTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $repository; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $urlAliasService; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $locationService; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $contentService; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $urlALiasGenerator; protected $requestContext; - /** @var \Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter */ + /** @var UrlAliasRouter */ protected $router; protected function setUp(): void @@ -86,16 +87,21 @@ protected function setUp(): void } /** - * @param \Ibexa\Contracts\Core\Repository\LocationService $locationService - * @param \Ibexa\Contracts\Core\Repository\URLAliasService $urlAliasService - * @param \Ibexa\Contracts\Core\Repository\ContentService $contentService - * @param \Ibexa\Core\MVC\Symfony\Routing\Generator\UrlAliasGenerator $urlAliasGenerator - * @param \Symfony\Component\Routing\RequestContext $requestContext + * @param LocationService $locationService + * @param URLAliasService $urlAliasService + * @param ContentService $contentService + * @param UrlAliasGenerator $urlAliasGenerator + * @param RequestContext $requestContext * - * @return \Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter + * @return UrlAliasRouter */ - protected function getRouter(LocationService $locationService, URLAliasService $urlAliasService, ContentService $contentService, UrlAliasGenerator $urlAliasGenerator, RequestContext $requestContext) - { + protected function getRouter( + LocationService $locationService, + URLAliasService $urlAliasService, + ContentService $contentService, + UrlAliasGenerator $urlAliasGenerator, + RequestContext $requestContext + ) { return new UrlAliasRouter($locationService, $urlAliasService, $contentService, $urlAliasGenerator, $requestContext); } @@ -121,8 +127,10 @@ public function testMatch() /** * @dataProvider providerTestSupports */ - public function testSupports($routeReference, $isSupported) - { + public function testSupports( + $routeReference, + $isSupported + ) { self::assertSame($isSupported, $this->router->supports($routeReference)); } @@ -144,7 +152,7 @@ public function testGetRouteCollection() /** * @param $pathInfo * - * @return \Symfony\Component\HttpFoundation\Request + * @return Request */ protected function getRequestByPathInfo($pathInfo) { @@ -169,7 +177,7 @@ public function testMatchRequestLocation() $urlAlias = new URLAlias( [ 'path' => $pathInfo, - 'type' => UrlAlias::LOCATION, + 'type' => URLAlias::LOCATION, 'destination' => $destinationId, 'isHistory' => false, ] @@ -204,7 +212,7 @@ public function testMatchRequestLocationWithCaseRedirect() $urlAlias = new URLAlias( [ 'path' => $urlAliasPath, - 'type' => UrlAlias::LOCATION, + 'type' => URLAlias::LOCATION, 'destination' => $destinationId, 'isHistory' => false, ] @@ -246,7 +254,7 @@ public function testMatchRequestLocationWrongCaseUriPrefixExcluded() $urlAlias = new URLAlias( [ 'path' => $urlAliasPath, - 'type' => UrlAlias::LOCATION, + 'type' => URLAlias::LOCATION, 'destination' => $destinationId, 'isHistory' => false, ] @@ -287,7 +295,7 @@ public function testMatchRequestLocationCorrectCaseUriPrefixExcluded() $urlAlias = new URLAlias( [ 'path' => $urlAliasPath, - 'type' => UrlAlias::LOCATION, + 'type' => URLAlias::LOCATION, 'destination' => $destinationId, 'isHistory' => false, ] @@ -333,7 +341,7 @@ public function testMatchRequestLocationHistory() $urlAlias = new URLAlias( [ 'path' => $pathInfo, - 'type' => UrlAlias::LOCATION, + 'type' => URLAlias::LOCATION, 'destination' => $destinationId, 'isHistory' => true, ] @@ -375,7 +383,7 @@ public function testMatchRequestLocationCustom() $urlAlias = new URLAlias( [ 'path' => $pathInfo, - 'type' => UrlAlias::LOCATION, + 'type' => URLAlias::LOCATION, 'destination' => $destinationId, 'isHistory' => false, 'isCustom' => true, @@ -416,7 +424,7 @@ public function testMatchRequestLocationCustomForward() $urlAlias = new URLAlias( [ 'path' => $pathInfo, - 'type' => UrlAlias::LOCATION, + 'type' => URLAlias::LOCATION, 'destination' => $destinationId, 'isHistory' => false, 'isCustom' => true, @@ -482,7 +490,7 @@ public function testMatchRequestResource() [ 'destination' => $destination, 'path' => $pathInfo, - 'type' => UrlAlias::RESOURCE, + 'type' => URLAlias::RESOURCE, ] ); $request = $this->getRequestByPathInfo($pathInfo); @@ -508,7 +516,7 @@ public function testMatchRequestResourceWithRedirect() [ 'destination' => $destination, 'path' => $pathInfo, - 'type' => UrlAlias::RESOURCE, + 'type' => URLAlias::RESOURCE, 'forward' => true, ] ); @@ -536,7 +544,7 @@ public function testMatchRequestResourceWithCaseRedirect() [ 'destination' => $destination, 'path' => $urlAliasPath, - 'type' => UrlAlias::RESOURCE, + 'type' => URLAlias::RESOURCE, 'forward' => false, ] ); @@ -573,7 +581,7 @@ public function testMatchRequestResourceCaseIncorrectWithForwardRedirect() [ 'destination' => $destination, 'path' => $urlAliasPath, - 'type' => UrlAlias::RESOURCE, + 'type' => URLAlias::RESOURCE, 'forward' => true, ] ); @@ -598,7 +606,7 @@ public function testMatchRequestVirtual() $urlAlias = new URLAlias( [ 'path' => $pathInfo, - 'type' => UrlAlias::VIRTUAL, + 'type' => URLAlias::VIRTUAL, ] ); $request = $this->getRequestByPathInfo($pathInfo); @@ -623,7 +631,7 @@ public function testMatchRequestVirtualWithCaseRedirect() $urlAlias = new URLAlias( [ 'path' => $urlAliasPath, - 'type' => UrlAlias::VIRTUAL, + 'type' => URLAlias::VIRTUAL, ] ); $request = $this->getRequestByPathInfo($pathInfo); diff --git a/tests/lib/MVC/Symfony/Security/Authentication/EventSubscriber/OnAuthenticationTokenCreatedRepositoryUserSubscriberTest.php b/tests/lib/MVC/Symfony/Security/Authentication/EventSubscriber/OnAuthenticationTokenCreatedRepositoryUserSubscriberTest.php index 29c3d68685..682a7cd846 100644 --- a/tests/lib/MVC/Symfony/Security/Authentication/EventSubscriber/OnAuthenticationTokenCreatedRepositoryUserSubscriberTest.php +++ b/tests/lib/MVC/Symfony/Security/Authentication/EventSubscriber/OnAuthenticationTokenCreatedRepositoryUserSubscriberTest.php @@ -57,7 +57,7 @@ public function testSettingCurrentUserReference( } /** - * @return iterable + * @return iterable */ public function dataProviderForTestSettingCurrentUserReference(): iterable { diff --git a/tests/lib/MVC/Symfony/Security/Authentication/EventSubscriber/RepositoryUserAuthenticationSubscriberTest.php b/tests/lib/MVC/Symfony/Security/Authentication/EventSubscriber/RepositoryUserAuthenticationSubscriberTest.php index c305df6cbb..15cae20821 100644 --- a/tests/lib/MVC/Symfony/Security/Authentication/EventSubscriber/RepositoryUserAuthenticationSubscriberTest.php +++ b/tests/lib/MVC/Symfony/Security/Authentication/EventSubscriber/RepositoryUserAuthenticationSubscriberTest.php @@ -149,7 +149,7 @@ private function getSubscriber( } private function getCheckPassportEvent( - (User & MockObject)|null $user = null, + (User & MockObject) | null $user = null, ?Passport $passport = null, ): CheckPassportEvent { $authenticator = $this->createMock(AuthenticatorInterface::class); diff --git a/tests/lib/MVC/Symfony/Security/HttpUtilsTest.php b/tests/lib/MVC/Symfony/Security/HttpUtilsTest.php index d196b24bd0..2a933fb250 100644 --- a/tests/lib/MVC/Symfony/Security/HttpUtilsTest.php +++ b/tests/lib/MVC/Symfony/Security/HttpUtilsTest.php @@ -18,8 +18,11 @@ class HttpUtilsTest extends TestCase /** * @dataProvider generateUriStandardProvider */ - public function testGenerateUriStandard($uri, $isUriRouteName, $expected) - { + public function testGenerateUriStandard( + $uri, + $isUriRouteName, + $expected + ) { $urlGenerator = $this->createMock(UrlGeneratorInterface::class); $httpUtils = new HttpUtils($urlGenerator); $httpUtils->setSiteAccess(new SiteAccess('test')); @@ -53,8 +56,12 @@ public function generateUriStandardProvider() /** * @dataProvider generateUriProvider */ - public function testGenerateUri($uri, $isUriRouteName, $siteAccessUri, $expected) - { + public function testGenerateUri( + $uri, + $isUriRouteName, + $siteAccessUri, + $expected + ) { $siteAccess = new SiteAccess('test', 'test'); if ($uri[0] === '/') { $matcher = $this->createMock(SiteAccess\URILexer::class); @@ -108,8 +115,12 @@ public function testCheckRequestPathStandard() /** * @dataProvider checkRequestPathProvider */ - public function testCheckRequestPath($path, $siteAccessUri, $requestUri, $expected) - { + public function testCheckRequestPath( + $path, + $siteAccessUri, + $requestUri, + $expected + ) { $siteAccess = new SiteAccess('test', 'test'); if ($siteAccessUri !== null) { $matcher = $this->createMock(SiteAccess\URILexer::class); diff --git a/tests/lib/MVC/Symfony/Security/User/BaseProviderTestCase.php b/tests/lib/MVC/Symfony/Security/User/BaseProviderTestCase.php index 3cada1549e..67bff04afb 100644 --- a/tests/lib/MVC/Symfony/Security/User/BaseProviderTestCase.php +++ b/tests/lib/MVC/Symfony/Security/User/BaseProviderTestCase.php @@ -49,7 +49,7 @@ protected function setUp(): void } /** - * @phpstan-return list, bool}> + * @phpstan-return list, bool}> */ public function supportsClassProvider(): array { @@ -63,10 +63,12 @@ public function supportsClassProvider(): array /** * @dataProvider supportsClassProvider * - * @phpstan-param class-string<\Symfony\Component\Security\Core\User\UserInterface> $class + * @phpstan-param class-string $class */ - public function testSupportsClass(string $class, bool $supports): void - { + public function testSupportsClass( + string $class, + bool $supports + ): void { self::assertSame($supports, $this->userProvider->supportsClass($class)); } @@ -109,8 +111,10 @@ public function testRefreshUserNotSupported(): void $this->userProvider->refreshUser($user); } - protected function createUserWrapperMockFromAPIUser(User $apiUser, int $userId): UserInterface & MockObject - { + protected function createUserWrapperMockFromAPIUser( + User $apiUser, + int $userId + ): UserInterface & MockObject { $refreshedAPIUser = clone $apiUser; $user = $this->createMock(UserInterface::class); $user diff --git a/tests/lib/MVC/Symfony/Security/UserCheckerTest.php b/tests/lib/MVC/Symfony/Security/UserCheckerTest.php index 8760a1b6db..6b9a1da715 100644 --- a/tests/lib/MVC/Symfony/Security/UserCheckerTest.php +++ b/tests/lib/MVC/Symfony/Security/UserCheckerTest.php @@ -18,6 +18,7 @@ use Ibexa\Core\Repository\Values\Content\Content; use Ibexa\Core\Repository\Values\Content\VersionInfo; use Ibexa\Core\Repository\Values\User\User as APIUser; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\Security\Core\Exception\DisabledException; use Throwable; @@ -26,10 +27,10 @@ final class UserCheckerTest extends TestCase { private const EXAMPLE_USER_ID = 14; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ private $userServiceMock; - /** @var \Ibexa\Core\MVC\Symfony\Security\UserChecker */ + /** @var UserChecker */ private $userChecker; protected function setUp(): void diff --git a/tests/lib/MVC/Symfony/Security/UserWrappedTest.php b/tests/lib/MVC/Symfony/Security/UserWrappedTest.php index b4ac50d84b..0d4758a2a0 100644 --- a/tests/lib/MVC/Symfony/Security/UserWrappedTest.php +++ b/tests/lib/MVC/Symfony/Security/UserWrappedTest.php @@ -104,6 +104,4 @@ public function testNotSerializeApiUser(): void /** * @internal For use with tests only */ -interface UserEquatableInterface extends UserInterface, EquatableInterface -{ -} +interface UserEquatableInterface extends UserInterface, EquatableInterface {} diff --git a/tests/lib/MVC/Symfony/Security/Voter/CoreVoterTest.php b/tests/lib/MVC/Symfony/Security/Voter/CoreVoterTest.php index 2d8261b14c..f9a99931df 100644 --- a/tests/lib/MVC/Symfony/Security/Voter/CoreVoterTest.php +++ b/tests/lib/MVC/Symfony/Security/Voter/CoreVoterTest.php @@ -12,13 +12,14 @@ use Ibexa\Core\MVC\Symfony\Controller\Content\ViewController; use Ibexa\Core\MVC\Symfony\Security\Authorization\Attribute; use Ibexa\Core\MVC\Symfony\Security\Authorization\Voter\CoreVoter; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface; class CoreVoterTest extends TestCase { - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver|\PHPUnit\Framework\MockObject\MockObject */ + /** @var PermissionResolver|MockObject */ private $permissionResolver; protected function setUp(): void @@ -30,8 +31,10 @@ protected function setUp(): void /** * @dataProvider supportsAttributeProvider */ - public function testSupportsAttribute($attribute, $expectedResult) - { + public function testSupportsAttribute( + $attribute, + $expectedResult + ) { $voter = new CoreVoter($this->permissionResolver); self::assertSame($expectedResult, $voter->supportsAttribute($attribute)); } @@ -113,8 +116,11 @@ public function voteInvalidAttributeProvider() /** * @dataProvider voteProvider */ - public function testVote(Attribute $attribute, $repositoryCanUser, $expectedResult) - { + public function testVote( + Attribute $attribute, + $repositoryCanUser, + $expectedResult + ) { $voter = new CoreVoter($this->permissionResolver); if ($repositoryCanUser !== null) { $this->permissionResolver diff --git a/tests/lib/MVC/Symfony/Security/Voter/ValueObjectVoterTest.php b/tests/lib/MVC/Symfony/Security/Voter/ValueObjectVoterTest.php index 971b646df8..7fd3f6d30a 100644 --- a/tests/lib/MVC/Symfony/Security/Voter/ValueObjectVoterTest.php +++ b/tests/lib/MVC/Symfony/Security/Voter/ValueObjectVoterTest.php @@ -12,13 +12,14 @@ use Ibexa\Core\MVC\Symfony\Security\Authorization\Attribute; use Ibexa\Core\MVC\Symfony\Security\Authorization\Voter\ValueObjectVoter; use Ibexa\Core\Repository\Permission\PermissionResolver; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface; class ValueObjectVoterTest extends TestCase { - /** @var \Ibexa\Core\Repository\Permission\PermissionResolver|\PHPUnit\Framework\MockObject\MockObject */ + /** @var PermissionResolver|MockObject */ private $permissionResolver; protected function setUp(): void @@ -30,8 +31,10 @@ protected function setUp(): void /** * @dataProvider supportsAttributeProvider */ - public function testSupportsAttribute($attribute, $expectedResult) - { + public function testSupportsAttribute( + $attribute, + $expectedResult + ) { $voter = new ValueObjectVoter($this->permissionResolver); self::assertSame($expectedResult, $voter->supportsAttribute($attribute)); } @@ -104,8 +107,11 @@ public function voteInvalidAttributeProvider() /** * @dataProvider voteProvider */ - public function testVote(Attribute $attribute, $repositoryCanUser, $expectedResult) - { + public function testVote( + Attribute $attribute, + $repositoryCanUser, + $expectedResult + ) { $voter = new ValueObjectVoter($this->permissionResolver); $targets = isset($attribute->limitations['targets']) ? $attribute->limitations['targets'] : []; $this->permissionResolver diff --git a/tests/lib/MVC/Symfony/SiteAccess/Compound/CompoundAndTest.php b/tests/lib/MVC/Symfony/SiteAccess/Compound/CompoundAndTest.php index 63db1fe238..7a0d39afc8 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/Compound/CompoundAndTest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/Compound/CompoundAndTest.php @@ -34,7 +34,7 @@ public function testConstruct(): LogicalAnd } /** - * @return \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\Compound\LogicalAnd + * @return LogicalAnd */ private function buildMatcher(): LogicalAnd { @@ -88,11 +88,13 @@ public function testSetMatcherBuilder(Compound $compoundMatcher): void /** * @dataProvider matchProvider * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request * @param $expectedMatch */ - public function testMatch(SimplifiedRequest $request, $expectedMatch): void - { + public function testMatch( + SimplifiedRequest $request, + $expectedMatch + ): void { $compoundMatcher = $this->buildMatcher(); $compoundMatcher->setRequest($request); $compoundMatcher->setMatcherBuilder(new MatcherBuilder()); diff --git a/tests/lib/MVC/Symfony/SiteAccess/Compound/CompoundOrTest.php b/tests/lib/MVC/Symfony/SiteAccess/Compound/CompoundOrTest.php index 47d2d38759..b7699b5780 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/Compound/CompoundOrTest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/Compound/CompoundOrTest.php @@ -77,11 +77,13 @@ public function testSetMatcherBuilder(Compound $compoundMatcher): void /** * @dataProvider matchProvider * - * @param \Ibexa\Core\MVC\Symfony\Routing\SimplifiedRequest $request + * @param SimplifiedRequest $request * @param string $expectedMatch */ - public function testMatch(SimplifiedRequest $request, $expectedMatch): void - { + public function testMatch( + SimplifiedRequest $request, + $expectedMatch + ): void { $compoundMatcher = $this->buildMatcher(); $compoundMatcher->setRequest($request); $compoundMatcher->setMatcherBuilder(new MatcherBuilder()); diff --git a/tests/lib/MVC/Symfony/SiteAccess/MatcherSerializationTest.php b/tests/lib/MVC/Symfony/SiteAccess/MatcherSerializationTest.php index 597646267f..5cc5ffb09a 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/MatcherSerializationTest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/MatcherSerializationTest.php @@ -20,8 +20,10 @@ class MatcherSerializationTest extends TestCase /** * @dataProvider matcherProvider */ - public function testDeserialize(Matcher $matcher, ?Matcher $expected = null): void - { + public function testDeserialize( + Matcher $matcher, + ?Matcher $expected = null + ): void { $serializedMatcher = $this->serializeMatcher($matcher); $context = []; @@ -42,8 +44,11 @@ private function serializeMatcher(Matcher $matcher): string /** * @param array $context */ - private function deserializeMatcher(string $serializedMatcher, string $matcherFQCN, array $context): Matcher - { + private function deserializeMatcher( + string $serializedMatcher, + string $matcherFQCN, + array $context + ): Matcher { return $this->getSerializer()->deserialize( $serializedMatcher, $matcherFQCN, @@ -53,7 +58,7 @@ private function deserializeMatcher(string $serializedMatcher, string $matcherFQ } /** - * @return iterable + * @return iterable */ public function matcherProvider(): iterable { @@ -108,11 +113,11 @@ public function matcherProvider(): iterable ), ]; yield 'URIElement' => [ - new Matcher\URIElement( - [ + new Matcher\URIElement( + [ 'elementNumber' => 2, ] - ), + ), ]; yield 'HostElement' => [ new Matcher\HostElement( @@ -135,7 +140,7 @@ public function matcherProvider(): iterable } /** - * @return array{\Ibexa\Core\MVC\Symfony\SiteAccess\Matcher, \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher} + * @return array{Matcher, Matcher} */ private function getMapPortMatcherTestCase(): array { @@ -149,7 +154,7 @@ private function getMapPortMatcherTestCase(): array } /** - * @return array{\Ibexa\Core\MVC\Symfony\SiteAccess\Matcher, \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher} + * @return array{Matcher, Matcher} */ private function getMapHostMatcherTestCase(): array { @@ -163,7 +168,7 @@ private function getMapHostMatcherTestCase(): array } /** - * @return array{\Ibexa\Core\MVC\Symfony\SiteAccess\Matcher, \Ibexa\Core\MVC\Symfony\SiteAccess\Matcher} + * @return array{Matcher, Matcher} */ private function getMapURIMatcherTestCase(): array { diff --git a/tests/lib/MVC/Symfony/SiteAccess/Provider/ChainSiteAccessProviderTest.php b/tests/lib/MVC/Symfony/SiteAccess/Provider/ChainSiteAccessProviderTest.php index c774ec8d2b..8b4e162a4a 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/Provider/ChainSiteAccessProviderTest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/Provider/ChainSiteAccessProviderTest.php @@ -9,10 +9,12 @@ namespace Ibexa\Tests\Core\MVC\Symfony\SiteAccess\Provider; use function array_map; + use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\SiteAccess\Provider\ChainSiteAccessProvider; use Ibexa\Core\MVC\Symfony\SiteAccess\Provider\StaticSiteAccessProvider; +use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface; use Ibexa\Core\MVC\Symfony\SiteAccessGroup; use PHPUnit\Framework\TestCase; @@ -23,7 +25,7 @@ final class ChainSiteAccessProviderTest extends TestCase private const WITHOUT_GROUP_SA_NAME = 'without_group_sa'; private const SA_GROUP = 'group'; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface[] */ + /** @var SiteAccessProviderInterface[] */ private $providers; /** @var array */ @@ -117,10 +119,12 @@ public function getExistingSiteProvider(): array * * @param string[] $expectedGroups * - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ - public function testGetExistingSiteAccess(string $siteAccessName, array $expectedGroups): void - { + public function testGetExistingSiteAccess( + string $siteAccessName, + array $expectedGroups + ): void { $chainSiteAccessProvider = $this->getChainSiteAccessProvider(); $expectedSiteAccess = new SiteAccess( $siteAccessName, @@ -154,8 +158,10 @@ private function getChainSiteAccessProvider(): ChainSiteAccessProvider /** * @param string[] $groupNames */ - private function createSiteAcccess(string $name, array $groupNames = []): SiteAccess - { + private function createSiteAcccess( + string $name, + array $groupNames = [] + ): SiteAccess { $undefinedSiteAccess = new SiteAccess( $name, SiteAccess::DEFAULT_MATCHING_TYPE, diff --git a/tests/lib/MVC/Symfony/SiteAccess/RouterBaseTestCase.php b/tests/lib/MVC/Symfony/SiteAccess/RouterBaseTestCase.php index 599c451a24..821160203a 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/RouterBaseTestCase.php +++ b/tests/lib/MVC/Symfony/SiteAccess/RouterBaseTestCase.php @@ -12,6 +12,7 @@ use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\SiteAccess\MatcherBuilder; use Ibexa\Core\MVC\Symfony\SiteAccess\Router; +use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface; use PHPUnit\Framework\TestCase; abstract class RouterBaseTestCase extends TestCase @@ -22,10 +23,10 @@ abstract class RouterBaseTestCase extends TestCase protected const DEFAULT_SA_NAME = 'default_sa'; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\MatcherBuilder */ + /** @var MatcherBuilder */ protected $matcherBuilder; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface */ + /** @var SiteAccessProviderInterface */ protected $siteAccessProvider; protected function setUp(): void @@ -43,8 +44,10 @@ public function testConstruct(): Router /** * @dataProvider matchProvider */ - public function testMatch(SimplifiedRequest $request, string $siteAccess) - { + public function testMatch( + SimplifiedRequest $request, + string $siteAccess + ) { $router = $this->createRouter(); $sa = $router->match($request); self::assertInstanceOf(SiteAccess::class, $sa); @@ -58,7 +61,7 @@ abstract public function matchProvider(): array; abstract protected function createRouter(): Router; - private function createSiteAccessProviderMock(): SiteAccess\SiteAccessProviderInterface + private function createSiteAccessProviderMock(): SiteAccessProviderInterface { $isDefinedMap = []; $getSiteAccessMap = []; @@ -72,7 +75,7 @@ private function createSiteAccessProviderMock(): SiteAccess\SiteAccessProviderIn ), ]; } - $siteAccessProviderMock = $this->createMock(SiteAccess\SiteAccessProviderInterface::class); + $siteAccessProviderMock = $this->createMock(SiteAccessProviderInterface::class); $siteAccessProviderMock ->method('isDefined') ->willReturnMap($isDefinedMap); @@ -84,7 +87,7 @@ private function createSiteAccessProviderMock(): SiteAccess\SiteAccessProviderIn } /** - * @return \Ibexa\Tests\Core\MVC\Symfony\SiteAccess\SiteAccessSetting[] + * @return SiteAccessSetting[] */ abstract public function getSiteAccessProviderSettings(): array; } diff --git a/tests/lib/MVC/Symfony/SiteAccess/RouterHostElementTest.php b/tests/lib/MVC/Symfony/SiteAccess/RouterHostElementTest.php index 8470fbcff6..631f5032ce 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/RouterHostElementTest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/RouterHostElementTest.php @@ -85,8 +85,12 @@ public function testGetName() /** * @dataProvider reverseMatchProvider */ - public function testReverseMatch($siteAccessName, $elementNumber, SimplifiedRequest $request, $expectedHost) - { + public function testReverseMatch( + $siteAccessName, + $elementNumber, + SimplifiedRequest $request, + $expectedHost + ) { $matcher = new HostElement([$elementNumber]); $matcher->setRequest($request); $result = $matcher->reverseMatch($siteAccessName); @@ -149,7 +153,7 @@ protected function createRouter(): Router } /** - * @return \Ibexa\Tests\Core\MVC\Symfony\SiteAccess\SiteAccessSetting[] + * @return SiteAccessSetting[] */ public function getSiteAccessProviderSettings(): array { diff --git a/tests/lib/MVC/Symfony/SiteAccess/RouterHostPortURITest.php b/tests/lib/MVC/Symfony/SiteAccess/RouterHostPortURITest.php index 1693f769b3..0252e41e37 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/RouterHostPortURITest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/RouterHostPortURITest.php @@ -186,7 +186,7 @@ protected function createRouter(): Router } /** - * @return \Ibexa\Tests\Core\MVC\Symfony\SiteAccess\SiteAccessSetting[] + * @return SiteAccessSetting[] */ public function getSiteAccessProviderSettings(): array { diff --git a/tests/lib/MVC/Symfony/SiteAccess/RouterHostTextTest.php b/tests/lib/MVC/Symfony/SiteAccess/RouterHostTextTest.php index 645b3105ee..a035af6f83 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/RouterHostTextTest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/RouterHostTextTest.php @@ -124,7 +124,7 @@ protected function createRouter(): Router } /** - * @return \Ibexa\Tests\Core\MVC\Symfony\SiteAccess\SiteAccessSetting[] + * @return SiteAccessSetting[] */ public function getSiteAccessProviderSettings(): array { diff --git a/tests/lib/MVC/Symfony/SiteAccess/RouterMapURITest.php b/tests/lib/MVC/Symfony/SiteAccess/RouterMapURITest.php index a78712c5cc..c91af00da4 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/RouterMapURITest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/RouterMapURITest.php @@ -20,8 +20,11 @@ class RouterMapURITest extends TestCase * * @dataProvider setRequestProvider */ - public function testSetGetRequest($config, $pathinfo, $expectedMapKey) - { + public function testSetGetRequest( + $config, + $pathinfo, + $expectedMapKey + ) { $request = new SimplifiedRequest('http', '', 80, $pathinfo); $matcher = new URIMapMatcher($config); $matcher->setRequest($request); @@ -35,8 +38,10 @@ public function testSetGetRequest($config, $pathinfo, $expectedMapKey) * * @dataProvider fixupURIProvider */ - public function testAnalyseURI($uri, $expectedFixedUpURI) - { + public function testAnalyseURI( + $uri, + $expectedFixedUpURI + ) { $matcher = new URIMapMatcher([]); $matcher->setRequest( new SimplifiedRequest('http', '', 80, $uri) @@ -53,8 +58,10 @@ public function testAnalyseURI($uri, $expectedFixedUpURI) * * @dataProvider fixupURIProvider */ - public function testAnalyseLink($fullUri, $linkUri) - { + public function testAnalyseLink( + $fullUri, + $linkUri + ) { $matcher = new URIMapMatcher([]); $matcher->setRequest( new SimplifiedRequest('http', '', 80, $fullUri) diff --git a/tests/lib/MVC/Symfony/SiteAccess/RouterPortHostURITest.php b/tests/lib/MVC/Symfony/SiteAccess/RouterPortHostURITest.php index 05b8ad065c..d469839ec3 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/RouterPortHostURITest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/RouterPortHostURITest.php @@ -111,7 +111,7 @@ protected function createRouter(): Router } /** - * @return \Ibexa\Tests\Core\MVC\Symfony\SiteAccess\SiteAccessSetting[] + * @return SiteAccessSetting[] */ public function getSiteAccessProviderSettings(): array { diff --git a/tests/lib/MVC/Symfony/SiteAccess/RouterSpecialPortsTest.php b/tests/lib/MVC/Symfony/SiteAccess/RouterSpecialPortsTest.php index 3855def8f3..9e2bb47a8d 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/RouterSpecialPortsTest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/RouterSpecialPortsTest.php @@ -111,7 +111,7 @@ protected function createRouter(): Router } /** - * @return \Ibexa\Tests\Core\MVC\Symfony\SiteAccess\SiteAccessSetting[] + * @return SiteAccessSetting[] */ public function getSiteAccessProviderSettings(): array { diff --git a/tests/lib/MVC/Symfony/SiteAccess/RouterTest.php b/tests/lib/MVC/Symfony/SiteAccess/RouterTest.php index 2f01b39b2e..505b96bef9 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/RouterTest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/RouterTest.php @@ -33,8 +33,10 @@ public function testConstructDebug() /** * @dataProvider matchProvider */ - public function testMatch(SimplifiedRequest $request, $siteAccess) - { + public function testMatch( + SimplifiedRequest $request, + $siteAccess + ) { $router = $this->createRouter(); $sa = $router->match($request); self::assertInstanceOf(SiteAccess::class, $sa); @@ -308,7 +310,7 @@ protected function createRouter($debug = false): Router } /** - * @return \Ibexa\Tests\Core\MVC\Symfony\SiteAccess\SiteAccessSetting[] + * @return SiteAccessSetting[] */ public function getSiteAccessProviderSettings(): array { diff --git a/tests/lib/MVC/Symfony/SiteAccess/RouterURIElement2Test.php b/tests/lib/MVC/Symfony/SiteAccess/RouterURIElement2Test.php index 9e31cde1be..244ef7e705 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/RouterURIElement2Test.php +++ b/tests/lib/MVC/Symfony/SiteAccess/RouterURIElement2Test.php @@ -74,8 +74,11 @@ public function matchProvider(): array * * @dataProvider analyseProvider */ - public function testAnalyseURI($level, $uri, $expectedFixedUpURI) - { + public function testAnalyseURI( + $level, + $uri, + $expectedFixedUpURI + ) { $matcher = new URIElementMatcher([$level]); $matcher->setRequest( new SimplifiedRequest('http', '', 80, $uri) @@ -90,8 +93,11 @@ public function testAnalyseURI($level, $uri, $expectedFixedUpURI) * * @dataProvider analyseProvider */ - public function testAnalyseURILevelAsInt($level, $uri, $expectedFixedUpURI) - { + public function testAnalyseURILevelAsInt( + $level, + $uri, + $expectedFixedUpURI + ) { $matcher = new URIElementMatcher($level); $matcher->setRequest( new SimplifiedRequest('http', '', 80, $uri) @@ -106,8 +112,11 @@ public function testAnalyseURILevelAsInt($level, $uri, $expectedFixedUpURI) * * @dataProvider analyseProvider */ - public function testAnalyseLink($level, $fullUri, $linkUri) - { + public function testAnalyseLink( + $level, + $fullUri, + $linkUri + ) { $matcher = new URIElementMatcher([$level]); $matcher->setRequest( new SimplifiedRequest('http', '', 80, $fullUri) @@ -136,8 +145,10 @@ public function analyseProvider() /** * @dataProvider reverseMatchProvider */ - public function testReverseMatch($siteAccessName, $originalPathinfo) - { + public function testReverseMatch( + $siteAccessName, + $originalPathinfo + ) { $expectedSiteAccessPath = str_replace('_', '/', $siteAccessName); $matcher = new URIElementMatcher([2]); $matcher->setRequest(new SimplifiedRequest('http', '', 80, $originalPathinfo)); @@ -201,7 +212,7 @@ protected function createRouter(): Router } /** - * @return \Ibexa\Tests\Core\MVC\Symfony\SiteAccess\SiteAccessSetting[] + * @return SiteAccessSetting[] */ public function getSiteAccessProviderSettings(): array { diff --git a/tests/lib/MVC/Symfony/SiteAccess/RouterURIElementTest.php b/tests/lib/MVC/Symfony/SiteAccess/RouterURIElementTest.php index ff935ccf1b..eaa70fece7 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/RouterURIElementTest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/RouterURIElementTest.php @@ -79,8 +79,10 @@ public function testGetName() * * @dataProvider analyseProvider */ - public function testAnalyseURI($uri, $expectedFixedUpURI) - { + public function testAnalyseURI( + $uri, + $expectedFixedUpURI + ) { $matcher = new URIElementMatcher([1]); $matcher->setRequest( new SimplifiedRequest('http', '', 80, $uri) @@ -94,8 +96,10 @@ public function testAnalyseURI($uri, $expectedFixedUpURI) * * @dataProvider analyseProvider */ - public function testAnalyseLink($fullUri, $linkUri) - { + public function testAnalyseLink( + $fullUri, + $linkUri + ) { $matcher = new URIElementMatcher([1]); $matcher->setRequest( new SimplifiedRequest('http', '', 80, $fullUri) @@ -114,8 +118,10 @@ public function analyseProvider() /** * @dataProvider reverseMatchProvider */ - public function testReverseMatch($siteAccessName, $originalPathinfo) - { + public function testReverseMatch( + $siteAccessName, + $originalPathinfo + ) { $matcher = new URIElementMatcher([1]); $matcher->setRequest(new SimplifiedRequest('http', '', 80, $originalPathinfo)); $result = $matcher->reverseMatch($siteAccessName); @@ -173,7 +179,7 @@ protected function createRouter(): Router } /** - * @return \Ibexa\Tests\Core\MVC\Symfony\SiteAccess\SiteAccessSetting[] + * @return SiteAccessSetting[] */ public function getSiteAccessProviderSettings(): array { diff --git a/tests/lib/MVC/Symfony/SiteAccess/RouterURITextTest.php b/tests/lib/MVC/Symfony/SiteAccess/RouterURITextTest.php index b3002df776..d236032b6b 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/RouterURITextTest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/RouterURITextTest.php @@ -152,7 +152,7 @@ protected function createRouter(): Router } /** - * @return \Ibexa\Tests\Core\MVC\Symfony\SiteAccess\SiteAccessSetting[] + * @return SiteAccessSetting[] */ public function getSiteAccessProviderSettings(): array { diff --git a/tests/lib/MVC/Symfony/SiteAccess/SiteAccessServiceTest.php b/tests/lib/MVC/Symfony/SiteAccess/SiteAccessServiceTest.php index 7ef230d7ee..b1b19b54da 100644 --- a/tests/lib/MVC/Symfony/SiteAccess/SiteAccessServiceTest.php +++ b/tests/lib/MVC/Symfony/SiteAccess/SiteAccessServiceTest.php @@ -15,6 +15,7 @@ use Ibexa\Core\MVC\Symfony\SiteAccess\Provider\StaticSiteAccessProvider; use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface; use Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessService; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class SiteAccessServiceTest extends TestCase @@ -23,16 +24,16 @@ class SiteAccessServiceTest extends TestCase private const UNDEFINED_SA_NAME = 'undefined_sa'; private const SA_GROUP = 'group'; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess\SiteAccessProviderInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var SiteAccessProviderInterface|MockObject */ private $provider; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ConfigResolverInterface|MockObject */ private $configResolver; - /** @var \Ibexa\Core\MVC\Symfony\SiteAccess */ + /** @var SiteAccess */ private $siteAccess; - /** @var \ArrayIterator */ + /** @var ArrayIterator */ private $availableSiteAccesses; /** @var array */ diff --git a/tests/lib/MVC/Symfony/Templating/BaseRenderStrategyTestCase.php b/tests/lib/MVC/Symfony/Templating/BaseRenderStrategyTestCase.php index 40eef03146..f73d43bebd 100644 --- a/tests/lib/MVC/Symfony/Templating/BaseRenderStrategyTestCase.php +++ b/tests/lib/MVC/Symfony/Templating/BaseRenderStrategyTestCase.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\MVC\Symfony\Templating; +use Ibexa\Contracts\Core\MVC\Templating\BaseRenderStrategy; use Ibexa\Contracts\Core\MVC\Templating\RenderStrategy; use Ibexa\Contracts\Core\Repository\Values\Content\Content as APIContent; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; @@ -26,9 +27,9 @@ abstract class BaseRenderStrategyTestCase extends TestCase { /** - * @phpstan-param class-string<\Ibexa\Contracts\Core\MVC\Templating\BaseRenderStrategy> $typeClass + * @phpstan-param class-string $typeClass * - * @param \Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface[] $fragmentRenderers + * @param FragmentRendererInterface[] $fragmentRenderers */ public function createRenderStrategy( string $typeClass, @@ -57,8 +58,7 @@ public function createFragmentRenderer( public function __construct( private string $name, private ?string $rendered - ) { - } + ) {} public function getName(): string { @@ -69,7 +69,7 @@ public function getName(): string * @param array $options */ public function render( - string|ControllerReference $uri, + string | ControllerReference $uri, Request $request, array $options = [] ): Response { @@ -78,8 +78,10 @@ public function render( }; } - public function createLocation(APIContent $content, int $id): APILocation - { + public function createLocation( + APIContent $content, + int $id + ): APILocation { return new Location([ 'id' => $id, 'contentInfo' => $content->versionInfo->contentInfo, diff --git a/tests/lib/MVC/Symfony/Templating/GlobalHelperTest.php b/tests/lib/MVC/Symfony/Templating/GlobalHelperTest.php index 5fbbe15c7f..bee8d177be 100644 --- a/tests/lib/MVC/Symfony/Templating/GlobalHelperTest.php +++ b/tests/lib/MVC/Symfony/Templating/GlobalHelperTest.php @@ -14,6 +14,7 @@ use Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter; use Ibexa\Core\MVC\Symfony\SiteAccess; use Ibexa\Core\MVC\Symfony\Templating\GlobalHelper; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpFoundation\Request; @@ -22,22 +23,22 @@ class GlobalHelperTest extends TestCase { - /** @var \Ibexa\Core\MVC\Symfony\Templating\GlobalHelper */ + /** @var GlobalHelper */ protected $helper; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $container; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $locationService; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $configResolver; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $router; - /** @var \PHPUnit\Framework\MockObject\MockObject */ + /** @var MockObject */ protected $translationHelper; protected function setUp(): void diff --git a/tests/lib/MVC/Symfony/Templating/RenderContentStrategyTest.php b/tests/lib/MVC/Symfony/Templating/RenderContentStrategyTest.php index a03b2c3d29..1ca72995f6 100644 --- a/tests/lib/MVC/Symfony/Templating/RenderContentStrategyTest.php +++ b/tests/lib/MVC/Symfony/Templating/RenderContentStrategyTest.php @@ -30,8 +30,7 @@ public function testUnsupportedValueObject(): void ] ); - $valueObject = new class() extends ValueObject { - }; + $valueObject = new class() extends ValueObject {}; self::assertFalse($renderContentStrategy->supports($valueObject)); $this->expectException(InvalidArgumentException::class); diff --git a/tests/lib/MVC/Symfony/Templating/RenderLocationStrategyTest.php b/tests/lib/MVC/Symfony/Templating/RenderLocationStrategyTest.php index 3c8ad17576..11a4b2c7ba 100644 --- a/tests/lib/MVC/Symfony/Templating/RenderLocationStrategyTest.php +++ b/tests/lib/MVC/Symfony/Templating/RenderLocationStrategyTest.php @@ -30,8 +30,7 @@ public function testUnsupportedValueObject(): void ] ); - $valueObject = new class() extends ValueObject { - }; + $valueObject = new class() extends ValueObject {}; self::assertFalse($renderLocationStrategy->supports($valueObject)); $this->expectException(InvalidArgumentException::class); diff --git a/tests/lib/MVC/Symfony/Templating/RenderStrategyTest.php b/tests/lib/MVC/Symfony/Templating/RenderStrategyTest.php index 9c3189249f..9be8b1b88f 100644 --- a/tests/lib/MVC/Symfony/Templating/RenderStrategyTest.php +++ b/tests/lib/MVC/Symfony/Templating/RenderStrategyTest.php @@ -28,8 +28,10 @@ private function createRenderStrategy( /** @var string */ private $supportsClass; - public function __construct(string $rendered, string $supportsClass) - { + public function __construct( + string $rendered, + string $supportsClass + ) { $this->rendered = $rendered; $this->supportsClass = $supportsClass; } @@ -39,8 +41,10 @@ public function supports(ValueObject $valueObject): bool return $valueObject instanceof $this->supportsClass; } - public function render(ValueObject $valueObject, RenderOptions $options): string - { + public function render( + ValueObject $valueObject, + RenderOptions $options + ): string { return $this->rendered; } }; @@ -50,8 +54,7 @@ public function testNoStrategies(): void { $renderStrategy = new RenderStrategy([]); - $valueObject = new class() extends ValueObject { - }; + $valueObject = new class() extends ValueObject {}; self::assertFalse($renderStrategy->supports($valueObject)); $this->expectException(InvalidArgumentException::class); @@ -65,8 +68,7 @@ public function testNoSupportedStrategy(): void $this->createRenderStrategy('other_rendered_content', 'OtherClass'), ]); - $valueObject = new class() extends ValueObject { - }; + $valueObject = new class() extends ValueObject {}; self::assertFalse($renderStrategy->supports($valueObject)); $this->expectException(InvalidArgumentException::class); @@ -79,16 +81,14 @@ public function testSupportStrategy(): void $this->createRenderStrategy('some_rendered_content'), ]); - $valueObject = new class() extends ValueObject { - }; + $valueObject = new class() extends ValueObject {}; self::assertTrue($renderStrategy->supports($valueObject)); self::assertSame('some_rendered_content', $renderStrategy->render($valueObject, new RenderOptions())); } public function testMultipleStrategiesSameValueObjectType(): void { - $valueObject = new class() extends ValueObject { - }; + $valueObject = new class() extends ValueObject {}; $valueObjectClass = get_class($valueObject); $renderStrategy = new RenderStrategy([ @@ -102,8 +102,7 @@ public function testMultipleStrategiesSameValueObjectType(): void public function testMultipleStrategies(): void { - $valueObject = new class() extends ValueObject { - }; + $valueObject = new class() extends ValueObject {}; $valueObjectClass = get_class($valueObject); $renderStrategy = new RenderStrategy([ diff --git a/tests/lib/MVC/Symfony/Templating/Twig/Extension/ContentExtensionTest.php b/tests/lib/MVC/Symfony/Templating/Twig/Extension/ContentExtensionTest.php index 34f47505af..bb4bf37f73 100644 --- a/tests/lib/MVC/Symfony/Templating/Twig/Extension/ContentExtensionTest.php +++ b/tests/lib/MVC/Symfony/Templating/Twig/Extension/ContentExtensionTest.php @@ -66,8 +66,11 @@ protected static function getFixturesDirectory(): string * @param TFieldsData $fieldsData * @param array $namesData */ - protected function getContent(string $contentTypeIdentifier, array $fieldsData, array $namesData = []): Content - { + protected function getContent( + string $contentTypeIdentifier, + array $fieldsData, + array $namesData = [] + ): Content { $contentTypeId = $this->getContentTypeId($contentTypeIdentifier); $fields = $this->buildFieldsFromData($fieldsData, $contentTypeIdentifier); @@ -101,8 +104,11 @@ protected function getContent(string $contentTypeIdentifier, array $fieldsData, * @param array $fieldsData * @param array $namesData */ - protected function getContentAwareObject(string $contentTypeIdentifier, array $fieldsData, array $namesData = []): ContentAwareInterface - { + protected function getContentAwareObject( + string $contentTypeIdentifier, + array $fieldsData, + array $namesData = [] + ): ContentAwareInterface { $content = $this->getContent($contentTypeIdentifier, $fieldsData, $namesData); $mock = $this->createMock(ContentAwareInterface::class); diff --git a/tests/lib/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtensionIntegrationTest.php b/tests/lib/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtensionIntegrationTest.php index a67f2a1769..9a24da1534 100644 --- a/tests/lib/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtensionIntegrationTest.php +++ b/tests/lib/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtensionIntegrationTest.php @@ -66,8 +66,11 @@ protected static function getFixturesDirectory(): string /** * @param array $settings */ - public function getFieldDefinition(string $typeIdentifier, ?int $id = null, array $settings = []): FieldDefinition - { + public function getFieldDefinition( + string $typeIdentifier, + ?int $id = null, + array $settings = [] + ): FieldDefinition { return new FieldDefinition( [ 'id' => $id ?? self::EXAMPLE_FIELD_DEFINITION_ID, @@ -84,8 +87,11 @@ public function getFieldDefinition(string $typeIdentifier, ?int $id = null, arra * * @param array $namesData */ - protected function getContent(string $contentTypeIdentifier, array $fieldsData, array $namesData = []): Content - { + protected function getContent( + string $contentTypeIdentifier, + array $fieldsData, + array $namesData = [] + ): Content { $fields = $this->buildFieldsFromData($fieldsData, $contentTypeIdentifier); return new Content( diff --git a/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php b/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php index da79e8c9ee..924382c37a 100644 --- a/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php +++ b/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Symfony\Locale\LocaleConverterInterface; use Ibexa\Core\MVC\Symfony\Templating\Twig\Extension\FileSizeExtension; +use PHPUnit\Framework\MockObject\MockObject; use Symfony\Contracts\Translation\TranslatorInterface; use Twig\Test\IntegrationTestCase; @@ -29,17 +30,17 @@ class FileSizeExtensionTest extends IntegrationTestCase protected $suffixes = ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB']; /** - * @param \Symfony\Contracts\Translation\TranslatorInterface|\PHPUnit\Framework\MockObject\MockObject + * @param TranslatorInterface|MockObject */ protected $translatorMock; /** - * @param \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface|\PHPUnit\Framework\MockObject\MockObject + * @param ConfigResolverInterface|MockObject */ protected $configResolverInterfaceMock; /** - * @param \Ibexa\Core\MVC\Symfony\Locale\LocaleConverterInterface|\PHPUnit\Framework\MockObject\MockObject + * @param LocaleConverterInterface|MockObject */ protected $localeConverterInterfaceMock; @@ -47,8 +48,10 @@ class FileSizeExtensionTest extends IntegrationTestCase * @param string $locale * @param string $defaultLocale */ - protected function setConfigurationLocale($locale, $defaultLocale) - { + protected function setConfigurationLocale( + $locale, + $defaultLocale + ) { locale_set_default($defaultLocale); $this->locale = $locale; } @@ -77,7 +80,7 @@ protected function getFixturesDir(): string } /** - * @return \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface|\PHPUnit\Framework\MockObject\MockObject + * @return ConfigResolverInterface|MockObject */ protected function getConfigResolverInterfaceMock() { @@ -91,7 +94,7 @@ protected function getConfigResolverInterfaceMock() } /** - * @return \Ibexa\Core\MVC\Symfony\Locale\LocaleConverterInterface|\PHPUnit\Framework\MockObject\MockObject + * @return LocaleConverterInterface|MockObject */ protected function getLocaleConverterInterfaceMock() { @@ -111,7 +114,7 @@ protected function getLocaleConverterInterfaceMock() } /** - * @return \Symfony\Contracts\Translation\TranslatorInterface|\PHPUnit\Framework\MockObject\MockObject + * @return TranslatorInterface|MockObject */ protected function getTranslatorInterfaceMock() { diff --git a/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSystemTwigIntegrationTestCase.php b/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSystemTwigIntegrationTestCase.php index 392d04d71c..13e292839b 100644 --- a/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSystemTwigIntegrationTestCase.php +++ b/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSystemTwigIntegrationTestCase.php @@ -32,7 +32,7 @@ */ abstract class FileSystemTwigIntegrationTestCase extends IntegrationTestCase { - /** @var array> */ + /** @var array> */ protected array $fieldDefinitions = []; /** @@ -56,8 +56,15 @@ abstract class FileSystemTwigIntegrationTestCase extends IntegrationTestCase * * @throws \Throwable */ - protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecation = ''): void - { + protected function doIntegrationTest( + $file, + $message, + $condition, + $templates, + $exception, + $outputs, + $deprecation = '' + ): void { $ret = false; if ($condition) { eval('$ret = ' . $condition . ';'); @@ -153,8 +160,10 @@ protected function doIntegrationTest($file, $message, $condition, $templates, $e } } - protected function buildTwigErrorFromException(Exception $e, string $file): Error - { + protected function buildTwigErrorFromException( + Exception $e, + string $file + ): Error { $code = file_get_contents($file); self::assertNotFalse($code, sprintf('Unable to load "%s".', $file)); $source = new Source($code, basename($file), $file); @@ -165,10 +174,12 @@ protected function buildTwigErrorFromException(Exception $e, string $file): Erro /** * @phpstan-param TFieldsData $fieldsData * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Field[] + * @return Field[] */ - protected function buildFieldsFromData(array $fieldsData, string $contentTypeIdentifier): array - { + protected function buildFieldsFromData( + array $fieldsData, + string $contentTypeIdentifier + ): array { $fields = []; foreach ($fieldsData as $fieldTypeIdentifier => $fieldsArray) { $fieldsArray = isset($fieldsArray['id']) ? [$fieldsArray] : $fieldsArray; diff --git a/tests/lib/MVC/Symfony/Templating/Twig/Extension/RenderExtensionTest.php b/tests/lib/MVC/Symfony/Templating/Twig/Extension/RenderExtensionTest.php index 1de91a5351..40a3b5f66d 100644 --- a/tests/lib/MVC/Symfony/Templating/Twig/Extension/RenderExtensionTest.php +++ b/tests/lib/MVC/Symfony/Templating/Twig/Extension/RenderExtensionTest.php @@ -16,15 +16,16 @@ use Ibexa\Core\MVC\Symfony\Event\ResolveRenderOptionsEvent; use Ibexa\Core\MVC\Symfony\Templating\RenderOptions; use Ibexa\Core\MVC\Symfony\Templating\Twig\Extension\RenderExtension; +use PHPUnit\Framework\MockObject\MockObject; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; use Twig\Test\IntegrationTestCase; final class RenderExtensionTest extends IntegrationTestCase { - /** @var \Ibexa\Contracts\Core\MVC\Templating\RenderStrategy&\PHPUnit\Framework\MockObject\MockObject */ + /** @var RenderStrategy&MockObject */ private RenderStrategy $renderStrategy; - /** @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var EventDispatcherInterface&MockObject */ private EventDispatcherInterface $eventDispatcher; protected function setUp(): void diff --git a/tests/lib/MVC/Symfony/Templating/Twig/Extension/RoutingExtensionTest.php b/tests/lib/MVC/Symfony/Templating/Twig/Extension/RoutingExtensionTest.php index 9a5829ba48..eb23442695 100644 --- a/tests/lib/MVC/Symfony/Templating/Twig/Extension/RoutingExtensionTest.php +++ b/tests/lib/MVC/Symfony/Templating/Twig/Extension/RoutingExtensionTest.php @@ -72,8 +72,10 @@ protected function getExampleLocation(int $id): APILocation return new Location(['id' => $id]); } - protected function getExampleRouteReference($name, array $parameters = []): RouteReference - { + protected function getExampleRouteReference( + $name, + array $parameters = [] + ): RouteReference { return new RouteReference($name, $parameters); } @@ -103,7 +105,11 @@ private function getUrlGenerator(): UrlGeneratorInterface $generator = $this->createMock(UrlGeneratorInterface::class); $generator ->method('generate') - ->willReturnCallback(static function ($name, $parameters, $referenceType): string { + ->willReturnCallback(static function ( + $name, + $parameters, + $referenceType + ): string { return json_encode([ '$name' => $name, '$parameters' => $parameters, diff --git a/tests/lib/MVC/Symfony/Templating/Twig/Extension/UserExtensionTest.php b/tests/lib/MVC/Symfony/Templating/Twig/Extension/UserExtensionTest.php index 4c7aeef798..993166b73f 100644 --- a/tests/lib/MVC/Symfony/Templating/Twig/Extension/UserExtensionTest.php +++ b/tests/lib/MVC/Symfony/Templating/Twig/Extension/UserExtensionTest.php @@ -13,17 +13,18 @@ use Ibexa\Contracts\Core\Repository\Values\User\User; use Ibexa\Contracts\Core\Repository\Values\User\UserReference; use Ibexa\Core\MVC\Symfony\Templating\Twig\Extension\UserExtension; +use PHPUnit\Framework\MockObject\MockObject; use Twig\Test\IntegrationTestCase; final class UserExtensionTest extends IntegrationTestCase { - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver&\PHPUnit\Framework\MockObject\MockObject */ + /** @var PermissionResolver&MockObject */ private PermissionResolver $permissionResolver; - /** @var \Ibexa\Contracts\Core\Repository\UserService&\PHPUnit\Framework\MockObject\MockObject */ + /** @var UserService&MockObject */ private UserService $userService; - /** @var array */ + /** @var array */ private array $users = []; private int $currentUserId; @@ -60,8 +61,10 @@ protected function getExtensions(): array ]; } - public function getUser(int $id, bool $isCurrent = false): User - { + public function getUser( + int $id, + bool $isCurrent = false + ): User { if (!isset($this->users[$id])) { $user = $this->createMock(User::class); $user->method('getUserId')->willReturn($id); diff --git a/tests/lib/MVC/Symfony/Templating/Twig/Extension/UserPreferenceExtensionTest.php b/tests/lib/MVC/Symfony/Templating/Twig/Extension/UserPreferenceExtensionTest.php index 4430dd47df..85be5b806d 100644 --- a/tests/lib/MVC/Symfony/Templating/Twig/Extension/UserPreferenceExtensionTest.php +++ b/tests/lib/MVC/Symfony/Templating/Twig/Extension/UserPreferenceExtensionTest.php @@ -13,6 +13,7 @@ use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\MVC\Symfony\Templating\Twig\Extension\UserPreferenceExtension; use Ibexa\Core\MVC\Symfony\Templating\Twig\Extension\UserPreferenceRuntime; +use Twig\Extension\ExtensionInterface; use Twig\Extension\RuntimeExtensionInterface; use Twig\RuntimeLoader\RuntimeLoaderInterface; use Twig\Test\IntegrationTestCase; @@ -51,7 +52,7 @@ protected function getFixturesDir(): string } /** - * @return \Twig\Extension\ExtensionInterface[] + * @return ExtensionInterface[] */ protected function getExtensions(): array { diff --git a/tests/lib/MVC/Symfony/Templating/Twig/ResourceProviderTest.php b/tests/lib/MVC/Symfony/Templating/Twig/ResourceProviderTest.php index 6604ca06e8..1b89008b53 100644 --- a/tests/lib/MVC/Symfony/Templating/Twig/ResourceProviderTest.php +++ b/tests/lib/MVC/Symfony/Templating/Twig/ResourceProviderTest.php @@ -10,14 +10,15 @@ use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Symfony\Templating\Twig\ResourceProvider; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class ResourceProviderTest extends TestCase { - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var ConfigResolverInterface */ protected $configResolver; - /** @var \Ibexa\Core\MVC\Symfony\Templating\Twig\ResourceProvider */ + /** @var ResourceProvider */ protected $resourceProvider; protected function setUp(): void @@ -93,7 +94,7 @@ public function testGetFieldDefinitionEditResources(): void * * Make sure returned resource lists are not sorted as ResourceProvider is sorting them * - * @return \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface|\PHPUnit\Framework\MockObject\MockObject + * @return ConfigResolverInterface|MockObject */ protected function getConfigResolverMock(): ConfigResolverInterface { diff --git a/tests/lib/MVC/Symfony/Translation/BaseMessageExtractorPhpFileVisitorTestCase.php b/tests/lib/MVC/Symfony/Translation/BaseMessageExtractorPhpFileVisitorTestCase.php index f2543a0fc0..7a6ff14a4f 100644 --- a/tests/lib/MVC/Symfony/Translation/BaseMessageExtractorPhpFileVisitorTestCase.php +++ b/tests/lib/MVC/Symfony/Translation/BaseMessageExtractorPhpFileVisitorTestCase.php @@ -9,9 +9,11 @@ namespace Ibexa\Tests\Core\MVC\Symfony\Translation; use Doctrine\Common\Annotations\DocParser; +use JMS\TranslationBundle\Model\Message; use JMS\TranslationBundle\Model\MessageCatalogue; use JMS\TranslationBundle\Translation\Extractor\FileVisitorInterface; use JMS\TranslationBundle\Translation\FileSourceFactory; +use PhpParser\Node\Stmt; use PhpParser\Parser; use PhpParser\ParserFactory; use PHPUnit\Framework\TestCase; @@ -26,7 +28,7 @@ abstract class BaseMessageExtractorPhpFileVisitorTestCase extends TestCase protected FileVisitorInterface $visitor; /** - * @return iterable}> + * @return iterable}> */ abstract public static function getDataForTestExtractTranslation(): iterable; @@ -47,10 +49,12 @@ protected function setUp(): void /** * @dataProvider getDataForTestExtractTranslation * - * @param array<\JMS\TranslationBundle\Model\Message> $expectedMessages + * @param array $expectedMessages */ - public function testExtractTranslation(string $phpFileName, array $expectedMessages): void - { + public function testExtractTranslation( + string $phpFileName, + array $expectedMessages + ): void { $messageCatalogue = new MessageCatalogue(); $file = self::FIXTURES_DIR . $phpFileName; $fileInfo = new SplFileInfo($file); @@ -88,7 +92,7 @@ public function testNoTranslationToExtract(): void } /** - * @return \PhpParser\Node\Stmt[] + * @return Stmt[] */ protected function getASTFromFile(string $filePath): array { diff --git a/tests/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitorTest.php b/tests/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitorTest.php index 460618f849..a6443fded1 100644 --- a/tests/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitorTest.php +++ b/tests/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitorTest.php @@ -57,8 +57,10 @@ public function testWrongTranslationId(): void ); } - protected function buildVisitor(DocParser $docParser, FileSourceFactory $fileSourceFactory): FileVisitorInterface - { + protected function buildVisitor( + DocParser $docParser, + FileSourceFactory $fileSourceFactory + ): FileVisitorInterface { return new ExceptionMessageTemplateFileVisitor( $docParser, $fileSourceFactory diff --git a/tests/lib/MVC/Symfony/Translation/TranslatableExceptionsFileVisitorTest.php b/tests/lib/MVC/Symfony/Translation/TranslatableExceptionsFileVisitorTest.php index 88fa94ac16..da81c60c20 100644 --- a/tests/lib/MVC/Symfony/Translation/TranslatableExceptionsFileVisitorTest.php +++ b/tests/lib/MVC/Symfony/Translation/TranslatableExceptionsFileVisitorTest.php @@ -36,8 +36,10 @@ public static function getDataForTestExtractTranslation(): iterable ]; } - protected function buildVisitor(DocParser $docParser, FileSourceFactory $fileSourceFactory): FileVisitorInterface - { + protected function buildVisitor( + DocParser $docParser, + FileSourceFactory $fileSourceFactory + ): FileVisitorInterface { return new TranslatableExceptionsFileVisitor($docParser, $fileSourceFactory); } } diff --git a/tests/lib/MVC/Symfony/Translation/ValidationErrorFileVisitorTest.php b/tests/lib/MVC/Symfony/Translation/ValidationErrorFileVisitorTest.php index 9dbc44e9a3..6fcd304270 100644 --- a/tests/lib/MVC/Symfony/Translation/ValidationErrorFileVisitorTest.php +++ b/tests/lib/MVC/Symfony/Translation/ValidationErrorFileVisitorTest.php @@ -20,7 +20,7 @@ final class ValidationErrorFileVisitorTest extends BaseMessageExtractorPhpFileVisitorTestCase { /** - * @return iterable}> + * @return iterable}> */ public static function getDataForTestExtractTranslation(): iterable { @@ -34,8 +34,10 @@ public static function getDataForTestExtractTranslation(): iterable ]; } - protected function buildVisitor(DocParser $docParser, FileSourceFactory $fileSourceFactory): FileVisitorInterface - { + protected function buildVisitor( + DocParser $docParser, + FileSourceFactory $fileSourceFactory + ): FileVisitorInterface { return new ValidationErrorFileVisitor( $docParser, $fileSourceFactory diff --git a/tests/lib/MVC/Symfony/Translation/fixtures/ContentValidationExceptionUsageStub.php b/tests/lib/MVC/Symfony/Translation/fixtures/ContentValidationExceptionUsageStub.php index 6235c3b8a0..363c6e3027 100644 --- a/tests/lib/MVC/Symfony/Translation/fixtures/ContentValidationExceptionUsageStub.php +++ b/tests/lib/MVC/Symfony/Translation/fixtures/ContentValidationExceptionUsageStub.php @@ -9,9 +9,10 @@ namespace Ibexa\Tests\Core\MVC\Symfony\Translation\fixtures; use Ibexa\Core\Base\Exceptions\ContentValidationException; +use Ibexa\Tests\Core\MVC\Symfony\Translation\TranslatableExceptionsFileVisitorTest; /** - * @see \Ibexa\Tests\Core\MVC\Symfony\Translation\TranslatableExceptionsFileVisitorTest + * @see TranslatableExceptionsFileVisitorTest */ final class ContentValidationExceptionUsageStub { diff --git a/tests/lib/MVC/Symfony/Translation/fixtures/ForbiddenExceptionUsageStub.php b/tests/lib/MVC/Symfony/Translation/fixtures/ForbiddenExceptionUsageStub.php index e40290d0bb..8abdb14730 100644 --- a/tests/lib/MVC/Symfony/Translation/fixtures/ForbiddenExceptionUsageStub.php +++ b/tests/lib/MVC/Symfony/Translation/fixtures/ForbiddenExceptionUsageStub.php @@ -9,9 +9,10 @@ namespace Ibexa\Tests\Core\MVC\Symfony\Translation\fixtures; use Ibexa\Core\Base\Exceptions\ForbiddenException; +use Ibexa\Tests\Core\MVC\Symfony\Translation\TranslatableExceptionsFileVisitorTest; /** - * @see \Ibexa\Tests\Core\MVC\Symfony\Translation\TranslatableExceptionsFileVisitorTest + * @see TranslatableExceptionsFileVisitorTest */ final class ForbiddenExceptionUsageStub { diff --git a/tests/lib/MVC/Symfony/Translation/fixtures/ValidationErrorUsageStub.php b/tests/lib/MVC/Symfony/Translation/fixtures/ValidationErrorUsageStub.php index 5802f16f00..0490154622 100644 --- a/tests/lib/MVC/Symfony/Translation/fixtures/ValidationErrorUsageStub.php +++ b/tests/lib/MVC/Symfony/Translation/fixtures/ValidationErrorUsageStub.php @@ -9,9 +9,10 @@ namespace Ibexa\Tests\Core\MVC\Symfony\Translation\fixtures; use Ibexa\Core\FieldType\ValidationError; +use Ibexa\Tests\Core\MVC\Symfony\Translation\ValidationErrorFileVisitorTest; /** - * @see \Ibexa\Tests\Core\MVC\Symfony\Translation\ValidationErrorFileVisitorTest + * @see ValidationErrorFileVisitorTest */ final class ValidationErrorUsageStub { diff --git a/tests/lib/MVC/Symfony/Translation/fixtures/WrongTranslationId.php b/tests/lib/MVC/Symfony/Translation/fixtures/WrongTranslationId.php index aa21d83e5a..cbf584da44 100644 --- a/tests/lib/MVC/Symfony/Translation/fixtures/WrongTranslationId.php +++ b/tests/lib/MVC/Symfony/Translation/fixtures/WrongTranslationId.php @@ -12,11 +12,12 @@ use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException as APIInvalidArgumentException; use Ibexa\Core\Base\Translatable; use Ibexa\Core\Base\TranslatableBase; +use Ibexa\Tests\Core\MVC\Symfony\Translation\ExceptionMessageTemplateFileVisitorTest; /** * Broken code stub for ExceptionMessageTemplateFileVisitorTest. * - * @see \Ibexa\Tests\Core\MVC\Symfony\Translation\ExceptionMessageTemplateFileVisitorTest + * @see ExceptionMessageTemplateFileVisitorTest */ final class WrongTranslationId extends APIInvalidArgumentException implements Translatable { diff --git a/tests/lib/MVC/Symfony/View/AbstractViewTestCase.php b/tests/lib/MVC/Symfony/View/AbstractViewTestCase.php index f76a3fceb9..c52f365d8b 100644 --- a/tests/lib/MVC/Symfony/View/AbstractViewTestCase.php +++ b/tests/lib/MVC/Symfony/View/AbstractViewTestCase.php @@ -18,7 +18,11 @@ */ abstract class AbstractViewTestCase extends TestCase { - abstract protected function createViewUnderTest($template = null, array $parameters = [], $viewType = 'full'): View; + abstract protected function createViewUnderTest( + $template = null, + array $parameters = [], + $viewType = 'full' + ): View; /** * Returns parameters that are always returned by this view. diff --git a/tests/lib/MVC/Symfony/View/Builder/ContentViewBuilderTest.php b/tests/lib/MVC/Symfony/View/Builder/ContentViewBuilderTest.php index 3087f377a2..67211fea8d 100644 --- a/tests/lib/MVC/Symfony/View/Builder/ContentViewBuilderTest.php +++ b/tests/lib/MVC/Symfony/View/Builder/ContentViewBuilderTest.php @@ -25,6 +25,7 @@ use Ibexa\Core\Repository\Values\Content\Content; use Ibexa\Core\Repository\Values\Content\Location; use Ibexa\Core\Repository\Values\Content\VersionInfo; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use ReflectionClass; use Symfony\Component\HttpFoundation\ParameterBag; @@ -38,25 +39,25 @@ class ContentViewBuilderTest extends TestCase { private const int EXAMPLE_LOCATION_ID = 743; - /** @var \Ibexa\Contracts\Core\Repository\Repository|\PHPUnit\Framework\MockObject\MockObject */ + /** @var \Ibexa\Contracts\Core\Repository\Repository|MockObject */ private $repository; - /** @var \Ibexa\Core\MVC\Symfony\View\Configurator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Configurator|MockObject */ private $viewConfigurator; - /** @var \Ibexa\Core\MVC\Symfony\View\ParametersInjector|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ParametersInjector|MockObject */ private $parametersInjector; - /** @var \Ibexa\Core\Helper\ContentInfoLocationLoader|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ContentInfoLocationLoader|MockObject */ private $contentInfoLocationLoader; - /** @var \Ibexa\Core\MVC\Symfony\View\Builder\ContentViewBuilder|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ContentViewBuilder|MockObject */ private $contentViewBuilder; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver|\PHPUnit\Framework\MockObject\MockObject */ + /** @var PermissionResolver|MockObject */ private $permissionResolver; - /** @var \Symfony\Component\HttpFoundation\RequestStack|\PHPUnit\Framework\MockObject\MockObject */ + /** @var RequestStack|MockObject */ private $requestStack; protected function setUp(): void @@ -317,7 +318,7 @@ public function testBuildViewWithContentWhichDoesNotBelongToLocation(): void [ 'invisible' => false, 'contentInfo' => new ContentInfo([ - 'id' => 120, + 'id' => 120, ]), 'content' => new Content([ 'versionInfo' => new VersionInfo([ diff --git a/tests/lib/MVC/Symfony/View/ContentViewTest.php b/tests/lib/MVC/Symfony/View/ContentViewTest.php index 3e353ef587..805054e199 100644 --- a/tests/lib/MVC/Symfony/View/ContentViewTest.php +++ b/tests/lib/MVC/Symfony/View/ContentViewTest.php @@ -29,8 +29,10 @@ class ContentViewTest extends AbstractViewTestCase /** * @dataProvider constructProvider */ - public function testConstruct($templateIdentifier, array $params) - { + public function testConstruct( + $templateIdentifier, + array $params + ) { $contentView = new ContentView($templateIdentifier, $params); self::assertSame($templateIdentifier, $contentView->getTemplateIdentifier()); self::assertSame($this->valueParams + $params, $contentView->getParameters()); @@ -76,8 +78,11 @@ public function constructFailProvider() ]; } - protected function createViewUnderTest($template = null, array $parameters = [], $viewType = 'full'): View - { + protected function createViewUnderTest( + $template = null, + array $parameters = [], + $viewType = 'full' + ): View { return new ContentView($template, $parameters, $viewType); } diff --git a/tests/lib/MVC/Symfony/View/LoginFormViewTest.php b/tests/lib/MVC/Symfony/View/LoginFormViewTest.php index 6dbebcaf38..6d8e7a3fd4 100644 --- a/tests/lib/MVC/Symfony/View/LoginFormViewTest.php +++ b/tests/lib/MVC/Symfony/View/LoginFormViewTest.php @@ -19,7 +19,7 @@ final class LoginFormViewTest extends AbstractViewTestCase { public function testSetLastUsername(): void { - /** @var \Ibexa\Core\MVC\Symfony\View\LoginFormView $view */ + /** @var LoginFormView $view */ $view = $this->createViewUnderTest(); $view->setLastUsername('johndoe'); @@ -30,15 +30,18 @@ public function testSetLastAuthenticationError(): void { $exception = $this->createMock(AuthenticationException::class); - /** @var \Ibexa\Core\MVC\Symfony\View\LoginFormView $view */ + /** @var LoginFormView $view */ $view = $this->createViewUnderTest(); $view->setLastAuthenticationError($exception); self::assertEquals($exception, $view->getLastAuthenticationException()); } - protected function createViewUnderTest($template = null, array $parameters = [], $viewType = 'full'): View - { + protected function createViewUnderTest( + $template = null, + array $parameters = [], + $viewType = 'full' + ): View { return new LoginFormView($template, $parameters, $viewType); } diff --git a/tests/lib/MVC/Symfony/View/Renderer/TemplateRendererTest.php b/tests/lib/MVC/Symfony/View/Renderer/TemplateRendererTest.php index fec5439591..78ff36f231 100644 --- a/tests/lib/MVC/Symfony/View/Renderer/TemplateRendererTest.php +++ b/tests/lib/MVC/Symfony/View/Renderer/TemplateRendererTest.php @@ -12,19 +12,21 @@ use Ibexa\Core\MVC\Symfony\MVCEvents; use Ibexa\Core\MVC\Symfony\View\ContentView; use Ibexa\Core\MVC\Symfony\View\Renderer\TemplateRenderer; +use Ibexa\Core\MVC\Symfony\View\View; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Twig\Environment; class TemplateRendererTest extends TestCase { - /** @var \Ibexa\Core\MVC\Symfony\View\Renderer\TemplateRenderer */ + /** @var TemplateRenderer */ private $renderer; - /** @var \Twig\Environment|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Environment|MockObject */ private $templateEngineMock; - /** @var \Symfony\Component\EventDispatcher\EventDispatcherInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var EventDispatcherInterface|MockObject */ private $eventDispatcherMock; protected function setUp(): void @@ -69,7 +71,7 @@ public function testRenderNoViewTemplate() } /** - * @return \Ibexa\Core\MVC\Symfony\View\View + * @return View */ protected function createView() { diff --git a/tests/lib/MVC/Symfony/View/VariableProviderRegistryTest.php b/tests/lib/MVC/Symfony/View/VariableProviderRegistryTest.php index a147ea4ae4..cb4abdd040 100644 --- a/tests/lib/MVC/Symfony/View/VariableProviderRegistryTest.php +++ b/tests/lib/MVC/Symfony/View/VariableProviderRegistryTest.php @@ -39,8 +39,10 @@ public function getIdentifier(): string return $this->identifier; } - public function getTwigVariables(View $view, array $options = []): object - { + public function getTwigVariables( + View $view, + array $options = [] + ): object { return (object)[ $this->identifier . '_parameter' => $this->identifier . '_value', ]; diff --git a/tests/lib/MVC/Symfony/View/ViewManagerTest.php b/tests/lib/MVC/Symfony/View/ViewManagerTest.php index 0d5935bb4a..55bc261fad 100644 --- a/tests/lib/MVC/Symfony/View/ViewManagerTest.php +++ b/tests/lib/MVC/Symfony/View/ViewManagerTest.php @@ -18,6 +18,7 @@ use Ibexa\Core\Repository\Values\Content\Content; use Ibexa\Core\Repository\Values\Content\Location; use Ibexa\Core\Repository\Values\Content\VersionInfo; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Twig\Environment; @@ -27,22 +28,22 @@ */ class ViewManagerTest extends TestCase { - /** @var \Ibexa\Core\MVC\Symfony\View\Manager */ + /** @var Manager */ private $viewManager; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Twig\Environment */ + /** @var MockObject|Environment */ private $templateEngineMock; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Symfony\Component\EventDispatcher\EventDispatcherInterface */ + /** @var MockObject|EventDispatcherInterface */ private $eventDispatcherMock; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Contracts\Core\Repository\Repository */ + /** @var MockObject|Repository */ private $repositoryMock; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface */ + /** @var MockObject|ConfigResolverInterface */ private $configResolverMock; - /** @var \Ibexa\Core\MVC\Symfony\View\Configurator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Configurator|MockObject */ private $viewConfigurator; private $viewBaseLayout = 'IbexaCoreBundle::viewbase.html.twig'; diff --git a/tests/lib/Pagination/AdapterFactory/SearchHitAdapterFactoryTest.php b/tests/lib/Pagination/AdapterFactory/SearchHitAdapterFactoryTest.php index a0e2be28d9..bb9e1677c1 100644 --- a/tests/lib/Pagination/AdapterFactory/SearchHitAdapterFactoryTest.php +++ b/tests/lib/Pagination/AdapterFactory/SearchHitAdapterFactoryTest.php @@ -17,6 +17,7 @@ use Ibexa\Core\Pagination\Pagerfanta\ContentSearchHitAdapter; use Ibexa\Core\Pagination\Pagerfanta\FixedSearchResultHitAdapter; use Ibexa\Core\Pagination\Pagerfanta\LocationSearchHitAdapter; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; final class SearchHitAdapterFactoryTest extends TestCase @@ -25,10 +26,10 @@ final class SearchHitAdapterFactoryTest extends TestCase 'language' => 'eng-GB', ]; - /** @var \Ibexa\Contracts\Core\Repository\SearchService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var SearchService|MockObject */ private $searchService; - /** @var \Ibexa\Core\Pagination\Pagerfanta\AdapterFactory\SearchHitAdapterFactory */ + /** @var SearchHitAdapterFactory */ private $searchHitAdapterFactory; protected function setUp(): void @@ -68,8 +69,10 @@ public function testCreateAdapterForLocationQuery(): void /** * @dataProvider dataProviderForCreateFixedAdapter */ - public function testCreateFixedAdapter(Query $query, string $expectedSearchMethod): void - { + public function testCreateFixedAdapter( + Query $query, + string $expectedSearchMethod + ): void { $hits = [ new SearchHit(), new SearchHit(), diff --git a/tests/lib/Pagination/BaseContentSearchResultAdapterTestCase.php b/tests/lib/Pagination/BaseContentSearchResultAdapterTestCase.php index 60be3dbbb2..da61380c14 100644 --- a/tests/lib/Pagination/BaseContentSearchResultAdapterTestCase.php +++ b/tests/lib/Pagination/BaseContentSearchResultAdapterTestCase.php @@ -16,6 +16,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResultCollection; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; +use Ibexa\Contracts\Core\Repository\Values\ValueObject; /** * @template TSearchResultAdapter of \Ibexa\Core\Pagination\Pagerfanta\SearchResultAdapter @@ -45,7 +46,7 @@ protected function mockQueryForGetNbResults(int $nbResults): Query } /** - * @phpstan-return list<\Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit<\Ibexa\Contracts\Core\Repository\Values\ValueObject>> + * @phpstan-return list> */ protected function mockSearchHitsForGetSlice( Query $query, @@ -119,8 +120,10 @@ protected function mockQueryForGetAggregations(AggregationResultCollection $exce return $query; } - protected function createTestQuery(int $limit = 25, int $offset = 0): Query - { + protected function createTestQuery( + int $limit = 25, + int $offset = 0 + ): Query { $query = new Query(); $query->query = $this->createMock(CriterionInterface::class); $query->aggregations[] = $this->createMock(Aggregation::class); diff --git a/tests/lib/Pagination/BaseLocationSearchResultAdapterTestCase.php b/tests/lib/Pagination/BaseLocationSearchResultAdapterTestCase.php index 3453dc8791..0d8ade4960 100644 --- a/tests/lib/Pagination/BaseLocationSearchResultAdapterTestCase.php +++ b/tests/lib/Pagination/BaseLocationSearchResultAdapterTestCase.php @@ -16,6 +16,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResultCollection; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; +use Ibexa\Contracts\Core\Repository\Values\ValueObject; /** * @template TSearchResultAdapter of \Ibexa\Core\Pagination\Pagerfanta\SearchResultAdapter @@ -50,7 +51,7 @@ protected function mockQueryForGetNbResults(int $nbResults): LocationQuery } /** - * @phpstan-return list<\Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit<\Ibexa\Contracts\Core\Repository\Values\ValueObject>> + * @phpstan-return list> */ protected function mockSearchHitsForGetSlice( LocationQuery $query, @@ -125,8 +126,10 @@ protected function mockQueryForGetAggregations( return $query; } - protected function createTestQuery(int $limit = 25, int $offset = 0): LocationQuery - { + protected function createTestQuery( + int $limit = 25, + int $offset = 0 + ): LocationQuery { $query = new LocationQuery(); $query->query = $this->createMock(CriterionInterface::class); $query->aggregations[] = $this->createMock(Aggregation::class); diff --git a/tests/lib/Pagination/ContentFilteringAdapterTest.php b/tests/lib/Pagination/ContentFilteringAdapterTest.php index d788e69013..d2f89fd358 100644 --- a/tests/lib/Pagination/ContentFilteringAdapterTest.php +++ b/tests/lib/Pagination/ContentFilteringAdapterTest.php @@ -14,6 +14,7 @@ use Ibexa\Contracts\Core\Repository\Values\Filter\Filter; use Ibexa\Core\Pagination\Pagerfanta\ContentFilteringAdapter; use Ibexa\Tests\Core\Search\TestCase; +use PHPUnit\Framework\MockObject\MockObject; final class ContentFilteringAdapterTest extends TestCase { @@ -22,7 +23,7 @@ final class ContentFilteringAdapterTest extends TestCase 'useAlwaysAvailable' => true, ]; - /** @var \Ibexa\Contracts\Core\Repository\ContentService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ContentService|MockObject */ private $contentService; protected function setUp(): void diff --git a/tests/lib/Pagination/ContentSearchAdapterTest.php b/tests/lib/Pagination/ContentSearchAdapterTest.php index 9ff0b6d8a4..ba3dff0038 100644 --- a/tests/lib/Pagination/ContentSearchAdapterTest.php +++ b/tests/lib/Pagination/ContentSearchAdapterTest.php @@ -24,8 +24,11 @@ final class ContentSearchAdapterTest extends BaseContentSearchResultAdapterTestC /** * @phpstan-param TSearchLanguageFilter $languageFilter */ - protected function getAdapter(Query $query, SearchService $searchService, array $languageFilter = []): ContentSearchAdapter - { + protected function getAdapter( + Query $query, + SearchService $searchService, + array $languageFilter = [] + ): ContentSearchAdapter { return new ContentSearchAdapter($query, $searchService, $languageFilter); } diff --git a/tests/lib/Pagination/LocationFilteringAdapterTest.php b/tests/lib/Pagination/LocationFilteringAdapterTest.php index 794623e229..05905d8621 100644 --- a/tests/lib/Pagination/LocationFilteringAdapterTest.php +++ b/tests/lib/Pagination/LocationFilteringAdapterTest.php @@ -14,6 +14,7 @@ use Ibexa\Contracts\Core\Repository\Values\Filter\Filter; use Ibexa\Core\Pagination\Pagerfanta\LocationFilteringAdapter; use Ibexa\Tests\Core\Search\TestCase; +use PHPUnit\Framework\MockObject\MockObject; final class LocationFilteringAdapterTest extends TestCase { @@ -22,7 +23,7 @@ final class LocationFilteringAdapterTest extends TestCase 'useAlwaysAvailable' => true, ]; - /** @var \Ibexa\Contracts\Core\Repository\LocationService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var LocationService|MockObject */ private $locationService; protected function setUp(): void diff --git a/tests/lib/Pagination/LocationSearchAdapterTest.php b/tests/lib/Pagination/LocationSearchAdapterTest.php index 86cd980bd5..4a120f9f1b 100644 --- a/tests/lib/Pagination/LocationSearchAdapterTest.php +++ b/tests/lib/Pagination/LocationSearchAdapterTest.php @@ -24,8 +24,11 @@ final class LocationSearchAdapterTest extends BaseLocationSearchResultAdapterTes /** * @phpstan-param TSearchLanguageFilter $languageFilter */ - protected function getAdapter(LocationQuery $query, SearchService $searchService, array $languageFilter = []): LocationSearchAdapter - { + protected function getAdapter( + LocationQuery $query, + SearchService $searchService, + array $languageFilter = [] + ): LocationSearchAdapter { return new LocationSearchAdapter($query, $searchService, $languageFilter); } diff --git a/tests/lib/Pagination/LocationSearchHitAdapterTest.php b/tests/lib/Pagination/LocationSearchHitAdapterTest.php index 60d8eaa098..a5241180d0 100644 --- a/tests/lib/Pagination/LocationSearchHitAdapterTest.php +++ b/tests/lib/Pagination/LocationSearchHitAdapterTest.php @@ -25,8 +25,11 @@ final class LocationSearchHitAdapterTest extends BaseLocationSearchResultAdapter * * @phpstan-param TSearchLanguageFilter $languageFilter */ - protected function getAdapter(LocationQuery $query, SearchService $searchService, array $languageFilter = []): LocationSearchHitAdapter - { + protected function getAdapter( + LocationQuery $query, + SearchService $searchService, + array $languageFilter = [] + ): LocationSearchHitAdapter { return new LocationSearchHitAdapter($query, $searchService, $languageFilter); } diff --git a/tests/lib/Pagination/PagerfantaTest.php b/tests/lib/Pagination/PagerfantaTest.php index 9563fba5ae..bb2a4245a8 100644 --- a/tests/lib/Pagination/PagerfantaTest.php +++ b/tests/lib/Pagination/PagerfantaTest.php @@ -22,10 +22,10 @@ final class PagerfantaTest extends TestCase private const float EXAMPLE_TIME_RESULT = 30.0; private const float EXAMPLE_MAX_SCORE_RESULT = 5.12354; - /** @phpstan-var \Ibexa\Core\Pagination\Pagerfanta\SearchResultAdapter & \PHPUnit\Framework\MockObject\MockObject */ + /** @phpstan-var SearchResultAdapter & MockObject */ private SearchResultAdapter & MockObject $adapter; - /** @var \Ibexa\Core\Pagination\Pagerfanta\Pagerfanta */ + /** @var Pagerfanta */ private Pagerfanta $pagerfanta; protected function setUp(): void diff --git a/tests/lib/Persistence/Cache/AbstractBaseHandlerTestCase.php b/tests/lib/Persistence/Cache/AbstractBaseHandlerTestCase.php index 3afb04afb9..763509af43 100644 --- a/tests/lib/Persistence/Cache/AbstractBaseHandlerTestCase.php +++ b/tests/lib/Persistence/Cache/AbstractBaseHandlerTestCase.php @@ -33,6 +33,7 @@ use Ibexa\Core\Persistence\Cache\UrlWildcardHandler as CacheUrlWildcardHandler; use Ibexa\Core\Persistence\Cache\UserHandler as CacheUserHandler; use Ibexa\Core\Persistence\Cache\UserPreferenceHandler as CacheUserPreferenceHandler; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\Cache\CacheItem; @@ -41,34 +42,34 @@ */ abstract class AbstractBaseHandlerTestCase extends TestCase { - /** @var \Ibexa\Core\Persistence\Cache\Adapter\TransactionalInMemoryCacheAdapter|\PHPUnit\Framework\MockObject\MockObject */ + /** @var TransactionalInMemoryCacheAdapter|MockObject */ protected $cacheMock; - /** @var \Ibexa\Contracts\Core\Persistence\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ protected $persistenceHandlerMock; - /** @var \Ibexa\Core\Persistence\Cache\Handler */ + /** @var CacheHandler */ protected $persistenceCacheHandler; - /** @var \Ibexa\Core\Persistence\Cache\PersistenceLogger|\PHPUnit\Framework\MockObject\MockObject */ + /** @var PersistenceLogger|MockObject */ protected $loggerMock; - /** @var \Ibexa\Core\Persistence\Cache\InMemory\InMemoryCache|\PHPUnit\Framework\MockObject\MockObject */ + /** @var InMemoryCache|MockObject */ protected $inMemoryMock; /** @var \Closure */ protected $cacheItemsClosure; - /** @var \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var CacheIdentifierGeneratorInterface|MockObject */ protected $cacheIdentifierGeneratorMock; - /** @var \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierSanitizer */ + /** @var CacheIdentifierSanitizer */ protected $cacheIdentifierSanitizer; - /** @var \Ibexa\Core\Persistence\Cache\LocationPathConverter */ + /** @var LocationPathConverter */ protected $locationPathConverter; - /** @var \Ibexa\Core\Persistence\Cache\CacheIndicesValidatorInterface */ + /** @var CacheIndicesValidatorInterface */ protected $cacheIndicesValidator; /** @@ -112,7 +113,12 @@ protected function setUp(): void ); $this->cacheItemsClosure = \Closure::bind( - static function ($key, $value, $isHit, $defaultLifetime = 0) { + static function ( + $key, + $value, + $isHit, + $defaultLifetime = 0 + ) { $item = new CacheItem(); $item->key = $key; $item->value = $value; @@ -152,10 +158,13 @@ protected function tearDown(): void * @param null $value If null the cache item will be assumed to be a cache miss here. * @param int $defaultLifetime * - * @return \Symfony\Component\Cache\CacheItem + * @return CacheItem */ - final protected function getCacheItem($key, $value = null, $defaultLifetime = 0) - { + final protected function getCacheItem( + $key, + $value = null, + $defaultLifetime = 0 + ) { $cacheItemsClosure = $this->cacheItemsClosure; return $cacheItemsClosure($key, $value, (bool)$value, $defaultLifetime); diff --git a/tests/lib/Persistence/Cache/Adapter/InMemoryClearingProxyAdapterTest.php b/tests/lib/Persistence/Cache/Adapter/InMemoryClearingProxyAdapterTest.php index a27674cb6d..5db3ccb507 100644 --- a/tests/lib/Persistence/Cache/Adapter/InMemoryClearingProxyAdapterTest.php +++ b/tests/lib/Persistence/Cache/Adapter/InMemoryClearingProxyAdapterTest.php @@ -10,6 +10,7 @@ use Ibexa\Core\Persistence\Cache\Adapter\TransactionalInMemoryCacheAdapter; use Ibexa\Core\Persistence\Cache\InMemory\InMemoryCache; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Component\Cache\Adapter\TagAwareAdapterInterface; use Symfony\Component\Cache\CacheItem; @@ -19,13 +20,13 @@ */ class InMemoryClearingProxyAdapterTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Cache\Adapter\TransactionalInMemoryCacheAdapter */ + /** @var TransactionalInMemoryCacheAdapter */ protected $cache; - /** @var \Symfony\Component\Cache\Adapter\TagAwareAdapterInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var TagAwareAdapterInterface|MockObject */ protected $innerPool; - /** @var \Ibexa\Core\Persistence\Cache\InMemory\InMemoryCache|\PHPUnit\Framework\MockObject\MockObject */ + /** @var InMemoryCache|MockObject */ protected $inMemory; /** @var \Closure */ @@ -47,7 +48,13 @@ protected function setUp(): void ); $this->cacheItemsClosure = \Closure::bind( - static function ($key, $value, $isHit, $defaultLifetime = 0, $tags = []) { + static function ( + $key, + $value, + $isHit, + $defaultLifetime = 0, + $tags = [] + ) { $item = new CacheItem(); $item->isTaggable = true; $item->key = $key; @@ -148,8 +155,10 @@ public function testHasItem() /** * @dataProvider providerForDelete */ - public function testDelete(string $method, $argument) - { + public function testDelete( + string $method, + $argument + ) { $this->innerPool ->expects(self::once()) ->method($method) @@ -179,8 +188,10 @@ public function providerForDelete(): array * * @dataProvider providerForClearAndInvalidation */ - public function testClearAndInvalidation(string $method, $argument) - { + public function testClearAndInvalidation( + string $method, + $argument + ) { if ($argument) { $this->innerPool ->expects(self::once()) @@ -216,10 +227,13 @@ public function providerForClearAndInvalidation(): array * @param array $tags Optional. * @param mixed $value Optional, if value evaluates to false the cache item will be assumed to be a cache miss here. * - * @return \Symfony\Component\Cache\CacheItem + * @return CacheItem */ - private function createCacheItem($key, $tags = [], $value = true) - { + private function createCacheItem( + $key, + $tags = [], + $value = true + ) { $cacheItemsClosure = $this->cacheItemsClosure; return $cacheItemsClosure($key, $value, (bool) $value, 0, $tags); diff --git a/tests/lib/Persistence/Cache/Identifier/CacheIdentifierGeneratorTest.php b/tests/lib/Persistence/Cache/Identifier/CacheIdentifierGeneratorTest.php index dcc7eb690d..ae5063db6d 100644 --- a/tests/lib/Persistence/Cache/Identifier/CacheIdentifierGeneratorTest.php +++ b/tests/lib/Persistence/Cache/Identifier/CacheIdentifierGeneratorTest.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGenerator; +use Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface; use PHPUnit\Framework\TestCase; /** @@ -17,7 +18,7 @@ */ final class CacheIdentifierGeneratorTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierGeneratorInterface */ + /** @var CacheIdentifierGeneratorInterface */ private $cacheIdentifierGenerator; public function setUp(): void @@ -74,8 +75,10 @@ public function providerForTestGenerateKeyThrowsInvalidArgumentException(): arra /** * @dataProvider providerForTestGenerateTag */ - public function testGenerateTag(array $arguments, string $resultKey): void - { + public function testGenerateTag( + array $arguments, + string $resultKey + ): void { self::assertEquals( $resultKey, $this->cacheIdentifierGenerator->generateTag(...$arguments) @@ -85,8 +88,10 @@ public function testGenerateTag(array $arguments, string $resultKey): void /** * @dataProvider providerForTestGenerateTagThrowsInvalidArgumentException */ - public function testGenerateTagThrowsInvalidArgumentException(array $arguments, string $resultKey): void - { + public function testGenerateTagThrowsInvalidArgumentException( + array $arguments, + string $resultKey + ): void { $this->expectException(InvalidArgumentException::class); self::assertEquals( @@ -98,8 +103,10 @@ public function testGenerateTagThrowsInvalidArgumentException(array $arguments, /** * @dataProvider providerForTestGenerateKey */ - public function testGenerateKey(array $arguments, string $resultKey): void - { + public function testGenerateKey( + array $arguments, + string $resultKey + ): void { self::assertEquals( $resultKey, $this->cacheIdentifierGenerator->generateKey(...$arguments) @@ -109,8 +116,10 @@ public function testGenerateKey(array $arguments, string $resultKey): void /** * @dataProvider providerForTestGenerateKeyThrowsInvalidArgumentException */ - public function testGenerateKeyThrowsInvalidArgumentException(array $arguments, string $resultKey): void - { + public function testGenerateKeyThrowsInvalidArgumentException( + array $arguments, + string $resultKey + ): void { $this->expectException(InvalidArgumentException::class); self::assertEquals( diff --git a/tests/lib/Persistence/Cache/Identifier/CacheIdentifierSanitizerTest.php b/tests/lib/Persistence/Cache/Identifier/CacheIdentifierSanitizerTest.php index 90f3c80055..e3bfdd5404 100644 --- a/tests/lib/Persistence/Cache/Identifier/CacheIdentifierSanitizerTest.php +++ b/tests/lib/Persistence/Cache/Identifier/CacheIdentifierSanitizerTest.php @@ -16,7 +16,7 @@ */ final class CacheIdentifierSanitizerTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Cache\Identifier\CacheIdentifierSanitizer */ + /** @var CacheIdentifierSanitizer */ private $cacheIdentifierSanitizer; public function setUp(): void @@ -36,8 +36,10 @@ public function providerForTestEscapeCacheKey(): array /** * @dataProvider providerForTestEscapeCacheKey */ - public function testEscapeCacheKey(array $arguments, string $resultKey): void - { + public function testEscapeCacheKey( + array $arguments, + string $resultKey + ): void { self::assertEquals( $resultKey, $this->cacheIdentifierSanitizer->escapeForCacheKey(...$arguments) diff --git a/tests/lib/Persistence/Cache/InMemory/InMemoryCacheTest.php b/tests/lib/Persistence/Cache/InMemory/InMemoryCacheTest.php index 4ae79bdc3d..e2b3620cad 100644 --- a/tests/lib/Persistence/Cache/InMemory/InMemoryCacheTest.php +++ b/tests/lib/Persistence/Cache/InMemory/InMemoryCacheTest.php @@ -16,7 +16,7 @@ */ class InMemoryCacheTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Cache\InMemory\InMemoryCache */ + /** @var InMemoryCache */ protected $cache; /** diff --git a/tests/lib/Persistence/Cache/LocationHandlerTest.php b/tests/lib/Persistence/Cache/LocationHandlerTest.php index aada9945ec..48b4ba31f9 100644 --- a/tests/lib/Persistence/Cache/LocationHandlerTest.php +++ b/tests/lib/Persistence/Cache/LocationHandlerTest.php @@ -197,7 +197,7 @@ public function providerForCachedLoadMethodsMiss(): array [ 'loadList', [[12], - ['eng-GB', 'bra-PG'], false, ], + ['eng-GB', 'bra-PG'], false, ], 'ibx-l-12-bra-PG|eng-GB|0', [ ['content', [15], false], diff --git a/tests/lib/Persistence/Cache/LocationPathConverterTest.php b/tests/lib/Persistence/Cache/LocationPathConverterTest.php index 49acecf2dc..864aeec9a7 100644 --- a/tests/lib/Persistence/Cache/LocationPathConverterTest.php +++ b/tests/lib/Persistence/Cache/LocationPathConverterTest.php @@ -16,7 +16,7 @@ */ final class LocationPathConverterTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Cache\LocationPathConverter */ + /** @var LocationPathConverter */ private $locationPathConverter; public function setUp(): void @@ -37,8 +37,10 @@ public function providerForTestConvertToPathIds(): array /** * @dataProvider providerForTestConvertToPathIds */ - public function testConvertToPathIds(array $arguments, array $resultArray): void - { + public function testConvertToPathIds( + array $arguments, + array $resultArray + ): void { self::assertEquals( $resultArray, $this->locationPathConverter->convertToPathIds(...$arguments) diff --git a/tests/lib/Persistence/Cache/PersistenceLoggerTest.php b/tests/lib/Persistence/Cache/PersistenceLoggerTest.php index d6f928cf64..133380a07e 100644 --- a/tests/lib/Persistence/Cache/PersistenceLoggerTest.php +++ b/tests/lib/Persistence/Cache/PersistenceLoggerTest.php @@ -95,8 +95,12 @@ public function testLogCacheMiss(): void /** * @return array> */ - private function buildExpectedCallTrace(string $callHash, string $method, int $miss, int $hit): array - { + private function buildExpectedCallTrace( + string $callHash, + string $method, + int $miss, + int $hit + ): array { return [ $callHash => [ 'method' => $method, diff --git a/tests/lib/Persistence/Cache/TrashHandlerTest.php b/tests/lib/Persistence/Cache/TrashHandlerTest.php index f0ab6f1e28..0ca6d32cac 100644 --- a/tests/lib/Persistence/Cache/TrashHandlerTest.php +++ b/tests/lib/Persistence/Cache/TrashHandlerTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Persistence\Cache; use Ibexa\Contracts\Core\Persistence\Content\Location; +use Ibexa\Contracts\Core\Persistence\Content\Location\Trash\Handler; use Ibexa\Contracts\Core\Persistence\Content\Location\Trash\Handler as TrashHandler; use Ibexa\Contracts\Core\Persistence\Content\Location\Trashed; use Ibexa\Contracts\Core\Persistence\Content\Relation; @@ -238,7 +239,7 @@ public function testDeleteTrashItem() ->method('invalidateTags') ->with($tags); - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Trash\Handler $handler */ + /** @var Handler $handler */ $handler = $this->persistenceCacheHandler->$handlerMethodName(); $handler->deleteTrashItem($trashedId); } @@ -302,7 +303,7 @@ public function testEmptyTrash() ->method('invalidateTags') ->with($tags); - /** @var \Ibexa\Contracts\Core\Persistence\Content\Location\Trash\Handler $handler */ + /** @var Handler $handler */ $handler = $this->persistenceCacheHandler->$handlerMethodName(); $handler->emptyTrash(); } diff --git a/tests/lib/Persistence/DatabaseConnectionFactory.php b/tests/lib/Persistence/DatabaseConnectionFactory.php index a739a64b2c..e899a786e3 100644 --- a/tests/lib/Persistence/DatabaseConnectionFactory.php +++ b/tests/lib/Persistence/DatabaseConnectionFactory.php @@ -12,6 +12,7 @@ use Doctrine\DBAL\Configuration; use Doctrine\DBAL\Connection; use Doctrine\DBAL\DriverManager; +use Doctrine\DBAL\Exception; /** * Database connection factory for integration tests. @@ -34,15 +35,17 @@ class DatabaseConnectionFactory * * An associative array mapping database URL to a Connection object. * - * @var \Doctrine\DBAL\Connection[] + * @var Connection[] */ private static ?array $connectionPool = null; /** * @phpstan-param array $databasePlatforms */ - public function __construct(iterable $databasePlatforms, EventManager $eventManager) - { + public function __construct( + iterable $databasePlatforms, + EventManager $eventManager + ) { $this->databasePlatforms = []; foreach ($databasePlatforms as $databasePlatform) { $this->databasePlatforms[$databasePlatform->getDriverName()] = $databasePlatform; @@ -54,7 +57,7 @@ public function __construct(iterable $databasePlatforms, EventManager $eventMana /** * Connect to a database described by URL (a.k.a. DSN). * - * @throws \Doctrine\DBAL\Exception if connection failed + * @throws Exception if connection failed */ public function createConnection(string $databaseURL): Connection { diff --git a/tests/lib/Persistence/FieldTypeRegistryTest.php b/tests/lib/Persistence/FieldTypeRegistryTest.php index f8b7aff505..a8bc000084 100644 --- a/tests/lib/Persistence/FieldTypeRegistryTest.php +++ b/tests/lib/Persistence/FieldTypeRegistryTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Persistence; use Ibexa\Contracts\Core\FieldType\FieldType as SPIFieldType; +use Ibexa\Contracts\Core\Persistence\FieldType; use Ibexa\Contracts\Core\Persistence\FieldType as SPIPersistenceFieldType; use Ibexa\Core\Base\Exceptions\NotFound\FieldTypeNotFoundException; use Ibexa\Core\Persistence\FieldTypeRegistry; @@ -86,7 +87,7 @@ public function testRegister() /** * Returns a mock for persistence field type. * - * @return \Ibexa\Contracts\Core\Persistence\FieldType + * @return FieldType */ protected function getFieldTypeMock() { diff --git a/tests/lib/Persistence/FieldValue/Converter/ImageConverterTest.php b/tests/lib/Persistence/FieldValue/Converter/ImageConverterTest.php index c3c70e7678..fb6a87f9d8 100644 --- a/tests/lib/Persistence/FieldValue/Converter/ImageConverterTest.php +++ b/tests/lib/Persistence/FieldValue/Converter/ImageConverterTest.php @@ -14,6 +14,7 @@ use Ibexa\Core\IO\UrlRedecoratorInterface; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\ImageConverter; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; final class ImageConverterTest extends TestCase @@ -25,13 +26,13 @@ final class ImageConverterTest extends TestCase private const MIME_TYPES_STORAGE_VALUE = '["image\/png","image\/jpeg"]'; - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\ImageConverter */ + /** @var ImageConverter */ private $imageConverter; - /** @var \Ibexa\Core\IO\UrlRedecoratorInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var UrlRedecoratorInterface|MockObject */ private $urlRedecorator; - /** @var \Ibexa\Core\IO\IOServiceInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var IOServiceInterface|MockObject */ private $ioService; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Bookmark/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/Bookmark/Gateway/DoctrineDatabaseTest.php index 933fcd5973..fb8b2af652 100644 --- a/tests/lib/Persistence/Legacy/Bookmark/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/Bookmark/Gateway/DoctrineDatabaseTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Persistence\Legacy\Bookmark\Gateway; +use Doctrine\DBAL\Exception; use Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark; use Ibexa\Core\Persistence\Legacy\Bookmark\Gateway; use Ibexa\Core\Persistence\Legacy\Bookmark\Gateway\DoctrineDatabase; @@ -78,16 +79,24 @@ public function testLoadBookmarkDataByUserIdAndLocationId() /** * @dataProvider dataProviderForLoadUserBookmarks */ - public function testLoadUserBookmarks(int $userId, int $offset, int $limit, array $expected) - { + public function testLoadUserBookmarks( + int $userId, + int $offset, + int $limit, + array $expected + ) { self::assertEquals($expected, $this->getGateway()->loadUserBookmarks($userId, $offset, $limit)); } /** * @dataProvider dataProviderForLoadUserBookmarks */ - public function testCountUserBookmarks(int $userId, int $offset, int $limit, array $expected) - { + public function testCountUserBookmarks( + int $userId, + int $offset, + int $limit, + array $expected + ) { self::assertEquals(count($expected), $this->getGateway()->countUserBookmarks($userId)); } @@ -100,7 +109,10 @@ public function dataProviderForLoadUserBookmarks(): array return $row['user_id'] == $userId; }); - usort($rows, static function ($a, $b): int { + usort($rows, static function ( + $a, + $b + ): int { return $b['id'] <=> $a['id']; }); @@ -139,7 +151,7 @@ public function testLocationSwapped() /** * Return a ready to test DoctrineStorage gateway. * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ protected function getGateway(): Gateway { diff --git a/tests/lib/Persistence/Legacy/Bookmark/HandlerTest.php b/tests/lib/Persistence/Legacy/Bookmark/HandlerTest.php index 1b9e0c99f6..254cc70a3d 100644 --- a/tests/lib/Persistence/Legacy/Bookmark/HandlerTest.php +++ b/tests/lib/Persistence/Legacy/Bookmark/HandlerTest.php @@ -13,19 +13,20 @@ use Ibexa\Core\Persistence\Legacy\Bookmark\Gateway; use Ibexa\Core\Persistence\Legacy\Bookmark\Handler; use Ibexa\Core\Persistence\Legacy\Bookmark\Mapper; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class HandlerTest extends TestCase { public const BOOKMARK_ID = 7; - /** @var \Ibexa\Core\Persistence\Legacy\Bookmark\Gateway|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Gateway|MockObject */ private $gateway; - /** @var \Ibexa\Core\Persistence\Legacy\Bookmark\Mapper|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Mapper|MockObject */ private $mapper; - /** @var \Ibexa\Core\Persistence\Legacy\Bookmark\Handler */ + /** @var Handler */ private $handler; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Bookmark/MapperTest.php b/tests/lib/Persistence/Legacy/Bookmark/MapperTest.php index 3e88f1cd1e..69d4b2a884 100644 --- a/tests/lib/Persistence/Legacy/Bookmark/MapperTest.php +++ b/tests/lib/Persistence/Legacy/Bookmark/MapperTest.php @@ -18,7 +18,7 @@ */ class MapperTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Bookmark\Mapper */ + /** @var Mapper */ private $mapper; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Content/ContentHandlerTest.php b/tests/lib/Persistence/Legacy/Content/ContentHandlerTest.php index a3b23139f9..b033f5c8d6 100644 --- a/tests/lib/Persistence/Legacy/Content/ContentHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Content/ContentHandlerTest.php @@ -22,6 +22,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\RelationType; use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\Persistence\Legacy\Content\FieldHandler; +use Ibexa\Core\Persistence\Legacy\Content\Gateway; use Ibexa\Core\Persistence\Legacy\Content\Gateway as ContentGateway; use Ibexa\Core\Persistence\Legacy\Content\Handler; use Ibexa\Core\Persistence\Legacy\Content\Language\Handler as LanguageHandler; @@ -33,6 +34,7 @@ use Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway as UrlAliasGateway; use Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter; use Ibexa\Tests\Core\Persistence\Legacy\TestCase; +use PHPUnit\Framework\MockObject\MockObject; use ReflectionException; /** @@ -45,75 +47,75 @@ class ContentHandlerTest extends TestCase /** * Content handler to test. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Handler + * @var Handler */ protected $contentHandler; /** * Gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var Gateway */ protected $gatewayMock; /** * Location gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @var LocationGateway */ protected $locationGatewayMock; /** * Type gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway + * @var ContentTypeGateway */ protected $typeGatewayMock; /** * Mapper mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Mapper + * @var Mapper */ protected $mapperMock; /** * Field handler mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldHandler + * @var FieldHandler */ protected $fieldHandlerMock; /** * Location handler mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\TreeHandler + * @var TreeHandler */ protected $treeHandlerMock; /** * Slug converter mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter + * @var SlugConverter */ protected $slugConverterMock; /** * Location handler mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway + * @var UrlAliasGateway */ protected $urlAliasGatewayMock; /** * ContentType handler mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\Handler + * @var ContentTypeHandler */ protected $contentTypeHandlerMock; /** - * @var \PHPUnit\Framework\MockObject\MockObject&\Ibexa\Core\Persistence\Legacy\Content\Language\Handler + * @var MockObject&LanguageHandler */ private LanguageHandler $languageHandlerMock; @@ -614,10 +616,12 @@ public function testLoadErrorNotFound() * @param int $id Optional id * @param int $versionNo Optional version number * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ - protected function getContentFixtureForDraft(int $id = 23, int $versionNo = 2) - { + protected function getContentFixtureForDraft( + int $id = 23, + int $versionNo = 2 + ) { $content = new Content(); $content->versionInfo = new VersionInfo(); $content->versionInfo->versionNo = $versionNo; @@ -928,7 +932,7 @@ public function testAddRelation() $expectedRelationObject->type = RelationType::COMMON->value; // relation create struct - $relationCreateStruct = new Relation\CreateStruct(); + $relationCreateStruct = new RelationCreateStruct(); $relationCreateStruct->destinationContentId = 66; $relationCreateStruct->sourceContentId = 23; $relationCreateStruct->sourceContentVersionNo = 1; @@ -989,7 +993,7 @@ protected function getRelationFixture() /** * Returns a CreateStruct fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\CreateStruct + * @return CreateStruct */ public function getCreateStructFixture() { @@ -1516,7 +1520,7 @@ public function testLoadVersionInfoList(): void /** * Returns the handler to test. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Handler + * @return Handler */ protected function getContentHandler() { @@ -1542,7 +1546,7 @@ protected function getContentHandler() * * @param string[] $methods * - * @return \Ibexa\Core\Persistence\Legacy\Content\Handler + * @return Handler */ protected function getPartlyMockedHandler(array $methods) { @@ -1567,7 +1571,7 @@ protected function getPartlyMockedHandler(array $methods) /** * Returns a TreeHandler mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\TreeHandler + * @return MockObject|TreeHandler */ protected function getTreeHandlerMock() { @@ -1581,7 +1585,7 @@ protected function getTreeHandlerMock() /** * Returns a ContentTypeHandler mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Type\Handler + * @return MockObject|ContentTypeHandler */ protected function getContentTypeHandlerMock() { @@ -1593,7 +1597,7 @@ protected function getContentTypeHandlerMock() } /** - * @return \PHPUnit\Framework\MockObject\MockObject&\Ibexa\Core\Persistence\Legacy\Content\Language\Handler + * @return MockObject&LanguageHandler */ protected function getLanguageHandlerMock(): LanguageHandler { @@ -1607,7 +1611,7 @@ protected function getLanguageHandlerMock(): LanguageHandler /** * Returns a FieldHandler mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\FieldHandler + * @return FieldHandler */ protected function getFieldHandlerMock() { @@ -1621,7 +1625,7 @@ protected function getFieldHandlerMock() /** * Returns a Mapper mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Mapper + * @return Mapper */ protected function getMapperMock() { @@ -1635,7 +1639,7 @@ protected function getMapperMock() /** * Returns a Location Gateway mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @return LocationGateway */ protected function getLocationGatewayMock() { @@ -1649,7 +1653,7 @@ protected function getLocationGatewayMock() /** * Returns a content type gateway mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway + * @return ContentTypeGateway */ protected function getTypeGatewayMock() { @@ -1663,7 +1667,7 @@ protected function getTypeGatewayMock() /** * Returns a mock object for the Content Gateway. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Gateway|\PHPUnit\Framework\MockObject\MockObject + * @return Gateway|MockObject */ protected function getGatewayMock() { @@ -1681,7 +1685,7 @@ protected function getGatewayMock() /** * Returns a mock object for the UrlAlias Handler. * - * @return \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter + * @return SlugConverter */ protected function getSlugConverterMock() { @@ -1695,7 +1699,7 @@ protected function getSlugConverterMock() /** * Returns a mock object for the UrlAlias Gateway. * - * @return \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway + * @return UrlAliasGateway */ protected function getUrlAliasGatewayMock() { diff --git a/tests/lib/Persistence/Legacy/Content/FieldHandlerTest.php b/tests/lib/Persistence/Legacy/Content/FieldHandlerTest.php index 4325bff99a..ccb214920b 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldHandlerTest.php @@ -7,6 +7,7 @@ namespace Ibexa\Tests\Core\Persistence\Legacy\Content; +use Ibexa\Contracts\Core\FieldType\FieldType; use Ibexa\Contracts\Core\Persistence\Content; use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; use Ibexa\Contracts\Core\Persistence\Content\Field; @@ -22,6 +23,7 @@ use Ibexa\Core\Persistence\Legacy\Content\Mapper; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue; use Ibexa\Core\Persistence\Legacy\Content\StorageHandler; +use PHPUnit\Framework\MockObject\MockObject; /** * @covers \Ibexa\Core\Persistence\Legacy\Content\FieldHandler @@ -31,35 +33,35 @@ class FieldHandlerTest extends LanguageAwareTestCase /** * Gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var Gateway */ protected $contentGatewayMock; /** * Mapper mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Mapper + * @var Mapper */ protected $mapperMock; /** * Storage handler mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @var StorageHandler */ protected $storageHandlerMock; /** * Field type registry mock. * - * @var \Ibexa\Core\Persistence\FieldTypeRegistry + * @var FieldTypeRegistry */ protected $fieldTypeRegistryMock; /** * Field type mock. * - * @var \Ibexa\Contracts\Core\FieldType\FieldType + * @var FieldType */ protected $fieldTypeMock; @@ -729,7 +731,7 @@ public function testDeleteFields() /** * Returns a Content fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ protected function getContentPartialFieldsFixture() { @@ -767,7 +769,7 @@ protected function getContentPartialFieldsFixture() /** * Returns a Content fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ protected function getContentNoFieldsFixture() { @@ -787,7 +789,7 @@ protected function getContentNoFieldsFixture() /** * Returns a Content fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ protected function getContentSingleLanguageFixture() { @@ -819,7 +821,7 @@ protected function getContentSingleLanguageFixture() /** * Returns a Content fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ protected function getContentFixture() { @@ -864,7 +866,7 @@ protected function getContentFixture() /** * Returns a ContentType fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ protected function getContentTypeFixture() { @@ -902,7 +904,7 @@ protected function getContentTypeFixture() /** * Returns an UpdateStruct fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\UpdateStruct + * @return UpdateStruct */ protected function getUpdateStructFixture() { @@ -927,7 +929,7 @@ protected function getUpdateStructFixture() /** * Returns a FieldHandler to test. * - * @return \Ibexa\Core\Persistence\Legacy\Content\FieldHandler + * @return FieldHandler */ protected function getFieldHandler() { @@ -945,7 +947,7 @@ protected function getFieldHandler() /** * Returns a StorageHandler mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\StorageHandler|\PHPUnit\Framework\MockObject\MockObject + * @return StorageHandler|MockObject */ protected function getStorageHandlerMock() { @@ -959,7 +961,7 @@ protected function getStorageHandlerMock() /** * Returns a Mapper mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Mapper|\PHPUnit\Framework\MockObject\MockObject + * @return Mapper|MockObject */ protected function getMapperMock() { @@ -973,7 +975,7 @@ protected function getMapperMock() /** * Returns a mock object for the Content Gateway. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Gateway|\PHPUnit\Framework\MockObject\MockObject + * @return Gateway|MockObject */ protected function getContentGatewayMock() { @@ -985,7 +987,7 @@ protected function getContentGatewayMock() } /** - * @return \Ibexa\Core\Persistence\FieldTypeRegistry|\PHPUnit\Framework\MockObject\MockObject + * @return FieldTypeRegistry|MockObject */ protected function getFieldTypeRegistryMock() { @@ -1007,7 +1009,7 @@ protected function getFieldTypeRegistryMock() } /** - * @return \Ibexa\Contracts\Core\Persistence\FieldType|\PHPUnit\Framework\MockObject\MockObject + * @return SPIFieldType|MockObject */ protected function getFieldTypeMock() { diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/AuthorTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/AuthorTest.php index 1d2a57364e..94873f860a 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/AuthorTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/AuthorTest.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\Persistence\Content\FieldTypeConstraints; use Ibexa\Contracts\Core\Persistence\Content\FieldValue; use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition as SPIFieldDefinition; +use Ibexa\Core\FieldType\Author\Author; use Ibexa\Core\FieldType\Author\Type as AuthorType; use Ibexa\Core\FieldType\FieldSettings; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\AuthorConverter; @@ -26,10 +27,10 @@ */ class AuthorTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\AuthorConverter */ + /** @var AuthorConverter */ protected $converter; - /** @var \Ibexa\Core\FieldType\Author\Author[] */ + /** @var Author[] */ private $authors; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/CheckboxTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/CheckboxTest.php index c36677479e..ab47740ad4 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/CheckboxTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/CheckboxTest.php @@ -19,7 +19,7 @@ */ class CheckboxTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\CheckboxConverter */ + /** @var CheckboxConverter */ protected $converter; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/CountryTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/CountryTest.php index 7d2f97f0bc..ff3f0e4ef4 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/CountryTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/CountryTest.php @@ -21,7 +21,7 @@ */ class CountryTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\CountryConverter */ + /** @var CountryConverter */ protected $converter; protected function setUp(): void @@ -44,8 +44,12 @@ public function providerForTestToStorageValue() * * @dataProvider providerForTestToStorageValue */ - public function testToStorageValue($data, $sortKey, $dataText, $sortKeyString) - { + public function testToStorageValue( + $data, + $sortKey, + $dataText, + $sortKeyString + ) { $value = new FieldValue(); $value->data = $data; $value->sortKey = $sortKey; @@ -70,8 +74,11 @@ public function providerForTestToFieldValue() * * @dataProvider providerForTestToFieldValue */ - public function testToFieldValue($dataText, $sortKeyString, $data) - { + public function testToFieldValue( + $dataText, + $sortKeyString, + $data + ) { $storageFieldValue = new StorageFieldValue(); $storageFieldValue->dataText = $dataText; $storageFieldValue->sortKeyString = $sortKeyString; diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/DateAndTimeTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/DateAndTimeTest.php index ee2a043484..e019310095 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/DateAndTimeTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/DateAndTimeTest.php @@ -27,10 +27,10 @@ */ class DateAndTimeTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\DateAndTimeConverter */ + /** @var DateAndTimeConverter */ protected $converter; - /** @var \DateTime */ + /** @var DateTime */ protected $date; protected function setUp(): void @@ -49,7 +49,7 @@ public function testToStorageValue() $value = new FieldValue(); $value->data = [ 'timestamp' => $this->date->getTimestamp(), - 'rfc850' => $this->date->format(\DateTime::RFC850), + 'rfc850' => $this->date->format(DateTime::RFC850), ]; $value->sortKey = $this->date->getTimestamp(); $storageFieldValue = new StorageFieldValue(); @@ -318,7 +318,7 @@ public function testToFieldDefinitionWithAdjustmentNoSeconds() /** * Generates XML string from $dateInterval. * - * @param \DateInterval $dateInterval + * @param DateInterval $dateInterval * * @return string */ diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/DateTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/DateTest.php index 59bb54c2f1..79f4f4d7f5 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/DateTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/DateTest.php @@ -26,10 +26,10 @@ */ class DateTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\DateConverter */ + /** @var DateConverter */ protected $converter; - /** @var \DateTime */ + /** @var DateTime */ protected $date; protected function setUp(): void @@ -44,7 +44,7 @@ public function testToStorageValue() $value = new FieldValue(); $value->data = [ 'timestamp' => $this->date->getTimestamp(), - 'rfc850' => $this->date->format(\DateTime::RFC850), + 'rfc850' => $this->date->format(DateTime::RFC850), ]; $value->sortKey = $this->date->getTimestamp(); $storageFieldValue = new StorageFieldValue(); diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/ISBNTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/ISBNTest.php index a526c25ae2..01b65632c0 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/ISBNTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/ISBNTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Persistence\Legacy\Content\FieldValue\Converter; use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition as PersistenceFieldDefinition; +use Ibexa\Core\FieldType\FieldSettings; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\ISBNConverter; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition; use PHPUnit\Framework\TestCase; @@ -17,7 +18,7 @@ */ class ISBNTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\ISBNConverter */ + /** @var ISBNConverter */ protected $converter; protected function setUp(): void @@ -28,8 +29,10 @@ protected function setUp(): void /** * @dataProvider providerForTestToFieldDefinition */ - public function testToFieldDefinition($dataInt, $excpectedIsbn13Value) - { + public function testToFieldDefinition( + $dataInt, + $excpectedIsbn13Value + ) { $fieldDef = new PersistenceFieldDefinition(); $storageDefinition = new StorageFieldDefinition([ 'dataInt1' => $dataInt, @@ -37,7 +40,7 @@ public function testToFieldDefinition($dataInt, $excpectedIsbn13Value) $this->converter->toFieldDefinition($storageDefinition, $fieldDef); - /** @var \Ibexa\Core\FieldType\FieldSettings $fieldSettings */ + /** @var FieldSettings $fieldSettings */ $fieldSettings = $fieldDef->fieldTypeConstraints->fieldSettings; self::assertSame($excpectedIsbn13Value, $fieldSettings['isISBN13']); } diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/KeywordTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/KeywordTest.php index efd77df1df..30d7f76400 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/KeywordTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/KeywordTest.php @@ -19,7 +19,7 @@ */ class KeywordTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\KeywordConverter */ + /** @var KeywordConverter */ protected $converter; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationListTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationListTest.php index bf3354a294..5a3b128bac 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationListTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationListTest.php @@ -14,6 +14,7 @@ use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\RelationListConverter; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -21,7 +22,7 @@ */ class RelationListTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\RelationListConverter */ + /** @var MockObject|RelationListConverter */ protected $converter; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationTest.php index 878fda37a5..39ae01e480 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/RelationTest.php @@ -12,6 +12,7 @@ use Ibexa\Core\FieldType\RelationList\Type; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\RelationConverter; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -19,7 +20,7 @@ */ class RelationTest extends TestCase { - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\RelationConverter */ + /** @var MockObject|RelationConverter */ protected $converter; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/SelectionTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/SelectionTest.php index f05a8f6418..be73543042 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/SelectionTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/SelectionTest.php @@ -21,7 +21,7 @@ */ class SelectionTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\SelectionConverter */ + /** @var SelectionConverter */ protected $converter; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/SerializableConverterTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/SerializableConverterTest.php index b05cd2b2ae..b508a7c90d 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/SerializableConverterTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/SerializableConverterTest.php @@ -16,6 +16,7 @@ use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\SerializableConverter; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -30,10 +31,10 @@ class SerializableConverterTest extends TestCase private const EXAMPLE_JSON = '{"foo":"foo","bar":"bar"}'; - /** @var \Ibexa\Contracts\Core\FieldType\ValueSerializerInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ValueSerializerInterface|MockObject */ private $serializer; - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\SerializableConverter */ + /** @var SerializableConverter */ private $converter; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TextBlockTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TextBlockTest.php index 5fab303af7..4cea995d1c 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TextBlockTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TextBlockTest.php @@ -22,7 +22,7 @@ */ class TextBlockTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\TextBlockConverter */ + /** @var TextBlockConverter */ protected $converter; protected $longText; diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TextLineTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TextLineTest.php index 4c4c0c984c..c2377bd72f 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TextLineTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TextLineTest.php @@ -21,7 +21,7 @@ */ class TextLineTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\TextLineConverter */ + /** @var TextLineConverter */ protected $converter; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TimeTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TimeTest.php index 17259a0f4d..297e68fa7b 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TimeTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/TimeTest.php @@ -26,7 +26,7 @@ */ class TimeTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\TimeConverter */ + /** @var TimeConverter */ protected $converter; /** @var int */ diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/UrlTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/UrlTest.php index 0f3a167f4b..df99f24916 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/UrlTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/UrlTest.php @@ -19,7 +19,7 @@ */ class UrlTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\UrlConverter */ + /** @var UrlConverter */ protected $converter; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Content/FieldValueConverterRegistryTest.php b/tests/lib/Persistence/Legacy/Content/FieldValueConverterRegistryTest.php index fa711c96a2..8db546d339 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValueConverterRegistryTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldValueConverterRegistryTest.php @@ -49,7 +49,7 @@ public function testGetNotFound() } /** - * @return \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter + * @return Converter */ protected function getFieldValueConverterMock() { diff --git a/tests/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabaseTest.php index dbf60215c9..bf1f690796 100644 --- a/tests/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/Content/Gateway/DoctrineDatabaseTest.php @@ -31,7 +31,7 @@ class DoctrineDatabaseTest extends LanguageAwareTestCase /** * Database gateway to test. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway\DoctrineDatabase + * @var DoctrineDatabase */ protected $databaseGateway; @@ -82,7 +82,7 @@ public function testInsertContentObject() /** * Returns a Content fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\CreateStruct + * @return CreateStruct */ protected function getCreateStructFixture() { @@ -109,7 +109,7 @@ protected function getCreateStructFixture() /** * Returns a Content fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ protected function getContentFixture() { @@ -139,7 +139,7 @@ protected function getContentFixture() /** * Returns a Version fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\VersionInfo + * @return VersionInfo */ protected function getVersionFixture() { @@ -319,7 +319,7 @@ public function testUpdateContent() /** * Returns an UpdateStruct fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\UpdateStruct + * @return UpdateStruct */ protected function getUpdateStructFixture() { @@ -335,7 +335,7 @@ protected function getUpdateStructFixture() /** * Returns a MetadataUpdateStruct fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\MetadataUpdateStruct + * @return MetadataUpdateStruct */ protected function getMetadataUpdateStructFixture() { @@ -536,7 +536,7 @@ public function testUpdateNonTranslatableField() $fieldGb->id = $gateway->insertNewField($content, $fieldGb, $value); $fieldUs->id = $gateway->insertNewField($content, $fieldUs, $value); - $updateStruct = new Content\UpdateStruct(); + $updateStruct = new UpdateStruct(); $newValue = new StorageFieldValue( [ @@ -774,8 +774,11 @@ public function testLoadNonExistentTranslation() * @param string[] $expectedValues * @param string[][] $actualRows */ - protected function assertValuesInRows($columnKey, array $expectedValues, array $actualRows) - { + protected function assertValuesInRows( + $columnKey, + array $expectedValues, + array $actualRows + ) { $expectedValues = array_fill_keys( array_values($expectedValues), true @@ -1551,7 +1554,7 @@ public function testUpdateAlwaysAvailableFlagAdd(): void /** * @throws \Doctrine\DBAL\Exception - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function testUpdateContentAddAlwaysAvailableFlagMultilingual(): void { @@ -1600,7 +1603,7 @@ public function testUpdateContentAddAlwaysAvailableFlagMultilingual(): void /** * @throws \Doctrine\DBAL\Exception - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ public function testUpdateContentRemoveAlwaysAvailableFlagMultilingual(): void { @@ -1673,8 +1676,10 @@ public function testLoadVersionInfo(): void * * @throws \Doctrine\DBAL\Exception */ - protected function countContentRelations(?int $fromId = null, ?int $toId = null): int - { + protected function countContentRelations( + ?int $fromId = null, + ?int $toId = null + ): int { $connection = $this->getDatabaseConnection(); $query = $connection->createQueryBuilder(); $query @@ -1818,8 +1823,10 @@ protected function countContent(?int $contentId = null): int * @param string $file * @param mixed $fixture */ - protected function storeFixture($file, $fixture) - { + protected function storeFixture( + $file, + $fixture + ) { file_put_contents( $file, "getMaskGenerator(); self::assertSame( @@ -156,8 +160,10 @@ public function testIsLanguageAlwaysAvailableNoDefault() * * @dataProvider isAlwaysAvailableProvider */ - public function testIsAlwaysAvailable($langMask, $expectedResult) - { + public function testIsAlwaysAvailable( + $langMask, + $expectedResult + ) { $generator = $this->getMaskGenerator(); self::assertSame($expectedResult, $generator->isAlwaysAvailable($langMask)); } @@ -181,8 +187,10 @@ public function isAlwaysAvailableProvider() /** * @dataProvider removeAlwaysAvailableFlagProvider */ - public function testRemoveAlwaysAvailableFlag($langMask, $expectedResult) - { + public function testRemoveAlwaysAvailableFlag( + $langMask, + $expectedResult + ) { $generator = $this->getMaskGenerator(); self::assertSame($expectedResult, $generator->removeAlwaysAvailableFlag($langMask)); } @@ -208,8 +216,10 @@ public function removeAlwaysAvailableFlagProvider() * * @dataProvider languageIdsFromMaskProvider */ - public function testExtractLanguageIdsFromMask($langMask, array $expectedResult) - { + public function testExtractLanguageIdsFromMask( + $langMask, + array $expectedResult + ) { $generator = $this->getMaskGenerator(); self::assertSame($expectedResult, $generator->extractLanguageIdsFromMask($langMask)); } @@ -240,7 +250,7 @@ public function languageIdsFromMaskProvider() /** * Returns the mask generator to test. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator + * @return MaskGenerator */ protected function getMaskGenerator() { @@ -250,7 +260,7 @@ protected function getMaskGenerator() /** * Returns a language handler mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Language\Handler + * @return Handler */ protected function getLanguageHandler() { @@ -280,10 +290,10 @@ static function ($languageCodes) { if (in_array('eng-GB', $languageCodes, true)) { $languages['eng-GB'] = new Language( [ - 'id' => 4, - 'languageCode' => 'eng-GB', - 'name' => 'British english', - ] + 'id' => 4, + 'languageCode' => 'eng-GB', + 'name' => 'British english', + ] ); } diff --git a/tests/lib/Persistence/Legacy/Content/LanguageAwareTestCase.php b/tests/lib/Persistence/Legacy/Content/LanguageAwareTestCase.php index 0c0c1b792f..6533136ebb 100644 --- a/tests/lib/Persistence/Legacy/Content/LanguageAwareTestCase.php +++ b/tests/lib/Persistence/Legacy/Content/LanguageAwareTestCase.php @@ -7,13 +7,16 @@ namespace Ibexa\Tests\Core\Persistence\Legacy\Content; +use Ibexa\Contracts\Core\Persistence\Content\Language\Handler; use Ibexa\Core\Persistence; +use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator; use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator as LanguageMaskGenerator; use Ibexa\Core\Persistence\Legacy\Content\Type\Gateway\CriterionVisitor\CriterionVisitor; use Ibexa\Core\Search\Common\FieldNameGenerator; use Ibexa\Core\Search\Common\FieldRegistry; use Ibexa\Core\Search\Legacy\Content\Mapper\FullTextMapper; use Ibexa\Tests\Core\Persistence\Legacy\TestCase; +use PHPUnit\Framework\MockObject\MockObject; /** * Test case for Language aware classes. @@ -25,14 +28,14 @@ abstract class LanguageAwareTestCase extends TestCase /** * Language handler. * - * @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler + * @var Handler */ protected $languageHandler; /** * Language mask generator. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator + * @var MaskGenerator */ protected $languageMaskGenerator; @@ -41,7 +44,7 @@ abstract class LanguageAwareTestCase extends TestCase /** * Returns a language handler mock. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language\Handler + * @return Handler */ protected function getLanguageHandler() { @@ -55,7 +58,7 @@ protected function getLanguageHandler() /** * Returns a language mask generator. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator + * @return MaskGenerator */ protected function getLanguageMaskGenerator() { @@ -94,11 +97,11 @@ protected function getDefinitionBasedTransformationProcessor(): Persistence\Tran ); } - /** @var \Ibexa\Core\Search\Common\FieldNameGenerator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var FieldNameGenerator|MockObject */ protected $fieldNameGeneratorMock; /** - * @return \Ibexa\Core\Search\Common\FieldNameGenerator|\PHPUnit\Framework\MockObject\MockObject + * @return FieldNameGenerator|MockObject */ protected function getFieldNameGeneratorMock() { @@ -110,9 +113,9 @@ protected function getFieldNameGeneratorMock() } /** - * @param \Ibexa\Core\Persistence\Legacy\Content\Type\Handler $contentTypeHandler + * @param Persistence\Legacy\Content\Type\Handler $contentTypeHandler * - * @return \Ibexa\Core\Search\Legacy\Content\Mapper\FullTextMapper + * @return FullTextMapper */ protected function getFullTextMapper(Persistence\Legacy\Content\Type\Handler $contentTypeHandler) { diff --git a/tests/lib/Persistence/Legacy/Content/LanguageHandlerMock.php b/tests/lib/Persistence/Legacy/Content/LanguageHandlerMock.php index 642c5cf161..00a89fff3b 100644 --- a/tests/lib/Persistence/Legacy/Content/LanguageHandlerMock.php +++ b/tests/lib/Persistence/Legacy/Content/LanguageHandlerMock.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Persistence\Content\Language; use Ibexa\Contracts\Core\Persistence\Content\Language\CreateStruct; use Ibexa\Contracts\Core\Persistence\Content\Language\Handler as LanguageHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; /** * Simple mock for a Language\Handler. @@ -46,9 +47,9 @@ public function __construct() /** * Create a new language. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language\CreateStruct $struct + * @param CreateStruct $struct * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function create(CreateStruct $struct) { @@ -58,7 +59,7 @@ public function create(CreateStruct $struct) /** * Update language. * - * @param \Ibexa\Contracts\Core\Persistence\Content\Language $struct + * @param Language $struct */ public function update(Language $struct) { @@ -70,9 +71,9 @@ public function update(Language $struct) * * @param mixed $id * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If language could not be found by $id + * @throws NotFoundException If language could not be found by $id * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function load($id) { @@ -89,9 +90,9 @@ public function load($id) * * @param string $languageCode * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException If language could not be found by $languageCode + * @throws NotFoundException If language could not be found by $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language + * @return Language */ public function loadByLanguageCode($languageCode) { @@ -108,7 +109,7 @@ public function loadByLanguageCode($languageCode) * * Return list of languages where key of hash is language code. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Language[] + * @return Language[] */ public function loadAll() { diff --git a/tests/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabaseTest.php index e05e15bbcb..2ebdea4669 100644 --- a/tests/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabaseTest.php @@ -594,8 +594,10 @@ public static function getCreateLocationValues() * * @dataProvider getCreateLocationValues */ - public function testCreateLocationValues($field, $value) - { + public function testCreateLocationValues( + $field, + $value + ) { if ($value === null) { self::markTestIncomplete('Proper value setting yet unknown.'); } @@ -653,8 +655,10 @@ public static function getCreateLocationReturnValues() * * @dataProvider getCreateLocationReturnValues */ - public function testCreateLocationReturnValues($field, $value) - { + public function testCreateLocationReturnValues( + $field, + $value + ) { if ($value === null) { self::markTestIncomplete('Proper value setting yet unknown.'); } @@ -697,8 +701,10 @@ public static function getUpdateLocationData() /** * @dataProvider getUpdateLocationData */ - public function testUpdateLocation($field, $value) - { + public function testUpdateLocation( + $field, + $value + ) { $this->insertDatabaseFixture(__DIR__ . '/_fixtures/full_example_tree.php'); $gateway = $this->getLocationGateway(); $gateway->update( @@ -806,8 +812,10 @@ private function buildContentTreeSelectContentWithParentQuery( * @param string $field * @param array $expectedResult */ - public function testCreateLocationNodeAssignmentCreation(string $field, array $expectedResult) - { + public function testCreateLocationNodeAssignmentCreation( + string $field, + array $expectedResult + ) { $this->insertDatabaseFixture(__DIR__ . '/_fixtures/full_example_tree.php'); $gateway = $this->getLocationGateway(); $gateway->createNodeAssignment( @@ -976,8 +984,10 @@ public static function getConvertNodeAssignmentsLocationValues() * * @dataProvider getConvertNodeAssignmentsLocationValues */ - public function testConvertNodeAssignments($field, $value) - { + public function testConvertNodeAssignments( + $field, + $value + ) { $this->insertDatabaseFixture(__DIR__ . '/_fixtures/full_example_tree.php'); $gateway = $this->getLocationGateway(); diff --git a/tests/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabaseTrashTest.php b/tests/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabaseTrashTest.php index 0aa8113c3f..efecb7904a 100644 --- a/tests/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabaseTrashTest.php +++ b/tests/lib/Persistence/Legacy/Content/Location/Gateway/DoctrineDatabaseTrashTest.php @@ -94,8 +94,10 @@ public static function getUntrashedLocationValues() /** * @dataProvider getUntrashedLocationValues */ - public function testUntrashLocationDefault($property, $value) - { + public function testUntrashLocationDefault( + $property, + $value + ) { $this->insertDatabaseFixture(__DIR__ . '/_fixtures/full_example_tree.php'); $handler = $this->getLocationGateway(); $handler->trashLocation(71); @@ -187,8 +189,10 @@ public static function getLoadTrashValues() /** * @dataProvider getLoadTrashValues */ - public function testLoadTrashByLocationId($field, $value) - { + public function testLoadTrashByLocationId( + $field, + $value + ) { $this->insertDatabaseFixture(__DIR__ . '/_fixtures/full_example_tree.php'); $handler = $this->getLocationGateway(); $handler->trashLocation(71); @@ -292,8 +296,10 @@ public static function getTrashValues() /** * @dataProvider getTrashValues */ - public function testListTrashItem($key, $value) - { + public function testListTrashItem( + $key, + $value + ) { $this->insertDatabaseFixture(__DIR__ . '/_fixtures/full_example_tree.php'); $handler = $this->getLocationGateway(); $this->trashSubtree(); diff --git a/tests/lib/Persistence/Legacy/Content/Location/TrashHandlerTest.php b/tests/lib/Persistence/Legacy/Content/Location/TrashHandlerTest.php index 3a4beafc3f..9987397fa0 100644 --- a/tests/lib/Persistence/Legacy/Content/Location/TrashHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Content/Location/TrashHandlerTest.php @@ -12,8 +12,11 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResult; use Ibexa\Contracts\Core\Repository\Values\Content\Trash\TrashItemDeleteResultList; use Ibexa\Core\Persistence\Legacy\Content as CoreContent; +use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway; +use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Location\Trash\Handler; use Ibexa\Tests\Core\Persistence\Legacy\TestCase; +use PHPUnit\Framework\MockObject\MockObject; /** * @covers \Ibexa\Core\Persistence\Legacy\Content\Location\Trash\Handler @@ -23,28 +26,28 @@ class TrashHandlerTest extends TestCase /** * Mocked location handler instance. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Handler + * @var CoreContent\Location\Handler */ protected $locationHandler; /** * Mocked location gateway instance. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @var Gateway */ protected $locationGateway; /** * Mocked location mapper instance. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Mapper + * @var Mapper */ protected $locationMapper; /** * Mocked content handler instance. * - * @var \PHPUnit\Framework\MockObject\MockObject + * @var MockObject */ protected $contentHandler; @@ -52,8 +55,8 @@ protected function getTrashHandler() { return new Handler( $this->locationHandler = $this->createMock(CoreContent\Location\Handler::class), - $this->locationGateway = $this->createMock(CoreContent\Location\Gateway::class), - $this->locationMapper = $this->createMock(CoreContent\Location\Mapper::class), + $this->locationGateway = $this->createMock(Gateway::class), + $this->locationMapper = $this->createMock(Mapper::class), $this->contentHandler = $this->createMock(CoreContent\Handler::class) ); } diff --git a/tests/lib/Persistence/Legacy/Content/LocationHandlerTest.php b/tests/lib/Persistence/Legacy/Content/LocationHandlerTest.php index 3809898d80..8515991a26 100644 --- a/tests/lib/Persistence/Legacy/Content/LocationHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Content/LocationHandlerTest.php @@ -23,6 +23,7 @@ use Ibexa\Core\Persistence\Legacy\Content\ObjectState\Handler as ObjectStateHandler; use Ibexa\Core\Persistence\Legacy\Content\TreeHandler; use Ibexa\Tests\Core\Persistence\Legacy\TestCase; +use PHPUnit\Framework\MockObject\MockObject; /** * @covers \Ibexa\Core\Persistence\Legacy\Content\Location\Handler @@ -32,35 +33,35 @@ class LocationHandlerTest extends TestCase /** * Mocked location gateway instance. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @var Gateway */ protected $locationGateway; /** * Mocked location mapper instance. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Location\Mapper + * @var Mapper */ protected $locationMapper; /** * Mocked content handler instance. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Handler + * @var ContentHandler */ protected $contentHandler; /** * Mocked object state handler instance. * - * @var \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Handler|\PHPUnit\Framework\MockObject\MockObject + * @var ObjectStateHandler|MockObject */ protected $objectStateHandler; /** * Mocked Tree handler instance. * - * @var \Ibexa\Core\Persistence\Legacy\Content\TreeHandler|\PHPUnit\Framework\MockObject\MockObject + * @var TreeHandler|MockObject */ protected $treeHandler; @@ -671,7 +672,7 @@ public function testCountLocationsByContent(): void * * @param string[] $methods * - * @return \Ibexa\Core\Persistence\Legacy\Content\Location\Handler + * @return LocationHandler */ protected function getPartlyMockedHandler(array $methods) { diff --git a/tests/lib/Persistence/Legacy/Content/Mapper/ResolveVirtualFieldSubscriberTest.php b/tests/lib/Persistence/Legacy/Content/Mapper/ResolveVirtualFieldSubscriberTest.php index 90d22e8f3d..979906c201 100644 --- a/tests/lib/Persistence/Legacy/Content/Mapper/ResolveVirtualFieldSubscriberTest.php +++ b/tests/lib/Persistence/Legacy/Content/Mapper/ResolveVirtualFieldSubscriberTest.php @@ -53,7 +53,7 @@ public function testResolveVirtualField(): void ]) ); - $expected = new Content\Field([ + $expected = new Field([ 'id' => null, 'fieldDefinitionId' => 123, 'type' => 'some_type', @@ -89,7 +89,10 @@ public function testResolveVirtualExternalStorageField(): void $defaultFieldStorageMock ->method('getDefaultFieldData') ->willReturnCallback( - static function (VersionInfo $versionInfo, Field $field): void { + static function ( + VersionInfo $versionInfo, + Field $field + ): void { $field->value->externalData = [ 'some_default' => 'external_data', ]; @@ -114,7 +117,7 @@ static function (VersionInfo $versionInfo, Field $field): void { ]) ); - $expected = new Content\Field([ + $expected = new Field([ 'id' => null, 'fieldDefinitionId' => 678, 'type' => 'external_type_virtual', @@ -148,7 +151,10 @@ public function testPersistEmptyExternalStorageField(): void $storage->expects(self::once()) ->method('getFieldData') - ->willReturnCallback(static function (VersionInfo $versionInfo, Field $field) { + ->willReturnCallback(static function ( + VersionInfo $versionInfo, + Field $field + ) { $field->value->externalData = [ 'some_default' => 'external_data', ]; @@ -176,7 +182,7 @@ public function testPersistEmptyExternalStorageField(): void ]) ); - $expected = new Content\Field([ + $expected = new Field([ 'id' => 567, 'fieldDefinitionId' => 123, 'type' => 'external_type', @@ -212,7 +218,10 @@ public function testPersistExternalStorageField(): void $storage = $this->createMock(FieldStorage::class); $storage->expects(self::once()) ->method('storeFieldData') - ->willReturnCallback(static function (VersionInfo $versionInfo, Field $field) { + ->willReturnCallback(static function ( + VersionInfo $versionInfo, + Field $field + ) { $field->value->externalData = $field->value->data; }); @@ -242,7 +251,7 @@ public function testPersistExternalStorageField(): void ]) ); - $expected = new Content\Field([ + $expected = new Field([ 'id' => 456, 'fieldDefinitionId' => 123, 'type' => 'external_type', diff --git a/tests/lib/Persistence/Legacy/Content/MapperTest.php b/tests/lib/Persistence/Legacy/Content/MapperTest.php index 076136a45b..b6384bb934 100644 --- a/tests/lib/Persistence/Legacy/Content/MapperTest.php +++ b/tests/lib/Persistence/Legacy/Content/MapperTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Persistence\Legacy\Content; use function count; + use Ibexa\Contracts\Core\Persistence\Content; use Ibexa\Contracts\Core\Persistence\Content\ContentInfo; use Ibexa\Contracts\Core\Persistence\Content\CreateStruct; @@ -23,12 +24,15 @@ use Ibexa\Core\FieldType\FieldTypeAliasResolver; use Ibexa\Core\FieldType\FieldTypeAliasResolverInterface; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter; +use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry as Registry; use Ibexa\Core\Persistence\Legacy\Content\Gateway; +use Ibexa\Core\Persistence\Legacy\Content\Language\Handler; use Ibexa\Core\Persistence\Legacy\Content\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Mapper\ResolveVirtualFieldSubscriber; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue; use Ibexa\Core\Persistence\Legacy\Content\StorageRegistry; +use PHPUnit\Framework\MockObject\MockObject; use Symfony\Component\EventDispatcher\EventDispatcher; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; @@ -40,12 +44,12 @@ class MapperTest extends LanguageAwareTestCase /** * Value converter registry mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @var ConverterRegistry */ protected $valueConverterRegistryMock; /** - * @return \Ibexa\Contracts\Core\Persistence\Content\CreateStruct + * @return CreateStruct */ protected function getCreateStructFixture() { @@ -103,7 +107,7 @@ public function testCreateVersionInfoForContent() /** * Returns a Content fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ protected function getFullContentFixture() { @@ -489,8 +493,10 @@ public function testCreateCreateStructFromContentWithPreserveOriginalLanguage() * @param array $fixtures * @param string $prefix */ - public function testExtractContentInfoFromRow(array $fixtures, $prefix) - { + public function testExtractContentInfoFromRow( + array $fixtures, + $prefix + ) { $contentInfoReference = $this->getContentExtractReference()->versionInfo->contentInfo; $mapper = new Mapper( $this->getValueConverterRegistryMock(), @@ -592,7 +598,7 @@ protected function getNamesExtractFixture() * * Fixture is stored in _fixtures/extract_content_from_rows_result.php * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ protected function getContentExtractReference() { @@ -638,7 +644,7 @@ protected function getRelationExtractFixture() * * Fixture is stored in _fixtures/relations_results.php * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ protected function getRelationExtractReference() { @@ -648,7 +654,7 @@ protected function getRelationExtractReference() /** * Returns a Mapper. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Mapper + * @return Mapper */ protected function getMapper($valueConverter = null) { @@ -664,7 +670,7 @@ protected function getMapper($valueConverter = null) /** * Returns a FieldValue converter registry mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @return ConverterRegistry */ protected function getValueConverterRegistryMock() { @@ -682,7 +688,7 @@ protected function getValueConverterRegistryMock() } /** - * Returns a {@see \Ibexa\Contracts\Core\Persistence\Content\Relation\CreateStruct} fixture. + * Returns a {@see RelationCreateStruct} fixture. */ protected function getRelationCreateStructFixture(): RelationCreateStruct { @@ -721,7 +727,7 @@ protected function getFieldTypeAliasResolver(): FieldTypeAliasResolverInterface /** * Returns a language handler mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Language\Handler&\PHPUnit\Framework\MockObject\MockObject + * @return Handler&MockObject */ protected function getLanguageHandler(): Language\Handler { @@ -783,7 +789,7 @@ static function ($languageCode) use ($languages) { } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Handler&\PHPUnit\Framework\MockObject\MockObject + * @return Content\Type\Handler&MockObject */ protected function getContentTypeHandler(): Content\Type\Handler { diff --git a/tests/lib/Persistence/Legacy/Content/ObjectState/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/Content/ObjectState/Gateway/DoctrineDatabaseTest.php index 92ec9e8d05..ec82c605f1 100644 --- a/tests/lib/Persistence/Legacy/Content/ObjectState/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/Content/ObjectState/Gateway/DoctrineDatabaseTest.php @@ -9,6 +9,7 @@ use Ibexa\Contracts\Core\Persistence\Content\ObjectState; use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group; +use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator; use Ibexa\Core\Persistence\Legacy\Content\ObjectState\Gateway; use Ibexa\Core\Persistence\Legacy\Content\ObjectState\Gateway\DoctrineDatabase; use Ibexa\Tests\Core\Persistence\Legacy\Content\LanguageAwareTestCase; @@ -21,14 +22,14 @@ class DoctrineDatabaseTest extends LanguageAwareTestCase /** * Database gateway to test. * - * @var \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Gateway\DoctrineDatabase + * @var DoctrineDatabase */ protected $databaseGateway; /** * Language mask generator. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator + * @var MaskGenerator */ protected $languageMaskGenerator; @@ -472,7 +473,7 @@ public function testUpdateObjectStatePriority() /** * Returns an object state fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ protected function getObjectStateFixture() { @@ -489,7 +490,7 @@ protected function getObjectStateFixture() /** * Returns an object state group fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ protected function getObjectStateGroupFixture() { diff --git a/tests/lib/Persistence/Legacy/Content/ObjectState/MapperTest.php b/tests/lib/Persistence/Legacy/Content/ObjectState/MapperTest.php index d91c48aecb..f3cd491d1b 100644 --- a/tests/lib/Persistence/Legacy/Content/ObjectState/MapperTest.php +++ b/tests/lib/Persistence/Legacy/Content/ObjectState/MapperTest.php @@ -111,7 +111,7 @@ public function testCreateObjectStateGroupFromInputStruct() /** * Returns a Mapper. * - * @return \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Mapper + * @return Mapper */ protected function getMapper() { @@ -166,7 +166,7 @@ protected function getObjectStateGroupRowsFixture() /** * Returns an object state fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ protected function getObjectStateFixture() { @@ -183,7 +183,7 @@ protected function getObjectStateFixture() /** * Returns an object state group fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ protected function getObjectStateGroupFixture() { @@ -200,7 +200,7 @@ protected function getObjectStateGroupFixture() /** * Returns the InputStruct fixture for creating object states. * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct + * @return InputStruct */ protected function getObjectStateInputStructFixture() { @@ -217,7 +217,7 @@ protected function getObjectStateInputStructFixture() /** * Returns the InputStruct fixture for creating object state groups. * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct + * @return InputStruct */ protected function getObjectStateGroupInputStructFixture() { diff --git a/tests/lib/Persistence/Legacy/Content/ObjectState/ObjectStateHandlerTest.php b/tests/lib/Persistence/Legacy/Content/ObjectState/ObjectStateHandlerTest.php index 8d1fc3f9ba..4132d75a71 100644 --- a/tests/lib/Persistence/Legacy/Content/ObjectState/ObjectStateHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Content/ObjectState/ObjectStateHandlerTest.php @@ -25,21 +25,21 @@ class ObjectStateHandlerTest extends LanguageAwareTestCase /** * Object state handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Handler + * @var Handler */ protected $objectStateHandler; /** * Object state gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Gateway + * @var Gateway */ protected $gatewayMock; /** * Object state mapper mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Mapper + * @var Mapper */ protected $mapperMock; @@ -581,7 +581,7 @@ public function testGetContentCount() /** * Returns an object state. * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState + * @return ObjectState */ protected function getObjectStateFixture() { @@ -591,7 +591,7 @@ protected function getObjectStateFixture() /** * Returns an object state group. * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group + * @return Group */ protected function getObjectStateGroupFixture() { @@ -601,7 +601,7 @@ protected function getObjectStateGroupFixture() /** * Returns the InputStruct. * - * @return \Ibexa\Contracts\Core\Persistence\Content\ObjectState\InputStruct + * @return InputStruct */ protected function getInputStructFixture() { @@ -611,7 +611,7 @@ protected function getInputStructFixture() /** * Returns the object state handler to test. * - * @return \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Handler + * @return Handler */ protected function getObjectStateHandler() { @@ -628,7 +628,7 @@ protected function getObjectStateHandler() /** * Returns an object state mapper mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Mapper + * @return Mapper */ protected function getMapperMock() { @@ -645,7 +645,7 @@ protected function getMapperMock() /** * Returns a mock for the object state gateway. * - * @return \Ibexa\Core\Persistence\Legacy\Content\ObjectState\Gateway + * @return Gateway */ protected function getGatewayMock() { diff --git a/tests/lib/Persistence/Legacy/Content/Section/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/Content/Section/Gateway/DoctrineDatabaseTest.php index 3b647a309d..6cd10623fc 100644 --- a/tests/lib/Persistence/Legacy/Content/Section/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/Content/Section/Gateway/DoctrineDatabaseTest.php @@ -19,7 +19,7 @@ class DoctrineDatabaseTest extends TestCase /** * Database gateway to test. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Section\Gateway\DoctrineDatabase + * @var DoctrineDatabase */ protected $databaseGateway; @@ -256,7 +256,7 @@ public function testAssignSectionToContent() /** * Returns a ready to test DoctrineDatabase gateway. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Section\Gateway\DoctrineDatabase + * @return DoctrineDatabase */ protected function getDatabaseGateway(): Gateway { diff --git a/tests/lib/Persistence/Legacy/Content/Section/SectionHandlerTest.php b/tests/lib/Persistence/Legacy/Content/Section/SectionHandlerTest.php index 21b5808771..72802401dd 100644 --- a/tests/lib/Persistence/Legacy/Content/Section/SectionHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Content/Section/SectionHandlerTest.php @@ -20,14 +20,14 @@ class SectionHandlerTest extends TestCase /** * Section handler. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Section\Handler + * @var Handler */ protected $sectionHandler; /** * Section gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Section\Gateway + * @var Gateway */ protected $gatewayMock; @@ -291,7 +291,7 @@ public function testCountRoleAssignmentsUsingSection() /** * Returns the section handler to test. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Section\Handler + * @return Handler */ protected function getSectionHandler() { @@ -307,7 +307,7 @@ protected function getSectionHandler() /** * Returns a mock for the section gateway. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Section\Gateway + * @return Gateway */ protected function getGatewayMock() { diff --git a/tests/lib/Persistence/Legacy/Content/StorageHandlerTest.php b/tests/lib/Persistence/Legacy/Content/StorageHandlerTest.php index 3e64ca38a9..9f89f41cf3 100644 --- a/tests/lib/Persistence/Legacy/Content/StorageHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Content/StorageHandlerTest.php @@ -14,18 +14,19 @@ use Ibexa\Core\Persistence\Legacy\Content\StorageHandler; use Ibexa\Core\Persistence\Legacy\Content\StorageRegistry; use Ibexa\Tests\Core\Persistence\Legacy\TestCase; +use PHPUnit\Framework\MockObject\MockObject; /** * @covers \Ibexa\Core\Persistence\Legacy\Content\StorageHandler */ class StorageHandlerTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\StorageRegistry&\PHPUnit\Framework\MockObject\MockObject */ + /** @var StorageRegistry&MockObject */ protected StorageRegistry $storageRegistryMock; protected StorageHandler $storageHandler; - /** @var \Ibexa\Contracts\Core\FieldType\FieldStorage&\PHPUnit\Framework\MockObject\MockObject */ + /** @var FieldStorage&MockObject */ protected FieldStorage $storageMock; protected VersionInfo $versionInfoMock; @@ -157,7 +158,7 @@ public function testDeleteFieldData(): void /** * Returns the StorageHandler to test. * - * @return \Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @return StorageHandler */ protected function getStorageHandler(): StorageHandler { @@ -184,7 +185,7 @@ protected function getContextMock(): array /** * Returns a StorageRegistry mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\StorageRegistry&\PHPUnit\Framework\MockObject\MockObject + * @return StorageRegistry&MockObject */ protected function getStorageRegistryMock(): StorageRegistry { @@ -201,7 +202,7 @@ protected function getStorageRegistryMock(): StorageRegistry /** * Returns a Storage mock. * - * @return \Ibexa\Contracts\Core\FieldType\FieldStorage&\PHPUnit\Framework\MockObject\MockObject + * @return FieldStorage&MockObject */ protected function getStorageMock(): FieldStorage { diff --git a/tests/lib/Persistence/Legacy/Content/StorageRegistryTest.php b/tests/lib/Persistence/Legacy/Content/StorageRegistryTest.php index 1b3b31a113..c4a479cc07 100644 --- a/tests/lib/Persistence/Legacy/Content/StorageRegistryTest.php +++ b/tests/lib/Persistence/Legacy/Content/StorageRegistryTest.php @@ -52,7 +52,7 @@ public function testGetNotFound() /** * Returns a mock for Storage. * - * @return \Ibexa\Contracts\Core\FieldType\FieldStorage + * @return FieldStorage */ protected function getStorageMock() { diff --git a/tests/lib/Persistence/Legacy/Content/TreeHandlerTest.php b/tests/lib/Persistence/Legacy/Content/TreeHandlerTest.php index 6c2b0f1ba8..df0af64bcc 100644 --- a/tests/lib/Persistence/Legacy/Content/TreeHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Content/TreeHandlerTest.php @@ -17,6 +17,7 @@ use Ibexa\Core\Persistence\Legacy\Content\Mapper; use Ibexa\Core\Persistence\Legacy\Content\TreeHandler; use Ibexa\Tests\Core\Persistence\Legacy\TestCase; +use PHPUnit\Framework\MockObject\MockObject; /** * Test case for Tree Handler. @@ -456,13 +457,13 @@ public function testDeleteChildrenDraftsRecursive(): void $treeHandler->deleteChildrenDrafts(42); } - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Location\Gateway */ + /** @var MockObject|LocationGateway */ protected $locationGatewayMock; /** * Returns Location Gateway mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @return MockObject|LocationGateway */ protected function getLocationGatewayMock() { @@ -473,13 +474,13 @@ protected function getLocationGatewayMock() return $this->locationGatewayMock; } - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Location\Mapper */ + /** @var MockObject|LocationMapper */ protected $locationMapperMock; /** * Returns a Location Mapper mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Location\Mapper + * @return MockObject|LocationMapper */ protected function getLocationMapperMock() { @@ -490,13 +491,13 @@ protected function getLocationMapperMock() return $this->locationMapperMock; } - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Gateway */ + /** @var MockObject|Gateway */ protected $contentGatewayMock; /** * Returns Content Gateway mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Gateway + * @return MockObject|Gateway */ protected function getContentGatewayMock() { @@ -507,13 +508,13 @@ protected function getContentGatewayMock() return $this->contentGatewayMock; } - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Mapper */ + /** @var MockObject|Mapper */ protected $contentMapper; /** * Returns a Content Mapper mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Mapper + * @return MockObject|Mapper */ protected function getContentMapperMock() { @@ -524,13 +525,13 @@ protected function getContentMapperMock() return $this->contentMapper; } - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\FieldHandler */ + /** @var MockObject|FieldHandler */ protected $fieldHandlerMock; /** * Returns a FieldHandler mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\FieldHandler + * @return MockObject|FieldHandler */ protected function getFieldHandlerMock() { @@ -544,7 +545,7 @@ protected function getFieldHandlerMock() /** * @param array $methods * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\TreeHandler + * @return MockObject|TreeHandler */ protected function getPartlyMockedTreeHandler(array $methods) { @@ -563,7 +564,7 @@ protected function getPartlyMockedTreeHandler(array $methods) } /** - * @return \Ibexa\Core\Persistence\Legacy\Content\TreeHandler + * @return TreeHandler */ protected function getTreeHandler() { diff --git a/tests/lib/Persistence/Legacy/Content/Type/ContentTypeHandlerTest.php b/tests/lib/Persistence/Legacy/Content/Type/ContentTypeHandlerTest.php index b6ccbd287b..90a7790022 100644 --- a/tests/lib/Persistence/Legacy/Content/Type/ContentTypeHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Content/Type/ContentTypeHandlerTest.php @@ -25,6 +25,7 @@ use Ibexa\Core\Persistence\Legacy\Content\Type\StorageDispatcherInterface; use Ibexa\Core\Persistence\Legacy\Content\Type\Update\Handler as UpdateHandler; use Ibexa\Core\Persistence\Legacy\Exception; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -35,25 +36,25 @@ class ContentTypeHandlerTest extends TestCase /** * Gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway + * @var Gateway */ protected $gatewayMock; /** * Mapper mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\Mapper + * @var Mapper */ protected $mapperMock; /** * Update\Handler mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\Update\Handler + * @var UpdateHandler */ protected $updateHandlerMock; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Type\StorageDispatcherInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var StorageDispatcherInterface&MockObject */ protected $storageDispatcherMock; public function testCreateGroup() @@ -1072,7 +1073,7 @@ public function testPublishNoOldType() /** * Returns a handler to test, based on mock objects. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\Handler + * @return Handler */ protected function getHandler() { @@ -1090,7 +1091,7 @@ protected function getHandler() * * @param array $methods * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\Handler + * @return Handler */ protected function getPartlyMockedHandler(array $methods) { @@ -1111,7 +1112,7 @@ protected function getPartlyMockedHandler(array $methods) /** * Returns a gateway mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway + * @return Gateway */ protected function getGatewayMock() { @@ -1129,7 +1130,7 @@ protected function getGatewayMock() * * @param array $methods * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\Mapper + * @return Mapper */ protected function getMapperMock($methods = []) { @@ -1146,7 +1147,7 @@ protected function getMapperMock($methods = []) /** * Returns a Update\Handler mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\Update\Handler + * @return UpdateHandler */ public function getUpdateHandlerMock() { @@ -1161,7 +1162,7 @@ public function getUpdateHandlerMock() } /** - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\StorageDispatcherInterface|\PHPUnit\Framework\MockObject\MockObject + * @return StorageDispatcherInterface|MockObject */ public function getStorageDispatcherMock(): StorageDispatcherInterface { @@ -1182,7 +1183,7 @@ protected function getFieldTypeAliasResolver(): FieldTypeAliasResolverInterface /** * Returns a CreateStruct fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\CreateStruct + * @return CreateStruct */ protected function getContentTypeCreateStructFixture() { diff --git a/tests/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/AddFieldTest.php b/tests/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/AddFieldTest.php index d084762f64..7bb6af425a 100644 --- a/tests/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/AddFieldTest.php +++ b/tests/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/AddFieldTest.php @@ -9,12 +9,15 @@ use Ibexa\Contracts\Core\Persistence\Content; use Ibexa\Contracts\Core\Persistence\Content\Field; +use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter; use Ibexa\Core\Persistence\Legacy\Content\Gateway; +use Ibexa\Core\Persistence\Legacy\Content\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Mapper as ContentMapper; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue; use Ibexa\Core\Persistence\Legacy\Content\StorageHandler; use Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action\AddField; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use ReflectionObject; @@ -26,31 +29,31 @@ class AddFieldTest extends TestCase /** * Content gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var Gateway */ protected $contentGatewayMock; /** * Content gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @var StorageHandler */ protected $contentStorageHandlerMock; /** * FieldValue converter mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter + * @var Converter */ protected $fieldValueConverterMock; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Mapper */ + /** @var Mapper */ protected $contentMapperMock; /** * AddField action to test. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action\AddField + * @var AddField */ protected $addFieldAction; @@ -498,10 +501,12 @@ public function testInsertExistingFieldUpdating() * @param int $versionNo * @param array $languageCodes * - * @return \Ibexa\Contracts\Core\Persistence\Content + * @return Content */ - protected function getContentFixture($versionNo, array $languageCodes) - { + protected function getContentFixture( + $versionNo, + array $languageCodes + ) { $contentInfo = new Content\ContentInfo(); $contentInfo->id = 'contentId'; $versionInfo = new Content\VersionInfo(); @@ -524,7 +529,7 @@ protected function getContentFixture($versionNo, array $languageCodes) /** * Returns a Content Gateway mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Gateway + * @return MockObject|Gateway */ protected function getContentGatewayMock() { @@ -538,7 +543,7 @@ protected function getContentGatewayMock() /** * Returns a FieldValue converter mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter + * @return MockObject|Converter */ protected function getFieldValueConverterMock() { @@ -552,7 +557,7 @@ protected function getFieldValueConverterMock() /** * Returns a Content StorageHandler mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @return MockObject|StorageHandler */ protected function getContentStorageHandlerMock() { @@ -566,7 +571,7 @@ protected function getContentStorageHandlerMock() /** * Returns a Content mapper mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Mapper + * @return MockObject|Mapper */ protected function getContentMapperMock() { @@ -580,11 +585,11 @@ protected function getContentMapperMock() /** * Returns a FieldDefinition fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition + * @return FieldDefinition */ protected function getFieldDefinitionFixture() { - $fieldDef = new Content\Type\FieldDefinition(); + $fieldDef = new FieldDefinition(); $fieldDef->id = 42; $fieldDef->isTranslatable = true; $fieldDef->fieldType = 'ibexa_string'; @@ -600,10 +605,13 @@ protected function getFieldDefinitionFixture() * @param int $versionNo * @param string $languageCode * - * @return \Ibexa\Contracts\Core\Persistence\Content\Field + * @return Field */ - public function getFieldReference($id, $versionNo, $languageCode) - { + public function getFieldReference( + $id, + $versionNo, + $languageCode + ) { $field = new Field(); $field->id = $id; @@ -619,7 +627,7 @@ public function getFieldReference($id, $versionNo, $languageCode) /** * @param $methods * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action\AddField + * @return MockObject|AddField */ protected function getMockedAction($methods = []) { diff --git a/tests/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/RemoveFieldTest.php b/tests/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/RemoveFieldTest.php index 0588db6fe2..75a20b764b 100644 --- a/tests/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/RemoveFieldTest.php +++ b/tests/lib/Persistence/Legacy/Content/Type/ContentUpdater/Action/RemoveFieldTest.php @@ -8,10 +8,13 @@ namespace Ibexa\Tests\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action; use Ibexa\Contracts\Core\Persistence\Content; +use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; use Ibexa\Core\Persistence\Legacy\Content\Gateway; +use Ibexa\Core\Persistence\Legacy\Content\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Mapper as ContentMapper; use Ibexa\Core\Persistence\Legacy\Content\StorageHandler; use Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action\RemoveField; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -22,24 +25,24 @@ class RemoveFieldTest extends TestCase /** * Content gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var Gateway */ protected $contentGatewayMock; /** * Content gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @var StorageHandler */ protected $contentStorageHandlerMock; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Mapper */ + /** @var Mapper */ protected $contentMapperMock; /** * RemoveField action to test. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action\RemoveField + * @var RemoveField */ protected $removeFieldAction; @@ -244,8 +247,10 @@ public function testApplyMultipleVersionsMultipleTranslations() $action->apply($contentId); } - protected function getContentFixture(int $versionNo, array $languageCodes): Content - { + protected function getContentFixture( + int $versionNo, + array $languageCodes + ): Content { $fields = []; foreach ($languageCodes as $languageCode => $fieldId) { @@ -279,7 +284,7 @@ protected function getContentFixture(int $versionNo, array $languageCodes): Cont /** * Returns a Content Gateway mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Gateway + * @return MockObject|Gateway */ protected function getContentGatewayMock() { @@ -293,7 +298,7 @@ protected function getContentGatewayMock() /** * Returns a Content StorageHandler mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @return MockObject|StorageHandler */ protected function getContentStorageHandlerMock() { @@ -307,7 +312,7 @@ protected function getContentStorageHandlerMock() /** * Returns a Content mapper mock. * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Content\Mapper + * @return MockObject|Mapper */ protected function getContentMapperMock() { @@ -321,11 +326,11 @@ protected function getContentMapperMock() /** * Returns a FieldDefinition fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition + * @return FieldDefinition */ protected function getFieldDefinitionFixture() { - $fieldDef = new Content\Type\FieldDefinition(); + $fieldDef = new FieldDefinition(); $fieldDef->id = 42; $fieldDef->fieldType = 'ibexa_string'; $fieldDef->defaultValue = new Content\FieldValue(); @@ -336,7 +341,7 @@ protected function getFieldDefinitionFixture() /** * Returns the RemoveField action to test. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action\RemoveField + * @return RemoveField */ protected function getRemoveFieldAction() { diff --git a/tests/lib/Persistence/Legacy/Content/Type/ContentUpdaterTest.php b/tests/lib/Persistence/Legacy/Content/Type/ContentUpdaterTest.php index 2dec5f8da7..b10c8e2b66 100644 --- a/tests/lib/Persistence/Legacy/Content/Type/ContentUpdaterTest.php +++ b/tests/lib/Persistence/Legacy/Content/Type/ContentUpdaterTest.php @@ -15,6 +15,7 @@ use Ibexa\Core\Persistence\Legacy\Content\StorageHandler; use Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater; use Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action; +use Ibexa\Core\Search\Legacy\Content\Handler; use PHPUnit\Framework\TestCase; /** @@ -25,39 +26,39 @@ class ContentUpdaterTest extends TestCase /** * Content gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @var Gateway */ protected $contentGatewayMock; /** * FieldValue converter registry mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @var ConverterRegistry */ protected $converterRegistryMock; /** * Search handler mock. * - * @var \Ibexa\Core\Search\Legacy\Content\Handler + * @var Handler */ protected $searchHandlerMock; /** * Content StorageHandler mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @var StorageHandler */ protected $contentStorageHandlerMock; /** * Content Updater to test. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater + * @var ContentUpdater */ protected $contentUpdater; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Mapper */ + /** @var Mapper */ protected $contentMapperMock; public function testDetermineActions() @@ -81,13 +82,13 @@ public function testDetermineActions() self::assertEquals( [ - new ContentUpdater\Action\RemoveField( + new Action\RemoveField( $this->getContentGatewayMock(), $fromType->fieldDefinitions[0], $this->getContentStorageHandlerMock(), $this->getContentMapperMock() ), - new ContentUpdater\Action\AddField( + new Action\AddField( $this->getContentGatewayMock(), $toType->fieldDefinitions[2], $converterMock, @@ -144,7 +145,7 @@ public function testApplyUpdates() /** * Returns a fixture for the from Type. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ protected function getFromTypeFixture() { @@ -168,7 +169,7 @@ protected function getFromTypeFixture() /** * Returns a fixture for the to Type. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ protected function getToTypeFixture() { @@ -188,7 +189,7 @@ protected function getToTypeFixture() /** * Returns a Content Gateway mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Gateway + * @return Gateway */ protected function getContentGatewayMock() { @@ -202,7 +203,7 @@ protected function getContentGatewayMock() /** * Returns a FieldValue Converter registry mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @return ConverterRegistry */ protected function getConverterRegistryMock() { @@ -216,7 +217,7 @@ protected function getConverterRegistryMock() /** * Returns a Content StorageHandler mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\StorageHandler + * @return StorageHandler */ protected function getContentStorageHandlerMock() { @@ -230,7 +231,7 @@ protected function getContentStorageHandlerMock() /** * Returns a Content mapper mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Mapper + * @return Mapper */ protected function getContentMapperMock() { @@ -244,7 +245,7 @@ protected function getContentMapperMock() /** * Returns the content updater to test. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater + * @return ContentUpdater */ protected function getContentUpdater() { diff --git a/tests/lib/Persistence/Legacy/Content/Type/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/Content/Type/Gateway/DoctrineDatabaseTest.php index af898a6bcd..9ca78c0fcb 100644 --- a/tests/lib/Persistence/Legacy/Content/Type/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/Content/Type/Gateway/DoctrineDatabaseTest.php @@ -12,6 +12,7 @@ // For SORT_ORDER_* constants use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition; use Ibexa\Contracts\Core\Persistence\Content\Type\Group; +use Ibexa\Contracts\Core\Persistence\Content\Type\Group\UpdateStruct; use Ibexa\Contracts\Core\Persistence\Content\Type\Group\UpdateStruct as GroupUpdateStruct; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition; use Ibexa\Core\Persistence\Legacy\Content\Type\Gateway; @@ -26,7 +27,7 @@ class DoctrineDatabaseTest extends LanguageAwareTestCase /** * The DoctrineDatabase gateway to test. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway\DoctrineDatabase + * @var DoctrineDatabase */ protected $gateway; @@ -72,7 +73,7 @@ public function testInsertGroup() /** * Returns a Group fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group + * @return Group */ protected function getGroupFixture() { @@ -170,7 +171,7 @@ public function testUpdateGroup() /** * Returns a Group update struct fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group\UpdateStruct + * @return UpdateStruct */ protected function getGroupUpdateStructFixture() { @@ -440,8 +441,10 @@ public static function getTypeCreationExpectations() /** * @dataProvider getTypeCreationExpectations */ - public function testInsertType($column, $expectation) - { + public function testInsertType( + $column, + $expectation + ) { $gateway = $this->getGateway(); $type = $this->getTypeFixture(); @@ -474,8 +477,10 @@ public static function getTypeCreationContentClassNameExpectations() /** * @dataProvider getTypeCreationContentClassNameExpectations */ - public function testInsertTypeContentClassName($column, $expectation) - { + public function testInsertTypeContentClassName( + $column, + $expectation + ) { $gateway = $this->getGateway(); $type = $this->getTypeFixture(); @@ -498,7 +503,7 @@ static function ($value) { /** * Returns a Type fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ protected function getTypeFixture() { @@ -610,7 +615,7 @@ public function testInsertFieldDefinition() /** * Returns a FieldDefinition fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition + * @return FieldDefinition */ protected function getFieldDefinitionFixture() { @@ -643,7 +648,7 @@ protected function getFieldDefinitionFixture() /** * Returns a StorageFieldDefinition fixture. * - * @return \Ibexa\Core\Persistence\Legacy\Content\StorageFieldDefinition + * @return StorageFieldDefinition */ protected function getStorageFieldDefinitionFixture() { @@ -814,8 +819,10 @@ public function testDeleteGroupAssignment() /** * @dataProvider getTypeUpdateExpectations */ - public function testUpdateType($fieldName, $expectedValue) - { + public function testUpdateType( + $fieldName, + $expectedValue + ) { $this->insertDatabaseFixture( __DIR__ . '/_fixtures/existing_types.php' ); @@ -904,7 +911,7 @@ public static function getTypeUpdateExpectations() } /** - * Returns a {@see \Ibexa\Contracts\Core\Persistence\Content\Type} fixture for update operation. + * Returns a {@see Type} fixture for update operation. */ protected function getUpdateTypeFixture(): Type { diff --git a/tests/lib/Persistence/Legacy/Content/Type/Gateway/_fixtures/languages.php b/tests/lib/Persistence/Legacy/Content/Type/Gateway/_fixtures/languages.php index 1df467f22d..84e2e06053 100644 --- a/tests/lib/Persistence/Legacy/Content/Type/Gateway/_fixtures/languages.php +++ b/tests/lib/Persistence/Legacy/Content/Type/Gateway/_fixtures/languages.php @@ -7,18 +7,18 @@ use Ibexa\Core\Persistence\Legacy\Content\Language\Gateway; return [ - Gateway::CONTENT_LANGUAGE_TABLE => [ - 0 => [ - 'disabled' => '0', - 'id' => '2', - 'locale' => 'eng-US', - 'name' => 'English (American)', + Gateway::CONTENT_LANGUAGE_TABLE => [ + 0 => [ + 'disabled' => '0', + 'id' => '2', + 'locale' => 'eng-US', + 'name' => 'English (American)', + ], + 1 => [ + 'disabled' => '0', + 'id' => '4', + 'locale' => 'eng-GB', + 'name' => 'English (United Kingdom)', + ], ], - 1 => [ - 'disabled' => '0', - 'id' => '4', - 'locale' => 'eng-GB', - 'name' => 'English (United Kingdom)', - ], - ], ]; diff --git a/tests/lib/Persistence/Legacy/Content/Type/Gateway/_fixtures/type_to_publish.php b/tests/lib/Persistence/Legacy/Content/Type/Gateway/_fixtures/type_to_publish.php index 6b380bc2f9..ee3654f5d6 100644 --- a/tests/lib/Persistence/Legacy/Content/Type/Gateway/_fixtures/type_to_publish.php +++ b/tests/lib/Persistence/Legacy/Content/Type/Gateway/_fixtures/type_to_publish.php @@ -168,7 +168,7 @@ ], ], Gateway::CONTENT_TYPE_NAME_TABLE => [ - [ + [ 'content_type_id' => 1, 'content_type_status' => 1, 'language_id' => 3, diff --git a/tests/lib/Persistence/Legacy/Content/Type/MapperTest.php b/tests/lib/Persistence/Legacy/Content/Type/MapperTest.php index 489113a6d1..3012e582e7 100644 --- a/tests/lib/Persistence/Legacy/Content/Type/MapperTest.php +++ b/tests/lib/Persistence/Legacy/Content/Type/MapperTest.php @@ -25,6 +25,7 @@ use Ibexa\Core\Persistence\Legacy\Content\Type\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Type\StorageDispatcherInterface; use Ibexa\Tests\Core\Persistence\Legacy\TestCase; +use PHPUnit\Framework\MockObject\MockObject; /** * @covers \Ibexa\Core\Persistence\Legacy\Content\Type\Mapper @@ -68,7 +69,7 @@ public function testCreateGroupFromCreateStruct() /** * Returns a GroupCreateStruct fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Group\CreateStruct + * @return GroupCreateStruct */ protected function getGroupCreateStructFixture() { @@ -129,7 +130,7 @@ public function testTypeFromUpdateStruct() /** * Returns a CreateStruct fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\CreateStruct + * @return CreateStruct */ protected function getContentTypeCreateStructFixture() { @@ -173,7 +174,7 @@ protected function getContentTypeCreateStructFixture() /** * Returns a CreateStruct fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\UpdateStruct + * @return UpdateStruct */ protected function getContentTypeUpdateStructFixture(): UpdateStruct { @@ -223,7 +224,7 @@ public function testCreateStructFromType() /** * Returns a Type fixture. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type + * @return Type */ protected function getContentTypeFixture() { @@ -449,7 +450,7 @@ public function testToFieldDefinition() /** * Returns a Mapper with conversion methods mocked. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\Mapper + * @return Mapper */ protected function getNonConvertingMapper() { @@ -484,7 +485,7 @@ static function () { /** * Returns a converter registry mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @return ConverterRegistry */ protected function getConverterRegistryMock() { @@ -517,7 +518,7 @@ protected function getMaskGeneratorMock() } /** - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\StorageDispatcherInterface|\PHPUnit\Framework\MockObject\MockObject + * @return StorageDispatcherInterface|MockObject */ private function getStorageDispatcherMock(): StorageDispatcherInterface { diff --git a/tests/lib/Persistence/Legacy/Content/Type/Update/Handler/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/Content/Type/Update/Handler/DoctrineDatabaseTest.php index 32485ecfe9..920c7a547a 100644 --- a/tests/lib/Persistence/Legacy/Content/Type/Update/Handler/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/Content/Type/Update/Handler/DoctrineDatabaseTest.php @@ -21,14 +21,14 @@ class DoctrineDatabaseTest extends TestCase /** * Gateway mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway + * @var Gateway */ protected $gatewayMock; /** * Content Updater mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater + * @var ContentUpdater */ protected $contentUpdaterMock; @@ -86,7 +86,7 @@ public function testPublishNewType() /** * Returns an array with 'from' and 'to' types. * - * @return \Ibexa\Contracts\Core\Persistence\Content\Type[] + * @return Type[] */ protected function getTypeFixtures() { @@ -106,7 +106,7 @@ protected function getTypeFixtures() /** * Returns the Update Handler to test. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\Update\Handler\DoctrineDatabase + * @return DoctrineDatabase */ protected function getUpdateHandler() { @@ -116,7 +116,7 @@ protected function getUpdateHandler() /** * Returns a gateway mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\Gateway + * @return Gateway */ protected function getGatewayMock() { @@ -130,7 +130,7 @@ protected function getGatewayMock() /** * Returns a Content Updater mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\ContentUpdater + * @return ContentUpdater */ protected function getContentUpdaterMock() { diff --git a/tests/lib/Persistence/Legacy/Content/Type/_fixtures/map_load_type.php b/tests/lib/Persistence/Legacy/Content/Type/_fixtures/map_load_type.php index 5713f0bfa7..a344ca1ede 100644 --- a/tests/lib/Persistence/Legacy/Content/Type/_fixtures/map_load_type.php +++ b/tests/lib/Persistence/Legacy/Content/Type/_fixtures/map_load_type.php @@ -5,192 +5,192 @@ * @license For full copyright and license information view LICENSE file distributed with this source code. */ return [ - 0 => [ - 'content_type_id' => '1', - 'content_type_always_available' => '1', - 'content_type_contentobject_name' => '', - 'content_type_created' => '1024392098', - 'content_type_creator_id' => '14', - 'content_type_modified' => '1082454875', - 'content_type_modifier_id' => '14', - 'content_type_identifier' => 'folder', - 'content_type_initial_language_id' => '2', - 'content_type_is_container' => '1', - 'content_type_language_mask' => '3', - 'content_type_remote_id' => 'a3d405b81be900468eb153d774f4f0d2', - 'content_type_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'content_type_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:6:"Folder";}', - 'content_type_sort_field' => '1', - 'content_type_sort_order' => '1', - 'content_type_url_alias_name' => '', - 'content_type_status' => '0', - 'content_type_field_definition_id' => '4', - 'content_type_field_definition_can_translate' => '1', - 'content_type_field_definition_category' => '', - 'content_type_field_definition_content_type_id' => '1', - 'content_type_field_definition_data_float1' => '0.0', - 'content_type_field_definition_data_float2' => '0.0', - 'content_type_field_definition_data_float3' => '0.0', - 'content_type_field_definition_data_float4' => '0.0', - 'content_type_field_definition_data_int1' => '255', - 'content_type_field_definition_data_int2' => '0', - 'content_type_field_definition_data_int3' => '0', - 'content_type_field_definition_data_int4' => '0', - 'content_type_field_definition_data_text1' => 'Folder', - 'content_type_field_definition_data_text2' => '', - 'content_type_field_definition_data_text3' => '', - 'content_type_field_definition_data_text4' => '', - 'content_type_field_definition_data_text5' => '', - 'content_type_field_definition_data_type_string' => 'ibexa_string', - 'content_type_field_definition_identifier' => 'name', - 'content_type_field_definition_is_information_collector' => '0', - 'content_type_field_definition_is_required' => '1', - 'content_type_field_definition_is_searchable' => '1', - 'content_type_field_definition_placement' => '1', - 'content_type_field_definition_serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'content_type_field_definition_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'content_type_field_definition_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"Name";}', - 'content_type_group_assignment_group_id' => '1', - ], - 1 => [ - 'content_type_id' => '1', - 'content_type_always_available' => '1', - 'content_type_contentobject_name' => '', - 'content_type_created' => '1024392098', - 'content_type_creator_id' => '14', - 'content_type_modified' => '1082454875', - 'content_type_modifier_id' => '14', - 'content_type_identifier' => 'folder', - 'content_type_initial_language_id' => '2', - 'content_type_is_container' => '1', - 'content_type_language_mask' => '3', - 'content_type_remote_id' => 'a3d405b81be900468eb153d774f4f0d2', - 'content_type_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'content_type_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:6:"Folder";}', - 'content_type_sort_field' => '1', - 'content_type_sort_order' => '1', - 'content_type_url_alias_name' => '', - 'content_type_status' => '0', - 'content_type_field_definition_id' => '155', - 'content_type_field_definition_can_translate' => '1', - 'content_type_field_definition_category' => '', - 'content_type_field_definition_content_type_id' => '1', - 'content_type_field_definition_data_float1' => '0.0', - 'content_type_field_definition_data_float2' => '0.0', - 'content_type_field_definition_data_float3' => '0.0', - 'content_type_field_definition_data_float4' => '0.0', - 'content_type_field_definition_data_int1' => '100', - 'content_type_field_definition_data_int2' => '0', - 'content_type_field_definition_data_int3' => '0', - 'content_type_field_definition_data_int4' => '0', - 'content_type_field_definition_data_text1' => '', - 'content_type_field_definition_data_text2' => '', - 'content_type_field_definition_data_text3' => '', - 'content_type_field_definition_data_text4' => '', - 'content_type_field_definition_data_text5' => '', - 'content_type_field_definition_data_type_string' => 'ibexa_string', - 'content_type_field_definition_identifier' => 'short_name', - 'content_type_field_definition_is_information_collector' => '0', - 'content_type_field_definition_is_required' => '0', - 'content_type_field_definition_is_searchable' => '1', - 'content_type_field_definition_placement' => '2', - 'content_type_field_definition_serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'content_type_field_definition_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'content_type_field_definition_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:10:"Short name";}', - 'content_type_group_assignment_group_id' => '1', - ], - 2 => [ - 'content_type_id' => '1', - 'content_type_always_available' => '1', - 'content_type_contentobject_name' => '', - 'content_type_created' => '1024392098', - 'content_type_creator_id' => '14', - 'content_type_modified' => '1082454875', - 'content_type_modifier_id' => '14', - 'content_type_identifier' => 'folder', - 'content_type_initial_language_id' => '2', - 'content_type_is_container' => '1', - 'content_type_language_mask' => '3', - 'content_type_remote_id' => 'a3d405b81be900468eb153d774f4f0d2', - 'content_type_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'content_type_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:6:"Folder";}', - 'content_type_sort_field' => '1', - 'content_type_sort_order' => '1', - 'content_type_url_alias_name' => '', - 'content_type_status' => '0', - 'content_type_field_definition_id' => '158', - 'content_type_field_definition_can_translate' => '0', - 'content_type_field_definition_category' => '', - 'content_type_field_definition_content_type_id' => '1', - 'content_type_field_definition_data_float1' => '0.0', - 'content_type_field_definition_data_float2' => '0.0', - 'content_type_field_definition_data_float3' => '0.0', - 'content_type_field_definition_data_float4' => '0.0', - 'content_type_field_definition_data_int1' => '0', - 'content_type_field_definition_data_int2' => '0', - 'content_type_field_definition_data_int3' => '1', - 'content_type_field_definition_data_int4' => '0', - 'content_type_field_definition_data_text1' => '', - 'content_type_field_definition_data_text2' => '', - 'content_type_field_definition_data_text3' => '', - 'content_type_field_definition_data_text4' => '', - 'content_type_field_definition_data_text5' => '', - 'content_type_field_definition_data_type_string' => 'ibexa_boolean', - 'content_type_field_definition_identifier' => 'show_children', - 'content_type_field_definition_is_information_collector' => '0', - 'content_type_field_definition_is_required' => '0', - 'content_type_field_definition_is_searchable' => '0', - 'content_type_field_definition_placement' => '5', - 'content_type_field_definition_serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'content_type_field_definition_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'content_type_field_definition_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:13:"Show children";}', - 'content_type_group_assignment_group_id' => '1', - ], - 3 => [ - 'content_type_id' => '1', - 'content_type_always_available' => '1', - 'content_type_contentobject_name' => '', - 'content_type_created' => '1024392098', - 'content_type_creator_id' => '14', - 'content_type_modified' => '1082454875', - 'content_type_modifier_id' => '14', - 'content_type_identifier' => 'folder', - 'content_type_initial_language_id' => '2', - 'content_type_is_container' => '1', - 'content_type_language_mask' => '3', - 'content_type_remote_id' => 'a3d405b81be900468eb153d774f4f0d2', - 'content_type_serialized_description_list' => '', - 'content_type_serialized_name_list' => '', - 'content_type_sort_field' => '1', - 'content_type_sort_order' => '1', - 'content_type_url_alias_name' => '', - 'content_type_status' => '0', - 'content_type_field_definition_id' => '159', - 'content_type_field_definition_can_translate' => '0', - 'content_type_field_definition_category' => '', - 'content_type_field_definition_content_type_id' => '1', - 'content_type_field_definition_data_float1' => '0.0', - 'content_type_field_definition_data_float2' => '0.0', - 'content_type_field_definition_data_float3' => '0.0', - 'content_type_field_definition_data_float4' => '0.0', - 'content_type_field_definition_data_int1' => '0', - 'content_type_field_definition_data_int2' => '0', - 'content_type_field_definition_data_int3' => '1', - 'content_type_field_definition_data_int4' => '0', - 'content_type_field_definition_data_text1' => '', - 'content_type_field_definition_data_text2' => '', - 'content_type_field_definition_data_text3' => '', - 'content_type_field_definition_data_text4' => '', - 'content_type_field_definition_data_text5' => '', - 'content_type_field_definition_data_type_string' => 'ibexa_boolean', - 'content_type_field_definition_identifier' => 'show_children', - 'content_type_field_definition_is_information_collector' => '0', - 'content_type_field_definition_is_required' => '0', - 'content_type_field_definition_is_searchable' => '0', - 'content_type_field_definition_placement' => '6', - 'content_type_field_definition_serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'content_type_field_definition_serialized_description_list' => '', - 'content_type_field_definition_serialized_name_list' => '', - 'content_type_group_assignment_group_id' => '1', - ], + 0 => [ + 'content_type_id' => '1', + 'content_type_always_available' => '1', + 'content_type_contentobject_name' => '', + 'content_type_created' => '1024392098', + 'content_type_creator_id' => '14', + 'content_type_modified' => '1082454875', + 'content_type_modifier_id' => '14', + 'content_type_identifier' => 'folder', + 'content_type_initial_language_id' => '2', + 'content_type_is_container' => '1', + 'content_type_language_mask' => '3', + 'content_type_remote_id' => 'a3d405b81be900468eb153d774f4f0d2', + 'content_type_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'content_type_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:6:"Folder";}', + 'content_type_sort_field' => '1', + 'content_type_sort_order' => '1', + 'content_type_url_alias_name' => '', + 'content_type_status' => '0', + 'content_type_field_definition_id' => '4', + 'content_type_field_definition_can_translate' => '1', + 'content_type_field_definition_category' => '', + 'content_type_field_definition_content_type_id' => '1', + 'content_type_field_definition_data_float1' => '0.0', + 'content_type_field_definition_data_float2' => '0.0', + 'content_type_field_definition_data_float3' => '0.0', + 'content_type_field_definition_data_float4' => '0.0', + 'content_type_field_definition_data_int1' => '255', + 'content_type_field_definition_data_int2' => '0', + 'content_type_field_definition_data_int3' => '0', + 'content_type_field_definition_data_int4' => '0', + 'content_type_field_definition_data_text1' => 'Folder', + 'content_type_field_definition_data_text2' => '', + 'content_type_field_definition_data_text3' => '', + 'content_type_field_definition_data_text4' => '', + 'content_type_field_definition_data_text5' => '', + 'content_type_field_definition_data_type_string' => 'ibexa_string', + 'content_type_field_definition_identifier' => 'name', + 'content_type_field_definition_is_information_collector' => '0', + 'content_type_field_definition_is_required' => '1', + 'content_type_field_definition_is_searchable' => '1', + 'content_type_field_definition_placement' => '1', + 'content_type_field_definition_serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'content_type_field_definition_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'content_type_field_definition_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"Name";}', + 'content_type_group_assignment_group_id' => '1', + ], + 1 => [ + 'content_type_id' => '1', + 'content_type_always_available' => '1', + 'content_type_contentobject_name' => '', + 'content_type_created' => '1024392098', + 'content_type_creator_id' => '14', + 'content_type_modified' => '1082454875', + 'content_type_modifier_id' => '14', + 'content_type_identifier' => 'folder', + 'content_type_initial_language_id' => '2', + 'content_type_is_container' => '1', + 'content_type_language_mask' => '3', + 'content_type_remote_id' => 'a3d405b81be900468eb153d774f4f0d2', + 'content_type_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'content_type_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:6:"Folder";}', + 'content_type_sort_field' => '1', + 'content_type_sort_order' => '1', + 'content_type_url_alias_name' => '', + 'content_type_status' => '0', + 'content_type_field_definition_id' => '155', + 'content_type_field_definition_can_translate' => '1', + 'content_type_field_definition_category' => '', + 'content_type_field_definition_content_type_id' => '1', + 'content_type_field_definition_data_float1' => '0.0', + 'content_type_field_definition_data_float2' => '0.0', + 'content_type_field_definition_data_float3' => '0.0', + 'content_type_field_definition_data_float4' => '0.0', + 'content_type_field_definition_data_int1' => '100', + 'content_type_field_definition_data_int2' => '0', + 'content_type_field_definition_data_int3' => '0', + 'content_type_field_definition_data_int4' => '0', + 'content_type_field_definition_data_text1' => '', + 'content_type_field_definition_data_text2' => '', + 'content_type_field_definition_data_text3' => '', + 'content_type_field_definition_data_text4' => '', + 'content_type_field_definition_data_text5' => '', + 'content_type_field_definition_data_type_string' => 'ibexa_string', + 'content_type_field_definition_identifier' => 'short_name', + 'content_type_field_definition_is_information_collector' => '0', + 'content_type_field_definition_is_required' => '0', + 'content_type_field_definition_is_searchable' => '1', + 'content_type_field_definition_placement' => '2', + 'content_type_field_definition_serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'content_type_field_definition_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'content_type_field_definition_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:10:"Short name";}', + 'content_type_group_assignment_group_id' => '1', + ], + 2 => [ + 'content_type_id' => '1', + 'content_type_always_available' => '1', + 'content_type_contentobject_name' => '', + 'content_type_created' => '1024392098', + 'content_type_creator_id' => '14', + 'content_type_modified' => '1082454875', + 'content_type_modifier_id' => '14', + 'content_type_identifier' => 'folder', + 'content_type_initial_language_id' => '2', + 'content_type_is_container' => '1', + 'content_type_language_mask' => '3', + 'content_type_remote_id' => 'a3d405b81be900468eb153d774f4f0d2', + 'content_type_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'content_type_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:6:"Folder";}', + 'content_type_sort_field' => '1', + 'content_type_sort_order' => '1', + 'content_type_url_alias_name' => '', + 'content_type_status' => '0', + 'content_type_field_definition_id' => '158', + 'content_type_field_definition_can_translate' => '0', + 'content_type_field_definition_category' => '', + 'content_type_field_definition_content_type_id' => '1', + 'content_type_field_definition_data_float1' => '0.0', + 'content_type_field_definition_data_float2' => '0.0', + 'content_type_field_definition_data_float3' => '0.0', + 'content_type_field_definition_data_float4' => '0.0', + 'content_type_field_definition_data_int1' => '0', + 'content_type_field_definition_data_int2' => '0', + 'content_type_field_definition_data_int3' => '1', + 'content_type_field_definition_data_int4' => '0', + 'content_type_field_definition_data_text1' => '', + 'content_type_field_definition_data_text2' => '', + 'content_type_field_definition_data_text3' => '', + 'content_type_field_definition_data_text4' => '', + 'content_type_field_definition_data_text5' => '', + 'content_type_field_definition_data_type_string' => 'ibexa_boolean', + 'content_type_field_definition_identifier' => 'show_children', + 'content_type_field_definition_is_information_collector' => '0', + 'content_type_field_definition_is_required' => '0', + 'content_type_field_definition_is_searchable' => '0', + 'content_type_field_definition_placement' => '5', + 'content_type_field_definition_serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'content_type_field_definition_serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'content_type_field_definition_serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:13:"Show children";}', + 'content_type_group_assignment_group_id' => '1', + ], + 3 => [ + 'content_type_id' => '1', + 'content_type_always_available' => '1', + 'content_type_contentobject_name' => '', + 'content_type_created' => '1024392098', + 'content_type_creator_id' => '14', + 'content_type_modified' => '1082454875', + 'content_type_modifier_id' => '14', + 'content_type_identifier' => 'folder', + 'content_type_initial_language_id' => '2', + 'content_type_is_container' => '1', + 'content_type_language_mask' => '3', + 'content_type_remote_id' => 'a3d405b81be900468eb153d774f4f0d2', + 'content_type_serialized_description_list' => '', + 'content_type_serialized_name_list' => '', + 'content_type_sort_field' => '1', + 'content_type_sort_order' => '1', + 'content_type_url_alias_name' => '', + 'content_type_status' => '0', + 'content_type_field_definition_id' => '159', + 'content_type_field_definition_can_translate' => '0', + 'content_type_field_definition_category' => '', + 'content_type_field_definition_content_type_id' => '1', + 'content_type_field_definition_data_float1' => '0.0', + 'content_type_field_definition_data_float2' => '0.0', + 'content_type_field_definition_data_float3' => '0.0', + 'content_type_field_definition_data_float4' => '0.0', + 'content_type_field_definition_data_int1' => '0', + 'content_type_field_definition_data_int2' => '0', + 'content_type_field_definition_data_int3' => '1', + 'content_type_field_definition_data_int4' => '0', + 'content_type_field_definition_data_text1' => '', + 'content_type_field_definition_data_text2' => '', + 'content_type_field_definition_data_text3' => '', + 'content_type_field_definition_data_text4' => '', + 'content_type_field_definition_data_text5' => '', + 'content_type_field_definition_data_type_string' => 'ibexa_boolean', + 'content_type_field_definition_identifier' => 'show_children', + 'content_type_field_definition_is_information_collector' => '0', + 'content_type_field_definition_is_required' => '0', + 'content_type_field_definition_is_searchable' => '0', + 'content_type_field_definition_placement' => '6', + 'content_type_field_definition_serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'content_type_field_definition_serialized_description_list' => '', + 'content_type_field_definition_serialized_name_list' => '', + 'content_type_group_assignment_group_id' => '1', + ], ]; diff --git a/tests/lib/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabaseTest.php index f059eda39a..5573a2bfba 100644 --- a/tests/lib/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabaseTest.php @@ -11,6 +11,7 @@ use Ibexa\Core\Persistence\Legacy\Content\Language\Handler as LanguageHandler; use Ibexa\Core\Persistence\Legacy\Content\Language\Mapper as LanguageMapper; use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator as LanguageMaskGenerator; +use Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway; use Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway\DoctrineDatabase; use Ibexa\Tests\Core\Persistence\Legacy\TestCase; @@ -24,7 +25,7 @@ class DoctrineDatabaseTest extends TestCase /** * Database gateway to test. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Gateway + * @var Gateway */ protected $gateway; @@ -173,8 +174,10 @@ public function providerForTestLoadPathData() * * @dataProvider providerForTestLoadPathData */ - public function testLoadPathData($id, $pathData) - { + public function testLoadPathData( + $id, + $pathData + ) { $this->insertDatabaseFixture(__DIR__ . '/_fixtures/urlaliases_fallback.php'); $gateway = $this->getGateway(); @@ -235,8 +238,10 @@ public function providerForTestLoadPathDataMultipleLanguages() * * @dataProvider providerForTestLoadPathDataMultipleLanguages */ - public function testLoadPathDataMultipleLanguages($id, $pathData) - { + public function testLoadPathDataMultipleLanguages( + $id, + $pathData + ) { $this->insertDatabaseFixture(__DIR__ . '/_fixtures/urlaliases_multilang.php'); $gateway = $this->getGateway(); @@ -294,8 +299,12 @@ public function providerForTestArchiveUrlAliasesForDeletedTranslations() * * @dataProvider providerForTestCleanupAfterPublishHistorize */ - public function testCleanupAfterPublishHistorize($action, $languageId, $parentId, $textMD5) - { + public function testCleanupAfterPublishHistorize( + $action, + $languageId, + $parentId, + $textMD5 + ) { $this->insertDatabaseFixture(__DIR__ . '/_fixtures/urlaliases_downgrade.php'); $gateway = $this->getGateway(); @@ -339,8 +348,12 @@ public function providerForTestCleanupAfterPublishRemovesLanguage() * * @dataProvider providerForTestCleanupAfterPublishRemovesLanguage */ - public function testCleanupAfterPublishRemovesLanguage($action, $languageId, $parentId, $textMD5) - { + public function testCleanupAfterPublishRemovesLanguage( + $action, + $languageId, + $parentId, + $textMD5 + ) { $this->insertDatabaseFixture(__DIR__ . '/_fixtures/urlaliases_downgrade.php'); $gateway = $this->getGateway(); @@ -467,8 +480,10 @@ public function testGetNextId() * @param int $locationId * @param int[] $removedLanguageIds */ - public function testArchiveUrlAliasesForDeletedTranslations($locationId, array $removedLanguageIds) - { + public function testArchiveUrlAliasesForDeletedTranslations( + $locationId, + array $removedLanguageIds + ) { $this->insertDatabaseFixture(__DIR__ . '/_fixtures/urlaliases_multilang.php'); $gateway = $this->getGateway(); diff --git a/tests/lib/Persistence/Legacy/Content/UrlAlias/SlugConverterTest.php b/tests/lib/Persistence/Legacy/Content/UrlAlias/SlugConverterTest.php index d51152291f..7df82fc355 100644 --- a/tests/lib/Persistence/Legacy/Content/UrlAlias/SlugConverterTest.php +++ b/tests/lib/Persistence/Legacy/Content/UrlAlias/SlugConverterTest.php @@ -119,8 +119,11 @@ public static function providerForTestGetUniqueCounterValue(): iterable * * @dataProvider providerForTestGetUniqueCounterValue */ - public function testGetUniqueCounterValue(string $text, bool $isRootLevel, int $returnValue): void - { + public function testGetUniqueCounterValue( + string $text, + bool $isRootLevel, + int $returnValue + ): void { $slugConverter = $this->getSlugConverter(); self::assertEquals( @@ -135,19 +138,19 @@ public function testGetUniqueCounterValue(string $text, bool $isRootLevel, int $ public static function cleanupTextData(): iterable { yield [ - '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', - 'url_cleanup', - 'Ph-nglui-mglw-nafh-Cthulhu-R-lyeh-wgah-nagl-fhtagn!', + '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', + 'url_cleanup', + 'Ph-nglui-mglw-nafh-Cthulhu-R-lyeh-wgah-nagl-fhtagn!', ]; yield [ - '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', - 'url_cleanup_iri', - 'Ph\'nglui-mglw\'nafh,-Cthulhu-R\'lyeh-wgah\'nagl-fhtagn!', + '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', + 'url_cleanup_iri', + 'Ph\'nglui-mglw\'nafh,-Cthulhu-R\'lyeh-wgah\'nagl-fhtagn!', ]; yield [ - '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', - 'url_cleanup_compat', - 'ph_nglui_mglw_nafh_cthulhu_r_lyeh_wgah_nagl_fhtagn', + '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', + 'url_cleanup_compat', + 'ph_nglui_mglw_nafh_cthulhu_r_lyeh_wgah_nagl_fhtagn', ]; } @@ -156,8 +159,11 @@ public static function cleanupTextData(): iterable * * @dataProvider cleanupTextData */ - public function testCleanupText(string $text, string $method, string $expected): void - { + public function testCleanupText( + string $text, + string $method, + string $expected + ): void { $testMethod = new ReflectionMethod( SlugConverter::class, 'cleanupText' @@ -178,22 +184,22 @@ public function testCleanupText(string $text, string $method, string $expected): public static function convertData(): iterable { yield [ - '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', - '\'_1\'', - 'urlalias', - 'Ph-nglui-mglw-nafh-Cthulhu-R-lyeh-wgah-nagl-fhtagn!', + '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', + '\'_1\'', + 'urlalias', + 'Ph-nglui-mglw-nafh-Cthulhu-R-lyeh-wgah-nagl-fhtagn!', ]; yield [ - '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', - '\'_1\'', - 'urlalias_iri', - 'Ph\'nglui-mglw\'nafh,-Cthulhu-R\'lyeh-wgah\'nagl-fhtagn!', + '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', + '\'_1\'', + 'urlalias_iri', + 'Ph\'nglui-mglw\'nafh,-Cthulhu-R\'lyeh-wgah\'nagl-fhtagn!', ]; yield [ - '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', - '\'_1\'', - 'urlalias_compat', - 'ph_nglui_mglw_nafh_cthulhu_r_lyeh_wgah_nagl_fhtagn', + '.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', + '\'_1\'', + 'urlalias_compat', + 'ph_nglui_mglw_nafh_cthulhu_r_lyeh_wgah_nagl_fhtagn', ]; } @@ -202,8 +208,12 @@ public static function convertData(): iterable * * @depends testCleanupText */ - public function testConvertNoMocking(string $text, string $defaultText, string $transformation, string $expected): void - { + public function testConvertNoMocking( + string $text, + string $defaultText, + string $transformation, + string $expected + ): void { $transformationsDirectory = dirname(__DIR__, 6) . '/src/lib/Resources/slug_converter/transformations'; $transformationProcessor = new PreprocessedBased( new PcreCompiler( @@ -273,8 +283,10 @@ protected function getTransformationProcessorMock(): TransformationProcessor & M return $this->transformationProcessorMock; } - private function mockSlugConverter(string $slug, string $defaultText): SlugConverter & MockObject - { + private function mockSlugConverter( + string $slug, + string $defaultText + ): SlugConverter & MockObject { $slugConverter = $this->getSlugConverterMock(['cleanupText']); $transformationProcessor = $this->getTransformationProcessorMock(); diff --git a/tests/lib/Persistence/Legacy/Content/UrlAlias/UrlAliasHandlerTest.php b/tests/lib/Persistence/Legacy/Content/UrlAlias/UrlAliasHandlerTest.php index 2be4fcd1d2..232e81d765 100644 --- a/tests/lib/Persistence/Legacy/Content/UrlAlias/UrlAliasHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Content/UrlAlias/UrlAliasHandlerTest.php @@ -7,8 +7,11 @@ namespace Ibexa\Tests\Core\Persistence\Legacy\Content\UrlAlias; +use Doctrine\DBAL\Exception; use Ibexa\Contracts\Core\Persistence\Content\UrlAlias; use Ibexa\Contracts\Core\Persistence\TransactionHandler; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\NotFoundException; use Ibexa\Core\Persistence\Legacy\Content\Gateway; @@ -16,6 +19,7 @@ use Ibexa\Core\Persistence\Legacy\Content\Language\Gateway\DoctrineDatabase as LanguageGateway; use Ibexa\Core\Persistence\Legacy\Content\Language\Handler as LanguageHandler; use Ibexa\Core\Persistence\Legacy\Content\Language\Mapper as LanguageMapper; +use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator; use Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator as LanguageMaskGenerator; use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway\DoctrineDatabase as DoctrineDatabaseLocation; @@ -24,12 +28,14 @@ use Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Handler; use Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Mapper; use Ibexa\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter; +use Ibexa\Core\Persistence\TransformationProcessor; use Ibexa\Core\Persistence\TransformationProcessor\DefinitionBased; use Ibexa\Core\Persistence\TransformationProcessor\DefinitionBased\Parser; use Ibexa\Core\Persistence\TransformationProcessor\PcreCompiler; use Ibexa\Core\Persistence\Utf8Converter; use Ibexa\Core\Search\Legacy\Content; use Ibexa\Tests\Core\Persistence\Legacy\TestCase; +use PHPUnit\Framework\MockObject\MockObject; /** * @covers \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Handler @@ -814,8 +820,10 @@ public function providerForTestLookupVirtualUrlAlias() * * @group virtual */ - public function testLookupVirtualUrlAlias($url, $id) - { + public function testLookupVirtualUrlAlias( + $url, + $id + ) { $handler = $this->getHandler(); $this->insertDatabaseFixture(__DIR__ . '/_fixtures/urlaliases_location_custom.php'); @@ -977,8 +985,10 @@ public function testLookupUppercaseIri() self::assertInstanceOf(UrlAlias::class, $urlAlias); } - protected function assertVirtualUrlAliasValid(UrlAlias $urlAlias, $id) - { + protected function assertVirtualUrlAliasValid( + UrlAlias $urlAlias, + $id + ) { self::assertInstanceOf(UrlAlias::class, $urlAlias); self::assertEquals($id, $urlAlias->id); self::assertEquals(UrlAlias::VIRTUAL, $urlAlias->type); @@ -2830,10 +2840,10 @@ public function testLocationMovedReparentSubtreeHistory() } /** - * @throws \Doctrine\DBAL\Exception - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws Exception + * @throws BadStateException + * @throws ForbiddenException + * @throws InvalidArgumentException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException */ public function testLocationMovedReparentWithCustomAlias(): void @@ -3098,8 +3108,10 @@ public function testLoadResourceUrlAlias( * * @dataProvider providerForTestLookupVirtualUrlAlias */ - public function testLoadVirtualUrlAlias($url, $id) - { + public function testLoadVirtualUrlAlias( + $url, + $id + ) { $handler = $this->getHandler(); $this->insertDatabaseFixture(__DIR__ . '/_fixtures/urlaliases_location_custom.php'); @@ -3195,8 +3207,10 @@ public function providerForTestPublishUrlAliasForLocationSkipsReservedWord() * * @group publish */ - public function testPublishUrlAliasForLocationSkipsReservedWord($text, $alias) - { + public function testPublishUrlAliasForLocationSkipsReservedWord( + $text, + $alias + ) { $handler = $this->getHandler(); $this->insertDatabaseFixture(__DIR__ . '/_fixtures/publish_base.php'); @@ -5340,19 +5354,19 @@ protected function countRows(): int return (int)$statement->fetchOne(); } - /** @var \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway */ + /** @var LocationGateway */ protected $locationGateway; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Language\Handler */ + /** @var LanguageHandler */ protected $languageHandler; - /** @var \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator */ + /** @var MaskGenerator */ protected $languageMaskGenerator; /** * @param array $methods * - * @return \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Handler|\PHPUnit\Framework\MockObject\MockObject + * @return Handler|MockObject */ protected function getPartlyMockedHandler(array $methods) { @@ -5374,9 +5388,9 @@ protected function getPartlyMockedHandler(array $methods) } /** - * @return \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Handler + * @return Handler * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ protected function getHandler(): Handler { @@ -5424,7 +5438,7 @@ protected function getLanguageHandler(): LanguageHandler } /** - * @return \Ibexa\Core\Persistence\Legacy\Content\Language\MaskGenerator + * @return MaskGenerator */ protected function getLanguageMaskGenerator() { @@ -5438,7 +5452,7 @@ protected function getLanguageMaskGenerator() } /** - * @return \Ibexa\Core\Persistence\Legacy\Content\Location\Gateway + * @return LocationGateway */ protected function getLocationGateway() { @@ -5455,7 +5469,7 @@ protected function getLocationGateway() } /** - * @return \Ibexa\Core\Persistence\TransformationProcessor + * @return TransformationProcessor */ public function getProcessor() { diff --git a/tests/lib/Persistence/Legacy/Content/UrlAlias/UrlAliasMapperTest.php b/tests/lib/Persistence/Legacy/Content/UrlAlias/UrlAliasMapperTest.php index 1831d801aa..b1622ec689 100644 --- a/tests/lib/Persistence/Legacy/Content/UrlAlias/UrlAliasMapperTest.php +++ b/tests/lib/Persistence/Legacy/Content/UrlAlias/UrlAliasMapperTest.php @@ -281,7 +281,7 @@ public function testExtractLanguageCodesFromData() } /** - * @return \Ibexa\Core\Persistence\Legacy\Content\UrlAlias\Mapper + * @return Mapper */ protected function getMapper() { diff --git a/tests/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/DoctrineDatabaseTest.php index 80fa3a7c28..fa449204cb 100644 --- a/tests/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/Content/UrlWildcard/Gateway/DoctrineDatabaseTest.php @@ -22,7 +22,7 @@ class DoctrineDatabaseTest extends TestCase /** * Database gateway to test. * - * @var \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase + * @var DoctrineDatabase */ protected $gateway; diff --git a/tests/lib/Persistence/Legacy/Content/UrlWildcard/UrlWildcardHandlerTest.php b/tests/lib/Persistence/Legacy/Content/UrlWildcard/UrlWildcardHandlerTest.php index 0662322bd3..cc42680537 100644 --- a/tests/lib/Persistence/Legacy/Content/UrlWildcard/UrlWildcardHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Content/UrlWildcard/UrlWildcardHandlerTest.php @@ -218,13 +218,13 @@ public function testLoadAllWithOffsetAndLimit() ], ]; - /** @var \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase */ + /** @var DoctrineDatabase */ protected $gateway; - /** @var \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Mapper */ + /** @var Mapper */ protected $mapper; - /** @var \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard\Handler */ + /** @var UrlWildcard\Handler */ protected $urlWildcardHandler; protected function getHandler(): UrlWildcard\Handler diff --git a/tests/lib/Persistence/Legacy/Content/UrlWildcard/UrlWildcardMapperTest.php b/tests/lib/Persistence/Legacy/Content/UrlWildcard/UrlWildcardMapperTest.php index 3f334bed5b..194ca625a1 100644 --- a/tests/lib/Persistence/Legacy/Content/UrlWildcard/UrlWildcardMapperTest.php +++ b/tests/lib/Persistence/Legacy/Content/UrlWildcard/UrlWildcardMapperTest.php @@ -117,7 +117,7 @@ public function testExtractUrlWildcardsFromRows() } /** - * @return \Ibexa\Core\Persistence\Legacy\Content\UrlWildcard\Mapper + * @return Mapper */ protected function getMapper() { diff --git a/tests/lib/Persistence/Legacy/Content/_fixtures/contentobjects.php b/tests/lib/Persistence/Legacy/Content/_fixtures/contentobjects.php index bc297fc44c..8bb548b6f9 100644 --- a/tests/lib/Persistence/Legacy/Content/_fixtures/contentobjects.php +++ b/tests/lib/Persistence/Legacy/Content/_fixtures/contentobjects.php @@ -8,24763 +8,24763 @@ use Ibexa\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; return [ - Gateway::CONTENT_FIELD_TABLE => [ - 0 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '4', - 'data_float' => null, - 'data_int' => null, - 'data_text' => 'Main group', - 'data_type_string' => 'ibexa_string', - 'id' => '7', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '4', - 'data_float' => null, - 'data_int' => null, - 'data_text' => 'Users', - 'data_type_string' => 'ibexa_string', - 'id' => '8', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 2 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '8', - 'contentobject_id' => '10', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Anonymous', - 'data_type_string' => 'ibexa_string', - 'id' => '19', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'anonymous', - 'version' => '2', - ], - 3 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '9', - 'contentobject_id' => '10', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'User', - 'data_type_string' => 'ibexa_string', - 'id' => '20', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'user', - 'version' => '2', - ], - 4 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '12', - 'contentobject_id' => '10', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_user', - 'id' => '21', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 5 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '11', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Guest accounts', - 'data_type_string' => 'ibexa_string', - 'id' => '22', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 6 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '11', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Members', - 'data_type_string' => 'ibexa_string', - 'id' => '22', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'members', - 'version' => '2', - ], - 7 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '11', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '23', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 8 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '11', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '23', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 9 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '12', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Administrator users', - 'data_type_string' => 'ibexa_string', - 'id' => '24', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 10 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '12', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '25', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 11 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '13', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Editors', - 'data_type_string' => 'ibexa_string', - 'id' => '26', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 12 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '13', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '27', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 13 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '8', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Administrator', - 'data_type_string' => 'ibexa_string', - 'id' => '28', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'administrator', - 'version' => '3', - ], - 14 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '8', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Administrator', - 'data_type_string' => 'ibexa_string', - 'id' => '28', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'administrator', - 'version' => '4', - ], - 15 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '9', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'User', - 'data_type_string' => 'ibexa_string', - 'id' => '29', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'user', - 'version' => '3', - ], - 16 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '9', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'User', - 'data_type_string' => 'ibexa_string', - 'id' => '29', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'user', - 'version' => '4', - ], - 17 => [ - 'attribute_original_id' => '30', - 'content_type_field_definition_id' => '12', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_user', - 'id' => '30', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '3', - ], - 18 => [ - 'attribute_original_id' => '30', - 'content_type_field_definition_id' => '12', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_user', - 'id' => '30', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '4', - ], - 19 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '41', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Media', - 'data_type_string' => 'ibexa_string', - 'id' => '98', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 20 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '42', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Anonymous users', - 'data_type_string' => 'ibexa_string', - 'id' => '100', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'anonymous users', - 'version' => '1', - ], - 21 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '42', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'User group for the anonymous user', - 'data_type_string' => 'ibexa_string', - 'id' => '101', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'user group for the anonymous user', - 'version' => '1', - ], - 22 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '41', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '103', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 23 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '41', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '109', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 24 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '45', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Setup', - 'data_type_string' => 'ibexa_string', - 'id' => '123', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'setup', - 'version' => '1', - ], - 25 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '45', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '124', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 26 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '45', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '128', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 27 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '49', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Images', - 'data_type_string' => 'ibexa_string', - 'id' => '142', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'images', - 'version' => '1', - ], - 28 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '49', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '143', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 29 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '49', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '146', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 30 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '50', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Files', - 'data_type_string' => 'ibexa_string', - 'id' => '147', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'files', - 'version' => '1', - ], - 31 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '50', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '148', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 32 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '50', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '151', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 33 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '51', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Multimedia', - 'data_type_string' => 'ibexa_string', - 'id' => '152', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'multimedia', - 'version' => '1', - ], - 34 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '51', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '153', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 35 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '51', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '156', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 36 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '159', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Common INI settings', - 'data_type_string' => 'ibexa_string', - 'id' => '157', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'common ini settings', - 'version' => '1', - ], - 37 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '160', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '/content/view/full/2/', - 'data_type_string' => 'ezinisetting', - 'id' => '158', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 38 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '161', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '/content/view/full/2', - 'data_type_string' => 'ezinisetting', - 'id' => '159', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 39 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '162', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'disabled', - 'data_type_string' => 'ezinisetting', - 'id' => '160', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 40 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '163', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'disabled', - 'data_type_string' => 'ezinisetting', - 'id' => '161', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 41 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '164', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ezinisetting', - 'id' => '162', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 42 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '165', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'enabled', - 'data_type_string' => 'ezinisetting', - 'id' => '163', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 43 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '166', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'disabled', - 'data_type_string' => 'ezinisetting', - 'id' => '164', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 44 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '167', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'enabled', - 'data_type_string' => 'ezinisetting', - 'id' => '165', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 45 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '168', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'enabled', - 'data_type_string' => 'ezinisetting', - 'id' => '166', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 46 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '169', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '=geometry/scale=100;100', - 'data_type_string' => 'ezinisetting', - 'id' => '167', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 47 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '170', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '=geometry/scale=200;200', - 'data_type_string' => 'ezinisetting', - 'id' => '168', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 48 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '171', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '=geometry/scale=300;300', - 'data_type_string' => 'ezinisetting', - 'id' => '169', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 49 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '172', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Website Interface', - 'data_type_string' => 'ezinisetting', - 'id' => '170', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 50 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '173', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'author=Ibexa + Gateway::CONTENT_FIELD_TABLE => [ + 0 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '4', + 'data_float' => null, + 'data_int' => null, + 'data_text' => 'Main group', + 'data_type_string' => 'ibexa_string', + 'id' => '7', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '4', + 'data_float' => null, + 'data_int' => null, + 'data_text' => 'Users', + 'data_type_string' => 'ibexa_string', + 'id' => '8', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 2 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '8', + 'contentobject_id' => '10', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Anonymous', + 'data_type_string' => 'ibexa_string', + 'id' => '19', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'anonymous', + 'version' => '2', + ], + 3 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '9', + 'contentobject_id' => '10', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'User', + 'data_type_string' => 'ibexa_string', + 'id' => '20', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'user', + 'version' => '2', + ], + 4 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '12', + 'contentobject_id' => '10', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_user', + 'id' => '21', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 5 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '11', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Guest accounts', + 'data_type_string' => 'ibexa_string', + 'id' => '22', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 6 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '11', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Members', + 'data_type_string' => 'ibexa_string', + 'id' => '22', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'members', + 'version' => '2', + ], + 7 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '11', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '23', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 8 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '11', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '23', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 9 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '12', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Administrator users', + 'data_type_string' => 'ibexa_string', + 'id' => '24', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 10 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '12', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '25', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 11 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '13', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Editors', + 'data_type_string' => 'ibexa_string', + 'id' => '26', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 12 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '13', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '27', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 13 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '8', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Administrator', + 'data_type_string' => 'ibexa_string', + 'id' => '28', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'administrator', + 'version' => '3', + ], + 14 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '8', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Administrator', + 'data_type_string' => 'ibexa_string', + 'id' => '28', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'administrator', + 'version' => '4', + ], + 15 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '9', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'User', + 'data_type_string' => 'ibexa_string', + 'id' => '29', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'user', + 'version' => '3', + ], + 16 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '9', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'User', + 'data_type_string' => 'ibexa_string', + 'id' => '29', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'user', + 'version' => '4', + ], + 17 => [ + 'attribute_original_id' => '30', + 'content_type_field_definition_id' => '12', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_user', + 'id' => '30', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '3', + ], + 18 => [ + 'attribute_original_id' => '30', + 'content_type_field_definition_id' => '12', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_user', + 'id' => '30', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '4', + ], + 19 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '41', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Media', + 'data_type_string' => 'ibexa_string', + 'id' => '98', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 20 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '42', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Anonymous users', + 'data_type_string' => 'ibexa_string', + 'id' => '100', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'anonymous users', + 'version' => '1', + ], + 21 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '42', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'User group for the anonymous user', + 'data_type_string' => 'ibexa_string', + 'id' => '101', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'user group for the anonymous user', + 'version' => '1', + ], + 22 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '41', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '103', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 23 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '41', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '109', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 24 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '45', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Setup', + 'data_type_string' => 'ibexa_string', + 'id' => '123', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'setup', + 'version' => '1', + ], + 25 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '45', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '124', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 26 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '45', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '128', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 27 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '49', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Images', + 'data_type_string' => 'ibexa_string', + 'id' => '142', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'images', + 'version' => '1', + ], + 28 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '49', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '143', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 29 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '49', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '146', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 30 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '50', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Files', + 'data_type_string' => 'ibexa_string', + 'id' => '147', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'files', + 'version' => '1', + ], + 31 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '50', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '148', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 32 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '50', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '151', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 33 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '51', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Multimedia', + 'data_type_string' => 'ibexa_string', + 'id' => '152', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'multimedia', + 'version' => '1', + ], + 34 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '51', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '153', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 35 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '51', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '156', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 36 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '159', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Common INI settings', + 'data_type_string' => 'ibexa_string', + 'id' => '157', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'common ini settings', + 'version' => '1', + ], + 37 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '160', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '/content/view/full/2/', + 'data_type_string' => 'ezinisetting', + 'id' => '158', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 38 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '161', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '/content/view/full/2', + 'data_type_string' => 'ezinisetting', + 'id' => '159', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 39 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '162', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'disabled', + 'data_type_string' => 'ezinisetting', + 'id' => '160', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 40 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '163', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'disabled', + 'data_type_string' => 'ezinisetting', + 'id' => '161', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 41 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '164', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ezinisetting', + 'id' => '162', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 42 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '165', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'enabled', + 'data_type_string' => 'ezinisetting', + 'id' => '163', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 43 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '166', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'disabled', + 'data_type_string' => 'ezinisetting', + 'id' => '164', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 44 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '167', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'enabled', + 'data_type_string' => 'ezinisetting', + 'id' => '165', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 45 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '168', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'enabled', + 'data_type_string' => 'ezinisetting', + 'id' => '166', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 46 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '169', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '=geometry/scale=100;100', + 'data_type_string' => 'ezinisetting', + 'id' => '167', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 47 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '170', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '=geometry/scale=200;200', + 'data_type_string' => 'ezinisetting', + 'id' => '168', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 48 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '171', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '=geometry/scale=300;300', + 'data_type_string' => 'ezinisetting', + 'id' => '169', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 49 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '172', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Website Interface', + 'data_type_string' => 'ezinisetting', + 'id' => '170', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 50 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '173', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'author=Ibexa copyright=Ibexa description=Content Management System keywords=cms, publish, e-commerce, content management, development framework', - 'data_type_string' => 'ezinisetting', - 'id' => '171', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 51 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '174', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => ' + 'data_type_string' => 'ezinisetting', + 'id' => '171', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 51 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '174', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '172', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 52 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '175', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '0', - 'data_type_string' => 'ezpackage', - 'id' => '173', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '0', - 'version' => '2', - ], - 53 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '177', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'kn@ibexa.co', - 'data_type_string' => 'ezinisetting', - 'id' => '175', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 54 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '178', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'ezpublish/index.php', - 'data_type_string' => 'ezinisetting', - 'id' => '176', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 55 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '179', - 'contentobject_id' => '10', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '177', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 56 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '179', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '178', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '3', - ], - 57 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '179', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '178', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '4', - ], - 58 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '180', - 'contentobject_id' => '10', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_image', - 'id' => '179', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 59 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '180', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '172', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 52 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '175', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '0', + 'data_type_string' => 'ezpackage', + 'id' => '173', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '0', + 'version' => '2', + ], + 53 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '177', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'kn@ibexa.co', + 'data_type_string' => 'ezinisetting', + 'id' => '175', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 54 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '178', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'ezpublish/index.php', + 'data_type_string' => 'ezinisetting', + 'id' => '176', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 55 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '179', + 'contentobject_id' => '10', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '177', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 56 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '179', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '178', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '3', + ], + 57 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '179', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '178', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '4', + ], + 58 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '180', + 'contentobject_id' => '10', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_image', + 'id' => '179', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 59 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '180', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '180', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '3', - ], - 60 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '180', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '180', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '3', + ], + 60 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '180', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '180', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '4', - ], - 61 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '56', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Design', - 'data_type_string' => 'ibexa_string', - 'id' => '181', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'design', - 'version' => '1', - ], - 62 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '56', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '182', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 63 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '56', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '185', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 64 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '41', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '187', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 65 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '45', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '188', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 66 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '49', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '189', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 67 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '50', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '190', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 68 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '51', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '191', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 69 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '56', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '192', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 70 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '41', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '194', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 71 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '45', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '195', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 72 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '49', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '196', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 73 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '50', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '197', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 74 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '51', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '198', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 75 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '56', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '199', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 76 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '57', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Banners', - 'data_type_string' => 'ibexa_string', - 'id' => '200', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'banners', - 'version' => '1', - ], - 77 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '57', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '201', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 78 => [ - 'attribute_original_id' => '204', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '57', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '204', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 79 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '57', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '205', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 80 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '57', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '206', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 81 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '58', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Communities)', - 'data_type_string' => 'ibexa_string', - 'id' => '207', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (communities)', - 'version' => '1', - ], - 82 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '58', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '208', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 83 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '58', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '180', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '4', + ], + 61 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '56', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Design', + 'data_type_string' => 'ibexa_string', + 'id' => '181', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'design', + 'version' => '1', + ], + 62 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '56', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '182', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 63 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '56', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '185', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 64 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '41', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '187', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 65 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '45', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '188', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 66 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '49', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '189', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 67 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '50', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '190', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 68 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '51', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '191', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 69 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '56', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '192', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 70 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '41', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '194', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 71 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '45', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '195', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 72 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '49', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '196', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 73 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '50', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '197', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 74 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '51', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '198', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 75 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '56', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '199', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 76 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '57', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Banners', + 'data_type_string' => 'ibexa_string', + 'id' => '200', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'banners', + 'version' => '1', + ], + 77 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '57', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '201', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 78 => [ + 'attribute_original_id' => '204', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '57', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '204', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 79 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '57', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '205', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 80 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '57', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '206', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 81 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '58', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Communities)', + 'data_type_string' => 'ibexa_string', + 'id' => '207', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (communities)', + 'version' => '1', + ], + 82 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '58', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '208', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 83 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '58', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '209', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 84 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '58', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '210', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 85 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '58', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '211', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 86 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '59', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Frontpage)', - 'data_type_string' => 'ibexa_string', - 'id' => '212', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (frontpage)', - 'version' => '1', - ], - 87 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '59', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '213', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 88 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '59', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '209', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 84 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '58', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '210', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 85 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '58', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '211', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 86 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '59', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Frontpage)', + 'data_type_string' => 'ibexa_string', + 'id' => '212', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (frontpage)', + 'version' => '1', + ], + 87 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '59', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '213', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 88 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '59', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '214', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 89 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '59', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '215', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 90 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '59', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '216', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 91 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '60', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Products)', - 'data_type_string' => 'ibexa_string', - 'id' => '217', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (products)', - 'version' => '1', - ], - 92 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '60', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '218', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 93 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '60', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '214', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 89 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '59', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '215', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 90 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '59', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '216', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 91 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '60', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Products)', + 'data_type_string' => 'ibexa_string', + 'id' => '217', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (products)', + 'version' => '1', + ], + 92 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '60', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '218', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 93 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '60', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '219', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 94 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '60', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '220', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 95 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '60', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '221', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 96 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '61', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Partners)', - 'data_type_string' => 'ibexa_string', - 'id' => '222', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (partners)', - 'version' => '1', - ], - 97 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '61', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '223', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 98 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '61', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '219', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 94 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '60', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '220', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 95 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '60', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '221', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 96 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '61', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Partners)', + 'data_type_string' => 'ibexa_string', + 'id' => '222', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (partners)', + 'version' => '1', + ], + 97 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '61', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '223', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 98 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '61', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '224', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 99 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '61', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '225', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 100 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '61', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '226', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 101 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '62', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Pencils (Support)', - 'data_type_string' => 'ibexa_string', - 'id' => '227', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'pencils (support)', - 'version' => '1', - ], - 102 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '62', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '228', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 103 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '62', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '224', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 99 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '61', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '225', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 100 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '61', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '226', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 101 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '62', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Pencils (Support)', + 'data_type_string' => 'ibexa_string', + 'id' => '227', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'pencils (support)', + 'version' => '1', + ], + 102 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '62', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '228', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 103 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '62', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '229', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 104 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '62', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '230', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 105 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '62', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '231', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 106 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '63', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Training)', - 'data_type_string' => 'ibexa_string', - 'id' => '232', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (training)', - 'version' => '1', - ], - 107 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '63', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '233', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 108 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '63', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '229', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 104 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '62', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '230', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 105 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '62', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '231', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 106 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '63', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Training)', + 'data_type_string' => 'ibexa_string', + 'id' => '232', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (training)', + 'version' => '1', + ], + 107 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '63', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '233', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 108 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '63', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '234', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 109 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '63', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '235', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 110 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '63', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '236', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 111 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '64', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Solutions)', - 'data_type_string' => 'ibexa_string', - 'id' => '237', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (solutions)', - 'version' => '1', - ], - 112 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '64', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '238', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 113 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '64', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '234', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 109 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '63', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '235', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 110 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '63', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '236', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 111 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '64', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Solutions)', + 'data_type_string' => 'ibexa_string', + 'id' => '237', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (solutions)', + 'version' => '1', + ], + 112 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '64', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '238', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 113 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '64', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '239', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 114 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '64', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '240', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 115 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '64', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '241', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 116 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '65', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Home', - 'data_type_string' => 'ibexa_string', - 'id' => '242', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'home', - 'version' => '1', - ], - 117 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '65', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '243', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 118 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '65', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '248', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 119 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '66', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'rest_api', - 'data_type_string' => 'ibexa_string', - 'id' => '249', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'rest_api', - 'version' => '1', - ], - 120 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '66', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '239', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 114 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '64', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '240', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 115 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '64', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '241', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 116 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '65', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Home', + 'data_type_string' => 'ibexa_string', + 'id' => '242', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'home', + 'version' => '1', + ], + 117 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '65', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '243', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 118 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '65', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '248', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 119 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '66', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'rest_api', + 'data_type_string' => 'ibexa_string', + 'id' => '249', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'rest_api', + 'version' => '1', + ], + 120 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '66', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '251', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 121 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '66', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '252', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 122 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '67', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Products', - 'data_type_string' => 'ibexa_string', - 'id' => '253', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'products', - 'version' => '1', - ], - 123 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '67', - 'data_float' => '0', - 'data_int' => '60', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '254', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '60', - 'sort_key_string' => '', - 'version' => '1', - ], - 124 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '67', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '259', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 125 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '68', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Software', - 'data_type_string' => 'ibexa_string', - 'id' => '260', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'software', - 'version' => '1', - ], - 126 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '68', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '261', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 127 => [ - 'attribute_original_id' => '264', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '68', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '264', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 128 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '68', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '265', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 129 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '68', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '266', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 130 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '220', - 'contentobject_id' => '69', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'OS Type I', - 'data_type_string' => 'ibexa_string', - 'id' => '267', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'os type i', - 'version' => '1', - ], - 131 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '221', - 'contentobject_id' => '69', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '268', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 132 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '224', - 'contentobject_id' => '69', - 'data_float' => '499', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ezprice', - 'id' => '271', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '49900', - 'sort_key_string' => '', - 'version' => '1', - ], - 133 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '225', - 'contentobject_id' => '69', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '251', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 121 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '66', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '252', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 122 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '67', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Products', + 'data_type_string' => 'ibexa_string', + 'id' => '253', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'products', + 'version' => '1', + ], + 123 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '67', + 'data_float' => '0', + 'data_int' => '60', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '254', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '60', + 'sort_key_string' => '', + 'version' => '1', + ], + 124 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '67', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '259', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 125 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '68', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Software', + 'data_type_string' => 'ibexa_string', + 'id' => '260', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'software', + 'version' => '1', + ], + 126 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '68', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '261', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 127 => [ + 'attribute_original_id' => '264', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '68', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '264', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 128 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '68', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '265', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 129 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '68', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '266', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 130 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '220', + 'contentobject_id' => '69', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'OS Type I', + 'data_type_string' => 'ibexa_string', + 'id' => '267', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'os type i', + 'version' => '1', + ], + 131 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '221', + 'contentobject_id' => '69', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '268', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 132 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '224', + 'contentobject_id' => '69', + 'data_float' => '499', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ezprice', + 'id' => '271', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '49900', + 'sort_key_string' => '', + 'version' => '1', + ], + 133 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '225', + 'contentobject_id' => '69', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '272', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 134 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '227', - 'contentobject_id' => '69', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '272', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 134 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '227', + 'contentobject_id' => '69', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' Additional options ', - 'data_type_string' => 'ezmultioption', - 'id' => '274', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 135 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '228', - 'contentobject_id' => '69', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '275', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 136 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '70', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Boxes', - 'data_type_string' => 'ibexa_string', - 'id' => '276', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'boxes', - 'version' => '1', - ], - 137 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '70', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '277', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 138 => [ - 'attribute_original_id' => '280', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '70', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '280', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 139 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '70', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '281', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 140 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '70', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '282', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 141 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '220', - 'contentobject_id' => '71', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'CD/DVD Box I', - 'data_type_string' => 'ibexa_string', - 'id' => '283', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'cd/dvd box i', - 'version' => '1', - ], - 142 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '221', - 'contentobject_id' => '71', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '284', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 143 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '224', - 'contentobject_id' => '71', - 'data_float' => '199', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ezprice', - 'id' => '287', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '19900', - 'sort_key_string' => '', - 'version' => '1', - ], - 144 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '225', - 'contentobject_id' => '71', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ezmultioption', + 'id' => '274', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 135 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '228', + 'contentobject_id' => '69', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '275', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 136 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '70', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Boxes', + 'data_type_string' => 'ibexa_string', + 'id' => '276', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'boxes', + 'version' => '1', + ], + 137 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '70', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '277', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 138 => [ + 'attribute_original_id' => '280', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '70', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '280', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 139 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '70', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '281', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 140 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '70', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '282', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 141 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '220', + 'contentobject_id' => '71', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'CD/DVD Box I', + 'data_type_string' => 'ibexa_string', + 'id' => '283', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'cd/dvd box i', + 'version' => '1', + ], + 142 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '221', + 'contentobject_id' => '71', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '284', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 143 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '224', + 'contentobject_id' => '71', + 'data_float' => '199', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ezprice', + 'id' => '287', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '19900', + 'sort_key_string' => '', + 'version' => '1', + ], + 144 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '225', + 'contentobject_id' => '71', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '288', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 145 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '227', - 'contentobject_id' => '71', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '288', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 145 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '227', + 'contentobject_id' => '71', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' Additional options ', - 'data_type_string' => 'ezmultioption', - 'id' => '290', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 146 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '228', - 'contentobject_id' => '71', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '291', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 147 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '220', - 'contentobject_id' => '72', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'CD/DVD Box II', - 'data_type_string' => 'ibexa_string', - 'id' => '292', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'cd/dvd box ii', - 'version' => '1', - ], - 148 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '221', - 'contentobject_id' => '72', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '293', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 149 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '224', - 'contentobject_id' => '72', - 'data_float' => '299', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ezprice', - 'id' => '296', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '29900', - 'sort_key_string' => '', - 'version' => '1', - ], - 150 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '225', - 'contentobject_id' => '72', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ezmultioption', + 'id' => '290', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 146 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '228', + 'contentobject_id' => '71', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '291', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 147 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '220', + 'contentobject_id' => '72', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'CD/DVD Box II', + 'data_type_string' => 'ibexa_string', + 'id' => '292', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'cd/dvd box ii', + 'version' => '1', + ], + 148 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '221', + 'contentobject_id' => '72', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '293', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 149 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '224', + 'contentobject_id' => '72', + 'data_float' => '299', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ezprice', + 'id' => '296', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '29900', + 'sort_key_string' => '', + 'version' => '1', + ], + 150 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '225', + 'contentobject_id' => '72', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '297', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 151 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '227', - 'contentobject_id' => '72', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '297', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 151 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '227', + 'contentobject_id' => '72', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' Additional options ', - 'data_type_string' => 'ezmultioption', - 'id' => '299', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 152 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '228', - 'contentobject_id' => '72', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '300', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 153 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '220', - 'contentobject_id' => '73', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'CD/DVD Box III', - 'data_type_string' => 'ibexa_string', - 'id' => '301', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'cd/dvd box iii', - 'version' => '1', - ], - 154 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '221', - 'contentobject_id' => '73', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '302', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 155 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '224', - 'contentobject_id' => '73', - 'data_float' => '99', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ezprice', - 'id' => '305', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '9900', - 'sort_key_string' => '', - 'version' => '1', - ], - 156 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '225', - 'contentobject_id' => '73', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ezmultioption', + 'id' => '299', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 152 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '228', + 'contentobject_id' => '72', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '300', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 153 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '220', + 'contentobject_id' => '73', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'CD/DVD Box III', + 'data_type_string' => 'ibexa_string', + 'id' => '301', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'cd/dvd box iii', + 'version' => '1', + ], + 154 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '221', + 'contentobject_id' => '73', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '302', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 155 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '224', + 'contentobject_id' => '73', + 'data_float' => '99', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ezprice', + 'id' => '305', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '9900', + 'sort_key_string' => '', + 'version' => '1', + ], + 156 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '225', + 'contentobject_id' => '73', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '306', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 157 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '227', - 'contentobject_id' => '73', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '306', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 157 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '227', + 'contentobject_id' => '73', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' Additional options ', - 'data_type_string' => 'ezmultioption', - 'id' => '308', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 158 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '228', - 'contentobject_id' => '73', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '309', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 159 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '74', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Products sheets', - 'data_type_string' => 'ibexa_string', - 'id' => '310', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'products sheets', - 'version' => '1', - ], - 160 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '74', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '311', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 161 => [ - 'attribute_original_id' => '314', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '74', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '314', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 162 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '74', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '315', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 163 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '74', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '316', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 164 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '75', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Solutions', - 'data_type_string' => 'ibexa_string', - 'id' => '317', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'solutions', - 'version' => '1', - ], - 165 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '75', - 'data_float' => '0', - 'data_int' => '64', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '318', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '64', - 'sort_key_string' => '', - 'version' => '1', - ], - 166 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '75', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '323', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 167 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '76', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Web publishing', - 'data_type_string' => 'ibexa_string', - 'id' => '324', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'web publishing', - 'version' => '1', - ], - 168 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '76', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '325', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 169 => [ - 'attribute_original_id' => '328', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '76', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '328', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 170 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '76', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '329', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 171 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '76', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '330', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 172 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Fusce sagittis sagittis', - 'data_type_string' => 'ibexa_string', - 'id' => '331', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'fusce sagittis sagittis', - 'version' => '1', - ], - 173 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '332', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 174 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ezmultioption', + 'id' => '308', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 158 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '228', + 'contentobject_id' => '73', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '309', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 159 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '74', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Products sheets', + 'data_type_string' => 'ibexa_string', + 'id' => '310', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'products sheets', + 'version' => '1', + ], + 160 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '74', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '311', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 161 => [ + 'attribute_original_id' => '314', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '74', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '314', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 162 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '74', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '315', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 163 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '74', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '316', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 164 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '75', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Solutions', + 'data_type_string' => 'ibexa_string', + 'id' => '317', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'solutions', + 'version' => '1', + ], + 165 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '75', + 'data_float' => '0', + 'data_int' => '64', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '318', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '64', + 'sort_key_string' => '', + 'version' => '1', + ], + 166 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '75', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '323', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 167 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '76', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Web publishing', + 'data_type_string' => 'ibexa_string', + 'id' => '324', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'web publishing', + 'version' => '1', + ], + 168 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '76', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '325', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 169 => [ + 'attribute_original_id' => '328', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '76', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '328', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 170 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '76', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '329', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 171 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '76', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '330', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 172 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Fusce sagittis sagittis', + 'data_type_string' => 'ibexa_string', + 'id' => '331', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'fusce sagittis sagittis', + 'version' => '1', + ], + 173 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '332', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 174 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '333', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 175 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '336', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 176 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '333', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 175 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '336', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 176 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '337', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 177 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => '1174643880', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '339', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174643880', - 'sort_key_string' => '', - 'version' => '1', - ], - 178 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '340', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 179 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '341', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 181 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Etiam posuere sodales arcu', - 'data_type_string' => 'ibexa_string', - 'id' => '343', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'etiam posuere sodales arcu', - 'version' => '1', - ], - 182 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '344', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 183 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '337', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 177 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => '1174643880', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '339', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174643880', + 'sort_key_string' => '', + 'version' => '1', + ], + 178 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '340', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 179 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '341', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 181 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Etiam posuere sodales arcu', + 'data_type_string' => 'ibexa_string', + 'id' => '343', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'etiam posuere sodales arcu', + 'version' => '1', + ], + 182 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '344', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 183 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '345', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 184 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '348', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 185 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '345', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 184 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '348', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 185 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '349', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 186 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => '1174644060', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '351', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174644060', - 'sort_key_string' => '', - 'version' => '1', - ], - 187 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '352', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 188 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '353', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 190 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'In hac habitasse platea', - 'data_type_string' => 'ibexa_string', - 'id' => '355', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'in hac habitasse platea', - 'version' => '1', - ], - 191 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '356', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 192 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '349', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 186 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => '1174644060', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '351', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174644060', + 'sort_key_string' => '', + 'version' => '1', + ], + 187 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '352', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 188 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '353', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 190 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'In hac habitasse platea', + 'data_type_string' => 'ibexa_string', + 'id' => '355', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'in hac habitasse platea', + 'version' => '1', + ], + 191 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '356', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 192 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '357', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 193 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '360', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 194 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '357', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 193 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '360', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 194 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '361', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 195 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => '1174643640', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '363', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174643640', - 'sort_key_string' => '', - 'version' => '1', - ], - 196 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '364', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 197 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '365', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 199 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '80', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Content management', - 'data_type_string' => 'ibexa_string', - 'id' => '367', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'content management', - 'version' => '1', - ], - 200 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '80', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '368', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 201 => [ - 'attribute_original_id' => '371', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '80', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '371', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 202 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '80', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '372', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 203 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '80', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '373', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 204 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Fusce sagittis sagittis urna', - 'data_type_string' => 'ibexa_string', - 'id' => '374', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'fusce sagittis sagittis urna', - 'version' => '1', - ], - 205 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '375', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 206 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '361', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 195 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => '1174643640', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '363', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174643640', + 'sort_key_string' => '', + 'version' => '1', + ], + 196 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '364', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 197 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '365', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 199 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '80', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Content management', + 'data_type_string' => 'ibexa_string', + 'id' => '367', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'content management', + 'version' => '1', + ], + 200 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '80', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '368', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 201 => [ + 'attribute_original_id' => '371', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '80', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '371', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 202 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '80', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '372', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 203 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '80', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '373', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 204 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Fusce sagittis sagittis urna', + 'data_type_string' => 'ibexa_string', + 'id' => '374', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'fusce sagittis sagittis urna', + 'version' => '1', + ], + 205 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '375', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 206 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '376', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 207 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '379', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 208 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '376', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 207 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '379', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 208 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '380', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 209 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => '1174645140', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '382', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174645140', - 'sort_key_string' => '', - 'version' => '1', - ], - 210 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '383', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 211 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '384', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 213 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Class aptent taciti sociosqu', - 'data_type_string' => 'ibexa_string', - 'id' => '386', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'class aptent taciti sociosqu', - 'version' => '1', - ], - 214 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '387', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 215 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '380', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 209 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => '1174645140', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '382', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174645140', + 'sort_key_string' => '', + 'version' => '1', + ], + 210 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '383', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 211 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '384', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 213 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Class aptent taciti sociosqu', + 'data_type_string' => 'ibexa_string', + 'id' => '386', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'class aptent taciti sociosqu', + 'version' => '1', + ], + 214 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '387', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 215 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '388', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 216 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '391', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 217 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '388', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 216 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '391', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 217 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '392', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 218 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => '1174645260', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '394', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174645260', - 'sort_key_string' => '', - 'version' => '1', - ], - 219 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '395', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 220 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '396', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 222 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Aenean malesuada ligula', - 'data_type_string' => 'ibexa_string', - 'id' => '398', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'aenean malesuada ligula', - 'version' => '1', - ], - 223 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '399', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 224 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '392', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 218 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => '1174645260', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '394', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174645260', + 'sort_key_string' => '', + 'version' => '1', + ], + 219 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '395', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 220 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '396', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 222 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Aenean malesuada ligula', + 'data_type_string' => 'ibexa_string', + 'id' => '398', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'aenean malesuada ligula', + 'version' => '1', + ], + 223 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '399', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 224 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '400', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 225 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '403', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 226 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '400', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 225 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '403', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 226 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '404', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 227 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => '1174645260', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '406', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174645260', - 'sort_key_string' => '', - 'version' => '1', - ], - 228 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '407', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 229 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '408', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 231 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '84', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Training', - 'data_type_string' => 'ibexa_string', - 'id' => '410', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'training', - 'version' => '1', - ], - 232 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '84', - 'data_float' => '0', - 'data_int' => '63', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '411', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '63', - 'sort_key_string' => '', - 'version' => '1', - ], - 233 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '84', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '416', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 234 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '85', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Certification', - 'data_type_string' => 'ibexa_string', - 'id' => '417', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'certification', - 'version' => '1', - ], - 235 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '85', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '418', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 236 => [ - 'attribute_original_id' => '421', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '85', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '421', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 237 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '85', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '422', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 238 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '85', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '423', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 239 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '86', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Professional workshops', - 'data_type_string' => 'ibexa_string', - 'id' => '424', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'professional workshops', - 'version' => '1', - ], - 240 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '86', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '425', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 241 => [ - 'attribute_original_id' => '428', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '86', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '428', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 242 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '86', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '429', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 243 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '86', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '430', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 244 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Etiam sodales mauris', - 'data_type_string' => 'ibexa_string', - 'id' => '431', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'etiam sodales mauris', - 'version' => '1', - ], - 245 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '432', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 246 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '404', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 227 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => '1174645260', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '406', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174645260', + 'sort_key_string' => '', + 'version' => '1', + ], + 228 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '407', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 229 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '408', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 231 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '84', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Training', + 'data_type_string' => 'ibexa_string', + 'id' => '410', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'training', + 'version' => '1', + ], + 232 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '84', + 'data_float' => '0', + 'data_int' => '63', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '411', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '63', + 'sort_key_string' => '', + 'version' => '1', + ], + 233 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '84', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '416', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 234 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '85', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Certification', + 'data_type_string' => 'ibexa_string', + 'id' => '417', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'certification', + 'version' => '1', + ], + 235 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '85', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '418', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 236 => [ + 'attribute_original_id' => '421', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '85', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '421', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 237 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '85', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '422', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 238 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '85', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '423', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 239 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '86', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Professional workshops', + 'data_type_string' => 'ibexa_string', + 'id' => '424', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'professional workshops', + 'version' => '1', + ], + 240 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '86', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '425', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 241 => [ + 'attribute_original_id' => '428', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '86', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '428', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 242 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '86', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '429', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 243 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '86', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '430', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 244 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Etiam sodales mauris', + 'data_type_string' => 'ibexa_string', + 'id' => '431', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'etiam sodales mauris', + 'version' => '1', + ], + 245 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '432', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 246 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '433', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 247 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '436', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 248 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '433', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 247 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '436', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 248 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '437', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 249 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => '1175235780', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '439', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175235780', - 'sort_key_string' => '', - 'version' => '1', - ], - 250 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '440', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 251 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '441', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 253 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Class aptent taciti', - 'data_type_string' => 'ibexa_string', - 'id' => '443', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'class aptent taciti', - 'version' => '1', - ], - 254 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '444', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 255 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '437', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 249 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => '1175235780', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '439', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175235780', + 'sort_key_string' => '', + 'version' => '1', + ], + 250 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '440', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 251 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '441', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 253 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Class aptent taciti', + 'data_type_string' => 'ibexa_string', + 'id' => '443', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'class aptent taciti', + 'version' => '1', + ], + 254 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '444', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 255 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '445', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 256 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '448', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 257 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '445', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 256 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '448', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 257 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '449', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 258 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => '1175236020', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '451', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175236020', - 'sort_key_string' => '', - 'version' => '1', - ], - 259 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '452', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 260 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '453', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 262 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Duis auctor vehicula erat', - 'data_type_string' => 'ibexa_string', - 'id' => '455', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'duis auctor vehicula erat', - 'version' => '1', - ], - 263 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '456', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 264 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '449', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 258 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => '1175236020', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '451', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175236020', + 'sort_key_string' => '', + 'version' => '1', + ], + 259 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '452', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 260 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '453', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 262 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Duis auctor vehicula erat', + 'data_type_string' => 'ibexa_string', + 'id' => '455', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'duis auctor vehicula erat', + 'version' => '1', + ], + 263 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '456', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 264 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '457', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 265 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '460', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 266 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '457', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 265 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '460', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 266 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '461', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 267 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => '1175236920', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '463', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175236920', - 'sort_key_string' => '', - 'version' => '1', - ], - 268 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '464', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 269 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '465', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 271 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '316', - 'contentobject_id' => '90', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Events and seminars', - 'data_type_string' => 'ibexa_string', - 'id' => '467', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'events and seminars', - 'version' => '1', - ], - 272 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '317', - 'contentobject_id' => '90', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '468', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 273 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '318', - 'contentobject_id' => '90', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '0', - 'data_type_string' => 'ibexa_selection', - 'id' => '469', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '0', - 'version' => '1', - ], - 274 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '91', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Self-paced courses', - 'data_type_string' => 'ibexa_string', - 'id' => '470', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'self-paced courses', - 'version' => '1', - ], - 275 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '91', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '471', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 276 => [ - 'attribute_original_id' => '474', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '91', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '474', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 277 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '91', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '475', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 278 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '91', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '476', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 279 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '92', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Instructor-led courses', - 'data_type_string' => 'ibexa_string', - 'id' => '477', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'instructor-led courses', - 'version' => '1', - ], - 280 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '92', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '478', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 281 => [ - 'attribute_original_id' => '481', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '92', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '481', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 282 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '92', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '482', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 283 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '92', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '483', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 284 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '93', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Additional learning resources', - 'data_type_string' => 'ibexa_string', - 'id' => '484', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'additional learning resources', - 'version' => '1', - ], - 285 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '93', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '485', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 286 => [ - 'attribute_original_id' => '488', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '93', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '488', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 287 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '93', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '489', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 288 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '93', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '490', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 289 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '94', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Support', - 'data_type_string' => 'ibexa_string', - 'id' => '491', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'support', - 'version' => '1', - ], - 290 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '94', - 'data_float' => '0', - 'data_int' => '62', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '492', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '62', - 'sort_key_string' => '', - 'version' => '1', - ], - 291 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '94', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '497', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 292 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '95', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Knowledgebase', - 'data_type_string' => 'ibexa_string', - 'id' => '498', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'knowledgebase', - 'version' => '1', - ], - 293 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '95', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '500', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 294 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '95', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '501', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 295 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '96', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Sed suscipit', - 'data_type_string' => 'ibexa_string', - 'id' => '502', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'sed suscipit', - 'version' => '1', - ], - 296 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '96', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '504', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 297 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '96', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '505', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 298 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '97', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Ut interdum', - 'data_type_string' => 'ibexa_string', - 'id' => '506', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ut interdum', - 'version' => '1', - ], - 299 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '97', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '508', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 300 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '97', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '509', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 301 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '98', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Documentation', - 'data_type_string' => 'ibexa_string', - 'id' => '510', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'documentation', - 'version' => '1', - ], - 302 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '98', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '512', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 303 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '98', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '513', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 304 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '99', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Mauris pretium', - 'data_type_string' => 'ibexa_string', - 'id' => '514', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'mauris pretium', - 'version' => '1', - ], - 305 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '99', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '516', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 306 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '99', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '517', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 307 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '100', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Aliquam posuere', - 'data_type_string' => 'ibexa_string', - 'id' => '518', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'aliquam posuere', - 'version' => '1', - ], - 308 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '100', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '520', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 309 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '100', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '521', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 310 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '101', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Books', - 'data_type_string' => 'ibexa_string', - 'id' => '522', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'books', - 'version' => '1', - ], - 311 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '101', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '523', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 312 => [ - 'attribute_original_id' => '526', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '101', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '526', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 313 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '101', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '527', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 314 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '101', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '528', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 315 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Aliquam pulvinar suscipit tellus', - 'data_type_string' => 'ibexa_string', - 'id' => '529', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'aliquam pulvinar suscipit tellus', - 'version' => '1', - ], - 316 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '530', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 317 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '461', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 267 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => '1175236920', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '463', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175236920', + 'sort_key_string' => '', + 'version' => '1', + ], + 268 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '464', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 269 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '465', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 271 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '316', + 'contentobject_id' => '90', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Events and seminars', + 'data_type_string' => 'ibexa_string', + 'id' => '467', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'events and seminars', + 'version' => '1', + ], + 272 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '317', + 'contentobject_id' => '90', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '468', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 273 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '318', + 'contentobject_id' => '90', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '0', + 'data_type_string' => 'ibexa_selection', + 'id' => '469', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '0', + 'version' => '1', + ], + 274 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '91', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Self-paced courses', + 'data_type_string' => 'ibexa_string', + 'id' => '470', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'self-paced courses', + 'version' => '1', + ], + 275 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '91', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '471', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 276 => [ + 'attribute_original_id' => '474', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '91', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '474', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 277 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '91', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '475', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 278 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '91', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '476', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 279 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '92', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Instructor-led courses', + 'data_type_string' => 'ibexa_string', + 'id' => '477', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'instructor-led courses', + 'version' => '1', + ], + 280 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '92', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '478', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 281 => [ + 'attribute_original_id' => '481', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '92', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '481', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 282 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '92', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '482', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 283 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '92', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '483', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 284 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '93', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Additional learning resources', + 'data_type_string' => 'ibexa_string', + 'id' => '484', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'additional learning resources', + 'version' => '1', + ], + 285 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '93', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '485', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 286 => [ + 'attribute_original_id' => '488', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '93', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '488', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 287 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '93', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '489', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 288 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '93', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '490', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 289 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '94', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Support', + 'data_type_string' => 'ibexa_string', + 'id' => '491', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'support', + 'version' => '1', + ], + 290 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '94', + 'data_float' => '0', + 'data_int' => '62', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '492', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '62', + 'sort_key_string' => '', + 'version' => '1', + ], + 291 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '94', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '497', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 292 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '95', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Knowledgebase', + 'data_type_string' => 'ibexa_string', + 'id' => '498', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'knowledgebase', + 'version' => '1', + ], + 293 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '95', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '500', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 294 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '95', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '501', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 295 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '96', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Sed suscipit', + 'data_type_string' => 'ibexa_string', + 'id' => '502', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'sed suscipit', + 'version' => '1', + ], + 296 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '96', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '504', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 297 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '96', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '505', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 298 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '97', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Ut interdum', + 'data_type_string' => 'ibexa_string', + 'id' => '506', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ut interdum', + 'version' => '1', + ], + 299 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '97', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '508', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 300 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '97', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '509', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 301 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '98', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Documentation', + 'data_type_string' => 'ibexa_string', + 'id' => '510', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'documentation', + 'version' => '1', + ], + 302 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '98', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '512', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 303 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '98', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '513', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 304 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '99', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Mauris pretium', + 'data_type_string' => 'ibexa_string', + 'id' => '514', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'mauris pretium', + 'version' => '1', + ], + 305 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '99', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '516', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 306 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '99', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '517', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 307 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '100', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Aliquam posuere', + 'data_type_string' => 'ibexa_string', + 'id' => '518', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'aliquam posuere', + 'version' => '1', + ], + 308 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '100', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '520', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 309 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '100', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '521', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 310 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '101', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Books', + 'data_type_string' => 'ibexa_string', + 'id' => '522', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'books', + 'version' => '1', + ], + 311 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '101', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '523', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 312 => [ + 'attribute_original_id' => '526', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '101', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '526', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 313 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '101', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '527', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 314 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '101', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '528', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 315 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Aliquam pulvinar suscipit tellus', + 'data_type_string' => 'ibexa_string', + 'id' => '529', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'aliquam pulvinar suscipit tellus', + 'version' => '1', + ], + 316 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '530', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 317 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '531', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 318 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '534', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 319 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '531', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 318 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '534', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 319 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '535', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 320 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => '1175496180', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '537', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175496180', - 'sort_key_string' => '', - 'version' => '1', - ], - 321 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '538', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 322 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '539', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 324 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '103', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Customer Service', - 'data_type_string' => 'ibexa_string', - 'id' => '541', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'customer service', - 'version' => '1', - ], - 325 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '103', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '542', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 326 => [ - 'attribute_original_id' => '545', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '103', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '545', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 327 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '103', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '546', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 328 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '103', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '547', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 329 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '104', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Support Programs', - 'data_type_string' => 'ibexa_string', - 'id' => '548', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'support programs', - 'version' => '1', - ], - 330 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '104', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '549', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 331 => [ - 'attribute_original_id' => '552', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '104', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '552', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 332 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '104', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '553', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 333 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '104', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '554', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 334 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '105', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Getting started', - 'data_type_string' => 'ibexa_string', - 'id' => '555', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'getting started', - 'version' => '1', - ], - 335 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '105', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '556', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 336 => [ - 'attribute_original_id' => '559', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '105', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '559', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 337 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '105', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '560', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 338 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '105', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '561', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 339 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Tutorials for', - 'data_type_string' => 'ibexa_string', - 'id' => '562', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'tutorials for', - 'version' => '1', - ], - 340 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '563', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 341 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '535', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 320 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => '1175496180', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '537', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175496180', + 'sort_key_string' => '', + 'version' => '1', + ], + 321 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '538', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 322 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '539', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 324 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '103', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Customer Service', + 'data_type_string' => 'ibexa_string', + 'id' => '541', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'customer service', + 'version' => '1', + ], + 325 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '103', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '542', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 326 => [ + 'attribute_original_id' => '545', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '103', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '545', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 327 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '103', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '546', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 328 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '103', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '547', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 329 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '104', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Support Programs', + 'data_type_string' => 'ibexa_string', + 'id' => '548', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'support programs', + 'version' => '1', + ], + 330 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '104', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '549', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 331 => [ + 'attribute_original_id' => '552', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '104', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '552', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 332 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '104', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '553', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 333 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '104', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '554', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 334 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '105', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Getting started', + 'data_type_string' => 'ibexa_string', + 'id' => '555', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'getting started', + 'version' => '1', + ], + 335 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '105', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '556', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 336 => [ + 'attribute_original_id' => '559', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '105', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '559', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 337 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '105', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '560', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 338 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '105', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '561', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 339 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Tutorials for', + 'data_type_string' => 'ibexa_string', + 'id' => '562', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'tutorials for', + 'version' => '1', + ], + 340 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '563', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 341 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '564', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 342 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '567', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 343 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '564', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 342 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '567', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 343 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '568', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 344 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '570', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 345 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '571', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 346 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '572', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 348 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Get involved', - 'data_type_string' => 'ibexa_string', - 'id' => '574', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'get involved', - 'version' => '1', - ], - 349 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '575', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 350 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '568', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 344 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '570', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 345 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '571', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 346 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '572', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 348 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Get involved', + 'data_type_string' => 'ibexa_string', + 'id' => '574', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'get involved', + 'version' => '1', + ], + 349 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '575', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 350 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '576', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 351 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '579', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 352 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '576', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 351 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '579', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 352 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '580', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 353 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '582', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 354 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '583', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 355 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '584', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 357 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to use Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '586', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to use ibexa', - 'version' => '1', - ], - 358 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '587', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 359 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '580', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 353 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '582', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 354 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '583', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 355 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '584', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 357 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to use Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '586', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to use ibexa', + 'version' => '1', + ], + 358 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '587', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 359 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '588', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 360 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '591', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 361 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '588', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 360 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '591', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 361 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '592', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 362 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '594', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 363 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '595', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 364 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '596', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 366 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '109', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '598', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 367 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '109', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '592', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 362 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '594', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 363 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '595', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 364 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '596', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 366 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '109', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '598', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 367 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '109', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '600', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 368 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '109', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '601', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 369 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '110', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '602', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 370 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '110', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '600', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 368 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '109', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '601', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 369 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '110', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '602', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 370 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '110', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '604', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 371 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '110', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '605', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 372 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '111', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '606', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 373 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '111', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '604', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 371 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '110', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '605', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 372 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '111', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '606', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 373 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '111', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '608', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 374 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '111', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '609', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 375 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '112', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '610', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 376 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '112', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '608', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 374 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '111', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '609', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 375 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '112', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '610', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 376 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '112', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '612', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 377 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '112', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '613', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 378 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '113', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '614', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 379 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '113', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '612', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 377 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '112', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '613', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 378 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '113', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '614', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 379 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '113', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '616', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 380 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '113', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '617', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 381 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '114', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '618', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 382 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '114', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '616', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 380 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '113', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '617', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 381 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '114', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '618', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 382 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '114', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '620', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 383 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '114', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '621', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 384 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '115', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '622', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 385 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '115', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '620', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 383 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '114', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '621', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 384 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '115', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '622', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 385 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '115', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '624', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 386 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '115', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '625', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 387 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '116', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '626', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 388 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '116', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '624', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 386 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '115', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '625', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 387 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '116', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '626', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 388 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '116', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '628', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 389 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '116', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '629', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 390 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '117', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '630', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 391 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '117', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '628', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 389 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '116', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '629', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 390 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '117', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '630', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 391 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '117', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '632', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 392 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '117', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '633', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 393 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to manage Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '634', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to manage ibexa', - 'version' => '1', - ], - 394 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '635', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 395 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '632', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 392 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '117', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '633', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 393 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to manage Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '634', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to manage ibexa', + 'version' => '1', + ], + 394 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '635', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 395 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '636', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 396 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '639', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 397 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '636', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 396 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '639', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 397 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '640', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 398 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '642', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 399 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '643', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 400 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '644', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 402 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '119', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '646', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 403 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '119', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '640', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 398 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '642', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 399 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '643', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 400 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '644', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 402 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '119', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '646', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 403 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '119', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '648', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 404 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '119', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '649', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 405 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '120', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '650', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 406 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '120', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '648', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 404 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '119', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '649', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 405 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '120', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '650', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 406 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '120', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '652', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 407 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '120', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '653', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 408 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '121', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '654', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 409 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '121', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '652', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 407 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '120', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '653', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 408 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '121', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '654', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 409 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '121', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '656', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 410 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '121', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '657', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 411 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '122', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '658', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 412 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '122', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '656', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 410 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '121', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '657', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 411 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '122', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '658', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 412 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '122', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '660', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 413 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '122', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '661', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 414 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '123', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '662', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 415 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '123', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '660', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 413 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '122', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '661', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 414 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '123', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '662', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 415 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '123', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '664', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 416 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '123', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '665', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 417 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '124', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '666', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 418 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '124', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '664', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 416 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '123', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '665', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 417 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '124', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '666', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 418 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '124', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '668', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 419 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '124', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '669', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 420 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '125', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '670', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 421 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '125', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '668', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 419 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '124', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '669', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 420 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '125', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '670', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 421 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '125', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '672', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 422 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '125', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '673', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 423 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '126', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '674', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 424 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '126', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '672', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 422 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '125', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '673', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 423 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '126', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '674', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 424 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '126', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '676', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 425 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '126', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '677', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 426 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to develop with Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '678', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to develop with ibexa', - 'version' => '1', - ], - 427 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '679', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 428 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '676', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 425 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '126', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '677', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 426 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to develop with Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '678', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to develop with ibexa', + 'version' => '1', + ], + 427 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '679', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 428 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '680', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 429 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '683', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 430 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '680', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 429 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '683', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 430 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '684', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 431 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '686', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 432 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '687', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 433 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '688', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 435 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '128', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '690', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 436 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '128', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '684', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 431 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '686', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 432 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '687', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 433 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '688', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 435 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '128', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '690', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 436 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '128', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '692', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 437 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '128', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '693', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 438 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '129', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '694', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 439 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '129', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '692', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 437 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '128', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '693', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 438 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '129', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '694', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 439 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '129', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '696', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 440 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '129', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '697', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 441 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Lots of Websites, One Ibexa Installation', - 'data_type_string' => 'ibexa_string', - 'id' => '698', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'lots of websites, one ibexa installation', - 'version' => '1', - ], - 442 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Adding Siteaccesses in Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '699', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'adding siteaccesses in ibexa', - 'version' => '1', - ], - 443 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '696', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 440 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '129', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '697', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 441 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Lots of Websites, One Ibexa Installation', + 'data_type_string' => 'ibexa_string', + 'id' => '698', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'lots of websites, one ibexa installation', + 'version' => '1', + ], + 442 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Adding Siteaccesses in Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '699', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'adding siteaccesses in ibexa', + 'version' => '1', + ], + 443 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '700', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 444 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '703', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 445 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '700', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 444 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '703', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 445 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '704', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 446 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '706', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 447 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '707', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 448 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '708', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 450 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '131', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'New features', - 'data_type_string' => 'ibexa_string', - 'id' => '710', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'new features', - 'version' => '1', - ], - 451 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '131', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '711', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 452 => [ - 'attribute_original_id' => '714', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '131', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '714', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 453 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '131', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '715', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 454 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '131', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '716', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 455 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Improved user registration workflow', - 'data_type_string' => 'ibexa_string', - 'id' => '717', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'improved user registration workflow', - 'version' => '1', - ], - 456 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '718', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 457 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '704', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 446 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '706', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 447 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '707', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 448 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '708', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 450 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '131', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'New features', + 'data_type_string' => 'ibexa_string', + 'id' => '710', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'new features', + 'version' => '1', + ], + 451 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '131', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '711', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 452 => [ + 'attribute_original_id' => '714', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '131', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '714', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 453 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '131', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '715', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 454 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '131', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '716', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 455 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Improved user registration workflow', + 'data_type_string' => 'ibexa_string', + 'id' => '717', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'improved user registration workflow', + 'version' => '1', + ], + 456 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '718', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 457 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '719', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 458 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '722', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 459 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '719', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 458 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '722', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 459 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '723', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 460 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '725', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 461 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '726', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 462 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '727', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 464 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '133', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '729', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 465 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '133', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '723', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 460 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '725', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 461 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '726', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 462 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '727', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 464 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '133', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '729', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 465 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '133', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '731', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 466 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '133', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '732', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 467 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '134', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '733', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 468 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '134', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '731', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 466 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '133', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '732', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 467 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '134', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '733', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 468 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '134', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' MTUwLzE=MTUwLzE=Mg==Nzg=MTE1OQ==NTAz ', - 'data_type_string' => 'ibexa_image', - 'id' => '735', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 469 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '134', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '736', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 470 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '135', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '737', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 471 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '135', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '735', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 469 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '134', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '736', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 470 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '135', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '737', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 471 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '135', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' MTUwLzE=MTUwLzE=Mg==Nzg=MTMzOA==MjE3 ', - 'data_type_string' => 'ibexa_image', - 'id' => '739', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 472 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '135', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '740', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 473 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Improved block editing', - 'data_type_string' => 'ibexa_string', - 'id' => '741', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'improved block editing', - 'version' => '1', - ], - 474 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '742', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 475 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '739', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 472 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '135', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '740', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 473 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Improved block editing', + 'data_type_string' => 'ibexa_string', + 'id' => '741', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'improved block editing', + 'version' => '1', + ], + 474 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '742', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 475 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '743', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 476 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '746', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 477 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '743', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 476 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '746', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 477 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '747', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 478 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '749', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 479 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '750', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 480 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '751', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 482 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '137', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '753', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 483 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '137', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '747', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 478 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '749', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 479 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '750', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 480 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '751', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 482 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '137', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '753', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 483 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '137', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' MTUwLzE=MTUwLzE=Mg==Nzg=ODMyNTk5 ', - 'data_type_string' => 'ibexa_image', - 'id' => '755', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 484 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '137', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '756', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 485 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '138', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '757', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 486 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '138', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '755', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 484 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '137', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '756', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 485 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '138', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '757', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 486 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '138', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' MTUwLzE=MTUwLzE=Mg==Nzg=OTExNjI2 ', - 'data_type_string' => 'ibexa_image', - 'id' => '759', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 487 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '138', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '760', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 488 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Improved front-end editing', - 'data_type_string' => 'ibexa_string', - 'id' => '761', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'improved front-end editing', - 'version' => '1', - ], - 489 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '762', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 490 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '759', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 487 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '138', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '760', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 488 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Improved front-end editing', + 'data_type_string' => 'ibexa_string', + 'id' => '761', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'improved front-end editing', + 'version' => '1', + ], + 489 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '762', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 490 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '763', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 491 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '766', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 492 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '763', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 491 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '766', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 492 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '767', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 493 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '769', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 494 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '770', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 495 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '771', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 497 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '140', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '773', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 498 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '140', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '767', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 493 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '769', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 494 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '770', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 495 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '771', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 497 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '140', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '773', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 498 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '140', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' MQ==MTUwLzE=MTUwLzE=Mg==OTA=MTAzMA==MTUx ', - 'data_type_string' => 'ibexa_image', - 'id' => '775', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 499 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '140', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '776', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 500 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '141', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '777', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 501 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '141', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '775', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 499 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '140', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '776', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 500 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '141', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '777', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 501 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '141', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' MTUwLzE=MTUwLzE=Mg==Nzg=ODA1ODQ= ', - 'data_type_string' => 'ibexa_image', - 'id' => '779', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 502 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '141', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '780', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 503 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '142', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '781', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 504 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '142', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '779', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 502 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '141', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '780', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 503 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '142', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '781', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 504 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '142', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' MTUwLzE=MTUwLzE=Mg==Nzg=MTI3OA==MTM2 ', - 'data_type_string' => 'ibexa_image', - 'id' => '783', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 505 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '142', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '784', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 506 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '143', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '785', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 507 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '143', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '783', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 505 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '142', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '784', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 506 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '143', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '785', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 507 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '143', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' MTUwLzE=MTUwLzE=Mg==Nzg=MTM2NQ==MTQw ', - 'data_type_string' => 'ibexa_image', - 'id' => '787', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 508 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '143', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '788', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 509 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'FastCGI', - 'data_type_string' => 'ibexa_string', - 'id' => '789', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'fastcgi', - 'version' => '1', - ], - 510 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '790', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 511 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '787', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 508 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '143', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '788', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 509 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'FastCGI', + 'data_type_string' => 'ibexa_string', + 'id' => '789', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'fastcgi', + 'version' => '1', + ], + 510 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '790', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 511 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '791', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 512 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '794', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 513 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '791', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 512 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '794', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 513 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '795', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 514 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '797', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 515 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '798', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 516 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '799', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 518 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Support for Red Hat Enterprise', - 'data_type_string' => 'ibexa_string', - 'id' => '801', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'support for red hat enterprise', - 'version' => '1', - ], - 519 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '802', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 520 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '795', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 514 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '797', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 515 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '798', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 516 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '799', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 518 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Support for Red Hat Enterprise', + 'data_type_string' => 'ibexa_string', + 'id' => '801', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'support for red hat enterprise', + 'version' => '1', + ], + 519 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '802', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 520 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '803', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 521 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '806', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 522 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '803', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 521 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '806', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 522 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '807', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 523 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '809', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 524 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '810', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 525 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '811', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 527 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '146', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '813', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 528 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '146', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '807', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 523 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '809', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 524 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '810', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 525 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '811', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 527 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '146', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '813', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 528 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '146', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '815', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 529 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '146', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '816', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 530 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Canonical links', - 'data_type_string' => 'ibexa_string', - 'id' => '817', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'canonical links', - 'version' => '1', - ], - 531 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '818', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 532 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '815', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 529 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '146', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '816', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 530 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Canonical links', + 'data_type_string' => 'ibexa_string', + 'id' => '817', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'canonical links', + 'version' => '1', + ], + 531 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '818', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 532 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '819', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 533 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '822', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 534 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '819', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 533 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '822', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 534 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '823', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 535 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '825', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 536 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '826', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 537 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '827', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 539 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Asynchronous publishing', - 'data_type_string' => 'ibexa_string', - 'id' => '829', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'asynchronous publishing', - 'version' => '1', - ], - 540 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '830', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 541 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '823', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 535 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '825', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 536 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '826', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 537 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '827', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 539 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Asynchronous publishing', + 'data_type_string' => 'ibexa_string', + 'id' => '829', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'asynchronous publishing', + 'version' => '1', + ], + 540 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '830', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 541 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '831', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 542 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '834', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 543 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '831', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 542 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '834', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 543 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '835', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 544 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '837', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 545 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '838', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 546 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '839', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 548 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '149', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '841', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 549 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '149', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '835', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 544 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '837', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 545 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '838', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 546 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '839', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 548 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '149', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '841', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 549 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '149', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' MTUwLzE=MTUwLzE=Mg==Nzg=MTQxMw==MTA2MA== ', - 'data_type_string' => 'ibexa_image', - 'id' => '843', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 550 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '149', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '844', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 551 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'REST API interface', - 'data_type_string' => 'ibexa_string', - 'id' => '845', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'rest api interface', - 'version' => '1', - ], - 552 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '846', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 553 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '843', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 550 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '149', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '844', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 551 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'REST API interface', + 'data_type_string' => 'ibexa_string', + 'id' => '845', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'rest api interface', + 'version' => '1', + ], + 552 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '846', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 553 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '847', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 554 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '850', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 555 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '847', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 554 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '850', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 555 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '851', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 556 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '853', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 557 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '854', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 558 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '855', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 560 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Ibexa Enterprise', - 'data_type_string' => 'ibexa_string', - 'id' => '857', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ibexa dxp', - 'version' => '1', - ], - 561 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '858', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 562 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '851', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 556 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '853', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 557 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '854', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 558 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '855', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 560 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Ibexa Enterprise', + 'data_type_string' => 'ibexa_string', + 'id' => '857', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ibexa dxp', + 'version' => '1', + ], + 561 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '858', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 562 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '859', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 563 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '862', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 564 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '859', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 563 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '862', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 564 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '863', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 565 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '865', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 566 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '866', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 567 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '867', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 569 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '152', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '869', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 570 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '152', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '863', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 565 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '865', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 566 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '866', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 567 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '867', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 569 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '152', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '869', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 570 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '152', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '871', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 571 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '152', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '872', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 572 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '153', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '873', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 573 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '153', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '871', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 571 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '152', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '872', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 572 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '153', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '873', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 573 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '153', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '875', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 574 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '153', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '876', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 575 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '154', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Partners', - 'data_type_string' => 'ibexa_string', - 'id' => '877', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'partners', - 'version' => '1', - ], - 576 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '154', - 'data_float' => '0', - 'data_int' => '61', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '878', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '61', - 'sort_key_string' => '', - 'version' => '1', - ], - 577 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '154', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '883', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 578 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '155', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Partner News', - 'data_type_string' => 'ibexa_string', - 'id' => '884', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'partner news', - 'version' => '1', - ], - 579 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '155', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '885', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 580 => [ - 'attribute_original_id' => '888', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '155', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '888', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 581 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '155', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '889', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 582 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '155', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '890', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 583 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Pellentesque quam mauris', - 'data_type_string' => 'ibexa_string', - 'id' => '891', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'pellentesque quam mauris', - 'version' => '1', - ], - 584 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '892', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 585 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '875', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 574 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '153', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '876', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 575 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '154', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Partners', + 'data_type_string' => 'ibexa_string', + 'id' => '877', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'partners', + 'version' => '1', + ], + 576 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '154', + 'data_float' => '0', + 'data_int' => '61', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '878', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '61', + 'sort_key_string' => '', + 'version' => '1', + ], + 577 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '154', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '883', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 578 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '155', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Partner News', + 'data_type_string' => 'ibexa_string', + 'id' => '884', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'partner news', + 'version' => '1', + ], + 579 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '155', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '885', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 580 => [ + 'attribute_original_id' => '888', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '155', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '888', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 581 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '155', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '889', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 582 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '155', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '890', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 583 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Pellentesque quam mauris', + 'data_type_string' => 'ibexa_string', + 'id' => '891', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'pellentesque quam mauris', + 'version' => '1', + ], + 584 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '892', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 585 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '893', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 586 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '896', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 587 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '893', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 586 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '896', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 587 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '897', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 588 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => '1175497860', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '899', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175497860', - 'sort_key_string' => '', - 'version' => '1', - ], - 589 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '900', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 590 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '901', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 592 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Penatibus et magnis dis', - 'data_type_string' => 'ibexa_string', - 'id' => '903', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'penatibus et magnis dis', - 'version' => '1', - ], - 593 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '904', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 594 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '897', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 588 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => '1175497860', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '899', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175497860', + 'sort_key_string' => '', + 'version' => '1', + ], + 589 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '900', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 590 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '901', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 592 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Penatibus et magnis dis', + 'data_type_string' => 'ibexa_string', + 'id' => '903', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'penatibus et magnis dis', + 'version' => '1', + ], + 593 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '904', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 594 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '905', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 595 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '908', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 596 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '905', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 595 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '908', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 596 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '909', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 597 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => '1175498940', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '911', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175498940', - 'sort_key_string' => '', - 'version' => '1', - ], - 598 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '912', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 599 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '913', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 601 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '158', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'News', - 'data_type_string' => 'ibexa_string', - 'id' => '915', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'news', - 'version' => '1', - ], - 602 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '158', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '916', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 603 => [ - 'attribute_original_id' => '919', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '158', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '919', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 604 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '158', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '920', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 605 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '158', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '921', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 606 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Curabitur hendrerit dignissim', - 'data_type_string' => 'ibexa_string', - 'id' => '922', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'curabitur hendrerit dignissim', - 'version' => '1', - ], - 607 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '923', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 608 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '909', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 597 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => '1175498940', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '911', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175498940', + 'sort_key_string' => '', + 'version' => '1', + ], + 598 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '912', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 599 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '913', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 601 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '158', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'News', + 'data_type_string' => 'ibexa_string', + 'id' => '915', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'news', + 'version' => '1', + ], + 602 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '158', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '916', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 603 => [ + 'attribute_original_id' => '919', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '158', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '919', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 604 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '158', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '920', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 605 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '158', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '921', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 606 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Curabitur hendrerit dignissim', + 'data_type_string' => 'ibexa_string', + 'id' => '922', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'curabitur hendrerit dignissim', + 'version' => '1', + ], + 607 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '923', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 608 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '924', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 609 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '927', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 610 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '924', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 609 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '927', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 610 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '928', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 611 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => '1175497920', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '930', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175497920', - 'sort_key_string' => '', - 'version' => '1', - ], - 612 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '931', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 613 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '932', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 615 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Proin condimentum risus', - 'data_type_string' => 'ibexa_string', - 'id' => '934', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'proin condimentum risus', - 'version' => '1', - ], - 616 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '935', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 617 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '928', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 611 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => '1175497920', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '930', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175497920', + 'sort_key_string' => '', + 'version' => '1', + ], + 612 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '931', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 613 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '932', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 615 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Proin condimentum risus', + 'data_type_string' => 'ibexa_string', + 'id' => '934', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'proin condimentum risus', + 'version' => '1', + ], + 616 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '935', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 617 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '936', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 618 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '939', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 619 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '936', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 618 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '939', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 619 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '940', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 620 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => '1175498280', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '942', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175498280', - 'sort_key_string' => '', - 'version' => '1', - ], - 621 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '943', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 622 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '944', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 624 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Morbi tristique senectus', - 'data_type_string' => 'ibexa_string', - 'id' => '946', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'morbi tristique senectus', - 'version' => '1', - ], - 625 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '947', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 626 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '940', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 620 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => '1175498280', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '942', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175498280', + 'sort_key_string' => '', + 'version' => '1', + ], + 621 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '943', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 622 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '944', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 624 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Morbi tristique senectus', + 'data_type_string' => 'ibexa_string', + 'id' => '946', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'morbi tristique senectus', + 'version' => '1', + ], + 625 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '947', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 626 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '948', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 627 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '951', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 628 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '948', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 627 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '951', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 628 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '952', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 629 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => '1175498880', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '954', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175498880', - 'sort_key_string' => '', - 'version' => '1', - ], - 630 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '955', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 631 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '956', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 633 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '162', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Partner Products', - 'data_type_string' => 'ibexa_string', - 'id' => '958', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'partner products', - 'version' => '1', - ], - 634 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '162', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '959', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 635 => [ - 'attribute_original_id' => '962', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '162', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '962', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 636 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '162', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '963', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 637 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '162', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '964', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 638 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '163', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Partners', - 'data_type_string' => 'ibexa_string', - 'id' => '965', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'partners', - 'version' => '1', - ], - 639 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '163', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '966', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 640 => [ - 'attribute_original_id' => '969', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '163', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '969', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 641 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '163', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '970', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 642 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '163', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '971', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 643 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Neque orci malesuada felis', - 'data_type_string' => 'ibexa_string', - 'id' => '972', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'neque orci malesuada felis', - 'version' => '1', - ], - 644 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '973', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 645 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '952', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 629 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => '1175498880', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '954', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175498880', + 'sort_key_string' => '', + 'version' => '1', + ], + 630 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '955', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 631 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '956', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 633 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '162', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Partner Products', + 'data_type_string' => 'ibexa_string', + 'id' => '958', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'partner products', + 'version' => '1', + ], + 634 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '162', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '959', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 635 => [ + 'attribute_original_id' => '962', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '162', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '962', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 636 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '162', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '963', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 637 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '162', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '964', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 638 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '163', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Partners', + 'data_type_string' => 'ibexa_string', + 'id' => '965', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'partners', + 'version' => '1', + ], + 639 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '163', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '966', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 640 => [ + 'attribute_original_id' => '969', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '163', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '969', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 641 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '163', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '970', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 642 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '163', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '971', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 643 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Neque orci malesuada felis', + 'data_type_string' => 'ibexa_string', + 'id' => '972', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'neque orci malesuada felis', + 'version' => '1', + ], + 644 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '973', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 645 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '974', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 646 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '977', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 647 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '974', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 646 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '977', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 647 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '978', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 648 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => '1175499180', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '980', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175499180', - 'sort_key_string' => '', - 'version' => '1', - ], - 649 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '981', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 650 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '982', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 652 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '165', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Community', - 'data_type_string' => 'ibexa_string', - 'id' => '984', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'community', - 'version' => '1', - ], - 653 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '165', - 'data_float' => '0', - 'data_int' => '58', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '985', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '58', - 'sort_key_string' => '', - 'version' => '1', - ], - 654 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '165', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '990', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 655 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '302', - 'contentobject_id' => '166', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Forum', - 'data_type_string' => 'ibexa_string', - 'id' => '991', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'forum', - 'version' => '1', - ], - 656 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '304', - 'contentobject_id' => '167', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Nulla vitae tellus sit amet', - 'data_type_string' => 'ibexa_string', - 'id' => '993', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'nulla vitae tellus sit amet', - 'version' => '1', - ], - 657 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '305', - 'contentobject_id' => '167', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Nulla vitae tellus sit amet velit tincidunt gravida. Vivamus cursus, pede et lacinia porttitor, urna ante sagittis velit, id vulputate dui metus a erat.', - 'data_type_string' => 'ibexa_text', - 'id' => '994', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 658 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '306', - 'contentobject_id' => '167', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '995', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 659 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '307', - 'contentobject_id' => '167', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ezsubtreesubscription', - 'id' => '996', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 660 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '304', - 'contentobject_id' => '168', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Ut mollis sodales nibh', - 'data_type_string' => 'ibexa_string', - 'id' => '997', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ut mollis sodales nibh', - 'version' => '1', - ], - 661 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '305', - 'contentobject_id' => '168', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Donec vulputate lectus. Suspendisse tempus molestie metus. Nullam non velit eget elit iaculis fringilla. Ut interdum auctor orci. Ut mollis sodales nibh.', - 'data_type_string' => 'ibexa_text', - 'id' => '998', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 662 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '306', - 'contentobject_id' => '168', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '999', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 663 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '307', - 'contentobject_id' => '168', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ezsubtreesubscription', - 'id' => '1000', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 664 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '304', - 'contentobject_id' => '169', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Nam risus leo', - 'data_type_string' => 'ibexa_string', - 'id' => '1001', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'nam risus leo', - 'version' => '1', - ], - 665 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '305', - 'contentobject_id' => '169', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Nulla facilisi. Nam risus leo, accumsan et, accumsan ut, aliquam sed, dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.', - 'data_type_string' => 'ibexa_text', - 'id' => '1002', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 666 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '306', - 'contentobject_id' => '169', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1003', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 667 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '307', - 'contentobject_id' => '169', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ezsubtreesubscription', - 'id' => '1004', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 668 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '170', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Wiki', - 'data_type_string' => 'ibexa_string', - 'id' => '1005', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'wiki', - 'version' => '1', - ], - 669 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '170', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1007', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 670 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '170', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1008', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 671 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '171', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Sed suscipit', - 'data_type_string' => 'ibexa_string', - 'id' => '1009', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'sed suscipit', - 'version' => '1', - ], - 672 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '171', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1011', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 673 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '171', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1012', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 674 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '172', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Ut interdum', - 'data_type_string' => 'ibexa_string', - 'id' => '1013', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ut interdum', - 'version' => '1', - ], - 675 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '172', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1015', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 676 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '172', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1016', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 677 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '173', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Fusce pulvinar', - 'data_type_string' => 'ibexa_string', - 'id' => '1017', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'fusce pulvinar', - 'version' => '1', - ], - 678 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '173', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1019', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 679 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '173', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1020', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 680 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '174', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Duis id tortor', - 'data_type_string' => 'ibexa_string', - 'id' => '1021', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'duis id tortor', - 'version' => '1', - ], - 681 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '174', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1023', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 682 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '174', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1024', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 683 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '175', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Curabitur lacinia', - 'data_type_string' => 'ibexa_string', - 'id' => '1025', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'curabitur lacinia', - 'version' => '1', - ], - 684 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '175', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1027', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 685 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '175', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1028', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 686 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '286', - 'contentobject_id' => '176', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Pictures', - 'data_type_string' => 'ibexa_string', - 'id' => '1029', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'pictures', - 'version' => '1', - ], - 687 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '289', - 'contentobject_id' => '176', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '1032', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 688 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '177', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Ivo on ibexa tags', - 'data_type_string' => 'ibexa_string', - 'id' => '1033', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ivo on ibexa tags', - 'version' => '1', - ], - 689 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '177', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '978', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 648 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => '1175499180', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '980', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175499180', + 'sort_key_string' => '', + 'version' => '1', + ], + 649 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '981', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 650 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '982', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 652 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '165', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Community', + 'data_type_string' => 'ibexa_string', + 'id' => '984', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'community', + 'version' => '1', + ], + 653 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '165', + 'data_float' => '0', + 'data_int' => '58', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '985', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '58', + 'sort_key_string' => '', + 'version' => '1', + ], + 654 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '165', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '990', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 655 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '302', + 'contentobject_id' => '166', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Forum', + 'data_type_string' => 'ibexa_string', + 'id' => '991', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'forum', + 'version' => '1', + ], + 656 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '304', + 'contentobject_id' => '167', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Nulla vitae tellus sit amet', + 'data_type_string' => 'ibexa_string', + 'id' => '993', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'nulla vitae tellus sit amet', + 'version' => '1', + ], + 657 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '305', + 'contentobject_id' => '167', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Nulla vitae tellus sit amet velit tincidunt gravida. Vivamus cursus, pede et lacinia porttitor, urna ante sagittis velit, id vulputate dui metus a erat.', + 'data_type_string' => 'ibexa_text', + 'id' => '994', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 658 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '306', + 'contentobject_id' => '167', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '995', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 659 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '307', + 'contentobject_id' => '167', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ezsubtreesubscription', + 'id' => '996', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 660 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '304', + 'contentobject_id' => '168', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Ut mollis sodales nibh', + 'data_type_string' => 'ibexa_string', + 'id' => '997', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ut mollis sodales nibh', + 'version' => '1', + ], + 661 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '305', + 'contentobject_id' => '168', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Donec vulputate lectus. Suspendisse tempus molestie metus. Nullam non velit eget elit iaculis fringilla. Ut interdum auctor orci. Ut mollis sodales nibh.', + 'data_type_string' => 'ibexa_text', + 'id' => '998', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 662 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '306', + 'contentobject_id' => '168', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '999', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 663 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '307', + 'contentobject_id' => '168', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ezsubtreesubscription', + 'id' => '1000', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 664 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '304', + 'contentobject_id' => '169', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Nam risus leo', + 'data_type_string' => 'ibexa_string', + 'id' => '1001', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'nam risus leo', + 'version' => '1', + ], + 665 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '305', + 'contentobject_id' => '169', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Nulla facilisi. Nam risus leo, accumsan et, accumsan ut, aliquam sed, dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.', + 'data_type_string' => 'ibexa_text', + 'id' => '1002', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 666 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '306', + 'contentobject_id' => '169', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1003', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 667 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '307', + 'contentobject_id' => '169', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ezsubtreesubscription', + 'id' => '1004', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 668 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '170', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Wiki', + 'data_type_string' => 'ibexa_string', + 'id' => '1005', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'wiki', + 'version' => '1', + ], + 669 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '170', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1007', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 670 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '170', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1008', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 671 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '171', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Sed suscipit', + 'data_type_string' => 'ibexa_string', + 'id' => '1009', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'sed suscipit', + 'version' => '1', + ], + 672 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '171', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1011', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 673 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '171', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1012', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 674 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '172', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Ut interdum', + 'data_type_string' => 'ibexa_string', + 'id' => '1013', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ut interdum', + 'version' => '1', + ], + 675 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '172', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1015', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 676 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '172', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1016', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 677 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '173', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Fusce pulvinar', + 'data_type_string' => 'ibexa_string', + 'id' => '1017', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'fusce pulvinar', + 'version' => '1', + ], + 678 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '173', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1019', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 679 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '173', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1020', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 680 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '174', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Duis id tortor', + 'data_type_string' => 'ibexa_string', + 'id' => '1021', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'duis id tortor', + 'version' => '1', + ], + 681 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '174', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1023', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 682 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '174', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1024', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 683 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '175', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Curabitur lacinia', + 'data_type_string' => 'ibexa_string', + 'id' => '1025', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'curabitur lacinia', + 'version' => '1', + ], + 684 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '175', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1027', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 685 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '175', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1028', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 686 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '286', + 'contentobject_id' => '176', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Pictures', + 'data_type_string' => 'ibexa_string', + 'id' => '1029', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'pictures', + 'version' => '1', + ], + 687 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '289', + 'contentobject_id' => '176', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '1032', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 688 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '177', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Ivo on ibexa tags', + 'data_type_string' => 'ibexa_string', + 'id' => '1033', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ivo on ibexa tags', + 'version' => '1', + ], + 689 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '177', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' UGFuYXNvbmljRE1DLVRaNQ==MTgwLzE=MTgwLzE=Mg==VmVyLjEuMCAgMjAxMTowMToyNyAxMTozNjo1MQ==UGljYXNhMg==NTAyUHJpbnRJTQAwMjUwAAAOAAEAFgAWAAIAAAAAAAMAZAAAAAcAAAAAAAgAAAAAAAkAAAAAAAoAAAAAAAsArAAAAAwAAAAAAA0AAAAAAA4AxAAAAAABBQAAAAEBAQAAABABgAAAAAkRAAAQJwAACw8AABAnAACXBQAAECcAALAIAAAQJwAAARwAABAnAABeAgAAECcAAIsAAAAQJwAAywMAABAnAADlGwAAECcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==MTAvMzAwNDkvMTA=Mg==ODAwMDIyMQ==MjAxMTowMToyNyAxMTozNjo1MQ==MjAxMTowMToyNyAxMTozNjo1MQ==AQIDAA==NC8xMC8xMDA=MzQ0LzEwMA==NQ==MA==MTY=NDcwLzEwUGFuYXNvbmljAAAANgABAAMAAQAAAAIAAAACAAcABAAAAAABAgADAAMAAQAAAAEAAAAHAAMAAQAAAAUAAAAPAAEAAgAAAAAQAAAaAAMAAQAAAAIAAAAcAAMAAQAAAAIAAAAfAAMAAQAAAAEAAAAgAAMAAQAAAAIAAAAhAAcACCAAALwGAAAiAAMAAQAAAAAAAAAjAAMAAQAAAAAAAAAkAAMAAQAAAAAAAAAlAAcAEAAAAMQmAAAmAAcABAAAADAyNzAnAAMAAQAAAAAAAAAoAAMAAQAAAAEAAAApAAQAAQAAANAlAAAqAAMAAQAAAAAAAAArAAQAAQAAAAAAAAAsAAMAAQAAAAAAAAAtAAMAAQAAAAAAAAAuAAMAAQAAAAEAAAAvAAMAAQAAAAEAAAAwAAMAAQAAAAEAAAAxAAMAAQAAAAIAAAAyAAMAAQAAAAAAAAAzAAIAFAAAANQmAAA0AAMAAQAAAAEAAAA1AAMAAQAAAAEAAAA2AAMAAQAAAP//AAA3AAMAAQAAAAEBAAA4AAMAAQAAAAEAAAA6AAMAAQAAAAIAAAA7AAMAAQAAAAEAAAA8AAMAAQAAAP//AAA9AAMAAQAAAAEAAAA+AAMAAQAAAAEAAAA/AAMAAQAAAAAAAABNAAUAAgAAAOgmAABOAAcAKgAAAPgmAABPAAMAAQAAAAAAAABeAAcABAAAAAAAAAAAgAcABAAAADAxMjEBgAMAAQAAAAAAAAACgAMAAQAAAAIAAAADgAMAAQAAAAEAAAAEgAMAAQAAAKQGAAAFgAMAAQAAAB4EAAAGgAMAAQAAAIYHAAAHgAMAAQAAAAEAAAAIgAMAAQAAAAEAAAAJgAMAAQAAAAEAAAAQgAIAFAAAACInAAAAAAAARFYBAkVQAADw/0RCCgbw/0FGtgCgrxCAoq8AAqSvADCmrwAAyq9EALKvAQC0rwAAuq8IALyv7/++rw0A+K8AAPqvAACor1QEqq9sD8ivTUDYr3wDtq8gAbivAADOr9MA0q8hANCvKACsr5UBsK9EAK6vRADUr2UA9K8oAPKvKADirwAA5K8CAOCvXw/mrwAA6K8BAOqvAADsrwAA9q9xNNqvAADWrwAE8K8kAAQGwxkKBmwPyAYBAZqvAACcryAAnq8AAPD/U1RyAKQGAACmBgAAqAYAAKoGAACsBgAA+gcAAK4GAACwBgAAtgYAALgGAAC6BgAA9AcAAPYHAACyBgAAtAYAALAEAACyBAAAYKkAAGKpAABkqQAAaKkAAGapAABqqQAAeKkAAHqpAAB8qQAAfqkAAPD/QUUmASAFXQIiBWIC7gddAiQFcgQQBWgD3gaeAyYFCwDABgAAKAU6ARgFWQI6BQEAxRkAAFAFVwJSBYACygaoAAAFAwA2BQAAQgUAAAgFAAACBQAACgUAAAQFAABABQAABAcAAAwHAAAGBwAACAcAAAoHAADyBgAA9gb///QGAAD4Bv//DgVnAyoFTgAsBQEDMgUBA/oGWQL8BqgAAAcAAjsFAQA+BQEAxhlXAsgZkAIwBQABHAXfAOgG+AoaBWoT7wYBAPAGAAD+BoAALgUAAAEFAABgBQAANAUAAA5noAI4BQAADgczABAHAAASByMAFAcBABYHXgAXBwAAGAcAAEgFAABKBQAARAUAAEYFAAAUBTEBFgUnADwFKgFYBRIDWgXUAPD/V0LqAAAEpAYCBIYHXAQeBAQE/QAGBA0BYASeAxoEGQBeBA4AXwQGABIE1wAUBPsAFgR1ARgERgHMBGcEzgTnCdAE7wbSBDkHCAQDAQoEKgG0BNIAtgQAAUAE9QAwBF4AOAR4ADIEgAA6BIQANATg/zwEBAA2BBAAPgQpAEwE/gBOBAsBwAT9AMIEDQHqBAAAgAUOAIIFfwCDBYUAjAUAAI4FhgCPBYwAUgTXAFQE+wBWBNcAWAT7ANQE1wDWBPsA2ATXANoE+wDwBCQH8gRRBvQEGAH2BDEB+AQhB/oERwb8BBcB/gQzAfD/WUPmAE6qFABQqhQAUqoUAFSqFABEqv//RqrMiEiqdwNKqgAATKoAADiqUAA6qlAAPKpQAD6qUAAuqoiIMKrMiDKqd1U0qiIRNqoAAIIEIACABAkAhAQAAISqcABgqikzYqopM2SqYHxmqmB8aKo6SWqqAQBsqgAAbqoAAIaqAACIqgAAiqoUAIyqFACOqgAAkKoAAJKqHwCUqh8AlqoAAJiqAACgqvAAoqoQAKSq6ACmqgAAqKoKAFiqAQBaqgAAXKoAAF6qIACaqgAAnKoAAMCq0ADCqtAAxKrQAMaq0ADIqggI8P9DTQ4A/AUAMASsAADw/0RTLgAArwABAq+nhQqv5wAEr4UBBq8QAQivCQAMr0gBDq8QARCvhQESr6sA8P9JU8oAiK4AALSuawC2rmIAuK4UC7quFAuArq8Dgq7+A4Su5wOGrucDAK64AwKusAMErqwDBq6mAwiupgMKrqIDDK6mAw6upAMQrqYDEq6oAxSurAMWrq4DGK62AxquugMcrsADHq7IAyCuGAQirg4EJK4QBCauEAQorhYEKq4UBCyuFAQurgwEMK4MBDKuCgQ0rgQENq72Aziu9AM6rvgDPK74Az6uAARArgYCQq4HAkSuAABGrgAAYK4RAmKuEAJkrgAAZq4AAPD/RkSmAGCsAABirAAAgKwAAIKsAACErAAAhqwAAIisAACKrAAAjKwAAI6sAACQrAAAkqwAAJSsAACWrAAAmKwAAJqsAACcrAAAnqwAAECsAABCrAAARKwAAEasAABIrAAASqwAAEysAABOrAAAUKwAAFKsAABUrAAAVqwAAFisAABarAAAXKwAAF6sAABmBQAAbgUAAHAFAAByBQAAbAUAAGQFAADw/0lBOgCgqf//oqn//6Sp//+mqf//qKn//6qp//+sqf//rqn//4CpAACCqQAAhKkAAIipAACGqTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEFFQk0OB3QHnQeZB3YHNQd8AjQBogAdAEEAHwAfACAAIAAgAOcGagfWB6wHkgerB6ECUgGnAB8ARgAiACIAIwAjACMADQiaCIYISgizBwEIlgJZAaUAIQBJACMAIwAlACUAJACjCOcI5gjYCKUIYQh0Ak4BmAAXACMAOAA5ADcANQAzAHYI3gjXCMMImAhgCGMCTAHMAHEALACXAOUA5wDqAOwAvwjTCKwH2waXB10IPgJNAcgAcAB/AOUA8gD3APIA/wDnCAkHKQbIB1wIXAgPAjoBfgBYAKYAmgBSAI8ACgE8AecIVQfMBdMFGAdbCOUBFAEgABwALgAkAAwADgCfAEEB3AjKBnAFkgSHBl4FWQF4ABUAEgAdABUADAAMAFAAbQHGCF8HFwW5A4ABswBKAA4AFAAPACIAIgALABIAFQARAf0CWwKNAV4APABHADMAPAAaAA4AGwAaAAoAEwAPANEArAMGBO4ExAKrA1UFIgHzACkADAAdADIAEgAPABkAdwASCIAIbwg2CA4Inwc4AfsAJgAMAEMAUAAbABMALwDqACkHRQfwB6sH5gdsBzcBAQEgAAwAHwAeAA0AGgCiAHgB1AXQBWQGHgZIBtQFJgHyABEACQAWABcAEAAkAGwAlgHLAOIA/QAIAQgBDwERAeAADAAGAAgACgAHABAANwCiAVBSU1RXGBsDvgJAA7oDxwOWA/EDCgUdBSYD/gzFC+sLNw1IEJ0Z3wNhA9oDDAQaBBAEkgXJBx8H/wM3C4oINwjLDnoLDRyjBDoERgRWBI8ECQX/B5AKdwoQCX8DYwKOAbMFOwcpIDkHuAdSBx0HJwc5CB8N+A9uDoAI8gEXAboAAQIqBH4fhgUuBTQFNwVcBcYG0QyXEjURAgXYAe4ApQAZAgQEwB1VBnAFlBTxLRMsvCLjIaQzvjHyBbICCwNhAq4CAgTUGgAGJQUIFLYcawOoAqYCSQKKDLcLHgPmBmMLlwEbBBgYHAWlBHwPVBRGAggCkAIrAfkA5wAyAXYC3Ag5AmkDQRbBBCAETAbUC7ID6QM8BKQB8QClAvMBtgIGB/wBpAdiFSUE6QN6Dk8NGQIrArECpAGiAukB1wCiBCYQtwPwACIUUgbWBj8JDhKtA00JwQgSCmsRbAzCB8kGNgdfAskAkg3LA4EEywQsBQkEfwOSBc4GoAWzBH4EHQOmAcsA3gAFHbQfTyTEIRIi8BtVDW0eRyGKCBYEhgLNALsAiADJAH8iA2qxdRt5nX2ceMxJzYWnO9AH+APNAYsAaAB5AI4AoyoLyvTIgtBwxlO182UbyjFOWAdiAsQAoQAhAo8AgQCYLd3Npsy10hO1pJ6FrT/I81BTB90B/QEsAisDQAGTAPoWzALMAm0D0AO+A6MDMQSWBREFxQOODHgLqguXDrQOUxhKA4ID7AMcBCQEMgQNBmgIowe4BesJ9QYrB9ANjArLG88DUgRRBG0EiwRTBasIGAuhClUIfQLhASoBKwU9BsceqwaxB3YHHgc6B4sIxw0+EHgOaQfNAQUBrQBOAgsEER6qBDUFpgU3CGoNSRLyGLkdKhZaBOwB3ACqALoCFQSdHN4EYAUFGmAzVCzAH8IfzjPTMlIIMQPbA9oDVQJGBKEZmQQEBZkVrxn7A8oCpAJrAnYOVwuDA7UHmwqBAVEE6BYvBIwEnxHXDxMC1wGCAiYB7gDbAHYBHQKjCA4C5wMmFbYD8APyB0gNAAT7AxcEfwHoAHcCuAGYAsUGBAJ3Bw4UjwPNA9MO4QoUAh4CuAJ9AZsC4wHXAOgGTxEzA/MAixISBsIGmwdnDDgCNQdqBloGrAidCZ0IlAaXBJcB1gDTDcsHEAnJCPUImgVqBeIIUAvOBdwDtgP2AXoBoAD5AHQeJSKeJi8k2CRoG60QlCAFIqAGSwQEAqAAjgCCAM8AXCuViauTNZeQmoSED19Bo145zwVYA3MBcgBYAHAAhQCHN1nMq8np0DK7O6bzaVrJxkFzBSECsADtAMsCjQBzABQ8086EzZTSU65joCOtxsejRLkF2gEzAj0C9QQCAoMAAAAAAAAAgAHgDzwMLAoACAAOBAgIAMAPwA0AAAAAAAAmAAAAAAAAAAAAwB8AAAAAAAAAAAAAAAAAAAAAAAAAAAAABwBGQ0NWBQABAGwPXw8AAAAAAAAAAAAAAAAAAAAAAAAAAFIlCAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBgDcsBoQH6APgB+QDfACQBkwHpAKoDGAT5AkwBfASWATYB/QF7A9QAjAfyAAAAAACiADMBAAAAAIAO3gG6AQUBIgI3Ad8ARQGAAfkA5AM5BBgDagGRBBQCNgEjAo0D5gDNB/cAAAAAAKYARAEAAAAAoA/gAboBHwEkAjgB2gBbAZQBBAHdA1QEMgN5AZ8EHgIuAT8CtAPwAAgI/wAAAAAArQBWAQAAAADAEMsBwAEhAf4BNQHZAGUBhwEFAdEDQwQ1A4EBmAQQAiwBRgKWA/EAAwgAAQAAAAChAFcBAAAAAOARhQGkAQ0B3gENAdgAKQFDAfEAUgMLBAgDYAF5BP4BNQEBAsIC6QCIB9YAAAAAAIQA8AAAAAAAlTjTAOYG5QHGAcABbwLyAbUBAAAMBAwCvA2jA60BBgMfAxkDogEAAOMF6wAAAAAAHAAOAAAAAAA1NyQBRAEKASEBhAI9ATgBBAFZAQYDBwFwAvgAJwIKBscB/QFsAu8C0QW/AQAAAABsAvgCAAAAABU2RgGeATMBUgGWA1ABZAGBAR4C/gNIAfYCHgGFAisHDgI+AgoDlQP7BjUCAAAAAJ8C8wIAAAAA9TRhAbsBNwFnAQ4EVAFmAZoBLAJqBHMBVQM0AacCeAcgAkwCLgO3A3wHjwIAAAAA/QILAwAAAADVM50BOwJbAdgBwwShAbkBMALCAmsFngGdA10BvgLcB0QCZwJIA/4DEQiFAgAAAADjAv0CAAAAALUyaQG3AUoBgAGkA2MBcgFwAf0BSASUAVcDUgFkAkAHAwInAr0CjQNlB00CAAAAAK4CnQIAAAAAlTEuAUgBGAE3AR8CQQEoAeoAOgECA18B1AIiAQ8CCgbAAd8BUQLYAjIGRQIAAAAApQKYAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAV0JDWg8PDw8PDw8MDA4KDg4ODg4PDw8PDw8PAwoOCg4ODg4ODw8PDw8PDwMKDg4ODg4ODg8PDw8PDw8DCgoOCgoKCgoPDw8PDw8PAwoKCgoKCgoKDw8PDw8PDwMKCgoKCgoKCg8PDw8PDw8DCg4KCQ4OCgoPDw8PDw8PDAoODg4ODgoKDw8PDwUPAQEODg4ODg4KCg8PDw8PAQ8ODg4ODg4OCQoPDw8BDw8PCQoODg4ODg4KDwIBDw8PDwEKDgoKDg4OCg8PDw8PDw8DCg4KCg4ODgoPDw8PDw8PAwoODg4ODgoKDw8PDw8PDwMKDg4ODg4KCgUFBQICAgEDCg4ODg4OCgpCTUhMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEY1NTA4MTAxNTAxMTkAMDA5OTk5Ojk5Ojk5IDAwOjAwOjAwAH8AAAAAAQAAfwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5OTk5Ojk5Ojk5IDAwOjAwOjAwAA==MDEwMA==MQ==NjQwNDgwMTAwMzg=Mg==Aw==AQ==MA==MA==MA==MC8xMA==MjgwMA==Mg==MA==MA==MA==ZjMzYWVmMjUxZTZhNWRhYjYwMDdhYzAyOGJjZDU3NjI= ', - 'data_type_string' => 'ibexa_image', - 'id' => '1035', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 690 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '177', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1036', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 691 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '178', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Are you ready for the Community day?', - 'data_type_string' => 'ibexa_string', - 'id' => '1037', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'are you ready for the community day?', - 'version' => '1', - ], - 692 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '178', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1035', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 690 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '177', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1036', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 691 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '178', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Are you ready for the Community day?', + 'data_type_string' => 'ibexa_string', + 'id' => '1037', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'are you ready for the community day?', + 'version' => '1', + ], + 692 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '178', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' UGFuYXNvbmljRE1DLVRaNQ==MTgwLzE=MTgwLzE=Mg==VmVyLjEuMCAgMjAxMTowMToyNyAxMTozODozNg==UGljYXNhMg==NTAyUHJpbnRJTQAwMjUwAAAOAAEAFgAWAAIAAAAAAAMAZAAAAAcAAAAAAAgAAAAAAAkAAAAAAAoAAAAAAAsArAAAAAwAAAAAAA0AAAAAAA4AxAAAAAABBQAAAAEBAQAAABABgAAAAAkRAAAQJwAACw8AABAnAACXBQAAECcAALAIAAAQJwAAARwAABAnAABeAgAAECcAAIsAAAAQJwAAywMAABAnAADlGwAAECcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==MTAvNDAwNDUvMTA=Mg==MTYwMDIyMQ==MjAxMTowMToyNyAxMTozODozNg==MjAxMTowMToyNyAxMTozODozNg==AQIDAA==NC8xMC8xMDA=MzQ0LzEwMA==NQ==MA==MTY=MTEzLzEwUGFuYXNvbmljAAAANgABAAMAAQAAAAIAAAACAAcABAAAAAABAgADAAMAAQAAAAEAAAAHAAMAAQAAAAUAAAAPAAEAAgAAAAAQAAAaAAMAAQAAAAIAAAAcAAMAAQAAAAIAAAAfAAMAAQAAAAEAAAAgAAMAAQAAAAIAAAAhAAcACCAAALwGAAAiAAMAAQAAAAAAAAAjAAMAAQAAAAAAAAAkAAMAAQAAAAAAAAAlAAcAEAAAAMQmAAAmAAcABAAAADAyNzAnAAMAAQAAAAAAAAAoAAMAAQAAAAEAAAApAAQAAQAAAEkHAAAqAAMAAQAAAAAAAAArAAQAAQAAAAAAAAAsAAMAAQAAAAAAAAAtAAMAAQAAAAAAAAAuAAMAAQAAAAEAAAAvAAMAAQAAAAEAAAAwAAMAAQAAAAEAAAAxAAMAAQAAAAIAAAAyAAMAAQAAAAAAAAAzAAIAFAAAANQmAAA0AAMAAQAAAAEAAAA1AAMAAQAAAAEAAAA2AAMAAQAAAP//AAA3AAMAAQAAAAEBAAA4AAMAAQAAAAEAAAA6AAMAAQAAAAIAAAA7AAMAAQAAAAEAAAA8AAMAAQAAAP//AAA9AAMAAQAAAAEAAAA+AAMAAQAAAAEAAAA/AAMAAQAAAAAAAABNAAUAAgAAAOgmAABOAAcAKgAAAPgmAABPAAMAAQAAAAAAAABeAAcABAAAAAAAAAAAgAcABAAAADAxMjEBgAMAAQAAAAAAAAACgAMAAQAAAAEAAAADgAMAAQAAAAEAAAAEgAMAAQAAACoHAAAFgAMAAQAAAB4EAAAGgAMAAQAAAAUIAAAHgAMAAQAAAAEAAAAIgAMAAQAAAAEAAAAJgAMAAQAAAAEAAAAQgAIAFAAAACInAAAAAAAARFYBAkVQAADw/0RCCgbw/0FGtgCgrxCBoq8AAqSvADCmrwAAyq8sALKvAQC0rwAAuq8iALyv6f++rxcA+K8AAPqvAACor2YCqq8MLciv8gPYr0ACtq/AALivAADOr5cA0q8WANCvKACsrx0BsK9HAK6vRwDUrz8A9K8iAPKvKADirwAA5K8BAOCv9SzmrwcA6K8HAOqvAwDsrwAA9q8AANqvAADWrwAE8K8OAAQGvREKBgwtyAYBAZqvAACcrwAAnq8AAPD/U1RyAKQGAACmBgAAqAYAAKoGAACsBgAA+gcAAK4GAACwBgAAtgYAALgGAAC6BgAA9AcAAPYHAACyBgAAtAYAALAEAACyBAAAYKkAAGKpAABkqQAAaKkAAGapAABqqQAAeKkAAHqpAAB8qQAAfqkAAPD/QUUmASAFmQIiBWIC7geZAiQFdgUQBWsE3gaPBCYFegDABgAAKAW2ABgFgAE6BQEAxRkAAFAFLQJSBUkDygY5AAAFAwA2BQAAQgUAAAgFAAACBQAACgUAAAQFAABABQAABAcAAAwHAAAGBwAACAcAAAoHAADyBgAA9gb///QGAAD4Bv//DgV6BCoFaAAsBYABMgWAAfoGgAH8BgAAAAcAATsFAQA+BQEAxhktAsgZpwIwBQABHAXFAOgG7QoaBWoT7wYBAPAGAQD+BgAALgUAAAEFAABgBQAANAUAAA5noAI4BQAADgcAABAHAAASBwEAFAcBABYHAAAXBwAAGAcAAEgFAABKBQAARAUAAEYFAAAUBTEBFgUnADwFKgFYBRIDWgVAAPD/V0LqAAAEKgcCBAUIXAQeBAQEEQEGBPsAYASPBBoEAAFeBHIAXwQKABIE3AAUBPsAFgR1ARgERgHMBGcEzgTnCdAE7wbSBDkHCAQXAQoE9gC0BNIQtgSAAEAE9QAwBF8AOAR3ADIEfwA6BI8ANATs/zwEDgA2BBIAPgQnAEwEEgFOBPYAwAQRAcIE+QDqBAAAgAVoAIIFiQCDBXsAjAUKAI4FhgCPBYwAUgTcAFQE+wBWBNwAWAT7ANQE3ADWBPsA2ATcANoE+wDwBCQH8gRRBvQEGAH2BDEB+AQhB/oERwb8BBcB/gQzAfD/WUPmAE6qBgBQqgYAUqoGAFSqBgBEqoiIRqrdqkiqiGZKqhEATKoAADiqMAA6qjAAPKowAD6qMAAuqoiIMKrMiDKqd2Y0qiIRNqoAAIIEAACABAkAhAQAAISqcABgqkVFYqpFRWSqWHJmqlhyaKpDQ2qqAgBsqgAAbqoAAIaqAACIqgAAiqoIAIyqCACOqgAAkKoAAJKqHwCUqh8AlqoAAJiqAACgqvAAoqoQAKSq6ACmqgAAqKoKAFiqAQBaqgkAXKoJAF6qIACaqgAAnKoAAMCq///Cqv//xKr//8aq///Iqv//8P9DTQ4A/AUAMASsAADw/0RTLgAAr4AAAq/xhwqvVAAEr1YBBq83AAivAAAMr3UADq8AABCvVgESrzcA8P9JU8oAiK4AALSurgC2rpoAuK6jALquTAGArkwDgq76A4Su5wOGrucDAK4mAwKuLAMEri4DBq4uAwiuNAMKrjgDDK5AAw6uSgMQrkwDEq5SAxSuVAMWrloDGK5iAxquaAMcrmoDHq5sAyCu8AMirvgDJK74Ayau8AMorugDKq7kAyyu3AMurt4DMK7YAzKu4AM0ruYDNq7iAziu5AM6ruwDPK7uAz6u7gNArukBQq7qAUSuAABGrgAAYK7wAWKu7gFkrgAAZq4AAPD/RkSmAGCsAABirAAAgKwAAIKsAACErAAAhqwAAIisAACKrAAAjKwAAI6sAACQrAAAkqwAAJSsAACWrAAAmKwAAJqsAACcrAAAnqwAAECsAABCrAAARKwAAEasAABIrAAASqwAAEysAABOrAAAUKwAAFKsAABUrAAAVqwAAFisAABarAAAXKwAAF6sAABmBQAAbgUAAHAFAAByBQAAbAUAAGQFAADw/0lBOgCgqf//oqn//6Sp//+mqf//qKn//6qp//+sqf//rqn//4CpAACCqQAAhKkAAIipAACGqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEFFQk38AuICzAK4AqoCngKdApoCkQKMAoYCfwJ+AoECfgJkAoQCRgKHAnUCOQK0AoECTQJCAg0CygHEAb8BzQEcAjcCTwJ+AfgB8AGDAscCpwKXApICUAJEAsMBmwGyAdABGwL7Aq8C5ALeAt0C3wLjAugC3QLTAsgCuAKsAqUClAJ3AgoDAQP1AvIC8gL0AvwC+ALrAt0C0AK9ArACogKNAnECDgMJAwEDBAMIAwoDDQMJA/gC6ALZAsICtQKeAosCcwITAxAD/wLwAiIDJQMrAyIDAQPuAuEClwK8AqgCkwJ7AhMDEgNqAiUC9AGwAdgBCwKxAagBMQKfAXEBKwKYAoYCCgMPA/4CzgKfAtMC7QKWArwCagKuAoQCQQJzApgCgwL9AgQDCgMWA4ICTQJrAq8CJQIQAggCLgK7AqgClQJ7AuMC7wLzAgMDCQMIAwsDBQP6Au8C4gLMArMCmQKHAmMC0QLVAt0C5wLrAugC6ALkAt4C2ALNAroCqQKRAnYCXgLMAssCzALPAtACywLHAscCxgLCArkCrAKiAo4CcwJSAoICdQJyAnICcgJwAmsCbgJxAnECawJsAmcCYAJJAiwCdgEgARcBGQFQAVMBNwErAUoBEQE8AUMB/gD5APEAEQFYAkICPAI5AjcCMQIzAjQCLwInAhsCFAIOAg0C/QHjAVBSU1QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGQ0NWBgABAAwt9SwTLTwtAAAAAAAAAAAAAAAAAAAAAEk0uCUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQDJKqQBfQFvAcwA0wAAAAAAAAAAAAAAOAPzAmEDjQBYAQAAAAAAAAAAAACGAwAAAACGA4YDAAAAAIkr3gGrAbsBywDnAAAAAAAAAAAAAACGAz4DvgObAIEBAAAAAAAAAAAAAMsDAAAAAMsDywMAAAAASSwzAvIBHALXAA8BAAAAAAAAAAAAAM8DfgMYBKgAogEAAAAAAAAAAAAADgQAAAAADgQOBAAAAAAJLWYCKwJ0AuEAPAEAAAAAAAAAAAAA7AOnA1sEsAC4AQAAAAAAAAAAAAAsBAAAAAAsBCwEAAAAAMktPQIPAm4C4gBGAQAAAAAAAAAAAADZA48DTAS6AMoBAAAAAAAAAAAAAA4EAAAAAA4EDgQAAAAAiS7wAcgBJgLdADYBAAAAAAAAAAAAAI8DUwMgBLEAvgEAAAAAAAAAAAAA1QMAAAAA1QPVAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAV0JDWgYGBgYGBgYGBgYGBgYGAwMGBgMGBgYGAwMDBgYGAwMDBgMDAwYGBgYGBgYGBgYDAwYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGAwYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgMGAwYGBgYGBgYGBgYDBgYGAwMGBgYGBgYGBgMGBgMDAwMDBgYGBgYGBgYGBgYGAwMDBgYGBgYGBgYGBgYDAwMDAwYGBgYGBgYGBgYGAwMDAwMGBgYGBgYGBgMGBgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDBAQEBAQEBAQEBAQEBANCTUhMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEY1NTA4MTAxNTAxMTkAMDA5OTk5Ojk5Ojk5IDAwOjAwOjAwAH8AAAAAAQAAfwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5OTk5Ojk5Ojk5IDAwOjAwOjAwAA==MDEwMA==MQ==NjQwNDgwMTAwMzg=Mg==Aw==AQ==MA==MA==MA==MC8xMA==Njc=MA==MQ==MA==MA==MA==MzZlNTczMTBhYjA5ZTQ1ZGIzYWRiOTA2ZWY1YTAzZWU= ', - 'data_type_string' => 'ibexa_image', - 'id' => '1039', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 693 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '178', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1040', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 694 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '179', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Let\'s work together!', - 'data_type_string' => 'ibexa_string', - 'id' => '1041', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'let\'s work together!', - 'version' => '1', - ], - 695 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '179', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1039', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 693 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '178', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1040', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 694 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '179', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Let\'s work together!', + 'data_type_string' => 'ibexa_string', + 'id' => '1041', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'let\'s work together!', + 'version' => '1', + ], + 695 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '179', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' UGFuYXNvbmljRE1DLVRaNQ==MTgwLzE=MTgwLzE=Mg==VmVyLjEuMCAgMjAxMTowMToyNyAxNjo0NTowOA==UGljYXNhMg==NTAyUHJpbnRJTQAwMjUwAAAOAAEAFgAWAAIAAAAAAAMAZAAAAAcAAAAAAAgAAAAAAAkAAAAAAAoAAAAAAAsArAAAAAwAAAAAAA0AAAAAAA4AxAAAAAABBQAAAAEBAQAAABABgAAAAAkRAAAQJwAACw8AABAnAACXBQAAECcAALAIAAAQJwAAARwAABAnAABeAgAAECcAAIsAAAAQJwAAywMAABAnAADlGwAAECcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==MTAvMTUwMzMvMTA=Mg==ODAwMDIyMQ==MjAxMTowMToyNyAxNjo0NTowOA==MjAxMTowMToyNyAxNjo0NTowOA==AQIDAA==NC8xMC8xMDA=MzQ0LzEwMA==NQ==MA==MTY=NDcvMTA=UGFuYXNvbmljAAAANgABAAMAAQAAAAIAAAACAAcABAAAAAABAgADAAMAAQAAAAEAAAAHAAMAAQAAAAUAAAAPAAEAAgAAACAAAAAaAAMAAQAAAAQAAAAcAAMAAQAAAAIAAAAfAAMAAQAAABUAAAAgAAMAAQAAAAIAAAAhAAcACCAAALwGAAAiAAMAAQAAAAAAAAAjAAMAAQAAAAAAAAAkAAMAAQAAAAAAAAAlAAcAEAAAAMQmAAAmAAcABAAAADAyNzAnAAMAAQAAAAAAAAAoAAMAAQAAAAEAAAApAAQAAQAAAIUQAAAqAAMAAQAAAAAAAAArAAQAAQAAAAAAAAAsAAMAAQAAAAIAAAAtAAMAAQAAAAAAAAAuAAMAAQAAAAEAAAAvAAMAAQAAAAEAAAAwAAMAAQAAAAEAAAAxAAMAAQAAAAEAAAAyAAMAAQAAAAEAAAAzAAIAFAAAANQmAAA0AAMAAQAAAAEAAAA1AAMAAQAAAAEAAAA2AAMAAQAAAP//AAA3AAMAAQAAAAEBAAA4AAMAAQAAAAEAAAA6AAMAAQAAAAIAAAA7AAMAAQAAAAEAAAA8AAMAAQAAAP//AAA9AAMAAQAAAAUAAAA+AAMAAQAAAAEAAAA/AAMAAQAAAAAAAABNAAUAAgAAAOgmAABOAAcAKgAAAPgmAABPAAMAAQAAAAAAAABeAAcABAAAAAAAAAAAgAcABAAAADAxMjEBgAMAAQAAABUAAAACgAMAAQAAAAIAAAADgAMAAQAAAAIAAAAEgAMAAQAAABQFAAAFgAMAAQAAAB4EAAAGgAMAAQAAAIsIAAAHgAMAAQAAAAEAAAAIgAMAAQAAAAEAAAAJgAMAAQAAAAEAAAAQgAIAFAAAACInAAAAAAAARFYBAkVQAADw/0RCCgbw/0FGtgCgrxCIoq8CgqSvEDCmrwAAyq9QALKvAwC0rwEAuq8IALyv7/++rwAA+K8AAPqvMACor+ADqq/IDMivQJzYr5T+tq8gAbivAADOr0sB0q8oANCvKACsr4QCsK9TAK6vUwDUrycA9K8pAPKvKQDirwAA5K8BAOCvmAzmrwEA6K8AAOqvAADsrwAA9q8WU9qvAADWrwAA8K8AAAQGtgoKBsgMyAYBAZqvAACcrwAAnq8AAPD/U1RyAKQGAACmBgAAqAYAAKoGAACsBgAA+gcAAK4GAACwBgAAtgYAALgGAAC6BgAA9AcAAPYHAACyBgAAtAYAALAEAACyBAAAYKkAAGKpAABkqQAAaKkAAGapAABqqQAAeKkAAHqpAAB8qQAAfqkAAPD/QUUmASAFFQIiBWIC7gcdBSQFsAIQBaUB3ga0ASYFBgDABgAAKAWyARgFWQI6BQEAxRkCAFAFxQFSBasBygYTAgAFAwA2BQAAQgUAAAgFAAACBQAACgUAAAQFAABABQAABAfT/gwHsP8GBwAACAcZAAoHAADyBgAA9gb///QGAAD4Bk0ADgUxAioFFQAsBQEDMgUBA/oGWQL8BqgAAAcAAjsFAQA+BQIAxhnFAcgZ7QEwBYABHAUbAugGvwoaBWoT7wYCAPAGAQD+BgAALgUAAAEFAABgBQAANAUAAA5noAI4BQAADgckABAHEQASBzgAFAdCDRYHQgAXBzYAGAcjAEgFAABKBQAARAUAAEYFAAAUBTEBFgUnADwFKAFYBTIBWgXUAPD/V0LqAAAEFAUCBIsIXAQeBAQEwQAGBOgAYAS0ARoEBABeBAAAXwQGABIE//8UBP//FgT//xgE///MBGcEzgTnCdAE7wbSBDkHCASEAAoECgG0BAAAtgQBAUAE9QAwBEoAOARZADIEZAA6BHsANAT7/zwEGwA2BBMAPgQlAEwEDAFOBBgBwATBAMIE6ADqBAAAgAUAAIIFhgCDBYwAjAUAAI4FhgCPBYwAUgS4AFQE3gBWBLgAWATeANQEygDWBPEA2AS4ANoE3gDwBCQH8gRRBvQEGAH2BDEB+AQhB/oERwb8BBcB/gQzAfD/WUPmAE6qFABQqhQAUqoUAFSqFABEqv//RqrMiEiqdwNKqgAATKoAADiqUAA6qlAAPKpQAD6qUAAuqoiIMKrMiDKqd1U0qiIRNqoAAIIEKgCABAQAhAQAAISqcABgqjI+YqoyPmSqOktmqjpLaKoxPmqqAQBsqgAAbqoAAIaqAACIqgAAiqoMAIyqDACOqgAAkKoAAJKqHwCUqh8AlqoAAJiqAACgqvAAoqoQAKSq6ACmqgAAqKoKAFiqAQBaqgAAXKoAAF6qIACaqgAAnKoAAMCq0ADCqtAAxKrQAMaq0ADIqggI8P9DTQ4A/AUAMASsAADw/0RTLgAArwAAAq8AAAqvAAAErwAABq8AAAivAAAMrwAADq8AABCvAAASrwAA8P9JU8oAiK4AALSuMQC2rjcAuK7SArquBwKArncDgq7sBoSu5wOGrucDAK50AwKuXAMErlIDBq5IAwiuRAMKrkIDDK5IAw6uTAMQrlIDEq5SAxSuUgMWrk4DGK4AABquAAAcrgAAHq4AACCu9gMiruYDJK7YAyauyAMorsoDKq7YAyyu7AMurvYDMK72AzKu0gM0rrQDNq6kAziuAAA6rgAAPK4AAD6uAABArvABQq7oAUSu6AFGrgAAYK7wAWKu8QFkrvABZq4AAPD/RkSmAGCsAABirAAAgKwAAIKsAACErAAAhqwAAIisAACKrAAAjKwAAI6sAACQrAAAkqwAAJSsAACWrAAAmKwAAJqsAACcrAAAnqwAAECsAABCrAAARKwAAEasAABIrAAASqwAAEysAABOrAAAUKwAAFKsAABUrAAAVqwAAFisAABarAAAXKwAAF6sAABmBQAAbgUAAHAFAAByBQAAbAViAGQFAATw/0lBOgCgqfECoqnwD6Sp//+mqf//qKkRQqqpQA+sqf//rqn//4CpPwKCqQAAhKkAAIipjwCGqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEFFQk3YA+ACEQSTA7MA8AB6AY4B0wLiCxwM6gqSAusA6AACASUFtAIbAvsAvwBgAMQAGgHVAsYOZg+lDjkDcgQuAiMBFgXJAyID+wDmAFoAywAsARkD5g5kD4cOmQSaCdYDMgHuBSYElAP+Av4A2gB6AT0BGgMHD2EPsg7IBdQLHwObAc4GCwQDAS8BCAEAATAC8QFlAkQH3wVnCtgG0Q0ABIADmQY6BW4BYgFqAbMBcQLnA30CRAE7ArMBDQUnChoCkgPTAdYBAAK7AS0BHgJ1BCEEQwNGAloBWQLhAKAHGQMUAeoB8ADJAWgAegDXAIkCXQJlAxIDugCxAWgAIwTtBVAA3gBOADYBQgCZAFkAqQF1AOoBVQE/AfkAKAAvACoAUwA3ABsASQBQAOQAtgXAAFEA8gAbA/wBeQAoAH8AFgA1ACIAHAA4AC0ADwFPAZAATABoAMwAUAFrAFkAbwAcAB4AFgAYAC0AKwASAa8AOAA0ACsAWAApABcAGAAnAB4AHAAUAB0AIwAYAOQACAExACIAHABiACkAEAAdABoAFwAaADAAMAA7ABcAYwCYANsAJAAcAH8AMQAsADIAIAAPABMAwgAsAEIAGQAlACgALQAnAC8AswA4AC8AIQAiABEADwA0AGQAPgAlACEALwAeACEAIwBXAB8AKAAjABQAEAAMAFBSU1QbFMMMYRLwDysCnwS3BocHkhE8SB5PXkVoCd8E+wQuBbUZXQyGC8QFVwLEASgE3AUSEorpK+DMmvgMgBSzB8kFiBrmEQwQbgYpArQBNgRVBqITpfEH2BSF5BaMMZENCwZKHsMSDRUKDyUCCQVRB9gGfxUK9371Wb4HH4k+YAiDB+IieBBRBfMHdQJKBh0KbAtmDdVf3kgDeLoo7FEmED0QOh6EFrYIhQjQBUQJXA7rExIKswY0CxkH3Cc9RhwMLRMbB5sHqgl7CGwFVAu0Fv4Ulg5wC0IHvwygBkcoYQvAFC0I8QOKCJ0BgQKWBDQNjwoXEtEN6QPcCOAB2yNaJ6ELJwNEAkkETgG2AuwBKQg6AqUJTgYEBY0ErwDZAP0ARgLRAOQANAFNAWgEUC15A3oBgwcZE5IJsAH/ANsBcwAWAY4AAwH1ANkAEgVIBa4CZwHtAekDqwaTAScCxAF3AJoAbQAZAdEAKwHcBNYC5QDlAMoAogGPAF4AggCtAIYAhwBYABQBlgCbAG0E4gSXAJgAhAAGArMAWwCbAHYAeAB8AIEADwH9AGcAeAFgAo4BsQC9ABEDBAHQAP8AdwBcAG4AwwH6ADIBaQDkAMUAvAC7APoArQP6AOwAtACLAFYAXADxAAsCHgGrAJgA1wCDAKYAlQC9AcIAzACjAFsAVQBVAEMUfAubEIgOAgJmBEkGSgfUEvVK8E41QrMH5wQUBUMFdxlxCyoLigU9Ar8BRQRHBqkUqfHw3zCYdQvxE8UGugWnGgQRBQ9PBgYCtwFFBIMGiBpg9d3Wd4O7FukywgnzBSce3RCfFL4N+wGaBUAHBAdcIEL3KvXIsrsgPD3fBkcH2iL9DlcFNQjYAbYG0QkwDO8P/F53SXZwCix4TskPfg8YHPYUIwlqCR0FlwkaDwEUYQmqBkgLeQaRKzlDdwwNE2wGugbRCacI/wSpC5cWexUGDnILYgcJDfgH1SZeCXkblQfJA7IIugGWAh8F2AxVCrASHA3WAywJ5gFkKfojnhWZAqsCbgNlAZECdwKlB3wCNwlMBn0EjwS4AOsALgEsBM8AAQExAVIBWgQpLYwDzwFvC4UPsgmJATcBrwF5ACIBhQBQAe8A4QAfBaMEtwJyARMCFATHBmgBSwKxAXIAoABhAEcCzAAvAaoEqwLqAOkAxgC1AawAjgCQALoAjACEAFYA3gGWAKgAOgTlBI0AmACGAP4BfgBeAJsAfAB+AH4AawASAfYAYgBXAYQC4gGrAN0AxwLQAMcAAwFkAFMAaABOAfsAJQFfAM0AwQC5ALUACQFVA80A2wC0AIMAWQBcAOwAFgIWAaAAlQDMAHQAmwCOAJkBugC+AKAAWABTAHkAAAAAAAAARALUAgQLjAJIAgACwAAAAAAAAAAAAAAAAAAWAAAAAAAAAAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAABgBGQ0NWBQABAMgMmAwAAAAAAAAAAAAAAAAAAAAAAAAAAD8ZdwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQB3C+sChAffAaoBSgEHAakBjwIAAMcEsQQyDMsC6wKrAbcAdQIkBQAAoQdDAQAAAAACAAEAAAAAAJcM4APFCYUCDAJqAUwBAwIgAwAAagY5BVoNMANJA84B4QD0AqAFAABhCHcBAAAAAAIAAgAAAAAAtw23A9gJwQJOApoBbAE7AsMDAABzBjoFZQ1GA1gD3gECAQADBgYAAGoIfgEAAAAAAgAAAAAAAADXDjAD9AikAoQCegEhATECFwQAAKwFFQXfDEwDeQPZAecAEQNRBgAADAiBAQAAAAADAAIAAAAAAPcPXwJiBuIByAEqAfcApwH7AgAA/gNKBCMLzQIlA4MB0wCPApMFAAC1BmIBAAAAAAMAAgAAAAAAoxBCAkkG+wH/AbABggGIAVQBAAAGBNsBgAeqAc0BGQFjASgBxwAAAGkEwgAAAAAACAAFAAAAAACDD0YCqwYGAnECsgGpAZMBTwEAAC0EKwKbCdQBQAI/AaMBWAHYAAAAnwXhAAAAAAAJAAQAAAAAAGMORAJxCCkCKwPLAb0BngFJAQAABgWDApILFwKbAl0ByQF8AdwAAAC4BvQAAAAAAAoABQAAAAAAQw2bAmEKdgIGA+IBpwG9AVwBAADyBd0CnwxKApoCcQHFAZEB5gAAAHUH6QAAAAAACQAFAAAAAAAjDIkCyQlTAmICswGIAZIBWwEAACAG2gJODC0CQQJLAZgBcwHVAAAAbwfgAAAAAAAIAAIAAAAAAAMLSQI9B/sBAwKkAXkBjgFWAQAAugSIAk4K8gHHATABVwE7AcMAAABvBtEAAAAAAAkABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAV0JDWgQKCgoKCgoKCg4ODgoKCgoKCgEJCg4OCg4ODg4KCgoKCgoCCgoOCgoODg4OCgoKCgoKDgoKCgoKDg4ODgoKCgoKCgoKCgoACg4ODg4KCgAKCgoKCgoKCgoKCgoKBAoKCgoKCgoKCgoOCgoKCgoKCgoKDgoKCg4KDgoKCgoKCgoKDg4OCg4KCgoKCgoKDg4OCg4OCgoOCgoOCgoKDgoODgoOCgoOCgoKDgkKCg4KDg4ODgoODgoKDg4ODg4ODg4ODgoKDg4KCg4ODgoODg4ODg4KCg4ODgoKDg4KDg4KDg4OCg4ODg4ODg4OCg4ODg4ODg4KDg4ODg4ODg4ODg4ODg5CTUhMAAAAAAAAAAAAERoWAAAAAAAAAAAAAAAAAFdhTwAAAAAAAAAAAAAAAABZYEwAAAUAAAAEAAAAAAAAW2JTAAEGAAAAAAAAAAAAACIYMAo6AQABAAAAAAAAAQAAAAARKAAAAAAAAAAAAAAAAAAAAAYGAgAAAAAAAAAAAQAAAAAKGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEY1NTA4MTAxNTAxMTkAMDA5OTk5Ojk5Ojk5IDAwOjAwOjAwAFcAAAAAAQAAXwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5OTk5Ojk5Ojk5IDAwOjAwOjAwAA==MDEwMA==MQ==NjQwMzYwMTAwMzg=Mg==Aw==AQ==MA==MA==MA==MC8xMA==Mjg=MA==Mg==MA==MQ==MQ==Yjc5N2I4MDg4NTA1NDM4OGY2NTYwYzI1ZWY3MTkwM2E= ', - 'data_type_string' => 'ibexa_image', - 'id' => '1043', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 696 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '179', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1044', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 697 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '180', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'The Mediterranean seen from Nice!', - 'data_type_string' => 'ibexa_string', - 'id' => '1045', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'the mediterranean seen from nice!', - 'version' => '1', - ], - 698 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '180', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1043', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 696 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '179', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1044', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 697 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '180', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'The Mediterranean seen from Nice!', + 'data_type_string' => 'ibexa_string', + 'id' => '1045', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'the mediterranean seen from nice!', + 'version' => '1', + ], + 698 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '180', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' UGFuYXNvbmljRE1DLVRaNQ==MTgwLzE=MTgwLzE=Mg==VmVyLjEuMCAgMjAxMTowMToyNyAxMTozOTo1Mg==UGljYXNhMg==NTAyUHJpbnRJTQAwMjUwAAAOAAEAFgAWAAIAAAAAAAMAZAAAAAcAAAAAAAgAAAAAAAkAAAAAAAoAAAAAAAsArAAAAAwAAAAAAA0AAAAAAA4AxAAAAAABBQAAAAEBAQAAABABgAAAAAkRAAAQJwAACw8AABAnAACXBQAAECcAALAIAAAQJwAAARwAABAnAABeAgAAECcAAIsAAAAQJwAAywMAABAnAADlGwAAECcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==MTAvNjQwMA==OTAvMTA=OA==MTYwMDIyMQ==MjAxMTowMToyNyAxMTozOTo1Mg==MjAxMTowMToyNyAxMTozOTo1Mg==AQIDAA==NC8xMC8xMDA=MzQ0LzEwMA==NQ==MA==MjQ=NjcvMTA=UGFuYXNvbmljAAAANgABAAMAAQAAAAIAAAACAAcABAAAAAABAgADAAMAAQAAAAEAAAAHAAMAAQAAAAUAAAAPAAEAAgAAACAAAAAaAAMAAQAAAAQAAAAcAAMAAQAAAAIAAAAfAAMAAQAAAAMAAAAgAAMAAQAAAAIAAAAhAAcACCAAALwGAAAiAAMAAQAAAAAAAAAjAAMAAQAAAAAAAAAkAAMAAQAAAAAAAAAlAAcAEAAAAMQmAAAmAAcABAAAADAyNzAnAAMAAQAAAAAAAAAoAAMAAQAAAAEAAAApAAQAAQAAAOskAAAqAAMAAQAAAAAAAAArAAQAAQAAAAAAAAAsAAMAAQAAAAAAAAAtAAMAAQAAAAAAAAAuAAMAAQAAAAEAAAAvAAMAAQAAAAEAAAAwAAMAAQAAAAEAAAAxAAMAAQAAAAIAAAAyAAMAAQAAAAEAAAAzAAIAFAAAANQmAAA0AAMAAQAAAAEAAAA1AAMAAQAAAAEAAAA2AAMAAQAAAP//AAA3AAMAAQAAAAEBAAA4AAMAAQAAAAEAAAA6AAMAAQAAAAIAAAA7AAMAAQAAAAEAAAA8AAMAAQAAAP//AAA9AAMAAQAAAAUAAAA+AAMAAQAAAAEAAAA/AAMAAQAAAAAAAABNAAUAAgAAAOgmAABOAAcAKgAAAPgmAABPAAMAAQAAAAAAAABeAAcABAAAAAAAAAAAgAcABAAAADAxMjEBgAMAAQAAAAMAAAACgAMAAQAAAAEAAAADgAMAAQAAAAEAAAAEgAMAAQAAABYHAAAFgAMAAQAAAB4EAAAGgAMAAQAAACoHAAAHgAMAAQAAAAEAAAAIgAMAAQAAAAEAAAAJgAMAAQAAAAEAAAAQgAIAFAAAACInAAAAAAAARFYBAkVQAADw/0RCCgbw/0FGtgCgrxCAoq8AAqSvADCmrwAAyq9UALKvAQC0rwAAuq+OALyv7/++rwAA+K8AAPqvFwCor7wBqq9ZGsivQJzYr63/tq8gAbivAADOr4cA0q8UANCvKACsr/8AsK8oAK6vKADUr0oA9K8mAPKvKADirwAA5K8BAOCvQhrmr98B6K//AeqvGQDsrwAA9q8AANqvAADWrwAE8K8GAAQGbg4KBlkayAYCApqvAACcrwAAnq8AAPD/U1RyAKQGAACmBgAAqAYAAKoGAACsBgAA+gcAAK4GAACwBgAAtgYAALgGAAC6BgAA9AcAAPYHAACyBgAAtAYAALAEAACyBAAAYKkAAGKpAABkqQAAaKkAAGapAABqqQAAeKkAAHqpAAB8qQAAfqkAAPD/QUUmASAFZgIiBWIC7gdmAiQF9ggQBesH3gYJCCYFsQDABp0BKAW2ABgFCgE6BQIAxRkAAFAFPANSBboFygYCAAAFAwA2BQAAQgUAAAgFAAACBcr/CgUAAAQFAABABQAABAfK/wwHAAAGBwAACAcAAAoHAADyBgAA9gb///QGAAD4Bv//DgXsByoFHgAsBQoBMgUKAfoGCgH8BgAAAAcAATsFAgA+BQAAxhk8A8gZsAQwBQAAHAUMAOgGvQoaBaoT7wYBAPAGAQD+BgAALgUAAAEFAABgBQAANAUAAA5noAI4BQAADgcJABAHAAASBz0AFAcBABYHEAAXBwAAGAcAAEgFAABKBQAARAUAAEYFAAAUBTEBFgUnADwFLQFYBRIYWgVCAPD/V0LqAAAEFgcCBCoHXAQeBAQEDgEGBBoBYAQJCBoE0gBeBP8AXwQKABIE+QAUBAoBFgQOARgEGgHMBGcEzgTnCdAE7wbSBDkHCAQhAQoEFwG0BAQitgQAAUAE9QAwBFIAOARpADIEcAA6BHMANATg/zwEBAA2BBAAPgQpAEwEGAFOBBYBwAQTAcIEHQHqBAAAgAUFAYIFjACDBYsAjAUJAI4FhwCPBY0AUgT6AFQEFQFWBPoAWAQVAdQE+gDWBBUB2AT6ANoEFQHwBCQH8gRRBvQEGAH2BDEB+AQhB/oERwb8BBcB/gQzAfD/WUPmAE6qBgBQqgYAUqoGAFSqBgBEqoiIRqrdqkiqiGZKqhEATKoAADiqMAA6qjAAPKowAD6qMAAuqoiIMKrMiDKqd2Y0qiIRNqoAAIIEAACABAkAhAQAAISqcABgqpubYqqbm2SqY39mqmN/aKpoaGqqAgBsqgAAbqoAAIaqAACIqgAAiqoIAIyqCACOqgAAkKoAAJKqHwCUqh8AlqoAAJiqAACgqvAAoqoQAKSq6ACmqgAAqKoKAFiqAQBaqgkAXKoJAF6qIACaqgAAnKoAAMCq///Cqv//xKr//8aq///Iqv//8P9DTQ4A/AUAMASsAADw/0RTLgAArwAAAq8AAAqvAAAErwAABq8AAAivAAAMrwAADq8AABCvAAASrwAA8P9JU8oAiK4AALSuQQG2rlcBuK5uA7qutQmArmcEgq7mA4Su5wOGrucDAK5uBAKucgQErnYEBq58BAiuggQKroQEDK6GBA6uggQQrooEEq6EBBSuiAQWroIEGK6IBBquhAQcroYEHq6ABCCu8AMiruwDJK7oAyau5gMort4DKq7gAyyu2AMurtgDMK7cAzKu3AM0ruADNq7kAziu4gM6rt4DPK7iAz6u3gNArvEBQq4AAESuAABGrgAAYK7wAWKuAABkrgAAZq4AAPD/RkSmAGCsAABirAAAgKwAAIKsAACErAAAhqwAAIisAACKrAAAjKwAAI6sAACQrAAAkqwAAJSsAACWrAAAmKwAAJqsAACcrAAAnqwAAECsAABCrAAARKwAAEasAABIrAAASqwAAEysAABOrAAAUKwAAFKsAABUrAAAVqwAAFisAABarAAAXKwAAF6sAABmBQAAbgUAAHAFAAByBQAAbAViAGQFAAjw/0lBOgCgqfIioqnwD6Sp8iKmqfAPqKkCIqqpAA+sqf//rqn//4CpFACCqQAAhKkAAIipGwCGqQcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEFFQk0cAo8DwwTuBcYF/QIPAnwCvQLcBEEEUwPwAgcC5gHzAbsBTALIBH0DbQP0A+oCIAPLAhwE7gPSAuIC7wLnAeIBqQP6A/kCpAIxA5QDFQRgBG4EpgN/A0gDYwS2A8ICKgKMAxEFKQZKBnUD3AMIBMsBdgUQBowF0wTFBF8CCAOjA6AEVwXpBcIFcQVvBMUCZQIxANUAsgMuBKoEJgNzA4wDMQRqBScGsgbBBaEF/gQOApQAFgNKAqAD4ALEAwgEjgPLAwQFQAUyBf4E1QMyBH4BUgAQAt4DsAM+A8IDjwPDAj8ERgNVA1gDjAPRA8EDygIvAHYAFwFXApsCpgJeAlACxgPyAykEvwNkA4oDUwOHASkAigE5AicByAGQAooCbwLwAnMDsAOHAx4DtgIsATMAJAAhAeICKwIxApICxQJ6AkgB+wAQAbgBxAF/AFwAHwGhAEsBrAEaAVABPQHvALoA8gAtAUMBSQE4ANkANQEXAXIACQH4AHkBAwEeAcoA6gC1AAkBLAEtAVYBHQEZAeQAYAC3AAwBCAEcAesA1ADEAIwA5gDbAPcAKgEDAeAAzQBHAKUA5gDcAAMBxQCtALsAeQDCAKgAoQD5AOEAjADyAJwAEwF/ALwAAQG5AKIAogDaAMQB4AGuAIUAdgBdAKcAZACdAGwAkgB2AHwAigB5AFBSU1QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGQ0NWCAABAFkaQhomGigaBRoNGpoZChrdGSYaAAAAAB4nmBUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBzFu0AogDXABsBEgGWALAAAgHtACMCmQLgALkBswN3AvIAiQGHAkYC6wXhAgAAAABmBZkCAAAAAJMXJwGqAOcAjwFlAZ8AygBYAUYBwgL6AgUBDAJSBNYCEwHFAe4CmQLhBiUDAAAAAOQF0AIAAAAAsxhyAbcAJAFpAvwBtAAHAdEBvQHlA1EDIwFsAuIEJAMsARACPQPtArkHTwMAAAAANAb4AgAAAADTGbwB2QB7AeMCVAK8ADYBLAIMAq4EewM8Aa4CKgVPAy8BQwJeAxMDHwhiAwAAAABjBhIDAAAAAPMaowHHAE4BhgIWArUAFAHOAeIBKARdAyEBjAL5BCoDKQEjAiwD/ALGB08DAAAAAD8G8AIAAAAAExxHAagAAwGgAX8BngDVAE0BZAH9AgYD+QAhAmcE2wIDAdcB1wK6Av8GGAMAAAAA4gXHAgAAAAAzHfQAngDZABEBAgGOAL8ABAEJAR8CmgLQAMgBsgNuAtkAkQFvAlMC9AXLAgAAAABRBYgCAAAAAFMezAChAMYA4wDiAI0AsgDhAN0AwQE1ArYAiQEWAwYCvABRAfwB8wH7BH4CAAAAAMYEPQIAAAAAzyuwAKwAsgDHAKwAwwDLAJYAqgB6AZQAlwB/AKsAVAC5AJwAXQBcADcBfAAAAAAAoAAdAAAAAACvKq8AqACsAMUArQDBAMUAmACqAHQBkgCUAH4AtwBTAMEAnQBcAF4ARQF1AAAAAACoAB4AAAAAAI8prgCsALMAxwCgAMQAxwCZAKgAegGcAJYAhwDFAFQA0ACkAFwAYgBbAYIAAAAAALcAHQAAAAAAbyivAKoAsADJAKMAxQDFAJ0AqgB5AaYAnwCMAM0AUwDdAKgAWgBgAG8BkgAAAAAAxwAcAAAAAABPJ6wArACuAMkApgDEAMMAnwCoAHcBrgCvAJIA3ABTAPIArgBdAGAAggGQAAAAAADVABwAAAAAAC8mqwCvAK0AwwCsAMgAxQChAKcAfAGoAK0AlADqAFUACAGuAFwAXwCHAX0AAAAAAOsAHwAAAAAADyWrAKwAsADDAKMAwgDDAJ0AqQBzAbEAuwCbAPoAUAATAboAYABhAJYBjwAAAAAABQEfAAAAAADvI64AqwC0AMAApQDGAMYAoQCmAHsBwwCgAKkACgFTACcBxQBiAGUAsQGrAAAAAAAYAR4AAAAAAM8irgCqALIAywChAMEAwwCdAKgAfQHNAKAAtwAeAVUAQgHYAGQAYwDDAbIAAAAAADEBHgAAAAAAryGtAKoAswDKAK0AyQDEAKMArAB/AeEArADCADkBVQBlAekAYwBhAO8BwQAAAAAAVgEeAAAAAACPIK4AqQCxAMwApQDRAMMAoACuAH4B+QDgANgAVAFWAJUB/wBiAGcAHwLlAAAAAAB6AR0AAAAAAG8fswCqALkAywCfAM8AyACpAKoAgwERAcoA7AB6AVMAwAEdAWgAaABJAu0AAAAAAKEBIAAAAAAATx61AK0AtgDVAKcA0wDJAKMArACNASUBygACAbIBVgAEAjwBaABoAHoCBAEAAAAA4AEhAAAAAAAvHbgAqQDBANIAqADgAMoAogCrAJEBVwEPAS8B6gFVAFICbwF0AG0A3QIwAQAAAAAoAiQAAAAAAA8cvwCvAMsA3gCmAPUAzwCpAKwAogGQARsBWwExAlYAxwKzAXcAbQAyA1wBAAAAAHsCJAAAAAAA7xrIALUA6wADAagAJQHfAKgArgDFAcUBSAGXAZ4CWABjAwECewBuAKUDdwEAAAAAzgIkAAAAAADPGe4AygAfATgBpQCSASABpwCsABECTALwAeEBIwNYADEEkQKQAHUAegT4AQAAAABBAyUAAAAAAK8YOQHjAGEB1wGjAEICeAGmAK0AtAKlAicCDwLBA1kAvwTaApoAgQAlBSgCAAAAAJoDJAAAAAAAjxezARkBogGXAqUAOQPkAbIArQCHA/ACMAIuAkgEWwAuBRYDoACNAKQFMAIAAAAAxQMpAAAAAABvFgMCRwGmASYDpQB5A/EBwQCyABsEFwNoAkYCfgRhAD4FFwOzAKUA6gVLAgAAAADjAzgAAAAAAE8VIwIvAVIBKAOnAP8CswG9ALYAJgQtA6UCJQJ2BG4AAAUDA9kAzAASBoQCAAAAAM0DRwAAAAAALxSuAd0AFAGFAqoA+AE/Ab8AxwBaA+YCKAIBAhoEgABtBJgC4gDxAKoFOwIAAAAAjwNVAAAAAAAPEzYB3AD9ALoBrQBqAe0A2wD1AKACjwLYAdQBiQOUAM8DPgIQARwBLAXsAQAAAAA/A20AAAAAAO8R8AAUASsBNAG9ADUB5gAXATcBagI+ArsBsgH9AqkAOAPoAToBUAHABMIBAAAAAO4CggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAV0JDWgIFAQEBAQICAgEBAgIFBQUFBQIBAgEBAgICAQICAgUFAgEBAgIBAQEBAQECAQICAgUFAQMBAQEBAQEBAQECAgIBAQEDAQEBAQECAgIBBQECAgEDAwMBAQEBAwECBQEBAQIBAQEDAQEBAwEBAQEBAQIBAQUFBQICDwoBDw8PDw8PAQEBAQIFBQUKBQUCDw8PDwEDAQMDAwMDAwMDAQEBAQICAgEBAQMDAQMBAQIBAQIBAgIBAQEBAQEDAQECAgICBQ8FBQEBAQICAwUFBQUFBQUGDwUFAQUFBQMPDw8FDw8PBg8GBgUPBgYGBQYPBQ8PDw8PBgYDBgYFAwUGBgYGBgZCTUhMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEY1NTA4MTAxNTAxMTkAMDA5OTk5Ojk5Ojk5IDAwOjAwOjAwAH8AAAAAAQAAfwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5OTk5Ojk5Ojk5IDAwOjAwOjAwAA==MDEwMA==MQ==NjQwMzYwMTAwMzg=Mg==Aw==AQ==MA==MA==MA==MC8xMA==NDA=MA==MQ==MA==MQ==MQ==MzNkZmVjZDk3NDk5NmE2MDBiYTA0ZGE0Y2I0NjUwNTc= ', - 'data_type_string' => 'ibexa_image', - 'id' => '1047', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 699 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '180', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1048', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 700 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '181', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Hotel lobby at Isola2000', - 'data_type_string' => 'ibexa_string', - 'id' => '1049', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'hotel lobby at isola2000', - 'version' => '1', - ], - 701 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '181', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1047', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 699 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '180', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1048', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 700 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '181', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Hotel lobby at Isola2000', + 'data_type_string' => 'ibexa_string', + 'id' => '1049', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'hotel lobby at isola2000', + 'version' => '1', + ], + 701 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '181', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' UEVOVEFYICAgICAgICAgICAgIA==UEVOVEFYIEsyMEQgICAgICAgIA==MQ==NzIvMQ==NzIvMQ==Mg==SzIwRCBWZXIgMS4wNCAgICAgICAgICA=MjAxMTowMToyOSAxMDoyNToxNg==MjIyMS8xNQ==Ny8yMg==NDAwMDIyMQ==MjAxMTowMToyOSAxMDoyNToxNg==MjAxMTowMToyOSAxMDoyNToxNg==MC8xNQ==MTY=MTgvMQ==MDEwMA==MQ==Mzg4NTg0Mg==MA==MA==MA==Mjc=MA==Mg==MA==Mg==Mw== ', - 'data_type_string' => 'ibexa_image', - 'id' => '1051', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 702 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '181', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1052', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 703 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '182', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Alexander on the past, Gaby on today and tomorrow', - 'data_type_string' => 'ibexa_string', - 'id' => '1053', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'alexander on the past, gaby on today and tomorrow', - 'version' => '1', - ], - 704 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '182', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1051', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 702 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '181', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1052', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 703 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '182', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Alexander on the past, Gaby on today and tomorrow', + 'data_type_string' => 'ibexa_string', + 'id' => '1053', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'alexander on the past, gaby on today and tomorrow', + 'version' => '1', + ], + 704 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '182', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' UEVOVEFYICAgICAgICAgICAgIA==UEVOVEFYIEsyMEQgICAgICAgIA==MQ==NzIvMQ==NzIvMQ==Mg==SzIwRCBWZXIgMS4wNCAgICAgICAgICA=MjAxMTowMToyOCAwOToxMTozNw==MjIyMS8xODA=OC8xMQ==NDAwMDIyMQ==MjAxMTowMToyOCAwOToxMTozNw==MjAxMTowMToyOCAwOToxMTozNw==MC8xNQ==MTY=ODAvMQ==MDEwMA==MQ==NTg0Mzg4Mg==MA==MQ==MA==MTIwMA==Mg==MA==Mg==Mw== ', - 'data_type_string' => 'ibexa_image', - 'id' => '1055', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 705 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '182', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1056', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 706 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '183', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Isola2000 in white - beautiful skiing!', - 'data_type_string' => 'ibexa_string', - 'id' => '1057', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'isola2000 in white - beautiful skiing!', - 'version' => '1', - ], - 707 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '183', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1055', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 705 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '182', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1056', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 706 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '183', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Isola2000 in white - beautiful skiing!', + 'data_type_string' => 'ibexa_string', + 'id' => '1057', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'isola2000 in white - beautiful skiing!', + 'version' => '1', + ], + 707 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '183', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' UEVOVEFYICAgICAgICAgICAgIA==UEVOVEFYIEsyMEQgICAgICAgIA==MQ==NzIvMQ==NzIvMQ==Mg==SzIwRCBWZXIgMS4wNCAgICAgICAgICA=MjAxMTowMToyOSAxMzozNDowMA==MjIyMS8zNTA=OC8xMg==MTAwMDIyMQ==MjAxMTowMToyOSAxMzozNDowMA==MjAxMTowMToyOSAxMzozNDowMA==MC8xNQ==MTY=MjAvMQ==MDEwMA==MQ==NTg0Mzg4Mg==MA==MA==MA==MzA=MA==Mg==MA==Mg==Mw== ', - 'data_type_string' => 'ibexa_image', - 'id' => '1059', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 708 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '183', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1060', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 709 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '184', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'CEO future pitch - Adaptable, open, reliable!', - 'data_type_string' => 'ibexa_string', - 'id' => '1061', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ceo future pitch - adaptable, open, reliable!', - 'version' => '1', - ], - 710 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '184', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1059', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 708 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '183', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1060', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 709 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '184', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'CEO future pitch - Adaptable, open, reliable!', + 'data_type_string' => 'ibexa_string', + 'id' => '1061', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ceo future pitch - adaptable, open, reliable!', + 'version' => '1', + ], + 710 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '184', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' UEVOVEFYICAgICAgICAgICAgIA==UEVOVEFYIEsyMEQgICAgICAgIA==MQ==NzIvMQ==NzIvMQ==Mg==SzIwRCBWZXIgMS4wNCAgICAgICAgICA=MjAxMTowMToyOCAwOToxNzozNw==MjIyMS8xODA=OC8xMQ==NDAwMDIyMQ==MjAxMTowMToyOCAwOToxNzozNw==MjAxMTowMToyOCAwOToxNzozNw==MC8xNQ==MTY=MTA1LzE=MDEwMA==MQ==NTg0Mzg4Mg==MA==MQ==MA==MTU3MA==Mg==MA==Mg==Mw== ', - 'data_type_string' => 'ibexa_image', - 'id' => '1063', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 711 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '184', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1064', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 712 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '211', - 'contentobject_id' => '185', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Blog', - 'data_type_string' => 'ibexa_string', - 'id' => '1065', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'blog', - 'version' => '1', - ], - 713 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '213', - 'contentobject_id' => '185', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1067', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 714 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '214', - 'contentobject_id' => '186', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Visit Paris', - 'data_type_string' => 'ibexa_string', - 'id' => '1068', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'visit paris', - 'version' => '1', - ], - 715 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '216', - 'contentobject_id' => '186', - 'data_float' => '0', - 'data_int' => '1193915460', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1070', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1193915460', - 'sort_key_string' => '', - 'version' => '1', - ], - 716 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '217', - 'contentobject_id' => '186', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1071', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 717 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '218', - 'contentobject_id' => '186', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1072', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 718 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '219', - 'contentobject_id' => '186', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1073', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 719 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '214', - 'contentobject_id' => '187', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Paris in France', - 'data_type_string' => 'ibexa_string', - 'id' => '1074', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'paris in france', - 'version' => '1', - ], - 720 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '216', - 'contentobject_id' => '187', - 'data_float' => '0', - 'data_int' => '1193915580', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1076', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1193915580', - 'sort_key_string' => '', - 'version' => '1', - ], - 721 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '217', - 'contentobject_id' => '187', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1077', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 722 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '218', - 'contentobject_id' => '187', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1078', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 723 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '219', - 'contentobject_id' => '187', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1079', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 724 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '188', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Company', - 'data_type_string' => 'ibexa_string', - 'id' => '1080', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'company', - 'version' => '1', - ], - 725 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '188', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1081', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 726 => [ - 'attribute_original_id' => '1084', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '188', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1084', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 727 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '188', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1085', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 728 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '188', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1086', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 729 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '189', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'About company', - 'data_type_string' => 'ibexa_string', - 'id' => '1087', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'about company', - 'version' => '1', - ], - 730 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '189', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1088', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 731 => [ - 'attribute_original_id' => '1091', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '189', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1091', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 732 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '189', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1092', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 733 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '189', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1093', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 734 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '190', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'New features', - 'data_type_string' => 'ibexa_string', - 'id' => '1094', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'new features', - 'version' => '1', - ], - 735 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '190', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1095', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 736 => [ - 'attribute_original_id' => '1098', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '190', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1098', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 737 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '190', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1099', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 738 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '190', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1100', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 739 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Separate content & design in Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '1101', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'separate content & design in ibexa', - 'version' => '1', - ], - 740 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1102', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 741 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1063', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 711 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '184', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1064', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 712 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '211', + 'contentobject_id' => '185', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Blog', + 'data_type_string' => 'ibexa_string', + 'id' => '1065', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'blog', + 'version' => '1', + ], + 713 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '213', + 'contentobject_id' => '185', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1067', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 714 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '214', + 'contentobject_id' => '186', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Visit Paris', + 'data_type_string' => 'ibexa_string', + 'id' => '1068', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'visit paris', + 'version' => '1', + ], + 715 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '216', + 'contentobject_id' => '186', + 'data_float' => '0', + 'data_int' => '1193915460', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1070', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1193915460', + 'sort_key_string' => '', + 'version' => '1', + ], + 716 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '217', + 'contentobject_id' => '186', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1071', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 717 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '218', + 'contentobject_id' => '186', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1072', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 718 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '219', + 'contentobject_id' => '186', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1073', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 719 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '214', + 'contentobject_id' => '187', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Paris in France', + 'data_type_string' => 'ibexa_string', + 'id' => '1074', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'paris in france', + 'version' => '1', + ], + 720 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '216', + 'contentobject_id' => '187', + 'data_float' => '0', + 'data_int' => '1193915580', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1076', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1193915580', + 'sort_key_string' => '', + 'version' => '1', + ], + 721 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '217', + 'contentobject_id' => '187', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1077', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 722 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '218', + 'contentobject_id' => '187', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1078', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 723 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '219', + 'contentobject_id' => '187', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1079', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 724 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '188', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Company', + 'data_type_string' => 'ibexa_string', + 'id' => '1080', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'company', + 'version' => '1', + ], + 725 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '188', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1081', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 726 => [ + 'attribute_original_id' => '1084', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '188', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1084', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 727 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '188', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1085', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 728 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '188', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1086', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 729 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '189', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'About company', + 'data_type_string' => 'ibexa_string', + 'id' => '1087', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'about company', + 'version' => '1', + ], + 730 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '189', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1088', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 731 => [ + 'attribute_original_id' => '1091', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '189', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1091', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 732 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '189', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1092', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 733 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '189', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1093', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 734 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '190', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'New features', + 'data_type_string' => 'ibexa_string', + 'id' => '1094', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'new features', + 'version' => '1', + ], + 735 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '190', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1095', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 736 => [ + 'attribute_original_id' => '1098', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '190', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1098', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 737 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '190', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1099', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 738 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '190', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1100', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 739 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Separate content & design in Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '1101', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'separate content & design in ibexa', + 'version' => '1', + ], + 740 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1102', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 741 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '1103', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 742 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1106', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 743 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '1103', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 742 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1106', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 743 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1107', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 744 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1109', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 745 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1110', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 746 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1111', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 748 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '192', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'separation_of_content_and_design', - 'data_type_string' => 'ibexa_string', - 'id' => '1113', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'separation_of_content_and_design', - 'version' => '1', - ], - 749 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '192', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1107', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 744 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1109', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 745 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1110', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 746 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1111', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 748 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '192', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'separation_of_content_and_design', + 'data_type_string' => 'ibexa_string', + 'id' => '1113', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'separation_of_content_and_design', + 'version' => '1', + ], + 749 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '192', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1115', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 750 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '192', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1116', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 751 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to use Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '1117', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to use ibexa', - 'version' => '1', - ], - 752 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1118', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 753 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1115', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 750 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '192', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1116', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 751 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to use Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '1117', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to use ibexa', + 'version' => '1', + ], + 752 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1118', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 753 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '1119', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 754 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1122', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 755 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '1119', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 754 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1122', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 755 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1123', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 756 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1125', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 757 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1126', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 758 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1127', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 760 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '194', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'openoffice_import_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1129', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'openoffice_import_large', - 'version' => '1', - ], - 761 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '194', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1123', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 756 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1125', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 757 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1126', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 758 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1127', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 760 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '194', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'openoffice_import_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1129', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'openoffice_import_large', + 'version' => '1', + ], + 761 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '194', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1131', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 762 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '194', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1132', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 763 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '195', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'translation_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1133', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'translation_large', - 'version' => '1', - ], - 764 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '195', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1131', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 762 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '194', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1132', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 763 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '195', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'translation_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1133', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'translation_large', + 'version' => '1', + ], + 764 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '195', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1135', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 765 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '195', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1136', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 766 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '196', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'multiupload_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1137', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'multiupload_large', - 'version' => '1', - ], - 767 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '196', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1135', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 765 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '195', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1136', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 766 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '196', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'multiupload_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1137', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'multiupload_large', + 'version' => '1', + ], + 767 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '196', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1139', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 768 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '196', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1140', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 769 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '197', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'gallery_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1141', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'gallery_large', - 'version' => '1', - ], - 770 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '197', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1139', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 768 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '196', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1140', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 769 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '197', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'gallery_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1141', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'gallery_large', + 'version' => '1', + ], + 770 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '197', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1143', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 771 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '197', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1144', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 772 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '198', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'search_result_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1145', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'search_result_large', - 'version' => '1', - ], - 773 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '198', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1143', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 771 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '197', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1144', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 772 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '198', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'search_result_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1145', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'search_result_large', + 'version' => '1', + ], + 773 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '198', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1147', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 774 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '198', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1148', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 775 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '199', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'ez_tool_bar_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1149', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ez_tool_bar_large', - 'version' => '1', - ], - 776 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '199', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1147', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 774 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '198', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1148', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 775 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '199', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'ez_tool_bar_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1149', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ez_tool_bar_large', + 'version' => '1', + ], + 776 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '199', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1151', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 777 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '199', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1152', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 778 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '200', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'quicktime_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1153', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'quicktime_large', - 'version' => '1', - ], - 779 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '200', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1151', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 777 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '199', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1152', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 778 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '200', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'quicktime_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1153', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'quicktime_large', + 'version' => '1', + ], + 779 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '200', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1155', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 780 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '200', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1156', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 781 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '201', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'web_2_0_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1157', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'web_2_0_large', - 'version' => '1', - ], - 782 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '201', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1155', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 780 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '200', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1156', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 781 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '201', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'web_2_0_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1157', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'web_2_0_large', + 'version' => '1', + ], + 782 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '201', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1159', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 783 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '201', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1160', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 784 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to manage Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '1161', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to manage ibexa', - 'version' => '1', - ], - 785 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1162', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 786 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1159', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 783 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '201', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1160', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 784 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to manage Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '1161', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to manage ibexa', + 'version' => '1', + ], + 785 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1162', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 786 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '1163', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 787 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1166', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 788 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '1163', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 787 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1166', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 788 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1167', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 789 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1169', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 790 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1170', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 791 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1171', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 793 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '203', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'usermanagement_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1173', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'usermanagement_large', - 'version' => '1', - ], - 794 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '203', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1167', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 789 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1169', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 790 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1170', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 791 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1171', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 793 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '203', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'usermanagement_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1173', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'usermanagement_large', + 'version' => '1', + ], + 794 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '203', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1175', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 795 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '203', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1176', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 796 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '204', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'workflow_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1177', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'workflow_large', - 'version' => '1', - ], - 797 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '204', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1175', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 795 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '203', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1176', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 796 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '204', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'workflow_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1177', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'workflow_large', + 'version' => '1', + ], + 797 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '204', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1179', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 798 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '204', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1180', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 799 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '205', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'versioning_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1181', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'versioning_large', - 'version' => '1', - ], - 800 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '205', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1179', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 798 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '204', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1180', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 799 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '205', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'versioning_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1181', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'versioning_large', + 'version' => '1', + ], + 800 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '205', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1183', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 801 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '205', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1184', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 802 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '206', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'datatypes_attributes_content_class_and_objects_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1185', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'datatypes_attributes_content_class_and_objects_large', - 'version' => '1', - ], - 803 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '206', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1183', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 801 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '205', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1184', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 802 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '206', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'datatypes_attributes_content_class_and_objects_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1185', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'datatypes_attributes_content_class_and_objects_large', + 'version' => '1', + ], + 803 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '206', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1187', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 804 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '206', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1188', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 805 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '207', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'multiple_location_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1189', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'multiple_location_large', - 'version' => '1', - ], - 806 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '207', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1187', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 804 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '206', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1188', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 805 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '207', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'multiple_location_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1189', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'multiple_location_large', + 'version' => '1', + ], + 806 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '207', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1191', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 807 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '207', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1192', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 808 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '208', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'multisite_deployment_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1193', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'multisite_deployment_large', - 'version' => '1', - ], - 809 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '208', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1191', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 807 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '207', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1192', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 808 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '208', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'multisite_deployment_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1193', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'multisite_deployment_large', + 'version' => '1', + ], + 809 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '208', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1195', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 810 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '208', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1196', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 811 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '209', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'seo_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1197', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'seo_large', - 'version' => '1', - ], - 812 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '209', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1195', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 810 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '208', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1196', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 811 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '209', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'seo_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1197', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'seo_large', + 'version' => '1', + ], + 812 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '209', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1199', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 813 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '209', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1200', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 814 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '210', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'admin_site_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1201', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'admin_site_large', - 'version' => '1', - ], - 815 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '210', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1199', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 813 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '209', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1200', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 814 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '210', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'admin_site_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1201', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'admin_site_large', + 'version' => '1', + ], + 815 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '210', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1203', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 816 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '210', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1204', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 817 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to develop with Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '1205', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to develop with ibexa', - 'version' => '1', - ], - 818 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1206', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 819 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1203', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 816 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '210', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1204', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 817 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to develop with Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '1205', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to develop with ibexa', + 'version' => '1', + ], + 818 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1206', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 819 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '1207', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 820 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1210', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 821 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '1207', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 820 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1210', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 821 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1211', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 822 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1213', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 823 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1214', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 824 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1215', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 826 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '212', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'datatypes_attributes_content_class_and_objects_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1217', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'datatypes_attributes_content_class_and_objects_large', - 'version' => '1', - ], - 827 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '212', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1211', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 822 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1213', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 823 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1214', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 824 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1215', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 826 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '212', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'datatypes_attributes_content_class_and_objects_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1217', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'datatypes_attributes_content_class_and_objects_large', + 'version' => '1', + ], + 827 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '212', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1219', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 828 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '212', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1220', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 829 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '213', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'site_style_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1221', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'site_style_large', - 'version' => '1', - ], - 830 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '213', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1219', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 828 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '212', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1220', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 829 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '213', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'site_style_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1221', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'site_style_large', + 'version' => '1', + ], + 830 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '213', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1223', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 831 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '213', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1224', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 832 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'REST API interface', - 'data_type_string' => 'ibexa_string', - 'id' => '1225', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'rest api interface', - 'version' => '1', - ], - 833 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1226', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 834 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1223', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 831 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '213', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1224', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 832 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'REST API interface', + 'data_type_string' => 'ibexa_string', + 'id' => '1225', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'rest api interface', + 'version' => '1', + ], + 833 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1226', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 834 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '1227', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 835 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1230', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 836 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '1227', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 835 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1230', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 836 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1231', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 837 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1233', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 838 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1234', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 839 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1235', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 841 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Asynchronous Publishing', - 'data_type_string' => 'ibexa_string', - 'id' => '1237', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'asynchronous publishing', - 'version' => '1', - ], - 842 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1238', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 843 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1231', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 837 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1233', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 838 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1234', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 839 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1235', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 841 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Asynchronous Publishing', + 'data_type_string' => 'ibexa_string', + 'id' => '1237', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'asynchronous publishing', + 'version' => '1', + ], + 842 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1238', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 843 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '1239', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 844 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1242', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 845 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '1239', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 844 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1242', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 845 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1243', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 846 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1245', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 847 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1246', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 848 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1247', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 850 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Canonical links', - 'data_type_string' => 'ibexa_string', - 'id' => '1249', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'canonical links', - 'version' => '1', - ], - 851 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1250', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 852 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1243', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 846 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1245', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 847 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1246', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 848 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1247', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 850 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Canonical links', + 'data_type_string' => 'ibexa_string', + 'id' => '1249', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'canonical links', + 'version' => '1', + ], + 851 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1250', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 852 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '1251', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 853 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1254', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 854 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '1251', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 853 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1254', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 854 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1255', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 855 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1257', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 856 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1258', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 857 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1259', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 859 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Support for Red Hat Enterprise', - 'data_type_string' => 'ibexa_string', - 'id' => '1261', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'support for red hat enterprise', - 'version' => '1', - ], - 860 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1262', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 861 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1255', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 855 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1257', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 856 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1258', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 857 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1259', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 859 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Support for Red Hat Enterprise', + 'data_type_string' => 'ibexa_string', + 'id' => '1261', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'support for red hat enterprise', + 'version' => '1', + ], + 860 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1262', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 861 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '1263', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 862 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1266', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 863 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '1263', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 862 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1266', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 863 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1267', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 864 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1269', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 865 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1270', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 866 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1271', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 868 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'FastCGI', - 'data_type_string' => 'ibexa_string', - 'id' => '1273', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'fastcgi', - 'version' => '1', - ], - 869 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1274', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 870 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1267', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 864 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1269', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 865 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1270', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 866 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1271', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 868 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'FastCGI', + 'data_type_string' => 'ibexa_string', + 'id' => '1273', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'fastcgi', + 'version' => '1', + ], + 869 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1274', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 870 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '1275', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 871 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1278', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 872 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '1275', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 871 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1278', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 872 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1279', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 873 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1281', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 874 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1282', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 875 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1283', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 877 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '252', - 'contentobject_id' => '219', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Events', - 'data_type_string' => 'ibexa_string', - 'id' => '1285', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'events', - 'version' => '1', - ], - 878 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '254', - 'contentobject_id' => '219', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1279', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 873 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1281', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 874 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1282', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 875 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1283', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 877 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '252', + 'contentobject_id' => '219', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Events', + 'data_type_string' => 'ibexa_string', + 'id' => '1285', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'events', + 'version' => '1', + ], + 878 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '254', + 'contentobject_id' => '219', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_object_relation_list', - 'id' => '1287', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 879 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '220', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Career', - 'data_type_string' => 'ibexa_string', - 'id' => '1288', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'career', - 'version' => '1', - ], - 880 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '220', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1289', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 881 => [ - 'attribute_original_id' => '1292', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '220', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1292', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 882 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '220', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1293', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 883 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '220', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1294', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 884 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '221', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Investors Relation', - 'data_type_string' => 'ibexa_string', - 'id' => '1295', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'investors relation', - 'version' => '1', - ], - 885 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '221', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1296', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 886 => [ - 'attribute_original_id' => '1299', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '221', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1299', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 887 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '221', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1300', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 888 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '221', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1301', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 889 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '229', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Contact', - 'data_type_string' => 'ibexa_string', - 'id' => '1302', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'contact', - 'version' => '1', - ], - 890 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '231', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1304', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 891 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '232', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1305', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 892 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '233', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '1306', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 893 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '234', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_email', - 'id' => '1307', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 894 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '235', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_email', - 'id' => '1308', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 895 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '247', - 'contentobject_id' => '223', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Morbi neque', - 'data_type_string' => 'ibexa_string', - 'id' => '1309', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'morbi neque', - 'version' => '1', - ], - 896 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '248', - 'contentobject_id' => '223', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_object_relation_list', + 'id' => '1287', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 879 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '220', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Career', + 'data_type_string' => 'ibexa_string', + 'id' => '1288', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'career', + 'version' => '1', + ], + 880 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '220', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1289', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 881 => [ + 'attribute_original_id' => '1292', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '220', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1292', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 882 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '220', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1293', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 883 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '220', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1294', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 884 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '221', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Investors Relation', + 'data_type_string' => 'ibexa_string', + 'id' => '1295', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'investors relation', + 'version' => '1', + ], + 885 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '221', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1296', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 886 => [ + 'attribute_original_id' => '1299', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '221', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1299', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 887 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '221', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1300', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 888 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '221', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1301', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 889 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '229', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Contact', + 'data_type_string' => 'ibexa_string', + 'id' => '1302', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'contact', + 'version' => '1', + ], + 890 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '231', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1304', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 891 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '232', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1305', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 892 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '233', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '1306', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 893 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '234', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_email', + 'id' => '1307', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 894 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '235', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_email', + 'id' => '1308', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 895 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '247', + 'contentobject_id' => '223', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Morbi neque', + 'data_type_string' => 'ibexa_string', + 'id' => '1309', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'morbi neque', + 'version' => '1', + ], + 896 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '248', + 'contentobject_id' => '223', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1310', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 897 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '249', - 'contentobject_id' => '223', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1311', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 898 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '251', - 'contentobject_id' => '223', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_url', - 'id' => '1313', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 899 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '224', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Company banner', - 'data_type_string' => 'ibexa_string', - 'id' => '1314', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'company banner', - 'version' => '1', - ], - 900 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '224', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1310', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 897 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '249', + 'contentobject_id' => '223', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1311', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 898 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '251', + 'contentobject_id' => '223', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_url', + 'id' => '1313', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 899 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '224', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Company banner', + 'data_type_string' => 'ibexa_string', + 'id' => '1314', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'company banner', + 'version' => '1', + ], + 900 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '224', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1316', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 901 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '224', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1317', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 902 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '329', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '105', - 'data_text' => 'Site map', - 'data_type_string' => 'ibexa_url', - 'id' => '1318', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 903 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '330', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '106', - 'data_text' => 'Tag cloud', - 'data_type_string' => 'ibexa_url', - 'id' => '1319', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 904 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '331', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Login', - 'data_type_string' => 'ibexa_string', - 'id' => '1320', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'login', - 'version' => '2', - ], - 905 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '332', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Logout', - 'data_type_string' => 'ibexa_string', - 'id' => '1321', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'logout', - 'version' => '2', - ], - 906 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '333', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'My profile', - 'data_type_string' => 'ibexa_string', - 'id' => '1322', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'my profile', - 'version' => '2', - ], - 907 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '334', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Register', - 'data_type_string' => 'ibexa_string', - 'id' => '1323', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'register', - 'version' => '2', - ], - 908 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '335', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '/rss/feed/my_feed', - 'data_type_string' => 'ibexa_string', - 'id' => '1324', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '/rss/feed/my_feed', - 'version' => '2', - ], - 909 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '336', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Shopping basket', - 'data_type_string' => 'ibexa_string', - 'id' => '1325', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'shopping basket', - 'version' => '2', - ], - 910 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '337', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Site settings', - 'data_type_string' => 'ibexa_string', - 'id' => '1326', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'site settings', - 'version' => '2', - ], - 911 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '338', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Copyright © 2011 Ibexa AS (except where otherwise noted). All rights reserved.', - 'data_type_string' => 'ibexa_text', - 'id' => '1327', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 912 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '339', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1328', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 913 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '340', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '1329', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 914 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '225', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Partners', - 'data_type_string' => 'ibexa_string', - 'id' => '1330', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'partners', - 'version' => '1', - ], - 915 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '225', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1331', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 916 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'New test article', - 'data_type_string' => 'ibexa_string', - 'id' => '1332', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'new test article', - 'version' => '1', - ], - 917 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'New test article (2)', - 'data_type_string' => 'ibexa_string', - 'id' => '1332', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'new test article (2)', - 'version' => '2', - ], - 918 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Something', - 'data_type_string' => 'ibexa_string', - 'id' => '1333', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'something', - 'version' => '1', - ], - 919 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Something', - 'data_type_string' => 'ibexa_string', - 'id' => '1333', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'something', - 'version' => '2', - ], - 920 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1316', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 901 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '224', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1317', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 902 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '329', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '105', + 'data_text' => 'Site map', + 'data_type_string' => 'ibexa_url', + 'id' => '1318', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 903 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '330', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '106', + 'data_text' => 'Tag cloud', + 'data_type_string' => 'ibexa_url', + 'id' => '1319', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 904 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '331', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Login', + 'data_type_string' => 'ibexa_string', + 'id' => '1320', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'login', + 'version' => '2', + ], + 905 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '332', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Logout', + 'data_type_string' => 'ibexa_string', + 'id' => '1321', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'logout', + 'version' => '2', + ], + 906 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '333', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'My profile', + 'data_type_string' => 'ibexa_string', + 'id' => '1322', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'my profile', + 'version' => '2', + ], + 907 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '334', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Register', + 'data_type_string' => 'ibexa_string', + 'id' => '1323', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'register', + 'version' => '2', + ], + 908 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '335', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '/rss/feed/my_feed', + 'data_type_string' => 'ibexa_string', + 'id' => '1324', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '/rss/feed/my_feed', + 'version' => '2', + ], + 909 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '336', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Shopping basket', + 'data_type_string' => 'ibexa_string', + 'id' => '1325', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'shopping basket', + 'version' => '2', + ], + 910 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '337', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Site settings', + 'data_type_string' => 'ibexa_string', + 'id' => '1326', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'site settings', + 'version' => '2', + ], + 911 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '338', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Copyright © 2011 Ibexa AS (except where otherwise noted). All rights reserved.', + 'data_type_string' => 'ibexa_text', + 'id' => '1327', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 912 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '339', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1328', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 913 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '340', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '1329', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 914 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '225', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Partners', + 'data_type_string' => 'ibexa_string', + 'id' => '1330', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'partners', + 'version' => '1', + ], + 915 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '225', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1331', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 916 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'New test article', + 'data_type_string' => 'ibexa_string', + 'id' => '1332', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'new test article', + 'version' => '1', + ], + 917 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'New test article (2)', + 'data_type_string' => 'ibexa_string', + 'id' => '1332', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'new test article (2)', + 'version' => '2', + ], + 918 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Something', + 'data_type_string' => 'ibexa_string', + 'id' => '1333', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'something', + 'version' => '1', + ], + 919 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Something', + 'data_type_string' => 'ibexa_string', + 'id' => '1333', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'something', + 'version' => '2', + ], + 920 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '1334', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 921 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '1334', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 921 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_author', - 'id' => '1334', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 922 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1337', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 923 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1337', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '2', - ], - 924 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_author', + 'id' => '1334', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 922 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1337', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 923 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1337', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '2', + ], + 924 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1338', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 925 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => ' + 'data_type_string' => 'ibexa_image', + 'id' => '1338', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 925 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => ' ', - 'data_type_string' => 'ibexa_image', - 'id' => '1338', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 926 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1340', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 927 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1340', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 928 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1341', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 929 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1341', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 930 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1342', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 931 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1342', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 934 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '4000', - 'language_code' => 'eng-GB', - 'language_id' => '4', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 935 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '225', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Partners', - 'data_type_string' => 'ibexa_string', - 'id' => '4001', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'partners', - 'version' => '2', - ], - 936 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '225', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '4002', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 937 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '302', - 'contentobject_id' => '166', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Forum', - 'data_type_string' => 'ibexa_string', - 'id' => '4003', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'forum', - 'version' => '2', - ], - ], - Gateway::CONTENT_VERSION_TABLE => [ - 0 => [ - 'contentobject_id' => '4', - 'created' => '0', - 'creator_id' => '14', - 'id' => '4', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '0', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '1', - ], - 1 => [ - 'contentobject_id' => '11', - 'created' => '1033920737', - 'creator_id' => '14', - 'id' => '439', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033920746', - 'status' => '3', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 2 => [ - 'contentobject_id' => '12', - 'created' => '1033920760', - 'creator_id' => '14', - 'id' => '440', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033920775', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 3 => [ - 'contentobject_id' => '13', - 'created' => '1033920786', - 'creator_id' => '14', - 'id' => '441', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033920794', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 4 => [ - 'contentobject_id' => '41', - 'created' => '1060695450', - 'creator_id' => '14', - 'id' => '472', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1060695457', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 5 => [ - 'contentobject_id' => '42', - 'created' => '1072180278', - 'creator_id' => '14', - 'id' => '473', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1072180330', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 6 => [ - 'contentobject_id' => '10', - 'created' => '1072180337', - 'creator_id' => '14', - 'id' => '474', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1072180405', - 'status' => '1', - 'user_id' => '0', - 'version' => '2', - 'workflow_event_pos' => '0', - ], - 7 => [ - 'contentobject_id' => '45', - 'created' => '1079684084', - 'creator_id' => '14', - 'id' => '477', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1079684190', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 8 => [ - 'contentobject_id' => '49', - 'created' => '1080220181', - 'creator_id' => '14', - 'id' => '488', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220197', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 9 => [ - 'contentobject_id' => '50', - 'created' => '1080220211', - 'creator_id' => '14', - 'id' => '489', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220220', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 10 => [ - 'contentobject_id' => '51', - 'created' => '1080220225', - 'creator_id' => '14', - 'id' => '490', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220233', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 11 => [ - 'contentobject_id' => '52', - 'created' => '1082016497', - 'creator_id' => '14', - 'id' => '491', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1082016591', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 12 => [ - 'contentobject_id' => '56', - 'created' => '1103023120', - 'creator_id' => '14', - 'id' => '495', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1103023120', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 13 => [ - 'contentobject_id' => '14', - 'created' => '1301061783', - 'creator_id' => '14', - 'id' => '499', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1301062024', - 'status' => '3', - 'user_id' => '0', - 'version' => '3', - 'workflow_event_pos' => '0', - ], - 14 => [ - 'contentobject_id' => '54', - 'created' => '1301062300', - 'creator_id' => '14', - 'id' => '500', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1301062375', - 'status' => '1', - 'user_id' => '0', - 'version' => '2', - 'workflow_event_pos' => '0', - ], - 15 => [ - 'contentobject_id' => '57', - 'created' => '1168428357', - 'creator_id' => '14', - 'id' => '504', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1168428357', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 16 => [ - 'contentobject_id' => '58', - 'created' => '1175499884', - 'creator_id' => '14', - 'id' => '505', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499903', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 17 => [ - 'contentobject_id' => '59', - 'created' => '1175499919', - 'creator_id' => '14', - 'id' => '506', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499932', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 18 => [ - 'contentobject_id' => '60', - 'created' => '1175499947', - 'creator_id' => '14', - 'id' => '507', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499959', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 19 => [ - 'contentobject_id' => '61', - 'created' => '1175500068', - 'creator_id' => '14', - 'id' => '508', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175500074', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 20 => [ - 'contentobject_id' => '62', - 'created' => '1175500086', - 'creator_id' => '14', - 'id' => '509', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175500182', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 21 => [ - 'contentobject_id' => '63', - 'created' => '1175500520', - 'creator_id' => '14', - 'id' => '510', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175500542', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 22 => [ - 'contentobject_id' => '64', - 'created' => '1175500561', - 'creator_id' => '14', - 'id' => '511', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175500602', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 23 => [ - 'contentobject_id' => '65', - 'created' => '1299780934', - 'creator_id' => '14', - 'id' => '512', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780998', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 24 => [ - 'contentobject_id' => '66', - 'created' => '1299781436', - 'creator_id' => '14', - 'id' => '513', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299781436', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 25 => [ - 'contentobject_id' => '67', - 'created' => '1174567458', - 'creator_id' => '14', - 'id' => '514', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174567474', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 26 => [ - 'contentobject_id' => '68', - 'created' => '1174302333', - 'creator_id' => '14', - 'id' => '515', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302360', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 27 => [ - 'contentobject_id' => '69', - 'created' => '1174303659', - 'creator_id' => '14', - 'id' => '516', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174303791', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 28 => [ - 'contentobject_id' => '70', - 'created' => '1174302380', - 'creator_id' => '14', - 'id' => '517', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302388', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 29 => [ - 'contentobject_id' => '71', - 'created' => '1174303300', - 'creator_id' => '14', - 'id' => '518', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174303350', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 30 => [ - 'contentobject_id' => '72', - 'created' => '1174303407', - 'creator_id' => '14', - 'id' => '519', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174303441', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 31 => [ - 'contentobject_id' => '73', - 'created' => '1174304926', - 'creator_id' => '14', - 'id' => '520', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174304934', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 32 => [ - 'contentobject_id' => '74', - 'created' => '1174302401', - 'creator_id' => '14', - 'id' => '521', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302417', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 33 => [ - 'contentobject_id' => '75', - 'created' => '1175500667', - 'creator_id' => '14', - 'id' => '522', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175500673', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 34 => [ - 'contentobject_id' => '76', - 'created' => '1175069333', - 'creator_id' => '14', - 'id' => '523', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069345', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 35 => [ - 'contentobject_id' => '77', - 'created' => '1174643924', - 'creator_id' => '14', - 'id' => '524', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174643989', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 36 => [ - 'contentobject_id' => '78', - 'created' => '1174644062', - 'creator_id' => '14', - 'id' => '525', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174644139', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 37 => [ - 'contentobject_id' => '79', - 'created' => '1174644699', - 'creator_id' => '14', - 'id' => '526', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174644713', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 38 => [ - 'contentobject_id' => '80', - 'created' => '1175069353', - 'creator_id' => '14', - 'id' => '527', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069361', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 39 => [ - 'contentobject_id' => '81', - 'created' => '1174645164', - 'creator_id' => '14', - 'id' => '528', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174645183', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 40 => [ - 'contentobject_id' => '82', - 'created' => '1174645280', - 'creator_id' => '14', - 'id' => '529', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174645301', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 41 => [ - 'contentobject_id' => '83', - 'created' => '1174645353', - 'creator_id' => '14', - 'id' => '530', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174645360', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 42 => [ - 'contentobject_id' => '84', - 'created' => '1175513890', - 'creator_id' => '14', - 'id' => '531', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175513914', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 43 => [ - 'contentobject_id' => '85', - 'created' => '1175238144', - 'creator_id' => '14', - 'id' => '532', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238155', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 44 => [ - 'contentobject_id' => '86', - 'created' => '1175069166', - 'creator_id' => '14', - 'id' => '533', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069183', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 45 => [ - 'contentobject_id' => '87', - 'created' => '1175236143', - 'creator_id' => '14', - 'id' => '534', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175236156', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 46 => [ - 'contentobject_id' => '88', - 'created' => '1175236170', - 'creator_id' => '14', - 'id' => '535', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175236181', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 47 => [ - 'contentobject_id' => '89', - 'created' => '1175238540', - 'creator_id' => '14', - 'id' => '536', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238552', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 48 => [ - 'contentobject_id' => '90', - 'created' => '1174389626', - 'creator_id' => '14', - 'id' => '537', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174389633', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 49 => [ - 'contentobject_id' => '91', - 'created' => '1175238182', - 'creator_id' => '14', - 'id' => '538', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238194', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 50 => [ - 'contentobject_id' => '92', - 'created' => '1175238211', - 'creator_id' => '14', - 'id' => '539', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238222', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 51 => [ - 'contentobject_id' => '93', - 'created' => '1175069305', - 'creator_id' => '14', - 'id' => '540', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069321', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 52 => [ - 'contentobject_id' => '94', - 'created' => '1175496885', - 'creator_id' => '14', - 'id' => '541', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175496901', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 53 => [ - 'contentobject_id' => '95', - 'created' => '1175258807', - 'creator_id' => '14', - 'id' => '542', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175258817', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 54 => [ - 'contentobject_id' => '96', - 'created' => '1175253354', - 'creator_id' => '14', - 'id' => '543', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253354', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 55 => [ - 'contentobject_id' => '97', - 'created' => '1175253355', - 'creator_id' => '14', - 'id' => '544', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253355', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 56 => [ - 'contentobject_id' => '98', - 'created' => '1175082027', - 'creator_id' => '14', - 'id' => '545', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175082041', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 57 => [ - 'contentobject_id' => '99', - 'created' => '1175082005', - 'creator_id' => '14', - 'id' => '546', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175082005', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 58 => [ - 'contentobject_id' => '100', - 'created' => '1175082007', - 'creator_id' => '14', - 'id' => '547', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175082007', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 59 => [ - 'contentobject_id' => '101', - 'created' => '1175253486', - 'creator_id' => '14', - 'id' => '548', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253508', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 60 => [ - 'contentobject_id' => '102', - 'created' => '1175496936', - 'creator_id' => '14', - 'id' => '549', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175496958', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 61 => [ - 'contentobject_id' => '103', - 'created' => '1175253638', - 'creator_id' => '14', - 'id' => '550', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253665', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 62 => [ - 'contentobject_id' => '104', - 'created' => '1175253680', - 'creator_id' => '14', - 'id' => '551', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253697', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 63 => [ - 'contentobject_id' => '105', - 'created' => '1299158726', - 'creator_id' => '14', - 'id' => '552', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299158749', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 64 => [ - 'contentobject_id' => '106', - 'created' => '1299826193', - 'creator_id' => '14', - 'id' => '553', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299826201', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 65 => [ - 'contentobject_id' => '107', - 'created' => '1299782457', - 'creator_id' => '14', - 'id' => '554', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299782490', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 66 => [ - 'contentobject_id' => '108', - 'created' => '1299782077', - 'creator_id' => '14', - 'id' => '555', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299782140', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 67 => [ - 'contentobject_id' => '109', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '556', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 68 => [ - 'contentobject_id' => '110', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '557', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 69 => [ - 'contentobject_id' => '111', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '558', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 70 => [ - 'contentobject_id' => '112', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '559', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 71 => [ - 'contentobject_id' => '113', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '560', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 72 => [ - 'contentobject_id' => '114', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '561', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 73 => [ - 'contentobject_id' => '115', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '562', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 74 => [ - 'contentobject_id' => '116', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '563', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 75 => [ - 'contentobject_id' => '117', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '564', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 76 => [ - 'contentobject_id' => '118', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '565', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 77 => [ - 'contentobject_id' => '119', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '566', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 78 => [ - 'contentobject_id' => '120', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '567', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 79 => [ - 'contentobject_id' => '121', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '568', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 80 => [ - 'contentobject_id' => '122', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '569', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 81 => [ - 'contentobject_id' => '123', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '570', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 82 => [ - 'contentobject_id' => '124', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '571', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 83 => [ - 'contentobject_id' => '125', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '572', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 84 => [ - 'contentobject_id' => '126', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '573', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 85 => [ - 'contentobject_id' => '127', - 'created' => '1299782157', - 'creator_id' => '14', - 'id' => '574', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299782177', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 86 => [ - 'contentobject_id' => '128', - 'created' => '1299772637', - 'creator_id' => '14', - 'id' => '575', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772637', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 87 => [ - 'contentobject_id' => '129', - 'created' => '1299772637', - 'creator_id' => '14', - 'id' => '576', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772637', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 88 => [ - 'contentobject_id' => '130', - 'created' => '1284398171', - 'creator_id' => '14', - 'id' => '577', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1284398357', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 89 => [ - 'contentobject_id' => '131', - 'created' => '1299780740', - 'creator_id' => '14', - 'id' => '578', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780749', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 90 => [ - 'contentobject_id' => '132', - 'created' => '1299781985', - 'creator_id' => '14', - 'id' => '579', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299782001', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 91 => [ - 'contentobject_id' => '133', - 'created' => '1299773631', - 'creator_id' => '14', - 'id' => '580', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773631', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 92 => [ - 'contentobject_id' => '134', - 'created' => '1299773631', - 'creator_id' => '14', - 'id' => '581', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773631', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 93 => [ - 'contentobject_id' => '135', - 'created' => '1299773631', - 'creator_id' => '14', - 'id' => '582', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773631', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 94 => [ - 'contentobject_id' => '136', - 'created' => '1299773644', - 'creator_id' => '14', - 'id' => '583', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773644', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 95 => [ - 'contentobject_id' => '137', - 'created' => '1299773644', - 'creator_id' => '14', - 'id' => '584', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773644', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 96 => [ - 'contentobject_id' => '138', - 'created' => '1299773644', - 'creator_id' => '14', - 'id' => '585', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773644', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 97 => [ - 'contentobject_id' => '139', - 'created' => '1299781873', - 'creator_id' => '14', - 'id' => '586', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299781914', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 98 => [ - 'contentobject_id' => '140', - 'created' => '1299773656', - 'creator_id' => '14', - 'id' => '587', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773656', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 99 => [ - 'contentobject_id' => '141', - 'created' => '1299773656', - 'creator_id' => '14', - 'id' => '588', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773656', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 100 => [ - 'contentobject_id' => '142', - 'created' => '1299773656', - 'creator_id' => '14', - 'id' => '589', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773656', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 101 => [ - 'contentobject_id' => '143', - 'created' => '1299773656', - 'creator_id' => '14', - 'id' => '590', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773656', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 102 => [ - 'contentobject_id' => '144', - 'created' => '1299781559', - 'creator_id' => '14', - 'id' => '591', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299781605', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 103 => [ - 'contentobject_id' => '145', - 'created' => '1299826213', - 'creator_id' => '14', - 'id' => '592', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299826223', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 104 => [ - 'contentobject_id' => '146', - 'created' => '1299773676', - 'creator_id' => '14', - 'id' => '593', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773676', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 105 => [ - 'contentobject_id' => '147', - 'created' => '1299773690', - 'creator_id' => '14', - 'id' => '594', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773690', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 106 => [ - 'contentobject_id' => '148', - 'created' => '1299773704', - 'creator_id' => '14', - 'id' => '595', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773704', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 107 => [ - 'contentobject_id' => '149', - 'created' => '1299773703', - 'creator_id' => '14', - 'id' => '596', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773703', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 108 => [ - 'contentobject_id' => '150', - 'created' => '1299781471', - 'creator_id' => '14', - 'id' => '597', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299781476', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 109 => [ - 'contentobject_id' => '151', - 'created' => '1299780633', - 'creator_id' => '14', - 'id' => '598', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780653', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 110 => [ - 'contentobject_id' => '152', - 'created' => '1299780355', - 'creator_id' => '14', - 'id' => '599', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780355', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 111 => [ - 'contentobject_id' => '153', - 'created' => '1299780355', - 'creator_id' => '14', - 'id' => '600', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780355', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 112 => [ - 'contentobject_id' => '154', - 'created' => '1175499320', - 'creator_id' => '14', - 'id' => '601', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499365', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 113 => [ - 'contentobject_id' => '155', - 'created' => '1175498170', - 'creator_id' => '14', - 'id' => '602', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175498179', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 114 => [ - 'contentobject_id' => '156', - 'created' => '1175497864', - 'creator_id' => '14', - 'id' => '603', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497937', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 115 => [ - 'contentobject_id' => '157', - 'created' => '1175499122', - 'creator_id' => '14', - 'id' => '604', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499136', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 116 => [ - 'contentobject_id' => '158', - 'created' => '1175497254', - 'creator_id' => '14', - 'id' => '605', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497280', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 117 => [ - 'contentobject_id' => '159', - 'created' => '1175498224', - 'creator_id' => '14', - 'id' => '606', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175498242', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 118 => [ - 'contentobject_id' => '160', - 'created' => '1175498737', - 'creator_id' => '14', - 'id' => '607', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175498746', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 119 => [ - 'contentobject_id' => '161', - 'created' => '1175498890', - 'creator_id' => '14', - 'id' => '608', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175498940', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 120 => [ - 'contentobject_id' => '162', - 'created' => '1175497211', - 'creator_id' => '14', - 'id' => '609', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497237', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 121 => [ - 'contentobject_id' => '163', - 'created' => '1175497171', - 'creator_id' => '14', - 'id' => '610', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497203', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 122 => [ - 'contentobject_id' => '164', - 'created' => '1175499551', - 'creator_id' => '14', - 'id' => '611', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499563', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 123 => [ - 'contentobject_id' => '165', - 'created' => '1193915715', - 'creator_id' => '14', - 'id' => '612', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193915732', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 124 => [ - 'contentobject_id' => '166', - 'created' => '1193916699', - 'creator_id' => '14', - 'id' => '678', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193916707', - 'status' => '0', - 'user_id' => '0', - 'version' => '2', - 'workflow_event_pos' => '0', - ], - 125 => [ - 'contentobject_id' => '167', - 'created' => '1193906039', - 'creator_id' => '14', - 'id' => '614', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906039', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 126 => [ - 'contentobject_id' => '168', - 'created' => '1193906579', - 'creator_id' => '14', - 'id' => '615', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906579', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 127 => [ - 'contentobject_id' => '169', - 'created' => '1193906040', - 'creator_id' => '14', - 'id' => '616', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906040', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 128 => [ - 'contentobject_id' => '170', - 'created' => '1193906045', - 'creator_id' => '14', - 'id' => '617', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906045', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 129 => [ - 'contentobject_id' => '171', - 'created' => '1299779680', - 'creator_id' => '14', - 'id' => '618', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299779688', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 130 => [ - 'contentobject_id' => '172', - 'created' => '1193906046', - 'creator_id' => '14', - 'id' => '619', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906046', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 131 => [ - 'contentobject_id' => '173', - 'created' => '1193906046', - 'creator_id' => '14', - 'id' => '620', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906046', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 132 => [ - 'contentobject_id' => '174', - 'created' => '1193906047', - 'creator_id' => '14', - 'id' => '621', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906047', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 133 => [ - 'contentobject_id' => '175', - 'created' => '1193906047', - 'creator_id' => '14', - 'id' => '622', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906047', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 134 => [ - 'contentobject_id' => '176', - 'created' => '1299773437', - 'creator_id' => '14', - 'id' => '623', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773449', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 135 => [ - 'contentobject_id' => '177', - 'created' => '1299773204', - 'creator_id' => '14', - 'id' => '624', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773210', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 136 => [ - 'contentobject_id' => '178', - 'created' => '1299773232', - 'creator_id' => '14', - 'id' => '625', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773237', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 137 => [ - 'contentobject_id' => '179', - 'created' => '1299773245', - 'creator_id' => '14', - 'id' => '626', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773259', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 138 => [ - 'contentobject_id' => '180', - 'created' => '1299773266', - 'creator_id' => '14', - 'id' => '627', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773275', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 139 => [ - 'contentobject_id' => '181', - 'created' => '1299773330', - 'creator_id' => '14', - 'id' => '628', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773344', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 140 => [ - 'contentobject_id' => '182', - 'created' => '1299773379', - 'creator_id' => '14', - 'id' => '629', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773383', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 141 => [ - 'contentobject_id' => '183', - 'created' => '1299773397', - 'creator_id' => '14', - 'id' => '630', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773410', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 142 => [ - 'contentobject_id' => '184', - 'created' => '1299773419', - 'creator_id' => '14', - 'id' => '631', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773429', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 143 => [ - 'contentobject_id' => '185', - 'created' => '1193915419', - 'creator_id' => '14', - 'id' => '632', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193915424', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 144 => [ - 'contentobject_id' => '186', - 'created' => '1193915476', - 'creator_id' => '14', - 'id' => '633', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193915590', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 145 => [ - 'contentobject_id' => '187', - 'created' => '1193915617', - 'creator_id' => '14', - 'id' => '634', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193915639', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 146 => [ - 'contentobject_id' => '188', - 'created' => '1175242696', - 'creator_id' => '14', - 'id' => '635', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175242706', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 147 => [ - 'contentobject_id' => '189', - 'created' => '1174305514', - 'creator_id' => '14', - 'id' => '636', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174305524', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 148 => [ - 'contentobject_id' => '190', - 'created' => '1299159416', - 'creator_id' => '14', - 'id' => '637', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159424', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 149 => [ - 'contentobject_id' => '191', - 'created' => '1193907125', - 'creator_id' => '14', - 'id' => '638', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193935923', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 150 => [ - 'contentobject_id' => '192', - 'created' => '1253010589', - 'creator_id' => '14', - 'id' => '639', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010589', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 151 => [ - 'contentobject_id' => '193', - 'created' => '1193914499', - 'creator_id' => '14', - 'id' => '640', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193914551', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 152 => [ - 'contentobject_id' => '194', - 'created' => '1253009641', - 'creator_id' => '14', - 'id' => '641', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009641', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 153 => [ - 'contentobject_id' => '195', - 'created' => '1253009692', - 'creator_id' => '14', - 'id' => '642', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009692', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 154 => [ - 'contentobject_id' => '196', - 'created' => '1253009743', - 'creator_id' => '14', - 'id' => '643', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009743', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 155 => [ - 'contentobject_id' => '197', - 'created' => '1253009784', - 'creator_id' => '14', - 'id' => '644', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009784', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 156 => [ - 'contentobject_id' => '198', - 'created' => '1253009879', - 'creator_id' => '14', - 'id' => '645', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009879', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 157 => [ - 'contentobject_id' => '199', - 'created' => '1253010805', - 'creator_id' => '14', - 'id' => '646', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010805', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 158 => [ - 'contentobject_id' => '200', - 'created' => '1253009816', - 'creator_id' => '14', - 'id' => '647', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009816', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 159 => [ - 'contentobject_id' => '201', - 'created' => '1253009848', - 'creator_id' => '14', - 'id' => '648', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009848', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 160 => [ - 'contentobject_id' => '202', - 'created' => '1299782198', - 'creator_id' => '14', - 'id' => '649', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299782207', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 161 => [ - 'contentobject_id' => '203', - 'created' => '1253010223', - 'creator_id' => '14', - 'id' => '650', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010223', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 162 => [ - 'contentobject_id' => '204', - 'created' => '1253010249', - 'creator_id' => '14', - 'id' => '651', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010249', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 163 => [ - 'contentobject_id' => '205', - 'created' => '1253010272', - 'creator_id' => '14', - 'id' => '652', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010272', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 164 => [ - 'contentobject_id' => '206', - 'created' => '1253010315', - 'creator_id' => '14', - 'id' => '653', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010315', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 165 => [ - 'contentobject_id' => '207', - 'created' => '1253010343', - 'creator_id' => '14', - 'id' => '654', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010343', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 166 => [ - 'contentobject_id' => '208', - 'created' => '1253010367', - 'creator_id' => '14', - 'id' => '655', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010367', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 167 => [ - 'contentobject_id' => '209', - 'created' => '1253010401', - 'creator_id' => '14', - 'id' => '656', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010401', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 168 => [ - 'contentobject_id' => '210', - 'created' => '1253010921', - 'creator_id' => '14', - 'id' => '657', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010921', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 169 => [ - 'contentobject_id' => '211', - 'created' => '1193914345', - 'creator_id' => '14', - 'id' => '658', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193914399', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 170 => [ - 'contentobject_id' => '212', - 'created' => '1253011179', - 'creator_id' => '14', - 'id' => '659', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253011179', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 171 => [ - 'contentobject_id' => '213', - 'created' => '1253011241', - 'creator_id' => '14', - 'id' => '660', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253011241', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 172 => [ - 'contentobject_id' => '214', - 'created' => '1299159430', - 'creator_id' => '14', - 'id' => '661', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159460', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 173 => [ - 'contentobject_id' => '215', - 'created' => '1299159470', - 'creator_id' => '14', - 'id' => '662', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159490', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 174 => [ - 'contentobject_id' => '216', - 'created' => '1299159503', - 'creator_id' => '14', - 'id' => '663', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159523', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 175 => [ - 'contentobject_id' => '217', - 'created' => '1299159538', - 'creator_id' => '14', - 'id' => '664', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159553', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 176 => [ - 'contentobject_id' => '218', - 'created' => '1299216456', - 'creator_id' => '14', - 'id' => '665', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299216558', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 177 => [ - 'contentobject_id' => '219', - 'created' => '1174305636', - 'creator_id' => '14', - 'id' => '666', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174305643', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 178 => [ - 'contentobject_id' => '220', - 'created' => '1175069781', - 'creator_id' => '14', - 'id' => '667', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069794', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 179 => [ - 'contentobject_id' => '221', - 'created' => '1175069727', - 'creator_id' => '14', - 'id' => '668', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069741', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 180 => [ - 'contentobject_id' => '222', - 'created' => '1174308738', - 'creator_id' => '14', - 'id' => '669', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174308756', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 181 => [ - 'contentobject_id' => '223', - 'created' => '1174654820', - 'creator_id' => '14', - 'id' => '670', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174654830', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 182 => [ - 'contentobject_id' => '224', - 'created' => '1175242951', - 'creator_id' => '14', - 'id' => '671', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175242960', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 183 => [ - 'contentobject_id' => '14', - 'created' => '1311154214', - 'creator_id' => '14', - 'id' => '672', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154214', - 'status' => '1', - 'user_id' => '0', - 'version' => '4', - 'workflow_event_pos' => '0', - ], - 184 => [ - 'contentobject_id' => '225', - 'created' => '1311154215', - 'creator_id' => '14', - 'id' => '673', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154215', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 185 => [ - 'contentobject_id' => '11', - 'created' => '1311154215', - 'creator_id' => '14', - 'id' => '674', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154215', - 'status' => '1', - 'user_id' => '0', - 'version' => '2', - 'workflow_event_pos' => '0', - ], - 186 => [ - 'contentobject_id' => '226', - 'created' => '1313047865', - 'creator_id' => '14', - 'id' => '675', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1313047907', - 'status' => '3', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 187 => [ - 'contentobject_id' => '226', - 'created' => '1313061317', - 'creator_id' => '14', - 'id' => '676', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1313061404', - 'status' => '1', - 'user_id' => '0', - 'version' => '2', - 'workflow_event_pos' => '0', - ], - 188 => [ - 'contentobject_id' => '225', - 'created' => '1311155215', - 'creator_id' => '14', - 'id' => '677', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311155215', - 'status' => '0', - 'user_id' => '0', - 'version' => '2', - 'workflow_event_pos' => '0', - ], - ], - Gateway::CONTENT_ITEM_TABLE => [ - 0 => [ - 'content_type_id' => '3', - 'current_version' => '1', - 'id' => '4', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033917596', - 'name' => 'Users', - 'owner_id' => '14', - 'published' => '1033917596', - 'remote_id' => 'f5c88a2209584891056f987fd965b0ba', - 'section_id' => '2', - 'status' => '1', - ], - 1 => [ - 'content_type_id' => '4', - 'current_version' => '2', - 'id' => '10', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1072180405', - 'name' => 'Anonymous User', - 'owner_id' => '14', - 'published' => '1033920665', - 'remote_id' => 'faaeb9be3bd98ed09f606fc16d144eca', - 'section_id' => '2', - 'status' => '1', - ], - 2 => [ - 'content_type_id' => '3', - 'current_version' => '2', - 'id' => '11', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154215', - 'name' => 'Members', - 'owner_id' => '14', - 'published' => '1033920746', - 'remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', - 'section_id' => '2', - 'status' => '1', - ], - 3 => [ - 'content_type_id' => '3', - 'current_version' => '1', - 'id' => '12', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033920775', - 'name' => 'Administrator users', - 'owner_id' => '14', - 'published' => '1033920775', - 'remote_id' => '9b47a45624b023b1a76c73b74d704acf', - 'section_id' => '2', - 'status' => '1', - ], - 4 => [ - 'content_type_id' => '3', - 'current_version' => '1', - 'id' => '13', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033920794', - 'name' => 'Editors', - 'owner_id' => '14', - 'published' => '1033920794', - 'remote_id' => '3c160cca19fb135f83bd02d911f04db2', - 'section_id' => '2', - 'status' => '1', - ], - 5 => [ - 'content_type_id' => '4', - 'current_version' => '4', - 'id' => '14', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154214', - 'name' => 'Administrator User', - 'owner_id' => '14', - 'published' => '1033920830', - 'remote_id' => '1bb4fe25487f05527efa8bfd394cecc7', - 'section_id' => '2', - 'status' => '1', - ], - 6 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '41', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1060695457', - 'name' => 'Media', - 'owner_id' => '14', - 'published' => '1060695457', - 'remote_id' => 'a6e35cbcb7cd6ae4b691f3eee30cd262', - 'section_id' => '3', - 'status' => '1', - ], - 7 => [ - 'content_type_id' => '3', - 'current_version' => '1', - 'id' => '42', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1072180330', - 'name' => 'Anonymous users', - 'owner_id' => '14', - 'published' => '1072180330', - 'remote_id' => '15b256dbea2ae72418ff5facc999e8f9', - 'section_id' => '2', - 'status' => '1', - ], - 8 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '45', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1079684190', - 'name' => 'Setup', - 'owner_id' => '14', - 'published' => '1079684190', - 'remote_id' => '241d538ce310074e602f29f49e44e938', - 'section_id' => '4', - 'status' => '1', - ], - 9 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '49', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220197', - 'name' => 'Images', - 'owner_id' => '14', - 'published' => '1080220197', - 'remote_id' => 'e7ff633c6b8e0fd3531e74c6e712bead', - 'section_id' => '3', - 'status' => '1', - ], - 10 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '50', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220220', - 'name' => 'Files', - 'owner_id' => '14', - 'published' => '1080220220', - 'remote_id' => '732a5acd01b51a6fe6eab448ad4138a9', - 'section_id' => '3', - 'status' => '1', - ], - 11 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '51', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220233', - 'name' => 'Multimedia', - 'owner_id' => '14', - 'published' => '1080220233', - 'remote_id' => '09082deb98662a104f325aaa8c4933d3', - 'section_id' => '3', - 'status' => '1', - ], - 12 => [ - 'content_type_id' => '14', - 'current_version' => '1', - 'id' => '52', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1082016591', - 'name' => 'Common INI settings', - 'owner_id' => '14', - 'published' => '1082016591', - 'remote_id' => '27437f3547db19cf81a33c92578b2c89', - 'section_id' => '4', - 'status' => '1', - ], - 13 => [ - 'content_type_id' => '15', - 'current_version' => '2', - 'id' => '54', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1301062376', - 'name' => 'Website Interface', - 'owner_id' => '14', - 'published' => '1082016652', - 'remote_id' => '8b8b22fe3c6061ed500fbd2b377b885f', - 'section_id' => '5', - 'status' => '1', - ], - 14 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '56', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1103023132', - 'name' => 'Design', - 'owner_id' => '14', - 'published' => '1103023132', - 'remote_id' => '08799e609893f7aba22f10cb466d9cc8', - 'section_id' => '5', - 'status' => '1', - ], - 15 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '57', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1168428358', - 'name' => 'Banners', - 'owner_id' => '14', - 'published' => '1168428358', - 'remote_id' => 'f1826ada5e88c8f79e7048b2145040b2', - 'section_id' => '3', - 'status' => '1', - ], - 16 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '58', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175499903', - 'name' => 'Woman (Communities)', - 'owner_id' => '14', - 'published' => '1174469194', - 'remote_id' => '99730850bd806030c4ae9ea92571bdd0', - 'section_id' => '3', - 'status' => '1', - ], - 17 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '59', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175499933', - 'name' => 'Woman (Frontpage)', - 'owner_id' => '14', - 'published' => '1174474836', - 'remote_id' => '52f728d4880ca5def392e4f2e782ee6d', - 'section_id' => '3', - 'status' => '1', - ], - 18 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '60', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175499960', - 'name' => 'Woman (Products)', - 'owner_id' => '14', - 'published' => '1174552827', - 'remote_id' => 'ec19f2662ebb0f930ce024a48f17f7ee', - 'section_id' => '3', - 'status' => '1', - ], - 19 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '61', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175500074', - 'name' => 'Woman (Partners)', - 'owner_id' => '14', - 'published' => '1174655952', - 'remote_id' => '55e6c9acf534ff2f3564290cb38ffddc', - 'section_id' => '3', - 'status' => '1', - ], - 20 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '62', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175500183', - 'name' => 'Pencils (Support)', - 'owner_id' => '14', - 'published' => '1174984631', - 'remote_id' => '768a04778081c6e08db5d77dd01f98a9', - 'section_id' => '3', - 'status' => '1', - ], - 21 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '63', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175500542', - 'name' => 'Woman (Training)', - 'owner_id' => '14', - 'published' => '1174987052', - 'remote_id' => 'a7c0be8039efe452ca7d1e7ec1d28dcf', - 'section_id' => '3', - 'status' => '1', - ], - 22 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '64', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175500602', - 'name' => 'Woman (Solutions)', - 'owner_id' => '14', - 'published' => '1175243716', - 'remote_id' => '1000aa14a05b968a2faa3def83aa1994', - 'section_id' => '3', - 'status' => '1', - ], - 23 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '65', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780998', - 'name' => 'Home', - 'owner_id' => '14', - 'published' => '1193906012', - 'remote_id' => '8a9c9c761004866fb458d89910f52bee', - 'section_id' => '1', - 'status' => '1', - ], - 24 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '66', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299781436', - 'name' => 'rest_api', - 'owner_id' => '14', - 'published' => '1299781436', - 'remote_id' => '800a632abc6258f5e0a6229c2ff55b46', - 'section_id' => '3', - 'status' => '1', - ], - 25 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '67', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174567474', - 'name' => 'Products', - 'owner_id' => '14', - 'published' => '1174302316', - 'remote_id' => '5dba9f5125423db2eda9ba8858a38775', - 'section_id' => '1', - 'status' => '1', - ], - 26 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '68', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302361', - 'name' => 'Software', - 'owner_id' => '14', - 'published' => '1174302361', - 'remote_id' => '02d35489c12bcbff3239c3b739823678', - 'section_id' => '1', - 'status' => '1', - ], - 27 => [ - 'content_type_id' => '21', - 'current_version' => '1', - 'id' => '69', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174303791', - 'name' => 'OS Type I', - 'owner_id' => '14', - 'published' => '1174303791', - 'remote_id' => '2995f126f24a5ef2b937c63ecae2ffc0', - 'section_id' => '1', - 'status' => '1', - ], - 28 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '70', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302388', - 'name' => 'Boxes', - 'owner_id' => '14', - 'published' => '1174302388', - 'remote_id' => '7e60420c152b5b1821ff8dda1d5002aa', - 'section_id' => '1', - 'status' => '1', - ], - 29 => [ - 'content_type_id' => '21', - 'current_version' => '1', - 'id' => '71', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174303350', - 'name' => 'CD/DVD Box I', - 'owner_id' => '14', - 'published' => '1174302627', - 'remote_id' => 'c0e62f667c7edf5b69f3131c98292387', - 'section_id' => '1', - 'status' => '1', - ], - 30 => [ - 'content_type_id' => '21', - 'current_version' => '1', - 'id' => '72', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174303441', - 'name' => 'CD/DVD Box II', - 'owner_id' => '14', - 'published' => '1174303394', - 'remote_id' => '71692736085cf6f8a36cdbb082249764', - 'section_id' => '1', - 'status' => '1', - ], - 31 => [ - 'content_type_id' => '21', - 'current_version' => '1', - 'id' => '73', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174304934', - 'name' => 'CD/DVD Box III', - 'owner_id' => '14', - 'published' => '1174304181', - 'remote_id' => '14f969f0d7f75f507394372c22919d00', - 'section_id' => '1', - 'status' => '1', - ], - 32 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '74', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302417', - 'name' => 'Products sheets', - 'owner_id' => '14', - 'published' => '1174302417', - 'remote_id' => '3524ea164ee11e7e102c9aaa56d02488', - 'section_id' => '1', - 'status' => '1', - ], - 33 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '75', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175500673', - 'name' => 'Solutions', - 'owner_id' => '14', - 'published' => '1174389373', - 'remote_id' => '3388409c96f37a7974f35befa5a14650', - 'section_id' => '1', - 'status' => '1', - ], - 34 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '76', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069345', - 'name' => 'Web publishing', - 'owner_id' => '14', - 'published' => '1174389439', - 'remote_id' => 'f21f7c41fd73c70814c46cb26b0851ed', - 'section_id' => '1', - 'status' => '1', - ], - 35 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '77', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174643990', - 'name' => 'Fusce sagittis sagittis', - 'owner_id' => '14', - 'published' => '1174643990', - 'remote_id' => '91ac81d846554a305a4029b19ba52d31', - 'section_id' => '1', - 'status' => '1', - ], - 36 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '78', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174644140', - 'name' => 'Etiam posuere sodales arcu', - 'owner_id' => '14', - 'published' => '1174644140', - 'remote_id' => 'f20f40a2f49aeec1ec40e9fb5d7cb86c', - 'section_id' => '1', - 'status' => '1', - ], - 37 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '79', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174644714', - 'name' => 'In hac habitasse platea', - 'owner_id' => '14', - 'published' => '1174644661', - 'remote_id' => 'b703033b4165a4e5b13a5b8d36b02cd1', - 'section_id' => '1', - 'status' => '1', - ], - 38 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '80', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069362', - 'name' => 'Content management', - 'owner_id' => '14', - 'published' => '1174389466', - 'remote_id' => '7dfe6d524e63a6759fd31db11a3e1490', - 'section_id' => '1', - 'status' => '1', - ], - 39 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '81', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174645184', - 'name' => 'Fusce sagittis sagittis urna', - 'owner_id' => '14', - 'published' => '1174645184', - 'remote_id' => '4179733ef0b35e2608ce72158ffe3893', - 'section_id' => '1', - 'status' => '1', - ], - 40 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '82', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174645301', - 'name' => 'Class aptent taciti sociosqu', - 'owner_id' => '14', - 'published' => '1174645301', - 'remote_id' => '5e182ad2a35120c9579c3f6d61e143cc', - 'section_id' => '1', - 'status' => '1', - ], - 41 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '83', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174645360', - 'name' => 'Aenean malesuada ligula', - 'owner_id' => '14', - 'published' => '1174645332', - 'remote_id' => 'a771e29e5157372b4798dd69a3f3eaaf', - 'section_id' => '1', - 'status' => '1', - ], - 42 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '84', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175513915', - 'name' => 'Training', - 'owner_id' => '14', - 'published' => '1174389534', - 'remote_id' => '79c3b8005e960653895177d765421342', - 'section_id' => '1', - 'status' => '1', - ], - 43 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '85', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238156', - 'name' => 'Certification', - 'owner_id' => '14', - 'published' => '1174389566', - 'remote_id' => '6a18ed16e2ea7618cc57b45791287408', - 'section_id' => '1', - 'status' => '1', - ], - 44 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '86', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069183', - 'name' => 'Professional workshops', - 'owner_id' => '14', - 'published' => '1174389594', - 'remote_id' => '895d89a8052f65834296b66318586044', - 'section_id' => '1', - 'status' => '1', - ], - 45 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '87', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175236156', - 'name' => 'Etiam sodales mauris', - 'owner_id' => '14', - 'published' => '1175235860', - 'remote_id' => '926e4fa2734f1fb6c73865417d374fea', - 'section_id' => '1', - 'status' => '1', - ], - 46 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '88', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175236182', - 'name' => 'Class aptent taciti', - 'owner_id' => '14', - 'published' => '1175236124', - 'remote_id' => '4014d37e72cee9e4dd45ab83b8b487ad', - 'section_id' => '1', - 'status' => '1', - ], - 47 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '89', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175238553', - 'name' => 'Duis auctor vehicula erat', - 'owner_id' => '14', - 'published' => '1175236994', - 'remote_id' => '93d52b9e156bd0fcd8b04cc3848e6399', - 'section_id' => '1', - 'status' => '1', - ], - 48 => [ - 'content_type_id' => '41', - 'current_version' => '1', - 'id' => '90', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174389633', - 'name' => 'Events and seminars', - 'owner_id' => '14', - 'published' => '1174389633', - 'remote_id' => '8ce63c01bab6005a389b7bde97f67dae', - 'section_id' => '1', - 'status' => '1', - ], - 49 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '91', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238194', - 'name' => 'Self-paced courses', - 'owner_id' => '14', - 'published' => '1174389656', - 'remote_id' => 'bafe7b5d33ea8ff41c0b8eab1bf8fc04', - 'section_id' => '1', - 'status' => '1', - ], - 50 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '92', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238223', - 'name' => 'Instructor-led courses', - 'owner_id' => '14', - 'published' => '1174389673', - 'remote_id' => 'b2b0a9addbbe01a7cb0160e70e42645c', - 'section_id' => '1', - 'status' => '1', - ], - 51 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '93', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069321', - 'name' => 'Additional learning resources', - 'owner_id' => '14', - 'published' => '1174389699', - 'remote_id' => '34ceeed46f3ff3a5b29b8f96eb5d0d81', - 'section_id' => '1', - 'status' => '1', - ], - 52 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '94', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175496902', - 'name' => 'Support', - 'owner_id' => '14', - 'published' => '1174458644', - 'remote_id' => 'affc99e41128c1475fa4f23dafb7159b', - 'section_id' => '1', - 'status' => '1', - ], - 53 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '95', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175258818', - 'name' => 'Knowledgebase', - 'owner_id' => '14', - 'published' => '1174459837', - 'remote_id' => 'c4d3b3ee85f36777a744015c7f234387', - 'section_id' => '1', - 'status' => '1', - ], - 54 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '96', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175253354', - 'name' => 'Sed suscipit', - 'owner_id' => '14', - 'published' => '1175253354', - 'remote_id' => 'c8294dd0b321e556905fa73df3d7ca8e', - 'section_id' => '1', - 'status' => '1', - ], - 55 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '97', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175253355', - 'name' => 'Ut interdum', - 'owner_id' => '14', - 'published' => '1175253355', - 'remote_id' => '9ca41b0930e91ae61b2d67bab735ea76', - 'section_id' => '1', - 'status' => '1', - ], - 56 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '98', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175082041', - 'name' => 'Documentation', - 'owner_id' => '14', - 'published' => '1175081995', - 'remote_id' => '8366aa92a2a1b25e6f3ffc09e6fb6ce4', - 'section_id' => '1', - 'status' => '1', - ], - 57 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '99', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175082006', - 'name' => 'Mauris pretium', - 'owner_id' => '14', - 'published' => '1175082005', - 'remote_id' => '89a584d09ab2f7dbc3374aad02839f21', - 'section_id' => '1', - 'status' => '1', - ], - 58 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '100', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175082007', - 'name' => 'Aliquam posuere', - 'owner_id' => '14', - 'published' => '1175082007', - 'remote_id' => 'f6e9707b5c57b6559f71d1c208452586', - 'section_id' => '1', - 'status' => '1', - ], - 59 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '101', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253508', - 'name' => 'Books', - 'owner_id' => '14', - 'published' => '1174459757', - 'remote_id' => 'e9aacd027d83d0c7f938521743cd7c98', - 'section_id' => '1', - 'status' => '1', - ], - 60 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '102', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175496958', - 'name' => 'Aliquam pulvinar suscipit tellus', - 'owner_id' => '14', - 'published' => '1175496424', - 'remote_id' => 'ec2989a9d3928f616fc3f9a8230928a2', - 'section_id' => '1', - 'status' => '1', - ], - 61 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '103', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253665', - 'name' => 'Customer Service', - 'owner_id' => '14', - 'published' => '1174459783', - 'remote_id' => '6a972b9a9541a2cb8a1947f222c8a629', - 'section_id' => '1', - 'status' => '1', - ], - 62 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '104', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253697', - 'name' => 'Support Programs', - 'owner_id' => '14', - 'published' => '1174459806', - 'remote_id' => 'be5e492565ceefe997010cec6518103e', - 'section_id' => '1', - 'status' => '1', - ], - 63 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '105', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299158749', - 'name' => 'Getting started', - 'owner_id' => '14', - 'published' => '1177409070', - 'remote_id' => '5eeb942341753fc43a2c03c64e86f849', - 'section_id' => '1', - 'status' => '1', - ], - 64 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '106', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299826201', - 'name' => 'Tutorials for', - 'owner_id' => '14', - 'published' => '1299158700', - 'remote_id' => 'fe77fde45a90fa16043f39d3e3e87e4b', - 'section_id' => '1', - 'status' => '1', - ], - 65 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '107', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299782490', - 'name' => 'Get involved', - 'owner_id' => '14', - 'published' => '1299159072', - 'remote_id' => '5bae6a310785e4f43fcc592e28eb7fd0', - 'section_id' => '1', - 'status' => '1', - ], - 66 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '108', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299782140', - 'name' => 'How to use Ibexa', - 'owner_id' => '14', - 'published' => '1299772464', - 'remote_id' => '2ded978c269bba85013b86c2964009be', - 'section_id' => '1', - 'status' => '1', - ], - 67 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '109', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-500ab8787316f4299c770900bf0b0361', - 'section_id' => '1', - 'status' => '1', - ], - 68 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '110', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-ad2898c2625326a0d31d18153febbd23', - 'section_id' => '1', - 'status' => '1', - ], - 69 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '111', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-56d3f1d0fc6fc6833653e95d50ac37fe', - 'section_id' => '1', - 'status' => '1', - ], - 70 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '112', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-108ac92f1474159b11e596f43a621a50', - 'section_id' => '1', - 'status' => '1', - ], - 71 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '113', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-ceba80e058bbe31bd6c34bb0e4b70bb7', - 'section_id' => '1', - 'status' => '1', - ], - 72 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '114', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-9c4764dca2a879664b1d6d78275e3bf5', - 'section_id' => '1', - 'status' => '1', - ], - 73 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '115', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772466', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772466', - 'remote_id' => 'ezoo-1ade41acf96c3c4b1a12860e1b273f34', - 'section_id' => '1', - 'status' => '1', - ], - 74 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '116', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772466', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772466', - 'remote_id' => 'ezoo-7ba827c696f3e1a2f1346541ce006bc9', - 'section_id' => '1', - 'status' => '1', - ], - 75 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '117', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772466', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772466', - 'remote_id' => 'ezoo-807f36478d500837a867f092f16d2edb', - 'section_id' => '1', - 'status' => '1', - ], - 76 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '118', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772545', - 'name' => 'How to manage Ibexa', - 'owner_id' => '14', - 'published' => '1299772545', - 'remote_id' => '90ee91c224c69f28aa775cf9edc34ef3', - 'section_id' => '1', - 'status' => '1', - ], - 77 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '119', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-6dd0f99f173ac80b7a02278b7a16d591', - 'section_id' => '1', - 'status' => '1', - ], - 78 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '120', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-9a1aaccfcceb5f0c6deed712dc3e8ad2', - 'section_id' => '1', - 'status' => '1', - ], - 79 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '121', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-833ab68985a7f8c1684b267b30a559c6', - 'section_id' => '1', - 'status' => '1', - ], - 80 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '122', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-93e2315c451c7126eae706b473b1c52a', - 'section_id' => '1', - 'status' => '1', - ], - 81 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '123', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-23e06358318331a1c2106d7c33a58418', - 'section_id' => '1', - 'status' => '1', - ], - 82 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '124', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-04a89e84e1f234c3c994d9d4c0e97427', - 'section_id' => '1', - 'status' => '1', - ], - 83 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '125', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-074e119f8e73af31122dbb65c5e2e051', - 'section_id' => '1', - 'status' => '1', - ], - 84 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '126', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772547', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772547', - 'remote_id' => 'ezoo-523ece70d73d5d9181766024536432ac', - 'section_id' => '1', - 'status' => '1', - ], - 85 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '127', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299782177', - 'name' => 'How to develop with Ibexa', - 'owner_id' => '14', - 'published' => '1299772637', - 'remote_id' => '564f94afa87f70227199e951450b19a4', - 'section_id' => '1', - 'status' => '1', - ], - 86 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '128', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772637', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772637', - 'remote_id' => 'ezoo-0766000124cbc5f97cbc2ab2a866d211', - 'section_id' => '1', - 'status' => '1', - ], - 87 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '129', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772637', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772637', - 'remote_id' => 'ezoo-e6d52e4230c6537bb443681a3e2227f1', - 'section_id' => '1', - 'status' => '1', - ], - 88 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '130', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1284398357', - 'name' => 'Adding Siteaccesses in Ibexa', - 'owner_id' => '14', - 'published' => '1284398357', - 'remote_id' => 'e02b80d7cd9059cf469aafbe7d2d1969', - 'section_id' => '1', - 'status' => '1', - ], - 89 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '131', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780749', - 'name' => 'New features', - 'owner_id' => '14', - 'published' => '1299780749', - 'remote_id' => '5602aa2e97cc42199dbdf09d39602fa1', - 'section_id' => '1', - 'status' => '1', - ], - 90 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '132', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299782001', - 'name' => 'Improved user registration workflow', - 'owner_id' => '14', - 'published' => '1299773631', - 'remote_id' => 'b3a55b313b9dcc062b0a72d353a061f0', - 'section_id' => '1', - 'status' => '1', - ], - 91 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '133', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773632', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773632', - 'remote_id' => 'ezoo-824ecec8d77eacebe80a14de50be1407', - 'section_id' => '1', - 'status' => '1', - ], - 92 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '134', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773632', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773632', - 'remote_id' => 'ezoo-be5800de6f1768c0246c98fb8ab82ae8', - 'section_id' => '1', - 'status' => '1', - ], - 93 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '135', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773632', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773632', - 'remote_id' => 'ezoo-898e714f495796d827e14fabcad39004', - 'section_id' => '1', - 'status' => '1', - ], - 94 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '136', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773644', - 'name' => 'Improved block editing', - 'owner_id' => '14', - 'published' => '1299773644', - 'remote_id' => '600871786c620b262ed880d0712cf9e0', - 'section_id' => '1', - 'status' => '1', - ], - 95 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '137', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773644', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773644', - 'remote_id' => 'ezoo-786d2237126858b0ae103bba831194c5', - 'section_id' => '1', - 'status' => '1', - ], - 96 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '138', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773645', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773645', - 'remote_id' => 'ezoo-30636a746c10b209d065b6236322cae9', - 'section_id' => '1', - 'status' => '1', - ], - 97 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '139', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299781914', - 'name' => 'Improved front-end editing', - 'owner_id' => '14', - 'published' => '1299773656', - 'remote_id' => 'c04fb6e7abdfcf2c032389cfb246df10', - 'section_id' => '1', - 'status' => '1', - ], - 98 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '140', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773656', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773656', - 'remote_id' => 'ezoo-25c6a6c4283f817e868846e4e4e047bc', - 'section_id' => '1', - 'status' => '1', - ], - 99 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '141', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773656', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773656', - 'remote_id' => 'ezoo-e8c8e5be0ab861883249f1f140645d1b', - 'section_id' => '1', - 'status' => '1', - ], - 100 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '142', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773656', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773656', - 'remote_id' => 'ezoo-d91c6b1b2436f599b0c235f1d49bffe6', - 'section_id' => '1', - 'status' => '1', - ], - 101 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '143', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773657', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773657', - 'remote_id' => 'ezoo-834c4dc12c2470e235dfca5a9b56a751', - 'section_id' => '1', - 'status' => '1', - ], - 102 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '144', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299781605', - 'name' => 'FastCGI', - 'owner_id' => '14', - 'published' => '1299773667', - 'remote_id' => '726413c0a78a8b4d75e6681d7f9883f6', - 'section_id' => '1', - 'status' => '1', - ], - 103 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '145', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299826224', - 'name' => 'Support for Red Hat Enterprise', - 'owner_id' => '14', - 'published' => '1299773676', - 'remote_id' => '8377bca8d648a3cab863ef09de4a33ba', - 'section_id' => '1', - 'status' => '1', - ], - 104 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '146', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773677', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773677', - 'remote_id' => 'ezoo-312c7da896e31f74afa5bdfcf2ec3c4b', - 'section_id' => '1', - 'status' => '1', - ], - 105 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '147', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773691', - 'name' => 'Canonical links', - 'owner_id' => '14', - 'published' => '1299773691', - 'remote_id' => '56d03ef66308781ea1bda4adbd10fed5', - 'section_id' => '1', - 'status' => '1', - ], - 106 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '148', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773704', - 'name' => 'Asynchronous publishing', - 'owner_id' => '14', - 'published' => '1299773704', - 'remote_id' => '15450851f4f20dbd0f7e612f3355c4a4', - 'section_id' => '1', - 'status' => '1', - ], - 107 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '149', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773705', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773705', - 'remote_id' => 'ezoo-341682c9084fad2fd8ec02129a427721', - 'section_id' => '1', - 'status' => '1', - ], - 108 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '150', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299781476', - 'name' => 'REST API interface', - 'owner_id' => '14', - 'published' => '1299773717', - 'remote_id' => 'a7bf7875d4f020de21f7fd6281eb7922', - 'section_id' => '1', - 'status' => '1', - ], - 109 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '151', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299780653', - 'name' => 'Ibexa Enterprise', - 'owner_id' => '14', - 'published' => '1299780355', - 'remote_id' => 'bea2aa5ed17c617531344b6c71aff596', - 'section_id' => '1', - 'status' => '1', - ], - 110 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '152', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299780356', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299780356', - 'remote_id' => 'ezoo-0b8f65be2b80b4a7138990b335736563', - 'section_id' => '1', - 'status' => '1', - ], - 111 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '153', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299780356', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299780356', - 'remote_id' => 'ezoo-db3fcade578f2fc9da52a81f503394c2', - 'section_id' => '1', - 'status' => '1', - ], - 112 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '154', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499365', - 'name' => 'Partners', - 'owner_id' => '14', - 'published' => '1168428420', - 'remote_id' => '4ce71da8102ee02db016158cd06895ed', - 'section_id' => '6', - 'status' => '1', - ], - 113 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '155', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175498179', - 'name' => 'Partner News', - 'owner_id' => '14', - 'published' => '1174463557', - 'remote_id' => '96525aef27696fa39e69d43481ffc2b1', - 'section_id' => '6', - 'status' => '1', - ], - 114 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '156', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175497937', - 'name' => 'Pellentesque quam mauris', - 'owner_id' => '14', - 'published' => '1175497937', - 'remote_id' => '2803bc1a519d7a60567721200db49d27', - 'section_id' => '6', - 'status' => '1', - ], - 115 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '157', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175499136', - 'name' => 'Penatibus et magnis dis', - 'owner_id' => '14', - 'published' => '1175499050', - 'remote_id' => 'b76742278b7144f55c8c8dddc496d762', - 'section_id' => '6', - 'status' => '1', - ], - 116 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '158', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497280', - 'name' => 'News', - 'owner_id' => '14', - 'published' => '1174463579', - 'remote_id' => '9e60cb050cfd8faf02af8fed62e37d94', - 'section_id' => '6', - 'status' => '1', - ], - 117 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '159', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175498242', - 'name' => 'Curabitur hendrerit dignissim', - 'owner_id' => '14', - 'published' => '1175498136', - 'remote_id' => '95edc648f6300157ecd3749b2adf8ab0', - 'section_id' => '6', - 'status' => '1', - ], - 118 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '160', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175498747', - 'name' => 'Proin condimentum risus', - 'owner_id' => '14', - 'published' => '1175498377', - 'remote_id' => '3bcff60495f6c4b165d15f47628f7245', - 'section_id' => '6', - 'status' => '1', - ], - 119 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '161', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175498941', - 'name' => 'Morbi tristique senectus', - 'owner_id' => '14', - 'published' => '1175498941', - 'remote_id' => '54965750523a6caf827bd255ab4833bb', - 'section_id' => '6', - 'status' => '1', - ], - 120 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '162', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497237', - 'name' => 'Partner Products', - 'owner_id' => '14', - 'published' => '1174463692', - 'remote_id' => '3f1c8e4d7736f54032138ea330ee461a', - 'section_id' => '6', - 'status' => '1', - ], - 121 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '163', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497203', - 'name' => 'Partners', - 'owner_id' => '14', - 'published' => '1174463828', - 'remote_id' => '18ed8ae5378a8a1431fc5c8f88f0a86a', - 'section_id' => '6', - 'status' => '1', - ], - 122 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '164', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175499564', - 'name' => 'Neque orci malesuada felis', - 'owner_id' => '14', - 'published' => '1175499308', - 'remote_id' => 'cc72df346e00e35cc78d5c6b466a2c11', - 'section_id' => '6', - 'status' => '1', - ], - 123 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '165', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193915732', - 'name' => 'Community', - 'owner_id' => '14', - 'published' => '1193906037', - 'remote_id' => '378acc2bc7a52400701956047a2f7d45', - 'section_id' => '1', - 'status' => '1', - ], - 124 => [ - 'content_type_id' => '37', - 'current_version' => '1', - 'id' => '166', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193915707', - 'name' => 'Forum', - 'owner_id' => '14', - 'published' => '1193904899', - 'remote_id' => '219ca29549fe687005593716f9fe5d68', - 'section_id' => '1', - 'status' => '1', - ], - 125 => [ - 'content_type_id' => '38', - 'current_version' => '1', - 'id' => '167', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906039', - 'name' => 'Nulla vitae tellus sit amet', - 'owner_id' => '14', - 'published' => '1193906039', - 'remote_id' => 'c5976544daefad2cf0855dbe54a4e748', - 'section_id' => '1', - 'status' => '1', - ], - 126 => [ - 'content_type_id' => '38', - 'current_version' => '1', - 'id' => '168', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906579', - 'name' => 'Ut mollis sodales nibh', - 'owner_id' => '14', - 'published' => '1193906579', - 'remote_id' => 'e6ce013587fd32057017c4459c03b681', - 'section_id' => '1', - 'status' => '1', - ], - 127 => [ - 'content_type_id' => '38', - 'current_version' => '1', - 'id' => '169', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906040', - 'name' => 'Nam risus leo', - 'owner_id' => '14', - 'published' => '1193906040', - 'remote_id' => 'bd4ff900964c8b09694478f5432afc41', - 'section_id' => '1', - 'status' => '1', - ], - 128 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '170', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906045', - 'name' => 'Wiki', - 'owner_id' => '14', - 'published' => '1193906045', - 'remote_id' => '27c68e844e2663ddd20dfb59961d5268', - 'section_id' => '1', - 'status' => '1', - ], - 129 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '171', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299779689', - 'name' => 'Sed suscipit', - 'owner_id' => '14', - 'published' => '1193906045', - 'remote_id' => 'ee8e3c6f437198adaa073a9e2b4dc338', - 'section_id' => '1', - 'status' => '1', - ], - 130 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '172', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906046', - 'name' => 'Ut interdum', - 'owner_id' => '14', - 'published' => '1193906046', - 'remote_id' => '4ce7df1966ec83aadb0901ed6162bf9b', - 'section_id' => '1', - 'status' => '1', - ], - 131 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '173', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906046', - 'name' => 'Fusce pulvinar', - 'owner_id' => '14', - 'published' => '1193906046', - 'remote_id' => 'fa54ccddf28481b513b60c68911baef8', - 'section_id' => '1', - 'status' => '1', - ], - 132 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '174', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906047', - 'name' => 'Duis id tortor', - 'owner_id' => '14', - 'published' => '1193906047', - 'remote_id' => 'e20a6ec858de6a28a7ba14c26164753a', - 'section_id' => '1', - 'status' => '1', - ], - 133 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '175', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906047', - 'name' => 'Curabitur lacinia', - 'owner_id' => '14', - 'published' => '1193906047', - 'remote_id' => '5a3d6806ccd2f6edd86f6219ddc51525', - 'section_id' => '1', - 'status' => '1', - ], - 134 => [ - 'content_type_id' => '35', - 'current_version' => '1', - 'id' => '176', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773449', - 'name' => 'Pictures', - 'owner_id' => '14', - 'published' => '1193910178', - 'remote_id' => 'c0180d604d5f5d273702b7d675d6c0cd', - 'section_id' => '1', - 'status' => '1', - ], - 135 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '177', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773210', - 'name' => 'Ivo on ibexa tags', - 'owner_id' => '14', - 'published' => '1299772902', - 'remote_id' => '32709d6df489b5debc03caddec908363', - 'section_id' => '1', - 'status' => '1', - ], - 136 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '178', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773237', - 'name' => 'Are you ready for the Community day?', - 'owner_id' => '14', - 'published' => '1299772906', - 'remote_id' => '36e3a053ea7c2eb0270f7e814db08437', - 'section_id' => '1', - 'status' => '1', - ], - 137 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '179', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773259', - 'name' => 'Let\'s work together!', - 'owner_id' => '14', - 'published' => '1299772907', - 'remote_id' => '94b6dac5fe7da860b3d1517c50fe778c', - 'section_id' => '1', - 'status' => '1', - ], - 138 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '180', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773275', - 'name' => 'The Mediterranean seen from Nice!', - 'owner_id' => '14', - 'published' => '1299772908', - 'remote_id' => '3563d8cdc914573dcff797de2e6e19e1', - 'section_id' => '1', - 'status' => '1', - ], - 139 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '181', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773344', - 'name' => 'Hotel lobby at Isola2000', - 'owner_id' => '14', - 'published' => '1299773320', - 'remote_id' => 'd1d0d736feaffd107778d8a7f980f262', - 'section_id' => '1', - 'status' => '1', - ], - 140 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '182', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773383', - 'name' => 'Alexander on the past, Gaby on today and tomorrow', - 'owner_id' => '14', - 'published' => '1299773321', - 'remote_id' => '18be5e657fce9d909d0e5662d4ce2455', - 'section_id' => '1', - 'status' => '1', - ], - 141 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '183', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773410', - 'name' => 'Isola2000 in white - beautiful skiing!', - 'owner_id' => '14', - 'published' => '1299773322', - 'remote_id' => 'a1375875fc7657d934d402e20b76bce2', - 'section_id' => '1', - 'status' => '1', - ], - 142 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '184', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773429', - 'name' => 'CEO future pitch - Adaptable, open, reliable!', - 'owner_id' => '14', - 'published' => '1299773323', - 'remote_id' => '0caf4e0ea84c4919570def36f782ef6d', - 'section_id' => '1', - 'status' => '1', - ], - 143 => [ - 'content_type_id' => '19', - 'current_version' => '1', - 'id' => '185', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193915424', - 'name' => 'Blog', - 'owner_id' => '14', - 'published' => '1193915424', - 'remote_id' => '6a715c29ec67ed5e13ded872e1615690', - 'section_id' => '1', - 'status' => '1', - ], - 144 => [ - 'content_type_id' => '20', - 'current_version' => '1', - 'id' => '186', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193915590', - 'name' => 'Visit Paris', - 'owner_id' => '14', - 'published' => '1193915590', - 'remote_id' => 'bfe5bf501b832f165089c8d1c0ee959f', - 'section_id' => '1', - 'status' => '1', - ], - 145 => [ - 'content_type_id' => '20', - 'current_version' => '1', - 'id' => '187', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193915640', - 'name' => 'Paris in France', - 'owner_id' => '14', - 'published' => '1193915640', - 'remote_id' => 'e88c60fabc96a9dc0a5d429b1a9872ed', - 'section_id' => '1', - 'status' => '1', - ], - 146 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '188', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175242707', - 'name' => 'Company', - 'owner_id' => '14', - 'published' => '1168428469', - 'remote_id' => 'b4668ac60d726ddfb655c3895cb0cae5', - 'section_id' => '1', - 'status' => '1', - ], - 147 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '189', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174305524', - 'name' => 'About company', - 'owner_id' => '14', - 'published' => '1174305524', - 'remote_id' => '10705bd08a74c34556ffee6a70d0be0b', - 'section_id' => '1', - 'status' => '1', - ], - 148 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '190', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159424', - 'name' => 'New features', - 'owner_id' => '14', - 'published' => '1193906508', - 'remote_id' => 'dc3e2c928288ee4773493fe16db9ec08', - 'section_id' => '1', - 'status' => '1', - ], - 149 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '191', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193935923', - 'name' => 'Separate content & design in Ibexa', - 'owner_id' => '14', - 'published' => '1193907125', - 'remote_id' => '932072228b62943d3d3521e7712b54e9', - 'section_id' => '1', - 'status' => '1', - ], - 150 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '192', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010589', - 'name' => 'separation_of_content_and_design', - 'owner_id' => '14', - 'published' => '1253010589', - 'remote_id' => '5e5d7350606f50f5b2e9c85080ef83a3', - 'section_id' => '1', - 'status' => '1', - ], - 151 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '193', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193914552', - 'name' => 'How to use Ibexa', - 'owner_id' => '14', - 'published' => '1193908304', - 'remote_id' => 'afad8dfca54311e15bfd241ef09da280', - 'section_id' => '1', - 'status' => '1', - ], - 152 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '194', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009641', - 'name' => 'openoffice_import_large', - 'owner_id' => '14', - 'published' => '1253009641', - 'remote_id' => '0df4432f360b63cc55331524bea095bc', - 'section_id' => '1', - 'status' => '1', - ], - 153 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '195', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009692', - 'name' => 'translation_large', - 'owner_id' => '14', - 'published' => '1253009692', - 'remote_id' => '632542f33d621670300a843c2c3d7790', - 'section_id' => '1', - 'status' => '1', - ], - 154 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '196', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009744', - 'name' => 'multiupload_large', - 'owner_id' => '14', - 'published' => '1253009744', - 'remote_id' => 'be4b68a49195b504f7854e38ee97c9e6', - 'section_id' => '1', - 'status' => '1', - ], - 155 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '197', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009784', - 'name' => 'gallery_large', - 'owner_id' => '14', - 'published' => '1253009784', - 'remote_id' => '9737ed22471ac3baf2dbbb45fcb3af5c', - 'section_id' => '1', - 'status' => '1', - ], - 156 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '198', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009879', - 'name' => 'search_result_large', - 'owner_id' => '14', - 'published' => '1253009879', - 'remote_id' => '2ff25f3949e9c4d49442170ca0726fea', - 'section_id' => '1', - 'status' => '1', - ], - 157 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '199', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010806', - 'name' => 'ez_tool_bar_large', - 'owner_id' => '14', - 'published' => '1253010806', - 'remote_id' => 'ab7ed2ea1e71e7ec0479195fc0dc5440', - 'section_id' => '1', - 'status' => '1', - ], - 158 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '200', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009816', - 'name' => 'quicktime_large', - 'owner_id' => '14', - 'published' => '1253009816', - 'remote_id' => '4cf0621be70d809727b8a3581343dee1', - 'section_id' => '3', - 'status' => '1', - ], - 159 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '201', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009848', - 'name' => 'web_2_0_large', - 'owner_id' => '14', - 'published' => '1253009848', - 'remote_id' => 'fad6a8133332373683847f76158e8719', - 'section_id' => '3', - 'status' => '1', - ], - 160 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '202', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299782207', - 'name' => 'How to manage Ibexa', - 'owner_id' => '14', - 'published' => '1193908398', - 'remote_id' => '81d949fde405dbe3e5bc6d83452bd927', - 'section_id' => '1', - 'status' => '1', - ], - 161 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '203', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010224', - 'name' => 'usermanagement_large', - 'owner_id' => '14', - 'published' => '1253010224', - 'remote_id' => '344e4197cdaf6ad6f06e0c99ad81dbed', - 'section_id' => '1', - 'status' => '1', - ], - 162 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '204', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010249', - 'name' => 'workflow_large', - 'owner_id' => '14', - 'published' => '1253010249', - 'remote_id' => 'ffc4840fd5b1f8c7ec21d569787252ed', - 'section_id' => '1', - 'status' => '1', - ], - 163 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '205', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010272', - 'name' => 'versioning_large', - 'owner_id' => '14', - 'published' => '1253010272', - 'remote_id' => '3e192eaaaaaceea57be51f2fec5b4abd', - 'section_id' => '1', - 'status' => '1', - ], - 164 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '206', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010315', - 'name' => 'datatypes_attributes_content_class_and_objects_large', - 'owner_id' => '14', - 'published' => '1253010315', - 'remote_id' => 'ee5ad7e637d4da303960cc8800ced740', - 'section_id' => '1', - 'status' => '1', - ], - 165 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '207', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010343', - 'name' => 'multiple_location_large', - 'owner_id' => '14', - 'published' => '1253010343', - 'remote_id' => '59a7ab331d043dddcf9011a8ef32a32b', - 'section_id' => '1', - 'status' => '1', - ], - 166 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '208', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010367', - 'name' => 'multisite_deployment_large', - 'owner_id' => '14', - 'published' => '1253010367', - 'remote_id' => 'e9ba83a65cdaf91039bbffbbfdc5d77b', - 'section_id' => '1', - 'status' => '1', - ], - 167 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '209', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010401', - 'name' => 'seo_large', - 'owner_id' => '14', - 'published' => '1253010401', - 'remote_id' => '46683944a42aefbbb42cf615489f3627', - 'section_id' => '1', - 'status' => '1', - ], - 168 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '210', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010921', - 'name' => 'admin_site_large', - 'owner_id' => '14', - 'published' => '1253010921', - 'remote_id' => '58f0b7745496ec9ba4e3238dbd481a4b', - 'section_id' => '1', - 'status' => '1', - ], - 169 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '211', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193914399', - 'name' => 'How to develop with Ibexa', - 'owner_id' => '14', - 'published' => '1193908946', - 'remote_id' => '96a6b67d897f8dda1053f2a56a734941', - 'section_id' => '1', - 'status' => '1', - ], - 170 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '212', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253011179', - 'name' => 'datatypes_attributes_content_class_and_objects_large', - 'owner_id' => '14', - 'published' => '1253011179', - 'remote_id' => '9bf3262d95b411ed99b6efb704aba830', - 'section_id' => '1', - 'status' => '1', - ], - 171 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '213', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253011241', - 'name' => 'site_style_large', - 'owner_id' => '14', - 'published' => '1253011241', - 'remote_id' => 'a1dc5eaa5bb06066e033df54ecd76180', - 'section_id' => '1', - 'status' => '1', - ], - 172 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '214', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299159460', - 'name' => 'REST API interface', - 'owner_id' => '14', - 'published' => '1299159460', - 'remote_id' => 'e14eb9cc916fd2f8e0e5660cdda0f25d', - 'section_id' => '1', - 'status' => '1', - ], - 173 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '215', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299159490', - 'name' => 'Asynchronous Publishing', - 'owner_id' => '14', - 'published' => '1299159490', - 'remote_id' => 'e56b267f79afc37b624d3348a0e85f6e', - 'section_id' => '1', - 'status' => '1', - ], - 174 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '216', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299159523', - 'name' => 'Canonical links', - 'owner_id' => '14', - 'published' => '1299159523', - 'remote_id' => 'df9492099e7fc03de8823726eb7c5b56', - 'section_id' => '1', - 'status' => '1', - ], - 175 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '217', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299159553', - 'name' => 'Support for Red Hat Enterprise', - 'owner_id' => '14', - 'published' => '1299159553', - 'remote_id' => 'ce7a6712771252619b2a32e277ea7aac', - 'section_id' => '1', - 'status' => '1', - ], - 176 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '218', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299216558', - 'name' => 'FastCGI', - 'owner_id' => '14', - 'published' => '1299159579', - 'remote_id' => '83d9df9fbe02ae449c2208625b6803e0', - 'section_id' => '1', - 'status' => '1', - ], - 177 => [ - 'content_type_id' => '26', - 'current_version' => '1', - 'id' => '219', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174305643', - 'name' => 'Events', - 'owner_id' => '14', - 'published' => '1174305643', - 'remote_id' => '36a66a1bf73a17b098642b52c7b62c35', - 'section_id' => '1', - 'status' => '1', - ], - 178 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '220', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069794', - 'name' => 'Career', - 'owner_id' => '14', - 'published' => '1174305674', - 'remote_id' => '493a855d8565518e07369352e295facc', - 'section_id' => '1', - 'status' => '1', - ], - 179 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '221', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069741', - 'name' => 'Investors Relation', - 'owner_id' => '14', - 'published' => '1174305734', - 'remote_id' => 'c9822f47546396138c1318d3e0dcbdfe', - 'section_id' => '1', - 'status' => '1', - ], - 180 => [ - 'content_type_id' => '22', - 'current_version' => '1', - 'id' => '222', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174308757', - 'name' => 'Contact', - 'owner_id' => '14', - 'published' => '1174308757', - 'remote_id' => 'c8e19a5426d741de3d587579de89c91e', - 'section_id' => '1', - 'status' => '1', - ], - 181 => [ - 'content_type_id' => '25', - 'current_version' => '1', - 'id' => '223', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174654830', - 'name' => 'Morbi neque', - 'owner_id' => '14', - 'published' => '1174654751', - 'remote_id' => '73ab8d14922e13d67ef3c295d0663fa9', - 'section_id' => '1', - 'status' => '1', - ], - 182 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '224', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175242960', - 'name' => 'Company banner', - 'owner_id' => '14', - 'published' => '1175242413', - 'remote_id' => 'a457bec5fb0afe243c16fe254e2fbcdf', - 'section_id' => '1', - 'status' => '1', - ], - 183 => [ - 'content_type_id' => '3', - 'current_version' => '1', - 'id' => '225', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154215', - 'name' => 'Partners', - 'owner_id' => '14', - 'published' => '1311154215', - 'remote_id' => '713e1709ba03bf1fde1396d2a0451e28', - 'section_id' => '1', - 'status' => '1', - ], - 184 => [ - 'content_type_id' => '16', - 'current_version' => '2', - 'id' => '226', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1313061404', - 'name' => 'Something', - 'owner_id' => '14', - 'published' => '1313047907', - 'remote_id' => '95a226fb62c1533f60c16c3769bc7c6c', - 'section_id' => '1', - 'status' => '1', - ], - ], - LocationGateway::CONTENT_TREE_TABLE => [ - 0 => [ - 'contentobject_id' => '0', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '0', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '1', - 'modified_subnode' => '1313061404', - 'node_id' => '1', - 'parent_node_id' => '1', - 'path_identification_string' => '', - 'path_string' => '/1/', - 'priority' => '0', - 'remote_id' => '629709ba256fe317c3ddcee35453a96a', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 1 => [ - 'contentobject_id' => '65', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '1', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '2', - 'modified_subnode' => '1313061404', - 'node_id' => '2', - 'parent_node_id' => '1', - 'path_identification_string' => '', - 'path_string' => '/1/2/', - 'priority' => '0', - 'remote_id' => 'f3e90596361e31d496d4026eb624c983', - 'sort_field' => '8', - 'sort_order' => '1', - ], - 2 => [ - 'contentobject_id' => '4', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '1', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '5', - 'modified_subnode' => '1311154216', - 'node_id' => '5', - 'parent_node_id' => '1', - 'path_identification_string' => 'users', - 'path_string' => '/1/5/', - 'priority' => '0', - 'remote_id' => '3f6d92f8044aed134f32153517850f5a', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 3 => [ - 'contentobject_id' => '11', - 'contentobject_is_published' => '1', - 'contentobject_version' => '2', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '12', - 'modified_subnode' => '1311154216', - 'node_id' => '12', - 'parent_node_id' => '5', - 'path_identification_string' => 'users/members', - 'path_string' => '/1/5/12/', - 'priority' => '0', - 'remote_id' => '602dcf84765e56b7f999eaafd3821dd3', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 4 => [ - 'contentobject_id' => '12', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '13', - 'modified_subnode' => '1311154214', - 'node_id' => '13', - 'parent_node_id' => '5', - 'path_identification_string' => 'users/administrator_users', - 'path_string' => '/1/5/13/', - 'priority' => '0', - 'remote_id' => '769380b7aa94541679167eab817ca893', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 5 => [ - 'contentobject_id' => '13', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '14', - 'modified_subnode' => '1081860719', - 'node_id' => '14', - 'parent_node_id' => '5', - 'path_identification_string' => 'users/editors', - 'path_string' => '/1/5/14/', - 'priority' => '0', - 'remote_id' => 'f7dda2854fc68f7c8455d9cb14bd04a9', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 6 => [ - 'contentobject_id' => '14', - 'contentobject_is_published' => '1', - 'contentobject_version' => '4', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '15', - 'modified_subnode' => '1311154214', - 'node_id' => '15', - 'parent_node_id' => '13', - 'path_identification_string' => 'users/administrator_users/administrator_user', - 'path_string' => '/1/5/13/15/', - 'priority' => '0', - 'remote_id' => 'e5161a99f733200b9ed4e80f9c16187b', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 7 => [ - 'contentobject_id' => '41', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '1', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '43', - 'modified_subnode' => '1311154174', - 'node_id' => '43', - 'parent_node_id' => '1', - 'path_identification_string' => 'media', - 'path_string' => '/1/43/', - 'priority' => '0', - 'remote_id' => '75c715a51699d2d309a924eca6a95145', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 8 => [ - 'contentobject_id' => '42', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '44', - 'modified_subnode' => '1081860719', - 'node_id' => '44', - 'parent_node_id' => '5', - 'path_identification_string' => 'users/anonymous_users', - 'path_string' => '/1/5/44/', - 'priority' => '0', - 'remote_id' => '4fdf0072da953bb276c0c7e0141c5c9b', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 9 => [ - 'contentobject_id' => '10', - 'contentobject_is_published' => '1', - 'contentobject_version' => '2', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '45', - 'modified_subnode' => '1081860719', - 'node_id' => '45', - 'parent_node_id' => '44', - 'path_identification_string' => 'users/anonymous_users/anonymous_user', - 'path_string' => '/1/5/44/45/', - 'priority' => '0', - 'remote_id' => '2cf8343bee7b482bab82b269d8fecd76', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 10 => [ - 'contentobject_id' => '45', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '1', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '48', - 'modified_subnode' => '1184592117', - 'node_id' => '48', - 'parent_node_id' => '1', - 'path_identification_string' => 'setup2', - 'path_string' => '/1/48/', - 'priority' => '0', - 'remote_id' => '182ce1b5af0c09fa378557c462ba2617', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 11 => [ - 'contentobject_id' => '49', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '51', - 'modified_subnode' => '1311154174', - 'node_id' => '51', - 'parent_node_id' => '43', - 'path_identification_string' => 'media/images', - 'path_string' => '/1/43/51/', - 'priority' => '0', - 'remote_id' => '1b26c0454b09bb49dfb1b9190ffd67cb', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 12 => [ - 'contentobject_id' => '50', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '52', - 'modified_subnode' => '1081860720', - 'node_id' => '52', - 'parent_node_id' => '43', - 'path_identification_string' => 'media/files', - 'path_string' => '/1/43/52/', - 'priority' => '0', - 'remote_id' => '0b113a208f7890f9ad3c24444ff5988c', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 13 => [ - 'contentobject_id' => '51', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '53', - 'modified_subnode' => '1081860720', - 'node_id' => '53', - 'parent_node_id' => '43', - 'path_identification_string' => 'media/multimedia', - 'path_string' => '/1/43/53/', - 'priority' => '0', - 'remote_id' => '4f18b82c75f10aad476cae5adf98c11f', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 14 => [ - 'contentobject_id' => '52', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '54', - 'modified_subnode' => '1184592117', - 'node_id' => '54', - 'parent_node_id' => '48', - 'path_identification_string' => 'setup2/common_ini_settings', - 'path_string' => '/1/48/54/', - 'priority' => '0', - 'remote_id' => 'fa9f3cff9cf90ecfae335718dcbddfe2', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 15 => [ - 'contentobject_id' => '54', - 'contentobject_is_published' => '1', - 'contentobject_version' => '2', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '56', - 'modified_subnode' => '1311154215', - 'node_id' => '56', - 'parent_node_id' => '58', - 'path_identification_string' => 'design/plain_site', - 'path_string' => '/1/58/56/', - 'priority' => '0', - 'remote_id' => '772da20ecf88b3035d73cbdfcea0f119', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 16 => [ - 'contentobject_id' => '56', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '1', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '58', - 'modified_subnode' => '1311154215', - 'node_id' => '58', - 'parent_node_id' => '1', - 'path_identification_string' => 'design', - 'path_string' => '/1/58/', - 'priority' => '0', - 'remote_id' => '79f2d67372ab56f59b5d65bb9e0ca3b9', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 17 => [ - 'contentobject_id' => '57', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '59', - 'modified_subnode' => '1311154174', - 'node_id' => '59', - 'parent_node_id' => '43', - 'path_identification_string' => 'media/banners', - 'path_string' => '/1/43/59/', - 'priority' => '0', - 'remote_id' => '437ef9d0a9b7ae326ec83fa3bb73956d', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 18 => [ - 'contentobject_id' => '58', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '60', - 'modified_subnode' => '1311154173', - 'node_id' => '60', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_communities', - 'path_string' => '/1/43/59/60/', - 'priority' => '0', - 'remote_id' => 'eaa7f2f48c3f35801961abad12151db4', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 19 => [ - 'contentobject_id' => '59', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '61', - 'modified_subnode' => '1311154173', - 'node_id' => '61', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_frontpage', - 'path_string' => '/1/43/59/61/', - 'priority' => '0', - 'remote_id' => 'b8c85fd926d61dab6e68fa1865cee987', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 20 => [ - 'contentobject_id' => '60', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '62', - 'modified_subnode' => '1311154173', - 'node_id' => '62', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_products', - 'path_string' => '/1/43/59/62/', - 'priority' => '0', - 'remote_id' => 'c65aba2485585bdd09dfb66afccf645e', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 21 => [ - 'contentobject_id' => '61', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '63', - 'modified_subnode' => '1311154173', - 'node_id' => '63', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_partners', - 'path_string' => '/1/43/59/63/', - 'priority' => '0', - 'remote_id' => '64bb803471e53898aa38a7c29e482370', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 22 => [ - 'contentobject_id' => '62', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '64', - 'modified_subnode' => '1311154174', - 'node_id' => '64', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/pencils_support', - 'path_string' => '/1/43/59/64/', - 'priority' => '0', - 'remote_id' => '95e29503817570c6458fa0f37d227306', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 23 => [ - 'contentobject_id' => '63', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '65', - 'modified_subnode' => '1311154174', - 'node_id' => '65', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_training', - 'path_string' => '/1/43/59/65/', - 'priority' => '0', - 'remote_id' => 'aa4a1afd9c02d00f2f31186e8a271332', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 24 => [ - 'contentobject_id' => '64', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '66', - 'modified_subnode' => '1311154174', - 'node_id' => '66', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_solutions', - 'path_string' => '/1/43/59/66/', - 'priority' => '0', - 'remote_id' => '93d5115082a23b266613868051b8d803', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 25 => [ - 'contentobject_id' => '66', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '68', - 'modified_subnode' => '1311154174', - 'node_id' => '68', - 'parent_node_id' => '51', - 'path_identification_string' => 'media/images/rest_api', - 'path_string' => '/1/43/51/68/', - 'priority' => '0', - 'remote_id' => '31fd28362c18a36cb56223f3609d5d90', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 26 => [ - 'contentobject_id' => '67', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '69', - 'modified_subnode' => '1311154177', - 'node_id' => '69', - 'parent_node_id' => '2', - 'path_identification_string' => 'products', - 'path_string' => '/1/2/69/', - 'priority' => '0', - 'remote_id' => '9cec85d730eec7578190ee95ce5a36f5', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 27 => [ - 'contentobject_id' => '68', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '70', - 'modified_subnode' => '1311154175', - 'node_id' => '70', - 'parent_node_id' => '69', - 'path_identification_string' => 'products/software', - 'path_string' => '/1/2/69/70/', - 'priority' => '0', - 'remote_id' => 'b0b85c15125ca1732e5e528de2717599', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 28 => [ - 'contentobject_id' => '69', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '71', - 'modified_subnode' => '1311154175', - 'node_id' => '71', - 'parent_node_id' => '70', - 'path_identification_string' => 'products/software/os_type_i', - 'path_string' => '/1/2/69/70/71/', - 'priority' => '0', - 'remote_id' => '087adb763245e0cdcac593fb4a5996cf', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 29 => [ - 'contentobject_id' => '70', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '72', - 'modified_subnode' => '1311154176', - 'node_id' => '72', - 'parent_node_id' => '69', - 'path_identification_string' => 'products/boxes', - 'path_string' => '/1/2/69/72/', - 'priority' => '0', - 'remote_id' => 'e607aab6e924091909f3def02415bc53', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 30 => [ - 'contentobject_id' => '71', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '73', - 'modified_subnode' => '1311154176', - 'node_id' => '73', - 'parent_node_id' => '72', - 'path_identification_string' => 'products/boxes/cd_dvd_box_i', - 'path_string' => '/1/2/69/72/73/', - 'priority' => '0', - 'remote_id' => '054d9f10c6fa97689c0fc3b2ac412ebd', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 31 => [ - 'contentobject_id' => '72', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '74', - 'modified_subnode' => '1311154176', - 'node_id' => '74', - 'parent_node_id' => '72', - 'path_identification_string' => 'products/boxes/cd_dvd_box_ii', - 'path_string' => '/1/2/69/72/74/', - 'priority' => '0', - 'remote_id' => '9801bda46e5f8b9d692e1120d50fc7b3', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 32 => [ - 'contentobject_id' => '73', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '75', - 'modified_subnode' => '1311154176', - 'node_id' => '75', - 'parent_node_id' => '72', - 'path_identification_string' => 'products/boxes/cd_dvd_box_iii', - 'path_string' => '/1/2/69/72/75/', - 'priority' => '0', - 'remote_id' => '005067a5eee6505aa0f601cca30681d0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 33 => [ - 'contentobject_id' => '74', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '76', - 'modified_subnode' => '1311154177', - 'node_id' => '76', - 'parent_node_id' => '69', - 'path_identification_string' => 'products/products_sheets', - 'path_string' => '/1/2/69/76/', - 'priority' => '0', - 'remote_id' => '18f14551cc555c094b15a732ccd27fb2', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 34 => [ - 'contentobject_id' => '75', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '77', - 'modified_subnode' => '1313061404', - 'node_id' => '77', - 'parent_node_id' => '2', - 'path_identification_string' => 'solutions', - 'path_string' => '/1/2/77/', - 'priority' => '0', - 'remote_id' => 'dbc2f3c8716c12f32c379dbf0b1cb133', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 35 => [ - 'contentobject_id' => '76', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '78', - 'modified_subnode' => '1311154178', - 'node_id' => '78', - 'parent_node_id' => '77', - 'path_identification_string' => 'solutions/web_publishing', - 'path_string' => '/1/2/77/78/', - 'priority' => '0', - 'remote_id' => 'bc766fe955437def220a3fa2966a34ee', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 36 => [ - 'contentobject_id' => '77', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '79', - 'modified_subnode' => '1311154178', - 'node_id' => '79', - 'parent_node_id' => '78', - 'path_identification_string' => 'solutions/web_publishing/fusce_sagittis_sagittis', - 'path_string' => '/1/2/77/78/79/', - 'priority' => '0', - 'remote_id' => 'f0c2216ecb29600cd8ae93951a0c8f3a', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 37 => [ - 'contentobject_id' => '78', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '80', - 'modified_subnode' => '1311154178', - 'node_id' => '80', - 'parent_node_id' => '78', - 'path_identification_string' => 'solutions/web_publishing/etiam_posuere_sodales_arcu', - 'path_string' => '/1/2/77/78/80/', - 'priority' => '0', - 'remote_id' => 'eaf16bddfd36206dad265aadfbc98f17', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 38 => [ - 'contentobject_id' => '79', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '81', - 'modified_subnode' => '1311154178', - 'node_id' => '81', - 'parent_node_id' => '78', - 'path_identification_string' => 'solutions/web_publishing/in_hac_habitasse_platea', - 'path_string' => '/1/2/77/78/81/', - 'priority' => '0', - 'remote_id' => 'd2a11e56093b77eb7a347229361c3377', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 39 => [ - 'contentobject_id' => '80', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '82', - 'modified_subnode' => '1311154179', - 'node_id' => '82', - 'parent_node_id' => '77', - 'path_identification_string' => 'solutions/content_management', - 'path_string' => '/1/2/77/82/', - 'priority' => '0', - 'remote_id' => '17d65b568e3500cf1f8b42bc5de2d12b', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 40 => [ - 'contentobject_id' => '81', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '83', - 'modified_subnode' => '1311154179', - 'node_id' => '83', - 'parent_node_id' => '82', - 'path_identification_string' => 'solutions/content_management/fusce_sagittis_sagittis_urna', - 'path_string' => '/1/2/77/82/83/', - 'priority' => '0', - 'remote_id' => 'ecc4f0e94b05bf10f4f783d660ff0ad0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 41 => [ - 'contentobject_id' => '82', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '84', - 'modified_subnode' => '1311154179', - 'node_id' => '84', - 'parent_node_id' => '82', - 'path_identification_string' => 'solutions/content_management/class_aptent_taciti_sociosqu', - 'path_string' => '/1/2/77/82/84/', - 'priority' => '0', - 'remote_id' => '74280af2cba9002ea9660749225562b6', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 42 => [ - 'contentobject_id' => '83', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '85', - 'modified_subnode' => '1311154179', - 'node_id' => '85', - 'parent_node_id' => '82', - 'path_identification_string' => 'solutions/content_management/aenean_malesuada_ligula', - 'path_string' => '/1/2/77/82/85/', - 'priority' => '0', - 'remote_id' => '4e526426523e47aeacf353541284cbf8', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 43 => [ - 'contentobject_id' => '84', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '86', - 'modified_subnode' => '1311154182', - 'node_id' => '86', - 'parent_node_id' => '2', - 'path_identification_string' => 'training', - 'path_string' => '/1/2/86/', - 'priority' => '0', - 'remote_id' => '95f3c4261719ea27ab67f980fbee0694', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 44 => [ - 'contentobject_id' => '85', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '87', - 'modified_subnode' => '1311154180', - 'node_id' => '87', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/certification', - 'path_string' => '/1/2/86/87/', - 'priority' => '0', - 'remote_id' => '4a1391d3563d056c9d9ea2653093ae3e', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 45 => [ - 'contentobject_id' => '86', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '88', - 'modified_subnode' => '1311154181', - 'node_id' => '88', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/professional_workshops', - 'path_string' => '/1/2/86/88/', - 'priority' => '0', - 'remote_id' => '8889727909b5f34b6aa23f7eee32606b', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 46 => [ - 'contentobject_id' => '87', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '89', - 'modified_subnode' => '1311154180', - 'node_id' => '89', - 'parent_node_id' => '88', - 'path_identification_string' => 'training/professional_workshops/etiam_sodales_mauris', - 'path_string' => '/1/2/86/88/89/', - 'priority' => '0', - 'remote_id' => '1721dbee55639fe280f6a54195f9577c', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 47 => [ - 'contentobject_id' => '88', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '90', - 'modified_subnode' => '1311154181', - 'node_id' => '90', - 'parent_node_id' => '88', - 'path_identification_string' => 'training/professional_workshops/class_aptent_taciti', - 'path_string' => '/1/2/86/88/90/', - 'priority' => '0', - 'remote_id' => '7fabb9ee5bcb6630a3947d1c5585d995', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 48 => [ - 'contentobject_id' => '89', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '91', - 'modified_subnode' => '1311154181', - 'node_id' => '91', - 'parent_node_id' => '88', - 'path_identification_string' => 'training/professional_workshops/duis_auctor_vehicula_erat', - 'path_string' => '/1/2/86/88/91/', - 'priority' => '0', - 'remote_id' => 'a95ae3e4a64f08eb2002b31680fe8989', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 49 => [ - 'contentobject_id' => '90', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '92', - 'modified_subnode' => '1311154181', - 'node_id' => '92', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/events_and_seminars', - 'path_string' => '/1/2/86/92/', - 'priority' => '0', - 'remote_id' => '2acc8bb8f7eda4de2cf74f6dc277661f', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 50 => [ - 'contentobject_id' => '91', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '93', - 'modified_subnode' => '1311154181', - 'node_id' => '93', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/self_paced_courses', - 'path_string' => '/1/2/86/93/', - 'priority' => '0', - 'remote_id' => '6d8cc9831b86d79b8c184507f8e0cbb6', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 51 => [ - 'contentobject_id' => '92', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '94', - 'modified_subnode' => '1311154182', - 'node_id' => '94', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/instructor_led_courses', - 'path_string' => '/1/2/86/94/', - 'priority' => '0', - 'remote_id' => '30f12ecd29608eceb20bb903ddb780c7', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 52 => [ - 'contentobject_id' => '93', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '95', - 'modified_subnode' => '1311154182', - 'node_id' => '95', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/additional_learning_resources', - 'path_string' => '/1/2/86/95/', - 'priority' => '0', - 'remote_id' => '341e63bdce0f1601519d1b8e82e62766', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 53 => [ - 'contentobject_id' => '94', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '96', - 'modified_subnode' => '1311154185', - 'node_id' => '96', - 'parent_node_id' => '2', - 'path_identification_string' => 'support', - 'path_string' => '/1/2/96/', - 'priority' => '0', - 'remote_id' => '0d55a3f510cc7cd9a7b8eb838f50ff5c', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 54 => [ - 'contentobject_id' => '95', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '97', - 'modified_subnode' => '1311154183', - 'node_id' => '97', - 'parent_node_id' => '96', - 'path_identification_string' => 'support/knowledgebase', - 'path_string' => '/1/2/96/97/', - 'priority' => '0', - 'remote_id' => '89ce8eed8fa06c4105fd612aa83d87d6', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 55 => [ - 'contentobject_id' => '96', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '98', - 'modified_subnode' => '1311154183', - 'node_id' => '98', - 'parent_node_id' => '97', - 'path_identification_string' => 'support/knowledgebase/sed_suscipit', - 'path_string' => '/1/2/96/97/98/', - 'priority' => '0', - 'remote_id' => '78f3b9a9268c7b0206bf1c4d39211495', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 56 => [ - 'contentobject_id' => '97', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '99', - 'modified_subnode' => '1311154183', - 'node_id' => '99', - 'parent_node_id' => '98', - 'path_identification_string' => 'support/knowledgebase/sed_suscipit/ut_interdum', - 'path_string' => '/1/2/96/97/98/99/', - 'priority' => '0', - 'remote_id' => 'a1f9b32547e58064e645388512c16a39', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 57 => [ - 'contentobject_id' => '98', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '100', - 'modified_subnode' => '1311154184', - 'node_id' => '100', - 'parent_node_id' => '96', - 'path_identification_string' => 'support/documentation', - 'path_string' => '/1/2/96/100/', - 'priority' => '0', - 'remote_id' => '0f9c7380f8af1f29f1017e412bdd4016', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 58 => [ - 'contentobject_id' => '99', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '101', - 'modified_subnode' => '1311154184', - 'node_id' => '101', - 'parent_node_id' => '100', - 'path_identification_string' => 'support/documentation/mauris_pretium', - 'path_string' => '/1/2/96/100/101/', - 'priority' => '0', - 'remote_id' => '036394ec8b160f0782bec2dda452d798', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 59 => [ - 'contentobject_id' => '100', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '102', - 'modified_subnode' => '1311154184', - 'node_id' => '102', - 'parent_node_id' => '101', - 'path_identification_string' => 'support/documentation/mauris_pretium/aliquam_posuere', - 'path_string' => '/1/2/96/100/101/102/', - 'priority' => '0', - 'remote_id' => '78da6a4fae1c2eaabe1dbe7af818d970', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 60 => [ - 'contentobject_id' => '101', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '103', - 'modified_subnode' => '1311154184', - 'node_id' => '103', - 'parent_node_id' => '96', - 'path_identification_string' => 'support/books', - 'path_string' => '/1/2/96/103/', - 'priority' => '0', - 'remote_id' => '06cdeb27be466ea8330de5df16144263', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 61 => [ - 'contentobject_id' => '102', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '104', - 'modified_subnode' => '1311154184', - 'node_id' => '104', - 'parent_node_id' => '103', - 'path_identification_string' => 'support/books/aliquam_pulvinar_suscipit_tellus', - 'path_string' => '/1/2/96/103/104/', - 'priority' => '0', - 'remote_id' => 'ab30399896b8e54442c3a619ba7eeecb', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 62 => [ - 'contentobject_id' => '103', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '105', - 'modified_subnode' => '1311154184', - 'node_id' => '105', - 'parent_node_id' => '96', - 'path_identification_string' => 'support/customer_service', - 'path_string' => '/1/2/96/105/', - 'priority' => '0', - 'remote_id' => 'ca2ae9d0f0322798f632e896325f22c3', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 63 => [ - 'contentobject_id' => '104', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '106', - 'modified_subnode' => '1311154185', - 'node_id' => '106', - 'parent_node_id' => '96', - 'path_identification_string' => 'support/support_programs', - 'path_string' => '/1/2/96/106/', - 'priority' => '0', - 'remote_id' => '7ba1d48c0151bae62366095ef6f64c28', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 64 => [ - 'contentobject_id' => '105', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '107', - 'modified_subnode' => '1311154195', - 'node_id' => '107', - 'parent_node_id' => '2', - 'path_identification_string' => 'getting_started', - 'path_string' => '/1/2/107/', - 'priority' => '0', - 'remote_id' => 'e81507d3446726ebd7361352fef5fad3', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 65 => [ - 'contentobject_id' => '106', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '108', - 'modified_subnode' => '1311154185', - 'node_id' => '108', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/tutorials_for', - 'path_string' => '/1/2/107/108/', - 'priority' => '0', - 'remote_id' => '51278360f39d5b8ce1d9249953f4de98', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 66 => [ - 'contentobject_id' => '107', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '109', - 'modified_subnode' => '1311154185', - 'node_id' => '109', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/get_involved', - 'path_string' => '/1/2/107/109/', - 'priority' => '0', - 'remote_id' => '33151e24acea9c837d2b9fc52e03b1de', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 67 => [ - 'contentobject_id' => '108', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '110', - 'modified_subnode' => '1311154187', - 'node_id' => '110', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/how_to_use_ibexa', - 'path_string' => '/1/2/107/110/', - 'priority' => '0', - 'remote_id' => '6b3bcab0f149c5acc2e3728df7c66b73', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 68 => [ - 'contentobject_id' => '109', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '111', - 'modified_subnode' => '1311154186', - 'node_id' => '111', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics1', - 'path_string' => '/1/2/107/110/111/', - 'priority' => '0', - 'remote_id' => '28f9dfe5c0680955eec7a2dec4ebc642', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 69 => [ - 'contentobject_id' => '110', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '112', - 'modified_subnode' => '1311154186', - 'node_id' => '112', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics12', - 'path_string' => '/1/2/107/110/112/', - 'priority' => '0', - 'remote_id' => '191faba79dc108a19893944befa50d94', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 70 => [ - 'contentobject_id' => '111', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '113', - 'modified_subnode' => '1311154186', - 'node_id' => '113', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics13', - 'path_string' => '/1/2/107/110/113/', - 'priority' => '0', - 'remote_id' => '8679b5fa3ad0ec216293419ab9834e44', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 71 => [ - 'contentobject_id' => '112', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '114', - 'modified_subnode' => '1311154187', - 'node_id' => '114', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics14', - 'path_string' => '/1/2/107/110/114/', - 'priority' => '0', - 'remote_id' => '7f32cdefd0cf55b966a44aa52181e30d', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 72 => [ - 'contentobject_id' => '113', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '115', - 'modified_subnode' => '1311154187', - 'node_id' => '115', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics15', - 'path_string' => '/1/2/107/110/115/', - 'priority' => '0', - 'remote_id' => '29db3c1fcdb497e5cb2c74eb85c0906a', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 73 => [ - 'contentobject_id' => '114', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '116', - 'modified_subnode' => '1311154187', - 'node_id' => '116', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics16', - 'path_string' => '/1/2/107/110/116/', - 'priority' => '0', - 'remote_id' => '96e30009f712a0315217fed93eba6a18', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 74 => [ - 'contentobject_id' => '115', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '117', - 'modified_subnode' => '1311154187', - 'node_id' => '117', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics17', - 'path_string' => '/1/2/107/110/117/', - 'priority' => '0', - 'remote_id' => '3a6b87470a25b19a6ad15caa5e24e719', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 75 => [ - 'contentobject_id' => '116', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '118', - 'modified_subnode' => '1311154187', - 'node_id' => '118', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics18', - 'path_string' => '/1/2/107/110/118/', - 'priority' => '0', - 'remote_id' => 'd0bc77a21920b63543d7b0accab81b24', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 76 => [ - 'contentobject_id' => '117', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '119', - 'modified_subnode' => '1311154187', - 'node_id' => '119', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics19', - 'path_string' => '/1/2/107/110/119/', - 'priority' => '0', - 'remote_id' => 'c75b4b4b870e0e3611e19e1323103282', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 77 => [ - 'contentobject_id' => '118', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '120', - 'modified_subnode' => '1311154189', - 'node_id' => '120', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa', - 'path_string' => '/1/2/107/120/', - 'priority' => '0', - 'remote_id' => '262d8c936d3757ff81e7bb49392b703f', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 78 => [ - 'contentobject_id' => '119', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '121', - 'modified_subnode' => '1311154188', - 'node_id' => '121', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics1', - 'path_string' => '/1/2/107/120/121/', - 'priority' => '0', - 'remote_id' => '220d4e10bf4619525c3165823079482c', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 79 => [ - 'contentobject_id' => '120', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '122', - 'modified_subnode' => '1311154188', - 'node_id' => '122', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics12', - 'path_string' => '/1/2/107/120/122/', - 'priority' => '0', - 'remote_id' => 'f13a938ce2c79a9d438548299220d6dd', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 80 => [ - 'contentobject_id' => '121', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '123', - 'modified_subnode' => '1311154188', - 'node_id' => '123', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics13', - 'path_string' => '/1/2/107/120/123/', - 'priority' => '0', - 'remote_id' => '04f5e08293954b1851a4dd1cbd976cff', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 81 => [ - 'contentobject_id' => '122', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '124', - 'modified_subnode' => '1311154188', - 'node_id' => '124', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics14', - 'path_string' => '/1/2/107/120/124/', - 'priority' => '0', - 'remote_id' => 'dc80ae3d9de55855a16218b032062c62', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 82 => [ - 'contentobject_id' => '123', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '125', - 'modified_subnode' => '1311154189', - 'node_id' => '125', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics15', - 'path_string' => '/1/2/107/120/125/', - 'priority' => '0', - 'remote_id' => '4cb6d4015dd80474074043ab28f96e36', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 83 => [ - 'contentobject_id' => '124', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '126', - 'modified_subnode' => '1311154189', - 'node_id' => '126', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics16', - 'path_string' => '/1/2/107/120/126/', - 'priority' => '0', - 'remote_id' => '74ce7d6cbae81d90592b4a8a242a284a', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 84 => [ - 'contentobject_id' => '125', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '127', - 'modified_subnode' => '1311154189', - 'node_id' => '127', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics17', - 'path_string' => '/1/2/107/120/127/', - 'priority' => '0', - 'remote_id' => '6f76d2f7e5812acf4f7c5c70258f4f7e', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 85 => [ - 'contentobject_id' => '126', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '128', - 'modified_subnode' => '1311154189', - 'node_id' => '128', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics18', - 'path_string' => '/1/2/107/120/128/', - 'priority' => '0', - 'remote_id' => '5ba07103968a6bb3f05c275c212440f6', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 86 => [ - 'contentobject_id' => '127', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '129', - 'modified_subnode' => '1311154190', - 'node_id' => '129', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa', - 'path_string' => '/1/2/107/129/', - 'priority' => '0', - 'remote_id' => '3579b6c5cd166d5137eada55274892d3', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 87 => [ - 'contentobject_id' => '128', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '130', - 'modified_subnode' => '1311154190', - 'node_id' => '130', - 'parent_node_id' => '129', - 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa/graphics1', - 'path_string' => '/1/2/107/129/130/', - 'priority' => '0', - 'remote_id' => 'e38a43ce35832e5af2df4f1e9272b926', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 88 => [ - 'contentobject_id' => '129', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '131', - 'modified_subnode' => '1311154190', - 'node_id' => '131', - 'parent_node_id' => '129', - 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa/graphics12', - 'path_string' => '/1/2/107/129/131/', - 'priority' => '0', - 'remote_id' => '1ba7889f63e32acf70f66349ce1a8953', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 89 => [ - 'contentobject_id' => '130', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '132', - 'modified_subnode' => '1311154190', - 'node_id' => '132', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/adding_siteaccesses_in_ibexa', - 'path_string' => '/1/2/107/132/', - 'priority' => '0', - 'remote_id' => '19ae9fcb7334a0e407b2781920247122', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 90 => [ - 'contentobject_id' => '131', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '133', - 'modified_subnode' => '1311154195', - 'node_id' => '133', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/new_features', - 'path_string' => '/1/2/107/133/', - 'priority' => '0', - 'remote_id' => '423b6d20325263abaa2012536cc736a4', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 91 => [ - 'contentobject_id' => '132', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '134', - 'modified_subnode' => '1311154191', - 'node_id' => '134', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow', - 'path_string' => '/1/2/107/133/134/', - 'priority' => '0', - 'remote_id' => '07f0de334c83d631a59defe61f1a7cbf', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 92 => [ - 'contentobject_id' => '133', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '135', - 'modified_subnode' => '1311154191', - 'node_id' => '135', - 'parent_node_id' => '134', - 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics1', - 'path_string' => '/1/2/107/133/134/135/', - 'priority' => '0', - 'remote_id' => 'a7ca1a8878210a9978df0b00e9184b20', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 93 => [ - 'contentobject_id' => '134', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '136', - 'modified_subnode' => '1311154191', - 'node_id' => '136', - 'parent_node_id' => '134', - 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics12', - 'path_string' => '/1/2/107/133/134/136/', - 'priority' => '0', - 'remote_id' => '12c86be2151c426b990d47efd023cc40', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 94 => [ - 'contentobject_id' => '135', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '137', - 'modified_subnode' => '1311154191', - 'node_id' => '137', - 'parent_node_id' => '134', - 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics13', - 'path_string' => '/1/2/107/133/134/137/', - 'priority' => '0', - 'remote_id' => 'ff4473534c7cef8212a11feab57a5f0e', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 95 => [ - 'contentobject_id' => '136', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '138', - 'modified_subnode' => '1311154192', - 'node_id' => '138', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/improved_block_editing', - 'path_string' => '/1/2/107/133/138/', - 'priority' => '0', - 'remote_id' => 'e0a1b1b2a3d248bf8d43a83581c22ae8', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 96 => [ - 'contentobject_id' => '137', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '139', - 'modified_subnode' => '1311154192', - 'node_id' => '139', - 'parent_node_id' => '138', - 'path_identification_string' => 'getting_started/new_features/improved_block_editing/graphics1', - 'path_string' => '/1/2/107/133/138/139/', - 'priority' => '0', - 'remote_id' => '8e6f0ba5195410b03a84ef3fdcc3ff0b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 97 => [ - 'contentobject_id' => '138', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '140', - 'modified_subnode' => '1311154192', - 'node_id' => '140', - 'parent_node_id' => '138', - 'path_identification_string' => 'getting_started/new_features/improved_block_editing/graphics12', - 'path_string' => '/1/2/107/133/138/140/', - 'priority' => '0', - 'remote_id' => 'bc416b97e1592c7a396f6f5f85e131ac', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 98 => [ - 'contentobject_id' => '139', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '141', - 'modified_subnode' => '1311154193', - 'node_id' => '141', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing', - 'path_string' => '/1/2/107/133/141/', - 'priority' => '0', - 'remote_id' => 'facfd2587054ea863cbe53768da04a47', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 99 => [ - 'contentobject_id' => '140', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '142', - 'modified_subnode' => '1311154192', - 'node_id' => '142', - 'parent_node_id' => '141', - 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics1', - 'path_string' => '/1/2/107/133/141/142/', - 'priority' => '0', - 'remote_id' => 'd159e8d4d590e481b06ecb441c0f14dc', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 100 => [ - 'contentobject_id' => '141', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '143', - 'modified_subnode' => '1311154192', - 'node_id' => '143', - 'parent_node_id' => '141', - 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics12', - 'path_string' => '/1/2/107/133/141/143/', - 'priority' => '0', - 'remote_id' => '7457db5919dd349bd878b60592fc009b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 101 => [ - 'contentobject_id' => '142', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '144', - 'modified_subnode' => '1311154193', - 'node_id' => '144', - 'parent_node_id' => '141', - 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics13', - 'path_string' => '/1/2/107/133/141/144/', - 'priority' => '0', - 'remote_id' => 'ebe1e9d1242a3aeedfda25da7cc25564', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 102 => [ - 'contentobject_id' => '143', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '145', - 'modified_subnode' => '1311154193', - 'node_id' => '145', - 'parent_node_id' => '141', - 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics14', - 'path_string' => '/1/2/107/133/141/145/', - 'priority' => '0', - 'remote_id' => 'b3acf4c0f2df8977f1c6932725339a1d', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 103 => [ - 'contentobject_id' => '144', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '146', - 'modified_subnode' => '1311154193', - 'node_id' => '146', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/fastcgi', - 'path_string' => '/1/2/107/133/146/', - 'priority' => '0', - 'remote_id' => 'a324a48fea49eb3e6826b3295dc5f413', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 104 => [ - 'contentobject_id' => '145', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '147', - 'modified_subnode' => '1311154194', - 'node_id' => '147', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/support_for_red_hat_enterprise', - 'path_string' => '/1/2/107/133/147/', - 'priority' => '0', - 'remote_id' => '8c0133434d7bea077a614e1a85fca5b7', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 105 => [ - 'contentobject_id' => '146', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '148', - 'modified_subnode' => '1311154194', - 'node_id' => '148', - 'parent_node_id' => '147', - 'path_identification_string' => 'getting_started/new_features/support_for_red_hat_enterprise/graphics1', - 'path_string' => '/1/2/107/133/147/148/', - 'priority' => '0', - 'remote_id' => '46653e0e5fa60ab86788cad8084a759d', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 106 => [ - 'contentobject_id' => '147', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '149', - 'modified_subnode' => '1311154194', - 'node_id' => '149', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/canonical_links', - 'path_string' => '/1/2/107/133/149/', - 'priority' => '0', - 'remote_id' => '9b17e8d0b2cee501b75f7b481155e64f', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 107 => [ - 'contentobject_id' => '148', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '150', - 'modified_subnode' => '1311154195', - 'node_id' => '150', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/asynchronous_publishing', - 'path_string' => '/1/2/107/133/150/', - 'priority' => '0', - 'remote_id' => '3983d3aa7604f45a8ecbb953a98d646f', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 108 => [ - 'contentobject_id' => '149', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '151', - 'modified_subnode' => '1311154195', - 'node_id' => '151', - 'parent_node_id' => '150', - 'path_identification_string' => 'getting_started/new_features/asynchronous_publishing/graphics1', - 'path_string' => '/1/2/107/133/150/151/', - 'priority' => '0', - 'remote_id' => '92756622f207c0b1902ca156947a77de', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 109 => [ - 'contentobject_id' => '150', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '152', - 'modified_subnode' => '1311154195', - 'node_id' => '152', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/rest_api_interface', - 'path_string' => '/1/2/107/133/152/', - 'priority' => '0', - 'remote_id' => '60adbb1e37a6524246d3af372366754f', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 110 => [ - 'contentobject_id' => '151', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '153', - 'modified_subnode' => '1311154196', - 'node_id' => '153', - 'parent_node_id' => '2', - 'path_identification_string' => 'ibexa_enterprise', - 'path_string' => '/1/2/153/', - 'priority' => '0', - 'remote_id' => 'f4bf2e6c1cf75e15b15f0123a82778a1', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 111 => [ - 'contentobject_id' => '152', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '154', - 'modified_subnode' => '1311154196', - 'node_id' => '154', - 'parent_node_id' => '153', - 'path_identification_string' => 'ibexa_enterprise/graphics1', - 'path_string' => '/1/2/153/154/', - 'priority' => '0', - 'remote_id' => '1b95356b68bd59ef32b0fd7bb2c29130', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 112 => [ - 'contentobject_id' => '153', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '155', - 'modified_subnode' => '1311154196', - 'node_id' => '155', - 'parent_node_id' => '153', - 'path_identification_string' => 'ibexa_enterprise/graphics12', - 'path_string' => '/1/2/153/155/', - 'priority' => '0', - 'remote_id' => '94b7059eb5e0fe667f7c63eadd53a62b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 113 => [ - 'contentobject_id' => '154', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '156', - 'modified_subnode' => '1311154199', - 'node_id' => '156', - 'parent_node_id' => '2', - 'path_identification_string' => 'partners', - 'path_string' => '/1/2/156/', - 'priority' => '3', - 'remote_id' => '0c523dfd6b1eccbfb0d1bfe632ee7411', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 114 => [ - 'contentobject_id' => '155', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '157', - 'modified_subnode' => '1311154197', - 'node_id' => '157', - 'parent_node_id' => '156', - 'path_identification_string' => 'partners/partner_news', - 'path_string' => '/1/2/156/157/', - 'priority' => '0', - 'remote_id' => 'f5db8acf1150afc15eb514d380e3855d', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 115 => [ - 'contentobject_id' => '156', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '158', - 'modified_subnode' => '1311154197', - 'node_id' => '158', - 'parent_node_id' => '157', - 'path_identification_string' => 'partners/partner_news/pellentesque_quam_mauris', - 'path_string' => '/1/2/156/157/158/', - 'priority' => '0', - 'remote_id' => '6366a99ac1cec2133e87fdd805d108c8', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 116 => [ - 'contentobject_id' => '157', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '159', - 'modified_subnode' => '1311154197', - 'node_id' => '159', - 'parent_node_id' => '157', - 'path_identification_string' => 'partners/partner_news/penatibus_et_magnis_dis', - 'path_string' => '/1/2/156/157/159/', - 'priority' => '0', - 'remote_id' => '7ee406cb6e5f0b2a29bc9f97f5a5b9db', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 117 => [ - 'contentobject_id' => '158', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '160', - 'modified_subnode' => '1311154198', - 'node_id' => '160', - 'parent_node_id' => '156', - 'path_identification_string' => 'partners/news', - 'path_string' => '/1/2/156/160/', - 'priority' => '0', - 'remote_id' => '007109e7f353c86dfd48d844cb18ce73', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 118 => [ - 'contentobject_id' => '159', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '161', - 'modified_subnode' => '1311154198', - 'node_id' => '161', - 'parent_node_id' => '160', - 'path_identification_string' => 'partners/news/curabitur_hendrerit_dignissim', - 'path_string' => '/1/2/156/160/161/', - 'priority' => '0', - 'remote_id' => '63769c39380a45a731aa44068c0f4e33', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 119 => [ - 'contentobject_id' => '160', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '162', - 'modified_subnode' => '1311154198', - 'node_id' => '162', - 'parent_node_id' => '160', - 'path_identification_string' => 'partners/news/proin_condimentum_risus', - 'path_string' => '/1/2/156/160/162/', - 'priority' => '0', - 'remote_id' => 'f761918d15e356e50ce94294cad79765', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 120 => [ - 'contentobject_id' => '161', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '163', - 'modified_subnode' => '1311154198', - 'node_id' => '163', - 'parent_node_id' => '160', - 'path_identification_string' => 'partners/news/morbi_tristique_senectus', - 'path_string' => '/1/2/156/160/163/', - 'priority' => '0', - 'remote_id' => '68187b44ef9051a4db10bd9bb7f228a4', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 121 => [ - 'contentobject_id' => '162', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '164', - 'modified_subnode' => '1311154198', - 'node_id' => '164', - 'parent_node_id' => '156', - 'path_identification_string' => 'partners/partner_products', - 'path_string' => '/1/2/156/164/', - 'priority' => '0', - 'remote_id' => '472e9bc321148baa71d2070063f24bb9', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 122 => [ - 'contentobject_id' => '163', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '165', - 'modified_subnode' => '1311154199', - 'node_id' => '165', - 'parent_node_id' => '156', - 'path_identification_string' => 'partners/partners', - 'path_string' => '/1/2/156/165/', - 'priority' => '0', - 'remote_id' => 'b1a68df10cdf379cf78999c8012db679', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 123 => [ - 'contentobject_id' => '164', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '166', - 'modified_subnode' => '1311154199', - 'node_id' => '166', - 'parent_node_id' => '165', - 'path_identification_string' => 'partners/partners/neque_orci_malesuada_felis', - 'path_string' => '/1/2/156/165/166/', - 'priority' => '0', - 'remote_id' => 'e9ee6724fffb012f918300de66af27e1', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 124 => [ - 'contentobject_id' => '165', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '167', - 'modified_subnode' => '1311154204', - 'node_id' => '167', - 'parent_node_id' => '2', - 'path_identification_string' => 'community', - 'path_string' => '/1/2/167/', - 'priority' => '4', - 'remote_id' => 'c4604fb2e100a6681a4f53fbe6e5eeae', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 125 => [ - 'contentobject_id' => '166', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '168', - 'modified_subnode' => '1311154200', - 'node_id' => '168', - 'parent_node_id' => '167', - 'path_identification_string' => 'community/forum', - 'path_string' => '/1/2/167/168/', - 'priority' => '0', - 'remote_id' => '5e6762a083ab4c0357bad163902ba8f7', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 126 => [ - 'contentobject_id' => '167', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '169', - 'modified_subnode' => '1311154200', - 'node_id' => '169', - 'parent_node_id' => '168', - 'path_identification_string' => 'community/forum/nulla_vitae_tellus_sit_amet', - 'path_string' => '/1/2/167/168/169/', - 'priority' => '0', - 'remote_id' => '2549eee03064d55ae7fc84fe41ae1ef6', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 127 => [ - 'contentobject_id' => '168', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '170', - 'modified_subnode' => '1311154200', - 'node_id' => '170', - 'parent_node_id' => '168', - 'path_identification_string' => 'community/forum/ut_mollis_sodales_nibh', - 'path_string' => '/1/2/167/168/170/', - 'priority' => '0', - 'remote_id' => '7bfca4bdde619ac9104e235629e2dbc7', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 128 => [ - 'contentobject_id' => '169', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '171', - 'modified_subnode' => '1311154200', - 'node_id' => '171', - 'parent_node_id' => '168', - 'path_identification_string' => 'community/forum/nam_risus_leo', - 'path_string' => '/1/2/167/168/171/', - 'priority' => '0', - 'remote_id' => '81fd930afe94962395074b762592a356', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 129 => [ - 'contentobject_id' => '170', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '172', - 'modified_subnode' => '1311154201', - 'node_id' => '172', - 'parent_node_id' => '167', - 'path_identification_string' => 'community/wiki', - 'path_string' => '/1/2/167/172/', - 'priority' => '0', - 'remote_id' => '8b570ac03318b7e29eb5fd1bae15efde', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 130 => [ - 'contentobject_id' => '171', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '173', - 'modified_subnode' => '1311154201', - 'node_id' => '173', - 'parent_node_id' => '172', - 'path_identification_string' => 'community/wiki/sed_suscipit', - 'path_string' => '/1/2/167/172/173/', - 'priority' => '0', - 'remote_id' => '4329dcc6a8d441aa7253660512dfd5b6', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 131 => [ - 'contentobject_id' => '172', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '174', - 'modified_subnode' => '1311154201', - 'node_id' => '174', - 'parent_node_id' => '173', - 'path_identification_string' => 'community/wiki/sed_suscipit/ut_interdum', - 'path_string' => '/1/2/167/172/173/174/', - 'priority' => '0', - 'remote_id' => '6cf7b9370a0d9800ed49ba3be13b6be5', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 132 => [ - 'contentobject_id' => '173', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '175', - 'modified_subnode' => '1311154201', - 'node_id' => '175', - 'parent_node_id' => '173', - 'path_identification_string' => 'community/wiki/sed_suscipit/fusce_pulvinar', - 'path_string' => '/1/2/167/172/173/175/', - 'priority' => '0', - 'remote_id' => 'f71191fcce35c83530cddde467a908b2', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 133 => [ - 'contentobject_id' => '174', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '176', - 'modified_subnode' => '1311154201', - 'node_id' => '176', - 'parent_node_id' => '172', - 'path_identification_string' => 'community/wiki/duis_id_tortor', - 'path_string' => '/1/2/167/172/176/', - 'priority' => '0', - 'remote_id' => '2d3cf4fe8d439e16e0ed75ef947b5e3d', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 134 => [ - 'contentobject_id' => '175', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '177', - 'modified_subnode' => '1311154201', - 'node_id' => '177', - 'parent_node_id' => '176', - 'path_identification_string' => 'community/wiki/duis_id_tortor/curabitur_lacinia', - 'path_string' => '/1/2/167/172/176/177/', - 'priority' => '0', - 'remote_id' => '49c9ad954328ab5f5a76d580873961a4', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 135 => [ - 'contentobject_id' => '176', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '178', - 'modified_subnode' => '1311154203', - 'node_id' => '178', - 'parent_node_id' => '167', - 'path_identification_string' => 'community/pictures', - 'path_string' => '/1/2/167/178/', - 'priority' => '0', - 'remote_id' => 'ae32173cedf3a5ec441e3afcadc4abcb', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 136 => [ - 'contentobject_id' => '177', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '179', - 'modified_subnode' => '1311154202', - 'node_id' => '179', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/ivo_on_ibexa_tags', - 'path_string' => '/1/2/167/178/179/', - 'priority' => '0', - 'remote_id' => 'c6c32c884db955ea09338c90eee84746', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 137 => [ - 'contentobject_id' => '178', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '180', - 'modified_subnode' => '1311154202', - 'node_id' => '180', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/are_you_ready_for_the_community_day', - 'path_string' => '/1/2/167/178/180/', - 'priority' => '0', - 'remote_id' => 'db191e87b9b6ac22a18742cd32d2b3d4', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 138 => [ - 'contentobject_id' => '179', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '181', - 'modified_subnode' => '1311154202', - 'node_id' => '181', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/let_s_work_together', - 'path_string' => '/1/2/167/178/181/', - 'priority' => '0', - 'remote_id' => '02a6d1506bf437eda1317d0c36a8545b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 139 => [ - 'contentobject_id' => '180', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '182', - 'modified_subnode' => '1311154203', - 'node_id' => '182', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/the_mediterranean_seen_from_nice', - 'path_string' => '/1/2/167/178/182/', - 'priority' => '0', - 'remote_id' => '40d743025e4ec4d813bd864dad08e0cc', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 140 => [ - 'contentobject_id' => '181', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '183', - 'modified_subnode' => '1311154203', - 'node_id' => '183', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/hotel_lobby_at_isola2000', - 'path_string' => '/1/2/167/178/183/', - 'priority' => '0', - 'remote_id' => 'eb2a8ef7d4b1fb8ffb68f0764b615de1', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 141 => [ - 'contentobject_id' => '182', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '184', - 'modified_subnode' => '1311154203', - 'node_id' => '184', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/alexander_on_the_past_gaby_on_today_and_tomorrow', - 'path_string' => '/1/2/167/178/184/', - 'priority' => '0', - 'remote_id' => '9e45f3ee0f15995b670fb3a117b6ee49', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 142 => [ - 'contentobject_id' => '183', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '185', - 'modified_subnode' => '1311154203', - 'node_id' => '185', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/isola2000_in_white_beautiful_skiing', - 'path_string' => '/1/2/167/178/185/', - 'priority' => '0', - 'remote_id' => 'f368c4ae469c596344e15fca8c7370c2', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 143 => [ - 'contentobject_id' => '184', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '186', - 'modified_subnode' => '1311154203', - 'node_id' => '186', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/ceo_future_pitch_adaptable_open_reliable', - 'path_string' => '/1/2/167/178/186/', - 'priority' => '0', - 'remote_id' => '7e153b75dd0ee0476ac7463d4a3daaef', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 144 => [ - 'contentobject_id' => '185', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '187', - 'modified_subnode' => '1311154204', - 'node_id' => '187', - 'parent_node_id' => '167', - 'path_identification_string' => 'community/blog', - 'path_string' => '/1/2/167/187/', - 'priority' => '0', - 'remote_id' => '09fb4147e4b124b9770a527bdd66799c', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 145 => [ - 'contentobject_id' => '186', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '188', - 'modified_subnode' => '1311154204', - 'node_id' => '188', - 'parent_node_id' => '187', - 'path_identification_string' => 'community/blog/visit_paris', - 'path_string' => '/1/2/167/187/188/', - 'priority' => '0', - 'remote_id' => '8f73d6d4ffca33c619d2f2645340ccc0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 146 => [ - 'contentobject_id' => '187', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '189', - 'modified_subnode' => '1311154204', - 'node_id' => '189', - 'parent_node_id' => '187', - 'path_identification_string' => 'community/blog/paris_in_france', - 'path_string' => '/1/2/167/187/189/', - 'priority' => '0', - 'remote_id' => '5cdc175d45aeb3fa054a95f40df56e79', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 147 => [ - 'contentobject_id' => '188', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '190', - 'modified_subnode' => '1311154212', - 'node_id' => '190', - 'parent_node_id' => '2', - 'path_identification_string' => 'company', - 'path_string' => '/1/2/190/', - 'priority' => '6', - 'remote_id' => 'e060ff40aa17eb21dc1e4595c9a5eb9a', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 148 => [ - 'contentobject_id' => '189', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '191', - 'modified_subnode' => '1311154204', - 'node_id' => '191', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/about_company', - 'path_string' => '/1/2/190/191/', - 'priority' => '0', - 'remote_id' => '7bf290af79b3b51e6ccc1f95f321618c', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 149 => [ - 'contentobject_id' => '190', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '192', - 'modified_subnode' => '1311154212', - 'node_id' => '192', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/new_features', - 'path_string' => '/1/2/190/192/', - 'priority' => '0', - 'remote_id' => '9f804eee139dcee343dbe4175d14654c', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 150 => [ - 'contentobject_id' => '191', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '193', - 'modified_subnode' => '1311154205', - 'node_id' => '193', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/separate_content_design_in_ibexa', - 'path_string' => '/1/2/190/192/193/', - 'priority' => '0', - 'remote_id' => '10d57795c986ca61689e6c2c11382eb3', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 151 => [ - 'contentobject_id' => '192', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '194', - 'modified_subnode' => '1311154205', - 'node_id' => '194', - 'parent_node_id' => '193', - 'path_identification_string' => 'company/new_features/separate_content_design_in_ibexa/separation_of_content_and_design', - 'path_string' => '/1/2/190/192/193/194/', - 'priority' => '0', - 'remote_id' => '87417129b080d24d335eb2653dd1a40c', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 152 => [ - 'contentobject_id' => '193', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '195', - 'modified_subnode' => '1311154207', - 'node_id' => '195', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa', - 'path_string' => '/1/2/190/192/195/', - 'priority' => '0', - 'remote_id' => 'fd56d839df6e2b52055d4a62f4df7c3e', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 153 => [ - 'contentobject_id' => '194', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '196', - 'modified_subnode' => '1311154206', - 'node_id' => '196', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/openoffice_import_large', - 'path_string' => '/1/2/190/192/195/196/', - 'priority' => '0', - 'remote_id' => 'ab2f2093f16c56ac2e61f40f25d2dbe0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 154 => [ - 'contentobject_id' => '195', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '197', - 'modified_subnode' => '1311154206', - 'node_id' => '197', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/translation_large', - 'path_string' => '/1/2/190/192/195/197/', - 'priority' => '0', - 'remote_id' => '185a1737e9012e7c3025df876bbb4f9b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 155 => [ - 'contentobject_id' => '196', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '198', - 'modified_subnode' => '1311154206', - 'node_id' => '198', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/multiupload_large', - 'path_string' => '/1/2/190/192/195/198/', - 'priority' => '0', - 'remote_id' => 'efdca2f6ddd2c8befc283ae3465b9acd', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 156 => [ - 'contentobject_id' => '197', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '199', - 'modified_subnode' => '1311154207', - 'node_id' => '199', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/gallery_large', - 'path_string' => '/1/2/190/192/195/199/', - 'priority' => '0', - 'remote_id' => 'f81b0e4c31ea13d94b9838e9e7e7ad7e', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 157 => [ - 'contentobject_id' => '198', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '200', - 'modified_subnode' => '1311154207', - 'node_id' => '200', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/search_result_large', - 'path_string' => '/1/2/190/192/195/200/', - 'priority' => '0', - 'remote_id' => '666efc49c267cddf55ca707408f4ac42', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 158 => [ - 'contentobject_id' => '199', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '201', - 'modified_subnode' => '1311154207', - 'node_id' => '201', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/ez_tool_bar_large', - 'path_string' => '/1/2/190/192/195/201/', - 'priority' => '0', - 'remote_id' => 'afb51a5f898c549c9e1f35afc75d66f3', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 159 => [ - 'contentobject_id' => '200', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '202', - 'modified_subnode' => '1311154207', - 'node_id' => '202', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/quicktime_large', - 'path_string' => '/1/2/190/192/195/202/', - 'priority' => '0', - 'remote_id' => '94b71866ede0d2776c140e85a823d31d', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 160 => [ - 'contentobject_id' => '201', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '203', - 'modified_subnode' => '1311154207', - 'node_id' => '203', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/web_2_0_large', - 'path_string' => '/1/2/190/192/195/203/', - 'priority' => '0', - 'remote_id' => 'e74475a240fb7061b40c75f5e6fcd52c', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 161 => [ - 'contentobject_id' => '202', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '204', - 'modified_subnode' => '1311154210', - 'node_id' => '204', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa', - 'path_string' => '/1/2/190/192/204/', - 'priority' => '0', - 'remote_id' => '42a3b07037390457ad0f2c65494bfd97', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 162 => [ - 'contentobject_id' => '203', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '205', - 'modified_subnode' => '1311154208', - 'node_id' => '205', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/usermanagement_large', - 'path_string' => '/1/2/190/192/204/205/', - 'priority' => '0', - 'remote_id' => '6da1a82ba3d962d2ad953fff8ee26362', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 163 => [ - 'contentobject_id' => '204', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '206', - 'modified_subnode' => '1311154208', - 'node_id' => '206', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/workflow_large', - 'path_string' => '/1/2/190/192/204/206/', - 'priority' => '0', - 'remote_id' => 'b284abd88bdcb1887a86e40304ffc66f', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 164 => [ - 'contentobject_id' => '205', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '207', - 'modified_subnode' => '1311154209', - 'node_id' => '207', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/versioning_large', - 'path_string' => '/1/2/190/192/204/207/', - 'priority' => '0', - 'remote_id' => 'e3400bb44aae5fcb416156e7450f3f32', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 165 => [ - 'contentobject_id' => '206', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '208', - 'modified_subnode' => '1311154209', - 'node_id' => '208', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/datatypes_attributes_content_class_and_objects_large', - 'path_string' => '/1/2/190/192/204/208/', - 'priority' => '0', - 'remote_id' => '2b2b27bbaaec688aaec1a5d39b4b13ae', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 166 => [ - 'contentobject_id' => '207', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '209', - 'modified_subnode' => '1311154209', - 'node_id' => '209', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/multiple_location_large', - 'path_string' => '/1/2/190/192/204/209/', - 'priority' => '0', - 'remote_id' => '37e5feed6574d1d8da4b4531569a27a2', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 167 => [ - 'contentobject_id' => '208', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '210', - 'modified_subnode' => '1311154209', - 'node_id' => '210', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/multisite_deployment_large', - 'path_string' => '/1/2/190/192/204/210/', - 'priority' => '0', - 'remote_id' => '5625695a66034f53b9b6e14029e06e80', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 168 => [ - 'contentobject_id' => '209', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '211', - 'modified_subnode' => '1311154210', - 'node_id' => '211', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/seo_large', - 'path_string' => '/1/2/190/192/204/211/', - 'priority' => '0', - 'remote_id' => '824aba4122ee51d9638847e55642feec', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 169 => [ - 'contentobject_id' => '210', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '212', - 'modified_subnode' => '1311154210', - 'node_id' => '212', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/admin_site_large', - 'path_string' => '/1/2/190/192/204/212/', - 'priority' => '0', - 'remote_id' => '73e95051b800ce051c3851c60807787b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 170 => [ - 'contentobject_id' => '211', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '213', - 'modified_subnode' => '1311154211', - 'node_id' => '213', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa', - 'path_string' => '/1/2/190/192/213/', - 'priority' => '0', - 'remote_id' => '3f921d3c490a6c17870b1f01fcfbceed', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 171 => [ - 'contentobject_id' => '212', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '214', - 'modified_subnode' => '1311154211', - 'node_id' => '214', - 'parent_node_id' => '213', - 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa/datatypes_attributes_content_class_and_objects_large', - 'path_string' => '/1/2/190/192/213/214/', - 'priority' => '0', - 'remote_id' => '97f7b391f1522bf404ff672ac338b91c', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 172 => [ - 'contentobject_id' => '213', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '215', - 'modified_subnode' => '1311154211', - 'node_id' => '215', - 'parent_node_id' => '213', - 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa/site_style_large', - 'path_string' => '/1/2/190/192/213/215/', - 'priority' => '0', - 'remote_id' => 'c5549bf68962a5384bd2225931cba302', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 173 => [ - 'contentobject_id' => '214', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '216', - 'modified_subnode' => '1311154211', - 'node_id' => '216', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/rest_api_interface', - 'path_string' => '/1/2/190/192/216/', - 'priority' => '0', - 'remote_id' => '54adfd9f7c80638f5560eb3f0618c57b', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 174 => [ - 'contentobject_id' => '215', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '217', - 'modified_subnode' => '1311154211', - 'node_id' => '217', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/asynchronous_publishing', - 'path_string' => '/1/2/190/192/217/', - 'priority' => '0', - 'remote_id' => 'a7dbafbf963821b71e5522c21e09d9dd', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 175 => [ - 'contentobject_id' => '216', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '218', - 'modified_subnode' => '1311154211', - 'node_id' => '218', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/canonical_links', - 'path_string' => '/1/2/190/192/218/', - 'priority' => '0', - 'remote_id' => '61e3b15f020590df0759b779e5f1fb9d', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 176 => [ - 'contentobject_id' => '217', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '219', - 'modified_subnode' => '1311154212', - 'node_id' => '219', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/support_for_red_hat_enterprise', - 'path_string' => '/1/2/190/192/219/', - 'priority' => '0', - 'remote_id' => '42560fa30a55ac5ddf1f76a52d44a613', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 177 => [ - 'contentobject_id' => '218', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '220', - 'modified_subnode' => '1311154212', - 'node_id' => '220', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/fastcgi', - 'path_string' => '/1/2/190/192/220/', - 'priority' => '0', - 'remote_id' => '416c28c9ba34a9114381a6ec3ae197e0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 178 => [ - 'contentobject_id' => '219', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '221', - 'modified_subnode' => '1311154212', - 'node_id' => '221', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/events', - 'path_string' => '/1/2/190/221/', - 'priority' => '0', - 'remote_id' => 'ae6afe955af19209125961b6c0d9a840', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 179 => [ - 'contentobject_id' => '220', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '222', - 'modified_subnode' => '1311154212', - 'node_id' => '222', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/career', - 'path_string' => '/1/2/190/222/', - 'priority' => '0', - 'remote_id' => '28b7fd81eaf6b9702c9f8ff8268daac9', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 180 => [ - 'contentobject_id' => '221', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '223', - 'modified_subnode' => '1311154212', - 'node_id' => '223', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/investors_relation', - 'path_string' => '/1/2/190/223/', - 'priority' => '0', - 'remote_id' => '627c1c5cdf124dc2f92489e686cd04bb', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 181 => [ - 'contentobject_id' => '222', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '224', - 'modified_subnode' => '1311154212', - 'node_id' => '224', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/contact', - 'path_string' => '/1/2/190/224/', - 'priority' => '0', - 'remote_id' => 'daa3004ede25b0130ca5bef83c1922c3', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 182 => [ - 'contentobject_id' => '223', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '225', - 'modified_subnode' => '1311154212', - 'node_id' => '225', - 'parent_node_id' => '224', - 'path_identification_string' => 'company/contact/morbi_neque', - 'path_string' => '/1/2/190/224/225/', - 'priority' => '0', - 'remote_id' => '9d2bdcb8b35464ee03651c191ac4d1ff', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 183 => [ - 'contentobject_id' => '224', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '226', - 'modified_subnode' => '1311154212', - 'node_id' => '226', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/company_banner', - 'path_string' => '/1/2/190/226/', - 'priority' => '0', - 'remote_id' => '9ae96e2ecc3a5a79964405273cc8542a', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 184 => [ - 'contentobject_id' => '225', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '227', - 'modified_subnode' => '1311154215', - 'node_id' => '227', - 'parent_node_id' => '5', - 'path_identification_string' => 'users/partners', - 'path_string' => '/1/5/227/', - 'priority' => '0', - 'remote_id' => '1ee27657f5f41fe6458fcb90e81d5d82', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 185 => [ - 'contentobject_id' => '226', - 'contentobject_is_published' => '1', - 'contentobject_version' => '2', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '228', - 'modified_subnode' => '1313061404', - 'node_id' => '228', - 'parent_node_id' => '77', - 'path_identification_string' => 'solutions/something', - 'path_string' => '/1/2/77/228/', - 'priority' => '0', - 'remote_id' => 'ee684db77223bb1a10300d7b250232cf', - 'sort_field' => '1', - 'sort_order' => '1', - ], - ], - Gateway::CONTENT_RELATION_TABLE => [ - 0 => [ - 'content_type_field_definition_id' => 237, - 'from_contentobject_id' => 67, - 'from_contentobject_version' => 1, - 'id' => 1, - 'relation_type' => 8, - 'to_contentobject_id' => 60, - ], - 1 => [ - 'content_type_field_definition_id' => 237, - 'from_contentobject_id' => 75, - 'from_contentobject_version' => 1, - 'id' => 2, - 'relation_type' => 8, - 'to_contentobject_id' => 64, - ], - 2 => [ - 'content_type_field_definition_id' => 237, - 'from_contentobject_id' => 84, - 'from_contentobject_version' => 1, - 'id' => 3, - 'relation_type' => 8, - 'to_contentobject_id' => 63, - ], - 3 => [ - 'content_type_field_definition_id' => 237, - 'from_contentobject_id' => 94, - 'from_contentobject_version' => 1, - 'id' => 4, - 'relation_type' => 8, - 'to_contentobject_id' => 62, - ], - 4 => [ - 'content_type_field_definition_id' => 237, - 'from_contentobject_id' => 154, - 'from_contentobject_version' => 1, - 'id' => 5, - 'relation_type' => 8, - 'to_contentobject_id' => 61, - ], - 5 => [ - 'content_type_field_definition_id' => 237, - 'from_contentobject_id' => 165, - 'from_contentobject_version' => 1, - 'id' => 6, - 'relation_type' => 8, - 'to_contentobject_id' => 58, - ], - 6 => [ - 'content_type_field_definition_id' => 108, - 'from_contentobject_id' => 109, - 'from_contentobject_version' => 1, - 'id' => 7, - 'relation_type' => 8, - 'to_contentobject_id' => 109, - ], - 7 => [ - 'content_type_field_definition_id' => 108, - 'from_contentobject_id' => 110, - 'from_contentobject_version' => 1, - 'id' => 8, - 'relation_type' => 8, - 'to_contentobject_id' => 110, - ], - 8 => [ - 'content_type_field_definition_id' => 108, - 'from_contentobject_id' => 111, - 'from_contentobject_version' => 1, - 'id' => 9, - 'relation_type' => 8, - 'to_contentobject_id' => 111, - ], - 9 => [ - 'content_type_field_definition_id' => 108, - 'from_contentobject_id' => 112, - 'from_contentobject_version' => 1, - 'id' => 10, - 'relation_type' => 8, - 'to_contentobject_id' => 112, - ], - 10 => [ - 'content_type_field_definition_id' => 108, - 'from_contentobject_id' => 113, - 'from_contentobject_version' => 1, - 'id' => 11, - 'relation_type' => 8, - 'to_contentobject_id' => 113, - ], - 11 => [ - 'content_type_field_definition_id' => 108, - 'from_contentobject_id' => 114, - 'from_contentobject_version' => 1, - 'id' => 12, - 'relation_type' => 8, - 'to_contentobject_id' => 114, - ], - 12 => [ - 'content_type_field_definition_id' => 108, - 'from_contentobject_id' => 115, - 'from_contentobject_version' => 1, - 'id' => 13, - 'relation_type' => 8, - 'to_contentobject_id' => 115, - ], - 13 => [ - 'content_type_field_definition_id' => 108, - 'from_contentobject_id' => 116, - 'from_contentobject_version' => 1, - 'id' => 14, - 'relation_type' => 8, - 'to_contentobject_id' => 116, - ], - 14 => [ - 'content_type_field_definition_id' => 108, - 'from_contentobject_id' => 117, - 'from_contentobject_version' => 1, - 'id' => 15, - 'relation_type' => 8, - 'to_contentobject_id' => 117, - ], - 15 => [ - 'content_type_field_definition_id' => 118, - 'from_contentobject_id' => 119, - 'from_contentobject_version' => 1, - 'id' => 16, - 'relation_type' => 8, - 'to_contentobject_id' => 119, - ], - 16 => [ - 'content_type_field_definition_id' => 118, - 'from_contentobject_id' => 120, - 'from_contentobject_version' => 1, - 'id' => 17, - 'relation_type' => 8, - 'to_contentobject_id' => 120, - ], - 17 => [ - 'content_type_field_definition_id' => 118, - 'from_contentobject_id' => 121, - 'from_contentobject_version' => 1, - 'id' => 18, - 'relation_type' => 8, - 'to_contentobject_id' => 121, - ], - 18 => [ - 'content_type_field_definition_id' => 118, - 'from_contentobject_id' => 122, - 'from_contentobject_version' => 1, - 'id' => 19, - 'relation_type' => 8, - 'to_contentobject_id' => 122, - ], - 19 => [ - 'content_type_field_definition_id' => 118, - 'from_contentobject_id' => 123, - 'from_contentobject_version' => 1, - 'id' => 20, - 'relation_type' => 8, - 'to_contentobject_id' => 123, - ], - 20 => [ - 'content_type_field_definition_id' => 118, - 'from_contentobject_id' => 124, - 'from_contentobject_version' => 1, - 'id' => 21, - 'relation_type' => 8, - 'to_contentobject_id' => 124, - ], - 21 => [ - 'content_type_field_definition_id' => 118, - 'from_contentobject_id' => 125, - 'from_contentobject_version' => 1, - 'id' => 22, - 'relation_type' => 8, - 'to_contentobject_id' => 125, - ], - 22 => [ - 'content_type_field_definition_id' => 118, - 'from_contentobject_id' => 126, - 'from_contentobject_version' => 1, - 'id' => 23, - 'relation_type' => 8, - 'to_contentobject_id' => 126, - ], - 23 => [ - 'content_type_field_definition_id' => 127, - 'from_contentobject_id' => 128, - 'from_contentobject_version' => 1, - 'id' => 24, - 'relation_type' => 8, - 'to_contentobject_id' => 128, - ], - 24 => [ - 'content_type_field_definition_id' => 127, - 'from_contentobject_id' => 129, - 'from_contentobject_version' => 1, - 'id' => 25, - 'relation_type' => 8, - 'to_contentobject_id' => 129, - ], - 25 => [ - 'content_type_field_definition_id' => 132, - 'from_contentobject_id' => 133, - 'from_contentobject_version' => 1, - 'id' => 26, - 'relation_type' => 8, - 'to_contentobject_id' => 133, - ], - 26 => [ - 'content_type_field_definition_id' => 132, - 'from_contentobject_id' => 134, - 'from_contentobject_version' => 1, - 'id' => 27, - 'relation_type' => 8, - 'to_contentobject_id' => 134, - ], - 27 => [ - 'content_type_field_definition_id' => 132, - 'from_contentobject_id' => 135, - 'from_contentobject_version' => 1, - 'id' => 28, - 'relation_type' => 8, - 'to_contentobject_id' => 135, - ], - 28 => [ - 'content_type_field_definition_id' => 136, - 'from_contentobject_id' => 137, - 'from_contentobject_version' => 1, - 'id' => 29, - 'relation_type' => 8, - 'to_contentobject_id' => 137, - ], - 29 => [ - 'content_type_field_definition_id' => 136, - 'from_contentobject_id' => 138, - 'from_contentobject_version' => 1, - 'id' => 30, - 'relation_type' => 8, - 'to_contentobject_id' => 138, - ], - 30 => [ - 'content_type_field_definition_id' => 139, - 'from_contentobject_id' => 140, - 'from_contentobject_version' => 1, - 'id' => 31, - 'relation_type' => 8, - 'to_contentobject_id' => 140, - ], - 31 => [ - 'content_type_field_definition_id' => 139, - 'from_contentobject_id' => 141, - 'from_contentobject_version' => 1, - 'id' => 32, - 'relation_type' => 8, - 'to_contentobject_id' => 141, - ], - 32 => [ - 'content_type_field_definition_id' => 139, - 'from_contentobject_id' => 142, - 'from_contentobject_version' => 1, - 'id' => 33, - 'relation_type' => 8, - 'to_contentobject_id' => 142, - ], - 33 => [ - 'content_type_field_definition_id' => 139, - 'from_contentobject_id' => 143, - 'from_contentobject_version' => 1, - 'id' => 34, - 'relation_type' => 8, - 'to_contentobject_id' => 143, - ], - 34 => [ - 'content_type_field_definition_id' => 145, - 'from_contentobject_id' => 146, - 'from_contentobject_version' => 1, - 'id' => 35, - 'relation_type' => 8, - 'to_contentobject_id' => 146, - ], - 35 => [ - 'content_type_field_definition_id' => 148, - 'from_contentobject_id' => 149, - 'from_contentobject_version' => 1, - 'id' => 36, - 'relation_type' => 8, - 'to_contentobject_id' => 149, - ], - 36 => [ - 'content_type_field_definition_id' => 151, - 'from_contentobject_id' => 152, - 'from_contentobject_version' => 1, - 'id' => 37, - 'relation_type' => 8, - 'to_contentobject_id' => 152, - ], - 37 => [ - 'content_type_field_definition_id' => 151, - 'from_contentobject_id' => 153, - 'from_contentobject_version' => 1, - 'id' => 38, - 'relation_type' => 8, - 'to_contentobject_id' => 153, - ], - 38 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 65, - 'from_contentobject_version' => 1, - 'id' => 39, - 'relation_type' => 4, - 'to_contentobject_id' => 151, - ], - 39 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 65, - 'from_contentobject_version' => 1, - 'id' => 40, - 'relation_type' => 2, - 'to_contentobject_id' => 106, - ], - 40 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 65, - 'from_contentobject_version' => 1, - 'id' => 41, - 'relation_type' => 2, - 'to_contentobject_id' => 107, - ], - 41 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 65, - 'from_contentobject_version' => 1, - 'id' => 42, - 'relation_type' => 2, - 'to_contentobject_id' => 176, - ], - 42 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 65, - 'from_contentobject_version' => 1, - 'id' => 43, - 'relation_type' => 2, - 'to_contentobject_id' => 131, - ], - 43 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 67, - 'from_contentobject_version' => 1, - 'id' => 44, - 'relation_type' => 2, - 'to_contentobject_id' => 71, - ], - 44 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 67, - 'from_contentobject_version' => 1, - 'id' => 45, - 'relation_type' => 2, - 'to_contentobject_id' => 72, - ], - 45 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 67, - 'from_contentobject_version' => 1, - 'id' => 46, - 'relation_type' => 2, - 'to_contentobject_id' => 73, - ], - 46 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 75, - 'from_contentobject_version' => 1, - 'id' => 47, - 'relation_type' => 6, - 'to_contentobject_id' => 76, - ], - 47 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 75, - 'from_contentobject_version' => 1, - 'id' => 48, - 'relation_type' => 6, - 'to_contentobject_id' => 80, - ], - 48 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 75, - 'from_contentobject_version' => 1, - 'id' => 49, - 'relation_type' => 2, - 'to_contentobject_id' => 77, - ], - 49 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 75, - 'from_contentobject_version' => 1, - 'id' => 50, - 'relation_type' => 2, - 'to_contentobject_id' => 79, - ], - 50 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 75, - 'from_contentobject_version' => 1, - 'id' => 51, - 'relation_type' => 2, - 'to_contentobject_id' => 78, - ], - 51 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 84, - 'from_contentobject_version' => 1, - 'id' => 52, - 'relation_type' => 2, - 'to_contentobject_id' => 85, - ], - 52 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 84, - 'from_contentobject_version' => 1, - 'id' => 53, - 'relation_type' => 2, - 'to_contentobject_id' => 93, - ], - 53 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 84, - 'from_contentobject_version' => 1, - 'id' => 54, - 'relation_type' => 2, - 'to_contentobject_id' => 91, - ], - 54 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 84, - 'from_contentobject_version' => 1, - 'id' => 55, - 'relation_type' => 2, - 'to_contentobject_id' => 92, - ], - 55 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 84, - 'from_contentobject_version' => 1, - 'id' => 56, - 'relation_type' => 2, - 'to_contentobject_id' => 86, - ], - 56 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 84, - 'from_contentobject_version' => 1, - 'id' => 57, - 'relation_type' => 2, - 'to_contentobject_id' => 87, - ], - 57 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 94, - 'from_contentobject_version' => 1, - 'id' => 58, - 'relation_type' => 4, - 'to_contentobject_id' => 98, - ], - 58 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 94, - 'from_contentobject_version' => 1, - 'id' => 59, - 'relation_type' => 4, - 'to_contentobject_id' => 95, - ], - 59 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 94, - 'from_contentobject_version' => 1, - 'id' => 60, - 'relation_type' => 2, - 'to_contentobject_id' => 101, - ], - 60 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 94, - 'from_contentobject_version' => 1, - 'id' => 61, - 'relation_type' => 2, - 'to_contentobject_id' => 103, - ], - 61 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 94, - 'from_contentobject_version' => 1, - 'id' => 62, - 'relation_type' => 2, - 'to_contentobject_id' => 104, - ], - 62 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 94, - 'from_contentobject_version' => 1, - 'id' => 63, - 'relation_type' => 2, - 'to_contentobject_id' => 102, - ], - 63 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 106, - 'from_contentobject_version' => 1, - 'id' => 64, - 'relation_type' => 2, - 'to_contentobject_id' => 108, - ], - 64 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 106, - 'from_contentobject_version' => 1, - 'id' => 65, - 'relation_type' => 2, - 'to_contentobject_id' => 202, - ], - 65 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 106, - 'from_contentobject_version' => 1, - 'id' => 66, - 'relation_type' => 2, - 'to_contentobject_id' => 127, - ], - 66 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 106, - 'from_contentobject_version' => 1, - 'id' => 67, - 'relation_type' => 2, - 'to_contentobject_id' => 130, - ], - 67 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 108, - 'from_contentobject_version' => 1, - 'id' => 68, - 'relation_type' => 2, - 'to_contentobject_id' => 109, - ], - 68 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 108, - 'from_contentobject_version' => 1, - 'id' => 69, - 'relation_type' => 2, - 'to_contentobject_id' => 110, - ], - 69 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 108, - 'from_contentobject_version' => 1, - 'id' => 70, - 'relation_type' => 2, - 'to_contentobject_id' => 111, - ], - 70 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 108, - 'from_contentobject_version' => 1, - 'id' => 71, - 'relation_type' => 2, - 'to_contentobject_id' => 112, - ], - 71 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 108, - 'from_contentobject_version' => 1, - 'id' => 72, - 'relation_type' => 2, - 'to_contentobject_id' => 113, - ], - 72 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 108, - 'from_contentobject_version' => 1, - 'id' => 73, - 'relation_type' => 2, - 'to_contentobject_id' => 114, - ], - 73 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 108, - 'from_contentobject_version' => 1, - 'id' => 74, - 'relation_type' => 2, - 'to_contentobject_id' => 115, - ], - 74 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 108, - 'from_contentobject_version' => 1, - 'id' => 75, - 'relation_type' => 2, - 'to_contentobject_id' => 116, - ], - 75 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 118, - 'from_contentobject_version' => 1, - 'id' => 76, - 'relation_type' => 2, - 'to_contentobject_id' => 119, - ], - 76 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 118, - 'from_contentobject_version' => 1, - 'id' => 77, - 'relation_type' => 2, - 'to_contentobject_id' => 120, - ], - 77 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 118, - 'from_contentobject_version' => 1, - 'id' => 78, - 'relation_type' => 2, - 'to_contentobject_id' => 121, - ], - 78 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 118, - 'from_contentobject_version' => 1, - 'id' => 79, - 'relation_type' => 2, - 'to_contentobject_id' => 122, - ], - 79 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 118, - 'from_contentobject_version' => 1, - 'id' => 80, - 'relation_type' => 2, - 'to_contentobject_id' => 123, - ], - 80 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 118, - 'from_contentobject_version' => 1, - 'id' => 81, - 'relation_type' => 2, - 'to_contentobject_id' => 124, - ], - 81 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 118, - 'from_contentobject_version' => 1, - 'id' => 82, - 'relation_type' => 2, - 'to_contentobject_id' => 125, - ], - 82 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 118, - 'from_contentobject_version' => 1, - 'id' => 83, - 'relation_type' => 2, - 'to_contentobject_id' => 126, - ], - 83 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 127, - 'from_contentobject_version' => 1, - 'id' => 84, - 'relation_type' => 2, - 'to_contentobject_id' => 128, - ], - 84 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 127, - 'from_contentobject_version' => 1, - 'id' => 85, - 'relation_type' => 2, - 'to_contentobject_id' => 129, - ], - 85 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 132, - 'from_contentobject_version' => 1, - 'id' => 86, - 'relation_type' => 2, - 'to_contentobject_id' => 133, - ], - 86 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 132, - 'from_contentobject_version' => 1, - 'id' => 87, - 'relation_type' => 2, - 'to_contentobject_id' => 134, - ], - 87 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 132, - 'from_contentobject_version' => 1, - 'id' => 88, - 'relation_type' => 2, - 'to_contentobject_id' => 135, - ], - 88 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 136, - 'from_contentobject_version' => 1, - 'id' => 89, - 'relation_type' => 2, - 'to_contentobject_id' => 137, - ], - 89 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 136, - 'from_contentobject_version' => 1, - 'id' => 90, - 'relation_type' => 2, - 'to_contentobject_id' => 138, - ], - 90 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 139, - 'from_contentobject_version' => 1, - 'id' => 91, - 'relation_type' => 2, - 'to_contentobject_id' => 141, - ], - 91 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 139, - 'from_contentobject_version' => 1, - 'id' => 92, - 'relation_type' => 2, - 'to_contentobject_id' => 140, - ], - 92 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 139, - 'from_contentobject_version' => 1, - 'id' => 93, - 'relation_type' => 2, - 'to_contentobject_id' => 142, - ], - 93 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 139, - 'from_contentobject_version' => 1, - 'id' => 94, - 'relation_type' => 2, - 'to_contentobject_id' => 143, - ], - 94 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 145, - 'from_contentobject_version' => 1, - 'id' => 95, - 'relation_type' => 2, - 'to_contentobject_id' => 146, - ], - 95 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 148, - 'from_contentobject_version' => 1, - 'id' => 96, - 'relation_type' => 2, - 'to_contentobject_id' => 149, - ], - 96 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 150, - 'from_contentobject_version' => 1, - 'id' => 97, - 'relation_type' => 2, - 'to_contentobject_id' => 66, - ], - 97 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 151, - 'from_contentobject_version' => 1, - 'id' => 98, - 'relation_type' => 2, - 'to_contentobject_id' => 152, - ], - 98 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 151, - 'from_contentobject_version' => 1, - 'id' => 99, - 'relation_type' => 2, - 'to_contentobject_id' => 153, - ], - 99 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 154, - 'from_contentobject_version' => 1, - 'id' => 100, - 'relation_type' => 2, - 'to_contentobject_id' => 163, - ], - 100 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 154, - 'from_contentobject_version' => 1, - 'id' => 101, - 'relation_type' => 2, - 'to_contentobject_id' => 162, - ], - 101 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 154, - 'from_contentobject_version' => 1, - 'id' => 102, - 'relation_type' => 2, - 'to_contentobject_id' => 158, - ], - 102 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 154, - 'from_contentobject_version' => 1, - 'id' => 103, - 'relation_type' => 2, - 'to_contentobject_id' => 155, - ], - 103 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 154, - 'from_contentobject_version' => 1, - 'id' => 104, - 'relation_type' => 2, - 'to_contentobject_id' => 164, - ], - 104 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 165, - 'from_contentobject_version' => 1, - 'id' => 105, - 'relation_type' => 2, - 'to_contentobject_id' => 170, - ], - 105 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 165, - 'from_contentobject_version' => 1, - 'id' => 106, - 'relation_type' => 2, - 'to_contentobject_id' => 185, - ], - 106 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 165, - 'from_contentobject_version' => 1, - 'id' => 107, - 'relation_type' => 2, - 'to_contentobject_id' => 166, - ], - 107 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 165, - 'from_contentobject_version' => 1, - 'id' => 108, - 'relation_type' => 2, - 'to_contentobject_id' => 176, - ], - 108 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 188, - 'from_contentobject_version' => 1, - 'id' => 109, - 'relation_type' => 2, - 'to_contentobject_id' => 224, - ], - 109 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 191, - 'from_contentobject_version' => 1, - 'id' => 110, - 'relation_type' => 2, - 'to_contentobject_id' => 192, - ], - 110 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 193, - 'from_contentobject_version' => 1, - 'id' => 111, - 'relation_type' => 2, - 'to_contentobject_id' => 199, - ], - 111 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 193, - 'from_contentobject_version' => 1, - 'id' => 112, - 'relation_type' => 2, - 'to_contentobject_id' => 194, - ], - 112 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 193, - 'from_contentobject_version' => 1, - 'id' => 113, - 'relation_type' => 2, - 'to_contentobject_id' => 195, - ], - 113 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 193, - 'from_contentobject_version' => 1, - 'id' => 114, - 'relation_type' => 2, - 'to_contentobject_id' => 196, - ], - 114 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 193, - 'from_contentobject_version' => 1, - 'id' => 115, - 'relation_type' => 2, - 'to_contentobject_id' => 197, - ], - 115 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 193, - 'from_contentobject_version' => 1, - 'id' => 116, - 'relation_type' => 2, - 'to_contentobject_id' => 200, - ], - 116 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 193, - 'from_contentobject_version' => 1, - 'id' => 117, - 'relation_type' => 2, - 'to_contentobject_id' => 201, - ], - 117 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 193, - 'from_contentobject_version' => 1, - 'id' => 118, - 'relation_type' => 2, - 'to_contentobject_id' => 198, - ], - 118 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 202, - 'from_contentobject_version' => 1, - 'id' => 119, - 'relation_type' => 2, - 'to_contentobject_id' => 210, - ], - 119 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 202, - 'from_contentobject_version' => 1, - 'id' => 120, - 'relation_type' => 2, - 'to_contentobject_id' => 203, - ], - 120 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 202, - 'from_contentobject_version' => 1, - 'id' => 121, - 'relation_type' => 2, - 'to_contentobject_id' => 204, - ], - 121 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 202, - 'from_contentobject_version' => 1, - 'id' => 122, - 'relation_type' => 2, - 'to_contentobject_id' => 205, - ], - 122 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 202, - 'from_contentobject_version' => 1, - 'id' => 123, - 'relation_type' => 2, - 'to_contentobject_id' => 206, - ], - 123 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 202, - 'from_contentobject_version' => 1, - 'id' => 124, - 'relation_type' => 2, - 'to_contentobject_id' => 207, - ], - 124 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 202, - 'from_contentobject_version' => 1, - 'id' => 125, - 'relation_type' => 2, - 'to_contentobject_id' => 208, - ], - 125 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 202, - 'from_contentobject_version' => 1, - 'id' => 126, - 'relation_type' => 2, - 'to_contentobject_id' => 209, - ], - 126 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 211, - 'from_contentobject_version' => 1, - 'id' => 127, - 'relation_type' => 2, - 'to_contentobject_id' => 212, - ], - 127 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 211, - 'from_contentobject_version' => 1, - 'id' => 128, - 'relation_type' => 2, - 'to_contentobject_id' => 213, - ], - 128 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 225, - 'from_contentobject_version' => 1, - 'id' => 129, - 'relation_type' => 2, - 'to_contentobject_id' => 213, - ], - 129 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 225, - 'from_contentobject_version' => 2, - 'id' => 130, - 'relation_type' => 2, - 'to_contentobject_id' => 213, - ], - 130 => [ - 'content_type_field_definition_id' => 0, - 'from_contentobject_id' => 211, - 'from_contentobject_version' => 1, - 'id' => 131, - 'relation_type' => 2, - 'to_contentobject_id' => 225, - ], - ], - Gateway::CONTENT_NAME_TABLE => [ - 0 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 4, - 'language_id' => 3, - 'name' => 'Users', - 'real_translation' => 'eng-US', - ], - 1 => [ - 'content_translation' => 'eng-US', - 'content_version' => 2, - 'contentobject_id' => 10, - 'language_id' => 3, - 'name' => 'Anonymous User', - 'real_translation' => 'eng-US', - ], - 2 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 11, - 'language_id' => 3, - 'name' => 'Guest accounts', - 'real_translation' => 'eng-US', - ], - 3 => [ - 'content_translation' => 'eng-US', - 'content_version' => 2, - 'contentobject_id' => 11, - 'language_id' => 3, - 'name' => 'Members', - 'real_translation' => 'eng-US', - ], - 4 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 12, - 'language_id' => 3, - 'name' => 'Administrator users', - 'real_translation' => 'eng-US', - ], - 5 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 13, - 'language_id' => 3, - 'name' => 'Editors', - 'real_translation' => 'eng-US', - ], - 6 => [ - 'content_translation' => 'eng-US', - 'content_version' => 3, - 'contentobject_id' => 14, - 'language_id' => 3, - 'name' => 'Administrator User', - 'real_translation' => 'eng-US', - ], - 7 => [ - 'content_translation' => 'eng-US', - 'content_version' => 4, - 'contentobject_id' => 14, - 'language_id' => 3, - 'name' => 'Administrator User', - 'real_translation' => 'eng-US', - ], - 8 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 41, - 'language_id' => 3, - 'name' => 'Media', - 'real_translation' => 'eng-US', - ], - 9 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 42, - 'language_id' => 3, - 'name' => 'Anonymous users', - 'real_translation' => 'eng-US', - ], - 10 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 45, - 'language_id' => 3, - 'name' => 'Setup', - 'real_translation' => 'eng-US', - ], - 11 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 49, - 'language_id' => 3, - 'name' => 'Images', - 'real_translation' => 'eng-US', - ], - 12 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 50, - 'language_id' => 3, - 'name' => 'Files', - 'real_translation' => 'eng-US', - ], - 13 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 51, - 'language_id' => 3, - 'name' => 'Multimedia', - 'real_translation' => 'eng-US', - ], - 14 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 52, - 'language_id' => 2, - 'name' => 'Common INI settings', - 'real_translation' => 'eng-US', - ], - 15 => [ - 'content_translation' => 'eng-US', - 'content_version' => 2, - 'contentobject_id' => 54, - 'language_id' => 2, - 'name' => 'Website Interface', - 'real_translation' => 'eng-US', - ], - 16 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 56, - 'language_id' => 3, - 'name' => 'Design', - 'real_translation' => 'eng-US', - ], - 17 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 57, - 'language_id' => 3, - 'name' => 'Banners', - 'real_translation' => 'eng-US', - ], - 18 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 58, - 'language_id' => 2, - 'name' => 'Woman (Communities)', - 'real_translation' => 'eng-US', - ], - 19 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 59, - 'language_id' => 2, - 'name' => 'Woman (Frontpage)', - 'real_translation' => 'eng-US', - ], - 20 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 60, - 'language_id' => 2, - 'name' => 'Woman (Products)', - 'real_translation' => 'eng-US', - ], - 21 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 61, - 'language_id' => 2, - 'name' => 'Woman (Partners)', - 'real_translation' => 'eng-US', - ], - 22 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 62, - 'language_id' => 2, - 'name' => 'Pencils (Support)', - 'real_translation' => 'eng-US', - ], - 23 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 63, - 'language_id' => 2, - 'name' => 'Woman (Training)', - 'real_translation' => 'eng-US', - ], - 24 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 64, - 'language_id' => 2, - 'name' => 'Woman (Solutions)', - 'real_translation' => 'eng-US', - ], - 25 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 65, - 'language_id' => 3, - 'name' => 'Home', - 'real_translation' => 'eng-US', - ], - 26 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 66, - 'language_id' => 2, - 'name' => 'rest_api', - 'real_translation' => 'eng-US', - ], - 27 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 67, - 'language_id' => 2, - 'name' => 'Products', - 'real_translation' => 'eng-US', - ], - 28 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 68, - 'language_id' => 3, - 'name' => 'Software', - 'real_translation' => 'eng-US', - ], - 29 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 69, - 'language_id' => 2, - 'name' => 'OS Type I', - 'real_translation' => 'eng-US', - ], - 30 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 70, - 'language_id' => 3, - 'name' => 'Boxes', - 'real_translation' => 'eng-US', - ], - 31 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 71, - 'language_id' => 2, - 'name' => 'CD/DVD Box I', - 'real_translation' => 'eng-US', - ], - 32 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 72, - 'language_id' => 2, - 'name' => 'CD/DVD Box II', - 'real_translation' => 'eng-US', - ], - 33 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 73, - 'language_id' => 2, - 'name' => 'CD/DVD Box III', - 'real_translation' => 'eng-US', - ], - 34 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 74, - 'language_id' => 3, - 'name' => 'Products sheets', - 'real_translation' => 'eng-US', - ], - 35 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 75, - 'language_id' => 2, - 'name' => 'Solutions', - 'real_translation' => 'eng-US', - ], - 36 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 76, - 'language_id' => 3, - 'name' => 'Web publishing', - 'real_translation' => 'eng-US', - ], - 37 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 77, - 'language_id' => 2, - 'name' => 'Fusce sagittis sagittis', - 'real_translation' => 'eng-US', - ], - 38 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 78, - 'language_id' => 2, - 'name' => 'Etiam posuere sodales arcu', - 'real_translation' => 'eng-US', - ], - 39 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 79, - 'language_id' => 2, - 'name' => 'In hac habitasse platea', - 'real_translation' => 'eng-US', - ], - 40 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 80, - 'language_id' => 3, - 'name' => 'Content management', - 'real_translation' => 'eng-US', - ], - 41 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 81, - 'language_id' => 2, - 'name' => 'Fusce sagittis sagittis urna', - 'real_translation' => 'eng-US', - ], - 42 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 82, - 'language_id' => 2, - 'name' => 'Class aptent taciti sociosqu', - 'real_translation' => 'eng-US', - ], - 43 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 83, - 'language_id' => 2, - 'name' => 'Aenean malesuada ligula', - 'real_translation' => 'eng-US', - ], - 44 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 84, - 'language_id' => 2, - 'name' => 'Training', - 'real_translation' => 'eng-US', - ], - 45 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 85, - 'language_id' => 3, - 'name' => 'Certification', - 'real_translation' => 'eng-US', - ], - 46 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 86, - 'language_id' => 3, - 'name' => 'Professional workshops', - 'real_translation' => 'eng-US', - ], - 47 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 87, - 'language_id' => 2, - 'name' => 'Etiam sodales mauris', - 'real_translation' => 'eng-US', - ], - 48 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 88, - 'language_id' => 2, - 'name' => 'Class aptent taciti', - 'real_translation' => 'eng-US', - ], - 49 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 89, - 'language_id' => 2, - 'name' => 'Duis auctor vehicula erat', - 'real_translation' => 'eng-US', - ], - 50 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 90, - 'language_id' => 2, - 'name' => 'Events and seminars', - 'real_translation' => 'eng-US', - ], - 51 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 91, - 'language_id' => 3, - 'name' => 'Self-paced courses', - 'real_translation' => 'eng-US', - ], - 52 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 92, - 'language_id' => 3, - 'name' => 'Instructor-led courses', - 'real_translation' => 'eng-US', - ], - 53 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 93, - 'language_id' => 3, - 'name' => 'Additional learning resources', - 'real_translation' => 'eng-US', - ], - 54 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 94, - 'language_id' => 2, - 'name' => 'Support', - 'real_translation' => 'eng-US', - ], - 55 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 95, - 'language_id' => 2, - 'name' => 'Knowledgebase', - 'real_translation' => 'eng-US', - ], - 56 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 96, - 'language_id' => 2, - 'name' => 'Sed suscipit', - 'real_translation' => 'eng-US', - ], - 57 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 97, - 'language_id' => 2, - 'name' => 'Ut interdum', - 'real_translation' => 'eng-US', - ], - 58 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 98, - 'language_id' => 2, - 'name' => 'Documentation', - 'real_translation' => 'eng-US', - ], - 59 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 99, - 'language_id' => 2, - 'name' => 'Mauris pretium', - 'real_translation' => 'eng-US', - ], - 60 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 100, - 'language_id' => 2, - 'name' => 'Aliquam posuere', - 'real_translation' => 'eng-US', - ], - 61 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 101, - 'language_id' => 3, - 'name' => 'Books', - 'real_translation' => 'eng-US', - ], - 62 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 102, - 'language_id' => 2, - 'name' => 'Aliquam pulvinar suscipit tellus', - 'real_translation' => 'eng-US', - ], - 63 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 103, - 'language_id' => 3, - 'name' => 'Customer Service', - 'real_translation' => 'eng-US', - ], - 64 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 104, - 'language_id' => 3, - 'name' => 'Support Programs', - 'real_translation' => 'eng-US', - ], - 65 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 105, - 'language_id' => 3, - 'name' => 'Getting started', - 'real_translation' => 'eng-US', - ], - 66 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 106, - 'language_id' => 2, - 'name' => 'Tutorials for', - 'real_translation' => 'eng-US', - ], - 67 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 107, - 'language_id' => 2, - 'name' => 'Get involved', - 'real_translation' => 'eng-US', - ], - 68 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 108, - 'language_id' => 2, - 'name' => 'How to use Ibexa', - 'real_translation' => 'eng-US', - ], - 69 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 109, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 70 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 110, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 71 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 111, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 72 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 112, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 73 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 113, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 74 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 114, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 75 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 115, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 76 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 116, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 77 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 117, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 78 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 118, - 'language_id' => 2, - 'name' => 'How to manage Ibexa', - 'real_translation' => 'eng-US', - ], - 79 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 119, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 80 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 120, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 81 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 121, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 82 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 122, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 83 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 123, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 84 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 124, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 85 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 125, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 86 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 126, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 87 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 127, - 'language_id' => 2, - 'name' => 'How to develop with Ibexa', - 'real_translation' => 'eng-US', - ], - 88 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 128, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 89 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 129, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 90 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 130, - 'language_id' => 2, - 'name' => 'Adding Siteaccesses in Ibexa', - 'real_translation' => 'eng-US', - ], - 91 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 131, - 'language_id' => 3, - 'name' => 'New features', - 'real_translation' => 'eng-US', - ], - 92 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 132, - 'language_id' => 2, - 'name' => 'Improved user registration workflow', - 'real_translation' => 'eng-US', - ], - 93 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 133, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 94 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 134, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 95 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 135, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 96 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 136, - 'language_id' => 2, - 'name' => 'Improved block editing', - 'real_translation' => 'eng-US', - ], - 97 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 137, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 98 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 138, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 99 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 139, - 'language_id' => 2, - 'name' => 'Improved front-end editing', - 'real_translation' => 'eng-US', - ], - 100 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 140, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 101 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 141, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 102 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 142, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 103 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 143, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 104 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 144, - 'language_id' => 2, - 'name' => 'FastCGI', - 'real_translation' => 'eng-US', - ], - 105 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 145, - 'language_id' => 2, - 'name' => 'Support for Red Hat Enterprise', - 'real_translation' => 'eng-US', - ], - 106 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 146, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 107 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 147, - 'language_id' => 2, - 'name' => 'Canonical links', - 'real_translation' => 'eng-US', - ], - 108 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 148, - 'language_id' => 2, - 'name' => 'Asynchronous publishing', - 'real_translation' => 'eng-US', - ], - 109 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 149, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 110 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 150, - 'language_id' => 2, - 'name' => 'REST API interface', - 'real_translation' => 'eng-US', - ], - 111 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 151, - 'language_id' => 2, - 'name' => 'Ibexa Enterprise', - 'real_translation' => 'eng-US', - ], - 112 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 152, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 113 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 153, - 'language_id' => 2, - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 114 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 154, - 'language_id' => 3, - 'name' => 'Partners', - 'real_translation' => 'eng-US', - ], - 115 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 155, - 'language_id' => 3, - 'name' => 'Partner News', - 'real_translation' => 'eng-US', - ], - 116 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 156, - 'language_id' => 2, - 'name' => 'Pellentesque quam mauris', - 'real_translation' => 'eng-US', - ], - 117 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 157, - 'language_id' => 2, - 'name' => 'Penatibus et magnis dis', - 'real_translation' => 'eng-US', - ], - 118 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 158, - 'language_id' => 3, - 'name' => 'News', - 'real_translation' => 'eng-US', - ], - 119 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 159, - 'language_id' => 2, - 'name' => 'Curabitur hendrerit dignissim', - 'real_translation' => 'eng-US', - ], - 120 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 160, - 'language_id' => 2, - 'name' => 'Proin condimentum risus', - 'real_translation' => 'eng-US', - ], - 121 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 161, - 'language_id' => 2, - 'name' => 'Morbi tristique senectus', - 'real_translation' => 'eng-US', - ], - 122 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 162, - 'language_id' => 3, - 'name' => 'Partner Products', - 'real_translation' => 'eng-US', - ], - 123 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 163, - 'language_id' => 3, - 'name' => 'Partners', - 'real_translation' => 'eng-US', - ], - 124 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 164, - 'language_id' => 2, - 'name' => 'Neque orci malesuada felis', - 'real_translation' => 'eng-US', - ], - 125 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 165, - 'language_id' => 3, - 'name' => 'Community', - 'real_translation' => 'eng-US', - ], - 126 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 166, - 'language_id' => 2, - 'name' => 'Forum', - 'real_translation' => 'eng-US', - ], - 127 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 167, - 'language_id' => 2, - 'name' => 'Nulla vitae tellus sit amet', - 'real_translation' => 'eng-US', - ], - 128 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 168, - 'language_id' => 2, - 'name' => 'Ut mollis sodales nibh', - 'real_translation' => 'eng-US', - ], - 129 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 169, - 'language_id' => 2, - 'name' => 'Nam risus leo', - 'real_translation' => 'eng-US', - ], - 130 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 170, - 'language_id' => 2, - 'name' => 'Wiki', - 'real_translation' => 'eng-US', - ], - 131 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 171, - 'language_id' => 2, - 'name' => 'Sed suscipit', - 'real_translation' => 'eng-US', - ], - 132 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 172, - 'language_id' => 2, - 'name' => 'Ut interdum', - 'real_translation' => 'eng-US', - ], - 133 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 173, - 'language_id' => 2, - 'name' => 'Fusce pulvinar', - 'real_translation' => 'eng-US', - ], - 134 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 174, - 'language_id' => 2, - 'name' => 'Duis id tortor', - 'real_translation' => 'eng-US', - ], - 135 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 175, - 'language_id' => 2, - 'name' => 'Curabitur lacinia', - 'real_translation' => 'eng-US', - ], - 136 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 176, - 'language_id' => 2, - 'name' => 'Pictures', - 'real_translation' => 'eng-US', - ], - 137 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 177, - 'language_id' => 2, - 'name' => 'Ivo on ibexa tags', - 'real_translation' => 'eng-US', - ], - 138 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 178, - 'language_id' => 2, - 'name' => 'Are you ready for the Community day?', - 'real_translation' => 'eng-US', - ], - 139 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 179, - 'language_id' => 2, - 'name' => 'Let\'s work together!', - 'real_translation' => 'eng-US', - ], - 140 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 180, - 'language_id' => 2, - 'name' => 'The Mediterranean seen from Nice!', - 'real_translation' => 'eng-US', - ], - 141 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 181, - 'language_id' => 2, - 'name' => 'Hotel lobby at Isola2000', - 'real_translation' => 'eng-US', - ], - 142 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 182, - 'language_id' => 2, - 'name' => 'Alexander on the past, + 'data_type_string' => 'ibexa_image', + 'id' => '1338', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 926 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1340', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 927 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1340', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 928 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1341', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 929 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1341', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 930 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1342', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 931 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1342', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 934 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '4000', + 'language_code' => 'eng-GB', + 'language_id' => '4', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 935 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '225', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Partners', + 'data_type_string' => 'ibexa_string', + 'id' => '4001', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'partners', + 'version' => '2', + ], + 936 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '225', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '4002', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 937 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '302', + 'contentobject_id' => '166', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Forum', + 'data_type_string' => 'ibexa_string', + 'id' => '4003', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'forum', + 'version' => '2', + ], + ], + Gateway::CONTENT_VERSION_TABLE => [ + 0 => [ + 'contentobject_id' => '4', + 'created' => '0', + 'creator_id' => '14', + 'id' => '4', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '0', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '1', + ], + 1 => [ + 'contentobject_id' => '11', + 'created' => '1033920737', + 'creator_id' => '14', + 'id' => '439', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033920746', + 'status' => '3', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 2 => [ + 'contentobject_id' => '12', + 'created' => '1033920760', + 'creator_id' => '14', + 'id' => '440', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033920775', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 3 => [ + 'contentobject_id' => '13', + 'created' => '1033920786', + 'creator_id' => '14', + 'id' => '441', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033920794', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 4 => [ + 'contentobject_id' => '41', + 'created' => '1060695450', + 'creator_id' => '14', + 'id' => '472', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1060695457', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 5 => [ + 'contentobject_id' => '42', + 'created' => '1072180278', + 'creator_id' => '14', + 'id' => '473', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1072180330', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 6 => [ + 'contentobject_id' => '10', + 'created' => '1072180337', + 'creator_id' => '14', + 'id' => '474', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1072180405', + 'status' => '1', + 'user_id' => '0', + 'version' => '2', + 'workflow_event_pos' => '0', + ], + 7 => [ + 'contentobject_id' => '45', + 'created' => '1079684084', + 'creator_id' => '14', + 'id' => '477', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1079684190', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 8 => [ + 'contentobject_id' => '49', + 'created' => '1080220181', + 'creator_id' => '14', + 'id' => '488', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220197', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 9 => [ + 'contentobject_id' => '50', + 'created' => '1080220211', + 'creator_id' => '14', + 'id' => '489', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220220', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 10 => [ + 'contentobject_id' => '51', + 'created' => '1080220225', + 'creator_id' => '14', + 'id' => '490', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220233', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 11 => [ + 'contentobject_id' => '52', + 'created' => '1082016497', + 'creator_id' => '14', + 'id' => '491', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1082016591', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 12 => [ + 'contentobject_id' => '56', + 'created' => '1103023120', + 'creator_id' => '14', + 'id' => '495', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1103023120', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 13 => [ + 'contentobject_id' => '14', + 'created' => '1301061783', + 'creator_id' => '14', + 'id' => '499', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1301062024', + 'status' => '3', + 'user_id' => '0', + 'version' => '3', + 'workflow_event_pos' => '0', + ], + 14 => [ + 'contentobject_id' => '54', + 'created' => '1301062300', + 'creator_id' => '14', + 'id' => '500', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1301062375', + 'status' => '1', + 'user_id' => '0', + 'version' => '2', + 'workflow_event_pos' => '0', + ], + 15 => [ + 'contentobject_id' => '57', + 'created' => '1168428357', + 'creator_id' => '14', + 'id' => '504', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1168428357', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 16 => [ + 'contentobject_id' => '58', + 'created' => '1175499884', + 'creator_id' => '14', + 'id' => '505', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499903', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 17 => [ + 'contentobject_id' => '59', + 'created' => '1175499919', + 'creator_id' => '14', + 'id' => '506', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499932', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 18 => [ + 'contentobject_id' => '60', + 'created' => '1175499947', + 'creator_id' => '14', + 'id' => '507', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499959', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 19 => [ + 'contentobject_id' => '61', + 'created' => '1175500068', + 'creator_id' => '14', + 'id' => '508', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175500074', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 20 => [ + 'contentobject_id' => '62', + 'created' => '1175500086', + 'creator_id' => '14', + 'id' => '509', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175500182', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 21 => [ + 'contentobject_id' => '63', + 'created' => '1175500520', + 'creator_id' => '14', + 'id' => '510', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175500542', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 22 => [ + 'contentobject_id' => '64', + 'created' => '1175500561', + 'creator_id' => '14', + 'id' => '511', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175500602', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 23 => [ + 'contentobject_id' => '65', + 'created' => '1299780934', + 'creator_id' => '14', + 'id' => '512', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780998', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 24 => [ + 'contentobject_id' => '66', + 'created' => '1299781436', + 'creator_id' => '14', + 'id' => '513', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299781436', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 25 => [ + 'contentobject_id' => '67', + 'created' => '1174567458', + 'creator_id' => '14', + 'id' => '514', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174567474', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 26 => [ + 'contentobject_id' => '68', + 'created' => '1174302333', + 'creator_id' => '14', + 'id' => '515', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302360', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 27 => [ + 'contentobject_id' => '69', + 'created' => '1174303659', + 'creator_id' => '14', + 'id' => '516', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174303791', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 28 => [ + 'contentobject_id' => '70', + 'created' => '1174302380', + 'creator_id' => '14', + 'id' => '517', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302388', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 29 => [ + 'contentobject_id' => '71', + 'created' => '1174303300', + 'creator_id' => '14', + 'id' => '518', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174303350', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 30 => [ + 'contentobject_id' => '72', + 'created' => '1174303407', + 'creator_id' => '14', + 'id' => '519', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174303441', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 31 => [ + 'contentobject_id' => '73', + 'created' => '1174304926', + 'creator_id' => '14', + 'id' => '520', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174304934', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 32 => [ + 'contentobject_id' => '74', + 'created' => '1174302401', + 'creator_id' => '14', + 'id' => '521', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302417', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 33 => [ + 'contentobject_id' => '75', + 'created' => '1175500667', + 'creator_id' => '14', + 'id' => '522', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175500673', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 34 => [ + 'contentobject_id' => '76', + 'created' => '1175069333', + 'creator_id' => '14', + 'id' => '523', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069345', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 35 => [ + 'contentobject_id' => '77', + 'created' => '1174643924', + 'creator_id' => '14', + 'id' => '524', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174643989', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 36 => [ + 'contentobject_id' => '78', + 'created' => '1174644062', + 'creator_id' => '14', + 'id' => '525', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174644139', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 37 => [ + 'contentobject_id' => '79', + 'created' => '1174644699', + 'creator_id' => '14', + 'id' => '526', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174644713', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 38 => [ + 'contentobject_id' => '80', + 'created' => '1175069353', + 'creator_id' => '14', + 'id' => '527', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069361', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 39 => [ + 'contentobject_id' => '81', + 'created' => '1174645164', + 'creator_id' => '14', + 'id' => '528', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174645183', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 40 => [ + 'contentobject_id' => '82', + 'created' => '1174645280', + 'creator_id' => '14', + 'id' => '529', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174645301', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 41 => [ + 'contentobject_id' => '83', + 'created' => '1174645353', + 'creator_id' => '14', + 'id' => '530', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174645360', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 42 => [ + 'contentobject_id' => '84', + 'created' => '1175513890', + 'creator_id' => '14', + 'id' => '531', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175513914', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 43 => [ + 'contentobject_id' => '85', + 'created' => '1175238144', + 'creator_id' => '14', + 'id' => '532', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238155', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 44 => [ + 'contentobject_id' => '86', + 'created' => '1175069166', + 'creator_id' => '14', + 'id' => '533', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069183', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 45 => [ + 'contentobject_id' => '87', + 'created' => '1175236143', + 'creator_id' => '14', + 'id' => '534', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175236156', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 46 => [ + 'contentobject_id' => '88', + 'created' => '1175236170', + 'creator_id' => '14', + 'id' => '535', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175236181', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 47 => [ + 'contentobject_id' => '89', + 'created' => '1175238540', + 'creator_id' => '14', + 'id' => '536', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238552', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 48 => [ + 'contentobject_id' => '90', + 'created' => '1174389626', + 'creator_id' => '14', + 'id' => '537', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174389633', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 49 => [ + 'contentobject_id' => '91', + 'created' => '1175238182', + 'creator_id' => '14', + 'id' => '538', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238194', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 50 => [ + 'contentobject_id' => '92', + 'created' => '1175238211', + 'creator_id' => '14', + 'id' => '539', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238222', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 51 => [ + 'contentobject_id' => '93', + 'created' => '1175069305', + 'creator_id' => '14', + 'id' => '540', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069321', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 52 => [ + 'contentobject_id' => '94', + 'created' => '1175496885', + 'creator_id' => '14', + 'id' => '541', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175496901', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 53 => [ + 'contentobject_id' => '95', + 'created' => '1175258807', + 'creator_id' => '14', + 'id' => '542', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175258817', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 54 => [ + 'contentobject_id' => '96', + 'created' => '1175253354', + 'creator_id' => '14', + 'id' => '543', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253354', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 55 => [ + 'contentobject_id' => '97', + 'created' => '1175253355', + 'creator_id' => '14', + 'id' => '544', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253355', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 56 => [ + 'contentobject_id' => '98', + 'created' => '1175082027', + 'creator_id' => '14', + 'id' => '545', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175082041', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 57 => [ + 'contentobject_id' => '99', + 'created' => '1175082005', + 'creator_id' => '14', + 'id' => '546', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175082005', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 58 => [ + 'contentobject_id' => '100', + 'created' => '1175082007', + 'creator_id' => '14', + 'id' => '547', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175082007', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 59 => [ + 'contentobject_id' => '101', + 'created' => '1175253486', + 'creator_id' => '14', + 'id' => '548', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253508', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 60 => [ + 'contentobject_id' => '102', + 'created' => '1175496936', + 'creator_id' => '14', + 'id' => '549', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175496958', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 61 => [ + 'contentobject_id' => '103', + 'created' => '1175253638', + 'creator_id' => '14', + 'id' => '550', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253665', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 62 => [ + 'contentobject_id' => '104', + 'created' => '1175253680', + 'creator_id' => '14', + 'id' => '551', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253697', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 63 => [ + 'contentobject_id' => '105', + 'created' => '1299158726', + 'creator_id' => '14', + 'id' => '552', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299158749', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 64 => [ + 'contentobject_id' => '106', + 'created' => '1299826193', + 'creator_id' => '14', + 'id' => '553', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299826201', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 65 => [ + 'contentobject_id' => '107', + 'created' => '1299782457', + 'creator_id' => '14', + 'id' => '554', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299782490', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 66 => [ + 'contentobject_id' => '108', + 'created' => '1299782077', + 'creator_id' => '14', + 'id' => '555', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299782140', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 67 => [ + 'contentobject_id' => '109', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '556', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 68 => [ + 'contentobject_id' => '110', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '557', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 69 => [ + 'contentobject_id' => '111', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '558', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 70 => [ + 'contentobject_id' => '112', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '559', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 71 => [ + 'contentobject_id' => '113', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '560', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 72 => [ + 'contentobject_id' => '114', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '561', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 73 => [ + 'contentobject_id' => '115', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '562', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 74 => [ + 'contentobject_id' => '116', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '563', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 75 => [ + 'contentobject_id' => '117', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '564', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 76 => [ + 'contentobject_id' => '118', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '565', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 77 => [ + 'contentobject_id' => '119', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '566', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 78 => [ + 'contentobject_id' => '120', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '567', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 79 => [ + 'contentobject_id' => '121', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '568', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 80 => [ + 'contentobject_id' => '122', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '569', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 81 => [ + 'contentobject_id' => '123', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '570', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 82 => [ + 'contentobject_id' => '124', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '571', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 83 => [ + 'contentobject_id' => '125', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '572', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 84 => [ + 'contentobject_id' => '126', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '573', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 85 => [ + 'contentobject_id' => '127', + 'created' => '1299782157', + 'creator_id' => '14', + 'id' => '574', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299782177', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 86 => [ + 'contentobject_id' => '128', + 'created' => '1299772637', + 'creator_id' => '14', + 'id' => '575', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772637', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 87 => [ + 'contentobject_id' => '129', + 'created' => '1299772637', + 'creator_id' => '14', + 'id' => '576', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772637', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 88 => [ + 'contentobject_id' => '130', + 'created' => '1284398171', + 'creator_id' => '14', + 'id' => '577', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1284398357', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 89 => [ + 'contentobject_id' => '131', + 'created' => '1299780740', + 'creator_id' => '14', + 'id' => '578', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780749', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 90 => [ + 'contentobject_id' => '132', + 'created' => '1299781985', + 'creator_id' => '14', + 'id' => '579', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299782001', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 91 => [ + 'contentobject_id' => '133', + 'created' => '1299773631', + 'creator_id' => '14', + 'id' => '580', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773631', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 92 => [ + 'contentobject_id' => '134', + 'created' => '1299773631', + 'creator_id' => '14', + 'id' => '581', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773631', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 93 => [ + 'contentobject_id' => '135', + 'created' => '1299773631', + 'creator_id' => '14', + 'id' => '582', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773631', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 94 => [ + 'contentobject_id' => '136', + 'created' => '1299773644', + 'creator_id' => '14', + 'id' => '583', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773644', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 95 => [ + 'contentobject_id' => '137', + 'created' => '1299773644', + 'creator_id' => '14', + 'id' => '584', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773644', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 96 => [ + 'contentobject_id' => '138', + 'created' => '1299773644', + 'creator_id' => '14', + 'id' => '585', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773644', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 97 => [ + 'contentobject_id' => '139', + 'created' => '1299781873', + 'creator_id' => '14', + 'id' => '586', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299781914', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 98 => [ + 'contentobject_id' => '140', + 'created' => '1299773656', + 'creator_id' => '14', + 'id' => '587', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773656', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 99 => [ + 'contentobject_id' => '141', + 'created' => '1299773656', + 'creator_id' => '14', + 'id' => '588', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773656', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 100 => [ + 'contentobject_id' => '142', + 'created' => '1299773656', + 'creator_id' => '14', + 'id' => '589', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773656', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 101 => [ + 'contentobject_id' => '143', + 'created' => '1299773656', + 'creator_id' => '14', + 'id' => '590', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773656', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 102 => [ + 'contentobject_id' => '144', + 'created' => '1299781559', + 'creator_id' => '14', + 'id' => '591', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299781605', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 103 => [ + 'contentobject_id' => '145', + 'created' => '1299826213', + 'creator_id' => '14', + 'id' => '592', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299826223', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 104 => [ + 'contentobject_id' => '146', + 'created' => '1299773676', + 'creator_id' => '14', + 'id' => '593', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773676', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 105 => [ + 'contentobject_id' => '147', + 'created' => '1299773690', + 'creator_id' => '14', + 'id' => '594', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773690', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 106 => [ + 'contentobject_id' => '148', + 'created' => '1299773704', + 'creator_id' => '14', + 'id' => '595', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773704', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 107 => [ + 'contentobject_id' => '149', + 'created' => '1299773703', + 'creator_id' => '14', + 'id' => '596', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773703', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 108 => [ + 'contentobject_id' => '150', + 'created' => '1299781471', + 'creator_id' => '14', + 'id' => '597', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299781476', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 109 => [ + 'contentobject_id' => '151', + 'created' => '1299780633', + 'creator_id' => '14', + 'id' => '598', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780653', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 110 => [ + 'contentobject_id' => '152', + 'created' => '1299780355', + 'creator_id' => '14', + 'id' => '599', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780355', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 111 => [ + 'contentobject_id' => '153', + 'created' => '1299780355', + 'creator_id' => '14', + 'id' => '600', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780355', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 112 => [ + 'contentobject_id' => '154', + 'created' => '1175499320', + 'creator_id' => '14', + 'id' => '601', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499365', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 113 => [ + 'contentobject_id' => '155', + 'created' => '1175498170', + 'creator_id' => '14', + 'id' => '602', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175498179', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 114 => [ + 'contentobject_id' => '156', + 'created' => '1175497864', + 'creator_id' => '14', + 'id' => '603', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497937', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 115 => [ + 'contentobject_id' => '157', + 'created' => '1175499122', + 'creator_id' => '14', + 'id' => '604', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499136', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 116 => [ + 'contentobject_id' => '158', + 'created' => '1175497254', + 'creator_id' => '14', + 'id' => '605', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497280', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 117 => [ + 'contentobject_id' => '159', + 'created' => '1175498224', + 'creator_id' => '14', + 'id' => '606', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175498242', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 118 => [ + 'contentobject_id' => '160', + 'created' => '1175498737', + 'creator_id' => '14', + 'id' => '607', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175498746', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 119 => [ + 'contentobject_id' => '161', + 'created' => '1175498890', + 'creator_id' => '14', + 'id' => '608', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175498940', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 120 => [ + 'contentobject_id' => '162', + 'created' => '1175497211', + 'creator_id' => '14', + 'id' => '609', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497237', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 121 => [ + 'contentobject_id' => '163', + 'created' => '1175497171', + 'creator_id' => '14', + 'id' => '610', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497203', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 122 => [ + 'contentobject_id' => '164', + 'created' => '1175499551', + 'creator_id' => '14', + 'id' => '611', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499563', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 123 => [ + 'contentobject_id' => '165', + 'created' => '1193915715', + 'creator_id' => '14', + 'id' => '612', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193915732', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 124 => [ + 'contentobject_id' => '166', + 'created' => '1193916699', + 'creator_id' => '14', + 'id' => '678', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193916707', + 'status' => '0', + 'user_id' => '0', + 'version' => '2', + 'workflow_event_pos' => '0', + ], + 125 => [ + 'contentobject_id' => '167', + 'created' => '1193906039', + 'creator_id' => '14', + 'id' => '614', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906039', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 126 => [ + 'contentobject_id' => '168', + 'created' => '1193906579', + 'creator_id' => '14', + 'id' => '615', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906579', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 127 => [ + 'contentobject_id' => '169', + 'created' => '1193906040', + 'creator_id' => '14', + 'id' => '616', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906040', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 128 => [ + 'contentobject_id' => '170', + 'created' => '1193906045', + 'creator_id' => '14', + 'id' => '617', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906045', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 129 => [ + 'contentobject_id' => '171', + 'created' => '1299779680', + 'creator_id' => '14', + 'id' => '618', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299779688', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 130 => [ + 'contentobject_id' => '172', + 'created' => '1193906046', + 'creator_id' => '14', + 'id' => '619', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906046', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 131 => [ + 'contentobject_id' => '173', + 'created' => '1193906046', + 'creator_id' => '14', + 'id' => '620', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906046', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 132 => [ + 'contentobject_id' => '174', + 'created' => '1193906047', + 'creator_id' => '14', + 'id' => '621', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906047', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 133 => [ + 'contentobject_id' => '175', + 'created' => '1193906047', + 'creator_id' => '14', + 'id' => '622', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906047', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 134 => [ + 'contentobject_id' => '176', + 'created' => '1299773437', + 'creator_id' => '14', + 'id' => '623', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773449', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 135 => [ + 'contentobject_id' => '177', + 'created' => '1299773204', + 'creator_id' => '14', + 'id' => '624', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773210', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 136 => [ + 'contentobject_id' => '178', + 'created' => '1299773232', + 'creator_id' => '14', + 'id' => '625', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773237', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 137 => [ + 'contentobject_id' => '179', + 'created' => '1299773245', + 'creator_id' => '14', + 'id' => '626', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773259', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 138 => [ + 'contentobject_id' => '180', + 'created' => '1299773266', + 'creator_id' => '14', + 'id' => '627', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773275', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 139 => [ + 'contentobject_id' => '181', + 'created' => '1299773330', + 'creator_id' => '14', + 'id' => '628', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773344', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 140 => [ + 'contentobject_id' => '182', + 'created' => '1299773379', + 'creator_id' => '14', + 'id' => '629', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773383', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 141 => [ + 'contentobject_id' => '183', + 'created' => '1299773397', + 'creator_id' => '14', + 'id' => '630', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773410', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 142 => [ + 'contentobject_id' => '184', + 'created' => '1299773419', + 'creator_id' => '14', + 'id' => '631', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773429', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 143 => [ + 'contentobject_id' => '185', + 'created' => '1193915419', + 'creator_id' => '14', + 'id' => '632', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193915424', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 144 => [ + 'contentobject_id' => '186', + 'created' => '1193915476', + 'creator_id' => '14', + 'id' => '633', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193915590', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 145 => [ + 'contentobject_id' => '187', + 'created' => '1193915617', + 'creator_id' => '14', + 'id' => '634', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193915639', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 146 => [ + 'contentobject_id' => '188', + 'created' => '1175242696', + 'creator_id' => '14', + 'id' => '635', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175242706', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 147 => [ + 'contentobject_id' => '189', + 'created' => '1174305514', + 'creator_id' => '14', + 'id' => '636', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174305524', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 148 => [ + 'contentobject_id' => '190', + 'created' => '1299159416', + 'creator_id' => '14', + 'id' => '637', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159424', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 149 => [ + 'contentobject_id' => '191', + 'created' => '1193907125', + 'creator_id' => '14', + 'id' => '638', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193935923', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 150 => [ + 'contentobject_id' => '192', + 'created' => '1253010589', + 'creator_id' => '14', + 'id' => '639', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010589', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 151 => [ + 'contentobject_id' => '193', + 'created' => '1193914499', + 'creator_id' => '14', + 'id' => '640', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193914551', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 152 => [ + 'contentobject_id' => '194', + 'created' => '1253009641', + 'creator_id' => '14', + 'id' => '641', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009641', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 153 => [ + 'contentobject_id' => '195', + 'created' => '1253009692', + 'creator_id' => '14', + 'id' => '642', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009692', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 154 => [ + 'contentobject_id' => '196', + 'created' => '1253009743', + 'creator_id' => '14', + 'id' => '643', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009743', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 155 => [ + 'contentobject_id' => '197', + 'created' => '1253009784', + 'creator_id' => '14', + 'id' => '644', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009784', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 156 => [ + 'contentobject_id' => '198', + 'created' => '1253009879', + 'creator_id' => '14', + 'id' => '645', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009879', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 157 => [ + 'contentobject_id' => '199', + 'created' => '1253010805', + 'creator_id' => '14', + 'id' => '646', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010805', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 158 => [ + 'contentobject_id' => '200', + 'created' => '1253009816', + 'creator_id' => '14', + 'id' => '647', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009816', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 159 => [ + 'contentobject_id' => '201', + 'created' => '1253009848', + 'creator_id' => '14', + 'id' => '648', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009848', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 160 => [ + 'contentobject_id' => '202', + 'created' => '1299782198', + 'creator_id' => '14', + 'id' => '649', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299782207', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 161 => [ + 'contentobject_id' => '203', + 'created' => '1253010223', + 'creator_id' => '14', + 'id' => '650', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010223', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 162 => [ + 'contentobject_id' => '204', + 'created' => '1253010249', + 'creator_id' => '14', + 'id' => '651', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010249', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 163 => [ + 'contentobject_id' => '205', + 'created' => '1253010272', + 'creator_id' => '14', + 'id' => '652', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010272', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 164 => [ + 'contentobject_id' => '206', + 'created' => '1253010315', + 'creator_id' => '14', + 'id' => '653', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010315', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 165 => [ + 'contentobject_id' => '207', + 'created' => '1253010343', + 'creator_id' => '14', + 'id' => '654', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010343', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 166 => [ + 'contentobject_id' => '208', + 'created' => '1253010367', + 'creator_id' => '14', + 'id' => '655', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010367', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 167 => [ + 'contentobject_id' => '209', + 'created' => '1253010401', + 'creator_id' => '14', + 'id' => '656', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010401', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 168 => [ + 'contentobject_id' => '210', + 'created' => '1253010921', + 'creator_id' => '14', + 'id' => '657', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010921', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 169 => [ + 'contentobject_id' => '211', + 'created' => '1193914345', + 'creator_id' => '14', + 'id' => '658', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193914399', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 170 => [ + 'contentobject_id' => '212', + 'created' => '1253011179', + 'creator_id' => '14', + 'id' => '659', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253011179', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 171 => [ + 'contentobject_id' => '213', + 'created' => '1253011241', + 'creator_id' => '14', + 'id' => '660', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253011241', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 172 => [ + 'contentobject_id' => '214', + 'created' => '1299159430', + 'creator_id' => '14', + 'id' => '661', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159460', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 173 => [ + 'contentobject_id' => '215', + 'created' => '1299159470', + 'creator_id' => '14', + 'id' => '662', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159490', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 174 => [ + 'contentobject_id' => '216', + 'created' => '1299159503', + 'creator_id' => '14', + 'id' => '663', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159523', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 175 => [ + 'contentobject_id' => '217', + 'created' => '1299159538', + 'creator_id' => '14', + 'id' => '664', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159553', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 176 => [ + 'contentobject_id' => '218', + 'created' => '1299216456', + 'creator_id' => '14', + 'id' => '665', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299216558', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 177 => [ + 'contentobject_id' => '219', + 'created' => '1174305636', + 'creator_id' => '14', + 'id' => '666', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174305643', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 178 => [ + 'contentobject_id' => '220', + 'created' => '1175069781', + 'creator_id' => '14', + 'id' => '667', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069794', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 179 => [ + 'contentobject_id' => '221', + 'created' => '1175069727', + 'creator_id' => '14', + 'id' => '668', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069741', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 180 => [ + 'contentobject_id' => '222', + 'created' => '1174308738', + 'creator_id' => '14', + 'id' => '669', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174308756', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 181 => [ + 'contentobject_id' => '223', + 'created' => '1174654820', + 'creator_id' => '14', + 'id' => '670', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174654830', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 182 => [ + 'contentobject_id' => '224', + 'created' => '1175242951', + 'creator_id' => '14', + 'id' => '671', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175242960', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 183 => [ + 'contentobject_id' => '14', + 'created' => '1311154214', + 'creator_id' => '14', + 'id' => '672', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154214', + 'status' => '1', + 'user_id' => '0', + 'version' => '4', + 'workflow_event_pos' => '0', + ], + 184 => [ + 'contentobject_id' => '225', + 'created' => '1311154215', + 'creator_id' => '14', + 'id' => '673', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154215', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 185 => [ + 'contentobject_id' => '11', + 'created' => '1311154215', + 'creator_id' => '14', + 'id' => '674', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154215', + 'status' => '1', + 'user_id' => '0', + 'version' => '2', + 'workflow_event_pos' => '0', + ], + 186 => [ + 'contentobject_id' => '226', + 'created' => '1313047865', + 'creator_id' => '14', + 'id' => '675', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1313047907', + 'status' => '3', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 187 => [ + 'contentobject_id' => '226', + 'created' => '1313061317', + 'creator_id' => '14', + 'id' => '676', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1313061404', + 'status' => '1', + 'user_id' => '0', + 'version' => '2', + 'workflow_event_pos' => '0', + ], + 188 => [ + 'contentobject_id' => '225', + 'created' => '1311155215', + 'creator_id' => '14', + 'id' => '677', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311155215', + 'status' => '0', + 'user_id' => '0', + 'version' => '2', + 'workflow_event_pos' => '0', + ], + ], + Gateway::CONTENT_ITEM_TABLE => [ + 0 => [ + 'content_type_id' => '3', + 'current_version' => '1', + 'id' => '4', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033917596', + 'name' => 'Users', + 'owner_id' => '14', + 'published' => '1033917596', + 'remote_id' => 'f5c88a2209584891056f987fd965b0ba', + 'section_id' => '2', + 'status' => '1', + ], + 1 => [ + 'content_type_id' => '4', + 'current_version' => '2', + 'id' => '10', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1072180405', + 'name' => 'Anonymous User', + 'owner_id' => '14', + 'published' => '1033920665', + 'remote_id' => 'faaeb9be3bd98ed09f606fc16d144eca', + 'section_id' => '2', + 'status' => '1', + ], + 2 => [ + 'content_type_id' => '3', + 'current_version' => '2', + 'id' => '11', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154215', + 'name' => 'Members', + 'owner_id' => '14', + 'published' => '1033920746', + 'remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', + 'section_id' => '2', + 'status' => '1', + ], + 3 => [ + 'content_type_id' => '3', + 'current_version' => '1', + 'id' => '12', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033920775', + 'name' => 'Administrator users', + 'owner_id' => '14', + 'published' => '1033920775', + 'remote_id' => '9b47a45624b023b1a76c73b74d704acf', + 'section_id' => '2', + 'status' => '1', + ], + 4 => [ + 'content_type_id' => '3', + 'current_version' => '1', + 'id' => '13', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033920794', + 'name' => 'Editors', + 'owner_id' => '14', + 'published' => '1033920794', + 'remote_id' => '3c160cca19fb135f83bd02d911f04db2', + 'section_id' => '2', + 'status' => '1', + ], + 5 => [ + 'content_type_id' => '4', + 'current_version' => '4', + 'id' => '14', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154214', + 'name' => 'Administrator User', + 'owner_id' => '14', + 'published' => '1033920830', + 'remote_id' => '1bb4fe25487f05527efa8bfd394cecc7', + 'section_id' => '2', + 'status' => '1', + ], + 6 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '41', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1060695457', + 'name' => 'Media', + 'owner_id' => '14', + 'published' => '1060695457', + 'remote_id' => 'a6e35cbcb7cd6ae4b691f3eee30cd262', + 'section_id' => '3', + 'status' => '1', + ], + 7 => [ + 'content_type_id' => '3', + 'current_version' => '1', + 'id' => '42', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1072180330', + 'name' => 'Anonymous users', + 'owner_id' => '14', + 'published' => '1072180330', + 'remote_id' => '15b256dbea2ae72418ff5facc999e8f9', + 'section_id' => '2', + 'status' => '1', + ], + 8 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '45', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1079684190', + 'name' => 'Setup', + 'owner_id' => '14', + 'published' => '1079684190', + 'remote_id' => '241d538ce310074e602f29f49e44e938', + 'section_id' => '4', + 'status' => '1', + ], + 9 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '49', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220197', + 'name' => 'Images', + 'owner_id' => '14', + 'published' => '1080220197', + 'remote_id' => 'e7ff633c6b8e0fd3531e74c6e712bead', + 'section_id' => '3', + 'status' => '1', + ], + 10 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '50', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220220', + 'name' => 'Files', + 'owner_id' => '14', + 'published' => '1080220220', + 'remote_id' => '732a5acd01b51a6fe6eab448ad4138a9', + 'section_id' => '3', + 'status' => '1', + ], + 11 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '51', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220233', + 'name' => 'Multimedia', + 'owner_id' => '14', + 'published' => '1080220233', + 'remote_id' => '09082deb98662a104f325aaa8c4933d3', + 'section_id' => '3', + 'status' => '1', + ], + 12 => [ + 'content_type_id' => '14', + 'current_version' => '1', + 'id' => '52', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1082016591', + 'name' => 'Common INI settings', + 'owner_id' => '14', + 'published' => '1082016591', + 'remote_id' => '27437f3547db19cf81a33c92578b2c89', + 'section_id' => '4', + 'status' => '1', + ], + 13 => [ + 'content_type_id' => '15', + 'current_version' => '2', + 'id' => '54', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1301062376', + 'name' => 'Website Interface', + 'owner_id' => '14', + 'published' => '1082016652', + 'remote_id' => '8b8b22fe3c6061ed500fbd2b377b885f', + 'section_id' => '5', + 'status' => '1', + ], + 14 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '56', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1103023132', + 'name' => 'Design', + 'owner_id' => '14', + 'published' => '1103023132', + 'remote_id' => '08799e609893f7aba22f10cb466d9cc8', + 'section_id' => '5', + 'status' => '1', + ], + 15 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '57', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1168428358', + 'name' => 'Banners', + 'owner_id' => '14', + 'published' => '1168428358', + 'remote_id' => 'f1826ada5e88c8f79e7048b2145040b2', + 'section_id' => '3', + 'status' => '1', + ], + 16 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '58', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175499903', + 'name' => 'Woman (Communities)', + 'owner_id' => '14', + 'published' => '1174469194', + 'remote_id' => '99730850bd806030c4ae9ea92571bdd0', + 'section_id' => '3', + 'status' => '1', + ], + 17 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '59', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175499933', + 'name' => 'Woman (Frontpage)', + 'owner_id' => '14', + 'published' => '1174474836', + 'remote_id' => '52f728d4880ca5def392e4f2e782ee6d', + 'section_id' => '3', + 'status' => '1', + ], + 18 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '60', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175499960', + 'name' => 'Woman (Products)', + 'owner_id' => '14', + 'published' => '1174552827', + 'remote_id' => 'ec19f2662ebb0f930ce024a48f17f7ee', + 'section_id' => '3', + 'status' => '1', + ], + 19 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '61', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175500074', + 'name' => 'Woman (Partners)', + 'owner_id' => '14', + 'published' => '1174655952', + 'remote_id' => '55e6c9acf534ff2f3564290cb38ffddc', + 'section_id' => '3', + 'status' => '1', + ], + 20 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '62', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175500183', + 'name' => 'Pencils (Support)', + 'owner_id' => '14', + 'published' => '1174984631', + 'remote_id' => '768a04778081c6e08db5d77dd01f98a9', + 'section_id' => '3', + 'status' => '1', + ], + 21 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '63', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175500542', + 'name' => 'Woman (Training)', + 'owner_id' => '14', + 'published' => '1174987052', + 'remote_id' => 'a7c0be8039efe452ca7d1e7ec1d28dcf', + 'section_id' => '3', + 'status' => '1', + ], + 22 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '64', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175500602', + 'name' => 'Woman (Solutions)', + 'owner_id' => '14', + 'published' => '1175243716', + 'remote_id' => '1000aa14a05b968a2faa3def83aa1994', + 'section_id' => '3', + 'status' => '1', + ], + 23 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '65', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780998', + 'name' => 'Home', + 'owner_id' => '14', + 'published' => '1193906012', + 'remote_id' => '8a9c9c761004866fb458d89910f52bee', + 'section_id' => '1', + 'status' => '1', + ], + 24 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '66', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299781436', + 'name' => 'rest_api', + 'owner_id' => '14', + 'published' => '1299781436', + 'remote_id' => '800a632abc6258f5e0a6229c2ff55b46', + 'section_id' => '3', + 'status' => '1', + ], + 25 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '67', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174567474', + 'name' => 'Products', + 'owner_id' => '14', + 'published' => '1174302316', + 'remote_id' => '5dba9f5125423db2eda9ba8858a38775', + 'section_id' => '1', + 'status' => '1', + ], + 26 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '68', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302361', + 'name' => 'Software', + 'owner_id' => '14', + 'published' => '1174302361', + 'remote_id' => '02d35489c12bcbff3239c3b739823678', + 'section_id' => '1', + 'status' => '1', + ], + 27 => [ + 'content_type_id' => '21', + 'current_version' => '1', + 'id' => '69', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174303791', + 'name' => 'OS Type I', + 'owner_id' => '14', + 'published' => '1174303791', + 'remote_id' => '2995f126f24a5ef2b937c63ecae2ffc0', + 'section_id' => '1', + 'status' => '1', + ], + 28 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '70', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302388', + 'name' => 'Boxes', + 'owner_id' => '14', + 'published' => '1174302388', + 'remote_id' => '7e60420c152b5b1821ff8dda1d5002aa', + 'section_id' => '1', + 'status' => '1', + ], + 29 => [ + 'content_type_id' => '21', + 'current_version' => '1', + 'id' => '71', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174303350', + 'name' => 'CD/DVD Box I', + 'owner_id' => '14', + 'published' => '1174302627', + 'remote_id' => 'c0e62f667c7edf5b69f3131c98292387', + 'section_id' => '1', + 'status' => '1', + ], + 30 => [ + 'content_type_id' => '21', + 'current_version' => '1', + 'id' => '72', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174303441', + 'name' => 'CD/DVD Box II', + 'owner_id' => '14', + 'published' => '1174303394', + 'remote_id' => '71692736085cf6f8a36cdbb082249764', + 'section_id' => '1', + 'status' => '1', + ], + 31 => [ + 'content_type_id' => '21', + 'current_version' => '1', + 'id' => '73', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174304934', + 'name' => 'CD/DVD Box III', + 'owner_id' => '14', + 'published' => '1174304181', + 'remote_id' => '14f969f0d7f75f507394372c22919d00', + 'section_id' => '1', + 'status' => '1', + ], + 32 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '74', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302417', + 'name' => 'Products sheets', + 'owner_id' => '14', + 'published' => '1174302417', + 'remote_id' => '3524ea164ee11e7e102c9aaa56d02488', + 'section_id' => '1', + 'status' => '1', + ], + 33 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '75', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175500673', + 'name' => 'Solutions', + 'owner_id' => '14', + 'published' => '1174389373', + 'remote_id' => '3388409c96f37a7974f35befa5a14650', + 'section_id' => '1', + 'status' => '1', + ], + 34 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '76', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069345', + 'name' => 'Web publishing', + 'owner_id' => '14', + 'published' => '1174389439', + 'remote_id' => 'f21f7c41fd73c70814c46cb26b0851ed', + 'section_id' => '1', + 'status' => '1', + ], + 35 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '77', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174643990', + 'name' => 'Fusce sagittis sagittis', + 'owner_id' => '14', + 'published' => '1174643990', + 'remote_id' => '91ac81d846554a305a4029b19ba52d31', + 'section_id' => '1', + 'status' => '1', + ], + 36 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '78', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174644140', + 'name' => 'Etiam posuere sodales arcu', + 'owner_id' => '14', + 'published' => '1174644140', + 'remote_id' => 'f20f40a2f49aeec1ec40e9fb5d7cb86c', + 'section_id' => '1', + 'status' => '1', + ], + 37 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '79', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174644714', + 'name' => 'In hac habitasse platea', + 'owner_id' => '14', + 'published' => '1174644661', + 'remote_id' => 'b703033b4165a4e5b13a5b8d36b02cd1', + 'section_id' => '1', + 'status' => '1', + ], + 38 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '80', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069362', + 'name' => 'Content management', + 'owner_id' => '14', + 'published' => '1174389466', + 'remote_id' => '7dfe6d524e63a6759fd31db11a3e1490', + 'section_id' => '1', + 'status' => '1', + ], + 39 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '81', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174645184', + 'name' => 'Fusce sagittis sagittis urna', + 'owner_id' => '14', + 'published' => '1174645184', + 'remote_id' => '4179733ef0b35e2608ce72158ffe3893', + 'section_id' => '1', + 'status' => '1', + ], + 40 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '82', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174645301', + 'name' => 'Class aptent taciti sociosqu', + 'owner_id' => '14', + 'published' => '1174645301', + 'remote_id' => '5e182ad2a35120c9579c3f6d61e143cc', + 'section_id' => '1', + 'status' => '1', + ], + 41 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '83', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174645360', + 'name' => 'Aenean malesuada ligula', + 'owner_id' => '14', + 'published' => '1174645332', + 'remote_id' => 'a771e29e5157372b4798dd69a3f3eaaf', + 'section_id' => '1', + 'status' => '1', + ], + 42 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '84', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175513915', + 'name' => 'Training', + 'owner_id' => '14', + 'published' => '1174389534', + 'remote_id' => '79c3b8005e960653895177d765421342', + 'section_id' => '1', + 'status' => '1', + ], + 43 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '85', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238156', + 'name' => 'Certification', + 'owner_id' => '14', + 'published' => '1174389566', + 'remote_id' => '6a18ed16e2ea7618cc57b45791287408', + 'section_id' => '1', + 'status' => '1', + ], + 44 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '86', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069183', + 'name' => 'Professional workshops', + 'owner_id' => '14', + 'published' => '1174389594', + 'remote_id' => '895d89a8052f65834296b66318586044', + 'section_id' => '1', + 'status' => '1', + ], + 45 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '87', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175236156', + 'name' => 'Etiam sodales mauris', + 'owner_id' => '14', + 'published' => '1175235860', + 'remote_id' => '926e4fa2734f1fb6c73865417d374fea', + 'section_id' => '1', + 'status' => '1', + ], + 46 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '88', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175236182', + 'name' => 'Class aptent taciti', + 'owner_id' => '14', + 'published' => '1175236124', + 'remote_id' => '4014d37e72cee9e4dd45ab83b8b487ad', + 'section_id' => '1', + 'status' => '1', + ], + 47 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '89', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175238553', + 'name' => 'Duis auctor vehicula erat', + 'owner_id' => '14', + 'published' => '1175236994', + 'remote_id' => '93d52b9e156bd0fcd8b04cc3848e6399', + 'section_id' => '1', + 'status' => '1', + ], + 48 => [ + 'content_type_id' => '41', + 'current_version' => '1', + 'id' => '90', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174389633', + 'name' => 'Events and seminars', + 'owner_id' => '14', + 'published' => '1174389633', + 'remote_id' => '8ce63c01bab6005a389b7bde97f67dae', + 'section_id' => '1', + 'status' => '1', + ], + 49 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '91', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238194', + 'name' => 'Self-paced courses', + 'owner_id' => '14', + 'published' => '1174389656', + 'remote_id' => 'bafe7b5d33ea8ff41c0b8eab1bf8fc04', + 'section_id' => '1', + 'status' => '1', + ], + 50 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '92', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238223', + 'name' => 'Instructor-led courses', + 'owner_id' => '14', + 'published' => '1174389673', + 'remote_id' => 'b2b0a9addbbe01a7cb0160e70e42645c', + 'section_id' => '1', + 'status' => '1', + ], + 51 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '93', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069321', + 'name' => 'Additional learning resources', + 'owner_id' => '14', + 'published' => '1174389699', + 'remote_id' => '34ceeed46f3ff3a5b29b8f96eb5d0d81', + 'section_id' => '1', + 'status' => '1', + ], + 52 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '94', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175496902', + 'name' => 'Support', + 'owner_id' => '14', + 'published' => '1174458644', + 'remote_id' => 'affc99e41128c1475fa4f23dafb7159b', + 'section_id' => '1', + 'status' => '1', + ], + 53 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '95', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175258818', + 'name' => 'Knowledgebase', + 'owner_id' => '14', + 'published' => '1174459837', + 'remote_id' => 'c4d3b3ee85f36777a744015c7f234387', + 'section_id' => '1', + 'status' => '1', + ], + 54 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '96', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175253354', + 'name' => 'Sed suscipit', + 'owner_id' => '14', + 'published' => '1175253354', + 'remote_id' => 'c8294dd0b321e556905fa73df3d7ca8e', + 'section_id' => '1', + 'status' => '1', + ], + 55 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '97', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175253355', + 'name' => 'Ut interdum', + 'owner_id' => '14', + 'published' => '1175253355', + 'remote_id' => '9ca41b0930e91ae61b2d67bab735ea76', + 'section_id' => '1', + 'status' => '1', + ], + 56 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '98', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175082041', + 'name' => 'Documentation', + 'owner_id' => '14', + 'published' => '1175081995', + 'remote_id' => '8366aa92a2a1b25e6f3ffc09e6fb6ce4', + 'section_id' => '1', + 'status' => '1', + ], + 57 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '99', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175082006', + 'name' => 'Mauris pretium', + 'owner_id' => '14', + 'published' => '1175082005', + 'remote_id' => '89a584d09ab2f7dbc3374aad02839f21', + 'section_id' => '1', + 'status' => '1', + ], + 58 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '100', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175082007', + 'name' => 'Aliquam posuere', + 'owner_id' => '14', + 'published' => '1175082007', + 'remote_id' => 'f6e9707b5c57b6559f71d1c208452586', + 'section_id' => '1', + 'status' => '1', + ], + 59 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '101', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253508', + 'name' => 'Books', + 'owner_id' => '14', + 'published' => '1174459757', + 'remote_id' => 'e9aacd027d83d0c7f938521743cd7c98', + 'section_id' => '1', + 'status' => '1', + ], + 60 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '102', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175496958', + 'name' => 'Aliquam pulvinar suscipit tellus', + 'owner_id' => '14', + 'published' => '1175496424', + 'remote_id' => 'ec2989a9d3928f616fc3f9a8230928a2', + 'section_id' => '1', + 'status' => '1', + ], + 61 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '103', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253665', + 'name' => 'Customer Service', + 'owner_id' => '14', + 'published' => '1174459783', + 'remote_id' => '6a972b9a9541a2cb8a1947f222c8a629', + 'section_id' => '1', + 'status' => '1', + ], + 62 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '104', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253697', + 'name' => 'Support Programs', + 'owner_id' => '14', + 'published' => '1174459806', + 'remote_id' => 'be5e492565ceefe997010cec6518103e', + 'section_id' => '1', + 'status' => '1', + ], + 63 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '105', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299158749', + 'name' => 'Getting started', + 'owner_id' => '14', + 'published' => '1177409070', + 'remote_id' => '5eeb942341753fc43a2c03c64e86f849', + 'section_id' => '1', + 'status' => '1', + ], + 64 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '106', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299826201', + 'name' => 'Tutorials for', + 'owner_id' => '14', + 'published' => '1299158700', + 'remote_id' => 'fe77fde45a90fa16043f39d3e3e87e4b', + 'section_id' => '1', + 'status' => '1', + ], + 65 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '107', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299782490', + 'name' => 'Get involved', + 'owner_id' => '14', + 'published' => '1299159072', + 'remote_id' => '5bae6a310785e4f43fcc592e28eb7fd0', + 'section_id' => '1', + 'status' => '1', + ], + 66 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '108', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299782140', + 'name' => 'How to use Ibexa', + 'owner_id' => '14', + 'published' => '1299772464', + 'remote_id' => '2ded978c269bba85013b86c2964009be', + 'section_id' => '1', + 'status' => '1', + ], + 67 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '109', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-500ab8787316f4299c770900bf0b0361', + 'section_id' => '1', + 'status' => '1', + ], + 68 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '110', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-ad2898c2625326a0d31d18153febbd23', + 'section_id' => '1', + 'status' => '1', + ], + 69 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '111', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-56d3f1d0fc6fc6833653e95d50ac37fe', + 'section_id' => '1', + 'status' => '1', + ], + 70 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '112', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-108ac92f1474159b11e596f43a621a50', + 'section_id' => '1', + 'status' => '1', + ], + 71 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '113', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-ceba80e058bbe31bd6c34bb0e4b70bb7', + 'section_id' => '1', + 'status' => '1', + ], + 72 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '114', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-9c4764dca2a879664b1d6d78275e3bf5', + 'section_id' => '1', + 'status' => '1', + ], + 73 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '115', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772466', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772466', + 'remote_id' => 'ezoo-1ade41acf96c3c4b1a12860e1b273f34', + 'section_id' => '1', + 'status' => '1', + ], + 74 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '116', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772466', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772466', + 'remote_id' => 'ezoo-7ba827c696f3e1a2f1346541ce006bc9', + 'section_id' => '1', + 'status' => '1', + ], + 75 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '117', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772466', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772466', + 'remote_id' => 'ezoo-807f36478d500837a867f092f16d2edb', + 'section_id' => '1', + 'status' => '1', + ], + 76 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '118', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772545', + 'name' => 'How to manage Ibexa', + 'owner_id' => '14', + 'published' => '1299772545', + 'remote_id' => '90ee91c224c69f28aa775cf9edc34ef3', + 'section_id' => '1', + 'status' => '1', + ], + 77 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '119', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-6dd0f99f173ac80b7a02278b7a16d591', + 'section_id' => '1', + 'status' => '1', + ], + 78 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '120', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-9a1aaccfcceb5f0c6deed712dc3e8ad2', + 'section_id' => '1', + 'status' => '1', + ], + 79 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '121', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-833ab68985a7f8c1684b267b30a559c6', + 'section_id' => '1', + 'status' => '1', + ], + 80 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '122', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-93e2315c451c7126eae706b473b1c52a', + 'section_id' => '1', + 'status' => '1', + ], + 81 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '123', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-23e06358318331a1c2106d7c33a58418', + 'section_id' => '1', + 'status' => '1', + ], + 82 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '124', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-04a89e84e1f234c3c994d9d4c0e97427', + 'section_id' => '1', + 'status' => '1', + ], + 83 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '125', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-074e119f8e73af31122dbb65c5e2e051', + 'section_id' => '1', + 'status' => '1', + ], + 84 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '126', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772547', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772547', + 'remote_id' => 'ezoo-523ece70d73d5d9181766024536432ac', + 'section_id' => '1', + 'status' => '1', + ], + 85 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '127', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299782177', + 'name' => 'How to develop with Ibexa', + 'owner_id' => '14', + 'published' => '1299772637', + 'remote_id' => '564f94afa87f70227199e951450b19a4', + 'section_id' => '1', + 'status' => '1', + ], + 86 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '128', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772637', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772637', + 'remote_id' => 'ezoo-0766000124cbc5f97cbc2ab2a866d211', + 'section_id' => '1', + 'status' => '1', + ], + 87 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '129', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772637', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772637', + 'remote_id' => 'ezoo-e6d52e4230c6537bb443681a3e2227f1', + 'section_id' => '1', + 'status' => '1', + ], + 88 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '130', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1284398357', + 'name' => 'Adding Siteaccesses in Ibexa', + 'owner_id' => '14', + 'published' => '1284398357', + 'remote_id' => 'e02b80d7cd9059cf469aafbe7d2d1969', + 'section_id' => '1', + 'status' => '1', + ], + 89 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '131', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780749', + 'name' => 'New features', + 'owner_id' => '14', + 'published' => '1299780749', + 'remote_id' => '5602aa2e97cc42199dbdf09d39602fa1', + 'section_id' => '1', + 'status' => '1', + ], + 90 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '132', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299782001', + 'name' => 'Improved user registration workflow', + 'owner_id' => '14', + 'published' => '1299773631', + 'remote_id' => 'b3a55b313b9dcc062b0a72d353a061f0', + 'section_id' => '1', + 'status' => '1', + ], + 91 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '133', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773632', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773632', + 'remote_id' => 'ezoo-824ecec8d77eacebe80a14de50be1407', + 'section_id' => '1', + 'status' => '1', + ], + 92 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '134', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773632', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773632', + 'remote_id' => 'ezoo-be5800de6f1768c0246c98fb8ab82ae8', + 'section_id' => '1', + 'status' => '1', + ], + 93 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '135', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773632', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773632', + 'remote_id' => 'ezoo-898e714f495796d827e14fabcad39004', + 'section_id' => '1', + 'status' => '1', + ], + 94 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '136', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773644', + 'name' => 'Improved block editing', + 'owner_id' => '14', + 'published' => '1299773644', + 'remote_id' => '600871786c620b262ed880d0712cf9e0', + 'section_id' => '1', + 'status' => '1', + ], + 95 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '137', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773644', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773644', + 'remote_id' => 'ezoo-786d2237126858b0ae103bba831194c5', + 'section_id' => '1', + 'status' => '1', + ], + 96 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '138', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773645', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773645', + 'remote_id' => 'ezoo-30636a746c10b209d065b6236322cae9', + 'section_id' => '1', + 'status' => '1', + ], + 97 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '139', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299781914', + 'name' => 'Improved front-end editing', + 'owner_id' => '14', + 'published' => '1299773656', + 'remote_id' => 'c04fb6e7abdfcf2c032389cfb246df10', + 'section_id' => '1', + 'status' => '1', + ], + 98 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '140', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773656', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773656', + 'remote_id' => 'ezoo-25c6a6c4283f817e868846e4e4e047bc', + 'section_id' => '1', + 'status' => '1', + ], + 99 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '141', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773656', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773656', + 'remote_id' => 'ezoo-e8c8e5be0ab861883249f1f140645d1b', + 'section_id' => '1', + 'status' => '1', + ], + 100 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '142', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773656', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773656', + 'remote_id' => 'ezoo-d91c6b1b2436f599b0c235f1d49bffe6', + 'section_id' => '1', + 'status' => '1', + ], + 101 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '143', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773657', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773657', + 'remote_id' => 'ezoo-834c4dc12c2470e235dfca5a9b56a751', + 'section_id' => '1', + 'status' => '1', + ], + 102 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '144', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299781605', + 'name' => 'FastCGI', + 'owner_id' => '14', + 'published' => '1299773667', + 'remote_id' => '726413c0a78a8b4d75e6681d7f9883f6', + 'section_id' => '1', + 'status' => '1', + ], + 103 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '145', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299826224', + 'name' => 'Support for Red Hat Enterprise', + 'owner_id' => '14', + 'published' => '1299773676', + 'remote_id' => '8377bca8d648a3cab863ef09de4a33ba', + 'section_id' => '1', + 'status' => '1', + ], + 104 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '146', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773677', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773677', + 'remote_id' => 'ezoo-312c7da896e31f74afa5bdfcf2ec3c4b', + 'section_id' => '1', + 'status' => '1', + ], + 105 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '147', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773691', + 'name' => 'Canonical links', + 'owner_id' => '14', + 'published' => '1299773691', + 'remote_id' => '56d03ef66308781ea1bda4adbd10fed5', + 'section_id' => '1', + 'status' => '1', + ], + 106 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '148', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773704', + 'name' => 'Asynchronous publishing', + 'owner_id' => '14', + 'published' => '1299773704', + 'remote_id' => '15450851f4f20dbd0f7e612f3355c4a4', + 'section_id' => '1', + 'status' => '1', + ], + 107 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '149', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773705', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773705', + 'remote_id' => 'ezoo-341682c9084fad2fd8ec02129a427721', + 'section_id' => '1', + 'status' => '1', + ], + 108 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '150', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299781476', + 'name' => 'REST API interface', + 'owner_id' => '14', + 'published' => '1299773717', + 'remote_id' => 'a7bf7875d4f020de21f7fd6281eb7922', + 'section_id' => '1', + 'status' => '1', + ], + 109 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '151', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299780653', + 'name' => 'Ibexa Enterprise', + 'owner_id' => '14', + 'published' => '1299780355', + 'remote_id' => 'bea2aa5ed17c617531344b6c71aff596', + 'section_id' => '1', + 'status' => '1', + ], + 110 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '152', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299780356', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299780356', + 'remote_id' => 'ezoo-0b8f65be2b80b4a7138990b335736563', + 'section_id' => '1', + 'status' => '1', + ], + 111 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '153', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299780356', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299780356', + 'remote_id' => 'ezoo-db3fcade578f2fc9da52a81f503394c2', + 'section_id' => '1', + 'status' => '1', + ], + 112 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '154', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499365', + 'name' => 'Partners', + 'owner_id' => '14', + 'published' => '1168428420', + 'remote_id' => '4ce71da8102ee02db016158cd06895ed', + 'section_id' => '6', + 'status' => '1', + ], + 113 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '155', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175498179', + 'name' => 'Partner News', + 'owner_id' => '14', + 'published' => '1174463557', + 'remote_id' => '96525aef27696fa39e69d43481ffc2b1', + 'section_id' => '6', + 'status' => '1', + ], + 114 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '156', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175497937', + 'name' => 'Pellentesque quam mauris', + 'owner_id' => '14', + 'published' => '1175497937', + 'remote_id' => '2803bc1a519d7a60567721200db49d27', + 'section_id' => '6', + 'status' => '1', + ], + 115 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '157', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175499136', + 'name' => 'Penatibus et magnis dis', + 'owner_id' => '14', + 'published' => '1175499050', + 'remote_id' => 'b76742278b7144f55c8c8dddc496d762', + 'section_id' => '6', + 'status' => '1', + ], + 116 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '158', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497280', + 'name' => 'News', + 'owner_id' => '14', + 'published' => '1174463579', + 'remote_id' => '9e60cb050cfd8faf02af8fed62e37d94', + 'section_id' => '6', + 'status' => '1', + ], + 117 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '159', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175498242', + 'name' => 'Curabitur hendrerit dignissim', + 'owner_id' => '14', + 'published' => '1175498136', + 'remote_id' => '95edc648f6300157ecd3749b2adf8ab0', + 'section_id' => '6', + 'status' => '1', + ], + 118 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '160', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175498747', + 'name' => 'Proin condimentum risus', + 'owner_id' => '14', + 'published' => '1175498377', + 'remote_id' => '3bcff60495f6c4b165d15f47628f7245', + 'section_id' => '6', + 'status' => '1', + ], + 119 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '161', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175498941', + 'name' => 'Morbi tristique senectus', + 'owner_id' => '14', + 'published' => '1175498941', + 'remote_id' => '54965750523a6caf827bd255ab4833bb', + 'section_id' => '6', + 'status' => '1', + ], + 120 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '162', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497237', + 'name' => 'Partner Products', + 'owner_id' => '14', + 'published' => '1174463692', + 'remote_id' => '3f1c8e4d7736f54032138ea330ee461a', + 'section_id' => '6', + 'status' => '1', + ], + 121 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '163', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497203', + 'name' => 'Partners', + 'owner_id' => '14', + 'published' => '1174463828', + 'remote_id' => '18ed8ae5378a8a1431fc5c8f88f0a86a', + 'section_id' => '6', + 'status' => '1', + ], + 122 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '164', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175499564', + 'name' => 'Neque orci malesuada felis', + 'owner_id' => '14', + 'published' => '1175499308', + 'remote_id' => 'cc72df346e00e35cc78d5c6b466a2c11', + 'section_id' => '6', + 'status' => '1', + ], + 123 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '165', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193915732', + 'name' => 'Community', + 'owner_id' => '14', + 'published' => '1193906037', + 'remote_id' => '378acc2bc7a52400701956047a2f7d45', + 'section_id' => '1', + 'status' => '1', + ], + 124 => [ + 'content_type_id' => '37', + 'current_version' => '1', + 'id' => '166', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193915707', + 'name' => 'Forum', + 'owner_id' => '14', + 'published' => '1193904899', + 'remote_id' => '219ca29549fe687005593716f9fe5d68', + 'section_id' => '1', + 'status' => '1', + ], + 125 => [ + 'content_type_id' => '38', + 'current_version' => '1', + 'id' => '167', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906039', + 'name' => 'Nulla vitae tellus sit amet', + 'owner_id' => '14', + 'published' => '1193906039', + 'remote_id' => 'c5976544daefad2cf0855dbe54a4e748', + 'section_id' => '1', + 'status' => '1', + ], + 126 => [ + 'content_type_id' => '38', + 'current_version' => '1', + 'id' => '168', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906579', + 'name' => 'Ut mollis sodales nibh', + 'owner_id' => '14', + 'published' => '1193906579', + 'remote_id' => 'e6ce013587fd32057017c4459c03b681', + 'section_id' => '1', + 'status' => '1', + ], + 127 => [ + 'content_type_id' => '38', + 'current_version' => '1', + 'id' => '169', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906040', + 'name' => 'Nam risus leo', + 'owner_id' => '14', + 'published' => '1193906040', + 'remote_id' => 'bd4ff900964c8b09694478f5432afc41', + 'section_id' => '1', + 'status' => '1', + ], + 128 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '170', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906045', + 'name' => 'Wiki', + 'owner_id' => '14', + 'published' => '1193906045', + 'remote_id' => '27c68e844e2663ddd20dfb59961d5268', + 'section_id' => '1', + 'status' => '1', + ], + 129 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '171', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299779689', + 'name' => 'Sed suscipit', + 'owner_id' => '14', + 'published' => '1193906045', + 'remote_id' => 'ee8e3c6f437198adaa073a9e2b4dc338', + 'section_id' => '1', + 'status' => '1', + ], + 130 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '172', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906046', + 'name' => 'Ut interdum', + 'owner_id' => '14', + 'published' => '1193906046', + 'remote_id' => '4ce7df1966ec83aadb0901ed6162bf9b', + 'section_id' => '1', + 'status' => '1', + ], + 131 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '173', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906046', + 'name' => 'Fusce pulvinar', + 'owner_id' => '14', + 'published' => '1193906046', + 'remote_id' => 'fa54ccddf28481b513b60c68911baef8', + 'section_id' => '1', + 'status' => '1', + ], + 132 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '174', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906047', + 'name' => 'Duis id tortor', + 'owner_id' => '14', + 'published' => '1193906047', + 'remote_id' => 'e20a6ec858de6a28a7ba14c26164753a', + 'section_id' => '1', + 'status' => '1', + ], + 133 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '175', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906047', + 'name' => 'Curabitur lacinia', + 'owner_id' => '14', + 'published' => '1193906047', + 'remote_id' => '5a3d6806ccd2f6edd86f6219ddc51525', + 'section_id' => '1', + 'status' => '1', + ], + 134 => [ + 'content_type_id' => '35', + 'current_version' => '1', + 'id' => '176', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773449', + 'name' => 'Pictures', + 'owner_id' => '14', + 'published' => '1193910178', + 'remote_id' => 'c0180d604d5f5d273702b7d675d6c0cd', + 'section_id' => '1', + 'status' => '1', + ], + 135 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '177', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773210', + 'name' => 'Ivo on ibexa tags', + 'owner_id' => '14', + 'published' => '1299772902', + 'remote_id' => '32709d6df489b5debc03caddec908363', + 'section_id' => '1', + 'status' => '1', + ], + 136 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '178', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773237', + 'name' => 'Are you ready for the Community day?', + 'owner_id' => '14', + 'published' => '1299772906', + 'remote_id' => '36e3a053ea7c2eb0270f7e814db08437', + 'section_id' => '1', + 'status' => '1', + ], + 137 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '179', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773259', + 'name' => 'Let\'s work together!', + 'owner_id' => '14', + 'published' => '1299772907', + 'remote_id' => '94b6dac5fe7da860b3d1517c50fe778c', + 'section_id' => '1', + 'status' => '1', + ], + 138 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '180', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773275', + 'name' => 'The Mediterranean seen from Nice!', + 'owner_id' => '14', + 'published' => '1299772908', + 'remote_id' => '3563d8cdc914573dcff797de2e6e19e1', + 'section_id' => '1', + 'status' => '1', + ], + 139 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '181', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773344', + 'name' => 'Hotel lobby at Isola2000', + 'owner_id' => '14', + 'published' => '1299773320', + 'remote_id' => 'd1d0d736feaffd107778d8a7f980f262', + 'section_id' => '1', + 'status' => '1', + ], + 140 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '182', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773383', + 'name' => 'Alexander on the past, Gaby on today and tomorrow', + 'owner_id' => '14', + 'published' => '1299773321', + 'remote_id' => '18be5e657fce9d909d0e5662d4ce2455', + 'section_id' => '1', + 'status' => '1', + ], + 141 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '183', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773410', + 'name' => 'Isola2000 in white - beautiful skiing!', + 'owner_id' => '14', + 'published' => '1299773322', + 'remote_id' => 'a1375875fc7657d934d402e20b76bce2', + 'section_id' => '1', + 'status' => '1', + ], + 142 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '184', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773429', + 'name' => 'CEO future pitch - Adaptable, open, reliable!', + 'owner_id' => '14', + 'published' => '1299773323', + 'remote_id' => '0caf4e0ea84c4919570def36f782ef6d', + 'section_id' => '1', + 'status' => '1', + ], + 143 => [ + 'content_type_id' => '19', + 'current_version' => '1', + 'id' => '185', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193915424', + 'name' => 'Blog', + 'owner_id' => '14', + 'published' => '1193915424', + 'remote_id' => '6a715c29ec67ed5e13ded872e1615690', + 'section_id' => '1', + 'status' => '1', + ], + 144 => [ + 'content_type_id' => '20', + 'current_version' => '1', + 'id' => '186', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193915590', + 'name' => 'Visit Paris', + 'owner_id' => '14', + 'published' => '1193915590', + 'remote_id' => 'bfe5bf501b832f165089c8d1c0ee959f', + 'section_id' => '1', + 'status' => '1', + ], + 145 => [ + 'content_type_id' => '20', + 'current_version' => '1', + 'id' => '187', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193915640', + 'name' => 'Paris in France', + 'owner_id' => '14', + 'published' => '1193915640', + 'remote_id' => 'e88c60fabc96a9dc0a5d429b1a9872ed', + 'section_id' => '1', + 'status' => '1', + ], + 146 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '188', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175242707', + 'name' => 'Company', + 'owner_id' => '14', + 'published' => '1168428469', + 'remote_id' => 'b4668ac60d726ddfb655c3895cb0cae5', + 'section_id' => '1', + 'status' => '1', + ], + 147 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '189', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174305524', + 'name' => 'About company', + 'owner_id' => '14', + 'published' => '1174305524', + 'remote_id' => '10705bd08a74c34556ffee6a70d0be0b', + 'section_id' => '1', + 'status' => '1', + ], + 148 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '190', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159424', + 'name' => 'New features', + 'owner_id' => '14', + 'published' => '1193906508', + 'remote_id' => 'dc3e2c928288ee4773493fe16db9ec08', + 'section_id' => '1', + 'status' => '1', + ], + 149 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '191', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193935923', + 'name' => 'Separate content & design in Ibexa', + 'owner_id' => '14', + 'published' => '1193907125', + 'remote_id' => '932072228b62943d3d3521e7712b54e9', + 'section_id' => '1', + 'status' => '1', + ], + 150 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '192', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010589', + 'name' => 'separation_of_content_and_design', + 'owner_id' => '14', + 'published' => '1253010589', + 'remote_id' => '5e5d7350606f50f5b2e9c85080ef83a3', + 'section_id' => '1', + 'status' => '1', + ], + 151 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '193', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193914552', + 'name' => 'How to use Ibexa', + 'owner_id' => '14', + 'published' => '1193908304', + 'remote_id' => 'afad8dfca54311e15bfd241ef09da280', + 'section_id' => '1', + 'status' => '1', + ], + 152 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '194', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009641', + 'name' => 'openoffice_import_large', + 'owner_id' => '14', + 'published' => '1253009641', + 'remote_id' => '0df4432f360b63cc55331524bea095bc', + 'section_id' => '1', + 'status' => '1', + ], + 153 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '195', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009692', + 'name' => 'translation_large', + 'owner_id' => '14', + 'published' => '1253009692', + 'remote_id' => '632542f33d621670300a843c2c3d7790', + 'section_id' => '1', + 'status' => '1', + ], + 154 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '196', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009744', + 'name' => 'multiupload_large', + 'owner_id' => '14', + 'published' => '1253009744', + 'remote_id' => 'be4b68a49195b504f7854e38ee97c9e6', + 'section_id' => '1', + 'status' => '1', + ], + 155 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '197', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009784', + 'name' => 'gallery_large', + 'owner_id' => '14', + 'published' => '1253009784', + 'remote_id' => '9737ed22471ac3baf2dbbb45fcb3af5c', + 'section_id' => '1', + 'status' => '1', + ], + 156 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '198', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009879', + 'name' => 'search_result_large', + 'owner_id' => '14', + 'published' => '1253009879', + 'remote_id' => '2ff25f3949e9c4d49442170ca0726fea', + 'section_id' => '1', + 'status' => '1', + ], + 157 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '199', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010806', + 'name' => 'ez_tool_bar_large', + 'owner_id' => '14', + 'published' => '1253010806', + 'remote_id' => 'ab7ed2ea1e71e7ec0479195fc0dc5440', + 'section_id' => '1', + 'status' => '1', + ], + 158 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '200', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009816', + 'name' => 'quicktime_large', + 'owner_id' => '14', + 'published' => '1253009816', + 'remote_id' => '4cf0621be70d809727b8a3581343dee1', + 'section_id' => '3', + 'status' => '1', + ], + 159 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '201', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009848', + 'name' => 'web_2_0_large', + 'owner_id' => '14', + 'published' => '1253009848', + 'remote_id' => 'fad6a8133332373683847f76158e8719', + 'section_id' => '3', + 'status' => '1', + ], + 160 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '202', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299782207', + 'name' => 'How to manage Ibexa', + 'owner_id' => '14', + 'published' => '1193908398', + 'remote_id' => '81d949fde405dbe3e5bc6d83452bd927', + 'section_id' => '1', + 'status' => '1', + ], + 161 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '203', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010224', + 'name' => 'usermanagement_large', + 'owner_id' => '14', + 'published' => '1253010224', + 'remote_id' => '344e4197cdaf6ad6f06e0c99ad81dbed', + 'section_id' => '1', + 'status' => '1', + ], + 162 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '204', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010249', + 'name' => 'workflow_large', + 'owner_id' => '14', + 'published' => '1253010249', + 'remote_id' => 'ffc4840fd5b1f8c7ec21d569787252ed', + 'section_id' => '1', + 'status' => '1', + ], + 163 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '205', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010272', + 'name' => 'versioning_large', + 'owner_id' => '14', + 'published' => '1253010272', + 'remote_id' => '3e192eaaaaaceea57be51f2fec5b4abd', + 'section_id' => '1', + 'status' => '1', + ], + 164 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '206', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010315', + 'name' => 'datatypes_attributes_content_class_and_objects_large', + 'owner_id' => '14', + 'published' => '1253010315', + 'remote_id' => 'ee5ad7e637d4da303960cc8800ced740', + 'section_id' => '1', + 'status' => '1', + ], + 165 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '207', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010343', + 'name' => 'multiple_location_large', + 'owner_id' => '14', + 'published' => '1253010343', + 'remote_id' => '59a7ab331d043dddcf9011a8ef32a32b', + 'section_id' => '1', + 'status' => '1', + ], + 166 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '208', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010367', + 'name' => 'multisite_deployment_large', + 'owner_id' => '14', + 'published' => '1253010367', + 'remote_id' => 'e9ba83a65cdaf91039bbffbbfdc5d77b', + 'section_id' => '1', + 'status' => '1', + ], + 167 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '209', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010401', + 'name' => 'seo_large', + 'owner_id' => '14', + 'published' => '1253010401', + 'remote_id' => '46683944a42aefbbb42cf615489f3627', + 'section_id' => '1', + 'status' => '1', + ], + 168 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '210', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010921', + 'name' => 'admin_site_large', + 'owner_id' => '14', + 'published' => '1253010921', + 'remote_id' => '58f0b7745496ec9ba4e3238dbd481a4b', + 'section_id' => '1', + 'status' => '1', + ], + 169 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '211', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193914399', + 'name' => 'How to develop with Ibexa', + 'owner_id' => '14', + 'published' => '1193908946', + 'remote_id' => '96a6b67d897f8dda1053f2a56a734941', + 'section_id' => '1', + 'status' => '1', + ], + 170 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '212', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253011179', + 'name' => 'datatypes_attributes_content_class_and_objects_large', + 'owner_id' => '14', + 'published' => '1253011179', + 'remote_id' => '9bf3262d95b411ed99b6efb704aba830', + 'section_id' => '1', + 'status' => '1', + ], + 171 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '213', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253011241', + 'name' => 'site_style_large', + 'owner_id' => '14', + 'published' => '1253011241', + 'remote_id' => 'a1dc5eaa5bb06066e033df54ecd76180', + 'section_id' => '1', + 'status' => '1', + ], + 172 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '214', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299159460', + 'name' => 'REST API interface', + 'owner_id' => '14', + 'published' => '1299159460', + 'remote_id' => 'e14eb9cc916fd2f8e0e5660cdda0f25d', + 'section_id' => '1', + 'status' => '1', + ], + 173 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '215', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299159490', + 'name' => 'Asynchronous Publishing', + 'owner_id' => '14', + 'published' => '1299159490', + 'remote_id' => 'e56b267f79afc37b624d3348a0e85f6e', + 'section_id' => '1', + 'status' => '1', + ], + 174 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '216', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299159523', + 'name' => 'Canonical links', + 'owner_id' => '14', + 'published' => '1299159523', + 'remote_id' => 'df9492099e7fc03de8823726eb7c5b56', + 'section_id' => '1', + 'status' => '1', + ], + 175 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '217', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299159553', + 'name' => 'Support for Red Hat Enterprise', + 'owner_id' => '14', + 'published' => '1299159553', + 'remote_id' => 'ce7a6712771252619b2a32e277ea7aac', + 'section_id' => '1', + 'status' => '1', + ], + 176 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '218', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299216558', + 'name' => 'FastCGI', + 'owner_id' => '14', + 'published' => '1299159579', + 'remote_id' => '83d9df9fbe02ae449c2208625b6803e0', + 'section_id' => '1', + 'status' => '1', + ], + 177 => [ + 'content_type_id' => '26', + 'current_version' => '1', + 'id' => '219', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174305643', + 'name' => 'Events', + 'owner_id' => '14', + 'published' => '1174305643', + 'remote_id' => '36a66a1bf73a17b098642b52c7b62c35', + 'section_id' => '1', + 'status' => '1', + ], + 178 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '220', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069794', + 'name' => 'Career', + 'owner_id' => '14', + 'published' => '1174305674', + 'remote_id' => '493a855d8565518e07369352e295facc', + 'section_id' => '1', + 'status' => '1', + ], + 179 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '221', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069741', + 'name' => 'Investors Relation', + 'owner_id' => '14', + 'published' => '1174305734', + 'remote_id' => 'c9822f47546396138c1318d3e0dcbdfe', + 'section_id' => '1', + 'status' => '1', + ], + 180 => [ + 'content_type_id' => '22', + 'current_version' => '1', + 'id' => '222', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174308757', + 'name' => 'Contact', + 'owner_id' => '14', + 'published' => '1174308757', + 'remote_id' => 'c8e19a5426d741de3d587579de89c91e', + 'section_id' => '1', + 'status' => '1', + ], + 181 => [ + 'content_type_id' => '25', + 'current_version' => '1', + 'id' => '223', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174654830', + 'name' => 'Morbi neque', + 'owner_id' => '14', + 'published' => '1174654751', + 'remote_id' => '73ab8d14922e13d67ef3c295d0663fa9', + 'section_id' => '1', + 'status' => '1', + ], + 182 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '224', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175242960', + 'name' => 'Company banner', + 'owner_id' => '14', + 'published' => '1175242413', + 'remote_id' => 'a457bec5fb0afe243c16fe254e2fbcdf', + 'section_id' => '1', + 'status' => '1', + ], + 183 => [ + 'content_type_id' => '3', + 'current_version' => '1', + 'id' => '225', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154215', + 'name' => 'Partners', + 'owner_id' => '14', + 'published' => '1311154215', + 'remote_id' => '713e1709ba03bf1fde1396d2a0451e28', + 'section_id' => '1', + 'status' => '1', + ], + 184 => [ + 'content_type_id' => '16', + 'current_version' => '2', + 'id' => '226', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1313061404', + 'name' => 'Something', + 'owner_id' => '14', + 'published' => '1313047907', + 'remote_id' => '95a226fb62c1533f60c16c3769bc7c6c', + 'section_id' => '1', + 'status' => '1', + ], + ], + LocationGateway::CONTENT_TREE_TABLE => [ + 0 => [ + 'contentobject_id' => '0', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '0', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '1', + 'modified_subnode' => '1313061404', + 'node_id' => '1', + 'parent_node_id' => '1', + 'path_identification_string' => '', + 'path_string' => '/1/', + 'priority' => '0', + 'remote_id' => '629709ba256fe317c3ddcee35453a96a', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 1 => [ + 'contentobject_id' => '65', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '1', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '2', + 'modified_subnode' => '1313061404', + 'node_id' => '2', + 'parent_node_id' => '1', + 'path_identification_string' => '', + 'path_string' => '/1/2/', + 'priority' => '0', + 'remote_id' => 'f3e90596361e31d496d4026eb624c983', + 'sort_field' => '8', + 'sort_order' => '1', + ], + 2 => [ + 'contentobject_id' => '4', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '1', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '5', + 'modified_subnode' => '1311154216', + 'node_id' => '5', + 'parent_node_id' => '1', + 'path_identification_string' => 'users', + 'path_string' => '/1/5/', + 'priority' => '0', + 'remote_id' => '3f6d92f8044aed134f32153517850f5a', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 3 => [ + 'contentobject_id' => '11', + 'contentobject_is_published' => '1', + 'contentobject_version' => '2', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '12', + 'modified_subnode' => '1311154216', + 'node_id' => '12', + 'parent_node_id' => '5', + 'path_identification_string' => 'users/members', + 'path_string' => '/1/5/12/', + 'priority' => '0', + 'remote_id' => '602dcf84765e56b7f999eaafd3821dd3', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 4 => [ + 'contentobject_id' => '12', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '13', + 'modified_subnode' => '1311154214', + 'node_id' => '13', + 'parent_node_id' => '5', + 'path_identification_string' => 'users/administrator_users', + 'path_string' => '/1/5/13/', + 'priority' => '0', + 'remote_id' => '769380b7aa94541679167eab817ca893', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 5 => [ + 'contentobject_id' => '13', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '14', + 'modified_subnode' => '1081860719', + 'node_id' => '14', + 'parent_node_id' => '5', + 'path_identification_string' => 'users/editors', + 'path_string' => '/1/5/14/', + 'priority' => '0', + 'remote_id' => 'f7dda2854fc68f7c8455d9cb14bd04a9', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 6 => [ + 'contentobject_id' => '14', + 'contentobject_is_published' => '1', + 'contentobject_version' => '4', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '15', + 'modified_subnode' => '1311154214', + 'node_id' => '15', + 'parent_node_id' => '13', + 'path_identification_string' => 'users/administrator_users/administrator_user', + 'path_string' => '/1/5/13/15/', + 'priority' => '0', + 'remote_id' => 'e5161a99f733200b9ed4e80f9c16187b', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 7 => [ + 'contentobject_id' => '41', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '1', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '43', + 'modified_subnode' => '1311154174', + 'node_id' => '43', + 'parent_node_id' => '1', + 'path_identification_string' => 'media', + 'path_string' => '/1/43/', + 'priority' => '0', + 'remote_id' => '75c715a51699d2d309a924eca6a95145', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 8 => [ + 'contentobject_id' => '42', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '44', + 'modified_subnode' => '1081860719', + 'node_id' => '44', + 'parent_node_id' => '5', + 'path_identification_string' => 'users/anonymous_users', + 'path_string' => '/1/5/44/', + 'priority' => '0', + 'remote_id' => '4fdf0072da953bb276c0c7e0141c5c9b', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 9 => [ + 'contentobject_id' => '10', + 'contentobject_is_published' => '1', + 'contentobject_version' => '2', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '45', + 'modified_subnode' => '1081860719', + 'node_id' => '45', + 'parent_node_id' => '44', + 'path_identification_string' => 'users/anonymous_users/anonymous_user', + 'path_string' => '/1/5/44/45/', + 'priority' => '0', + 'remote_id' => '2cf8343bee7b482bab82b269d8fecd76', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 10 => [ + 'contentobject_id' => '45', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '1', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '48', + 'modified_subnode' => '1184592117', + 'node_id' => '48', + 'parent_node_id' => '1', + 'path_identification_string' => 'setup2', + 'path_string' => '/1/48/', + 'priority' => '0', + 'remote_id' => '182ce1b5af0c09fa378557c462ba2617', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 11 => [ + 'contentobject_id' => '49', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '51', + 'modified_subnode' => '1311154174', + 'node_id' => '51', + 'parent_node_id' => '43', + 'path_identification_string' => 'media/images', + 'path_string' => '/1/43/51/', + 'priority' => '0', + 'remote_id' => '1b26c0454b09bb49dfb1b9190ffd67cb', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 12 => [ + 'contentobject_id' => '50', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '52', + 'modified_subnode' => '1081860720', + 'node_id' => '52', + 'parent_node_id' => '43', + 'path_identification_string' => 'media/files', + 'path_string' => '/1/43/52/', + 'priority' => '0', + 'remote_id' => '0b113a208f7890f9ad3c24444ff5988c', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 13 => [ + 'contentobject_id' => '51', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '53', + 'modified_subnode' => '1081860720', + 'node_id' => '53', + 'parent_node_id' => '43', + 'path_identification_string' => 'media/multimedia', + 'path_string' => '/1/43/53/', + 'priority' => '0', + 'remote_id' => '4f18b82c75f10aad476cae5adf98c11f', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 14 => [ + 'contentobject_id' => '52', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '54', + 'modified_subnode' => '1184592117', + 'node_id' => '54', + 'parent_node_id' => '48', + 'path_identification_string' => 'setup2/common_ini_settings', + 'path_string' => '/1/48/54/', + 'priority' => '0', + 'remote_id' => 'fa9f3cff9cf90ecfae335718dcbddfe2', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 15 => [ + 'contentobject_id' => '54', + 'contentobject_is_published' => '1', + 'contentobject_version' => '2', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '56', + 'modified_subnode' => '1311154215', + 'node_id' => '56', + 'parent_node_id' => '58', + 'path_identification_string' => 'design/plain_site', + 'path_string' => '/1/58/56/', + 'priority' => '0', + 'remote_id' => '772da20ecf88b3035d73cbdfcea0f119', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 16 => [ + 'contentobject_id' => '56', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '1', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '58', + 'modified_subnode' => '1311154215', + 'node_id' => '58', + 'parent_node_id' => '1', + 'path_identification_string' => 'design', + 'path_string' => '/1/58/', + 'priority' => '0', + 'remote_id' => '79f2d67372ab56f59b5d65bb9e0ca3b9', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 17 => [ + 'contentobject_id' => '57', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '59', + 'modified_subnode' => '1311154174', + 'node_id' => '59', + 'parent_node_id' => '43', + 'path_identification_string' => 'media/banners', + 'path_string' => '/1/43/59/', + 'priority' => '0', + 'remote_id' => '437ef9d0a9b7ae326ec83fa3bb73956d', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 18 => [ + 'contentobject_id' => '58', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '60', + 'modified_subnode' => '1311154173', + 'node_id' => '60', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_communities', + 'path_string' => '/1/43/59/60/', + 'priority' => '0', + 'remote_id' => 'eaa7f2f48c3f35801961abad12151db4', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 19 => [ + 'contentobject_id' => '59', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '61', + 'modified_subnode' => '1311154173', + 'node_id' => '61', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_frontpage', + 'path_string' => '/1/43/59/61/', + 'priority' => '0', + 'remote_id' => 'b8c85fd926d61dab6e68fa1865cee987', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 20 => [ + 'contentobject_id' => '60', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '62', + 'modified_subnode' => '1311154173', + 'node_id' => '62', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_products', + 'path_string' => '/1/43/59/62/', + 'priority' => '0', + 'remote_id' => 'c65aba2485585bdd09dfb66afccf645e', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 21 => [ + 'contentobject_id' => '61', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '63', + 'modified_subnode' => '1311154173', + 'node_id' => '63', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_partners', + 'path_string' => '/1/43/59/63/', + 'priority' => '0', + 'remote_id' => '64bb803471e53898aa38a7c29e482370', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 22 => [ + 'contentobject_id' => '62', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '64', + 'modified_subnode' => '1311154174', + 'node_id' => '64', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/pencils_support', + 'path_string' => '/1/43/59/64/', + 'priority' => '0', + 'remote_id' => '95e29503817570c6458fa0f37d227306', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 23 => [ + 'contentobject_id' => '63', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '65', + 'modified_subnode' => '1311154174', + 'node_id' => '65', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_training', + 'path_string' => '/1/43/59/65/', + 'priority' => '0', + 'remote_id' => 'aa4a1afd9c02d00f2f31186e8a271332', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 24 => [ + 'contentobject_id' => '64', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '66', + 'modified_subnode' => '1311154174', + 'node_id' => '66', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_solutions', + 'path_string' => '/1/43/59/66/', + 'priority' => '0', + 'remote_id' => '93d5115082a23b266613868051b8d803', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 25 => [ + 'contentobject_id' => '66', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '68', + 'modified_subnode' => '1311154174', + 'node_id' => '68', + 'parent_node_id' => '51', + 'path_identification_string' => 'media/images/rest_api', + 'path_string' => '/1/43/51/68/', + 'priority' => '0', + 'remote_id' => '31fd28362c18a36cb56223f3609d5d90', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 26 => [ + 'contentobject_id' => '67', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '69', + 'modified_subnode' => '1311154177', + 'node_id' => '69', + 'parent_node_id' => '2', + 'path_identification_string' => 'products', + 'path_string' => '/1/2/69/', + 'priority' => '0', + 'remote_id' => '9cec85d730eec7578190ee95ce5a36f5', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 27 => [ + 'contentobject_id' => '68', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '70', + 'modified_subnode' => '1311154175', + 'node_id' => '70', + 'parent_node_id' => '69', + 'path_identification_string' => 'products/software', + 'path_string' => '/1/2/69/70/', + 'priority' => '0', + 'remote_id' => 'b0b85c15125ca1732e5e528de2717599', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 28 => [ + 'contentobject_id' => '69', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '71', + 'modified_subnode' => '1311154175', + 'node_id' => '71', + 'parent_node_id' => '70', + 'path_identification_string' => 'products/software/os_type_i', + 'path_string' => '/1/2/69/70/71/', + 'priority' => '0', + 'remote_id' => '087adb763245e0cdcac593fb4a5996cf', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 29 => [ + 'contentobject_id' => '70', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '72', + 'modified_subnode' => '1311154176', + 'node_id' => '72', + 'parent_node_id' => '69', + 'path_identification_string' => 'products/boxes', + 'path_string' => '/1/2/69/72/', + 'priority' => '0', + 'remote_id' => 'e607aab6e924091909f3def02415bc53', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 30 => [ + 'contentobject_id' => '71', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '73', + 'modified_subnode' => '1311154176', + 'node_id' => '73', + 'parent_node_id' => '72', + 'path_identification_string' => 'products/boxes/cd_dvd_box_i', + 'path_string' => '/1/2/69/72/73/', + 'priority' => '0', + 'remote_id' => '054d9f10c6fa97689c0fc3b2ac412ebd', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 31 => [ + 'contentobject_id' => '72', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '74', + 'modified_subnode' => '1311154176', + 'node_id' => '74', + 'parent_node_id' => '72', + 'path_identification_string' => 'products/boxes/cd_dvd_box_ii', + 'path_string' => '/1/2/69/72/74/', + 'priority' => '0', + 'remote_id' => '9801bda46e5f8b9d692e1120d50fc7b3', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 32 => [ + 'contentobject_id' => '73', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '75', + 'modified_subnode' => '1311154176', + 'node_id' => '75', + 'parent_node_id' => '72', + 'path_identification_string' => 'products/boxes/cd_dvd_box_iii', + 'path_string' => '/1/2/69/72/75/', + 'priority' => '0', + 'remote_id' => '005067a5eee6505aa0f601cca30681d0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 33 => [ + 'contentobject_id' => '74', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '76', + 'modified_subnode' => '1311154177', + 'node_id' => '76', + 'parent_node_id' => '69', + 'path_identification_string' => 'products/products_sheets', + 'path_string' => '/1/2/69/76/', + 'priority' => '0', + 'remote_id' => '18f14551cc555c094b15a732ccd27fb2', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 34 => [ + 'contentobject_id' => '75', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '77', + 'modified_subnode' => '1313061404', + 'node_id' => '77', + 'parent_node_id' => '2', + 'path_identification_string' => 'solutions', + 'path_string' => '/1/2/77/', + 'priority' => '0', + 'remote_id' => 'dbc2f3c8716c12f32c379dbf0b1cb133', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 35 => [ + 'contentobject_id' => '76', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '78', + 'modified_subnode' => '1311154178', + 'node_id' => '78', + 'parent_node_id' => '77', + 'path_identification_string' => 'solutions/web_publishing', + 'path_string' => '/1/2/77/78/', + 'priority' => '0', + 'remote_id' => 'bc766fe955437def220a3fa2966a34ee', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 36 => [ + 'contentobject_id' => '77', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '79', + 'modified_subnode' => '1311154178', + 'node_id' => '79', + 'parent_node_id' => '78', + 'path_identification_string' => 'solutions/web_publishing/fusce_sagittis_sagittis', + 'path_string' => '/1/2/77/78/79/', + 'priority' => '0', + 'remote_id' => 'f0c2216ecb29600cd8ae93951a0c8f3a', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 37 => [ + 'contentobject_id' => '78', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '80', + 'modified_subnode' => '1311154178', + 'node_id' => '80', + 'parent_node_id' => '78', + 'path_identification_string' => 'solutions/web_publishing/etiam_posuere_sodales_arcu', + 'path_string' => '/1/2/77/78/80/', + 'priority' => '0', + 'remote_id' => 'eaf16bddfd36206dad265aadfbc98f17', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 38 => [ + 'contentobject_id' => '79', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '81', + 'modified_subnode' => '1311154178', + 'node_id' => '81', + 'parent_node_id' => '78', + 'path_identification_string' => 'solutions/web_publishing/in_hac_habitasse_platea', + 'path_string' => '/1/2/77/78/81/', + 'priority' => '0', + 'remote_id' => 'd2a11e56093b77eb7a347229361c3377', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 39 => [ + 'contentobject_id' => '80', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '82', + 'modified_subnode' => '1311154179', + 'node_id' => '82', + 'parent_node_id' => '77', + 'path_identification_string' => 'solutions/content_management', + 'path_string' => '/1/2/77/82/', + 'priority' => '0', + 'remote_id' => '17d65b568e3500cf1f8b42bc5de2d12b', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 40 => [ + 'contentobject_id' => '81', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '83', + 'modified_subnode' => '1311154179', + 'node_id' => '83', + 'parent_node_id' => '82', + 'path_identification_string' => 'solutions/content_management/fusce_sagittis_sagittis_urna', + 'path_string' => '/1/2/77/82/83/', + 'priority' => '0', + 'remote_id' => 'ecc4f0e94b05bf10f4f783d660ff0ad0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 41 => [ + 'contentobject_id' => '82', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '84', + 'modified_subnode' => '1311154179', + 'node_id' => '84', + 'parent_node_id' => '82', + 'path_identification_string' => 'solutions/content_management/class_aptent_taciti_sociosqu', + 'path_string' => '/1/2/77/82/84/', + 'priority' => '0', + 'remote_id' => '74280af2cba9002ea9660749225562b6', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 42 => [ + 'contentobject_id' => '83', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '85', + 'modified_subnode' => '1311154179', + 'node_id' => '85', + 'parent_node_id' => '82', + 'path_identification_string' => 'solutions/content_management/aenean_malesuada_ligula', + 'path_string' => '/1/2/77/82/85/', + 'priority' => '0', + 'remote_id' => '4e526426523e47aeacf353541284cbf8', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 43 => [ + 'contentobject_id' => '84', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '86', + 'modified_subnode' => '1311154182', + 'node_id' => '86', + 'parent_node_id' => '2', + 'path_identification_string' => 'training', + 'path_string' => '/1/2/86/', + 'priority' => '0', + 'remote_id' => '95f3c4261719ea27ab67f980fbee0694', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 44 => [ + 'contentobject_id' => '85', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '87', + 'modified_subnode' => '1311154180', + 'node_id' => '87', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/certification', + 'path_string' => '/1/2/86/87/', + 'priority' => '0', + 'remote_id' => '4a1391d3563d056c9d9ea2653093ae3e', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 45 => [ + 'contentobject_id' => '86', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '88', + 'modified_subnode' => '1311154181', + 'node_id' => '88', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/professional_workshops', + 'path_string' => '/1/2/86/88/', + 'priority' => '0', + 'remote_id' => '8889727909b5f34b6aa23f7eee32606b', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 46 => [ + 'contentobject_id' => '87', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '89', + 'modified_subnode' => '1311154180', + 'node_id' => '89', + 'parent_node_id' => '88', + 'path_identification_string' => 'training/professional_workshops/etiam_sodales_mauris', + 'path_string' => '/1/2/86/88/89/', + 'priority' => '0', + 'remote_id' => '1721dbee55639fe280f6a54195f9577c', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 47 => [ + 'contentobject_id' => '88', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '90', + 'modified_subnode' => '1311154181', + 'node_id' => '90', + 'parent_node_id' => '88', + 'path_identification_string' => 'training/professional_workshops/class_aptent_taciti', + 'path_string' => '/1/2/86/88/90/', + 'priority' => '0', + 'remote_id' => '7fabb9ee5bcb6630a3947d1c5585d995', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 48 => [ + 'contentobject_id' => '89', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '91', + 'modified_subnode' => '1311154181', + 'node_id' => '91', + 'parent_node_id' => '88', + 'path_identification_string' => 'training/professional_workshops/duis_auctor_vehicula_erat', + 'path_string' => '/1/2/86/88/91/', + 'priority' => '0', + 'remote_id' => 'a95ae3e4a64f08eb2002b31680fe8989', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 49 => [ + 'contentobject_id' => '90', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '92', + 'modified_subnode' => '1311154181', + 'node_id' => '92', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/events_and_seminars', + 'path_string' => '/1/2/86/92/', + 'priority' => '0', + 'remote_id' => '2acc8bb8f7eda4de2cf74f6dc277661f', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 50 => [ + 'contentobject_id' => '91', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '93', + 'modified_subnode' => '1311154181', + 'node_id' => '93', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/self_paced_courses', + 'path_string' => '/1/2/86/93/', + 'priority' => '0', + 'remote_id' => '6d8cc9831b86d79b8c184507f8e0cbb6', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 51 => [ + 'contentobject_id' => '92', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '94', + 'modified_subnode' => '1311154182', + 'node_id' => '94', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/instructor_led_courses', + 'path_string' => '/1/2/86/94/', + 'priority' => '0', + 'remote_id' => '30f12ecd29608eceb20bb903ddb780c7', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 52 => [ + 'contentobject_id' => '93', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '95', + 'modified_subnode' => '1311154182', + 'node_id' => '95', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/additional_learning_resources', + 'path_string' => '/1/2/86/95/', + 'priority' => '0', + 'remote_id' => '341e63bdce0f1601519d1b8e82e62766', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 53 => [ + 'contentobject_id' => '94', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '96', + 'modified_subnode' => '1311154185', + 'node_id' => '96', + 'parent_node_id' => '2', + 'path_identification_string' => 'support', + 'path_string' => '/1/2/96/', + 'priority' => '0', + 'remote_id' => '0d55a3f510cc7cd9a7b8eb838f50ff5c', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 54 => [ + 'contentobject_id' => '95', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '97', + 'modified_subnode' => '1311154183', + 'node_id' => '97', + 'parent_node_id' => '96', + 'path_identification_string' => 'support/knowledgebase', + 'path_string' => '/1/2/96/97/', + 'priority' => '0', + 'remote_id' => '89ce8eed8fa06c4105fd612aa83d87d6', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 55 => [ + 'contentobject_id' => '96', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '98', + 'modified_subnode' => '1311154183', + 'node_id' => '98', + 'parent_node_id' => '97', + 'path_identification_string' => 'support/knowledgebase/sed_suscipit', + 'path_string' => '/1/2/96/97/98/', + 'priority' => '0', + 'remote_id' => '78f3b9a9268c7b0206bf1c4d39211495', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 56 => [ + 'contentobject_id' => '97', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '99', + 'modified_subnode' => '1311154183', + 'node_id' => '99', + 'parent_node_id' => '98', + 'path_identification_string' => 'support/knowledgebase/sed_suscipit/ut_interdum', + 'path_string' => '/1/2/96/97/98/99/', + 'priority' => '0', + 'remote_id' => 'a1f9b32547e58064e645388512c16a39', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 57 => [ + 'contentobject_id' => '98', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '100', + 'modified_subnode' => '1311154184', + 'node_id' => '100', + 'parent_node_id' => '96', + 'path_identification_string' => 'support/documentation', + 'path_string' => '/1/2/96/100/', + 'priority' => '0', + 'remote_id' => '0f9c7380f8af1f29f1017e412bdd4016', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 58 => [ + 'contentobject_id' => '99', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '101', + 'modified_subnode' => '1311154184', + 'node_id' => '101', + 'parent_node_id' => '100', + 'path_identification_string' => 'support/documentation/mauris_pretium', + 'path_string' => '/1/2/96/100/101/', + 'priority' => '0', + 'remote_id' => '036394ec8b160f0782bec2dda452d798', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 59 => [ + 'contentobject_id' => '100', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '102', + 'modified_subnode' => '1311154184', + 'node_id' => '102', + 'parent_node_id' => '101', + 'path_identification_string' => 'support/documentation/mauris_pretium/aliquam_posuere', + 'path_string' => '/1/2/96/100/101/102/', + 'priority' => '0', + 'remote_id' => '78da6a4fae1c2eaabe1dbe7af818d970', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 60 => [ + 'contentobject_id' => '101', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '103', + 'modified_subnode' => '1311154184', + 'node_id' => '103', + 'parent_node_id' => '96', + 'path_identification_string' => 'support/books', + 'path_string' => '/1/2/96/103/', + 'priority' => '0', + 'remote_id' => '06cdeb27be466ea8330de5df16144263', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 61 => [ + 'contentobject_id' => '102', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '104', + 'modified_subnode' => '1311154184', + 'node_id' => '104', + 'parent_node_id' => '103', + 'path_identification_string' => 'support/books/aliquam_pulvinar_suscipit_tellus', + 'path_string' => '/1/2/96/103/104/', + 'priority' => '0', + 'remote_id' => 'ab30399896b8e54442c3a619ba7eeecb', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 62 => [ + 'contentobject_id' => '103', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '105', + 'modified_subnode' => '1311154184', + 'node_id' => '105', + 'parent_node_id' => '96', + 'path_identification_string' => 'support/customer_service', + 'path_string' => '/1/2/96/105/', + 'priority' => '0', + 'remote_id' => 'ca2ae9d0f0322798f632e896325f22c3', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 63 => [ + 'contentobject_id' => '104', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '106', + 'modified_subnode' => '1311154185', + 'node_id' => '106', + 'parent_node_id' => '96', + 'path_identification_string' => 'support/support_programs', + 'path_string' => '/1/2/96/106/', + 'priority' => '0', + 'remote_id' => '7ba1d48c0151bae62366095ef6f64c28', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 64 => [ + 'contentobject_id' => '105', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '107', + 'modified_subnode' => '1311154195', + 'node_id' => '107', + 'parent_node_id' => '2', + 'path_identification_string' => 'getting_started', + 'path_string' => '/1/2/107/', + 'priority' => '0', + 'remote_id' => 'e81507d3446726ebd7361352fef5fad3', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 65 => [ + 'contentobject_id' => '106', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '108', + 'modified_subnode' => '1311154185', + 'node_id' => '108', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/tutorials_for', + 'path_string' => '/1/2/107/108/', + 'priority' => '0', + 'remote_id' => '51278360f39d5b8ce1d9249953f4de98', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 66 => [ + 'contentobject_id' => '107', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '109', + 'modified_subnode' => '1311154185', + 'node_id' => '109', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/get_involved', + 'path_string' => '/1/2/107/109/', + 'priority' => '0', + 'remote_id' => '33151e24acea9c837d2b9fc52e03b1de', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 67 => [ + 'contentobject_id' => '108', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '110', + 'modified_subnode' => '1311154187', + 'node_id' => '110', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/how_to_use_ibexa', + 'path_string' => '/1/2/107/110/', + 'priority' => '0', + 'remote_id' => '6b3bcab0f149c5acc2e3728df7c66b73', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 68 => [ + 'contentobject_id' => '109', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '111', + 'modified_subnode' => '1311154186', + 'node_id' => '111', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics1', + 'path_string' => '/1/2/107/110/111/', + 'priority' => '0', + 'remote_id' => '28f9dfe5c0680955eec7a2dec4ebc642', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 69 => [ + 'contentobject_id' => '110', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '112', + 'modified_subnode' => '1311154186', + 'node_id' => '112', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics12', + 'path_string' => '/1/2/107/110/112/', + 'priority' => '0', + 'remote_id' => '191faba79dc108a19893944befa50d94', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 70 => [ + 'contentobject_id' => '111', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '113', + 'modified_subnode' => '1311154186', + 'node_id' => '113', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics13', + 'path_string' => '/1/2/107/110/113/', + 'priority' => '0', + 'remote_id' => '8679b5fa3ad0ec216293419ab9834e44', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 71 => [ + 'contentobject_id' => '112', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '114', + 'modified_subnode' => '1311154187', + 'node_id' => '114', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics14', + 'path_string' => '/1/2/107/110/114/', + 'priority' => '0', + 'remote_id' => '7f32cdefd0cf55b966a44aa52181e30d', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 72 => [ + 'contentobject_id' => '113', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '115', + 'modified_subnode' => '1311154187', + 'node_id' => '115', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics15', + 'path_string' => '/1/2/107/110/115/', + 'priority' => '0', + 'remote_id' => '29db3c1fcdb497e5cb2c74eb85c0906a', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 73 => [ + 'contentobject_id' => '114', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '116', + 'modified_subnode' => '1311154187', + 'node_id' => '116', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics16', + 'path_string' => '/1/2/107/110/116/', + 'priority' => '0', + 'remote_id' => '96e30009f712a0315217fed93eba6a18', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 74 => [ + 'contentobject_id' => '115', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '117', + 'modified_subnode' => '1311154187', + 'node_id' => '117', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics17', + 'path_string' => '/1/2/107/110/117/', + 'priority' => '0', + 'remote_id' => '3a6b87470a25b19a6ad15caa5e24e719', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 75 => [ + 'contentobject_id' => '116', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '118', + 'modified_subnode' => '1311154187', + 'node_id' => '118', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics18', + 'path_string' => '/1/2/107/110/118/', + 'priority' => '0', + 'remote_id' => 'd0bc77a21920b63543d7b0accab81b24', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 76 => [ + 'contentobject_id' => '117', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '119', + 'modified_subnode' => '1311154187', + 'node_id' => '119', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics19', + 'path_string' => '/1/2/107/110/119/', + 'priority' => '0', + 'remote_id' => 'c75b4b4b870e0e3611e19e1323103282', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 77 => [ + 'contentobject_id' => '118', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '120', + 'modified_subnode' => '1311154189', + 'node_id' => '120', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa', + 'path_string' => '/1/2/107/120/', + 'priority' => '0', + 'remote_id' => '262d8c936d3757ff81e7bb49392b703f', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 78 => [ + 'contentobject_id' => '119', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '121', + 'modified_subnode' => '1311154188', + 'node_id' => '121', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics1', + 'path_string' => '/1/2/107/120/121/', + 'priority' => '0', + 'remote_id' => '220d4e10bf4619525c3165823079482c', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 79 => [ + 'contentobject_id' => '120', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '122', + 'modified_subnode' => '1311154188', + 'node_id' => '122', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics12', + 'path_string' => '/1/2/107/120/122/', + 'priority' => '0', + 'remote_id' => 'f13a938ce2c79a9d438548299220d6dd', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 80 => [ + 'contentobject_id' => '121', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '123', + 'modified_subnode' => '1311154188', + 'node_id' => '123', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics13', + 'path_string' => '/1/2/107/120/123/', + 'priority' => '0', + 'remote_id' => '04f5e08293954b1851a4dd1cbd976cff', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 81 => [ + 'contentobject_id' => '122', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '124', + 'modified_subnode' => '1311154188', + 'node_id' => '124', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics14', + 'path_string' => '/1/2/107/120/124/', + 'priority' => '0', + 'remote_id' => 'dc80ae3d9de55855a16218b032062c62', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 82 => [ + 'contentobject_id' => '123', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '125', + 'modified_subnode' => '1311154189', + 'node_id' => '125', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics15', + 'path_string' => '/1/2/107/120/125/', + 'priority' => '0', + 'remote_id' => '4cb6d4015dd80474074043ab28f96e36', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 83 => [ + 'contentobject_id' => '124', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '126', + 'modified_subnode' => '1311154189', + 'node_id' => '126', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics16', + 'path_string' => '/1/2/107/120/126/', + 'priority' => '0', + 'remote_id' => '74ce7d6cbae81d90592b4a8a242a284a', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 84 => [ + 'contentobject_id' => '125', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '127', + 'modified_subnode' => '1311154189', + 'node_id' => '127', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics17', + 'path_string' => '/1/2/107/120/127/', + 'priority' => '0', + 'remote_id' => '6f76d2f7e5812acf4f7c5c70258f4f7e', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 85 => [ + 'contentobject_id' => '126', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '128', + 'modified_subnode' => '1311154189', + 'node_id' => '128', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics18', + 'path_string' => '/1/2/107/120/128/', + 'priority' => '0', + 'remote_id' => '5ba07103968a6bb3f05c275c212440f6', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 86 => [ + 'contentobject_id' => '127', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '129', + 'modified_subnode' => '1311154190', + 'node_id' => '129', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa', + 'path_string' => '/1/2/107/129/', + 'priority' => '0', + 'remote_id' => '3579b6c5cd166d5137eada55274892d3', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 87 => [ + 'contentobject_id' => '128', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '130', + 'modified_subnode' => '1311154190', + 'node_id' => '130', + 'parent_node_id' => '129', + 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa/graphics1', + 'path_string' => '/1/2/107/129/130/', + 'priority' => '0', + 'remote_id' => 'e38a43ce35832e5af2df4f1e9272b926', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 88 => [ + 'contentobject_id' => '129', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '131', + 'modified_subnode' => '1311154190', + 'node_id' => '131', + 'parent_node_id' => '129', + 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa/graphics12', + 'path_string' => '/1/2/107/129/131/', + 'priority' => '0', + 'remote_id' => '1ba7889f63e32acf70f66349ce1a8953', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 89 => [ + 'contentobject_id' => '130', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '132', + 'modified_subnode' => '1311154190', + 'node_id' => '132', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/adding_siteaccesses_in_ibexa', + 'path_string' => '/1/2/107/132/', + 'priority' => '0', + 'remote_id' => '19ae9fcb7334a0e407b2781920247122', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 90 => [ + 'contentobject_id' => '131', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '133', + 'modified_subnode' => '1311154195', + 'node_id' => '133', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/new_features', + 'path_string' => '/1/2/107/133/', + 'priority' => '0', + 'remote_id' => '423b6d20325263abaa2012536cc736a4', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 91 => [ + 'contentobject_id' => '132', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '134', + 'modified_subnode' => '1311154191', + 'node_id' => '134', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow', + 'path_string' => '/1/2/107/133/134/', + 'priority' => '0', + 'remote_id' => '07f0de334c83d631a59defe61f1a7cbf', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 92 => [ + 'contentobject_id' => '133', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '135', + 'modified_subnode' => '1311154191', + 'node_id' => '135', + 'parent_node_id' => '134', + 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics1', + 'path_string' => '/1/2/107/133/134/135/', + 'priority' => '0', + 'remote_id' => 'a7ca1a8878210a9978df0b00e9184b20', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 93 => [ + 'contentobject_id' => '134', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '136', + 'modified_subnode' => '1311154191', + 'node_id' => '136', + 'parent_node_id' => '134', + 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics12', + 'path_string' => '/1/2/107/133/134/136/', + 'priority' => '0', + 'remote_id' => '12c86be2151c426b990d47efd023cc40', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 94 => [ + 'contentobject_id' => '135', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '137', + 'modified_subnode' => '1311154191', + 'node_id' => '137', + 'parent_node_id' => '134', + 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics13', + 'path_string' => '/1/2/107/133/134/137/', + 'priority' => '0', + 'remote_id' => 'ff4473534c7cef8212a11feab57a5f0e', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 95 => [ + 'contentobject_id' => '136', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '138', + 'modified_subnode' => '1311154192', + 'node_id' => '138', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/improved_block_editing', + 'path_string' => '/1/2/107/133/138/', + 'priority' => '0', + 'remote_id' => 'e0a1b1b2a3d248bf8d43a83581c22ae8', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 96 => [ + 'contentobject_id' => '137', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '139', + 'modified_subnode' => '1311154192', + 'node_id' => '139', + 'parent_node_id' => '138', + 'path_identification_string' => 'getting_started/new_features/improved_block_editing/graphics1', + 'path_string' => '/1/2/107/133/138/139/', + 'priority' => '0', + 'remote_id' => '8e6f0ba5195410b03a84ef3fdcc3ff0b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 97 => [ + 'contentobject_id' => '138', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '140', + 'modified_subnode' => '1311154192', + 'node_id' => '140', + 'parent_node_id' => '138', + 'path_identification_string' => 'getting_started/new_features/improved_block_editing/graphics12', + 'path_string' => '/1/2/107/133/138/140/', + 'priority' => '0', + 'remote_id' => 'bc416b97e1592c7a396f6f5f85e131ac', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 98 => [ + 'contentobject_id' => '139', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '141', + 'modified_subnode' => '1311154193', + 'node_id' => '141', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing', + 'path_string' => '/1/2/107/133/141/', + 'priority' => '0', + 'remote_id' => 'facfd2587054ea863cbe53768da04a47', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 99 => [ + 'contentobject_id' => '140', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '142', + 'modified_subnode' => '1311154192', + 'node_id' => '142', + 'parent_node_id' => '141', + 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics1', + 'path_string' => '/1/2/107/133/141/142/', + 'priority' => '0', + 'remote_id' => 'd159e8d4d590e481b06ecb441c0f14dc', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 100 => [ + 'contentobject_id' => '141', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '143', + 'modified_subnode' => '1311154192', + 'node_id' => '143', + 'parent_node_id' => '141', + 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics12', + 'path_string' => '/1/2/107/133/141/143/', + 'priority' => '0', + 'remote_id' => '7457db5919dd349bd878b60592fc009b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 101 => [ + 'contentobject_id' => '142', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '144', + 'modified_subnode' => '1311154193', + 'node_id' => '144', + 'parent_node_id' => '141', + 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics13', + 'path_string' => '/1/2/107/133/141/144/', + 'priority' => '0', + 'remote_id' => 'ebe1e9d1242a3aeedfda25da7cc25564', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 102 => [ + 'contentobject_id' => '143', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '145', + 'modified_subnode' => '1311154193', + 'node_id' => '145', + 'parent_node_id' => '141', + 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics14', + 'path_string' => '/1/2/107/133/141/145/', + 'priority' => '0', + 'remote_id' => 'b3acf4c0f2df8977f1c6932725339a1d', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 103 => [ + 'contentobject_id' => '144', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '146', + 'modified_subnode' => '1311154193', + 'node_id' => '146', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/fastcgi', + 'path_string' => '/1/2/107/133/146/', + 'priority' => '0', + 'remote_id' => 'a324a48fea49eb3e6826b3295dc5f413', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 104 => [ + 'contentobject_id' => '145', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '147', + 'modified_subnode' => '1311154194', + 'node_id' => '147', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/support_for_red_hat_enterprise', + 'path_string' => '/1/2/107/133/147/', + 'priority' => '0', + 'remote_id' => '8c0133434d7bea077a614e1a85fca5b7', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 105 => [ + 'contentobject_id' => '146', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '148', + 'modified_subnode' => '1311154194', + 'node_id' => '148', + 'parent_node_id' => '147', + 'path_identification_string' => 'getting_started/new_features/support_for_red_hat_enterprise/graphics1', + 'path_string' => '/1/2/107/133/147/148/', + 'priority' => '0', + 'remote_id' => '46653e0e5fa60ab86788cad8084a759d', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 106 => [ + 'contentobject_id' => '147', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '149', + 'modified_subnode' => '1311154194', + 'node_id' => '149', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/canonical_links', + 'path_string' => '/1/2/107/133/149/', + 'priority' => '0', + 'remote_id' => '9b17e8d0b2cee501b75f7b481155e64f', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 107 => [ + 'contentobject_id' => '148', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '150', + 'modified_subnode' => '1311154195', + 'node_id' => '150', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/asynchronous_publishing', + 'path_string' => '/1/2/107/133/150/', + 'priority' => '0', + 'remote_id' => '3983d3aa7604f45a8ecbb953a98d646f', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 108 => [ + 'contentobject_id' => '149', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '151', + 'modified_subnode' => '1311154195', + 'node_id' => '151', + 'parent_node_id' => '150', + 'path_identification_string' => 'getting_started/new_features/asynchronous_publishing/graphics1', + 'path_string' => '/1/2/107/133/150/151/', + 'priority' => '0', + 'remote_id' => '92756622f207c0b1902ca156947a77de', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 109 => [ + 'contentobject_id' => '150', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '152', + 'modified_subnode' => '1311154195', + 'node_id' => '152', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/rest_api_interface', + 'path_string' => '/1/2/107/133/152/', + 'priority' => '0', + 'remote_id' => '60adbb1e37a6524246d3af372366754f', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 110 => [ + 'contentobject_id' => '151', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '153', + 'modified_subnode' => '1311154196', + 'node_id' => '153', + 'parent_node_id' => '2', + 'path_identification_string' => 'ibexa_enterprise', + 'path_string' => '/1/2/153/', + 'priority' => '0', + 'remote_id' => 'f4bf2e6c1cf75e15b15f0123a82778a1', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 111 => [ + 'contentobject_id' => '152', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '154', + 'modified_subnode' => '1311154196', + 'node_id' => '154', + 'parent_node_id' => '153', + 'path_identification_string' => 'ibexa_enterprise/graphics1', + 'path_string' => '/1/2/153/154/', + 'priority' => '0', + 'remote_id' => '1b95356b68bd59ef32b0fd7bb2c29130', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 112 => [ + 'contentobject_id' => '153', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '155', + 'modified_subnode' => '1311154196', + 'node_id' => '155', + 'parent_node_id' => '153', + 'path_identification_string' => 'ibexa_enterprise/graphics12', + 'path_string' => '/1/2/153/155/', + 'priority' => '0', + 'remote_id' => '94b7059eb5e0fe667f7c63eadd53a62b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 113 => [ + 'contentobject_id' => '154', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '156', + 'modified_subnode' => '1311154199', + 'node_id' => '156', + 'parent_node_id' => '2', + 'path_identification_string' => 'partners', + 'path_string' => '/1/2/156/', + 'priority' => '3', + 'remote_id' => '0c523dfd6b1eccbfb0d1bfe632ee7411', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 114 => [ + 'contentobject_id' => '155', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '157', + 'modified_subnode' => '1311154197', + 'node_id' => '157', + 'parent_node_id' => '156', + 'path_identification_string' => 'partners/partner_news', + 'path_string' => '/1/2/156/157/', + 'priority' => '0', + 'remote_id' => 'f5db8acf1150afc15eb514d380e3855d', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 115 => [ + 'contentobject_id' => '156', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '158', + 'modified_subnode' => '1311154197', + 'node_id' => '158', + 'parent_node_id' => '157', + 'path_identification_string' => 'partners/partner_news/pellentesque_quam_mauris', + 'path_string' => '/1/2/156/157/158/', + 'priority' => '0', + 'remote_id' => '6366a99ac1cec2133e87fdd805d108c8', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 116 => [ + 'contentobject_id' => '157', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '159', + 'modified_subnode' => '1311154197', + 'node_id' => '159', + 'parent_node_id' => '157', + 'path_identification_string' => 'partners/partner_news/penatibus_et_magnis_dis', + 'path_string' => '/1/2/156/157/159/', + 'priority' => '0', + 'remote_id' => '7ee406cb6e5f0b2a29bc9f97f5a5b9db', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 117 => [ + 'contentobject_id' => '158', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '160', + 'modified_subnode' => '1311154198', + 'node_id' => '160', + 'parent_node_id' => '156', + 'path_identification_string' => 'partners/news', + 'path_string' => '/1/2/156/160/', + 'priority' => '0', + 'remote_id' => '007109e7f353c86dfd48d844cb18ce73', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 118 => [ + 'contentobject_id' => '159', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '161', + 'modified_subnode' => '1311154198', + 'node_id' => '161', + 'parent_node_id' => '160', + 'path_identification_string' => 'partners/news/curabitur_hendrerit_dignissim', + 'path_string' => '/1/2/156/160/161/', + 'priority' => '0', + 'remote_id' => '63769c39380a45a731aa44068c0f4e33', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 119 => [ + 'contentobject_id' => '160', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '162', + 'modified_subnode' => '1311154198', + 'node_id' => '162', + 'parent_node_id' => '160', + 'path_identification_string' => 'partners/news/proin_condimentum_risus', + 'path_string' => '/1/2/156/160/162/', + 'priority' => '0', + 'remote_id' => 'f761918d15e356e50ce94294cad79765', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 120 => [ + 'contentobject_id' => '161', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '163', + 'modified_subnode' => '1311154198', + 'node_id' => '163', + 'parent_node_id' => '160', + 'path_identification_string' => 'partners/news/morbi_tristique_senectus', + 'path_string' => '/1/2/156/160/163/', + 'priority' => '0', + 'remote_id' => '68187b44ef9051a4db10bd9bb7f228a4', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 121 => [ + 'contentobject_id' => '162', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '164', + 'modified_subnode' => '1311154198', + 'node_id' => '164', + 'parent_node_id' => '156', + 'path_identification_string' => 'partners/partner_products', + 'path_string' => '/1/2/156/164/', + 'priority' => '0', + 'remote_id' => '472e9bc321148baa71d2070063f24bb9', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 122 => [ + 'contentobject_id' => '163', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '165', + 'modified_subnode' => '1311154199', + 'node_id' => '165', + 'parent_node_id' => '156', + 'path_identification_string' => 'partners/partners', + 'path_string' => '/1/2/156/165/', + 'priority' => '0', + 'remote_id' => 'b1a68df10cdf379cf78999c8012db679', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 123 => [ + 'contentobject_id' => '164', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '166', + 'modified_subnode' => '1311154199', + 'node_id' => '166', + 'parent_node_id' => '165', + 'path_identification_string' => 'partners/partners/neque_orci_malesuada_felis', + 'path_string' => '/1/2/156/165/166/', + 'priority' => '0', + 'remote_id' => 'e9ee6724fffb012f918300de66af27e1', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 124 => [ + 'contentobject_id' => '165', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '167', + 'modified_subnode' => '1311154204', + 'node_id' => '167', + 'parent_node_id' => '2', + 'path_identification_string' => 'community', + 'path_string' => '/1/2/167/', + 'priority' => '4', + 'remote_id' => 'c4604fb2e100a6681a4f53fbe6e5eeae', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 125 => [ + 'contentobject_id' => '166', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '168', + 'modified_subnode' => '1311154200', + 'node_id' => '168', + 'parent_node_id' => '167', + 'path_identification_string' => 'community/forum', + 'path_string' => '/1/2/167/168/', + 'priority' => '0', + 'remote_id' => '5e6762a083ab4c0357bad163902ba8f7', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 126 => [ + 'contentobject_id' => '167', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '169', + 'modified_subnode' => '1311154200', + 'node_id' => '169', + 'parent_node_id' => '168', + 'path_identification_string' => 'community/forum/nulla_vitae_tellus_sit_amet', + 'path_string' => '/1/2/167/168/169/', + 'priority' => '0', + 'remote_id' => '2549eee03064d55ae7fc84fe41ae1ef6', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 127 => [ + 'contentobject_id' => '168', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '170', + 'modified_subnode' => '1311154200', + 'node_id' => '170', + 'parent_node_id' => '168', + 'path_identification_string' => 'community/forum/ut_mollis_sodales_nibh', + 'path_string' => '/1/2/167/168/170/', + 'priority' => '0', + 'remote_id' => '7bfca4bdde619ac9104e235629e2dbc7', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 128 => [ + 'contentobject_id' => '169', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '171', + 'modified_subnode' => '1311154200', + 'node_id' => '171', + 'parent_node_id' => '168', + 'path_identification_string' => 'community/forum/nam_risus_leo', + 'path_string' => '/1/2/167/168/171/', + 'priority' => '0', + 'remote_id' => '81fd930afe94962395074b762592a356', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 129 => [ + 'contentobject_id' => '170', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '172', + 'modified_subnode' => '1311154201', + 'node_id' => '172', + 'parent_node_id' => '167', + 'path_identification_string' => 'community/wiki', + 'path_string' => '/1/2/167/172/', + 'priority' => '0', + 'remote_id' => '8b570ac03318b7e29eb5fd1bae15efde', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 130 => [ + 'contentobject_id' => '171', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '173', + 'modified_subnode' => '1311154201', + 'node_id' => '173', + 'parent_node_id' => '172', + 'path_identification_string' => 'community/wiki/sed_suscipit', + 'path_string' => '/1/2/167/172/173/', + 'priority' => '0', + 'remote_id' => '4329dcc6a8d441aa7253660512dfd5b6', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 131 => [ + 'contentobject_id' => '172', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '174', + 'modified_subnode' => '1311154201', + 'node_id' => '174', + 'parent_node_id' => '173', + 'path_identification_string' => 'community/wiki/sed_suscipit/ut_interdum', + 'path_string' => '/1/2/167/172/173/174/', + 'priority' => '0', + 'remote_id' => '6cf7b9370a0d9800ed49ba3be13b6be5', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 132 => [ + 'contentobject_id' => '173', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '175', + 'modified_subnode' => '1311154201', + 'node_id' => '175', + 'parent_node_id' => '173', + 'path_identification_string' => 'community/wiki/sed_suscipit/fusce_pulvinar', + 'path_string' => '/1/2/167/172/173/175/', + 'priority' => '0', + 'remote_id' => 'f71191fcce35c83530cddde467a908b2', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 133 => [ + 'contentobject_id' => '174', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '176', + 'modified_subnode' => '1311154201', + 'node_id' => '176', + 'parent_node_id' => '172', + 'path_identification_string' => 'community/wiki/duis_id_tortor', + 'path_string' => '/1/2/167/172/176/', + 'priority' => '0', + 'remote_id' => '2d3cf4fe8d439e16e0ed75ef947b5e3d', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 134 => [ + 'contentobject_id' => '175', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '177', + 'modified_subnode' => '1311154201', + 'node_id' => '177', + 'parent_node_id' => '176', + 'path_identification_string' => 'community/wiki/duis_id_tortor/curabitur_lacinia', + 'path_string' => '/1/2/167/172/176/177/', + 'priority' => '0', + 'remote_id' => '49c9ad954328ab5f5a76d580873961a4', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 135 => [ + 'contentobject_id' => '176', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '178', + 'modified_subnode' => '1311154203', + 'node_id' => '178', + 'parent_node_id' => '167', + 'path_identification_string' => 'community/pictures', + 'path_string' => '/1/2/167/178/', + 'priority' => '0', + 'remote_id' => 'ae32173cedf3a5ec441e3afcadc4abcb', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 136 => [ + 'contentobject_id' => '177', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '179', + 'modified_subnode' => '1311154202', + 'node_id' => '179', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/ivo_on_ibexa_tags', + 'path_string' => '/1/2/167/178/179/', + 'priority' => '0', + 'remote_id' => 'c6c32c884db955ea09338c90eee84746', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 137 => [ + 'contentobject_id' => '178', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '180', + 'modified_subnode' => '1311154202', + 'node_id' => '180', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/are_you_ready_for_the_community_day', + 'path_string' => '/1/2/167/178/180/', + 'priority' => '0', + 'remote_id' => 'db191e87b9b6ac22a18742cd32d2b3d4', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 138 => [ + 'contentobject_id' => '179', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '181', + 'modified_subnode' => '1311154202', + 'node_id' => '181', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/let_s_work_together', + 'path_string' => '/1/2/167/178/181/', + 'priority' => '0', + 'remote_id' => '02a6d1506bf437eda1317d0c36a8545b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 139 => [ + 'contentobject_id' => '180', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '182', + 'modified_subnode' => '1311154203', + 'node_id' => '182', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/the_mediterranean_seen_from_nice', + 'path_string' => '/1/2/167/178/182/', + 'priority' => '0', + 'remote_id' => '40d743025e4ec4d813bd864dad08e0cc', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 140 => [ + 'contentobject_id' => '181', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '183', + 'modified_subnode' => '1311154203', + 'node_id' => '183', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/hotel_lobby_at_isola2000', + 'path_string' => '/1/2/167/178/183/', + 'priority' => '0', + 'remote_id' => 'eb2a8ef7d4b1fb8ffb68f0764b615de1', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 141 => [ + 'contentobject_id' => '182', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '184', + 'modified_subnode' => '1311154203', + 'node_id' => '184', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/alexander_on_the_past_gaby_on_today_and_tomorrow', + 'path_string' => '/1/2/167/178/184/', + 'priority' => '0', + 'remote_id' => '9e45f3ee0f15995b670fb3a117b6ee49', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 142 => [ + 'contentobject_id' => '183', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '185', + 'modified_subnode' => '1311154203', + 'node_id' => '185', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/isola2000_in_white_beautiful_skiing', + 'path_string' => '/1/2/167/178/185/', + 'priority' => '0', + 'remote_id' => 'f368c4ae469c596344e15fca8c7370c2', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 143 => [ + 'contentobject_id' => '184', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '186', + 'modified_subnode' => '1311154203', + 'node_id' => '186', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/ceo_future_pitch_adaptable_open_reliable', + 'path_string' => '/1/2/167/178/186/', + 'priority' => '0', + 'remote_id' => '7e153b75dd0ee0476ac7463d4a3daaef', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 144 => [ + 'contentobject_id' => '185', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '187', + 'modified_subnode' => '1311154204', + 'node_id' => '187', + 'parent_node_id' => '167', + 'path_identification_string' => 'community/blog', + 'path_string' => '/1/2/167/187/', + 'priority' => '0', + 'remote_id' => '09fb4147e4b124b9770a527bdd66799c', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 145 => [ + 'contentobject_id' => '186', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '188', + 'modified_subnode' => '1311154204', + 'node_id' => '188', + 'parent_node_id' => '187', + 'path_identification_string' => 'community/blog/visit_paris', + 'path_string' => '/1/2/167/187/188/', + 'priority' => '0', + 'remote_id' => '8f73d6d4ffca33c619d2f2645340ccc0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 146 => [ + 'contentobject_id' => '187', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '189', + 'modified_subnode' => '1311154204', + 'node_id' => '189', + 'parent_node_id' => '187', + 'path_identification_string' => 'community/blog/paris_in_france', + 'path_string' => '/1/2/167/187/189/', + 'priority' => '0', + 'remote_id' => '5cdc175d45aeb3fa054a95f40df56e79', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 147 => [ + 'contentobject_id' => '188', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '190', + 'modified_subnode' => '1311154212', + 'node_id' => '190', + 'parent_node_id' => '2', + 'path_identification_string' => 'company', + 'path_string' => '/1/2/190/', + 'priority' => '6', + 'remote_id' => 'e060ff40aa17eb21dc1e4595c9a5eb9a', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 148 => [ + 'contentobject_id' => '189', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '191', + 'modified_subnode' => '1311154204', + 'node_id' => '191', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/about_company', + 'path_string' => '/1/2/190/191/', + 'priority' => '0', + 'remote_id' => '7bf290af79b3b51e6ccc1f95f321618c', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 149 => [ + 'contentobject_id' => '190', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '192', + 'modified_subnode' => '1311154212', + 'node_id' => '192', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/new_features', + 'path_string' => '/1/2/190/192/', + 'priority' => '0', + 'remote_id' => '9f804eee139dcee343dbe4175d14654c', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 150 => [ + 'contentobject_id' => '191', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '193', + 'modified_subnode' => '1311154205', + 'node_id' => '193', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/separate_content_design_in_ibexa', + 'path_string' => '/1/2/190/192/193/', + 'priority' => '0', + 'remote_id' => '10d57795c986ca61689e6c2c11382eb3', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 151 => [ + 'contentobject_id' => '192', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '194', + 'modified_subnode' => '1311154205', + 'node_id' => '194', + 'parent_node_id' => '193', + 'path_identification_string' => 'company/new_features/separate_content_design_in_ibexa/separation_of_content_and_design', + 'path_string' => '/1/2/190/192/193/194/', + 'priority' => '0', + 'remote_id' => '87417129b080d24d335eb2653dd1a40c', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 152 => [ + 'contentobject_id' => '193', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '195', + 'modified_subnode' => '1311154207', + 'node_id' => '195', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa', + 'path_string' => '/1/2/190/192/195/', + 'priority' => '0', + 'remote_id' => 'fd56d839df6e2b52055d4a62f4df7c3e', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 153 => [ + 'contentobject_id' => '194', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '196', + 'modified_subnode' => '1311154206', + 'node_id' => '196', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/openoffice_import_large', + 'path_string' => '/1/2/190/192/195/196/', + 'priority' => '0', + 'remote_id' => 'ab2f2093f16c56ac2e61f40f25d2dbe0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 154 => [ + 'contentobject_id' => '195', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '197', + 'modified_subnode' => '1311154206', + 'node_id' => '197', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/translation_large', + 'path_string' => '/1/2/190/192/195/197/', + 'priority' => '0', + 'remote_id' => '185a1737e9012e7c3025df876bbb4f9b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 155 => [ + 'contentobject_id' => '196', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '198', + 'modified_subnode' => '1311154206', + 'node_id' => '198', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/multiupload_large', + 'path_string' => '/1/2/190/192/195/198/', + 'priority' => '0', + 'remote_id' => 'efdca2f6ddd2c8befc283ae3465b9acd', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 156 => [ + 'contentobject_id' => '197', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '199', + 'modified_subnode' => '1311154207', + 'node_id' => '199', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/gallery_large', + 'path_string' => '/1/2/190/192/195/199/', + 'priority' => '0', + 'remote_id' => 'f81b0e4c31ea13d94b9838e9e7e7ad7e', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 157 => [ + 'contentobject_id' => '198', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '200', + 'modified_subnode' => '1311154207', + 'node_id' => '200', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/search_result_large', + 'path_string' => '/1/2/190/192/195/200/', + 'priority' => '0', + 'remote_id' => '666efc49c267cddf55ca707408f4ac42', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 158 => [ + 'contentobject_id' => '199', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '201', + 'modified_subnode' => '1311154207', + 'node_id' => '201', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/ez_tool_bar_large', + 'path_string' => '/1/2/190/192/195/201/', + 'priority' => '0', + 'remote_id' => 'afb51a5f898c549c9e1f35afc75d66f3', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 159 => [ + 'contentobject_id' => '200', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '202', + 'modified_subnode' => '1311154207', + 'node_id' => '202', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/quicktime_large', + 'path_string' => '/1/2/190/192/195/202/', + 'priority' => '0', + 'remote_id' => '94b71866ede0d2776c140e85a823d31d', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 160 => [ + 'contentobject_id' => '201', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '203', + 'modified_subnode' => '1311154207', + 'node_id' => '203', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/web_2_0_large', + 'path_string' => '/1/2/190/192/195/203/', + 'priority' => '0', + 'remote_id' => 'e74475a240fb7061b40c75f5e6fcd52c', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 161 => [ + 'contentobject_id' => '202', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '204', + 'modified_subnode' => '1311154210', + 'node_id' => '204', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa', + 'path_string' => '/1/2/190/192/204/', + 'priority' => '0', + 'remote_id' => '42a3b07037390457ad0f2c65494bfd97', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 162 => [ + 'contentobject_id' => '203', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '205', + 'modified_subnode' => '1311154208', + 'node_id' => '205', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/usermanagement_large', + 'path_string' => '/1/2/190/192/204/205/', + 'priority' => '0', + 'remote_id' => '6da1a82ba3d962d2ad953fff8ee26362', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 163 => [ + 'contentobject_id' => '204', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '206', + 'modified_subnode' => '1311154208', + 'node_id' => '206', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/workflow_large', + 'path_string' => '/1/2/190/192/204/206/', + 'priority' => '0', + 'remote_id' => 'b284abd88bdcb1887a86e40304ffc66f', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 164 => [ + 'contentobject_id' => '205', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '207', + 'modified_subnode' => '1311154209', + 'node_id' => '207', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/versioning_large', + 'path_string' => '/1/2/190/192/204/207/', + 'priority' => '0', + 'remote_id' => 'e3400bb44aae5fcb416156e7450f3f32', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 165 => [ + 'contentobject_id' => '206', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '208', + 'modified_subnode' => '1311154209', + 'node_id' => '208', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/datatypes_attributes_content_class_and_objects_large', + 'path_string' => '/1/2/190/192/204/208/', + 'priority' => '0', + 'remote_id' => '2b2b27bbaaec688aaec1a5d39b4b13ae', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 166 => [ + 'contentobject_id' => '207', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '209', + 'modified_subnode' => '1311154209', + 'node_id' => '209', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/multiple_location_large', + 'path_string' => '/1/2/190/192/204/209/', + 'priority' => '0', + 'remote_id' => '37e5feed6574d1d8da4b4531569a27a2', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 167 => [ + 'contentobject_id' => '208', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '210', + 'modified_subnode' => '1311154209', + 'node_id' => '210', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/multisite_deployment_large', + 'path_string' => '/1/2/190/192/204/210/', + 'priority' => '0', + 'remote_id' => '5625695a66034f53b9b6e14029e06e80', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 168 => [ + 'contentobject_id' => '209', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '211', + 'modified_subnode' => '1311154210', + 'node_id' => '211', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/seo_large', + 'path_string' => '/1/2/190/192/204/211/', + 'priority' => '0', + 'remote_id' => '824aba4122ee51d9638847e55642feec', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 169 => [ + 'contentobject_id' => '210', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '212', + 'modified_subnode' => '1311154210', + 'node_id' => '212', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/admin_site_large', + 'path_string' => '/1/2/190/192/204/212/', + 'priority' => '0', + 'remote_id' => '73e95051b800ce051c3851c60807787b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 170 => [ + 'contentobject_id' => '211', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '213', + 'modified_subnode' => '1311154211', + 'node_id' => '213', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa', + 'path_string' => '/1/2/190/192/213/', + 'priority' => '0', + 'remote_id' => '3f921d3c490a6c17870b1f01fcfbceed', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 171 => [ + 'contentobject_id' => '212', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '214', + 'modified_subnode' => '1311154211', + 'node_id' => '214', + 'parent_node_id' => '213', + 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa/datatypes_attributes_content_class_and_objects_large', + 'path_string' => '/1/2/190/192/213/214/', + 'priority' => '0', + 'remote_id' => '97f7b391f1522bf404ff672ac338b91c', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 172 => [ + 'contentobject_id' => '213', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '215', + 'modified_subnode' => '1311154211', + 'node_id' => '215', + 'parent_node_id' => '213', + 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa/site_style_large', + 'path_string' => '/1/2/190/192/213/215/', + 'priority' => '0', + 'remote_id' => 'c5549bf68962a5384bd2225931cba302', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 173 => [ + 'contentobject_id' => '214', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '216', + 'modified_subnode' => '1311154211', + 'node_id' => '216', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/rest_api_interface', + 'path_string' => '/1/2/190/192/216/', + 'priority' => '0', + 'remote_id' => '54adfd9f7c80638f5560eb3f0618c57b', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 174 => [ + 'contentobject_id' => '215', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '217', + 'modified_subnode' => '1311154211', + 'node_id' => '217', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/asynchronous_publishing', + 'path_string' => '/1/2/190/192/217/', + 'priority' => '0', + 'remote_id' => 'a7dbafbf963821b71e5522c21e09d9dd', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 175 => [ + 'contentobject_id' => '216', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '218', + 'modified_subnode' => '1311154211', + 'node_id' => '218', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/canonical_links', + 'path_string' => '/1/2/190/192/218/', + 'priority' => '0', + 'remote_id' => '61e3b15f020590df0759b779e5f1fb9d', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 176 => [ + 'contentobject_id' => '217', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '219', + 'modified_subnode' => '1311154212', + 'node_id' => '219', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/support_for_red_hat_enterprise', + 'path_string' => '/1/2/190/192/219/', + 'priority' => '0', + 'remote_id' => '42560fa30a55ac5ddf1f76a52d44a613', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 177 => [ + 'contentobject_id' => '218', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '220', + 'modified_subnode' => '1311154212', + 'node_id' => '220', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/fastcgi', + 'path_string' => '/1/2/190/192/220/', + 'priority' => '0', + 'remote_id' => '416c28c9ba34a9114381a6ec3ae197e0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 178 => [ + 'contentobject_id' => '219', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '221', + 'modified_subnode' => '1311154212', + 'node_id' => '221', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/events', + 'path_string' => '/1/2/190/221/', + 'priority' => '0', + 'remote_id' => 'ae6afe955af19209125961b6c0d9a840', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 179 => [ + 'contentobject_id' => '220', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '222', + 'modified_subnode' => '1311154212', + 'node_id' => '222', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/career', + 'path_string' => '/1/2/190/222/', + 'priority' => '0', + 'remote_id' => '28b7fd81eaf6b9702c9f8ff8268daac9', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 180 => [ + 'contentobject_id' => '221', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '223', + 'modified_subnode' => '1311154212', + 'node_id' => '223', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/investors_relation', + 'path_string' => '/1/2/190/223/', + 'priority' => '0', + 'remote_id' => '627c1c5cdf124dc2f92489e686cd04bb', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 181 => [ + 'contentobject_id' => '222', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '224', + 'modified_subnode' => '1311154212', + 'node_id' => '224', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/contact', + 'path_string' => '/1/2/190/224/', + 'priority' => '0', + 'remote_id' => 'daa3004ede25b0130ca5bef83c1922c3', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 182 => [ + 'contentobject_id' => '223', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '225', + 'modified_subnode' => '1311154212', + 'node_id' => '225', + 'parent_node_id' => '224', + 'path_identification_string' => 'company/contact/morbi_neque', + 'path_string' => '/1/2/190/224/225/', + 'priority' => '0', + 'remote_id' => '9d2bdcb8b35464ee03651c191ac4d1ff', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 183 => [ + 'contentobject_id' => '224', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '226', + 'modified_subnode' => '1311154212', + 'node_id' => '226', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/company_banner', + 'path_string' => '/1/2/190/226/', + 'priority' => '0', + 'remote_id' => '9ae96e2ecc3a5a79964405273cc8542a', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 184 => [ + 'contentobject_id' => '225', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '227', + 'modified_subnode' => '1311154215', + 'node_id' => '227', + 'parent_node_id' => '5', + 'path_identification_string' => 'users/partners', + 'path_string' => '/1/5/227/', + 'priority' => '0', + 'remote_id' => '1ee27657f5f41fe6458fcb90e81d5d82', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 185 => [ + 'contentobject_id' => '226', + 'contentobject_is_published' => '1', + 'contentobject_version' => '2', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '228', + 'modified_subnode' => '1313061404', + 'node_id' => '228', + 'parent_node_id' => '77', + 'path_identification_string' => 'solutions/something', + 'path_string' => '/1/2/77/228/', + 'priority' => '0', + 'remote_id' => 'ee684db77223bb1a10300d7b250232cf', + 'sort_field' => '1', + 'sort_order' => '1', + ], + ], + Gateway::CONTENT_RELATION_TABLE => [ + 0 => [ + 'content_type_field_definition_id' => 237, + 'from_contentobject_id' => 67, + 'from_contentobject_version' => 1, + 'id' => 1, + 'relation_type' => 8, + 'to_contentobject_id' => 60, + ], + 1 => [ + 'content_type_field_definition_id' => 237, + 'from_contentobject_id' => 75, + 'from_contentobject_version' => 1, + 'id' => 2, + 'relation_type' => 8, + 'to_contentobject_id' => 64, + ], + 2 => [ + 'content_type_field_definition_id' => 237, + 'from_contentobject_id' => 84, + 'from_contentobject_version' => 1, + 'id' => 3, + 'relation_type' => 8, + 'to_contentobject_id' => 63, + ], + 3 => [ + 'content_type_field_definition_id' => 237, + 'from_contentobject_id' => 94, + 'from_contentobject_version' => 1, + 'id' => 4, + 'relation_type' => 8, + 'to_contentobject_id' => 62, + ], + 4 => [ + 'content_type_field_definition_id' => 237, + 'from_contentobject_id' => 154, + 'from_contentobject_version' => 1, + 'id' => 5, + 'relation_type' => 8, + 'to_contentobject_id' => 61, + ], + 5 => [ + 'content_type_field_definition_id' => 237, + 'from_contentobject_id' => 165, + 'from_contentobject_version' => 1, + 'id' => 6, + 'relation_type' => 8, + 'to_contentobject_id' => 58, + ], + 6 => [ + 'content_type_field_definition_id' => 108, + 'from_contentobject_id' => 109, + 'from_contentobject_version' => 1, + 'id' => 7, + 'relation_type' => 8, + 'to_contentobject_id' => 109, + ], + 7 => [ + 'content_type_field_definition_id' => 108, + 'from_contentobject_id' => 110, + 'from_contentobject_version' => 1, + 'id' => 8, + 'relation_type' => 8, + 'to_contentobject_id' => 110, + ], + 8 => [ + 'content_type_field_definition_id' => 108, + 'from_contentobject_id' => 111, + 'from_contentobject_version' => 1, + 'id' => 9, + 'relation_type' => 8, + 'to_contentobject_id' => 111, + ], + 9 => [ + 'content_type_field_definition_id' => 108, + 'from_contentobject_id' => 112, + 'from_contentobject_version' => 1, + 'id' => 10, + 'relation_type' => 8, + 'to_contentobject_id' => 112, + ], + 10 => [ + 'content_type_field_definition_id' => 108, + 'from_contentobject_id' => 113, + 'from_contentobject_version' => 1, + 'id' => 11, + 'relation_type' => 8, + 'to_contentobject_id' => 113, + ], + 11 => [ + 'content_type_field_definition_id' => 108, + 'from_contentobject_id' => 114, + 'from_contentobject_version' => 1, + 'id' => 12, + 'relation_type' => 8, + 'to_contentobject_id' => 114, + ], + 12 => [ + 'content_type_field_definition_id' => 108, + 'from_contentobject_id' => 115, + 'from_contentobject_version' => 1, + 'id' => 13, + 'relation_type' => 8, + 'to_contentobject_id' => 115, + ], + 13 => [ + 'content_type_field_definition_id' => 108, + 'from_contentobject_id' => 116, + 'from_contentobject_version' => 1, + 'id' => 14, + 'relation_type' => 8, + 'to_contentobject_id' => 116, + ], + 14 => [ + 'content_type_field_definition_id' => 108, + 'from_contentobject_id' => 117, + 'from_contentobject_version' => 1, + 'id' => 15, + 'relation_type' => 8, + 'to_contentobject_id' => 117, + ], + 15 => [ + 'content_type_field_definition_id' => 118, + 'from_contentobject_id' => 119, + 'from_contentobject_version' => 1, + 'id' => 16, + 'relation_type' => 8, + 'to_contentobject_id' => 119, + ], + 16 => [ + 'content_type_field_definition_id' => 118, + 'from_contentobject_id' => 120, + 'from_contentobject_version' => 1, + 'id' => 17, + 'relation_type' => 8, + 'to_contentobject_id' => 120, + ], + 17 => [ + 'content_type_field_definition_id' => 118, + 'from_contentobject_id' => 121, + 'from_contentobject_version' => 1, + 'id' => 18, + 'relation_type' => 8, + 'to_contentobject_id' => 121, + ], + 18 => [ + 'content_type_field_definition_id' => 118, + 'from_contentobject_id' => 122, + 'from_contentobject_version' => 1, + 'id' => 19, + 'relation_type' => 8, + 'to_contentobject_id' => 122, + ], + 19 => [ + 'content_type_field_definition_id' => 118, + 'from_contentobject_id' => 123, + 'from_contentobject_version' => 1, + 'id' => 20, + 'relation_type' => 8, + 'to_contentobject_id' => 123, + ], + 20 => [ + 'content_type_field_definition_id' => 118, + 'from_contentobject_id' => 124, + 'from_contentobject_version' => 1, + 'id' => 21, + 'relation_type' => 8, + 'to_contentobject_id' => 124, + ], + 21 => [ + 'content_type_field_definition_id' => 118, + 'from_contentobject_id' => 125, + 'from_contentobject_version' => 1, + 'id' => 22, + 'relation_type' => 8, + 'to_contentobject_id' => 125, + ], + 22 => [ + 'content_type_field_definition_id' => 118, + 'from_contentobject_id' => 126, + 'from_contentobject_version' => 1, + 'id' => 23, + 'relation_type' => 8, + 'to_contentobject_id' => 126, + ], + 23 => [ + 'content_type_field_definition_id' => 127, + 'from_contentobject_id' => 128, + 'from_contentobject_version' => 1, + 'id' => 24, + 'relation_type' => 8, + 'to_contentobject_id' => 128, + ], + 24 => [ + 'content_type_field_definition_id' => 127, + 'from_contentobject_id' => 129, + 'from_contentobject_version' => 1, + 'id' => 25, + 'relation_type' => 8, + 'to_contentobject_id' => 129, + ], + 25 => [ + 'content_type_field_definition_id' => 132, + 'from_contentobject_id' => 133, + 'from_contentobject_version' => 1, + 'id' => 26, + 'relation_type' => 8, + 'to_contentobject_id' => 133, + ], + 26 => [ + 'content_type_field_definition_id' => 132, + 'from_contentobject_id' => 134, + 'from_contentobject_version' => 1, + 'id' => 27, + 'relation_type' => 8, + 'to_contentobject_id' => 134, + ], + 27 => [ + 'content_type_field_definition_id' => 132, + 'from_contentobject_id' => 135, + 'from_contentobject_version' => 1, + 'id' => 28, + 'relation_type' => 8, + 'to_contentobject_id' => 135, + ], + 28 => [ + 'content_type_field_definition_id' => 136, + 'from_contentobject_id' => 137, + 'from_contentobject_version' => 1, + 'id' => 29, + 'relation_type' => 8, + 'to_contentobject_id' => 137, + ], + 29 => [ + 'content_type_field_definition_id' => 136, + 'from_contentobject_id' => 138, + 'from_contentobject_version' => 1, + 'id' => 30, + 'relation_type' => 8, + 'to_contentobject_id' => 138, + ], + 30 => [ + 'content_type_field_definition_id' => 139, + 'from_contentobject_id' => 140, + 'from_contentobject_version' => 1, + 'id' => 31, + 'relation_type' => 8, + 'to_contentobject_id' => 140, + ], + 31 => [ + 'content_type_field_definition_id' => 139, + 'from_contentobject_id' => 141, + 'from_contentobject_version' => 1, + 'id' => 32, + 'relation_type' => 8, + 'to_contentobject_id' => 141, + ], + 32 => [ + 'content_type_field_definition_id' => 139, + 'from_contentobject_id' => 142, + 'from_contentobject_version' => 1, + 'id' => 33, + 'relation_type' => 8, + 'to_contentobject_id' => 142, + ], + 33 => [ + 'content_type_field_definition_id' => 139, + 'from_contentobject_id' => 143, + 'from_contentobject_version' => 1, + 'id' => 34, + 'relation_type' => 8, + 'to_contentobject_id' => 143, + ], + 34 => [ + 'content_type_field_definition_id' => 145, + 'from_contentobject_id' => 146, + 'from_contentobject_version' => 1, + 'id' => 35, + 'relation_type' => 8, + 'to_contentobject_id' => 146, + ], + 35 => [ + 'content_type_field_definition_id' => 148, + 'from_contentobject_id' => 149, + 'from_contentobject_version' => 1, + 'id' => 36, + 'relation_type' => 8, + 'to_contentobject_id' => 149, + ], + 36 => [ + 'content_type_field_definition_id' => 151, + 'from_contentobject_id' => 152, + 'from_contentobject_version' => 1, + 'id' => 37, + 'relation_type' => 8, + 'to_contentobject_id' => 152, + ], + 37 => [ + 'content_type_field_definition_id' => 151, + 'from_contentobject_id' => 153, + 'from_contentobject_version' => 1, + 'id' => 38, + 'relation_type' => 8, + 'to_contentobject_id' => 153, + ], + 38 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 65, + 'from_contentobject_version' => 1, + 'id' => 39, + 'relation_type' => 4, + 'to_contentobject_id' => 151, + ], + 39 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 65, + 'from_contentobject_version' => 1, + 'id' => 40, + 'relation_type' => 2, + 'to_contentobject_id' => 106, + ], + 40 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 65, + 'from_contentobject_version' => 1, + 'id' => 41, + 'relation_type' => 2, + 'to_contentobject_id' => 107, + ], + 41 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 65, + 'from_contentobject_version' => 1, + 'id' => 42, + 'relation_type' => 2, + 'to_contentobject_id' => 176, + ], + 42 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 65, + 'from_contentobject_version' => 1, + 'id' => 43, + 'relation_type' => 2, + 'to_contentobject_id' => 131, + ], + 43 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 67, + 'from_contentobject_version' => 1, + 'id' => 44, + 'relation_type' => 2, + 'to_contentobject_id' => 71, + ], + 44 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 67, + 'from_contentobject_version' => 1, + 'id' => 45, + 'relation_type' => 2, + 'to_contentobject_id' => 72, + ], + 45 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 67, + 'from_contentobject_version' => 1, + 'id' => 46, + 'relation_type' => 2, + 'to_contentobject_id' => 73, + ], + 46 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 75, + 'from_contentobject_version' => 1, + 'id' => 47, + 'relation_type' => 6, + 'to_contentobject_id' => 76, + ], + 47 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 75, + 'from_contentobject_version' => 1, + 'id' => 48, + 'relation_type' => 6, + 'to_contentobject_id' => 80, + ], + 48 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 75, + 'from_contentobject_version' => 1, + 'id' => 49, + 'relation_type' => 2, + 'to_contentobject_id' => 77, + ], + 49 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 75, + 'from_contentobject_version' => 1, + 'id' => 50, + 'relation_type' => 2, + 'to_contentobject_id' => 79, + ], + 50 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 75, + 'from_contentobject_version' => 1, + 'id' => 51, + 'relation_type' => 2, + 'to_contentobject_id' => 78, + ], + 51 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 84, + 'from_contentobject_version' => 1, + 'id' => 52, + 'relation_type' => 2, + 'to_contentobject_id' => 85, + ], + 52 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 84, + 'from_contentobject_version' => 1, + 'id' => 53, + 'relation_type' => 2, + 'to_contentobject_id' => 93, + ], + 53 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 84, + 'from_contentobject_version' => 1, + 'id' => 54, + 'relation_type' => 2, + 'to_contentobject_id' => 91, + ], + 54 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 84, + 'from_contentobject_version' => 1, + 'id' => 55, + 'relation_type' => 2, + 'to_contentobject_id' => 92, + ], + 55 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 84, + 'from_contentobject_version' => 1, + 'id' => 56, + 'relation_type' => 2, + 'to_contentobject_id' => 86, + ], + 56 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 84, + 'from_contentobject_version' => 1, + 'id' => 57, + 'relation_type' => 2, + 'to_contentobject_id' => 87, + ], + 57 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 94, + 'from_contentobject_version' => 1, + 'id' => 58, + 'relation_type' => 4, + 'to_contentobject_id' => 98, + ], + 58 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 94, + 'from_contentobject_version' => 1, + 'id' => 59, + 'relation_type' => 4, + 'to_contentobject_id' => 95, + ], + 59 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 94, + 'from_contentobject_version' => 1, + 'id' => 60, + 'relation_type' => 2, + 'to_contentobject_id' => 101, + ], + 60 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 94, + 'from_contentobject_version' => 1, + 'id' => 61, + 'relation_type' => 2, + 'to_contentobject_id' => 103, + ], + 61 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 94, + 'from_contentobject_version' => 1, + 'id' => 62, + 'relation_type' => 2, + 'to_contentobject_id' => 104, + ], + 62 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 94, + 'from_contentobject_version' => 1, + 'id' => 63, + 'relation_type' => 2, + 'to_contentobject_id' => 102, + ], + 63 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 106, + 'from_contentobject_version' => 1, + 'id' => 64, + 'relation_type' => 2, + 'to_contentobject_id' => 108, + ], + 64 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 106, + 'from_contentobject_version' => 1, + 'id' => 65, + 'relation_type' => 2, + 'to_contentobject_id' => 202, + ], + 65 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 106, + 'from_contentobject_version' => 1, + 'id' => 66, + 'relation_type' => 2, + 'to_contentobject_id' => 127, + ], + 66 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 106, + 'from_contentobject_version' => 1, + 'id' => 67, + 'relation_type' => 2, + 'to_contentobject_id' => 130, + ], + 67 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 108, + 'from_contentobject_version' => 1, + 'id' => 68, + 'relation_type' => 2, + 'to_contentobject_id' => 109, + ], + 68 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 108, + 'from_contentobject_version' => 1, + 'id' => 69, + 'relation_type' => 2, + 'to_contentobject_id' => 110, + ], + 69 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 108, + 'from_contentobject_version' => 1, + 'id' => 70, + 'relation_type' => 2, + 'to_contentobject_id' => 111, + ], + 70 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 108, + 'from_contentobject_version' => 1, + 'id' => 71, + 'relation_type' => 2, + 'to_contentobject_id' => 112, + ], + 71 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 108, + 'from_contentobject_version' => 1, + 'id' => 72, + 'relation_type' => 2, + 'to_contentobject_id' => 113, + ], + 72 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 108, + 'from_contentobject_version' => 1, + 'id' => 73, + 'relation_type' => 2, + 'to_contentobject_id' => 114, + ], + 73 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 108, + 'from_contentobject_version' => 1, + 'id' => 74, + 'relation_type' => 2, + 'to_contentobject_id' => 115, + ], + 74 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 108, + 'from_contentobject_version' => 1, + 'id' => 75, + 'relation_type' => 2, + 'to_contentobject_id' => 116, + ], + 75 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 118, + 'from_contentobject_version' => 1, + 'id' => 76, + 'relation_type' => 2, + 'to_contentobject_id' => 119, + ], + 76 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 118, + 'from_contentobject_version' => 1, + 'id' => 77, + 'relation_type' => 2, + 'to_contentobject_id' => 120, + ], + 77 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 118, + 'from_contentobject_version' => 1, + 'id' => 78, + 'relation_type' => 2, + 'to_contentobject_id' => 121, + ], + 78 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 118, + 'from_contentobject_version' => 1, + 'id' => 79, + 'relation_type' => 2, + 'to_contentobject_id' => 122, + ], + 79 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 118, + 'from_contentobject_version' => 1, + 'id' => 80, + 'relation_type' => 2, + 'to_contentobject_id' => 123, + ], + 80 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 118, + 'from_contentobject_version' => 1, + 'id' => 81, + 'relation_type' => 2, + 'to_contentobject_id' => 124, + ], + 81 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 118, + 'from_contentobject_version' => 1, + 'id' => 82, + 'relation_type' => 2, + 'to_contentobject_id' => 125, + ], + 82 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 118, + 'from_contentobject_version' => 1, + 'id' => 83, + 'relation_type' => 2, + 'to_contentobject_id' => 126, + ], + 83 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 127, + 'from_contentobject_version' => 1, + 'id' => 84, + 'relation_type' => 2, + 'to_contentobject_id' => 128, + ], + 84 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 127, + 'from_contentobject_version' => 1, + 'id' => 85, + 'relation_type' => 2, + 'to_contentobject_id' => 129, + ], + 85 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 132, + 'from_contentobject_version' => 1, + 'id' => 86, + 'relation_type' => 2, + 'to_contentobject_id' => 133, + ], + 86 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 132, + 'from_contentobject_version' => 1, + 'id' => 87, + 'relation_type' => 2, + 'to_contentobject_id' => 134, + ], + 87 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 132, + 'from_contentobject_version' => 1, + 'id' => 88, + 'relation_type' => 2, + 'to_contentobject_id' => 135, + ], + 88 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 136, + 'from_contentobject_version' => 1, + 'id' => 89, + 'relation_type' => 2, + 'to_contentobject_id' => 137, + ], + 89 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 136, + 'from_contentobject_version' => 1, + 'id' => 90, + 'relation_type' => 2, + 'to_contentobject_id' => 138, + ], + 90 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 139, + 'from_contentobject_version' => 1, + 'id' => 91, + 'relation_type' => 2, + 'to_contentobject_id' => 141, + ], + 91 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 139, + 'from_contentobject_version' => 1, + 'id' => 92, + 'relation_type' => 2, + 'to_contentobject_id' => 140, + ], + 92 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 139, + 'from_contentobject_version' => 1, + 'id' => 93, + 'relation_type' => 2, + 'to_contentobject_id' => 142, + ], + 93 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 139, + 'from_contentobject_version' => 1, + 'id' => 94, + 'relation_type' => 2, + 'to_contentobject_id' => 143, + ], + 94 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 145, + 'from_contentobject_version' => 1, + 'id' => 95, + 'relation_type' => 2, + 'to_contentobject_id' => 146, + ], + 95 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 148, + 'from_contentobject_version' => 1, + 'id' => 96, + 'relation_type' => 2, + 'to_contentobject_id' => 149, + ], + 96 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 150, + 'from_contentobject_version' => 1, + 'id' => 97, + 'relation_type' => 2, + 'to_contentobject_id' => 66, + ], + 97 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 151, + 'from_contentobject_version' => 1, + 'id' => 98, + 'relation_type' => 2, + 'to_contentobject_id' => 152, + ], + 98 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 151, + 'from_contentobject_version' => 1, + 'id' => 99, + 'relation_type' => 2, + 'to_contentobject_id' => 153, + ], + 99 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 154, + 'from_contentobject_version' => 1, + 'id' => 100, + 'relation_type' => 2, + 'to_contentobject_id' => 163, + ], + 100 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 154, + 'from_contentobject_version' => 1, + 'id' => 101, + 'relation_type' => 2, + 'to_contentobject_id' => 162, + ], + 101 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 154, + 'from_contentobject_version' => 1, + 'id' => 102, + 'relation_type' => 2, + 'to_contentobject_id' => 158, + ], + 102 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 154, + 'from_contentobject_version' => 1, + 'id' => 103, + 'relation_type' => 2, + 'to_contentobject_id' => 155, + ], + 103 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 154, + 'from_contentobject_version' => 1, + 'id' => 104, + 'relation_type' => 2, + 'to_contentobject_id' => 164, + ], + 104 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 165, + 'from_contentobject_version' => 1, + 'id' => 105, + 'relation_type' => 2, + 'to_contentobject_id' => 170, + ], + 105 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 165, + 'from_contentobject_version' => 1, + 'id' => 106, + 'relation_type' => 2, + 'to_contentobject_id' => 185, + ], + 106 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 165, + 'from_contentobject_version' => 1, + 'id' => 107, + 'relation_type' => 2, + 'to_contentobject_id' => 166, + ], + 107 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 165, + 'from_contentobject_version' => 1, + 'id' => 108, + 'relation_type' => 2, + 'to_contentobject_id' => 176, + ], + 108 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 188, + 'from_contentobject_version' => 1, + 'id' => 109, + 'relation_type' => 2, + 'to_contentobject_id' => 224, + ], + 109 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 191, + 'from_contentobject_version' => 1, + 'id' => 110, + 'relation_type' => 2, + 'to_contentobject_id' => 192, + ], + 110 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 193, + 'from_contentobject_version' => 1, + 'id' => 111, + 'relation_type' => 2, + 'to_contentobject_id' => 199, + ], + 111 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 193, + 'from_contentobject_version' => 1, + 'id' => 112, + 'relation_type' => 2, + 'to_contentobject_id' => 194, + ], + 112 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 193, + 'from_contentobject_version' => 1, + 'id' => 113, + 'relation_type' => 2, + 'to_contentobject_id' => 195, + ], + 113 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 193, + 'from_contentobject_version' => 1, + 'id' => 114, + 'relation_type' => 2, + 'to_contentobject_id' => 196, + ], + 114 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 193, + 'from_contentobject_version' => 1, + 'id' => 115, + 'relation_type' => 2, + 'to_contentobject_id' => 197, + ], + 115 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 193, + 'from_contentobject_version' => 1, + 'id' => 116, + 'relation_type' => 2, + 'to_contentobject_id' => 200, + ], + 116 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 193, + 'from_contentobject_version' => 1, + 'id' => 117, + 'relation_type' => 2, + 'to_contentobject_id' => 201, + ], + 117 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 193, + 'from_contentobject_version' => 1, + 'id' => 118, + 'relation_type' => 2, + 'to_contentobject_id' => 198, + ], + 118 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 202, + 'from_contentobject_version' => 1, + 'id' => 119, + 'relation_type' => 2, + 'to_contentobject_id' => 210, + ], + 119 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 202, + 'from_contentobject_version' => 1, + 'id' => 120, + 'relation_type' => 2, + 'to_contentobject_id' => 203, + ], + 120 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 202, + 'from_contentobject_version' => 1, + 'id' => 121, + 'relation_type' => 2, + 'to_contentobject_id' => 204, + ], + 121 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 202, + 'from_contentobject_version' => 1, + 'id' => 122, + 'relation_type' => 2, + 'to_contentobject_id' => 205, + ], + 122 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 202, + 'from_contentobject_version' => 1, + 'id' => 123, + 'relation_type' => 2, + 'to_contentobject_id' => 206, + ], + 123 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 202, + 'from_contentobject_version' => 1, + 'id' => 124, + 'relation_type' => 2, + 'to_contentobject_id' => 207, + ], + 124 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 202, + 'from_contentobject_version' => 1, + 'id' => 125, + 'relation_type' => 2, + 'to_contentobject_id' => 208, + ], + 125 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 202, + 'from_contentobject_version' => 1, + 'id' => 126, + 'relation_type' => 2, + 'to_contentobject_id' => 209, + ], + 126 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 211, + 'from_contentobject_version' => 1, + 'id' => 127, + 'relation_type' => 2, + 'to_contentobject_id' => 212, + ], + 127 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 211, + 'from_contentobject_version' => 1, + 'id' => 128, + 'relation_type' => 2, + 'to_contentobject_id' => 213, + ], + 128 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 225, + 'from_contentobject_version' => 1, + 'id' => 129, + 'relation_type' => 2, + 'to_contentobject_id' => 213, + ], + 129 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 225, + 'from_contentobject_version' => 2, + 'id' => 130, + 'relation_type' => 2, + 'to_contentobject_id' => 213, + ], + 130 => [ + 'content_type_field_definition_id' => 0, + 'from_contentobject_id' => 211, + 'from_contentobject_version' => 1, + 'id' => 131, + 'relation_type' => 2, + 'to_contentobject_id' => 225, + ], + ], + Gateway::CONTENT_NAME_TABLE => [ + 0 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 4, + 'language_id' => 3, + 'name' => 'Users', + 'real_translation' => 'eng-US', + ], + 1 => [ + 'content_translation' => 'eng-US', + 'content_version' => 2, + 'contentobject_id' => 10, + 'language_id' => 3, + 'name' => 'Anonymous User', + 'real_translation' => 'eng-US', + ], + 2 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 11, + 'language_id' => 3, + 'name' => 'Guest accounts', + 'real_translation' => 'eng-US', + ], + 3 => [ + 'content_translation' => 'eng-US', + 'content_version' => 2, + 'contentobject_id' => 11, + 'language_id' => 3, + 'name' => 'Members', + 'real_translation' => 'eng-US', + ], + 4 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 12, + 'language_id' => 3, + 'name' => 'Administrator users', + 'real_translation' => 'eng-US', + ], + 5 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 13, + 'language_id' => 3, + 'name' => 'Editors', + 'real_translation' => 'eng-US', + ], + 6 => [ + 'content_translation' => 'eng-US', + 'content_version' => 3, + 'contentobject_id' => 14, + 'language_id' => 3, + 'name' => 'Administrator User', + 'real_translation' => 'eng-US', + ], + 7 => [ + 'content_translation' => 'eng-US', + 'content_version' => 4, + 'contentobject_id' => 14, + 'language_id' => 3, + 'name' => 'Administrator User', + 'real_translation' => 'eng-US', + ], + 8 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 41, + 'language_id' => 3, + 'name' => 'Media', + 'real_translation' => 'eng-US', + ], + 9 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 42, + 'language_id' => 3, + 'name' => 'Anonymous users', + 'real_translation' => 'eng-US', + ], + 10 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 45, + 'language_id' => 3, + 'name' => 'Setup', + 'real_translation' => 'eng-US', + ], + 11 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 49, + 'language_id' => 3, + 'name' => 'Images', + 'real_translation' => 'eng-US', + ], + 12 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 50, + 'language_id' => 3, + 'name' => 'Files', + 'real_translation' => 'eng-US', + ], + 13 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 51, + 'language_id' => 3, + 'name' => 'Multimedia', + 'real_translation' => 'eng-US', + ], + 14 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 52, + 'language_id' => 2, + 'name' => 'Common INI settings', + 'real_translation' => 'eng-US', + ], + 15 => [ + 'content_translation' => 'eng-US', + 'content_version' => 2, + 'contentobject_id' => 54, + 'language_id' => 2, + 'name' => 'Website Interface', + 'real_translation' => 'eng-US', + ], + 16 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 56, + 'language_id' => 3, + 'name' => 'Design', + 'real_translation' => 'eng-US', + ], + 17 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 57, + 'language_id' => 3, + 'name' => 'Banners', + 'real_translation' => 'eng-US', + ], + 18 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 58, + 'language_id' => 2, + 'name' => 'Woman (Communities)', + 'real_translation' => 'eng-US', + ], + 19 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 59, + 'language_id' => 2, + 'name' => 'Woman (Frontpage)', + 'real_translation' => 'eng-US', + ], + 20 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 60, + 'language_id' => 2, + 'name' => 'Woman (Products)', + 'real_translation' => 'eng-US', + ], + 21 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 61, + 'language_id' => 2, + 'name' => 'Woman (Partners)', + 'real_translation' => 'eng-US', + ], + 22 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 62, + 'language_id' => 2, + 'name' => 'Pencils (Support)', + 'real_translation' => 'eng-US', + ], + 23 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 63, + 'language_id' => 2, + 'name' => 'Woman (Training)', + 'real_translation' => 'eng-US', + ], + 24 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 64, + 'language_id' => 2, + 'name' => 'Woman (Solutions)', + 'real_translation' => 'eng-US', + ], + 25 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 65, + 'language_id' => 3, + 'name' => 'Home', + 'real_translation' => 'eng-US', + ], + 26 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 66, + 'language_id' => 2, + 'name' => 'rest_api', + 'real_translation' => 'eng-US', + ], + 27 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 67, + 'language_id' => 2, + 'name' => 'Products', + 'real_translation' => 'eng-US', + ], + 28 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 68, + 'language_id' => 3, + 'name' => 'Software', + 'real_translation' => 'eng-US', + ], + 29 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 69, + 'language_id' => 2, + 'name' => 'OS Type I', + 'real_translation' => 'eng-US', + ], + 30 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 70, + 'language_id' => 3, + 'name' => 'Boxes', + 'real_translation' => 'eng-US', + ], + 31 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 71, + 'language_id' => 2, + 'name' => 'CD/DVD Box I', + 'real_translation' => 'eng-US', + ], + 32 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 72, + 'language_id' => 2, + 'name' => 'CD/DVD Box II', + 'real_translation' => 'eng-US', + ], + 33 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 73, + 'language_id' => 2, + 'name' => 'CD/DVD Box III', + 'real_translation' => 'eng-US', + ], + 34 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 74, + 'language_id' => 3, + 'name' => 'Products sheets', + 'real_translation' => 'eng-US', + ], + 35 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 75, + 'language_id' => 2, + 'name' => 'Solutions', + 'real_translation' => 'eng-US', + ], + 36 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 76, + 'language_id' => 3, + 'name' => 'Web publishing', + 'real_translation' => 'eng-US', + ], + 37 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 77, + 'language_id' => 2, + 'name' => 'Fusce sagittis sagittis', + 'real_translation' => 'eng-US', + ], + 38 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 78, + 'language_id' => 2, + 'name' => 'Etiam posuere sodales arcu', + 'real_translation' => 'eng-US', + ], + 39 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 79, + 'language_id' => 2, + 'name' => 'In hac habitasse platea', + 'real_translation' => 'eng-US', + ], + 40 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 80, + 'language_id' => 3, + 'name' => 'Content management', + 'real_translation' => 'eng-US', + ], + 41 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 81, + 'language_id' => 2, + 'name' => 'Fusce sagittis sagittis urna', + 'real_translation' => 'eng-US', + ], + 42 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 82, + 'language_id' => 2, + 'name' => 'Class aptent taciti sociosqu', + 'real_translation' => 'eng-US', + ], + 43 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 83, + 'language_id' => 2, + 'name' => 'Aenean malesuada ligula', + 'real_translation' => 'eng-US', + ], + 44 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 84, + 'language_id' => 2, + 'name' => 'Training', + 'real_translation' => 'eng-US', + ], + 45 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 85, + 'language_id' => 3, + 'name' => 'Certification', + 'real_translation' => 'eng-US', + ], + 46 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 86, + 'language_id' => 3, + 'name' => 'Professional workshops', + 'real_translation' => 'eng-US', + ], + 47 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 87, + 'language_id' => 2, + 'name' => 'Etiam sodales mauris', + 'real_translation' => 'eng-US', + ], + 48 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 88, + 'language_id' => 2, + 'name' => 'Class aptent taciti', + 'real_translation' => 'eng-US', + ], + 49 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 89, + 'language_id' => 2, + 'name' => 'Duis auctor vehicula erat', + 'real_translation' => 'eng-US', + ], + 50 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 90, + 'language_id' => 2, + 'name' => 'Events and seminars', + 'real_translation' => 'eng-US', + ], + 51 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 91, + 'language_id' => 3, + 'name' => 'Self-paced courses', + 'real_translation' => 'eng-US', + ], + 52 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 92, + 'language_id' => 3, + 'name' => 'Instructor-led courses', + 'real_translation' => 'eng-US', + ], + 53 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 93, + 'language_id' => 3, + 'name' => 'Additional learning resources', + 'real_translation' => 'eng-US', + ], + 54 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 94, + 'language_id' => 2, + 'name' => 'Support', + 'real_translation' => 'eng-US', + ], + 55 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 95, + 'language_id' => 2, + 'name' => 'Knowledgebase', + 'real_translation' => 'eng-US', + ], + 56 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 96, + 'language_id' => 2, + 'name' => 'Sed suscipit', + 'real_translation' => 'eng-US', + ], + 57 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 97, + 'language_id' => 2, + 'name' => 'Ut interdum', + 'real_translation' => 'eng-US', + ], + 58 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 98, + 'language_id' => 2, + 'name' => 'Documentation', + 'real_translation' => 'eng-US', + ], + 59 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 99, + 'language_id' => 2, + 'name' => 'Mauris pretium', + 'real_translation' => 'eng-US', + ], + 60 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 100, + 'language_id' => 2, + 'name' => 'Aliquam posuere', + 'real_translation' => 'eng-US', + ], + 61 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 101, + 'language_id' => 3, + 'name' => 'Books', + 'real_translation' => 'eng-US', + ], + 62 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 102, + 'language_id' => 2, + 'name' => 'Aliquam pulvinar suscipit tellus', + 'real_translation' => 'eng-US', + ], + 63 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 103, + 'language_id' => 3, + 'name' => 'Customer Service', + 'real_translation' => 'eng-US', + ], + 64 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 104, + 'language_id' => 3, + 'name' => 'Support Programs', + 'real_translation' => 'eng-US', + ], + 65 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 105, + 'language_id' => 3, + 'name' => 'Getting started', + 'real_translation' => 'eng-US', + ], + 66 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 106, + 'language_id' => 2, + 'name' => 'Tutorials for', + 'real_translation' => 'eng-US', + ], + 67 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 107, + 'language_id' => 2, + 'name' => 'Get involved', + 'real_translation' => 'eng-US', + ], + 68 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 108, + 'language_id' => 2, + 'name' => 'How to use Ibexa', + 'real_translation' => 'eng-US', + ], + 69 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 109, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 70 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 110, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 71 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 111, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 72 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 112, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 73 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 113, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 74 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 114, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 75 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 115, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 76 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 116, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 77 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 117, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 78 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 118, + 'language_id' => 2, + 'name' => 'How to manage Ibexa', + 'real_translation' => 'eng-US', + ], + 79 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 119, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 80 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 120, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 81 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 121, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 82 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 122, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 83 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 123, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 84 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 124, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 85 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 125, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 86 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 126, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 87 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 127, + 'language_id' => 2, + 'name' => 'How to develop with Ibexa', + 'real_translation' => 'eng-US', + ], + 88 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 128, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 89 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 129, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 90 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 130, + 'language_id' => 2, + 'name' => 'Adding Siteaccesses in Ibexa', + 'real_translation' => 'eng-US', + ], + 91 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 131, + 'language_id' => 3, + 'name' => 'New features', + 'real_translation' => 'eng-US', + ], + 92 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 132, + 'language_id' => 2, + 'name' => 'Improved user registration workflow', + 'real_translation' => 'eng-US', + ], + 93 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 133, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 94 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 134, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 95 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 135, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 96 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 136, + 'language_id' => 2, + 'name' => 'Improved block editing', + 'real_translation' => 'eng-US', + ], + 97 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 137, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 98 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 138, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 99 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 139, + 'language_id' => 2, + 'name' => 'Improved front-end editing', + 'real_translation' => 'eng-US', + ], + 100 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 140, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 101 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 141, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 102 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 142, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 103 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 143, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 104 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 144, + 'language_id' => 2, + 'name' => 'FastCGI', + 'real_translation' => 'eng-US', + ], + 105 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 145, + 'language_id' => 2, + 'name' => 'Support for Red Hat Enterprise', + 'real_translation' => 'eng-US', + ], + 106 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 146, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 107 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 147, + 'language_id' => 2, + 'name' => 'Canonical links', + 'real_translation' => 'eng-US', + ], + 108 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 148, + 'language_id' => 2, + 'name' => 'Asynchronous publishing', + 'real_translation' => 'eng-US', + ], + 109 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 149, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 110 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 150, + 'language_id' => 2, + 'name' => 'REST API interface', + 'real_translation' => 'eng-US', + ], + 111 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 151, + 'language_id' => 2, + 'name' => 'Ibexa Enterprise', + 'real_translation' => 'eng-US', + ], + 112 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 152, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 113 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 153, + 'language_id' => 2, + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 114 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 154, + 'language_id' => 3, + 'name' => 'Partners', + 'real_translation' => 'eng-US', + ], + 115 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 155, + 'language_id' => 3, + 'name' => 'Partner News', + 'real_translation' => 'eng-US', + ], + 116 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 156, + 'language_id' => 2, + 'name' => 'Pellentesque quam mauris', + 'real_translation' => 'eng-US', + ], + 117 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 157, + 'language_id' => 2, + 'name' => 'Penatibus et magnis dis', + 'real_translation' => 'eng-US', + ], + 118 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 158, + 'language_id' => 3, + 'name' => 'News', + 'real_translation' => 'eng-US', + ], + 119 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 159, + 'language_id' => 2, + 'name' => 'Curabitur hendrerit dignissim', + 'real_translation' => 'eng-US', + ], + 120 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 160, + 'language_id' => 2, + 'name' => 'Proin condimentum risus', + 'real_translation' => 'eng-US', + ], + 121 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 161, + 'language_id' => 2, + 'name' => 'Morbi tristique senectus', + 'real_translation' => 'eng-US', + ], + 122 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 162, + 'language_id' => 3, + 'name' => 'Partner Products', + 'real_translation' => 'eng-US', + ], + 123 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 163, + 'language_id' => 3, + 'name' => 'Partners', + 'real_translation' => 'eng-US', + ], + 124 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 164, + 'language_id' => 2, + 'name' => 'Neque orci malesuada felis', + 'real_translation' => 'eng-US', + ], + 125 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 165, + 'language_id' => 3, + 'name' => 'Community', + 'real_translation' => 'eng-US', + ], + 126 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 166, + 'language_id' => 2, + 'name' => 'Forum', + 'real_translation' => 'eng-US', + ], + 127 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 167, + 'language_id' => 2, + 'name' => 'Nulla vitae tellus sit amet', + 'real_translation' => 'eng-US', + ], + 128 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 168, + 'language_id' => 2, + 'name' => 'Ut mollis sodales nibh', + 'real_translation' => 'eng-US', + ], + 129 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 169, + 'language_id' => 2, + 'name' => 'Nam risus leo', + 'real_translation' => 'eng-US', + ], + 130 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 170, + 'language_id' => 2, + 'name' => 'Wiki', + 'real_translation' => 'eng-US', + ], + 131 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 171, + 'language_id' => 2, + 'name' => 'Sed suscipit', + 'real_translation' => 'eng-US', + ], + 132 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 172, + 'language_id' => 2, + 'name' => 'Ut interdum', + 'real_translation' => 'eng-US', + ], + 133 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 173, + 'language_id' => 2, + 'name' => 'Fusce pulvinar', + 'real_translation' => 'eng-US', + ], + 134 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 174, + 'language_id' => 2, + 'name' => 'Duis id tortor', + 'real_translation' => 'eng-US', + ], + 135 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 175, + 'language_id' => 2, + 'name' => 'Curabitur lacinia', + 'real_translation' => 'eng-US', + ], + 136 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 176, + 'language_id' => 2, + 'name' => 'Pictures', + 'real_translation' => 'eng-US', + ], + 137 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 177, + 'language_id' => 2, + 'name' => 'Ivo on ibexa tags', + 'real_translation' => 'eng-US', + ], + 138 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 178, + 'language_id' => 2, + 'name' => 'Are you ready for the Community day?', + 'real_translation' => 'eng-US', + ], + 139 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 179, + 'language_id' => 2, + 'name' => 'Let\'s work together!', + 'real_translation' => 'eng-US', + ], + 140 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 180, + 'language_id' => 2, + 'name' => 'The Mediterranean seen from Nice!', + 'real_translation' => 'eng-US', + ], + 141 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 181, + 'language_id' => 2, + 'name' => 'Hotel lobby at Isola2000', + 'real_translation' => 'eng-US', + ], + 142 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 182, + 'language_id' => 2, + 'name' => 'Alexander on the past, Gaby on today and tomorrow', - 'real_translation' => 'eng-US', - ], - 143 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 183, - 'language_id' => 2, - 'name' => 'Isola2000 in white - beautiful skiing!', - 'real_translation' => 'eng-US', - ], - 144 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 184, - 'language_id' => 2, - 'name' => 'CEO future pitch - Adaptable, + 'real_translation' => 'eng-US', + ], + 143 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 183, + 'language_id' => 2, + 'name' => 'Isola2000 in white - beautiful skiing!', + 'real_translation' => 'eng-US', + ], + 144 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 184, + 'language_id' => 2, + 'name' => 'CEO future pitch - Adaptable, open, reliable!', - 'real_translation' => 'eng-US', - ], - 145 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 185, - 'language_id' => 2, - 'name' => 'Blog', - 'real_translation' => 'eng-US', - ], - 146 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 186, - 'language_id' => 2, - 'name' => 'Visit Paris', - 'real_translation' => 'eng-US', - ], - 147 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 187, - 'language_id' => 2, - 'name' => 'Paris in France', - 'real_translation' => 'eng-US', - ], - 148 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 188, - 'language_id' => 3, - 'name' => 'Company', - 'real_translation' => 'eng-US', - ], - 149 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 189, - 'language_id' => 3, - 'name' => 'About company', - 'real_translation' => 'eng-US', - ], - 150 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 190, - 'language_id' => 3, - 'name' => 'New features', - 'real_translation' => 'eng-US', - ], - 151 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 191, - 'language_id' => 2, - 'name' => 'Separate content & design in Ibexa', - 'real_translation' => 'eng-US', - ], - 152 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 192, - 'language_id' => 2, - 'name' => 'separation_of_content_and_design', - 'real_translation' => 'eng-US', - ], - 153 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 193, - 'language_id' => 2, - 'name' => 'How to use Ibexa', - 'real_translation' => 'eng-US', - ], - 154 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 194, - 'language_id' => 2, - 'name' => 'openoffice_import_large', - 'real_translation' => 'eng-US', - ], - 155 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 195, - 'language_id' => 2, - 'name' => 'translation_large', - 'real_translation' => 'eng-US', - ], - 156 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 196, - 'language_id' => 2, - 'name' => 'multiupload_large', - 'real_translation' => 'eng-US', - ], - 157 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 197, - 'language_id' => 2, - 'name' => 'gallery_large', - 'real_translation' => 'eng-US', - ], - 158 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 198, - 'language_id' => 2, - 'name' => 'search_result_large', - 'real_translation' => 'eng-US', - ], - 159 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 199, - 'language_id' => 2, - 'name' => 'ez_tool_bar_large', - 'real_translation' => 'eng-US', - ], - 160 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 200, - 'language_id' => 2, - 'name' => 'quicktime_large', - 'real_translation' => 'eng-US', - ], - 161 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 201, - 'language_id' => 2, - 'name' => 'web_2_0_large', - 'real_translation' => 'eng-US', - ], - 162 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 202, - 'language_id' => 2, - 'name' => 'How to manage Ibexa', - 'real_translation' => 'eng-US', - ], - 163 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 203, - 'language_id' => 2, - 'name' => 'usermanagement_large', - 'real_translation' => 'eng-US', - ], - 164 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 204, - 'language_id' => 2, - 'name' => 'workflow_large', - 'real_translation' => 'eng-US', - ], - 165 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 205, - 'language_id' => 2, - 'name' => 'versioning_large', - 'real_translation' => 'eng-US', - ], - 166 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 206, - 'language_id' => 2, - 'name' => 'datatypes_attributes_content_class_and_objects_large', - 'real_translation' => 'eng-US', - ], - 167 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 207, - 'language_id' => 2, - 'name' => 'multiple_location_large', - 'real_translation' => 'eng-US', - ], - 168 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 208, - 'language_id' => 2, - 'name' => 'multisite_deployment_large', - 'real_translation' => 'eng-US', - ], - 169 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 209, - 'language_id' => 2, - 'name' => 'seo_large', - 'real_translation' => 'eng-US', - ], - 170 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 210, - 'language_id' => 2, - 'name' => 'admin_site_large', - 'real_translation' => 'eng-US', - ], - 171 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 211, - 'language_id' => 2, - 'name' => 'How to develop with Ibexa', - 'real_translation' => 'eng-US', - ], - 172 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 212, - 'language_id' => 2, - 'name' => 'datatypes_attributes_content_class_and_objects_large', - 'real_translation' => 'eng-US', - ], - 173 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 213, - 'language_id' => 2, - 'name' => 'site_style_large', - 'real_translation' => 'eng-US', - ], - 174 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 214, - 'language_id' => 2, - 'name' => 'REST API interface', - 'real_translation' => 'eng-US', - ], - 175 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 215, - 'language_id' => 2, - 'name' => 'Asynchronous Publishing', - 'real_translation' => 'eng-US', - ], - 176 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 216, - 'language_id' => 2, - 'name' => 'Canonical links', - 'real_translation' => 'eng-US', - ], - 177 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 217, - 'language_id' => 2, - 'name' => 'Support for Red Hat Enterprise', - 'real_translation' => 'eng-US', - ], - 178 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 218, - 'language_id' => 2, - 'name' => 'FastCGI', - 'real_translation' => 'eng-US', - ], - 179 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 219, - 'language_id' => 2, - 'name' => 'Events', - 'real_translation' => 'eng-US', - ], - 180 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 220, - 'language_id' => 3, - 'name' => 'Career', - 'real_translation' => 'eng-US', - ], - 181 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 221, - 'language_id' => 3, - 'name' => 'Investors Relation', - 'real_translation' => 'eng-US', - ], - 182 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 222, - 'language_id' => 2, - 'name' => 'Contact', - 'real_translation' => 'eng-US', - ], - 183 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 223, - 'language_id' => 2, - 'name' => 'Morbi neque', - 'real_translation' => 'eng-US', - ], - 184 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 224, - 'language_id' => 3, - 'name' => 'Company banner', - 'real_translation' => 'eng-US', - ], - 185 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 225, - 'language_id' => 3, - 'name' => 'Partners', - 'real_translation' => 'eng-US', - ], - 186 => [ - 'content_translation' => 'eng-US', - 'content_version' => 2, - 'contentobject_id' => 225, - 'language_id' => 3, - 'name' => 'Partners', - 'real_translation' => 'eng-US', - ], - 187 => [ - 'content_translation' => 'eng-US', - 'content_version' => 1, - 'contentobject_id' => 226, - 'language_id' => 3, - 'name' => 'Something', - 'real_translation' => 'eng-US', - ], - 188 => [ - 'content_translation' => 'eng-US', - 'content_version' => 2, - 'contentobject_id' => 226, - 'language_id' => 3, - 'name' => 'Something', - 'real_translation' => 'eng-US', - ], - 189 => [ - 'content_translation' => 'eng-GB', - 'content_version' => 2, - 'contentobject_id' => 226, - 'language_id' => 4, - 'name' => 'Something', - 'real_translation' => 'eng-GB', - ], - 190 => [ - 'content_translation' => 'eng-US', - 'content_version' => 2, - 'contentobject_id' => 166, - 'language_id' => 2, - 'name' => 'Forum', - 'real_translation' => 'eng-US', + 'real_translation' => 'eng-US', + ], + 145 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 185, + 'language_id' => 2, + 'name' => 'Blog', + 'real_translation' => 'eng-US', + ], + 146 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 186, + 'language_id' => 2, + 'name' => 'Visit Paris', + 'real_translation' => 'eng-US', + ], + 147 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 187, + 'language_id' => 2, + 'name' => 'Paris in France', + 'real_translation' => 'eng-US', + ], + 148 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 188, + 'language_id' => 3, + 'name' => 'Company', + 'real_translation' => 'eng-US', + ], + 149 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 189, + 'language_id' => 3, + 'name' => 'About company', + 'real_translation' => 'eng-US', + ], + 150 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 190, + 'language_id' => 3, + 'name' => 'New features', + 'real_translation' => 'eng-US', + ], + 151 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 191, + 'language_id' => 2, + 'name' => 'Separate content & design in Ibexa', + 'real_translation' => 'eng-US', + ], + 152 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 192, + 'language_id' => 2, + 'name' => 'separation_of_content_and_design', + 'real_translation' => 'eng-US', + ], + 153 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 193, + 'language_id' => 2, + 'name' => 'How to use Ibexa', + 'real_translation' => 'eng-US', + ], + 154 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 194, + 'language_id' => 2, + 'name' => 'openoffice_import_large', + 'real_translation' => 'eng-US', + ], + 155 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 195, + 'language_id' => 2, + 'name' => 'translation_large', + 'real_translation' => 'eng-US', + ], + 156 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 196, + 'language_id' => 2, + 'name' => 'multiupload_large', + 'real_translation' => 'eng-US', + ], + 157 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 197, + 'language_id' => 2, + 'name' => 'gallery_large', + 'real_translation' => 'eng-US', + ], + 158 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 198, + 'language_id' => 2, + 'name' => 'search_result_large', + 'real_translation' => 'eng-US', + ], + 159 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 199, + 'language_id' => 2, + 'name' => 'ez_tool_bar_large', + 'real_translation' => 'eng-US', + ], + 160 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 200, + 'language_id' => 2, + 'name' => 'quicktime_large', + 'real_translation' => 'eng-US', + ], + 161 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 201, + 'language_id' => 2, + 'name' => 'web_2_0_large', + 'real_translation' => 'eng-US', + ], + 162 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 202, + 'language_id' => 2, + 'name' => 'How to manage Ibexa', + 'real_translation' => 'eng-US', + ], + 163 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 203, + 'language_id' => 2, + 'name' => 'usermanagement_large', + 'real_translation' => 'eng-US', + ], + 164 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 204, + 'language_id' => 2, + 'name' => 'workflow_large', + 'real_translation' => 'eng-US', + ], + 165 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 205, + 'language_id' => 2, + 'name' => 'versioning_large', + 'real_translation' => 'eng-US', + ], + 166 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 206, + 'language_id' => 2, + 'name' => 'datatypes_attributes_content_class_and_objects_large', + 'real_translation' => 'eng-US', + ], + 167 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 207, + 'language_id' => 2, + 'name' => 'multiple_location_large', + 'real_translation' => 'eng-US', + ], + 168 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 208, + 'language_id' => 2, + 'name' => 'multisite_deployment_large', + 'real_translation' => 'eng-US', + ], + 169 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 209, + 'language_id' => 2, + 'name' => 'seo_large', + 'real_translation' => 'eng-US', + ], + 170 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 210, + 'language_id' => 2, + 'name' => 'admin_site_large', + 'real_translation' => 'eng-US', + ], + 171 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 211, + 'language_id' => 2, + 'name' => 'How to develop with Ibexa', + 'real_translation' => 'eng-US', + ], + 172 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 212, + 'language_id' => 2, + 'name' => 'datatypes_attributes_content_class_and_objects_large', + 'real_translation' => 'eng-US', + ], + 173 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 213, + 'language_id' => 2, + 'name' => 'site_style_large', + 'real_translation' => 'eng-US', + ], + 174 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 214, + 'language_id' => 2, + 'name' => 'REST API interface', + 'real_translation' => 'eng-US', + ], + 175 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 215, + 'language_id' => 2, + 'name' => 'Asynchronous Publishing', + 'real_translation' => 'eng-US', + ], + 176 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 216, + 'language_id' => 2, + 'name' => 'Canonical links', + 'real_translation' => 'eng-US', + ], + 177 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 217, + 'language_id' => 2, + 'name' => 'Support for Red Hat Enterprise', + 'real_translation' => 'eng-US', + ], + 178 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 218, + 'language_id' => 2, + 'name' => 'FastCGI', + 'real_translation' => 'eng-US', + ], + 179 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 219, + 'language_id' => 2, + 'name' => 'Events', + 'real_translation' => 'eng-US', + ], + 180 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 220, + 'language_id' => 3, + 'name' => 'Career', + 'real_translation' => 'eng-US', + ], + 181 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 221, + 'language_id' => 3, + 'name' => 'Investors Relation', + 'real_translation' => 'eng-US', + ], + 182 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 222, + 'language_id' => 2, + 'name' => 'Contact', + 'real_translation' => 'eng-US', + ], + 183 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 223, + 'language_id' => 2, + 'name' => 'Morbi neque', + 'real_translation' => 'eng-US', + ], + 184 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 224, + 'language_id' => 3, + 'name' => 'Company banner', + 'real_translation' => 'eng-US', + ], + 185 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 225, + 'language_id' => 3, + 'name' => 'Partners', + 'real_translation' => 'eng-US', + ], + 186 => [ + 'content_translation' => 'eng-US', + 'content_version' => 2, + 'contentobject_id' => 225, + 'language_id' => 3, + 'name' => 'Partners', + 'real_translation' => 'eng-US', + ], + 187 => [ + 'content_translation' => 'eng-US', + 'content_version' => 1, + 'contentobject_id' => 226, + 'language_id' => 3, + 'name' => 'Something', + 'real_translation' => 'eng-US', + ], + 188 => [ + 'content_translation' => 'eng-US', + 'content_version' => 2, + 'contentobject_id' => 226, + 'language_id' => 3, + 'name' => 'Something', + 'real_translation' => 'eng-US', + ], + 189 => [ + 'content_translation' => 'eng-GB', + 'content_version' => 2, + 'contentobject_id' => 226, + 'language_id' => 4, + 'name' => 'Something', + 'real_translation' => 'eng-GB', + ], + 190 => [ + 'content_translation' => 'eng-US', + 'content_version' => 2, + 'contentobject_id' => 166, + 'language_id' => 2, + 'name' => 'Forum', + 'real_translation' => 'eng-US', + ], ], - ], ]; diff --git a/tests/lib/Persistence/Legacy/Content/_fixtures/extract_content_from_rows_multiple_versions.php b/tests/lib/Persistence/Legacy/Content/_fixtures/extract_content_from_rows_multiple_versions.php index b4b7aa583b..2125d3b1f8 100644 --- a/tests/lib/Persistence/Legacy/Content/_fixtures/extract_content_from_rows_multiple_versions.php +++ b/tests/lib/Persistence/Legacy/Content/_fixtures/extract_content_from_rows_multiple_versions.php @@ -5,140 +5,140 @@ * @license For full copyright and license information view LICENSE file distributed with this source code. */ return [ - 0 => [ - 'content_id' => '11', - 'content_content_type_id' => '3', - 'content_section_id' => '2', - 'content_owner_id' => '14', - 'content_remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', - 'content_current_version' => '2', - 'content_initial_language_id' => '2', - 'content_modified' => '1311154215', - 'content_published' => '1033920746', - 'content_status' => '1', - 'content_version_id' => '439', - 'content_name' => 'Members', - 'content_language_mask' => '3', - 'content_version_version' => '1', - 'content_version_modified' => '1033920746', - 'content_version_creator_id' => '14', - 'content_version_created' => '1033920737', - 'content_version_status' => '3', - 'content_version_language_mask' => '3', - 'content_version_initial_language_id' => '2', - 'content_field_id' => '22', - 'content_field_content_type_field_definition_id' => '6', - 'content_field_data_type_string' => 'ibexa_string', - 'content_field_language_code' => 'eng-US', - 'content_field_language_id' => '3', - 'content_field_data_float' => '0.0', - 'content_field_data_int' => '0', - 'content_field_data_text' => 'Guest accounts', - 'content_field_sort_key_int' => '0', - 'content_field_sort_key_string' => '', - 'content_tree_main_node_id' => '12', - 'content_is_hidden' => '0', - ], - 1 => [ - 'content_id' => '11', - 'content_content_type_id' => '3', - 'content_section_id' => '2', - 'content_owner_id' => '14', - 'content_remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', - 'content_current_version' => '2', - 'content_initial_language_id' => '2', - 'content_modified' => '1311154215', - 'content_published' => '1033920746', - 'content_status' => '1', - 'content_version_id' => '439', - 'content_name' => 'Members', - 'content_language_mask' => '3', - 'content_version_version' => '1', - 'content_version_modified' => '1033920746', - 'content_version_creator_id' => '14', - 'content_version_created' => '1033920737', - 'content_version_status' => '3', - 'content_version_language_mask' => '3', - 'content_version_initial_language_id' => '2', - 'content_field_id' => '23', - 'content_field_content_type_field_definition_id' => '7', - 'content_field_data_type_string' => 'ibexa_string', - 'content_field_language_code' => 'eng-US', - 'content_field_language_id' => '3', - 'content_field_data_float' => '0.0', - 'content_field_data_int' => '0', - 'content_field_data_text' => '', - 'content_field_sort_key_int' => '0', - 'content_field_sort_key_string' => '', - 'content_tree_main_node_id' => '12', - 'content_is_hidden' => '0', - ], - 2 => [ - 'content_id' => '11', - 'content_content_type_id' => '3', - 'content_section_id' => '2', - 'content_owner_id' => '14', - 'content_remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', - 'content_current_version' => '2', - 'content_initial_language_id' => '2', - 'content_modified' => '1311154215', - 'content_published' => '1033920746', - 'content_status' => '1', - 'content_version_id' => '674', - 'content_name' => 'Members', - 'content_language_mask' => '3', - 'content_version_version' => '2', - 'content_version_modified' => '1311154215', - 'content_version_creator_id' => '14', - 'content_version_created' => '1311154215', - 'content_version_status' => '1', - 'content_version_language_mask' => '3', - 'content_version_initial_language_id' => '2', - 'content_field_id' => '22', - 'content_field_content_type_field_definition_id' => '6', - 'content_field_data_type_string' => 'ibexa_string', - 'content_field_language_code' => 'eng-US', - 'content_field_language_id' => '3', - 'content_field_data_float' => '0.0', - 'content_field_data_int' => '0', - 'content_field_data_text' => 'Members', - 'content_field_sort_key_int' => '0', - 'content_field_sort_key_string' => 'members', - 'content_tree_main_node_id' => '12', - 'content_is_hidden' => '0', - ], - 3 => [ - 'content_id' => '11', - 'content_content_type_id' => '3', - 'content_section_id' => '2', - 'content_owner_id' => '14', - 'content_remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', - 'content_current_version' => '2', - 'content_initial_language_id' => '2', - 'content_modified' => '1311154215', - 'content_published' => '1033920746', - 'content_status' => '1', - 'content_version_id' => '674', - 'content_name' => 'Members', - 'content_language_mask' => '3', - 'content_version_version' => '2', - 'content_version_modified' => '1311154215', - 'content_version_creator_id' => '14', - 'content_version_created' => '1311154215', - 'content_version_status' => '1', - 'content_version_language_mask' => '3', - 'content_version_initial_language_id' => '2', - 'content_field_id' => '23', - 'content_field_content_type_field_definition_id' => '7', - 'content_field_data_type_string' => 'ibexa_string', - 'content_field_language_code' => 'eng-US', - 'content_field_language_id' => '3', - 'content_field_data_float' => '0.0', - 'content_field_data_int' => '0', - 'content_field_data_text' => '', - 'content_field_sort_key_int' => '0', - 'content_field_sort_key_string' => '', - 'content_tree_main_node_id' => '12', - 'content_is_hidden' => '0', - ], + 0 => [ + 'content_id' => '11', + 'content_content_type_id' => '3', + 'content_section_id' => '2', + 'content_owner_id' => '14', + 'content_remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', + 'content_current_version' => '2', + 'content_initial_language_id' => '2', + 'content_modified' => '1311154215', + 'content_published' => '1033920746', + 'content_status' => '1', + 'content_version_id' => '439', + 'content_name' => 'Members', + 'content_language_mask' => '3', + 'content_version_version' => '1', + 'content_version_modified' => '1033920746', + 'content_version_creator_id' => '14', + 'content_version_created' => '1033920737', + 'content_version_status' => '3', + 'content_version_language_mask' => '3', + 'content_version_initial_language_id' => '2', + 'content_field_id' => '22', + 'content_field_content_type_field_definition_id' => '6', + 'content_field_data_type_string' => 'ibexa_string', + 'content_field_language_code' => 'eng-US', + 'content_field_language_id' => '3', + 'content_field_data_float' => '0.0', + 'content_field_data_int' => '0', + 'content_field_data_text' => 'Guest accounts', + 'content_field_sort_key_int' => '0', + 'content_field_sort_key_string' => '', + 'content_tree_main_node_id' => '12', + 'content_is_hidden' => '0', + ], + 1 => [ + 'content_id' => '11', + 'content_content_type_id' => '3', + 'content_section_id' => '2', + 'content_owner_id' => '14', + 'content_remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', + 'content_current_version' => '2', + 'content_initial_language_id' => '2', + 'content_modified' => '1311154215', + 'content_published' => '1033920746', + 'content_status' => '1', + 'content_version_id' => '439', + 'content_name' => 'Members', + 'content_language_mask' => '3', + 'content_version_version' => '1', + 'content_version_modified' => '1033920746', + 'content_version_creator_id' => '14', + 'content_version_created' => '1033920737', + 'content_version_status' => '3', + 'content_version_language_mask' => '3', + 'content_version_initial_language_id' => '2', + 'content_field_id' => '23', + 'content_field_content_type_field_definition_id' => '7', + 'content_field_data_type_string' => 'ibexa_string', + 'content_field_language_code' => 'eng-US', + 'content_field_language_id' => '3', + 'content_field_data_float' => '0.0', + 'content_field_data_int' => '0', + 'content_field_data_text' => '', + 'content_field_sort_key_int' => '0', + 'content_field_sort_key_string' => '', + 'content_tree_main_node_id' => '12', + 'content_is_hidden' => '0', + ], + 2 => [ + 'content_id' => '11', + 'content_content_type_id' => '3', + 'content_section_id' => '2', + 'content_owner_id' => '14', + 'content_remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', + 'content_current_version' => '2', + 'content_initial_language_id' => '2', + 'content_modified' => '1311154215', + 'content_published' => '1033920746', + 'content_status' => '1', + 'content_version_id' => '674', + 'content_name' => 'Members', + 'content_language_mask' => '3', + 'content_version_version' => '2', + 'content_version_modified' => '1311154215', + 'content_version_creator_id' => '14', + 'content_version_created' => '1311154215', + 'content_version_status' => '1', + 'content_version_language_mask' => '3', + 'content_version_initial_language_id' => '2', + 'content_field_id' => '22', + 'content_field_content_type_field_definition_id' => '6', + 'content_field_data_type_string' => 'ibexa_string', + 'content_field_language_code' => 'eng-US', + 'content_field_language_id' => '3', + 'content_field_data_float' => '0.0', + 'content_field_data_int' => '0', + 'content_field_data_text' => 'Members', + 'content_field_sort_key_int' => '0', + 'content_field_sort_key_string' => 'members', + 'content_tree_main_node_id' => '12', + 'content_is_hidden' => '0', + ], + 3 => [ + 'content_id' => '11', + 'content_content_type_id' => '3', + 'content_section_id' => '2', + 'content_owner_id' => '14', + 'content_remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', + 'content_current_version' => '2', + 'content_initial_language_id' => '2', + 'content_modified' => '1311154215', + 'content_published' => '1033920746', + 'content_status' => '1', + 'content_version_id' => '674', + 'content_name' => 'Members', + 'content_language_mask' => '3', + 'content_version_version' => '2', + 'content_version_modified' => '1311154215', + 'content_version_creator_id' => '14', + 'content_version_created' => '1311154215', + 'content_version_status' => '1', + 'content_version_language_mask' => '3', + 'content_version_initial_language_id' => '2', + 'content_field_id' => '23', + 'content_field_content_type_field_definition_id' => '7', + 'content_field_data_type_string' => 'ibexa_string', + 'content_field_language_code' => 'eng-US', + 'content_field_language_id' => '3', + 'content_field_data_float' => '0.0', + 'content_field_data_int' => '0', + 'content_field_data_text' => '', + 'content_field_sort_key_int' => '0', + 'content_field_sort_key_string' => '', + 'content_tree_main_node_id' => '12', + 'content_is_hidden' => '0', + ], ]; diff --git a/tests/lib/Persistence/Legacy/Content/_fixtures/extract_names_from_rows.php b/tests/lib/Persistence/Legacy/Content/_fixtures/extract_names_from_rows.php index add0d1729c..7d1765260e 100644 --- a/tests/lib/Persistence/Legacy/Content/_fixtures/extract_names_from_rows.php +++ b/tests/lib/Persistence/Legacy/Content/_fixtures/extract_names_from_rows.php @@ -5,16 +5,16 @@ * @license For full copyright and license information view LICENSE file distributed with this source code. */ return [ - 0 => [ - 'content_name_contentobject_id' => '226', - 'content_name_content_version' => '2', - 'content_name_name' => 'Something', - 'content_name_content_translation' => 'eng-GB', - ], - 1 => [ - 'content_name_contentobject_id' => '226', - 'content_name_content_version' => '2', - 'content_name_name' => 'Something', - 'content_name_content_translation' => 'eng-US', - ], + 0 => [ + 'content_name_contentobject_id' => '226', + 'content_name_content_version' => '2', + 'content_name_name' => 'Something', + 'content_name_content_translation' => 'eng-GB', + ], + 1 => [ + 'content_name_contentobject_id' => '226', + 'content_name_content_version' => '2', + 'content_name_name' => 'Something', + 'content_name_content_translation' => 'eng-US', + ], ]; diff --git a/tests/lib/Persistence/Legacy/Content/_fixtures/extract_names_from_rows_multiple_versions.php b/tests/lib/Persistence/Legacy/Content/_fixtures/extract_names_from_rows_multiple_versions.php index 40037795b3..c8d9772a70 100644 --- a/tests/lib/Persistence/Legacy/Content/_fixtures/extract_names_from_rows_multiple_versions.php +++ b/tests/lib/Persistence/Legacy/Content/_fixtures/extract_names_from_rows_multiple_versions.php @@ -5,16 +5,16 @@ * @license For full copyright and license information view LICENSE file distributed with this source code. */ return [ - 0 => [ - 'content_name_contentobject_id' => '11', - 'content_name_content_version' => '1', - 'content_name_name' => 'Guest accounts', - 'content_name_content_translation' => 'eng-US', - ], - 1 => [ - 'content_name_contentobject_id' => '11', - 'content_name_content_version' => '2', - 'content_name_name' => 'Members', - 'content_name_content_translation' => 'eng-US', - ], + 0 => [ + 'content_name_contentobject_id' => '11', + 'content_name_content_version' => '1', + 'content_name_name' => 'Guest accounts', + 'content_name_content_translation' => 'eng-US', + ], + 1 => [ + 'content_name_contentobject_id' => '11', + 'content_name_content_version' => '2', + 'content_name_name' => 'Members', + 'content_name_content_translation' => 'eng-US', + ], ]; diff --git a/tests/lib/Persistence/Legacy/FieldValue/Converter/ImageConverterTest.php b/tests/lib/Persistence/Legacy/FieldValue/Converter/ImageConverterTest.php index 7d25304b03..4bb5e7a6bc 100644 --- a/tests/lib/Persistence/Legacy/FieldValue/Converter/ImageConverterTest.php +++ b/tests/lib/Persistence/Legacy/FieldValue/Converter/ImageConverterTest.php @@ -14,18 +14,19 @@ use Ibexa\Core\IO\Values\BinaryFile; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\ImageConverter; use Ibexa\Core\Persistence\Legacy\Content\StorageFieldValue; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Symfony\Bridge\PhpUnit\ClockMock; final class ImageConverterTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\Converter\ImageConverter */ + /** @var ImageConverter */ private $imageConverter; - /** @var \Ibexa\Core\IO\UrlRedecoratorInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var UrlRedecoratorInterface|MockObject */ private $urlRedecorator; - /** @var \Ibexa\Core\IO\IOServiceInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var IOServiceInterface|MockObject */ private $ioService; protected function setUp(): void @@ -42,8 +43,10 @@ protected function setUp(): void /** * @dataProvider fieldValueToXmlProvider */ - public function testToStorageValue(FieldValue $fieldValue, string $expectedXml): void - { + public function testToStorageValue( + FieldValue $fieldValue, + string $expectedXml + ): void { ClockMock::register(ImageConverter::class); ClockMock::withClockMock(true); @@ -135,8 +138,10 @@ public function fieldValueToXmlProvider(): array /** * @dataProvider xmlToFieldValueProvider */ - public function testToFieldValue(string $xml, FieldValue $expectedFieldValue): void - { + public function testToFieldValue( + string $xml, + FieldValue $expectedFieldValue + ): void { ClockMock::register(ImageConverter::class); ClockMock::withClockMock(true); @@ -169,7 +174,7 @@ public function xmlToFieldValueProvider(): array return [ 'with_additional_data' => [ -<<< XML + <<< XML [ -<<< XML + <<< XML * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ private function loadNotification(int $id): array { diff --git a/tests/lib/Persistence/Legacy/Notification/HandlerTest.php b/tests/lib/Persistence/Legacy/Notification/HandlerTest.php index 0c85dc9867..87600f14bb 100644 --- a/tests/lib/Persistence/Legacy/Notification/HandlerTest.php +++ b/tests/lib/Persistence/Legacy/Notification/HandlerTest.php @@ -17,6 +17,7 @@ use Ibexa\Core\Persistence\Legacy\Notification\Gateway; use Ibexa\Core\Persistence\Legacy\Notification\Handler; use Ibexa\Core\Persistence\Legacy\Notification\Mapper; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -26,13 +27,13 @@ class HandlerTest extends TestCase { public const NOTIFICATION_ID = 1; - /** @var \Ibexa\Core\Persistence\Legacy\Notification\Gateway|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Gateway|MockObject */ private $gateway; - /** @var \Ibexa\Core\Persistence\Legacy\Notification\Mapper|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Mapper|MockObject */ private $mapper; - /** @var \Ibexa\Core\Persistence\Legacy\Notification\Handler */ + /** @var Handler */ private $handler; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Notification/MapperTest.php b/tests/lib/Persistence/Legacy/Notification/MapperTest.php index 9925250d1b..ea55ce9a0e 100644 --- a/tests/lib/Persistence/Legacy/Notification/MapperTest.php +++ b/tests/lib/Persistence/Legacy/Notification/MapperTest.php @@ -18,7 +18,7 @@ */ class MapperTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Notification\Mapper */ + /** @var Mapper */ private $mapper; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/Setting/SettingHandlerTest.php b/tests/lib/Persistence/Legacy/Setting/SettingHandlerTest.php index 32feb226b5..8140f3f5dd 100644 --- a/tests/lib/Persistence/Legacy/Setting/SettingHandlerTest.php +++ b/tests/lib/Persistence/Legacy/Setting/SettingHandlerTest.php @@ -19,10 +19,10 @@ */ final class SettingHandlerTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Setting\Handler */ + /** @var Handler */ private $settingHandler; - /** @var \Ibexa\Core\Persistence\Legacy\Setting\Gateway */ + /** @var Gateway */ private $gatewayMock; public function testCreate(): void @@ -103,7 +103,7 @@ public function testCreateFailsToLoad(): void } /** - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ public function testUpdate(): void { @@ -185,7 +185,7 @@ public function testUpdateFailsToLoad(): void } /** - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ public function testLoad(): void { @@ -222,7 +222,7 @@ public function testLoad(): void } /** - * @throws \Ibexa\Core\Base\Exceptions\NotFoundException + * @throws NotFoundException */ public function testLoadFailsToLoad(): void { @@ -281,7 +281,7 @@ protected function getSettingHandler(): Handler } /** - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Persistence\Legacy\Setting\Gateway + * @return MockObject|Gateway */ protected function getGatewayMock(): MockObject { diff --git a/tests/lib/Persistence/Legacy/SharedGateway/GatewayFactoryTest.php b/tests/lib/Persistence/Legacy/SharedGateway/GatewayFactoryTest.php index a3e5d4e8e5..fff3ebd814 100644 --- a/tests/lib/Persistence/Legacy/SharedGateway/GatewayFactoryTest.php +++ b/tests/lib/Persistence/Legacy/SharedGateway/GatewayFactoryTest.php @@ -9,10 +9,13 @@ namespace Ibexa\Tests\Core\Persistence\Legacy\SharedGateway; use Doctrine\DBAL\Connection; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\Platforms; +use Doctrine\DBAL\Platforms\AbstractPlatform; use Ibexa\Core\Persistence\Legacy\SharedGateway\DatabasePlatform\FallbackGateway; use Ibexa\Core\Persistence\Legacy\SharedGateway\DatabasePlatform\SqliteGateway; use Ibexa\Core\Persistence\Legacy\SharedGateway\GatewayFactory; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use Traversable; @@ -21,11 +24,11 @@ */ final class GatewayFactoryTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\SharedGateway\GatewayFactory */ + /** @var GatewayFactory */ private $factory; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function setUp(): void { @@ -42,10 +45,10 @@ public function setUp(): void /** * @dataProvider getTestBuildSharedGatewayData * - * @param \Doctrine\DBAL\Connection $connectionMock + * @param Connection $connectionMock * @param string $expectedInstance * - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ public function testBuildSharedGateway( Connection $connectionMock, @@ -58,7 +61,7 @@ public function testBuildSharedGateway( } /** - * @return \Doctrine\DBAL\Connection[]|\PHPUnit\Framework\MockObject\MockObject[]|\Traversable + * @return Connection[]|MockObject[]|Traversable */ public function getTestBuildSharedGatewayData(): Traversable { @@ -71,7 +74,7 @@ public function getTestBuildSharedGatewayData(): Traversable foreach ($databasePlatformGatewayPairs as $databasePlatformGatewayPair) { [$databasePlatform, $sharedGateway] = $databasePlatformGatewayPair; - /** @var \Doctrine\DBAL\Platforms\AbstractPlatform $databasePlatform */ + /** @var AbstractPlatform $databasePlatform */ $connectionMock = $this ->createMock(Connection::class); $connectionMock diff --git a/tests/lib/Persistence/Legacy/TestCase.php b/tests/lib/Persistence/Legacy/TestCase.php index f3e006b230..95fc5ca6ae 100644 --- a/tests/lib/Persistence/Legacy/TestCase.php +++ b/tests/lib/Persistence/Legacy/TestCase.php @@ -10,14 +10,17 @@ use Doctrine\Common\EventManager as DoctrineEventManager; use Doctrine\DBAL\Connection; use Doctrine\DBAL\ConnectionException; +use Doctrine\DBAL\Exception; use Doctrine\DBAL\Exception as DBALException; use Doctrine\DBAL\Platforms\SqlitePlatform; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Test\IbexaKernelTestCase; use Ibexa\Contracts\Core\Test\Persistence\Fixture\FileFixtureFactory; use Ibexa\Contracts\Core\Test\Persistence\Fixture\FixtureImporter; use Ibexa\Contracts\Core\Test\Persistence\Fixture\YamlFixture; use Ibexa\Contracts\Core\Test\Repository\SetupFactory\Legacy; use Ibexa\Core\Persistence\Legacy\SharedGateway; +use Ibexa\Core\Persistence\Legacy\SharedGateway\Gateway; use Ibexa\Core\Search\Legacy\Content; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriteriaConverter; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler; @@ -55,11 +58,11 @@ abstract class TestCase extends BaseTestCase * * @internal * - * @var \Doctrine\DBAL\Connection + * @var Connection */ protected $connection; - /** @var \Ibexa\Core\Persistence\Legacy\SharedGateway\Gateway */ + /** @var Gateway */ private $sharedGateway; /** @@ -106,9 +109,9 @@ final public function getDatabaseConnection(): Connection } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ - final public function getSharedGateway(): SharedGateway\Gateway + final public function getSharedGateway(): Gateway { if (!$this->sharedGateway) { $connection = $this->getDatabaseConnection(); @@ -241,8 +244,10 @@ public static function assertQueryResult( * @param array $properties * @param object $object */ - protected function assertPropertiesCorrect(array $properties, $object) - { + protected function assertPropertiesCorrect( + array $properties, + $object + ) { if (!is_object($object)) { throw new InvalidArgumentException( 'Received ' . gettype($object) . ' instead of object as second parameter' @@ -305,7 +310,7 @@ static function ($prop): string { } /** - * @deprecated since Ibexa 4.0, rewrite test case to use {@see \Ibexa\Contracts\Core\Test\IbexaKernelTestCase} instead. + * @deprecated since Ibexa 4.0, rewrite test case to use {@see IbexaKernelTestCase} instead. * * @return string */ diff --git a/tests/lib/Persistence/Legacy/TransactionHandlerTest.php b/tests/lib/Persistence/Legacy/TransactionHandlerTest.php index 98ae8e3372..332285f5ed 100644 --- a/tests/lib/Persistence/Legacy/TransactionHandlerTest.php +++ b/tests/lib/Persistence/Legacy/TransactionHandlerTest.php @@ -9,9 +9,11 @@ use Doctrine\DBAL\Connection; use Exception; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; use Ibexa\Core\Persistence\Legacy\Content\Language\CachingHandler; use Ibexa\Core\Persistence\Legacy\Content\Type\MemoryCachingHandler; use Ibexa\Core\Persistence\Legacy\TransactionHandler; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -22,17 +24,17 @@ class TransactionHandlerTest extends TestCase /** * Transaction handler to test. * - * @var \Ibexa\Core\Persistence\Legacy\TransactionHandler + * @var TransactionHandler */ protected $transactionHandler; - /** @var \Doctrine\DBAL\Connection|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Connection|MockObject */ protected $connectionMock; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ protected $contentTypeHandlerMock; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var \Ibexa\Contracts\Core\Persistence\Content\Language\Handler|MockObject */ protected $languageHandlerMock; public function testBeginTransaction() @@ -126,7 +128,7 @@ public function testRollbackException() /** * Returns a mock object for the Content Gateway. * - * @return \Ibexa\Core\Persistence\Legacy\TransactionHandler + * @return TransactionHandler */ protected function getTransactionHandler() { @@ -142,7 +144,7 @@ protected function getTransactionHandler() } /** - * @return \Doctrine\DBAL\Connection|\PHPUnit\Framework\MockObject\MockObject + * @return Connection|MockObject */ protected function getConnectionMock(): Connection { @@ -156,7 +158,7 @@ protected function getConnectionMock(): Connection /** * Returns a mock object for the content type handler. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Type\MemoryCachingHandler|\PHPUnit\Framework\MockObject\MockObject + * @return MemoryCachingHandler|MockObject */ protected function getContentTypeHandlerMock() { @@ -170,7 +172,7 @@ protected function getContentTypeHandlerMock() /** * Returns a mock object for the Content Language Gateway. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Language\CachingHandler|\PHPUnit\Framework\MockObject\MockObject + * @return CachingHandler|MockObject */ protected function getLanguageHandlerMock() { diff --git a/tests/lib/Persistence/Legacy/URL/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/URL/Gateway/DoctrineDatabaseTest.php index 0b59dbf9d9..9d683adb88 100644 --- a/tests/lib/Persistence/Legacy/URL/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/URL/Gateway/DoctrineDatabaseTest.php @@ -22,7 +22,7 @@ class DoctrineDatabaseTest extends TestCase /** * Database gateway to test. * - * @var \Ibexa\Core\Persistence\Legacy\URL\Gateway\DoctrineDatabase + * @var DoctrineDatabase */ private $gateway; diff --git a/tests/lib/Persistence/Legacy/URL/HandlerTest.php b/tests/lib/Persistence/Legacy/URL/HandlerTest.php index bcf3201ffc..fcaf195833 100644 --- a/tests/lib/Persistence/Legacy/URL/HandlerTest.php +++ b/tests/lib/Persistence/Legacy/URL/HandlerTest.php @@ -16,17 +16,18 @@ use Ibexa\Core\Persistence\Legacy\URL\Gateway; use Ibexa\Core\Persistence\Legacy\URL\Handler; use Ibexa\Core\Persistence\Legacy\URL\Mapper; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class HandlerTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\URL\Gateway|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Gateway|MockObject */ private $gateway; - /** @var \Ibexa\Core\Persistence\Legacy\URL\Mapper|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Mapper|MockObject */ private $mapper; - /** @var \Ibexa\Core\Persistence\Legacy\URL\Handler */ + /** @var Handler */ private $handler; protected function setUp(): void @@ -192,8 +193,10 @@ public function testFindUsages() self::assertEquals($ids, $this->handler->findUsages($url->id)); } - private function getUrl($id = 1, $urlAddr = 'http://ibexa.co') - { + private function getUrl( + $id = 1, + $urlAddr = 'http://ibexa.co' + ) { $url = new URL(); $url->id = $id; $url->url = $url; diff --git a/tests/lib/Persistence/Legacy/URL/MapperTest.php b/tests/lib/Persistence/Legacy/URL/MapperTest.php index c60cd23725..9379ed98bb 100644 --- a/tests/lib/Persistence/Legacy/URL/MapperTest.php +++ b/tests/lib/Persistence/Legacy/URL/MapperTest.php @@ -14,7 +14,7 @@ class MapperTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\URL\Mapper */ + /** @var Mapper */ private $mapper; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/URL/Query/CriteriaConverterTest.php b/tests/lib/Persistence/Legacy/URL/Query/CriteriaConverterTest.php index 14f4d05609..3c2ddf16ee 100644 --- a/tests/lib/Persistence/Legacy/URL/Query/CriteriaConverterTest.php +++ b/tests/lib/Persistence/Legacy/URL/Query/CriteriaConverterTest.php @@ -20,7 +20,7 @@ class CriteriaConverterTest extends TestCase { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function testConvertCriteriaSuccess(): void { @@ -69,7 +69,7 @@ public function testConvertCriteriaSuccess(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function testConvertCriteriaFailure(): void { diff --git a/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/CriterionHandlerTestCase.php b/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/CriterionHandlerTestCase.php index a5f0408987..d352ff6101 100644 --- a/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/CriterionHandlerTestCase.php +++ b/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/CriterionHandlerTestCase.php @@ -13,6 +13,7 @@ use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; use Ibexa\Core\Persistence\Legacy\URL\Query\CriteriaConverter; use Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; abstract class CriterionHandlerTestCase extends TestCase @@ -24,27 +25,31 @@ abstract public function testHandle(); /** * Check if critetion handler accepts specyfied criterion class. * - * @param \Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler $handler + * @param CriterionHandler $handler * @param string $criterionClass */ - protected function assertHandlerAcceptsCriterion(CriterionHandler $handler, $criterionClass) - { + protected function assertHandlerAcceptsCriterion( + CriterionHandler $handler, + $criterionClass + ) { self::assertTrue($handler->accept($this->createMock($criterionClass))); } /** * Check if critetion handler rejects specyfied criterion class. * - * @param \Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler $handler + * @param CriterionHandler $handler * @param string $criterionClass */ - protected function assertHandlerRejectsCriterion(CriterionHandler $handler, $criterionClass) - { + protected function assertHandlerRejectsCriterion( + CriterionHandler $handler, + $criterionClass + ) { self::assertFalse($handler->accept($this->createMock($criterionClass))); } /** - * @param \Doctrine\DBAL\Query\QueryBuilder|\PHPUnit\Framework\MockObject\MockObject $queryBuilder + * @param QueryBuilder|MockObject $queryBuilder */ protected function mockConverterForLogicalOperator( string $expressionType, diff --git a/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalAndTest.php b/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalAndTest.php index bb5a6ec69c..2065219b99 100644 --- a/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalAndTest.php +++ b/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalAndTest.php @@ -9,6 +9,7 @@ use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion\LogicalAnd; use Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler\LogicalAnd as LogicalAndHandler; @@ -29,7 +30,7 @@ public function testAccept() /** * {@inheritdoc} * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function testHandle(): void { diff --git a/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalNotTest.php b/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalNotTest.php index a5599e57ca..cbca2724e8 100644 --- a/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalNotTest.php +++ b/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalNotTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Persistence\Legacy\URL\Query\CriterionHandler; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion\LogicalNot; use Ibexa\Core\Persistence\Legacy\URL\Query\CriteriaConverter; @@ -29,7 +30,7 @@ public function testAccept() /** * {@inheritdoc} * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function testHandle(): void { diff --git a/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalOrTest.php b/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalOrTest.php index c1574ec0e4..32c831d093 100644 --- a/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalOrTest.php +++ b/tests/lib/Persistence/Legacy/URL/Query/CriterionHandler/LogicalOrTest.php @@ -9,6 +9,7 @@ use Doctrine\DBAL\Query\Expression\CompositeExpression; use Doctrine\DBAL\Query\QueryBuilder; +use Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\URL\Query\Criterion\LogicalOr; use Ibexa\Core\Persistence\Legacy\URL\Query\CriterionHandler\LogicalOr as LogicalOrHandler; @@ -29,7 +30,7 @@ public function testAccept() /** * {@inheritdoc} * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotImplementedException + * @throws NotImplementedException */ public function testHandle(): void { diff --git a/tests/lib/Persistence/Legacy/User/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/User/Gateway/DoctrineDatabaseTest.php index 2d0d8ccffd..1ef85b39c4 100644 --- a/tests/lib/Persistence/Legacy/User/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/User/Gateway/DoctrineDatabaseTest.php @@ -21,7 +21,7 @@ class DoctrineDatabaseTest extends TestCase /** * Database gateway to test. * - * @var \Ibexa\Core\Persistence\Legacy\User\Gateway\DoctrineDatabase + * @var DoctrineDatabase */ protected $databaseGateway; diff --git a/tests/lib/Persistence/Legacy/User/Role/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/User/Role/Gateway/DoctrineDatabaseTest.php index 558f826822..9eefea1eab 100644 --- a/tests/lib/Persistence/Legacy/User/Role/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/User/Role/Gateway/DoctrineDatabaseTest.php @@ -22,7 +22,7 @@ class DoctrineDatabaseTest extends TestCase /** * Database gateway to test. * - * @var \Ibexa\Core\Persistence\Legacy\User\Role\Gateway\DoctrineDatabase + * @var DoctrineDatabase */ protected $databaseGateway; @@ -196,7 +196,7 @@ public function testLoadRoleAssignmentsByRoleIdWithOffsetAndLimit(): void /** * Returns a ready to test DoctrineDatabase gateway. * - * @return \Ibexa\Core\Persistence\Legacy\User\Role\Gateway\DoctrineDatabase + * @return DoctrineDatabase */ protected function getDatabaseGateway(): DoctrineDatabase { diff --git a/tests/lib/Persistence/Legacy/User/UserHandlerTest.php b/tests/lib/Persistence/Legacy/User/UserHandlerTest.php index 62457f3e48..4b3a2cf63a 100644 --- a/tests/lib/Persistence/Legacy/User/UserHandlerTest.php +++ b/tests/lib/Persistence/Legacy/User/UserHandlerTest.php @@ -9,6 +9,7 @@ use DateInterval; use DateTime; +use Doctrine\DBAL\Exception; use Ibexa\Contracts\Core\Persistence; use Ibexa\Contracts\Core\Persistence\User\Handler; use Ibexa\Contracts\Core\Persistence\User\Role; @@ -30,7 +31,7 @@ class UserHandlerTest extends TestCase private const TEST_USER_ID = 42; /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ protected function getUserHandler(?User\Gateway $userGateway = null): Handler { @@ -38,7 +39,7 @@ protected function getUserHandler(?User\Gateway $userGateway = null): Handler return new User\Handler( $userGateway ?? new User\Gateway\DoctrineDatabase($connection), - new User\Role\Gateway\DoctrineDatabase($connection), + new Gateway\DoctrineDatabase($connection), new User\Mapper(), new LimitationConverter([new ObjectStateLimitationHandler($connection)]) ); @@ -1174,7 +1175,7 @@ public function testRoleDraftOnlyHavePolicyDraft() } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function createTestRole(User\Handler $handler): Role { @@ -1188,7 +1189,7 @@ private function createTestRole(User\Handler $handler): Role } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * @throws NotFoundException */ private function createTestRoleWithTestPolicy(): void { diff --git a/tests/lib/Persistence/Legacy/UserPreference/Gateway/DoctrineDatabaseTest.php b/tests/lib/Persistence/Legacy/UserPreference/Gateway/DoctrineDatabaseTest.php index 80f858cb26..aad4f01792 100644 --- a/tests/lib/Persistence/Legacy/UserPreference/Gateway/DoctrineDatabaseTest.php +++ b/tests/lib/Persistence/Legacy/UserPreference/Gateway/DoctrineDatabaseTest.php @@ -106,7 +106,7 @@ public function testLoadUserPreferences() /** * Return a ready to test DoctrineStorage gateway. * - * @return \Ibexa\Core\Persistence\Legacy\UserPreference\Gateway + * @return Gateway */ protected function getGateway(): Gateway { diff --git a/tests/lib/Persistence/Legacy/UserPreference/HandlerTest.php b/tests/lib/Persistence/Legacy/UserPreference/HandlerTest.php index 5a4f89fb28..0e459a7fa5 100644 --- a/tests/lib/Persistence/Legacy/UserPreference/HandlerTest.php +++ b/tests/lib/Persistence/Legacy/UserPreference/HandlerTest.php @@ -13,6 +13,7 @@ use Ibexa\Core\Persistence\Legacy\UserPreference\Gateway; use Ibexa\Core\Persistence\Legacy\UserPreference\Handler; use Ibexa\Core\Persistence\Legacy\UserPreference\Mapper; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -22,13 +23,13 @@ class HandlerTest extends TestCase { public const USER_PREFERENCE_ID = 1; - /** @var \Ibexa\Core\Persistence\Legacy\UserPreference\Gateway|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Gateway|MockObject */ private $gateway; - /** @var \Ibexa\Core\Persistence\Legacy\UserPreference\Mapper|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Mapper|MockObject */ private $mapper; - /** @var \Ibexa\Core\Persistence\Legacy\UserPreference\Handler */ + /** @var Handler */ private $handler; protected function setUp(): void diff --git a/tests/lib/Persistence/Legacy/UserPreference/MapperTest.php b/tests/lib/Persistence/Legacy/UserPreference/MapperTest.php index d0a6c322e1..06401c4a80 100644 --- a/tests/lib/Persistence/Legacy/UserPreference/MapperTest.php +++ b/tests/lib/Persistence/Legacy/UserPreference/MapperTest.php @@ -17,7 +17,7 @@ */ class MapperTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\UserPreference\Mapper */ + /** @var Mapper */ private $mapper; protected function setUp(): void diff --git a/tests/lib/Persistence/Limitation/Target/Builder/VersionBuilderTest.php b/tests/lib/Persistence/Limitation/Target/Builder/VersionBuilderTest.php index d0c1506c8c..1c98d63daa 100644 --- a/tests/lib/Persistence/Limitation/Target/Builder/VersionBuilderTest.php +++ b/tests/lib/Persistence/Limitation/Target/Builder/VersionBuilderTest.php @@ -8,8 +8,9 @@ namespace Ibexa\Tests\Core\Persistence\Limitation\Target\Builder; -use Ibexa\Contracts\Core\Limitation\Target; use Ibexa\Contracts\Core\Limitation\Target\Builder\VersionBuilder; +use Ibexa\Contracts\Core\Limitation\Target\Version; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo; use PHPUnit\Framework\TestCase; @@ -57,7 +58,7 @@ public function providerForTestBuild(): array $publishLanguageCodes = [self::GER_DE, self::ENG_US]; $data[] = [ - new Target\Version( + new Version( [ 'newStatus' => $versionStatus, 'allLanguageCodesList' => $languagesList, @@ -77,7 +78,7 @@ public function providerForTestBuild(): array // no published content $data[] = [ - new Target\Version( + new Version( [ 'newStatus' => $versionStatus, 'allLanguageCodesList' => $languagesList, @@ -102,18 +103,18 @@ public function providerForTestBuild(): array /** * @dataProvider providerForTestBuild * - * @param \Ibexa\Contracts\Core\Limitation\Target\Version $expectedTargetVersion + * @param Version $expectedTargetVersion * @param int $newStatus * @param string $initialLanguageCode - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $newFields + * @param Field[] $newFields * @param string[] $languagesList * @param int[] $contentTypeIdsList * @param string[] $publishLanguageCodes * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws InvalidArgumentException */ public function testBuild( - Target\Version $expectedTargetVersion, + Version $expectedTargetVersion, int $newStatus, string $initialLanguageCode, array $newFields, diff --git a/tests/lib/Persistence/TransformationProcessor/TransformationProcessorDefinitionBasedTest.php b/tests/lib/Persistence/TransformationProcessor/TransformationProcessorDefinitionBasedTest.php index 448b6cd455..73a08bd5fe 100644 --- a/tests/lib/Persistence/TransformationProcessor/TransformationProcessorDefinitionBasedTest.php +++ b/tests/lib/Persistence/TransformationProcessor/TransformationProcessorDefinitionBasedTest.php @@ -22,7 +22,7 @@ public function getProcessor() self::assertNotFalse($ruleFiles, 'Failed to find transformation files'); return new DefinitionBased( - new Persistence\TransformationProcessor\DefinitionBased\Parser(), + new DefinitionBased\Parser(), new Persistence\TransformationProcessor\PcreCompiler(new Persistence\Utf8Converter()), $ruleFiles ); diff --git a/tests/lib/Persistence/TransformationProcessor/TransformationProcessorPcreCompilerTest.php b/tests/lib/Persistence/TransformationProcessor/TransformationProcessorPcreCompilerTest.php index bda7c272a3..002f0ef191 100644 --- a/tests/lib/Persistence/TransformationProcessor/TransformationProcessorPcreCompilerTest.php +++ b/tests/lib/Persistence/TransformationProcessor/TransformationProcessorPcreCompilerTest.php @@ -23,8 +23,10 @@ class TransformationProcessorPcreCompilerTest extends TestCase * * @return string */ - protected function applyTransformations(array $transformations, $string) - { + protected function applyTransformations( + array $transformations, + $string + ) { foreach ($transformations as $rules) { foreach ($rules as $rule) { $string = preg_replace_callback($rule['regexp'], $rule['callback'], $string); diff --git a/tests/lib/Pool/PoolTest.php b/tests/lib/Pool/PoolTest.php index 2669df8aba..7e0d115f77 100644 --- a/tests/lib/Pool/PoolTest.php +++ b/tests/lib/Pool/PoolTest.php @@ -19,7 +19,7 @@ final class PoolTest extends TestCase private stdClass $bar; - /** @var \Ibexa\Contracts\Core\Pool\Pool<\stdClass> */ + /** @var Pool */ private Pool $pool; protected function setUp(): void diff --git a/tests/lib/Query/QueryFactoryTest.php b/tests/lib/Query/QueryFactoryTest.php index bd5b015cd2..379b2bb623 100644 --- a/tests/lib/Query/QueryFactoryTest.php +++ b/tests/lib/Query/QueryFactoryTest.php @@ -13,6 +13,7 @@ use Ibexa\Core\QueryType\QueryType; use Ibexa\Core\QueryType\QueryTypeRegistry; use Ibexa\Tests\Core\Search\TestCase; +use PHPUnit\Framework\MockObject\MockObject; final class QueryFactoryTest extends TestCase { @@ -23,10 +24,10 @@ final class QueryFactoryTest extends TestCase 'baz' => 'baz', ]; - /** @var \Ibexa\Core\QueryType\QueryTypeRegistry|\PHPUnit\Framework\MockObject\MockObject */ + /** @var QueryTypeRegistry|MockObject */ private $queryTypeRegistry; - /** @var \Ibexa\Core\Query\QueryFactory */ + /** @var QueryFactory */ private $queryFactory; protected function setUp(): void diff --git a/tests/lib/QueryType/BuiltIn/AbstractQueryTypeTestCase.php b/tests/lib/QueryType/BuiltIn/AbstractQueryTypeTestCase.php index 915ab80aec..44e133f71f 100644 --- a/tests/lib/QueryType/BuiltIn/AbstractQueryTypeTestCase.php +++ b/tests/lib/QueryType/BuiltIn/AbstractQueryTypeTestCase.php @@ -15,6 +15,7 @@ use Ibexa\Core\QueryType\BuiltIn\SortClausesFactoryInterface; use Ibexa\Core\QueryType\QueryType; use Ibexa\Core\Repository\Values\Content\Location; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; abstract class AbstractQueryTypeTestCase extends TestCase @@ -22,16 +23,16 @@ abstract class AbstractQueryTypeTestCase extends TestCase protected const ROOT_LOCATION_ID = 2; protected const ROOT_LOCATION_PATH_STRING = '/1/2/'; - /** @var \Ibexa\Contracts\Core\Repository\Repository|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Repository|MockObject */ private $repository; - /** @var \Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ConfigResolverInterface|MockObject */ private $configResolver; - /** @var \Ibexa\Core\QueryType\BuiltIn\SortClausesFactoryInterface|\PHPUnit\Framework\MockObject\MockObject */ + /** @var SortClausesFactoryInterface|MockObject */ private $sortClausesFactory; - /** @var \Ibexa\Core\QueryType\QueryType */ + /** @var QueryType */ private $queryType; protected function setUp(): void @@ -68,8 +69,10 @@ protected function setUp(): void /** * @dataProvider dataProviderForGetQuery */ - final public function testGetQuery(array $parameters, Query $expectedQuery): void - { + final public function testGetQuery( + array $parameters, + Query $expectedQuery + ): void { self::assertEquals($expectedQuery, $this->queryType->getQuery($parameters)); } diff --git a/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/CustomFieldSortClauseParserTest.php b/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/CustomFieldSortClauseParserTest.php index 05d1ba39da..5f4c1b69bf 100644 --- a/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/CustomFieldSortClauseParserTest.php +++ b/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/CustomFieldSortClauseParserTest.php @@ -19,7 +19,7 @@ final class CustomFieldSortClauseParserTest extends TestCase { private const EXAMPLE_SEARCH_INDEX_FIELD = 'custom_field_s'; - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\SortClauseParser\CustomFieldSortClauseParser */ + /** @var CustomFieldSortClauseParser */ private $parser; protected function setUp(): void diff --git a/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/DefaultSortClauseParserTest.php b/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/DefaultSortClauseParserTest.php index a59ee3c171..b5d3ad3c6e 100644 --- a/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/DefaultSortClauseParserTest.php +++ b/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/DefaultSortClauseParserTest.php @@ -18,7 +18,7 @@ final class DefaultSortClauseParserTest extends TestCase { - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\SortClauseParser\DefaultSortClauseParser */ + /** @var DefaultSortClauseParser */ private $defaultSortClauseParser; protected function setUp(): void diff --git a/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/FieldSortClauseParserTest.php b/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/FieldSortClauseParserTest.php index 82be846943..f0a11ea415 100644 --- a/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/FieldSortClauseParserTest.php +++ b/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/FieldSortClauseParserTest.php @@ -20,7 +20,7 @@ final class FieldSortClauseParserTest extends TestCase private const EXAMPLE_CONTENT_TYPE_ID = 'article'; private const EXAMPLE_FIELD_ID = 'title'; - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\SortClauseParser\FieldSortClauseParser */ + /** @var FieldSortClauseParser */ private $fieldSortClauseParser; protected function setUp(): void diff --git a/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/MapDistanceSortClauseParserTest.php b/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/MapDistanceSortClauseParserTest.php index d7bcdc903e..ed492f0d46 100644 --- a/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/MapDistanceSortClauseParserTest.php +++ b/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/MapDistanceSortClauseParserTest.php @@ -22,7 +22,7 @@ final class MapDistanceSortClauseParserTest extends TestCase private const EXAMPLE_LAT = 50.0647; private const EXAMPLE_LON = 19.9450; - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\SortClauseParser\MapDistanceSortClauseParser */ + /** @var MapDistanceSortClauseParser */ private $mapDistanceSortClauseParser; protected function setUp(): void diff --git a/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/RandomSortClauseParserTest.php b/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/RandomSortClauseParserTest.php index 80bb57f29a..30d20b58fa 100644 --- a/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/RandomSortClauseParserTest.php +++ b/tests/lib/QueryType/BuiltIn/SortSpec/SortClauseParser/RandomSortClauseParserTest.php @@ -19,7 +19,7 @@ final class RandomSortClauseParserTest extends TestCase { private const EXAMPLE_SEED = 1; - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\SortClauseParser\RandomSortClauseParser */ + /** @var RandomSortClauseParser */ private $randomSortClauseParser; protected function setUp(): void diff --git a/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecLexerStub.php b/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecLexerStub.php index 373bfe0954..850add5375 100644 --- a/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecLexerStub.php +++ b/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecLexerStub.php @@ -12,11 +12,11 @@ use Ibexa\Core\QueryType\BuiltIn\SortSpec\Token; /** - * Dummy {@see \Ibexa\Core\QueryType\BuiltIn\SortSpec\SortSpecLexerInterface} implementation. + * Dummy {@see SortSpecLexerInterface} implementation. */ final class SortSpecLexerStub implements SortSpecLexerInterface { - /** @var \Ibexa\Core\QueryType\BuiltIn\SortSpec\Token[] */ + /** @var Token[] */ private $tokens; /** @var string|null */ diff --git a/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecLexerTest.php b/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecLexerTest.php index bb7d8c41fa..ecb48fefdf 100644 --- a/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecLexerTest.php +++ b/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecLexerTest.php @@ -17,8 +17,10 @@ final class SortSpecLexerTest extends TestCase /** * @dataProvider dataProviderForTokenize */ - public function testTokenize(string $input, iterable $expectedTokens): void - { + public function testTokenize( + string $input, + iterable $expectedTokens + ): void { $lexer = new SortSpecLexer(); $lexer->tokenize($input); diff --git a/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecParserTest.php b/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecParserTest.php index 848f179469..c1efad5238 100644 --- a/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecParserTest.php +++ b/tests/lib/QueryType/BuiltIn/SortSpec/SortSpecParserTest.php @@ -23,8 +23,10 @@ final class SortSpecParserTest extends TestCase /** * @dataProvider dataProviderForParseSortDirection */ - public function testParseSortDirection(array $input, string $expectedDirection): void - { + public function testParseSortDirection( + array $input, + string $expectedDirection + ): void { $lexer = new SortSpecLexerStub($input); $parser = new SortSpecParser($this->createMock(SortClauseParserInterface::class), $lexer); diff --git a/tests/lib/Repository/ContentService/RelationListFacadeTest.php b/tests/lib/Repository/ContentService/RelationListFacadeTest.php index 79a6477ee6..76da83def8 100644 --- a/tests/lib/Repository/ContentService/RelationListFacadeTest.php +++ b/tests/lib/Repository/ContentService/RelationListFacadeTest.php @@ -19,11 +19,11 @@ final class RelationListFacadeTest extends TestCase { - private ContentService&MockObject $contentService; + private ContentService & MockObject $contentService; private RelationListFacade $relationListFacade; - private VersionInfo&MockObject $versionInfo; + private VersionInfo & MockObject $versionInfo; protected function setUp(): void { diff --git a/tests/lib/Repository/ContentThumbnail/ContentFieldStrategyTest.php b/tests/lib/Repository/ContentThumbnail/ContentFieldStrategyTest.php index 01477368eb..0036696b61 100644 --- a/tests/lib/Repository/ContentThumbnail/ContentFieldStrategyTest.php +++ b/tests/lib/Repository/ContentThumbnail/ContentFieldStrategyTest.php @@ -35,8 +35,10 @@ public function getFieldTypeIdentifier(): string return $this->fieldTypeIdentifier; } - public function getThumbnail(Field $field, ?VersionInfo $versionInfo = null): ?Thumbnail - { + public function getThumbnail( + Field $field, + ?VersionInfo $versionInfo = null + ): ?Thumbnail { return new Thumbnail([ 'resource' => $field->value, ]); diff --git a/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php b/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php index 72b6225415..f946f07650 100644 --- a/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php +++ b/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php @@ -83,8 +83,10 @@ public function testMergeValidationErrors(): void ], $errors); } - private function buildContentValidator(string $classSupport, array $validationReturn): ContentValidator - { + private function buildContentValidator( + string $classSupport, + array $validationReturn + ): ContentValidator { return new class($classSupport, $validationReturn) implements ContentValidator { /** @var string */ private $classSupport; diff --git a/tests/lib/Repository/Decorator/BookmarkServiceDecoratorTest.php b/tests/lib/Repository/Decorator/BookmarkServiceDecoratorTest.php index f261461ddf..c08e775b28 100644 --- a/tests/lib/Repository/Decorator/BookmarkServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/BookmarkServiceDecoratorTest.php @@ -18,8 +18,7 @@ class BookmarkServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): BookmarkService { - return new class($service) extends BookmarkServiceDecorator { - }; + return new class($service) extends BookmarkServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/ContentServiceDecoratorTest.php b/tests/lib/Repository/Decorator/ContentServiceDecoratorTest.php index 60d41317d4..f3803066b9 100644 --- a/tests/lib/Repository/Decorator/ContentServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/ContentServiceDecoratorTest.php @@ -10,6 +10,9 @@ use Ibexa\Contracts\Core\Repository\ContentService; use Ibexa\Contracts\Core\Repository\Decorator\ContentServiceDecorator; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct; use Ibexa\Contracts\Core\Repository\Values\Content\ContentDraftList; @@ -32,13 +35,12 @@ class ContentServiceDecoratorTest extends TestCase private const EXAMPLE_CONTENT_REMOTE_ID = 'example'; private const EXAMPLE_VERSION_NO = 1; - protected function createDecorator(ContentService&MockObject $service): ContentService + protected function createDecorator(ContentService & MockObject $service): ContentService { - return new class($service) extends ContentServiceDecorator { - }; + return new class($service) extends ContentServiceDecorator {}; } - protected function createServiceMock(): ContentService&MockObject + protected function createServiceMock(): ContentService & MockObject { return $this->createMock(ContentService::class); } @@ -477,9 +479,9 @@ public function testNewContentUpdateStructDecorator() } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws BadStateException + * @throws NotFoundException + * @throws InvalidArgumentException */ public function testLoadVersionInfoListByContentInfoDecorator(): void { diff --git a/tests/lib/Repository/Decorator/ContentTypeServiceDecoratorTest.php b/tests/lib/Repository/Decorator/ContentTypeServiceDecoratorTest.php index 7a7b4c175b..c1db83d0ea 100644 --- a/tests/lib/Repository/Decorator/ContentTypeServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/ContentTypeServiceDecoratorTest.php @@ -28,8 +28,7 @@ class ContentTypeServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): ContentTypeService { - return new class($service) extends ContentTypeServiceDecorator { - }; + return new class($service) extends ContentTypeServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/FieldTypeServiceDecoratorTest.php b/tests/lib/Repository/Decorator/FieldTypeServiceDecoratorTest.php index d26802b682..36152e3f36 100644 --- a/tests/lib/Repository/Decorator/FieldTypeServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/FieldTypeServiceDecoratorTest.php @@ -17,8 +17,7 @@ class FieldTypeServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): FieldTypeService { - return new class($service) extends FieldTypeServiceDecorator { - }; + return new class($service) extends FieldTypeServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/LanguageServiceDecoratorTest.php b/tests/lib/Repository/Decorator/LanguageServiceDecoratorTest.php index 5b7ccda1c5..5ad9189801 100644 --- a/tests/lib/Repository/Decorator/LanguageServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/LanguageServiceDecoratorTest.php @@ -19,8 +19,7 @@ class LanguageServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): LanguageService { - return new class($service) extends LanguageServiceDecorator { - }; + return new class($service) extends LanguageServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/LocationServiceDecoratorTest.php b/tests/lib/Repository/Decorator/LocationServiceDecoratorTest.php index 906c9575ac..a44cd27b47 100644 --- a/tests/lib/Repository/Decorator/LocationServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/LocationServiceDecoratorTest.php @@ -26,8 +26,7 @@ class LocationServiceDecoratorTest extends TestCase protected function createDecorator(MockObject $service): LocationService { - return new class($service) extends LocationServiceDecorator { - }; + return new class($service) extends LocationServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/NotificationServiceDecoratorTest.php b/tests/lib/Repository/Decorator/NotificationServiceDecoratorTest.php index 5dbb6753db..10737f4656 100644 --- a/tests/lib/Repository/Decorator/NotificationServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/NotificationServiceDecoratorTest.php @@ -21,8 +21,7 @@ class NotificationServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): NotificationService { - return new class($service) extends NotificationServiceDecorator { - }; + return new class($service) extends NotificationServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/ObjectStateServiceDecoratorTest.php b/tests/lib/Repository/Decorator/ObjectStateServiceDecoratorTest.php index 61bd4700bc..5694863fc8 100644 --- a/tests/lib/Repository/Decorator/ObjectStateServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/ObjectStateServiceDecoratorTest.php @@ -24,8 +24,7 @@ class ObjectStateServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): ObjectStateService { - return new class($service) extends ObjectStateServiceDecorator { - }; + return new class($service) extends ObjectStateServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/RoleServiceDecoratorTest.php b/tests/lib/Repository/Decorator/RoleServiceDecoratorTest.php index d25283d6ab..bff8f04b95 100644 --- a/tests/lib/Repository/Decorator/RoleServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/RoleServiceDecoratorTest.php @@ -31,8 +31,7 @@ class RoleServiceDecoratorTest extends TestCase protected function createDecorator(MockObject $service): RoleService { - return new class($service) extends RoleServiceDecorator { - }; + return new class($service) extends RoleServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/SearchServiceDecoratorTest.php b/tests/lib/Repository/Decorator/SearchServiceDecoratorTest.php index b761c104ce..9c040f2223 100644 --- a/tests/lib/Repository/Decorator/SearchServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/SearchServiceDecoratorTest.php @@ -20,8 +20,7 @@ class SearchServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): SearchService { - return new class($service) extends SearchServiceDecorator { - }; + return new class($service) extends SearchServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/SectionServiceDecoratorTest.php b/tests/lib/Repository/Decorator/SectionServiceDecoratorTest.php index 39b9df17ff..a980747585 100644 --- a/tests/lib/Repository/Decorator/SectionServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/SectionServiceDecoratorTest.php @@ -24,8 +24,7 @@ class SectionServiceDecoratorTest extends TestCase protected function createDecorator(MockObject $service): SectionService { - return new class($service) extends SectionServiceDecorator { - }; + return new class($service) extends SectionServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/SettingServiceDecoratorTest.php b/tests/lib/Repository/Decorator/SettingServiceDecoratorTest.php index 3da5a68674..ad502e26fb 100644 --- a/tests/lib/Repository/Decorator/SettingServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/SettingServiceDecoratorTest.php @@ -23,8 +23,7 @@ class SettingServiceDecoratorTest extends TestCase protected function createDecorator(MockObject $service): SettingService { - return new class($service) extends SettingServiceDecorator { - }; + return new class($service) extends SettingServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/TranslationServiceDecoratorTest.php b/tests/lib/Repository/Decorator/TranslationServiceDecoratorTest.php index 3be4c7cc25..86aa1b5b67 100644 --- a/tests/lib/Repository/Decorator/TranslationServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/TranslationServiceDecoratorTest.php @@ -18,8 +18,7 @@ class TranslationServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): TranslationService { - return new class($service) extends TranslationServiceDecorator { - }; + return new class($service) extends TranslationServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/TrashServiceDecoratorTest.php b/tests/lib/Repository/Decorator/TrashServiceDecoratorTest.php index 65babf43c3..0db912379b 100644 --- a/tests/lib/Repository/Decorator/TrashServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/TrashServiceDecoratorTest.php @@ -20,8 +20,7 @@ class TrashServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): TrashService { - return new class($service) extends TrashServiceDecorator { - }; + return new class($service) extends TrashServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/URLAliasServiceDecoratorTest.php b/tests/lib/Repository/Decorator/URLAliasServiceDecoratorTest.php index de9b5e2e69..7b34b597d4 100644 --- a/tests/lib/Repository/Decorator/URLAliasServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/URLAliasServiceDecoratorTest.php @@ -21,8 +21,7 @@ class URLAliasServiceDecoratorTest extends TestCase protected function createDecorator(MockObject $service): URLAliasService { - return new class($service) extends URLAliasServiceDecorator { - }; + return new class($service) extends URLAliasServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/URLServiceDecoratorTest.php b/tests/lib/Repository/Decorator/URLServiceDecoratorTest.php index 0214072cba..8d76e2f584 100644 --- a/tests/lib/Repository/Decorator/URLServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/URLServiceDecoratorTest.php @@ -20,8 +20,7 @@ class URLServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): URLService { - return new class($service) extends URLServiceDecorator { - }; + return new class($service) extends URLServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/URLWildcardServiceDecoratorTest.php b/tests/lib/Repository/Decorator/URLWildcardServiceDecoratorTest.php index b0c7e05c7b..e7d4fef2cc 100644 --- a/tests/lib/Repository/Decorator/URLWildcardServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/URLWildcardServiceDecoratorTest.php @@ -18,8 +18,7 @@ class URLWildcardServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): URLWildcardService { - return new class($service) extends URLWildcardServiceDecorator { - }; + return new class($service) extends URLWildcardServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/UserPreferenceServiceDecoratorTest.php b/tests/lib/Repository/Decorator/UserPreferenceServiceDecoratorTest.php index 52943f41a9..75d744c6bc 100644 --- a/tests/lib/Repository/Decorator/UserPreferenceServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/UserPreferenceServiceDecoratorTest.php @@ -17,8 +17,7 @@ class UserPreferenceServiceDecoratorTest extends TestCase { protected function createDecorator(MockObject $service): UserPreferenceService { - return new class($service) extends UserPreferenceServiceDecorator { - }; + return new class($service) extends UserPreferenceServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Decorator/UserServiceDecoratorTest.php b/tests/lib/Repository/Decorator/UserServiceDecoratorTest.php index ba068a783e..02616c5c15 100644 --- a/tests/lib/Repository/Decorator/UserServiceDecoratorTest.php +++ b/tests/lib/Repository/Decorator/UserServiceDecoratorTest.php @@ -34,8 +34,7 @@ class UserServiceDecoratorTest extends TestCase protected function createDecorator(MockObject $service): UserService { - return new class($service) extends UserServiceDecorator { - }; + return new class($service) extends UserServiceDecorator {}; } protected function createServiceMock(): MockObject diff --git a/tests/lib/Repository/Filtering/TestContentProvider.php b/tests/lib/Repository/Filtering/TestContentProvider.php index fd20ce95dd..a9dd188863 100644 --- a/tests/lib/Repository/Filtering/TestContentProvider.php +++ b/tests/lib/Repository/Filtering/TestContentProvider.php @@ -8,7 +8,10 @@ namespace Ibexa\Tests\Core\Repository\Filtering; +use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\Section; @@ -28,22 +31,24 @@ class TestContentProvider 'article3' => 'remote-id-article-3', ]; - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var Repository */ private $repository; - /** @var \Ibexa\Tests\Integration\Core\Repository\BaseTestCase */ + /** @var BaseTestCase */ private $testInstance; - public function __construct(Repository $repository, BaseTestCase $testInstance) - { + public function __construct( + Repository $repository, + BaseTestCase $testInstance + ) { $this->repository = $repository; $this->testInstance = $testInstance; } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function createSharedContentStructure(): Content { @@ -120,9 +125,9 @@ public function createSharedContentStructure(): Content * ] * * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ public function createContentDraft( string $contentTypeIdentifier, @@ -153,9 +158,9 @@ public function createContentDraft( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws ForbiddenException + * @throws NotFoundException + * @throws UnauthorizedException */ private function createArticle( string $title, @@ -183,8 +188,8 @@ private function createArticle( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws InvalidArgumentException + * @throws UnauthorizedException */ private function createSection(string $sectionIdentifier): Section { diff --git a/tests/lib/Repository/IdManager/Php.php b/tests/lib/Repository/IdManager/Php.php index 24f43ee706..2a9e72f5aa 100644 --- a/tests/lib/Repository/IdManager/Php.php +++ b/tests/lib/Repository/IdManager/Php.php @@ -25,8 +25,10 @@ class Php extends IdManager * * @return mixed */ - public function generateId($type, $rawId) - { + public function generateId( + $type, + $rawId + ) { return $rawId; } @@ -41,8 +43,10 @@ public function generateId($type, $rawId) * * @return mixed */ - public function parseId($type, $id) - { + public function parseId( + $type, + $id + ) { return $id; } } diff --git a/tests/lib/Repository/Iterator/BatchIteratorAdapter/AbstractSearchAdapterTestCase.php b/tests/lib/Repository/Iterator/BatchIteratorAdapter/AbstractSearchAdapterTestCase.php index 7bbc46ce27..4b4e5016bc 100644 --- a/tests/lib/Repository/Iterator/BatchIteratorAdapter/AbstractSearchAdapterTestCase.php +++ b/tests/lib/Repository/Iterator/BatchIteratorAdapter/AbstractSearchAdapterTestCase.php @@ -67,7 +67,7 @@ final public function testFetch(): void /** * @phpstan-param TSearchLanguageFilter $languageFilter * - * @phpstan-return \Ibexa\Contracts\Core\Repository\Iterator\BatchIteratorAdapter\AbstractSearchAdapter + * @phpstan-return AbstractSearchAdapter */ abstract protected function createAdapterUnderTest( SearchService $searchService, diff --git a/tests/lib/Repository/Iterator/BatchIteratorAdapter/ContentFilteringAdapterTest.php b/tests/lib/Repository/Iterator/BatchIteratorAdapter/ContentFilteringAdapterTest.php index 214a2a2d61..be6aabaa0b 100644 --- a/tests/lib/Repository/Iterator/BatchIteratorAdapter/ContentFilteringAdapterTest.php +++ b/tests/lib/Repository/Iterator/BatchIteratorAdapter/ContentFilteringAdapterTest.php @@ -9,6 +9,8 @@ namespace Ibexa\Tests\Core\Repository\Iterator\BatchIteratorAdapter; use Ibexa\Contracts\Core\Repository\ContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Iterator\BatchIteratorAdapter\ContentFilteringAdapter; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentList; @@ -23,8 +25,8 @@ final class ContentFilteringAdapterTest extends TestCase private const EXAMPLE_LIMIT = 25; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws BadStateException + * @throws InvalidArgumentException */ public function testFetch(): void { diff --git a/tests/lib/Repository/Iterator/BatchIteratorAdapter/LocationFilteringAdapterTest.php b/tests/lib/Repository/Iterator/BatchIteratorAdapter/LocationFilteringAdapterTest.php index 1df0c4efb1..46ada0b352 100644 --- a/tests/lib/Repository/Iterator/BatchIteratorAdapter/LocationFilteringAdapterTest.php +++ b/tests/lib/Repository/Iterator/BatchIteratorAdapter/LocationFilteringAdapterTest.php @@ -8,6 +8,8 @@ namespace Ibexa\Tests\Core\Repository\Iterator\BatchIteratorAdapter; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Iterator\BatchIteratorAdapter\LocationFilteringAdapter; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Values\Content\Location; @@ -23,8 +25,8 @@ final class LocationFilteringAdapterTest extends TestCase private const EXAMPLE_LIMIT = 25; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws BadStateException + * @throws InvalidArgumentException */ public function testFetch(): void { diff --git a/tests/lib/Repository/Iterator/BatchIteratorTestAdapter.php b/tests/lib/Repository/Iterator/BatchIteratorTestAdapter.php index ecaa88840f..3ef6867646 100644 --- a/tests/lib/Repository/Iterator/BatchIteratorTestAdapter.php +++ b/tests/lib/Repository/Iterator/BatchIteratorTestAdapter.php @@ -26,8 +26,10 @@ public function __construct(array $data) $this->fetchCounter = 0; } - public function fetch(int $offset, int $limit): Iterator - { + public function fetch( + int $offset, + int $limit + ): Iterator { ++$this->fetchCounter; return new ArrayIterator(array_slice($this->data, $offset, $limit)); diff --git a/tests/lib/Repository/LegacySchemaImporter.php b/tests/lib/Repository/LegacySchemaImporter.php index fff3bb763f..11758bceef 100644 --- a/tests/lib/Repository/LegacySchemaImporter.php +++ b/tests/lib/Repository/LegacySchemaImporter.php @@ -24,7 +24,7 @@ */ final class LegacySchemaImporter { - /** @var \Doctrine\DBAL\Connection */ + /** @var Connection */ private $connection; public function __construct(Connection $connection) diff --git a/tests/lib/Repository/LocationResolver/PermissionAwareLocationResolverTest.php b/tests/lib/Repository/LocationResolver/PermissionAwareLocationResolverTest.php index 1a100ef2f8..11cfa4e008 100644 --- a/tests/lib/Repository/LocationResolver/PermissionAwareLocationResolverTest.php +++ b/tests/lib/Repository/LocationResolver/PermissionAwareLocationResolverTest.php @@ -13,6 +13,7 @@ use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; +use Ibexa\Core\Repository\LocationResolver\LocationResolver; use Ibexa\Core\Repository\LocationResolver\PermissionAwareLocationResolver; use Ibexa\Core\Repository\Values\Content\Location; use PHPUnit\Framework\TestCase; @@ -22,10 +23,10 @@ */ final class PermissionAwareLocationResolverTest extends TestCase { - /** @var \Ibexa\Contracts\Core\Repository\LocationService */ + /** @var LocationService */ private $locationService; - /** @var \Ibexa\Core\Repository\LocationResolver\LocationResolver */ + /** @var LocationResolver */ private $locationResolver; public function setUp(): void diff --git a/tests/lib/Repository/LocationServiceTest.php b/tests/lib/Repository/LocationServiceTest.php index 443e4020ab..ee9583ec2c 100644 --- a/tests/lib/Repository/LocationServiceTest.php +++ b/tests/lib/Repository/LocationServiceTest.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\Persistence\Filter\Location\Handler as LocationFilteringHandler; use Ibexa\Contracts\Core\Persistence\Handler as PersistenceHandler; use Ibexa\Contracts\Core\Repository\ContentTypeService; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface; use Ibexa\Contracts\Core\Repository\PermissionCriterionResolver; use Ibexa\Contracts\Core\Repository\PermissionResolver; @@ -40,7 +41,7 @@ protected function setUp(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception */ public function testFindDoesNotModifyFilter(): void { diff --git a/tests/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationServiceTest.php b/tests/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationServiceTest.php index 7904333c0c..d9df899821 100644 --- a/tests/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationServiceTest.php +++ b/tests/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationServiceTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Repository\Mapper\ContentLocationMapper; +use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\LocationService as ApiLocationService; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\LocationList; @@ -18,13 +19,13 @@ class DecoratedLocationServiceTest extends TestCase { - /** @var \Ibexa\Core\Repository\Mapper\ContentLocationMapper\DecoratedLocationService */ + /** @var DecoratedLocationService */ private $locationService; - /** @var \Ibexa\Contracts\Core\Repository\LocationService */ + /** @var LocationService */ private $innerLocationService; - /** @var \Ibexa\Core\Repository\Mapper\ContentLocationMapper\ContentLocationMapper */ + /** @var ContentLocationMapper */ private $mapper; protected function setUp(): void diff --git a/tests/lib/Repository/Mapper/ContentLocationMapper/InMemoryContentLocationMapperTest.php b/tests/lib/Repository/Mapper/ContentLocationMapper/InMemoryContentLocationMapperTest.php index 516b201ed4..508ee41a0a 100644 --- a/tests/lib/Repository/Mapper/ContentLocationMapper/InMemoryContentLocationMapperTest.php +++ b/tests/lib/Repository/Mapper/ContentLocationMapper/InMemoryContentLocationMapperTest.php @@ -8,12 +8,13 @@ namespace Ibexa\Tests\Core\Repository\Mapper\ContentLocationMapper; +use Ibexa\Core\Repository\Mapper\ContentLocationMapper\ContentLocationMapper; use Ibexa\Core\Repository\Mapper\ContentLocationMapper\InMemoryContentLocationMapper; use PHPUnit\Framework\TestCase; class InMemoryContentLocationMapperTest extends TestCase { - /** @var \Ibexa\Core\Repository\Mapper\ContentLocationMapper\ContentLocationMapper */ + /** @var ContentLocationMapper */ private $mapper; protected function setUp(): void diff --git a/tests/lib/Repository/Mapper/ContentMapperTest.php b/tests/lib/Repository/Mapper/ContentMapperTest.php index 0eaca26ba8..1b51eb2c0c 100644 --- a/tests/lib/Repository/Mapper/ContentMapperTest.php +++ b/tests/lib/Repository/Mapper/ContentMapperTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Repository\Mapper; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo as APIVersionInfo; @@ -20,14 +21,15 @@ use Ibexa\Core\Repository\Values\ContentType\ContentType; use Ibexa\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Core\Repository\Values\ContentType\FieldDefinitionCollection; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; final class ContentMapperTest extends TestCase { - /** @var \Ibexa\Core\Persistence\Legacy\Content\Language\Handler&\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler&MockObject */ private Handler $contentLanguageHandler; - /** @var \Ibexa\Core\FieldType\FieldTypeRegistry&\PHPUnit\Framework\MockObject\MockObject */ + /** @var FieldTypeRegistry&MockObject */ private FieldTypeRegistry $fieldTypeRegistry; private ContentMapper $contentMapper; @@ -46,7 +48,7 @@ protected function setUp(): void /** * @covers \Ibexa\Core\Repository\ContentService::updateContent * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException + * @throws ContentValidationException */ public function testUpdateContentGetsProperFieldsToUpdate(): void { diff --git a/tests/lib/Repository/NameSchema/NameSchemaServiceTest.php b/tests/lib/Repository/NameSchema/NameSchemaServiceTest.php index ac1574aade..ec5ffe0f8b 100644 --- a/tests/lib/Repository/NameSchema/NameSchemaServiceTest.php +++ b/tests/lib/Repository/NameSchema/NameSchemaServiceTest.php @@ -12,6 +12,7 @@ use Ibexa\Contracts\Core\Event\NameSchema\ResolveContentNameSchemaEvent; use Ibexa\Contracts\Core\Event\NameSchema\ResolveNameSchemaEvent; use Ibexa\Contracts\Core\Event\NameSchema\ResolveUrlAliasSchemaEvent; +use Ibexa\Contracts\Core\FieldType\Value; use Ibexa\Contracts\Core\Repository\Values\Content\Field; use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinitionCollection as APIFieldDefinitionCollection; use Ibexa\Core\FieldType\TextLine\Type as TextLineFieldType; @@ -107,7 +108,7 @@ public static function getDataForTestResolveNameSchema(): iterable /** * @dataProvider getDataForTestResolveNameSchema * - * @param array> $fieldMap + * @param array> $fieldMap * @param array> $tokenValues * @param array $languageCodes * @param array $expectedNames @@ -163,10 +164,10 @@ public static function getDataForTestResolve(): array ['field' => ['text1']], '', [ - 'text1' => ['cro-HR' => new TextLineValue('jedan'), 'eng-GB' => new TextLineValue('one')], - 'text2' => ['cro-HR' => new TextLineValue('Dva'), 'eng-GB' => new TextLineValue('two')], - 'text3' => ['eng-GB' => new TextLineValue('three')], -], + 'text1' => ['cro-HR' => new TextLineValue('jedan'), 'eng-GB' => new TextLineValue('one')], + 'text2' => ['cro-HR' => new TextLineValue('Dva'), 'eng-GB' => new TextLineValue('two')], + 'text3' => ['eng-GB' => new TextLineValue('three')], + ], [ 'eng-GB' => 'one', 'cro-HR' => 'jedan', @@ -180,10 +181,10 @@ public static function getDataForTestResolve(): array ['field' => ['text2']], '', [ - 'text1' => ['cro-HR' => new TextLineValue('jedan'), 'eng-GB' => new TextLineValue('one')], - 'text2' => ['cro-HR' => new TextLineValue('Dva'), 'eng-GB' => new TextLineValue('two')], - 'text3' => ['eng-GB' => new TextLineValue('three')], - ], + 'text1' => ['cro-HR' => new TextLineValue('jedan'), 'eng-GB' => new TextLineValue('one')], + 'text2' => ['cro-HR' => new TextLineValue('Dva'), 'eng-GB' => new TextLineValue('two')], + 'text3' => ['eng-GB' => new TextLineValue('three')], + ], [ 'eng-GB' => 'two', 'cro-HR' => 'dva', @@ -197,10 +198,10 @@ public static function getDataForTestResolve(): array ['field' => ['text2', 'text2']], 'Hello, and and then goodbye and hello again', [ - 'text1' => ['cro-HR' => new TextLineValue('jedan'), 'eng-GB' => new TextLineValue('one')], - 'text2' => ['cro-HR' => new TextLineValue('Dva'), 'eng-GB' => new TextLineValue('two')], - 'text3' => ['eng-GB' => new TextLineValue('three')], - ], + 'text1' => ['cro-HR' => new TextLineValue('jedan'), 'eng-GB' => new TextLineValue('one')], + 'text2' => ['cro-HR' => new TextLineValue('Dva'), 'eng-GB' => new TextLineValue('two')], + 'text3' => ['eng-GB' => new TextLineValue('three')], + ], [ 'eng-GB' => 'Hello, one and two and then goodbye...', 'cro-HR' => 'Hello, jedan and dva and then goodb...', @@ -222,7 +223,7 @@ public static function getDataForTestResolve(): array * * @param array> $schemaIdentifiers * @param array $languageFieldValues field value translations - * @param array> $fieldMap + * @param array> $fieldMap * @param array> $fieldTitles [language => [field_identifier => title]] * @param array{limit?: int, sequence?: string} $settings NameSchemaService settings */ @@ -262,7 +263,7 @@ public function testResolve( } /** - * @return \Traversable<\Ibexa\Contracts\Core\Repository\Values\Content\Field> + * @return Traversable */ protected function getFields(): Traversable { diff --git a/tests/lib/Repository/NameSchema/SchemaIdentifierExtractorTest.php b/tests/lib/Repository/NameSchema/SchemaIdentifierExtractorTest.php index 29517d557c..b08cfae4db 100644 --- a/tests/lib/Repository/NameSchema/SchemaIdentifierExtractorTest.php +++ b/tests/lib/Repository/NameSchema/SchemaIdentifierExtractorTest.php @@ -115,8 +115,10 @@ protected function setUp(): void * * @param array> $expectedStrategyIdentifierMap */ - public function testExtract(string $schemaString, array $expectedStrategyIdentifierMap): void - { + public function testExtract( + string $schemaString, + array $expectedStrategyIdentifierMap + ): void { $extracted = $this->extractor->extract($schemaString); self::assertSame($expectedStrategyIdentifierMap, $extracted); } diff --git a/tests/lib/Repository/PHPUnitConstraint/AllValidationErrorsOccur.php b/tests/lib/Repository/PHPUnitConstraint/AllValidationErrorsOccur.php index dbf4eb5d86..fe4dce613c 100644 --- a/tests/lib/Repository/PHPUnitConstraint/AllValidationErrorsOccur.php +++ b/tests/lib/Repository/PHPUnitConstraint/AllValidationErrorsOccur.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Repository\PHPUnitConstraint; +use Ibexa\Contracts\Core\FieldType\ValidationError; use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; use PHPUnit\Framework\Constraint\Constraint as AbstractPHPUnitConstraint; use RecursiveArrayIterator; @@ -18,8 +19,8 @@ * PHPUnit's constraint checking that all the given validation error messages occur in the asserted * ContentFieldValidationException. * - * @see \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException - * @see \Ibexa\Contracts\Core\FieldType\ValidationError + * @see ContentFieldValidationException + * @see ValidationError */ class AllValidationErrorsOccur extends AbstractPHPUnitConstraint { @@ -40,7 +41,7 @@ public function __construct(array $expectedValidationErrorMessages) } /** - * @param \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException $other + * @param ContentFieldValidationException $other * * @return bool */ @@ -57,7 +58,7 @@ protected function matches($other): bool } /** - * @param \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException $exception + * @param ContentFieldValidationException $exception * * @return string[] */ @@ -67,9 +68,9 @@ private function extractAllFieldErrorMessages(ContentFieldValidationException $e } /** - * @param array>> $fieldErrors + * @param array>> $fieldErrors * - * @return \Traversable translated message string + * @return Traversable translated message string */ private function extractTranslatable(array $fieldErrors): Traversable { @@ -85,7 +86,7 @@ private function extractTranslatable(array $fieldErrors): Traversable } /** - * @param \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException $other + * @param ContentFieldValidationException $other * * @return string */ diff --git a/tests/lib/Repository/PHPUnitConstraint/ContentItemEquals.php b/tests/lib/Repository/PHPUnitConstraint/ContentItemEquals.php index 3a76c7c053..13c10eea85 100644 --- a/tests/lib/Repository/PHPUnitConstraint/ContentItemEquals.php +++ b/tests/lib/Repository/PHPUnitConstraint/ContentItemEquals.php @@ -14,12 +14,13 @@ use PHPUnit\Framework\ExpectationFailedException; use SebastianBergmann\Comparator\ComparisonFailure; use SebastianBergmann\Comparator\Factory as ComparatorFactory; + use function sprintf; use function trim; class ContentItemEquals extends AbstractPHPUnitConstraint { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content */ + /** @var Content */ private $expectedContent; public function __construct(Content $expectedContent) @@ -27,8 +28,11 @@ public function __construct(Content $expectedContent) $this->expectedContent = $expectedContent; } - public function evaluate($content, string $description = '', bool $returnResult = false): bool - { + public function evaluate( + $content, + string $description = '', + bool $returnResult = false + ): bool { if (!$content instanceof Content) { return false; } diff --git a/tests/lib/Repository/PHPUnitConstraint/ValidationErrorOccurs.php b/tests/lib/Repository/PHPUnitConstraint/ValidationErrorOccurs.php index d27a1983a7..c35c4228b8 100644 --- a/tests/lib/Repository/PHPUnitConstraint/ValidationErrorOccurs.php +++ b/tests/lib/Repository/PHPUnitConstraint/ValidationErrorOccurs.php @@ -8,11 +8,14 @@ namespace Ibexa\Tests\Core\Repository\PHPUnitConstraint; +use Ibexa\Contracts\Core\FieldType\ValidationError; +use Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException; + /** * PHPUnit constraint checking that the given ValidationError message occurs in asserted ContentFieldValidationException. * - * @see \Ibexa\Contracts\Core\Repository\Exceptions\ContentFieldValidationException - * @see \Ibexa\Contracts\Core\FieldType\ValidationError + * @see ContentFieldValidationException + * @see ValidationError */ class ValidationErrorOccurs extends AllValidationErrorsOccur { diff --git a/tests/lib/Repository/Parallel/ParallelProcessList.php b/tests/lib/Repository/Parallel/ParallelProcessList.php index 60293d22a0..f24b6494ba 100644 --- a/tests/lib/Repository/Parallel/ParallelProcessList.php +++ b/tests/lib/Repository/Parallel/ParallelProcessList.php @@ -12,7 +12,7 @@ final class ParallelProcessList implements \IteratorAggregate { - /** @var \Jenner\SimpleFork\Process[] */ + /** @var Process[] */ private $pool = []; public function addProcess(Process $process): void diff --git a/tests/lib/Repository/Permission/CachedPermissionServiceTest.php b/tests/lib/Repository/Permission/CachedPermissionServiceTest.php index 81e50df53e..1080bc077d 100644 --- a/tests/lib/Repository/Permission/CachedPermissionServiceTest.php +++ b/tests/lib/Repository/Permission/CachedPermissionServiceTest.php @@ -71,8 +71,11 @@ public function providerForTestPermissionResolverPassTrough() * @param array $arguments * @param $expectedReturn */ - public function testPermissionResolverPassTrough($method, array $arguments, $expectedReturn) - { + public function testPermissionResolverPassTrough( + $method, + array $arguments, + $expectedReturn + ) { if ($expectedReturn !== null) { $this->getPermissionResolverMock([$method]) ->expects(self::once()) @@ -167,7 +170,7 @@ public function testSetCurrentUserReferenceCacheClear(): void * * @param int $ttl * - * @return \Ibexa\Core\Repository\Permission\CachedPermissionService + * @return CachedPermissionService */ protected function getCachedPermissionService($ttl = 5) { diff --git a/tests/lib/Repository/Permission/PermissionCriterionResolverTest.php b/tests/lib/Repository/Permission/PermissionCriterionResolverTest.php index 693d62c45a..0ae6991a70 100644 --- a/tests/lib/Repository/Permission/PermissionCriterionResolverTest.php +++ b/tests/lib/Repository/Permission/PermissionCriterionResolverTest.php @@ -16,6 +16,7 @@ use Ibexa\Core\Repository\Permission\LimitationService; use Ibexa\Core\Repository\Permission\PermissionCriterionResolver; use Ibexa\Core\Repository\Values\User\Policy; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -229,8 +230,11 @@ public function providerForTestGetPermissionsCriterion() ]; } - protected function mockServices($criterionMock, $limitationCount, $permissionSets) - { + protected function mockServices( + $criterionMock, + $limitationCount, + $permissionSets + ) { $userMock = $this->getMockBuilder(User::class)->getMockForAbstractClass(); $limitationServiceMock = $this->getLimitationServiceMock(['getLimitationType']); $limitationTypeMock = $this->getMockBuilder(Type::class)->getMockForAbstractClass(); @@ -338,7 +342,7 @@ public function testGetPermissionsCriterionBooleanPermissionSets($permissionSets * * @param string[]|null $methods * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Repository\Permission\PermissionCriterionResolver + * @return MockObject|PermissionCriterionResolver */ protected function getPermissionCriterionResolverMock($methods = []) { diff --git a/tests/lib/Repository/Service/Mock/Base.php b/tests/lib/Repository/Service/Mock/Base.php index 8fcb31a189..6eaac46ac0 100644 --- a/tests/lib/Repository/Service/Mock/Base.php +++ b/tests/lib/Repository/Service/Mock/Base.php @@ -14,6 +14,7 @@ use Ibexa\Contracts\Core\Repository\LanguageResolver; use Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface; use Ibexa\Contracts\Core\Repository\PasswordHashService; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\PermissionService; use Ibexa\Contracts\Core\Repository\Repository as APIRepository; use Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\ThumbnailStrategy; @@ -50,65 +51,65 @@ */ abstract class Base extends TestCase { - /** @var \Ibexa\Contracts\Core\Repository\Repository */ + /** @var APIRepository */ private $repository; - /** @var \Ibexa\Contracts\Core\Repository\Repository|\PHPUnit\Framework\MockObject\MockObject */ + /** @var APIRepository|MockObject */ private $repositoryMock; - /** @var \Ibexa\Contracts\Core\Repository\PermissionService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var PermissionService|MockObject */ private $permissionServiceMock; - /** @var \Ibexa\Contracts\Core\Persistence\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $persistenceMock; - /** @var \Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\ThumbnailStrategy|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ThumbnailStrategy|MockObject */ private $thumbnailStrategyMock; /** * The Content / Location / Search ... handlers for the persistence / Search / .. handler mocks. * - * @var \PHPUnit\Framework\MockObject\MockObject[] Key is relative to "Ibexa\Contracts\Core\" + * @var MockObject[] Key is relative to "Ibexa\Contracts\Core\" * * @see getPersistenceMockHandler() */ private $spiMockHandlers = []; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper */ + /** @var MockObject|ContentTypeDomainMapper */ private $contentTypeDomainMapperMock; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Repository\Mapper\ContentDomainMapper */ + /** @var MockObject|ContentDomainMapper */ private $contentDomainMapperMock; - /** @var \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Repository\Permission\LimitationService */ + /** @var MockObject|LimitationService */ private $limitationServiceMock; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver|\PHPUnit\Framework\MockObject\MockObject */ + /** @var LanguageResolver|MockObject */ private $languageResolverMock; - /** @var \Ibexa\Core\Repository\Mapper\RoleDomainMapper|\PHPUnit\Framework\MockObject\MockObject */ + /** @var RoleDomainMapper|MockObject */ protected $roleDomainMapperMock; - /** @var \Ibexa\Core\Repository\Mapper\ContentMapper|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ContentMapper|MockObject */ protected $contentMapperMock; - /** @var \Ibexa\Contracts\Core\Repository\Validator\ContentValidator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ContentValidator|MockObject */ protected $contentValidatorStrategyMock; - /** @var \Ibexa\Contracts\Core\Persistence\Filter\Content\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var ContentFilteringHandler|MockObject */ private $contentFilteringHandlerMock; - /** @var \Ibexa\Contracts\Core\Persistence\Filter\Location\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var LocationFilteringHandler|MockObject */ private $locationFilteringHandlerMock; - private TransactionHandler&MockObject $transactionHandlerMock; + private TransactionHandler & MockObject $transactionHandlerMock; /** * Get Real repository with mocked dependencies. * * @param array $serviceSettings If set then non shared instance of Repository is returned * - * @return \Ibexa\Contracts\Core\Repository\Repository + * @return APIRepository */ protected function getRepository(array $serviceSettings = []) { @@ -153,7 +154,7 @@ protected function getRepository(array $serviceSettings = []) protected $fieldTypeServiceMock; /** - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Contracts\Core\Repository\FieldTypeService + * @return MockObject|\Ibexa\Contracts\Core\Repository\FieldTypeService */ protected function getFieldTypeServiceMock() { @@ -167,7 +168,7 @@ protected function getFieldTypeServiceMock() protected $fieldTypeRegistryMock; /** - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\FieldType\FieldTypeRegistry + * @return MockObject|FieldTypeRegistry */ protected function getFieldTypeRegistryMock() { @@ -181,7 +182,7 @@ protected function getFieldTypeRegistryMock() protected EventDispatcherInterface $eventDispatcher; /** - * @return \Symfony\Contracts\EventDispatcher\EventDispatcherInterface&\PHPUnit\Framework\MockObject\MockObject + * @return EventDispatcherInterface&MockObject */ protected function getEventDispatcher(): EventDispatcherInterface { @@ -193,7 +194,7 @@ protected function getEventDispatcher(): EventDispatcherInterface } /** - * @return \Ibexa\Contracts\Core\Repository\Strategy\ContentThumbnail\ThumbnailStrategy|\PHPUnit\Framework\MockObject\MockObject + * @return ThumbnailStrategy|MockObject */ protected function getThumbnailStrategy() { @@ -205,7 +206,7 @@ protected function getThumbnailStrategy() } /** - * @return \Ibexa\Contracts\Core\Repository\Repository|\PHPUnit\Framework\MockObject\MockObject + * @return APIRepository|MockObject */ protected function getRepositoryMock() { @@ -217,7 +218,7 @@ protected function getRepositoryMock() } /** - * @return \Ibexa\Contracts\Core\Repository\PermissionResolver|\PHPUnit\Framework\MockObject\MockObject + * @return PermissionResolver|MockObject */ protected function getPermissionResolverMock() { @@ -225,7 +226,7 @@ protected function getPermissionResolverMock() } /** - * @return \Ibexa\Contracts\Core\Repository\PermissionService|\PHPUnit\Framework\MockObject\MockObject + * @return PermissionService|MockObject */ protected function getPermissionServiceMock(): PermissionService { @@ -237,7 +238,7 @@ protected function getPermissionServiceMock(): PermissionService } /** - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Repository\Mapper\ContentDomainMapper + * @return MockObject|ContentDomainMapper */ protected function getContentDomainMapperMock(): MockObject { @@ -249,7 +250,7 @@ protected function getContentDomainMapperMock(): MockObject } /** - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper + * @return MockObject|ContentTypeDomainMapper */ protected function getContentTypeDomainMapperMock() { @@ -263,7 +264,7 @@ protected function getContentTypeDomainMapperMock() /** * Returns a persistence Handler mock. * - * @return \Ibexa\Contracts\Core\Persistence\Handler|\PHPUnit\Framework\MockObject\MockObject + * @return Handler|MockObject */ protected function getPersistenceMock() { @@ -318,7 +319,7 @@ protected function getPersistenceMock() return $this->persistenceMock; } - protected function getTransactionHandlerMock(): MockObject&TransactionHandler + protected function getTransactionHandlerMock(): MockObject & TransactionHandler { if (!isset($this->transactionHandlerMock)) { $this->transactionHandlerMock = $this->createMock(TransactionHandler::class); @@ -337,7 +338,7 @@ protected function getRelationProcessorMock() * * @param string $handler For instance "Content\Type\Handler" or "Search\Handler", must be relative to "Ibexa\Contracts\Core" * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ protected function getSPIMockHandler($handler) { @@ -357,7 +358,7 @@ protected function getSPIMockHandler($handler) * * @param string $handler For instance "Content\Type\Handler", must be relative to "Ibexa\Contracts\Core\Persistence" * - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ protected function getPersistenceMockHandler($handler) { @@ -390,7 +391,7 @@ protected function getStubbedUser($id) } /** - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Repository\Permission\LimitationService + * @return MockObject|LimitationService */ protected function getLimitationServiceMock(): MockObject { @@ -413,7 +414,7 @@ protected function getLanguageResolverMock(): LanguageResolver /** * @param string[] $methods * - * @return \Ibexa\Core\Repository\Mapper\RoleDomainMapper|\PHPUnit\Framework\MockObject\MockObject + * @return RoleDomainMapper|MockObject */ protected function getRoleDomainMapperMock(array $methods = []): RoleDomainMapper { diff --git a/tests/lib/Repository/Service/Mock/BookmarkTest.php b/tests/lib/Repository/Service/Mock/BookmarkTest.php index 729847beac..a49a3a98e5 100644 --- a/tests/lib/Repository/Service/Mock/BookmarkTest.php +++ b/tests/lib/Repository/Service/Mock/BookmarkTest.php @@ -11,6 +11,7 @@ use Exception; use Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark; use Ibexa\Contracts\Core\Persistence\Bookmark\CreateStruct; +use Ibexa\Contracts\Core\Persistence\Bookmark\Handler; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\PermissionResolver; @@ -27,7 +28,7 @@ class BookmarkTest extends BaseServiceMockTest public const CURRENT_USER_ID = 7; public const LOCATION_ID = 1; - /** @var \Ibexa\Contracts\Core\Persistence\Bookmark\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $bookmarkHandler; protected function setUp(): void @@ -108,7 +109,7 @@ public function testCreateBookmarkThrowsInvalidArgumentException() */ public function testCreateBookmarkWithRollback() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $location = $this->createLocation(self::LOCATION_ID); @@ -162,7 +163,7 @@ public function testDeleteBookmarkExisting() */ public function testDeleteBookmarkWithRollback() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $location = $this->createLocation(self::LOCATION_ID); @@ -348,8 +349,10 @@ private function assertTransactionIsRollback(callable $operation): void $repository->expects(self::once())->method('rollback'); } - private function createLocation(int $id = self::CURRENT_USER_ID, string $name = 'Lorem ipsum...'): Location - { + private function createLocation( + int $id = self::CURRENT_USER_ID, + string $name = 'Lorem ipsum...' + ): Location { return new Location([ 'id' => $id, 'contentInfo' => new ContentInfo([ @@ -359,7 +362,7 @@ private function createLocation(int $id = self::CURRENT_USER_ID, string $name = } /** - * @return \Ibexa\Contracts\Core\Repository\BookmarkService|\PHPUnit\Framework\MockObject\MockObject + * @return \Ibexa\Contracts\Core\Repository\BookmarkService|MockObject */ private function createBookmarkService(?array $methods = null) { diff --git a/tests/lib/Repository/Service/Mock/ContentDomainMapperTest.php b/tests/lib/Repository/Service/Mock/ContentDomainMapperTest.php index 90b18f41e3..89ed151c5f 100644 --- a/tests/lib/Repository/Service/Mock/ContentDomainMapperTest.php +++ b/tests/lib/Repository/Service/Mock/ContentDomainMapperTest.php @@ -11,9 +11,11 @@ use DateTimeImmutable; use Ibexa\Contracts\Core\Persistence\Content\ContentInfo as SPIContentInfo; use Ibexa\Contracts\Core\Persistence\Content\Field as PersistenceContentField; +use Ibexa\Contracts\Core\Persistence\Content\Handler; use Ibexa\Contracts\Core\Persistence\Content\Location; use Ibexa\Contracts\Core\Persistence\Content\Type as PersistenceContentType; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo as SPIVersionInfo; +use Ibexa\Contracts\Core\Repository\Exceptions\Exception; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Location as APILocation; @@ -27,6 +29,7 @@ use Ibexa\Core\Repository\Values\Content\VersionInfo; use Ibexa\Core\Repository\Values\ContentType\FieldDefinitionCollection; use Ibexa\Tests\Core\Repository\Service\Mock\Base as BaseServiceMockTest; +use PHPUnit\Framework\MockObject\MockObject; use Psr\Log\LoggerInterface; use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait; @@ -148,7 +151,7 @@ public function testBuildLocationWithContentIsAlignedWithBuildLocation() } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\Exception + * @throws Exception * * @group legacy */ @@ -362,7 +365,7 @@ public function testBuildLocationDomainObjectsOnSearchResult( /** * Returns ContentDomainMapper. * - * @return \Ibexa\Core\Repository\Mapper\ContentDomainMapper + * @return ContentDomainMapper */ protected function getContentDomainMapper(): ContentDomainMapper { @@ -380,7 +383,7 @@ protected function getContentDomainMapper(): ContentDomainMapper } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Handler|\PHPUnit\Framework\MockObject\MockObject + * @return Handler|MockObject */ protected function getContentHandlerMock() { @@ -388,7 +391,7 @@ protected function getContentHandlerMock() } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Language\Handler|\PHPUnit\Framework\MockObject\MockObject + * @return \Ibexa\Contracts\Core\Persistence\Content\Language\Handler|MockObject */ protected function getLanguageHandlerMock() { @@ -396,7 +399,7 @@ protected function getLanguageHandlerMock() } /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Handler|\PHPUnit\Framework\MockObject\MockObject + * @return PersistenceContentType\Handler|MockObject */ protected function getTypeHandlerMock() { diff --git a/tests/lib/Repository/Service/Mock/ContentTest.php b/tests/lib/Repository/Service/Mock/ContentTest.php index 32087cd8d6..3473caaa4b 100644 --- a/tests/lib/Repository/Service/Mock/ContentTest.php +++ b/tests/lib/Repository/Service/Mock/ContentTest.php @@ -22,11 +22,14 @@ use Ibexa\Contracts\Core\Persistence\Content\ObjectState\Group as SPIObjectStateGroup; use Ibexa\Contracts\Core\Persistence\Content\UpdateStruct as SPIContentUpdateStruct; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo as SPIVersionInfo; +use Ibexa\Contracts\Core\Persistence\Handler; +use Ibexa\Contracts\Core\Repository\ContentTypeService; use Ibexa\Contracts\Core\Repository\ContentTypeService as APIContentTypeService; use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; +use Ibexa\Contracts\Core\Repository\LocationService; use Ibexa\Contracts\Core\Repository\LocationService as APILocationService; use Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface; use Ibexa\Contracts\Core\Repository\Repository; @@ -59,6 +62,7 @@ use Ibexa\Core\Repository\Values\ContentType\FieldDefinitionCollection; use Ibexa\Core\Repository\Values\User\UserReference; use Ibexa\Tests\Core\Repository\Service\Mock\Base as BaseServiceMockTest; +use PHPUnit\Framework\MockObject\MockObject; use Symfony\Component\Validator\Validator\ValidatorInterface; /** @@ -84,7 +88,7 @@ class ContentTest extends BaseServiceMockTest public function testConstructor(): void { $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Persistence\Handler $persistenceHandlerMock */ + /** @var Handler $persistenceHandlerMock */ $persistenceHandlerMock = $this->getPersistenceMockHandler('Handler'); $contentDomainMapperMock = $this->getContentDomainMapperMock(); $relationProcessorMock = $this->getRelationProcessorMock(); @@ -124,7 +128,7 @@ public function testConstructor(): void public function testLoadVersionInfoById() { $contentServiceMock = $this->getPartlyMockedContentService(['loadContentInfo']); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $domainMapperMock = $this->getContentDomainMapperMock(); $versionInfoMock = $this->createMock(APIVersionInfo::class); @@ -175,7 +179,7 @@ public function testLoadVersionInfoByIdAndVersionNumber() { $permissionResolver = $this->getPermissionResolverMock(); $contentServiceMock = $this->getPartlyMockedContentService(['loadContentInfo']); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $domainMapperMock = $this->getContentDomainMapperMock(); $versionInfoMock = $this->createMock(APIVersionInfo::class); @@ -223,7 +227,7 @@ public function testLoadVersionInfoByIdThrowsNotFoundException() $this->expectException(NotFoundException::class); $contentServiceMock = $this->getPartlyMockedContentService(['loadContentInfo']); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $contentHandler->expects(self::once()) @@ -256,7 +260,7 @@ public function testLoadVersionInfoByIdThrowsUnauthorizedExceptionNonPublishedVe $this->expectException(UnauthorizedException::class); $contentServiceMock = $this->getPartlyMockedContentService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $domainMapperMock = $this->getContentDomainMapperMock(); $versionInfoMock = $this->createMock(APIVersionInfo::class); @@ -299,7 +303,7 @@ public function testLoadVersionInfoByIdThrowsUnauthorizedExceptionNonPublishedVe public function testLoadVersionInfoByIdPublishedVersion() { $contentServiceMock = $this->getPartlyMockedContentService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $domainMapperMock = $this->getContentDomainMapperMock(); $versionInfoMock = $this->createMock(APIVersionInfo::class); @@ -344,7 +348,7 @@ public function testLoadVersionInfoByIdPublishedVersion() public function testLoadVersionInfoByIdNonPublishedVersion() { $contentServiceMock = $this->getPartlyMockedContentService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $domainMapperMock = $this->getContentDomainMapperMock(); $versionInfoMock = $this->createMock(APIVersionInfo::class); @@ -544,8 +548,12 @@ public function testLoadContentNotPublishedStatusUnauthorized() /** * @dataProvider internalLoadContentProviderById */ - public function testInternalLoadContentById(int $id, ?array $languages, ?int $versionNo, bool $useAlwaysAvailable): void - { + public function testInternalLoadContentById( + int $id, + ?array $languages, + ?int $versionNo, + bool $useAlwaysAvailable + ): void { if (!empty($languages) && $useAlwaysAvailable) { $spiContentInfo = new SPIContentInfo(['id' => $id, 'alwaysAvailable' => false]); } else { @@ -561,7 +569,7 @@ public function testInternalLoadContentById(int $id, ?array $languages, ?int $ve ]), ]); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $contentHandler ->expects(self::once()) @@ -586,8 +594,12 @@ public function testInternalLoadContentById(int $id, ?array $languages, ?int $ve /** * @dataProvider internalLoadContentProviderByRemoteId */ - public function testInternalLoadContentByRemoteId(string $remoteId, ?array $languages, ?int $versionNo, bool $useAlwaysAvailable) - { + public function testInternalLoadContentByRemoteId( + string $remoteId, + ?array $languages, + ?int $versionNo, + bool $useAlwaysAvailable + ) { $realId = 123; $spiContentInfo = new SPIContentInfo([ @@ -602,7 +614,7 @@ public function testInternalLoadContentByRemoteId(string $remoteId, ?array $lang ]); $contentService = $this->getPartlyMockedContentService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $contentHandler ->expects(self::once()) @@ -662,13 +674,13 @@ public function testInternalLoadContentByIdNotFound(): void $versionNo = 7; $languages = null; - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $contentHandler ->expects(self::once()) ->method('loadContentInfo') ->with($id) - ->willReturn(new SPIContent\ContentInfo(['id' => $id])); + ->willReturn(new SPIContentInfo(['id' => $id])); $contentHandler ->expects(self::once()) @@ -693,13 +705,13 @@ public function testInternalLoadContentByRemoteIdNotFound(): void $versionNo = 7; $languages = null; - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $contentHandler ->expects(self::once()) ->method('loadContentInfoByRemoteId') ->with($remoteId) - ->willReturn(new SPIContent\ContentInfo(['id' => $id])); + ->willReturn(new SPIContentInfo(['id' => $id])); $contentHandler ->expects(self::once()) @@ -815,7 +827,7 @@ public function testDeleteContentThrowsUnauthorizedException() ] ); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $contentHandler @@ -858,9 +870,9 @@ public function testDeleteContent() ->will(self::returnValue(true)); $contentService = $this->getPartlyMockedContentService(['internalLoadContentInfoById']); - /** @var \PHPUnit\Framework\MockObject\MockObject $urlAliasHandler */ + /** @var MockObject $urlAliasHandler */ $urlAliasHandler = $this->getPersistenceMock()->urlAliasHandler(); - /** @var \PHPUnit\Framework\MockObject\MockObject $locationHandler */ + /** @var MockObject $locationHandler */ $locationHandler = $this->getPersistenceMock()->locationHandler(); $contentInfo = $this->createMock(APIContentInfo::class); @@ -878,7 +890,7 @@ public function testDeleteContent() ] ); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $contentHandler @@ -925,7 +937,7 @@ public function testDeleteContent() */ public function testDeleteContentWithRollback() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $repository = $this->getRepositoryMock(); $permissionResolver = $this->getPermissionResolverMock(); @@ -936,7 +948,7 @@ public function testDeleteContentWithRollback() ->will(self::returnValue(true)); $contentService = $this->getPartlyMockedContentService(['internalLoadContentInfoById']); - /** @var \PHPUnit\Framework\MockObject\MockObject $locationHandler */ + /** @var MockObject $locationHandler */ $locationHandler = $this->getPersistenceMock()->locationHandler(); $contentInfo = $this->createMock(APIContentInfo::class); @@ -955,7 +967,7 @@ public function testDeleteContentWithRollback() ] ); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $contentHandler @@ -973,7 +985,7 @@ public function testDeleteContentWithRollback() $locationHandler->expects(self::once()) ->method('loadLocationsByContent') ->with(42) - ->will(self::throwException(new \Exception())); + ->will(self::throwException(new Exception())); $repository->expects(self::once())->method('rollback'); @@ -1003,7 +1015,7 @@ public function testDeleteVersionThrowsBadStateExceptionLastVersion() ->method('beginTransaction'); $contentService = $this->getPartlyMockedContentService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandler */ + /** @var MockObject $contentHandler */ $contentHandler = $this->getPersistenceMock()->contentHandler(); $contentInfo = $this->createMock(APIContentInfo::class); $versionInfo = $this->createMock(APIVersionInfo::class); @@ -1175,13 +1187,16 @@ public function testCreateContentThrowsInvalidArgumentExceptionDuplicateRemoteId /** * @param string $mainLanguageCode - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $structFields - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions + * @param Field[] $structFields + * @param APIFieldDefinition[] $fieldDefinitions * * @return array */ - protected function mapStructFieldsForCreate($mainLanguageCode, $structFields, $fieldDefinitions) - { + protected function mapStructFieldsForCreate( + $mainLanguageCode, + $structFields, + $fieldDefinitions + ) { $mappedFieldDefinitions = []; foreach ($fieldDefinitions as $fieldDefinition) { $mappedFieldDefinitions[$fieldDefinition->identifier] = $fieldDefinition; @@ -1206,8 +1221,8 @@ protected function mapStructFieldsForCreate($mainLanguageCode, $structFields, $f * identifier and language code. * * @param string $mainLanguageCode - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $structFields - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions + * @param Field[] $structFields + * @param APIFieldDefinition[] $fieldDefinitions * @param array $languageCodes * * @return array @@ -1254,12 +1269,14 @@ protected function determineValuesForCreate( /** * @param string $mainLanguageCode - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $structFields + * @param Field[] $structFields * * @return string[] */ - protected function determineLanguageCodesForCreate($mainLanguageCode, array $structFields) - { + protected function determineLanguageCodesForCreate( + $mainLanguageCode, + array $structFields + ) { $languageCodes = []; foreach ($structFields as $field) { @@ -1279,10 +1296,10 @@ protected function determineLanguageCodesForCreate($mainLanguageCode, array $str * Asserts that calling createContent() with given API field set causes calling * Handler::createContent() with given SPI field set. * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $structFields - * @param \Ibexa\Contracts\Core\Persistence\Content\Field[] $spiFields - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions - * @param \Ibexa\Contracts\Core\Repository\Values\Content\LocationCreateStruct[] $locationCreateStructs + * @param Field[] $structFields + * @param SPIField[] $spiFields + * @param APIFieldDefinition[] $fieldDefinitions + * @param LocationCreateStruct[] $locationCreateStructs */ protected function assertForTestCreateContentNonRedundantFieldSet( string $mainLanguageCode, @@ -1295,11 +1312,11 @@ protected function assertForTestCreateContentNonRedundantFieldSet( ): ContentCreateStruct { $repositoryMock = $this->getRepositoryMock(); $mockedService = $this->getPartlyMockedContentService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandlerMock */ + /** @var MockObject $contentHandlerMock */ $contentHandlerMock = $this->getPersistenceMock()->contentHandler(); - /** @var \PHPUnit\Framework\MockObject\MockObject $languageHandlerMock */ + /** @var MockObject $languageHandlerMock */ $languageHandlerMock = $this->getPersistenceMock()->contentLanguageHandler(); - /** @var \PHPUnit\Framework\MockObject\MockObject $objectStateHandlerMock */ + /** @var MockObject $objectStateHandlerMock */ $objectStateHandlerMock = $this->getPersistenceMock()->objectStateHandler(); $contentTypeServiceMock = $this->getContentTypeServiceMock(); $domainMapperMock = $this->getContentDomainMapperMock(); @@ -1426,9 +1443,9 @@ static function (ValueStub $value): string { $spiContent = new SPIContent( [ - 'versionInfo' => new SPIContent\VersionInfo( + 'versionInfo' => new SPIVersionInfo( [ - 'contentInfo' => new SPIContent\ContentInfo(['id' => 42]), + 'contentInfo' => new SPIContentInfo(['id' => 42]), 'versionNo' => 7, ] ), @@ -1514,8 +1531,11 @@ public function providerForTestCreateContentNonRedundantFieldSet1() * * @dataProvider providerForTestCreateContentNonRedundantFieldSet1 */ - public function testCreateContentNonRedundantFieldSet1($mainLanguageCode, $structFields, $spiFields) - { + public function testCreateContentNonRedundantFieldSet1( + $mainLanguageCode, + $structFields, + $spiFields + ) { $fieldDefinitions = [ new FieldDefinition( [ @@ -1619,8 +1639,11 @@ public function providerForTestCreateContentNonRedundantFieldSet2() * * @dataProvider providerForTestCreateContentNonRedundantFieldSet2 */ - public function testCreateContentNonRedundantFieldSet2($mainLanguageCode, $structFields, $spiFields) - { + public function testCreateContentNonRedundantFieldSet2( + $mainLanguageCode, + $structFields, + $spiFields + ) { $fieldDefinitions = [ new FieldDefinition( [ @@ -1835,8 +1858,11 @@ protected function fixturesForTestCreateContentNonRedundantFieldSetComplex() * * @dataProvider providerForTestCreateContentNonRedundantFieldSetComplex */ - public function testCreateContentNonRedundantFieldSetComplex($mainLanguageCode, $structFields, $spiFields) - { + public function testCreateContentNonRedundantFieldSetComplex( + $mainLanguageCode, + $structFields, + $spiFields + ) { $fieldDefinitions = $this->fixturesForTestCreateContentNonRedundantFieldSetComplex(); $this->assertForTestCreateContentNonRedundantFieldSet( @@ -1885,14 +1911,16 @@ public function providerForTestCreateContentWithInvalidLanguage() * * @dataProvider providerForTestCreateContentWithInvalidLanguage */ - public function testCreateContentWithInvalidLanguage($mainLanguageCode, $structFields) - { + public function testCreateContentWithInvalidLanguage( + $mainLanguageCode, + $structFields + ) { $this->expectException(APINotFoundException::class); $this->expectExceptionMessage('Could not find \'Language\' with identifier \'Klingon\''); $repositoryMock = $this->getRepositoryMock(); $mockedService = $this->getPartlyMockedContentService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $languageHandlerMock */ + /** @var MockObject $languageHandlerMock */ $languageHandlerMock = $this->getPersistenceMock()->contentLanguageHandler(); $contentTypeServiceMock = $this->getContentTypeServiceMock(); $domainMapperMock = $this->getContentDomainMapperMock(); @@ -2083,8 +2111,10 @@ public function providerForTestCreateContentThrowsContentValidationExceptionFiel * * @dataProvider providerForTestCreateContentThrowsContentValidationExceptionFieldDefinition */ - public function testCreateContentThrowsContentValidationExceptionFieldDefinition($mainLanguageCode, $structFields) - { + public function testCreateContentThrowsContentValidationExceptionFieldDefinition( + $mainLanguageCode, + $structFields + ) { $this->expectException(ContentValidationException::class); $this->expectExceptionMessage('Field definition \'identifier\' does not exist in the given content type'); @@ -2122,8 +2152,10 @@ public function providerForTestCreateContentThrowsContentValidationExceptionTran * * @dataProvider providerForTestCreateContentThrowsContentValidationExceptionTranslation */ - public function testCreateContentThrowsContentValidationExceptionTranslation($mainLanguageCode, $structFields) - { + public function testCreateContentThrowsContentValidationExceptionTranslation( + $mainLanguageCode, + $structFields + ) { $this->expectException(ContentValidationException::class); $this->expectExceptionMessage('You cannot set a value for the non-translatable Field definition \'identifier\' in language \'eng-US\''); @@ -2147,8 +2179,11 @@ public function testCreateContentThrowsContentValidationExceptionTranslation($ma ); } - private function provideCommonCreateContentObjects(array $fieldDefinitions, array $structFields, $mainLanguageCode): array - { + private function provideCommonCreateContentObjects( + array $fieldDefinitions, + array $structFields, + $mainLanguageCode + ): array { $contentType = new ContentType( [ 'id' => 123, @@ -2171,9 +2206,9 @@ private function provideCommonCreateContentObjects(array $fieldDefinitions, arra } private function commonContentCreateMocks( - \PHPUnit\Framework\MockObject\MockObject $languageHandlerMock, - \PHPUnit\Framework\MockObject\MockObject $contentTypeServiceMock, - \PHPUnit\Framework\MockObject\MockObject $repositoryMock, + MockObject $languageHandlerMock, + MockObject $contentTypeServiceMock, + MockObject $repositoryMock, ContentType $contentType ): void { $this->loadByLanguageCodeMock($languageHandlerMock); @@ -2188,7 +2223,7 @@ private function commonContentCreateMocks( ->will(self::returnValue($contentTypeServiceMock)); } - private function loadByLanguageCodeMock(\PHPUnit\Framework\MockObject\MockObject $languageHandlerMock): void + private function loadByLanguageCodeMock(MockObject $languageHandlerMock): void { $languageHandlerMock->expects(self::any()) ->method('loadByLanguageCode') @@ -2207,8 +2242,8 @@ static function () { * field being empty. * * @param string $mainLanguageCode - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $structFields - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions + * @param Field[] $structFields + * @param APIFieldDefinition[] $fieldDefinitions * * @return mixed */ @@ -2218,7 +2253,7 @@ protected function assertForTestCreateContentRequiredField( array $fieldDefinitions ) { $repositoryMock = $this->getRepositoryMock(); - /** @var \PHPUnit\Framework\MockObject\MockObject $languageHandlerMock */ + /** @var MockObject $languageHandlerMock */ $languageHandlerMock = $this->getPersistenceMock()->contentLanguageHandler(); $contentTypeServiceMock = $this->getContentTypeServiceMock(); $domainMapperMock = $this->getContentDomainMapperMock(); @@ -2349,8 +2384,8 @@ public function testCreateContentRequiredField( * field not being valid. * * @param string $mainLanguageCode - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $structFields - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions + * @param Field[] $structFields + * @param APIFieldDefinition[] $fieldDefinitions */ protected function assertForTestCreateContentThrowsContentFieldValidationException( $mainLanguageCode, @@ -2358,7 +2393,7 @@ protected function assertForTestCreateContentThrowsContentFieldValidationExcepti array $fieldDefinitions ): array { $repositoryMock = $this->getRepositoryMock(); - /** @var \PHPUnit\Framework\MockObject\MockObject $languageHandlerMock */ + /** @var MockObject $languageHandlerMock */ $languageHandlerMock = $this->getPersistenceMock()->contentLanguageHandler(); $contentTypeServiceMock = $this->getContentTypeServiceMock(); $domainMapperMock = $this->getContentDomainMapperMock(); @@ -2492,8 +2527,10 @@ public function providerForTestCreateContentThrowsContentFieldValidationExceptio * * @dataProvider providerForTestCreateContentThrowsContentFieldValidationException */ - public function testCreateContentThrowsContentFieldValidationException($mainLanguageCode, $structFields): void - { + public function testCreateContentThrowsContentFieldValidationException( + $mainLanguageCode, + $structFields + ): void { $this->expectException(ContentFieldValidationException::class); $this->expectExceptionMessage('Content fields did not validate'); @@ -2515,7 +2552,7 @@ public function testCreateContentThrowsContentFieldValidationException($mainLang } } - private function acceptFieldTypeValueMock(\PHPUnit\Framework\MockObject\MockObject $fieldTypeMock): void + private function acceptFieldTypeValueMock(MockObject $fieldTypeMock): void { $fieldTypeMock->expects(self::any()) ->method('acceptValue') @@ -2528,7 +2565,7 @@ static function ($valueString) { ); } - private function toHashFieldTypeMock(\PHPUnit\Framework\MockObject\MockObject $fieldTypeMock): void + private function toHashFieldTypeMock(MockObject $fieldTypeMock): void { $fieldTypeMock ->method('toHash') @@ -2537,14 +2574,14 @@ private function toHashFieldTypeMock(\PHPUnit\Framework\MockObject\MockObject $f }); } - private function getFieldTypeFieldTypeRegistryMock(\PHPUnit\Framework\MockObject\MockObject $fieldTypeMock): void + private function getFieldTypeFieldTypeRegistryMock(MockObject $fieldTypeMock): void { $this->getFieldTypeRegistryMock()->expects(self::any()) ->method('getFieldType') ->will(self::returnValue($fieldTypeMock)); } - private function isEmptyValueFieldTypeMock(\PHPUnit\Framework\MockObject\MockObject $fieldTypeMock): void + private function isEmptyValueFieldTypeMock(MockObject $fieldTypeMock): void { $emptyValue = new ValueStub(self::EMPTY_FIELD_VALUE); $fieldTypeMock->expects(self::any()) @@ -2559,7 +2596,7 @@ static function (ValueStub $value) use ($emptyValue): bool { } private function getUniqueHashDomainMapperMock( - \PHPUnit\Framework\MockObject\MockObject $domainMapperMock, + MockObject $domainMapperMock, self $that, ContentCreateStruct $contentCreateStruct ): void { @@ -2628,7 +2665,7 @@ public function testCreateContentWithLocations() $repositoryMock = $this->getRepositoryMock(); $mockedService = $this->getPartlyMockedContentService(); $locationServiceMock = $this->getLocationServiceMock(); - /** @var \PHPUnit\Framework\MockObject\MockObject $handlerMock */ + /** @var MockObject $handlerMock */ $handlerMock = $this->getPersistenceMock()->contentHandler(); $domainMapperMock = $this->getContentDomainMapperMock(); $spiLocationCreateStruct = new SPILocation\CreateStruct(); @@ -2688,9 +2725,9 @@ public function testCreateContentWithLocations() $spiContent = new SPIContent( [ - 'versionInfo' => new SPIContent\VersionInfo( + 'versionInfo' => new SPIVersionInfo( [ - 'contentInfo' => new SPIContent\ContentInfo(['id' => 42]), + 'contentInfo' => new SPIContentInfo(['id' => 42]), 'versionNo' => 7, ] ), @@ -2748,7 +2785,7 @@ public function testCreateContentWithLocationsDuplicateUnderParent() $contentTypeServiceMock = $this->getContentTypeServiceMock(); $domainMapperMock = $this->getContentDomainMapperMock(); $permissionResolver = $this->getPermissionResolverMock(); - /** @var \PHPUnit\Framework\MockObject\MockObject $languageHandlerMock */ + /** @var MockObject $languageHandlerMock */ $languageHandlerMock = $this->getPersistenceMock()->contentLanguageHandler(); $spiLocationCreateStruct = new SPILocation\CreateStruct(); $parentLocation = new Location(['id' => 321]); @@ -2938,7 +2975,7 @@ public function testCreateContentObjectStates() $repositoryMock = $this->getRepositoryMock(); $mockedService = $this->getPartlyMockedContentService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $handlerMock */ + /** @var MockObject $handlerMock */ $handlerMock = $this->getPersistenceMock()->contentHandler(); $domainMapperMock = $this->getContentDomainMapperMock(); @@ -2963,9 +3000,9 @@ public function testCreateContentObjectStates() $spiContent = new SPIContent( [ - 'versionInfo' => new SPIContent\VersionInfo( + 'versionInfo' => new SPIVersionInfo( [ - 'contentInfo' => new SPIContent\ContentInfo(['id' => 42]), + 'contentInfo' => new SPIContentInfo(['id' => 42]), 'versionNo' => 7, ] ), @@ -3003,7 +3040,7 @@ public function testCreateContentObjectStates() */ public function testCreateContentWithRollback() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $this->expectExceptionMessage('Store failed'); $fieldDefinitions = [ @@ -3035,12 +3072,12 @@ public function testCreateContentWithRollback() $repositoryMock->expects(self::never())->method('commit'); $repositoryMock->expects(self::once())->method('rollback'); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandlerMock */ + /** @var MockObject $contentHandlerMock */ $contentHandlerMock = $this->getPersistenceMock()->contentHandler(); $contentHandlerMock->expects(self::once()) ->method('create') ->with(self::anything()) - ->will(self::throwException(new \Exception('Store failed'))); + ->will(self::throwException(new Exception('Store failed'))); // Execute $this->partlyMockedContentService->createContent($contentCreateStruct, []); @@ -3157,13 +3194,16 @@ public function testUpdateContentThrowsUnauthorizedException() /** * @param string $initialLanguageCode - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $structFields + * @param Field[] $structFields * @param string[] $existingLanguages * * @return string[] */ - protected function determineLanguageCodesForUpdate($initialLanguageCode, array $structFields, $existingLanguages) - { + protected function determineLanguageCodesForUpdate( + $initialLanguageCode, + array $structFields, + $existingLanguages + ) { $languageCodes = array_fill_keys($existingLanguages, true); if ($initialLanguageCode !== null) { $languageCodes[$initialLanguageCode] = true; @@ -3182,14 +3222,18 @@ protected function determineLanguageCodesForUpdate($initialLanguageCode, array $ /** * @param string $initialLanguageCode - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $structFields + * @param Field[] $structFields * @param string $mainLanguageCode - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions + * @param APIFieldDefinition[] $fieldDefinitions * * @return array */ - protected function mapStructFieldsForUpdate($initialLanguageCode, $structFields, $mainLanguageCode, $fieldDefinitions) - { + protected function mapStructFieldsForUpdate( + $initialLanguageCode, + $structFields, + $mainLanguageCode, + $fieldDefinitions + ) { $initialLanguageCode = $initialLanguageCode ?: $mainLanguageCode; $mappedFieldDefinitions = []; @@ -3220,9 +3264,9 @@ protected function mapStructFieldsForUpdate($initialLanguageCode, $structFields, * identifier and language code. * * @param string $initialLanguageCode - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $structFields - * @param \Ibexa\Core\Repository\Values\Content\Content $content - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions + * @param Field[] $structFields + * @param Content $content + * @param APIFieldDefinition[] $fieldDefinitions * @param array $languageCodes * * @return array @@ -3290,10 +3334,10 @@ protected function stubValues(array $fieldValues) * Handler::updateContent() with given SPI field set. * * @param string $initialLanguageCode - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $structFields - * @param \Ibexa\Contracts\Core\Persistence\Content\Field[] $spiFields - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Field[] $existingFields - * @param \Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions + * @param Field[] $structFields + * @param SPIField[] $spiFields + * @param Field[] $existingFields + * @param APIFieldDefinition[] $fieldDefinitions * @param bool $execute * * @return mixed @@ -3313,9 +3357,9 @@ protected function assertForTestUpdateContentNonRedundantFieldSet( ->method('getCurrentUserReference') ->willReturn(new UserReference(169)); $mockedService = $this->getPartlyMockedContentService(['internalLoadContentById']); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandlerMock */ + /** @var MockObject $contentHandlerMock */ $contentHandlerMock = $this->getPersistenceMock()->contentHandler(); - /** @var \PHPUnit\Framework\MockObject\MockObject $languageHandlerMock */ + /** @var MockObject $languageHandlerMock */ $languageHandlerMock = $this->getPersistenceMock()->contentLanguageHandler(); $contentTypeServiceMock = $this->getContentTypeServiceMock(); $domainMapperMock = $this->getContentDomainMapperMock(); @@ -3504,9 +3548,9 @@ static function (SPIValue $value) use ($emptyValue): bool { $spiContent = new SPIContent( [ - 'versionInfo' => new SPIContent\VersionInfo( + 'versionInfo' => new SPIVersionInfo( [ - 'contentInfo' => new SPIContent\ContentInfo(['id' => 42]), + 'contentInfo' => new SPIContentInfo(['id' => 42]), 'versionNo' => 7, ] ), @@ -3602,8 +3646,11 @@ public function providerForTestUpdateContentNonRedundantFieldSet1() * * @dataProvider providerForTestUpdateContentNonRedundantFieldSet1 */ - public function testUpdateContentNonRedundantFieldSet1($initialLanguageCode, $structFields, $spiFields) - { + public function testUpdateContentNonRedundantFieldSet1( + $initialLanguageCode, + $structFields, + $spiFields + ) { $existingFields = [ new Field( [ @@ -3819,8 +3866,11 @@ public function providerForTestUpdateContentNonRedundantFieldSet2() * * @dataProvider providerForTestUpdateContentNonRedundantFieldSet2 */ - public function testUpdateContentNonRedundantFieldSet2($initialLanguageCode, $structFields, $spiFields) - { + public function testUpdateContentNonRedundantFieldSet2( + $initialLanguageCode, + $structFields, + $spiFields + ) { $existingFields = [ new Field( [ @@ -4087,8 +4137,11 @@ public function providerForTestUpdateContentNonRedundantFieldSet3() * * @dataProvider providerForTestUpdateContentNonRedundantFieldSet3 */ - public function testUpdateContentNonRedundantFieldSet3($initialLanguageCode, $structFields, $spiFields) - { + public function testUpdateContentNonRedundantFieldSet3( + $initialLanguageCode, + $structFields, + $spiFields + ) { $existingFields = [ new Field( [ @@ -4399,8 +4452,11 @@ public function providerForTestUpdateContentNonRedundantFieldSet4() * * @dataProvider providerForTestUpdateContentNonRedundantFieldSet4 */ - public function testUpdateContentNonRedundantFieldSet4($initialLanguageCode, $structFields, $spiFields) - { + public function testUpdateContentNonRedundantFieldSet4( + $initialLanguageCode, + $structFields, + $spiFields + ) { $existingFields = [ new Field( [ @@ -4786,8 +4842,11 @@ protected function fixturesForTestUpdateContentNonRedundantFieldSetComplex() * * @dataProvider providerForTestUpdateContentNonRedundantFieldSetComplex */ - public function testUpdateContentNonRedundantFieldSetComplex($initialLanguageCode, $structFields, $spiFields) - { + public function testUpdateContentNonRedundantFieldSetComplex( + $initialLanguageCode, + $structFields, + $spiFields + ) { list($existingFields, $fieldDefinitions) = $this->fixturesForTestUpdateContentNonRedundantFieldSetComplex(); $this->assertForTestUpdateContentNonRedundantFieldSet( @@ -4837,15 +4896,17 @@ public function providerForTestUpdateContentWithInvalidLanguage() * * @dataProvider providerForTestUpdateContentWithInvalidLanguage */ - public function testUpdateContentWithInvalidLanguage($initialLanguageCode, $structFields) - { + public function testUpdateContentWithInvalidLanguage( + $initialLanguageCode, + $structFields + ) { $this->expectException(APINotFoundException::class); $this->expectExceptionMessage('Could not find \'Language\' with identifier \'Klingon\''); $permissionResolverMock = $this->getPermissionResolverMock(); $mockedService = $this->getPartlyMockedContentService(['loadContent', 'internalLoadContentById']); $fieldTypeMock = $this->createMock(SPIFieldType::class); - /** @var \PHPUnit\Framework\MockObject\MockObject $languageHandlerMock */ + /** @var MockObject $languageHandlerMock */ $languageHandlerMock = $this->getPersistenceMock()->contentLanguageHandler(); $versionInfo = new VersionInfo( [ @@ -4949,7 +5010,7 @@ protected function assertForUpdateContentContentValidationException( ) { $permissionResolverMock = $this->getPermissionResolverMock(); $mockedService = $this->getPartlyMockedContentService(['internalLoadContentById', 'loadContent']); - /** @var \PHPUnit\Framework\MockObject\MockObject $languageHandlerMock */ + /** @var MockObject $languageHandlerMock */ $languageHandlerMock = $this->getPersistenceMock()->contentLanguageHandler(); $versionInfo = new VersionInfo( [ @@ -5115,8 +5176,10 @@ public function providerForTestUpdateContentThrowsContentValidationExceptionFiel * * @dataProvider providerForTestUpdateContentThrowsContentValidationExceptionFieldDefinition */ - public function testUpdateContentThrowsContentValidationExceptionFieldDefinition($initialLanguageCode, $structFields) - { + public function testUpdateContentThrowsContentValidationExceptionFieldDefinition( + $initialLanguageCode, + $structFields + ) { $this->expectException(ContentValidationException::class); $this->expectExceptionMessage('Field definition \'identifier\' does not exist in given content type'); @@ -5154,8 +5217,10 @@ public function providerForTestUpdateContentThrowsContentValidationExceptionTran * * @dataProvider providerForTestUpdateContentThrowsContentValidationExceptionTranslation */ - public function testUpdateContentThrowsContentValidationExceptionTranslation($initialLanguageCode, $structFields) - { + public function testUpdateContentThrowsContentValidationExceptionTranslation( + $initialLanguageCode, + $structFields + ) { $this->expectException(ContentValidationException::class); $this->expectExceptionMessage('You cannot set a value for the non-translatable Field definition \'identifier\' in language \'eng-US\''); @@ -5187,7 +5252,7 @@ public function assertForTestUpdateContentRequiredField( ) { $permissionResolver = $this->getPermissionResolverMock(); $mockedService = $this->getPartlyMockedContentService(['internalLoadContentById', 'loadContent']); - /** @var \PHPUnit\Framework\MockObject\MockObject $languageHandlerMock */ + /** @var MockObject $languageHandlerMock */ $languageHandlerMock = $this->getPersistenceMock()->contentLanguageHandler(); $fieldTypeMock = $this->createMock(SPIFieldType::class); $existingLanguageCodes = array_map( @@ -5546,7 +5611,7 @@ public function testUpdateContentThrowsContentFieldValidationException( */ public function testUpdateContentTransactionRollback() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $this->expectExceptionMessage('Store failed'); $existingFields = [ @@ -5588,7 +5653,7 @@ public function testUpdateContentTransactionRollback() $repositoryMock->expects(self::never())->method('commit'); $repositoryMock->expects(self::once())->method('rollback'); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandlerMock */ + /** @var MockObject $contentHandlerMock */ $contentHandlerMock = $this->getPersistenceMock()->contentHandler(); $contentHandlerMock->expects(self::once()) ->method('updateContent') @@ -5596,7 +5661,7 @@ public function testUpdateContentTransactionRollback() self::anything(), self::anything(), self::anything() - )->will(self::throwException(new \Exception('Store failed'))); + )->will(self::throwException(new Exception('Store failed'))); // Execute $this->partlyMockedContentService->updateContent($versionInfo, $contentUpdateStruct); @@ -5723,7 +5788,7 @@ public function testCopyContent() ->method('getContentInfo') ->will(self::returnValue($contentInfoMock)); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandlerMock */ + /** @var MockObject $contentHandlerMock */ $contentHandlerMock = $this->getPersistenceMock()->contentHandler(); $domainMapperMock = $this->getContentDomainMapperMock(); @@ -5855,7 +5920,7 @@ public function testCopyContentWithVersionInfo() ->method('getContentInfo') ->will(self::returnValue($contentInfoMock)); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandlerMock */ + /** @var MockObject $contentHandlerMock */ $contentHandlerMock = $this->getPersistenceMock()->contentHandler(); $domainMapperMock = $this->getContentDomainMapperMock(); @@ -5925,12 +5990,12 @@ public function testCopyContentWithVersionInfo() */ public function testCopyContentWithRollback() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $this->expectExceptionMessage('Handler threw an exception'); $repositoryMock = $this->getRepositoryMock(); $contentService = $this->getPartlyMockedContentService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $contentHandlerMock */ + /** @var MockObject $contentHandlerMock */ $contentHandlerMock = $this->getPersistenceMock()->contentHandler(); $locationCreateStruct = new LocationCreateStruct(); $locationCreateStruct->parentLocationId = 2; @@ -5991,14 +6056,17 @@ public function testCopyContentWithRollback() * * Plain usage as in when content type is loaded directly. * - * @param \Ibexa\Contracts\Core\Persistence\Content $spiContent + * @param SPIContent $spiContent * @param array $translations * @param bool $useAlwaysAvailable * - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return MockObject|APIContent */ - private function mockBuildContentDomainObject(SPIContent $spiContent, ?array $translations = null, ?bool $useAlwaysAvailable = null) - { + private function mockBuildContentDomainObject( + SPIContent $spiContent, + ?array $translations = null, + ?bool $useAlwaysAvailable = null + ) { $contentTypeId = $spiContent->versionInfo->contentInfo->contentTypeId; $contentTypeServiceMock = $this->getContentTypeServiceMock(); $repositoryMock = $this->getRepositoryMock(); @@ -6032,7 +6100,7 @@ private function mockBuildContentDomainObject(SPIContent $spiContent, ?array $tr protected function mockGetDefaultObjectStates() { - /** @var \PHPUnit\Framework\MockObject\MockObject $objectStateHandlerMock */ + /** @var MockObject $objectStateHandlerMock */ $objectStateHandlerMock = $this->getPersistenceMock()->objectStateHandler(); $objectStateGroups = [ @@ -6072,7 +6140,7 @@ protected function mockGetDefaultObjectStates() protected function mockSetDefaultObjectStates() { - /** @var \PHPUnit\Framework\MockObject\MockObject $objectStateHandlerMock */ + /** @var MockObject $objectStateHandlerMock */ $objectStateHandlerMock = $this->getPersistenceMock()->objectStateHandler(); $defaultObjectStates = [ @@ -6095,10 +6163,13 @@ protected function mockSetDefaultObjectStates() * @param int|null $modificationDate * @param bool $isHidden * - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Content + * @return APIContent */ - protected function mockPublishVersion($publicationDate = null, $modificationDate = null, $isHidden = false) - { + protected function mockPublishVersion( + $publicationDate = null, + $modificationDate = null, + $isHidden = false + ) { $versionInfoMock = $this->createMock(APIVersionInfo::class); $contentInfoMock = $this->createMock(APIContentInfo::class); /* @var \PHPUnit\Framework\MockObject\MockObject $contentHandlerMock */ @@ -6176,12 +6247,12 @@ protected function mockPublishVersion($publicationDate = null, $modificationDate } /** - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Content $content + * @param APIContent $content */ protected function mockPublishUrlAliasesForContent(APIContent $content) { $nameSchemaServiceMock = $this->getNameSchemaServiceMock(); - /** @var \PHPUnit\Framework\MockObject\MockObject $urlAliasHandlerMock */ + /** @var MockObject $urlAliasHandlerMock */ $urlAliasHandlerMock = $this->getPersistenceMock()->urlAliasHandler(); $locationServiceMock = $this->getLocationServiceMock(); $location = $this->createMock(APILocation::class); @@ -6228,7 +6299,7 @@ protected function mockPublishUrlAliasesForContent(APIContent $content) protected $relationProcessorMock; /** - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Core\Repository\Helper\RelationProcessor + * @return MockObject|RelationProcessor */ protected function getRelationProcessorMock() { @@ -6240,13 +6311,13 @@ protected function getRelationProcessorMock() } /** - * @var \PHPUnit\Framework\MockObject\MockObject + * @var MockObject * &\Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface */ protected NameSchemaServiceInterface $nameSchemaServiceMock; /** - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject * &\Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface */ protected function getNameSchemaServiceMock(): NameSchemaServiceInterface @@ -6261,7 +6332,7 @@ protected function getNameSchemaServiceMock(): NameSchemaServiceInterface protected $contentTypeServiceMock; /** - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Contracts\Core\Repository\ContentTypeService + * @return MockObject|ContentTypeService */ protected function getContentTypeServiceMock() { @@ -6275,7 +6346,7 @@ protected function getContentTypeServiceMock() protected $locationServiceMock; /** - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Contracts\Core\Repository\LocationService + * @return MockObject|LocationService */ protected function getLocationServiceMock() { @@ -6286,7 +6357,7 @@ protected function getLocationServiceMock() return $this->locationServiceMock; } - /** @var \Ibexa\Core\Repository\ContentService */ + /** @var ContentService */ protected $partlyMockedContentService; /** @@ -6296,10 +6367,12 @@ protected function getLocationServiceMock() * * @param string[] $methods * - * @return \Ibexa\Core\Repository\ContentService|\PHPUnit\Framework\MockObject\MockObject + * @return ContentService|MockObject */ - protected function getPartlyMockedContentService(?array $methods = null, int $gracePeriodInSeconds = 0) - { + protected function getPartlyMockedContentService( + ?array $methods = null, + int $gracePeriodInSeconds = 0 + ) { if (!isset($this->partlyMockedContentService)) { $this->partlyMockedContentService = $this->getMockBuilder(ContentService::class) ->setMethods($methods) @@ -6329,7 +6402,7 @@ protected function getPartlyMockedContentService(?array $methods = null, int $gr } /** - * @return \Ibexa\Contracts\Core\Repository\Repository|\PHPUnit\Framework\MockObject\MockObject + * @return Repository|MockObject */ protected function getRepositoryMock(): Repository { diff --git a/tests/lib/Repository/Service/Mock/PermissionTest.php b/tests/lib/Repository/Service/Mock/PermissionTest.php index 268d378e1a..4686a8a6df 100644 --- a/tests/lib/Repository/Service/Mock/PermissionTest.php +++ b/tests/lib/Repository/Service/Mock/PermissionTest.php @@ -21,6 +21,7 @@ use Ibexa\Core\Repository\Repository as CoreRepository; use Ibexa\Core\Repository\Values\User\UserReference; use Ibexa\Tests\Core\Repository\Service\Mock\Base as BaseServiceMockTest; +use PHPUnit\Framework\MockObject\MockObject; /** * Mock test case for PermissionResolver. @@ -103,8 +104,10 @@ public function providerForTestHasAccessReturnsTrue() * * @dataProvider providerForTestHasAccessReturnsTrue */ - public function testHasAccessReturnsTrue(array $roles, array $roleAssignments) - { + public function testHasAccessReturnsTrue( + array $roles, + array $roleAssignments + ) { /** @var $userHandlerMock \PHPUnit\Framework\MockObject\MockObject */ $userHandlerMock = $this->getPersistenceMock()->userHandler(); $mockedService = $this->getPermissionResolverMock(null); @@ -174,8 +177,10 @@ public function providerForTestHasAccessReturnsFalse() * * @dataProvider providerForTestHasAccessReturnsFalse */ - public function testHasAccessReturnsFalse(array $roles, array $roleAssignments) - { + public function testHasAccessReturnsFalse( + array $roles, + array $roleAssignments + ) { /** @var $userHandlerMock \PHPUnit\Framework\MockObject\MockObject */ $userHandlerMock = $this->getPersistenceMock()->userHandler(); $service = $this->getPermissionResolverMock(null); @@ -286,8 +291,10 @@ public function providerForTestHasAccessReturnsPermissionSets() * * @dataProvider providerForTestHasAccessReturnsPermissionSets */ - public function testHasAccessReturnsPermissionSets(array $roles, array $roleAssignments) - { + public function testHasAccessReturnsPermissionSets( + array $roles, + array $roleAssignments + ) { /** @var $userHandlerMock \PHPUnit\Framework\MockObject\MockObject */ $userHandlerMock = $this->getPersistenceMock()->userHandler(); $roleDomainMapper = $this->getRoleDomainMapperMock(['buildDomainPolicyObject']); @@ -400,8 +407,10 @@ public function providerForTestHasAccessReturnsLimitationNotFoundException() * * @dataProvider providerForTestHasAccessReturnsLimitationNotFoundException */ - public function testHasAccessReturnsLimitationNotFoundException(array $roles, array $roleAssignments) - { + public function testHasAccessReturnsLimitationNotFoundException( + array $roles, + array $roleAssignments + ) { $this->expectException(LimitationNotFoundException::class); /** @var $userHandlerMock \PHPUnit\Framework\MockObject\MockObject */ @@ -515,8 +524,10 @@ public function providerForTestHasAccessReturnsInvalidArgumentValueException() * * @dataProvider providerForTestHasAccessReturnsInvalidArgumentValueException */ - public function testHasAccessReturnsInvalidArgumentValueException(array $roles, array $roleAssignments) - { + public function testHasAccessReturnsInvalidArgumentValueException( + array $roles, + array $roleAssignments + ) { $this->expectException(InvalidArgumentValue::class); $permissionResolverMock = $this->getPermissionResolverMock(['getCurrentUserReference']); @@ -539,11 +550,11 @@ public function providerForTestHasAccessReturnsPermissionSetsWithRoleLimitation( [ [ 'dummy-module', 'dummy-function', [ - 'Subtree' => [ - '/1/2/', + 'Subtree' => [ + '/1/2/', + ], ], ], - ], ], 32 ), @@ -580,8 +591,10 @@ public function providerForTestHasAccessReturnsPermissionSetsWithRoleLimitation( * * @dataProvider providerForTestHasAccessReturnsPermissionSetsWithRoleLimitation */ - public function testHasAccessReturnsPermissionSetsWithRoleLimitation(array $roles, array $roleAssignments) - { + public function testHasAccessReturnsPermissionSetsWithRoleLimitation( + array $roles, + array $roleAssignments + ) { /** @var $userHandlerMock \PHPUnit\Framework\MockObject\MockObject */ $userHandlerMock = $this->getPersistenceMock()->userHandler(); $limitationTypeMock = $this->createMock(Type::class); @@ -652,10 +665,12 @@ public function testHasAccessReturnsPermissionSetsWithRoleLimitation(array $role * @param array $policiesData * @param mixed $roleId * - * @return \Ibexa\Contracts\Core\Persistence\User\Role + * @return Role */ - private function createRole(array $policiesData, $roleId = null) - { + private function createRole( + array $policiesData, + $roleId = null + ) { $policies = []; foreach ($policiesData as $policyData) { $policies[] = new Policy( @@ -691,8 +706,10 @@ public function providerForTestCanUserSimple() * * @dataProvider providerForTestCanUserSimple */ - public function testCanUserSimple($permissionSets, $result) - { + public function testCanUserSimple( + $permissionSets, + $result + ) { $permissionResolverMock = $this->getPermissionResolverMock(['hasAccess']); $permissionResolverMock @@ -889,8 +906,11 @@ public function providerForTestCanUserComplex() * * @dataProvider providerForTestCanUserComplex */ - public function testCanUserComplex(array $roleLimitationEvaluations, array $policyLimitationEvaluations, $userCan) - { + public function testCanUserComplex( + array $roleLimitationEvaluations, + array $policyLimitationEvaluations, + $userCan + ) { /** @var $valueObject \Ibexa\Contracts\Core\Repository\Values\ValueObject */ $valueObject = $this->createMock(ValueObject::class); $limitationServiceMock = $this->getLimitationServiceMock(); @@ -1008,7 +1028,7 @@ public function testGetCurrentUserReferenceReturnsAnonymousUser() protected $permissionResolverMock; /** - * @return \Ibexa\Contracts\Core\Repository\PermissionResolver|\PHPUnit\Framework\MockObject\MockObject + * @return \Ibexa\Contracts\Core\Repository\PermissionResolver|MockObject */ protected function getPermissionResolverMock($methods = []) { @@ -1068,7 +1088,7 @@ protected function getUserReferenceMock() protected $repositoryMock; /** - * @return \Ibexa\Contracts\Core\Repository\Repository|\PHPUnit\Framework\MockObject\MockObject + * @return Repository|MockObject */ protected function getRepositoryMock(): Repository { diff --git a/tests/lib/Repository/Service/Mock/RelationProcessorTest.php b/tests/lib/Repository/Service/Mock/RelationProcessorTest.php index 274a03565c..0a9db7ff51 100644 --- a/tests/lib/Repository/Service/Mock/RelationProcessorTest.php +++ b/tests/lib/Repository/Service/Mock/RelationProcessorTest.php @@ -20,6 +20,7 @@ use Ibexa\Core\Repository\Values\Content\Relation as RelationValue; use Ibexa\Core\Repository\Values\ContentType\FieldDefinition; use Ibexa\Tests\Core\Repository\Service\Mock\Base as BaseServiceMockTest; +use PHPUnit\Framework\MockObject\MockObject; use Psr\Log\LoggerInterface; /** @@ -164,8 +165,10 @@ public function providerForTestAppendRelations() * * @dataProvider providerForTestAppendRelations */ - public function testAppendFieldRelations(array $fieldRelations, array $expected) - { + public function testAppendFieldRelations( + array $fieldRelations, + array $expected + ) { $locationHandler = $this->getPersistenceMock()->locationHandler(); $relationProcessor = $this->getPartlyMockedRelationProcessor(); $fieldValueMock = $this->getMockForAbstractClass(Value::class); @@ -207,8 +210,12 @@ public function testAppendFieldRelations(array $fieldRelations, array $expected) /** * Assert loading Locations to find Content id in {@link RelationProcessor::appendFieldRelations()} method. */ - protected function assertLocationHandlerExpectation($locationHandlerMock, $fieldRelations, $type, &$callCounter) - { + protected function assertLocationHandlerExpectation( + $locationHandlerMock, + $fieldRelations, + $type, + &$callCounter + ) { if (isset($fieldRelations[$type]['locationIds'])) { foreach ($fieldRelations[$type]['locationIds'] as $locationId) { $locationHandlerMock->expects(self::at($callCounter)) @@ -645,8 +652,12 @@ public function testProcessFieldRelationsWhenRelationFieldNoLongerExists() $relationProcessor->processFieldRelations([], 24, 2, $contentTypeMock, $existingRelations); } - protected function getStubbedRelation($id, $type, $fieldDefinitionId, $contentId) - { + protected function getStubbedRelation( + $id, + $type, + $fieldDefinitionId, + $contentId + ) { return new RelationValue( [ 'id' => $id, @@ -666,7 +677,7 @@ protected function getStubbedRelation($id, $type, $fieldDefinitionId, $contentId * * @param string[] $methods * - * @return \Ibexa\Core\Repository\Helper\RelationProcessor|\PHPUnit\Framework\MockObject\MockObject + * @return RelationProcessor|MockObject */ protected function getPartlyMockedRelationProcessor(?array $methods = null) { @@ -681,7 +692,7 @@ protected function getPartlyMockedRelationProcessor(?array $methods = null) } /** - * @return \PHPUnit\Framework\MockObject\MockObject + * @return MockObject */ protected function getFieldTypeServiceMock() { diff --git a/tests/lib/Repository/Service/Mock/RoleTest.php b/tests/lib/Repository/Service/Mock/RoleTest.php index d3123bb412..c9d30c02cf 100644 --- a/tests/lib/Repository/Service/Mock/RoleTest.php +++ b/tests/lib/Repository/Service/Mock/RoleTest.php @@ -30,6 +30,7 @@ use Ibexa\Core\Repository\Permission\LimitationService; use Ibexa\Core\Repository\RoleService; use Ibexa\Tests\Core\Repository\Service\Mock\Base as BaseServiceMockTest; +use PHPUnit\Framework\MockObject\MockObject; /** * @covers \Ibexa\Contracts\Core\Repository\RoleService @@ -67,7 +68,7 @@ public function testCreateRoleThrowsLimitationValidationException() $roleServiceMock = $this->getPartlyMockedRoleService(['loadRoleByIdentifier'], $settings); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\RoleCreateStruct $roleCreateStructMock */ + /** @var RoleCreateStruct $roleCreateStructMock */ $roleCreateStructMock = $this->createMock(RoleCreateStruct::class); $policyCreateStructMock = $this->createMock(PolicyCreateStruct::class); @@ -248,9 +249,9 @@ public function testAssignRoleToUserThrowsUnauthorizedException() $this->expectException(UnauthorizedException::class); $roleServiceMock = $this->getPartlyMockedRoleService(); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Role $roleMock */ + /** @var Role $roleMock */ $roleMock = $this->createMock(Role::class); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\User $userMock */ + /** @var User $userMock */ $userMock = $this->createMock(User::class); $permissionResolverMock = $this->getPermissionResolverMock(); @@ -294,9 +295,9 @@ public function testAssignRoleToUserThrowsLimitationValidationException() $roleServiceMock = $this->getPartlyMockedRoleService(null, $settings); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Role $roleMock */ + /** @var Role $roleMock */ $roleMock = $this->createMock(Role::class); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\User $userMock */ + /** @var User $userMock */ $userMock = $this->createMock(User::class); $permissionResolverMock = $this->getPermissionResolverMock(); @@ -321,9 +322,9 @@ public function testAssignRoleToUserThrowsBadStateException() $this->expectException(BadStateException::class); $roleServiceMock = $this->getPartlyMockedRoleService(); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Role $roleMock */ + /** @var Role $roleMock */ $roleMock = $this->createMock(Role::class); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\User $userMock */ + /** @var User $userMock */ $userMock = $this->createMock(User::class); $limitationMock = $this->createMock(RoleLimitation::class); @@ -563,9 +564,9 @@ public function testAssignRoleToUserGroupThrowsUnauthorizedException() $repository = $this->getRepositoryMock(); $roleServiceMock = $this->getPartlyMockedRoleService(); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Role $roleMock */ + /** @var Role $roleMock */ $roleMock = $this->createMock(Role::class); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroupMock */ + /** @var UserGroup $userGroupMock */ $userGroupMock = $this->createMock(UserGroup::class); $permissionResolverMock = $this->getPermissionResolverMock(); @@ -610,9 +611,9 @@ public function testAssignRoleToUserGroupThrowsLimitationValidationException() $roleServiceMock = $this->getPartlyMockedRoleService(null, $settings); $repository = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Role $roleMock */ + /** @var Role $roleMock */ $roleMock = $this->createMock(Role::class); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroupMock */ + /** @var UserGroup $userGroupMock */ $userGroupMock = $this->createMock(UserGroup::class); $permissionResolverMock = $this->getPermissionResolverMock(); @@ -638,9 +639,9 @@ public function testAssignRoleGroupToUserThrowsBadStateException() $repository = $this->getRepositoryMock(); $roleServiceMock = $this->getPartlyMockedRoleService(); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\Role $roleMock */ + /** @var Role $roleMock */ $roleMock = $this->createMock(Role::class); - /** @var \Ibexa\Contracts\Core\Repository\Values\User\UserGroup $userGroupMock */ + /** @var UserGroup $userGroupMock */ $userGroupMock = $this->createMock(UserGroup::class); $limitationMock = $this->createMock(RoleLimitation::class); @@ -1036,7 +1037,7 @@ public function testRemovePolicyByRoleDraft() $roleServiceMock->removePolicyByRoleDraft($roleDraftMock, $policyDraftMock); } - /** @var \Ibexa\Core\Repository\RoleService */ + /** @var RoleService */ protected $partlyMockedRoleService; /** @@ -1046,9 +1047,9 @@ public function testRemovePolicyByRoleDraft() * * @param string[] $methods * @param array $settings - * @param \Ibexa\Core\Repository\Mapper\RoleDomainMapper|null $roleDomainMapper + * @param RoleDomainMapper|null $roleDomainMapper * - * @return \Ibexa\Core\Repository\RoleService|\PHPUnit\Framework\MockObject\MockObject + * @return RoleService|MockObject */ protected function getPartlyMockedRoleService( ?array $methods = null, @@ -1084,7 +1085,7 @@ protected function getPartlyMockedRoleService( } /** - * @return \Ibexa\Contracts\Core\Repository\Repository|\PHPUnit\Framework\MockObject\MockObject + * @return Repository|MockObject */ protected function getRepositoryMock(): Repository { diff --git a/tests/lib/Repository/Service/Mock/SearchTest.php b/tests/lib/Repository/Service/Mock/SearchTest.php index fdd14abe7b..99d7aca5e9 100644 --- a/tests/lib/Repository/Service/Mock/SearchTest.php +++ b/tests/lib/Repository/Service/Mock/SearchTest.php @@ -20,12 +20,14 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; +use Ibexa\Contracts\Core\Search\Handler; use Ibexa\Core\Repository\ContentService; use Ibexa\Core\Repository\Permission\PermissionCriterionResolver; use Ibexa\Core\Repository\SearchService; use Ibexa\Core\Search\Common\BackgroundIndexer; use Ibexa\Core\Search\Common\BackgroundIndexer\NullIndexer; use Ibexa\Tests\Core\Repository\Service\Mock\Base as BaseServiceMockTest; +use PHPUnit\Framework\MockObject\MockObject; /** * Mock test case for Search service. @@ -46,7 +48,7 @@ class SearchTest extends BaseServiceMockTest public function testConstructor() { $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $contentDomainMapperMock = $this->getContentDomainMapperMock(); $permissionsCriterionResolverMock = $this->getPermissionCriterionResolverMock(); @@ -95,12 +97,14 @@ public function providerForFindContentValidatesLocationCriteriaAndSortClauses() /** * @dataProvider providerForFindContentValidatesLocationCriteriaAndSortClauses */ - public function testFindContentValidatesLocationCriteriaAndSortClauses($query, $exceptionMessage) - { + public function testFindContentValidatesLocationCriteriaAndSortClauses( + $query, + $exceptionMessage + ) { $this->expectException(InvalidArgumentException::class); $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $permissionsCriterionResolverMock = $this->getPermissionCriterionResolverMock(); @@ -144,12 +148,14 @@ public function providerForFindSingleValidatesLocationCriteria() /** * @dataProvider providerForFindSingleValidatesLocationCriteria */ - public function testFindSingleValidatesLocationCriteria($criterion, $exceptionMessage) - { + public function testFindSingleValidatesLocationCriteria( + $criterion, + $exceptionMessage + ) { $this->expectException(InvalidArgumentException::class); $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $permissionsCriterionResolverMock = $this->getPermissionCriterionResolverMock(); $service = new SearchService( @@ -179,11 +185,11 @@ public function testFindSingleValidatesLocationCriteria($criterion, $exceptionMe */ public function testFindContentThrowsHandlerException() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $this->expectExceptionMessage('Handler threw an exception'); $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $permissionsCriterionResolverMock = $this->getPermissionCriterionResolverMock(); @@ -196,7 +202,7 @@ public function testFindContentThrowsHandlerException() [] ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterionMock */ + /** @var Criterion $criterionMock */ $criterionMock = $this ->getMockBuilder(Criterion::class) ->disableOriginalConstructor() @@ -264,7 +270,7 @@ public function testFindContentWhenDomainMapperThrowsException() */ public function testFindContentNoPermissionsFilter() { - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $repositoryMock = $this->getRepositoryMock(); $service = new SearchService( @@ -329,7 +335,7 @@ public function testFindContentNoPermissionsFilter() */ public function testFindContentWithPermission() { - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $domainMapperMock = $this->getContentDomainMapperMock(); $permissionsCriterionResolverMock = $this->getPermissionCriterionResolverMock(); @@ -402,7 +408,7 @@ public function testFindContentWithPermission() */ public function testFindContentWithNoPermission() { - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $permissionsCriterionResolverMock = $this->getPermissionCriterionResolverMock(); $service = new SearchService( @@ -446,7 +452,7 @@ public function testFindContentWithNoPermission() */ public function testFindContentWithDefaultQueryValues() { - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $domainMapperMock = $this->getContentDomainMapperMock(); $service = new SearchService( @@ -520,7 +526,7 @@ public function testFindSingleThrowsNotFoundException() $this->expectException(NotFoundException::class); $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $service = new SearchService( $repositoryMock, @@ -531,7 +537,7 @@ public function testFindSingleThrowsNotFoundException() [] ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterionMock */ + /** @var Criterion $criterionMock */ $criterionMock = $this ->getMockBuilder(Criterion::class) ->disableOriginalConstructor() @@ -553,11 +559,11 @@ public function testFindSingleThrowsNotFoundException() */ public function testFindSingleThrowsHandlerException() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $this->expectExceptionMessage('Handler threw an exception'); $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $permissionsCriterionResolverMock = $this->getPermissionCriterionResolverMock(); $service = new SearchService( @@ -569,7 +575,7 @@ public function testFindSingleThrowsHandlerException() [] ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterionMock */ + /** @var Criterion $criterionMock */ $criterionMock = $this ->getMockBuilder(Criterion::class) ->disableOriginalConstructor() @@ -586,7 +592,7 @@ public function testFindSingleThrowsHandlerException() public function testFindSingle(): void { $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Search\Handler&\PHPUnit\Framework\MockObject\MockObject $searchHandlerMock */ + /** @var Handler&MockObject $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $domainMapperMock = $this->getContentDomainMapperMock(); $permissionsCriterionResolverMock = $this->getPermissionCriterionResolverMock(); @@ -609,7 +615,7 @@ public function testFindSingle(): void ->getMock() ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterionMock */ + /** @var Criterion $criterionMock */ $criterionMock = $this ->getMockBuilder(Criterion::class) ->disableOriginalConstructor() @@ -649,7 +655,7 @@ public function testFindSingle(): void public function testFindLocationsWithPermission() { $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $domainMapperMock = $this->getContentDomainMapperMock(); $permissionsCriterionResolverMock = $this->getPermissionCriterionResolverMock(); @@ -720,7 +726,7 @@ public function testFindLocationsWithPermission() public function testFindLocationsWithNoPermissionsFilter() { $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $domainMapperMock = $this->getContentDomainMapperMock(); $permissionsCriterionResolverMock = $this->getPermissionCriterionResolverMock(); @@ -836,11 +842,11 @@ public function testFindLocationsBackgroundIndexerWhenDomainMapperThrowsExceptio */ public function testFindLocationsThrowsHandlerException() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $this->expectExceptionMessage('Handler threw an exception'); $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $permissionsCriterionResolverMock = $this->getPermissionCriterionResolverMock(); @@ -853,7 +859,7 @@ public function testFindLocationsThrowsHandlerException() [] ); - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion $criterionMock */ + /** @var Criterion $criterionMock */ $criterionMock = $this ->getMockBuilder(Criterion::class) ->disableOriginalConstructor() @@ -874,7 +880,7 @@ public function testFindLocationsThrowsHandlerException() public function testFindLocationsWithDefaultQueryValues() { $repositoryMock = $this->getRepositoryMock(); - /** @var \Ibexa\Contracts\Core\Search\Handler $searchHandlerMock */ + /** @var Handler $searchHandlerMock */ $searchHandlerMock = $this->getSPIMockHandler('Search\\Handler'); $domainMapperMock = $this->getContentDomainMapperMock(); $service = new SearchService( @@ -937,7 +943,7 @@ public function testFindLocationsWithDefaultQueryValues() } /** - * @return \PHPUnit\Framework\MockObject\MockObject|\Ibexa\Contracts\Core\Repository\PermissionCriterionResolver + * @return MockObject|\Ibexa\Contracts\Core\Repository\PermissionCriterionResolver */ protected function getPermissionCriterionResolverMock() { diff --git a/tests/lib/Repository/Service/Mock/UrlAliasTest.php b/tests/lib/Repository/Service/Mock/UrlAliasTest.php index ed1aee598f..eaf567ce16 100644 --- a/tests/lib/Repository/Service/Mock/UrlAliasTest.php +++ b/tests/lib/Repository/Service/Mock/UrlAliasTest.php @@ -10,11 +10,13 @@ use Exception; use Ibexa\Contracts\Core\Persistence\Content\UrlAlias as SPIUrlAlias; +use Ibexa\Contracts\Core\Persistence\Content\UrlAlias\Handler; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as ApiNotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\LanguageResolver; use Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\Values\Content\URLAlias; use Ibexa\Core\Base\Exceptions\ForbiddenException; use Ibexa\Core\Base\Exceptions\NotFoundException; @@ -36,10 +38,10 @@ class UrlAliasTest extends BaseServiceMockTest private const EXAMPLE_OFFSET = 10; private const EXAMPLE_LIMIT = 100; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver|\PHPUnit\Framework\MockObject\MockObject */ + /** @var PermissionResolver|MockObject */ private $permissionResolver; - /** @var \Ibexa\Contracts\Core\Persistence\Content\UrlAlias\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $urlAliasHandler; protected function setUp(): void @@ -56,7 +58,7 @@ public function testConstructor() { $repositoryMock = $this->getRepositoryMock(); - $service = new UrlALiasService( + $service = new URLAliasService( $repositoryMock, $this->urlAliasHandler, $this->getNameSchemaServiceMock(), @@ -71,7 +73,7 @@ public function testConstructor() public function testLoad() { $mockedService = $this->getPartlyMockedURLAliasServiceService(['extractPath']); - /** @var \PHPUnit\Framework\MockObject\MockObject $urlAliasHandlerMock */ + /** @var MockObject $urlAliasHandlerMock */ $urlAliasHandlerMock = $this->getPersistenceMock()->urlAliasHandler(); $urlAliasHandlerMock @@ -114,7 +116,7 @@ public function testLoad() public function testLoadThrowsNotFoundException() { $mockedService = $this->getPartlyMockedURLAliasServiceService(['extractPath']); - /** @var \PHPUnit\Framework\MockObject\MockObject $urlAliasHandlerMock */ + /** @var MockObject $urlAliasHandlerMock */ $urlAliasHandlerMock = $this->getPersistenceMock()->urlAliasHandler(); $urlAliasHandlerMock @@ -240,7 +242,7 @@ public function testRemoveAliases() $repositoryMock = $this->getRepositoryMock(); $mockedService = $this->getPartlyMockedURLAliasServiceService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $urlAliasHandlerMock */ + /** @var MockObject $urlAliasHandlerMock */ $urlAliasHandlerMock = $this->getPersistenceMock()->urlAliasHandler(); $repositoryMock @@ -290,7 +292,7 @@ public function testRemoveAliasesWithRollback() $repositoryMock = $this->getRepositoryMock(); $mockedService = $this->getPartlyMockedURLAliasServiceService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $urlAliasHandlerMock */ + /** @var MockObject $urlAliasHandlerMock */ $urlAliasHandlerMock = $this->getPersistenceMock()->urlAliasHandler(); $repositoryMock @@ -714,8 +716,11 @@ public function providerForTestListAutogeneratedLocationAliasesPath() * * @dataProvider providerForTestListAutogeneratedLocationAliasesPath */ - public function testListAutogeneratedLocationAliasesPath($spiUrlAliases, $prioritizedLanguageCodes, $paths) - { + public function testListAutogeneratedLocationAliasesPath( + $spiUrlAliases, + $prioritizedLanguageCodes, + $paths + ) { $urlAliasService = $this->getPartlyMockedURLAliasServiceService( null, $prioritizedLanguageCodes, @@ -1000,8 +1005,10 @@ public function providerForTestListAutogeneratedLocationAliasesEmpty() * * @dataProvider providerForTestListAutogeneratedLocationAliasesEmpty */ - public function testListAutogeneratedLocationAliasesEmpty($spiUrlAliases, $prioritizedLanguageCodes) - { + public function testListAutogeneratedLocationAliasesEmpty( + $spiUrlAliases, + $prioritizedLanguageCodes + ) { $urlAliasService = $this->getPartlyMockedURLAliasServiceService( null, $prioritizedLanguageCodes @@ -1783,8 +1790,11 @@ public function providerForTestListAutogeneratedLocationAliasesMultipleLanguages * * @dataProvider providerForTestListAutogeneratedLocationAliasesMultipleLanguagesPath */ - public function testListAutogeneratedLocationAliasesMultipleLanguagesPath($spiUrlAliases, $prioritizedLanguageCodes, $paths) - { + public function testListAutogeneratedLocationAliasesMultipleLanguagesPath( + $spiUrlAliases, + $prioritizedLanguageCodes, + $paths + ) { $urlAliasService = $this->getPartlyMockedURLAliasServiceService( null, $prioritizedLanguageCodes @@ -1891,8 +1901,10 @@ public function providerForTestListAutogeneratedLocationAliasesMultipleLanguages * * @dataProvider providerForTestListAutogeneratedLocationAliasesMultipleLanguagesEmpty */ - public function testListAutogeneratedLocationAliasesMultipleLanguagesEmpty($spiUrlAliases, $prioritizedLanguageCodes) - { + public function testListAutogeneratedLocationAliasesMultipleLanguagesEmpty( + $spiUrlAliases, + $prioritizedLanguageCodes + ) { $urlAliasService = $this->getPartlyMockedURLAliasServiceService( null, $prioritizedLanguageCodes @@ -2602,21 +2614,21 @@ public function testListGlobalAliasesEmpty() self::equalTo(-1) )->willReturn( [ - new SPIUrlAlias( - [ - 'pathData' => [ - [ - 'always-available' => false, - 'translations' => [ - 'ger-DE' => 'squirrel', - ], + new SPIUrlAlias( + [ + 'pathData' => [ + [ + 'always-available' => false, + 'translations' => [ + 'ger-DE' => 'squirrel', ], ], - 'languageCodes' => ['ger-DE'], - 'alwaysAvailable' => false, - ] - ), - ] + ], + 'languageCodes' => ['ger-DE'], + 'alwaysAvailable' => false, + ] + ), + ] ); $urlAliases = $urlAliasService->listGlobalAliases(); @@ -2693,8 +2705,11 @@ public function providerForTestLookupThrowsNotFoundExceptionPath() * * @dataProvider providerForTestLookupThrowsNotFoundExceptionPath */ - public function testLookupThrowsNotFoundExceptionPathNotMatchedOrNotLoadable($url, $prioritizedLanguageList, $languageCode) - { + public function testLookupThrowsNotFoundExceptionPathNotMatchedOrNotLoadable( + $url, + $prioritizedLanguageList, + $languageCode + ) { $this->expectException(NotFoundException::class); $urlAliasService = $this->getPartlyMockedURLAliasServiceService( @@ -2711,22 +2726,22 @@ public function testLookupThrowsNotFoundExceptionPathNotMatchedOrNotLoadable($ur )->willReturn( new SPIUrlAlias( [ - 'pathData' => [ - [ - 'always-available' => false, - 'translations' => ['ger-DE' => 'ein'], - ], - [ - 'always-available' => false, - 'translations' => [ - 'cro-HR' => 'dva', - 'eng-GB' => 'two', - ], + 'pathData' => [ + [ + 'always-available' => false, + 'translations' => ['ger-DE' => 'ein'], + ], + [ + 'always-available' => false, + 'translations' => [ + 'cro-HR' => 'dva', + 'eng-GB' => 'two', ], ], - 'languageCodes' => ['eng-GB', 'cro-HR'], - 'alwaysAvailable' => false, - ] + ], + 'languageCodes' => ['eng-GB', 'cro-HR'], + 'alwaysAvailable' => false, + ] ) ); @@ -2750,8 +2765,12 @@ public function providerForTestLookup() * * @dataProvider providerForTestLookup */ - public function testLookup($prioritizedLanguageList, $showAllTranslations, $alwaysAvailable, $languageCode) - { + public function testLookup( + $prioritizedLanguageList, + $showAllTranslations, + $alwaysAvailable, + $languageCode + ) { $urlAliasService = $this->getPartlyMockedURLAliasServiceService( null, $prioritizedLanguageList, @@ -2931,13 +2950,13 @@ public function testReverseLookupThrowsNotFoundException() self::equalTo($languageCode) )->willReturn( [ - new UrlAlias( - [ - 'languageCodes' => ['eng-GB'], - 'alwaysAvailable' => false, - ] - ), - ] + new URLAlias( + [ + 'languageCodes' => ['eng-GB'], + 'alwaysAvailable' => false, + ] + ), + ] ); $urlAliasService->reverseLookup($location, $languageCode); @@ -2953,8 +2972,12 @@ public function providerForTestReverseLookup() * * @dataProvider providerForTestReverseLookup */ - public function testReverseLookupPath($spiUrlAliases, $prioritizedLanguageCodes, $paths, $reverseLookupLanguageCode) - { + public function testReverseLookupPath( + $spiUrlAliases, + $prioritizedLanguageCodes, + $paths, + $reverseLookupLanguageCode + ) { $urlAliasService = $this->getPartlyMockedURLAliasServiceService( null, $prioritizedLanguageCodes @@ -3041,7 +3064,7 @@ public function testCreateUrlAlias() $repositoryMock = $this->getRepositoryMock(); $mockedService = $this->getPartlyMockedURLAliasServiceService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $urlAliasHandlerMock */ + /** @var MockObject $urlAliasHandlerMock */ $urlAliasHandlerMock = $this->getPersistenceMock()->urlAliasHandler(); $repositoryMock @@ -3096,7 +3119,7 @@ public function testCreateUrlAlias() */ public function testCreateUrlAliasWithRollback() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $this->expectExceptionMessage('Handler threw an exception'); $location = $this->getLocationStub(); @@ -3114,7 +3137,7 @@ public function testCreateUrlAliasWithRollback() $repositoryMock = $this->getRepositoryMock(); $mockedService = $this->getPartlyMockedURLAliasServiceService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $urlAliasHandlerMock */ + /** @var MockObject $urlAliasHandlerMock */ $urlAliasHandlerMock = $this->getPersistenceMock()->urlAliasHandler(); $repositoryMock @@ -3157,7 +3180,7 @@ public function testCreateUrlAliasThrowsInvalidArgumentException() $location = $this->getLocationStub(); $mockedService = $this->getPartlyMockedURLAliasServiceService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $handlerMock */ + /** @var MockObject $handlerMock */ $handlerMock = $this->getPersistenceMock()->urlAliasHandler(); $this->permissionResolver @@ -3212,7 +3235,7 @@ public function testCreateGlobalUrlAlias() $repositoryMock = $this->getRepositoryMock(); $mockedService = $this->getPartlyMockedURLAliasServiceService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $urlAliasHandlerMock */ + /** @var MockObject $urlAliasHandlerMock */ $urlAliasHandlerMock = $this->getPersistenceMock()->urlAliasHandler(); $repositoryMock @@ -3267,7 +3290,7 @@ public function testCreateGlobalUrlAlias() */ public function testCreateGlobalUrlAliasWithRollback() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $this->expectExceptionMessage('Handler threw an exception'); $resource = 'module:content/search'; @@ -3284,7 +3307,7 @@ public function testCreateGlobalUrlAliasWithRollback() $repositoryMock = $this->getRepositoryMock(); $mockedService = $this->getPartlyMockedURLAliasServiceService(); - /** @var \PHPUnit\Framework\MockObject\MockObject $urlAliasHandlerMock */ + /** @var MockObject $urlAliasHandlerMock */ $urlAliasHandlerMock = $this->getPersistenceMock()->urlAliasHandler(); $repositoryMock @@ -3456,7 +3479,7 @@ public function testCreateGlobalUrlAliasForLocation() /** * @param int $id * - * @return \Ibexa\Core\Repository\Values\Content\Location + * @return Location */ protected function getLocationStub($id = 42) { @@ -3467,8 +3490,10 @@ protected function getLocationStub($id = 42) * @param object $urlAliasService * @param array $configuration */ - protected function setConfiguration($urlAliasService, array $configuration) - { + protected function setConfiguration( + $urlAliasService, + array $configuration + ) { $refObject = new \ReflectionObject($urlAliasService); $refProperty = $refObject->getProperty('settings'); $refProperty->setAccessible(true); @@ -3485,7 +3510,7 @@ protected function setConfiguration($urlAliasService, array $configuration) * * @param string[] $methods * - * @return \Ibexa\Core\Repository\URLAliasService|\PHPUnit\Framework\MockObject\MockObject + * @return URLAliasService|MockObject */ protected function getPartlyMockedURLAliasServiceService( ?array $methods = null, @@ -3593,13 +3618,13 @@ public function testRemoveAliasesThrowsUnauthorizedException() $mockedService->removeAliases($aliasList); } - protected function getNameSchemaServiceMock(): MockObject&NameSchemaServiceInterface + protected function getNameSchemaServiceMock(): MockObject & NameSchemaServiceInterface { return $this->createMock(NameSchemaServiceInterface::class); } /** - * @param \Ibexa\Contracts\Core\Persistence\Content\UrlAlias[] $spiUrlAliases + * @param SPIUrlAlias[] $spiUrlAliases */ private function configureListURLAliasesForLocation(array $spiUrlAliases): void { diff --git a/tests/lib/Repository/Service/Mock/UrlTest.php b/tests/lib/Repository/Service/Mock/UrlTest.php index a36e809331..70894eded3 100644 --- a/tests/lib/Repository/Service/Mock/UrlTest.php +++ b/tests/lib/Repository/Service/Mock/UrlTest.php @@ -10,6 +10,7 @@ use DateTime; use Ibexa\Contracts\Core\Persistence\URL\URL as SpiUrl; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\SearchService; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\Query as ContentQuery; @@ -25,6 +26,7 @@ use Ibexa\Core\Base\Exceptions\UnauthorizedException; use Ibexa\Core\Repository\URLService; use Ibexa\Tests\Core\Repository\Service\Mock\Base as BaseServiceMockTest; +use PHPUnit\Framework\MockObject\MockObject; class UrlTest extends BaseServiceMockTest { @@ -32,10 +34,10 @@ class UrlTest extends BaseServiceMockTest private const URL_IBEXA_CO = 'http://ibexa.co'; private const URL_IBEXA_COM = 'http://ibexa.com'; - /** @var \Ibexa\Contracts\Core\Repository\URLService|\PHPUnit\Framework\MockObject\MockObject */ + /** @var \Ibexa\Contracts\Core\Repository\URLService|MockObject */ private $urlHandler; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver|\PHPUnit\Framework\MockObject\MockObject */ + /** @var PermissionResolver|MockObject */ private $permissionResolver; protected function setUp(): void @@ -160,7 +162,10 @@ public function testUpdateUrl() $this->urlHandler ->expects(self::once()) ->method('updateUrl') - ->willReturnCallback(function ($id, $struct) use ($apiUrl, $apiStruct) { + ->willReturnCallback(function ( + $id, + $struct + ) use ($apiUrl, $apiStruct) { $this->assertEquals($apiUrl->id, $id); $this->assertEquals($apiStruct->url, $struct->url); @@ -220,7 +225,10 @@ public function testUpdateUrlStatus() $this->urlHandler ->expects(self::once()) ->method('updateUrl') - ->willReturnCallback(function ($id, $struct) use ($apiUrl, $apiStruct) { + ->willReturnCallback(function ( + $id, + $struct + ) use ($apiUrl, $apiStruct) { $this->assertEquals($apiUrl->id, $id); $this->assertEquals($apiUrl->url, $struct->url); @@ -343,8 +351,12 @@ public function testLoadByUrl() /** * @dataProvider dateProviderForFindUsages */ - public function testFindUsages($offset, $limit, ContentQuery $expectedQuery, array $usages) - { + public function testFindUsages( + $offset, + $limit, + ContentQuery $expectedQuery, + array $usages + ) { $url = $this->getApiUrl(self::URL_ID, self::URL_IBEXA_CO); if (!empty($usages)) { @@ -433,8 +445,10 @@ protected function configureUrlViewPermissionForHasAccess($hasAccess = false) ->willReturn($hasAccess); } - protected function configureUrlViewPermission($object, $hasAccess = false) - { + protected function configureUrlViewPermission( + $object, + $hasAccess = false + ) { $this->permissionResolver ->expects(self::once()) ->method('canUser') @@ -446,8 +460,10 @@ protected function configureUrlViewPermission($object, $hasAccess = false) ->will(self::returnValue($hasAccess)); } - protected function configureUrlUpdatePermission($object, $hasAccess = false) - { + protected function configureUrlUpdatePermission( + $object, + $hasAccess = false + ) { $this->permissionResolver ->expects(self::once()) ->method('canUser') @@ -469,7 +485,7 @@ protected function configurePermissions(array $permissions) } /** - * @return \Ibexa\Contracts\Core\Repository\URLService|\PHPUnit\Framework\MockObject\MockObject + * @return \Ibexa\Contracts\Core\Repository\URLService|MockObject */ private function createUrlService(?array $methods = null) { @@ -480,8 +496,10 @@ private function createUrlService(?array $methods = null) ->getMock(); } - private function getApiUrl($id = null, $url = null) - { + private function getApiUrl( + $id = null, + $url = null + ) { return new URL(['id' => $id, 'url' => $url]); } } diff --git a/tests/lib/Repository/Service/Mock/UrlWildcardTest.php b/tests/lib/Repository/Service/Mock/UrlWildcardTest.php index 2019c47261..c19af04914 100644 --- a/tests/lib/Repository/Service/Mock/UrlWildcardTest.php +++ b/tests/lib/Repository/Service/Mock/UrlWildcardTest.php @@ -10,15 +10,18 @@ use Exception; use Ibexa\Contracts\Core\Persistence\Content\UrlWildcard as SPIURLWildcard; +use Ibexa\Contracts\Core\Persistence\Content\UrlWildcard\Handler; use Ibexa\Contracts\Core\Repository\Exceptions\ContentValidationException; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; +use Ibexa\Contracts\Core\Repository\PermissionResolver; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcard; use Ibexa\Contracts\Core\Repository\Values\Content\URLWildcardTranslationResult; use Ibexa\Core\Base\Exceptions\NotFoundException as APINotFoundException; use Ibexa\Core\Repository\URLWildcardService; use Ibexa\Tests\Core\Repository\Service\Mock\Base as BaseServiceMockTest; +use PHPUnit\Framework\MockObject\MockObject; /** * Mock Test case for UrlWildcard Service. @@ -27,10 +30,10 @@ class UrlWildcardTest extends BaseServiceMockTest { private const EXAMPLE_URL_WILDCARD_ID = 1; - /** @var \Ibexa\Contracts\Core\Repository\PermissionResolver|\PHPUnit\Framework\MockObject\MockObject */ + /** @var PermissionResolver|MockObject */ private $permissionResolver; - /** @var \Ibexa\Contracts\Core\Persistence\Content\UrlWildcard\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $urlWildcardHandler; protected function setUp(): void @@ -116,8 +119,11 @@ public function providerForTestCreateThrowsContentValidationException() * * @dataProvider providerForTestCreateThrowsContentValidationException */ - public function testCreateThrowsContentValidationException($sourceUrl, $destinationUrl, $forward) - { + public function testCreateThrowsContentValidationException( + $sourceUrl, + $destinationUrl, + $forward + ) { $this->expectException(ContentValidationException::class); $mockedService = $this->getPartlyMockedURLWildcardService(); @@ -164,8 +170,11 @@ public function providerForTestCreate() * * @dataProvider providerForTestCreate */ - public function testCreate($sourceUrl, $destinationUrl, $forward) - { + public function testCreate( + $sourceUrl, + $destinationUrl, + $forward + ) { $mockedService = $this->getPartlyMockedURLWildcardService(); $sourceUrl = '/' . trim($sourceUrl, '/ '); @@ -235,7 +244,7 @@ public function testCreate($sourceUrl, $destinationUrl, $forward) */ public function testCreateWithRollback() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $mockedService = $this->getPartlyMockedURLWildcardService(); @@ -359,7 +368,7 @@ public function testRemove() */ public function testRemoveWithRollback() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $wildcard = new URLWildcard(['id' => self::EXAMPLE_URL_WILDCARD_ID]); @@ -403,7 +412,7 @@ public function testRemoveWithRollback() */ public function testLoadThrowsException() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $mockedService = $this->getPartlyMockedURLWildcardService(); @@ -584,8 +593,10 @@ public function providerForTestTranslateThrowsNotFoundException() * * @dataProvider providerForTestTranslateThrowsNotFoundException */ - public function testTranslateThrowsNotFoundException($createArray, $url) - { + public function testTranslateThrowsNotFoundException( + $createArray, + $url + ) { $this->expectException(NotFoundException::class); $mockedService = $this->getPartlyMockedURLWildcardService(); @@ -691,8 +702,11 @@ public function providerForTestTranslate() * * @dataProvider providerForTestTranslate */ - public function testTranslate($createArray, $url, $uri) - { + public function testTranslate( + $createArray, + $url, + $uri + ) { $mockedService = $this->getPartlyMockedURLWildcardService(); $trimmedUrl = trim($url, '/ '); @@ -762,7 +776,7 @@ public function testTranslateUsesLongestMatchingWildcard() * * @param string[] $methods * - * @return \Ibexa\Core\Repository\URLWildcardService|\PHPUnit\Framework\MockObject\MockObject + * @return URLWildcardService|MockObject */ protected function getPartlyMockedURLWildcardService(?array $methods = null) { diff --git a/tests/lib/Repository/Service/Mock/UserPasswordValidatorTest.php b/tests/lib/Repository/Service/Mock/UserPasswordValidatorTest.php index ebee11608b..dfe88e9680 100644 --- a/tests/lib/Repository/Service/Mock/UserPasswordValidatorTest.php +++ b/tests/lib/Repository/Service/Mock/UserPasswordValidatorTest.php @@ -20,8 +20,11 @@ class UserPasswordValidatorTest extends TestCase /** * @dataProvider dateProviderForValidate */ - public function testValidate(array $constraints, string $password, array $expectedErrors) - { + public function testValidate( + array $constraints, + string $password, + array $expectedErrors + ) { $validator = new UserPasswordValidator($constraints); self::assertEqualsCanonicalizing($expectedErrors, $validator->validate($password), ''); diff --git a/tests/lib/Repository/Service/Mock/UserPreferenceTest.php b/tests/lib/Repository/Service/Mock/UserPreferenceTest.php index 7d35327973..3dbc733a44 100644 --- a/tests/lib/Repository/Service/Mock/UserPreferenceTest.php +++ b/tests/lib/Repository/Service/Mock/UserPreferenceTest.php @@ -9,6 +9,7 @@ namespace Ibexa\Tests\Core\Repository\Service\Mock; use Exception; +use Ibexa\Contracts\Core\Persistence\UserPreference\Handler; use Ibexa\Contracts\Core\Persistence\UserPreference\UserPreference; use Ibexa\Contracts\Core\Persistence\UserPreference\UserPreferenceSetStruct; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; @@ -18,6 +19,7 @@ use Ibexa\Core\Repository\UserPreferenceService; use Ibexa\Core\Repository\Values\User\UserReference; use Ibexa\Tests\Core\Repository\Service\Mock\Base as BaseServiceMockTest; +use PHPUnit\Framework\MockObject\MockObject; class UserPreferenceTest extends BaseServiceMockTest { @@ -25,7 +27,7 @@ class UserPreferenceTest extends BaseServiceMockTest public const USER_PREFERENCE_NAME = 'setting'; public const USER_PREFERENCE_VALUE = 'value'; - /** @var \Ibexa\Contracts\Core\Persistence\UserPreference\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $userSPIPreferenceHandler; protected function setUp(): void @@ -91,7 +93,7 @@ public function testSetUserPreferenceThrowsInvalidArgumentException() */ public function testSetUserPreferenceWithRollback() { - $this->expectException(\Exception::class); + $this->expectException(Exception::class); $apiUserPreferenceSetStruct = new APIUserPreferenceSetStruct([ 'name' => 'setting', @@ -189,7 +191,7 @@ public function testGetUserPreferenceCount() } /** - * @return \Ibexa\Contracts\Core\Repository\UserPreferenceService|\PHPUnit\Framework\MockObject\MockObject + * @return \Ibexa\Contracts\Core\Repository\UserPreferenceService|MockObject */ private function createAPIUserPreferenceService(?array $methods = null) { diff --git a/tests/lib/Repository/Service/Mock/UserTest.php b/tests/lib/Repository/Service/Mock/UserTest.php index 2a9e09c47a..d2e39c0fe7 100644 --- a/tests/lib/Repository/Service/Mock/UserTest.php +++ b/tests/lib/Repository/Service/Mock/UserTest.php @@ -8,12 +8,16 @@ namespace Ibexa\Tests\Core\Repository\Service\Mock; use Exception; +use Ibexa\Contracts\Core\Persistence\User\Handler; use Ibexa\Contracts\Core\Persistence\User\Handler as PersistenceUserHandler; use Ibexa\Contracts\Core\Persistence\User\RoleAssignment; +use Ibexa\Contracts\Core\Repository\ContentService; use Ibexa\Contracts\Core\Repository\ContentService as APIContentService; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException; use Ibexa\Contracts\Core\Repository\PasswordHashService; use Ibexa\Contracts\Core\Repository\Repository; use Ibexa\Contracts\Core\Repository\UserService as APIUserService; +use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo as APIContentInfo; use Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo as APIVersionInfo; use Ibexa\Contracts\Core\Repository\Values\User\User; @@ -22,6 +26,7 @@ use Ibexa\Core\Repository\User\PasswordValidatorInterface; use Ibexa\Core\Repository\UserService; use Ibexa\Tests\Core\Repository\Service\Mock\Base as BaseServiceMockTest; +use PHPUnit\Framework\MockObject\MockObject; /** * @covers \Ibexa\Core\Repository\UserService @@ -31,7 +36,7 @@ class UserTest extends BaseServiceMockTest private const MOCKED_USER_ID = 42; /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ public function testDeleteUser(): void { @@ -53,7 +58,7 @@ public function testDeleteUser(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws UnauthorizedException */ public function testDeleteUserWithRollback(): void { @@ -86,7 +91,7 @@ public function testDeleteUserWithRollback(): void * * @param string[] $methods * - * @return \Ibexa\Contracts\Core\Repository\UserService&\PHPUnit\Framework\MockObject\MockObject + * @return APIUserService&MockObject */ protected function getPartlyMockedUserService(?array $methods = null): APIUserService { @@ -107,12 +112,12 @@ protected function getPartlyMockedUserService(?array $methods = null): APIUserSe } /** - * @param \Ibexa\Contracts\Core\Repository\Repository&\PHPUnit\Framework\MockObject\MockObject $repository - * @param \Ibexa\Contracts\Core\Repository\UserService&\PHPUnit\Framework\MockObject\MockObject $userService - * @param \Ibexa\Contracts\Core\Repository\ContentService&\PHPUnit\Framework\MockObject\MockObject $contentService - * @param \Ibexa\Contracts\Core\Repository\Values\User\User&\PHPUnit\Framework\MockObject\MockObject $user - * @param \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo&\PHPUnit\Framework\MockObject\MockObject $contentInfo - * @param \Ibexa\Contracts\Core\Persistence\User\Handler&\PHPUnit\Framework\MockObject\MockObject $userHandler + * @param Repository&MockObject $repository + * @param APIUserService&MockObject $userService + * @param ContentService&MockObject $contentService + * @param APIUser&MockObject $user + * @param ContentInfo&MockObject $contentInfo + * @param Handler&MockObject $userHandler */ private function mockDeleteUserFlow( Repository $repository, diff --git a/tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php b/tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php index 672dd03a11..4187c7aece 100644 --- a/tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php +++ b/tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php @@ -9,6 +9,7 @@ use Closure; use Ibexa\Contracts\Core\Repository\LanguageResolver; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use ReflectionClass; use ReflectionMethod; @@ -31,13 +32,13 @@ abstract class AbstractServiceTestCase extends TestCase */ public const LANG_ARG = 0; - /** @var \object|\PHPUnit\Framework\MockObject\MockObject */ + /** @var object|MockObject */ protected $innerApiServiceMock; /** @var object */ protected $service; - /** @var \Ibexa\Contracts\Core\Repository\LanguageResolver|\PHPUnit\Framework\MockObject\MockObject */ + /** @var LanguageResolver|MockObject */ protected $languageResolverMock; abstract public function getAPIServiceClassName(); @@ -83,8 +84,11 @@ abstract public function providerForPassTroughMethods(); * @param array $arguments * @param mixed $return */ - final public function testForPassTrough($method, array $arguments, $return = true) - { + final public function testForPassTrough( + $method, + array $arguments, + $return = true + ) { if ($return) { $this->innerApiServiceMock ->expects(self::once()) @@ -120,8 +124,11 @@ abstract public function providerForLanguagesLookupMethods(); * * @return array */ - protected function setLanguagesLookupExpectedArguments(array $arguments, $languageArgumentIndex, array $languages) - { + protected function setLanguagesLookupExpectedArguments( + array $arguments, + $languageArgumentIndex, + array $languages + ) { $arguments[$languageArgumentIndex] = $languages; return $arguments; @@ -135,8 +142,10 @@ protected function setLanguagesLookupExpectedArguments(array $arguments, $langua * * @return array */ - protected function setLanguagesLookupArguments(array $arguments, $languageArgumentIndex) - { + protected function setLanguagesLookupArguments( + array $arguments, + $languageArgumentIndex + ) { $arguments[$languageArgumentIndex] = []; return $arguments; @@ -203,8 +212,11 @@ final public function testForLanguagesLookup( * * @return array */ - protected function setLanguagesPassTroughArguments(array $arguments, $languageArgumentIndex, array $languages) - { + protected function setLanguagesPassTroughArguments( + array $arguments, + $languageArgumentIndex, + array $languages + ) { $arguments[$languageArgumentIndex] = $languages; return $arguments; diff --git a/tests/lib/Repository/SiteAccessAware/ContentServiceTest.php b/tests/lib/Repository/SiteAccessAware/ContentServiceTest.php index fb53e65a0e..45eb10f402 100644 --- a/tests/lib/Repository/SiteAccessAware/ContentServiceTest.php +++ b/tests/lib/Repository/SiteAccessAware/ContentServiceTest.php @@ -8,6 +8,7 @@ namespace Ibexa\Tests\Core\Repository\SiteAccessAware; use Ibexa\Contracts\Core\Repository\ContentService as APIService; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; use Ibexa\Contracts\Core\Repository\Values\Content\Content; use Ibexa\Contracts\Core\Repository\Values\Content\ContentDraftList; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; @@ -27,7 +28,7 @@ use Ibexa\Core\Repository\Values\User\User; /** - * @property \Ibexa\Contracts\Core\Repository\ContentService $service + * @property APIService $service */ class ContentServiceTest extends AbstractServiceTestCase { @@ -129,7 +130,7 @@ public function providerForPassTroughMethods(): array } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function providerForLanguagesLookupMethods(): array { diff --git a/tests/lib/Repository/SiteAccessAware/SearchServiceTest.php b/tests/lib/Repository/SiteAccessAware/SearchServiceTest.php index 077985803a..e1b54074f9 100644 --- a/tests/lib/Repository/SiteAccessAware/SearchServiceTest.php +++ b/tests/lib/Repository/SiteAccessAware/SearchServiceTest.php @@ -60,8 +60,10 @@ public function providerForLanguagesLookupMethods() ]; } - protected function setLanguagesLookupArguments(array $arguments, $languageArgumentIndex) - { + protected function setLanguagesLookupArguments( + array $arguments, + $languageArgumentIndex + ) { $arguments[$languageArgumentIndex] = [ 'languages' => [], 'useAlwaysAvailable' => null, @@ -70,8 +72,11 @@ protected function setLanguagesLookupArguments(array $arguments, $languageArgume return $arguments; } - protected function setLanguagesLookupExpectedArguments(array $arguments, $languageArgumentIndex, array $languages) - { + protected function setLanguagesLookupExpectedArguments( + array $arguments, + $languageArgumentIndex, + array $languages + ) { $arguments[$languageArgumentIndex] = [ 'languages' => $languages, 'useAlwaysAvailable' => true, @@ -80,8 +85,11 @@ protected function setLanguagesLookupExpectedArguments(array $arguments, $langua return $arguments; } - protected function setLanguagesPassTroughArguments(array $arguments, $languageArgumentIndex, array $languages) - { + protected function setLanguagesPassTroughArguments( + array $arguments, + $languageArgumentIndex, + array $languages + ) { $arguments[$languageArgumentIndex] = [ 'languages' => $languages, 'useAlwaysAvailable' => true, diff --git a/tests/lib/Repository/SiteAccessAware/UrlAliasServiceTest.php b/tests/lib/Repository/SiteAccessAware/UrlAliasServiceTest.php index 62e31b8158..4bdb83b8c8 100644 --- a/tests/lib/Repository/SiteAccessAware/UrlAliasServiceTest.php +++ b/tests/lib/Repository/SiteAccessAware/UrlAliasServiceTest.php @@ -62,16 +62,22 @@ public function providerForLanguagesLookupMethods() ]; } - protected function setLanguagesLookupExpectedArguments(array $arguments, $languageArgumentIndex, array $languages) - { + protected function setLanguagesLookupExpectedArguments( + array $arguments, + $languageArgumentIndex, + array $languages + ) { $arguments[$languageArgumentIndex] = $languages; $arguments[$languageArgumentIndex - 1] = true; return $arguments; } - protected function setLanguagesPassTroughArguments(array $arguments, $languageArgumentIndex, array $languages) - { + protected function setLanguagesPassTroughArguments( + array $arguments, + $languageArgumentIndex, + array $languages + ) { return $this->setLanguagesLookupExpectedArguments($arguments, $languageArgumentIndex, $languages); } } diff --git a/tests/lib/Repository/Validator/TargetContentValidatorTest.php b/tests/lib/Repository/Validator/TargetContentValidatorTest.php index b7c0f07e1a..c3d8efd12e 100644 --- a/tests/lib/Repository/Validator/TargetContentValidatorTest.php +++ b/tests/lib/Repository/Validator/TargetContentValidatorTest.php @@ -10,24 +10,25 @@ use Ibexa\Contracts\Core\FieldType\ValidationError; use Ibexa\Contracts\Core\Persistence\Content; +use Ibexa\Contracts\Core\Persistence\Content\Handler; use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException; use Ibexa\Core\Repository\Validator\TargetContentValidator; use PHPUnit\Framework\TestCase; final class TargetContentValidatorTest extends TestCase { - /** @var \Ibexa\Contracts\Core\Persistence\Content\Handler|\PHPUnit_Framework_MockObject_MockObject */ + /** @var Handler|\PHPUnit_Framework_MockObject_MockObject */ private $contentHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler|\PHPUnit_Framework_MockObject_MockObject */ + /** @var Content\Type\Handler|\PHPUnit_Framework_MockObject_MockObject */ private $contentTypeHandler; - /** @var \Ibexa\Core\Repository\Validator\TargetContentValidator */ + /** @var TargetContentValidator */ private $targetContentValidator; public function setUp(): void { - $this->contentHandler = $this->createMock(Content\Handler::class); + $this->contentHandler = $this->createMock(Handler::class); $this->contentTypeHandler = $this->createMock(Content\Type\Handler::class); $this->targetContentValidator = new TargetContentValidator($this->contentHandler, $this->contentTypeHandler); diff --git a/tests/lib/Repository/Values/Content/ContentTest.php b/tests/lib/Repository/Values/Content/ContentTest.php index f1bdd191d1..9607d99b1a 100644 --- a/tests/lib/Repository/Values/Content/ContentTest.php +++ b/tests/lib/Repository/Values/Content/ContentTest.php @@ -20,10 +20,10 @@ */ final class ContentTest extends TestCase { - /** @var \Ibexa\Contracts\Core\Repository\Values\Content\Field[] */ + /** @var Field[] */ private $internalFields; - /** @var \Ibexa\Core\Repository\Values\Content\Content */ + /** @var Content */ private $content; protected function setUp(): void diff --git a/tests/lib/Repository/Values/Content/LocationTest.php b/tests/lib/Repository/Values/Content/LocationTest.php index d4e8742a18..5ec2b59f8d 100644 --- a/tests/lib/Repository/Values/Content/LocationTest.php +++ b/tests/lib/Repository/Values/Content/LocationTest.php @@ -42,7 +42,7 @@ public function testStrictGetters(): void } /** - * @return iterable + * @return iterable */ public static function getDataForTestPathComputedPropertyGetter(): iterable { @@ -77,8 +77,10 @@ public static function getDataForTestPathComputedPropertyGetter(): iterable * * @param string[] $expectedPathValue */ - public function testPathComputedPropertyGetter(Location $location, array $expectedPathValue): void - { + public function testPathComputedPropertyGetter( + Location $location, + array $expectedPathValue + ): void { self::assertSame($expectedPathValue, $location->getPath()); } diff --git a/tests/lib/Repository/Values/Content/Query/Aggregation/RangeTest.php b/tests/lib/Repository/Values/Content/Query/Aggregation/RangeTest.php index eef108e6ec..a9b74ed1ac 100644 --- a/tests/lib/Repository/Values/Content/Query/Aggregation/RangeTest.php +++ b/tests/lib/Repository/Values/Content/Query/Aggregation/RangeTest.php @@ -17,15 +17,17 @@ final class RangeTest extends TestCase /** * @dataProvider dataProviderForTestToString * - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range $range + * @phpstan-param Range $range */ - public function testToString(Range $range, string $expected): void - { + public function testToString( + Range $range, + string $expected + ): void { self::assertEquals($expected, (string)$range); } /** - * @return iterable, string}> + * @return iterable, string}> */ public function dataProviderForTestToString(): iterable { @@ -80,17 +82,20 @@ public function testOfDateTime(): void /** * @dataProvider dataProviderForEqualsTo * - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range $rangeA - * @phpstan-param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range $rangeB + * @phpstan-param Range $rangeA + * @phpstan-param Range $rangeB */ - public function testEqualsTo(Range $rangeA, Range $rangeB, bool $expectedResult): void - { + public function testEqualsTo( + Range $rangeA, + Range $rangeB, + bool $expectedResult + ): void { self::assertEquals($expectedResult, $rangeA->equalsTo($rangeB)); self::assertEquals($expectedResult, $rangeB->equalsTo($rangeA)); } /** - * @return iterable, \Ibexa\Contracts\Core\Repository\Values\Content\Query\Aggregation\Range, bool}> + * @return iterable, Range, bool}> */ public function dataProviderForEqualsTo(): iterable { diff --git a/tests/lib/Repository/Values/Content/Query/Criterion/DateMetadataTest.php b/tests/lib/Repository/Values/Content/Query/Criterion/DateMetadataTest.php index ccf8f75215..3efbc44ab7 100644 --- a/tests/lib/Repository/Values/Content/Query/Criterion/DateMetadataTest.php +++ b/tests/lib/Repository/Values/Content/Query/Criterion/DateMetadataTest.php @@ -15,8 +15,11 @@ final class DateMetadataTest extends TestCase /** * @dataProvider provideValidConstructorArguments */ - public function testConstruction(string $target, string $operator, $value): void - { + public function testConstruction( + string $target, + string $operator, + $value + ): void { $criterion = new DateMetadata($target, $operator, $value); self::assertSame($target, $criterion->target); } diff --git a/tests/lib/Repository/Values/ContentType/FieldDefinitionCollectionTest.php b/tests/lib/Repository/Values/ContentType/FieldDefinitionCollectionTest.php index a4a02f449d..959dbc9304 100644 --- a/tests/lib/Repository/Values/ContentType/FieldDefinitionCollectionTest.php +++ b/tests/lib/Repository/Values/ContentType/FieldDefinitionCollectionTest.php @@ -288,8 +288,10 @@ private function createFieldDefinitions(string ...$identifiers): array ); } - private function createFieldDefinitionsWith(string $property, array $values): array - { + private function createFieldDefinitionsWith( + string $property, + array $values + ): array { return array_map( fn (string $value): APIFieldDefinition => $this->createFieldDefinition( uniqid('field_def_identifier', true), diff --git a/tests/lib/Repository/Values/Filter/FilterTest.php b/tests/lib/Repository/Values/Filter/FilterTest.php index a6d29af580..ff0db2d8a5 100644 --- a/tests/lib/Repository/Values/Filter/FilterTest.php +++ b/tests/lib/Repository/Values/Filter/FilterTest.php @@ -16,8 +16,11 @@ use Ibexa\Contracts\Core\Repository\Values\Filter\Filter; use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion; use Ibexa\Contracts\Core\Repository\Values\URL\Query\SortClause as URLQuerySortClause; + use function md5; + use PHPUnit\Framework\TestCase; + use function sprintf; /** @@ -26,7 +29,7 @@ final class FilterTest extends TestCase { /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function testConstructor(): void { @@ -45,7 +48,7 @@ public function testConstructor(): void /** * @dataProvider getInvalidSortClausesData * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function testConstructorThrowsBadStateException( array $sortClauses, @@ -83,8 +86,7 @@ public function getInvalidSortClausesData(): iterable new SortClause\DatePublished(), new SortClause\SectionIdentifier(Query::SORT_DESC), Query::SORT_ASC, - new class('', Query::SORT_DESC) extends URLQuerySortClause { - }, + new class('', Query::SORT_DESC) extends URLQuerySortClause {}, ], 'Expected an instance of "Ibexa\Contracts\Core\Repository\Values\Filter\FilteringSortClause", ' . 'got "string" at position 2', @@ -92,7 +94,7 @@ public function getInvalidSortClausesData(): iterable } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function testWithCriterion(): Filter { @@ -106,7 +108,7 @@ public function testWithCriterion(): Filter } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function testWithCriterionThrowsBadStateException(): void { @@ -118,7 +120,7 @@ public function testWithCriterionThrowsBadStateException(): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function testAndWithCriterion(): Filter { @@ -141,7 +143,7 @@ public function testAndWithCriterion(): Filter } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function testOrWithCriterion(): Filter { @@ -185,7 +187,7 @@ public function testWithSortClause(): Filter /** * @dataProvider getComplexFilterTestData * - * @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause[] $expectedSortClauses + * @param SortClause[] $expectedSortClauses */ public function testBuildingComplexFilter( Filter $filter, @@ -201,8 +203,8 @@ public function testBuildingComplexFilter( } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws BadStateException + * @throws InvalidArgumentException */ public function getComplexFilterTestData(): iterable { @@ -395,7 +397,7 @@ public function testClone(Filter $filter): void } /** - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException + * @throws BadStateException */ public function getFilters(): iterable { diff --git a/tests/lib/Repository/Values/MultiLanguageTestTrait.php b/tests/lib/Repository/Values/MultiLanguageTestTrait.php index 24495987c7..df5a279d29 100644 --- a/tests/lib/Repository/Values/MultiLanguageTestTrait.php +++ b/tests/lib/Repository/Values/MultiLanguageTestTrait.php @@ -21,7 +21,7 @@ trait MultiLanguageTestTrait /** * @depends testNewClassWithMultiLanguageProperties * - * @param \Ibexa\Contracts\Core\Repository\Values\MultiLanguageName $object tested ValueObject + * @param MultiLanguageName $object tested ValueObject */ public function testGetMultiLanguagePrioritizedName($object) { @@ -40,7 +40,7 @@ public function testGetMultiLanguagePrioritizedName($object) /** * @depends testNewClassWithMultiLanguageProperties * - * @param \Ibexa\Contracts\Core\Repository\Values\MultiLanguageName $object tested ValueObject + * @param MultiLanguageName $object tested ValueObject */ public function testGetMultiLanguageDefaultName($object) { @@ -70,7 +70,7 @@ public function testGetMultiLanguageDefaultName($object) /** * @depends testNewClassWithMultiLanguageProperties * - * @param \Ibexa\Contracts\Core\Repository\Values\MultiLanguageDescription $object tested ValueObject + * @param MultiLanguageDescription $object tested ValueObject */ public function testGetMultiLanguagePrioritizedDescription($object) { @@ -89,7 +89,7 @@ public function testGetMultiLanguagePrioritizedDescription($object) /** * @depends testNewClassWithMultiLanguageProperties * - * @param \Ibexa\Contracts\Core\Repository\Values\MultiLanguageDescription $object tested ValueObject + * @param MultiLanguageDescription $object tested ValueObject */ public function testGetMultiLanguageDefaultDescription($object) { diff --git a/tests/lib/Repository/Values/ObjectState/ObjectStateGroupTest.php b/tests/lib/Repository/Values/ObjectState/ObjectStateGroupTest.php index f9d0f70a2b..794a969763 100644 --- a/tests/lib/Repository/Values/ObjectState/ObjectStateGroupTest.php +++ b/tests/lib/Repository/Values/ObjectState/ObjectStateGroupTest.php @@ -45,7 +45,7 @@ public function testNewClass() /** * Test a new class with unified multi language logic properties. * - * @return \Ibexa\Core\Repository\Values\ObjectState\ObjectStateGroup + * @return ObjectStateGroup */ public function testNewClassWithMultiLanguageProperties() { diff --git a/tests/lib/Repository/Values/ObjectState/ObjectStateTest.php b/tests/lib/Repository/Values/ObjectState/ObjectStateTest.php index e5e4cbb321..d17adf6738 100644 --- a/tests/lib/Repository/Values/ObjectState/ObjectStateTest.php +++ b/tests/lib/Repository/Values/ObjectState/ObjectStateTest.php @@ -46,7 +46,7 @@ public function testNewClass() /** * Test a new class with unified multi language logic properties. * - * @return \Ibexa\Core\Repository\Values\ObjectState\ObjectState + * @return ObjectState */ public function testNewClassWithMultiLanguageProperties() { diff --git a/tests/lib/Repository/Values/Translation/MessageTest.php b/tests/lib/Repository/Values/Translation/MessageTest.php index 757158e2e0..7df6fccd23 100644 --- a/tests/lib/Repository/Values/Translation/MessageTest.php +++ b/tests/lib/Repository/Values/Translation/MessageTest.php @@ -19,13 +19,15 @@ final class MessageTest extends TestCase /** * @dataProvider getDataForTestStringable */ - public function testStringable(Message $message, string $expectedString): void - { + public function testStringable( + Message $message, + string $expectedString + ): void { self::assertSame($expectedString, (string)$message); } /** - * @return iterable + * @return iterable */ public static function getDataForTestStringable(): iterable { diff --git a/tests/lib/Repository/Values/Translation/PluralTest.php b/tests/lib/Repository/Values/Translation/PluralTest.php index b1158f0cf7..d59fa36d3e 100644 --- a/tests/lib/Repository/Values/Translation/PluralTest.php +++ b/tests/lib/Repository/Values/Translation/PluralTest.php @@ -19,13 +19,15 @@ final class PluralTest extends TestCase /** * @dataProvider getDataForTestStringable */ - public function testStringable(Plural $message, string $expectedString): void - { + public function testStringable( + Plural $message, + string $expectedString + ): void { self::assertSame($expectedString, (string)$message); } /** - * @return iterable + * @return iterable */ public static function getDataForTestStringable(): iterable { diff --git a/tests/lib/Repository/Values/ValueObjectTestTrait.php b/tests/lib/Repository/Values/ValueObjectTestTrait.php index 5334cd612a..494b18feb9 100644 --- a/tests/lib/Repository/Values/ValueObjectTestTrait.php +++ b/tests/lib/Repository/Values/ValueObjectTestTrait.php @@ -16,10 +16,12 @@ trait ValueObjectTestTrait * $mockedValueObject. * * @param mixed[] $expectedValues - * @param \Ibexa\Contracts\Core\Repository\Values\ValueObject $actualValueObject + * @param ValueObject $actualValueObject */ - public function assertPropertiesCorrect(array $expectedValues, ValueObject $actualValueObject) - { + public function assertPropertiesCorrect( + array $expectedValues, + ValueObject $actualValueObject + ) { foreach ($expectedValues as $propertyName => $propertyValue) { self::assertSame( $propertyValue, diff --git a/tests/lib/Search/Common/EventSubscriber/TrashEventSubscriberTest.php b/tests/lib/Search/Common/EventSubscriber/TrashEventSubscriberTest.php index 4fb72112c8..33dda23377 100644 --- a/tests/lib/Search/Common/EventSubscriber/TrashEventSubscriberTest.php +++ b/tests/lib/Search/Common/EventSubscriber/TrashEventSubscriberTest.php @@ -16,17 +16,18 @@ use Ibexa\Contracts\Core\Search\Handler as SearchHandler; use Ibexa\Core\Repository\Values\Content\TrashItem; use Ibexa\Core\Search\Common\EventSubscriber\TrashEventSubscriber; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; final class TrashEventSubscriberTest extends TestCase { - /** @var \Ibexa\Contracts\Core\Search\Handler&\PHPUnit\Framework\MockObject\MockObject */ + /** @var SearchHandler&MockObject */ private $searchHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Handler&\PHPUnit\Framework\MockObject\MockObject */ + /** @var PersistenceHandler&MockObject */ private $persistenceHandler; - /** @var \Ibexa\Core\Search\Common\EventSubscriber\TrashEventSubscriber */ + /** @var TrashEventSubscriber */ private $subscriber; protected function setUp(): void diff --git a/tests/lib/Search/Common/FieldValueMapper/AggregateTest.php b/tests/lib/Search/Common/FieldValueMapper/AggregateTest.php index ee34111799..f5d50ea5cf 100644 --- a/tests/lib/Search/Common/FieldValueMapper/AggregateTest.php +++ b/tests/lib/Search/Common/FieldValueMapper/AggregateTest.php @@ -23,7 +23,7 @@ final class AggregateTest extends TestCase { private const MAPPED_VALUE = true; - /** @var \Ibexa\Core\Search\Common\FieldValueMapper\Aggregate */ + /** @var Aggregate */ private $aggregateMapper; public function setUp(): void diff --git a/tests/lib/Search/Common/FieldValueMapper/RemoteIdentifierMapperTest.php b/tests/lib/Search/Common/FieldValueMapper/RemoteIdentifierMapperTest.php index 16812d8a77..814cdb0410 100644 --- a/tests/lib/Search/Common/FieldValueMapper/RemoteIdentifierMapperTest.php +++ b/tests/lib/Search/Common/FieldValueMapper/RemoteIdentifierMapperTest.php @@ -21,7 +21,7 @@ */ final class RemoteIdentifierMapperTest extends TestCase { - /** @var \Ibexa\Core\Search\Common\FieldValueMapper\RemoteIdentifierMapper */ + /** @var RemoteIdentifierMapper */ private $mapper; protected function setUp(): void @@ -32,8 +32,10 @@ protected function setUp(): void /** * @dataProvider getDataForTestCanMap */ - public function testCanMap(Field $field, bool $canMap): void - { + public function testCanMap( + Field $field, + bool $canMap + ): void { self::assertSame($canMap, $this->mapper->canMap($field)); } @@ -63,8 +65,10 @@ public function getDataForTestCanMap(): iterable /** * @dataProvider getDataForTestMap */ - public function testMap(Field $field, string $expectedMappedValue): void - { + public function testMap( + Field $field, + string $expectedMappedValue + ): void { self::assertSame($expectedMappedValue, $this->mapper->map($field)); } diff --git a/tests/lib/Search/Common/LocationEventSubscriber/LocationEventSubscriberTest.php b/tests/lib/Search/Common/LocationEventSubscriber/LocationEventSubscriberTest.php index d4672d30a2..79b151311f 100644 --- a/tests/lib/Search/Common/LocationEventSubscriber/LocationEventSubscriberTest.php +++ b/tests/lib/Search/Common/LocationEventSubscriber/LocationEventSubscriberTest.php @@ -14,6 +14,7 @@ use Ibexa\Contracts\Core\Persistence\Content\Location as SPILocation; use Ibexa\Contracts\Core\Persistence\Content\Location\Handler as LocationHandler; use Ibexa\Contracts\Core\Persistence\Content\VersionInfo as SPIVersionInfo; +use Ibexa\Contracts\Core\Persistence\Handler; use Ibexa\Contracts\Core\Persistence\Handler as PersistenceHandler; use Ibexa\Contracts\Core\Repository\Events\Location\CreateLocationEvent; use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo; @@ -21,6 +22,7 @@ use Ibexa\Core\Repository\Values\Content\Location; use Ibexa\Core\Search\Common\EventSubscriber\LocationEventSubscriber; use Ibexa\Core\Search\Legacy\Content\Handler as SearchHandler; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; final class LocationEventSubscriberTest extends TestCase @@ -29,13 +31,13 @@ final class LocationEventSubscriberTest extends TestCase private const EXAMPLE_CONTENT_ID = 56; private const EXAMPLE_VERSION_NO = 3; - /** @var \Ibexa\Core\Search\Legacy\Content\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var SearchHandler|MockObject */ private $searchHandler; - /** @var \Ibexa\Contracts\Core\Persistence\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ private $persistenceHandler; - /** @var \Ibexa\Core\Search\Common\EventSubscriber\LocationEventSubscriber */ + /** @var LocationEventSubscriber */ private $subscriber; protected function setUp(): void @@ -68,8 +70,10 @@ public function testOnCreateLocation(): void ); } - private function configurePersistenceHandler(SPIContent $spiContent, SPILocation $spiLocation): void - { + private function configurePersistenceHandler( + SPIContent $spiContent, + SPILocation $spiLocation + ): void { $contentHandler = $this->createMock(ContentHandler::class); $contentHandler ->method('loadContentInfo') diff --git a/tests/lib/Search/FieldNameResolverTest.php b/tests/lib/Search/FieldNameResolverTest.php index 04482068d6..256ee3c6fb 100644 --- a/tests/lib/Search/FieldNameResolverTest.php +++ b/tests/lib/Search/FieldNameResolverTest.php @@ -9,14 +9,19 @@ use ArrayObject; use Ibexa\Contracts\Core\FieldType\Indexable; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as SPIContentTypeHandler; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion as APICriterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\CustomFieldInterface; +use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause as APISortClause; +use Ibexa\Contracts\Core\Search\FieldType; use Ibexa\Contracts\Core\Search\FieldType as SPIFieldType; use Ibexa\Core\Search\Common\FieldNameGenerator; use Ibexa\Core\Search\Common\FieldNameResolver; use Ibexa\Core\Search\Common\FieldRegistry; +use PHPUnit\Framework\MockObject\MockObject; /** * @covers \Ibexa\Core\Search\Common\FieldNameResolver @@ -765,7 +770,7 @@ public function testGetIndexFieldNameNamedFieldThrowsRuntimeException() /** * @param array $methods * - * @return \Ibexa\Core\Search\Common\FieldNameResolver|\PHPUnit\Framework\MockObject\MockObject + * @return FieldNameResolver|MockObject */ protected function getMockedFieldNameResolver(array $methods = []) { @@ -784,11 +789,11 @@ protected function getMockedFieldNameResolver(array $methods = []) return $fieldNameResolver; } - /** @var \Ibexa\Core\Search\Common\FieldRegistry|\PHPUnit\Framework\MockObject\MockObject */ + /** @var FieldRegistry|MockObject */ protected $fieldRegistryMock; /** - * @return \Ibexa\Core\Search\Common\FieldRegistry|\PHPUnit\Framework\MockObject\MockObject + * @return FieldRegistry|MockObject */ protected function getFieldRegistryMock() { @@ -800,7 +805,7 @@ protected function getFieldRegistryMock() } /** - * @return \Ibexa\Contracts\Core\FieldType\Indexable|\PHPUnit\Framework\MockObject\MockObject + * @return Indexable|MockObject */ protected function getIndexFieldTypeMock() { @@ -808,18 +813,18 @@ protected function getIndexFieldTypeMock() } /** - * @return \Ibexa\Contracts\Core\Search\FieldType|\PHPUnit\Framework\MockObject\MockObject + * @return FieldType|MockObject */ protected function getSearchFieldTypeMock() { return $this->createMock(SPIFieldType::class); } - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler|\PHPUnit\Framework\MockObject\MockObject */ + /** @var Handler|MockObject */ protected $contentTypeHandlerMock; /** - * @return \Ibexa\Contracts\Core\Persistence\Content\Type\Handler|\PHPUnit\Framework\MockObject\MockObject + * @return Handler|MockObject */ protected function getContentTypeHandlerMock() { @@ -830,11 +835,11 @@ protected function getContentTypeHandlerMock() return $this->contentTypeHandlerMock; } - /** @var \Ibexa\Core\Search\Common\FieldNameGenerator|\PHPUnit\Framework\MockObject\MockObject */ + /** @var FieldNameGenerator|MockObject */ protected $fieldNameGeneratorMock; /** - * @return \Ibexa\Core\Search\Common\FieldNameGenerator|\PHPUnit\Framework\MockObject\MockObject + * @return FieldNameGenerator|MockObject */ protected function getFieldNameGeneratorMock() { @@ -846,7 +851,7 @@ protected function getFieldNameGeneratorMock() } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion|\PHPUnit\Framework\MockObject\MockObject + * @return Criterion|MockObject */ protected function getCriterionMock() { @@ -854,7 +859,7 @@ protected function getCriterionMock() } /** - * @return \Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause|\PHPUnit\Framework\MockObject\MockObject + * @return SortClause|MockObject */ protected function getSortClauseMock() { diff --git a/tests/lib/Search/Indexer/ContentIdBatchListTest.php b/tests/lib/Search/Indexer/ContentIdBatchListTest.php index 1a4a2d6887..7d4d465b93 100644 --- a/tests/lib/Search/Indexer/ContentIdBatchListTest.php +++ b/tests/lib/Search/Indexer/ContentIdBatchListTest.php @@ -70,8 +70,11 @@ public function getDataForTestGetIterator(): iterable * @param iterable> $list * @param array> $expectedBatches */ - public function testGetIterator(iterable $list, int $totalCount, array $expectedBatches): void - { + public function testGetIterator( + iterable $list, + int $totalCount, + array $expectedBatches + ): void { $contentIdBatchList = new ContentIdBatchList($list, $totalCount); $unpackedActualBatches = []; foreach ($contentIdBatchList as $index => $items) { @@ -92,19 +95,19 @@ private function buildGenerator(): Generator yield [4, 5]; } - private function buildEmptyGenerator(): \Generator + private function buildEmptyGenerator(): Generator { yield from []; } /** - * @return \Traversable> + * @return Traversable> */ private function buildTraversableObject(): Traversable { return new class() implements IteratorAggregate { /** - * @return \ArrayIterator + * @return ArrayIterator */ public function getIterator(): ArrayIterator { diff --git a/tests/lib/Search/Legacy/Content/AbstractTestCase.php b/tests/lib/Search/Legacy/Content/AbstractTestCase.php index ca15b7023e..b840155cd2 100644 --- a/tests/lib/Search/Legacy/Content/AbstractTestCase.php +++ b/tests/lib/Search/Legacy/Content/AbstractTestCase.php @@ -7,6 +7,8 @@ namespace Ibexa\Tests\Core\Search\Legacy\Content; +use Doctrine\DBAL\Exception; +use Ibexa\Contracts\Core\Persistence\Content\Type\Handler; use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as SPIContentTypeHandler; use Ibexa\Core\FieldType\FieldTypeAliasRegistry; use Ibexa\Core\FieldType\FieldTypeAliasResolver; @@ -36,11 +38,11 @@ class AbstractTestCase extends LanguageAwareTestCase /** * Field registry mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @var ConverterRegistry */ private $converterRegistry; - /** @var \Ibexa\Contracts\Core\Persistence\Content\Type\Handler */ + /** @var Handler */ private $contentTypeHandler; /** @@ -62,8 +64,10 @@ protected function setUp(): void /** * Assert that the elements are. */ - protected function assertSearchResults($expectedIds, $searchResult) - { + protected function assertSearchResults( + $expectedIds, + $searchResult + ) { $ids = $this->getIds($searchResult); self::assertEquals($expectedIds, $ids); } @@ -83,7 +87,7 @@ static function ($hit) { } /** - * @throws \Doctrine\DBAL\Exception + * @throws Exception */ protected function getContentTypeHandler(): SPIContentTypeHandler { diff --git a/tests/lib/Search/Legacy/Content/HandlerContentSortTest.php b/tests/lib/Search/Legacy/Content/HandlerContentSortTest.php index 28c571f97f..7abf184d34 100644 --- a/tests/lib/Search/Legacy/Content/HandlerContentSortTest.php +++ b/tests/lib/Search/Legacy/Content/HandlerContentSortTest.php @@ -14,8 +14,10 @@ use Ibexa\Core\Persistence\Legacy\Content\FieldHandler; use Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry; use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper as LocationMapper; +use Ibexa\Core\Persistence\Legacy\Content\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Mapper as ContentMapper; use Ibexa\Core\Search\Legacy\Content; +use Ibexa\Core\Search\Legacy\Content\Handler; use Ibexa\Core\Search\Legacy\Content\Location\Gateway as LocationGateway; /** @@ -26,7 +28,7 @@ class HandlerContentSortTest extends AbstractTestCase /** * Field registry mock. * - * @var \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @var ConverterRegistry */ protected $fieldRegistry; @@ -38,13 +40,13 @@ class HandlerContentSortTest extends AbstractTestCase * * @param array $fullTextSearchConfiguration * - * @return \Ibexa\Core\Search\Legacy\Content\Handler + * @return Handler */ protected function getContentSearchHandler(array $fullTextSearchConfiguration = []) { $connection = $this->getDatabaseConnection(); - return new Content\Handler( + return new Handler( new Content\Gateway\DoctrineDatabase( $connection, new Content\Common\Gateway\CriteriaConverter( @@ -93,7 +95,7 @@ protected function getContentSearchHandler(array $fullTextSearchConfiguration = /** * Returns a content mapper mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Mapper + * @return Mapper */ protected function getContentMapperMock() { @@ -135,7 +137,7 @@ static function ($rows): array { /** * Returns a field registry mock object. * - * @return \Ibexa\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry + * @return ConverterRegistry */ protected function getFieldRegistry() { @@ -152,7 +154,7 @@ protected function getFieldRegistry() /** * Returns a content field handler mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\FieldHandler + * @return FieldHandler */ protected function getContentFieldHandlerMock() { diff --git a/tests/lib/Search/Legacy/Content/HandlerContentTest.php b/tests/lib/Search/Legacy/Content/HandlerContentTest.php index 79c2e1abc3..66ff9f5e58 100644 --- a/tests/lib/Search/Legacy/Content/HandlerContentTest.php +++ b/tests/lib/Search/Legacy/Content/HandlerContentTest.php @@ -17,8 +17,10 @@ use Ibexa\Core\Persistence; use Ibexa\Core\Persistence\Legacy\Content\FieldHandler; use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper as LocationMapper; +use Ibexa\Core\Persistence\Legacy\Content\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Mapper as ContentMapper; use Ibexa\Core\Search\Legacy\Content; +use Ibexa\Core\Search\Legacy\Content\Handler; use Ibexa\Core\Search\Legacy\Content\Location\Gateway as LocationGateway; /** @@ -34,7 +36,7 @@ class HandlerContentTest extends AbstractTestCase * * @param array $fullTextSearchConfiguration * - * @return \Ibexa\Core\Search\Legacy\Content\Handler + * @return Handler */ protected function getContentSearchHandler(array $fullTextSearchConfiguration = []) { @@ -68,7 +70,7 @@ protected function getContentSearchHandler(array $fullTextSearchConfiguration = $transformationProcessor ); - return new Content\Handler( + return new Handler( new Content\Gateway\DoctrineDatabase( $connection, new Content\Common\Gateway\CriteriaConverter( @@ -195,7 +197,7 @@ protected function getContentSearchHandler(array $fullTextSearchConfiguration = /** * Returns a content mapper mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Mapper + * @return Mapper */ protected function getContentMapperMock() { @@ -237,7 +239,7 @@ static function ($rows): array { /** * Returns a content field handler mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\FieldHandler + * @return FieldHandler */ protected function getContentFieldHandlerMock() { diff --git a/tests/lib/Search/Legacy/Content/HandlerLocationSortTest.php b/tests/lib/Search/Legacy/Content/HandlerLocationSortTest.php index 2de23b8d32..45b6bb3fcb 100644 --- a/tests/lib/Search/Legacy/Content/HandlerLocationSortTest.php +++ b/tests/lib/Search/Legacy/Content/HandlerLocationSortTest.php @@ -11,6 +11,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\LocationQuery; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; +use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper as LocationMapper; use Ibexa\Core\Persistence\Legacy\Content\Mapper as ContentMapper; use Ibexa\Core\Search\Legacy\Content; @@ -19,6 +20,7 @@ use Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseConverter; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseHandler as CommonSortClauseHandler; use Ibexa\Core\Search\Legacy\Content\Gateway as ContentGateway; +use Ibexa\Core\Search\Legacy\Content\Handler; use Ibexa\Core\Search\Legacy\Content\Location\Gateway\CriterionHandler as LocationCriterionHandler; use Ibexa\Core\Search\Legacy\Content\Location\Gateway\SortClauseHandler as LocationSortClauseHandler; @@ -44,13 +46,13 @@ static function ($hit) { * * This method returns a fully functional search handler to perform tests on. * - * @return \Ibexa\Core\Search\Legacy\Content\Handler + * @return Handler */ protected function getContentSearchHandler() { $connection = $this->getDatabaseConnection(); - return new Content\Handler( + return new Handler( $this->createMock(ContentGateway::class), new Content\Location\Gateway\DoctrineDatabase( $connection, @@ -108,7 +110,7 @@ protected function getContentSearchHandler() /** * Returns a location mapper mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Location\Mapper + * @return Mapper */ protected function getLocationMapperMock() { diff --git a/tests/lib/Search/Legacy/Content/HandlerLocationTest.php b/tests/lib/Search/Legacy/Content/HandlerLocationTest.php index 2facdc6951..1252bd96c4 100644 --- a/tests/lib/Search/Legacy/Content/HandlerLocationTest.php +++ b/tests/lib/Search/Legacy/Content/HandlerLocationTest.php @@ -13,6 +13,7 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Core\Persistence; +use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper; use Ibexa\Core\Persistence\Legacy\Content\Location\Mapper as LocationMapper; use Ibexa\Core\Persistence\Legacy\Content\Mapper as ContentMapper; use Ibexa\Core\Search\Legacy\Content; @@ -21,6 +22,7 @@ use Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseConverter; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\SortClauseHandler as CommonSortClauseHandler; use Ibexa\Core\Search\Legacy\Content\Gateway as ContentGateway; +use Ibexa\Core\Search\Legacy\Content\Handler; use Ibexa\Core\Search\Legacy\Content\Location\Gateway\CriterionHandler as LocationCriterionHandler; use Ibexa\Core\Search\Legacy\Content\Location\Gateway\SortClauseHandler as LocationSortClauseHandler; @@ -36,7 +38,7 @@ class HandlerLocationTest extends AbstractTestCase * * @param array $fullTextSearchConfiguration * - * @return \Ibexa\Core\Search\Legacy\Content\Handler + * @return Handler */ protected function getContentSearchHandler(array $fullTextSearchConfiguration = []) { @@ -70,7 +72,7 @@ protected function getContentSearchHandler(array $fullTextSearchConfiguration = $transformationProcessor ); - return new Content\Handler( + return new Handler( $this->createMock(ContentGateway::class), new Content\Location\Gateway\DoctrineDatabase( $connection, @@ -172,7 +174,7 @@ protected function getContentSearchHandler(array $fullTextSearchConfiguration = /** * Returns a location mapper mock. * - * @return \Ibexa\Core\Persistence\Legacy\Content\Location\Mapper + * @return Mapper */ protected function getLocationMapperMock() { diff --git a/tests/lib/Search/Legacy/_fixtures/full_dump.php b/tests/lib/Search/Legacy/_fixtures/full_dump.php index c75f52b168..b575e83c60 100644 --- a/tests/lib/Search/Legacy/_fixtures/full_dump.php +++ b/tests/lib/Search/Legacy/_fixtures/full_dump.php @@ -16,237159 +16,237160 @@ use Ibexa\Core\Persistence\Legacy\URL\Gateway\DoctrineDatabase as UrlDoctrineDatabase; use Ibexa\Core\Persistence\Legacy\User\Gateway as UserGateway; use Ibexa\Core\Persistence\Legacy\User\Role\Gateway as RoleGateway; +use Ibexa\Core\Search\Legacy\Content\WordIndexer\Repository\SearchIndex; return [ - LanguageGateway::CONTENT_LANGUAGE_TABLE => [ - 0 => [ - 'disabled' => '0', - 'id' => '2', - 'locale' => 'eng-US', - 'name' => 'English (American)', - ], - 1 => [ - 'disabled' => '0', - 'id' => '4', - 'locale' => 'eng-GB', - 'name' => 'English (United Kingdom)', - ], - ], - ContentTypeGateway::CONTENT_TYPE_TABLE => [ - 0 => [ - 'always_available' => '1', - 'contentobject_name' => '', - 'created' => '1024392098', - 'creator_id' => '14', - 'id' => '1', - 'identifier' => 'folder', - 'initial_language_id' => '2', - 'is_container' => '1', - 'language_mask' => '3', - 'modified' => '1082454875', - 'modifier_id' => '14', - 'remote_id' => 'a3d405b81be900468eb153d774f4f0d2', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:6:"Folder";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 1 => [ - 'always_available' => '1', - 'contentobject_name' => '', - 'created' => '1024392098', - 'creator_id' => '14', - 'id' => '3', - 'identifier' => 'user_group', - 'initial_language_id' => '2', - 'is_container' => '1', - 'language_mask' => '3', - 'modified' => '1048494743', - 'modifier_id' => '14', - 'remote_id' => '25b4268cdcd01921b808a0d854b877ef', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:10:"User group";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 2 => [ - 'always_available' => '1', - 'contentobject_name' => ' ', - 'created' => '1024392098', - 'creator_id' => '14', - 'id' => '4', - 'identifier' => 'user', - 'initial_language_id' => '2', - 'is_container' => '0', - 'language_mask' => '3', - 'modified' => '1082018364', - 'modifier_id' => '14', - 'remote_id' => '40faa822edc579b02c25f6bb7beec3ad', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"User";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 3 => [ - 'always_available' => '0', - 'contentobject_name' => '', - 'created' => '1052385685', - 'creator_id' => '14', - 'id' => '13', - 'identifier' => 'comment', - 'initial_language_id' => '2', - 'is_container' => '0', - 'language_mask' => '3', - 'modified' => '1082455144', - 'modifier_id' => '14', - 'remote_id' => '000c14f4f475e9f2955dedab72799941', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:7:"Comment";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 4 => [ - 'always_available' => '1', - 'contentobject_name' => '', - 'created' => '1081858024', - 'creator_id' => '14', - 'id' => '14', - 'identifier' => 'common_ini_settings', - 'initial_language_id' => '2', - 'is_container' => '0', - 'language_mask' => '3', - 'modified' => '1081858024', - 'modifier_id' => '14', - 'remote_id' => 'ffedf2e73b1ea0c3e630e42e2db9c900', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:19:"Common ini settings";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 5 => [ - 'always_available' => '1', - 'contentobject_name' => '', - 'created' => '1081858045', - 'creator_id' => '14', - 'id' => '15', - 'identifier' => 'template_look', - 'initial_language_id' => '2', - 'is_container' => '0', - 'language_mask' => '3', - 'modified' => '1081858045', - 'modifier_id' => '14', - 'remote_id' => '59b43cd9feaaf0e45ac974fb4bbd3f92', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:13:"Template look";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 6 => [ - 'always_available' => '0', - 'contentobject_name' => '<short_title|title>', - 'created' => '1311154170', - 'creator_id' => '14', - 'id' => '16', - 'identifier' => 'article', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154170', - 'modifier_id' => '14', - 'remote_id' => 'c15b600eb9198b1924063b5a68758232', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Article";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 7 => [ - 'always_available' => '0', - 'contentobject_name' => '<short_title|title>', - 'created' => '1311154170', - 'creator_id' => '14', - 'id' => '17', - 'identifier' => 'article_mainpage', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154170', - 'modifier_id' => '14', - 'remote_id' => 'feaf24c0edae665e7ddaae1bc2b3fe5b', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:19:"Article (main-page)";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 8 => [ - 'always_available' => '0', - 'contentobject_name' => '<title|index_title>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '18', - 'identifier' => 'article_subpage', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '68f305a18c76d9d03df36b810f290732', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:18:"Article (sub-page)";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 9 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '19', - 'identifier' => 'blog', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '3a6f9c1f075b3bf49d7345576b196fe8', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Blog";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 10 => [ - 'always_available' => '0', - 'contentobject_name' => '<title>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '20', - 'identifier' => 'blog_post', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '7ecb961056b7cbb30f22a91357e0a007', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Blog post";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 11 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '21', - 'identifier' => 'product', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '77f3ede996a3a39c7159cc69189c5307', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Product";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 12 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '22', - 'identifier' => 'feedback_form', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => 'df0257b8fc55f6b8ab179d6fb915455e', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:13:"Feedback form";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 13 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '23', - 'identifier' => 'frontpage', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => 'e36c458e3e4a81298a0945f53a2c81f4', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Frontpage";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 14 => [ - 'always_available' => '0', - 'contentobject_name' => '<title>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '24', - 'identifier' => 'documentation_page', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => 'd4a05eed0402e4d70fedfda2023f1aa2', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:18:"Documentation page";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 15 => [ - 'always_available' => '0', - 'contentobject_name' => '<header>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '25', - 'identifier' => 'infobox', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '0b4e8accad5bec5ba2d430acb25c1ff6', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Infobox";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 16 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '26', - 'identifier' => 'multicalendar', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '99aec4e5682414517ed929ecd969439f', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:13:"Multicalendar";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 17 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '27', - 'identifier' => 'poll', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '232937a3a2eacbbf24e2601aebe16522', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Poll";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 18 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '28', - 'identifier' => 'file', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '637d58bfddf164627bdfd265733280a0', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 19 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '29', - 'identifier' => 'flash', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '6cd17b98a41ee9355371a376e8868ee0', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Flash";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 20 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '30', - 'identifier' => 'image', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => 'f6df12aa74e36230eb675f364fccd25a', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 21 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '31', - 'identifier' => 'link', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '74ec6507063150bc813549b22534ad48', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Link";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 22 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '32', - 'identifier' => 'quicktime', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '16d7b371979d6ba37894cc8dc306f38f', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Quicktime";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 23 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '33', - 'identifier' => 'windows_media', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '223dd2551e85b63b55a72d02363faab6', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:13:"Windows media";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 24 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '34', - 'identifier' => 'real_video', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => 'dba67bc20a4301aa04cc74e411310dfc', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:10:"Real video";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 25 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154171', - 'creator_id' => '14', - 'id' => '35', - 'identifier' => 'gallery', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154171', - 'modifier_id' => '14', - 'remote_id' => '6a320cdc3e274841b82fcd63a86f80d1', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Gallery";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 26 => [ - 'always_available' => '0', - 'contentobject_name' => '<short_title|title>', - 'created' => '1311154172', - 'creator_id' => '14', - 'id' => '36', - 'identifier' => 'geo_article', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154172', - 'modifier_id' => '14', - 'remote_id' => 'a98ae5ac95365b958b01fb88dfab3330', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Geo Article";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 27 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154172', - 'creator_id' => '14', - 'id' => '37', - 'identifier' => 'forum', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154172', - 'modifier_id' => '14', - 'remote_id' => 'b241f924b96b267153f5f55904e0675a', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Forum";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 28 => [ - 'always_available' => '0', - 'contentobject_name' => '<subject>', - 'created' => '1311154172', - 'creator_id' => '14', - 'id' => '38', - 'identifier' => 'forum_topic', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154172', - 'modifier_id' => '14', - 'remote_id' => '71f99c516743a33562c3893ef98c9b60', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Forum topic";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 29 => [ - 'always_available' => '0', - 'contentobject_name' => '<subject>', - 'created' => '1311154172', - 'creator_id' => '14', - 'id' => '39', - 'identifier' => 'forum_reply', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154172', - 'modifier_id' => '14', - 'remote_id' => '80ee42a66b2b8b6ee15f5c5f4b361562', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Forum reply";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 30 => [ - 'always_available' => '0', - 'contentobject_name' => '<short_title|title>', - 'created' => '1311154172', - 'creator_id' => '14', - 'id' => '40', - 'identifier' => 'event', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154172', - 'modifier_id' => '14', - 'remote_id' => '563cb5edc2adfd2b240efa456c81525f', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Event";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 31 => [ - 'always_available' => '0', - 'contentobject_name' => '<short_title|title>', - 'created' => '1311154172', - 'creator_id' => '14', - 'id' => '41', - 'identifier' => 'event_calendar', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154172', - 'modifier_id' => '14', - 'remote_id' => '020cbeb6382c8c89dcec2cd406fb47a8', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Event calendar";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 32 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154172', - 'creator_id' => '14', - 'id' => '42', - 'identifier' => 'banner', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154172', - 'modifier_id' => '14', - 'remote_id' => '9cb558e25fd946246bbb32950c00228e', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Banner";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 33 => [ - 'always_available' => '0', - 'contentobject_name' => '<title>', - 'created' => '1311154172', - 'creator_id' => '14', - 'id' => '43', - 'identifier' => 'forums', - 'initial_language_id' => '4', - 'is_container' => '1', - 'language_mask' => '5', - 'modified' => '1311154172', - 'modifier_id' => '14', - 'remote_id' => '60a921e54c1efbb9456bd2283d9e66cb', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Forums";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - 34 => [ - 'always_available' => '0', - 'contentobject_name' => '<name>', - 'created' => '1311154172', - 'creator_id' => '14', - 'id' => '44', - 'identifier' => 'silverlight', - 'initial_language_id' => '4', - 'is_container' => '0', - 'language_mask' => '5', - 'modified' => '1311154172', - 'modifier_id' => '14', - 'remote_id' => '8ab17aae77dd4f24b5a8e835784e96e7', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Silverlight";s:16:"always-available";s:6:"eng-GB";}', - 'sort_field' => '1', - 'sort_order' => '1', - 'url_alias_name' => '', - 'status' => '0', - ], - ], - ContentTypeGateway::FIELD_DEFINITION_TABLE => [ - 0 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '1', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '255', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'Folder', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '4', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"Name";}', - 'status' => '0', - ], - 1 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '3', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '255', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '6', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"Name";}', - 'status' => '0', - ], - 2 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '3', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '255', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '7', - 'identifier' => 'description', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:11:"Description";}', - 'status' => '0', - ], - 3 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '4', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '255', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '8', - 'identifier' => 'first_name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:10:"First name";}', - 'status' => '0', - ], - 4 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '4', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '255', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '9', - 'identifier' => 'last_name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:9:"Last name";}', - 'status' => '0', - ], - 5 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '4', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_user', - 'id' => '12', - 'identifier' => 'user_account', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '3', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:12:"User account";}', - 'status' => '0', - ], - 7 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '13', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '100', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '149', - 'identifier' => 'subject', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:7:"Subject";}', - 'status' => '0', - ], - 8 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '13', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '150', - 'identifier' => 'author', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:6:"Author";}', - 'status' => '0', - ], - 9 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '13', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '20', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '151', - 'identifier' => 'message', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '3', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:7:"Message";}', - 'status' => '0', - ], - 10 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '1', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '100', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '155', - 'identifier' => 'short_name', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:10:"Short name";}', - 'status' => '0', - ], - 12 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '1', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '1', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '158', - 'identifier' => 'show_children', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '5', - 'serialized_data_text' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:17:"Display sub items";}', - 'status' => '0', - ], - 13 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '159', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"Name";}', - 'status' => '0', - ], - 14 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '1', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'SiteSettings', - 'data_text3' => 'IndexPage', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '160', - 'identifier' => 'indexpage', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '2', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:10:"Index Page";}', - 'status' => '0', - ], - 15 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '1', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'SiteSettings', - 'data_text3' => 'DefaultPage', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '161', - 'identifier' => 'defaultpage', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:12:"Default Page";}', - 'status' => '0', - ], - 16 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '2', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'DebugSettings', - 'data_text3' => 'DebugOutput', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '162', - 'identifier' => 'debugoutput', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '4', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:12:"Debug Output";}', - 'status' => '0', - ], - 17 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '2', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'DebugSettings', - 'data_text3' => 'DebugByIP', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '163', - 'identifier' => 'debugbyip', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '5', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:11:"Debug By IP";}', - 'status' => '0', - ], - 18 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '6', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'DebugSettings', - 'data_text3' => 'DebugIPList', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '164', - 'identifier' => 'debugiplist', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '6', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:13:"Debug IP List";}', - 'status' => '0', - ], - 19 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '2', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'DebugSettings', - 'data_text3' => 'DebugRedirection', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '165', - 'identifier' => 'debugredirection', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '7', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:17:"Debug Redirection";}', - 'status' => '0', - ], - 20 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '2', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'ContentSettings', - 'data_text3' => 'ViewCaching', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '166', - 'identifier' => 'viewcaching', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '8', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:12:"View Caching";}', - 'status' => '0', - ], - 21 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '2', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'TemplateSettings', - 'data_text3' => 'TemplateCache', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '167', - 'identifier' => 'templatecache', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '9', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:14:"Template Cache";}', - 'status' => '0', - ], - 22 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '2', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'TemplateSettings', - 'data_text3' => 'TemplateCompile', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '168', - 'identifier' => 'templatecompile', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '10', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:16:"Template Compile";}', - 'status' => '0', - ], - 23 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '6', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'image.ini', - 'data_text2' => 'small', - 'data_text3' => 'Filters', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '169', - 'identifier' => 'imagesmall', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '11', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:16:"Image Small Size";}', - 'status' => '0', - ], - 24 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '6', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'image.ini', - 'data_text2' => 'medium', - 'data_text3' => 'Filters', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '170', - 'identifier' => 'imagemedium', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '12', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:17:"Image Medium Size";}', - 'status' => '0', - ], - 25 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '14', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '6', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'image.ini', - 'data_text2' => 'large', - 'data_text3' => 'Filters', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '171', - 'identifier' => 'imagelarge', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '13', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:16:"Image Large Size";}', - 'status' => '0', - ], - 26 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '1', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'SiteSettings', - 'data_text3' => 'SiteName', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '172', - 'identifier' => 'title', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '1', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:5:"Title";}', - 'status' => '0', - ], - 27 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '6', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'SiteSettings', - 'data_text3' => 'MetaDataArray', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '173', - 'identifier' => 'meta_data', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '2', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:9:"Meta data";}', - 'status' => '0', - ], - 28 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_image', - 'id' => '174', - 'identifier' => 'image', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:5:"Image";}', - 'status' => '0', - ], - 29 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'sitestyle', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ezpackage', - 'id' => '175', - 'identifier' => 'sitestyle', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '4', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:9:"Sitestyle";}', - 'status' => '0', - ], - 30 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '1', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'MailSettings', - 'data_text3' => 'AdminEmail', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '177', - 'identifier' => 'email', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '6', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:5:"Email";}', - 'status' => '0', - ], - 31 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '1', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'site.ini', - 'data_text2' => 'SiteSettings', - 'data_text3' => 'SiteURL', - 'data_text4' => '', - 'data_text5' => 'override;user;admin;demo', - 'data_type_string' => 'ezinisetting', - 'id' => '178', - 'identifier' => 'siteurl', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '7', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:8:"Site URL";}', - 'status' => '0', - ], - 32 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '4', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '10', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '179', - 'identifier' => 'signature', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:9:"Signature";}', - 'status' => '0', - ], - 33 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '4', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '1', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_image', - 'id' => '180', - 'identifier' => 'image', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '5', - 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:5:"Image";}', - 'status' => '0', - ], - 34 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '1', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '181', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '6', - 'serialized_data_text' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"Tags";}', - 'status' => '0', - ], - 35 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '1', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '182', - 'identifier' => 'publish_date', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '7', - 'serialized_data_text' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', - 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:12:"Publish date";}', - 'status' => '0', - ], - 36 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '16', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '255', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'New article', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '183', - 'identifier' => 'title', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 37 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '16', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '255', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '184', - 'identifier' => 'short_title', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Short title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 38 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '16', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_author', - 'id' => '185', - 'identifier' => 'author', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Author";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 41 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '16', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '188', - 'identifier' => 'enable_comments', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '6', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:15:"Enable comments";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 42 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '16', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_image', - 'id' => '189', - 'identifier' => 'image', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '7', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 44 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '16', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '191', - 'identifier' => 'publish_date', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '9', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:12:"Publish date";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 45 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '16', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '192', - 'identifier' => 'unpublish_date', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '10', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Unpublish date";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 46 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '16', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '193', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '11', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 48 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '17', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '195', - 'identifier' => 'title', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 49 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '17', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '196', - 'identifier' => 'short_title', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Short title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 50 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '17', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '197', - 'identifier' => 'index_title', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Index title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 51 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '17', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_author', - 'id' => '198', - 'identifier' => 'author', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Author";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 54 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '17', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_image', - 'id' => '201', - 'identifier' => 'image', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '7', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 56 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '17', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '1', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '203', - 'identifier' => 'publish_date', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '9', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:12:"Publish date";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 57 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '17', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '204', - 'identifier' => 'unpublish_date', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '10', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Unpublish date";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 58 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '17', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '205', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '11', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 59 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '17', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '206', - 'identifier' => 'enable_comments', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '12', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:15:"Enable comments";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 60 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '18', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '207', - 'identifier' => 'title', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 61 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '18', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '208', - 'identifier' => 'index_title', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Index title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 63 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '18', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '210', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 64 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '19', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '211', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 66 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '19', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '213', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 67 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '20', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '214', - 'identifier' => 'title', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 69 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '20', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '1', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '216', - 'identifier' => 'publication_date', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:16:"Publication date";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 70 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '20', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '217', - 'identifier' => 'unpublish_date', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Unpublish date";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 71 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '20', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '218', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '5', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 72 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '20', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '219', - 'identifier' => 'enable_comments', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '6', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:15:"Enable comments";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 73 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '21', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '220', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 74 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '21', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '221', - 'identifier' => 'product_number', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Product number";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 77 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '21', - 'data_float1' => '1', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '1', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_float', - 'id' => '224', - 'identifier' => 'price', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '5', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Price";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 78 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '21', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_image', - 'id' => '225', - 'identifier' => 'image', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '6', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 80 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '21', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ezmultioption', - 'id' => '227', - 'identifier' => 'additional_options', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '8', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:18:"Additional options";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 81 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '21', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '228', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '9', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 82 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '22', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '229', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 84 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '22', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '231', - 'identifier' => 'sender_name', - 'is_information_collector' => '1', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Sender name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 85 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '22', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '232', - 'identifier' => 'subject', - 'is_information_collector' => '1', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Subject";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 86 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '22', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '10', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '233', - 'identifier' => 'message', - 'is_information_collector' => '1', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '5', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Message";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 87 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '22', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_email', - 'id' => '234', - 'identifier' => 'email', - 'is_information_collector' => '1', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '6', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Email";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 88 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '22', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_email', - 'id' => '235', - 'identifier' => 'recipient', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '7', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Recipient";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 89 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '23', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '236', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 90 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '23', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '237', - 'identifier' => 'billboard', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Billboard";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 95 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '23', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '242', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '7', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 96 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '24', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '243', - 'identifier' => 'title', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 98 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '24', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '245', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 99 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '24', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '246', - 'identifier' => 'show_children', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:17:"Display sub items";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 100 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '25', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '247', - 'identifier' => 'header', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Header";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 101 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '25', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_image', - 'id' => '248', - 'identifier' => 'image', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 102 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '25', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '249', - 'identifier' => 'image_url', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"URL (image)";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 104 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '25', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_url', - 'id' => '251', - 'identifier' => 'url', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '5', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:3:"URL";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 105 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '26', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '252', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 107 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '26', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '<?xml version="1.0" encoding="utf-8"?> + LanguageGateway::CONTENT_LANGUAGE_TABLE => [ + 0 => [ + 'disabled' => '0', + 'id' => '2', + 'locale' => 'eng-US', + 'name' => 'English (American)', + ], + 1 => [ + 'disabled' => '0', + 'id' => '4', + 'locale' => 'eng-GB', + 'name' => 'English (United Kingdom)', + ], + ], + ContentTypeGateway::CONTENT_TYPE_TABLE => [ + 0 => [ + 'always_available' => '1', + 'contentobject_name' => '<short_name|name>', + 'created' => '1024392098', + 'creator_id' => '14', + 'id' => '1', + 'identifier' => 'folder', + 'initial_language_id' => '2', + 'is_container' => '1', + 'language_mask' => '3', + 'modified' => '1082454875', + 'modifier_id' => '14', + 'remote_id' => 'a3d405b81be900468eb153d774f4f0d2', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:6:"Folder";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 1 => [ + 'always_available' => '1', + 'contentobject_name' => '<name>', + 'created' => '1024392098', + 'creator_id' => '14', + 'id' => '3', + 'identifier' => 'user_group', + 'initial_language_id' => '2', + 'is_container' => '1', + 'language_mask' => '3', + 'modified' => '1048494743', + 'modifier_id' => '14', + 'remote_id' => '25b4268cdcd01921b808a0d854b877ef', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:10:"User group";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 2 => [ + 'always_available' => '1', + 'contentobject_name' => '<first_name> <last_name>', + 'created' => '1024392098', + 'creator_id' => '14', + 'id' => '4', + 'identifier' => 'user', + 'initial_language_id' => '2', + 'is_container' => '0', + 'language_mask' => '3', + 'modified' => '1082018364', + 'modifier_id' => '14', + 'remote_id' => '40faa822edc579b02c25f6bb7beec3ad', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"User";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 3 => [ + 'always_available' => '0', + 'contentobject_name' => '<subject>', + 'created' => '1052385685', + 'creator_id' => '14', + 'id' => '13', + 'identifier' => 'comment', + 'initial_language_id' => '2', + 'is_container' => '0', + 'language_mask' => '3', + 'modified' => '1082455144', + 'modifier_id' => '14', + 'remote_id' => '000c14f4f475e9f2955dedab72799941', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:7:"Comment";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 4 => [ + 'always_available' => '1', + 'contentobject_name' => '<name>', + 'created' => '1081858024', + 'creator_id' => '14', + 'id' => '14', + 'identifier' => 'common_ini_settings', + 'initial_language_id' => '2', + 'is_container' => '0', + 'language_mask' => '3', + 'modified' => '1081858024', + 'modifier_id' => '14', + 'remote_id' => 'ffedf2e73b1ea0c3e630e42e2db9c900', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:19:"Common ini settings";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 5 => [ + 'always_available' => '1', + 'contentobject_name' => '<title>', + 'created' => '1081858045', + 'creator_id' => '14', + 'id' => '15', + 'identifier' => 'template_look', + 'initial_language_id' => '2', + 'is_container' => '0', + 'language_mask' => '3', + 'modified' => '1081858045', + 'modifier_id' => '14', + 'remote_id' => '59b43cd9feaaf0e45ac974fb4bbd3f92', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:13:"Template look";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 6 => [ + 'always_available' => '0', + 'contentobject_name' => '<short_title|title>', + 'created' => '1311154170', + 'creator_id' => '14', + 'id' => '16', + 'identifier' => 'article', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154170', + 'modifier_id' => '14', + 'remote_id' => 'c15b600eb9198b1924063b5a68758232', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Article";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 7 => [ + 'always_available' => '0', + 'contentobject_name' => '<short_title|title>', + 'created' => '1311154170', + 'creator_id' => '14', + 'id' => '17', + 'identifier' => 'article_mainpage', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154170', + 'modifier_id' => '14', + 'remote_id' => 'feaf24c0edae665e7ddaae1bc2b3fe5b', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:19:"Article (main-page)";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 8 => [ + 'always_available' => '0', + 'contentobject_name' => '<title|index_title>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '18', + 'identifier' => 'article_subpage', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '68f305a18c76d9d03df36b810f290732', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:18:"Article (sub-page)";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 9 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '19', + 'identifier' => 'blog', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '3a6f9c1f075b3bf49d7345576b196fe8', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Blog";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 10 => [ + 'always_available' => '0', + 'contentobject_name' => '<title>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '20', + 'identifier' => 'blog_post', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '7ecb961056b7cbb30f22a91357e0a007', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Blog post";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 11 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '21', + 'identifier' => 'product', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '77f3ede996a3a39c7159cc69189c5307', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Product";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 12 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '22', + 'identifier' => 'feedback_form', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => 'df0257b8fc55f6b8ab179d6fb915455e', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:13:"Feedback form";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 13 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '23', + 'identifier' => 'frontpage', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => 'e36c458e3e4a81298a0945f53a2c81f4', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Frontpage";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 14 => [ + 'always_available' => '0', + 'contentobject_name' => '<title>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '24', + 'identifier' => 'documentation_page', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => 'd4a05eed0402e4d70fedfda2023f1aa2', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:18:"Documentation page";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 15 => [ + 'always_available' => '0', + 'contentobject_name' => '<header>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '25', + 'identifier' => 'infobox', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '0b4e8accad5bec5ba2d430acb25c1ff6', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Infobox";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 16 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '26', + 'identifier' => 'multicalendar', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '99aec4e5682414517ed929ecd969439f', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:13:"Multicalendar";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 17 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '27', + 'identifier' => 'poll', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '232937a3a2eacbbf24e2601aebe16522', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Poll";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 18 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '28', + 'identifier' => 'file', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '637d58bfddf164627bdfd265733280a0', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 19 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '29', + 'identifier' => 'flash', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '6cd17b98a41ee9355371a376e8868ee0', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Flash";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 20 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '30', + 'identifier' => 'image', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => 'f6df12aa74e36230eb675f364fccd25a', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 21 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '31', + 'identifier' => 'link', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '74ec6507063150bc813549b22534ad48', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Link";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 22 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '32', + 'identifier' => 'quicktime', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '16d7b371979d6ba37894cc8dc306f38f', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Quicktime";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 23 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '33', + 'identifier' => 'windows_media', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '223dd2551e85b63b55a72d02363faab6', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:13:"Windows media";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 24 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '34', + 'identifier' => 'real_video', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => 'dba67bc20a4301aa04cc74e411310dfc', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:10:"Real video";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 25 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154171', + 'creator_id' => '14', + 'id' => '35', + 'identifier' => 'gallery', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154171', + 'modifier_id' => '14', + 'remote_id' => '6a320cdc3e274841b82fcd63a86f80d1', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Gallery";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 26 => [ + 'always_available' => '0', + 'contentobject_name' => '<short_title|title>', + 'created' => '1311154172', + 'creator_id' => '14', + 'id' => '36', + 'identifier' => 'geo_article', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154172', + 'modifier_id' => '14', + 'remote_id' => 'a98ae5ac95365b958b01fb88dfab3330', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Geo Article";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 27 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154172', + 'creator_id' => '14', + 'id' => '37', + 'identifier' => 'forum', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154172', + 'modifier_id' => '14', + 'remote_id' => 'b241f924b96b267153f5f55904e0675a', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Forum";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 28 => [ + 'always_available' => '0', + 'contentobject_name' => '<subject>', + 'created' => '1311154172', + 'creator_id' => '14', + 'id' => '38', + 'identifier' => 'forum_topic', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154172', + 'modifier_id' => '14', + 'remote_id' => '71f99c516743a33562c3893ef98c9b60', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Forum topic";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 29 => [ + 'always_available' => '0', + 'contentobject_name' => '<subject>', + 'created' => '1311154172', + 'creator_id' => '14', + 'id' => '39', + 'identifier' => 'forum_reply', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154172', + 'modifier_id' => '14', + 'remote_id' => '80ee42a66b2b8b6ee15f5c5f4b361562', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Forum reply";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 30 => [ + 'always_available' => '0', + 'contentobject_name' => '<short_title|title>', + 'created' => '1311154172', + 'creator_id' => '14', + 'id' => '40', + 'identifier' => 'event', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154172', + 'modifier_id' => '14', + 'remote_id' => '563cb5edc2adfd2b240efa456c81525f', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Event";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 31 => [ + 'always_available' => '0', + 'contentobject_name' => '<short_title|title>', + 'created' => '1311154172', + 'creator_id' => '14', + 'id' => '41', + 'identifier' => 'event_calendar', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154172', + 'modifier_id' => '14', + 'remote_id' => '020cbeb6382c8c89dcec2cd406fb47a8', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Event calendar";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 32 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154172', + 'creator_id' => '14', + 'id' => '42', + 'identifier' => 'banner', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154172', + 'modifier_id' => '14', + 'remote_id' => '9cb558e25fd946246bbb32950c00228e', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Banner";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 33 => [ + 'always_available' => '0', + 'contentobject_name' => '<title>', + 'created' => '1311154172', + 'creator_id' => '14', + 'id' => '43', + 'identifier' => 'forums', + 'initial_language_id' => '4', + 'is_container' => '1', + 'language_mask' => '5', + 'modified' => '1311154172', + 'modifier_id' => '14', + 'remote_id' => '60a921e54c1efbb9456bd2283d9e66cb', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Forums";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + 34 => [ + 'always_available' => '0', + 'contentobject_name' => '<name>', + 'created' => '1311154172', + 'creator_id' => '14', + 'id' => '44', + 'identifier' => 'silverlight', + 'initial_language_id' => '4', + 'is_container' => '0', + 'language_mask' => '5', + 'modified' => '1311154172', + 'modifier_id' => '14', + 'remote_id' => '8ab17aae77dd4f24b5a8e835784e96e7', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Silverlight";s:16:"always-available";s:6:"eng-GB";}', + 'sort_field' => '1', + 'sort_order' => '1', + 'url_alias_name' => '', + 'status' => '0', + ], + ], + ContentTypeGateway::FIELD_DEFINITION_TABLE => [ + 0 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '1', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '255', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'Folder', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '4', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"Name";}', + 'status' => '0', + ], + 1 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '3', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '255', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '6', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"Name";}', + 'status' => '0', + ], + 2 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '3', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '255', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '7', + 'identifier' => 'description', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:11:"Description";}', + 'status' => '0', + ], + 3 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '4', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '255', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '8', + 'identifier' => 'first_name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:10:"First name";}', + 'status' => '0', + ], + 4 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '4', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '255', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '9', + 'identifier' => 'last_name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:9:"Last name";}', + 'status' => '0', + ], + 5 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '4', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_user', + 'id' => '12', + 'identifier' => 'user_account', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '3', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:12:"User account";}', + 'status' => '0', + ], + 7 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '13', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '100', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '149', + 'identifier' => 'subject', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:7:"Subject";}', + 'status' => '0', + ], + 8 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '13', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '150', + 'identifier' => 'author', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:6:"Author";}', + 'status' => '0', + ], + 9 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '13', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '20', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '151', + 'identifier' => 'message', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '3', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:7:"Message";}', + 'status' => '0', + ], + 10 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '1', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '100', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '155', + 'identifier' => 'short_name', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:10:"Short name";}', + 'status' => '0', + ], + 12 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '1', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '1', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '158', + 'identifier' => 'show_children', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '5', + 'serialized_data_text' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:17:"Display sub items";}', + 'status' => '0', + ], + 13 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '159', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"Name";}', + 'status' => '0', + ], + 14 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '1', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'SiteSettings', + 'data_text3' => 'IndexPage', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '160', + 'identifier' => 'indexpage', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '2', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:10:"Index Page";}', + 'status' => '0', + ], + 15 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '1', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'SiteSettings', + 'data_text3' => 'DefaultPage', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '161', + 'identifier' => 'defaultpage', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:12:"Default Page";}', + 'status' => '0', + ], + 16 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '2', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'DebugSettings', + 'data_text3' => 'DebugOutput', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '162', + 'identifier' => 'debugoutput', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '4', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:12:"Debug Output";}', + 'status' => '0', + ], + 17 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '2', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'DebugSettings', + 'data_text3' => 'DebugByIP', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '163', + 'identifier' => 'debugbyip', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '5', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:11:"Debug By IP";}', + 'status' => '0', + ], + 18 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '6', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'DebugSettings', + 'data_text3' => 'DebugIPList', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '164', + 'identifier' => 'debugiplist', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '6', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:13:"Debug IP List";}', + 'status' => '0', + ], + 19 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '2', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'DebugSettings', + 'data_text3' => 'DebugRedirection', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '165', + 'identifier' => 'debugredirection', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '7', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:17:"Debug Redirection";}', + 'status' => '0', + ], + 20 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '2', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'ContentSettings', + 'data_text3' => 'ViewCaching', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '166', + 'identifier' => 'viewcaching', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '8', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:12:"View Caching";}', + 'status' => '0', + ], + 21 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '2', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'TemplateSettings', + 'data_text3' => 'TemplateCache', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '167', + 'identifier' => 'templatecache', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '9', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:14:"Template Cache";}', + 'status' => '0', + ], + 22 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '2', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'TemplateSettings', + 'data_text3' => 'TemplateCompile', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '168', + 'identifier' => 'templatecompile', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '10', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:16:"Template Compile";}', + 'status' => '0', + ], + 23 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '6', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'image.ini', + 'data_text2' => 'small', + 'data_text3' => 'Filters', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '169', + 'identifier' => 'imagesmall', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '11', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:16:"Image Small Size";}', + 'status' => '0', + ], + 24 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '6', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'image.ini', + 'data_text2' => 'medium', + 'data_text3' => 'Filters', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '170', + 'identifier' => 'imagemedium', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '12', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:17:"Image Medium Size";}', + 'status' => '0', + ], + 25 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '14', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '6', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'image.ini', + 'data_text2' => 'large', + 'data_text3' => 'Filters', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '171', + 'identifier' => 'imagelarge', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '13', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:16:"Image Large Size";}', + 'status' => '0', + ], + 26 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '1', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'SiteSettings', + 'data_text3' => 'SiteName', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '172', + 'identifier' => 'title', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '1', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:5:"Title";}', + 'status' => '0', + ], + 27 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '6', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'SiteSettings', + 'data_text3' => 'MetaDataArray', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '173', + 'identifier' => 'meta_data', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '2', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:9:"Meta data";}', + 'status' => '0', + ], + 28 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_image', + 'id' => '174', + 'identifier' => 'image', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:5:"Image";}', + 'status' => '0', + ], + 29 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'sitestyle', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ezpackage', + 'id' => '175', + 'identifier' => 'sitestyle', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '4', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:9:"Sitestyle";}', + 'status' => '0', + ], + 30 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '1', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'MailSettings', + 'data_text3' => 'AdminEmail', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '177', + 'identifier' => 'email', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '6', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:5:"Email";}', + 'status' => '0', + ], + 31 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '1', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'site.ini', + 'data_text2' => 'SiteSettings', + 'data_text3' => 'SiteURL', + 'data_text4' => '', + 'data_text5' => 'override;user;admin;demo', + 'data_type_string' => 'ezinisetting', + 'id' => '178', + 'identifier' => 'siteurl', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '7', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:8:"Site URL";}', + 'status' => '0', + ], + 32 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '4', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '10', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '179', + 'identifier' => 'signature', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:9:"Signature";}', + 'status' => '0', + ], + 33 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '4', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '1', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_image', + 'id' => '180', + 'identifier' => 'image', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '5', + 'serialized_data_text' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_description_list' => 'a:2:{i:0;s:0:"";s:16:"always-available";b:0;}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:5:"Image";}', + 'status' => '0', + ], + 34 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '1', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '181', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '6', + 'serialized_data_text' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:4:"Tags";}', + 'status' => '0', + ], + 35 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '1', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '182', + 'identifier' => 'publish_date', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '7', + 'serialized_data_text' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";}', + 'serialized_name_list' => 'a:2:{s:16:"always-available";s:6:"eng-US";s:6:"eng-US";s:12:"Publish date";}', + 'status' => '0', + ], + 36 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '16', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '255', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'New article', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '183', + 'identifier' => 'title', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 37 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '16', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '255', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '184', + 'identifier' => 'short_title', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Short title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 38 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '16', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_author', + 'id' => '185', + 'identifier' => 'author', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Author";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 41 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '16', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '188', + 'identifier' => 'enable_comments', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '6', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:15:"Enable comments";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 42 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '16', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_image', + 'id' => '189', + 'identifier' => 'image', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '7', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 44 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '16', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '191', + 'identifier' => 'publish_date', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '9', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:12:"Publish date";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 45 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '16', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '192', + 'identifier' => 'unpublish_date', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '10', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Unpublish date";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 46 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '16', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '193', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '11', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 48 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '17', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '195', + 'identifier' => 'title', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 49 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '17', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '196', + 'identifier' => 'short_title', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Short title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 50 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '17', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '197', + 'identifier' => 'index_title', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Index title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 51 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '17', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_author', + 'id' => '198', + 'identifier' => 'author', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Author";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 54 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '17', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_image', + 'id' => '201', + 'identifier' => 'image', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '7', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 56 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '17', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '1', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '203', + 'identifier' => 'publish_date', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '9', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:12:"Publish date";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 57 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '17', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '204', + 'identifier' => 'unpublish_date', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '10', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Unpublish date";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 58 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '17', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '205', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '11', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 59 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '17', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '206', + 'identifier' => 'enable_comments', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '12', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:15:"Enable comments";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 60 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '18', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '207', + 'identifier' => 'title', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 61 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '18', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '208', + 'identifier' => 'index_title', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Index title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 63 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '18', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '210', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 64 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '19', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '211', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 66 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '19', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '213', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 67 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '20', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '214', + 'identifier' => 'title', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 69 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '20', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '1', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '216', + 'identifier' => 'publication_date', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:16:"Publication date";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 70 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '20', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '217', + 'identifier' => 'unpublish_date', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Unpublish date";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 71 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '20', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '218', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '5', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 72 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '20', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '219', + 'identifier' => 'enable_comments', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '6', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:15:"Enable comments";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 73 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '21', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '220', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 74 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '21', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '221', + 'identifier' => 'product_number', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Product number";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 77 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '21', + 'data_float1' => '1', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '1', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_float', + 'id' => '224', + 'identifier' => 'price', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '5', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Price";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 78 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '21', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_image', + 'id' => '225', + 'identifier' => 'image', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '6', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 80 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '21', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ezmultioption', + 'id' => '227', + 'identifier' => 'additional_options', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '8', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:18:"Additional options";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 81 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '21', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '228', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '9', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 82 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '22', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '229', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 84 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '22', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '231', + 'identifier' => 'sender_name', + 'is_information_collector' => '1', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Sender name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 85 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '22', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '232', + 'identifier' => 'subject', + 'is_information_collector' => '1', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Subject";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 86 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '22', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '10', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '233', + 'identifier' => 'message', + 'is_information_collector' => '1', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '5', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Message";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 87 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '22', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_email', + 'id' => '234', + 'identifier' => 'email', + 'is_information_collector' => '1', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '6', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Email";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 88 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '22', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_email', + 'id' => '235', + 'identifier' => 'recipient', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '7', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Recipient";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 89 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '23', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '236', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 90 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '23', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '237', + 'identifier' => 'billboard', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Billboard";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 95 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '23', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '242', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '7', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 96 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '24', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '243', + 'identifier' => 'title', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 98 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '24', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '245', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 99 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '24', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '246', + 'identifier' => 'show_children', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:17:"Display sub items";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 100 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '25', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '247', + 'identifier' => 'header', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Header";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 101 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '25', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_image', + 'id' => '248', + 'identifier' => 'image', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 102 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '25', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '249', + 'identifier' => 'image_url', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"URL (image)";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 104 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '25', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_url', + 'id' => '251', + 'identifier' => 'url', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '5', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:3:"URL";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 105 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '26', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '252', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 107 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '26', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '<?xml version="1.0" encoding="utf-8"?> <related-objects><constraints><allowed-class contentclass-identifier="event_calendar"/></constraints><type value="2"/><selection_type value="0"/><object_class value=""/><contentobject-placement/></related-objects> ', - 'data_type_string' => 'ibexa_object_relation_list', - 'id' => '254', - 'identifier' => 'calendars', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Calendars";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 108 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '27', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '255', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 110 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '27', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ezoption', - 'id' => '257', - 'identifier' => 'question', - 'is_information_collector' => '1', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:8:"Question";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 111 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '28', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'New file', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '258', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 113 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '28', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_binaryfile', - 'id' => '260', - 'identifier' => 'file', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 114 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '28', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '261', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 115 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '29', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '262', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 117 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '29', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'flash', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_media', - 'id' => '264', - 'identifier' => 'file', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 118 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '29', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '265', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 119 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '30', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '150', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '266', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 121 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '30', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '2', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_image', - 'id' => '268', - 'identifier' => 'image', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 122 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '30', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '269', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 123 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '31', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '255', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '270', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 125 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '31', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_url', - 'id' => '272', - 'identifier' => 'location', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:8:"Location";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 126 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '31', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '1', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '273', - 'identifier' => 'open_in_new_window', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:18:"Open in new window";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 127 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '32', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '274', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 129 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '32', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'quick_time', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_media', - 'id' => '276', - 'identifier' => 'file', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 130 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '32', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '277', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 131 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '33', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '278', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 133 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '33', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'windows_media_player', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_media', - 'id' => '280', - 'identifier' => 'file', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 134 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '33', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '281', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 135 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '34', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '282', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 137 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '34', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'real_player', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_media', - 'id' => '284', - 'identifier' => 'file', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 138 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '34', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '285', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 139 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '35', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '286', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 142 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '35', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '289', - 'identifier' => 'image', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 143 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '36', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '255', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'New article', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '290', - 'identifier' => 'title', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 144 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '36', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '255', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '291', - 'identifier' => 'short_title', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Short title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 145 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '36', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_author', - 'id' => '292', - 'identifier' => 'author', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Author";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 148 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '36', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '295', - 'identifier' => 'enable_comments', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '6', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:15:"Enable comments";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 149 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '36', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_image', - 'id' => '296', - 'identifier' => 'image', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '7', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 151 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '36', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '298', - 'identifier' => 'publish_date', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '9', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:12:"Publish date";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 152 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '36', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '299', - 'identifier' => 'unpublish_date', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '10', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Unpublish date";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 153 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '36', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '300', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '11', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 154 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '36', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_gmap_location', - 'id' => '301', - 'identifier' => 'location', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '12', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:8:"Location";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 155 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '37', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '302', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 157 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '38', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '304', - 'identifier' => 'subject', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Subject";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 158 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '38', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '10', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '305', - 'identifier' => 'message', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Message";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 159 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '38', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '306', - 'identifier' => 'sticky', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Sticky";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 160 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '38', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ezsubtreesubscription', - 'id' => '307', - 'identifier' => 'notify_me', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:23:"Notify me about updates";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 161 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '39', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '308', - 'identifier' => 'subject', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Subject";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 162 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '39', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '10', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '309', - 'identifier' => 'message', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Message";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 163 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '40', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '55', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '310', - 'identifier' => 'title', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:10:"Full title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 164 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '40', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '19', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '311', - 'identifier' => 'short_title', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Short title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 166 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '40', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '313', - 'identifier' => 'category', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:8:"Category";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 167 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '40', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '1', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '314', - 'identifier' => 'from_time', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '5', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"From Time";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 168 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '40', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '315', - 'identifier' => 'to_time', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '6', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"To Time";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 169 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '41', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '65', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '316', - 'identifier' => 'title', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:10:"Full Title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 170 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '41', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '25', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '317', - 'identifier' => 'short_title', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Short Title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 171 => [ - 'can_translate' => '0', - 'category' => '', - 'content_type_id' => '41', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_object_relation_list', + 'id' => '254', + 'identifier' => 'calendars', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Calendars";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 108 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '27', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '255', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 110 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '27', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ezoption', + 'id' => '257', + 'identifier' => 'question', + 'is_information_collector' => '1', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:8:"Question";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 111 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '28', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'New file', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '258', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 113 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '28', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_binaryfile', + 'id' => '260', + 'identifier' => 'file', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 114 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '28', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '261', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 115 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '29', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '262', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 117 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '29', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'flash', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_media', + 'id' => '264', + 'identifier' => 'file', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 118 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '29', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '265', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 119 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '30', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '150', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '266', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 121 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '30', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '2', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_image', + 'id' => '268', + 'identifier' => 'image', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 122 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '30', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '269', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 123 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '31', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '255', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '270', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 125 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '31', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_url', + 'id' => '272', + 'identifier' => 'location', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:8:"Location";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 126 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '31', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '1', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '273', + 'identifier' => 'open_in_new_window', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:18:"Open in new window";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 127 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '32', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '274', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 129 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '32', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'quick_time', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_media', + 'id' => '276', + 'identifier' => 'file', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 130 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '32', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '277', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 131 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '33', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '278', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 133 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '33', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'windows_media_player', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_media', + 'id' => '280', + 'identifier' => 'file', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 134 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '33', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '281', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 135 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '34', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '282', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 137 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '34', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'real_player', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_media', + 'id' => '284', + 'identifier' => 'file', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 138 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '34', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '285', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 139 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '35', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '286', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 142 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '35', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '289', + 'identifier' => 'image', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 143 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '36', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '255', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'New article', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '290', + 'identifier' => 'title', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 144 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '36', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '255', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '291', + 'identifier' => 'short_title', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Short title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 145 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '36', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_author', + 'id' => '292', + 'identifier' => 'author', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Author";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 148 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '36', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '295', + 'identifier' => 'enable_comments', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '6', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:15:"Enable comments";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 149 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '36', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_image', + 'id' => '296', + 'identifier' => 'image', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '7', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 151 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '36', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '298', + 'identifier' => 'publish_date', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '9', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:12:"Publish date";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 152 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '36', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '299', + 'identifier' => 'unpublish_date', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '10', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:14:"Unpublish date";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 153 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '36', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '300', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '11', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 154 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '36', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_gmap_location', + 'id' => '301', + 'identifier' => 'location', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '12', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:8:"Location";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 155 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '37', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '302', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 157 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '38', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '304', + 'identifier' => 'subject', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Subject";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 158 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '38', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '10', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '305', + 'identifier' => 'message', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Message";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 159 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '38', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '306', + 'identifier' => 'sticky', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:6:"Sticky";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 160 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '38', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ezsubtreesubscription', + 'id' => '307', + 'identifier' => 'notify_me', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:23:"Notify me about updates";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 161 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '39', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '308', + 'identifier' => 'subject', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Subject";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 162 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '39', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '10', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '309', + 'identifier' => 'message', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"Message";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 163 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '40', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '55', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '310', + 'identifier' => 'title', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:10:"Full title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 164 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '40', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '19', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '311', + 'identifier' => 'short_title', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Short title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 166 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '40', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '313', + 'identifier' => 'category', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:8:"Category";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 167 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '40', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '1', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '314', + 'identifier' => 'from_time', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '5', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"From Time";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 168 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '40', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '315', + 'identifier' => 'to_time', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '6', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:7:"To Time";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 169 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '41', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '65', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '316', + 'identifier' => 'title', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:10:"Full Title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 170 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '41', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '25', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '317', + 'identifier' => 'short_title', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:11:"Short Title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 171 => [ + 'can_translate' => '0', + 'category' => '', + 'content_type_id' => '41', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '<?xml version="1.0" encoding="utf-8"?> <ezselection><options><option id="0" name="Calendar"/><option id="1" name="Program"/></options></ezselection> ', - 'data_type_string' => 'ibexa_selection', - 'id' => '318', - 'identifier' => 'view', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"View";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 172 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '42', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '319', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 173 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '42', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '320', - 'identifier' => 'url', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '2', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:3:"URL";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 174 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '42', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_image', - 'id' => '321', - 'identifier' => 'image', - 'is_information_collector' => '0', - 'is_required' => '1', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 175 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '42', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '10', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '322', - 'identifier' => 'image_map', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '4', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Image map";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 176 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '42', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '323', - 'identifier' => 'tags', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '5', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 177 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '43', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '324', - 'identifier' => 'title', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 179 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '44', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '326', - 'identifier' => 'name', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '1', - 'placement' => '1', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 181 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '44', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => 'silverlight', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_media', - 'id' => '328', - 'identifier' => 'file', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '3', - 'serialized_data_text' => 'a:0:{}', - 'serialized_description_list' => 'a:0:{}', - 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', - 'status' => '0', - ], - 182 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_url', - 'id' => '329', - 'identifier' => 'site_map_url', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '8', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:12:"Site map URL";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - 183 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_url', - 'id' => '330', - 'identifier' => 'tag_cloud_url', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '9', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:13:"Tag Cloud URL";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - 184 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '331', - 'identifier' => 'login_label', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '10', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:13:"Login (label)";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - 185 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '332', - 'identifier' => 'logout_label', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '11', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:14:"Logout (label)";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - 186 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '333', - 'identifier' => 'my_profile_label', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '12', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:18:"My profile (label)";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - 187 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '334', - 'identifier' => 'register_user_label', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '13', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:25:"Register new user (label)";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - 188 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '335', - 'identifier' => 'rss_feed', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '14', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:8:"RSS feed";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - 189 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '336', - 'identifier' => 'shopping_basket_label', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '15', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:23:"Shopping basket (label)";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - 190 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '337', - 'identifier' => 'site_settings_label', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '16', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:21:"Site settings (label)";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - 191 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '10', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '338', - 'identifier' => 'footer_text', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '17', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:11:"Footer text";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - 192 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '0', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '339', - 'identifier' => 'hide_powered_by', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '18', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:17:"Hide "Powered by"";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - 193 => [ - 'can_translate' => '1', - 'category' => '', - 'content_type_id' => '15', - 'data_float1' => '0', - 'data_float2' => '0', - 'data_float3' => '0', - 'data_float4' => '0', - 'data_int1' => '10', - 'data_int2' => '0', - 'data_int3' => '0', - 'data_int4' => '0', - 'data_text1' => '', - 'data_text2' => '', - 'data_text3' => '', - 'data_text4' => '', - 'data_text5' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '340', - 'identifier' => 'footer_script', - 'is_information_collector' => '0', - 'is_required' => '0', - 'is_searchable' => '0', - 'placement' => '19', - 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', - 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:17:"Footer Javascript";s:16:"always-available";s:6:"eng-US";}', - 'status' => '0', - ], - ], - ContentTypeGateway::CONTENT_TYPE_TO_GROUP_ASSIGNMENT_TABLE => [ - 0 => [ - 'content_type_id' => '1', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 1 => [ - 'content_type_id' => '3', - 'content_type_status' => '0', - 'group_id' => '2', - 'group_name' => 'Users', - ], - 2 => [ - 'content_type_id' => '4', - 'content_type_status' => '0', - 'group_id' => '2', - 'group_name' => 'Users', - ], - 3 => [ - 'content_type_id' => '13', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 4 => [ - 'content_type_id' => '14', - 'content_type_status' => '0', - 'group_id' => '4', - 'group_name' => 'Setup', - ], - 5 => [ - 'content_type_id' => '15', - 'content_type_status' => '0', - 'group_id' => '4', - 'group_name' => 'Setup', - ], - 6 => [ - 'content_type_id' => '16', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 7 => [ - 'content_type_id' => '17', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 8 => [ - 'content_type_id' => '18', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 9 => [ - 'content_type_id' => '19', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 10 => [ - 'content_type_id' => '20', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 11 => [ - 'content_type_id' => '21', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 12 => [ - 'content_type_id' => '22', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 13 => [ - 'content_type_id' => '23', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 14 => [ - 'content_type_id' => '24', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 15 => [ - 'content_type_id' => '25', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 16 => [ - 'content_type_id' => '26', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 17 => [ - 'content_type_id' => '27', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 18 => [ - 'content_type_id' => '28', - 'content_type_status' => '0', - 'group_id' => '3', - 'group_name' => 'Media', - ], - 19 => [ - 'content_type_id' => '29', - 'content_type_status' => '0', - 'group_id' => '3', - 'group_name' => 'Media', - ], - 20 => [ - 'content_type_id' => '30', - 'content_type_status' => '0', - 'group_id' => '3', - 'group_name' => 'Media', - ], - 21 => [ - 'content_type_id' => '31', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 22 => [ - 'content_type_id' => '32', - 'content_type_status' => '0', - 'group_id' => '3', - 'group_name' => 'Media', - ], - 23 => [ - 'content_type_id' => '33', - 'content_type_status' => '0', - 'group_id' => '3', - 'group_name' => 'Media', - ], - 24 => [ - 'content_type_id' => '34', - 'content_type_status' => '0', - 'group_id' => '3', - 'group_name' => 'Media', - ], - 25 => [ - 'content_type_id' => '35', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 26 => [ - 'content_type_id' => '36', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 27 => [ - 'content_type_id' => '37', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 28 => [ - 'content_type_id' => '38', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 29 => [ - 'content_type_id' => '39', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 30 => [ - 'content_type_id' => '40', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 31 => [ - 'content_type_id' => '41', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 32 => [ - 'content_type_id' => '42', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 33 => [ - 'content_type_id' => '43', - 'content_type_status' => '0', - 'group_id' => '1', - 'group_name' => 'Content', - ], - 34 => [ - 'content_type_id' => '44', - 'content_type_status' => '0', - 'group_id' => '3', - 'group_name' => 'Media', - ], - ], - ContentTypeGateway::CONTENT_TYPE_NAME_TABLE => [ - 0 => [ - 'content_type_id' => '1', - 'content_type_status' => '0', - 'language_id' => '3', - 'language_locale' => 'eng-US', - 'name' => 'Folder', - ], - 1 => [ - 'content_type_id' => '3', - 'content_type_status' => '0', - 'language_id' => '3', - 'language_locale' => 'eng-US', - 'name' => 'User group', - ], - 2 => [ - 'content_type_id' => '4', - 'content_type_status' => '0', - 'language_id' => '3', - 'language_locale' => 'eng-US', - 'name' => 'User', - ], - 3 => [ - 'content_type_id' => '13', - 'content_type_status' => '0', - 'language_id' => '3', - 'language_locale' => 'eng-US', - 'name' => 'Comment', - ], - 4 => [ - 'content_type_id' => '14', - 'content_type_status' => '0', - 'language_id' => '3', - 'language_locale' => 'eng-US', - 'name' => 'Common ini settings', - ], - 5 => [ - 'content_type_id' => '15', - 'content_type_status' => '0', - 'language_id' => '3', - 'language_locale' => 'eng-US', - 'name' => 'Template look', - ], - 6 => [ - 'content_type_id' => '16', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Article', - ], - 7 => [ - 'content_type_id' => '17', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Article (main-page)', - ], - 8 => [ - 'content_type_id' => '18', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Article (sub-page)', - ], - 9 => [ - 'content_type_id' => '19', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Blog', - ], - 10 => [ - 'content_type_id' => '20', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Blog post', - ], - 11 => [ - 'content_type_id' => '21', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Product', - ], - 12 => [ - 'content_type_id' => '22', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Feedback form', - ], - 13 => [ - 'content_type_id' => '23', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Frontpage', - ], - 14 => [ - 'content_type_id' => '24', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Documentation page', - ], - 15 => [ - 'content_type_id' => '25', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Infobox', - ], - 16 => [ - 'content_type_id' => '26', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Multicalendar', - ], - 17 => [ - 'content_type_id' => '27', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Poll', - ], - 18 => [ - 'content_type_id' => '28', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'File', - ], - 19 => [ - 'content_type_id' => '29', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Flash', - ], - 20 => [ - 'content_type_id' => '30', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Image', - ], - 21 => [ - 'content_type_id' => '31', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Link', - ], - 22 => [ - 'content_type_id' => '32', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Quicktime', - ], - 23 => [ - 'content_type_id' => '33', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Windows media', - ], - 24 => [ - 'content_type_id' => '34', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Real video', - ], - 25 => [ - 'content_type_id' => '35', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Gallery', - ], - 26 => [ - 'content_type_id' => '36', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Geo Article', - ], - 27 => [ - 'content_type_id' => '37', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Forum', - ], - 28 => [ - 'content_type_id' => '38', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Forum topic', - ], - 29 => [ - 'content_type_id' => '39', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Forum reply', - ], - 30 => [ - 'content_type_id' => '40', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Event', - ], - 31 => [ - 'content_type_id' => '41', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Event calendar', - ], - 32 => [ - 'content_type_id' => '42', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Banner', - ], - 33 => [ - 'content_type_id' => '43', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Forums', - ], - 34 => [ - 'content_type_id' => '44', - 'content_type_status' => '0', - 'language_id' => '5', - 'language_locale' => 'eng-GB', - 'name' => 'Silverlight', - ], - ], - ContentTypeGateway::CONTENT_TYPE_GROUP_TABLE => [ - 0 => [ - 'created' => '1031216928', - 'creator_id' => '14', - 'id' => '1', - 'modified' => '1033922106', - 'modifier_id' => '14', - 'name' => 'Content', - ], - 1 => [ - 'created' => '1031216941', - 'creator_id' => '14', - 'id' => '2', - 'modified' => '1033922113', - 'modifier_id' => '14', - 'name' => 'Users', - ], - 2 => [ - 'created' => '1032009743', - 'creator_id' => '14', - 'id' => '3', - 'modified' => '1033922120', - 'modifier_id' => '14', - 'name' => 'Media', - ], - 3 => [ - 'created' => '1081858024', - 'creator_id' => '14', - 'id' => '4', - 'modified' => '1081858024', - 'modifier_id' => '14', - 'name' => 'Setup', - ], - ], - ContentGateway::CONTENT_ITEM_TABLE => [ - 0 => [ - 'content_type_id' => '3', - 'current_version' => '1', - 'id' => '4', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033917596', - 'name' => 'Users', - 'owner_id' => '14', - 'published' => '1033917596', - 'remote_id' => 'f5c88a2209584891056f987fd965b0ba', - 'section_id' => '2', - 'status' => '1', - ], - 1 => [ - 'content_type_id' => '4', - 'current_version' => '2', - 'id' => '10', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1072180405', - 'name' => 'Anonymous User', - 'owner_id' => '14', - 'published' => '1033920665', - 'remote_id' => 'faaeb9be3bd98ed09f606fc16d144eca', - 'section_id' => '2', - 'status' => '1', - ], - 2 => [ - 'content_type_id' => '3', - 'current_version' => '2', - 'id' => '11', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154215', - 'name' => 'Members', - 'owner_id' => '14', - 'published' => '1033920746', - 'remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', - 'section_id' => '2', - 'status' => '1', - ], - 3 => [ - 'content_type_id' => '3', - 'current_version' => '1', - 'id' => '12', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033920775', - 'name' => 'Administrator users', - 'owner_id' => '14', - 'published' => '1033920775', - 'remote_id' => '9b47a45624b023b1a76c73b74d704acf', - 'section_id' => '2', - 'status' => '1', - ], - 4 => [ - 'content_type_id' => '3', - 'current_version' => '1', - 'id' => '13', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033920794', - 'name' => 'Editors', - 'owner_id' => '14', - 'published' => '1033920794', - 'remote_id' => '3c160cca19fb135f83bd02d911f04db2', - 'section_id' => '2', - 'status' => '1', - ], - 5 => [ - 'content_type_id' => '4', - 'current_version' => '4', - 'id' => '14', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154214', - 'name' => 'Administrator User', - 'owner_id' => '14', - 'published' => '1033920830', - 'remote_id' => '1bb4fe25487f05527efa8bfd394cecc7', - 'section_id' => '2', - 'status' => '1', - ], - 6 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '41', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1060695457', - 'name' => 'Media', - 'owner_id' => '14', - 'published' => '1060695457', - 'remote_id' => 'a6e35cbcb7cd6ae4b691f3eee30cd262', - 'section_id' => '3', - 'status' => '1', - ], - 7 => [ - 'content_type_id' => '3', - 'current_version' => '1', - 'id' => '42', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1072180330', - 'name' => 'Anonymous users', - 'owner_id' => '14', - 'published' => '1072180330', - 'remote_id' => '15b256dbea2ae72418ff5facc999e8f9', - 'section_id' => '2', - 'status' => '1', - ], - 8 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '45', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1079684190', - 'name' => 'Setup', - 'owner_id' => '14', - 'published' => '1079684190', - 'remote_id' => '241d538ce310074e602f29f49e44e938', - 'section_id' => '4', - 'status' => '1', - ], - 9 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '49', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220197', - 'name' => 'Images', - 'owner_id' => '14', - 'published' => '1080220197', - 'remote_id' => 'e7ff633c6b8e0fd3531e74c6e712bead', - 'section_id' => '3', - 'status' => '1', - ], - 10 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '50', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220220', - 'name' => 'Files', - 'owner_id' => '14', - 'published' => '1080220220', - 'remote_id' => '732a5acd01b51a6fe6eab448ad4138a9', - 'section_id' => '3', - 'status' => '1', - ], - 11 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '51', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220233', - 'name' => 'Multimedia', - 'owner_id' => '14', - 'published' => '1080220233', - 'remote_id' => '09082deb98662a104f325aaa8c4933d3', - 'section_id' => '3', - 'status' => '1', - ], - 12 => [ - 'content_type_id' => '14', - 'current_version' => '1', - 'id' => '52', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1082016591', - 'name' => 'Common INI settings', - 'owner_id' => '14', - 'published' => '1082016591', - 'remote_id' => '27437f3547db19cf81a33c92578b2c89', - 'section_id' => '4', - 'status' => '1', - ], - 13 => [ - 'content_type_id' => '15', - 'current_version' => '2', - 'id' => '54', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1301062376', - 'name' => 'Website Interface', - 'owner_id' => '14', - 'published' => '1082016652', - 'remote_id' => '8b8b22fe3c6061ed500fbd2b377b885f', - 'section_id' => '5', - 'status' => '1', - ], - 14 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '56', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1103023132', - 'name' => 'Design', - 'owner_id' => '14', - 'published' => '1103023132', - 'remote_id' => '08799e609893f7aba22f10cb466d9cc8', - 'section_id' => '5', - 'status' => '1', - ], - 15 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '57', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1168428358', - 'name' => 'Banners', - 'owner_id' => '14', - 'published' => '1168428358', - 'remote_id' => 'f1826ada5e88c8f79e7048b2145040b2', - 'section_id' => '3', - 'status' => '1', - ], - 16 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '58', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175499903', - 'name' => 'Woman (Communities)', - 'owner_id' => '14', - 'published' => '1174469194', - 'remote_id' => '99730850bd806030c4ae9ea92571bdd0', - 'section_id' => '3', - 'status' => '1', - ], - 17 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '59', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175499933', - 'name' => 'Woman (Frontpage)', - 'owner_id' => '14', - 'published' => '1174474836', - 'remote_id' => '52f728d4880ca5def392e4f2e782ee6d', - 'section_id' => '3', - 'status' => '1', - ], - 18 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '60', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175499960', - 'name' => 'Woman (Products)', - 'owner_id' => '14', - 'published' => '1174552827', - 'remote_id' => 'ec19f2662ebb0f930ce024a48f17f7ee', - 'section_id' => '3', - 'status' => '1', - ], - 19 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '61', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175500074', - 'name' => 'Woman (Partners)', - 'owner_id' => '14', - 'published' => '1174655952', - 'remote_id' => '55e6c9acf534ff2f3564290cb38ffddc', - 'section_id' => '3', - 'status' => '1', - ], - 20 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '62', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175500183', - 'name' => 'Pencils (Support)', - 'owner_id' => '14', - 'published' => '1174984631', - 'remote_id' => '768a04778081c6e08db5d77dd01f98a9', - 'section_id' => '3', - 'status' => '1', - ], - 21 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '63', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175500542', - 'name' => 'Woman (Training)', - 'owner_id' => '14', - 'published' => '1174987052', - 'remote_id' => 'a7c0be8039efe452ca7d1e7ec1d28dcf', - 'section_id' => '3', - 'status' => '1', - ], - 22 => [ - 'content_type_id' => '42', - 'current_version' => '1', - 'id' => '64', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175500602', - 'name' => 'Woman (Solutions)', - 'owner_id' => '14', - 'published' => '1175243716', - 'remote_id' => '1000aa14a05b968a2faa3def83aa1994', - 'section_id' => '3', - 'status' => '1', - ], - 23 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '65', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780998', - 'name' => 'Home', - 'owner_id' => '14', - 'published' => '1193906012', - 'remote_id' => '8a9c9c761004866fb458d89910f52bee', - 'section_id' => '1', - 'status' => '1', - ], - 24 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '66', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299781436', - 'name' => 'rest_api', - 'owner_id' => '14', - 'published' => '1299781436', - 'remote_id' => '800a632abc6258f5e0a6229c2ff55b46', - 'section_id' => '3', - 'status' => '1', - ], - 25 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '67', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174567474', - 'name' => 'Products', - 'owner_id' => '14', - 'published' => '1174302316', - 'remote_id' => '5dba9f5125423db2eda9ba8858a38775', - 'section_id' => '1', - 'status' => '1', - ], - 26 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '68', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302361', - 'name' => 'Software', - 'owner_id' => '14', - 'published' => '1174302361', - 'remote_id' => '02d35489c12bcbff3239c3b739823678', - 'section_id' => '1', - 'status' => '1', - ], - 27 => [ - 'content_type_id' => '21', - 'current_version' => '1', - 'id' => '69', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174303791', - 'name' => 'OS Type I', - 'owner_id' => '14', - 'published' => '1174303791', - 'remote_id' => '2995f126f24a5ef2b937c63ecae2ffc0', - 'section_id' => '1', - 'status' => '1', - ], - 28 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '70', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302388', - 'name' => 'Boxes', - 'owner_id' => '14', - 'published' => '1174302388', - 'remote_id' => '7e60420c152b5b1821ff8dda1d5002aa', - 'section_id' => '1', - 'status' => '1', - ], - 29 => [ - 'content_type_id' => '21', - 'current_version' => '1', - 'id' => '71', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174303350', - 'name' => 'CD/DVD Box I', - 'owner_id' => '14', - 'published' => '1174302627', - 'remote_id' => 'c0e62f667c7edf5b69f3131c98292387', - 'section_id' => '1', - 'status' => '1', - ], - 30 => [ - 'content_type_id' => '21', - 'current_version' => '1', - 'id' => '72', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174303441', - 'name' => 'CD/DVD Box II', - 'owner_id' => '14', - 'published' => '1174303394', - 'remote_id' => '71692736085cf6f8a36cdbb082249764', - 'section_id' => '1', - 'status' => '1', - ], - 31 => [ - 'content_type_id' => '21', - 'current_version' => '1', - 'id' => '73', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174304934', - 'name' => 'CD/DVD Box III', - 'owner_id' => '14', - 'published' => '1174304181', - 'remote_id' => '14f969f0d7f75f507394372c22919d00', - 'section_id' => '1', - 'status' => '1', - ], - 32 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '74', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302417', - 'name' => 'Products sheets', - 'owner_id' => '14', - 'published' => '1174302417', - 'remote_id' => '3524ea164ee11e7e102c9aaa56d02488', - 'section_id' => '1', - 'status' => '1', - ], - 33 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '75', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175500673', - 'name' => 'Solutions', - 'owner_id' => '14', - 'published' => '1174389373', - 'remote_id' => '3388409c96f37a7974f35befa5a14650', - 'section_id' => '1', - 'status' => '1', - ], - 34 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '76', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069345', - 'name' => 'Web publishing', - 'owner_id' => '14', - 'published' => '1174389439', - 'remote_id' => 'f21f7c41fd73c70814c46cb26b0851ed', - 'section_id' => '1', - 'status' => '1', - ], - 35 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '77', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174643990', - 'name' => 'Fusce sagittis sagittis', - 'owner_id' => '14', - 'published' => '1174643990', - 'remote_id' => '91ac81d846554a305a4029b19ba52d31', - 'section_id' => '1', - 'status' => '1', - ], - 36 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '78', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174644140', - 'name' => 'Etiam posuere sodales arcu', - 'owner_id' => '14', - 'published' => '1174644140', - 'remote_id' => 'f20f40a2f49aeec1ec40e9fb5d7cb86c', - 'section_id' => '1', - 'status' => '1', - ], - 37 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '79', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174644714', - 'name' => 'In hac habitasse platea', - 'owner_id' => '14', - 'published' => '1174644661', - 'remote_id' => 'b703033b4165a4e5b13a5b8d36b02cd1', - 'section_id' => '1', - 'status' => '1', - ], - 38 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '80', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069362', - 'name' => 'Content management', - 'owner_id' => '14', - 'published' => '1174389466', - 'remote_id' => '7dfe6d524e63a6759fd31db11a3e1490', - 'section_id' => '1', - 'status' => '1', - ], - 39 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '81', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174645184', - 'name' => 'Fusce sagittis sagittis urna', - 'owner_id' => '14', - 'published' => '1174645184', - 'remote_id' => '4179733ef0b35e2608ce72158ffe3893', - 'section_id' => '1', - 'status' => '1', - ], - 40 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '82', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174645301', - 'name' => 'Class aptent taciti sociosqu', - 'owner_id' => '14', - 'published' => '1174645301', - 'remote_id' => '5e182ad2a35120c9579c3f6d61e143cc', - 'section_id' => '1', - 'status' => '1', - ], - 41 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '83', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174645360', - 'name' => 'Aenean malesuada ligula', - 'owner_id' => '14', - 'published' => '1174645332', - 'remote_id' => 'a771e29e5157372b4798dd69a3f3eaaf', - 'section_id' => '1', - 'status' => '1', - ], - 42 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '84', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175513915', - 'name' => 'Training', - 'owner_id' => '14', - 'published' => '1174389534', - 'remote_id' => '79c3b8005e960653895177d765421342', - 'section_id' => '1', - 'status' => '1', - ], - 43 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '85', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238156', - 'name' => 'Certification', - 'owner_id' => '14', - 'published' => '1174389566', - 'remote_id' => '6a18ed16e2ea7618cc57b45791287408', - 'section_id' => '1', - 'status' => '1', - ], - 44 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '86', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069183', - 'name' => 'Professional workshops', - 'owner_id' => '14', - 'published' => '1174389594', - 'remote_id' => '895d89a8052f65834296b66318586044', - 'section_id' => '1', - 'status' => '1', - ], - 45 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '87', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175236156', - 'name' => 'Etiam sodales mauris', - 'owner_id' => '14', - 'published' => '1175235860', - 'remote_id' => '926e4fa2734f1fb6c73865417d374fea', - 'section_id' => '1', - 'status' => '1', - ], - 46 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '88', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175236182', - 'name' => 'Class aptent taciti', - 'owner_id' => '14', - 'published' => '1175236124', - 'remote_id' => '4014d37e72cee9e4dd45ab83b8b487ad', - 'section_id' => '1', - 'status' => '1', - ], - 47 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '89', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175238553', - 'name' => 'Duis auctor vehicula erat', - 'owner_id' => '14', - 'published' => '1175236994', - 'remote_id' => '93d52b9e156bd0fcd8b04cc3848e6399', - 'section_id' => '1', - 'status' => '1', - ], - 48 => [ - 'content_type_id' => '41', - 'current_version' => '1', - 'id' => '90', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174389633', - 'name' => 'Events and seminars', - 'owner_id' => '14', - 'published' => '1174389633', - 'remote_id' => '8ce63c01bab6005a389b7bde97f67dae', - 'section_id' => '1', - 'status' => '1', - ], - 49 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '91', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238194', - 'name' => 'Self-paced courses', - 'owner_id' => '14', - 'published' => '1174389656', - 'remote_id' => 'bafe7b5d33ea8ff41c0b8eab1bf8fc04', - 'section_id' => '1', - 'status' => '1', - ], - 50 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '92', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238223', - 'name' => 'Instructor-led courses', - 'owner_id' => '14', - 'published' => '1174389673', - 'remote_id' => 'b2b0a9addbbe01a7cb0160e70e42645c', - 'section_id' => '1', - 'status' => '1', - ], - 51 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '93', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069321', - 'name' => 'Additional learning resources', - 'owner_id' => '14', - 'published' => '1174389699', - 'remote_id' => '34ceeed46f3ff3a5b29b8f96eb5d0d81', - 'section_id' => '1', - 'status' => '1', - ], - 52 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '94', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175496902', - 'name' => 'Support', - 'owner_id' => '14', - 'published' => '1174458644', - 'remote_id' => 'affc99e41128c1475fa4f23dafb7159b', - 'section_id' => '1', - 'status' => '1', - ], - 53 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '95', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175258818', - 'name' => 'Knowledgebase', - 'owner_id' => '14', - 'published' => '1174459837', - 'remote_id' => 'c4d3b3ee85f36777a744015c7f234387', - 'section_id' => '1', - 'status' => '1', - ], - 54 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '96', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175253354', - 'name' => 'Sed suscipit', - 'owner_id' => '14', - 'published' => '1175253354', - 'remote_id' => 'c8294dd0b321e556905fa73df3d7ca8e', - 'section_id' => '1', - 'status' => '1', - ], - 55 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '97', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175253355', - 'name' => 'Ut interdum', - 'owner_id' => '14', - 'published' => '1175253355', - 'remote_id' => '9ca41b0930e91ae61b2d67bab735ea76', - 'section_id' => '1', - 'status' => '1', - ], - 56 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '98', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175082041', - 'name' => 'Documentation', - 'owner_id' => '14', - 'published' => '1175081995', - 'remote_id' => '8366aa92a2a1b25e6f3ffc09e6fb6ce4', - 'section_id' => '1', - 'status' => '1', - ], - 57 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '99', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175082006', - 'name' => 'Mauris pretium', - 'owner_id' => '14', - 'published' => '1175082005', - 'remote_id' => '89a584d09ab2f7dbc3374aad02839f21', - 'section_id' => '1', - 'status' => '1', - ], - 58 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '100', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175082007', - 'name' => 'Aliquam posuere', - 'owner_id' => '14', - 'published' => '1175082007', - 'remote_id' => 'f6e9707b5c57b6559f71d1c208452586', - 'section_id' => '1', - 'status' => '1', - ], - 59 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '101', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253508', - 'name' => 'Books', - 'owner_id' => '14', - 'published' => '1174459757', - 'remote_id' => 'e9aacd027d83d0c7f938521743cd7c98', - 'section_id' => '1', - 'status' => '1', - ], - 60 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '102', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175496958', - 'name' => 'Aliquam pulvinar suscipit tellus', - 'owner_id' => '14', - 'published' => '1175496424', - 'remote_id' => 'ec2989a9d3928f616fc3f9a8230928a2', - 'section_id' => '1', - 'status' => '1', - ], - 61 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '103', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253665', - 'name' => 'Customer Service', - 'owner_id' => '14', - 'published' => '1174459783', - 'remote_id' => '6a972b9a9541a2cb8a1947f222c8a629', - 'section_id' => '1', - 'status' => '1', - ], - 62 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '104', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253697', - 'name' => 'Support Programs', - 'owner_id' => '14', - 'published' => '1174459806', - 'remote_id' => 'be5e492565ceefe997010cec6518103e', - 'section_id' => '1', - 'status' => '1', - ], - 63 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '105', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299158749', - 'name' => 'Getting started', - 'owner_id' => '14', - 'published' => '1177409070', - 'remote_id' => '5eeb942341753fc43a2c03c64e86f849', - 'section_id' => '1', - 'status' => '1', - ], - 64 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '106', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299826201', - 'name' => 'Tutorials for', - 'owner_id' => '14', - 'published' => '1299158700', - 'remote_id' => 'fe77fde45a90fa16043f39d3e3e87e4b', - 'section_id' => '1', - 'status' => '1', - ], - 65 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '107', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299782490', - 'name' => 'Get involved', - 'owner_id' => '14', - 'published' => '1299159072', - 'remote_id' => '5bae6a310785e4f43fcc592e28eb7fd0', - 'section_id' => '1', - 'status' => '1', - ], - 66 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '108', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299782140', - 'name' => 'How to use Ibexa', - 'owner_id' => '14', - 'published' => '1299772464', - 'remote_id' => '2ded978c269bba85013b86c2964009be', - 'section_id' => '1', - 'status' => '1', - ], - 67 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '109', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-500ab8787316f4299c770900bf0b0361', - 'section_id' => '1', - 'status' => '1', - ], - 68 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '110', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-ad2898c2625326a0d31d18153febbd23', - 'section_id' => '1', - 'status' => '1', - ], - 69 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '111', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-56d3f1d0fc6fc6833653e95d50ac37fe', - 'section_id' => '1', - 'status' => '1', - ], - 70 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '112', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-108ac92f1474159b11e596f43a621a50', - 'section_id' => '1', - 'status' => '1', - ], - 71 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '113', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-ceba80e058bbe31bd6c34bb0e4b70bb7', - 'section_id' => '1', - 'status' => '1', - ], - 72 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '114', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772465', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772465', - 'remote_id' => 'ezoo-9c4764dca2a879664b1d6d78275e3bf5', - 'section_id' => '1', - 'status' => '1', - ], - 73 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '115', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772466', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772466', - 'remote_id' => 'ezoo-1ade41acf96c3c4b1a12860e1b273f34', - 'section_id' => '1', - 'status' => '1', - ], - 74 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '116', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772466', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772466', - 'remote_id' => 'ezoo-7ba827c696f3e1a2f1346541ce006bc9', - 'section_id' => '1', - 'status' => '1', - ], - 75 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '117', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772466', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772466', - 'remote_id' => 'ezoo-807f36478d500837a867f092f16d2edb', - 'section_id' => '1', - 'status' => '1', - ], - 76 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '118', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772545', - 'name' => 'How to manage Ibexa', - 'owner_id' => '14', - 'published' => '1299772545', - 'remote_id' => '90ee91c224c69f28aa775cf9edc34ef3', - 'section_id' => '1', - 'status' => '1', - ], - 77 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '119', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-6dd0f99f173ac80b7a02278b7a16d591', - 'section_id' => '1', - 'status' => '1', - ], - 78 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '120', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-9a1aaccfcceb5f0c6deed712dc3e8ad2', - 'section_id' => '1', - 'status' => '1', - ], - 79 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '121', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-833ab68985a7f8c1684b267b30a559c6', - 'section_id' => '1', - 'status' => '1', - ], - 80 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '122', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-93e2315c451c7126eae706b473b1c52a', - 'section_id' => '1', - 'status' => '1', - ], - 81 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '123', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-23e06358318331a1c2106d7c33a58418', - 'section_id' => '1', - 'status' => '1', - ], - 82 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '124', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-04a89e84e1f234c3c994d9d4c0e97427', - 'section_id' => '1', - 'status' => '1', - ], - 83 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '125', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772546', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772546', - 'remote_id' => 'ezoo-074e119f8e73af31122dbb65c5e2e051', - 'section_id' => '1', - 'status' => '1', - ], - 84 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '126', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772547', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772547', - 'remote_id' => 'ezoo-523ece70d73d5d9181766024536432ac', - 'section_id' => '1', - 'status' => '1', - ], - 85 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '127', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299782177', - 'name' => 'How to develop with Ibexa', - 'owner_id' => '14', - 'published' => '1299772637', - 'remote_id' => '564f94afa87f70227199e951450b19a4', - 'section_id' => '1', - 'status' => '1', - ], - 86 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '128', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772637', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772637', - 'remote_id' => 'ezoo-0766000124cbc5f97cbc2ab2a866d211', - 'section_id' => '1', - 'status' => '1', - ], - 87 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '129', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299772637', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299772637', - 'remote_id' => 'ezoo-e6d52e4230c6537bb443681a3e2227f1', - 'section_id' => '1', - 'status' => '1', - ], - 88 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '130', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1284398357', - 'name' => 'Adding Siteaccesses in Ibexa', - 'owner_id' => '14', - 'published' => '1284398357', - 'remote_id' => 'e02b80d7cd9059cf469aafbe7d2d1969', - 'section_id' => '1', - 'status' => '1', - ], - 89 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '131', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780749', - 'name' => 'New features', - 'owner_id' => '14', - 'published' => '1299780749', - 'remote_id' => '5602aa2e97cc42199dbdf09d39602fa1', - 'section_id' => '1', - 'status' => '1', - ], - 90 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '132', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299782001', - 'name' => 'Improved user registration workflow', - 'owner_id' => '14', - 'published' => '1299773631', - 'remote_id' => 'b3a55b313b9dcc062b0a72d353a061f0', - 'section_id' => '1', - 'status' => '1', - ], - 91 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '133', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773632', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773632', - 'remote_id' => 'ezoo-824ecec8d77eacebe80a14de50be1407', - 'section_id' => '1', - 'status' => '1', - ], - 92 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '134', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773632', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773632', - 'remote_id' => 'ezoo-be5800de6f1768c0246c98fb8ab82ae8', - 'section_id' => '1', - 'status' => '1', - ], - 93 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '135', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773632', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773632', - 'remote_id' => 'ezoo-898e714f495796d827e14fabcad39004', - 'section_id' => '1', - 'status' => '1', - ], - 94 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '136', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773644', - 'name' => 'Improved block editing', - 'owner_id' => '14', - 'published' => '1299773644', - 'remote_id' => '600871786c620b262ed880d0712cf9e0', - 'section_id' => '1', - 'status' => '1', - ], - 95 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '137', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773644', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773644', - 'remote_id' => 'ezoo-786d2237126858b0ae103bba831194c5', - 'section_id' => '1', - 'status' => '1', - ], - 96 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '138', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773645', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773645', - 'remote_id' => 'ezoo-30636a746c10b209d065b6236322cae9', - 'section_id' => '1', - 'status' => '1', - ], - 97 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '139', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299781914', - 'name' => 'Improved front-end editing', - 'owner_id' => '14', - 'published' => '1299773656', - 'remote_id' => 'c04fb6e7abdfcf2c032389cfb246df10', - 'section_id' => '1', - 'status' => '1', - ], - 98 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '140', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773656', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773656', - 'remote_id' => 'ezoo-25c6a6c4283f817e868846e4e4e047bc', - 'section_id' => '1', - 'status' => '1', - ], - 99 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '141', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773656', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773656', - 'remote_id' => 'ezoo-e8c8e5be0ab861883249f1f140645d1b', - 'section_id' => '1', - 'status' => '1', - ], - 100 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '142', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773656', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773656', - 'remote_id' => 'ezoo-d91c6b1b2436f599b0c235f1d49bffe6', - 'section_id' => '1', - 'status' => '1', - ], - 101 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '143', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773657', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773657', - 'remote_id' => 'ezoo-834c4dc12c2470e235dfca5a9b56a751', - 'section_id' => '1', - 'status' => '1', - ], - 102 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '144', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299781605', - 'name' => 'FastCGI', - 'owner_id' => '14', - 'published' => '1299773667', - 'remote_id' => '726413c0a78a8b4d75e6681d7f9883f6', - 'section_id' => '1', - 'status' => '1', - ], - 103 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '145', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299826224', - 'name' => 'Support for Red Hat Enterprise', - 'owner_id' => '14', - 'published' => '1299773676', - 'remote_id' => '8377bca8d648a3cab863ef09de4a33ba', - 'section_id' => '1', - 'status' => '1', - ], - 104 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '146', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773677', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773677', - 'remote_id' => 'ezoo-312c7da896e31f74afa5bdfcf2ec3c4b', - 'section_id' => '1', - 'status' => '1', - ], - 105 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '147', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773691', - 'name' => 'Canonical links', - 'owner_id' => '14', - 'published' => '1299773691', - 'remote_id' => '56d03ef66308781ea1bda4adbd10fed5', - 'section_id' => '1', - 'status' => '1', - ], - 106 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '148', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773704', - 'name' => 'Asynchronous publishing', - 'owner_id' => '14', - 'published' => '1299773704', - 'remote_id' => '15450851f4f20dbd0f7e612f3355c4a4', - 'section_id' => '1', - 'status' => '1', - ], - 107 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '149', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773705', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299773705', - 'remote_id' => 'ezoo-341682c9084fad2fd8ec02129a427721', - 'section_id' => '1', - 'status' => '1', - ], - 108 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '150', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299781476', - 'name' => 'REST API interface', - 'owner_id' => '14', - 'published' => '1299773717', - 'remote_id' => 'a7bf7875d4f020de21f7fd6281eb7922', - 'section_id' => '1', - 'status' => '1', - ], - 109 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '151', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299780653', - 'name' => 'Ibexa Enterprise', - 'owner_id' => '14', - 'published' => '1299780355', - 'remote_id' => 'bea2aa5ed17c617531344b6c71aff596', - 'section_id' => '1', - 'status' => '1', - ], - 110 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '152', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299780356', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299780356', - 'remote_id' => 'ezoo-0b8f65be2b80b4a7138990b335736563', - 'section_id' => '1', - 'status' => '1', - ], - 111 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '153', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299780356', - 'name' => 'graphics1', - 'owner_id' => '14', - 'published' => '1299780356', - 'remote_id' => 'ezoo-db3fcade578f2fc9da52a81f503394c2', - 'section_id' => '1', - 'status' => '1', - ], - 112 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '154', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499365', - 'name' => 'Partners', - 'owner_id' => '14', - 'published' => '1168428420', - 'remote_id' => '4ce71da8102ee02db016158cd06895ed', - 'section_id' => '6', - 'status' => '1', - ], - 113 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '155', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175498179', - 'name' => 'Partner News', - 'owner_id' => '14', - 'published' => '1174463557', - 'remote_id' => '96525aef27696fa39e69d43481ffc2b1', - 'section_id' => '6', - 'status' => '1', - ], - 114 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '156', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175497937', - 'name' => 'Pellentesque quam mauris', - 'owner_id' => '14', - 'published' => '1175497937', - 'remote_id' => '2803bc1a519d7a60567721200db49d27', - 'section_id' => '6', - 'status' => '1', - ], - 115 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '157', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175499136', - 'name' => 'Penatibus et magnis dis', - 'owner_id' => '14', - 'published' => '1175499050', - 'remote_id' => 'b76742278b7144f55c8c8dddc496d762', - 'section_id' => '6', - 'status' => '1', - ], - 116 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '158', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497280', - 'name' => 'News', - 'owner_id' => '14', - 'published' => '1174463579', - 'remote_id' => '9e60cb050cfd8faf02af8fed62e37d94', - 'section_id' => '6', - 'status' => '1', - ], - 117 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '159', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175498242', - 'name' => 'Curabitur hendrerit dignissim', - 'owner_id' => '14', - 'published' => '1175498136', - 'remote_id' => '95edc648f6300157ecd3749b2adf8ab0', - 'section_id' => '6', - 'status' => '1', - ], - 118 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '160', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175498747', - 'name' => 'Proin condimentum risus', - 'owner_id' => '14', - 'published' => '1175498377', - 'remote_id' => '3bcff60495f6c4b165d15f47628f7245', - 'section_id' => '6', - 'status' => '1', - ], - 119 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '161', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175498941', - 'name' => 'Morbi tristique senectus', - 'owner_id' => '14', - 'published' => '1175498941', - 'remote_id' => '54965750523a6caf827bd255ab4833bb', - 'section_id' => '6', - 'status' => '1', - ], - 120 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '162', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497237', - 'name' => 'Partner Products', - 'owner_id' => '14', - 'published' => '1174463692', - 'remote_id' => '3f1c8e4d7736f54032138ea330ee461a', - 'section_id' => '6', - 'status' => '1', - ], - 121 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '163', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497203', - 'name' => 'Partners', - 'owner_id' => '14', - 'published' => '1174463828', - 'remote_id' => '18ed8ae5378a8a1431fc5c8f88f0a86a', - 'section_id' => '6', - 'status' => '1', - ], - 122 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '164', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1175499564', - 'name' => 'Neque orci malesuada felis', - 'owner_id' => '14', - 'published' => '1175499308', - 'remote_id' => 'cc72df346e00e35cc78d5c6b466a2c11', - 'section_id' => '6', - 'status' => '1', - ], - 123 => [ - 'content_type_id' => '23', - 'current_version' => '1', - 'id' => '165', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193915732', - 'name' => 'Community', - 'owner_id' => '14', - 'published' => '1193906037', - 'remote_id' => '378acc2bc7a52400701956047a2f7d45', - 'section_id' => '1', - 'status' => '1', - ], - 124 => [ - 'content_type_id' => '37', - 'current_version' => '1', - 'id' => '166', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193915707', - 'name' => 'Forum', - 'owner_id' => '14', - 'published' => '1193904899', - 'remote_id' => '219ca29549fe687005593716f9fe5d68', - 'section_id' => '1', - 'status' => '1', - ], - 125 => [ - 'content_type_id' => '38', - 'current_version' => '1', - 'id' => '167', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906039', - 'name' => 'Nulla vitae tellus sit amet', - 'owner_id' => '14', - 'published' => '1193906039', - 'remote_id' => 'c5976544daefad2cf0855dbe54a4e748', - 'section_id' => '1', - 'status' => '1', - ], - 126 => [ - 'content_type_id' => '38', - 'current_version' => '1', - 'id' => '168', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906579', - 'name' => 'Ut mollis sodales nibh', - 'owner_id' => '14', - 'published' => '1193906579', - 'remote_id' => 'e6ce013587fd32057017c4459c03b681', - 'section_id' => '1', - 'status' => '1', - ], - 127 => [ - 'content_type_id' => '38', - 'current_version' => '1', - 'id' => '169', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906040', - 'name' => 'Nam risus leo', - 'owner_id' => '14', - 'published' => '1193906040', - 'remote_id' => 'bd4ff900964c8b09694478f5432afc41', - 'section_id' => '1', - 'status' => '1', - ], - 128 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '170', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906045', - 'name' => 'Wiki', - 'owner_id' => '14', - 'published' => '1193906045', - 'remote_id' => '27c68e844e2663ddd20dfb59961d5268', - 'section_id' => '1', - 'status' => '1', - ], - 129 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '171', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299779689', - 'name' => 'Sed suscipit', - 'owner_id' => '14', - 'published' => '1193906045', - 'remote_id' => 'ee8e3c6f437198adaa073a9e2b4dc338', - 'section_id' => '1', - 'status' => '1', - ], - 130 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '172', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906046', - 'name' => 'Ut interdum', - 'owner_id' => '14', - 'published' => '1193906046', - 'remote_id' => '4ce7df1966ec83aadb0901ed6162bf9b', - 'section_id' => '1', - 'status' => '1', - ], - 131 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '173', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906046', - 'name' => 'Fusce pulvinar', - 'owner_id' => '14', - 'published' => '1193906046', - 'remote_id' => 'fa54ccddf28481b513b60c68911baef8', - 'section_id' => '1', - 'status' => '1', - ], - 132 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '174', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906047', - 'name' => 'Duis id tortor', - 'owner_id' => '14', - 'published' => '1193906047', - 'remote_id' => 'e20a6ec858de6a28a7ba14c26164753a', - 'section_id' => '1', - 'status' => '1', - ], - 133 => [ - 'content_type_id' => '24', - 'current_version' => '1', - 'id' => '175', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193906047', - 'name' => 'Curabitur lacinia', - 'owner_id' => '14', - 'published' => '1193906047', - 'remote_id' => '5a3d6806ccd2f6edd86f6219ddc51525', - 'section_id' => '1', - 'status' => '1', - ], - 134 => [ - 'content_type_id' => '35', - 'current_version' => '1', - 'id' => '176', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773449', - 'name' => 'Pictures', - 'owner_id' => '14', - 'published' => '1193910178', - 'remote_id' => 'c0180d604d5f5d273702b7d675d6c0cd', - 'section_id' => '1', - 'status' => '1', - ], - 135 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '177', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773210', - 'name' => 'Ivo on ibexa tags', - 'owner_id' => '14', - 'published' => '1299772902', - 'remote_id' => '32709d6df489b5debc03caddec908363', - 'section_id' => '1', - 'status' => '1', - ], - 136 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '178', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773237', - 'name' => 'Are you ready for the Community day?', - 'owner_id' => '14', - 'published' => '1299772906', - 'remote_id' => '36e3a053ea7c2eb0270f7e814db08437', - 'section_id' => '1', - 'status' => '1', - ], - 137 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '179', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773259', - 'name' => 'Let\'s work together!', - 'owner_id' => '14', - 'published' => '1299772907', - 'remote_id' => '94b6dac5fe7da860b3d1517c50fe778c', - 'section_id' => '1', - 'status' => '1', - ], - 138 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '180', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773275', - 'name' => 'The Mediterranean seen from Nice!', - 'owner_id' => '14', - 'published' => '1299772908', - 'remote_id' => '3563d8cdc914573dcff797de2e6e19e1', - 'section_id' => '1', - 'status' => '1', - ], - 139 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '181', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773344', - 'name' => 'Hotel lobby at Isola2000', - 'owner_id' => '14', - 'published' => '1299773320', - 'remote_id' => 'd1d0d736feaffd107778d8a7f980f262', - 'section_id' => '1', - 'status' => '1', - ], - 140 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '182', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773383', - 'name' => 'Alexander on the past, Gaby on today and tomorrow', - 'owner_id' => '14', - 'published' => '1299773321', - 'remote_id' => '18be5e657fce9d909d0e5662d4ce2455', - 'section_id' => '1', - 'status' => '1', - ], - 141 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '183', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773410', - 'name' => 'Isola2000 in white - beautiful skiing!', - 'owner_id' => '14', - 'published' => '1299773322', - 'remote_id' => 'a1375875fc7657d934d402e20b76bce2', - 'section_id' => '1', - 'status' => '1', - ], - 142 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '184', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299773429', - 'name' => 'CEO future pitch - Adaptable, open, reliable!', - 'owner_id' => '14', - 'published' => '1299773323', - 'remote_id' => '0caf4e0ea84c4919570def36f782ef6d', - 'section_id' => '1', - 'status' => '1', - ], - 143 => [ - 'content_type_id' => '19', - 'current_version' => '1', - 'id' => '185', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193915424', - 'name' => 'Blog', - 'owner_id' => '14', - 'published' => '1193915424', - 'remote_id' => '6a715c29ec67ed5e13ded872e1615690', - 'section_id' => '1', - 'status' => '1', - ], - 144 => [ - 'content_type_id' => '20', - 'current_version' => '1', - 'id' => '186', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193915590', - 'name' => 'Visit Paris', - 'owner_id' => '14', - 'published' => '1193915590', - 'remote_id' => 'bfe5bf501b832f165089c8d1c0ee959f', - 'section_id' => '1', - 'status' => '1', - ], - 145 => [ - 'content_type_id' => '20', - 'current_version' => '1', - 'id' => '187', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193915640', - 'name' => 'Paris in France', - 'owner_id' => '14', - 'published' => '1193915640', - 'remote_id' => 'e88c60fabc96a9dc0a5d429b1a9872ed', - 'section_id' => '1', - 'status' => '1', - ], - 146 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '188', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175242707', - 'name' => 'Company', - 'owner_id' => '14', - 'published' => '1168428469', - 'remote_id' => 'b4668ac60d726ddfb655c3895cb0cae5', - 'section_id' => '1', - 'status' => '1', - ], - 147 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '189', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174305524', - 'name' => 'About company', - 'owner_id' => '14', - 'published' => '1174305524', - 'remote_id' => '10705bd08a74c34556ffee6a70d0be0b', - 'section_id' => '1', - 'status' => '1', - ], - 148 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '190', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159424', - 'name' => 'New features', - 'owner_id' => '14', - 'published' => '1193906508', - 'remote_id' => 'dc3e2c928288ee4773493fe16db9ec08', - 'section_id' => '1', - 'status' => '1', - ], - 149 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '191', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193935923', - 'name' => 'Separate content & design in Ibexa', - 'owner_id' => '14', - 'published' => '1193907125', - 'remote_id' => '932072228b62943d3d3521e7712b54e9', - 'section_id' => '1', - 'status' => '1', - ], - 150 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '192', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010589', - 'name' => 'separation_of_content_and_design', - 'owner_id' => '14', - 'published' => '1253010589', - 'remote_id' => '5e5d7350606f50f5b2e9c85080ef83a3', - 'section_id' => '1', - 'status' => '1', - ], - 151 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '193', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193914552', - 'name' => 'How to use Ibexa', - 'owner_id' => '14', - 'published' => '1193908304', - 'remote_id' => 'afad8dfca54311e15bfd241ef09da280', - 'section_id' => '1', - 'status' => '1', - ], - 152 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '194', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009641', - 'name' => 'openoffice_import_large', - 'owner_id' => '14', - 'published' => '1253009641', - 'remote_id' => '0df4432f360b63cc55331524bea095bc', - 'section_id' => '1', - 'status' => '1', - ], - 153 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '195', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009692', - 'name' => 'translation_large', - 'owner_id' => '14', - 'published' => '1253009692', - 'remote_id' => '632542f33d621670300a843c2c3d7790', - 'section_id' => '1', - 'status' => '1', - ], - 154 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '196', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009744', - 'name' => 'multiupload_large', - 'owner_id' => '14', - 'published' => '1253009744', - 'remote_id' => 'be4b68a49195b504f7854e38ee97c9e6', - 'section_id' => '1', - 'status' => '1', - ], - 155 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '197', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009784', - 'name' => 'gallery_large', - 'owner_id' => '14', - 'published' => '1253009784', - 'remote_id' => '9737ed22471ac3baf2dbbb45fcb3af5c', - 'section_id' => '1', - 'status' => '1', - ], - 156 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '198', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009879', - 'name' => 'search_result_large', - 'owner_id' => '14', - 'published' => '1253009879', - 'remote_id' => '2ff25f3949e9c4d49442170ca0726fea', - 'section_id' => '1', - 'status' => '1', - ], - 157 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '199', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010806', - 'name' => 'ez_tool_bar_large', - 'owner_id' => '14', - 'published' => '1253010806', - 'remote_id' => 'ab7ed2ea1e71e7ec0479195fc0dc5440', - 'section_id' => '1', - 'status' => '1', - ], - 158 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '200', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009816', - 'name' => 'quicktime_large', - 'owner_id' => '14', - 'published' => '1253009816', - 'remote_id' => '4cf0621be70d809727b8a3581343dee1', - 'section_id' => '3', - 'status' => '1', - ], - 159 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '201', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253009848', - 'name' => 'web_2_0_large', - 'owner_id' => '14', - 'published' => '1253009848', - 'remote_id' => 'fad6a8133332373683847f76158e8719', - 'section_id' => '3', - 'status' => '1', - ], - 160 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '202', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299782207', - 'name' => 'How to manage Ibexa', - 'owner_id' => '14', - 'published' => '1193908398', - 'remote_id' => '81d949fde405dbe3e5bc6d83452bd927', - 'section_id' => '1', - 'status' => '1', - ], - 161 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '203', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010224', - 'name' => 'usermanagement_large', - 'owner_id' => '14', - 'published' => '1253010224', - 'remote_id' => '344e4197cdaf6ad6f06e0c99ad81dbed', - 'section_id' => '1', - 'status' => '1', - ], - 162 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '204', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010249', - 'name' => 'workflow_large', - 'owner_id' => '14', - 'published' => '1253010249', - 'remote_id' => 'ffc4840fd5b1f8c7ec21d569787252ed', - 'section_id' => '1', - 'status' => '1', - ], - 163 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '205', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010272', - 'name' => 'versioning_large', - 'owner_id' => '14', - 'published' => '1253010272', - 'remote_id' => '3e192eaaaaaceea57be51f2fec5b4abd', - 'section_id' => '1', - 'status' => '1', - ], - 164 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '206', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010315', - 'name' => 'datatypes_attributes_content_class_and_objects_large', - 'owner_id' => '14', - 'published' => '1253010315', - 'remote_id' => 'ee5ad7e637d4da303960cc8800ced740', - 'section_id' => '1', - 'status' => '1', - ], - 165 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '207', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010343', - 'name' => 'multiple_location_large', - 'owner_id' => '14', - 'published' => '1253010343', - 'remote_id' => '59a7ab331d043dddcf9011a8ef32a32b', - 'section_id' => '1', - 'status' => '1', - ], - 166 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '208', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010367', - 'name' => 'multisite_deployment_large', - 'owner_id' => '14', - 'published' => '1253010367', - 'remote_id' => 'e9ba83a65cdaf91039bbffbbfdc5d77b', - 'section_id' => '1', - 'status' => '1', - ], - 167 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '209', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010401', - 'name' => 'seo_large', - 'owner_id' => '14', - 'published' => '1253010401', - 'remote_id' => '46683944a42aefbbb42cf615489f3627', - 'section_id' => '1', - 'status' => '1', - ], - 168 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '210', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253010921', - 'name' => 'admin_site_large', - 'owner_id' => '14', - 'published' => '1253010921', - 'remote_id' => '58f0b7745496ec9ba4e3238dbd481a4b', - 'section_id' => '1', - 'status' => '1', - ], - 169 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '211', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1193914399', - 'name' => 'How to develop with Ibexa', - 'owner_id' => '14', - 'published' => '1193908946', - 'remote_id' => '96a6b67d897f8dda1053f2a56a734941', - 'section_id' => '1', - 'status' => '1', - ], - 170 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '212', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253011179', - 'name' => 'datatypes_attributes_content_class_and_objects_large', - 'owner_id' => '14', - 'published' => '1253011179', - 'remote_id' => '9bf3262d95b411ed99b6efb704aba830', - 'section_id' => '1', - 'status' => '1', - ], - 171 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '213', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1253011241', - 'name' => 'site_style_large', - 'owner_id' => '14', - 'published' => '1253011241', - 'remote_id' => 'a1dc5eaa5bb06066e033df54ecd76180', - 'section_id' => '1', - 'status' => '1', - ], - 172 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '214', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299159460', - 'name' => 'REST API interface', - 'owner_id' => '14', - 'published' => '1299159460', - 'remote_id' => 'e14eb9cc916fd2f8e0e5660cdda0f25d', - 'section_id' => '1', - 'status' => '1', - ], - 173 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '215', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299159490', - 'name' => 'Asynchronous Publishing', - 'owner_id' => '14', - 'published' => '1299159490', - 'remote_id' => 'e56b267f79afc37b624d3348a0e85f6e', - 'section_id' => '1', - 'status' => '1', - ], - 174 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '216', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299159523', - 'name' => 'Canonical links', - 'owner_id' => '14', - 'published' => '1299159523', - 'remote_id' => 'df9492099e7fc03de8823726eb7c5b56', - 'section_id' => '1', - 'status' => '1', - ], - 175 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '217', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299159553', - 'name' => 'Support for Red Hat Enterprise', - 'owner_id' => '14', - 'published' => '1299159553', - 'remote_id' => 'ce7a6712771252619b2a32e277ea7aac', - 'section_id' => '1', - 'status' => '1', - ], - 176 => [ - 'content_type_id' => '16', - 'current_version' => '1', - 'id' => '218', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1299216558', - 'name' => 'FastCGI', - 'owner_id' => '14', - 'published' => '1299159579', - 'remote_id' => '83d9df9fbe02ae449c2208625b6803e0', - 'section_id' => '1', - 'status' => '1', - ], - 177 => [ - 'content_type_id' => '26', - 'current_version' => '1', - 'id' => '219', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174305643', - 'name' => 'Events', - 'owner_id' => '14', - 'published' => '1174305643', - 'remote_id' => '36a66a1bf73a17b098642b52c7b62c35', - 'section_id' => '1', - 'status' => '1', - ], - 178 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '220', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069794', - 'name' => 'Career', - 'owner_id' => '14', - 'published' => '1174305674', - 'remote_id' => '493a855d8565518e07369352e295facc', - 'section_id' => '1', - 'status' => '1', - ], - 179 => [ - 'content_type_id' => '1', - 'current_version' => '1', - 'id' => '221', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069741', - 'name' => 'Investors Relation', - 'owner_id' => '14', - 'published' => '1174305734', - 'remote_id' => 'c9822f47546396138c1318d3e0dcbdfe', - 'section_id' => '1', - 'status' => '1', - ], - 180 => [ - 'content_type_id' => '22', - 'current_version' => '1', - 'id' => '222', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174308757', - 'name' => 'Contact', - 'owner_id' => '14', - 'published' => '1174308757', - 'remote_id' => 'c8e19a5426d741de3d587579de89c91e', - 'section_id' => '1', - 'status' => '1', - ], - 181 => [ - 'content_type_id' => '25', - 'current_version' => '1', - 'id' => '223', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1174654830', - 'name' => 'Morbi neque', - 'owner_id' => '226', - 'published' => '1174654751', - 'remote_id' => '73ab8d14922e13d67ef3c295d0663fa9', - 'section_id' => '1', - 'status' => '1', - ], - 182 => [ - 'content_type_id' => '30', - 'current_version' => '1', - 'id' => '224', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175242960', - 'name' => 'Company banner', - 'owner_id' => '14', - 'published' => '1175242413', - 'remote_id' => 'a457bec5fb0afe243c16fe254e2fbcdf', - 'section_id' => '1', - 'status' => '1', - ], - 183 => [ - 'content_type_id' => '3', - 'current_version' => '1', - 'id' => '225', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154215', - 'name' => 'Partners', - 'owner_id' => '14', - 'published' => '1311154215', - 'remote_id' => '713e1709ba03bf1fde1396d2a0451e28', - 'section_id' => '1', - 'status' => '1', - ], - 184 => [ - 'content_type_id' => '4', - 'current_version' => '1', - 'id' => '226', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154215', - 'name' => 'A member', - 'owner_id' => '14', - 'published' => '1033920831', - 'remote_id' => '2cf4687ab3c640d7b68555a3ab810db6', - 'section_id' => '2', - 'status' => '1', - ], - ], - ContentGateway::CONTENT_FIELD_TABLE => [ - 0 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '4', - 'data_float' => null, - 'data_int' => null, - 'data_text' => 'Main group', - 'data_type_string' => 'ibexa_string', - 'id' => '7', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '4', - 'data_float' => null, - 'data_int' => null, - 'data_text' => 'Users', - 'data_type_string' => 'ibexa_string', - 'id' => '8', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 2 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '8', - 'contentobject_id' => '10', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Anonymous', - 'data_type_string' => 'ibexa_string', - 'id' => '19', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'anonymous', - 'version' => '2', - ], - 3 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '9', - 'contentobject_id' => '10', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'User', - 'data_type_string' => 'ibexa_string', - 'id' => '20', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'user', - 'version' => '2', - ], - 4 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '12', - 'contentobject_id' => '10', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_user', - 'id' => '21', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 5 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '11', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Guest accounts', - 'data_type_string' => 'ibexa_string', - 'id' => '22', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 6 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '11', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Members', - 'data_type_string' => 'ibexa_string', - 'id' => '22', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'members', - 'version' => '2', - ], - 7 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '11', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '23', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 8 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '11', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '23', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 9 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '12', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Administrator users', - 'data_type_string' => 'ibexa_string', - 'id' => '24', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 10 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '12', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '25', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 11 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '13', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Editors', - 'data_type_string' => 'ibexa_string', - 'id' => '26', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 12 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '13', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '27', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 13 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '8', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Administrator', - 'data_type_string' => 'ibexa_string', - 'id' => '28', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'administrator', - 'version' => '3', - ], - 14 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '8', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Administrator', - 'data_type_string' => 'ibexa_string', - 'id' => '28', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'administrator', - 'version' => '4', - ], - 15 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '9', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'User', - 'data_type_string' => 'ibexa_string', - 'id' => '29', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'user', - 'version' => '3', - ], - 16 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '9', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'User', - 'data_type_string' => 'ibexa_string', - 'id' => '29', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'user', - 'version' => '4', - ], - 17 => [ - 'attribute_original_id' => '30', - 'content_type_field_definition_id' => '12', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_user', - 'id' => '30', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '3', - ], - 18 => [ - 'attribute_original_id' => '30', - 'content_type_field_definition_id' => '12', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_user', - 'id' => '30', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '4', - ], - 19 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '41', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Media', - 'data_type_string' => 'ibexa_string', - 'id' => '98', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 21 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '42', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Anonymous users', - 'data_type_string' => 'ibexa_string', - 'id' => '100', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'anonymous users', - 'version' => '1', - ], - 22 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '42', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'User group for the anonymous user', - 'data_type_string' => 'ibexa_string', - 'id' => '101', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'user group for the anonymous user', - 'version' => '1', - ], - 23 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '41', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '103', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 25 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '41', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '109', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 26 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '45', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Setup', - 'data_type_string' => 'ibexa_string', - 'id' => '123', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'setup', - 'version' => '1', - ], - 27 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '45', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '124', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 30 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '45', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '128', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 31 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '49', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Images', - 'data_type_string' => 'ibexa_string', - 'id' => '142', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'images', - 'version' => '1', - ], - 32 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '49', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '143', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 35 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '49', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '146', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 36 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '50', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Files', - 'data_type_string' => 'ibexa_string', - 'id' => '147', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'files', - 'version' => '1', - ], - 37 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '50', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '148', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 40 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '50', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '151', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 41 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '51', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Multimedia', - 'data_type_string' => 'ibexa_string', - 'id' => '152', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'multimedia', - 'version' => '1', - ], - 42 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '51', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '153', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 45 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '51', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '156', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 46 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '159', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Common INI settings', - 'data_type_string' => 'ibexa_string', - 'id' => '157', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'common ini settings', - 'version' => '1', - ], - 47 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '160', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '/content/view/full/2/', - 'data_type_string' => 'ezinisetting', - 'id' => '158', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 48 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '161', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '/content/view/full/2', - 'data_type_string' => 'ezinisetting', - 'id' => '159', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 49 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '162', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'disabled', - 'data_type_string' => 'ezinisetting', - 'id' => '160', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 50 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '163', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'disabled', - 'data_type_string' => 'ezinisetting', - 'id' => '161', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 51 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '164', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ezinisetting', - 'id' => '162', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 52 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '165', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'enabled', - 'data_type_string' => 'ezinisetting', - 'id' => '163', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 53 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '166', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'disabled', - 'data_type_string' => 'ezinisetting', - 'id' => '164', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 54 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '167', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'enabled', - 'data_type_string' => 'ezinisetting', - 'id' => '165', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 55 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '168', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'enabled', - 'data_type_string' => 'ezinisetting', - 'id' => '166', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 56 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '169', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '=geometry/scale=100;100', - 'data_type_string' => 'ezinisetting', - 'id' => '167', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 57 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '170', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '=geometry/scale=200;200', - 'data_type_string' => 'ezinisetting', - 'id' => '168', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 58 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '171', - 'contentobject_id' => '52', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '=geometry/scale=300;300', - 'data_type_string' => 'ezinisetting', - 'id' => '169', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 59 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '172', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'Website Interface', - 'data_type_string' => 'ezinisetting', - 'id' => '170', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 60 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '173', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'author=Ibexa + 'data_type_string' => 'ibexa_selection', + 'id' => '318', + 'identifier' => 'view', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"View";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 172 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '42', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '319', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 173 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '42', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '320', + 'identifier' => 'url', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '2', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:3:"URL";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 174 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '42', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_image', + 'id' => '321', + 'identifier' => 'image', + 'is_information_collector' => '0', + 'is_required' => '1', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 175 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '42', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '10', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '322', + 'identifier' => 'image_map', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '4', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:9:"Image map";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 176 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '42', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '323', + 'identifier' => 'tags', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '5', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 177 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '43', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '324', + 'identifier' => 'title', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 179 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '44', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '326', + 'identifier' => 'name', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '1', + 'placement' => '1', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 181 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '44', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => 'silverlight', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_media', + 'id' => '328', + 'identifier' => 'file', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '3', + 'serialized_data_text' => 'a:0:{}', + 'serialized_description_list' => 'a:0:{}', + 'serialized_name_list' => 'a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";}', + 'status' => '0', + ], + 182 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_url', + 'id' => '329', + 'identifier' => 'site_map_url', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '8', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:12:"Site map URL";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + 183 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_url', + 'id' => '330', + 'identifier' => 'tag_cloud_url', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '9', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:13:"Tag Cloud URL";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + 184 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '331', + 'identifier' => 'login_label', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '10', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:13:"Login (label)";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + 185 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '332', + 'identifier' => 'logout_label', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '11', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:14:"Logout (label)";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + 186 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '333', + 'identifier' => 'my_profile_label', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '12', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:18:"My profile (label)";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + 187 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '334', + 'identifier' => 'register_user_label', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '13', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:25:"Register new user (label)";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + 188 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '335', + 'identifier' => 'rss_feed', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '14', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:8:"RSS feed";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + 189 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '336', + 'identifier' => 'shopping_basket_label', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '15', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:23:"Shopping basket (label)";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + 190 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '337', + 'identifier' => 'site_settings_label', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '16', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:21:"Site settings (label)";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + 191 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '10', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '338', + 'identifier' => 'footer_text', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '17', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:11:"Footer text";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + 192 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '0', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '339', + 'identifier' => 'hide_powered_by', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '18', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:17:"Hide "Powered by"";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + 193 => [ + 'can_translate' => '1', + 'category' => '', + 'content_type_id' => '15', + 'data_float1' => '0', + 'data_float2' => '0', + 'data_float3' => '0', + 'data_float4' => '0', + 'data_int1' => '10', + 'data_int2' => '0', + 'data_int3' => '0', + 'data_int4' => '0', + 'data_text1' => '', + 'data_text2' => '', + 'data_text3' => '', + 'data_text4' => '', + 'data_text5' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '340', + 'identifier' => 'footer_script', + 'is_information_collector' => '0', + 'is_required' => '0', + 'is_searchable' => '0', + 'placement' => '19', + 'serialized_data_text' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_description_list' => 'a:2:{s:6:"eng-US";s:0:"";s:16:"always-available";s:6:"eng-US";}', + 'serialized_name_list' => 'a:2:{s:6:"eng-US";s:17:"Footer Javascript";s:16:"always-available";s:6:"eng-US";}', + 'status' => '0', + ], + ], + ContentTypeGateway::CONTENT_TYPE_TO_GROUP_ASSIGNMENT_TABLE => [ + 0 => [ + 'content_type_id' => '1', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 1 => [ + 'content_type_id' => '3', + 'content_type_status' => '0', + 'group_id' => '2', + 'group_name' => 'Users', + ], + 2 => [ + 'content_type_id' => '4', + 'content_type_status' => '0', + 'group_id' => '2', + 'group_name' => 'Users', + ], + 3 => [ + 'content_type_id' => '13', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 4 => [ + 'content_type_id' => '14', + 'content_type_status' => '0', + 'group_id' => '4', + 'group_name' => 'Setup', + ], + 5 => [ + 'content_type_id' => '15', + 'content_type_status' => '0', + 'group_id' => '4', + 'group_name' => 'Setup', + ], + 6 => [ + 'content_type_id' => '16', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 7 => [ + 'content_type_id' => '17', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 8 => [ + 'content_type_id' => '18', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 9 => [ + 'content_type_id' => '19', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 10 => [ + 'content_type_id' => '20', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 11 => [ + 'content_type_id' => '21', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 12 => [ + 'content_type_id' => '22', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 13 => [ + 'content_type_id' => '23', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 14 => [ + 'content_type_id' => '24', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 15 => [ + 'content_type_id' => '25', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 16 => [ + 'content_type_id' => '26', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 17 => [ + 'content_type_id' => '27', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 18 => [ + 'content_type_id' => '28', + 'content_type_status' => '0', + 'group_id' => '3', + 'group_name' => 'Media', + ], + 19 => [ + 'content_type_id' => '29', + 'content_type_status' => '0', + 'group_id' => '3', + 'group_name' => 'Media', + ], + 20 => [ + 'content_type_id' => '30', + 'content_type_status' => '0', + 'group_id' => '3', + 'group_name' => 'Media', + ], + 21 => [ + 'content_type_id' => '31', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 22 => [ + 'content_type_id' => '32', + 'content_type_status' => '0', + 'group_id' => '3', + 'group_name' => 'Media', + ], + 23 => [ + 'content_type_id' => '33', + 'content_type_status' => '0', + 'group_id' => '3', + 'group_name' => 'Media', + ], + 24 => [ + 'content_type_id' => '34', + 'content_type_status' => '0', + 'group_id' => '3', + 'group_name' => 'Media', + ], + 25 => [ + 'content_type_id' => '35', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 26 => [ + 'content_type_id' => '36', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 27 => [ + 'content_type_id' => '37', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 28 => [ + 'content_type_id' => '38', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 29 => [ + 'content_type_id' => '39', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 30 => [ + 'content_type_id' => '40', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 31 => [ + 'content_type_id' => '41', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 32 => [ + 'content_type_id' => '42', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 33 => [ + 'content_type_id' => '43', + 'content_type_status' => '0', + 'group_id' => '1', + 'group_name' => 'Content', + ], + 34 => [ + 'content_type_id' => '44', + 'content_type_status' => '0', + 'group_id' => '3', + 'group_name' => 'Media', + ], + ], + ContentTypeGateway::CONTENT_TYPE_NAME_TABLE => [ + 0 => [ + 'content_type_id' => '1', + 'content_type_status' => '0', + 'language_id' => '3', + 'language_locale' => 'eng-US', + 'name' => 'Folder', + ], + 1 => [ + 'content_type_id' => '3', + 'content_type_status' => '0', + 'language_id' => '3', + 'language_locale' => 'eng-US', + 'name' => 'User group', + ], + 2 => [ + 'content_type_id' => '4', + 'content_type_status' => '0', + 'language_id' => '3', + 'language_locale' => 'eng-US', + 'name' => 'User', + ], + 3 => [ + 'content_type_id' => '13', + 'content_type_status' => '0', + 'language_id' => '3', + 'language_locale' => 'eng-US', + 'name' => 'Comment', + ], + 4 => [ + 'content_type_id' => '14', + 'content_type_status' => '0', + 'language_id' => '3', + 'language_locale' => 'eng-US', + 'name' => 'Common ini settings', + ], + 5 => [ + 'content_type_id' => '15', + 'content_type_status' => '0', + 'language_id' => '3', + 'language_locale' => 'eng-US', + 'name' => 'Template look', + ], + 6 => [ + 'content_type_id' => '16', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Article', + ], + 7 => [ + 'content_type_id' => '17', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Article (main-page)', + ], + 8 => [ + 'content_type_id' => '18', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Article (sub-page)', + ], + 9 => [ + 'content_type_id' => '19', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Blog', + ], + 10 => [ + 'content_type_id' => '20', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Blog post', + ], + 11 => [ + 'content_type_id' => '21', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Product', + ], + 12 => [ + 'content_type_id' => '22', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Feedback form', + ], + 13 => [ + 'content_type_id' => '23', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Frontpage', + ], + 14 => [ + 'content_type_id' => '24', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Documentation page', + ], + 15 => [ + 'content_type_id' => '25', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Infobox', + ], + 16 => [ + 'content_type_id' => '26', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Multicalendar', + ], + 17 => [ + 'content_type_id' => '27', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Poll', + ], + 18 => [ + 'content_type_id' => '28', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'File', + ], + 19 => [ + 'content_type_id' => '29', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Flash', + ], + 20 => [ + 'content_type_id' => '30', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Image', + ], + 21 => [ + 'content_type_id' => '31', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Link', + ], + 22 => [ + 'content_type_id' => '32', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Quicktime', + ], + 23 => [ + 'content_type_id' => '33', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Windows media', + ], + 24 => [ + 'content_type_id' => '34', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Real video', + ], + 25 => [ + 'content_type_id' => '35', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Gallery', + ], + 26 => [ + 'content_type_id' => '36', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Geo Article', + ], + 27 => [ + 'content_type_id' => '37', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Forum', + ], + 28 => [ + 'content_type_id' => '38', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Forum topic', + ], + 29 => [ + 'content_type_id' => '39', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Forum reply', + ], + 30 => [ + 'content_type_id' => '40', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Event', + ], + 31 => [ + 'content_type_id' => '41', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Event calendar', + ], + 32 => [ + 'content_type_id' => '42', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Banner', + ], + 33 => [ + 'content_type_id' => '43', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Forums', + ], + 34 => [ + 'content_type_id' => '44', + 'content_type_status' => '0', + 'language_id' => '5', + 'language_locale' => 'eng-GB', + 'name' => 'Silverlight', + ], + ], + ContentTypeGateway::CONTENT_TYPE_GROUP_TABLE => [ + 0 => [ + 'created' => '1031216928', + 'creator_id' => '14', + 'id' => '1', + 'modified' => '1033922106', + 'modifier_id' => '14', + 'name' => 'Content', + ], + 1 => [ + 'created' => '1031216941', + 'creator_id' => '14', + 'id' => '2', + 'modified' => '1033922113', + 'modifier_id' => '14', + 'name' => 'Users', + ], + 2 => [ + 'created' => '1032009743', + 'creator_id' => '14', + 'id' => '3', + 'modified' => '1033922120', + 'modifier_id' => '14', + 'name' => 'Media', + ], + 3 => [ + 'created' => '1081858024', + 'creator_id' => '14', + 'id' => '4', + 'modified' => '1081858024', + 'modifier_id' => '14', + 'name' => 'Setup', + ], + ], + ContentGateway::CONTENT_ITEM_TABLE => [ + 0 => [ + 'content_type_id' => '3', + 'current_version' => '1', + 'id' => '4', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033917596', + 'name' => 'Users', + 'owner_id' => '14', + 'published' => '1033917596', + 'remote_id' => 'f5c88a2209584891056f987fd965b0ba', + 'section_id' => '2', + 'status' => '1', + ], + 1 => [ + 'content_type_id' => '4', + 'current_version' => '2', + 'id' => '10', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1072180405', + 'name' => 'Anonymous User', + 'owner_id' => '14', + 'published' => '1033920665', + 'remote_id' => 'faaeb9be3bd98ed09f606fc16d144eca', + 'section_id' => '2', + 'status' => '1', + ], + 2 => [ + 'content_type_id' => '3', + 'current_version' => '2', + 'id' => '11', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154215', + 'name' => 'Members', + 'owner_id' => '14', + 'published' => '1033920746', + 'remote_id' => '5f7f0bdb3381d6a461d8c29ff53d908f', + 'section_id' => '2', + 'status' => '1', + ], + 3 => [ + 'content_type_id' => '3', + 'current_version' => '1', + 'id' => '12', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033920775', + 'name' => 'Administrator users', + 'owner_id' => '14', + 'published' => '1033920775', + 'remote_id' => '9b47a45624b023b1a76c73b74d704acf', + 'section_id' => '2', + 'status' => '1', + ], + 4 => [ + 'content_type_id' => '3', + 'current_version' => '1', + 'id' => '13', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033920794', + 'name' => 'Editors', + 'owner_id' => '14', + 'published' => '1033920794', + 'remote_id' => '3c160cca19fb135f83bd02d911f04db2', + 'section_id' => '2', + 'status' => '1', + ], + 5 => [ + 'content_type_id' => '4', + 'current_version' => '4', + 'id' => '14', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154214', + 'name' => 'Administrator User', + 'owner_id' => '14', + 'published' => '1033920830', + 'remote_id' => '1bb4fe25487f05527efa8bfd394cecc7', + 'section_id' => '2', + 'status' => '1', + ], + 6 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '41', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1060695457', + 'name' => 'Media', + 'owner_id' => '14', + 'published' => '1060695457', + 'remote_id' => 'a6e35cbcb7cd6ae4b691f3eee30cd262', + 'section_id' => '3', + 'status' => '1', + ], + 7 => [ + 'content_type_id' => '3', + 'current_version' => '1', + 'id' => '42', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1072180330', + 'name' => 'Anonymous users', + 'owner_id' => '14', + 'published' => '1072180330', + 'remote_id' => '15b256dbea2ae72418ff5facc999e8f9', + 'section_id' => '2', + 'status' => '1', + ], + 8 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '45', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1079684190', + 'name' => 'Setup', + 'owner_id' => '14', + 'published' => '1079684190', + 'remote_id' => '241d538ce310074e602f29f49e44e938', + 'section_id' => '4', + 'status' => '1', + ], + 9 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '49', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220197', + 'name' => 'Images', + 'owner_id' => '14', + 'published' => '1080220197', + 'remote_id' => 'e7ff633c6b8e0fd3531e74c6e712bead', + 'section_id' => '3', + 'status' => '1', + ], + 10 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '50', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220220', + 'name' => 'Files', + 'owner_id' => '14', + 'published' => '1080220220', + 'remote_id' => '732a5acd01b51a6fe6eab448ad4138a9', + 'section_id' => '3', + 'status' => '1', + ], + 11 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '51', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220233', + 'name' => 'Multimedia', + 'owner_id' => '14', + 'published' => '1080220233', + 'remote_id' => '09082deb98662a104f325aaa8c4933d3', + 'section_id' => '3', + 'status' => '1', + ], + 12 => [ + 'content_type_id' => '14', + 'current_version' => '1', + 'id' => '52', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1082016591', + 'name' => 'Common INI settings', + 'owner_id' => '14', + 'published' => '1082016591', + 'remote_id' => '27437f3547db19cf81a33c92578b2c89', + 'section_id' => '4', + 'status' => '1', + ], + 13 => [ + 'content_type_id' => '15', + 'current_version' => '2', + 'id' => '54', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1301062376', + 'name' => 'Website Interface', + 'owner_id' => '14', + 'published' => '1082016652', + 'remote_id' => '8b8b22fe3c6061ed500fbd2b377b885f', + 'section_id' => '5', + 'status' => '1', + ], + 14 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '56', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1103023132', + 'name' => 'Design', + 'owner_id' => '14', + 'published' => '1103023132', + 'remote_id' => '08799e609893f7aba22f10cb466d9cc8', + 'section_id' => '5', + 'status' => '1', + ], + 15 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '57', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1168428358', + 'name' => 'Banners', + 'owner_id' => '14', + 'published' => '1168428358', + 'remote_id' => 'f1826ada5e88c8f79e7048b2145040b2', + 'section_id' => '3', + 'status' => '1', + ], + 16 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '58', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175499903', + 'name' => 'Woman (Communities)', + 'owner_id' => '14', + 'published' => '1174469194', + 'remote_id' => '99730850bd806030c4ae9ea92571bdd0', + 'section_id' => '3', + 'status' => '1', + ], + 17 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '59', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175499933', + 'name' => 'Woman (Frontpage)', + 'owner_id' => '14', + 'published' => '1174474836', + 'remote_id' => '52f728d4880ca5def392e4f2e782ee6d', + 'section_id' => '3', + 'status' => '1', + ], + 18 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '60', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175499960', + 'name' => 'Woman (Products)', + 'owner_id' => '14', + 'published' => '1174552827', + 'remote_id' => 'ec19f2662ebb0f930ce024a48f17f7ee', + 'section_id' => '3', + 'status' => '1', + ], + 19 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '61', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175500074', + 'name' => 'Woman (Partners)', + 'owner_id' => '14', + 'published' => '1174655952', + 'remote_id' => '55e6c9acf534ff2f3564290cb38ffddc', + 'section_id' => '3', + 'status' => '1', + ], + 20 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '62', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175500183', + 'name' => 'Pencils (Support)', + 'owner_id' => '14', + 'published' => '1174984631', + 'remote_id' => '768a04778081c6e08db5d77dd01f98a9', + 'section_id' => '3', + 'status' => '1', + ], + 21 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '63', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175500542', + 'name' => 'Woman (Training)', + 'owner_id' => '14', + 'published' => '1174987052', + 'remote_id' => 'a7c0be8039efe452ca7d1e7ec1d28dcf', + 'section_id' => '3', + 'status' => '1', + ], + 22 => [ + 'content_type_id' => '42', + 'current_version' => '1', + 'id' => '64', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175500602', + 'name' => 'Woman (Solutions)', + 'owner_id' => '14', + 'published' => '1175243716', + 'remote_id' => '1000aa14a05b968a2faa3def83aa1994', + 'section_id' => '3', + 'status' => '1', + ], + 23 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '65', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780998', + 'name' => 'Home', + 'owner_id' => '14', + 'published' => '1193906012', + 'remote_id' => '8a9c9c761004866fb458d89910f52bee', + 'section_id' => '1', + 'status' => '1', + ], + 24 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '66', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299781436', + 'name' => 'rest_api', + 'owner_id' => '14', + 'published' => '1299781436', + 'remote_id' => '800a632abc6258f5e0a6229c2ff55b46', + 'section_id' => '3', + 'status' => '1', + ], + 25 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '67', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174567474', + 'name' => 'Products', + 'owner_id' => '14', + 'published' => '1174302316', + 'remote_id' => '5dba9f5125423db2eda9ba8858a38775', + 'section_id' => '1', + 'status' => '1', + ], + 26 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '68', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302361', + 'name' => 'Software', + 'owner_id' => '14', + 'published' => '1174302361', + 'remote_id' => '02d35489c12bcbff3239c3b739823678', + 'section_id' => '1', + 'status' => '1', + ], + 27 => [ + 'content_type_id' => '21', + 'current_version' => '1', + 'id' => '69', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174303791', + 'name' => 'OS Type I', + 'owner_id' => '14', + 'published' => '1174303791', + 'remote_id' => '2995f126f24a5ef2b937c63ecae2ffc0', + 'section_id' => '1', + 'status' => '1', + ], + 28 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '70', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302388', + 'name' => 'Boxes', + 'owner_id' => '14', + 'published' => '1174302388', + 'remote_id' => '7e60420c152b5b1821ff8dda1d5002aa', + 'section_id' => '1', + 'status' => '1', + ], + 29 => [ + 'content_type_id' => '21', + 'current_version' => '1', + 'id' => '71', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174303350', + 'name' => 'CD/DVD Box I', + 'owner_id' => '14', + 'published' => '1174302627', + 'remote_id' => 'c0e62f667c7edf5b69f3131c98292387', + 'section_id' => '1', + 'status' => '1', + ], + 30 => [ + 'content_type_id' => '21', + 'current_version' => '1', + 'id' => '72', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174303441', + 'name' => 'CD/DVD Box II', + 'owner_id' => '14', + 'published' => '1174303394', + 'remote_id' => '71692736085cf6f8a36cdbb082249764', + 'section_id' => '1', + 'status' => '1', + ], + 31 => [ + 'content_type_id' => '21', + 'current_version' => '1', + 'id' => '73', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174304934', + 'name' => 'CD/DVD Box III', + 'owner_id' => '14', + 'published' => '1174304181', + 'remote_id' => '14f969f0d7f75f507394372c22919d00', + 'section_id' => '1', + 'status' => '1', + ], + 32 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '74', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302417', + 'name' => 'Products sheets', + 'owner_id' => '14', + 'published' => '1174302417', + 'remote_id' => '3524ea164ee11e7e102c9aaa56d02488', + 'section_id' => '1', + 'status' => '1', + ], + 33 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '75', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175500673', + 'name' => 'Solutions', + 'owner_id' => '14', + 'published' => '1174389373', + 'remote_id' => '3388409c96f37a7974f35befa5a14650', + 'section_id' => '1', + 'status' => '1', + ], + 34 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '76', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069345', + 'name' => 'Web publishing', + 'owner_id' => '14', + 'published' => '1174389439', + 'remote_id' => 'f21f7c41fd73c70814c46cb26b0851ed', + 'section_id' => '1', + 'status' => '1', + ], + 35 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '77', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174643990', + 'name' => 'Fusce sagittis sagittis', + 'owner_id' => '14', + 'published' => '1174643990', + 'remote_id' => '91ac81d846554a305a4029b19ba52d31', + 'section_id' => '1', + 'status' => '1', + ], + 36 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '78', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174644140', + 'name' => 'Etiam posuere sodales arcu', + 'owner_id' => '14', + 'published' => '1174644140', + 'remote_id' => 'f20f40a2f49aeec1ec40e9fb5d7cb86c', + 'section_id' => '1', + 'status' => '1', + ], + 37 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '79', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174644714', + 'name' => 'In hac habitasse platea', + 'owner_id' => '14', + 'published' => '1174644661', + 'remote_id' => 'b703033b4165a4e5b13a5b8d36b02cd1', + 'section_id' => '1', + 'status' => '1', + ], + 38 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '80', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069362', + 'name' => 'Content management', + 'owner_id' => '14', + 'published' => '1174389466', + 'remote_id' => '7dfe6d524e63a6759fd31db11a3e1490', + 'section_id' => '1', + 'status' => '1', + ], + 39 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '81', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174645184', + 'name' => 'Fusce sagittis sagittis urna', + 'owner_id' => '14', + 'published' => '1174645184', + 'remote_id' => '4179733ef0b35e2608ce72158ffe3893', + 'section_id' => '1', + 'status' => '1', + ], + 40 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '82', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174645301', + 'name' => 'Class aptent taciti sociosqu', + 'owner_id' => '14', + 'published' => '1174645301', + 'remote_id' => '5e182ad2a35120c9579c3f6d61e143cc', + 'section_id' => '1', + 'status' => '1', + ], + 41 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '83', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174645360', + 'name' => 'Aenean malesuada ligula', + 'owner_id' => '14', + 'published' => '1174645332', + 'remote_id' => 'a771e29e5157372b4798dd69a3f3eaaf', + 'section_id' => '1', + 'status' => '1', + ], + 42 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '84', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175513915', + 'name' => 'Training', + 'owner_id' => '14', + 'published' => '1174389534', + 'remote_id' => '79c3b8005e960653895177d765421342', + 'section_id' => '1', + 'status' => '1', + ], + 43 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '85', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238156', + 'name' => 'Certification', + 'owner_id' => '14', + 'published' => '1174389566', + 'remote_id' => '6a18ed16e2ea7618cc57b45791287408', + 'section_id' => '1', + 'status' => '1', + ], + 44 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '86', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069183', + 'name' => 'Professional workshops', + 'owner_id' => '14', + 'published' => '1174389594', + 'remote_id' => '895d89a8052f65834296b66318586044', + 'section_id' => '1', + 'status' => '1', + ], + 45 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '87', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175236156', + 'name' => 'Etiam sodales mauris', + 'owner_id' => '14', + 'published' => '1175235860', + 'remote_id' => '926e4fa2734f1fb6c73865417d374fea', + 'section_id' => '1', + 'status' => '1', + ], + 46 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '88', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175236182', + 'name' => 'Class aptent taciti', + 'owner_id' => '14', + 'published' => '1175236124', + 'remote_id' => '4014d37e72cee9e4dd45ab83b8b487ad', + 'section_id' => '1', + 'status' => '1', + ], + 47 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '89', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175238553', + 'name' => 'Duis auctor vehicula erat', + 'owner_id' => '14', + 'published' => '1175236994', + 'remote_id' => '93d52b9e156bd0fcd8b04cc3848e6399', + 'section_id' => '1', + 'status' => '1', + ], + 48 => [ + 'content_type_id' => '41', + 'current_version' => '1', + 'id' => '90', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174389633', + 'name' => 'Events and seminars', + 'owner_id' => '14', + 'published' => '1174389633', + 'remote_id' => '8ce63c01bab6005a389b7bde97f67dae', + 'section_id' => '1', + 'status' => '1', + ], + 49 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '91', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238194', + 'name' => 'Self-paced courses', + 'owner_id' => '14', + 'published' => '1174389656', + 'remote_id' => 'bafe7b5d33ea8ff41c0b8eab1bf8fc04', + 'section_id' => '1', + 'status' => '1', + ], + 50 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '92', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238223', + 'name' => 'Instructor-led courses', + 'owner_id' => '14', + 'published' => '1174389673', + 'remote_id' => 'b2b0a9addbbe01a7cb0160e70e42645c', + 'section_id' => '1', + 'status' => '1', + ], + 51 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '93', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069321', + 'name' => 'Additional learning resources', + 'owner_id' => '14', + 'published' => '1174389699', + 'remote_id' => '34ceeed46f3ff3a5b29b8f96eb5d0d81', + 'section_id' => '1', + 'status' => '1', + ], + 52 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '94', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175496902', + 'name' => 'Support', + 'owner_id' => '14', + 'published' => '1174458644', + 'remote_id' => 'affc99e41128c1475fa4f23dafb7159b', + 'section_id' => '1', + 'status' => '1', + ], + 53 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '95', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175258818', + 'name' => 'Knowledgebase', + 'owner_id' => '14', + 'published' => '1174459837', + 'remote_id' => 'c4d3b3ee85f36777a744015c7f234387', + 'section_id' => '1', + 'status' => '1', + ], + 54 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '96', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175253354', + 'name' => 'Sed suscipit', + 'owner_id' => '14', + 'published' => '1175253354', + 'remote_id' => 'c8294dd0b321e556905fa73df3d7ca8e', + 'section_id' => '1', + 'status' => '1', + ], + 55 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '97', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175253355', + 'name' => 'Ut interdum', + 'owner_id' => '14', + 'published' => '1175253355', + 'remote_id' => '9ca41b0930e91ae61b2d67bab735ea76', + 'section_id' => '1', + 'status' => '1', + ], + 56 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '98', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175082041', + 'name' => 'Documentation', + 'owner_id' => '14', + 'published' => '1175081995', + 'remote_id' => '8366aa92a2a1b25e6f3ffc09e6fb6ce4', + 'section_id' => '1', + 'status' => '1', + ], + 57 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '99', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175082006', + 'name' => 'Mauris pretium', + 'owner_id' => '14', + 'published' => '1175082005', + 'remote_id' => '89a584d09ab2f7dbc3374aad02839f21', + 'section_id' => '1', + 'status' => '1', + ], + 58 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '100', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175082007', + 'name' => 'Aliquam posuere', + 'owner_id' => '14', + 'published' => '1175082007', + 'remote_id' => 'f6e9707b5c57b6559f71d1c208452586', + 'section_id' => '1', + 'status' => '1', + ], + 59 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '101', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253508', + 'name' => 'Books', + 'owner_id' => '14', + 'published' => '1174459757', + 'remote_id' => 'e9aacd027d83d0c7f938521743cd7c98', + 'section_id' => '1', + 'status' => '1', + ], + 60 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '102', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175496958', + 'name' => 'Aliquam pulvinar suscipit tellus', + 'owner_id' => '14', + 'published' => '1175496424', + 'remote_id' => 'ec2989a9d3928f616fc3f9a8230928a2', + 'section_id' => '1', + 'status' => '1', + ], + 61 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '103', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253665', + 'name' => 'Customer Service', + 'owner_id' => '14', + 'published' => '1174459783', + 'remote_id' => '6a972b9a9541a2cb8a1947f222c8a629', + 'section_id' => '1', + 'status' => '1', + ], + 62 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '104', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253697', + 'name' => 'Support Programs', + 'owner_id' => '14', + 'published' => '1174459806', + 'remote_id' => 'be5e492565ceefe997010cec6518103e', + 'section_id' => '1', + 'status' => '1', + ], + 63 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '105', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299158749', + 'name' => 'Getting started', + 'owner_id' => '14', + 'published' => '1177409070', + 'remote_id' => '5eeb942341753fc43a2c03c64e86f849', + 'section_id' => '1', + 'status' => '1', + ], + 64 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '106', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299826201', + 'name' => 'Tutorials for', + 'owner_id' => '14', + 'published' => '1299158700', + 'remote_id' => 'fe77fde45a90fa16043f39d3e3e87e4b', + 'section_id' => '1', + 'status' => '1', + ], + 65 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '107', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299782490', + 'name' => 'Get involved', + 'owner_id' => '14', + 'published' => '1299159072', + 'remote_id' => '5bae6a310785e4f43fcc592e28eb7fd0', + 'section_id' => '1', + 'status' => '1', + ], + 66 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '108', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299782140', + 'name' => 'How to use Ibexa', + 'owner_id' => '14', + 'published' => '1299772464', + 'remote_id' => '2ded978c269bba85013b86c2964009be', + 'section_id' => '1', + 'status' => '1', + ], + 67 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '109', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-500ab8787316f4299c770900bf0b0361', + 'section_id' => '1', + 'status' => '1', + ], + 68 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '110', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-ad2898c2625326a0d31d18153febbd23', + 'section_id' => '1', + 'status' => '1', + ], + 69 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '111', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-56d3f1d0fc6fc6833653e95d50ac37fe', + 'section_id' => '1', + 'status' => '1', + ], + 70 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '112', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-108ac92f1474159b11e596f43a621a50', + 'section_id' => '1', + 'status' => '1', + ], + 71 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '113', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-ceba80e058bbe31bd6c34bb0e4b70bb7', + 'section_id' => '1', + 'status' => '1', + ], + 72 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '114', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772465', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772465', + 'remote_id' => 'ezoo-9c4764dca2a879664b1d6d78275e3bf5', + 'section_id' => '1', + 'status' => '1', + ], + 73 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '115', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772466', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772466', + 'remote_id' => 'ezoo-1ade41acf96c3c4b1a12860e1b273f34', + 'section_id' => '1', + 'status' => '1', + ], + 74 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '116', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772466', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772466', + 'remote_id' => 'ezoo-7ba827c696f3e1a2f1346541ce006bc9', + 'section_id' => '1', + 'status' => '1', + ], + 75 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '117', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772466', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772466', + 'remote_id' => 'ezoo-807f36478d500837a867f092f16d2edb', + 'section_id' => '1', + 'status' => '1', + ], + 76 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '118', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772545', + 'name' => 'How to manage Ibexa', + 'owner_id' => '14', + 'published' => '1299772545', + 'remote_id' => '90ee91c224c69f28aa775cf9edc34ef3', + 'section_id' => '1', + 'status' => '1', + ], + 77 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '119', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-6dd0f99f173ac80b7a02278b7a16d591', + 'section_id' => '1', + 'status' => '1', + ], + 78 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '120', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-9a1aaccfcceb5f0c6deed712dc3e8ad2', + 'section_id' => '1', + 'status' => '1', + ], + 79 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '121', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-833ab68985a7f8c1684b267b30a559c6', + 'section_id' => '1', + 'status' => '1', + ], + 80 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '122', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-93e2315c451c7126eae706b473b1c52a', + 'section_id' => '1', + 'status' => '1', + ], + 81 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '123', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-23e06358318331a1c2106d7c33a58418', + 'section_id' => '1', + 'status' => '1', + ], + 82 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '124', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-04a89e84e1f234c3c994d9d4c0e97427', + 'section_id' => '1', + 'status' => '1', + ], + 83 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '125', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772546', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772546', + 'remote_id' => 'ezoo-074e119f8e73af31122dbb65c5e2e051', + 'section_id' => '1', + 'status' => '1', + ], + 84 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '126', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772547', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772547', + 'remote_id' => 'ezoo-523ece70d73d5d9181766024536432ac', + 'section_id' => '1', + 'status' => '1', + ], + 85 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '127', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299782177', + 'name' => 'How to develop with Ibexa', + 'owner_id' => '14', + 'published' => '1299772637', + 'remote_id' => '564f94afa87f70227199e951450b19a4', + 'section_id' => '1', + 'status' => '1', + ], + 86 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '128', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772637', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772637', + 'remote_id' => 'ezoo-0766000124cbc5f97cbc2ab2a866d211', + 'section_id' => '1', + 'status' => '1', + ], + 87 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '129', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299772637', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299772637', + 'remote_id' => 'ezoo-e6d52e4230c6537bb443681a3e2227f1', + 'section_id' => '1', + 'status' => '1', + ], + 88 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '130', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1284398357', + 'name' => 'Adding Siteaccesses in Ibexa', + 'owner_id' => '14', + 'published' => '1284398357', + 'remote_id' => 'e02b80d7cd9059cf469aafbe7d2d1969', + 'section_id' => '1', + 'status' => '1', + ], + 89 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '131', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780749', + 'name' => 'New features', + 'owner_id' => '14', + 'published' => '1299780749', + 'remote_id' => '5602aa2e97cc42199dbdf09d39602fa1', + 'section_id' => '1', + 'status' => '1', + ], + 90 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '132', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299782001', + 'name' => 'Improved user registration workflow', + 'owner_id' => '14', + 'published' => '1299773631', + 'remote_id' => 'b3a55b313b9dcc062b0a72d353a061f0', + 'section_id' => '1', + 'status' => '1', + ], + 91 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '133', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773632', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773632', + 'remote_id' => 'ezoo-824ecec8d77eacebe80a14de50be1407', + 'section_id' => '1', + 'status' => '1', + ], + 92 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '134', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773632', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773632', + 'remote_id' => 'ezoo-be5800de6f1768c0246c98fb8ab82ae8', + 'section_id' => '1', + 'status' => '1', + ], + 93 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '135', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773632', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773632', + 'remote_id' => 'ezoo-898e714f495796d827e14fabcad39004', + 'section_id' => '1', + 'status' => '1', + ], + 94 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '136', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773644', + 'name' => 'Improved block editing', + 'owner_id' => '14', + 'published' => '1299773644', + 'remote_id' => '600871786c620b262ed880d0712cf9e0', + 'section_id' => '1', + 'status' => '1', + ], + 95 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '137', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773644', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773644', + 'remote_id' => 'ezoo-786d2237126858b0ae103bba831194c5', + 'section_id' => '1', + 'status' => '1', + ], + 96 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '138', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773645', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773645', + 'remote_id' => 'ezoo-30636a746c10b209d065b6236322cae9', + 'section_id' => '1', + 'status' => '1', + ], + 97 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '139', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299781914', + 'name' => 'Improved front-end editing', + 'owner_id' => '14', + 'published' => '1299773656', + 'remote_id' => 'c04fb6e7abdfcf2c032389cfb246df10', + 'section_id' => '1', + 'status' => '1', + ], + 98 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '140', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773656', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773656', + 'remote_id' => 'ezoo-25c6a6c4283f817e868846e4e4e047bc', + 'section_id' => '1', + 'status' => '1', + ], + 99 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '141', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773656', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773656', + 'remote_id' => 'ezoo-e8c8e5be0ab861883249f1f140645d1b', + 'section_id' => '1', + 'status' => '1', + ], + 100 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '142', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773656', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773656', + 'remote_id' => 'ezoo-d91c6b1b2436f599b0c235f1d49bffe6', + 'section_id' => '1', + 'status' => '1', + ], + 101 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '143', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773657', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773657', + 'remote_id' => 'ezoo-834c4dc12c2470e235dfca5a9b56a751', + 'section_id' => '1', + 'status' => '1', + ], + 102 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '144', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299781605', + 'name' => 'FastCGI', + 'owner_id' => '14', + 'published' => '1299773667', + 'remote_id' => '726413c0a78a8b4d75e6681d7f9883f6', + 'section_id' => '1', + 'status' => '1', + ], + 103 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '145', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299826224', + 'name' => 'Support for Red Hat Enterprise', + 'owner_id' => '14', + 'published' => '1299773676', + 'remote_id' => '8377bca8d648a3cab863ef09de4a33ba', + 'section_id' => '1', + 'status' => '1', + ], + 104 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '146', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773677', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773677', + 'remote_id' => 'ezoo-312c7da896e31f74afa5bdfcf2ec3c4b', + 'section_id' => '1', + 'status' => '1', + ], + 105 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '147', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773691', + 'name' => 'Canonical links', + 'owner_id' => '14', + 'published' => '1299773691', + 'remote_id' => '56d03ef66308781ea1bda4adbd10fed5', + 'section_id' => '1', + 'status' => '1', + ], + 106 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '148', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773704', + 'name' => 'Asynchronous publishing', + 'owner_id' => '14', + 'published' => '1299773704', + 'remote_id' => '15450851f4f20dbd0f7e612f3355c4a4', + 'section_id' => '1', + 'status' => '1', + ], + 107 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '149', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773705', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299773705', + 'remote_id' => 'ezoo-341682c9084fad2fd8ec02129a427721', + 'section_id' => '1', + 'status' => '1', + ], + 108 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '150', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299781476', + 'name' => 'REST API interface', + 'owner_id' => '14', + 'published' => '1299773717', + 'remote_id' => 'a7bf7875d4f020de21f7fd6281eb7922', + 'section_id' => '1', + 'status' => '1', + ], + 109 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '151', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299780653', + 'name' => 'Ibexa Enterprise', + 'owner_id' => '14', + 'published' => '1299780355', + 'remote_id' => 'bea2aa5ed17c617531344b6c71aff596', + 'section_id' => '1', + 'status' => '1', + ], + 110 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '152', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299780356', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299780356', + 'remote_id' => 'ezoo-0b8f65be2b80b4a7138990b335736563', + 'section_id' => '1', + 'status' => '1', + ], + 111 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '153', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299780356', + 'name' => 'graphics1', + 'owner_id' => '14', + 'published' => '1299780356', + 'remote_id' => 'ezoo-db3fcade578f2fc9da52a81f503394c2', + 'section_id' => '1', + 'status' => '1', + ], + 112 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '154', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499365', + 'name' => 'Partners', + 'owner_id' => '14', + 'published' => '1168428420', + 'remote_id' => '4ce71da8102ee02db016158cd06895ed', + 'section_id' => '6', + 'status' => '1', + ], + 113 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '155', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175498179', + 'name' => 'Partner News', + 'owner_id' => '14', + 'published' => '1174463557', + 'remote_id' => '96525aef27696fa39e69d43481ffc2b1', + 'section_id' => '6', + 'status' => '1', + ], + 114 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '156', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175497937', + 'name' => 'Pellentesque quam mauris', + 'owner_id' => '14', + 'published' => '1175497937', + 'remote_id' => '2803bc1a519d7a60567721200db49d27', + 'section_id' => '6', + 'status' => '1', + ], + 115 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '157', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175499136', + 'name' => 'Penatibus et magnis dis', + 'owner_id' => '14', + 'published' => '1175499050', + 'remote_id' => 'b76742278b7144f55c8c8dddc496d762', + 'section_id' => '6', + 'status' => '1', + ], + 116 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '158', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497280', + 'name' => 'News', + 'owner_id' => '14', + 'published' => '1174463579', + 'remote_id' => '9e60cb050cfd8faf02af8fed62e37d94', + 'section_id' => '6', + 'status' => '1', + ], + 117 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '159', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175498242', + 'name' => 'Curabitur hendrerit dignissim', + 'owner_id' => '14', + 'published' => '1175498136', + 'remote_id' => '95edc648f6300157ecd3749b2adf8ab0', + 'section_id' => '6', + 'status' => '1', + ], + 118 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '160', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175498747', + 'name' => 'Proin condimentum risus', + 'owner_id' => '14', + 'published' => '1175498377', + 'remote_id' => '3bcff60495f6c4b165d15f47628f7245', + 'section_id' => '6', + 'status' => '1', + ], + 119 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '161', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175498941', + 'name' => 'Morbi tristique senectus', + 'owner_id' => '14', + 'published' => '1175498941', + 'remote_id' => '54965750523a6caf827bd255ab4833bb', + 'section_id' => '6', + 'status' => '1', + ], + 120 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '162', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497237', + 'name' => 'Partner Products', + 'owner_id' => '14', + 'published' => '1174463692', + 'remote_id' => '3f1c8e4d7736f54032138ea330ee461a', + 'section_id' => '6', + 'status' => '1', + ], + 121 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '163', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497203', + 'name' => 'Partners', + 'owner_id' => '14', + 'published' => '1174463828', + 'remote_id' => '18ed8ae5378a8a1431fc5c8f88f0a86a', + 'section_id' => '6', + 'status' => '1', + ], + 122 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '164', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1175499564', + 'name' => 'Neque orci malesuada felis', + 'owner_id' => '14', + 'published' => '1175499308', + 'remote_id' => 'cc72df346e00e35cc78d5c6b466a2c11', + 'section_id' => '6', + 'status' => '1', + ], + 123 => [ + 'content_type_id' => '23', + 'current_version' => '1', + 'id' => '165', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193915732', + 'name' => 'Community', + 'owner_id' => '14', + 'published' => '1193906037', + 'remote_id' => '378acc2bc7a52400701956047a2f7d45', + 'section_id' => '1', + 'status' => '1', + ], + 124 => [ + 'content_type_id' => '37', + 'current_version' => '1', + 'id' => '166', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193915707', + 'name' => 'Forum', + 'owner_id' => '14', + 'published' => '1193904899', + 'remote_id' => '219ca29549fe687005593716f9fe5d68', + 'section_id' => '1', + 'status' => '1', + ], + 125 => [ + 'content_type_id' => '38', + 'current_version' => '1', + 'id' => '167', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906039', + 'name' => 'Nulla vitae tellus sit amet', + 'owner_id' => '14', + 'published' => '1193906039', + 'remote_id' => 'c5976544daefad2cf0855dbe54a4e748', + 'section_id' => '1', + 'status' => '1', + ], + 126 => [ + 'content_type_id' => '38', + 'current_version' => '1', + 'id' => '168', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906579', + 'name' => 'Ut mollis sodales nibh', + 'owner_id' => '14', + 'published' => '1193906579', + 'remote_id' => 'e6ce013587fd32057017c4459c03b681', + 'section_id' => '1', + 'status' => '1', + ], + 127 => [ + 'content_type_id' => '38', + 'current_version' => '1', + 'id' => '169', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906040', + 'name' => 'Nam risus leo', + 'owner_id' => '14', + 'published' => '1193906040', + 'remote_id' => 'bd4ff900964c8b09694478f5432afc41', + 'section_id' => '1', + 'status' => '1', + ], + 128 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '170', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906045', + 'name' => 'Wiki', + 'owner_id' => '14', + 'published' => '1193906045', + 'remote_id' => '27c68e844e2663ddd20dfb59961d5268', + 'section_id' => '1', + 'status' => '1', + ], + 129 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '171', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299779689', + 'name' => 'Sed suscipit', + 'owner_id' => '14', + 'published' => '1193906045', + 'remote_id' => 'ee8e3c6f437198adaa073a9e2b4dc338', + 'section_id' => '1', + 'status' => '1', + ], + 130 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '172', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906046', + 'name' => 'Ut interdum', + 'owner_id' => '14', + 'published' => '1193906046', + 'remote_id' => '4ce7df1966ec83aadb0901ed6162bf9b', + 'section_id' => '1', + 'status' => '1', + ], + 131 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '173', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906046', + 'name' => 'Fusce pulvinar', + 'owner_id' => '14', + 'published' => '1193906046', + 'remote_id' => 'fa54ccddf28481b513b60c68911baef8', + 'section_id' => '1', + 'status' => '1', + ], + 132 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '174', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906047', + 'name' => 'Duis id tortor', + 'owner_id' => '14', + 'published' => '1193906047', + 'remote_id' => 'e20a6ec858de6a28a7ba14c26164753a', + 'section_id' => '1', + 'status' => '1', + ], + 133 => [ + 'content_type_id' => '24', + 'current_version' => '1', + 'id' => '175', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193906047', + 'name' => 'Curabitur lacinia', + 'owner_id' => '14', + 'published' => '1193906047', + 'remote_id' => '5a3d6806ccd2f6edd86f6219ddc51525', + 'section_id' => '1', + 'status' => '1', + ], + 134 => [ + 'content_type_id' => '35', + 'current_version' => '1', + 'id' => '176', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773449', + 'name' => 'Pictures', + 'owner_id' => '14', + 'published' => '1193910178', + 'remote_id' => 'c0180d604d5f5d273702b7d675d6c0cd', + 'section_id' => '1', + 'status' => '1', + ], + 135 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '177', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773210', + 'name' => 'Ivo on ibexa tags', + 'owner_id' => '14', + 'published' => '1299772902', + 'remote_id' => '32709d6df489b5debc03caddec908363', + 'section_id' => '1', + 'status' => '1', + ], + 136 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '178', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773237', + 'name' => 'Are you ready for the Community day?', + 'owner_id' => '14', + 'published' => '1299772906', + 'remote_id' => '36e3a053ea7c2eb0270f7e814db08437', + 'section_id' => '1', + 'status' => '1', + ], + 137 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '179', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773259', + 'name' => 'Let\'s work together!', + 'owner_id' => '14', + 'published' => '1299772907', + 'remote_id' => '94b6dac5fe7da860b3d1517c50fe778c', + 'section_id' => '1', + 'status' => '1', + ], + 138 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '180', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773275', + 'name' => 'The Mediterranean seen from Nice!', + 'owner_id' => '14', + 'published' => '1299772908', + 'remote_id' => '3563d8cdc914573dcff797de2e6e19e1', + 'section_id' => '1', + 'status' => '1', + ], + 139 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '181', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773344', + 'name' => 'Hotel lobby at Isola2000', + 'owner_id' => '14', + 'published' => '1299773320', + 'remote_id' => 'd1d0d736feaffd107778d8a7f980f262', + 'section_id' => '1', + 'status' => '1', + ], + 140 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '182', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773383', + 'name' => 'Alexander on the past, Gaby on today and tomorrow', + 'owner_id' => '14', + 'published' => '1299773321', + 'remote_id' => '18be5e657fce9d909d0e5662d4ce2455', + 'section_id' => '1', + 'status' => '1', + ], + 141 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '183', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773410', + 'name' => 'Isola2000 in white - beautiful skiing!', + 'owner_id' => '14', + 'published' => '1299773322', + 'remote_id' => 'a1375875fc7657d934d402e20b76bce2', + 'section_id' => '1', + 'status' => '1', + ], + 142 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '184', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299773429', + 'name' => 'CEO future pitch - Adaptable, open, reliable!', + 'owner_id' => '14', + 'published' => '1299773323', + 'remote_id' => '0caf4e0ea84c4919570def36f782ef6d', + 'section_id' => '1', + 'status' => '1', + ], + 143 => [ + 'content_type_id' => '19', + 'current_version' => '1', + 'id' => '185', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193915424', + 'name' => 'Blog', + 'owner_id' => '14', + 'published' => '1193915424', + 'remote_id' => '6a715c29ec67ed5e13ded872e1615690', + 'section_id' => '1', + 'status' => '1', + ], + 144 => [ + 'content_type_id' => '20', + 'current_version' => '1', + 'id' => '186', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193915590', + 'name' => 'Visit Paris', + 'owner_id' => '14', + 'published' => '1193915590', + 'remote_id' => 'bfe5bf501b832f165089c8d1c0ee959f', + 'section_id' => '1', + 'status' => '1', + ], + 145 => [ + 'content_type_id' => '20', + 'current_version' => '1', + 'id' => '187', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193915640', + 'name' => 'Paris in France', + 'owner_id' => '14', + 'published' => '1193915640', + 'remote_id' => 'e88c60fabc96a9dc0a5d429b1a9872ed', + 'section_id' => '1', + 'status' => '1', + ], + 146 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '188', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175242707', + 'name' => 'Company', + 'owner_id' => '14', + 'published' => '1168428469', + 'remote_id' => 'b4668ac60d726ddfb655c3895cb0cae5', + 'section_id' => '1', + 'status' => '1', + ], + 147 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '189', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174305524', + 'name' => 'About company', + 'owner_id' => '14', + 'published' => '1174305524', + 'remote_id' => '10705bd08a74c34556ffee6a70d0be0b', + 'section_id' => '1', + 'status' => '1', + ], + 148 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '190', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159424', + 'name' => 'New features', + 'owner_id' => '14', + 'published' => '1193906508', + 'remote_id' => 'dc3e2c928288ee4773493fe16db9ec08', + 'section_id' => '1', + 'status' => '1', + ], + 149 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '191', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193935923', + 'name' => 'Separate content & design in Ibexa', + 'owner_id' => '14', + 'published' => '1193907125', + 'remote_id' => '932072228b62943d3d3521e7712b54e9', + 'section_id' => '1', + 'status' => '1', + ], + 150 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '192', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010589', + 'name' => 'separation_of_content_and_design', + 'owner_id' => '14', + 'published' => '1253010589', + 'remote_id' => '5e5d7350606f50f5b2e9c85080ef83a3', + 'section_id' => '1', + 'status' => '1', + ], + 151 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '193', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193914552', + 'name' => 'How to use Ibexa', + 'owner_id' => '14', + 'published' => '1193908304', + 'remote_id' => 'afad8dfca54311e15bfd241ef09da280', + 'section_id' => '1', + 'status' => '1', + ], + 152 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '194', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009641', + 'name' => 'openoffice_import_large', + 'owner_id' => '14', + 'published' => '1253009641', + 'remote_id' => '0df4432f360b63cc55331524bea095bc', + 'section_id' => '1', + 'status' => '1', + ], + 153 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '195', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009692', + 'name' => 'translation_large', + 'owner_id' => '14', + 'published' => '1253009692', + 'remote_id' => '632542f33d621670300a843c2c3d7790', + 'section_id' => '1', + 'status' => '1', + ], + 154 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '196', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009744', + 'name' => 'multiupload_large', + 'owner_id' => '14', + 'published' => '1253009744', + 'remote_id' => 'be4b68a49195b504f7854e38ee97c9e6', + 'section_id' => '1', + 'status' => '1', + ], + 155 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '197', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009784', + 'name' => 'gallery_large', + 'owner_id' => '14', + 'published' => '1253009784', + 'remote_id' => '9737ed22471ac3baf2dbbb45fcb3af5c', + 'section_id' => '1', + 'status' => '1', + ], + 156 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '198', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009879', + 'name' => 'search_result_large', + 'owner_id' => '14', + 'published' => '1253009879', + 'remote_id' => '2ff25f3949e9c4d49442170ca0726fea', + 'section_id' => '1', + 'status' => '1', + ], + 157 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '199', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010806', + 'name' => 'ez_tool_bar_large', + 'owner_id' => '14', + 'published' => '1253010806', + 'remote_id' => 'ab7ed2ea1e71e7ec0479195fc0dc5440', + 'section_id' => '1', + 'status' => '1', + ], + 158 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '200', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009816', + 'name' => 'quicktime_large', + 'owner_id' => '14', + 'published' => '1253009816', + 'remote_id' => '4cf0621be70d809727b8a3581343dee1', + 'section_id' => '3', + 'status' => '1', + ], + 159 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '201', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253009848', + 'name' => 'web_2_0_large', + 'owner_id' => '14', + 'published' => '1253009848', + 'remote_id' => 'fad6a8133332373683847f76158e8719', + 'section_id' => '3', + 'status' => '1', + ], + 160 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '202', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299782207', + 'name' => 'How to manage Ibexa', + 'owner_id' => '14', + 'published' => '1193908398', + 'remote_id' => '81d949fde405dbe3e5bc6d83452bd927', + 'section_id' => '1', + 'status' => '1', + ], + 161 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '203', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010224', + 'name' => 'usermanagement_large', + 'owner_id' => '14', + 'published' => '1253010224', + 'remote_id' => '344e4197cdaf6ad6f06e0c99ad81dbed', + 'section_id' => '1', + 'status' => '1', + ], + 162 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '204', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010249', + 'name' => 'workflow_large', + 'owner_id' => '14', + 'published' => '1253010249', + 'remote_id' => 'ffc4840fd5b1f8c7ec21d569787252ed', + 'section_id' => '1', + 'status' => '1', + ], + 163 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '205', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010272', + 'name' => 'versioning_large', + 'owner_id' => '14', + 'published' => '1253010272', + 'remote_id' => '3e192eaaaaaceea57be51f2fec5b4abd', + 'section_id' => '1', + 'status' => '1', + ], + 164 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '206', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010315', + 'name' => 'datatypes_attributes_content_class_and_objects_large', + 'owner_id' => '14', + 'published' => '1253010315', + 'remote_id' => 'ee5ad7e637d4da303960cc8800ced740', + 'section_id' => '1', + 'status' => '1', + ], + 165 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '207', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010343', + 'name' => 'multiple_location_large', + 'owner_id' => '14', + 'published' => '1253010343', + 'remote_id' => '59a7ab331d043dddcf9011a8ef32a32b', + 'section_id' => '1', + 'status' => '1', + ], + 166 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '208', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010367', + 'name' => 'multisite_deployment_large', + 'owner_id' => '14', + 'published' => '1253010367', + 'remote_id' => 'e9ba83a65cdaf91039bbffbbfdc5d77b', + 'section_id' => '1', + 'status' => '1', + ], + 167 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '209', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010401', + 'name' => 'seo_large', + 'owner_id' => '14', + 'published' => '1253010401', + 'remote_id' => '46683944a42aefbbb42cf615489f3627', + 'section_id' => '1', + 'status' => '1', + ], + 168 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '210', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253010921', + 'name' => 'admin_site_large', + 'owner_id' => '14', + 'published' => '1253010921', + 'remote_id' => '58f0b7745496ec9ba4e3238dbd481a4b', + 'section_id' => '1', + 'status' => '1', + ], + 169 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '211', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1193914399', + 'name' => 'How to develop with Ibexa', + 'owner_id' => '14', + 'published' => '1193908946', + 'remote_id' => '96a6b67d897f8dda1053f2a56a734941', + 'section_id' => '1', + 'status' => '1', + ], + 170 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '212', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253011179', + 'name' => 'datatypes_attributes_content_class_and_objects_large', + 'owner_id' => '14', + 'published' => '1253011179', + 'remote_id' => '9bf3262d95b411ed99b6efb704aba830', + 'section_id' => '1', + 'status' => '1', + ], + 171 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '213', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1253011241', + 'name' => 'site_style_large', + 'owner_id' => '14', + 'published' => '1253011241', + 'remote_id' => 'a1dc5eaa5bb06066e033df54ecd76180', + 'section_id' => '1', + 'status' => '1', + ], + 172 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '214', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299159460', + 'name' => 'REST API interface', + 'owner_id' => '14', + 'published' => '1299159460', + 'remote_id' => 'e14eb9cc916fd2f8e0e5660cdda0f25d', + 'section_id' => '1', + 'status' => '1', + ], + 173 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '215', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299159490', + 'name' => 'Asynchronous Publishing', + 'owner_id' => '14', + 'published' => '1299159490', + 'remote_id' => 'e56b267f79afc37b624d3348a0e85f6e', + 'section_id' => '1', + 'status' => '1', + ], + 174 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '216', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299159523', + 'name' => 'Canonical links', + 'owner_id' => '14', + 'published' => '1299159523', + 'remote_id' => 'df9492099e7fc03de8823726eb7c5b56', + 'section_id' => '1', + 'status' => '1', + ], + 175 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '217', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299159553', + 'name' => 'Support for Red Hat Enterprise', + 'owner_id' => '14', + 'published' => '1299159553', + 'remote_id' => 'ce7a6712771252619b2a32e277ea7aac', + 'section_id' => '1', + 'status' => '1', + ], + 176 => [ + 'content_type_id' => '16', + 'current_version' => '1', + 'id' => '218', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1299216558', + 'name' => 'FastCGI', + 'owner_id' => '14', + 'published' => '1299159579', + 'remote_id' => '83d9df9fbe02ae449c2208625b6803e0', + 'section_id' => '1', + 'status' => '1', + ], + 177 => [ + 'content_type_id' => '26', + 'current_version' => '1', + 'id' => '219', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174305643', + 'name' => 'Events', + 'owner_id' => '14', + 'published' => '1174305643', + 'remote_id' => '36a66a1bf73a17b098642b52c7b62c35', + 'section_id' => '1', + 'status' => '1', + ], + 178 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '220', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069794', + 'name' => 'Career', + 'owner_id' => '14', + 'published' => '1174305674', + 'remote_id' => '493a855d8565518e07369352e295facc', + 'section_id' => '1', + 'status' => '1', + ], + 179 => [ + 'content_type_id' => '1', + 'current_version' => '1', + 'id' => '221', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069741', + 'name' => 'Investors Relation', + 'owner_id' => '14', + 'published' => '1174305734', + 'remote_id' => 'c9822f47546396138c1318d3e0dcbdfe', + 'section_id' => '1', + 'status' => '1', + ], + 180 => [ + 'content_type_id' => '22', + 'current_version' => '1', + 'id' => '222', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174308757', + 'name' => 'Contact', + 'owner_id' => '14', + 'published' => '1174308757', + 'remote_id' => 'c8e19a5426d741de3d587579de89c91e', + 'section_id' => '1', + 'status' => '1', + ], + 181 => [ + 'content_type_id' => '25', + 'current_version' => '1', + 'id' => '223', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1174654830', + 'name' => 'Morbi neque', + 'owner_id' => '226', + 'published' => '1174654751', + 'remote_id' => '73ab8d14922e13d67ef3c295d0663fa9', + 'section_id' => '1', + 'status' => '1', + ], + 182 => [ + 'content_type_id' => '30', + 'current_version' => '1', + 'id' => '224', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175242960', + 'name' => 'Company banner', + 'owner_id' => '14', + 'published' => '1175242413', + 'remote_id' => 'a457bec5fb0afe243c16fe254e2fbcdf', + 'section_id' => '1', + 'status' => '1', + ], + 183 => [ + 'content_type_id' => '3', + 'current_version' => '1', + 'id' => '225', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154215', + 'name' => 'Partners', + 'owner_id' => '14', + 'published' => '1311154215', + 'remote_id' => '713e1709ba03bf1fde1396d2a0451e28', + 'section_id' => '1', + 'status' => '1', + ], + 184 => [ + 'content_type_id' => '4', + 'current_version' => '1', + 'id' => '226', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154215', + 'name' => 'A member', + 'owner_id' => '14', + 'published' => '1033920831', + 'remote_id' => '2cf4687ab3c640d7b68555a3ab810db6', + 'section_id' => '2', + 'status' => '1', + ], + ], + ContentGateway::CONTENT_FIELD_TABLE => [ + 0 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '4', + 'data_float' => null, + 'data_int' => null, + 'data_text' => 'Main group', + 'data_type_string' => 'ibexa_string', + 'id' => '7', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '4', + 'data_float' => null, + 'data_int' => null, + 'data_text' => 'Users', + 'data_type_string' => 'ibexa_string', + 'id' => '8', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 2 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '8', + 'contentobject_id' => '10', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Anonymous', + 'data_type_string' => 'ibexa_string', + 'id' => '19', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'anonymous', + 'version' => '2', + ], + 3 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '9', + 'contentobject_id' => '10', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'User', + 'data_type_string' => 'ibexa_string', + 'id' => '20', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'user', + 'version' => '2', + ], + 4 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '12', + 'contentobject_id' => '10', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_user', + 'id' => '21', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 5 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '11', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Guest accounts', + 'data_type_string' => 'ibexa_string', + 'id' => '22', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 6 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '11', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Members', + 'data_type_string' => 'ibexa_string', + 'id' => '22', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'members', + 'version' => '2', + ], + 7 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '11', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '23', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 8 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '11', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '23', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 9 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '12', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Administrator users', + 'data_type_string' => 'ibexa_string', + 'id' => '24', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 10 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '12', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '25', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 11 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '13', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Editors', + 'data_type_string' => 'ibexa_string', + 'id' => '26', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 12 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '13', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '27', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 13 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '8', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Administrator', + 'data_type_string' => 'ibexa_string', + 'id' => '28', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'administrator', + 'version' => '3', + ], + 14 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '8', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Administrator', + 'data_type_string' => 'ibexa_string', + 'id' => '28', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'administrator', + 'version' => '4', + ], + 15 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '9', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'User', + 'data_type_string' => 'ibexa_string', + 'id' => '29', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'user', + 'version' => '3', + ], + 16 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '9', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'User', + 'data_type_string' => 'ibexa_string', + 'id' => '29', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'user', + 'version' => '4', + ], + 17 => [ + 'attribute_original_id' => '30', + 'content_type_field_definition_id' => '12', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_user', + 'id' => '30', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '3', + ], + 18 => [ + 'attribute_original_id' => '30', + 'content_type_field_definition_id' => '12', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_user', + 'id' => '30', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '4', + ], + 19 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '41', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Media', + 'data_type_string' => 'ibexa_string', + 'id' => '98', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 21 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '42', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Anonymous users', + 'data_type_string' => 'ibexa_string', + 'id' => '100', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'anonymous users', + 'version' => '1', + ], + 22 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '42', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'User group for the anonymous user', + 'data_type_string' => 'ibexa_string', + 'id' => '101', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'user group for the anonymous user', + 'version' => '1', + ], + 23 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '41', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '103', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 25 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '41', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '109', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 26 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '45', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Setup', + 'data_type_string' => 'ibexa_string', + 'id' => '123', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'setup', + 'version' => '1', + ], + 27 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '45', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '124', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 30 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '45', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '128', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 31 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '49', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Images', + 'data_type_string' => 'ibexa_string', + 'id' => '142', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'images', + 'version' => '1', + ], + 32 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '49', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '143', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 35 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '49', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '146', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 36 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '50', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Files', + 'data_type_string' => 'ibexa_string', + 'id' => '147', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'files', + 'version' => '1', + ], + 37 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '50', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '148', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 40 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '50', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '151', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 41 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '51', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Multimedia', + 'data_type_string' => 'ibexa_string', + 'id' => '152', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'multimedia', + 'version' => '1', + ], + 42 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '51', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '153', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 45 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '51', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '156', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 46 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '159', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Common INI settings', + 'data_type_string' => 'ibexa_string', + 'id' => '157', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'common ini settings', + 'version' => '1', + ], + 47 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '160', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '/content/view/full/2/', + 'data_type_string' => 'ezinisetting', + 'id' => '158', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 48 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '161', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '/content/view/full/2', + 'data_type_string' => 'ezinisetting', + 'id' => '159', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 49 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '162', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'disabled', + 'data_type_string' => 'ezinisetting', + 'id' => '160', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 50 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '163', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'disabled', + 'data_type_string' => 'ezinisetting', + 'id' => '161', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 51 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '164', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ezinisetting', + 'id' => '162', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 52 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '165', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'enabled', + 'data_type_string' => 'ezinisetting', + 'id' => '163', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 53 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '166', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'disabled', + 'data_type_string' => 'ezinisetting', + 'id' => '164', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 54 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '167', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'enabled', + 'data_type_string' => 'ezinisetting', + 'id' => '165', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 55 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '168', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'enabled', + 'data_type_string' => 'ezinisetting', + 'id' => '166', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 56 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '169', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '=geometry/scale=100;100', + 'data_type_string' => 'ezinisetting', + 'id' => '167', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 57 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '170', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '=geometry/scale=200;200', + 'data_type_string' => 'ezinisetting', + 'id' => '168', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 58 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '171', + 'contentobject_id' => '52', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '=geometry/scale=300;300', + 'data_type_string' => 'ezinisetting', + 'id' => '169', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 59 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '172', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'Website Interface', + 'data_type_string' => 'ezinisetting', + 'id' => '170', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 60 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '173', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'author=Ibexa copyright=Ibexa description=Content Management System keywords=cms, publish, e-commerce, content management, development framework', - 'data_type_string' => 'ezinisetting', - 'id' => '171', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 61 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '174', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ezinisetting', + 'id' => '171', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 61 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '174', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Website-Interface1.png" suffix="png" basename="Website-Interface1" dirpath="var/ezwebin_site/storage/images/design/plain-site/172-2-eng-US" url="var/ezwebin_site/storage/images/design/plain-site/172-2-eng-US/Website-Interface1.png" original_filename="logo.png" mime_type="image/png" width="176" height="42" alternative_text="" alias_key="1293033771" timestamp="1311154215"><original attribute_id="172" attribute_version="2" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '172', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 62 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '175', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '0', - 'data_type_string' => 'ezpackage', - 'id' => '173', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '0', - 'version' => '2', - ], - 63 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '177', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'kn@ibexa.co', - 'data_type_string' => 'ezinisetting', - 'id' => '175', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 64 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '178', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'ezpublish/index.php', - 'data_type_string' => 'ezinisetting', - 'id' => '176', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 65 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '179', - 'contentobject_id' => '10', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '177', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 66 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '179', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '178', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '3', - ], - 67 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '179', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '178', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '4', - ], - 68 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '180', - 'contentobject_id' => '10', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_image', - 'id' => '179', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 69 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '180', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '172', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 62 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '175', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '0', + 'data_type_string' => 'ezpackage', + 'id' => '173', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '0', + 'version' => '2', + ], + 63 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '177', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'kn@ibexa.co', + 'data_type_string' => 'ezinisetting', + 'id' => '175', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 64 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '178', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'ezpublish/index.php', + 'data_type_string' => 'ezinisetting', + 'id' => '176', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 65 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '179', + 'contentobject_id' => '10', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '177', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 66 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '179', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '178', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '3', + ], + 67 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '179', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '178', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '4', + ], + 68 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '180', + 'contentobject_id' => '10', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_image', + 'id' => '179', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 69 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '180', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1301057722"><original attribute_id="180" attribute_version="3" attribute_language="eng-GB"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '180', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '3', - ], - 70 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '180', - 'contentobject_id' => '14', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '180', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '3', + ], + 70 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '180', + 'contentobject_id' => '14', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1301057722"><original attribute_id="180" attribute_version="3" attribute_language="eng-GB"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '180', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '4', - ], - 71 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '56', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Design', - 'data_type_string' => 'ibexa_string', - 'id' => '181', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'design', - 'version' => '1', - ], - 72 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '56', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '182', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 75 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '56', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '185', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 76 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '41', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '187', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 77 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '45', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '188', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 78 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '49', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '189', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 79 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '50', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '190', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 80 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '51', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '191', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 81 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '56', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '192', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 82 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '41', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '194', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 83 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '45', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '195', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 84 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '49', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '196', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 85 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '50', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '197', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 86 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '51', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '198', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 87 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '56', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '199', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 88 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '57', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Banners', - 'data_type_string' => 'ibexa_string', - 'id' => '200', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'banners', - 'version' => '1', - ], - 89 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '57', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '201', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 92 => [ - 'attribute_original_id' => '204', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '57', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '204', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 93 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '57', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '205', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 94 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '57', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '206', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 95 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '58', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Communities)', - 'data_type_string' => 'ibexa_string', - 'id' => '207', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (communities)', - 'version' => '1', - ], - 96 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '58', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '208', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 97 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '58', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '180', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '4', + ], + 71 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '56', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Design', + 'data_type_string' => 'ibexa_string', + 'id' => '181', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'design', + 'version' => '1', + ], + 72 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '56', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '182', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 75 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '56', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '185', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 76 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '41', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '187', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 77 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '45', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '188', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 78 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '49', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '189', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 79 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '50', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '190', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 80 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '51', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '191', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 81 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '56', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '192', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 82 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '41', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '194', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 83 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '45', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '195', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 84 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '49', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '196', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 85 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '50', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '197', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 86 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '51', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '198', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 87 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '56', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '199', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 88 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '57', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Banners', + 'data_type_string' => 'ibexa_string', + 'id' => '200', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'banners', + 'version' => '1', + ], + 89 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '57', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '201', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 92 => [ + 'attribute_original_id' => '204', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '57', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '204', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 93 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '57', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '205', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 94 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '57', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '206', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 95 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '58', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Communities)', + 'data_type_string' => 'ibexa_string', + 'id' => '207', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (communities)', + 'version' => '1', + ], + 96 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '58', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '208', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 97 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '58', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Woman-Communities.jpg" suffix="jpg" basename="Woman-Communities" dirpath="var/ezwebin_site/storage/images/media/banners/woman-communities/209-1-eng-US" url="var/ezwebin_site/storage/images/media/banners/woman-communities/209-1-eng-US/Woman-Communities.jpg" original_filename="84f1da4c.jpg" mime_type="image/jpeg" width="764" height="197" alternative_text="Woman (Communities)" alias_key="1293033771" timestamp="1311154173"><original attribute_id="209" attribute_version="1" attribute_language="eng-US"/><information Height="197" Width="764" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '209', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 98 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '58', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '210', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 99 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '58', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '211', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 100 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '59', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Frontpage)', - 'data_type_string' => 'ibexa_string', - 'id' => '212', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (frontpage)', - 'version' => '1', - ], - 101 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '59', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '213', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 102 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '59', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '209', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 98 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '58', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '210', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 99 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '58', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '211', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 100 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '59', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Frontpage)', + 'data_type_string' => 'ibexa_string', + 'id' => '212', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (frontpage)', + 'version' => '1', + ], + 101 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '59', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '213', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 102 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '59', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Woman-Frontpage.jpg" suffix="jpg" basename="Woman-Frontpage" dirpath="var/ezwebin_site/storage/images/media/banners/woman-frontpage/214-1-eng-US" url="var/ezwebin_site/storage/images/media/banners/woman-frontpage/214-1-eng-US/Woman-Frontpage.jpg" original_filename="83ea7f16.jpg" mime_type="image/jpeg" width="764" height="197" alternative_text="Woman (Frontpage)" alias_key="1293033771" timestamp="1311154173"><original attribute_id="214" attribute_version="1" attribute_language="eng-US"/><information Height="197" Width="764" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '214', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 103 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '59', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '215', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 104 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '59', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '216', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 105 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '60', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Products)', - 'data_type_string' => 'ibexa_string', - 'id' => '217', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (products)', - 'version' => '1', - ], - 106 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '60', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '218', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 107 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '60', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '214', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 103 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '59', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '215', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 104 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '59', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '216', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 105 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '60', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Products)', + 'data_type_string' => 'ibexa_string', + 'id' => '217', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (products)', + 'version' => '1', + ], + 106 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '60', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '218', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 107 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '60', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Woman-Products.jpg" suffix="jpg" basename="Woman-Products" dirpath="var/ezwebin_site/storage/images/media/banners/woman-products/219-1-eng-US" url="var/ezwebin_site/storage/images/media/banners/woman-products/219-1-eng-US/Woman-Products.jpg" original_filename="99bedbaa.jpg" mime_type="image/jpeg" width="764" height="197" alternative_text="Woman (Products)" alias_key="1293033771" timestamp="1311154173"><original attribute_id="219" attribute_version="1" attribute_language="eng-US"/><information Height="197" Width="764" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '219', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 108 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '60', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '220', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 109 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '60', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '221', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 110 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '61', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Partners)', - 'data_type_string' => 'ibexa_string', - 'id' => '222', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (partners)', - 'version' => '1', - ], - 111 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '61', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '223', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 112 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '61', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '219', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 108 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '60', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '220', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 109 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '60', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '221', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 110 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '61', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Partners)', + 'data_type_string' => 'ibexa_string', + 'id' => '222', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (partners)', + 'version' => '1', + ], + 111 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '61', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '223', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 112 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '61', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Woman-Partners.jpg" suffix="jpg" basename="Woman-Partners" dirpath="var/ezwebin_site/storage/images/media/banners/woman-partners/224-1-eng-US" url="var/ezwebin_site/storage/images/media/banners/woman-partners/224-1-eng-US/Woman-Partners.jpg" original_filename="24ec46f7.jpg" mime_type="image/jpeg" width="764" height="197" alternative_text="Woman (Partners)" alias_key="1293033771" timestamp="1311154173"><original attribute_id="224" attribute_version="1" attribute_language="eng-US"/><information Height="197" Width="764" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '224', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 113 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '61', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '225', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 114 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '61', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '226', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 115 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '62', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Pencils (Support)', - 'data_type_string' => 'ibexa_string', - 'id' => '227', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'pencils (support)', - 'version' => '1', - ], - 116 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '62', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '228', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 117 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '62', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '224', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 113 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '61', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '225', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 114 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '61', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '226', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 115 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '62', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Pencils (Support)', + 'data_type_string' => 'ibexa_string', + 'id' => '227', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'pencils (support)', + 'version' => '1', + ], + 116 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '62', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '228', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 117 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '62', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Pencils-Support.jpg" suffix="jpg" basename="Pencils-Support" dirpath="var/ezwebin_site/storage/images/media/banners/pencils-support/229-1-eng-US" url="var/ezwebin_site/storage/images/media/banners/pencils-support/229-1-eng-US/Pencils-Support.jpg" original_filename="50dbb211.jpg" mime_type="image/jpeg" width="764" height="197" alternative_text="Pencils (Support)" alias_key="1293033771" timestamp="1311154173"><original attribute_id="229" attribute_version="1" attribute_language="eng-US"/><information Height="197" Width="764" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '229', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 118 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '62', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '230', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 119 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '62', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '231', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 120 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '63', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Training)', - 'data_type_string' => 'ibexa_string', - 'id' => '232', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (training)', - 'version' => '1', - ], - 121 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '63', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '233', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 122 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '63', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '229', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 118 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '62', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '230', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 119 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '62', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '231', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 120 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '63', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Training)', + 'data_type_string' => 'ibexa_string', + 'id' => '232', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (training)', + 'version' => '1', + ], + 121 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '63', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '233', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 122 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '63', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Woman-Training.jpg" suffix="jpg" basename="Woman-Training" dirpath="var/ezwebin_site/storage/images/media/banners/woman-training/234-1-eng-US" url="var/ezwebin_site/storage/images/media/banners/woman-training/234-1-eng-US/Woman-Training.jpg" original_filename="47966db1.jpg" mime_type="image/jpeg" width="764" height="197" alternative_text="Woman (Training)" alias_key="1293033771" timestamp="1311154174"><original attribute_id="234" attribute_version="1" attribute_language="eng-US"/><information Height="197" Width="764" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '234', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 123 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '63', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '235', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 124 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '63', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '236', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 125 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '319', - 'contentobject_id' => '64', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Woman (Solutions)', - 'data_type_string' => 'ibexa_string', - 'id' => '237', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'woman (solutions)', - 'version' => '1', - ], - 126 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '320', - 'contentobject_id' => '64', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '238', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 127 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '321', - 'contentobject_id' => '64', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '234', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 123 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '63', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '235', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 124 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '63', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '236', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 125 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '319', + 'contentobject_id' => '64', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Woman (Solutions)', + 'data_type_string' => 'ibexa_string', + 'id' => '237', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'woman (solutions)', + 'version' => '1', + ], + 126 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '320', + 'contentobject_id' => '64', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '238', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 127 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '321', + 'contentobject_id' => '64', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Woman-Solutions.jpg" suffix="jpg" basename="Woman-Solutions" dirpath="var/ezwebin_site/storage/images/media/banners/woman-solutions/239-1-eng-US" url="var/ezwebin_site/storage/images/media/banners/woman-solutions/239-1-eng-US/Woman-Solutions.jpg" original_filename="944390f8.jpg" mime_type="image/jpeg" width="764" height="197" alternative_text="Woman (Solutions)" alias_key="1293033771" timestamp="1311154174"><original attribute_id="239" attribute_version="1" attribute_language="eng-US"/><information Height="197" Width="764" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '239', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 128 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '322', - 'contentobject_id' => '64', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '240', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 129 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '323', - 'contentobject_id' => '64', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '241', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 130 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '65', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Home', - 'data_type_string' => 'ibexa_string', - 'id' => '242', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'home', - 'version' => '1', - ], - 131 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '65', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '243', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 136 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '65', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '248', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 137 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '66', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'rest_api', - 'data_type_string' => 'ibexa_string', - 'id' => '249', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'rest_api', - 'version' => '1', - ], - 139 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '66', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '239', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 128 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '322', + 'contentobject_id' => '64', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '240', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 129 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '323', + 'contentobject_id' => '64', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '241', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 130 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '65', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Home', + 'data_type_string' => 'ibexa_string', + 'id' => '242', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'home', + 'version' => '1', + ], + 131 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '65', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '243', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 136 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '65', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '248', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 137 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '66', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'rest_api', + 'data_type_string' => 'ibexa_string', + 'id' => '249', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'rest_api', + 'version' => '1', + ], + 139 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '66', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="rest_api.png" suffix="png" basename="rest_api" dirpath="var/ezwebin_site/storage/images/media/images/rest_api/251-1-eng-US" url="var/ezwebin_site/storage/images/media/images/rest_api/251-1-eng-US/rest_api.png" original_filename="4d710d81.png" mime_type="image/png" width="442" height="356" alternative_text="" alias_key="1293033771" timestamp="1311154174"><original attribute_id="251" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '251', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 140 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '66', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '252', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 141 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '67', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Products', - 'data_type_string' => 'ibexa_string', - 'id' => '253', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'products', - 'version' => '1', - ], - 142 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '67', - 'data_float' => '0', - 'data_int' => '60', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '254', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '60', - 'sort_key_string' => '', - 'version' => '1', - ], - 147 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '67', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '259', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 148 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '68', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Software', - 'data_type_string' => 'ibexa_string', - 'id' => '260', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'software', - 'version' => '1', - ], - 149 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '68', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '261', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 152 => [ - 'attribute_original_id' => '264', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '68', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '264', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 153 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '68', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '265', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 154 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '68', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '266', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 155 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '220', - 'contentobject_id' => '69', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'OS Type I', - 'data_type_string' => 'ibexa_string', - 'id' => '267', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'os type i', - 'version' => '1', - ], - 156 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '221', - 'contentobject_id' => '69', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '268', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 159 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '224', - 'contentobject_id' => '69', - 'data_float' => '499', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_float', - 'id' => '271', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '49900', - 'sort_key_string' => '', - 'version' => '1', - ], - 160 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '225', - 'contentobject_id' => '69', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '251', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 140 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '66', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '252', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 141 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '67', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Products', + 'data_type_string' => 'ibexa_string', + 'id' => '253', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'products', + 'version' => '1', + ], + 142 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '67', + 'data_float' => '0', + 'data_int' => '60', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '254', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '60', + 'sort_key_string' => '', + 'version' => '1', + ], + 147 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '67', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '259', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 148 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '68', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Software', + 'data_type_string' => 'ibexa_string', + 'id' => '260', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'software', + 'version' => '1', + ], + 149 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '68', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '261', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 152 => [ + 'attribute_original_id' => '264', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '68', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '264', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 153 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '68', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '265', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 154 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '68', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '266', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 155 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '220', + 'contentobject_id' => '69', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'OS Type I', + 'data_type_string' => 'ibexa_string', + 'id' => '267', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'os type i', + 'version' => '1', + ], + 156 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '221', + 'contentobject_id' => '69', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '268', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 159 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '224', + 'contentobject_id' => '69', + 'data_float' => '499', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_float', + 'id' => '271', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '49900', + 'sort_key_string' => '', + 'version' => '1', + ], + 160 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '225', + 'contentobject_id' => '69', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="OS-Type-I.jpg" suffix="jpg" basename="OS-Type-I" dirpath="var/ezwebin_site/storage/images/products/software/os-type-i/272-1-eng-US" url="var/ezwebin_site/storage/images/products/software/os-type-i/272-1-eng-US/OS-Type-I.jpg" original_filename="5a7ae69c.jpg" mime_type="image/jpeg" width="148" height="116" alternative_text="OS Type I" alias_key="1293033771" timestamp="1311154175"><original attribute_id="272" attribute_version="1" attribute_language="eng-US"/><information Height="116" Width="148" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '272', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 162 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '227', - 'contentobject_id' => '69', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '272', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 162 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '227', + 'contentobject_id' => '69', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezmultioption option_counter="2"><name>Additional options</name><multioptions><multioption id="1" name="Type" priority="1" default_option_id=""><option id="1" option_id="1" value="Silver" additional_price="10.00"/><option id="2" option_id="2" value="Gold" additional_price="20.00"/></multioption></multioptions></ezmultioption> ', - 'data_type_string' => 'ezmultioption', - 'id' => '274', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 163 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '228', - 'contentobject_id' => '69', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '275', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 164 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '70', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Boxes', - 'data_type_string' => 'ibexa_string', - 'id' => '276', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'boxes', - 'version' => '1', - ], - 165 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '70', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '277', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 168 => [ - 'attribute_original_id' => '280', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '70', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '280', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 169 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '70', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '281', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 170 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '70', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '282', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 171 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '220', - 'contentobject_id' => '71', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'CD/DVD Box I', - 'data_type_string' => 'ibexa_string', - 'id' => '283', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'cd/dvd box i', - 'version' => '1', - ], - 172 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '221', - 'contentobject_id' => '71', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '284', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 175 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '224', - 'contentobject_id' => '71', - 'data_float' => '199', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_float', - 'id' => '287', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '19900', - 'sort_key_string' => '', - 'version' => '1', - ], - 176 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '225', - 'contentobject_id' => '71', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ezmultioption', + 'id' => '274', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 163 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '228', + 'contentobject_id' => '69', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '275', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 164 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '70', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Boxes', + 'data_type_string' => 'ibexa_string', + 'id' => '276', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'boxes', + 'version' => '1', + ], + 165 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '70', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '277', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 168 => [ + 'attribute_original_id' => '280', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '70', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '280', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 169 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '70', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '281', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 170 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '70', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '282', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 171 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '220', + 'contentobject_id' => '71', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'CD/DVD Box I', + 'data_type_string' => 'ibexa_string', + 'id' => '283', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'cd/dvd box i', + 'version' => '1', + ], + 172 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '221', + 'contentobject_id' => '71', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '284', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 175 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '224', + 'contentobject_id' => '71', + 'data_float' => '199', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_float', + 'id' => '287', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '19900', + 'sort_key_string' => '', + 'version' => '1', + ], + 176 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '225', + 'contentobject_id' => '71', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="CD-DVD-Box-I.jpg" suffix="jpg" basename="CD-DVD-Box-I" dirpath="var/ezwebin_site/storage/images/products/boxes/cd-dvd-box-i/288-1-eng-US" url="var/ezwebin_site/storage/images/products/boxes/cd-dvd-box-i/288-1-eng-US/CD-DVD-Box-I.jpg" original_filename="835c5e5d.jpg" mime_type="image/jpeg" width="150" height="114" alternative_text="CD/DVD Box I" alias_key="1293033771" timestamp="1311154176"><original attribute_id="288" attribute_version="1" attribute_language="eng-US"/><information Height="114" Width="150" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '288', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 178 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '227', - 'contentobject_id' => '71', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '288', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 178 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '227', + 'contentobject_id' => '71', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezmultioption option_counter="2"><name>Additional options</name><multioptions><multioption id="1" name="Cover type" priority="1" default_option_id=""><option id="1" option_id="1" value="Soft" additional_price="10.00"/><option id="2" option_id="2" value="Hard" additional_price="15.00"/></multioption></multioptions></ezmultioption> ', - 'data_type_string' => 'ezmultioption', - 'id' => '290', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 179 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '228', - 'contentobject_id' => '71', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '291', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 180 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '220', - 'contentobject_id' => '72', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'CD/DVD Box II', - 'data_type_string' => 'ibexa_string', - 'id' => '292', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'cd/dvd box ii', - 'version' => '1', - ], - 181 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '221', - 'contentobject_id' => '72', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '293', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 184 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '224', - 'contentobject_id' => '72', - 'data_float' => '299', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_float', - 'id' => '296', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '29900', - 'sort_key_string' => '', - 'version' => '1', - ], - 185 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '225', - 'contentobject_id' => '72', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ezmultioption', + 'id' => '290', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 179 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '228', + 'contentobject_id' => '71', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '291', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 180 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '220', + 'contentobject_id' => '72', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'CD/DVD Box II', + 'data_type_string' => 'ibexa_string', + 'id' => '292', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'cd/dvd box ii', + 'version' => '1', + ], + 181 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '221', + 'contentobject_id' => '72', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '293', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 184 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '224', + 'contentobject_id' => '72', + 'data_float' => '299', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_float', + 'id' => '296', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '29900', + 'sort_key_string' => '', + 'version' => '1', + ], + 185 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '225', + 'contentobject_id' => '72', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="CD-DVD-Box-II.jpg" suffix="jpg" basename="CD-DVD-Box-II" dirpath="var/ezwebin_site/storage/images/products/boxes/cd-dvd-box-ii/297-1-eng-US" url="var/ezwebin_site/storage/images/products/boxes/cd-dvd-box-ii/297-1-eng-US/CD-DVD-Box-II.jpg" original_filename="f2444e89.jpg" mime_type="image/jpeg" width="152" height="124" alternative_text="CD/DVD Box II" alias_key="1293033771" timestamp="1311154176"><original attribute_id="297" attribute_version="1" attribute_language="eng-US"/><information Height="124" Width="152" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '297', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 187 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '227', - 'contentobject_id' => '72', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '297', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 187 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '227', + 'contentobject_id' => '72', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezmultioption option_counter="2"><name>Additional options</name><multioptions><multioption id="1" name="Cover type" priority="1" default_option_id=""><option id="1" option_id="1" value="Soft" additional_price="10.00"/><option id="2" option_id="2" value="Hard" additional_price="15.00"/></multioption></multioptions></ezmultioption> ', - 'data_type_string' => 'ezmultioption', - 'id' => '299', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 188 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '228', - 'contentobject_id' => '72', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '300', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 189 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '220', - 'contentobject_id' => '73', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'CD/DVD Box III', - 'data_type_string' => 'ibexa_string', - 'id' => '301', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'cd/dvd box iii', - 'version' => '1', - ], - 190 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '221', - 'contentobject_id' => '73', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '302', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 193 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '224', - 'contentobject_id' => '73', - 'data_float' => '99', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_float', - 'id' => '305', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '9900', - 'sort_key_string' => '', - 'version' => '1', - ], - 194 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '225', - 'contentobject_id' => '73', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ezmultioption', + 'id' => '299', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 188 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '228', + 'contentobject_id' => '72', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '300', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 189 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '220', + 'contentobject_id' => '73', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'CD/DVD Box III', + 'data_type_string' => 'ibexa_string', + 'id' => '301', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'cd/dvd box iii', + 'version' => '1', + ], + 190 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '221', + 'contentobject_id' => '73', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '302', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 193 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '224', + 'contentobject_id' => '73', + 'data_float' => '99', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_float', + 'id' => '305', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '9900', + 'sort_key_string' => '', + 'version' => '1', + ], + 194 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '225', + 'contentobject_id' => '73', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="CD-DVD-Box-III.jpg" suffix="jpg" basename="CD-DVD-Box-III" dirpath="var/ezwebin_site/storage/images/products/boxes/cd-dvd-box-iii/306-1-eng-US" url="var/ezwebin_site/storage/images/products/boxes/cd-dvd-box-iii/306-1-eng-US/CD-DVD-Box-III.jpg" original_filename="eff90c13.jpg" mime_type="image/jpeg" width="150" height="108" alternative_text="CD/DVD Box III" alias_key="1293033771" timestamp="1311154176"><original attribute_id="306" attribute_version="1" attribute_language="eng-US"/><information Height="108" Width="150" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '306', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 196 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '227', - 'contentobject_id' => '73', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '306', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 196 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '227', + 'contentobject_id' => '73', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezmultioption option_counter="2"><name>Additional options</name><multioptions><multioption id="1" name="Cover type" priority="1" default_option_id=""><option id="1" option_id="1" value="Soft" additional_price="10.00"/><option id="2" option_id="2" value="Hard" additional_price="15.00"/></multioption></multioptions></ezmultioption> ', - 'data_type_string' => 'ezmultioption', - 'id' => '308', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 197 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '228', - 'contentobject_id' => '73', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '309', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 198 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '74', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Products sheets', - 'data_type_string' => 'ibexa_string', - 'id' => '310', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'products sheets', - 'version' => '1', - ], - 199 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '74', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '311', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 202 => [ - 'attribute_original_id' => '314', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '74', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '314', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 203 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '74', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '315', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 204 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '74', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '316', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 205 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '75', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Solutions', - 'data_type_string' => 'ibexa_string', - 'id' => '317', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'solutions', - 'version' => '1', - ], - 206 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '75', - 'data_float' => '0', - 'data_int' => '64', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '318', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '64', - 'sort_key_string' => '', - 'version' => '1', - ], - 211 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '75', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '323', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 212 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '76', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Web publishing', - 'data_type_string' => 'ibexa_string', - 'id' => '324', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'web publishing', - 'version' => '1', - ], - 213 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '76', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '325', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 216 => [ - 'attribute_original_id' => '328', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '76', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '328', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 217 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '76', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '329', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 218 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '76', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '330', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 219 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Fusce sagittis sagittis', - 'data_type_string' => 'ibexa_string', - 'id' => '331', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'fusce sagittis sagittis', - 'version' => '1', - ], - 220 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '332', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 221 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ezmultioption', + 'id' => '308', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 197 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '228', + 'contentobject_id' => '73', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '309', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 198 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '74', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Products sheets', + 'data_type_string' => 'ibexa_string', + 'id' => '310', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'products sheets', + 'version' => '1', + ], + 199 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '74', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '311', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 202 => [ + 'attribute_original_id' => '314', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '74', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '314', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 203 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '74', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '315', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 204 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '74', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '316', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 205 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '75', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Solutions', + 'data_type_string' => 'ibexa_string', + 'id' => '317', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'solutions', + 'version' => '1', + ], + 206 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '75', + 'data_float' => '0', + 'data_int' => '64', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '318', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '64', + 'sort_key_string' => '', + 'version' => '1', + ], + 211 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '75', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '323', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 212 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '76', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Web publishing', + 'data_type_string' => 'ibexa_string', + 'id' => '324', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'web publishing', + 'version' => '1', + ], + 213 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '76', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '325', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 216 => [ + 'attribute_original_id' => '328', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '76', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '328', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 217 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '76', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '329', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 218 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '76', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '330', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 219 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Fusce sagittis sagittis', + 'data_type_string' => 'ibexa_string', + 'id' => '331', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'fusce sagittis sagittis', + 'version' => '1', + ], + 220 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '332', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 221 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '333', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 224 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '336', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 225 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '333', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 224 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '336', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 225 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Fusce-sagittis-sagittis.jpg" suffix="jpg" basename="Fusce-sagittis-sagittis" dirpath="var/ezwebin_site/storage/images/solutions/web-publishing/fusce-sagittis-sagittis/337-1-eng-US" url="var/ezwebin_site/storage/images/solutions/web-publishing/fusce-sagittis-sagittis/337-1-eng-US/Fusce-sagittis-sagittis.jpg" original_filename="cf8327d1.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Fusce sagittis" alias_key="1293033771" timestamp="1311154177"><original attribute_id="337" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '337', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 227 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => '1174643880', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '339', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174643880', - 'sort_key_string' => '', - 'version' => '1', - ], - 228 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '340', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 229 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '77', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '341', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 231 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Etiam posuere sodales arcu', - 'data_type_string' => 'ibexa_string', - 'id' => '343', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'etiam posuere sodales arcu', - 'version' => '1', - ], - 232 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '344', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 233 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '337', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 227 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => '1174643880', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '339', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174643880', + 'sort_key_string' => '', + 'version' => '1', + ], + 228 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '340', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 229 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '77', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '341', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 231 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Etiam posuere sodales arcu', + 'data_type_string' => 'ibexa_string', + 'id' => '343', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'etiam posuere sodales arcu', + 'version' => '1', + ], + 232 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '344', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 233 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '345', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 236 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '348', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 237 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '345', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 236 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '348', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 237 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Etiam-posuere-sodales-arcu.jpg" suffix="jpg" basename="Etiam-posuere-sodales-arcu" dirpath="var/ezwebin_site/storage/images/solutions/web-publishing/etiam-posuere-sodales-arcu/349-1-eng-US" url="var/ezwebin_site/storage/images/solutions/web-publishing/etiam-posuere-sodales-arcu/349-1-eng-US/Etiam-posuere-sodales-arcu.jpg" original_filename="6e62eb23.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Vivamus sed" alias_key="1293033771" timestamp="1311154178"><original attribute_id="349" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '349', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 239 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => '1174644060', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '351', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174644060', - 'sort_key_string' => '', - 'version' => '1', - ], - 240 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '352', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 241 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '78', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '353', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 243 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'In hac habitasse platea', - 'data_type_string' => 'ibexa_string', - 'id' => '355', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'in hac habitasse platea', - 'version' => '1', - ], - 244 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '356', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 245 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '349', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 239 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => '1174644060', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '351', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174644060', + 'sort_key_string' => '', + 'version' => '1', + ], + 240 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '352', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 241 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '78', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '353', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 243 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'In hac habitasse platea', + 'data_type_string' => 'ibexa_string', + 'id' => '355', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'in hac habitasse platea', + 'version' => '1', + ], + 244 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '356', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 245 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '357', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 248 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '360', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 249 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '357', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 248 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '360', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 249 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="In-hac-habitasse-platea.jpg" suffix="jpg" basename="In-hac-habitasse-platea" dirpath="var/ezwebin_site/storage/images/solutions/web-publishing/in-hac-habitasse-platea/361-1-eng-US" url="var/ezwebin_site/storage/images/solutions/web-publishing/in-hac-habitasse-platea/361-1-eng-US/In-hac-habitasse-platea.jpg" original_filename="f36b1c32.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="In hac habitasse" alias_key="1293033771" timestamp="1311154178"><original attribute_id="361" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '361', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 251 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => '1174643640', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '363', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174643640', - 'sort_key_string' => '', - 'version' => '1', - ], - 252 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '364', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 253 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '79', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '365', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 255 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '80', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Content management', - 'data_type_string' => 'ibexa_string', - 'id' => '367', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'content management', - 'version' => '1', - ], - 256 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '80', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '368', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 259 => [ - 'attribute_original_id' => '371', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '80', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '371', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 260 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '80', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '372', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 261 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '80', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '373', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 262 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Fusce sagittis sagittis urna', - 'data_type_string' => 'ibexa_string', - 'id' => '374', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'fusce sagittis sagittis urna', - 'version' => '1', - ], - 263 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '375', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 264 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '361', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 251 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => '1174643640', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '363', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174643640', + 'sort_key_string' => '', + 'version' => '1', + ], + 252 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '364', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 253 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '79', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '365', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 255 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '80', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Content management', + 'data_type_string' => 'ibexa_string', + 'id' => '367', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'content management', + 'version' => '1', + ], + 256 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '80', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '368', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 259 => [ + 'attribute_original_id' => '371', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '80', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '371', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 260 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '80', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '372', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 261 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '80', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '373', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 262 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Fusce sagittis sagittis urna', + 'data_type_string' => 'ibexa_string', + 'id' => '374', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'fusce sagittis sagittis urna', + 'version' => '1', + ], + 263 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '375', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 264 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '376', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 267 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '379', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 268 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '376', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 267 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '379', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 268 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154179"><original attribute_id="380" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '380', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 270 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => '1174645140', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '382', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174645140', - 'sort_key_string' => '', - 'version' => '1', - ], - 271 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '383', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 272 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '81', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '384', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 274 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Class aptent taciti sociosqu', - 'data_type_string' => 'ibexa_string', - 'id' => '386', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'class aptent taciti sociosqu', - 'version' => '1', - ], - 275 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '387', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 276 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '380', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 270 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => '1174645140', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '382', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174645140', + 'sort_key_string' => '', + 'version' => '1', + ], + 271 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '383', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 272 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '81', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '384', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 274 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Class aptent taciti sociosqu', + 'data_type_string' => 'ibexa_string', + 'id' => '386', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'class aptent taciti sociosqu', + 'version' => '1', + ], + 275 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '387', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 276 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '388', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 279 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '391', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 280 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '388', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 279 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '391', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 280 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154179"><original attribute_id="392" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '392', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 282 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => '1174645260', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '394', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174645260', - 'sort_key_string' => '', - 'version' => '1', - ], - 283 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '395', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 284 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '82', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '396', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 286 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Aenean malesuada ligula', - 'data_type_string' => 'ibexa_string', - 'id' => '398', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'aenean malesuada ligula', - 'version' => '1', - ], - 287 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '399', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 288 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '392', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 282 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => '1174645260', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '394', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174645260', + 'sort_key_string' => '', + 'version' => '1', + ], + 283 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '395', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 284 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '82', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '396', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 286 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Aenean malesuada ligula', + 'data_type_string' => 'ibexa_string', + 'id' => '398', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'aenean malesuada ligula', + 'version' => '1', + ], + 287 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '399', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 288 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '400', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 291 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '403', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 292 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '400', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 291 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '403', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 292 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154179"><original attribute_id="404" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '404', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 294 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => '1174645260', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '406', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1174645260', - 'sort_key_string' => '', - 'version' => '1', - ], - 295 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '407', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 296 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '83', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '408', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 298 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '84', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Training', - 'data_type_string' => 'ibexa_string', - 'id' => '410', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'training', - 'version' => '1', - ], - 299 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '84', - 'data_float' => '0', - 'data_int' => '63', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '411', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '63', - 'sort_key_string' => '', - 'version' => '1', - ], - 304 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '84', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '416', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 305 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '85', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Certification', - 'data_type_string' => 'ibexa_string', - 'id' => '417', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'certification', - 'version' => '1', - ], - 306 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '85', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '418', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 309 => [ - 'attribute_original_id' => '421', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '85', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '421', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 310 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '85', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '422', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 311 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '85', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '423', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 312 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '86', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Professional workshops', - 'data_type_string' => 'ibexa_string', - 'id' => '424', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'professional workshops', - 'version' => '1', - ], - 313 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '86', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '425', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 316 => [ - 'attribute_original_id' => '428', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '86', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '428', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 317 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '86', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '429', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 318 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '86', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '430', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 319 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Etiam sodales mauris', - 'data_type_string' => 'ibexa_string', - 'id' => '431', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'etiam sodales mauris', - 'version' => '1', - ], - 320 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '432', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 321 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '404', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 294 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => '1174645260', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '406', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1174645260', + 'sort_key_string' => '', + 'version' => '1', + ], + 295 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '407', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 296 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '83', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '408', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 298 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '84', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Training', + 'data_type_string' => 'ibexa_string', + 'id' => '410', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'training', + 'version' => '1', + ], + 299 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '84', + 'data_float' => '0', + 'data_int' => '63', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '411', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '63', + 'sort_key_string' => '', + 'version' => '1', + ], + 304 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '84', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '416', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 305 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '85', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Certification', + 'data_type_string' => 'ibexa_string', + 'id' => '417', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'certification', + 'version' => '1', + ], + 306 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '85', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '418', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 309 => [ + 'attribute_original_id' => '421', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '85', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '421', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 310 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '85', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '422', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 311 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '85', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '423', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 312 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '86', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Professional workshops', + 'data_type_string' => 'ibexa_string', + 'id' => '424', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'professional workshops', + 'version' => '1', + ], + 313 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '86', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '425', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 316 => [ + 'attribute_original_id' => '428', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '86', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '428', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 317 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '86', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '429', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 318 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '86', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '430', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 319 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Etiam sodales mauris', + 'data_type_string' => 'ibexa_string', + 'id' => '431', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'etiam sodales mauris', + 'version' => '1', + ], + 320 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '432', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 321 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '433', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 324 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '436', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 325 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '433', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 324 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '436', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 325 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Etiam-sodales-mauris.jpg" suffix="jpg" basename="Etiam-sodales-mauris" dirpath="var/ezwebin_site/storage/images/training/professional-workshops/etiam-sodales-mauris/437-1-eng-US" url="var/ezwebin_site/storage/images/training/professional-workshops/etiam-sodales-mauris/437-1-eng-US/Etiam-sodales-mauris.jpg" original_filename="7fa13e41.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Etiam sodales" alias_key="1293033771" timestamp="1311154180"><original attribute_id="437" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '437', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 327 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => '1175235780', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '439', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175235780', - 'sort_key_string' => '', - 'version' => '1', - ], - 328 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '440', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 329 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '87', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '441', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 331 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Class aptent taciti', - 'data_type_string' => 'ibexa_string', - 'id' => '443', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'class aptent taciti', - 'version' => '1', - ], - 332 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '444', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 333 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '437', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 327 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => '1175235780', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '439', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175235780', + 'sort_key_string' => '', + 'version' => '1', + ], + 328 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '440', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 329 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '87', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '441', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 331 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Class aptent taciti', + 'data_type_string' => 'ibexa_string', + 'id' => '443', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'class aptent taciti', + 'version' => '1', + ], + 332 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '444', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 333 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '445', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 336 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '448', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 337 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '445', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 336 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '448', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 337 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Class-aptent-taciti.jpg" suffix="jpg" basename="Class-aptent-taciti" dirpath="var/ezwebin_site/storage/images/training/professional-workshops/class-aptent-taciti/449-1-eng-US" url="var/ezwebin_site/storage/images/training/professional-workshops/class-aptent-taciti/449-1-eng-US/Class-aptent-taciti.jpg" original_filename="579f544b.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Class aptent" alias_key="1293033771" timestamp="1311154180"><original attribute_id="449" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '449', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 339 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => '1175236020', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '451', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175236020', - 'sort_key_string' => '', - 'version' => '1', - ], - 340 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '452', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 341 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '88', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '453', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 343 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Duis auctor vehicula erat', - 'data_type_string' => 'ibexa_string', - 'id' => '455', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'duis auctor vehicula erat', - 'version' => '1', - ], - 344 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '456', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 345 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '449', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 339 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => '1175236020', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '451', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175236020', + 'sort_key_string' => '', + 'version' => '1', + ], + 340 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '452', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 341 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '88', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '453', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 343 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Duis auctor vehicula erat', + 'data_type_string' => 'ibexa_string', + 'id' => '455', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'duis auctor vehicula erat', + 'version' => '1', + ], + 344 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '456', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 345 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '457', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 348 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '460', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 349 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '457', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 348 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '460', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 349 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Duis-auctor-vehicula-erat.jpg" suffix="jpg" basename="Duis-auctor-vehicula-erat" dirpath="var/ezwebin_site/storage/images/training/professional-workshops/duis-auctor-vehicula-erat/461-1-eng-US" url="var/ezwebin_site/storage/images/training/professional-workshops/duis-auctor-vehicula-erat/461-1-eng-US/Duis-auctor-vehicula-erat.jpg" original_filename="15509f33.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Duis auctor" alias_key="1293033771" timestamp="1311154181"><original attribute_id="461" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '461', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 351 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => '1175236920', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '463', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175236920', - 'sort_key_string' => '', - 'version' => '1', - ], - 352 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '464', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 353 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '89', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '465', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 355 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '316', - 'contentobject_id' => '90', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Events and seminars', - 'data_type_string' => 'ibexa_string', - 'id' => '467', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'events and seminars', - 'version' => '1', - ], - 356 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '317', - 'contentobject_id' => '90', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '468', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 357 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '318', - 'contentobject_id' => '90', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '0', - 'data_type_string' => 'ibexa_selection', - 'id' => '469', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '0', - 'version' => '1', - ], - 358 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '91', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Self-paced courses', - 'data_type_string' => 'ibexa_string', - 'id' => '470', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'self-paced courses', - 'version' => '1', - ], - 359 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '91', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '471', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 362 => [ - 'attribute_original_id' => '474', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '91', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '474', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 363 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '91', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '475', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 364 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '91', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '476', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 365 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '92', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Instructor-led courses', - 'data_type_string' => 'ibexa_string', - 'id' => '477', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'instructor-led courses', - 'version' => '1', - ], - 366 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '92', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '478', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 369 => [ - 'attribute_original_id' => '481', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '92', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '481', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 370 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '92', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '482', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 371 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '92', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '483', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 372 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '93', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Additional learning resources', - 'data_type_string' => 'ibexa_string', - 'id' => '484', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'additional learning resources', - 'version' => '1', - ], - 373 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '93', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '485', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 376 => [ - 'attribute_original_id' => '488', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '93', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '488', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 377 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '93', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '489', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 378 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '93', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '490', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 379 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '94', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Support', - 'data_type_string' => 'ibexa_string', - 'id' => '491', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'support', - 'version' => '1', - ], - 380 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '94', - 'data_float' => '0', - 'data_int' => '62', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '492', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '62', - 'sort_key_string' => '', - 'version' => '1', - ], - 385 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '94', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '497', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 386 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '95', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Knowledgebase', - 'data_type_string' => 'ibexa_string', - 'id' => '498', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'knowledgebase', - 'version' => '1', - ], - 388 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '95', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '500', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 389 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '95', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '501', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 390 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '96', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Sed suscipit', - 'data_type_string' => 'ibexa_string', - 'id' => '502', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'sed suscipit', - 'version' => '1', - ], - 392 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '96', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '504', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 393 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '96', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '505', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 394 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '97', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Ut interdum', - 'data_type_string' => 'ibexa_string', - 'id' => '506', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ut interdum', - 'version' => '1', - ], - 396 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '97', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '508', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 397 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '97', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '509', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 398 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '98', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Documentation', - 'data_type_string' => 'ibexa_string', - 'id' => '510', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'documentation', - 'version' => '1', - ], - 400 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '98', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '512', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 401 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '98', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '513', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 402 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '99', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Mauris pretium', - 'data_type_string' => 'ibexa_string', - 'id' => '514', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'mauris pretium', - 'version' => '1', - ], - 404 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '99', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '516', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 405 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '99', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '517', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 406 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '100', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Aliquam posuere', - 'data_type_string' => 'ibexa_string', - 'id' => '518', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'aliquam posuere', - 'version' => '1', - ], - 408 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '100', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '520', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 409 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '100', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '521', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 410 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '101', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Books', - 'data_type_string' => 'ibexa_string', - 'id' => '522', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'books', - 'version' => '1', - ], - 411 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '101', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '523', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 414 => [ - 'attribute_original_id' => '526', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '101', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '526', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 415 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '101', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '527', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 416 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '101', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '528', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 417 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Aliquam pulvinar suscipit tellus', - 'data_type_string' => 'ibexa_string', - 'id' => '529', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'aliquam pulvinar suscipit tellus', - 'version' => '1', - ], - 418 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '530', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 419 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '461', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 351 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => '1175236920', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '463', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175236920', + 'sort_key_string' => '', + 'version' => '1', + ], + 352 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '464', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 353 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '89', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '465', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 355 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '316', + 'contentobject_id' => '90', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Events and seminars', + 'data_type_string' => 'ibexa_string', + 'id' => '467', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'events and seminars', + 'version' => '1', + ], + 356 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '317', + 'contentobject_id' => '90', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '468', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 357 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '318', + 'contentobject_id' => '90', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '0', + 'data_type_string' => 'ibexa_selection', + 'id' => '469', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '0', + 'version' => '1', + ], + 358 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '91', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Self-paced courses', + 'data_type_string' => 'ibexa_string', + 'id' => '470', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'self-paced courses', + 'version' => '1', + ], + 359 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '91', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '471', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 362 => [ + 'attribute_original_id' => '474', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '91', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '474', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 363 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '91', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '475', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 364 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '91', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '476', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 365 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '92', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Instructor-led courses', + 'data_type_string' => 'ibexa_string', + 'id' => '477', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'instructor-led courses', + 'version' => '1', + ], + 366 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '92', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '478', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 369 => [ + 'attribute_original_id' => '481', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '92', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '481', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 370 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '92', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '482', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 371 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '92', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '483', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 372 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '93', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Additional learning resources', + 'data_type_string' => 'ibexa_string', + 'id' => '484', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'additional learning resources', + 'version' => '1', + ], + 373 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '93', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '485', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 376 => [ + 'attribute_original_id' => '488', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '93', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '488', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 377 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '93', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '489', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 378 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '93', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '490', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 379 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '94', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Support', + 'data_type_string' => 'ibexa_string', + 'id' => '491', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'support', + 'version' => '1', + ], + 380 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '94', + 'data_float' => '0', + 'data_int' => '62', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '492', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '62', + 'sort_key_string' => '', + 'version' => '1', + ], + 385 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '94', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '497', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 386 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '95', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Knowledgebase', + 'data_type_string' => 'ibexa_string', + 'id' => '498', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'knowledgebase', + 'version' => '1', + ], + 388 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '95', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '500', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 389 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '95', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '501', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 390 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '96', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Sed suscipit', + 'data_type_string' => 'ibexa_string', + 'id' => '502', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'sed suscipit', + 'version' => '1', + ], + 392 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '96', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '504', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 393 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '96', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '505', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 394 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '97', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Ut interdum', + 'data_type_string' => 'ibexa_string', + 'id' => '506', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ut interdum', + 'version' => '1', + ], + 396 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '97', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '508', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 397 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '97', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '509', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 398 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '98', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Documentation', + 'data_type_string' => 'ibexa_string', + 'id' => '510', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'documentation', + 'version' => '1', + ], + 400 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '98', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '512', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 401 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '98', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '513', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 402 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '99', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Mauris pretium', + 'data_type_string' => 'ibexa_string', + 'id' => '514', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'mauris pretium', + 'version' => '1', + ], + 404 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '99', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '516', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 405 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '99', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '517', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 406 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '100', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Aliquam posuere', + 'data_type_string' => 'ibexa_string', + 'id' => '518', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'aliquam posuere', + 'version' => '1', + ], + 408 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '100', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '520', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 409 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '100', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '521', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 410 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '101', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Books', + 'data_type_string' => 'ibexa_string', + 'id' => '522', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'books', + 'version' => '1', + ], + 411 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '101', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '523', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 414 => [ + 'attribute_original_id' => '526', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '101', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '526', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 415 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '101', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '527', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 416 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '101', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '528', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 417 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Aliquam pulvinar suscipit tellus', + 'data_type_string' => 'ibexa_string', + 'id' => '529', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'aliquam pulvinar suscipit tellus', + 'version' => '1', + ], + 418 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '530', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 419 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '531', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 422 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '534', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 423 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '531', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 422 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '534', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 423 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Aliquam-pulvinar-suscipit-tellus.jpg" suffix="jpg" basename="Aliquam-pulvinar-suscipit-tellus" dirpath="var/ezwebin_site/storage/images/support/books/aliquam-pulvinar-suscipit-tellus/535-1-eng-US" url="var/ezwebin_site/storage/images/support/books/aliquam-pulvinar-suscipit-tellus/535-1-eng-US/Aliquam-pulvinar-suscipit-tellus.jpg" original_filename="7bf18646.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Aliquam pulvinar" alias_key="1293033771" timestamp="1311154184"><original attribute_id="535" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '535', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 425 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => '1175496180', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '537', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175496180', - 'sort_key_string' => '', - 'version' => '1', - ], - 426 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '538', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 427 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '102', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '539', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 429 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '103', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Customer Service', - 'data_type_string' => 'ibexa_string', - 'id' => '541', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'customer service', - 'version' => '1', - ], - 430 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '103', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '542', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 433 => [ - 'attribute_original_id' => '545', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '103', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '545', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 434 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '103', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '546', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 435 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '103', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '547', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 436 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '104', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Support Programs', - 'data_type_string' => 'ibexa_string', - 'id' => '548', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'support programs', - 'version' => '1', - ], - 437 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '104', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '549', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 440 => [ - 'attribute_original_id' => '552', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '104', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '552', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 441 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '104', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '553', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 442 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '104', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '554', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 443 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '105', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Getting started', - 'data_type_string' => 'ibexa_string', - 'id' => '555', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'getting started', - 'version' => '1', - ], - 444 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '105', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '556', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 447 => [ - 'attribute_original_id' => '559', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '105', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '559', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 448 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '105', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '560', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 449 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '105', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '561', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 450 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Tutorials for', - 'data_type_string' => 'ibexa_string', - 'id' => '562', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'tutorials for', - 'version' => '1', - ], - 451 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '563', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 452 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '535', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 425 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => '1175496180', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '537', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175496180', + 'sort_key_string' => '', + 'version' => '1', + ], + 426 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '538', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 427 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '102', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '539', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 429 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '103', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Customer Service', + 'data_type_string' => 'ibexa_string', + 'id' => '541', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'customer service', + 'version' => '1', + ], + 430 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '103', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '542', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 433 => [ + 'attribute_original_id' => '545', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '103', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '545', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 434 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '103', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '546', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 435 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '103', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '547', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 436 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '104', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Support Programs', + 'data_type_string' => 'ibexa_string', + 'id' => '548', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'support programs', + 'version' => '1', + ], + 437 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '104', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '549', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 440 => [ + 'attribute_original_id' => '552', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '104', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '552', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 441 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '104', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '553', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 442 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '104', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '554', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 443 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '105', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Getting started', + 'data_type_string' => 'ibexa_string', + 'id' => '555', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'getting started', + 'version' => '1', + ], + 444 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '105', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '556', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 447 => [ + 'attribute_original_id' => '559', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '105', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '559', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 448 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '105', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '560', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 449 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '105', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '561', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 450 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Tutorials for', + 'data_type_string' => 'ibexa_string', + 'id' => '562', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'tutorials for', + 'version' => '1', + ], + 451 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '563', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 452 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '564', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 455 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '567', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 456 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '564', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 455 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '567', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 456 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154185"><original attribute_id="568" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '568', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 458 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '570', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 459 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '571', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 460 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '106', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '572', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 462 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Get involved', - 'data_type_string' => 'ibexa_string', - 'id' => '574', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'get involved', - 'version' => '1', - ], - 463 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '575', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 464 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '568', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 458 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '570', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 459 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '571', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 460 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '106', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '572', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 462 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Get involved', + 'data_type_string' => 'ibexa_string', + 'id' => '574', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'get involved', + 'version' => '1', + ], + 463 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '575', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 464 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '576', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 467 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '579', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 468 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '576', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 467 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '579', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 468 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154185"><original attribute_id="580" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '580', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 470 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '582', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 471 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '583', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 472 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '107', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '584', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 474 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to use Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '586', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to use ibexa', - 'version' => '1', - ], - 475 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '587', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 476 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '580', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 470 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '582', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 471 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '583', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 472 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '107', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '584', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 474 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to use Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '586', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to use ibexa', + 'version' => '1', + ], + 475 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '587', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 476 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '588', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 479 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '591', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 480 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '588', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 479 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '591', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 480 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="How-to-use-Ibexa.jpg" suffix="jpg" basename="How-to-use-Ibexa" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/592-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/592-1-eng-US/How-to-use-Ibexa.jpg" original_filename="affa2705.jpg" mime_type="image/jpeg" width="540" height="351" alternative_text="" alias_key="1293033771" timestamp="1311154185"><original attribute_id="592" attribute_version="1" attribute_language="eng-US"/><information Height="351" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '592', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 482 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '594', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 483 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '595', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 484 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '108', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '596', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 486 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '109', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '598', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 488 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '109', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '592', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 482 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '594', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 483 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '595', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 484 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '108', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '596', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 486 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '109', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '598', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 488 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '109', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics1/600-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics1/600-1-eng-US/graphics1.jpg" original_filename="c6a49b95.jpg" mime_type="image/jpeg" width="540" height="351" alternative_text="" alias_key="1293033771" timestamp="1311154186"><original attribute_id="600" attribute_version="1" attribute_language="eng-US"/><information Height="351" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '600', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 489 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '109', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '601', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 490 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '110', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '602', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 492 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '110', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '600', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 489 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '109', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '601', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 490 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '110', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '602', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 492 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '110', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics12/604-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics12/604-1-eng-US/graphics1.jpg" original_filename="afc64b77.jpg" mime_type="image/jpeg" width="540" height="357" alternative_text="" alias_key="1293033771" timestamp="1311154186"><original attribute_id="604" attribute_version="1" attribute_language="eng-US"/><information Height="357" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '604', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 493 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '110', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '605', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 494 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '111', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '606', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 496 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '111', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '604', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 493 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '110', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '605', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 494 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '111', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '606', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 496 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '111', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics13/608-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics13/608-1-eng-US/graphics1.jpg" original_filename="ccb0f9f7.jpg" mime_type="image/jpeg" width="540" height="419" alternative_text="" alias_key="1293033771" timestamp="1311154186"><original attribute_id="608" attribute_version="1" attribute_language="eng-US"/><information Height="419" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '608', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 497 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '111', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '609', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 498 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '112', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '610', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 500 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '112', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '608', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 497 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '111', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '609', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 498 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '112', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '610', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 500 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '112', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics14/612-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics14/612-1-eng-US/graphics1.jpg" original_filename="be2fb4a2.jpg" mime_type="image/jpeg" width="540" height="404" alternative_text="" alias_key="1293033771" timestamp="1311154186"><original attribute_id="612" attribute_version="1" attribute_language="eng-US"/><information Height="404" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '612', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 501 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '112', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '613', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 502 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '113', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '614', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 504 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '113', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '612', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 501 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '112', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '613', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 502 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '113', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '614', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 504 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '113', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics15/616-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics15/616-1-eng-US/graphics1.jpg" original_filename="2db91653.jpg" mime_type="image/jpeg" width="540" height="347" alternative_text="" alias_key="1293033771" timestamp="1311154187"><original attribute_id="616" attribute_version="1" attribute_language="eng-US"/><information Height="347" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '616', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 505 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '113', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '617', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 506 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '114', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '618', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 508 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '114', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '616', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 505 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '113', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '617', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 506 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '114', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '618', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 508 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '114', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics16/620-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics16/620-1-eng-US/graphics1.jpg" original_filename="b14081cb.jpg" mime_type="image/jpeg" width="540" height="409" alternative_text="" alias_key="1293033771" timestamp="1311154187"><original attribute_id="620" attribute_version="1" attribute_language="eng-US"/><information Height="409" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '620', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 509 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '114', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '621', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 510 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '115', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '622', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 512 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '115', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '620', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 509 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '114', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '621', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 510 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '115', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '622', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 512 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '115', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics17/624-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics17/624-1-eng-US/graphics1.jpg" original_filename="dd1815c4.jpg" mime_type="image/jpeg" width="540" height="425" alternative_text="" alias_key="1293033771" timestamp="1311154187"><original attribute_id="624" attribute_version="1" attribute_language="eng-US"/><information Height="425" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '624', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 513 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '115', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '625', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 514 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '116', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '626', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 516 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '116', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '624', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 513 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '115', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '625', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 514 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '116', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '626', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 516 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '116', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics18/628-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics18/628-1-eng-US/graphics1.jpg" original_filename="485af257.jpg" mime_type="image/jpeg" width="540" height="346" alternative_text="" alias_key="1293033771" timestamp="1311154187"><original attribute_id="628" attribute_version="1" attribute_language="eng-US"/><information Height="346" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '628', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 517 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '116', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '629', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 518 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '117', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '630', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 520 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '117', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '628', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 517 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '116', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '629', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 518 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '117', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '630', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 520 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '117', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics19/632-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-use-ibexa-dxp/graphics19/632-1-eng-US/graphics1.jpg" original_filename="1a13bc86.jpg" mime_type="image/jpeg" width="540" height="351" alternative_text="" alias_key="1293033771" timestamp="1311154187"><original attribute_id="632" attribute_version="1" attribute_language="eng-US"/><information Height="351" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '632', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 521 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '117', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '633', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 522 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to manage Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '634', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to manage ibexa', - 'version' => '1', - ], - 523 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '635', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 524 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '632', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 521 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '117', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '633', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 522 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to manage Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '634', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to manage ibexa', + 'version' => '1', + ], + 523 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '635', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 524 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '636', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 527 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '639', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 528 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '636', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 527 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '639', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 528 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="How-to-manage-Ibexa.jpg" suffix="jpg" basename="How-to-manage-Ibexa" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/640-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/640-1-eng-US/How-to-manage-Ibexa.jpg" original_filename="c6fabb5a.jpg" mime_type="image/jpeg" width="540" height="332" alternative_text="" alias_key="1293033771" timestamp="1311154187"><original attribute_id="640" attribute_version="1" attribute_language="eng-US"/><information Height="332" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '640', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 530 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '642', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 531 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '643', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 532 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '118', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '644', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 534 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '119', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '646', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 536 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '119', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '640', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 530 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '642', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 531 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '643', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 532 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '118', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '644', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 534 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '119', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '646', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 536 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '119', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics1/648-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics1/648-1-eng-US/graphics1.jpg" original_filename="3268defa.jpg" mime_type="image/jpeg" width="540" height="332" alternative_text="" alias_key="1293033771" timestamp="1311154188"><original attribute_id="648" attribute_version="1" attribute_language="eng-US"/><information Height="332" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '648', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 537 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '119', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '649', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 538 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '120', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '650', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 540 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '120', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '648', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 537 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '119', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '649', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 538 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '120', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '650', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 540 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '120', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics12/652-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics12/652-1-eng-US/graphics1.jpg" original_filename="06b28423.jpg" mime_type="image/jpeg" width="540" height="346" alternative_text="" alias_key="1293033771" timestamp="1311154188"><original attribute_id="652" attribute_version="1" attribute_language="eng-US"/><information Height="346" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '652', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 541 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '120', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '653', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 542 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '121', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '654', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 544 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '121', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '652', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 541 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '120', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '653', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 542 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '121', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '654', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 544 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '121', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics13/656-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics13/656-1-eng-US/graphics1.jpg" original_filename="fb93c150.jpg" mime_type="image/jpeg" width="540" height="414" alternative_text="" alias_key="1293033771" timestamp="1311154188"><original attribute_id="656" attribute_version="1" attribute_language="eng-US"/><information Height="414" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '656', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 545 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '121', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '657', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 546 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '122', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '658', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 548 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '122', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '656', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 545 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '121', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '657', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 546 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '122', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '658', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 548 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '122', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics14/660-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics14/660-1-eng-US/graphics1.jpg" original_filename="e472d575.jpg" mime_type="image/jpeg" width="540" height="346" alternative_text="" alias_key="1293033771" timestamp="1311154188"><original attribute_id="660" attribute_version="1" attribute_language="eng-US"/><information Height="346" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '660', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 549 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '122', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '661', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 550 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '123', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '662', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 552 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '123', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '660', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 549 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '122', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '661', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 550 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '123', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '662', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 552 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '123', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.png" suffix="png" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics15/664-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics15/664-1-eng-US/graphics1.png" original_filename="724f9667.png" mime_type="image/png" width="500" height="409" alternative_text="" alias_key="1293033771" timestamp="1311154188"><original attribute_id="664" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '664', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 553 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '123', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '665', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 554 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '124', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '666', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 556 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '124', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '664', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 553 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '123', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '665', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 554 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '124', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '666', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 556 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '124', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics16/668-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics16/668-1-eng-US/graphics1.jpg" original_filename="13338db0.jpg" mime_type="image/jpeg" width="540" height="405" alternative_text="" alias_key="1293033771" timestamp="1311154189"><original attribute_id="668" attribute_version="1" attribute_language="eng-US"/><information Height="405" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '668', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 557 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '124', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '669', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 558 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '125', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '670', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 560 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '125', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '668', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 557 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '124', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '669', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 558 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '125', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '670', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 560 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '125', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics17/672-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics17/672-1-eng-US/graphics1.jpg" original_filename="00bc8122.jpg" mime_type="image/jpeg" width="500" height="423" alternative_text="" alias_key="1293033771" timestamp="1311154189"><original attribute_id="672" attribute_version="1" attribute_language="eng-US"/><information Height="423" Width="500" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '672', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 561 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '125', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '673', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 562 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '126', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '674', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 564 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '126', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '672', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 561 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '125', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '673', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 562 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '126', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '674', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 564 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '126', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics18/676-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-manage-ibexa-dxp/graphics18/676-1-eng-US/graphics1.jpg" original_filename="d265bd27.jpg" mime_type="image/jpeg" width="540" height="347" alternative_text="" alias_key="1293033771" timestamp="1311154189"><original attribute_id="676" attribute_version="1" attribute_language="eng-US"/><information Height="347" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '676', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 565 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '126', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '677', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 566 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to develop with Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '678', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to develop with ibexa', - 'version' => '1', - ], - 567 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '679', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 568 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '676', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 565 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '126', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '677', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 566 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to develop with Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '678', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to develop with ibexa', + 'version' => '1', + ], + 567 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '679', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 568 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '680', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 571 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '683', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 572 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '680', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 571 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '683', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 572 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="How-to-develop-with-Ibexa.png" suffix="png" basename="How-to-develop-with-Ibexa" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-develop-with-ibexa-dxp/684-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-develop-with-ibexa-dxp/684-1-eng-US/How-to-develop-with-Ibexa.png" original_filename="db3eaa06.png" mime_type="image/png" width="500" height="409" alternative_text="" alias_key="1293033771" timestamp="1311154189"><original attribute_id="684" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '684', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 574 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '686', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 575 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '687', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 576 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '127', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '688', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 578 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '128', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '690', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 580 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '128', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '684', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 574 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '686', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 575 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '687', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 576 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '127', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '688', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 578 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '128', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '690', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 580 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '128', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-develop-with-ibexa-dxp/graphics1/692-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-develop-with-ibexa-dxp/graphics1/692-1-eng-US/graphics1.jpg" original_filename="c9dbc90f.jpg" mime_type="image/jpeg" width="500" height="409" alternative_text="" alias_key="1293033771" timestamp="1311154190"><original attribute_id="692" attribute_version="1" attribute_language="eng-US"/><information Height="409" Width="500" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '692', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 581 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '128', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '693', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 582 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '129', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '694', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 584 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '129', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '692', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 581 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '128', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '693', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 582 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '129', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '694', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 584 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '129', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.png" suffix="png" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/how-to-develop-with-ibexa-dxp/graphics12/696-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/how-to-develop-with-ibexa-dxp/graphics12/696-1-eng-US/graphics1.png" original_filename="7e906b13.png" mime_type="image/png" width="540" height="411" alternative_text="" alias_key="1293033771" timestamp="1311154190"><original attribute_id="696" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '696', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 585 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '129', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '697', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 586 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Lots of Websites, One Ibexa Installation', - 'data_type_string' => 'ibexa_string', - 'id' => '698', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'lots of websites, one ibexa installation', - 'version' => '1', - ], - 587 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Adding Siteaccesses in Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '699', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'adding siteaccesses in ibexa', - 'version' => '1', - ], - 588 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '696', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 585 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '129', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '697', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 586 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Lots of Websites, One Ibexa Installation', + 'data_type_string' => 'ibexa_string', + 'id' => '698', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'lots of websites, one ibexa installation', + 'version' => '1', + ], + 587 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Adding Siteaccesses in Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '699', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'adding siteaccesses in ibexa', + 'version' => '1', + ], + 588 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Greg McAvoy-Jensen" email="admin@myportal.com"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '700', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 591 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '703', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 592 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '700', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 591 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '703', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 592 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154190"><original attribute_id="704" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '704', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 594 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '706', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 595 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '707', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 596 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '130', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '708', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 598 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '131', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'New features', - 'data_type_string' => 'ibexa_string', - 'id' => '710', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'new features', - 'version' => '1', - ], - 599 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '131', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '711', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 602 => [ - 'attribute_original_id' => '714', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '131', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '714', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 603 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '131', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '715', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 604 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '131', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '716', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 605 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Improved user registration workflow', - 'data_type_string' => 'ibexa_string', - 'id' => '717', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'improved user registration workflow', - 'version' => '1', - ], - 606 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '718', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 607 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '704', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 594 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '706', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 595 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '707', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 596 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '130', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '708', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 598 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '131', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'New features', + 'data_type_string' => 'ibexa_string', + 'id' => '710', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'new features', + 'version' => '1', + ], + 599 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '131', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '711', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 602 => [ + 'attribute_original_id' => '714', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '131', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '714', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 603 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '131', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '715', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 604 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '131', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '716', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 605 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Improved user registration workflow', + 'data_type_string' => 'ibexa_string', + 'id' => '717', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'improved user registration workflow', + 'version' => '1', + ], + 606 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '718', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 607 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '719', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 610 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '722', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 611 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '719', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 610 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '722', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 611 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154190"><original attribute_id="723" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '723', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 613 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '725', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 614 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '726', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 615 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '132', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '727', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 617 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '133', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '729', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 619 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '133', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '723', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 613 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '725', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 614 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '726', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 615 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '132', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '727', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 617 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '133', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '729', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 619 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '133', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.png" suffix="png" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/improved-user-registration-workflow/graphics1/731-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/improved-user-registration-workflow/graphics1/731-1-eng-US/graphics1.png" original_filename="2f51f75c.png" mime_type="image/png" width="509" height="238" alternative_text="" alias_key="1293033771" timestamp="1311154190"><original attribute_id="731" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '731', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 620 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '133', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '732', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 621 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '134', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '733', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 623 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '134', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '731', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 620 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '133', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '732', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 621 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '134', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '733', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 623 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '134', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/improved-user-registration-workflow/graphics12/735-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/improved-user-registration-workflow/graphics12/735-1-eng-US/graphics1.jpg" original_filename="ec2680c6.jpg" mime_type="image/jpeg" width="1159" height="503" alternative_text="" alias_key="1293033771" timestamp="1311154191"><original attribute_id="735" attribute_version="1" attribute_language="eng-US"/><information Height="503" Width="1159" IsColor="1" ByteOrderMotorola="1"><array name="ifd0"><item key="XResolution" base64="1">MTUwLzE=</item><item key="YResolution" base64="1">MTUwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">Nzg=</item></array><array name="exif"><item key="ExifImageWidth" base64="1">MTE1OQ==</item><item key="ExifImageLength" base64="1">NTAz</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '735', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 624 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '134', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '736', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 625 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '135', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '737', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 627 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '135', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '735', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 624 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '134', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '736', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 625 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '135', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '737', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 627 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '135', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/improved-user-registration-workflow/graphics13/739-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/improved-user-registration-workflow/graphics13/739-1-eng-US/graphics1.jpg" original_filename="884d3f23.jpg" mime_type="image/jpeg" width="1338" height="217" alternative_text="" alias_key="1293033771" timestamp="1311154191"><original attribute_id="739" attribute_version="1" attribute_language="eng-US"/><information Height="217" Width="1338" IsColor="1" ByteOrderMotorola="1"><array name="ifd0"><item key="XResolution" base64="1">MTUwLzE=</item><item key="YResolution" base64="1">MTUwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">Nzg=</item></array><array name="exif"><item key="ExifImageWidth" base64="1">MTMzOA==</item><item key="ExifImageLength" base64="1">MjE3</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '739', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 628 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '135', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '740', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 629 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Improved block editing', - 'data_type_string' => 'ibexa_string', - 'id' => '741', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'improved block editing', - 'version' => '1', - ], - 630 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '742', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 631 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '739', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 628 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '135', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '740', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 629 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Improved block editing', + 'data_type_string' => 'ibexa_string', + 'id' => '741', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'improved block editing', + 'version' => '1', + ], + 630 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '742', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 631 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '743', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 634 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '746', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 635 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '743', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 634 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '746', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 635 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154191"><original attribute_id="747" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '747', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 637 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '749', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 638 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '750', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 639 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '136', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '751', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 641 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '137', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '753', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 643 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '137', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '747', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 637 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '749', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 638 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '750', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 639 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '136', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '751', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 641 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '137', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '753', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 643 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '137', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/improved-block-editing/graphics1/755-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/improved-block-editing/graphics1/755-1-eng-US/graphics1.jpg" original_filename="afc16bee.jpg" mime_type="image/jpeg" width="832" height="599" alternative_text="" alias_key="1293033771" timestamp="1311154191"><original attribute_id="755" attribute_version="1" attribute_language="eng-US"/><information Height="599" Width="832" IsColor="1" ByteOrderMotorola="1"><array name="ifd0"><item key="XResolution" base64="1">MTUwLzE=</item><item key="YResolution" base64="1">MTUwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">Nzg=</item></array><array name="exif"><item key="ExifImageWidth" base64="1">ODMy</item><item key="ExifImageLength" base64="1">NTk5</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '755', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 644 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '137', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '756', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 645 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '138', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '757', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 647 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '138', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '755', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 644 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '137', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '756', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 645 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '138', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '757', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 647 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '138', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/improved-block-editing/graphics12/759-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/improved-block-editing/graphics12/759-1-eng-US/graphics1.jpg" original_filename="e9bde168.jpg" mime_type="image/jpeg" width="911" height="626" alternative_text="" alias_key="1293033771" timestamp="1311154192"><original attribute_id="759" attribute_version="1" attribute_language="eng-US"/><information Height="626" Width="911" IsColor="1" ByteOrderMotorola="1"><array name="ifd0"><item key="XResolution" base64="1">MTUwLzE=</item><item key="YResolution" base64="1">MTUwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">Nzg=</item></array><array name="exif"><item key="ExifImageWidth" base64="1">OTEx</item><item key="ExifImageLength" base64="1">NjI2</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '759', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 648 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '138', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '760', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 649 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Improved front-end editing', - 'data_type_string' => 'ibexa_string', - 'id' => '761', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'improved front-end editing', - 'version' => '1', - ], - 650 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '762', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 651 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '759', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 648 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '138', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '760', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 649 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Improved front-end editing', + 'data_type_string' => 'ibexa_string', + 'id' => '761', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'improved front-end editing', + 'version' => '1', + ], + 650 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '762', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 651 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '763', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 654 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '766', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 655 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '763', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 654 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '766', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 655 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154192"><original attribute_id="767" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '767', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 657 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '769', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 658 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '770', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 659 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '139', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '771', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 661 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '140', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '773', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 663 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '140', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '767', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 657 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '769', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 658 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '770', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 659 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '139', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '771', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 661 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '140', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '773', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 663 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '140', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/improved-front-end-editing/graphics1/775-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/improved-front-end-editing/graphics1/775-1-eng-US/graphics1.jpg" original_filename="ff6bcfd1.jpg" mime_type="image/jpeg" width="1030" height="151" alternative_text="" alias_key="1293033771" timestamp="1311154192"><original attribute_id="775" attribute_version="1" attribute_language="eng-US"/><information Height="151" Width="1030" IsColor="1" ByteOrderMotorola="1"><array name="ifd0"><item key="Orientation" base64="1">MQ==</item><item key="XResolution" base64="1">MTUwLzE=</item><item key="YResolution" base64="1">MTUwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">OTA=</item></array><array name="exif"><item key="ExifImageWidth" base64="1">MTAzMA==</item><item key="ExifImageLength" base64="1">MTUx</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '775', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 664 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '140', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '776', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 665 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '141', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '777', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 667 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '141', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '775', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 664 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '140', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '776', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 665 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '141', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '777', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 667 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '141', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/improved-front-end-editing/graphics12/779-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/improved-front-end-editing/graphics12/779-1-eng-US/graphics1.jpg" original_filename="f30d1e92.jpg" mime_type="image/jpeg" width="805" height="84" alternative_text="" alias_key="1293033771" timestamp="1311154192"><original attribute_id="779" attribute_version="1" attribute_language="eng-US"/><information Height="84" Width="805" IsColor="1" ByteOrderMotorola="1"><array name="ifd0"><item key="XResolution" base64="1">MTUwLzE=</item><item key="YResolution" base64="1">MTUwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">Nzg=</item></array><array name="exif"><item key="ExifImageWidth" base64="1">ODA1</item><item key="ExifImageLength" base64="1">ODQ=</item></array></information><alias name="medium" filename="graphics1_medium.jpg" suffix="jpg" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/improved-front-end-editing/graphics12/779-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/improved-front-end-editing/graphics12/779-1-eng-US/graphics1_medium.jpg" mime_type="image/jpeg" width="200" height="21" alias_key="3736024005" timestamp="1311154279" is_valid="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '779', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 668 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '141', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '780', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 669 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '142', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '781', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 671 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '142', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '779', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 668 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '141', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '780', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 669 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '142', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '781', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 671 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '142', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/improved-front-end-editing/graphics13/783-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/improved-front-end-editing/graphics13/783-1-eng-US/graphics1.jpg" original_filename="17d497d3.jpg" mime_type="image/jpeg" width="1278" height="136" alternative_text="" alias_key="1293033771" timestamp="1311154192"><original attribute_id="783" attribute_version="1" attribute_language="eng-US"/><information Height="136" Width="1278" IsColor="1" ByteOrderMotorola="1"><array name="ifd0"><item key="XResolution" base64="1">MTUwLzE=</item><item key="YResolution" base64="1">MTUwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">Nzg=</item></array><array name="exif"><item key="ExifImageWidth" base64="1">MTI3OA==</item><item key="ExifImageLength" base64="1">MTM2</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '783', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 672 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '142', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '784', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 673 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '143', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '785', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 675 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '143', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '783', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 672 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '142', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '784', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 673 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '143', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '785', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 675 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '143', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/improved-front-end-editing/graphics14/787-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/improved-front-end-editing/graphics14/787-1-eng-US/graphics1.jpg" original_filename="c3833d09.jpg" mime_type="image/jpeg" width="1365" height="140" alternative_text="" alias_key="1293033771" timestamp="1311154193"><original attribute_id="787" attribute_version="1" attribute_language="eng-US"/><information Height="140" Width="1365" IsColor="1" ByteOrderMotorola="1"><array name="ifd0"><item key="XResolution" base64="1">MTUwLzE=</item><item key="YResolution" base64="1">MTUwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">Nzg=</item></array><array name="exif"><item key="ExifImageWidth" base64="1">MTM2NQ==</item><item key="ExifImageLength" base64="1">MTQw</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '787', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 676 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '143', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '788', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 677 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'FastCGI', - 'data_type_string' => 'ibexa_string', - 'id' => '789', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'fastcgi', - 'version' => '1', - ], - 678 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '790', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 679 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '787', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 676 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '143', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '788', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 677 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'FastCGI', + 'data_type_string' => 'ibexa_string', + 'id' => '789', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'fastcgi', + 'version' => '1', + ], + 678 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '790', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 679 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '791', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 682 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '794', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 683 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '791', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 682 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '794', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 683 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154193"><original attribute_id="795" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '795', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 685 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '797', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 686 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '798', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 687 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '144', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '799', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 689 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Support for Red Hat Enterprise', - 'data_type_string' => 'ibexa_string', - 'id' => '801', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'support for red hat enterprise', - 'version' => '1', - ], - 690 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '802', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 691 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '795', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 685 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '797', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 686 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '798', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 687 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '144', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '799', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 689 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Support for Red Hat Enterprise', + 'data_type_string' => 'ibexa_string', + 'id' => '801', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'support for red hat enterprise', + 'version' => '1', + ], + 690 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '802', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 691 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '803', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 694 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '806', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 695 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '803', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 694 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '806', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 695 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154193"><original attribute_id="807" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '807', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 697 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '809', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 698 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '810', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 699 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '145', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '811', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 701 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '146', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '813', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 703 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '146', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '807', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 697 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '809', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 698 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '810', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 699 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '145', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '811', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 701 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '146', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '813', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 703 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '146', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.png" suffix="png" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/support-for-red-hat-enterprise/graphics1/815-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/support-for-red-hat-enterprise/graphics1/815-1-eng-US/graphics1.png" original_filename="733e4b0a.png" mime_type="image/png" width="476" height="128" alternative_text="" alias_key="1293033771" timestamp="1311154194"><original attribute_id="815" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '815', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 704 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '146', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '816', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 705 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Canonical links', - 'data_type_string' => 'ibexa_string', - 'id' => '817', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'canonical links', - 'version' => '1', - ], - 706 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '818', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 707 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '815', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 704 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '146', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '816', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 705 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Canonical links', + 'data_type_string' => 'ibexa_string', + 'id' => '817', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'canonical links', + 'version' => '1', + ], + 706 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '818', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 707 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '819', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 710 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '822', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 711 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '819', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 710 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '822', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 711 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154194"><original attribute_id="823" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '823', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 713 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '825', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 714 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '826', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 715 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '147', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '827', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 717 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Asynchronous publishing', - 'data_type_string' => 'ibexa_string', - 'id' => '829', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'asynchronous publishing', - 'version' => '1', - ], - 718 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '830', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 719 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '823', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 713 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '825', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 714 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '826', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 715 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '147', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '827', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 717 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Asynchronous publishing', + 'data_type_string' => 'ibexa_string', + 'id' => '829', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'asynchronous publishing', + 'version' => '1', + ], + 718 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '830', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 719 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '831', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 722 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '834', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 723 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '831', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 722 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '834', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 723 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154194"><original attribute_id="835" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '835', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 725 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '837', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 726 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '838', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 727 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '148', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '839', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 729 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '149', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '841', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 731 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '149', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '835', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 725 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '837', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 726 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '838', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 727 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '148', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '839', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 729 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '149', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '841', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 731 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '149', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.jpg" suffix="jpg" basename="graphics1" dirpath="var/ezwebin_site/storage/images/getting-started/new-features/asynchronous-publishing/graphics1/843-1-eng-US" url="var/ezwebin_site/storage/images/getting-started/new-features/asynchronous-publishing/graphics1/843-1-eng-US/graphics1.jpg" original_filename="a2a28ec0.jpg" mime_type="image/jpeg" width="1413" height="1060" alternative_text="" alias_key="1293033771" timestamp="1311154195"><original attribute_id="843" attribute_version="1" attribute_language="eng-US"/><information Height="1060" Width="1413" IsColor="1" ByteOrderMotorola="1"><array name="ifd0"><item key="XResolution" base64="1">MTUwLzE=</item><item key="YResolution" base64="1">MTUwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">Nzg=</item></array><array name="exif"><item key="ExifImageWidth" base64="1">MTQxMw==</item><item key="ExifImageLength" base64="1">MTA2MA==</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '843', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 732 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '149', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '844', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 733 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'REST API interface', - 'data_type_string' => 'ibexa_string', - 'id' => '845', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'rest api interface', - 'version' => '1', - ], - 734 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '846', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 735 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '843', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 732 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '149', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '844', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 733 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'REST API interface', + 'data_type_string' => 'ibexa_string', + 'id' => '845', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'rest api interface', + 'version' => '1', + ], + 734 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '846', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 735 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '847', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 738 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '850', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 739 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '847', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 738 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '850', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 739 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154195"><original attribute_id="851" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '851', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 741 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '853', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 742 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '854', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 743 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '150', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '855', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 745 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Ibexa Enterprise', - 'data_type_string' => 'ibexa_string', - 'id' => '857', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ibexa dxp', - 'version' => '1', - ], - 746 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '858', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 747 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '851', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 741 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '853', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 742 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '854', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 743 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '150', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '855', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 745 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Ibexa Enterprise', + 'data_type_string' => 'ibexa_string', + 'id' => '857', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ibexa dxp', + 'version' => '1', + ], + 746 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '858', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 747 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '859', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 750 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '862', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 751 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '859', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 750 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '862', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 751 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154195"><original attribute_id="863" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '863', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 753 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '865', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 754 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '866', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 755 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '151', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '867', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 757 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '152', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '869', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 759 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '152', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '863', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 753 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '865', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 754 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '866', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 755 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '151', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '867', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 757 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '152', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '869', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 759 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '152', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.png" suffix="png" basename="graphics1" dirpath="var/ezwebin_site/storage/images/ibexa-dxp-enterprise/graphics1/871-1-eng-US" url="var/ezwebin_site/storage/images/ibexa-dxp-enterprise/graphics1/871-1-eng-US/graphics1.png" original_filename="068699a4.png" mime_type="image/png" width="332" height="293" alternative_text="" alias_key="1293033771" timestamp="1311154195"><original attribute_id="871" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '871', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 760 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '152', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '872', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 761 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '153', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'graphics1', - 'data_type_string' => 'ibexa_string', - 'id' => '873', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'graphics1', - 'version' => '1', - ], - 763 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '153', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '871', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 760 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '152', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '872', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 761 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '153', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'graphics1', + 'data_type_string' => 'ibexa_string', + 'id' => '873', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'graphics1', + 'version' => '1', + ], + 763 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '153', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="graphics1.png" suffix="png" basename="graphics1" dirpath="var/ezwebin_site/storage/images/ibexa-dxp-enterprise/graphics12/875-1-eng-US" url="var/ezwebin_site/storage/images/ibexa-dxp-enterprise/graphics12/875-1-eng-US/graphics1.png" original_filename="d1120108.png" mime_type="image/png" width="448" height="151" alternative_text="" alias_key="1293033771" timestamp="1311154196"><original attribute_id="875" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '875', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 764 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '153', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '876', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 765 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '154', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Partners', - 'data_type_string' => 'ibexa_string', - 'id' => '877', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'partners', - 'version' => '1', - ], - 766 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '154', - 'data_float' => '0', - 'data_int' => '61', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '878', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '61', - 'sort_key_string' => '', - 'version' => '1', - ], - 771 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '154', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '883', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 772 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '155', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Partner News', - 'data_type_string' => 'ibexa_string', - 'id' => '884', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'partner news', - 'version' => '1', - ], - 773 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '155', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '885', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 776 => [ - 'attribute_original_id' => '888', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '155', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '888', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 777 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '155', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '889', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 778 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '155', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '890', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 779 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Pellentesque quam mauris', - 'data_type_string' => 'ibexa_string', - 'id' => '891', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'pellentesque quam mauris', - 'version' => '1', - ], - 780 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '892', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 781 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '875', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 764 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '153', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '876', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 765 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '154', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Partners', + 'data_type_string' => 'ibexa_string', + 'id' => '877', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'partners', + 'version' => '1', + ], + 766 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '154', + 'data_float' => '0', + 'data_int' => '61', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '878', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '61', + 'sort_key_string' => '', + 'version' => '1', + ], + 771 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '154', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '883', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 772 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '155', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Partner News', + 'data_type_string' => 'ibexa_string', + 'id' => '884', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'partner news', + 'version' => '1', + ], + 773 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '155', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '885', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 776 => [ + 'attribute_original_id' => '888', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '155', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '888', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 777 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '155', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '889', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 778 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '155', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '890', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 779 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Pellentesque quam mauris', + 'data_type_string' => 'ibexa_string', + 'id' => '891', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'pellentesque quam mauris', + 'version' => '1', + ], + 780 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '892', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 781 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '893', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 784 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '896', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 785 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '893', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 784 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '896', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 785 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Pellentesque-quam-mauris.jpg" suffix="jpg" basename="Pellentesque-quam-mauris" dirpath="var/ezwebin_site/storage/images/partners/partner-news/pellentesque-quam-mauris/897-1-eng-US" url="var/ezwebin_site/storage/images/partners/partner-news/pellentesque-quam-mauris/897-1-eng-US/Pellentesque-quam-mauris.jpg" original_filename="61bfee3f.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Pellentesque quam mauris" alias_key="1293033771" timestamp="1311154196"><original attribute_id="897" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '897', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 787 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => '1175497860', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '899', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175497860', - 'sort_key_string' => '', - 'version' => '1', - ], - 788 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '900', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 789 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '156', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '901', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 791 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Penatibus et magnis dis', - 'data_type_string' => 'ibexa_string', - 'id' => '903', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'penatibus et magnis dis', - 'version' => '1', - ], - 792 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '904', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 793 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '897', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 787 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => '1175497860', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '899', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175497860', + 'sort_key_string' => '', + 'version' => '1', + ], + 788 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '900', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 789 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '156', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '901', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 791 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Penatibus et magnis dis', + 'data_type_string' => 'ibexa_string', + 'id' => '903', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'penatibus et magnis dis', + 'version' => '1', + ], + 792 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '904', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 793 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '905', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 796 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '908', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 797 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '905', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 796 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '908', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 797 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Penatibus-et-magnis-dis.jpg" suffix="jpg" basename="Penatibus-et-magnis-dis" dirpath="var/ezwebin_site/storage/images/partners/partner-news/penatibus-et-magnis-dis/909-1-eng-US" url="var/ezwebin_site/storage/images/partners/partner-news/penatibus-et-magnis-dis/909-1-eng-US/Penatibus-et-magnis-dis.jpg" original_filename="e86ae2c7.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Penatibus et magnis dis" alias_key="1293033771" timestamp="1311154197"><original attribute_id="909" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '909', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 799 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => '1175498940', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '911', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175498940', - 'sort_key_string' => '', - 'version' => '1', - ], - 800 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '912', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 801 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '157', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '913', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 803 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '158', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'News', - 'data_type_string' => 'ibexa_string', - 'id' => '915', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'news', - 'version' => '1', - ], - 804 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '158', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '916', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 807 => [ - 'attribute_original_id' => '919', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '158', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '919', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 808 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '158', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '920', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 809 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '158', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '921', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 810 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Curabitur hendrerit dignissim', - 'data_type_string' => 'ibexa_string', - 'id' => '922', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'curabitur hendrerit dignissim', - 'version' => '1', - ], - 811 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '923', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 812 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '909', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 799 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => '1175498940', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '911', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175498940', + 'sort_key_string' => '', + 'version' => '1', + ], + 800 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '912', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 801 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '157', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '913', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 803 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '158', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'News', + 'data_type_string' => 'ibexa_string', + 'id' => '915', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'news', + 'version' => '1', + ], + 804 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '158', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '916', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 807 => [ + 'attribute_original_id' => '919', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '158', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '919', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 808 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '158', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '920', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 809 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '158', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '921', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 810 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Curabitur hendrerit dignissim', + 'data_type_string' => 'ibexa_string', + 'id' => '922', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'curabitur hendrerit dignissim', + 'version' => '1', + ], + 811 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '923', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 812 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '924', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 815 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '927', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 816 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '924', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 815 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '927', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 816 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Curabitur-hendrerit-dignissim.jpg" suffix="jpg" basename="Curabitur-hendrerit-dignissim" dirpath="var/ezwebin_site/storage/images/partners/news/curabitur-hendrerit-dignissim/928-1-eng-US" url="var/ezwebin_site/storage/images/partners/news/curabitur-hendrerit-dignissim/928-1-eng-US/Curabitur-hendrerit-dignissim.jpg" original_filename="806a2270.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Curabitur hendrerit dignissim" alias_key="1293033771" timestamp="1311154197"><original attribute_id="928" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '928', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 818 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => '1175497920', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '930', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175497920', - 'sort_key_string' => '', - 'version' => '1', - ], - 819 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '931', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 820 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '159', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '932', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 822 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Proin condimentum risus', - 'data_type_string' => 'ibexa_string', - 'id' => '934', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'proin condimentum risus', - 'version' => '1', - ], - 823 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '935', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 824 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '928', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 818 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => '1175497920', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '930', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175497920', + 'sort_key_string' => '', + 'version' => '1', + ], + 819 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '931', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 820 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '159', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '932', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 822 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Proin condimentum risus', + 'data_type_string' => 'ibexa_string', + 'id' => '934', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'proin condimentum risus', + 'version' => '1', + ], + 823 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '935', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 824 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '936', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 827 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '939', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 828 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '936', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 827 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '939', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 828 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Proin-condimentum-risus.jpg" suffix="jpg" basename="Proin-condimentum-risus" dirpath="var/ezwebin_site/storage/images/partners/news/proin-condimentum-risus/940-1-eng-US" url="var/ezwebin_site/storage/images/partners/news/proin-condimentum-risus/940-1-eng-US/Proin-condimentum-risus.jpg" original_filename="815e11b9.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Proin condimentum risus" alias_key="1293033771" timestamp="1311154198"><original attribute_id="940" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '940', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 830 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => '1175498280', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '942', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175498280', - 'sort_key_string' => '', - 'version' => '1', - ], - 831 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '943', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 832 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '160', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '944', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 834 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Morbi tristique senectus', - 'data_type_string' => 'ibexa_string', - 'id' => '946', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'morbi tristique senectus', - 'version' => '1', - ], - 835 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '947', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 836 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '940', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 830 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => '1175498280', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '942', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175498280', + 'sort_key_string' => '', + 'version' => '1', + ], + 831 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '943', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 832 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '160', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '944', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 834 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Morbi tristique senectus', + 'data_type_string' => 'ibexa_string', + 'id' => '946', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'morbi tristique senectus', + 'version' => '1', + ], + 835 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '947', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 836 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '948', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 839 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '951', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 840 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '948', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 839 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '951', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 840 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Morbi-tristique-senectus.jpg" suffix="jpg" basename="Morbi-tristique-senectus" dirpath="var/ezwebin_site/storage/images/partners/news/morbi-tristique-senectus/952-1-eng-US" url="var/ezwebin_site/storage/images/partners/news/morbi-tristique-senectus/952-1-eng-US/Morbi-tristique-senectus.jpg" original_filename="d992fbc6.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Morbi tristique senectus" alias_key="1293033771" timestamp="1311154198"><original attribute_id="952" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '952', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 842 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => '1175498880', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '954', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175498880', - 'sort_key_string' => '', - 'version' => '1', - ], - 843 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '955', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 844 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '161', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '956', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 846 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '162', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Partner Products', - 'data_type_string' => 'ibexa_string', - 'id' => '958', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'partner products', - 'version' => '1', - ], - 847 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '162', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '959', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 850 => [ - 'attribute_original_id' => '962', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '162', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '962', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 851 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '162', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '963', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 852 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '162', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '964', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 853 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '163', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Partners', - 'data_type_string' => 'ibexa_string', - 'id' => '965', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'partners', - 'version' => '1', - ], - 854 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '163', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '966', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 857 => [ - 'attribute_original_id' => '969', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '163', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '969', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 858 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '163', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '970', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 859 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '163', - 'data_float' => '0', - 'data_int' => '1176187671', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '971', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187671', - 'sort_key_string' => '', - 'version' => '1', - ], - 860 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Neque orci malesuada felis', - 'data_type_string' => 'ibexa_string', - 'id' => '972', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'neque orci malesuada felis', - 'version' => '1', - ], - 861 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '973', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 862 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '952', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 842 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => '1175498880', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '954', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175498880', + 'sort_key_string' => '', + 'version' => '1', + ], + 843 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '955', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 844 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '161', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '956', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 846 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '162', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Partner Products', + 'data_type_string' => 'ibexa_string', + 'id' => '958', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'partner products', + 'version' => '1', + ], + 847 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '162', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '959', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 850 => [ + 'attribute_original_id' => '962', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '162', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '962', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 851 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '162', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '963', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 852 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '162', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '964', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 853 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '163', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Partners', + 'data_type_string' => 'ibexa_string', + 'id' => '965', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'partners', + 'version' => '1', + ], + 854 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '163', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '966', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 857 => [ + 'attribute_original_id' => '969', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '163', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '969', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 858 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '163', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '970', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 859 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '163', + 'data_float' => '0', + 'data_int' => '1176187671', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '971', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187671', + 'sort_key_string' => '', + 'version' => '1', + ], + 860 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Neque orci malesuada felis', + 'data_type_string' => 'ibexa_string', + 'id' => '972', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'neque orci malesuada felis', + 'version' => '1', + ], + 861 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '973', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 862 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '974', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 865 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '977', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 866 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '974', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 865 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '977', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 866 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Neque-orci-malesuada-felis.jpg" suffix="jpg" basename="Neque-orci-malesuada-felis" dirpath="var/ezwebin_site/storage/images/partners/partners/neque-orci-malesuada-felis/978-1-eng-US" url="var/ezwebin_site/storage/images/partners/partners/neque-orci-malesuada-felis/978-1-eng-US/Neque-orci-malesuada-felis.jpg" original_filename="4aa68ccb.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Neque orci malesuada felis" alias_key="1293033771" timestamp="1311154199"><original attribute_id="978" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '978', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 868 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => '1175499180', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '980', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1175499180', - 'sort_key_string' => '', - 'version' => '1', - ], - 869 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '981', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 870 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '164', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '982', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 872 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '236', - 'contentobject_id' => '165', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Community', - 'data_type_string' => 'ibexa_string', - 'id' => '984', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'community', - 'version' => '1', - ], - 873 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '237', - 'contentobject_id' => '165', - 'data_float' => '0', - 'data_int' => '58', - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '985', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '58', - 'sort_key_string' => '', - 'version' => '1', - ], - 878 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '242', - 'contentobject_id' => '165', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '990', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 879 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '302', - 'contentobject_id' => '166', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Forum', - 'data_type_string' => 'ibexa_string', - 'id' => '991', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'forum', - 'version' => '1', - ], - 881 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '304', - 'contentobject_id' => '167', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Nulla vitae tellus sit amet', - 'data_type_string' => 'ibexa_string', - 'id' => '993', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'nulla vitae tellus sit amet', - 'version' => '1', - ], - 882 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '305', - 'contentobject_id' => '167', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Nulla vitae tellus sit amet velit tincidunt gravida. Vivamus cursus, pede et lacinia porttitor, urna ante sagittis velit, id vulputate dui metus a erat.', - 'data_type_string' => 'ibexa_text', - 'id' => '994', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 883 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '306', - 'contentobject_id' => '167', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '995', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 884 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '307', - 'contentobject_id' => '167', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ezsubtreesubscription', - 'id' => '996', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 885 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '304', - 'contentobject_id' => '168', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Ut mollis sodales nibh', - 'data_type_string' => 'ibexa_string', - 'id' => '997', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ut mollis sodales nibh', - 'version' => '1', - ], - 886 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '305', - 'contentobject_id' => '168', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Donec vulputate lectus. Suspendisse tempus molestie metus. Nullam non velit eget elit iaculis fringilla. Ut interdum auctor orci. Ut mollis sodales nibh.', - 'data_type_string' => 'ibexa_text', - 'id' => '998', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 887 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '306', - 'contentobject_id' => '168', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '999', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 888 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '307', - 'contentobject_id' => '168', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ezsubtreesubscription', - 'id' => '1000', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 889 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '304', - 'contentobject_id' => '169', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Nam risus leo', - 'data_type_string' => 'ibexa_string', - 'id' => '1001', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'nam risus leo', - 'version' => '1', - ], - 890 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '305', - 'contentobject_id' => '169', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Nulla facilisi. Nam risus leo, accumsan et, accumsan ut, aliquam sed, dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.', - 'data_type_string' => 'ibexa_text', - 'id' => '1002', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 891 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '306', - 'contentobject_id' => '169', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1003', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 892 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '307', - 'contentobject_id' => '169', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ezsubtreesubscription', - 'id' => '1004', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 893 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '170', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Wiki', - 'data_type_string' => 'ibexa_string', - 'id' => '1005', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'wiki', - 'version' => '1', - ], - 895 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '170', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1007', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 896 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '170', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1008', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 897 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '171', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Sed suscipit', - 'data_type_string' => 'ibexa_string', - 'id' => '1009', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'sed suscipit', - 'version' => '1', - ], - 899 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '171', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1011', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 900 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '171', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1012', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 901 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '172', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Ut interdum', - 'data_type_string' => 'ibexa_string', - 'id' => '1013', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ut interdum', - 'version' => '1', - ], - 903 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '172', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1015', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 904 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '172', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1016', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 905 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '173', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Fusce pulvinar', - 'data_type_string' => 'ibexa_string', - 'id' => '1017', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'fusce pulvinar', - 'version' => '1', - ], - 907 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '173', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1019', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 908 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '173', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1020', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 909 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '174', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Duis id tortor', - 'data_type_string' => 'ibexa_string', - 'id' => '1021', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'duis id tortor', - 'version' => '1', - ], - 911 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '174', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1023', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 912 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '174', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1024', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 913 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '243', - 'contentobject_id' => '175', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Curabitur lacinia', - 'data_type_string' => 'ibexa_string', - 'id' => '1025', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'curabitur lacinia', - 'version' => '1', - ], - 915 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '245', - 'contentobject_id' => '175', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1027', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 916 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '246', - 'contentobject_id' => '175', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1028', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 917 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '286', - 'contentobject_id' => '176', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Pictures', - 'data_type_string' => 'ibexa_string', - 'id' => '1029', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'pictures', - 'version' => '1', - ], - 920 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '289', - 'contentobject_id' => '176', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_object_relation', - 'id' => '1032', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 921 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '177', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Ivo on ibexa tags', - 'data_type_string' => 'ibexa_string', - 'id' => '1033', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ivo on ibexa tags', - 'version' => '1', - ], - 923 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '177', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '978', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 868 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => '1175499180', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '980', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1175499180', + 'sort_key_string' => '', + 'version' => '1', + ], + 869 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '981', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 870 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '164', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '982', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 872 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '236', + 'contentobject_id' => '165', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Community', + 'data_type_string' => 'ibexa_string', + 'id' => '984', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'community', + 'version' => '1', + ], + 873 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '237', + 'contentobject_id' => '165', + 'data_float' => '0', + 'data_int' => '58', + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '985', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '58', + 'sort_key_string' => '', + 'version' => '1', + ], + 878 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '242', + 'contentobject_id' => '165', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '990', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 879 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '302', + 'contentobject_id' => '166', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Forum', + 'data_type_string' => 'ibexa_string', + 'id' => '991', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'forum', + 'version' => '1', + ], + 881 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '304', + 'contentobject_id' => '167', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Nulla vitae tellus sit amet', + 'data_type_string' => 'ibexa_string', + 'id' => '993', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'nulla vitae tellus sit amet', + 'version' => '1', + ], + 882 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '305', + 'contentobject_id' => '167', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Nulla vitae tellus sit amet velit tincidunt gravida. Vivamus cursus, pede et lacinia porttitor, urna ante sagittis velit, id vulputate dui metus a erat.', + 'data_type_string' => 'ibexa_text', + 'id' => '994', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 883 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '306', + 'contentobject_id' => '167', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '995', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 884 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '307', + 'contentobject_id' => '167', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ezsubtreesubscription', + 'id' => '996', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 885 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '304', + 'contentobject_id' => '168', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Ut mollis sodales nibh', + 'data_type_string' => 'ibexa_string', + 'id' => '997', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ut mollis sodales nibh', + 'version' => '1', + ], + 886 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '305', + 'contentobject_id' => '168', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Donec vulputate lectus. Suspendisse tempus molestie metus. Nullam non velit eget elit iaculis fringilla. Ut interdum auctor orci. Ut mollis sodales nibh.', + 'data_type_string' => 'ibexa_text', + 'id' => '998', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 887 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '306', + 'contentobject_id' => '168', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '999', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 888 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '307', + 'contentobject_id' => '168', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ezsubtreesubscription', + 'id' => '1000', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 889 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '304', + 'contentobject_id' => '169', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Nam risus leo', + 'data_type_string' => 'ibexa_string', + 'id' => '1001', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'nam risus leo', + 'version' => '1', + ], + 890 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '305', + 'contentobject_id' => '169', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Nulla facilisi. Nam risus leo, accumsan et, accumsan ut, aliquam sed, dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.', + 'data_type_string' => 'ibexa_text', + 'id' => '1002', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 891 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '306', + 'contentobject_id' => '169', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1003', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 892 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '307', + 'contentobject_id' => '169', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ezsubtreesubscription', + 'id' => '1004', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 893 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '170', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Wiki', + 'data_type_string' => 'ibexa_string', + 'id' => '1005', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'wiki', + 'version' => '1', + ], + 895 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '170', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1007', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 896 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '170', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1008', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 897 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '171', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Sed suscipit', + 'data_type_string' => 'ibexa_string', + 'id' => '1009', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'sed suscipit', + 'version' => '1', + ], + 899 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '171', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1011', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 900 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '171', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1012', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 901 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '172', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Ut interdum', + 'data_type_string' => 'ibexa_string', + 'id' => '1013', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ut interdum', + 'version' => '1', + ], + 903 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '172', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1015', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 904 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '172', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1016', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 905 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '173', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Fusce pulvinar', + 'data_type_string' => 'ibexa_string', + 'id' => '1017', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'fusce pulvinar', + 'version' => '1', + ], + 907 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '173', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1019', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 908 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '173', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1020', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 909 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '174', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Duis id tortor', + 'data_type_string' => 'ibexa_string', + 'id' => '1021', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'duis id tortor', + 'version' => '1', + ], + 911 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '174', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1023', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 912 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '174', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1024', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 913 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '243', + 'contentobject_id' => '175', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Curabitur lacinia', + 'data_type_string' => 'ibexa_string', + 'id' => '1025', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'curabitur lacinia', + 'version' => '1', + ], + 915 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '245', + 'contentobject_id' => '175', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1027', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 916 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '246', + 'contentobject_id' => '175', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1028', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 917 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '286', + 'contentobject_id' => '176', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Pictures', + 'data_type_string' => 'ibexa_string', + 'id' => '1029', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'pictures', + 'version' => '1', + ], + 920 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '289', + 'contentobject_id' => '176', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_object_relation', + 'id' => '1032', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 921 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '177', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Ivo on ibexa tags', + 'data_type_string' => 'ibexa_string', + 'id' => '1033', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ivo on ibexa tags', + 'version' => '1', + ], + 923 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '177', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Ivo-on-ibexa-tags.jpg" suffix="jpg" basename="Ivo-on-ibexa-tags" dirpath="var/ezwebin_site/storage/images/community/pictures/ivo-on-ibexa-tags/1035-1-eng-US" url="var/ezwebin_site/storage/images/community/pictures/ivo-on-ibexa-tags/1035-1-eng-US/Ivo-on-ibexa-tags.jpg" original_filename="9c0a818b.jpg" mime_type="image/jpeg" width="640" height="480" alternative_text="" alias_key="1293033771" timestamp="1311154202"><original attribute_id="1035" attribute_version="1" attribute_language="eng-US"/><information Height="480" Width="640" IsColor="1" ByteOrderMotorola="0" ApertureFNumber="f/4.9" Thumbnail.FileType="2" Thumbnail.MimeType="image/jpeg"><array name="ifd0"><item key="Make" base64="1">UGFuYXNvbmlj</item><item key="Model" base64="1">RE1DLVRaNQ==</item><item key="XResolution" base64="1">MTgwLzE=</item><item key="YResolution" base64="1">MTgwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Software" base64="1">VmVyLjEuMCAg</item><item key="DateTime" base64="1">MjAxMTowMToyNyAxMTozNjo1MQ==</item><item key="Artist" base64="1">UGljYXNh</item><item key="YCbCrPositioning" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">NTAy</item><item key="UndefinedTag:0xC4A5" base64="1">UHJpbnRJTQAwMjUwAAAOAAEAFgAWAAIAAAAAAAMAZAAAAAcAAAAAAAgAAAAAAAkAAAAAAAoAAAAAAAsArAAAAAwAAAAAAA0AAAAAAA4AxAAAAAABBQAAAAEBAQAAABABgAAAAAkRAAAQJwAACw8AABAnAACXBQAAECcAALAIAAAQJwAAARwAABAnAABeAgAAECcAAIsAAAAQJwAAywMAABAnAADlGwAAECcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==</item><item key="UndefinedTag:0xC6D2" base64="1">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==</item></array><array name="exif"><item key="ExposureTime" base64="1">MTAvMzAw</item><item key="FNumber" base64="1">NDkvMTA=</item><item key="ExposureProgram" base64="1">Mg==</item><item key="ISOSpeedRatings" base64="1">ODAw</item><item key="ExifVersion" base64="1">MDIyMQ==</item><item key="DateTimeOriginal" base64="1">MjAxMTowMToyNyAxMTozNjo1MQ==</item><item key="DateTimeDigitized" base64="1">MjAxMTowMToyNyAxMTozNjo1MQ==</item><item key="ComponentsConfiguration" base64="1">AQIDAA==</item><item key="CompressedBitsPerPixel" base64="1">NC8x</item><item key="ExposureBiasValue" base64="1">MC8xMDA=</item><item key="MaxApertureValue" base64="1">MzQ0LzEwMA==</item><item key="MeteringMode" base64="1">NQ==</item><item key="LightSource" base64="1">MA==</item><item key="Flash" base64="1">MTY=</item><item key="FocalLength" base64="1">NDcwLzEw</item><item key="MakerNote" base64="1">UGFuYXNvbmljAAAANgABAAMAAQAAAAIAAAACAAcABAAAAAABAgADAAMAAQAAAAEAAAAHAAMAAQAAAAUAAAAPAAEAAgAAAAAQAAAaAAMAAQAAAAIAAAAcAAMAAQAAAAIAAAAfAAMAAQAAAAEAAAAgAAMAAQAAAAIAAAAhAAcACCAAALwGAAAiAAMAAQAAAAAAAAAjAAMAAQAAAAAAAAAkAAMAAQAAAAAAAAAlAAcAEAAAAMQmAAAmAAcABAAAADAyNzAnAAMAAQAAAAAAAAAoAAMAAQAAAAEAAAApAAQAAQAAANAlAAAqAAMAAQAAAAAAAAArAAQAAQAAAAAAAAAsAAMAAQAAAAAAAAAtAAMAAQAAAAAAAAAuAAMAAQAAAAEAAAAvAAMAAQAAAAEAAAAwAAMAAQAAAAEAAAAxAAMAAQAAAAIAAAAyAAMAAQAAAAAAAAAzAAIAFAAAANQmAAA0AAMAAQAAAAEAAAA1AAMAAQAAAAEAAAA2AAMAAQAAAP//AAA3AAMAAQAAAAEBAAA4AAMAAQAAAAEAAAA6AAMAAQAAAAIAAAA7AAMAAQAAAAEAAAA8AAMAAQAAAP//AAA9AAMAAQAAAAEAAAA+AAMAAQAAAAEAAAA/AAMAAQAAAAAAAABNAAUAAgAAAOgmAABOAAcAKgAAAPgmAABPAAMAAQAAAAAAAABeAAcABAAAAAAAAAAAgAcABAAAADAxMjEBgAMAAQAAAAAAAAACgAMAAQAAAAIAAAADgAMAAQAAAAEAAAAEgAMAAQAAAKQGAAAFgAMAAQAAAB4EAAAGgAMAAQAAAIYHAAAHgAMAAQAAAAEAAAAIgAMAAQAAAAEAAAAJgAMAAQAAAAEAAAAQgAIAFAAAACInAAAAAAAARFYBAkVQAADw/0RCCgbw/0FGtgCgrxCAoq8AAqSvADCmrwAAyq9EALKvAQC0rwAAuq8IALyv7/++rw0A+K8AAPqvAACor1QEqq9sD8ivTUDYr3wDtq8gAbivAADOr9MA0q8hANCvKACsr5UBsK9EAK6vRADUr2UA9K8oAPKvKADirwAA5K8CAOCvXw/mrwAA6K8BAOqvAADsrwAA9q9xNNqvAADWrwAE8K8kAAQGwxkKBmwPyAYBAZqvAACcryAAnq8AAPD/U1RyAKQGAACmBgAAqAYAAKoGAACsBgAA+gcAAK4GAACwBgAAtgYAALgGAAC6BgAA9AcAAPYHAACyBgAAtAYAALAEAACyBAAAYKkAAGKpAABkqQAAaKkAAGapAABqqQAAeKkAAHqpAAB8qQAAfqkAAPD/QUUmASAFXQIiBWIC7gddAiQFcgQQBWgD3gaeAyYFCwDABgAAKAU6ARgFWQI6BQEAxRkAAFAFVwJSBYACygaoAAAFAwA2BQAAQgUAAAgFAAACBQAACgUAAAQFAABABQAABAcAAAwHAAAGBwAACAcAAAoHAADyBgAA9gb///QGAAD4Bv//DgVnAyoFTgAsBQEDMgUBA/oGWQL8BqgAAAcAAjsFAQA+BQEAxhlXAsgZkAIwBQABHAXfAOgG+AoaBWoT7wYBAPAGAAD+BoAALgUAAAEFAABgBQAANAUAAA5noAI4BQAADgczABAHAAASByMAFAcBABYHXgAXBwAAGAcAAEgFAABKBQAARAUAAEYFAAAUBTEBFgUnADwFKgFYBRIDWgXUAPD/V0LqAAAEpAYCBIYHXAQeBAQE/QAGBA0BYASeAxoEGQBeBA4AXwQGABIE1wAUBPsAFgR1ARgERgHMBGcEzgTnCdAE7wbSBDkHCAQDAQoEKgG0BNIAtgQAAUAE9QAwBF4AOAR4ADIEgAA6BIQANATg/zwEBAA2BBAAPgQpAEwE/gBOBAsBwAT9AMIEDQHqBAAAgAUOAIIFfwCDBYUAjAUAAI4FhgCPBYwAUgTXAFQE+wBWBNcAWAT7ANQE1wDWBPsA2ATXANoE+wDwBCQH8gRRBvQEGAH2BDEB+AQhB/oERwb8BBcB/gQzAfD/WUPmAE6qFABQqhQAUqoUAFSqFABEqv//RqrMiEiqdwNKqgAATKoAADiqUAA6qlAAPKpQAD6qUAAuqoiIMKrMiDKqd1U0qiIRNqoAAIIEIACABAkAhAQAAISqcABgqikzYqopM2SqYHxmqmB8aKo6SWqqAQBsqgAAbqoAAIaqAACIqgAAiqoUAIyqFACOqgAAkKoAAJKqHwCUqh8AlqoAAJiqAACgqvAAoqoQAKSq6ACmqgAAqKoKAFiqAQBaqgAAXKoAAF6qIACaqgAAnKoAAMCq0ADCqtAAxKrQAMaq0ADIqggI8P9DTQ4A/AUAMASsAADw/0RTLgAArwABAq+nhQqv5wAEr4UBBq8QAQivCQAMr0gBDq8QARCvhQESr6sA8P9JU8oAiK4AALSuawC2rmIAuK4UC7quFAuArq8Dgq7+A4Su5wOGrucDAK64AwKusAMErqwDBq6mAwiupgMKrqIDDK6mAw6upAMQrqYDEq6oAxSurAMWrq4DGK62AxquugMcrsADHq7IAyCuGAQirg4EJK4QBCauEAQorhYEKq4UBCyuFAQurgwEMK4MBDKuCgQ0rgQENq72Aziu9AM6rvgDPK74Az6uAARArgYCQq4HAkSuAABGrgAAYK4RAmKuEAJkrgAAZq4AAPD/RkSmAGCsAABirAAAgKwAAIKsAACErAAAhqwAAIisAACKrAAAjKwAAI6sAACQrAAAkqwAAJSsAACWrAAAmKwAAJqsAACcrAAAnqwAAECsAABCrAAARKwAAEasAABIrAAASqwAAEysAABOrAAAUKwAAFKsAABUrAAAVqwAAFisAABarAAAXKwAAF6sAABmBQAAbgUAAHAFAAByBQAAbAUAAGQFAADw/0lBOgCgqf//oqn//6Sp//+mqf//qKn//6qp//+sqf//rqn//4CpAACCqQAAhKkAAIipAACGqTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEFFQk0OB3QHnQeZB3YHNQd8AjQBogAdAEEAHwAfACAAIAAgAOcGagfWB6wHkgerB6ECUgGnAB8ARgAiACIAIwAjACMADQiaCIYISgizBwEIlgJZAaUAIQBJACMAIwAlACUAJACjCOcI5gjYCKUIYQh0Ak4BmAAXACMAOAA5ADcANQAzAHYI3gjXCMMImAhgCGMCTAHMAHEALACXAOUA5wDqAOwAvwjTCKwH2waXB10IPgJNAcgAcAB/AOUA8gD3APIA/wDnCAkHKQbIB1wIXAgPAjoBfgBYAKYAmgBSAI8ACgE8AecIVQfMBdMFGAdbCOUBFAEgABwALgAkAAwADgCfAEEB3AjKBnAFkgSHBl4FWQF4ABUAEgAdABUADAAMAFAAbQHGCF8HFwW5A4ABswBKAA4AFAAPACIAIgALABIAFQARAf0CWwKNAV4APABHADMAPAAaAA4AGwAaAAoAEwAPANEArAMGBO4ExAKrA1UFIgHzACkADAAdADIAEgAPABkAdwASCIAIbwg2CA4Inwc4AfsAJgAMAEMAUAAbABMALwDqACkHRQfwB6sH5gdsBzcBAQEgAAwAHwAeAA0AGgCiAHgB1AXQBWQGHgZIBtQFJgHyABEACQAWABcAEAAkAGwAlgHLAOIA/QAIAQgBDwERAeAADAAGAAgACgAHABAANwCiAVBSU1RXGBsDvgJAA7oDxwOWA/EDCgUdBSYD/gzFC+sLNw1IEJ0Z3wNhA9oDDAQaBBAEkgXJBx8H/wM3C4oINwjLDnoLDRyjBDoERgRWBI8ECQX/B5AKdwoQCX8DYwKOAbMFOwcpIDkHuAdSBx0HJwc5CB8N+A9uDoAI8gEXAboAAQIqBH4fhgUuBTQFNwVcBcYG0QyXEjURAgXYAe4ApQAZAgQEwB1VBnAFlBTxLRMsvCLjIaQzvjHyBbICCwNhAq4CAgTUGgAGJQUIFLYcawOoAqYCSQKKDLcLHgPmBmMLlwEbBBgYHAWlBHwPVBRGAggCkAIrAfkA5wAyAXYC3Ag5AmkDQRbBBCAETAbUC7ID6QM8BKQB8QClAvMBtgIGB/wBpAdiFSUE6QN6Dk8NGQIrArECpAGiAukB1wCiBCYQtwPwACIUUgbWBj8JDhKtA00JwQgSCmsRbAzCB8kGNgdfAskAkg3LA4EEywQsBQkEfwOSBc4GoAWzBH4EHQOmAcsA3gAFHbQfTyTEIRIi8BtVDW0eRyGKCBYEhgLNALsAiADJAH8iA2qxdRt5nX2ceMxJzYWnO9AH+APNAYsAaAB5AI4AoyoLyvTIgtBwxlO182UbyjFOWAdiAsQAoQAhAo8AgQCYLd3Npsy10hO1pJ6FrT/I81BTB90B/QEsAisDQAGTAPoWzALMAm0D0AO+A6MDMQSWBREFxQOODHgLqguXDrQOUxhKA4ID7AMcBCQEMgQNBmgIowe4BesJ9QYrB9ANjArLG88DUgRRBG0EiwRTBasIGAuhClUIfQLhASoBKwU9BsceqwaxB3YHHgc6B4sIxw0+EHgOaQfNAQUBrQBOAgsEER6qBDUFpgU3CGoNSRLyGLkdKhZaBOwB3ACqALoCFQSdHN4EYAUFGmAzVCzAH8IfzjPTMlIIMQPbA9oDVQJGBKEZmQQEBZkVrxn7A8oCpAJrAnYOVwuDA7UHmwqBAVEE6BYvBIwEnxHXDxMC1wGCAiYB7gDbAHYBHQKjCA4C5wMmFbYD8APyB0gNAAT7AxcEfwHoAHcCuAGYAsUGBAJ3Bw4UjwPNA9MO4QoUAh4CuAJ9AZsC4wHXAOgGTxEzA/MAixISBsIGmwdnDDgCNQdqBloGrAidCZ0IlAaXBJcB1gDTDcsHEAnJCPUImgVqBeIIUAvOBdwDtgP2AXoBoAD5AHQeJSKeJi8k2CRoG60QlCAFIqAGSwQEAqAAjgCCAM8AXCuViauTNZeQmoSED19Bo145zwVYA3MBcgBYAHAAhQCHN1nMq8np0DK7O6bzaVrJxkFzBSECsADtAMsCjQBzABQ8086EzZTSU65joCOtxsejRLkF2gEzAj0C9QQCAoMAAAAAAAAAgAHgDzwMLAoACAAOBAgIAMAPwA0AAAAAAAAmAAAAAAAAAAAAwB8AAAAAAAAAAAAAAAAAAAAAAAAAAAAABwBGQ0NWBQABAGwPXw8AAAAAAAAAAAAAAAAAAAAAAAAAAFIlCAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBgDcsBoQH6APgB+QDfACQBkwHpAKoDGAT5AkwBfASWATYB/QF7A9QAjAfyAAAAAACiADMBAAAAAIAO3gG6AQUBIgI3Ad8ARQGAAfkA5AM5BBgDagGRBBQCNgEjAo0D5gDNB/cAAAAAAKYARAEAAAAAoA/gAboBHwEkAjgB2gBbAZQBBAHdA1QEMgN5AZ8EHgIuAT8CtAPwAAgI/wAAAAAArQBWAQAAAADAEMsBwAEhAf4BNQHZAGUBhwEFAdEDQwQ1A4EBmAQQAiwBRgKWA/EAAwgAAQAAAAChAFcBAAAAAOARhQGkAQ0B3gENAdgAKQFDAfEAUgMLBAgDYAF5BP4BNQEBAsIC6QCIB9YAAAAAAIQA8AAAAAAAlTjTAOYG5QHGAcABbwLyAbUBAAAMBAwCvA2jA60BBgMfAxkDogEAAOMF6wAAAAAAHAAOAAAAAAA1NyQBRAEKASEBhAI9ATgBBAFZAQYDBwFwAvgAJwIKBscB/QFsAu8C0QW/AQAAAABsAvgCAAAAABU2RgGeATMBUgGWA1ABZAGBAR4C/gNIAfYCHgGFAisHDgI+AgoDlQP7BjUCAAAAAJ8C8wIAAAAA9TRhAbsBNwFnAQ4EVAFmAZoBLAJqBHMBVQM0AacCeAcgAkwCLgO3A3wHjwIAAAAA/QILAwAAAADVM50BOwJbAdgBwwShAbkBMALCAmsFngGdA10BvgLcB0QCZwJIA/4DEQiFAgAAAADjAv0CAAAAALUyaQG3AUoBgAGkA2MBcgFwAf0BSASUAVcDUgFkAkAHAwInAr0CjQNlB00CAAAAAK4CnQIAAAAAlTEuAUgBGAE3AR8CQQEoAeoAOgECA18B1AIiAQ8CCgbAAd8BUQLYAjIGRQIAAAAApQKYAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAV0JDWg8PDw8PDw8MDA4KDg4ODg4PDw8PDw8PAwoOCg4ODg4ODw8PDw8PDwMKDg4ODg4ODg8PDw8PDw8DCgoOCgoKCgoPDw8PDw8PAwoKCgoKCgoKDw8PDw8PDwMKCgoKCgoKCg8PDw8PDw8DCg4KCQ4OCgoPDw8PDw8PDAoODg4ODgoKDw8PDwUPAQEODg4ODg4KCg8PDw8PAQ8ODg4ODg4OCQoPDw8BDw8PCQoODg4ODg4KDwIBDw8PDwEKDgoKDg4OCg8PDw8PDw8DCg4KCg4ODgoPDw8PDw8PAwoODg4ODgoKDw8PDw8PDwMKDg4ODg4KCgUFBQICAgEDCg4ODg4OCgpCTUhMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEY1NTA4MTAxNTAxMTkAMDA5OTk5Ojk5Ojk5IDAwOjAwOjAwAH8AAAAAAQAAfwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5OTk5Ojk5Ojk5IDAwOjAwOjAwAA==</item><item key="FlashPixVersion" base64="1">MDEwMA==</item><item key="ColorSpace" base64="1">MQ==</item><item key="ExifImageWidth" base64="1">NjQw</item><item key="ExifImageLength" base64="1">NDgw</item><item key="InteroperabilityOffset" base64="1">MTAwMzg=</item><item key="SensingMethod" base64="1">Mg==</item><item key="FileSource" base64="1">Aw==</item><item key="SceneType" base64="1">AQ==</item><item key="CustomRendered" base64="1">MA==</item><item key="ExposureMode" base64="1">MA==</item><item key="WhiteBalance" base64="1">MA==</item><item key="DigitalZoomRatio" base64="1">MC8xMA==</item><item key="FocalLengthIn35mmFilm" base64="1">Mjgw</item><item key="SceneCaptureType" base64="1">MA==</item><item key="GainControl" base64="1">Mg==</item><item key="Contrast" base64="1">MA==</item><item key="Saturation" base64="1">MA==</item><item key="Sharpness" base64="1">MA==</item><item key="ImageUniqueID" base64="1">ZjMzYWVmMjUxZTZhNWRhYjYwMDdhYzAyOGJjZDU3NjI=</item></array></information><alias name="listitem" filename="Ivo-on-ibexa-tags_listitem.jpg" suffix="jpg" dirpath="var/ezwebin_site/storage/images/community/pictures/ivo-on-ibexa-tags/1035-1-eng-US" url="var/ezwebin_site/storage/images/community/pictures/ivo-on-ibexa-tags/1035-1-eng-US/Ivo-on-ibexa-tags_listitem.jpg" mime_type="image/jpeg" width="130" height="98" alias_key="379714049" timestamp="1311154279" is_valid="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1035', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 924 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '177', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1036', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 925 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '178', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Are you ready for the Community day?', - 'data_type_string' => 'ibexa_string', - 'id' => '1037', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'are you ready for the community day?', - 'version' => '1', - ], - 927 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '178', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1035', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 924 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '177', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1036', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 925 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '178', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Are you ready for the Community day?', + 'data_type_string' => 'ibexa_string', + 'id' => '1037', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'are you ready for the community day?', + 'version' => '1', + ], + 927 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '178', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Are-you-ready-for-the-Community-day.jpg" suffix="jpg" basename="Are-you-ready-for-the-Community-day" dirpath="var/ezwebin_site/storage/images/community/pictures/are-you-ready-for-the-community-day/1039-1-eng-US" url="var/ezwebin_site/storage/images/community/pictures/are-you-ready-for-the-community-day/1039-1-eng-US/Are-you-ready-for-the-Community-day.jpg" original_filename="65d29873.jpg" mime_type="image/jpeg" width="640" height="480" alternative_text="" alias_key="1293033771" timestamp="1311154202"><original attribute_id="1039" attribute_version="1" attribute_language="eng-US"/><information Height="480" Width="640" IsColor="1" ByteOrderMotorola="0" ApertureFNumber="f/4.5" Thumbnail.FileType="2" Thumbnail.MimeType="image/jpeg"><array name="ifd0"><item key="Make" base64="1">UGFuYXNvbmlj</item><item key="Model" base64="1">RE1DLVRaNQ==</item><item key="XResolution" base64="1">MTgwLzE=</item><item key="YResolution" base64="1">MTgwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Software" base64="1">VmVyLjEuMCAg</item><item key="DateTime" base64="1">MjAxMTowMToyNyAxMTozODozNg==</item><item key="Artist" base64="1">UGljYXNh</item><item key="YCbCrPositioning" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">NTAy</item><item key="UndefinedTag:0xC4A5" base64="1">UHJpbnRJTQAwMjUwAAAOAAEAFgAWAAIAAAAAAAMAZAAAAAcAAAAAAAgAAAAAAAkAAAAAAAoAAAAAAAsArAAAAAwAAAAAAA0AAAAAAA4AxAAAAAABBQAAAAEBAQAAABABgAAAAAkRAAAQJwAACw8AABAnAACXBQAAECcAALAIAAAQJwAAARwAABAnAABeAgAAECcAAIsAAAAQJwAAywMAABAnAADlGwAAECcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==</item><item key="UndefinedTag:0xC6D2" base64="1">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==</item></array><array name="exif"><item key="ExposureTime" base64="1">MTAvNDAw</item><item key="FNumber" base64="1">NDUvMTA=</item><item key="ExposureProgram" base64="1">Mg==</item><item key="ISOSpeedRatings" base64="1">MTYw</item><item key="ExifVersion" base64="1">MDIyMQ==</item><item key="DateTimeOriginal" base64="1">MjAxMTowMToyNyAxMTozODozNg==</item><item key="DateTimeDigitized" base64="1">MjAxMTowMToyNyAxMTozODozNg==</item><item key="ComponentsConfiguration" base64="1">AQIDAA==</item><item key="CompressedBitsPerPixel" base64="1">NC8x</item><item key="ExposureBiasValue" base64="1">MC8xMDA=</item><item key="MaxApertureValue" base64="1">MzQ0LzEwMA==</item><item key="MeteringMode" base64="1">NQ==</item><item key="LightSource" base64="1">MA==</item><item key="Flash" base64="1">MTY=</item><item key="FocalLength" base64="1">MTEzLzEw</item><item key="MakerNote" base64="1">UGFuYXNvbmljAAAANgABAAMAAQAAAAIAAAACAAcABAAAAAABAgADAAMAAQAAAAEAAAAHAAMAAQAAAAUAAAAPAAEAAgAAAAAQAAAaAAMAAQAAAAIAAAAcAAMAAQAAAAIAAAAfAAMAAQAAAAEAAAAgAAMAAQAAAAIAAAAhAAcACCAAALwGAAAiAAMAAQAAAAAAAAAjAAMAAQAAAAAAAAAkAAMAAQAAAAAAAAAlAAcAEAAAAMQmAAAmAAcABAAAADAyNzAnAAMAAQAAAAAAAAAoAAMAAQAAAAEAAAApAAQAAQAAAEkHAAAqAAMAAQAAAAAAAAArAAQAAQAAAAAAAAAsAAMAAQAAAAAAAAAtAAMAAQAAAAAAAAAuAAMAAQAAAAEAAAAvAAMAAQAAAAEAAAAwAAMAAQAAAAEAAAAxAAMAAQAAAAIAAAAyAAMAAQAAAAAAAAAzAAIAFAAAANQmAAA0AAMAAQAAAAEAAAA1AAMAAQAAAAEAAAA2AAMAAQAAAP//AAA3AAMAAQAAAAEBAAA4AAMAAQAAAAEAAAA6AAMAAQAAAAIAAAA7AAMAAQAAAAEAAAA8AAMAAQAAAP//AAA9AAMAAQAAAAEAAAA+AAMAAQAAAAEAAAA/AAMAAQAAAAAAAABNAAUAAgAAAOgmAABOAAcAKgAAAPgmAABPAAMAAQAAAAAAAABeAAcABAAAAAAAAAAAgAcABAAAADAxMjEBgAMAAQAAAAAAAAACgAMAAQAAAAEAAAADgAMAAQAAAAEAAAAEgAMAAQAAACoHAAAFgAMAAQAAAB4EAAAGgAMAAQAAAAUIAAAHgAMAAQAAAAEAAAAIgAMAAQAAAAEAAAAJgAMAAQAAAAEAAAAQgAIAFAAAACInAAAAAAAARFYBAkVQAADw/0RCCgbw/0FGtgCgrxCBoq8AAqSvADCmrwAAyq8sALKvAQC0rwAAuq8iALyv6f++rxcA+K8AAPqvAACor2YCqq8MLciv8gPYr0ACtq/AALivAADOr5cA0q8WANCvKACsrx0BsK9HAK6vRwDUrz8A9K8iAPKvKADirwAA5K8BAOCv9SzmrwcA6K8HAOqvAwDsrwAA9q8AANqvAADWrwAE8K8OAAQGvREKBgwtyAYBAZqvAACcrwAAnq8AAPD/U1RyAKQGAACmBgAAqAYAAKoGAACsBgAA+gcAAK4GAACwBgAAtgYAALgGAAC6BgAA9AcAAPYHAACyBgAAtAYAALAEAACyBAAAYKkAAGKpAABkqQAAaKkAAGapAABqqQAAeKkAAHqpAAB8qQAAfqkAAPD/QUUmASAFmQIiBWIC7geZAiQFdgUQBWsE3gaPBCYFegDABgAAKAW2ABgFgAE6BQEAxRkAAFAFLQJSBUkDygY5AAAFAwA2BQAAQgUAAAgFAAACBQAACgUAAAQFAABABQAABAcAAAwHAAAGBwAACAcAAAoHAADyBgAA9gb///QGAAD4Bv//DgV6BCoFaAAsBYABMgWAAfoGgAH8BgAAAAcAATsFAQA+BQEAxhktAsgZpwIwBQABHAXFAOgG7QoaBWoT7wYBAPAGAQD+BgAALgUAAAEFAABgBQAANAUAAA5noAI4BQAADgcAABAHAAASBwEAFAcBABYHAAAXBwAAGAcAAEgFAABKBQAARAUAAEYFAAAUBTEBFgUnADwFKgFYBRIDWgVAAPD/V0LqAAAEKgcCBAUIXAQeBAQEEQEGBPsAYASPBBoEAAFeBHIAXwQKABIE3AAUBPsAFgR1ARgERgHMBGcEzgTnCdAE7wbSBDkHCAQXAQoE9gC0BNIQtgSAAEAE9QAwBF8AOAR3ADIEfwA6BI8ANATs/zwEDgA2BBIAPgQnAEwEEgFOBPYAwAQRAcIE+QDqBAAAgAVoAIIFiQCDBXsAjAUKAI4FhgCPBYwAUgTcAFQE+wBWBNwAWAT7ANQE3ADWBPsA2ATcANoE+wDwBCQH8gRRBvQEGAH2BDEB+AQhB/oERwb8BBcB/gQzAfD/WUPmAE6qBgBQqgYAUqoGAFSqBgBEqoiIRqrdqkiqiGZKqhEATKoAADiqMAA6qjAAPKowAD6qMAAuqoiIMKrMiDKqd2Y0qiIRNqoAAIIEAACABAkAhAQAAISqcABgqkVFYqpFRWSqWHJmqlhyaKpDQ2qqAgBsqgAAbqoAAIaqAACIqgAAiqoIAIyqCACOqgAAkKoAAJKqHwCUqh8AlqoAAJiqAACgqvAAoqoQAKSq6ACmqgAAqKoKAFiqAQBaqgkAXKoJAF6qIACaqgAAnKoAAMCq///Cqv//xKr//8aq///Iqv//8P9DTQ4A/AUAMASsAADw/0RTLgAAr4AAAq/xhwqvVAAEr1YBBq83AAivAAAMr3UADq8AABCvVgESrzcA8P9JU8oAiK4AALSurgC2rpoAuK6jALquTAGArkwDgq76A4Su5wOGrucDAK4mAwKuLAMEri4DBq4uAwiuNAMKrjgDDK5AAw6uSgMQrkwDEq5SAxSuVAMWrloDGK5iAxquaAMcrmoDHq5sAyCu8AMirvgDJK74Ayau8AMorugDKq7kAyyu3AMurt4DMK7YAzKu4AM0ruYDNq7iAziu5AM6ruwDPK7uAz6u7gNArukBQq7qAUSuAABGrgAAYK7wAWKu7gFkrgAAZq4AAPD/RkSmAGCsAABirAAAgKwAAIKsAACErAAAhqwAAIisAACKrAAAjKwAAI6sAACQrAAAkqwAAJSsAACWrAAAmKwAAJqsAACcrAAAnqwAAECsAABCrAAARKwAAEasAABIrAAASqwAAEysAABOrAAAUKwAAFKsAABUrAAAVqwAAFisAABarAAAXKwAAF6sAABmBQAAbgUAAHAFAAByBQAAbAUAAGQFAADw/0lBOgCgqf//oqn//6Sp//+mqf//qKn//6qp//+sqf//rqn//4CpAACCqQAAhKkAAIipAACGqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEFFQk38AuICzAK4AqoCngKdApoCkQKMAoYCfwJ+AoECfgJkAoQCRgKHAnUCOQK0AoECTQJCAg0CygHEAb8BzQEcAjcCTwJ+AfgB8AGDAscCpwKXApICUAJEAsMBmwGyAdABGwL7Aq8C5ALeAt0C3wLjAugC3QLTAsgCuAKsAqUClAJ3AgoDAQP1AvIC8gL0AvwC+ALrAt0C0AK9ArACogKNAnECDgMJAwEDBAMIAwoDDQMJA/gC6ALZAsICtQKeAosCcwITAxAD/wLwAiIDJQMrAyIDAQPuAuEClwK8AqgCkwJ7AhMDEgNqAiUC9AGwAdgBCwKxAagBMQKfAXEBKwKYAoYCCgMPA/4CzgKfAtMC7QKWArwCagKuAoQCQQJzApgCgwL9AgQDCgMWA4ICTQJrAq8CJQIQAggCLgK7AqgClQJ7AuMC7wLzAgMDCQMIAwsDBQP6Au8C4gLMArMCmQKHAmMC0QLVAt0C5wLrAugC6ALkAt4C2ALNAroCqQKRAnYCXgLMAssCzALPAtACywLHAscCxgLCArkCrAKiAo4CcwJSAoICdQJyAnICcgJwAmsCbgJxAnECawJsAmcCYAJJAiwCdgEgARcBGQFQAVMBNwErAUoBEQE8AUMB/gD5APEAEQFYAkICPAI5AjcCMQIzAjQCLwInAhsCFAIOAg0C/QHjAVBSU1QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGQ0NWBgABAAwt9SwTLTwtAAAAAAAAAAAAAAAAAAAAAEk0uCUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQDJKqQBfQFvAcwA0wAAAAAAAAAAAAAAOAPzAmEDjQBYAQAAAAAAAAAAAACGAwAAAACGA4YDAAAAAIkr3gGrAbsBywDnAAAAAAAAAAAAAACGAz4DvgObAIEBAAAAAAAAAAAAAMsDAAAAAMsDywMAAAAASSwzAvIBHALXAA8BAAAAAAAAAAAAAM8DfgMYBKgAogEAAAAAAAAAAAAADgQAAAAADgQOBAAAAAAJLWYCKwJ0AuEAPAEAAAAAAAAAAAAA7AOnA1sEsAC4AQAAAAAAAAAAAAAsBAAAAAAsBCwEAAAAAMktPQIPAm4C4gBGAQAAAAAAAAAAAADZA48DTAS6AMoBAAAAAAAAAAAAAA4EAAAAAA4EDgQAAAAAiS7wAcgBJgLdADYBAAAAAAAAAAAAAI8DUwMgBLEAvgEAAAAAAAAAAAAA1QMAAAAA1QPVAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAV0JDWgYGBgYGBgYGBgYGBgYGAwMGBgMGBgYGAwMDBgYGAwMDBgMDAwYGBgYGBgYGBgYDAwYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGAwYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgMGAwYGBgYGBgYGBgYDBgYGAwMGBgYGBgYGBgMGBgMDAwMDBgYGBgYGBgYGBgYGAwMDBgYGBgYGBgYGBgYDAwMDAwYGBgYGBgYGBgYGAwMDAwMGBgYGBgYGBgMGBgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDBAQEBAQEBAQEBAQEBANCTUhMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEY1NTA4MTAxNTAxMTkAMDA5OTk5Ojk5Ojk5IDAwOjAwOjAwAH8AAAAAAQAAfwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5OTk5Ojk5Ojk5IDAwOjAwOjAwAA==</item><item key="FlashPixVersion" base64="1">MDEwMA==</item><item key="ColorSpace" base64="1">MQ==</item><item key="ExifImageWidth" base64="1">NjQw</item><item key="ExifImageLength" base64="1">NDgw</item><item key="InteroperabilityOffset" base64="1">MTAwMzg=</item><item key="SensingMethod" base64="1">Mg==</item><item key="FileSource" base64="1">Aw==</item><item key="SceneType" base64="1">AQ==</item><item key="CustomRendered" base64="1">MA==</item><item key="ExposureMode" base64="1">MA==</item><item key="WhiteBalance" base64="1">MA==</item><item key="DigitalZoomRatio" base64="1">MC8xMA==</item><item key="FocalLengthIn35mmFilm" base64="1">Njc=</item><item key="SceneCaptureType" base64="1">MA==</item><item key="GainControl" base64="1">MQ==</item><item key="Contrast" base64="1">MA==</item><item key="Saturation" base64="1">MA==</item><item key="Sharpness" base64="1">MA==</item><item key="ImageUniqueID" base64="1">MzZlNTczMTBhYjA5ZTQ1ZGIzYWRiOTA2ZWY1YTAzZWU=</item></array></information><alias name="listitem" filename="Are-you-ready-for-the-Community-day_listitem.jpg" suffix="jpg" dirpath="var/ezwebin_site/storage/images/community/pictures/are-you-ready-for-the-community-day/1039-1-eng-US" url="var/ezwebin_site/storage/images/community/pictures/are-you-ready-for-the-community-day/1039-1-eng-US/Are-you-ready-for-the-Community-day_listitem.jpg" mime_type="image/jpeg" width="130" height="98" alias_key="379714049" timestamp="1311154279" is_valid="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1039', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 928 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '178', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1040', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 929 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '179', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Let\'s work together!', - 'data_type_string' => 'ibexa_string', - 'id' => '1041', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'let\'s work together!', - 'version' => '1', - ], - 931 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '179', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1039', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 928 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '178', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1040', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 929 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '179', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Let\'s work together!', + 'data_type_string' => 'ibexa_string', + 'id' => '1041', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'let\'s work together!', + 'version' => '1', + ], + 931 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '179', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Let-s-work-together.jpg" suffix="jpg" basename="Let-s-work-together" dirpath="var/ezwebin_site/storage/images/community/pictures/let-s-work-together/1043-1-eng-US" url="var/ezwebin_site/storage/images/community/pictures/let-s-work-together/1043-1-eng-US/Let-s-work-together.jpg" original_filename="3ef0e6bc.jpg" mime_type="image/jpeg" width="640" height="360" alternative_text="" alias_key="1293033771" timestamp="1311154202"><original attribute_id="1043" attribute_version="1" attribute_language="eng-US"/><information Height="360" Width="640" IsColor="1" ByteOrderMotorola="0" ApertureFNumber="f/3.3" Thumbnail.FileType="2" Thumbnail.MimeType="image/jpeg"><array name="ifd0"><item key="Make" base64="1">UGFuYXNvbmlj</item><item key="Model" base64="1">RE1DLVRaNQ==</item><item key="XResolution" base64="1">MTgwLzE=</item><item key="YResolution" base64="1">MTgwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Software" base64="1">VmVyLjEuMCAg</item><item key="DateTime" base64="1">MjAxMTowMToyNyAxNjo0NTowOA==</item><item key="Artist" base64="1">UGljYXNh</item><item key="YCbCrPositioning" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">NTAy</item><item key="UndefinedTag:0xC4A5" base64="1">UHJpbnRJTQAwMjUwAAAOAAEAFgAWAAIAAAAAAAMAZAAAAAcAAAAAAAgAAAAAAAkAAAAAAAoAAAAAAAsArAAAAAwAAAAAAA0AAAAAAA4AxAAAAAABBQAAAAEBAQAAABABgAAAAAkRAAAQJwAACw8AABAnAACXBQAAECcAALAIAAAQJwAAARwAABAnAABeAgAAECcAAIsAAAAQJwAAywMAABAnAADlGwAAECcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==</item><item key="UndefinedTag:0xC6D2" base64="1">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==</item></array><array name="exif"><item key="ExposureTime" base64="1">MTAvMTUw</item><item key="FNumber" base64="1">MzMvMTA=</item><item key="ExposureProgram" base64="1">Mg==</item><item key="ISOSpeedRatings" base64="1">ODAw</item><item key="ExifVersion" base64="1">MDIyMQ==</item><item key="DateTimeOriginal" base64="1">MjAxMTowMToyNyAxNjo0NTowOA==</item><item key="DateTimeDigitized" base64="1">MjAxMTowMToyNyAxNjo0NTowOA==</item><item key="ComponentsConfiguration" base64="1">AQIDAA==</item><item key="CompressedBitsPerPixel" base64="1">NC8x</item><item key="ExposureBiasValue" base64="1">MC8xMDA=</item><item key="MaxApertureValue" base64="1">MzQ0LzEwMA==</item><item key="MeteringMode" base64="1">NQ==</item><item key="LightSource" base64="1">MA==</item><item key="Flash" base64="1">MTY=</item><item key="FocalLength" base64="1">NDcvMTA=</item><item key="MakerNote" base64="1">UGFuYXNvbmljAAAANgABAAMAAQAAAAIAAAACAAcABAAAAAABAgADAAMAAQAAAAEAAAAHAAMAAQAAAAUAAAAPAAEAAgAAACAAAAAaAAMAAQAAAAQAAAAcAAMAAQAAAAIAAAAfAAMAAQAAABUAAAAgAAMAAQAAAAIAAAAhAAcACCAAALwGAAAiAAMAAQAAAAAAAAAjAAMAAQAAAAAAAAAkAAMAAQAAAAAAAAAlAAcAEAAAAMQmAAAmAAcABAAAADAyNzAnAAMAAQAAAAAAAAAoAAMAAQAAAAEAAAApAAQAAQAAAIUQAAAqAAMAAQAAAAAAAAArAAQAAQAAAAAAAAAsAAMAAQAAAAIAAAAtAAMAAQAAAAAAAAAuAAMAAQAAAAEAAAAvAAMAAQAAAAEAAAAwAAMAAQAAAAEAAAAxAAMAAQAAAAEAAAAyAAMAAQAAAAEAAAAzAAIAFAAAANQmAAA0AAMAAQAAAAEAAAA1AAMAAQAAAAEAAAA2AAMAAQAAAP//AAA3AAMAAQAAAAEBAAA4AAMAAQAAAAEAAAA6AAMAAQAAAAIAAAA7AAMAAQAAAAEAAAA8AAMAAQAAAP//AAA9AAMAAQAAAAUAAAA+AAMAAQAAAAEAAAA/AAMAAQAAAAAAAABNAAUAAgAAAOgmAABOAAcAKgAAAPgmAABPAAMAAQAAAAAAAABeAAcABAAAAAAAAAAAgAcABAAAADAxMjEBgAMAAQAAABUAAAACgAMAAQAAAAIAAAADgAMAAQAAAAIAAAAEgAMAAQAAABQFAAAFgAMAAQAAAB4EAAAGgAMAAQAAAIsIAAAHgAMAAQAAAAEAAAAIgAMAAQAAAAEAAAAJgAMAAQAAAAEAAAAQgAIAFAAAACInAAAAAAAARFYBAkVQAADw/0RCCgbw/0FGtgCgrxCIoq8CgqSvEDCmrwAAyq9QALKvAwC0rwEAuq8IALyv7/++rwAA+K8AAPqvMACor+ADqq/IDMivQJzYr5T+tq8gAbivAADOr0sB0q8oANCvKACsr4QCsK9TAK6vUwDUrycA9K8pAPKvKQDirwAA5K8BAOCvmAzmrwEA6K8AAOqvAADsrwAA9q8WU9qvAADWrwAA8K8AAAQGtgoKBsgMyAYBAZqvAACcrwAAnq8AAPD/U1RyAKQGAACmBgAAqAYAAKoGAACsBgAA+gcAAK4GAACwBgAAtgYAALgGAAC6BgAA9AcAAPYHAACyBgAAtAYAALAEAACyBAAAYKkAAGKpAABkqQAAaKkAAGapAABqqQAAeKkAAHqpAAB8qQAAfqkAAPD/QUUmASAFFQIiBWIC7gcdBSQFsAIQBaUB3ga0ASYFBgDABgAAKAWyARgFWQI6BQEAxRkCAFAFxQFSBasBygYTAgAFAwA2BQAAQgUAAAgFAAACBQAACgUAAAQFAABABQAABAfT/gwHsP8GBwAACAcZAAoHAADyBgAA9gb///QGAAD4Bk0ADgUxAioFFQAsBQEDMgUBA/oGWQL8BqgAAAcAAjsFAQA+BQIAxhnFAcgZ7QEwBYABHAUbAugGvwoaBWoT7wYCAPAGAQD+BgAALgUAAAEFAABgBQAANAUAAA5noAI4BQAADgckABAHEQASBzgAFAdCDRYHQgAXBzYAGAcjAEgFAABKBQAARAUAAEYFAAAUBTEBFgUnADwFKAFYBTIBWgXUAPD/V0LqAAAEFAUCBIsIXAQeBAQEwQAGBOgAYAS0ARoEBABeBAAAXwQGABIE//8UBP//FgT//xgE///MBGcEzgTnCdAE7wbSBDkHCASEAAoECgG0BAAAtgQBAUAE9QAwBEoAOARZADIEZAA6BHsANAT7/zwEGwA2BBMAPgQlAEwEDAFOBBgBwATBAMIE6ADqBAAAgAUAAIIFhgCDBYwAjAUAAI4FhgCPBYwAUgS4AFQE3gBWBLgAWATeANQEygDWBPEA2AS4ANoE3gDwBCQH8gRRBvQEGAH2BDEB+AQhB/oERwb8BBcB/gQzAfD/WUPmAE6qFABQqhQAUqoUAFSqFABEqv//RqrMiEiqdwNKqgAATKoAADiqUAA6qlAAPKpQAD6qUAAuqoiIMKrMiDKqd1U0qiIRNqoAAIIEKgCABAQAhAQAAISqcABgqjI+YqoyPmSqOktmqjpLaKoxPmqqAQBsqgAAbqoAAIaqAACIqgAAiqoMAIyqDACOqgAAkKoAAJKqHwCUqh8AlqoAAJiqAACgqvAAoqoQAKSq6ACmqgAAqKoKAFiqAQBaqgAAXKoAAF6qIACaqgAAnKoAAMCq0ADCqtAAxKrQAMaq0ADIqggI8P9DTQ4A/AUAMASsAADw/0RTLgAArwAAAq8AAAqvAAAErwAABq8AAAivAAAMrwAADq8AABCvAAASrwAA8P9JU8oAiK4AALSuMQC2rjcAuK7SArquBwKArncDgq7sBoSu5wOGrucDAK50AwKuXAMErlIDBq5IAwiuRAMKrkIDDK5IAw6uTAMQrlIDEq5SAxSuUgMWrk4DGK4AABquAAAcrgAAHq4AACCu9gMiruYDJK7YAyauyAMorsoDKq7YAyyu7AMurvYDMK72AzKu0gM0rrQDNq6kAziuAAA6rgAAPK4AAD6uAABArvABQq7oAUSu6AFGrgAAYK7wAWKu8QFkrvABZq4AAPD/RkSmAGCsAABirAAAgKwAAIKsAACErAAAhqwAAIisAACKrAAAjKwAAI6sAACQrAAAkqwAAJSsAACWrAAAmKwAAJqsAACcrAAAnqwAAECsAABCrAAARKwAAEasAABIrAAASqwAAEysAABOrAAAUKwAAFKsAABUrAAAVqwAAFisAABarAAAXKwAAF6sAABmBQAAbgUAAHAFAAByBQAAbAViAGQFAATw/0lBOgCgqfECoqnwD6Sp//+mqf//qKkRQqqpQA+sqf//rqn//4CpPwKCqQAAhKkAAIipjwCGqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEFFQk3YA+ACEQSTA7MA8AB6AY4B0wLiCxwM6gqSAusA6AACASUFtAIbAvsAvwBgAMQAGgHVAsYOZg+lDjkDcgQuAiMBFgXJAyID+wDmAFoAywAsARkD5g5kD4cOmQSaCdYDMgHuBSYElAP+Av4A2gB6AT0BGgMHD2EPsg7IBdQLHwObAc4GCwQDAS8BCAEAATAC8QFlAkQH3wVnCtgG0Q0ABIADmQY6BW4BYgFqAbMBcQLnA30CRAE7ArMBDQUnChoCkgPTAdYBAAK7AS0BHgJ1BCEEQwNGAloBWQLhAKAHGQMUAeoB8ADJAWgAegDXAIkCXQJlAxIDugCxAWgAIwTtBVAA3gBOADYBQgCZAFkAqQF1AOoBVQE/AfkAKAAvACoAUwA3ABsASQBQAOQAtgXAAFEA8gAbA/wBeQAoAH8AFgA1ACIAHAA4AC0ADwFPAZAATABoAMwAUAFrAFkAbwAcAB4AFgAYAC0AKwASAa8AOAA0ACsAWAApABcAGAAnAB4AHAAUAB0AIwAYAOQACAExACIAHABiACkAEAAdABoAFwAaADAAMAA7ABcAYwCYANsAJAAcAH8AMQAsADIAIAAPABMAwgAsAEIAGQAlACgALQAnAC8AswA4AC8AIQAiABEADwA0AGQAPgAlACEALwAeACEAIwBXAB8AKAAjABQAEAAMAFBSU1QbFMMMYRLwDysCnwS3BocHkhE8SB5PXkVoCd8E+wQuBbUZXQyGC8QFVwLEASgE3AUSEorpK+DMmvgMgBSzB8kFiBrmEQwQbgYpArQBNgRVBqITpfEH2BSF5BaMMZENCwZKHsMSDRUKDyUCCQVRB9gGfxUK9371Wb4HH4k+YAiDB+IieBBRBfMHdQJKBh0KbAtmDdVf3kgDeLoo7FEmED0QOh6EFrYIhQjQBUQJXA7rExIKswY0CxkH3Cc9RhwMLRMbB5sHqgl7CGwFVAu0Fv4Ulg5wC0IHvwygBkcoYQvAFC0I8QOKCJ0BgQKWBDQNjwoXEtEN6QPcCOAB2yNaJ6ELJwNEAkkETgG2AuwBKQg6AqUJTgYEBY0ErwDZAP0ARgLRAOQANAFNAWgEUC15A3oBgwcZE5IJsAH/ANsBcwAWAY4AAwH1ANkAEgVIBa4CZwHtAekDqwaTAScCxAF3AJoAbQAZAdEAKwHcBNYC5QDlAMoAogGPAF4AggCtAIYAhwBYABQBlgCbAG0E4gSXAJgAhAAGArMAWwCbAHYAeAB8AIEADwH9AGcAeAFgAo4BsQC9ABEDBAHQAP8AdwBcAG4AwwH6ADIBaQDkAMUAvAC7APoArQP6AOwAtACLAFYAXADxAAsCHgGrAJgA1wCDAKYAlQC9AcIAzACjAFsAVQBVAEMUfAubEIgOAgJmBEkGSgfUEvVK8E41QrMH5wQUBUMFdxlxCyoLigU9Ar8BRQRHBqkUqfHw3zCYdQvxE8UGugWnGgQRBQ9PBgYCtwFFBIMGiBpg9d3Wd4O7FukywgnzBSce3RCfFL4N+wGaBUAHBAdcIEL3KvXIsrsgPD3fBkcH2iL9DlcFNQjYAbYG0QkwDO8P/F53SXZwCix4TskPfg8YHPYUIwlqCR0FlwkaDwEUYQmqBkgLeQaRKzlDdwwNE2wGugbRCacI/wSpC5cWexUGDnILYgcJDfgH1SZeCXkblQfJA7IIugGWAh8F2AxVCrASHA3WAywJ5gFkKfojnhWZAqsCbgNlAZECdwKlB3wCNwlMBn0EjwS4AOsALgEsBM8AAQExAVIBWgQpLYwDzwFvC4UPsgmJATcBrwF5ACIBhQBQAe8A4QAfBaMEtwJyARMCFATHBmgBSwKxAXIAoABhAEcCzAAvAaoEqwLqAOkAxgC1AawAjgCQALoAjACEAFYA3gGWAKgAOgTlBI0AmACGAP4BfgBeAJsAfAB+AH4AawASAfYAYgBXAYQC4gGrAN0AxwLQAMcAAwFkAFMAaABOAfsAJQFfAM0AwQC5ALUACQFVA80A2wC0AIMAWQBcAOwAFgIWAaAAlQDMAHQAmwCOAJkBugC+AKAAWABTAHkAAAAAAAAARALUAgQLjAJIAgACwAAAAAAAAAAAAAAAAAAWAAAAAAAAAAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAABgBGQ0NWBQABAMgMmAwAAAAAAAAAAAAAAAAAAAAAAAAAAD8ZdwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQB3C+sChAffAaoBSgEHAakBjwIAAMcEsQQyDMsC6wKrAbcAdQIkBQAAoQdDAQAAAAACAAEAAAAAAJcM4APFCYUCDAJqAUwBAwIgAwAAagY5BVoNMANJA84B4QD0AqAFAABhCHcBAAAAAAIAAgAAAAAAtw23A9gJwQJOApoBbAE7AsMDAABzBjoFZQ1GA1gD3gECAQADBgYAAGoIfgEAAAAAAgAAAAAAAADXDjAD9AikAoQCegEhATECFwQAAKwFFQXfDEwDeQPZAecAEQNRBgAADAiBAQAAAAADAAIAAAAAAPcPXwJiBuIByAEqAfcApwH7AgAA/gNKBCMLzQIlA4MB0wCPApMFAAC1BmIBAAAAAAMAAgAAAAAAoxBCAkkG+wH/AbABggGIAVQBAAAGBNsBgAeqAc0BGQFjASgBxwAAAGkEwgAAAAAACAAFAAAAAACDD0YCqwYGAnECsgGpAZMBTwEAAC0EKwKbCdQBQAI/AaMBWAHYAAAAnwXhAAAAAAAJAAQAAAAAAGMORAJxCCkCKwPLAb0BngFJAQAABgWDApILFwKbAl0ByQF8AdwAAAC4BvQAAAAAAAoABQAAAAAAQw2bAmEKdgIGA+IBpwG9AVwBAADyBd0CnwxKApoCcQHFAZEB5gAAAHUH6QAAAAAACQAFAAAAAAAjDIkCyQlTAmICswGIAZIBWwEAACAG2gJODC0CQQJLAZgBcwHVAAAAbwfgAAAAAAAIAAIAAAAAAAMLSQI9B/sBAwKkAXkBjgFWAQAAugSIAk4K8gHHATABVwE7AcMAAABvBtEAAAAAAAkABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAV0JDWgQKCgoKCgoKCg4ODgoKCgoKCgEJCg4OCg4ODg4KCgoKCgoCCgoOCgoODg4OCgoKCgoKDgoKCgoKDg4ODgoKCgoKCgoKCgoACg4ODg4KCgAKCgoKCgoKCgoKCgoKBAoKCgoKCgoKCgoOCgoKCgoKCgoKDgoKCg4KDgoKCgoKCgoKDg4OCg4KCgoKCgoKDg4OCg4OCgoOCgoOCgoKDgoODgoOCgoOCgoKDgkKCg4KDg4ODgoODgoKDg4ODg4ODg4ODgoKDg4KCg4ODgoODg4ODg4KCg4ODgoKDg4KDg4KDg4OCg4ODg4ODg4OCg4ODg4ODg4KDg4ODg4ODg4ODg4ODg5CTUhMAAAAAAAAAAAAERoWAAAAAAAAAAAAAAAAAFdhTwAAAAAAAAAAAAAAAABZYEwAAAUAAAAEAAAAAAAAW2JTAAEGAAAAAAAAAAAAACIYMAo6AQABAAAAAAAAAQAAAAARKAAAAAAAAAAAAAAAAAAAAAYGAgAAAAAAAAAAAQAAAAAKGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEY1NTA4MTAxNTAxMTkAMDA5OTk5Ojk5Ojk5IDAwOjAwOjAwAFcAAAAAAQAAXwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5OTk5Ojk5Ojk5IDAwOjAwOjAwAA==</item><item key="FlashPixVersion" base64="1">MDEwMA==</item><item key="ColorSpace" base64="1">MQ==</item><item key="ExifImageWidth" base64="1">NjQw</item><item key="ExifImageLength" base64="1">MzYw</item><item key="InteroperabilityOffset" base64="1">MTAwMzg=</item><item key="SensingMethod" base64="1">Mg==</item><item key="FileSource" base64="1">Aw==</item><item key="SceneType" base64="1">AQ==</item><item key="CustomRendered" base64="1">MA==</item><item key="ExposureMode" base64="1">MA==</item><item key="WhiteBalance" base64="1">MA==</item><item key="DigitalZoomRatio" base64="1">MC8xMA==</item><item key="FocalLengthIn35mmFilm" base64="1">Mjg=</item><item key="SceneCaptureType" base64="1">MA==</item><item key="GainControl" base64="1">Mg==</item><item key="Contrast" base64="1">MA==</item><item key="Saturation" base64="1">MQ==</item><item key="Sharpness" base64="1">MQ==</item><item key="ImageUniqueID" base64="1">Yjc5N2I4MDg4NTA1NDM4OGY2NTYwYzI1ZWY3MTkwM2E=</item></array></information><alias name="listitem" filename="Let-s-work-together_listitem.jpg" suffix="jpg" dirpath="var/ezwebin_site/storage/images/community/pictures/let-s-work-together/1043-1-eng-US" url="var/ezwebin_site/storage/images/community/pictures/let-s-work-together/1043-1-eng-US/Let-s-work-together_listitem.jpg" mime_type="image/jpeg" width="130" height="73" alias_key="379714049" timestamp="1311154279" is_valid="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1043', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 932 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '179', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1044', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 933 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '180', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'The Mediterranean seen from Nice!', - 'data_type_string' => 'ibexa_string', - 'id' => '1045', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'the mediterranean seen from nice!', - 'version' => '1', - ], - 935 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '180', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1043', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 932 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '179', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1044', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 933 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '180', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'The Mediterranean seen from Nice!', + 'data_type_string' => 'ibexa_string', + 'id' => '1045', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'the mediterranean seen from nice!', + 'version' => '1', + ], + 935 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '180', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="The-Mediterranean-seen-from-Nice.jpg" suffix="jpg" basename="The-Mediterranean-seen-from-Nice" dirpath="var/ezwebin_site/storage/images/community/pictures/the-mediterranean-seen-from-nice/1047-1-eng-US" url="var/ezwebin_site/storage/images/community/pictures/the-mediterranean-seen-from-nice/1047-1-eng-US/The-Mediterranean-seen-from-Nice.jpg" original_filename="56b81989.jpg" mime_type="image/jpeg" width="640" height="360" alternative_text="" alias_key="1293033771" timestamp="1311154202"><original attribute_id="1047" attribute_version="1" attribute_language="eng-US"/><information Height="360" Width="640" IsColor="1" ByteOrderMotorola="0" ApertureFNumber="f/9.0" Thumbnail.FileType="2" Thumbnail.MimeType="image/jpeg"><array name="ifd0"><item key="Make" base64="1">UGFuYXNvbmlj</item><item key="Model" base64="1">RE1DLVRaNQ==</item><item key="XResolution" base64="1">MTgwLzE=</item><item key="YResolution" base64="1">MTgwLzE=</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Software" base64="1">VmVyLjEuMCAg</item><item key="DateTime" base64="1">MjAxMTowMToyNyAxMTozOTo1Mg==</item><item key="Artist" base64="1">UGljYXNh</item><item key="YCbCrPositioning" base64="1">Mg==</item><item key="Exif_IFD_Pointer" base64="1">NTAy</item><item key="UndefinedTag:0xC4A5" base64="1">UHJpbnRJTQAwMjUwAAAOAAEAFgAWAAIAAAAAAAMAZAAAAAcAAAAAAAgAAAAAAAkAAAAAAAoAAAAAAAsArAAAAAwAAAAAAA0AAAAAAA4AxAAAAAABBQAAAAEBAQAAABABgAAAAAkRAAAQJwAACw8AABAnAACXBQAAECcAALAIAAAQJwAAARwAABAnAABeAgAAECcAAIsAAAAQJwAAywMAABAnAADlGwAAECcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==</item><item key="UndefinedTag:0xC6D2" base64="1">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==</item></array><array name="exif"><item key="ExposureTime" base64="1">MTAvNjQwMA==</item><item key="FNumber" base64="1">OTAvMTA=</item><item key="ExposureProgram" base64="1">OA==</item><item key="ISOSpeedRatings" base64="1">MTYw</item><item key="ExifVersion" base64="1">MDIyMQ==</item><item key="DateTimeOriginal" base64="1">MjAxMTowMToyNyAxMTozOTo1Mg==</item><item key="DateTimeDigitized" base64="1">MjAxMTowMToyNyAxMTozOTo1Mg==</item><item key="ComponentsConfiguration" base64="1">AQIDAA==</item><item key="CompressedBitsPerPixel" base64="1">NC8x</item><item key="ExposureBiasValue" base64="1">MC8xMDA=</item><item key="MaxApertureValue" base64="1">MzQ0LzEwMA==</item><item key="MeteringMode" base64="1">NQ==</item><item key="LightSource" base64="1">MA==</item><item key="Flash" base64="1">MjQ=</item><item key="FocalLength" base64="1">NjcvMTA=</item><item key="MakerNote" base64="1">UGFuYXNvbmljAAAANgABAAMAAQAAAAIAAAACAAcABAAAAAABAgADAAMAAQAAAAEAAAAHAAMAAQAAAAUAAAAPAAEAAgAAACAAAAAaAAMAAQAAAAQAAAAcAAMAAQAAAAIAAAAfAAMAAQAAAAMAAAAgAAMAAQAAAAIAAAAhAAcACCAAALwGAAAiAAMAAQAAAAAAAAAjAAMAAQAAAAAAAAAkAAMAAQAAAAAAAAAlAAcAEAAAAMQmAAAmAAcABAAAADAyNzAnAAMAAQAAAAAAAAAoAAMAAQAAAAEAAAApAAQAAQAAAOskAAAqAAMAAQAAAAAAAAArAAQAAQAAAAAAAAAsAAMAAQAAAAAAAAAtAAMAAQAAAAAAAAAuAAMAAQAAAAEAAAAvAAMAAQAAAAEAAAAwAAMAAQAAAAEAAAAxAAMAAQAAAAIAAAAyAAMAAQAAAAEAAAAzAAIAFAAAANQmAAA0AAMAAQAAAAEAAAA1AAMAAQAAAAEAAAA2AAMAAQAAAP//AAA3AAMAAQAAAAEBAAA4AAMAAQAAAAEAAAA6AAMAAQAAAAIAAAA7AAMAAQAAAAEAAAA8AAMAAQAAAP//AAA9AAMAAQAAAAUAAAA+AAMAAQAAAAEAAAA/AAMAAQAAAAAAAABNAAUAAgAAAOgmAABOAAcAKgAAAPgmAABPAAMAAQAAAAAAAABeAAcABAAAAAAAAAAAgAcABAAAADAxMjEBgAMAAQAAAAMAAAACgAMAAQAAAAEAAAADgAMAAQAAAAEAAAAEgAMAAQAAABYHAAAFgAMAAQAAAB4EAAAGgAMAAQAAACoHAAAHgAMAAQAAAAEAAAAIgAMAAQAAAAEAAAAJgAMAAQAAAAEAAAAQgAIAFAAAACInAAAAAAAARFYBAkVQAADw/0RCCgbw/0FGtgCgrxCAoq8AAqSvADCmrwAAyq9UALKvAQC0rwAAuq+OALyv7/++rwAA+K8AAPqvFwCor7wBqq9ZGsivQJzYr63/tq8gAbivAADOr4cA0q8UANCvKACsr/8AsK8oAK6vKADUr0oA9K8mAPKvKADirwAA5K8BAOCvQhrmr98B6K//AeqvGQDsrwAA9q8AANqvAADWrwAE8K8GAAQGbg4KBlkayAYCApqvAACcrwAAnq8AAPD/U1RyAKQGAACmBgAAqAYAAKoGAACsBgAA+gcAAK4GAACwBgAAtgYAALgGAAC6BgAA9AcAAPYHAACyBgAAtAYAALAEAACyBAAAYKkAAGKpAABkqQAAaKkAAGapAABqqQAAeKkAAHqpAAB8qQAAfqkAAPD/QUUmASAFZgIiBWIC7gdmAiQF9ggQBesH3gYJCCYFsQDABp0BKAW2ABgFCgE6BQIAxRkAAFAFPANSBboFygYCAAAFAwA2BQAAQgUAAAgFAAACBcr/CgUAAAQFAABABQAABAfK/wwHAAAGBwAACAcAAAoHAADyBgAA9gb///QGAAD4Bv//DgXsByoFHgAsBQoBMgUKAfoGCgH8BgAAAAcAATsFAgA+BQAAxhk8A8gZsAQwBQAAHAUMAOgGvQoaBaoT7wYBAPAGAQD+BgAALgUAAAEFAABgBQAANAUAAA5noAI4BQAADgcJABAHAAASBz0AFAcBABYHEAAXBwAAGAcAAEgFAABKBQAARAUAAEYFAAAUBTEBFgUnADwFLQFYBRIYWgVCAPD/V0LqAAAEFgcCBCoHXAQeBAQEDgEGBBoBYAQJCBoE0gBeBP8AXwQKABIE+QAUBAoBFgQOARgEGgHMBGcEzgTnCdAE7wbSBDkHCAQhAQoEFwG0BAQitgQAAUAE9QAwBFIAOARpADIEcAA6BHMANATg/zwEBAA2BBAAPgQpAEwEGAFOBBYBwAQTAcIEHQHqBAAAgAUFAYIFjACDBYsAjAUJAI4FhwCPBY0AUgT6AFQEFQFWBPoAWAQVAdQE+gDWBBUB2AT6ANoEFQHwBCQH8gRRBvQEGAH2BDEB+AQhB/oERwb8BBcB/gQzAfD/WUPmAE6qBgBQqgYAUqoGAFSqBgBEqoiIRqrdqkiqiGZKqhEATKoAADiqMAA6qjAAPKowAD6qMAAuqoiIMKrMiDKqd2Y0qiIRNqoAAIIEAACABAkAhAQAAISqcABgqpubYqqbm2SqY39mqmN/aKpoaGqqAgBsqgAAbqoAAIaqAACIqgAAiqoIAIyqCACOqgAAkKoAAJKqHwCUqh8AlqoAAJiqAACgqvAAoqoQAKSq6ACmqgAAqKoKAFiqAQBaqgkAXKoJAF6qIACaqgAAnKoAAMCq///Cqv//xKr//8aq///Iqv//8P9DTQ4A/AUAMASsAADw/0RTLgAArwAAAq8AAAqvAAAErwAABq8AAAivAAAMrwAADq8AABCvAAASrwAA8P9JU8oAiK4AALSuQQG2rlcBuK5uA7qutQmArmcEgq7mA4Su5wOGrucDAK5uBAKucgQErnYEBq58BAiuggQKroQEDK6GBA6uggQQrooEEq6EBBSuiAQWroIEGK6IBBquhAQcroYEHq6ABCCu8AMiruwDJK7oAyau5gMort4DKq7gAyyu2AMurtgDMK7cAzKu3AM0ruADNq7kAziu4gM6rt4DPK7iAz6u3gNArvEBQq4AAESuAABGrgAAYK7wAWKuAABkrgAAZq4AAPD/RkSmAGCsAABirAAAgKwAAIKsAACErAAAhqwAAIisAACKrAAAjKwAAI6sAACQrAAAkqwAAJSsAACWrAAAmKwAAJqsAACcrAAAnqwAAECsAABCrAAARKwAAEasAABIrAAASqwAAEysAABOrAAAUKwAAFKsAABUrAAAVqwAAFisAABarAAAXKwAAF6sAABmBQAAbgUAAHAFAAByBQAAbAViAGQFAAjw/0lBOgCgqfIioqnwD6Sp8iKmqfAPqKkCIqqpAA+sqf//rqn//4CpFACCqQAAhKkAAIipGwCGqQcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEFFQk0cAo8DwwTuBcYF/QIPAnwCvQLcBEEEUwPwAgcC5gHzAbsBTALIBH0DbQP0A+oCIAPLAhwE7gPSAuIC7wLnAeIBqQP6A/kCpAIxA5QDFQRgBG4EpgN/A0gDYwS2A8ICKgKMAxEFKQZKBnUD3AMIBMsBdgUQBowF0wTFBF8CCAOjA6AEVwXpBcIFcQVvBMUCZQIxANUAsgMuBKoEJgNzA4wDMQRqBScGsgbBBaEF/gQOApQAFgNKAqAD4ALEAwgEjgPLAwQFQAUyBf4E1QMyBH4BUgAQAt4DsAM+A8IDjwPDAj8ERgNVA1gDjAPRA8EDygIvAHYAFwFXApsCpgJeAlACxgPyAykEvwNkA4oDUwOHASkAigE5AicByAGQAooCbwLwAnMDsAOHAx4DtgIsATMAJAAhAeICKwIxApICxQJ6AkgB+wAQAbgBxAF/AFwAHwGhAEsBrAEaAVABPQHvALoA8gAtAUMBSQE4ANkANQEXAXIACQH4AHkBAwEeAcoA6gC1AAkBLAEtAVYBHQEZAeQAYAC3AAwBCAEcAesA1ADEAIwA5gDbAPcAKgEDAeAAzQBHAKUA5gDcAAMBxQCtALsAeQDCAKgAoQD5AOEAjADyAJwAEwF/ALwAAQG5AKIAogDaAMQB4AGuAIUAdgBdAKcAZACdAGwAkgB2AHwAigB5AFBSU1QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGQ0NWCAABAFkaQhomGigaBRoNGpoZChrdGSYaAAAAAB4nmBUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBzFu0AogDXABsBEgGWALAAAgHtACMCmQLgALkBswN3AvIAiQGHAkYC6wXhAgAAAABmBZkCAAAAAJMXJwGqAOcAjwFlAZ8AygBYAUYBwgL6AgUBDAJSBNYCEwHFAe4CmQLhBiUDAAAAAOQF0AIAAAAAsxhyAbcAJAFpAvwBtAAHAdEBvQHlA1EDIwFsAuIEJAMsARACPQPtArkHTwMAAAAANAb4AgAAAADTGbwB2QB7AeMCVAK8ADYBLAIMAq4EewM8Aa4CKgVPAy8BQwJeAxMDHwhiAwAAAABjBhIDAAAAAPMaowHHAE4BhgIWArUAFAHOAeIBKARdAyEBjAL5BCoDKQEjAiwD/ALGB08DAAAAAD8G8AIAAAAAExxHAagAAwGgAX8BngDVAE0BZAH9AgYD+QAhAmcE2wIDAdcB1wK6Av8GGAMAAAAA4gXHAgAAAAAzHfQAngDZABEBAgGOAL8ABAEJAR8CmgLQAMgBsgNuAtkAkQFvAlMC9AXLAgAAAABRBYgCAAAAAFMezAChAMYA4wDiAI0AsgDhAN0AwQE1ArYAiQEWAwYCvABRAfwB8wH7BH4CAAAAAMYEPQIAAAAAzyuwAKwAsgDHAKwAwwDLAJYAqgB6AZQAlwB/AKsAVAC5AJwAXQBcADcBfAAAAAAAoAAdAAAAAACvKq8AqACsAMUArQDBAMUAmACqAHQBkgCUAH4AtwBTAMEAnQBcAF4ARQF1AAAAAACoAB4AAAAAAI8prgCsALMAxwCgAMQAxwCZAKgAegGcAJYAhwDFAFQA0ACkAFwAYgBbAYIAAAAAALcAHQAAAAAAbyivAKoAsADJAKMAxQDFAJ0AqgB5AaYAnwCMAM0AUwDdAKgAWgBgAG8BkgAAAAAAxwAcAAAAAABPJ6wArACuAMkApgDEAMMAnwCoAHcBrgCvAJIA3ABTAPIArgBdAGAAggGQAAAAAADVABwAAAAAAC8mqwCvAK0AwwCsAMgAxQChAKcAfAGoAK0AlADqAFUACAGuAFwAXwCHAX0AAAAAAOsAHwAAAAAADyWrAKwAsADDAKMAwgDDAJ0AqQBzAbEAuwCbAPoAUAATAboAYABhAJYBjwAAAAAABQEfAAAAAADvI64AqwC0AMAApQDGAMYAoQCmAHsBwwCgAKkACgFTACcBxQBiAGUAsQGrAAAAAAAYAR4AAAAAAM8irgCqALIAywChAMEAwwCdAKgAfQHNAKAAtwAeAVUAQgHYAGQAYwDDAbIAAAAAADEBHgAAAAAAryGtAKoAswDKAK0AyQDEAKMArAB/AeEArADCADkBVQBlAekAYwBhAO8BwQAAAAAAVgEeAAAAAACPIK4AqQCxAMwApQDRAMMAoACuAH4B+QDgANgAVAFWAJUB/wBiAGcAHwLlAAAAAAB6AR0AAAAAAG8fswCqALkAywCfAM8AyACpAKoAgwERAcoA7AB6AVMAwAEdAWgAaABJAu0AAAAAAKEBIAAAAAAATx61AK0AtgDVAKcA0wDJAKMArACNASUBygACAbIBVgAEAjwBaABoAHoCBAEAAAAA4AEhAAAAAAAvHbgAqQDBANIAqADgAMoAogCrAJEBVwEPAS8B6gFVAFICbwF0AG0A3QIwAQAAAAAoAiQAAAAAAA8cvwCvAMsA3gCmAPUAzwCpAKwAogGQARsBWwExAlYAxwKzAXcAbQAyA1wBAAAAAHsCJAAAAAAA7xrIALUA6wADAagAJQHfAKgArgDFAcUBSAGXAZ4CWABjAwECewBuAKUDdwEAAAAAzgIkAAAAAADPGe4AygAfATgBpQCSASABpwCsABECTALwAeEBIwNYADEEkQKQAHUAegT4AQAAAABBAyUAAAAAAK8YOQHjAGEB1wGjAEICeAGmAK0AtAKlAicCDwLBA1kAvwTaApoAgQAlBSgCAAAAAJoDJAAAAAAAjxezARkBogGXAqUAOQPkAbIArQCHA/ACMAIuAkgEWwAuBRYDoACNAKQFMAIAAAAAxQMpAAAAAABvFgMCRwGmASYDpQB5A/EBwQCyABsEFwNoAkYCfgRhAD4FFwOzAKUA6gVLAgAAAADjAzgAAAAAAE8VIwIvAVIBKAOnAP8CswG9ALYAJgQtA6UCJQJ2BG4AAAUDA9kAzAASBoQCAAAAAM0DRwAAAAAALxSuAd0AFAGFAqoA+AE/Ab8AxwBaA+YCKAIBAhoEgABtBJgC4gDxAKoFOwIAAAAAjwNVAAAAAAAPEzYB3AD9ALoBrQBqAe0A2wD1AKACjwLYAdQBiQOUAM8DPgIQARwBLAXsAQAAAAA/A20AAAAAAO8R8AAUASsBNAG9ADUB5gAXATcBagI+ArsBsgH9AqkAOAPoAToBUAHABMIBAAAAAO4CggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAV0JDWgIFAQEBAQICAgEBAgIFBQUFBQIBAgEBAgICAQICAgUFAgEBAgIBAQEBAQECAQICAgUFAQMBAQEBAQEBAQECAgIBAQEDAQEBAQECAgIBBQECAgEDAwMBAQEBAwECBQEBAQIBAQEDAQEBAwEBAQEBAQIBAQUFBQICDwoBDw8PDw8PAQEBAQIFBQUKBQUCDw8PDwEDAQMDAwMDAwMDAQEBAQICAgEBAQMDAQMBAQIBAQIBAgIBAQEBAQEDAQECAgICBQ8FBQEBAQICAwUFBQUFBQUGDwUFAQUFBQMPDw8FDw8PBg8GBgUPBgYGBQYPBQ8PDw8PBgYDBgYFAwUGBgYGBgZCTUhMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEY1NTA4MTAxNTAxMTkAMDA5OTk5Ojk5Ojk5IDAwOjAwOjAwAH8AAAAAAQAAfwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5OTk5Ojk5Ojk5IDAwOjAwOjAwAA==</item><item key="FlashPixVersion" base64="1">MDEwMA==</item><item key="ColorSpace" base64="1">MQ==</item><item key="ExifImageWidth" base64="1">NjQw</item><item key="ExifImageLength" base64="1">MzYw</item><item key="InteroperabilityOffset" base64="1">MTAwMzg=</item><item key="SensingMethod" base64="1">Mg==</item><item key="FileSource" base64="1">Aw==</item><item key="SceneType" base64="1">AQ==</item><item key="CustomRendered" base64="1">MA==</item><item key="ExposureMode" base64="1">MA==</item><item key="WhiteBalance" base64="1">MA==</item><item key="DigitalZoomRatio" base64="1">MC8xMA==</item><item key="FocalLengthIn35mmFilm" base64="1">NDA=</item><item key="SceneCaptureType" base64="1">MA==</item><item key="GainControl" base64="1">MQ==</item><item key="Contrast" base64="1">MA==</item><item key="Saturation" base64="1">MQ==</item><item key="Sharpness" base64="1">MQ==</item><item key="ImageUniqueID" base64="1">MzNkZmVjZDk3NDk5NmE2MDBiYTA0ZGE0Y2I0NjUwNTc=</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1047', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 936 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '180', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1048', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 937 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '181', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Hotel lobby at Isola2000', - 'data_type_string' => 'ibexa_string', - 'id' => '1049', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'hotel lobby at isola2000', - 'version' => '1', - ], - 939 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '181', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1047', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 936 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '180', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1048', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 937 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '181', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Hotel lobby at Isola2000', + 'data_type_string' => 'ibexa_string', + 'id' => '1049', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'hotel lobby at isola2000', + 'version' => '1', + ], + 939 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '181', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Hotel-lobby-at-Isola2000.jpg" suffix="jpg" basename="Hotel-lobby-at-Isola2000" dirpath="var/ezwebin_site/storage/images/community/pictures/hotel-lobby-at-isola2000/1051-1-eng-US" url="var/ezwebin_site/storage/images/community/pictures/hotel-lobby-at-isola2000/1051-1-eng-US/Hotel-lobby-at-Isola2000.jpg" original_filename="7485826a.jpg" mime_type="image/jpeg" width="388" height="584" alternative_text="" alias_key="1293033771" timestamp="1311154203"><original attribute_id="1051" attribute_version="1" attribute_language="eng-US"/><information Height="584" Width="388" IsColor="1" ByteOrderMotorola="1" ApertureFNumber="f/3.5"><array name="ifd0"><item key="Make" base64="1">UEVOVEFYICAgICAgICAgICAgIA==</item><item key="Model" base64="1">UEVOVEFYIEsyMEQgICAgICAgIA==</item><item key="Orientation" base64="1">MQ==</item><item key="XResolution" base64="1">NzIvMQ==</item><item key="YResolution" base64="1">NzIvMQ==</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Software" base64="1">SzIwRCBWZXIgMS4wNCAgICAgICAgICA=</item><item key="DateTime" base64="1">MjAxMTowMToyOSAxMDoyNToxNg==</item><item key="Exif_IFD_Pointer" base64="1">MjIy</item></array><array name="exif"><item key="ExposureTime" base64="1">MS8xNQ==</item><item key="FNumber" base64="1">Ny8y</item><item key="ExposureProgram" base64="1">Mg==</item><item key="ISOSpeedRatings" base64="1">NDAw</item><item key="ExifVersion" base64="1">MDIyMQ==</item><item key="DateTimeOriginal" base64="1">MjAxMTowMToyOSAxMDoyNToxNg==</item><item key="DateTimeDigitized" base64="1">MjAxMTowMToyOSAxMDoyNToxNg==</item><item key="ExposureBiasValue" base64="1">MC8x</item><item key="MeteringMode" base64="1">NQ==</item><item key="Flash" base64="1">MTY=</item><item key="FocalLength" base64="1">MTgvMQ==</item><item key="FlashPixVersion" base64="1">MDEwMA==</item><item key="ColorSpace" base64="1">MQ==</item><item key="ExifImageWidth" base64="1">Mzg4</item><item key="ExifImageLength" base64="1">NTg0</item><item key="SensingMethod" base64="1">Mg==</item><item key="CustomRendered" base64="1">MA==</item><item key="ExposureMode" base64="1">MA==</item><item key="WhiteBalance" base64="1">MA==</item><item key="FocalLengthIn35mmFilm" base64="1">Mjc=</item><item key="SceneCaptureType" base64="1">MA==</item><item key="Contrast" base64="1">Mg==</item><item key="Saturation" base64="1">MA==</item><item key="Sharpness" base64="1">Mg==</item><item key="SubjectDistanceRange" base64="1">Mw==</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1051', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 940 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '181', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1052', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 941 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '182', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Alexander on the past, Gaby on today and tomorrow', - 'data_type_string' => 'ibexa_string', - 'id' => '1053', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'alexander on the past, gaby on today and tomorrow', - 'version' => '1', - ], - 943 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '182', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1051', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 940 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '181', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1052', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 941 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '182', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Alexander on the past, Gaby on today and tomorrow', + 'data_type_string' => 'ibexa_string', + 'id' => '1053', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'alexander on the past, gaby on today and tomorrow', + 'version' => '1', + ], + 943 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '182', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Alexander-on-the-past-Gaby-on-today-and-tomorrow.jpg" suffix="jpg" basename="Alexander-on-the-past-Gaby-on-today-and-tomorrow" dirpath="var/ezwebin_site/storage/images/community/pictures/alexander-on-the-past-gaby-on-today-and-tomorrow/1055-1-eng-US" url="var/ezwebin_site/storage/images/community/pictures/alexander-on-the-past-gaby-on-today-and-tomorrow/1055-1-eng-US/Alexander-on-the-past-Gaby-on-today-and-tomorrow.jpg" original_filename="9243daf4.jpg" mime_type="image/jpeg" width="584" height="388" alternative_text="" alias_key="1293033771" timestamp="1311154203"><original attribute_id="1055" attribute_version="1" attribute_language="eng-US"/><information Height="388" Width="584" IsColor="1" ByteOrderMotorola="1" ApertureFNumber="f/8.0"><array name="ifd0"><item key="Make" base64="1">UEVOVEFYICAgICAgICAgICAgIA==</item><item key="Model" base64="1">UEVOVEFYIEsyMEQgICAgICAgIA==</item><item key="Orientation" base64="1">MQ==</item><item key="XResolution" base64="1">NzIvMQ==</item><item key="YResolution" base64="1">NzIvMQ==</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Software" base64="1">SzIwRCBWZXIgMS4wNCAgICAgICAgICA=</item><item key="DateTime" base64="1">MjAxMTowMToyOCAwOToxMTozNw==</item><item key="Exif_IFD_Pointer" base64="1">MjIy</item></array><array name="exif"><item key="ExposureTime" base64="1">MS8xODA=</item><item key="FNumber" base64="1">OC8x</item><item key="ExposureProgram" base64="1">MQ==</item><item key="ISOSpeedRatings" base64="1">NDAw</item><item key="ExifVersion" base64="1">MDIyMQ==</item><item key="DateTimeOriginal" base64="1">MjAxMTowMToyOCAwOToxMTozNw==</item><item key="DateTimeDigitized" base64="1">MjAxMTowMToyOCAwOToxMTozNw==</item><item key="ExposureBiasValue" base64="1">MC8x</item><item key="MeteringMode" base64="1">NQ==</item><item key="Flash" base64="1">MTY=</item><item key="FocalLength" base64="1">ODAvMQ==</item><item key="FlashPixVersion" base64="1">MDEwMA==</item><item key="ColorSpace" base64="1">MQ==</item><item key="ExifImageWidth" base64="1">NTg0</item><item key="ExifImageLength" base64="1">Mzg4</item><item key="SensingMethod" base64="1">Mg==</item><item key="CustomRendered" base64="1">MA==</item><item key="ExposureMode" base64="1">MQ==</item><item key="WhiteBalance" base64="1">MA==</item><item key="FocalLengthIn35mmFilm" base64="1">MTIw</item><item key="SceneCaptureType" base64="1">MA==</item><item key="Contrast" base64="1">Mg==</item><item key="Saturation" base64="1">MA==</item><item key="Sharpness" base64="1">Mg==</item><item key="SubjectDistanceRange" base64="1">Mw==</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1055', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 944 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '182', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1056', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 945 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '183', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Isola2000 in white - beautiful skiing!', - 'data_type_string' => 'ibexa_string', - 'id' => '1057', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'isola2000 in white - beautiful skiing!', - 'version' => '1', - ], - 947 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '183', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1055', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 944 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '182', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1056', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 945 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '183', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Isola2000 in white - beautiful skiing!', + 'data_type_string' => 'ibexa_string', + 'id' => '1057', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'isola2000 in white - beautiful skiing!', + 'version' => '1', + ], + 947 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '183', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Isola2000-in-white-beautiful-skiing.jpg" suffix="jpg" basename="Isola2000-in-white-beautiful-skiing" dirpath="var/ezwebin_site/storage/images/community/pictures/isola2000-in-white-beautiful-skiing/1059-1-eng-US" url="var/ezwebin_site/storage/images/community/pictures/isola2000-in-white-beautiful-skiing/1059-1-eng-US/Isola2000-in-white-beautiful-skiing.jpg" original_filename="a2e4cb83.jpg" mime_type="image/jpeg" width="584" height="388" alternative_text="" alias_key="1293033771" timestamp="1311154203"><original attribute_id="1059" attribute_version="1" attribute_language="eng-US"/><information Height="388" Width="584" IsColor="1" ByteOrderMotorola="1" ApertureFNumber="f/8.0"><array name="ifd0"><item key="Make" base64="1">UEVOVEFYICAgICAgICAgICAgIA==</item><item key="Model" base64="1">UEVOVEFYIEsyMEQgICAgICAgIA==</item><item key="Orientation" base64="1">MQ==</item><item key="XResolution" base64="1">NzIvMQ==</item><item key="YResolution" base64="1">NzIvMQ==</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Software" base64="1">SzIwRCBWZXIgMS4wNCAgICAgICAgICA=</item><item key="DateTime" base64="1">MjAxMTowMToyOSAxMzozNDowMA==</item><item key="Exif_IFD_Pointer" base64="1">MjIy</item></array><array name="exif"><item key="ExposureTime" base64="1">MS8zNTA=</item><item key="FNumber" base64="1">OC8x</item><item key="ExposureProgram" base64="1">Mg==</item><item key="ISOSpeedRatings" base64="1">MTAw</item><item key="ExifVersion" base64="1">MDIyMQ==</item><item key="DateTimeOriginal" base64="1">MjAxMTowMToyOSAxMzozNDowMA==</item><item key="DateTimeDigitized" base64="1">MjAxMTowMToyOSAxMzozNDowMA==</item><item key="ExposureBiasValue" base64="1">MC8x</item><item key="MeteringMode" base64="1">NQ==</item><item key="Flash" base64="1">MTY=</item><item key="FocalLength" base64="1">MjAvMQ==</item><item key="FlashPixVersion" base64="1">MDEwMA==</item><item key="ColorSpace" base64="1">MQ==</item><item key="ExifImageWidth" base64="1">NTg0</item><item key="ExifImageLength" base64="1">Mzg4</item><item key="SensingMethod" base64="1">Mg==</item><item key="CustomRendered" base64="1">MA==</item><item key="ExposureMode" base64="1">MA==</item><item key="WhiteBalance" base64="1">MA==</item><item key="FocalLengthIn35mmFilm" base64="1">MzA=</item><item key="SceneCaptureType" base64="1">MA==</item><item key="Contrast" base64="1">Mg==</item><item key="Saturation" base64="1">MA==</item><item key="Sharpness" base64="1">Mg==</item><item key="SubjectDistanceRange" base64="1">Mw==</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1059', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 948 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '183', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1060', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 949 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '184', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'CEO future pitch - Adaptable, open, reliable!', - 'data_type_string' => 'ibexa_string', - 'id' => '1061', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ceo future pitch - adaptable, open, reliable!', - 'version' => '1', - ], - 951 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '184', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1059', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 948 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '183', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1060', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 949 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '184', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'CEO future pitch - Adaptable, open, reliable!', + 'data_type_string' => 'ibexa_string', + 'id' => '1061', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ceo future pitch - adaptable, open, reliable!', + 'version' => '1', + ], + 951 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '184', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="CEO-future-pitch-Adaptable-open-reliable.jpg" suffix="jpg" basename="CEO-future-pitch-Adaptable-open-reliable" dirpath="var/ezwebin_site/storage/images/community/pictures/ceo-future-pitch-adaptable-open-reliable/1063-1-eng-US" url="var/ezwebin_site/storage/images/community/pictures/ceo-future-pitch-adaptable-open-reliable/1063-1-eng-US/CEO-future-pitch-Adaptable-open-reliable.jpg" original_filename="90d2d17c.jpg" mime_type="image/jpeg" width="584" height="388" alternative_text="" alias_key="1293033771" timestamp="1311154203"><original attribute_id="1063" attribute_version="1" attribute_language="eng-US"/><information Height="388" Width="584" IsColor="1" ByteOrderMotorola="1" ApertureFNumber="f/8.0"><array name="ifd0"><item key="Make" base64="1">UEVOVEFYICAgICAgICAgICAgIA==</item><item key="Model" base64="1">UEVOVEFYIEsyMEQgICAgICAgIA==</item><item key="Orientation" base64="1">MQ==</item><item key="XResolution" base64="1">NzIvMQ==</item><item key="YResolution" base64="1">NzIvMQ==</item><item key="ResolutionUnit" base64="1">Mg==</item><item key="Software" base64="1">SzIwRCBWZXIgMS4wNCAgICAgICAgICA=</item><item key="DateTime" base64="1">MjAxMTowMToyOCAwOToxNzozNw==</item><item key="Exif_IFD_Pointer" base64="1">MjIy</item></array><array name="exif"><item key="ExposureTime" base64="1">MS8xODA=</item><item key="FNumber" base64="1">OC8x</item><item key="ExposureProgram" base64="1">MQ==</item><item key="ISOSpeedRatings" base64="1">NDAw</item><item key="ExifVersion" base64="1">MDIyMQ==</item><item key="DateTimeOriginal" base64="1">MjAxMTowMToyOCAwOToxNzozNw==</item><item key="DateTimeDigitized" base64="1">MjAxMTowMToyOCAwOToxNzozNw==</item><item key="ExposureBiasValue" base64="1">MC8x</item><item key="MeteringMode" base64="1">NQ==</item><item key="Flash" base64="1">MTY=</item><item key="FocalLength" base64="1">MTA1LzE=</item><item key="FlashPixVersion" base64="1">MDEwMA==</item><item key="ColorSpace" base64="1">MQ==</item><item key="ExifImageWidth" base64="1">NTg0</item><item key="ExifImageLength" base64="1">Mzg4</item><item key="SensingMethod" base64="1">Mg==</item><item key="CustomRendered" base64="1">MA==</item><item key="ExposureMode" base64="1">MQ==</item><item key="WhiteBalance" base64="1">MA==</item><item key="FocalLengthIn35mmFilm" base64="1">MTU3</item><item key="SceneCaptureType" base64="1">MA==</item><item key="Contrast" base64="1">Mg==</item><item key="Saturation" base64="1">MA==</item><item key="Sharpness" base64="1">Mg==</item><item key="SubjectDistanceRange" base64="1">Mw==</item></array></information></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1063', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 952 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '184', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1064', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 953 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '211', - 'contentobject_id' => '185', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Blog', - 'data_type_string' => 'ibexa_string', - 'id' => '1065', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'blog', - 'version' => '1', - ], - 955 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '213', - 'contentobject_id' => '185', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1067', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 956 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '214', - 'contentobject_id' => '186', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Visit Paris', - 'data_type_string' => 'ibexa_string', - 'id' => '1068', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'visit paris', - 'version' => '1', - ], - 958 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '216', - 'contentobject_id' => '186', - 'data_float' => '0', - 'data_int' => '1193915460', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1070', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1193915460', - 'sort_key_string' => '', - 'version' => '1', - ], - 959 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '217', - 'contentobject_id' => '186', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1071', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 960 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '218', - 'contentobject_id' => '186', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1072', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 961 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '219', - 'contentobject_id' => '186', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1073', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 962 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '214', - 'contentobject_id' => '187', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Paris in France', - 'data_type_string' => 'ibexa_string', - 'id' => '1074', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'paris in france', - 'version' => '1', - ], - 964 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '216', - 'contentobject_id' => '187', - 'data_float' => '0', - 'data_int' => '1193915580', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1076', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1193915580', - 'sort_key_string' => '', - 'version' => '1', - ], - 965 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '217', - 'contentobject_id' => '187', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1077', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 966 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '218', - 'contentobject_id' => '187', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1078', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 967 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '219', - 'contentobject_id' => '187', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1079', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 968 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '188', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Company', - 'data_type_string' => 'ibexa_string', - 'id' => '1080', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'company', - 'version' => '1', - ], - 969 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '188', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1081', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 972 => [ - 'attribute_original_id' => '1084', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '188', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1084', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 973 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '188', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1085', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 974 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '188', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1086', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 975 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '189', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'About company', - 'data_type_string' => 'ibexa_string', - 'id' => '1087', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'about company', - 'version' => '1', - ], - 976 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '189', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1088', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 979 => [ - 'attribute_original_id' => '1091', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '189', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1091', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 980 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '189', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1092', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 981 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '189', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1093', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 982 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '190', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'New features', - 'data_type_string' => 'ibexa_string', - 'id' => '1094', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'new features', - 'version' => '1', - ], - 983 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '190', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1095', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 986 => [ - 'attribute_original_id' => '1098', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '190', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1098', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 987 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '190', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1099', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 988 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '190', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1100', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 989 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Separate content & design in Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '1101', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'separate content & design in ibexa', - 'version' => '1', - ], - 990 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1102', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 991 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1063', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 952 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '184', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1064', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 953 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '211', + 'contentobject_id' => '185', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Blog', + 'data_type_string' => 'ibexa_string', + 'id' => '1065', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'blog', + 'version' => '1', + ], + 955 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '213', + 'contentobject_id' => '185', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1067', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 956 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '214', + 'contentobject_id' => '186', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Visit Paris', + 'data_type_string' => 'ibexa_string', + 'id' => '1068', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'visit paris', + 'version' => '1', + ], + 958 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '216', + 'contentobject_id' => '186', + 'data_float' => '0', + 'data_int' => '1193915460', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1070', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1193915460', + 'sort_key_string' => '', + 'version' => '1', + ], + 959 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '217', + 'contentobject_id' => '186', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1071', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 960 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '218', + 'contentobject_id' => '186', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1072', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 961 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '219', + 'contentobject_id' => '186', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1073', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 962 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '214', + 'contentobject_id' => '187', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Paris in France', + 'data_type_string' => 'ibexa_string', + 'id' => '1074', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'paris in france', + 'version' => '1', + ], + 964 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '216', + 'contentobject_id' => '187', + 'data_float' => '0', + 'data_int' => '1193915580', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1076', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1193915580', + 'sort_key_string' => '', + 'version' => '1', + ], + 965 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '217', + 'contentobject_id' => '187', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1077', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 966 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '218', + 'contentobject_id' => '187', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1078', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 967 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '219', + 'contentobject_id' => '187', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1079', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 968 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '188', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Company', + 'data_type_string' => 'ibexa_string', + 'id' => '1080', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'company', + 'version' => '1', + ], + 969 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '188', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1081', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 972 => [ + 'attribute_original_id' => '1084', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '188', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1084', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 973 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '188', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1085', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 974 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '188', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1086', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 975 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '189', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'About company', + 'data_type_string' => 'ibexa_string', + 'id' => '1087', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'about company', + 'version' => '1', + ], + 976 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '189', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1088', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 979 => [ + 'attribute_original_id' => '1091', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '189', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1091', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 980 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '189', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1092', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 981 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '189', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1093', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 982 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '190', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'New features', + 'data_type_string' => 'ibexa_string', + 'id' => '1094', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'new features', + 'version' => '1', + ], + 983 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '190', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1095', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 986 => [ + 'attribute_original_id' => '1098', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '190', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1098', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 987 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '190', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1099', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 988 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '190', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1100', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 989 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Separate content & design in Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '1101', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'separate content & design in ibexa', + 'version' => '1', + ], + 990 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1102', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 991 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '1103', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 994 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1106', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 995 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '1103', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 994 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1106', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 995 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Separate-content-design-in-Ibexa.jpg" suffix="jpg" basename="Separate-content-design-in-Ibexa" dirpath="var/ezwebin_site/storage/images/company/new-features/separate-content-design-in-ibexa-dxp/1107-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/separate-content-design-in-ibexa-dxp/1107-1-eng-US/Separate-content-design-in-Ibexa.jpg" original_filename="844e123d.jpg" mime_type="image/jpeg" width="530" height="420" alternative_text="" alias_key="1293033771" timestamp="1311154205"><original attribute_id="1107" attribute_version="1" attribute_language="eng-US"/><information Height="420" Width="530" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1107', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 997 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1109', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 998 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1110', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 999 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '191', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1111', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1001 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '192', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'separation_of_content_and_design', - 'data_type_string' => 'ibexa_string', - 'id' => '1113', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'separation_of_content_and_design', - 'version' => '1', - ], - 1003 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '192', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1107', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 997 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1109', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 998 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1110', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 999 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '191', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1111', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1001 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '192', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'separation_of_content_and_design', + 'data_type_string' => 'ibexa_string', + 'id' => '1113', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'separation_of_content_and_design', + 'version' => '1', + ], + 1003 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '192', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="separation_of_content_and_design.jpg" suffix="jpg" basename="separation_of_content_and_design" dirpath="var/ezwebin_site/storage/images/company/new-features/separate-content-design-in-ibexa-dxp/separation_of_content_and_design/1115-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/separate-content-design-in-ibexa-dxp/separation_of_content_and_design/1115-1-eng-US/separation_of_content_and_design.jpg" original_filename="1cb1af18.jpg" mime_type="image/jpeg" width="500" height="195" alternative_text="" alias_key="1293033771" timestamp="1311154205"><original attribute_id="1115" attribute_version="1" attribute_language="eng-US"/><information Height="195" Width="500" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1115', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1004 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '192', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1116', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1005 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to use Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '1117', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to use ibexa', - 'version' => '1', - ], - 1006 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1118', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1007 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1115', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1004 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '192', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1116', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1005 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to use Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '1117', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to use ibexa', + 'version' => '1', + ], + 1006 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1118', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1007 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '1119', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1010 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1122', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1011 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '1119', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1010 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1122', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1011 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="How-to-use-Ibexa.jpg" suffix="jpg" basename="How-to-use-Ibexa" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/1123-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/1123-1-eng-US/How-to-use-Ibexa.jpg" original_filename="0aab879e.jpg" mime_type="image/jpeg" width="540" height="351" alternative_text="" alias_key="1293033771" timestamp="1311154205"><original attribute_id="1123" attribute_version="1" attribute_language="eng-US"/><information Height="351" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1123', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1013 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1125', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1014 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1126', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1015 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '193', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1127', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1017 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '194', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'openoffice_import_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1129', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'openoffice_import_large', - 'version' => '1', - ], - 1019 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '194', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1123', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1013 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1125', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1014 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1126', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1015 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '193', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1127', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1017 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '194', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'openoffice_import_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1129', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'openoffice_import_large', + 'version' => '1', + ], + 1019 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '194', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="openoffice_import_large.jpg" suffix="jpg" basename="openoffice_import_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/openoffice_import_large/1131-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/openoffice_import_large/1131-1-eng-US/openoffice_import_large.jpg" original_filename="36b1357b.jpg" mime_type="image/jpeg" width="540" height="357" alternative_text="" alias_key="1293033771" timestamp="1311154206"><original attribute_id="1131" attribute_version="1" attribute_language="eng-US"/><information Height="357" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1131', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1020 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '194', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1132', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1021 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '195', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'translation_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1133', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'translation_large', - 'version' => '1', - ], - 1023 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '195', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1131', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1020 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '194', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1132', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1021 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '195', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'translation_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1133', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'translation_large', + 'version' => '1', + ], + 1023 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '195', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="translation_large.jpg" suffix="jpg" basename="translation_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/translation_large/1135-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/translation_large/1135-1-eng-US/translation_large.jpg" original_filename="503004df.jpg" mime_type="image/jpeg" width="540" height="419" alternative_text="" alias_key="1293033771" timestamp="1311154206"><original attribute_id="1135" attribute_version="1" attribute_language="eng-US"/><information Height="419" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1135', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1024 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '195', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1136', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1025 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '196', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'multiupload_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1137', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'multiupload_large', - 'version' => '1', - ], - 1027 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '196', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1135', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1024 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '195', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1136', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1025 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '196', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'multiupload_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1137', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'multiupload_large', + 'version' => '1', + ], + 1027 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '196', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="multiupload_large.jpg" suffix="jpg" basename="multiupload_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/multiupload_large/1139-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/multiupload_large/1139-1-eng-US/multiupload_large.jpg" original_filename="9652f5a1.jpg" mime_type="image/jpeg" width="540" height="404" alternative_text="" alias_key="1293033771" timestamp="1311154206"><original attribute_id="1139" attribute_version="1" attribute_language="eng-US"/><information Height="404" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1139', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1028 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '196', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1140', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1029 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '197', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'gallery_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1141', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'gallery_large', - 'version' => '1', - ], - 1031 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '197', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1139', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1028 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '196', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1140', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1029 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '197', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'gallery_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1141', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'gallery_large', + 'version' => '1', + ], + 1031 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '197', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="gallery_large.jpg" suffix="jpg" basename="gallery_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/gallery_large/1143-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/gallery_large/1143-1-eng-US/gallery_large.jpg" original_filename="b1b5ed39.jpg" mime_type="image/jpeg" width="540" height="347" alternative_text="" alias_key="1293033771" timestamp="1311154206"><original attribute_id="1143" attribute_version="1" attribute_language="eng-US"/><information Height="347" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1143', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1032 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '197', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1144', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1033 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '198', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'search_result_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1145', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'search_result_large', - 'version' => '1', - ], - 1035 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '198', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1143', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1032 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '197', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1144', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1033 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '198', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'search_result_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1145', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'search_result_large', + 'version' => '1', + ], + 1035 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '198', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="search_result_large.jpg" suffix="jpg" basename="search_result_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/search_result_large/1147-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/search_result_large/1147-1-eng-US/search_result_large.jpg" original_filename="fb6cf7d3.jpg" mime_type="image/jpeg" width="540" height="346" alternative_text="" alias_key="1293033771" timestamp="1311154207"><original attribute_id="1147" attribute_version="1" attribute_language="eng-US"/><information Height="346" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1147', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1036 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '198', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1148', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1037 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '199', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'ez_tool_bar_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1149', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'ez_tool_bar_large', - 'version' => '1', - ], - 1039 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '199', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1147', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1036 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '198', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1148', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1037 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '199', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'ez_tool_bar_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1149', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'ez_tool_bar_large', + 'version' => '1', + ], + 1039 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '199', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="ez_tool_bar_large.jpg" suffix="jpg" basename="ez_tool_bar_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/ez_tool_bar_large/1151-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/ez_tool_bar_large/1151-1-eng-US/ez_tool_bar_large.jpg" original_filename="9c1fd673.jpg" mime_type="image/jpeg" width="540" height="351" alternative_text="" alias_key="1293033771" timestamp="1311154207"><original attribute_id="1151" attribute_version="1" attribute_language="eng-US"/><information Height="351" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1151', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1040 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '199', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1152', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1041 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '200', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'quicktime_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1153', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'quicktime_large', - 'version' => '1', - ], - 1043 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '200', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1151', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1040 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '199', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1152', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1041 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '200', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'quicktime_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1153', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'quicktime_large', + 'version' => '1', + ], + 1043 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '200', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="quicktime_large.jpg" suffix="jpg" basename="quicktime_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/quicktime_large/1155-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/quicktime_large/1155-1-eng-US/quicktime_large.jpg" original_filename="af4e1807.jpg" mime_type="image/jpeg" width="540" height="409" alternative_text="" alias_key="1293033771" timestamp="1311154207"><original attribute_id="1155" attribute_version="1" attribute_language="eng-US"/><information Height="409" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1155', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1044 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '200', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1156', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1045 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '201', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'web_2_0_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1157', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'web_2_0_large', - 'version' => '1', - ], - 1047 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '201', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1155', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1044 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '200', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1156', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1045 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '201', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'web_2_0_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1157', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'web_2_0_large', + 'version' => '1', + ], + 1047 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '201', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="web_2_0_large.jpg" suffix="jpg" basename="web_2_0_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/web_2_0_large/1159-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-use-ibexa-dxp/web_2_0_large/1159-1-eng-US/web_2_0_large.jpg" original_filename="cd03d9fc.jpg" mime_type="image/jpeg" width="540" height="425" alternative_text="" alias_key="1293033771" timestamp="1311154207"><original attribute_id="1159" attribute_version="1" attribute_language="eng-US"/><information Height="425" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1159', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1048 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '201', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1160', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1049 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to manage Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '1161', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to manage ibexa', - 'version' => '1', - ], - 1050 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1162', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1051 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1159', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1048 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '201', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1160', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1049 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to manage Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '1161', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to manage ibexa', + 'version' => '1', + ], + 1050 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1162', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1051 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '1163', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1054 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1166', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1055 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '1163', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1054 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1166', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1055 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="How-to-manage-Ibexa.jpg" suffix="jpg" basename="How-to-manage-Ibexa" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/1167-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/1167-1-eng-US/How-to-manage-Ibexa.jpg" original_filename="4da87751.jpg" mime_type="image/jpeg" width="540" height="332" alternative_text="" alias_key="1293033771" timestamp="1311154207"><original attribute_id="1167" attribute_version="1" attribute_language="eng-US"/><information Height="332" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1167', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1057 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1169', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1058 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1170', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1059 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '202', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1171', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1061 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '203', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'usermanagement_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1173', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'usermanagement_large', - 'version' => '1', - ], - 1063 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '203', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1167', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1057 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1169', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1058 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1170', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1059 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '202', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1171', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1061 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '203', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'usermanagement_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1173', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'usermanagement_large', + 'version' => '1', + ], + 1063 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '203', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="usermanagement_large.jpg" suffix="jpg" basename="usermanagement_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/usermanagement_large/1175-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/usermanagement_large/1175-1-eng-US/usermanagement_large.jpg" original_filename="c7fdf3e4.jpg" mime_type="image/jpeg" width="540" height="346" alternative_text="" alias_key="1293033771" timestamp="1311154208"><original attribute_id="1175" attribute_version="1" attribute_language="eng-US"/><information Height="346" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1175', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1064 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '203', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1176', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1065 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '204', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'workflow_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1177', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'workflow_large', - 'version' => '1', - ], - 1067 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '204', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1175', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1064 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '203', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1176', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1065 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '204', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'workflow_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1177', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'workflow_large', + 'version' => '1', + ], + 1067 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '204', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="workflow_large.jpg" suffix="jpg" basename="workflow_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/workflow_large/1179-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/workflow_large/1179-1-eng-US/workflow_large.jpg" original_filename="d4a5a15d.jpg" mime_type="image/jpeg" width="540" height="414" alternative_text="" alias_key="1293033771" timestamp="1311154208"><original attribute_id="1179" attribute_version="1" attribute_language="eng-US"/><information Height="414" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1179', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1068 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '204', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1180', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1069 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '205', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'versioning_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1181', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'versioning_large', - 'version' => '1', - ], - 1071 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '205', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1179', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1068 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '204', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1180', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1069 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '205', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'versioning_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1181', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'versioning_large', + 'version' => '1', + ], + 1071 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '205', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="versioning_large.jpg" suffix="jpg" basename="versioning_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/versioning_large/1183-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/versioning_large/1183-1-eng-US/versioning_large.jpg" original_filename="5041e7aa.jpg" mime_type="image/jpeg" width="540" height="346" alternative_text="" alias_key="1293033771" timestamp="1311154208"><original attribute_id="1183" attribute_version="1" attribute_language="eng-US"/><information Height="346" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1183', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1072 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '205', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1184', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1073 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '206', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'datatypes_attributes_content_class_and_objects_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1185', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'datatypes_attributes_content_class_and_objects_large', - 'version' => '1', - ], - 1075 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '206', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1183', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1072 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '205', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1184', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1073 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '206', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'datatypes_attributes_content_class_and_objects_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1185', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'datatypes_attributes_content_class_and_objects_large', + 'version' => '1', + ], + 1075 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '206', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="datatypes_attributes_content_class_and_objects_large.png" suffix="png" basename="datatypes_attributes_content_class_and_objects_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/datatypes_attributes_content_class_and_objects_large/1187-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/datatypes_attributes_content_class_and_objects_large/1187-1-eng-US/datatypes_attributes_content_class_and_objects_large.png" original_filename="3ac3d302.png" mime_type="image/png" width="500" height="409" alternative_text="" alias_key="1293033771" timestamp="1311154209"><original attribute_id="1187" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1187', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1076 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '206', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1188', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1077 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '207', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'multiple_location_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1189', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'multiple_location_large', - 'version' => '1', - ], - 1079 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '207', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1187', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1076 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '206', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1188', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1077 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '207', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'multiple_location_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1189', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'multiple_location_large', + 'version' => '1', + ], + 1079 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '207', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="multiple_location_large.jpg" suffix="jpg" basename="multiple_location_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/multiple_location_large/1191-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/multiple_location_large/1191-1-eng-US/multiple_location_large.jpg" original_filename="d2bd9a18.jpg" mime_type="image/jpeg" width="540" height="405" alternative_text="" alias_key="1293033771" timestamp="1311154209"><original attribute_id="1191" attribute_version="1" attribute_language="eng-US"/><information Height="405" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1191', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1080 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '207', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1192', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1081 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '208', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'multisite_deployment_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1193', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'multisite_deployment_large', - 'version' => '1', - ], - 1083 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '208', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1191', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1080 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '207', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1192', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1081 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '208', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'multisite_deployment_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1193', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'multisite_deployment_large', + 'version' => '1', + ], + 1083 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '208', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="multisite_deployment_large.jpg" suffix="jpg" basename="multisite_deployment_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/multisite_deployment_large/1195-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/multisite_deployment_large/1195-1-eng-US/multisite_deployment_large.jpg" original_filename="fa5f0924.jpg" mime_type="image/jpeg" width="500" height="423" alternative_text="" alias_key="1293033771" timestamp="1311154209"><original attribute_id="1195" attribute_version="1" attribute_language="eng-US"/><information Height="423" Width="500" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1195', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1084 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '208', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1196', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1085 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '209', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'seo_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1197', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'seo_large', - 'version' => '1', - ], - 1087 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '209', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1195', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1084 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '208', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1196', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1085 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '209', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'seo_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1197', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'seo_large', + 'version' => '1', + ], + 1087 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '209', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="seo_large.jpg" suffix="jpg" basename="seo_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/seo_large/1199-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/seo_large/1199-1-eng-US/seo_large.jpg" original_filename="25149bcc.jpg" mime_type="image/jpeg" width="540" height="347" alternative_text="" alias_key="1293033771" timestamp="1311154209"><original attribute_id="1199" attribute_version="1" attribute_language="eng-US"/><information Height="347" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1199', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1088 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '209', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1200', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1089 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '210', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'admin_site_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1201', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'admin_site_large', - 'version' => '1', - ], - 1091 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '210', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1199', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1088 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '209', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1200', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1089 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '210', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'admin_site_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1201', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'admin_site_large', + 'version' => '1', + ], + 1091 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '210', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="admin_site_large.jpg" suffix="jpg" basename="admin_site_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/admin_site_large/1203-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-manage-ibexa-dxp/admin_site_large/1203-1-eng-US/admin_site_large.jpg" original_filename="57b1a75c.jpg" mime_type="image/jpeg" width="540" height="332" alternative_text="" alias_key="1293033771" timestamp="1311154210"><original attribute_id="1203" attribute_version="1" attribute_language="eng-US"/><information Height="332" Width="540" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1203', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1092 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '210', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1204', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1093 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'How to develop with Ibexa', - 'data_type_string' => 'ibexa_string', - 'id' => '1205', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'how to develop with ibexa', - 'version' => '1', - ], - 1094 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1206', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1095 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1203', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1092 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '210', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1204', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1093 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'How to develop with Ibexa', + 'data_type_string' => 'ibexa_string', + 'id' => '1205', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'how to develop with ibexa', + 'version' => '1', + ], + 1094 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1206', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1095 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="admin@link.invalid"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '1207', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1098 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1210', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1099 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '1207', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1098 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1210', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1099 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="How-to-develop-with-Ibexa.png" suffix="png" basename="How-to-develop-with-Ibexa" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-develop-with-ibexa-dxp/1211-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-develop-with-ibexa-dxp/1211-1-eng-US/How-to-develop-with-Ibexa.png" original_filename="33e36be8.png" mime_type="image/png" width="500" height="409" alternative_text="Content class" alias_key="1293033771" timestamp="1311154210"><original attribute_id="1211" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1211', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1101 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1213', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1102 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1214', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1103 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '211', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1215', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1105 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '212', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'datatypes_attributes_content_class_and_objects_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1217', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'datatypes_attributes_content_class_and_objects_large', - 'version' => '1', - ], - 1107 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '212', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1211', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1101 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1213', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1102 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1214', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1103 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '211', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1215', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1105 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '212', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'datatypes_attributes_content_class_and_objects_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1217', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'datatypes_attributes_content_class_and_objects_large', + 'version' => '1', + ], + 1107 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '212', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="datatypes_attributes_content_class_and_objects_large.jpg" suffix="jpg" basename="datatypes_attributes_content_class_and_objects_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-develop-with-ibexa-dxp/datatypes_attributes_content_class_and_objects_large/1219-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-develop-with-ibexa-dxp/datatypes_attributes_content_class_and_objects_large/1219-1-eng-US/datatypes_attributes_content_class_and_objects_large.jpg" original_filename="e252a562.jpg" mime_type="image/jpeg" width="500" height="409" alternative_text="" alias_key="1293033771" timestamp="1311154210"><original attribute_id="1219" attribute_version="1" attribute_language="eng-US"/><information Height="409" Width="500" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1219', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1108 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '212', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1220', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1109 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '213', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'site_style_large', - 'data_type_string' => 'ibexa_string', - 'id' => '1221', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'site_style_large', - 'version' => '1', - ], - 1111 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '213', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1219', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1108 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '212', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1220', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1109 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '213', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'site_style_large', + 'data_type_string' => 'ibexa_string', + 'id' => '1221', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'site_style_large', + 'version' => '1', + ], + 1111 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '213', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="site_style_large.png" suffix="png" basename="site_style_large" dirpath="var/ezwebin_site/storage/images/company/new-features/how-to-develop-with-ibexa-dxp/site_style_large/1223-1-eng-US" url="var/ezwebin_site/storage/images/company/new-features/how-to-develop-with-ibexa-dxp/site_style_large/1223-1-eng-US/site_style_large.png" original_filename="b3b89834.png" mime_type="image/png" width="540" height="411" alternative_text="" alias_key="1293033771" timestamp="1311154211"><original attribute_id="1223" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1223', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1112 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '213', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1224', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1113 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'REST API interface', - 'data_type_string' => 'ibexa_string', - 'id' => '1225', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'rest api interface', - 'version' => '1', - ], - 1114 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1226', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1115 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1223', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1112 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '213', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1224', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1113 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'REST API interface', + 'data_type_string' => 'ibexa_string', + 'id' => '1225', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'rest api interface', + 'version' => '1', + ], + 1114 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1226', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1115 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '1227', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1118 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1230', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1119 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '1227', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1118 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1230', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1119 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154211"><original attribute_id="1231" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1231', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1121 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1233', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1122 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1234', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1123 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '214', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1235', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1125 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Asynchronous Publishing', - 'data_type_string' => 'ibexa_string', - 'id' => '1237', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'asynchronous publishing', - 'version' => '1', - ], - 1126 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1238', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1127 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1231', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1121 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1233', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1122 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1234', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1123 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '214', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1235', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1125 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Asynchronous Publishing', + 'data_type_string' => 'ibexa_string', + 'id' => '1237', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'asynchronous publishing', + 'version' => '1', + ], + 1126 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1238', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1127 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '1239', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1130 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1242', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1131 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '1239', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1130 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1242', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1131 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154211"><original attribute_id="1243" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1243', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1133 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1245', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1134 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1246', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1135 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '215', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1247', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1137 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Canonical links', - 'data_type_string' => 'ibexa_string', - 'id' => '1249', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'canonical links', - 'version' => '1', - ], - 1138 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1250', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1139 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1243', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1133 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1245', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1134 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1246', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1135 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '215', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1247', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1137 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Canonical links', + 'data_type_string' => 'ibexa_string', + 'id' => '1249', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'canonical links', + 'version' => '1', + ], + 1138 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1250', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1139 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '1251', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1142 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1254', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1143 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '1251', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1142 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1254', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1143 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154211"><original attribute_id="1255" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1255', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1145 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1257', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1146 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1258', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1147 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '216', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1259', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1149 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Support for Red Hat Enterprise', - 'data_type_string' => 'ibexa_string', - 'id' => '1261', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'support for red hat enterprise', - 'version' => '1', - ], - 1150 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1262', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1151 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1255', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1145 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1257', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1146 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1258', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1147 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '216', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1259', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1149 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Support for Red Hat Enterprise', + 'data_type_string' => 'ibexa_string', + 'id' => '1261', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'support for red hat enterprise', + 'version' => '1', + ], + 1150 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1262', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1151 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '1263', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1154 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1266', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1155 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '1263', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1154 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1266', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1155 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154211"><original attribute_id="1267" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1267', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1157 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1269', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1158 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1270', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1159 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '217', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1271', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1161 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '183', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'FastCGI', - 'data_type_string' => 'ibexa_string', - 'id' => '1273', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'fastcgi', - 'version' => '1', - ], - 1162 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '184', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1274', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1163 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '185', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1267', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1157 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1269', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1158 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1270', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1159 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '217', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1271', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1161 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '183', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'FastCGI', + 'data_type_string' => 'ibexa_string', + 'id' => '1273', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'fastcgi', + 'version' => '1', + ], + 1162 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '184', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1274', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1163 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '185', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezauthor><authors><author id="0" name="Administrator User" email="bk@ibexa.co"/></authors></ezauthor> ', - 'data_type_string' => 'ibexa_author', - 'id' => '1275', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1166 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '188', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1278', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1167 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '189', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_author', + 'id' => '1275', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1166 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '188', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1278', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1167 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '189', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1311154212"><original attribute_id="1279" attribute_version="1" attribute_language="eng-US"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1279', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1169 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '191', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1281', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1170 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '192', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1282', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1171 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '193', - 'contentobject_id' => '218', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1283', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1173 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '252', - 'contentobject_id' => '219', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Events', - 'data_type_string' => 'ibexa_string', - 'id' => '1285', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'events', - 'version' => '1', - ], - 1175 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '254', - 'contentobject_id' => '219', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1279', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1169 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '191', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1281', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1170 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '192', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1282', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1171 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '193', + 'contentobject_id' => '218', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1283', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1173 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '252', + 'contentobject_id' => '219', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Events', + 'data_type_string' => 'ibexa_string', + 'id' => '1285', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'events', + 'version' => '1', + ], + 1175 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '254', + 'contentobject_id' => '219', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <related-objects><relation-list/></related-objects> ', - 'data_type_string' => 'ibexa_object_relation_list', - 'id' => '1287', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1176 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '220', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Career', - 'data_type_string' => 'ibexa_string', - 'id' => '1288', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'career', - 'version' => '1', - ], - 1177 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '220', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1289', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1180 => [ - 'attribute_original_id' => '1292', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '220', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1292', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 1181 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '220', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1293', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1182 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '220', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1294', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 1183 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '4', - 'contentobject_id' => '221', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Investors Relation', - 'data_type_string' => 'ibexa_string', - 'id' => '1295', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'investors relation', - 'version' => '1', - ], - 1184 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '155', - 'contentobject_id' => '221', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1296', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1187 => [ - 'attribute_original_id' => '1299', - 'content_type_field_definition_id' => '158', - 'contentobject_id' => '221', - 'data_float' => '0', - 'data_int' => '1', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1299', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1', - 'sort_key_string' => '', - 'version' => '1', - ], - 1188 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '181', - 'contentobject_id' => '221', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1300', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1189 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '182', - 'contentobject_id' => '221', - 'data_float' => '0', - 'data_int' => '1176187670', - 'data_text' => '', - 'data_type_string' => 'ibexa_datetime', - 'id' => '1301', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '1176187670', - 'sort_key_string' => '', - 'version' => '1', - ], - 1190 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '229', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Contact', - 'data_type_string' => 'ibexa_string', - 'id' => '1302', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'contact', - 'version' => '1', - ], - 1192 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '231', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1304', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1193 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '232', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1305', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1194 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '233', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '1306', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1195 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '234', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_email', - 'id' => '1307', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1196 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '235', - 'contentobject_id' => '222', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_email', - 'id' => '1308', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1197 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '247', - 'contentobject_id' => '223', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Morbi neque', - 'data_type_string' => 'ibexa_string', - 'id' => '1309', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'morbi neque', - 'version' => '1', - ], - 1198 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '248', - 'contentobject_id' => '223', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_object_relation_list', + 'id' => '1287', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1176 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '220', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Career', + 'data_type_string' => 'ibexa_string', + 'id' => '1288', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'career', + 'version' => '1', + ], + 1177 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '220', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1289', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1180 => [ + 'attribute_original_id' => '1292', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '220', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1292', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 1181 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '220', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1293', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1182 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '220', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1294', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 1183 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '4', + 'contentobject_id' => '221', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Investors Relation', + 'data_type_string' => 'ibexa_string', + 'id' => '1295', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'investors relation', + 'version' => '1', + ], + 1184 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '155', + 'contentobject_id' => '221', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1296', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1187 => [ + 'attribute_original_id' => '1299', + 'content_type_field_definition_id' => '158', + 'contentobject_id' => '221', + 'data_float' => '0', + 'data_int' => '1', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1299', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1', + 'sort_key_string' => '', + 'version' => '1', + ], + 1188 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '181', + 'contentobject_id' => '221', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1300', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1189 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '182', + 'contentobject_id' => '221', + 'data_float' => '0', + 'data_int' => '1176187670', + 'data_text' => '', + 'data_type_string' => 'ibexa_datetime', + 'id' => '1301', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '1176187670', + 'sort_key_string' => '', + 'version' => '1', + ], + 1190 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '229', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Contact', + 'data_type_string' => 'ibexa_string', + 'id' => '1302', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'contact', + 'version' => '1', + ], + 1192 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '231', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1304', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1193 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '232', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1305', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1194 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '233', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '1306', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1195 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '234', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_email', + 'id' => '1307', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1196 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '235', + 'contentobject_id' => '222', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_email', + 'id' => '1308', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1197 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '247', + 'contentobject_id' => '223', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Morbi neque', + 'data_type_string' => 'ibexa_string', + 'id' => '1309', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'morbi neque', + 'version' => '1', + ], + 1198 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '248', + 'contentobject_id' => '223', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Morbi-neque.jpg" suffix="jpg" basename="Morbi-neque" dirpath="var/ezwebin_site/storage/images/company/contact/morbi-neque/1310-1-eng-US" url="var/ezwebin_site/storage/images/company/contact/morbi-neque/1310-1-eng-US/Morbi-neque.jpg" original_filename="c74270b3.jpg" mime_type="image/jpeg" width="120" height="120" alternative_text="Morbi neque" alias_key="1293033771" timestamp="1311154212"><original attribute_id="1310" attribute_version="1" attribute_language="eng-US"/><information Height="120" Width="120" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1310', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1199 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '249', - 'contentobject_id' => '223', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1311', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1201 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '251', - 'contentobject_id' => '223', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_url', - 'id' => '1313', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1202 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '266', - 'contentobject_id' => '224', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Company banner', - 'data_type_string' => 'ibexa_string', - 'id' => '1314', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'company banner', - 'version' => '1', - ], - 1204 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '268', - 'contentobject_id' => '224', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '<?xml version="1.0" encoding="utf-8"?> + 'data_type_string' => 'ibexa_image', + 'id' => '1310', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1199 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '249', + 'contentobject_id' => '223', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1311', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1201 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '251', + 'contentobject_id' => '223', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_url', + 'id' => '1313', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1202 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '266', + 'contentobject_id' => '224', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Company banner', + 'data_type_string' => 'ibexa_string', + 'id' => '1314', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'company banner', + 'version' => '1', + ], + 1204 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '268', + 'contentobject_id' => '224', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '<?xml version="1.0" encoding="utf-8"?> <ezimage serial_number="1" is_valid="1" filename="Company-banner.jpg" suffix="jpg" basename="Company-banner" dirpath="var/ezwebin_site/storage/images/company/company-banner/1316-1-eng-US" url="var/ezwebin_site/storage/images/company/company-banner/1316-1-eng-US/Company-banner.jpg" original_filename="0e055a7f.jpg" mime_type="image/jpeg" width="566" height="197" alternative_text="Company banner" alias_key="1293033771" timestamp="1311154212"><original attribute_id="1316" attribute_version="1" attribute_language="eng-US"/><information Height="197" Width="566" IsColor="1"/></ezimage> ', - 'data_type_string' => 'ibexa_image', - 'id' => '1316', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1205 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '269', - 'contentobject_id' => '224', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_keyword', - 'id' => '1317', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1206 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '329', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '105', - 'data_text' => 'Site map', - 'data_type_string' => 'ibexa_url', - 'id' => '1318', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 1207 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '330', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '106', - 'data_text' => 'Tag cloud', - 'data_type_string' => 'ibexa_url', - 'id' => '1319', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 1208 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '331', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Login', - 'data_type_string' => 'ibexa_string', - 'id' => '1320', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'login', - 'version' => '2', - ], - 1209 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '332', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Logout', - 'data_type_string' => 'ibexa_string', - 'id' => '1321', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'logout', - 'version' => '2', - ], - 1210 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '333', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'My profile', - 'data_type_string' => 'ibexa_string', - 'id' => '1322', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'my profile', - 'version' => '2', - ], - 1211 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '334', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Register', - 'data_type_string' => 'ibexa_string', - 'id' => '1323', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'register', - 'version' => '2', - ], - 1212 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '335', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '/rss/feed/my_feed', - 'data_type_string' => 'ibexa_string', - 'id' => '1324', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '/rss/feed/my_feed', - 'version' => '2', - ], - 1213 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '336', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Shopping basket', - 'data_type_string' => 'ibexa_string', - 'id' => '1325', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'shopping basket', - 'version' => '2', - ], - 1214 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '337', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Site settings', - 'data_type_string' => 'ibexa_string', - 'id' => '1326', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => 'site settings', - 'version' => '2', - ], - 1215 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '338', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Copyright © 2011 <a href="http://ibexa.co" title="Ibexa">Ibexa AS</a> (except where otherwise noted). All rights reserved.', - 'data_type_string' => 'ibexa_text', - 'id' => '1327', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 1216 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '339', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_boolean', - 'id' => '1328', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 1217 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '340', - 'contentobject_id' => '54', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_text', - 'id' => '1329', - 'language_code' => 'eng-US', - 'language_id' => '2', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '2', - ], - 1218 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '6', - 'contentobject_id' => '225', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => 'Partners', - 'data_type_string' => 'ibexa_string', - 'id' => '1330', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'partners', - 'version' => '1', - ], - 1219 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '7', - 'contentobject_id' => '225', - 'data_float' => '0', - 'data_int' => null, - 'data_text' => '', - 'data_type_string' => 'ibexa_string', - 'id' => '1331', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - 1220 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '8', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'A', - 'data_type_string' => 'ibexa_string', - 'id' => '1332', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'a', - 'version' => '1', - ], - 1221 => [ - 'attribute_original_id' => '0', - 'content_type_field_definition_id' => '9', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => 'member', - 'data_type_string' => 'ibexa_string', - 'id' => '1333', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => 'member', - 'version' => '1', - ], - 1222 => [ - 'attribute_original_id' => '226', - 'content_type_field_definition_id' => '12', - 'contentobject_id' => '226', - 'data_float' => '0', - 'data_int' => '0', - 'data_text' => '', - 'data_type_string' => 'ibexa_user', - 'id' => '1334', - 'language_code' => 'eng-US', - 'language_id' => '3', - 'sort_key_int' => '0', - 'sort_key_string' => '', - 'version' => '1', - ], - ], - ContentGateway::CONTENT_RELATION_TABLE => [ - 0 => [ - 'content_type_field_definition_id' => '237', - 'from_contentobject_id' => '67', - 'from_contentobject_version' => '1', - 'id' => '1', - 'relation_type' => '8', - 'to_contentobject_id' => '60', - ], - 1 => [ - 'content_type_field_definition_id' => '237', - 'from_contentobject_id' => '75', - 'from_contentobject_version' => '1', - 'id' => '2', - 'relation_type' => '8', - 'to_contentobject_id' => '64', - ], - 2 => [ - 'content_type_field_definition_id' => '237', - 'from_contentobject_id' => '84', - 'from_contentobject_version' => '1', - 'id' => '3', - 'relation_type' => '8', - 'to_contentobject_id' => '63', - ], - 3 => [ - 'content_type_field_definition_id' => '237', - 'from_contentobject_id' => '94', - 'from_contentobject_version' => '1', - 'id' => '4', - 'relation_type' => '8', - 'to_contentobject_id' => '62', - ], - 4 => [ - 'content_type_field_definition_id' => '237', - 'from_contentobject_id' => '154', - 'from_contentobject_version' => '1', - 'id' => '5', - 'relation_type' => '8', - 'to_contentobject_id' => '61', - ], - 5 => [ - 'content_type_field_definition_id' => '237', - 'from_contentobject_id' => '165', - 'from_contentobject_version' => '1', - 'id' => '6', - 'relation_type' => '8', - 'to_contentobject_id' => '58', - ], - 6 => [ - 'content_type_field_definition_id' => '108', - 'from_contentobject_id' => '109', - 'from_contentobject_version' => '1', - 'id' => '7', - 'relation_type' => '8', - 'to_contentobject_id' => '109', - ], - 7 => [ - 'content_type_field_definition_id' => '108', - 'from_contentobject_id' => '110', - 'from_contentobject_version' => '1', - 'id' => '8', - 'relation_type' => '8', - 'to_contentobject_id' => '110', - ], - 8 => [ - 'content_type_field_definition_id' => '108', - 'from_contentobject_id' => '111', - 'from_contentobject_version' => '1', - 'id' => '9', - 'relation_type' => '8', - 'to_contentobject_id' => '111', - ], - 9 => [ - 'content_type_field_definition_id' => '108', - 'from_contentobject_id' => '112', - 'from_contentobject_version' => '1', - 'id' => '10', - 'relation_type' => '8', - 'to_contentobject_id' => '112', - ], - 10 => [ - 'content_type_field_definition_id' => '108', - 'from_contentobject_id' => '113', - 'from_contentobject_version' => '1', - 'id' => '11', - 'relation_type' => '8', - 'to_contentobject_id' => '113', - ], - 11 => [ - 'content_type_field_definition_id' => '108', - 'from_contentobject_id' => '114', - 'from_contentobject_version' => '1', - 'id' => '12', - 'relation_type' => '8', - 'to_contentobject_id' => '114', - ], - 12 => [ - 'content_type_field_definition_id' => '108', - 'from_contentobject_id' => '115', - 'from_contentobject_version' => '1', - 'id' => '13', - 'relation_type' => '8', - 'to_contentobject_id' => '115', - ], - 13 => [ - 'content_type_field_definition_id' => '108', - 'from_contentobject_id' => '116', - 'from_contentobject_version' => '1', - 'id' => '14', - 'relation_type' => '8', - 'to_contentobject_id' => '116', - ], - 14 => [ - 'content_type_field_definition_id' => '108', - 'from_contentobject_id' => '117', - 'from_contentobject_version' => '1', - 'id' => '15', - 'relation_type' => '8', - 'to_contentobject_id' => '117', - ], - 15 => [ - 'content_type_field_definition_id' => '118', - 'from_contentobject_id' => '119', - 'from_contentobject_version' => '1', - 'id' => '16', - 'relation_type' => '8', - 'to_contentobject_id' => '119', - ], - 16 => [ - 'content_type_field_definition_id' => '118', - 'from_contentobject_id' => '120', - 'from_contentobject_version' => '1', - 'id' => '17', - 'relation_type' => '8', - 'to_contentobject_id' => '120', - ], - 17 => [ - 'content_type_field_definition_id' => '118', - 'from_contentobject_id' => '121', - 'from_contentobject_version' => '1', - 'id' => '18', - 'relation_type' => '8', - 'to_contentobject_id' => '121', - ], - 18 => [ - 'content_type_field_definition_id' => '118', - 'from_contentobject_id' => '122', - 'from_contentobject_version' => '1', - 'id' => '19', - 'relation_type' => '8', - 'to_contentobject_id' => '122', - ], - 19 => [ - 'content_type_field_definition_id' => '118', - 'from_contentobject_id' => '123', - 'from_contentobject_version' => '1', - 'id' => '20', - 'relation_type' => '8', - 'to_contentobject_id' => '123', - ], - 20 => [ - 'content_type_field_definition_id' => '118', - 'from_contentobject_id' => '124', - 'from_contentobject_version' => '1', - 'id' => '21', - 'relation_type' => '8', - 'to_contentobject_id' => '124', - ], - 21 => [ - 'content_type_field_definition_id' => '118', - 'from_contentobject_id' => '125', - 'from_contentobject_version' => '1', - 'id' => '22', - 'relation_type' => '8', - 'to_contentobject_id' => '125', - ], - 22 => [ - 'content_type_field_definition_id' => '118', - 'from_contentobject_id' => '126', - 'from_contentobject_version' => '1', - 'id' => '23', - 'relation_type' => '8', - 'to_contentobject_id' => '126', - ], - 23 => [ - 'content_type_field_definition_id' => '127', - 'from_contentobject_id' => '128', - 'from_contentobject_version' => '1', - 'id' => '24', - 'relation_type' => '8', - 'to_contentobject_id' => '128', - ], - 24 => [ - 'content_type_field_definition_id' => '127', - 'from_contentobject_id' => '129', - 'from_contentobject_version' => '1', - 'id' => '25', - 'relation_type' => '8', - 'to_contentobject_id' => '129', - ], - 25 => [ - 'content_type_field_definition_id' => '132', - 'from_contentobject_id' => '133', - 'from_contentobject_version' => '1', - 'id' => '26', - 'relation_type' => '8', - 'to_contentobject_id' => '133', - ], - 26 => [ - 'content_type_field_definition_id' => '132', - 'from_contentobject_id' => '134', - 'from_contentobject_version' => '1', - 'id' => '27', - 'relation_type' => '8', - 'to_contentobject_id' => '134', - ], - 27 => [ - 'content_type_field_definition_id' => '132', - 'from_contentobject_id' => '135', - 'from_contentobject_version' => '1', - 'id' => '28', - 'relation_type' => '8', - 'to_contentobject_id' => '135', - ], - 28 => [ - 'content_type_field_definition_id' => '136', - 'from_contentobject_id' => '137', - 'from_contentobject_version' => '1', - 'id' => '29', - 'relation_type' => '8', - 'to_contentobject_id' => '137', - ], - 29 => [ - 'content_type_field_definition_id' => '136', - 'from_contentobject_id' => '138', - 'from_contentobject_version' => '1', - 'id' => '30', - 'relation_type' => '8', - 'to_contentobject_id' => '138', - ], - 30 => [ - 'content_type_field_definition_id' => '139', - 'from_contentobject_id' => '140', - 'from_contentobject_version' => '1', - 'id' => '31', - 'relation_type' => '8', - 'to_contentobject_id' => '140', - ], - 31 => [ - 'content_type_field_definition_id' => '139', - 'from_contentobject_id' => '141', - 'from_contentobject_version' => '1', - 'id' => '32', - 'relation_type' => '8', - 'to_contentobject_id' => '141', - ], - 32 => [ - 'content_type_field_definition_id' => '139', - 'from_contentobject_id' => '142', - 'from_contentobject_version' => '1', - 'id' => '33', - 'relation_type' => '8', - 'to_contentobject_id' => '142', - ], - 33 => [ - 'content_type_field_definition_id' => '139', - 'from_contentobject_id' => '143', - 'from_contentobject_version' => '1', - 'id' => '34', - 'relation_type' => '8', - 'to_contentobject_id' => '143', - ], - 34 => [ - 'content_type_field_definition_id' => '145', - 'from_contentobject_id' => '146', - 'from_contentobject_version' => '1', - 'id' => '35', - 'relation_type' => '8', - 'to_contentobject_id' => '146', - ], - 35 => [ - 'content_type_field_definition_id' => '148', - 'from_contentobject_id' => '149', - 'from_contentobject_version' => '1', - 'id' => '36', - 'relation_type' => '8', - 'to_contentobject_id' => '149', - ], - 36 => [ - 'content_type_field_definition_id' => '151', - 'from_contentobject_id' => '152', - 'from_contentobject_version' => '1', - 'id' => '37', - 'relation_type' => '8', - 'to_contentobject_id' => '152', - ], - 37 => [ - 'content_type_field_definition_id' => '151', - 'from_contentobject_id' => '153', - 'from_contentobject_version' => '1', - 'id' => '38', - 'relation_type' => '8', - 'to_contentobject_id' => '153', - ], - 38 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '65', - 'from_contentobject_version' => '1', - 'id' => '39', - 'relation_type' => '4', - 'to_contentobject_id' => '151', - ], - 39 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '65', - 'from_contentobject_version' => '1', - 'id' => '40', - 'relation_type' => '2', - 'to_contentobject_id' => '106', - ], - 40 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '65', - 'from_contentobject_version' => '1', - 'id' => '41', - 'relation_type' => '2', - 'to_contentobject_id' => '107', - ], - 41 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '65', - 'from_contentobject_version' => '1', - 'id' => '42', - 'relation_type' => '2', - 'to_contentobject_id' => '176', - ], - 42 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '65', - 'from_contentobject_version' => '1', - 'id' => '43', - 'relation_type' => '2', - 'to_contentobject_id' => '131', - ], - 43 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '67', - 'from_contentobject_version' => '1', - 'id' => '44', - 'relation_type' => '2', - 'to_contentobject_id' => '71', - ], - 44 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '67', - 'from_contentobject_version' => '1', - 'id' => '45', - 'relation_type' => '2', - 'to_contentobject_id' => '72', - ], - 45 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '67', - 'from_contentobject_version' => '1', - 'id' => '46', - 'relation_type' => '2', - 'to_contentobject_id' => '73', - ], - 46 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '75', - 'from_contentobject_version' => '1', - 'id' => '47', - 'relation_type' => '6', - 'to_contentobject_id' => '76', - ], - 47 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '75', - 'from_contentobject_version' => '1', - 'id' => '48', - 'relation_type' => '6', - 'to_contentobject_id' => '80', - ], - 48 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '75', - 'from_contentobject_version' => '1', - 'id' => '49', - 'relation_type' => '2', - 'to_contentobject_id' => '77', - ], - 49 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '75', - 'from_contentobject_version' => '1', - 'id' => '50', - 'relation_type' => '2', - 'to_contentobject_id' => '79', - ], - 50 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '75', - 'from_contentobject_version' => '1', - 'id' => '51', - 'relation_type' => '2', - 'to_contentobject_id' => '78', - ], - 51 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '84', - 'from_contentobject_version' => '1', - 'id' => '52', - 'relation_type' => '2', - 'to_contentobject_id' => '85', - ], - 52 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '84', - 'from_contentobject_version' => '1', - 'id' => '53', - 'relation_type' => '2', - 'to_contentobject_id' => '93', - ], - 53 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '84', - 'from_contentobject_version' => '1', - 'id' => '54', - 'relation_type' => '2', - 'to_contentobject_id' => '91', - ], - 54 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '84', - 'from_contentobject_version' => '1', - 'id' => '55', - 'relation_type' => '2', - 'to_contentobject_id' => '92', - ], - 55 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '84', - 'from_contentobject_version' => '1', - 'id' => '56', - 'relation_type' => '2', - 'to_contentobject_id' => '86', - ], - 56 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '84', - 'from_contentobject_version' => '1', - 'id' => '57', - 'relation_type' => '2', - 'to_contentobject_id' => '87', - ], - 57 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '94', - 'from_contentobject_version' => '1', - 'id' => '58', - 'relation_type' => '4', - 'to_contentobject_id' => '98', - ], - 58 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '94', - 'from_contentobject_version' => '1', - 'id' => '59', - 'relation_type' => '4', - 'to_contentobject_id' => '95', - ], - 59 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '94', - 'from_contentobject_version' => '1', - 'id' => '60', - 'relation_type' => '2', - 'to_contentobject_id' => '101', - ], - 60 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '94', - 'from_contentobject_version' => '1', - 'id' => '61', - 'relation_type' => '2', - 'to_contentobject_id' => '103', - ], - 61 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '94', - 'from_contentobject_version' => '1', - 'id' => '62', - 'relation_type' => '2', - 'to_contentobject_id' => '104', - ], - 62 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '94', - 'from_contentobject_version' => '1', - 'id' => '63', - 'relation_type' => '2', - 'to_contentobject_id' => '102', - ], - 63 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '106', - 'from_contentobject_version' => '1', - 'id' => '64', - 'relation_type' => '2', - 'to_contentobject_id' => '108', - ], - 64 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '106', - 'from_contentobject_version' => '1', - 'id' => '65', - 'relation_type' => '2', - 'to_contentobject_id' => '202', - ], - 65 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '106', - 'from_contentobject_version' => '1', - 'id' => '66', - 'relation_type' => '2', - 'to_contentobject_id' => '127', - ], - 66 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '106', - 'from_contentobject_version' => '1', - 'id' => '67', - 'relation_type' => '2', - 'to_contentobject_id' => '130', - ], - 67 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '108', - 'from_contentobject_version' => '1', - 'id' => '68', - 'relation_type' => '2', - 'to_contentobject_id' => '109', - ], - 68 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '108', - 'from_contentobject_version' => '1', - 'id' => '69', - 'relation_type' => '2', - 'to_contentobject_id' => '110', - ], - 69 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '108', - 'from_contentobject_version' => '1', - 'id' => '70', - 'relation_type' => '2', - 'to_contentobject_id' => '111', - ], - 70 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '108', - 'from_contentobject_version' => '1', - 'id' => '71', - 'relation_type' => '2', - 'to_contentobject_id' => '112', - ], - 71 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '108', - 'from_contentobject_version' => '1', - 'id' => '72', - 'relation_type' => '2', - 'to_contentobject_id' => '113', - ], - 72 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '108', - 'from_contentobject_version' => '1', - 'id' => '73', - 'relation_type' => '2', - 'to_contentobject_id' => '114', - ], - 73 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '108', - 'from_contentobject_version' => '1', - 'id' => '74', - 'relation_type' => '2', - 'to_contentobject_id' => '115', - ], - 74 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '108', - 'from_contentobject_version' => '1', - 'id' => '75', - 'relation_type' => '2', - 'to_contentobject_id' => '116', - ], - 75 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '118', - 'from_contentobject_version' => '1', - 'id' => '76', - 'relation_type' => '2', - 'to_contentobject_id' => '119', - ], - 76 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '118', - 'from_contentobject_version' => '1', - 'id' => '77', - 'relation_type' => '2', - 'to_contentobject_id' => '120', - ], - 77 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '118', - 'from_contentobject_version' => '1', - 'id' => '78', - 'relation_type' => '2', - 'to_contentobject_id' => '121', - ], - 78 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '118', - 'from_contentobject_version' => '1', - 'id' => '79', - 'relation_type' => '2', - 'to_contentobject_id' => '122', - ], - 79 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '118', - 'from_contentobject_version' => '1', - 'id' => '80', - 'relation_type' => '2', - 'to_contentobject_id' => '123', - ], - 80 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '118', - 'from_contentobject_version' => '1', - 'id' => '81', - 'relation_type' => '2', - 'to_contentobject_id' => '124', - ], - 81 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '118', - 'from_contentobject_version' => '1', - 'id' => '82', - 'relation_type' => '2', - 'to_contentobject_id' => '125', - ], - 82 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '118', - 'from_contentobject_version' => '1', - 'id' => '83', - 'relation_type' => '2', - 'to_contentobject_id' => '126', - ], - 83 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '127', - 'from_contentobject_version' => '1', - 'id' => '84', - 'relation_type' => '2', - 'to_contentobject_id' => '128', - ], - 84 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '127', - 'from_contentobject_version' => '1', - 'id' => '85', - 'relation_type' => '2', - 'to_contentobject_id' => '129', - ], - 85 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '132', - 'from_contentobject_version' => '1', - 'id' => '86', - 'relation_type' => '2', - 'to_contentobject_id' => '133', - ], - 86 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '132', - 'from_contentobject_version' => '1', - 'id' => '87', - 'relation_type' => '2', - 'to_contentobject_id' => '134', - ], - 87 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '132', - 'from_contentobject_version' => '1', - 'id' => '88', - 'relation_type' => '2', - 'to_contentobject_id' => '135', - ], - 88 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '136', - 'from_contentobject_version' => '1', - 'id' => '89', - 'relation_type' => '2', - 'to_contentobject_id' => '137', - ], - 89 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '136', - 'from_contentobject_version' => '1', - 'id' => '90', - 'relation_type' => '2', - 'to_contentobject_id' => '138', - ], - 90 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '139', - 'from_contentobject_version' => '1', - 'id' => '91', - 'relation_type' => '2', - 'to_contentobject_id' => '141', - ], - 91 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '139', - 'from_contentobject_version' => '1', - 'id' => '92', - 'relation_type' => '2', - 'to_contentobject_id' => '140', - ], - 92 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '139', - 'from_contentobject_version' => '1', - 'id' => '93', - 'relation_type' => '2', - 'to_contentobject_id' => '142', - ], - 93 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '139', - 'from_contentobject_version' => '1', - 'id' => '94', - 'relation_type' => '2', - 'to_contentobject_id' => '143', - ], - 94 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '145', - 'from_contentobject_version' => '1', - 'id' => '95', - 'relation_type' => '2', - 'to_contentobject_id' => '146', - ], - 95 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '148', - 'from_contentobject_version' => '1', - 'id' => '96', - 'relation_type' => '2', - 'to_contentobject_id' => '149', - ], - 96 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '150', - 'from_contentobject_version' => '1', - 'id' => '97', - 'relation_type' => '2', - 'to_contentobject_id' => '66', - ], - 97 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '151', - 'from_contentobject_version' => '1', - 'id' => '98', - 'relation_type' => '2', - 'to_contentobject_id' => '152', - ], - 98 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '151', - 'from_contentobject_version' => '1', - 'id' => '99', - 'relation_type' => '2', - 'to_contentobject_id' => '153', - ], - 99 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '154', - 'from_contentobject_version' => '1', - 'id' => '100', - 'relation_type' => '2', - 'to_contentobject_id' => '163', - ], - 100 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '154', - 'from_contentobject_version' => '1', - 'id' => '101', - 'relation_type' => '2', - 'to_contentobject_id' => '162', - ], - 101 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '154', - 'from_contentobject_version' => '1', - 'id' => '102', - 'relation_type' => '2', - 'to_contentobject_id' => '158', - ], - 102 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '154', - 'from_contentobject_version' => '1', - 'id' => '103', - 'relation_type' => '2', - 'to_contentobject_id' => '155', - ], - 103 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '154', - 'from_contentobject_version' => '1', - 'id' => '104', - 'relation_type' => '2', - 'to_contentobject_id' => '164', - ], - 104 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '165', - 'from_contentobject_version' => '1', - 'id' => '105', - 'relation_type' => '2', - 'to_contentobject_id' => '170', - ], - 105 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '165', - 'from_contentobject_version' => '1', - 'id' => '106', - 'relation_type' => '2', - 'to_contentobject_id' => '185', - ], - 106 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '165', - 'from_contentobject_version' => '1', - 'id' => '107', - 'relation_type' => '2', - 'to_contentobject_id' => '166', - ], - 107 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '165', - 'from_contentobject_version' => '1', - 'id' => '108', - 'relation_type' => '2', - 'to_contentobject_id' => '176', - ], - 108 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '188', - 'from_contentobject_version' => '1', - 'id' => '109', - 'relation_type' => '2', - 'to_contentobject_id' => '224', - ], - 109 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '191', - 'from_contentobject_version' => '1', - 'id' => '110', - 'relation_type' => '2', - 'to_contentobject_id' => '192', - ], - 110 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '193', - 'from_contentobject_version' => '1', - 'id' => '111', - 'relation_type' => '2', - 'to_contentobject_id' => '199', - ], - 111 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '193', - 'from_contentobject_version' => '1', - 'id' => '112', - 'relation_type' => '2', - 'to_contentobject_id' => '194', - ], - 112 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '193', - 'from_contentobject_version' => '1', - 'id' => '113', - 'relation_type' => '2', - 'to_contentobject_id' => '195', - ], - 113 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '193', - 'from_contentobject_version' => '1', - 'id' => '114', - 'relation_type' => '2', - 'to_contentobject_id' => '196', - ], - 114 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '193', - 'from_contentobject_version' => '1', - 'id' => '115', - 'relation_type' => '2', - 'to_contentobject_id' => '197', - ], - 115 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '193', - 'from_contentobject_version' => '1', - 'id' => '116', - 'relation_type' => '2', - 'to_contentobject_id' => '200', - ], - 116 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '193', - 'from_contentobject_version' => '1', - 'id' => '117', - 'relation_type' => '2', - 'to_contentobject_id' => '201', - ], - 117 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '193', - 'from_contentobject_version' => '1', - 'id' => '118', - 'relation_type' => '2', - 'to_contentobject_id' => '198', - ], - 118 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '202', - 'from_contentobject_version' => '1', - 'id' => '119', - 'relation_type' => '2', - 'to_contentobject_id' => '210', - ], - 119 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '202', - 'from_contentobject_version' => '1', - 'id' => '120', - 'relation_type' => '2', - 'to_contentobject_id' => '203', - ], - 120 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '202', - 'from_contentobject_version' => '1', - 'id' => '121', - 'relation_type' => '2', - 'to_contentobject_id' => '204', - ], - 121 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '202', - 'from_contentobject_version' => '1', - 'id' => '122', - 'relation_type' => '2', - 'to_contentobject_id' => '205', - ], - 122 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '202', - 'from_contentobject_version' => '1', - 'id' => '123', - 'relation_type' => '2', - 'to_contentobject_id' => '206', - ], - 123 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '202', - 'from_contentobject_version' => '1', - 'id' => '124', - 'relation_type' => '2', - 'to_contentobject_id' => '207', - ], - 124 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '202', - 'from_contentobject_version' => '1', - 'id' => '125', - 'relation_type' => '2', - 'to_contentobject_id' => '208', - ], - 125 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '202', - 'from_contentobject_version' => '1', - 'id' => '126', - 'relation_type' => '2', - 'to_contentobject_id' => '209', - ], - 126 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '211', - 'from_contentobject_version' => '1', - 'id' => '127', - 'relation_type' => '2', - 'to_contentobject_id' => '212', - ], - 127 => [ - 'content_type_field_definition_id' => '0', - 'from_contentobject_id' => '211', - 'from_contentobject_version' => '1', - 'id' => '128', - 'relation_type' => '2', - 'to_contentobject_id' => '213', - ], - 128 => [ - 'content_type_field_definition_id' => '237', - 'from_contentobject_id' => '67', - 'from_contentobject_version' => '1', - 'id' => '129', - 'relation_type' => '8', - 'to_contentobject_id' => '75', - ], - ], - ContentGateway::CONTENT_NAME_TABLE => [ - 0 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '4', - 'language_id' => '3', - 'name' => 'Users', - 'real_translation' => 'eng-US', - ], - 1 => [ - 'content_translation' => 'eng-US', - 'content_version' => '2', - 'contentobject_id' => '10', - 'language_id' => '3', - 'name' => 'Anonymous User', - 'real_translation' => 'eng-US', - ], - 2 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '11', - 'language_id' => '3', - 'name' => 'Guest accounts', - 'real_translation' => 'eng-US', - ], - 3 => [ - 'content_translation' => 'eng-US', - 'content_version' => '2', - 'contentobject_id' => '11', - 'language_id' => '3', - 'name' => 'Members', - 'real_translation' => 'eng-US', - ], - 4 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '12', - 'language_id' => '3', - 'name' => 'Administrator users', - 'real_translation' => 'eng-US', - ], - 5 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '13', - 'language_id' => '3', - 'name' => 'Editors', - 'real_translation' => 'eng-US', - ], - 6 => [ - 'content_translation' => 'eng-US', - 'content_version' => '3', - 'contentobject_id' => '14', - 'language_id' => '3', - 'name' => 'Administrator User', - 'real_translation' => 'eng-US', - ], - 7 => [ - 'content_translation' => 'eng-US', - 'content_version' => '4', - 'contentobject_id' => '14', - 'language_id' => '3', - 'name' => 'Administrator User', - 'real_translation' => 'eng-US', - ], - 8 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '41', - 'language_id' => '3', - 'name' => 'Media', - 'real_translation' => 'eng-US', - ], - 9 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '42', - 'language_id' => '3', - 'name' => 'Anonymous users', - 'real_translation' => 'eng-US', - ], - 10 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '45', - 'language_id' => '3', - 'name' => 'Setup', - 'real_translation' => 'eng-US', - ], - 11 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '49', - 'language_id' => '3', - 'name' => 'Images', - 'real_translation' => 'eng-US', - ], - 12 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '50', - 'language_id' => '3', - 'name' => 'Files', - 'real_translation' => 'eng-US', - ], - 13 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '51', - 'language_id' => '3', - 'name' => 'Multimedia', - 'real_translation' => 'eng-US', - ], - 14 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '52', - 'language_id' => '2', - 'name' => 'Common INI settings', - 'real_translation' => 'eng-US', - ], - 15 => [ - 'content_translation' => 'eng-US', - 'content_version' => '2', - 'contentobject_id' => '54', - 'language_id' => '2', - 'name' => 'Website Interface', - 'real_translation' => 'eng-US', - ], - 16 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '56', - 'language_id' => '3', - 'name' => 'Design', - 'real_translation' => 'eng-US', - ], - 17 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '57', - 'language_id' => '3', - 'name' => 'Banners', - 'real_translation' => 'eng-US', - ], - 18 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '58', - 'language_id' => '2', - 'name' => 'Woman (Communities)', - 'real_translation' => 'eng-US', - ], - 19 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '59', - 'language_id' => '2', - 'name' => 'Woman (Frontpage)', - 'real_translation' => 'eng-US', - ], - 20 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '60', - 'language_id' => '2', - 'name' => 'Woman (Products)', - 'real_translation' => 'eng-US', - ], - 21 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '61', - 'language_id' => '2', - 'name' => 'Woman (Partners)', - 'real_translation' => 'eng-US', - ], - 22 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '62', - 'language_id' => '2', - 'name' => 'Pencils (Support)', - 'real_translation' => 'eng-US', - ], - 23 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '63', - 'language_id' => '2', - 'name' => 'Woman (Training)', - 'real_translation' => 'eng-US', - ], - 24 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '64', - 'language_id' => '2', - 'name' => 'Woman (Solutions)', - 'real_translation' => 'eng-US', - ], - 25 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '65', - 'language_id' => '3', - 'name' => 'Home', - 'real_translation' => 'eng-US', - ], - 26 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '66', - 'language_id' => '2', - 'name' => 'rest_api', - 'real_translation' => 'eng-US', - ], - 27 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '67', - 'language_id' => '2', - 'name' => 'Products', - 'real_translation' => 'eng-US', - ], - 28 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '68', - 'language_id' => '3', - 'name' => 'Software', - 'real_translation' => 'eng-US', - ], - 29 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '69', - 'language_id' => '2', - 'name' => 'OS Type I', - 'real_translation' => 'eng-US', - ], - 30 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '70', - 'language_id' => '3', - 'name' => 'Boxes', - 'real_translation' => 'eng-US', - ], - 31 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '71', - 'language_id' => '2', - 'name' => 'CD/DVD Box I', - 'real_translation' => 'eng-US', - ], - 32 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '72', - 'language_id' => '2', - 'name' => 'CD/DVD Box II', - 'real_translation' => 'eng-US', - ], - 33 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '73', - 'language_id' => '2', - 'name' => 'CD/DVD Box III', - 'real_translation' => 'eng-US', - ], - 34 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '74', - 'language_id' => '3', - 'name' => 'Products sheets', - 'real_translation' => 'eng-US', - ], - 35 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '75', - 'language_id' => '2', - 'name' => 'Solutions', - 'real_translation' => 'eng-US', - ], - 36 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '76', - 'language_id' => '3', - 'name' => 'Web publishing', - 'real_translation' => 'eng-US', - ], - 37 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '77', - 'language_id' => '2', - 'name' => 'Fusce sagittis sagittis', - 'real_translation' => 'eng-US', - ], - 38 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '78', - 'language_id' => '2', - 'name' => 'Etiam posuere sodales arcu', - 'real_translation' => 'eng-US', - ], - 39 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '79', - 'language_id' => '2', - 'name' => 'In hac habitasse platea', - 'real_translation' => 'eng-US', - ], - 40 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '80', - 'language_id' => '3', - 'name' => 'Content management', - 'real_translation' => 'eng-US', - ], - 41 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '81', - 'language_id' => '2', - 'name' => 'Fusce sagittis sagittis urna', - 'real_translation' => 'eng-US', - ], - 42 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '82', - 'language_id' => '2', - 'name' => 'Class aptent taciti sociosqu', - 'real_translation' => 'eng-US', - ], - 43 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '83', - 'language_id' => '2', - 'name' => 'Aenean malesuada ligula', - 'real_translation' => 'eng-US', - ], - 44 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '84', - 'language_id' => '2', - 'name' => 'Training', - 'real_translation' => 'eng-US', - ], - 45 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '85', - 'language_id' => '3', - 'name' => 'Certification', - 'real_translation' => 'eng-US', - ], - 46 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '86', - 'language_id' => '3', - 'name' => 'Professional workshops', - 'real_translation' => 'eng-US', - ], - 47 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '87', - 'language_id' => '2', - 'name' => 'Etiam sodales mauris', - 'real_translation' => 'eng-US', - ], - 48 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '88', - 'language_id' => '2', - 'name' => 'Class aptent taciti', - 'real_translation' => 'eng-US', - ], - 49 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '89', - 'language_id' => '2', - 'name' => 'Duis auctor vehicula erat', - 'real_translation' => 'eng-US', - ], - 50 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '90', - 'language_id' => '2', - 'name' => 'Events and seminars', - 'real_translation' => 'eng-US', - ], - 51 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '91', - 'language_id' => '3', - 'name' => 'Self-paced courses', - 'real_translation' => 'eng-US', - ], - 52 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '92', - 'language_id' => '3', - 'name' => 'Instructor-led courses', - 'real_translation' => 'eng-US', - ], - 53 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '93', - 'language_id' => '3', - 'name' => 'Additional learning resources', - 'real_translation' => 'eng-US', - ], - 54 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '94', - 'language_id' => '2', - 'name' => 'Support', - 'real_translation' => 'eng-US', - ], - 55 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '95', - 'language_id' => '2', - 'name' => 'Knowledgebase', - 'real_translation' => 'eng-US', - ], - 56 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '96', - 'language_id' => '2', - 'name' => 'Sed suscipit', - 'real_translation' => 'eng-US', - ], - 57 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '97', - 'language_id' => '2', - 'name' => 'Ut interdum', - 'real_translation' => 'eng-US', - ], - 58 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '98', - 'language_id' => '2', - 'name' => 'Documentation', - 'real_translation' => 'eng-US', - ], - 59 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '99', - 'language_id' => '2', - 'name' => 'Mauris pretium', - 'real_translation' => 'eng-US', - ], - 60 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '100', - 'language_id' => '2', - 'name' => 'Aliquam posuere', - 'real_translation' => 'eng-US', - ], - 61 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '101', - 'language_id' => '3', - 'name' => 'Books', - 'real_translation' => 'eng-US', - ], - 62 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '102', - 'language_id' => '2', - 'name' => 'Aliquam pulvinar suscipit tellus', - 'real_translation' => 'eng-US', - ], - 63 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '103', - 'language_id' => '3', - 'name' => 'Customer Service', - 'real_translation' => 'eng-US', - ], - 64 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '104', - 'language_id' => '3', - 'name' => 'Support Programs', - 'real_translation' => 'eng-US', - ], - 65 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '105', - 'language_id' => '3', - 'name' => 'Getting started', - 'real_translation' => 'eng-US', - ], - 66 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '106', - 'language_id' => '2', - 'name' => 'Tutorials for', - 'real_translation' => 'eng-US', - ], - 67 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '107', - 'language_id' => '2', - 'name' => 'Get involved', - 'real_translation' => 'eng-US', - ], - 68 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '108', - 'language_id' => '2', - 'name' => 'How to use Ibexa', - 'real_translation' => 'eng-US', - ], - 69 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '109', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 70 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '110', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 71 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '111', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 72 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '112', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 73 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '113', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 74 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '114', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 75 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '115', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 76 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '116', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 77 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '117', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 78 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '118', - 'language_id' => '2', - 'name' => 'How to manage Ibexa', - 'real_translation' => 'eng-US', - ], - 79 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '119', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 80 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '120', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 81 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '121', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 82 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '122', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 83 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '123', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 84 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '124', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 85 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '125', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 86 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '126', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 87 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '127', - 'language_id' => '2', - 'name' => 'How to develop with Ibexa', - 'real_translation' => 'eng-US', - ], - 88 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '128', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 89 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '129', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 90 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '130', - 'language_id' => '2', - 'name' => 'Adding Siteaccesses in Ibexa', - 'real_translation' => 'eng-US', - ], - 91 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '131', - 'language_id' => '3', - 'name' => 'New features', - 'real_translation' => 'eng-US', - ], - 92 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '132', - 'language_id' => '2', - 'name' => 'Improved user registration workflow', - 'real_translation' => 'eng-US', - ], - 93 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '133', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 94 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '134', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 95 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '135', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 96 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '136', - 'language_id' => '2', - 'name' => 'Improved block editing', - 'real_translation' => 'eng-US', - ], - 97 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '137', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 98 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '138', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 99 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '139', - 'language_id' => '2', - 'name' => 'Improved front-end editing', - 'real_translation' => 'eng-US', - ], - 100 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '140', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 101 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '141', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 102 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '142', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 103 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '143', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 104 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '144', - 'language_id' => '2', - 'name' => 'FastCGI', - 'real_translation' => 'eng-US', - ], - 105 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '145', - 'language_id' => '2', - 'name' => 'Support for Red Hat Enterprise', - 'real_translation' => 'eng-US', - ], - 106 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '146', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 107 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '147', - 'language_id' => '2', - 'name' => 'Canonical links', - 'real_translation' => 'eng-US', - ], - 108 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '148', - 'language_id' => '2', - 'name' => 'Asynchronous publishing', - 'real_translation' => 'eng-US', - ], - 109 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '149', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 110 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '150', - 'language_id' => '2', - 'name' => 'REST API interface', - 'real_translation' => 'eng-US', - ], - 111 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '151', - 'language_id' => '2', - 'name' => 'Ibexa Enterprise', - 'real_translation' => 'eng-US', - ], - 112 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '152', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 113 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '153', - 'language_id' => '2', - 'name' => 'graphics1', - 'real_translation' => 'eng-US', - ], - 114 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '154', - 'language_id' => '3', - 'name' => 'Partners', - 'real_translation' => 'eng-US', - ], - 115 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '155', - 'language_id' => '3', - 'name' => 'Partner News', - 'real_translation' => 'eng-US', - ], - 116 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '156', - 'language_id' => '2', - 'name' => 'Pellentesque quam mauris', - 'real_translation' => 'eng-US', - ], - 117 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '157', - 'language_id' => '2', - 'name' => 'Penatibus et magnis dis', - 'real_translation' => 'eng-US', - ], - 118 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '158', - 'language_id' => '3', - 'name' => 'News', - 'real_translation' => 'eng-US', - ], - 119 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '159', - 'language_id' => '2', - 'name' => 'Curabitur hendrerit dignissim', - 'real_translation' => 'eng-US', - ], - 120 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '160', - 'language_id' => '2', - 'name' => 'Proin condimentum risus', - 'real_translation' => 'eng-US', - ], - 121 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '161', - 'language_id' => '2', - 'name' => 'Morbi tristique senectus', - 'real_translation' => 'eng-US', - ], - 122 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '162', - 'language_id' => '3', - 'name' => 'Partner Products', - 'real_translation' => 'eng-US', - ], - 123 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '163', - 'language_id' => '3', - 'name' => 'Partners', - 'real_translation' => 'eng-US', - ], - 124 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '164', - 'language_id' => '2', - 'name' => 'Neque orci malesuada felis', - 'real_translation' => 'eng-US', - ], - 125 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '165', - 'language_id' => '3', - 'name' => 'Community', - 'real_translation' => 'eng-US', - ], - 126 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '166', - 'language_id' => '2', - 'name' => 'Forum', - 'real_translation' => 'eng-US', - ], - 127 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '167', - 'language_id' => '2', - 'name' => 'Nulla vitae tellus sit amet', - 'real_translation' => 'eng-US', - ], - 128 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '168', - 'language_id' => '2', - 'name' => 'Ut mollis sodales nibh', - 'real_translation' => 'eng-US', - ], - 129 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '169', - 'language_id' => '2', - 'name' => 'Nam risus leo', - 'real_translation' => 'eng-US', - ], - 130 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '170', - 'language_id' => '2', - 'name' => 'Wiki', - 'real_translation' => 'eng-US', - ], - 131 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '171', - 'language_id' => '2', - 'name' => 'Sed suscipit', - 'real_translation' => 'eng-US', - ], - 132 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '172', - 'language_id' => '2', - 'name' => 'Ut interdum', - 'real_translation' => 'eng-US', - ], - 133 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '173', - 'language_id' => '2', - 'name' => 'Fusce pulvinar', - 'real_translation' => 'eng-US', - ], - 134 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '174', - 'language_id' => '2', - 'name' => 'Duis id tortor', - 'real_translation' => 'eng-US', - ], - 135 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '175', - 'language_id' => '2', - 'name' => 'Curabitur lacinia', - 'real_translation' => 'eng-US', - ], - 136 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '176', - 'language_id' => '2', - 'name' => 'Pictures', - 'real_translation' => 'eng-US', - ], - 137 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '177', - 'language_id' => '2', - 'name' => 'Ivo on ibexa tags', - 'real_translation' => 'eng-US', - ], - 138 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '178', - 'language_id' => '2', - 'name' => 'Are you ready for the Community day?', - 'real_translation' => 'eng-US', - ], - 139 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '179', - 'language_id' => '2', - 'name' => 'Let\'s work together!', - 'real_translation' => 'eng-US', - ], - 140 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '180', - 'language_id' => '2', - 'name' => 'The Mediterranean seen from Nice!', - 'real_translation' => 'eng-US', - ], - 141 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '181', - 'language_id' => '2', - 'name' => 'Hotel lobby at Isola2000', - 'real_translation' => 'eng-US', - ], - 142 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '182', - 'language_id' => '2', - 'name' => 'Alexander on the past, Gaby on today and tomorrow', - 'real_translation' => 'eng-US', - ], - 143 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '183', - 'language_id' => '2', - 'name' => 'Isola2000 in white - beautiful skiing!', - 'real_translation' => 'eng-US', - ], - 144 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '184', - 'language_id' => '2', - 'name' => 'CEO future pitch - Adaptable, open, reliable!', - 'real_translation' => 'eng-US', - ], - 145 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '185', - 'language_id' => '2', - 'name' => 'Blog', - 'real_translation' => 'eng-US', - ], - 146 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '186', - 'language_id' => '2', - 'name' => 'Visit Paris', - 'real_translation' => 'eng-US', - ], - 147 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '187', - 'language_id' => '2', - 'name' => 'Paris in France', - 'real_translation' => 'eng-US', - ], - 148 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '188', - 'language_id' => '3', - 'name' => 'Company', - 'real_translation' => 'eng-US', - ], - 149 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '189', - 'language_id' => '3', - 'name' => 'About company', - 'real_translation' => 'eng-US', - ], - 150 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '190', - 'language_id' => '3', - 'name' => 'New features', - 'real_translation' => 'eng-US', - ], - 151 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '191', - 'language_id' => '2', - 'name' => 'Separate content & design in Ibexa', - 'real_translation' => 'eng-US', - ], - 152 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '192', - 'language_id' => '2', - 'name' => 'separation_of_content_and_design', - 'real_translation' => 'eng-US', - ], - 153 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '193', - 'language_id' => '2', - 'name' => 'How to use Ibexa', - 'real_translation' => 'eng-US', - ], - 154 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '194', - 'language_id' => '2', - 'name' => 'openoffice_import_large', - 'real_translation' => 'eng-US', - ], - 155 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '195', - 'language_id' => '2', - 'name' => 'translation_large', - 'real_translation' => 'eng-US', - ], - 156 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '196', - 'language_id' => '2', - 'name' => 'multiupload_large', - 'real_translation' => 'eng-US', - ], - 157 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '197', - 'language_id' => '2', - 'name' => 'gallery_large', - 'real_translation' => 'eng-US', - ], - 158 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '198', - 'language_id' => '2', - 'name' => 'search_result_large', - 'real_translation' => 'eng-US', - ], - 159 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '199', - 'language_id' => '2', - 'name' => 'ez_tool_bar_large', - 'real_translation' => 'eng-US', - ], - 160 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '200', - 'language_id' => '2', - 'name' => 'quicktime_large', - 'real_translation' => 'eng-US', - ], - 161 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '201', - 'language_id' => '2', - 'name' => 'web_2_0_large', - 'real_translation' => 'eng-US', - ], - 162 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '202', - 'language_id' => '2', - 'name' => 'How to manage Ibexa', - 'real_translation' => 'eng-US', - ], - 163 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '203', - 'language_id' => '2', - 'name' => 'usermanagement_large', - 'real_translation' => 'eng-US', - ], - 164 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '204', - 'language_id' => '2', - 'name' => 'workflow_large', - 'real_translation' => 'eng-US', - ], - 165 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '205', - 'language_id' => '2', - 'name' => 'versioning_large', - 'real_translation' => 'eng-US', - ], - 166 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '206', - 'language_id' => '2', - 'name' => 'datatypes_attributes_content_class_and_objects_large', - 'real_translation' => 'eng-US', - ], - 167 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '207', - 'language_id' => '2', - 'name' => 'multiple_location_large', - 'real_translation' => 'eng-US', - ], - 168 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '208', - 'language_id' => '2', - 'name' => 'multisite_deployment_large', - 'real_translation' => 'eng-US', - ], - 169 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '209', - 'language_id' => '2', - 'name' => 'seo_large', - 'real_translation' => 'eng-US', - ], - 170 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '210', - 'language_id' => '2', - 'name' => 'admin_site_large', - 'real_translation' => 'eng-US', - ], - 171 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '211', - 'language_id' => '2', - 'name' => 'How to develop with Ibexa', - 'real_translation' => 'eng-US', - ], - 172 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '212', - 'language_id' => '2', - 'name' => 'datatypes_attributes_content_class_and_objects_large', - 'real_translation' => 'eng-US', - ], - 173 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '213', - 'language_id' => '2', - 'name' => 'site_style_large', - 'real_translation' => 'eng-US', - ], - 174 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '214', - 'language_id' => '2', - 'name' => 'REST API interface', - 'real_translation' => 'eng-US', - ], - 175 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '215', - 'language_id' => '2', - 'name' => 'Asynchronous Publishing', - 'real_translation' => 'eng-US', - ], - 176 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '216', - 'language_id' => '2', - 'name' => 'Canonical links', - 'real_translation' => 'eng-US', - ], - 177 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '217', - 'language_id' => '2', - 'name' => 'Support for Red Hat Enterprise', - 'real_translation' => 'eng-US', - ], - 178 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '218', - 'language_id' => '2', - 'name' => 'FastCGI', - 'real_translation' => 'eng-US', - ], - 179 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '219', - 'language_id' => '2', - 'name' => 'Events', - 'real_translation' => 'eng-US', - ], - 180 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '220', - 'language_id' => '3', - 'name' => 'Career', - 'real_translation' => 'eng-US', - ], - 181 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '221', - 'language_id' => '3', - 'name' => 'Investors Relation', - 'real_translation' => 'eng-US', - ], - 182 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '222', - 'language_id' => '2', - 'name' => 'Contact', - 'real_translation' => 'eng-US', - ], - 183 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '223', - 'language_id' => '2', - 'name' => 'Morbi neque', - 'real_translation' => 'eng-US', - ], - 184 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '224', - 'language_id' => '3', - 'name' => 'Company banner', - 'real_translation' => 'eng-US', - ], - 185 => [ - 'content_translation' => 'eng-US', - 'content_version' => '1', - 'contentobject_id' => '225', - 'language_id' => '3', - 'name' => 'Partners', - 'real_translation' => 'eng-US', - ], - ], - LocationGateway::CONTENT_TREE_TABLE => [ - 0 => [ - 'contentobject_id' => '0', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '0', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '1', - 'modified_subnode' => '1311154216', - 'node_id' => '1', - 'parent_node_id' => '1', - 'path_identification_string' => '', - 'path_string' => '/1/', - 'priority' => '0', - 'remote_id' => '629709ba256fe317c3ddcee35453a96a', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 1 => [ - 'contentobject_id' => '65', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '1', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '2', - 'modified_subnode' => '1311154215', - 'node_id' => '2', - 'parent_node_id' => '1', - 'path_identification_string' => '', - 'path_string' => '/1/2/', - 'priority' => '0', - 'remote_id' => 'f3e90596361e31d496d4026eb624c983', - 'sort_field' => '8', - 'sort_order' => '1', - ], - 2 => [ - 'contentobject_id' => '4', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '1', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '5', - 'modified_subnode' => '1311154216', - 'node_id' => '5', - 'parent_node_id' => '1', - 'path_identification_string' => 'users', - 'path_string' => '/1/5/', - 'priority' => '0', - 'remote_id' => '3f6d92f8044aed134f32153517850f5a', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 3 => [ - 'contentobject_id' => '11', - 'contentobject_is_published' => '1', - 'contentobject_version' => '2', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '12', - 'modified_subnode' => '1311154216', - 'node_id' => '12', - 'parent_node_id' => '5', - 'path_identification_string' => 'users/members', - 'path_string' => '/1/5/12/', - 'priority' => '0', - 'remote_id' => '602dcf84765e56b7f999eaafd3821dd3', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 4 => [ - 'contentobject_id' => '12', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '13', - 'modified_subnode' => '1311154214', - 'node_id' => '13', - 'parent_node_id' => '5', - 'path_identification_string' => 'users/administrator_users', - 'path_string' => '/1/5/13/', - 'priority' => '0', - 'remote_id' => '769380b7aa94541679167eab817ca893', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 5 => [ - 'contentobject_id' => '13', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '14', - 'modified_subnode' => '1081860719', - 'node_id' => '14', - 'parent_node_id' => '5', - 'path_identification_string' => 'users/editors', - 'path_string' => '/1/5/14/', - 'priority' => '0', - 'remote_id' => 'f7dda2854fc68f7c8455d9cb14bd04a9', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 6 => [ - 'contentobject_id' => '14', - 'contentobject_is_published' => '1', - 'contentobject_version' => '4', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '15', - 'modified_subnode' => '1311154214', - 'node_id' => '15', - 'parent_node_id' => '13', - 'path_identification_string' => 'users/administrator_users/administrator_user', - 'path_string' => '/1/5/13/15/', - 'priority' => '0', - 'remote_id' => 'e5161a99f733200b9ed4e80f9c16187b', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 7 => [ - 'contentobject_id' => '41', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '1', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '43', - 'modified_subnode' => '1311154174', - 'node_id' => '43', - 'parent_node_id' => '1', - 'path_identification_string' => 'media', - 'path_string' => '/1/43/', - 'priority' => '0', - 'remote_id' => '75c715a51699d2d309a924eca6a95145', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 8 => [ - 'contentobject_id' => '42', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '44', - 'modified_subnode' => '1081860719', - 'node_id' => '44', - 'parent_node_id' => '5', - 'path_identification_string' => 'users/anonymous_users', - 'path_string' => '/1/5/44/', - 'priority' => '0', - 'remote_id' => '4fdf0072da953bb276c0c7e0141c5c9b', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 9 => [ - 'contentobject_id' => '10', - 'contentobject_is_published' => '1', - 'contentobject_version' => '2', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '45', - 'modified_subnode' => '1081860719', - 'node_id' => '45', - 'parent_node_id' => '44', - 'path_identification_string' => 'users/anonymous_users/anonymous_user', - 'path_string' => '/1/5/44/45/', - 'priority' => '0', - 'remote_id' => '2cf8343bee7b482bab82b269d8fecd76', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 10 => [ - 'contentobject_id' => '45', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '1', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '48', - 'modified_subnode' => '1184592117', - 'node_id' => '48', - 'parent_node_id' => '1', - 'path_identification_string' => 'setup2', - 'path_string' => '/1/48/', - 'priority' => '0', - 'remote_id' => '182ce1b5af0c09fa378557c462ba2617', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 11 => [ - 'contentobject_id' => '49', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '51', - 'modified_subnode' => '1311154174', - 'node_id' => '51', - 'parent_node_id' => '43', - 'path_identification_string' => 'media/images', - 'path_string' => '/1/43/51/', - 'priority' => '0', - 'remote_id' => '1b26c0454b09bb49dfb1b9190ffd67cb', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 12 => [ - 'contentobject_id' => '50', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '52', - 'modified_subnode' => '1081860720', - 'node_id' => '52', - 'parent_node_id' => '43', - 'path_identification_string' => 'media/files', - 'path_string' => '/1/43/52/', - 'priority' => '0', - 'remote_id' => '0b113a208f7890f9ad3c24444ff5988c', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 13 => [ - 'contentobject_id' => '51', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '53', - 'modified_subnode' => '1081860720', - 'node_id' => '53', - 'parent_node_id' => '43', - 'path_identification_string' => 'media/multimedia', - 'path_string' => '/1/43/53/', - 'priority' => '0', - 'remote_id' => '4f18b82c75f10aad476cae5adf98c11f', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 14 => [ - 'contentobject_id' => '52', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '54', - 'modified_subnode' => '1184592117', - 'node_id' => '54', - 'parent_node_id' => '48', - 'path_identification_string' => 'setup2/common_ini_settings', - 'path_string' => '/1/48/54/', - 'priority' => '0', - 'remote_id' => 'fa9f3cff9cf90ecfae335718dcbddfe2', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 15 => [ - 'contentobject_id' => '54', - 'contentobject_is_published' => '1', - 'contentobject_version' => '2', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '56', - 'modified_subnode' => '1311154215', - 'node_id' => '56', - 'parent_node_id' => '58', - 'path_identification_string' => 'design/plain_site', - 'path_string' => '/1/58/56/', - 'priority' => '0', - 'remote_id' => '772da20ecf88b3035d73cbdfcea0f119', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 16 => [ - 'contentobject_id' => '56', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '1', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '58', - 'modified_subnode' => '1311154215', - 'node_id' => '58', - 'parent_node_id' => '1', - 'path_identification_string' => 'design', - 'path_string' => '/1/58/', - 'priority' => '0', - 'remote_id' => '79f2d67372ab56f59b5d65bb9e0ca3b9', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 17 => [ - 'contentobject_id' => '57', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '59', - 'modified_subnode' => '1311154174', - 'node_id' => '59', - 'parent_node_id' => '43', - 'path_identification_string' => 'media/banners', - 'path_string' => '/1/43/59/', - 'priority' => '0', - 'remote_id' => '437ef9d0a9b7ae326ec83fa3bb73956d', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 18 => [ - 'contentobject_id' => '58', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '60', - 'modified_subnode' => '1311154173', - 'node_id' => '60', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_communities', - 'path_string' => '/1/43/59/60/', - 'priority' => '0', - 'remote_id' => 'eaa7f2f48c3f35801961abad12151db4', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 19 => [ - 'contentobject_id' => '59', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '61', - 'modified_subnode' => '1311154173', - 'node_id' => '61', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_frontpage', - 'path_string' => '/1/43/59/61/', - 'priority' => '0', - 'remote_id' => 'b8c85fd926d61dab6e68fa1865cee987', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 20 => [ - 'contentobject_id' => '60', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '62', - 'modified_subnode' => '1311154173', - 'node_id' => '62', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_products', - 'path_string' => '/1/43/59/62/', - 'priority' => '0', - 'remote_id' => 'c65aba2485585bdd09dfb66afccf645e', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 21 => [ - 'contentobject_id' => '61', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '63', - 'modified_subnode' => '1311154173', - 'node_id' => '63', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_partners', - 'path_string' => '/1/43/59/63/', - 'priority' => '0', - 'remote_id' => '64bb803471e53898aa38a7c29e482370', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 22 => [ - 'contentobject_id' => '62', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '64', - 'modified_subnode' => '1311154174', - 'node_id' => '64', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/pencils_support', - 'path_string' => '/1/43/59/64/', - 'priority' => '0', - 'remote_id' => '95e29503817570c6458fa0f37d227306', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 23 => [ - 'contentobject_id' => '63', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '65', - 'modified_subnode' => '1311154174', - 'node_id' => '65', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_training', - 'path_string' => '/1/43/59/65/', - 'priority' => '0', - 'remote_id' => 'aa4a1afd9c02d00f2f31186e8a271332', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 24 => [ - 'contentobject_id' => '64', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '66', - 'modified_subnode' => '1311154174', - 'node_id' => '66', - 'parent_node_id' => '59', - 'path_identification_string' => 'media/banners/woman_solutions', - 'path_string' => '/1/43/59/66/', - 'priority' => '0', - 'remote_id' => '93d5115082a23b266613868051b8d803', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 25 => [ - 'contentobject_id' => '66', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '68', - 'modified_subnode' => '1311154174', - 'node_id' => '68', - 'parent_node_id' => '51', - 'path_identification_string' => 'media/images/rest_api', - 'path_string' => '/1/43/51/68/', - 'priority' => '0', - 'remote_id' => '31fd28362c18a36cb56223f3609d5d90', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 26 => [ - 'contentobject_id' => '67', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '69', - 'modified_subnode' => '1311154177', - 'node_id' => '69', - 'parent_node_id' => '2', - 'path_identification_string' => 'products', - 'path_string' => '/1/2/69/', - 'priority' => '0', - 'remote_id' => '9cec85d730eec7578190ee95ce5a36f5', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 27 => [ - 'contentobject_id' => '68', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '70', - 'modified_subnode' => '1311154175', - 'node_id' => '70', - 'parent_node_id' => '69', - 'path_identification_string' => 'products/software', - 'path_string' => '/1/2/69/70/', - 'priority' => '0', - 'remote_id' => 'b0b85c15125ca1732e5e528de2717599', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 28 => [ - 'contentobject_id' => '69', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '71', - 'modified_subnode' => '1311154175', - 'node_id' => '71', - 'parent_node_id' => '70', - 'path_identification_string' => 'products/software/os_type_i', - 'path_string' => '/1/2/69/70/71/', - 'priority' => '0', - 'remote_id' => '087adb763245e0cdcac593fb4a5996cf', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 29 => [ - 'contentobject_id' => '70', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '72', - 'modified_subnode' => '1311154176', - 'node_id' => '72', - 'parent_node_id' => '69', - 'path_identification_string' => 'products/boxes', - 'path_string' => '/1/2/69/72/', - 'priority' => '0', - 'remote_id' => 'e607aab6e924091909f3def02415bc53', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 30 => [ - 'contentobject_id' => '71', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '73', - 'modified_subnode' => '1311154176', - 'node_id' => '73', - 'parent_node_id' => '72', - 'path_identification_string' => 'products/boxes/cd_dvd_box_i', - 'path_string' => '/1/2/69/72/73/', - 'priority' => '0', - 'remote_id' => '054d9f10c6fa97689c0fc3b2ac412ebd', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 31 => [ - 'contentobject_id' => '72', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '74', - 'modified_subnode' => '1311154176', - 'node_id' => '74', - 'parent_node_id' => '72', - 'path_identification_string' => 'products/boxes/cd_dvd_box_ii', - 'path_string' => '/1/2/69/72/74/', - 'priority' => '0', - 'remote_id' => '9801bda46e5f8b9d692e1120d50fc7b3', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 32 => [ - 'contentobject_id' => '73', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '75', - 'modified_subnode' => '1311154176', - 'node_id' => '75', - 'parent_node_id' => '72', - 'path_identification_string' => 'products/boxes/cd_dvd_box_iii', - 'path_string' => '/1/2/69/72/75/', - 'priority' => '0', - 'remote_id' => '005067a5eee6505aa0f601cca30681d0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 33 => [ - 'contentobject_id' => '74', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '76', - 'modified_subnode' => '1311154177', - 'node_id' => '76', - 'parent_node_id' => '69', - 'path_identification_string' => 'products/products_sheets', - 'path_string' => '/1/2/69/76/', - 'priority' => '0', - 'remote_id' => '18f14551cc555c094b15a732ccd27fb2', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 34 => [ - 'contentobject_id' => '75', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '77', - 'modified_subnode' => '1311154179', - 'node_id' => '77', - 'parent_node_id' => '2', - 'path_identification_string' => 'solutions', - 'path_string' => '/1/2/77/', - 'priority' => '0', - 'remote_id' => 'dbc2f3c8716c12f32c379dbf0b1cb133', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 35 => [ - 'contentobject_id' => '76', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '78', - 'modified_subnode' => '1311154178', - 'node_id' => '78', - 'parent_node_id' => '77', - 'path_identification_string' => 'solutions/web_publishing', - 'path_string' => '/1/2/77/78/', - 'priority' => '0', - 'remote_id' => 'bc766fe955437def220a3fa2966a34ee', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 36 => [ - 'contentobject_id' => '77', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '79', - 'modified_subnode' => '1311154178', - 'node_id' => '79', - 'parent_node_id' => '78', - 'path_identification_string' => 'solutions/web_publishing/fusce_sagittis_sagittis', - 'path_string' => '/1/2/77/78/79/', - 'priority' => '0', - 'remote_id' => 'f0c2216ecb29600cd8ae93951a0c8f3a', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 37 => [ - 'contentobject_id' => '78', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '80', - 'modified_subnode' => '1311154178', - 'node_id' => '80', - 'parent_node_id' => '78', - 'path_identification_string' => 'solutions/web_publishing/etiam_posuere_sodales_arcu', - 'path_string' => '/1/2/77/78/80/', - 'priority' => '0', - 'remote_id' => 'eaf16bddfd36206dad265aadfbc98f17', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 38 => [ - 'contentobject_id' => '79', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '81', - 'modified_subnode' => '1311154178', - 'node_id' => '81', - 'parent_node_id' => '78', - 'path_identification_string' => 'solutions/web_publishing/in_hac_habitasse_platea', - 'path_string' => '/1/2/77/78/81/', - 'priority' => '0', - 'remote_id' => 'd2a11e56093b77eb7a347229361c3377', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 39 => [ - 'contentobject_id' => '80', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '82', - 'modified_subnode' => '1311154179', - 'node_id' => '82', - 'parent_node_id' => '77', - 'path_identification_string' => 'solutions/content_management', - 'path_string' => '/1/2/77/82/', - 'priority' => '0', - 'remote_id' => '17d65b568e3500cf1f8b42bc5de2d12b', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 40 => [ - 'contentobject_id' => '81', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '83', - 'modified_subnode' => '1311154179', - 'node_id' => '83', - 'parent_node_id' => '82', - 'path_identification_string' => 'solutions/content_management/fusce_sagittis_sagittis_urna', - 'path_string' => '/1/2/77/82/83/', - 'priority' => '0', - 'remote_id' => 'ecc4f0e94b05bf10f4f783d660ff0ad0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 41 => [ - 'contentobject_id' => '82', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '84', - 'modified_subnode' => '1311154179', - 'node_id' => '84', - 'parent_node_id' => '82', - 'path_identification_string' => 'solutions/content_management/class_aptent_taciti_sociosqu', - 'path_string' => '/1/2/77/82/84/', - 'priority' => '0', - 'remote_id' => '74280af2cba9002ea9660749225562b6', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 42 => [ - 'contentobject_id' => '83', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '85', - 'modified_subnode' => '1311154179', - 'node_id' => '85', - 'parent_node_id' => '82', - 'path_identification_string' => 'solutions/content_management/aenean_malesuada_ligula', - 'path_string' => '/1/2/77/82/85/', - 'priority' => '0', - 'remote_id' => '4e526426523e47aeacf353541284cbf8', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 43 => [ - 'contentobject_id' => '84', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '86', - 'modified_subnode' => '1311154182', - 'node_id' => '86', - 'parent_node_id' => '2', - 'path_identification_string' => 'training', - 'path_string' => '/1/2/86/', - 'priority' => '0', - 'remote_id' => '95f3c4261719ea27ab67f980fbee0694', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 44 => [ - 'contentobject_id' => '85', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '87', - 'modified_subnode' => '1311154180', - 'node_id' => '87', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/certification', - 'path_string' => '/1/2/86/87/', - 'priority' => '0', - 'remote_id' => '4a1391d3563d056c9d9ea2653093ae3e', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 45 => [ - 'contentobject_id' => '86', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '88', - 'modified_subnode' => '1311154181', - 'node_id' => '88', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/professional_workshops', - 'path_string' => '/1/2/86/88/', - 'priority' => '0', - 'remote_id' => '8889727909b5f34b6aa23f7eee32606b', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 46 => [ - 'contentobject_id' => '87', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '89', - 'modified_subnode' => '1311154180', - 'node_id' => '89', - 'parent_node_id' => '88', - 'path_identification_string' => 'training/professional_workshops/etiam_sodales_mauris', - 'path_string' => '/1/2/86/88/89/', - 'priority' => '0', - 'remote_id' => '1721dbee55639fe280f6a54195f9577c', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 47 => [ - 'contentobject_id' => '88', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '90', - 'modified_subnode' => '1311154181', - 'node_id' => '90', - 'parent_node_id' => '88', - 'path_identification_string' => 'training/professional_workshops/class_aptent_taciti', - 'path_string' => '/1/2/86/88/90/', - 'priority' => '0', - 'remote_id' => '7fabb9ee5bcb6630a3947d1c5585d995', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 48 => [ - 'contentobject_id' => '89', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '91', - 'modified_subnode' => '1311154181', - 'node_id' => '91', - 'parent_node_id' => '88', - 'path_identification_string' => 'training/professional_workshops/duis_auctor_vehicula_erat', - 'path_string' => '/1/2/86/88/91/', - 'priority' => '0', - 'remote_id' => 'a95ae3e4a64f08eb2002b31680fe8989', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 49 => [ - 'contentobject_id' => '90', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '92', - 'modified_subnode' => '1311154181', - 'node_id' => '92', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/events_and_seminars', - 'path_string' => '/1/2/86/92/', - 'priority' => '0', - 'remote_id' => '2acc8bb8f7eda4de2cf74f6dc277661f', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 50 => [ - 'contentobject_id' => '91', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '93', - 'modified_subnode' => '1311154181', - 'node_id' => '93', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/self_paced_courses', - 'path_string' => '/1/2/86/93/', - 'priority' => '0', - 'remote_id' => '6d8cc9831b86d79b8c184507f8e0cbb6', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 51 => [ - 'contentobject_id' => '92', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '94', - 'modified_subnode' => '1311154182', - 'node_id' => '94', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/instructor_led_courses', - 'path_string' => '/1/2/86/94/', - 'priority' => '0', - 'remote_id' => '30f12ecd29608eceb20bb903ddb780c7', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 52 => [ - 'contentobject_id' => '93', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '95', - 'modified_subnode' => '1311154182', - 'node_id' => '95', - 'parent_node_id' => '86', - 'path_identification_string' => 'training/additional_learning_resources', - 'path_string' => '/1/2/86/95/', - 'priority' => '0', - 'remote_id' => '341e63bdce0f1601519d1b8e82e62766', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 53 => [ - 'contentobject_id' => '94', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '96', - 'modified_subnode' => '1311154185', - 'node_id' => '96', - 'parent_node_id' => '2', - 'path_identification_string' => 'support', - 'path_string' => '/1/2/96/', - 'priority' => '0', - 'remote_id' => '0d55a3f510cc7cd9a7b8eb838f50ff5c', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 54 => [ - 'contentobject_id' => '95', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '97', - 'modified_subnode' => '1311154183', - 'node_id' => '97', - 'parent_node_id' => '96', - 'path_identification_string' => 'support/knowledgebase', - 'path_string' => '/1/2/96/97/', - 'priority' => '0', - 'remote_id' => '89ce8eed8fa06c4105fd612aa83d87d6', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 55 => [ - 'contentobject_id' => '96', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '98', - 'modified_subnode' => '1311154183', - 'node_id' => '98', - 'parent_node_id' => '97', - 'path_identification_string' => 'support/knowledgebase/sed_suscipit', - 'path_string' => '/1/2/96/97/98/', - 'priority' => '0', - 'remote_id' => '78f3b9a9268c7b0206bf1c4d39211495', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 56 => [ - 'contentobject_id' => '97', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '99', - 'modified_subnode' => '1311154183', - 'node_id' => '99', - 'parent_node_id' => '98', - 'path_identification_string' => 'support/knowledgebase/sed_suscipit/ut_interdum', - 'path_string' => '/1/2/96/97/98/99/', - 'priority' => '0', - 'remote_id' => 'a1f9b32547e58064e645388512c16a39', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 57 => [ - 'contentobject_id' => '98', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '100', - 'modified_subnode' => '1311154184', - 'node_id' => '100', - 'parent_node_id' => '96', - 'path_identification_string' => 'support/documentation', - 'path_string' => '/1/2/96/100/', - 'priority' => '0', - 'remote_id' => '0f9c7380f8af1f29f1017e412bdd4016', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 58 => [ - 'contentobject_id' => '99', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '101', - 'modified_subnode' => '1311154184', - 'node_id' => '101', - 'parent_node_id' => '100', - 'path_identification_string' => 'support/documentation/mauris_pretium', - 'path_string' => '/1/2/96/100/101/', - 'priority' => '0', - 'remote_id' => '036394ec8b160f0782bec2dda452d798', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 59 => [ - 'contentobject_id' => '100', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '102', - 'modified_subnode' => '1311154184', - 'node_id' => '102', - 'parent_node_id' => '101', - 'path_identification_string' => 'support/documentation/mauris_pretium/aliquam_posuere', - 'path_string' => '/1/2/96/100/101/102/', - 'priority' => '0', - 'remote_id' => '78da6a4fae1c2eaabe1dbe7af818d970', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 60 => [ - 'contentobject_id' => '101', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '103', - 'modified_subnode' => '1311154184', - 'node_id' => '103', - 'parent_node_id' => '96', - 'path_identification_string' => 'support/books', - 'path_string' => '/1/2/96/103/', - 'priority' => '0', - 'remote_id' => '06cdeb27be466ea8330de5df16144263', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 61 => [ - 'contentobject_id' => '102', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '104', - 'modified_subnode' => '1311154184', - 'node_id' => '104', - 'parent_node_id' => '103', - 'path_identification_string' => 'support/books/aliquam_pulvinar_suscipit_tellus', - 'path_string' => '/1/2/96/103/104/', - 'priority' => '0', - 'remote_id' => 'ab30399896b8e54442c3a619ba7eeecb', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 62 => [ - 'contentobject_id' => '103', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '105', - 'modified_subnode' => '1311154184', - 'node_id' => '105', - 'parent_node_id' => '96', - 'path_identification_string' => 'support/customer_service', - 'path_string' => '/1/2/96/105/', - 'priority' => '0', - 'remote_id' => 'ca2ae9d0f0322798f632e896325f22c3', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 63 => [ - 'contentobject_id' => '104', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '106', - 'modified_subnode' => '1311154185', - 'node_id' => '106', - 'parent_node_id' => '96', - 'path_identification_string' => 'support/support_programs', - 'path_string' => '/1/2/96/106/', - 'priority' => '0', - 'remote_id' => '7ba1d48c0151bae62366095ef6f64c28', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 64 => [ - 'contentobject_id' => '105', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '107', - 'modified_subnode' => '1311154195', - 'node_id' => '107', - 'parent_node_id' => '2', - 'path_identification_string' => 'getting_started', - 'path_string' => '/1/2/107/', - 'priority' => '0', - 'remote_id' => 'e81507d3446726ebd7361352fef5fad3', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 65 => [ - 'contentobject_id' => '106', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '108', - 'modified_subnode' => '1311154185', - 'node_id' => '108', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/tutorials_for', - 'path_string' => '/1/2/107/108/', - 'priority' => '0', - 'remote_id' => '51278360f39d5b8ce1d9249953f4de98', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 66 => [ - 'contentobject_id' => '107', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '109', - 'modified_subnode' => '1311154185', - 'node_id' => '109', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/get_involved', - 'path_string' => '/1/2/107/109/', - 'priority' => '0', - 'remote_id' => '33151e24acea9c837d2b9fc52e03b1de', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 67 => [ - 'contentobject_id' => '108', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '110', - 'modified_subnode' => '1311154187', - 'node_id' => '110', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/how_to_use_ibexa', - 'path_string' => '/1/2/107/110/', - 'priority' => '0', - 'remote_id' => '6b3bcab0f149c5acc2e3728df7c66b73', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 68 => [ - 'contentobject_id' => '109', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '111', - 'modified_subnode' => '1311154186', - 'node_id' => '111', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics1', - 'path_string' => '/1/2/107/110/111/', - 'priority' => '0', - 'remote_id' => '28f9dfe5c0680955eec7a2dec4ebc642', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 69 => [ - 'contentobject_id' => '110', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '112', - 'modified_subnode' => '1311154186', - 'node_id' => '112', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics12', - 'path_string' => '/1/2/107/110/112/', - 'priority' => '0', - 'remote_id' => '191faba79dc108a19893944befa50d94', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 70 => [ - 'contentobject_id' => '111', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '113', - 'modified_subnode' => '1311154186', - 'node_id' => '113', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics13', - 'path_string' => '/1/2/107/110/113/', - 'priority' => '0', - 'remote_id' => '8679b5fa3ad0ec216293419ab9834e44', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 71 => [ - 'contentobject_id' => '112', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '114', - 'modified_subnode' => '1311154187', - 'node_id' => '114', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics14', - 'path_string' => '/1/2/107/110/114/', - 'priority' => '0', - 'remote_id' => '7f32cdefd0cf55b966a44aa52181e30d', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 72 => [ - 'contentobject_id' => '113', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '115', - 'modified_subnode' => '1311154187', - 'node_id' => '115', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics15', - 'path_string' => '/1/2/107/110/115/', - 'priority' => '0', - 'remote_id' => '29db3c1fcdb497e5cb2c74eb85c0906a', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 73 => [ - 'contentobject_id' => '114', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '116', - 'modified_subnode' => '1311154187', - 'node_id' => '116', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics16', - 'path_string' => '/1/2/107/110/116/', - 'priority' => '0', - 'remote_id' => '96e30009f712a0315217fed93eba6a18', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 74 => [ - 'contentobject_id' => '115', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '117', - 'modified_subnode' => '1311154187', - 'node_id' => '117', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics17', - 'path_string' => '/1/2/107/110/117/', - 'priority' => '0', - 'remote_id' => '3a6b87470a25b19a6ad15caa5e24e719', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 75 => [ - 'contentobject_id' => '116', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '118', - 'modified_subnode' => '1311154187', - 'node_id' => '118', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics18', - 'path_string' => '/1/2/107/110/118/', - 'priority' => '0', - 'remote_id' => 'd0bc77a21920b63543d7b0accab81b24', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 76 => [ - 'contentobject_id' => '117', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '119', - 'modified_subnode' => '1311154187', - 'node_id' => '119', - 'parent_node_id' => '110', - 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics19', - 'path_string' => '/1/2/107/110/119/', - 'priority' => '0', - 'remote_id' => 'c75b4b4b870e0e3611e19e1323103282', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 77 => [ - 'contentobject_id' => '118', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '120', - 'modified_subnode' => '1311154189', - 'node_id' => '120', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa', - 'path_string' => '/1/2/107/120/', - 'priority' => '0', - 'remote_id' => '262d8c936d3757ff81e7bb49392b703f', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 78 => [ - 'contentobject_id' => '119', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '121', - 'modified_subnode' => '1311154188', - 'node_id' => '121', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics1', - 'path_string' => '/1/2/107/120/121/', - 'priority' => '0', - 'remote_id' => '220d4e10bf4619525c3165823079482c', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 79 => [ - 'contentobject_id' => '120', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '122', - 'modified_subnode' => '1311154188', - 'node_id' => '122', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics12', - 'path_string' => '/1/2/107/120/122/', - 'priority' => '0', - 'remote_id' => 'f13a938ce2c79a9d438548299220d6dd', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 80 => [ - 'contentobject_id' => '121', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '123', - 'modified_subnode' => '1311154188', - 'node_id' => '123', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics13', - 'path_string' => '/1/2/107/120/123/', - 'priority' => '0', - 'remote_id' => '04f5e08293954b1851a4dd1cbd976cff', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 81 => [ - 'contentobject_id' => '122', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '124', - 'modified_subnode' => '1311154188', - 'node_id' => '124', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics14', - 'path_string' => '/1/2/107/120/124/', - 'priority' => '0', - 'remote_id' => 'dc80ae3d9de55855a16218b032062c62', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 82 => [ - 'contentobject_id' => '123', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '125', - 'modified_subnode' => '1311154189', - 'node_id' => '125', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics15', - 'path_string' => '/1/2/107/120/125/', - 'priority' => '0', - 'remote_id' => '4cb6d4015dd80474074043ab28f96e36', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 83 => [ - 'contentobject_id' => '124', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '126', - 'modified_subnode' => '1311154189', - 'node_id' => '126', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics16', - 'path_string' => '/1/2/107/120/126/', - 'priority' => '0', - 'remote_id' => '74ce7d6cbae81d90592b4a8a242a284a', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 84 => [ - 'contentobject_id' => '125', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '127', - 'modified_subnode' => '1311154189', - 'node_id' => '127', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics17', - 'path_string' => '/1/2/107/120/127/', - 'priority' => '0', - 'remote_id' => '6f76d2f7e5812acf4f7c5c70258f4f7e', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 85 => [ - 'contentobject_id' => '126', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '128', - 'modified_subnode' => '1311154189', - 'node_id' => '128', - 'parent_node_id' => '120', - 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics18', - 'path_string' => '/1/2/107/120/128/', - 'priority' => '0', - 'remote_id' => '5ba07103968a6bb3f05c275c212440f6', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 86 => [ - 'contentobject_id' => '127', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '129', - 'modified_subnode' => '1311154190', - 'node_id' => '129', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa', - 'path_string' => '/1/2/107/129/', - 'priority' => '0', - 'remote_id' => '3579b6c5cd166d5137eada55274892d3', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 87 => [ - 'contentobject_id' => '128', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '130', - 'modified_subnode' => '1311154190', - 'node_id' => '130', - 'parent_node_id' => '129', - 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa/graphics1', - 'path_string' => '/1/2/107/129/130/', - 'priority' => '0', - 'remote_id' => 'e38a43ce35832e5af2df4f1e9272b926', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 88 => [ - 'contentobject_id' => '129', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '131', - 'modified_subnode' => '1311154190', - 'node_id' => '131', - 'parent_node_id' => '129', - 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa/graphics12', - 'path_string' => '/1/2/107/129/131/', - 'priority' => '0', - 'remote_id' => '1ba7889f63e32acf70f66349ce1a8953', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 89 => [ - 'contentobject_id' => '130', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '132', - 'modified_subnode' => '1311154190', - 'node_id' => '132', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/adding_siteaccesses_in_ibexa', - 'path_string' => '/1/2/107/132/', - 'priority' => '0', - 'remote_id' => '19ae9fcb7334a0e407b2781920247122', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 90 => [ - 'contentobject_id' => '131', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '133', - 'modified_subnode' => '1311154195', - 'node_id' => '133', - 'parent_node_id' => '107', - 'path_identification_string' => 'getting_started/new_features', - 'path_string' => '/1/2/107/133/', - 'priority' => '0', - 'remote_id' => '423b6d20325263abaa2012536cc736a4', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 91 => [ - 'contentobject_id' => '132', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '134', - 'modified_subnode' => '1311154191', - 'node_id' => '134', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow', - 'path_string' => '/1/2/107/133/134/', - 'priority' => '0', - 'remote_id' => '07f0de334c83d631a59defe61f1a7cbf', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 92 => [ - 'contentobject_id' => '133', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '135', - 'modified_subnode' => '1311154191', - 'node_id' => '135', - 'parent_node_id' => '134', - 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics1', - 'path_string' => '/1/2/107/133/134/135/', - 'priority' => '0', - 'remote_id' => 'a7ca1a8878210a9978df0b00e9184b20', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 93 => [ - 'contentobject_id' => '134', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '136', - 'modified_subnode' => '1311154191', - 'node_id' => '136', - 'parent_node_id' => '134', - 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics12', - 'path_string' => '/1/2/107/133/134/136/', - 'priority' => '0', - 'remote_id' => '12c86be2151c426b990d47efd023cc40', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 94 => [ - 'contentobject_id' => '135', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '137', - 'modified_subnode' => '1311154191', - 'node_id' => '137', - 'parent_node_id' => '134', - 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics13', - 'path_string' => '/1/2/107/133/134/137/', - 'priority' => '0', - 'remote_id' => 'ff4473534c7cef8212a11feab57a5f0e', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 95 => [ - 'contentobject_id' => '136', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '138', - 'modified_subnode' => '1311154192', - 'node_id' => '138', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/improved_block_editing', - 'path_string' => '/1/2/107/133/138/', - 'priority' => '0', - 'remote_id' => 'e0a1b1b2a3d248bf8d43a83581c22ae8', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 96 => [ - 'contentobject_id' => '137', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '139', - 'modified_subnode' => '1311154192', - 'node_id' => '139', - 'parent_node_id' => '138', - 'path_identification_string' => 'getting_started/new_features/improved_block_editing/graphics1', - 'path_string' => '/1/2/107/133/138/139/', - 'priority' => '0', - 'remote_id' => '8e6f0ba5195410b03a84ef3fdcc3ff0b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 97 => [ - 'contentobject_id' => '138', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '140', - 'modified_subnode' => '1311154192', - 'node_id' => '140', - 'parent_node_id' => '138', - 'path_identification_string' => 'getting_started/new_features/improved_block_editing/graphics12', - 'path_string' => '/1/2/107/133/138/140/', - 'priority' => '0', - 'remote_id' => 'bc416b97e1592c7a396f6f5f85e131ac', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 98 => [ - 'contentobject_id' => '139', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '141', - 'modified_subnode' => '1311154193', - 'node_id' => '141', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing', - 'path_string' => '/1/2/107/133/141/', - 'priority' => '0', - 'remote_id' => 'facfd2587054ea863cbe53768da04a47', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 99 => [ - 'contentobject_id' => '140', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '142', - 'modified_subnode' => '1311154192', - 'node_id' => '142', - 'parent_node_id' => '141', - 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics1', - 'path_string' => '/1/2/107/133/141/142/', - 'priority' => '0', - 'remote_id' => 'd159e8d4d590e481b06ecb441c0f14dc', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 100 => [ - 'contentobject_id' => '141', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '143', - 'modified_subnode' => '1311154192', - 'node_id' => '143', - 'parent_node_id' => '141', - 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics12', - 'path_string' => '/1/2/107/133/141/143/', - 'priority' => '0', - 'remote_id' => '7457db5919dd349bd878b60592fc009b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 101 => [ - 'contentobject_id' => '142', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '144', - 'modified_subnode' => '1311154193', - 'node_id' => '144', - 'parent_node_id' => '141', - 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics13', - 'path_string' => '/1/2/107/133/141/144/', - 'priority' => '0', - 'remote_id' => 'ebe1e9d1242a3aeedfda25da7cc25564', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 102 => [ - 'contentobject_id' => '143', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '145', - 'modified_subnode' => '1311154193', - 'node_id' => '145', - 'parent_node_id' => '141', - 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics14', - 'path_string' => '/1/2/107/133/141/145/', - 'priority' => '0', - 'remote_id' => 'b3acf4c0f2df8977f1c6932725339a1d', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 103 => [ - 'contentobject_id' => '144', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '146', - 'modified_subnode' => '1311154193', - 'node_id' => '146', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/fastcgi', - 'path_string' => '/1/2/107/133/146/', - 'priority' => '0', - 'remote_id' => 'a324a48fea49eb3e6826b3295dc5f413', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 104 => [ - 'contentobject_id' => '145', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '147', - 'modified_subnode' => '1311154194', - 'node_id' => '147', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/support_for_red_hat_enterprise', - 'path_string' => '/1/2/107/133/147/', - 'priority' => '0', - 'remote_id' => '8c0133434d7bea077a614e1a85fca5b7', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 105 => [ - 'contentobject_id' => '146', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '148', - 'modified_subnode' => '1311154194', - 'node_id' => '148', - 'parent_node_id' => '147', - 'path_identification_string' => 'getting_started/new_features/support_for_red_hat_enterprise/graphics1', - 'path_string' => '/1/2/107/133/147/148/', - 'priority' => '0', - 'remote_id' => '46653e0e5fa60ab86788cad8084a759d', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 106 => [ - 'contentobject_id' => '147', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '149', - 'modified_subnode' => '1311154194', - 'node_id' => '149', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/canonical_links', - 'path_string' => '/1/2/107/133/149/', - 'priority' => '0', - 'remote_id' => '9b17e8d0b2cee501b75f7b481155e64f', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 107 => [ - 'contentobject_id' => '148', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '150', - 'modified_subnode' => '1311154195', - 'node_id' => '150', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/asynchronous_publishing', - 'path_string' => '/1/2/107/133/150/', - 'priority' => '0', - 'remote_id' => '3983d3aa7604f45a8ecbb953a98d646f', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 108 => [ - 'contentobject_id' => '149', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '151', - 'modified_subnode' => '1311154195', - 'node_id' => '151', - 'parent_node_id' => '150', - 'path_identification_string' => 'getting_started/new_features/asynchronous_publishing/graphics1', - 'path_string' => '/1/2/107/133/150/151/', - 'priority' => '0', - 'remote_id' => '92756622f207c0b1902ca156947a77de', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 109 => [ - 'contentobject_id' => '150', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '152', - 'modified_subnode' => '1311154195', - 'node_id' => '152', - 'parent_node_id' => '133', - 'path_identification_string' => 'getting_started/new_features/rest_api_interface', - 'path_string' => '/1/2/107/133/152/', - 'priority' => '0', - 'remote_id' => '60adbb1e37a6524246d3af372366754f', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 110 => [ - 'contentobject_id' => '151', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '153', - 'modified_subnode' => '1311154196', - 'node_id' => '153', - 'parent_node_id' => '2', - 'path_identification_string' => 'ibexa_enterprise', - 'path_string' => '/1/2/153/', - 'priority' => '0', - 'remote_id' => 'f4bf2e6c1cf75e15b15f0123a82778a1', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 111 => [ - 'contentobject_id' => '152', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '154', - 'modified_subnode' => '1311154196', - 'node_id' => '154', - 'parent_node_id' => '153', - 'path_identification_string' => 'ibexa_enterprise/graphics1', - 'path_string' => '/1/2/153/154/', - 'priority' => '0', - 'remote_id' => '1b95356b68bd59ef32b0fd7bb2c29130', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 112 => [ - 'contentobject_id' => '153', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '155', - 'modified_subnode' => '1311154196', - 'node_id' => '155', - 'parent_node_id' => '153', - 'path_identification_string' => 'ibexa_enterprise/graphics12', - 'path_string' => '/1/2/153/155/', - 'priority' => '0', - 'remote_id' => '94b7059eb5e0fe667f7c63eadd53a62b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 113 => [ - 'contentobject_id' => '154', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '156', - 'modified_subnode' => '1311154199', - 'node_id' => '156', - 'parent_node_id' => '2', - 'path_identification_string' => 'partners', - 'path_string' => '/1/2/156/', - 'priority' => '3', - 'remote_id' => '0c523dfd6b1eccbfb0d1bfe632ee7411', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 114 => [ - 'contentobject_id' => '155', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '157', - 'modified_subnode' => '1311154197', - 'node_id' => '157', - 'parent_node_id' => '156', - 'path_identification_string' => 'partners/partner_news', - 'path_string' => '/1/2/156/157/', - 'priority' => '0', - 'remote_id' => 'f5db8acf1150afc15eb514d380e3855d', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 115 => [ - 'contentobject_id' => '156', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '158', - 'modified_subnode' => '1311154197', - 'node_id' => '158', - 'parent_node_id' => '157', - 'path_identification_string' => 'partners/partner_news/pellentesque_quam_mauris', - 'path_string' => '/1/2/156/157/158/', - 'priority' => '0', - 'remote_id' => '6366a99ac1cec2133e87fdd805d108c8', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 116 => [ - 'contentobject_id' => '157', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '159', - 'modified_subnode' => '1311154197', - 'node_id' => '159', - 'parent_node_id' => '157', - 'path_identification_string' => 'partners/partner_news/penatibus_et_magnis_dis', - 'path_string' => '/1/2/156/157/159/', - 'priority' => '0', - 'remote_id' => '7ee406cb6e5f0b2a29bc9f97f5a5b9db', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 117 => [ - 'contentobject_id' => '158', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '160', - 'modified_subnode' => '1311154198', - 'node_id' => '160', - 'parent_node_id' => '156', - 'path_identification_string' => 'partners/news', - 'path_string' => '/1/2/156/160/', - 'priority' => '0', - 'remote_id' => '007109e7f353c86dfd48d844cb18ce73', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 118 => [ - 'contentobject_id' => '159', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '161', - 'modified_subnode' => '1311154198', - 'node_id' => '161', - 'parent_node_id' => '160', - 'path_identification_string' => 'partners/news/curabitur_hendrerit_dignissim', - 'path_string' => '/1/2/156/160/161/', - 'priority' => '0', - 'remote_id' => '63769c39380a45a731aa44068c0f4e33', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 119 => [ - 'contentobject_id' => '160', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '162', - 'modified_subnode' => '1311154198', - 'node_id' => '162', - 'parent_node_id' => '160', - 'path_identification_string' => 'partners/news/proin_condimentum_risus', - 'path_string' => '/1/2/156/160/162/', - 'priority' => '0', - 'remote_id' => 'f761918d15e356e50ce94294cad79765', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 120 => [ - 'contentobject_id' => '161', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '163', - 'modified_subnode' => '1311154198', - 'node_id' => '163', - 'parent_node_id' => '160', - 'path_identification_string' => 'partners/news/morbi_tristique_senectus', - 'path_string' => '/1/2/156/160/163/', - 'priority' => '0', - 'remote_id' => '68187b44ef9051a4db10bd9bb7f228a4', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 121 => [ - 'contentobject_id' => '162', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '164', - 'modified_subnode' => '1311154198', - 'node_id' => '164', - 'parent_node_id' => '156', - 'path_identification_string' => 'partners/partner_products', - 'path_string' => '/1/2/156/164/', - 'priority' => '0', - 'remote_id' => '472e9bc321148baa71d2070063f24bb9', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 122 => [ - 'contentobject_id' => '163', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '165', - 'modified_subnode' => '1311154199', - 'node_id' => '165', - 'parent_node_id' => '156', - 'path_identification_string' => 'partners/partners', - 'path_string' => '/1/2/156/165/', - 'priority' => '0', - 'remote_id' => 'b1a68df10cdf379cf78999c8012db679', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 123 => [ - 'contentobject_id' => '164', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '166', - 'modified_subnode' => '1311154199', - 'node_id' => '166', - 'parent_node_id' => '165', - 'path_identification_string' => 'partners/partners/neque_orci_malesuada_felis', - 'path_string' => '/1/2/156/165/166/', - 'priority' => '0', - 'remote_id' => 'e9ee6724fffb012f918300de66af27e1', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 124 => [ - 'contentobject_id' => '165', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '167', - 'modified_subnode' => '1311154204', - 'node_id' => '167', - 'parent_node_id' => '2', - 'path_identification_string' => 'community', - 'path_string' => '/1/2/167/', - 'priority' => '4', - 'remote_id' => 'c4604fb2e100a6681a4f53fbe6e5eeae', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 125 => [ - 'contentobject_id' => '166', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '168', - 'modified_subnode' => '1311154200', - 'node_id' => '168', - 'parent_node_id' => '167', - 'path_identification_string' => 'community/forum', - 'path_string' => '/1/2/167/168/', - 'priority' => '0', - 'remote_id' => '5e6762a083ab4c0357bad163902ba8f7', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 126 => [ - 'contentobject_id' => '167', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '169', - 'modified_subnode' => '1311154200', - 'node_id' => '169', - 'parent_node_id' => '168', - 'path_identification_string' => 'community/forum/nulla_vitae_tellus_sit_amet', - 'path_string' => '/1/2/167/168/169/', - 'priority' => '0', - 'remote_id' => '2549eee03064d55ae7fc84fe41ae1ef6', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 127 => [ - 'contentobject_id' => '168', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '170', - 'modified_subnode' => '1311154200', - 'node_id' => '170', - 'parent_node_id' => '168', - 'path_identification_string' => 'community/forum/ut_mollis_sodales_nibh', - 'path_string' => '/1/2/167/168/170/', - 'priority' => '0', - 'remote_id' => '7bfca4bdde619ac9104e235629e2dbc7', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 128 => [ - 'contentobject_id' => '169', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '171', - 'modified_subnode' => '1311154200', - 'node_id' => '171', - 'parent_node_id' => '168', - 'path_identification_string' => 'community/forum/nam_risus_leo', - 'path_string' => '/1/2/167/168/171/', - 'priority' => '0', - 'remote_id' => '81fd930afe94962395074b762592a356', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 129 => [ - 'contentobject_id' => '170', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '172', - 'modified_subnode' => '1311154201', - 'node_id' => '172', - 'parent_node_id' => '167', - 'path_identification_string' => 'community/wiki', - 'path_string' => '/1/2/167/172/', - 'priority' => '0', - 'remote_id' => '8b570ac03318b7e29eb5fd1bae15efde', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 130 => [ - 'contentobject_id' => '171', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '173', - 'modified_subnode' => '1311154201', - 'node_id' => '173', - 'parent_node_id' => '172', - 'path_identification_string' => 'community/wiki/sed_suscipit', - 'path_string' => '/1/2/167/172/173/', - 'priority' => '0', - 'remote_id' => '4329dcc6a8d441aa7253660512dfd5b6', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 131 => [ - 'contentobject_id' => '172', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '174', - 'modified_subnode' => '1311154201', - 'node_id' => '174', - 'parent_node_id' => '173', - 'path_identification_string' => 'community/wiki/sed_suscipit/ut_interdum', - 'path_string' => '/1/2/167/172/173/174/', - 'priority' => '0', - 'remote_id' => '6cf7b9370a0d9800ed49ba3be13b6be5', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 132 => [ - 'contentobject_id' => '173', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '175', - 'modified_subnode' => '1311154201', - 'node_id' => '175', - 'parent_node_id' => '173', - 'path_identification_string' => 'community/wiki/sed_suscipit/fusce_pulvinar', - 'path_string' => '/1/2/167/172/173/175/', - 'priority' => '0', - 'remote_id' => 'f71191fcce35c83530cddde467a908b2', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 133 => [ - 'contentobject_id' => '174', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '176', - 'modified_subnode' => '1311154201', - 'node_id' => '176', - 'parent_node_id' => '172', - 'path_identification_string' => 'community/wiki/duis_id_tortor', - 'path_string' => '/1/2/167/172/176/', - 'priority' => '0', - 'remote_id' => '2d3cf4fe8d439e16e0ed75ef947b5e3d', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 134 => [ - 'contentobject_id' => '175', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '177', - 'modified_subnode' => '1311154201', - 'node_id' => '177', - 'parent_node_id' => '176', - 'path_identification_string' => 'community/wiki/duis_id_tortor/curabitur_lacinia', - 'path_string' => '/1/2/167/172/176/177/', - 'priority' => '0', - 'remote_id' => '49c9ad954328ab5f5a76d580873961a4', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 135 => [ - 'contentobject_id' => '176', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '178', - 'modified_subnode' => '1311154203', - 'node_id' => '178', - 'parent_node_id' => '167', - 'path_identification_string' => 'community/pictures', - 'path_string' => '/1/2/167/178/', - 'priority' => '0', - 'remote_id' => 'ae32173cedf3a5ec441e3afcadc4abcb', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 136 => [ - 'contentobject_id' => '177', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '179', - 'modified_subnode' => '1311154202', - 'node_id' => '179', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/ivo_on_ibexa_tags', - 'path_string' => '/1/2/167/178/179/', - 'priority' => '0', - 'remote_id' => 'c6c32c884db955ea09338c90eee84746', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 137 => [ - 'contentobject_id' => '178', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '180', - 'modified_subnode' => '1311154202', - 'node_id' => '180', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/are_you_ready_for_the_community_day', - 'path_string' => '/1/2/167/178/180/', - 'priority' => '0', - 'remote_id' => 'db191e87b9b6ac22a18742cd32d2b3d4', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 138 => [ - 'contentobject_id' => '179', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '181', - 'modified_subnode' => '1311154202', - 'node_id' => '181', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/let_s_work_together', - 'path_string' => '/1/2/167/178/181/', - 'priority' => '0', - 'remote_id' => '02a6d1506bf437eda1317d0c36a8545b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 139 => [ - 'contentobject_id' => '180', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '182', - 'modified_subnode' => '1311154203', - 'node_id' => '182', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/the_mediterranean_seen_from_nice', - 'path_string' => '/1/2/167/178/182/', - 'priority' => '0', - 'remote_id' => '40d743025e4ec4d813bd864dad08e0cc', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 140 => [ - 'contentobject_id' => '181', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '183', - 'modified_subnode' => '1311154203', - 'node_id' => '183', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/hotel_lobby_at_isola2000', - 'path_string' => '/1/2/167/178/183/', - 'priority' => '0', - 'remote_id' => 'eb2a8ef7d4b1fb8ffb68f0764b615de1', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 141 => [ - 'contentobject_id' => '182', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '184', - 'modified_subnode' => '1311154203', - 'node_id' => '184', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/alexander_on_the_past_gaby_on_today_and_tomorrow', - 'path_string' => '/1/2/167/178/184/', - 'priority' => '0', - 'remote_id' => '9e45f3ee0f15995b670fb3a117b6ee49', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 142 => [ - 'contentobject_id' => '183', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '185', - 'modified_subnode' => '1311154203', - 'node_id' => '185', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/isola2000_in_white_beautiful_skiing', - 'path_string' => '/1/2/167/178/185/', - 'priority' => '0', - 'remote_id' => 'f368c4ae469c596344e15fca8c7370c2', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 143 => [ - 'contentobject_id' => '184', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '186', - 'modified_subnode' => '1311154203', - 'node_id' => '186', - 'parent_node_id' => '178', - 'path_identification_string' => 'community/pictures/ceo_future_pitch_adaptable_open_reliable', - 'path_string' => '/1/2/167/178/186/', - 'priority' => '0', - 'remote_id' => '7e153b75dd0ee0476ac7463d4a3daaef', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 144 => [ - 'contentobject_id' => '185', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '187', - 'modified_subnode' => '1311154204', - 'node_id' => '187', - 'parent_node_id' => '167', - 'path_identification_string' => 'community/blog', - 'path_string' => '/1/2/167/187/', - 'priority' => '0', - 'remote_id' => '09fb4147e4b124b9770a527bdd66799c', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 145 => [ - 'contentobject_id' => '186', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '188', - 'modified_subnode' => '1311154204', - 'node_id' => '188', - 'parent_node_id' => '187', - 'path_identification_string' => 'community/blog/visit_paris', - 'path_string' => '/1/2/167/187/188/', - 'priority' => '0', - 'remote_id' => '8f73d6d4ffca33c619d2f2645340ccc0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 146 => [ - 'contentobject_id' => '187', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '189', - 'modified_subnode' => '1311154204', - 'node_id' => '189', - 'parent_node_id' => '187', - 'path_identification_string' => 'community/blog/paris_in_france', - 'path_string' => '/1/2/167/187/189/', - 'priority' => '0', - 'remote_id' => '5cdc175d45aeb3fa054a95f40df56e79', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 147 => [ - 'contentobject_id' => '188', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '190', - 'modified_subnode' => '1311154212', - 'node_id' => '190', - 'parent_node_id' => '2', - 'path_identification_string' => 'company', - 'path_string' => '/1/2/190/', - 'priority' => '6', - 'remote_id' => 'e060ff40aa17eb21dc1e4595c9a5eb9a', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 148 => [ - 'contentobject_id' => '189', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '191', - 'modified_subnode' => '1311154204', - 'node_id' => '191', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/about_company', - 'path_string' => '/1/2/190/191/', - 'priority' => '0', - 'remote_id' => '7bf290af79b3b51e6ccc1f95f321618c', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 149 => [ - 'contentobject_id' => '190', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '192', - 'modified_subnode' => '1311154212', - 'node_id' => '192', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/new_features', - 'path_string' => '/1/2/190/192/', - 'priority' => '0', - 'remote_id' => '9f804eee139dcee343dbe4175d14654c', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 150 => [ - 'contentobject_id' => '191', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '193', - 'modified_subnode' => '1311154205', - 'node_id' => '193', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/separate_content_design_in_ibexa', - 'path_string' => '/1/2/190/192/193/', - 'priority' => '0', - 'remote_id' => '10d57795c986ca61689e6c2c11382eb3', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 151 => [ - 'contentobject_id' => '192', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '194', - 'modified_subnode' => '1311154205', - 'node_id' => '194', - 'parent_node_id' => '193', - 'path_identification_string' => 'company/new_features/separate_content_design_in_ibexa/separation_of_content_and_design', - 'path_string' => '/1/2/190/192/193/194/', - 'priority' => '0', - 'remote_id' => '87417129b080d24d335eb2653dd1a40c', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 152 => [ - 'contentobject_id' => '193', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '195', - 'modified_subnode' => '1311154207', - 'node_id' => '195', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa', - 'path_string' => '/1/2/190/192/195/', - 'priority' => '0', - 'remote_id' => 'fd56d839df6e2b52055d4a62f4df7c3e', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 153 => [ - 'contentobject_id' => '194', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '196', - 'modified_subnode' => '1311154206', - 'node_id' => '196', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/openoffice_import_large', - 'path_string' => '/1/2/190/192/195/196/', - 'priority' => '0', - 'remote_id' => 'ab2f2093f16c56ac2e61f40f25d2dbe0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 154 => [ - 'contentobject_id' => '195', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '197', - 'modified_subnode' => '1311154206', - 'node_id' => '197', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/translation_large', - 'path_string' => '/1/2/190/192/195/197/', - 'priority' => '0', - 'remote_id' => '185a1737e9012e7c3025df876bbb4f9b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 155 => [ - 'contentobject_id' => '196', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '198', - 'modified_subnode' => '1311154206', - 'node_id' => '198', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/multiupload_large', - 'path_string' => '/1/2/190/192/195/198/', - 'priority' => '0', - 'remote_id' => 'efdca2f6ddd2c8befc283ae3465b9acd', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 156 => [ - 'contentobject_id' => '197', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '199', - 'modified_subnode' => '1311154207', - 'node_id' => '199', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/gallery_large', - 'path_string' => '/1/2/190/192/195/199/', - 'priority' => '0', - 'remote_id' => 'f81b0e4c31ea13d94b9838e9e7e7ad7e', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 157 => [ - 'contentobject_id' => '198', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '200', - 'modified_subnode' => '1311154207', - 'node_id' => '200', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/search_result_large', - 'path_string' => '/1/2/190/192/195/200/', - 'priority' => '0', - 'remote_id' => '666efc49c267cddf55ca707408f4ac42', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 158 => [ - 'contentobject_id' => '199', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '201', - 'modified_subnode' => '1311154207', - 'node_id' => '201', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/ez_tool_bar_large', - 'path_string' => '/1/2/190/192/195/201/', - 'priority' => '0', - 'remote_id' => 'afb51a5f898c549c9e1f35afc75d66f3', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 159 => [ - 'contentobject_id' => '200', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '202', - 'modified_subnode' => '1311154207', - 'node_id' => '202', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/quicktime_large', - 'path_string' => '/1/2/190/192/195/202/', - 'priority' => '0', - 'remote_id' => '94b71866ede0d2776c140e85a823d31d', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 160 => [ - 'contentobject_id' => '201', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '203', - 'modified_subnode' => '1311154207', - 'node_id' => '203', - 'parent_node_id' => '195', - 'path_identification_string' => 'company/new_features/how_to_use_ibexa/web_2_0_large', - 'path_string' => '/1/2/190/192/195/203/', - 'priority' => '0', - 'remote_id' => 'e74475a240fb7061b40c75f5e6fcd52c', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 161 => [ - 'contentobject_id' => '202', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '204', - 'modified_subnode' => '1311154210', - 'node_id' => '204', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa', - 'path_string' => '/1/2/190/192/204/', - 'priority' => '0', - 'remote_id' => '42a3b07037390457ad0f2c65494bfd97', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 162 => [ - 'contentobject_id' => '203', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '205', - 'modified_subnode' => '1311154208', - 'node_id' => '205', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/usermanagement_large', - 'path_string' => '/1/2/190/192/204/205/', - 'priority' => '0', - 'remote_id' => '6da1a82ba3d962d2ad953fff8ee26362', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 163 => [ - 'contentobject_id' => '204', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '206', - 'modified_subnode' => '1311154208', - 'node_id' => '206', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/workflow_large', - 'path_string' => '/1/2/190/192/204/206/', - 'priority' => '0', - 'remote_id' => 'b284abd88bdcb1887a86e40304ffc66f', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 164 => [ - 'contentobject_id' => '205', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '207', - 'modified_subnode' => '1311154209', - 'node_id' => '207', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/versioning_large', - 'path_string' => '/1/2/190/192/204/207/', - 'priority' => '0', - 'remote_id' => 'e3400bb44aae5fcb416156e7450f3f32', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 165 => [ - 'contentobject_id' => '206', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '208', - 'modified_subnode' => '1311154209', - 'node_id' => '208', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/datatypes_attributes_content_class_and_objects_large', - 'path_string' => '/1/2/190/192/204/208/', - 'priority' => '0', - 'remote_id' => '2b2b27bbaaec688aaec1a5d39b4b13ae', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 166 => [ - 'contentobject_id' => '207', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '209', - 'modified_subnode' => '1311154209', - 'node_id' => '209', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/multiple_location_large', - 'path_string' => '/1/2/190/192/204/209/', - 'priority' => '0', - 'remote_id' => '37e5feed6574d1d8da4b4531569a27a2', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 167 => [ - 'contentobject_id' => '208', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '210', - 'modified_subnode' => '1311154209', - 'node_id' => '210', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/multisite_deployment_large', - 'path_string' => '/1/2/190/192/204/210/', - 'priority' => '0', - 'remote_id' => '5625695a66034f53b9b6e14029e06e80', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 168 => [ - 'contentobject_id' => '209', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '211', - 'modified_subnode' => '1311154210', - 'node_id' => '211', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/seo_large', - 'path_string' => '/1/2/190/192/204/211/', - 'priority' => '0', - 'remote_id' => '824aba4122ee51d9638847e55642feec', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 169 => [ - 'contentobject_id' => '210', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '212', - 'modified_subnode' => '1311154210', - 'node_id' => '212', - 'parent_node_id' => '204', - 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/admin_site_large', - 'path_string' => '/1/2/190/192/204/212/', - 'priority' => '0', - 'remote_id' => '73e95051b800ce051c3851c60807787b', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 170 => [ - 'contentobject_id' => '211', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '213', - 'modified_subnode' => '1311154211', - 'node_id' => '213', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa', - 'path_string' => '/1/2/190/192/213/', - 'priority' => '0', - 'remote_id' => '3f921d3c490a6c17870b1f01fcfbceed', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 171 => [ - 'contentobject_id' => '212', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '214', - 'modified_subnode' => '1311154211', - 'node_id' => '214', - 'parent_node_id' => '213', - 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa/datatypes_attributes_content_class_and_objects_large', - 'path_string' => '/1/2/190/192/213/214/', - 'priority' => '0', - 'remote_id' => '97f7b391f1522bf404ff672ac338b91c', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 172 => [ - 'contentobject_id' => '213', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '5', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '215', - 'modified_subnode' => '1311154211', - 'node_id' => '215', - 'parent_node_id' => '213', - 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa/site_style_large', - 'path_string' => '/1/2/190/192/213/215/', - 'priority' => '0', - 'remote_id' => 'c5549bf68962a5384bd2225931cba302', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 173 => [ - 'contentobject_id' => '214', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '216', - 'modified_subnode' => '1311154211', - 'node_id' => '216', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/rest_api_interface', - 'path_string' => '/1/2/190/192/216/', - 'priority' => '0', - 'remote_id' => '54adfd9f7c80638f5560eb3f0618c57b', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 174 => [ - 'contentobject_id' => '215', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '217', - 'modified_subnode' => '1311154211', - 'node_id' => '217', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/asynchronous_publishing', - 'path_string' => '/1/2/190/192/217/', - 'priority' => '0', - 'remote_id' => 'a7dbafbf963821b71e5522c21e09d9dd', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 175 => [ - 'contentobject_id' => '216', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '218', - 'modified_subnode' => '1311154211', - 'node_id' => '218', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/canonical_links', - 'path_string' => '/1/2/190/192/218/', - 'priority' => '0', - 'remote_id' => '61e3b15f020590df0759b779e5f1fb9d', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 176 => [ - 'contentobject_id' => '217', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '219', - 'modified_subnode' => '1311154212', - 'node_id' => '219', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/support_for_red_hat_enterprise', - 'path_string' => '/1/2/190/192/219/', - 'priority' => '0', - 'remote_id' => '42560fa30a55ac5ddf1f76a52d44a613', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 177 => [ - 'contentobject_id' => '218', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '220', - 'modified_subnode' => '1311154212', - 'node_id' => '220', - 'parent_node_id' => '192', - 'path_identification_string' => 'company/new_features/fastcgi', - 'path_string' => '/1/2/190/192/220/', - 'priority' => '0', - 'remote_id' => '416c28c9ba34a9114381a6ec3ae197e0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 178 => [ - 'contentobject_id' => '219', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '221', - 'modified_subnode' => '1311154212', - 'node_id' => '221', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/events', - 'path_string' => '/1/2/190/221/', - 'priority' => '0', - 'remote_id' => 'ae6afe955af19209125961b6c0d9a840', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 179 => [ - 'contentobject_id' => '220', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '222', - 'modified_subnode' => '1311154212', - 'node_id' => '222', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/career', - 'path_string' => '/1/2/190/222/', - 'priority' => '0', - 'remote_id' => '28b7fd81eaf6b9702c9f8ff8268daac9', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 180 => [ - 'contentobject_id' => '221', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '223', - 'modified_subnode' => '1311154212', - 'node_id' => '223', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/investors_relation', - 'path_string' => '/1/2/190/223/', - 'priority' => '0', - 'remote_id' => '627c1c5cdf124dc2f92489e686cd04bb', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 181 => [ - 'contentobject_id' => '222', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '224', - 'modified_subnode' => '1311154212', - 'node_id' => '224', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/contact', - 'path_string' => '/1/2/190/224/', - 'priority' => '0', - 'remote_id' => 'daa3004ede25b0130ca5bef83c1922c3', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 182 => [ - 'contentobject_id' => '223', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '225', - 'modified_subnode' => '1311154212', - 'node_id' => '225', - 'parent_node_id' => '224', - 'path_identification_string' => 'company/contact/morbi_neque', - 'path_string' => '/1/2/190/224/225/', - 'priority' => '0', - 'remote_id' => '9d2bdcb8b35464ee03651c191ac4d1ff', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 183 => [ - 'contentobject_id' => '224', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '226', - 'modified_subnode' => '1311154212', - 'node_id' => '226', - 'parent_node_id' => '190', - 'path_identification_string' => 'company/company_banner', - 'path_string' => '/1/2/190/226/', - 'priority' => '0', - 'remote_id' => '9ae96e2ecc3a5a79964405273cc8542a', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 184 => [ - 'contentobject_id' => '225', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '2', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '227', - 'modified_subnode' => '1311154215', - 'node_id' => '227', - 'parent_node_id' => '5', - 'path_identification_string' => 'users/partners', - 'path_string' => '/1/5/227/', - 'priority' => '0', - 'remote_id' => '1ee27657f5f41fe6458fcb90e81d5d82', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 185 => [ - 'contentobject_id' => '226', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '3', - 'is_hidden' => '1', - 'is_invisible' => '1', - 'main_node_id' => '228', - 'modified_subnode' => '1311154216', - 'node_id' => '228', - 'parent_node_id' => '12', - 'path_identification_string' => 'users/members/a_member', - 'path_string' => '/1/5/12/228/', - 'priority' => '0', - 'remote_id' => 'e5161a77f733200b9ed4e80f9c16187e', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 186 => [ - 'contentobject_id' => '185', - 'contentobject_is_published' => '1', - 'contentobject_version' => '1', - 'depth' => '4', - 'is_hidden' => '0', - 'is_invisible' => '0', - 'main_node_id' => '187', - 'modified_subnode' => '1', - 'node_id' => '510', - 'parent_node_id' => '224', - 'path_identification_string' => 'company/contact/blog', - 'path_string' => '/1/2/190/224/510/', - 'priority' => '0', - 'remote_id' => 'asdfghjkl1234qwerqwerqwer', - 'sort_field' => '9', - 'sort_order' => '1', - ], - ], - ContentGateway::CONTENT_VERSION_TABLE => [ - 0 => [ - 'contentobject_id' => '4', - 'created' => '0', - 'creator_id' => '14', - 'id' => '4', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '0', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '1', - ], - 1 => [ - 'contentobject_id' => '11', - 'created' => '1033920737', - 'creator_id' => '14', - 'id' => '439', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033920746', - 'status' => '3', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 2 => [ - 'contentobject_id' => '12', - 'created' => '1033920760', - 'creator_id' => '14', - 'id' => '440', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033920775', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 3 => [ - 'contentobject_id' => '13', - 'created' => '1033920786', - 'creator_id' => '14', - 'id' => '441', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1033920794', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 4 => [ - 'contentobject_id' => '41', - 'created' => '1060695450', - 'creator_id' => '14', - 'id' => '472', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1060695457', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 5 => [ - 'contentobject_id' => '42', - 'created' => '1072180278', - 'creator_id' => '14', - 'id' => '473', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1072180330', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 6 => [ - 'contentobject_id' => '10', - 'created' => '1072180337', - 'creator_id' => '14', - 'id' => '474', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1072180405', - 'status' => '1', - 'user_id' => '0', - 'version' => '2', - 'workflow_event_pos' => '0', - ], - 7 => [ - 'contentobject_id' => '45', - 'created' => '1079684084', - 'creator_id' => '14', - 'id' => '477', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1079684190', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 8 => [ - 'contentobject_id' => '49', - 'created' => '1080220181', - 'creator_id' => '14', - 'id' => '488', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220197', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 9 => [ - 'contentobject_id' => '50', - 'created' => '1080220211', - 'creator_id' => '14', - 'id' => '489', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220220', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 10 => [ - 'contentobject_id' => '51', - 'created' => '1080220225', - 'creator_id' => '14', - 'id' => '490', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1080220233', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 11 => [ - 'contentobject_id' => '52', - 'created' => '1082016497', - 'creator_id' => '14', - 'id' => '491', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1082016591', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 12 => [ - 'contentobject_id' => '56', - 'created' => '1103023120', - 'creator_id' => '14', - 'id' => '495', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1103023120', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 13 => [ - 'contentobject_id' => '14', - 'created' => '1301061783', - 'creator_id' => '14', - 'id' => '499', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1301062024', - 'status' => '3', - 'user_id' => '0', - 'version' => '3', - 'workflow_event_pos' => '0', - ], - 14 => [ - 'contentobject_id' => '54', - 'created' => '1301062300', - 'creator_id' => '14', - 'id' => '500', - 'initial_language_id' => '2', - 'language_mask' => '2', - 'modified' => '1301062375', - 'status' => '1', - 'user_id' => '0', - 'version' => '2', - 'workflow_event_pos' => '0', - ], - 15 => [ - 'contentobject_id' => '57', - 'created' => '1168428357', - 'creator_id' => '14', - 'id' => '504', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1168428357', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 16 => [ - 'contentobject_id' => '58', - 'created' => '1175499884', - 'creator_id' => '14', - 'id' => '505', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499903', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 17 => [ - 'contentobject_id' => '59', - 'created' => '1175499919', - 'creator_id' => '14', - 'id' => '506', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499932', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 18 => [ - 'contentobject_id' => '60', - 'created' => '1175499947', - 'creator_id' => '14', - 'id' => '507', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499959', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 19 => [ - 'contentobject_id' => '61', - 'created' => '1175500068', - 'creator_id' => '14', - 'id' => '508', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175500074', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 20 => [ - 'contentobject_id' => '62', - 'created' => '1175500086', - 'creator_id' => '14', - 'id' => '509', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175500182', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 21 => [ - 'contentobject_id' => '63', - 'created' => '1175500520', - 'creator_id' => '14', - 'id' => '510', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175500542', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 22 => [ - 'contentobject_id' => '64', - 'created' => '1175500561', - 'creator_id' => '14', - 'id' => '511', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175500602', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 23 => [ - 'contentobject_id' => '65', - 'created' => '1299780934', - 'creator_id' => '14', - 'id' => '512', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780998', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 24 => [ - 'contentobject_id' => '66', - 'created' => '1299781436', - 'creator_id' => '14', - 'id' => '513', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299781436', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 25 => [ - 'contentobject_id' => '67', - 'created' => '1174567458', - 'creator_id' => '14', - 'id' => '514', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174567474', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 26 => [ - 'contentobject_id' => '68', - 'created' => '1174302333', - 'creator_id' => '14', - 'id' => '515', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302360', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 27 => [ - 'contentobject_id' => '69', - 'created' => '1174303659', - 'creator_id' => '14', - 'id' => '516', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174303791', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 28 => [ - 'contentobject_id' => '70', - 'created' => '1174302380', - 'creator_id' => '14', - 'id' => '517', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302388', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 29 => [ - 'contentobject_id' => '71', - 'created' => '1174303300', - 'creator_id' => '14', - 'id' => '518', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174303350', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 30 => [ - 'contentobject_id' => '72', - 'created' => '1174303407', - 'creator_id' => '14', - 'id' => '519', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174303441', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 31 => [ - 'contentobject_id' => '73', - 'created' => '1174304926', - 'creator_id' => '14', - 'id' => '520', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174304934', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 32 => [ - 'contentobject_id' => '74', - 'created' => '1174302401', - 'creator_id' => '14', - 'id' => '521', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174302417', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 33 => [ - 'contentobject_id' => '75', - 'created' => '1175500667', - 'creator_id' => '14', - 'id' => '522', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175500673', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 34 => [ - 'contentobject_id' => '76', - 'created' => '1175069333', - 'creator_id' => '14', - 'id' => '523', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069345', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 35 => [ - 'contentobject_id' => '77', - 'created' => '1174643924', - 'creator_id' => '14', - 'id' => '524', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174643989', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 36 => [ - 'contentobject_id' => '78', - 'created' => '1174644062', - 'creator_id' => '14', - 'id' => '525', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174644139', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 37 => [ - 'contentobject_id' => '79', - 'created' => '1174644699', - 'creator_id' => '14', - 'id' => '526', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174644713', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 38 => [ - 'contentobject_id' => '80', - 'created' => '1175069353', - 'creator_id' => '14', - 'id' => '527', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069361', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 39 => [ - 'contentobject_id' => '81', - 'created' => '1174645164', - 'creator_id' => '14', - 'id' => '528', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174645183', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 40 => [ - 'contentobject_id' => '82', - 'created' => '1174645280', - 'creator_id' => '14', - 'id' => '529', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174645301', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 41 => [ - 'contentobject_id' => '83', - 'created' => '1174645353', - 'creator_id' => '14', - 'id' => '530', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174645360', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 42 => [ - 'contentobject_id' => '84', - 'created' => '1175513890', - 'creator_id' => '14', - 'id' => '531', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175513914', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 43 => [ - 'contentobject_id' => '85', - 'created' => '1175238144', - 'creator_id' => '14', - 'id' => '532', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238155', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 44 => [ - 'contentobject_id' => '86', - 'created' => '1175069166', - 'creator_id' => '14', - 'id' => '533', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069183', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 45 => [ - 'contentobject_id' => '87', - 'created' => '1175236143', - 'creator_id' => '14', - 'id' => '534', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175236156', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 46 => [ - 'contentobject_id' => '88', - 'created' => '1175236170', - 'creator_id' => '14', - 'id' => '535', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175236181', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 47 => [ - 'contentobject_id' => '89', - 'created' => '1175238540', - 'creator_id' => '14', - 'id' => '536', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238552', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 48 => [ - 'contentobject_id' => '90', - 'created' => '1174389626', - 'creator_id' => '14', - 'id' => '537', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174389633', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 49 => [ - 'contentobject_id' => '91', - 'created' => '1175238182', - 'creator_id' => '14', - 'id' => '538', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238194', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 50 => [ - 'contentobject_id' => '92', - 'created' => '1175238211', - 'creator_id' => '14', - 'id' => '539', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175238222', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 51 => [ - 'contentobject_id' => '93', - 'created' => '1175069305', - 'creator_id' => '14', - 'id' => '540', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069321', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 52 => [ - 'contentobject_id' => '94', - 'created' => '1175496885', - 'creator_id' => '14', - 'id' => '541', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175496901', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 53 => [ - 'contentobject_id' => '95', - 'created' => '1175258807', - 'creator_id' => '14', - 'id' => '542', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175258817', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 54 => [ - 'contentobject_id' => '96', - 'created' => '1175253354', - 'creator_id' => '14', - 'id' => '543', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253354', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 55 => [ - 'contentobject_id' => '97', - 'created' => '1175253355', - 'creator_id' => '14', - 'id' => '544', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253355', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 56 => [ - 'contentobject_id' => '98', - 'created' => '1175082027', - 'creator_id' => '14', - 'id' => '545', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175082041', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 57 => [ - 'contentobject_id' => '99', - 'created' => '1175082005', - 'creator_id' => '14', - 'id' => '546', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175082005', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 58 => [ - 'contentobject_id' => '100', - 'created' => '1175082007', - 'creator_id' => '14', - 'id' => '547', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175082007', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 59 => [ - 'contentobject_id' => '101', - 'created' => '1175253486', - 'creator_id' => '14', - 'id' => '548', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253508', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 60 => [ - 'contentobject_id' => '102', - 'created' => '1175496936', - 'creator_id' => '14', - 'id' => '549', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175496958', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 61 => [ - 'contentobject_id' => '103', - 'created' => '1175253638', - 'creator_id' => '14', - 'id' => '550', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253665', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 62 => [ - 'contentobject_id' => '104', - 'created' => '1175253680', - 'creator_id' => '14', - 'id' => '551', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175253697', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 63 => [ - 'contentobject_id' => '105', - 'created' => '1299158726', - 'creator_id' => '14', - 'id' => '552', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299158749', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 64 => [ - 'contentobject_id' => '106', - 'created' => '1299826193', - 'creator_id' => '14', - 'id' => '553', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299826201', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 65 => [ - 'contentobject_id' => '107', - 'created' => '1299782457', - 'creator_id' => '14', - 'id' => '554', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299782490', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 66 => [ - 'contentobject_id' => '108', - 'created' => '1299782077', - 'creator_id' => '14', - 'id' => '555', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299782140', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 67 => [ - 'contentobject_id' => '109', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '556', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 68 => [ - 'contentobject_id' => '110', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '557', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 69 => [ - 'contentobject_id' => '111', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '558', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 70 => [ - 'contentobject_id' => '112', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '559', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 71 => [ - 'contentobject_id' => '113', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '560', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 72 => [ - 'contentobject_id' => '114', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '561', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 73 => [ - 'contentobject_id' => '115', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '562', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 74 => [ - 'contentobject_id' => '116', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '563', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 75 => [ - 'contentobject_id' => '117', - 'created' => '1299772463', - 'creator_id' => '14', - 'id' => '564', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772463', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 76 => [ - 'contentobject_id' => '118', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '565', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 77 => [ - 'contentobject_id' => '119', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '566', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 78 => [ - 'contentobject_id' => '120', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '567', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 79 => [ - 'contentobject_id' => '121', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '568', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 80 => [ - 'contentobject_id' => '122', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '569', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 81 => [ - 'contentobject_id' => '123', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '570', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 82 => [ - 'contentobject_id' => '124', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '571', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 83 => [ - 'contentobject_id' => '125', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '572', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 84 => [ - 'contentobject_id' => '126', - 'created' => '1299772545', - 'creator_id' => '14', - 'id' => '573', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772545', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 85 => [ - 'contentobject_id' => '127', - 'created' => '1299782157', - 'creator_id' => '14', - 'id' => '574', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299782177', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 86 => [ - 'contentobject_id' => '128', - 'created' => '1299772637', - 'creator_id' => '14', - 'id' => '575', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772637', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 87 => [ - 'contentobject_id' => '129', - 'created' => '1299772637', - 'creator_id' => '14', - 'id' => '576', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299772637', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 88 => [ - 'contentobject_id' => '130', - 'created' => '1284398171', - 'creator_id' => '14', - 'id' => '577', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1284398357', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 89 => [ - 'contentobject_id' => '131', - 'created' => '1299780740', - 'creator_id' => '14', - 'id' => '578', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780749', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 90 => [ - 'contentobject_id' => '132', - 'created' => '1299781985', - 'creator_id' => '14', - 'id' => '579', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299782001', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 91 => [ - 'contentobject_id' => '133', - 'created' => '1299773631', - 'creator_id' => '14', - 'id' => '580', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773631', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 92 => [ - 'contentobject_id' => '134', - 'created' => '1299773631', - 'creator_id' => '14', - 'id' => '581', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773631', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 93 => [ - 'contentobject_id' => '135', - 'created' => '1299773631', - 'creator_id' => '14', - 'id' => '582', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773631', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 94 => [ - 'contentobject_id' => '136', - 'created' => '1299773644', - 'creator_id' => '14', - 'id' => '583', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773644', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 95 => [ - 'contentobject_id' => '137', - 'created' => '1299773644', - 'creator_id' => '14', - 'id' => '584', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773644', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 96 => [ - 'contentobject_id' => '138', - 'created' => '1299773644', - 'creator_id' => '14', - 'id' => '585', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773644', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 97 => [ - 'contentobject_id' => '139', - 'created' => '1299781873', - 'creator_id' => '14', - 'id' => '586', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299781914', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 98 => [ - 'contentobject_id' => '140', - 'created' => '1299773656', - 'creator_id' => '14', - 'id' => '587', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773656', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 99 => [ - 'contentobject_id' => '141', - 'created' => '1299773656', - 'creator_id' => '14', - 'id' => '588', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773656', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 100 => [ - 'contentobject_id' => '142', - 'created' => '1299773656', - 'creator_id' => '14', - 'id' => '589', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773656', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 101 => [ - 'contentobject_id' => '143', - 'created' => '1299773656', - 'creator_id' => '14', - 'id' => '590', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773656', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 102 => [ - 'contentobject_id' => '144', - 'created' => '1299781559', - 'creator_id' => '14', - 'id' => '591', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299781605', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 103 => [ - 'contentobject_id' => '145', - 'created' => '1299826213', - 'creator_id' => '14', - 'id' => '592', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299826223', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 104 => [ - 'contentobject_id' => '146', - 'created' => '1299773676', - 'creator_id' => '14', - 'id' => '593', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773676', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 105 => [ - 'contentobject_id' => '147', - 'created' => '1299773690', - 'creator_id' => '14', - 'id' => '594', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773690', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 106 => [ - 'contentobject_id' => '148', - 'created' => '1299773704', - 'creator_id' => '14', - 'id' => '595', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773704', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 107 => [ - 'contentobject_id' => '149', - 'created' => '1299773703', - 'creator_id' => '14', - 'id' => '596', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773703', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 108 => [ - 'contentobject_id' => '150', - 'created' => '1299781471', - 'creator_id' => '14', - 'id' => '597', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299781476', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 109 => [ - 'contentobject_id' => '151', - 'created' => '1299780633', - 'creator_id' => '14', - 'id' => '598', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780653', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 110 => [ - 'contentobject_id' => '152', - 'created' => '1299780355', - 'creator_id' => '14', - 'id' => '599', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780355', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 111 => [ - 'contentobject_id' => '153', - 'created' => '1299780355', - 'creator_id' => '14', - 'id' => '600', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299780355', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 112 => [ - 'contentobject_id' => '154', - 'created' => '1175499320', - 'creator_id' => '14', - 'id' => '601', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499365', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 113 => [ - 'contentobject_id' => '155', - 'created' => '1175498170', - 'creator_id' => '14', - 'id' => '602', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175498179', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 114 => [ - 'contentobject_id' => '156', - 'created' => '1175497864', - 'creator_id' => '14', - 'id' => '603', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497937', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 115 => [ - 'contentobject_id' => '157', - 'created' => '1175499122', - 'creator_id' => '14', - 'id' => '604', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499136', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 116 => [ - 'contentobject_id' => '158', - 'created' => '1175497254', - 'creator_id' => '14', - 'id' => '605', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497280', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 117 => [ - 'contentobject_id' => '159', - 'created' => '1175498224', - 'creator_id' => '14', - 'id' => '606', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175498242', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 118 => [ - 'contentobject_id' => '160', - 'created' => '1175498737', - 'creator_id' => '14', - 'id' => '607', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175498746', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 119 => [ - 'contentobject_id' => '161', - 'created' => '1175498890', - 'creator_id' => '14', - 'id' => '608', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175498940', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 120 => [ - 'contentobject_id' => '162', - 'created' => '1175497211', - 'creator_id' => '14', - 'id' => '609', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497237', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 121 => [ - 'contentobject_id' => '163', - 'created' => '1175497171', - 'creator_id' => '14', - 'id' => '610', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175497203', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 122 => [ - 'contentobject_id' => '164', - 'created' => '1175499551', - 'creator_id' => '14', - 'id' => '611', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175499563', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 123 => [ - 'contentobject_id' => '165', - 'created' => '1193915715', - 'creator_id' => '14', - 'id' => '612', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193915732', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 124 => [ - 'contentobject_id' => '166', - 'created' => '1193915699', - 'creator_id' => '14', - 'id' => '613', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193915707', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 125 => [ - 'contentobject_id' => '167', - 'created' => '1193906039', - 'creator_id' => '14', - 'id' => '614', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906039', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 126 => [ - 'contentobject_id' => '168', - 'created' => '1193906579', - 'creator_id' => '14', - 'id' => '615', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906579', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 127 => [ - 'contentobject_id' => '169', - 'created' => '1193906040', - 'creator_id' => '14', - 'id' => '616', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906040', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 128 => [ - 'contentobject_id' => '170', - 'created' => '1193906045', - 'creator_id' => '14', - 'id' => '617', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906045', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 129 => [ - 'contentobject_id' => '171', - 'created' => '1299779680', - 'creator_id' => '14', - 'id' => '618', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299779688', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 130 => [ - 'contentobject_id' => '172', - 'created' => '1193906046', - 'creator_id' => '14', - 'id' => '619', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906046', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 131 => [ - 'contentobject_id' => '173', - 'created' => '1193906046', - 'creator_id' => '14', - 'id' => '620', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906046', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 132 => [ - 'contentobject_id' => '174', - 'created' => '1193906047', - 'creator_id' => '14', - 'id' => '621', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906047', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 133 => [ - 'contentobject_id' => '175', - 'created' => '1193906047', - 'creator_id' => '14', - 'id' => '622', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193906047', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 134 => [ - 'contentobject_id' => '176', - 'created' => '1299773437', - 'creator_id' => '14', - 'id' => '623', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773449', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 135 => [ - 'contentobject_id' => '177', - 'created' => '1299773204', - 'creator_id' => '14', - 'id' => '624', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773210', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 136 => [ - 'contentobject_id' => '178', - 'created' => '1299773232', - 'creator_id' => '14', - 'id' => '625', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773237', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 137 => [ - 'contentobject_id' => '179', - 'created' => '1299773245', - 'creator_id' => '14', - 'id' => '626', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773259', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 138 => [ - 'contentobject_id' => '180', - 'created' => '1299773266', - 'creator_id' => '14', - 'id' => '627', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773275', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 139 => [ - 'contentobject_id' => '181', - 'created' => '1299773330', - 'creator_id' => '14', - 'id' => '628', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773344', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 140 => [ - 'contentobject_id' => '182', - 'created' => '1299773379', - 'creator_id' => '14', - 'id' => '629', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773383', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 141 => [ - 'contentobject_id' => '183', - 'created' => '1299773397', - 'creator_id' => '14', - 'id' => '630', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773410', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 142 => [ - 'contentobject_id' => '184', - 'created' => '1299773419', - 'creator_id' => '14', - 'id' => '631', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299773429', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 143 => [ - 'contentobject_id' => '185', - 'created' => '1193915419', - 'creator_id' => '14', - 'id' => '632', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193915424', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 144 => [ - 'contentobject_id' => '186', - 'created' => '1193915476', - 'creator_id' => '14', - 'id' => '633', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193915590', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 145 => [ - 'contentobject_id' => '187', - 'created' => '1193915617', - 'creator_id' => '14', - 'id' => '634', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193915639', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 146 => [ - 'contentobject_id' => '188', - 'created' => '1175242696', - 'creator_id' => '14', - 'id' => '635', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175242706', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 147 => [ - 'contentobject_id' => '189', - 'created' => '1174305514', - 'creator_id' => '14', - 'id' => '636', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174305524', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 148 => [ - 'contentobject_id' => '190', - 'created' => '1299159416', - 'creator_id' => '14', - 'id' => '637', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159424', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 149 => [ - 'contentobject_id' => '191', - 'created' => '1193907125', - 'creator_id' => '14', - 'id' => '638', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193935923', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 150 => [ - 'contentobject_id' => '192', - 'created' => '1253010589', - 'creator_id' => '14', - 'id' => '639', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010589', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 151 => [ - 'contentobject_id' => '193', - 'created' => '1193914499', - 'creator_id' => '14', - 'id' => '640', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193914551', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 152 => [ - 'contentobject_id' => '194', - 'created' => '1253009641', - 'creator_id' => '14', - 'id' => '641', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009641', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 153 => [ - 'contentobject_id' => '195', - 'created' => '1253009692', - 'creator_id' => '14', - 'id' => '642', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009692', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 154 => [ - 'contentobject_id' => '196', - 'created' => '1253009743', - 'creator_id' => '14', - 'id' => '643', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009743', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 155 => [ - 'contentobject_id' => '197', - 'created' => '1253009784', - 'creator_id' => '14', - 'id' => '644', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009784', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 156 => [ - 'contentobject_id' => '198', - 'created' => '1253009879', - 'creator_id' => '14', - 'id' => '645', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009879', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 157 => [ - 'contentobject_id' => '199', - 'created' => '1253010805', - 'creator_id' => '14', - 'id' => '646', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010805', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 158 => [ - 'contentobject_id' => '200', - 'created' => '1253009816', - 'creator_id' => '14', - 'id' => '647', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009816', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 159 => [ - 'contentobject_id' => '201', - 'created' => '1253009848', - 'creator_id' => '14', - 'id' => '648', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253009848', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 160 => [ - 'contentobject_id' => '202', - 'created' => '1299782198', - 'creator_id' => '14', - 'id' => '649', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299782207', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 161 => [ - 'contentobject_id' => '203', - 'created' => '1253010223', - 'creator_id' => '14', - 'id' => '650', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010223', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 162 => [ - 'contentobject_id' => '204', - 'created' => '1253010249', - 'creator_id' => '14', - 'id' => '651', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010249', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 163 => [ - 'contentobject_id' => '205', - 'created' => '1253010272', - 'creator_id' => '14', - 'id' => '652', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010272', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 164 => [ - 'contentobject_id' => '206', - 'created' => '1253010315', - 'creator_id' => '14', - 'id' => '653', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010315', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 165 => [ - 'contentobject_id' => '207', - 'created' => '1253010343', - 'creator_id' => '14', - 'id' => '654', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010343', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 166 => [ - 'contentobject_id' => '208', - 'created' => '1253010367', - 'creator_id' => '14', - 'id' => '655', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010367', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 167 => [ - 'contentobject_id' => '209', - 'created' => '1253010401', - 'creator_id' => '14', - 'id' => '656', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010401', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 168 => [ - 'contentobject_id' => '210', - 'created' => '1253010921', - 'creator_id' => '14', - 'id' => '657', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253010921', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 169 => [ - 'contentobject_id' => '211', - 'created' => '1193914345', - 'creator_id' => '14', - 'id' => '658', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1193914399', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 170 => [ - 'contentobject_id' => '212', - 'created' => '1253011179', - 'creator_id' => '14', - 'id' => '659', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253011179', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 171 => [ - 'contentobject_id' => '213', - 'created' => '1253011241', - 'creator_id' => '14', - 'id' => '660', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1253011241', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 172 => [ - 'contentobject_id' => '214', - 'created' => '1299159430', - 'creator_id' => '14', - 'id' => '661', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159460', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 173 => [ - 'contentobject_id' => '215', - 'created' => '1299159470', - 'creator_id' => '14', - 'id' => '662', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159490', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 174 => [ - 'contentobject_id' => '216', - 'created' => '1299159503', - 'creator_id' => '14', - 'id' => '663', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159523', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 175 => [ - 'contentobject_id' => '217', - 'created' => '1299159538', - 'creator_id' => '14', - 'id' => '664', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299159553', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 176 => [ - 'contentobject_id' => '218', - 'created' => '1299216456', - 'creator_id' => '14', - 'id' => '665', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1299216558', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 177 => [ - 'contentobject_id' => '219', - 'created' => '1174305636', - 'creator_id' => '14', - 'id' => '666', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174305643', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 178 => [ - 'contentobject_id' => '220', - 'created' => '1175069781', - 'creator_id' => '14', - 'id' => '667', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069794', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 179 => [ - 'contentobject_id' => '221', - 'created' => '1175069727', - 'creator_id' => '14', - 'id' => '668', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175069741', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 180 => [ - 'contentobject_id' => '222', - 'created' => '1174308738', - 'creator_id' => '14', - 'id' => '669', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174308756', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 181 => [ - 'contentobject_id' => '223', - 'created' => '1174654820', - 'creator_id' => '226', - 'id' => '670', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1174654830', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 182 => [ - 'contentobject_id' => '224', - 'created' => '1175242951', - 'creator_id' => '14', - 'id' => '671', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1175242960', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 183 => [ - 'contentobject_id' => '14', - 'created' => '1311154214', - 'creator_id' => '14', - 'id' => '672', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154214', - 'status' => '1', - 'user_id' => '0', - 'version' => '4', - 'workflow_event_pos' => '0', - ], - 184 => [ - 'contentobject_id' => '225', - 'created' => '1311154215', - 'creator_id' => '14', - 'id' => '673', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154215', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - 185 => [ - 'contentobject_id' => '11', - 'created' => '1311154215', - 'creator_id' => '14', - 'id' => '674', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154215', - 'status' => '1', - 'user_id' => '0', - 'version' => '2', - 'workflow_event_pos' => '0', - ], - 186 => [ - 'contentobject_id' => '226', - 'created' => '1311154214', - 'creator_id' => '14', - 'id' => '675', - 'initial_language_id' => '2', - 'language_mask' => '3', - 'modified' => '1311154214', - 'status' => '1', - 'user_id' => '0', - 'version' => '1', - 'workflow_event_pos' => '0', - ], - ], - LocationDoctrineGateway::NODE_ASSIGNMENT_TABLE => [ - 0 => [ - 'contentobject_id' => '8', - 'contentobject_version' => '2', - 'from_node_id' => '0', - 'id' => '4', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '5', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 1 => [ - 'contentobject_id' => '42', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '5', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '5', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 2 => [ - 'contentobject_id' => '10', - 'contentobject_version' => '2', - 'from_node_id' => '-1', - 'id' => '6', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '44', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 3 => [ - 'contentobject_id' => '4', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '7', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '1', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 4 => [ - 'contentobject_id' => '12', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '8', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '5', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 5 => [ - 'contentobject_id' => '13', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '9', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '5', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 6 => [ - 'contentobject_id' => '41', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '11', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '1', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 7 => [ - 'contentobject_id' => '11', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '12', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '5', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 8 => [ - 'contentobject_id' => '45', - 'contentobject_version' => '1', - 'from_node_id' => '-1', - 'id' => '16', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '1', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 9 => [ - 'contentobject_id' => '49', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '27', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '43', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 10 => [ - 'contentobject_id' => '50', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '28', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '43', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 11 => [ - 'contentobject_id' => '51', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '29', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '43', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '9', - 'sort_order' => '1', - ], - 12 => [ - 'contentobject_id' => '52', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '30', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '48', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 13 => [ - 'contentobject_id' => '56', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '34', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '1', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 14 => [ - 'contentobject_id' => '14', - 'contentobject_version' => '3', - 'from_node_id' => '-1', - 'id' => '38', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '13', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 15 => [ - 'contentobject_id' => '54', - 'contentobject_version' => '2', - 'from_node_id' => '-1', - 'id' => '39', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '58', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 16 => [ - 'contentobject_id' => '57', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '43', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '43', - 'parent_remote_id' => '437ef9d0a9b7ae326ec83fa3bb73956d', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 17 => [ - 'contentobject_id' => '58', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '44', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '59', - 'parent_remote_id' => 'eaa7f2f48c3f35801961abad12151db4', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 18 => [ - 'contentobject_id' => '59', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '45', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '59', - 'parent_remote_id' => 'b8c85fd926d61dab6e68fa1865cee987', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 19 => [ - 'contentobject_id' => '60', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '46', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '59', - 'parent_remote_id' => 'c65aba2485585bdd09dfb66afccf645e', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 20 => [ - 'contentobject_id' => '61', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '47', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '59', - 'parent_remote_id' => '64bb803471e53898aa38a7c29e482370', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 21 => [ - 'contentobject_id' => '62', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '48', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '59', - 'parent_remote_id' => '95e29503817570c6458fa0f37d227306', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 22 => [ - 'contentobject_id' => '63', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '49', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '59', - 'parent_remote_id' => 'aa4a1afd9c02d00f2f31186e8a271332', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 23 => [ - 'contentobject_id' => '64', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '50', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '59', - 'parent_remote_id' => '93d5115082a23b266613868051b8d803', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 24 => [ - 'contentobject_id' => '65', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '51', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '2', - 'parent_remote_id' => '1a8744c6d6be8675f7b27fa8b7b8437d', - 'remote_id' => '0', - 'sort_field' => '8', - 'sort_order' => '1', - ], - 25 => [ - 'contentobject_id' => '66', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '52', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '51', - 'parent_remote_id' => '31fd28362c18a36cb56223f3609d5d90', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 26 => [ - 'contentobject_id' => '67', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '53', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '2', - 'parent_remote_id' => '9cec85d730eec7578190ee95ce5a36f5', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 27 => [ - 'contentobject_id' => '68', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '54', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '69', - 'parent_remote_id' => 'b0b85c15125ca1732e5e528de2717599', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 28 => [ - 'contentobject_id' => '69', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '55', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '70', - 'parent_remote_id' => '087adb763245e0cdcac593fb4a5996cf', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 29 => [ - 'contentobject_id' => '70', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '56', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '69', - 'parent_remote_id' => 'e607aab6e924091909f3def02415bc53', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 30 => [ - 'contentobject_id' => '71', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '57', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '72', - 'parent_remote_id' => '054d9f10c6fa97689c0fc3b2ac412ebd', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 31 => [ - 'contentobject_id' => '72', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '58', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '72', - 'parent_remote_id' => '9801bda46e5f8b9d692e1120d50fc7b3', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 32 => [ - 'contentobject_id' => '73', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '59', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '72', - 'parent_remote_id' => '005067a5eee6505aa0f601cca30681d0', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 33 => [ - 'contentobject_id' => '74', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '60', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '69', - 'parent_remote_id' => '18f14551cc555c094b15a732ccd27fb2', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 34 => [ - 'contentobject_id' => '75', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '61', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '2', - 'parent_remote_id' => 'dbc2f3c8716c12f32c379dbf0b1cb133', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 35 => [ - 'contentobject_id' => '76', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '62', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '77', - 'parent_remote_id' => 'bc766fe955437def220a3fa2966a34ee', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 36 => [ - 'contentobject_id' => '77', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '63', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '78', - 'parent_remote_id' => 'f0c2216ecb29600cd8ae93951a0c8f3a', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 37 => [ - 'contentobject_id' => '78', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '64', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '78', - 'parent_remote_id' => 'eaf16bddfd36206dad265aadfbc98f17', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 38 => [ - 'contentobject_id' => '79', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '65', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '78', - 'parent_remote_id' => 'd2a11e56093b77eb7a347229361c3377', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 39 => [ - 'contentobject_id' => '80', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '66', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '77', - 'parent_remote_id' => '17d65b568e3500cf1f8b42bc5de2d12b', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 40 => [ - 'contentobject_id' => '81', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '67', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '82', - 'parent_remote_id' => 'ecc4f0e94b05bf10f4f783d660ff0ad0', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 41 => [ - 'contentobject_id' => '82', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '68', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '82', - 'parent_remote_id' => '74280af2cba9002ea9660749225562b6', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 42 => [ - 'contentobject_id' => '83', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '69', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '82', - 'parent_remote_id' => '4e526426523e47aeacf353541284cbf8', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 43 => [ - 'contentobject_id' => '84', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '70', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '2', - 'parent_remote_id' => '95f3c4261719ea27ab67f980fbee0694', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 44 => [ - 'contentobject_id' => '85', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '71', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '86', - 'parent_remote_id' => '4a1391d3563d056c9d9ea2653093ae3e', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 45 => [ - 'contentobject_id' => '86', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '72', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '86', - 'parent_remote_id' => '8889727909b5f34b6aa23f7eee32606b', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 46 => [ - 'contentobject_id' => '87', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '73', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '88', - 'parent_remote_id' => '1721dbee55639fe280f6a54195f9577c', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 47 => [ - 'contentobject_id' => '88', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '74', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '88', - 'parent_remote_id' => '7fabb9ee5bcb6630a3947d1c5585d995', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 48 => [ - 'contentobject_id' => '89', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '75', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '88', - 'parent_remote_id' => 'a95ae3e4a64f08eb2002b31680fe8989', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 49 => [ - 'contentobject_id' => '90', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '76', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '86', - 'parent_remote_id' => '2acc8bb8f7eda4de2cf74f6dc277661f', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 50 => [ - 'contentobject_id' => '91', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '77', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '86', - 'parent_remote_id' => '6d8cc9831b86d79b8c184507f8e0cbb6', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 51 => [ - 'contentobject_id' => '92', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '78', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '86', - 'parent_remote_id' => '30f12ecd29608eceb20bb903ddb780c7', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 52 => [ - 'contentobject_id' => '93', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '79', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '86', - 'parent_remote_id' => '341e63bdce0f1601519d1b8e82e62766', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 53 => [ - 'contentobject_id' => '94', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '80', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '2', - 'parent_remote_id' => '0d55a3f510cc7cd9a7b8eb838f50ff5c', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 54 => [ - 'contentobject_id' => '95', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '81', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '96', - 'parent_remote_id' => '89ce8eed8fa06c4105fd612aa83d87d6', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 55 => [ - 'contentobject_id' => '96', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '82', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '97', - 'parent_remote_id' => '78f3b9a9268c7b0206bf1c4d39211495', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 56 => [ - 'contentobject_id' => '97', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '83', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '98', - 'parent_remote_id' => 'a1f9b32547e58064e645388512c16a39', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 57 => [ - 'contentobject_id' => '98', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '84', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '96', - 'parent_remote_id' => '0f9c7380f8af1f29f1017e412bdd4016', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 58 => [ - 'contentobject_id' => '99', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '85', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '100', - 'parent_remote_id' => '036394ec8b160f0782bec2dda452d798', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 59 => [ - 'contentobject_id' => '100', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '86', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '101', - 'parent_remote_id' => '78da6a4fae1c2eaabe1dbe7af818d970', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 60 => [ - 'contentobject_id' => '101', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '87', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '96', - 'parent_remote_id' => '06cdeb27be466ea8330de5df16144263', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 61 => [ - 'contentobject_id' => '102', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '88', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '103', - 'parent_remote_id' => 'ab30399896b8e54442c3a619ba7eeecb', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 62 => [ - 'contentobject_id' => '103', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '89', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '96', - 'parent_remote_id' => 'ca2ae9d0f0322798f632e896325f22c3', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 63 => [ - 'contentobject_id' => '104', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '90', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '96', - 'parent_remote_id' => '7ba1d48c0151bae62366095ef6f64c28', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 64 => [ - 'contentobject_id' => '105', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '91', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '2', - 'parent_remote_id' => 'e81507d3446726ebd7361352fef5fad3', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 65 => [ - 'contentobject_id' => '106', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '92', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '107', - 'parent_remote_id' => '51278360f39d5b8ce1d9249953f4de98', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 66 => [ - 'contentobject_id' => '107', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '93', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '107', - 'parent_remote_id' => '33151e24acea9c837d2b9fc52e03b1de', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 67 => [ - 'contentobject_id' => '108', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '94', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '107', - 'parent_remote_id' => '6b3bcab0f149c5acc2e3728df7c66b73', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 68 => [ - 'contentobject_id' => '109', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '95', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '110', - 'parent_remote_id' => '28f9dfe5c0680955eec7a2dec4ebc642', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 69 => [ - 'contentobject_id' => '110', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '96', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '110', - 'parent_remote_id' => '191faba79dc108a19893944befa50d94', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 70 => [ - 'contentobject_id' => '111', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '97', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '110', - 'parent_remote_id' => '8679b5fa3ad0ec216293419ab9834e44', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 71 => [ - 'contentobject_id' => '112', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '98', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '110', - 'parent_remote_id' => '7f32cdefd0cf55b966a44aa52181e30d', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 72 => [ - 'contentobject_id' => '113', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '99', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '110', - 'parent_remote_id' => '29db3c1fcdb497e5cb2c74eb85c0906a', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 73 => [ - 'contentobject_id' => '114', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '100', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '110', - 'parent_remote_id' => '96e30009f712a0315217fed93eba6a18', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 74 => [ - 'contentobject_id' => '115', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '101', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '110', - 'parent_remote_id' => '3a6b87470a25b19a6ad15caa5e24e719', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 75 => [ - 'contentobject_id' => '116', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '102', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '110', - 'parent_remote_id' => 'd0bc77a21920b63543d7b0accab81b24', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 76 => [ - 'contentobject_id' => '117', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '103', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '110', - 'parent_remote_id' => 'c75b4b4b870e0e3611e19e1323103282', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 77 => [ - 'contentobject_id' => '118', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '104', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '107', - 'parent_remote_id' => '262d8c936d3757ff81e7bb49392b703f', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 78 => [ - 'contentobject_id' => '119', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '105', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '120', - 'parent_remote_id' => '220d4e10bf4619525c3165823079482c', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 79 => [ - 'contentobject_id' => '120', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '106', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '120', - 'parent_remote_id' => 'f13a938ce2c79a9d438548299220d6dd', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 80 => [ - 'contentobject_id' => '121', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '107', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '120', - 'parent_remote_id' => '04f5e08293954b1851a4dd1cbd976cff', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 81 => [ - 'contentobject_id' => '122', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '108', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '120', - 'parent_remote_id' => 'dc80ae3d9de55855a16218b032062c62', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 82 => [ - 'contentobject_id' => '123', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '109', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '120', - 'parent_remote_id' => '4cb6d4015dd80474074043ab28f96e36', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 83 => [ - 'contentobject_id' => '124', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '110', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '120', - 'parent_remote_id' => '74ce7d6cbae81d90592b4a8a242a284a', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 84 => [ - 'contentobject_id' => '125', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '111', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '120', - 'parent_remote_id' => '6f76d2f7e5812acf4f7c5c70258f4f7e', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 85 => [ - 'contentobject_id' => '126', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '112', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '120', - 'parent_remote_id' => '5ba07103968a6bb3f05c275c212440f6', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 86 => [ - 'contentobject_id' => '127', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '113', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '107', - 'parent_remote_id' => '3579b6c5cd166d5137eada55274892d3', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 87 => [ - 'contentobject_id' => '128', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '114', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '129', - 'parent_remote_id' => 'e38a43ce35832e5af2df4f1e9272b926', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 88 => [ - 'contentobject_id' => '129', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '115', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '129', - 'parent_remote_id' => '1ba7889f63e32acf70f66349ce1a8953', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 89 => [ - 'contentobject_id' => '130', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '116', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '107', - 'parent_remote_id' => '19ae9fcb7334a0e407b2781920247122', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 90 => [ - 'contentobject_id' => '131', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '117', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '107', - 'parent_remote_id' => '423b6d20325263abaa2012536cc736a4', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 91 => [ - 'contentobject_id' => '132', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '118', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '133', - 'parent_remote_id' => '07f0de334c83d631a59defe61f1a7cbf', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 92 => [ - 'contentobject_id' => '133', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '119', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '134', - 'parent_remote_id' => 'a7ca1a8878210a9978df0b00e9184b20', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 93 => [ - 'contentobject_id' => '134', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '120', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '134', - 'parent_remote_id' => '12c86be2151c426b990d47efd023cc40', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 94 => [ - 'contentobject_id' => '135', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '121', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '134', - 'parent_remote_id' => 'ff4473534c7cef8212a11feab57a5f0e', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 95 => [ - 'contentobject_id' => '136', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '122', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '133', - 'parent_remote_id' => 'e0a1b1b2a3d248bf8d43a83581c22ae8', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 96 => [ - 'contentobject_id' => '137', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '123', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '138', - 'parent_remote_id' => '8e6f0ba5195410b03a84ef3fdcc3ff0b', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 97 => [ - 'contentobject_id' => '138', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '124', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '138', - 'parent_remote_id' => 'bc416b97e1592c7a396f6f5f85e131ac', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 98 => [ - 'contentobject_id' => '139', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '125', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '133', - 'parent_remote_id' => 'facfd2587054ea863cbe53768da04a47', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 99 => [ - 'contentobject_id' => '140', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '126', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '141', - 'parent_remote_id' => 'd159e8d4d590e481b06ecb441c0f14dc', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 100 => [ - 'contentobject_id' => '141', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '127', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '141', - 'parent_remote_id' => '7457db5919dd349bd878b60592fc009b', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 101 => [ - 'contentobject_id' => '142', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '128', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '141', - 'parent_remote_id' => 'ebe1e9d1242a3aeedfda25da7cc25564', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 102 => [ - 'contentobject_id' => '143', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '129', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '141', - 'parent_remote_id' => 'b3acf4c0f2df8977f1c6932725339a1d', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 103 => [ - 'contentobject_id' => '144', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '130', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '133', - 'parent_remote_id' => 'a324a48fea49eb3e6826b3295dc5f413', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 104 => [ - 'contentobject_id' => '145', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '131', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '133', - 'parent_remote_id' => '8c0133434d7bea077a614e1a85fca5b7', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 105 => [ - 'contentobject_id' => '146', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '132', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '147', - 'parent_remote_id' => '46653e0e5fa60ab86788cad8084a759d', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 106 => [ - 'contentobject_id' => '147', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '133', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '133', - 'parent_remote_id' => '9b17e8d0b2cee501b75f7b481155e64f', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 107 => [ - 'contentobject_id' => '148', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '134', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '133', - 'parent_remote_id' => '3983d3aa7604f45a8ecbb953a98d646f', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 108 => [ - 'contentobject_id' => '149', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '135', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '150', - 'parent_remote_id' => '92756622f207c0b1902ca156947a77de', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 109 => [ - 'contentobject_id' => '150', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '136', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '133', - 'parent_remote_id' => '60adbb1e37a6524246d3af372366754f', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 110 => [ - 'contentobject_id' => '151', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '137', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '2', - 'parent_remote_id' => 'f4bf2e6c1cf75e15b15f0123a82778a1', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 111 => [ - 'contentobject_id' => '152', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '138', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '153', - 'parent_remote_id' => '1b95356b68bd59ef32b0fd7bb2c29130', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 112 => [ - 'contentobject_id' => '153', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '139', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '153', - 'parent_remote_id' => '94b7059eb5e0fe667f7c63eadd53a62b', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 113 => [ - 'contentobject_id' => '154', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '140', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '2', - 'parent_remote_id' => '0c523dfd6b1eccbfb0d1bfe632ee7411', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 114 => [ - 'contentobject_id' => '155', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '141', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '156', - 'parent_remote_id' => 'f5db8acf1150afc15eb514d380e3855d', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 115 => [ - 'contentobject_id' => '156', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '142', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '157', - 'parent_remote_id' => '6366a99ac1cec2133e87fdd805d108c8', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 116 => [ - 'contentobject_id' => '157', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '143', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '157', - 'parent_remote_id' => '7ee406cb6e5f0b2a29bc9f97f5a5b9db', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 117 => [ - 'contentobject_id' => '158', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '144', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '156', - 'parent_remote_id' => '007109e7f353c86dfd48d844cb18ce73', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 118 => [ - 'contentobject_id' => '159', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '145', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '160', - 'parent_remote_id' => '63769c39380a45a731aa44068c0f4e33', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 119 => [ - 'contentobject_id' => '160', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '146', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '160', - 'parent_remote_id' => 'f761918d15e356e50ce94294cad79765', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 120 => [ - 'contentobject_id' => '161', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '147', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '160', - 'parent_remote_id' => '68187b44ef9051a4db10bd9bb7f228a4', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 121 => [ - 'contentobject_id' => '162', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '148', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '156', - 'parent_remote_id' => '472e9bc321148baa71d2070063f24bb9', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 122 => [ - 'contentobject_id' => '163', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '149', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '156', - 'parent_remote_id' => 'b1a68df10cdf379cf78999c8012db679', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 123 => [ - 'contentobject_id' => '164', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '150', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '165', - 'parent_remote_id' => 'e9ee6724fffb012f918300de66af27e1', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 124 => [ - 'contentobject_id' => '165', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '151', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '2', - 'parent_remote_id' => 'c4604fb2e100a6681a4f53fbe6e5eeae', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 125 => [ - 'contentobject_id' => '166', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '152', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '167', - 'parent_remote_id' => '5e6762a083ab4c0357bad163902ba8f7', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 126 => [ - 'contentobject_id' => '167', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '153', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '168', - 'parent_remote_id' => '2549eee03064d55ae7fc84fe41ae1ef6', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 127 => [ - 'contentobject_id' => '168', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '154', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '168', - 'parent_remote_id' => '7bfca4bdde619ac9104e235629e2dbc7', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 128 => [ - 'contentobject_id' => '169', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '155', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '168', - 'parent_remote_id' => '81fd930afe94962395074b762592a356', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 129 => [ - 'contentobject_id' => '170', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '156', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '167', - 'parent_remote_id' => '8b570ac03318b7e29eb5fd1bae15efde', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 130 => [ - 'contentobject_id' => '171', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '157', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '172', - 'parent_remote_id' => '4329dcc6a8d441aa7253660512dfd5b6', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 131 => [ - 'contentobject_id' => '172', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '158', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '173', - 'parent_remote_id' => '6cf7b9370a0d9800ed49ba3be13b6be5', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 132 => [ - 'contentobject_id' => '173', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '159', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '173', - 'parent_remote_id' => 'f71191fcce35c83530cddde467a908b2', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 133 => [ - 'contentobject_id' => '174', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '160', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '172', - 'parent_remote_id' => '2d3cf4fe8d439e16e0ed75ef947b5e3d', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 134 => [ - 'contentobject_id' => '175', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '161', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '176', - 'parent_remote_id' => '49c9ad954328ab5f5a76d580873961a4', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 135 => [ - 'contentobject_id' => '176', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '162', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '167', - 'parent_remote_id' => 'ae32173cedf3a5ec441e3afcadc4abcb', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 136 => [ - 'contentobject_id' => '177', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '163', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '178', - 'parent_remote_id' => 'c6c32c884db955ea09338c90eee84746', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 137 => [ - 'contentobject_id' => '178', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '164', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '178', - 'parent_remote_id' => 'db191e87b9b6ac22a18742cd32d2b3d4', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 138 => [ - 'contentobject_id' => '179', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '165', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '178', - 'parent_remote_id' => '02a6d1506bf437eda1317d0c36a8545b', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 139 => [ - 'contentobject_id' => '180', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '166', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '178', - 'parent_remote_id' => '40d743025e4ec4d813bd864dad08e0cc', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 140 => [ - 'contentobject_id' => '181', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '167', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '178', - 'parent_remote_id' => 'eb2a8ef7d4b1fb8ffb68f0764b615de1', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 141 => [ - 'contentobject_id' => '182', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '168', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '178', - 'parent_remote_id' => '9e45f3ee0f15995b670fb3a117b6ee49', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 142 => [ - 'contentobject_id' => '183', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '169', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '178', - 'parent_remote_id' => 'f368c4ae469c596344e15fca8c7370c2', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 143 => [ - 'contentobject_id' => '184', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '170', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '178', - 'parent_remote_id' => '7e153b75dd0ee0476ac7463d4a3daaef', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 144 => [ - 'contentobject_id' => '185', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '171', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '167', - 'parent_remote_id' => '09fb4147e4b124b9770a527bdd66799c', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 145 => [ - 'contentobject_id' => '186', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '172', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '187', - 'parent_remote_id' => '8f73d6d4ffca33c619d2f2645340ccc0', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 146 => [ - 'contentobject_id' => '187', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '173', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '187', - 'parent_remote_id' => '5cdc175d45aeb3fa054a95f40df56e79', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 147 => [ - 'contentobject_id' => '188', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '174', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '2', - 'parent_remote_id' => 'e060ff40aa17eb21dc1e4595c9a5eb9a', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 148 => [ - 'contentobject_id' => '189', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '175', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '190', - 'parent_remote_id' => '7bf290af79b3b51e6ccc1f95f321618c', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 149 => [ - 'contentobject_id' => '190', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '176', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '190', - 'parent_remote_id' => '9f804eee139dcee343dbe4175d14654c', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 150 => [ - 'contentobject_id' => '191', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '177', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '192', - 'parent_remote_id' => '10d57795c986ca61689e6c2c11382eb3', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 151 => [ - 'contentobject_id' => '192', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '178', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '193', - 'parent_remote_id' => '87417129b080d24d335eb2653dd1a40c', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 152 => [ - 'contentobject_id' => '193', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '179', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '192', - 'parent_remote_id' => 'fd56d839df6e2b52055d4a62f4df7c3e', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 153 => [ - 'contentobject_id' => '194', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '180', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '195', - 'parent_remote_id' => 'ab2f2093f16c56ac2e61f40f25d2dbe0', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 154 => [ - 'contentobject_id' => '195', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '181', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '195', - 'parent_remote_id' => '185a1737e9012e7c3025df876bbb4f9b', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 155 => [ - 'contentobject_id' => '196', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '182', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '195', - 'parent_remote_id' => 'efdca2f6ddd2c8befc283ae3465b9acd', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 156 => [ - 'contentobject_id' => '197', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '183', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '195', - 'parent_remote_id' => 'f81b0e4c31ea13d94b9838e9e7e7ad7e', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 157 => [ - 'contentobject_id' => '198', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '184', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '195', - 'parent_remote_id' => '666efc49c267cddf55ca707408f4ac42', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 158 => [ - 'contentobject_id' => '199', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '185', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '195', - 'parent_remote_id' => 'afb51a5f898c549c9e1f35afc75d66f3', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 159 => [ - 'contentobject_id' => '200', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '186', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '195', - 'parent_remote_id' => '94b71866ede0d2776c140e85a823d31d', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 160 => [ - 'contentobject_id' => '201', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '187', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '195', - 'parent_remote_id' => 'e74475a240fb7061b40c75f5e6fcd52c', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 161 => [ - 'contentobject_id' => '202', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '188', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '192', - 'parent_remote_id' => '42a3b07037390457ad0f2c65494bfd97', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 162 => [ - 'contentobject_id' => '203', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '189', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '204', - 'parent_remote_id' => '6da1a82ba3d962d2ad953fff8ee26362', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 163 => [ - 'contentobject_id' => '204', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '190', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '204', - 'parent_remote_id' => 'b284abd88bdcb1887a86e40304ffc66f', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 164 => [ - 'contentobject_id' => '205', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '191', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '204', - 'parent_remote_id' => 'e3400bb44aae5fcb416156e7450f3f32', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 165 => [ - 'contentobject_id' => '206', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '192', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '204', - 'parent_remote_id' => '2b2b27bbaaec688aaec1a5d39b4b13ae', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 166 => [ - 'contentobject_id' => '207', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '193', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '204', - 'parent_remote_id' => '37e5feed6574d1d8da4b4531569a27a2', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 167 => [ - 'contentobject_id' => '208', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '194', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '204', - 'parent_remote_id' => '5625695a66034f53b9b6e14029e06e80', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 168 => [ - 'contentobject_id' => '209', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '195', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '204', - 'parent_remote_id' => '824aba4122ee51d9638847e55642feec', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 169 => [ - 'contentobject_id' => '210', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '196', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '204', - 'parent_remote_id' => '73e95051b800ce051c3851c60807787b', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 170 => [ - 'contentobject_id' => '211', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '197', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '192', - 'parent_remote_id' => '3f921d3c490a6c17870b1f01fcfbceed', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 171 => [ - 'contentobject_id' => '212', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '198', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '213', - 'parent_remote_id' => '97f7b391f1522bf404ff672ac338b91c', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 172 => [ - 'contentobject_id' => '213', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '199', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '213', - 'parent_remote_id' => 'c5549bf68962a5384bd2225931cba302', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '0', - ], - 173 => [ - 'contentobject_id' => '214', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '200', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '192', - 'parent_remote_id' => '54adfd9f7c80638f5560eb3f0618c57b', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 174 => [ - 'contentobject_id' => '215', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '201', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '192', - 'parent_remote_id' => 'a7dbafbf963821b71e5522c21e09d9dd', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 175 => [ - 'contentobject_id' => '216', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '202', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '192', - 'parent_remote_id' => '61e3b15f020590df0759b779e5f1fb9d', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 176 => [ - 'contentobject_id' => '217', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '203', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '192', - 'parent_remote_id' => '42560fa30a55ac5ddf1f76a52d44a613', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 177 => [ - 'contentobject_id' => '218', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '204', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '192', - 'parent_remote_id' => '416c28c9ba34a9114381a6ec3ae197e0', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 178 => [ - 'contentobject_id' => '219', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '205', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '190', - 'parent_remote_id' => 'ae6afe955af19209125961b6c0d9a840', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 179 => [ - 'contentobject_id' => '220', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '206', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '190', - 'parent_remote_id' => '28b7fd81eaf6b9702c9f8ff8268daac9', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 180 => [ - 'contentobject_id' => '221', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '207', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '190', - 'parent_remote_id' => '627c1c5cdf124dc2f92489e686cd04bb', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 181 => [ - 'contentobject_id' => '222', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '208', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '190', - 'parent_remote_id' => 'daa3004ede25b0130ca5bef83c1922c3', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 182 => [ - 'contentobject_id' => '223', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '209', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '224', - 'parent_remote_id' => '9d2bdcb8b35464ee03651c191ac4d1ff', - 'remote_id' => '0', - 'sort_field' => '2', - 'sort_order' => '1', - ], - 183 => [ - 'contentobject_id' => '224', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '210', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '190', - 'parent_remote_id' => '9ae96e2ecc3a5a79964405273cc8542a', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 184 => [ - 'contentobject_id' => '14', - 'contentobject_version' => '4', - 'from_node_id' => '-1', - 'id' => '211', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '13', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 185 => [ - 'contentobject_id' => '225', - 'contentobject_version' => '1', - 'from_node_id' => '0', - 'id' => '212', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '5', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 186 => [ - 'contentobject_id' => '11', - 'contentobject_version' => '2', - 'from_node_id' => '-1', - 'id' => '213', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '5', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - 187 => [ - 'contentobject_id' => '226', - 'contentobject_version' => '1', - 'from_node_id' => '-1', - 'id' => '214', - 'is_main' => '1', - 'op_code' => '2', - 'parent_node' => '12', - 'parent_remote_id' => '', - 'remote_id' => '0', - 'sort_field' => '1', - 'sort_order' => '1', - ], - ], - UrlDoctrineDatabase::URL_TABLE => [ - 0 => [ - 'created' => '1301057834', - 'id' => '9', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1301057834', - 'original_url_md5' => 'bb9c47d334fd775f1c54c45d460e6b2a', - 'url' => 'http://doc.ibexa.co/', - ], - 1 => [ - 'created' => '1301057836', - 'id' => '13', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1301057836', - 'original_url_md5' => 'b13f5ff5cdcad2a4efb461e4edf6f718', - 'url' => 'http://ibexa.co/Demos-videos/Ibexa-Administration-Interface-Video-Tutorial', - ], - 2 => [ - 'created' => '1301057836', - 'id' => '14', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1301057836', - 'original_url_md5' => '7b133bbdf1d039979a973e5a697e3743', - 'url' => 'http://ibexa.co/Demos-videos/Ibexa-Online-Editor-Video-Tutorial', - ], - 3 => [ - 'created' => '1301057836', - 'id' => '15', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1301057836', - 'original_url_md5' => '4e75c83ab35d461f109ec959aa1c5e1d', - 'url' => 'http://ibexa.co/Demos-videos/eZ-Flow-Video-Tutorial', - ], - 4 => [ - 'created' => '1301057836', - 'id' => '16', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1301057836', - 'original_url_md5' => '215310c57a3d54ef1356c20855510357', - 'url' => 'http://ibexa.co/learn/ibexa-dxp/an-introduction-to-developing-ibexa-dxp-extensions', - ], - 5 => [ - 'created' => '1301057836', - 'id' => '17', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1301057836', - 'original_url_md5' => '9ba078c54f33985da5bd1348a8f39741', - 'url' => 'http://share.ibexa.co/learn/ibexa-dxp/creating-a-simple-custom-workflow-event', - ], - 6 => [ - 'created' => '1301057836', - 'id' => '18', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1301057836', - 'original_url_md5' => 'eb3d19c36acbd41176094024d8fccfd5', - 'url' => 'http://www.slideshare.net/ezcommunity/ole-marius-smestad-rest-api-how-to-turn-ibexa-dxp-into-a-multichannel-machine', - ], - 7 => [ - 'created' => '1301057836', - 'id' => '19', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1301057836', - 'original_url_md5' => '1fea0fead02dfc550fbefa5c17acc94f', - 'url' => 'http://www.slideshare.net/BertrandDunogier/presentation-winter-conference-2011-e-z-asynchronous-publishing', - ], - 8 => [ - 'created' => '1301057836', - 'id' => '20', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1301057836', - 'original_url_md5' => 'af8f8bdc5fac2f3ada6ad337adab04cb', - 'url' => 'http://doc.ibexa.co/Ibexa/Upgrading/Upgrading-to-4.5', - ], - 9 => [ - 'created' => '1301057836', - 'id' => '21', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1301057836', - 'original_url_md5' => '3c6d6cfc2642951e9a946b697f84a306', - 'url' => 'http://share.ibexa.co/learn', - ], - 10 => [ - 'created' => '1301057836', - 'id' => '22', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1301057836', - 'original_url_md5' => 'ac3ba54b44950b2d77fa42cc57dab914', - 'url' => 'http://ibexa.co/Demos-videos', - ], - 11 => [ - 'created' => '1311154174', - 'id' => '23', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154174', - 'original_url_md5' => '590afa1809904842796205d4d571c976', - 'url' => 'http://doc.ibexa.co/Ibexa/Technical-manual/4.5', - ], - 12 => [ - 'created' => '1311154174', - 'id' => '24', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154174', - 'original_url_md5' => '45cd300bca7761588e0ace23640eff3f', - 'url' => 'http://doc.ibexa.co/Ibexa/User-manual/4.5', - ], - 13 => [ - 'created' => '1311154185', - 'id' => '25', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '72707907a848a14f33f1352ae0308e5b', - 'url' => 'http://share.ibexa.co/forums', - ], - 14 => [ - 'created' => '1311154185', - 'id' => '26', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'da16d9c486d95e264169293a39b67ad6', - 'url' => 'http://share.ibexa.co/blogs', - ], - 15 => [ - 'created' => '1311154185', - 'id' => '27', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '848a3810b8506bb4ebcfb61dd540985d', - 'url' => 'http://twitter.com/ezcommunity', - ], - 16 => [ - 'created' => '1311154185', - 'id' => '28', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '03e5192a9025067262c816a027e1d7b6', - 'url' => 'http://www.linkedin.com/groups?gid=2759', - ], - 17 => [ - 'created' => '1311154185', - 'id' => '29', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'fd86f64652e4408d72ac42e78de462f5', - 'url' => 'http://share.ibexa.co/about/get-involved', - ], - 18 => [ - 'created' => '1311154185', - 'id' => '30', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'abcf623ca9bfdedaae617b280473bda7', - 'url' => 'http://share.ibexa.co/about/etiquette-blogging-and-usage-guidelines', - ], - 19 => [ - 'created' => '1311154185', - 'id' => '31', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '25f38d8b1ca7e64c6a82d7e126f80022', - 'url' => 'http://share.ibexa.co/forums/install-configuration', - ], - 20 => [ - 'created' => '1311154185', - 'id' => '32', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '6a643a86a729aded29612aac280063b2', - 'url' => 'http://share.ibexa.co/forums/setup-design', - ], - 21 => [ - 'created' => '1311154185', - 'id' => '33', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '8736641c6fc3520c5f3adbb9c5f6de74', - 'url' => 'http://share.ibexa.co/forums/general', - ], - 22 => [ - 'created' => '1311154185', - 'id' => '34', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '81ea35ab0b578ddbecf391f7c7a509ac', - 'url' => 'http://share.ibexa.co/forums/developer', - ], - 23 => [ - 'created' => '1311154185', - 'id' => '35', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '76de2bf179fe746173daf48499a81f23', - 'url' => 'http://share.ibexa.co/forums/suggestions', - ], - 24 => [ - 'created' => '1311154185', - 'id' => '36', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'a29b9ce655377694e606ee70a6636361', - 'url' => 'http://share.ibexa.co/forums/extensions', - ], - 25 => [ - 'created' => '1311154185', - 'id' => '37', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '7b907a0c58bcc0665b3638e97c2597b6', - 'url' => 'http://share.ibexa.co/forums/extensions/ez-newsletter', - ], - 26 => [ - 'created' => '1311154185', - 'id' => '38', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '12021495bfa320016e304ef52f72ad2c', - 'url' => 'http://share.ibexa.co/forums/extensions/website-interface', - ], - 27 => [ - 'created' => '1311154185', - 'id' => '39', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '958912ed4a05e34e44ff28acb5a7df3b', - 'url' => 'http://share.ibexa.co/forums/extensions/ez-flow', - ], - 28 => [ - 'created' => '1311154185', - 'id' => '40', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'f36ed50995d7898feb21fea71a2e93c0', - 'url' => 'http://share.ibexa.co/forums/extensions/ez-find', - ], - 29 => [ - 'created' => '1311154185', - 'id' => '41', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '76538a2a362d14e50e52f2204c5f7fc0', - 'url' => 'http://share.ibexa.co/forums/translation', - ], - 30 => [ - 'created' => '1311154185', - 'id' => '42', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '10c21ad9cb1aaea53ae13922b8462078', - 'url' => 'http://share.ibexa.co/forums/localized-forums', - ], - 31 => [ - 'created' => '1311154185', - 'id' => '43', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'f5b54a2571a6a92a1b714662461df808', - 'url' => 'http://share.ibexa.co/forums/feedback-and-ideas-for-this-portal', - ], - 32 => [ - 'created' => '1311154185', - 'id' => '44', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '53137591ef856777bddbd7843ed55945', - 'url' => 'http://issues.ibexa.co/ProjectSelect.php?Id=6', - ], - 33 => [ - 'created' => '1311154185', - 'id' => '45', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '9fed8384518daf741b21073051b2bc82', - 'url' => 'http://issues.ibexa.co/ProjectSelect.php?Id=3', - ], - 34 => [ - 'created' => '1311154185', - 'id' => '46', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '009202f0b8516c86a1ae2e713b236a0d', - 'url' => 'http://share.ibexa.co/articles', - ], - 35 => [ - 'created' => '1311154185', - 'id' => '47', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'af97ad168859364ba6be544a10227dce', - 'url' => 'http://share.ibexa.co/tutorials', - ], - 36 => [ - 'created' => '1311154185', - 'id' => '48', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '42e449f547a866fc91cd9cc0276bb856', - 'url' => 'http://share.ibexa.co/blogs/share.ibexa.co-team/share-your-experience-write-a-tutorial-for-the-community', - ], - 37 => [ - 'created' => '1311154185', - 'id' => '49', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '29b5ff661060d4e56b4f71560db63bf9', - 'url' => 'irc://irc.freenode.net/', - ], - 38 => [ - 'created' => '1311154185', - 'id' => '50', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'c7b1db7c78837ad56e490a2f9e106513', - 'url' => 'http://en.wikipedia.org/wiki/Internet_Relay_Chat', - ], - 39 => [ - 'created' => '1311154185', - 'id' => '51', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '73771757edcd554a7de09d709d1998a0', - 'url' => 'http://www.xchat.org/', - ], - 40 => [ - 'created' => '1311154185', - 'id' => '52', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '34a73db75b328b9e33a6f8be10839d6a', - 'url' => 'http://www.mirc.com/', - ], - 41 => [ - 'created' => '1311154185', - 'id' => '53', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '43ea73ab9bda87c1404c2b3df76102be', - 'url' => 'http://www.pidgin.im/', - ], - 42 => [ - 'created' => '1311154185', - 'id' => '54', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'e0e4b9109422d6ae74f0cf15622f47f8', - 'url' => 'http://colloquy.info/', - ], - 43 => [ - 'created' => '1311154185', - 'id' => '55', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'b0a2baa65437ca44a03a72942a1def34', - 'url' => 'http://planetezpublish.org/', - ], - 44 => [ - 'created' => '1311154185', - 'id' => '56', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '2fc202b5ab8b0e61a1975f85e71da31b', - 'url' => 'http://planetezpublish.org/rss/feed/rss20.xml', - ], - 45 => [ - 'created' => '1311154185', - 'id' => '57', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '250539f8ead8841ed0f91f39c0744732', - 'url' => 'http://www.planet-ezpublish.fr/', - ], - 46 => [ - 'created' => '1311154185', - 'id' => '58', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '48e508939abb04100c31feb3db7bca99', - 'url' => 'http://lists.ibexa.co/mailman/listinfo/sdk-public', - ], - 47 => [ - 'created' => '1311154185', - 'id' => '59', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'eb2c7ae92b6523fce7f380712dcdc3ee', - 'url' => 'http://lists.ibexa.co/mailman/listinfo/sdk-svn', - ], - 48 => [ - 'created' => '1311154185', - 'id' => '60', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '2d823657cbdd8d41e63875e97497fa4a', - 'url' => 'http://share.ibexa.co/rss/feed/all_forums', - ], - 49 => [ - 'created' => '1311154185', - 'id' => '61', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'a1c839f19e544f45f1b24e4081a859b8', - 'url' => 'http://share.ibexa.co/rss/feed/forum_topics_only', - ], - 50 => [ - 'created' => '1311154185', - 'id' => '62', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '3f2fff22712f47e136a46a9e7190418a', - 'url' => 'http://share.ibexa.co/rss/feed/articles', - ], - 51 => [ - 'created' => '1311154185', - 'id' => '63', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'a3589cf032c79d5afbb5e0231f9bde63', - 'url' => 'http://share.ibexa.co/rss/feed/blogs', - ], - 52 => [ - 'created' => '1311154185', - 'id' => '64', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '7c1f530d6ad202571f22cc8c606bb83c', - 'url' => 'http://share.ibexa.co/rss/feed/forums_developer', - ], - 53 => [ - 'created' => '1311154185', - 'id' => '65', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'aedc6546cbc245956ca72a0f210bd685', - 'url' => 'http://share.ibexa.co/rss/feed/forums_discussions', - ], - 54 => [ - 'created' => '1311154185', - 'id' => '66', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '06b3b46ac8297015c7cc1b4059ffd296', - 'url' => 'http://share.ibexa.co/rss/feed/forums_extensions', - ], - 55 => [ - 'created' => '1311154185', - 'id' => '67', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'bdbaed15beb6ef757854ee3cd8fef0c2', - 'url' => 'http://share.ibexa.co/rss/feed/forums_feedback', - ], - 56 => [ - 'created' => '1311154185', - 'id' => '68', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '41c2346efe6f237fc71a71a5c5be7157', - 'url' => 'http://share.ibexa.co/rss/feed/forums_general', - ], - 57 => [ - 'created' => '1311154185', - 'id' => '69', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '075ff7cbbd7d64d25ba70ba8dbcc2247', - 'url' => 'http://share.ibexa.co/rss/feed/forums_install_and_configuration', - ], - 58 => [ - 'created' => '1311154185', - 'id' => '70', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '60eb4cded3c2b0f8034179ea8cc78433', - 'url' => 'http://share.ibexa.co/rss/feed/forums_setup_and_design', - ], - 59 => [ - 'created' => '1311154185', - 'id' => '71', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '3ac4e53a5c5c4c40cdc7730f004fd1fc', - 'url' => 'http://share.ibexa.co/rss/feed/forums_suggestions', - ], - 60 => [ - 'created' => '1311154185', - 'id' => '72', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'f36ea06615ae2bda0c494c730a17d4c5', - 'url' => 'http://share.ibexa.co/rss/feed/forums_translation', - ], - 61 => [ - 'created' => '1311154185', - 'id' => '73', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'b8d97968cb3fea3a251ff6643d78b8c9', - 'url' => 'http://share.ibexa.co/rss/feed/projects', - ], - 62 => [ - 'created' => '1311154185', - 'id' => '74', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'acf1e2178ee6e59b2f8c031d65dcce90', - 'url' => 'http://twitter.com/i_robin/cms-ezpublish/members', - ], - 63 => [ - 'created' => '1311154185', - 'id' => '75', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '0b9ae77a639ec82e4df27faa42105d13', - 'url' => 'https://wave.google.com/', - ], - 64 => [ - 'created' => '1311154185', - 'id' => '76', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'ec662565f30cac29d1c5e8b92fcf36db', - 'url' => 'http://share.ibexa.co/forums/general/ibexa-dxp-on-google-wave', - ], - 65 => [ - 'created' => '1311154185', - 'id' => '77', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '9fd5c2ca7e61e4e632fc5087ab478c48', - 'url' => 'http://projects.ibexa.co/', - ], - 66 => [ - 'created' => '1311154185', - 'id' => '78', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '09db4900415016354a0c46afa142f5bb', - 'url' => 'http://ezpedia.org/', - ], - 67 => [ - 'created' => '1311154185', - 'id' => '79', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '887dd7ce7eca08e453cd6e1809e2050c', - 'url' => 'http://pubsvn.ibexa.co/doxygen/trunk/html/index.html', - ], - 68 => [ - 'created' => '1311154185', - 'id' => '80', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'df591da8b03b6a34c7b65db9444d7404', - 'url' => 'http://incubator.apache.org/zetacomponents/documentation/overview.html', - ], - 69 => [ - 'created' => '1311154185', - 'id' => '81', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '52b043bcd64a2d3e5ceca70ac3f94834', - 'url' => 'http://issues.ibexa.co/ezpublish', - ], - 70 => [ - 'created' => '1311154185', - 'id' => '82', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '88c4142410b68a1216890e1e9f375521', - 'url' => 'http://share.ibexa.co/github.com/ezsystems/ezpublish', - ], - 71 => [ - 'created' => '1311154185', - 'id' => '83', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => '34822fe97d42d592f378247b5058e48d', - 'url' => 'http://projects.ibexa.co/ezpublish_translation', - ], - 72 => [ - 'created' => '1311154185', - 'id' => '84', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154185', - 'original_url_md5' => 'd2a07a3cf059b5ebe90629b817558a2c', - 'url' => 'http://ibexa.co/ezfind', - ], - 73 => [ - 'created' => '1311154187', - 'id' => '85', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154187', - 'original_url_md5' => '73bbbe9943f1196c0282d5ed8467e003', - 'url' => 'http://ibexa.co/support_and_services/ibexa_premium', - ], - 74 => [ - 'created' => '1311154189', - 'id' => '86', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154189', - 'original_url_md5' => '443aa8489b0f6bedb1240fa4011694c9', - 'url' => 'http://ibexa.co/doc/ibexa/technical_manual/4_0/templates/the_template_override_system', - ], - 75 => [ - 'created' => '1311154189', - 'id' => '87', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154189', - 'original_url_md5' => '903fb32b3f6da9ad8248504573e3720c', - 'url' => 'http://ibexa.co/developer/contribs/site_styles', - ], - 76 => [ - 'created' => '1311154189', - 'id' => '88', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154189', - 'original_url_md5' => '7df50136b3e6e49601ec8f532a88f5fe', - 'url' => 'http://ibexa.co/ezcomponents', - ], - 77 => [ - 'created' => '1311154189', - 'id' => '89', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154189', - 'original_url_md5' => 'f7f365668e85a3db20b7e06c08274b2a', - 'url' => 'http://ibexa.co/developer/contribs', - ], - 78 => [ - 'created' => '1311154189', - 'id' => '90', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154189', - 'original_url_md5' => 'dcb82187a67e73527dc5d329a08047c2', - 'url' => 'http://subversion.tigris.org/', - ], - 79 => [ - 'created' => '1311154189', - 'id' => '91', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154189', - 'original_url_md5' => 'ece220e6b2e68a2e29c48ebfdd0b0219', - 'url' => 'http://www.eclipse.org/', - ], - 80 => [ - 'created' => '1311154189', - 'id' => '92', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154189', - 'original_url_md5' => 'fb671b9761b2f65a0f7593c04353106b', - 'url' => 'http://www.phpedit.com/', - ], - 81 => [ - 'created' => '1311154190', - 'id' => '93', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154190', - 'original_url_md5' => '712f33e020d970504ca0d2920d073f02', - 'url' => 'http://share.ibexa.co/tutorials/ibexa-dxp/lots-of-websites-one-ibexa-dxp-installation-adding-siteaccesses-in-ibexa-dxp', - ], - 82 => [ - 'created' => '1311154190', - 'id' => '94', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154190', - 'original_url_md5' => '310e82187fcbd4541666b13bf4067f34', - 'url' => 'http://granitehorizon.com/', - ], - 83 => [ - 'created' => '1311154194', - 'id' => '95', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154194', - 'original_url_md5' => '847310eb455f9ae37cb56962213c491d', - 'url' => 'http://www.example.com', - ], - 84 => [ - 'created' => '1311154194', - 'id' => '96', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154194', - 'original_url_md5' => '14dd0f15e926472fc3a98c8b9210fe37', - 'url' => 'http://www.example.com/index.html', - ], - 85 => [ - 'created' => '1311154205', - 'id' => '97', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154205', - 'original_url_md5' => 'd2be3bb903b0b7de8303dfea1cada332', - 'url' => 'http://ibexa.co/ezpublish', - ], - 86 => [ - 'created' => '1311154205', - 'id' => '98', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154205', - 'original_url_md5' => '81a3c8f41320d5b9bf4a8a006551918f', - 'url' => 'http://ibexa.co/ezpublish/use_ibexa', - ], - 87 => [ - 'created' => '1311154205', - 'id' => '99', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154205', - 'original_url_md5' => '00de4d3b098fa1640787b233185d1129', - 'url' => 'http://ibexa.co/solutions/digital_media/online_magazines', - ], - 88 => [ - 'created' => '1311154205', - 'id' => '100', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154205', - 'original_url_md5' => '0e4becdbf18714aaa1d7c63ccf2118ac', - 'url' => 'http://ibexa.co/solutions/digital_media/online_newspapers', - ], - 89 => [ - 'created' => '1311154205', - 'id' => '101', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154205', - 'original_url_md5' => 'c6d6e36c5db2942e6a6cca1bfcfc17c8', - 'url' => 'http://ibexa.co/solutions/community_portal', - ], - 90 => [ - 'created' => '1311154205', - 'id' => '102', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154205', - 'original_url_md5' => 'fc218c4dd363b2845f79379fecb92f08', - 'url' => 'http://ibexa.co/developer', - ], - 91 => [ - 'created' => '1311154210', - 'id' => '103', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154210', - 'original_url_md5' => 'b906332d411e5325f9b7fd14c3845f54', - 'url' => 'http://ibexa.co/ezpublish/develop_with_ibexa', - ], - 92 => [ - 'created' => '1311154211', - 'id' => '104', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154211', - 'original_url_md5' => 'f1777111f5d0f1c81ffa04de751128fa', - 'url' => 'http://www.example.com/', - ], - 93 => [ - 'created' => '1311154215', - 'id' => '105', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154215', - 'original_url_md5' => '9b492048041e95b32de08bafc86d759b', - 'url' => '/content/view/sitemap/2', - ], - 94 => [ - 'created' => '1311154215', - 'id' => '106', - 'is_valid' => '1', - 'last_checked' => '0', - 'modified' => '1311154215', - 'original_url_md5' => 'c86bcb109d8e70f9db65c803baafd550', - 'url' => '/content/view/tagcloud/2', - ], - ], - UrlDoctrineDatabase::URL_LINK_TABLE => [ - 0 => [ - 'contentobject_attribute_id' => '245', - 'contentobject_attribute_version' => '1', - 'url_id' => '23', - ], - 1 => [ - 'contentobject_attribute_id' => '245', - 'contentobject_attribute_version' => '1', - 'url_id' => '24', - ], - 2 => [ - 'contentobject_attribute_id' => '565', - 'contentobject_attribute_version' => '1', - 'url_id' => '16', - ], - 3 => [ - 'contentobject_attribute_id' => '565', - 'contentobject_attribute_version' => '1', - 'url_id' => '17', - ], - 4 => [ - 'contentobject_attribute_id' => '565', - 'contentobject_attribute_version' => '1', - 'url_id' => '18', - ], - 5 => [ - 'contentobject_attribute_id' => '565', - 'contentobject_attribute_version' => '1', - 'url_id' => '13', - ], - 6 => [ - 'contentobject_attribute_id' => '565', - 'contentobject_attribute_version' => '1', - 'url_id' => '19', - ], - 7 => [ - 'contentobject_attribute_id' => '565', - 'contentobject_attribute_version' => '1', - 'url_id' => '14', - ], - 8 => [ - 'contentobject_attribute_id' => '565', - 'contentobject_attribute_version' => '1', - 'url_id' => '15', - ], - 9 => [ - 'contentobject_attribute_id' => '565', - 'contentobject_attribute_version' => '1', - 'url_id' => '20', - ], - 10 => [ - 'contentobject_attribute_id' => '565', - 'contentobject_attribute_version' => '1', - 'url_id' => '21', - ], - 11 => [ - 'contentobject_attribute_id' => '565', - 'contentobject_attribute_version' => '1', - 'url_id' => '22', - ], - 12 => [ - 'contentobject_attribute_id' => '577', - 'contentobject_attribute_version' => '1', - 'url_id' => '25', - ], - 13 => [ - 'contentobject_attribute_id' => '577', - 'contentobject_attribute_version' => '1', - 'url_id' => '26', - ], - 14 => [ - 'contentobject_attribute_id' => '577', - 'contentobject_attribute_version' => '1', - 'url_id' => '27', - ], - 15 => [ - 'contentobject_attribute_id' => '577', - 'contentobject_attribute_version' => '1', - 'url_id' => '28', - ], - 16 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '29', - ], - 17 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '30', - ], - 18 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '25', - ], - 19 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '31', - ], - 20 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '32', - ], - 21 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '33', - ], - 22 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '34', - ], - 23 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '35', - ], - 24 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '36', - ], - 25 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '37', - ], - 26 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '38', - ], - 27 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '39', - ], - 28 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '40', - ], - 29 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '41', - ], - 30 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '42', - ], - 31 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '43', - ], - 32 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '44', - ], - 33 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '45', - ], - 34 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '46', - ], - 35 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '47', - ], - 36 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '48', - ], - 37 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '49', - ], - 38 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '50', - ], - 39 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '51', - ], - 40 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '52', - ], - 41 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '53', - ], - 42 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '54', - ], - 43 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '55', - ], - 44 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '56', - ], - 45 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '57', - ], - 46 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '58', - ], - 47 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '59', - ], - 48 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '60', - ], - 49 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '61', - ], - 50 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '62', - ], - 51 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '63', - ], - 52 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '64', - ], - 53 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '65', - ], - 54 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '66', - ], - 55 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '67', - ], - 56 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '68', - ], - 57 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '69', - ], - 58 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '70', - ], - 59 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '71', - ], - 60 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '72', - ], - 61 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '73', - ], - 62 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '27', - ], - 63 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '74', - ], - 64 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '28', - ], - 65 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '75', - ], - 66 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '76', - ], - 67 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '77', - ], - 68 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '9', - ], - 69 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '78', - ], - 70 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '79', - ], - 71 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '80', - ], - 72 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '81', - ], - 73 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '82', - ], - 74 => [ - 'contentobject_attribute_id' => '578', - 'contentobject_attribute_version' => '1', - 'url_id' => '83', - ], - 75 => [ - 'contentobject_attribute_id' => '590', - 'contentobject_attribute_version' => '1', - 'url_id' => '84', - ], - 76 => [ - 'contentobject_attribute_id' => '638', - 'contentobject_attribute_version' => '1', - 'url_id' => '85', - ], - 77 => [ - 'contentobject_attribute_id' => '682', - 'contentobject_attribute_version' => '1', - 'url_id' => '86', - ], - 78 => [ - 'contentobject_attribute_id' => '682', - 'contentobject_attribute_version' => '1', - 'url_id' => '87', - ], - 79 => [ - 'contentobject_attribute_id' => '682', - 'contentobject_attribute_version' => '1', - 'url_id' => '88', - ], - 80 => [ - 'contentobject_attribute_id' => '682', - 'contentobject_attribute_version' => '1', - 'url_id' => '89', - ], - 81 => [ - 'contentobject_attribute_id' => '682', - 'contentobject_attribute_version' => '1', - 'url_id' => '90', - ], - 82 => [ - 'contentobject_attribute_id' => '682', - 'contentobject_attribute_version' => '1', - 'url_id' => '91', - ], - 83 => [ - 'contentobject_attribute_id' => '682', - 'contentobject_attribute_version' => '1', - 'url_id' => '92', - ], - 84 => [ - 'contentobject_attribute_id' => '702', - 'contentobject_attribute_version' => '1', - 'url_id' => '93', - ], - 85 => [ - 'contentobject_attribute_id' => '702', - 'contentobject_attribute_version' => '1', - 'url_id' => '94', - ], - 86 => [ - 'contentobject_attribute_id' => '821', - 'contentobject_attribute_version' => '1', - 'url_id' => '95', - ], - 87 => [ - 'contentobject_attribute_id' => '821', - 'contentobject_attribute_version' => '1', - 'url_id' => '96', - ], - 88 => [ - 'contentobject_attribute_id' => '849', - 'contentobject_attribute_version' => '1', - 'url_id' => '18', - ], - 89 => [ - 'contentobject_attribute_id' => '1105', - 'contentobject_attribute_version' => '1', - 'url_id' => '97', - ], - 90 => [ - 'contentobject_attribute_id' => '1105', - 'contentobject_attribute_version' => '1', - 'url_id' => '98', - ], - 91 => [ - 'contentobject_attribute_id' => '1105', - 'contentobject_attribute_version' => '1', - 'url_id' => '99', - ], - 92 => [ - 'contentobject_attribute_id' => '1105', - 'contentobject_attribute_version' => '1', - 'url_id' => '100', - ], - 93 => [ - 'contentobject_attribute_id' => '1105', - 'contentobject_attribute_version' => '1', - 'url_id' => '101', - ], - 94 => [ - 'contentobject_attribute_id' => '1105', - 'contentobject_attribute_version' => '1', - 'url_id' => '102', - ], - 95 => [ - 'contentobject_attribute_id' => '1121', - 'contentobject_attribute_version' => '1', - 'url_id' => '98', - ], - 96 => [ - 'contentobject_attribute_id' => '1121', - 'contentobject_attribute_version' => '1', - 'url_id' => '84', - ], - 97 => [ - 'contentobject_attribute_id' => '1165', - 'contentobject_attribute_version' => '1', - 'url_id' => '85', - ], - 98 => [ - 'contentobject_attribute_id' => '1209', - 'contentobject_attribute_version' => '1', - 'url_id' => '103', - ], - 99 => [ - 'contentobject_attribute_id' => '1209', - 'contentobject_attribute_version' => '1', - 'url_id' => '86', - ], - 100 => [ - 'contentobject_attribute_id' => '1209', - 'contentobject_attribute_version' => '1', - 'url_id' => '87', - ], - 101 => [ - 'contentobject_attribute_id' => '1209', - 'contentobject_attribute_version' => '1', - 'url_id' => '88', - ], - 102 => [ - 'contentobject_attribute_id' => '1209', - 'contentobject_attribute_version' => '1', - 'url_id' => '89', - ], - 103 => [ - 'contentobject_attribute_id' => '1209', - 'contentobject_attribute_version' => '1', - 'url_id' => '90', - ], - 104 => [ - 'contentobject_attribute_id' => '1209', - 'contentobject_attribute_version' => '1', - 'url_id' => '91', - ], - 105 => [ - 'contentobject_attribute_id' => '1209', - 'contentobject_attribute_version' => '1', - 'url_id' => '92', - ], - 106 => [ - 'contentobject_attribute_id' => '1253', - 'contentobject_attribute_version' => '1', - 'url_id' => '104', - ], - 107 => [ - 'contentobject_attribute_id' => '1253', - 'contentobject_attribute_version' => '1', - 'url_id' => '96', - ], - 108 => [ - 'contentobject_attribute_id' => '1318', - 'contentobject_attribute_version' => '2', - 'url_id' => '105', - ], - 109 => [ - 'contentobject_attribute_id' => '1319', - 'contentobject_attribute_version' => '2', - 'url_id' => '106', - ], - ], - UrlAliasGateway::URL_ALIAS_TABLE => [ - 0 => [ - 'destination_url' => 'content/view/full/2', - 'forward_to_id' => '0', - 'id' => '12', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => 'd41d8cd98f00b204e9800998ecf8427e', - 'source_url' => '', - ], - 1 => [ - 'destination_url' => 'content/view/full/5', - 'forward_to_id' => '0', - 'id' => '13', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => '9bc65c2abec141778ffaa729489f3e87', - 'source_url' => 'users', - ], - 2 => [ - 'destination_url' => 'content/view/full/12', - 'forward_to_id' => '0', - 'id' => '15', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => '02d4e844e3a660857a3f81585995ffe1', - 'source_url' => 'users/guest_accounts', - ], - 3 => [ - 'destination_url' => 'content/view/full/13', - 'forward_to_id' => '0', - 'id' => '16', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => '1b1d79c16700fd6003ea7be233e754ba', - 'source_url' => 'users/administrator_users', - ], - 4 => [ - 'destination_url' => 'content/view/full/14', - 'forward_to_id' => '0', - 'id' => '17', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => '0bb9dd665c96bbc1cf36b79180786dea', - 'source_url' => 'users/editors', - ], - 5 => [ - 'destination_url' => 'content/view/full/15', - 'forward_to_id' => '0', - 'id' => '18', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => 'f1305ac5f327a19b451d82719e0c3f5d', - 'source_url' => 'users/administrator_users/administrator_user', - ], - 6 => [ - 'destination_url' => 'content/view/full/43', - 'forward_to_id' => '0', - 'id' => '20', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => '62933a2951ef01f4eafd9bdf4d3cd2f0', - 'source_url' => 'media', - ], - 7 => [ - 'destination_url' => 'content/view/full/44', - 'forward_to_id' => '0', - 'id' => '21', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => '3ae1aac958e1c82013689d917d34967a', - 'source_url' => 'users/anonymous_users', - ], - 8 => [ - 'destination_url' => 'content/view/full/45', - 'forward_to_id' => '0', - 'id' => '22', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => 'aad93975f09371695ba08292fd9698db', - 'source_url' => 'users/anonymous_users/anonymous_user', - ], - 9 => [ - 'destination_url' => 'content/view/full/48', - 'forward_to_id' => '0', - 'id' => '25', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => 'a0f848942ce863cf53c0fa6cc684007d', - 'source_url' => 'setup', - ], - 10 => [ - 'destination_url' => 'content/view/full/50', - 'forward_to_id' => '0', - 'id' => '27', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => 'c60212835de76414f9bfd21eecb8f221', - 'source_url' => 'foo_bar_folder/images/vbanner', - ], - 11 => [ - 'destination_url' => 'content/view/full/51', - 'forward_to_id' => '0', - 'id' => '28', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => '38985339d4a5aadfc41ab292b4527046', - 'source_url' => 'media/images', - ], - 12 => [ - 'destination_url' => 'content/view/full/52', - 'forward_to_id' => '0', - 'id' => '29', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => 'ad5a8c6f6aac3b1b9df267fe22e7aef6', - 'source_url' => 'media/files', - ], - 13 => [ - 'destination_url' => 'content/view/full/53', - 'forward_to_id' => '0', - 'id' => '30', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => '562a0ac498571c6c3529173184a2657c', - 'source_url' => 'media/multimedia', - ], - 14 => [ - 'destination_url' => 'content/view/full/54', - 'forward_to_id' => '0', - 'id' => '31', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => 'e501fe6c81ed14a5af2b322d248102d8', - 'source_url' => 'setup/common_ini_settings', - ], - 15 => [ - 'destination_url' => 'content/view/full/56', - 'forward_to_id' => '0', - 'id' => '32', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => '2dd3db5dc7122ea5f3ee539bb18fe97d', - 'source_url' => 'design/ibexa', - ], - 16 => [ - 'destination_url' => 'content/view/full/58', - 'forward_to_id' => '0', - 'id' => '33', - 'is_imported' => '1', - 'is_internal' => '1', - 'is_wildcard' => '0', - 'source_md5' => '31c13f47ad87dd7baa2d558a91e0fbb9', - 'source_url' => 'design', - ], - ], - UrlAliasGateway::TABLE => [ - 0 => [ - 'action' => 'nop:', - 'action_type' => 'nop', - 'alias_redirects' => '1', - 'id' => '14', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '14', - 'parent' => '0', - 'text' => 'foo_bar_folder', - 'text_md5' => '0288b6883046492fa92e4a84eb67acc9', - ], - 1 => [ - 'action' => 'eznode:67', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '206', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '3', - 'link' => '46', - 'parent' => '0', - 'text' => 'Home', - 'text_md5' => '106a6c241b8797f52e1e77317b96a201', - ], - 2 => [ - 'action' => 'eznode:67', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '46', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '46', - 'parent' => '0', - 'text' => 'Ibexa', - 'text_md5' => '10e4c3cb527fb9963258469986c16240', - ], - 3 => [ - 'action' => 'eznode:58', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '25', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '25', - 'parent' => '0', - 'text' => 'Design', - 'text_md5' => '31c13f47ad87dd7baa2d558a91e0fbb9', - ], - 4 => [ - 'action' => 'eznode:96', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '75', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '75', - 'parent' => '0', - 'text' => 'Support', - 'text_md5' => '434990c8a25d2be94863561ae98bd682', - ], - 5 => [ - 'action' => 'eznode:48', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '13', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '13', - 'parent' => '0', - 'text' => 'Setup2', - 'text_md5' => '475e97c0146bfb1c490339546d9e72ee', - ], - 6 => [ - 'action' => 'nop:', - 'action_type' => 'nop', - 'alias_redirects' => '1', - 'id' => '17', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '17', - 'parent' => '0', - 'text' => 'media2', - 'text_md5' => '50e2736330de124f6edea9b008556fe6', - ], - 7 => [ - 'action' => 'eznode:43', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '9', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '9', - 'parent' => '0', - 'text' => 'Media', - 'text_md5' => '62933a2951ef01f4eafd9bdf4d3cd2f0', - ], - 8 => [ - 'action' => 'nop:', - 'action_type' => 'nop', - 'alias_redirects' => '1', - 'id' => '21', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '21', - 'parent' => '0', - 'text' => 'setup3', - 'text_md5' => '732cefcf28bf4547540609fb1a786a30', - ], - 9 => [ - 'action' => 'eznode:156', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '135', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '135', - 'parent' => '0', - 'text' => 'Partners', - 'text_md5' => '7896f8fa69398c56d86a65357615c41f', - ], - 10 => [ - 'action' => 'eznode:153', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '132', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '132', - 'parent' => '0', - 'text' => 'Ibexa-Enterprise', - 'text_md5' => '78e494fbf5158218fd054fcd2cf9d849', - ], - 11 => [ - 'action' => 'eznode:167', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '146', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '146', - 'parent' => '0', - 'text' => 'Community', - 'text_md5' => '82df41632da476065ce2997900554442', - ], - 12 => [ - 'action' => 'eznode:69', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '48', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '48', - 'parent' => '0', - 'text' => 'Products', - 'text_md5' => '86024cad1e83101d97359d7351051156', - ], - 13 => [ - 'action' => 'nop:', - 'action_type' => 'nop', - 'alias_redirects' => '1', - 'id' => '3', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '3', - 'parent' => '0', - 'text' => 'users2', - 'text_md5' => '86425c35a33507d479f71ade53a669aa', - ], - 14 => [ - 'action' => 'eznode:77', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '56', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '56', - 'parent' => '0', - 'text' => 'Solutions', - 'text_md5' => '8692fc447f13b2256b0b4e381de7f382', - ], - 15 => [ - 'action' => 'eznode:107', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '86', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '86', - 'parent' => '0', - 'text' => 'Getting-started', - 'text_md5' => '8e0aab8c77d7ef1b836d9c16e5c062b3', - ], - 16 => [ - 'action' => 'eznode:190', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '169', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '169', - 'parent' => '0', - 'text' => 'Company', - 'text_md5' => '93c731f1c3a84ef05cd54d044c379eaa', - ], - 17 => [ - 'action' => 'eznode:5', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '2', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '2', - 'parent' => '0', - 'text' => 'Users', - 'text_md5' => '9bc65c2abec141778ffaa729489f3e87', - ], - 18 => [ - 'action' => 'eznode:86', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '65', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '65', - 'parent' => '0', - 'text' => 'Training', - 'text_md5' => 'c185ddac8b5a8f5aa23c5b80bc12d214', - ], - 19 => [ - 'action' => 'eznode:2', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '1', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '1', - 'parent' => '0', - 'text' => '', - 'text_md5' => 'd41d8cd98f00b204e9800998ecf8427e', - ], - 20 => [ - 'action' => 'eznode:227', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '207', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '207', - 'parent' => '2', - 'text' => 'Partners', - 'text_md5' => '7896f8fa69398c56d86a65357615c41f', - ], - 21 => [ - 'action' => 'eznode:14', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '6', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '6', - 'parent' => '2', - 'text' => 'Editors', - 'text_md5' => 'a147e136bfa717592f2bd70bd4b53b17', - ], - 22 => [ - 'action' => 'eznode:44', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '10', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '10', - 'parent' => '2', - 'text' => 'Anonymous-Users', - 'text_md5' => 'c2803c3fa1b0b5423237b4e018cae755', - ], - 23 => [ - 'action' => 'eznode:12', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '4', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '4', - 'parent' => '2', - 'text' => 'Members', - 'text_md5' => 'd2e3083420929d8bfae81f58fa4594cb', - ], - 24 => [ - 'action' => 'eznode:12', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '208', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '3', - 'link' => '4', - 'parent' => '2', - 'text' => 'Guest-accounts', - 'text_md5' => 'e57843d836e3af8ab611fde9e2139b3a', - ], - 25 => [ - 'action' => 'eznode:13', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '5', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '5', - 'parent' => '2', - 'text' => 'Administrator-users', - 'text_md5' => 'f89fad7f8a3abc8c09e1deb46a420007', - ], - 26 => [ - 'action' => 'nop:', - 'action_type' => 'nop', - 'alias_redirects' => '1', - 'id' => '11', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '11', - 'parent' => '3', - 'text' => 'anonymous_users2', - 'text_md5' => '505e93077a6dde9034ad97a14ab022b1', - ], - 27 => [ - 'action' => 'eznode:12', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '26', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '0', - 'link' => '4', - 'parent' => '3', - 'text' => 'guest_accounts', - 'text_md5' => '70bb992820e73638731aa8de79b3329e', - ], - 28 => [ - 'action' => 'eznode:14', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '29', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '6', - 'parent' => '3', - 'text' => 'editors', - 'text_md5' => 'a147e136bfa717592f2bd70bd4b53b17', - ], - 29 => [ - 'action' => 'nop:', - 'action_type' => 'nop', - 'alias_redirects' => '1', - 'id' => '7', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '7', - 'parent' => '3', - 'text' => 'administrator_users2', - 'text_md5' => 'a7da338c20bf65f9f789c87296379c2a', - ], - 30 => [ - 'action' => 'eznode:13', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '27', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '5', - 'parent' => '3', - 'text' => 'administrator_users', - 'text_md5' => 'aeb8609aa933b0899aa012c71139c58c', - ], - 31 => [ - 'action' => 'eznode:44', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '30', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '10', - 'parent' => '3', - 'text' => 'anonymous_users', - 'text_md5' => 'e9e5ad0c05ee1a43715572e5cc545926', - ], - 32 => [ - 'action' => 'eznode:15', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '8', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '8', - 'parent' => '5', - 'text' => 'Administrator-User', - 'text_md5' => '5a9d7b0ec93173ef4fedee023209cb61', - ], - 33 => [ - 'action' => 'eznode:15', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '28', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '0', - 'link' => '8', - 'parent' => '7', - 'text' => 'administrator_user', - 'text_md5' => 'a3cca2de936df1e2f805710399989971', - ], - 34 => [ - 'action' => 'eznode:59', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '38', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '38', - 'parent' => '9', - 'text' => 'Banners', - 'text_md5' => '009a93317a248d0fbcd664b6fa5e79e8', - ], - 35 => [ - 'action' => 'eznode:53', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '20', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '20', - 'parent' => '9', - 'text' => 'Multimedia', - 'text_md5' => '2e5bc8831f7ae6a29530e7f1bbf2de9c', - ], - 36 => [ - 'action' => 'eznode:52', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '19', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '19', - 'parent' => '9', - 'text' => 'Files', - 'text_md5' => '45b963397aa40d4a0063e0d85e4fe7a1', - ], - 37 => [ - 'action' => 'eznode:51', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '18', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '18', - 'parent' => '9', - 'text' => 'Images', - 'text_md5' => '59b514174bffe4ae402b3d63aad79fe0', - ], - 38 => [ - 'action' => 'eznode:45', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '12', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '12', - 'parent' => '10', - 'text' => 'Anonymous-User', - 'text_md5' => 'ccb62ebca03a31272430bc414bd5cd5b', - ], - 39 => [ - 'action' => 'eznode:45', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '31', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '12', - 'parent' => '11', - 'text' => 'anonymous_user', - 'text_md5' => 'c593ec85293ecb0e02d50d4c5c6c20eb', - ], - 40 => [ - 'action' => 'eznode:54', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '22', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '22', - 'parent' => '13', - 'text' => 'Common-INI-settings', - 'text_md5' => '4434993ac013ae4d54bb1f51034d6401', - ], - 41 => [ - 'action' => 'nop:', - 'action_type' => 'nop', - 'alias_redirects' => '1', - 'id' => '15', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '15', - 'parent' => '14', - 'text' => 'images', - 'text_md5' => '59b514174bffe4ae402b3d63aad79fe0', - ], - 42 => [ - 'action' => 'eznode:50', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '16', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '16', - 'parent' => '15', - 'text' => 'vbanner', - 'text_md5' => 'c54e2d1b93642e280bdc5d99eab2827d', - ], - 43 => [ - 'action' => 'eznode:53', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '34', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '20', - 'parent' => '17', - 'text' => 'multimedia', - 'text_md5' => '2e5bc8831f7ae6a29530e7f1bbf2de9c', - ], - 44 => [ - 'action' => 'eznode:52', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '33', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '19', - 'parent' => '17', - 'text' => 'files', - 'text_md5' => '45b963397aa40d4a0063e0d85e4fe7a1', - ], - 45 => [ - 'action' => 'eznode:51', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '32', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '18', - 'parent' => '17', - 'text' => 'images', - 'text_md5' => '59b514174bffe4ae402b3d63aad79fe0', - ], - 46 => [ - 'action' => 'eznode:68', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '47', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '47', - 'parent' => '18', - 'text' => 'rest_api', - 'text_md5' => '8c89749bf64fee88444aa8175453348e', - ], - 47 => [ - 'action' => 'eznode:54', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '35', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '1', - 'link' => '22', - 'parent' => '21', - 'text' => 'common_ini_settings', - 'text_md5' => 'e59d6834e86cee752ed841f9cd8d5baf', - ], - 48 => [ - 'action' => 'eznode:56', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '37', - 'is_alias' => '0', - 'is_original' => '0', - 'lang_mask' => '2', - 'link' => '24', - 'parent' => '25', - 'text' => 'Ibexa', - 'text_md5' => '10e4c3cb527fb9963258469986c16240', - ], - 49 => [ - 'action' => 'eznode:56', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '24', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '24', - 'parent' => '25', - 'text' => 'Plain-site', - 'text_md5' => '49a39d99a955d95aa5d636275656a07a', - ], - 50 => [ - 'action' => 'eznode:64', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '43', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '43', - 'parent' => '38', - 'text' => 'Pencils-Support', - 'text_md5' => '02b09f8b411c005ccc3110b0b414ec15', - ], - 51 => [ - 'action' => 'eznode:60', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '39', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '39', - 'parent' => '38', - 'text' => 'Woman-Communities', - 'text_md5' => '4d3c019d9d41ad5272a503a5ce448126', - ], - 52 => [ - 'action' => 'eznode:63', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '42', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '42', - 'parent' => '38', - 'text' => 'Woman-Partners', - 'text_md5' => '7274b801dd70280c859e2dda6d4eae72', - ], - 53 => [ - 'action' => 'eznode:65', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '44', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '44', - 'parent' => '38', - 'text' => 'Woman-Training', - 'text_md5' => 'b7693d4e390abf68394e4b612fd322ec', - ], - 54 => [ - 'action' => 'eznode:61', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '40', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '40', - 'parent' => '38', - 'text' => 'Woman-Frontpage', - 'text_md5' => 'd4827a8bdeea0af607292053c9771d3a', - ], - 55 => [ - 'action' => 'eznode:62', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '41', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '41', - 'parent' => '38', - 'text' => 'Woman-Products', - 'text_md5' => 'e93019e7e0839625b0b6627ad50147e9', - ], - 56 => [ - 'action' => 'eznode:66', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '45', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '45', - 'parent' => '38', - 'text' => 'Woman-Solutions', - 'text_md5' => 'f12b59c52ee7cd2e125cb5f66d15c0a3', - ], - 57 => [ - 'action' => 'eznode:72', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '51', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '51', - 'parent' => '48', - 'text' => 'Boxes', - 'text_md5' => '549857591ffc4a3191221204b0cbafce', - ], - 58 => [ - 'action' => 'eznode:70', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '49', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '49', - 'parent' => '48', - 'text' => 'Software', - 'text_md5' => 'f9fa10ba956cacf91d7878861139efb9', - ], - 59 => [ - 'action' => 'eznode:76', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '55', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '55', - 'parent' => '48', - 'text' => 'Products-sheets', - 'text_md5' => 'fbbb083b13c90341e576defbe20f54f3', - ], - 60 => [ - 'action' => 'eznode:71', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '50', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '50', - 'parent' => '49', - 'text' => 'OS-Type-I', - 'text_md5' => '250d574820b3ecfbeb307f3e073179db', - ], - 61 => [ - 'action' => 'eznode:74', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '53', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '53', - 'parent' => '51', - 'text' => 'CD-DVD-Box-II', - 'text_md5' => '85af1d9ca89a0ca29c4addf04c54f053', - ], - 62 => [ - 'action' => 'eznode:75', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '54', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '54', - 'parent' => '51', - 'text' => 'CD-DVD-Box-III', - 'text_md5' => '97e029e0e72b6e55799230d12de7d86a', - ], - 63 => [ - 'action' => 'eznode:73', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '52', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '52', - 'parent' => '51', - 'text' => 'CD-DVD-Box-I', - 'text_md5' => 'd8fd499f98da09f6b5850612e7cac98f', - ], - 64 => [ - 'action' => 'eznode:82', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '61', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '61', - 'parent' => '56', - 'text' => 'Content-management', - 'text_md5' => '38421df494f94c7a781768ad80d47e08', - ], - 65 => [ - 'action' => 'eznode:78', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '57', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '57', - 'parent' => '56', - 'text' => 'Web-publishing', - 'text_md5' => 'd25e148042d89f2d71b039604e6289e1', - ], - 66 => [ - 'action' => 'eznode:79', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '58', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '58', - 'parent' => '57', - 'text' => 'Fusce-sagittis-sagittis', - 'text_md5' => '00e7bd4225fade21c827a48fb479638b', - ], - 67 => [ - 'action' => 'eznode:80', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '59', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '59', - 'parent' => '57', - 'text' => 'Etiam-posuere-sodales-arcu', - 'text_md5' => '79a438615b1efc3666bfcadee4964ea6', - ], - 68 => [ - 'action' => 'eznode:81', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '60', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '60', - 'parent' => '57', - 'text' => 'In-hac-habitasse-platea', - 'text_md5' => '7b22cf1832d59030f79c9bc9ed8757ec', - ], - 69 => [ - 'action' => 'eznode:85', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '64', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '64', - 'parent' => '61', - 'text' => 'Aenean-malesuada-ligula', - 'text_md5' => '3ad0d7d4ec39e62d206d130d5a38fb3c', - ], - 70 => [ - 'action' => 'eznode:83', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '62', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '62', - 'parent' => '61', - 'text' => 'Fusce-sagittis-sagittis-urna', - 'text_md5' => 'cf04c01a0db46371c0ec58f83913a75a', - ], - 71 => [ - 'action' => 'eznode:84', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '63', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '63', - 'parent' => '61', - 'text' => 'Class-aptent-taciti-sociosqu', - 'text_md5' => 'f5923fce9089f79bb188a270c3c1e35e', - ], - 72 => [ - 'action' => 'eznode:88', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '67', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '67', - 'parent' => '65', - 'text' => 'Professional-workshops', - 'text_md5' => '17ca6c4dd8673f95a10b8f8702b4cd7a', - ], - 73 => [ - 'action' => 'eznode:94', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '73', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '73', - 'parent' => '65', - 'text' => 'Instructor-led-courses', - 'text_md5' => 'a3304e4e6f7be353856f3369f091c65f', - ], - 74 => [ - 'action' => 'eznode:93', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '72', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '72', - 'parent' => '65', - 'text' => 'Self-paced-courses', - 'text_md5' => 'e7d1abade2d88e9c20cfe335e518b431', - ], - 75 => [ - 'action' => 'eznode:87', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '66', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '66', - 'parent' => '65', - 'text' => 'Certification', - 'text_md5' => 'f1fd1913c968a1c383c88631e335a7ca', - ], - 76 => [ - 'action' => 'eznode:95', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '74', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '74', - 'parent' => '65', - 'text' => 'Additional-learning-resources', - 'text_md5' => 'f9f0c2468a9258ef91aab2048d203f73', - ], - 77 => [ - 'action' => 'eznode:92', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '71', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '71', - 'parent' => '65', - 'text' => 'Events-and-seminars', - 'text_md5' => 'ff3fa85ac5928a98619f528d3eedce90', - ], - 78 => [ - 'action' => 'eznode:91', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '70', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '70', - 'parent' => '67', - 'text' => 'Duis-auctor-vehicula-erat', - 'text_md5' => '3ef0334d886546d91b9852ecd91222d5', - ], - 79 => [ - 'action' => 'eznode:89', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '68', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '68', - 'parent' => '67', - 'text' => 'Etiam-sodales-mauris', - 'text_md5' => '70bdebdab8ae2d9f9015d92e3fde5047', - ], - 80 => [ - 'action' => 'eznode:90', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '69', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '69', - 'parent' => '67', - 'text' => 'Class-aptent-taciti', - 'text_md5' => 'd981acdcf5470d59409fe56d063e664e', - ], - 81 => [ - 'action' => 'eznode:100', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '79', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '79', - 'parent' => '75', - 'text' => 'Documentation', - 'text_md5' => '55876228853abf632dec9346a4f372ec', - ], - 82 => [ - 'action' => 'eznode:103', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '82', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '82', - 'parent' => '75', - 'text' => 'Books', - 'text_md5' => '7d8949bcbf85067fceda9f84a6affb6b', - ], - 83 => [ - 'action' => 'eznode:105', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '84', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '84', - 'parent' => '75', - 'text' => 'Customer-Service', - 'text_md5' => 'a0a888983c63ac9314760c19ec388e98', - ], - 84 => [ - 'action' => 'eznode:97', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '76', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '76', - 'parent' => '75', - 'text' => 'Knowledgebase', - 'text_md5' => 'c08500cb9b12178780fd9d10e43e8c2c', - ], - 85 => [ - 'action' => 'eznode:106', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '85', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '85', - 'parent' => '75', - 'text' => 'Support-Programs', - 'text_md5' => 'db36d48a3ab46217ec8e04e45cd2d602', - ], - 86 => [ - 'action' => 'eznode:98', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '77', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '77', - 'parent' => '76', - 'text' => 'Sed-suscipit', - 'text_md5' => 'c575fcd3c4f52e291be31001f0be746d', - ], - 87 => [ - 'action' => 'eznode:99', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '78', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '78', - 'parent' => '77', - 'text' => 'Ut-interdum', - 'text_md5' => 'd660c96c943a7b209026a5299017e30e', - ], - 88 => [ - 'action' => 'eznode:101', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '80', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '80', - 'parent' => '79', - 'text' => 'Mauris-pretium', - 'text_md5' => '2cb1f21692386d6320508524cc9e17d0', - ], - 89 => [ - 'action' => 'eznode:102', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '81', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '81', - 'parent' => '80', - 'text' => 'Aliquam-posuere', - 'text_md5' => 'e33a924443b843bd58dbf2fd68970eb9', - ], - 90 => [ - 'action' => 'eznode:104', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '83', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '83', - 'parent' => '82', - 'text' => 'Aliquam-pulvinar-suscipit-tellus', - 'text_md5' => '87e89d85bb2cfc953010b82b1cb87e29', - ], - 91 => [ - 'action' => 'eznode:132', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '111', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '111', - 'parent' => '86', - 'text' => 'Adding-Siteaccesses-in-Ibexa', - 'text_md5' => '0ca9baa4f34c27e2b5bb8a6e01bc61f4', - ], - 92 => [ - 'action' => 'eznode:109', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '88', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '88', - 'parent' => '86', - 'text' => 'Get-involved', - 'text_md5' => '347be5828acf2a97e192382ee6af3dba', - ], - 93 => [ - 'action' => 'eznode:120', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '99', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '99', - 'parent' => '86', - 'text' => 'How-to-manage-Ibexa', - 'text_md5' => '38f227f027d9b66fa32a1b7fd09102b0', - ], - 94 => [ - 'action' => 'eznode:108', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '87', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '87', - 'parent' => '86', - 'text' => 'Tutorials-for', - 'text_md5' => '72dbc9d48afde53c38ed5cf16a349120', - ], - 95 => [ - 'action' => 'eznode:110', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '89', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '89', - 'parent' => '86', - 'text' => 'How-to-use-Ibexa', - 'text_md5' => '7bf161f3ad9b79be40262c807b42c901', - ], - 96 => [ - 'action' => 'eznode:129', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '108', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '108', - 'parent' => '86', - 'text' => 'How-to-develop-with-Ibexa', - 'text_md5' => 'bca34b10b4bf19a49be18802a0cb873a', - ], - 97 => [ - 'action' => 'eznode:133', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '112', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '112', - 'parent' => '86', - 'text' => 'New-features', - 'text_md5' => 'cc9126674839b9487fb129b5d0b0ad1e', - ], - 98 => [ - 'action' => 'eznode:112', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '91', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '91', - 'parent' => '89', - 'text' => 'graphics12', - 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', - ], - 99 => [ - 'action' => 'eznode:119', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '98', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '98', - 'parent' => '89', - 'text' => 'graphics19', - 'text_md5' => '4e6a663c72ced62de03f2a1a96bc2ecd', - ], - 100 => [ - 'action' => 'eznode:115', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '94', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '94', - 'parent' => '89', - 'text' => 'graphics15', - 'text_md5' => '61e79c2eccea43ec347f4eee56414c33', - ], - 101 => [ - 'action' => 'eznode:114', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '93', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '93', - 'parent' => '89', - 'text' => 'graphics14', - 'text_md5' => '7d34fc6fcdf4f232bc665372e1ff1344', - ], - 102 => [ - 'action' => 'eznode:113', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '92', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '92', - 'parent' => '89', - 'text' => 'graphics13', - 'text_md5' => '8d654d2defb9d757fbb877b1193acdf3', - ], - 103 => [ - 'action' => 'eznode:111', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '90', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '90', - 'parent' => '89', - 'text' => 'graphics1', - 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', - ], - 104 => [ - 'action' => 'eznode:118', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '97', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '97', - 'parent' => '89', - 'text' => 'graphics18', - 'text_md5' => 'adde965cffe4369cc9ff607df18e0882', - ], - 105 => [ - 'action' => 'eznode:117', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '96', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '96', - 'parent' => '89', - 'text' => 'graphics17', - 'text_md5' => 'cb1d79b99e01b5ff38f5f4b59677c07b', - ], - 106 => [ - 'action' => 'eznode:116', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '95', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '95', - 'parent' => '89', - 'text' => 'graphics16', - 'text_md5' => 'e170fb75d04e8fa4dfe0c60d428a2b91', - ], - 107 => [ - 'action' => 'eznode:122', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '101', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '101', - 'parent' => '99', - 'text' => 'graphics12', - 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', - ], - 108 => [ - 'action' => 'eznode:125', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '104', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '104', - 'parent' => '99', - 'text' => 'graphics15', - 'text_md5' => '61e79c2eccea43ec347f4eee56414c33', - ], - 109 => [ - 'action' => 'eznode:124', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '103', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '103', - 'parent' => '99', - 'text' => 'graphics14', - 'text_md5' => '7d34fc6fcdf4f232bc665372e1ff1344', - ], - 110 => [ - 'action' => 'eznode:123', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '102', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '102', - 'parent' => '99', - 'text' => 'graphics13', - 'text_md5' => '8d654d2defb9d757fbb877b1193acdf3', - ], - 111 => [ - 'action' => 'eznode:121', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '100', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '100', - 'parent' => '99', - 'text' => 'graphics1', - 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', - ], - 112 => [ - 'action' => 'eznode:128', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '107', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '107', - 'parent' => '99', - 'text' => 'graphics18', - 'text_md5' => 'adde965cffe4369cc9ff607df18e0882', - ], - 113 => [ - 'action' => 'eznode:127', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '106', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '106', - 'parent' => '99', - 'text' => 'graphics17', - 'text_md5' => 'cb1d79b99e01b5ff38f5f4b59677c07b', - ], - 114 => [ - 'action' => 'eznode:126', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '105', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '105', - 'parent' => '99', - 'text' => 'graphics16', - 'text_md5' => 'e170fb75d04e8fa4dfe0c60d428a2b91', - ], - 115 => [ - 'action' => 'eznode:131', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '110', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '110', - 'parent' => '108', - 'text' => 'graphics12', - 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', - ], - 116 => [ - 'action' => 'eznode:130', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '109', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '109', - 'parent' => '108', - 'text' => 'graphics1', - 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', - ], - 117 => [ - 'action' => 'eznode:152', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '131', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '131', - 'parent' => '112', - 'text' => 'REST-API-interface', - 'text_md5' => '05406f782c81391b933b556551976751', - ], - 118 => [ - 'action' => 'eznode:141', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '120', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '120', - 'parent' => '112', - 'text' => 'Improved-front-end-editing', - 'text_md5' => '162d8a910c0bdab0dbdfa91db4c60ef1', - ], - 119 => [ - 'action' => 'eznode:147', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '126', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '126', - 'parent' => '112', - 'text' => 'Support-for-Red-Hat-Enterprise', - 'text_md5' => '5c6ef10ee72f5301f06ab5a0cbdfc076', - ], - 120 => [ - 'action' => 'eznode:134', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '113', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '113', - 'parent' => '112', - 'text' => 'Improved-user-registration-workflow', - 'text_md5' => '66d9f205b0114cb1887a9ec14261dde6', - ], - 121 => [ - 'action' => 'eznode:149', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '128', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '128', - 'parent' => '112', - 'text' => 'Canonical-links', - 'text_md5' => '702edfb315f8f40156a9e087caa3d70b', - ], - 122 => [ - 'action' => 'eznode:138', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '117', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '117', - 'parent' => '112', - 'text' => 'Improved-block-editing', - 'text_md5' => '7fa95991cf6654ba284c90dca4b3dc4f', - ], - 123 => [ - 'action' => 'eznode:150', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '129', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '129', - 'parent' => '112', - 'text' => 'Asynchronous-publishing', - 'text_md5' => 'a955fb2c57811983c70245c0a3d9a4d0', - ], - 124 => [ - 'action' => 'eznode:146', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '125', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '125', - 'parent' => '112', - 'text' => 'FastCGI', - 'text_md5' => 'c72255eccae15a9b03d2d53760de2fa7', - ], - 125 => [ - 'action' => 'eznode:136', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '115', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '115', - 'parent' => '113', - 'text' => 'graphics12', - 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', - ], - 126 => [ - 'action' => 'eznode:137', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '116', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '116', - 'parent' => '113', - 'text' => 'graphics13', - 'text_md5' => '8d654d2defb9d757fbb877b1193acdf3', - ], - 127 => [ - 'action' => 'eznode:135', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '114', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '114', - 'parent' => '113', - 'text' => 'graphics1', - 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', - ], - 128 => [ - 'action' => 'eznode:140', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '119', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '119', - 'parent' => '117', - 'text' => 'graphics12', - 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', - ], - 129 => [ - 'action' => 'eznode:139', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '118', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '118', - 'parent' => '117', - 'text' => 'graphics1', - 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', - ], - 130 => [ - 'action' => 'eznode:143', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '122', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '122', - 'parent' => '120', - 'text' => 'graphics12', - 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', - ], - 131 => [ - 'action' => 'eznode:145', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '124', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '124', - 'parent' => '120', - 'text' => 'graphics14', - 'text_md5' => '7d34fc6fcdf4f232bc665372e1ff1344', - ], - 132 => [ - 'action' => 'eznode:144', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '123', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '123', - 'parent' => '120', - 'text' => 'graphics13', - 'text_md5' => '8d654d2defb9d757fbb877b1193acdf3', - ], - 133 => [ - 'action' => 'eznode:142', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '121', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '121', - 'parent' => '120', - 'text' => 'graphics1', - 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', - ], - 134 => [ - 'action' => 'eznode:148', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '127', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '127', - 'parent' => '126', - 'text' => 'graphics1', - 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', - ], - 135 => [ - 'action' => 'eznode:151', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '130', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '130', - 'parent' => '129', - 'text' => 'graphics1', - 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', - ], - 136 => [ - 'action' => 'eznode:155', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '134', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '134', - 'parent' => '132', - 'text' => 'graphics12', - 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', - ], - 137 => [ - 'action' => 'eznode:154', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '133', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '133', - 'parent' => '132', - 'text' => 'graphics1', - 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', - ], - 138 => [ - 'action' => 'eznode:157', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '136', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '136', - 'parent' => '135', - 'text' => 'Partner-News', - 'text_md5' => '0215a5e6b42e71125fcfebca75c18d21', - ], - 139 => [ - 'action' => 'eznode:160', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '139', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '139', - 'parent' => '135', - 'text' => 'News', - 'text_md5' => '508c75c8507a2ae5223dfd2faeb98122', - ], - 140 => [ - 'action' => 'eznode:165', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '144', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '144', - 'parent' => '135', - 'text' => 'Partners', - 'text_md5' => '7896f8fa69398c56d86a65357615c41f', - ], - 141 => [ - 'action' => 'eznode:164', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '143', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '143', - 'parent' => '135', - 'text' => 'Partner-Products', - 'text_md5' => '9ccc278a27cc7fcd2b886cd89d330043', - ], - 142 => [ - 'action' => 'eznode:159', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '138', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '138', - 'parent' => '136', - 'text' => 'Penatibus-et-magnis-dis', - 'text_md5' => '4cecdf63e520236c70c7b823358153b3', - ], - 143 => [ - 'action' => 'eznode:158', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '137', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '137', - 'parent' => '136', - 'text' => 'Pellentesque-quam-mauris', - 'text_md5' => '691dd3560dfaae80b438379c36cd7062', - ], - 144 => [ - 'action' => 'eznode:161', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '140', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '140', - 'parent' => '139', - 'text' => 'Curabitur-hendrerit-dignissim', - 'text_md5' => '4a2c7ab79e28480f69b8316de5c858f7', - ], - 145 => [ - 'action' => 'eznode:163', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '142', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '142', - 'parent' => '139', - 'text' => 'Morbi-tristique-senectus', - 'text_md5' => 'cb7d4934a3bedc4ea1ee57a5003aad63', - ], - 146 => [ - 'action' => 'eznode:162', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '141', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '141', - 'parent' => '139', - 'text' => 'Proin-condimentum-risus', - 'text_md5' => 'd5236f4e435d2b2b0221ffcf4dd8af5d', - ], - 147 => [ - 'action' => 'eznode:166', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '145', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '145', - 'parent' => '144', - 'text' => 'Neque-orci-malesuada-felis', - 'text_md5' => 'f4275ba0934180a90e10837171a9684d', - ], - 148 => [ - 'action' => 'eznode:187', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '166', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '166', - 'parent' => '146', - 'text' => 'Blog', - 'text_md5' => '126ac9f6149081eb0e97c2e939eaad52', - ], - 149 => [ - 'action' => 'eznode:178', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '157', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '157', - 'parent' => '146', - 'text' => 'Pictures', - 'text_md5' => '9ed98e5c3e9685aa3de82c99009a2ed3', - ], - 150 => [ - 'action' => 'eznode:168', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '147', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '147', - 'parent' => '146', - 'text' => 'Forum', - 'text_md5' => 'bbdbe444288550204c968fe7002a97a9', - ], - 151 => [ - 'action' => 'eznode:172', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '151', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '151', - 'parent' => '146', - 'text' => 'Wiki', - 'text_md5' => 'd54b7ba27571a2f00b38ed9273b974f2', - ], - 152 => [ - 'action' => 'eznode:171', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '150', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '150', - 'parent' => '147', - 'text' => 'Nam-risus-leo', - 'text_md5' => '3ca6b1875c6b2d93cd1b6e291d2b4c8d', - ], - 153 => [ - 'action' => 'eznode:170', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '149', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '149', - 'parent' => '147', - 'text' => 'Ut-mollis-sodales-nibh', - 'text_md5' => '424e4418a2b90043b082cafd82ae671b', - ], - 154 => [ - 'action' => 'eznode:169', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '148', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '148', - 'parent' => '147', - 'text' => 'Nulla-vitae-tellus-sit-amet', - 'text_md5' => 'daa20bb9bf1f17980b6c883005a49d1b', - ], - 155 => [ - 'action' => 'eznode:173', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '152', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '152', - 'parent' => '151', - 'text' => 'Sed-suscipit', - 'text_md5' => 'c575fcd3c4f52e291be31001f0be746d', - ], - 156 => [ - 'action' => 'eznode:176', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '155', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '155', - 'parent' => '151', - 'text' => 'Duis-id-tortor', - 'text_md5' => 'cc08568a90b3a92dd0116e4ee25105ef', - ], - 157 => [ - 'action' => 'eznode:175', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '154', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '154', - 'parent' => '152', - 'text' => 'Fusce-pulvinar', - 'text_md5' => '22aa8bb4215ebcd0c451dab21790413c', - ], - 158 => [ - 'action' => 'eznode:174', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '153', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '153', - 'parent' => '152', - 'text' => 'Ut-interdum', - 'text_md5' => 'd660c96c943a7b209026a5299017e30e', - ], - 159 => [ - 'action' => 'eznode:177', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '156', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '156', - 'parent' => '155', - 'text' => 'Curabitur-lacinia', - 'text_md5' => '7499a1ef6e121c0d7d52bdda43cd9e45', - ], - 160 => [ - 'action' => 'eznode:181', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '160', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '160', - 'parent' => '157', - 'text' => 'Let-s-work-together', - 'text_md5' => '53deb339450445d345224a392280e085', - ], - 161 => [ - 'action' => 'eznode:180', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '159', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '159', - 'parent' => '157', - 'text' => 'Are-you-ready-for-the-Community-day', - 'text_md5' => '832a7b830654200a0b836662482c270a', - ], - 162 => [ - 'action' => 'eznode:179', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '158', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '158', - 'parent' => '157', - 'text' => 'Ivo-on-ibexa-tags', - 'text_md5' => '95906379fb2066053d63420a897a1892', - ], - 163 => [ - 'action' => 'eznode:184', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '163', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '163', - 'parent' => '157', - 'text' => 'Alexander-on-the-past-Gaby-on-today-and-tomorrow', - 'text_md5' => '9cf7d6bab251734151135ff0214fe99c', - ], - 164 => [ - 'action' => 'eznode:185', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '164', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '164', - 'parent' => '157', - 'text' => 'Isola2000-in-white-beautiful-skiing', - 'text_md5' => 'b6c0d784abca6dc4e4b4cc6e35dc60dc', - ], - 165 => [ - 'action' => 'eznode:183', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '162', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '162', - 'parent' => '157', - 'text' => 'Hotel-lobby-at-Isola2000', - 'text_md5' => 'bde59217cba54ee3baa00ebc52092825', - ], - 166 => [ - 'action' => 'eznode:186', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '165', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '165', - 'parent' => '157', - 'text' => 'CEO-future-pitch-Adaptable-open-reliable', - 'text_md5' => 'd8649e0099a57dbed42638f5a2b7c5b4', - ], - 167 => [ - 'action' => 'eznode:182', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '161', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '161', - 'parent' => '157', - 'text' => 'The-Mediterranean-seen-from-Nice', - 'text_md5' => 'ed8cc1fd98bdc458670fed7428d3c468', - ], - 168 => [ - 'action' => 'eznode:189', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '168', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '168', - 'parent' => '166', - 'text' => 'Paris-in-France', - 'text_md5' => '3a61a16628315f376d7c9bb297795165', - ], - 169 => [ - 'action' => 'eznode:188', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '167', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '167', - 'parent' => '166', - 'text' => 'Visit-Paris', - 'text_md5' => '86623f07ace1b667566e57179e710cb9', - ], - 170 => [ - 'action' => 'eznode:221', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '200', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '200', - 'parent' => '169', - 'text' => 'Events', - 'text_md5' => '16908b0605f2645dfcb4c3a8d248cef3', - ], - 171 => [ - 'action' => 'eznode:224', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '203', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '203', - 'parent' => '169', - 'text' => 'Contact', - 'text_md5' => '2f8a6bf31f3bd67bd2d9720c58b19c9a', - ], - 172 => [ - 'action' => 'eznode:191', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '170', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '170', - 'parent' => '169', - 'text' => 'About-company', - 'text_md5' => '3522da53efaed0dd76fd7b305f576cfb', - ], - 173 => [ - 'action' => 'eznode:222', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '201', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '201', - 'parent' => '169', - 'text' => 'Career', - 'text_md5' => '8ae1016c4044ea668c4db3f57e3cc7f1', - ], - 174 => [ - 'action' => 'eznode:223', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '202', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '202', - 'parent' => '169', - 'text' => 'Investors-Relation', - 'text_md5' => 'b59e7bae6b2d684aaf36a5eea42b96bc', - ], - 175 => [ - 'action' => 'eznode:226', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '205', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '205', - 'parent' => '169', - 'text' => 'Company-banner', - 'text_md5' => 'c814b0caf057217eabbebf0257254d74', - ], - 176 => [ - 'action' => 'eznode:192', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '171', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '3', - 'link' => '171', - 'parent' => '169', - 'text' => 'New-features', - 'text_md5' => 'cc9126674839b9487fb129b5d0b0ad1e', - ], - 177 => [ - 'action' => 'eznode:216', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '195', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '195', - 'parent' => '171', - 'text' => 'REST-API-interface', - 'text_md5' => '05406f782c81391b933b556551976751', - ], - 178 => [ - 'action' => 'eznode:204', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '183', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '183', - 'parent' => '171', - 'text' => 'How-to-manage-Ibexa', - 'text_md5' => '38f227f027d9b66fa32a1b7fd09102b0', - ], - 179 => [ - 'action' => 'eznode:219', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '198', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '198', - 'parent' => '171', - 'text' => 'Support-for-Red-Hat-Enterprise', - 'text_md5' => '5c6ef10ee72f5301f06ab5a0cbdfc076', - ], - 180 => [ - 'action' => 'eznode:218', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '197', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '197', - 'parent' => '171', - 'text' => 'Canonical-links', - 'text_md5' => '702edfb315f8f40156a9e087caa3d70b', - ], - 181 => [ - 'action' => 'eznode:195', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '174', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '174', - 'parent' => '171', - 'text' => 'How-to-use-Ibexa', - 'text_md5' => '7bf161f3ad9b79be40262c807b42c901', - ], - 182 => [ - 'action' => 'eznode:193', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '172', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '172', - 'parent' => '171', - 'text' => 'Separate-content-design-in-Ibexa', - 'text_md5' => '8c4722f2f329953dd24c29b2263feb48', - ], - 183 => [ - 'action' => 'eznode:217', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '196', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '196', - 'parent' => '171', - 'text' => 'Asynchronous-Publishing', - 'text_md5' => 'a955fb2c57811983c70245c0a3d9a4d0', - ], - 184 => [ - 'action' => 'eznode:213', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '192', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '192', - 'parent' => '171', - 'text' => 'How-to-develop-with-Ibexa', - 'text_md5' => 'bca34b10b4bf19a49be18802a0cb873a', - ], - 185 => [ - 'action' => 'eznode:220', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '199', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '199', - 'parent' => '171', - 'text' => 'FastCGI', - 'text_md5' => 'c72255eccae15a9b03d2d53760de2fa7', - ], - 186 => [ - 'action' => 'eznode:194', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '173', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '173', - 'parent' => '172', - 'text' => 'separation_of_content_and_design', - 'text_md5' => '101d014887668de58fc149a3ad7c82c9', - ], - 187 => [ - 'action' => 'eznode:199', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '178', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '178', - 'parent' => '174', - 'text' => 'gallery_large', - 'text_md5' => '197af20370075364b622a710bb791288', - ], - 188 => [ - 'action' => 'eznode:198', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '177', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '177', - 'parent' => '174', - 'text' => 'multiupload_large', - 'text_md5' => '283883ad311e57ec0386781c96bb352e', - ], - 189 => [ - 'action' => 'eznode:196', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '175', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '175', - 'parent' => '174', - 'text' => 'openoffice_import_large', - 'text_md5' => '296cfc381c706263c6ad79ce895ab567', - ], - 190 => [ - 'action' => 'eznode:197', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '176', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '176', - 'parent' => '174', - 'text' => 'translation_large', - 'text_md5' => '2f99f321c70be620d161b20386d6772a', - ], - 191 => [ - 'action' => 'eznode:202', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '181', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '181', - 'parent' => '174', - 'text' => 'quicktime_large', - 'text_md5' => '937254370052868ceb452d03e8e83d84', - ], - 192 => [ - 'action' => 'eznode:201', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '180', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '180', - 'parent' => '174', - 'text' => 'ez_tool_bar_large', - 'text_md5' => 'bccc631aeedeba9c57537ea4a05b1911', - ], - 193 => [ - 'action' => 'eznode:200', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '179', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '179', - 'parent' => '174', - 'text' => 'search_result_large', - 'text_md5' => 'dd52082cc512a6346790ff6992e38003', - ], - 194 => [ - 'action' => 'eznode:203', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '182', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '182', - 'parent' => '174', - 'text' => 'web_2_0_large', - 'text_md5' => 'f632ebc4d67e6e35395cc7cad03d4e82', - ], - 195 => [ - 'action' => 'eznode:210', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '189', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '189', - 'parent' => '183', - 'text' => 'multisite_deployment_large', - 'text_md5' => '0e23a727a9bbdecf461a84dd4f89a2dc', - ], - 196 => [ - 'action' => 'eznode:208', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '187', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '187', - 'parent' => '183', - 'text' => 'datatypes_attributes_content_class_and_objects_large', - 'text_md5' => '218b46a5ceacdb38579282106118d53c', - ], - 197 => [ - 'action' => 'eznode:212', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '191', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '191', - 'parent' => '183', - 'text' => 'admin_site_large', - 'text_md5' => '348b0807e56dcbaa2f08ff55d58b323c', - ], - 198 => [ - 'action' => 'eznode:206', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '185', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '185', - 'parent' => '183', - 'text' => 'workflow_large', - 'text_md5' => '692f646043099af3df744ee744cb7881', - ], - 199 => [ - 'action' => 'eznode:209', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '188', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '188', - 'parent' => '183', - 'text' => 'multiple_location_large', - 'text_md5' => '823595d6b3415b9fda5d0043add57bb9', - ], - 200 => [ - 'action' => 'eznode:205', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '184', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '184', - 'parent' => '183', - 'text' => 'usermanagement_large', - 'text_md5' => 'a18dbeb8c0610d087f29b0903b4209b2', - ], - 201 => [ - 'action' => 'eznode:211', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '190', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '190', - 'parent' => '183', - 'text' => 'seo_large', - 'text_md5' => 'c2283065a63216b2f4519f3c8da68b9d', - ], - 202 => [ - 'action' => 'eznode:207', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '186', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '186', - 'parent' => '183', - 'text' => 'versioning_large', - 'text_md5' => 'fee4e75df49e4e5defbb98d782c81f38', - ], - 203 => [ - 'action' => 'eznode:214', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '193', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '193', - 'parent' => '192', - 'text' => 'datatypes_attributes_content_class_and_objects_large', - 'text_md5' => '218b46a5ceacdb38579282106118d53c', - ], - 204 => [ - 'action' => 'eznode:215', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '194', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '194', - 'parent' => '192', - 'text' => 'site_style_large', - 'text_md5' => 'e0a5c2e69103df51518b6c3406477c2e', - ], - 205 => [ - 'action' => 'eznode:225', - 'action_type' => 'eznode', - 'alias_redirects' => '1', - 'id' => '204', - 'is_alias' => '0', - 'is_original' => '1', - 'lang_mask' => '2', - 'link' => '204', - 'parent' => '203', - 'text' => 'Morbi-neque', - 'text_md5' => '5d2299d3dcaa5fd008cd77651e25d0cf', - ], - ], - UrlAliasGateway::INCR_TABLE => [ - 0 => [ - 'id' => '1', - ], - 1 => [ - 'id' => '2', - ], - 2 => [ - 'id' => '3', - ], - 3 => [ - 'id' => '4', - ], - 4 => [ - 'id' => '5', - ], - 5 => [ - 'id' => '6', - ], - 6 => [ - 'id' => '7', - ], - 7 => [ - 'id' => '8', - ], - 8 => [ - 'id' => '9', - ], - 9 => [ - 'id' => '10', - ], - 10 => [ - 'id' => '11', - ], - 11 => [ - 'id' => '12', - ], - 12 => [ - 'id' => '13', - ], - 13 => [ - 'id' => '14', - ], - 14 => [ - 'id' => '15', - ], - 15 => [ - 'id' => '16', - ], - 16 => [ - 'id' => '17', - ], - 17 => [ - 'id' => '18', - ], - 18 => [ - 'id' => '19', - ], - 19 => [ - 'id' => '20', - ], - 20 => [ - 'id' => '21', - ], - 21 => [ - 'id' => '22', - ], - 22 => [ - 'id' => '24', - ], - 23 => [ - 'id' => '25', - ], - 24 => [ - 'id' => '26', - ], - 25 => [ - 'id' => '27', - ], - 26 => [ - 'id' => '28', - ], - 27 => [ - 'id' => '29', - ], - 28 => [ - 'id' => '30', - ], - 29 => [ - 'id' => '31', - ], - 30 => [ - 'id' => '32', - ], - 31 => [ - 'id' => '33', - ], - 32 => [ - 'id' => '34', - ], - 33 => [ - 'id' => '35', - ], - 34 => [ - 'id' => '36', - ], - 35 => [ - 'id' => '37', - ], - 36 => [ - 'id' => '38', - ], - 37 => [ - 'id' => '39', - ], - 38 => [ - 'id' => '40', - ], - 39 => [ - 'id' => '41', - ], - 40 => [ - 'id' => '42', - ], - 41 => [ - 'id' => '43', - ], - 42 => [ - 'id' => '44', - ], - 43 => [ - 'id' => '45', - ], - 44 => [ - 'id' => '46', - ], - 45 => [ - 'id' => '47', - ], - 46 => [ - 'id' => '48', - ], - 47 => [ - 'id' => '49', - ], - 48 => [ - 'id' => '50', - ], - 49 => [ - 'id' => '51', - ], - 50 => [ - 'id' => '52', - ], - 51 => [ - 'id' => '53', - ], - 52 => [ - 'id' => '54', - ], - 53 => [ - 'id' => '55', - ], - 54 => [ - 'id' => '56', - ], - 55 => [ - 'id' => '57', - ], - 56 => [ - 'id' => '58', - ], - 57 => [ - 'id' => '59', - ], - 58 => [ - 'id' => '60', - ], - 59 => [ - 'id' => '61', - ], - 60 => [ - 'id' => '62', - ], - 61 => [ - 'id' => '63', - ], - 62 => [ - 'id' => '64', - ], - 63 => [ - 'id' => '65', - ], - 64 => [ - 'id' => '66', - ], - 65 => [ - 'id' => '67', - ], - 66 => [ - 'id' => '68', - ], - 67 => [ - 'id' => '69', - ], - 68 => [ - 'id' => '70', - ], - 69 => [ - 'id' => '71', - ], - 70 => [ - 'id' => '72', - ], - 71 => [ - 'id' => '73', - ], - 72 => [ - 'id' => '74', - ], - 73 => [ - 'id' => '75', - ], - 74 => [ - 'id' => '76', - ], - 75 => [ - 'id' => '77', - ], - 76 => [ - 'id' => '78', - ], - 77 => [ - 'id' => '79', - ], - 78 => [ - 'id' => '80', - ], - 79 => [ - 'id' => '81', - ], - 80 => [ - 'id' => '82', - ], - 81 => [ - 'id' => '83', - ], - 82 => [ - 'id' => '84', - ], - 83 => [ - 'id' => '85', - ], - 84 => [ - 'id' => '86', - ], - 85 => [ - 'id' => '87', - ], - 86 => [ - 'id' => '88', - ], - 87 => [ - 'id' => '89', - ], - 88 => [ - 'id' => '90', - ], - 89 => [ - 'id' => '91', - ], - 90 => [ - 'id' => '92', - ], - 91 => [ - 'id' => '93', - ], - 92 => [ - 'id' => '94', - ], - 93 => [ - 'id' => '95', - ], - 94 => [ - 'id' => '96', - ], - 95 => [ - 'id' => '97', - ], - 96 => [ - 'id' => '98', - ], - 97 => [ - 'id' => '99', - ], - 98 => [ - 'id' => '100', - ], - 99 => [ - 'id' => '101', - ], - 100 => [ - 'id' => '102', - ], - 101 => [ - 'id' => '103', - ], - 102 => [ - 'id' => '104', - ], - 103 => [ - 'id' => '105', - ], - 104 => [ - 'id' => '106', - ], - 105 => [ - 'id' => '107', - ], - 106 => [ - 'id' => '108', - ], - 107 => [ - 'id' => '109', - ], - 108 => [ - 'id' => '110', - ], - 109 => [ - 'id' => '111', - ], - 110 => [ - 'id' => '112', - ], - 111 => [ - 'id' => '113', - ], - 112 => [ - 'id' => '114', - ], - 113 => [ - 'id' => '115', - ], - 114 => [ - 'id' => '116', - ], - 115 => [ - 'id' => '117', - ], - 116 => [ - 'id' => '118', - ], - 117 => [ - 'id' => '119', - ], - 118 => [ - 'id' => '120', - ], - 119 => [ - 'id' => '121', - ], - 120 => [ - 'id' => '122', - ], - 121 => [ - 'id' => '123', - ], - 122 => [ - 'id' => '124', - ], - 123 => [ - 'id' => '125', - ], - 124 => [ - 'id' => '126', - ], - 125 => [ - 'id' => '127', - ], - 126 => [ - 'id' => '128', - ], - 127 => [ - 'id' => '129', - ], - 128 => [ - 'id' => '130', - ], - 129 => [ - 'id' => '131', - ], - 130 => [ - 'id' => '132', - ], - 131 => [ - 'id' => '133', - ], - 132 => [ - 'id' => '134', - ], - 133 => [ - 'id' => '135', - ], - 134 => [ - 'id' => '136', - ], - 135 => [ - 'id' => '137', - ], - 136 => [ - 'id' => '138', - ], - 137 => [ - 'id' => '139', - ], - 138 => [ - 'id' => '140', - ], - 139 => [ - 'id' => '141', - ], - 140 => [ - 'id' => '142', - ], - 141 => [ - 'id' => '143', - ], - 142 => [ - 'id' => '144', - ], - 143 => [ - 'id' => '145', - ], - 144 => [ - 'id' => '146', - ], - 145 => [ - 'id' => '147', - ], - 146 => [ - 'id' => '148', - ], - 147 => [ - 'id' => '149', - ], - 148 => [ - 'id' => '150', - ], - 149 => [ - 'id' => '151', - ], - 150 => [ - 'id' => '152', - ], - 151 => [ - 'id' => '153', - ], - 152 => [ - 'id' => '154', - ], - 153 => [ - 'id' => '155', - ], - 154 => [ - 'id' => '156', - ], - 155 => [ - 'id' => '157', - ], - 156 => [ - 'id' => '158', - ], - 157 => [ - 'id' => '159', - ], - 158 => [ - 'id' => '160', - ], - 159 => [ - 'id' => '161', - ], - 160 => [ - 'id' => '162', - ], - 161 => [ - 'id' => '163', - ], - 162 => [ - 'id' => '164', - ], - 163 => [ - 'id' => '165', - ], - 164 => [ - 'id' => '166', - ], - 165 => [ - 'id' => '167', - ], - 166 => [ - 'id' => '168', - ], - 167 => [ - 'id' => '169', - ], - 168 => [ - 'id' => '170', - ], - 169 => [ - 'id' => '171', - ], - 170 => [ - 'id' => '172', - ], - 171 => [ - 'id' => '173', - ], - 172 => [ - 'id' => '174', - ], - 173 => [ - 'id' => '175', - ], - 174 => [ - 'id' => '176', - ], - 175 => [ - 'id' => '177', - ], - 176 => [ - 'id' => '178', - ], - 177 => [ - 'id' => '179', - ], - 178 => [ - 'id' => '180', - ], - 179 => [ - 'id' => '181', - ], - 180 => [ - 'id' => '182', - ], - 181 => [ - 'id' => '183', - ], - 182 => [ - 'id' => '184', - ], - 183 => [ - 'id' => '185', - ], - 184 => [ - 'id' => '186', - ], - 185 => [ - 'id' => '187', - ], - 186 => [ - 'id' => '188', - ], - 187 => [ - 'id' => '189', - ], - 188 => [ - 'id' => '190', - ], - 189 => [ - 'id' => '191', - ], - 190 => [ - 'id' => '192', - ], - 191 => [ - 'id' => '193', - ], - 192 => [ - 'id' => '194', - ], - 193 => [ - 'id' => '195', - ], - 194 => [ - 'id' => '196', - ], - 195 => [ - 'id' => '197', - ], - 196 => [ - 'id' => '198', - ], - 197 => [ - 'id' => '199', - ], - 198 => [ - 'id' => '200', - ], - 199 => [ - 'id' => '201', - ], - 200 => [ - 'id' => '202', - ], - 201 => [ - 'id' => '203', - ], - 202 => [ - 'id' => '204', - ], - 203 => [ - 'id' => '205', - ], - 204 => [ - 'id' => '206', - ], - 205 => [ - 'id' => '207', - ], - 206 => [ - 'id' => '208', - ], - ], - UserGateway::USER_TABLE => [ - 0 => [ - 'contentobject_id' => '10', - 'email' => 'anonymous@link.invalid', - 'login' => 'anonymous', - 'password_hash' => '$2y$10$35gOSQs6JK4u4whyERaeUuVeQBi2TUBIZIfP7HEj7sfz.MxvTuOeC', - 'password_hash_type' => '7', - ], - 1 => [ - 'contentobject_id' => '14', - 'email' => 'admin@link.invalid', - 'login' => 'admin', - 'password_hash' => '$2y$10$FDn9NPwzhq85cLLxfD5Wu.L3SL3Z/LNCvhkltJUV0wcJj7ciJg2oy', - 'password_hash_type' => '7', - ], - 2 => [ - 'contentobject_id' => '226', - 'email' => 'pa@ibexa.co', - 'login' => 'a_member', - 'password_hash' => '$2y$10$FDn9NPwzhq85cLLxfD5Wu.L3SL3Z/LNCvhkltJUV0wcJj7ciJg2oy', - 'password_hash_type' => '7', - ], - ], - RoleGateway::USER_ROLE_TABLE => [ - 0 => [ - 'contentobject_id' => '12', - 'id' => '25', - 'limit_identifier' => '', - 'limit_value' => '', - 'role_id' => '2', - ], - 1 => [ - 'contentobject_id' => '11', - 'id' => '28', - 'limit_identifier' => '', - 'limit_value' => '', - 'role_id' => '1', - ], - 2 => [ - 'contentobject_id' => '42', - 'id' => '31', - 'limit_identifier' => '', - 'limit_value' => '', - 'role_id' => '1', - ], - 3 => [ - 'contentobject_id' => '13', - 'id' => '32', - 'limit_identifier' => 'Subtree', - 'limit_value' => '/1/2/', - 'role_id' => '3', - ], - 4 => [ - 'contentobject_id' => '13', - 'id' => '33', - 'limit_identifier' => 'Subtree', - 'limit_value' => '/1/43/', - 'role_id' => '3', - ], - 5 => [ - 'contentobject_id' => '11', - 'id' => '34', - 'limit_identifier' => '', - 'limit_value' => '', - 'role_id' => '5', - ], - 6 => [ - 'contentobject_id' => '225', - 'id' => '35', - 'limit_identifier' => '', - 'limit_value' => '', - 'role_id' => '4', - ], - 7 => [ - 'contentobject_id' => '225', - 'id' => '36', - 'limit_identifier' => '', - 'limit_value' => '', - 'role_id' => '5', - ], - 8 => [ - 'contentobject_id' => '225', - 'id' => '37', - 'limit_identifier' => '', - 'limit_value' => '', - 'role_id' => '1', - ], - 9 => [ - 'contentobject_id' => '13', - 'id' => '38', - 'limit_identifier' => '', - 'limit_value' => '', - 'role_id' => '5', - ], - ], - RoleGateway::ROLE_TABLE => [ - 0 => [ - 'id' => '1', - 'is_new' => '0', - 'name' => 'Anonymous', - 'value' => '', - 'version' => '0', - ], - 1 => [ - 'id' => '2', - 'is_new' => '0', - 'name' => 'Administrator', - 'value' => '*', - 'version' => '0', - ], - 2 => [ - 'id' => '3', - 'is_new' => '0', - 'name' => 'Editor', - 'value' => '', - 'version' => '0', - ], - 3 => [ - 'id' => '4', - 'is_new' => '0', - 'name' => 'Partner', - 'value' => null, - 'version' => '0', - ], - 4 => [ - 'id' => '5', - 'is_new' => '0', - 'name' => 'Member', - 'value' => null, - 'version' => '0', - ], - ], - RoleGateway::POLICY_TABLE => [ - 0 => [ - 'function_name' => '*', - 'id' => '308', - 'module_name' => '*', - 'original_id' => '0', - 'role_id' => '2', - ], - 1 => [ - 'function_name' => 'login', - 'id' => '319', - 'module_name' => 'user', - 'original_id' => '0', - 'role_id' => '3', - ], - 2 => [ - 'function_name' => 'read', - 'id' => '328', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '1', - ], - 3 => [ - 'function_name' => 'pdf', - 'id' => '329', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '1', - ], - 4 => [ - 'function_name' => '*', - 'id' => '330', - 'module_name' => 'ezoe', - 'original_id' => '0', - 'role_id' => '3', - ], - 5 => [ - 'function_name' => '*', - 'id' => '332', - 'module_name' => 'ezoe', - 'original_id' => '0', - 'role_id' => '3', - ], - 6 => [ - 'function_name' => 'feed', - 'id' => '333', - 'module_name' => 'rss', - 'original_id' => '0', - 'role_id' => '1', - ], - 7 => [ - 'function_name' => 'login', - 'id' => '334', - 'module_name' => 'user', - 'original_id' => '0', - 'role_id' => '1', - ], - 8 => [ - 'function_name' => 'login', - 'id' => '335', - 'module_name' => 'user', - 'original_id' => '0', - 'role_id' => '1', - ], - 9 => [ - 'function_name' => 'read', - 'id' => '336', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '1', - ], - 10 => [ - 'function_name' => 'create', - 'id' => '337', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 11 => [ - 'function_name' => 'create', - 'id' => '338', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 12 => [ - 'function_name' => 'create', - 'id' => '339', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 13 => [ - 'function_name' => 'create', - 'id' => '340', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 14 => [ - 'function_name' => 'create', - 'id' => '341', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 15 => [ - 'function_name' => 'create', - 'id' => '342', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 16 => [ - 'function_name' => 'use', - 'id' => '343', - 'module_name' => 'websitetoolbar', - 'original_id' => '0', - 'role_id' => '3', - ], - 17 => [ - 'function_name' => 'edit', - 'id' => '344', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 18 => [ - 'function_name' => 'read', - 'id' => '345', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 19 => [ - 'function_name' => 'use', - 'id' => '346', - 'module_name' => 'notification', - 'original_id' => '0', - 'role_id' => '3', - ], - 20 => [ - 'function_name' => 'manage_locations', - 'id' => '347', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 21 => [ - 'function_name' => '*', - 'id' => '348', - 'module_name' => 'ezodf', - 'original_id' => '0', - 'role_id' => '3', - ], - 22 => [ - 'function_name' => 'diff', - 'id' => '349', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 23 => [ - 'function_name' => 'versionread', - 'id' => '350', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 24 => [ - 'function_name' => 'versionremove', - 'id' => '351', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 25 => [ - 'function_name' => 'remove', - 'id' => '352', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 26 => [ - 'function_name' => 'translate', - 'id' => '353', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 27 => [ - 'function_name' => 'feed', - 'id' => '354', - 'module_name' => 'rss', - 'original_id' => '0', - 'role_id' => '3', - ], - 28 => [ - 'function_name' => 'bookmark', - 'id' => '355', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 29 => [ - 'function_name' => 'pendinglist', - 'id' => '356', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 30 => [ - 'function_name' => 'dashboard', - 'id' => '357', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 31 => [ - 'function_name' => 'view_embed', - 'id' => '358', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '3', - ], - 32 => [ - 'function_name' => 'read', - 'id' => '359', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '4', - ], - 33 => [ - 'function_name' => 'create', - 'id' => '360', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '4', - ], - 34 => [ - 'function_name' => 'create', - 'id' => '361', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '4', - ], - 35 => [ - 'function_name' => 'create', - 'id' => '362', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '4', - ], - 36 => [ - 'function_name' => 'edit', - 'id' => '363', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '4', - ], - 37 => [ - 'function_name' => 'selfedit', - 'id' => '364', - 'module_name' => 'user', - 'original_id' => '0', - 'role_id' => '4', - ], - 38 => [ - 'function_name' => 'use', - 'id' => '365', - 'module_name' => 'notification', - 'original_id' => '0', - 'role_id' => '4', - ], - 39 => [ - 'function_name' => 'create', - 'id' => '366', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '5', - ], - 40 => [ - 'function_name' => 'create', - 'id' => '367', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '5', - ], - 41 => [ - 'function_name' => 'create', - 'id' => '368', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '5', - ], - 42 => [ - 'function_name' => 'edit', - 'id' => '369', - 'module_name' => 'content', - 'original_id' => '0', - 'role_id' => '5', - ], - 43 => [ - 'function_name' => 'selfedit', - 'id' => '370', - 'module_name' => 'user', - 'original_id' => '0', - 'role_id' => '5', - ], - 44 => [ - 'function_name' => 'use', - 'id' => '371', - 'module_name' => 'notification', - 'original_id' => '0', - 'role_id' => '5', - ], - 45 => [ - 'function_name' => 'password', - 'id' => '372', - 'module_name' => 'user', - 'original_id' => '0', - 'role_id' => '5', - ], - 46 => [ - 'function_name' => 'call', - 'id' => '373', - 'module_name' => 'ezjscore', - 'original_id' => '0', - 'role_id' => '5', - ], - ], - RoleGateway::POLICY_LIMITATION_TABLE => [ - 0 => [ - 'id' => '251', - 'identifier' => 'Section', - 'policy_id' => '328', - ], - 1 => [ - 'id' => '252', - 'identifier' => 'Section', - 'policy_id' => '329', - ], - 2 => [ - 'id' => '254', - 'identifier' => 'SiteAccess', - 'policy_id' => '334', - ], - 3 => [ - 'id' => '255', - 'identifier' => 'SiteAccess', - 'policy_id' => '335', - ], - 4 => [ - 'id' => '256', - 'identifier' => 'Class', - 'policy_id' => '336', - ], - 5 => [ - 'id' => '257', - 'identifier' => 'Section', - 'policy_id' => '336', - ], - 6 => [ - 'id' => '258', - 'identifier' => 'Class', - 'policy_id' => '337', - ], - 7 => [ - 'id' => '259', - 'identifier' => 'ParentClass', - 'policy_id' => '337', - ], - 8 => [ - 'id' => '260', - 'identifier' => 'Class', - 'policy_id' => '338', - ], - 9 => [ - 'id' => '261', - 'identifier' => 'ParentClass', - 'policy_id' => '338', - ], - 10 => [ - 'id' => '262', - 'identifier' => 'Class', - 'policy_id' => '339', - ], - 11 => [ - 'id' => '263', - 'identifier' => 'ParentClass', - 'policy_id' => '339', - ], - 12 => [ - 'id' => '264', - 'identifier' => 'Class', - 'policy_id' => '340', - ], - 13 => [ - 'id' => '265', - 'identifier' => 'ParentClass', - 'policy_id' => '340', - ], - 14 => [ - 'id' => '266', - 'identifier' => 'Class', - 'policy_id' => '341', - ], - 15 => [ - 'id' => '267', - 'identifier' => 'ParentClass', - 'policy_id' => '341', - ], - 16 => [ - 'id' => '268', - 'identifier' => 'Class', - 'policy_id' => '342', - ], - 17 => [ - 'id' => '269', - 'identifier' => 'ParentClass', - 'policy_id' => '342', - ], - 18 => [ - 'id' => '270', - 'identifier' => 'Class', - 'policy_id' => '343', - ], - 19 => [ - 'id' => '271', - 'identifier' => 'Section', - 'policy_id' => '345', - ], - 20 => [ - 'id' => '272', - 'identifier' => 'Section', - 'policy_id' => '359', - ], - 21 => [ - 'id' => '273', - 'identifier' => 'Class', - 'policy_id' => '360', - ], - 22 => [ - 'id' => '274', - 'identifier' => 'Section', - 'policy_id' => '360', - ], - 23 => [ - 'id' => '275', - 'identifier' => 'ParentClass', - 'policy_id' => '360', - ], - 24 => [ - 'id' => '276', - 'identifier' => 'Class', - 'policy_id' => '361', - ], - 25 => [ - 'id' => '277', - 'identifier' => 'Section', - 'policy_id' => '361', - ], - 26 => [ - 'id' => '278', - 'identifier' => 'ParentClass', - 'policy_id' => '361', - ], - 27 => [ - 'id' => '279', - 'identifier' => 'Class', - 'policy_id' => '362', - ], - 28 => [ - 'id' => '280', - 'identifier' => 'Section', - 'policy_id' => '362', - ], - 29 => [ - 'id' => '281', - 'identifier' => 'ParentClass', - 'policy_id' => '362', - ], - 30 => [ - 'id' => '282', - 'identifier' => 'Class', - 'policy_id' => '363', - ], - 31 => [ - 'id' => '283', - 'identifier' => 'Section', - 'policy_id' => '363', - ], - 32 => [ - 'id' => '284', - 'identifier' => 'Owner', - 'policy_id' => '363', - ], - 33 => [ - 'id' => '285', - 'identifier' => 'Class', - 'policy_id' => '366', - ], - 34 => [ - 'id' => '286', - 'identifier' => 'Section', - 'policy_id' => '366', - ], - 35 => [ - 'id' => '287', - 'identifier' => 'ParentClass', - 'policy_id' => '366', - ], - 36 => [ - 'id' => '288', - 'identifier' => 'Class', - 'policy_id' => '367', - ], - 37 => [ - 'id' => '289', - 'identifier' => 'Section', - 'policy_id' => '367', - ], - 38 => [ - 'id' => '290', - 'identifier' => 'ParentClass', - 'policy_id' => '367', - ], - 39 => [ - 'id' => '291', - 'identifier' => 'Class', - 'policy_id' => '368', - ], - 40 => [ - 'id' => '292', - 'identifier' => 'Section', - 'policy_id' => '368', - ], - 41 => [ - 'id' => '293', - 'identifier' => 'ParentClass', - 'policy_id' => '368', - ], - 42 => [ - 'id' => '294', - 'identifier' => 'Class', - 'policy_id' => '369', - ], - 43 => [ - 'id' => '295', - 'identifier' => 'Section', - 'policy_id' => '369', - ], - 44 => [ - 'id' => '296', - 'identifier' => 'Owner', - 'policy_id' => '369', - ], - ], - RoleGateway::POLICY_LIMITATION_VALUE_TABLE => [ - 0 => [ - 'id' => '477', - 'limitation_id' => '251', - 'value' => '1', - ], - 1 => [ - 'id' => '478', - 'limitation_id' => '252', - 'value' => '1', - ], - 2 => [ - 'id' => '480', - 'limitation_id' => '254', - 'value' => '834359697', - ], - 3 => [ - 'id' => '481', - 'limitation_id' => '255', - 'value' => '2582995467', - ], - 4 => [ - 'id' => '482', - 'limitation_id' => '256', - 'value' => '30', - ], - 5 => [ - 'id' => '483', - 'limitation_id' => '256', - 'value' => '42', - ], - 6 => [ - 'id' => '484', - 'limitation_id' => '256', - 'value' => '29', - ], - 7 => [ - 'id' => '485', - 'limitation_id' => '256', - 'value' => '34', - ], - 8 => [ - 'id' => '486', - 'limitation_id' => '256', - 'value' => '33', - ], - 9 => [ - 'id' => '487', - 'limitation_id' => '256', - 'value' => '32', - ], - 10 => [ - 'id' => '488', - 'limitation_id' => '257', - 'value' => '3', - ], - 11 => [ - 'id' => '489', - 'limitation_id' => '258', - 'value' => '1', - ], - 12 => [ - 'id' => '490', - 'limitation_id' => '258', - 'value' => '31', - ], - 13 => [ - 'id' => '491', - 'limitation_id' => '258', - 'value' => '28', - ], - 14 => [ - 'id' => '492', - 'limitation_id' => '258', - 'value' => '21', - ], - 15 => [ - 'id' => '493', - 'limitation_id' => '258', - 'value' => '22', - ], - 16 => [ - 'id' => '494', - 'limitation_id' => '258', - 'value' => '23', - ], - 17 => [ - 'id' => '495', - 'limitation_id' => '258', - 'value' => '16', - ], - 18 => [ - 'id' => '496', - 'limitation_id' => '258', - 'value' => '17', - ], - 19 => [ - 'id' => '497', - 'limitation_id' => '258', - 'value' => '18', - ], - 20 => [ - 'id' => '498', - 'limitation_id' => '258', - 'value' => '19', - ], - 21 => [ - 'id' => '499', - 'limitation_id' => '258', - 'value' => '27', - ], - 22 => [ - 'id' => '500', - 'limitation_id' => '258', - 'value' => '26', - ], - 23 => [ - 'id' => '501', - 'limitation_id' => '258', - 'value' => '24', - ], - 24 => [ - 'id' => '502', - 'limitation_id' => '258', - 'value' => '25', - ], - 25 => [ - 'id' => '503', - 'limitation_id' => '258', - 'value' => '29', - ], - 26 => [ - 'id' => '504', - 'limitation_id' => '258', - 'value' => '32', - ], - 27 => [ - 'id' => '505', - 'limitation_id' => '258', - 'value' => '33', - ], - 28 => [ - 'id' => '506', - 'limitation_id' => '258', - 'value' => '34', - ], - 29 => [ - 'id' => '507', - 'limitation_id' => '258', - 'value' => '35', - ], - 30 => [ - 'id' => '508', - 'limitation_id' => '258', - 'value' => '37', - ], - 31 => [ - 'id' => '509', - 'limitation_id' => '258', - 'value' => '43', - ], - 32 => [ - 'id' => '510', - 'limitation_id' => '258', - 'value' => '41', - ], - 33 => [ - 'id' => '511', - 'limitation_id' => '258', - 'value' => '42', - ], - 34 => [ - 'id' => '512', - 'limitation_id' => '258', - 'value' => '30', - ], - 35 => [ - 'id' => '513', - 'limitation_id' => '259', - 'value' => '1', - ], - 36 => [ - 'id' => '514', - 'limitation_id' => '260', - 'value' => '20', - ], - 37 => [ - 'id' => '515', - 'limitation_id' => '261', - 'value' => '19', - ], - 38 => [ - 'id' => '516', - 'limitation_id' => '262', - 'value' => '38', - ], - 39 => [ - 'id' => '517', - 'limitation_id' => '263', - 'value' => '37', - ], - 40 => [ - 'id' => '518', - 'limitation_id' => '264', - 'value' => '40', - ], - 41 => [ - 'id' => '519', - 'limitation_id' => '265', - 'value' => '41', - ], - 42 => [ - 'id' => '520', - 'limitation_id' => '266', - 'value' => '30', - ], - 43 => [ - 'id' => '521', - 'limitation_id' => '267', - 'value' => '35', - ], - 44 => [ - 'id' => '522', - 'limitation_id' => '268', - 'value' => '1', - ], - 45 => [ - 'id' => '523', - 'limitation_id' => '268', - 'value' => '31', - ], - 46 => [ - 'id' => '524', - 'limitation_id' => '268', - 'value' => '22', - ], - 47 => [ - 'id' => '525', - 'limitation_id' => '268', - 'value' => '23', - ], - 48 => [ - 'id' => '526', - 'limitation_id' => '268', - 'value' => '24', - ], - 49 => [ - 'id' => '527', - 'limitation_id' => '268', - 'value' => '35', - ], - 50 => [ - 'id' => '528', - 'limitation_id' => '268', - 'value' => '41', - ], - 51 => [ - 'id' => '529', - 'limitation_id' => '268', - 'value' => '26', - ], - 52 => [ - 'id' => '530', - 'limitation_id' => '268', - 'value' => '43', - ], - 53 => [ - 'id' => '531', - 'limitation_id' => '269', - 'value' => '23', - ], - 54 => [ - 'id' => '532', - 'limitation_id' => '270', - 'value' => '1', - ], - 55 => [ - 'id' => '533', - 'limitation_id' => '270', - 'value' => '31', - ], - 56 => [ - 'id' => '534', - 'limitation_id' => '270', - 'value' => '16', - ], - 57 => [ - 'id' => '535', - 'limitation_id' => '270', - 'value' => '17', - ], - 58 => [ - 'id' => '536', - 'limitation_id' => '270', - 'value' => '18', - ], - 59 => [ - 'id' => '537', - 'limitation_id' => '270', - 'value' => '19', - ], - 60 => [ - 'id' => '538', - 'limitation_id' => '270', - 'value' => '20', - ], - 61 => [ - 'id' => '539', - 'limitation_id' => '270', - 'value' => '21', - ], - 62 => [ - 'id' => '540', - 'limitation_id' => '270', - 'value' => '22', - ], - 63 => [ - 'id' => '541', - 'limitation_id' => '270', - 'value' => '23', - ], - 64 => [ - 'id' => '542', - 'limitation_id' => '270', - 'value' => '24', - ], - 65 => [ - 'id' => '543', - 'limitation_id' => '270', - 'value' => '26', - ], - 66 => [ - 'id' => '544', - 'limitation_id' => '270', - 'value' => '27', - ], - 67 => [ - 'id' => '545', - 'limitation_id' => '270', - 'value' => '28', - ], - 68 => [ - 'id' => '546', - 'limitation_id' => '270', - 'value' => '29', - ], - 69 => [ - 'id' => '547', - 'limitation_id' => '270', - 'value' => '30', - ], - 70 => [ - 'id' => '548', - 'limitation_id' => '270', - 'value' => '32', - ], - 71 => [ - 'id' => '549', - 'limitation_id' => '270', - 'value' => '33', - ], - 72 => [ - 'id' => '550', - 'limitation_id' => '270', - 'value' => '34', - ], - 73 => [ - 'id' => '551', - 'limitation_id' => '270', - 'value' => '35', - ], - 74 => [ - 'id' => '552', - 'limitation_id' => '270', - 'value' => '37', - ], - 75 => [ - 'id' => '553', - 'limitation_id' => '270', - 'value' => '40', - ], - 76 => [ - 'id' => '554', - 'limitation_id' => '270', - 'value' => '41', - ], - 77 => [ - 'id' => '555', - 'limitation_id' => '270', - 'value' => '43', - ], - 78 => [ - 'id' => '556', - 'limitation_id' => '271', - 'value' => '1', - ], - 79 => [ - 'id' => '557', - 'limitation_id' => '271', - 'value' => '6', - ], - 80 => [ - 'id' => '558', - 'limitation_id' => '271', - 'value' => '3', - ], - 81 => [ - 'id' => '559', - 'limitation_id' => '272', - 'value' => '6', - ], - 82 => [ - 'id' => '560', - 'limitation_id' => '273', - 'value' => '38', - ], - 83 => [ - 'id' => '561', - 'limitation_id' => '274', - 'value' => '6', - ], - 84 => [ - 'id' => '562', - 'limitation_id' => '275', - 'value' => '37', - ], - 85 => [ - 'id' => '563', - 'limitation_id' => '276', - 'value' => '39', - ], - 86 => [ - 'id' => '564', - 'limitation_id' => '277', - 'value' => '6', - ], - 87 => [ - 'id' => '565', - 'limitation_id' => '278', - 'value' => '38', - ], - 88 => [ - 'id' => '566', - 'limitation_id' => '279', - 'value' => '13', - ], - 89 => [ - 'id' => '567', - 'limitation_id' => '280', - 'value' => '6', - ], - 90 => [ - 'id' => '568', - 'limitation_id' => '281', - 'value' => '16', - ], - 91 => [ - 'id' => '569', - 'limitation_id' => '282', - 'value' => '13', - ], - 92 => [ - 'id' => '570', - 'limitation_id' => '282', - 'value' => '38', - ], - 93 => [ - 'id' => '571', - 'limitation_id' => '282', - 'value' => '39', - ], - 94 => [ - 'id' => '572', - 'limitation_id' => '283', - 'value' => '6', - ], - 95 => [ - 'id' => '573', - 'limitation_id' => '284', - 'value' => '1', - ], - 96 => [ - 'id' => '574', - 'limitation_id' => '285', - 'value' => '38', - ], - 97 => [ - 'id' => '575', - 'limitation_id' => '286', - 'value' => '1', - ], - 98 => [ - 'id' => '576', - 'limitation_id' => '287', - 'value' => '37', - ], - 99 => [ - 'id' => '577', - 'limitation_id' => '288', - 'value' => '39', - ], - 100 => [ - 'id' => '578', - 'limitation_id' => '289', - 'value' => '1', - ], - 101 => [ - 'id' => '579', - 'limitation_id' => '290', - 'value' => '38', - ], - 102 => [ - 'id' => '580', - 'limitation_id' => '291', - 'value' => '13', - ], - 103 => [ - 'id' => '581', - 'limitation_id' => '292', - 'value' => '1', - ], - 104 => [ - 'id' => '582', - 'limitation_id' => '293', - 'value' => '16', - ], - 105 => [ - 'id' => '583', - 'limitation_id' => '293', - 'value' => '20', - ], - 106 => [ - 'id' => '584', - 'limitation_id' => '293', - 'value' => '17', - ], - 107 => [ - 'id' => '585', - 'limitation_id' => '294', - 'value' => '13', - ], - 108 => [ - 'id' => '586', - 'limitation_id' => '294', - 'value' => '38', - ], - 109 => [ - 'id' => '587', - 'limitation_id' => '294', - 'value' => '39', - ], - 110 => [ - 'id' => '588', - 'limitation_id' => '295', - 'value' => '1', - ], - 111 => [ - 'id' => '589', - 'limitation_id' => '296', - 'value' => '1', - ], - ], - SectionGateway::CONTENT_SECTION_TABLE => [ - 0 => [ - 'id' => '1', - 'identifier' => 'standard', - 'locale' => '', - 'name' => 'Standard', - 'navigation_part_identifier' => 'ezcontentnavigationpart', - ], - 1 => [ - 'id' => '2', - 'identifier' => 'users', - 'locale' => '', - 'name' => 'Users', - 'navigation_part_identifier' => 'ezusernavigationpart', - ], - 2 => [ - 'id' => '3', - 'identifier' => 'media', - 'locale' => '', - 'name' => 'Media', - 'navigation_part_identifier' => 'ezmedianavigationpart', - ], - 3 => [ - 'id' => '4', - 'identifier' => 'setup', - 'locale' => '', - 'name' => 'Setup', - 'navigation_part_identifier' => 'ezsetupnavigationpart', - ], - 4 => [ - 'id' => '5', - 'identifier' => 'design', - 'locale' => '', - 'name' => 'Design', - 'navigation_part_identifier' => 'ezvisualnavigationpart', - ], - 5 => [ - 'id' => '6', - 'identifier' => 'protected', - 'locale' => '', - 'name' => 'Protected', - 'navigation_part_identifier' => 'ezcontentnavigationpart', - ], - ], - UserStorage::USER_SETTING_TABLE => [ - 0 => [ - 'is_enabled' => '1', - 'max_login' => '1000', - 'user_id' => '10', - ], - 1 => [ - 'is_enabled' => '1', - 'max_login' => '10', - 'user_id' => '14', - ], - ], - \Ibexa\Core\Search\Legacy\Content\WordIndexer\Repository\SearchIndex::SEARCH_WORD_TABLE => [ - 0 => [ - 'id' => '801', - 'object_count' => '22', - 'word' => 'to', - ], - 1 => [ - 'id' => '802', - 'object_count' => '21', - 'word' => 'ibexa', - ], - 2 => [ - 'id' => '803', - 'object_count' => '20', - 'word' => 'publish', - ], - 3 => [ - 'id' => '804', - 'object_count' => '11', - 'word' => 'this', - ], - 4 => [ - 'id' => '805', - 'object_count' => '18', - 'word' => 'is', - ], - 5 => [ - 'id' => '807', - 'object_count' => '9', - 'word' => 'site', - ], - 6 => [ - 'id' => '809', - 'object_count' => '15', - 'word' => 'with', - ], - 7 => [ - 'id' => '810', - 'object_count' => '40', - 'word' => 'a', - ], - 8 => [ - 'id' => '812', - 'object_count' => '2', - 'word' => 'setup', - ], - 9 => [ - 'id' => '813', - 'object_count' => '19', - 'word' => 'of', - ], - 10 => [ - 'id' => '814', - 'object_count' => '26', - 'word' => 'the', - ], - 11 => [ - 'id' => '815', - 'object_count' => '8', - 'word' => 'functionality', - ], - 12 => [ - 'id' => '816', - 'object_count' => '24', - 'word' => 'for', - ], - 13 => [ - 'id' => '817', - 'object_count' => '2', - 'word' => 'full', - ], - 14 => [ - 'id' => '819', - 'object_count' => '1', - 'word' => 'please', - ], - 15 => [ - 'id' => '821', - 'object_count' => '6', - 'word' => 'website', - ], - 16 => [ - 'id' => '822', - 'object_count' => '9', - 'word' => 'interface', - ], - 17 => [ - 'id' => '823', - 'object_count' => '14', - 'word' => 'or', - ], - 18 => [ - 'id' => '824', - 'object_count' => '3', - 'word' => 'flow', - ], - 19 => [ - 'id' => '825', - 'object_count' => '44', - 'word' => 'at', - ], - 20 => [ - 'id' => '826', - 'object_count' => '5', - 'word' => 'installation', - ], - 21 => [ - 'id' => '827', - 'object_count' => '1', - 'word' => 'popular', - ], - 22 => [ - 'id' => '828', - 'object_count' => '6', - 'word' => 'open', - ], - 23 => [ - 'id' => '829', - 'object_count' => '4', - 'word' => 'source', - ], - 24 => [ - 'id' => '830', - 'object_count' => '15', - 'word' => 'content', - ], - 25 => [ - 'id' => '831', - 'object_count' => '8', - 'word' => 'management', - ], - 26 => [ - 'id' => '832', - 'object_count' => '8', - 'word' => 'system', - ], - 27 => [ - 'id' => '833', - 'object_count' => '22', - 'word' => 'and', - ], - 28 => [ - 'id' => '834', - 'object_count' => '7', - 'word' => 'development', - ], - 29 => [ - 'id' => '835', - 'object_count' => '1', - 'word' => 'framework', - ], - 30 => [ - 'id' => '836', - 'object_count' => '9', - 'word' => 'it', - ], - 31 => [ - 'id' => '837', - 'object_count' => '2', - 'word' => 'allows', - ], - 32 => [ - 'id' => '838', - 'object_count' => '1', - 'word' => 'professional', - ], - 33 => [ - 'id' => '839', - 'object_count' => '1', - 'word' => 'customized', - ], - 34 => [ - 'id' => '841', - 'object_count' => '11', - 'word' => 'web', - ], - 35 => [ - 'id' => '842', - 'object_count' => '2', - 'word' => 'solutions', - ], - 36 => [ - 'id' => '843', - 'object_count' => '17', - 'word' => 'can', - ], - 37 => [ - 'id' => '844', - 'object_count' => '12', - 'word' => 'be', - ], - 38 => [ - 'id' => '845', - 'object_count' => '5', - 'word' => 'used', - ], - 39 => [ - 'id' => '846', - 'object_count' => '5', - 'word' => 'build', - ], - 40 => [ - 'id' => '847', - 'object_count' => '1', - 'word' => 'anything', - ], - 41 => [ - 'id' => '848', - 'object_count' => '7', - 'word' => 'from', - ], - 42 => [ - 'id' => '850', - 'object_count' => '1', - 'word' => 'homepage', - ], - 43 => [ - 'id' => '853', - 'object_count' => '3', - 'word' => 'role', - ], - 44 => [ - 'id' => '854', - 'object_count' => '7', - 'word' => 'based', - ], - 45 => [ - 'id' => '856', - 'object_count' => '6', - 'word' => 'access', - ], - 46 => [ - 'id' => '857', - 'object_count' => '5', - 'word' => 'online', - ], - 47 => [ - 'id' => '858', - 'object_count' => '1', - 'word' => 'shopping', - ], - 48 => [ - 'id' => '860', - 'object_count' => '6', - 'word' => 'forums', - ], - 49 => [ - 'id' => '861', - 'object_count' => '4', - 'word' => 'other', - ], - 50 => [ - 'id' => '862', - 'object_count' => '3', - 'word' => 'advanced', - ], - 51 => [ - 'id' => '863', - 'object_count' => '53', - 'word' => 'in', - ], - 52 => [ - 'id' => '864', - 'object_count' => '1', - 'word' => 'addition', - ], - 53 => [ - 'id' => '865', - 'object_count' => '1', - 'word' => 'because', - ], - 54 => [ - 'id' => '866', - 'object_count' => '1', - 'word' => 'its', - ], - 55 => [ - 'id' => '867', - 'object_count' => '1', - 'word' => 'nature', - ], - 56 => [ - 'id' => '868', - 'object_count' => '3', - 'word' => 'easily', - ], - 57 => [ - 'id' => '870', - 'object_count' => '9', - 'word' => 'into', - ], - 58 => [ - 'id' => '873', - 'object_count' => '1', - 'word' => 'existing', - ], - 59 => [ - 'id' => '874', - 'object_count' => '6', - 'word' => 'documentation', - ], - 60 => [ - 'id' => '877', - 'object_count' => '2', - 'word' => 'common', - ], - 61 => [ - 'id' => '878', - 'object_count' => '2', - 'word' => 'topics', - ], - 62 => [ - 'id' => '880', - 'object_count' => '1', - 'word' => 'daily', - ], - 63 => [ - 'id' => '881', - 'object_count' => '15', - 'word' => 'use', - ], - 64 => [ - 'id' => '882', - 'object_count' => '9', - 'word' => 'also', - ], - 65 => [ - 'id' => '883', - 'object_count' => '2', - 'word' => 'some', - ], - 66 => [ - 'id' => '884', - 'object_count' => '1', - 'word' => 'people', - ], - 67 => [ - 'id' => '885', - 'object_count' => '2', - 'word' => 'who', - ], - 68 => [ - 'id' => '886', - 'object_count' => '11', - 'word' => 'are', - ], - 69 => [ - 'id' => '888', - 'object_count' => '3', - 'word' => 'should', - ], - 70 => [ - 'id' => '890', - 'object_count' => '5', - 'word' => 'read', - ], - 71 => [ - 'id' => '893', - 'object_count' => '8', - 'word' => 'if', - ], - 72 => [ - 'id' => '894', - 'object_count' => '18', - 'word' => 'you', - ], - 73 => [ - 'id' => '895', - 'object_count' => '8', - 'word' => 're', - ], - 74 => [ - 'id' => '897', - 'object_count' => '6', - 'word' => 'find', - ], - 75 => [ - 'id' => '898', - 'object_count' => '14', - 'word' => 'an', - ], - 76 => [ - 'id' => '899', - 'object_count' => '1', - 'word' => 'answer', - ], - 77 => [ - 'id' => '900', - 'object_count' => '1', - 'word' => 'solution', - ], - 78 => [ - 'id' => '901', - 'object_count' => '7', - 'word' => 'specific', - ], - 79 => [ - 'id' => '902', - 'object_count' => '1', - 'word' => 'question', - ], - 80 => [ - 'id' => '903', - 'object_count' => '1', - 'word' => 'problem', - ], - 81 => [ - 'id' => '904', - 'object_count' => '3', - 'word' => 'within', - ], - 82 => [ - 'id' => '905', - 'object_count' => '3', - 'word' => 'pages', - ], - 83 => [ - 'id' => '906', - 'object_count' => '9', - 'word' => 'make', - ], - 84 => [ - 'id' => '907', - 'object_count' => '1', - 'word' => 'official', - ], - 85 => [ - 'id' => '908', - 'object_count' => '3', - 'word' => 'forum', - ], - 86 => [ - 'id' => '909', - 'object_count' => '1', - 'word' => 'need', - ], - 87 => [ - 'id' => '910', - 'object_count' => '5', - 'word' => 'help', - ], - 88 => [ - 'id' => '912', - 'object_count' => '7', - 'word' => 'support', - ], - 89 => [ - 'id' => '913', - 'object_count' => '1', - 'word' => 'consulting', - ], - 90 => [ - 'id' => '914', - 'object_count' => '3', - 'word' => 'services', - ], - 91 => [ - 'id' => '915', - 'object_count' => '3', - 'word' => 'possible', - ], - 92 => [ - 'id' => '916', - 'object_count' => '1', - 'word' => 'sign', - ], - 93 => [ - 'id' => '917', - 'object_count' => '6', - 'word' => 'up', - ], - 94 => [ - 'id' => '918', - 'object_count' => '2', - 'word' => 'various', - ], - 95 => [ - 'id' => '919', - 'object_count' => '2', - 'word' => 'training', - ], - 96 => [ - 'id' => '921', - 'object_count' => '15', - 'word' => 'more', - ], - 97 => [ - 'id' => '922', - 'object_count' => '4', - 'word' => 'information', - ], - 98 => [ - 'id' => '923', - 'object_count' => '5', - 'word' => 'about', - ], - 99 => [ - 'id' => '924', - 'object_count' => '5', - 'word' => 'products', - ], - 100 => [ - 'id' => '925', - 'object_count' => '2', - 'word' => 'systems', - ], - 101 => [ - 'id' => '926', - 'object_count' => '3', - 'word' => 'visit', - ], - 102 => [ - 'id' => '927', - 'object_count' => '3', - 'word' => 'ibexa.co', - ], - 103 => [ - 'id' => '928', - 'object_count' => '3', - 'word' => 'tutorials', - ], - 104 => [ - 'id' => '929', - 'object_count' => '12', - 'word' => 'new', - ], - 105 => [ - 'id' => '930', - 'object_count' => '9', - 'word' => 'users', - ], - 106 => [ - 'id' => '931', - 'object_count' => '6', - 'word' => 'administration', - ], - 107 => [ - 'id' => '932', - 'object_count' => '7', - 'word' => 'editor', - ], - 108 => [ - 'id' => '933', - 'object_count' => '3', - 'word' => 'video', - ], - 109 => [ - 'id' => '934', - 'object_count' => '3', - 'word' => 'tutorial', - ], - 110 => [ - 'id' => '935', - 'object_count' => '1', - 'word' => 'experienced', - ], - 111 => [ - 'id' => '936', - 'object_count' => '11', - 'word' => 'how', - ], - 112 => [ - 'id' => '937', - 'object_count' => '4', - 'word' => 'develop', - ], - 113 => [ - 'id' => '938', - 'object_count' => '6', - 'word' => 'extensions', - ], - 114 => [ - 'id' => '939', - 'object_count' => '12', - 'word' => 'create', - ], - 115 => [ - 'id' => '940', - 'object_count' => '5', - 'word' => 'custom', - ], - 116 => [ - 'id' => '941', - 'object_count' => '7', - 'word' => 'workflow', - ], - 117 => [ - 'id' => '942', - 'object_count' => '4', - 'word' => 'rest', - ], - 118 => [ - 'id' => '943', - 'object_count' => '9', - 'word' => 'api', - ], - 119 => [ - 'id' => '944', - 'object_count' => '3', - 'word' => 'asynchronous', - ], - 120 => [ - 'id' => '945', - 'object_count' => '10', - 'word' => 'publishing', - ], - 121 => [ - 'id' => '946', - 'object_count' => '1', - 'word' => 'upgrading', - ], - 122 => [ - 'id' => '947', - 'object_count' => '4', - 'word' => '4.5', - ], - 123 => [ - 'id' => '948', - 'object_count' => '17', - 'word' => 'amp', - ], - 124 => [ - 'id' => '949', - 'object_count' => '16', - 'word' => 'nbsp', - ], - 125 => [ - 'id' => '950', - 'object_count' => '3', - 'word' => 'videos', - ], - 126 => [ - 'id' => '951', - 'object_count' => '2', - 'word' => 'main', - ], - 127 => [ - 'id' => '952', - 'object_count' => '4', - 'word' => 'group', - ], - 128 => [ - 'id' => '953', - 'object_count' => '2', - 'word' => 'anonymous', - ], - 129 => [ - 'id' => '954', - 'object_count' => '8', - 'word' => 'user', - ], - 130 => [ - 'id' => '955', - 'object_count' => '1', - 'word' => 'nospam', - ], - 131 => [ - 'id' => '958', - 'object_count' => '3', - 'word' => 'administrator', - ], - 132 => [ - 'id' => '959', - 'object_count' => '5', - 'word' => 'editors', - ], - 133 => [ - 'id' => '961', - 'object_count' => '5', - 'word' => 'media', - ], - 134 => [ - 'id' => '962', - 'object_count' => '5', - 'word' => 'images', - ], - 135 => [ - 'id' => '963', - 'object_count' => '4', - 'word' => 'files', - ], - 136 => [ - 'id' => '964', - 'object_count' => '1', - 'word' => 'multimedia', - ], - 137 => [ - 'id' => '965', - 'object_count' => '1', - 'word' => 'ini', - ], - 138 => [ - 'id' => '966', - 'object_count' => '1', - 'word' => 'settings', - ], - 139 => [ - 'id' => '967', - 'object_count' => '1', - 'word' => 'sitestyle_identifier', - ], - 140 => [ - 'id' => '968', - 'object_count' => '8', - 'word' => 'design', - ], - 141 => [ - 'id' => '969', - 'object_count' => '1', - 'word' => 'banners', - ], - 142 => [ - 'id' => '970', - 'object_count' => '2', - 'word' => 'home', - ], - 143 => [ - 'id' => '971', - 'object_count' => '3', - 'word' => 'technical', - ], - 144 => [ - 'id' => '972', - 'object_count' => '3', - 'word' => 'manual', - ], - 145 => [ - 'id' => '973', - 'object_count' => '4', - 'word' => 'want', - ], - 146 => [ - 'id' => '974', - 'object_count' => '10', - 'word' => 'your', - ], - 147 => [ - 'id' => '975', - 'object_count' => '4', - 'word' => 'own', - ], - 148 => [ - 'id' => '976', - 'object_count' => '15', - 'word' => 'on', - ], - 149 => [ - 'id' => '977', - 'object_count' => '1', - 'word' => 'solid', - ], - 150 => [ - 'id' => '978', - 'object_count' => '5', - 'word' => 'cms', - ], - 151 => [ - 'id' => '979', - 'object_count' => '2', - 'word' => 'could', - ], - 152 => [ - 'id' => '980', - 'object_count' => '1', - 'word' => 'rest_api', - ], - 153 => [ - 'id' => '981', - 'object_count' => '25', - 'word' => 'vivamus', - ], - 154 => [ - 'id' => '982', - 'object_count' => '22', - 'word' => 'suscipit', - ], - 155 => [ - 'id' => '983', - 'object_count' => '25', - 'word' => 'praesent', - ], - 156 => [ - 'id' => '984', - 'object_count' => '17', - 'word' => 'tincidunt', - ], - 157 => [ - 'id' => '985', - 'object_count' => '22', - 'word' => 'adipiscing', - ], - 158 => [ - 'id' => '986', - 'object_count' => '20', - 'word' => 'urna', - ], - 159 => [ - 'id' => '987', - 'object_count' => '18', - 'word' => 'etiam', - ], - 160 => [ - 'id' => '988', - 'object_count' => '24', - 'word' => 'ligula', - ], - 161 => [ - 'id' => '989', - 'object_count' => '20', - 'word' => 'velit', - ], - 162 => [ - 'id' => '990', - 'object_count' => '17', - 'word' => 'accumsan', - ], - 163 => [ - 'id' => '991', - 'object_count' => '16', - 'word' => 'feugiat', - ], - 164 => [ - 'id' => '992', - 'object_count' => '29', - 'word' => 'sit', - ], - 165 => [ - 'id' => '993', - 'object_count' => '29', - 'word' => 'amet', - ], - 166 => [ - 'id' => '994', - 'object_count' => '25', - 'word' => 'malesuada', - ], - 167 => [ - 'id' => '995', - 'object_count' => '27', - 'word' => 'vel', - ], - 168 => [ - 'id' => '996', - 'object_count' => '21', - 'word' => 'tellus', - ], - 169 => [ - 'id' => '997', - 'object_count' => '20', - 'word' => 'donec', - ], - 170 => [ - 'id' => '998', - 'object_count' => '23', - 'word' => 'magna', - ], - 171 => [ - 'id' => '999', - 'object_count' => '24', - 'word' => 'felis', - ], - 172 => [ - 'id' => '1000', - 'object_count' => '27', - 'word' => 'mauris', - ], - 173 => [ - 'id' => '1001', - 'object_count' => '36', - 'word' => 'sed', - ], - 174 => [ - 'id' => '1002', - 'object_count' => '19', - 'word' => 'lectus', - ], - 175 => [ - 'id' => '1003', - 'object_count' => '14', - 'word' => 'pharetra', - ], - 176 => [ - 'id' => '1004', - 'object_count' => '2', - 'word' => 'sheets', - ], - 177 => [ - 'id' => '1005', - 'object_count' => '11', - 'word' => 'maecenas', - ], - 178 => [ - 'id' => '1006', - 'object_count' => '29', - 'word' => 'quam', - ], - 179 => [ - 'id' => '1007', - 'object_count' => '17', - 'word' => 'nisi', - ], - 180 => [ - 'id' => '1008', - 'object_count' => '15', - 'word' => 'by', - ], - 181 => [ - 'id' => '1009', - 'object_count' => '1', - 'word' => 'category', - ], - 182 => [ - 'id' => '1010', - 'object_count' => '17', - 'word' => 'phasellus', - ], - 183 => [ - 'id' => '1011', - 'object_count' => '37', - 'word' => 'ut', - ], - 184 => [ - 'id' => '1012', - 'object_count' => '20', - 'word' => 'ante', - ], - 185 => [ - 'id' => '1013', - 'object_count' => '22', - 'word' => 'eu', - ], - 186 => [ - 'id' => '1014', - 'object_count' => '30', - 'word' => 'nunc', - ], - 187 => [ - 'id' => '1015', - 'object_count' => '13', - 'word' => 'hendrerit', - ], - 188 => [ - 'id' => '1016', - 'object_count' => '23', - 'word' => 'turpis', - ], - 189 => [ - 'id' => '1017', - 'object_count' => '24', - 'word' => 'vestibulum', - ], - 190 => [ - 'id' => '1018', - 'object_count' => '10', - 'word' => 'laoreet', - ], - 191 => [ - 'id' => '1019', - 'object_count' => '23', - 'word' => 'erat', - ], - 192 => [ - 'id' => '1020', - 'object_count' => '28', - 'word' => 'id', - ], - 193 => [ - 'id' => '1021', - 'object_count' => '1', - 'word' => 'featured', - ], - 194 => [ - 'id' => '1022', - 'object_count' => '3', - 'word' => 'software', - ], - 195 => [ - 'id' => '1023', - 'object_count' => '1', - 'word' => 'os', - ], - 196 => [ - 'id' => '1024', - 'object_count' => '7', - 'word' => 'type', - ], - 197 => [ - 'id' => '1025', - 'object_count' => '2', - 'word' => 'i', - ], - 198 => [ - 'id' => '1026', - 'object_count' => '27', - 'word' => 'aliquam', - ], - 199 => [ - 'id' => '1027', - 'object_count' => '16', - 'word' => 'sem', - ], - 200 => [ - 'id' => '1028', - 'object_count' => '15', - 'word' => 'lobortis', - ], - 201 => [ - 'id' => '1029', - 'object_count' => '16', - 'word' => 'bibendum', - ], - 202 => [ - 'id' => '1030', - 'object_count' => '20', - 'word' => 'quis', - ], - 203 => [ - 'id' => '1031', - 'object_count' => '15', - 'word' => 'viverra', - ], - 204 => [ - 'id' => '1032', - 'object_count' => '18', - 'word' => 'elit', - ], - 205 => [ - 'id' => '1033', - 'object_count' => '14', - 'word' => 'placerat', - ], - 206 => [ - 'id' => '1034', - 'object_count' => '21', - 'word' => 'odio', - ], - 207 => [ - 'id' => '1035', - 'object_count' => '18', - 'word' => 'nam', - ], - 208 => [ - 'id' => '1036', - 'object_count' => '17', - 'word' => 'massa', - ], - 209 => [ - 'id' => '1037', - 'object_count' => '12', - 'word' => 'porta', - ], - 210 => [ - 'id' => '1038', - 'object_count' => '22', - 'word' => 'metus', - ], - 211 => [ - 'id' => '1039', - 'object_count' => '19', - 'word' => 'arcu', - ], - 212 => [ - 'id' => '1040', - 'object_count' => '30', - 'word' => 'nulla', - ], - 213 => [ - 'id' => '1041', - 'object_count' => '15', - 'word' => 'tortor', - ], - 214 => [ - 'id' => '1042', - 'object_count' => '19', - 'word' => 'non', - ], - 215 => [ - 'id' => '1043', - 'object_count' => '19', - 'word' => 'egestas', - ], - 216 => [ - 'id' => '1044', - 'object_count' => '11', - 'word' => 'aenean', - ], - 217 => [ - 'id' => '1045', - 'object_count' => '16', - 'word' => 'iaculis', - ], - 218 => [ - 'id' => '1046', - 'object_count' => '17', - 'word' => 'facilisis', - ], - 219 => [ - 'id' => '1047', - 'object_count' => '16', - 'word' => 'curabitur', - ], - 220 => [ - 'id' => '1048', - 'object_count' => '14', - 'word' => 'sollicitudin', - ], - 221 => [ - 'id' => '1049', - 'object_count' => '19', - 'word' => 'pede', - ], - 222 => [ - 'id' => '1050', - 'object_count' => '9', - 'word' => 'rhoncus', - ], - 223 => [ - 'id' => '1051', - 'object_count' => '22', - 'word' => 'lorem', - ], - 224 => [ - 'id' => '1052', - 'object_count' => '17', - 'word' => 'consectetuer', - ], - 225 => [ - 'id' => '1053', - 'object_count' => '18', - 'word' => 'varius', - ], - 226 => [ - 'id' => '1054', - 'object_count' => '6', - 'word' => 'lt', - ], - 227 => [ - 'id' => '1055', - 'object_count' => '5', - 'word' => 'xml', - ], - 228 => [ - 'id' => '1056', - 'object_count' => '8', - 'word' => 'version', - ], - 229 => [ - 'id' => '1057', - 'object_count' => '5', - 'word' => '1.0', - ], - 230 => [ - 'id' => '1058', - 'object_count' => '4', - 'word' => 'encoding', - ], - 231 => [ - 'id' => '1059', - 'object_count' => '4', - 'word' => 'utf', - ], - 232 => [ - 'id' => '1060', - 'object_count' => '4', - 'word' => '8', - ], - 233 => [ - 'id' => '1061', - 'object_count' => '7', - 'word' => 'gt', - ], - 234 => [ - 'id' => '1062', - 'object_count' => '4', - 'word' => 'ezmultioption', - ], - 235 => [ - 'id' => '1063', - 'object_count' => '4', - 'word' => 'option_counter', - ], - 236 => [ - 'id' => '1064', - 'object_count' => '4', - 'word' => '2', - ], - 237 => [ - 'id' => '1065', - 'object_count' => '4', - 'word' => 'name', - ], - 238 => [ - 'id' => '1066', - 'object_count' => '5', - 'word' => 'additional', - ], - 239 => [ - 'id' => '1067', - 'object_count' => '5', - 'word' => 'options', - ], - 240 => [ - 'id' => '1068', - 'object_count' => '4', - 'word' => 'multioptions', - ], - 241 => [ - 'id' => '1069', - 'object_count' => '4', - 'word' => 'multioption', - ], - 242 => [ - 'id' => '1070', - 'object_count' => '6', - 'word' => '1', - ], - 243 => [ - 'id' => '1071', - 'object_count' => '4', - 'word' => 'priority', - ], - 244 => [ - 'id' => '1072', - 'object_count' => '4', - 'word' => 'default_option_id', - ], - 245 => [ - 'id' => '1073', - 'object_count' => '6', - 'word' => 'option', - ], - 246 => [ - 'id' => '1074', - 'object_count' => '4', - 'word' => 'option_id', - ], - 247 => [ - 'id' => '1075', - 'object_count' => '4', - 'word' => 'value', - ], - 248 => [ - 'id' => '1076', - 'object_count' => '1', - 'word' => 'silver', - ], - 249 => [ - 'id' => '1077', - 'object_count' => '4', - 'word' => 'additional_price', - ], - 250 => [ - 'id' => '1078', - 'object_count' => '4', - 'word' => '10.00', - ], - 251 => [ - 'id' => '1079', - 'object_count' => '2', - 'word' => 'gold', - ], - 252 => [ - 'id' => '1080', - 'object_count' => '1', - 'word' => '20.00', - ], - 253 => [ - 'id' => '1081', - 'object_count' => '1', - 'word' => 'boxes', - ], - 254 => [ - 'id' => '1082', - 'object_count' => '4', - 'word' => 'cd', - ], - 255 => [ - 'id' => '1083', - 'object_count' => '3', - 'word' => 'dvd', - ], - 256 => [ - 'id' => '1084', - 'object_count' => '8', - 'word' => 'box', - ], - 257 => [ - 'id' => '1085', - 'object_count' => '10', - 'word' => 'cum', - ], - 258 => [ - 'id' => '1086', - 'object_count' => '10', - 'word' => 'sociis', - ], - 259 => [ - 'id' => '1087', - 'object_count' => '10', - 'word' => 'natoque', - ], - 260 => [ - 'id' => '1088', - 'object_count' => '11', - 'word' => 'penatibus', - ], - 261 => [ - 'id' => '1089', - 'object_count' => '34', - 'word' => 'et', - ], - 262 => [ - 'id' => '1090', - 'object_count' => '11', - 'word' => 'magnis', - ], - 263 => [ - 'id' => '1091', - 'object_count' => '11', - 'word' => 'dis', - ], - 264 => [ - 'id' => '1092', - 'object_count' => '10', - 'word' => 'parturient', - ], - 265 => [ - 'id' => '1093', - 'object_count' => '10', - 'word' => 'montes', - ], - 266 => [ - 'id' => '1094', - 'object_count' => '10', - 'word' => 'nascetur', - ], - 267 => [ - 'id' => '1095', - 'object_count' => '10', - 'word' => 'ridiculus', - ], - 268 => [ - 'id' => '1096', - 'object_count' => '10', - 'word' => 'mus', - ], - 269 => [ - 'id' => '1097', - 'object_count' => '7', - 'word' => 'venenatis', - ], - 270 => [ - 'id' => '1098', - 'object_count' => '5', - 'word' => 'elementum', - ], - 271 => [ - 'id' => '1099', - 'object_count' => '23', - 'word' => 'dolor', - ], - 272 => [ - 'id' => '1100', - 'object_count' => '14', - 'word' => 'volutpat', - ], - 273 => [ - 'id' => '1101', - 'object_count' => '15', - 'word' => 'auctor', - ], - 274 => [ - 'id' => '1102', - 'object_count' => '13', - 'word' => 'libero', - ], - 275 => [ - 'id' => '1103', - 'object_count' => '23', - 'word' => 'ipsum', - ], - 276 => [ - 'id' => '1104', - 'object_count' => '6', - 'word' => 'aliquet', - ], - 277 => [ - 'id' => '1105', - 'object_count' => '8', - 'word' => 'dapibus', - ], - 278 => [ - 'id' => '1106', - 'object_count' => '18', - 'word' => 'eros', - ], - 279 => [ - 'id' => '1107', - 'object_count' => '25', - 'word' => 'nec', - ], - 280 => [ - 'id' => '1108', - 'object_count' => '28', - 'word' => 'pellentesque', - ], - 281 => [ - 'id' => '1109', - 'object_count' => '15', - 'word' => 'diam', - ], - 282 => [ - 'id' => '1110', - 'object_count' => '17', - 'word' => 'dignissim', - ], - 283 => [ - 'id' => '1111', - 'object_count' => '10', - 'word' => 'pulvinar', - ], - 284 => [ - 'id' => '1112', - 'object_count' => '14', - 'word' => 'rutrum', - ], - 285 => [ - 'id' => '1113', - 'object_count' => '22', - 'word' => 'nisl', - ], - 286 => [ - 'id' => '1114', - 'object_count' => '18', - 'word' => 'quisque', - ], - 287 => [ - 'id' => '1115', - 'object_count' => '15', - 'word' => 'ultrices', - ], - 288 => [ - 'id' => '1116', - 'object_count' => '22', - 'word' => 'tristique', - ], - 289 => [ - 'id' => '1117', - 'object_count' => '16', - 'word' => 'tempus', - ], - 290 => [ - 'id' => '1118', - 'object_count' => '15', - 'word' => 'posuere', - ], - 291 => [ - 'id' => '1119', - 'object_count' => '15', - 'word' => 'pretium', - ], - 292 => [ - 'id' => '1120', - 'object_count' => '3', - 'word' => 'cover', - ], - 293 => [ - 'id' => '1121', - 'object_count' => '3', - 'word' => 'soft', - ], - 294 => [ - 'id' => '1122', - 'object_count' => '5', - 'word' => 'hard', - ], - 295 => [ - 'id' => '1123', - 'object_count' => '3', - 'word' => '15.00', - ], - 296 => [ - 'id' => '1124', - 'object_count' => '1', - 'word' => 'ii', - ], - 297 => [ - 'id' => '1125', - 'object_count' => '1', - 'word' => 'iii', - ], - 298 => [ - 'id' => '1126', - 'object_count' => '2', - 'word' => 'industry', - ], - 299 => [ - 'id' => '1127', - 'object_count' => '2', - 'word' => 'banking', - ], - 300 => [ - 'id' => '1128', - 'object_count' => '1', - 'word' => 'automotive', - ], - 301 => [ - 'id' => '1129', - 'object_count' => '1', - 'word' => 'education', - ], - 302 => [ - 'id' => '1130', - 'object_count' => '1', - 'word' => 'electronics', - ], - 303 => [ - 'id' => '1131', - 'object_count' => '2', - 'word' => 'business', - ], - 304 => [ - 'id' => '1132', - 'object_count' => '3', - 'word' => 'integration', - ], - 305 => [ - 'id' => '1133', - 'object_count' => '7', - 'word' => 'enterprise', - ], - 306 => [ - 'id' => '1134', - 'object_count' => '1', - 'word' => 'resource', - ], - 307 => [ - 'id' => '1135', - 'object_count' => '15', - 'word' => 'fusce', - ], - 308 => [ - 'id' => '1136', - 'object_count' => '5', - 'word' => 'sagittis', - ], - 309 => [ - 'id' => '1137', - 'object_count' => '13', - 'word' => 'suspendisse', - ], - 310 => [ - 'id' => '1138', - 'object_count' => '10', - 'word' => 'faucibus', - ], - 311 => [ - 'id' => '1139', - 'object_count' => '10', - 'word' => 'ornare', - ], - 312 => [ - 'id' => '1140', - 'object_count' => '12', - 'word' => 'gravida', - ], - 313 => [ - 'id' => '1141', - 'object_count' => '14', - 'word' => 'neque', - ], - 314 => [ - 'id' => '1142', - 'object_count' => '18', - 'word' => 'orci', - ], - 315 => [ - 'id' => '1143', - 'object_count' => '12', - 'word' => 'lacus', - ], - 316 => [ - 'id' => '1144', - 'object_count' => '16', - 'word' => 'interdum', - ], - 317 => [ - 'id' => '1145', - 'object_count' => '17', - 'word' => 'cras', - ], - 318 => [ - 'id' => '1146', - 'object_count' => '9', - 'word' => 'molestie', - ], - 319 => [ - 'id' => '1147', - 'object_count' => '19', - 'word' => 'congue', - ], - 320 => [ - 'id' => '1148', - 'object_count' => '5', - 'word' => 'convallis', - ], - 321 => [ - 'id' => '1149', - 'object_count' => '20', - 'word' => 'justo', - ], - 322 => [ - 'id' => '1150', - 'object_count' => '7', - 'word' => 'facilisi', - ], - 323 => [ - 'id' => '1151', - 'object_count' => '5', - 'word' => 'potenti', - ], - 324 => [ - 'id' => '1152', - 'object_count' => '6', - 'word' => 'hac', - ], - 325 => [ - 'id' => '1153', - 'object_count' => '6', - 'word' => 'habitasse', - ], - 326 => [ - 'id' => '1154', - 'object_count' => '6', - 'word' => 'platea', - ], - 327 => [ - 'id' => '1155', - 'object_count' => '6', - 'word' => 'dictumst', - ], - 328 => [ - 'id' => '1156', - 'object_count' => '9', - 'word' => 'commodo', - ], - 329 => [ - 'id' => '1157', - 'object_count' => '14', - 'word' => 'purus', - ], - 330 => [ - 'id' => '1158', - 'object_count' => '19', - 'word' => 'nibh', - ], - 331 => [ - 'id' => '1159', - 'object_count' => '7', - 'word' => 'integer', - ], - 332 => [ - 'id' => '1160', - 'object_count' => '11', - 'word' => 'dictum', - ], - 333 => [ - 'id' => '1161', - 'object_count' => '16', - 'word' => 'risus', - ], - 334 => [ - 'id' => '1162', - 'object_count' => '16', - 'word' => 'mi', - ], - 335 => [ - 'id' => '1163', - 'object_count' => '15', - 'word' => 'nullam', - ], - 336 => [ - 'id' => '1164', - 'object_count' => '17', - 'word' => 'est', - ], - 337 => [ - 'id' => '1165', - 'object_count' => '20', - 'word' => 'consequat', - ], - 338 => [ - 'id' => '1166', - 'object_count' => '8', - 'word' => 'ultricies', - ], - 339 => [ - 'id' => '1167', - 'object_count' => '8', - 'word' => 'mollis', - ], - 340 => [ - 'id' => '1168', - 'object_count' => '15', - 'word' => 'sapien', - ], - 341 => [ - 'id' => '1169', - 'object_count' => '10', - 'word' => 'cursus', - ], - 342 => [ - 'id' => '1170', - 'object_count' => '16', - 'word' => 'vitae', - ], - 343 => [ - 'id' => '1171', - 'object_count' => '22', - 'word' => 'eget', - ], - 344 => [ - 'id' => '1172', - 'object_count' => '18', - 'word' => 'proin', - ], - 345 => [ - 'id' => '1173', - 'object_count' => '6', - 'word' => 'ullamcorper', - ], - 346 => [ - 'id' => '1174', - 'object_count' => '6', - 'word' => 'class', - ], - 347 => [ - 'id' => '1175', - 'object_count' => '4', - 'word' => 'aptent', - ], - 348 => [ - 'id' => '1176', - 'object_count' => '4', - 'word' => 'taciti', - ], - 349 => [ - 'id' => '1177', - 'object_count' => '4', - 'word' => 'sociosqu', - ], - 350 => [ - 'id' => '1178', - 'object_count' => '4', - 'word' => 'ad', - ], - 351 => [ - 'id' => '1179', - 'object_count' => '4', - 'word' => 'litora', - ], - 352 => [ - 'id' => '1180', - 'object_count' => '4', - 'word' => 'torquent', - ], - 353 => [ - 'id' => '1181', - 'object_count' => '4', - 'word' => 'per', - ], - 354 => [ - 'id' => '1182', - 'object_count' => '4', - 'word' => 'conubia', - ], - 355 => [ - 'id' => '1183', - 'object_count' => '4', - 'word' => 'nostra', - ], - 356 => [ - 'id' => '1184', - 'object_count' => '4', - 'word' => 'inceptos', - ], - 357 => [ - 'id' => '1185', - 'object_count' => '4', - 'word' => 'hymenaeos', - ], - 358 => [ - 'id' => '1186', - 'object_count' => '13', - 'word' => 'fringilla', - ], - 359 => [ - 'id' => '1187', - 'object_count' => '17', - 'word' => 'euismod', - ], - 360 => [ - 'id' => '1188', - 'object_count' => '30', - 'word' => 'ac', - ], - 361 => [ - 'id' => '1189', - 'object_count' => '13', - 'word' => 'condimentum', - ], - 362 => [ - 'id' => '1190', - 'object_count' => '1', - 'word' => '1174643880', - ], - 363 => [ - 'id' => '1191', - 'object_count' => '45', - 'word' => '0', - ], - 364 => [ - 'id' => '1192', - 'object_count' => '15', - 'word' => 'sodales', - ], - 365 => [ - 'id' => '1193', - 'object_count' => '10', - 'word' => 'enim', - ], - 366 => [ - 'id' => '1194', - 'object_count' => '11', - 'word' => 'leo', - ], - 367 => [ - 'id' => '1195', - 'object_count' => '10', - 'word' => 'vehicula', - ], - 368 => [ - 'id' => '1196', - 'object_count' => '14', - 'word' => 'nonummy', - ], - 369 => [ - 'id' => '1197', - 'object_count' => '15', - 'word' => 'imperdiet', - ], - 370 => [ - 'id' => '1198', - 'object_count' => '14', - 'word' => 'vulputate', - ], - 371 => [ - 'id' => '1199', - 'object_count' => '9', - 'word' => 'blandit', - ], - 372 => [ - 'id' => '1200', - 'object_count' => '1', - 'word' => '1174644060', - ], - 373 => [ - 'id' => '1201', - 'object_count' => '1', - 'word' => '1174643640', - ], - 374 => [ - 'id' => '1202', - 'object_count' => '13', - 'word' => 'duis', - ], - 375 => [ - 'id' => '1203', - 'object_count' => '14', - 'word' => 'tempor', - ], - 376 => [ - 'id' => '1204', - 'object_count' => '1', - 'word' => '1174645140', - ], - 377 => [ - 'id' => '1205', - 'object_count' => '2', - 'word' => '1174645260', - ], - 378 => [ - 'id' => '1206', - 'object_count' => '5', - 'word' => 'eleifend', - ], - 379 => [ - 'id' => '1207', - 'object_count' => '5', - 'word' => 'fermentum', - ], - 380 => [ - 'id' => '1208', - 'object_count' => '13', - 'word' => 'augue', - ], - 381 => [ - 'id' => '1209', - 'object_count' => '10', - 'word' => 'porttitor', - ], - 382 => [ - 'id' => '1210', - 'object_count' => '1', - 'word' => 'standard', - ], - 383 => [ - 'id' => '1211', - 'object_count' => '1', - 'word' => 'exam', - ], - 384 => [ - 'id' => '1212', - 'object_count' => '2', - 'word' => 'delivery', - ], - 385 => [ - 'id' => '1213', - 'object_count' => '2', - 'word' => 'method', - ], - 386 => [ - 'id' => '1214', - 'object_count' => '1', - 'word' => 'classroom', - ], - 387 => [ - 'id' => '1215', - 'object_count' => '1', - 'word' => 'certification', - ], - 388 => [ - 'id' => '1216', - 'object_count' => '1', - 'word' => 'workshops', - ], - 389 => [ - 'id' => '1217', - 'object_count' => '7', - 'word' => 'semper', - ], - 390 => [ - 'id' => '1218', - 'object_count' => '12', - 'word' => 'dui', - ], - 391 => [ - 'id' => '1219', - 'object_count' => '1', - 'word' => '1175235780', - ], - 392 => [ - 'id' => '1220', - 'object_count' => '12', - 'word' => 'morbi', - ], - 393 => [ - 'id' => '1221', - 'object_count' => '11', - 'word' => 'lacinia', - ], - 394 => [ - 'id' => '1222', - 'object_count' => '1', - 'word' => '1175236020', - ], - 395 => [ - 'id' => '1223', - 'object_count' => '5', - 'word' => 'luctus', - ], - 396 => [ - 'id' => '1224', - 'object_count' => '1', - 'word' => '1175236920', - ], - 397 => [ - 'id' => '1225', - 'object_count' => '4', - 'word' => 'events', - ], - 398 => [ - 'id' => '1226', - 'object_count' => '1', - 'word' => 'seminars', - ], - 399 => [ - 'id' => '1227', - 'object_count' => '3', - 'word' => 'self', - ], - 400 => [ - 'id' => '1228', - 'object_count' => '1', - 'word' => 'paced', - ], - 401 => [ - 'id' => '1229', - 'object_count' => '2', - 'word' => 'courses', - ], - 402 => [ - 'id' => '1230', - 'object_count' => '6', - 'word' => 'habitant', - ], - 403 => [ - 'id' => '1231', - 'object_count' => '7', - 'word' => 'senectus', - ], - 404 => [ - 'id' => '1232', - 'object_count' => '7', - 'word' => 'netus', - ], - 405 => [ - 'id' => '1233', - 'object_count' => '7', - 'word' => 'fames', - ], - 406 => [ - 'id' => '1234', - 'object_count' => '1', - 'word' => 'instructor', - ], - 407 => [ - 'id' => '1235', - 'object_count' => '1', - 'word' => 'led', - ], - 408 => [ - 'id' => '1236', - 'object_count' => '2', - 'word' => 'learning', - ], - 409 => [ - 'id' => '1237', - 'object_count' => '5', - 'word' => 'resources', - ], - 410 => [ - 'id' => '1238', - 'object_count' => '2', - 'word' => 'knowledgebase', - ], - 411 => [ - 'id' => '1239', - 'object_count' => '11', - 'word' => 'mattis', - ], - 412 => [ - 'id' => '1240', - 'object_count' => '3', - 'word' => 'scelerisque', - ], - 413 => [ - 'id' => '1241', - 'object_count' => '2', - 'word' => 'books', - ], - 414 => [ - 'id' => '1242', - 'object_count' => '3', - 'word' => 'primis', - ], - 415 => [ - 'id' => '1243', - 'object_count' => '3', - 'word' => 'cubilia', - ], - 416 => [ - 'id' => '1244', - 'object_count' => '3', - 'word' => 'curae', - ], - 417 => [ - 'id' => '1245', - 'object_count' => '1', - 'word' => '1175496180', - ], - 418 => [ - 'id' => '1246', - 'object_count' => '1', - 'word' => 'customer', - ], - 419 => [ - 'id' => '1247', - 'object_count' => '5', - 'word' => 'service', - ], - 420 => [ - 'id' => '1248', - 'object_count' => '1', - 'word' => 'programs', - ], - 421 => [ - 'id' => '1249', - 'object_count' => '1', - 'word' => 'getting', - ], - 422 => [ - 'id' => '1250', - 'object_count' => '2', - 'word' => 'started', - ], - 423 => [ - 'id' => '1251', - 'object_count' => '3', - 'word' => 'get', - ], - 424 => [ - 'id' => '1252', - 'object_count' => '1', - 'word' => 'involved', - ], - 425 => [ - 'id' => '1253', - 'object_count' => '3', - 'word' => 'blogs', - ], - 426 => [ - 'id' => '1254', - 'object_count' => '1', - 'word' => 'twitter', - ], - 427 => [ - 'id' => '1255', - 'object_count' => '1', - 'word' => 'linkedin', - ], - 428 => [ - 'id' => '1256', - 'object_count' => '2', - 'word' => 'contact', - ], - 429 => [ - 'id' => '1257', - 'object_count' => '3', - 'word' => 'share', - ], - 430 => [ - 'id' => '1258', - 'object_count' => '8', - 'word' => 'community', - ], - 431 => [ - 'id' => '1259', - 'object_count' => '5', - 'word' => 's', - ], - 432 => [ - 'id' => '1260', - 'object_count' => '1', - 'word' => 'life', - ], - 433 => [ - 'id' => '1261', - 'object_count' => '1', - 'word' => 'helped', - ], - 434 => [ - 'id' => '1262', - 'object_count' => '1', - 'word' => 'participate', - ], - 435 => [ - 'id' => '1263', - 'object_count' => '7', - 'word' => 'page', - ], - 436 => [ - 'id' => '1264', - 'object_count' => '2', - 'word' => 'gives', - ], - 437 => [ - 'id' => '1265', - 'object_count' => '2', - 'word' => 'list', - ], - 438 => [ - 'id' => '1266', - 'object_count' => '1', - 'word' => 'hints', - ], - 439 => [ - 'id' => '1267', - 'object_count' => '1', - 'word' => 'tricks', - ], - 440 => [ - 'id' => '1268', - 'object_count' => '1', - 'word' => 'actually', - ], - 441 => [ - 'id' => '1269', - 'object_count' => '1', - 'word' => 'sure', - ], - 442 => [ - 'id' => '1270', - 'object_count' => '1', - 'word' => 'etiquette', - ], - 443 => [ - 'id' => '1271', - 'object_count' => '1', - 'word' => 'blogging', - ], - 444 => [ - 'id' => '1272', - 'object_count' => '1', - 'word' => 'usage', - ], - 445 => [ - 'id' => '1273', - 'object_count' => '1', - 'word' => 'guidelines', - ], - 446 => [ - 'id' => '1274', - 'object_count' => '1', - 'word' => 'unclear', - ], - 447 => [ - 'id' => '1275', - 'object_count' => '3', - 'word' => 'after', - ], - 448 => [ - 'id' => '1276', - 'object_count' => '6', - 'word' => 'having', - ], - 449 => [ - 'id' => '1277', - 'object_count' => '9', - 'word' => 'through', - ], - 450 => [ - 'id' => '1278', - 'object_count' => '2', - 'word' => 'following', - ], - 451 => [ - 'id' => '1279', - 'object_count' => '1', - 'word' => 'would', - ], - 452 => [ - 'id' => '1280', - 'object_count' => '10', - 'word' => 'like', - ], - 453 => [ - 'id' => '1281', - 'object_count' => '1', - 'word' => 'ask', - ], - 454 => [ - 'id' => '1282', - 'object_count' => '2', - 'word' => 'feel', - ], - 455 => [ - 'id' => '1283', - 'object_count' => '2', - 'word' => 'free', - ], - 456 => [ - 'id' => '1284', - 'object_count' => '2', - 'word' => 'send', - ], - 457 => [ - 'id' => '1285', - 'object_count' => '2', - 'word' => 'email', - ], - 458 => [ - 'id' => '1286', - 'object_count' => '1', - 'word' => 'sharing', - ], - 459 => [ - 'id' => '1287', - 'object_count' => '6', - 'word' => 'http', - ], - 460 => [ - 'id' => '1288', - 'object_count' => '2', - 'word' => 'share.ibexa.co', - ], - 461 => [ - 'id' => '1289', - 'object_count' => '1', - 'word' => 'pick', - ], - 462 => [ - 'id' => '1290', - 'object_count' => '12', - 'word' => 'one', - ], - 463 => [ - 'id' => '1291', - 'object_count' => '1', - 'word' => 'remark', - ], - 464 => [ - 'id' => '1292', - 'object_count' => '3', - 'word' => 'answers', - ], - 465 => [ - 'id' => '1293', - 'object_count' => '1', - 'word' => 'others', - ], - 466 => [ - 'id' => '1294', - 'object_count' => '1', - 'word' => 'questions', - ], - 467 => [ - 'id' => '1295', - 'object_count' => '4', - 'word' => 'simply', - ], - 468 => [ - 'id' => '1296', - 'object_count' => '1', - 'word' => 'looking', - ], - 469 => [ - 'id' => '1297', - 'object_count' => '1', - 'word' => 'bit', - ], - 470 => [ - 'id' => '1298', - 'object_count' => '4', - 'word' => 'available', - ], - 471 => [ - 'id' => '1299', - 'object_count' => '1', - 'word' => 'install', - ], - 472 => [ - 'id' => '1300', - 'object_count' => '7', - 'word' => 'configuration', - ], - 473 => [ - 'id' => '1301', - 'object_count' => '2', - 'word' => 'rss', - ], - 474 => [ - 'id' => '1302', - 'object_count' => '1', - 'word' => 'general', - ], - 475 => [ - 'id' => '1303', - 'object_count' => '3', - 'word' => 'developer', - ], - 476 => [ - 'id' => '1304', - 'object_count' => '1', - 'word' => 'suggestions', - ], - 477 => [ - 'id' => '1305', - 'object_count' => '1', - 'word' => 'broken', - ], - 478 => [ - 'id' => '1306', - 'object_count' => '1', - 'word' => 'down', - ], - 479 => [ - 'id' => '1307', - 'object_count' => '5', - 'word' => 'extension', - ], - 480 => [ - 'id' => '1308', - 'object_count' => '1', - 'word' => 'subforums', - ], - 481 => [ - 'id' => '1309', - 'object_count' => '1', - 'word' => 'newsletter', - ], - 482 => [ - 'id' => '1310', - 'object_count' => '4', - 'word' => 'dedicated', - ], - 483 => [ - 'id' => '1311', - 'object_count' => '1', - 'word' => 'translators', - ], - 484 => [ - 'id' => '1312', - 'object_count' => '1', - 'word' => 'linguists', - ], - 485 => [ - 'id' => '1313', - 'object_count' => '3', - 'word' => 'translating', - ], - 486 => [ - 'id' => '1314', - 'object_count' => '3', - 'word' => 'translations', - ], - 487 => [ - 'id' => '1315', - 'object_count' => '1', - 'word' => 'local', - ], - 488 => [ - 'id' => '1316', - 'object_count' => '3', - 'word' => 'communities', - ], - 489 => [ - 'id' => '1317', - 'object_count' => '6', - 'word' => 'do', - ], - 490 => [ - 'id' => '1318', - 'object_count' => '7', - 'word' => 'not', - ], - 491 => [ - 'id' => '1319', - 'object_count' => '15', - 'word' => 'have', - ], - 492 => [ - 'id' => '1320', - 'object_count' => '4', - 'word' => 'platform', - ], - 493 => [ - 'id' => '1321', - 'object_count' => '3', - 'word' => 'their', - ], - 494 => [ - 'id' => '1322', - 'object_count' => '1', - 'word' => 'native', - ], - 495 => [ - 'id' => '1323', - 'object_count' => '5', - 'word' => 'language', - ], - 496 => [ - 'id' => '1324', - 'object_count' => '1', - 'word' => 'localized', - ], - 497 => [ - 'id' => '1325', - 'object_count' => '1', - 'word' => 'last', - ], - 498 => [ - 'id' => '1326', - 'object_count' => '1', - 'word' => 'welcomes', - ], - 499 => [ - 'id' => '1327', - 'object_count' => '2', - 'word' => 'portal', - ], - 500 => [ - 'id' => '1328', - 'object_count' => '1', - 'word' => 'feedback', - ], - 501 => [ - 'id' => '1329', - 'object_count' => '1', - 'word' => 'ideas', - ], - 502 => [ - 'id' => '1330', - 'object_count' => '1', - 'word' => 'often', - ], - 503 => [ - 'id' => '1331', - 'object_count' => '1', - 'word' => 'conjunction', - ], - 504 => [ - 'id' => '1332', - 'object_count' => '1', - 'word' => 'issue', - ], - 505 => [ - 'id' => '1333', - 'object_count' => '1', - 'word' => 'tracker', - ], - 506 => [ - 'id' => '1334', - 'object_count' => '1', - 'word' => 'confused', - ], - 507 => [ - 'id' => '1335', - 'object_count' => '1', - 'word' => 'experience', - ], - 508 => [ - 'id' => '1336', - 'object_count' => '4', - 'word' => 'article', - ], - 509 => [ - 'id' => '1337', - 'object_count' => '9', - 'word' => 'articles', - ], - 510 => [ - 'id' => '1338', - 'object_count' => '1', - 'word' => 'sections', - ], - 511 => [ - 'id' => '1339', - 'object_count' => '1', - 'word' => 'mines', - ], - 512 => [ - 'id' => '1340', - 'object_count' => '2', - 'word' => 'useful', - ], - 513 => [ - 'id' => '1341', - 'object_count' => '1', - 'word' => 'practical', - ], - 514 => [ - 'id' => '1342', - 'object_count' => '5', - 'word' => 'may', - ], - 515 => [ - 'id' => '1343', - 'object_count' => '3', - 'word' => 'willing', - ], - 516 => [ - 'id' => '1344', - 'object_count' => '3', - 'word' => 'contribute', - ], - 517 => [ - 'id' => '1345', - 'object_count' => '1', - 'word' => 'growing', - ], - 518 => [ - 'id' => '1346', - 'object_count' => '1', - 'word' => 'amount', - ], - 519 => [ - 'id' => '1347', - 'object_count' => '1', - 'word' => 'experiences', - ], - 520 => [ - 'id' => '1348', - 'object_count' => '3', - 'word' => 'right', - ], - 521 => [ - 'id' => '1349', - 'object_count' => '1', - 'word' => 'here', - ], - 522 => [ - 'id' => '1350', - 'object_count' => '1', - 'word' => 'write', - ], - 523 => [ - 'id' => '1351', - 'object_count' => '2', - 'word' => 'live', - ], - 524 => [ - 'id' => '1352', - 'object_count' => '1', - 'word' => 'chat', - ], - 525 => [ - 'id' => '1353', - 'object_count' => '1', - 'word' => 'irc', - ], - 526 => [ - 'id' => '1354', - 'object_count' => '3', - 'word' => 'two', - ], - 527 => [ - 'id' => '1355', - 'object_count' => '1', - 'word' => 'channels', - ], - 528 => [ - 'id' => '1356', - 'object_count' => '1', - 'word' => 'mostly', - ], - 529 => [ - 'id' => '1357', - 'object_count' => '2', - 'word' => 'around', - ], - 530 => [ - 'id' => '1358', - 'object_count' => '4', - 'word' => 'components', - ], - 531 => [ - 'id' => '1359', - 'object_count' => '5', - 'word' => 'they', - ], - 532 => [ - 'id' => '1360', - 'object_count' => '1', - 'word' => 'room', - ], - 533 => [ - 'id' => '1361', - 'object_count' => '1', - 'word' => 'irc.freenode.net', - ], - 534 => [ - 'id' => '1362', - 'object_count' => '2', - 'word' => 'ibexa', - ], - 535 => [ - 'id' => '1363', - 'object_count' => '1', - 'word' => 'zetacomponents', - ], - 536 => [ - 'id' => '1364', - 'object_count' => '1', - 'word' => 'join', - ], - 537 => [ - 'id' => '1365', - 'object_count' => '3', - 'word' => 'usually', - ], - 538 => [ - 'id' => '1366', - 'object_count' => '5', - 'word' => 'there', - ], - 539 => [ - 'id' => '1367', - 'object_count' => '3', - 'word' => 'number', - ], - 540 => [ - 'id' => '1368', - 'object_count' => '6', - 'word' => 'out', - ], - 541 => [ - 'id' => '1369', - 'object_count' => '1', - 'word' => 'discuss', - ], - 542 => [ - 'id' => '1370', - 'object_count' => '9', - 'word' => 'features', - ], - 543 => [ - 'id' => '1371', - 'object_count' => '5', - 'word' => 'client', - ], - 544 => [ - 'id' => '1372', - 'object_count' => '1', - 'word' => 'joining', - ], - 545 => [ - 'id' => '1373', - 'object_count' => '2', - 'word' => 'channel', - ], - 546 => [ - 'id' => '1374', - 'object_count' => '1', - 'word' => 'indicative', - ], - 547 => [ - 'id' => '1375', - 'object_count' => '3', - 'word' => 'clients', - ], - 548 => [ - 'id' => '1376', - 'object_count' => '1', - 'word' => 'xchat', - ], - 549 => [ - 'id' => '1377', - 'object_count' => '1', - 'word' => 'mirc', - ], - 550 => [ - 'id' => '1378', - 'object_count' => '1', - 'word' => 'pidgin', - ], - 551 => [ - 'id' => '1379', - 'object_count' => '1', - 'word' => 'colloquy', - ], - 552 => [ - 'id' => '1380', - 'object_count' => '1', - 'word' => 'central', - ], - 553 => [ - 'id' => '1381', - 'object_count' => '2', - 'word' => 'blog', - ], - 554 => [ - 'id' => '1382', - 'object_count' => '1', - 'word' => 'planet', - ], - 555 => [ - 'id' => '1383', - 'object_count' => '1', - 'word' => 'aggregating', - ], - 556 => [ - 'id' => '1384', - 'object_count' => '9', - 'word' => 'many', - ], - 557 => [ - 'id' => '1385', - 'object_count' => '4', - 'word' => 'members', - ], - 558 => [ - 'id' => '1386', - 'object_count' => '1', - 'word' => 'planetezpublish.org', - ], - 559 => [ - 'id' => '1387', - 'object_count' => '1', - 'word' => 'initiatives', - ], - 560 => [ - 'id' => '1388', - 'object_count' => '1', - 'word' => 'exists', - ], - 561 => [ - 'id' => '1389', - 'object_count' => '1', - 'word' => 'among', - ], - 562 => [ - 'id' => '1390', - 'object_count' => '3', - 'word' => 'them', - ], - 563 => [ - 'id' => '1391', - 'object_count' => '3', - 'word' => 'french', - ], - 564 => [ - 'id' => '1392', - 'object_count' => '1', - 'word' => 'speaking', - ], - 565 => [ - 'id' => '1393', - 'object_count' => '1', - 'word' => 'www.planet', - ], - 566 => [ - 'id' => '1394', - 'object_count' => '1', - 'word' => 'ezpublish.fr', - ], - 567 => [ - 'id' => '1395', - 'object_count' => '1', - 'word' => 'atop', - ], - 568 => [ - 'id' => '1396', - 'object_count' => '10', - 'word' => 'will', - ], - 569 => [ - 'id' => '1397', - 'object_count' => '1', - 'word' => 'soon', - ], - 570 => [ - 'id' => '1398', - 'object_count' => '1', - 'word' => 'public', - ], - 571 => [ - 'id' => '1399', - 'object_count' => '1', - 'word' => 'stay', - ], - 572 => [ - 'id' => '1400', - 'object_count' => '1', - 'word' => 'tuned', - ], - 573 => [ - 'id' => '1401', - 'object_count' => '1', - 'word' => 'mailing', - ], - 574 => [ - 'id' => '1402', - 'object_count' => '1', - 'word' => 'lists', - ], - 575 => [ - 'id' => '1403', - 'object_count' => '2', - 'word' => 'register', - ], - 576 => [ - 'id' => '1404', - 'object_count' => '7', - 'word' => 'so', - ], - 577 => [ - 'id' => '1405', - 'object_count' => '1', - 'word' => 'lists.ibexa.co', - ], - 578 => [ - 'id' => '1406', - 'object_count' => '1', - 'word' => 'mailman', - ], - 579 => [ - 'id' => '1407', - 'object_count' => '1', - 'word' => 'listinfo', - ], - 580 => [ - 'id' => '1408', - 'object_count' => '1', - 'word' => 'sdk', - ], - 581 => [ - 'id' => '1409', - 'object_count' => '1', - 'word' => 'serves', - ], - 582 => [ - 'id' => '1410', - 'object_count' => '9', - 'word' => 'as', - ], - 583 => [ - 'id' => '1411', - 'object_count' => '1', - 'word' => 'obviously', - ], - 584 => [ - 'id' => '1412', - 'object_count' => '1', - 'word' => 'less', - ], - 585 => [ - 'id' => '1413', - 'object_count' => '1', - 'word' => 'responsive', - ], - 586 => [ - 'id' => '1414', - 'object_count' => '9', - 'word' => 'than', - ], - 587 => [ - 'id' => '1415', - 'object_count' => '6', - 'word' => 'but', - ], - 588 => [ - 'id' => '1416', - 'object_count' => '1', - 'word' => 'persistent', - ], - 589 => [ - 'id' => '1417', - 'object_count' => '12', - 'word' => 'which', - ], - 590 => [ - 'id' => '1418', - 'object_count' => '3', - 'word' => 'preferred', - ], - 591 => [ - 'id' => '1419', - 'object_count' => '2', - 'word' => 'cases', - ], - 592 => [ - 'id' => '1420', - 'object_count' => '8', - 'word' => 'another', - ], - 593 => [ - 'id' => '1421', - 'object_count' => '3', - 'word' => 'helps', - ], - 594 => [ - 'id' => '1422', - 'object_count' => '3', - 'word' => 'see', - ], - 595 => [ - 'id' => '1423', - 'object_count' => '1', - 'word' => 'pass', - ], - 596 => [ - 'id' => '1424', - 'object_count' => '2', - 'word' => 'every', - ], - 597 => [ - 'id' => '1425', - 'object_count' => '1', - 'word' => 'commit', - ], - 598 => [ - 'id' => '1426', - 'object_count' => '2', - 'word' => 'messages', - ], - 599 => [ - 'id' => '1427', - 'object_count' => '1', - 'word' => 'trunk', - ], - 600 => [ - 'id' => '1428', - 'object_count' => '1', - 'word' => 'eager', - ], - 601 => [ - 'id' => '1429', - 'object_count' => '8', - 'word' => 'feature', - ], - 602 => [ - 'id' => '1430', - 'object_count' => '1', - 'word' => 'implemented', - ], - 603 => [ - 'id' => '1431', - 'object_count' => '1', - 'word' => 'updated', - ], - 604 => [ - 'id' => '1432', - 'object_count' => '1', - 'word' => 'bleeding', - ], - 605 => [ - 'id' => '1433', - 'object_count' => '1', - 'word' => 'edge', - ], - 606 => [ - 'id' => '1434', - 'object_count' => '1', - 'word' => 'vip', - ], - 607 => [ - 'id' => '1435', - 'object_count' => '2', - 'word' => 'status', - ], - 608 => [ - 'id' => '1436', - 'object_count' => '1', - 'word' => 'subscribe', - ], - 609 => [ - 'id' => '1437', - 'object_count' => '15', - 'word' => 'that', - ], - 610 => [ - 'id' => '1438', - 'object_count' => '3', - 'word' => 'svn', - ], - 611 => [ - 'id' => '1439', - 'object_count' => '2', - 'word' => 'follow', - ], - 612 => [ - 'id' => '1440', - 'object_count' => '1', - 'word' => 'activity', - ], - 613 => [ - 'id' => '1441', - 'object_count' => '1', - 'word' => 'feeds', - ], - 614 => [ - 'id' => '1442', - 'object_count' => '1', - 'word' => 'disposal', - ], - 615 => [ - 'id' => '1443', - 'object_count' => '11', - 'word' => 'all', - ], - 616 => [ - 'id' => '1444', - 'object_count' => '1', - 'word' => 'replies', - ], - 617 => [ - 'id' => '1445', - 'object_count' => '2', - 'word' => 'feed', - ], - 618 => [ - 'id' => '1446', - 'object_count' => '1', - 'word' => 'all_forums', - ], - 619 => [ - 'id' => '1447', - 'object_count' => '6', - 'word' => 'only', - ], - 620 => [ - 'id' => '1448', - 'object_count' => '1', - 'word' => 'forum_topics_only', - ], - 621 => [ - 'id' => '1449', - 'object_count' => '1', - 'word' => 'forums_developer', - ], - 622 => [ - 'id' => '1450', - 'object_count' => '1', - 'word' => 'discussions', - ], - 623 => [ - 'id' => '1451', - 'object_count' => '1', - 'word' => 'forums_discussions', - ], - 624 => [ - 'id' => '1452', - 'object_count' => '1', - 'word' => 'forums_extensions', - ], - 625 => [ - 'id' => '1453', - 'object_count' => '1', - 'word' => 'forums_feedback', - ], - 626 => [ - 'id' => '1454', - 'object_count' => '1', - 'word' => 'forums_general', - ], - 627 => [ - 'id' => '1455', - 'object_count' => '1', - 'word' => 'forums_install_and_configuration', - ], - 628 => [ - 'id' => '1456', - 'object_count' => '1', - 'word' => 'forums_setup_and_design', - ], - 629 => [ - 'id' => '1457', - 'object_count' => '1', - 'word' => 'forums_suggestions', - ], - 630 => [ - 'id' => '1458', - 'object_count' => '4', - 'word' => 'translation', - ], - 631 => [ - 'id' => '1459', - 'object_count' => '1', - 'word' => 'forums_translation', - ], - 632 => [ - 'id' => '1460', - 'object_count' => '3', - 'word' => 'projects', - ], - 633 => [ - 'id' => '1461', - 'object_count' => '1', - 'word' => 'social', - ], - 634 => [ - 'id' => '1462', - 'object_count' => '1', - 'word' => 'networks', - ], - 635 => [ - 'id' => '1463', - 'object_count' => '1', - 'word' => 'ezcommunity', - ], - 636 => [ - 'id' => '1464', - 'object_count' => '1', - 'word' => 'cool', - ], - 637 => [ - 'id' => '1465', - 'object_count' => '1', - 'word' => 'instant', - ], - 638 => [ - 'id' => '1466', - 'object_count' => '1', - 'word' => 'pings', - ], - 639 => [ - 'id' => '1467', - 'object_count' => '1', - 'word' => 'happen', - ], - 640 => [ - 'id' => '1468', - 'object_count' => '6', - 'word' => 'where', - ], - 641 => [ - 'id' => '1469', - 'object_count' => '1', - 'word' => 'active', - ], - 642 => [ - 'id' => '1470', - 'object_count' => '1', - 'word' => 'sphere', - ], - 643 => [ - 'id' => '1471', - 'object_count' => '4', - 'word' => 'first', - ], - 644 => [ - 'id' => '1472', - 'object_count' => '1', - 'word' => 'step', - ], - 645 => [ - 'id' => '1473', - 'object_count' => '1', - 'word' => 'twitter.com', - ], - 646 => [ - 'id' => '1474', - 'object_count' => '1', - 'word' => 'i_robin', - ], - 647 => [ - 'id' => '1475', - 'object_count' => '1', - 'word' => 'gathered', - ], - 648 => [ - 'id' => '1476', - 'object_count' => '1', - 'word' => 'swing', - ], - 649 => [ - 'id' => '1477', - 'object_count' => '1', - 'word' => 'waves', - ], - 650 => [ - 'id' => '1478', - 'object_count' => '1', - 'word' => 'got', - ], - 651 => [ - 'id' => '1479', - 'object_count' => '3', - 'word' => 'attention', - ], - 652 => [ - 'id' => '1480', - 'object_count' => '5', - 'word' => 'way', - ], - 653 => [ - 'id' => '1481', - 'object_count' => '7', - 'word' => 'search', - ], - 654 => [ - 'id' => '1482', - 'object_count' => '1', - 'word' => 'google', - ], - 655 => [ - 'id' => '1483', - 'object_count' => '1', - 'word' => 'wave', - ], - 656 => [ - 'id' => '1484', - 'object_count' => '1', - 'word' => 'come', - ], - 657 => [ - 'id' => '1485', - 'object_count' => '1', - 'word' => 'us', - ], - 658 => [ - 'id' => '1486', - 'object_count' => '2', - 'word' => 'case', - ], - 659 => [ - 'id' => '1487', - 'object_count' => '1', - 'word' => 'invitation', - ], - 660 => [ - 'id' => '1488', - 'object_count' => '1', - 'word' => 'drop', - ], - 661 => [ - 'id' => '1489', - 'object_count' => '3', - 'word' => 'word', - ], - 662 => [ - 'id' => '1490', - 'object_count' => '4', - 'word' => 'back', - ], - 663 => [ - 'id' => '1491', - 'object_count' => '3', - 'word' => 'top', - ], - 664 => [ - 'id' => '1492', - 'object_count' => '3', - 'word' => 'developing', - ], - 665 => [ - 'id' => '1493', - 'object_count' => '1', - 'word' => 'collaborative', - ], - 666 => [ - 'id' => '1494', - 'object_count' => '1', - 'word' => 'developed', - ], - 667 => [ - 'id' => '1495', - 'object_count' => '1', - 'word' => 'push', - ], - 668 => [ - 'id' => '1496', - 'object_count' => '1', - 'word' => 'ahead', - ], - 669 => [ - 'id' => '1497', - 'object_count' => '4', - 'word' => 'then', - ], - 670 => [ - 'id' => '1498', - 'object_count' => '1', - 'word' => 'projects.ibexa.co', - ], - 671 => [ - 'id' => '1499', - 'object_count' => '4', - 'word' => 'log', - ], - 672 => [ - 'id' => '1500', - 'object_count' => '2', - 'word' => 'account', - ], - 673 => [ - 'id' => '1501', - 'object_count' => '2', - 'word' => 'same', - ], - 674 => [ - 'id' => '1502', - 'object_count' => '4', - 'word' => 'project', - ], - 675 => [ - 'id' => '1503', - 'object_count' => '3', - 'word' => 'check', - ], - 676 => [ - 'id' => '1504', - 'object_count' => '6', - 'word' => 'no', - ], - 677 => [ - 'id' => '1505', - 'object_count' => '3', - 'word' => 'similar', - ], - 678 => [ - 'id' => '1506', - 'object_count' => '1', - 'word' => 'already', - ], - 679 => [ - 'id' => '1507', - 'object_count' => '1', - 'word' => 'probably', - ], - 680 => [ - 'id' => '1508', - 'object_count' => '3', - 'word' => 'prefer', - ], - 681 => [ - 'id' => '1509', - 'object_count' => '4', - 'word' => 'team', - ], - 682 => [ - 'id' => '1510', - 'object_count' => '3', - 'word' => 'tell', - ], - 683 => [ - 'id' => '1511', - 'object_count' => '1', - 'word' => 'crafted', - ], - 684 => [ - 'id' => '1512', - 'object_count' => '3', - 'word' => 'code', - ], - 685 => [ - 'id' => '1513', - 'object_count' => '5', - 'word' => 'simple', - ], - 686 => [ - 'id' => '1514', - 'object_count' => '1', - 'word' => 'sandbox', - ], - 687 => [ - 'id' => '1515', - 'object_count' => '3', - 'word' => 'subversion', - ], - 688 => [ - 'id' => '1516', - 'object_count' => '3', - 'word' => 'repository', - ], - 689 => [ - 'id' => '1517', - 'object_count' => '8', - 'word' => 'news', - ], - 690 => [ - 'id' => '1518', - 'object_count' => '1', - 'word' => 'wall', - ], - 691 => [ - 'id' => '1519', - 'object_count' => '1', - 'word' => 'rating', - ], - 692 => [ - 'id' => '1520', - 'object_count' => '1', - 'word' => 'praise', - ], - 693 => [ - 'id' => '1521', - 'object_count' => '1', - 'word' => 'blame', - ], - 694 => [ - 'id' => '1522', - 'object_count' => '3', - 'word' => 'galleries', - ], - 695 => [ - 'id' => '1523', - 'object_count' => '2', - 'word' => 'screenshots', - ], - 696 => [ - 'id' => '1524', - 'object_count' => '1', - 'word' => 'download', - ], - 697 => [ - 'id' => '1525', - 'object_count' => '2', - 'word' => 'section', - ], - 698 => [ - 'id' => '1526', - 'object_count' => '1', - 'word' => 'tasks', - ], - 699 => [ - 'id' => '1527', - 'object_count' => '1', - 'word' => 'doc.ibexa.co', - ], - 700 => [ - 'id' => '1528', - 'object_count' => '1', - 'word' => 'initiative', - ], - 701 => [ - 'id' => '1529', - 'object_count' => '1', - 'word' => 'ezpedia.org', - ], - 702 => [ - 'id' => '1530', - 'object_count' => '8', - 'word' => 'comes', - ], - 703 => [ - 'id' => '1531', - 'object_count' => '3', - 'word' => 'relevant', - ], - 704 => [ - 'id' => '1532', - 'object_count' => '1', - 'word' => 'handy', - ], - 705 => [ - 'id' => '1533', - 'object_count' => '1', - 'word' => 'knowledge', - ], - 706 => [ - 'id' => '1534', - 'object_count' => '1', - 'word' => 'base', - ], - 707 => [ - 'id' => '1535', - 'object_count' => '2', - 'word' => 'very', - ], - 708 => [ - 'id' => '1536', - 'object_count' => '1', - 'word' => 'complimentary', - ], - 709 => [ - 'id' => '1537', - 'object_count' => '1', - 'word' => 'apache', - ], - 710 => [ - 'id' => '1538', - 'object_count' => '1', - 'word' => 'zeta', - ], - 711 => [ - 'id' => '1539', - 'object_count' => '1', - 'word' => 'formerly', - ], - 712 => [ - 'id' => '1540', - 'object_count' => '1', - 'word' => 'known', - ], - 713 => [ - 'id' => '1541', - 'object_count' => '1', - 'word' => 'lies', - ], - 714 => [ - 'id' => '1542', - 'object_count' => '1', - 'word' => 'serve', - ], - 715 => [ - 'id' => '1543', - 'object_count' => '1', - 'word' => 'nowadays', - ], - 716 => [ - 'id' => '1544', - 'object_count' => '2', - 'word' => 'places', - ], - 717 => [ - 'id' => '1545', - 'object_count' => '1', - 'word' => 'libraries', - ], - 718 => [ - 'id' => '1546', - 'object_count' => '1', - 'word' => 'generally', - ], - 719 => [ - 'id' => '1547', - 'object_count' => '7', - 'word' => 'high', - ], - 720 => [ - 'id' => '1548', - 'object_count' => '4', - 'word' => 'quality', - ], - 721 => [ - 'id' => '1549', - 'object_count' => '7', - 'word' => 'set', - ], - 722 => [ - 'id' => '1550', - 'object_count' => '5', - 'word' => 'application', - ], - 723 => [ - 'id' => '1551', - 'object_count' => '1', - 'word' => 'testing', - ], - 724 => [ - 'id' => '1552', - 'object_count' => '1', - 'word' => 'sending', - ], - 725 => [ - 'id' => '1553', - 'object_count' => '1', - 'word' => 'release', - ], - 726 => [ - 'id' => '1554', - 'object_count' => '1', - 'word' => 'usual', - ], - 727 => [ - 'id' => '1555', - 'object_count' => '1', - 'word' => 'alpha', - ], - 728 => [ - 'id' => '1556', - 'object_count' => '1', - 'word' => 'beta', - ], - 729 => [ - 'id' => '1557', - 'object_count' => '1', - 'word' => 'rc', - ], - 730 => [ - 'id' => '1558', - 'object_count' => '1', - 'word' => 'countdown', - ], - 731 => [ - 'id' => '1559', - 'object_count' => '1', - 'word' => 'line', - ], - 732 => [ - 'id' => '1560', - 'object_count' => '6', - 'word' => 'these', - ], - 733 => [ - 'id' => '1561', - 'object_count' => '1', - 'word' => 'pre', - ], - 734 => [ - 'id' => '1562', - 'object_count' => '3', - 'word' => 'versions', - ], - 735 => [ - 'id' => '1563', - 'object_count' => '1', - 'word' => 'regular', - ], - 736 => [ - 'id' => '1564', - 'object_count' => '1', - 'word' => 'fevers', - ], - 737 => [ - 'id' => '1565', - 'object_count' => '1', - 'word' => 'basis', - ], - 738 => [ - 'id' => '1566', - 'object_count' => '1', - 'word' => 'report', - ], - 739 => [ - 'id' => '1567', - 'object_count' => '5', - 'word' => 'issues', - ], - 740 => [ - 'id' => '1568', - 'object_count' => '1', - 'word' => 'found', - ], - 741 => [ - 'id' => '1569', - 'object_count' => '5', - 'word' => 'well', - ], - 742 => [ - 'id' => '1570', - 'object_count' => '1', - 'word' => 'propose', - ], - 743 => [ - 'id' => '1571', - 'object_count' => '1', - 'word' => 'enhancements', - ], - 744 => [ - 'id' => '1572', - 'object_count' => '1', - 'word' => 'happens', - ], - 745 => [ - 'id' => '1573', - 'object_count' => '1', - 'word' => 'issues.ibexa.co', - ], - 746 => [ - 'id' => '1574', - 'object_count' => '1', - 'word' => 'checking', - ], - 747 => [ - 'id' => '1575', - 'object_count' => '1', - 'word' => 'hosted', - ], - 748 => [ - 'id' => '1576', - 'object_count' => '1', - 'word' => 'github', - ], - 749 => [ - 'id' => '1577', - 'object_count' => '5', - 'word' => 'server', - ], - 750 => [ - 'id' => '1578', - 'object_count' => '3', - 'word' => 'enjoy', - ], - 751 => [ - 'id' => '1579', - 'object_count' => '1', - 'word' => 'localisation', - ], - 752 => [ - 'id' => '1580', - 'object_count' => '1', - 'word' => 'ezpublish_translation', - ], - 753 => [ - 'id' => '1581', - 'object_count' => '1', - 'word' => 'necessary', - ], - 754 => [ - 'id' => '1582', - 'object_count' => '1', - 'word' => 'details', - ], - 755 => [ - 'id' => '1583', - 'object_count' => '1', - 'word' => 'linguist', - ], - 756 => [ - 'id' => '1584', - 'object_count' => '1', - 'word' => 'soul', - ], - 757 => [ - 'id' => '1585', - 'object_count' => '1', - 'word' => 'fed', - ], - 758 => [ - 'id' => '1586', - 'object_count' => '3', - 'word' => 'being', - ], - 759 => [ - 'id' => '1587', - 'object_count' => '1', - 'word' => 'able', - ], - 760 => [ - 'id' => '1588', - 'object_count' => '2', - 'word' => 'multitude', - ], - 761 => [ - 'id' => '1589', - 'object_count' => '2', - 'word' => 'ensuring', - ], - 762 => [ - 'id' => '1590', - 'object_count' => '3', - 'word' => 'quickly', - ], - 763 => [ - 'id' => '1591', - 'object_count' => '4', - 'word' => 'put', - ], - 764 => [ - 'id' => '1592', - 'object_count' => '3', - 'word' => 'browser', - ], - 765 => [ - 'id' => '1593', - 'object_count' => '2', - 'word' => 'processors', - ], - 766 => [ - 'id' => '1594', - 'object_count' => '3', - 'word' => 'translate', - ], - 767 => [ - 'id' => '1595', - 'object_count' => '2', - 'word' => 'upload', - ], - 768 => [ - 'id' => '1596', - 'object_count' => '8', - 'word' => 'multiple', - ], - 769 => [ - 'id' => '1597', - 'object_count' => '4', - 'word' => 'once', - ], - 770 => [ - 'id' => '1598', - 'object_count' => '2', - 'word' => 'picture', - ], - 771 => [ - 'id' => '1599', - 'object_count' => '3', - 'word' => '2.0', - ], - 772 => [ - 'id' => '1600', - 'object_count' => '3', - 'word' => 'pictures', - ], - 773 => [ - 'id' => '1601', - 'object_count' => '4', - 'word' => 'directly', - ], - 774 => [ - 'id' => '1602', - 'object_count' => '6', - 'word' => 'using', - ], - 775 => [ - 'id' => '1603', - 'object_count' => '4', - 'word' => 'toolbar', - ], - 776 => [ - 'id' => '1604', - 'object_count' => '4', - 'word' => 'appears', - ], - 777 => [ - 'id' => '1605', - 'object_count' => '10', - 'word' => 'when', - ], - 778 => [ - 'id' => '1606', - 'object_count' => '5', - 'word' => 'enables', - ], - 779 => [ - 'id' => '1607', - 'object_count' => '2', - 'word' => 'move', - ], - 780 => [ - 'id' => '1608', - 'object_count' => '2', - 'word' => 'replace', - ], - 781 => [ - 'id' => '1609', - 'object_count' => '5', - 'word' => 'any', - ], - 782 => [ - 'id' => '1610', - 'object_count' => '2', - 'word' => 'kind', - ], - 783 => [ - 'id' => '1611', - 'object_count' => '2', - 'word' => 'wysiwyg', - ], - 784 => [ - 'id' => '1612', - 'object_count' => '4', - 'word' => 'integrated', - ], - 785 => [ - 'id' => '1613', - 'object_count' => '3', - 'word' => 'html', - ], - 786 => [ - 'id' => '1614', - 'object_count' => '2', - 'word' => 'coding', - ], - 787 => [ - 'id' => '1615', - 'object_count' => '2', - 'word' => 'required', - ], - 788 => [ - 'id' => '1616', - 'object_count' => '4', - 'word' => 'providing', - ], - 789 => [ - 'id' => '1617', - 'object_count' => '2', - 'word' => 'formatting', - ], - 790 => [ - 'id' => '1618', - 'object_count' => '4', - 'word' => 'functions', - ], - 791 => [ - 'id' => '1619', - 'object_count' => '2', - 'word' => 'processing', - ], - 792 => [ - 'id' => '1620', - 'object_count' => '6', - 'word' => 'applications', - ], - 793 => [ - 'id' => '1621', - 'object_count' => '2', - 'word' => 'favourite', - ], - 794 => [ - 'id' => '1622', - 'object_count' => '2', - 'word' => 'processor', - ], - 795 => [ - 'id' => '1623', - 'object_count' => '2', - 'word' => 'managers', - ], - 796 => [ - 'id' => '1624', - 'object_count' => '4', - 'word' => 'working', - ], - 797 => [ - 'id' => '1625', - 'object_count' => '2', - 'word' => 'microsoft', - ], - 798 => [ - 'id' => '1626', - 'object_count' => '3', - 'word' => 'office', - ], - 799 => [ - 'id' => '1627', - 'object_count' => '3', - 'word' => 'import', - ], - 800 => [ - 'id' => '1628', - 'object_count' => '2', - 'word' => 'export', - ], - 801 => [ - 'id' => '1629', - 'object_count' => '4', - 'word' => 'edit', - ], - 802 => [ - 'id' => '1630', - 'object_count' => '2', - 'word' => 'favorite', - ], - 803 => [ - 'id' => '1631', - 'object_count' => '7', - 'word' => 'even', - ], - 804 => [ - 'id' => '1632', - 'object_count' => '3', - 'word' => 'might', - ], - 805 => [ - 'id' => '1633', - 'object_count' => '2', - 'word' => 'internet', - ], - 806 => [ - 'id' => '1634', - 'object_count' => '2', - 'word' => 'afterwards', - ], - 807 => [ - 'id' => '1635', - 'object_count' => '2', - 'word' => 'document', - ], - 808 => [ - 'id' => '1636', - 'object_count' => '5', - 'word' => 'either', - ], - 809 => [ - 'id' => '1637', - 'object_count' => '2', - 'word' => 'webdav', - ], - 810 => [ - 'id' => '1638', - 'object_count' => '5', - 'word' => 'front', - ], - 811 => [ - 'id' => '1639', - 'object_count' => '7', - 'word' => 'end', - ], - 812 => [ - 'id' => '1640', - 'object_count' => '3', - 'word' => 'generate', - ], - 813 => [ - 'id' => '1641', - 'object_count' => '3', - 'word' => 'update', - ], - 814 => [ - 'id' => '1642', - 'object_count' => '2', - 'word' => 'translated', - ], - 815 => [ - 'id' => '1643', - 'object_count' => '2', - 'word' => 'languages', - ], - 816 => [ - 'id' => '1644', - 'object_count' => '2', - 'word' => 'administer', - ], - 817 => [ - 'id' => '1645', - 'object_count' => '3', - 'word' => 'efficient', - ], - 818 => [ - 'id' => '1646', - 'object_count' => '5', - 'word' => 'makes', - ], - 819 => [ - 'id' => '1647', - 'object_count' => '3', - 'word' => 'easier', - ], - 820 => [ - 'id' => '1648', - 'object_count' => '4', - 'word' => 'maintain', - ], - 821 => [ - 'id' => '1649', - 'object_count' => '2', - 'word' => 'consistent', - ], - 822 => [ - 'id' => '1650', - 'object_count' => '2', - 'word' => 'brand', - ], - 823 => [ - 'id' => '1651', - 'object_count' => '5', - 'word' => 'across', - ], - 824 => [ - 'id' => '1652', - 'object_count' => '2', - 'word' => 'countries', - ], - 825 => [ - 'id' => '1653', - 'object_count' => '2', - 'word' => 'international', - ], - 826 => [ - 'id' => '1654', - 'object_count' => '2', - 'word' => 'corporation', - ], - 827 => [ - 'id' => '1655', - 'object_count' => '2', - 'word' => 'organization', - ], - 828 => [ - 'id' => '1656', - 'object_count' => '5', - 'word' => 'several', - ], - 829 => [ - 'id' => '1657', - 'object_count' => '2', - 'word' => 'visitor', - ], - 830 => [ - 'id' => '1658', - 'object_count' => '2', - 'word' => 'selects', - ], - 831 => [ - 'id' => '1659', - 'object_count' => '2', - 'word' => 'menus', - ], - 832 => [ - 'id' => '1660', - 'object_count' => '4', - 'word' => 'displayed', - ], - 833 => [ - 'id' => '1661', - 'object_count' => '2', - 'word' => 'accordingly', - ], - 834 => [ - 'id' => '1662', - 'object_count' => '2', - 'word' => 'yet', - ], - 835 => [ - 'id' => '1663', - 'object_count' => '2', - 'word' => 'shown', - ], - 836 => [ - 'id' => '1664', - 'object_count' => '4', - 'word' => 'depending', - ], - 837 => [ - 'id' => '1665', - 'object_count' => '7', - 'word' => 'editing', - ], - 838 => [ - 'id' => '1666', - 'object_count' => '3', - 'word' => 'choose', - ], - 839 => [ - 'id' => '1667', - 'object_count' => '2', - 'word' => 'switch', - ], - 840 => [ - 'id' => '1668', - 'object_count' => '2', - 'word' => 'currently', - ], - 841 => [ - 'id' => '1669', - 'object_count' => '2', - 'word' => 'aid', - ], - 842 => [ - 'id' => '1670', - 'object_count' => '5', - 'word' => 'process', - ], - 843 => [ - 'id' => '1671', - 'object_count' => '4', - 'word' => 'creating', - ], - 844 => [ - 'id' => '1672', - 'object_count' => '2', - 'word' => 'updating', - ], - 845 => [ - 'id' => '1673', - 'object_count' => '4', - 'word' => 'built', - ], - 846 => [ - 'id' => '1674', - 'object_count' => '2', - 'word' => 'diff', - ], - 847 => [ - 'id' => '1675', - 'object_count' => '2', - 'word' => 'added', - ], - 848 => [ - 'id' => '1676', - 'object_count' => '2', - 'word' => 'removed', - ], - 849 => [ - 'id' => '1677', - 'object_count' => '5', - 'word' => 'text', - ], - 850 => [ - 'id' => '1678', - 'object_count' => '3', - 'word' => 'multilingual', - ], - 851 => [ - 'id' => '1679', - 'object_count' => '4', - 'word' => 'urls', - ], - 852 => [ - 'id' => '1680', - 'object_count' => '3', - 'word' => 'created', - ], - 853 => [ - 'id' => '1681', - 'object_count' => '3', - 'word' => 'each', - ], - 854 => [ - 'id' => '1682', - 'object_count' => '3', - 'word' => 'default', - ], - 855 => [ - 'id' => '1683', - 'object_count' => '7', - 'word' => 'object', - ], - 856 => [ - 'id' => '1684', - 'object_count' => '4', - 'word' => 'called', - ], - 857 => [ - 'id' => '1685', - 'object_count' => '4', - 'word' => 'easy', - ], - 858 => [ - 'id' => '1686', - 'object_count' => '6', - 'word' => 'url', - ], - 859 => [ - 'id' => '1687', - 'object_count' => '2', - 'word' => 'facile', - ], - 860 => [ - 'id' => '1688', - 'object_count' => '8', - 'word' => 'time', - ], - 861 => [ - 'id' => '1689', - 'object_count' => '7', - 'word' => 'has', - ], - 862 => [ - 'id' => '1690', - 'object_count' => '6', - 'word' => 'multi', - ], - 863 => [ - 'id' => '1691', - 'object_count' => '2', - 'word' => 'select', - ], - 864 => [ - 'id' => '1692', - 'object_count' => '2', - 'word' => 'computer', - ], - 865 => [ - 'id' => '1693', - 'object_count' => '3', - 'word' => 'stored', - ], - 866 => [ - 'id' => '1694', - 'object_count' => '2', - 'word' => 'detect', - ], - 867 => [ - 'id' => '1695', - 'object_count' => '2', - 'word' => 'uploaded', - ], - 868 => [ - 'id' => '1696', - 'object_count' => '2', - 'word' => 'creates', - ], - 869 => [ - 'id' => '1697', - 'object_count' => '3', - 'word' => 'appropriate', - ], - 870 => [ - 'id' => '1698', - 'object_count' => '5', - 'word' => 'add', - ], - 871 => [ - 'id' => '1699', - 'object_count' => '2', - 'word' => 'scale', - ], - 872 => [ - 'id' => '1700', - 'object_count' => '2', - 'word' => 'format', - ], - 873 => [ - 'id' => '1701', - 'object_count' => '2', - 'word' => 'resize', - ], - 874 => [ - 'id' => '1702', - 'object_count' => '4', - 'word' => 'automatically', - ], - 875 => [ - 'id' => '1703', - 'object_count' => '2', - 'word' => 'browse', - ], - 876 => [ - 'id' => '1704', - 'object_count' => '2', - 'word' => 'elsewhere', - ], - 877 => [ - 'id' => '1705', - 'object_count' => '2', - 'word' => 'basically', - ], - 878 => [ - 'id' => '1706', - 'object_count' => '4', - 'word' => 'store', - ], - 879 => [ - 'id' => '1707', - 'object_count' => '2', - 'word' => 'display', - ], - 880 => [ - 'id' => '1708', - 'object_count' => '2', - 'word' => 'tv', - ], - 881 => [ - 'id' => '1709', - 'object_count' => '2', - 'word' => 'youtube', - ], - 882 => [ - 'id' => '1710', - 'object_count' => '2', - 'word' => 'tag', - ], - 883 => [ - 'id' => '1711', - 'object_count' => '2', - 'word' => 'clouds', - ], - 884 => [ - 'id' => '1712', - 'object_count' => '2', - 'word' => 'polls', - ], - 885 => [ - 'id' => '1713', - 'object_count' => '5', - 'word' => 'engine', - ], - 886 => [ - 'id' => '1714', - 'object_count' => '2', - 'word' => 'loaded', - ], - 887 => [ - 'id' => '1715', - 'object_count' => '5', - 'word' => 'websites', - ], - 888 => [ - 'id' => '1716', - 'object_count' => '32', - 'word' => 'graphics1', - ], - 889 => [ - 'id' => '1717', - 'object_count' => '2', - 'word' => 'manage', - ], - 890 => [ - 'id' => '1718', - 'object_count' => '3', - 'word' => 'provide', - ], - 891 => [ - 'id' => '1719', - 'object_count' => '3', - 'word' => 'control', - ], - 892 => [ - 'id' => '1720', - 'object_count' => '3', - 'word' => 'over', - ], - 893 => [ - 'id' => '1721', - 'object_count' => '4', - 'word' => 'both', - ], - 894 => [ - 'id' => '1722', - 'object_count' => '2', - 'word' => 'permission', - ], - 895 => [ - 'id' => '1723', - 'object_count' => '4', - 'word' => 'workflows', - ], - 896 => [ - 'id' => '1724', - 'object_count' => '3', - 'word' => 'versioning', - ], - 897 => [ - 'id' => '1725', - 'object_count' => '2', - 'word' => 'modification', - ], - 898 => [ - 'id' => '1726', - 'object_count' => '2', - 'word' => 'tracking', - ], - 899 => [ - 'id' => '1727', - 'object_count' => '3', - 'word' => 'unique', - ], - 900 => [ - 'id' => '1728', - 'object_count' => '4', - 'word' => 'model', - ], - 901 => [ - 'id' => '1729', - 'object_count' => '2', - 'word' => 'cross', - ], - 902 => [ - 'id' => '1730', - 'object_count' => '2', - 'word' => 'deployment', - ], - 903 => [ - 'id' => '1731', - 'object_count' => '2', - 'word' => 'optimization', - ], - 904 => [ - 'id' => '1732', - 'object_count' => '3', - 'word' => 'rich', - ], - 905 => [ - 'id' => '1733', - 'object_count' => '3', - 'word' => 'powerful', - ], - 906 => [ - 'id' => '1734', - 'object_count' => '2', - 'word' => 'modified', - ], - 907 => [ - 'id' => '1735', - 'object_count' => '2', - 'word' => 'ways', - ], - 908 => [ - 'id' => '1736', - 'object_count' => '3', - 'word' => 'tools', - ], - 909 => [ - 'id' => '1737', - 'object_count' => '2', - 'word' => 'customization', - ], - 910 => [ - 'id' => '1738', - 'object_count' => '2', - 'word' => 'words', - ], - 911 => [ - 'id' => '1739', - 'object_count' => '4', - 'word' => 'change', - ], - 912 => [ - 'id' => '1740', - 'object_count' => '2', - 'word' => 'almost', - ], - 913 => [ - 'id' => '1741', - 'object_count' => '2', - 'word' => 'everything', - ], - 914 => [ - 'id' => '1742', - 'object_count' => '2', - 'word' => 'rights', - ], - 915 => [ - 'id' => '1743', - 'object_count' => '3', - 'word' => 'level', - ], - 916 => [ - 'id' => '1744', - 'object_count' => '4', - 'word' => 'means', - ], - 917 => [ - 'id' => '1745', - 'object_count' => '2', - 'word' => 'give', - ], - 918 => [ - 'id' => '1746', - 'object_count' => '2', - 'word' => 'combination', - ], - 919 => [ - 'id' => '1747', - 'object_count' => '2', - 'word' => 'whole', - ], - 920 => [ - 'id' => '1748', - 'object_count' => '2', - 'word' => 'area', - ], - 921 => [ - 'id' => '1749', - 'object_count' => '11', - 'word' => 'example', - ], - 922 => [ - 'id' => '1750', - 'object_count' => '2', - 'word' => 'restrict', - ], - 923 => [ - 'id' => '1751', - 'object_count' => '3', - 'word' => 'certain', - ], - 924 => [ - 'id' => '1752', - 'object_count' => '3', - 'word' => 'part', - ], - 925 => [ - 'id' => '1753', - 'object_count' => '4', - 'word' => 'partner', - ], - 926 => [ - 'id' => '1754', - 'object_count' => '3', - 'word' => 'mechanism', - ], - 927 => [ - 'id' => '1755', - 'object_count' => '3', - 'word' => 'collaboration', - ], - 928 => [ - 'id' => '1756', - 'object_count' => '4', - 'word' => 'defines', - ], - 929 => [ - 'id' => '1757', - 'object_count' => '2', - 'word' => 'ordered', - ], - 930 => [ - 'id' => '1758', - 'object_count' => '2', - 'word' => 'sequence', - ], - 931 => [ - 'id' => '1759', - 'object_count' => '2', - 'word' => 'actions', - ], - 932 => [ - 'id' => '1760', - 'object_count' => '2', - 'word' => 'executed', - ], - 933 => [ - 'id' => '1761', - 'object_count' => '4', - 'word' => 'published', - ], - 934 => [ - 'id' => '1762', - 'object_count' => '2', - 'word' => 'suppose', - ], - 935 => [ - 'id' => '1763', - 'object_count' => '2', - 'word' => 'restriction', - ], - 936 => [ - 'id' => '1764', - 'object_count' => '3', - 'word' => 'go', - ], - 937 => [ - 'id' => '1765', - 'object_count' => '2', - 'word' => 'chief', - ], - 938 => [ - 'id' => '1766', - 'object_count' => '3', - 'word' => 'before', - ], - 939 => [ - 'id' => '1767', - 'object_count' => '2', - 'word' => 'pending', - ], - 940 => [ - 'id' => '1768', - 'object_count' => '2', - 'word' => 'approved', - ], - 941 => [ - 'id' => '1769', - 'object_count' => '2', - 'word' => 'hand', - ], - 942 => [ - 'id' => '1770', - 'object_count' => '3', - 'word' => 'pending', - ], - 943 => [ - 'id' => '1771', - 'object_count' => '2', - 'word' => 'rejected', - ], - 944 => [ - 'id' => '1772', - 'object_count' => '2', - 'word' => 'rejected', - ], - 945 => [ - 'id' => '1773', - 'object_count' => '2', - 'word' => 'e', - ], - 946 => [ - 'id' => '1774', - 'object_count' => '2', - 'word' => 'commerce', - ], - 947 => [ - 'id' => '1775', - 'object_count' => '2', - 'word' => 'subscriptions', - ], - 948 => [ - 'id' => '1776', - 'object_count' => '2', - 'word' => 'automating', - ], - 949 => [ - 'id' => '1777', - 'object_count' => '2', - 'word' => 'paid', - ], - 950 => [ - 'id' => '1778', - 'object_count' => '2', - 'word' => 'subscribers', - ], - 951 => [ - 'id' => '1779', - 'object_count' => '3', - 'word' => 'premium', - ], - 952 => [ - 'id' => '1780', - 'object_count' => '2', - 'word' => 'watch', - ], - 953 => [ - 'id' => '1781', - 'object_count' => '2', - 'word' => 'older', - ], - 954 => [ - 'id' => '1782', - 'object_count' => '2', - 'word' => 'supervisors', - ], - 955 => [ - 'id' => '1783', - 'object_count' => '2', - 'word' => 'inconsistency', - ], - 956 => [ - 'id' => '1784', - 'object_count' => '2', - 'word' => 'errors', - ], - 957 => [ - 'id' => '1785', - 'object_count' => '2', - 'word' => 'keeps', - ], - 958 => [ - 'id' => '1786', - 'object_count' => '5', - 'word' => 'track', - ], - 959 => [ - 'id' => '1787', - 'object_count' => '7', - 'word' => 'changes', - ], - 960 => [ - 'id' => '1788', - 'object_count' => '2', - 'word' => 'were', - ], - 961 => [ - 'id' => '1789', - 'object_count' => '4', - 'word' => 'made', - ], - 962 => [ - 'id' => '1790', - 'object_count' => '6', - 'word' => 'what', - ], - 963 => [ - 'id' => '1791', - 'object_count' => '6', - 'word' => 'provides', - ], - 964 => [ - 'id' => '1792', - 'object_count' => '2', - 'word' => 'revert', - ], - 965 => [ - 'id' => '1793', - 'object_count' => '2', - 'word' => 'previous', - ], - 966 => [ - 'id' => '1794', - 'object_count' => '2', - 'word' => 'longer', - ], - 967 => [ - 'id' => '1795', - 'object_count' => '3', - 'word' => 'needs', - ], - 968 => [ - 'id' => '1796', - 'object_count' => '2', - 'word' => 'must', - ], - 969 => [ - 'id' => '1797', - 'object_count' => '3', - 'word' => 'define', - ], - 970 => [ - 'id' => '1798', - 'object_count' => '4', - 'word' => 'structures', - ], - 971 => [ - 'id' => '1799', - 'object_count' => '2', - 'word' => 'cars', - ], - 972 => [ - 'id' => '1800', - 'object_count' => '2', - 'word' => 'recipes', - ], - 973 => [ - 'id' => '1801', - 'object_count' => '2', - 'word' => 'webshop', - ], - 974 => [ - 'id' => '1802', - 'object_count' => '3', - 'word' => 'flexible', - ], - 975 => [ - 'id' => '1803', - 'object_count' => '2', - 'word' => 'administrators', - ], - 976 => [ - 'id' => '1804', - 'object_count' => '2', - 'word' => 'definitions', - ], - 977 => [ - 'id' => '1805', - 'object_count' => '2', - 'word' => 'graphical', - ], - 978 => [ - 'id' => '1806', - 'object_count' => '3', - 'word' => 'interfaces', - ], - 979 => [ - 'id' => '1807', - 'object_count' => '2', - 'word' => 'throughout', - ], - 980 => [ - 'id' => '1808', - 'object_count' => '4', - 'word' => 'while', - ], - 981 => [ - 'id' => '1809', - 'object_count' => '2', - 'word' => 'avoiding', - ], - 982 => [ - 'id' => '1810', - 'object_count' => '2', - 'word' => 'inconsistent', - ], - 983 => [ - 'id' => '1811', - 'object_count' => '2', - 'word' => 'duplicates', - ], - 984 => [ - 'id' => '1812', - 'object_count' => '4', - 'word' => 'locations', - ], - 985 => [ - 'id' => '1813', - 'object_count' => '2', - 'word' => '', - ], - 986 => [ - 'id' => '1814', - 'object_count' => '2', - 'word' => 'reflected', - ], - 987 => [ - 'id' => '1815', - 'object_count' => '4', - 'word' => 'host', - ], - 988 => [ - 'id' => '1816', - 'object_count' => '8', - 'word' => 'different', - ], - 989 => [ - 'id' => '1817', - 'object_count' => '2', - 'word' => 'possibility', - ], - 990 => [ - 'id' => '1818', - 'object_count' => '4', - 'word' => 'sites', - ], - 991 => [ - 'id' => '1819', - 'object_count' => '2', - 'word' => 'continuous', - ], - 992 => [ - 'id' => '1820', - 'object_count' => '2', - 'word' => 'overview', - ], - 993 => [ - 'id' => '1821', - 'object_count' => '2', - 'word' => 'industrialize', - ], - 994 => [ - 'id' => '1822', - 'object_count' => '2', - 'word' => 'via', - ], - 995 => [ - 'id' => '1823', - 'object_count' => '2', - 'word' => 'factory', - ], - 996 => [ - 'id' => '1824', - 'object_count' => '3', - 'word' => 'subscription', - ], - 997 => [ - 'id' => '1825', - 'object_count' => '2', - 'word' => 'effectively', - ], - 998 => [ - 'id' => '1826', - 'object_count' => '2', - 'word' => 'indexed', - ], - 999 => [ - 'id' => '1827', - 'object_count' => '4', - 'word' => 'engines', - ], - 1000 => [ - 'id' => '1828', - 'object_count' => '2', - 'word' => 'sitemaps', - ], - 1001 => [ - 'id' => '1829', - 'object_count' => '2', - 'word' => 'friendly', - ], - 1002 => [ - 'id' => '1830', - 'object_count' => '5', - 'word' => 'key', - ], - 1003 => [ - 'id' => '1831', - 'object_count' => '2', - 'word' => 'xhtml', - ], - 1004 => [ - 'id' => '1832', - 'object_count' => '3', - 'word' => 'tags', - ], - 1005 => [ - 'id' => '1833', - 'object_count' => '4', - 'word' => 'basic', - ], - 1006 => [ - 'id' => '1834', - 'object_count' => '2', - 'word' => 'clear', - ], - 1007 => [ - 'id' => '1835', - 'object_count' => '5', - 'word' => 'developers', - ], - 1008 => [ - 'id' => '1836', - 'object_count' => '3', - 'word' => 'customize', - ], - 1009 => [ - 'id' => '1837', - 'object_count' => '3', - 'word' => 'extend', - ], - 1010 => [ - 'id' => '1838', - 'object_count' => '3', - 'word' => 'concept', - ], - 1011 => [ - 'id' => '1839', - 'object_count' => '3', - 'word' => 'css', - ], - 1012 => [ - 'id' => '1840', - 'object_count' => '3', - 'word' => 'templates', - ], - 1013 => [ - 'id' => '1841', - 'object_count' => '2', - 'word' => 'library', - ], - 1014 => [ - 'id' => '1842', - 'object_count' => '2', - 'word' => 'php', - ], - 1015 => [ - 'id' => '1843', - 'object_count' => '3', - 'word' => 'environment', - ], - 1016 => [ - 'id' => '1844', - 'object_count' => '2', - 'word' => 'piece', - ], - 1017 => [ - 'id' => '1845', - 'object_count' => '5', - 'word' => 'instance', - ], - 1018 => [ - 'id' => '1846', - 'object_count' => '2', - 'word' => 'definition', - ], - 1019 => [ - 'id' => '1847', - 'object_count' => '2', - 'word' => 'arbitrary', - ], - 1020 => [ - 'id' => '1848', - 'object_count' => '3', - 'word' => 'data', - ], - 1021 => [ - 'id' => '1849', - 'object_count' => '3', - 'word' => 'structure', - ], - 1022 => [ - 'id' => '1850', - 'object_count' => '2', - 'word' => 'does', - ], - 1023 => [ - 'id' => '1851', - 'object_count' => '4', - 'word' => 'actual', - ], - 1024 => [ - 'id' => '1852', - 'object_count' => '3', - 'word' => 'attributes', - ], - 1025 => [ - 'id' => '1853', - 'object_count' => '2', - 'word' => 'characteristics', - ], - 1026 => [ - 'id' => '1854', - 'object_count' => '2', - 'word' => 'attribute', - ], - 1027 => [ - 'id' => '1855', - 'object_count' => '3', - 'word' => 'determined', - ], - 1028 => [ - 'id' => '1856', - 'object_count' => '2', - 'word' => 'datatype', - ], - 1029 => [ - 'id' => '1857', - 'object_count' => '2', - 'word' => 'chosen', - ], - 1030 => [ - 'id' => '1858', - 'object_count' => '2', - 'word' => 'combining', - ], - 1031 => [ - 'id' => '1859', - 'object_count' => '2', - 'word' => 'datatypes', - ], - 1032 => [ - 'id' => '1860', - 'object_count' => '3', - 'word' => 'represent', - ], - 1033 => [ - 'id' => '1861', - 'object_count' => '5', - 'word' => 'complex', - ], - 1034 => [ - 'id' => '1862', - 'object_count' => '2', - 'word' => 'illustration', - ], - 1035 => [ - 'id' => '1863', - 'object_count' => '2', - 'word' => 'above', - ], - 1036 => [ - 'id' => '1864', - 'object_count' => '2', - 'word' => 'shows', - ], - 1037 => [ - 'id' => '1865', - 'object_count' => '2', - 'word' => 'anatomy', - ], - 1038 => [ - 'id' => '1866', - 'object_count' => '3', - 'word' => 'storing', - ], - 1039 => [ - 'id' => '1867', - 'object_count' => '2', - 'word' => 'consists', - ], - 1040 => [ - 'id' => '1868', - 'object_count' => '3', - 'word' => 'title', - ], - 1041 => [ - 'id' => '1869', - 'object_count' => '4', - 'word' => 'introduction', - ], - 1042 => [ - 'id' => '1870', - 'object_count' => '3', - 'word' => 'body', - ], - 1043 => [ - 'id' => '1871', - 'object_count' => '3', - 'word' => 'thing', - ], - 1044 => [ - 'id' => '1872', - 'object_count' => '3', - 'word' => 'look', - ], - 1045 => [ - 'id' => '1873', - 'object_count' => '2', - 'word' => 'done', - ], - 1046 => [ - 'id' => '1874', - 'object_count' => '2', - 'word' => 'modifying', - ], - 1047 => [ - 'id' => '1875', - 'object_count' => '2', - 'word' => 'overriding', - ], - 1048 => [ - 'id' => '1876', - 'object_count' => '2', - 'word' => 'reusable', - ], - 1049 => [ - 'id' => '1877', - 'object_count' => '3', - 'word' => 'packages', - ], - 1050 => [ - 'id' => '1878', - 'object_count' => '2', - 'word' => 'include', - ], - 1051 => [ - 'id' => '1879', - 'object_count' => '3', - 'word' => 'template', - ], - 1052 => [ - 'id' => '1880', - 'object_count' => '2', - 'word' => '4.x', - ], - 1053 => [ - 'id' => '1881', - 'object_count' => '3', - 'word' => 'next', - ], - 1054 => [ - 'id' => '1882', - 'object_count' => '2', - 'word' => 'generations', - ], - 1055 => [ - 'id' => '1883', - 'object_count' => '4', - 'word' => 'independent', - ], - 1056 => [ - 'id' => '1884', - 'object_count' => '2', - 'word' => 'aiming', - ], - 1057 => [ - 'id' => '1885', - 'object_count' => '2', - 'word' => 'centric', - ], - 1058 => [ - 'id' => '1886', - 'object_count' => '2', - 'word' => 'customising', - ], - 1059 => [ - 'id' => '1887', - 'object_count' => '2', - 'word' => 'extending', - ], - 1060 => [ - 'id' => '1888', - 'object_count' => '2', - 'word' => 'focus', - ], - 1061 => [ - 'id' => '1889', - 'object_count' => '2', - 'word' => 'solving', - ], - 1062 => [ - 'id' => '1890', - 'object_count' => '2', - 'word' => 'important', - ], - 1063 => [ - 'id' => '1891', - 'object_count' => '2', - 'word' => 'parts', - ], - 1064 => [ - 'id' => '1892', - 'object_count' => '4', - 'word' => 'written', - ], - 1065 => [ - 'id' => '1893', - 'object_count' => '2', - 'word' => 'occurring', - ], - 1066 => [ - 'id' => '1894', - 'object_count' => '2', - 'word' => 'deal', - ], - 1067 => [ - 'id' => '1895', - 'object_count' => '3', - 'word' => 'building', - ], - 1068 => [ - 'id' => '1896', - 'object_count' => '4', - 'word' => 'without', - ], - 1069 => [ - 'id' => '1897', - 'object_count' => '2', - 'word' => 'superfluous', - ], - 1070 => [ - 'id' => '1898', - 'object_count' => '2', - 'word' => 'ballast', - ], - 1071 => [ - 'id' => '1899', - 'object_count' => '2', - 'word' => 'order', - ], - 1072 => [ - 'id' => '1900', - 'object_count' => '2', - 'word' => 'cater', - ], - 1073 => [ - 'id' => '1901', - 'object_count' => '2', - 'word' => 'goal', - ], - 1074 => [ - 'id' => '1902', - 'object_count' => '2', - 'word' => 'factor', - ], - 1075 => [ - 'id' => '1903', - 'object_count' => '2', - 'word' => 'uses', - ], - 1076 => [ - 'id' => '1904', - 'object_count' => '2', - 'word' => 'test', - ], - 1077 => [ - 'id' => '1905', - 'object_count' => '2', - 'word' => 'driven', - ], - 1078 => [ - 'id' => '1906', - 'object_count' => '2', - 'word' => 'methodology', - ], - 1079 => [ - 'id' => '1907', - 'object_count' => '4', - 'word' => 'large', - ], - 1080 => [ - 'id' => '1908', - 'object_count' => '3', - 'word' => 'effort', - ], - 1081 => [ - 'id' => '1909', - 'object_count' => '2', - 'word' => 'making', - ], - 1082 => [ - 'id' => '1910', - 'object_count' => '4', - 'word' => 'apis', - ], - 1083 => [ - 'id' => '1911', - 'object_count' => '2', - 'word' => 'testable', - ], - 1084 => [ - 'id' => '1912', - 'object_count' => '2', - 'word' => 'results', - ], - 1085 => [ - 'id' => '1913', - 'object_count' => '3', - 'word' => 'better', - ], - 1086 => [ - 'id' => '1914', - 'object_count' => '2', - 'word' => 'modules', - ], - 1087 => [ - 'id' => '1915', - 'object_count' => '2', - 'word' => 'operators', - ], - 1088 => [ - 'id' => '1916', - 'object_count' => '2', - 'word' => 'third', - ], - 1089 => [ - 'id' => '1917', - 'object_count' => '2', - 'word' => 'party', - ], - 1090 => [ - 'id' => '1918', - 'object_count' => '2', - 'word' => 'contributed', - ], - 1091 => [ - 'id' => '1919', - 'object_count' => '2', - 'word' => 'contribution', - ], - 1092 => [ - 'id' => '1920', - 'object_count' => '2', - 'word' => 'during', - ], - 1093 => [ - 'id' => '1921', - 'object_count' => '2', - 'word' => 'ide', - ], - 1094 => [ - 'id' => '1922', - 'object_count' => '2', - 'word' => 'eclipse', - ], - 1095 => [ - 'id' => '1923', - 'object_count' => '2', - 'word' => 'phpedit', - ], - 1096 => [ - 'id' => '1924', - 'object_count' => '5', - 'word' => 'been', - ], - 1097 => [ - 'id' => '1925', - 'object_count' => '2', - 'word' => 'optimised', - ], - 1098 => [ - 'id' => '1926', - 'object_count' => '3', - 'word' => 'start', - ], - 1099 => [ - 'id' => '1927', - 'object_count' => '2', - 'word' => 'definitely', - ], - 1100 => [ - 'id' => '1928', - 'object_count' => '2', - 'word' => 'touch', - ], - 1101 => [ - 'id' => '1929', - 'object_count' => '2', - 'word' => 'contributions', - ], - 1102 => [ - 'id' => '1930', - 'object_count' => '2', - 'word' => 'save', - ], - 1103 => [ - 'id' => '1931', - 'object_count' => '1', - 'word' => 'lots', - ], - 1104 => [ - 'id' => '1932', - 'object_count' => '2', - 'word' => 'adding', - ], - 1105 => [ - 'id' => '1933', - 'object_count' => '3', - 'word' => 'siteaccesses', - ], - 1106 => [ - 'id' => '1934', - 'object_count' => '2', - 'word' => 'power', - ], - 1107 => [ - 'id' => '1935', - 'object_count' => '2', - 'word' => 'flexibility', - ], - 1108 => [ - 'id' => '1936', - 'object_count' => '1', - 'word' => 'beyond', - ], - 1109 => [ - 'id' => '1937', - 'object_count' => '2', - 'word' => 'single', - ], - 1110 => [ - 'id' => '1938', - 'object_count' => '2', - 'word' => 'unlimited', - ], - 1111 => [ - 'id' => '1939', - 'object_count' => '1', - 'word' => 'learned', - ], - 1112 => [ - 'id' => '1940', - 'object_count' => '2', - 'word' => 'best', - ], - 1113 => [ - 'id' => '1941', - 'object_count' => '2', - 'word' => 'leverage', - ], - 1114 => [ - 'id' => '1942', - 'object_count' => '1', - 'word' => 'siteaccess', - ], - 1115 => [ - 'id' => '1943', - 'object_count' => '2', - 'word' => 'let', - ], - 1116 => [ - 'id' => '1944', - 'object_count' => '1', - 'word' => 'apply', - ], - 1117 => [ - 'id' => '1945', - 'object_count' => '1', - 'word' => 'concrete', - ], - 1118 => [ - 'id' => '1946', - 'object_count' => '1', - 'word' => 'sometimes', - ], - 1119 => [ - 'id' => '1947', - 'object_count' => '1', - 'word' => 'wonder', - ], - 1120 => [ - 'id' => '1948', - 'object_count' => '1', - 'word' => 'yes through', - ], - 1121 => [ - 'id' => '1949', - 'object_count' => '1', - 'word' => 'siteaccess', - ], - 1122 => [ - 'id' => '1950', - 'object_count' => '2', - 'word' => 'fact', - ], - 1123 => [ - 'id' => '1951', - 'object_count' => '1', - 'word' => 'understanding', - ], - 1124 => [ - 'id' => '1952', - 'object_count' => '4', - 'word' => 'ability', - ], - 1125 => [ - 'id' => '1953', - 'object_count' => '1', - 'word' => 'much', - ], - 1126 => [ - 'id' => '1954', - 'object_count' => '1', - 'word' => 'just', - ], - 1127 => [ - 'id' => '1955', - 'object_count' => '1', - 'word' => 'technique', - ], - 1128 => [ - 'id' => '1956', - 'object_count' => '2', - 'word' => 'between', - ], - 1129 => [ - 'id' => '1957', - 'object_count' => '2', - 'word' => 'databases', - ], - 1130 => [ - 'id' => '1958', - 'object_count' => '1', - 'word' => 'copy', - ], - 1131 => [ - 'id' => '1959', - 'object_count' => '4', - 'word' => 'objects', - ], - 1132 => [ - 'id' => '1960', - 'object_count' => '1', - 'word' => 'agreement', - ], - 1133 => [ - 'id' => '1961', - 'object_count' => '1', - 'word' => 'network', - ], - 1134 => [ - 'id' => '1962', - 'object_count' => '1', - 'word' => 'simplify', - ], - 1135 => [ - 'id' => '1963', - 'object_count' => '1', - 'word' => 'upgrades', - ], - 1136 => [ - 'id' => '1964', - 'object_count' => '1', - 'word' => 'consolidating', - ], - 1137 => [ - 'id' => '1965', - 'object_count' => '1', - 'word' => 'demo', - ], - 1138 => [ - 'id' => '1966', - 'object_count' => '1', - 'word' => 'continue', - ], - 1139 => [ - 'id' => '1967', - 'object_count' => '1', - 'word' => 'real', - ], - 1140 => [ - 'id' => '1968', - 'object_count' => '1', - 'word' => 'reading', - ], - 1141 => [ - 'id' => '1969', - 'object_count' => '1', - 'word' => 'author', - ], - 1142 => [ - 'id' => '1970', - 'object_count' => '1', - 'word' => 'greg', - ], - 1143 => [ - 'id' => '1971', - 'object_count' => '1', - 'word' => 'mcavoy', - ], - 1144 => [ - 'id' => '1972', - 'object_count' => '1', - 'word' => 'jensen', - ], - 1145 => [ - 'id' => '1973', - 'object_count' => '1', - 'word' => 'executive', - ], - 1146 => [ - 'id' => '1974', - 'object_count' => '1', - 'word' => 'director', - ], - 1147 => [ - 'id' => '1975', - 'object_count' => '1', - 'word' => 'granite', - ], - 1148 => [ - 'id' => '1976', - 'object_count' => '1', - 'word' => 'horizon', - ], - 1149 => [ - 'id' => '1977', - 'object_count' => '1', - 'word' => 'largest', - ], - 1150 => [ - 'id' => '1978', - 'object_count' => '1', - 'word' => 'firms', - ], - 1151 => [ - 'id' => '1979', - 'object_count' => '1', - 'word' => 'united', - ], - 1152 => [ - 'id' => '1980', - 'object_count' => '1', - 'word' => 'states', - ], - 1153 => [ - 'id' => '1981', - 'object_count' => '1', - 'word' => 'america', - ], - 1154 => [ - 'id' => '1982', - 'object_count' => '2', - 'word' => 'certified', - ], - 1155 => [ - 'id' => '1983', - 'object_count' => '2', - 'word' => 'he', - ], - 1156 => [ - 'id' => '1984', - 'object_count' => '1', - 'word' => 'served', - ], - 1157 => [ - 'id' => '1985', - 'object_count' => '1', - 'word' => 'trained', - ], - 1158 => [ - 'id' => '1986', - 'object_count' => '1', - 'word' => 'four', - ], - 1159 => [ - 'id' => '1987', - 'object_count' => '1', - 'word' => 'continents', - ], - 1160 => [ - 'id' => '1988', - 'object_count' => '1', - 'word' => 'since', - ], - 1161 => [ - 'id' => '1989', - 'object_count' => '1', - 'word' => '2003', - ], - 1162 => [ - 'id' => '1990', - 'object_count' => '1', - 'word' => 'his', - ], - 1163 => [ - 'id' => '1991', - 'object_count' => '1', - 'word' => 'wife', - ], - 1164 => [ - 'id' => '1992', - 'object_count' => '1', - 'word' => 'heather', - ], - 1165 => [ - 'id' => '1993', - 'object_count' => '1', - 'word' => 'proud', - ], - 1166 => [ - 'id' => '1994', - 'object_count' => '1', - 'word' => 'parents', - ], - 1167 => [ - 'id' => '1995', - 'object_count' => '1', - 'word' => 'three', - ], - 1168 => [ - 'id' => '1996', - 'object_count' => '1', - 'word' => 'wonderful', - ], - 1169 => [ - 'id' => '1997', - 'object_count' => '1', - 'word' => 'children', - ], - 1170 => [ - 'id' => '1998', - 'object_count' => '1', - 'word' => 'internationalization', - ], - 1171 => [ - 'id' => '1999', - 'object_count' => '5', - 'word' => 'improved', - ], - 1172 => [ - 'id' => '2000', - 'object_count' => '1', - 'word' => 'registration', - ], - 1173 => [ - 'id' => '2001', - 'object_count' => '1', - 'word' => 'approval', - ], - 1174 => [ - 'id' => '2002', - 'object_count' => '1', - 'word' => 'wish', - ], - 1175 => [ - 'id' => '2003', - 'object_count' => '1', - 'word' => 'logs', - ], - 1176 => [ - 'id' => '2004', - 'object_count' => '3', - 'word' => 'enable', - ], - 1177 => [ - 'id' => '2005', - 'object_count' => '3', - 'word' => 'configure', - ], - 1178 => [ - 'id' => '2006', - 'object_count' => '1', - 'word' => 'connect', - ], - 1179 => [ - 'id' => '2007', - 'object_count' => '1', - 'word' => 'triggers', - ], - 1180 => [ - 'id' => '2008', - 'object_count' => '2', - 'word' => 'enabled', - ], - 1181 => [ - 'id' => '2009', - 'object_count' => '1', - 'word' => 'setup', - ], - 1182 => [ - 'id' => '2010', - 'object_count' => '1', - 'word' => 'workflows', - ], - 1183 => [ - 'id' => '2011', - 'object_count' => '1', - 'word' => 'e.g', - ], - 1184 => [ - 'id' => '2012', - 'object_count' => '1', - 'word' => 'userregistration1', - ], - 1185 => [ - 'id' => '2013', - 'object_count' => '1', - 'word' => 'finishuserregistration', - ], - 1186 => [ - 'id' => '2014', - 'object_count' => '1', - 'word' => 'trigger', - ], - 1187 => [ - 'id' => '2015', - 'object_count' => '1', - 'word' => 'confirmation', - ], - 1188 => [ - 'id' => '2016', - 'object_count' => '1', - 'word' => 'notification', - ], - 1189 => [ - 'id' => '2017', - 'object_count' => '1', - 'word' => 'successfully', - ], - 1190 => [ - 'id' => '2018', - 'object_count' => '1', - 'word' => 'registered', - ], - 1191 => [ - 'id' => '2019', - 'object_count' => '1', - 'word' => 'finish', - ], - 1192 => [ - 'id' => '2020', - 'object_count' => '1', - 'word' => 'finishuserregistration', - ], - 1193 => [ - 'id' => '2021', - 'object_count' => '1', - 'word' => 'content', - ], - 1194 => [ - 'id' => '2022', - 'object_count' => '1', - 'word' => 'before', - ], - 1195 => [ - 'id' => '2023', - 'object_count' => '1', - 'word' => 'after', - ], - 1196 => [ - 'id' => '2024', - 'object_count' => '5', - 'word' => 'now', - ], - 1197 => [ - 'id' => '2025', - 'object_count' => '1', - 'word' => 'himself', - ], - 1198 => [ - 'id' => '2026', - 'object_count' => '2', - 'word' => 'presented', - ], - 1199 => [ - 'id' => '2027', - 'object_count' => '1', - 'word' => 'login', - ], - 1200 => [ - 'id' => '2028', - 'object_count' => '1', - 'word' => 'clicks', - ], - 1201 => [ - 'id' => '2029', - 'object_count' => '1', - 'word' => 'finished', - ], - 1202 => [ - 'id' => '2030', - 'object_count' => '1', - 'word' => 'mail', - ], - 1203 => [ - 'id' => '2031', - 'object_count' => '1', - 'word' => 'sent', - ], - 1204 => [ - 'id' => '2032', - 'object_count' => '1', - 'word' => 'confirm', - ], - 1205 => [ - 'id' => '2033', - 'object_count' => '1', - 'word' => 'event', - ], - 1206 => [ - 'id' => '2034', - 'object_count' => '1', - 'word' => 'dashboards', - ], - 1207 => [ - 'id' => '2035', - 'object_count' => '1', - 'word' => 'collaboration', - ], - 1208 => [ - 'id' => '2036', - 'object_count' => '2', - 'word' => 'screen', - ], - 1209 => [ - 'id' => '2037', - 'object_count' => '1', - 'word' => 'policies', - ], - 1210 => [ - 'id' => '2038', - 'object_count' => '1', - 'word' => 'comment', - ], - 1211 => [ - 'id' => '2039', - 'object_count' => '1', - 'word' => 'approve', - ], - 1212 => [ - 'id' => '2040', - 'object_count' => '1', - 'word' => 'deny', - ], - 1213 => [ - 'id' => '2041', - 'object_count' => '2', - 'word' => 'request', - ], - 1214 => [ - 'id' => '2042', - 'object_count' => '1', - 'word' => 'gets', - ], - 1215 => [ - 'id' => '2043', - 'object_count' => '2', - 'word' => 'block', - ], - 1216 => [ - 'id' => '2044', - 'object_count' => '1', - 'word' => 'visual', - ], - 1217 => [ - 'id' => '2045', - 'object_count' => '1', - 'word' => 'usability', - ], - 1218 => [ - 'id' => '2046', - 'object_count' => '2', - 'word' => 'blocks', - ], - 1219 => [ - 'id' => '2047', - 'object_count' => '1', - 'word' => 'saves', - ], - 1220 => [ - 'id' => '2048', - 'object_count' => '2', - 'word' => 'space', - ], - 1221 => [ - 'id' => '2049', - 'object_count' => '2', - 'word' => 'setting', - ], - 1222 => [ - 'id' => '2050', - 'object_count' => '1', - 'word' => 'always', - ], - 1223 => [ - 'id' => '2051', - 'object_count' => '1', - 'word' => 'window', - ], - 1224 => [ - 'id' => '2052', - 'object_count' => '1', - 'word' => 'aligned', - ], - 1225 => [ - 'id' => '2053', - 'object_count' => '1', - 'word' => 'admin2', - ], - 1226 => [ - 'id' => '2054', - 'object_count' => '1', - 'word' => 'button', - ], - 1227 => [ - 'id' => '2055', - 'object_count' => '1', - 'word' => '12', - ], - 1228 => [ - 'id' => '2056', - 'object_count' => '1', - 'word' => 'higher', - ], - 1229 => [ - 'id' => '2057', - 'object_count' => '1', - 'word' => 'contrast', - ], - 1230 => [ - 'id' => '2058', - 'object_count' => '1', - 'word' => 'icons', - ], - 1231 => [ - 'id' => '2059', - 'object_count' => '1', - 'word' => 'according', - ], - 1232 => [ - 'id' => '2060', - 'object_count' => '1', - 'word' => 'program', - ], - 1233 => [ - 'id' => '2061', - 'object_count' => '1', - 'word' => 'run', - ], - 1234 => [ - 'id' => '2062', - 'object_count' => '1', - 'word' => 'opening', - ], - 1235 => [ - 'id' => '2063', - 'object_count' => '1', - 'word' => 'mode', - ], - 1236 => [ - 'id' => '2064', - 'object_count' => '1', - 'word' => 'folders', - ], - 1237 => [ - 'id' => '2065', - 'object_count' => '2', - 'word' => 'timeline', - ], - 1238 => [ - 'id' => '2066', - 'object_count' => '1', - 'word' => 'marked', - ], - 1239 => [ - 'id' => '2067', - 'object_count' => '2', - 'word' => 'folder', - ], - 1240 => [ - 'id' => '2068', - 'object_count' => '1', - 'word' => '9', - ], - 1241 => [ - 'id' => '2069', - 'object_count' => '3', - 'word' => '10', - ], - 1242 => [ - 'id' => '2070', - 'object_count' => '1', - 'word' => '11', - ], - 1243 => [ - 'id' => '2071', - 'object_count' => '1', - 'word' => 'multiupload', - ], - 1244 => [ - 'id' => '2072', - 'object_count' => '2', - 'word' => '6', - ], - 1245 => [ - 'id' => '2073', - 'object_count' => '2', - 'word' => 'preview', - ], - 1246 => [ - 'id' => '2074', - 'object_count' => '1', - 'word' => '7', - ], - 1247 => [ - 'id' => '2075', - 'object_count' => '1', - 'word' => 'flags', - ], - 1248 => [ - 'id' => '2076', - 'object_count' => '2', - 'word' => 'fastcgi', - ], - 1249 => [ - 'id' => '2077', - 'object_count' => '5', - 'word' => 'supports', - ], - 1250 => [ - 'id' => '2078', - 'object_count' => '2', - 'word' => 'cgi', - ], - 1251 => [ - 'id' => '2079', - 'object_count' => '2', - 'word' => 'improve', - ], - 1252 => [ - 'id' => '2080', - 'object_count' => '2', - 'word' => 'performance', - ], - 1253 => [ - 'id' => '2081', - 'object_count' => '2', - 'word' => 'thousands', - ], - 1254 => [ - 'id' => '2082', - 'object_count' => '2', - 'word' => 'perl', - ], - 1255 => [ - 'id' => '2083', - 'object_count' => '2', - 'word' => 'runs', - ], - 1256 => [ - 'id' => '2084', - 'object_count' => '2', - 'word' => 'processes', - ], - 1257 => [ - 'id' => '2085', - 'object_count' => '2', - 'word' => 'isolated', - ], - 1258 => [ - 'id' => '2086', - 'object_count' => '3', - 'word' => 'core', - ], - 1259 => [ - 'id' => '2087', - 'object_count' => '2', - 'word' => 'greater', - ], - 1260 => [ - 'id' => '2088', - 'object_count' => '2', - 'word' => 'security', - ], - 1261 => [ - 'id' => '2089', - 'object_count' => '4', - 'word' => 'link', - ], - 1262 => [ - 'id' => '2090', - 'object_count' => '2', - 'word' => 'bug', - ], - 1263 => [ - 'id' => '2091', - 'object_count' => '2', - 'word' => 'corrupt', - ], - 1264 => [ - 'id' => '2092', - 'object_count' => '2', - 'word' => 'malicious', - ], - 1265 => [ - 'id' => '2093', - 'object_count' => '2', - 'word' => 'steal', - ], - 1266 => [ - 'id' => '2094', - 'object_count' => '2', - 'word' => 'secrets', - ], - 1267 => [ - 'id' => '2095', - 'object_count' => '2', - 'word' => 'www.fastcgi.com', - ], - 1268 => [ - 'id' => '2096', - 'object_count' => '2', - 'word' => 'fastcgi.com', - ], - 1269 => [ - 'id' => '2097', - 'object_count' => '3', - 'word' => 'red', - ], - 1270 => [ - 'id' => '2098', - 'object_count' => '3', - 'word' => 'hat', - ], - 1271 => [ - 'id' => '2099', - 'object_count' => '2', - 'word' => 'combined', - ], - 1272 => [ - 'id' => '2100', - 'object_count' => '2', - 'word' => 'supported', - ], - 1273 => [ - 'id' => '2101', - 'object_count' => '2', - 'word' => 'stack', - ], - 1274 => [ - 'id' => '2102', - 'object_count' => '2', - 'word' => 'canonical', - ], - 1275 => [ - 'id' => '2103', - 'object_count' => '2', - 'word' => 'links', - ], - 1276 => [ - 'id' => '2104', - 'object_count' => '2', - 'word' => 'figure', - ], - 1277 => [ - 'id' => '2105', - 'object_count' => '2', - 'word' => 'duplicate', - ], - 1278 => [ - 'id' => '2106', - 'object_count' => '4', - 'word' => 'allow', - ], - 1279 => [ - 'id' => '2107', - 'object_count' => '2', - 'word' => 'index', - ], - 1280 => [ - 'id' => '2108', - 'object_count' => '2', - 'word' => 'nor', - ], - 1281 => [ - 'id' => '2109', - 'object_count' => '2', - 'word' => 'fre', - ], - 1282 => [ - 'id' => '2110', - 'object_count' => '2', - 'word' => 'ger', - ], - 1283 => [ - 'id' => '2111', - 'object_count' => '2', - 'word' => 'eng', - ], - 1284 => [ - 'id' => '2112', - 'object_count' => '2', - 'word' => 'works', - ], - 1285 => [ - 'id' => '2113', - 'object_count' => '2', - 'word' => 'mappings', - ], - 1286 => [ - 'id' => '2114', - 'object_count' => '2', - 'word' => 'require', - ], - 1287 => [ - 'id' => '2115', - 'object_count' => '3', - 'word' => 'file', - ], - 1288 => [ - 'id' => '2116', - 'object_count' => '2', - 'word' => 'urls', - ], - 1289 => [ - 'id' => '2117', - 'object_count' => '2', - 'word' => 'www.example.com', - ], - 1290 => [ - 'id' => '2118', - 'object_count' => '2', - 'word' => 'example.com', - ], - 1291 => [ - 'id' => '2119', - 'object_count' => '2', - 'word' => 'index.html', - ], - 1292 => [ - 'id' => '2120', - 'object_count' => '2', - 'word' => 'home.asp', - ], - 1293 => [ - 'id' => '2121', - 'object_count' => '2', - 'word' => 'rel', - ], - 1294 => [ - 'id' => '2122', - 'object_count' => '2', - 'word' => 'href', - ], - 1295 => [ - 'id' => '2123', - 'object_count' => '2', - 'word' => 'defer', - ], - 1296 => [ - 'id' => '2124', - 'object_count' => '3', - 'word' => 'scalability', - ], - 1297 => [ - 'id' => '2125', - 'object_count' => '2', - 'word' => 'load', - ], - 1298 => [ - 'id' => '2126', - 'object_count' => '2', - 'word' => 'environments', - ], - 1299 => [ - 'id' => '2127', - 'object_count' => '1', - 'word' => 'simultaneous', - ], - 1300 => [ - 'id' => '2128', - 'object_count' => '1', - 'word' => 'database', - ], - 1301 => [ - 'id' => '2129', - 'object_count' => '1', - 'word' => 'offers', - ], - 1302 => [ - 'id' => '2130', - 'object_count' => '2', - 'word' => 'robust', - ], - 1303 => [ - 'id' => '2131', - 'object_count' => '1', - 'word' => 'parallel', - ], - 1304 => [ - 'id' => '2132', - 'object_count' => '1', - 'word' => 'controls', - ], - 1305 => [ - 'id' => '2133', - 'object_count' => '1', - 'word' => 'concurrently', - ], - 1306 => [ - 'id' => '2134', - 'object_count' => '1', - 'word' => 'sends', - ], - 1307 => [ - 'id' => '2135', - 'object_count' => '2', - 'word' => 'requests', - ], - 1308 => [ - 'id' => '2136', - 'object_count' => '1', - 'word' => 'queue', - ], - 1309 => [ - 'id' => '2137', - 'object_count' => '1', - 'word' => 'daemon', - ], - 1310 => [ - 'id' => '2138', - 'object_count' => '1', - 'word' => 'handles', - ], - 1311 => [ - 'id' => '2139', - 'object_count' => '1', - 'word' => 'background', - ], - 1312 => [ - 'id' => '2140', - 'object_count' => '1', - 'word' => 'error', - ], - 1313 => [ - 'id' => '2141', - 'object_count' => '1', - 'word' => 'handling', - ], - 1314 => [ - 'id' => '2142', - 'object_count' => '1', - 'word' => 'filtering', - ], - 1315 => [ - 'id' => '2143', - 'object_count' => '1', - 'word' => 'hooks', - ], - 1316 => [ - 'id' => '2144', - 'object_count' => '1', - 'word' => 'press', - ], - 1317 => [ - 'id' => '2145', - 'object_count' => '1', - 'word' => 'queued', - ], - 1318 => [ - 'id' => '2146', - 'object_count' => '1', - 'word' => 'monitored', - ], - 1319 => [ - 'id' => '2147', - 'object_count' => '1', - 'word' => 'statuses', - ], - 1320 => [ - 'id' => '2148', - 'object_count' => '1', - 'word' => 'processed', - ], - 1321 => [ - 'id' => '2149', - 'object_count' => '1', - 'word' => 'place', - ], - 1322 => [ - 'id' => '2150', - 'object_count' => '1', - 'word' => 'irregularities', - ], - 1323 => [ - 'id' => '2151', - 'object_count' => '1', - 'word' => 'prompts', - ], - 1324 => [ - 'id' => '2152', - 'object_count' => '1', - 'word' => 'content.ini', - ], - 1325 => [ - 'id' => '2153', - 'object_count' => '1', - 'word' => 'publishingsettings', - ], - 1326 => [ - 'id' => '2154', - 'object_count' => '1', - 'word' => 'disable', - ], - 1327 => [ - 'id' => '2155', - 'object_count' => '1', - 'word' => 'asynchronouspublishing', - ], - 1328 => [ - 'id' => '2156', - 'object_count' => '2', - 'word' => 'size', - ], - 1329 => [ - 'id' => '2157', - 'object_count' => '1', - 'word' => 'operations', - ], - 1330 => [ - 'id' => '2158', - 'object_count' => '1', - 'word' => 'allowed', - ], - 1331 => [ - 'id' => '2159', - 'object_count' => '1', - 'word' => 'publishingprocessslots', - ], - 1332 => [ - 'id' => '2160', - 'object_count' => '1', - 'word' => 'init', - ], - 1333 => [ - 'id' => '2161', - 'object_count' => '1', - 'word' => 'script', - ], - 1334 => [ - 'id' => '2162', - 'object_count' => '1', - 'word' => 'recommended', - ], - 1335 => [ - 'id' => '2163', - 'object_count' => '1', - 'word' => 'production', - ], - 1336 => [ - 'id' => '2164', - 'object_count' => '1', - 'word' => 'linux', - ], - 1337 => [ - 'id' => '2165', - 'object_count' => '1', - 'word' => 'centos', - ], - 1338 => [ - 'id' => '2166', - 'object_count' => '1', - 'word' => 'fedora', - ], - 1339 => [ - 'id' => '2167', - 'object_count' => '1', - 'word' => 'suse', - ], - 1340 => [ - 'id' => '2168', - 'object_count' => '1', - 'word' => 'bin', - ], - 1341 => [ - 'id' => '2169', - 'object_count' => '1', - 'word' => 'startup', - ], - 1342 => [ - 'id' => '2170', - 'object_count' => '1', - 'word' => 'rhel', - ], - 1343 => [ - 'id' => '2171', - 'object_count' => '1', - 'word' => 'ezasynchronouspublisher', - ], - 1344 => [ - 'id' => '2172', - 'object_count' => '1', - 'word' => 'debian', - ], - 1345 => [ - 'id' => '2173', - 'object_count' => '1', - 'word' => 'ubuntu', - ], - 1346 => [ - 'id' => '2174', - 'object_count' => '1', - 'word' => 'etc', - ], - 1347 => [ - 'id' => '2175', - 'object_count' => '1', - 'word' => 'init.d', - ], - 1348 => [ - 'id' => '2176', - 'object_count' => '1', - 'word' => 'ln', - ], - 1349 => [ - 'id' => '2177', - 'object_count' => '1', - 'word' => 'path', - ], - 1350 => [ - 'id' => '2178', - 'object_count' => '1', - 'word' => 'chmod', - ], - 1351 => [ - 'id' => '2179', - 'object_count' => '1', - 'word' => 'x', - ], - 1352 => [ - 'id' => '2180', - 'object_count' => '1', - 'word' => 'boot', - ], - 1353 => [ - 'id' => '2181', - 'object_count' => '1', - 'word' => 'chkconfig', - ], - 1354 => [ - 'id' => '2182', - 'object_count' => '2', - 'word' => 'restful', - ], - 1355 => [ - 'id' => '2183', - 'object_count' => '2', - 'word' => 'external', - ], - 1356 => [ - 'id' => '2184', - 'object_count' => '2', - 'word' => 'implementations', - ], - 1357 => [ - 'id' => '2185', - 'object_count' => '2', - 'word' => 'query', - ], - 1358 => [ - 'id' => '2186', - 'object_count' => '2', - 'word' => 'inside', - ], - 1359 => [ - 'id' => '2187', - 'object_count' => '1', - 'word' => 'contains', - ], - 1360 => [ - 'id' => '2188', - 'object_count' => '2', - 'word' => 'oauth', - ], - 1361 => [ - 'id' => '2189', - 'object_count' => '2', - 'word' => 'authentication', - ], - 1362 => [ - 'id' => '2190', - 'object_count' => '2', - 'word' => 'retrieval', - ], - 1363 => [ - 'id' => '2191', - 'object_count' => '3', - 'word' => 'presentation', - ], - 1364 => [ - 'id' => '2192', - 'object_count' => '2', - 'word' => 'global', - ], - 1365 => [ - 'id' => '2193', - 'object_count' => '1', - 'word' => 'leader', - ], - 1366 => [ - 'id' => '2194', - 'object_count' => '1', - 'word' => 'was', - ], - 1367 => [ - 'id' => '2195', - 'object_count' => '1', - 'word' => 'founded', - ], - 1368 => [ - 'id' => '2196', - 'object_count' => '1', - 'word' => '1999', - ], - 1369 => [ - 'id' => '2197', - 'object_count' => '1', - 'word' => 'offices', - ], - 1370 => [ - 'id' => '2198', - 'object_count' => '1', - 'word' => 'worldwide', - ], - 1371 => [ - 'id' => '2199', - 'object_count' => '1', - 'word' => 'systems', - ], - 1372 => [ - 'id' => '2200', - 'object_count' => '1', - 'word' => 'flagship', - ], - 1373 => [ - 'id' => '2201', - 'object_count' => '1', - 'word' => 'product', - ], - 1374 => [ - 'id' => '2202', - 'object_count' => '1', - 'word' => 'leading', - ], - 1375 => [ - 'id' => '2203', - 'object_count' => '1', - 'word' => 'wcm', - ], - 1376 => [ - 'id' => '2204', - 'object_count' => '1', - 'word' => 'specializing', - ], - 1377 => [ - 'id' => '2205', - 'object_count' => '1', - 'word' => 'multichannel', - ], - 1378 => [ - 'id' => '2206', - 'object_count' => '1', - 'word' => 'distribution', - ], - 1379 => [ - 'id' => '2207', - 'object_count' => '1', - 'word' => 'mobile', - ], - 1380 => [ - 'id' => '2208', - 'object_count' => '1', - 'word' => 'tablets', - ], - 1381 => [ - 'id' => '2209', - 'object_count' => '1', - 'word' => 'print', - ], - 1382 => [ - 'id' => '2210', - 'object_count' => '1', - 'word' => 'commercial', - ], - 1383 => [ - 'id' => '2211', - 'object_count' => '1', - 'word' => 'engineers', - ], - 1384 => [ - 'id' => '2212', - 'object_count' => '1', - 'word' => 'innovation', - ], - 1385 => [ - 'id' => '2213', - 'object_count' => '1', - 'word' => '38', - ], - 1386 => [ - 'id' => '2214', - 'object_count' => '1', - 'word' => '000', - ], - 1387 => [ - 'id' => '2215', - 'object_count' => '1', - 'word' => 'implementation', - ], - 1388 => [ - 'id' => '2216', - 'object_count' => '4', - 'word' => 'partners', - ], - 1389 => [ - 'id' => '2217', - 'object_count' => '1', - 'word' => 'drives', - ], - 1390 => [ - 'id' => '2218', - 'object_count' => '1', - 'word' => '200', - ], - 1391 => [ - 'id' => '2219', - 'object_count' => '1', - 'word' => 'installations', - ], - 1392 => [ - 'id' => '2220', - 'object_count' => '1', - 'word' => 'proving', - ], - 1393 => [ - 'id' => '2221', - 'object_count' => '1', - 'word' => 'most', - ], - 1394 => [ - 'id' => '2222', - 'object_count' => '2', - 'word' => 'adaptable', - ], - 1395 => [ - 'id' => '2223', - 'object_count' => '2', - 'word' => 'reliable', - ], - 1396 => [ - 'id' => '2224', - 'object_count' => '1', - 'word' => 'platforms', - ], - 1397 => [ - 'id' => '2225', - 'object_count' => '2', - 'word' => 'market', - ], - 1398 => [ - 'id' => '2226', - 'object_count' => '1', - 'word' => 'edition', - ], - 1399 => [ - 'id' => '2227', - 'object_count' => '1', - 'word' => 'perfect', - ], - 1400 => [ - 'id' => '2228', - 'object_count' => '1', - 'word' => 'blend', - ], - 1401 => [ - 'id' => '2229', - 'object_count' => '1', - 'word' => 'vendor', - ], - 1402 => [ - 'id' => '2230', - 'object_count' => '1', - 'word' => 'assured', - ], - 1403 => [ - 'id' => '2231', - 'object_count' => '1', - 'word' => 'customers', - ], - 1404 => [ - 'id' => '2232', - 'object_count' => '1', - 'word' => 'pay', - ], - 1405 => [ - 'id' => '2233', - 'object_count' => '1', - 'word' => 'cost', - ], - 1406 => [ - 'id' => '2234', - 'object_count' => '1', - 'word' => 'effective', - ], - 1407 => [ - 'id' => '2235', - 'object_count' => '1', - 'word' => 'yearly', - ], - 1408 => [ - 'id' => '2236', - 'object_count' => '1', - 'word' => 'fee', - ], - 1409 => [ - 'id' => '2237', - 'object_count' => '1', - 'word' => 'maintenance', - ], - 1410 => [ - 'id' => '2238', - 'object_count' => '1', - 'word' => 'releases', - ], - 1411 => [ - 'id' => '2239', - 'object_count' => '1', - 'word' => 'major', - ], - 1412 => [ - 'id' => '2240', - 'object_count' => '1', - 'word' => 'updates', - ], - 1413 => [ - 'id' => '2241', - 'object_count' => '1', - 'word' => 'months', - ], - 1414 => [ - 'id' => '2242', - 'object_count' => '1', - 'word' => 'license', - ], - 1415 => [ - 'id' => '2243', - 'object_count' => '1', - 'word' => 'europe', - ], - 1416 => [ - 'id' => '2244', - 'object_count' => '1', - 'word' => 'nordics', - ], - 1417 => [ - 'id' => '2245', - 'object_count' => '1', - 'word' => 'americas', - ], - 1418 => [ - 'id' => '2246', - 'object_count' => '1', - 'word' => 'asia', - ], - 1419 => [ - 'id' => '2247', - 'object_count' => '1', - 'word' => 'recognized', - ], - 1420 => [ - 'id' => '2248', - 'object_count' => '1', - 'word' => 'demands', - ], - 1421 => [ - 'id' => '2249', - 'object_count' => '1', - 'word' => 'secure', - ], - 1422 => [ - 'id' => '2250', - 'object_count' => '1', - 'word' => 'maintainable', - ], - 1423 => [ - 'id' => '2251', - 'object_count' => '2', - 'word' => 'properties', - ], - 1424 => [ - 'id' => '2252', - 'object_count' => '1', - 'word' => 'revenue', - ], - 1425 => [ - 'id' => '2253', - 'object_count' => '1', - 'word' => 'array', - ], - 1426 => [ - 'id' => '2254', - 'object_count' => '1', - 'word' => 'sources', - ], - 1427 => [ - 'id' => '2255', - 'object_count' => '1', - 'word' => 'record', - ], - 1428 => [ - 'id' => '2256', - 'object_count' => '1', - 'word' => 'spanning', - ], - 1429 => [ - 'id' => '2257', - 'object_count' => '1', - 'word' => 'years', - ], - 1430 => [ - 'id' => '2258', - 'object_count' => '1', - 'word' => 'become', - ], - 1431 => [ - 'id' => '2259', - 'object_count' => '1', - 'word' => 'choice', - ], - 1432 => [ - 'id' => '2260', - 'object_count' => '1', - 'word' => 'finance', - ], - 1433 => [ - 'id' => '2261', - 'object_count' => '1', - 'word' => 'retail', - ], - 1434 => [ - 'id' => '2262', - 'object_count' => '1', - 'word' => 'government', - ], - 1435 => [ - 'id' => '2263', - 'object_count' => '1', - 'word' => 'organizations', - ], - 1436 => [ - 'id' => '2264', - 'object_count' => '1', - 'word' => 'delivers', - ], - 1437 => [ - 'id' => '2265', - 'object_count' => '1', - 'word' => 'unsurpassed', - ], - 1438 => [ - 'id' => '2266', - 'object_count' => '1', - 'word' => 'capabilities', - ], - 1439 => [ - 'id' => '2267', - 'object_count' => '1', - 'word' => 'reach', - ], - 1440 => [ - 'id' => '2268', - 'object_count' => '1', - 'word' => 'engage', - ], - 1441 => [ - 'id' => '2269', - 'object_count' => '1', - 'word' => 'audience', - ], - 1442 => [ - 'id' => '2270', - 'object_count' => '1', - 'word' => 'ezs', - ], - 1443 => [ - 'id' => '2271', - 'object_count' => '1', - 'word' => 'intrinsic', - ], - 1444 => [ - 'id' => '2272', - 'object_count' => '1', - 'word' => 'accelerating', - ], - 1445 => [ - 'id' => '2273', - 'object_count' => '1', - 'word' => 'reducing', - ], - 1446 => [ - 'id' => '2274', - 'object_count' => '1', - 'word' => 'costs', - ], - 1447 => [ - 'id' => '2275', - 'object_count' => '1', - 'word' => 'enabling', - ], - 1448 => [ - 'id' => '2276', - 'object_count' => '1', - 'word' => 'tool', - ], - 1449 => [ - 'id' => '2277', - 'object_count' => '1', - 'word' => 'authoring', - ], - 1450 => [ - 'id' => '2278', - 'object_count' => '1', - 'word' => 'engaging', - ], - 1451 => [ - 'id' => '2279', - 'object_count' => '1', - 'word' => 'frees', - ], - 1452 => [ - 'id' => '2280', - 'object_count' => '1', - 'word' => 'editorial', - ], - 1453 => [ - 'id' => '2281', - 'object_count' => '1', - 'word' => 'creative', - ], - 1454 => [ - 'id' => '2282', - 'object_count' => '1', - 'word' => 'staff', - ], - 1455 => [ - 'id' => '2283', - 'object_count' => '1', - 'word' => 'enthusiasm', - ], - 1456 => [ - 'id' => '2284', - 'object_count' => '1', - 'word' => 'minimal', - ], - 1457 => [ - 'id' => '2285', - 'object_count' => '1', - 'word' => 'plan', - ], - 1458 => [ - 'id' => '2286', - 'object_count' => '1', - 'word' => 'review', - ], - 1459 => [ - 'id' => '2287', - 'object_count' => '1', - 'word' => 'automate', - ], - 1460 => [ - 'id' => '2288', - 'object_count' => '1', - 'word' => 'managing', - ], - 1461 => [ - 'id' => '2289', - 'object_count' => '1', - 'word' => 'portals', - ], - 1462 => [ - 'id' => '2290', - 'object_count' => '1', - 'word' => 'story', - ], - 1463 => [ - 'id' => '2291', - 'object_count' => '1', - 'word' => 'layouts', - ], - 1464 => [ - 'id' => '2292', - 'object_count' => '1', - 'word' => 'publication', - ], - 1465 => [ - 'id' => '2293', - 'object_count' => '1', - 'word' => 'schedule', - ], - 1466 => [ - 'id' => '2294', - 'object_count' => '1', - 'word' => 'ensure', - ], - 1467 => [ - 'id' => '2295', - 'object_count' => '1', - 'word' => 'constant', - ], - 1468 => [ - 'id' => '2296', - 'object_count' => '1', - 'word' => 'zones', - ], - 1469 => [ - 'id' => '2297', - 'object_count' => '2', - 'word' => 'layout', - ], - 1470 => [ - 'id' => '2298', - 'object_count' => '1', - 'word' => 'zone', - ], - 1471 => [ - 'id' => '2299', - 'object_count' => '1', - 'word' => 'blocks', - ], - 1472 => [ - 'id' => '2300', - 'object_count' => '1', - 'word' => 'promote', - ], - 1473 => [ - 'id' => '2301', - 'object_count' => '1', - 'word' => 'explicitly', - ], - 1474 => [ - 'id' => '2302', - 'object_count' => '1', - 'word' => 'implicitly', - ], - 1475 => [ - 'id' => '2303', - 'object_count' => '1', - 'word' => 'promotion', - ], - 1476 => [ - 'id' => '2304', - 'object_count' => '1', - 'word' => 'rotation', - ], - 1477 => [ - 'id' => '2305', - 'object_count' => '1', - 'word' => 'look', - ], - 1478 => [ - 'id' => '2306', - 'object_count' => '1', - 'word' => 'future.', - ], - 1479 => [ - 'id' => '2307', - 'object_count' => '1', - 'word' => 'drag', - ], - 1480 => [ - 'id' => '2308', - 'object_count' => '1', - 'word' => 'slider', - ], - 1481 => [ - 'id' => '2309', - 'object_count' => '1', - 'word' => 'goes', - ], - 1482 => [ - 'id' => '2310', - 'object_count' => '2', - 'word' => 'entire', - ], - 1483 => [ - 'id' => '2311', - 'object_count' => '1', - 'word' => 'managed', - ], - 1484 => [ - 'id' => '2312', - 'object_count' => '1', - 'word' => 'collaborate', - ], - 1485 => [ - 'id' => '2313', - 'object_count' => '1', - 'word' => 'we', - ], - 1486 => [ - 'id' => '2314', - 'object_count' => '1', - 'word' => 'know', - ], - 1487 => [ - 'id' => '2315', - 'object_count' => '3', - 'word' => 'work', - ], - 1488 => [ - 'id' => '2316', - 'object_count' => '1', - 'word' => 'alone', - ], - 1489 => [ - 'id' => '2317', - 'object_count' => '1', - 'word' => 'dashboards', - ], - 1490 => [ - 'id' => '2318', - 'object_count' => '1', - 'word' => 'keep', - ], - 1491 => [ - 'id' => '2319', - 'object_count' => '1', - 'word' => 'sync', - ], - 1492 => [ - 'id' => '2320', - 'object_count' => '1', - 'word' => 'adapt', - ], - 1493 => [ - 'id' => '2321', - 'object_count' => '1', - 'word' => 'however', - ], - 1494 => [ - 'id' => '2322', - 'object_count' => '1', - 'word' => 'intricate', - ], - 1495 => [ - 'id' => '2323', - 'object_count' => '1', - 'word' => 'completely', - ], - 1496 => [ - 'id' => '2324', - 'object_count' => '1', - 'word' => 'separates', - ], - 1497 => [ - 'id' => '2325', - 'object_count' => '1', - 'word' => 'current', - ], - 1498 => [ - 'id' => '2326', - 'object_count' => '2', - 'word' => 'future', - ], - 1499 => [ - 'id' => '2327', - 'object_count' => '1', - 'word' => 'furthermore', - ], - 1500 => [ - 'id' => '2328', - 'object_count' => '1', - 'word' => 'fit', - ], - 1501 => [ - 'id' => '2329', - 'object_count' => '1', - 'word' => 'needsyour', - ], - 1502 => [ - 'id' => '2330', - 'object_count' => '1', - 'word' => 'force', - ], - 1503 => [ - 'id' => '2331', - 'object_count' => '1', - 'word' => 'one', - ], - 1504 => [ - 'id' => '2332', - 'object_count' => '1', - 'word' => 'fits', - ], - 1505 => [ - 'id' => '2333', - 'object_count' => '1', - 'word' => 'all', - ], - 1506 => [ - 'id' => '2334', - 'object_count' => '1', - 'word' => 'construct', - ], - 1507 => [ - 'id' => '2335', - 'object_count' => '1', - 'word' => 'sets', - ], - 1508 => [ - 'id' => '2336', - 'object_count' => '1', - 'word' => 'purposing', - ], - 1509 => [ - 'id' => '2337', - 'object_count' => '1', - 'word' => 'strength', - ], - 1510 => [ - 'id' => '2338', - 'object_count' => '1', - 'word' => 'adapts', - ], - 1511 => [ - 'id' => '2339', - 'object_count' => '1', - 'word' => 'editors', - ], - 1512 => [ - 'id' => '2340', - 'object_count' => '1', - 'word' => 'style', - ], - 1513 => [ - 'id' => '2341', - 'object_count' => '1', - 'word' => 'utilize', - ], - 1514 => [ - 'id' => '2342', - 'object_count' => '1', - 'word' => 'browsing', - ], - 1515 => [ - 'id' => '2343', - 'object_count' => '1', - 'word' => 'suite', - ], - 1516 => [ - 'id' => '2344', - 'object_count' => '1', - 'word' => 'flattens', - ], - 1517 => [ - 'id' => '2345', - 'object_count' => '1', - 'word' => 'curve', - ], - 1518 => [ - 'id' => '2346', - 'object_count' => '1', - 'word' => 'accelerates', - ], - 1519 => [ - 'id' => '2347', - 'object_count' => '1', - 'word' => 'internal', - ], - 1520 => [ - 'id' => '2348', - 'object_count' => '1', - 'word' => 'adoption', - ], - 1521 => [ - 'id' => '2349', - 'object_count' => '1', - 'word' => 'technology', - ], - 1522 => [ - 'id' => '2350', - 'object_count' => '1', - 'word' => 'publishs', - ], - 1523 => [ - 'id' => '2351', - 'object_count' => '1', - 'word' => 'architecture', - ], - 1524 => [ - 'id' => '2352', - 'object_count' => '1', - 'word' => 'interoperability', - ], - 1525 => [ - 'id' => '2353', - 'object_count' => '1', - 'word' => 'standards', - ], - 1526 => [ - 'id' => '2354', - 'object_count' => '1', - 'word' => 'odf', - ], - 1527 => [ - 'id' => '2355', - 'object_count' => '1', - 'word' => 'soap', - ], - 1528 => [ - 'id' => '2356', - 'object_count' => '1', - 'word' => 'json', - ], - 1529 => [ - 'id' => '2357', - 'object_count' => '1', - 'word' => 'its', - ], - 1530 => [ - 'id' => '2358', - 'object_count' => '1', - 'word' => 'integrate', - ], - 1531 => [ - 'id' => '2359', - 'object_count' => '1', - 'word' => '1000', - ], - 1532 => [ - 'id' => '2360', - 'object_count' => '1', - 'word' => 'accelerate', - ], - 1533 => [ - 'id' => '2361', - 'object_count' => '1', - 'word' => 'reduce', - ], - 1534 => [ - 'id' => '2362', - 'object_count' => '1', - 'word' => 'success', - ], - 1535 => [ - 'id' => '2363', - 'object_count' => '1', - 'word' => 'succeed', - ], - 1536 => [ - 'id' => '2364', - 'object_count' => '1', - 'word' => 'our', - ], - 1537 => [ - 'id' => '2365', - 'object_count' => '1', - 'word' => 'benefit', - ], - 1538 => [ - 'id' => '2366', - 'object_count' => '1', - 'word' => 'meet', - ], - 1539 => [ - 'id' => '2367', - 'object_count' => '1', - 'word' => 'agreements', - ], - 1540 => [ - 'id' => '2368', - 'object_count' => '1', - 'word' => 'highly', - ], - 1541 => [ - 'id' => '2369', - 'object_count' => '1', - 'word' => 'qualified', - ], - 1542 => [ - 'id' => '2370', - 'object_count' => '1', - 'word' => 'thrive', - ], - 1543 => [ - 'id' => '2371', - 'object_count' => '1', - 'word' => 'complete', - ], - 1544 => [ - 'id' => '2372', - 'object_count' => '1', - 'word' => 'satisfaction', - ], - 1545 => [ - 'id' => '2373', - 'object_count' => '1', - 'word' => 'accurate', - ], - 1546 => [ - 'id' => '2374', - 'object_count' => '1', - 'word' => 'thorough', - ], - 1547 => [ - 'id' => '2375', - 'object_count' => '1', - 'word' => 'responses', - ], - 1548 => [ - 'id' => '2376', - 'object_count' => '1', - 'word' => 'variety', - ], - 1549 => [ - 'id' => '2377', - 'object_count' => '1', - 'word' => 'expert', - ], - 1550 => [ - 'id' => '2378', - 'object_count' => '1', - 'word' => 'certify', - ], - 1551 => [ - 'id' => '2379', - 'object_count' => '1', - 'word' => 'assist', - ], - 1552 => [ - 'id' => '2380', - 'object_count' => '1', - 'word' => 'globe', - ], - 1553 => [ - 'id' => '2381', - 'object_count' => '1', - 'word' => 'distribute', - ], - 1554 => [ - 'id' => '2382', - 'object_count' => '1', - 'word' => 'practices', - ], - 1555 => [ - 'id' => '2383', - 'object_count' => '1', - 'word' => 'dedication', - ], - 1556 => [ - 'id' => '2384', - 'object_count' => '1', - 'word' => 'supporting', - ], - 1557 => [ - 'id' => '2385', - 'object_count' => '1', - 'word' => 'trust', - ], - 1558 => [ - 'id' => '2386', - 'object_count' => '1', - 'word' => '1175497860', - ], - 1559 => [ - 'id' => '2387', - 'object_count' => '1', - 'word' => '1175498940', - ], - 1560 => [ - 'id' => '2388', - 'object_count' => '1', - 'word' => '1175497920', - ], - 1561 => [ - 'id' => '2389', - 'object_count' => '1', - 'word' => '1175498280', - ], - 1562 => [ - 'id' => '2390', - 'object_count' => '1', - 'word' => '1175498880', - ], - 1563 => [ - 'id' => '2391', - 'object_count' => '1', - 'word' => '1175499180', - ], - 1564 => [ - 'id' => '2392', - 'object_count' => '1', - 'word' => 'wiki', - ], - 1565 => [ - 'id' => '2393', - 'object_count' => '1', - 'word' => 'quoc', - ], - 1566 => [ - 'id' => '2394', - 'object_count' => '1', - 'word' => 'huy', - ], - 1567 => [ - 'id' => '2395', - 'object_count' => '1', - 'word' => 'paal', - ], - 1568 => [ - 'id' => '2396', - 'object_count' => '1', - 'word' => 'berg', - ], - 1569 => [ - 'id' => '2397', - 'object_count' => '1', - 'word' => 'ivo', - ], - 1570 => [ - 'id' => '2398', - 'object_count' => '1', - 'word' => 'ready', - ], - 1571 => [ - 'id' => '2399', - 'object_count' => '1', - 'word' => 'day', - ], - 1572 => [ - 'id' => '2400', - 'object_count' => '2', - 'word' => 'together', - ], - 1573 => [ - 'id' => '2401', - 'object_count' => '1', - 'word' => 'mediterranean', - ], - 1574 => [ - 'id' => '2402', - 'object_count' => '1', - 'word' => 'seen', - ], - 1575 => [ - 'id' => '2403', - 'object_count' => '1', - 'word' => 'nice', - ], - 1576 => [ - 'id' => '2404', - 'object_count' => '1', - 'word' => 'hotel', - ], - 1577 => [ - 'id' => '2405', - 'object_count' => '1', - 'word' => 'lobby', - ], - 1578 => [ - 'id' => '2406', - 'object_count' => '2', - 'word' => 'isola2000', - ], - 1579 => [ - 'id' => '2407', - 'object_count' => '1', - 'word' => 'alexander', - ], - 1580 => [ - 'id' => '2408', - 'object_count' => '1', - 'word' => 'past', - ], - 1581 => [ - 'id' => '2409', - 'object_count' => '1', - 'word' => 'gaby', - ], - 1582 => [ - 'id' => '2410', - 'object_count' => '1', - 'word' => 'today', - ], - 1583 => [ - 'id' => '2411', - 'object_count' => '1', - 'word' => 'tomorrow', - ], - 1584 => [ - 'id' => '2412', - 'object_count' => '1', - 'word' => 'white', - ], - 1585 => [ - 'id' => '2413', - 'object_count' => '1', - 'word' => 'beautiful', - ], - 1586 => [ - 'id' => '2414', - 'object_count' => '1', - 'word' => 'skiing', - ], - 1587 => [ - 'id' => '2415', - 'object_count' => '1', - 'word' => 'ceo', - ], - 1588 => [ - 'id' => '2416', - 'object_count' => '1', - 'word' => 'pitch', - ], - 1589 => [ - 'id' => '2417', - 'object_count' => '2', - 'word' => 'paris', - ], - 1590 => [ - 'id' => '2418', - 'object_count' => '2', - 'word' => 'ispum', - ], - 1591 => [ - 'id' => '2419', - 'object_count' => '1', - 'word' => '1193915460', - ], - 1592 => [ - 'id' => '2420', - 'object_count' => '2', - 'word' => 'fun', - ], - 1593 => [ - 'id' => '2421', - 'object_count' => '2', - 'word' => 'lyon', - ], - 1594 => [ - 'id' => '2422', - 'object_count' => '1', - 'word' => 'relax', - ], - 1595 => [ - 'id' => '2423', - 'object_count' => '1', - 'word' => 'travel', - ], - 1596 => [ - 'id' => '2424', - 'object_count' => '1', - 'word' => 'france', - ], - 1597 => [ - 'id' => '2425', - 'object_count' => '1', - 'word' => '1193915580', - ], - 1598 => [ - 'id' => '2426', - 'object_count' => '3', - 'word' => 'company', - ], - 1599 => [ - 'id' => '2427', - 'object_count' => '1', - 'word' => 'separate', - ], - 1600 => [ - 'id' => '2428', - 'object_count' => '1', - 'word' => 'few', - ], - 1601 => [ - 'id' => '2429', - 'object_count' => '1', - 'word' => 'exactly', - ], - 1602 => [ - 'id' => '2430', - 'object_count' => '1', - 'word' => 'supposed', - ], - 1603 => [ - 'id' => '2431', - 'object_count' => '1', - 'word' => 'achieve', - ], - 1604 => [ - 'id' => '2432', - 'object_count' => '1', - 'word' => 'clean', - ], - 1605 => [ - 'id' => '2433', - 'object_count' => '1', - 'word' => 'separation', - ], - 1606 => [ - 'id' => '2434', - 'object_count' => '1', - 'word' => 'organized', - ], - 1607 => [ - 'id' => '2435', - 'object_count' => '1', - 'word' => 'structured', - ], - 1608 => [ - 'id' => '2436', - 'object_count' => '1', - 'word' => 'manner', - ], - 1609 => [ - 'id' => '2437', - 'object_count' => '2', - 'word' => 'such', - ], - 1610 => [ - 'id' => '2438', - 'object_count' => '1', - 'word' => 'car', - ], - 1611 => [ - 'id' => '2439', - 'object_count' => '1', - 'word' => 'year', - ], - 1612 => [ - 'id' => '2440', - 'object_count' => '1', - 'word' => 'color', - ], - 1613 => [ - 'id' => '2441', - 'object_count' => '1', - 'word' => 'purpose', - ], - 1614 => [ - 'id' => '2442', - 'object_count' => '1', - 'word' => 'later', - ], - 1615 => [ - 'id' => '2443', - 'object_count' => '1', - 'word' => 'referred', - ], - 1616 => [ - 'id' => '2444', - 'object_count' => '1', - 'word' => 'refers', - ], - 1617 => [ - 'id' => '2445', - 'object_count' => '1', - 'word' => 'visually', - ], - 1618 => [ - 'id' => '2446', - 'object_count' => '1', - 'word' => 'includes', - ], - 1619 => [ - 'id' => '2447', - 'object_count' => '1', - 'word' => 'things', - ], - 1620 => [ - 'id' => '2448', - 'object_count' => '1', - 'word' => 'stylesheets', - ], - 1621 => [ - 'id' => '2449', - 'object_count' => '1', - 'word' => 'typography', - ], - 1622 => [ - 'id' => '2450', - 'object_count' => '1', - 'word' => 'fonts', - ], - 1623 => [ - 'id' => '2451', - 'object_count' => '1', - 'word' => 'deals', - ], - 1624 => [ - 'id' => '2452', - 'object_count' => '1', - 'word' => 'structuring', - ], - 1625 => [ - 'id' => '2453', - 'object_count' => '1', - 'word' => 'dictates', - ], - 1626 => [ - 'id' => '2454', - 'object_count' => '1', - 'word' => 'benefits', - ], - 1627 => [ - 'id' => '2455', - 'object_count' => '1', - 'word' => 'handle', - ], - 1628 => [ - 'id' => '2456', - 'object_count' => '1', - 'word' => 'distinction', - ], - 1629 => [ - 'id' => '2457', - 'object_count' => '1', - 'word' => 'displaying', - ], - 1630 => [ - 'id' => '2458', - 'object_count' => '1', - 'word' => 'designers', - ], - 1631 => [ - 'id' => '2459', - 'object_count' => '1', - 'word' => 'separately', - ], - 1632 => [ - 'id' => '2460', - 'object_count' => '1', - 'word' => 'conflicts', - ], - 1633 => [ - 'id' => '2461', - 'object_count' => '1', - 'word' => 'formats', - ], - 1634 => [ - 'id' => '2462', - 'object_count' => '1', - 'word' => 'transferred', - ], - 1635 => [ - 'id' => '2463', - 'object_count' => '1', - 'word' => 'purposed', - ], - 1636 => [ - 'id' => '2464', - 'object_count' => '1', - 'word' => 'redesigns', - ], - 1637 => [ - 'id' => '2465', - 'object_count' => '1', - 'word' => 'applied', - ], - 1638 => [ - 'id' => '2466', - 'object_count' => '1', - 'word' => 'modifications', - ], - 1639 => [ - 'id' => '2467', - 'object_count' => '1', - 'word' => 'presenting', - ], - 1640 => [ - 'id' => '2468', - 'object_count' => '1', - 'word' => 'fundamental', - ], - 1641 => [ - 'id' => '2469', - 'object_count' => '1', - 'word' => 'unit', - ], - 1642 => [ - 'id' => '2470', - 'object_count' => '1', - 'word' => 'dictate', - ], - 1643 => [ - 'id' => '2471', - 'object_count' => '1', - 'word' => 'appear', - ], - 1644 => [ - 'id' => '2472', - 'object_count' => '1', - 'word' => 'middle', - ], - 1645 => [ - 'id' => '2473', - 'object_count' => '1', - 'word' => 'accessed', - ], - 1646 => [ - 'id' => '2474', - 'object_count' => '1', - 'word' => 'extended', - ], - 1647 => [ - 'id' => '2475', - 'object_count' => '1', - 'word' => 'describes', - ], - 1648 => [ - 'id' => '2476', - 'object_count' => '1', - 'word' => 'particular', - ], - 1649 => [ - 'id' => '2477', - 'object_count' => '1', - 'word' => 'types', - ], - 1650 => [ - 'id' => '2478', - 'object_count' => '1', - 'word' => 'viewing', - ], - 1651 => [ - 'id' => '2479', - 'object_count' => '1', - 'word' => 'contents', - ], - 1652 => [ - 'id' => '2480', - 'object_count' => '1', - 'word' => 'gallery', - ], - 1653 => [ - 'id' => '2481', - 'object_count' => '1', - 'word' => 'thumbnails', - ], - 1654 => [ - 'id' => '2482', - 'object_count' => '1', - 'word' => 'items', - ], - 1655 => [ - 'id' => '2483', - 'object_count' => '1', - 'word' => 'posts', - ], - 1656 => [ - 'id' => '2484', - 'object_count' => '1', - 'word' => 'kinds', - ], - 1657 => [ - 'id' => '2485', - 'object_count' => '1', - 'word' => 'located', - ], - 1658 => [ - 'id' => '2486', - 'object_count' => '1', - 'word' => 'hierarchy', - ], - 1659 => [ - 'id' => '2487', - 'object_count' => '1', - 'word' => 'short', - ], - 1660 => [ - 'id' => '2488', - 'object_count' => '1', - 'word' => 'transforming', - ], - 1661 => [ - 'id' => '2489', - 'object_count' => '1', - 'word' => 'produces', - ], - 1662 => [ - 'id' => '2490', - 'object_count' => '1', - 'word' => 'webpage', - ], - 1663 => [ - 'id' => '2491', - 'object_count' => '1', - 'word' => 'illustrate', - ], - 1664 => [ - 'id' => '2492', - 'object_count' => '1', - 'word' => 'produce', - ], - 1665 => [ - 'id' => '2493', - 'object_count' => '1', - 'word' => 'learn', - ], - 1666 => [ - 'id' => '2494', - 'object_count' => '1', - 'word' => 'separation_of_content_and_design', - ], - 1667 => [ - 'id' => '2495', - 'object_count' => '1', - 'word' => 'openoffice_import_large', - ], - 1668 => [ - 'id' => '2496', - 'object_count' => '1', - 'word' => 'translation_large', - ], - 1669 => [ - 'id' => '2497', - 'object_count' => '1', - 'word' => 'multiupload_large', - ], - 1670 => [ - 'id' => '2498', - 'object_count' => '1', - 'word' => 'gallery_large', - ], - 1671 => [ - 'id' => '2499', - 'object_count' => '1', - 'word' => 'search_result_large', - ], - 1672 => [ - 'id' => '2500', - 'object_count' => '1', - 'word' => 'ez_tool_bar_large', - ], - 1673 => [ - 'id' => '2501', - 'object_count' => '1', - 'word' => 'quicktime_large', - ], - 1674 => [ - 'id' => '2502', - 'object_count' => '1', - 'word' => 'web_2_0_large', - ], - 1675 => [ - 'id' => '2503', - 'object_count' => '1', - 'word' => 'usermanagement_large', - ], - 1676 => [ - 'id' => '2504', - 'object_count' => '1', - 'word' => 'workflow_large', - ], - 1677 => [ - 'id' => '2505', - 'object_count' => '1', - 'word' => 'versioning_large', - ], - 1678 => [ - 'id' => '2506', - 'object_count' => '2', - 'word' => 'datatypes_attributes_content_class_and_objects_large', - ], - 1679 => [ - 'id' => '2507', - 'object_count' => '1', - 'word' => 'multiple_location_large', - ], - 1680 => [ - 'id' => '2508', - 'object_count' => '1', - 'word' => 'multisite_deployment_large', - ], - 1681 => [ - 'id' => '2509', - 'object_count' => '1', - 'word' => 'seo_large', - ], - 1682 => [ - 'id' => '2510', - 'object_count' => '1', - 'word' => 'admin_site_large', - ], - 1683 => [ - 'id' => '2511', - 'object_count' => '1', - 'word' => 'site_style_large', - ], - 1684 => [ - 'id' => '2512', - 'object_count' => '1', - 'word' => 'aspects', - ], - 1685 => [ - 'id' => '2513', - 'object_count' => '1', - 'word' => 'queried', - ], - 1686 => [ - 'id' => '2514', - 'object_count' => '1', - 'word' => 'metadata', - ], - 1687 => [ - 'id' => '2515', - 'object_count' => '1', - 'word' => 'values', - ], - 1688 => [ - 'id' => '2516', - 'object_count' => '1', - 'word' => 'protected', - ], - 1689 => [ - 'id' => '2517', - 'object_count' => '1', - 'word' => 'career', - ], - 1690 => [ - 'id' => '2518', - 'object_count' => '1', - 'word' => 'investors', - ], - 1691 => [ - 'id' => '2519', - 'object_count' => '1', - 'word' => 'relation', - ], - 1692 => [ - 'id' => '2520', - 'object_count' => '1', - 'word' => 'banner', - ], - 1693 => [ - 'id' => '2521', - 'object_count' => '1', - 'word' => 'admin', - ], - 1694 => [ - 'id' => '2522', - 'object_count' => '1', - 'word' => 'kn', - ], - ], - \Ibexa\Core\Search\Legacy\Content\WordIndexer\Repository\SearchIndex::SEARCH_OBJECT_WORD_LINK_TABLE => [ - 0 => [ - 'content_type_field_definition_id' => '6', - 'content_type_id' => '3', - 'contentobject_id' => '4', - 'frequency' => '0', - 'id' => '4663', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '951', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1033917596', - 'section_id' => '2', - 'word_id' => '930', - ], - 1 => [ - 'content_type_field_definition_id' => '7', - 'content_type_id' => '3', - 'contentobject_id' => '4', - 'frequency' => '0', - 'id' => '4664', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '952', - 'placement' => '1', - 'prev_word_id' => '930', - 'published' => '1033917596', - 'section_id' => '2', - 'word_id' => '951', - ], - 2 => [ - 'content_type_field_definition_id' => '7', - 'content_type_id' => '3', - 'contentobject_id' => '4', - 'frequency' => '0', - 'id' => '4665', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '2', - 'prev_word_id' => '951', - 'published' => '1033917596', - 'section_id' => '2', - 'word_id' => '952', - ], - 3 => [ - 'content_type_field_definition_id' => '8', - 'content_type_id' => '4', - 'contentobject_id' => '10', - 'frequency' => '0', - 'id' => '4666', - 'identifier' => 'first_name', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1033920665', - 'section_id' => '2', - 'word_id' => '953', - ], - 4 => [ - 'content_type_field_definition_id' => '9', - 'content_type_id' => '4', - 'contentobject_id' => '10', - 'frequency' => '0', - 'id' => '4667', - 'identifier' => 'last_name', - 'integer_value' => '0', - 'next_word_id' => '953', - 'placement' => '1', - 'prev_word_id' => '953', - 'published' => '1033920665', - 'section_id' => '2', - 'word_id' => '954', - ], - 5 => [ - 'content_type_field_definition_id' => '12', - 'content_type_id' => '4', - 'contentobject_id' => '10', - 'frequency' => '0', - 'id' => '4668', - 'identifier' => 'user_account', - 'integer_value' => '0', - 'next_word_id' => '955', - 'placement' => '2', - 'prev_word_id' => '954', - 'published' => '1033920665', - 'section_id' => '2', - 'word_id' => '953', - ], - 6 => [ - 'content_type_field_definition_id' => '12', - 'content_type_id' => '4', - 'contentobject_id' => '10', - 'frequency' => '0', - 'id' => '4669', - 'identifier' => 'user_account', - 'integer_value' => '0', - 'next_word_id' => '927', - 'placement' => '3', - 'prev_word_id' => '953', - 'published' => '1033920665', - 'section_id' => '2', - 'word_id' => '955', - ], - 7 => [ - 'content_type_field_definition_id' => '12', - 'content_type_id' => '4', - 'contentobject_id' => '10', - 'frequency' => '0', - 'id' => '4670', - 'identifier' => 'user_account', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '4', - 'prev_word_id' => '955', - 'published' => '1033920665', - 'section_id' => '2', - 'word_id' => '927', - ], - 8 => [ - 'content_type_field_definition_id' => '6', - 'content_type_id' => '3', - 'contentobject_id' => '12', - 'frequency' => '0', - 'id' => '4673', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1033920775', - 'section_id' => '2', - 'word_id' => '958', - ], - 9 => [ - 'content_type_field_definition_id' => '6', - 'content_type_id' => '3', - 'contentobject_id' => '12', - 'frequency' => '0', - 'id' => '4674', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '958', - 'published' => '1033920775', - 'section_id' => '2', - 'word_id' => '930', - ], - 10 => [ - 'content_type_field_definition_id' => '6', - 'content_type_id' => '3', - 'contentobject_id' => '13', - 'frequency' => '0', - 'id' => '4675', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1033920794', - 'section_id' => '2', - 'word_id' => '959', - ], - 11 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '41', - 'frequency' => '0', - 'id' => '4681', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1060695457', - 'section_id' => '3', - 'word_id' => '961', - ], - 12 => [ - 'content_type_field_definition_id' => '6', - 'content_type_id' => '3', - 'contentobject_id' => '42', - 'frequency' => '0', - 'id' => '4682', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1072180330', - 'section_id' => '2', - 'word_id' => '953', - ], - 13 => [ - 'content_type_field_definition_id' => '6', - 'content_type_id' => '3', - 'contentobject_id' => '42', - 'frequency' => '0', - 'id' => '4683', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '1', - 'prev_word_id' => '953', - 'published' => '1072180330', - 'section_id' => '2', - 'word_id' => '930', - ], - 14 => [ - 'content_type_field_definition_id' => '7', - 'content_type_id' => '3', - 'contentobject_id' => '42', - 'frequency' => '0', - 'id' => '4684', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '952', - 'placement' => '2', - 'prev_word_id' => '930', - 'published' => '1072180330', - 'section_id' => '2', - 'word_id' => '954', - ], - 15 => [ - 'content_type_field_definition_id' => '7', - 'content_type_id' => '3', - 'contentobject_id' => '42', - 'frequency' => '0', - 'id' => '4685', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '3', - 'prev_word_id' => '954', - 'published' => '1072180330', - 'section_id' => '2', - 'word_id' => '952', - ], - 16 => [ - 'content_type_field_definition_id' => '7', - 'content_type_id' => '3', - 'contentobject_id' => '42', - 'frequency' => '0', - 'id' => '4686', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '4', - 'prev_word_id' => '952', - 'published' => '1072180330', - 'section_id' => '2', - 'word_id' => '816', - ], - 17 => [ - 'content_type_field_definition_id' => '7', - 'content_type_id' => '3', - 'contentobject_id' => '42', - 'frequency' => '0', - 'id' => '4687', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '953', - 'placement' => '5', - 'prev_word_id' => '816', - 'published' => '1072180330', - 'section_id' => '2', - 'word_id' => '814', - ], - 18 => [ - 'content_type_field_definition_id' => '7', - 'content_type_id' => '3', - 'contentobject_id' => '42', - 'frequency' => '0', - 'id' => '4688', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '6', - 'prev_word_id' => '814', - 'published' => '1072180330', - 'section_id' => '2', - 'word_id' => '953', - ], - 19 => [ - 'content_type_field_definition_id' => '7', - 'content_type_id' => '3', - 'contentobject_id' => '42', - 'frequency' => '0', - 'id' => '4689', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '7', - 'prev_word_id' => '953', - 'published' => '1072180330', - 'section_id' => '2', - 'word_id' => '954', - ], - 20 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '45', - 'frequency' => '0', - 'id' => '4690', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1079684190', - 'section_id' => '4', - 'word_id' => '812', - ], - 21 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '49', - 'frequency' => '0', - 'id' => '4691', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1080220197', - 'section_id' => '3', - 'word_id' => '962', - ], - 22 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '50', - 'frequency' => '0', - 'id' => '4692', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1080220220', - 'section_id' => '3', - 'word_id' => '963', - ], - 23 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '51', - 'frequency' => '0', - 'id' => '4693', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1080220233', - 'section_id' => '3', - 'word_id' => '964', - ], - 24 => [ - 'content_type_field_definition_id' => '159', - 'content_type_id' => '14', - 'contentobject_id' => '52', - 'frequency' => '0', - 'id' => '4694', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '965', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1082016591', - 'section_id' => '4', - 'word_id' => '877', - ], - 25 => [ - 'content_type_field_definition_id' => '159', - 'content_type_id' => '14', - 'contentobject_id' => '52', - 'frequency' => '0', - 'id' => '4695', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '966', - 'placement' => '1', - 'prev_word_id' => '877', - 'published' => '1082016591', - 'section_id' => '4', - 'word_id' => '965', - ], - 26 => [ - 'content_type_field_definition_id' => '159', - 'content_type_id' => '14', - 'contentobject_id' => '52', - 'frequency' => '0', - 'id' => '4696', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '2', - 'prev_word_id' => '965', - 'published' => '1082016591', - 'section_id' => '4', - 'word_id' => '966', - ], - 27 => [ - 'content_type_field_definition_id' => '176', - 'content_type_id' => '15', - 'contentobject_id' => '54', - 'frequency' => '0', - 'id' => '4697', - 'identifier' => 'id', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1082016652', - 'section_id' => '5', - 'word_id' => '967', - ], - 28 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '56', - 'frequency' => '0', - 'id' => '4698', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1103023132', - 'section_id' => '5', - 'word_id' => '968', - ], - 29 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '57', - 'frequency' => '0', - 'id' => '4699', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154172', - 'section_id' => '3', - 'word_id' => '969', - ], - 30 => [ - 'content_type_field_definition_id' => '236', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4700', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '971', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '970', - ], - 31 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4701', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '972', - 'placement' => '1', - 'prev_word_id' => '970', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '971', - ], - 32 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4702', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '2', - 'prev_word_id' => '971', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '972', - ], - 33 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4703', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '972', - 'placement' => '3', - 'prev_word_id' => '972', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '954', - ], - 34 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4704', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '4', - 'prev_word_id' => '954', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '972', - ], - 35 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4705', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '5', - 'prev_word_id' => '972', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '893', - ], - 36 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4706', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '973', - 'placement' => '6', - 'prev_word_id' => '893', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '894', - ], - 37 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4707', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '7', - 'prev_word_id' => '894', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '973', - ], - 38 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4708', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '8', - 'prev_word_id' => '973', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '801', - ], - 39 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4709', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '9', - 'prev_word_id' => '801', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '939', - ], - 40 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4710', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '975', - 'placement' => '10', - 'prev_word_id' => '939', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '974', - ], - 41 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4711', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '940', - 'placement' => '11', - 'prev_word_id' => '974', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '975', - ], - 42 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4712', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '12', - 'prev_word_id' => '975', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '940', - ], - 43 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4713', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '13', - 'prev_word_id' => '940', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '807', - ], - 44 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4714', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '14', - 'prev_word_id' => '807', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '976', - ], - 45 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4715', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '977', - 'placement' => '15', - 'prev_word_id' => '976', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '810', - ], - 46 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4716', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '835', - 'placement' => '16', - 'prev_word_id' => '810', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '977', - ], - 47 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4717', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '17', - 'prev_word_id' => '977', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '835', - ], - 48 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4718', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '978', - 'placement' => '18', - 'prev_word_id' => '835', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '804', - ], - 49 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4719', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '979', - 'placement' => '19', - 'prev_word_id' => '804', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '978', - ], - 50 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4720', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '20', - 'prev_word_id' => '978', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '979', - ], - 51 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4721', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '21', - 'prev_word_id' => '979', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '844', - ], - 52 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4722', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '22', - 'prev_word_id' => '844', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '816', - ], - 53 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '65', - 'frequency' => '0', - 'id' => '4723', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '23', - 'prev_word_id' => '816', - 'published' => '1311154174', - 'section_id' => '1', - 'word_id' => '894', - ], - 54 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '66', - 'frequency' => '0', - 'id' => '4724', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154174', - 'section_id' => '3', - 'word_id' => '980', - ], - 55 => [ - 'content_type_field_definition_id' => '236', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4725', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '924', - ], - 56 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4726', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '1', - 'prev_word_id' => '924', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '981', - ], - 57 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4727', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '2', - 'prev_word_id' => '981', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '982', - ], - 58 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4728', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '3', - 'prev_word_id' => '982', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '983', - ], - 59 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4729', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '4', - 'prev_word_id' => '983', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '984', - ], - 60 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4730', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '5', - 'prev_word_id' => '984', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '985', - ], - 61 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4731', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '6', - 'prev_word_id' => '985', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '986', - ], - 62 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4732', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '7', - 'prev_word_id' => '986', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '987', - ], - 63 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4733', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '8', - 'prev_word_id' => '987', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '988', - ], - 64 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4734', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '9', - 'prev_word_id' => '988', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '989', - ], - 65 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4735', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '10', - 'prev_word_id' => '989', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '984', - ], - 66 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4736', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '11', - 'prev_word_id' => '984', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '990', - ], - 67 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4737', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '12', - 'prev_word_id' => '990', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '991', - ], - 68 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4738', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '13', - 'prev_word_id' => '991', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '992', - ], - 69 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4739', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '14', - 'prev_word_id' => '992', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '993', - ], - 70 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4740', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '15', - 'prev_word_id' => '993', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '994', - ], - 71 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4741', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '16', - 'prev_word_id' => '994', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '995', - ], - 72 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4742', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '17', - 'prev_word_id' => '995', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '996', - ], - 73 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4743', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '18', - 'prev_word_id' => '996', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '997', - ], - 74 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4744', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '19', - 'prev_word_id' => '997', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '998', - ], - 75 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4745', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '20', - 'prev_word_id' => '998', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '999', - ], - 76 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4746', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '21', - 'prev_word_id' => '999', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1000', - ], - 77 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4747', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '22', - 'prev_word_id' => '1000', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1001', - ], - 78 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4748', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '23', - 'prev_word_id' => '1001', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1002', - ], - 79 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4749', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '24', - 'prev_word_id' => '1002', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '995', - ], - 80 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4750', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '25', - 'prev_word_id' => '995', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '983', - ], - 81 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4751', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '924', - 'placement' => '26', - 'prev_word_id' => '983', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1003', - ], - 82 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4752', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '1004', - 'placement' => '27', - 'prev_word_id' => '1003', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '924', - ], - 83 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4753', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '28', - 'prev_word_id' => '924', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1004', - ], - 84 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4754', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '29', - 'prev_word_id' => '1004', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '997', - ], - 85 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4755', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '30', - 'prev_word_id' => '997', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '998', - ], - 86 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4756', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '31', - 'prev_word_id' => '998', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '999', - ], - 87 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4757', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '32', - 'prev_word_id' => '999', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1005', - ], - 88 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4758', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '33', - 'prev_word_id' => '1005', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1006', - ], - 89 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4759', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '924', - 'placement' => '34', - 'prev_word_id' => '1006', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1007', - ], - 90 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4760', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '35', - 'prev_word_id' => '1007', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '924', - ], - 91 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4761', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1009', - 'placement' => '36', - 'prev_word_id' => '924', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1008', - ], - 92 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4762', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '37', - 'prev_word_id' => '1008', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1009', - ], - 93 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4763', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '38', - 'prev_word_id' => '1009', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '997', - ], - 94 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4764', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '39', - 'prev_word_id' => '997', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '998', - ], - 95 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4765', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '40', - 'prev_word_id' => '998', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '999', - ], - 96 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4766', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '41', - 'prev_word_id' => '999', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1000', - ], - 97 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4767', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '42', - 'prev_word_id' => '1000', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1001', - ], - 98 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4768', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '43', - 'prev_word_id' => '1001', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1002', - ], - 99 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4769', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '44', - 'prev_word_id' => '1002', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '995', - ], - 100 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4770', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '45', - 'prev_word_id' => '995', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '983', - ], - 101 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4771', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '46', - 'prev_word_id' => '983', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1003', - ], - 102 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4772', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '47', - 'prev_word_id' => '1003', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1005', - ], - 103 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4773', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '48', - 'prev_word_id' => '1005', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1006', - ], - 104 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4774', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '49', - 'prev_word_id' => '1006', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1007', - ], - 105 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4775', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '50', - 'prev_word_id' => '1007', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1010', - ], - 106 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4776', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '51', - 'prev_word_id' => '1010', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1011', - ], - 107 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4777', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '52', - 'prev_word_id' => '1011', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1012', - ], - 108 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4778', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '53', - 'prev_word_id' => '1012', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1013', - ], - 109 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4779', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '54', - 'prev_word_id' => '1013', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1014', - ], - 110 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4780', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '55', - 'prev_word_id' => '1014', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '997', - ], - 111 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4781', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '56', - 'prev_word_id' => '997', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1015', - ], - 112 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4782', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '57', - 'prev_word_id' => '1015', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '981', - ], - 113 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4783', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '58', - 'prev_word_id' => '981', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1016', - ], - 114 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4784', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '59', - 'prev_word_id' => '1016', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1017', - ], - 115 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4785', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '60', - 'prev_word_id' => '1017', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1018', - ], - 116 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4786', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '61', - 'prev_word_id' => '1018', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1019', - ], - 117 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4787', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '62', - 'prev_word_id' => '1019', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1020', - ], - 118 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4788', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '63', - 'prev_word_id' => '1020', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '996', - ], - 119 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4789', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '64', - 'prev_word_id' => '996', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1005', - ], - 120 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4790', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '65', - 'prev_word_id' => '1005', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1006', - ], - 121 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4791', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1021', - 'placement' => '66', - 'prev_word_id' => '1006', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1007', - ], - 122 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4792', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '924', - 'placement' => '67', - 'prev_word_id' => '1007', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1021', - ], - 123 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '67', - 'frequency' => '0', - 'id' => '4793', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '68', - 'prev_word_id' => '1021', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '924', - ], - 124 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '68', - 'frequency' => '0', - 'id' => '4794', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1022', - ], - 125 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4795', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1024', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1023', - ], - 126 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4796', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1025', - 'placement' => '1', - 'prev_word_id' => '1023', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1024', - ], - 127 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4797', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '2', - 'prev_word_id' => '1024', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1025', - ], - 128 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4798', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '3', - 'prev_word_id' => '1025', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1026', - ], - 129 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4799', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '4', - 'prev_word_id' => '1026', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1027', - ], - 130 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4800', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '5', - 'prev_word_id' => '1027', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '999', - ], - 131 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4801', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '6', - 'prev_word_id' => '999', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1028', - ], - 132 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4802', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '7', - 'prev_word_id' => '1028', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1001', - ], - 133 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4803', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '8', - 'prev_word_id' => '1001', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1029', - ], - 134 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4804', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '9', - 'prev_word_id' => '1029', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1030', - ], - 135 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4805', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '10', - 'prev_word_id' => '1030', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1031', - ], - 136 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4806', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '11', - 'prev_word_id' => '1031', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1017', - ], - 137 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4807', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '12', - 'prev_word_id' => '1017', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1032', - ], - 138 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4808', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '13', - 'prev_word_id' => '1032', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1001', - ], - 139 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4809', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '14', - 'prev_word_id' => '1001', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1033', - ], - 140 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4810', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '15', - 'prev_word_id' => '1033', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1002', - ], - 141 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4811', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '16', - 'prev_word_id' => '1002', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '995', - ], - 142 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4812', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '17', - 'prev_word_id' => '995', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1034', - ], - 143 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4813', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '18', - 'prev_word_id' => '1034', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1014', - ], - 144 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4814', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '19', - 'prev_word_id' => '1014', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1030', - ], - 145 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4815', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '20', - 'prev_word_id' => '1030', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '998', - ], - 146 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4816', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '21', - 'prev_word_id' => '998', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1035', - ], - 147 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4817', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '22', - 'prev_word_id' => '1035', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '825', - ], - 148 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4818', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '23', - 'prev_word_id' => '825', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1036', - ], - 149 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4819', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '24', - 'prev_word_id' => '1036', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1017', - ], - 150 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4820', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '25', - 'prev_word_id' => '1017', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1037', - ], - 151 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4821', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '26', - 'prev_word_id' => '1037', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1017', - ], - 152 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4822', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '27', - 'prev_word_id' => '1017', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1038', - ], - 153 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4823', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '28', - 'prev_word_id' => '1038', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1026', - ], - 154 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4824', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '29', - 'prev_word_id' => '1026', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '985', - ], - 155 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4825', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '30', - 'prev_word_id' => '985', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1039', - ], - 156 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4826', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '31', - 'prev_word_id' => '1039', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1030', - ], - 157 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4827', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '32', - 'prev_word_id' => '1030', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '998', - ], - 158 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4828', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '33', - 'prev_word_id' => '998', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1026', - ], - 159 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4829', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '34', - 'prev_word_id' => '1026', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1027', - ], - 160 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4830', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '35', - 'prev_word_id' => '1027', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '999', - ], - 161 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4831', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '36', - 'prev_word_id' => '999', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1028', - ], - 162 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4832', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '37', - 'prev_word_id' => '1028', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1001', - ], - 163 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4833', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '38', - 'prev_word_id' => '1001', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1029', - ], - 164 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4834', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '39', - 'prev_word_id' => '1029', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1030', - ], - 165 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4835', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '40', - 'prev_word_id' => '1030', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1031', - ], - 166 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4836', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '41', - 'prev_word_id' => '1031', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1017', - ], - 167 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4837', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '42', - 'prev_word_id' => '1017', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1032', - ], - 168 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4838', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '43', - 'prev_word_id' => '1032', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1001', - ], - 169 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4839', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '44', - 'prev_word_id' => '1001', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1033', - ], - 170 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4840', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '45', - 'prev_word_id' => '1033', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1002', - ], - 171 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4841', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '46', - 'prev_word_id' => '1002', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '995', - ], - 172 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4842', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '47', - 'prev_word_id' => '995', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1034', - ], - 173 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4843', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '48', - 'prev_word_id' => '1034', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1014', - ], - 174 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4844', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '49', - 'prev_word_id' => '1014', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1030', - ], - 175 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4845', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '50', - 'prev_word_id' => '1030', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '998', - ], - 176 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4846', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '51', - 'prev_word_id' => '998', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1035', - ], - 177 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4847', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '52', - 'prev_word_id' => '1035', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '825', - ], - 178 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4848', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '53', - 'prev_word_id' => '825', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1036', - ], - 179 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4849', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '54', - 'prev_word_id' => '1036', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1017', - ], - 180 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4850', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '55', - 'prev_word_id' => '1017', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1037', - ], - 181 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4851', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '56', - 'prev_word_id' => '1037', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1017', - ], - 182 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4852', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '57', - 'prev_word_id' => '1017', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1038', - ], - 183 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4853', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '58', - 'prev_word_id' => '1038', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1026', - ], - 184 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4854', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '59', - 'prev_word_id' => '1026', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '985', - ], - 185 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4855', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '60', - 'prev_word_id' => '985', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1039', - ], - 186 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4856', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '61', - 'prev_word_id' => '1039', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1030', - ], - 187 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4857', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '62', - 'prev_word_id' => '1030', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '998', - ], - 188 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4858', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '63', - 'prev_word_id' => '998', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1026', - ], - 189 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4859', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '64', - 'prev_word_id' => '1026', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1040', - ], - 190 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4860', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '65', - 'prev_word_id' => '1040', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1041', - ], - 191 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4861', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '66', - 'prev_word_id' => '1041', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '990', - ], - 192 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4862', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '67', - 'prev_word_id' => '990', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1042', - ], - 193 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4863', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '68', - 'prev_word_id' => '1042', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1043', - ], - 194 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4864', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '69', - 'prev_word_id' => '1043', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1042', - ], - 195 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4865', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '70', - 'prev_word_id' => '1042', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '991', - ], - 196 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4866', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '71', - 'prev_word_id' => '991', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '995', - ], - 197 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4867', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '72', - 'prev_word_id' => '995', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1012', - ], - 198 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4868', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '73', - 'prev_word_id' => '1012', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1044', - ], - 199 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4869', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '74', - 'prev_word_id' => '1044', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1045', - ], - 200 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4870', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '75', - 'prev_word_id' => '1045', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1046', - ], - 201 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4871', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '76', - 'prev_word_id' => '1046', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1039', - ], - 202 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4872', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '77', - 'prev_word_id' => '1039', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1047', - ], - 203 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4873', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '78', - 'prev_word_id' => '1047', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1037', - ], - 204 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4874', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '79', - 'prev_word_id' => '1037', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1048', - ], - 205 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4875', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '80', - 'prev_word_id' => '1048', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1016', - ], - 206 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4876', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '81', - 'prev_word_id' => '1016', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1047', - ], - 207 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4877', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '82', - 'prev_word_id' => '1047', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '992', - ], - 208 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4878', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '83', - 'prev_word_id' => '992', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '993', - ], - 209 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4879', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '84', - 'prev_word_id' => '993', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1019', - ], - 210 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4880', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '85', - 'prev_word_id' => '1019', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '983', - ], - 211 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4881', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '86', - 'prev_word_id' => '983', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1030', - ], - 212 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4882', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '87', - 'prev_word_id' => '1030', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1049', - ], - 213 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4883', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '88', - 'prev_word_id' => '1049', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1043', - ], - 214 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4884', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '89', - 'prev_word_id' => '1043', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '996', - ], - 215 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4885', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '90', - 'prev_word_id' => '996', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1037', - ], - 216 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4886', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '91', - 'prev_word_id' => '1037', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1050', - ], - 217 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4887', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '92', - 'prev_word_id' => '1050', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1047', - ], - 218 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4888', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '93', - 'prev_word_id' => '1047', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '810', - ], - 219 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4889', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '94', - 'prev_word_id' => '810', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '988', - ], - 220 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4890', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '95', - 'prev_word_id' => '988', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1030', - ], - 221 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4891', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '96', - 'prev_word_id' => '1030', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1051', - ], - 222 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4892', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '97', - 'prev_word_id' => '1051', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1052', - ], - 223 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4893', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1023', - 'placement' => '98', - 'prev_word_id' => '1052', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1053', - ], - 224 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4894', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1024', - 'placement' => '99', - 'prev_word_id' => '1053', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1023', - ], - 225 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4895', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1025', - 'placement' => '100', - 'prev_word_id' => '1023', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1024', - ], - 226 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4896', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '101', - 'prev_word_id' => '1024', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1025', - ], - 227 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4897', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1055', - 'placement' => '102', - 'prev_word_id' => '1025', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1054', - ], - 228 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4898', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1056', - 'placement' => '103', - 'prev_word_id' => '1054', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1055', - ], - 229 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4899', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1057', - 'placement' => '104', - 'prev_word_id' => '1055', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1056', - ], - 230 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4900', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1058', - 'placement' => '105', - 'prev_word_id' => '1056', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1057', - ], - 231 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4901', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1059', - 'placement' => '106', - 'prev_word_id' => '1057', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1058', - ], - 232 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4902', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1060', - 'placement' => '107', - 'prev_word_id' => '1058', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1059', - ], - 233 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4903', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '108', - 'prev_word_id' => '1059', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1060', - ], - 234 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4904', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '109', - 'prev_word_id' => '1060', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1061', - ], - 235 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4905', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1062', - 'placement' => '110', - 'prev_word_id' => '1061', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1054', - ], - 236 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4906', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1063', - 'placement' => '111', - 'prev_word_id' => '1054', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1062', - ], - 237 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4907', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '112', - 'prev_word_id' => '1062', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1063', - ], - 238 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4908', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '113', - 'prev_word_id' => '1063', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1064', - ], - 239 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4909', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '114', - 'prev_word_id' => '1064', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1061', - ], - 240 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4910', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '115', - 'prev_word_id' => '1061', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1054', - ], - 241 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4911', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '116', - 'prev_word_id' => '1054', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1065', - ], - 242 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4912', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1066', - 'placement' => '117', - 'prev_word_id' => '1065', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1061', - ], - 243 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4913', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1067', - 'placement' => '118', - 'prev_word_id' => '1061', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1066', - ], - 244 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4914', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '119', - 'prev_word_id' => '1066', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1067', - ], - 245 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4915', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '120', - 'prev_word_id' => '1067', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1054', - ], - 246 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4916', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '121', - 'prev_word_id' => '1054', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1065', - ], - 247 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4917', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '122', - 'prev_word_id' => '1065', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1061', - ], - 248 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4918', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1068', - 'placement' => '123', - 'prev_word_id' => '1061', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1054', - ], - 249 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4919', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '124', - 'prev_word_id' => '1054', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1068', - ], - 250 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4920', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '125', - 'prev_word_id' => '1068', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1061', - ], - 251 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4921', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1069', - 'placement' => '126', - 'prev_word_id' => '1061', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1054', - ], - 252 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4922', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '127', - 'prev_word_id' => '1054', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1069', - ], - 253 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4923', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '128', - 'prev_word_id' => '1069', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1020', - ], - 254 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4924', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '129', - 'prev_word_id' => '1020', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1070', - ], - 255 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4925', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1024', - 'placement' => '130', - 'prev_word_id' => '1070', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1065', - ], - 256 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4926', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1071', - 'placement' => '131', - 'prev_word_id' => '1065', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1024', - ], - 257 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4927', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '132', - 'prev_word_id' => '1024', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1071', - ], - 258 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4928', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1072', - 'placement' => '133', - 'prev_word_id' => '1071', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1070', - ], - 259 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4929', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '134', - 'prev_word_id' => '1070', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1072', - ], - 260 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4930', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '135', - 'prev_word_id' => '1072', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1061', - ], - 261 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4931', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1073', - 'placement' => '136', - 'prev_word_id' => '1061', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1054', - ], - 262 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4932', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '137', - 'prev_word_id' => '1054', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1073', - ], - 263 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4933', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '138', - 'prev_word_id' => '1073', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1020', - ], - 264 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4934', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1074', - 'placement' => '139', - 'prev_word_id' => '1020', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1070', - ], - 265 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4935', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '140', - 'prev_word_id' => '1070', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1074', - ], - 266 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4936', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1075', - 'placement' => '141', - 'prev_word_id' => '1074', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1070', - ], - 267 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4937', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1076', - 'placement' => '142', - 'prev_word_id' => '1070', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1075', - ], - 268 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4938', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1077', - 'placement' => '143', - 'prev_word_id' => '1075', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1076', - ], - 269 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4939', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1078', - 'placement' => '144', - 'prev_word_id' => '1076', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1077', - ], - 270 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4940', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '145', - 'prev_word_id' => '1077', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1078', - ], - 271 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4941', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '146', - 'prev_word_id' => '1078', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1061', - ], - 272 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4942', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1073', - 'placement' => '147', - 'prev_word_id' => '1061', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1054', - ], - 273 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4943', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '148', - 'prev_word_id' => '1054', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1073', - ], - 274 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4944', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '149', - 'prev_word_id' => '1073', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1020', - ], - 275 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4945', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1074', - 'placement' => '150', - 'prev_word_id' => '1020', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1064', - ], - 276 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4946', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '151', - 'prev_word_id' => '1064', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1074', - ], - 277 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4947', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1075', - 'placement' => '152', - 'prev_word_id' => '1074', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1064', - ], - 278 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4948', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1079', - 'placement' => '153', - 'prev_word_id' => '1064', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1075', - ], - 279 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4949', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1077', - 'placement' => '154', - 'prev_word_id' => '1075', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1079', - ], - 280 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4950', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1080', - 'placement' => '155', - 'prev_word_id' => '1079', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1077', - ], - 281 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4951', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '156', - 'prev_word_id' => '1077', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1080', - ], - 282 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4952', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '157', - 'prev_word_id' => '1080', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1061', - ], - 283 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4953', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1069', - 'placement' => '158', - 'prev_word_id' => '1061', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1054', - ], - 284 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4954', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '159', - 'prev_word_id' => '1054', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1069', - ], - 285 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4955', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '160', - 'prev_word_id' => '1069', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1061', - ], - 286 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4956', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1068', - 'placement' => '161', - 'prev_word_id' => '1061', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1054', - ], - 287 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4957', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '162', - 'prev_word_id' => '1054', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1068', - ], - 288 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4958', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '163', - 'prev_word_id' => '1068', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1061', - ], - 289 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4959', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1062', - 'placement' => '164', - 'prev_word_id' => '1061', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1054', - ], - 290 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4960', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '165', - 'prev_word_id' => '1054', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1062', - ], - 291 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '69', - 'frequency' => '0', - 'id' => '4961', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '166', - 'prev_word_id' => '1062', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1061', - ], - 292 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '70', - 'frequency' => '0', - 'id' => '4962', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154175', - 'section_id' => '1', - 'word_id' => '1081', - ], - 293 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4963', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1083', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1082', - ], - 294 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4964', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1084', - 'placement' => '1', - 'prev_word_id' => '1082', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1083', - ], - 295 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4965', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1025', - 'placement' => '2', - 'prev_word_id' => '1083', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1084', - ], - 296 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4966', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '3', - 'prev_word_id' => '1084', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1025', - ], - 297 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4967', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '4', - 'prev_word_id' => '1025', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 298 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4968', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '5', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1027', - ], - 299 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4969', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '6', - 'prev_word_id' => '1027', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '999', - ], - 300 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4970', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '7', - 'prev_word_id' => '999', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1028', - ], - 301 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4971', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '8', - 'prev_word_id' => '1028', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 302 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4972', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '9', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1029', - ], - 303 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4973', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '10', - 'prev_word_id' => '1029', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 304 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4974', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '11', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1031', - ], - 305 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4975', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '12', - 'prev_word_id' => '1031', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 306 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4976', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '13', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1032', - ], - 307 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4977', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '14', - 'prev_word_id' => '1032', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 308 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4978', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '15', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1033', - ], - 309 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4979', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '16', - 'prev_word_id' => '1033', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1002', - ], - 310 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4980', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '17', - 'prev_word_id' => '1002', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 311 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4981', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '18', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1034', - ], - 312 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4982', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '19', - 'prev_word_id' => '1034', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 313 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4983', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '20', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 314 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4984', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '21', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 315 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4985', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '22', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1035', - ], - 316 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4986', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '23', - 'prev_word_id' => '1035', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '825', - ], - 317 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4987', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '24', - 'prev_word_id' => '825', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1036', - ], - 318 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4988', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '25', - 'prev_word_id' => '1036', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 319 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4989', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '26', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 320 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4990', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '27', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 321 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4991', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '28', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1038', - ], - 322 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4992', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '29', - 'prev_word_id' => '1038', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 323 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4993', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '30', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '985', - ], - 324 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4994', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '31', - 'prev_word_id' => '985', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 325 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4995', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '32', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 326 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4996', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '33', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 327 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4997', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '34', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 328 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4998', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '35', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 329 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '4999', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '36', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1041', - ], - 330 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5000', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '37', - 'prev_word_id' => '1041', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 331 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5001', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '38', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 332 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5002', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '39', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 333 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5003', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '40', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 334 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5004', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '41', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '991', - ], - 335 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5005', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '42', - 'prev_word_id' => '991', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 336 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5006', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '43', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1012', - ], - 337 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5007', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '44', - 'prev_word_id' => '1012', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1044', - ], - 338 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5008', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '45', - 'prev_word_id' => '1044', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1045', - ], - 339 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5009', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '46', - 'prev_word_id' => '1045', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1046', - ], - 340 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5010', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '47', - 'prev_word_id' => '1046', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 341 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5011', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '48', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 342 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5012', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '49', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 343 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5013', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '50', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1048', - ], - 344 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5014', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '51', - 'prev_word_id' => '1048', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1016', - ], - 345 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5015', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '52', - 'prev_word_id' => '1016', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 346 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5016', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '53', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '992', - ], - 347 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5017', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '54', - 'prev_word_id' => '992', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '993', - ], - 348 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5018', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '55', - 'prev_word_id' => '993', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1019', - ], - 349 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5019', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '56', - 'prev_word_id' => '1019', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 350 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5020', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '57', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 351 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5021', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '58', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1049', - ], - 352 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5022', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '59', - 'prev_word_id' => '1049', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 353 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5023', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '60', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '996', - ], - 354 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5024', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '61', - 'prev_word_id' => '996', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 355 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5025', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '62', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1050', - ], - 356 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5026', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '63', - 'prev_word_id' => '1050', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 357 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5027', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '64', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '810', - ], - 358 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5028', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '65', - 'prev_word_id' => '810', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '988', - ], - 359 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5029', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '66', - 'prev_word_id' => '988', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 360 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5030', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '67', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1051', - ], - 361 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5031', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '68', - 'prev_word_id' => '1051', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1052', - ], - 362 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5032', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '69', - 'prev_word_id' => '1052', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1053', - ], - 363 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5033', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '70', - 'prev_word_id' => '1053', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 364 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5034', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '71', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1027', - ], - 365 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5035', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '72', - 'prev_word_id' => '1027', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '999', - ], - 366 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5036', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '73', - 'prev_word_id' => '999', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1028', - ], - 367 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5037', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '74', - 'prev_word_id' => '1028', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 368 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5038', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '75', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1029', - ], - 369 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5039', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '76', - 'prev_word_id' => '1029', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 370 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5040', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '77', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1031', - ], - 371 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5041', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '78', - 'prev_word_id' => '1031', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 372 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5042', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '79', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1032', - ], - 373 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5043', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '80', - 'prev_word_id' => '1032', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 374 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5044', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '81', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1033', - ], - 375 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5045', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '82', - 'prev_word_id' => '1033', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1002', - ], - 376 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5046', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '83', - 'prev_word_id' => '1002', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 377 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5047', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '84', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1034', - ], - 378 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5048', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '85', - 'prev_word_id' => '1034', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 379 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5049', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '86', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 380 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5050', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '87', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 381 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5051', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '88', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1035', - ], - 382 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5052', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '89', - 'prev_word_id' => '1035', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '825', - ], - 383 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5053', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '90', - 'prev_word_id' => '825', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1036', - ], - 384 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5054', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '91', - 'prev_word_id' => '1036', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 385 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5055', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '92', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 386 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5056', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '93', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 387 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5057', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '94', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1038', - ], - 388 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5058', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '95', - 'prev_word_id' => '1038', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 389 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5059', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '96', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '985', - ], - 390 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5060', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '97', - 'prev_word_id' => '985', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 391 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5061', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '98', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 392 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5062', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '99', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 393 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5063', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '100', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 394 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5064', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '101', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 395 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5065', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '102', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1041', - ], - 396 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5066', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '103', - 'prev_word_id' => '1041', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 397 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5067', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '104', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 398 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5068', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '105', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 399 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5069', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '106', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 400 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5070', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '107', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '991', - ], - 401 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5071', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '108', - 'prev_word_id' => '991', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 402 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5072', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '109', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1012', - ], - 403 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5073', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '110', - 'prev_word_id' => '1012', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1044', - ], - 404 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5074', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '111', - 'prev_word_id' => '1044', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1045', - ], - 405 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5075', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '112', - 'prev_word_id' => '1045', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1046', - ], - 406 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5076', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '113', - 'prev_word_id' => '1046', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 407 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5077', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '114', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 408 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5078', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '115', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 409 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5079', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '116', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1048', - ], - 410 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5080', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '117', - 'prev_word_id' => '1048', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1016', - ], - 411 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5081', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '118', - 'prev_word_id' => '1016', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 412 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5082', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '119', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '992', - ], - 413 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5083', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '120', - 'prev_word_id' => '992', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '993', - ], - 414 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5084', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '121', - 'prev_word_id' => '993', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1019', - ], - 415 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5085', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '122', - 'prev_word_id' => '1019', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 416 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5086', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '123', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 417 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5087', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '124', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1049', - ], - 418 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5088', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '125', - 'prev_word_id' => '1049', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 419 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5089', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '126', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '996', - ], - 420 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5090', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '127', - 'prev_word_id' => '996', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 421 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5091', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '128', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1050', - ], - 422 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5092', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '129', - 'prev_word_id' => '1050', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 423 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5093', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '130', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '810', - ], - 424 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5094', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '131', - 'prev_word_id' => '810', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '988', - ], - 425 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5095', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '132', - 'prev_word_id' => '988', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 426 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5096', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '133', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1051', - ], - 427 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5097', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '134', - 'prev_word_id' => '1051', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1052', - ], - 428 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5098', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1085', - 'placement' => '135', - 'prev_word_id' => '1052', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1053', - ], - 429 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5099', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1086', - 'placement' => '136', - 'prev_word_id' => '1053', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1085', - ], - 430 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5100', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1087', - 'placement' => '137', - 'prev_word_id' => '1085', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1086', - ], - 431 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5101', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1088', - 'placement' => '138', - 'prev_word_id' => '1086', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1087', - ], - 432 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5102', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '139', - 'prev_word_id' => '1087', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1088', - ], - 433 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5103', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '140', - 'prev_word_id' => '1088', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1089', - ], - 434 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5104', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '141', - 'prev_word_id' => '1089', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1090', - ], - 435 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5105', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1092', - 'placement' => '142', - 'prev_word_id' => '1090', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1091', - ], - 436 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5106', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1093', - 'placement' => '143', - 'prev_word_id' => '1091', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1092', - ], - 437 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5107', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1094', - 'placement' => '144', - 'prev_word_id' => '1092', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1093', - ], - 438 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5108', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1095', - 'placement' => '145', - 'prev_word_id' => '1093', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1094', - ], - 439 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5109', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1096', - 'placement' => '146', - 'prev_word_id' => '1094', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1095', - ], - 440 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5110', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '147', - 'prev_word_id' => '1095', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1096', - ], - 441 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5111', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1097', - 'placement' => '148', - 'prev_word_id' => '1096', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1010', - ], - 442 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5112', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1098', - 'placement' => '149', - 'prev_word_id' => '1010', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1097', - ], - 443 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5113', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '150', - 'prev_word_id' => '1097', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1098', - ], - 444 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5114', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '151', - 'prev_word_id' => '1098', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1099', - ], - 445 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5115', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '152', - 'prev_word_id' => '1099', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 446 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5116', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '153', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '989', - ], - 447 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5117', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '154', - 'prev_word_id' => '989', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 448 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5118', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '155', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1019', - ], - 449 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5119', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '156', - 'prev_word_id' => '1019', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1100', - ], - 450 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5120', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '157', - 'prev_word_id' => '1100', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '997', - ], - 451 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5121', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '158', - 'prev_word_id' => '997', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1101', - ], - 452 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5122', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '159', - 'prev_word_id' => '1101', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '987', - ], - 453 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5123', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '160', - 'prev_word_id' => '987', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 454 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5124', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '161', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1102', - ], - 455 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5125', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '162', - 'prev_word_id' => '1102', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 456 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5126', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '163', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1103', - ], - 457 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5127', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '164', - 'prev_word_id' => '1103', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 458 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5128', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '165', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '988', - ], - 459 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5129', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '166', - 'prev_word_id' => '988', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1016', - ], - 460 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5130', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '167', - 'prev_word_id' => '1016', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1028', - ], - 461 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5131', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1104', - 'placement' => '168', - 'prev_word_id' => '1028', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '863', - ], - 462 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5132', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '169', - 'prev_word_id' => '863', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1104', - ], - 463 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5133', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '170', - 'prev_word_id' => '1104', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '810', - ], - 464 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5134', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '171', - 'prev_word_id' => '810', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1105', - ], - 465 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5135', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '172', - 'prev_word_id' => '1105', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 466 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5136', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '173', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1106', - ], - 467 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5137', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '174', - 'prev_word_id' => '1106', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 468 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5138', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '175', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 469 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5139', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '176', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 470 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5140', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '177', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1003', - ], - 471 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5141', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '178', - 'prev_word_id' => '1003', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 472 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5142', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '179', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1108', - ], - 473 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5143', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '180', - 'prev_word_id' => '1108', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '825', - ], - 474 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5144', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '181', - 'prev_word_id' => '825', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '994', - ], - 475 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5145', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '182', - 'prev_word_id' => '994', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 476 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5146', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '183', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1109', - ], - 477 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5147', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '184', - 'prev_word_id' => '1109', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 478 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5148', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '185', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1108', - ], - 479 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5149', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '186', - 'prev_word_id' => '1108', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1100', - ], - 480 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5150', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '187', - 'prev_word_id' => '1100', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 481 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5151', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '188', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 482 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5152', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '189', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1106', - ], - 483 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5153', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '190', - 'prev_word_id' => '1106', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 484 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5154', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '191', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1110', - ], - 485 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5155', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '192', - 'prev_word_id' => '1110', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 486 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5156', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '193', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1111', - ], - 487 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5157', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '194', - 'prev_word_id' => '1111', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 488 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5158', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '195', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1112', - ], - 489 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5159', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '196', - 'prev_word_id' => '1112', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 490 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5160', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '197', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1113', - ], - 491 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5161', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '198', - 'prev_word_id' => '1113', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1114', - ], - 492 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5162', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '199', - 'prev_word_id' => '1114', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 493 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5163', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '200', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1007', - ], - 494 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5164', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '201', - 'prev_word_id' => '1007', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 495 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5165', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '202', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1099', - ], - 496 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5166', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '203', - 'prev_word_id' => '1099', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '982', - ], - 497 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5167', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '204', - 'prev_word_id' => '982', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1115', - ], - 498 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5168', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '205', - 'prev_word_id' => '1115', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '981', - ], - 499 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5169', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '206', - 'prev_word_id' => '981', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1105', - ], - 500 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5170', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '207', - 'prev_word_id' => '1105', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '984', - ], - 501 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5171', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '208', - 'prev_word_id' => '984', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 502 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5172', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '209', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 503 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5173', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '210', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 504 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5174', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '211', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1036', - ], - 505 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5175', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '212', - 'prev_word_id' => '1036', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 506 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5176', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '213', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1103', - ], - 507 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5177', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '214', - 'prev_word_id' => '1103', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1116', - ], - 508 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5178', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '215', - 'prev_word_id' => '1116', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 509 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5179', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '216', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 510 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5180', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '217', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1117', - ], - 511 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5181', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '218', - 'prev_word_id' => '1117', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 512 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5182', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '219', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1118', - ], - 513 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5183', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '220', - 'prev_word_id' => '1118', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1119', - ], - 514 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5184', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '221', - 'prev_word_id' => '1119', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1002', - ], - 515 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5185', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '222', - 'prev_word_id' => '1002', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1011', - ], - 516 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5186', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '223', - 'prev_word_id' => '1011', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 517 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5187', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '224', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1114', - ], - 518 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5188', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '225', - 'prev_word_id' => '1114', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 519 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5189', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '226', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1007', - ], - 520 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5190', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '227', - 'prev_word_id' => '1007', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 521 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5191', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '228', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '981', - ], - 522 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5192', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '229', - 'prev_word_id' => '981', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1105', - ], - 523 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5193', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '230', - 'prev_word_id' => '1105', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '984', - ], - 524 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5194', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '231', - 'prev_word_id' => '984', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 525 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5195', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1082', - 'placement' => '232', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 526 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5196', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1083', - 'placement' => '233', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1082', - ], - 527 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5197', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1084', - 'placement' => '234', - 'prev_word_id' => '1082', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1083', - ], - 528 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5198', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1025', - 'placement' => '235', - 'prev_word_id' => '1083', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1084', - ], - 529 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5199', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '236', - 'prev_word_id' => '1084', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1025', - ], - 530 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5200', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1055', - 'placement' => '237', - 'prev_word_id' => '1025', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 531 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5201', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1056', - 'placement' => '238', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1055', - ], - 532 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5202', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1057', - 'placement' => '239', - 'prev_word_id' => '1055', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1056', - ], - 533 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5203', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1058', - 'placement' => '240', - 'prev_word_id' => '1056', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1057', - ], - 534 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5204', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1059', - 'placement' => '241', - 'prev_word_id' => '1057', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1058', - ], - 535 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5205', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1060', - 'placement' => '242', - 'prev_word_id' => '1058', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1059', - ], - 536 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5206', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '243', - 'prev_word_id' => '1059', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1060', - ], - 537 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5207', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '244', - 'prev_word_id' => '1060', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 538 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5208', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1062', - 'placement' => '245', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 539 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5209', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1063', - 'placement' => '246', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1062', - ], - 540 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5210', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '247', - 'prev_word_id' => '1062', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1063', - ], - 541 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5211', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '248', - 'prev_word_id' => '1063', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1064', - ], - 542 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5212', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '249', - 'prev_word_id' => '1064', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 543 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5213', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '250', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 544 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5214', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '251', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1065', - ], - 545 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5215', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1066', - 'placement' => '252', - 'prev_word_id' => '1065', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 546 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5216', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1067', - 'placement' => '253', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1066', - ], - 547 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5217', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '254', - 'prev_word_id' => '1066', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1067', - ], - 548 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5218', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '255', - 'prev_word_id' => '1067', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 549 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5219', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '256', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1065', - ], - 550 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5220', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '257', - 'prev_word_id' => '1065', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 551 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5221', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1068', - 'placement' => '258', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 552 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5222', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '259', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1068', - ], - 553 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5223', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '260', - 'prev_word_id' => '1068', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 554 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5224', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1069', - 'placement' => '261', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 555 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5225', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '262', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1069', - ], - 556 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5226', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '263', - 'prev_word_id' => '1069', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 557 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5227', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '264', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 558 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5228', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1120', - 'placement' => '265', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1065', - ], - 559 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5229', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1024', - 'placement' => '266', - 'prev_word_id' => '1065', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1120', - ], - 560 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5230', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1071', - 'placement' => '267', - 'prev_word_id' => '1120', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1024', - ], - 561 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5231', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '268', - 'prev_word_id' => '1024', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1071', - ], - 562 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5232', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1072', - 'placement' => '269', - 'prev_word_id' => '1071', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 563 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5233', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '270', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1072', - ], - 564 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5234', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '271', - 'prev_word_id' => '1072', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 565 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5235', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1073', - 'placement' => '272', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 566 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5236', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '273', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1073', - ], - 567 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5237', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '274', - 'prev_word_id' => '1073', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 568 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5238', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1074', - 'placement' => '275', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 569 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5239', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '276', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1074', - ], - 570 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5240', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1075', - 'placement' => '277', - 'prev_word_id' => '1074', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 571 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5241', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1121', - 'placement' => '278', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1075', - ], - 572 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5242', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1077', - 'placement' => '279', - 'prev_word_id' => '1075', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1121', - ], - 573 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5243', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1078', - 'placement' => '280', - 'prev_word_id' => '1121', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1077', - ], - 574 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5244', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '281', - 'prev_word_id' => '1077', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1078', - ], - 575 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5245', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '282', - 'prev_word_id' => '1078', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 576 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5246', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1073', - 'placement' => '283', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 577 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5247', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '284', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1073', - ], - 578 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5248', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '285', - 'prev_word_id' => '1073', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 579 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5249', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1074', - 'placement' => '286', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1064', - ], - 580 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5250', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '287', - 'prev_word_id' => '1064', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1074', - ], - 581 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5251', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1075', - 'placement' => '288', - 'prev_word_id' => '1074', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1064', - ], - 582 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5252', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1122', - 'placement' => '289', - 'prev_word_id' => '1064', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1075', - ], - 583 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5253', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1077', - 'placement' => '290', - 'prev_word_id' => '1075', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1122', - ], - 584 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5254', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1123', - 'placement' => '291', - 'prev_word_id' => '1122', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1077', - ], - 585 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5255', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '292', - 'prev_word_id' => '1077', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1123', - ], - 586 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5256', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '293', - 'prev_word_id' => '1123', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 587 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5257', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1069', - 'placement' => '294', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 588 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5258', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '295', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1069', - ], - 589 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5259', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '296', - 'prev_word_id' => '1069', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 590 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5260', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1068', - 'placement' => '297', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 591 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5261', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '298', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1068', - ], - 592 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5262', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '299', - 'prev_word_id' => '1068', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 593 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5263', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1062', - 'placement' => '300', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 594 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5264', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '301', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1062', - ], - 595 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '71', - 'frequency' => '0', - 'id' => '5265', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '302', - 'prev_word_id' => '1062', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 596 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5266', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1083', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1082', - ], - 597 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5267', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1084', - 'placement' => '1', - 'prev_word_id' => '1082', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1083', - ], - 598 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5268', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1124', - 'placement' => '2', - 'prev_word_id' => '1083', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1084', - ], - 599 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5269', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '3', - 'prev_word_id' => '1084', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1124', - ], - 600 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5270', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '4', - 'prev_word_id' => '1124', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 601 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5271', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '5', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1027', - ], - 602 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5272', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '6', - 'prev_word_id' => '1027', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '999', - ], - 603 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5273', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '7', - 'prev_word_id' => '999', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1028', - ], - 604 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5274', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '8', - 'prev_word_id' => '1028', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 605 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5275', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '9', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1029', - ], - 606 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5276', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '10', - 'prev_word_id' => '1029', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 607 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5277', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '11', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1031', - ], - 608 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5278', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '12', - 'prev_word_id' => '1031', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 609 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5279', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '13', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1032', - ], - 610 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5280', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '14', - 'prev_word_id' => '1032', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 611 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5281', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '15', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1033', - ], - 612 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5282', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '16', - 'prev_word_id' => '1033', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1002', - ], - 613 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5283', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '17', - 'prev_word_id' => '1002', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 614 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5284', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '18', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1034', - ], - 615 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5285', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '19', - 'prev_word_id' => '1034', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 616 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5286', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '20', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 617 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5287', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '21', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 618 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5288', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '22', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1035', - ], - 619 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5289', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '23', - 'prev_word_id' => '1035', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '825', - ], - 620 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5290', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '24', - 'prev_word_id' => '825', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1036', - ], - 621 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5291', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '25', - 'prev_word_id' => '1036', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 622 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5292', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '26', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 623 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5293', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '27', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 624 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5294', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '28', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1038', - ], - 625 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5295', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '29', - 'prev_word_id' => '1038', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 626 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5296', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '30', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '985', - ], - 627 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5297', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '31', - 'prev_word_id' => '985', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 628 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5298', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '32', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 629 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5299', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '33', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 630 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5300', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '34', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 631 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5301', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '35', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 632 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5302', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '36', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1041', - ], - 633 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5303', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '37', - 'prev_word_id' => '1041', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 634 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5304', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '38', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 635 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5305', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '39', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 636 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5306', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '40', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 637 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5307', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '41', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '991', - ], - 638 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5308', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '42', - 'prev_word_id' => '991', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 639 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5309', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '43', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1012', - ], - 640 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5310', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '44', - 'prev_word_id' => '1012', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1044', - ], - 641 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5311', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '45', - 'prev_word_id' => '1044', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1045', - ], - 642 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5312', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '46', - 'prev_word_id' => '1045', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1046', - ], - 643 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5313', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '47', - 'prev_word_id' => '1046', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 644 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5314', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '48', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 645 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5315', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '49', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 646 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5316', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '50', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1048', - ], - 647 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5317', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '51', - 'prev_word_id' => '1048', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1016', - ], - 648 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5318', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '52', - 'prev_word_id' => '1016', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 649 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5319', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '53', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '992', - ], - 650 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5320', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '54', - 'prev_word_id' => '992', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '993', - ], - 651 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5321', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '55', - 'prev_word_id' => '993', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1019', - ], - 652 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5322', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '56', - 'prev_word_id' => '1019', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 653 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5323', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '57', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 654 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5324', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '58', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1049', - ], - 655 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5325', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '59', - 'prev_word_id' => '1049', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 656 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5326', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '60', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '996', - ], - 657 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5327', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '61', - 'prev_word_id' => '996', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 658 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5328', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '62', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1050', - ], - 659 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5329', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '63', - 'prev_word_id' => '1050', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 660 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5330', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '64', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '810', - ], - 661 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5331', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '65', - 'prev_word_id' => '810', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '988', - ], - 662 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5332', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '66', - 'prev_word_id' => '988', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 663 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5333', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '67', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1051', - ], - 664 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5334', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '68', - 'prev_word_id' => '1051', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1052', - ], - 665 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5335', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '69', - 'prev_word_id' => '1052', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1053', - ], - 666 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5336', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '70', - 'prev_word_id' => '1053', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 667 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5337', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '71', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1027', - ], - 668 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5338', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '72', - 'prev_word_id' => '1027', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '999', - ], - 669 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5339', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '73', - 'prev_word_id' => '999', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1028', - ], - 670 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5340', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '74', - 'prev_word_id' => '1028', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 671 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5341', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '75', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1029', - ], - 672 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5342', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '76', - 'prev_word_id' => '1029', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 673 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5343', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '77', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1031', - ], - 674 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5344', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '78', - 'prev_word_id' => '1031', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 675 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5345', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '79', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1032', - ], - 676 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5346', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '80', - 'prev_word_id' => '1032', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 677 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5347', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '81', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1033', - ], - 678 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5348', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '82', - 'prev_word_id' => '1033', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1002', - ], - 679 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5349', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '83', - 'prev_word_id' => '1002', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 680 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5350', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '84', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1034', - ], - 681 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5351', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '85', - 'prev_word_id' => '1034', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 682 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5352', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '86', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 683 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5353', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '87', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 684 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5354', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '88', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1035', - ], - 685 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5355', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '89', - 'prev_word_id' => '1035', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '825', - ], - 686 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5356', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '90', - 'prev_word_id' => '825', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1036', - ], - 687 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5357', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '91', - 'prev_word_id' => '1036', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 688 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5358', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '92', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 689 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5359', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '93', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 690 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5360', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '94', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1038', - ], - 691 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5361', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '95', - 'prev_word_id' => '1038', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 692 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5362', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '96', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '985', - ], - 693 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5363', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '97', - 'prev_word_id' => '985', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 694 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5364', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '98', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 695 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5365', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '99', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 696 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5366', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '100', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 697 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5367', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '101', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 698 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5368', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '102', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1041', - ], - 699 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5369', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '103', - 'prev_word_id' => '1041', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 700 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5370', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '104', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 701 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5371', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '105', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 702 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5372', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '106', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 703 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5373', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '107', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '991', - ], - 704 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5374', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '108', - 'prev_word_id' => '991', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 705 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5375', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '109', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1012', - ], - 706 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5376', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '110', - 'prev_word_id' => '1012', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1044', - ], - 707 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5377', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '111', - 'prev_word_id' => '1044', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1045', - ], - 708 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5378', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '112', - 'prev_word_id' => '1045', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1046', - ], - 709 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5379', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '113', - 'prev_word_id' => '1046', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 710 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5380', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '114', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 711 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5381', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '115', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 712 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5382', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '116', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1048', - ], - 713 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5383', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '117', - 'prev_word_id' => '1048', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1016', - ], - 714 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5384', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '118', - 'prev_word_id' => '1016', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 715 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5385', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '119', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '992', - ], - 716 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5386', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '120', - 'prev_word_id' => '992', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '993', - ], - 717 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5387', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '121', - 'prev_word_id' => '993', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1019', - ], - 718 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5388', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '122', - 'prev_word_id' => '1019', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 719 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5389', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '123', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 720 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5390', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '124', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1049', - ], - 721 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5391', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '125', - 'prev_word_id' => '1049', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 722 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5392', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '126', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '996', - ], - 723 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5393', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '127', - 'prev_word_id' => '996', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 724 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5394', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '128', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1050', - ], - 725 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5395', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '129', - 'prev_word_id' => '1050', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 726 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5396', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '130', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '810', - ], - 727 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5397', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '131', - 'prev_word_id' => '810', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '988', - ], - 728 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5398', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '132', - 'prev_word_id' => '988', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 729 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5399', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '133', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1051', - ], - 730 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5400', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '134', - 'prev_word_id' => '1051', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1052', - ], - 731 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5401', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1085', - 'placement' => '135', - 'prev_word_id' => '1052', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1053', - ], - 732 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5402', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1086', - 'placement' => '136', - 'prev_word_id' => '1053', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1085', - ], - 733 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5403', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1087', - 'placement' => '137', - 'prev_word_id' => '1085', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1086', - ], - 734 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5404', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1088', - 'placement' => '138', - 'prev_word_id' => '1086', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1087', - ], - 735 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5405', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '139', - 'prev_word_id' => '1087', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1088', - ], - 736 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5406', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '140', - 'prev_word_id' => '1088', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1089', - ], - 737 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5407', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '141', - 'prev_word_id' => '1089', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1090', - ], - 738 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5408', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1092', - 'placement' => '142', - 'prev_word_id' => '1090', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1091', - ], - 739 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5409', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1093', - 'placement' => '143', - 'prev_word_id' => '1091', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1092', - ], - 740 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5410', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1094', - 'placement' => '144', - 'prev_word_id' => '1092', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1093', - ], - 741 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5411', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1095', - 'placement' => '145', - 'prev_word_id' => '1093', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1094', - ], - 742 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5412', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1096', - 'placement' => '146', - 'prev_word_id' => '1094', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1095', - ], - 743 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5413', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '147', - 'prev_word_id' => '1095', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1096', - ], - 744 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5414', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1097', - 'placement' => '148', - 'prev_word_id' => '1096', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1010', - ], - 745 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5415', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1098', - 'placement' => '149', - 'prev_word_id' => '1010', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1097', - ], - 746 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5416', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '150', - 'prev_word_id' => '1097', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1098', - ], - 747 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5417', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '151', - 'prev_word_id' => '1098', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1099', - ], - 748 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5418', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '152', - 'prev_word_id' => '1099', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 749 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5419', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '153', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '989', - ], - 750 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5420', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '154', - 'prev_word_id' => '989', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 751 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5421', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '155', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1019', - ], - 752 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5422', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '156', - 'prev_word_id' => '1019', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1100', - ], - 753 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5423', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '157', - 'prev_word_id' => '1100', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '997', - ], - 754 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5424', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '158', - 'prev_word_id' => '997', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1101', - ], - 755 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5425', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '159', - 'prev_word_id' => '1101', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '987', - ], - 756 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5426', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '160', - 'prev_word_id' => '987', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 757 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5427', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '161', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1102', - ], - 758 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5428', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '162', - 'prev_word_id' => '1102', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 759 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5429', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '163', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1103', - ], - 760 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5430', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '164', - 'prev_word_id' => '1103', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 761 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5431', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '165', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '988', - ], - 762 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5432', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '166', - 'prev_word_id' => '988', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1016', - ], - 763 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5433', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '167', - 'prev_word_id' => '1016', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1028', - ], - 764 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5434', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1104', - 'placement' => '168', - 'prev_word_id' => '1028', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '863', - ], - 765 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5435', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '169', - 'prev_word_id' => '863', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1104', - ], - 766 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5436', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '170', - 'prev_word_id' => '1104', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '810', - ], - 767 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5437', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '171', - 'prev_word_id' => '810', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1105', - ], - 768 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5438', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '172', - 'prev_word_id' => '1105', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 769 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5439', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '173', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1106', - ], - 770 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5440', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '174', - 'prev_word_id' => '1106', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 771 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5441', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '175', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 772 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5442', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '176', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 773 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5443', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '177', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1003', - ], - 774 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5444', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '178', - 'prev_word_id' => '1003', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 775 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5445', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '179', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1108', - ], - 776 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5446', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '180', - 'prev_word_id' => '1108', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '825', - ], - 777 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5447', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '181', - 'prev_word_id' => '825', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '994', - ], - 778 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5448', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '182', - 'prev_word_id' => '994', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 779 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5449', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '183', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1109', - ], - 780 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5450', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '184', - 'prev_word_id' => '1109', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 781 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5451', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '185', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1108', - ], - 782 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5452', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '186', - 'prev_word_id' => '1108', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1100', - ], - 783 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5453', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '187', - 'prev_word_id' => '1100', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 784 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5454', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '188', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 785 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5455', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '189', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1106', - ], - 786 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5456', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '190', - 'prev_word_id' => '1106', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 787 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5457', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '191', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1110', - ], - 788 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5458', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '192', - 'prev_word_id' => '1110', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 789 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5459', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '193', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1111', - ], - 790 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5460', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '194', - 'prev_word_id' => '1111', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 791 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5461', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '195', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1112', - ], - 792 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5462', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '196', - 'prev_word_id' => '1112', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 793 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5463', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '197', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1113', - ], - 794 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5464', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '198', - 'prev_word_id' => '1113', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1114', - ], - 795 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5465', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '199', - 'prev_word_id' => '1114', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 796 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5466', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '200', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1007', - ], - 797 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5467', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '201', - 'prev_word_id' => '1007', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 798 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5468', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '202', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1099', - ], - 799 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5469', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '203', - 'prev_word_id' => '1099', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '982', - ], - 800 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5470', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '204', - 'prev_word_id' => '982', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1115', - ], - 801 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5471', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '205', - 'prev_word_id' => '1115', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '981', - ], - 802 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5472', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '206', - 'prev_word_id' => '981', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1105', - ], - 803 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5473', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '207', - 'prev_word_id' => '1105', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '984', - ], - 804 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5474', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '208', - 'prev_word_id' => '984', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 805 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5475', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '209', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 806 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5476', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '210', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 807 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5477', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '211', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1036', - ], - 808 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5478', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '212', - 'prev_word_id' => '1036', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 809 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5479', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '213', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1103', - ], - 810 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5480', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '214', - 'prev_word_id' => '1103', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1116', - ], - 811 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5481', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '215', - 'prev_word_id' => '1116', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 812 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5482', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '216', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 813 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5483', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '217', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1117', - ], - 814 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5484', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '218', - 'prev_word_id' => '1117', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 815 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5485', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '219', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1118', - ], - 816 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5486', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '220', - 'prev_word_id' => '1118', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1119', - ], - 817 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5487', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '221', - 'prev_word_id' => '1119', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1002', - ], - 818 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5488', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '222', - 'prev_word_id' => '1002', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1011', - ], - 819 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5489', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '223', - 'prev_word_id' => '1011', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 820 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5490', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '224', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1114', - ], - 821 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5491', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '225', - 'prev_word_id' => '1114', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 822 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5492', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '226', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1007', - ], - 823 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5493', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '227', - 'prev_word_id' => '1007', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 824 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5494', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '228', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '981', - ], - 825 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5495', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '229', - 'prev_word_id' => '981', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1105', - ], - 826 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5496', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '230', - 'prev_word_id' => '1105', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '984', - ], - 827 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5497', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '231', - 'prev_word_id' => '984', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 828 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5498', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1082', - 'placement' => '232', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 829 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5499', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1083', - 'placement' => '233', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1082', - ], - 830 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5500', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1084', - 'placement' => '234', - 'prev_word_id' => '1082', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1083', - ], - 831 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5501', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1124', - 'placement' => '235', - 'prev_word_id' => '1083', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1084', - ], - 832 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5502', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '236', - 'prev_word_id' => '1084', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1124', - ], - 833 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5503', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1055', - 'placement' => '237', - 'prev_word_id' => '1124', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 834 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5504', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1056', - 'placement' => '238', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1055', - ], - 835 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5505', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1057', - 'placement' => '239', - 'prev_word_id' => '1055', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1056', - ], - 836 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5506', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1058', - 'placement' => '240', - 'prev_word_id' => '1056', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1057', - ], - 837 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5507', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1059', - 'placement' => '241', - 'prev_word_id' => '1057', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1058', - ], - 838 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5508', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1060', - 'placement' => '242', - 'prev_word_id' => '1058', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1059', - ], - 839 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5509', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '243', - 'prev_word_id' => '1059', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1060', - ], - 840 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5510', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '244', - 'prev_word_id' => '1060', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 841 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5511', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1062', - 'placement' => '245', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 842 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5512', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1063', - 'placement' => '246', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1062', - ], - 843 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5513', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '247', - 'prev_word_id' => '1062', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1063', - ], - 844 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5514', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '248', - 'prev_word_id' => '1063', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1064', - ], - 845 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5515', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '249', - 'prev_word_id' => '1064', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 846 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5516', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '250', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 847 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5517', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '251', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1065', - ], - 848 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5518', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1066', - 'placement' => '252', - 'prev_word_id' => '1065', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 849 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5519', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1067', - 'placement' => '253', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1066', - ], - 850 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5520', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '254', - 'prev_word_id' => '1066', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1067', - ], - 851 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5521', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '255', - 'prev_word_id' => '1067', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 852 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5522', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '256', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1065', - ], - 853 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5523', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '257', - 'prev_word_id' => '1065', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 854 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5524', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1068', - 'placement' => '258', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 855 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5525', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '259', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1068', - ], - 856 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5526', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '260', - 'prev_word_id' => '1068', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 857 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5527', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1069', - 'placement' => '261', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 858 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5528', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '262', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1069', - ], - 859 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5529', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '263', - 'prev_word_id' => '1069', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 860 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5530', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '264', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 861 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5531', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1120', - 'placement' => '265', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1065', - ], - 862 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5532', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1024', - 'placement' => '266', - 'prev_word_id' => '1065', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1120', - ], - 863 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5533', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1071', - 'placement' => '267', - 'prev_word_id' => '1120', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1024', - ], - 864 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5534', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '268', - 'prev_word_id' => '1024', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1071', - ], - 865 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5535', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1072', - 'placement' => '269', - 'prev_word_id' => '1071', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 866 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5536', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '270', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1072', - ], - 867 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5537', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '271', - 'prev_word_id' => '1072', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 868 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5538', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1073', - 'placement' => '272', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 869 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5539', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '273', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1073', - ], - 870 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5540', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '274', - 'prev_word_id' => '1073', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 871 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5541', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1074', - 'placement' => '275', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 872 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5542', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '276', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1074', - ], - 873 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5543', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1075', - 'placement' => '277', - 'prev_word_id' => '1074', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 874 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5544', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1121', - 'placement' => '278', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1075', - ], - 875 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5545', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1077', - 'placement' => '279', - 'prev_word_id' => '1075', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1121', - ], - 876 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5546', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1078', - 'placement' => '280', - 'prev_word_id' => '1121', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1077', - ], - 877 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5547', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '281', - 'prev_word_id' => '1077', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1078', - ], - 878 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5548', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '282', - 'prev_word_id' => '1078', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 879 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5549', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1073', - 'placement' => '283', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 880 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5550', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '284', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1073', - ], - 881 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5551', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '285', - 'prev_word_id' => '1073', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 882 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5552', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1074', - 'placement' => '286', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1064', - ], - 883 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5553', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '287', - 'prev_word_id' => '1064', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1074', - ], - 884 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5554', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1075', - 'placement' => '288', - 'prev_word_id' => '1074', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1064', - ], - 885 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5555', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1122', - 'placement' => '289', - 'prev_word_id' => '1064', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1075', - ], - 886 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5556', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1077', - 'placement' => '290', - 'prev_word_id' => '1075', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1122', - ], - 887 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5557', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1123', - 'placement' => '291', - 'prev_word_id' => '1122', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1077', - ], - 888 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5558', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '292', - 'prev_word_id' => '1077', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1123', - ], - 889 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5559', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '293', - 'prev_word_id' => '1123', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 890 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5560', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1069', - 'placement' => '294', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 891 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5561', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '295', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1069', - ], - 892 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5562', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '296', - 'prev_word_id' => '1069', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 893 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5563', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1068', - 'placement' => '297', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 894 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5564', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '298', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1068', - ], - 895 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5565', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '299', - 'prev_word_id' => '1068', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 896 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5566', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1062', - 'placement' => '300', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 897 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5567', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '301', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1062', - ], - 898 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '72', - 'frequency' => '0', - 'id' => '5568', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '302', - 'prev_word_id' => '1062', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 899 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5569', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1083', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1082', - ], - 900 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5570', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1084', - 'placement' => '1', - 'prev_word_id' => '1082', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1083', - ], - 901 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5571', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1125', - 'placement' => '2', - 'prev_word_id' => '1083', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1084', - ], - 902 => [ - 'content_type_field_definition_id' => '220', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5572', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '3', - 'prev_word_id' => '1084', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1125', - ], - 903 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5573', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '4', - 'prev_word_id' => '1125', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 904 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5574', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '5', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1027', - ], - 905 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5575', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '6', - 'prev_word_id' => '1027', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '999', - ], - 906 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5576', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '7', - 'prev_word_id' => '999', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1028', - ], - 907 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5577', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '8', - 'prev_word_id' => '1028', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 908 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5578', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '9', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1029', - ], - 909 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5579', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '10', - 'prev_word_id' => '1029', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 910 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5580', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '11', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1031', - ], - 911 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5581', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '12', - 'prev_word_id' => '1031', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 912 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5582', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '13', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1032', - ], - 913 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5583', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '14', - 'prev_word_id' => '1032', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 914 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5584', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '15', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1033', - ], - 915 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5585', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '16', - 'prev_word_id' => '1033', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1002', - ], - 916 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5586', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '17', - 'prev_word_id' => '1002', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 917 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5587', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '18', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1034', - ], - 918 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5588', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '19', - 'prev_word_id' => '1034', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 919 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5589', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '20', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 920 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5590', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '21', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 921 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5591', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '22', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1035', - ], - 922 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5592', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '23', - 'prev_word_id' => '1035', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '825', - ], - 923 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5593', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '24', - 'prev_word_id' => '825', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1036', - ], - 924 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5594', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '25', - 'prev_word_id' => '1036', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 925 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5595', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '26', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 926 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5596', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '27', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 927 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5597', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '28', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1038', - ], - 928 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5598', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '29', - 'prev_word_id' => '1038', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 929 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5599', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '30', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '985', - ], - 930 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5600', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '31', - 'prev_word_id' => '985', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 931 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5601', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '32', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 932 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5602', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '33', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 933 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5603', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '34', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 934 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5604', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '35', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 935 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5605', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '36', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1041', - ], - 936 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5606', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '37', - 'prev_word_id' => '1041', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 937 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5607', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '38', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 938 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5608', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '39', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 939 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5609', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '40', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 940 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5610', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '41', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '991', - ], - 941 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5611', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '42', - 'prev_word_id' => '991', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 942 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5612', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '43', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1012', - ], - 943 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5613', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '44', - 'prev_word_id' => '1012', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1044', - ], - 944 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5614', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '45', - 'prev_word_id' => '1044', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1045', - ], - 945 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5615', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '46', - 'prev_word_id' => '1045', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1046', - ], - 946 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5616', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '47', - 'prev_word_id' => '1046', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 947 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5617', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '48', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 948 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5618', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '49', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 949 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5619', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '50', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1048', - ], - 950 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5620', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '51', - 'prev_word_id' => '1048', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1016', - ], - 951 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5621', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '52', - 'prev_word_id' => '1016', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 952 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5622', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '53', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '992', - ], - 953 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5623', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '54', - 'prev_word_id' => '992', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '993', - ], - 954 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5624', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '55', - 'prev_word_id' => '993', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1019', - ], - 955 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5625', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '56', - 'prev_word_id' => '1019', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 956 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5626', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '57', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 957 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5627', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '58', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1049', - ], - 958 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5628', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '59', - 'prev_word_id' => '1049', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 959 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5629', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '60', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '996', - ], - 960 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5630', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '61', - 'prev_word_id' => '996', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 961 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5631', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '62', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1050', - ], - 962 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5632', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '63', - 'prev_word_id' => '1050', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 963 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5633', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '64', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '810', - ], - 964 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5634', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '65', - 'prev_word_id' => '810', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '988', - ], - 965 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5635', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '66', - 'prev_word_id' => '988', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 966 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5636', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '67', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1051', - ], - 967 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5637', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '68', - 'prev_word_id' => '1051', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1052', - ], - 968 => [ - 'content_type_field_definition_id' => '222', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5638', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '69', - 'prev_word_id' => '1052', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1053', - ], - 969 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5639', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '70', - 'prev_word_id' => '1053', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 970 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5640', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '71', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1027', - ], - 971 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5641', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '72', - 'prev_word_id' => '1027', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '999', - ], - 972 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5642', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '73', - 'prev_word_id' => '999', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1028', - ], - 973 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5643', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '74', - 'prev_word_id' => '1028', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 974 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5644', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '75', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1029', - ], - 975 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5645', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '76', - 'prev_word_id' => '1029', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 976 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5646', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '77', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1031', - ], - 977 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5647', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '78', - 'prev_word_id' => '1031', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 978 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5648', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '79', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1032', - ], - 979 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5649', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '80', - 'prev_word_id' => '1032', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 980 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5650', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '81', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1033', - ], - 981 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5651', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '82', - 'prev_word_id' => '1033', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1002', - ], - 982 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5652', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '83', - 'prev_word_id' => '1002', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 983 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5653', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '84', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1034', - ], - 984 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5654', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '85', - 'prev_word_id' => '1034', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 985 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5655', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '86', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 986 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5656', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '87', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 987 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5657', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '88', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1035', - ], - 988 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5658', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '89', - 'prev_word_id' => '1035', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '825', - ], - 989 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5659', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '90', - 'prev_word_id' => '825', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1036', - ], - 990 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5660', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '91', - 'prev_word_id' => '1036', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 991 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5661', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '92', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 992 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5662', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '93', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 993 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5663', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '94', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1038', - ], - 994 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5664', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '95', - 'prev_word_id' => '1038', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 995 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5665', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '96', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '985', - ], - 996 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5666', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '97', - 'prev_word_id' => '985', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 997 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5667', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '98', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 998 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5668', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '99', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 999 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5669', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '100', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 1000 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5670', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '101', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1001 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5671', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '102', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1041', - ], - 1002 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5672', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '103', - 'prev_word_id' => '1041', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 1003 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5673', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '104', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 1004 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5674', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '105', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 1005 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5675', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '106', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 1006 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5676', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '107', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '991', - ], - 1007 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5677', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '108', - 'prev_word_id' => '991', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 1008 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5678', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '109', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1012', - ], - 1009 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5679', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '110', - 'prev_word_id' => '1012', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1044', - ], - 1010 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5680', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '111', - 'prev_word_id' => '1044', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1045', - ], - 1011 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5681', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '112', - 'prev_word_id' => '1045', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1046', - ], - 1012 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5682', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '113', - 'prev_word_id' => '1046', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1013 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5683', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '114', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 1014 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5684', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '115', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 1015 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5685', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '116', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1048', - ], - 1016 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5686', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '117', - 'prev_word_id' => '1048', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1016', - ], - 1017 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5687', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '118', - 'prev_word_id' => '1016', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 1018 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5688', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '119', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '992', - ], - 1019 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5689', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '120', - 'prev_word_id' => '992', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '993', - ], - 1020 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5690', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '121', - 'prev_word_id' => '993', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1019', - ], - 1021 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5691', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '122', - 'prev_word_id' => '1019', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 1022 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5692', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '123', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1023 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5693', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '124', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1049', - ], - 1024 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5694', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '125', - 'prev_word_id' => '1049', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1043', - ], - 1025 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5695', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '126', - 'prev_word_id' => '1043', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '996', - ], - 1026 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5696', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '127', - 'prev_word_id' => '996', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1037', - ], - 1027 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5697', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '128', - 'prev_word_id' => '1037', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1050', - ], - 1028 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5698', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '129', - 'prev_word_id' => '1050', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 1029 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5699', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '130', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '810', - ], - 1030 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5700', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '131', - 'prev_word_id' => '810', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '988', - ], - 1031 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5701', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '132', - 'prev_word_id' => '988', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1032 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5702', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '133', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1051', - ], - 1033 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5703', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '134', - 'prev_word_id' => '1051', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1052', - ], - 1034 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5704', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1085', - 'placement' => '135', - 'prev_word_id' => '1052', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1053', - ], - 1035 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5705', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1086', - 'placement' => '136', - 'prev_word_id' => '1053', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1085', - ], - 1036 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5706', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1087', - 'placement' => '137', - 'prev_word_id' => '1085', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1086', - ], - 1037 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5707', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1088', - 'placement' => '138', - 'prev_word_id' => '1086', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1087', - ], - 1038 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5708', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '139', - 'prev_word_id' => '1087', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1088', - ], - 1039 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5709', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '140', - 'prev_word_id' => '1088', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1089', - ], - 1040 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5710', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '141', - 'prev_word_id' => '1089', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1090', - ], - 1041 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5711', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1092', - 'placement' => '142', - 'prev_word_id' => '1090', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1091', - ], - 1042 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5712', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1093', - 'placement' => '143', - 'prev_word_id' => '1091', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1092', - ], - 1043 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5713', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1094', - 'placement' => '144', - 'prev_word_id' => '1092', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1093', - ], - 1044 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5714', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1095', - 'placement' => '145', - 'prev_word_id' => '1093', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1094', - ], - 1045 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5715', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1096', - 'placement' => '146', - 'prev_word_id' => '1094', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1095', - ], - 1046 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5716', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '147', - 'prev_word_id' => '1095', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1096', - ], - 1047 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5717', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1097', - 'placement' => '148', - 'prev_word_id' => '1096', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1010', - ], - 1048 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5718', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1098', - 'placement' => '149', - 'prev_word_id' => '1010', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1097', - ], - 1049 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5719', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '150', - 'prev_word_id' => '1097', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1098', - ], - 1050 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5720', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '151', - 'prev_word_id' => '1098', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1099', - ], - 1051 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5721', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '152', - 'prev_word_id' => '1099', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 1052 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5722', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '153', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '989', - ], - 1053 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5723', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '154', - 'prev_word_id' => '989', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1026', - ], - 1054 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5724', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '155', - 'prev_word_id' => '1026', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1019', - ], - 1055 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5725', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '156', - 'prev_word_id' => '1019', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1100', - ], - 1056 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5726', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '157', - 'prev_word_id' => '1100', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '997', - ], - 1057 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5727', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '158', - 'prev_word_id' => '997', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1101', - ], - 1058 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5728', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '159', - 'prev_word_id' => '1101', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '987', - ], - 1059 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5729', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '160', - 'prev_word_id' => '987', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 1060 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5730', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '161', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1102', - ], - 1061 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5731', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '162', - 'prev_word_id' => '1102', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '995', - ], - 1062 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5732', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '163', - 'prev_word_id' => '995', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1103', - ], - 1063 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5733', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '164', - 'prev_word_id' => '1103', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1064 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5734', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '165', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '988', - ], - 1065 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5735', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '166', - 'prev_word_id' => '988', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1016', - ], - 1066 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5736', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '167', - 'prev_word_id' => '1016', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1028', - ], - 1067 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5737', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1104', - 'placement' => '168', - 'prev_word_id' => '1028', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '863', - ], - 1068 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5738', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '169', - 'prev_word_id' => '863', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1104', - ], - 1069 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5739', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '170', - 'prev_word_id' => '1104', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '810', - ], - 1070 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5740', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '171', - 'prev_word_id' => '810', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1105', - ], - 1071 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5741', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '172', - 'prev_word_id' => '1105', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 1072 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5742', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '173', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1106', - ], - 1073 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5743', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '174', - 'prev_word_id' => '1106', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 1074 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5744', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '175', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1075 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5745', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '176', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1076 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5746', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '177', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1003', - ], - 1077 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5747', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '178', - 'prev_word_id' => '1003', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 1078 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5748', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '179', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1108', - ], - 1079 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5749', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '180', - 'prev_word_id' => '1108', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '825', - ], - 1080 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5750', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '181', - 'prev_word_id' => '825', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '994', - ], - 1081 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5751', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '182', - 'prev_word_id' => '994', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1082 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5752', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '183', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1109', - ], - 1083 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5753', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '184', - 'prev_word_id' => '1109', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1084 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5754', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '185', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1108', - ], - 1085 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5755', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '186', - 'prev_word_id' => '1108', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1100', - ], - 1086 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5756', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '187', - 'prev_word_id' => '1100', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1087 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5757', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '188', - 'prev_word_id' => '1039', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1017', - ], - 1088 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5758', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '189', - 'prev_word_id' => '1017', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1106', - ], - 1089 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5759', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '190', - 'prev_word_id' => '1106', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1090 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5760', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '191', - 'prev_word_id' => '1040', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1110', - ], - 1091 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5761', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '192', - 'prev_word_id' => '1110', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 1092 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5762', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '193', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1111', - ], - 1093 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5763', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '194', - 'prev_word_id' => '1111', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1094 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5764', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '195', - 'prev_word_id' => '1001', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1112', - ], - 1095 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5765', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '196', - 'prev_word_id' => '1112', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1042', - ], - 1096 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5766', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '197', - 'prev_word_id' => '1042', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1113', - ], - 1097 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5767', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '198', - 'prev_word_id' => '1113', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1114', - ], - 1098 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5768', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '199', - 'prev_word_id' => '1114', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 1099 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5769', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '200', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1007', - ], - 1100 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5770', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '201', - 'prev_word_id' => '1007', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1101 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5771', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '202', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1099', - ], - 1102 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5772', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '203', - 'prev_word_id' => '1099', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '982', - ], - 1103 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5773', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '204', - 'prev_word_id' => '982', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1115', - ], - 1104 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5774', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '205', - 'prev_word_id' => '1115', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '981', - ], - 1105 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5775', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '206', - 'prev_word_id' => '981', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1105', - ], - 1106 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5776', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '207', - 'prev_word_id' => '1105', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '984', - ], - 1107 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5777', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '208', - 'prev_word_id' => '984', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 1108 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5778', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '209', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 1109 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5779', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '210', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 1110 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5780', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '211', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1036', - ], - 1111 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5781', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '212', - 'prev_word_id' => '1036', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 1112 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5782', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '213', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1103', - ], - 1113 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5783', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '214', - 'prev_word_id' => '1103', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1114 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5784', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '215', - 'prev_word_id' => '1116', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '990', - ], - 1115 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5785', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '216', - 'prev_word_id' => '990', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '983', - ], - 1116 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5786', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '217', - 'prev_word_id' => '983', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1117', - ], - 1117 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5787', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '218', - 'prev_word_id' => '1117', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1014', - ], - 1118 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5788', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '219', - 'prev_word_id' => '1014', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1118', - ], - 1119 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5789', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '220', - 'prev_word_id' => '1118', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1119', - ], - 1120 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5790', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '221', - 'prev_word_id' => '1119', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1002', - ], - 1121 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5791', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '222', - 'prev_word_id' => '1002', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1122 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5792', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '223', - 'prev_word_id' => '1011', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '998', - ], - 1123 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5793', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '224', - 'prev_word_id' => '998', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1114', - ], - 1124 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5794', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '225', - 'prev_word_id' => '1114', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 1125 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5795', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '226', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1007', - ], - 1126 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5796', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '227', - 'prev_word_id' => '1007', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1127 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5797', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '228', - 'prev_word_id' => '1030', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '981', - ], - 1128 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5798', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '229', - 'prev_word_id' => '981', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1105', - ], - 1129 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5799', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '230', - 'prev_word_id' => '1105', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '984', - ], - 1130 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5800', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '231', - 'prev_word_id' => '984', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1047', - ], - 1131 => [ - 'content_type_field_definition_id' => '223', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5801', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1082', - 'placement' => '232', - 'prev_word_id' => '1047', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1107', - ], - 1132 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5802', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1083', - 'placement' => '233', - 'prev_word_id' => '1107', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1082', - ], - 1133 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5803', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1084', - 'placement' => '234', - 'prev_word_id' => '1082', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1083', - ], - 1134 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5804', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1125', - 'placement' => '235', - 'prev_word_id' => '1083', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1084', - ], - 1135 => [ - 'content_type_field_definition_id' => '226', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5805', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '236', - 'prev_word_id' => '1084', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1125', - ], - 1136 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5806', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1055', - 'placement' => '237', - 'prev_word_id' => '1125', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 1137 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5807', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1056', - 'placement' => '238', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1055', - ], - 1138 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5808', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1057', - 'placement' => '239', - 'prev_word_id' => '1055', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1056', - ], - 1139 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5809', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1058', - 'placement' => '240', - 'prev_word_id' => '1056', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1057', - ], - 1140 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5810', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1059', - 'placement' => '241', - 'prev_word_id' => '1057', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1058', - ], - 1141 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5811', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1060', - 'placement' => '242', - 'prev_word_id' => '1058', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1059', - ], - 1142 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5812', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '243', - 'prev_word_id' => '1059', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1060', - ], - 1143 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5813', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '244', - 'prev_word_id' => '1060', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 1144 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5814', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1062', - 'placement' => '245', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 1145 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5815', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1063', - 'placement' => '246', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1062', - ], - 1146 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5816', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '247', - 'prev_word_id' => '1062', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1063', - ], - 1147 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5817', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '248', - 'prev_word_id' => '1063', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1064', - ], - 1148 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5818', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '249', - 'prev_word_id' => '1064', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 1149 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5819', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '250', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 1150 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5820', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '251', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1065', - ], - 1151 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5821', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1066', - 'placement' => '252', - 'prev_word_id' => '1065', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 1152 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5822', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1067', - 'placement' => '253', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1066', - ], - 1153 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5823', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '254', - 'prev_word_id' => '1066', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1067', - ], - 1154 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5824', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '255', - 'prev_word_id' => '1067', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 1155 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5825', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '256', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1065', - ], - 1156 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5826', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '257', - 'prev_word_id' => '1065', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 1157 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5827', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1068', - 'placement' => '258', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 1158 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5828', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '259', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1068', - ], - 1159 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5829', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '260', - 'prev_word_id' => '1068', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 1160 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5830', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1069', - 'placement' => '261', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 1161 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5831', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '262', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1069', - ], - 1162 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5832', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '263', - 'prev_word_id' => '1069', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 1163 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5833', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1065', - 'placement' => '264', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 1164 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5834', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1120', - 'placement' => '265', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1065', - ], - 1165 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5835', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1024', - 'placement' => '266', - 'prev_word_id' => '1065', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1120', - ], - 1166 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5836', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1071', - 'placement' => '267', - 'prev_word_id' => '1120', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1024', - ], - 1167 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5837', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '268', - 'prev_word_id' => '1024', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1071', - ], - 1168 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5838', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1072', - 'placement' => '269', - 'prev_word_id' => '1071', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 1169 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5839', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '270', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1072', - ], - 1170 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5840', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '271', - 'prev_word_id' => '1072', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 1171 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5841', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1073', - 'placement' => '272', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 1172 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5842', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '273', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1073', - ], - 1173 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5843', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '274', - 'prev_word_id' => '1073', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 1174 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5844', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1074', - 'placement' => '275', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 1175 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5845', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '276', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1074', - ], - 1176 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5846', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1075', - 'placement' => '277', - 'prev_word_id' => '1074', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1070', - ], - 1177 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5847', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1121', - 'placement' => '278', - 'prev_word_id' => '1070', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1075', - ], - 1178 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5848', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1077', - 'placement' => '279', - 'prev_word_id' => '1075', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1121', - ], - 1179 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5849', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1078', - 'placement' => '280', - 'prev_word_id' => '1121', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1077', - ], - 1180 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5850', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '281', - 'prev_word_id' => '1077', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1078', - ], - 1181 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5851', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '282', - 'prev_word_id' => '1078', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 1182 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5852', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1073', - 'placement' => '283', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 1183 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5853', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '284', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1073', - ], - 1184 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5854', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '285', - 'prev_word_id' => '1073', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1020', - ], - 1185 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5855', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1074', - 'placement' => '286', - 'prev_word_id' => '1020', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1064', - ], - 1186 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5856', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1064', - 'placement' => '287', - 'prev_word_id' => '1064', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1074', - ], - 1187 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5857', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1075', - 'placement' => '288', - 'prev_word_id' => '1074', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1064', - ], - 1188 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5858', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1122', - 'placement' => '289', - 'prev_word_id' => '1064', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1075', - ], - 1189 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5859', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1077', - 'placement' => '290', - 'prev_word_id' => '1075', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1122', - ], - 1190 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5860', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1123', - 'placement' => '291', - 'prev_word_id' => '1122', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1077', - ], - 1191 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5861', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '292', - 'prev_word_id' => '1077', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1123', - ], - 1192 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5862', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '293', - 'prev_word_id' => '1123', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 1193 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5863', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1069', - 'placement' => '294', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 1194 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5864', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '295', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1069', - ], - 1195 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5865', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '296', - 'prev_word_id' => '1069', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 1196 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5866', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1068', - 'placement' => '297', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 1197 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5867', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '298', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1068', - ], - 1198 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5868', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '299', - 'prev_word_id' => '1068', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 1199 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5869', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1062', - 'placement' => '300', - 'prev_word_id' => '1061', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1054', - ], - 1200 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5870', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '301', - 'prev_word_id' => '1054', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1062', - ], - 1201 => [ - 'content_type_field_definition_id' => '227', - 'content_type_id' => '21', - 'contentobject_id' => '73', - 'frequency' => '0', - 'id' => '5871', - 'identifier' => 'additional_options', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '302', - 'prev_word_id' => '1062', - 'published' => '1311154176', - 'section_id' => '1', - 'word_id' => '1061', - ], - 1202 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '74', - 'frequency' => '0', - 'id' => '5872', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1004', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '924', - ], - 1203 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '74', - 'frequency' => '0', - 'id' => '5873', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '924', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1004', - ], - 1204 => [ - 'content_type_field_definition_id' => '236', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5874', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '842', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '842', - ], - 1205 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5875', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '1', - 'prev_word_id' => '842', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '842', - ], - 1206 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5876', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1126', - 'placement' => '2', - 'prev_word_id' => '842', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1008', - ], - 1207 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5877', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1127', - 'placement' => '3', - 'prev_word_id' => '1008', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1126', - ], - 1208 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5878', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1128', - 'placement' => '4', - 'prev_word_id' => '1126', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1127', - ], - 1209 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5879', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1129', - 'placement' => '5', - 'prev_word_id' => '1127', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1128', - ], - 1210 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5880', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1130', - 'placement' => '6', - 'prev_word_id' => '1128', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1129', - ], - 1211 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5881', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '842', - 'placement' => '7', - 'prev_word_id' => '1129', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1130', - ], - 1212 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5882', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '8', - 'prev_word_id' => '1130', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '842', - ], - 1213 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5883', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1131', - 'placement' => '9', - 'prev_word_id' => '842', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1008', - ], - 1214 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5884', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '878', - 'placement' => '10', - 'prev_word_id' => '1008', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1131', - ], - 1215 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5885', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '11', - 'prev_word_id' => '1131', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '878', - ], - 1216 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5886', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '12', - 'prev_word_id' => '878', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '841', - ], - 1217 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5887', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '13', - 'prev_word_id' => '841', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '945', - ], - 1218 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5888', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '14', - 'prev_word_id' => '945', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '830', - ], - 1219 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5889', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '922', - 'placement' => '15', - 'prev_word_id' => '830', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '831', - ], - 1220 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5890', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1132', - 'placement' => '16', - 'prev_word_id' => '831', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '922', - ], - 1221 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5891', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '17', - 'prev_word_id' => '922', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1132', - ], - 1222 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5892', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1134', - 'placement' => '18', - 'prev_word_id' => '1132', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1133', - ], - 1223 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '75', - 'frequency' => '0', - 'id' => '5893', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '19', - 'prev_word_id' => '1133', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1134', - ], - 1224 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '76', - 'frequency' => '0', - 'id' => '5894', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '841', - ], - 1225 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '76', - 'frequency' => '0', - 'id' => '5895', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '841', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '945', - ], - 1226 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5896', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1135', - ], - 1227 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5897', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '1', - 'prev_word_id' => '1135', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1228 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5898', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '2', - 'prev_word_id' => '1136', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1229 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5899', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '3', - 'prev_word_id' => '1136', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1230 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5900', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '4', - 'prev_word_id' => '1040', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1041', - ], - 1231 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5901', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '5', - 'prev_word_id' => '1041', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1137', - ], - 1232 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5902', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '6', - 'prev_word_id' => '1137', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1233 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5903', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '7', - 'prev_word_id' => '1011', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1109', - ], - 1234 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5904', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '8', - 'prev_word_id' => '1109', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '863', - ], - 1235 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5905', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1138', - 'placement' => '9', - 'prev_word_id' => '863', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1000', - ], - 1236 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5906', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '10', - 'prev_word_id' => '1000', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1138', - ], - 1237 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5907', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '11', - 'prev_word_id' => '1138', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1112', - ], - 1238 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5908', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '12', - 'prev_word_id' => '1112', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1135', - ], - 1239 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5909', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '13', - 'prev_word_id' => '1135', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1240 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5910', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '14', - 'prev_word_id' => '1136', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1241 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5911', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '15', - 'prev_word_id' => '1136', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '986', - ], - 1242 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5912', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '16', - 'prev_word_id' => '986', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1108', - ], - 1243 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5913', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '17', - 'prev_word_id' => '1108', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1107', - ], - 1244 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5914', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '18', - 'prev_word_id' => '1107', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1245 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5915', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '19', - 'prev_word_id' => '1006', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1246 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5916', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '20', - 'prev_word_id' => '1001', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1119', - ], - 1247 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5917', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '21', - 'prev_word_id' => '1119', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1007', - ], - 1248 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5918', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '22', - 'prev_word_id' => '1007', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '992', - ], - 1249 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5919', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1139', - 'placement' => '23', - 'prev_word_id' => '992', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '993', - ], - 1250 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5920', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '24', - 'prev_word_id' => '993', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1139', - ], - 1251 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5921', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '25', - 'prev_word_id' => '1139', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1140', - ], - 1252 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5922', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '26', - 'prev_word_id' => '1140', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1141', - ], - 1253 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5923', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '27', - 'prev_word_id' => '1141', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1142', - ], - 1254 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5924', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '28', - 'prev_word_id' => '1142', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '994', - ], - 1255 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5925', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '29', - 'prev_word_id' => '994', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1143', - ], - 1256 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5926', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '30', - 'prev_word_id' => '1143', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1089', - ], - 1257 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5927', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '31', - 'prev_word_id' => '1089', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1144', - ], - 1258 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5928', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '32', - 'prev_word_id' => '1144', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1259 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5929', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '33', - 'prev_word_id' => '1039', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '999', - ], - 1260 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5930', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '34', - 'prev_word_id' => '999', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1261 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5931', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '35', - 'prev_word_id' => '1011', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '996', - ], - 1262 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5932', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '36', - 'prev_word_id' => '996', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1145', - ], - 1263 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5933', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '37', - 'prev_word_id' => '1145', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1146', - ], - 1264 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5934', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '38', - 'prev_word_id' => '1146', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1265 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5935', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1148', - 'placement' => '39', - 'prev_word_id' => '1040', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1147', - ], - 1266 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5936', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '40', - 'prev_word_id' => '1147', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1148', - ], - 1267 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5937', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '41', - 'prev_word_id' => '1148', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1149', - ], - 1268 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5938', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1150', - 'placement' => '42', - 'prev_word_id' => '1149', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1269 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5939', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '43', - 'prev_word_id' => '1040', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1150', - ], - 1270 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5940', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1151', - 'placement' => '44', - 'prev_word_id' => '1150', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1137', - ], - 1271 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5941', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '45', - 'prev_word_id' => '1137', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1151', - ], - 1272 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5942', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '46', - 'prev_word_id' => '1151', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '863', - ], - 1273 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5943', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '47', - 'prev_word_id' => '863', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1274 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5944', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '48', - 'prev_word_id' => '1152', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1275 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5945', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1155', - 'placement' => '49', - 'prev_word_id' => '1153', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1154', - ], - 1276 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5946', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '50', - 'prev_word_id' => '1154', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1155', - ], - 1277 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5947', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '51', - 'prev_word_id' => '1155', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '997', - ], - 1278 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5948', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '52', - 'prev_word_id' => '997', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1156', - ], - 1279 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5949', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '53', - 'prev_word_id' => '1156', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1142', - ], - 1280 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5950', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '54', - 'prev_word_id' => '1142', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '992', - ], - 1281 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5951', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '55', - 'prev_word_id' => '992', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '993', - ], - 1282 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5952', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '56', - 'prev_word_id' => '993', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '988', - ], - 1283 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5953', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '57', - 'prev_word_id' => '988', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1014', - ], - 1284 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5954', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '58', - 'prev_word_id' => '1014', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1157', - ], - 1285 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5955', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '59', - 'prev_word_id' => '1157', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1137', - ], - 1286 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5956', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '60', - 'prev_word_id' => '1137', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1287 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5957', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '61', - 'prev_word_id' => '1030', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1158', - ], - 1288 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5958', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '62', - 'prev_word_id' => '1158', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '995', - ], - 1289 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5959', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '63', - 'prev_word_id' => '995', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '999', - ], - 1290 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5960', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1104', - 'placement' => '64', - 'prev_word_id' => '999', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1052', - ], - 1291 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5961', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1159', - 'placement' => '65', - 'prev_word_id' => '1052', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1104', - ], - 1292 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5962', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '66', - 'prev_word_id' => '1104', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1159', - ], - 1293 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5963', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '67', - 'prev_word_id' => '1159', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1160', - ], - 1294 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5964', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '68', - 'prev_word_id' => '1160', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1161', - ], - 1295 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5965', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '69', - 'prev_word_id' => '1161', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1020', - ], - 1296 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5966', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '70', - 'prev_word_id' => '1020', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1162', - ], - 1297 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5967', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '71', - 'prev_word_id' => '1162', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1010', - ], - 1298 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5968', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '72', - 'prev_word_id' => '1010', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1013', - ], - 1299 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5969', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '73', - 'prev_word_id' => '1013', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1102', - ], - 1300 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5970', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '74', - 'prev_word_id' => '1102', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1013', - ], - 1301 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5971', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '75', - 'prev_word_id' => '1013', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1041', - ], - 1302 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5972', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '76', - 'prev_word_id' => '1041', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '985', - ], - 1303 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5973', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '77', - 'prev_word_id' => '985', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1304 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5974', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '78', - 'prev_word_id' => '1136', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '981', - ], - 1305 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5975', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '79', - 'prev_word_id' => '981', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '984', - ], - 1306 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5976', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '80', - 'prev_word_id' => '984', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '988', - ], - 1307 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5977', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '81', - 'prev_word_id' => '988', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1308 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5978', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '82', - 'prev_word_id' => '1001', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1027', - ], - 1309 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5979', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '83', - 'prev_word_id' => '1027', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1163', - ], - 1310 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5980', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '84', - 'prev_word_id' => '1163', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1311 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5981', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '85', - 'prev_word_id' => '1164', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1108', - ], - 1312 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5982', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '86', - 'prev_word_id' => '1108', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1165', - ], - 1313 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5983', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '87', - 'prev_word_id' => '1165', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1142', - ], - 1314 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5984', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '88', - 'prev_word_id' => '1142', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '992', - ], - 1315 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5985', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '89', - 'prev_word_id' => '992', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '993', - ], - 1316 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5986', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '90', - 'prev_word_id' => '993', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1019', - ], - 1317 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5987', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '91', - 'prev_word_id' => '1019', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1318 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5988', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '92', - 'prev_word_id' => '1040', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1112', - ], - 1319 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5989', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '93', - 'prev_word_id' => '1112', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1032', - ], - 1320 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5990', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1166', - 'placement' => '94', - 'prev_word_id' => '1032', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1321 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5991', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1167', - 'placement' => '95', - 'prev_word_id' => '1011', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1166', - ], - 1322 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5992', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '96', - 'prev_word_id' => '1166', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1167', - ], - 1323 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5993', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '97', - 'prev_word_id' => '1167', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1168', - ], - 1324 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5994', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '98', - 'prev_word_id' => '1168', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1325 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5995', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '99', - 'prev_word_id' => '1164', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1169', - ], - 1326 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5996', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '100', - 'prev_word_id' => '1169', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1327 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5997', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '101', - 'prev_word_id' => '1164', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1170', - ], - 1328 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5998', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '102', - 'prev_word_id' => '1170', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '994', - ], - 1329 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '5999', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '103', - 'prev_word_id' => '994', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1038', - ], - 1330 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6000', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '104', - 'prev_word_id' => '1038', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1051', - ], - 1331 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6001', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '105', - 'prev_word_id' => '1051', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1171', - ], - 1332 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6002', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '106', - 'prev_word_id' => '1171', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '986', - ], - 1333 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6003', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '107', - 'prev_word_id' => '986', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1000', - ], - 1334 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6004', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '108', - 'prev_word_id' => '1000', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1031', - ], - 1335 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6005', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '109', - 'prev_word_id' => '1031', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '997', - ], - 1336 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6006', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '110', - 'prev_word_id' => '997', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1337 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6007', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '111', - 'prev_word_id' => '1116', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1172', - ], - 1338 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6008', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '112', - 'prev_word_id' => '1172', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1002', - ], - 1339 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6009', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1173', - 'placement' => '113', - 'prev_word_id' => '1002', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1000', - ], - 1340 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6010', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '114', - 'prev_word_id' => '1000', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1173', - ], - 1341 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6011', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '115', - 'prev_word_id' => '1173', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1342 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6012', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '116', - 'prev_word_id' => '1164', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1046', - ], - 1343 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6013', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '117', - 'prev_word_id' => '1046', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1102', - ], - 1344 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6014', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1175', - 'placement' => '118', - 'prev_word_id' => '1102', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1174', - ], - 1345 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6015', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1176', - 'placement' => '119', - 'prev_word_id' => '1174', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1175', - ], - 1346 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6016', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1177', - 'placement' => '120', - 'prev_word_id' => '1175', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1176', - ], - 1347 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6017', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1178', - 'placement' => '121', - 'prev_word_id' => '1176', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1177', - ], - 1348 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6018', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1179', - 'placement' => '122', - 'prev_word_id' => '1177', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1178', - ], - 1349 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6019', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1180', - 'placement' => '123', - 'prev_word_id' => '1178', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1179', - ], - 1350 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6020', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1181', - 'placement' => '124', - 'prev_word_id' => '1179', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1180', - ], - 1351 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6021', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1182', - 'placement' => '125', - 'prev_word_id' => '1180', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1181', - ], - 1352 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6022', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1183', - 'placement' => '126', - 'prev_word_id' => '1181', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1182', - ], - 1353 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6023', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1181', - 'placement' => '127', - 'prev_word_id' => '1182', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1183', - ], - 1354 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6024', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1184', - 'placement' => '128', - 'prev_word_id' => '1183', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1181', - ], - 1355 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6025', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1185', - 'placement' => '129', - 'prev_word_id' => '1181', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1184', - ], - 1356 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6026', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '130', - 'prev_word_id' => '1184', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1185', - ], - 1357 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6027', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '131', - 'prev_word_id' => '1185', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '983', - ], - 1358 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6028', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '132', - 'prev_word_id' => '983', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1089', - ], - 1359 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6029', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '133', - 'prev_word_id' => '1089', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1032', - ], - 1360 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6030', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '134', - 'prev_word_id' => '1032', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1171', - ], - 1361 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6031', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '135', - 'prev_word_id' => '1171', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1099', - ], - 1362 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6032', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '136', - 'prev_word_id' => '1099', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1119', - ], - 1363 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6033', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '137', - 'prev_word_id' => '1119', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1117', - ], - 1364 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6034', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '138', - 'prev_word_id' => '1117', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1051', - ], - 1365 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6035', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '139', - 'prev_word_id' => '1051', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1103', - ], - 1366 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6036', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '140', - 'prev_word_id' => '1103', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1099', - ], - 1367 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6037', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '141', - 'prev_word_id' => '1099', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '992', - ], - 1368 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6038', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '142', - 'prev_word_id' => '992', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '993', - ], - 1369 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6039', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '143', - 'prev_word_id' => '993', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1052', - ], - 1370 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6040', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '144', - 'prev_word_id' => '1052', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '985', - ], - 1371 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6041', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '145', - 'prev_word_id' => '985', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1032', - ], - 1372 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6042', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '146', - 'prev_word_id' => '1032', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1010', - ], - 1373 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6043', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '147', - 'prev_word_id' => '1010', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1053', - ], - 1374 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6044', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '148', - 'prev_word_id' => '1053', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '863', - ], - 1375 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6045', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '149', - 'prev_word_id' => '863', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1376 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6046', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '150', - 'prev_word_id' => '1152', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1377 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6047', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1155', - 'placement' => '151', - 'prev_word_id' => '1153', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1154', - ], - 1378 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6048', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '152', - 'prev_word_id' => '1154', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1155', - ], - 1379 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6049', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '153', - 'prev_word_id' => '1155', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1380 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6050', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '154', - 'prev_word_id' => '1040', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1049', - ], - 1381 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6051', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '155', - 'prev_word_id' => '1049', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1157', - ], - 1382 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6052', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '156', - 'prev_word_id' => '1157', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1186', - ], - 1383 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6053', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '157', - 'prev_word_id' => '1186', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1107', - ], - 1384 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6054', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '158', - 'prev_word_id' => '1107', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1115', - ], - 1385 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6055', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '159', - 'prev_word_id' => '1115', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1107', - ], - 1386 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6056', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '160', - 'prev_word_id' => '1107', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1110', - ], - 1387 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6057', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '161', - 'prev_word_id' => '1110', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '992', - ], - 1388 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6058', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '162', - 'prev_word_id' => '992', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '993', - ], - 1389 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6059', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '163', - 'prev_word_id' => '993', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1106', - ], - 1390 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6060', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '164', - 'prev_word_id' => '1106', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1145', - ], - 1391 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6061', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '165', - 'prev_word_id' => '1145', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1020', - ], - 1392 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6062', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '166', - 'prev_word_id' => '1020', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1393 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6063', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '167', - 'prev_word_id' => '1164', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1171', - ], - 1394 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6064', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '168', - 'prev_word_id' => '1171', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1000', - ], - 1395 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6065', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '169', - 'prev_word_id' => '1000', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1105', - ], - 1396 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6066', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '170', - 'prev_word_id' => '1105', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1187', - ], - 1397 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6067', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1139', - 'placement' => '171', - 'prev_word_id' => '1187', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1398 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6068', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '172', - 'prev_word_id' => '1040', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1139', - ], - 1399 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6069', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '173', - 'prev_word_id' => '1139', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1044', - ], - 1400 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6070', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '174', - 'prev_word_id' => '1044', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1013', - ], - 1401 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6071', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '175', - 'prev_word_id' => '1013', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1162', - ], - 1402 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6072', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '176', - 'prev_word_id' => '1162', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1403 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6073', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '177', - 'prev_word_id' => '1001', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1188', - ], - 1404 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6074', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '178', - 'prev_word_id' => '1188', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1157', - ], - 1405 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6075', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '179', - 'prev_word_id' => '1157', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1406 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6076', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '180', - 'prev_word_id' => '1030', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1162', - ], - 1407 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6077', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '181', - 'prev_word_id' => '1162', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1408 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6078', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '182', - 'prev_word_id' => '1136', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1189', - ], - 1409 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6079', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '183', - 'prev_word_id' => '1189', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1135', - ], - 1410 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6080', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '184', - 'prev_word_id' => '1135', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1411 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6081', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '185', - 'prev_word_id' => '1136', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1135', - ], - 1412 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6082', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1190', - 'placement' => '186', - 'prev_word_id' => '1135', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1413 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6083', - 'identifier' => 'publish_date', - 'integer_value' => '1174643880', - 'next_word_id' => '1191', - 'placement' => '187', - 'prev_word_id' => '1136', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1190', - ], - 1414 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '77', - 'frequency' => '0', - 'id' => '6084', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '188', - 'prev_word_id' => '1190', - 'published' => '1311154177', - 'section_id' => '1', - 'word_id' => '1191', - ], - 1415 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6085', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '987', - ], - 1416 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6086', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '1', - 'prev_word_id' => '987', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1118', - ], - 1417 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6087', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '2', - 'prev_word_id' => '1118', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1192', - ], - 1418 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6088', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '3', - 'prev_word_id' => '1192', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1419 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6089', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '4', - 'prev_word_id' => '1039', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '981', - ], - 1420 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6090', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '5', - 'prev_word_id' => '981', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1421 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6091', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '6', - 'prev_word_id' => '1001', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1422 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6092', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '7', - 'prev_word_id' => '1006', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1423 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6093', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '8', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1424 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6094', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '9', - 'prev_word_id' => '1152', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1425 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6095', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1155', - 'placement' => '10', - 'prev_word_id' => '1153', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1154', - ], - 1426 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6096', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '11', - 'prev_word_id' => '1154', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1155', - ], - 1427 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6097', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '12', - 'prev_word_id' => '1155', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1035', - ], - 1428 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6098', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '13', - 'prev_word_id' => '1035', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1429 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6099', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '14', - 'prev_word_id' => '1030', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '998', - ], - 1430 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6100', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '15', - 'prev_word_id' => '998', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1047', - ], - 1431 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6101', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '16', - 'prev_word_id' => '1047', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1032', - ], - 1432 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6102', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '17', - 'prev_word_id' => '1032', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1193', - ], - 1433 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6103', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '18', - 'prev_word_id' => '1193', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1043', - ], - 1434 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6104', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '19', - 'prev_word_id' => '1043', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1435 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6105', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '20', - 'prev_word_id' => '1030', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1436 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6106', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '21', - 'prev_word_id' => '1116', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '992', - ], - 1437 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6107', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '22', - 'prev_word_id' => '992', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '993', - ], - 1438 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6108', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '23', - 'prev_word_id' => '993', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1003', - ], - 1439 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6109', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '24', - 'prev_word_id' => '1003', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '995', - ], - 1440 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6110', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '25', - 'prev_word_id' => '995', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1027', - ], - 1441 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6111', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '26', - 'prev_word_id' => '1027', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1163', - ], - 1442 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6112', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '27', - 'prev_word_id' => '1163', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1443 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6113', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '28', - 'prev_word_id' => '1006', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1114', - ], - 1444 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6114', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '29', - 'prev_word_id' => '1114', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1445 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6115', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '30', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1194', - ], - 1446 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6116', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '31', - 'prev_word_id' => '1194', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1108', - ], - 1447 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6117', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '32', - 'prev_word_id' => '1108', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1034', - ], - 1448 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6118', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '33', - 'prev_word_id' => '1034', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1158', - ], - 1449 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6119', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '34', - 'prev_word_id' => '1158', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1195', - ], - 1450 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6120', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '35', - 'prev_word_id' => '1195', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1451 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6121', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '36', - 'prev_word_id' => '1011', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1452 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6122', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '37', - 'prev_word_id' => '1116', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '995', - ], - 1453 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6123', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '38', - 'prev_word_id' => '995', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '985', - ], - 1454 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6124', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '39', - 'prev_word_id' => '985', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '810', - ], - 1455 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6125', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '40', - 'prev_word_id' => '810', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1168', - ], - 1456 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6126', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '41', - 'prev_word_id' => '1168', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1047', - ], - 1457 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6127', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '42', - 'prev_word_id' => '1047', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1119', - ], - 1458 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6128', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '43', - 'prev_word_id' => '1119', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1143', - ], - 1459 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6129', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '44', - 'prev_word_id' => '1143', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1460 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6130', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '45', - 'prev_word_id' => '1011', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '984', - ], - 1461 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6131', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '46', - 'prev_word_id' => '984', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1169', - ], - 1462 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6132', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '47', - 'prev_word_id' => '1169', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1000', - ], - 1463 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6133', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '48', - 'prev_word_id' => '1000', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1051', - ], - 1464 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6134', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '49', - 'prev_word_id' => '1051', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '982', - ], - 1465 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6135', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '50', - 'prev_word_id' => '982', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1012', - ], - 1466 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6136', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '51', - 'prev_word_id' => '1012', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1467 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6137', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '52', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1146', - ], - 1468 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6138', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '53', - 'prev_word_id' => '1146', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1113', - ], - 1469 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6139', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '54', - 'prev_word_id' => '1113', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1470 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6140', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '55', - 'prev_word_id' => '1164', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1171', - ], - 1471 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6141', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '56', - 'prev_word_id' => '1171', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1012', - ], - 1472 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6142', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '57', - 'prev_word_id' => '1012', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1137', - ], - 1473 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6143', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '58', - 'prev_word_id' => '1137', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1018', - ], - 1474 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6144', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '59', - 'prev_word_id' => '1018', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1014', - ], - 1475 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6145', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '60', - 'prev_word_id' => '1014', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1188', - ], - 1476 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6146', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '61', - 'prev_word_id' => '1188', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1193', - ], - 1477 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6147', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '62', - 'prev_word_id' => '1193', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1163', - ], - 1478 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6148', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '63', - 'prev_word_id' => '1163', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1015', - ], - 1479 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6149', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '64', - 'prev_word_id' => '1015', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1193', - ], - 1480 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6150', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1148', - 'placement' => '65', - 'prev_word_id' => '1193', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1020', - ], - 1481 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6151', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '66', - 'prev_word_id' => '1020', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1148', - ], - 1482 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6152', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '67', - 'prev_word_id' => '1148', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1015', - ], - 1483 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6153', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '68', - 'prev_word_id' => '1015', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1168', - ], - 1484 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6154', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '69', - 'prev_word_id' => '1168', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1485 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6155', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '70', - 'prev_word_id' => '1164', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1486 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6156', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '71', - 'prev_word_id' => '1116', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1113', - ], - 1487 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6157', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '72', - 'prev_word_id' => '1113', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1488 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6158', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '73', - 'prev_word_id' => '1001', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1053', - ], - 1489 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6159', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '74', - 'prev_word_id' => '1053', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1051', - ], - 1490 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6160', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '75', - 'prev_word_id' => '1051', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1012', - ], - 1491 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6161', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '76', - 'prev_word_id' => '1012', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1492 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6162', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '77', - 'prev_word_id' => '1001', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1493 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6163', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '78', - 'prev_word_id' => '1164', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1494 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6164', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '79', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1495 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6165', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '80', - 'prev_word_id' => '1152', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1496 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6166', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1155', - 'placement' => '81', - 'prev_word_id' => '1153', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1154', - ], - 1497 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6167', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '82', - 'prev_word_id' => '1154', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1155', - ], - 1498 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6168', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '83', - 'prev_word_id' => '1155', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1014', - ], - 1499 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6169', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '84', - 'prev_word_id' => '1014', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1193', - ], - 1500 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6170', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1097', - 'placement' => '85', - 'prev_word_id' => '1193', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1142', - ], - 1501 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6171', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '86', - 'prev_word_id' => '1142', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1097', - ], - 1502 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6172', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1139', - 'placement' => '87', - 'prev_word_id' => '1097', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1188', - ], - 1503 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6173', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '88', - 'prev_word_id' => '1188', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1139', - ], - 1504 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6174', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '89', - 'prev_word_id' => '1139', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '992', - ], - 1505 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6175', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '90', - 'prev_word_id' => '992', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '993', - ], - 1506 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6176', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '91', - 'prev_word_id' => '993', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1196', - ], - 1507 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6177', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '92', - 'prev_word_id' => '1196', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '810', - ], - 1508 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6178', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '93', - 'prev_word_id' => '810', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1509 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6179', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '94', - 'prev_word_id' => '1040', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1163', - ], - 1510 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6180', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '95', - 'prev_word_id' => '1163', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1511 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6181', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '96', - 'prev_word_id' => '1006', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1036', - ], - 1512 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6182', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '97', - 'prev_word_id' => '1036', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1197', - ], - 1513 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6183', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '98', - 'prev_word_id' => '1197', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1115', - ], - 1514 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6184', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '99', - 'prev_word_id' => '1115', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1515 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6185', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '100', - 'prev_word_id' => '1116', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1089', - ], - 1516 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6186', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '101', - 'prev_word_id' => '1089', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '982', - ], - 1517 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6187', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '102', - 'prev_word_id' => '982', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1188', - ], - 1518 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6188', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '103', - 'prev_word_id' => '1188', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1002', - ], - 1519 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6189', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1148', - 'placement' => '104', - 'prev_word_id' => '1002', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1520 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6190', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '105', - 'prev_word_id' => '1001', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1148', - ], - 1521 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6191', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '106', - 'prev_word_id' => '1148', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1198', - ], - 1522 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6192', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '107', - 'prev_word_id' => '1198', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1149', - ], - 1523 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6193', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '108', - 'prev_word_id' => '1149', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '983', - ], - 1524 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6194', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '109', - 'prev_word_id' => '983', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1525 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6195', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '110', - 'prev_word_id' => '1040', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1049', - ], - 1526 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6196', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '111', - 'prev_word_id' => '1049', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1017', - ], - 1527 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6197', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '112', - 'prev_word_id' => '1017', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1189', - ], - 1528 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6198', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '113', - 'prev_word_id' => '1189', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1046', - ], - 1529 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6199', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1199', - 'placement' => '114', - 'prev_word_id' => '1046', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1013', - ], - 1530 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6200', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '115', - 'prev_word_id' => '1013', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1199', - ], - 1531 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6201', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '116', - 'prev_word_id' => '1199', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1013', - ], - 1532 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6202', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '117', - 'prev_word_id' => '1013', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1036', - ], - 1533 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6203', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '118', - 'prev_word_id' => '1036', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '987', - ], - 1534 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6204', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '119', - 'prev_word_id' => '987', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1118', - ], - 1535 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6205', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '120', - 'prev_word_id' => '1118', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1192', - ], - 1536 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6206', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '121', - 'prev_word_id' => '1192', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1537 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6207', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '122', - 'prev_word_id' => '1039', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '981', - ], - 1538 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6208', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '123', - 'prev_word_id' => '981', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1539 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6209', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '124', - 'prev_word_id' => '1001', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1540 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6210', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '125', - 'prev_word_id' => '1006', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1541 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6211', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '126', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1542 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6212', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '127', - 'prev_word_id' => '1152', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1543 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6213', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1155', - 'placement' => '128', - 'prev_word_id' => '1153', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1154', - ], - 1544 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6214', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '129', - 'prev_word_id' => '1154', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1155', - ], - 1545 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6215', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '130', - 'prev_word_id' => '1155', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1035', - ], - 1546 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6216', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '131', - 'prev_word_id' => '1035', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1547 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6217', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '132', - 'prev_word_id' => '1030', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '998', - ], - 1548 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6218', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '133', - 'prev_word_id' => '998', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1047', - ], - 1549 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6219', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '134', - 'prev_word_id' => '1047', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1032', - ], - 1550 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6220', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '135', - 'prev_word_id' => '1032', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1193', - ], - 1551 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6221', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '136', - 'prev_word_id' => '1193', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1043', - ], - 1552 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6222', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '137', - 'prev_word_id' => '1043', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1553 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6223', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '138', - 'prev_word_id' => '1030', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1554 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6224', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '139', - 'prev_word_id' => '1116', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '992', - ], - 1555 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6225', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '140', - 'prev_word_id' => '992', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '993', - ], - 1556 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6226', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '141', - 'prev_word_id' => '993', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1003', - ], - 1557 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6227', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '142', - 'prev_word_id' => '1003', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '995', - ], - 1558 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6228', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '143', - 'prev_word_id' => '995', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1027', - ], - 1559 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6229', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '144', - 'prev_word_id' => '1027', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1163', - ], - 1560 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6230', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '145', - 'prev_word_id' => '1163', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1561 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6231', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '146', - 'prev_word_id' => '1006', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1114', - ], - 1562 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6232', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '147', - 'prev_word_id' => '1114', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1563 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6233', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '148', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1194', - ], - 1564 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6234', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '149', - 'prev_word_id' => '1194', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1108', - ], - 1565 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6235', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '150', - 'prev_word_id' => '1108', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1034', - ], - 1566 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6236', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '151', - 'prev_word_id' => '1034', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1158', - ], - 1567 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6237', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '152', - 'prev_word_id' => '1158', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1195', - ], - 1568 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6238', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '153', - 'prev_word_id' => '1195', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1569 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6239', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '154', - 'prev_word_id' => '1011', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1570 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6240', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '155', - 'prev_word_id' => '1116', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '995', - ], - 1571 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6241', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '156', - 'prev_word_id' => '995', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '985', - ], - 1572 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6242', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '157', - 'prev_word_id' => '985', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '810', - ], - 1573 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6243', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '158', - 'prev_word_id' => '810', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1168', - ], - 1574 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6244', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '159', - 'prev_word_id' => '1168', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1135', - ], - 1575 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6245', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '160', - 'prev_word_id' => '1135', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1156', - ], - 1576 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6246', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '161', - 'prev_word_id' => '1156', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1099', - ], - 1577 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6247', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '162', - 'prev_word_id' => '1099', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '981', - ], - 1578 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6248', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '163', - 'prev_word_id' => '981', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1579 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6249', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '164', - 'prev_word_id' => '1001', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '981', - ], - 1580 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6250', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1200', - 'placement' => '165', - 'prev_word_id' => '981', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1581 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6251', - 'identifier' => 'publish_date', - 'integer_value' => '1174644060', - 'next_word_id' => '1191', - 'placement' => '166', - 'prev_word_id' => '1001', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1200', - ], - 1582 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '78', - 'frequency' => '0', - 'id' => '6252', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '167', - 'prev_word_id' => '1200', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1191', - ], - 1583 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6253', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1584 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6254', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '1', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1585 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6255', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '2', - 'prev_word_id' => '1152', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1586 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6256', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '3', - 'prev_word_id' => '1153', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1154', - ], - 1587 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6257', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '4', - 'prev_word_id' => '1154', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1145', - ], - 1588 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6258', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '5', - 'prev_word_id' => '1145', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1146', - ], - 1589 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6259', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '6', - 'prev_word_id' => '1146', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1590 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6260', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1148', - 'placement' => '7', - 'prev_word_id' => '1040', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1147', - ], - 1591 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6261', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '8', - 'prev_word_id' => '1147', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1148', - ], - 1592 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6262', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '9', - 'prev_word_id' => '1148', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1149', - ], - 1593 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6263', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1150', - 'placement' => '10', - 'prev_word_id' => '1149', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1594 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6264', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '11', - 'prev_word_id' => '1040', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1150', - ], - 1595 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6265', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1151', - 'placement' => '12', - 'prev_word_id' => '1150', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1137', - ], - 1596 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6266', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '13', - 'prev_word_id' => '1137', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1151', - ], - 1597 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6267', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '14', - 'prev_word_id' => '1151', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1598 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6268', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '15', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1599 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6269', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '16', - 'prev_word_id' => '1152', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1600 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6270', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1155', - 'placement' => '17', - 'prev_word_id' => '1153', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1154', - ], - 1601 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6271', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '18', - 'prev_word_id' => '1154', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1155', - ], - 1602 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6272', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '19', - 'prev_word_id' => '1155', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '997', - ], - 1603 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6273', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '20', - 'prev_word_id' => '997', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1156', - ], - 1604 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6274', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '21', - 'prev_word_id' => '1156', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1142', - ], - 1605 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6275', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '22', - 'prev_word_id' => '1142', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '992', - ], - 1606 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6276', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '23', - 'prev_word_id' => '992', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '993', - ], - 1607 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6277', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '24', - 'prev_word_id' => '993', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '988', - ], - 1608 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6278', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '25', - 'prev_word_id' => '988', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1014', - ], - 1609 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6279', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '26', - 'prev_word_id' => '1014', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1157', - ], - 1610 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6280', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '27', - 'prev_word_id' => '1157', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1047', - ], - 1611 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6281', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '28', - 'prev_word_id' => '1047', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1119', - ], - 1612 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6282', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '29', - 'prev_word_id' => '1119', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1143', - ], - 1613 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6283', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '30', - 'prev_word_id' => '1143', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1614 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6284', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '31', - 'prev_word_id' => '1011', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '984', - ], - 1615 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6285', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '32', - 'prev_word_id' => '984', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1169', - ], - 1616 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6286', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '33', - 'prev_word_id' => '1169', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1000', - ], - 1617 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6287', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '34', - 'prev_word_id' => '1000', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1051', - ], - 1618 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6288', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '35', - 'prev_word_id' => '1051', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '982', - ], - 1619 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6289', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '36', - 'prev_word_id' => '982', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1012', - ], - 1620 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6290', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '37', - 'prev_word_id' => '1012', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1621 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6291', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '38', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1146', - ], - 1622 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6292', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '39', - 'prev_word_id' => '1146', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1113', - ], - 1623 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6293', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '40', - 'prev_word_id' => '1113', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1624 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6294', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '41', - 'prev_word_id' => '1164', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1171', - ], - 1625 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6295', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '42', - 'prev_word_id' => '1171', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1012', - ], - 1626 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6296', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '43', - 'prev_word_id' => '1012', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1137', - ], - 1627 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6297', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '44', - 'prev_word_id' => '1137', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1018', - ], - 1628 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6298', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '45', - 'prev_word_id' => '1018', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1014', - ], - 1629 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6299', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '46', - 'prev_word_id' => '1014', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1188', - ], - 1630 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6300', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '47', - 'prev_word_id' => '1188', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1193', - ], - 1631 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6301', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '48', - 'prev_word_id' => '1193', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1163', - ], - 1632 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6302', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '49', - 'prev_word_id' => '1163', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1015', - ], - 1633 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6303', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '50', - 'prev_word_id' => '1015', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1193', - ], - 1634 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6304', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1148', - 'placement' => '51', - 'prev_word_id' => '1193', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1020', - ], - 1635 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6305', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '52', - 'prev_word_id' => '1020', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1148', - ], - 1636 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6306', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '53', - 'prev_word_id' => '1148', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1015', - ], - 1637 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6307', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '54', - 'prev_word_id' => '1015', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1168', - ], - 1638 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6308', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '55', - 'prev_word_id' => '1168', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1639 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6309', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '56', - 'prev_word_id' => '1164', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1640 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6310', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '57', - 'prev_word_id' => '1116', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1113', - ], - 1641 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6311', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '58', - 'prev_word_id' => '1113', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1642 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6312', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '59', - 'prev_word_id' => '1001', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1053', - ], - 1643 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6313', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '60', - 'prev_word_id' => '1053', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1051', - ], - 1644 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6314', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '61', - 'prev_word_id' => '1051', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1012', - ], - 1645 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6315', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '62', - 'prev_word_id' => '1012', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1646 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6316', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '63', - 'prev_word_id' => '1001', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1647 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6317', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '64', - 'prev_word_id' => '1164', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1648 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6318', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '65', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1649 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6319', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '66', - 'prev_word_id' => '1152', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1650 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6320', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1155', - 'placement' => '67', - 'prev_word_id' => '1153', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1154', - ], - 1651 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6321', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '68', - 'prev_word_id' => '1154', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1155', - ], - 1652 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6322', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '69', - 'prev_word_id' => '1155', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1014', - ], - 1653 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6323', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '70', - 'prev_word_id' => '1014', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1193', - ], - 1654 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6324', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1097', - 'placement' => '71', - 'prev_word_id' => '1193', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1142', - ], - 1655 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6325', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '72', - 'prev_word_id' => '1142', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1097', - ], - 1656 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6326', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1139', - 'placement' => '73', - 'prev_word_id' => '1097', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1188', - ], - 1657 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6327', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '74', - 'prev_word_id' => '1188', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1139', - ], - 1658 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6328', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '75', - 'prev_word_id' => '1139', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '992', - ], - 1659 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6329', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '76', - 'prev_word_id' => '992', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '993', - ], - 1660 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6330', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '77', - 'prev_word_id' => '993', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1196', - ], - 1661 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6331', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '78', - 'prev_word_id' => '1196', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '810', - ], - 1662 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6332', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '79', - 'prev_word_id' => '810', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1663 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6333', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '80', - 'prev_word_id' => '1040', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1163', - ], - 1664 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6334', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '81', - 'prev_word_id' => '1163', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1665 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6335', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '82', - 'prev_word_id' => '1006', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1036', - ], - 1666 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6336', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '83', - 'prev_word_id' => '1036', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1197', - ], - 1667 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6337', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '84', - 'prev_word_id' => '1197', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1115', - ], - 1668 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6338', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '85', - 'prev_word_id' => '1115', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1669 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6339', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '86', - 'prev_word_id' => '1116', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1089', - ], - 1670 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6340', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '87', - 'prev_word_id' => '1089', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '982', - ], - 1671 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6341', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '88', - 'prev_word_id' => '982', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1188', - ], - 1672 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6342', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '89', - 'prev_word_id' => '1188', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1002', - ], - 1673 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6343', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1148', - 'placement' => '90', - 'prev_word_id' => '1002', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1674 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6344', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '91', - 'prev_word_id' => '1001', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1148', - ], - 1675 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6345', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '92', - 'prev_word_id' => '1148', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1198', - ], - 1676 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6346', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '93', - 'prev_word_id' => '1198', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1149', - ], - 1677 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6347', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '94', - 'prev_word_id' => '1149', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '983', - ], - 1678 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6348', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '95', - 'prev_word_id' => '983', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1679 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6349', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '96', - 'prev_word_id' => '1040', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1049', - ], - 1680 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6350', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '97', - 'prev_word_id' => '1049', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1017', - ], - 1681 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6351', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '98', - 'prev_word_id' => '1017', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1189', - ], - 1682 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6352', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '99', - 'prev_word_id' => '1189', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1046', - ], - 1683 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6353', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1199', - 'placement' => '100', - 'prev_word_id' => '1046', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1013', - ], - 1684 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6354', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '101', - 'prev_word_id' => '1013', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1199', - ], - 1685 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6355', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '102', - 'prev_word_id' => '1199', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1013', - ], - 1686 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6356', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '103', - 'prev_word_id' => '1013', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1036', - ], - 1687 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6357', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '104', - 'prev_word_id' => '1036', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '987', - ], - 1688 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6358', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '105', - 'prev_word_id' => '987', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1118', - ], - 1689 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6359', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '106', - 'prev_word_id' => '1118', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1192', - ], - 1690 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6360', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '107', - 'prev_word_id' => '1192', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1691 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6361', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '108', - 'prev_word_id' => '1039', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '981', - ], - 1692 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6362', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '109', - 'prev_word_id' => '981', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1693 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6363', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '110', - 'prev_word_id' => '1001', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1694 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6364', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '111', - 'prev_word_id' => '1006', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1695 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6365', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '112', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1696 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6366', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '113', - 'prev_word_id' => '1152', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1697 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6367', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1155', - 'placement' => '114', - 'prev_word_id' => '1153', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1154', - ], - 1698 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6368', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '115', - 'prev_word_id' => '1154', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1155', - ], - 1699 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6369', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '116', - 'prev_word_id' => '1155', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1035', - ], - 1700 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6370', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '117', - 'prev_word_id' => '1035', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1701 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6371', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '118', - 'prev_word_id' => '1030', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '998', - ], - 1702 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6372', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '119', - 'prev_word_id' => '998', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1047', - ], - 1703 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6373', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '120', - 'prev_word_id' => '1047', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1032', - ], - 1704 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6374', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '121', - 'prev_word_id' => '1032', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1193', - ], - 1705 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6375', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '122', - 'prev_word_id' => '1193', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1043', - ], - 1706 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6376', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '123', - 'prev_word_id' => '1043', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1707 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6377', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '124', - 'prev_word_id' => '1030', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1708 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6378', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '125', - 'prev_word_id' => '1116', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '992', - ], - 1709 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6379', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '126', - 'prev_word_id' => '992', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '993', - ], - 1710 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6380', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '127', - 'prev_word_id' => '993', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1003', - ], - 1711 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6381', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '128', - 'prev_word_id' => '1003', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '995', - ], - 1712 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6382', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '129', - 'prev_word_id' => '995', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1027', - ], - 1713 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6383', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '130', - 'prev_word_id' => '1027', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1163', - ], - 1714 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6384', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '131', - 'prev_word_id' => '1163', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1715 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6385', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '132', - 'prev_word_id' => '1006', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1114', - ], - 1716 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6386', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '133', - 'prev_word_id' => '1114', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1717 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6387', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '134', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1194', - ], - 1718 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6388', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '135', - 'prev_word_id' => '1194', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1108', - ], - 1719 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6389', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '136', - 'prev_word_id' => '1108', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1034', - ], - 1720 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6390', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '137', - 'prev_word_id' => '1034', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1158', - ], - 1721 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6391', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '138', - 'prev_word_id' => '1158', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1195', - ], - 1722 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6392', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '139', - 'prev_word_id' => '1195', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1723 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6393', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '140', - 'prev_word_id' => '1011', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1724 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6394', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '141', - 'prev_word_id' => '1116', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '995', - ], - 1725 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6395', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '142', - 'prev_word_id' => '995', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '985', - ], - 1726 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6396', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '143', - 'prev_word_id' => '985', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '810', - ], - 1727 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6397', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '144', - 'prev_word_id' => '810', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1168', - ], - 1728 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6398', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '145', - 'prev_word_id' => '1168', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1135', - ], - 1729 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6399', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '146', - 'prev_word_id' => '1135', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1156', - ], - 1730 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6400', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '147', - 'prev_word_id' => '1156', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1099', - ], - 1731 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6401', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '148', - 'prev_word_id' => '1099', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1732 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6402', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '149', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1733 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6403', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '150', - 'prev_word_id' => '1152', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1734 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6404', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '151', - 'prev_word_id' => '1153', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '863', - ], - 1735 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6405', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '152', - 'prev_word_id' => '863', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1736 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6406', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1201', - 'placement' => '153', - 'prev_word_id' => '1152', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1737 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6407', - 'identifier' => 'publish_date', - 'integer_value' => '1174643640', - 'next_word_id' => '1191', - 'placement' => '154', - 'prev_word_id' => '1153', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1201', - ], - 1738 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '79', - 'frequency' => '0', - 'id' => '6408', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '155', - 'prev_word_id' => '1201', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '1191', - ], - 1739 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '80', - 'frequency' => '0', - 'id' => '6409', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '830', - ], - 1740 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '80', - 'frequency' => '0', - 'id' => '6410', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '830', - 'published' => '1311154178', - 'section_id' => '1', - 'word_id' => '831', - ], - 1741 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6411', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1135', - ], - 1742 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6412', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '1', - 'prev_word_id' => '1135', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1743 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6413', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '2', - 'prev_word_id' => '1136', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1744 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6414', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '3', - 'prev_word_id' => '1136', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '986', - ], - 1745 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6415', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '4', - 'prev_word_id' => '986', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1746 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6416', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '5', - 'prev_word_id' => '1040', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1041', - ], - 1747 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6417', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '6', - 'prev_word_id' => '1041', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1137', - ], - 1748 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6418', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '7', - 'prev_word_id' => '1137', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1749 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6419', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '8', - 'prev_word_id' => '1011', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1109', - ], - 1750 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6420', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '9', - 'prev_word_id' => '1109', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '863', - ], - 1751 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6421', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1138', - 'placement' => '10', - 'prev_word_id' => '863', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1000', - ], - 1752 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6422', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '11', - 'prev_word_id' => '1000', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1138', - ], - 1753 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6423', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '12', - 'prev_word_id' => '1138', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1112', - ], - 1754 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6424', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '13', - 'prev_word_id' => '1112', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1135', - ], - 1755 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6425', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '14', - 'prev_word_id' => '1135', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1756 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6426', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '15', - 'prev_word_id' => '1136', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1136', - ], - 1757 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6427', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '16', - 'prev_word_id' => '1136', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '986', - ], - 1758 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6428', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '17', - 'prev_word_id' => '986', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1108', - ], - 1759 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6429', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '18', - 'prev_word_id' => '1108', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1107', - ], - 1760 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6430', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '19', - 'prev_word_id' => '1107', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1761 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6431', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '20', - 'prev_word_id' => '1006', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1762 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6432', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '21', - 'prev_word_id' => '1001', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1119', - ], - 1763 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6433', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '22', - 'prev_word_id' => '1119', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1007', - ], - 1764 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6434', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '23', - 'prev_word_id' => '1007', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '992', - ], - 1765 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6435', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1139', - 'placement' => '24', - 'prev_word_id' => '992', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '993', - ], - 1766 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6436', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '25', - 'prev_word_id' => '993', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1139', - ], - 1767 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6437', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '26', - 'prev_word_id' => '1139', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1140', - ], - 1768 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6438', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '27', - 'prev_word_id' => '1140', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1141', - ], - 1769 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6439', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '28', - 'prev_word_id' => '1141', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1142', - ], - 1770 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6440', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '29', - 'prev_word_id' => '1142', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '994', - ], - 1771 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6441', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '30', - 'prev_word_id' => '994', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1143', - ], - 1772 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6442', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '31', - 'prev_word_id' => '1143', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1089', - ], - 1773 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6443', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '32', - 'prev_word_id' => '1089', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1144', - ], - 1774 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6444', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '33', - 'prev_word_id' => '1144', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1775 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6445', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '34', - 'prev_word_id' => '1039', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '999', - ], - 1776 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6446', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '35', - 'prev_word_id' => '999', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1777 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6447', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '36', - 'prev_word_id' => '1011', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '996', - ], - 1778 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6448', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '37', - 'prev_word_id' => '996', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1172', - ], - 1779 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6449', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '38', - 'prev_word_id' => '1172', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1188', - ], - 1780 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6450', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '39', - 'prev_word_id' => '1188', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '999', - ], - 1781 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6451', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1138', - 'placement' => '40', - 'prev_word_id' => '999', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1202', - ], - 1782 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6452', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '41', - 'prev_word_id' => '1202', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1138', - ], - 1783 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6453', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '42', - 'prev_word_id' => '1138', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1784 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6454', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '43', - 'prev_word_id' => '1039', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '810', - ], - 1785 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6455', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '44', - 'prev_word_id' => '810', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1119', - ], - 1786 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6456', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '45', - 'prev_word_id' => '1119', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1033', - ], - 1787 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6457', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '46', - 'prev_word_id' => '1033', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1012', - ], - 1788 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6458', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1173', - 'placement' => '47', - 'prev_word_id' => '1012', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1142', - ], - 1789 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6459', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '48', - 'prev_word_id' => '1142', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1173', - ], - 1790 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6460', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '49', - 'prev_word_id' => '1173', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1012', - ], - 1791 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6461', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '50', - 'prev_word_id' => '1012', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '825', - ], - 1792 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6462', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '51', - 'prev_word_id' => '825', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1003', - ], - 1793 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6463', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '52', - 'prev_word_id' => '1003', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '996', - ], - 1794 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6464', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '53', - 'prev_word_id' => '996', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1149', - ], - 1795 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6465', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '54', - 'prev_word_id' => '1149', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '984', - ], - 1796 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6466', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '55', - 'prev_word_id' => '984', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1797 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6467', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '56', - 'prev_word_id' => '1039', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1798 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6468', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '57', - 'prev_word_id' => '1001', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '986', - ], - 1799 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6469', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '58', - 'prev_word_id' => '986', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1034', - ], - 1800 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6470', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '59', - 'prev_word_id' => '1034', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1037', - ], - 1801 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6471', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '60', - 'prev_word_id' => '1037', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '992', - ], - 1802 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6472', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '61', - 'prev_word_id' => '992', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '993', - ], - 1803 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6473', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '62', - 'prev_word_id' => '993', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1026', - ], - 1804 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6474', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '63', - 'prev_word_id' => '1026', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '810', - ], - 1805 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6475', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '64', - 'prev_word_id' => '810', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1052', - ], - 1806 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6476', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '65', - 'prev_word_id' => '1052', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1046', - ], - 1807 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6477', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '66', - 'prev_word_id' => '1046', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1194', - ], - 1808 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6478', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '67', - 'prev_word_id' => '1194', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1026', - ], - 1809 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6479', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '68', - 'prev_word_id' => '1026', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1203', - ], - 1810 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6480', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1204', - 'placement' => '69', - 'prev_word_id' => '1203', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1811 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6481', - 'identifier' => 'publish_date', - 'integer_value' => '1174645140', - 'next_word_id' => '1191', - 'placement' => '70', - 'prev_word_id' => '1039', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1204', - ], - 1812 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '81', - 'frequency' => '0', - 'id' => '6482', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '71', - 'prev_word_id' => '1204', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1191', - ], - 1813 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6483', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1175', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1174', - ], - 1814 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6484', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1176', - 'placement' => '1', - 'prev_word_id' => '1174', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1175', - ], - 1815 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6485', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1177', - 'placement' => '2', - 'prev_word_id' => '1175', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1176', - ], - 1816 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6486', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '3', - 'prev_word_id' => '1176', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1177', - ], - 1817 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6487', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '4', - 'prev_word_id' => '1177', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '997', - ], - 1818 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6488', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '5', - 'prev_word_id' => '997', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1116', - ], - 1819 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6489', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '6', - 'prev_word_id' => '1116', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1172', - ], - 1820 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6490', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '7', - 'prev_word_id' => '1172', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1002', - ], - 1821 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6491', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1173', - 'placement' => '8', - 'prev_word_id' => '1002', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1000', - ], - 1822 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6492', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '9', - 'prev_word_id' => '1000', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1173', - ], - 1823 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6493', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '10', - 'prev_word_id' => '1173', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1164', - ], - 1824 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6494', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '11', - 'prev_word_id' => '1164', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1046', - ], - 1825 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6495', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '12', - 'prev_word_id' => '1046', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1102', - ], - 1826 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6496', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1175', - 'placement' => '13', - 'prev_word_id' => '1102', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1174', - ], - 1827 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6497', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1176', - 'placement' => '14', - 'prev_word_id' => '1174', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1175', - ], - 1828 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6498', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1177', - 'placement' => '15', - 'prev_word_id' => '1175', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1176', - ], - 1829 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6499', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1178', - 'placement' => '16', - 'prev_word_id' => '1176', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1177', - ], - 1830 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6500', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1179', - 'placement' => '17', - 'prev_word_id' => '1177', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1178', - ], - 1831 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6501', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1180', - 'placement' => '18', - 'prev_word_id' => '1178', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1179', - ], - 1832 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6502', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1181', - 'placement' => '19', - 'prev_word_id' => '1179', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1180', - ], - 1833 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6503', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1182', - 'placement' => '20', - 'prev_word_id' => '1180', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1181', - ], - 1834 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6504', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1183', - 'placement' => '21', - 'prev_word_id' => '1181', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1182', - ], - 1835 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6505', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1181', - 'placement' => '22', - 'prev_word_id' => '1182', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1183', - ], - 1836 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6506', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1184', - 'placement' => '23', - 'prev_word_id' => '1183', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1181', - ], - 1837 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6507', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1185', - 'placement' => '24', - 'prev_word_id' => '1181', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1184', - ], - 1838 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6508', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '25', - 'prev_word_id' => '1184', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1185', - ], - 1839 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6509', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '26', - 'prev_word_id' => '1185', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '983', - ], - 1840 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6510', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '27', - 'prev_word_id' => '983', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1089', - ], - 1841 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6511', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '28', - 'prev_word_id' => '1089', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1032', - ], - 1842 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6512', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '29', - 'prev_word_id' => '1032', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1171', - ], - 1843 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6513', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '30', - 'prev_word_id' => '1171', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1099', - ], - 1844 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6514', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '31', - 'prev_word_id' => '1099', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1119', - ], - 1845 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6515', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '32', - 'prev_word_id' => '1119', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1117', - ], - 1846 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6516', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '33', - 'prev_word_id' => '1117', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1051', - ], - 1847 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6517', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '34', - 'prev_word_id' => '1051', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1103', - ], - 1848 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6518', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '35', - 'prev_word_id' => '1103', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1099', - ], - 1849 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6519', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '36', - 'prev_word_id' => '1099', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '992', - ], - 1850 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6520', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '37', - 'prev_word_id' => '992', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '993', - ], - 1851 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6521', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '38', - 'prev_word_id' => '993', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1052', - ], - 1852 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6522', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '39', - 'prev_word_id' => '1052', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '985', - ], - 1853 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6523', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '40', - 'prev_word_id' => '985', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1032', - ], - 1854 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6524', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '41', - 'prev_word_id' => '1032', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1010', - ], - 1855 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6525', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '42', - 'prev_word_id' => '1010', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1053', - ], - 1856 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6526', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '43', - 'prev_word_id' => '1053', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '863', - ], - 1857 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6527', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '44', - 'prev_word_id' => '863', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1152', - ], - 1858 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6528', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '45', - 'prev_word_id' => '1152', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1153', - ], - 1859 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6529', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1155', - 'placement' => '46', - 'prev_word_id' => '1153', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1154', - ], - 1860 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6530', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1205', - 'placement' => '47', - 'prev_word_id' => '1154', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1155', - ], - 1861 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6531', - 'identifier' => 'publish_date', - 'integer_value' => '1174645260', - 'next_word_id' => '1191', - 'placement' => '48', - 'prev_word_id' => '1155', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1205', - ], - 1862 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '82', - 'frequency' => '0', - 'id' => '6532', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '49', - 'prev_word_id' => '1205', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1191', - ], - 1863 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6533', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1044', - ], - 1864 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6534', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '1', - 'prev_word_id' => '1044', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '994', - ], - 1865 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6535', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '2', - 'prev_word_id' => '994', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '988', - ], - 1866 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6536', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '3', - 'prev_word_id' => '988', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1044', - ], - 1867 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6537', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '4', - 'prev_word_id' => '1044', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '994', - ], - 1868 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6538', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '5', - 'prev_word_id' => '994', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '988', - ], - 1869 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6539', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '6', - 'prev_word_id' => '988', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '863', - ], - 1870 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6540', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '7', - 'prev_word_id' => '863', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '998', - ], - 1871 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6541', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '8', - 'prev_word_id' => '998', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '997', - ], - 1872 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6542', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '9', - 'prev_word_id' => '997', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1108', - ], - 1873 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6543', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '10', - 'prev_word_id' => '1108', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1874 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6544', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '11', - 'prev_word_id' => '1011', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1198', - ], - 1875 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6545', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '12', - 'prev_word_id' => '1198', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1113', - ], - 1876 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6546', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '13', - 'prev_word_id' => '1113', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '983', - ], - 1877 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6547', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '14', - 'prev_word_id' => '983', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1089', - ], - 1878 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6548', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1206', - 'placement' => '15', - 'prev_word_id' => '1089', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '988', - ], - 1879 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6549', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '16', - 'prev_word_id' => '988', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1206', - ], - 1880 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6550', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '17', - 'prev_word_id' => '1206', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1158', - ], - 1881 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6551', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1207', - 'placement' => '18', - 'prev_word_id' => '1158', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1117', - ], - 1882 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6552', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1159', - 'placement' => '19', - 'prev_word_id' => '1117', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1207', - ], - 1883 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6553', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '20', - 'prev_word_id' => '1207', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1159', - ], - 1884 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6554', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '21', - 'prev_word_id' => '1159', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1038', - ], - 1885 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6555', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '22', - 'prev_word_id' => '1038', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1172', - ], - 1886 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6556', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '23', - 'prev_word_id' => '1172', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1089', - ], - 1887 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6557', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '24', - 'prev_word_id' => '1089', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1019', - ], - 1888 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6558', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '25', - 'prev_word_id' => '1019', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1020', - ], - 1889 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6559', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '26', - 'prev_word_id' => '1020', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1027', - ], - 1890 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6560', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '27', - 'prev_word_id' => '1027', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '991', - ], - 1891 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6561', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '28', - 'prev_word_id' => '991', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1031', - ], - 1892 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6562', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1150', - 'placement' => '29', - 'prev_word_id' => '1031', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1040', - ], - 1893 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6563', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '30', - 'prev_word_id' => '1040', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1150', - ], - 1894 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6564', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '31', - 'prev_word_id' => '1150', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1895 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6565', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '32', - 'prev_word_id' => '1001', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '990', - ], - 1896 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6566', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '33', - 'prev_word_id' => '990', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1208', - ], - 1897 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6567', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '34', - 'prev_word_id' => '1208', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1898 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6568', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '35', - 'prev_word_id' => '1001', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1142', - ], - 1899 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6569', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1209', - 'placement' => '36', - 'prev_word_id' => '1142', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1010', - ], - 1900 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6570', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '37', - 'prev_word_id' => '1010', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1209', - ], - 1901 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6571', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '38', - 'prev_word_id' => '1209', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1103', - ], - 1902 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6572', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1199', - 'placement' => '39', - 'prev_word_id' => '1103', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '825', - ], - 1903 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6573', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '40', - 'prev_word_id' => '825', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1199', - ], - 1904 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6574', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '41', - 'prev_word_id' => '1199', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1146', - ], - 1905 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6575', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '42', - 'prev_word_id' => '1146', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1102', - ], - 1906 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6576', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1173', - 'placement' => '43', - 'prev_word_id' => '1102', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1907 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6577', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '44', - 'prev_word_id' => '1006', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1173', - ], - 1908 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6578', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '45', - 'prev_word_id' => '1173', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1149', - ], - 1909 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6579', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '46', - 'prev_word_id' => '1149', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '810', - ], - 1910 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6580', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '47', - 'prev_word_id' => '810', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1033', - ], - 1911 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6581', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '48', - 'prev_word_id' => '1033', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1162', - ], - 1912 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6582', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '49', - 'prev_word_id' => '1162', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1041', - ], - 1913 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6583', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '50', - 'prev_word_id' => '1041', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '995', - ], - 1914 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6584', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1205', - 'placement' => '51', - 'prev_word_id' => '995', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1039', - ], - 1915 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6585', - 'identifier' => 'publish_date', - 'integer_value' => '1174645260', - 'next_word_id' => '1191', - 'placement' => '52', - 'prev_word_id' => '1039', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1205', - ], - 1916 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '83', - 'frequency' => '0', - 'id' => '6586', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '53', - 'prev_word_id' => '1205', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1191', - ], - 1917 => [ - 'content_type_field_definition_id' => '236', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6587', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '919', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '919', - ], - 1918 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6588', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '1', - 'prev_word_id' => '919', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '919', - ], - 1919 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6589', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1024', - 'placement' => '2', - 'prev_word_id' => '919', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1008', - ], - 1920 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6590', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '971', - 'placement' => '3', - 'prev_word_id' => '1008', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1024', - ], - 1921 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6591', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '919', - 'placement' => '4', - 'prev_word_id' => '1024', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '971', - ], - 1922 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6592', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1210', - 'placement' => '5', - 'prev_word_id' => '971', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '919', - ], - 1923 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6593', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1211', - 'placement' => '6', - 'prev_word_id' => '919', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1210', - ], - 1924 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6594', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '919', - 'placement' => '7', - 'prev_word_id' => '1210', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1211', - ], - 1925 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6595', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '8', - 'prev_word_id' => '1211', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '919', - ], - 1926 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6596', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1212', - 'placement' => '9', - 'prev_word_id' => '919', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1008', - ], - 1927 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6597', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1213', - 'placement' => '10', - 'prev_word_id' => '1008', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1212', - ], - 1928 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6598', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '1214', - 'placement' => '11', - 'prev_word_id' => '1212', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1213', - ], - 1929 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6599', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '857', - 'placement' => '12', - 'prev_word_id' => '1213', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1214', - ], - 1930 => [ - 'content_type_field_definition_id' => '239', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6600', - 'identifier' => 'center_column', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '13', - 'prev_word_id' => '1214', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '857', - ], - 1931 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6601', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '14', - 'prev_word_id' => '857', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '981', - ], - 1932 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6602', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '15', - 'prev_word_id' => '981', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '982', - ], - 1933 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6603', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '16', - 'prev_word_id' => '982', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '983', - ], - 1934 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6604', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '17', - 'prev_word_id' => '983', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '984', - ], - 1935 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6605', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '18', - 'prev_word_id' => '984', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '985', - ], - 1936 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6606', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '19', - 'prev_word_id' => '985', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '986', - ], - 1937 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6607', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '20', - 'prev_word_id' => '986', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '987', - ], - 1938 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6608', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '21', - 'prev_word_id' => '987', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '988', - ], - 1939 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6609', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '22', - 'prev_word_id' => '988', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '989', - ], - 1940 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6610', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '23', - 'prev_word_id' => '989', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '984', - ], - 1941 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6611', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '24', - 'prev_word_id' => '984', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '990', - ], - 1942 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6612', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '25', - 'prev_word_id' => '990', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '991', - ], - 1943 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6613', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '26', - 'prev_word_id' => '991', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '992', - ], - 1944 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6614', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '27', - 'prev_word_id' => '992', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '993', - ], - 1945 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6615', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '28', - 'prev_word_id' => '993', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '994', - ], - 1946 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6616', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '29', - 'prev_word_id' => '994', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '995', - ], - 1947 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6617', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '30', - 'prev_word_id' => '995', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '996', - ], - 1948 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6618', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '31', - 'prev_word_id' => '996', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '997', - ], - 1949 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6619', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '32', - 'prev_word_id' => '997', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '998', - ], - 1950 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6620', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '33', - 'prev_word_id' => '998', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '999', - ], - 1951 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6621', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '34', - 'prev_word_id' => '999', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1000', - ], - 1952 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6622', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '35', - 'prev_word_id' => '1000', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1953 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6623', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '36', - 'prev_word_id' => '1001', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1002', - ], - 1954 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6624', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '37', - 'prev_word_id' => '1002', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '995', - ], - 1955 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6625', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '38', - 'prev_word_id' => '995', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '983', - ], - 1956 => [ - 'content_type_field_definition_id' => '240', - 'content_type_id' => '23', - 'contentobject_id' => '84', - 'frequency' => '0', - 'id' => '6626', - 'identifier' => 'right_column', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '39', - 'prev_word_id' => '983', - 'published' => '1311154179', - 'section_id' => '1', - 'word_id' => '1003', - ], - 1957 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6627', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1215', - ], - 1958 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6628', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '1', - 'prev_word_id' => '1215', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1108', - ], - 1959 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6629', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '2', - 'prev_word_id' => '1108', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1045', - ], - 1960 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6630', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '3', - 'prev_word_id' => '1045', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1115', - ], - 1961 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6631', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '4', - 'prev_word_id' => '1115', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1142', - ], - 1962 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6632', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '5', - 'prev_word_id' => '1142', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1963 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6633', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '6', - 'prev_word_id' => '1011', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1144', - ], - 1964 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6634', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '7', - 'prev_word_id' => '1144', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '999', - ], - 1965 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6635', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '8', - 'prev_word_id' => '999', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1089', - ], - 1966 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6636', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '9', - 'prev_word_id' => '1089', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1143', - ], - 1967 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6637', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '10', - 'prev_word_id' => '1143', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1108', - ], - 1968 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6638', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '11', - 'prev_word_id' => '1108', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1013', - ], - 1969 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6639', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '12', - 'prev_word_id' => '1013', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1162', - ], - 1970 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6640', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '13', - 'prev_word_id' => '1162', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1017', - ], - 1971 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6641', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '14', - 'prev_word_id' => '1017', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1030', - ], - 1972 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6642', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '15', - 'prev_word_id' => '1030', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1168', - ], - 1973 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6643', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '16', - 'prev_word_id' => '1168', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '997', - ], - 1974 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6644', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '17', - 'prev_word_id' => '997', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1975 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '85', - 'frequency' => '0', - 'id' => '6645', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '18', - 'prev_word_id' => '1011', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1049', - ], - 1976 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6646', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1216', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '838', - ], - 1977 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6647', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '1', - 'prev_word_id' => '838', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1216', - ], - 1978 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6648', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '2', - 'prev_word_id' => '1216', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1135', - ], - 1979 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6649', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '3', - 'prev_word_id' => '1135', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1006', - ], - 1980 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6650', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '4', - 'prev_word_id' => '1006', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1019', - ], - 1981 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6651', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '5', - 'prev_word_id' => '1019', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1111', - ], - 1982 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6652', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1217', - 'placement' => '6', - 'prev_word_id' => '1111', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1042', - ], - 1983 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6653', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '7', - 'prev_word_id' => '1042', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1217', - ], - 1984 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6654', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '8', - 'prev_word_id' => '1217', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '992', - ], - 1985 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6655', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '9', - 'prev_word_id' => '992', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '993', - ], - 1986 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6656', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '10', - 'prev_word_id' => '993', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '990', - ], - 1987 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6657', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '11', - 'prev_word_id' => '990', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1011', - ], - 1988 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '86', - 'frequency' => '0', - 'id' => '6658', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '12', - 'prev_word_id' => '1011', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '998', - ], - 1989 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6659', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '987', - ], - 1990 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6660', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '1', - 'prev_word_id' => '987', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1192', - ], - 1991 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6661', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '2', - 'prev_word_id' => '1192', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1000', - ], - 1992 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6662', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '3', - 'prev_word_id' => '1000', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1001', - ], - 1993 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6663', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1159', - 'placement' => '4', - 'prev_word_id' => '1001', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1115', - ], - 1994 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6664', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '5', - 'prev_word_id' => '1115', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1159', - ], - 1995 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6665', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '6', - 'prev_word_id' => '1159', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '984', - ], - 1996 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6666', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '7', - 'prev_word_id' => '984', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1157', - ], - 1997 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6667', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '8', - 'prev_word_id' => '1157', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1188', - ], - 1998 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6668', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '9', - 'prev_word_id' => '1188', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1194', - ], - 1999 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6669', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '10', - 'prev_word_id' => '1194', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2000 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6670', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '11', - 'prev_word_id' => '1017', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2001 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6671', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '12', - 'prev_word_id' => '1040', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1002', - ], - 2002 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6672', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '13', - 'prev_word_id' => '1002', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1147', - ], - 2003 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6673', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '14', - 'prev_word_id' => '1147', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1170', - ], - 2004 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6674', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '15', - 'prev_word_id' => '1170', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1108', - ], - 2005 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6675', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '16', - 'prev_word_id' => '1108', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2006 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6676', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '17', - 'prev_word_id' => '1001', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '985', - ], - 2007 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6677', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '18', - 'prev_word_id' => '985', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2008 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6678', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '19', - 'prev_word_id' => '1020', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '999', - ], - 2009 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6679', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1207', - 'placement' => '20', - 'prev_word_id' => '999', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2010 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6680', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '21', - 'prev_word_id' => '1017', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1207', - ], - 2011 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6681', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '22', - 'prev_word_id' => '1207', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1016', - ], - 2012 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6682', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '23', - 'prev_word_id' => '1016', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1048', - ], - 2013 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6683', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '24', - 'prev_word_id' => '1048', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1016', - ], - 2014 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6684', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '25', - 'prev_word_id' => '1016', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1172', - ], - 2015 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6685', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '26', - 'prev_word_id' => '1172', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1186', - ], - 2016 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6686', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '27', - 'prev_word_id' => '1186', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '994', - ], - 2017 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6687', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '28', - 'prev_word_id' => '994', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1034', - ], - 2018 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6688', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '29', - 'prev_word_id' => '1034', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '997', - ], - 2019 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6689', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '30', - 'prev_word_id' => '997', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1030', - ], - 2020 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6690', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '31', - 'prev_word_id' => '1030', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1218', - ], - 2021 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6691', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '32', - 'prev_word_id' => '1218', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1089', - ], - 2022 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6692', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1166', - 'placement' => '33', - 'prev_word_id' => '1089', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1158', - ], - 2023 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6693', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '34', - 'prev_word_id' => '1158', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1166', - ], - 2024 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6694', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '35', - 'prev_word_id' => '1166', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1196', - ], - 2025 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6695', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '36', - 'prev_word_id' => '1196', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2026 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6696', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '37', - 'prev_word_id' => '1014', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '863', - ], - 2027 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6697', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1159', - 'placement' => '38', - 'prev_word_id' => '863', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1006', - ], - 2028 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6698', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '39', - 'prev_word_id' => '1006', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1159', - ], - 2029 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6699', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '40', - 'prev_word_id' => '1159', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1016', - ], - 2030 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6700', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '41', - 'prev_word_id' => '1016', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1218', - ], - 2031 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6701', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '42', - 'prev_word_id' => '1218', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1146', - ], - 2032 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6702', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '43', - 'prev_word_id' => '1146', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1030', - ], - 2033 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6703', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '44', - 'prev_word_id' => '1030', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2034 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6704', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '45', - 'prev_word_id' => '1017', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2035 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6705', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '46', - 'prev_word_id' => '1020', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '984', - ], - 2036 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6706', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '47', - 'prev_word_id' => '984', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '825', - ], - 2037 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6707', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '48', - 'prev_word_id' => '825', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1038', - ], - 2038 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6708', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '49', - 'prev_word_id' => '1038', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1114', - ], - 2039 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6709', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '50', - 'prev_word_id' => '1114', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '825', - ], - 2040 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6710', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '51', - 'prev_word_id' => '825', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1103', - ], - 2041 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6711', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '52', - 'prev_word_id' => '1103', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1135', - ], - 2042 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6712', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '53', - 'prev_word_id' => '1135', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1002', - ], - 2043 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6713', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '54', - 'prev_word_id' => '1002', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1036', - ], - 2044 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6714', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '55', - 'prev_word_id' => '1036', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '982', - ], - 2045 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6715', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '56', - 'prev_word_id' => '982', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2046 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6716', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '57', - 'prev_word_id' => '1020', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1100', - ], - 2047 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6717', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '58', - 'prev_word_id' => '1100', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1171', - ], - 2048 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6718', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '59', - 'prev_word_id' => '1171', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1192', - ], - 2049 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6719', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '60', - 'prev_word_id' => '1192', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2050 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6720', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '61', - 'prev_word_id' => '1011', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1036', - ], - 2051 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6721', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '62', - 'prev_word_id' => '1036', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '987', - ], - 2052 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6722', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '63', - 'prev_word_id' => '987', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1192', - ], - 2053 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6723', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '64', - 'prev_word_id' => '1192', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2054 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6724', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '65', - 'prev_word_id' => '1000', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1042', - ], - 2055 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6725', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '66', - 'prev_word_id' => '1042', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2056 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6726', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '67', - 'prev_word_id' => '1040', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1140', - ], - 2057 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6727', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '68', - 'prev_word_id' => '1140', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1140', - ], - 2058 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6728', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '69', - 'prev_word_id' => '1140', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '987', - ], - 2059 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6729', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '70', - 'prev_word_id' => '987', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1192', - ], - 2060 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6730', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '71', - 'prev_word_id' => '1192', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '987', - ], - 2061 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6731', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1219', - 'placement' => '72', - 'prev_word_id' => '987', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1192', - ], - 2062 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6732', - 'identifier' => 'publish_date', - 'integer_value' => '1175235780', - 'next_word_id' => '1191', - 'placement' => '73', - 'prev_word_id' => '1192', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1219', - ], - 2063 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '87', - 'frequency' => '0', - 'id' => '6733', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '74', - 'prev_word_id' => '1219', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1191', - ], - 2064 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6734', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1175', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1174', - ], - 2065 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6735', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1176', - 'placement' => '1', - 'prev_word_id' => '1174', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1175', - ], - 2066 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6736', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '2', - 'prev_word_id' => '1175', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1176', - ], - 2067 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6737', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1097', - 'placement' => '3', - 'prev_word_id' => '1176', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '981', - ], - 2068 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6738', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '4', - 'prev_word_id' => '981', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1097', - ], - 2069 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6739', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '5', - 'prev_word_id' => '1097', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1016', - ], - 2070 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6740', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '6', - 'prev_word_id' => '1016', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2071 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6741', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '7', - 'prev_word_id' => '1001', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1196', - ], - 2072 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6742', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '8', - 'prev_word_id' => '1196', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1118', - ], - 2073 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6743', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '9', - 'prev_word_id' => '1118', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1143', - ], - 2074 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6744', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '10', - 'prev_word_id' => '1143', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1109', - ], - 2075 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6745', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '11', - 'prev_word_id' => '1109', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1018', - ], - 2076 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6746', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '12', - 'prev_word_id' => '1018', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '998', - ], - 2077 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6747', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '13', - 'prev_word_id' => '998', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1170', - ], - 2078 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6748', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '14', - 'prev_word_id' => '1170', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1186', - ], - 2079 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6749', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '15', - 'prev_word_id' => '1186', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1041', - ], - 2080 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6750', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '16', - 'prev_word_id' => '1041', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1102', - ], - 2081 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6751', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '17', - 'prev_word_id' => '1102', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '825', - ], - 2082 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6752', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '18', - 'prev_word_id' => '825', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1007', - ], - 2083 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6753', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '19', - 'prev_word_id' => '1007', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1145', - ], - 2084 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6754', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '20', - 'prev_word_id' => '1145', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1192', - ], - 2085 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6755', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '21', - 'prev_word_id' => '1192', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1099', - ], - 2086 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6756', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '22', - 'prev_word_id' => '1099', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2087 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6757', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '23', - 'prev_word_id' => '1001', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1109', - ], - 2088 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6758', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '24', - 'prev_word_id' => '1109', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1114', - ], - 2089 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6759', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '25', - 'prev_word_id' => '1114', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1036', - ], - 2090 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6760', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '26', - 'prev_word_id' => '1036', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1168', - ], - 2091 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6761', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '27', - 'prev_word_id' => '1168', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1029', - ], - 2092 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6762', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '28', - 'prev_word_id' => '1029', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1170', - ], - 2093 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6763', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '29', - 'prev_word_id' => '1170', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1197', - ], - 2094 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6764', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '30', - 'prev_word_id' => '1197', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '863', - ], - 2095 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6765', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '31', - 'prev_word_id' => '863', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1203', - ], - 2096 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6766', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '32', - 'prev_word_id' => '1203', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '825', - ], - 2097 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6767', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '33', - 'prev_word_id' => '825', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1143', - ], - 2098 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6768', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '34', - 'prev_word_id' => '1143', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1220', - ], - 2099 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6769', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '35', - 'prev_word_id' => '1220', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1013', - ], - 2100 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6770', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '36', - 'prev_word_id' => '1013', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1208', - ], - 2101 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6771', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '37', - 'prev_word_id' => '1208', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2102 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6772', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '38', - 'prev_word_id' => '1014', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1136', - ], - 2103 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6773', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '39', - 'prev_word_id' => '1136', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1027', - ], - 2104 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6774', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '40', - 'prev_word_id' => '1027', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1170', - ], - 2105 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6775', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '41', - 'prev_word_id' => '1170', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1161', - ], - 2106 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6776', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '42', - 'prev_word_id' => '1161', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1163', - ], - 2107 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6777', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '43', - 'prev_word_id' => '1163', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1013', - ], - 2108 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6778', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '44', - 'prev_word_id' => '1013', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1099', - ], - 2109 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6779', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1175', - 'placement' => '45', - 'prev_word_id' => '1099', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1174', - ], - 2110 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6780', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1176', - 'placement' => '46', - 'prev_word_id' => '1174', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1175', - ], - 2111 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6781', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1177', - 'placement' => '47', - 'prev_word_id' => '1175', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1176', - ], - 2112 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6782', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1178', - 'placement' => '48', - 'prev_word_id' => '1176', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1177', - ], - 2113 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6783', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1179', - 'placement' => '49', - 'prev_word_id' => '1177', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1178', - ], - 2114 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6784', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1180', - 'placement' => '50', - 'prev_word_id' => '1178', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1179', - ], - 2115 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6785', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1181', - 'placement' => '51', - 'prev_word_id' => '1179', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1180', - ], - 2116 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6786', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1182', - 'placement' => '52', - 'prev_word_id' => '1180', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1181', - ], - 2117 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6787', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1183', - 'placement' => '53', - 'prev_word_id' => '1181', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1182', - ], - 2118 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6788', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1181', - 'placement' => '54', - 'prev_word_id' => '1182', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1183', - ], - 2119 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6789', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1184', - 'placement' => '55', - 'prev_word_id' => '1183', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1181', - ], - 2120 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6790', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1185', - 'placement' => '56', - 'prev_word_id' => '1181', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1184', - ], - 2121 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6791', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '57', - 'prev_word_id' => '1184', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1185', - ], - 2122 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6792', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '58', - 'prev_word_id' => '1185', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2123 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6793', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '59', - 'prev_word_id' => '1001', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1030', - ], - 2124 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6794', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '60', - 'prev_word_id' => '1030', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1164', - ], - 2125 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6795', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '61', - 'prev_word_id' => '1164', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1042', - ], - 2126 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6796', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '62', - 'prev_word_id' => '1042', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1036', - ], - 2127 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6797', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '63', - 'prev_word_id' => '1036', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1050', - ], - 2128 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6798', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '64', - 'prev_word_id' => '1050', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1221', - ], - 2129 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6799', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '65', - 'prev_word_id' => '1221', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1135', - ], - 2130 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6800', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '66', - 'prev_word_id' => '1135', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1143', - ], - 2131 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6801', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '67', - 'prev_word_id' => '1143', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '996', - ], - 2132 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6802', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '68', - 'prev_word_id' => '996', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1046', - ], - 2133 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6803', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1209', - 'placement' => '69', - 'prev_word_id' => '1046', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1189', - ], - 2134 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6804', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '70', - 'prev_word_id' => '1189', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1209', - ], - 2135 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6805', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '71', - 'prev_word_id' => '1209', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1111', - ], - 2136 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6806', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '72', - 'prev_word_id' => '1111', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1018', - ], - 2137 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6807', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '73', - 'prev_word_id' => '1018', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '825', - ], - 2138 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6808', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '74', - 'prev_word_id' => '825', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2139 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6809', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1175', - 'placement' => '75', - 'prev_word_id' => '1040', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1174', - ], - 2140 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6810', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '76', - 'prev_word_id' => '1174', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1175', - ], - 2141 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6811', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1175', - 'placement' => '77', - 'prev_word_id' => '1175', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1174', - ], - 2142 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6812', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1222', - 'placement' => '78', - 'prev_word_id' => '1174', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1175', - ], - 2143 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6813', - 'identifier' => 'publish_date', - 'integer_value' => '1175236020', - 'next_word_id' => '1191', - 'placement' => '79', - 'prev_word_id' => '1175', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1222', - ], - 2144 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '88', - 'frequency' => '0', - 'id' => '6814', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '80', - 'prev_word_id' => '1222', - 'published' => '1311154180', - 'section_id' => '1', - 'word_id' => '1191', - ], - 2145 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6815', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1202', - ], - 2146 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6816', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '1', - 'prev_word_id' => '1202', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1101', - ], - 2147 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6817', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '2', - 'prev_word_id' => '1101', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1195', - ], - 2148 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6818', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '3', - 'prev_word_id' => '1195', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1019', - ], - 2149 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6819', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '4', - 'prev_word_id' => '1019', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1202', - ], - 2150 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6820', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '5', - 'prev_word_id' => '1202', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '984', - ], - 2151 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6821', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '6', - 'prev_word_id' => '984', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1036', - ], - 2152 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6822', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '7', - 'prev_word_id' => '1036', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1042', - ], - 2153 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6823', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1223', - 'placement' => '8', - 'prev_word_id' => '1042', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1050', - ], - 2154 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6824', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '9', - 'prev_word_id' => '1050', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1223', - ], - 2155 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6825', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '10', - 'prev_word_id' => '1223', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2156 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6826', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '11', - 'prev_word_id' => '1014', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1038', - ], - 2157 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6827', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '12', - 'prev_word_id' => '1038', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1108', - ], - 2158 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6828', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '13', - 'prev_word_id' => '1108', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1012', - ], - 2159 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6829', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '14', - 'prev_word_id' => '1012', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2160 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6830', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '15', - 'prev_word_id' => '1001', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '984', - ], - 2161 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6831', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '16', - 'prev_word_id' => '984', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1007', - ], - 2162 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6832', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '17', - 'prev_word_id' => '1007', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1051', - ], - 2163 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6833', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '18', - 'prev_word_id' => '1051', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1107', - ], - 2164 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6834', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '19', - 'prev_word_id' => '1107', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '988', - ], - 2165 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6835', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '20', - 'prev_word_id' => '988', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1172', - ], - 2166 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6836', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '21', - 'prev_word_id' => '1172', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1147', - ], - 2167 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6837', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '22', - 'prev_word_id' => '1147', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1112', - ], - 2168 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6838', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '23', - 'prev_word_id' => '1112', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1034', - ], - 2169 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6839', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '24', - 'prev_word_id' => '1034', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1108', - ], - 2170 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6840', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '25', - 'prev_word_id' => '1108', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1169', - ], - 2171 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6841', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '26', - 'prev_word_id' => '1169', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1113', - ], - 2172 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6842', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1206', - 'placement' => '27', - 'prev_word_id' => '1113', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1107', - ], - 2173 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6843', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1207', - 'placement' => '28', - 'prev_word_id' => '1107', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1206', - ], - 2174 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6844', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '29', - 'prev_word_id' => '1206', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1207', - ], - 2175 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6845', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '30', - 'prev_word_id' => '1207', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1002', - ], - 2176 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6846', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '31', - 'prev_word_id' => '1002', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1041', - ], - 2177 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6847', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '32', - 'prev_word_id' => '1041', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2178 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6848', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '33', - 'prev_word_id' => '1026', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1041', - ], - 2179 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6849', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1217', - 'placement' => '34', - 'prev_word_id' => '1041', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1107', - ], - 2180 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6850', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '35', - 'prev_word_id' => '1107', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1217', - ], - 2181 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6851', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '36', - 'prev_word_id' => '1217', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1012', - ], - 2182 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6852', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '37', - 'prev_word_id' => '1012', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1007', - ], - 2183 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6853', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '38', - 'prev_word_id' => '1007', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '825', - ], - 2184 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6854', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '39', - 'prev_word_id' => '825', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1161', - ], - 2185 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6855', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '40', - 'prev_word_id' => '1161', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1202', - ], - 2186 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6856', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '41', - 'prev_word_id' => '1202', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1162', - ], - 2187 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6857', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '42', - 'prev_word_id' => '1162', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1051', - ], - 2188 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6858', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '43', - 'prev_word_id' => '1051', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1037', - ], - 2189 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6859', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '44', - 'prev_word_id' => '1037', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1030', - ], - 2190 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6860', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '45', - 'prev_word_id' => '1030', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1147', - ], - 2191 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6861', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '46', - 'prev_word_id' => '1147', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1171', - ], - 2192 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6862', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '47', - 'prev_word_id' => '1171', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1053', - ], - 2193 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6863', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '48', - 'prev_word_id' => '1053', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '992', - ], - 2194 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6864', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '49', - 'prev_word_id' => '992', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '993', - ], - 2195 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6865', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '50', - 'prev_word_id' => '993', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1162', - ], - 2196 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6866', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '51', - 'prev_word_id' => '1162', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1114', - ], - 2197 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6867', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '52', - 'prev_word_id' => '1114', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1208', - ], - 2198 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6868', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '53', - 'prev_word_id' => '1208', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1202', - ], - 2199 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6869', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '54', - 'prev_word_id' => '1202', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1101', - ], - 2200 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6870', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '55', - 'prev_word_id' => '1101', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1195', - ], - 2201 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6871', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '56', - 'prev_word_id' => '1195', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1019', - ], - 2202 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6872', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '57', - 'prev_word_id' => '1019', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '981', - ], - 2203 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6873', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '58', - 'prev_word_id' => '981', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1018', - ], - 2204 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6874', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '59', - 'prev_word_id' => '1018', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1160', - ], - 2205 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6875', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '60', - 'prev_word_id' => '1160', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '989', - ], - 2206 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6876', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '61', - 'prev_word_id' => '989', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1145', - ], - 2207 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6877', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '62', - 'prev_word_id' => '1145', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1170', - ], - 2208 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6878', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '63', - 'prev_word_id' => '1170', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1034', - ], - 2209 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6879', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '64', - 'prev_word_id' => '1034', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '810', - ], - 2210 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6880', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '65', - 'prev_word_id' => '810', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1006', - ], - 2211 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6881', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '66', - 'prev_word_id' => '1006', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1029', - ], - 2212 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6882', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '67', - 'prev_word_id' => '1029', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1028', - ], - 2213 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6883', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '68', - 'prev_word_id' => '1028', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1202', - ], - 2214 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6884', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '69', - 'prev_word_id' => '1202', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1101', - ], - 2215 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6885', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '70', - 'prev_word_id' => '1101', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1202', - ], - 2216 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6886', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1224', - 'placement' => '71', - 'prev_word_id' => '1202', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1101', - ], - 2217 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6887', - 'identifier' => 'publish_date', - 'integer_value' => '1175236920', - 'next_word_id' => '1191', - 'placement' => '72', - 'prev_word_id' => '1101', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1224', - ], - 2218 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '89', - 'frequency' => '0', - 'id' => '6888', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '73', - 'prev_word_id' => '1224', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1191', - ], - 2219 => [ - 'content_type_field_definition_id' => '316', - 'content_type_id' => '41', - 'contentobject_id' => '90', - 'frequency' => '0', - 'id' => '6889', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1225', - ], - 2220 => [ - 'content_type_field_definition_id' => '316', - 'content_type_id' => '41', - 'contentobject_id' => '90', - 'frequency' => '0', - 'id' => '6890', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1226', - 'placement' => '1', - 'prev_word_id' => '1225', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '833', - ], - 2221 => [ - 'content_type_field_definition_id' => '316', - 'content_type_id' => '41', - 'contentobject_id' => '90', - 'frequency' => '0', - 'id' => '6891', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '2', - 'prev_word_id' => '833', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1226', - ], - 2222 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6892', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1228', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1227', - ], - 2223 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6893', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1229', - 'placement' => '1', - 'prev_word_id' => '1227', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1228', - ], - 2224 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6894', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '2', - 'prev_word_id' => '1228', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1229', - ], - 2225 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6895', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1230', - 'placement' => '3', - 'prev_word_id' => '1229', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1108', - ], - 2226 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6896', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '4', - 'prev_word_id' => '1108', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1230', - ], - 2227 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6897', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '5', - 'prev_word_id' => '1230', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1220', - ], - 2228 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6898', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1231', - 'placement' => '6', - 'prev_word_id' => '1220', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1116', - ], - 2229 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6899', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '7', - 'prev_word_id' => '1116', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1231', - ], - 2230 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6900', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1232', - 'placement' => '8', - 'prev_word_id' => '1231', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1089', - ], - 2231 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6901', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '9', - 'prev_word_id' => '1089', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1232', - ], - 2232 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6902', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '10', - 'prev_word_id' => '1232', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1089', - ], - 2233 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6903', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1233', - 'placement' => '11', - 'prev_word_id' => '1089', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '994', - ], - 2234 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6904', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '12', - 'prev_word_id' => '994', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1233', - ], - 2235 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6905', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '13', - 'prev_word_id' => '1233', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2236 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6906', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '14', - 'prev_word_id' => '1188', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1016', - ], - 2237 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6907', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '15', - 'prev_word_id' => '1016', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1043', - ], - 2238 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6908', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '16', - 'prev_word_id' => '1043', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1202', - ], - 2239 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6909', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '17', - 'prev_word_id' => '1202', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1048', - ], - 2240 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '91', - 'frequency' => '0', - 'id' => '6910', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '18', - 'prev_word_id' => '1048', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1141', - ], - 2241 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6911', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1235', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1234', - ], - 2242 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6912', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1229', - 'placement' => '1', - 'prev_word_id' => '1234', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1235', - ], - 2243 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6913', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '2', - 'prev_word_id' => '1235', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1229', - ], - 2244 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6914', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '3', - 'prev_word_id' => '1229', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2245 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6915', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '4', - 'prev_word_id' => '1014', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '810', - ], - 2246 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6916', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '5', - 'prev_word_id' => '810', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1157', - ], - 2247 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6917', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '6', - 'prev_word_id' => '1157', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2248 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6918', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '7', - 'prev_word_id' => '1014', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1030', - ], - 2249 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6919', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '8', - 'prev_word_id' => '1030', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '986', - ], - 2250 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6920', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '9', - 'prev_word_id' => '986', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '825', - ], - 2251 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6921', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '10', - 'prev_word_id' => '825', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1109', - ], - 2252 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6922', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1207', - 'placement' => '11', - 'prev_word_id' => '1109', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1192', - ], - 2253 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6923', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '12', - 'prev_word_id' => '1192', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1207', - ], - 2254 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6924', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '13', - 'prev_word_id' => '1207', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2255 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6925', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '14', - 'prev_word_id' => '1001', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2256 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6926', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '15', - 'prev_word_id' => '1000', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1041', - ], - 2257 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6927', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '16', - 'prev_word_id' => '1041', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1140', - ], - 2258 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6928', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '17', - 'prev_word_id' => '1140', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2259 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6929', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '18', - 'prev_word_id' => '1188', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1165', - ], - 2260 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '92', - 'frequency' => '0', - 'id' => '6930', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '19', - 'prev_word_id' => '1165', - 'published' => '1311154181', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2261 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6931', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1236', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1066', - ], - 2262 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6932', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1237', - 'placement' => '1', - 'prev_word_id' => '1066', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1236', - ], - 2263 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6933', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '2', - 'prev_word_id' => '1236', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1237', - ], - 2264 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6934', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '3', - 'prev_word_id' => '1237', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1135', - ], - 2265 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6935', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '4', - 'prev_word_id' => '1135', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1029', - ], - 2266 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6936', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '5', - 'prev_word_id' => '1029', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1007', - ], - 2267 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6937', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '6', - 'prev_word_id' => '1007', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2268 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6938', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '7', - 'prev_word_id' => '1001', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2269 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6939', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '8', - 'prev_word_id' => '1000', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1220', - ], - 2270 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6940', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '9', - 'prev_word_id' => '1220', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1162', - ], - 2271 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6941', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '10', - 'prev_word_id' => '1162', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '996', - ], - 2272 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6942', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '11', - 'prev_word_id' => '996', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1037', - ], - 2273 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6943', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '12', - 'prev_word_id' => '1037', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2274 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6944', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '13', - 'prev_word_id' => '1188', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1198', - ], - 2275 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6945', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '14', - 'prev_word_id' => '1198', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2276 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6946', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '15', - 'prev_word_id' => '1188', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1144', - ], - 2277 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6947', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '16', - 'prev_word_id' => '1144', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1089', - ], - 2278 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '93', - 'frequency' => '0', - 'id' => '6948', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '17', - 'prev_word_id' => '1089', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1099', - ], - 2279 => [ - 'content_type_field_definition_id' => '236', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6949', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '912', - ], - 2280 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6950', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '1', - 'prev_word_id' => '912', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '981', - ], - 2281 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6951', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '2', - 'prev_word_id' => '981', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '982', - ], - 2282 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6952', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '3', - 'prev_word_id' => '982', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '983', - ], - 2283 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6953', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '4', - 'prev_word_id' => '983', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '984', - ], - 2284 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6954', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '5', - 'prev_word_id' => '984', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '985', - ], - 2285 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6955', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '6', - 'prev_word_id' => '985', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '986', - ], - 2286 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6956', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '7', - 'prev_word_id' => '986', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '987', - ], - 2287 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6957', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '8', - 'prev_word_id' => '987', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '988', - ], - 2288 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6958', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '9', - 'prev_word_id' => '988', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '989', - ], - 2289 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6959', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '10', - 'prev_word_id' => '989', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '984', - ], - 2290 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6960', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '11', - 'prev_word_id' => '984', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '990', - ], - 2291 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6961', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '12', - 'prev_word_id' => '990', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '991', - ], - 2292 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6962', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '13', - 'prev_word_id' => '991', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '992', - ], - 2293 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6963', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '14', - 'prev_word_id' => '992', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '993', - ], - 2294 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6964', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '15', - 'prev_word_id' => '993', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '994', - ], - 2295 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6965', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '16', - 'prev_word_id' => '994', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '995', - ], - 2296 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6966', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '874', - 'placement' => '17', - 'prev_word_id' => '995', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '996', - ], - 2297 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6967', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '1238', - 'placement' => '18', - 'prev_word_id' => '996', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '874', - ], - 2298 => [ - 'content_type_field_definition_id' => '238', - 'content_type_id' => '23', - 'contentobject_id' => '94', - 'frequency' => '0', - 'id' => '6968', - 'identifier' => 'left_column', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '19', - 'prev_word_id' => '874', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1238', - ], - 2299 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6969', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1238', - ], - 2300 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6970', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '1', - 'prev_word_id' => '1238', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2301 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6971', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '2', - 'prev_word_id' => '1000', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '863', - ], - 2302 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6972', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '3', - 'prev_word_id' => '863', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1164', - ], - 2303 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6973', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '4', - 'prev_word_id' => '1164', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2304 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6974', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '5', - 'prev_word_id' => '1000', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1186', - ], - 2305 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6975', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '6', - 'prev_word_id' => '1186', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1043', - ], - 2306 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6976', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '7', - 'prev_word_id' => '1043', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1113', - ], - 2307 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6977', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '8', - 'prev_word_id' => '1113', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2308 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6978', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '9', - 'prev_word_id' => '1017', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1156', - ], - 2309 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6979', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '10', - 'prev_word_id' => '1156', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1116', - ], - 2310 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6980', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '11', - 'prev_word_id' => '1116', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1162', - ], - 2311 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6981', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '12', - 'prev_word_id' => '1162', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1220', - ], - 2312 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6982', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '13', - 'prev_word_id' => '1220', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1147', - ], - 2313 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6983', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '14', - 'prev_word_id' => '1147', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2314 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6984', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '15', - 'prev_word_id' => '1026', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1019', - ], - 2315 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6985', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '16', - 'prev_word_id' => '1019', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1100', - ], - 2316 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6986', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '17', - 'prev_word_id' => '1100', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '997', - ], - 2317 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6987', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '18', - 'prev_word_id' => '997', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1003', - ], - 2318 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6988', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '19', - 'prev_word_id' => '1003', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1005', - ], - 2319 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6989', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '20', - 'prev_word_id' => '1005', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '825', - ], - 2320 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6990', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '21', - 'prev_word_id' => '825', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1158', - ], - 2321 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6991', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '22', - 'prev_word_id' => '1158', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1172', - ], - 2322 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6992', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '23', - 'prev_word_id' => '1172', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '985', - ], - 2323 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6993', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '24', - 'prev_word_id' => '985', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1195', - ], - 2324 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6994', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '25', - 'prev_word_id' => '1195', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1007', - ], - 2325 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6995', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '26', - 'prev_word_id' => '1007', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2326 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6996', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '27', - 'prev_word_id' => '1026', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1144', - ], - 2327 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6997', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '28', - 'prev_word_id' => '1144', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1019', - ], - 2328 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6998', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '29', - 'prev_word_id' => '1019', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1089', - ], - 2329 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '6999', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1159', - 'placement' => '30', - 'prev_word_id' => '1089', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '986', - ], - 2330 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7000', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '31', - 'prev_word_id' => '986', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1159', - ], - 2331 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7001', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '32', - 'prev_word_id' => '1159', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1030', - ], - 2332 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7002', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '33', - 'prev_word_id' => '1030', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '999', - ], - 2333 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7003', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '34', - 'prev_word_id' => '999', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1140', - ], - 2334 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7004', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '35', - 'prev_word_id' => '1140', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1164', - ], - 2335 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7005', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '36', - 'prev_word_id' => '1164', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1029', - ], - 2336 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7006', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '37', - 'prev_word_id' => '1029', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1045', - ], - 2337 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7007', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '38', - 'prev_word_id' => '1045', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '987', - ], - 2338 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7008', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '39', - 'prev_word_id' => '987', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1107', - ], - 2339 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7009', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '40', - 'prev_word_id' => '1107', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1006', - ], - 2340 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7010', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '41', - 'prev_word_id' => '1006', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1030', - ], - 2341 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7011', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '42', - 'prev_word_id' => '1030', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1007', - ], - 2342 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7012', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '43', - 'prev_word_id' => '1007', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1187', - ], - 2343 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7013', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '44', - 'prev_word_id' => '1187', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1160', - ], - 2344 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7014', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '45', - 'prev_word_id' => '1160', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1172', - ], - 2345 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7015', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '46', - 'prev_word_id' => '1172', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2346 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7016', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '47', - 'prev_word_id' => '1011', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1109', - ], - 2347 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7017', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '48', - 'prev_word_id' => '1109', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2348 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7018', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '49', - 'prev_word_id' => '1011', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1038', - ], - 2349 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7019', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '50', - 'prev_word_id' => '1038', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1189', - ], - 2350 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7020', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '51', - 'prev_word_id' => '1189', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1118', - ], - 2351 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7021', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '52', - 'prev_word_id' => '1118', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '983', - ], - 2352 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7022', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '53', - 'prev_word_id' => '983', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2353 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7023', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '54', - 'prev_word_id' => '1020', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '988', - ], - 2354 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7024', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '55', - 'prev_word_id' => '988', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1170', - ], - 2355 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7025', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '56', - 'prev_word_id' => '1170', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '999', - ], - 2356 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7026', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '57', - 'prev_word_id' => '999', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1221', - ], - 2357 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7027', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '58', - 'prev_word_id' => '1221', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '991', - ], - 2358 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7028', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '59', - 'prev_word_id' => '991', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2359 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7029', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '60', - 'prev_word_id' => '1011', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1160', - ], - 2360 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7030', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '61', - 'prev_word_id' => '1160', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1015', - ], - 2361 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7031', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '62', - 'prev_word_id' => '1015', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2362 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7032', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '63', - 'prev_word_id' => '1014', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1145', - ], - 2363 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7033', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '64', - 'prev_word_id' => '1145', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '998', - ], - 2364 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7034', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '65', - 'prev_word_id' => '998', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1113', - ], - 2365 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7035', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '66', - 'prev_word_id' => '1113', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1101', - ], - 2366 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7036', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '67', - 'prev_word_id' => '1101', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1042', - ], - 2367 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7037', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '68', - 'prev_word_id' => '1042', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1053', - ], - 2368 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7038', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '69', - 'prev_word_id' => '1053', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1042', - ], - 2369 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7039', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '70', - 'prev_word_id' => '1042', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1018', - ], - 2370 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7040', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '71', - 'prev_word_id' => '1018', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2371 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7041', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '72', - 'prev_word_id' => '1188', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1142', - ], - 2372 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7042', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '73', - 'prev_word_id' => '1142', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '863', - ], - 2373 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7043', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '74', - 'prev_word_id' => '863', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1108', - ], - 2374 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7044', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '75', - 'prev_word_id' => '1108', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2375 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7045', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '76', - 'prev_word_id' => '1026', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1049', - ], - 2376 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7046', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '77', - 'prev_word_id' => '1049', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1035', - ], - 2377 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7047', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '78', - 'prev_word_id' => '1035', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1038', - ], - 2378 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7048', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '79', - 'prev_word_id' => '1038', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '998', - ], - 2379 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7049', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '80', - 'prev_word_id' => '998', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1037', - ], - 2380 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7050', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '81', - 'prev_word_id' => '1037', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2381 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7051', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '82', - 'prev_word_id' => '1011', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '991', - ], - 2382 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7052', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '83', - 'prev_word_id' => '991', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1171', - ], - 2383 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7053', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '84', - 'prev_word_id' => '1171', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1052', - ], - 2384 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7054', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '85', - 'prev_word_id' => '1052', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '992', - ], - 2385 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7055', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '86', - 'prev_word_id' => '992', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '993', - ], - 2386 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7056', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '87', - 'prev_word_id' => '993', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1032', - ], - 2387 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7057', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '88', - 'prev_word_id' => '1032', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '981', - ], - 2388 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7058', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '89', - 'prev_word_id' => '981', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2389 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7059', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '90', - 'prev_word_id' => '1188', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1142', - ], - 2390 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7060', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '91', - 'prev_word_id' => '1142', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1170', - ], - 2391 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7061', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '92', - 'prev_word_id' => '1170', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2392 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7062', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '93', - 'prev_word_id' => '1014', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1046', - ], - 2393 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '95', - 'frequency' => '0', - 'id' => '7063', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '94', - 'prev_word_id' => '1046', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1165', - ], - 2394 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7064', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2395 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7065', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '1', - 'prev_word_id' => '1001', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '982', - ], - 2396 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7066', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '2', - 'prev_word_id' => '982', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2397 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7067', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '3', - 'prev_word_id' => '1001', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '982', - ], - 2398 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7068', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '4', - 'prev_word_id' => '982', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '991', - ], - 2399 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7069', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '5', - 'prev_word_id' => '991', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1019', - ], - 2400 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7070', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '6', - 'prev_word_id' => '1019', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2401 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7071', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '7', - 'prev_word_id' => '1017', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1144', - ], - 2402 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7072', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '8', - 'prev_word_id' => '1144', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1147', - ], - 2403 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7073', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '9', - 'prev_word_id' => '1147', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1039', - ], - 2404 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7074', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '10', - 'prev_word_id' => '1039', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2405 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7075', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '11', - 'prev_word_id' => '1011', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1187', - ], - 2406 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7076', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '12', - 'prev_word_id' => '1187', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1039', - ], - 2407 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7077', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1139', - 'placement' => '13', - 'prev_word_id' => '1039', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '810', - ], - 2408 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7078', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '14', - 'prev_word_id' => '810', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1139', - ], - 2409 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7079', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '15', - 'prev_word_id' => '1139', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1101', - ], - 2410 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7080', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '16', - 'prev_word_id' => '1101', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1168', - ], - 2411 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7081', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '17', - 'prev_word_id' => '1168', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1113', - ], - 2412 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7082', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '18', - 'prev_word_id' => '1113', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1031', - ], - 2413 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7083', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '19', - 'prev_word_id' => '1031', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1039', - ], - 2414 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7084', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '20', - 'prev_word_id' => '1039', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '863', - ], - 2415 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7085', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '21', - 'prev_word_id' => '863', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1239', - ], - 2416 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7086', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '22', - 'prev_word_id' => '1239', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1158', - ], - 2417 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7087', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '23', - 'prev_word_id' => '1158', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1149', - ], - 2418 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7088', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '24', - 'prev_word_id' => '1149', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2419 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7089', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '25', - 'prev_word_id' => '1188', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1103', - ], - 2420 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7090', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '26', - 'prev_word_id' => '1103', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2421 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7091', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '27', - 'prev_word_id' => '1014', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1158', - ], - 2422 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7092', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '28', - 'prev_word_id' => '1158', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '986', - ], - 2423 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7093', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '29', - 'prev_word_id' => '986', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1196', - ], - 2424 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7094', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '30', - 'prev_word_id' => '1196', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2425 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7095', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '31', - 'prev_word_id' => '1020', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2426 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7096', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '32', - 'prev_word_id' => '1017', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1171', - ], - 2427 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7097', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '33', - 'prev_word_id' => '1171', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1144', - ], - 2428 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7098', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '34', - 'prev_word_id' => '1144', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '825', - ], - 2429 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7099', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '35', - 'prev_word_id' => '825', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1019', - ], - 2430 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7100', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '36', - 'prev_word_id' => '1019', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2431 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '96', - 'frequency' => '0', - 'id' => '7101', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '37', - 'prev_word_id' => '1040', - 'published' => '1311154182', - 'section_id' => '1', - 'word_id' => '1165', - ], - 2432 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7102', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2433 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7103', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '1', - 'prev_word_id' => '1011', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1144', - ], - 2434 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7104', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '2', - 'prev_word_id' => '1144', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '987', - ], - 2435 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7105', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '3', - 'prev_word_id' => '987', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1107', - ], - 2436 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7106', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '4', - 'prev_word_id' => '1107', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1038', - ], - 2437 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7107', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '5', - 'prev_word_id' => '1038', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1172', - ], - 2438 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7108', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '6', - 'prev_word_id' => '1172', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2439 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7109', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '7', - 'prev_word_id' => '1000', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1051', - ], - 2440 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7110', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '8', - 'prev_word_id' => '1051', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1028', - ], - 2441 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7111', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1217', - 'placement' => '9', - 'prev_word_id' => '1028', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1105', - ], - 2442 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7112', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '10', - 'prev_word_id' => '1105', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1217', - ], - 2443 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7113', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '11', - 'prev_word_id' => '1217', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2444 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7114', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '12', - 'prev_word_id' => '1020', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1196', - ], - 2445 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7115', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '13', - 'prev_word_id' => '1196', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1013', - ], - 2446 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7116', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '14', - 'prev_word_id' => '1013', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1143', - ], - 2447 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7117', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '15', - 'prev_word_id' => '1143', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2448 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7118', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '16', - 'prev_word_id' => '1026', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1019', - ], - 2449 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7119', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '17', - 'prev_word_id' => '1019', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1100', - ], - 2450 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7120', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '18', - 'prev_word_id' => '1100', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '981', - ], - 2451 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7121', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '19', - 'prev_word_id' => '981', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1015', - ], - 2452 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7122', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '20', - 'prev_word_id' => '1015', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2453 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7123', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '21', - 'prev_word_id' => '1026', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1103', - ], - 2454 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7124', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '22', - 'prev_word_id' => '1103', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1005', - ], - 2455 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7125', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '23', - 'prev_word_id' => '1005', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '982', - ], - 2456 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7126', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '24', - 'prev_word_id' => '982', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1012', - ], - 2457 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7127', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '25', - 'prev_word_id' => '1012', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '992', - ], - 2458 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7128', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '26', - 'prev_word_id' => '992', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '993', - ], - 2459 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7129', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '27', - 'prev_word_id' => '993', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1161', - ], - 2460 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7130', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '28', - 'prev_word_id' => '1161', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1163', - ], - 2461 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7131', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '29', - 'prev_word_id' => '1163', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1143', - ], - 2462 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7132', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '30', - 'prev_word_id' => '1143', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '983', - ], - 2463 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7133', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '31', - 'prev_word_id' => '983', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1053', - ], - 2464 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7134', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '32', - 'prev_word_id' => '1053', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1197', - ], - 2465 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7135', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '33', - 'prev_word_id' => '1197', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1168', - ], - 2466 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7136', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '34', - 'prev_word_id' => '1168', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2467 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7137', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '35', - 'prev_word_id' => '1040', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '992', - ], - 2468 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7138', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '36', - 'prev_word_id' => '992', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '993', - ], - 2469 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7139', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '37', - 'prev_word_id' => '993', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1036', - ], - 2470 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7140', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '38', - 'prev_word_id' => '1036', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1196', - ], - 2471 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7141', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '39', - 'prev_word_id' => '1196', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '999', - ], - 2472 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7142', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '40', - 'prev_word_id' => '999', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2473 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7143', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '41', - 'prev_word_id' => '1026', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1053', - ], - 2474 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7144', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '42', - 'prev_word_id' => '1053', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '981', - ], - 2475 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7145', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '43', - 'prev_word_id' => '981', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2476 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7146', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '44', - 'prev_word_id' => '1001', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1039', - ], - 2477 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7147', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '45', - 'prev_word_id' => '1039', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2478 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7148', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '46', - 'prev_word_id' => '1000', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1192', - ], - 2479 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7149', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '47', - 'prev_word_id' => '1192', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1116', - ], - 2480 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7150', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '48', - 'prev_word_id' => '1116', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1161', - ], - 2481 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7151', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '49', - 'prev_word_id' => '1161', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1145', - ], - 2482 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7152', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '50', - 'prev_word_id' => '1145', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2483 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7153', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '51', - 'prev_word_id' => '1001', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1027', - ], - 2484 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7154', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '52', - 'prev_word_id' => '1027', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1114', - ], - 2485 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7155', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '53', - 'prev_word_id' => '1114', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1164', - ], - 2486 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7156', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '54', - 'prev_word_id' => '1164', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1106', - ], - 2487 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7157', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '55', - 'prev_word_id' => '1106', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1221', - ], - 2488 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7158', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '56', - 'prev_word_id' => '1221', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2489 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7159', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '57', - 'prev_word_id' => '1020', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1033', - ], - 2490 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7160', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '58', - 'prev_word_id' => '1033', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '992', - ], - 2491 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7161', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '59', - 'prev_word_id' => '992', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '993', - ], - 2492 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7162', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '60', - 'prev_word_id' => '993', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1053', - ], - 2493 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7163', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '61', - 'prev_word_id' => '1053', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2494 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7164', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '62', - 'prev_word_id' => '1188', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1034', - ], - 2495 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7165', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '63', - 'prev_word_id' => '1034', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1044', - ], - 2496 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7166', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '64', - 'prev_word_id' => '1044', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1033', - ], - 2497 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7167', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '65', - 'prev_word_id' => '1033', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1149', - ], - 2498 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7168', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '66', - 'prev_word_id' => '1149', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1013', - ], - 2499 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7169', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '67', - 'prev_word_id' => '1013', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1018', - ], - 2500 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7170', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '68', - 'prev_word_id' => '1018', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1018', - ], - 2501 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7171', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '69', - 'prev_word_id' => '1018', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1157', - ], - 2502 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7172', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1138', - 'placement' => '70', - 'prev_word_id' => '1157', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1006', - ], - 2503 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7173', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '71', - 'prev_word_id' => '1006', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1138', - ], - 2504 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7174', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '72', - 'prev_word_id' => '1138', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1161', - ], - 2505 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7175', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '73', - 'prev_word_id' => '1161', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '995', - ], - 2506 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7176', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '74', - 'prev_word_id' => '995', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '990', - ], - 2507 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7177', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '75', - 'prev_word_id' => '990', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2508 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7178', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '76', - 'prev_word_id' => '1000', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '988', - ], - 2509 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7179', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '77', - 'prev_word_id' => '988', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '863', - ], - 2510 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '97', - 'frequency' => '0', - 'id' => '7180', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '78', - 'prev_word_id' => '863', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '998', - ], - 2511 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7181', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '874', - ], - 2512 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7182', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1166', - 'placement' => '1', - 'prev_word_id' => '874', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2513 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7183', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '2', - 'prev_word_id' => '1017', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1166', - ], - 2514 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7184', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '3', - 'prev_word_id' => '1166', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1051', - ], - 2515 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7185', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '4', - 'prev_word_id' => '1051', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2516 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7186', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '5', - 'prev_word_id' => '1001', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1049', - ], - 2517 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7187', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '6', - 'prev_word_id' => '1049', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '997', - ], - 2518 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7188', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '7', - 'prev_word_id' => '997', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1036', - ], - 2519 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7189', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '8', - 'prev_word_id' => '1036', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1145', - ], - 2520 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7190', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '9', - 'prev_word_id' => '1145', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1197', - ], - 2521 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7191', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1167', - 'placement' => '10', - 'prev_word_id' => '1197', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1002', - ], - 2522 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7192', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '11', - 'prev_word_id' => '1002', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1167', - ], - 2523 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7193', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '12', - 'prev_word_id' => '1167', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1050', - ], - 2524 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7194', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '13', - 'prev_word_id' => '1050', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1140', - ], - 2525 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7195', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '14', - 'prev_word_id' => '1140', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1193', - ], - 2526 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7196', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '15', - 'prev_word_id' => '1193', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1143', - ], - 2527 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7197', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '16', - 'prev_word_id' => '1143', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1045', - ], - 2528 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7198', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '17', - 'prev_word_id' => '1045', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1102', - ], - 2529 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7199', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '18', - 'prev_word_id' => '1102', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1052', - ], - 2530 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7200', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '19', - 'prev_word_id' => '1052', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1028', - ], - 2531 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7201', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '20', - 'prev_word_id' => '1028', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1168', - ], - 2532 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7202', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '21', - 'prev_word_id' => '1168', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1157', - ], - 2533 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7203', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '22', - 'prev_word_id' => '1157', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1107', - ], - 2534 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7204', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '23', - 'prev_word_id' => '1107', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1157', - ], - 2535 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7205', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '24', - 'prev_word_id' => '1157', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '997', - ], - 2536 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7206', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '25', - 'prev_word_id' => '997', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2537 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7207', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '26', - 'prev_word_id' => '1040', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1218', - ], - 2538 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7208', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '27', - 'prev_word_id' => '1218', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1156', - ], - 2539 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7209', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1209', - 'placement' => '28', - 'prev_word_id' => '1156', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1089', - ], - 2540 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7210', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '29', - 'prev_word_id' => '1089', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1209', - ], - 2541 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7211', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '30', - 'prev_word_id' => '1209', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1013', - ], - 2542 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7212', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '31', - 'prev_word_id' => '1013', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '994', - ], - 2543 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7213', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '32', - 'prev_word_id' => '994', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2544 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7214', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '33', - 'prev_word_id' => '1020', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1007', - ], - 2545 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7215', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '34', - 'prev_word_id' => '1007', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1145', - ], - 2546 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7216', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '35', - 'prev_word_id' => '1145', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '863', - ], - 2547 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7217', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '36', - 'prev_word_id' => '863', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1162', - ], - 2548 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7218', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '37', - 'prev_word_id' => '1162', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '863', - ], - 2549 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7219', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1166', - 'placement' => '38', - 'prev_word_id' => '863', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1099', - ], - 2550 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7220', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '39', - 'prev_word_id' => '1099', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1166', - ], - 2551 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7221', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '40', - 'prev_word_id' => '1166', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1119', - ], - 2552 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7222', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '41', - 'prev_word_id' => '1119', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1047', - ], - 2553 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7223', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '42', - 'prev_word_id' => '1047', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1108', - ], - 2554 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7224', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '43', - 'prev_word_id' => '1108', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1101', - ], - 2555 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7225', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '44', - 'prev_word_id' => '1101', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '988', - ], - 2556 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7226', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '45', - 'prev_word_id' => '988', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1137', - ], - 2557 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7227', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '46', - 'prev_word_id' => '1137', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '994', - ], - 2558 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7228', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '47', - 'prev_word_id' => '994', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2559 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7229', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '48', - 'prev_word_id' => '1014', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '810', - ], - 2560 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7230', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '49', - 'prev_word_id' => '810', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1203', - ], - 2561 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7231', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '50', - 'prev_word_id' => '1203', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1221', - ], - 2562 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7232', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '51', - 'prev_word_id' => '1221', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1002', - ], - 2563 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7233', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '52', - 'prev_word_id' => '1002', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1016', - ], - 2564 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7234', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '53', - 'prev_word_id' => '1016', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1156', - ], - 2565 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7235', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '54', - 'prev_word_id' => '1156', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '986', - ], - 2566 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7236', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '55', - 'prev_word_id' => '986', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1013', - ], - 2567 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7237', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '56', - 'prev_word_id' => '1013', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1037', - ], - 2568 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7238', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '57', - 'prev_word_id' => '1037', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1161', - ], - 2569 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7239', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '58', - 'prev_word_id' => '1161', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1113', - ], - 2570 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7240', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '59', - 'prev_word_id' => '1113', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1107', - ], - 2571 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7241', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '60', - 'prev_word_id' => '1107', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1218', - ], - 2572 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7242', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '61', - 'prev_word_id' => '1218', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2573 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7243', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '62', - 'prev_word_id' => '1001', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '982', - ], - 2574 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7244', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '63', - 'prev_word_id' => '982', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '991', - ], - 2575 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7245', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '64', - 'prev_word_id' => '991', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1019', - ], - 2576 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7246', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '65', - 'prev_word_id' => '1019', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2577 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7247', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '66', - 'prev_word_id' => '1017', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1144', - ], - 2578 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7248', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '67', - 'prev_word_id' => '1144', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1147', - ], - 2579 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7249', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '68', - 'prev_word_id' => '1147', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1039', - ], - 2580 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7250', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '69', - 'prev_word_id' => '1039', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2581 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7251', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '70', - 'prev_word_id' => '1011', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1187', - ], - 2582 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7252', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '71', - 'prev_word_id' => '1187', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1039', - ], - 2583 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7253', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1139', - 'placement' => '72', - 'prev_word_id' => '1039', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '810', - ], - 2584 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7254', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '73', - 'prev_word_id' => '810', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1139', - ], - 2585 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7255', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '74', - 'prev_word_id' => '1139', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1101', - ], - 2586 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7256', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '75', - 'prev_word_id' => '1101', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1168', - ], - 2587 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7257', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '76', - 'prev_word_id' => '1168', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1113', - ], - 2588 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7258', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '77', - 'prev_word_id' => '1113', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1031', - ], - 2589 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7259', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '78', - 'prev_word_id' => '1031', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1039', - ], - 2590 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7260', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '79', - 'prev_word_id' => '1039', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '863', - ], - 2591 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7261', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '80', - 'prev_word_id' => '863', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1239', - ], - 2592 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7262', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '81', - 'prev_word_id' => '1239', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1158', - ], - 2593 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7263', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '82', - 'prev_word_id' => '1158', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1149', - ], - 2594 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7264', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '83', - 'prev_word_id' => '1149', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2595 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7265', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '84', - 'prev_word_id' => '1188', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1103', - ], - 2596 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7266', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '85', - 'prev_word_id' => '1103', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2597 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7267', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '86', - 'prev_word_id' => '1014', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1158', - ], - 2598 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7268', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '87', - 'prev_word_id' => '1158', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '986', - ], - 2599 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7269', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '88', - 'prev_word_id' => '986', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1196', - ], - 2600 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7270', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '89', - 'prev_word_id' => '1196', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2601 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7271', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '90', - 'prev_word_id' => '1020', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2602 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7272', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '91', - 'prev_word_id' => '1017', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1171', - ], - 2603 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7273', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '92', - 'prev_word_id' => '1171', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1144', - ], - 2604 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7274', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '93', - 'prev_word_id' => '1144', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '825', - ], - 2605 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7275', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '94', - 'prev_word_id' => '825', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1019', - ], - 2606 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7276', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '95', - 'prev_word_id' => '1019', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2607 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '98', - 'frequency' => '0', - 'id' => '7277', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '96', - 'prev_word_id' => '1040', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1165', - ], - 2608 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7278', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2609 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7279', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '1', - 'prev_word_id' => '1000', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1119', - ], - 2610 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7280', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '2', - 'prev_word_id' => '1119', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '983', - ], - 2611 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7281', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '3', - 'prev_word_id' => '983', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1119', - ], - 2612 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7282', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '4', - 'prev_word_id' => '1119', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1162', - ], - 2613 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7283', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '5', - 'prev_word_id' => '1162', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1171', - ], - 2614 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7284', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '6', - 'prev_word_id' => '1171', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1034', - ], - 2615 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7285', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '7', - 'prev_word_id' => '1034', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2616 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7286', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '8', - 'prev_word_id' => '1014', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2617 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7287', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '9', - 'prev_word_id' => '1001', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1002', - ], - 2618 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7288', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '10', - 'prev_word_id' => '1002', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1171', - ], - 2619 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7289', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1206', - 'placement' => '11', - 'prev_word_id' => '1171', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1157', - ], - 2620 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7290', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '12', - 'prev_word_id' => '1157', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1206', - ], - 2621 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7291', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '13', - 'prev_word_id' => '1206', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1239', - ], - 2622 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7292', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '14', - 'prev_word_id' => '1239', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '981', - ], - 2623 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7293', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '15', - 'prev_word_id' => '981', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2624 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7294', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '16', - 'prev_word_id' => '1026', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1038', - ], - 2625 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7295', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '17', - 'prev_word_id' => '1038', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1030', - ], - 2626 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7296', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1097', - 'placement' => '18', - 'prev_word_id' => '1030', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1112', - ], - 2627 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7297', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '19', - 'prev_word_id' => '1112', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1097', - ], - 2628 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7298', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '20', - 'prev_word_id' => '1097', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1162', - ], - 2629 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7299', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '21', - 'prev_word_id' => '1162', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '999', - ], - 2630 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7300', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '22', - 'prev_word_id' => '999', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1117', - ], - 2631 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7301', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '23', - 'prev_word_id' => '1117', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1103', - ], - 2632 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7302', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '24', - 'prev_word_id' => '1103', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2633 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7303', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '25', - 'prev_word_id' => '1001', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1053', - ], - 2634 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7304', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '26', - 'prev_word_id' => '1053', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1038', - ], - 2635 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7305', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '27', - 'prev_word_id' => '1038', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1019', - ], - 2636 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7306', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '28', - 'prev_word_id' => '1019', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1171', - ], - 2637 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7307', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '29', - 'prev_word_id' => '1171', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1194', - ], - 2638 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7308', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '30', - 'prev_word_id' => '1194', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2639 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7309', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '31', - 'prev_word_id' => '1011', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1186', - ], - 2640 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7310', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '32', - 'prev_word_id' => '1186', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '986', - ], - 2641 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7311', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '33', - 'prev_word_id' => '986', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '995', - ], - 2642 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7312', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '34', - 'prev_word_id' => '995', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1052', - ], - 2643 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7313', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '35', - 'prev_word_id' => '1052', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1110', - ], - 2644 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7314', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '36', - 'prev_word_id' => '1110', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '996', - ], - 2645 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7315', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '37', - 'prev_word_id' => '996', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1012', - ], - 2646 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7316', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '38', - 'prev_word_id' => '1012', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1239', - ], - 2647 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7317', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1217', - 'placement' => '39', - 'prev_word_id' => '1239', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1006', - ], - 2648 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7318', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1240', - 'placement' => '40', - 'prev_word_id' => '1006', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1217', - ], - 2649 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7319', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '41', - 'prev_word_id' => '1217', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1240', - ], - 2650 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7320', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '42', - 'prev_word_id' => '1240', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2651 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7321', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '43', - 'prev_word_id' => '1040', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1041', - ], - 2652 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7322', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '44', - 'prev_word_id' => '1041', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1013', - ], - 2653 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7323', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '45', - 'prev_word_id' => '1013', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1193', - ], - 2654 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7324', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '46', - 'prev_word_id' => '1193', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '981', - ], - 2655 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7325', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '47', - 'prev_word_id' => '981', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1041', - ], - 2656 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7326', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1206', - 'placement' => '48', - 'prev_word_id' => '1041', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '997', - ], - 2657 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7327', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '49', - 'prev_word_id' => '997', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1206', - ], - 2658 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7328', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '50', - 'prev_word_id' => '1206', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1186', - ], - 2659 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7329', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '51', - 'prev_word_id' => '1186', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1218', - ], - 2660 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7330', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1217', - 'placement' => '52', - 'prev_word_id' => '1218', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1163', - ], - 2661 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7331', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '53', - 'prev_word_id' => '1163', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1217', - ], - 2662 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7332', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '54', - 'prev_word_id' => '1217', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1144', - ], - 2663 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7333', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '55', - 'prev_word_id' => '1144', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1103', - ], - 2664 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7334', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '56', - 'prev_word_id' => '1103', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1172', - ], - 2665 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7335', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '57', - 'prev_word_id' => '1172', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1006', - ], - 2666 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7336', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1230', - 'placement' => '58', - 'prev_word_id' => '1006', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1108', - ], - 2667 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7337', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '59', - 'prev_word_id' => '1108', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1230', - ], - 2668 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7338', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '60', - 'prev_word_id' => '1230', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1220', - ], - 2669 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7339', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1231', - 'placement' => '61', - 'prev_word_id' => '1220', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1116', - ], - 2670 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7340', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '62', - 'prev_word_id' => '1116', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1231', - ], - 2671 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7341', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1232', - 'placement' => '63', - 'prev_word_id' => '1231', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1089', - ], - 2672 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7342', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '64', - 'prev_word_id' => '1089', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1232', - ], - 2673 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7343', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '65', - 'prev_word_id' => '1232', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1089', - ], - 2674 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7344', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1233', - 'placement' => '66', - 'prev_word_id' => '1089', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '994', - ], - 2675 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7345', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '67', - 'prev_word_id' => '994', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1233', - ], - 2676 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7346', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '68', - 'prev_word_id' => '1233', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2677 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7347', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '69', - 'prev_word_id' => '1188', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1016', - ], - 2678 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7348', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '70', - 'prev_word_id' => '1016', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1043', - ], - 2679 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7349', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '71', - 'prev_word_id' => '1043', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '863', - ], - 2680 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7350', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '72', - 'prev_word_id' => '863', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1152', - ], - 2681 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7351', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '73', - 'prev_word_id' => '1152', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1153', - ], - 2682 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7352', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1155', - 'placement' => '74', - 'prev_word_id' => '1153', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1154', - ], - 2683 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7353', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '75', - 'prev_word_id' => '1154', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1155', - ], - 2684 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7354', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '76', - 'prev_word_id' => '1155', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2685 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7355', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '77', - 'prev_word_id' => '1000', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1119', - ], - 2686 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7356', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '78', - 'prev_word_id' => '1119', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1118', - ], - 2687 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7357', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '79', - 'prev_word_id' => '1118', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1149', - ], - 2688 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7358', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '80', - 'prev_word_id' => '1149', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1172', - ], - 2689 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7359', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '81', - 'prev_word_id' => '1172', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2690 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7360', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '82', - 'prev_word_id' => '1017', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1169', - ], - 2691 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '99', - 'frequency' => '0', - 'id' => '7361', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '83', - 'prev_word_id' => '1169', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1034', - ], - 2692 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7362', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2693 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7363', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '1', - 'prev_word_id' => '1026', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1118', - ], - 2694 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7364', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '2', - 'prev_word_id' => '1118', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1035', - ], - 2695 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7365', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '3', - 'prev_word_id' => '1035', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '825', - ], - 2696 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7366', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '4', - 'prev_word_id' => '825', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2697 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7367', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '5', - 'prev_word_id' => '1040', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2698 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7368', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '6', - 'prev_word_id' => '1020', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1002', - ], - 2699 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7369', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '7', - 'prev_word_id' => '1002', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1195', - ], - 2700 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7370', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '8', - 'prev_word_id' => '1195', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1048', - ], - 2701 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7371', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '9', - 'prev_word_id' => '1048', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1163', - ], - 2702 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7372', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '10', - 'prev_word_id' => '1163', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1028', - ], - 2703 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7373', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '11', - 'prev_word_id' => '1028', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1046', - ], - 2704 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7374', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '12', - 'prev_word_id' => '1046', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1162', - ], - 2705 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7375', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1152', - 'placement' => '13', - 'prev_word_id' => '1162', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '863', - ], - 2706 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7376', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1153', - 'placement' => '14', - 'prev_word_id' => '863', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1152', - ], - 2707 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7377', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1154', - 'placement' => '15', - 'prev_word_id' => '1152', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1153', - ], - 2708 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7378', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1155', - 'placement' => '16', - 'prev_word_id' => '1153', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1154', - ], - 2709 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7379', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '17', - 'prev_word_id' => '1154', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1155', - ], - 2710 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7380', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '18', - 'prev_word_id' => '1155', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2711 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7381', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '19', - 'prev_word_id' => '1026', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1110', - ], - 2712 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7382', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '20', - 'prev_word_id' => '1110', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1045', - ], - 2713 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7383', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '21', - 'prev_word_id' => '1045', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1164', - ], - 2714 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7384', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '22', - 'prev_word_id' => '1164', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2715 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7385', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '23', - 'prev_word_id' => '1000', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1043', - ], - 2716 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7386', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '24', - 'prev_word_id' => '1043', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1010', - ], - 2717 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7387', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '25', - 'prev_word_id' => '1010', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '825', - ], - 2718 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7388', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '26', - 'prev_word_id' => '825', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1162', - ], - 2719 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7389', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '27', - 'prev_word_id' => '1162', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2720 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7390', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '28', - 'prev_word_id' => '1000', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1049', - ], - 2721 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7391', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '29', - 'prev_word_id' => '1049', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1102', - ], - 2722 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7392', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '30', - 'prev_word_id' => '1102', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '990', - ], - 2723 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7393', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '31', - 'prev_word_id' => '990', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '995', - ], - 2724 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7394', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '32', - 'prev_word_id' => '995', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1116', - ], - 2725 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7395', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '33', - 'prev_word_id' => '1116', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1171', - ], - 2726 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7396', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '34', - 'prev_word_id' => '1171', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1117', - ], - 2727 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7397', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '35', - 'prev_word_id' => '1117', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '992', - ], - 2728 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7398', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '36', - 'prev_word_id' => '992', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '993', - ], - 2729 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7399', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '37', - 'prev_word_id' => '993', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1168', - ], - 2730 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7400', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '38', - 'prev_word_id' => '1168', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1135', - ], - 2731 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7401', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '39', - 'prev_word_id' => '1135', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2732 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7402', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '40', - 'prev_word_id' => '1001', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1039', - ], - 2733 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7403', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '41', - 'prev_word_id' => '1039', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1108', - ], - 2734 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7404', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '42', - 'prev_word_id' => '1108', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1003', - ], - 2735 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7405', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '43', - 'prev_word_id' => '1003', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1239', - ], - 2736 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7406', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '44', - 'prev_word_id' => '1239', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '989', - ], - 2737 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7407', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '45', - 'prev_word_id' => '989', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '863', - ], - 2738 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7408', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '46', - 'prev_word_id' => '863', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1107', - ], - 2739 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7409', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '47', - 'prev_word_id' => '1107', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1106', - ], - 2740 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7410', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '48', - 'prev_word_id' => '1106', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '983', - ], - 2741 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7411', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '49', - 'prev_word_id' => '983', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1031', - ], - 2742 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7412', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '50', - 'prev_word_id' => '1031', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1038', - ], - 2743 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7413', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '51', - 'prev_word_id' => '1038', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2744 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7414', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '52', - 'prev_word_id' => '1011', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '996', - ], - 2745 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7415', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '53', - 'prev_word_id' => '996', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '863', - ], - 2746 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7416', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '54', - 'prev_word_id' => '863', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '996', - ], - 2747 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7417', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '55', - 'prev_word_id' => '996', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1032', - ], - 2748 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7418', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '56', - 'prev_word_id' => '1032', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1197', - ], - 2749 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7419', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '57', - 'prev_word_id' => '1197', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '825', - ], - 2750 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7420', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '58', - 'prev_word_id' => '825', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '984', - ], - 2751 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7421', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '59', - 'prev_word_id' => '984', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1043', - ], - 2752 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7422', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '60', - 'prev_word_id' => '1043', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '994', - ], - 2753 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7423', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '61', - 'prev_word_id' => '994', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2754 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7424', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '62', - 'prev_word_id' => '1001', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1113', - ], - 2755 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7425', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '63', - 'prev_word_id' => '1113', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2756 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7426', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '64', - 'prev_word_id' => '1026', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1118', - ], - 2757 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7427', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '65', - 'prev_word_id' => '1118', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1239', - ], - 2758 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7428', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '66', - 'prev_word_id' => '1239', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1049', - ], - 2759 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7429', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '67', - 'prev_word_id' => '1049', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1047', - ], - 2760 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7430', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '68', - 'prev_word_id' => '1047', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1221', - ], - 2761 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7431', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '69', - 'prev_word_id' => '1221', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1189', - ], - 2762 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7432', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '70', - 'prev_word_id' => '1189', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2763 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7433', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '71', - 'prev_word_id' => '1014', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1010', - ], - 2764 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7434', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '72', - 'prev_word_id' => '1010', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1239', - ], - 2765 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7435', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '73', - 'prev_word_id' => '1239', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1135', - ], - 2766 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7436', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '74', - 'prev_word_id' => '1135', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2767 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7437', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '75', - 'prev_word_id' => '1188', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1049', - ], - 2768 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7438', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '76', - 'prev_word_id' => '1049', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2769 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7439', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '77', - 'prev_word_id' => '1011', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '863', - ], - 2770 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7440', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '78', - 'prev_word_id' => '863', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1141', - ], - 2771 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7441', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '79', - 'prev_word_id' => '1141', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1135', - ], - 2772 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7442', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '80', - 'prev_word_id' => '1135', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '985', - ], - 2773 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7443', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '81', - 'prev_word_id' => '985', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1162', - ], - 2774 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7444', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '82', - 'prev_word_id' => '1162', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '992', - ], - 2775 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7445', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '83', - 'prev_word_id' => '992', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '993', - ], - 2776 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7446', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '84', - 'prev_word_id' => '993', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '989', - ], - 2777 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7447', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '85', - 'prev_word_id' => '989', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1145', - ], - 2778 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7448', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '86', - 'prev_word_id' => '1145', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1053', - ], - 2779 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7449', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1098', - 'placement' => '87', - 'prev_word_id' => '1053', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '981', - ], - 2780 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7450', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '88', - 'prev_word_id' => '981', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1098', - ], - 2781 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7451', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '89', - 'prev_word_id' => '1098', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1218', - ], - 2782 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7452', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '90', - 'prev_word_id' => '1218', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2783 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '100', - 'frequency' => '0', - 'id' => '7453', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '91', - 'prev_word_id' => '1020', - 'published' => '1311154183', - 'section_id' => '1', - 'word_id' => '1002', - ], - 2784 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7454', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1241', - ], - 2785 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7455', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '1', - 'prev_word_id' => '1241', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1114', - ], - 2786 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7456', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '2', - 'prev_word_id' => '1114', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1186', - ], - 2787 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7457', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '3', - 'prev_word_id' => '1186', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1015', - ], - 2788 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7458', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '4', - 'prev_word_id' => '1015', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1016', - ], - 2789 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7459', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '5', - 'prev_word_id' => '1016', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1047', - ], - 2790 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7460', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1199', - 'placement' => '6', - 'prev_word_id' => '1047', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '982', - ], - 2791 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7461', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '7', - 'prev_word_id' => '982', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1199', - ], - 2792 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7462', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '8', - 'prev_word_id' => '1199', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2793 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7463', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '9', - 'prev_word_id' => '1040', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2794 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7464', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '10', - 'prev_word_id' => '1001', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2795 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7465', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '11', - 'prev_word_id' => '1000', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1149', - ], - 2796 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7466', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '12', - 'prev_word_id' => '1149', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1045', - ], - 2797 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7467', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '13', - 'prev_word_id' => '1045', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '995', - ], - 2798 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7468', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '14', - 'prev_word_id' => '995', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1160', - ], - 2799 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7469', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '15', - 'prev_word_id' => '1160', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2800 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7470', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '16', - 'prev_word_id' => '1011', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1146', - ], - 2801 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7471', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '17', - 'prev_word_id' => '1146', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1089', - ], - 2802 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7472', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '18', - 'prev_word_id' => '1089', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1157', - ], - 2803 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7473', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '19', - 'prev_word_id' => '1157', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1135', - ], - 2804 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7474', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '20', - 'prev_word_id' => '1135', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2805 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7475', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '21', - 'prev_word_id' => '1011', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1161', - ], - 2806 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7476', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '22', - 'prev_word_id' => '1161', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2807 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7477', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '23', - 'prev_word_id' => '1040', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2808 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7478', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '24', - 'prev_word_id' => '1000', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '998', - ], - 2809 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7479', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '25', - 'prev_word_id' => '998', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1198', - ], - 2810 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7480', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '26', - 'prev_word_id' => '1198', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1030', - ], - 2811 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7481', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '27', - 'prev_word_id' => '1030', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1110', - ], - 2812 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7482', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '28', - 'prev_word_id' => '1110', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '995', - ], - 2813 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7483', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '29', - 'prev_word_id' => '995', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1028', - ], - 2814 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7484', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '30', - 'prev_word_id' => '1028', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2815 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7485', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '31', - 'prev_word_id' => '1011', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1141', - ], - 2816 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7486', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '32', - 'prev_word_id' => '1141', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '987', - ], - 2817 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7487', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '33', - 'prev_word_id' => '987', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2818 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7488', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '34', - 'prev_word_id' => '1001', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1012', - ], - 2819 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7489', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '35', - 'prev_word_id' => '1012', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1047', - ], - 2820 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7490', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '36', - 'prev_word_id' => '1047', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '863', - ], - 2821 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7491', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '37', - 'prev_word_id' => '863', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1099', - ], - 2822 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7492', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '38', - 'prev_word_id' => '1099', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1107', - ], - 2823 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7493', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '39', - 'prev_word_id' => '1107', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '996', - ], - 2824 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7494', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '40', - 'prev_word_id' => '996', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1165', - ], - 2825 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7495', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '41', - 'prev_word_id' => '1165', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1140', - ], - 2826 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7496', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1138', - 'placement' => '42', - 'prev_word_id' => '1140', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1172', - ], - 2827 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7497', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '43', - 'prev_word_id' => '1172', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1138', - ], - 2828 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7498', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '44', - 'prev_word_id' => '1138', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1031', - ], - 2829 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7499', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '45', - 'prev_word_id' => '1031', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1106', - ], - 2830 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7500', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '46', - 'prev_word_id' => '1106', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1137', - ], - 2831 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7501', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '47', - 'prev_word_id' => '1137', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1186', - ], - 2832 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7502', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '48', - 'prev_word_id' => '1186', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '987', - ], - 2833 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7503', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '49', - 'prev_word_id' => '987', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1171', - ], - 2834 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7504', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '50', - 'prev_word_id' => '1171', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1032', - ], - 2835 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7505', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '51', - 'prev_word_id' => '1032', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1013', - ], - 2836 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7506', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '52', - 'prev_word_id' => '1013', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1208', - ], - 2837 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7507', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '53', - 'prev_word_id' => '1208', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1187', - ], - 2838 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7508', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '54', - 'prev_word_id' => '1187', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1028', - ], - 2839 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7509', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '55', - 'prev_word_id' => '1028', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2840 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7510', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '56', - 'prev_word_id' => '1001', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '986', - ], - 2841 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7511', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '57', - 'prev_word_id' => '986', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1032', - ], - 2842 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7512', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '58', - 'prev_word_id' => '1032', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1100', - ], - 2843 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7513', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1166', - 'placement' => '59', - 'prev_word_id' => '1100', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '995', - ], - 2844 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7514', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '60', - 'prev_word_id' => '995', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1166', - ], - 2845 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7515', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '61', - 'prev_word_id' => '1166', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1020', - ], - 2846 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7516', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '62', - 'prev_word_id' => '1020', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1146', - ], - 2847 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7517', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '63', - 'prev_word_id' => '1146', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '810', - ], - 2848 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7518', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '64', - 'prev_word_id' => '810', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '988', - ], - 2849 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7519', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '65', - 'prev_word_id' => '988', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '863', - ], - 2850 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7520', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '66', - 'prev_word_id' => '863', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1169', - ], - 2851 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7521', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '67', - 'prev_word_id' => '1169', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1196', - ], - 2852 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7522', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '68', - 'prev_word_id' => '1196', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1006', - ], - 2853 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7523', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '69', - 'prev_word_id' => '1006', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2854 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7524', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '70', - 'prev_word_id' => '1001', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '994', - ], - 2855 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7525', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '71', - 'prev_word_id' => '994', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1045', - ], - 2856 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7526', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '72', - 'prev_word_id' => '1045', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '998', - ], - 2857 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7527', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1167', - 'placement' => '73', - 'prev_word_id' => '998', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1047', - ], - 2858 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7528', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '74', - 'prev_word_id' => '1047', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1167', - ], - 2859 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7529', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '75', - 'prev_word_id' => '1167', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1195', - ], - 2860 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7530', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '76', - 'prev_word_id' => '1195', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1158', - ], - 2861 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7531', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '77', - 'prev_word_id' => '1158', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1047', - ], - 2862 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7532', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '78', - 'prev_word_id' => '1047', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '825', - ], - 2863 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7533', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '79', - 'prev_word_id' => '825', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1142', - ], - 2864 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7534', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '80', - 'prev_word_id' => '1142', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '825', - ], - 2865 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7535', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '81', - 'prev_word_id' => '825', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1194', - ], - 2866 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7536', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '82', - 'prev_word_id' => '1194', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1198', - ], - 2867 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '101', - 'frequency' => '0', - 'id' => '7537', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '83', - 'prev_word_id' => '1198', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2868 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7538', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2869 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7539', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '1', - 'prev_word_id' => '1026', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1111', - ], - 2870 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7540', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '2', - 'prev_word_id' => '1111', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '982', - ], - 2871 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7541', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '3', - 'prev_word_id' => '982', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '996', - ], - 2872 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7542', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '4', - 'prev_word_id' => '996', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1145', - ], - 2873 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7543', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '5', - 'prev_word_id' => '1145', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1048', - ], - 2874 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7544', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '6', - 'prev_word_id' => '1048', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1099', - ], - 2875 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7545', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '7', - 'prev_word_id' => '1099', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1171', - ], - 2876 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7546', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '8', - 'prev_word_id' => '1171', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1168', - ], - 2877 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7547', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '9', - 'prev_word_id' => '1168', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '987', - ], - 2878 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7548', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '10', - 'prev_word_id' => '987', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '992', - ], - 2879 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7549', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '11', - 'prev_word_id' => '992', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '993', - ], - 2880 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7550', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '12', - 'prev_word_id' => '993', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1041', - ], - 2881 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7551', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '13', - 'prev_word_id' => '1041', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '992', - ], - 2882 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7552', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '14', - 'prev_word_id' => '992', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '993', - ], - 2883 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7553', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '15', - 'prev_word_id' => '993', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1041', - ], - 2884 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7554', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1166', - 'placement' => '16', - 'prev_word_id' => '1041', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '985', - ], - 2885 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7555', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '17', - 'prev_word_id' => '985', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1166', - ], - 2886 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7556', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '18', - 'prev_word_id' => '1166', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2887 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7557', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '19', - 'prev_word_id' => '1026', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1111', - ], - 2888 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7558', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '20', - 'prev_word_id' => '1111', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '982', - ], - 2889 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7559', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '21', - 'prev_word_id' => '982', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '996', - ], - 2890 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7560', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '22', - 'prev_word_id' => '996', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1137', - ], - 2891 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7561', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '23', - 'prev_word_id' => '1137', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1001', - ], - 2892 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7562', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '24', - 'prev_word_id' => '1001', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '998', - ], - 2893 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7563', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '25', - 'prev_word_id' => '998', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '863', - ], - 2894 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7564', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '26', - 'prev_word_id' => '863', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1198', - ], - 2895 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7565', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '27', - 'prev_word_id' => '1198', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1019', - ], - 2896 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7566', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '28', - 'prev_word_id' => '1019', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2897 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7567', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '29', - 'prev_word_id' => '1040', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '995', - ], - 2898 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7568', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '30', - 'prev_word_id' => '995', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1208', - ], - 2899 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7569', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '31', - 'prev_word_id' => '1208', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1044', - ], - 2900 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7570', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '32', - 'prev_word_id' => '1044', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '998', - ], - 2901 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7571', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '33', - 'prev_word_id' => '998', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1010', - ], - 2902 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7572', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '34', - 'prev_word_id' => '1010', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2903 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7573', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '35', - 'prev_word_id' => '1017', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1101', - ], - 2904 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7574', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '36', - 'prev_word_id' => '1101', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1007', - ], - 2905 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7575', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '37', - 'prev_word_id' => '1007', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1035', - ], - 2906 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7576', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '38', - 'prev_word_id' => '1035', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1018', - ], - 2907 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7577', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '39', - 'prev_word_id' => '1018', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1142', - ], - 2908 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7578', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '40', - 'prev_word_id' => '1142', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1170', - ], - 2909 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7579', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1209', - 'placement' => '41', - 'prev_word_id' => '1170', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1203', - ], - 2910 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7580', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '42', - 'prev_word_id' => '1203', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1209', - ], - 2911 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7581', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '43', - 'prev_word_id' => '1209', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2912 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7582', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1199', - 'placement' => '44', - 'prev_word_id' => '1000', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '996', - ], - 2913 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7583', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '45', - 'prev_word_id' => '996', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1199', - ], - 2914 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7584', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '46', - 'prev_word_id' => '1199', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1168', - ], - 2915 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7585', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '47', - 'prev_word_id' => '1168', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1188', - ], - 2916 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7586', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '48', - 'prev_word_id' => '1188', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1110', - ], - 2917 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7587', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '49', - 'prev_word_id' => '1110', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1036', - ], - 2918 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7588', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '50', - 'prev_word_id' => '1036', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1103', - ], - 2919 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7589', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '51', - 'prev_word_id' => '1103', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1110', - ], - 2920 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7590', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '52', - 'prev_word_id' => '1110', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1106', - ], - 2921 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7591', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '53', - 'prev_word_id' => '1106', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2922 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7592', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '54', - 'prev_word_id' => '1011', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '810', - ], - 2923 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7593', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '55', - 'prev_word_id' => '810', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '986', - ], - 2924 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7594', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '56', - 'prev_word_id' => '986', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2925 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7595', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1167', - 'placement' => '57', - 'prev_word_id' => '1026', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1165', - ], - 2926 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7596', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '58', - 'prev_word_id' => '1165', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1167', - ], - 2927 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7597', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '59', - 'prev_word_id' => '1167', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1106', - ], - 2928 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7598', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '60', - 'prev_word_id' => '1106', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '863', - ], - 2929 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7599', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '61', - 'prev_word_id' => '863', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '863', - ], - 2930 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7600', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '62', - 'prev_word_id' => '863', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1012', - ], - 2931 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7601', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '63', - 'prev_word_id' => '1012', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1017', - ], - 2932 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7602', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '64', - 'prev_word_id' => '1017', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1012', - ], - 2933 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7603', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1242', - 'placement' => '65', - 'prev_word_id' => '1012', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1103', - ], - 2934 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7604', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '66', - 'prev_word_id' => '1103', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1242', - ], - 2935 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7605', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1138', - 'placement' => '67', - 'prev_word_id' => '1242', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '863', - ], - 2936 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7606', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '68', - 'prev_word_id' => '863', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1138', - ], - 2937 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7607', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1223', - 'placement' => '69', - 'prev_word_id' => '1138', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1142', - ], - 2938 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7608', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '70', - 'prev_word_id' => '1142', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1223', - ], - 2939 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7609', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '71', - 'prev_word_id' => '1223', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1089', - ], - 2940 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7610', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '72', - 'prev_word_id' => '1089', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1115', - ], - 2941 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7611', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1243', - 'placement' => '73', - 'prev_word_id' => '1115', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1118', - ], - 2942 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7612', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1244', - 'placement' => '74', - 'prev_word_id' => '1118', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1243', - ], - 2943 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7613', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '75', - 'prev_word_id' => '1243', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1244', - ], - 2944 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7614', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '76', - 'prev_word_id' => '1244', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1114', - ], - 2945 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7615', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '77', - 'prev_word_id' => '1114', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1192', - ], - 2946 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7616', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '78', - 'prev_word_id' => '1192', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1041', - ], - 2947 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7617', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '79', - 'prev_word_id' => '1041', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1010', - ], - 2948 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7618', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '80', - 'prev_word_id' => '1010', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '985', - ], - 2949 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7619', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '81', - 'prev_word_id' => '985', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1119', - ], - 2950 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7620', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '82', - 'prev_word_id' => '1119', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1158', - ], - 2951 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7621', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '83', - 'prev_word_id' => '1158', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1108', - ], - 2952 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7622', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '84', - 'prev_word_id' => '1108', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1006', - ], - 2953 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7623', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '85', - 'prev_word_id' => '1006', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1000', - ], - 2954 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7624', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '86', - 'prev_word_id' => '1000', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1192', - ], - 2955 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7625', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '87', - 'prev_word_id' => '1192', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '825', - ], - 2956 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7626', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '88', - 'prev_word_id' => '825', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1112', - ], - 2957 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7627', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '89', - 'prev_word_id' => '1112', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1013', - ], - 2958 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7628', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '90', - 'prev_word_id' => '1013', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1111', - ], - 2959 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7629', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '91', - 'prev_word_id' => '1111', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1011', - ], - 2960 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7630', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '92', - 'prev_word_id' => '1011', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '989', - ], - 2961 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7631', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '93', - 'prev_word_id' => '989', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2962 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7632', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '94', - 'prev_word_id' => '1026', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1165', - ], - 2963 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7633', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '95', - 'prev_word_id' => '1165', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1117', - ], - 2964 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7634', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '96', - 'prev_word_id' => '1117', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1099', - ], - 2965 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7635', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '97', - 'prev_word_id' => '1099', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1108', - ], - 2966 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7636', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '98', - 'prev_word_id' => '1108', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1110', - ], - 2967 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7637', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1085', - 'placement' => '99', - 'prev_word_id' => '1110', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1142', - ], - 2968 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7638', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1086', - 'placement' => '100', - 'prev_word_id' => '1142', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1085', - ], - 2969 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7639', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1087', - 'placement' => '101', - 'prev_word_id' => '1085', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1086', - ], - 2970 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7640', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1088', - 'placement' => '102', - 'prev_word_id' => '1086', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1087', - ], - 2971 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7641', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '103', - 'prev_word_id' => '1087', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1088', - ], - 2972 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7642', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '104', - 'prev_word_id' => '1088', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1089', - ], - 2973 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7643', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '105', - 'prev_word_id' => '1089', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1090', - ], - 2974 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7644', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1092', - 'placement' => '106', - 'prev_word_id' => '1090', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1091', - ], - 2975 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7645', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1093', - 'placement' => '107', - 'prev_word_id' => '1091', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1092', - ], - 2976 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7646', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1094', - 'placement' => '108', - 'prev_word_id' => '1092', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1093', - ], - 2977 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7647', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1095', - 'placement' => '109', - 'prev_word_id' => '1093', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1094', - ], - 2978 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7648', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1096', - 'placement' => '110', - 'prev_word_id' => '1094', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1095', - ], - 2979 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7649', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '111', - 'prev_word_id' => '1095', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1096', - ], - 2980 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7650', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1151', - 'placement' => '112', - 'prev_word_id' => '1096', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1137', - ], - 2981 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7651', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '113', - 'prev_word_id' => '1137', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1151', - ], - 2982 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7652', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '114', - 'prev_word_id' => '1151', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '983', - ], - 2983 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7653', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '115', - 'prev_word_id' => '983', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1013', - ], - 2984 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7654', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '116', - 'prev_word_id' => '1013', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1006', - ], - 2985 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7655', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '117', - 'prev_word_id' => '1006', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1035', - ], - 2986 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7656', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '118', - 'prev_word_id' => '1035', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1048', - ], - 2987 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7657', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '119', - 'prev_word_id' => '1048', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1147', - ], - 2988 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7658', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '120', - 'prev_word_id' => '1147', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1208', - ], - 2989 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7659', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1150', - 'placement' => '121', - 'prev_word_id' => '1208', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1040', - ], - 2990 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7660', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '122', - 'prev_word_id' => '1040', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1150', - ], - 2991 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7661', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '123', - 'prev_word_id' => '1150', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1014', - ], - 2992 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7662', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '124', - 'prev_word_id' => '1014', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '863', - ], - 2993 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7663', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '125', - 'prev_word_id' => '863', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1016', - ], - 2994 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7664', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '126', - 'prev_word_id' => '1016', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2995 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7665', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '127', - 'prev_word_id' => '1026', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1111', - ], - 2996 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7666', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '128', - 'prev_word_id' => '1111', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1026', - ], - 2997 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7667', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1245', - 'placement' => '129', - 'prev_word_id' => '1026', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1111', - ], - 2998 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7668', - 'identifier' => 'publish_date', - 'integer_value' => '1175496180', - 'next_word_id' => '1191', - 'placement' => '130', - 'prev_word_id' => '1111', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1245', - ], - 2999 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '102', - 'frequency' => '0', - 'id' => '7669', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '131', - 'prev_word_id' => '1245', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1191', - ], - 3000 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7670', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1247', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1246', - ], - 3001 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7671', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '1', - 'prev_word_id' => '1246', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1247', - ], - 3002 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7672', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '2', - 'prev_word_id' => '1247', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1202', - ], - 3003 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7673', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '3', - 'prev_word_id' => '1202', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1042', - ], - 3004 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7674', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '4', - 'prev_word_id' => '1042', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1040', - ], - 3005 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7675', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '5', - 'prev_word_id' => '1040', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1042', - ], - 3006 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7676', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '6', - 'prev_word_id' => '1042', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1193', - ], - 3007 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7677', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '7', - 'prev_word_id' => '1193', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1117', - ], - 3008 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7678', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '8', - 'prev_word_id' => '1117', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1203', - ], - 3009 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7679', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '9', - 'prev_word_id' => '1203', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '997', - ], - 3010 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7680', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '10', - 'prev_word_id' => '997', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1109', - ], - 3011 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7681', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '11', - 'prev_word_id' => '1109', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1109', - ], - 3012 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7682', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '12', - 'prev_word_id' => '1109', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1052', - ], - 3013 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7683', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '13', - 'prev_word_id' => '1052', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '992', - ], - 3014 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7684', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '14', - 'prev_word_id' => '992', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '993', - ], - 3015 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7685', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '15', - 'prev_word_id' => '993', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1197', - ], - 3016 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7686', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '16', - 'prev_word_id' => '1197', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1188', - ], - 3017 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7687', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '17', - 'prev_word_id' => '1188', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1052', - ], - 3018 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7688', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '18', - 'prev_word_id' => '1052', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '825', - ], - 3019 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7689', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '19', - 'prev_word_id' => '825', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1036', - ], - 3020 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7690', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '20', - 'prev_word_id' => '1036', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1010', - ], - 3021 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7691', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '21', - 'prev_word_id' => '1010', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1170', - ], - 3022 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7692', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '22', - 'prev_word_id' => '1170', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1164', - ], - 3023 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7693', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '23', - 'prev_word_id' => '1164', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1172', - ], - 3024 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7694', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '24', - 'prev_word_id' => '1172', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '996', - ], - 3025 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7695', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '25', - 'prev_word_id' => '996', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1194', - ], - 3026 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7696', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '26', - 'prev_word_id' => '1194', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '990', - ], - 3027 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7697', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1173', - 'placement' => '27', - 'prev_word_id' => '990', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1011', - ], - 3028 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7698', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '28', - 'prev_word_id' => '1011', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1173', - ], - 3029 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7699', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '29', - 'prev_word_id' => '1173', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1042', - ], - 3030 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7700', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '30', - 'prev_word_id' => '1042', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1136', - ], - 3031 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7701', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '31', - 'prev_word_id' => '1136', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1170', - ], - 3032 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7702', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '32', - 'prev_word_id' => '1170', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1032', - ], - 3033 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7703', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '33', - 'prev_word_id' => '1032', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1137', - ], - 3034 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7704', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1223', - 'placement' => '34', - 'prev_word_id' => '1137', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1033', - ], - 3035 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7705', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '35', - 'prev_word_id' => '1033', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1223', - ], - 3036 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7706', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '36', - 'prev_word_id' => '1223', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '988', - ], - 3037 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7707', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '37', - 'prev_word_id' => '988', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1014', - ], - 3038 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7708', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '38', - 'prev_word_id' => '1014', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1016', - ], - 3039 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7709', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '39', - 'prev_word_id' => '1016', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1032', - ], - 3040 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7710', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '40', - 'prev_word_id' => '1032', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1198', - ], - 3041 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7711', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '41', - 'prev_word_id' => '1198', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1107', - ], - 3042 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7712', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '42', - 'prev_word_id' => '1107', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1195', - ], - 3043 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7713', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '43', - 'prev_word_id' => '1195', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1188', - ], - 3044 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7714', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '44', - 'prev_word_id' => '1188', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1203', - ], - 3045 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7715', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '45', - 'prev_word_id' => '1203', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1089', - ], - 3046 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7716', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '46', - 'prev_word_id' => '1089', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1103', - ], - 3047 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7717', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '47', - 'prev_word_id' => '1103', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1005', - ], - 3048 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7718', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '48', - 'prev_word_id' => '1005', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1110', - ], - 3049 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7719', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '49', - 'prev_word_id' => '1110', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1112', - ], - 3050 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7720', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '50', - 'prev_word_id' => '1112', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1012', - ], - 3051 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7721', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '51', - 'prev_word_id' => '1012', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1001', - ], - 3052 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7722', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '52', - 'prev_word_id' => '1001', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1115', - ], - 3053 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7723', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '53', - 'prev_word_id' => '1115', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1006', - ], - 3054 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7724', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '54', - 'prev_word_id' => '1006', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1089', - ], - 3055 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7725', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '55', - 'prev_word_id' => '1089', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1196', - ], - 3056 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7726', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '56', - 'prev_word_id' => '1196', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1198', - ], - 3057 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7727', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '57', - 'prev_word_id' => '1198', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1036', - ], - 3058 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7728', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '58', - 'prev_word_id' => '1036', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1099', - ], - 3059 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7729', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '59', - 'prev_word_id' => '1099', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1239', - ], - 3060 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7730', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '60', - 'prev_word_id' => '1239', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1161', - ], - 3061 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7731', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '61', - 'prev_word_id' => '1161', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '825', - ], - 3062 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7732', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '62', - 'prev_word_id' => '825', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1117', - ], - 3063 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7733', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '63', - 'prev_word_id' => '1117', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1158', - ], - 3064 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7734', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '64', - 'prev_word_id' => '1158', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1164', - ], - 3065 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7735', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '65', - 'prev_word_id' => '1164', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1013', - ], - 3066 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7736', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '66', - 'prev_word_id' => '1013', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1103', - ], - 3067 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7737', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '67', - 'prev_word_id' => '1103', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1001', - ], - 3068 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7738', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '68', - 'prev_word_id' => '1001', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1143', - ], - 3069 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7739', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1223', - 'placement' => '69', - 'prev_word_id' => '1143', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1218', - ], - 3070 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7740', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '70', - 'prev_word_id' => '1218', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1223', - ], - 3071 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7741', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '71', - 'prev_word_id' => '1223', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '825', - ], - 3072 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7742', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '72', - 'prev_word_id' => '825', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1045', - ], - 3073 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7743', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1240', - 'placement' => '73', - 'prev_word_id' => '1045', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '995', - ], - 3074 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7744', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '74', - 'prev_word_id' => '995', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1240', - ], - 3075 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7745', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '75', - 'prev_word_id' => '1240', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '995', - ], - 3076 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7746', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '76', - 'prev_word_id' => '995', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1027', - ], - 3077 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7747', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '77', - 'prev_word_id' => '1027', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '981', - ], - 3078 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7748', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '78', - 'prev_word_id' => '981', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '996', - ], - 3079 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7749', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1207', - 'placement' => '79', - 'prev_word_id' => '996', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1149', - ], - 3080 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7750', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '80', - 'prev_word_id' => '1149', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1207', - ], - 3081 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7751', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '81', - 'prev_word_id' => '1207', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1089', - ], - 3082 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7752', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '82', - 'prev_word_id' => '1089', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1028', - ], - 3083 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7753', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '83', - 'prev_word_id' => '1028', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1089', - ], - 3084 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7754', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '84', - 'prev_word_id' => '1089', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1028', - ], - 3085 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7755', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '85', - 'prev_word_id' => '1028', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1187', - ], - 3086 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7756', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '86', - 'prev_word_id' => '1187', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1208', - ], - 3087 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7757', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '87', - 'prev_word_id' => '1208', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '987', - ], - 3088 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7758', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '88', - 'prev_word_id' => '987', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1169', - ], - 3089 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7759', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '89', - 'prev_word_id' => '1169', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1053', - ], - 3090 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7760', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '90', - 'prev_word_id' => '1053', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '988', - ], - 3091 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7761', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '91', - 'prev_word_id' => '988', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1114', - ], - 3092 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '103', - 'frequency' => '0', - 'id' => '7762', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '92', - 'prev_word_id' => '1114', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1003', - ], - 3093 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7763', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1248', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '912', - ], - 3094 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7764', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '1', - 'prev_word_id' => '912', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1248', - ], - 3095 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7765', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '2', - 'prev_word_id' => '1248', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1000', - ], - 3096 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7766', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '3', - 'prev_word_id' => '1000', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '863', - ], - 3097 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7767', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '4', - 'prev_word_id' => '863', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1164', - ], - 3098 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7768', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '5', - 'prev_word_id' => '1164', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1000', - ], - 3099 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7769', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '6', - 'prev_word_id' => '1000', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1186', - ], - 3100 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7770', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '7', - 'prev_word_id' => '1186', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1043', - ], - 3101 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7771', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '8', - 'prev_word_id' => '1043', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1113', - ], - 3102 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7772', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '9', - 'prev_word_id' => '1113', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1017', - ], - 3103 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7773', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '10', - 'prev_word_id' => '1017', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1156', - ], - 3104 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7774', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '11', - 'prev_word_id' => '1156', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1116', - ], - 3105 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7775', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '12', - 'prev_word_id' => '1116', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1162', - ], - 3106 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7776', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '13', - 'prev_word_id' => '1162', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1220', - ], - 3107 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7777', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '14', - 'prev_word_id' => '1220', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1147', - ], - 3108 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7778', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '15', - 'prev_word_id' => '1147', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1026', - ], - 3109 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7779', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '16', - 'prev_word_id' => '1026', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1019', - ], - 3110 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7780', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '17', - 'prev_word_id' => '1019', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1100', - ], - 3111 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7781', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '18', - 'prev_word_id' => '1100', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '997', - ], - 3112 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7782', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '19', - 'prev_word_id' => '997', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1003', - ], - 3113 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7783', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '20', - 'prev_word_id' => '1003', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1005', - ], - 3114 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7784', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '21', - 'prev_word_id' => '1005', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '825', - ], - 3115 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7785', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '22', - 'prev_word_id' => '825', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1158', - ], - 3116 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7786', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '23', - 'prev_word_id' => '1158', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1172', - ], - 3117 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7787', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '24', - 'prev_word_id' => '1172', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '985', - ], - 3118 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7788', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '25', - 'prev_word_id' => '985', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1195', - ], - 3119 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7789', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '26', - 'prev_word_id' => '1195', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1007', - ], - 3120 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7790', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '27', - 'prev_word_id' => '1007', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1026', - ], - 3121 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7791', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '28', - 'prev_word_id' => '1026', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1144', - ], - 3122 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7792', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '29', - 'prev_word_id' => '1144', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1019', - ], - 3123 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7793', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '30', - 'prev_word_id' => '1019', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1089', - ], - 3124 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7794', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1159', - 'placement' => '31', - 'prev_word_id' => '1089', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '986', - ], - 3125 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7795', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '32', - 'prev_word_id' => '986', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1159', - ], - 3126 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7796', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '33', - 'prev_word_id' => '1159', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1030', - ], - 3127 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7797', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '34', - 'prev_word_id' => '1030', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '999', - ], - 3128 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7798', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '35', - 'prev_word_id' => '999', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1140', - ], - 3129 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7799', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '36', - 'prev_word_id' => '1140', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1164', - ], - 3130 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7800', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '37', - 'prev_word_id' => '1164', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1029', - ], - 3131 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7801', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '38', - 'prev_word_id' => '1029', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1045', - ], - 3132 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7802', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '39', - 'prev_word_id' => '1045', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '987', - ], - 3133 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7803', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '40', - 'prev_word_id' => '987', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1107', - ], - 3134 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7804', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '41', - 'prev_word_id' => '1107', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1006', - ], - 3135 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7805', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '42', - 'prev_word_id' => '1006', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1030', - ], - 3136 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7806', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '43', - 'prev_word_id' => '1030', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1007', - ], - 3137 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7807', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '44', - 'prev_word_id' => '1007', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1187', - ], - 3138 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7808', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '45', - 'prev_word_id' => '1187', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1160', - ], - 3139 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7809', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '46', - 'prev_word_id' => '1160', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1172', - ], - 3140 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7810', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '47', - 'prev_word_id' => '1172', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1011', - ], - 3141 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7811', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '48', - 'prev_word_id' => '1011', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1109', - ], - 3142 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7812', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '49', - 'prev_word_id' => '1109', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1011', - ], - 3143 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7813', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '50', - 'prev_word_id' => '1011', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1038', - ], - 3144 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7814', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '51', - 'prev_word_id' => '1038', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1189', - ], - 3145 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7815', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '52', - 'prev_word_id' => '1189', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1118', - ], - 3146 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7816', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '53', - 'prev_word_id' => '1118', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '983', - ], - 3147 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7817', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '54', - 'prev_word_id' => '983', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1020', - ], - 3148 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7818', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '55', - 'prev_word_id' => '1020', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '988', - ], - 3149 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7819', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '56', - 'prev_word_id' => '988', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1170', - ], - 3150 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7820', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '57', - 'prev_word_id' => '1170', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '999', - ], - 3151 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7821', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '58', - 'prev_word_id' => '999', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1221', - ], - 3152 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7822', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '59', - 'prev_word_id' => '1221', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '991', - ], - 3153 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7823', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '60', - 'prev_word_id' => '991', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1011', - ], - 3154 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7824', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '61', - 'prev_word_id' => '1011', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1160', - ], - 3155 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7825', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '62', - 'prev_word_id' => '1160', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1015', - ], - 3156 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7826', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '63', - 'prev_word_id' => '1015', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1014', - ], - 3157 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7827', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '64', - 'prev_word_id' => '1014', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1145', - ], - 3158 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7828', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '65', - 'prev_word_id' => '1145', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '998', - ], - 3159 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7829', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '66', - 'prev_word_id' => '998', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1113', - ], - 3160 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7830', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '67', - 'prev_word_id' => '1113', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1101', - ], - 3161 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7831', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '68', - 'prev_word_id' => '1101', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1042', - ], - 3162 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7832', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '69', - 'prev_word_id' => '1042', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1053', - ], - 3163 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7833', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '70', - 'prev_word_id' => '1053', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1042', - ], - 3164 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7834', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '71', - 'prev_word_id' => '1042', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1018', - ], - 3165 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7835', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '72', - 'prev_word_id' => '1018', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1188', - ], - 3166 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7836', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '73', - 'prev_word_id' => '1188', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1142', - ], - 3167 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7837', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '74', - 'prev_word_id' => '1142', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '863', - ], - 3168 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7838', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '75', - 'prev_word_id' => '863', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1108', - ], - 3169 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7839', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '76', - 'prev_word_id' => '1108', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1026', - ], - 3170 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7840', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '77', - 'prev_word_id' => '1026', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1049', - ], - 3171 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7841', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '78', - 'prev_word_id' => '1049', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1035', - ], - 3172 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7842', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '79', - 'prev_word_id' => '1035', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1038', - ], - 3173 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7843', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '80', - 'prev_word_id' => '1038', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '998', - ], - 3174 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7844', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '81', - 'prev_word_id' => '998', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1037', - ], - 3175 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7845', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '82', - 'prev_word_id' => '1037', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1011', - ], - 3176 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7846', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '83', - 'prev_word_id' => '1011', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '991', - ], - 3177 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7847', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '84', - 'prev_word_id' => '991', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1171', - ], - 3178 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7848', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '85', - 'prev_word_id' => '1171', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1052', - ], - 3179 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7849', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '86', - 'prev_word_id' => '1052', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '992', - ], - 3180 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7850', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '87', - 'prev_word_id' => '992', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '993', - ], - 3181 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7851', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '88', - 'prev_word_id' => '993', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1032', - ], - 3182 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7852', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '89', - 'prev_word_id' => '1032', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '981', - ], - 3183 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7853', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '90', - 'prev_word_id' => '981', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1188', - ], - 3184 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7854', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '91', - 'prev_word_id' => '1188', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1142', - ], - 3185 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7855', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '92', - 'prev_word_id' => '1142', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1170', - ], - 3186 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7856', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '93', - 'prev_word_id' => '1170', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1014', - ], - 3187 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7857', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '94', - 'prev_word_id' => '1014', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1046', - ], - 3188 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '104', - 'frequency' => '0', - 'id' => '7858', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '95', - 'prev_word_id' => '1046', - 'published' => '1311154184', - 'section_id' => '1', - 'word_id' => '1165', - ], - 3189 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '105', - 'frequency' => '0', - 'id' => '7859', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1250', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1249', - ], - 3190 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '105', - 'frequency' => '0', - 'id' => '7860', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1249', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1250', - ], - 3191 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7861', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '928', - ], - 3192 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7862', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '1', - 'prev_word_id' => '928', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 3193 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7863', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '2', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '929', - ], - 3194 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7864', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '3', - 'prev_word_id' => '929', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3195 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7865', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '4', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3196 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7866', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '5', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3197 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7867', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '935', - 'placement' => '6', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '930', - ], - 3198 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7868', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '7', - 'prev_word_id' => '930', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '935', - ], - 3199 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7869', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '936', - 'placement' => '8', - 'prev_word_id' => '935', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '930', - ], - 3200 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7870', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '9', - 'prev_word_id' => '930', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '936', - ], - 3201 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7871', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '937', - 'placement' => '10', - 'prev_word_id' => '936', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3202 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7872', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '11', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '937', - ], - 3203 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7873', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '12', - 'prev_word_id' => '937', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3204 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7874', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '13', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3205 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7875', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '936', - 'placement' => '14', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '938', - ], - 3206 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7876', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '15', - 'prev_word_id' => '938', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '936', - ], - 3207 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7877', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '16', - 'prev_word_id' => '936', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3208 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7878', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '940', - 'placement' => '17', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '939', - ], - 3209 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7879', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '18', - 'prev_word_id' => '939', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '940', - ], - 3210 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7880', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '936', - 'placement' => '19', - 'prev_word_id' => '940', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '941', - ], - 3211 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7881', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '20', - 'prev_word_id' => '941', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '936', - ], - 3212 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7882', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '21', - 'prev_word_id' => '936', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3213 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7883', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '942', - 'placement' => '22', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '881', - ], - 3214 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7884', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '23', - 'prev_word_id' => '881', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '942', - ], - 3215 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7885', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '24', - 'prev_word_id' => '942', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '943', - ], - 3216 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7886', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '25', - 'prev_word_id' => '943', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '822', - ], - 3217 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7887', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '26', - 'prev_word_id' => '822', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3218 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7888', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '27', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3219 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7889', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '28', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '931', - ], - 3220 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7890', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '944', - 'placement' => '29', - 'prev_word_id' => '931', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '822', - ], - 3221 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7891', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '30', - 'prev_word_id' => '822', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '944', - ], - 3222 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7892', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '31', - 'prev_word_id' => '944', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '945', - ], - 3223 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7893', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '32', - 'prev_word_id' => '945', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3224 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7894', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '857', - 'placement' => '33', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3225 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7895', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '34', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '857', - ], - 3226 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7896', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '35', - 'prev_word_id' => '857', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '932', - ], - 3227 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7897', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '36', - 'prev_word_id' => '932', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '933', - ], - 3228 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7898', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '824', - 'placement' => '37', - 'prev_word_id' => '933', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3229 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7899', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '38', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '824', - ], - 3230 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7900', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '934', - 'placement' => '39', - 'prev_word_id' => '824', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '933', - ], - 3231 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7901', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '946', - 'placement' => '40', - 'prev_word_id' => '933', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '934', - ], - 3232 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7902', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '41', - 'prev_word_id' => '934', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '946', - ], - 3233 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7903', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '947', - 'placement' => '42', - 'prev_word_id' => '946', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3234 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7904', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '43', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '947', - ], - 3235 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7905', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '928', - 'placement' => '44', - 'prev_word_id' => '947', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '921', - ], - 3236 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7906', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '45', - 'prev_word_id' => '921', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '928', - ], - 3237 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7907', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '950', - 'placement' => '46', - 'prev_word_id' => '928', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3238 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7908', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '47', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '950', - ], - 3239 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7909', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '48', - 'prev_word_id' => '950', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1191', - ], - 3240 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '106', - 'frequency' => '0', - 'id' => '7910', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '49', - 'prev_word_id' => '1191', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1191', - ], - 3241 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7911', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1252', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1251', - ], - 3242 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7912', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '1', - 'prev_word_id' => '1251', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1252', - ], - 3243 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7913', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '2', - 'prev_word_id' => '1252', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3244 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7914', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '3', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3245 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7915', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1253', - 'placement' => '4', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3246 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7916', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '5', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1253', - ], - 3247 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7917', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '6', - 'prev_word_id' => '1253', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3248 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7918', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1254', - 'placement' => '7', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3249 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7919', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '8', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1254', - ], - 3250 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7920', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '9', - 'prev_word_id' => '1254', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3251 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7921', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1255', - 'placement' => '10', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3252 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7922', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1256', - 'placement' => '11', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1255', - ], - 3253 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7923', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1257', - 'placement' => '12', - 'prev_word_id' => '1255', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1256', - ], - 3254 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7924', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '937', - 'placement' => '13', - 'prev_word_id' => '1256', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1257', - ], - 3255 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7925', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '14', - 'prev_word_id' => '1257', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '937', - ], - 3256 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7926', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '15', - 'prev_word_id' => '937', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '893', - ], - 3257 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7927', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '973', - 'placement' => '16', - 'prev_word_id' => '893', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3258 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7928', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '17', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '973', - ], - 3259 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7929', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1251', - 'placement' => '18', - 'prev_word_id' => '973', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3260 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7930', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1252', - 'placement' => '19', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1251', - ], - 3261 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7931', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '20', - 'prev_word_id' => '1251', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1252', - ], - 3262 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7932', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '21', - 'prev_word_id' => '1252', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 3263 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7933', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '22', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3264 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7934', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '23', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3265 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7935', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1259', - 'placement' => '24', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 3266 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7936', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1260', - 'placement' => '25', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1259', - ], - 3267 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7937', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '910', - 'placement' => '26', - 'prev_word_id' => '1259', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1260', - ], - 3268 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7938', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '27', - 'prev_word_id' => '1260', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '910', - ], - 3269 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7939', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1261', - 'placement' => '28', - 'prev_word_id' => '910', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '844', - ], - 3270 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7940', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1257', - 'placement' => '29', - 'prev_word_id' => '844', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1261', - ], - 3271 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7941', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '30', - 'prev_word_id' => '1261', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1257', - ], - 3272 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7942', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1262', - 'placement' => '31', - 'prev_word_id' => '1257', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3273 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7943', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '32', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1262', - ], - 3274 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7944', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '33', - 'prev_word_id' => '1262', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '804', - ], - 3275 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7945', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '34', - 'prev_word_id' => '804', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1263', - ], - 3276 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7946', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '35', - 'prev_word_id' => '1263', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 3277 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7947', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '36', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 3278 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7948', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '37', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3279 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7949', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1264', - 'placement' => '38', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '836', - ], - 3280 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7950', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '39', - 'prev_word_id' => '836', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1264', - ], - 3281 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7951', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '40', - 'prev_word_id' => '1264', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3282 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7952', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1265', - 'placement' => '41', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 3283 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7953', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '42', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1265', - ], - 3284 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7954', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1266', - 'placement' => '43', - 'prev_word_id' => '1265', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 3285 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7955', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '44', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1266', - ], - 3286 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7956', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1267', - 'placement' => '45', - 'prev_word_id' => '1266', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3287 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7957', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '46', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1267', - ], - 3288 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7958', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '936', - 'placement' => '47', - 'prev_word_id' => '1267', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 3289 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7959', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '48', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '936', - ], - 3290 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7960', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1268', - 'placement' => '49', - 'prev_word_id' => '936', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3291 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7961', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1251', - 'placement' => '50', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1268', - ], - 3292 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7962', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1252', - 'placement' => '51', - 'prev_word_id' => '1268', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1251', - ], - 3293 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7963', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '906', - 'placement' => '52', - 'prev_word_id' => '1251', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1252', - ], - 3294 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7964', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1269', - 'placement' => '53', - 'prev_word_id' => '1252', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '906', - ], - 3295 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7965', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '54', - 'prev_word_id' => '906', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1269', - ], - 3296 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7966', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '55', - 'prev_word_id' => '1269', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3297 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7967', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '890', - 'placement' => '56', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '882', - ], - 3298 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7968', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '57', - 'prev_word_id' => '882', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '890', - ], - 3299 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7969', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '58', - 'prev_word_id' => '890', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3300 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7970', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '59', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3301 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7971', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1270', - 'placement' => '60', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3302 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7972', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1271', - 'placement' => '61', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1270', - ], - 3303 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7973', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '62', - 'prev_word_id' => '1270', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1271', - ], - 3304 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7974', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1272', - 'placement' => '63', - 'prev_word_id' => '1271', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3305 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7975', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1273', - 'placement' => '64', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1272', - ], - 3306 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7976', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1256', - 'placement' => '65', - 'prev_word_id' => '1272', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1273', - ], - 3307 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7977', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '888', - 'placement' => '66', - 'prev_word_id' => '1273', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1256', - ], - 3308 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7978', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '847', - 'placement' => '67', - 'prev_word_id' => '1256', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '888', - ], - 3309 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7979', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '68', - 'prev_word_id' => '888', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '847', - ], - 3310 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7980', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1274', - 'placement' => '69', - 'prev_word_id' => '847', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '844', - ], - 3311 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7981', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1275', - 'placement' => '70', - 'prev_word_id' => '844', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1274', - ], - 3312 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7982', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1276', - 'placement' => '71', - 'prev_word_id' => '1274', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1275', - ], - 3313 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7983', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '890', - 'placement' => '72', - 'prev_word_id' => '1275', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1276', - ], - 3314 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7984', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '73', - 'prev_word_id' => '1276', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '890', - ], - 3315 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7985', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '74', - 'prev_word_id' => '890', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1277', - ], - 3316 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7986', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1278', - 'placement' => '75', - 'prev_word_id' => '1277', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3317 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7987', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '76', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1278', - ], - 3318 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7988', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '77', - 'prev_word_id' => '1278', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '823', - ], - 3319 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7989', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '78', - 'prev_word_id' => '823', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '893', - ], - 3320 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7990', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1279', - 'placement' => '79', - 'prev_word_id' => '893', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3321 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7991', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '80', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1279', - ], - 3322 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7992', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '81', - 'prev_word_id' => '1279', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1280', - ], - 3323 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7993', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1281', - 'placement' => '82', - 'prev_word_id' => '1280', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3324 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7994', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '83', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1281', - ], - 3325 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7995', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '902', - 'placement' => '84', - 'prev_word_id' => '1281', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 3326 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7996', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1282', - 'placement' => '85', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '902', - ], - 3327 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7997', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1283', - 'placement' => '86', - 'prev_word_id' => '902', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1282', - ], - 3328 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7998', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '87', - 'prev_word_id' => '1282', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1283', - ], - 3329 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '7999', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1284', - 'placement' => '88', - 'prev_word_id' => '1283', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3330 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8000', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '89', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1284', - ], - 3331 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8001', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1285', - 'placement' => '90', - 'prev_word_id' => '1284', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '898', - ], - 3332 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8002', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '91', - 'prev_word_id' => '898', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1285', - ], - 3333 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8003', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '92', - 'prev_word_id' => '1285', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3334 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8004', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '927', - 'placement' => '93', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 3335 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8005', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1286', - 'placement' => '94', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '927', - ], - 3336 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8006', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '95', - 'prev_word_id' => '927', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1286', - ], - 3337 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8007', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '96', - 'prev_word_id' => '1286', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3338 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8008', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '97', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '848', - ], - 3339 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8009', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '98', - 'prev_word_id' => '848', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3340 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8010', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '99', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3341 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8011', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '100', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3342 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8012', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '101', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3343 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8013', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '102', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3344 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8014', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '103', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3345 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8015', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1289', - 'placement' => '104', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '843', - ], - 3346 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8016', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '105', - 'prev_word_id' => '843', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1289', - ], - 3347 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8017', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '106', - 'prev_word_id' => '1289', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1290', - ], - 3348 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8018', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '107', - 'prev_word_id' => '1290', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 3349 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8019', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '873', - 'placement' => '108', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3350 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8020', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '109', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '873', - ], - 3351 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8021', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '110', - 'prev_word_id' => '873', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3352 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8022', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1281', - 'placement' => '111', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3353 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8023', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '112', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1281', - ], - 3354 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8024', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '902', - 'placement' => '113', - 'prev_word_id' => '1281', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 3355 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8025', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '906', - 'placement' => '114', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '902', - ], - 3356 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8026', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '115', - 'prev_word_id' => '902', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '906', - ], - 3357 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8027', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1291', - 'placement' => '116', - 'prev_word_id' => '906', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 3358 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8028', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1292', - 'placement' => '117', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1291', - ], - 3359 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8029', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1293', - 'placement' => '118', - 'prev_word_id' => '1291', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1292', - ], - 3360 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8030', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1294', - 'placement' => '119', - 'prev_word_id' => '1292', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1293', - ], - 3361 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8031', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '120', - 'prev_word_id' => '1293', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1294', - ], - 3362 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8032', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1295', - 'placement' => '121', - 'prev_word_id' => '1294', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '823', - ], - 3363 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8033', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '890', - 'placement' => '122', - 'prev_word_id' => '823', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1295', - ], - 3364 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8034', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '123', - 'prev_word_id' => '1295', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '890', - ], - 3365 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8035', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1296', - 'placement' => '124', - 'prev_word_id' => '890', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1277', - ], - 3366 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8036', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '125', - 'prev_word_id' => '1277', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1296', - ], - 3367 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8037', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '126', - 'prev_word_id' => '1296', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 3368 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8038', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1297', - 'placement' => '127', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 3369 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8039', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '128', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1297', - ], - 3370 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8040', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '922', - 'placement' => '129', - 'prev_word_id' => '1297', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 3371 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8041', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '130', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '922', - ], - 3372 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8042', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1278', - 'placement' => '131', - 'prev_word_id' => '922', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3373 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8043', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '132', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1278', - ], - 3374 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8044', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '133', - 'prev_word_id' => '1278', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3375 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8045', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1298', - 'placement' => '134', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '886', - ], - 3376 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8046', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1299', - 'placement' => '135', - 'prev_word_id' => '886', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1298', - ], - 3377 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8047', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '136', - 'prev_word_id' => '1298', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1299', - ], - 3378 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8048', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1300', - 'placement' => '137', - 'prev_word_id' => '1299', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3379 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8049', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '138', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1300', - ], - 3380 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8050', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '139', - 'prev_word_id' => '1300', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3381 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8051', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '140', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3382 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8052', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '812', - 'placement' => '141', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3383 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8053', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '142', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '812', - ], - 3384 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8054', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '143', - 'prev_word_id' => '812', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3385 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8055', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '144', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '968', - ], - 3386 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8056', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '145', - 'prev_word_id' => '968', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3387 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8057', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '146', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3388 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8058', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1302', - 'placement' => '147', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3389 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8059', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '148', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1302', - ], - 3390 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8060', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '149', - 'prev_word_id' => '1302', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3391 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8061', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '150', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3392 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8062', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1303', - 'placement' => '151', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3393 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8063', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '152', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1303', - ], - 3394 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8064', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '153', - 'prev_word_id' => '1303', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3395 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8065', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '154', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3396 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8066', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1304', - 'placement' => '155', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3397 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8067', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '156', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1304', - ], - 3398 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8068', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '157', - 'prev_word_id' => '1304', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3399 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8069', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '158', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3400 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8070', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '159', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3401 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8071', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '160', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '938', - ], - 3402 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8072', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '161', - 'prev_word_id' => '938', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3403 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8073', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '162', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3404 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8074', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '163', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3405 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8075', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '164', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3406 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8076', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '908', - 'placement' => '165', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '938', - ], - 3407 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8077', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '166', - 'prev_word_id' => '938', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '908', - ], - 3408 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8078', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1305', - 'placement' => '167', - 'prev_word_id' => '908', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 3409 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8079', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1306', - 'placement' => '168', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1305', - ], - 3410 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8080', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '870', - 'placement' => '169', - 'prev_word_id' => '1305', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1306', - ], - 3411 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8081', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1307', - 'placement' => '170', - 'prev_word_id' => '1306', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '870', - ], - 3412 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8082', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '171', - 'prev_word_id' => '870', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1307', - ], - 3413 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8083', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1308', - 'placement' => '172', - 'prev_word_id' => '1307', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '901', - ], - 3414 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8084', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '173', - 'prev_word_id' => '901', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1308', - ], - 3415 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8085', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1309', - 'placement' => '174', - 'prev_word_id' => '1308', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3416 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8086', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '175', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1309', - ], - 3417 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8087', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '176', - 'prev_word_id' => '1309', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3418 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8088', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '177', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3419 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8089', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '178', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3420 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8090', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '179', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '821', - ], - 3421 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8091', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '180', - 'prev_word_id' => '821', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '822', - ], - 3422 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8092', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '181', - 'prev_word_id' => '822', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3423 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8093', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '182', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3424 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8094', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '183', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3425 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8095', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '824', - 'placement' => '184', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3426 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8096', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '185', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '824', - ], - 3427 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8097', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '186', - 'prev_word_id' => '824', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3428 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8098', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '187', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3429 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8099', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '188', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3430 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8100', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '189', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3431 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8101', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '190', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '897', - ], - 3432 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8102', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '191', - 'prev_word_id' => '897', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3433 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8103', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '192', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3434 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8104', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '193', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3435 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8105', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '908', - 'placement' => '194', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1290', - ], - 3436 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8106', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '195', - 'prev_word_id' => '1290', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '908', - ], - 3437 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8107', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1310', - 'placement' => '196', - 'prev_word_id' => '908', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 3438 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8108', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '197', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1310', - ], - 3439 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8109', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1311', - 'placement' => '198', - 'prev_word_id' => '1310', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3440 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8110', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '199', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1311', - ], - 3441 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8111', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1312', - 'placement' => '200', - 'prev_word_id' => '1311', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3442 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8112', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1313', - 'placement' => '201', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1312', - ], - 3443 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8113', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '202', - 'prev_word_id' => '1312', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1313', - ], - 3444 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8114', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '203', - 'prev_word_id' => '1313', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3445 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8115', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1314', - 'placement' => '204', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3446 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8116', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '205', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1314', - ], - 3447 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8117', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '206', - 'prev_word_id' => '1314', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3448 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8118', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '207', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3449 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8119', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '208', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3450 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8120', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '908', - 'placement' => '209', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1290', - ], - 3451 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8121', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '210', - 'prev_word_id' => '1290', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '908', - ], - 3452 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8122', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1310', - 'placement' => '211', - 'prev_word_id' => '908', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 3453 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8123', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '212', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1310', - ], - 3454 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8124', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1315', - 'placement' => '213', - 'prev_word_id' => '1310', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3455 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8125', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '214', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1315', - ], - 3456 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8126', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '215', - 'prev_word_id' => '1315', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3457 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8127', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1316', - 'placement' => '216', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3458 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8128', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '885', - 'placement' => '217', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1316', - ], - 3459 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8129', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '218', - 'prev_word_id' => '1316', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '885', - ], - 3460 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8130', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '219', - 'prev_word_id' => '885', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1317', - ], - 3461 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8131', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '220', - 'prev_word_id' => '1317', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1318', - ], - 3462 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8132', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '221', - 'prev_word_id' => '1318', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1319', - ], - 3463 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8133', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1310', - 'placement' => '222', - 'prev_word_id' => '1319', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 3464 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8134', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1320', - 'placement' => '223', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1310', - ], - 3465 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8135', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '224', - 'prev_word_id' => '1310', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1320', - ], - 3466 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8136', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1279', - 'placement' => '225', - 'prev_word_id' => '1320', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3467 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8137', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '226', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1279', - ], - 3468 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8138', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '227', - 'prev_word_id' => '1279', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1280', - ], - 3469 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8139', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1257', - 'placement' => '228', - 'prev_word_id' => '1280', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3470 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8140', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '229', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1257', - ], - 3471 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8141', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1321', - 'placement' => '230', - 'prev_word_id' => '1257', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 3472 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8142', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1322', - 'placement' => '231', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1321', - ], - 3473 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8143', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '232', - 'prev_word_id' => '1321', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1322', - ], - 3474 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8144', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1324', - 'placement' => '233', - 'prev_word_id' => '1322', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1323', - ], - 3475 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8145', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '234', - 'prev_word_id' => '1323', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1324', - ], - 3476 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8146', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '235', - 'prev_word_id' => '1324', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3477 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8147', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '236', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3478 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8148', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '237', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3479 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8149', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '238', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3480 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8150', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1325', - 'placement' => '239', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 3481 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8151', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '908', - 'placement' => '240', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1325', - ], - 3482 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8152', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1326', - 'placement' => '241', - 'prev_word_id' => '1325', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '908', - ], - 3483 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8153', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1304', - 'placement' => '242', - 'prev_word_id' => '908', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1326', - ], - 3484 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8154', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '243', - 'prev_word_id' => '1326', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1304', - ], - 3485 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8155', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '244', - 'prev_word_id' => '1304', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 3486 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8156', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1327', - 'placement' => '245', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '804', - ], - 3487 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8157', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1328', - 'placement' => '246', - 'prev_word_id' => '804', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1327', - ], - 3488 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8158', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '247', - 'prev_word_id' => '1327', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1328', - ], - 3489 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8159', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1329', - 'placement' => '248', - 'prev_word_id' => '1328', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3490 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8160', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '249', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1329', - ], - 3491 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8161', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '250', - 'prev_word_id' => '1329', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 3492 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8162', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1327', - 'placement' => '251', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '804', - ], - 3493 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8163', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '252', - 'prev_word_id' => '804', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1327', - ], - 3494 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8164', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '253', - 'prev_word_id' => '1327', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3495 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8165', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '254', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3496 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8166', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '255', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3497 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8167', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '256', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '836', - ], - 3498 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8168', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1330', - 'placement' => '257', - 'prev_word_id' => '836', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 3499 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8169', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '845', - 'placement' => '258', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1330', - ], - 3500 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8170', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '259', - 'prev_word_id' => '1330', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '845', - ], - 3501 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8171', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1331', - 'placement' => '260', - 'prev_word_id' => '845', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 3502 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8172', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '261', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1331', - ], - 3503 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8173', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '262', - 'prev_word_id' => '1331', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '809', - ], - 3504 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8174', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '263', - 'prev_word_id' => '809', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3505 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8175', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '264', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3506 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8176', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '265', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3507 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8177', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1310', - 'placement' => '266', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3508 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8178', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1332', - 'placement' => '267', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1310', - ], - 3509 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8179', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1333', - 'placement' => '268', - 'prev_word_id' => '1310', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1332', - ], - 3510 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8180', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '269', - 'prev_word_id' => '1332', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1333', - ], - 3511 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8181', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '270', - 'prev_word_id' => '1333', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3512 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8182', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '271', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3513 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8183', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '272', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1318', - ], - 3514 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8184', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '273', - 'prev_word_id' => '1318', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3515 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8185', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1334', - 'placement' => '274', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '844', - ], - 3516 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8186', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '275', - 'prev_word_id' => '844', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1334', - ], - 3517 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8187', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '276', - 'prev_word_id' => '1334', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '809', - ], - 3518 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8188', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '277', - 'prev_word_id' => '809', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3519 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8189', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '278', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3520 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8190', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1302', - 'placement' => '279', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3521 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8191', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '280', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1302', - ], - 3522 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8192', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '281', - 'prev_word_id' => '1302', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3523 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8193', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1332', - 'placement' => '282', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3524 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8194', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1333', - 'placement' => '283', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1332', - ], - 3525 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8195', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '284', - 'prev_word_id' => '1332', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1333', - ], - 3526 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8196', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '285', - 'prev_word_id' => '1333', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3527 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8197', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '286', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3528 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8198', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1335', - 'placement' => '287', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '974', - ], - 3529 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8199', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '288', - 'prev_word_id' => '974', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1335', - ], - 3530 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8200', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '289', - 'prev_word_id' => '1335', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1277', - ], - 3531 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8201', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1336', - 'placement' => '290', - 'prev_word_id' => '1277', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '898', - ], - 3532 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8202', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '291', - 'prev_word_id' => '898', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1336', - ], - 3533 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8203', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '934', - 'placement' => '292', - 'prev_word_id' => '1336', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '823', - ], - 3534 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8204', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '293', - 'prev_word_id' => '823', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '934', - ], - 3535 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8205', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '294', - 'prev_word_id' => '934', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3536 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8206', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '295', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3537 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8207', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '296', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3538 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8208', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '297', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1337', - ], - 3539 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8209', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '298', - 'prev_word_id' => '1337', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3540 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8210', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '299', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3541 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8211', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '300', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3542 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8212', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '301', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3543 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8213', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '928', - 'placement' => '302', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3544 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8214', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '303', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '928', - ], - 3545 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8215', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '304', - 'prev_word_id' => '928', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3546 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8216', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1338', - 'placement' => '305', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3547 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8217', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '306', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1338', - ], - 3548 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8218', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1079', - 'placement' => '307', - 'prev_word_id' => '1338', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '886', - ], - 3549 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8219', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1339', - 'placement' => '308', - 'prev_word_id' => '886', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1079', - ], - 3550 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8220', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '309', - 'prev_word_id' => '1079', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1339', - ], - 3551 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8221', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1340', - 'placement' => '310', - 'prev_word_id' => '1339', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 3552 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8222', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1341', - 'placement' => '311', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1340', - ], - 3553 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8223', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '922', - 'placement' => '312', - 'prev_word_id' => '1340', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1341', - ], - 3554 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8224', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '313', - 'prev_word_id' => '1341', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '922', - ], - 3555 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8225', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '314', - 'prev_word_id' => '922', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 3556 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8226', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '315', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3557 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8227', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '316', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3558 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8228', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '317', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3559 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8229', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1022', - 'placement' => '318', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3560 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8230', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1272', - 'placement' => '319', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1022', - ], - 3561 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8231', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '320', - 'prev_word_id' => '1022', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1272', - ], - 3562 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8232', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1342', - 'placement' => '321', - 'prev_word_id' => '1272', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3563 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8233', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '322', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1342', - ], - 3564 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8234', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1343', - 'placement' => '323', - 'prev_word_id' => '1342', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '844', - ], - 3565 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8235', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '324', - 'prev_word_id' => '844', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1343', - ], - 3566 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8236', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1344', - 'placement' => '325', - 'prev_word_id' => '1343', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3567 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8237', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '326', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1344', - ], - 3568 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8238', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1345', - 'placement' => '327', - 'prev_word_id' => '1344', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3569 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8239', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '328', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1345', - ], - 3570 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8240', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1346', - 'placement' => '329', - 'prev_word_id' => '1345', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3571 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8241', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '330', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1346', - ], - 3572 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8242', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '877', - 'placement' => '331', - 'prev_word_id' => '1346', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 3573 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8243', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1079', - 'placement' => '332', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '877', - ], - 3574 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8244', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '333', - 'prev_word_id' => '877', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1079', - ], - 3575 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8245', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1286', - 'placement' => '334', - 'prev_word_id' => '1079', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1008', - ], - 3576 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8246', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '335', - 'prev_word_id' => '1008', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1286', - ], - 3577 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8247', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '336', - 'prev_word_id' => '1286', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1290', - ], - 3578 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8248', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '337', - 'prev_word_id' => '1290', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 3579 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8249', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1347', - 'placement' => '338', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '974', - ], - 3580 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8250', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1348', - 'placement' => '339', - 'prev_word_id' => '974', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1347', - ], - 3581 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8251', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1349', - 'placement' => '340', - 'prev_word_id' => '1347', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1348', - ], - 3582 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8252', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '890', - 'placement' => '341', - 'prev_word_id' => '1348', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1349', - ], - 3583 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8253', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '342', - 'prev_word_id' => '1349', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '890', - ], - 3584 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8254', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '343', - 'prev_word_id' => '890', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '921', - ], - 3585 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8255', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '344', - 'prev_word_id' => '921', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 3586 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8256', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1349', - 'placement' => '345', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '804', - ], - 3587 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8257', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1257', - 'placement' => '346', - 'prev_word_id' => '804', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1349', - ], - 3588 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8258', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '347', - 'prev_word_id' => '1349', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1257', - ], - 3589 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8259', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1335', - 'placement' => '348', - 'prev_word_id' => '1257', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '974', - ], - 3590 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8260', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1350', - 'placement' => '349', - 'prev_word_id' => '974', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1335', - ], - 3591 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8261', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '350', - 'prev_word_id' => '1335', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1350', - ], - 3592 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8262', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '934', - 'placement' => '351', - 'prev_word_id' => '1350', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 3593 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8263', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '352', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '934', - ], - 3594 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8264', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '353', - 'prev_word_id' => '934', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 3595 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8265', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '354', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3596 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8266', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '355', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 3597 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8267', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '356', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3598 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8268', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1351', - 'placement' => '357', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3599 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8269', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1352', - 'placement' => '358', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1351', - ], - 3600 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8270', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '359', - 'prev_word_id' => '1351', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1352', - ], - 3601 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8271', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1353', - 'placement' => '360', - 'prev_word_id' => '1352', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 3602 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8272', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1354', - 'placement' => '361', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1353', - ], - 3603 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8273', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1355', - 'placement' => '362', - 'prev_word_id' => '1353', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1354', - ], - 3604 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8274', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '363', - 'prev_word_id' => '1354', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1355', - ], - 3605 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8275', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1310', - 'placement' => '364', - 'prev_word_id' => '1355', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '886', - ], - 3606 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8276', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '365', - 'prev_word_id' => '886', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1310', - ], - 3607 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8277', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1351', - 'placement' => '366', - 'prev_word_id' => '1310', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3608 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8278', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1352', - 'placement' => '367', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1351', - ], - 3609 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8279', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1356', - 'placement' => '368', - 'prev_word_id' => '1351', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1352', - ], - 3610 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8280', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1357', - 'placement' => '369', - 'prev_word_id' => '1352', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1356', - ], - 3611 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8281', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '370', - 'prev_word_id' => '1356', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1357', - ], - 3612 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8282', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '371', - 'prev_word_id' => '1357', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3613 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8283', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '372', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3614 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8284', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '373', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3615 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8285', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '374', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3616 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8286', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1349', - 'placement' => '375', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1358', - ], - 3617 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8287', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1359', - 'placement' => '376', - 'prev_word_id' => '1358', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1349', - ], - 3618 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8288', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '377', - 'prev_word_id' => '1349', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1359', - ], - 3619 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8289', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '378', - 'prev_word_id' => '1359', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '886', - ], - 3620 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8290', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '379', - 'prev_word_id' => '886', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3621 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8291', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1360', - 'placement' => '380', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3622 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8292', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '381', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1360', - ], - 3623 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8293', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '382', - 'prev_word_id' => '1360', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3624 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8294', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1353', - 'placement' => '383', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3625 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8295', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1361', - 'placement' => '384', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1353', - ], - 3626 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8296', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1362', - 'placement' => '385', - 'prev_word_id' => '1353', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1361', - ], - 3627 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8297', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '386', - 'prev_word_id' => '1361', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1362', - ], - 3628 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8298', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '387', - 'prev_word_id' => '1362', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3629 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8299', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1360', - 'placement' => '388', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1358', - ], - 3630 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8300', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '389', - 'prev_word_id' => '1358', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1360', - ], - 3631 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8301', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '390', - 'prev_word_id' => '1360', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3632 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8302', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1353', - 'placement' => '391', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3633 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8303', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1361', - 'placement' => '392', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1353', - ], - 3634 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8304', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1363', - 'placement' => '393', - 'prev_word_id' => '1353', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1361', - ], - 3635 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8305', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1282', - 'placement' => '394', - 'prev_word_id' => '1361', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1363', - ], - 3636 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8306', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1283', - 'placement' => '395', - 'prev_word_id' => '1363', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1282', - ], - 3637 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8307', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '396', - 'prev_word_id' => '1282', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1283', - ], - 3638 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8308', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1364', - 'placement' => '397', - 'prev_word_id' => '1283', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3639 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8309', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '398', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1364', - ], - 3640 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8310', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1352', - 'placement' => '399', - 'prev_word_id' => '1364', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3641 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8311', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1365', - 'placement' => '400', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1352', - ], - 3642 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8312', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1366', - 'placement' => '401', - 'prev_word_id' => '1352', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1365', - ], - 3643 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8313', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '402', - 'prev_word_id' => '1365', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1366', - ], - 3644 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8314', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '403', - 'prev_word_id' => '1366', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 3645 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8315', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1367', - 'placement' => '404', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 3646 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8316', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '405', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1367', - ], - 3647 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8317', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '884', - 'placement' => '406', - 'prev_word_id' => '1367', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 3648 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8318', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1343', - 'placement' => '407', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '884', - ], - 3649 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8319', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '408', - 'prev_word_id' => '884', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1343', - ], - 3650 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8320', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '910', - 'placement' => '409', - 'prev_word_id' => '1343', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3651 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8321', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '410', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '910', - ], - 3652 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8322', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1368', - 'placement' => '411', - 'prev_word_id' => '910', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3653 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8323', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '412', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1368', - ], - 3654 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8324', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '413', - 'prev_word_id' => '1368', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '809', - ], - 3655 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8325', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '903', - 'placement' => '414', - 'prev_word_id' => '809', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '974', - ], - 3656 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8326', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '415', - 'prev_word_id' => '974', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '903', - ], - 3657 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8327', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1369', - 'placement' => '416', - 'prev_word_id' => '903', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '823', - ], - 3658 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8328', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '417', - 'prev_word_id' => '823', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1369', - ], - 3659 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8329', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '418', - 'prev_word_id' => '1369', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1370', - ], - 3660 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8330', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '419', - 'prev_word_id' => '1370', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3661 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8331', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '420', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3662 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8332', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '909', - 'placement' => '421', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3663 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8333', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '422', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '909', - ], - 3664 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8334', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '423', - 'prev_word_id' => '909', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '898', - ], - 3665 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8335', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '424', - 'prev_word_id' => '898', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3666 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8336', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1353', - 'placement' => '425', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3667 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8337', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1371', - 'placement' => '426', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1353', - ], - 3668 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8338', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '427', - 'prev_word_id' => '1353', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1371', - ], - 3669 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8339', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '428', - 'prev_word_id' => '1371', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3670 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8340', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '429', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3671 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8341', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1372', - 'placement' => '430', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 3672 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8342', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '431', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1372', - ], - 3673 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8343', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1373', - 'placement' => '432', - 'prev_word_id' => '1372', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3674 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8344', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1349', - 'placement' => '433', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1373', - ], - 3675 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8345', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '434', - 'prev_word_id' => '1373', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1349', - ], - 3676 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8346', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '435', - 'prev_word_id' => '1349', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 3677 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8347', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1374', - 'placement' => '436', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '898', - ], - 3678 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8348', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1265', - 'placement' => '437', - 'prev_word_id' => '898', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1374', - ], - 3679 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8349', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '438', - 'prev_word_id' => '1374', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1265', - ], - 3680 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8350', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '827', - 'placement' => '439', - 'prev_word_id' => '1265', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 3681 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8351', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1353', - 'placement' => '440', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '827', - ], - 3682 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8352', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1375', - 'placement' => '441', - 'prev_word_id' => '827', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1353', - ], - 3683 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8353', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1376', - 'placement' => '442', - 'prev_word_id' => '1353', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1375', - ], - 3684 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8354', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1377', - 'placement' => '443', - 'prev_word_id' => '1375', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1376', - ], - 3685 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8355', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1378', - 'placement' => '444', - 'prev_word_id' => '1376', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1377', - ], - 3686 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8356', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1379', - 'placement' => '445', - 'prev_word_id' => '1377', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1378', - ], - 3687 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8357', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '446', - 'prev_word_id' => '1378', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1379', - ], - 3688 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8358', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '447', - 'prev_word_id' => '1379', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3689 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8359', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1271', - 'placement' => '448', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3690 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8360', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '449', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1271', - ], - 3691 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8361', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1380', - 'placement' => '450', - 'prev_word_id' => '1271', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 3692 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8362', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1381', - 'placement' => '451', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1380', - ], - 3693 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8363', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1382', - 'placement' => '452', - 'prev_word_id' => '1380', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1381', - ], - 3694 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8364', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '453', - 'prev_word_id' => '1381', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1382', - ], - 3695 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8365', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1383', - 'placement' => '454', - 'prev_word_id' => '1382', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 3696 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8366', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '455', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1383', - ], - 3697 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8367', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '456', - 'prev_word_id' => '1383', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1384', - ], - 3698 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8368', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1385', - 'placement' => '457', - 'prev_word_id' => '1384', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 3699 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8369', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1253', - 'placement' => '458', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1385', - ], - 3700 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8370', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '459', - 'prev_word_id' => '1385', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1253', - ], - 3701 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8371', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1386', - 'placement' => '460', - 'prev_word_id' => '1253', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3702 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8372', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '461', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1386', - ], - 3703 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8373', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '462', - 'prev_word_id' => '1386', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3704 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8374', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1298', - 'placement' => '463', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3705 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8375', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '464', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1298', - ], - 3706 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8376', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '465', - 'prev_word_id' => '1298', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1277', - ], - 3707 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8377', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '466', - 'prev_word_id' => '1277', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3708 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8378', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '467', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3709 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8379', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '468', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3710 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8380', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '469', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3711 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8381', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1315', - 'placement' => '470', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3712 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8382', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1387', - 'placement' => '471', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1315', - ], - 3713 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8383', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1388', - 'placement' => '472', - 'prev_word_id' => '1315', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1387', - ], - 3714 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8384', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1389', - 'placement' => '473', - 'prev_word_id' => '1387', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1388', - ], - 3715 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8385', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1390', - 'placement' => '474', - 'prev_word_id' => '1388', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1389', - ], - 3716 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8386', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '475', - 'prev_word_id' => '1389', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1390', - ], - 3717 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8387', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1391', - 'placement' => '476', - 'prev_word_id' => '1390', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3718 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8388', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1392', - 'placement' => '477', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1391', - ], - 3719 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8389', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1381', - 'placement' => '478', - 'prev_word_id' => '1391', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1392', - ], - 3720 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8390', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1382', - 'placement' => '479', - 'prev_word_id' => '1392', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1381', - ], - 3721 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8391', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '480', - 'prev_word_id' => '1381', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1382', - ], - 3722 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8392', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '481', - 'prev_word_id' => '1382', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3723 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8393', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '482', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3724 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8394', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1393', - 'placement' => '483', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3725 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8395', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1382', - 'placement' => '484', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1393', - ], - 3726 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8396', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1394', - 'placement' => '485', - 'prev_word_id' => '1393', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1382', - ], - 3727 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8397', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1395', - 'placement' => '486', - 'prev_word_id' => '1382', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1394', - ], - 3728 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8398', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '487', - 'prev_word_id' => '1394', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1395', - ], - 3729 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8399', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1320', - 'placement' => '488', - 'prev_word_id' => '1395', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '804', - ], - 3730 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8400', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '489', - 'prev_word_id' => '804', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1320', - ], - 3731 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8401', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1397', - 'placement' => '490', - 'prev_word_id' => '1320', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1396', - ], - 3732 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8402', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '491', - 'prev_word_id' => '1396', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1397', - ], - 3733 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8403', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '492', - 'prev_word_id' => '1397', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '828', - ], - 3734 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8404', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1398', - 'placement' => '493', - 'prev_word_id' => '828', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3735 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8405', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1271', - 'placement' => '494', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1398', - ], - 3736 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8406', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1399', - 'placement' => '495', - 'prev_word_id' => '1398', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1271', - ], - 3737 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8407', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1400', - 'placement' => '496', - 'prev_word_id' => '1271', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1399', - ], - 3738 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8408', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '497', - 'prev_word_id' => '1399', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1400', - ], - 3739 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8409', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '498', - 'prev_word_id' => '1400', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3740 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8410', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1401', - 'placement' => '499', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3741 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8411', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1402', - 'placement' => '500', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1401', - ], - 3742 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8412', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1282', - 'placement' => '501', - 'prev_word_id' => '1401', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1402', - ], - 3743 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8413', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1283', - 'placement' => '502', - 'prev_word_id' => '1402', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1282', - ], - 3744 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8414', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '503', - 'prev_word_id' => '1282', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1283', - ], - 3745 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8415', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1403', - 'placement' => '504', - 'prev_word_id' => '1283', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3746 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8416', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '505', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1403', - ], - 3747 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8417', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '506', - 'prev_word_id' => '1403', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 3748 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8418', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '507', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3749 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8419', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '508', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3750 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8420', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1401', - 'placement' => '509', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 3751 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8421', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1265', - 'placement' => '510', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1401', - ], - 3752 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8422', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '511', - 'prev_word_id' => '1401', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1265', - ], - 3753 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8423', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '512', - 'prev_word_id' => '1265', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3754 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8424', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '513', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '843', - ], - 3755 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8425', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1404', - 'placement' => '514', - 'prev_word_id' => '843', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1317', - ], - 3756 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8426', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1349', - 'placement' => '515', - 'prev_word_id' => '1317', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1404', - ], - 3757 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8427', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '516', - 'prev_word_id' => '1404', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1349', - ], - 3758 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8428', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1405', - 'placement' => '517', - 'prev_word_id' => '1349', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3759 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8429', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1406', - 'placement' => '518', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1405', - ], - 3760 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8430', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1407', - 'placement' => '519', - 'prev_word_id' => '1405', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1406', - ], - 3761 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8431', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1408', - 'placement' => '520', - 'prev_word_id' => '1406', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1407', - ], - 3762 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8432', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1398', - 'placement' => '521', - 'prev_word_id' => '1407', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1408', - ], - 3763 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8433', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '522', - 'prev_word_id' => '1408', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1398', - ], - 3764 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8434', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1409', - 'placement' => '523', - 'prev_word_id' => '1398', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '836', - ], - 3765 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8435', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '524', - 'prev_word_id' => '836', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1409', - ], - 3766 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8436', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '525', - 'prev_word_id' => '1409', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1410', - ], - 3767 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8437', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '526', - 'prev_word_id' => '1410', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 3768 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8438', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '912', - 'placement' => '527', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 3769 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8439', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1373', - 'placement' => '528', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '912', - ], - 3770 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8440', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1411', - 'placement' => '529', - 'prev_word_id' => '912', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1373', - ], - 3771 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8441', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1412', - 'placement' => '530', - 'prev_word_id' => '1373', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1411', - ], - 3772 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8442', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1413', - 'placement' => '531', - 'prev_word_id' => '1411', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1412', - ], - 3773 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8443', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1414', - 'placement' => '532', - 'prev_word_id' => '1412', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1413', - ], - 3774 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8444', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1353', - 'placement' => '533', - 'prev_word_id' => '1413', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1414', - ], - 3775 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8445', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '534', - 'prev_word_id' => '1414', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1353', - ], - 3776 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8446', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1254', - 'placement' => '535', - 'prev_word_id' => '1353', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '823', - ], - 3777 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8447', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1415', - 'placement' => '536', - 'prev_word_id' => '823', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1254', - ], - 3778 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8448', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '537', - 'prev_word_id' => '1254', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1415', - ], - 3779 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8449', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1416', - 'placement' => '538', - 'prev_word_id' => '1415', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '921', - ], - 3780 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8450', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '539', - 'prev_word_id' => '921', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1416', - ], - 3781 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8451', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '540', - 'prev_word_id' => '1416', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1417', - ], - 3782 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8452', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '541', - 'prev_word_id' => '1417', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '843', - ], - 3783 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8453', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1418', - 'placement' => '542', - 'prev_word_id' => '843', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '844', - ], - 3784 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8454', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '543', - 'prev_word_id' => '844', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1418', - ], - 3785 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8455', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '883', - 'placement' => '544', - 'prev_word_id' => '1418', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 3786 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8456', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1419', - 'placement' => '545', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '883', - ], - 3787 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8457', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '546', - 'prev_word_id' => '883', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1419', - ], - 3788 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8458', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1401', - 'placement' => '547', - 'prev_word_id' => '1419', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1420', - ], - 3789 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8459', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1265', - 'placement' => '548', - 'prev_word_id' => '1420', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1401', - ], - 3790 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8460', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1421', - 'placement' => '549', - 'prev_word_id' => '1401', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1265', - ], - 3791 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8461', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '550', - 'prev_word_id' => '1265', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1421', - ], - 3792 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8462', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1422', - 'placement' => '551', - 'prev_word_id' => '1421', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3793 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8463', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1423', - 'placement' => '552', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1422', - ], - 3794 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8464', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '553', - 'prev_word_id' => '1422', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1423', - ], - 3795 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8465', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1424', - 'placement' => '554', - 'prev_word_id' => '1423', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1008', - ], - 3796 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8466', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1425', - 'placement' => '555', - 'prev_word_id' => '1008', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1424', - ], - 3797 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8467', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1426', - 'placement' => '556', - 'prev_word_id' => '1424', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1425', - ], - 3798 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8468', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '557', - 'prev_word_id' => '1425', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1426', - ], - 3799 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8469', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '558', - 'prev_word_id' => '1426', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 3800 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8470', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '559', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3801 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8471', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1259', - 'placement' => '560', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3802 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8472', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '561', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1259', - ], - 3803 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8473', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1427', - 'placement' => '562', - 'prev_word_id' => '1259', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '834', - ], - 3804 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8474', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '563', - 'prev_word_id' => '834', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1427', - ], - 3805 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8475', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '564', - 'prev_word_id' => '1427', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '893', - ], - 3806 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8476', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '565', - 'prev_word_id' => '893', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3807 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8477', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1428', - 'placement' => '566', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '886', - ], - 3808 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8478', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '567', - 'prev_word_id' => '886', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1428', - ], - 3809 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8479', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1422', - 'placement' => '568', - 'prev_word_id' => '1428', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3810 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8480', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '569', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1422', - ], - 3811 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8481', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '570', - 'prev_word_id' => '1422', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1290', - ], - 3812 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8482', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1429', - 'placement' => '571', - 'prev_word_id' => '1290', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '901', - ], - 3813 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8483', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1430', - 'placement' => '572', - 'prev_word_id' => '901', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1429', - ], - 3814 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8484', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '573', - 'prev_word_id' => '1429', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1430', - ], - 3815 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8485', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1295', - 'placement' => '574', - 'prev_word_id' => '1430', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '823', - ], - 3816 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8486', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '575', - 'prev_word_id' => '823', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1295', - ], - 3817 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8487', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '576', - 'prev_word_id' => '1295', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1280', - ], - 3818 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8488', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '577', - 'prev_word_id' => '1280', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3819 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8489', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1431', - 'placement' => '578', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '844', - ], - 3820 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8490', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '579', - 'prev_word_id' => '844', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1431', - ], - 3821 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8491', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '580', - 'prev_word_id' => '1431', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '809', - ], - 3822 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8492', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1432', - 'placement' => '581', - 'prev_word_id' => '809', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3823 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8493', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1433', - 'placement' => '582', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1432', - ], - 3824 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8494', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1434', - 'placement' => '583', - 'prev_word_id' => '1432', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1433', - ], - 3825 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8495', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1435', - 'placement' => '584', - 'prev_word_id' => '1433', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1434', - ], - 3826 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8496', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '585', - 'prev_word_id' => '1434', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1435', - ], - 3827 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8497', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '586', - 'prev_word_id' => '1435', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 3828 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8498', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '587', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3829 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8499', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '588', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 3830 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8500', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '888', - 'placement' => '589', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 3831 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8501', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1436', - 'placement' => '590', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '888', - ], - 3832 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8502', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '591', - 'prev_word_id' => '888', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1436', - ], - 3833 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8503', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '592', - 'prev_word_id' => '1436', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 3834 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8504', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '593', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1437', - ], - 3835 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8505', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '594', - 'prev_word_id' => '1437', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1290', - ], - 3836 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8506', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '595', - 'prev_word_id' => '1290', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3837 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8507', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '596', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3838 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8508', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1405', - 'placement' => '597', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3839 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8509', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1406', - 'placement' => '598', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1405', - ], - 3840 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8510', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1407', - 'placement' => '599', - 'prev_word_id' => '1405', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1406', - ], - 3841 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8511', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1408', - 'placement' => '600', - 'prev_word_id' => '1406', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1407', - ], - 3842 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8512', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1438', - 'placement' => '601', - 'prev_word_id' => '1407', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1408', - ], - 3843 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8513', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '602', - 'prev_word_id' => '1408', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1438', - ], - 3844 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8514', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '603', - 'prev_word_id' => '1438', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3845 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8515', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '604', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3846 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8516', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1439', - 'placement' => '605', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3847 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8517', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '606', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1439', - ], - 3848 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8518', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '607', - 'prev_word_id' => '1439', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3849 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8519', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '608', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 3850 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8520', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1440', - 'placement' => '609', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 3851 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8521', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '610', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1440', - ], - 3852 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8522', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '611', - 'prev_word_id' => '1440', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1277', - ], - 3853 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8523', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1349', - 'placement' => '612', - 'prev_word_id' => '1277', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3854 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8524', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '613', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1349', - ], - 3855 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8525', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '614', - 'prev_word_id' => '1349', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '886', - ], - 3856 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8526', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1441', - 'placement' => '615', - 'prev_word_id' => '886', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 3857 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8527', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '616', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1441', - ], - 3858 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8528', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '617', - 'prev_word_id' => '1441', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '825', - ], - 3859 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8529', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1442', - 'placement' => '618', - 'prev_word_id' => '825', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '974', - ], - 3860 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8530', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '619', - 'prev_word_id' => '974', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1442', - ], - 3861 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8531', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '620', - 'prev_word_id' => '1442', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1443', - ], - 3862 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8532', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '878', - 'placement' => '621', - 'prev_word_id' => '1443', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3863 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8533', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '622', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '878', - ], - 3864 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8534', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1444', - 'placement' => '623', - 'prev_word_id' => '878', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3865 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8535', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '624', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1444', - ], - 3866 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8536', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '625', - 'prev_word_id' => '1444', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3867 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8537', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '626', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3868 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8538', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '627', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3869 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8539', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '628', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3870 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8540', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '629', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3871 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8541', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1446', - 'placement' => '630', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3872 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8542', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '908', - 'placement' => '631', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1446', - ], - 3873 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8543', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '878', - 'placement' => '632', - 'prev_word_id' => '1446', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '908', - ], - 3874 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8544', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1447', - 'placement' => '633', - 'prev_word_id' => '908', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '878', - ], - 3875 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8545', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '634', - 'prev_word_id' => '878', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1447', - ], - 3876 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8546', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '635', - 'prev_word_id' => '1447', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3877 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8547', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '636', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3878 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8548', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '637', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3879 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8549', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '638', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3880 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8550', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '639', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3881 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8551', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1448', - 'placement' => '640', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3882 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8552', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '641', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1448', - ], - 3883 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8553', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '642', - 'prev_word_id' => '1448', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1337', - ], - 3884 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8554', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '928', - 'placement' => '643', - 'prev_word_id' => '1337', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3885 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8555', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '644', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '928', - ], - 3886 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8556', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '645', - 'prev_word_id' => '928', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3887 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8557', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '646', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3888 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8558', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '647', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3889 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8559', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '648', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3890 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8560', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '649', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3891 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8561', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '650', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3892 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8562', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1253', - 'placement' => '651', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1337', - ], - 3893 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8563', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '652', - 'prev_word_id' => '1337', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1253', - ], - 3894 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8564', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '653', - 'prev_word_id' => '1253', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3895 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8565', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '654', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3896 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8566', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '655', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3897 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8567', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '656', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3898 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8568', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '657', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3899 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8569', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1253', - 'placement' => '658', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3900 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8570', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '659', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1253', - ], - 3901 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8571', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '660', - 'prev_word_id' => '1253', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3902 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8572', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1303', - 'placement' => '661', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1061', - ], - 3903 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8573', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '662', - 'prev_word_id' => '1061', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1303', - ], - 3904 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8574', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '663', - 'prev_word_id' => '1303', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3905 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8575', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '664', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3906 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8576', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '665', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3907 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8577', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '666', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3908 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8578', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '667', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3909 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8579', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1449', - 'placement' => '668', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3910 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8580', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '669', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1449', - ], - 3911 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8581', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '670', - 'prev_word_id' => '1449', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3912 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8582', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1450', - 'placement' => '671', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1061', - ], - 3913 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8583', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '672', - 'prev_word_id' => '1061', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1450', - ], - 3914 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8584', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '673', - 'prev_word_id' => '1450', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3915 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8585', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '674', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3916 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8586', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '675', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3917 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8587', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '676', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3918 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8588', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '677', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3919 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8589', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1451', - 'placement' => '678', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3920 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8590', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '679', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1451', - ], - 3921 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8591', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '680', - 'prev_word_id' => '1451', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3922 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8592', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '681', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1061', - ], - 3923 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8593', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '682', - 'prev_word_id' => '1061', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '938', - ], - 3924 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8594', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '683', - 'prev_word_id' => '938', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3925 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8595', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '684', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3926 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8596', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '685', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3927 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8597', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '686', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3928 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8598', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '687', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3929 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8599', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1452', - 'placement' => '688', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3930 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8600', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '689', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1452', - ], - 3931 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8601', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '690', - 'prev_word_id' => '1452', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3932 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8602', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1328', - 'placement' => '691', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1061', - ], - 3933 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8603', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '692', - 'prev_word_id' => '1061', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1328', - ], - 3934 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8604', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '693', - 'prev_word_id' => '1328', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3935 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8605', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '694', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3936 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8606', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '695', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3937 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8607', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '696', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3938 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8608', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '697', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3939 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8609', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1453', - 'placement' => '698', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3940 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8610', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '699', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1453', - ], - 3941 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8611', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '700', - 'prev_word_id' => '1453', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3942 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8612', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1302', - 'placement' => '701', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1061', - ], - 3943 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8613', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '702', - 'prev_word_id' => '1061', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1302', - ], - 3944 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8614', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '703', - 'prev_word_id' => '1302', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3945 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8615', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '704', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3946 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8616', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '705', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3947 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8617', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '706', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3948 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8618', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '707', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3949 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8619', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1454', - 'placement' => '708', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3950 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8620', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '709', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1454', - ], - 3951 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8621', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '710', - 'prev_word_id' => '1454', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3952 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8622', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1299', - 'placement' => '711', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1061', - ], - 3953 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8623', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '712', - 'prev_word_id' => '1061', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1299', - ], - 3954 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8624', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1300', - 'placement' => '713', - 'prev_word_id' => '1299', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3955 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8625', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '714', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1300', - ], - 3956 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8626', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '715', - 'prev_word_id' => '1300', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3957 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8627', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '716', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3958 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8628', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '717', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3959 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8629', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1455', - 'placement' => '718', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3960 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8630', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '719', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1455', - ], - 3961 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8631', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '720', - 'prev_word_id' => '1455', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3962 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8632', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '812', - 'placement' => '721', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1061', - ], - 3963 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8633', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '722', - 'prev_word_id' => '1061', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '812', - ], - 3964 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8634', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '723', - 'prev_word_id' => '812', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 3965 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8635', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '724', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '968', - ], - 3966 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8636', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '725', - 'prev_word_id' => '968', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3967 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8637', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '726', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3968 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8638', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '727', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3969 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8639', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '728', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3970 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8640', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '729', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3971 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8641', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1456', - 'placement' => '730', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3972 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8642', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '731', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1456', - ], - 3973 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8643', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '732', - 'prev_word_id' => '1456', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3974 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8644', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1304', - 'placement' => '733', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1061', - ], - 3975 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8645', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '734', - 'prev_word_id' => '1061', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1304', - ], - 3976 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8646', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '735', - 'prev_word_id' => '1304', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3977 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8647', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '736', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3978 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8648', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '737', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3979 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8649', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '738', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3980 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8650', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '739', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3981 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8651', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1457', - 'placement' => '740', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3982 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8652', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '741', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1457', - ], - 3983 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8653', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '742', - 'prev_word_id' => '1457', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 3984 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8654', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1458', - 'placement' => '743', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1061', - ], - 3985 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8655', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '744', - 'prev_word_id' => '1061', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1458', - ], - 3986 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8656', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '745', - 'prev_word_id' => '1458', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3987 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8657', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '746', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3988 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8658', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '747', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3989 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8659', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '748', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3990 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8660', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '749', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3991 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8661', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1459', - 'placement' => '750', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 3992 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8662', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1460', - 'placement' => '751', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1459', - ], - 3993 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8663', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '752', - 'prev_word_id' => '1459', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1460', - ], - 3994 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8664', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '753', - 'prev_word_id' => '1460', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 3995 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8665', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '754', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 3996 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8666', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '755', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 3997 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8667', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '756', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 3998 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8668', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '757', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1301', - ], - 3999 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8669', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1460', - 'placement' => '758', - 'prev_word_id' => '1301', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1445', - ], - 4000 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8670', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '759', - 'prev_word_id' => '1445', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1460', - ], - 4001 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8671', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '760', - 'prev_word_id' => '1460', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4002 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8672', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1461', - 'placement' => '761', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4003 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8673', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1462', - 'placement' => '762', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1461', - ], - 4004 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8674', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1399', - 'placement' => '763', - 'prev_word_id' => '1461', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1462', - ], - 4005 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8675', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1400', - 'placement' => '764', - 'prev_word_id' => '1462', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1399', - ], - 4006 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8676', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '765', - 'prev_word_id' => '1399', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1400', - ], - 4007 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8677', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '766', - 'prev_word_id' => '1400', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 4008 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8678', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1327', - 'placement' => '767', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4009 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8679', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1259', - 'placement' => '768', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1327', - ], - 4010 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8680', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1440', - 'placement' => '769', - 'prev_word_id' => '1327', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1259', - ], - 4011 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8681', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '770', - 'prev_word_id' => '1259', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1440', - ], - 4012 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8682', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1278', - 'placement' => '771', - 'prev_word_id' => '1440', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1008', - ], - 4013 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8683', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '772', - 'prev_word_id' => '1008', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1278', - ], - 4014 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8684', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '773', - 'prev_word_id' => '1278', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4015 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8685', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1463', - 'placement' => '774', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4016 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8686', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '775', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1463', - ], - 4017 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8687', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1464', - 'placement' => '776', - 'prev_word_id' => '1463', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '882', - ], - 4018 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8688', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1465', - 'placement' => '777', - 'prev_word_id' => '882', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1464', - ], - 4019 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8689', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1466', - 'placement' => '778', - 'prev_word_id' => '1464', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1465', - ], - 4020 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8690', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1467', - 'placement' => '779', - 'prev_word_id' => '1465', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1466', - ], - 4021 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8691', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '780', - 'prev_word_id' => '1466', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1467', - ], - 4022 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8692', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1254', - 'placement' => '781', - 'prev_word_id' => '1467', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 4023 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8693', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1468', - 'placement' => '782', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1254', - ], - 4024 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8694', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '783', - 'prev_word_id' => '1254', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1468', - ], - 4025 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8695', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '784', - 'prev_word_id' => '1468', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1384', - ], - 4026 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8696', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1385', - 'placement' => '785', - 'prev_word_id' => '1384', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 4027 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8697', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '786', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1385', - ], - 4028 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8698', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1469', - 'placement' => '787', - 'prev_word_id' => '1385', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '886', - ], - 4029 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8699', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1282', - 'placement' => '788', - 'prev_word_id' => '886', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1469', - ], - 4030 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8700', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1283', - 'placement' => '789', - 'prev_word_id' => '1469', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1282', - ], - 4031 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8701', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '790', - 'prev_word_id' => '1282', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1283', - ], - 4032 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8702', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1364', - 'placement' => '791', - 'prev_word_id' => '1283', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4033 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8703', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '792', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1364', - ], - 4034 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8704', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1470', - 'placement' => '793', - 'prev_word_id' => '1364', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '804', - ], - 4035 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8705', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '794', - 'prev_word_id' => '804', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1470', - ], - 4036 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8706', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '795', - 'prev_word_id' => '1470', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4037 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8707', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1471', - 'placement' => '796', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4038 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8708', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1472', - 'placement' => '797', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1471', - ], - 4039 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8709', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '979', - 'placement' => '798', - 'prev_word_id' => '1471', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1472', - ], - 4040 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8710', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '799', - 'prev_word_id' => '1472', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '979', - ], - 4041 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8711', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '800', - 'prev_word_id' => '979', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '844', - ], - 4042 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8712', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1439', - 'placement' => '801', - 'prev_word_id' => '844', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4043 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8713', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '802', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1439', - ], - 4044 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8714', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1254', - 'placement' => '803', - 'prev_word_id' => '1439', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '804', - ], - 4045 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8715', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1265', - 'placement' => '804', - 'prev_word_id' => '804', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1254', - ], - 4046 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8716', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '805', - 'prev_word_id' => '1254', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1265', - ], - 4047 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8717', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '806', - 'prev_word_id' => '1265', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4048 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8718', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '807', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4049 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8719', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1473', - 'placement' => '808', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 4050 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8720', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1474', - 'placement' => '809', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1473', - ], - 4051 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8721', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '978', - 'placement' => '810', - 'prev_word_id' => '1473', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1474', - ], - 4052 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8722', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1362', - 'placement' => '811', - 'prev_word_id' => '1474', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '978', - ], - 4053 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8723', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1385', - 'placement' => '812', - 'prev_word_id' => '978', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1362', - ], - 4054 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8724', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '813', - 'prev_word_id' => '1362', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1385', - ], - 4055 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8725', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '814', - 'prev_word_id' => '1385', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4056 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8726', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '815', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4057 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8727', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '816', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4058 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8728', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '817', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 4059 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8729', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '818', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 4060 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8730', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1475', - 'placement' => '819', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '882', - ], - 4061 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8731', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '820', - 'prev_word_id' => '882', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1475', - ], - 4062 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8732', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1255', - 'placement' => '821', - 'prev_word_id' => '1475', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 4063 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8733', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1476', - 'placement' => '822', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1255', - ], - 4064 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8734', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '823', - 'prev_word_id' => '1255', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1476', - ], - 4065 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8735', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '824', - 'prev_word_id' => '1476', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1008', - ], - 4066 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8736', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '825', - 'prev_word_id' => '1008', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4067 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8737', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1366', - 'placement' => '826', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4068 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8738', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '883', - 'placement' => '827', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1366', - ], - 4069 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8739', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '828', - 'prev_word_id' => '1366', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '883', - ], - 4070 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8740', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '829', - 'prev_word_id' => '883', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4071 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8741', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1477', - 'placement' => '830', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4072 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8742', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '831', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1477', - ], - 4073 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8743', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '832', - 'prev_word_id' => '1477', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4074 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8744', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '833', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4075 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8745', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1478', - 'placement' => '834', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '882', - ], - 4076 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8746', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1479', - 'placement' => '835', - 'prev_word_id' => '882', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1478', - ], - 4077 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8747', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '836', - 'prev_word_id' => '1478', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1479', - ], - 4078 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8748', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '837', - 'prev_word_id' => '1479', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '848', - ], - 4079 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8749', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '838', - 'prev_word_id' => '848', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4080 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8750', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1385', - 'placement' => '839', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 4081 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8751', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '840', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1385', - ], - 4082 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8752', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1480', - 'placement' => '841', - 'prev_word_id' => '1385', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1290', - ], - 4083 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8753', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '842', - 'prev_word_id' => '1290', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1480', - ], - 4084 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8754', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1422', - 'placement' => '843', - 'prev_word_id' => '1480', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4085 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8755', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1390', - 'placement' => '844', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1422', - ], - 4086 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8756', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '845', - 'prev_word_id' => '1422', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1390', - ], - 4087 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8757', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '846', - 'prev_word_id' => '1390', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 4088 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8758', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '847', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4089 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8759', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '848', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1481', - ], - 4090 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8760', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1482', - 'placement' => '849', - 'prev_word_id' => '1481', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '848', - ], - 4091 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8761', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1483', - 'placement' => '850', - 'prev_word_id' => '848', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1482', - ], - 4092 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8762', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '851', - 'prev_word_id' => '1482', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1483', - ], - 4093 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8763', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1278', - 'placement' => '852', - 'prev_word_id' => '1483', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4094 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8764', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '853', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1278', - ], - 4095 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8765', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1398', - 'placement' => '854', - 'prev_word_id' => '1278', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '809', - ], - 4096 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8766', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1362', - 'placement' => '855', - 'prev_word_id' => '809', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1398', - ], - 4097 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8767', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1404', - 'placement' => '856', - 'prev_word_id' => '1398', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1362', - ], - 4098 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8768', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1484', - 'placement' => '857', - 'prev_word_id' => '1362', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1404', - ], - 4099 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8769', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '858', - 'prev_word_id' => '1404', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1484', - ], - 4100 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8770', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '859', - 'prev_word_id' => '1484', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1008', - ], - 4101 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8771', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1483', - 'placement' => '860', - 'prev_word_id' => '1008', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4102 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8772', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '861', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1483', - ], - 4103 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8773', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '862', - 'prev_word_id' => '1483', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 4104 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8774', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1485', - 'placement' => '863', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '809', - ], - 4105 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8775', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '864', - 'prev_word_id' => '809', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1485', - ], - 4106 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8776', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1486', - 'placement' => '865', - 'prev_word_id' => '1485', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 4107 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8777', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '866', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1486', - ], - 4108 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8778', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '909', - 'placement' => '867', - 'prev_word_id' => '1486', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4109 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8779', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '868', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '909', - ], - 4110 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8780', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1487', - 'placement' => '869', - 'prev_word_id' => '909', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '898', - ], - 4111 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8781', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1488', - 'placement' => '870', - 'prev_word_id' => '898', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1487', - ], - 4112 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8782', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '871', - 'prev_word_id' => '1487', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1488', - ], - 4113 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8783', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1489', - 'placement' => '872', - 'prev_word_id' => '1488', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4114 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8784', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1349', - 'placement' => '873', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1489', - ], - 4115 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8785', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '874', - 'prev_word_id' => '1489', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1349', - ], - 4116 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8786', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '875', - 'prev_word_id' => '1349', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 4117 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8787', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '876', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 4118 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8788', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1302', - 'placement' => '877', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 4119 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8789', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '878', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1302', - ], - 4120 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8790', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '879', - 'prev_word_id' => '1302', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4121 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8791', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '880', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4122 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8792', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1482', - 'placement' => '881', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 4123 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8793', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1483', - 'placement' => '882', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1482', - ], - 4124 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8794', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1490', - 'placement' => '883', - 'prev_word_id' => '1482', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1483', - ], - 4125 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8795', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '884', - 'prev_word_id' => '1483', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1490', - ], - 4126 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8796', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1491', - 'placement' => '885', - 'prev_word_id' => '1490', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4127 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8797', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1492', - 'placement' => '886', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1491', - ], - 4128 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8798', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1493', - 'placement' => '887', - 'prev_word_id' => '1491', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1492', - ], - 4129 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8799', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '888', - 'prev_word_id' => '1492', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1493', - ], - 4130 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8800', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '889', - 'prev_word_id' => '1493', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '834', - ], - 4131 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8801', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '890', - 'prev_word_id' => '834', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4132 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8802', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1494', - 'placement' => '891', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1319', - ], - 4133 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8803', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '892', - 'prev_word_id' => '1319', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1494', - ], - 4134 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8804', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1464', - 'placement' => '893', - 'prev_word_id' => '1494', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4135 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8805', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1307', - 'placement' => '894', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1464', - ], - 4136 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8806', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '895', - 'prev_word_id' => '1464', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1307', - ], - 4137 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8807', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '896', - 'prev_word_id' => '1307', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 4138 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8808', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '897', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4139 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8809', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '898', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4140 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8810', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1279', - 'placement' => '899', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4141 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8811', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '900', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1279', - ], - 4142 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8812', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '901', - 'prev_word_id' => '1279', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1280', - ], - 4143 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8813', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1257', - 'placement' => '902', - 'prev_word_id' => '1280', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4144 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8814', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '903', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1257', - ], - 4145 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8815', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '904', - 'prev_word_id' => '1257', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '836', - ], - 4146 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8816', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1251', - 'placement' => '905', - 'prev_word_id' => '836', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4147 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8817', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '861', - 'placement' => '906', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1251', - ], - 4148 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8818', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '907', - 'prev_word_id' => '1251', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '861', - ], - 4149 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8819', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1385', - 'placement' => '908', - 'prev_word_id' => '861', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 4150 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8820', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '909', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1385', - ], - 4151 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8821', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '910', - 'placement' => '910', - 'prev_word_id' => '1385', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4152 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8822', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '911', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '910', - ], - 4153 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8823', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1495', - 'placement' => '912', - 'prev_word_id' => '910', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4154 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8824', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '913', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1495', - ], - 4155 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8825', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1496', - 'placement' => '914', - 'prev_word_id' => '1495', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '836', - ], - 4156 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8826', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1497', - 'placement' => '915', - 'prev_word_id' => '836', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1496', - ], - 4157 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8827', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '916', - 'prev_word_id' => '1496', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1497', - ], - 4158 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8828', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '888', - 'placement' => '917', - 'prev_word_id' => '1497', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4159 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8829', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '926', - 'placement' => '918', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '888', - ], - 4160 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8830', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '919', - 'prev_word_id' => '888', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '926', - ], - 4161 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8831', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1498', - 'placement' => '920', - 'prev_word_id' => '926', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 4162 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8832', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '921', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1498', - ], - 4163 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8833', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '922', - 'prev_word_id' => '1498', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4164 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8834', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '923', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4165 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8835', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '924', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4166 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8836', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '829', - 'placement' => '925', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '828', - ], - 4167 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8837', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '926', - 'prev_word_id' => '828', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '829', - ], - 4168 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8838', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1366', - 'placement' => '927', - 'prev_word_id' => '829', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '836', - ], - 4169 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8839', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '928', - 'prev_word_id' => '836', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1366', - ], - 4170 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8840', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '929', - 'prev_word_id' => '1366', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4171 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8841', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1499', - 'placement' => '930', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '843', - ], - 4172 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8842', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '931', - 'prev_word_id' => '843', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1499', - ], - 4173 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8843', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '932', - 'prev_word_id' => '1499', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 4174 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8844', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '933', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '809', - ], - 4175 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8845', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '927', - 'placement' => '934', - 'prev_word_id' => '809', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '974', - ], - 4176 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8846', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1500', - 'placement' => '935', - 'prev_word_id' => '974', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '927', - ], - 4177 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8847', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '936', - 'prev_word_id' => '927', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1500', - ], - 4178 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8848', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1501', - 'placement' => '937', - 'prev_word_id' => '1500', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4179 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8849', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '938', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1501', - ], - 4180 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8850', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '939', - 'prev_word_id' => '1501', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1410', - ], - 4181 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8851', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '940', - 'prev_word_id' => '1410', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '974', - ], - 4182 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8852', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1500', - 'placement' => '941', - 'prev_word_id' => '974', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1288', - ], - 4183 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8853', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '942', - 'prev_word_id' => '1288', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1500', - ], - 4184 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8854', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '943', - 'prev_word_id' => '1500', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4185 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8855', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '944', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '939', - ], - 4186 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8856', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '945', - 'prev_word_id' => '939', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4187 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8857', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1502', - 'placement' => '946', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '929', - ], - 4188 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8858', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1366', - 'placement' => '947', - 'prev_word_id' => '929', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1502', - ], - 4189 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8859', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '948', - 'prev_word_id' => '1502', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1366', - ], - 4190 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8860', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1342', - 'placement' => '949', - 'prev_word_id' => '1366', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4191 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8861', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '973', - 'placement' => '950', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1342', - ], - 4192 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8862', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '951', - 'prev_word_id' => '1342', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '973', - ], - 4193 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8863', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1471', - 'placement' => '952', - 'prev_word_id' => '973', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4194 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8864', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1503', - 'placement' => '953', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1471', - ], - 4195 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8865', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '954', - 'prev_word_id' => '1471', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1503', - ], - 4196 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8866', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1504', - 'placement' => '955', - 'prev_word_id' => '1503', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1437', - ], - 4197 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8867', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1505', - 'placement' => '956', - 'prev_word_id' => '1437', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1504', - ], - 4198 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8868', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1307', - 'placement' => '957', - 'prev_word_id' => '1504', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1505', - ], - 4199 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8869', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1506', - 'placement' => '958', - 'prev_word_id' => '1505', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1307', - ], - 4200 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8870', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1388', - 'placement' => '959', - 'prev_word_id' => '1307', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1506', - ], - 4201 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8871', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '960', - 'prev_word_id' => '1506', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1388', - ], - 4202 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8872', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '961', - 'prev_word_id' => '1388', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 4203 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8873', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1486', - 'placement' => '962', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1417', - ], - 4204 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8874', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '963', - 'prev_word_id' => '1417', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1486', - ], - 4205 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8875', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1279', - 'placement' => '964', - 'prev_word_id' => '1486', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4206 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8876', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1507', - 'placement' => '965', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1279', - ], - 4207 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8877', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1508', - 'placement' => '966', - 'prev_word_id' => '1279', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1507', - ], - 4208 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8878', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1372', - 'placement' => '967', - 'prev_word_id' => '1507', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1508', - ], - 4209 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8879', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '968', - 'prev_word_id' => '1508', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1372', - ], - 4210 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8880', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '873', - 'placement' => '969', - 'prev_word_id' => '1372', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4211 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8881', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1509', - 'placement' => '970', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '873', - ], - 4212 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8882', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '971', - 'prev_word_id' => '873', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1509', - ], - 4213 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8883', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1510', - 'placement' => '972', - 'prev_word_id' => '1509', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4214 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8884', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '923', - 'placement' => '973', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1510', - ], - 4215 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8885', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '974', - 'prev_word_id' => '1510', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '923', - ], - 4216 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8886', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1329', - 'placement' => '975', - 'prev_word_id' => '923', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '974', - ], - 4217 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8887', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1304', - 'placement' => '976', - 'prev_word_id' => '974', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1329', - ], - 4218 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8888', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '977', - 'prev_word_id' => '1329', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1304', - ], - 4219 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8889', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1506', - 'placement' => '978', - 'prev_word_id' => '1304', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4220 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8890', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1511', - 'placement' => '979', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1506', - ], - 4221 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8891', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1512', - 'placement' => '980', - 'prev_word_id' => '1506', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1511', - ], - 4222 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8892', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '981', - 'prev_word_id' => '1511', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1512', - ], - 4223 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8893', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1320', - 'placement' => '982', - 'prev_word_id' => '1512', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '804', - ], - 4224 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8894', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1264', - 'placement' => '983', - 'prev_word_id' => '804', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1320', - ], - 4225 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8895', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1424', - 'placement' => '984', - 'prev_word_id' => '1320', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1264', - ], - 4226 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8896', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1502', - 'placement' => '985', - 'prev_word_id' => '1264', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1424', - ], - 4227 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8897', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '986', - 'prev_word_id' => '1424', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1502', - ], - 4228 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8898', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1513', - 'placement' => '987', - 'prev_word_id' => '1502', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4229 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8899', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1493', - 'placement' => '988', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1513', - ], - 4230 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8900', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '989', - 'prev_word_id' => '1513', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1493', - ], - 4231 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8901', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1514', - 'placement' => '990', - 'prev_word_id' => '1493', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '834', - ], - 4232 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8902', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '991', - 'prev_word_id' => '834', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1514', - ], - 4233 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8903', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '992', - 'prev_word_id' => '1514', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '860', - ], - 4234 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8904', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1515', - 'placement' => '993', - 'prev_word_id' => '860', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4235 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8905', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1516', - 'placement' => '994', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1515', - ], - 4236 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8906', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '995', - 'prev_word_id' => '1515', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1516', - ], - 4237 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8907', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1517', - 'placement' => '996', - 'prev_word_id' => '1516', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4238 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8908', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1518', - 'placement' => '997', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1517', - ], - 4239 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8909', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '998', - 'prev_word_id' => '1517', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1518', - ], - 4240 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8910', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '999', - 'prev_word_id' => '1518', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4241 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8911', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '1000', - 'prev_word_id' => '0', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '970', - ], - 4242 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8912', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '1001', - 'prev_word_id' => '970', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1263', - ], - 4243 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8913', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1519', - 'placement' => '1002', - 'prev_word_id' => '1263', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4244 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8914', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '1003', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1519', - ], - 4245 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8915', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '1004', - 'prev_word_id' => '1519', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '832', - ], - 4246 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8916', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '884', - 'placement' => '1005', - 'prev_word_id' => '832', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 4247 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8917', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '1006', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '884', - ], - 4248 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8918', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1520', - 'placement' => '1007', - 'prev_word_id' => '884', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4249 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8919', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '1008', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1520', - ], - 4250 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8920', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1521', - 'placement' => '1009', - 'prev_word_id' => '1520', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '823', - ], - 4251 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8921', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1522', - 'placement' => '1010', - 'prev_word_id' => '823', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1521', - ], - 4252 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8922', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '1011', - 'prev_word_id' => '1521', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1522', - ], - 4253 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8923', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1523', - 'placement' => '1012', - 'prev_word_id' => '1522', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 4254 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8924', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '1013', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1523', - ], - 4255 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8925', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1524', - 'placement' => '1014', - 'prev_word_id' => '1523', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4256 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8926', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1525', - 'placement' => '1015', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1524', - ], - 4257 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8927', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '874', - 'placement' => '1016', - 'prev_word_id' => '1524', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1525', - ], - 4258 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8928', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '857', - 'placement' => '1017', - 'prev_word_id' => '1525', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '874', - ], - 4259 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8929', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '874', - 'placement' => '1018', - 'prev_word_id' => '874', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '857', - ], - 4260 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8930', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1421', - 'placement' => '1019', - 'prev_word_id' => '857', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '874', - ], - 4261 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8931', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '1020', - 'prev_word_id' => '874', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1421', - ], - 4262 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8932', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '1021', - 'prev_word_id' => '1421', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4263 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8933', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '1022', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 4264 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8934', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '880', - 'placement' => '1023', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '974', - ], - 4265 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8935', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '1024', - 'prev_word_id' => '974', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '880', - ], - 4266 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8936', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '1025', - 'prev_word_id' => '880', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '834', - ], - 4267 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8937', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '1026', - 'prev_word_id' => '834', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4268 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8938', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1526', - 'placement' => '1027', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '931', - ], - 4269 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8939', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1028', - 'prev_word_id' => '931', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1526', - ], - 4270 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8940', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '907', - 'placement' => '1029', - 'prev_word_id' => '1526', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4271 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8941', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '874', - 'placement' => '1030', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '907', - ], - 4272 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8942', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '1031', - 'prev_word_id' => '907', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '874', - ], - 4273 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8943', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1032', - 'prev_word_id' => '874', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 4274 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8944', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '1033', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4275 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8945', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '1034', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4276 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8946', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1298', - 'placement' => '1035', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 4277 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8947', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '1036', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1298', - ], - 4278 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8948', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '1037', - 'prev_word_id' => '1298', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '825', - ], - 4279 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8949', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '1038', - 'prev_word_id' => '825', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4280 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8950', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '1039', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4281 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8951', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1527', - 'placement' => '1040', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 4282 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8952', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '1041', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1527', - ], - 4283 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8953', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '1042', - 'prev_word_id' => '1527', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4284 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8954', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1528', - 'placement' => '1043', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 4285 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8955', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '1044', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1528', - ], - 4286 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8956', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1529', - 'placement' => '1045', - 'prev_word_id' => '1528', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 4287 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8957', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1530', - 'placement' => '1046', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1529', - ], - 4288 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8958', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '1047', - 'prev_word_id' => '1529', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1530', - ], - 4289 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8959', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '1048', - 'prev_word_id' => '1530', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1410', - ], - 4290 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8960', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1531', - 'placement' => '1049', - 'prev_word_id' => '1410', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4291 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8961', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '1050', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1531', - ], - 4292 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8962', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1532', - 'placement' => '1051', - 'prev_word_id' => '1531', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4293 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8963', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1533', - 'placement' => '1052', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1532', - ], - 4294 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8964', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1534', - 'placement' => '1053', - 'prev_word_id' => '1532', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1533', - ], - 4295 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8965', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1535', - 'placement' => '1054', - 'prev_word_id' => '1533', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1534', - ], - 4296 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8966', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1536', - 'placement' => '1055', - 'prev_word_id' => '1534', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1535', - ], - 4297 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8967', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '1056', - 'prev_word_id' => '1535', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1536', - ], - 4298 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8968', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1057', - 'prev_word_id' => '1536', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4299 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8969', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '857', - 'placement' => '1058', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4300 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8970', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '874', - 'placement' => '1059', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '857', - ], - 4301 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8971', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1060', - 'prev_word_id' => '857', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '874', - ], - 4302 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8972', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1061', - 'prev_word_id' => '874', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4303 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8973', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '1062', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4304 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8974', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '1063', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4305 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8975', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '874', - 'placement' => '1064', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '943', - ], - 4306 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8976', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '1065', - 'prev_word_id' => '943', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '874', - ], - 4307 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8977', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '1066', - 'prev_word_id' => '874', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 4308 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8978', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '1067', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4309 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8979', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1349', - 'placement' => '1068', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4310 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8980', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '1069', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1349', - ], - 4311 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8981', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1070', - 'prev_word_id' => '1349', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4312 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8982', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '907', - 'placement' => '1071', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4313 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8983', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '874', - 'placement' => '1072', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '907', - ], - 4314 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8984', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '1073', - 'prev_word_id' => '907', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '874', - ], - 4315 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8985', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1074', - 'prev_word_id' => '874', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 4316 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8986', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1537', - 'placement' => '1075', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4317 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8987', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1538', - 'placement' => '1076', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1537', - ], - 4318 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8988', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '1077', - 'prev_word_id' => '1537', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1538', - ], - 4319 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8989', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1539', - 'placement' => '1078', - 'prev_word_id' => '1538', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1358', - ], - 4320 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8990', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1540', - 'placement' => '1079', - 'prev_word_id' => '1358', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1539', - ], - 4321 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8991', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '1080', - 'prev_word_id' => '1539', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1540', - ], - 4322 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8992', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1081', - 'prev_word_id' => '1540', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1410', - ], - 4323 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8993', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '1082', - 'prev_word_id' => '1410', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4324 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8994', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1541', - 'placement' => '1083', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1358', - ], - 4325 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8995', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1349', - 'placement' => '1084', - 'prev_word_id' => '1358', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1541', - ], - 4326 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8996', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1085', - 'prev_word_id' => '1541', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1349', - ], - 4327 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8997', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1537', - 'placement' => '1086', - 'prev_word_id' => '1349', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4328 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8998', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1538', - 'placement' => '1087', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1537', - ], - 4329 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '8999', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '1088', - 'prev_word_id' => '1537', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1538', - ], - 4330 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9000', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1542', - 'placement' => '1089', - 'prev_word_id' => '1538', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1358', - ], - 4331 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9001', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1543', - 'placement' => '1090', - 'prev_word_id' => '1358', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1542', - ], - 4332 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9002', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '1091', - 'prev_word_id' => '1542', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1543', - ], - 4333 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9003', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '1092', - 'prev_word_id' => '1543', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 4334 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9004', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1544', - 'placement' => '1093', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1384', - ], - 4335 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9005', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '1094', - 'prev_word_id' => '1384', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1544', - ], - 4336 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9006', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1534', - 'placement' => '1095', - 'prev_word_id' => '1544', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1410', - ], - 4337 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9007', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1545', - 'placement' => '1096', - 'prev_word_id' => '1410', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1534', - ], - 4338 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9008', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '1097', - 'prev_word_id' => '1534', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1545', - ], - 4339 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9009', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1098', - 'prev_word_id' => '1545', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 4340 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9010', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '1099', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4341 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9011', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '1100', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4342 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9012', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '1101', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4343 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9013', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '1102', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '886', - ], - 4344 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9014', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1546', - 'placement' => '1103', - 'prev_word_id' => '886', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4345 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9015', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1547', - 'placement' => '1104', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1546', - ], - 4346 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9016', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1548', - 'placement' => '1105', - 'prev_word_id' => '1546', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1547', - ], - 4347 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9017', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1549', - 'placement' => '1106', - 'prev_word_id' => '1547', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1548', - ], - 4348 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9018', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '1107', - 'prev_word_id' => '1548', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1549', - ], - 4349 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9019', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1545', - 'placement' => '1108', - 'prev_word_id' => '1549', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 4350 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9020', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '1109', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1545', - ], - 4351 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9021', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '1110', - 'prev_word_id' => '1545', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 4352 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9022', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '1111', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '841', - ], - 4353 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9023', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '1112', - 'prev_word_id' => '841', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1550', - ], - 4354 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9024', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '1113', - 'prev_word_id' => '1550', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '834', - ], - 4355 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9025', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '1114', - 'prev_word_id' => '834', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4356 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9026', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1427', - 'placement' => '1115', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4357 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9027', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1551', - 'placement' => '1116', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1427', - ], - 4358 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9028', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '1117', - 'prev_word_id' => '1427', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1551', - ], - 4359 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9029', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1552', - 'placement' => '1118', - 'prev_word_id' => '1551', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4360 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9030', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1328', - 'placement' => '1119', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1552', - ], - 4361 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9031', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '1120', - 'prev_word_id' => '1552', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1328', - ], - 4362 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9032', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1424', - 'placement' => '1121', - 'prev_word_id' => '1328', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 4363 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9033', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1122', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1424', - ], - 4364 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9034', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '1123', - 'prev_word_id' => '1424', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4365 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9035', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1553', - 'placement' => '1124', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4366 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9036', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1125', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1553', - ], - 4367 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9037', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1554', - 'placement' => '1126', - 'prev_word_id' => '1553', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4368 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9038', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1555', - 'placement' => '1127', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1554', - ], - 4369 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9039', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1556', - 'placement' => '1128', - 'prev_word_id' => '1554', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1555', - ], - 4370 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9040', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1557', - 'placement' => '1129', - 'prev_word_id' => '1555', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1556', - ], - 4371 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9041', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1558', - 'placement' => '1130', - 'prev_word_id' => '1556', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1557', - ], - 4372 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9042', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '888', - 'placement' => '1131', - 'prev_word_id' => '1557', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1558', - ], - 4373 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9043', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1467', - 'placement' => '1132', - 'prev_word_id' => '1558', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '888', - ], - 4374 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9044', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '1133', - 'prev_word_id' => '888', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1467', - ], - 4375 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9045', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1134', - 'prev_word_id' => '1467', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4376 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9046', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1135', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4377 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9047', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '1136', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4378 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9048', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '1137', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 4379 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9049', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '1138', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1396', - ], - 4380 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9050', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '1139', - 'prev_word_id' => '1396', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '844', - ], - 4381 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9051', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1471', - 'placement' => '1140', - 'prev_word_id' => '844', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 4382 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9052', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1559', - 'placement' => '1141', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1471', - ], - 4383 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9053', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '1142', - 'prev_word_id' => '1471', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1559', - ], - 4384 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9054', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1503', - 'placement' => '1143', - 'prev_word_id' => '1559', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4385 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9055', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1560', - 'placement' => '1144', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1503', - ], - 4386 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9056', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1561', - 'placement' => '1145', - 'prev_word_id' => '1503', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1560', - ], - 4387 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9057', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1553', - 'placement' => '1146', - 'prev_word_id' => '1560', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1561', - ], - 4388 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9058', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1562', - 'placement' => '1147', - 'prev_word_id' => '1561', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1553', - ], - 4389 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9059', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '1148', - 'prev_word_id' => '1553', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1562', - ], - 4390 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9060', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1149', - 'prev_word_id' => '1562', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 4391 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9061', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '1150', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4392 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9062', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '1151', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4393 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9063', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1502', - 'placement' => '1152', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 4394 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9064', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '1153', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1502', - ], - 4395 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9065', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1495', - 'placement' => '1154', - 'prev_word_id' => '1502', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4396 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9066', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1328', - 'placement' => '1155', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1495', - ], - 4397 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9067', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '1156', - 'prev_word_id' => '1495', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1328', - ], - 4398 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9068', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1390', - 'placement' => '1157', - 'prev_word_id' => '1328', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 4399 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9069', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '1158', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1390', - ], - 4400 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9070', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1491', - 'placement' => '1159', - 'prev_word_id' => '1390', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 4401 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9071', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '1160', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1491', - ], - 4402 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9072', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1560', - 'placement' => '1161', - 'prev_word_id' => '1491', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 4403 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9073', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1563', - 'placement' => '1162', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1560', - ], - 4404 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9074', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1564', - 'placement' => '1163', - 'prev_word_id' => '1560', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1563', - ], - 4405 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9075', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '1164', - 'prev_word_id' => '1563', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1564', - ], - 4406 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9076', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '1165', - 'prev_word_id' => '1564', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 4407 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9077', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '880', - 'placement' => '1166', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4408 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9078', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1565', - 'placement' => '1167', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '880', - ], - 4409 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9079', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '1168', - 'prev_word_id' => '880', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1565', - ], - 4410 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9080', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1342', - 'placement' => '1169', - 'prev_word_id' => '1565', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4411 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9081', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '973', - 'placement' => '1170', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1342', - ], - 4412 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9082', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '1171', - 'prev_word_id' => '1342', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '973', - ], - 4413 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9083', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1566', - 'placement' => '1172', - 'prev_word_id' => '973', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4414 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9084', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1567', - 'placement' => '1173', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1566', - ], - 4415 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9085', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1568', - 'placement' => '1174', - 'prev_word_id' => '1566', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1567', - ], - 4416 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9086', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '1175', - 'prev_word_id' => '1567', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1568', - ], - 4417 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9087', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1176', - 'prev_word_id' => '1568', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 4418 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9088', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '1177', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4419 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9089', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '1178', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4420 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9090', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1569', - 'placement' => '1179', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1410', - ], - 4421 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9091', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '1180', - 'prev_word_id' => '1410', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1569', - ], - 4422 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9092', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1570', - 'placement' => '1181', - 'prev_word_id' => '1569', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1410', - ], - 4423 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9093', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1571', - 'placement' => '1182', - 'prev_word_id' => '1410', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1570', - ], - 4424 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9094', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '1183', - 'prev_word_id' => '1570', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1571', - ], - 4425 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9095', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '1184', - 'prev_word_id' => '1571', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4426 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9096', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1572', - 'placement' => '1185', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '804', - ], - 4427 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9097', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1349', - 'placement' => '1186', - 'prev_word_id' => '804', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1572', - ], - 4428 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9098', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '1187', - 'prev_word_id' => '1572', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1349', - ], - 4429 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9099', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1573', - 'placement' => '1188', - 'prev_word_id' => '1349', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 4430 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9100', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1362', - 'placement' => '1189', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1573', - ], - 4431 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9101', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '1190', - 'prev_word_id' => '1573', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1362', - ], - 4432 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9102', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '1191', - 'prev_word_id' => '1362', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4433 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9103', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '1192', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '843', - ], - 4434 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9104', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1569', - 'placement' => '1193', - 'prev_word_id' => '843', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1410', - ], - 4435 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9105', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1439', - 'placement' => '1194', - 'prev_word_id' => '1410', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1569', - ], - 4436 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9106', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1424', - 'placement' => '1195', - 'prev_word_id' => '1569', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1439', - ], - 4437 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9107', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1472', - 'placement' => '1196', - 'prev_word_id' => '1439', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1424', - ], - 4438 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9108', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '1197', - 'prev_word_id' => '1424', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1472', - ], - 4439 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9109', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1198', - 'prev_word_id' => '1472', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 4440 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9110', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '1199', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4441 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9111', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1259', - 'placement' => '1200', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4442 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9112', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '1201', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1259', - ], - 4443 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9113', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '1202', - 'prev_word_id' => '1259', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '834', - ], - 4444 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9114', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1574', - 'placement' => '1203', - 'prev_word_id' => '834', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1008', - ], - 4445 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9115', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1368', - 'placement' => '1204', - 'prev_word_id' => '1008', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1574', - ], - 4446 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9116', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1205', - 'prev_word_id' => '1574', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1368', - ], - 4447 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9117', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1427', - 'placement' => '1206', - 'prev_word_id' => '1368', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4448 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9118', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1056', - 'placement' => '1207', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1427', - ], - 4449 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9119', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '1208', - 'prev_word_id' => '1427', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1056', - ], - 4450 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9120', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '1209', - 'prev_word_id' => '1056', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 4451 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9121', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '1210', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '836', - ], - 4452 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9122', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '1211', - 'prev_word_id' => '836', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '836', - ], - 4453 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9123', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1575', - 'placement' => '1212', - 'prev_word_id' => '836', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 4454 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9124', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '1213', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1575', - ], - 4455 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9125', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '1214', - 'prev_word_id' => '1575', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '976', - ], - 4456 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9126', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1576', - 'placement' => '1215', - 'prev_word_id' => '976', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4457 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9127', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1577', - 'placement' => '1216', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1576', - ], - 4458 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9128', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '1217', - 'prev_word_id' => '1576', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1577', - ], - 4459 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9129', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '1218', - 'prev_word_id' => '1577', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1443', - ], - 4460 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9130', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '909', - 'placement' => '1219', - 'prev_word_id' => '1443', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4461 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9131', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '1220', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '909', - ], - 4462 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9132', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '1221', - 'prev_word_id' => '909', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 4463 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9133', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '926', - 'placement' => '1222', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4464 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9134', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '1223', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '926', - ], - 4465 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9135', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '1224', - 'prev_word_id' => '926', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4466 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9136', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1225', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4467 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9137', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '1226', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4468 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9138', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '1227', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4469 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9139', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1502', - 'placement' => '1228', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 4470 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9140', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1259', - 'placement' => '1229', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1502', - ], - 4471 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9141', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1576', - 'placement' => '1230', - 'prev_word_id' => '1502', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1259', - ], - 4472 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9142', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1516', - 'placement' => '1231', - 'prev_word_id' => '1259', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1576', - ], - 4473 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9143', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '1232', - 'prev_word_id' => '1576', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1516', - ], - 4474 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9144', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1578', - 'placement' => '1233', - 'prev_word_id' => '1516', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4475 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9145', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '1234', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1578', - ], - 4476 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9146', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '1235', - 'prev_word_id' => '1578', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '948', - ], - 4477 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9147', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1458', - 'placement' => '1236', - 'prev_word_id' => '948', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '949', - ], - 4478 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9148', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '1237', - 'prev_word_id' => '949', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1458', - ], - 4479 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9149', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1579', - 'placement' => '1238', - 'prev_word_id' => '1458', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '833', - ], - 4480 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9150', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '1239', - 'prev_word_id' => '833', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1579', - ], - 4481 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9151', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1380', - 'placement' => '1240', - 'prev_word_id' => '1579', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4482 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9152', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '1241', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1380', - ], - 4483 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9153', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1458', - 'placement' => '1242', - 'prev_word_id' => '1380', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1258', - ], - 4484 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9154', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1528', - 'placement' => '1243', - 'prev_word_id' => '1258', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1458', - ], - 4485 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9155', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '1244', - 'prev_word_id' => '1458', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1528', - ], - 4486 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9156', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1575', - 'placement' => '1245', - 'prev_word_id' => '1528', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 4487 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9157', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1349', - 'placement' => '1246', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1575', - ], - 4488 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9158', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '1247', - 'prev_word_id' => '1575', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1349', - ], - 4489 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9159', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1498', - 'placement' => '1248', - 'prev_word_id' => '1349', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1287', - ], - 4490 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9160', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1580', - 'placement' => '1249', - 'prev_word_id' => '1287', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1498', - ], - 4491 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9161', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1250', - 'prev_word_id' => '1498', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1580', - ], - 4492 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9162', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '850', - 'placement' => '1251', - 'prev_word_id' => '1580', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4493 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9163', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '1252', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '850', - ], - 4494 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9164', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1253', - 'prev_word_id' => '850', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '813', - ], - 4495 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9165', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1502', - 'placement' => '1254', - 'prev_word_id' => '813', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '814', - ], - 4496 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9166', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1264', - 'placement' => '1255', - 'prev_word_id' => '814', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1502', - ], - 4497 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9167', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '1256', - 'prev_word_id' => '1502', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1264', - ], - 4498 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9168', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '1257', - 'prev_word_id' => '1264', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4499 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9169', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1581', - 'placement' => '1258', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1443', - ], - 4500 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9170', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1582', - 'placement' => '1259', - 'prev_word_id' => '1443', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1581', - ], - 4501 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9171', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '1260', - 'prev_word_id' => '1581', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1582', - ], - 4502 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9172', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1251', - 'placement' => '1261', - 'prev_word_id' => '1582', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4503 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9173', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1252', - 'placement' => '1262', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1251', - ], - 4504 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9174', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '1263', - 'prev_word_id' => '1251', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1252', - ], - 4505 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9175', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1313', - 'placement' => '1264', - 'prev_word_id' => '1252', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 4506 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9176', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1265', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1313', - ], - 4507 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9177', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '1266', - 'prev_word_id' => '1313', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4508 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9178', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '870', - 'placement' => '1267', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4509 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9179', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '1268', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '870', - ], - 4510 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9180', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1418', - 'placement' => '1269', - 'prev_word_id' => '870', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '974', - ], - 4511 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9181', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '1270', - 'prev_word_id' => '974', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1418', - ], - 4512 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9182', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '1271', - 'prev_word_id' => '1418', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1323', - ], - 4513 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9183', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '1272', - 'prev_word_id' => '1323', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '893', - ], - 4514 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9184', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1282', - 'placement' => '1273', - 'prev_word_id' => '893', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4515 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9185', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '1274', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1282', - ], - 4516 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9186', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '1275', - 'prev_word_id' => '1282', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4517 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9187', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '1276', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1319', - ], - 4518 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9188', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1583', - 'placement' => '1277', - 'prev_word_id' => '1319', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '810', - ], - 4519 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9189', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1584', - 'placement' => '1278', - 'prev_word_id' => '810', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1583', - ], - 4520 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9190', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '1279', - 'prev_word_id' => '1583', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1584', - ], - 4521 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9191', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1295', - 'placement' => '1280', - 'prev_word_id' => '1584', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '823', - ], - 4522 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9192', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '1281', - 'prev_word_id' => '823', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1295', - ], - 4523 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9193', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1585', - 'placement' => '1282', - 'prev_word_id' => '1295', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '886', - ], - 4524 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9194', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '917', - 'placement' => '1283', - 'prev_word_id' => '886', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1585', - ], - 4525 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9195', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '1284', - 'prev_word_id' => '1585', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '917', - ], - 4526 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9196', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '1285', - 'prev_word_id' => '917', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '809', - ], - 4527 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9197', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1586', - 'placement' => '1286', - 'prev_word_id' => '809', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1318', - ], - 4528 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9198', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1587', - 'placement' => '1287', - 'prev_word_id' => '1318', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1586', - ], - 4529 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9199', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '1288', - 'prev_word_id' => '1586', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1587', - ], - 4530 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9200', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '1289', - 'prev_word_id' => '1587', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '801', - ], - 4531 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9201', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1290', - 'prev_word_id' => '801', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '881', - ], - 4532 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9202', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '1291', - 'prev_word_id' => '881', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '802', - ], - 4533 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9203', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '1292', - 'prev_word_id' => '802', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '803', - ], - 4534 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9204', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '1293', - 'prev_word_id' => '803', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '863', - ], - 4535 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9205', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1322', - 'placement' => '1294', - 'prev_word_id' => '863', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '974', - ], - 4536 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9206', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '1295', - 'prev_word_id' => '974', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1322', - ], - 4537 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9207', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '1296', - 'prev_word_id' => '1322', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1323', - ], - 4538 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9208', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1528', - 'placement' => '1297', - 'prev_word_id' => '1323', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '804', - ], - 4539 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9209', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '1298', - 'prev_word_id' => '804', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1528', - ], - 4540 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9210', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '1299', - 'prev_word_id' => '1528', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '805', - ], - 4541 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9211', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '1300', - 'prev_word_id' => '805', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '816', - ], - 4542 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9212', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '1301', - 'prev_word_id' => '816', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '894', - ], - 4543 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9213', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '1302', - 'prev_word_id' => '894', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1191', - ], - 4544 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '107', - 'frequency' => '0', - 'id' => '9214', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1303', - 'prev_word_id' => '1191', - 'published' => '1311154185', - 'section_id' => '1', - 'word_id' => '1191', - ], - 4545 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9215', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '936', - ], - 4546 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9216', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '1', - 'prev_word_id' => '936', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4547 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9217', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '2', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '881', - ], - 4548 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9218', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '3', - 'prev_word_id' => '881', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 4549 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9219', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '4', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4550 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9220', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '5', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 4551 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9221', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1530', - 'placement' => '6', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4552 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9222', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '7', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1530', - ], - 4553 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9223', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '8', - 'prev_word_id' => '1530', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '809', - ], - 4554 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9224', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1588', - 'placement' => '9', - 'prev_word_id' => '809', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '810', - ], - 4555 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9225', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '10', - 'prev_word_id' => '810', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1588', - ], - 4556 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9226', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '11', - 'prev_word_id' => '1588', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '813', - ], - 4557 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9227', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1368', - 'placement' => '12', - 'prev_word_id' => '813', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1370', - ], - 4558 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9228', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '13', - 'prev_word_id' => '1370', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1368', - ], - 4559 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9229', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '14', - 'prev_word_id' => '1368', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '813', - ], - 4560 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9230', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1084', - 'placement' => '15', - 'prev_word_id' => '813', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4561 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9231', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1589', - 'placement' => '16', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1084', - ], - 4562 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9232', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '17', - 'prev_word_id' => '1084', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1589', - ], - 4563 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9233', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '18', - 'prev_word_id' => '1589', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1437', - ], - 4564 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9234', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '19', - 'prev_word_id' => '1437', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4565 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9235', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1590', - 'placement' => '20', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 4566 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9236', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1591', - 'placement' => '21', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1590', - ], - 4567 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9237', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '22', - 'prev_word_id' => '1590', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1591', - ], - 4568 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9238', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '23', - 'prev_word_id' => '1591', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4569 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9239', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '857', - 'placement' => '24', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4570 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9240', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '25', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '857', - ], - 4571 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9241', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '26', - 'prev_word_id' => '857', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4572 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9242', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '27', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4573 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9243', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '28', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '848', - ], - 4574 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9244', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '29', - 'prev_word_id' => '848', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4575 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9245', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1592', - 'placement' => '30', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '841', - ], - 4576 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9246', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '31', - 'prev_word_id' => '841', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1592', - ], - 4577 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9247', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '32', - 'prev_word_id' => '1592', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4578 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9248', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '33', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4579 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9249', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1489', - 'placement' => '34', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '848', - ], - 4580 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9250', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1593', - 'placement' => '35', - 'prev_word_id' => '848', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1489', - ], - 4581 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9251', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1594', - 'placement' => '36', - 'prev_word_id' => '1489', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1593', - ], - 4582 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9252', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '37', - 'prev_word_id' => '1593', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1594', - ], - 4583 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9253', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '38', - 'prev_word_id' => '1594', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4584 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9254', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '39', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4585 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9255', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '40', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1595', - ], - 4586 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9256', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '963', - 'placement' => '41', - 'prev_word_id' => '1595', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1596', - ], - 4587 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9257', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '42', - 'prev_word_id' => '1596', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '963', - ], - 4588 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9258', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1597', - 'placement' => '43', - 'prev_word_id' => '963', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '825', - ], - 4589 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9259', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1598', - 'placement' => '44', - 'prev_word_id' => '825', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1597', - ], - 4590 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9260', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1522', - 'placement' => '45', - 'prev_word_id' => '1597', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1598', - ], - 4591 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9261', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '46', - 'prev_word_id' => '1598', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1522', - ], - 4592 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9262', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '47', - 'prev_word_id' => '1522', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '933', - ], - 4593 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9263', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '48', - 'prev_word_id' => '933', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '945', - ], - 4594 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9264', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1599', - 'placement' => '49', - 'prev_word_id' => '945', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '841', - ], - 4595 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9265', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '50', - 'prev_word_id' => '841', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1599', - ], - 4596 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9266', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '51', - 'prev_word_id' => '1599', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1370', - ], - 4597 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9267', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '52', - 'prev_word_id' => '1370', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1481', - ], - 4598 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9268', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '53', - 'prev_word_id' => '1481', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4599 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9269', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '54', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4600 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9270', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '55', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '848', - ], - 4601 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9271', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '56', - 'prev_word_id' => '848', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4602 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9272', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1592', - 'placement' => '57', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '841', - ], - 4603 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9273', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '58', - 'prev_word_id' => '841', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1592', - ], - 4604 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9274', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '59', - 'prev_word_id' => '1592', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '809', - ], - 4605 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9275', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '60', - 'prev_word_id' => '809', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 4606 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9276', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '61', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4607 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9277', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '62', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4608 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9278', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '63', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 4609 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9279', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '64', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4610 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9280', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '65', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4611 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9281', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '66', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1280', - ], - 4612 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9282', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1600', - 'placement' => '67', - 'prev_word_id' => '1280', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1337', - ], - 4613 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9283', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '68', - 'prev_word_id' => '1337', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1600', - ], - 4614 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9284', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '963', - 'placement' => '69', - 'prev_word_id' => '1600', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 4615 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9285', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1601', - 'placement' => '70', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '963', - ], - 4616 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9286', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '71', - 'prev_word_id' => '963', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1601', - ], - 4617 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9287', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '72', - 'prev_word_id' => '1601', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '848', - ], - 4618 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9288', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '73', - 'prev_word_id' => '848', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4619 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9289', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1592', - 'placement' => '74', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '841', - ], - 4620 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9290', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1602', - 'placement' => '75', - 'prev_word_id' => '841', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1592', - ], - 4621 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9291', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '76', - 'prev_word_id' => '1592', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1602', - ], - 4622 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9292', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '77', - 'prev_word_id' => '1602', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4623 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9293', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1603', - 'placement' => '78', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '821', - ], - 4624 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9294', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '79', - 'prev_word_id' => '821', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1603', - ], - 4625 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9295', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1603', - 'placement' => '80', - 'prev_word_id' => '1603', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '804', - ], - 4626 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9296', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1604', - 'placement' => '81', - 'prev_word_id' => '804', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1603', - ], - 4627 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9297', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '82', - 'prev_word_id' => '1603', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1604', - ], - 4628 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9298', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '83', - 'prev_word_id' => '1604', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1605', - ], - 4629 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9299', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1499', - 'placement' => '84', - 'prev_word_id' => '1605', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4630 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9300', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '85', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1499', - ], - 4631 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9301', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '86', - 'prev_word_id' => '1499', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 4632 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9302', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1606', - 'placement' => '87', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 4633 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9303', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '88', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1606', - ], - 4634 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9304', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '89', - 'prev_word_id' => '1606', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4635 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9305', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '90', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4636 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9306', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1607', - 'placement' => '91', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4637 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9307', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1608', - 'placement' => '92', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1607', - ], - 4638 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9308', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '93', - 'prev_word_id' => '1607', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1608', - ], - 4639 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9309', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1594', - 'placement' => '94', - 'prev_word_id' => '1608', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4640 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9310', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '95', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1594', - ], - 4641 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9311', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1610', - 'placement' => '96', - 'prev_word_id' => '1594', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1609', - ], - 4642 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9312', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '97', - 'prev_word_id' => '1609', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1610', - ], - 4643 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9313', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '98', - 'prev_word_id' => '1610', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '813', - ], - 4644 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9314', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '99', - 'prev_word_id' => '813', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4645 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9315', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '857', - 'placement' => '100', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4646 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9316', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '101', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '857', - ], - 4647 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9317', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '102', - 'prev_word_id' => '857', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '932', - ], - 4648 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9318', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '103', - 'prev_word_id' => '932', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '805', - ], - 4649 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9319', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1611', - 'placement' => '104', - 'prev_word_id' => '805', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '810', - ], - 4650 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9320', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '105', - 'prev_word_id' => '810', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1611', - ], - 4651 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9321', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1612', - 'placement' => '106', - 'prev_word_id' => '1611', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '932', - ], - 4652 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9322', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '870', - 'placement' => '107', - 'prev_word_id' => '932', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1612', - ], - 4653 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9323', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '108', - 'prev_word_id' => '1612', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '870', - ], - 4654 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9324', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '109', - 'prev_word_id' => '870', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4655 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9325', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1504', - 'placement' => '110', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '821', - ], - 4656 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9326', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1613', - 'placement' => '111', - 'prev_word_id' => '821', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1504', - ], - 4657 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9327', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1614', - 'placement' => '112', - 'prev_word_id' => '1504', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1613', - ], - 4658 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9328', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1615', - 'placement' => '113', - 'prev_word_id' => '1613', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1614', - ], - 4659 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9329', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1616', - 'placement' => '114', - 'prev_word_id' => '1614', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1615', - ], - 4660 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9330', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1617', - 'placement' => '115', - 'prev_word_id' => '1615', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1616', - ], - 4661 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9331', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1618', - 'placement' => '116', - 'prev_word_id' => '1616', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1617', - ], - 4662 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9332', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1505', - 'placement' => '117', - 'prev_word_id' => '1617', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1618', - ], - 4663 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9333', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '118', - 'prev_word_id' => '1618', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1505', - ], - 4664 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9334', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1489', - 'placement' => '119', - 'prev_word_id' => '1505', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4665 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9335', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1619', - 'placement' => '120', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1489', - ], - 4666 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9336', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '121', - 'prev_word_id' => '1489', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1619', - ], - 4667 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9337', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '122', - 'prev_word_id' => '1619', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1620', - ], - 4668 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9338', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '123', - 'prev_word_id' => '1620', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4669 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9339', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '124', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4670 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9340', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '125', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '848', - ], - 4671 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9341', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1621', - 'placement' => '126', - 'prev_word_id' => '848', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4672 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9342', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1489', - 'placement' => '127', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1621', - ], - 4673 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9343', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1622', - 'placement' => '128', - 'prev_word_id' => '1621', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1489', - ], - 4674 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9344', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '129', - 'prev_word_id' => '1489', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1622', - ], - 4675 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9345', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '130', - 'prev_word_id' => '1622', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1384', - ], - 4676 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9346', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1623', - 'placement' => '131', - 'prev_word_id' => '1384', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4677 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9347', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1508', - 'placement' => '132', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1623', - ], - 4678 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9348', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1624', - 'placement' => '133', - 'prev_word_id' => '1623', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1508', - ], - 4679 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9349', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1601', - 'placement' => '134', - 'prev_word_id' => '1508', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1624', - ], - 4680 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9350', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '135', - 'prev_word_id' => '1624', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1601', - ], - 4681 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9351', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1625', - 'placement' => '136', - 'prev_word_id' => '1601', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 4682 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9352', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1489', - 'placement' => '137', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1625', - ], - 4683 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9353', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '138', - 'prev_word_id' => '1625', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1489', - ], - 4684 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9354', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '139', - 'prev_word_id' => '1489', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4685 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9355', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1626', - 'placement' => '140', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '828', - ], - 4686 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9356', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '141', - 'prev_word_id' => '828', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1626', - ], - 4687 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9357', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1627', - 'placement' => '142', - 'prev_word_id' => '1626', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4688 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9358', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1628', - 'placement' => '143', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1627', - ], - 4689 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9359', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1429', - 'placement' => '144', - 'prev_word_id' => '1627', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1628', - ], - 4690 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9360', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1606', - 'placement' => '145', - 'prev_word_id' => '1628', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1429', - ], - 4691 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9361', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '146', - 'prev_word_id' => '1429', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1606', - ], - 4692 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9362', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '147', - 'prev_word_id' => '1606', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4693 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9363', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '148', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4694 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9364', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '149', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '939', - ], - 4695 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9365', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1629', - 'placement' => '150', - 'prev_word_id' => '939', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4696 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9366', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '151', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1629', - ], - 4697 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9367', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '152', - 'prev_word_id' => '1629', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '807', - ], - 4698 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9368', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '153', - 'prev_word_id' => '807', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4699 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9369', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '154', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 4700 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9370', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1630', - 'placement' => '155', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4701 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9371', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1489', - 'placement' => '156', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1630', - ], - 4702 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9372', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1622', - 'placement' => '157', - 'prev_word_id' => '1630', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1489', - ], - 4703 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9373', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1631', - 'placement' => '158', - 'prev_word_id' => '1489', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1622', - ], - 4704 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9374', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '159', - 'prev_word_id' => '1622', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1631', - ], - 4705 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9375', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '160', - 'prev_word_id' => '1631', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1605', - ], - 4706 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9376', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1632', - 'placement' => '161', - 'prev_word_id' => '1605', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4707 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9377', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '162', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1632', - ], - 4708 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9378', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '163', - 'prev_word_id' => '1632', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1318', - ], - 4709 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9379', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1633', - 'placement' => '164', - 'prev_word_id' => '1318', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1319', - ], - 4710 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9380', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '165', - 'prev_word_id' => '1319', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1633', - ], - 4711 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9381', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1634', - 'placement' => '166', - 'prev_word_id' => '1633', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '856', - ], - 4712 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9382', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '167', - 'prev_word_id' => '856', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1634', - ], - 4713 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9383', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '168', - 'prev_word_id' => '1634', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4714 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9384', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '169', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 4715 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9385', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '170', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1595', - ], - 4716 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9386', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1635', - 'placement' => '171', - 'prev_word_id' => '1595', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4717 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9387', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '172', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1635', - ], - 4718 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9388', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1636', - 'placement' => '173', - 'prev_word_id' => '1635', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1277', - ], - 4719 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9389', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '174', - 'prev_word_id' => '1277', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1636', - ], - 4720 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9390', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1637', - 'placement' => '175', - 'prev_word_id' => '1636', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '810', - ], - 4721 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9391', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1371', - 'placement' => '176', - 'prev_word_id' => '810', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1637', - ], - 4722 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9392', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '177', - 'prev_word_id' => '1637', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1371', - ], - 4723 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9393', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '178', - 'prev_word_id' => '1371', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4724 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9394', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1638', - 'placement' => '179', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4725 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9395', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1639', - 'placement' => '180', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1638', - ], - 4726 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9396', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '181', - 'prev_word_id' => '1638', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1639', - ], - 4727 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9397', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '182', - 'prev_word_id' => '1639', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '813', - ], - 4728 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9398', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '183', - 'prev_word_id' => '813', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4729 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9399', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '184', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '807', - ], - 4730 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9400', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1640', - 'placement' => '185', - 'prev_word_id' => '807', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4731 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9401', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '186', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1640', - ], - 4732 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9402', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1641', - 'placement' => '187', - 'prev_word_id' => '1640', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4733 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9403', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '188', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1641', - ], - 4734 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9404', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '874', - 'placement' => '189', - 'prev_word_id' => '1641', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1337', - ], - 4735 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9405', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '905', - 'placement' => '190', - 'prev_word_id' => '1337', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '874', - ], - 4736 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9406', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '191', - 'prev_word_id' => '874', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '905', - ], - 4737 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9407', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1404', - 'placement' => '192', - 'prev_word_id' => '905', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 4738 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9408', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '193', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1404', - ], - 4739 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9409', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1594', - 'placement' => '194', - 'prev_word_id' => '1404', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '976', - ], - 4740 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9410', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '195', - 'prev_word_id' => '976', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1594', - ], - 4741 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9411', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '196', - 'prev_word_id' => '1594', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4742 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9412', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '197', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4743 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9413', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '198', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1443', - ], - 4744 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9414', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '199', - 'prev_word_id' => '1443', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4745 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9415', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '200', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 4746 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9416', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '201', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 4747 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9417', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '202', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4748 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9418', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '203', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 4749 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9419', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1642', - 'placement' => '204', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '844', - ], - 4750 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9420', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '205', - 'prev_word_id' => '844', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1642', - ], - 4751 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9421', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '206', - 'prev_word_id' => '1642', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4752 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9422', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1643', - 'placement' => '207', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1596', - ], - 4753 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9423', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1276', - 'placement' => '208', - 'prev_word_id' => '1596', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1643', - ], - 4754 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9424', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1447', - 'placement' => '209', - 'prev_word_id' => '1643', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1276', - ], - 4755 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9425', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '210', - 'prev_word_id' => '1276', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1447', - ], - 4756 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9426', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '211', - 'prev_word_id' => '1447', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1290', - ], - 4757 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9427', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '212', - 'prev_word_id' => '1290', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '821', - ], - 4758 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9428', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1644', - 'placement' => '213', - 'prev_word_id' => '821', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4759 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9429', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '214', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1644', - ], - 4760 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9430', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1645', - 'placement' => '215', - 'prev_word_id' => '1644', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '805', - ], - 4761 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9431', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '216', - 'prev_word_id' => '805', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1645', - ], - 4762 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9432', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1646', - 'placement' => '217', - 'prev_word_id' => '1645', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 4763 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9433', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '218', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1646', - ], - 4764 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9434', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1647', - 'placement' => '219', - 'prev_word_id' => '1646', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '836', - ], - 4765 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9435', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '220', - 'prev_word_id' => '836', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1647', - ], - 4766 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9436', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1648', - 'placement' => '221', - 'prev_word_id' => '1647', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4767 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9437', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '222', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1648', - ], - 4768 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9438', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1649', - 'placement' => '223', - 'prev_word_id' => '1648', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '810', - ], - 4769 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9439', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1650', - 'placement' => '224', - 'prev_word_id' => '810', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1649', - ], - 4770 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9440', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1651', - 'placement' => '225', - 'prev_word_id' => '1649', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1650', - ], - 4771 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9441', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1643', - 'placement' => '226', - 'prev_word_id' => '1650', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1651', - ], - 4772 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9442', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '227', - 'prev_word_id' => '1651', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1643', - ], - 4773 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9443', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1652', - 'placement' => '228', - 'prev_word_id' => '1643', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 4774 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9444', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '229', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1652', - ], - 4775 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9445', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1653', - 'placement' => '230', - 'prev_word_id' => '1652', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '898', - ], - 4776 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9446', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1654', - 'placement' => '231', - 'prev_word_id' => '898', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1653', - ], - 4777 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9447', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '232', - 'prev_word_id' => '1653', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1654', - ], - 4778 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9448', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1655', - 'placement' => '233', - 'prev_word_id' => '1654', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4779 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9449', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '234', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1655', - ], - 4780 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9450', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '235', - 'prev_word_id' => '1655', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 4781 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9451', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '236', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1319', - ], - 4782 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9452', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '237', - 'prev_word_id' => '1319', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1290', - ], - 4783 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9453', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '238', - 'prev_word_id' => '1290', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '821', - ], - 4784 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9454', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '239', - 'prev_word_id' => '821', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '809', - ], - 4785 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9455', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '240', - 'prev_word_id' => '809', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4786 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9456', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1656', - 'placement' => '241', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 4787 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9457', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1643', - 'placement' => '242', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1656', - ], - 4788 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9458', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '243', - 'prev_word_id' => '1656', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1643', - ], - 4789 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9459', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '244', - 'prev_word_id' => '1643', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1605', - ], - 4790 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9460', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1657', - 'placement' => '245', - 'prev_word_id' => '1605', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '810', - ], - 4791 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9461', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1658', - 'placement' => '246', - 'prev_word_id' => '810', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1657', - ], - 4792 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9462', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '247', - 'prev_word_id' => '1657', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1658', - ], - 4793 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9463', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '248', - 'prev_word_id' => '1658', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '810', - ], - 4794 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9464', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '249', - 'prev_word_id' => '810', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1323', - ], - 4795 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9465', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1659', - 'placement' => '250', - 'prev_word_id' => '1323', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4796 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9466', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '251', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1659', - ], - 4797 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9467', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '252', - 'prev_word_id' => '1659', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 4798 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9468', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '253', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4799 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9469', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1660', - 'placement' => '254', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '886', - ], - 4800 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9470', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1661', - 'placement' => '255', - 'prev_word_id' => '886', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1660', - ], - 4801 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9471', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '256', - 'prev_word_id' => '1660', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1661', - ], - 4802 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9472', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '257', - 'prev_word_id' => '1661', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '893', - ], - 4803 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9473', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '258', - 'prev_word_id' => '893', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4804 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9474', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '259', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1319', - ], - 4805 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9475', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1662', - 'placement' => '260', - 'prev_word_id' => '1319', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1318', - ], - 4806 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9476', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1642', - 'placement' => '261', - 'prev_word_id' => '1318', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1662', - ], - 4807 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9477', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '262', - 'prev_word_id' => '1662', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1642', - ], - 4808 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9478', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '263', - 'prev_word_id' => '1642', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '901', - ], - 4809 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9479', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '264', - 'prev_word_id' => '901', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4810 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9480', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '265', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '836', - ], - 4811 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9481', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '266', - 'prev_word_id' => '836', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1396', - ], - 4812 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9482', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1663', - 'placement' => '267', - 'prev_word_id' => '1396', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '844', - ], - 4813 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9483', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '268', - 'prev_word_id' => '844', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1663', - ], - 4814 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9484', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '269', - 'prev_word_id' => '1663', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 4815 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9485', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '829', - 'placement' => '270', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4816 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9486', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '271', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '829', - ], - 4817 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9487', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '272', - 'prev_word_id' => '829', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1323', - ], - 4818 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9488', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '273', - 'prev_word_id' => '1323', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4819 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9489', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '274', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1318', - ], - 4820 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9490', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '275', - 'prev_word_id' => '1318', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '825', - ], - 4821 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9491', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1664', - 'placement' => '276', - 'prev_word_id' => '825', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1443', - ], - 4822 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9492', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '277', - 'prev_word_id' => '1443', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1664', - ], - 4823 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9493', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '278', - 'prev_word_id' => '1664', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '976', - ], - 4824 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9494', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1300', - 'placement' => '279', - 'prev_word_id' => '976', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4825 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9495', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '280', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1300', - ], - 4826 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9496', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '281', - 'prev_word_id' => '1300', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1605', - ], - 4827 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9497', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '282', - 'prev_word_id' => '1605', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4828 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9498', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '283', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '886', - ], - 4829 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9499', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '284', - 'prev_word_id' => '886', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1665', - ], - 4830 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9500', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '285', - 'prev_word_id' => '1665', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4831 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9501', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '286', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4832 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9502', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1666', - 'placement' => '287', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 4833 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9503', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '288', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1666', - ], - 4834 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9504', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1667', - 'placement' => '289', - 'prev_word_id' => '1666', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4835 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9505', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '290', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1667', - ], - 4836 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9506', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '291', - 'prev_word_id' => '1667', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4837 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9507', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '292', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1323', - ], - 4838 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9508', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '293', - 'prev_word_id' => '1323', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4839 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9509', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1668', - 'placement' => '294', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '886', - ], - 4840 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9510', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '295', - 'prev_word_id' => '886', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1668', - ], - 4841 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9511', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '296', - 'prev_word_id' => '1668', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1665', - ], - 4842 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9512', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '297', - 'prev_word_id' => '1665', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4843 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9513', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1594', - 'placement' => '298', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4844 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9514', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '299', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1594', - ], - 4845 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9515', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '300', - 'prev_word_id' => '1594', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '848', - ], - 4846 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9516', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '301', - 'prev_word_id' => '848', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1290', - ], - 4847 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9517', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '302', - 'prev_word_id' => '1290', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1323', - ], - 4848 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9518', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '303', - 'prev_word_id' => '1323', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4849 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9519', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '304', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1420', - ], - 4850 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9520', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '305', - 'prev_word_id' => '1420', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4851 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9521', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '306', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 4852 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9522', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '829', - 'placement' => '307', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4853 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9523', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '308', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '829', - ], - 4854 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9524', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '309', - 'prev_word_id' => '829', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1323', - ], - 4855 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9525', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1663', - 'placement' => '310', - 'prev_word_id' => '1323', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '805', - ], - 4856 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9526', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '311', - 'prev_word_id' => '805', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1663', - ], - 4857 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9527', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '312', - 'prev_word_id' => '1663', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1605', - ], - 4858 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9528', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '313', - 'prev_word_id' => '1605', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4859 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9529', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1313', - 'placement' => '314', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '886', - ], - 4860 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9530', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '315', - 'prev_word_id' => '886', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1313', - ], - 4861 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9531', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1669', - 'placement' => '316', - 'prev_word_id' => '1313', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4862 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9532', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '317', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1669', - ], - 4863 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9533', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '318', - 'prev_word_id' => '1669', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 4864 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9534', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1670', - 'placement' => '319', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4865 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9535', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '320', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1670', - ], - 4866 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9536', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1671', - 'placement' => '321', - 'prev_word_id' => '1670', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1605', - ], - 4867 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9537', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '322', - 'prev_word_id' => '1605', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1671', - ], - 4868 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9538', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1672', - 'placement' => '323', - 'prev_word_id' => '1671', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4869 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9539', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '324', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1672', - ], - 4870 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9540', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1314', - 'placement' => '325', - 'prev_word_id' => '1672', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4871 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9541', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '326', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1314', - ], - 4872 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9542', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '327', - 'prev_word_id' => '1314', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4873 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9543', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '328', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 4874 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9544', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '329', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '882', - ], - 4875 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9545', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '330', - 'prev_word_id' => '882', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '881', - ], - 4876 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9546', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1673', - 'placement' => '331', - 'prev_word_id' => '881', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4877 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9547', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '332', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1673', - ], - 4878 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9548', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '333', - 'prev_word_id' => '1673', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 4879 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9549', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1674', - 'placement' => '334', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4880 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9550', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '335', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1674', - ], - 4881 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9551', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '336', - 'prev_word_id' => '1674', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '815', - ], - 4882 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9552', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1422', - 'placement' => '337', - 'prev_word_id' => '815', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4883 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9553', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '338', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1422', - ], - 4884 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9554', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1675', - 'placement' => '339', - 'prev_word_id' => '1422', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4885 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9555', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '340', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1675', - ], - 4886 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9556', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1676', - 'placement' => '341', - 'prev_word_id' => '1675', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4887 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9557', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1677', - 'placement' => '342', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1676', - ], - 4888 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9558', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '343', - 'prev_word_id' => '1676', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1677', - ], - 4889 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9559', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '344', - 'prev_word_id' => '1677', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 4890 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9560', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '829', - 'placement' => '345', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4891 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9561', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '346', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '829', - ], - 4892 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9562', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '347', - 'prev_word_id' => '829', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1323', - ], - 4893 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9563', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1678', - 'placement' => '348', - 'prev_word_id' => '1323', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1596', - ], - 4894 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9564', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1679', - 'placement' => '349', - 'prev_word_id' => '1596', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1678', - ], - 4895 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9565', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '350', - 'prev_word_id' => '1678', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1679', - ], - 4896 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9566', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '351', - 'prev_word_id' => '1679', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 4897 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9567', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1680', - 'placement' => '352', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '844', - ], - 4898 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9568', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '353', - 'prev_word_id' => '844', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1680', - ], - 4899 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9569', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1681', - 'placement' => '354', - 'prev_word_id' => '1680', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '816', - ], - 4900 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9570', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '355', - 'prev_word_id' => '816', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1681', - ], - 4901 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9571', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '356', - 'prev_word_id' => '1681', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1263', - ], - 4902 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9572', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1682', - 'placement' => '357', - 'prev_word_id' => '1263', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1008', - ], - 4903 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9573', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '358', - 'prev_word_id' => '1008', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1682', - ], - 4904 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9574', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '359', - 'prev_word_id' => '1682', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4905 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9575', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '360', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 4906 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9576', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '361', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1319', - ], - 4907 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9577', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1683', - 'placement' => '362', - 'prev_word_id' => '1319', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '898', - ], - 4908 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9578', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1684', - 'placement' => '363', - 'prev_word_id' => '898', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1683', - ], - 4909 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9579', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '364', - 'prev_word_id' => '1683', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1684', - ], - 4910 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9580', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '365', - 'prev_word_id' => '1684', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1685', - ], - 4911 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9581', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '366', - 'prev_word_id' => '1685', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '809', - ], - 4912 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9582', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1686', - 'placement' => '367', - 'prev_word_id' => '809', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '810', - ], - 4913 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9583', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '368', - 'prev_word_id' => '810', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1686', - ], - 4914 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9584', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1415', - 'placement' => '369', - 'prev_word_id' => '1686', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1685', - ], - 4915 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9585', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '370', - 'prev_word_id' => '1685', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1415', - ], - 4916 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9586', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '371', - 'prev_word_id' => '1415', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '882', - ], - 4917 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9587', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '372', - 'prev_word_id' => '882', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '939', - ], - 4918 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9588', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1391', - 'placement' => '373', - 'prev_word_id' => '939', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '810', - ], - 4919 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9589', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1458', - 'placement' => '374', - 'prev_word_id' => '810', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1391', - ], - 4920 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9590', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '375', - 'prev_word_id' => '1391', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1458', - ], - 4921 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9591', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '376', - 'prev_word_id' => '1458', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '809', - ], - 4922 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9592', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1686', - 'placement' => '377', - 'prev_word_id' => '809', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '810', - ], - 4923 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9593', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1687', - 'placement' => '378', - 'prev_word_id' => '810', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1686', - ], - 4924 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9594', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '379', - 'prev_word_id' => '1686', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1687', - ], - 4925 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9595', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '380', - 'prev_word_id' => '1687', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '948', - ], - 4926 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9596', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '381', - 'prev_word_id' => '948', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '949', - ], - 4927 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9597', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '382', - 'prev_word_id' => '949', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1595', - ], - 4928 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9598', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '963', - 'placement' => '383', - 'prev_word_id' => '1595', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1596', - ], - 4929 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9599', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '384', - 'prev_word_id' => '1596', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '963', - ], - 4930 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9600', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1597', - 'placement' => '385', - 'prev_word_id' => '963', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '825', - ], - 4931 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9601', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '386', - 'prev_word_id' => '825', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1597', - ], - 4932 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9602', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '387', - 'prev_word_id' => '1597', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '893', - ], - 4933 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9603', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '973', - 'placement' => '388', - 'prev_word_id' => '893', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4934 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9604', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '389', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '973', - ], - 4935 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9605', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '390', - 'prev_word_id' => '973', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4936 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9606', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '391', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1595', - ], - 4937 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9607', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1414', - 'placement' => '392', - 'prev_word_id' => '1595', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '921', - ], - 4938 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9608', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '393', - 'prev_word_id' => '921', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1414', - ], - 4939 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9609', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1635', - 'placement' => '394', - 'prev_word_id' => '1414', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1290', - ], - 4940 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9610', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1598', - 'placement' => '395', - 'prev_word_id' => '1290', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1635', - ], - 4941 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9611', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '396', - 'prev_word_id' => '1635', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1598', - ], - 4942 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9612', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '397', - 'prev_word_id' => '1598', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4943 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9613', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '398', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '933', - ], - 4944 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9614', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '399', - 'prev_word_id' => '933', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '825', - ], - 4945 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9615', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1688', - 'placement' => '400', - 'prev_word_id' => '825', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '810', - ], - 4946 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9616', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '401', - 'prev_word_id' => '810', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1688', - ], - 4947 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9617', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '402', - 'prev_word_id' => '1688', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 4948 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9618', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '403', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4949 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9619', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '404', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1689', - ], - 4950 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9620', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '405', - 'prev_word_id' => '1689', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1690', - ], - 4951 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9621', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '406', - 'prev_word_id' => '1690', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1595', - ], - 4952 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9622', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '407', - 'prev_word_id' => '1595', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '815', - ], - 4953 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9623', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1295', - 'placement' => '408', - 'prev_word_id' => '815', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4954 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9624', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1691', - 'placement' => '409', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1295', - ], - 4955 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9625', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '410', - 'prev_word_id' => '1295', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1691', - ], - 4956 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9626', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '411', - 'prev_word_id' => '1691', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4957 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9627', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '412', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4958 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9628', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '973', - 'placement' => '413', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 4959 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9629', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '414', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '973', - ], - 4960 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9630', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '415', - 'prev_word_id' => '973', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '848', - ], - 4961 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9631', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1692', - 'placement' => '416', - 'prev_word_id' => '848', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4962 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9632', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '417', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1692', - ], - 4963 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9633', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '418', - 'prev_word_id' => '1692', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 4964 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9634', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '419', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '848', - ], - 4965 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9635', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1577', - 'placement' => '420', - 'prev_word_id' => '848', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4966 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9636', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1468', - 'placement' => '421', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1577', - ], - 4967 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9637', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '422', - 'prev_word_id' => '1577', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1468', - ], - 4968 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9638', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '423', - 'prev_word_id' => '1468', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 4969 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9639', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '424', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4970 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9640', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1693', - 'placement' => '425', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '805', - ], - 4971 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9641', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '426', - 'prev_word_id' => '805', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1693', - ], - 4972 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9642', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '427', - 'prev_word_id' => '1693', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 4973 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9643', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '428', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4974 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9644', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1694', - 'placement' => '429', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 4975 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9645', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '430', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1694', - ], - 4976 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9646', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1024', - 'placement' => '431', - 'prev_word_id' => '1694', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4977 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9647', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '432', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1024', - ], - 4978 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9648', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '433', - 'prev_word_id' => '1024', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '813', - ], - 4979 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9649', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1695', - 'placement' => '434', - 'prev_word_id' => '813', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 4980 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9650', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '435', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1695', - ], - 4981 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9651', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1696', - 'placement' => '436', - 'prev_word_id' => '1695', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 4982 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9652', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '437', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1696', - ], - 4983 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9653', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1697', - 'placement' => '438', - 'prev_word_id' => '1696', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 4984 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9654', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '439', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1697', - ], - 4985 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9655', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '905', - 'placement' => '440', - 'prev_word_id' => '1697', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '841', - ], - 4986 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9656', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1598', - 'placement' => '441', - 'prev_word_id' => '841', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '905', - ], - 4987 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9657', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1522', - 'placement' => '442', - 'prev_word_id' => '905', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1598', - ], - 4988 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9658', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '443', - 'prev_word_id' => '1598', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1522', - ], - 4989 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9659', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '444', - 'prev_word_id' => '1522', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 4990 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9660', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1646', - 'placement' => '445', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 4991 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9661', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '446', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1646', - ], - 4992 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9662', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '447', - 'prev_word_id' => '1646', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '836', - ], - 4993 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9663', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '448', - 'prev_word_id' => '836', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1685', - ], - 4994 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9664', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '449', - 'prev_word_id' => '1685', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 4995 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9665', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1598', - 'placement' => '450', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '939', - ], - 4996 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9666', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1522', - 'placement' => '451', - 'prev_word_id' => '939', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1598', - ], - 4997 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9667', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '452', - 'prev_word_id' => '1598', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1522', - ], - 4998 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9668', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '453', - 'prev_word_id' => '1522', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '809', - ], - 4999 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9669', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '454', - 'prev_word_id' => '809', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 5000 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9670', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '455', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1690', - ], - 5001 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9671', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '456', - 'prev_word_id' => '1690', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1595', - ], - 5002 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9672', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '457', - 'prev_word_id' => '1595', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '815', - ], - 5003 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9673', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '458', - 'prev_word_id' => '815', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 5004 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9674', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1698', - 'placement' => '459', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 5005 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9675', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '460', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1698', - ], - 5006 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9676', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1600', - 'placement' => '461', - 'prev_word_id' => '1698', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1384', - ], - 5007 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9677', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '462', - 'prev_word_id' => '1384', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1600', - ], - 5008 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9678', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1597', - 'placement' => '463', - 'prev_word_id' => '1600', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '825', - ], - 5009 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9679', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1497', - 'placement' => '464', - 'prev_word_id' => '825', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1597', - ], - 5010 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9680', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '465', - 'prev_word_id' => '1597', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1497', - ], - 5011 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9681', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '466', - 'prev_word_id' => '1497', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 5012 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9682', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '467', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 5013 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9683', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1699', - 'placement' => '468', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1396', - ], - 5014 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9684', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1700', - 'placement' => '469', - 'prev_word_id' => '1396', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1699', - ], - 5015 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9685', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '470', - 'prev_word_id' => '1699', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1700', - ], - 5016 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9686', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1701', - 'placement' => '471', - 'prev_word_id' => '1700', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 5017 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9687', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '472', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1701', - ], - 5018 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9688', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1600', - 'placement' => '473', - 'prev_word_id' => '1701', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 5019 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9689', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1702', - 'placement' => '474', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1600', - ], - 5020 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9690', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '475', - 'prev_word_id' => '1600', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1702', - ], - 5021 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9691', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '476', - 'prev_word_id' => '1702', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 5022 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9692', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1497', - 'placement' => '477', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 5023 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9693', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1703', - 'placement' => '478', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1497', - ], - 5024 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9694', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '479', - 'prev_word_id' => '1497', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1703', - ], - 5025 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9695', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '480', - 'prev_word_id' => '1703', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1277', - ], - 5026 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9696', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1522', - 'placement' => '481', - 'prev_word_id' => '1277', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 5027 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9697', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '482', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1522', - ], - 5028 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9698', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '895', - 'placement' => '483', - 'prev_word_id' => '1522', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 5029 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9699', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '484', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '895', - ], - 5030 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9700', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '962', - 'placement' => '485', - 'prev_word_id' => '895', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '881', - ], - 5031 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9701', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1704', - 'placement' => '486', - 'prev_word_id' => '881', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '962', - ], - 5032 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9702', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '487', - 'prev_word_id' => '962', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1704', - ], - 5033 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9703', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '488', - 'prev_word_id' => '1704', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 5034 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9704', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '489', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 5035 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9705', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '490', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '821', - ], - 5036 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9706', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '491', - 'prev_word_id' => '821', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '933', - ], - 5037 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9707', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1705', - 'placement' => '492', - 'prev_word_id' => '933', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '945', - ], - 5038 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9708', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '493', - 'prev_word_id' => '945', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1705', - ], - 5039 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9709', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '494', - 'prev_word_id' => '1705', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '810', - ], - 5040 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9710', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '495', - 'prev_word_id' => '810', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '933', - ], - 5041 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9711', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '496', - 'prev_word_id' => '933', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '805', - ], - 5042 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9712', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1024', - 'placement' => '497', - 'prev_word_id' => '805', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1420', - ], - 5043 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9713', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '498', - 'prev_word_id' => '1420', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1024', - ], - 5044 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9714', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '499', - 'prev_word_id' => '1024', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '813', - ], - 5045 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9715', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '500', - 'prev_word_id' => '813', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 5046 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9716', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '501', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 5047 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9717', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '502', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 5048 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9718', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '503', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '930', - ], - 5049 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9719', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '504', - 'prev_word_id' => '930', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '813', - ], - 5050 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9720', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '505', - 'prev_word_id' => '813', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 5051 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9721', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '506', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '821', - ], - 5052 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9722', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '507', - 'prev_word_id' => '821', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 5053 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9723', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '508', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 5054 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9724', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '509', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 5055 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9725', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '510', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 5056 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9726', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '511', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '881', - ], - 5057 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9727', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '512', - 'prev_word_id' => '881', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 5058 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9728', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '513', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 5059 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9729', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1706', - 'placement' => '514', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 5060 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9730', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '515', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1706', - ], - 5061 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9731', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1707', - 'placement' => '516', - 'prev_word_id' => '1706', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 5062 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9732', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '517', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1707', - ], - 5063 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9733', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '518', - 'prev_word_id' => '1707', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1609', - ], - 5064 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9734', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1700', - 'placement' => '519', - 'prev_word_id' => '1609', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '933', - ], - 5065 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9735', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '520', - 'prev_word_id' => '933', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1700', - ], - 5066 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9736', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '521', - 'prev_word_id' => '1700', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '816', - ], - 5067 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9737', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1708', - 'placement' => '522', - 'prev_word_id' => '816', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '841', - ], - 5068 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9738', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '523', - 'prev_word_id' => '841', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1708', - ], - 5069 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9739', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '524', - 'prev_word_id' => '1708', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '815', - ], - 5070 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9740', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '525', - 'prev_word_id' => '815', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '823', - ], - 5071 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9741', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '526', - 'prev_word_id' => '823', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '933', - ], - 5072 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9742', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1505', - 'placement' => '527', - 'prev_word_id' => '933', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '945', - ], - 5073 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9743', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '528', - 'prev_word_id' => '945', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1505', - ], - 5074 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9744', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1709', - 'placement' => '529', - 'prev_word_id' => '1505', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 5075 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9745', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '530', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1709', - ], - 5076 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9746', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1599', - 'placement' => '531', - 'prev_word_id' => '1709', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '841', - ], - 5077 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9747', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '532', - 'prev_word_id' => '841', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1599', - ], - 5078 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9748', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1710', - 'placement' => '533', - 'prev_word_id' => '1599', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1370', - ], - 5079 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9749', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1711', - 'placement' => '534', - 'prev_word_id' => '1370', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1710', - ], - 5080 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9750', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1253', - 'placement' => '535', - 'prev_word_id' => '1710', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1711', - ], - 5081 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9751', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '536', - 'prev_word_id' => '1711', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1253', - ], - 5082 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9752', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '537', - 'prev_word_id' => '1253', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '860', - ], - 5083 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9753', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1712', - 'placement' => '538', - 'prev_word_id' => '860', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 5084 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9754', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '539', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1712', - ], - 5085 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9755', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '540', - 'prev_word_id' => '1712', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '886', - ], - 5086 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9756', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1673', - 'placement' => '541', - 'prev_word_id' => '886', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1443', - ], - 5087 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9757', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '542', - 'prev_word_id' => '1443', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1673', - ], - 5088 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9758', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '543', - 'prev_word_id' => '1673', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 5089 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9759', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '544', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 5090 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9760', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '545', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 5091 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9761', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '906', - 'placement' => '546', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1370', - ], - 5092 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9762', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '547', - 'prev_word_id' => '1370', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '906', - ], - 5093 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9763', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '548', - 'prev_word_id' => '906', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 5094 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9764', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1344', - 'placement' => '549', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '930', - ], - 5095 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9765', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '550', - 'prev_word_id' => '930', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1344', - ], - 5096 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9766', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '846', - 'placement' => '551', - 'prev_word_id' => '1344', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 5097 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9767', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1316', - 'placement' => '552', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '846', - ], - 5098 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9768', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '553', - 'prev_word_id' => '846', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1316', - ], - 5099 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9769', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '554', - 'prev_word_id' => '1316', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1481', - ], - 5100 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9770', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '555', - 'prev_word_id' => '1481', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 5101 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9771', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '556', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '897', - ], - 5102 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9772', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '557', - 'prev_word_id' => '897', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1609', - ], - 5103 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9773', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '558', - 'prev_word_id' => '1609', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '830', - ], - 5104 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9774', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '559', - 'prev_word_id' => '830', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '976', - ], - 5105 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9775', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '560', - 'prev_word_id' => '976', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '974', - ], - 5106 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9776', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '561', - 'prev_word_id' => '974', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 5107 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9777', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '562', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 5108 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9778', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '563', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '807', - ], - 5109 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9779', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '564', - 'prev_word_id' => '807', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '894', - ], - 5110 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9780', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '565', - 'prev_word_id' => '894', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '843', - ], - 5111 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9781', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '566', - 'prev_word_id' => '843', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '881', - ], - 5112 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9782', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1612', - 'placement' => '567', - 'prev_word_id' => '881', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '814', - ], - 5113 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9783', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '568', - 'prev_word_id' => '814', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1612', - ], - 5114 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9784', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1713', - 'placement' => '569', - 'prev_word_id' => '1612', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1481', - ], - 5115 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9785', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '570', - 'prev_word_id' => '1481', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1713', - ], - 5116 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9786', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '571', - 'prev_word_id' => '1713', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '863', - ], - 5117 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9787', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '572', - 'prev_word_id' => '863', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 5118 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9788', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '573', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 5119 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9789', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1698', - 'placement' => '574', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '801', - ], - 5120 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9790', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '575', - 'prev_word_id' => '801', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1698', - ], - 5121 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9791', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '576', - 'prev_word_id' => '1698', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '921', - ], - 5122 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9792', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '577', - 'prev_word_id' => '921', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '815', - ], - 5123 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9793', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1699', - 'placement' => '578', - 'prev_word_id' => '815', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '833', - ], - 5124 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9794', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1547', - 'placement' => '579', - 'prev_word_id' => '833', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1699', - ], - 5125 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9795', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1714', - 'placement' => '580', - 'prev_word_id' => '1699', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1547', - ], - 5126 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9796', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1715', - 'placement' => '581', - 'prev_word_id' => '1547', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1714', - ], - 5127 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9797', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '582', - 'prev_word_id' => '1714', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1715', - ], - 5128 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9798', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '583', - 'prev_word_id' => '1715', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 5129 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9799', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '584', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '897', - ], - 5130 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9800', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '585', - 'prev_word_id' => '897', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '805', - ], - 5131 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9801', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '586', - 'prev_word_id' => '805', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '898', - ], - 5132 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9802', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '587', - 'prev_word_id' => '898', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1133', - ], - 5133 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9803', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1307', - 'placement' => '588', - 'prev_word_id' => '1133', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1481', - ], - 5134 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9804', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '589', - 'prev_word_id' => '1481', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1307', - ], - 5135 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9805', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '590', - 'prev_word_id' => '1307', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '816', - ], - 5136 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9806', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '591', - 'prev_word_id' => '816', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '802', - ], - 5137 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9807', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '592', - 'prev_word_id' => '802', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '803', - ], - 5138 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9808', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '593', - 'prev_word_id' => '803', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1191', - ], - 5139 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '108', - 'frequency' => '0', - 'id' => '9809', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '594', - 'prev_word_id' => '1191', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1191', - ], - 5140 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '109', - 'frequency' => '0', - 'id' => '9810', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5141 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '109', - 'frequency' => '0', - 'id' => '9811', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5142 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '110', - 'frequency' => '0', - 'id' => '9812', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5143 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '110', - 'frequency' => '0', - 'id' => '9813', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5144 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '111', - 'frequency' => '0', - 'id' => '9814', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5145 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '111', - 'frequency' => '0', - 'id' => '9815', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154186', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5146 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '112', - 'frequency' => '0', - 'id' => '9816', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5147 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '112', - 'frequency' => '0', - 'id' => '9817', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5148 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '113', - 'frequency' => '0', - 'id' => '9818', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5149 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '113', - 'frequency' => '0', - 'id' => '9819', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5150 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '114', - 'frequency' => '0', - 'id' => '9820', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5151 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '114', - 'frequency' => '0', - 'id' => '9821', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5152 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '115', - 'frequency' => '0', - 'id' => '9822', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5153 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '115', - 'frequency' => '0', - 'id' => '9823', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5154 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '116', - 'frequency' => '0', - 'id' => '9824', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5155 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '116', - 'frequency' => '0', - 'id' => '9825', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5156 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '117', - 'frequency' => '0', - 'id' => '9826', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5157 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '117', - 'frequency' => '0', - 'id' => '9827', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5158 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9828', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '936', - ], - 5159 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9829', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1717', - 'placement' => '1', - 'prev_word_id' => '936', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5160 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9830', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '2', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1717', - ], - 5161 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9831', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '3', - 'prev_word_id' => '1717', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '802', - ], - 5162 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9832', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '4', - 'prev_word_id' => '802', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '803', - ], - 5163 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9833', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1718', - 'placement' => '5', - 'prev_word_id' => '803', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5164 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9834', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '6', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1718', - ], - 5165 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9835', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '7', - 'prev_word_id' => '1718', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '894', - ], - 5166 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9836', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '817', - 'placement' => '8', - 'prev_word_id' => '894', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '809', - ], - 5167 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9837', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1719', - 'placement' => '9', - 'prev_word_id' => '809', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '817', - ], - 5168 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9838', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1720', - 'placement' => '10', - 'prev_word_id' => '817', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1719', - ], - 5169 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9839', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '11', - 'prev_word_id' => '1719', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1720', - ], - 5170 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9840', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '12', - 'prev_word_id' => '1720', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '974', - ], - 5171 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9841', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '13', - 'prev_word_id' => '974', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '821', - ], - 5172 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9842', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '14', - 'prev_word_id' => '821', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '802', - ], - 5173 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9843', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '15', - 'prev_word_id' => '802', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '803', - ], - 5174 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9844', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '16', - 'prev_word_id' => '803', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1689', - ], - 5175 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9845', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '17', - 'prev_word_id' => '1689', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1384', - ], - 5176 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9846', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '18', - 'prev_word_id' => '1384', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1370', - ], - 5177 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9847', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '906', - 'placement' => '19', - 'prev_word_id' => '1370', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1437', - ], - 5178 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9848', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '20', - 'prev_word_id' => '1437', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '906', - ], - 5179 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9849', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '21', - 'prev_word_id' => '906', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '836', - ], - 5180 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9850', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '22', - 'prev_word_id' => '836', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1685', - ], - 5181 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9851', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1717', - 'placement' => '23', - 'prev_word_id' => '1685', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5182 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9852', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1721', - 'placement' => '24', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1717', - ], - 5183 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9853', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '25', - 'prev_word_id' => '1717', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1721', - ], - 5184 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9854', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '26', - 'prev_word_id' => '1721', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5185 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9855', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '27', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5186 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9856', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '28', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '930', - ], - 5187 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9857', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '29', - 'prev_word_id' => '930', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '931', - ], - 5188 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9858', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1722', - 'placement' => '30', - 'prev_word_id' => '931', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '822', - ], - 5189 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9859', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '31', - 'prev_word_id' => '822', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1722', - ], - 5190 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9860', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '32', - 'prev_word_id' => '1722', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5191 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9861', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1719', - 'placement' => '33', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '856', - ], - 5192 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9862', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1723', - 'placement' => '34', - 'prev_word_id' => '856', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1719', - ], - 5193 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9863', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1724', - 'placement' => '35', - 'prev_word_id' => '1719', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1723', - ], - 5194 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9864', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '36', - 'prev_word_id' => '1723', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1724', - ], - 5195 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9865', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1725', - 'placement' => '37', - 'prev_word_id' => '1724', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5196 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9866', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1726', - 'placement' => '38', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1725', - ], - 5197 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9867', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '39', - 'prev_word_id' => '1725', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1726', - ], - 5198 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9868', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1727', - 'placement' => '40', - 'prev_word_id' => '1726', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5199 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9869', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '41', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1727', - ], - 5200 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9870', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1728', - 'placement' => '42', - 'prev_word_id' => '1727', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5201 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9871', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '43', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1728', - ], - 5202 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9872', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1729', - 'placement' => '44', - 'prev_word_id' => '1728', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5203 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9873', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '45', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1729', - ], - 5204 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9874', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '46', - 'prev_word_id' => '1729', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '945', - ], - 5205 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9875', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '47', - 'prev_word_id' => '945', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1690', - ], - 5206 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9876', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1730', - 'placement' => '48', - 'prev_word_id' => '1690', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5207 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9877', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '49', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1730', - ], - 5208 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9878', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1713', - 'placement' => '50', - 'prev_word_id' => '1730', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1481', - ], - 5209 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9879', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1731', - 'placement' => '51', - 'prev_word_id' => '1481', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1713', - ], - 5210 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9880', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '52', - 'prev_word_id' => '1713', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1731', - ], - 5211 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9881', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1732', - 'placement' => '53', - 'prev_word_id' => '1731', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5212 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9882', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '54', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1732', - ], - 5213 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9883', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1733', - 'placement' => '55', - 'prev_word_id' => '1732', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5214 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9884', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '56', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1733', - ], - 5215 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9885', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '57', - 'prev_word_id' => '1733', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '931', - ], - 5216 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9886', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '58', - 'prev_word_id' => '931', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '822', - ], - 5217 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9887', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '59', - 'prev_word_id' => '822', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5218 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9888', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '60', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5219 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9889', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '61', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5220 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9890', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '62', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5221 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9891', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '63', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5222 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9892', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '64', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '843', - ], - 5223 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9893', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1660', - 'placement' => '65', - 'prev_word_id' => '843', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '844', - ], - 5224 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9894', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '66', - 'prev_word_id' => '844', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1660', - ], - 5225 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9895', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1734', - 'placement' => '67', - 'prev_word_id' => '1660', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5226 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9896', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '68', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1734', - ], - 5227 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9897', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '918', - 'placement' => '69', - 'prev_word_id' => '1734', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '863', - ], - 5228 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9898', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1735', - 'placement' => '70', - 'prev_word_id' => '863', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '918', - ], - 5229 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9899', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '71', - 'prev_word_id' => '918', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1735', - ], - 5230 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9900', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '72', - 'prev_word_id' => '1735', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5231 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9901', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '73', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '931', - ], - 5232 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9902', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '74', - 'prev_word_id' => '931', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '822', - ], - 5233 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9903', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '75', - 'prev_word_id' => '822', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '805', - ], - 5234 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9904', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '862', - 'placement' => '76', - 'prev_word_id' => '805', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5235 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9905', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1490', - 'placement' => '77', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '862', - ], - 5236 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9906', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1639', - 'placement' => '78', - 'prev_word_id' => '862', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1490', - ], - 5237 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9907', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '79', - 'prev_word_id' => '1490', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1639', - ], - 5238 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9908', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1616', - 'placement' => '80', - 'prev_word_id' => '1639', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '822', - ], - 5239 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9909', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1733', - 'placement' => '81', - 'prev_word_id' => '822', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1616', - ], - 5240 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9910', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1736', - 'placement' => '82', - 'prev_word_id' => '1616', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1733', - ], - 5241 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9911', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '83', - 'prev_word_id' => '1733', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1736', - ], - 5242 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9912', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '84', - 'prev_word_id' => '1736', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '816', - ], - 5243 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9913', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '85', - 'prev_word_id' => '816', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5244 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9914', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '86', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '831', - ], - 5245 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9915', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '87', - 'prev_word_id' => '831', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5246 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9916', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '88', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1665', - ], - 5247 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9917', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1569', - 'placement' => '89', - 'prev_word_id' => '1665', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1410', - ], - 5248 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9918', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '90', - 'prev_word_id' => '1410', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1569', - ], - 5249 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9919', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '91', - 'prev_word_id' => '1569', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1410', - ], - 5250 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9920', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '92', - 'prev_word_id' => '1410', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5251 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9921', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1300', - 'placement' => '93', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '831', - ], - 5252 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9922', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1737', - 'placement' => '94', - 'prev_word_id' => '831', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1300', - ], - 5253 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9923', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '95', - 'prev_word_id' => '1300', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1737', - ], - 5254 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9924', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '96', - 'prev_word_id' => '1737', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5255 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9925', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '97', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '834', - ], - 5256 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9926', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '861', - 'placement' => '98', - 'prev_word_id' => '834', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '863', - ], - 5257 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9927', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1738', - 'placement' => '99', - 'prev_word_id' => '863', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '861', - ], - 5258 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9928', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '100', - 'prev_word_id' => '861', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1738', - ], - 5259 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9929', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '101', - 'prev_word_id' => '1738', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '894', - ], - 5260 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9930', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1739', - 'placement' => '102', - 'prev_word_id' => '894', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '843', - ], - 5261 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9931', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1740', - 'placement' => '103', - 'prev_word_id' => '843', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1739', - ], - 5262 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9932', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1741', - 'placement' => '104', - 'prev_word_id' => '1739', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1740', - ], - 5263 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9933', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '923', - 'placement' => '105', - 'prev_word_id' => '1740', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1741', - ], - 5264 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9934', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '106', - 'prev_word_id' => '1741', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '923', - ], - 5265 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9935', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '107', - 'prev_word_id' => '923', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5266 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9936', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '108', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5267 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9937', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '109', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '863', - ], - 5268 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9938', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '110', - 'prev_word_id' => '863', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5269 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9939', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '111', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '931', - ], - 5270 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9940', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1722', - 'placement' => '112', - 'prev_word_id' => '931', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '822', - ], - 5271 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9941', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1742', - 'placement' => '113', - 'prev_word_id' => '822', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1722', - ], - 5272 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9942', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '114', - 'prev_word_id' => '1722', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1742', - ], - 5273 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9943', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '115', - 'prev_word_id' => '1742', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '831', - ], - 5274 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9944', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '116', - 'prev_word_id' => '831', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5275 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9945', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1719', - 'placement' => '117', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '856', - ], - 5276 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9946', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '118', - 'prev_word_id' => '856', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1719', - ], - 5277 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9947', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '119', - 'prev_word_id' => '1719', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5278 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9948', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '120', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '802', - ], - 5279 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9949', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '121', - 'prev_word_id' => '802', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '803', - ], - 5280 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9950', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '122', - 'prev_word_id' => '803', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '856', - ], - 5281 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9951', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '123', - 'prev_word_id' => '856', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '832', - ], - 5282 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9952', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '124', - 'prev_word_id' => '832', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '805', - ], - 5283 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9953', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1743', - 'placement' => '125', - 'prev_word_id' => '805', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1690', - ], - 5284 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9954', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '126', - 'prev_word_id' => '1690', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1743', - ], - 5285 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9955', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '853', - 'placement' => '127', - 'prev_word_id' => '1743', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5286 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9956', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '854', - 'placement' => '128', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '853', - ], - 5287 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9957', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '129', - 'prev_word_id' => '853', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '854', - ], - 5288 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9958', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1744', - 'placement' => '130', - 'prev_word_id' => '854', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '804', - ], - 5289 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9959', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '131', - 'prev_word_id' => '804', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1744', - ], - 5290 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9960', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '132', - 'prev_word_id' => '1744', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1437', - ], - 5291 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9961', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '133', - 'prev_word_id' => '1437', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '894', - ], - 5292 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9962', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1745', - 'placement' => '134', - 'prev_word_id' => '894', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '843', - ], - 5293 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9963', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '135', - 'prev_word_id' => '843', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1745', - ], - 5294 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9964', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '136', - 'prev_word_id' => '1745', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5295 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9965', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '137', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '954', - ], - 5296 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9966', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '138', - 'prev_word_id' => '954', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '823', - ], - 5297 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9967', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '952', - 'placement' => '139', - 'prev_word_id' => '823', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5298 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9968', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '140', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '952', - ], - 5299 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9969', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '141', - 'prev_word_id' => '952', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5300 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9970', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '142', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '930', - ], - 5301 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9971', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '143', - 'prev_word_id' => '930', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '856', - ], - 5302 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9972', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '144', - 'prev_word_id' => '856', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5303 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9973', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1746', - 'placement' => '145', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5304 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9974', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '146', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1746', - ], - 5305 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9975', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1618', - 'placement' => '147', - 'prev_word_id' => '1746', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5306 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9976', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1651', - 'placement' => '148', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1618', - ], - 5307 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9977', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '149', - 'prev_word_id' => '1618', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1651', - ], - 5308 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9978', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1747', - 'placement' => '150', - 'prev_word_id' => '1651', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5309 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9979', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '151', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1747', - ], - 5310 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9980', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '152', - 'prev_word_id' => '1747', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5311 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9981', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '904', - 'placement' => '153', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '823', - ], - 5312 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9982', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '154', - 'prev_word_id' => '823', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '904', - ], - 5313 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9983', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '155', - 'prev_word_id' => '904', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5314 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9984', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1748', - 'placement' => '156', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '901', - ], - 5315 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9985', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '157', - 'prev_word_id' => '901', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1748', - ], - 5316 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9986', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '158', - 'prev_word_id' => '1748', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5317 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9987', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '159', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5318 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9988', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '160', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5319 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9989', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '161', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '816', - ], - 5320 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9990', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '162', - 'prev_word_id' => '816', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1749', - ], - 5321 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9991', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1750', - 'placement' => '163', - 'prev_word_id' => '1749', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '894', - ], - 5322 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9992', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '164', - 'prev_word_id' => '894', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1750', - ], - 5323 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9993', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1751', - 'placement' => '165', - 'prev_word_id' => '1750', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5324 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9994', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1752', - 'placement' => '166', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1751', - ], - 5325 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9995', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '167', - 'prev_word_id' => '1751', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1752', - ], - 5326 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9996', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '168', - 'prev_word_id' => '1752', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5327 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9997', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '169', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5328 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9998', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '170', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5329 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '9999', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '171', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5330 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10000', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '172', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1258', - ], - 5331 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10001', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1753', - 'placement' => '173', - 'prev_word_id' => '1258', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '823', - ], - 5332 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10002', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1385', - 'placement' => '174', - 'prev_word_id' => '823', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1753', - ], - 5333 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10003', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1723', - 'placement' => '175', - 'prev_word_id' => '1753', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1385', - ], - 5334 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10004', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '176', - 'prev_word_id' => '1385', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1723', - ], - 5335 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10005', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '177', - 'prev_word_id' => '1723', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '802', - ], - 5336 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10006', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1530', - 'placement' => '178', - 'prev_word_id' => '802', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '803', - ], - 5337 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10007', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '179', - 'prev_word_id' => '803', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1530', - ], - 5338 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10008', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '180', - 'prev_word_id' => '1530', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '809', - ], - 5339 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10009', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1612', - 'placement' => '181', - 'prev_word_id' => '809', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '898', - ], - 5340 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10010', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '182', - 'prev_word_id' => '898', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1612', - ], - 5341 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10011', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1754', - 'placement' => '183', - 'prev_word_id' => '1612', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '941', - ], - 5342 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10012', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '184', - 'prev_word_id' => '941', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1754', - ], - 5343 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10013', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '185', - 'prev_word_id' => '1754', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '898', - ], - 5344 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10014', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '186', - 'prev_word_id' => '898', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1749', - ], - 5345 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10015', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '187', - 'prev_word_id' => '1749', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5346 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10016', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '188', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '804', - ], - 5347 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10017', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '189', - 'prev_word_id' => '804', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '805', - ], - 5348 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10018', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1673', - 'placement' => '190', - 'prev_word_id' => '805', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5349 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10019', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '191', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1673', - ], - 5350 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10020', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1755', - 'placement' => '192', - 'prev_word_id' => '1673', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '863', - ], - 5351 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10021', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '193', - 'prev_word_id' => '863', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1755', - ], - 5352 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10022', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '194', - 'prev_word_id' => '1755', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '832', - ], - 5353 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10023', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1756', - 'placement' => '195', - 'prev_word_id' => '832', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1417', - ], - 5354 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10024', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '196', - 'prev_word_id' => '1417', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1756', - ], - 5355 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10025', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1757', - 'placement' => '197', - 'prev_word_id' => '1756', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '898', - ], - 5356 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10026', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1758', - 'placement' => '198', - 'prev_word_id' => '898', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1757', - ], - 5357 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10027', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '199', - 'prev_word_id' => '1757', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1758', - ], - 5358 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10028', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1759', - 'placement' => '200', - 'prev_word_id' => '1758', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5359 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10029', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '201', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1759', - ], - 5360 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10030', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '202', - 'prev_word_id' => '1759', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5361 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10031', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1760', - 'placement' => '203', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '844', - ], - 5362 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10032', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1275', - 'placement' => '204', - 'prev_word_id' => '844', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1760', - ], - 5363 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10033', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '205', - 'prev_word_id' => '1760', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1275', - ], - 5364 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10034', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '206', - 'prev_word_id' => '1275', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5365 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10035', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '207', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5366 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10036', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '208', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '932', - ], - 5367 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10037', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1761', - 'placement' => '209', - 'prev_word_id' => '932', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1689', - ], - 5368 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10038', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '210', - 'prev_word_id' => '1689', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1761', - ], - 5369 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10039', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1683', - 'placement' => '211', - 'prev_word_id' => '1761', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '898', - ], - 5370 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10040', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1762', - 'placement' => '212', - 'prev_word_id' => '898', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1683', - ], - 5371 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10041', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '213', - 'prev_word_id' => '1683', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1762', - ], - 5372 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10042', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '214', - 'prev_word_id' => '1762', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1437', - ], - 5373 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10043', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '215', - 'prev_word_id' => '1437', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '974', - ], - 5374 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10044', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '216', - 'prev_word_id' => '974', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5375 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10045', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '217', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1689', - ], - 5376 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10046', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1763', - 'placement' => '218', - 'prev_word_id' => '1689', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5377 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10047', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '219', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1763', - ], - 5378 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10048', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '220', - 'prev_word_id' => '1763', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1437', - ], - 5379 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10049', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '221', - 'prev_word_id' => '1437', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1443', - ], - 5380 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10050', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '222', - 'prev_word_id' => '1443', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5381 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10051', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '223', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1689', - ], - 5382 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10052', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1764', - 'placement' => '224', - 'prev_word_id' => '1689', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5383 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10053', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '225', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1764', - ], - 5384 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10054', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '226', - 'prev_word_id' => '1764', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1277', - ], - 5385 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10055', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '227', - 'prev_word_id' => '1277', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '898', - ], - 5386 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10056', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '228', - 'prev_word_id' => '898', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '932', - ], - 5387 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10057', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1765', - 'placement' => '229', - 'prev_word_id' => '932', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '863', - ], - 5388 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10058', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1766', - 'placement' => '230', - 'prev_word_id' => '863', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1765', - ], - 5389 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10059', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1586', - 'placement' => '231', - 'prev_word_id' => '1765', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1766', - ], - 5390 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10060', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1761', - 'placement' => '232', - 'prev_word_id' => '1766', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1586', - ], - 5391 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10061', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '233', - 'prev_word_id' => '1586', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1761', - ], - 5392 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10062', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '234', - 'prev_word_id' => '1761', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '836', - ], - 5393 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10063', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '235', - 'prev_word_id' => '836', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '843', - ], - 5394 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10064', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1549', - 'placement' => '236', - 'prev_word_id' => '843', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '844', - ], - 5395 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10065', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '237', - 'prev_word_id' => '844', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1549', - ], - 5396 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10066', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1767', - 'placement' => '238', - 'prev_word_id' => '1549', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1410', - ], - 5397 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10067', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1766', - 'placement' => '239', - 'prev_word_id' => '1410', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1767', - ], - 5398 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10068', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1586', - 'placement' => '240', - 'prev_word_id' => '1767', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1766', - ], - 5399 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10069', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1768', - 'placement' => '241', - 'prev_word_id' => '1766', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1586', - ], - 5400 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10070', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '242', - 'prev_word_id' => '1586', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1768', - ], - 5401 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10071', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '243', - 'prev_word_id' => '1768', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5402 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10072', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1761', - 'placement' => '244', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '844', - ], - 5403 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10073', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '245', - 'prev_word_id' => '844', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1761', - ], - 5404 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10074', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '246', - 'prev_word_id' => '1761', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '976', - ], - 5405 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10075', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '861', - 'placement' => '247', - 'prev_word_id' => '976', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5406 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10076', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1769', - 'placement' => '248', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '861', - ], - 5407 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10077', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '249', - 'prev_word_id' => '861', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1769', - ], - 5408 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10078', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '250', - 'prev_word_id' => '1769', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '893', - ], - 5409 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10079', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1770', - 'placement' => '251', - 'prev_word_id' => '893', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5410 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10080', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1056', - 'placement' => '252', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1770', - ], - 5411 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10081', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '253', - 'prev_word_id' => '1770', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1056', - ], - 5412 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10082', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1771', - 'placement' => '254', - 'prev_word_id' => '1056', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '805', - ], - 5413 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10083', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '255', - 'prev_word_id' => '805', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1771', - ], - 5414 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10084', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '256', - 'prev_word_id' => '1771', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1008', - ], - 5415 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10085', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '257', - 'prev_word_id' => '1008', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5416 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10086', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '258', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '932', - ], - 5417 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10087', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '259', - 'prev_word_id' => '932', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '836', - ], - 5418 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10088', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '260', - 'prev_word_id' => '836', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '843', - ], - 5419 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10089', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1549', - 'placement' => '261', - 'prev_word_id' => '843', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '844', - ], - 5420 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10090', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '262', - 'prev_word_id' => '844', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1549', - ], - 5421 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10091', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1772', - 'placement' => '263', - 'prev_word_id' => '1549', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1410', - ], - 5422 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10092', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '264', - 'prev_word_id' => '1410', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1772', - ], - 5423 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10093', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '265', - 'prev_word_id' => '1772', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '948', - ], - 5424 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10094', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '266', - 'prev_word_id' => '948', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '949', - ], - 5425 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10095', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '267', - 'prev_word_id' => '949', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1420', - ], - 5426 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10096', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '268', - 'prev_word_id' => '1420', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1749', - ], - 5427 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10097', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '269', - 'prev_word_id' => '1749', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '805', - ], - 5428 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10098', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1773', - 'placement' => '270', - 'prev_word_id' => '805', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5429 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10099', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1774', - 'placement' => '271', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1773', - ], - 5430 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10100', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1713', - 'placement' => '272', - 'prev_word_id' => '1773', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1774', - ], - 5431 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10101', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '273', - 'prev_word_id' => '1774', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1713', - ], - 5432 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10102', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '274', - 'prev_word_id' => '1713', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1417', - ], - 5433 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10103', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '275', - 'prev_word_id' => '1417', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '843', - ], - 5434 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10104', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '845', - 'placement' => '276', - 'prev_word_id' => '843', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '844', - ], - 5435 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10105', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '277', - 'prev_word_id' => '844', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '845', - ], - 5436 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10106', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1717', - 'placement' => '278', - 'prev_word_id' => '845', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5437 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10107', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1775', - 'placement' => '279', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1717', - ], - 5438 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10108', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '280', - 'prev_word_id' => '1717', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1775', - ], - 5439 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10109', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '281', - 'prev_word_id' => '1775', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '976', - ], - 5440 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10110', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '961', - 'placement' => '282', - 'prev_word_id' => '976', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5441 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10111', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '283', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '961', - ], - 5442 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10112', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1776', - 'placement' => '284', - 'prev_word_id' => '961', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5443 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10113', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '285', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1776', - ], - 5444 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10114', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '286', - 'prev_word_id' => '1776', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '856', - ], - 5445 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10115', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1777', - 'placement' => '287', - 'prev_word_id' => '856', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '816', - ], - 5446 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10116', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1778', - 'placement' => '288', - 'prev_word_id' => '816', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1777', - ], - 5447 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10117', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '289', - 'prev_word_id' => '1777', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1778', - ], - 5448 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10118', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '890', - 'placement' => '290', - 'prev_word_id' => '1778', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5449 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10119', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1779', - 'placement' => '291', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '890', - ], - 5450 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10120', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1517', - 'placement' => '292', - 'prev_word_id' => '890', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1779', - ], - 5451 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10121', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '293', - 'prev_word_id' => '1779', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1517', - ], - 5452 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10122', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1780', - 'placement' => '294', - 'prev_word_id' => '1517', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5453 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10123', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '950', - 'placement' => '295', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1780', - ], - 5454 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10124', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '296', - 'prev_word_id' => '1780', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '950', - ], - 5455 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10125', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1404', - 'placement' => '297', - 'prev_word_id' => '950', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5456 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10126', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '298', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1404', - ], - 5457 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10127', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1724', - 'placement' => '299', - 'prev_word_id' => '1404', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '976', - ], - 5458 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10128', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '300', - 'prev_word_id' => '976', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1724', - ], - 5459 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10129', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1725', - 'placement' => '301', - 'prev_word_id' => '1724', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5460 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10130', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1726', - 'placement' => '302', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1725', - ], - 5461 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10131', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1276', - 'placement' => '303', - 'prev_word_id' => '1725', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1726', - ], - 5462 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10132', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '304', - 'prev_word_id' => '1726', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1276', - ], - 5463 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10133', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '305', - 'prev_word_id' => '1276', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '856', - ], - 5464 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10134', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1781', - 'placement' => '306', - 'prev_word_id' => '856', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5465 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10135', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1562', - 'placement' => '307', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1781', - ], - 5466 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10136', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '308', - 'prev_word_id' => '1781', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1562', - ], - 5467 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10137', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '309', - 'prev_word_id' => '1562', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5468 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10138', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1606', - 'placement' => '310', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5469 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10139', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1782', - 'placement' => '311', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1606', - ], - 5470 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10140', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '312', - 'prev_word_id' => '1606', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1782', - ], - 5471 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10141', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '959', - 'placement' => '313', - 'prev_word_id' => '1782', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '823', - ], - 5472 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10142', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '314', - 'prev_word_id' => '823', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '959', - ], - 5473 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10143', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1765', - 'placement' => '315', - 'prev_word_id' => '959', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '863', - ], - 5474 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10144', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '316', - 'prev_word_id' => '863', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1765', - ], - 5475 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10145', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1503', - 'placement' => '317', - 'prev_word_id' => '1765', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5476 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10146', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '318', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1503', - ], - 5477 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10147', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1783', - 'placement' => '319', - 'prev_word_id' => '1503', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '816', - ], - 5478 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10148', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '320', - 'prev_word_id' => '816', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1783', - ], - 5479 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10149', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1784', - 'placement' => '321', - 'prev_word_id' => '1783', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '823', - ], - 5480 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10150', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '322', - 'prev_word_id' => '823', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1784', - ], - 5481 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10151', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '323', - 'prev_word_id' => '1784', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '863', - ], - 5482 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10152', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '324', - 'prev_word_id' => '863', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5483 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10153', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '325', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5484 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10154', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '326', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '802', - ], - 5485 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10155', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1702', - 'placement' => '327', - 'prev_word_id' => '802', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '803', - ], - 5486 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10156', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1785', - 'placement' => '328', - 'prev_word_id' => '803', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1702', - ], - 5487 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10157', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1786', - 'placement' => '329', - 'prev_word_id' => '1702', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1785', - ], - 5488 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10158', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '330', - 'prev_word_id' => '1785', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1786', - ], - 5489 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10159', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '331', - 'prev_word_id' => '1786', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5490 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10160', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '332', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1417', - ], - 5491 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10161', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1787', - 'placement' => '333', - 'prev_word_id' => '1417', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5492 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10162', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1788', - 'placement' => '334', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1787', - ], - 5493 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10163', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1789', - 'placement' => '335', - 'prev_word_id' => '1787', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1788', - ], - 5494 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10164', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '336', - 'prev_word_id' => '1788', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1789', - ], - 5495 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10165', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '337', - 'prev_word_id' => '1789', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1008', - ], - 5496 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10166', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '338', - 'prev_word_id' => '1008', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1417', - ], - 5497 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10167', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '339', - 'prev_word_id' => '1417', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '930', - ], - 5498 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10168', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1790', - 'placement' => '340', - 'prev_word_id' => '930', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '825', - ], - 5499 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10169', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1688', - 'placement' => '341', - 'prev_word_id' => '825', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1790', - ], - 5500 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10170', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '342', - 'prev_word_id' => '1790', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1688', - ], - 5501 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10171', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1791', - 'placement' => '343', - 'prev_word_id' => '1688', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5502 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10172', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '344', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1791', - ], - 5503 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10173', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1073', - 'placement' => '345', - 'prev_word_id' => '1791', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5504 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10174', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '346', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1073', - ], - 5505 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10175', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1792', - 'placement' => '347', - 'prev_word_id' => '1073', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5506 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10176', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '348', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1792', - ], - 5507 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10177', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '349', - 'prev_word_id' => '1792', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5508 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10178', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '350', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5509 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10179', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1793', - 'placement' => '351', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5510 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10180', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1056', - 'placement' => '352', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1793', - ], - 5511 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10181', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '353', - 'prev_word_id' => '1793', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1056', - ], - 5512 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10182', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1727', - 'placement' => '354', - 'prev_word_id' => '1056', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5513 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10183', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '355', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1727', - ], - 5514 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10184', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1728', - 'placement' => '356', - 'prev_word_id' => '1727', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5515 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10185', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '357', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1728', - ], - 5516 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10186', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '358', - 'prev_word_id' => '1728', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '945', - ], - 5517 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10187', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '359', - 'prev_word_id' => '945', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5518 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10188', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1504', - 'placement' => '360', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '805', - ], - 5519 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10189', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1794', - 'placement' => '361', - 'prev_word_id' => '805', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1504', - ], - 5520 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10190', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1447', - 'placement' => '362', - 'prev_word_id' => '1504', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1794', - ], - 5521 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10191', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '923', - 'placement' => '363', - 'prev_word_id' => '1794', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1447', - ], - 5522 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10192', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '364', - 'prev_word_id' => '1447', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '923', - ], - 5523 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10193', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '365', - 'prev_word_id' => '923', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '945', - ], - 5524 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10194', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1664', - 'placement' => '366', - 'prev_word_id' => '945', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1337', - ], - 5525 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10195', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '367', - 'prev_word_id' => '1337', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1664', - ], - 5526 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10196', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '368', - 'prev_word_id' => '1664', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '976', - ], - 5527 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10197', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1795', - 'placement' => '369', - 'prev_word_id' => '976', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '974', - ], - 5528 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10198', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '370', - 'prev_word_id' => '974', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1795', - ], - 5529 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10199', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1796', - 'placement' => '371', - 'prev_word_id' => '1795', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '894', - ], - 5530 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10200', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1797', - 'placement' => '372', - 'prev_word_id' => '894', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1796', - ], - 5531 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10201', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '373', - 'prev_word_id' => '1796', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1797', - ], - 5532 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10202', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '374', - 'prev_word_id' => '1797', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '901', - ], - 5533 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10203', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1798', - 'placement' => '375', - 'prev_word_id' => '901', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5534 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10204', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '376', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1798', - ], - 5535 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10205', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1799', - 'placement' => '377', - 'prev_word_id' => '1798', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '816', - ], - 5536 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10206', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1800', - 'placement' => '378', - 'prev_word_id' => '816', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1799', - ], - 5537 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10207', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '379', - 'prev_word_id' => '1799', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1800', - ], - 5538 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10208', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '924', - 'placement' => '380', - 'prev_word_id' => '1800', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '901', - ], - 5539 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10209', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '381', - 'prev_word_id' => '901', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '924', - ], - 5540 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10210', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '382', - 'prev_word_id' => '924', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '816', - ], - 5541 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10211', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1801', - 'placement' => '383', - 'prev_word_id' => '816', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '974', - ], - 5542 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10212', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '384', - 'prev_word_id' => '974', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1801', - ], - 5543 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10213', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '385', - 'prev_word_id' => '1801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5544 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10214', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '386', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '921', - ], - 5545 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10215', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '387', - 'prev_word_id' => '921', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '802', - ], - 5546 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10216', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '388', - 'prev_word_id' => '802', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '803', - ], - 5547 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10217', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '389', - 'prev_word_id' => '803', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1689', - ], - 5548 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10218', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1802', - 'placement' => '390', - 'prev_word_id' => '1689', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5549 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10219', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '391', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1802', - ], - 5550 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10220', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1713', - 'placement' => '392', - 'prev_word_id' => '1802', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5551 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10221', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '393', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1713', - ], - 5552 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10222', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1606', - 'placement' => '394', - 'prev_word_id' => '1713', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1437', - ], - 5553 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10223', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1803', - 'placement' => '395', - 'prev_word_id' => '1437', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1606', - ], - 5554 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10224', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '396', - 'prev_word_id' => '1606', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1803', - ], - 5555 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10225', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '397', - 'prev_word_id' => '1803', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5556 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10226', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1560', - 'placement' => '398', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '939', - ], - 5557 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10227', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '399', - 'prev_word_id' => '939', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1560', - ], - 5558 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10228', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1804', - 'placement' => '400', - 'prev_word_id' => '1560', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5559 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10229', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1601', - 'placement' => '401', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1804', - ], - 5560 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10230', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '402', - 'prev_word_id' => '1804', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1601', - ], - 5561 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10231', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1805', - 'placement' => '403', - 'prev_word_id' => '1601', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1277', - ], - 5562 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10232', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '404', - 'prev_word_id' => '1277', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1805', - ], - 5563 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10233', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1806', - 'placement' => '405', - 'prev_word_id' => '1805', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '954', - ], - 5564 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10234', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '406', - 'prev_word_id' => '954', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1806', - ], - 5565 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10235', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1729', - 'placement' => '407', - 'prev_word_id' => '1806', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5566 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10236', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '408', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1729', - ], - 5567 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10237', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1602', - 'placement' => '409', - 'prev_word_id' => '1729', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '945', - ], - 5568 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10238', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '410', - 'prev_word_id' => '945', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1602', - ], - 5569 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10239', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1729', - 'placement' => '411', - 'prev_word_id' => '1602', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5570 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10240', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '412', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1729', - ], - 5571 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10241', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1429', - 'placement' => '413', - 'prev_word_id' => '1729', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '945', - ], - 5572 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10242', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '414', - 'prev_word_id' => '945', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1429', - ], - 5573 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10243', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '415', - 'prev_word_id' => '1429', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '894', - ], - 5574 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10244', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '895', - 'placement' => '416', - 'prev_word_id' => '894', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '843', - ], - 5575 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10245', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '417', - 'prev_word_id' => '843', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '895', - ], - 5576 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10246', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '418', - 'prev_word_id' => '895', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '881', - ], - 5577 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10247', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1807', - 'placement' => '419', - 'prev_word_id' => '881', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5578 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10248', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '420', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1807', - ], - 5579 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10249', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '421', - 'prev_word_id' => '1807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5580 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10250', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1808', - 'placement' => '422', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5581 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10251', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1809', - 'placement' => '423', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1808', - ], - 5582 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10252', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1810', - 'placement' => '424', - 'prev_word_id' => '1808', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1809', - ], - 5583 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10253', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1811', - 'placement' => '425', - 'prev_word_id' => '1809', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1810', - ], - 5584 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10254', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '426', - 'prev_word_id' => '1810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1811', - ], - 5585 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10255', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '427', - 'prev_word_id' => '1811', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5586 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10256', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '428', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5587 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10257', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '429', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1437', - ], - 5588 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10258', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1122', - 'placement' => '430', - 'prev_word_id' => '1437', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '886', - ], - 5589 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10259', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '431', - 'prev_word_id' => '886', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1122', - ], - 5590 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10260', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1648', - 'placement' => '432', - 'prev_word_id' => '1122', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5591 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10261', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '433', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1648', - ], - 5592 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10262', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '434', - 'prev_word_id' => '1648', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '893', - ], - 5593 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10263', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1604', - 'placement' => '435', - 'prev_word_id' => '893', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5594 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10264', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '436', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1604', - ], - 5595 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10265', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '437', - 'prev_word_id' => '1604', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '825', - ], - 5596 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10266', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1812', - 'placement' => '438', - 'prev_word_id' => '825', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1596', - ], - 5597 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10267', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '439', - 'prev_word_id' => '1596', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1812', - ], - 5598 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10268', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1447', - 'placement' => '440', - 'prev_word_id' => '1812', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '894', - ], - 5599 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10269', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '441', - 'prev_word_id' => '894', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1447', - ], - 5600 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10270', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '442', - 'prev_word_id' => '1447', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1319', - ], - 5601 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10271', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1629', - 'placement' => '443', - 'prev_word_id' => '1319', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5602 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10272', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '444', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1629', - ], - 5603 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10273', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1683', - 'placement' => '445', - 'prev_word_id' => '1629', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5604 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10274', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1597', - 'placement' => '446', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1683', - ], - 5605 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10275', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1813', - 'placement' => '447', - 'prev_word_id' => '1683', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1597', - ], - 5606 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10276', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '448', - 'prev_word_id' => '1597', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1813', - ], - 5607 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10277', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1787', - 'placement' => '449', - 'prev_word_id' => '1813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5608 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10278', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '450', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1787', - ], - 5609 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10279', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '451', - 'prev_word_id' => '1787', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1396', - ], - 5610 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10280', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1814', - 'placement' => '452', - 'prev_word_id' => '1396', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '844', - ], - 5611 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10281', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '453', - 'prev_word_id' => '844', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1814', - ], - 5612 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10282', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '454', - 'prev_word_id' => '1814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '825', - ], - 5613 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10283', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1812', - 'placement' => '455', - 'prev_word_id' => '825', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1443', - ], - 5614 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10284', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '456', - 'prev_word_id' => '1443', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1812', - ], - 5615 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10285', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '457', - 'prev_word_id' => '1812', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1690', - ], - 5616 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10286', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1730', - 'placement' => '458', - 'prev_word_id' => '1690', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5617 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10287', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '459', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1730', - ], - 5618 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10288', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '826', - 'placement' => '460', - 'prev_word_id' => '1730', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1290', - ], - 5619 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10289', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '461', - 'prev_word_id' => '1290', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '826', - ], - 5620 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10290', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '462', - 'prev_word_id' => '826', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5621 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10291', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '463', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '802', - ], - 5622 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10292', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '464', - 'prev_word_id' => '802', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '803', - ], - 5623 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10293', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1815', - 'placement' => '465', - 'prev_word_id' => '803', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '843', - ], - 5624 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10294', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '466', - 'prev_word_id' => '843', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1815', - ], - 5625 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10295', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '467', - 'prev_word_id' => '1815', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1384', - ], - 5626 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10296', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1715', - 'placement' => '468', - 'prev_word_id' => '1384', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1816', - ], - 5627 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10297', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '469', - 'prev_word_id' => '1816', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1715', - ], - 5628 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10298', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '470', - 'prev_word_id' => '1715', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '809', - ], - 5629 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10299', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1817', - 'placement' => '471', - 'prev_word_id' => '809', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5630 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10300', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '472', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1817', - ], - 5631 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10301', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '895', - 'placement' => '473', - 'prev_word_id' => '1817', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5632 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10302', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '474', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '895', - ], - 5633 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10303', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '475', - 'prev_word_id' => '895', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '881', - ], - 5634 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10304', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '476', - 'prev_word_id' => '881', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5635 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10305', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '477', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '815', - ], - 5636 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10306', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '478', - 'prev_word_id' => '815', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5637 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10307', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1651', - 'placement' => '479', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '968', - ], - 5638 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10308', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '480', - 'prev_word_id' => '968', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1651', - ], - 5639 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10309', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '481', - 'prev_word_id' => '1651', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5640 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10310', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1818', - 'placement' => '482', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1816', - ], - 5641 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10311', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '483', - 'prev_word_id' => '1816', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1818', - ], - 5642 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10312', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '484', - 'prev_word_id' => '1818', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '894', - ], - 5643 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10313', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '485', - 'prev_word_id' => '894', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '843', - ], - 5644 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10314', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '486', - 'prev_word_id' => '843', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1319', - ], - 5645 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10315', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1819', - 'placement' => '487', - 'prev_word_id' => '1319', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '810', - ], - 5646 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10316', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1820', - 'placement' => '488', - 'prev_word_id' => '810', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1819', - ], - 5647 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10317', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '489', - 'prev_word_id' => '1819', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1820', - ], - 5648 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10318', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '490', - 'prev_word_id' => '1820', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5649 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10319', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '491', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1443', - ], - 5650 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10320', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1818', - 'placement' => '492', - 'prev_word_id' => '1443', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '974', - ], - 5651 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10321', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '493', - 'prev_word_id' => '974', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1818', - ], - 5652 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10322', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '494', - 'prev_word_id' => '1818', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5653 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10323', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1631', - 'placement' => '495', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '843', - ], - 5654 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10324', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1821', - 'placement' => '496', - 'prev_word_id' => '843', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1631', - ], - 5655 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10325', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '497', - 'prev_word_id' => '1631', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1821', - ], - 5656 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10326', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1730', - 'placement' => '498', - 'prev_word_id' => '1821', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '804', - ], - 5657 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10327', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1822', - 'placement' => '499', - 'prev_word_id' => '804', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1730', - ], - 5658 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10328', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '500', - 'prev_word_id' => '1730', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1822', - ], - 5659 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10329', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '501', - 'prev_word_id' => '1822', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '814', - ], - 5660 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10330', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1823', - 'placement' => '502', - 'prev_word_id' => '814', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '807', - ], - 5661 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10331', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '503', - 'prev_word_id' => '807', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1823', - ], - 5662 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10332', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1247', - 'placement' => '504', - 'prev_word_id' => '1823', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '831', - ], - 5663 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10333', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '505', - 'prev_word_id' => '831', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1247', - ], - 5664 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10334', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '506', - 'prev_word_id' => '1247', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '863', - ], - 5665 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10335', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '507', - 'prev_word_id' => '863', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '802', - ], - 5666 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10336', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1779', - 'placement' => '508', - 'prev_word_id' => '802', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '803', - ], - 5667 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10337', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1824', - 'placement' => '509', - 'prev_word_id' => '803', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1779', - ], - 5668 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10338', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '914', - 'placement' => '510', - 'prev_word_id' => '1779', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1824', - ], - 5669 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10339', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1686', - 'placement' => '511', - 'prev_word_id' => '1824', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '914', - ], - 5670 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10340', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '512', - 'prev_word_id' => '914', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1686', - ], - 5671 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10341', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '513', - 'prev_word_id' => '1686', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '831', - ], - 5672 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10342', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '514', - 'prev_word_id' => '831', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5673 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10343', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1713', - 'placement' => '515', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1481', - ], - 5674 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10344', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1731', - 'placement' => '516', - 'prev_word_id' => '1481', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1713', - ], - 5675 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10345', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '517', - 'prev_word_id' => '1713', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1731', - ], - 5676 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10346', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '518', - 'prev_word_id' => '1731', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '802', - ], - 5677 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10347', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1646', - 'placement' => '519', - 'prev_word_id' => '802', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '803', - ], - 5678 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10348', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '520', - 'prev_word_id' => '803', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1646', - ], - 5679 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10349', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '521', - 'prev_word_id' => '1646', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '836', - ], - 5680 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10350', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '522', - 'prev_word_id' => '836', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1685', - ], - 5681 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10351', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '523', - 'prev_word_id' => '1685', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '816', - ], - 5682 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10352', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '524', - 'prev_word_id' => '816', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '894', - ], - 5683 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10353', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '525', - 'prev_word_id' => '894', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '801', - ], - 5684 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10354', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '526', - 'prev_word_id' => '801', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '939', - ], - 5685 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10355', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '527', - 'prev_word_id' => '939', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '830', - ], - 5686 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10356', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '528', - 'prev_word_id' => '830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1437', - ], - 5687 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10357', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '529', - 'prev_word_id' => '1437', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1396', - ], - 5688 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10358', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1825', - 'placement' => '530', - 'prev_word_id' => '1396', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '844', - ], - 5689 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10359', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1826', - 'placement' => '531', - 'prev_word_id' => '844', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1825', - ], - 5690 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10360', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '532', - 'prev_word_id' => '1825', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1826', - ], - 5691 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10361', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '533', - 'prev_word_id' => '1826', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1008', - ], - 5692 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10362', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1827', - 'placement' => '534', - 'prev_word_id' => '1008', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1481', - ], - 5693 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10363', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1828', - 'placement' => '535', - 'prev_word_id' => '1481', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1827', - ], - 5694 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10364', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1829', - 'placement' => '536', - 'prev_word_id' => '1827', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1828', - ], - 5695 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10365', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1679', - 'placement' => '537', - 'prev_word_id' => '1828', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1829', - ], - 5696 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10366', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '538', - 'prev_word_id' => '1829', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1679', - ], - 5697 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10367', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '539', - 'prev_word_id' => '1679', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '833', - ], - 5698 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10368', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '540', - 'prev_word_id' => '833', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1685', - ], - 5699 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10369', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '541', - 'prev_word_id' => '1685', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '831', - ], - 5700 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10370', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1830', - 'placement' => '542', - 'prev_word_id' => '831', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '813', - ], - 5701 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10371', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1831', - 'placement' => '543', - 'prev_word_id' => '813', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1830', - ], - 5702 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10372', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1832', - 'placement' => '544', - 'prev_word_id' => '1830', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1831', - ], - 5703 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10373', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '545', - 'prev_word_id' => '1831', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1832', - ], - 5704 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10374', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '546', - 'prev_word_id' => '1832', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '886', - ], - 5705 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10375', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1673', - 'placement' => '547', - 'prev_word_id' => '886', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1443', - ], - 5706 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10376', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '548', - 'prev_word_id' => '1443', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1673', - ], - 5707 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10377', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '549', - 'prev_word_id' => '1673', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '863', - ], - 5708 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10378', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '550', - 'prev_word_id' => '863', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1370', - ], - 5709 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10379', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '551', - 'prev_word_id' => '1370', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1191', - ], - 5710 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '118', - 'frequency' => '0', - 'id' => '10380', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '552', - 'prev_word_id' => '1191', - 'published' => '1311154187', - 'section_id' => '1', - 'word_id' => '1191', - ], - 5711 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '119', - 'frequency' => '0', - 'id' => '10381', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154188', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5712 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '119', - 'frequency' => '0', - 'id' => '10382', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154188', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5713 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '120', - 'frequency' => '0', - 'id' => '10383', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154188', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5714 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '120', - 'frequency' => '0', - 'id' => '10384', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154188', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5715 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '121', - 'frequency' => '0', - 'id' => '10385', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154188', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5716 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '121', - 'frequency' => '0', - 'id' => '10386', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154188', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5717 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '122', - 'frequency' => '0', - 'id' => '10387', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154188', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5718 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '122', - 'frequency' => '0', - 'id' => '10388', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154188', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5719 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '123', - 'frequency' => '0', - 'id' => '10389', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5720 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '123', - 'frequency' => '0', - 'id' => '10390', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5721 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '124', - 'frequency' => '0', - 'id' => '10391', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5722 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '124', - 'frequency' => '0', - 'id' => '10392', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5723 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '125', - 'frequency' => '0', - 'id' => '10393', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5724 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '125', - 'frequency' => '0', - 'id' => '10394', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5725 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '126', - 'frequency' => '0', - 'id' => '10395', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5726 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '126', - 'frequency' => '0', - 'id' => '10396', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1716', - ], - 5727 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10397', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '936', - ], - 5728 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10398', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '937', - 'placement' => '1', - 'prev_word_id' => '936', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 5729 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10399', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '2', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '937', - ], - 5730 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10400', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '3', - 'prev_word_id' => '937', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '809', - ], - 5731 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10401', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '4', - 'prev_word_id' => '809', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 5732 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10402', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '5', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 5733 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10403', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '6', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 5734 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10404', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '7', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 5735 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10405', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '8', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 5736 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10406', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1414', - 'placement' => '9', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '921', - ], - 5737 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10407', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '10', - 'prev_word_id' => '921', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1414', - ], - 5738 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10408', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1833', - 'placement' => '11', - 'prev_word_id' => '1414', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 5739 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10409', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '978', - 'placement' => '12', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1833', - ], - 5740 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10410', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1415', - 'placement' => '13', - 'prev_word_id' => '1833', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '978', - ], - 5741 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10411', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '14', - 'prev_word_id' => '978', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1415', - ], - 5742 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10412', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '15', - 'prev_word_id' => '1415', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 5743 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10413', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '16', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '830', - ], - 5744 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10414', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1320', - 'placement' => '17', - 'prev_word_id' => '830', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '831', - ], - 5745 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10415', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '854', - 'placement' => '18', - 'prev_word_id' => '831', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1320', - ], - 5746 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10416', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '19', - 'prev_word_id' => '1320', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '854', - ], - 5747 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10417', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '20', - 'prev_word_id' => '854', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '976', - ], - 5748 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10418', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1834', - 'placement' => '21', - 'prev_word_id' => '976', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 5749 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10419', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '22', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1834', - ], - 5750 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10420', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '23', - 'prev_word_id' => '1834', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '943', - ], - 5751 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10421', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '837', - 'placement' => '24', - 'prev_word_id' => '943', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1437', - ], - 5752 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10422', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '25', - 'prev_word_id' => '1437', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '837', - ], - 5753 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10423', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '26', - 'prev_word_id' => '837', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1835', - ], - 5754 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10424', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1836', - 'placement' => '27', - 'prev_word_id' => '1835', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 5755 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10425', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '28', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1836', - ], - 5756 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10426', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1837', - 'placement' => '29', - 'prev_word_id' => '1836', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '833', - ], - 5757 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10427', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '30', - 'prev_word_id' => '833', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1837', - ], - 5758 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10428', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '31', - 'prev_word_id' => '1837', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 5759 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10429', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '32', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 5760 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10430', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '33', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5761 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10431', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '34', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '830', - ], - 5762 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10432', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1838', - 'placement' => '35', - 'prev_word_id' => '830', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1174', - ], - 5763 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10433', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '940', - 'placement' => '36', - 'prev_word_id' => '1174', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1838', - ], - 5764 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10434', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '37', - 'prev_word_id' => '1838', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '940', - ], - 5765 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10435', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1839', - 'placement' => '38', - 'prev_word_id' => '940', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '968', - ], - 5766 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10436', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '39', - 'prev_word_id' => '968', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1839', - ], - 5767 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10437', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1840', - 'placement' => '40', - 'prev_word_id' => '1839', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '833', - ], - 5768 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10438', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1547', - 'placement' => '41', - 'prev_word_id' => '833', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1840', - ], - 5769 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10439', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1548', - 'placement' => '42', - 'prev_word_id' => '1840', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1547', - ], - 5770 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10440', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1841', - 'placement' => '43', - 'prev_word_id' => '1547', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1548', - ], - 5771 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10441', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '44', - 'prev_word_id' => '1548', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1841', - ], - 5772 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10442', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1842', - 'placement' => '45', - 'prev_word_id' => '1841', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5773 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10443', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '46', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1842', - ], - 5774 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10444', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '846', - 'placement' => '47', - 'prev_word_id' => '1842', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1358', - ], - 5775 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10445', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '48', - 'prev_word_id' => '1358', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '846', - ], - 5776 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10446', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '49', - 'prev_word_id' => '846', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 5777 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10447', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '50', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 5778 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10448', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '51', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '938', - ], - 5779 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10449', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '52', - 'prev_word_id' => '938', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1417', - ], - 5780 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10450', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1843', - 'placement' => '53', - 'prev_word_id' => '1417', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '834', - ], - 5781 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10451', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '54', - 'prev_word_id' => '834', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1843', - ], - 5782 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10452', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '55', - 'prev_word_id' => '1843', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 5783 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10453', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '56', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 5784 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10454', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '57', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1258', - ], - 5785 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10455', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1237', - 'placement' => '58', - 'prev_word_id' => '1258', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '833', - ], - 5786 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10456', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '59', - 'prev_word_id' => '833', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1237', - ], - 5787 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10457', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '60', - 'prev_word_id' => '1237', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5788 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10458', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '61', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '830', - ], - 5789 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10459', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1838', - 'placement' => '62', - 'prev_word_id' => '830', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1174', - ], - 5790 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10460', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '63', - 'prev_word_id' => '1174', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1838', - ], - 5791 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10461', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1844', - 'placement' => '64', - 'prev_word_id' => '1838', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1609', - ], - 5792 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10462', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '65', - 'prev_word_id' => '1609', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1844', - ], - 5793 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10463', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '66', - 'prev_word_id' => '1844', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5794 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10464', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '67', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '830', - ], - 5795 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10465', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '68', - 'prev_word_id' => '830', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '863', - ], - 5796 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10466', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '69', - 'prev_word_id' => '863', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 5797 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10467', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '70', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 5798 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10468', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '71', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 5799 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10469', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '72', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 5800 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10470', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1683', - 'placement' => '73', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '830', - ], - 5801 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10471', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '74', - 'prev_word_id' => '830', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1683', - ], - 5802 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10472', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '75', - 'prev_word_id' => '1683', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1417', - ], - 5803 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10473', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '76', - 'prev_word_id' => '1417', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 5804 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10474', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1845', - 'placement' => '77', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '898', - ], - 5805 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10475', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '78', - 'prev_word_id' => '898', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1845', - ], - 5806 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10476', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '79', - 'prev_word_id' => '1845', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5807 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10477', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '80', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 5808 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10478', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '81', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '901', - ], - 5809 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10479', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '82', - 'prev_word_id' => '901', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '830', - ], - 5810 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10480', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '83', - 'prev_word_id' => '830', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1174', - ], - 5811 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10481', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '84', - 'prev_word_id' => '1174', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 5812 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10482', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '85', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '830', - ], - 5813 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10483', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '86', - 'prev_word_id' => '830', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1174', - ], - 5814 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10484', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '87', - 'prev_word_id' => '1174', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 5815 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10485', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1846', - 'placement' => '88', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 5816 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10486', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '89', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1846', - ], - 5817 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10487', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '90', - 'prev_word_id' => '1846', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5818 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10488', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1847', - 'placement' => '91', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '898', - ], - 5819 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10489', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1848', - 'placement' => '92', - 'prev_word_id' => '898', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1847', - ], - 5820 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10490', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1849', - 'placement' => '93', - 'prev_word_id' => '1847', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1848', - ], - 5821 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10491', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '94', - 'prev_word_id' => '1848', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1849', - ], - 5822 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10492', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1850', - 'placement' => '95', - 'prev_word_id' => '1849', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '836', - ], - 5823 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10493', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '96', - 'prev_word_id' => '836', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1850', - ], - 5824 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10494', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1706', - 'placement' => '97', - 'prev_word_id' => '1850', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1318', - ], - 5825 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10495', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '98', - 'prev_word_id' => '1318', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1706', - ], - 5826 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10496', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1851', - 'placement' => '99', - 'prev_word_id' => '1706', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1609', - ], - 5827 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10497', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1848', - 'placement' => '100', - 'prev_word_id' => '1609', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1851', - ], - 5828 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10498', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '101', - 'prev_word_id' => '1851', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1848', - ], - 5829 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10499', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '102', - 'prev_word_id' => '1848', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 5830 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10500', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '103', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '830', - ], - 5831 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10501', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '104', - 'prev_word_id' => '830', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1174', - ], - 5832 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10502', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1789', - 'placement' => '105', - 'prev_word_id' => '1174', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 5833 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10503', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '917', - 'placement' => '106', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1789', - ], - 5834 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10504', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '107', - 'prev_word_id' => '1789', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '917', - ], - 5835 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10505', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1852', - 'placement' => '108', - 'prev_word_id' => '917', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5836 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10506', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '109', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1852', - ], - 5837 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10507', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1853', - 'placement' => '110', - 'prev_word_id' => '1852', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5838 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10508', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '111', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1853', - ], - 5839 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10509', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '112', - 'prev_word_id' => '1853', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5840 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10510', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1854', - 'placement' => '113', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '898', - ], - 5841 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10511', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '114', - 'prev_word_id' => '898', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1854', - ], - 5842 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10512', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1855', - 'placement' => '115', - 'prev_word_id' => '1854', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '886', - ], - 5843 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10513', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '116', - 'prev_word_id' => '886', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1855', - ], - 5844 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10514', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '117', - 'prev_word_id' => '1855', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1008', - ], - 5845 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10515', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1856', - 'placement' => '118', - 'prev_word_id' => '1008', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5846 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10516', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '119', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1856', - ], - 5847 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10517', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '120', - 'prev_word_id' => '1856', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1437', - ], - 5848 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10518', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1857', - 'placement' => '121', - 'prev_word_id' => '1437', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 5849 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10519', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '122', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1857', - ], - 5850 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10520', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '123', - 'prev_word_id' => '1857', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '816', - ], - 5851 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10521', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '124', - 'prev_word_id' => '816', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1437', - ], - 5852 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10522', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1854', - 'placement' => '125', - 'prev_word_id' => '1437', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '901', - ], - 5853 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10523', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '126', - 'prev_word_id' => '901', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1854', - ], - 5854 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10524', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1858', - 'placement' => '127', - 'prev_word_id' => '1854', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1008', - ], - 5855 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10525', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '128', - 'prev_word_id' => '1008', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1858', - ], - 5856 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10526', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1859', - 'placement' => '129', - 'prev_word_id' => '1858', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1816', - ], - 5857 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10527', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '130', - 'prev_word_id' => '1816', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1859', - ], - 5858 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10528', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '131', - 'prev_word_id' => '1859', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '836', - ], - 5859 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10529', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '915', - 'placement' => '132', - 'prev_word_id' => '836', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 5860 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10530', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '133', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '915', - ], - 5861 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10531', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1860', - 'placement' => '134', - 'prev_word_id' => '915', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 5862 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10532', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1861', - 'placement' => '135', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1860', - ], - 5863 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10533', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1848', - 'placement' => '136', - 'prev_word_id' => '1860', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1861', - ], - 5864 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10534', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1798', - 'placement' => '137', - 'prev_word_id' => '1861', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1848', - ], - 5865 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10535', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '138', - 'prev_word_id' => '1848', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1798', - ], - 5866 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10536', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1862', - 'placement' => '139', - 'prev_word_id' => '1798', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5867 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10537', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1863', - 'placement' => '140', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1862', - ], - 5868 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10538', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1864', - 'placement' => '141', - 'prev_word_id' => '1862', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1863', - ], - 5869 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10539', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '142', - 'prev_word_id' => '1863', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1864', - ], - 5870 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10540', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1865', - 'placement' => '143', - 'prev_word_id' => '1864', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5871 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10541', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '144', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1865', - ], - 5872 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10542', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '145', - 'prev_word_id' => '1865', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5873 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10543', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '146', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 5874 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10544', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '147', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '830', - ], - 5875 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10545', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1684', - 'placement' => '148', - 'prev_word_id' => '830', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1174', - ], - 5876 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10546', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1336', - 'placement' => '149', - 'prev_word_id' => '1174', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1684', - ], - 5877 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10547', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '150', - 'prev_word_id' => '1684', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1336', - ], - 5878 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10548', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1756', - 'placement' => '151', - 'prev_word_id' => '1336', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1417', - ], - 5879 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10549', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '152', - 'prev_word_id' => '1417', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1756', - ], - 5880 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10550', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1848', - 'placement' => '153', - 'prev_word_id' => '1756', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 5881 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10551', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1849', - 'placement' => '154', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1848', - ], - 5882 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10552', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '155', - 'prev_word_id' => '1848', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1849', - ], - 5883 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10553', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1866', - 'placement' => '156', - 'prev_word_id' => '1849', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '816', - ], - 5884 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10554', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1517', - 'placement' => '157', - 'prev_word_id' => '816', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1866', - ], - 5885 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10555', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '158', - 'prev_word_id' => '1866', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1517', - ], - 5886 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10556', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '159', - 'prev_word_id' => '1517', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1337', - ], - 5887 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10557', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1867', - 'placement' => '160', - 'prev_word_id' => '1337', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '836', - ], - 5888 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10558', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '161', - 'prev_word_id' => '836', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1867', - ], - 5889 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10559', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1852', - 'placement' => '162', - 'prev_word_id' => '1867', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5890 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10560', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1310', - 'placement' => '163', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1852', - ], - 5891 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10561', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '164', - 'prev_word_id' => '1852', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1310', - ], - 5892 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10562', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1866', - 'placement' => '165', - 'prev_word_id' => '1310', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '816', - ], - 5893 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10563', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '166', - 'prev_word_id' => '816', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1866', - ], - 5894 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10564', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1868', - 'placement' => '167', - 'prev_word_id' => '1866', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5895 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10565', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '168', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1868', - ], - 5896 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10566', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1869', - 'placement' => '169', - 'prev_word_id' => '1868', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '898', - ], - 5897 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10567', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1677', - 'placement' => '170', - 'prev_word_id' => '898', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1869', - ], - 5898 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10568', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '171', - 'prev_word_id' => '1869', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1677', - ], - 5899 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10569', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '172', - 'prev_word_id' => '1677', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '833', - ], - 5900 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10570', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1851', - 'placement' => '173', - 'prev_word_id' => '833', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5901 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10571', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1870', - 'placement' => '174', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1851', - ], - 5902 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10572', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '175', - 'prev_word_id' => '1851', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1870', - ], - 5903 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10573', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '176', - 'prev_word_id' => '1870', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5904 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10574', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1336', - 'placement' => '177', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '898', - ], - 5905 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10575', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '940', - 'placement' => '178', - 'prev_word_id' => '898', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1336', - ], - 5906 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10576', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '179', - 'prev_word_id' => '1336', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '940', - ], - 5907 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10577', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1839', - 'placement' => '180', - 'prev_word_id' => '940', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '968', - ], - 5908 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10578', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '181', - 'prev_word_id' => '968', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1839', - ], - 5909 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10579', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1840', - 'placement' => '182', - 'prev_word_id' => '1839', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '833', - ], - 5910 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10580', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '183', - 'prev_word_id' => '833', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1840', - ], - 5911 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10581', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1471', - 'placement' => '184', - 'prev_word_id' => '1840', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5912 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10582', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1871', - 'placement' => '185', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1471', - ], - 5913 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10583', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '186', - 'prev_word_id' => '1471', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1871', - ], - 5914 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10584', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1342', - 'placement' => '187', - 'prev_word_id' => '1871', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '894', - ], - 5915 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10585', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '188', - 'prev_word_id' => '894', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1342', - ], - 5916 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10586', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1343', - 'placement' => '189', - 'prev_word_id' => '1342', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '844', - ], - 5917 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10587', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '190', - 'prev_word_id' => '844', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1343', - ], - 5918 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10588', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '191', - 'prev_word_id' => '1343', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 5919 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10589', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '192', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1317', - ], - 5920 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10590', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '193', - 'prev_word_id' => '1317', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 5921 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10591', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1739', - 'placement' => '194', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 5922 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10592', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '195', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1739', - ], - 5923 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10593', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1872', - 'placement' => '196', - 'prev_word_id' => '1739', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5924 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10594', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '197', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1872', - ], - 5925 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10595', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '198', - 'prev_word_id' => '1872', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5926 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10596', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '199', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '974', - ], - 5927 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10597', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '200', - 'prev_word_id' => '974', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 5928 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10598', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '201', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 5929 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10599', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '202', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '807', - ], - 5930 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10600', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '203', - 'prev_word_id' => '807', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '804', - ], - 5931 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10601', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '204', - 'prev_word_id' => '804', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '843', - ], - 5932 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10602', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1873', - 'placement' => '205', - 'prev_word_id' => '843', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '844', - ], - 5933 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10603', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '206', - 'prev_word_id' => '844', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1873', - ], - 5934 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10604', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1874', - 'placement' => '207', - 'prev_word_id' => '1873', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1008', - ], - 5935 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10605', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '208', - 'prev_word_id' => '1008', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1874', - ], - 5936 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10606', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1839', - 'placement' => '209', - 'prev_word_id' => '1874', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5937 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10607', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '210', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1839', - ], - 5938 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10608', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '211', - 'prev_word_id' => '1839', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5939 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10609', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '212', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 5940 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10610', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '213', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 5941 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10611', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1875', - 'placement' => '214', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '833', - ], - 5942 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10612', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1840', - 'placement' => '215', - 'prev_word_id' => '833', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1875', - ], - 5943 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10613', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '216', - 'prev_word_id' => '1875', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1840', - ], - 5944 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10614', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '217', - 'prev_word_id' => '1840', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '894', - ], - 5945 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10615', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1631', - 'placement' => '218', - 'prev_word_id' => '894', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '843', - ], - 5946 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10616', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '219', - 'prev_word_id' => '843', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1631', - ], - 5947 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10617', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1876', - 'placement' => '220', - 'prev_word_id' => '1631', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '939', - ], - 5948 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10618', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '221', - 'prev_word_id' => '939', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1876', - ], - 5949 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10619', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1877', - 'placement' => '222', - 'prev_word_id' => '1876', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '807', - ], - 5950 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10620', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '223', - 'prev_word_id' => '807', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1877', - ], - 5951 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10621', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1878', - 'placement' => '224', - 'prev_word_id' => '1877', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1437', - ], - 5952 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10622', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1560', - 'placement' => '225', - 'prev_word_id' => '1437', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1878', - ], - 5953 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10623', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1839', - 'placement' => '226', - 'prev_word_id' => '1878', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1560', - ], - 5954 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10624', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '227', - 'prev_word_id' => '1560', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1839', - ], - 5955 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10625', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1879', - 'placement' => '228', - 'prev_word_id' => '1839', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '833', - ], - 5956 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10626', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1787', - 'placement' => '229', - 'prev_word_id' => '833', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1879', - ], - 5957 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10627', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1547', - 'placement' => '230', - 'prev_word_id' => '1879', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1787', - ], - 5958 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10628', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1548', - 'placement' => '231', - 'prev_word_id' => '1787', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1547', - ], - 5959 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10629', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1841', - 'placement' => '232', - 'prev_word_id' => '1547', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1548', - ], - 5960 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10630', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '233', - 'prev_word_id' => '1548', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1841', - ], - 5961 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10631', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1842', - 'placement' => '234', - 'prev_word_id' => '1841', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5962 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10632', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '235', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1842', - ], - 5963 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10633', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '236', - 'prev_word_id' => '1842', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1358', - ], - 5964 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10634', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '237', - 'prev_word_id' => '1358', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 5965 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10635', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1880', - 'placement' => '238', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 5966 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10636', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '239', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1880', - ], - 5967 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10637', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1569', - 'placement' => '240', - 'prev_word_id' => '1880', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1410', - ], - 5968 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10638', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '241', - 'prev_word_id' => '1410', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1569', - ], - 5969 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10639', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '242', - 'prev_word_id' => '1569', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1410', - ], - 5970 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10640', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1881', - 'placement' => '243', - 'prev_word_id' => '1410', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 5971 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10641', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1882', - 'placement' => '244', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1881', - ], - 5972 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10642', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '245', - 'prev_word_id' => '1881', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1882', - ], - 5973 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10643', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '246', - 'prev_word_id' => '1882', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5974 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10644', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '247', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 5975 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10645', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '248', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 5976 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10646', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '854', - 'placement' => '249', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '886', - ], - 5977 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10647', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '250', - 'prev_word_id' => '886', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '854', - ], - 5978 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10648', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '251', - 'prev_word_id' => '854', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '976', - ], - 5979 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10649', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '252', - 'prev_word_id' => '976', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 5980 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10650', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '253', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1358', - ], - 5981 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10651', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '254', - 'prev_word_id' => '1358', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1417', - ], - 5982 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10652', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '255', - 'prev_word_id' => '1417', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '886', - ], - 5983 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10653', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1547', - 'placement' => '256', - 'prev_word_id' => '886', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 5984 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10654', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1548', - 'placement' => '257', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1547', - ], - 5985 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10655', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1841', - 'placement' => '258', - 'prev_word_id' => '1547', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1548', - ], - 5986 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10656', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '259', - 'prev_word_id' => '1548', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1841', - ], - 5987 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10657', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1883', - 'placement' => '260', - 'prev_word_id' => '1841', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 5988 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10658', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '261', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1883', - ], - 5989 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10659', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1884', - 'placement' => '262', - 'prev_word_id' => '1883', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1358', - ], - 5990 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10660', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '263', - 'prev_word_id' => '1358', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1884', - ], - 5991 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10661', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '910', - 'placement' => '264', - 'prev_word_id' => '1884', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 5992 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10662', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '265', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '910', - ], - 5993 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10663', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1671', - 'placement' => '266', - 'prev_word_id' => '910', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1835', - ], - 5994 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10664', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '267', - 'prev_word_id' => '1835', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1671', - ], - 5995 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10665', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1885', - 'placement' => '268', - 'prev_word_id' => '1671', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '841', - ], - 5996 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10666', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '269', - 'prev_word_id' => '841', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1885', - ], - 5997 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10667', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '270', - 'prev_word_id' => '1885', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1620', - ], - 5998 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10668', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '271', - 'prev_word_id' => '1620', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1280', - ], - 5999 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10669', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '272', - 'prev_word_id' => '1280', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '816', - ], - 6000 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10670', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1886', - 'placement' => '273', - 'prev_word_id' => '816', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1749', - ], - 6001 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10671', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '274', - 'prev_word_id' => '1749', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1886', - ], - 6002 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10672', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1887', - 'placement' => '275', - 'prev_word_id' => '1886', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '833', - ], - 6003 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10673', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '276', - 'prev_word_id' => '833', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1887', - ], - 6004 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10674', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '277', - 'prev_word_id' => '1887', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 6005 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10675', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '278', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 6006 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10676', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '279', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '863', - ], - 6007 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10677', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '280', - 'prev_word_id' => '863', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 6008 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10678', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '281', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 6009 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10679', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '282', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1358', - ], - 6010 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10680', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '283', - 'prev_word_id' => '1358', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '894', - ], - 6011 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10681', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '284', - 'prev_word_id' => '894', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1396', - ], - 6012 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10682', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '285', - 'prev_word_id' => '1396', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '897', - ], - 6013 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10683', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '286', - 'prev_word_id' => '897', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1358', - ], - 6014 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10684', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1888', - 'placement' => '287', - 'prev_word_id' => '1358', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1437', - ], - 6015 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10685', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1321', - 'placement' => '288', - 'prev_word_id' => '1437', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1888', - ], - 6016 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10686', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1479', - 'placement' => '289', - 'prev_word_id' => '1888', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1321', - ], - 6017 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10687', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '290', - 'prev_word_id' => '1321', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1479', - ], - 6018 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10688', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1889', - 'placement' => '291', - 'prev_word_id' => '1479', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '976', - ], - 6019 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10689', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1890', - 'placement' => '292', - 'prev_word_id' => '976', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1889', - ], - 6020 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10690', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1891', - 'placement' => '293', - 'prev_word_id' => '1889', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1890', - ], - 6021 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10691', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '294', - 'prev_word_id' => '1890', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1891', - ], - 6022 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10692', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '295', - 'prev_word_id' => '1891', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 6023 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10693', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '296', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '841', - ], - 6024 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10694', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '297', - 'prev_word_id' => '841', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1550', - ], - 6025 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10695', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1359', - 'placement' => '298', - 'prev_word_id' => '1550', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '834', - ], - 6026 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10696', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '299', - 'prev_word_id' => '834', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1359', - ], - 6027 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10697', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1892', - 'placement' => '300', - 'prev_word_id' => '1359', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '886', - ], - 6028 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10698', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '301', - 'prev_word_id' => '886', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1892', - ], - 6029 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10699', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1889', - 'placement' => '302', - 'prev_word_id' => '1892', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '816', - ], - 6030 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10700', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '303', - 'prev_word_id' => '816', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1889', - ], - 6031 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10701', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '895', - 'placement' => '304', - 'prev_word_id' => '1889', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 6032 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10702', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1893', - 'placement' => '305', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '895', - ], - 6033 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10703', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1567', - 'placement' => '306', - 'prev_word_id' => '895', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1893', - ], - 6034 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10704', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '307', - 'prev_word_id' => '1893', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1567', - ], - 6035 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10705', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '308', - 'prev_word_id' => '1567', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1437', - ], - 6036 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10706', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '309', - 'prev_word_id' => '1437', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '841', - ], - 6037 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10707', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '310', - 'prev_word_id' => '841', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1550', - ], - 6038 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10708', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '311', - 'prev_word_id' => '1550', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1835', - ], - 6039 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10709', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '312', - 'prev_word_id' => '1835', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1319', - ], - 6040 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10710', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1894', - 'placement' => '313', - 'prev_word_id' => '1319', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 6041 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10711', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '314', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1894', - ], - 6042 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10712', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '315', - 'prev_word_id' => '1894', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '809', - ], - 6043 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10713', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1895', - 'placement' => '316', - 'prev_word_id' => '809', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1605', - ], - 6044 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10714', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1321', - 'placement' => '317', - 'prev_word_id' => '1605', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1895', - ], - 6045 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10715', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '318', - 'prev_word_id' => '1895', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1321', - ], - 6046 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10716', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1896', - 'placement' => '319', - 'prev_word_id' => '1321', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1620', - ], - 6047 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10717', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '320', - 'prev_word_id' => '1620', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1896', - ], - 6048 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10718', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1897', - 'placement' => '321', - 'prev_word_id' => '1896', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1609', - ], - 6049 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10719', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1898', - 'placement' => '322', - 'prev_word_id' => '1609', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1897', - ], - 6050 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10720', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '323', - 'prev_word_id' => '1897', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1898', - ], - 6051 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10721', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1899', - 'placement' => '324', - 'prev_word_id' => '1898', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '863', - ], - 6052 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10722', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '325', - 'prev_word_id' => '863', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1899', - ], - 6053 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10723', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1900', - 'placement' => '326', - 'prev_word_id' => '1899', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 6054 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10724', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '327', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1900', - ], - 6055 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10725', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '328', - 'prev_word_id' => '1900', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '816', - ], - 6056 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10726', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1901', - 'placement' => '329', - 'prev_word_id' => '816', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '804', - ], - 6057 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10727', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1548', - 'placement' => '330', - 'prev_word_id' => '804', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1901', - ], - 6058 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10728', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '331', - 'prev_word_id' => '1901', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1548', - ], - 6059 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10729', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '332', - 'prev_word_id' => '1548', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 6060 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10730', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '333', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '882', - ], - 6061 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10731', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1890', - 'placement' => '334', - 'prev_word_id' => '882', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '898', - ], - 6062 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10732', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1902', - 'placement' => '335', - 'prev_word_id' => '898', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1890', - ], - 6063 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10733', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '336', - 'prev_word_id' => '1890', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1902', - ], - 6064 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10734', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '337', - 'prev_word_id' => '1902', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 6065 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10735', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '338', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 6066 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10736', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '339', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1358', - ], - 6067 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10737', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1509', - 'placement' => '340', - 'prev_word_id' => '1358', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '834', - ], - 6068 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10738', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1903', - 'placement' => '341', - 'prev_word_id' => '834', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1509', - ], - 6069 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10739', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '342', - 'prev_word_id' => '1509', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1903', - ], - 6070 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10740', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1904', - 'placement' => '343', - 'prev_word_id' => '1903', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 6071 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10741', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1905', - 'placement' => '344', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1904', - ], - 6072 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10742', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '345', - 'prev_word_id' => '1904', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1905', - ], - 6073 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10743', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1906', - 'placement' => '346', - 'prev_word_id' => '1905', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '834', - ], - 6074 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10744', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1468', - 'placement' => '347', - 'prev_word_id' => '834', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1906', - ], - 6075 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10745', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '348', - 'prev_word_id' => '1906', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1468', - ], - 6076 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10746', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1907', - 'placement' => '349', - 'prev_word_id' => '1468', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 6077 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10747', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1908', - 'placement' => '350', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1907', - ], - 6078 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10748', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '351', - 'prev_word_id' => '1907', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1908', - ], - 6079 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10749', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1591', - 'placement' => '352', - 'prev_word_id' => '1908', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 6080 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10750', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '870', - 'placement' => '353', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1591', - ], - 6081 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10751', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1909', - 'placement' => '354', - 'prev_word_id' => '1591', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '870', - ], - 6082 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10752', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '355', - 'prev_word_id' => '870', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1909', - ], - 6083 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10753', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1910', - 'placement' => '356', - 'prev_word_id' => '1909', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 6084 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10754', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '868', - 'placement' => '357', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1910', - ], - 6085 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10755', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1911', - 'placement' => '358', - 'prev_word_id' => '1910', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '868', - ], - 6086 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10756', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '359', - 'prev_word_id' => '868', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1911', - ], - 6087 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10757', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '360', - 'prev_word_id' => '1911', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '804', - ], - 6088 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10758', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1912', - 'placement' => '361', - 'prev_word_id' => '804', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '882', - ], - 6089 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10759', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '362', - 'prev_word_id' => '882', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1912', - ], - 6090 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10760', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '363', - 'prev_word_id' => '1912', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '863', - ], - 6091 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10761', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1913', - 'placement' => '364', - 'prev_word_id' => '863', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 6092 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10762', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '365', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1913', - ], - 6093 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10763', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '366', - 'prev_word_id' => '1913', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '943', - ], - 6094 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10764', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '367', - 'prev_word_id' => '943', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '816', - ], - 6095 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10765', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '368', - 'prev_word_id' => '816', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1835', - ], - 6096 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10766', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '369', - 'prev_word_id' => '1835', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 6097 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10767', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '846', - 'placement' => '370', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '881', - ], - 6098 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10768', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '371', - 'prev_word_id' => '881', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '846', - ], - 6099 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10769', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '372', - 'prev_word_id' => '846', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 6100 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10770', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '373', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 6101 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10771', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1366', - 'placement' => '374', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '938', - ], - 6102 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10772', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '375', - 'prev_word_id' => '938', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1366', - ], - 6103 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10773', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '376', - 'prev_word_id' => '1366', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 6104 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10774', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1834', - 'placement' => '377', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 6105 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10775', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '378', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1834', - ], - 6106 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10776', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '379', - 'prev_word_id' => '1834', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '943', - ], - 6107 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10777', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '937', - 'placement' => '380', - 'prev_word_id' => '943', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 6108 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10778', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '381', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '937', - ], - 6109 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10779', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '975', - 'placement' => '382', - 'prev_word_id' => '937', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '974', - ], - 6110 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10780', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1842', - 'placement' => '383', - 'prev_word_id' => '974', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '975', - ], - 6111 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10781', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '384', - 'prev_word_id' => '975', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1842', - ], - 6112 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10782', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '385', - 'prev_word_id' => '1842', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '938', - ], - 6113 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10783', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1899', - 'placement' => '386', - 'prev_word_id' => '938', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '863', - ], - 6114 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10784', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '387', - 'prev_word_id' => '863', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1899', - ], - 6115 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10785', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1837', - 'placement' => '388', - 'prev_word_id' => '1899', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 6116 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10786', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '389', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1837', - ], - 6117 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10787', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '390', - 'prev_word_id' => '1837', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 6118 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10788', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '391', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '815', - ], - 6119 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10789', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '392', - 'prev_word_id' => '815', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '813', - ], - 6120 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10790', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '393', - 'prev_word_id' => '813', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 6121 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10791', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '394', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 6122 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10792', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1602', - 'placement' => '395', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1008', - ], - 6123 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10793', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '396', - 'prev_word_id' => '1008', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1602', - ], - 6124 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10794', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '397', - 'prev_word_id' => '1602', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '938', - ], - 6125 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10795', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '398', - 'prev_word_id' => '938', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '836', - ], - 6126 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10796', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '915', - 'placement' => '399', - 'prev_word_id' => '836', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 6127 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10797', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '400', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '915', - ], - 6128 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10798', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '401', - 'prev_word_id' => '915', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 6129 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10799', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '402', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '939', - ], - 6130 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10800', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1914', - 'placement' => '403', - 'prev_word_id' => '939', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '929', - ], - 6131 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10801', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1859', - 'placement' => '404', - 'prev_word_id' => '929', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1914', - ], - 6132 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10802', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1879', - 'placement' => '405', - 'prev_word_id' => '1914', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1859', - ], - 6133 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10803', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1915', - 'placement' => '406', - 'prev_word_id' => '1859', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1879', - ], - 6134 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10804', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '407', - 'prev_word_id' => '1879', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1915', - ], - 6135 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10805', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1225', - 'placement' => '408', - 'prev_word_id' => '1915', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '941', - ], - 6136 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10806', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '409', - 'prev_word_id' => '941', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1225', - ], - 6137 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10807', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '410', - 'prev_word_id' => '1225', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '823', - ], - 6138 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10808', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1132', - 'placement' => '411', - 'prev_word_id' => '823', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1609', - ], - 6139 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10809', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '412', - 'prev_word_id' => '1609', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1132', - ], - 6140 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10810', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1916', - 'placement' => '413', - 'prev_word_id' => '1132', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '809', - ], - 6141 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10811', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1917', - 'placement' => '414', - 'prev_word_id' => '809', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1916', - ], - 6142 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10812', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '415', - 'prev_word_id' => '1916', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1917', - ], - 6143 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10813', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '416', - 'prev_word_id' => '1917', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1620', - ], - 6144 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10814', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '417', - 'prev_word_id' => '1620', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '894', - ], - 6145 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10815', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '418', - 'prev_word_id' => '894', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1396', - ], - 6146 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10816', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '419', - 'prev_word_id' => '1396', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '897', - ], - 6147 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10817', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1918', - 'placement' => '420', - 'prev_word_id' => '897', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1384', - ], - 6148 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10818', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '421', - 'prev_word_id' => '1384', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1918', - ], - 6149 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10819', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1298', - 'placement' => '422', - 'prev_word_id' => '1918', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '938', - ], - 6150 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10820', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '423', - 'prev_word_id' => '938', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1298', - ], - 6151 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10821', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1919', - 'placement' => '424', - 'prev_word_id' => '1298', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '825', - ], - 6152 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10822', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '425', - 'prev_word_id' => '825', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1919', - ], - 6153 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10823', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '426', - 'prev_word_id' => '1919', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1263', - ], - 6154 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10824', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '427', - 'prev_word_id' => '1263', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1417', - ], - 6155 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10825', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1843', - 'placement' => '428', - 'prev_word_id' => '1417', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '834', - ], - 6156 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10826', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '429', - 'prev_word_id' => '834', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1843', - ], - 6157 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10827', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '430', - 'prev_word_id' => '1843', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '948', - ], - 6158 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10828', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '431', - 'prev_word_id' => '948', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '949', - ], - 6159 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10829', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '432', - 'prev_word_id' => '949', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '863', - ], - 6160 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10830', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '433', - 'prev_word_id' => '863', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '898', - ], - 6161 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10831', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '434', - 'prev_word_id' => '898', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 6162 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10832', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1502', - 'placement' => '435', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 6163 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10833', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '436', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1502', - ], - 6164 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10834', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1515', - 'placement' => '437', - 'prev_word_id' => '1502', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '810', - ], - 6165 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10835', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1438', - 'placement' => '438', - 'prev_word_id' => '810', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1515', - ], - 6166 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10836', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1516', - 'placement' => '439', - 'prev_word_id' => '1515', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1438', - ], - 6167 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10837', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '440', - 'prev_word_id' => '1438', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1516', - ], - 6168 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10838', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1365', - 'placement' => '441', - 'prev_word_id' => '1516', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 6169 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10839', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1549', - 'placement' => '442', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1365', - ], - 6170 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10840', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '917', - 'placement' => '443', - 'prev_word_id' => '1365', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1549', - ], - 6171 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10841', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '444', - 'prev_word_id' => '1549', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '917', - ], - 6172 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10842', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1786', - 'placement' => '445', - 'prev_word_id' => '917', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 6173 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10843', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '446', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1786', - ], - 6174 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10844', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1787', - 'placement' => '447', - 'prev_word_id' => '1786', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1443', - ], - 6175 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10845', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1920', - 'placement' => '448', - 'prev_word_id' => '1443', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1787', - ], - 6176 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10846', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '449', - 'prev_word_id' => '1787', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1920', - ], - 6177 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10847', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1460', - 'placement' => '450', - 'prev_word_id' => '1920', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '834', - ], - 6178 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10848', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '451', - 'prev_word_id' => '834', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1460', - ], - 6179 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10849', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '452', - 'prev_word_id' => '1460', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1605', - ], - 6180 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10850', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1530', - 'placement' => '453', - 'prev_word_id' => '1605', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '836', - ], - 6181 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10851', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '454', - 'prev_word_id' => '836', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1530', - ], - 6182 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10852', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1921', - 'placement' => '455', - 'prev_word_id' => '1530', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 6183 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10853', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1721', - 'placement' => '456', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1921', - ], - 6184 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10854', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1922', - 'placement' => '457', - 'prev_word_id' => '1921', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1721', - ], - 6185 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10855', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '458', - 'prev_word_id' => '1721', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1922', - ], - 6186 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10856', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1923', - 'placement' => '459', - 'prev_word_id' => '1922', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '833', - ], - 6187 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10857', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '460', - 'prev_word_id' => '833', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1923', - ], - 6188 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10858', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1924', - 'placement' => '461', - 'prev_word_id' => '1923', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1319', - ], - 6189 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10859', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1925', - 'placement' => '462', - 'prev_word_id' => '1319', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1924', - ], - 6190 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10860', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '463', - 'prev_word_id' => '1924', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1925', - ], - 6191 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10861', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '464', - 'prev_word_id' => '1925', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '816', - ], - 6192 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10862', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '465', - 'prev_word_id' => '816', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 6193 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10863', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '466', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 6194 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10864', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '467', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 6195 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10865', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '468', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 6196 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10866', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '469', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1258', - ], - 6197 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10867', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1237', - 'placement' => '470', - 'prev_word_id' => '1258', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '833', - ], - 6198 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10868', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '471', - 'prev_word_id' => '833', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1237', - ], - 6199 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10869', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '472', - 'prev_word_id' => '1237', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1605', - ], - 6200 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10870', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1926', - 'placement' => '473', - 'prev_word_id' => '1605', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '894', - ], - 6201 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10871', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1492', - 'placement' => '474', - 'prev_word_id' => '894', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1926', - ], - 6202 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10872', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '475', - 'prev_word_id' => '1926', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1492', - ], - 6203 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10873', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '476', - 'prev_word_id' => '1492', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '809', - ], - 6204 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10874', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '477', - 'prev_word_id' => '809', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '802', - ], - 6205 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10875', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '478', - 'prev_word_id' => '802', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '803', - ], - 6206 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10876', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '479', - 'prev_word_id' => '803', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 6207 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10877', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '480', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1258', - ], - 6208 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10878', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1927', - 'placement' => '481', - 'prev_word_id' => '1258', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '805', - ], - 6209 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10879', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '482', - 'prev_word_id' => '805', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1927', - ], - 6210 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10880', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1843', - 'placement' => '483', - 'prev_word_id' => '1927', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '898', - ], - 6211 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10881', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '484', - 'prev_word_id' => '898', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1843', - ], - 6212 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10882', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1251', - 'placement' => '485', - 'prev_word_id' => '1843', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '801', - ], - 6213 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10883', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '486', - 'prev_word_id' => '801', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1251', - ], - 6214 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10884', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1928', - 'placement' => '487', - 'prev_word_id' => '1251', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '863', - ], - 6215 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10885', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '488', - 'prev_word_id' => '863', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1928', - ], - 6216 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10886', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '489', - 'prev_word_id' => '1928', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '809', - ], - 6217 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10887', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '490', - 'prev_word_id' => '809', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '894', - ], - 6218 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10888', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '491', - 'prev_word_id' => '894', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1396', - ], - 6219 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10889', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '492', - 'prev_word_id' => '1396', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '897', - ], - 6220 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10890', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1292', - 'placement' => '493', - 'prev_word_id' => '897', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '974', - ], - 6221 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10891', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '494', - 'prev_word_id' => '974', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1292', - ], - 6222 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10892', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1251', - 'placement' => '495', - 'prev_word_id' => '1292', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '823', - ], - 6223 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10893', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '910', - 'placement' => '496', - 'prev_word_id' => '823', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1251', - ], - 6224 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10894', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '497', - 'prev_word_id' => '1251', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '910', - ], - 6225 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10895', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '498', - 'prev_word_id' => '910', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '863', - ], - 6226 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10896', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '499', - 'prev_word_id' => '863', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '814', - ], - 6227 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10897', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '500', - 'prev_word_id' => '814', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '860', - ], - 6228 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10898', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1569', - 'placement' => '501', - 'prev_word_id' => '860', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1410', - ], - 6229 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10899', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '502', - 'prev_word_id' => '1410', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1569', - ], - 6230 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10900', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '503', - 'prev_word_id' => '1569', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1410', - ], - 6231 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10901', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1929', - 'placement' => '504', - 'prev_word_id' => '1410', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1384', - ], - 6232 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10902', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '505', - 'prev_word_id' => '1384', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1929', - ], - 6233 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10903', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '506', - 'prev_word_id' => '1929', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1437', - ], - 6234 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10904', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '906', - 'placement' => '507', - 'prev_word_id' => '1437', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1396', - ], - 6235 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10905', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1930', - 'placement' => '508', - 'prev_word_id' => '1396', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '906', - ], - 6236 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10906', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '509', - 'prev_word_id' => '906', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1930', - ], - 6237 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10907', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1688', - 'placement' => '510', - 'prev_word_id' => '1930', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '894', - ], - 6238 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10908', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '511', - 'prev_word_id' => '894', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1688', - ], - 6239 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10909', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '512', - 'prev_word_id' => '1688', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '863', - ], - 6240 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10910', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '513', - 'prev_word_id' => '863', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '974', - ], - 6241 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10911', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1460', - 'placement' => '514', - 'prev_word_id' => '974', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '834', - ], - 6242 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10912', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '515', - 'prev_word_id' => '834', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1460', - ], - 6243 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10913', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '516', - 'prev_word_id' => '1460', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6244 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '127', - 'frequency' => '0', - 'id' => '10914', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '517', - 'prev_word_id' => '1191', - 'published' => '1311154189', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6245 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '128', - 'frequency' => '0', - 'id' => '10915', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6246 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '128', - 'frequency' => '0', - 'id' => '10916', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6247 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '129', - 'frequency' => '0', - 'id' => '10917', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6248 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '129', - 'frequency' => '0', - 'id' => '10918', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6249 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10919', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1931', - ], - 6250 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10920', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1715', - 'placement' => '1', - 'prev_word_id' => '1931', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6251 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10921', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '2', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1715', - ], - 6252 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10922', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '3', - 'prev_word_id' => '1715', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1290', - ], - 6253 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10923', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '4', - 'prev_word_id' => '1290', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6254 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10924', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '826', - 'placement' => '5', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6255 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10925', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1932', - 'placement' => '6', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '826', - ], - 6256 => [ - 'content_type_field_definition_id' => '184', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10926', - 'identifier' => 'short_title', - 'integer_value' => '0', - 'next_word_id' => '1933', - 'placement' => '7', - 'prev_word_id' => '826', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1932', - ], - 6257 => [ - 'content_type_field_definition_id' => '184', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10927', - 'identifier' => 'short_title', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '8', - 'prev_word_id' => '1932', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1933', - ], - 6258 => [ - 'content_type_field_definition_id' => '184', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10928', - 'identifier' => 'short_title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '9', - 'prev_word_id' => '1933', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '863', - ], - 6259 => [ - 'content_type_field_definition_id' => '184', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10929', - 'identifier' => 'short_title', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '10', - 'prev_word_id' => '863', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6260 => [ - 'content_type_field_definition_id' => '184', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10930', - 'identifier' => 'short_title', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '11', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6261 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10931', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '934', - 'placement' => '12', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '804', - ], - 6262 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10932', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1264', - 'placement' => '13', - 'prev_word_id' => '804', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '934', - ], - 6263 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10933', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '14', - 'prev_word_id' => '934', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1264', - ], - 6264 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10934', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '15', - 'prev_word_id' => '1264', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1835', - ], - 6265 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10935', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1934', - 'placement' => '16', - 'prev_word_id' => '1835', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6266 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10936', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '17', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1934', - ], - 6267 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10937', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1837', - 'placement' => '18', - 'prev_word_id' => '1934', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6268 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10938', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '19', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1837', - ], - 6269 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10939', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '20', - 'prev_word_id' => '1837', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6270 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10940', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '21', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1370', - ], - 6271 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10941', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1935', - 'placement' => '22', - 'prev_word_id' => '1370', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '833', - ], - 6272 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10942', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '23', - 'prev_word_id' => '833', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1935', - ], - 6273 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10943', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '24', - 'prev_word_id' => '1935', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6274 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10944', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '25', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6275 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10945', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1936', - 'placement' => '26', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6276 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10946', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '27', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1936', - ], - 6277 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10947', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1937', - 'placement' => '28', - 'prev_word_id' => '1936', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6278 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10948', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '29', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1937', - ], - 6279 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10949', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '30', - 'prev_word_id' => '1937', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '821', - ], - 6280 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10950', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1276', - 'placement' => '31', - 'prev_word_id' => '821', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6281 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10951', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '32', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1276', - ], - 6282 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10952', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1938', - 'placement' => '33', - 'prev_word_id' => '1276', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '898', - ], - 6283 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10953', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1367', - 'placement' => '34', - 'prev_word_id' => '898', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1938', - ], - 6284 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10954', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '35', - 'prev_word_id' => '1938', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1367', - ], - 6285 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10955', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '36', - 'prev_word_id' => '1367', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '863', - ], - 6286 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10956', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '826', - 'placement' => '37', - 'prev_word_id' => '863', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1290', - ], - 6287 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10957', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '38', - 'prev_word_id' => '1290', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '826', - ], - 6288 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10958', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '39', - 'prev_word_id' => '826', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '825', - ], - 6289 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10959', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1639', - 'placement' => '40', - 'prev_word_id' => '825', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6290 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10960', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '41', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1639', - ], - 6291 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10961', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '42', - 'prev_word_id' => '1639', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6292 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10962', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '934', - 'placement' => '43', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '804', - ], - 6293 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10963', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '44', - 'prev_word_id' => '804', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '934', - ], - 6294 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10964', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '45', - 'prev_word_id' => '934', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '894', - ], - 6295 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10965', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '46', - 'prev_word_id' => '894', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1396', - ], - 6296 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10966', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1939', - 'placement' => '47', - 'prev_word_id' => '1396', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1319', - ], - 6297 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10967', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '936', - 'placement' => '48', - 'prev_word_id' => '1319', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1939', - ], - 6298 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10968', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '49', - 'prev_word_id' => '1939', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '936', - ], - 6299 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10969', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1940', - 'placement' => '50', - 'prev_word_id' => '936', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6300 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10970', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1941', - 'placement' => '51', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1940', - ], - 6301 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10971', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '52', - 'prev_word_id' => '1940', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1941', - ], - 6302 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10972', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '53', - 'prev_word_id' => '1941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6303 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10973', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1259', - 'placement' => '54', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6304 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10974', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1942', - 'placement' => '55', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1259', - ], - 6305 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10975', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1838', - 'placement' => '56', - 'prev_word_id' => '1259', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1942', - ], - 6306 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10976', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '57', - 'prev_word_id' => '1942', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1838', - ], - 6307 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10977', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '58', - 'prev_word_id' => '1838', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6308 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10978', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '59', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '939', - ], - 6309 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10979', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1715', - 'placement' => '60', - 'prev_word_id' => '939', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1596', - ], - 6310 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10980', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '61', - 'prev_word_id' => '1596', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1715', - ], - 6311 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10981', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '62', - 'prev_word_id' => '1715', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '836', - ], - 6312 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10982', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1943', - 'placement' => '63', - 'prev_word_id' => '836', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1396', - ], - 6313 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10983', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '64', - 'prev_word_id' => '1396', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1943', - ], - 6314 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10984', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1944', - 'placement' => '65', - 'prev_word_id' => '1943', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '894', - ], - 6315 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10985', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '66', - 'prev_word_id' => '894', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1944', - ], - 6316 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10986', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1838', - 'placement' => '67', - 'prev_word_id' => '1944', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '804', - ], - 6317 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10987', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '68', - 'prev_word_id' => '804', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1838', - ], - 6318 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10988', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '69', - 'prev_word_id' => '1838', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1277', - ], - 6319 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10989', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1945', - 'placement' => '70', - 'prev_word_id' => '1277', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6320 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10990', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1486', - 'placement' => '71', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1945', - ], - 6321 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10991', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '72', - 'prev_word_id' => '1945', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1486', - ], - 6322 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10992', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1895', - 'placement' => '73', - 'prev_word_id' => '1486', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6323 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10993', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1354', - 'placement' => '74', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1895', - ], - 6324 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10994', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '75', - 'prev_word_id' => '1895', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1354', - ], - 6325 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10995', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1678', - 'placement' => '76', - 'prev_word_id' => '1354', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1816', - ], - 6326 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10996', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1715', - 'placement' => '77', - 'prev_word_id' => '1816', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1678', - ], - 6327 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10997', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '78', - 'prev_word_id' => '1678', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1715', - ], - 6328 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10998', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '79', - 'prev_word_id' => '1715', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '976', - ], - 6329 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '10999', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1937', - 'placement' => '80', - 'prev_word_id' => '976', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1290', - ], - 6330 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11000', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '81', - 'prev_word_id' => '1290', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1937', - ], - 6331 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11001', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '82', - 'prev_word_id' => '1937', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6332 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11002', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1845', - 'placement' => '83', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6333 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11003', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1869', - 'placement' => '84', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1845', - ], - 6334 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11004', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '85', - 'prev_word_id' => '1845', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1869', - ], - 6335 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11005', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '86', - 'prev_word_id' => '1869', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '930', - ], - 6336 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11006', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '87', - 'prev_word_id' => '930', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6337 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11007', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '88', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6338 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11008', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1946', - 'placement' => '89', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6339 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11009', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1947', - 'placement' => '90', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1946', - ], - 6340 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11010', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '91', - 'prev_word_id' => '1946', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1947', - ], - 6341 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11011', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '92', - 'prev_word_id' => '1947', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '893', - ], - 6342 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11012', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '93', - 'prev_word_id' => '893', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '836', - ], - 6343 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11013', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '915', - 'placement' => '94', - 'prev_word_id' => '836', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '805', - ], - 6344 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11014', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '95', - 'prev_word_id' => '805', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '915', - ], - 6345 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11015', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '906', - 'placement' => '96', - 'prev_word_id' => '915', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6346 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11016', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '97', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '906', - ], - 6347 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11017', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '98', - 'prev_word_id' => '906', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '881', - ], - 6348 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11018', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '99', - 'prev_word_id' => '881', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6349 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11019', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1937', - 'placement' => '100', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6350 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11020', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '826', - 'placement' => '101', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1937', - ], - 6351 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11021', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '102', - 'prev_word_id' => '1937', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '826', - ], - 6352 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11022', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '103', - 'prev_word_id' => '826', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6353 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11023', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '104', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6354 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11024', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '105', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6355 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11025', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '106', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '816', - ], - 6356 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11026', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1715', - 'placement' => '107', - 'prev_word_id' => '816', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1596', - ], - 6357 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11027', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '108', - 'prev_word_id' => '1596', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1715', - ], - 6358 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11028', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '899', - 'placement' => '109', - 'prev_word_id' => '1715', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6359 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11029', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '110', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '899', - ], - 6360 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11030', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1948', - 'placement' => '111', - 'prev_word_id' => '899', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '805', - ], - 6361 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11031', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '112', - 'prev_word_id' => '805', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1948', - ], - 6362 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11032', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1934', - 'placement' => '113', - 'prev_word_id' => '1948', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6363 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11033', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '114', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1934', - ], - 6364 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11034', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '115', - 'prev_word_id' => '1934', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6365 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11035', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1949', - 'placement' => '116', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6366 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11036', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '117', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1949', - ], - 6367 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11037', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1950', - 'placement' => '118', - 'prev_word_id' => '1949', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '863', - ], - 6368 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11038', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '119', - 'prev_word_id' => '863', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1950', - ], - 6369 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11039', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1951', - 'placement' => '120', - 'prev_word_id' => '1950', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '898', - ], - 6370 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11040', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '121', - 'prev_word_id' => '898', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1951', - ], - 6371 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11041', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1933', - 'placement' => '122', - 'prev_word_id' => '1951', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6372 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11042', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1264', - 'placement' => '123', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1933', - ], - 6373 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11043', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '124', - 'prev_word_id' => '1933', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1264', - ], - 6374 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11044', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '125', - 'prev_word_id' => '1264', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1290', - ], - 6375 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11045', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1952', - 'placement' => '126', - 'prev_word_id' => '1290', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6376 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11046', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '127', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1952', - ], - 6377 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11047', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '128', - 'prev_word_id' => '1952', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6378 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11048', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1953', - 'placement' => '129', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1317', - ], - 6379 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11049', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '130', - 'prev_word_id' => '1317', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1953', - ], - 6380 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11050', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1414', - 'placement' => '131', - 'prev_word_id' => '1953', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '921', - ], - 6381 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11051', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1954', - 'placement' => '132', - 'prev_word_id' => '921', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1414', - ], - 6382 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11052', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1815', - 'placement' => '133', - 'prev_word_id' => '1414', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1954', - ], - 6383 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11053', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '134', - 'prev_word_id' => '1954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1815', - ], - 6384 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11054', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1818', - 'placement' => '135', - 'prev_word_id' => '1815', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1596', - ], - 6385 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11055', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '136', - 'prev_word_id' => '1596', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1818', - ], - 6386 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11056', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '137', - 'prev_word_id' => '1818', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '863', - ], - 6387 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11057', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '826', - 'placement' => '138', - 'prev_word_id' => '863', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1290', - ], - 6388 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11058', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '139', - 'prev_word_id' => '1290', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '826', - ], - 6389 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11059', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '140', - 'prev_word_id' => '826', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '809', - ], - 6390 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11060', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1955', - 'placement' => '141', - 'prev_word_id' => '809', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '804', - ], - 6391 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11061', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '142', - 'prev_word_id' => '804', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1955', - ], - 6392 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11062', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '143', - 'prev_word_id' => '1955', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '894', - ], - 6393 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11063', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '906', - 'placement' => '144', - 'prev_word_id' => '894', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '843', - ], - 6394 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11064', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '145', - 'prev_word_id' => '843', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '906', - ], - 6395 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11065', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1647', - 'placement' => '146', - 'prev_word_id' => '906', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '836', - ], - 6396 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11066', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '147', - 'prev_word_id' => '836', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1647', - ], - 6397 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11067', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1257', - 'placement' => '148', - 'prev_word_id' => '1647', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6398 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11068', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '149', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1257', - ], - 6399 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11069', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1956', - 'placement' => '150', - 'prev_word_id' => '1257', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '830', - ], - 6400 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11070', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1957', - 'placement' => '151', - 'prev_word_id' => '830', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1956', - ], - 6401 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11071', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1958', - 'placement' => '152', - 'prev_word_id' => '1956', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1957', - ], - 6402 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11072', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '153', - 'prev_word_id' => '1957', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1958', - ], - 6403 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11073', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1698', - 'placement' => '154', - 'prev_word_id' => '1958', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '833', - ], - 6404 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11074', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1812', - 'placement' => '155', - 'prev_word_id' => '833', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1698', - ], - 6405 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11075', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '156', - 'prev_word_id' => '1698', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1812', - ], - 6406 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11076', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1959', - 'placement' => '157', - 'prev_word_id' => '1812', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6407 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11077', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '158', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1959', - ], - 6408 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11078', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '159', - 'prev_word_id' => '1959', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '881', - ], - 6409 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11079', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1937', - 'placement' => '160', - 'prev_word_id' => '881', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6410 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11080', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1779', - 'placement' => '161', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1937', - ], - 6411 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11081', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1960', - 'placement' => '162', - 'prev_word_id' => '1937', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1779', - ], - 6412 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11082', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '163', - 'prev_word_id' => '1779', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1960', - ], - 6413 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11083', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '164', - 'prev_word_id' => '1960', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '833', - ], - 6414 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11084', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '165', - 'prev_word_id' => '833', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1290', - ], - 6415 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11085', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1961', - 'placement' => '166', - 'prev_word_id' => '1290', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6416 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11086', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1307', - 'placement' => '167', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1961', - ], - 6417 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11087', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '168', - 'prev_word_id' => '1961', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1307', - ], - 6418 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11088', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '169', - 'prev_word_id' => '1307', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '816', - ], - 6419 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11089', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1818', - 'placement' => '170', - 'prev_word_id' => '816', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1596', - ], - 6420 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11090', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '171', - 'prev_word_id' => '1596', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1818', - ], - 6421 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11091', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '172', - 'prev_word_id' => '1818', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '809', - ], - 6422 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11092', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1501', - 'placement' => '173', - 'prev_word_id' => '809', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6423 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11093', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '174', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1501', - ], - 6424 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11094', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '175', - 'prev_word_id' => '1501', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '823', - ], - 6425 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11095', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '176', - 'prev_word_id' => '823', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1816', - ], - 6426 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11096', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1962', - 'placement' => '177', - 'prev_word_id' => '1816', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '830', - ], - 6427 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11097', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '178', - 'prev_word_id' => '830', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1962', - ], - 6428 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11098', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '179', - 'prev_word_id' => '1962', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6429 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11099', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1963', - 'placement' => '180', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6430 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11100', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '181', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1963', - ], - 6431 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11101', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1964', - 'placement' => '182', - 'prev_word_id' => '1963', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1008', - ], - 6432 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11102', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1656', - 'placement' => '183', - 'prev_word_id' => '1008', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1964', - ], - 6433 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11103', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1818', - 'placement' => '184', - 'prev_word_id' => '1964', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1656', - ], - 6434 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11104', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '185', - 'prev_word_id' => '1656', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1818', - ], - 6435 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11105', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '186', - 'prev_word_id' => '1818', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '976', - ], - 6436 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11106', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '826', - 'placement' => '187', - 'prev_word_id' => '976', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1290', - ], - 6437 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11107', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '188', - 'prev_word_id' => '1290', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '826', - ], - 6438 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11108', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '189', - 'prev_word_id' => '826', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '804', - ], - 6439 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11109', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1965', - 'placement' => '190', - 'prev_word_id' => '804', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '805', - ], - 6440 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11110', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '191', - 'prev_word_id' => '805', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1965', - ], - 6441 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11111', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '192', - 'prev_word_id' => '1965', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '830', - ], - 6442 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11112', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1966', - 'placement' => '193', - 'prev_word_id' => '830', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6443 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11113', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1967', - 'placement' => '194', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1966', - ], - 6444 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11114', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1968', - 'placement' => '195', - 'prev_word_id' => '1966', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1967', - ], - 6445 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11115', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '819', - 'placement' => '196', - 'prev_word_id' => '1967', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1968', - ], - 6446 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11116', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '926', - 'placement' => '197', - 'prev_word_id' => '1968', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '819', - ], - 6447 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11117', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '198', - 'prev_word_id' => '819', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '926', - ], - 6448 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11118', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '199', - 'prev_word_id' => '926', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '948', - ], - 6449 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11119', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1288', - 'placement' => '200', - 'prev_word_id' => '948', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '949', - ], - 6450 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11120', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '923', - 'placement' => '201', - 'prev_word_id' => '949', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1288', - ], - 6451 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11121', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '202', - 'prev_word_id' => '1288', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '923', - ], - 6452 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11122', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1969', - 'placement' => '203', - 'prev_word_id' => '923', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6453 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11123', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1970', - 'placement' => '204', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1969', - ], - 6454 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11124', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1971', - 'placement' => '205', - 'prev_word_id' => '1969', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1970', - ], - 6455 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11125', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1972', - 'placement' => '206', - 'prev_word_id' => '1970', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1971', - ], - 6456 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11126', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1970', - 'placement' => '207', - 'prev_word_id' => '1971', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1972', - ], - 6457 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11127', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '208', - 'prev_word_id' => '1972', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1970', - ], - 6458 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11128', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '209', - 'prev_word_id' => '1970', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '805', - ], - 6459 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11129', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1973', - 'placement' => '210', - 'prev_word_id' => '805', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6460 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11130', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1974', - 'placement' => '211', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1973', - ], - 6461 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11131', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '212', - 'prev_word_id' => '1973', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1974', - ], - 6462 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11132', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '213', - 'prev_word_id' => '1974', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6463 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11133', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '214', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '948', - ], - 6464 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11134', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1975', - 'placement' => '215', - 'prev_word_id' => '948', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '949', - ], - 6465 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11135', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1976', - 'placement' => '216', - 'prev_word_id' => '949', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1975', - ], - 6466 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11136', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '217', - 'prev_word_id' => '1975', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1976', - ], - 6467 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11137', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '218', - 'prev_word_id' => '1976', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1290', - ], - 6468 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11138', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '219', - 'prev_word_id' => '1290', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6469 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11139', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1977', - 'placement' => '220', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6470 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11140', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '221', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1977', - ], - 6471 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11141', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '222', - 'prev_word_id' => '1977', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6472 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11142', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '223', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6473 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11143', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1978', - 'placement' => '224', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '834', - ], - 6474 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11144', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '225', - 'prev_word_id' => '834', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1978', - ], - 6475 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11145', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '226', - 'prev_word_id' => '1978', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '863', - ], - 6476 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11146', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1979', - 'placement' => '227', - 'prev_word_id' => '863', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6477 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11147', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1980', - 'placement' => '228', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1979', - ], - 6478 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11148', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '229', - 'prev_word_id' => '1979', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1980', - ], - 6479 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11149', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1981', - 'placement' => '230', - 'prev_word_id' => '1980', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6480 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11150', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '231', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1981', - ], - 6481 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11151', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1982', - 'placement' => '232', - 'prev_word_id' => '1981', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6482 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11152', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '233', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1982', - ], - 6483 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11153', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '234', - 'prev_word_id' => '1982', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6484 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11154', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1303', - 'placement' => '235', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6485 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11155', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1983', - 'placement' => '236', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1303', - ], - 6486 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11156', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '237', - 'prev_word_id' => '1303', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1983', - ], - 6487 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11157', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1984', - 'placement' => '238', - 'prev_word_id' => '1983', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1689', - ], - 6488 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11158', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1375', - 'placement' => '239', - 'prev_word_id' => '1689', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1984', - ], - 6489 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11159', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '240', - 'prev_word_id' => '1984', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1375', - ], - 6490 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11160', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1985', - 'placement' => '241', - 'prev_word_id' => '1375', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '833', - ], - 6491 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11161', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '242', - 'prev_word_id' => '833', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1985', - ], - 6492 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11162', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '243', - 'prev_word_id' => '1985', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1835', - ], - 6493 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11163', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1986', - 'placement' => '244', - 'prev_word_id' => '1835', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '976', - ], - 6494 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11164', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1987', - 'placement' => '245', - 'prev_word_id' => '976', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1986', - ], - 6495 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11165', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1988', - 'placement' => '246', - 'prev_word_id' => '1986', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1987', - ], - 6496 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11166', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1983', - 'placement' => '247', - 'prev_word_id' => '1987', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1988', - ], - 6497 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11167', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1250', - 'placement' => '248', - 'prev_word_id' => '1988', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1983', - ], - 6498 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11168', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1624', - 'placement' => '249', - 'prev_word_id' => '1983', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1250', - ], - 6499 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11169', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '250', - 'prev_word_id' => '1250', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1624', - ], - 6500 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11170', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '251', - 'prev_word_id' => '1624', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '809', - ], - 6501 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11171', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '252', - 'prev_word_id' => '809', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6502 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11172', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '253', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6503 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11173', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1989', - 'placement' => '254', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '863', - ], - 6504 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11174', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1990', - 'placement' => '255', - 'prev_word_id' => '863', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1989', - ], - 6505 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11175', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1991', - 'placement' => '256', - 'prev_word_id' => '1989', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1990', - ], - 6506 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11176', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1992', - 'placement' => '257', - 'prev_word_id' => '1990', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1991', - ], - 6507 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11177', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '258', - 'prev_word_id' => '1991', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1992', - ], - 6508 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11178', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1983', - 'placement' => '259', - 'prev_word_id' => '1992', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '833', - ], - 6509 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11179', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '260', - 'prev_word_id' => '833', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1983', - ], - 6510 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11180', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1993', - 'placement' => '261', - 'prev_word_id' => '1983', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '886', - ], - 6511 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11181', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1994', - 'placement' => '262', - 'prev_word_id' => '886', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1993', - ], - 6512 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11182', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '263', - 'prev_word_id' => '1993', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1994', - ], - 6513 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11183', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1995', - 'placement' => '264', - 'prev_word_id' => '1994', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6514 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11184', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1996', - 'placement' => '265', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1995', - ], - 6515 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11185', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1997', - 'placement' => '266', - 'prev_word_id' => '1995', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1996', - ], - 6516 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11186', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '267', - 'prev_word_id' => '1996', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1997', - ], - 6517 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11187', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '268', - 'prev_word_id' => '1997', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6518 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11188', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '1942', - 'placement' => '269', - 'prev_word_id' => '1191', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6519 => [ - 'content_type_field_definition_id' => '193', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11189', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '270', - 'prev_word_id' => '1191', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1942', - ], - 6520 => [ - 'content_type_field_definition_id' => '193', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11190', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '1818', - 'placement' => '271', - 'prev_word_id' => '1942', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1596', - ], - 6521 => [ - 'content_type_field_definition_id' => '193', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11191', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '1998', - 'placement' => '272', - 'prev_word_id' => '1596', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1818', - ], - 6522 => [ - 'content_type_field_definition_id' => '193', - 'content_type_id' => '16', - 'contentobject_id' => '130', - 'frequency' => '0', - 'id' => '11192', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '273', - 'prev_word_id' => '1818', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1998', - ], - 6523 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '131', - 'frequency' => '0', - 'id' => '11193', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '929', - ], - 6524 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '131', - 'frequency' => '0', - 'id' => '11194', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '929', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1370', - ], - 6525 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11195', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1999', - ], - 6526 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11196', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2000', - 'placement' => '1', - 'prev_word_id' => '1999', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6527 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11197', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '2', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2000', - ], - 6528 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11198', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2001', - 'placement' => '3', - 'prev_word_id' => '2000', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6529 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11199', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '4', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2001', - ], - 6530 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11200', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '5', - 'prev_word_id' => '2001', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6531 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11201', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '6', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '816', - ], - 6532 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11202', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1638', - 'placement' => '7', - 'prev_word_id' => '816', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6533 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11203', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1639', - 'placement' => '8', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1638', - ], - 6534 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11204', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '9', - 'prev_word_id' => '1638', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1639', - ], - 6535 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11205', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1227', - 'placement' => '10', - 'prev_word_id' => '1639', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6536 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11206', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2000', - 'placement' => '11', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1227', - ], - 6537 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11207', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1340', - 'placement' => '12', - 'prev_word_id' => '1227', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2000', - ], - 6538 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11208', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '13', - 'prev_word_id' => '2000', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1340', - ], - 6539 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11209', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '14', - 'prev_word_id' => '1340', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1605', - ], - 6540 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11210', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2002', - 'placement' => '15', - 'prev_word_id' => '1605', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '894', - ], - 6541 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11211', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '16', - 'prev_word_id' => '894', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2002', - ], - 6542 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11212', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1719', - 'placement' => '17', - 'prev_word_id' => '2002', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6543 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11213', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '885', - 'placement' => '18', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1719', - ], - 6544 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11214', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2003', - 'placement' => '19', - 'prev_word_id' => '1719', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '885', - ], - 6545 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11215', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '20', - 'prev_word_id' => '885', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2003', - ], - 6546 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11216', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '21', - 'prev_word_id' => '2003', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '976', - ], - 6547 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11217', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '22', - 'prev_word_id' => '976', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6548 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11218', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '23', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '974', - ], - 6549 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11219', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2004', - 'placement' => '24', - 'prev_word_id' => '974', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '832', - ], - 6550 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11220', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '25', - 'prev_word_id' => '832', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2004', - ], - 6551 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11221', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2005', - 'placement' => '26', - 'prev_word_id' => '2004', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '833', - ], - 6552 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11222', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '27', - 'prev_word_id' => '833', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2005', - ], - 6553 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11223', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '28', - 'prev_word_id' => '2005', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6554 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11224', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '29', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6555 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11225', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '30', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '939', - ], - 6556 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11226', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2006', - 'placement' => '31', - 'prev_word_id' => '939', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6557 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11227', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '32', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2006', - ], - 6558 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11228', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '33', - 'prev_word_id' => '2006', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6559 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11229', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '34', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6560 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11230', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2007', - 'placement' => '35', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '929', - ], - 6561 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11231', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1403', - 'placement' => '36', - 'prev_word_id' => '929', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2007', - ], - 6562 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11232', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '37', - 'prev_word_id' => '2007', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1403', - ], - 6563 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11233', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '38', - 'prev_word_id' => '1403', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6564 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11234', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2001', - 'placement' => '39', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '809', - ], - 6565 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11235', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '40', - 'prev_word_id' => '809', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2001', - ], - 6566 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11236', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2008', - 'placement' => '41', - 'prev_word_id' => '2001', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6567 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11237', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2004', - 'placement' => '42', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2008', - ], - 6568 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11238', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '43', - 'prev_word_id' => '2008', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2004', - ], - 6569 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11239', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2001', - 'placement' => '44', - 'prev_word_id' => '2004', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6570 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11240', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '45', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2001', - ], - 6571 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11241', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '46', - 'prev_word_id' => '2001', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6572 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11242', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1764', - 'placement' => '47', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '815', - ], - 6573 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11243', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '48', - 'prev_word_id' => '815', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1764', - ], - 6574 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11244', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '49', - 'prev_word_id' => '1764', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6575 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11245', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '50', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6576 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11246', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '51', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '931', - ], - 6577 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11247', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2009', - 'placement' => '52', - 'prev_word_id' => '931', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '822', - ], - 6578 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11248', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2010', - 'placement' => '53', - 'prev_word_id' => '822', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2009', - ], - 6579 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11249', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '54', - 'prev_word_id' => '2009', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2010', - ], - 6580 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11250', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '55', - 'prev_word_id' => '2010', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '939', - ], - 6581 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11251', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '56', - 'prev_word_id' => '939', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6582 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11252', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2000', - 'placement' => '57', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6583 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11253', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '58', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2000', - ], - 6584 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11254', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2011', - 'placement' => '59', - 'prev_word_id' => '2000', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6585 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11255', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2012', - 'placement' => '60', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2011', - ], - 6586 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11256', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '61', - 'prev_word_id' => '2011', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2012', - ], - 6587 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11257', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2013', - 'placement' => '62', - 'prev_word_id' => '2012', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6588 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11258', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '63', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2013', - ], - 6589 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11259', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '64', - 'prev_word_id' => '2013', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6590 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11260', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '845', - 'placement' => '65', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '805', - ], - 6591 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11261', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '66', - 'prev_word_id' => '805', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '845', - ], - 6592 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11262', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1639', - 'placement' => '67', - 'prev_word_id' => '845', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6593 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11263', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '68', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1639', - ], - 6594 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11264', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2000', - 'placement' => '69', - 'prev_word_id' => '1639', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6595 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11265', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '70', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2000', - ], - 6596 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11266', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2014', - 'placement' => '71', - 'prev_word_id' => '2000', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '833', - ], - 6597 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11267', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '72', - 'prev_word_id' => '833', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2014', - ], - 6598 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11268', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2015', - 'placement' => '73', - 'prev_word_id' => '2014', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6599 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11269', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2016', - 'placement' => '74', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2015', - ], - 6600 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11270', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '75', - 'prev_word_id' => '2015', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2016', - ], - 6601 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11271', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '76', - 'prev_word_id' => '2016', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1437', - ], - 6602 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11272', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '77', - 'prev_word_id' => '1437', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6603 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11273', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '78', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6604 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11274', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2017', - 'placement' => '79', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '805', - ], - 6605 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11275', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2018', - 'placement' => '80', - 'prev_word_id' => '805', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2017', - ], - 6606 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11276', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '81', - 'prev_word_id' => '2017', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2018', - ], - 6607 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11277', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '82', - 'prev_word_id' => '2018', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '948', - ], - 6608 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11278', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '83', - 'prev_word_id' => '948', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '949', - ], - 6609 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11279', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '84', - 'prev_word_id' => '949', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '939', - ], - 6610 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11280', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '85', - 'prev_word_id' => '939', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6611 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11281', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '86', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6612 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11282', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2019', - 'placement' => '87', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6613 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11283', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '88', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2019', - ], - 6614 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11284', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '89', - 'prev_word_id' => '2019', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6615 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11285', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2000', - 'placement' => '90', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6616 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11286', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2011', - 'placement' => '91', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2000', - ], - 6617 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11287', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2020', - 'placement' => '92', - 'prev_word_id' => '2000', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2011', - ], - 6618 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11288', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2006', - 'placement' => '93', - 'prev_word_id' => '2011', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2020', - ], - 6619 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11289', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '94', - 'prev_word_id' => '2020', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2006', - ], - 6620 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11290', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1354', - 'placement' => '95', - 'prev_word_id' => '2006', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6621 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11291', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1723', - 'placement' => '96', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1354', - ], - 6622 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11292', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '97', - 'prev_word_id' => '1354', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1723', - ], - 6623 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11293', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2007', - 'placement' => '98', - 'prev_word_id' => '1723', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6624 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11294', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2012', - 'placement' => '99', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2007', - ], - 6625 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11295', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '100', - 'prev_word_id' => '2007', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2012', - ], - 6626 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11296', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2021', - 'placement' => '101', - 'prev_word_id' => '2012', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6627 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11297', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '102', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2021', - ], - 6628 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11298', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2022', - 'placement' => '103', - 'prev_word_id' => '2021', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6629 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11299', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2020', - 'placement' => '104', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2022', - ], - 6630 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11300', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '105', - 'prev_word_id' => '2022', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2020', - ], - 6631 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11301', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2021', - 'placement' => '106', - 'prev_word_id' => '2020', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6632 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11302', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '107', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2021', - ], - 6633 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11303', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2023', - 'placement' => '108', - 'prev_word_id' => '2021', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6634 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11304', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2024', - 'placement' => '109', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2023', - ], - 6635 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11305', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '110', - 'prev_word_id' => '2023', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2024', - ], - 6636 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11306', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '111', - 'prev_word_id' => '2024', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '894', - ], - 6637 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11307', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1549', - 'placement' => '112', - 'prev_word_id' => '894', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1319', - ], - 6638 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11308', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '917', - 'placement' => '113', - 'prev_word_id' => '1319', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1549', - ], - 6639 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11309', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '114', - 'prev_word_id' => '1549', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '917', - ], - 6640 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11310', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '115', - 'prev_word_id' => '917', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6641 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11311', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2001', - 'placement' => '116', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6642 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11312', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1670', - 'placement' => '117', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2001', - ], - 6643 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11313', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '118', - 'prev_word_id' => '2001', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1670', - ], - 6644 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11314', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '119', - 'prev_word_id' => '1670', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1605', - ], - 6645 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11315', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '120', - 'prev_word_id' => '1605', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6646 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11316', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2003', - 'placement' => '121', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6647 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11317', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '122', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2003', - ], - 6648 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11318', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '123', - 'prev_word_id' => '2003', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '863', - ], - 6649 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11319', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1403', - 'placement' => '124', - 'prev_word_id' => '863', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6650 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11320', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2025', - 'placement' => '125', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1403', - ], - 6651 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11321', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '126', - 'prev_word_id' => '1403', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2025', - ], - 6652 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11322', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '127', - 'prev_word_id' => '2025', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1410', - ], - 6653 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11323', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '128', - 'prev_word_id' => '1410', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6654 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11324', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1983', - 'placement' => '129', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6655 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11325', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '130', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1983', - ], - 6656 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11326', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2026', - 'placement' => '131', - 'prev_word_id' => '1983', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '805', - ], - 6657 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11327', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '132', - 'prev_word_id' => '805', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2026', - ], - 6658 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11328', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '133', - 'prev_word_id' => '2026', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '809', - ], - 6659 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11329', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2001', - 'placement' => '134', - 'prev_word_id' => '809', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '898', - ], - 6660 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11330', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '135', - 'prev_word_id' => '898', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2001', - ], - 6661 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11331', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '136', - 'prev_word_id' => '2001', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '941', - ], - 6662 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11332', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1471', - 'placement' => '137', - 'prev_word_id' => '941', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '825', - ], - 6663 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11333', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1688', - 'placement' => '138', - 'prev_word_id' => '825', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1471', - ], - 6664 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11334', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2027', - 'placement' => '139', - 'prev_word_id' => '1471', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1688', - ], - 6665 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11335', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '140', - 'prev_word_id' => '1688', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2027', - ], - 6666 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11336', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '141', - 'prev_word_id' => '2027', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6667 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11337', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2028', - 'placement' => '142', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6668 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11338', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '916', - 'placement' => '143', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2028', - ], - 6669 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11339', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '917', - 'placement' => '144', - 'prev_word_id' => '2028', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '916', - ], - 6670 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11340', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '145', - 'prev_word_id' => '916', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '917', - ], - 6671 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11341', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1403', - 'placement' => '146', - 'prev_word_id' => '917', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6672 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11342', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '147', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1403', - ], - 6673 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11343', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1500', - 'placement' => '148', - 'prev_word_id' => '1403', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '898', - ], - 6674 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11344', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '149', - 'prev_word_id' => '898', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1500', - ], - 6675 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11345', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '150', - 'prev_word_id' => '1500', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '948', - ], - 6676 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11346', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '151', - 'prev_word_id' => '948', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '949', - ], - 6677 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11347', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2029', - 'placement' => '152', - 'prev_word_id' => '949', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1605', - ], - 6678 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11348', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '153', - 'prev_word_id' => '1605', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2029', - ], - 6679 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11349', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2030', - 'placement' => '154', - 'prev_word_id' => '2029', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6680 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11350', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '155', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2030', - ], - 6681 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11351', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2031', - 'placement' => '156', - 'prev_word_id' => '2030', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '805', - ], - 6682 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11352', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '157', - 'prev_word_id' => '805', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2031', - ], - 6683 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11353', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '158', - 'prev_word_id' => '2031', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6684 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11354', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2032', - 'placement' => '159', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6685 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11355', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '160', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2032', - ], - 6686 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11356', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '161', - 'prev_word_id' => '2032', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6687 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11357', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1285', - 'placement' => '162', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6688 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11358', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '163', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1285', - ], - 6689 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11359', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '164', - 'prev_word_id' => '1285', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '863', - ], - 6690 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11360', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '165', - 'prev_word_id' => '863', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6691 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11361', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '166', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '931', - ], - 6692 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11362', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '167', - 'prev_word_id' => '931', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '822', - ], - 6693 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11363', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2033', - 'placement' => '168', - 'prev_word_id' => '822', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '898', - ], - 6694 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11364', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '169', - 'prev_word_id' => '898', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2033', - ], - 6695 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11365', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1680', - 'placement' => '170', - 'prev_word_id' => '2033', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '805', - ], - 6696 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11366', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '171', - 'prev_word_id' => '805', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1680', - ], - 6697 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11367', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '172', - 'prev_word_id' => '1680', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '863', - ], - 6698 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11368', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2034', - 'placement' => '173', - 'prev_word_id' => '863', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6699 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11369', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '174', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2034', - ], - 6700 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11370', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '175', - 'prev_word_id' => '2034', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '948', - ], - 6701 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11371', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2035', - 'placement' => '176', - 'prev_word_id' => '948', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '949', - ], - 6702 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11372', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2036', - 'placement' => '177', - 'prev_word_id' => '949', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2035', - ], - 6703 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11373', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '178', - 'prev_word_id' => '2035', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2036', - ], - 6704 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11374', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '179', - 'prev_word_id' => '2036', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '813', - ], - 6705 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11375', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '958', - 'placement' => '180', - 'prev_word_id' => '813', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '898', - ], - 6706 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11376', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '181', - 'prev_word_id' => '898', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '958', - ], - 6707 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11377', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '182', - 'prev_word_id' => '958', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '823', - ], - 6708 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11378', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '853', - 'placement' => '183', - 'prev_word_id' => '823', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1420', - ], - 6709 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11379', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '184', - 'prev_word_id' => '1420', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '853', - ], - 6710 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11380', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '185', - 'prev_word_id' => '853', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '809', - ], - 6711 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11381', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1348', - 'placement' => '186', - 'prev_word_id' => '809', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6712 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11382', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2037', - 'placement' => '187', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1348', - ], - 6713 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11383', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '188', - 'prev_word_id' => '1348', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2037', - ], - 6714 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11384', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '958', - 'placement' => '189', - 'prev_word_id' => '2037', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6715 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11385', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '190', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '958', - ], - 6716 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11386', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2024', - 'placement' => '191', - 'prev_word_id' => '958', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '843', - ], - 6717 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11387', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1636', - 'placement' => '192', - 'prev_word_id' => '843', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2024', - ], - 6718 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11388', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2038', - 'placement' => '193', - 'prev_word_id' => '2024', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1636', - ], - 6719 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11389', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2039', - 'placement' => '194', - 'prev_word_id' => '1636', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2038', - ], - 6720 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11390', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '195', - 'prev_word_id' => '2038', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2039', - ], - 6721 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11391', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2040', - 'placement' => '196', - 'prev_word_id' => '2039', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '823', - ], - 6722 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11392', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '197', - 'prev_word_id' => '823', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2040', - ], - 6723 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11393', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2041', - 'placement' => '198', - 'prev_word_id' => '2040', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6724 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11394', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '199', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2041', - ], - 6725 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11395', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '200', - 'prev_word_id' => '2041', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '816', - ], - 6726 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11396', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2000', - 'placement' => '201', - 'prev_word_id' => '816', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6727 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11397', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '202', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2000', - ], - 6728 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11398', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '203', - 'prev_word_id' => '2000', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '814', - ], - 6729 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11399', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2042', - 'placement' => '204', - 'prev_word_id' => '814', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '954', - ], - 6730 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11400', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '205', - 'prev_word_id' => '954', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2042', - ], - 6731 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11401', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2015', - 'placement' => '206', - 'prev_word_id' => '2042', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '810', - ], - 6732 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11402', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2030', - 'placement' => '207', - 'prev_word_id' => '810', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2015', - ], - 6733 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11403', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '208', - 'prev_word_id' => '2015', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '2030', - ], - 6734 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11404', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '209', - 'prev_word_id' => '2030', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '833', - ], - 6735 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11405', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1499', - 'placement' => '210', - 'prev_word_id' => '833', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '843', - ], - 6736 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11406', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '211', - 'prev_word_id' => '843', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1499', - ], - 6737 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11407', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '212', - 'prev_word_id' => '1499', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '863', - ], - 6738 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11408', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '213', - 'prev_word_id' => '863', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '801', - ], - 6739 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11409', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '214', - 'prev_word_id' => '801', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '802', - ], - 6740 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11410', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '215', - 'prev_word_id' => '802', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '803', - ], - 6741 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11411', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '216', - 'prev_word_id' => '803', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6742 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '132', - 'frequency' => '0', - 'id' => '11412', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '217', - 'prev_word_id' => '1191', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6743 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '133', - 'frequency' => '0', - 'id' => '11413', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6744 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '133', - 'frequency' => '0', - 'id' => '11414', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154190', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6745 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '134', - 'frequency' => '0', - 'id' => '11415', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6746 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '134', - 'frequency' => '0', - 'id' => '11416', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6747 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '135', - 'frequency' => '0', - 'id' => '11417', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6748 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '135', - 'frequency' => '0', - 'id' => '11418', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6749 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11419', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2043', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '1999', - ], - 6750 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11420', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '1', - 'prev_word_id' => '1999', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '2043', - ], - 6751 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11421', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2044', - 'placement' => '2', - 'prev_word_id' => '2043', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '1665', - ], - 6752 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11422', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '3', - 'prev_word_id' => '1665', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '2044', - ], - 6753 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11423', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2045', - 'placement' => '4', - 'prev_word_id' => '2044', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '833', - ], - 6754 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11424', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1787', - 'placement' => '5', - 'prev_word_id' => '833', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '2045', - ], - 6755 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11425', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '6', - 'prev_word_id' => '2045', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '1787', - ], - 6756 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11426', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '7', - 'prev_word_id' => '1787', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '814', - ], - 6757 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11427', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2036', - 'placement' => '8', - 'prev_word_id' => '814', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '929', - ], - 6758 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11428', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '9', - 'prev_word_id' => '929', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '2036', - ], - 6759 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11429', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1932', - 'placement' => '10', - 'prev_word_id' => '2036', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '816', - ], - 6760 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11430', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2046', - 'placement' => '11', - 'prev_word_id' => '816', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '1932', - ], - 6761 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11431', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2047', - 'placement' => '12', - 'prev_word_id' => '1932', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '2046', - ], - 6762 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11432', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2048', - 'placement' => '13', - 'prev_word_id' => '2046', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '2047', - ], - 6763 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11433', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '14', - 'prev_word_id' => '2047', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '2048', - ], - 6764 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11434', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '15', - 'prev_word_id' => '2048', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '814', - ], - 6765 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11435', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2036', - 'placement' => '16', - 'prev_word_id' => '814', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '929', - ], - 6766 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11436', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '17', - 'prev_word_id' => '929', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '2036', - ], - 6767 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11437', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2049', - 'placement' => '18', - 'prev_word_id' => '2036', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '816', - ], - 6768 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11438', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1852', - 'placement' => '19', - 'prev_word_id' => '816', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '2049', - ], - 6769 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11439', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '20', - 'prev_word_id' => '2049', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '1852', - ], - 6770 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11440', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2046', - 'placement' => '21', - 'prev_word_id' => '1852', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '816', - ], - 6771 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11441', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '22', - 'prev_word_id' => '816', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '2046', - ], - 6772 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11442', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '23', - 'prev_word_id' => '2046', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6773 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '136', - 'frequency' => '0', - 'id' => '11443', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '24', - 'prev_word_id' => '1191', - 'published' => '1311154191', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6774 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '137', - 'frequency' => '0', - 'id' => '11444', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6775 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '137', - 'frequency' => '0', - 'id' => '11445', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6776 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '138', - 'frequency' => '0', - 'id' => '11446', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6777 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '138', - 'frequency' => '0', - 'id' => '11447', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6778 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11448', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1638', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1999', - ], - 6779 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11449', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1639', - 'placement' => '1', - 'prev_word_id' => '1999', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1638', - ], - 6780 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11450', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '2', - 'prev_word_id' => '1638', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1639', - ], - 6781 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11451', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1638', - 'placement' => '3', - 'prev_word_id' => '1639', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1665', - ], - 6782 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11452', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1639', - 'placement' => '4', - 'prev_word_id' => '1665', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1638', - ], - 6783 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11453', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '5', - 'prev_word_id' => '1638', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1639', - ], - 6784 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11454', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1603', - 'placement' => '6', - 'prev_word_id' => '1639', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1665', - ], - 6785 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11455', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2050', - 'placement' => '7', - 'prev_word_id' => '1665', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1603', - ], - 6786 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11456', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '8', - 'prev_word_id' => '1603', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2050', - ], - 6787 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11457', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1491', - 'placement' => '9', - 'prev_word_id' => '2050', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '863', - ], - 6788 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11458', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '10', - 'prev_word_id' => '863', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1491', - ], - 6789 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11459', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1592', - 'placement' => '11', - 'prev_word_id' => '1491', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '813', - ], - 6790 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11460', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2051', - 'placement' => '12', - 'prev_word_id' => '813', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1592', - ], - 6791 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11461', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2052', - 'placement' => '13', - 'prev_word_id' => '1592', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2051', - ], - 6792 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11462', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '14', - 'prev_word_id' => '2051', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2052', - ], - 6793 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11463', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '15', - 'prev_word_id' => '2052', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '809', - ], - 6794 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11464', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2053', - 'placement' => '16', - 'prev_word_id' => '809', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '814', - ], - 6795 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11465', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1872', - 'placement' => '17', - 'prev_word_id' => '814', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2053', - ], - 6796 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11466', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '18', - 'prev_word_id' => '2053', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1872', - ], - 6797 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11467', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1282', - 'placement' => '19', - 'prev_word_id' => '1872', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '833', - ], - 6798 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11468', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '20', - 'prev_word_id' => '833', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1282', - ], - 6799 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11469', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2054', - 'placement' => '21', - 'prev_word_id' => '1282', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '929', - ], - 6800 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11470', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '22', - 'prev_word_id' => '929', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2054', - ], - 6801 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11471', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '23', - 'prev_word_id' => '2054', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '801', - ], - 6802 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11472', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '24', - 'prev_word_id' => '801', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '828', - ], - 6803 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11473', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '25', - 'prev_word_id' => '828', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '814', - ], - 6804 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11474', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '26', - 'prev_word_id' => '814', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '931', - ], - 6805 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11475', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '27', - 'prev_word_id' => '931', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '822', - ], - 6806 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11476', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '28', - 'prev_word_id' => '822', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '863', - ], - 6807 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11477', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '29', - 'prev_word_id' => '863', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '810', - ], - 6808 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11478', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2051', - 'placement' => '30', - 'prev_word_id' => '810', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '929', - ], - 6809 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11479', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2055', - 'placement' => '31', - 'prev_word_id' => '929', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2051', - ], - 6810 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11480', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '32', - 'prev_word_id' => '2051', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2055', - ], - 6811 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11481', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '33', - 'prev_word_id' => '2055', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '929', - ], - 6812 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11482', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2056', - 'placement' => '34', - 'prev_word_id' => '929', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '833', - ], - 6813 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11483', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2057', - 'placement' => '35', - 'prev_word_id' => '833', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2056', - ], - 6814 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11484', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2058', - 'placement' => '36', - 'prev_word_id' => '2056', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2057', - ], - 6815 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11485', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1603', - 'placement' => '37', - 'prev_word_id' => '2057', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2058', - ], - 6816 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11486', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1787', - 'placement' => '38', - 'prev_word_id' => '2058', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1603', - ], - 6817 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11487', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2059', - 'placement' => '39', - 'prev_word_id' => '1603', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1787', - ], - 6818 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11488', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '40', - 'prev_word_id' => '1787', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2059', - ], - 6819 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11489', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '41', - 'prev_word_id' => '2059', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '801', - ], - 6820 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11490', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '42', - 'prev_word_id' => '801', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '881', - ], - 6821 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11491', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '43', - 'prev_word_id' => '881', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '833', - ], - 6822 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11492', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '44', - 'prev_word_id' => '833', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '882', - ], - 6823 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11493', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '45', - 'prev_word_id' => '882', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1417', - ], - 6824 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11494', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '46', - 'prev_word_id' => '1417', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '938', - ], - 6825 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11495', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2060', - 'placement' => '47', - 'prev_word_id' => '938', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '833', - ], - 6826 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11496', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '48', - 'prev_word_id' => '833', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2060', - ], - 6827 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11497', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2061', - 'placement' => '49', - 'prev_word_id' => '2060', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '894', - ], - 6828 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11498', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '50', - 'prev_word_id' => '894', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2061', - ], - 6829 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11499', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2062', - 'placement' => '51', - 'prev_word_id' => '2061', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '863', - ], - 6830 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11500', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2051', - 'placement' => '52', - 'prev_word_id' => '863', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2062', - ], - 6831 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11501', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '53', - 'prev_word_id' => '2062', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2051', - ], - 6832 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11502', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '54', - 'prev_word_id' => '2051', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '863', - ], - 6833 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11503', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2063', - 'placement' => '55', - 'prev_word_id' => '863', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1665', - ], - 6834 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11504', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '56', - 'prev_word_id' => '1665', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2063', - ], - 6835 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11505', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '57', - 'prev_word_id' => '2063', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1605', - ], - 6836 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11506', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2064', - 'placement' => '58', - 'prev_word_id' => '1605', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1665', - ], - 6837 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11507', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1638', - 'placement' => '59', - 'prev_word_id' => '1665', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2064', - ], - 6838 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11508', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1639', - 'placement' => '60', - 'prev_word_id' => '2064', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1638', - ], - 6839 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11509', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1603', - 'placement' => '61', - 'prev_word_id' => '1638', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1639', - ], - 6840 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11510', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '62', - 'prev_word_id' => '1639', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1603', - ], - 6841 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11511', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '63', - 'prev_word_id' => '1603', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '948', - ], - 6842 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11512', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2065', - 'placement' => '64', - 'prev_word_id' => '948', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '949', - ], - 6843 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11513', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '65', - 'prev_word_id' => '949', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2065', - ], - 6844 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11514', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2066', - 'placement' => '66', - 'prev_word_id' => '2065', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '805', - ], - 6845 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11515', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '67', - 'prev_word_id' => '805', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2066', - ], - 6846 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11516', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2067', - 'placement' => '68', - 'prev_word_id' => '2066', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1665', - ], - 6847 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11517', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1603', - 'placement' => '69', - 'prev_word_id' => '1665', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2067', - ], - 6848 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11518', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '70', - 'prev_word_id' => '2067', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1603', - ], - 6849 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11519', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '71', - 'prev_word_id' => '1603', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '948', - ], - 6850 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11520', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2068', - 'placement' => '72', - 'prev_word_id' => '948', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '949', - ], - 6851 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11521', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1301', - 'placement' => '73', - 'prev_word_id' => '949', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2068', - ], - 6852 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11522', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1445', - 'placement' => '74', - 'prev_word_id' => '2068', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1301', - ], - 6853 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11523', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2069', - 'placement' => '75', - 'prev_word_id' => '1301', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1445', - ], - 6854 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11524', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1698', - 'placement' => '76', - 'prev_word_id' => '1445', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2069', - ], - 6855 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11525', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '77', - 'prev_word_id' => '2069', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1698', - ], - 6856 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11526', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2043', - 'placement' => '78', - 'prev_word_id' => '1698', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '801', - ], - 6857 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11527', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2070', - 'placement' => '79', - 'prev_word_id' => '801', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2043', - ], - 6858 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11528', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2071', - 'placement' => '80', - 'prev_word_id' => '2043', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2070', - ], - 6859 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11529', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2055', - 'placement' => '81', - 'prev_word_id' => '2070', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2071', - ], - 6860 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11530', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '82', - 'prev_word_id' => '2071', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2055', - ], - 6861 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11531', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '83', - 'prev_word_id' => '2055', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '931', - ], - 6862 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11532', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '84', - 'prev_word_id' => '931', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '822', - ], - 6863 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11533', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2063', - 'placement' => '85', - 'prev_word_id' => '822', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1665', - ], - 6864 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11534', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1603', - 'placement' => '86', - 'prev_word_id' => '1665', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2063', - ], - 6865 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11535', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '87', - 'prev_word_id' => '2063', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1603', - ], - 6866 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11536', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '88', - 'prev_word_id' => '1603', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '948', - ], - 6867 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11537', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2072', - 'placement' => '89', - 'prev_word_id' => '948', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '949', - ], - 6868 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11538', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2073', - 'placement' => '90', - 'prev_word_id' => '949', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2072', - ], - 6869 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11539', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2074', - 'placement' => '91', - 'prev_word_id' => '2072', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2073', - ], - 6870 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11540', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1594', - 'placement' => '92', - 'prev_word_id' => '2073', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2074', - ], - 6871 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11541', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1458', - 'placement' => '93', - 'prev_word_id' => '2074', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1594', - ], - 6872 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11542', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2054', - 'placement' => '94', - 'prev_word_id' => '1594', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1458', - ], - 6873 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11543', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '95', - 'prev_word_id' => '1458', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2054', - ], - 6874 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11544', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2075', - 'placement' => '96', - 'prev_word_id' => '2054', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '809', - ], - 6875 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11545', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '97', - 'prev_word_id' => '809', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '2075', - ], - 6876 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11546', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '98', - 'prev_word_id' => '2075', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6877 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '139', - 'frequency' => '0', - 'id' => '11547', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '99', - 'prev_word_id' => '1191', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6878 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '140', - 'frequency' => '0', - 'id' => '11548', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6879 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '140', - 'frequency' => '0', - 'id' => '11549', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6880 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '141', - 'frequency' => '0', - 'id' => '11550', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6881 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '141', - 'frequency' => '0', - 'id' => '11551', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154192', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6882 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '142', - 'frequency' => '0', - 'id' => '11552', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6883 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '142', - 'frequency' => '0', - 'id' => '11553', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6884 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '143', - 'frequency' => '0', - 'id' => '11554', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6885 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '143', - 'frequency' => '0', - 'id' => '11555', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1716', - ], - 6886 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11556', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2076', - ], - 6887 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11557', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '1', - 'prev_word_id' => '2076', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '802', - ], - 6888 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11558', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2077', - 'placement' => '2', - 'prev_word_id' => '802', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '803', - ], - 6889 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11559', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2076', - 'placement' => '3', - 'prev_word_id' => '803', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2077', - ], - 6890 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11560', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1790', - 'placement' => '4', - 'prev_word_id' => '2077', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2076', - ], - 6891 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11561', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '5', - 'prev_word_id' => '2076', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1790', - ], - 6892 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11562', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2076', - 'placement' => '6', - 'prev_word_id' => '1790', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '805', - ], - 6893 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11563', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '7', - 'prev_word_id' => '805', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2076', - ], - 6894 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11564', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2078', - 'placement' => '8', - 'prev_word_id' => '2076', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1280', - ], - 6895 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11565', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2076', - 'placement' => '9', - 'prev_word_id' => '1280', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2078', - ], - 6896 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11566', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '10', - 'prev_word_id' => '2078', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2076', - ], - 6897 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11567', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '11', - 'prev_word_id' => '2076', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '805', - ], - 6898 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11568', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '12', - 'prev_word_id' => '805', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '882', - ], - 6899 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11569', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1883', - 'placement' => '13', - 'prev_word_id' => '882', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1323', - ], - 6900 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11570', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '14', - 'prev_word_id' => '1323', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1883', - ], - 6901 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11571', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1845', - 'placement' => '15', - 'prev_word_id' => '1883', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '816', - ], - 6902 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11572', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2076', - 'placement' => '16', - 'prev_word_id' => '816', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1845', - ], - 6903 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11573', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1791', - 'placement' => '17', - 'prev_word_id' => '1845', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2076', - ], - 6904 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11574', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '18', - 'prev_word_id' => '2076', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1791', - ], - 6905 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11575', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1480', - 'placement' => '19', - 'prev_word_id' => '1791', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '810', - ], - 6906 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11576', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '20', - 'prev_word_id' => '810', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1480', - ], - 6907 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11577', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2079', - 'placement' => '21', - 'prev_word_id' => '1480', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '801', - ], - 6908 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11578', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '22', - 'prev_word_id' => '801', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2079', - ], - 6909 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11579', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2080', - 'placement' => '23', - 'prev_word_id' => '2079', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '814', - ], - 6910 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11580', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '24', - 'prev_word_id' => '814', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2080', - ], - 6911 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11581', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '25', - 'prev_word_id' => '2080', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '813', - ], - 6912 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11582', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2081', - 'placement' => '26', - 'prev_word_id' => '813', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '814', - ], - 6913 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11583', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '27', - 'prev_word_id' => '814', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2081', - ], - 6914 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11584', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2082', - 'placement' => '28', - 'prev_word_id' => '2081', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '813', - ], - 6915 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11585', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '29', - 'prev_word_id' => '813', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2082', - ], - 6916 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11586', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '30', - 'prev_word_id' => '2082', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1620', - ], - 6917 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11587', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '31', - 'prev_word_id' => '1620', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1437', - ], - 6918 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11588', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1924', - 'placement' => '32', - 'prev_word_id' => '1437', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1319', - ], - 6919 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11589', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1892', - 'placement' => '33', - 'prev_word_id' => '1319', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1924', - ], - 6920 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11590', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '34', - 'prev_word_id' => '1924', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1892', - ], - 6921 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11591', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '35', - 'prev_word_id' => '1892', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '816', - ], - 6922 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11592', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '36', - 'prev_word_id' => '816', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '814', - ], - 6923 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11593', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '37', - 'prev_word_id' => '814', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '841', - ], - 6924 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11594', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2078', - 'placement' => '38', - 'prev_word_id' => '841', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1280', - ], - 6925 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11595', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2076', - 'placement' => '39', - 'prev_word_id' => '1280', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2078', - ], - 6926 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11596', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2083', - 'placement' => '40', - 'prev_word_id' => '2078', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2076', - ], - 6927 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11597', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '41', - 'prev_word_id' => '2076', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2083', - ], - 6928 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11598', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '42', - 'prev_word_id' => '2083', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1620', - ], - 6929 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11599', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2084', - 'placement' => '43', - 'prev_word_id' => '1620', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '863', - ], - 6930 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11600', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2085', - 'placement' => '44', - 'prev_word_id' => '863', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2084', - ], - 6931 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11601', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '45', - 'prev_word_id' => '2084', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2085', - ], - 6932 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11602', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '46', - 'prev_word_id' => '2085', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '848', - ], - 6933 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11603', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2086', - 'placement' => '47', - 'prev_word_id' => '848', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '814', - ], - 6934 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11604', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '48', - 'prev_word_id' => '814', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2086', - ], - 6935 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11605', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1577', - 'placement' => '49', - 'prev_word_id' => '2086', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '841', - ], - 6936 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11606', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '50', - 'prev_word_id' => '841', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1577', - ], - 6937 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11607', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1791', - 'placement' => '51', - 'prev_word_id' => '1577', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1417', - ], - 6938 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11608', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2087', - 'placement' => '52', - 'prev_word_id' => '1417', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1791', - ], - 6939 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11609', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2088', - 'placement' => '53', - 'prev_word_id' => '1791', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2087', - ], - 6940 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11610', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1414', - 'placement' => '54', - 'prev_word_id' => '2087', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2088', - ], - 6941 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11611', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1910', - 'placement' => '55', - 'prev_word_id' => '2088', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1414', - ], - 6942 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11612', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1910', - 'placement' => '56', - 'prev_word_id' => '1414', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1910', - ], - 6943 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11613', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2089', - 'placement' => '57', - 'prev_word_id' => '1910', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1910', - ], - 6944 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11614', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '58', - 'prev_word_id' => '1910', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2089', - ], - 6945 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11615', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1512', - 'placement' => '59', - 'prev_word_id' => '2089', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1550', - ], - 6946 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11616', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '870', - 'placement' => '60', - 'prev_word_id' => '1550', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1512', - ], - 6947 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11617', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '61', - 'prev_word_id' => '1512', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '870', - ], - 6948 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11618', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2086', - 'placement' => '62', - 'prev_word_id' => '870', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '814', - ], - 6949 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11619', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '63', - 'prev_word_id' => '814', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2086', - ], - 6950 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11620', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1577', - 'placement' => '64', - 'prev_word_id' => '2086', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '841', - ], - 6951 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11621', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '65', - 'prev_word_id' => '841', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1577', - ], - 6952 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11622', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1744', - 'placement' => '66', - 'prev_word_id' => '1577', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1417', - ], - 6953 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11623', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '67', - 'prev_word_id' => '1417', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1744', - ], - 6954 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11624', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '68', - 'prev_word_id' => '1744', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1437', - ], - 6955 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11625', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2090', - 'placement' => '69', - 'prev_word_id' => '1437', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '810', - ], - 6956 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11626', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '70', - 'prev_word_id' => '810', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2090', - ], - 6957 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11627', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '71', - 'prev_word_id' => '2090', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '863', - ], - 6958 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11628', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '72', - 'prev_word_id' => '863', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1290', - ], - 6959 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11629', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '854', - 'placement' => '73', - 'prev_word_id' => '1290', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '943', - ], - 6960 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11630', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '74', - 'prev_word_id' => '943', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '854', - ], - 6961 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11631', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '75', - 'prev_word_id' => '854', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1550', - ], - 6962 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11632', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2091', - 'placement' => '76', - 'prev_word_id' => '1550', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '843', - ], - 6963 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11633', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '77', - 'prev_word_id' => '843', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2091', - ], - 6964 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11634', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '78', - 'prev_word_id' => '2091', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1420', - ], - 6965 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11635', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '79', - 'prev_word_id' => '1420', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1550', - ], - 6966 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11636', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '80', - 'prev_word_id' => '1550', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '823', - ], - 6967 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11637', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2086', - 'placement' => '81', - 'prev_word_id' => '823', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '814', - ], - 6968 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11638', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1577', - 'placement' => '82', - 'prev_word_id' => '814', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2086', - ], - 6969 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11639', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '83', - 'prev_word_id' => '2086', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1577', - ], - 6970 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11640', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2092', - 'placement' => '84', - 'prev_word_id' => '1577', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '810', - ], - 6971 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11641', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '85', - 'prev_word_id' => '810', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2092', - ], - 6972 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11642', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '854', - 'placement' => '86', - 'prev_word_id' => '2092', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '943', - ], - 6973 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11643', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '87', - 'prev_word_id' => '943', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '854', - ], - 6974 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11644', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '88', - 'prev_word_id' => '854', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1550', - ], - 6975 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11645', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '89', - 'prev_word_id' => '1550', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '843', - ], - 6976 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11646', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '90', - 'prev_word_id' => '843', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '816', - ], - 6977 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11647', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2093', - 'placement' => '91', - 'prev_word_id' => '816', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1749', - ], - 6978 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11648', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1830', - 'placement' => '92', - 'prev_word_id' => '1749', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2093', - ], - 6979 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11649', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2088', - 'placement' => '93', - 'prev_word_id' => '2093', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1830', - ], - 6980 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11650', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2094', - 'placement' => '94', - 'prev_word_id' => '1830', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2088', - ], - 6981 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11651', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '95', - 'prev_word_id' => '2088', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2094', - ], - 6982 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11652', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '96', - 'prev_word_id' => '2094', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '848', - ], - 6983 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11653', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '97', - 'prev_word_id' => '848', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1420', - ], - 6984 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11654', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '98', - 'prev_word_id' => '1420', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1550', - ], - 6985 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11655', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '99', - 'prev_word_id' => '1550', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '823', - ], - 6986 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11656', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2086', - 'placement' => '100', - 'prev_word_id' => '823', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '814', - ], - 6987 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11657', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1577', - 'placement' => '101', - 'prev_word_id' => '814', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2086', - ], - 6988 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11658', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '890', - 'placement' => '102', - 'prev_word_id' => '2086', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1577', - ], - 6989 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11659', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '103', - 'prev_word_id' => '1577', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '890', - ], - 6990 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11660', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '104', - 'prev_word_id' => '890', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '921', - ], - 6991 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11661', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '105', - 'prev_word_id' => '921', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '948', - ], - 6992 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11662', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '106', - 'prev_word_id' => '948', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '949', - ], - 6993 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11663', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2095', - 'placement' => '107', - 'prev_word_id' => '949', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1287', - ], - 6994 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11664', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2096', - 'placement' => '108', - 'prev_word_id' => '1287', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2095', - ], - 6995 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11665', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '109', - 'prev_word_id' => '2095', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2096', - ], - 6996 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11666', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '110', - 'prev_word_id' => '2096', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6997 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '144', - 'frequency' => '0', - 'id' => '11667', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '111', - 'prev_word_id' => '1191', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1191', - ], - 6998 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11668', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '912', - ], - 6999 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11669', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2097', - 'placement' => '1', - 'prev_word_id' => '912', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '816', - ], - 7000 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11670', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2098', - 'placement' => '2', - 'prev_word_id' => '816', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2097', - ], - 7001 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11671', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '3', - 'prev_word_id' => '2097', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2098', - ], - 7002 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11672', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2099', - 'placement' => '4', - 'prev_word_id' => '2098', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1133', - ], - 7003 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11673', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '5', - 'prev_word_id' => '1133', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2099', - ], - 7004 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11674', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '6', - 'prev_word_id' => '2099', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '809', - ], - 7005 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11675', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '7', - 'prev_word_id' => '809', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '802', - ], - 7006 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11676', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '8', - 'prev_word_id' => '802', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '803', - ], - 7007 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11677', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '9', - 'prev_word_id' => '803', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1133', - ], - 7008 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11678', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '10', - 'prev_word_id' => '1133', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '894', - ], - 7009 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11679', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2024', - 'placement' => '11', - 'prev_word_id' => '894', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '843', - ], - 7010 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11680', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1578', - 'placement' => '12', - 'prev_word_id' => '843', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2024', - ], - 7011 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11681', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '13', - 'prev_word_id' => '2024', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1578', - ], - 7012 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11682', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '14', - 'prev_word_id' => '1578', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '810', - ], - 7013 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11683', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2100', - 'placement' => '15', - 'prev_word_id' => '810', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '832', - ], - 7014 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11684', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '16', - 'prev_word_id' => '832', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2100', - ], - 7015 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11685', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '17', - 'prev_word_id' => '2100', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1443', - ], - 7016 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11686', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '18', - 'prev_word_id' => '1443', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1277', - ], - 7017 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11687', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2101', - 'placement' => '19', - 'prev_word_id' => '1277', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '814', - ], - 7018 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11688', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '20', - 'prev_word_id' => '814', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '2101', - ], - 7019 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11689', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '21', - 'prev_word_id' => '2101', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1191', - ], - 7020 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '145', - 'frequency' => '0', - 'id' => '11690', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '22', - 'prev_word_id' => '1191', - 'published' => '1311154193', - 'section_id' => '1', - 'word_id' => '1191', - ], - 7021 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '146', - 'frequency' => '0', - 'id' => '11691', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1716', - ], - 7022 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '146', - 'frequency' => '0', - 'id' => '11692', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1716', - ], - 7023 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11693', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2103', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2102', - ], - 7024 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11694', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1', - 'prev_word_id' => '2102', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2103', - ], - 7025 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11695', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '2', - 'prev_word_id' => '2103', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '802', - ], - 7026 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11696', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '947', - 'placement' => '3', - 'prev_word_id' => '802', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '803', - ], - 7027 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11697', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2077', - 'placement' => '4', - 'prev_word_id' => '803', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '947', - ], - 7028 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11698', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '5', - 'prev_word_id' => '947', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2077', - ], - 7029 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11699', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2102', - 'placement' => '6', - 'prev_word_id' => '2077', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '810', - ], - 7030 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11700', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2089', - 'placement' => '7', - 'prev_word_id' => '810', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2102', - ], - 7031 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11701', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1429', - 'placement' => '8', - 'prev_word_id' => '2102', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2089', - ], - 7032 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11702', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '9', - 'prev_word_id' => '2089', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1429', - ], - 7033 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11703', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1421', - 'placement' => '10', - 'prev_word_id' => '1429', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1437', - ], - 7034 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11704', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '11', - 'prev_word_id' => '1437', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1421', - ], - 7035 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11705', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1827', - 'placement' => '12', - 'prev_word_id' => '1421', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1481', - ], - 7036 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11706', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '13', - 'prev_word_id' => '1481', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1827', - ], - 7037 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11707', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2104', - 'placement' => '14', - 'prev_word_id' => '1827', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '801', - ], - 7038 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11708', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1368', - 'placement' => '15', - 'prev_word_id' => '801', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2104', - ], - 7039 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11709', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2105', - 'placement' => '16', - 'prev_word_id' => '2104', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1368', - ], - 7040 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11710', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '17', - 'prev_word_id' => '1368', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2105', - ], - 7041 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11711', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1567', - 'placement' => '18', - 'prev_word_id' => '2105', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '830', - ], - 7042 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11712', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '19', - 'prev_word_id' => '830', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1567', - ], - 7043 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11713', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2106', - 'placement' => '20', - 'prev_word_id' => '1567', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '833', - ], - 7044 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11714', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1390', - 'placement' => '21', - 'prev_word_id' => '833', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2106', - ], - 7045 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11715', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '22', - 'prev_word_id' => '2106', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1390', - ], - 7046 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11716', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2107', - 'placement' => '23', - 'prev_word_id' => '1390', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '801', - ], - 7047 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11717', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1531', - 'placement' => '24', - 'prev_word_id' => '801', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2107', - ], - 7048 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11718', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '25', - 'prev_word_id' => '2107', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1531', - ], - 7049 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11719', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '26', - 'prev_word_id' => '1531', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '830', - ], - 7050 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11720', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1513', - 'placement' => '27', - 'prev_word_id' => '830', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '816', - ], - 7051 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11721', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1933', - 'placement' => '28', - 'prev_word_id' => '816', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1513', - ], - 7052 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11722', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '29', - 'prev_word_id' => '1513', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1933', - ], - 7053 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11723', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2108', - 'placement' => '30', - 'prev_word_id' => '1933', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1280', - ], - 7054 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11724', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2109', - 'placement' => '31', - 'prev_word_id' => '1280', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2108', - ], - 7055 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11725', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2110', - 'placement' => '32', - 'prev_word_id' => '2108', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2109', - ], - 7056 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11726', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2111', - 'placement' => '33', - 'prev_word_id' => '2109', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2110', - ], - 7057 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11727', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '34', - 'prev_word_id' => '2110', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2111', - ], - 7058 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11728', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1429', - 'placement' => '35', - 'prev_word_id' => '2111', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7059 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11729', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2112', - 'placement' => '36', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1429', - ], - 7060 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11730', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1368', - 'placement' => '37', - 'prev_word_id' => '1429', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2112', - ], - 7061 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11731', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '38', - 'prev_word_id' => '2112', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1368', - ], - 7062 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11732', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '39', - 'prev_word_id' => '1368', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '813', - ], - 7063 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11733', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1084', - 'placement' => '40', - 'prev_word_id' => '813', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7064 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11734', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '41', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1084', - ], - 7065 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11735', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '42', - 'prev_word_id' => '1084', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '948', - ], - 7066 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11736', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '43', - 'prev_word_id' => '948', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '949', - ], - 7067 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11737', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1861', - 'placement' => '44', - 'prev_word_id' => '949', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '921', - ], - 7068 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11738', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2113', - 'placement' => '45', - 'prev_word_id' => '921', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1861', - ], - 7069 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11739', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2114', - 'placement' => '46', - 'prev_word_id' => '1861', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2113', - ], - 7070 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11740', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '47', - 'prev_word_id' => '2113', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2114', - ], - 7071 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11741', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '972', - 'placement' => '48', - 'prev_word_id' => '2114', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '810', - ], - 7072 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11742', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1300', - 'placement' => '49', - 'prev_word_id' => '810', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '972', - ], - 7073 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11743', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '50', - 'prev_word_id' => '972', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1300', - ], - 7074 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11744', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '51', - 'prev_word_id' => '1300', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '863', - ], - 7075 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11745', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2115', - 'placement' => '52', - 'prev_word_id' => '863', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7076 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11746', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '53', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2115', - ], - 7077 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11747', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '54', - 'prev_word_id' => '2115', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '894', - ], - 7078 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11748', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '55', - 'prev_word_id' => '894', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '881', - ], - 7079 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11749', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2102', - 'placement' => '56', - 'prev_word_id' => '881', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7080 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11750', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2089', - 'placement' => '57', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2102', - ], - 7081 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11751', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '58', - 'prev_word_id' => '2102', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2089', - ], - 7082 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11752', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1510', - 'placement' => '59', - 'prev_word_id' => '2089', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '801', - ], - 7083 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11753', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '60', - 'prev_word_id' => '801', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1510', - ], - 7084 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11754', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '61', - 'prev_word_id' => '1510', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7085 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11755', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1827', - 'placement' => '62', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1481', - ], - 7086 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11756', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '63', - 'prev_word_id' => '1481', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1827', - ], - 7087 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11757', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1686', - 'placement' => '64', - 'prev_word_id' => '1827', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1417', - ], - 7088 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11758', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '65', - 'prev_word_id' => '1417', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1686', - ], - 7089 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11759', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '66', - 'prev_word_id' => '1686', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '805', - ], - 7090 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11760', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1418', - 'placement' => '67', - 'prev_word_id' => '805', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7091 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11761', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '68', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1418', - ], - 7092 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11762', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '69', - 'prev_word_id' => '1418', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1290', - ], - 7093 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11763', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '70', - 'prev_word_id' => '1290', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1605', - ], - 7094 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11764', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '71', - 'prev_word_id' => '1605', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '894', - ], - 7095 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11765', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1656', - 'placement' => '72', - 'prev_word_id' => '894', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1319', - ], - 7096 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11766', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2105', - 'placement' => '73', - 'prev_word_id' => '1319', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1656', - ], - 7097 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11767', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2116', - 'placement' => '74', - 'prev_word_id' => '1656', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2105', - ], - 7098 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11768', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '75', - 'prev_word_id' => '2105', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2116', - ], - 7099 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11769', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '76', - 'prev_word_id' => '2116', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1749', - ], - 7100 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11770', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2105', - 'placement' => '77', - 'prev_word_id' => '1749', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '813', - ], - 7101 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11771', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2116', - 'placement' => '78', - 'prev_word_id' => '813', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2105', - ], - 7102 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11772', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2117', - 'placement' => '79', - 'prev_word_id' => '2105', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2116', - ], - 7103 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11773', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2118', - 'placement' => '80', - 'prev_word_id' => '2116', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2117', - ], - 7104 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11774', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2118', - 'placement' => '81', - 'prev_word_id' => '2117', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2118', - ], - 7105 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11775', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2117', - 'placement' => '82', - 'prev_word_id' => '2118', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2118', - ], - 7106 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11776', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2118', - 'placement' => '83', - 'prev_word_id' => '2118', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2117', - ], - 7107 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11777', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2119', - 'placement' => '84', - 'prev_word_id' => '2117', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2118', - ], - 7108 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11778', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2118', - 'placement' => '85', - 'prev_word_id' => '2118', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2119', - ], - 7109 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11779', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2120', - 'placement' => '86', - 'prev_word_id' => '2119', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2118', - ], - 7110 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11780', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '87', - 'prev_word_id' => '2118', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2120', - ], - 7111 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11781', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '88', - 'prev_word_id' => '2120', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1749', - ], - 7112 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11782', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2102', - 'placement' => '89', - 'prev_word_id' => '1749', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '813', - ], - 7113 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11783', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2089', - 'placement' => '90', - 'prev_word_id' => '813', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2102', - ], - 7114 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11784', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '91', - 'prev_word_id' => '2102', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2089', - ], - 7115 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11785', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2089', - 'placement' => '92', - 'prev_word_id' => '2089', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1054', - ], - 7116 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11786', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2121', - 'placement' => '93', - 'prev_word_id' => '1054', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2089', - ], - 7117 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11787', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2102', - 'placement' => '94', - 'prev_word_id' => '2089', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2121', - ], - 7118 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11788', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2122', - 'placement' => '95', - 'prev_word_id' => '2121', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2102', - ], - 7119 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11789', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '96', - 'prev_word_id' => '2102', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2122', - ], - 7120 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11790', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2117', - 'placement' => '97', - 'prev_word_id' => '2122', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1287', - ], - 7121 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11791', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2118', - 'placement' => '98', - 'prev_word_id' => '1287', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2117', - ], - 7122 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11792', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '99', - 'prev_word_id' => '2117', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2118', - ], - 7123 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11793', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '100', - 'prev_word_id' => '2118', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1061', - ], - 7124 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11794', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '101', - 'prev_word_id' => '1061', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1191', - ], - 7125 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '147', - 'frequency' => '0', - 'id' => '11795', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '102', - 'prev_word_id' => '1191', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1191', - ], - 7126 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11796', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '944', - ], - 7127 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11797', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1', - 'prev_word_id' => '944', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7128 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11798', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1952', - 'placement' => '2', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7129 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11799', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '3', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1952', - ], - 7130 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11800', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '4', - 'prev_word_id' => '1952', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '801', - ], - 7131 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11801', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2123', - 'placement' => '5', - 'prev_word_id' => '801', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '881', - ], - 7132 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11802', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '6', - 'prev_word_id' => '881', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2123', - ], - 7133 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11803', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '7', - 'prev_word_id' => '2123', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7134 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11804', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1999', - 'placement' => '8', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '816', - ], - 7135 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11805', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2124', - 'placement' => '9', - 'prev_word_id' => '816', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1999', - ], - 7136 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11806', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '10', - 'prev_word_id' => '1999', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2124', - ], - 7137 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11807', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1547', - 'placement' => '11', - 'prev_word_id' => '2124', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '863', - ], - 7138 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11808', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2125', - 'placement' => '12', - 'prev_word_id' => '863', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1547', - ], - 7139 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11809', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '13', - 'prev_word_id' => '1547', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2125', - ], - 7140 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11810', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '14', - 'prev_word_id' => '2125', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1690', - ], - 7141 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11811', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2126', - 'placement' => '15', - 'prev_word_id' => '1690', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '932', - ], - 7142 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11812', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '16', - 'prev_word_id' => '932', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2126', - ], - 7143 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11813', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '17', - 'prev_word_id' => '2126', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '802', - ], - 7144 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11814', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '947', - 'placement' => '18', - 'prev_word_id' => '802', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '803', - ], - 7145 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11815', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2077', - 'placement' => '19', - 'prev_word_id' => '803', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '947', - ], - 7146 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11816', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '20', - 'prev_word_id' => '947', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2077', - ], - 7147 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11817', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '21', - 'prev_word_id' => '2077', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '810', - ], - 7148 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11818', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '22', - 'prev_word_id' => '810', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '929', - ], - 7149 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11819', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1213', - 'placement' => '23', - 'prev_word_id' => '929', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7150 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11820', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '845', - 'placement' => '24', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1213', - ], - 7151 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11821', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '25', - 'prev_word_id' => '1213', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '845', - ], - 7152 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11822', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '26', - 'prev_word_id' => '845', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '863', - ], - 7153 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11823', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1843', - 'placement' => '27', - 'prev_word_id' => '863', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '898', - ], - 7154 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11824', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '28', - 'prev_word_id' => '898', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1843', - ], - 7155 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11825', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '29', - 'prev_word_id' => '1843', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '809', - ], - 7156 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11826', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1907', - 'placement' => '30', - 'prev_word_id' => '809', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '810', - ], - 7157 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11827', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2127', - 'placement' => '31', - 'prev_word_id' => '810', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1907', - ], - 7158 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11828', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2125', - 'placement' => '32', - 'prev_word_id' => '1907', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2127', - ], - 7159 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11829', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '33', - 'prev_word_id' => '2127', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2125', - ], - 7160 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11830', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '34', - 'prev_word_id' => '2125', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '976', - ], - 7161 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11831', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2128', - 'placement' => '35', - 'prev_word_id' => '976', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7162 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11832', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2129', - 'placement' => '36', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2128', - ], - 7163 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11833', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '37', - 'prev_word_id' => '2128', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2129', - ], - 7164 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11834', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2130', - 'placement' => '38', - 'prev_word_id' => '2129', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '810', - ], - 7165 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11835', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '39', - 'prev_word_id' => '810', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2130', - ], - 7166 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11836', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '40', - 'prev_word_id' => '2130', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1690', - ], - 7167 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11837', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1843', - 'placement' => '41', - 'prev_word_id' => '1690', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '932', - ], - 7168 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11838', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '42', - 'prev_word_id' => '932', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1843', - ], - 7169 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11839', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2131', - 'placement' => '43', - 'prev_word_id' => '1843', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '809', - ], - 7170 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11840', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '44', - 'prev_word_id' => '809', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2131', - ], - 7171 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11841', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2132', - 'placement' => '45', - 'prev_word_id' => '2131', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7172 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11842', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '46', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2132', - ], - 7173 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11843', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1367', - 'placement' => '47', - 'prev_word_id' => '2132', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7174 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11844', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '48', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1367', - ], - 7175 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11845', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1959', - 'placement' => '49', - 'prev_word_id' => '1367', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '813', - ], - 7176 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11846', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '50', - 'prev_word_id' => '813', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1959', - ], - 7177 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11847', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '51', - 'prev_word_id' => '1959', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1437', - ], - 7178 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11848', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '52', - 'prev_word_id' => '1437', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '843', - ], - 7179 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11849', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1761', - 'placement' => '53', - 'prev_word_id' => '843', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '844', - ], - 7180 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11850', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2133', - 'placement' => '54', - 'prev_word_id' => '844', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1761', - ], - 7181 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11851', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2134', - 'placement' => '55', - 'prev_word_id' => '1761', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2133', - ], - 7182 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11852', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '56', - 'prev_word_id' => '2133', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2134', - ], - 7183 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11853', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2135', - 'placement' => '57', - 'prev_word_id' => '2134', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7184 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11854', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '58', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2135', - ], - 7185 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11855', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '59', - 'prev_word_id' => '2135', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '801', - ], - 7186 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11856', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2136', - 'placement' => '60', - 'prev_word_id' => '801', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '810', - ], - 7187 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11857', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '61', - 'prev_word_id' => '810', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2136', - ], - 7188 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11858', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '944', - 'placement' => '62', - 'prev_word_id' => '2136', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '816', - ], - 7189 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11859', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '63', - 'prev_word_id' => '816', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '944', - ], - 7190 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11860', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '64', - 'prev_word_id' => '944', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7191 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11861', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2137', - 'placement' => '65', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '810', - ], - 7192 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11862', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2138', - 'placement' => '66', - 'prev_word_id' => '810', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2137', - ], - 7193 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11863', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '67', - 'prev_word_id' => '2137', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2138', - ], - 7194 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11864', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '68', - 'prev_word_id' => '2138', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7195 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11865', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2135', - 'placement' => '69', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7196 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11866', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '70', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2135', - ], - 7197 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11867', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '71', - 'prev_word_id' => '2135', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '833', - ], - 7198 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11868', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2136', - 'placement' => '72', - 'prev_word_id' => '833', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7199 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11869', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '73', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2136', - ], - 7200 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11870', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '74', - 'prev_word_id' => '2136', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '863', - ], - 7201 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11871', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2139', - 'placement' => '75', - 'prev_word_id' => '863', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7202 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11872', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '76', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2139', - ], - 7203 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11873', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '77', - 'prev_word_id' => '2139', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '816', - ], - 7204 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11874', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1957', - 'placement' => '78', - 'prev_word_id' => '816', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1596', - ], - 7205 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11875', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1913', - 'placement' => '79', - 'prev_word_id' => '1596', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1957', - ], - 7206 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11876', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2128', - 'placement' => '80', - 'prev_word_id' => '1957', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1913', - ], - 7207 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11877', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2140', - 'placement' => '81', - 'prev_word_id' => '1913', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2128', - ], - 7208 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11878', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2141', - 'placement' => '82', - 'prev_word_id' => '2128', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2140', - ], - 7209 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11879', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2142', - 'placement' => '83', - 'prev_word_id' => '2140', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2141', - ], - 7210 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11880', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2143', - 'placement' => '84', - 'prev_word_id' => '2141', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2142', - ], - 7211 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11881', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '85', - 'prev_word_id' => '2142', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2143', - ], - 7212 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11882', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1670', - 'placement' => '86', - 'prev_word_id' => '2143', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7213 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11883', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2144', - 'placement' => '87', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1670', - ], - 7214 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11884', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1284', - 'placement' => '88', - 'prev_word_id' => '1670', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2144', - ], - 7215 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11885', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '89', - 'prev_word_id' => '2144', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1284', - ], - 7216 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11886', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '90', - 'prev_word_id' => '1284', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '816', - ], - 7217 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11887', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '91', - 'prev_word_id' => '816', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7218 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11888', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2041', - 'placement' => '92', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7219 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11889', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '93', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2041', - ], - 7220 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11890', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '94', - 'prev_word_id' => '2041', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '801', - ], - 7221 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11891', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '95', - 'prev_word_id' => '801', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '803', - ], - 7222 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11892', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2145', - 'placement' => '96', - 'prev_word_id' => '803', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '805', - ], - 7223 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11893', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '97', - 'prev_word_id' => '805', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2145', - ], - 7224 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11894', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2136', - 'placement' => '98', - 'prev_word_id' => '2145', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '804', - ], - 7225 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11895', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '99', - 'prev_word_id' => '804', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2136', - ], - 7226 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11896', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2146', - 'placement' => '100', - 'prev_word_id' => '2136', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '805', - ], - 7227 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11897', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '101', - 'prev_word_id' => '805', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2146', - ], - 7228 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11898', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '102', - 'prev_word_id' => '2146', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1008', - ], - 7229 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11899', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2137', - 'placement' => '103', - 'prev_word_id' => '1008', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7230 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11900', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '104', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2137', - ], - 7231 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11901', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '105', - 'prev_word_id' => '2137', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '948', - ], - 7232 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11902', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1439', - 'placement' => '106', - 'prev_word_id' => '948', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '949', - ], - 7233 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11903', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '107', - 'prev_word_id' => '949', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1439', - ], - 7234 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11904', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1435', - 'placement' => '108', - 'prev_word_id' => '1439', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7235 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11905', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '109', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1435', - ], - 7236 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11906', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '110', - 'prev_word_id' => '1435', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '813', - ], - 7237 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11907', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '111', - 'prev_word_id' => '813', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7238 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11908', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2136', - 'placement' => '112', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7239 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11909', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2147', - 'placement' => '113', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2136', - ], - 7240 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11910', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1770', - 'placement' => '114', - 'prev_word_id' => '2136', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2147', - ], - 7241 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11911', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '115', - 'prev_word_id' => '2147', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1770', - ], - 7242 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11912', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '116', - 'prev_word_id' => '1770', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7243 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11913', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2041', - 'placement' => '117', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7244 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11914', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '118', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2041', - ], - 7245 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11915', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2024', - 'placement' => '119', - 'prev_word_id' => '2041', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '805', - ], - 7246 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11916', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '120', - 'prev_word_id' => '805', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2024', - ], - 7247 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11917', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '121', - 'prev_word_id' => '2024', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '863', - ], - 7248 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11918', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2136', - 'placement' => '122', - 'prev_word_id' => '863', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '810', - ], - 7249 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11919', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '123', - 'prev_word_id' => '810', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2136', - ], - 7250 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11920', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '124', - 'prev_word_id' => '2136', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '813', - ], - 7251 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11921', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2135', - 'placement' => '125', - 'prev_word_id' => '813', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7252 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11922', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1624', - 'placement' => '126', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2135', - ], - 7253 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11923', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '127', - 'prev_word_id' => '2135', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1624', - ], - 7254 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11924', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2041', - 'placement' => '128', - 'prev_word_id' => '1624', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7255 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11925', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '129', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2041', - ], - 7256 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11926', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2148', - 'placement' => '130', - 'prev_word_id' => '2041', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '805', - ], - 7257 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11927', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '131', - 'prev_word_id' => '805', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2148', - ], - 7258 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11928', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '132', - 'prev_word_id' => '2148', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '801', - ], - 7259 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11929', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '133', - 'prev_word_id' => '801', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '897', - ], - 7260 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11930', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2136', - 'placement' => '134', - 'prev_word_id' => '897', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '810', - ], - 7261 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11931', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '135', - 'prev_word_id' => '810', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2136', - ], - 7262 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11932', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '136', - 'prev_word_id' => '2136', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '833', - ], - 7263 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11933', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2149', - 'placement' => '137', - 'prev_word_id' => '833', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '810', - ], - 7264 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11934', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '138', - 'prev_word_id' => '810', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2149', - ], - 7265 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11935', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '139', - 'prev_word_id' => '2149', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '863', - ], - 7266 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11936', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2136', - 'placement' => '140', - 'prev_word_id' => '863', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7267 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11937', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1761', - 'placement' => '141', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2136', - ], - 7268 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11938', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '142', - 'prev_word_id' => '2136', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1761', - ], - 7269 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11939', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2041', - 'placement' => '143', - 'prev_word_id' => '1761', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7270 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11940', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '144', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2041', - ], - 7271 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11941', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1924', - 'placement' => '145', - 'prev_word_id' => '2041', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1689', - ], - 7272 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11942', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2148', - 'placement' => '146', - 'prev_word_id' => '1689', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1924', - ], - 7273 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11943', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '147', - 'prev_word_id' => '1924', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2148', - ], - 7274 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11944', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '148', - 'prev_word_id' => '2148', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '833', - ], - 7275 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11945', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1683', - 'placement' => '149', - 'prev_word_id' => '833', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7276 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11946', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1761', - 'placement' => '150', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1683', - ], - 7277 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11947', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2150', - 'placement' => '151', - 'prev_word_id' => '1683', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1761', - ], - 7278 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11948', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2151', - 'placement' => '152', - 'prev_word_id' => '1761', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2150', - ], - 7279 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11949', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2140', - 'placement' => '153', - 'prev_word_id' => '2150', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2151', - ], - 7280 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11950', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1426', - 'placement' => '154', - 'prev_word_id' => '2151', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2140', - ], - 7281 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11951', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2004', - 'placement' => '155', - 'prev_word_id' => '2140', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1426', - ], - 7282 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11952', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '156', - 'prev_word_id' => '1426', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2004', - ], - 7283 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11953', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1247', - 'placement' => '157', - 'prev_word_id' => '2004', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7284 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11954', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '158', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1247', - ], - 7285 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11955', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2152', - 'placement' => '159', - 'prev_word_id' => '1247', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '863', - ], - 7286 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11956', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2153', - 'placement' => '160', - 'prev_word_id' => '863', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2152', - ], - 7287 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11957', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2004', - 'placement' => '161', - 'prev_word_id' => '2152', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2153', - ], - 7288 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11958', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2154', - 'placement' => '162', - 'prev_word_id' => '2153', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2004', - ], - 7289 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11959', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '163', - 'prev_word_id' => '2004', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2154', - ], - 7290 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11960', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '944', - 'placement' => '164', - 'prev_word_id' => '2154', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7291 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11961', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '165', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '944', - ], - 7292 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11962', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1429', - 'placement' => '166', - 'prev_word_id' => '944', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7293 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11963', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2155', - 'placement' => '167', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1429', - ], - 7294 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11964', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2008', - 'placement' => '168', - 'prev_word_id' => '1429', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2155', - ], - 7295 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11965', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1836', - 'placement' => '169', - 'prev_word_id' => '2155', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2008', - ], - 7296 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11966', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '170', - 'prev_word_id' => '2008', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1836', - ], - 7297 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11967', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2136', - 'placement' => '171', - 'prev_word_id' => '1836', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7298 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11968', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2156', - 'placement' => '172', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2136', - ], - 7299 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11969', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '173', - 'prev_word_id' => '2136', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2156', - ], - 7300 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11970', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2152', - 'placement' => '174', - 'prev_word_id' => '2156', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '863', - ], - 7301 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11971', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2153', - 'placement' => '175', - 'prev_word_id' => '863', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2152', - ], - 7302 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11972', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '936', - 'placement' => '176', - 'prev_word_id' => '2152', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2153', - ], - 7303 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11973', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '177', - 'prev_word_id' => '2153', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '936', - ], - 7304 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11974', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2131', - 'placement' => '178', - 'prev_word_id' => '936', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1384', - ], - 7305 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11975', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '179', - 'prev_word_id' => '1384', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2131', - ], - 7306 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11976', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2157', - 'placement' => '180', - 'prev_word_id' => '2131', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '945', - ], - 7307 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11977', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '888', - 'placement' => '181', - 'prev_word_id' => '945', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2157', - ], - 7308 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11978', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '182', - 'prev_word_id' => '2157', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '888', - ], - 7309 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11979', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2158', - 'placement' => '183', - 'prev_word_id' => '888', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '844', - ], - 7310 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11980', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1682', - 'placement' => '184', - 'prev_word_id' => '844', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2158', - ], - 7311 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11981', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2069', - 'placement' => '185', - 'prev_word_id' => '2158', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1682', - ], - 7312 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11982', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2159', - 'placement' => '186', - 'prev_word_id' => '1682', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2069', - ], - 7313 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11983', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2069', - 'placement' => '187', - 'prev_word_id' => '2069', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2159', - ], - 7314 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11984', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2049', - 'placement' => '188', - 'prev_word_id' => '2159', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2069', - ], - 7315 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11985', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '917', - 'placement' => '189', - 'prev_word_id' => '2069', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2049', - ], - 7316 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11986', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '190', - 'prev_word_id' => '2049', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '917', - ], - 7317 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11987', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1247', - 'placement' => '191', - 'prev_word_id' => '917', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '814', - ], - 7318 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11988', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '192', - 'prev_word_id' => '814', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1247', - ], - 7319 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11989', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '193', - 'prev_word_id' => '1247', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '809', - ], - 7320 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11990', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2160', - 'placement' => '194', - 'prev_word_id' => '809', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '898', - ], - 7321 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11991', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2161', - 'placement' => '195', - 'prev_word_id' => '898', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2160', - ], - 7322 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11992', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2162', - 'placement' => '196', - 'prev_word_id' => '2160', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2161', - ], - 7323 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11993', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '197', - 'prev_word_id' => '2161', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2162', - ], - 7324 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11994', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '198', - 'prev_word_id' => '2162', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '863', - ], - 7325 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11995', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2163', - 'placement' => '199', - 'prev_word_id' => '863', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '810', - ], - 7326 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11996', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2049', - 'placement' => '200', - 'prev_word_id' => '810', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2163', - ], - 7327 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11997', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '201', - 'prev_word_id' => '2163', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2049', - ], - 7328 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11998', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2097', - 'placement' => '202', - 'prev_word_id' => '2049', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '816', - ], - 7329 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '11999', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2098', - 'placement' => '203', - 'prev_word_id' => '816', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2097', - ], - 7330 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12000', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '204', - 'prev_word_id' => '2097', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2098', - ], - 7331 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12001', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2164', - 'placement' => '205', - 'prev_word_id' => '2098', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1133', - ], - 7332 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12002', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2165', - 'placement' => '206', - 'prev_word_id' => '1133', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2164', - ], - 7333 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12003', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2166', - 'placement' => '207', - 'prev_word_id' => '2164', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2165', - ], - 7334 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12004', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2167', - 'placement' => '208', - 'prev_word_id' => '2165', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2166', - ], - 7335 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12005', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2168', - 'placement' => '209', - 'prev_word_id' => '2166', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2167', - ], - 7336 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12006', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2169', - 'placement' => '210', - 'prev_word_id' => '2167', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2168', - ], - 7337 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12007', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2170', - 'placement' => '211', - 'prev_word_id' => '2168', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2169', - ], - 7338 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12008', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2171', - 'placement' => '212', - 'prev_word_id' => '2169', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2170', - ], - 7339 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12009', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '213', - 'prev_word_id' => '2170', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2171', - ], - 7340 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12010', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2172', - 'placement' => '214', - 'prev_word_id' => '2171', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '816', - ], - 7341 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12011', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '215', - 'prev_word_id' => '816', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2172', - ], - 7342 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12012', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2173', - 'placement' => '216', - 'prev_word_id' => '2172', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '833', - ], - 7343 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12013', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2168', - 'placement' => '217', - 'prev_word_id' => '833', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2173', - ], - 7344 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12014', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2169', - 'placement' => '218', - 'prev_word_id' => '2173', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2168', - ], - 7345 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12015', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2172', - 'placement' => '219', - 'prev_word_id' => '2168', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2169', - ], - 7346 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12016', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2171', - 'placement' => '220', - 'prev_word_id' => '2169', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2172', - ], - 7347 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12017', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '221', - 'prev_word_id' => '2172', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2171', - ], - 7348 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12018', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '222', - 'prev_word_id' => '2171', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1749', - ], - 7349 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12019', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2161', - 'placement' => '223', - 'prev_word_id' => '1749', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '813', - ], - 7350 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12020', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '224', - 'prev_word_id' => '813', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2161', - ], - 7351 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12021', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2172', - 'placement' => '225', - 'prev_word_id' => '2161', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '816', - ], - 7352 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12022', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1082', - 'placement' => '226', - 'prev_word_id' => '816', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2172', - ], - 7353 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12023', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2174', - 'placement' => '227', - 'prev_word_id' => '2172', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1082', - ], - 7354 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12024', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2175', - 'placement' => '228', - 'prev_word_id' => '1082', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2174', - ], - 7355 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12025', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2176', - 'placement' => '229', - 'prev_word_id' => '2174', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2175', - ], - 7356 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12026', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1259', - 'placement' => '230', - 'prev_word_id' => '2175', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2176', - ], - 7357 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12027', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2177', - 'placement' => '231', - 'prev_word_id' => '2176', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1259', - ], - 7358 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12028', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '232', - 'prev_word_id' => '1259', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2177', - ], - 7359 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12029', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1362', - 'placement' => '233', - 'prev_word_id' => '2177', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '801', - ], - 7360 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12030', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2168', - 'placement' => '234', - 'prev_word_id' => '801', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1362', - ], - 7361 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12031', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2169', - 'placement' => '235', - 'prev_word_id' => '1362', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2168', - ], - 7362 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12032', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2172', - 'placement' => '236', - 'prev_word_id' => '2168', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2169', - ], - 7363 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12033', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2171', - 'placement' => '237', - 'prev_word_id' => '2169', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2172', - ], - 7364 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12034', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2178', - 'placement' => '238', - 'prev_word_id' => '2172', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2171', - ], - 7365 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12035', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2179', - 'placement' => '239', - 'prev_word_id' => '2171', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2178', - ], - 7366 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12036', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2171', - 'placement' => '240', - 'prev_word_id' => '2178', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2179', - ], - 7367 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12037', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1926', - 'placement' => '241', - 'prev_word_id' => '2179', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2171', - ], - 7368 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12038', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2137', - 'placement' => '242', - 'prev_word_id' => '2171', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1926', - ], - 7369 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12039', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2174', - 'placement' => '243', - 'prev_word_id' => '1926', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2137', - ], - 7370 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12040', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2175', - 'placement' => '244', - 'prev_word_id' => '2137', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2174', - ], - 7371 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12041', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2171', - 'placement' => '245', - 'prev_word_id' => '2174', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2175', - ], - 7372 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12042', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1926', - 'placement' => '246', - 'prev_word_id' => '2175', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2171', - ], - 7373 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12043', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2137', - 'placement' => '247', - 'prev_word_id' => '2171', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1926', - ], - 7374 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12044', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1067', - 'placement' => '248', - 'prev_word_id' => '1926', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2137', - ], - 7375 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12045', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2174', - 'placement' => '249', - 'prev_word_id' => '2137', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1067', - ], - 7376 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12046', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2175', - 'placement' => '250', - 'prev_word_id' => '1067', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2174', - ], - 7377 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12047', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2171', - 'placement' => '251', - 'prev_word_id' => '2174', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2175', - ], - 7378 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12048', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '910', - 'placement' => '252', - 'prev_word_id' => '2175', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2171', - ], - 7379 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12049', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2005', - 'placement' => '253', - 'prev_word_id' => '2171', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '910', - ], - 7380 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12050', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2137', - 'placement' => '254', - 'prev_word_id' => '910', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2005', - ], - 7381 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12051', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '255', - 'prev_word_id' => '2005', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2137', - ], - 7382 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12052', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1926', - 'placement' => '256', - 'prev_word_id' => '2137', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '801', - ], - 7383 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12053', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '917', - 'placement' => '257', - 'prev_word_id' => '801', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1926', - ], - 7384 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12054', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '258', - 'prev_word_id' => '1926', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '917', - ], - 7385 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12055', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2180', - 'placement' => '259', - 'prev_word_id' => '917', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '976', - ], - 7386 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12056', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2181', - 'placement' => '260', - 'prev_word_id' => '976', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2180', - ], - 7387 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12057', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2171', - 'placement' => '261', - 'prev_word_id' => '2180', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2181', - ], - 7388 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12058', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '262', - 'prev_word_id' => '2181', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '2171', - ], - 7389 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12059', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '263', - 'prev_word_id' => '2171', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '976', - ], - 7390 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12060', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '264', - 'prev_word_id' => '976', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1191', - ], - 7391 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '148', - 'frequency' => '0', - 'id' => '12061', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '265', - 'prev_word_id' => '1191', - 'published' => '1311154194', - 'section_id' => '1', - 'word_id' => '1191', - ], - 7392 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '149', - 'frequency' => '0', - 'id' => '12062', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1716', - ], - 7393 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '149', - 'frequency' => '0', - 'id' => '12063', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1716', - ], - 7394 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12064', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '942', - ], - 7395 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12065', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '1', - 'prev_word_id' => '942', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '943', - ], - 7396 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12066', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '2', - 'prev_word_id' => '943', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '822', - ], - 7397 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12067', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2182', - 'placement' => '3', - 'prev_word_id' => '822', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '929', - ], - 7398 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12068', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '4', - 'prev_word_id' => '929', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2182', - ], - 7399 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12069', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '5', - 'prev_word_id' => '2182', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '822', - ], - 7400 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12070', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '6', - 'prev_word_id' => '822', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1417', - ], - 7401 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12071', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2106', - 'placement' => '7', - 'prev_word_id' => '1417', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1396', - ], - 7402 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12072', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2183', - 'placement' => '8', - 'prev_word_id' => '1396', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2106', - ], - 7403 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12073', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1371', - 'placement' => '9', - 'prev_word_id' => '2106', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2183', - ], - 7404 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12074', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2184', - 'placement' => '10', - 'prev_word_id' => '2183', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1371', - ], - 7405 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12075', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '11', - 'prev_word_id' => '1371', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2184', - ], - 7406 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12076', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '12', - 'prev_word_id' => '2184', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7407 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12077', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '13', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '856', - ], - 7408 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12078', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2185', - 'placement' => '14', - 'prev_word_id' => '856', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7409 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12079', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '15', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2185', - ], - 7410 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12080', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1237', - 'placement' => '16', - 'prev_word_id' => '2185', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7411 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12081', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2186', - 'placement' => '17', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1237', - ], - 7412 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12082', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '18', - 'prev_word_id' => '1237', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2186', - ], - 7413 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12083', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '19', - 'prev_word_id' => '2186', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '898', - ], - 7414 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12084', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '20', - 'prev_word_id' => '898', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7415 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12085', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '826', - 'placement' => '21', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7416 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12086', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1056', - 'placement' => '22', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '826', - ], - 7417 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12087', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1057', - 'placement' => '23', - 'prev_word_id' => '826', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1056', - ], - 7418 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12088', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '24', - 'prev_word_id' => '1056', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1057', - ], - 7419 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12089', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '25', - 'prev_word_id' => '1057', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7420 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12090', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '26', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7421 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12091', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '942', - 'placement' => '27', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7422 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12092', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '28', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '942', - ], - 7423 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12093', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2187', - 'placement' => '29', - 'prev_word_id' => '942', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '943', - ], - 7424 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12094', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '30', - 'prev_word_id' => '943', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2187', - ], - 7425 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12095', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '31', - 'prev_word_id' => '2187', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '948', - ], - 7426 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12096', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2188', - 'placement' => '32', - 'prev_word_id' => '948', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '949', - ], - 7427 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12097', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2189', - 'placement' => '33', - 'prev_word_id' => '949', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2188', - ], - 7428 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12098', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '34', - 'prev_word_id' => '2188', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2189', - ], - 7429 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12099', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '35', - 'prev_word_id' => '2189', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '948', - ], - 7430 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12100', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1833', - 'placement' => '36', - 'prev_word_id' => '948', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '949', - ], - 7431 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12101', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '37', - 'prev_word_id' => '949', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1833', - ], - 7432 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12102', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2190', - 'placement' => '38', - 'prev_word_id' => '1833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7433 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12103', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '39', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2190', - ], - 7434 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12104', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '40', - 'prev_word_id' => '2190', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '948', - ], - 7435 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12105', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '942', - 'placement' => '41', - 'prev_word_id' => '948', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '949', - ], - 7436 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12106', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '42', - 'prev_word_id' => '949', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '942', - ], - 7437 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12107', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1307', - 'placement' => '43', - 'prev_word_id' => '942', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '943', - ], - 7438 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12108', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1754', - 'placement' => '44', - 'prev_word_id' => '943', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1307', - ], - 7439 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12109', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '45', - 'prev_word_id' => '1307', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1754', - ], - 7440 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12110', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '46', - 'prev_word_id' => '1754', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '948', - ], - 7441 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12111', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '942', - 'placement' => '47', - 'prev_word_id' => '948', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '949', - ], - 7442 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12112', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '48', - 'prev_word_id' => '949', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '942', - ], - 7443 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12113', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1724', - 'placement' => '49', - 'prev_word_id' => '942', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '943', - ], - 7444 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12114', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2191', - 'placement' => '50', - 'prev_word_id' => '943', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1724', - ], - 7445 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12115', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '51', - 'prev_word_id' => '1724', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2191', - ], - 7446 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12116', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '52', - 'prev_word_id' => '2191', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1191', - ], - 7447 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '150', - 'frequency' => '0', - 'id' => '12117', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '53', - 'prev_word_id' => '1191', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1191', - ], - 7448 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12118', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7449 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12119', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '1', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7450 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12120', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '2', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1133', - ], - 7451 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12121', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '3', - 'prev_word_id' => '1133', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1133', - ], - 7452 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12122', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '4', - 'prev_word_id' => '1133', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '841', - ], - 7453 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12123', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '5', - 'prev_word_id' => '841', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7454 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12124', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '6', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '831', - ], - 7455 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12125', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2192', - 'placement' => '7', - 'prev_word_id' => '831', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7456 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12126', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '8', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2192', - ], - 7457 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12127', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '9', - 'prev_word_id' => '2192', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '841', - ], - 7458 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12128', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '10', - 'prev_word_id' => '841', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7459 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12129', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '11', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '831', - ], - 7460 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12130', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2193', - 'placement' => '12', - 'prev_word_id' => '831', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '832', - ], - 7461 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12131', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '13', - 'prev_word_id' => '832', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2193', - ], - 7462 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12132', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '925', - 'placement' => '14', - 'prev_word_id' => '2193', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7463 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12133', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2194', - 'placement' => '15', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '925', - ], - 7464 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12134', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2195', - 'placement' => '16', - 'prev_word_id' => '925', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2194', - ], - 7465 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12135', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '17', - 'prev_word_id' => '2194', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2195', - ], - 7466 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12136', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2196', - 'placement' => '18', - 'prev_word_id' => '2195', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 7467 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12137', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '19', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2196', - ], - 7468 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12138', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '20', - 'prev_word_id' => '2196', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7469 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12139', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2069', - 'placement' => '21', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1689', - ], - 7470 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12140', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2197', - 'placement' => '22', - 'prev_word_id' => '1689', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2069', - ], - 7471 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12141', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2198', - 'placement' => '23', - 'prev_word_id' => '2069', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2197', - ], - 7472 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12142', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '24', - 'prev_word_id' => '2197', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2198', - ], - 7473 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12143', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2199', - 'placement' => '25', - 'prev_word_id' => '2198', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7474 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12144', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2200', - 'placement' => '26', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2199', - ], - 7475 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12145', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2201', - 'placement' => '27', - 'prev_word_id' => '2199', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2200', - ], - 7476 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12146', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '28', - 'prev_word_id' => '2200', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2201', - ], - 7477 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12147', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '29', - 'prev_word_id' => '2201', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7478 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12148', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '30', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7479 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12149', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '31', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '805', - ], - 7480 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12150', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2202', - 'placement' => '32', - 'prev_word_id' => '805', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7481 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12151', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '33', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2202', - ], - 7482 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12152', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '34', - 'prev_word_id' => '2202', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1133', - ], - 7483 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12153', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '35', - 'prev_word_id' => '1133', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '841', - ], - 7484 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12154', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '36', - 'prev_word_id' => '841', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7485 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12155', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2203', - 'placement' => '37', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '831', - ], - 7486 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12156', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1320', - 'placement' => '38', - 'prev_word_id' => '831', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2203', - ], - 7487 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12157', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2204', - 'placement' => '39', - 'prev_word_id' => '2203', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1320', - ], - 7488 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12158', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '40', - 'prev_word_id' => '1320', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2204', - ], - 7489 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12159', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2205', - 'placement' => '41', - 'prev_word_id' => '2204', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 7490 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12160', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '42', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2205', - ], - 7491 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12161', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2206', - 'placement' => '43', - 'prev_word_id' => '2205', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7492 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12162', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '44', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2206', - ], - 7493 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12163', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '45', - 'prev_word_id' => '2206', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '816', - ], - 7494 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12164', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2207', - 'placement' => '46', - 'prev_word_id' => '816', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '841', - ], - 7495 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12165', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2208', - 'placement' => '47', - 'prev_word_id' => '841', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2207', - ], - 7496 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12166', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2209', - 'placement' => '48', - 'prev_word_id' => '2207', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2208', - ], - 7497 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12167', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '49', - 'prev_word_id' => '2208', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2209', - ], - 7498 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12168', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '50', - 'prev_word_id' => '2209', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7499 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12169', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '865', - 'placement' => '51', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '921', - ], - 7500 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12170', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '52', - 'prev_word_id' => '921', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '865', - ], - 7501 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12171', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '53', - 'prev_word_id' => '865', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7502 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12172', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '54', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7503 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12173', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '55', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '805', - ], - 7504 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12174', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2210', - 'placement' => '56', - 'prev_word_id' => '805', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7505 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12175', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '57', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2210', - ], - 7506 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12176', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '829', - 'placement' => '58', - 'prev_word_id' => '2210', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '828', - ], - 7507 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12177', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2201', - 'placement' => '59', - 'prev_word_id' => '828', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '829', - ], - 7508 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12178', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '60', - 'prev_word_id' => '829', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2201', - ], - 7509 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12179', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '925', - 'placement' => '61', - 'prev_word_id' => '2201', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7510 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12180', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2211', - 'placement' => '62', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '925', - ], - 7511 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12181', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '63', - 'prev_word_id' => '925', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2211', - ], - 7512 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12182', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1941', - 'placement' => '64', - 'prev_word_id' => '2211', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '843', - ], - 7513 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12183', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '65', - 'prev_word_id' => '843', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1941', - ], - 7514 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12184', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2212', - 'placement' => '66', - 'prev_word_id' => '1941', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7515 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12185', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '67', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2212', - ], - 7516 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12186', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '68', - 'prev_word_id' => '2212', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '848', - ], - 7517 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12187', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2192', - 'placement' => '69', - 'prev_word_id' => '848', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7518 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12188', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '70', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2192', - ], - 7519 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12189', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '71', - 'prev_word_id' => '2192', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1258', - ], - 7520 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12190', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1720', - 'placement' => '72', - 'prev_word_id' => '1258', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7521 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12191', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2213', - 'placement' => '73', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1720', - ], - 7522 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12192', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2214', - 'placement' => '74', - 'prev_word_id' => '1720', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2213', - ], - 7523 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12193', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '75', - 'prev_word_id' => '2213', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2214', - ], - 7524 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12194', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '76', - 'prev_word_id' => '2214', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1835', - ], - 7525 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12195', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1982', - 'placement' => '77', - 'prev_word_id' => '1835', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7526 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12196', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2215', - 'placement' => '78', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1982', - ], - 7527 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12197', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2216', - 'placement' => '79', - 'prev_word_id' => '1982', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2215', - ], - 7528 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12198', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '80', - 'prev_word_id' => '2215', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2216', - ], - 7529 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12199', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2212', - 'placement' => '81', - 'prev_word_id' => '2216', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '804', - ], - 7530 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12200', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2217', - 'placement' => '82', - 'prev_word_id' => '804', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2212', - ], - 7531 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12201', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1720', - 'placement' => '83', - 'prev_word_id' => '2212', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2217', - ], - 7532 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12202', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2218', - 'placement' => '84', - 'prev_word_id' => '2217', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1720', - ], - 7533 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12203', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2214', - 'placement' => '85', - 'prev_word_id' => '1720', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2218', - ], - 7534 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12204', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2198', - 'placement' => '86', - 'prev_word_id' => '2218', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2214', - ], - 7535 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12205', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2219', - 'placement' => '87', - 'prev_word_id' => '2214', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2198', - ], - 7536 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12206', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2220', - 'placement' => '88', - 'prev_word_id' => '2198', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2219', - ], - 7537 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12207', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '89', - 'prev_word_id' => '2219', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2220', - ], - 7538 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12208', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '90', - 'prev_word_id' => '2220', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1437', - ], - 7539 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12209', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '91', - 'prev_word_id' => '1437', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7540 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12210', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '92', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7541 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12211', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '93', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '805', - ], - 7542 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12212', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '94', - 'prev_word_id' => '805', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1290', - ], - 7543 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12213', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '95', - 'prev_word_id' => '1290', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7544 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12214', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2221', - 'placement' => '96', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7545 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12215', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2222', - 'placement' => '97', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2221', - ], - 7546 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12216', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '98', - 'prev_word_id' => '2221', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2222', - ], - 7547 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12217', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '99', - 'prev_word_id' => '2222', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '828', - ], - 7548 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12218', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2223', - 'placement' => '100', - 'prev_word_id' => '828', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7549 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12219', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2203', - 'placement' => '101', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2223', - ], - 7550 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12220', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2224', - 'placement' => '102', - 'prev_word_id' => '2223', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2203', - ], - 7551 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12221', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '103', - 'prev_word_id' => '2203', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2224', - ], - 7552 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12222', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '104', - 'prev_word_id' => '2224', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 7553 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12223', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2225', - 'placement' => '105', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7554 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12224', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '106', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2225', - ], - 7555 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12225', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '107', - 'prev_word_id' => '2225', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7556 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12226', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '108', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7557 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12227', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '109', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7558 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12228', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2226', - 'placement' => '110', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1133', - ], - 7559 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12229', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '111', - 'prev_word_id' => '1133', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2226', - ], - 7560 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12230', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '112', - 'prev_word_id' => '2226', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '805', - ], - 7561 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12231', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2227', - 'placement' => '113', - 'prev_word_id' => '805', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7562 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12232', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2228', - 'placement' => '114', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2227', - ], - 7563 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12233', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '115', - 'prev_word_id' => '2227', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2228', - ], - 7564 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12234', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2223', - 'placement' => '116', - 'prev_word_id' => '2228', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7565 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12235', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2229', - 'placement' => '117', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2223', - ], - 7566 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12236', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '912', - 'placement' => '118', - 'prev_word_id' => '2223', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2229', - ], - 7567 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12237', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '119', - 'prev_word_id' => '2229', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '912', - ], - 7568 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12238', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1548', - 'placement' => '120', - 'prev_word_id' => '912', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7569 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12239', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2230', - 'placement' => '121', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1548', - ], - 7570 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12240', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2212', - 'placement' => '122', - 'prev_word_id' => '1548', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2230', - ], - 7571 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12241', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '123', - 'prev_word_id' => '2230', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2212', - ], - 7572 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12242', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2231', - 'placement' => '124', - 'prev_word_id' => '2212', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1133', - ], - 7573 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12243', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2232', - 'placement' => '125', - 'prev_word_id' => '1133', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2231', - ], - 7574 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12244', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '126', - 'prev_word_id' => '2231', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2232', - ], - 7575 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12245', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2233', - 'placement' => '127', - 'prev_word_id' => '2232', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7576 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12246', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2234', - 'placement' => '128', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2233', - ], - 7577 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12247', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2235', - 'placement' => '129', - 'prev_word_id' => '2233', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2234', - ], - 7578 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12248', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1824', - 'placement' => '130', - 'prev_word_id' => '2234', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2235', - ], - 7579 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12249', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2236', - 'placement' => '131', - 'prev_word_id' => '2235', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1824', - ], - 7580 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12250', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '132', - 'prev_word_id' => '1824', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2236', - ], - 7581 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12251', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '912', - 'placement' => '133', - 'prev_word_id' => '2236', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '816', - ], - 7582 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12252', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2237', - 'placement' => '134', - 'prev_word_id' => '816', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '912', - ], - 7583 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12253', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1641', - 'placement' => '135', - 'prev_word_id' => '912', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2237', - ], - 7584 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12254', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '919', - 'placement' => '136', - 'prev_word_id' => '2237', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1641', - ], - 7585 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12255', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '137', - 'prev_word_id' => '1641', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '919', - ], - 7586 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12256', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '861', - 'placement' => '138', - 'prev_word_id' => '919', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7587 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12257', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '914', - 'placement' => '139', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '861', - ], - 7588 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12258', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '140', - 'prev_word_id' => '861', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '914', - ], - 7589 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12259', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '141', - 'prev_word_id' => '914', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7590 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12260', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '925', - 'placement' => '142', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7591 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12261', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2238', - 'placement' => '143', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '925', - ], - 7592 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12262', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2239', - 'placement' => '144', - 'prev_word_id' => '925', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2238', - ], - 7593 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12263', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1022', - 'placement' => '145', - 'prev_word_id' => '2238', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2239', - ], - 7594 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12264', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2240', - 'placement' => '146', - 'prev_word_id' => '2239', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1022', - ], - 7595 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12265', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1424', - 'placement' => '147', - 'prev_word_id' => '1022', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2240', - ], - 7596 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12266', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2072', - 'placement' => '148', - 'prev_word_id' => '2240', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1424', - ], - 7597 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12267', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2241', - 'placement' => '149', - 'prev_word_id' => '1424', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2072', - ], - 7598 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12268', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '150', - 'prev_word_id' => '2072', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2241', - ], - 7599 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12269', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '151', - 'prev_word_id' => '2241', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1443', - ], - 7600 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12270', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '152', - 'prev_word_id' => '1443', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7601 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12271', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1530', - 'placement' => '153', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '804', - ], - 7602 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12272', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '154', - 'prev_word_id' => '804', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1530', - ], - 7603 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12273', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1504', - 'placement' => '155', - 'prev_word_id' => '1530', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '809', - ], - 7604 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12274', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2242', - 'placement' => '156', - 'prev_word_id' => '809', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1504', - ], - 7605 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12275', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2236', - 'placement' => '157', - 'prev_word_id' => '1504', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2242', - ], - 7606 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12276', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '158', - 'prev_word_id' => '2242', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2236', - ], - 7607 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12277', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2197', - 'placement' => '159', - 'prev_word_id' => '2236', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '809', - ], - 7608 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12278', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '160', - 'prev_word_id' => '809', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2197', - ], - 7609 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12279', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2243', - 'placement' => '161', - 'prev_word_id' => '2197', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 7610 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12280', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '162', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2243', - ], - 7611 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12281', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2244', - 'placement' => '163', - 'prev_word_id' => '2243', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7612 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12282', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '164', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2244', - ], - 7613 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12283', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2245', - 'placement' => '165', - 'prev_word_id' => '2244', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7614 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12284', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '166', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2245', - ], - 7615 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12285', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2246', - 'placement' => '167', - 'prev_word_id' => '2245', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7616 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12286', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '168', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2246', - ], - 7617 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12287', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '925', - 'placement' => '169', - 'prev_word_id' => '2246', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7618 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12288', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '170', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '925', - ], - 7619 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12289', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '171', - 'prev_word_id' => '925', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '805', - ], - 7620 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12290', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2247', - 'placement' => '172', - 'prev_word_id' => '805', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7621 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12291', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2192', - 'placement' => '173', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2247', - ], - 7622 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12292', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2203', - 'placement' => '174', - 'prev_word_id' => '2247', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2192', - ], - 7623 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12293', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2193', - 'placement' => '175', - 'prev_word_id' => '2192', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2203', - ], - 7624 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12294', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '176', - 'prev_word_id' => '2203', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2193', - ], - 7625 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12295', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '177', - 'prev_word_id' => '2193', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 7626 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12296', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '961', - 'placement' => '178', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7627 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12297', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '179', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '961', - ], - 7628 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12298', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '180', - 'prev_word_id' => '961', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7629 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12299', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1126', - 'placement' => '181', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '945', - ], - 7630 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12300', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '182', - 'prev_word_id' => '945', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1126', - ], - 7631 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12301', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1126', - 'placement' => '183', - 'prev_word_id' => '1126', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '804', - ], - 7632 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12302', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2248', - 'placement' => '184', - 'prev_word_id' => '804', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1126', - ], - 7633 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12303', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '185', - 'prev_word_id' => '1126', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2248', - ], - 7634 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12304', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2221', - 'placement' => '186', - 'prev_word_id' => '2248', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7635 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12305', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1802', - 'placement' => '187', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2221', - ], - 7636 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12306', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2249', - 'placement' => '188', - 'prev_word_id' => '2221', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1802', - ], - 7637 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12307', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2250', - 'placement' => '189', - 'prev_word_id' => '1802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2249', - ], - 7638 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12308', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '190', - 'prev_word_id' => '2249', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2250', - ], - 7639 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12309', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1861', - 'placement' => '191', - 'prev_word_id' => '2250', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7640 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12310', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '842', - 'placement' => '192', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1861', - ], - 7641 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12311', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '193', - 'prev_word_id' => '1861', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '842', - ], - 7642 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12312', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1934', - 'placement' => '194', - 'prev_word_id' => '842', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7643 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12313', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1907', - 'placement' => '195', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1934', - ], - 7644 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12314', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '196', - 'prev_word_id' => '1934', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1907', - ], - 7645 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12315', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2251', - 'placement' => '197', - 'prev_word_id' => '1907', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '841', - ], - 7646 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12316', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '198', - 'prev_word_id' => '841', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2251', - ], - 7647 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12317', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1640', - 'placement' => '199', - 'prev_word_id' => '2251', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7648 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12318', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2252', - 'placement' => '200', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1640', - ], - 7649 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12319', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '201', - 'prev_word_id' => '1640', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2252', - ], - 7650 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12320', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '202', - 'prev_word_id' => '2252', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '848', - ], - 7651 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12321', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2253', - 'placement' => '203', - 'prev_word_id' => '848', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '898', - ], - 7652 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12322', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '204', - 'prev_word_id' => '898', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2253', - ], - 7653 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12323', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '205', - 'prev_word_id' => '2253', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7654 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12324', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2254', - 'placement' => '206', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7655 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12325', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '207', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2254', - ], - 7656 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12326', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '208', - 'prev_word_id' => '2254', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '809', - ], - 7657 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12327', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1786', - 'placement' => '209', - 'prev_word_id' => '809', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7658 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12328', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2255', - 'placement' => '210', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1786', - ], - 7659 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12329', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2256', - 'placement' => '211', - 'prev_word_id' => '1786', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2255', - ], - 7660 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12330', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '212', - 'prev_word_id' => '2255', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2256', - ], - 7661 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12331', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1414', - 'placement' => '213', - 'prev_word_id' => '2256', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '921', - ], - 7662 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12332', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2069', - 'placement' => '214', - 'prev_word_id' => '921', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1414', - ], - 7663 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12333', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2257', - 'placement' => '215', - 'prev_word_id' => '1414', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2069', - ], - 7664 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12334', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '216', - 'prev_word_id' => '2069', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2257', - ], - 7665 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12335', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '217', - 'prev_word_id' => '2257', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 7666 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12336', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2048', - 'placement' => '218', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '804', - ], - 7667 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12337', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '219', - 'prev_word_id' => '804', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2048', - ], - 7668 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12338', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '220', - 'prev_word_id' => '2048', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7669 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12339', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '221', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7670 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12340', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2024', - 'placement' => '222', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1689', - ], - 7671 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12341', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2258', - 'placement' => '223', - 'prev_word_id' => '1689', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2024', - ], - 7672 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12342', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '224', - 'prev_word_id' => '2024', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2258', - ], - 7673 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12343', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1022', - 'placement' => '225', - 'prev_word_id' => '2258', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7674 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12344', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '226', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1022', - ], - 7675 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12345', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2259', - 'placement' => '227', - 'prev_word_id' => '1022', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7676 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12346', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '228', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2259', - ], - 7677 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12347', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2231', - 'placement' => '229', - 'prev_word_id' => '2259', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '816', - ], - 7678 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12348', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '230', - 'prev_word_id' => '816', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2231', - ], - 7679 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12349', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1127', - 'placement' => '231', - 'prev_word_id' => '2231', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 7680 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12350', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '232', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1127', - ], - 7681 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12351', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2260', - 'placement' => '233', - 'prev_word_id' => '1127', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7682 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12352', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2261', - 'placement' => '234', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2260', - ], - 7683 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12353', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2262', - 'placement' => '235', - 'prev_word_id' => '2260', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2261', - ], - 7684 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12354', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '236', - 'prev_word_id' => '2261', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2262', - ], - 7685 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12355', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '237', - 'prev_word_id' => '2262', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7686 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12356', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2262', - 'placement' => '238', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1042', - ], - 7687 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12357', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2263', - 'placement' => '239', - 'prev_word_id' => '1042', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2262', - ], - 7688 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12358', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '240', - 'prev_word_id' => '2262', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2263', - ], - 7689 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12359', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '241', - 'prev_word_id' => '2263', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '893', - ], - 7690 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12360', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '242', - 'prev_word_id' => '893', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '894', - ], - 7691 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12361', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '862', - 'placement' => '243', - 'prev_word_id' => '894', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1319', - ], - 7692 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12362', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '244', - 'prev_word_id' => '1319', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '862', - ], - 7693 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12363', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1795', - 'placement' => '245', - 'prev_word_id' => '862', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '945', - ], - 7694 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12364', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '246', - 'prev_word_id' => '945', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1795', - ], - 7695 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12365', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '247', - 'prev_word_id' => '1795', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7696 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12366', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '248', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7697 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12367', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1348', - 'placement' => '249', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '805', - ], - 7698 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12368', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '250', - 'prev_word_id' => '805', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1348', - ], - 7699 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12369', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '251', - 'prev_word_id' => '1348', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '816', - ], - 7700 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12370', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2205', - 'placement' => '252', - 'prev_word_id' => '816', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '894', - ], - 7701 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12371', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '253', - 'prev_word_id' => '894', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2205', - ], - 7702 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12372', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2206', - 'placement' => '254', - 'prev_word_id' => '2205', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7703 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12373', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '255', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2206', - ], - 7704 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12374', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '256', - 'prev_word_id' => '2206', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7705 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12375', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2264', - 'placement' => '257', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7706 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12376', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2265', - 'placement' => '258', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2264', - ], - 7707 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12377', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2205', - 'placement' => '259', - 'prev_word_id' => '2264', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2265', - ], - 7708 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12378', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2266', - 'placement' => '260', - 'prev_word_id' => '2265', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2205', - ], - 7709 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12379', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '261', - 'prev_word_id' => '2205', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2266', - ], - 7710 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12380', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2004', - 'placement' => '262', - 'prev_word_id' => '2266', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1437', - ], - 7711 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12381', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2231', - 'placement' => '263', - 'prev_word_id' => '1437', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2004', - ], - 7712 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12382', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '264', - 'prev_word_id' => '2004', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2231', - ], - 7713 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12383', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2267', - 'placement' => '265', - 'prev_word_id' => '2231', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7714 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12384', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1368', - 'placement' => '266', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2267', - ], - 7715 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12385', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '267', - 'prev_word_id' => '2267', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1368', - ], - 7716 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12386', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2268', - 'placement' => '268', - 'prev_word_id' => '1368', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7717 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12387', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '269', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2268', - ], - 7718 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12388', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2269', - 'placement' => '270', - 'prev_word_id' => '2268', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 7719 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12389', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2270', - 'placement' => '271', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2269', - ], - 7720 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12390', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1368', - 'placement' => '272', - 'prev_word_id' => '2269', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2270', - ], - 7721 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12391', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '273', - 'prev_word_id' => '2270', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1368', - ], - 7722 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12392', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '274', - 'prev_word_id' => '1368', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7723 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12393', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1084', - 'placement' => '275', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7724 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12394', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '276', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1084', - ], - 7725 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12395', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2271', - 'placement' => '277', - 'prev_word_id' => '1084', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '815', - ], - 7726 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12396', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2124', - 'placement' => '278', - 'prev_word_id' => '815', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2271', - ], - 7727 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12397', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '279', - 'prev_word_id' => '2271', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2124', - ], - 7728 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12398', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2130', - 'placement' => '280', - 'prev_word_id' => '2124', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7729 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12399', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '281', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2130', - ], - 7730 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12400', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '910', - 'placement' => '282', - 'prev_word_id' => '2130', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '943', - ], - 7731 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12401', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '283', - 'prev_word_id' => '943', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '910', - ], - 7732 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12402', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '284', - 'prev_word_id' => '910', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '894', - ], - 7733 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12403', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '285', - 'prev_word_id' => '894', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7734 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12404', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '286', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1317', - ], - 7735 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12405', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1590', - 'placement' => '287', - 'prev_word_id' => '1317', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '804', - ], - 7736 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12406', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2272', - 'placement' => '288', - 'prev_word_id' => '804', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1590', - ], - 7737 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12407', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '289', - 'prev_word_id' => '1590', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2272', - ], - 7738 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12408', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1688', - 'placement' => '290', - 'prev_word_id' => '2272', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 7739 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12409', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '291', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1688', - ], - 7740 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12410', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2225', - 'placement' => '292', - 'prev_word_id' => '1688', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7741 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12411', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1808', - 'placement' => '293', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2225', - ], - 7742 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12412', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2273', - 'placement' => '294', - 'prev_word_id' => '2225', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1808', - ], - 7743 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12413', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '295', - 'prev_word_id' => '1808', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2273', - ], - 7744 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12414', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2215', - 'placement' => '296', - 'prev_word_id' => '2273', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 7745 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12415', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2274', - 'placement' => '297', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2215', - ], - 7746 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12416', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '298', - 'prev_word_id' => '2215', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2274', - ], - 7747 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12417', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '299', - 'prev_word_id' => '2274', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '948', - ], - 7748 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12418', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '300', - 'prev_word_id' => '948', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '949', - ], - 7749 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12419', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '301', - 'prev_word_id' => '949', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '948', - ], - 7750 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12420', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2275', - 'placement' => '302', - 'prev_word_id' => '948', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '949', - ], - 7751 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12421', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '959', - 'placement' => '303', - 'prev_word_id' => '949', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2275', - ], - 7752 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12422', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '304', - 'prev_word_id' => '2275', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '959', - ], - 7753 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12423', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '305', - 'prev_word_id' => '959', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7754 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12424', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1791', - 'placement' => '306', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7755 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12425', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '307', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1791', - ], - 7756 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12426', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1732', - 'placement' => '308', - 'prev_word_id' => '1791', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7757 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12427', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2276', - 'placement' => '309', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1732', - ], - 7758 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12428', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1549', - 'placement' => '310', - 'prev_word_id' => '1732', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2276', - ], - 7759 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12429', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '311', - 'prev_word_id' => '2276', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1549', - ], - 7760 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12430', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1646', - 'placement' => '312', - 'prev_word_id' => '1549', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1437', - ], - 7761 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12431', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2277', - 'placement' => '313', - 'prev_word_id' => '1437', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1646', - ], - 7762 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12432', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '314', - 'prev_word_id' => '1646', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2277', - ], - 7763 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12433', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '315', - 'prev_word_id' => '2277', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7764 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12434', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '316', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1665', - ], - 7765 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12435', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1513', - 'placement' => '317', - 'prev_word_id' => '1665', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7766 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12436', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '318', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1513', - ], - 7767 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12437', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2278', - 'placement' => '319', - 'prev_word_id' => '1513', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7768 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12438', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '320', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2278', - ], - 7769 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12439', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '321', - 'prev_word_id' => '2278', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7770 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12440', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2279', - 'placement' => '322', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7771 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12441', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '323', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2279', - ], - 7772 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12442', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2280', - 'placement' => '324', - 'prev_word_id' => '2279', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 7773 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12443', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '325', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2280', - ], - 7774 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12444', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2281', - 'placement' => '326', - 'prev_word_id' => '2280', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7775 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12445', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2282', - 'placement' => '327', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2281', - ], - 7776 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12446', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '328', - 'prev_word_id' => '2281', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2282', - ], - 7777 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12447', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '329', - 'prev_word_id' => '2282', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7778 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12448', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1790', - 'placement' => '330', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1317', - ], - 7779 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12449', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1359', - 'placement' => '331', - 'prev_word_id' => '1317', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1790', - ], - 7780 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12450', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '332', - 'prev_word_id' => '1790', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1359', - ], - 7781 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12451', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1940', - 'placement' => '333', - 'prev_word_id' => '1359', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1317', - ], - 7782 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12452', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '334', - 'prev_word_id' => '1317', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1940', - ], - 7783 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12453', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '335', - 'prev_word_id' => '1940', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7784 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12454', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '336', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7785 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12455', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2283', - 'placement' => '337', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '809', - ], - 7786 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12456', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '338', - 'prev_word_id' => '809', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2283', - ], - 7787 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12457', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2284', - 'placement' => '339', - 'prev_word_id' => '2283', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7788 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12458', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1908', - 'placement' => '340', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2284', - ], - 7789 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12459', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2285', - 'placement' => '341', - 'prev_word_id' => '2284', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1908', - ], - 7790 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12460', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2286', - 'placement' => '342', - 'prev_word_id' => '1908', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2285', - ], - 7791 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12461', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2287', - 'placement' => '343', - 'prev_word_id' => '2285', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2286', - ], - 7792 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12462', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '344', - 'prev_word_id' => '2286', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2287', - ], - 7793 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12463', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '345', - 'prev_word_id' => '2287', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '945', - ], - 7794 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12464', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '346', - 'prev_word_id' => '945', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '805', - ], - 7795 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12465', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1871', - 'placement' => '347', - 'prev_word_id' => '805', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1290', - ], - 7796 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12466', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1415', - 'placement' => '348', - 'prev_word_id' => '1290', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1871', - ], - 7797 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12467', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2288', - 'placement' => '349', - 'prev_word_id' => '1871', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1415', - ], - 7798 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12468', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2289', - 'placement' => '350', - 'prev_word_id' => '1415', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2288', - ], - 7799 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12469', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '351', - 'prev_word_id' => '2288', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2289', - ], - 7800 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12470', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1638', - 'placement' => '352', - 'prev_word_id' => '2289', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7801 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12471', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '905', - 'placement' => '353', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1638', - ], - 7802 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12472', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '354', - 'prev_word_id' => '1638', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '905', - ], - 7803 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12473', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '355', - 'prev_word_id' => '905', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '805', - ], - 7804 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12474', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '356', - 'prev_word_id' => '805', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7805 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12475', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2290', - 'placement' => '357', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1816', - ], - 7806 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12476', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '358', - 'prev_word_id' => '1816', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2290', - ], - 7807 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12477', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '359', - 'prev_word_id' => '2290', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7808 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12478', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '360', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7809 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12479', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '361', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1133', - ], - 7810 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12480', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '362', - 'prev_word_id' => '1133', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1689', - ], - 7811 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12481', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1727', - 'placement' => '363', - 'prev_word_id' => '1689', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7812 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12482', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1327', - 'placement' => '364', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1727', - ], - 7813 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12483', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '365', - 'prev_word_id' => '1727', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1327', - ], - 7814 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12484', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '900', - 'placement' => '366', - 'prev_word_id' => '1327', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '831', - ], - 7815 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12485', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '367', - 'prev_word_id' => '831', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '900', - ], - 7816 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12486', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1606', - 'placement' => '368', - 'prev_word_id' => '900', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1437', - ], - 7817 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12487', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '959', - 'placement' => '369', - 'prev_word_id' => '1437', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1606', - ], - 7818 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12488', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '370', - 'prev_word_id' => '1606', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '959', - ], - 7819 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12489', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '846', - 'placement' => '371', - 'prev_word_id' => '959', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7820 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12490', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1861', - 'placement' => '372', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '846', - ], - 7821 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12491', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '373', - 'prev_word_id' => '846', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1861', - ], - 7822 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12492', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2291', - 'placement' => '374', - 'prev_word_id' => '1861', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1263', - ], - 7823 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12493', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '375', - 'prev_word_id' => '1263', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2291', - ], - 7824 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12494', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2285', - 'placement' => '376', - 'prev_word_id' => '2291', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7825 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12495', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2286', - 'placement' => '377', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2285', - ], - 7826 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12496', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '378', - 'prev_word_id' => '2285', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2286', - ], - 7827 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12497', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2287', - 'placement' => '379', - 'prev_word_id' => '2286', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7828 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12498', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '380', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2287', - ], - 7829 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12499', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2292', - 'placement' => '381', - 'prev_word_id' => '2287', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7830 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12500', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2293', - 'placement' => '382', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2292', - ], - 7831 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12501', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '383', - 'prev_word_id' => '2292', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2293', - ], - 7832 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12502', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2294', - 'placement' => '384', - 'prev_word_id' => '2293', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7833 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12503', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '385', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2294', - ], - 7834 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12504', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2295', - 'placement' => '386', - 'prev_word_id' => '2294', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7835 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12505', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '824', - 'placement' => '387', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2295', - ], - 7836 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12506', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '388', - 'prev_word_id' => '2295', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '824', - ], - 7837 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12507', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1732', - 'placement' => '389', - 'prev_word_id' => '824', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7838 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12508', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '390', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1732', - ], - 7839 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12509', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '391', - 'prev_word_id' => '1732', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7840 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12510', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1327', - 'placement' => '392', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1277', - ], - 7841 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12511', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '905', - 'placement' => '393', - 'prev_word_id' => '1277', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1327', - ], - 7842 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12512', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '394', - 'prev_word_id' => '1327', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '905', - ], - 7843 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12513', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '395', - 'prev_word_id' => '905', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '816', - ], - 7844 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12514', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '959', - 'placement' => '396', - 'prev_word_id' => '816', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1749', - ], - 7845 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12515', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '397', - 'prev_word_id' => '1749', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '959', - ], - 7846 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12516', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1797', - 'placement' => '398', - 'prev_word_id' => '959', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '843', - ], - 7847 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12517', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '399', - 'prev_word_id' => '843', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1797', - ], - 7848 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12518', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2296', - 'placement' => '400', - 'prev_word_id' => '1797', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1596', - ], - 7849 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12519', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '904', - 'placement' => '401', - 'prev_word_id' => '1596', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2296', - ], - 7850 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12520', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '402', - 'prev_word_id' => '2296', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '904', - ], - 7851 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12521', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1937', - 'placement' => '403', - 'prev_word_id' => '904', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7852 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12522', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '404', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1937', - ], - 7853 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12523', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2297', - 'placement' => '405', - 'prev_word_id' => '1937', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1263', - ], - 7854 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12524', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '904', - 'placement' => '406', - 'prev_word_id' => '1263', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2297', - ], - 7855 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12525', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1681', - 'placement' => '407', - 'prev_word_id' => '2297', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '904', - ], - 7856 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12526', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2298', - 'placement' => '408', - 'prev_word_id' => '904', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1681', - ], - 7857 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12527', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '959', - 'placement' => '409', - 'prev_word_id' => '1681', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2298', - ], - 7858 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12528', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '410', - 'prev_word_id' => '2298', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '959', - ], - 7859 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12529', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2299', - 'placement' => '411', - 'prev_word_id' => '959', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '939', - ], - 7860 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12530', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '412', - 'prev_word_id' => '939', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2299', - ], - 7861 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12531', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2300', - 'placement' => '413', - 'prev_word_id' => '2299', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1437', - ], - 7862 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12532', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '414', - 'prev_word_id' => '1437', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2300', - ], - 7863 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12533', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '415', - 'prev_word_id' => '2300', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7864 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12534', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '416', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 7865 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12535', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1751', - 'placement' => '417', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7866 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12536', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1480', - 'placement' => '418', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1751', - ], - 7867 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12537', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1881', - 'placement' => '419', - 'prev_word_id' => '1751', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1480', - ], - 7868 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12538', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '959', - 'placement' => '420', - 'prev_word_id' => '1480', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1881', - ], - 7869 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12539', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2301', - 'placement' => '421', - 'prev_word_id' => '1881', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '959', - ], - 7870 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12540', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '422', - 'prev_word_id' => '959', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2301', - ], - 7871 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12541', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2302', - 'placement' => '423', - 'prev_word_id' => '2301', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '823', - ], - 7872 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12542', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1698', - 'placement' => '424', - 'prev_word_id' => '823', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2302', - ], - 7873 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12543', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '425', - 'prev_word_id' => '2302', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1698', - ], - 7874 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12544', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1959', - 'placement' => '426', - 'prev_word_id' => '1698', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7875 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12545', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '427', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1959', - ], - 7876 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12546', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1560', - 'placement' => '428', - 'prev_word_id' => '1959', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7877 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12547', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2046', - 'placement' => '429', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1560', - ], - 7878 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12548', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '430', - 'prev_word_id' => '1560', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2046', - ], - 7879 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12549', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1497', - 'placement' => '431', - 'prev_word_id' => '2046', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7880 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12550', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2293', - 'placement' => '432', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1497', - ], - 7881 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12551', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '433', - 'prev_word_id' => '1497', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2293', - ], - 7882 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12552', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2303', - 'placement' => '434', - 'prev_word_id' => '2293', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7883 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12553', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '824', - 'placement' => '435', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2303', - ], - 7884 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12554', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '436', - 'prev_word_id' => '2303', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '824', - ], - 7885 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12555', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2304', - 'placement' => '437', - 'prev_word_id' => '824', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7886 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12556', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '438', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2304', - ], - 7887 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12557', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '439', - 'prev_word_id' => '2304', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7888 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12558', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '440', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7889 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12559', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2305', - 'placement' => '441', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7890 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12560', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '870', - 'placement' => '442', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2305', - ], - 7891 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12561', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '443', - 'prev_word_id' => '2305', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '870', - ], - 7892 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12562', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2306', - 'placement' => '444', - 'prev_word_id' => '870', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7893 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12563', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '959', - 'placement' => '445', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2306', - ], - 7894 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12564', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1295', - 'placement' => '446', - 'prev_word_id' => '2306', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '959', - ], - 7895 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12565', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2307', - 'placement' => '447', - 'prev_word_id' => '959', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1295', - ], - 7896 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12566', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '448', - 'prev_word_id' => '1295', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2307', - ], - 7897 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12567', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2308', - 'placement' => '449', - 'prev_word_id' => '2307', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7898 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12568', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1651', - 'placement' => '450', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2308', - ], - 7899 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12569', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '451', - 'prev_word_id' => '2308', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1651', - ], - 7900 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12570', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2065', - 'placement' => '452', - 'prev_word_id' => '1651', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7901 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12571', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '453', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2065', - ], - 7902 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12572', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2073', - 'placement' => '454', - 'prev_word_id' => '2065', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7903 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12573', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '455', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2073', - ], - 7904 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12574', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1766', - 'placement' => '456', - 'prev_word_id' => '2073', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7905 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12575', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '457', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1766', - ], - 7906 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12576', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2309', - 'placement' => '458', - 'prev_word_id' => '1766', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '836', - ], - 7907 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12577', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1351', - 'placement' => '459', - 'prev_word_id' => '836', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2309', - ], - 7908 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12578', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '460', - 'prev_word_id' => '2309', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1351', - ], - 7909 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12579', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2310', - 'placement' => '461', - 'prev_word_id' => '1351', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '804', - ], - 7910 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12580', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1670', - 'placement' => '462', - 'prev_word_id' => '804', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2310', - ], - 7911 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12581', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '463', - 'prev_word_id' => '2310', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1670', - ], - 7912 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12582', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '464', - 'prev_word_id' => '1670', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '843', - ], - 7913 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12583', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2311', - 'placement' => '465', - 'prev_word_id' => '843', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '844', - ], - 7914 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12584', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1896', - 'placement' => '466', - 'prev_word_id' => '844', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2311', - ], - 7915 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12585', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '467', - 'prev_word_id' => '2311', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1896', - ], - 7916 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12586', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '912', - 'placement' => '468', - 'prev_word_id' => '1896', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7917 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12587', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '469', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '912', - ], - 7918 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12588', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '470', - 'prev_word_id' => '912', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7919 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12589', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '471', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 7920 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12590', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1303', - 'placement' => '472', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '841', - ], - 7921 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12591', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2312', - 'placement' => '473', - 'prev_word_id' => '841', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1303', - ], - 7922 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12592', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2313', - 'placement' => '474', - 'prev_word_id' => '1303', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2312', - ], - 7923 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12593', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2314', - 'placement' => '475', - 'prev_word_id' => '2312', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2313', - ], - 7924 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12594', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '476', - 'prev_word_id' => '2313', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2314', - ], - 7925 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12595', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '959', - 'placement' => '477', - 'prev_word_id' => '2314', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1437', - ], - 7926 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12596', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '478', - 'prev_word_id' => '1437', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '959', - ], - 7927 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12597', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '479', - 'prev_word_id' => '959', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1317', - ], - 7928 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12598', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2315', - 'placement' => '480', - 'prev_word_id' => '1317', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1318', - ], - 7929 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12599', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2316', - 'placement' => '481', - 'prev_word_id' => '1318', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2315', - ], - 7930 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12600', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '482', - 'prev_word_id' => '2315', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2316', - ], - 7931 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12601', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '483', - 'prev_word_id' => '2316', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 7932 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12602', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1791', - 'placement' => '484', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 7933 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12603', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1802', - 'placement' => '485', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1791', - ], - 7934 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12604', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '486', - 'prev_word_id' => '1791', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1802', - ], - 7935 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12605', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '487', - 'prev_word_id' => '1802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '941', - ], - 7936 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12606', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1755', - 'placement' => '488', - 'prev_word_id' => '941', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7937 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12607', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1736', - 'placement' => '489', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1755', - ], - 7938 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12608', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '490', - 'prev_word_id' => '1755', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1736', - ], - 7939 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12609', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2317', - 'placement' => '491', - 'prev_word_id' => '1736', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7940 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12610', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '492', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2317', - ], - 7941 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12611', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2318', - 'placement' => '493', - 'prev_word_id' => '2317', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7942 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12612', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '494', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2318', - ], - 7943 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12613', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1509', - 'placement' => '495', - 'prev_word_id' => '2318', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 7944 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12614', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '496', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1509', - ], - 7945 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12615', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2319', - 'placement' => '497', - 'prev_word_id' => '1509', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 7946 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12616', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '498', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2319', - ], - 7947 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12617', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '499', - 'prev_word_id' => '2319', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7948 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12618', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '500', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '894', - ], - 7949 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12619', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2005', - 'placement' => '501', - 'prev_word_id' => '894', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '843', - ], - 7950 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12620', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '502', - 'prev_word_id' => '843', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2005', - ], - 7951 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12621', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '503', - 'prev_word_id' => '2005', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7952 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12622', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '504', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '832', - ], - 7953 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12623', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2320', - 'placement' => '505', - 'prev_word_id' => '832', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7954 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12624', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '506', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2320', - ], - 7955 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12625', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '507', - 'prev_word_id' => '2320', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7956 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12626', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '975', - 'placement' => '508', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 7957 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12627', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1723', - 'placement' => '509', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '975', - ], - 7958 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12628', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2321', - 'placement' => '510', - 'prev_word_id' => '975', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1723', - ], - 7959 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12629', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2322', - 'placement' => '511', - 'prev_word_id' => '1723', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2321', - ], - 7960 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12630', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1359', - 'placement' => '512', - 'prev_word_id' => '2321', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2322', - ], - 7961 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12631', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1342', - 'placement' => '513', - 'prev_word_id' => '2322', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1359', - ], - 7962 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12632', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '514', - 'prev_word_id' => '1359', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1342', - ], - 7963 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12633', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2222', - 'placement' => '515', - 'prev_word_id' => '1342', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '844', - ], - 7964 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12634', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '516', - 'prev_word_id' => '844', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2222', - ], - 7965 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12635', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1713', - 'placement' => '517', - 'prev_word_id' => '2222', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7966 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12636', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '518', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1713', - ], - 7967 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12637', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '519', - 'prev_word_id' => '1713', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 7968 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12638', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1806', - 'placement' => '520', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '954', - ], - 7969 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12639', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2270', - 'placement' => '521', - 'prev_word_id' => '954', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1806', - ], - 7970 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12640', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1727', - 'placement' => '522', - 'prev_word_id' => '1806', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2270', - ], - 7971 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12641', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1802', - 'placement' => '523', - 'prev_word_id' => '2270', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1727', - ], - 7972 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12642', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '524', - 'prev_word_id' => '1727', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1802', - ], - 7973 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12643', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1728', - 'placement' => '525', - 'prev_word_id' => '1802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7974 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12644', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2323', - 'placement' => '526', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1728', - ], - 7975 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12645', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2324', - 'placement' => '527', - 'prev_word_id' => '1728', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2323', - ], - 7976 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12646', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '528', - 'prev_word_id' => '2323', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2324', - ], - 7977 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12647', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '529', - 'prev_word_id' => '2324', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7978 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12648', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2191', - 'placement' => '530', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '848', - ], - 7979 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12649', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1404', - 'placement' => '531', - 'prev_word_id' => '848', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2191', - ], - 7980 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12650', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '532', - 'prev_word_id' => '2191', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1404', - ], - 7981 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12651', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '533', - 'prev_word_id' => '1404', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1437', - ], - 7982 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12652', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1212', - 'placement' => '534', - 'prev_word_id' => '1437', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 7983 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12653', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '535', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1212', - ], - 7984 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12654', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '536', - 'prev_word_id' => '1212', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 7985 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12655', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '537', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 7986 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12656', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '538', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 7987 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12657', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2320', - 'placement' => '539', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '843', - ], - 7988 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12658', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '540', - 'prev_word_id' => '843', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2320', - ], - 7989 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12659', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '541', - 'prev_word_id' => '2320', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 7990 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12660', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2325', - 'placement' => '542', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1609', - ], - 7991 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12661', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '543', - 'prev_word_id' => '1609', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2325', - ], - 7992 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12662', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2326', - 'placement' => '544', - 'prev_word_id' => '2325', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '823', - ], - 7993 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12663', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2206', - 'placement' => '545', - 'prev_word_id' => '823', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2326', - ], - 7994 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12664', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1373', - 'placement' => '546', - 'prev_word_id' => '2326', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2206', - ], - 7995 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12665', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2327', - 'placement' => '547', - 'prev_word_id' => '2206', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1373', - ], - 7996 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12666', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '548', - 'prev_word_id' => '1373', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2327', - ], - 7997 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12667', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '549', - 'prev_word_id' => '2327', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '894', - ], - 7998 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12668', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '550', - 'prev_word_id' => '894', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '843', - ], - 7999 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12669', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '551', - 'prev_word_id' => '843', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '968', - ], - 8000 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12670', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '552', - 'prev_word_id' => '968', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 8001 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12671', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '553', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '832', - ], - 8002 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12672', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2328', - 'placement' => '554', - 'prev_word_id' => '832', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8003 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12673', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '555', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2328', - ], - 8004 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12674', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2329', - 'placement' => '556', - 'prev_word_id' => '2328', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 8005 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12675', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '557', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2329', - ], - 8006 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12676', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '558', - 'prev_word_id' => '2329', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1317', - ], - 8007 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12677', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '559', - 'prev_word_id' => '1317', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1318', - ], - 8008 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12678', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '560', - 'prev_word_id' => '1318', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1319', - ], - 8009 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12679', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2330', - 'placement' => '561', - 'prev_word_id' => '1319', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8010 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12680', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '562', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2330', - ], - 8011 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12681', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '563', - 'prev_word_id' => '2330', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 8012 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12682', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '870', - 'placement' => '564', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 8013 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12683', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '565', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '870', - ], - 8014 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12684', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2331', - 'placement' => '566', - 'prev_word_id' => '870', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 8015 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12685', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2156', - 'placement' => '567', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2331', - ], - 8016 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12686', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2332', - 'placement' => '568', - 'prev_word_id' => '2331', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2156', - ], - 8017 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12687', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2333', - 'placement' => '569', - 'prev_word_id' => '2156', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2332', - ], - 8018 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12688', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2334', - 'placement' => '570', - 'prev_word_id' => '2332', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2333', - ], - 8019 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12689', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '571', - 'prev_word_id' => '2333', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2334', - ], - 8020 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12690', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1849', - 'placement' => '572', - 'prev_word_id' => '2334', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '804', - ], - 8021 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12691', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2335', - 'placement' => '573', - 'prev_word_id' => '804', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1849', - ], - 8022 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12692', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '574', - 'prev_word_id' => '1849', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2335', - ], - 8023 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12693', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '575', - 'prev_word_id' => '2335', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 8024 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12694', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1283', - 'placement' => '576', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 8025 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12695', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '577', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1283', - ], - 8026 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12696', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '895', - 'placement' => '578', - 'prev_word_id' => '1283', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '816', - ], - 8027 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12697', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '579', - 'prev_word_id' => '816', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '895', - ], - 8028 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12698', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '580', - 'prev_word_id' => '895', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '881', - ], - 8029 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12699', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '895', - 'placement' => '581', - 'prev_word_id' => '881', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8030 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12700', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2336', - 'placement' => '582', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '895', - ], - 8031 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12701', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '583', - 'prev_word_id' => '895', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2336', - ], - 8032 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12702', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1733', - 'placement' => '584', - 'prev_word_id' => '2336', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '804', - ], - 8033 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12703', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1935', - 'placement' => '585', - 'prev_word_id' => '804', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1733', - ], - 8034 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12704', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '586', - 'prev_word_id' => '1733', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1935', - ], - 8035 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12705', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '587', - 'prev_word_id' => '1935', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '805', - ], - 8036 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12706', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '829', - 'placement' => '588', - 'prev_word_id' => '805', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 8037 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12707', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '589', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '829', - ], - 8038 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12708', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2270', - 'placement' => '590', - 'prev_word_id' => '829', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 8039 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12709', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2337', - 'placement' => '591', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2270', - ], - 8040 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12710', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '592', - 'prev_word_id' => '2270', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2337', - ], - 8041 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12711', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2205', - 'placement' => '593', - 'prev_word_id' => '2337', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1410', - ], - 8042 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12712', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '594', - 'prev_word_id' => '1410', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2205', - ], - 8043 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12713', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '595', - 'prev_word_id' => '2205', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 8044 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12714', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1320', - 'placement' => '596', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '831', - ], - 8045 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12715', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '597', - 'prev_word_id' => '831', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1320', - ], - 8046 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12716', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '598', - 'prev_word_id' => '1320', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 8047 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12717', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '599', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '832', - ], - 8048 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12718', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2338', - 'placement' => '600', - 'prev_word_id' => '832', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '882', - ], - 8049 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12719', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '601', - 'prev_word_id' => '882', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2338', - ], - 8050 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12720', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '602', - 'prev_word_id' => '2338', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8051 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12721', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2339', - 'placement' => '603', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 8052 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12722', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2340', - 'placement' => '604', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2339', - ], - 8053 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12723', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '605', - 'prev_word_id' => '2339', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2340', - ], - 8054 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12724', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2315', - 'placement' => '606', - 'prev_word_id' => '2340', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 8055 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12725', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1359', - 'placement' => '607', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2315', - ], - 8056 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12726', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '608', - 'prev_word_id' => '2315', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1359', - ], - 8057 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12727', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1666', - 'placement' => '609', - 'prev_word_id' => '1359', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '843', - ], - 8058 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12728', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '610', - 'prev_word_id' => '843', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1666', - ], - 8059 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12729', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1627', - 'placement' => '611', - 'prev_word_id' => '1666', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8060 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12730', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '612', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1627', - ], - 8061 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12731', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '613', - 'prev_word_id' => '1627', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '830', - ], - 8062 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12732', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '614', - 'prev_word_id' => '830', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '848', - ], - 8063 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12733', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2254', - 'placement' => '615', - 'prev_word_id' => '848', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1596', - ], - 8064 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12734', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2341', - 'placement' => '616', - 'prev_word_id' => '1596', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2254', - ], - 8065 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12735', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '617', - 'prev_word_id' => '2254', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2341', - ], - 8066 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12736', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1513', - 'placement' => '618', - 'prev_word_id' => '2341', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 8067 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12737', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '619', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1513', - ], - 8068 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12738', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1603', - 'placement' => '620', - 'prev_word_id' => '1513', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1665', - ], - 8069 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12739', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1808', - 'placement' => '621', - 'prev_word_id' => '1665', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1603', - ], - 8070 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12740', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2342', - 'placement' => '622', - 'prev_word_id' => '1603', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1808', - ], - 8071 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12741', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '623', - 'prev_word_id' => '1808', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2342', - ], - 8072 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12742', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '624', - 'prev_word_id' => '2342', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 8073 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12743', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '625', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '807', - ], - 8074 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12744', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '626', - 'prev_word_id' => '807', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '823', - ], - 8075 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12745', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '627', - 'prev_word_id' => '823', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '881', - ], - 8076 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12746', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1733', - 'placement' => '628', - 'prev_word_id' => '881', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 8077 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12747', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1490', - 'placement' => '629', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1733', - ], - 8078 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12748', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1626', - 'placement' => '630', - 'prev_word_id' => '1733', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1490', - ], - 8079 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12749', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '631', - 'prev_word_id' => '1490', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1626', - ], - 8080 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12750', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2343', - 'placement' => '632', - 'prev_word_id' => '1626', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1665', - ], - 8081 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12751', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '633', - 'prev_word_id' => '1665', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2343', - ], - 8082 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12752', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1645', - 'placement' => '634', - 'prev_word_id' => '2343', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 8083 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12753', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '635', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1645', - ], - 8084 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12754', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1806', - 'placement' => '636', - 'prev_word_id' => '1645', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '954', - ], - 8085 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12755', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '637', - 'prev_word_id' => '954', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1806', - ], - 8086 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12756', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1935', - 'placement' => '638', - 'prev_word_id' => '1806', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8087 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12757', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2344', - 'placement' => '639', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1935', - ], - 8088 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12758', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '640', - 'prev_word_id' => '1935', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2344', - ], - 8089 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12759', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1236', - 'placement' => '641', - 'prev_word_id' => '2344', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 8090 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12760', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2345', - 'placement' => '642', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1236', - ], - 8091 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12761', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '643', - 'prev_word_id' => '1236', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2345', - ], - 8092 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12762', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2346', - 'placement' => '644', - 'prev_word_id' => '2345', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8093 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12763', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2347', - 'placement' => '645', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2346', - ], - 8094 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12764', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2348', - 'placement' => '646', - 'prev_word_id' => '2346', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2347', - ], - 8095 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12765', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '647', - 'prev_word_id' => '2347', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2348', - ], - 8096 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12766', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '648', - 'prev_word_id' => '2348', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 8097 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12767', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '649', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 8098 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12768', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '650', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '803', - ], - 8099 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12769', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '651', - 'prev_word_id' => '803', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '828', - ], - 8100 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12770', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2349', - 'placement' => '652', - 'prev_word_id' => '828', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1133', - ], - 8101 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12771', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '653', - 'prev_word_id' => '1133', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2349', - ], - 8102 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12772', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2350', - 'placement' => '654', - 'prev_word_id' => '2349', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 8103 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12773', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '655', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2350', - ], - 8104 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12774', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2351', - 'placement' => '656', - 'prev_word_id' => '2350', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '828', - ], - 8105 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12775', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2077', - 'placement' => '657', - 'prev_word_id' => '828', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2351', - ], - 8106 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12776', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2352', - 'placement' => '658', - 'prev_word_id' => '2351', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2077', - ], - 8107 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12777', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '659', - 'prev_word_id' => '2077', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2352', - ], - 8108 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12778', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2353', - 'placement' => '660', - 'prev_word_id' => '2352', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '828', - ], - 8109 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12779', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '661', - 'prev_word_id' => '828', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2353', - ], - 8110 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12780', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1055', - 'placement' => '662', - 'prev_word_id' => '2353', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1280', - ], - 8111 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12781', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2354', - 'placement' => '663', - 'prev_word_id' => '1280', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1055', - ], - 8112 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12782', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2355', - 'placement' => '664', - 'prev_word_id' => '1055', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2354', - ], - 8113 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12783', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '942', - 'placement' => '665', - 'prev_word_id' => '2354', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2355', - ], - 8114 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12784', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2356', - 'placement' => '666', - 'prev_word_id' => '2355', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '942', - ], - 8115 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12785', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '667', - 'prev_word_id' => '942', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2356', - ], - 8116 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12786', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '668', - 'prev_word_id' => '2356', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1605', - ], - 8117 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12787', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2341', - 'placement' => '669', - 'prev_word_id' => '1605', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '894', - ], - 8118 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12788', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '670', - 'prev_word_id' => '894', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2341', - ], - 8119 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12789', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1733', - 'placement' => '671', - 'prev_word_id' => '2341', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 8120 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12790', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '672', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1733', - ], - 8121 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12791', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2357', - 'placement' => '673', - 'prev_word_id' => '1733', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '943', - ], - 8122 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12792', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1513', - 'placement' => '674', - 'prev_word_id' => '943', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2357', - ], - 8123 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12793', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '675', - 'prev_word_id' => '2357', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1513', - ], - 8124 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12794', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2358', - 'placement' => '676', - 'prev_word_id' => '1513', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8125 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12795', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '677', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2358', - ], - 8126 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12796', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '678', - 'prev_word_id' => '2358', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 8127 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12797', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '679', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 8128 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12798', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1320', - 'placement' => '680', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1133', - ], - 8129 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12799', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '681', - 'prev_word_id' => '1133', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1320', - ], - 8130 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12800', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '682', - 'prev_word_id' => '1320', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '809', - ], - 8131 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12801', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '683', - 'prev_word_id' => '809', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1443', - ], - 8132 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12802', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '684', - 'prev_word_id' => '1443', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 8133 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12803', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '922', - 'placement' => '685', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 8134 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12804', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '686', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '922', - ], - 8135 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12805', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '925', - 'placement' => '687', - 'prev_word_id' => '922', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '831', - ], - 8136 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12806', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '688', - 'prev_word_id' => '831', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '925', - ], - 8137 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12807', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1950', - 'placement' => '689', - 'prev_word_id' => '925', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 8138 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12808', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1366', - 'placement' => '690', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1950', - ], - 8139 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12809', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '691', - 'prev_word_id' => '1950', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1366', - ], - 8140 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12810', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1720', - 'placement' => '692', - 'prev_word_id' => '1366', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '886', - ], - 8141 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12811', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2359', - 'placement' => '693', - 'prev_word_id' => '886', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1720', - ], - 8142 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12812', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '694', - 'prev_word_id' => '1720', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2359', - ], - 8143 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12813', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1298', - 'placement' => '695', - 'prev_word_id' => '2359', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '938', - ], - 8144 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12814', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '696', - 'prev_word_id' => '938', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1298', - ], - 8145 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12815', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2360', - 'placement' => '697', - 'prev_word_id' => '1298', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8146 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12816', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '698', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2360', - ], - 8147 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12817', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1502', - 'placement' => '699', - 'prev_word_id' => '2360', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 8148 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12818', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '700', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1502', - ], - 8149 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12819', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2361', - 'placement' => '701', - 'prev_word_id' => '1502', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8150 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12820', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '702', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2361', - ], - 8151 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12821', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2274', - 'placement' => '703', - 'prev_word_id' => '2361', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '834', - ], - 8152 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12822', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2223', - 'placement' => '704', - 'prev_word_id' => '834', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2274', - ], - 8153 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12823', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2229', - 'placement' => '705', - 'prev_word_id' => '2274', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2223', - ], - 8154 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12824', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '912', - 'placement' => '706', - 'prev_word_id' => '2223', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2229', - ], - 8155 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12825', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '707', - 'prev_word_id' => '2229', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '912', - ], - 8156 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12826', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '925', - 'placement' => '708', - 'prev_word_id' => '912', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 8157 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12827', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '709', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '925', - ], - 8158 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12828', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1310', - 'placement' => '710', - 'prev_word_id' => '925', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '805', - ], - 8159 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12829', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '711', - 'prev_word_id' => '805', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1310', - ], - 8160 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12830', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '712', - 'prev_word_id' => '1310', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8161 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12831', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2362', - 'placement' => '713', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 8162 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12832', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2313', - 'placement' => '714', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2362', - ], - 8163 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12833', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2363', - 'placement' => '715', - 'prev_word_id' => '2362', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2313', - ], - 8164 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12834', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1447', - 'placement' => '716', - 'prev_word_id' => '2313', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2363', - ], - 8165 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12835', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '717', - 'prev_word_id' => '2363', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1447', - ], - 8166 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12836', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '718', - 'prev_word_id' => '1447', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '893', - ], - 8167 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12837', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '719', - 'prev_word_id' => '893', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '894', - ], - 8168 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12838', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2364', - 'placement' => '720', - 'prev_word_id' => '894', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1317', - ], - 8169 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12839', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2231', - 'placement' => '721', - 'prev_word_id' => '1317', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2364', - ], - 8170 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12840', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2365', - 'placement' => '722', - 'prev_word_id' => '2364', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2231', - ], - 8171 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12841', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '723', - 'prev_word_id' => '2231', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2365', - ], - 8172 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12842', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2364', - 'placement' => '724', - 'prev_word_id' => '2365', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '848', - ], - 8173 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12843', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2210', - 'placement' => '725', - 'prev_word_id' => '848', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2364', - ], - 8174 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12844', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '912', - 'placement' => '726', - 'prev_word_id' => '2364', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2210', - ], - 8175 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12845', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1877', - 'placement' => '727', - 'prev_word_id' => '2210', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '912', - ], - 8176 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12846', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '728', - 'prev_word_id' => '912', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1877', - ], - 8177 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12847', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '729', - 'prev_word_id' => '1877', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1437', - ], - 8178 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12848', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '839', - 'placement' => '730', - 'prev_word_id' => '1437', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '886', - ], - 8179 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12849', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '731', - 'prev_word_id' => '886', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '839', - ], - 8180 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12850', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2366', - 'placement' => '732', - 'prev_word_id' => '839', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8181 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12851', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '733', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2366', - ], - 8182 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12852', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '867', - 'placement' => '734', - 'prev_word_id' => '2366', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 8183 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12853', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '735', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '867', - ], - 8184 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12854', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '736', - 'prev_word_id' => '867', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 8185 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12855', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1502', - 'placement' => '737', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 8186 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12856', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '738', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1502', - ], - 8187 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12857', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1247', - 'placement' => '739', - 'prev_word_id' => '1502', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8188 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12858', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1743', - 'placement' => '740', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1247', - ], - 8189 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12859', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2367', - 'placement' => '741', - 'prev_word_id' => '1247', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1743', - ], - 8190 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12860', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2364', - 'placement' => '742', - 'prev_word_id' => '1743', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2367', - ], - 8191 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12861', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2368', - 'placement' => '743', - 'prev_word_id' => '2367', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2364', - ], - 8192 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12862', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2369', - 'placement' => '744', - 'prev_word_id' => '2364', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2368', - ], - 8193 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12863', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2201', - 'placement' => '745', - 'prev_word_id' => '2368', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2369', - ], - 8194 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12864', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '912', - 'placement' => '746', - 'prev_word_id' => '2369', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2201', - ], - 8195 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12865', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2211', - 'placement' => '747', - 'prev_word_id' => '2201', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '912', - ], - 8196 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12866', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2370', - 'placement' => '748', - 'prev_word_id' => '912', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2211', - ], - 8197 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12867', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '749', - 'prev_word_id' => '2211', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2370', - ], - 8198 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12868', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '750', - 'prev_word_id' => '2370', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '976', - ], - 8199 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12869', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2371', - 'placement' => '751', - 'prev_word_id' => '976', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '974', - ], - 8200 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12870', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2372', - 'placement' => '752', - 'prev_word_id' => '974', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2371', - ], - 8201 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12871', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '753', - 'prev_word_id' => '2371', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2372', - ], - 8202 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12872', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1578', - 'placement' => '754', - 'prev_word_id' => '2372', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8203 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12873', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2275', - 'placement' => '755', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1578', - ], - 8204 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12874', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2364', - 'placement' => '756', - 'prev_word_id' => '1578', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2275', - ], - 8205 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12875', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2216', - 'placement' => '757', - 'prev_word_id' => '2275', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2364', - ], - 8206 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12876', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '758', - 'prev_word_id' => '2364', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2216', - ], - 8207 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12877', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2231', - 'placement' => '759', - 'prev_word_id' => '2216', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8208 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12878', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '760', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2231', - ], - 8209 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12879', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2373', - 'placement' => '761', - 'prev_word_id' => '2231', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '809', - ], - 8210 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12880', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '762', - 'prev_word_id' => '809', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2373', - ], - 8211 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12881', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2374', - 'placement' => '763', - 'prev_word_id' => '2373', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8212 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12882', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2375', - 'placement' => '764', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2374', - ], - 8213 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12883', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '765', - 'prev_word_id' => '2374', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2375', - ], - 8214 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12884', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '912', - 'placement' => '766', - 'prev_word_id' => '2375', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8215 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12885', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2135', - 'placement' => '767', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '912', - ], - 8216 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12886', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '768', - 'prev_word_id' => '912', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2135', - ], - 8217 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12887', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '864', - 'placement' => '769', - 'prev_word_id' => '2135', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 8218 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12888', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '770', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '864', - ], - 8219 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12889', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '771', - 'prev_word_id' => '864', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8220 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12890', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1938', - 'placement' => '772', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '804', - ], - 8221 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12891', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2201', - 'placement' => '773', - 'prev_word_id' => '804', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1938', - ], - 8222 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12892', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '912', - 'placement' => '774', - 'prev_word_id' => '1938', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2201', - ], - 8223 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12893', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2313', - 'placement' => '775', - 'prev_word_id' => '2201', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '912', - ], - 8224 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12894', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1718', - 'placement' => '776', - 'prev_word_id' => '912', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2313', - ], - 8225 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12895', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '777', - 'prev_word_id' => '2313', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1718', - ], - 8226 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12896', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2376', - 'placement' => '778', - 'prev_word_id' => '1718', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '810', - ], - 8227 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12897', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '779', - 'prev_word_id' => '810', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2376', - ], - 8228 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12898', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2377', - 'placement' => '780', - 'prev_word_id' => '2376', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 8229 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12899', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '919', - 'placement' => '781', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2377', - ], - 8230 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12900', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '782', - 'prev_word_id' => '2377', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '919', - ], - 8231 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12901', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '913', - 'placement' => '783', - 'prev_word_id' => '919', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8232 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12902', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '914', - 'placement' => '784', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '913', - ], - 8233 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12903', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '785', - 'prev_word_id' => '913', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '914', - ], - 8234 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12904', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2378', - 'placement' => '786', - 'prev_word_id' => '914', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8235 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12905', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '787', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2378', - ], - 8236 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12906', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2379', - 'placement' => '788', - 'prev_word_id' => '2378', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8237 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12907', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '789', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2379', - ], - 8238 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12908', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '790', - 'prev_word_id' => '2379', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1835', - ], - 8239 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12909', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2215', - 'placement' => '791', - 'prev_word_id' => '1835', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8240 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12910', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2216', - 'placement' => '792', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2215', - ], - 8241 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12911', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1357', - 'placement' => '793', - 'prev_word_id' => '2215', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2216', - ], - 8242 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12912', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '794', - 'prev_word_id' => '2216', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1357', - ], - 8243 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12913', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2380', - 'placement' => '795', - 'prev_word_id' => '1357', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 8244 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12914', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2313', - 'placement' => '796', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2380', - ], - 8245 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12915', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1815', - 'placement' => '797', - 'prev_word_id' => '2380', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2313', - ], - 8246 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12916', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1227', - 'placement' => '798', - 'prev_word_id' => '2313', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1815', - ], - 8247 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12917', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1247', - 'placement' => '799', - 'prev_word_id' => '1815', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1227', - ], - 8248 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12918', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1736', - 'placement' => '800', - 'prev_word_id' => '1227', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1247', - ], - 8249 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12919', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '801', - 'prev_word_id' => '1247', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1736', - ], - 8250 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12920', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '802', - 'prev_word_id' => '1736', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1280', - ], - 8251 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12921', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '803', - 'prev_word_id' => '1280', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '954', - ], - 8252 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12922', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '971', - 'placement' => '804', - 'prev_word_id' => '954', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8253 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12923', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '874', - 'placement' => '805', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '971', - ], - 8254 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12924', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '806', - 'prev_word_id' => '971', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '874', - ], - 8255 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12925', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1241', - 'placement' => '807', - 'prev_word_id' => '874', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '860', - ], - 8256 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12926', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '928', - 'placement' => '808', - 'prev_word_id' => '860', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1241', - ], - 8257 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12927', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '809', - 'prev_word_id' => '1241', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '928', - ], - 8258 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12928', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '810', - 'prev_word_id' => '928', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1337', - ], - 8259 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12929', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '811', - 'prev_word_id' => '1337', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8260 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12930', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1818', - 'placement' => '812', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1258', - ], - 8261 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12931', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '813', - 'prev_word_id' => '1258', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1818', - ], - 8262 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12932', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2381', - 'placement' => '814', - 'prev_word_id' => '1818', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8263 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12933', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '815', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2381', - ], - 8264 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12934', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1257', - 'placement' => '816', - 'prev_word_id' => '2381', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8265 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12935', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1940', - 'placement' => '817', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1257', - ], - 8266 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12936', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2382', - 'placement' => '818', - 'prev_word_id' => '1257', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1940', - ], - 8267 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12937', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2364', - 'placement' => '819', - 'prev_word_id' => '1940', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2382', - ], - 8268 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12938', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2383', - 'placement' => '820', - 'prev_word_id' => '2382', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2364', - ], - 8269 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12939', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '821', - 'prev_word_id' => '2364', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2383', - ], - 8270 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12940', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2384', - 'placement' => '822', - 'prev_word_id' => '2383', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '801', - ], - 8271 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12941', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2364', - 'placement' => '823', - 'prev_word_id' => '801', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2384', - ], - 8272 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12942', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1375', - 'placement' => '824', - 'prev_word_id' => '2384', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2364', - ], - 8273 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12943', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '825', - 'prev_word_id' => '2364', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1375', - ], - 8274 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12944', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2216', - 'placement' => '826', - 'prev_word_id' => '1375', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '833', - ], - 8275 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12945', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '827', - 'prev_word_id' => '833', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2216', - ], - 8276 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12946', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '828', - 'prev_word_id' => '2216', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '805', - ], - 8277 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12947', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2086', - 'placement' => '829', - 'prev_word_id' => '805', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '814', - ], - 8278 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12948', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1247', - 'placement' => '830', - 'prev_word_id' => '814', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2086', - ], - 8279 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12949', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '831', - 'prev_word_id' => '2086', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1247', - ], - 8280 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12950', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2270', - 'placement' => '832', - 'prev_word_id' => '1247', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '813', - ], - 8281 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12951', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '833', - 'prev_word_id' => '813', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2270', - ], - 8282 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12952', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '834', - 'prev_word_id' => '2270', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1133', - ], - 8283 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12953', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '829', - 'placement' => '835', - 'prev_word_id' => '1133', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '828', - ], - 8284 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12954', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1131', - 'placement' => '836', - 'prev_word_id' => '828', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '829', - ], - 8285 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12955', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1728', - 'placement' => '837', - 'prev_word_id' => '829', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1131', - ], - 8286 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12956', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1359', - 'placement' => '838', - 'prev_word_id' => '1131', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1728', - ], - 8287 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12957', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2385', - 'placement' => '839', - 'prev_word_id' => '1728', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1359', - ], - 8288 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12958', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '840', - 'prev_word_id' => '1359', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '2385', - ], - 8289 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12959', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '841', - 'prev_word_id' => '2385', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '863', - ], - 8290 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12960', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '842', - 'prev_word_id' => '863', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '802', - ], - 8291 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12961', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '843', - 'prev_word_id' => '802', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1191', - ], - 8292 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '151', - 'frequency' => '0', - 'id' => '12962', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '844', - 'prev_word_id' => '1191', - 'published' => '1311154195', - 'section_id' => '1', - 'word_id' => '1191', - ], - 8293 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '152', - 'frequency' => '0', - 'id' => '12963', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154196', - 'section_id' => '1', - 'word_id' => '1716', - ], - 8294 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '152', - 'frequency' => '0', - 'id' => '12964', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154196', - 'section_id' => '1', - 'word_id' => '1716', - ], - 8295 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '153', - 'frequency' => '0', - 'id' => '12965', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1716', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154196', - 'section_id' => '1', - 'word_id' => '1716', - ], - 8296 => [ - 'content_type_field_definition_id' => '267', - 'content_type_id' => '30', - 'contentobject_id' => '153', - 'frequency' => '0', - 'id' => '12966', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '1716', - 'published' => '1311154196', - 'section_id' => '1', - 'word_id' => '1716', - ], - 8297 => [ - 'content_type_field_definition_id' => '236', - 'content_type_id' => '23', - 'contentobject_id' => '154', - 'frequency' => '0', - 'id' => '12967', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '2216', - ], - 8298 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12968', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1517', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1753', - ], - 8299 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12969', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '1', - 'prev_word_id' => '1753', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1517', - ], - 8300 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12970', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '2', - 'prev_word_id' => '1517', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1005', - ], - 8301 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12971', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '3', - 'prev_word_id' => '1005', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1198', - ], - 8302 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12972', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '4', - 'prev_word_id' => '1198', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1046', - ], - 8303 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12973', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1085', - 'placement' => '5', - 'prev_word_id' => '1046', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '989', - ], - 8304 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12974', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1086', - 'placement' => '6', - 'prev_word_id' => '989', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1085', - ], - 8305 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12975', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1087', - 'placement' => '7', - 'prev_word_id' => '1085', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1086', - ], - 8306 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12976', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1088', - 'placement' => '8', - 'prev_word_id' => '1086', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1087', - ], - 8307 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12977', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '9', - 'prev_word_id' => '1087', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1088', - ], - 8308 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12978', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '10', - 'prev_word_id' => '1088', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8309 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12979', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '11', - 'prev_word_id' => '1089', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1090', - ], - 8310 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12980', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1092', - 'placement' => '12', - 'prev_word_id' => '1090', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1091', - ], - 8311 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12981', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1093', - 'placement' => '13', - 'prev_word_id' => '1091', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1092', - ], - 8312 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12982', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1094', - 'placement' => '14', - 'prev_word_id' => '1092', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1093', - ], - 8313 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12983', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1095', - 'placement' => '15', - 'prev_word_id' => '1093', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1094', - ], - 8314 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12984', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1096', - 'placement' => '16', - 'prev_word_id' => '1094', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1095', - ], - 8315 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12985', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '17', - 'prev_word_id' => '1095', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1096', - ], - 8316 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12986', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1230', - 'placement' => '18', - 'prev_word_id' => '1096', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8317 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12987', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '19', - 'prev_word_id' => '1108', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1230', - ], - 8318 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12988', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '20', - 'prev_word_id' => '1230', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1220', - ], - 8319 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12989', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1231', - 'placement' => '21', - 'prev_word_id' => '1220', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1116', - ], - 8320 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12990', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '22', - 'prev_word_id' => '1116', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1231', - ], - 8321 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12991', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1232', - 'placement' => '23', - 'prev_word_id' => '1231', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8322 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12992', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '24', - 'prev_word_id' => '1089', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1232', - ], - 8323 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12993', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '25', - 'prev_word_id' => '1232', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8324 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12994', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1233', - 'placement' => '26', - 'prev_word_id' => '1089', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '994', - ], - 8325 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12995', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '27', - 'prev_word_id' => '994', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1233', - ], - 8326 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12996', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '28', - 'prev_word_id' => '1233', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1188', - ], - 8327 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12997', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '29', - 'prev_word_id' => '1188', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1016', - ], - 8328 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12998', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '30', - 'prev_word_id' => '1016', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1043', - ], - 8329 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '12999', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '31', - 'prev_word_id' => '1043', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1172', - ], - 8330 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13000', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '32', - 'prev_word_id' => '1172', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '999', - ], - 8331 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13001', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '33', - 'prev_word_id' => '999', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1141', - ], - 8332 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13002', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '34', - 'prev_word_id' => '1141', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1101', - ], - 8333 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13003', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '35', - 'prev_word_id' => '1101', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '863', - ], - 8334 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13004', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '36', - 'prev_word_id' => '863', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1203', - ], - 8335 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13005', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '37', - 'prev_word_id' => '1203', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1042', - ], - 8336 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13006', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '38', - 'prev_word_id' => '1042', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1115', - ], - 8337 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13007', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '39', - 'prev_word_id' => '1115', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '995', - ], - 8338 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13008', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '40', - 'prev_word_id' => '995', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1034', - ], - 8339 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13009', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '41', - 'prev_word_id' => '1034', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1172', - ], - 8340 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13010', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '42', - 'prev_word_id' => '1172', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1189', - ], - 8341 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13011', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '43', - 'prev_word_id' => '1189', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1161', - ], - 8342 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13012', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '44', - 'prev_word_id' => '1161', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1170', - ], - 8343 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13013', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '45', - 'prev_word_id' => '1170', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '999', - ], - 8344 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13014', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '46', - 'prev_word_id' => '999', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1026', - ], - 8345 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13015', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '47', - 'prev_word_id' => '1026', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1197', - ], - 8346 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13016', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '48', - 'prev_word_id' => '1197', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1113', - ], - 8347 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13017', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '49', - 'prev_word_id' => '1113', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1042', - ], - 8348 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13018', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '50', - 'prev_word_id' => '1042', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8349 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13019', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '51', - 'prev_word_id' => '1006', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1011', - ], - 8350 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13020', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '52', - 'prev_word_id' => '1011', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1187', - ], - 8351 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13021', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '53', - 'prev_word_id' => '1187', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1163', - ], - 8352 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13022', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '54', - 'prev_word_id' => '1163', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1186', - ], - 8353 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13023', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '55', - 'prev_word_id' => '1186', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1187', - ], - 8354 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13024', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '56', - 'prev_word_id' => '1187', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1109', - ], - 8355 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13025', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '57', - 'prev_word_id' => '1109', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1014', - ], - 8356 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13026', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '58', - 'prev_word_id' => '1014', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1106', - ], - 8357 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13027', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '59', - 'prev_word_id' => '1106', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1038', - ], - 8358 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13028', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '60', - 'prev_word_id' => '1038', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '982', - ], - 8359 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13029', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '61', - 'prev_word_id' => '982', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '825', - ], - 8360 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13030', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '62', - 'prev_word_id' => '825', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1043', - ], - 8361 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13031', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '63', - 'prev_word_id' => '1043', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1107', - ], - 8362 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13032', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '64', - 'prev_word_id' => '1107', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1189', - ], - 8363 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13033', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '65', - 'prev_word_id' => '1189', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1029', - ], - 8364 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13034', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '66', - 'prev_word_id' => '1029', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8365 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13035', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '67', - 'prev_word_id' => '1006', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1011', - ], - 8366 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13036', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '68', - 'prev_word_id' => '1011', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1147', - ], - 8367 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13037', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '69', - 'prev_word_id' => '1147', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8368 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13038', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '70', - 'prev_word_id' => '1006', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1188', - ], - 8369 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13039', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '71', - 'prev_word_id' => '1188', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1051', - ], - 8370 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13040', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '72', - 'prev_word_id' => '1051', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1202', - ], - 8371 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '155', - 'frequency' => '0', - 'id' => '13041', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '73', - 'prev_word_id' => '1202', - 'published' => '1311154196', - 'section_id' => '6', - 'word_id' => '1161', - ], - 8372 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13042', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8373 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13043', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '1', - 'prev_word_id' => '1108', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8374 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13044', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '2', - 'prev_word_id' => '1006', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1000', - ], - 8375 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13045', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '3', - 'prev_word_id' => '1000', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1005', - ], - 8376 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13046', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '4', - 'prev_word_id' => '1005', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1198', - ], - 8377 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13047', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '5', - 'prev_word_id' => '1198', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1046', - ], - 8378 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13048', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1085', - 'placement' => '6', - 'prev_word_id' => '1046', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '989', - ], - 8379 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13049', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1086', - 'placement' => '7', - 'prev_word_id' => '989', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1085', - ], - 8380 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13050', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1087', - 'placement' => '8', - 'prev_word_id' => '1085', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1086', - ], - 8381 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13051', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1088', - 'placement' => '9', - 'prev_word_id' => '1086', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1087', - ], - 8382 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13052', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '10', - 'prev_word_id' => '1087', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1088', - ], - 8383 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13053', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '11', - 'prev_word_id' => '1088', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8384 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13054', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '12', - 'prev_word_id' => '1089', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1090', - ], - 8385 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13055', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1092', - 'placement' => '13', - 'prev_word_id' => '1090', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1091', - ], - 8386 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13056', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1093', - 'placement' => '14', - 'prev_word_id' => '1091', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1092', - ], - 8387 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13057', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1094', - 'placement' => '15', - 'prev_word_id' => '1092', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1093', - ], - 8388 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13058', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1095', - 'placement' => '16', - 'prev_word_id' => '1093', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1094', - ], - 8389 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13059', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1096', - 'placement' => '17', - 'prev_word_id' => '1094', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1095', - ], - 8390 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13060', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '18', - 'prev_word_id' => '1095', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1096', - ], - 8391 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13061', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '19', - 'prev_word_id' => '1096', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1145', - ], - 8392 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13062', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '20', - 'prev_word_id' => '1145', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1046', - ], - 8393 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13063', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1230', - 'placement' => '21', - 'prev_word_id' => '1046', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8394 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13064', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '22', - 'prev_word_id' => '1108', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1230', - ], - 8395 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13065', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '23', - 'prev_word_id' => '1230', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1220', - ], - 8396 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13066', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1231', - 'placement' => '24', - 'prev_word_id' => '1220', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1116', - ], - 8397 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13067', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '25', - 'prev_word_id' => '1116', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1231', - ], - 8398 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13068', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1232', - 'placement' => '26', - 'prev_word_id' => '1231', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8399 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13069', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '27', - 'prev_word_id' => '1089', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1232', - ], - 8400 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13070', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '28', - 'prev_word_id' => '1232', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8401 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13071', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1233', - 'placement' => '29', - 'prev_word_id' => '1089', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '994', - ], - 8402 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13072', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '30', - 'prev_word_id' => '994', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1233', - ], - 8403 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13073', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '31', - 'prev_word_id' => '1233', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1188', - ], - 8404 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13074', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '32', - 'prev_word_id' => '1188', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1016', - ], - 8405 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13075', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '33', - 'prev_word_id' => '1016', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1043', - ], - 8406 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13076', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1104', - 'placement' => '34', - 'prev_word_id' => '1043', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '981', - ], - 8407 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13077', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '35', - 'prev_word_id' => '981', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1104', - ], - 8408 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13078', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '36', - 'prev_word_id' => '1104', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1049', - ], - 8409 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13079', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '37', - 'prev_word_id' => '1049', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1170', - ], - 8410 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13080', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '38', - 'prev_word_id' => '1170', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1046', - ], - 8411 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13081', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '39', - 'prev_word_id' => '1046', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1029', - ], - 8412 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13082', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '40', - 'prev_word_id' => '1029', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1141', - ], - 8413 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13083', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '41', - 'prev_word_id' => '1141', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1142', - ], - 8414 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13084', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '42', - 'prev_word_id' => '1142', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '994', - ], - 8415 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13085', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '43', - 'prev_word_id' => '994', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '999', - ], - 8416 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13086', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '44', - 'prev_word_id' => '999', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '825', - ], - 8417 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13087', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '45', - 'prev_word_id' => '825', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1029', - ], - 8418 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13088', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '46', - 'prev_word_id' => '1029', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1164', - ], - 8419 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13089', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '47', - 'prev_word_id' => '1164', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1162', - ], - 8420 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13090', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '48', - 'prev_word_id' => '1162', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1107', - ], - 8421 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13091', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '49', - 'prev_word_id' => '1107', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1103', - ], - 8422 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13092', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '50', - 'prev_word_id' => '1103', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1001', - ], - 8423 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13093', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1199', - 'placement' => '51', - 'prev_word_id' => '1001', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1043', - ], - 8424 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13094', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '52', - 'prev_word_id' => '1043', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1199', - ], - 8425 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13095', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '53', - 'prev_word_id' => '1199', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1141', - ], - 8426 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13096', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '54', - 'prev_word_id' => '1141', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1047', - ], - 8427 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13097', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '55', - 'prev_word_id' => '1047', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1015', - ], - 8428 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13098', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '56', - 'prev_word_id' => '1015', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1110', - ], - 8429 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13099', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '57', - 'prev_word_id' => '1110', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1149', - ], - 8430 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13100', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '58', - 'prev_word_id' => '1149', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1026', - ], - 8431 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13101', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '59', - 'prev_word_id' => '1026', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1019', - ], - 8432 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13102', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '60', - 'prev_word_id' => '1019', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1100', - ], - 8433 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13103', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '61', - 'prev_word_id' => '1100', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1010', - ], - 8434 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13104', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '62', - 'prev_word_id' => '1010', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1048', - ], - 8435 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13105', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '63', - 'prev_word_id' => '1048', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '998', - ], - 8436 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13106', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '64', - 'prev_word_id' => '998', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1160', - ], - 8437 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13107', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '65', - 'prev_word_id' => '1160', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1033', - ], - 8438 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13108', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '66', - 'prev_word_id' => '1033', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1165', - ], - 8439 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13109', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '67', - 'prev_word_id' => '1165', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1027', - ], - 8440 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13110', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1209', - 'placement' => '68', - 'prev_word_id' => '1027', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1193', - ], - 8441 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13111', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '69', - 'prev_word_id' => '1193', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1209', - ], - 8442 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13112', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '70', - 'prev_word_id' => '1209', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1034', - ], - 8443 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13113', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '71', - 'prev_word_id' => '1034', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '995', - ], - 8444 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13114', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '72', - 'prev_word_id' => '995', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1203', - ], - 8445 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13115', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '73', - 'prev_word_id' => '1203', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1193', - ], - 8446 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13116', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '74', - 'prev_word_id' => '1193', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '999', - ], - 8447 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13117', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '75', - 'prev_word_id' => '999', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8448 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13118', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '76', - 'prev_word_id' => '1089', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1149', - ], - 8449 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13119', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '77', - 'prev_word_id' => '1149', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8450 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13120', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '78', - 'prev_word_id' => '1108', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8451 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13121', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '79', - 'prev_word_id' => '1006', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1000', - ], - 8452 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13122', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '80', - 'prev_word_id' => '1000', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8453 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13123', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '81', - 'prev_word_id' => '1108', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8454 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13124', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '2386', - 'placement' => '82', - 'prev_word_id' => '1006', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1000', - ], - 8455 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13125', - 'identifier' => 'publish_date', - 'integer_value' => '1175497860', - 'next_word_id' => '1191', - 'placement' => '83', - 'prev_word_id' => '1000', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '2386', - ], - 8456 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '156', - 'frequency' => '0', - 'id' => '13126', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '84', - 'prev_word_id' => '2386', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1191', - ], - 8457 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13127', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1088', - ], - 8458 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13128', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '1', - 'prev_word_id' => '1088', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8459 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13129', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '2', - 'prev_word_id' => '1089', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1090', - ], - 8460 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13130', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '3', - 'prev_word_id' => '1090', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1091', - ], - 8461 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13131', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '4', - 'prev_word_id' => '1091', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8462 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13132', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '5', - 'prev_word_id' => '1108', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8463 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13133', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '6', - 'prev_word_id' => '1006', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1000', - ], - 8464 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13134', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '7', - 'prev_word_id' => '1000', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1192', - ], - 8465 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13135', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '8', - 'prev_word_id' => '1192', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '825', - ], - 8466 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13136', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '9', - 'prev_word_id' => '825', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1112', - ], - 8467 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13137', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '10', - 'prev_word_id' => '1112', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1013', - ], - 8468 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13138', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '11', - 'prev_word_id' => '1013', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1111', - ], - 8469 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13139', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '12', - 'prev_word_id' => '1111', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1011', - ], - 8470 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13140', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '13', - 'prev_word_id' => '1011', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '989', - ], - 8471 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13141', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '14', - 'prev_word_id' => '989', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1026', - ], - 8472 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13142', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '15', - 'prev_word_id' => '1026', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1165', - ], - 8473 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13143', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '16', - 'prev_word_id' => '1165', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1117', - ], - 8474 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13144', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '17', - 'prev_word_id' => '1117', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1099', - ], - 8475 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13145', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '18', - 'prev_word_id' => '1099', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8476 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13146', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1088', - 'placement' => '19', - 'prev_word_id' => '1108', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1110', - ], - 8477 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13147', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '20', - 'prev_word_id' => '1110', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1088', - ], - 8478 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13148', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '21', - 'prev_word_id' => '1088', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8479 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13149', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '22', - 'prev_word_id' => '1089', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1090', - ], - 8480 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13150', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '2387', - 'placement' => '23', - 'prev_word_id' => '1090', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1091', - ], - 8481 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13151', - 'identifier' => 'publish_date', - 'integer_value' => '1175498940', - 'next_word_id' => '1191', - 'placement' => '24', - 'prev_word_id' => '1091', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '2387', - ], - 8482 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '157', - 'frequency' => '0', - 'id' => '13152', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '25', - 'prev_word_id' => '2387', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1191', - ], - 8483 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13153', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1517', - ], - 8484 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13154', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '1', - 'prev_word_id' => '1517', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1051', - ], - 8485 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13155', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '2', - 'prev_word_id' => '1051', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1103', - ], - 8486 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13156', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '3', - 'prev_word_id' => '1103', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1099', - ], - 8487 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13157', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '4', - 'prev_word_id' => '1099', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '992', - ], - 8488 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13158', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '5', - 'prev_word_id' => '992', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '993', - ], - 8489 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13159', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '6', - 'prev_word_id' => '993', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1052', - ], - 8490 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13160', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '7', - 'prev_word_id' => '1052', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '985', - ], - 8491 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13161', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '8', - 'prev_word_id' => '985', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1032', - ], - 8492 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13162', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '9', - 'prev_word_id' => '1032', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1135', - ], - 8493 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13163', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '10', - 'prev_word_id' => '1135', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1143', - ], - 8494 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13164', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '11', - 'prev_word_id' => '1143', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1000', - ], - 8495 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13165', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '12', - 'prev_word_id' => '1000', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1013', - ], - 8496 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13166', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1159', - 'placement' => '13', - 'prev_word_id' => '1013', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1193', - ], - 8497 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13167', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '14', - 'prev_word_id' => '1193', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1159', - ], - 8498 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13168', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '15', - 'prev_word_id' => '1159', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '984', - ], - 8499 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13169', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '16', - 'prev_word_id' => '984', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1168', - ], - 8500 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13170', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '17', - 'prev_word_id' => '1168', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1030', - ], - 8501 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13171', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1217', - 'placement' => '18', - 'prev_word_id' => '1030', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1202', - ], - 8502 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13172', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '19', - 'prev_word_id' => '1202', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1217', - ], - 8503 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13173', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '20', - 'prev_word_id' => '1217', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1192', - ], - 8504 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13174', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '21', - 'prev_word_id' => '1192', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1157', - ], - 8505 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13175', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1173', - 'placement' => '22', - 'prev_word_id' => '1157', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1044', - ], - 8506 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13176', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '23', - 'prev_word_id' => '1044', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1173', - ], - 8507 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13177', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '24', - 'prev_word_id' => '1173', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1001', - ], - 8508 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13178', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '25', - 'prev_word_id' => '1001', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1203', - ], - 8509 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13179', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '26', - 'prev_word_id' => '1203', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1164', - ], - 8510 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13180', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '27', - 'prev_word_id' => '1164', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1048', - ], - 8511 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13181', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '28', - 'prev_word_id' => '1048', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1194', - ], - 8512 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13182', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '29', - 'prev_word_id' => '1194', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1001', - ], - 8513 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13183', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '30', - 'prev_word_id' => '1001', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1034', - ], - 8514 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13184', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '31', - 'prev_word_id' => '1034', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1142', - ], - 8515 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13185', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '32', - 'prev_word_id' => '1142', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1156', - ], - 8516 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13186', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '33', - 'prev_word_id' => '1156', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1033', - ], - 8517 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13187', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '34', - 'prev_word_id' => '1033', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1052', - ], - 8518 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13188', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '35', - 'prev_word_id' => '1052', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1171', - ], - 8519 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13189', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '36', - 'prev_word_id' => '1171', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '984', - ], - 8520 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13190', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '37', - 'prev_word_id' => '984', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1188', - ], - 8521 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13191', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '38', - 'prev_word_id' => '1188', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1051', - ], - 8522 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13192', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '39', - 'prev_word_id' => '1051', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1114', - ], - 8523 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13193', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '40', - 'prev_word_id' => '1114', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1105', - ], - 8524 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13194', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '41', - 'prev_word_id' => '1105', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1202', - ], - 8525 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13195', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '42', - 'prev_word_id' => '1202', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1016', - ], - 8526 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13196', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '43', - 'prev_word_id' => '1016', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1034', - ], - 8527 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13197', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '44', - 'prev_word_id' => '1034', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1239', - ], - 8528 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13198', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '45', - 'prev_word_id' => '1239', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1171', - ], - 8529 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13199', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '46', - 'prev_word_id' => '1171', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1116', - ], - 8530 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13200', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '47', - 'prev_word_id' => '1116', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '825', - ], - 8531 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13201', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '48', - 'prev_word_id' => '825', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1165', - ], - 8532 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13202', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '49', - 'prev_word_id' => '1165', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1020', - ], - 8533 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13203', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '50', - 'prev_word_id' => '1020', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8534 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13204', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '51', - 'prev_word_id' => '1006', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1163', - ], - 8535 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13205', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '52', - 'prev_word_id' => '1163', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1100', - ], - 8536 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13206', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '53', - 'prev_word_id' => '1100', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1106', - ], - 8537 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13207', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '54', - 'prev_word_id' => '1106', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1030', - ], - 8538 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13208', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '55', - 'prev_word_id' => '1030', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1029', - ], - 8539 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13209', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '56', - 'prev_word_id' => '1029', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1048', - ], - 8540 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13210', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '57', - 'prev_word_id' => '1048', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1002', - ], - 8541 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13211', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '58', - 'prev_word_id' => '1002', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1141', - ], - 8542 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13212', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '59', - 'prev_word_id' => '1141', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '990', - ], - 8543 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13213', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '60', - 'prev_word_id' => '990', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1051', - ], - 8544 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13214', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1138', - 'placement' => '61', - 'prev_word_id' => '1051', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8545 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13215', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '62', - 'prev_word_id' => '1089', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1138', - ], - 8546 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13216', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '63', - 'prev_word_id' => '1138', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1040', - ], - 8547 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13217', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '64', - 'prev_word_id' => '1040', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1103', - ], - 8548 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13218', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '65', - 'prev_word_id' => '1103', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1030', - ], - 8549 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13219', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '66', - 'prev_word_id' => '1030', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1194', - ], - 8550 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13220', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '67', - 'prev_word_id' => '1194', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1017', - ], - 8551 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13221', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '68', - 'prev_word_id' => '1017', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '810', - ], - 8552 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13222', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '69', - 'prev_word_id' => '810', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1109', - ], - 8553 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13223', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '70', - 'prev_word_id' => '1109', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '810', - ], - 8554 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13224', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '71', - 'prev_word_id' => '810', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '986', - ], - 8555 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13225', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1139', - 'placement' => '72', - 'prev_word_id' => '986', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '985', - ], - 8556 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13226', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '73', - 'prev_word_id' => '985', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1139', - ], - 8557 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13227', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '74', - 'prev_word_id' => '1139', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1005', - ], - 8558 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13228', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '75', - 'prev_word_id' => '1005', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1165', - ], - 8559 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13229', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '76', - 'prev_word_id' => '1165', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '988', - ], - 8560 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13230', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '77', - 'prev_word_id' => '988', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1020', - ], - 8561 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13231', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '78', - 'prev_word_id' => '1020', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1007', - ], - 8562 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13232', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '79', - 'prev_word_id' => '1007', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '987', - ], - 8563 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13233', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '80', - 'prev_word_id' => '987', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1187', - ], - 8564 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13234', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '81', - 'prev_word_id' => '1187', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1192', - ], - 8565 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13235', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '82', - 'prev_word_id' => '1192', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1157', - ], - 8566 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13236', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '83', - 'prev_word_id' => '1157', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '983', - ], - 8567 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13237', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '84', - 'prev_word_id' => '983', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1110', - ], - 8568 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13238', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '85', - 'prev_word_id' => '1110', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1028', - ], - 8569 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13239', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '86', - 'prev_word_id' => '1028', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1218', - ], - 8570 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13240', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '87', - 'prev_word_id' => '1218', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1001', - ], - 8571 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13241', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '88', - 'prev_word_id' => '1001', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1196', - ], - 8572 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13242', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '89', - 'prev_word_id' => '1196', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '999', - ], - 8573 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13243', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '90', - 'prev_word_id' => '999', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '863', - ], - 8574 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '158', - 'frequency' => '0', - 'id' => '13244', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '91', - 'prev_word_id' => '863', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1051', - ], - 8575 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13245', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1047', - ], - 8576 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13246', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '1', - 'prev_word_id' => '1047', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1015', - ], - 8577 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13247', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '2', - 'prev_word_id' => '1015', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1110', - ], - 8578 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13248', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '3', - 'prev_word_id' => '1110', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1047', - ], - 8579 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13249', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '4', - 'prev_word_id' => '1047', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1015', - ], - 8580 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13250', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '5', - 'prev_word_id' => '1015', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1110', - ], - 8581 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13251', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '6', - 'prev_word_id' => '1110', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1149', - ], - 8582 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13252', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '7', - 'prev_word_id' => '1149', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1026', - ], - 8583 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13253', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '8', - 'prev_word_id' => '1026', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1019', - ], - 8584 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13254', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '9', - 'prev_word_id' => '1019', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1100', - ], - 8585 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13255', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '10', - 'prev_word_id' => '1100', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1010', - ], - 8586 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13256', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '11', - 'prev_word_id' => '1010', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1048', - ], - 8587 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13257', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '12', - 'prev_word_id' => '1048', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '998', - ], - 8588 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13258', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '13', - 'prev_word_id' => '998', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1160', - ], - 8589 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13259', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '14', - 'prev_word_id' => '1160', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1033', - ], - 8590 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13260', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '15', - 'prev_word_id' => '1033', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1165', - ], - 8591 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13261', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '16', - 'prev_word_id' => '1165', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '983', - ], - 8592 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13262', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '17', - 'prev_word_id' => '983', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1013', - ], - 8593 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13263', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '18', - 'prev_word_id' => '1013', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8594 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13264', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '19', - 'prev_word_id' => '1006', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1035', - ], - 8595 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13265', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '20', - 'prev_word_id' => '1035', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1048', - ], - 8596 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13266', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '21', - 'prev_word_id' => '1048', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1147', - ], - 8597 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13267', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '22', - 'prev_word_id' => '1147', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1208', - ], - 8598 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13268', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '23', - 'prev_word_id' => '1208', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1027', - ], - 8599 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13269', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1209', - 'placement' => '24', - 'prev_word_id' => '1027', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1193', - ], - 8600 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13270', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '25', - 'prev_word_id' => '1193', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1209', - ], - 8601 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13271', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '26', - 'prev_word_id' => '1209', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1034', - ], - 8602 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13272', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '27', - 'prev_word_id' => '1034', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '995', - ], - 8603 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13273', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '28', - 'prev_word_id' => '995', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1203', - ], - 8604 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13274', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '29', - 'prev_word_id' => '1203', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1193', - ], - 8605 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13275', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '30', - 'prev_word_id' => '1193', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '999', - ], - 8606 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13276', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '31', - 'prev_word_id' => '999', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8607 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13277', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '32', - 'prev_word_id' => '1089', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1149', - ], - 8608 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13278', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '33', - 'prev_word_id' => '1149', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1202', - ], - 8609 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13279', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '34', - 'prev_word_id' => '1202', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1048', - ], - 8610 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13280', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '35', - 'prev_word_id' => '1048', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1106', - ], - 8611 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13281', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '36', - 'prev_word_id' => '1106', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1020', - ], - 8612 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13282', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '37', - 'prev_word_id' => '1020', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1106', - ], - 8613 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13283', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1148', - 'placement' => '38', - 'prev_word_id' => '1106', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1014', - ], - 8614 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13284', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '39', - 'prev_word_id' => '1014', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1148', - ], - 8615 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13285', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '40', - 'prev_word_id' => '1148', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1116', - ], - 8616 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13286', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '41', - 'prev_word_id' => '1116', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1164', - ], - 8617 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13287', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '42', - 'prev_word_id' => '1164', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1035', - ], - 8618 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13288', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '43', - 'prev_word_id' => '1035', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '995', - ], - 8619 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13289', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '44', - 'prev_word_id' => '995', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '988', - ], - 8620 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13290', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '45', - 'prev_word_id' => '988', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1001', - ], - 8621 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13291', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '46', - 'prev_word_id' => '1001', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1208', - ], - 8622 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13292', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '47', - 'prev_word_id' => '1208', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1026', - ], - 8623 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13293', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '48', - 'prev_word_id' => '1026', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1019', - ], - 8624 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13294', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '49', - 'prev_word_id' => '1019', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1100', - ], - 8625 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13295', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '50', - 'prev_word_id' => '1100', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1047', - ], - 8626 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13296', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '51', - 'prev_word_id' => '1047', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1015', - ], - 8627 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13297', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '52', - 'prev_word_id' => '1015', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1110', - ], - 8628 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13298', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '53', - 'prev_word_id' => '1110', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1047', - ], - 8629 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13299', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '2388', - 'placement' => '54', - 'prev_word_id' => '1047', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1015', - ], - 8630 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13300', - 'identifier' => 'publish_date', - 'integer_value' => '1175497920', - 'next_word_id' => '1191', - 'placement' => '55', - 'prev_word_id' => '1015', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '2388', - ], - 8631 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '159', - 'frequency' => '0', - 'id' => '13301', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '56', - 'prev_word_id' => '2388', - 'published' => '1311154197', - 'section_id' => '6', - 'word_id' => '1191', - ], - 8632 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13302', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1172', - ], - 8633 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13303', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '1', - 'prev_word_id' => '1172', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1189', - ], - 8634 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13304', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '2', - 'prev_word_id' => '1189', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1161', - ], - 8635 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13305', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '3', - 'prev_word_id' => '1161', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1172', - ], - 8636 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13306', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '4', - 'prev_word_id' => '1172', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1189', - ], - 8637 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13307', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '5', - 'prev_word_id' => '1189', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1161', - ], - 8638 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13308', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '6', - 'prev_word_id' => '1161', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1170', - ], - 8639 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13309', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '7', - 'prev_word_id' => '1170', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '999', - ], - 8640 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13310', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '8', - 'prev_word_id' => '999', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1026', - ], - 8641 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13311', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '9', - 'prev_word_id' => '1026', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1197', - ], - 8642 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13312', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '10', - 'prev_word_id' => '1197', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1113', - ], - 8643 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13313', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '11', - 'prev_word_id' => '1113', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1042', - ], - 8644 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13314', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '12', - 'prev_word_id' => '1042', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8645 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13315', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '13', - 'prev_word_id' => '1006', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1011', - ], - 8646 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13316', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '14', - 'prev_word_id' => '1011', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1187', - ], - 8647 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13317', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '15', - 'prev_word_id' => '1187', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1163', - ], - 8648 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13318', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '16', - 'prev_word_id' => '1163', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1186', - ], - 8649 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13319', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '17', - 'prev_word_id' => '1186', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1187', - ], - 8650 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13320', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '18', - 'prev_word_id' => '1187', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1109', - ], - 8651 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13321', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '19', - 'prev_word_id' => '1109', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1014', - ], - 8652 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13322', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '20', - 'prev_word_id' => '1014', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1106', - ], - 8653 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13323', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '21', - 'prev_word_id' => '1106', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1038', - ], - 8654 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13324', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '22', - 'prev_word_id' => '1038', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '982', - ], - 8655 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13325', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '23', - 'prev_word_id' => '982', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '825', - ], - 8656 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13326', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '24', - 'prev_word_id' => '825', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1043', - ], - 8657 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13327', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '25', - 'prev_word_id' => '1043', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1107', - ], - 8658 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13328', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '26', - 'prev_word_id' => '1107', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1011', - ], - 8659 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13329', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '27', - 'prev_word_id' => '1011', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1147', - ], - 8660 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13330', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '28', - 'prev_word_id' => '1147', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8661 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13331', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '29', - 'prev_word_id' => '1006', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1188', - ], - 8662 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13332', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '30', - 'prev_word_id' => '1188', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1051', - ], - 8663 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13333', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '31', - 'prev_word_id' => '1051', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1202', - ], - 8664 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13334', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '32', - 'prev_word_id' => '1202', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1161', - ], - 8665 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13335', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '33', - 'prev_word_id' => '1161', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1017', - ], - 8666 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13336', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '34', - 'prev_word_id' => '1017', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1012', - ], - 8667 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13337', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1242', - 'placement' => '35', - 'prev_word_id' => '1012', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1103', - ], - 8668 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13338', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '36', - 'prev_word_id' => '1103', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1242', - ], - 8669 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13339', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1138', - 'placement' => '37', - 'prev_word_id' => '1242', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '863', - ], - 8670 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13340', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '38', - 'prev_word_id' => '863', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1138', - ], - 8671 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13341', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1223', - 'placement' => '39', - 'prev_word_id' => '1138', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1142', - ], - 8672 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13342', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '40', - 'prev_word_id' => '1142', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1223', - ], - 8673 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13343', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '41', - 'prev_word_id' => '1223', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8674 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13344', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '42', - 'prev_word_id' => '1089', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1115', - ], - 8675 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13345', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1243', - 'placement' => '43', - 'prev_word_id' => '1115', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1118', - ], - 8676 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13346', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1244', - 'placement' => '44', - 'prev_word_id' => '1118', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1243', - ], - 8677 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13347', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '45', - 'prev_word_id' => '1243', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1244', - ], - 8678 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13348', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '46', - 'prev_word_id' => '1244', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1114', - ], - 8679 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13349', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '47', - 'prev_word_id' => '1114', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1192', - ], - 8680 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13350', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '48', - 'prev_word_id' => '1192', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1041', - ], - 8681 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13351', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '49', - 'prev_word_id' => '1041', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1010', - ], - 8682 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13352', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '50', - 'prev_word_id' => '1010', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '985', - ], - 8683 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13353', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '51', - 'prev_word_id' => '985', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1119', - ], - 8684 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13354', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '52', - 'prev_word_id' => '1119', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1158', - ], - 8685 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13355', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '53', - 'prev_word_id' => '1158', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8686 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13356', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '54', - 'prev_word_id' => '1108', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8687 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13357', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '55', - 'prev_word_id' => '1006', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1000', - ], - 8688 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13358', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '56', - 'prev_word_id' => '1000', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1192', - ], - 8689 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13359', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '57', - 'prev_word_id' => '1192', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '825', - ], - 8690 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13360', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '58', - 'prev_word_id' => '825', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1112', - ], - 8691 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13361', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '59', - 'prev_word_id' => '1112', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1013', - ], - 8692 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13362', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '60', - 'prev_word_id' => '1013', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1111', - ], - 8693 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13363', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '61', - 'prev_word_id' => '1111', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1011', - ], - 8694 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13364', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '62', - 'prev_word_id' => '1011', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '989', - ], - 8695 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13365', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '63', - 'prev_word_id' => '989', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1026', - ], - 8696 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13366', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '64', - 'prev_word_id' => '1026', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1165', - ], - 8697 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13367', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '65', - 'prev_word_id' => '1165', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1117', - ], - 8698 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13368', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '66', - 'prev_word_id' => '1117', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1099', - ], - 8699 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13369', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '67', - 'prev_word_id' => '1099', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8700 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13370', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '68', - 'prev_word_id' => '1108', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1110', - ], - 8701 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13371', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1085', - 'placement' => '69', - 'prev_word_id' => '1110', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1142', - ], - 8702 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13372', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1086', - 'placement' => '70', - 'prev_word_id' => '1142', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1085', - ], - 8703 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13373', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1087', - 'placement' => '71', - 'prev_word_id' => '1085', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1086', - ], - 8704 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13374', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1088', - 'placement' => '72', - 'prev_word_id' => '1086', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1087', - ], - 8705 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13375', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '73', - 'prev_word_id' => '1087', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1088', - ], - 8706 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13376', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '74', - 'prev_word_id' => '1088', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8707 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13377', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '75', - 'prev_word_id' => '1089', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1090', - ], - 8708 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13378', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1092', - 'placement' => '76', - 'prev_word_id' => '1090', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1091', - ], - 8709 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13379', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1093', - 'placement' => '77', - 'prev_word_id' => '1091', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1092', - ], - 8710 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13380', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1094', - 'placement' => '78', - 'prev_word_id' => '1092', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1093', - ], - 8711 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13381', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1095', - 'placement' => '79', - 'prev_word_id' => '1093', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1094', - ], - 8712 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13382', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1096', - 'placement' => '80', - 'prev_word_id' => '1094', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1095', - ], - 8713 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13383', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '81', - 'prev_word_id' => '1095', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1096', - ], - 8714 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13384', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1151', - 'placement' => '82', - 'prev_word_id' => '1096', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1137', - ], - 8715 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13385', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '83', - 'prev_word_id' => '1137', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1151', - ], - 8716 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13386', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '84', - 'prev_word_id' => '1151', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '983', - ], - 8717 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13387', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '85', - 'prev_word_id' => '983', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1013', - ], - 8718 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13388', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '86', - 'prev_word_id' => '1013', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8719 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13389', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '87', - 'prev_word_id' => '1006', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1035', - ], - 8720 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13390', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '88', - 'prev_word_id' => '1035', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1048', - ], - 8721 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13391', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '89', - 'prev_word_id' => '1048', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1147', - ], - 8722 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13392', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '90', - 'prev_word_id' => '1147', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1208', - ], - 8723 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13393', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1150', - 'placement' => '91', - 'prev_word_id' => '1208', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1040', - ], - 8724 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13394', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '92', - 'prev_word_id' => '1040', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1150', - ], - 8725 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13395', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '93', - 'prev_word_id' => '1150', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1014', - ], - 8726 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13396', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '94', - 'prev_word_id' => '1014', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '863', - ], - 8727 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13397', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '95', - 'prev_word_id' => '863', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1016', - ], - 8728 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13398', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '96', - 'prev_word_id' => '1016', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1172', - ], - 8729 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13399', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '97', - 'prev_word_id' => '1172', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1189', - ], - 8730 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13400', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '98', - 'prev_word_id' => '1189', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1161', - ], - 8731 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13401', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '99', - 'prev_word_id' => '1161', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1172', - ], - 8732 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13402', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '2389', - 'placement' => '100', - 'prev_word_id' => '1172', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1189', - ], - 8733 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13403', - 'identifier' => 'publish_date', - 'integer_value' => '1175498280', - 'next_word_id' => '1191', - 'placement' => '101', - 'prev_word_id' => '1189', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '2389', - ], - 8734 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '160', - 'frequency' => '0', - 'id' => '13404', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '102', - 'prev_word_id' => '2389', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1191', - ], - 8735 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13405', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1220', - ], - 8736 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13406', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1231', - 'placement' => '1', - 'prev_word_id' => '1220', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1116', - ], - 8737 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13407', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '2', - 'prev_word_id' => '1116', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1231', - ], - 8738 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13408', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '3', - 'prev_word_id' => '1231', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1220', - ], - 8739 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13409', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1231', - 'placement' => '4', - 'prev_word_id' => '1220', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1116', - ], - 8740 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13410', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '5', - 'prev_word_id' => '1116', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1231', - ], - 8741 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13411', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1232', - 'placement' => '6', - 'prev_word_id' => '1231', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8742 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13412', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '7', - 'prev_word_id' => '1089', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1232', - ], - 8743 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13413', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '8', - 'prev_word_id' => '1232', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8744 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13414', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1233', - 'placement' => '9', - 'prev_word_id' => '1089', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '994', - ], - 8745 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13415', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '10', - 'prev_word_id' => '994', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1233', - ], - 8746 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13416', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '11', - 'prev_word_id' => '1233', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1188', - ], - 8747 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13417', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '12', - 'prev_word_id' => '1188', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1016', - ], - 8748 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13418', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '13', - 'prev_word_id' => '1016', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1043', - ], - 8749 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13419', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '14', - 'prev_word_id' => '1043', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1172', - ], - 8750 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13420', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '15', - 'prev_word_id' => '1172', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '999', - ], - 8751 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13421', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '16', - 'prev_word_id' => '999', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1141', - ], - 8752 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13422', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '17', - 'prev_word_id' => '1141', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1101', - ], - 8753 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13423', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '18', - 'prev_word_id' => '1101', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '863', - ], - 8754 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13424', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '19', - 'prev_word_id' => '863', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1203', - ], - 8755 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13425', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '20', - 'prev_word_id' => '1203', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1042', - ], - 8756 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13426', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '21', - 'prev_word_id' => '1042', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1115', - ], - 8757 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13427', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '22', - 'prev_word_id' => '1115', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '995', - ], - 8758 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13428', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '23', - 'prev_word_id' => '995', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1034', - ], - 8759 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13429', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '24', - 'prev_word_id' => '1034', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1172', - ], - 8760 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13430', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '25', - 'prev_word_id' => '1172', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1189', - ], - 8761 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13431', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '26', - 'prev_word_id' => '1189', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1161', - ], - 8762 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13432', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '27', - 'prev_word_id' => '1161', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1170', - ], - 8763 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13433', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '28', - 'prev_word_id' => '1170', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '999', - ], - 8764 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13434', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '29', - 'prev_word_id' => '999', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1026', - ], - 8765 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13435', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '30', - 'prev_word_id' => '1026', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1197', - ], - 8766 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13436', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '31', - 'prev_word_id' => '1197', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1113', - ], - 8767 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13437', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '32', - 'prev_word_id' => '1113', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1042', - ], - 8768 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13438', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '33', - 'prev_word_id' => '1042', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8769 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13439', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '34', - 'prev_word_id' => '1006', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1011', - ], - 8770 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13440', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '35', - 'prev_word_id' => '1011', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1187', - ], - 8771 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13441', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '36', - 'prev_word_id' => '1187', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1163', - ], - 8772 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13442', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '37', - 'prev_word_id' => '1163', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1186', - ], - 8773 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13443', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '38', - 'prev_word_id' => '1186', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1187', - ], - 8774 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13444', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '39', - 'prev_word_id' => '1187', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1109', - ], - 8775 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13445', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '40', - 'prev_word_id' => '1109', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1014', - ], - 8776 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13446', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '41', - 'prev_word_id' => '1014', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1106', - ], - 8777 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13447', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '42', - 'prev_word_id' => '1106', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1038', - ], - 8778 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13448', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '43', - 'prev_word_id' => '1038', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '982', - ], - 8779 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13449', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '44', - 'prev_word_id' => '982', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '825', - ], - 8780 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13450', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '45', - 'prev_word_id' => '825', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1043', - ], - 8781 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13451', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '46', - 'prev_word_id' => '1043', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1107', - ], - 8782 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13452', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '47', - 'prev_word_id' => '1107', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1189', - ], - 8783 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13453', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '48', - 'prev_word_id' => '1189', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1029', - ], - 8784 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13454', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '49', - 'prev_word_id' => '1029', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8785 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13455', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '50', - 'prev_word_id' => '1006', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1011', - ], - 8786 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13456', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '51', - 'prev_word_id' => '1011', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1147', - ], - 8787 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13457', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '52', - 'prev_word_id' => '1147', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8788 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13458', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '53', - 'prev_word_id' => '1006', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1188', - ], - 8789 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13459', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '54', - 'prev_word_id' => '1188', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1051', - ], - 8790 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13460', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '55', - 'prev_word_id' => '1051', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1202', - ], - 8791 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13461', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '56', - 'prev_word_id' => '1202', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1161', - ], - 8792 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13462', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '57', - 'prev_word_id' => '1161', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1220', - ], - 8793 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13463', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1231', - 'placement' => '58', - 'prev_word_id' => '1220', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1116', - ], - 8794 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13464', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '59', - 'prev_word_id' => '1116', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1231', - ], - 8795 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13465', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '60', - 'prev_word_id' => '1231', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1220', - ], - 8796 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13466', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1231', - 'placement' => '61', - 'prev_word_id' => '1220', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1116', - ], - 8797 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13467', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '2390', - 'placement' => '62', - 'prev_word_id' => '1116', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1231', - ], - 8798 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13468', - 'identifier' => 'publish_date', - 'integer_value' => '1175498880', - 'next_word_id' => '1191', - 'placement' => '63', - 'prev_word_id' => '1231', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '2390', - ], - 8799 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '161', - 'frequency' => '0', - 'id' => '13469', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '64', - 'prev_word_id' => '2390', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1191', - ], - 8800 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13470', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '924', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1753', - ], - 8801 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13471', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '1', - 'prev_word_id' => '1753', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '924', - ], - 8802 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13472', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '2', - 'prev_word_id' => '924', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1005', - ], - 8803 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13473', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '3', - 'prev_word_id' => '1005', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1188', - ], - 8804 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13474', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '4', - 'prev_word_id' => '1188', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1099', - ], - 8805 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13475', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '5', - 'prev_word_id' => '1099', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1035', - ], - 8806 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13476', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '6', - 'prev_word_id' => '1035', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1053', - ], - 8807 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13477', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '7', - 'prev_word_id' => '1053', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1161', - ], - 8808 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13478', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '8', - 'prev_word_id' => '1161', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1107', - ], - 8809 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13479', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '9', - 'prev_word_id' => '1107', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1049', - ], - 8810 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13480', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1209', - 'placement' => '10', - 'prev_word_id' => '1049', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1165', - ], - 8811 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13481', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '11', - 'prev_word_id' => '1165', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1209', - ], - 8812 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13482', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '12', - 'prev_word_id' => '1209', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1051', - ], - 8813 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13483', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '13', - 'prev_word_id' => '1051', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1103', - ], - 8814 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13484', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '14', - 'prev_word_id' => '1103', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1099', - ], - 8815 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13485', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '15', - 'prev_word_id' => '1099', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '992', - ], - 8816 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13486', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '16', - 'prev_word_id' => '992', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '993', - ], - 8817 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13487', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '17', - 'prev_word_id' => '993', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1052', - ], - 8818 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13488', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '18', - 'prev_word_id' => '1052', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '985', - ], - 8819 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13489', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1230', - 'placement' => '19', - 'prev_word_id' => '985', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8820 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13490', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '20', - 'prev_word_id' => '1108', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1230', - ], - 8821 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13491', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '21', - 'prev_word_id' => '1230', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1220', - ], - 8822 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13492', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1231', - 'placement' => '22', - 'prev_word_id' => '1220', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1116', - ], - 8823 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13493', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '23', - 'prev_word_id' => '1116', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1231', - ], - 8824 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13494', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1232', - 'placement' => '24', - 'prev_word_id' => '1231', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8825 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13495', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '25', - 'prev_word_id' => '1089', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1232', - ], - 8826 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13496', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '26', - 'prev_word_id' => '1232', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8827 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13497', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1233', - 'placement' => '27', - 'prev_word_id' => '1089', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '994', - ], - 8828 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13498', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '28', - 'prev_word_id' => '994', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1233', - ], - 8829 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13499', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '29', - 'prev_word_id' => '1233', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1188', - ], - 8830 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13500', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '30', - 'prev_word_id' => '1188', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1016', - ], - 8831 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13501', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '31', - 'prev_word_id' => '1016', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1043', - ], - 8832 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13502', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '32', - 'prev_word_id' => '1043', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1172', - ], - 8833 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13503', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '33', - 'prev_word_id' => '1172', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '999', - ], - 8834 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13504', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '34', - 'prev_word_id' => '999', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1141', - ], - 8835 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13505', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '35', - 'prev_word_id' => '1141', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1101', - ], - 8836 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13506', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '36', - 'prev_word_id' => '1101', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '863', - ], - 8837 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13507', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '37', - 'prev_word_id' => '863', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1203', - ], - 8838 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13508', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '38', - 'prev_word_id' => '1203', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1042', - ], - 8839 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13509', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '39', - 'prev_word_id' => '1042', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1115', - ], - 8840 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13510', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '40', - 'prev_word_id' => '1115', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '995', - ], - 8841 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13511', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '41', - 'prev_word_id' => '995', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1034', - ], - 8842 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13512', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '42', - 'prev_word_id' => '1034', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1172', - ], - 8843 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13513', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '43', - 'prev_word_id' => '1172', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1189', - ], - 8844 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13514', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '44', - 'prev_word_id' => '1189', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1161', - ], - 8845 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13515', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '45', - 'prev_word_id' => '1161', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1170', - ], - 8846 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13516', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '46', - 'prev_word_id' => '1170', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '999', - ], - 8847 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13517', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '47', - 'prev_word_id' => '999', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1026', - ], - 8848 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13518', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '48', - 'prev_word_id' => '1026', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1197', - ], - 8849 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13519', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '49', - 'prev_word_id' => '1197', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1113', - ], - 8850 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13520', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '50', - 'prev_word_id' => '1113', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1042', - ], - 8851 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13521', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '51', - 'prev_word_id' => '1042', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8852 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13522', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '52', - 'prev_word_id' => '1006', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1011', - ], - 8853 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13523', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '53', - 'prev_word_id' => '1011', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1187', - ], - 8854 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13524', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '54', - 'prev_word_id' => '1187', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1163', - ], - 8855 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13525', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '55', - 'prev_word_id' => '1163', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1186', - ], - 8856 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13526', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1109', - 'placement' => '56', - 'prev_word_id' => '1186', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1187', - ], - 8857 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13527', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '57', - 'prev_word_id' => '1187', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1109', - ], - 8858 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13528', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '58', - 'prev_word_id' => '1109', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1014', - ], - 8859 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13529', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '59', - 'prev_word_id' => '1014', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1106', - ], - 8860 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13530', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '60', - 'prev_word_id' => '1106', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1038', - ], - 8861 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13531', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '61', - 'prev_word_id' => '1038', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '982', - ], - 8862 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13532', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '62', - 'prev_word_id' => '982', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '825', - ], - 8863 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13533', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '63', - 'prev_word_id' => '825', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1043', - ], - 8864 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13534', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '64', - 'prev_word_id' => '1043', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1107', - ], - 8865 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13535', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '65', - 'prev_word_id' => '1107', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1189', - ], - 8866 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13536', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '66', - 'prev_word_id' => '1189', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1029', - ], - 8867 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13537', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '67', - 'prev_word_id' => '1029', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8868 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13538', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '68', - 'prev_word_id' => '1006', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1011', - ], - 8869 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13539', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '69', - 'prev_word_id' => '1011', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1147', - ], - 8870 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13540', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '70', - 'prev_word_id' => '1147', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8871 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13541', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '71', - 'prev_word_id' => '1006', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1188', - ], - 8872 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13542', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '72', - 'prev_word_id' => '1188', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1051', - ], - 8873 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13543', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '73', - 'prev_word_id' => '1051', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1202', - ], - 8874 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '162', - 'frequency' => '0', - 'id' => '13544', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '74', - 'prev_word_id' => '1202', - 'published' => '1311154198', - 'section_id' => '6', - 'word_id' => '1161', - ], - 8875 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13545', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '2216', - ], - 8876 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13546', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '1', - 'prev_word_id' => '2216', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '863', - ], - 8877 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13547', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '2', - 'prev_word_id' => '863', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '863', - ], - 8878 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13548', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '3', - 'prev_word_id' => '863', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1012', - ], - 8879 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13549', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '4', - 'prev_word_id' => '1012', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1017', - ], - 8880 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13550', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '5', - 'prev_word_id' => '1017', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1012', - ], - 8881 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13551', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1242', - 'placement' => '6', - 'prev_word_id' => '1012', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1103', - ], - 8882 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13552', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '7', - 'prev_word_id' => '1103', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1242', - ], - 8883 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13553', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1138', - 'placement' => '8', - 'prev_word_id' => '1242', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '863', - ], - 8884 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13554', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '9', - 'prev_word_id' => '863', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1138', - ], - 8885 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13555', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1223', - 'placement' => '10', - 'prev_word_id' => '1138', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1142', - ], - 8886 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13556', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '11', - 'prev_word_id' => '1142', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1223', - ], - 8887 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13557', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1115', - 'placement' => '12', - 'prev_word_id' => '1223', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8888 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13558', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '13', - 'prev_word_id' => '1089', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1115', - ], - 8889 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13559', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1243', - 'placement' => '14', - 'prev_word_id' => '1115', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1118', - ], - 8890 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13560', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1244', - 'placement' => '15', - 'prev_word_id' => '1118', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1243', - ], - 8891 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13561', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '16', - 'prev_word_id' => '1243', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1244', - ], - 8892 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13562', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '17', - 'prev_word_id' => '1244', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1114', - ], - 8893 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13563', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '18', - 'prev_word_id' => '1114', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1192', - ], - 8894 => [ - 'content_type_field_definition_id' => '119', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13564', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '19', - 'prev_word_id' => '1192', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1041', - ], - 8895 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13565', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '20', - 'prev_word_id' => '1041', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1010', - ], - 8896 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13566', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '21', - 'prev_word_id' => '1010', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '985', - ], - 8897 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13567', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '22', - 'prev_word_id' => '985', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1119', - ], - 8898 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13568', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '23', - 'prev_word_id' => '1119', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1158', - ], - 8899 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13569', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '24', - 'prev_word_id' => '1158', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8900 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13570', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '25', - 'prev_word_id' => '1108', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8901 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13571', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '26', - 'prev_word_id' => '1006', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1000', - ], - 8902 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13572', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '27', - 'prev_word_id' => '1000', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1192', - ], - 8903 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13573', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '28', - 'prev_word_id' => '1192', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '825', - ], - 8904 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13574', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '29', - 'prev_word_id' => '825', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1112', - ], - 8905 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13575', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '30', - 'prev_word_id' => '1112', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1013', - ], - 8906 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13576', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '31', - 'prev_word_id' => '1013', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1111', - ], - 8907 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13577', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '32', - 'prev_word_id' => '1111', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1011', - ], - 8908 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13578', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '33', - 'prev_word_id' => '1011', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '989', - ], - 8909 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13579', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '34', - 'prev_word_id' => '989', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1026', - ], - 8910 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13580', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '35', - 'prev_word_id' => '1026', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1165', - ], - 8911 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13581', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '36', - 'prev_word_id' => '1165', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1117', - ], - 8912 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13582', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '37', - 'prev_word_id' => '1117', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1099', - ], - 8913 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13583', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '38', - 'prev_word_id' => '1099', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8914 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13584', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '39', - 'prev_word_id' => '1108', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1110', - ], - 8915 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13585', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1085', - 'placement' => '40', - 'prev_word_id' => '1110', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1142', - ], - 8916 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13586', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1086', - 'placement' => '41', - 'prev_word_id' => '1142', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1085', - ], - 8917 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13587', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1087', - 'placement' => '42', - 'prev_word_id' => '1085', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1086', - ], - 8918 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13588', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1088', - 'placement' => '43', - 'prev_word_id' => '1086', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1087', - ], - 8919 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13589', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '44', - 'prev_word_id' => '1087', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1088', - ], - 8920 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13590', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '45', - 'prev_word_id' => '1088', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8921 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13591', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '46', - 'prev_word_id' => '1089', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1090', - ], - 8922 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13592', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1092', - 'placement' => '47', - 'prev_word_id' => '1090', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1091', - ], - 8923 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13593', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1093', - 'placement' => '48', - 'prev_word_id' => '1091', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1092', - ], - 8924 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13594', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1094', - 'placement' => '49', - 'prev_word_id' => '1092', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1093', - ], - 8925 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13595', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1095', - 'placement' => '50', - 'prev_word_id' => '1093', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1094', - ], - 8926 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13596', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1096', - 'placement' => '51', - 'prev_word_id' => '1094', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1095', - ], - 8927 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13597', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '52', - 'prev_word_id' => '1095', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1096', - ], - 8928 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13598', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1151', - 'placement' => '53', - 'prev_word_id' => '1096', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1137', - ], - 8929 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13599', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '54', - 'prev_word_id' => '1137', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1151', - ], - 8930 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13600', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '55', - 'prev_word_id' => '1151', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '983', - ], - 8931 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13601', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '56', - 'prev_word_id' => '983', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1013', - ], - 8932 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13602', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '57', - 'prev_word_id' => '1013', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1006', - ], - 8933 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13603', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '58', - 'prev_word_id' => '1006', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1035', - ], - 8934 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13604', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '59', - 'prev_word_id' => '1035', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1048', - ], - 8935 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13605', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '60', - 'prev_word_id' => '1048', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1147', - ], - 8936 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13606', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '61', - 'prev_word_id' => '1147', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1208', - ], - 8937 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13607', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1150', - 'placement' => '62', - 'prev_word_id' => '1208', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1040', - ], - 8938 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13608', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '63', - 'prev_word_id' => '1040', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1150', - ], - 8939 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13609', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '64', - 'prev_word_id' => '1150', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1014', - ], - 8940 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13610', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '65', - 'prev_word_id' => '1014', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '863', - ], - 8941 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '163', - 'frequency' => '0', - 'id' => '13611', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '66', - 'prev_word_id' => '863', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1016', - ], - 8942 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13612', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1141', - ], - 8943 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13613', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '1', - 'prev_word_id' => '1141', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1142', - ], - 8944 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13614', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '2', - 'prev_word_id' => '1142', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '994', - ], - 8945 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13615', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '3', - 'prev_word_id' => '994', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '999', - ], - 8946 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13616', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '4', - 'prev_word_id' => '999', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1145', - ], - 8947 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13617', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '5', - 'prev_word_id' => '1145', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1046', - ], - 8948 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13618', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1230', - 'placement' => '6', - 'prev_word_id' => '1046', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1108', - ], - 8949 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13619', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '7', - 'prev_word_id' => '1108', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1230', - ], - 8950 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13620', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '8', - 'prev_word_id' => '1230', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1220', - ], - 8951 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13621', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1231', - 'placement' => '9', - 'prev_word_id' => '1220', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1116', - ], - 8952 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13622', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '10', - 'prev_word_id' => '1116', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1231', - ], - 8953 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13623', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1232', - 'placement' => '11', - 'prev_word_id' => '1231', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8954 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13624', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '12', - 'prev_word_id' => '1089', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1232', - ], - 8955 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13625', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '13', - 'prev_word_id' => '1232', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8956 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13626', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1233', - 'placement' => '14', - 'prev_word_id' => '1089', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '994', - ], - 8957 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13627', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '15', - 'prev_word_id' => '994', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1233', - ], - 8958 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13628', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '16', - 'prev_word_id' => '1233', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1188', - ], - 8959 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13629', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '17', - 'prev_word_id' => '1188', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1016', - ], - 8960 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13630', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '18', - 'prev_word_id' => '1016', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1043', - ], - 8961 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13631', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '19', - 'prev_word_id' => '1043', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1202', - ], - 8962 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13632', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '20', - 'prev_word_id' => '1202', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1048', - ], - 8963 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13633', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '21', - 'prev_word_id' => '1048', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1106', - ], - 8964 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13634', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '22', - 'prev_word_id' => '1106', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1020', - ], - 8965 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13635', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '23', - 'prev_word_id' => '1020', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1106', - ], - 8966 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13636', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1148', - 'placement' => '24', - 'prev_word_id' => '1106', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1014', - ], - 8967 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13637', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '25', - 'prev_word_id' => '1014', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1148', - ], - 8968 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13638', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '26', - 'prev_word_id' => '1148', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1116', - ], - 8969 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13639', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '27', - 'prev_word_id' => '1116', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1164', - ], - 8970 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13640', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '28', - 'prev_word_id' => '1164', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1035', - ], - 8971 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13641', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '29', - 'prev_word_id' => '1035', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '995', - ], - 8972 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13642', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '30', - 'prev_word_id' => '995', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '988', - ], - 8973 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13643', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '31', - 'prev_word_id' => '988', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1001', - ], - 8974 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13644', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '32', - 'prev_word_id' => '1001', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1208', - ], - 8975 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13645', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '33', - 'prev_word_id' => '1208', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1026', - ], - 8976 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13646', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '34', - 'prev_word_id' => '1026', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1019', - ], - 8977 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13647', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '35', - 'prev_word_id' => '1019', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1100', - ], - 8978 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13648', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '36', - 'prev_word_id' => '1100', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1005', - ], - 8979 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13649', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '37', - 'prev_word_id' => '1005', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1198', - ], - 8980 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13650', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '38', - 'prev_word_id' => '1198', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1046', - ], - 8981 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13651', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1085', - 'placement' => '39', - 'prev_word_id' => '1046', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '989', - ], - 8982 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13652', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1086', - 'placement' => '40', - 'prev_word_id' => '989', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1085', - ], - 8983 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13653', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1087', - 'placement' => '41', - 'prev_word_id' => '1085', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1086', - ], - 8984 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13654', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1088', - 'placement' => '42', - 'prev_word_id' => '1086', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1087', - ], - 8985 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13655', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '43', - 'prev_word_id' => '1087', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1088', - ], - 8986 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13656', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '44', - 'prev_word_id' => '1088', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1089', - ], - 8987 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13657', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '45', - 'prev_word_id' => '1089', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1090', - ], - 8988 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13658', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1092', - 'placement' => '46', - 'prev_word_id' => '1090', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1091', - ], - 8989 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13659', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1093', - 'placement' => '47', - 'prev_word_id' => '1091', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1092', - ], - 8990 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13660', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1094', - 'placement' => '48', - 'prev_word_id' => '1092', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1093', - ], - 8991 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13661', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1095', - 'placement' => '49', - 'prev_word_id' => '1093', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1094', - ], - 8992 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13662', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1096', - 'placement' => '50', - 'prev_word_id' => '1094', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1095', - ], - 8993 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13663', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '51', - 'prev_word_id' => '1095', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1096', - ], - 8994 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13664', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '52', - 'prev_word_id' => '1096', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1145', - ], - 8995 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13665', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '53', - 'prev_word_id' => '1145', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1046', - ], - 8996 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13666', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1104', - 'placement' => '54', - 'prev_word_id' => '1046', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '981', - ], - 8997 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13667', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '55', - 'prev_word_id' => '981', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1104', - ], - 8998 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13668', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '56', - 'prev_word_id' => '1104', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1049', - ], - 8999 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13669', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '57', - 'prev_word_id' => '1049', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1170', - ], - 9000 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13670', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '58', - 'prev_word_id' => '1170', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1046', - ], - 9001 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13671', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '59', - 'prev_word_id' => '1046', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1029', - ], - 9002 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13672', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '60', - 'prev_word_id' => '1029', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1141', - ], - 9003 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13673', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '61', - 'prev_word_id' => '1141', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1142', - ], - 9004 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13674', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '62', - 'prev_word_id' => '1142', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '994', - ], - 9005 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13675', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '63', - 'prev_word_id' => '994', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '999', - ], - 9006 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13676', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '64', - 'prev_word_id' => '999', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '825', - ], - 9007 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13677', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '65', - 'prev_word_id' => '825', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1029', - ], - 9008 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13678', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '66', - 'prev_word_id' => '1029', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1164', - ], - 9009 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13679', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '67', - 'prev_word_id' => '1164', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1162', - ], - 9010 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13680', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '68', - 'prev_word_id' => '1162', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1107', - ], - 9011 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13681', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '69', - 'prev_word_id' => '1107', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1103', - ], - 9012 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13682', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '70', - 'prev_word_id' => '1103', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1001', - ], - 9013 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13683', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1199', - 'placement' => '71', - 'prev_word_id' => '1001', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1043', - ], - 9014 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13684', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '72', - 'prev_word_id' => '1043', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1199', - ], - 9015 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13685', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '73', - 'prev_word_id' => '1199', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1141', - ], - 9016 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13686', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '74', - 'prev_word_id' => '1141', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1047', - ], - 9017 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13687', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '75', - 'prev_word_id' => '1047', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1015', - ], - 9018 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13688', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '76', - 'prev_word_id' => '1015', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1110', - ], - 9019 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13689', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '77', - 'prev_word_id' => '1110', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1149', - ], - 9020 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13690', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '78', - 'prev_word_id' => '1149', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1026', - ], - 9021 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13691', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '79', - 'prev_word_id' => '1026', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1019', - ], - 9022 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13692', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '80', - 'prev_word_id' => '1019', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1100', - ], - 9023 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13693', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '81', - 'prev_word_id' => '1100', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1010', - ], - 9024 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13694', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '82', - 'prev_word_id' => '1010', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1048', - ], - 9025 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13695', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '83', - 'prev_word_id' => '1048', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '998', - ], - 9026 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13696', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '84', - 'prev_word_id' => '998', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1160', - ], - 9027 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13697', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '85', - 'prev_word_id' => '1160', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1033', - ], - 9028 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13698', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '86', - 'prev_word_id' => '1033', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1165', - ], - 9029 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13699', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '87', - 'prev_word_id' => '1165', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1027', - ], - 9030 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13700', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1209', - 'placement' => '88', - 'prev_word_id' => '1027', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1193', - ], - 9031 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13701', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '89', - 'prev_word_id' => '1193', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1209', - ], - 9032 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13702', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '90', - 'prev_word_id' => '1209', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1034', - ], - 9033 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13703', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '91', - 'prev_word_id' => '1034', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '995', - ], - 9034 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13704', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '92', - 'prev_word_id' => '995', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1203', - ], - 9035 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13705', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '93', - 'prev_word_id' => '1203', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1193', - ], - 9036 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13706', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '94', - 'prev_word_id' => '1193', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '999', - ], - 9037 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13707', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '95', - 'prev_word_id' => '999', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1089', - ], - 9038 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13708', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '96', - 'prev_word_id' => '1089', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1149', - ], - 9039 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13709', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1048', - 'placement' => '97', - 'prev_word_id' => '1149', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1202', - ], - 9040 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13710', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '98', - 'prev_word_id' => '1202', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1048', - ], - 9041 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13711', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '99', - 'prev_word_id' => '1048', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1106', - ], - 9042 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13712', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '100', - 'prev_word_id' => '1106', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1020', - ], - 9043 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13713', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '101', - 'prev_word_id' => '1020', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1106', - ], - 9044 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13714', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1148', - 'placement' => '102', - 'prev_word_id' => '1106', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1014', - ], - 9045 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13715', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '103', - 'prev_word_id' => '1014', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1148', - ], - 9046 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13716', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '104', - 'prev_word_id' => '1148', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1116', - ], - 9047 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13717', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '105', - 'prev_word_id' => '1116', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1164', - ], - 9048 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13718', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '106', - 'prev_word_id' => '1164', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1035', - ], - 9049 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13719', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '107', - 'prev_word_id' => '1035', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '995', - ], - 9050 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13720', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '108', - 'prev_word_id' => '995', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '988', - ], - 9051 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13721', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '109', - 'prev_word_id' => '988', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1001', - ], - 9052 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13722', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '110', - 'prev_word_id' => '1001', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1208', - ], - 9053 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13723', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '111', - 'prev_word_id' => '1208', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1026', - ], - 9054 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13724', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '112', - 'prev_word_id' => '1026', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1019', - ], - 9055 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13725', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '113', - 'prev_word_id' => '1019', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1100', - ], - 9056 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13726', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '114', - 'prev_word_id' => '1100', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1141', - ], - 9057 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13727', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '115', - 'prev_word_id' => '1141', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1142', - ], - 9058 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13728', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '116', - 'prev_word_id' => '1142', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '994', - ], - 9059 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13729', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '117', - 'prev_word_id' => '994', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '999', - ], - 9060 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13730', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '118', - 'prev_word_id' => '999', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1141', - ], - 9061 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13731', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '119', - 'prev_word_id' => '1141', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1142', - ], - 9062 => [ - 'content_type_field_definition_id' => '190', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13732', - 'identifier' => 'caption', - 'integer_value' => '0', - 'next_word_id' => '2391', - 'placement' => '120', - 'prev_word_id' => '1142', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '994', - ], - 9063 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13733', - 'identifier' => 'publish_date', - 'integer_value' => '1175499180', - 'next_word_id' => '1191', - 'placement' => '121', - 'prev_word_id' => '994', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '2391', - ], - 9064 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '164', - 'frequency' => '0', - 'id' => '13734', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '122', - 'prev_word_id' => '2391', - 'published' => '1311154199', - 'section_id' => '6', - 'word_id' => '1191', - ], - 9065 => [ - 'content_type_field_definition_id' => '236', - 'content_type_id' => '23', - 'contentobject_id' => '165', - 'frequency' => '0', - 'id' => '13735', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154199', - 'section_id' => '1', - 'word_id' => '1258', - ], - 9066 => [ - 'content_type_field_definition_id' => '302', - 'content_type_id' => '37', - 'contentobject_id' => '166', - 'frequency' => '0', - 'id' => '13736', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '908', - ], - 9067 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13737', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1040', - ], - 9068 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13738', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '1', - 'prev_word_id' => '1040', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1170', - ], - 9069 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13739', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '2', - 'prev_word_id' => '1170', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '996', - ], - 9070 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13740', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '3', - 'prev_word_id' => '996', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '992', - ], - 9071 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13741', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '4', - 'prev_word_id' => '992', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '993', - ], - 9072 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13742', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '5', - 'prev_word_id' => '993', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1040', - ], - 9073 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13743', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '6', - 'prev_word_id' => '1040', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1170', - ], - 9074 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13744', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '7', - 'prev_word_id' => '1170', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '996', - ], - 9075 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13745', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '8', - 'prev_word_id' => '996', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '992', - ], - 9076 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13746', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '9', - 'prev_word_id' => '992', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '993', - ], - 9077 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13747', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '10', - 'prev_word_id' => '993', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '989', - ], - 9078 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13748', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '11', - 'prev_word_id' => '989', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '984', - ], - 9079 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13749', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '12', - 'prev_word_id' => '984', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1140', - ], - 9080 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13750', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '13', - 'prev_word_id' => '1140', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '981', - ], - 9081 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13751', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '14', - 'prev_word_id' => '981', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1169', - ], - 9082 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13752', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '15', - 'prev_word_id' => '1169', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1049', - ], - 9083 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13753', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '16', - 'prev_word_id' => '1049', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1089', - ], - 9084 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13754', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1209', - 'placement' => '17', - 'prev_word_id' => '1089', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1221', - ], - 9085 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13755', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '18', - 'prev_word_id' => '1221', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1209', - ], - 9086 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13756', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '19', - 'prev_word_id' => '1209', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '986', - ], - 9087 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13757', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1136', - 'placement' => '20', - 'prev_word_id' => '986', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1012', - ], - 9088 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13758', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '21', - 'prev_word_id' => '1012', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1136', - ], - 9089 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13759', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '22', - 'prev_word_id' => '1136', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '989', - ], - 9090 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13760', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '23', - 'prev_word_id' => '989', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9091 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13761', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '24', - 'prev_word_id' => '1020', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1198', - ], - 9092 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13762', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '25', - 'prev_word_id' => '1198', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1218', - ], - 9093 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13763', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '26', - 'prev_word_id' => '1218', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1038', - ], - 9094 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13764', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '27', - 'prev_word_id' => '1038', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '810', - ], - 9095 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13765', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '28', - 'prev_word_id' => '810', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1019', - ], - 9096 => [ - 'content_type_field_definition_id' => '306', - 'content_type_id' => '38', - 'contentobject_id' => '167', - 'frequency' => '0', - 'id' => '13766', - 'identifier' => 'sticky', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '29', - 'prev_word_id' => '1019', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1191', - ], - 9097 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13767', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '1167', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9098 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13768', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '1', - 'prev_word_id' => '1011', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1167', - ], - 9099 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13769', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '2', - 'prev_word_id' => '1167', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1192', - ], - 9100 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13770', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '3', - 'prev_word_id' => '1192', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1158', - ], - 9101 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13771', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '4', - 'prev_word_id' => '1158', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '997', - ], - 9102 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13772', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '5', - 'prev_word_id' => '997', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1198', - ], - 9103 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13773', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '6', - 'prev_word_id' => '1198', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1002', - ], - 9104 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13774', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '7', - 'prev_word_id' => '1002', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1137', - ], - 9105 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13775', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '8', - 'prev_word_id' => '1137', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1117', - ], - 9106 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13776', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '9', - 'prev_word_id' => '1117', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1146', - ], - 9107 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13777', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '10', - 'prev_word_id' => '1146', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1038', - ], - 9108 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13778', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '11', - 'prev_word_id' => '1038', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1163', - ], - 9109 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13779', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '12', - 'prev_word_id' => '1163', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1042', - ], - 9110 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13780', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '13', - 'prev_word_id' => '1042', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '989', - ], - 9111 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13781', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '14', - 'prev_word_id' => '989', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1171', - ], - 9112 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13782', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '15', - 'prev_word_id' => '1171', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1032', - ], - 9113 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13783', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '16', - 'prev_word_id' => '1032', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1045', - ], - 9114 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13784', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '17', - 'prev_word_id' => '1045', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1186', - ], - 9115 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13785', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '18', - 'prev_word_id' => '1186', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9116 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13786', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '19', - 'prev_word_id' => '1011', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1144', - ], - 9117 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13787', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '20', - 'prev_word_id' => '1144', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1101', - ], - 9118 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13788', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '21', - 'prev_word_id' => '1101', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1142', - ], - 9119 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13789', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1167', - 'placement' => '22', - 'prev_word_id' => '1142', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9120 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13790', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '23', - 'prev_word_id' => '1011', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1167', - ], - 9121 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13791', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '24', - 'prev_word_id' => '1167', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1192', - ], - 9122 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13792', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '25', - 'prev_word_id' => '1192', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1158', - ], - 9123 => [ - 'content_type_field_definition_id' => '306', - 'content_type_id' => '38', - 'contentobject_id' => '168', - 'frequency' => '0', - 'id' => '13793', - 'identifier' => 'sticky', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '26', - 'prev_word_id' => '1158', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1191', - ], - 9124 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13794', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1035', - ], - 9125 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13795', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '1', - 'prev_word_id' => '1035', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1161', - ], - 9126 => [ - 'content_type_field_definition_id' => '304', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13796', - 'identifier' => 'subject', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '2', - 'prev_word_id' => '1161', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1194', - ], - 9127 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13797', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1150', - 'placement' => '3', - 'prev_word_id' => '1194', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1040', - ], - 9128 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13798', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '4', - 'prev_word_id' => '1040', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1150', - ], - 9129 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13799', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '5', - 'prev_word_id' => '1150', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1035', - ], - 9130 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13800', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '6', - 'prev_word_id' => '1035', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1161', - ], - 9131 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13801', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '7', - 'prev_word_id' => '1161', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1194', - ], - 9132 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13802', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '8', - 'prev_word_id' => '1194', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '990', - ], - 9133 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13803', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '9', - 'prev_word_id' => '990', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1089', - ], - 9134 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13804', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '10', - 'prev_word_id' => '1089', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '990', - ], - 9135 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13805', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '11', - 'prev_word_id' => '990', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9136 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13806', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '12', - 'prev_word_id' => '1011', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1026', - ], - 9137 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13807', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '13', - 'prev_word_id' => '1026', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9138 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13808', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1085', - 'placement' => '14', - 'prev_word_id' => '1001', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1218', - ], - 9139 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13809', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1086', - 'placement' => '15', - 'prev_word_id' => '1218', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1085', - ], - 9140 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13810', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1087', - 'placement' => '16', - 'prev_word_id' => '1085', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1086', - ], - 9141 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13811', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1088', - 'placement' => '17', - 'prev_word_id' => '1086', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1087', - ], - 9142 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13812', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '18', - 'prev_word_id' => '1087', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1088', - ], - 9143 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13813', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1090', - 'placement' => '19', - 'prev_word_id' => '1088', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1089', - ], - 9144 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13814', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1091', - 'placement' => '20', - 'prev_word_id' => '1089', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1090', - ], - 9145 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13815', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1092', - 'placement' => '21', - 'prev_word_id' => '1090', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1091', - ], - 9146 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13816', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1093', - 'placement' => '22', - 'prev_word_id' => '1091', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1092', - ], - 9147 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13817', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1094', - 'placement' => '23', - 'prev_word_id' => '1092', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1093', - ], - 9148 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13818', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1095', - 'placement' => '24', - 'prev_word_id' => '1093', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1094', - ], - 9149 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13819', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1096', - 'placement' => '25', - 'prev_word_id' => '1094', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1095', - ], - 9150 => [ - 'content_type_field_definition_id' => '305', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13820', - 'identifier' => 'message', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '26', - 'prev_word_id' => '1095', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1096', - ], - 9151 => [ - 'content_type_field_definition_id' => '306', - 'content_type_id' => '38', - 'contentobject_id' => '169', - 'frequency' => '0', - 'id' => '13821', - 'identifier' => 'sticky', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '27', - 'prev_word_id' => '1096', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1191', - ], - 9152 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13822', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '2392', - ], - 9153 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13823', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1166', - 'placement' => '1', - 'prev_word_id' => '2392', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1017', - ], - 9154 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13824', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '2', - 'prev_word_id' => '1017', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1166', - ], - 9155 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13825', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '3', - 'prev_word_id' => '1166', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9156 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13826', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '4', - 'prev_word_id' => '1051', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9157 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13827', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '5', - 'prev_word_id' => '1001', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1049', - ], - 9158 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13828', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '6', - 'prev_word_id' => '1049', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '997', - ], - 9159 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13829', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '7', - 'prev_word_id' => '997', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1036', - ], - 9160 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13830', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '8', - 'prev_word_id' => '1036', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1145', - ], - 9161 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13831', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '9', - 'prev_word_id' => '1145', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1197', - ], - 9162 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13832', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1167', - 'placement' => '10', - 'prev_word_id' => '1197', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1002', - ], - 9163 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13833', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '11', - 'prev_word_id' => '1002', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1167', - ], - 9164 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13834', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '12', - 'prev_word_id' => '1167', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1050', - ], - 9165 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13835', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1193', - 'placement' => '13', - 'prev_word_id' => '1050', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1140', - ], - 9166 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13836', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '14', - 'prev_word_id' => '1140', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1193', - ], - 9167 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13837', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '15', - 'prev_word_id' => '1193', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1143', - ], - 9168 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13838', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '16', - 'prev_word_id' => '1143', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1045', - ], - 9169 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13839', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '17', - 'prev_word_id' => '1045', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1102', - ], - 9170 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13840', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '18', - 'prev_word_id' => '1102', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1052', - ], - 9171 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13841', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '19', - 'prev_word_id' => '1052', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1028', - ], - 9172 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13842', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '20', - 'prev_word_id' => '1028', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1168', - ], - 9173 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13843', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '21', - 'prev_word_id' => '1168', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1157', - ], - 9174 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13844', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '22', - 'prev_word_id' => '1157', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1107', - ], - 9175 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13845', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '23', - 'prev_word_id' => '1107', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1157', - ], - 9176 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13846', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '24', - 'prev_word_id' => '1157', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '997', - ], - 9177 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13847', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '25', - 'prev_word_id' => '997', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1040', - ], - 9178 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13848', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '26', - 'prev_word_id' => '1040', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1218', - ], - 9179 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13849', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '27', - 'prev_word_id' => '1218', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1156', - ], - 9180 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13850', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1209', - 'placement' => '28', - 'prev_word_id' => '1156', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1089', - ], - 9181 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13851', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '29', - 'prev_word_id' => '1089', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1209', - ], - 9182 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13852', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '30', - 'prev_word_id' => '1209', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1013', - ], - 9183 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13853', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '31', - 'prev_word_id' => '1013', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '994', - ], - 9184 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13854', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '32', - 'prev_word_id' => '994', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9185 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13855', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '33', - 'prev_word_id' => '1020', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1007', - ], - 9186 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13856', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '34', - 'prev_word_id' => '1007', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1145', - ], - 9187 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13857', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '35', - 'prev_word_id' => '1145', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '863', - ], - 9188 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13858', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '36', - 'prev_word_id' => '863', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1162', - ], - 9189 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13859', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '37', - 'prev_word_id' => '1162', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '863', - ], - 9190 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13860', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1166', - 'placement' => '38', - 'prev_word_id' => '863', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9191 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13861', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '39', - 'prev_word_id' => '1099', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1166', - ], - 9192 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13862', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '40', - 'prev_word_id' => '1166', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1119', - ], - 9193 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13863', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '41', - 'prev_word_id' => '1119', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1047', - ], - 9194 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13864', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '42', - 'prev_word_id' => '1047', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1108', - ], - 9195 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13865', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '43', - 'prev_word_id' => '1108', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1101', - ], - 9196 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13866', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '44', - 'prev_word_id' => '1101', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '988', - ], - 9197 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13867', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '45', - 'prev_word_id' => '988', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1137', - ], - 9198 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13868', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '46', - 'prev_word_id' => '1137', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '994', - ], - 9199 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13869', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '47', - 'prev_word_id' => '994', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1014', - ], - 9200 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13870', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '48', - 'prev_word_id' => '1014', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '810', - ], - 9201 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13871', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '49', - 'prev_word_id' => '810', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1203', - ], - 9202 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13872', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '50', - 'prev_word_id' => '1203', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1221', - ], - 9203 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13873', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '51', - 'prev_word_id' => '1221', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1002', - ], - 9204 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13874', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '52', - 'prev_word_id' => '1002', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1016', - ], - 9205 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13875', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '53', - 'prev_word_id' => '1016', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1156', - ], - 9206 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13876', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '54', - 'prev_word_id' => '1156', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '986', - ], - 9207 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13877', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '55', - 'prev_word_id' => '986', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1013', - ], - 9208 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13878', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '56', - 'prev_word_id' => '1013', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1037', - ], - 9209 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13879', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '57', - 'prev_word_id' => '1037', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1161', - ], - 9210 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13880', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '58', - 'prev_word_id' => '1161', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1113', - ], - 9211 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13881', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '59', - 'prev_word_id' => '1113', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1107', - ], - 9212 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13882', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '60', - 'prev_word_id' => '1107', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1218', - ], - 9213 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13883', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '61', - 'prev_word_id' => '1218', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9214 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13884', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '62', - 'prev_word_id' => '1001', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '982', - ], - 9215 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13885', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '63', - 'prev_word_id' => '982', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '991', - ], - 9216 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13886', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '64', - 'prev_word_id' => '991', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1019', - ], - 9217 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13887', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '65', - 'prev_word_id' => '1019', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1017', - ], - 9218 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13888', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '66', - 'prev_word_id' => '1017', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1144', - ], - 9219 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13889', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '67', - 'prev_word_id' => '1144', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1147', - ], - 9220 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13890', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '68', - 'prev_word_id' => '1147', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1039', - ], - 9221 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13891', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '69', - 'prev_word_id' => '1039', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9222 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13892', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '70', - 'prev_word_id' => '1011', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1187', - ], - 9223 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13893', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '71', - 'prev_word_id' => '1187', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1039', - ], - 9224 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13894', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1139', - 'placement' => '72', - 'prev_word_id' => '1039', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '810', - ], - 9225 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13895', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '73', - 'prev_word_id' => '810', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1139', - ], - 9226 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13896', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '74', - 'prev_word_id' => '1139', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1101', - ], - 9227 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13897', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '75', - 'prev_word_id' => '1101', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1168', - ], - 9228 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13898', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '76', - 'prev_word_id' => '1168', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1113', - ], - 9229 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13899', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '77', - 'prev_word_id' => '1113', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1031', - ], - 9230 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13900', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '78', - 'prev_word_id' => '1031', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1039', - ], - 9231 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13901', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '79', - 'prev_word_id' => '1039', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '863', - ], - 9232 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13902', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '80', - 'prev_word_id' => '863', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1239', - ], - 9233 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13903', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '81', - 'prev_word_id' => '1239', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1158', - ], - 9234 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13904', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '82', - 'prev_word_id' => '1158', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1149', - ], - 9235 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13905', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '83', - 'prev_word_id' => '1149', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1188', - ], - 9236 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13906', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '84', - 'prev_word_id' => '1188', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1103', - ], - 9237 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13907', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '85', - 'prev_word_id' => '1103', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1014', - ], - 9238 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13908', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '86', - 'prev_word_id' => '1014', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1158', - ], - 9239 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13909', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '87', - 'prev_word_id' => '1158', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '986', - ], - 9240 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13910', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '88', - 'prev_word_id' => '986', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1196', - ], - 9241 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13911', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '89', - 'prev_word_id' => '1196', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9242 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13912', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '90', - 'prev_word_id' => '1020', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1017', - ], - 9243 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13913', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '91', - 'prev_word_id' => '1017', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1171', - ], - 9244 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13914', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '92', - 'prev_word_id' => '1171', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1144', - ], - 9245 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13915', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '93', - 'prev_word_id' => '1144', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '825', - ], - 9246 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13916', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '94', - 'prev_word_id' => '825', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1019', - ], - 9247 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13917', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '95', - 'prev_word_id' => '1019', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1040', - ], - 9248 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '170', - 'frequency' => '0', - 'id' => '13918', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '96', - 'prev_word_id' => '1040', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1165', - ], - 9249 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13919', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9250 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13920', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '1', - 'prev_word_id' => '1001', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '982', - ], - 9251 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13921', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '2', - 'prev_word_id' => '982', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9252 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13922', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '3', - 'prev_word_id' => '1001', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '982', - ], - 9253 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13923', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '4', - 'prev_word_id' => '982', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '991', - ], - 9254 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13924', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '5', - 'prev_word_id' => '991', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1019', - ], - 9255 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13925', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '6', - 'prev_word_id' => '1019', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1017', - ], - 9256 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13926', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '7', - 'prev_word_id' => '1017', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1144', - ], - 9257 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13927', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '8', - 'prev_word_id' => '1144', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1147', - ], - 9258 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13928', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '9', - 'prev_word_id' => '1147', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1039', - ], - 9259 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13929', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '10', - 'prev_word_id' => '1039', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9260 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13930', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '11', - 'prev_word_id' => '1011', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1187', - ], - 9261 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13931', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '12', - 'prev_word_id' => '1187', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1039', - ], - 9262 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13932', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1139', - 'placement' => '13', - 'prev_word_id' => '1039', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '810', - ], - 9263 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13933', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1101', - 'placement' => '14', - 'prev_word_id' => '810', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1139', - ], - 9264 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13934', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '15', - 'prev_word_id' => '1139', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1101', - ], - 9265 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13935', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '16', - 'prev_word_id' => '1101', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1168', - ], - 9266 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13936', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '17', - 'prev_word_id' => '1168', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1113', - ], - 9267 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13937', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '18', - 'prev_word_id' => '1113', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1031', - ], - 9268 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13938', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '19', - 'prev_word_id' => '1031', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1039', - ], - 9269 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13939', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '20', - 'prev_word_id' => '1039', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '863', - ], - 9270 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13940', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '21', - 'prev_word_id' => '863', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1239', - ], - 9271 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13941', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '22', - 'prev_word_id' => '1239', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1158', - ], - 9272 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13942', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '23', - 'prev_word_id' => '1158', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1149', - ], - 9273 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13943', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '24', - 'prev_word_id' => '1149', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1188', - ], - 9274 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13944', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '25', - 'prev_word_id' => '1188', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1103', - ], - 9275 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13945', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '26', - 'prev_word_id' => '1103', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1014', - ], - 9276 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13946', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '27', - 'prev_word_id' => '1014', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1158', - ], - 9277 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13947', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '28', - 'prev_word_id' => '1158', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '986', - ], - 9278 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13948', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '29', - 'prev_word_id' => '986', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1196', - ], - 9279 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13949', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '30', - 'prev_word_id' => '1196', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9280 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13950', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '31', - 'prev_word_id' => '1020', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1017', - ], - 9281 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13951', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '32', - 'prev_word_id' => '1017', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1171', - ], - 9282 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13952', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '33', - 'prev_word_id' => '1171', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1144', - ], - 9283 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13953', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '34', - 'prev_word_id' => '1144', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '825', - ], - 9284 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13954', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '35', - 'prev_word_id' => '825', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1019', - ], - 9285 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13955', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '36', - 'prev_word_id' => '1019', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1040', - ], - 9286 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '171', - 'frequency' => '0', - 'id' => '13956', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '37', - 'prev_word_id' => '1040', - 'published' => '1311154200', - 'section_id' => '1', - 'word_id' => '1165', - ], - 9287 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13957', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9288 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13958', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '1', - 'prev_word_id' => '1011', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1144', - ], - 9289 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13959', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '2', - 'prev_word_id' => '1144', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '987', - ], - 9290 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13960', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '3', - 'prev_word_id' => '987', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1107', - ], - 9291 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13961', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '4', - 'prev_word_id' => '1107', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1038', - ], - 9292 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13962', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '5', - 'prev_word_id' => '1038', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1172', - ], - 9293 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13963', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '6', - 'prev_word_id' => '1172', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1000', - ], - 9294 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13964', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '7', - 'prev_word_id' => '1000', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9295 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13965', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '8', - 'prev_word_id' => '1051', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1028', - ], - 9296 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13966', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1217', - 'placement' => '9', - 'prev_word_id' => '1028', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1105', - ], - 9297 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13967', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '10', - 'prev_word_id' => '1105', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1217', - ], - 9298 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13968', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '11', - 'prev_word_id' => '1217', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9299 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13969', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '12', - 'prev_word_id' => '1020', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1196', - ], - 9300 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13970', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '13', - 'prev_word_id' => '1196', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1013', - ], - 9301 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13971', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '14', - 'prev_word_id' => '1013', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1143', - ], - 9302 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13972', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1019', - 'placement' => '15', - 'prev_word_id' => '1143', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1026', - ], - 9303 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13973', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '16', - 'prev_word_id' => '1026', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1019', - ], - 9304 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13974', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '17', - 'prev_word_id' => '1019', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1100', - ], - 9305 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13975', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '18', - 'prev_word_id' => '1100', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '981', - ], - 9306 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13976', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '19', - 'prev_word_id' => '981', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1015', - ], - 9307 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13977', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '20', - 'prev_word_id' => '1015', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1026', - ], - 9308 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13978', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1005', - 'placement' => '21', - 'prev_word_id' => '1026', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1103', - ], - 9309 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13979', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '22', - 'prev_word_id' => '1103', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1005', - ], - 9310 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13980', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '23', - 'prev_word_id' => '1005', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '982', - ], - 9311 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13981', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '24', - 'prev_word_id' => '982', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1012', - ], - 9312 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13982', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '25', - 'prev_word_id' => '1012', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '992', - ], - 9313 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13983', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '26', - 'prev_word_id' => '992', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '993', - ], - 9314 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13984', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '27', - 'prev_word_id' => '993', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1161', - ], - 9315 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13985', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1143', - 'placement' => '28', - 'prev_word_id' => '1161', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1163', - ], - 9316 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13986', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '29', - 'prev_word_id' => '1163', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1143', - ], - 9317 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13987', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '30', - 'prev_word_id' => '1143', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '983', - ], - 9318 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13988', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '31', - 'prev_word_id' => '983', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1053', - ], - 9319 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13989', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '32', - 'prev_word_id' => '1053', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1197', - ], - 9320 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13990', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '33', - 'prev_word_id' => '1197', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1168', - ], - 9321 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13991', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '34', - 'prev_word_id' => '1168', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1040', - ], - 9322 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13992', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '35', - 'prev_word_id' => '1040', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '992', - ], - 9323 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13993', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '36', - 'prev_word_id' => '992', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '993', - ], - 9324 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13994', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '37', - 'prev_word_id' => '993', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1036', - ], - 9325 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13995', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '38', - 'prev_word_id' => '1036', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1196', - ], - 9326 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13996', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '39', - 'prev_word_id' => '1196', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '999', - ], - 9327 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13997', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '40', - 'prev_word_id' => '999', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1026', - ], - 9328 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13998', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '41', - 'prev_word_id' => '1026', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1053', - ], - 9329 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '13999', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '42', - 'prev_word_id' => '1053', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '981', - ], - 9330 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14000', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '43', - 'prev_word_id' => '981', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9331 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14001', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '44', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1039', - ], - 9332 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14002', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '45', - 'prev_word_id' => '1039', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1000', - ], - 9333 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14003', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '46', - 'prev_word_id' => '1000', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1192', - ], - 9334 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14004', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '47', - 'prev_word_id' => '1192', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1116', - ], - 9335 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14005', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '48', - 'prev_word_id' => '1116', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1161', - ], - 9336 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14006', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '49', - 'prev_word_id' => '1161', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1145', - ], - 9337 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14007', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '50', - 'prev_word_id' => '1145', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9338 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14008', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '51', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1027', - ], - 9339 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14009', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '52', - 'prev_word_id' => '1027', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1114', - ], - 9340 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14010', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '53', - 'prev_word_id' => '1114', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1164', - ], - 9341 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14011', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '54', - 'prev_word_id' => '1164', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1106', - ], - 9342 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14012', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '55', - 'prev_word_id' => '1106', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1221', - ], - 9343 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14013', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '56', - 'prev_word_id' => '1221', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9344 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14014', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '57', - 'prev_word_id' => '1020', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1033', - ], - 9345 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14015', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '58', - 'prev_word_id' => '1033', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '992', - ], - 9346 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14016', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '59', - 'prev_word_id' => '992', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '993', - ], - 9347 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14017', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '60', - 'prev_word_id' => '993', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1053', - ], - 9348 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14018', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '61', - 'prev_word_id' => '1053', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1188', - ], - 9349 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14019', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '62', - 'prev_word_id' => '1188', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1034', - ], - 9350 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14020', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '63', - 'prev_word_id' => '1034', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1044', - ], - 9351 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14021', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '64', - 'prev_word_id' => '1044', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1033', - ], - 9352 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14022', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '65', - 'prev_word_id' => '1033', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1149', - ], - 9353 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14023', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '66', - 'prev_word_id' => '1149', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1013', - ], - 9354 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14024', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1018', - 'placement' => '67', - 'prev_word_id' => '1013', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1018', - ], - 9355 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14025', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '68', - 'prev_word_id' => '1018', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1018', - ], - 9356 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14026', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '69', - 'prev_word_id' => '1018', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1157', - ], - 9357 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14027', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1138', - 'placement' => '70', - 'prev_word_id' => '1157', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1006', - ], - 9358 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14028', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '71', - 'prev_word_id' => '1006', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1138', - ], - 9359 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14029', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '72', - 'prev_word_id' => '1138', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1161', - ], - 9360 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14030', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '73', - 'prev_word_id' => '1161', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '995', - ], - 9361 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14031', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '74', - 'prev_word_id' => '995', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '990', - ], - 9362 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14032', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '75', - 'prev_word_id' => '990', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1000', - ], - 9363 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14033', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '76', - 'prev_word_id' => '1000', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '988', - ], - 9364 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14034', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '77', - 'prev_word_id' => '988', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '863', - ], - 9365 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '172', - 'frequency' => '0', - 'id' => '14035', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '78', - 'prev_word_id' => '863', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '998', - ], - 9366 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14036', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1135', - ], - 9367 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14037', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '1', - 'prev_word_id' => '1135', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1111', - ], - 9368 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14038', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '2', - 'prev_word_id' => '1111', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '997', - ], - 9369 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14039', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '3', - 'prev_word_id' => '997', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1052', - ], - 9370 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14040', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '4', - 'prev_word_id' => '1052', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1192', - ], - 9371 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14041', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '5', - 'prev_word_id' => '1192', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '986', - ], - 9372 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14042', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '6', - 'prev_word_id' => '986', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1035', - ], - 9373 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14043', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '7', - 'prev_word_id' => '1035', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1045', - ], - 9374 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14044', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '8', - 'prev_word_id' => '1045', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1202', - ], - 9375 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14045', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '9', - 'prev_word_id' => '1202', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1169', - ], - 9376 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14046', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '10', - 'prev_word_id' => '1169', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1113', - ], - 9377 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14047', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '11', - 'prev_word_id' => '1113', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9378 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14048', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '12', - 'prev_word_id' => '1011', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9379 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14049', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '13', - 'prev_word_id' => '1051', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '981', - ], - 9380 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14050', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1119', - 'placement' => '14', - 'prev_word_id' => '981', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1003', - ], - 9381 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14051', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '15', - 'prev_word_id' => '1003', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1119', - ], - 9382 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14052', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '16', - 'prev_word_id' => '1119', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1040', - ], - 9383 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14053', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '17', - 'prev_word_id' => '1040', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1000', - ], - 9384 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14054', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '18', - 'prev_word_id' => '1000', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1003', - ], - 9385 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14055', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '19', - 'prev_word_id' => '1003', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1208', - ], - 9386 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14056', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '20', - 'prev_word_id' => '1208', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '810', - ], - 9387 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14057', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '21', - 'prev_word_id' => '810', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9388 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14058', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '22', - 'prev_word_id' => '1099', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1202', - ], - 9389 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14059', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '23', - 'prev_word_id' => '1202', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1141', - ], - 9390 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14060', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1050', - 'placement' => '24', - 'prev_word_id' => '1141', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9391 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14061', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '25', - 'prev_word_id' => '1051', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1050', - ], - 9392 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14062', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '26', - 'prev_word_id' => '1050', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1107', - ], - 9393 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14063', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '27', - 'prev_word_id' => '1107', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1239', - ], - 9394 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14064', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1105', - 'placement' => '28', - 'prev_word_id' => '1239', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9395 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14065', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '29', - 'prev_word_id' => '1020', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1105', - ], - 9396 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14066', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '30', - 'prev_word_id' => '1105', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '995', - ], - 9397 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14067', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '31', - 'prev_word_id' => '995', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1113', - ], - 9398 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14068', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '32', - 'prev_word_id' => '1113', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1114', - ], - 9399 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14069', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '33', - 'prev_word_id' => '1114', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1026', - ], - 9400 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14070', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '34', - 'prev_word_id' => '1026', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1108', - ], - 9401 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14071', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '35', - 'prev_word_id' => '1108', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1194', - ], - 9402 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14072', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '36', - 'prev_word_id' => '1194', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9403 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14073', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '37', - 'prev_word_id' => '1011', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '863', - ], - 9404 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14074', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '38', - 'prev_word_id' => '863', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1012', - ], - 9405 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14075', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1167', - 'placement' => '39', - 'prev_word_id' => '1012', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1026', - ], - 9406 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14076', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '40', - 'prev_word_id' => '1026', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1167', - ], - 9407 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14077', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '41', - 'prev_word_id' => '1167', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9408 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14078', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '42', - 'prev_word_id' => '1099', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1171', - ], - 9409 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14079', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '43', - 'prev_word_id' => '1171', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '994', - ], - 9410 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14080', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '44', - 'prev_word_id' => '994', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1187', - ], - 9411 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14081', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '45', - 'prev_word_id' => '1187', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '996', - ], - 9412 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14082', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '46', - 'prev_word_id' => '996', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1162', - ], - 9413 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14083', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '47', - 'prev_word_id' => '1162', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1015', - ], - 9414 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14084', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '48', - 'prev_word_id' => '1015', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1218', - ], - 9415 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14085', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '49', - 'prev_word_id' => '1218', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '992', - ], - 9416 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14086', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '50', - 'prev_word_id' => '992', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '993', - ], - 9417 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14087', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '51', - 'prev_word_id' => '993', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1017', - ], - 9418 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14088', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '52', - 'prev_word_id' => '1017', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1141', - ], - 9419 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14089', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '53', - 'prev_word_id' => '1141', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1036', - ], - 9420 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14090', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '54', - 'prev_word_id' => '1036', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9421 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14091', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '55', - 'prev_word_id' => '1011', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1000', - ], - 9422 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14092', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '56', - 'prev_word_id' => '1000', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1010', - ], - 9423 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14093', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '57', - 'prev_word_id' => '1010', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9424 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14094', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '58', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1007', - ], - 9425 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14095', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '59', - 'prev_word_id' => '1007', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '863', - ], - 9426 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14096', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '60', - 'prev_word_id' => '863', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1171', - ], - 9427 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14097', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '61', - 'prev_word_id' => '1171', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1034', - ], - 9428 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14098', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '62', - 'prev_word_id' => '1034', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1107', - ], - 9429 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14099', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1217', - 'placement' => '63', - 'prev_word_id' => '1107', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '996', - ], - 9430 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14100', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1033', - 'placement' => '64', - 'prev_word_id' => '996', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1217', - ], - 9431 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14101', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '65', - 'prev_word_id' => '1217', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1033', - ], - 9432 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14102', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1111', - 'placement' => '66', - 'prev_word_id' => '1033', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1135', - ], - 9433 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14103', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '67', - 'prev_word_id' => '1135', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1111', - ], - 9434 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14104', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '68', - 'prev_word_id' => '1111', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '994', - ], - 9435 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14105', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '69', - 'prev_word_id' => '994', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1158', - ], - 9436 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14106', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '70', - 'prev_word_id' => '1158', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1026', - ], - 9437 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14107', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '71', - 'prev_word_id' => '1026', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '991', - ], - 9438 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14108', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '72', - 'prev_word_id' => '991', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '988', - ], - 9439 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14109', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '73', - 'prev_word_id' => '988', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9440 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14110', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '74', - 'prev_word_id' => '1011', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1040', - ], - 9441 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14111', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '75', - 'prev_word_id' => '1040', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1010', - ], - 9442 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14112', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '999', - 'placement' => '76', - 'prev_word_id' => '1010', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1170', - ], - 9443 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14113', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '77', - 'prev_word_id' => '1170', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '999', - ], - 9444 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14114', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '78', - 'prev_word_id' => '999', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '863', - ], - 9445 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14115', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '79', - 'prev_word_id' => '863', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1040', - ], - 9446 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14116', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1156', - 'placement' => '80', - 'prev_word_id' => '1040', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1140', - ], - 9447 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14117', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '81', - 'prev_word_id' => '1140', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1156', - ], - 9448 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14118', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '82', - 'prev_word_id' => '1156', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1145', - ], - 9449 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14119', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '83', - 'prev_word_id' => '1145', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '998', - ], - 9450 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14120', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1166', - 'placement' => '84', - 'prev_word_id' => '998', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1149', - ], - 9451 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14121', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '85', - 'prev_word_id' => '1149', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1166', - ], - 9452 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14122', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '86', - 'prev_word_id' => '1166', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9453 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14123', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '87', - 'prev_word_id' => '1011', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1187', - ], - 9454 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14124', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '88', - 'prev_word_id' => '1187', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1170', - ], - 9455 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14125', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '89', - 'prev_word_id' => '1170', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1147', - ], - 9456 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14126', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '90', - 'prev_word_id' => '1147', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1030', - ], - 9457 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14127', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '91', - 'prev_word_id' => '1030', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1006', - ], - 9458 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14128', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '92', - 'prev_word_id' => '1006', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1000', - ], - 9459 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14129', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '93', - 'prev_word_id' => '1000', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1164', - ], - 9460 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14130', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '94', - 'prev_word_id' => '1164', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1157', - ], - 9461 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14131', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1170', - 'placement' => '95', - 'prev_word_id' => '1157', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1028', - ], - 9462 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14132', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '96', - 'prev_word_id' => '1028', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1170', - ], - 9463 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14133', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '97', - 'prev_word_id' => '1170', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1112', - ], - 9464 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14134', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '98', - 'prev_word_id' => '1112', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1013', - ], - 9465 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14135', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '99', - 'prev_word_id' => '1013', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1160', - ], - 9466 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14136', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '100', - 'prev_word_id' => '1160', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9467 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14137', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '101', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1000', - ], - 9468 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14138', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '102', - 'prev_word_id' => '1000', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '863', - ], - 9469 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14139', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '103', - 'prev_word_id' => '863', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1195', - ], - 9470 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14140', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '104', - 'prev_word_id' => '1195', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1031', - ], - 9471 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14141', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '105', - 'prev_word_id' => '1031', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1218', - ], - 9472 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14142', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '106', - 'prev_word_id' => '1218', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1047', - ], - 9473 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14143', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '107', - 'prev_word_id' => '1047', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9474 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14144', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '108', - 'prev_word_id' => '1020', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1141', - ], - 9475 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14145', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1046', - 'placement' => '109', - 'prev_word_id' => '1141', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '983', - ], - 9476 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14146', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '110', - 'prev_word_id' => '983', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1046', - ], - 9477 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14147', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '111', - 'prev_word_id' => '1046', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1000', - ], - 9478 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '173', - 'frequency' => '0', - 'id' => '14148', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '112', - 'prev_word_id' => '1000', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1164', - ], - 9479 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14149', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1202', - ], - 9480 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14150', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '1', - 'prev_word_id' => '1202', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9481 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14151', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '2', - 'prev_word_id' => '1020', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1041', - ], - 9482 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14152', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '3', - 'prev_word_id' => '1041', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1135', - ], - 9483 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14153', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1202', - 'placement' => '4', - 'prev_word_id' => '1135', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1045', - ], - 9484 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14154', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '5', - 'prev_word_id' => '1045', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1202', - ], - 9485 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14155', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1041', - 'placement' => '6', - 'prev_word_id' => '1202', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9486 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14156', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '7', - 'prev_word_id' => '1020', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1041', - ], - 9487 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14157', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '8', - 'prev_word_id' => '1041', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '992', - ], - 9488 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14158', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '9', - 'prev_word_id' => '992', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '993', - ], - 9489 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14159', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '10', - 'prev_word_id' => '993', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1006', - ], - 9490 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14160', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '11', - 'prev_word_id' => '1006', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1144', - ], - 9491 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14161', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '12', - 'prev_word_id' => '1144', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '990', - ], - 9492 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14162', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '13', - 'prev_word_id' => '990', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1017', - ], - 9493 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14163', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '14', - 'prev_word_id' => '1017', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1197', - ], - 9494 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14164', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '15', - 'prev_word_id' => '1197', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1034', - ], - 9495 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14165', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '16', - 'prev_word_id' => '1034', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1042', - ], - 9496 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14166', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '17', - 'prev_word_id' => '1042', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1113', - ], - 9497 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14167', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '18', - 'prev_word_id' => '1113', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1040', - ], - 9498 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14168', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1034', - 'placement' => '19', - 'prev_word_id' => '1040', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '863', - ], - 9499 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14169', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '20', - 'prev_word_id' => '863', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1034', - ], - 9500 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14170', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '21', - 'prev_word_id' => '1034', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9501 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14171', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '22', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9502 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14172', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '23', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1102', - ], - 9503 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14173', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '24', - 'prev_word_id' => '1102', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9504 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14174', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1206', - 'placement' => '25', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1161', - ], - 9505 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14175', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1029', - 'placement' => '26', - 'prev_word_id' => '1161', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1206', - ], - 9506 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14176', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '27', - 'prev_word_id' => '1206', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1029', - ], - 9507 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14177', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '28', - 'prev_word_id' => '1029', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1145', - ], - 9508 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14178', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '29', - 'prev_word_id' => '1145', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1039', - ], - 9509 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14179', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '30', - 'prev_word_id' => '1039', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '996', - ], - 9510 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14180', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '31', - 'prev_word_id' => '996', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1147', - ], - 9511 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14181', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1139', - 'placement' => '32', - 'prev_word_id' => '1147', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1188', - ], - 9512 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14182', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '33', - 'prev_word_id' => '1188', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1139', - ], - 9513 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14183', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '34', - 'prev_word_id' => '1139', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1171', - ], - 9514 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14184', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '35', - 'prev_word_id' => '1171', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1198', - ], - 9515 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14185', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '36', - 'prev_word_id' => '1198', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1042', - ], - 9516 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14186', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '37', - 'prev_word_id' => '1042', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1049', - ], - 9517 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14187', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '38', - 'prev_word_id' => '1049', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '981', - ], - 9518 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14188', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '39', - 'prev_word_id' => '981', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1146', - ], - 9519 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14189', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '40', - 'prev_word_id' => '1146', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1157', - ], - 9520 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14190', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '41', - 'prev_word_id' => '1157', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9521 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14191', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1159', - 'placement' => '42', - 'prev_word_id' => '1011', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1142', - ], - 9522 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14192', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1147', - 'placement' => '43', - 'prev_word_id' => '1142', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1159', - ], - 9523 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14193', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '44', - 'prev_word_id' => '1159', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1147', - ], - 9524 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14194', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '45', - 'prev_word_id' => '1147', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1026', - ], - 9525 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14195', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '46', - 'prev_word_id' => '1026', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1157', - ], - 9526 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14196', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '47', - 'prev_word_id' => '1157', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1135', - ], - 9527 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14197', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '48', - 'prev_word_id' => '1135', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1013', - ], - 9528 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14198', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '49', - 'prev_word_id' => '1013', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1038', - ], - 9529 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14199', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '50', - 'prev_word_id' => '1038', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1013', - ], - 9530 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14200', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '51', - 'prev_word_id' => '1013', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1000', - ], - 9531 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14201', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '52', - 'prev_word_id' => '1000', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1197', - ], - 9532 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14202', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1035', - 'placement' => '53', - 'prev_word_id' => '1197', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1037', - ], - 9533 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14203', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '54', - 'prev_word_id' => '1037', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1035', - ], - 9534 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14204', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '55', - 'prev_word_id' => '1035', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '986', - ], - 9535 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14205', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '56', - 'prev_word_id' => '986', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1162', - ], - 9536 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14206', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '57', - 'prev_word_id' => '1162', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1165', - ], - 9537 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14207', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '58', - 'prev_word_id' => '1165', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '863', - ], - 9538 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14208', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '59', - 'prev_word_id' => '863', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1045', - ], - 9539 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14209', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1203', - 'placement' => '60', - 'prev_word_id' => '1045', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1171', - ], - 9540 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14210', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '61', - 'prev_word_id' => '1171', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1203', - ], - 9541 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14211', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '62', - 'prev_word_id' => '1203', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1013', - ], - 9542 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14212', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '63', - 'prev_word_id' => '1013', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1032', - ], - 9543 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14213', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '64', - 'prev_word_id' => '1032', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1135', - ], - 9544 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14214', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '65', - 'prev_word_id' => '1135', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9545 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14215', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '66', - 'prev_word_id' => '1051', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9546 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14216', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '67', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1107', - ], - 9547 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14217', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '68', - 'prev_word_id' => '1107', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '989', - ], - 9548 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14218', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '69', - 'prev_word_id' => '989', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9549 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14219', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '70', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1208', - ], - 9550 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14220', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1199', - 'placement' => '71', - 'prev_word_id' => '1208', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '994', - ], - 9551 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14221', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '72', - 'prev_word_id' => '994', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1199', - ], - 9552 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14222', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '73', - 'prev_word_id' => '1199', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1163', - ], - 9553 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14223', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '74', - 'prev_word_id' => '1163', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1030', - ], - 9554 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14224', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '75', - 'prev_word_id' => '1030', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1032', - ], - 9555 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14225', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '76', - 'prev_word_id' => '1032', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9556 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14226', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '77', - 'prev_word_id' => '1020', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9557 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14227', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '78', - 'prev_word_id' => '1051', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '985', - ], - 9558 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14228', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1163', - 'placement' => '79', - 'prev_word_id' => '985', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1189', - ], - 9559 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14229', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '80', - 'prev_word_id' => '1189', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1163', - ], - 9560 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14230', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '81', - 'prev_word_id' => '1163', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1026', - ], - 9561 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14231', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '82', - 'prev_word_id' => '1026', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1149', - ], - 9562 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14232', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '83', - 'prev_word_id' => '1149', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1107', - ], - 9563 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14233', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1159', - 'placement' => '84', - 'prev_word_id' => '1107', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '986', - ], - 9564 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14234', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '85', - 'prev_word_id' => '986', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1159', - ], - 9565 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14235', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '86', - 'prev_word_id' => '1159', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1171', - ], - 9566 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14236', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '87', - 'prev_word_id' => '1171', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1102', - ], - 9567 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14237', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '88', - 'prev_word_id' => '1102', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9568 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14238', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '89', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '863', - ], - 9569 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14239', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '90', - 'prev_word_id' => '863', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '996', - ], - 9570 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14240', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '91', - 'prev_word_id' => '996', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1042', - ], - 9571 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14241', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '92', - 'prev_word_id' => '1042', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9572 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14242', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '93', - 'prev_word_id' => '1051', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1045', - ], - 9573 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14243', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1044', - 'placement' => '94', - 'prev_word_id' => '1045', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1165', - ], - 9574 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14244', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '95', - 'prev_word_id' => '1165', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1044', - ], - 9575 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14245', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '96', - 'prev_word_id' => '1044', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '825', - ], - 9576 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14246', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '97', - 'prev_word_id' => '825', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9577 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14247', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '98', - 'prev_word_id' => '1051', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1160', - ], - 9578 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14248', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '99', - 'prev_word_id' => '1160', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1162', - ], - 9579 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14249', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '100', - 'prev_word_id' => '1162', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1197', - ], - 9580 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14250', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '101', - 'prev_word_id' => '1197', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1165', - ], - 9581 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14251', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '102', - 'prev_word_id' => '1165', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9582 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14252', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1192', - 'placement' => '103', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1187', - ], - 9583 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14253', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '104', - 'prev_word_id' => '1187', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1192', - ], - 9584 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14254', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '105', - 'prev_word_id' => '1192', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '998', - ], - 9585 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14255', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1052', - 'placement' => '106', - 'prev_word_id' => '998', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1145', - ], - 9586 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14256', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '107', - 'prev_word_id' => '1145', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1052', - ], - 9587 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14257', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '108', - 'prev_word_id' => '1052', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1049', - ], - 9588 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14258', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1036', - 'placement' => '109', - 'prev_word_id' => '1049', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1188', - ], - 9589 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14259', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1037', - 'placement' => '110', - 'prev_word_id' => '1188', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1036', - ], - 9590 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14260', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '111', - 'prev_word_id' => '1036', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1037', - ], - 9591 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '174', - 'frequency' => '0', - 'id' => '14261', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '112', - 'prev_word_id' => '1037', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1221', - ], - 9592 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14262', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1047', - ], - 9593 => [ - 'content_type_field_definition_id' => '243', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14263', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '1', - 'prev_word_id' => '1047', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1221', - ], - 9594 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14264', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '2', - 'prev_word_id' => '1221', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1000', - ], - 9595 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14265', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '3', - 'prev_word_id' => '1000', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1049', - ], - 9596 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14266', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '990', - 'placement' => '4', - 'prev_word_id' => '1049', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1102', - ], - 9597 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14267', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '5', - 'prev_word_id' => '1102', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '990', - ], - 9598 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14268', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1116', - 'placement' => '6', - 'prev_word_id' => '990', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '995', - ], - 9599 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14269', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '7', - 'prev_word_id' => '995', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1116', - ], - 9600 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14270', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '8', - 'prev_word_id' => '1116', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1171', - ], - 9601 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14271', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '9', - 'prev_word_id' => '1171', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1117', - ], - 9602 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14272', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '10', - 'prev_word_id' => '1117', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '992', - ], - 9603 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14273', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1168', - 'placement' => '11', - 'prev_word_id' => '992', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '993', - ], - 9604 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14274', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '12', - 'prev_word_id' => '993', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1168', - ], - 9605 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14275', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '13', - 'prev_word_id' => '1168', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1135', - ], - 9606 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14276', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '14', - 'prev_word_id' => '1135', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9607 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14277', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1108', - 'placement' => '15', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1039', - ], - 9608 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14278', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1003', - 'placement' => '16', - 'prev_word_id' => '1039', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1108', - ], - 9609 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14279', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '17', - 'prev_word_id' => '1108', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1003', - ], - 9610 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14280', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '18', - 'prev_word_id' => '1003', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1239', - ], - 9611 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14281', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '19', - 'prev_word_id' => '1239', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '989', - ], - 9612 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14282', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '20', - 'prev_word_id' => '989', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '863', - ], - 9613 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14283', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '21', - 'prev_word_id' => '863', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1107', - ], - 9614 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14284', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '983', - 'placement' => '22', - 'prev_word_id' => '1107', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1106', - ], - 9615 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14285', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '23', - 'prev_word_id' => '1106', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '983', - ], - 9616 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14286', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1038', - 'placement' => '24', - 'prev_word_id' => '983', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1031', - ], - 9617 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14287', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '25', - 'prev_word_id' => '1031', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1038', - ], - 9618 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14288', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '26', - 'prev_word_id' => '1038', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9619 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14289', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '27', - 'prev_word_id' => '1011', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '996', - ], - 9620 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14290', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '28', - 'prev_word_id' => '996', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '863', - ], - 9621 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14291', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '29', - 'prev_word_id' => '863', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '996', - ], - 9622 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14292', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1197', - 'placement' => '30', - 'prev_word_id' => '996', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1032', - ], - 9623 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14293', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '31', - 'prev_word_id' => '1032', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1197', - ], - 9624 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14294', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '32', - 'prev_word_id' => '1197', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '825', - ], - 9625 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14295', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '33', - 'prev_word_id' => '825', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '984', - ], - 9626 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14296', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '34', - 'prev_word_id' => '984', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1043', - ], - 9627 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14297', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '35', - 'prev_word_id' => '1043', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '994', - ], - 9628 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14298', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '36', - 'prev_word_id' => '994', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1001', - ], - 9629 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14299', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '37', - 'prev_word_id' => '1001', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1113', - ], - 9630 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14300', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '38', - 'prev_word_id' => '1113', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1026', - ], - 9631 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14301', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '39', - 'prev_word_id' => '1026', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1118', - ], - 9632 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14302', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '40', - 'prev_word_id' => '1118', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1239', - ], - 9633 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14303', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '41', - 'prev_word_id' => '1239', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1049', - ], - 9634 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14304', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1221', - 'placement' => '42', - 'prev_word_id' => '1049', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1047', - ], - 9635 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14305', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1189', - 'placement' => '43', - 'prev_word_id' => '1047', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1221', - ], - 9636 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14306', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1014', - 'placement' => '44', - 'prev_word_id' => '1221', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1189', - ], - 9637 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14307', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1010', - 'placement' => '45', - 'prev_word_id' => '1189', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1014', - ], - 9638 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14308', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '46', - 'prev_word_id' => '1014', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1010', - ], - 9639 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14309', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '47', - 'prev_word_id' => '1010', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1239', - ], - 9640 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14310', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '48', - 'prev_word_id' => '1239', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1135', - ], - 9641 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14311', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1049', - 'placement' => '49', - 'prev_word_id' => '1135', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1188', - ], - 9642 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14312', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '50', - 'prev_word_id' => '1188', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1049', - ], - 9643 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14313', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '51', - 'prev_word_id' => '1049', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1011', - ], - 9644 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14314', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '52', - 'prev_word_id' => '1011', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '863', - ], - 9645 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14315', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '53', - 'prev_word_id' => '863', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1141', - ], - 9646 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14316', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '985', - 'placement' => '54', - 'prev_word_id' => '1141', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1135', - ], - 9647 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14317', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1162', - 'placement' => '55', - 'prev_word_id' => '1135', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '985', - ], - 9648 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14318', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '56', - 'prev_word_id' => '985', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1162', - ], - 9649 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14319', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '57', - 'prev_word_id' => '1162', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '992', - ], - 9650 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14320', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '58', - 'prev_word_id' => '992', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '993', - ], - 9651 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14321', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1145', - 'placement' => '59', - 'prev_word_id' => '993', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '989', - ], - 9652 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14322', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1053', - 'placement' => '60', - 'prev_word_id' => '989', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1145', - ], - 9653 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14323', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '61', - 'prev_word_id' => '1145', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1053', - ], - 9654 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14324', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1098', - 'placement' => '62', - 'prev_word_id' => '1053', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '981', - ], - 9655 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14325', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '63', - 'prev_word_id' => '981', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1098', - ], - 9656 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14326', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '64', - 'prev_word_id' => '1098', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1218', - ], - 9657 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14327', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1002', - 'placement' => '65', - 'prev_word_id' => '1218', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9658 => [ - 'content_type_field_definition_id' => '244', - 'content_type_id' => '24', - 'contentobject_id' => '175', - 'frequency' => '0', - 'id' => '14328', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '66', - 'prev_word_id' => '1020', - 'published' => '1311154201', - 'section_id' => '1', - 'word_id' => '1002', - ], - 9659 => [ - 'content_type_field_definition_id' => '286', - 'content_type_id' => '35', - 'contentobject_id' => '176', - 'frequency' => '0', - 'id' => '14329', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '962', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '1600', - ], - 9660 => [ - 'content_type_field_definition_id' => '287', - 'content_type_id' => '35', - 'contentobject_id' => '176', - 'frequency' => '0', - 'id' => '14330', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '1', - 'prev_word_id' => '1600', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '962', - ], - 9661 => [ - 'content_type_field_definition_id' => '287', - 'content_type_id' => '35', - 'contentobject_id' => '176', - 'frequency' => '0', - 'id' => '14331', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '2', - 'prev_word_id' => '962', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '948', - ], - 9662 => [ - 'content_type_field_definition_id' => '287', - 'content_type_id' => '35', - 'contentobject_id' => '176', - 'frequency' => '0', - 'id' => '14332', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '3', - 'prev_word_id' => '948', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '949', - ], - 9663 => [ - 'content_type_field_definition_id' => '287', - 'content_type_id' => '35', - 'contentobject_id' => '176', - 'frequency' => '0', - 'id' => '14333', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '2393', - 'placement' => '4', - 'prev_word_id' => '949', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '1008', - ], - 9664 => [ - 'content_type_field_definition_id' => '287', - 'content_type_id' => '35', - 'contentobject_id' => '176', - 'frequency' => '0', - 'id' => '14334', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '2394', - 'placement' => '5', - 'prev_word_id' => '1008', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2393', - ], - 9665 => [ - 'content_type_field_definition_id' => '287', - 'content_type_id' => '35', - 'contentobject_id' => '176', - 'frequency' => '0', - 'id' => '14335', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '6', - 'prev_word_id' => '2393', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2394', - ], - 9666 => [ - 'content_type_field_definition_id' => '287', - 'content_type_id' => '35', - 'contentobject_id' => '176', - 'frequency' => '0', - 'id' => '14336', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '2395', - 'placement' => '7', - 'prev_word_id' => '2394', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '833', - ], - 9667 => [ - 'content_type_field_definition_id' => '287', - 'content_type_id' => '35', - 'contentobject_id' => '176', - 'frequency' => '0', - 'id' => '14337', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '2396', - 'placement' => '8', - 'prev_word_id' => '833', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2395', - ], - 9668 => [ - 'content_type_field_definition_id' => '287', - 'content_type_id' => '35', - 'contentobject_id' => '176', - 'frequency' => '0', - 'id' => '14338', - 'identifier' => 'short_description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '9', - 'prev_word_id' => '2395', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2396', - ], - 9669 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '177', - 'frequency' => '0', - 'id' => '14339', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2397', - ], - 9670 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '177', - 'frequency' => '0', - 'id' => '14340', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1', - 'prev_word_id' => '2397', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '976', - ], - 9671 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '177', - 'frequency' => '0', - 'id' => '14341', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1832', - 'placement' => '2', - 'prev_word_id' => '976', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '802', - ], - 9672 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '177', - 'frequency' => '0', - 'id' => '14342', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '3', - 'prev_word_id' => '802', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '1832', - ], - 9673 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '178', - 'frequency' => '0', - 'id' => '14343', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '886', - ], - 9674 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '178', - 'frequency' => '0', - 'id' => '14344', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2398', - 'placement' => '1', - 'prev_word_id' => '886', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '894', - ], - 9675 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '178', - 'frequency' => '0', - 'id' => '14345', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '2', - 'prev_word_id' => '894', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2398', - ], - 9676 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '178', - 'frequency' => '0', - 'id' => '14346', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '3', - 'prev_word_id' => '2398', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '816', - ], - 9677 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '178', - 'frequency' => '0', - 'id' => '14347', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '4', - 'prev_word_id' => '816', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '814', - ], - 9678 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '178', - 'frequency' => '0', - 'id' => '14348', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2399', - 'placement' => '5', - 'prev_word_id' => '814', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '1258', - ], - 9679 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '178', - 'frequency' => '0', - 'id' => '14349', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '6', - 'prev_word_id' => '1258', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2399', - ], - 9680 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '179', - 'frequency' => '0', - 'id' => '14350', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1259', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '1943', - ], - 9681 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '179', - 'frequency' => '0', - 'id' => '14351', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2315', - 'placement' => '1', - 'prev_word_id' => '1943', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '1259', - ], - 9682 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '179', - 'frequency' => '0', - 'id' => '14352', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2400', - 'placement' => '2', - 'prev_word_id' => '1259', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2315', - ], - 9683 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '179', - 'frequency' => '0', - 'id' => '14353', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '3', - 'prev_word_id' => '2315', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2400', - ], - 9684 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '180', - 'frequency' => '0', - 'id' => '14354', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2401', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '814', - ], - 9685 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '180', - 'frequency' => '0', - 'id' => '14355', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2402', - 'placement' => '1', - 'prev_word_id' => '814', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2401', - ], - 9686 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '180', - 'frequency' => '0', - 'id' => '14356', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '2', - 'prev_word_id' => '2401', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2402', - ], - 9687 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '180', - 'frequency' => '0', - 'id' => '14357', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2403', - 'placement' => '3', - 'prev_word_id' => '2402', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '848', - ], - 9688 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '180', - 'frequency' => '0', - 'id' => '14358', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '4', - 'prev_word_id' => '848', - 'published' => '1311154202', - 'section_id' => '1', - 'word_id' => '2403', - ], - 9689 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '181', - 'frequency' => '0', - 'id' => '14359', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2405', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2404', - ], - 9690 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '181', - 'frequency' => '0', - 'id' => '14360', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '1', - 'prev_word_id' => '2404', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2405', - ], - 9691 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '181', - 'frequency' => '0', - 'id' => '14361', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2406', - 'placement' => '2', - 'prev_word_id' => '2405', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '825', - ], - 9692 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '181', - 'frequency' => '0', - 'id' => '14362', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '3', - 'prev_word_id' => '825', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2406', - ], - 9693 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '182', - 'frequency' => '0', - 'id' => '14363', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2407', - ], - 9694 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '182', - 'frequency' => '0', - 'id' => '14364', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1', - 'prev_word_id' => '2407', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '976', - ], - 9695 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '182', - 'frequency' => '0', - 'id' => '14365', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2408', - 'placement' => '2', - 'prev_word_id' => '976', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '814', - ], - 9696 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '182', - 'frequency' => '0', - 'id' => '14366', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2409', - 'placement' => '3', - 'prev_word_id' => '814', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2408', - ], - 9697 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '182', - 'frequency' => '0', - 'id' => '14367', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '4', - 'prev_word_id' => '2408', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2409', - ], - 9698 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '182', - 'frequency' => '0', - 'id' => '14368', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2410', - 'placement' => '5', - 'prev_word_id' => '2409', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '976', - ], - 9699 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '182', - 'frequency' => '0', - 'id' => '14369', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '6', - 'prev_word_id' => '976', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2410', - ], - 9700 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '182', - 'frequency' => '0', - 'id' => '14370', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2411', - 'placement' => '7', - 'prev_word_id' => '2410', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '833', - ], - 9701 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '182', - 'frequency' => '0', - 'id' => '14371', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '8', - 'prev_word_id' => '833', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2411', - ], - 9702 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '183', - 'frequency' => '0', - 'id' => '14372', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2406', - ], - 9703 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '183', - 'frequency' => '0', - 'id' => '14373', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2412', - 'placement' => '1', - 'prev_word_id' => '2406', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '863', - ], - 9704 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '183', - 'frequency' => '0', - 'id' => '14374', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2413', - 'placement' => '2', - 'prev_word_id' => '863', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2412', - ], - 9705 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '183', - 'frequency' => '0', - 'id' => '14375', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2414', - 'placement' => '3', - 'prev_word_id' => '2412', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2413', - ], - 9706 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '183', - 'frequency' => '0', - 'id' => '14376', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '4', - 'prev_word_id' => '2413', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2414', - ], - 9707 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '184', - 'frequency' => '0', - 'id' => '14377', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2326', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2415', - ], - 9708 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '184', - 'frequency' => '0', - 'id' => '14378', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2416', - 'placement' => '1', - 'prev_word_id' => '2415', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2326', - ], - 9709 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '184', - 'frequency' => '0', - 'id' => '14379', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2222', - 'placement' => '2', - 'prev_word_id' => '2326', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2416', - ], - 9710 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '184', - 'frequency' => '0', - 'id' => '14380', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '3', - 'prev_word_id' => '2416', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2222', - ], - 9711 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '184', - 'frequency' => '0', - 'id' => '14381', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2223', - 'placement' => '4', - 'prev_word_id' => '2222', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '828', - ], - 9712 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '184', - 'frequency' => '0', - 'id' => '14382', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '5', - 'prev_word_id' => '828', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '2223', - ], - 9713 => [ - 'content_type_field_definition_id' => '211', - 'content_type_id' => '19', - 'contentobject_id' => '185', - 'frequency' => '0', - 'id' => '14383', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154203', - 'section_id' => '1', - 'word_id' => '1381', - ], - 9714 => [ - 'content_type_field_definition_id' => '214', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14384', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2417', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '926', - ], - 9715 => [ - 'content_type_field_definition_id' => '214', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14385', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '1', - 'prev_word_id' => '926', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2417', - ], - 9716 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14386', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1103', - 'placement' => '2', - 'prev_word_id' => '2417', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9717 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14387', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '3', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1103', - ], - 9718 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14388', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '4', - 'prev_word_id' => '1103', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9719 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14389', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '5', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9720 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14390', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '6', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9721 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14391', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '7', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9722 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14392', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '8', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9723 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14393', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '9', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9724 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14394', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '10', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9725 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14395', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '11', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9726 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14396', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '12', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9727 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14397', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '13', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9728 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14398', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '14', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9729 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14399', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '15', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9730 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14400', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '16', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9731 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14401', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '17', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9732 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14402', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '18', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9733 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14403', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '19', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9734 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14404', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '20', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9735 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14405', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '21', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9736 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14406', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '22', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9737 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14407', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '23', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9738 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14408', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '24', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9739 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14409', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '25', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9740 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14410', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '26', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9741 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14411', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '27', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9742 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14412', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '28', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9743 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14413', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '29', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9744 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14414', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '30', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9745 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14415', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '31', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9746 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14416', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '32', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9747 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14417', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '33', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9748 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14418', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '34', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9749 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14419', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '35', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9750 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14420', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '36', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9751 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14421', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '37', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9752 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14422', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '38', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9753 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14423', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '39', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9754 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14424', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '40', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9755 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14425', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '41', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9756 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14426', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '42', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9757 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14427', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '43', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9758 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14428', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '44', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9759 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14429', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '45', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9760 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14430', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '46', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9761 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14431', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '47', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9762 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14432', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '48', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9763 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14433', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '49', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9764 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14434', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '50', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9765 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14435', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '51', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9766 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14436', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '52', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9767 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14437', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '53', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9768 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14438', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '54', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9769 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14439', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '55', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9770 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14440', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '56', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9771 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14441', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '57', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9772 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14442', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '58', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9773 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14443', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '59', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9774 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14444', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '60', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9775 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14445', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '61', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9776 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14446', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '62', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9777 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14447', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '63', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9778 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14448', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '64', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9779 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14449', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '65', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9780 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14450', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '66', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9781 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14451', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '67', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9782 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14452', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '68', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9783 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14453', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '69', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9784 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14454', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '70', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9785 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14455', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '71', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9786 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14456', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '72', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9787 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14457', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '73', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9788 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14458', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '74', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9789 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14459', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '75', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9790 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14460', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '76', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9791 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14461', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '77', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9792 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14462', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '78', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9793 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14463', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '79', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9794 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14464', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '80', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9795 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14465', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '81', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9796 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14466', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '82', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9797 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14467', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '83', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9798 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14468', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '84', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9799 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14469', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '85', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9800 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14470', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '86', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9801 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14471', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '87', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9802 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14472', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '88', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9803 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14473', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '89', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9804 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14474', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '90', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9805 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14475', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '91', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9806 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14476', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '92', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9807 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14477', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '93', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9808 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14478', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '94', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9809 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14479', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '95', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9810 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14480', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '96', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9811 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14481', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '97', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9812 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14482', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '98', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9813 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14483', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '99', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9814 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14484', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '100', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9815 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14485', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '101', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9816 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14486', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '102', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9817 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14487', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '103', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9818 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14488', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '104', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9819 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14489', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '105', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9820 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14490', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '106', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9821 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14491', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '107', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9822 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14492', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '108', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9823 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14493', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '109', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9824 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14494', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '110', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9825 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14495', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '111', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9826 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14496', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '112', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9827 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14497', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '113', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9828 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14498', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '114', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9829 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14499', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '115', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9830 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14500', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '116', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9831 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14501', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '117', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9832 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14502', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '118', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9833 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14503', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '119', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9834 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14504', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '120', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9835 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14505', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '121', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9836 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14506', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '122', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9837 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14507', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '123', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9838 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14508', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '124', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9839 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14509', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '125', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9840 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14510', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '126', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9841 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14511', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '127', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9842 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14512', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '128', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9843 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14513', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '129', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9844 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14514', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '130', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9845 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14515', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '131', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9846 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14516', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '132', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9847 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14517', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '133', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9848 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14518', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '134', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9849 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14519', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '135', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9850 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14520', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2419', - 'placement' => '136', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9851 => [ - 'content_type_field_definition_id' => '216', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14521', - 'identifier' => 'publication_date', - 'integer_value' => '1193915460', - 'next_word_id' => '1191', - 'placement' => '137', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2419', - ], - 9852 => [ - 'content_type_field_definition_id' => '217', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14522', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '2420', - 'placement' => '138', - 'prev_word_id' => '2419', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1191', - ], - 9853 => [ - 'content_type_field_definition_id' => '218', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14523', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '2421', - 'placement' => '139', - 'prev_word_id' => '1191', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2420', - ], - 9854 => [ - 'content_type_field_definition_id' => '218', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14524', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '2422', - 'placement' => '140', - 'prev_word_id' => '2420', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2421', - ], - 9855 => [ - 'content_type_field_definition_id' => '218', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14525', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '858', - 'placement' => '141', - 'prev_word_id' => '2421', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2422', - ], - 9856 => [ - 'content_type_field_definition_id' => '218', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14526', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '2423', - 'placement' => '142', - 'prev_word_id' => '2422', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '858', - ], - 9857 => [ - 'content_type_field_definition_id' => '218', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14527', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '143', - 'prev_word_id' => '858', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2423', - ], - 9858 => [ - 'content_type_field_definition_id' => '219', - 'content_type_id' => '20', - 'contentobject_id' => '186', - 'frequency' => '0', - 'id' => '14528', - 'identifier' => 'enable_comments', - 'integer_value' => '1', - 'next_word_id' => '0', - 'placement' => '144', - 'prev_word_id' => '2423', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1070', - ], - 9859 => [ - 'content_type_field_definition_id' => '214', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14529', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2417', - ], - 9860 => [ - 'content_type_field_definition_id' => '214', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14530', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2424', - 'placement' => '1', - 'prev_word_id' => '2417', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '863', - ], - 9861 => [ - 'content_type_field_definition_id' => '214', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14531', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '2', - 'prev_word_id' => '863', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2424', - ], - 9862 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14532', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '3', - 'prev_word_id' => '2424', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9863 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14533', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '4', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9864 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14534', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '5', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9865 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14535', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '6', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9866 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14536', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '7', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9867 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14537', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '8', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9868 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14538', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '9', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9869 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14539', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '10', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9870 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14540', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '11', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9871 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14541', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '12', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9872 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14542', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '13', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9873 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14543', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '14', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9874 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14544', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '15', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9875 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14545', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '16', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9876 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14546', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '17', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9877 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14547', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '18', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9878 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14548', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '19', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9879 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14549', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '20', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9880 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14550', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '21', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9881 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14551', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '22', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9882 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14552', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '23', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9883 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14553', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '24', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9884 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14554', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '25', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9885 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14555', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '26', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9886 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14556', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '27', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9887 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14557', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '28', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9888 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14558', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '29', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9889 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14559', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '30', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9890 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14560', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '31', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9891 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14561', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '32', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9892 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14562', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '33', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9893 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14563', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '34', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9894 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14564', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '35', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9895 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14565', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '36', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9896 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14566', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '37', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9897 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14567', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '38', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9898 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14568', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '39', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9899 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14569', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '40', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9900 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14570', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '41', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9901 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14571', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '42', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9902 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14572', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '43', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9903 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14573', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '44', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9904 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14574', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '45', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9905 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14575', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '46', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9906 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14576', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '47', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9907 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14577', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '48', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9908 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14578', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '49', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9909 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14579', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '50', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9910 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14580', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '51', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9911 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14581', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '52', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9912 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14582', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '53', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9913 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14583', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '54', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9914 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14584', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '55', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9915 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14585', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '56', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9916 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14586', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '57', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9917 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14587', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '58', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9918 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14588', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '59', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9919 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14589', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '60', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9920 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14590', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '61', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9921 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14591', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '62', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9922 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14592', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '63', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9923 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14593', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '64', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9924 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14594', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '65', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9925 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14595', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '66', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9926 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14596', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '67', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9927 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14597', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '68', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9928 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14598', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '69', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9929 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14599', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '70', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9930 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14600', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '71', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9931 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14601', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '72', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9932 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14602', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '73', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9933 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14603', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '74', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9934 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14604', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '75', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9935 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14605', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '76', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9936 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14606', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '77', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9937 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14607', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '78', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9938 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14608', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '79', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9939 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14609', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '80', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9940 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14610', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '81', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9941 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14611', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '82', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9942 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14612', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '83', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9943 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14613', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '84', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9944 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14614', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '85', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9945 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14615', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '86', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9946 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14616', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '87', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9947 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14617', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '88', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9948 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14618', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '89', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9949 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14619', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '90', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9950 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14620', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '91', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9951 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14621', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '92', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9952 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14622', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '93', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9953 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14623', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '94', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9954 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14624', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '95', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9955 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14625', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '96', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9956 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14626', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '97', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9957 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14627', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '98', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9958 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14628', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '99', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9959 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14629', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '100', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9960 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14630', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '101', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9961 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14631', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '102', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9962 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14632', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '103', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9963 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14633', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '104', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9964 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14634', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '105', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9965 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14635', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '106', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9966 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14636', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '107', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9967 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14637', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '108', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9968 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14638', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '109', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9969 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14639', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '110', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9970 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14640', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '111', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9971 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14641', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '112', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9972 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14642', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '113', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9973 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14643', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '114', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9974 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14644', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '115', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9975 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14645', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '116', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9976 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14646', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1051', - 'placement' => '117', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9977 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14647', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2418', - 'placement' => '118', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1051', - ], - 9978 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14648', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '119', - 'prev_word_id' => '1051', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2418', - ], - 9979 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14649', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '992', - 'placement' => '120', - 'prev_word_id' => '2418', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 9980 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14650', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '993', - 'placement' => '121', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '992', - ], - 9981 => [ - 'content_type_field_definition_id' => '215', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14651', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2425', - 'placement' => '122', - 'prev_word_id' => '992', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '993', - ], - 9982 => [ - 'content_type_field_definition_id' => '216', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14652', - 'identifier' => 'publication_date', - 'integer_value' => '1193915580', - 'next_word_id' => '1191', - 'placement' => '123', - 'prev_word_id' => '993', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2425', - ], - 9983 => [ - 'content_type_field_definition_id' => '217', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14653', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '2424', - 'placement' => '124', - 'prev_word_id' => '2425', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1191', - ], - 9984 => [ - 'content_type_field_definition_id' => '218', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14654', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '2420', - 'placement' => '125', - 'prev_word_id' => '1191', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2424', - ], - 9985 => [ - 'content_type_field_definition_id' => '218', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14655', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '2421', - 'placement' => '126', - 'prev_word_id' => '2424', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2420', - ], - 9986 => [ - 'content_type_field_definition_id' => '218', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14656', - 'identifier' => 'tags', - 'integer_value' => '0', - 'next_word_id' => '1070', - 'placement' => '127', - 'prev_word_id' => '2420', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2421', - ], - 9987 => [ - 'content_type_field_definition_id' => '219', - 'content_type_id' => '20', - 'contentobject_id' => '187', - 'frequency' => '0', - 'id' => '14657', - 'identifier' => 'enable_comments', - 'integer_value' => '1', - 'next_word_id' => '0', - 'placement' => '128', - 'prev_word_id' => '2421', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1070', - ], - 9988 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14658', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '981', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2426', - ], - 9989 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14659', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1042', - 'placement' => '1', - 'prev_word_id' => '2426', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '981', - ], - 9990 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14660', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '2', - 'prev_word_id' => '981', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1042', - ], - 9991 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14661', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '3', - 'prev_word_id' => '1042', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1141', - ], - 9992 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14662', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '4', - 'prev_word_id' => '1141', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1172', - ], - 9993 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14663', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '5', - 'prev_word_id' => '1172', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1020', - ], - 9994 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14664', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '6', - 'prev_word_id' => '1020', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1208', - ], - 9995 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14665', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '7', - 'prev_word_id' => '1208', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1026', - ], - 9996 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14666', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '8', - 'prev_word_id' => '1026', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '810', - ], - 9997 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14667', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '9', - 'prev_word_id' => '810', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '996', - ], - 9998 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14668', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '10', - 'prev_word_id' => '996', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '997', - ], - 9999 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14669', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '11', - 'prev_word_id' => '997', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1169', - ], - 10000 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14670', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '12', - 'prev_word_id' => '1169', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1112', - ], - 10001 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14671', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '13', - 'prev_word_id' => '1112', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1157', - ], - 10002 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14672', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '984', - 'placement' => '14', - 'prev_word_id' => '1157', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1026', - ], - 10003 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14673', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '15', - 'prev_word_id' => '1026', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '984', - ], - 10004 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14674', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1175', - 'placement' => '16', - 'prev_word_id' => '984', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1174', - ], - 10005 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14675', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1176', - 'placement' => '17', - 'prev_word_id' => '1174', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1175', - ], - 10006 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14676', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1177', - 'placement' => '18', - 'prev_word_id' => '1175', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1176', - ], - 10007 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14677', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1178', - 'placement' => '19', - 'prev_word_id' => '1176', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1177', - ], - 10008 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14678', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1179', - 'placement' => '20', - 'prev_word_id' => '1177', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1178', - ], - 10009 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14679', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1180', - 'placement' => '21', - 'prev_word_id' => '1178', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1179', - ], - 10010 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14680', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1181', - 'placement' => '22', - 'prev_word_id' => '1179', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1180', - ], - 10011 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14681', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1182', - 'placement' => '23', - 'prev_word_id' => '1180', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1181', - ], - 10012 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14682', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1183', - 'placement' => '24', - 'prev_word_id' => '1181', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1182', - ], - 10013 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14683', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1181', - 'placement' => '25', - 'prev_word_id' => '1182', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1183', - ], - 10014 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14684', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1184', - 'placement' => '26', - 'prev_word_id' => '1183', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1181', - ], - 10015 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14685', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1185', - 'placement' => '27', - 'prev_word_id' => '1181', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1184', - ], - 10016 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14686', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '28', - 'prev_word_id' => '1184', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1185', - ], - 10017 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14687', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '29', - 'prev_word_id' => '1185', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '863', - ], - 10018 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14688', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '30', - 'prev_word_id' => '863', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '982', - ], - 10019 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14689', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '31', - 'prev_word_id' => '982', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1160', - ], - 10020 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14690', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '32', - 'prev_word_id' => '1160', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1208', - ], - 10021 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14691', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1039', - 'placement' => '33', - 'prev_word_id' => '1208', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '997', - ], - 10022 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14692', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '34', - 'prev_word_id' => '997', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1039', - ], - 10023 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14693', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '35', - 'prev_word_id' => '1039', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1012', - ], - 10024 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14694', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '36', - 'prev_word_id' => '1012', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1165', - ], - 10025 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14695', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '991', - 'placement' => '37', - 'prev_word_id' => '1165', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '810', - ], - 10026 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14696', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '38', - 'prev_word_id' => '810', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '991', - ], - 10027 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14697', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1118', - 'placement' => '39', - 'prev_word_id' => '991', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '863', - ], - 10028 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14698', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '40', - 'prev_word_id' => '863', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1118', - ], - 10029 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14699', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '41', - 'prev_word_id' => '1118', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1015', - ], - 10030 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14700', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '42', - 'prev_word_id' => '1015', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 10031 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14701', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '43', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1220', - ], - 10032 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14702', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '44', - 'prev_word_id' => '1220', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1117', - ], - 10033 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14703', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '45', - 'prev_word_id' => '1117', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1027', - ], - 10034 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14704', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '46', - 'prev_word_id' => '1027', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1188', - ], - 10035 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14705', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1240', - 'placement' => '47', - 'prev_word_id' => '1188', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1144', - ], - 10036 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14706', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '48', - 'prev_word_id' => '1144', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1240', - ], - 10037 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14707', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1007', - 'placement' => '49', - 'prev_word_id' => '1240', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1149', - ], - 10038 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14708', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1043', - 'placement' => '50', - 'prev_word_id' => '1149', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1007', - ], - 10039 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14709', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1113', - 'placement' => '51', - 'prev_word_id' => '1007', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1043', - ], - 10040 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14710', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '52', - 'prev_word_id' => '1043', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1113', - ], - 10041 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14711', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1239', - 'placement' => '53', - 'prev_word_id' => '1113', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1089', - ], - 10042 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14712', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1218', - 'placement' => '54', - 'prev_word_id' => '1089', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1239', - ], - 10043 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14713', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1164', - 'placement' => '55', - 'prev_word_id' => '1239', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1218', - ], - 10044 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14714', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '56', - 'prev_word_id' => '1218', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1164', - ], - 10045 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14715', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '989', - 'placement' => '57', - 'prev_word_id' => '1164', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '825', - ], - 10046 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14716', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '58', - 'prev_word_id' => '825', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '989', - ], - 10047 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14717', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '59', - 'prev_word_id' => '989', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1026', - ], - 10048 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14718', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '60', - 'prev_word_id' => '1026', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '863', - ], - 10049 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14719', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '61', - 'prev_word_id' => '863', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1102', - ], - 10050 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14720', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '62', - 'prev_word_id' => '1102', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1188', - ], - 10051 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14721', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '63', - 'prev_word_id' => '1188', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '986', - ], - 10052 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14722', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1206', - 'placement' => '64', - 'prev_word_id' => '986', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1146', - ], - 10053 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14723', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '65', - 'prev_word_id' => '1146', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1206', - ], - 10054 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14724', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '66', - 'prev_word_id' => '1206', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1026', - ], - 10055 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14725', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '67', - 'prev_word_id' => '1026', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '810', - ], - 10056 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14726', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '68', - 'prev_word_id' => '810', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '996', - ], - 10057 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14727', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1175', - 'placement' => '69', - 'prev_word_id' => '996', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1174', - ], - 10058 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14728', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '997', - 'placement' => '70', - 'prev_word_id' => '1174', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1175', - ], - 10059 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14729', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '71', - 'prev_word_id' => '1175', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '997', - ], - 10060 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14730', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1112', - 'placement' => '72', - 'prev_word_id' => '997', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1169', - ], - 10061 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14731', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '73', - 'prev_word_id' => '1169', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1112', - ], - 10062 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14732', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '74', - 'prev_word_id' => '1112', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1157', - ], - 10063 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14733', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '75', - 'prev_word_id' => '1157', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1172', - ], - 10064 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14734', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '76', - 'prev_word_id' => '1172', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1020', - ], - 10065 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14735', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1026', - 'placement' => '77', - 'prev_word_id' => '1020', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1208', - ], - 10066 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14736', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '78', - 'prev_word_id' => '1208', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1026', - ], - 10067 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14737', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1102', - 'placement' => '79', - 'prev_word_id' => '1026', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '863', - ], - 10068 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14738', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '80', - 'prev_word_id' => '863', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1102', - ], - 10069 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14739', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '81', - 'prev_word_id' => '1102', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1188', - ], - 10070 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14740', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '82', - 'prev_word_id' => '1188', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '986', - ], - 10071 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14741', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1206', - 'placement' => '83', - 'prev_word_id' => '986', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1146', - ], - 10072 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14742', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1220', - 'placement' => '84', - 'prev_word_id' => '1146', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1206', - ], - 10073 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14743', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1117', - 'placement' => '85', - 'prev_word_id' => '1206', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1220', - ], - 10074 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14744', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1027', - 'placement' => '86', - 'prev_word_id' => '1220', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1117', - ], - 10075 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14745', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1188', - 'placement' => '87', - 'prev_word_id' => '1117', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1027', - ], - 10076 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14746', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1144', - 'placement' => '88', - 'prev_word_id' => '1027', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1188', - ], - 10077 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14747', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1114', - 'placement' => '89', - 'prev_word_id' => '1188', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1144', - ], - 10078 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14748', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '90', - 'prev_word_id' => '1144', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1114', - ], - 10079 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14749', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1015', - 'placement' => '91', - 'prev_word_id' => '1114', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1186', - ], - 10080 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14750', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1016', - 'placement' => '92', - 'prev_word_id' => '1186', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1015', - ], - 10081 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14751', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '93', - 'prev_word_id' => '1015', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1016', - ], - 10082 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14752', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '982', - 'placement' => '94', - 'prev_word_id' => '1016', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1047', - ], - 10083 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14753', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1199', - 'placement' => '95', - 'prev_word_id' => '1047', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '982', - ], - 10084 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14754', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '96', - 'prev_word_id' => '982', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1199', - ], - 10085 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14755', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '97', - 'prev_word_id' => '1199', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1040', - ], - 10086 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14756', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '98', - 'prev_word_id' => '1040', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1001', - ], - 10087 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14757', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1149', - 'placement' => '99', - 'prev_word_id' => '1001', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1000', - ], - 10088 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14758', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '100', - 'prev_word_id' => '1000', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1149', - ], - 10089 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14759', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '101', - 'prev_word_id' => '1149', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1045', - ], - 10090 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14760', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1160', - 'placement' => '102', - 'prev_word_id' => '1045', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '995', - ], - 10091 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14761', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '103', - 'prev_word_id' => '995', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1160', - ], - 10092 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14762', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '104', - 'prev_word_id' => '1160', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1011', - ], - 10093 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14763', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1089', - 'placement' => '105', - 'prev_word_id' => '1011', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1146', - ], - 10094 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14764', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1157', - 'placement' => '106', - 'prev_word_id' => '1146', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1089', - ], - 10095 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14765', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1135', - 'placement' => '107', - 'prev_word_id' => '1089', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1157', - ], - 10096 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14766', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '108', - 'prev_word_id' => '1157', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1135', - ], - 10097 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14767', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1161', - 'placement' => '109', - 'prev_word_id' => '1135', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1011', - ], - 10098 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14768', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1040', - 'placement' => '110', - 'prev_word_id' => '1011', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1161', - ], - 10099 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14769', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1000', - 'placement' => '111', - 'prev_word_id' => '1161', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1040', - ], - 10100 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14770', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '112', - 'prev_word_id' => '1040', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1000', - ], - 10101 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14771', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '113', - 'prev_word_id' => '1000', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '998', - ], - 10102 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14772', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1030', - 'placement' => '114', - 'prev_word_id' => '998', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1198', - ], - 10103 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14773', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1110', - 'placement' => '115', - 'prev_word_id' => '1198', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1030', - ], - 10104 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14774', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '116', - 'prev_word_id' => '1030', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1110', - ], - 10105 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14775', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '117', - 'prev_word_id' => '1110', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '995', - ], - 10106 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14776', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1011', - 'placement' => '118', - 'prev_word_id' => '995', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1028', - ], - 10107 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14777', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1141', - 'placement' => '119', - 'prev_word_id' => '1028', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1011', - ], - 10108 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14778', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '120', - 'prev_word_id' => '1011', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1141', - ], - 10109 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14779', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '121', - 'prev_word_id' => '1141', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '987', - ], - 10110 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14780', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1012', - 'placement' => '122', - 'prev_word_id' => '987', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1001', - ], - 10111 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14781', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '123', - 'prev_word_id' => '1001', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1012', - ], - 10112 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14782', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '124', - 'prev_word_id' => '1012', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1047', - ], - 10113 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14783', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1099', - 'placement' => '125', - 'prev_word_id' => '1047', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '863', - ], - 10114 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14784', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1107', - 'placement' => '126', - 'prev_word_id' => '863', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1099', - ], - 10115 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14785', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '996', - 'placement' => '127', - 'prev_word_id' => '1099', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1107', - ], - 10116 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14786', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1165', - 'placement' => '128', - 'prev_word_id' => '1107', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '996', - ], - 10117 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14787', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1140', - 'placement' => '129', - 'prev_word_id' => '996', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1165', - ], - 10118 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14788', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1172', - 'placement' => '130', - 'prev_word_id' => '1165', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1140', - ], - 10119 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14789', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1138', - 'placement' => '131', - 'prev_word_id' => '1140', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1172', - ], - 10120 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14790', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1031', - 'placement' => '132', - 'prev_word_id' => '1172', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1138', - ], - 10121 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14791', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1106', - 'placement' => '133', - 'prev_word_id' => '1138', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1031', - ], - 10122 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14792', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1137', - 'placement' => '134', - 'prev_word_id' => '1031', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1106', - ], - 10123 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14793', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1186', - 'placement' => '135', - 'prev_word_id' => '1106', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1137', - ], - 10124 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14794', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '987', - 'placement' => '136', - 'prev_word_id' => '1137', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1186', - ], - 10125 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14795', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1171', - 'placement' => '137', - 'prev_word_id' => '1186', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '987', - ], - 10126 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14796', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '138', - 'prev_word_id' => '987', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1171', - ], - 10127 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14797', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1013', - 'placement' => '139', - 'prev_word_id' => '1171', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1032', - ], - 10128 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14798', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1208', - 'placement' => '140', - 'prev_word_id' => '1032', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1013', - ], - 10129 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14799', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1187', - 'placement' => '141', - 'prev_word_id' => '1013', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1208', - ], - 10130 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14800', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1028', - 'placement' => '142', - 'prev_word_id' => '1208', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1187', - ], - 10131 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14801', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '143', - 'prev_word_id' => '1187', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1028', - ], - 10132 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14802', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '986', - 'placement' => '144', - 'prev_word_id' => '1028', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1001', - ], - 10133 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14803', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1032', - 'placement' => '145', - 'prev_word_id' => '1001', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '986', - ], - 10134 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14804', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1100', - 'placement' => '146', - 'prev_word_id' => '986', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1032', - ], - 10135 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14805', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '995', - 'placement' => '147', - 'prev_word_id' => '1032', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1100', - ], - 10136 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14806', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1166', - 'placement' => '148', - 'prev_word_id' => '1100', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '995', - ], - 10137 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14807', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1020', - 'placement' => '149', - 'prev_word_id' => '995', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1166', - ], - 10138 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14808', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1146', - 'placement' => '150', - 'prev_word_id' => '1166', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1020', - ], - 10139 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14809', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '151', - 'prev_word_id' => '1020', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1146', - ], - 10140 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14810', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '988', - 'placement' => '152', - 'prev_word_id' => '1146', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '810', - ], - 10141 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14811', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '153', - 'prev_word_id' => '810', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '988', - ], - 10142 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14812', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1169', - 'placement' => '154', - 'prev_word_id' => '988', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '863', - ], - 10143 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14813', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1196', - 'placement' => '155', - 'prev_word_id' => '863', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1169', - ], - 10144 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14814', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1006', - 'placement' => '156', - 'prev_word_id' => '1169', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1196', - ], - 10145 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14815', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1001', - 'placement' => '157', - 'prev_word_id' => '1196', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1006', - ], - 10146 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14816', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '994', - 'placement' => '158', - 'prev_word_id' => '1006', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1001', - ], - 10147 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14817', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1045', - 'placement' => '159', - 'prev_word_id' => '1001', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '994', - ], - 10148 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14818', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '998', - 'placement' => '160', - 'prev_word_id' => '994', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1045', - ], - 10149 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14819', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '161', - 'prev_word_id' => '1045', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '998', - ], - 10150 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14820', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1167', - 'placement' => '162', - 'prev_word_id' => '998', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1047', - ], - 10151 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14821', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1195', - 'placement' => '163', - 'prev_word_id' => '1047', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1167', - ], - 10152 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14822', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1158', - 'placement' => '164', - 'prev_word_id' => '1167', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1195', - ], - 10153 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14823', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1047', - 'placement' => '165', - 'prev_word_id' => '1195', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1158', - ], - 10154 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14824', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '166', - 'prev_word_id' => '1158', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1047', - ], - 10155 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14825', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1142', - 'placement' => '167', - 'prev_word_id' => '1047', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '825', - ], - 10156 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14826', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '168', - 'prev_word_id' => '825', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1142', - ], - 10157 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14827', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1194', - 'placement' => '169', - 'prev_word_id' => '1142', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '825', - ], - 10158 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14828', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1198', - 'placement' => '170', - 'prev_word_id' => '825', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1194', - ], - 10159 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14829', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '1017', - 'placement' => '171', - 'prev_word_id' => '1194', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1198', - ], - 10160 => [ - 'content_type_field_definition_id' => '156', - 'content_type_id' => '1', - 'contentobject_id' => '188', - 'frequency' => '0', - 'id' => '14830', - 'identifier' => 'description', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '172', - 'prev_word_id' => '1198', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '1017', - ], - 10161 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '189', - 'frequency' => '0', - 'id' => '14831', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2426', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '923', - ], - 10162 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '189', - 'frequency' => '0', - 'id' => '14832', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '923', - 'published' => '1311154204', - 'section_id' => '1', - 'word_id' => '2426', - ], - 10163 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '190', - 'frequency' => '0', - 'id' => '14833', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '929', - ], - 10164 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '190', - 'frequency' => '0', - 'id' => '14834', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '929', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1370', - ], - 10165 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14835', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2427', - ], - 10166 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14836', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '1', - 'prev_word_id' => '2427', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10167 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14837', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '2', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '948', - ], - 10168 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14838', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '3', - 'prev_word_id' => '948', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '968', - ], - 10169 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14839', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '4', - 'prev_word_id' => '968', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10170 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14840', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '5', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 10171 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14841', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1808', - 'placement' => '6', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10172 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14842', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1366', - 'placement' => '7', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1808', - ], - 10173 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14843', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '8', - 'prev_word_id' => '1808', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1366', - ], - 10174 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14844', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '9', - 'prev_word_id' => '1366', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '886', - ], - 10175 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14845', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '10', - 'prev_word_id' => '886', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1384', - ], - 10176 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14846', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '11', - 'prev_word_id' => '1384', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10177 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14847', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '925', - 'placement' => '12', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '831', - ], - 10178 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14848', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '978', - 'placement' => '13', - 'prev_word_id' => '831', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '925', - ], - 10179 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14849', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '14', - 'prev_word_id' => '925', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '978', - ], - 10180 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14850', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '15', - 'prev_word_id' => '978', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10181 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14851', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2225', - 'placement' => '16', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10182 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14852', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1535', - 'placement' => '17', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2225', - ], - 10183 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14853', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2428', - 'placement' => '18', - 'prev_word_id' => '2225', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1535', - ], - 10184 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14854', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '19', - 'prev_word_id' => '1535', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2428', - ], - 10185 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14855', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2429', - 'placement' => '20', - 'prev_word_id' => '2428', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1317', - ], - 10186 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14856', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1790', - 'placement' => '21', - 'prev_word_id' => '1317', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2429', - ], - 10187 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14857', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '22', - 'prev_word_id' => '2429', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1790', - ], - 10188 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14858', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '978', - 'placement' => '23', - 'prev_word_id' => '1790', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10189 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14859', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '24', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '978', - ], - 10190 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14860', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2430', - 'placement' => '25', - 'prev_word_id' => '978', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10191 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14861', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '26', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2430', - ], - 10192 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14862', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '27', - 'prev_word_id' => '2430', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10193 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14863', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2431', - 'placement' => '28', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1317', - ], - 10194 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14864', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '29', - 'prev_word_id' => '1317', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2431', - ], - 10195 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14865', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2432', - 'placement' => '30', - 'prev_word_id' => '2431', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10196 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14866', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2433', - 'placement' => '31', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2432', - ], - 10197 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14867', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1956', - 'placement' => '32', - 'prev_word_id' => '2432', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2433', - ], - 10198 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14868', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '33', - 'prev_word_id' => '2433', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1956', - ], - 10199 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14869', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '34', - 'prev_word_id' => '1956', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10200 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14870', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '35', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10201 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14871', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1790', - 'placement' => '36', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '968', - ], - 10202 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14872', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '37', - 'prev_word_id' => '968', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1790', - ], - 10203 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14873', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '38', - 'prev_word_id' => '1790', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10204 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14874', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '39', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10205 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14875', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '40', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10206 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14876', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '41', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '968', - ], - 10207 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14877', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '42', - 'prev_word_id' => '968', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10208 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14878', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '922', - 'placement' => '43', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10209 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14879', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '44', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '922', - ], - 10210 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14880', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '45', - 'prev_word_id' => '922', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1437', - ], - 10211 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14881', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2434', - 'placement' => '46', - 'prev_word_id' => '1437', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10212 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14882', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '47', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2434', - ], - 10213 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14883', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1693', - 'placement' => '48', - 'prev_word_id' => '2434', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10214 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14884', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '49', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1693', - ], - 10215 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14885', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '50', - 'prev_word_id' => '1693', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10216 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14886', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2435', - 'placement' => '51', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10217 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14887', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2436', - 'placement' => '52', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2435', - ], - 10218 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14888', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '53', - 'prev_word_id' => '2435', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2436', - ], - 10219 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14889', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '54', - 'prev_word_id' => '2436', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1008', - ], - 10220 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14890', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '55', - 'prev_word_id' => '1008', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 10221 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14891', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '56', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10222 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14892', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '57', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '816', - ], - 10223 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14893', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '58', - 'prev_word_id' => '816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1749', - ], - 10224 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14894', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1342', - 'placement' => '59', - 'prev_word_id' => '1749', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10225 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14895', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '60', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1342', - ], - 10226 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14896', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '61', - 'prev_word_id' => '1342', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '844', - ], - 10227 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14897', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '62', - 'prev_word_id' => '844', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10228 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14898', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '63', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1358', - ], - 10229 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14899', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '64', - 'prev_word_id' => '1358', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10230 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14900', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1517', - 'placement' => '65', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10231 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14901', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1336', - 'placement' => '66', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1517', - ], - 10232 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14902', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2437', - 'placement' => '67', - 'prev_word_id' => '1517', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1336', - ], - 10233 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14903', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '68', - 'prev_word_id' => '1336', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2437', - ], - 10234 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14904', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '69', - 'prev_word_id' => '2437', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1410', - ], - 10235 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14905', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1868', - 'placement' => '70', - 'prev_word_id' => '1410', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10236 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14906', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1869', - 'placement' => '71', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1868', - ], - 10237 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14907', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1870', - 'placement' => '72', - 'prev_word_id' => '1868', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1869', - ], - 10238 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14908', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '73', - 'prev_word_id' => '1869', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1870', - ], - 10239 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14909', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '962', - 'placement' => '74', - 'prev_word_id' => '1870', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10240 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14910', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '75', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '962', - ], - 10241 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14911', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '76', - 'prev_word_id' => '962', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10242 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14912', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2251', - 'placement' => '77', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10243 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14913', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '78', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2251', - ], - 10244 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14914', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '79', - 'prev_word_id' => '2251', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10245 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14915', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2438', - 'placement' => '80', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10246 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14916', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2437', - 'placement' => '81', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2438', - ], - 10247 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14917', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '82', - 'prev_word_id' => '2438', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2437', - ], - 10248 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14918', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '83', - 'prev_word_id' => '2437', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1410', - ], - 10249 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14919', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1728', - 'placement' => '84', - 'prev_word_id' => '1410', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10250 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14920', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2439', - 'placement' => '85', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1728', - ], - 10251 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14921', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '86', - 'prev_word_id' => '1728', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2439', - ], - 10252 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14922', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2440', - 'placement' => '87', - 'prev_word_id' => '2439', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10253 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14923', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '88', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2440', - ], - 10254 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14924', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '922', - 'placement' => '89', - 'prev_word_id' => '2440', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1443', - ], - 10255 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14925', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '90', - 'prev_word_id' => '1443', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '922', - ], - 10256 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14926', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '91', - 'prev_word_id' => '922', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1437', - ], - 10257 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14927', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1693', - 'placement' => '92', - 'prev_word_id' => '1437', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10258 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14928', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '93', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1693', - ], - 10259 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14929', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '94', - 'prev_word_id' => '1693', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '816', - ], - 10260 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14930', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2441', - 'placement' => '95', - 'prev_word_id' => '816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10261 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14931', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '96', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2441', - ], - 10262 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14932', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2442', - 'placement' => '97', - 'prev_word_id' => '2441', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10263 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14933', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2190', - 'placement' => '98', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2442', - ], - 10264 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14934', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '99', - 'prev_word_id' => '2442', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2190', - ], - 10265 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14935', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2443', - 'placement' => '100', - 'prev_word_id' => '2190', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10266 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14936', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '101', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2443', - ], - 10267 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14937', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '102', - 'prev_word_id' => '2443', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10268 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14938', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '103', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1410', - ], - 10269 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14939', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '104', - 'prev_word_id' => '1410', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10270 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14940', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2191', - 'placement' => '105', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10271 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14941', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '106', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2191', - ], - 10272 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14942', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '107', - 'prev_word_id' => '2191', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10273 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14943', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '108', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10274 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14944', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1855', - 'placement' => '109', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10275 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14945', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '110', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1855', - ], - 10276 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14946', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '111', - 'prev_word_id' => '1855', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1008', - ], - 10277 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14947', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '112', - 'prev_word_id' => '1008', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10278 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14948', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '113', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '968', - ], - 10279 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14949', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '114', - 'prev_word_id' => '968', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10280 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14950', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '115', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10281 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14951', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1808', - 'placement' => '116', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '807', - ], - 10282 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14952', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '117', - 'prev_word_id' => '807', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1808', - ], - 10283 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14953', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2444', - 'placement' => '118', - 'prev_word_id' => '1808', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10284 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14954', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '119', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2444', - ], - 10285 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14955', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2435', - 'placement' => '120', - 'prev_word_id' => '2444', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10286 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14956', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1848', - 'placement' => '121', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2435', - ], - 10287 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14957', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '122', - 'prev_word_id' => '2435', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1848', - ], - 10288 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14958', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2444', - 'placement' => '123', - 'prev_word_id' => '1848', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '968', - ], - 10289 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14959', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '124', - 'prev_word_id' => '968', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2444', - ], - 10290 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14960', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '125', - 'prev_word_id' => '2444', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10291 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14961', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1480', - 'placement' => '126', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10292 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14962', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '127', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1480', - ], - 10293 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14963', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1848', - 'placement' => '128', - 'prev_word_id' => '1480', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10294 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14964', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '129', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1848', - ], - 10295 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14965', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2445', - 'placement' => '130', - 'prev_word_id' => '1848', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10296 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14966', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2026', - 'placement' => '131', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2445', - ], - 10297 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14967', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '132', - 'prev_word_id' => '2445', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2026', - ], - 10298 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14968', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2446', - 'placement' => '133', - 'prev_word_id' => '2026', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '968', - ], - 10299 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14969', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '134', - 'prev_word_id' => '968', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2446', - ], - 10300 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14970', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2447', - 'placement' => '135', - 'prev_word_id' => '2446', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10301 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14971', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '136', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2447', - ], - 10302 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14972', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '906', - 'placement' => '137', - 'prev_word_id' => '2447', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1437', - ], - 10303 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14973', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '917', - 'placement' => '138', - 'prev_word_id' => '1437', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '906', - ], - 10304 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14974', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '139', - 'prev_word_id' => '906', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '917', - ], - 10305 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14975', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '140', - 'prev_word_id' => '917', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10306 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14976', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '141', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '841', - ], - 10307 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14977', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1613', - 'placement' => '142', - 'prev_word_id' => '841', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '822', - ], - 10308 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14978', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2448', - 'placement' => '143', - 'prev_word_id' => '822', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1613', - ], - 10309 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14979', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1839', - 'placement' => '144', - 'prev_word_id' => '1613', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2448', - ], - 10310 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14980', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '962', - 'placement' => '145', - 'prev_word_id' => '2448', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1839', - ], - 10311 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14981', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '146', - 'prev_word_id' => '1839', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '962', - ], - 10312 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14982', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '147', - 'prev_word_id' => '962', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1437', - ], - 10313 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14983', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '148', - 'prev_word_id' => '1437', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '886', - ], - 10314 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14984', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1752', - 'placement' => '149', - 'prev_word_id' => '886', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1318', - ], - 10315 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14985', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '150', - 'prev_word_id' => '1318', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1752', - ], - 10316 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14986', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '151', - 'prev_word_id' => '1752', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10317 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14987', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '152', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10318 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14988', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2449', - 'placement' => '153', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10319 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14989', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2450', - 'placement' => '154', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2449', - ], - 10320 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14990', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '155', - 'prev_word_id' => '2449', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2450', - ], - 10321 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14991', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1404', - 'placement' => '156', - 'prev_word_id' => '2450', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10322 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14992', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '157', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1404', - ], - 10323 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14993', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1404', - 'placement' => '158', - 'prev_word_id' => '1404', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '976', - ], - 10324 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14994', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1808', - 'placement' => '159', - 'prev_word_id' => '976', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1404', - ], - 10325 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14995', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '160', - 'prev_word_id' => '1404', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1808', - ], - 10326 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14996', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2451', - 'placement' => '161', - 'prev_word_id' => '1808', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10327 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14997', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '162', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2451', - ], - 10328 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14998', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1866', - 'placement' => '163', - 'prev_word_id' => '2451', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '809', - ], - 10329 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '14999', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '164', - 'prev_word_id' => '809', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1866', - ], - 10330 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15000', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2452', - 'placement' => '165', - 'prev_word_id' => '1866', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10331 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15001', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1848', - 'placement' => '166', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2452', - ], - 10332 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15002', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '167', - 'prev_word_id' => '2452', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1848', - ], - 10333 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15003', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2453', - 'placement' => '168', - 'prev_word_id' => '1848', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '968', - ], - 10334 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15004', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '936', - 'placement' => '169', - 'prev_word_id' => '968', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2453', - ], - 10335 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15005', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '170', - 'prev_word_id' => '2453', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '936', - ], - 10336 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15006', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '171', - 'prev_word_id' => '936', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10337 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15007', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '888', - 'placement' => '172', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10338 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15008', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '173', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '888', - ], - 10339 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15009', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2026', - 'placement' => '174', - 'prev_word_id' => '888', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '844', - ], - 10340 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15010', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2454', - 'placement' => '175', - 'prev_word_id' => '844', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2026', - ], - 10341 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15011', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '176', - 'prev_word_id' => '2026', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2454', - ], - 10342 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15012', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '177', - 'prev_word_id' => '2454', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10343 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15013', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '178', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10344 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15014', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '179', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10345 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15015', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '180', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '831', - ], - 10346 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15016', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '181', - 'prev_word_id' => '831', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '832', - ], - 10347 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15017', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1952', - 'placement' => '182', - 'prev_word_id' => '832', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10348 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15018', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '183', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1952', - ], - 10349 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15019', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2455', - 'placement' => '184', - 'prev_word_id' => '1952', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10350 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15020', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '185', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2455', - ], - 10351 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15021', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2456', - 'placement' => '186', - 'prev_word_id' => '2455', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10352 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15022', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1956', - 'placement' => '187', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2456', - ], - 10353 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15023', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2452', - 'placement' => '188', - 'prev_word_id' => '2456', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1956', - ], - 10354 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15024', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '189', - 'prev_word_id' => '1956', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2452', - ], - 10355 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15025', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2457', - 'placement' => '190', - 'prev_word_id' => '2452', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10356 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15026', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '191', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2457', - ], - 10357 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15027', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '192', - 'prev_word_id' => '2457', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10358 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15028', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '193', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10359 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15029', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '194', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1290', - ], - 10360 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15030', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '195', - 'prev_word_id' => '1290', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10361 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15031', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1830', - 'placement' => '196', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10362 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15032', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '197', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1830', - ], - 10363 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15033', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '198', - 'prev_word_id' => '1830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1370', - ], - 10364 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15034', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '199', - 'prev_word_id' => '1370', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10365 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15035', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '200', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 10366 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15036', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '201', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10367 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15037', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2433', - 'placement' => '202', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10368 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15038', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '203', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2433', - ], - 10369 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15039', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '204', - 'prev_word_id' => '2433', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10370 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15040', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '205', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10371 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15041', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '206', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10372 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15042', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1791', - 'placement' => '207', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '968', - ], - 10373 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15043', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '208', - 'prev_word_id' => '968', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1791', - ], - 10374 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15044', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1278', - 'placement' => '209', - 'prev_word_id' => '1791', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10375 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15045', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2454', - 'placement' => '210', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1278', - ], - 10376 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15046', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '211', - 'prev_word_id' => '1278', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2454', - ], - 10377 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15047', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '959', - 'placement' => '212', - 'prev_word_id' => '2454', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10378 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15048', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '213', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '959', - ], - 10379 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15049', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2458', - 'placement' => '214', - 'prev_word_id' => '959', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10380 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15050', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '215', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2458', - ], - 10381 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15051', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2315', - 'placement' => '216', - 'prev_word_id' => '2458', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10382 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15052', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2459', - 'placement' => '217', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2315', - ], - 10383 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15053', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1896', - 'placement' => '218', - 'prev_word_id' => '2315', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2459', - ], - 10384 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15054', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2460', - 'placement' => '219', - 'prev_word_id' => '2459', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1896', - ], - 10385 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15055', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '220', - 'prev_word_id' => '1896', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2460', - ], - 10386 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15056', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '221', - 'prev_word_id' => '2460', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10387 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15057', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '222', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10388 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15058', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1761', - 'placement' => '223', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '844', - ], - 10389 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15059', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '868', - 'placement' => '224', - 'prev_word_id' => '844', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1761', - ], - 10390 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15060', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '225', - 'prev_word_id' => '1761', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '868', - ], - 10391 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15061', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '226', - 'prev_word_id' => '868', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10392 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15062', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2461', - 'placement' => '227', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1596', - ], - 10393 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15063', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '228', - 'prev_word_id' => '1596', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2461', - ], - 10394 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15064', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '229', - 'prev_word_id' => '2461', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10395 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15065', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '868', - 'placement' => '230', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10396 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15066', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '231', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '868', - ], - 10397 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15067', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2462', - 'placement' => '232', - 'prev_word_id' => '868', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '844', - ], - 10398 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15068', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '233', - 'prev_word_id' => '844', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2462', - ], - 10399 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15069', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '895', - 'placement' => '234', - 'prev_word_id' => '2462', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10400 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15070', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2463', - 'placement' => '235', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '895', - ], - 10401 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15071', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2192', - 'placement' => '236', - 'prev_word_id' => '895', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2463', - ], - 10402 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15072', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2464', - 'placement' => '237', - 'prev_word_id' => '2463', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2192', - ], - 10403 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15073', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '238', - 'prev_word_id' => '2192', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2464', - ], - 10404 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15074', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1787', - 'placement' => '239', - 'prev_word_id' => '2464', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10405 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15075', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '240', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1787', - ], - 10406 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15076', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '241', - 'prev_word_id' => '1787', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10407 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15077', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2465', - 'placement' => '242', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '844', - ], - 10408 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15078', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '243', - 'prev_word_id' => '844', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2465', - ], - 10409 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15079', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1513', - 'placement' => '244', - 'prev_word_id' => '2465', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '809', - ], - 10410 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15080', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2466', - 'placement' => '245', - 'prev_word_id' => '809', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1513', - ], - 10411 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15081', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2467', - 'placement' => '246', - 'prev_word_id' => '1513', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2466', - ], - 10412 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15082', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '247', - 'prev_word_id' => '2466', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2467', - ], - 10413 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15083', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '248', - 'prev_word_id' => '2467', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10414 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15084', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1840', - 'placement' => '249', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10415 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15085', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1840', - 'placement' => '250', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1840', - ], - 10416 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15086', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1860', - 'placement' => '251', - 'prev_word_id' => '1840', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1840', - ], - 10417 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15087', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '252', - 'prev_word_id' => '1840', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1860', - ], - 10418 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15088', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2468', - 'placement' => '253', - 'prev_word_id' => '1860', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10419 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15089', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2469', - 'placement' => '254', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2468', - ], - 10420 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15090', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '255', - 'prev_word_id' => '2468', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2469', - ], - 10421 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15091', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '256', - 'prev_word_id' => '2469', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10422 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15092', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '257', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '807', - ], - 10423 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15093', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '258', - 'prev_word_id' => '807', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '968', - ], - 10424 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15094', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '259', - 'prev_word_id' => '968', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10425 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15095', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '260', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 10426 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15096', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '261', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10427 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15097', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '262', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '816', - ], - 10428 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15098', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '263', - 'prev_word_id' => '816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1749', - ], - 10429 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15099', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1879', - 'placement' => '264', - 'prev_word_id' => '1749', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10430 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15100', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1632', - 'placement' => '265', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1879', - ], - 10431 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15101', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2470', - 'placement' => '266', - 'prev_word_id' => '1879', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1632', - ], - 10432 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15102', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '267', - 'prev_word_id' => '1632', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2470', - ], - 10433 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15103', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '268', - 'prev_word_id' => '2470', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1437', - ], - 10434 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15104', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '269', - 'prev_word_id' => '1437', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10435 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15105', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '888', - 'placement' => '270', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1263', - ], - 10436 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15106', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2471', - 'placement' => '271', - 'prev_word_id' => '1263', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '888', - ], - 10437 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15107', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '272', - 'prev_word_id' => '888', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2471', - ], - 10438 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15108', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '273', - 'prev_word_id' => '2471', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '809', - ], - 10439 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15109', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '274', - 'prev_word_id' => '809', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10440 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15110', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1259', - 'placement' => '275', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '807', - ], - 10441 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15111', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1868', - 'placement' => '276', - 'prev_word_id' => '807', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1259', - ], - 10442 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15112', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '277', - 'prev_word_id' => '1259', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1868', - ], - 10443 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15113', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '278', - 'prev_word_id' => '1868', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '825', - ], - 10444 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15114', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1491', - 'placement' => '279', - 'prev_word_id' => '825', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10445 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15115', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '280', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1491', - ], - 10446 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15116', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '281', - 'prev_word_id' => '1491', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10447 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15117', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '282', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '809', - ], - 10448 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15118', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '951', - 'placement' => '283', - 'prev_word_id' => '809', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10449 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15119', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '284', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '951', - ], - 10450 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15120', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '285', - 'prev_word_id' => '951', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10451 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15121', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '286', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10452 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15122', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2472', - 'placement' => '287', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10453 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15123', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '288', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2472', - ], - 10454 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15124', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '289', - 'prev_word_id' => '2472', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1605', - ], - 10455 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15125', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '290', - 'prev_word_id' => '1605', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10456 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15126', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '291', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1263', - ], - 10457 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15127', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2473', - 'placement' => '292', - 'prev_word_id' => '1263', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10458 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15128', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '293', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2473', - ], - 10459 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15129', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '294', - 'prev_word_id' => '2473', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10460 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15130', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '295', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10461 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15131', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '296', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '831', - ], - 10462 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15132', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1544', - 'placement' => '297', - 'prev_word_id' => '831', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '832', - ], - 10463 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15133', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '298', - 'prev_word_id' => '832', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1544', - ], - 10464 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15134', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '299', - 'prev_word_id' => '1544', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10465 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15135', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '300', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10466 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15136', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1851', - 'placement' => '301', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10467 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15137', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1868', - 'placement' => '302', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1851', - ], - 10468 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15138', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '303', - 'prev_word_id' => '1851', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1868', - ], - 10469 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15139', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1870', - 'placement' => '304', - 'prev_word_id' => '1868', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10470 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15140', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1677', - 'placement' => '305', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1870', - ], - 10471 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15141', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '870', - 'placement' => '306', - 'prev_word_id' => '1870', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1677', - ], - 10472 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15142', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '307', - 'prev_word_id' => '1677', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '870', - ], - 10473 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15143', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1697', - 'placement' => '308', - 'prev_word_id' => '870', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10474 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15144', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1812', - 'placement' => '309', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1697', - ], - 10475 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15145', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '310', - 'prev_word_id' => '1697', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1812', - ], - 10476 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15146', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '311', - 'prev_word_id' => '1812', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10477 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15147', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1879', - 'placement' => '312', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10478 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15148', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '313', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1879', - ], - 10479 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15149', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '314', - 'prev_word_id' => '1879', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '898', - ], - 10480 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15150', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '315', - 'prev_word_id' => '898', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 10481 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15151', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1879', - 'placement' => '316', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10482 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15152', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '317', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1879', - ], - 10483 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15153', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '318', - 'prev_word_id' => '1879', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10484 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15154', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '940', - 'placement' => '319', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10485 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15155', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2474', - 'placement' => '320', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '940', - ], - 10486 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15156', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1613', - 'placement' => '321', - 'prev_word_id' => '940', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2474', - ], - 10487 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15157', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2115', - 'placement' => '322', - 'prev_word_id' => '2474', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1613', - ], - 10488 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15158', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '323', - 'prev_word_id' => '1613', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2115', - ], - 10489 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15159', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2475', - 'placement' => '324', - 'prev_word_id' => '2115', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1437', - ], - 10490 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15160', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '936', - 'placement' => '325', - 'prev_word_id' => '1437', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2475', - ], - 10491 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15161', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2476', - 'placement' => '326', - 'prev_word_id' => '2475', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '936', - ], - 10492 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15162', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2477', - 'placement' => '327', - 'prev_word_id' => '936', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2476', - ], - 10493 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15163', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '328', - 'prev_word_id' => '2476', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2477', - ], - 10494 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15164', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '329', - 'prev_word_id' => '2477', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10495 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15165', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '888', - 'placement' => '330', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10496 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15166', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '331', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '888', - ], - 10497 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15167', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2026', - 'placement' => '332', - 'prev_word_id' => '888', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '844', - ], - 10498 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15168', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '333', - 'prev_word_id' => '844', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2026', - ], - 10499 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15169', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '334', - 'prev_word_id' => '2026', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '816', - ], - 10500 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15170', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1366', - 'placement' => '335', - 'prev_word_id' => '816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1749', - ], - 10501 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15171', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '336', - 'prev_word_id' => '1749', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1366', - ], - 10502 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15172', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '337', - 'prev_word_id' => '1366', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10503 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15173', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1879', - 'placement' => '338', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10504 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15174', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '339', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1879', - ], - 10505 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15175', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2478', - 'placement' => '340', - 'prev_word_id' => '1879', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '816', - ], - 10506 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15176', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '341', - 'prev_word_id' => '816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2478', - ], - 10507 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15177', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2067', - 'placement' => '342', - 'prev_word_id' => '2478', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10508 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15178', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '343', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2067', - ], - 10509 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15179', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '866', - 'placement' => '344', - 'prev_word_id' => '2067', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10510 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15180', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2479', - 'placement' => '345', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '866', - ], - 10511 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15181', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '346', - 'prev_word_id' => '866', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2479', - ], - 10512 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15182', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1517', - 'placement' => '347', - 'prev_word_id' => '2479', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10513 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15183', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1336', - 'placement' => '348', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1517', - ], - 10514 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15184', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '349', - 'prev_word_id' => '1517', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1336', - ], - 10515 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15185', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2479', - 'placement' => '350', - 'prev_word_id' => '1336', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10516 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15186', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '351', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2479', - ], - 10517 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15187', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '352', - 'prev_word_id' => '2479', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10518 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15188', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2480', - 'placement' => '353', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10519 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15189', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '354', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2480', - ], - 10520 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15190', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2481', - 'placement' => '355', - 'prev_word_id' => '2480', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1410', - ], - 10521 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15191', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '961', - 'placement' => '356', - 'prev_word_id' => '1410', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2481', - ], - 10522 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15192', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '963', - 'placement' => '357', - 'prev_word_id' => '2481', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '961', - ], - 10523 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15193', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '358', - 'prev_word_id' => '961', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '963', - ], - 10524 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15194', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1265', - 'placement' => '359', - 'prev_word_id' => '963', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1410', - ], - 10525 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15195', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2482', - 'placement' => '360', - 'prev_word_id' => '1410', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1265', - ], - 10526 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15196', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '908', - 'placement' => '361', - 'prev_word_id' => '1265', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2482', - ], - 10527 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15197', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2483', - 'placement' => '362', - 'prev_word_id' => '2482', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '908', - ], - 10528 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15198', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '363', - 'prev_word_id' => '908', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2483', - ], - 10529 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15199', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1404', - 'placement' => '364', - 'prev_word_id' => '2483', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10530 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15200', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '365', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1404', - ], - 10531 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15201', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '366', - 'prev_word_id' => '1404', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '976', - ], - 10532 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15202', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '883', - 'placement' => '367', - 'prev_word_id' => '976', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10533 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15203', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1419', - 'placement' => '368', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '883', - ], - 10534 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15204', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '369', - 'prev_word_id' => '883', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1419', - ], - 10535 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15205', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '370', - 'prev_word_id' => '1419', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10536 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15206', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1631', - 'placement' => '371', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10537 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15207', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '372', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1631', - ], - 10538 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15208', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '373', - 'prev_word_id' => '1631', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1319', - ], - 10539 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15209', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1336', - 'placement' => '374', - 'prev_word_id' => '1319', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1816', - ], - 10540 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15210', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1840', - 'placement' => '375', - 'prev_word_id' => '1816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1336', - ], - 10541 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15211', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '854', - 'placement' => '376', - 'prev_word_id' => '1336', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1840', - ], - 10542 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15212', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '377', - 'prev_word_id' => '1840', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '854', - ], - 10543 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15213', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '378', - 'prev_word_id' => '854', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '976', - ], - 10544 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15214', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2484', - 'placement' => '379', - 'prev_word_id' => '976', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1816', - ], - 10545 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15215', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '380', - 'prev_word_id' => '1816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2484', - ], - 10546 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15216', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '381', - 'prev_word_id' => '2484', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10547 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15217', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '382', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1337', - ], - 10548 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15218', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1468', - 'placement' => '383', - 'prev_word_id' => '1337', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10549 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15219', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1359', - 'placement' => '384', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1468', - ], - 10550 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15220', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '385', - 'prev_word_id' => '1468', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1359', - ], - 10551 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15221', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2485', - 'placement' => '386', - 'prev_word_id' => '1359', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '886', - ], - 10552 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15222', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '387', - 'prev_word_id' => '886', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2485', - ], - 10553 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15223', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '388', - 'prev_word_id' => '2485', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10554 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15224', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '389', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10555 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15225', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2486', - 'placement' => '390', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10556 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15226', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '391', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2486', - ], - 10557 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15227', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2487', - 'placement' => '392', - 'prev_word_id' => '2486', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10558 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15228', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1840', - 'placement' => '393', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2487', - ], - 10559 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15229', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '394', - 'prev_word_id' => '2487', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1840', - ], - 10560 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15230', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '395', - 'prev_word_id' => '1840', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '886', - ], - 10561 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15231', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2488', - 'placement' => '396', - 'prev_word_id' => '886', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10562 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15232', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2469', - 'placement' => '397', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2488', - ], - 10563 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15233', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '398', - 'prev_word_id' => '2488', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2469', - ], - 10564 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15234', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2489', - 'placement' => '399', - 'prev_word_id' => '2469', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1437', - ], - 10565 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15235', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '400', - 'prev_word_id' => '1437', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2489', - ], - 10566 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15236', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '401', - 'prev_word_id' => '2489', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10567 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15237', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2297', - 'placement' => '402', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '807', - ], - 10568 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15238', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1636', - 'placement' => '403', - 'prev_word_id' => '807', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2297', - ], - 10569 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15239', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '404', - 'prev_word_id' => '2297', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1636', - ], - 10570 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15240', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '405', - 'prev_word_id' => '1636', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '816', - ], - 10571 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15241', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2310', - 'placement' => '406', - 'prev_word_id' => '816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '898', - ], - 10572 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15242', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2490', - 'placement' => '407', - 'prev_word_id' => '898', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2310', - ], - 10573 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15243', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '408', - 'prev_word_id' => '2310', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2490', - ], - 10574 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15244', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '883', - 'placement' => '409', - 'prev_word_id' => '2490', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10575 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15245', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1752', - 'placement' => '410', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '883', - ], - 10576 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15246', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '411', - 'prev_word_id' => '883', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1752', - ], - 10577 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15247', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '412', - 'prev_word_id' => '1752', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10578 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15248', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '413', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1437', - ], - 10579 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15249', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '414', - 'prev_word_id' => '1437', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1263', - ], - 10580 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15250', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1278', - 'placement' => '415', - 'prev_word_id' => '1263', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10581 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15251', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1523', - 'placement' => '416', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1278', - ], - 10582 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15252', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2491', - 'placement' => '417', - 'prev_word_id' => '1278', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1523', - ], - 10583 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15253', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '936', - 'placement' => '418', - 'prev_word_id' => '1523', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2491', - ], - 10584 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15254', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '419', - 'prev_word_id' => '2491', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '936', - ], - 10585 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15255', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1840', - 'placement' => '420', - 'prev_word_id' => '936', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1816', - ], - 10586 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15256', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2315', - 'placement' => '421', - 'prev_word_id' => '1816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1840', - ], - 10587 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15257', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2400', - 'placement' => '422', - 'prev_word_id' => '1840', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2315', - ], - 10588 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15258', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '423', - 'prev_word_id' => '2315', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2400', - ], - 10589 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15259', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2492', - 'placement' => '424', - 'prev_word_id' => '2400', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10590 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15260', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '425', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2492', - ], - 10591 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15261', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '426', - 'prev_word_id' => '2492', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10592 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15262', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2493', - 'placement' => '427', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1263', - ], - 10593 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15263', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '428', - 'prev_word_id' => '1263', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2493', - ], - 10594 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15264', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '429', - 'prev_word_id' => '2493', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '921', - ], - 10595 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15265', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '430', - 'prev_word_id' => '921', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10596 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15266', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1525', - 'placement' => '431', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1835', - ], - 10597 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15267', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '432', - 'prev_word_id' => '1835', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1525', - ], - 10598 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15268', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '433', - 'prev_word_id' => '1525', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1191', - ], - 10599 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '191', - 'frequency' => '0', - 'id' => '15269', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '434', - 'prev_word_id' => '1191', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1191', - ], - 10600 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '192', - 'frequency' => '0', - 'id' => '15270', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '2494', - ], - 10601 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15271', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '936', - ], - 10602 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15272', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '1', - 'prev_word_id' => '936', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10603 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15273', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '2', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '881', - ], - 10604 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15274', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '3', - 'prev_word_id' => '881', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 10605 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15275', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '4', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10606 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15276', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '5', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 10607 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15277', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1530', - 'placement' => '6', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10608 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15278', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '7', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1530', - ], - 10609 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15279', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '8', - 'prev_word_id' => '1530', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '809', - ], - 10610 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15280', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1588', - 'placement' => '9', - 'prev_word_id' => '809', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10611 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15281', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '10', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1588', - ], - 10612 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15282', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '11', - 'prev_word_id' => '1588', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10613 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15283', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1368', - 'placement' => '12', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1370', - ], - 10614 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15284', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '13', - 'prev_word_id' => '1370', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1368', - ], - 10615 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15285', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '14', - 'prev_word_id' => '1368', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10616 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15286', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1084', - 'placement' => '15', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10617 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15287', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1589', - 'placement' => '16', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1084', - ], - 10618 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15288', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '17', - 'prev_word_id' => '1084', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1589', - ], - 10619 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15289', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '18', - 'prev_word_id' => '1589', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1437', - ], - 10620 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15290', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '19', - 'prev_word_id' => '1437', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10621 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15291', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1590', - 'placement' => '20', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10622 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15292', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1591', - 'placement' => '21', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1590', - ], - 10623 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15293', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '22', - 'prev_word_id' => '1590', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1591', - ], - 10624 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15294', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '23', - 'prev_word_id' => '1591', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 10625 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15295', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '857', - 'placement' => '24', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10626 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15296', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '25', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '857', - ], - 10627 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15297', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '26', - 'prev_word_id' => '857', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10628 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15298', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '27', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10629 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15299', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '28', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '848', - ], - 10630 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15300', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '29', - 'prev_word_id' => '848', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 10631 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15301', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1592', - 'placement' => '30', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '841', - ], - 10632 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15302', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '31', - 'prev_word_id' => '841', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1592', - ], - 10633 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15303', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '32', - 'prev_word_id' => '1592', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10634 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15304', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '33', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10635 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15305', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1489', - 'placement' => '34', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '848', - ], - 10636 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15306', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1593', - 'placement' => '35', - 'prev_word_id' => '848', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1489', - ], - 10637 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15307', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1594', - 'placement' => '36', - 'prev_word_id' => '1489', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1593', - ], - 10638 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15308', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '37', - 'prev_word_id' => '1593', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1594', - ], - 10639 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15309', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '38', - 'prev_word_id' => '1594', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 10640 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15310', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '39', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10641 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15311', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '40', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1595', - ], - 10642 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15312', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '963', - 'placement' => '41', - 'prev_word_id' => '1595', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1596', - ], - 10643 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15313', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '42', - 'prev_word_id' => '1596', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '963', - ], - 10644 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15314', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1597', - 'placement' => '43', - 'prev_word_id' => '963', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '825', - ], - 10645 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15315', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1598', - 'placement' => '44', - 'prev_word_id' => '825', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1597', - ], - 10646 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15316', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1522', - 'placement' => '45', - 'prev_word_id' => '1597', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1598', - ], - 10647 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15317', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '46', - 'prev_word_id' => '1598', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1522', - ], - 10648 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15318', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '47', - 'prev_word_id' => '1522', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '933', - ], - 10649 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15319', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '48', - 'prev_word_id' => '933', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '945', - ], - 10650 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15320', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1599', - 'placement' => '49', - 'prev_word_id' => '945', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '841', - ], - 10651 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15321', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '50', - 'prev_word_id' => '841', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1599', - ], - 10652 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15322', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '51', - 'prev_word_id' => '1599', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1370', - ], - 10653 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15323', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '52', - 'prev_word_id' => '1370', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1481', - ], - 10654 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15324', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '53', - 'prev_word_id' => '1481', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10655 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15325', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '54', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10656 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15326', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '55', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '848', - ], - 10657 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15327', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '56', - 'prev_word_id' => '848', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 10658 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15328', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1592', - 'placement' => '57', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '841', - ], - 10659 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15329', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '58', - 'prev_word_id' => '841', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1592', - ], - 10660 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15330', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '59', - 'prev_word_id' => '1592', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '809', - ], - 10661 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15331', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '60', - 'prev_word_id' => '809', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 10662 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15332', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '61', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10663 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15333', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '62', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10664 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15334', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '63', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10665 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15335', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '64', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10666 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15336', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '65', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10667 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15337', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '66', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1280', - ], - 10668 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15338', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1600', - 'placement' => '67', - 'prev_word_id' => '1280', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1337', - ], - 10669 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15339', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '68', - 'prev_word_id' => '1337', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1600', - ], - 10670 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15340', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '963', - 'placement' => '69', - 'prev_word_id' => '1600', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10671 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15341', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1601', - 'placement' => '70', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '963', - ], - 10672 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15342', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '71', - 'prev_word_id' => '963', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1601', - ], - 10673 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15343', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '72', - 'prev_word_id' => '1601', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '848', - ], - 10674 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15344', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '73', - 'prev_word_id' => '848', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 10675 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15345', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1592', - 'placement' => '74', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '841', - ], - 10676 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15346', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1602', - 'placement' => '75', - 'prev_word_id' => '841', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1592', - ], - 10677 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15347', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '76', - 'prev_word_id' => '1592', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1602', - ], - 10678 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15348', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '77', - 'prev_word_id' => '1602', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10679 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15349', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1603', - 'placement' => '78', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '821', - ], - 10680 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15350', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '79', - 'prev_word_id' => '821', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1603', - ], - 10681 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15351', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1603', - 'placement' => '80', - 'prev_word_id' => '1603', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '804', - ], - 10682 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15352', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1604', - 'placement' => '81', - 'prev_word_id' => '804', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1603', - ], - 10683 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15353', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '82', - 'prev_word_id' => '1603', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1604', - ], - 10684 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15354', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '83', - 'prev_word_id' => '1604', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1605', - ], - 10685 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15355', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1499', - 'placement' => '84', - 'prev_word_id' => '1605', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10686 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15356', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '85', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1499', - ], - 10687 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15357', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '86', - 'prev_word_id' => '1499', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10688 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15358', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1606', - 'placement' => '87', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10689 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15359', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '88', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1606', - ], - 10690 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15360', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '89', - 'prev_word_id' => '1606', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10691 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15361', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '90', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10692 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15362', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1607', - 'placement' => '91', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10693 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15363', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1608', - 'placement' => '92', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1607', - ], - 10694 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15364', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '93', - 'prev_word_id' => '1607', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1608', - ], - 10695 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15365', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1594', - 'placement' => '94', - 'prev_word_id' => '1608', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10696 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15366', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '95', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1594', - ], - 10697 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15367', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1610', - 'placement' => '96', - 'prev_word_id' => '1594', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1609', - ], - 10698 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15368', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '97', - 'prev_word_id' => '1609', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1610', - ], - 10699 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15369', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '98', - 'prev_word_id' => '1610', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10700 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15370', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '99', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10701 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15371', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '857', - 'placement' => '100', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10702 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15372', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '101', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '857', - ], - 10703 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15373', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '102', - 'prev_word_id' => '857', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '932', - ], - 10704 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15374', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '103', - 'prev_word_id' => '932', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10705 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15375', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1611', - 'placement' => '104', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10706 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15376', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '105', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1611', - ], - 10707 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15377', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1612', - 'placement' => '106', - 'prev_word_id' => '1611', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '932', - ], - 10708 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15378', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '870', - 'placement' => '107', - 'prev_word_id' => '932', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1612', - ], - 10709 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15379', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '108', - 'prev_word_id' => '1612', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '870', - ], - 10710 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15380', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '109', - 'prev_word_id' => '870', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10711 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15381', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1504', - 'placement' => '110', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '821', - ], - 10712 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15382', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1613', - 'placement' => '111', - 'prev_word_id' => '821', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1504', - ], - 10713 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15383', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1614', - 'placement' => '112', - 'prev_word_id' => '1504', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1613', - ], - 10714 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15384', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1615', - 'placement' => '113', - 'prev_word_id' => '1613', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1614', - ], - 10715 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15385', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1616', - 'placement' => '114', - 'prev_word_id' => '1614', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1615', - ], - 10716 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15386', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1617', - 'placement' => '115', - 'prev_word_id' => '1615', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1616', - ], - 10717 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15387', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1618', - 'placement' => '116', - 'prev_word_id' => '1616', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1617', - ], - 10718 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15388', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1505', - 'placement' => '117', - 'prev_word_id' => '1617', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1618', - ], - 10719 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15389', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '118', - 'prev_word_id' => '1618', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1505', - ], - 10720 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15390', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1489', - 'placement' => '119', - 'prev_word_id' => '1505', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10721 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15391', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1619', - 'placement' => '120', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1489', - ], - 10722 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15392', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '121', - 'prev_word_id' => '1489', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1619', - ], - 10723 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15393', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '122', - 'prev_word_id' => '1619', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1620', - ], - 10724 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15394', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '123', - 'prev_word_id' => '1620', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10725 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15395', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '124', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10726 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15396', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '125', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '848', - ], - 10727 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15397', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1621', - 'placement' => '126', - 'prev_word_id' => '848', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 10728 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15398', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1489', - 'placement' => '127', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1621', - ], - 10729 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15399', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1622', - 'placement' => '128', - 'prev_word_id' => '1621', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1489', - ], - 10730 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15400', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '129', - 'prev_word_id' => '1489', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1622', - ], - 10731 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15401', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '130', - 'prev_word_id' => '1622', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1384', - ], - 10732 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15402', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1623', - 'placement' => '131', - 'prev_word_id' => '1384', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10733 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15403', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1508', - 'placement' => '132', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1623', - ], - 10734 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15404', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1624', - 'placement' => '133', - 'prev_word_id' => '1623', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1508', - ], - 10735 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15405', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1601', - 'placement' => '134', - 'prev_word_id' => '1508', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1624', - ], - 10736 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15406', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '135', - 'prev_word_id' => '1624', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1601', - ], - 10737 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15407', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1625', - 'placement' => '136', - 'prev_word_id' => '1601', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10738 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15408', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1489', - 'placement' => '137', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1625', - ], - 10739 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15409', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '138', - 'prev_word_id' => '1625', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1489', - ], - 10740 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15410', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '828', - 'placement' => '139', - 'prev_word_id' => '1489', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10741 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15411', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1626', - 'placement' => '140', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '828', - ], - 10742 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15412', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '141', - 'prev_word_id' => '828', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1626', - ], - 10743 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15413', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1627', - 'placement' => '142', - 'prev_word_id' => '1626', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10744 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15414', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1628', - 'placement' => '143', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1627', - ], - 10745 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15415', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1429', - 'placement' => '144', - 'prev_word_id' => '1627', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1628', - ], - 10746 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15416', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1606', - 'placement' => '145', - 'prev_word_id' => '1628', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1429', - ], - 10747 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15417', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '146', - 'prev_word_id' => '1429', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1606', - ], - 10748 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15418', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '147', - 'prev_word_id' => '1606', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10749 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15419', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '148', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10750 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15420', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '149', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '939', - ], - 10751 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15421', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1629', - 'placement' => '150', - 'prev_word_id' => '939', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10752 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15422', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '151', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1629', - ], - 10753 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15423', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '152', - 'prev_word_id' => '1629', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '807', - ], - 10754 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15424', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '153', - 'prev_word_id' => '807', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10755 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15425', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '154', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10756 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15426', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1630', - 'placement' => '155', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 10757 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15427', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1489', - 'placement' => '156', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1630', - ], - 10758 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15428', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1622', - 'placement' => '157', - 'prev_word_id' => '1630', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1489', - ], - 10759 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15429', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1631', - 'placement' => '158', - 'prev_word_id' => '1489', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1622', - ], - 10760 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15430', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '159', - 'prev_word_id' => '1622', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1631', - ], - 10761 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15431', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '160', - 'prev_word_id' => '1631', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1605', - ], - 10762 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15432', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1632', - 'placement' => '161', - 'prev_word_id' => '1605', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10763 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15433', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '162', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1632', - ], - 10764 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15434', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '163', - 'prev_word_id' => '1632', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1318', - ], - 10765 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15435', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1633', - 'placement' => '164', - 'prev_word_id' => '1318', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1319', - ], - 10766 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15436', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '165', - 'prev_word_id' => '1319', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1633', - ], - 10767 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15437', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1634', - 'placement' => '166', - 'prev_word_id' => '1633', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '856', - ], - 10768 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15438', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '167', - 'prev_word_id' => '856', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1634', - ], - 10769 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15439', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '168', - 'prev_word_id' => '1634', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10770 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15440', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '169', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10771 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15441', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '170', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1595', - ], - 10772 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15442', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1635', - 'placement' => '171', - 'prev_word_id' => '1595', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10773 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15443', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '172', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1635', - ], - 10774 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15444', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1636', - 'placement' => '173', - 'prev_word_id' => '1635', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1277', - ], - 10775 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15445', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '174', - 'prev_word_id' => '1277', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1636', - ], - 10776 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15446', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1637', - 'placement' => '175', - 'prev_word_id' => '1636', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10777 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15447', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1371', - 'placement' => '176', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1637', - ], - 10778 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15448', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '177', - 'prev_word_id' => '1637', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1371', - ], - 10779 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15449', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '178', - 'prev_word_id' => '1371', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10780 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15450', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1638', - 'placement' => '179', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10781 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15451', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1639', - 'placement' => '180', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1638', - ], - 10782 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15452', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '181', - 'prev_word_id' => '1638', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1639', - ], - 10783 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15453', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '182', - 'prev_word_id' => '1639', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 10784 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15454', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '183', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 10785 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15455', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '184', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '807', - ], - 10786 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15456', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1640', - 'placement' => '185', - 'prev_word_id' => '807', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10787 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15457', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '186', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1640', - ], - 10788 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15458', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1641', - 'placement' => '187', - 'prev_word_id' => '1640', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10789 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15459', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '188', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1641', - ], - 10790 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15460', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '874', - 'placement' => '189', - 'prev_word_id' => '1641', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1337', - ], - 10791 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15461', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '905', - 'placement' => '190', - 'prev_word_id' => '1337', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '874', - ], - 10792 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15462', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '191', - 'prev_word_id' => '874', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '905', - ], - 10793 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15463', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1404', - 'placement' => '192', - 'prev_word_id' => '905', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10794 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15464', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '193', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1404', - ], - 10795 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15465', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1594', - 'placement' => '194', - 'prev_word_id' => '1404', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '976', - ], - 10796 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15466', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '195', - 'prev_word_id' => '976', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1594', - ], - 10797 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15467', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '196', - 'prev_word_id' => '1594', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 10798 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15468', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '197', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10799 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15469', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '198', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1443', - ], - 10800 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15470', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '199', - 'prev_word_id' => '1443', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10801 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15471', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '200', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10802 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15472', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '201', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 10803 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15473', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '202', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 10804 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15474', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '203', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10805 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15475', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1642', - 'placement' => '204', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '844', - ], - 10806 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15476', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '205', - 'prev_word_id' => '844', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1642', - ], - 10807 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15477', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '206', - 'prev_word_id' => '1642', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10808 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15478', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1643', - 'placement' => '207', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1596', - ], - 10809 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15479', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1276', - 'placement' => '208', - 'prev_word_id' => '1596', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1643', - ], - 10810 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15480', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1447', - 'placement' => '209', - 'prev_word_id' => '1643', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1276', - ], - 10811 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15481', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '210', - 'prev_word_id' => '1276', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1447', - ], - 10812 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15482', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '211', - 'prev_word_id' => '1447', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1290', - ], - 10813 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15483', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '212', - 'prev_word_id' => '1290', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '821', - ], - 10814 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15484', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1644', - 'placement' => '213', - 'prev_word_id' => '821', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10815 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15485', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '214', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1644', - ], - 10816 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15486', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1645', - 'placement' => '215', - 'prev_word_id' => '1644', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10817 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15487', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '216', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1645', - ], - 10818 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15488', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1646', - 'placement' => '217', - 'prev_word_id' => '1645', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10819 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15489', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '218', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1646', - ], - 10820 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15490', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1647', - 'placement' => '219', - 'prev_word_id' => '1646', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '836', - ], - 10821 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15491', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '220', - 'prev_word_id' => '836', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1647', - ], - 10822 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15492', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1648', - 'placement' => '221', - 'prev_word_id' => '1647', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10823 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15493', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '222', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1648', - ], - 10824 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15494', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1649', - 'placement' => '223', - 'prev_word_id' => '1648', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10825 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15495', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1650', - 'placement' => '224', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1649', - ], - 10826 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15496', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1651', - 'placement' => '225', - 'prev_word_id' => '1649', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1650', - ], - 10827 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15497', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1643', - 'placement' => '226', - 'prev_word_id' => '1650', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1651', - ], - 10828 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15498', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '227', - 'prev_word_id' => '1651', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1643', - ], - 10829 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15499', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1652', - 'placement' => '228', - 'prev_word_id' => '1643', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10830 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15500', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '229', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1652', - ], - 10831 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15501', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1653', - 'placement' => '230', - 'prev_word_id' => '1652', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '898', - ], - 10832 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15502', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1654', - 'placement' => '231', - 'prev_word_id' => '898', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1653', - ], - 10833 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15503', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '232', - 'prev_word_id' => '1653', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1654', - ], - 10834 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15504', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1655', - 'placement' => '233', - 'prev_word_id' => '1654', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10835 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15505', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '234', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1655', - ], - 10836 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15506', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '235', - 'prev_word_id' => '1655', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10837 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15507', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '236', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1319', - ], - 10838 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15508', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '237', - 'prev_word_id' => '1319', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1290', - ], - 10839 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15509', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '238', - 'prev_word_id' => '1290', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '821', - ], - 10840 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15510', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '239', - 'prev_word_id' => '821', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '809', - ], - 10841 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15511', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '240', - 'prev_word_id' => '809', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10842 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15512', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1656', - 'placement' => '241', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10843 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15513', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1643', - 'placement' => '242', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1656', - ], - 10844 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15514', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '243', - 'prev_word_id' => '1656', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1643', - ], - 10845 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15515', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '244', - 'prev_word_id' => '1643', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1605', - ], - 10846 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15516', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1657', - 'placement' => '245', - 'prev_word_id' => '1605', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10847 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15517', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1658', - 'placement' => '246', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1657', - ], - 10848 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15518', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '247', - 'prev_word_id' => '1657', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1658', - ], - 10849 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15519', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '248', - 'prev_word_id' => '1658', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10850 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15520', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '249', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1323', - ], - 10851 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15521', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1659', - 'placement' => '250', - 'prev_word_id' => '1323', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10852 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15522', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '251', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1659', - ], - 10853 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15523', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '252', - 'prev_word_id' => '1659', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 10854 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15524', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '253', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10855 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15525', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1660', - 'placement' => '254', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '886', - ], - 10856 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15526', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1661', - 'placement' => '255', - 'prev_word_id' => '886', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1660', - ], - 10857 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15527', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '256', - 'prev_word_id' => '1660', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1661', - ], - 10858 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15528', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '257', - 'prev_word_id' => '1661', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '893', - ], - 10859 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15529', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '258', - 'prev_word_id' => '893', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10860 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15530', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '259', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1319', - ], - 10861 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15531', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1662', - 'placement' => '260', - 'prev_word_id' => '1319', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1318', - ], - 10862 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15532', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1642', - 'placement' => '261', - 'prev_word_id' => '1318', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1662', - ], - 10863 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15533', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '262', - 'prev_word_id' => '1662', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1642', - ], - 10864 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15534', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '263', - 'prev_word_id' => '1642', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '901', - ], - 10865 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15535', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '264', - 'prev_word_id' => '901', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10866 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15536', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '265', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '836', - ], - 10867 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15537', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '266', - 'prev_word_id' => '836', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1396', - ], - 10868 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15538', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1663', - 'placement' => '267', - 'prev_word_id' => '1396', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '844', - ], - 10869 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15539', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '268', - 'prev_word_id' => '844', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1663', - ], - 10870 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15540', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '269', - 'prev_word_id' => '1663', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10871 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15541', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '829', - 'placement' => '270', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10872 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15542', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '271', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '829', - ], - 10873 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15543', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '272', - 'prev_word_id' => '829', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1323', - ], - 10874 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15544', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '273', - 'prev_word_id' => '1323', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10875 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15545', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '274', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1318', - ], - 10876 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15546', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '275', - 'prev_word_id' => '1318', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '825', - ], - 10877 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15547', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1664', - 'placement' => '276', - 'prev_word_id' => '825', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1443', - ], - 10878 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15548', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '277', - 'prev_word_id' => '1443', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1664', - ], - 10879 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15549', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '278', - 'prev_word_id' => '1664', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '976', - ], - 10880 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15550', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1300', - 'placement' => '279', - 'prev_word_id' => '976', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 10881 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15551', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '280', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1300', - ], - 10882 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15552', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '281', - 'prev_word_id' => '1300', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1605', - ], - 10883 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15553', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '282', - 'prev_word_id' => '1605', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10884 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15554', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '283', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '886', - ], - 10885 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15555', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '284', - 'prev_word_id' => '886', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1665', - ], - 10886 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15556', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '285', - 'prev_word_id' => '1665', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10887 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15557', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '286', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10888 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15558', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1666', - 'placement' => '287', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10889 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15559', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '288', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1666', - ], - 10890 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15560', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1667', - 'placement' => '289', - 'prev_word_id' => '1666', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10891 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15561', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '290', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1667', - ], - 10892 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15562', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '291', - 'prev_word_id' => '1667', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10893 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15563', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '292', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1323', - ], - 10894 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15564', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '293', - 'prev_word_id' => '1323', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10895 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15565', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1668', - 'placement' => '294', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '886', - ], - 10896 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15566', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '295', - 'prev_word_id' => '886', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1668', - ], - 10897 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15567', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '296', - 'prev_word_id' => '1668', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1665', - ], - 10898 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15568', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '297', - 'prev_word_id' => '1665', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10899 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15569', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1594', - 'placement' => '298', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10900 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15570', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '299', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1594', - ], - 10901 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15571', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '300', - 'prev_word_id' => '1594', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '848', - ], - 10902 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15572', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '301', - 'prev_word_id' => '848', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1290', - ], - 10903 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15573', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '302', - 'prev_word_id' => '1290', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1323', - ], - 10904 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15574', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '303', - 'prev_word_id' => '1323', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10905 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15575', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '304', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1420', - ], - 10906 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15576', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '305', - 'prev_word_id' => '1420', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10907 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15577', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '306', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10908 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15578', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '829', - 'placement' => '307', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10909 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15579', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '308', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '829', - ], - 10910 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15580', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '309', - 'prev_word_id' => '829', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1323', - ], - 10911 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15581', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1663', - 'placement' => '310', - 'prev_word_id' => '1323', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 10912 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15582', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '311', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1663', - ], - 10913 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15583', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '312', - 'prev_word_id' => '1663', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1605', - ], - 10914 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15584', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '313', - 'prev_word_id' => '1605', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10915 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15585', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1313', - 'placement' => '314', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '886', - ], - 10916 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15586', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '315', - 'prev_word_id' => '886', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1313', - ], - 10917 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15587', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1669', - 'placement' => '316', - 'prev_word_id' => '1313', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10918 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15588', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '317', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1669', - ], - 10919 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15589', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '318', - 'prev_word_id' => '1669', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10920 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15590', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1670', - 'placement' => '319', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10921 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15591', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '320', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1670', - ], - 10922 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15592', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1671', - 'placement' => '321', - 'prev_word_id' => '1670', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1605', - ], - 10923 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15593', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '322', - 'prev_word_id' => '1605', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1671', - ], - 10924 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15594', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1672', - 'placement' => '323', - 'prev_word_id' => '1671', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10925 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15595', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '324', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1672', - ], - 10926 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15596', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1314', - 'placement' => '325', - 'prev_word_id' => '1672', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10927 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15597', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '326', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1314', - ], - 10928 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15598', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '327', - 'prev_word_id' => '1314', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10929 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15599', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '328', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10930 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15600', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '329', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '882', - ], - 10931 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15601', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '330', - 'prev_word_id' => '882', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '881', - ], - 10932 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15602', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1673', - 'placement' => '331', - 'prev_word_id' => '881', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10933 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15603', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '332', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1673', - ], - 10934 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15604', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '333', - 'prev_word_id' => '1673', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10935 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15605', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1674', - 'placement' => '334', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 10936 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15606', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '335', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1674', - ], - 10937 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15607', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '336', - 'prev_word_id' => '1674', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '815', - ], - 10938 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15608', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1422', - 'placement' => '337', - 'prev_word_id' => '815', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10939 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15609', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '338', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1422', - ], - 10940 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15610', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1675', - 'placement' => '339', - 'prev_word_id' => '1422', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10941 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15611', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '340', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1675', - ], - 10942 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15612', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1676', - 'placement' => '341', - 'prev_word_id' => '1675', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10943 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15613', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1677', - 'placement' => '342', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1676', - ], - 10944 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15614', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '343', - 'prev_word_id' => '1676', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1677', - ], - 10945 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15615', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '344', - 'prev_word_id' => '1677', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 10946 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15616', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '829', - 'placement' => '345', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 10947 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15617', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '346', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '829', - ], - 10948 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15618', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '347', - 'prev_word_id' => '829', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1323', - ], - 10949 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15619', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1678', - 'placement' => '348', - 'prev_word_id' => '1323', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1596', - ], - 10950 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15620', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1679', - 'placement' => '349', - 'prev_word_id' => '1596', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1678', - ], - 10951 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15621', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '350', - 'prev_word_id' => '1678', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1679', - ], - 10952 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15622', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '351', - 'prev_word_id' => '1679', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10953 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15623', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1680', - 'placement' => '352', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '844', - ], - 10954 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15624', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '353', - 'prev_word_id' => '844', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1680', - ], - 10955 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15625', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1681', - 'placement' => '354', - 'prev_word_id' => '1680', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '816', - ], - 10956 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15626', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '355', - 'prev_word_id' => '816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1681', - ], - 10957 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15627', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '356', - 'prev_word_id' => '1681', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1263', - ], - 10958 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15628', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1682', - 'placement' => '357', - 'prev_word_id' => '1263', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1008', - ], - 10959 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15629', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '358', - 'prev_word_id' => '1008', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1682', - ], - 10960 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15630', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '359', - 'prev_word_id' => '1682', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10961 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15631', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '360', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 10962 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15632', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '361', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1319', - ], - 10963 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15633', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1683', - 'placement' => '362', - 'prev_word_id' => '1319', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '898', - ], - 10964 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15634', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1684', - 'placement' => '363', - 'prev_word_id' => '898', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1683', - ], - 10965 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15635', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '364', - 'prev_word_id' => '1683', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1684', - ], - 10966 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15636', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '365', - 'prev_word_id' => '1684', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1685', - ], - 10967 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15637', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '366', - 'prev_word_id' => '1685', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '809', - ], - 10968 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15638', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1686', - 'placement' => '367', - 'prev_word_id' => '809', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10969 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15639', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '368', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1686', - ], - 10970 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15640', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1415', - 'placement' => '369', - 'prev_word_id' => '1686', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1685', - ], - 10971 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15641', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '370', - 'prev_word_id' => '1685', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1415', - ], - 10972 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15642', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '371', - 'prev_word_id' => '1415', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '882', - ], - 10973 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15643', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '372', - 'prev_word_id' => '882', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '939', - ], - 10974 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15644', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1391', - 'placement' => '373', - 'prev_word_id' => '939', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10975 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15645', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1458', - 'placement' => '374', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1391', - ], - 10976 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15646', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '375', - 'prev_word_id' => '1391', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1458', - ], - 10977 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15647', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '376', - 'prev_word_id' => '1458', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '809', - ], - 10978 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15648', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1686', - 'placement' => '377', - 'prev_word_id' => '809', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 10979 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15649', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1687', - 'placement' => '378', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1686', - ], - 10980 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15650', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '379', - 'prev_word_id' => '1686', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1687', - ], - 10981 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15651', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '380', - 'prev_word_id' => '1687', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1595', - ], - 10982 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15652', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '963', - 'placement' => '381', - 'prev_word_id' => '1595', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1596', - ], - 10983 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15653', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '382', - 'prev_word_id' => '1596', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '963', - ], - 10984 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15654', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1597', - 'placement' => '383', - 'prev_word_id' => '963', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '825', - ], - 10985 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15655', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '384', - 'prev_word_id' => '825', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1597', - ], - 10986 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15656', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '385', - 'prev_word_id' => '1597', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '893', - ], - 10987 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15657', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '973', - 'placement' => '386', - 'prev_word_id' => '893', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 10988 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15658', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '387', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '973', - ], - 10989 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15659', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '388', - 'prev_word_id' => '973', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 10990 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15660', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '389', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1595', - ], - 10991 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15661', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1414', - 'placement' => '390', - 'prev_word_id' => '1595', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '921', - ], - 10992 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15662', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '391', - 'prev_word_id' => '921', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1414', - ], - 10993 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15663', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1635', - 'placement' => '392', - 'prev_word_id' => '1414', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1290', - ], - 10994 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15664', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1598', - 'placement' => '393', - 'prev_word_id' => '1290', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1635', - ], - 10995 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15665', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '394', - 'prev_word_id' => '1635', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1598', - ], - 10996 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15666', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '395', - 'prev_word_id' => '1598', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 10997 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15667', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '396', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '933', - ], - 10998 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15668', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '397', - 'prev_word_id' => '933', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '825', - ], - 10999 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15669', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1688', - 'placement' => '398', - 'prev_word_id' => '825', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 11000 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15670', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '399', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1688', - ], - 11001 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15671', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '400', - 'prev_word_id' => '1688', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 11002 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15672', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '401', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 11003 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15673', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '402', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1689', - ], - 11004 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15674', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '403', - 'prev_word_id' => '1689', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1690', - ], - 11005 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15675', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '404', - 'prev_word_id' => '1690', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1595', - ], - 11006 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15676', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '405', - 'prev_word_id' => '1595', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '815', - ], - 11007 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15677', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1295', - 'placement' => '406', - 'prev_word_id' => '815', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 11008 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15678', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1691', - 'placement' => '407', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1295', - ], - 11009 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15679', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '408', - 'prev_word_id' => '1295', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1691', - ], - 11010 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15680', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '409', - 'prev_word_id' => '1691', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 11011 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15681', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '410', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 11012 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15682', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '973', - 'placement' => '411', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 11013 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15683', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '412', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '973', - ], - 11014 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15684', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '413', - 'prev_word_id' => '973', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '848', - ], - 11015 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15685', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1692', - 'placement' => '414', - 'prev_word_id' => '848', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 11016 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15686', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '415', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1692', - ], - 11017 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15687', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '416', - 'prev_word_id' => '1692', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 11018 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15688', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '417', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '848', - ], - 11019 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15689', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1577', - 'placement' => '418', - 'prev_word_id' => '848', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 11020 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15690', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1468', - 'placement' => '419', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1577', - ], - 11021 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15691', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '420', - 'prev_word_id' => '1577', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1468', - ], - 11022 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15692', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '421', - 'prev_word_id' => '1468', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 11023 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15693', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '422', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 11024 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15694', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1693', - 'placement' => '423', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 11025 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15695', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '424', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1693', - ], - 11026 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15696', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '425', - 'prev_word_id' => '1693', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 11027 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15697', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '426', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 11028 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15698', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1694', - 'placement' => '427', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 11029 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15699', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '428', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1694', - ], - 11030 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15700', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1024', - 'placement' => '429', - 'prev_word_id' => '1694', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 11031 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15701', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '430', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1024', - ], - 11032 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15702', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '431', - 'prev_word_id' => '1024', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 11033 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15703', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1695', - 'placement' => '432', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 11034 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15704', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '433', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1695', - ], - 11035 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15705', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1696', - 'placement' => '434', - 'prev_word_id' => '1695', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 11036 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15706', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '435', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1696', - ], - 11037 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15707', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1697', - 'placement' => '436', - 'prev_word_id' => '1696', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 11038 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15708', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '437', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1697', - ], - 11039 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15709', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '905', - 'placement' => '438', - 'prev_word_id' => '1697', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '841', - ], - 11040 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15710', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1598', - 'placement' => '439', - 'prev_word_id' => '841', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '905', - ], - 11041 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15711', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1522', - 'placement' => '440', - 'prev_word_id' => '905', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1598', - ], - 11042 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15712', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '441', - 'prev_word_id' => '1598', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1522', - ], - 11043 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15713', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '442', - 'prev_word_id' => '1522', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 11044 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15714', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1646', - 'placement' => '443', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 11045 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15715', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '444', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1646', - ], - 11046 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15716', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '445', - 'prev_word_id' => '1646', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '836', - ], - 11047 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15717', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '446', - 'prev_word_id' => '836', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1685', - ], - 11048 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15718', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '447', - 'prev_word_id' => '1685', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 11049 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15719', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1598', - 'placement' => '448', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '939', - ], - 11050 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15720', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1522', - 'placement' => '449', - 'prev_word_id' => '939', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1598', - ], - 11051 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15721', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '450', - 'prev_word_id' => '1598', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1522', - ], - 11052 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15722', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '451', - 'prev_word_id' => '1522', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '809', - ], - 11053 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15723', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '452', - 'prev_word_id' => '809', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 11054 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15724', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1595', - 'placement' => '453', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1690', - ], - 11055 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15725', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '454', - 'prev_word_id' => '1690', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1595', - ], - 11056 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15726', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '455', - 'prev_word_id' => '1595', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '815', - ], - 11057 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15727', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '456', - 'prev_word_id' => '815', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 11058 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15728', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1698', - 'placement' => '457', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 11059 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15729', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '458', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1698', - ], - 11060 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15730', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1600', - 'placement' => '459', - 'prev_word_id' => '1698', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1384', - ], - 11061 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15731', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '460', - 'prev_word_id' => '1384', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1600', - ], - 11062 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15732', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1597', - 'placement' => '461', - 'prev_word_id' => '1600', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '825', - ], - 11063 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15733', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1497', - 'placement' => '462', - 'prev_word_id' => '825', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1597', - ], - 11064 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15734', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '463', - 'prev_word_id' => '1597', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1497', - ], - 11065 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15735', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '464', - 'prev_word_id' => '1497', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 11066 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15736', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '465', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 11067 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15737', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1699', - 'placement' => '466', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1396', - ], - 11068 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15738', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1700', - 'placement' => '467', - 'prev_word_id' => '1396', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1699', - ], - 11069 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15739', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '468', - 'prev_word_id' => '1699', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1700', - ], - 11070 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15740', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1701', - 'placement' => '469', - 'prev_word_id' => '1700', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 11071 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15741', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '470', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1701', - ], - 11072 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15742', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1600', - 'placement' => '471', - 'prev_word_id' => '1701', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 11073 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15743', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1702', - 'placement' => '472', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1600', - ], - 11074 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15744', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '473', - 'prev_word_id' => '1600', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1702', - ], - 11075 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15745', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '474', - 'prev_word_id' => '1702', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 11076 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15746', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1497', - 'placement' => '475', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 11077 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15747', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1703', - 'placement' => '476', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1497', - ], - 11078 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15748', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '477', - 'prev_word_id' => '1497', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1703', - ], - 11079 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15749', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '478', - 'prev_word_id' => '1703', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1277', - ], - 11080 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15750', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1522', - 'placement' => '479', - 'prev_word_id' => '1277', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 11081 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15751', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '480', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1522', - ], - 11082 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15752', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '895', - 'placement' => '481', - 'prev_word_id' => '1522', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 11083 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15753', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '482', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '895', - ], - 11084 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15754', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '962', - 'placement' => '483', - 'prev_word_id' => '895', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '881', - ], - 11085 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15755', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1704', - 'placement' => '484', - 'prev_word_id' => '881', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '962', - ], - 11086 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15756', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '485', - 'prev_word_id' => '962', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1704', - ], - 11087 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15757', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '486', - 'prev_word_id' => '1704', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 11088 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15758', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '487', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 11089 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15759', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '488', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '821', - ], - 11090 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15760', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '489', - 'prev_word_id' => '821', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '933', - ], - 11091 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15761', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1705', - 'placement' => '490', - 'prev_word_id' => '933', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '945', - ], - 11092 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15762', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '491', - 'prev_word_id' => '945', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1705', - ], - 11093 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15763', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '492', - 'prev_word_id' => '1705', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '810', - ], - 11094 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15764', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '493', - 'prev_word_id' => '810', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '933', - ], - 11095 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15765', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '494', - 'prev_word_id' => '933', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 11096 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15766', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1024', - 'placement' => '495', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1420', - ], - 11097 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15767', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '496', - 'prev_word_id' => '1420', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1024', - ], - 11098 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15768', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '497', - 'prev_word_id' => '1024', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 11099 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15769', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '498', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 11100 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15770', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '499', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 11101 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15771', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '500', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 11102 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15772', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '501', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '930', - ], - 11103 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15773', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '502', - 'prev_word_id' => '930', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '813', - ], - 11104 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15774', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '503', - 'prev_word_id' => '813', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 11105 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15775', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '504', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '821', - ], - 11106 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15776', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '505', - 'prev_word_id' => '821', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 11107 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15777', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '506', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 11108 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15778', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '507', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 11109 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15779', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '508', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 11110 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15780', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '509', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '881', - ], - 11111 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15781', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '510', - 'prev_word_id' => '881', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 11112 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15782', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '511', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 11113 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15783', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1706', - 'placement' => '512', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 11114 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15784', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '513', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1706', - ], - 11115 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15785', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1707', - 'placement' => '514', - 'prev_word_id' => '1706', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 11116 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15786', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '515', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1707', - ], - 11117 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15787', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '516', - 'prev_word_id' => '1707', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1609', - ], - 11118 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15788', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1700', - 'placement' => '517', - 'prev_word_id' => '1609', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '933', - ], - 11119 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15789', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '518', - 'prev_word_id' => '933', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1700', - ], - 11120 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15790', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '519', - 'prev_word_id' => '1700', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '816', - ], - 11121 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15791', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1708', - 'placement' => '520', - 'prev_word_id' => '816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '841', - ], - 11122 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15792', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '521', - 'prev_word_id' => '841', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1708', - ], - 11123 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15793', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '522', - 'prev_word_id' => '1708', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '815', - ], - 11124 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15794', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '933', - 'placement' => '523', - 'prev_word_id' => '815', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '823', - ], - 11125 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15795', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '524', - 'prev_word_id' => '823', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '933', - ], - 11126 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15796', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1505', - 'placement' => '525', - 'prev_word_id' => '933', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '945', - ], - 11127 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15797', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '526', - 'prev_word_id' => '945', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1505', - ], - 11128 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15798', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1709', - 'placement' => '527', - 'prev_word_id' => '1505', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 11129 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15799', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '528', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1709', - ], - 11130 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15800', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1599', - 'placement' => '529', - 'prev_word_id' => '1709', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '841', - ], - 11131 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15801', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '530', - 'prev_word_id' => '841', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1599', - ], - 11132 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15802', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1710', - 'placement' => '531', - 'prev_word_id' => '1599', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1370', - ], - 11133 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15803', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1711', - 'placement' => '532', - 'prev_word_id' => '1370', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1710', - ], - 11134 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15804', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1253', - 'placement' => '533', - 'prev_word_id' => '1710', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1711', - ], - 11135 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15805', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '534', - 'prev_word_id' => '1711', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1253', - ], - 11136 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15806', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '535', - 'prev_word_id' => '1253', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '860', - ], - 11137 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15807', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1712', - 'placement' => '536', - 'prev_word_id' => '860', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 11138 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15808', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '537', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1712', - ], - 11139 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15809', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '538', - 'prev_word_id' => '1712', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '886', - ], - 11140 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15810', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1673', - 'placement' => '539', - 'prev_word_id' => '886', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1443', - ], - 11141 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15811', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '540', - 'prev_word_id' => '1443', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1673', - ], - 11142 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15812', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '541', - 'prev_word_id' => '1673', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 11143 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15813', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '542', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 11144 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15814', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '543', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 11145 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15815', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '906', - 'placement' => '544', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1370', - ], - 11146 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15816', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '545', - 'prev_word_id' => '1370', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '906', - ], - 11147 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15817', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '546', - 'prev_word_id' => '906', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 11148 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15818', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1344', - 'placement' => '547', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '930', - ], - 11149 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15819', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '548', - 'prev_word_id' => '930', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1344', - ], - 11150 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15820', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '846', - 'placement' => '549', - 'prev_word_id' => '1344', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 11151 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15821', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1316', - 'placement' => '550', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '846', - ], - 11152 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15822', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '551', - 'prev_word_id' => '846', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1316', - ], - 11153 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15823', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '552', - 'prev_word_id' => '1316', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1481', - ], - 11154 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15824', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '553', - 'prev_word_id' => '1481', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 11155 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15825', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '554', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '897', - ], - 11156 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15826', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '555', - 'prev_word_id' => '897', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1609', - ], - 11157 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15827', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '556', - 'prev_word_id' => '1609', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '830', - ], - 11158 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15828', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '557', - 'prev_word_id' => '830', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '976', - ], - 11159 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15829', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '558', - 'prev_word_id' => '976', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '974', - ], - 11160 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15830', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '559', - 'prev_word_id' => '974', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 11161 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15831', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '560', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 11162 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15832', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '561', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '807', - ], - 11163 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15833', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '562', - 'prev_word_id' => '807', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '894', - ], - 11164 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15834', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '563', - 'prev_word_id' => '894', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '843', - ], - 11165 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15835', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '564', - 'prev_word_id' => '843', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '881', - ], - 11166 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15836', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1612', - 'placement' => '565', - 'prev_word_id' => '881', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '814', - ], - 11167 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15837', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '566', - 'prev_word_id' => '814', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1612', - ], - 11168 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15838', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1713', - 'placement' => '567', - 'prev_word_id' => '1612', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1481', - ], - 11169 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15839', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '568', - 'prev_word_id' => '1481', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1713', - ], - 11170 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15840', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '569', - 'prev_word_id' => '1713', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '863', - ], - 11171 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15841', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '570', - 'prev_word_id' => '863', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 11172 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15842', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '571', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 11173 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15843', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1698', - 'placement' => '572', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '801', - ], - 11174 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15844', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '573', - 'prev_word_id' => '801', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1698', - ], - 11175 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15845', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '574', - 'prev_word_id' => '1698', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '921', - ], - 11176 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15846', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '575', - 'prev_word_id' => '921', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '815', - ], - 11177 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15847', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1699', - 'placement' => '576', - 'prev_word_id' => '815', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '833', - ], - 11178 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15848', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1547', - 'placement' => '577', - 'prev_word_id' => '833', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1699', - ], - 11179 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15849', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1714', - 'placement' => '578', - 'prev_word_id' => '1699', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1547', - ], - 11180 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15850', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1715', - 'placement' => '579', - 'prev_word_id' => '1547', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1714', - ], - 11181 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15851', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '580', - 'prev_word_id' => '1714', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1715', - ], - 11182 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15852', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '581', - 'prev_word_id' => '1715', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 11183 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15853', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '582', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '897', - ], - 11184 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15854', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '583', - 'prev_word_id' => '897', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '805', - ], - 11185 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15855', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '584', - 'prev_word_id' => '805', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '898', - ], - 11186 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15856', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '585', - 'prev_word_id' => '898', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1133', - ], - 11187 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15857', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1307', - 'placement' => '586', - 'prev_word_id' => '1133', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1481', - ], - 11188 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15858', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '587', - 'prev_word_id' => '1481', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1307', - ], - 11189 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15859', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '588', - 'prev_word_id' => '1307', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '816', - ], - 11190 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15860', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '589', - 'prev_word_id' => '816', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '802', - ], - 11191 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15861', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '590', - 'prev_word_id' => '802', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '803', - ], - 11192 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15862', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '591', - 'prev_word_id' => '803', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1191', - ], - 11193 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '193', - 'frequency' => '0', - 'id' => '15863', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '592', - 'prev_word_id' => '1191', - 'published' => '1311154205', - 'section_id' => '1', - 'word_id' => '1191', - ], - 11194 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '194', - 'frequency' => '0', - 'id' => '15864', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154206', - 'section_id' => '1', - 'word_id' => '2495', - ], - 11195 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '195', - 'frequency' => '0', - 'id' => '15865', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154206', - 'section_id' => '1', - 'word_id' => '2496', - ], - 11196 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '196', - 'frequency' => '0', - 'id' => '15866', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154206', - 'section_id' => '1', - 'word_id' => '2497', - ], - 11197 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '197', - 'frequency' => '0', - 'id' => '15867', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154206', - 'section_id' => '1', - 'word_id' => '2498', - ], - 11198 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '198', - 'frequency' => '0', - 'id' => '15868', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154207', - 'section_id' => '1', - 'word_id' => '2499', - ], - 11199 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '199', - 'frequency' => '0', - 'id' => '15869', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154207', - 'section_id' => '1', - 'word_id' => '2500', - ], - 11200 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '200', - 'frequency' => '0', - 'id' => '15870', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154207', - 'section_id' => '3', - 'word_id' => '2501', - ], - 11201 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '201', - 'frequency' => '0', - 'id' => '15871', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154207', - 'section_id' => '3', - 'word_id' => '2502', - ], - 11202 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15872', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '936', - ], - 11203 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15873', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1717', - 'placement' => '1', - 'prev_word_id' => '936', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11204 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15874', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '2', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1717', - ], - 11205 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15875', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '3', - 'prev_word_id' => '1717', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '802', - ], - 11206 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15876', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '4', - 'prev_word_id' => '802', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '803', - ], - 11207 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15877', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1718', - 'placement' => '5', - 'prev_word_id' => '803', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11208 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15878', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '6', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1718', - ], - 11209 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15879', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '7', - 'prev_word_id' => '1718', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '894', - ], - 11210 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15880', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '817', - 'placement' => '8', - 'prev_word_id' => '894', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '809', - ], - 11211 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15881', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1719', - 'placement' => '9', - 'prev_word_id' => '809', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '817', - ], - 11212 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15882', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1720', - 'placement' => '10', - 'prev_word_id' => '817', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1719', - ], - 11213 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15883', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '11', - 'prev_word_id' => '1719', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1720', - ], - 11214 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15884', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '821', - 'placement' => '12', - 'prev_word_id' => '1720', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '974', - ], - 11215 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15885', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '13', - 'prev_word_id' => '974', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '821', - ], - 11216 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15886', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '14', - 'prev_word_id' => '821', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '802', - ], - 11217 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15887', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '15', - 'prev_word_id' => '802', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '803', - ], - 11218 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15888', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '16', - 'prev_word_id' => '803', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1689', - ], - 11219 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15889', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '17', - 'prev_word_id' => '1689', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1384', - ], - 11220 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15890', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '18', - 'prev_word_id' => '1384', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1370', - ], - 11221 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15891', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '906', - 'placement' => '19', - 'prev_word_id' => '1370', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1437', - ], - 11222 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15892', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '20', - 'prev_word_id' => '1437', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '906', - ], - 11223 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15893', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '21', - 'prev_word_id' => '906', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '836', - ], - 11224 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15894', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '22', - 'prev_word_id' => '836', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1685', - ], - 11225 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15895', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1717', - 'placement' => '23', - 'prev_word_id' => '1685', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11226 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15896', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1721', - 'placement' => '24', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1717', - ], - 11227 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15897', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '25', - 'prev_word_id' => '1717', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1721', - ], - 11228 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15898', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '26', - 'prev_word_id' => '1721', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11229 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15899', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '27', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11230 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15900', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '28', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '930', - ], - 11231 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15901', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '29', - 'prev_word_id' => '930', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '931', - ], - 11232 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15902', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1722', - 'placement' => '30', - 'prev_word_id' => '931', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '822', - ], - 11233 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15903', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '31', - 'prev_word_id' => '822', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1722', - ], - 11234 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15904', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '32', - 'prev_word_id' => '1722', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11235 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15905', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1719', - 'placement' => '33', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '856', - ], - 11236 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15906', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1723', - 'placement' => '34', - 'prev_word_id' => '856', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1719', - ], - 11237 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15907', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1724', - 'placement' => '35', - 'prev_word_id' => '1719', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1723', - ], - 11238 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15908', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '36', - 'prev_word_id' => '1723', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1724', - ], - 11239 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15909', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1725', - 'placement' => '37', - 'prev_word_id' => '1724', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11240 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15910', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1726', - 'placement' => '38', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1725', - ], - 11241 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15911', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '39', - 'prev_word_id' => '1725', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1726', - ], - 11242 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15912', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1727', - 'placement' => '40', - 'prev_word_id' => '1726', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11243 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15913', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '41', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1727', - ], - 11244 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15914', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1728', - 'placement' => '42', - 'prev_word_id' => '1727', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11245 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15915', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '43', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1728', - ], - 11246 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15916', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1729', - 'placement' => '44', - 'prev_word_id' => '1728', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11247 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15917', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '45', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1729', - ], - 11248 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15918', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '46', - 'prev_word_id' => '1729', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '945', - ], - 11249 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15919', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '47', - 'prev_word_id' => '945', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1690', - ], - 11250 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15920', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1730', - 'placement' => '48', - 'prev_word_id' => '1690', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11251 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15921', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '49', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1730', - ], - 11252 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15922', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1713', - 'placement' => '50', - 'prev_word_id' => '1730', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1481', - ], - 11253 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15923', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1731', - 'placement' => '51', - 'prev_word_id' => '1481', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1713', - ], - 11254 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15924', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '52', - 'prev_word_id' => '1713', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1731', - ], - 11255 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15925', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1732', - 'placement' => '53', - 'prev_word_id' => '1731', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11256 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15926', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '54', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1732', - ], - 11257 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15927', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1733', - 'placement' => '55', - 'prev_word_id' => '1732', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11258 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15928', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '56', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1733', - ], - 11259 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15929', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '57', - 'prev_word_id' => '1733', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '931', - ], - 11260 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15930', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '58', - 'prev_word_id' => '931', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '822', - ], - 11261 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15931', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '59', - 'prev_word_id' => '822', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11262 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15932', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '60', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11263 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15933', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '61', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11264 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15934', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '62', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11265 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15935', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '63', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11266 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15936', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '64', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '843', - ], - 11267 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15937', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1660', - 'placement' => '65', - 'prev_word_id' => '843', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '844', - ], - 11268 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15938', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '66', - 'prev_word_id' => '844', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1660', - ], - 11269 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15939', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1734', - 'placement' => '67', - 'prev_word_id' => '1660', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11270 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15940', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '68', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1734', - ], - 11271 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15941', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '918', - 'placement' => '69', - 'prev_word_id' => '1734', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '863', - ], - 11272 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15942', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1735', - 'placement' => '70', - 'prev_word_id' => '863', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '918', - ], - 11273 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15943', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '71', - 'prev_word_id' => '918', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1735', - ], - 11274 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15944', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '72', - 'prev_word_id' => '1735', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11275 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15945', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '73', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '931', - ], - 11276 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15946', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '74', - 'prev_word_id' => '931', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '822', - ], - 11277 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15947', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '75', - 'prev_word_id' => '822', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '805', - ], - 11278 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15948', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '862', - 'placement' => '76', - 'prev_word_id' => '805', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11279 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15949', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1490', - 'placement' => '77', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '862', - ], - 11280 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15950', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1639', - 'placement' => '78', - 'prev_word_id' => '862', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1490', - ], - 11281 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15951', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '79', - 'prev_word_id' => '1490', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1639', - ], - 11282 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15952', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1616', - 'placement' => '80', - 'prev_word_id' => '1639', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '822', - ], - 11283 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15953', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1733', - 'placement' => '81', - 'prev_word_id' => '822', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1616', - ], - 11284 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15954', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1736', - 'placement' => '82', - 'prev_word_id' => '1616', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1733', - ], - 11285 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15955', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '83', - 'prev_word_id' => '1733', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1736', - ], - 11286 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15956', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '84', - 'prev_word_id' => '1736', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '816', - ], - 11287 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15957', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '85', - 'prev_word_id' => '816', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11288 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15958', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '86', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '831', - ], - 11289 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15959', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1665', - 'placement' => '87', - 'prev_word_id' => '831', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11290 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15960', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '88', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1665', - ], - 11291 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15961', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1569', - 'placement' => '89', - 'prev_word_id' => '1665', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1410', - ], - 11292 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15962', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '90', - 'prev_word_id' => '1410', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1569', - ], - 11293 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15963', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '91', - 'prev_word_id' => '1569', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1410', - ], - 11294 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15964', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '92', - 'prev_word_id' => '1410', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11295 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15965', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1300', - 'placement' => '93', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '831', - ], - 11296 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15966', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1737', - 'placement' => '94', - 'prev_word_id' => '831', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1300', - ], - 11297 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15967', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '95', - 'prev_word_id' => '1300', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1737', - ], - 11298 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15968', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '96', - 'prev_word_id' => '1737', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11299 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15969', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '97', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '834', - ], - 11300 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15970', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '861', - 'placement' => '98', - 'prev_word_id' => '834', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '863', - ], - 11301 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15971', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1738', - 'placement' => '99', - 'prev_word_id' => '863', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '861', - ], - 11302 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15972', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '100', - 'prev_word_id' => '861', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1738', - ], - 11303 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15973', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '101', - 'prev_word_id' => '1738', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '894', - ], - 11304 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15974', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1739', - 'placement' => '102', - 'prev_word_id' => '894', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '843', - ], - 11305 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15975', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1740', - 'placement' => '103', - 'prev_word_id' => '843', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1739', - ], - 11306 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15976', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1741', - 'placement' => '104', - 'prev_word_id' => '1739', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1740', - ], - 11307 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15977', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '923', - 'placement' => '105', - 'prev_word_id' => '1740', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1741', - ], - 11308 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15978', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '106', - 'prev_word_id' => '1741', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '923', - ], - 11309 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15979', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '107', - 'prev_word_id' => '923', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11310 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15980', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '108', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11311 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15981', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '109', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '863', - ], - 11312 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15982', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '931', - 'placement' => '110', - 'prev_word_id' => '863', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11313 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15983', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '111', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '931', - ], - 11314 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15984', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1722', - 'placement' => '112', - 'prev_word_id' => '931', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '822', - ], - 11315 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15985', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1742', - 'placement' => '113', - 'prev_word_id' => '822', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1722', - ], - 11316 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15986', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '114', - 'prev_word_id' => '1722', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1742', - ], - 11317 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15987', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '115', - 'prev_word_id' => '1742', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '831', - ], - 11318 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15988', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '116', - 'prev_word_id' => '831', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11319 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15989', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1719', - 'placement' => '117', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '856', - ], - 11320 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15990', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '118', - 'prev_word_id' => '856', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1719', - ], - 11321 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15991', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '119', - 'prev_word_id' => '1719', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11322 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15992', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '120', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '802', - ], - 11323 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15993', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '121', - 'prev_word_id' => '802', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '803', - ], - 11324 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15994', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '122', - 'prev_word_id' => '803', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '856', - ], - 11325 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15995', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '123', - 'prev_word_id' => '856', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '832', - ], - 11326 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15996', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '124', - 'prev_word_id' => '832', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '805', - ], - 11327 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15997', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1743', - 'placement' => '125', - 'prev_word_id' => '805', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1690', - ], - 11328 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15998', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '126', - 'prev_word_id' => '1690', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1743', - ], - 11329 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '15999', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '853', - 'placement' => '127', - 'prev_word_id' => '1743', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11330 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16000', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '854', - 'placement' => '128', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '853', - ], - 11331 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16001', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '129', - 'prev_word_id' => '853', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '854', - ], - 11332 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16002', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1744', - 'placement' => '130', - 'prev_word_id' => '854', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '804', - ], - 11333 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16003', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '131', - 'prev_word_id' => '804', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1744', - ], - 11334 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16004', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '132', - 'prev_word_id' => '1744', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1437', - ], - 11335 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16005', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '133', - 'prev_word_id' => '1437', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '894', - ], - 11336 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16006', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1745', - 'placement' => '134', - 'prev_word_id' => '894', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '843', - ], - 11337 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16007', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '135', - 'prev_word_id' => '843', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1745', - ], - 11338 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16008', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '136', - 'prev_word_id' => '1745', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11339 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16009', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '137', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '954', - ], - 11340 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16010', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '138', - 'prev_word_id' => '954', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '823', - ], - 11341 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16011', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '952', - 'placement' => '139', - 'prev_word_id' => '823', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11342 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16012', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '140', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '952', - ], - 11343 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16013', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '141', - 'prev_word_id' => '952', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11344 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16014', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '142', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '930', - ], - 11345 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16015', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '143', - 'prev_word_id' => '930', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '856', - ], - 11346 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16016', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '144', - 'prev_word_id' => '856', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11347 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16017', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1746', - 'placement' => '145', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11348 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16018', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '146', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1746', - ], - 11349 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16019', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1618', - 'placement' => '147', - 'prev_word_id' => '1746', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11350 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16020', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1651', - 'placement' => '148', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1618', - ], - 11351 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16021', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '149', - 'prev_word_id' => '1618', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1651', - ], - 11352 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16022', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1747', - 'placement' => '150', - 'prev_word_id' => '1651', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11353 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16023', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '151', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1747', - ], - 11354 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16024', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '152', - 'prev_word_id' => '1747', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11355 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16025', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '904', - 'placement' => '153', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '823', - ], - 11356 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16026', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '154', - 'prev_word_id' => '823', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '904', - ], - 11357 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16027', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '155', - 'prev_word_id' => '904', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11358 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16028', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1748', - 'placement' => '156', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '901', - ], - 11359 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16029', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '157', - 'prev_word_id' => '901', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1748', - ], - 11360 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16030', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '158', - 'prev_word_id' => '1748', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11361 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16031', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '159', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11362 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16032', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '160', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11363 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16033', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '161', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '816', - ], - 11364 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16034', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '162', - 'prev_word_id' => '816', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1749', - ], - 11365 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16035', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1750', - 'placement' => '163', - 'prev_word_id' => '1749', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '894', - ], - 11366 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16036', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '164', - 'prev_word_id' => '894', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1750', - ], - 11367 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16037', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1751', - 'placement' => '165', - 'prev_word_id' => '1750', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11368 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16038', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1752', - 'placement' => '166', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1751', - ], - 11369 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16039', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '167', - 'prev_word_id' => '1751', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1752', - ], - 11370 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16040', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '168', - 'prev_word_id' => '1752', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11371 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16041', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '169', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11372 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16042', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '170', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11373 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16043', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '171', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11374 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16044', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '172', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1258', - ], - 11375 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16045', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1753', - 'placement' => '173', - 'prev_word_id' => '1258', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '823', - ], - 11376 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16046', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1385', - 'placement' => '174', - 'prev_word_id' => '823', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1753', - ], - 11377 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16047', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1723', - 'placement' => '175', - 'prev_word_id' => '1753', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1385', - ], - 11378 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16048', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '176', - 'prev_word_id' => '1385', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1723', - ], - 11379 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16049', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '177', - 'prev_word_id' => '1723', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '802', - ], - 11380 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16050', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1530', - 'placement' => '178', - 'prev_word_id' => '802', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '803', - ], - 11381 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16051', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '179', - 'prev_word_id' => '803', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1530', - ], - 11382 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16052', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '180', - 'prev_word_id' => '1530', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '809', - ], - 11383 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16053', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1612', - 'placement' => '181', - 'prev_word_id' => '809', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '898', - ], - 11384 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16054', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '182', - 'prev_word_id' => '898', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1612', - ], - 11385 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16055', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1754', - 'placement' => '183', - 'prev_word_id' => '1612', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '941', - ], - 11386 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16056', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '184', - 'prev_word_id' => '941', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1754', - ], - 11387 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16057', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '185', - 'prev_word_id' => '1754', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '898', - ], - 11388 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16058', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '186', - 'prev_word_id' => '898', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1749', - ], - 11389 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16059', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '187', - 'prev_word_id' => '1749', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11390 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16060', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '188', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '804', - ], - 11391 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16061', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '189', - 'prev_word_id' => '804', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '805', - ], - 11392 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16062', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1673', - 'placement' => '190', - 'prev_word_id' => '805', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11393 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16063', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '191', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1673', - ], - 11394 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16064', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1755', - 'placement' => '192', - 'prev_word_id' => '1673', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '863', - ], - 11395 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16065', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '193', - 'prev_word_id' => '863', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1755', - ], - 11396 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16066', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '194', - 'prev_word_id' => '1755', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '832', - ], - 11397 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16067', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1756', - 'placement' => '195', - 'prev_word_id' => '832', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1417', - ], - 11398 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16068', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '196', - 'prev_word_id' => '1417', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1756', - ], - 11399 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16069', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1757', - 'placement' => '197', - 'prev_word_id' => '1756', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '898', - ], - 11400 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16070', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1758', - 'placement' => '198', - 'prev_word_id' => '898', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1757', - ], - 11401 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16071', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '199', - 'prev_word_id' => '1757', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1758', - ], - 11402 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16072', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1759', - 'placement' => '200', - 'prev_word_id' => '1758', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11403 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16073', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '201', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1759', - ], - 11404 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16074', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '202', - 'prev_word_id' => '1759', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11405 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16075', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1760', - 'placement' => '203', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '844', - ], - 11406 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16076', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1275', - 'placement' => '204', - 'prev_word_id' => '844', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1760', - ], - 11407 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16077', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '205', - 'prev_word_id' => '1760', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1275', - ], - 11408 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16078', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '206', - 'prev_word_id' => '1275', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11409 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16079', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '207', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11410 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16080', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '208', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '932', - ], - 11411 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16081', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1761', - 'placement' => '209', - 'prev_word_id' => '932', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1689', - ], - 11412 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16082', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '210', - 'prev_word_id' => '1689', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1761', - ], - 11413 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16083', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1683', - 'placement' => '211', - 'prev_word_id' => '1761', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '898', - ], - 11414 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16084', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1762', - 'placement' => '212', - 'prev_word_id' => '898', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1683', - ], - 11415 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16085', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '213', - 'prev_word_id' => '1683', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1762', - ], - 11416 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16086', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '214', - 'prev_word_id' => '1762', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1437', - ], - 11417 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16087', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '215', - 'prev_word_id' => '1437', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '974', - ], - 11418 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16088', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '216', - 'prev_word_id' => '974', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11419 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16089', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '217', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1689', - ], - 11420 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16090', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1763', - 'placement' => '218', - 'prev_word_id' => '1689', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11421 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16091', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '219', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1763', - ], - 11422 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16092', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '220', - 'prev_word_id' => '1763', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1437', - ], - 11423 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16093', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '221', - 'prev_word_id' => '1437', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1443', - ], - 11424 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16094', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '222', - 'prev_word_id' => '1443', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11425 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16095', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '223', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1689', - ], - 11426 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16096', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1764', - 'placement' => '224', - 'prev_word_id' => '1689', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11427 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16097', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '225', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1764', - ], - 11428 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16098', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '226', - 'prev_word_id' => '1764', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1277', - ], - 11429 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16099', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '227', - 'prev_word_id' => '1277', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '898', - ], - 11430 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16100', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '228', - 'prev_word_id' => '898', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '932', - ], - 11431 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16101', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1765', - 'placement' => '229', - 'prev_word_id' => '932', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '863', - ], - 11432 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16102', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1766', - 'placement' => '230', - 'prev_word_id' => '863', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1765', - ], - 11433 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16103', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1586', - 'placement' => '231', - 'prev_word_id' => '1765', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1766', - ], - 11434 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16104', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1761', - 'placement' => '232', - 'prev_word_id' => '1766', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1586', - ], - 11435 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16105', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '233', - 'prev_word_id' => '1586', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1761', - ], - 11436 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16106', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '234', - 'prev_word_id' => '1761', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '836', - ], - 11437 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16107', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '235', - 'prev_word_id' => '836', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '843', - ], - 11438 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16108', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1549', - 'placement' => '236', - 'prev_word_id' => '843', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '844', - ], - 11439 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16109', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '237', - 'prev_word_id' => '844', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1549', - ], - 11440 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16110', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1767', - 'placement' => '238', - 'prev_word_id' => '1549', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1410', - ], - 11441 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16111', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1766', - 'placement' => '239', - 'prev_word_id' => '1410', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1767', - ], - 11442 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16112', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1586', - 'placement' => '240', - 'prev_word_id' => '1767', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1766', - ], - 11443 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16113', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1768', - 'placement' => '241', - 'prev_word_id' => '1766', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1586', - ], - 11444 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16114', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '242', - 'prev_word_id' => '1586', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1768', - ], - 11445 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16115', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '243', - 'prev_word_id' => '1768', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11446 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16116', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1761', - 'placement' => '244', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '844', - ], - 11447 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16117', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '245', - 'prev_word_id' => '844', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1761', - ], - 11448 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16118', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '246', - 'prev_word_id' => '1761', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '976', - ], - 11449 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16119', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '861', - 'placement' => '247', - 'prev_word_id' => '976', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11450 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16120', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1769', - 'placement' => '248', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '861', - ], - 11451 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16121', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '249', - 'prev_word_id' => '861', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1769', - ], - 11452 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16122', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '250', - 'prev_word_id' => '1769', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '893', - ], - 11453 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16123', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1770', - 'placement' => '251', - 'prev_word_id' => '893', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11454 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16124', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1056', - 'placement' => '252', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1770', - ], - 11455 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16125', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '253', - 'prev_word_id' => '1770', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1056', - ], - 11456 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16126', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1771', - 'placement' => '254', - 'prev_word_id' => '1056', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '805', - ], - 11457 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16127', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '255', - 'prev_word_id' => '805', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1771', - ], - 11458 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16128', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '256', - 'prev_word_id' => '1771', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1008', - ], - 11459 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16129', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '257', - 'prev_word_id' => '1008', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11460 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16130', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '258', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '932', - ], - 11461 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16131', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '259', - 'prev_word_id' => '932', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '836', - ], - 11462 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16132', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '260', - 'prev_word_id' => '836', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '843', - ], - 11463 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16133', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1549', - 'placement' => '261', - 'prev_word_id' => '843', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '844', - ], - 11464 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16134', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '262', - 'prev_word_id' => '844', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1549', - ], - 11465 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16135', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1772', - 'placement' => '263', - 'prev_word_id' => '1549', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1410', - ], - 11466 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16136', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '264', - 'prev_word_id' => '1410', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1772', - ], - 11467 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16137', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '265', - 'prev_word_id' => '1772', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '948', - ], - 11468 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16138', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '266', - 'prev_word_id' => '948', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '949', - ], - 11469 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16139', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '267', - 'prev_word_id' => '949', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1420', - ], - 11470 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16140', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '268', - 'prev_word_id' => '1420', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1749', - ], - 11471 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16141', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '269', - 'prev_word_id' => '1749', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '805', - ], - 11472 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16142', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1773', - 'placement' => '270', - 'prev_word_id' => '805', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11473 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16143', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1774', - 'placement' => '271', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1773', - ], - 11474 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16144', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1713', - 'placement' => '272', - 'prev_word_id' => '1773', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1774', - ], - 11475 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16145', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '273', - 'prev_word_id' => '1774', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1713', - ], - 11476 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16146', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '274', - 'prev_word_id' => '1713', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1417', - ], - 11477 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16147', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '275', - 'prev_word_id' => '1417', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '843', - ], - 11478 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16148', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '845', - 'placement' => '276', - 'prev_word_id' => '843', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '844', - ], - 11479 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16149', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '277', - 'prev_word_id' => '844', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '845', - ], - 11480 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16150', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1717', - 'placement' => '278', - 'prev_word_id' => '845', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11481 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16151', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1775', - 'placement' => '279', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1717', - ], - 11482 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16152', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '280', - 'prev_word_id' => '1717', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1775', - ], - 11483 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16153', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '281', - 'prev_word_id' => '1775', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '976', - ], - 11484 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16154', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '961', - 'placement' => '282', - 'prev_word_id' => '976', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11485 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16155', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '283', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '961', - ], - 11486 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16156', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1776', - 'placement' => '284', - 'prev_word_id' => '961', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11487 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16157', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '285', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1776', - ], - 11488 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16158', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '286', - 'prev_word_id' => '1776', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '856', - ], - 11489 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16159', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1777', - 'placement' => '287', - 'prev_word_id' => '856', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '816', - ], - 11490 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16160', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1778', - 'placement' => '288', - 'prev_word_id' => '816', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1777', - ], - 11491 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16161', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '289', - 'prev_word_id' => '1777', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1778', - ], - 11492 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16162', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '890', - 'placement' => '290', - 'prev_word_id' => '1778', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11493 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16163', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1779', - 'placement' => '291', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '890', - ], - 11494 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16164', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1517', - 'placement' => '292', - 'prev_word_id' => '890', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1779', - ], - 11495 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16165', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '293', - 'prev_word_id' => '1779', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1517', - ], - 11496 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16166', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1780', - 'placement' => '294', - 'prev_word_id' => '1517', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11497 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16167', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '950', - 'placement' => '295', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1780', - ], - 11498 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16168', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '296', - 'prev_word_id' => '1780', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '950', - ], - 11499 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16169', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1404', - 'placement' => '297', - 'prev_word_id' => '950', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11500 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16170', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '298', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1404', - ], - 11501 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16171', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1724', - 'placement' => '299', - 'prev_word_id' => '1404', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '976', - ], - 11502 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16172', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '300', - 'prev_word_id' => '976', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1724', - ], - 11503 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16173', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1725', - 'placement' => '301', - 'prev_word_id' => '1724', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11504 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16174', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1726', - 'placement' => '302', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1725', - ], - 11505 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16175', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1276', - 'placement' => '303', - 'prev_word_id' => '1725', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1726', - ], - 11506 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16176', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '304', - 'prev_word_id' => '1726', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1276', - ], - 11507 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16177', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '305', - 'prev_word_id' => '1276', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '856', - ], - 11508 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16178', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1781', - 'placement' => '306', - 'prev_word_id' => '856', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11509 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16179', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1562', - 'placement' => '307', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1781', - ], - 11510 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16180', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '308', - 'prev_word_id' => '1781', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1562', - ], - 11511 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16181', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '309', - 'prev_word_id' => '1562', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11512 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16182', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1606', - 'placement' => '310', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11513 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16183', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1782', - 'placement' => '311', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1606', - ], - 11514 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16184', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '312', - 'prev_word_id' => '1606', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1782', - ], - 11515 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16185', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '959', - 'placement' => '313', - 'prev_word_id' => '1782', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '823', - ], - 11516 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16186', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '314', - 'prev_word_id' => '823', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '959', - ], - 11517 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16187', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1765', - 'placement' => '315', - 'prev_word_id' => '959', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '863', - ], - 11518 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16188', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '316', - 'prev_word_id' => '863', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1765', - ], - 11519 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16189', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1503', - 'placement' => '317', - 'prev_word_id' => '1765', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11520 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16190', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '318', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1503', - ], - 11521 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16191', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1783', - 'placement' => '319', - 'prev_word_id' => '1503', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '816', - ], - 11522 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16192', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '320', - 'prev_word_id' => '816', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1783', - ], - 11523 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16193', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1784', - 'placement' => '321', - 'prev_word_id' => '1783', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '823', - ], - 11524 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16194', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '322', - 'prev_word_id' => '823', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1784', - ], - 11525 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16195', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '323', - 'prev_word_id' => '1784', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '863', - ], - 11526 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16196', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '324', - 'prev_word_id' => '863', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11527 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16197', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '325', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11528 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16198', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '326', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '802', - ], - 11529 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16199', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1702', - 'placement' => '327', - 'prev_word_id' => '802', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '803', - ], - 11530 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16200', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1785', - 'placement' => '328', - 'prev_word_id' => '803', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1702', - ], - 11531 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16201', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1786', - 'placement' => '329', - 'prev_word_id' => '1702', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1785', - ], - 11532 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16202', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '330', - 'prev_word_id' => '1785', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1786', - ], - 11533 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16203', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '331', - 'prev_word_id' => '1786', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11534 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16204', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '332', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1417', - ], - 11535 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16205', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1787', - 'placement' => '333', - 'prev_word_id' => '1417', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11536 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16206', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1788', - 'placement' => '334', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1787', - ], - 11537 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16207', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1789', - 'placement' => '335', - 'prev_word_id' => '1787', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1788', - ], - 11538 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16208', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '336', - 'prev_word_id' => '1788', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1789', - ], - 11539 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16209', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '337', - 'prev_word_id' => '1789', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1008', - ], - 11540 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16210', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '930', - 'placement' => '338', - 'prev_word_id' => '1008', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1417', - ], - 11541 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16211', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '339', - 'prev_word_id' => '1417', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '930', - ], - 11542 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16212', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1790', - 'placement' => '340', - 'prev_word_id' => '930', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '825', - ], - 11543 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16213', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1688', - 'placement' => '341', - 'prev_word_id' => '825', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1790', - ], - 11544 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16214', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '342', - 'prev_word_id' => '1790', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1688', - ], - 11545 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16215', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1791', - 'placement' => '343', - 'prev_word_id' => '1688', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11546 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16216', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '344', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1791', - ], - 11547 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16217', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1073', - 'placement' => '345', - 'prev_word_id' => '1791', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11548 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16218', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '346', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1073', - ], - 11549 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16219', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1792', - 'placement' => '347', - 'prev_word_id' => '1073', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11550 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16220', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '348', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1792', - ], - 11551 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16221', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '349', - 'prev_word_id' => '1792', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11552 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16222', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '350', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11553 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16223', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1793', - 'placement' => '351', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11554 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16224', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1056', - 'placement' => '352', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1793', - ], - 11555 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16225', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '353', - 'prev_word_id' => '1793', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1056', - ], - 11556 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16226', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1727', - 'placement' => '354', - 'prev_word_id' => '1056', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11557 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16227', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '355', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1727', - ], - 11558 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16228', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1728', - 'placement' => '356', - 'prev_word_id' => '1727', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11559 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16229', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '357', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1728', - ], - 11560 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16230', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '358', - 'prev_word_id' => '1728', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '945', - ], - 11561 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16231', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '359', - 'prev_word_id' => '945', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11562 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16232', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1504', - 'placement' => '360', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '805', - ], - 11563 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16233', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1794', - 'placement' => '361', - 'prev_word_id' => '805', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1504', - ], - 11564 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16234', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1447', - 'placement' => '362', - 'prev_word_id' => '1504', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1794', - ], - 11565 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16235', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '923', - 'placement' => '363', - 'prev_word_id' => '1794', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1447', - ], - 11566 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16236', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '364', - 'prev_word_id' => '1447', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '923', - ], - 11567 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16237', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '365', - 'prev_word_id' => '923', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '945', - ], - 11568 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16238', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1664', - 'placement' => '366', - 'prev_word_id' => '945', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1337', - ], - 11569 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16239', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '367', - 'prev_word_id' => '1337', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1664', - ], - 11570 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16240', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '368', - 'prev_word_id' => '1664', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '976', - ], - 11571 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16241', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1795', - 'placement' => '369', - 'prev_word_id' => '976', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '974', - ], - 11572 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16242', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '370', - 'prev_word_id' => '974', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1795', - ], - 11573 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16243', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1796', - 'placement' => '371', - 'prev_word_id' => '1795', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '894', - ], - 11574 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16244', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1797', - 'placement' => '372', - 'prev_word_id' => '894', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1796', - ], - 11575 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16245', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '373', - 'prev_word_id' => '1796', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1797', - ], - 11576 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16246', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '374', - 'prev_word_id' => '1797', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '901', - ], - 11577 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16247', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1798', - 'placement' => '375', - 'prev_word_id' => '901', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11578 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16248', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '376', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1798', - ], - 11579 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16249', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1799', - 'placement' => '377', - 'prev_word_id' => '1798', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '816', - ], - 11580 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16250', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1800', - 'placement' => '378', - 'prev_word_id' => '816', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1799', - ], - 11581 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16251', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '379', - 'prev_word_id' => '1799', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1800', - ], - 11582 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16252', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '924', - 'placement' => '380', - 'prev_word_id' => '1800', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '901', - ], - 11583 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16253', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '381', - 'prev_word_id' => '901', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '924', - ], - 11584 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16254', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '382', - 'prev_word_id' => '924', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '816', - ], - 11585 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16255', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1801', - 'placement' => '383', - 'prev_word_id' => '816', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '974', - ], - 11586 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16256', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '384', - 'prev_word_id' => '974', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1801', - ], - 11587 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16257', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '385', - 'prev_word_id' => '1801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11588 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16258', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '386', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '921', - ], - 11589 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16259', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '387', - 'prev_word_id' => '921', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '802', - ], - 11590 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16260', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1689', - 'placement' => '388', - 'prev_word_id' => '802', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '803', - ], - 11591 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16261', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '389', - 'prev_word_id' => '803', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1689', - ], - 11592 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16262', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1802', - 'placement' => '390', - 'prev_word_id' => '1689', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11593 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16263', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '391', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1802', - ], - 11594 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16264', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1713', - 'placement' => '392', - 'prev_word_id' => '1802', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11595 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16265', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '393', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1713', - ], - 11596 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16266', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1606', - 'placement' => '394', - 'prev_word_id' => '1713', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1437', - ], - 11597 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16267', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1803', - 'placement' => '395', - 'prev_word_id' => '1437', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1606', - ], - 11598 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16268', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '396', - 'prev_word_id' => '1606', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1803', - ], - 11599 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16269', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '397', - 'prev_word_id' => '1803', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11600 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16270', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1560', - 'placement' => '398', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '939', - ], - 11601 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16271', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '399', - 'prev_word_id' => '939', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1560', - ], - 11602 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16272', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1804', - 'placement' => '400', - 'prev_word_id' => '1560', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11603 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16273', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1601', - 'placement' => '401', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1804', - ], - 11604 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16274', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '402', - 'prev_word_id' => '1804', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1601', - ], - 11605 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16275', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1805', - 'placement' => '403', - 'prev_word_id' => '1601', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1277', - ], - 11606 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16276', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '404', - 'prev_word_id' => '1277', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1805', - ], - 11607 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16277', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1806', - 'placement' => '405', - 'prev_word_id' => '1805', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '954', - ], - 11608 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16278', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '406', - 'prev_word_id' => '954', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1806', - ], - 11609 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16279', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1729', - 'placement' => '407', - 'prev_word_id' => '1806', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11610 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16280', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '408', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1729', - ], - 11611 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16281', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1602', - 'placement' => '409', - 'prev_word_id' => '1729', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '945', - ], - 11612 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16282', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '410', - 'prev_word_id' => '945', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1602', - ], - 11613 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16283', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1729', - 'placement' => '411', - 'prev_word_id' => '1602', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11614 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16284', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '412', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1729', - ], - 11615 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16285', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1429', - 'placement' => '413', - 'prev_word_id' => '1729', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '945', - ], - 11616 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16286', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '414', - 'prev_word_id' => '945', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1429', - ], - 11617 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16287', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '415', - 'prev_word_id' => '1429', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '894', - ], - 11618 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16288', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '895', - 'placement' => '416', - 'prev_word_id' => '894', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '843', - ], - 11619 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16289', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '417', - 'prev_word_id' => '843', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '895', - ], - 11620 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16290', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '418', - 'prev_word_id' => '895', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '881', - ], - 11621 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16291', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1807', - 'placement' => '419', - 'prev_word_id' => '881', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11622 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16292', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '420', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1807', - ], - 11623 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16293', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '421', - 'prev_word_id' => '1807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11624 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16294', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1808', - 'placement' => '422', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11625 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16295', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1809', - 'placement' => '423', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1808', - ], - 11626 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16296', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1810', - 'placement' => '424', - 'prev_word_id' => '1808', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1809', - ], - 11627 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16297', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1811', - 'placement' => '425', - 'prev_word_id' => '1809', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1810', - ], - 11628 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16298', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '426', - 'prev_word_id' => '1810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1811', - ], - 11629 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16299', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '427', - 'prev_word_id' => '1811', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11630 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16300', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '428', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11631 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16301', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '429', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1437', - ], - 11632 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16302', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1122', - 'placement' => '430', - 'prev_word_id' => '1437', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '886', - ], - 11633 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16303', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '431', - 'prev_word_id' => '886', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1122', - ], - 11634 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16304', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1648', - 'placement' => '432', - 'prev_word_id' => '1122', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11635 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16305', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '893', - 'placement' => '433', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1648', - ], - 11636 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16306', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '434', - 'prev_word_id' => '1648', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '893', - ], - 11637 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16307', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1604', - 'placement' => '435', - 'prev_word_id' => '893', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11638 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16308', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '436', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1604', - ], - 11639 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16309', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1596', - 'placement' => '437', - 'prev_word_id' => '1604', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '825', - ], - 11640 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16310', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1812', - 'placement' => '438', - 'prev_word_id' => '825', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1596', - ], - 11641 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16311', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '439', - 'prev_word_id' => '1596', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1812', - ], - 11642 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16312', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1447', - 'placement' => '440', - 'prev_word_id' => '1812', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '894', - ], - 11643 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16313', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '441', - 'prev_word_id' => '894', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1447', - ], - 11644 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16314', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '442', - 'prev_word_id' => '1447', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1319', - ], - 11645 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16315', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1629', - 'placement' => '443', - 'prev_word_id' => '1319', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11646 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16316', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '444', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1629', - ], - 11647 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16317', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1683', - 'placement' => '445', - 'prev_word_id' => '1629', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11648 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16318', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1597', - 'placement' => '446', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1683', - ], - 11649 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16319', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1813', - 'placement' => '447', - 'prev_word_id' => '1683', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1597', - ], - 11650 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16320', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '448', - 'prev_word_id' => '1597', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1813', - ], - 11651 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16321', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1787', - 'placement' => '449', - 'prev_word_id' => '1813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11652 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16322', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '450', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1787', - ], - 11653 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16323', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '451', - 'prev_word_id' => '1787', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1396', - ], - 11654 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16324', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1814', - 'placement' => '452', - 'prev_word_id' => '1396', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '844', - ], - 11655 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16325', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '453', - 'prev_word_id' => '844', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1814', - ], - 11656 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16326', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '454', - 'prev_word_id' => '1814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '825', - ], - 11657 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16327', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1812', - 'placement' => '455', - 'prev_word_id' => '825', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1443', - ], - 11658 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16328', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '456', - 'prev_word_id' => '1443', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1812', - ], - 11659 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16329', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '457', - 'prev_word_id' => '1812', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1690', - ], - 11660 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16330', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1730', - 'placement' => '458', - 'prev_word_id' => '1690', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11661 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16331', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '459', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1730', - ], - 11662 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16332', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '826', - 'placement' => '460', - 'prev_word_id' => '1730', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1290', - ], - 11663 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16333', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '461', - 'prev_word_id' => '1290', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '826', - ], - 11664 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16334', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '462', - 'prev_word_id' => '826', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11665 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16335', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '463', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '802', - ], - 11666 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16336', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '464', - 'prev_word_id' => '802', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '803', - ], - 11667 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16337', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1815', - 'placement' => '465', - 'prev_word_id' => '803', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '843', - ], - 11668 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16338', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '466', - 'prev_word_id' => '843', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1815', - ], - 11669 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16339', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '467', - 'prev_word_id' => '1815', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1384', - ], - 11670 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16340', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1715', - 'placement' => '468', - 'prev_word_id' => '1384', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1816', - ], - 11671 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16341', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '469', - 'prev_word_id' => '1816', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1715', - ], - 11672 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16342', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '470', - 'prev_word_id' => '1715', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '809', - ], - 11673 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16343', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1817', - 'placement' => '471', - 'prev_word_id' => '809', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11674 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16344', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '472', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1817', - ], - 11675 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16345', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '895', - 'placement' => '473', - 'prev_word_id' => '1817', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11676 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16346', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '474', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '895', - ], - 11677 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16347', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '475', - 'prev_word_id' => '895', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '881', - ], - 11678 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16348', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '476', - 'prev_word_id' => '881', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11679 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16349', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '477', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '815', - ], - 11680 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16350', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '478', - 'prev_word_id' => '815', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11681 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16351', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1651', - 'placement' => '479', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '968', - ], - 11682 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16352', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '480', - 'prev_word_id' => '968', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1651', - ], - 11683 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16353', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '481', - 'prev_word_id' => '1651', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11684 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16354', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1818', - 'placement' => '482', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1816', - ], - 11685 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16355', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '483', - 'prev_word_id' => '1816', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1818', - ], - 11686 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16356', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '484', - 'prev_word_id' => '1818', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '894', - ], - 11687 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16357', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '485', - 'prev_word_id' => '894', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '843', - ], - 11688 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16358', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '486', - 'prev_word_id' => '843', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1319', - ], - 11689 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16359', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1819', - 'placement' => '487', - 'prev_word_id' => '1319', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '810', - ], - 11690 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16360', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1820', - 'placement' => '488', - 'prev_word_id' => '810', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1819', - ], - 11691 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16361', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '489', - 'prev_word_id' => '1819', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1820', - ], - 11692 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16362', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '490', - 'prev_word_id' => '1820', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11693 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16363', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '491', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1443', - ], - 11694 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16364', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1818', - 'placement' => '492', - 'prev_word_id' => '1443', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '974', - ], - 11695 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16365', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '493', - 'prev_word_id' => '974', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1818', - ], - 11696 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16366', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '494', - 'prev_word_id' => '1818', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11697 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16367', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1631', - 'placement' => '495', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '843', - ], - 11698 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16368', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1821', - 'placement' => '496', - 'prev_word_id' => '843', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1631', - ], - 11699 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16369', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '497', - 'prev_word_id' => '1631', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1821', - ], - 11700 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16370', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1730', - 'placement' => '498', - 'prev_word_id' => '1821', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '804', - ], - 11701 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16371', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1822', - 'placement' => '499', - 'prev_word_id' => '804', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1730', - ], - 11702 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16372', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '500', - 'prev_word_id' => '1730', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1822', - ], - 11703 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16373', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '501', - 'prev_word_id' => '1822', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '814', - ], - 11704 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16374', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1823', - 'placement' => '502', - 'prev_word_id' => '814', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '807', - ], - 11705 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16375', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '503', - 'prev_word_id' => '807', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1823', - ], - 11706 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16376', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1247', - 'placement' => '504', - 'prev_word_id' => '1823', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '831', - ], - 11707 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16377', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '505', - 'prev_word_id' => '831', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1247', - ], - 11708 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16378', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '506', - 'prev_word_id' => '1247', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '863', - ], - 11709 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16379', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '507', - 'prev_word_id' => '863', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '802', - ], - 11710 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16380', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1779', - 'placement' => '508', - 'prev_word_id' => '802', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '803', - ], - 11711 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16381', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1824', - 'placement' => '509', - 'prev_word_id' => '803', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1779', - ], - 11712 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16382', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '914', - 'placement' => '510', - 'prev_word_id' => '1779', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1824', - ], - 11713 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16383', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1686', - 'placement' => '511', - 'prev_word_id' => '1824', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '914', - ], - 11714 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16384', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '512', - 'prev_word_id' => '914', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1686', - ], - 11715 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16385', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '513', - 'prev_word_id' => '1686', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '831', - ], - 11716 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16386', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '514', - 'prev_word_id' => '831', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11717 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16387', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1713', - 'placement' => '515', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1481', - ], - 11718 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16388', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1731', - 'placement' => '516', - 'prev_word_id' => '1481', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1713', - ], - 11719 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16389', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '517', - 'prev_word_id' => '1713', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1731', - ], - 11720 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16390', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '518', - 'prev_word_id' => '1731', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '802', - ], - 11721 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16391', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1646', - 'placement' => '519', - 'prev_word_id' => '802', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '803', - ], - 11722 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16392', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '520', - 'prev_word_id' => '803', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1646', - ], - 11723 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16393', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '521', - 'prev_word_id' => '1646', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '836', - ], - 11724 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16394', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '522', - 'prev_word_id' => '836', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1685', - ], - 11725 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16395', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '523', - 'prev_word_id' => '1685', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '816', - ], - 11726 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16396', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '524', - 'prev_word_id' => '816', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '894', - ], - 11727 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16397', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '525', - 'prev_word_id' => '894', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '801', - ], - 11728 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16398', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '526', - 'prev_word_id' => '801', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '939', - ], - 11729 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16399', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '527', - 'prev_word_id' => '939', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '830', - ], - 11730 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16400', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '528', - 'prev_word_id' => '830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1437', - ], - 11731 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16401', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '529', - 'prev_word_id' => '1437', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1396', - ], - 11732 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16402', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1825', - 'placement' => '530', - 'prev_word_id' => '1396', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '844', - ], - 11733 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16403', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1826', - 'placement' => '531', - 'prev_word_id' => '844', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1825', - ], - 11734 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16404', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '532', - 'prev_word_id' => '1825', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1826', - ], - 11735 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16405', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '533', - 'prev_word_id' => '1826', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1008', - ], - 11736 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16406', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1827', - 'placement' => '534', - 'prev_word_id' => '1008', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1481', - ], - 11737 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16407', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1828', - 'placement' => '535', - 'prev_word_id' => '1481', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1827', - ], - 11738 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16408', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1829', - 'placement' => '536', - 'prev_word_id' => '1827', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1828', - ], - 11739 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16409', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1679', - 'placement' => '537', - 'prev_word_id' => '1828', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1829', - ], - 11740 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16410', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '538', - 'prev_word_id' => '1829', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1679', - ], - 11741 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16411', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1685', - 'placement' => '539', - 'prev_word_id' => '1679', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '833', - ], - 11742 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16412', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '540', - 'prev_word_id' => '833', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1685', - ], - 11743 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16413', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '541', - 'prev_word_id' => '1685', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '831', - ], - 11744 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16414', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1830', - 'placement' => '542', - 'prev_word_id' => '831', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '813', - ], - 11745 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16415', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1831', - 'placement' => '543', - 'prev_word_id' => '813', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1830', - ], - 11746 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16416', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1832', - 'placement' => '544', - 'prev_word_id' => '1830', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1831', - ], - 11747 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16417', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '545', - 'prev_word_id' => '1831', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1832', - ], - 11748 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16418', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '546', - 'prev_word_id' => '1832', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '886', - ], - 11749 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16419', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1673', - 'placement' => '547', - 'prev_word_id' => '886', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1443', - ], - 11750 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16420', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '548', - 'prev_word_id' => '1443', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1673', - ], - 11751 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16421', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1370', - 'placement' => '549', - 'prev_word_id' => '1673', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '863', - ], - 11752 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16422', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '550', - 'prev_word_id' => '863', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1370', - ], - 11753 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16423', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '551', - 'prev_word_id' => '1370', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1191', - ], - 11754 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '202', - 'frequency' => '0', - 'id' => '16424', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '552', - 'prev_word_id' => '1191', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '1191', - ], - 11755 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '203', - 'frequency' => '0', - 'id' => '16425', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '2503', - ], - 11756 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '204', - 'frequency' => '0', - 'id' => '16426', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '2504', - ], - 11757 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '205', - 'frequency' => '0', - 'id' => '16427', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154208', - 'section_id' => '1', - 'word_id' => '2505', - ], - 11758 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '206', - 'frequency' => '0', - 'id' => '16428', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154209', - 'section_id' => '1', - 'word_id' => '2506', - ], - 11759 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '207', - 'frequency' => '0', - 'id' => '16429', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154209', - 'section_id' => '1', - 'word_id' => '2507', - ], - 11760 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '208', - 'frequency' => '0', - 'id' => '16430', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154209', - 'section_id' => '1', - 'word_id' => '2508', - ], - 11761 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '209', - 'frequency' => '0', - 'id' => '16431', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154209', - 'section_id' => '1', - 'word_id' => '2509', - ], - 11762 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '210', - 'frequency' => '0', - 'id' => '16432', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '2510', - ], - 11763 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16433', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '936', - ], - 11764 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16434', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '937', - 'placement' => '1', - 'prev_word_id' => '936', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 11765 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16435', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '2', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '937', - ], - 11766 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16436', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '3', - 'prev_word_id' => '937', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '809', - ], - 11767 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16437', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '4', - 'prev_word_id' => '809', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 11768 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16438', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '5', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 11769 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16439', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '6', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 11770 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16440', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '7', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 11771 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16441', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '8', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 11772 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16442', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1414', - 'placement' => '9', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '921', - ], - 11773 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16443', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '10', - 'prev_word_id' => '921', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1414', - ], - 11774 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16444', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1833', - 'placement' => '11', - 'prev_word_id' => '1414', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 11775 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16445', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '978', - 'placement' => '12', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1833', - ], - 11776 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16446', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1415', - 'placement' => '13', - 'prev_word_id' => '1833', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '978', - ], - 11777 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16447', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '14', - 'prev_word_id' => '978', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1415', - ], - 11778 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16448', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '15', - 'prev_word_id' => '1415', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 11779 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16449', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '831', - 'placement' => '16', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '830', - ], - 11780 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16450', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1320', - 'placement' => '17', - 'prev_word_id' => '830', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '831', - ], - 11781 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16451', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '854', - 'placement' => '18', - 'prev_word_id' => '831', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1320', - ], - 11782 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16452', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '19', - 'prev_word_id' => '1320', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '854', - ], - 11783 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16453', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '20', - 'prev_word_id' => '854', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '976', - ], - 11784 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16454', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1834', - 'placement' => '21', - 'prev_word_id' => '976', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 11785 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16455', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '22', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1834', - ], - 11786 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16456', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '23', - 'prev_word_id' => '1834', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '943', - ], - 11787 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16457', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '837', - 'placement' => '24', - 'prev_word_id' => '943', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1437', - ], - 11788 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16458', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '25', - 'prev_word_id' => '1437', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '837', - ], - 11789 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16459', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '26', - 'prev_word_id' => '837', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1835', - ], - 11790 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16460', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1836', - 'placement' => '27', - 'prev_word_id' => '1835', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 11791 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16461', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '28', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1836', - ], - 11792 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16462', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1837', - 'placement' => '29', - 'prev_word_id' => '1836', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '833', - ], - 11793 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16463', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '30', - 'prev_word_id' => '833', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1837', - ], - 11794 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16464', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '31', - 'prev_word_id' => '1837', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 11795 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16465', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '32', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 11796 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16466', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '33', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 11797 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16467', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '34', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '830', - ], - 11798 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16468', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1838', - 'placement' => '35', - 'prev_word_id' => '830', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1174', - ], - 11799 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16469', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '940', - 'placement' => '36', - 'prev_word_id' => '1174', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1838', - ], - 11800 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16470', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '37', - 'prev_word_id' => '1838', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '940', - ], - 11801 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16471', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1839', - 'placement' => '38', - 'prev_word_id' => '940', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '968', - ], - 11802 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16472', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '39', - 'prev_word_id' => '968', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1839', - ], - 11803 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16473', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1840', - 'placement' => '40', - 'prev_word_id' => '1839', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '833', - ], - 11804 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16474', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1547', - 'placement' => '41', - 'prev_word_id' => '833', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1840', - ], - 11805 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16475', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1548', - 'placement' => '42', - 'prev_word_id' => '1840', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1547', - ], - 11806 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16476', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1841', - 'placement' => '43', - 'prev_word_id' => '1547', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1548', - ], - 11807 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16477', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '44', - 'prev_word_id' => '1548', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1841', - ], - 11808 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16478', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1842', - 'placement' => '45', - 'prev_word_id' => '1841', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11809 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16479', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '46', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1842', - ], - 11810 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16480', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '846', - 'placement' => '47', - 'prev_word_id' => '1842', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1358', - ], - 11811 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16481', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '48', - 'prev_word_id' => '1358', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '846', - ], - 11812 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16482', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '49', - 'prev_word_id' => '846', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 11813 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16483', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '50', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 11814 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16484', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '51', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '938', - ], - 11815 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16485', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '52', - 'prev_word_id' => '938', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1417', - ], - 11816 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16486', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1843', - 'placement' => '53', - 'prev_word_id' => '1417', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '834', - ], - 11817 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16487', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '54', - 'prev_word_id' => '834', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1843', - ], - 11818 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16488', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '55', - 'prev_word_id' => '1843', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 11819 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16489', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '56', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 11820 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16490', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '57', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1258', - ], - 11821 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16491', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1237', - 'placement' => '58', - 'prev_word_id' => '1258', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '833', - ], - 11822 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16492', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '59', - 'prev_word_id' => '833', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1237', - ], - 11823 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16493', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '60', - 'prev_word_id' => '1237', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 11824 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16494', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '61', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '830', - ], - 11825 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16495', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1838', - 'placement' => '62', - 'prev_word_id' => '830', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1174', - ], - 11826 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16496', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '63', - 'prev_word_id' => '1174', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1838', - ], - 11827 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16497', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1844', - 'placement' => '64', - 'prev_word_id' => '1838', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1609', - ], - 11828 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16498', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '65', - 'prev_word_id' => '1609', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1844', - ], - 11829 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16499', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '66', - 'prev_word_id' => '1844', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11830 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16500', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '67', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '830', - ], - 11831 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16501', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '68', - 'prev_word_id' => '830', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '863', - ], - 11832 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16502', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '69', - 'prev_word_id' => '863', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 11833 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16503', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '70', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 11834 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16504', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '71', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 11835 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16505', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '72', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 11836 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16506', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1683', - 'placement' => '73', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '830', - ], - 11837 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16507', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '74', - 'prev_word_id' => '830', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1683', - ], - 11838 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16508', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '75', - 'prev_word_id' => '1683', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1417', - ], - 11839 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16509', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '76', - 'prev_word_id' => '1417', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 11840 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16510', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1845', - 'placement' => '77', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '898', - ], - 11841 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16511', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '78', - 'prev_word_id' => '898', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1845', - ], - 11842 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16512', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '79', - 'prev_word_id' => '1845', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11843 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16513', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '80', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 11844 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16514', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '81', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '901', - ], - 11845 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16515', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '82', - 'prev_word_id' => '901', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '830', - ], - 11846 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16516', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '83', - 'prev_word_id' => '830', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1174', - ], - 11847 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16517', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '84', - 'prev_word_id' => '1174', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 11848 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16518', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '85', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '830', - ], - 11849 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16519', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '86', - 'prev_word_id' => '830', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1174', - ], - 11850 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16520', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '87', - 'prev_word_id' => '1174', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 11851 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16521', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1846', - 'placement' => '88', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 11852 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16522', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '89', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1846', - ], - 11853 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16523', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '90', - 'prev_word_id' => '1846', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11854 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16524', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1847', - 'placement' => '91', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '898', - ], - 11855 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16525', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1848', - 'placement' => '92', - 'prev_word_id' => '898', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1847', - ], - 11856 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16526', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1849', - 'placement' => '93', - 'prev_word_id' => '1847', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1848', - ], - 11857 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16527', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '94', - 'prev_word_id' => '1848', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1849', - ], - 11858 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16528', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1850', - 'placement' => '95', - 'prev_word_id' => '1849', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '836', - ], - 11859 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16529', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1318', - 'placement' => '96', - 'prev_word_id' => '836', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1850', - ], - 11860 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16530', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1706', - 'placement' => '97', - 'prev_word_id' => '1850', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1318', - ], - 11861 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16531', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '98', - 'prev_word_id' => '1318', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1706', - ], - 11862 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16532', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1851', - 'placement' => '99', - 'prev_word_id' => '1706', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1609', - ], - 11863 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16533', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1848', - 'placement' => '100', - 'prev_word_id' => '1609', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1851', - ], - 11864 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16534', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '101', - 'prev_word_id' => '1851', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1848', - ], - 11865 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16535', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '102', - 'prev_word_id' => '1848', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 11866 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16536', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '103', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '830', - ], - 11867 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16537', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '104', - 'prev_word_id' => '830', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1174', - ], - 11868 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16538', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1789', - 'placement' => '105', - 'prev_word_id' => '1174', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 11869 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16539', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '917', - 'placement' => '106', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1789', - ], - 11870 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16540', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '107', - 'prev_word_id' => '1789', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '917', - ], - 11871 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16541', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1852', - 'placement' => '108', - 'prev_word_id' => '917', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11872 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16542', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '109', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1852', - ], - 11873 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16543', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1853', - 'placement' => '110', - 'prev_word_id' => '1852', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 11874 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16544', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '111', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1853', - ], - 11875 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16545', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '112', - 'prev_word_id' => '1853', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11876 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16546', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1854', - 'placement' => '113', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '898', - ], - 11877 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16547', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '114', - 'prev_word_id' => '898', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1854', - ], - 11878 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16548', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1855', - 'placement' => '115', - 'prev_word_id' => '1854', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '886', - ], - 11879 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16549', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '116', - 'prev_word_id' => '886', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1855', - ], - 11880 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16550', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '117', - 'prev_word_id' => '1855', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1008', - ], - 11881 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16551', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1856', - 'placement' => '118', - 'prev_word_id' => '1008', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 11882 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16552', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '119', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1856', - ], - 11883 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16553', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '120', - 'prev_word_id' => '1856', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1437', - ], - 11884 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16554', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1857', - 'placement' => '121', - 'prev_word_id' => '1437', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 11885 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16555', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '122', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1857', - ], - 11886 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16556', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '123', - 'prev_word_id' => '1857', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '816', - ], - 11887 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16557', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '901', - 'placement' => '124', - 'prev_word_id' => '816', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1437', - ], - 11888 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16558', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1854', - 'placement' => '125', - 'prev_word_id' => '1437', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '901', - ], - 11889 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16559', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '126', - 'prev_word_id' => '901', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1854', - ], - 11890 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16560', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1858', - 'placement' => '127', - 'prev_word_id' => '1854', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1008', - ], - 11891 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16561', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '128', - 'prev_word_id' => '1008', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1858', - ], - 11892 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16562', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1859', - 'placement' => '129', - 'prev_word_id' => '1858', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1816', - ], - 11893 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16563', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '130', - 'prev_word_id' => '1816', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1859', - ], - 11894 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16564', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '131', - 'prev_word_id' => '1859', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '836', - ], - 11895 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16565', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '915', - 'placement' => '132', - 'prev_word_id' => '836', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 11896 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16566', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '133', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '915', - ], - 11897 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16567', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1860', - 'placement' => '134', - 'prev_word_id' => '915', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 11898 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16568', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1861', - 'placement' => '135', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1860', - ], - 11899 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16569', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1848', - 'placement' => '136', - 'prev_word_id' => '1860', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1861', - ], - 11900 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16570', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1798', - 'placement' => '137', - 'prev_word_id' => '1861', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1848', - ], - 11901 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16571', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '138', - 'prev_word_id' => '1848', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1798', - ], - 11902 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16572', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1862', - 'placement' => '139', - 'prev_word_id' => '1798', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 11903 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16573', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1863', - 'placement' => '140', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1862', - ], - 11904 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16574', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1864', - 'placement' => '141', - 'prev_word_id' => '1862', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1863', - ], - 11905 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16575', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '142', - 'prev_word_id' => '1863', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1864', - ], - 11906 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16576', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1865', - 'placement' => '143', - 'prev_word_id' => '1864', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 11907 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16577', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '144', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1865', - ], - 11908 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16578', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '145', - 'prev_word_id' => '1865', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11909 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16579', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '146', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 11910 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16580', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '147', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '830', - ], - 11911 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16581', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1684', - 'placement' => '148', - 'prev_word_id' => '830', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1174', - ], - 11912 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16582', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1336', - 'placement' => '149', - 'prev_word_id' => '1174', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1684', - ], - 11913 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16583', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '150', - 'prev_word_id' => '1684', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1336', - ], - 11914 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16584', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1756', - 'placement' => '151', - 'prev_word_id' => '1336', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1417', - ], - 11915 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16585', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '152', - 'prev_word_id' => '1417', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1756', - ], - 11916 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16586', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1848', - 'placement' => '153', - 'prev_word_id' => '1756', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 11917 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16587', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1849', - 'placement' => '154', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1848', - ], - 11918 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16588', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '155', - 'prev_word_id' => '1848', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1849', - ], - 11919 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16589', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1866', - 'placement' => '156', - 'prev_word_id' => '1849', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '816', - ], - 11920 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16590', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1517', - 'placement' => '157', - 'prev_word_id' => '816', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1866', - ], - 11921 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16591', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1337', - 'placement' => '158', - 'prev_word_id' => '1866', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1517', - ], - 11922 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16592', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '159', - 'prev_word_id' => '1517', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1337', - ], - 11923 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16593', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1867', - 'placement' => '160', - 'prev_word_id' => '1337', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '836', - ], - 11924 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16594', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '161', - 'prev_word_id' => '836', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1867', - ], - 11925 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16595', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1852', - 'placement' => '162', - 'prev_word_id' => '1867', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11926 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16596', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1310', - 'placement' => '163', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1852', - ], - 11927 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16597', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '164', - 'prev_word_id' => '1852', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1310', - ], - 11928 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16598', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1866', - 'placement' => '165', - 'prev_word_id' => '1310', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '816', - ], - 11929 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16599', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '166', - 'prev_word_id' => '816', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1866', - ], - 11930 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16600', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1868', - 'placement' => '167', - 'prev_word_id' => '1866', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 11931 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16601', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '168', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1868', - ], - 11932 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16602', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1869', - 'placement' => '169', - 'prev_word_id' => '1868', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '898', - ], - 11933 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16603', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1677', - 'placement' => '170', - 'prev_word_id' => '898', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1869', - ], - 11934 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16604', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '171', - 'prev_word_id' => '1869', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1677', - ], - 11935 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16605', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '172', - 'prev_word_id' => '1677', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '833', - ], - 11936 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16606', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1851', - 'placement' => '173', - 'prev_word_id' => '833', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 11937 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16607', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1870', - 'placement' => '174', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1851', - ], - 11938 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16608', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '175', - 'prev_word_id' => '1851', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1870', - ], - 11939 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16609', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '176', - 'prev_word_id' => '1870', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11940 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16610', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1336', - 'placement' => '177', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '898', - ], - 11941 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16611', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '940', - 'placement' => '178', - 'prev_word_id' => '898', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1336', - ], - 11942 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16612', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '968', - 'placement' => '179', - 'prev_word_id' => '1336', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '940', - ], - 11943 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16613', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1839', - 'placement' => '180', - 'prev_word_id' => '940', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '968', - ], - 11944 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16614', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '181', - 'prev_word_id' => '968', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1839', - ], - 11945 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16615', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1840', - 'placement' => '182', - 'prev_word_id' => '1839', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '833', - ], - 11946 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16616', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '183', - 'prev_word_id' => '833', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1840', - ], - 11947 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16617', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1471', - 'placement' => '184', - 'prev_word_id' => '1840', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 11948 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16618', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1871', - 'placement' => '185', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1471', - ], - 11949 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16619', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '186', - 'prev_word_id' => '1471', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1871', - ], - 11950 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16620', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1342', - 'placement' => '187', - 'prev_word_id' => '1871', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '894', - ], - 11951 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16621', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '188', - 'prev_word_id' => '894', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1342', - ], - 11952 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16622', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1343', - 'placement' => '189', - 'prev_word_id' => '1342', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '844', - ], - 11953 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16623', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '190', - 'prev_word_id' => '844', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1343', - ], - 11954 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16624', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1317', - 'placement' => '191', - 'prev_word_id' => '1343', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 11955 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16625', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '192', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1317', - ], - 11956 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16626', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '193', - 'prev_word_id' => '1317', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 11957 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16627', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1739', - 'placement' => '194', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 11958 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16628', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '195', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1739', - ], - 11959 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16629', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1872', - 'placement' => '196', - 'prev_word_id' => '1739', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 11960 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16630', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '197', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1872', - ], - 11961 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16631', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '198', - 'prev_word_id' => '1872', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11962 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16632', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '199', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '974', - ], - 11963 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16633', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '200', - 'prev_word_id' => '974', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 11964 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16634', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '201', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 11965 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16635', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '202', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '807', - ], - 11966 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16636', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '203', - 'prev_word_id' => '807', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '804', - ], - 11967 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16637', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '204', - 'prev_word_id' => '804', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '843', - ], - 11968 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16638', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1873', - 'placement' => '205', - 'prev_word_id' => '843', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '844', - ], - 11969 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16639', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '206', - 'prev_word_id' => '844', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1873', - ], - 11970 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16640', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1874', - 'placement' => '207', - 'prev_word_id' => '1873', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1008', - ], - 11971 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16641', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '208', - 'prev_word_id' => '1008', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1874', - ], - 11972 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16642', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1839', - 'placement' => '209', - 'prev_word_id' => '1874', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 11973 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16643', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '210', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1839', - ], - 11974 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16644', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '211', - 'prev_word_id' => '1839', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11975 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16645', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '212', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 11976 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16646', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '213', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 11977 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16647', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1875', - 'placement' => '214', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '833', - ], - 11978 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16648', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1840', - 'placement' => '215', - 'prev_word_id' => '833', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1875', - ], - 11979 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16649', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '216', - 'prev_word_id' => '1875', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1840', - ], - 11980 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16650', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '217', - 'prev_word_id' => '1840', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '894', - ], - 11981 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16651', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1631', - 'placement' => '218', - 'prev_word_id' => '894', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '843', - ], - 11982 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16652', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '219', - 'prev_word_id' => '843', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1631', - ], - 11983 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16653', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1876', - 'placement' => '220', - 'prev_word_id' => '1631', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '939', - ], - 11984 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16654', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '807', - 'placement' => '221', - 'prev_word_id' => '939', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1876', - ], - 11985 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16655', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1877', - 'placement' => '222', - 'prev_word_id' => '1876', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '807', - ], - 11986 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16656', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '223', - 'prev_word_id' => '807', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1877', - ], - 11987 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16657', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1878', - 'placement' => '224', - 'prev_word_id' => '1877', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1437', - ], - 11988 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16658', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1560', - 'placement' => '225', - 'prev_word_id' => '1437', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1878', - ], - 11989 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16659', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1839', - 'placement' => '226', - 'prev_word_id' => '1878', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1560', - ], - 11990 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16660', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '227', - 'prev_word_id' => '1560', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1839', - ], - 11991 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16661', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1879', - 'placement' => '228', - 'prev_word_id' => '1839', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '833', - ], - 11992 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16662', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1787', - 'placement' => '229', - 'prev_word_id' => '833', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1879', - ], - 11993 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16663', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1547', - 'placement' => '230', - 'prev_word_id' => '1879', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1787', - ], - 11994 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16664', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1548', - 'placement' => '231', - 'prev_word_id' => '1787', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1547', - ], - 11995 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16665', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1841', - 'placement' => '232', - 'prev_word_id' => '1547', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1548', - ], - 11996 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16666', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '233', - 'prev_word_id' => '1548', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1841', - ], - 11997 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16667', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1842', - 'placement' => '234', - 'prev_word_id' => '1841', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 11998 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16668', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '235', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1842', - ], - 11999 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16669', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '236', - 'prev_word_id' => '1842', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1358', - ], - 12000 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16670', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '237', - 'prev_word_id' => '1358', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12001 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16671', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1880', - 'placement' => '238', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 12002 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16672', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '239', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1880', - ], - 12003 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16673', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1569', - 'placement' => '240', - 'prev_word_id' => '1880', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1410', - ], - 12004 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16674', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '241', - 'prev_word_id' => '1410', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1569', - ], - 12005 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16675', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '242', - 'prev_word_id' => '1569', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1410', - ], - 12006 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16676', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1881', - 'placement' => '243', - 'prev_word_id' => '1410', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 12007 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16677', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1882', - 'placement' => '244', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1881', - ], - 12008 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16678', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '245', - 'prev_word_id' => '1881', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1882', - ], - 12009 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16679', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '246', - 'prev_word_id' => '1882', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 12010 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16680', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '247', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12011 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16681', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '248', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 12012 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16682', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '854', - 'placement' => '249', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '886', - ], - 12013 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16683', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '250', - 'prev_word_id' => '886', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '854', - ], - 12014 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16684', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '251', - 'prev_word_id' => '854', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '976', - ], - 12015 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16685', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '252', - 'prev_word_id' => '976', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12016 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16686', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '253', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1358', - ], - 12017 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16687', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '254', - 'prev_word_id' => '1358', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1417', - ], - 12018 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16688', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '255', - 'prev_word_id' => '1417', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '886', - ], - 12019 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16689', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1547', - 'placement' => '256', - 'prev_word_id' => '886', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 12020 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16690', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1548', - 'placement' => '257', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1547', - ], - 12021 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16691', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1841', - 'placement' => '258', - 'prev_word_id' => '1547', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1548', - ], - 12022 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16692', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '259', - 'prev_word_id' => '1548', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1841', - ], - 12023 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16693', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1883', - 'placement' => '260', - 'prev_word_id' => '1841', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 12024 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16694', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '261', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1883', - ], - 12025 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16695', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1884', - 'placement' => '262', - 'prev_word_id' => '1883', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1358', - ], - 12026 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16696', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '263', - 'prev_word_id' => '1358', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1884', - ], - 12027 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16697', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '910', - 'placement' => '264', - 'prev_word_id' => '1884', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 12028 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16698', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '265', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '910', - ], - 12029 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16699', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1671', - 'placement' => '266', - 'prev_word_id' => '910', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1835', - ], - 12030 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16700', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '267', - 'prev_word_id' => '1835', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1671', - ], - 12031 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16701', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1885', - 'placement' => '268', - 'prev_word_id' => '1671', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '841', - ], - 12032 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16702', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '269', - 'prev_word_id' => '841', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1885', - ], - 12033 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16703', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '270', - 'prev_word_id' => '1885', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1620', - ], - 12034 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16704', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '271', - 'prev_word_id' => '1620', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1280', - ], - 12035 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16705', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '272', - 'prev_word_id' => '1280', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '816', - ], - 12036 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16706', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1886', - 'placement' => '273', - 'prev_word_id' => '816', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1749', - ], - 12037 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16707', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '274', - 'prev_word_id' => '1749', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1886', - ], - 12038 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16708', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1887', - 'placement' => '275', - 'prev_word_id' => '1886', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '833', - ], - 12039 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16709', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '276', - 'prev_word_id' => '833', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1887', - ], - 12040 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16710', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '277', - 'prev_word_id' => '1887', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12041 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16711', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '278', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 12042 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16712', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '279', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '863', - ], - 12043 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16713', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '280', - 'prev_word_id' => '863', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 12044 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16714', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '281', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12045 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16715', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '282', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1358', - ], - 12046 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16716', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '283', - 'prev_word_id' => '1358', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '894', - ], - 12047 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16717', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '284', - 'prev_word_id' => '894', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1396', - ], - 12048 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16718', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '285', - 'prev_word_id' => '1396', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '897', - ], - 12049 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16719', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '286', - 'prev_word_id' => '897', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1358', - ], - 12050 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16720', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1888', - 'placement' => '287', - 'prev_word_id' => '1358', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1437', - ], - 12051 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16721', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1321', - 'placement' => '288', - 'prev_word_id' => '1437', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1888', - ], - 12052 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16722', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1479', - 'placement' => '289', - 'prev_word_id' => '1888', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1321', - ], - 12053 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16723', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '976', - 'placement' => '290', - 'prev_word_id' => '1321', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1479', - ], - 12054 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16724', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1889', - 'placement' => '291', - 'prev_word_id' => '1479', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '976', - ], - 12055 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16725', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1890', - 'placement' => '292', - 'prev_word_id' => '976', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1889', - ], - 12056 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16726', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1891', - 'placement' => '293', - 'prev_word_id' => '1889', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1890', - ], - 12057 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16727', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '294', - 'prev_word_id' => '1890', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1891', - ], - 12058 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16728', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '295', - 'prev_word_id' => '1891', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 12059 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16729', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '296', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '841', - ], - 12060 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16730', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '297', - 'prev_word_id' => '841', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1550', - ], - 12061 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16731', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1359', - 'placement' => '298', - 'prev_word_id' => '1550', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '834', - ], - 12062 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16732', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '886', - 'placement' => '299', - 'prev_word_id' => '834', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1359', - ], - 12063 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16733', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1892', - 'placement' => '300', - 'prev_word_id' => '1359', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '886', - ], - 12064 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16734', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '301', - 'prev_word_id' => '886', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1892', - ], - 12065 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16735', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1889', - 'placement' => '302', - 'prev_word_id' => '1892', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '816', - ], - 12066 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16736', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '303', - 'prev_word_id' => '816', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1889', - ], - 12067 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16737', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '895', - 'placement' => '304', - 'prev_word_id' => '1889', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 12068 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16738', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1893', - 'placement' => '305', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '895', - ], - 12069 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16739', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1567', - 'placement' => '306', - 'prev_word_id' => '895', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1893', - ], - 12070 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16740', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '307', - 'prev_word_id' => '1893', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1567', - ], - 12071 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16741', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '308', - 'prev_word_id' => '1567', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1437', - ], - 12072 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16742', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '309', - 'prev_word_id' => '1437', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '841', - ], - 12073 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16743', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '310', - 'prev_word_id' => '841', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1550', - ], - 12074 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16744', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '311', - 'prev_word_id' => '1550', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1835', - ], - 12075 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16745', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '312', - 'prev_word_id' => '1835', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1319', - ], - 12076 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16746', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1894', - 'placement' => '313', - 'prev_word_id' => '1319', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 12077 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16747', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '314', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1894', - ], - 12078 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16748', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '315', - 'prev_word_id' => '1894', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '809', - ], - 12079 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16749', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1895', - 'placement' => '316', - 'prev_word_id' => '809', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1605', - ], - 12080 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16750', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1321', - 'placement' => '317', - 'prev_word_id' => '1605', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1895', - ], - 12081 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16751', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '318', - 'prev_word_id' => '1895', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1321', - ], - 12082 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16752', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1896', - 'placement' => '319', - 'prev_word_id' => '1321', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1620', - ], - 12083 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16753', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '320', - 'prev_word_id' => '1620', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1896', - ], - 12084 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16754', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1897', - 'placement' => '321', - 'prev_word_id' => '1896', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1609', - ], - 12085 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16755', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1898', - 'placement' => '322', - 'prev_word_id' => '1609', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1897', - ], - 12086 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16756', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '323', - 'prev_word_id' => '1897', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1898', - ], - 12087 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16757', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1899', - 'placement' => '324', - 'prev_word_id' => '1898', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '863', - ], - 12088 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16758', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '325', - 'prev_word_id' => '863', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1899', - ], - 12089 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16759', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1900', - 'placement' => '326', - 'prev_word_id' => '1899', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 12090 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16760', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '327', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1900', - ], - 12091 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16761', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '328', - 'prev_word_id' => '1900', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '816', - ], - 12092 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16762', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1901', - 'placement' => '329', - 'prev_word_id' => '816', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '804', - ], - 12093 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16763', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1548', - 'placement' => '330', - 'prev_word_id' => '804', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1901', - ], - 12094 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16764', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '331', - 'prev_word_id' => '1901', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1548', - ], - 12095 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16765', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '332', - 'prev_word_id' => '1548', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 12096 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16766', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '333', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '882', - ], - 12097 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16767', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1890', - 'placement' => '334', - 'prev_word_id' => '882', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '898', - ], - 12098 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16768', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1902', - 'placement' => '335', - 'prev_word_id' => '898', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1890', - ], - 12099 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16769', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '336', - 'prev_word_id' => '1890', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1902', - ], - 12100 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16770', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '337', - 'prev_word_id' => '1902', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 12101 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16771', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1358', - 'placement' => '338', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12102 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16772', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '339', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1358', - ], - 12103 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16773', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1509', - 'placement' => '340', - 'prev_word_id' => '1358', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '834', - ], - 12104 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16774', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1903', - 'placement' => '341', - 'prev_word_id' => '834', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1509', - ], - 12105 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16775', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '342', - 'prev_word_id' => '1509', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1903', - ], - 12106 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16776', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1904', - 'placement' => '343', - 'prev_word_id' => '1903', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 12107 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16777', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1905', - 'placement' => '344', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1904', - ], - 12108 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16778', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '345', - 'prev_word_id' => '1904', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1905', - ], - 12109 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16779', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1906', - 'placement' => '346', - 'prev_word_id' => '1905', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '834', - ], - 12110 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16780', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1468', - 'placement' => '347', - 'prev_word_id' => '834', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1906', - ], - 12111 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16781', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '348', - 'prev_word_id' => '1906', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1468', - ], - 12112 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16782', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1907', - 'placement' => '349', - 'prev_word_id' => '1468', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 12113 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16783', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1908', - 'placement' => '350', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1907', - ], - 12114 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16784', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '351', - 'prev_word_id' => '1907', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1908', - ], - 12115 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16785', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1591', - 'placement' => '352', - 'prev_word_id' => '1908', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 12116 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16786', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '870', - 'placement' => '353', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1591', - ], - 12117 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16787', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1909', - 'placement' => '354', - 'prev_word_id' => '1591', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '870', - ], - 12118 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16788', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '355', - 'prev_word_id' => '870', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1909', - ], - 12119 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16789', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1910', - 'placement' => '356', - 'prev_word_id' => '1909', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 12120 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16790', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '868', - 'placement' => '357', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1910', - ], - 12121 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16791', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1911', - 'placement' => '358', - 'prev_word_id' => '1910', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '868', - ], - 12122 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16792', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '804', - 'placement' => '359', - 'prev_word_id' => '868', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1911', - ], - 12123 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16793', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '360', - 'prev_word_id' => '1911', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '804', - ], - 12124 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16794', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1912', - 'placement' => '361', - 'prev_word_id' => '804', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '882', - ], - 12125 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16795', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '362', - 'prev_word_id' => '882', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1912', - ], - 12126 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16796', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '363', - 'prev_word_id' => '1912', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '863', - ], - 12127 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16797', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1913', - 'placement' => '364', - 'prev_word_id' => '863', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 12128 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16798', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '365', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1913', - ], - 12129 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16799', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '366', - 'prev_word_id' => '1913', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '943', - ], - 12130 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16800', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1835', - 'placement' => '367', - 'prev_word_id' => '943', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '816', - ], - 12131 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16801', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '368', - 'prev_word_id' => '816', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1835', - ], - 12132 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16802', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '369', - 'prev_word_id' => '1835', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 12133 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16803', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '846', - 'placement' => '370', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '881', - ], - 12134 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16804', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '371', - 'prev_word_id' => '881', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '846', - ], - 12135 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16805', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '372', - 'prev_word_id' => '846', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12136 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16806', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '373', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 12137 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16807', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1366', - 'placement' => '374', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '938', - ], - 12138 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16808', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '375', - 'prev_word_id' => '938', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1366', - ], - 12139 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16809', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '376', - 'prev_word_id' => '1366', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 12140 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16810', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1834', - 'placement' => '377', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 12141 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16811', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '378', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1834', - ], - 12142 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16812', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '379', - 'prev_word_id' => '1834', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '943', - ], - 12143 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16813', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '937', - 'placement' => '380', - 'prev_word_id' => '943', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 12144 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16814', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '381', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '937', - ], - 12145 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16815', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '975', - 'placement' => '382', - 'prev_word_id' => '937', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '974', - ], - 12146 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16816', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1842', - 'placement' => '383', - 'prev_word_id' => '974', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '975', - ], - 12147 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16817', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '384', - 'prev_word_id' => '975', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1842', - ], - 12148 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16818', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '385', - 'prev_word_id' => '1842', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '938', - ], - 12149 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16819', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1899', - 'placement' => '386', - 'prev_word_id' => '938', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '863', - ], - 12150 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16820', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '387', - 'prev_word_id' => '863', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1899', - ], - 12151 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16821', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1837', - 'placement' => '388', - 'prev_word_id' => '1899', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 12152 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16822', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '389', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1837', - ], - 12153 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16823', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '815', - 'placement' => '390', - 'prev_word_id' => '1837', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 12154 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16824', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '391', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '815', - ], - 12155 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16825', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '392', - 'prev_word_id' => '815', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '813', - ], - 12156 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16826', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '393', - 'prev_word_id' => '813', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12157 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16827', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '394', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 12158 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16828', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1602', - 'placement' => '395', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1008', - ], - 12159 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16829', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '396', - 'prev_word_id' => '1008', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1602', - ], - 12160 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16830', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '397', - 'prev_word_id' => '1602', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '938', - ], - 12161 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16831', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '398', - 'prev_word_id' => '938', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '836', - ], - 12162 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16832', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '915', - 'placement' => '399', - 'prev_word_id' => '836', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 12163 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16833', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '400', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '915', - ], - 12164 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16834', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '939', - 'placement' => '401', - 'prev_word_id' => '915', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 12165 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16835', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '402', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '939', - ], - 12166 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16836', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1914', - 'placement' => '403', - 'prev_word_id' => '939', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '929', - ], - 12167 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16837', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1859', - 'placement' => '404', - 'prev_word_id' => '929', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1914', - ], - 12168 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16838', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1879', - 'placement' => '405', - 'prev_word_id' => '1914', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1859', - ], - 12169 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16839', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1915', - 'placement' => '406', - 'prev_word_id' => '1859', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1879', - ], - 12170 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16840', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '941', - 'placement' => '407', - 'prev_word_id' => '1879', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1915', - ], - 12171 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16841', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1225', - 'placement' => '408', - 'prev_word_id' => '1915', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '941', - ], - 12172 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16842', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '409', - 'prev_word_id' => '941', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1225', - ], - 12173 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16843', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1609', - 'placement' => '410', - 'prev_word_id' => '1225', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '823', - ], - 12174 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16844', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1132', - 'placement' => '411', - 'prev_word_id' => '823', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1609', - ], - 12175 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16845', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '412', - 'prev_word_id' => '1609', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1132', - ], - 12176 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16846', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1916', - 'placement' => '413', - 'prev_word_id' => '1132', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '809', - ], - 12177 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16847', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1917', - 'placement' => '414', - 'prev_word_id' => '809', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1916', - ], - 12178 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16848', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '415', - 'prev_word_id' => '1916', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1917', - ], - 12179 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16849', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '416', - 'prev_word_id' => '1917', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1620', - ], - 12180 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16850', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '417', - 'prev_word_id' => '1620', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '894', - ], - 12181 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16851', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '418', - 'prev_word_id' => '894', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1396', - ], - 12182 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16852', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '419', - 'prev_word_id' => '1396', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '897', - ], - 12183 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16853', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1918', - 'placement' => '420', - 'prev_word_id' => '897', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1384', - ], - 12184 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16854', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '938', - 'placement' => '421', - 'prev_word_id' => '1384', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1918', - ], - 12185 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16855', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1298', - 'placement' => '422', - 'prev_word_id' => '1918', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '938', - ], - 12186 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16856', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '423', - 'prev_word_id' => '938', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1298', - ], - 12187 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16857', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1919', - 'placement' => '424', - 'prev_word_id' => '1298', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '825', - ], - 12188 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16858', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1263', - 'placement' => '425', - 'prev_word_id' => '825', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1919', - ], - 12189 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16859', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '426', - 'prev_word_id' => '1919', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1263', - ], - 12190 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16860', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '427', - 'prev_word_id' => '1263', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1417', - ], - 12191 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16861', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1843', - 'placement' => '428', - 'prev_word_id' => '1417', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '834', - ], - 12192 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16862', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '429', - 'prev_word_id' => '834', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1843', - ], - 12193 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16863', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '430', - 'prev_word_id' => '1843', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '863', - ], - 12194 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16864', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '431', - 'prev_word_id' => '863', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '898', - ], - 12195 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16865', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '432', - 'prev_word_id' => '898', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12196 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16866', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1502', - 'placement' => '433', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 12197 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16867', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '434', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1502', - ], - 12198 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16868', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1515', - 'placement' => '435', - 'prev_word_id' => '1502', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '810', - ], - 12199 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16869', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1438', - 'placement' => '436', - 'prev_word_id' => '810', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1515', - ], - 12200 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16870', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1516', - 'placement' => '437', - 'prev_word_id' => '1515', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1438', - ], - 12201 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16871', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '438', - 'prev_word_id' => '1438', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1516', - ], - 12202 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16872', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1365', - 'placement' => '439', - 'prev_word_id' => '1516', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 12203 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16873', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1549', - 'placement' => '440', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1365', - ], - 12204 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16874', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '917', - 'placement' => '441', - 'prev_word_id' => '1365', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1549', - ], - 12205 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16875', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '442', - 'prev_word_id' => '1549', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '917', - ], - 12206 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16876', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1786', - 'placement' => '443', - 'prev_word_id' => '917', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 12207 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16877', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '444', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1786', - ], - 12208 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16878', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1787', - 'placement' => '445', - 'prev_word_id' => '1786', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1443', - ], - 12209 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16879', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1920', - 'placement' => '446', - 'prev_word_id' => '1443', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1787', - ], - 12210 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16880', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '447', - 'prev_word_id' => '1787', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1920', - ], - 12211 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16881', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1460', - 'placement' => '448', - 'prev_word_id' => '1920', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '834', - ], - 12212 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16882', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '449', - 'prev_word_id' => '834', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1460', - ], - 12213 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16883', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '836', - 'placement' => '450', - 'prev_word_id' => '1460', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1605', - ], - 12214 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16884', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1530', - 'placement' => '451', - 'prev_word_id' => '1605', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '836', - ], - 12215 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16885', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '452', - 'prev_word_id' => '836', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1530', - ], - 12216 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16886', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1921', - 'placement' => '453', - 'prev_word_id' => '1530', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 12217 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16887', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1721', - 'placement' => '454', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1921', - ], - 12218 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16888', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1922', - 'placement' => '455', - 'prev_word_id' => '1921', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1721', - ], - 12219 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16889', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '456', - 'prev_word_id' => '1721', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1922', - ], - 12220 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16890', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1923', - 'placement' => '457', - 'prev_word_id' => '1922', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '833', - ], - 12221 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16891', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '458', - 'prev_word_id' => '833', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1923', - ], - 12222 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16892', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1924', - 'placement' => '459', - 'prev_word_id' => '1923', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1319', - ], - 12223 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16893', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1925', - 'placement' => '460', - 'prev_word_id' => '1319', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1924', - ], - 12224 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16894', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '461', - 'prev_word_id' => '1924', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1925', - ], - 12225 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16895', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '462', - 'prev_word_id' => '1925', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '816', - ], - 12226 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16896', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '463', - 'prev_word_id' => '816', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12227 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16897', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '464', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 12228 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16898', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '465', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12229 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16899', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '466', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 12230 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16900', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '467', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1258', - ], - 12231 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16901', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1237', - 'placement' => '468', - 'prev_word_id' => '1258', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '833', - ], - 12232 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16902', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '469', - 'prev_word_id' => '833', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1237', - ], - 12233 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16903', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '470', - 'prev_word_id' => '1237', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1605', - ], - 12234 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16904', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1926', - 'placement' => '471', - 'prev_word_id' => '1605', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '894', - ], - 12235 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16905', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1492', - 'placement' => '472', - 'prev_word_id' => '894', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1926', - ], - 12236 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16906', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '473', - 'prev_word_id' => '1926', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1492', - ], - 12237 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16907', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '474', - 'prev_word_id' => '1492', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '809', - ], - 12238 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16908', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '475', - 'prev_word_id' => '809', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '802', - ], - 12239 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16909', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '476', - 'prev_word_id' => '802', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '803', - ], - 12240 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16910', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1258', - 'placement' => '477', - 'prev_word_id' => '803', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 12241 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16911', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '478', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1258', - ], - 12242 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16912', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1927', - 'placement' => '479', - 'prev_word_id' => '1258', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '805', - ], - 12243 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16913', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '480', - 'prev_word_id' => '805', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1927', - ], - 12244 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16914', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1843', - 'placement' => '481', - 'prev_word_id' => '1927', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '898', - ], - 12245 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16915', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '482', - 'prev_word_id' => '898', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1843', - ], - 12246 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16916', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1251', - 'placement' => '483', - 'prev_word_id' => '1843', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '801', - ], - 12247 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16917', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '484', - 'prev_word_id' => '801', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1251', - ], - 12248 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16918', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1928', - 'placement' => '485', - 'prev_word_id' => '1251', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '863', - ], - 12249 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16919', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '486', - 'prev_word_id' => '863', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1928', - ], - 12250 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16920', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '487', - 'prev_word_id' => '1928', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '809', - ], - 12251 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16921', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '488', - 'prev_word_id' => '809', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '894', - ], - 12252 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16922', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '897', - 'placement' => '489', - 'prev_word_id' => '894', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1396', - ], - 12253 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16923', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '490', - 'prev_word_id' => '1396', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '897', - ], - 12254 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16924', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1292', - 'placement' => '491', - 'prev_word_id' => '897', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '974', - ], - 12255 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16925', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '492', - 'prev_word_id' => '974', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1292', - ], - 12256 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16926', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1251', - 'placement' => '493', - 'prev_word_id' => '1292', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '823', - ], - 12257 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16927', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '910', - 'placement' => '494', - 'prev_word_id' => '823', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1251', - ], - 12258 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16928', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '495', - 'prev_word_id' => '1251', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '910', - ], - 12259 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16929', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '496', - 'prev_word_id' => '910', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '863', - ], - 12260 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16930', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '860', - 'placement' => '497', - 'prev_word_id' => '863', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '814', - ], - 12261 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16931', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '498', - 'prev_word_id' => '814', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '860', - ], - 12262 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16932', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1569', - 'placement' => '499', - 'prev_word_id' => '860', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1410', - ], - 12263 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16933', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '500', - 'prev_word_id' => '1410', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1569', - ], - 12264 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16934', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1384', - 'placement' => '501', - 'prev_word_id' => '1569', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1410', - ], - 12265 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16935', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1929', - 'placement' => '502', - 'prev_word_id' => '1410', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1384', - ], - 12266 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16936', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '503', - 'prev_word_id' => '1384', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1929', - ], - 12267 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16937', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '504', - 'prev_word_id' => '1929', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1437', - ], - 12268 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16938', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '906', - 'placement' => '505', - 'prev_word_id' => '1437', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1396', - ], - 12269 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16939', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1930', - 'placement' => '506', - 'prev_word_id' => '1396', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '906', - ], - 12270 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16940', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '507', - 'prev_word_id' => '906', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1930', - ], - 12271 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16941', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1688', - 'placement' => '508', - 'prev_word_id' => '1930', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '894', - ], - 12272 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16942', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '509', - 'prev_word_id' => '894', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1688', - ], - 12273 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16943', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '974', - 'placement' => '510', - 'prev_word_id' => '1688', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '863', - ], - 12274 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16944', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '834', - 'placement' => '511', - 'prev_word_id' => '863', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '974', - ], - 12275 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16945', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1460', - 'placement' => '512', - 'prev_word_id' => '974', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '834', - ], - 12276 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16946', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '513', - 'prev_word_id' => '834', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1460', - ], - 12277 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16947', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1174', - 'placement' => '514', - 'prev_word_id' => '1460', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '830', - ], - 12278 => [ - 'content_type_field_definition_id' => '189', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16948', - 'identifier' => 'image', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '515', - 'prev_word_id' => '830', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1174', - ], - 12279 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16949', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '516', - 'prev_word_id' => '1174', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12280 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '211', - 'frequency' => '0', - 'id' => '16950', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '517', - 'prev_word_id' => '1191', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12281 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '212', - 'frequency' => '0', - 'id' => '16951', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154210', - 'section_id' => '1', - 'word_id' => '2506', - ], - 12282 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '213', - 'frequency' => '0', - 'id' => '16952', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2511', - ], - 12283 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16953', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '942', - ], - 12284 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16954', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '1', - 'prev_word_id' => '942', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '943', - ], - 12285 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16955', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '929', - 'placement' => '2', - 'prev_word_id' => '943', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '822', - ], - 12286 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16956', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2182', - 'placement' => '3', - 'prev_word_id' => '822', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '929', - ], - 12287 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16957', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '4', - 'prev_word_id' => '929', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2182', - ], - 12288 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16958', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '5', - 'prev_word_id' => '2182', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '822', - ], - 12289 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16959', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '6', - 'prev_word_id' => '822', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1417', - ], - 12290 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16960', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2106', - 'placement' => '7', - 'prev_word_id' => '1417', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1396', - ], - 12291 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16961', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2183', - 'placement' => '8', - 'prev_word_id' => '1396', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2106', - ], - 12292 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16962', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1371', - 'placement' => '9', - 'prev_word_id' => '2106', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2183', - ], - 12293 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16963', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2184', - 'placement' => '10', - 'prev_word_id' => '2183', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1371', - ], - 12294 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16964', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '11', - 'prev_word_id' => '1371', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2184', - ], - 12295 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16965', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '856', - 'placement' => '12', - 'prev_word_id' => '2184', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '801', - ], - 12296 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16966', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '13', - 'prev_word_id' => '801', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '856', - ], - 12297 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16967', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2185', - 'placement' => '14', - 'prev_word_id' => '856', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '833', - ], - 12298 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16968', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '15', - 'prev_word_id' => '833', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2185', - ], - 12299 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16969', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1237', - 'placement' => '16', - 'prev_word_id' => '2185', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '830', - ], - 12300 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16970', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2186', - 'placement' => '17', - 'prev_word_id' => '830', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1237', - ], - 12301 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16971', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '898', - 'placement' => '18', - 'prev_word_id' => '1237', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2186', - ], - 12302 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16972', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '19', - 'prev_word_id' => '2186', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '898', - ], - 12303 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16973', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '20', - 'prev_word_id' => '898', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '802', - ], - 12304 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16974', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '826', - 'placement' => '21', - 'prev_word_id' => '802', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '803', - ], - 12305 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16975', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1816', - 'placement' => '22', - 'prev_word_id' => '803', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '826', - ], - 12306 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16976', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2512', - 'placement' => '23', - 'prev_word_id' => '826', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1816', - ], - 12307 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16977', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '24', - 'prev_word_id' => '1816', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2512', - ], - 12308 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16978', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '25', - 'prev_word_id' => '2512', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '813', - ], - 12309 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16979', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '26', - 'prev_word_id' => '813', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '814', - ], - 12310 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16980', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1959', - 'placement' => '27', - 'prev_word_id' => '814', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '830', - ], - 12311 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16981', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '28', - 'prev_word_id' => '830', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1959', - ], - 12312 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16982', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '844', - 'placement' => '29', - 'prev_word_id' => '1959', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '843', - ], - 12313 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16983', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2513', - 'placement' => '30', - 'prev_word_id' => '843', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '844', - ], - 12314 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16984', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '825', - 'placement' => '31', - 'prev_word_id' => '844', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2513', - ], - 12315 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16985', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1396', - 'placement' => '32', - 'prev_word_id' => '2513', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '825', - ], - 12316 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16986', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2437', - 'placement' => '33', - 'prev_word_id' => '825', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1396', - ], - 12317 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16987', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1410', - 'placement' => '34', - 'prev_word_id' => '1396', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2437', - ], - 12318 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16988', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2514', - 'placement' => '35', - 'prev_word_id' => '2437', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1410', - ], - 12319 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16989', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '36', - 'prev_word_id' => '1410', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2514', - ], - 12320 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16990', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1851', - 'placement' => '37', - 'prev_word_id' => '2514', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '823', - ], - 12321 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16991', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2515', - 'placement' => '38', - 'prev_word_id' => '823', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1851', - ], - 12322 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16992', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '39', - 'prev_word_id' => '1851', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2515', - ], - 12323 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16993', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '942', - 'placement' => '40', - 'prev_word_id' => '2515', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '814', - ], - 12324 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16994', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '822', - 'placement' => '41', - 'prev_word_id' => '814', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '942', - ], - 12325 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16995', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '42', - 'prev_word_id' => '942', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '822', - ], - 12326 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16996', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2516', - 'placement' => '43', - 'prev_word_id' => '822', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '805', - ], - 12327 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16997', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1636', - 'placement' => '44', - 'prev_word_id' => '805', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2516', - ], - 12328 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16998', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1008', - 'placement' => '45', - 'prev_word_id' => '2516', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1636', - ], - 12329 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '16999', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2188', - 'placement' => '46', - 'prev_word_id' => '1636', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1008', - ], - 12330 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '17000', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1599', - 'placement' => '47', - 'prev_word_id' => '1008', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2188', - ], - 12331 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '17001', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '48', - 'prev_word_id' => '2188', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1599', - ], - 12332 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '17002', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '49', - 'prev_word_id' => '1599', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '823', - ], - 12333 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '17003', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1833', - 'placement' => '50', - 'prev_word_id' => '823', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1287', - ], - 12334 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '17004', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2189', - 'placement' => '51', - 'prev_word_id' => '1287', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1833', - ], - 12335 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '17005', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '52', - 'prev_word_id' => '1833', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2189', - ], - 12336 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '17006', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '53', - 'prev_word_id' => '2189', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12337 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '214', - 'frequency' => '0', - 'id' => '17007', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '54', - 'prev_word_id' => '1191', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12338 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17008', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '944', - ], - 12339 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17009', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '1', - 'prev_word_id' => '944', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '945', - ], - 12340 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17010', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1952', - 'placement' => '2', - 'prev_word_id' => '945', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '814', - ], - 12341 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17011', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '3', - 'prev_word_id' => '814', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1952', - ], - 12342 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17012', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '4', - 'prev_word_id' => '1952', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '801', - ], - 12343 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17013', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2123', - 'placement' => '5', - 'prev_word_id' => '801', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '881', - ], - 12344 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17014', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '945', - 'placement' => '6', - 'prev_word_id' => '881', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2123', - ], - 12345 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17015', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '7', - 'prev_word_id' => '2123', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '945', - ], - 12346 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17016', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1999', - 'placement' => '8', - 'prev_word_id' => '945', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '816', - ], - 12347 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17017', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2124', - 'placement' => '9', - 'prev_word_id' => '816', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1999', - ], - 12348 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17018', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '10', - 'prev_word_id' => '1999', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2124', - ], - 12349 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17019', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1547', - 'placement' => '11', - 'prev_word_id' => '2124', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '863', - ], - 12350 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17020', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2125', - 'placement' => '12', - 'prev_word_id' => '863', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1547', - ], - 12351 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17021', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1690', - 'placement' => '13', - 'prev_word_id' => '1547', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2125', - ], - 12352 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17022', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '932', - 'placement' => '14', - 'prev_word_id' => '2125', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1690', - ], - 12353 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17023', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2126', - 'placement' => '15', - 'prev_word_id' => '1690', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '932', - ], - 12354 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17024', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '16', - 'prev_word_id' => '932', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2126', - ], - 12355 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17025', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '17', - 'prev_word_id' => '2126', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12356 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '215', - 'frequency' => '0', - 'id' => '17026', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '18', - 'prev_word_id' => '1191', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12357 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17027', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2103', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2102', - ], - 12358 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17028', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '1', - 'prev_word_id' => '2102', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2103', - ], - 12359 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17029', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '2', - 'prev_word_id' => '2103', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '802', - ], - 12360 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17030', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '947', - 'placement' => '3', - 'prev_word_id' => '802', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '803', - ], - 12361 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17031', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2077', - 'placement' => '4', - 'prev_word_id' => '803', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '947', - ], - 12362 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17032', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '5', - 'prev_word_id' => '947', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2077', - ], - 12363 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17033', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2102', - 'placement' => '6', - 'prev_word_id' => '2077', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '810', - ], - 12364 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17034', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2089', - 'placement' => '7', - 'prev_word_id' => '810', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2102', - ], - 12365 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17035', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1429', - 'placement' => '8', - 'prev_word_id' => '2102', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2089', - ], - 12366 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17036', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '9', - 'prev_word_id' => '2089', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1429', - ], - 12367 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17037', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1421', - 'placement' => '10', - 'prev_word_id' => '1429', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1437', - ], - 12368 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17038', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '11', - 'prev_word_id' => '1437', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1421', - ], - 12369 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17039', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1827', - 'placement' => '12', - 'prev_word_id' => '1421', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1481', - ], - 12370 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17040', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '13', - 'prev_word_id' => '1481', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1827', - ], - 12371 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17041', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2104', - 'placement' => '14', - 'prev_word_id' => '1827', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '801', - ], - 12372 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17042', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1368', - 'placement' => '15', - 'prev_word_id' => '801', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2104', - ], - 12373 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17043', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2105', - 'placement' => '16', - 'prev_word_id' => '2104', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1368', - ], - 12374 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17044', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '17', - 'prev_word_id' => '1368', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2105', - ], - 12375 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17045', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1567', - 'placement' => '18', - 'prev_word_id' => '2105', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '830', - ], - 12376 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17046', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '833', - 'placement' => '19', - 'prev_word_id' => '830', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1567', - ], - 12377 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17047', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2106', - 'placement' => '20', - 'prev_word_id' => '1567', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '833', - ], - 12378 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17048', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1390', - 'placement' => '21', - 'prev_word_id' => '833', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2106', - ], - 12379 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17049', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '22', - 'prev_word_id' => '2106', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1390', - ], - 12380 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17050', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2107', - 'placement' => '23', - 'prev_word_id' => '1390', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '801', - ], - 12381 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17051', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1531', - 'placement' => '24', - 'prev_word_id' => '801', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2107', - ], - 12382 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17052', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '830', - 'placement' => '25', - 'prev_word_id' => '2107', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1531', - ], - 12383 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17053', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '26', - 'prev_word_id' => '1531', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '830', - ], - 12384 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17054', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1513', - 'placement' => '27', - 'prev_word_id' => '830', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '816', - ], - 12385 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17055', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1933', - 'placement' => '28', - 'prev_word_id' => '816', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1513', - ], - 12386 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17056', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '29', - 'prev_word_id' => '1513', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1933', - ], - 12387 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17057', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2108', - 'placement' => '30', - 'prev_word_id' => '1933', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1280', - ], - 12388 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17058', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2109', - 'placement' => '31', - 'prev_word_id' => '1280', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2108', - ], - 12389 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17059', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2110', - 'placement' => '32', - 'prev_word_id' => '2108', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2109', - ], - 12390 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17060', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2111', - 'placement' => '33', - 'prev_word_id' => '2109', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2110', - ], - 12391 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17061', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '34', - 'prev_word_id' => '2110', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2111', - ], - 12392 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17062', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1429', - 'placement' => '35', - 'prev_word_id' => '2111', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '814', - ], - 12393 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17063', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2112', - 'placement' => '36', - 'prev_word_id' => '814', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1429', - ], - 12394 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17064', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1368', - 'placement' => '37', - 'prev_word_id' => '1429', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2112', - ], - 12395 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17065', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '38', - 'prev_word_id' => '2112', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1368', - ], - 12396 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17066', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '39', - 'prev_word_id' => '1368', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '813', - ], - 12397 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17067', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1084', - 'placement' => '40', - 'prev_word_id' => '813', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '814', - ], - 12398 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17068', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '41', - 'prev_word_id' => '814', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1084', - ], - 12399 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17069', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '42', - 'prev_word_id' => '1084', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '948', - ], - 12400 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17070', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '43', - 'prev_word_id' => '948', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '949', - ], - 12401 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17071', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1861', - 'placement' => '44', - 'prev_word_id' => '949', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '921', - ], - 12402 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17072', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2113', - 'placement' => '45', - 'prev_word_id' => '921', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1861', - ], - 12403 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17073', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2114', - 'placement' => '46', - 'prev_word_id' => '1861', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2113', - ], - 12404 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17074', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '47', - 'prev_word_id' => '2113', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2114', - ], - 12405 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17075', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '972', - 'placement' => '48', - 'prev_word_id' => '2114', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '810', - ], - 12406 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17076', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1300', - 'placement' => '49', - 'prev_word_id' => '810', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '972', - ], - 12407 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17077', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '50', - 'prev_word_id' => '972', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1300', - ], - 12408 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17078', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '51', - 'prev_word_id' => '1300', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '863', - ], - 12409 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17079', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2115', - 'placement' => '52', - 'prev_word_id' => '863', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '814', - ], - 12410 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17080', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '53', - 'prev_word_id' => '814', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2115', - ], - 12411 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17081', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '881', - 'placement' => '54', - 'prev_word_id' => '2115', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '894', - ], - 12412 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17082', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '55', - 'prev_word_id' => '894', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '881', - ], - 12413 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17083', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2102', - 'placement' => '56', - 'prev_word_id' => '881', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '814', - ], - 12414 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17084', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2089', - 'placement' => '57', - 'prev_word_id' => '814', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2102', - ], - 12415 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17085', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '58', - 'prev_word_id' => '2102', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2089', - ], - 12416 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17086', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1510', - 'placement' => '59', - 'prev_word_id' => '2089', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '801', - ], - 12417 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17087', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '60', - 'prev_word_id' => '801', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1510', - ], - 12418 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17088', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1481', - 'placement' => '61', - 'prev_word_id' => '1510', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '814', - ], - 12419 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17089', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1827', - 'placement' => '62', - 'prev_word_id' => '814', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1481', - ], - 12420 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17090', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '63', - 'prev_word_id' => '1481', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1827', - ], - 12421 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17091', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1686', - 'placement' => '64', - 'prev_word_id' => '1827', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1417', - ], - 12422 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17092', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '65', - 'prev_word_id' => '1417', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1686', - ], - 12423 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17093', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '66', - 'prev_word_id' => '1686', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '805', - ], - 12424 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17094', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1418', - 'placement' => '67', - 'prev_word_id' => '805', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '814', - ], - 12425 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17095', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '68', - 'prev_word_id' => '814', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1418', - ], - 12426 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17096', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1605', - 'placement' => '69', - 'prev_word_id' => '1418', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1290', - ], - 12427 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17097', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '70', - 'prev_word_id' => '1290', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1605', - ], - 12428 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17098', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '71', - 'prev_word_id' => '1605', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '894', - ], - 12429 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17099', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1656', - 'placement' => '72', - 'prev_word_id' => '894', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1319', - ], - 12430 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17100', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2105', - 'placement' => '73', - 'prev_word_id' => '1319', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1656', - ], - 12431 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17101', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2116', - 'placement' => '74', - 'prev_word_id' => '1656', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2105', - ], - 12432 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17102', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '75', - 'prev_word_id' => '2105', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2116', - ], - 12433 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17103', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '76', - 'prev_word_id' => '2116', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1749', - ], - 12434 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17104', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2105', - 'placement' => '77', - 'prev_word_id' => '1749', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '813', - ], - 12435 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17105', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2116', - 'placement' => '78', - 'prev_word_id' => '813', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2105', - ], - 12436 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17106', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '79', - 'prev_word_id' => '2105', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2116', - ], - 12437 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17107', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '80', - 'prev_word_id' => '2116', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '948', - ], - 12438 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17108', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2117', - 'placement' => '81', - 'prev_word_id' => '948', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '949', - ], - 12439 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17109', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2118', - 'placement' => '82', - 'prev_word_id' => '949', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2117', - ], - 12440 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17110', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2118', - 'placement' => '83', - 'prev_word_id' => '2117', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2118', - ], - 12441 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17111', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '84', - 'prev_word_id' => '2118', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2118', - ], - 12442 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17112', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '85', - 'prev_word_id' => '2118', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '948', - ], - 12443 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17113', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2117', - 'placement' => '86', - 'prev_word_id' => '948', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '949', - ], - 12444 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17114', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2118', - 'placement' => '87', - 'prev_word_id' => '949', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2117', - ], - 12445 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17115', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2119', - 'placement' => '88', - 'prev_word_id' => '2117', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2118', - ], - 12446 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17116', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2118', - 'placement' => '89', - 'prev_word_id' => '2118', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2119', - ], - 12447 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17117', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2120', - 'placement' => '90', - 'prev_word_id' => '2119', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2118', - ], - 12448 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17118', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '91', - 'prev_word_id' => '2118', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2120', - ], - 12449 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17119', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '92', - 'prev_word_id' => '2120', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1749', - ], - 12450 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17120', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2102', - 'placement' => '93', - 'prev_word_id' => '1749', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '813', - ], - 12451 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17121', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2089', - 'placement' => '94', - 'prev_word_id' => '813', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2102', - ], - 12452 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17122', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1054', - 'placement' => '95', - 'prev_word_id' => '2102', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2089', - ], - 12453 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17123', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2089', - 'placement' => '96', - 'prev_word_id' => '2089', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1054', - ], - 12454 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17124', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2121', - 'placement' => '97', - 'prev_word_id' => '1054', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2089', - ], - 12455 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17125', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2102', - 'placement' => '98', - 'prev_word_id' => '2089', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2121', - ], - 12456 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17126', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2122', - 'placement' => '99', - 'prev_word_id' => '2121', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2102', - ], - 12457 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17127', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '100', - 'prev_word_id' => '2102', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2122', - ], - 12458 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17128', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2117', - 'placement' => '101', - 'prev_word_id' => '2122', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1287', - ], - 12459 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17129', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2118', - 'placement' => '102', - 'prev_word_id' => '1287', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2117', - ], - 12460 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17130', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1061', - 'placement' => '103', - 'prev_word_id' => '2117', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2118', - ], - 12461 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17131', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '104', - 'prev_word_id' => '2118', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1061', - ], - 12462 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17132', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '105', - 'prev_word_id' => '1061', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12463 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '216', - 'frequency' => '0', - 'id' => '17133', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '106', - 'prev_word_id' => '1191', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12464 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17134', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '912', - ], - 12465 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17135', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2097', - 'placement' => '1', - 'prev_word_id' => '912', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '816', - ], - 12466 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17136', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2098', - 'placement' => '2', - 'prev_word_id' => '816', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2097', - ], - 12467 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17137', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '3', - 'prev_word_id' => '2097', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2098', - ], - 12468 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17138', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '2099', - 'placement' => '4', - 'prev_word_id' => '2098', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1133', - ], - 12469 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17139', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '809', - 'placement' => '5', - 'prev_word_id' => '1133', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2099', - ], - 12470 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17140', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '802', - 'placement' => '6', - 'prev_word_id' => '2099', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '809', - ], - 12471 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17141', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '803', - 'placement' => '7', - 'prev_word_id' => '809', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '802', - ], - 12472 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17142', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1133', - 'placement' => '8', - 'prev_word_id' => '802', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '803', - ], - 12473 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17143', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '894', - 'placement' => '9', - 'prev_word_id' => '803', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1133', - ], - 12474 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17144', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '10', - 'prev_word_id' => '1133', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '894', - ], - 12475 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17145', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2024', - 'placement' => '11', - 'prev_word_id' => '894', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '843', - ], - 12476 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17146', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '12', - 'prev_word_id' => '843', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2024', - ], - 12477 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17147', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '832', - 'placement' => '13', - 'prev_word_id' => '2024', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '810', - ], - 12478 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17148', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2100', - 'placement' => '14', - 'prev_word_id' => '810', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '832', - ], - 12479 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17149', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1443', - 'placement' => '15', - 'prev_word_id' => '832', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2100', - ], - 12480 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17150', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1277', - 'placement' => '16', - 'prev_word_id' => '2100', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1443', - ], - 12481 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17151', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '17', - 'prev_word_id' => '1443', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1277', - ], - 12482 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17152', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '2101', - 'placement' => '18', - 'prev_word_id' => '1277', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '814', - ], - 12483 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17153', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '19', - 'prev_word_id' => '814', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '2101', - ], - 12484 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17154', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '20', - 'prev_word_id' => '2101', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12485 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '217', - 'frequency' => '0', - 'id' => '17155', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '21', - 'prev_word_id' => '1191', - 'published' => '1311154211', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12486 => [ - 'content_type_field_definition_id' => '183', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17156', - 'identifier' => 'title', - 'integer_value' => '0', - 'next_word_id' => '912', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2076', - ], - 12487 => [ - 'content_type_field_definition_id' => '186', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17157', - 'identifier' => 'intro', - 'integer_value' => '0', - 'next_word_id' => '1790', - 'placement' => '1', - 'prev_word_id' => '2076', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '912', - ], - 12488 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17158', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '2', - 'prev_word_id' => '912', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1790', - ], - 12489 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17159', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2076', - 'placement' => '3', - 'prev_word_id' => '1790', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '805', - ], - 12490 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17160', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '4', - 'prev_word_id' => '805', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2076', - ], - 12491 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17161', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2078', - 'placement' => '5', - 'prev_word_id' => '2076', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1280', - ], - 12492 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17162', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2076', - 'placement' => '6', - 'prev_word_id' => '1280', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2078', - ], - 12493 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17163', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '805', - 'placement' => '7', - 'prev_word_id' => '2078', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2076', - ], - 12494 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17164', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '882', - 'placement' => '8', - 'prev_word_id' => '2076', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '805', - ], - 12495 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17165', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1323', - 'placement' => '9', - 'prev_word_id' => '805', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '882', - ], - 12496 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17166', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1883', - 'placement' => '10', - 'prev_word_id' => '882', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1323', - ], - 12497 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17167', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '11', - 'prev_word_id' => '1323', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1883', - ], - 12498 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17168', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1845', - 'placement' => '12', - 'prev_word_id' => '1883', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '816', - ], - 12499 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17169', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2076', - 'placement' => '13', - 'prev_word_id' => '816', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1845', - ], - 12500 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17170', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1791', - 'placement' => '14', - 'prev_word_id' => '1845', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2076', - ], - 12501 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17171', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '15', - 'prev_word_id' => '2076', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1791', - ], - 12502 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17172', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1480', - 'placement' => '16', - 'prev_word_id' => '1791', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '810', - ], - 12503 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17173', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '801', - 'placement' => '17', - 'prev_word_id' => '810', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1480', - ], - 12504 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17174', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2079', - 'placement' => '18', - 'prev_word_id' => '1480', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '801', - ], - 12505 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17175', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '19', - 'prev_word_id' => '801', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2079', - ], - 12506 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17176', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2080', - 'placement' => '20', - 'prev_word_id' => '2079', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '814', - ], - 12507 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17177', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '21', - 'prev_word_id' => '814', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2080', - ], - 12508 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17178', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '22', - 'prev_word_id' => '2080', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '813', - ], - 12509 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17179', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2081', - 'placement' => '23', - 'prev_word_id' => '813', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '814', - ], - 12510 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17180', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '813', - 'placement' => '24', - 'prev_word_id' => '814', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2081', - ], - 12511 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17181', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2082', - 'placement' => '25', - 'prev_word_id' => '2081', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '813', - ], - 12512 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17182', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '26', - 'prev_word_id' => '813', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2082', - ], - 12513 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17183', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '27', - 'prev_word_id' => '2082', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1620', - ], - 12514 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17184', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1319', - 'placement' => '28', - 'prev_word_id' => '1620', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1437', - ], - 12515 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17185', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1924', - 'placement' => '29', - 'prev_word_id' => '1437', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1319', - ], - 12516 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17186', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1892', - 'placement' => '30', - 'prev_word_id' => '1319', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1924', - ], - 12517 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17187', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '31', - 'prev_word_id' => '1924', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1892', - ], - 12518 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17188', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '32', - 'prev_word_id' => '1892', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '816', - ], - 12519 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17189', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '33', - 'prev_word_id' => '816', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '814', - ], - 12520 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17190', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1280', - 'placement' => '34', - 'prev_word_id' => '814', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '841', - ], - 12521 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17191', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2078', - 'placement' => '35', - 'prev_word_id' => '841', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1280', - ], - 12522 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17192', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2076', - 'placement' => '36', - 'prev_word_id' => '1280', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2078', - ], - 12523 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17193', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2083', - 'placement' => '37', - 'prev_word_id' => '2078', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2076', - ], - 12524 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17194', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1620', - 'placement' => '38', - 'prev_word_id' => '2076', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2083', - ], - 12525 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17195', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '39', - 'prev_word_id' => '2083', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1620', - ], - 12526 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17196', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2084', - 'placement' => '40', - 'prev_word_id' => '1620', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '863', - ], - 12527 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17197', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2085', - 'placement' => '41', - 'prev_word_id' => '863', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2084', - ], - 12528 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17198', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '42', - 'prev_word_id' => '2084', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2085', - ], - 12529 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17199', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '43', - 'prev_word_id' => '2085', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '848', - ], - 12530 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17200', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2086', - 'placement' => '44', - 'prev_word_id' => '848', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '814', - ], - 12531 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17201', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '45', - 'prev_word_id' => '814', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2086', - ], - 12532 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17202', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1577', - 'placement' => '46', - 'prev_word_id' => '2086', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '841', - ], - 12533 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17203', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '47', - 'prev_word_id' => '841', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1577', - ], - 12534 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17204', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1791', - 'placement' => '48', - 'prev_word_id' => '1577', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1417', - ], - 12535 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17205', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2087', - 'placement' => '49', - 'prev_word_id' => '1417', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1791', - ], - 12536 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17206', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2088', - 'placement' => '50', - 'prev_word_id' => '1791', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2087', - ], - 12537 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17207', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1414', - 'placement' => '51', - 'prev_word_id' => '2087', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2088', - ], - 12538 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17208', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1910', - 'placement' => '52', - 'prev_word_id' => '2088', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1414', - ], - 12539 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17209', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1910', - 'placement' => '53', - 'prev_word_id' => '1414', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1910', - ], - 12540 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17210', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2089', - 'placement' => '54', - 'prev_word_id' => '1910', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1910', - ], - 12541 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17211', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '55', - 'prev_word_id' => '1910', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2089', - ], - 12542 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17212', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1512', - 'placement' => '56', - 'prev_word_id' => '2089', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1550', - ], - 12543 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17213', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '870', - 'placement' => '57', - 'prev_word_id' => '1550', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1512', - ], - 12544 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17214', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '58', - 'prev_word_id' => '1512', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '870', - ], - 12545 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17215', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2086', - 'placement' => '59', - 'prev_word_id' => '870', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '814', - ], - 12546 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17216', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '841', - 'placement' => '60', - 'prev_word_id' => '814', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2086', - ], - 12547 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17217', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1577', - 'placement' => '61', - 'prev_word_id' => '2086', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '841', - ], - 12548 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17218', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1417', - 'placement' => '62', - 'prev_word_id' => '841', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1577', - ], - 12549 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17219', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1744', - 'placement' => '63', - 'prev_word_id' => '1577', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1417', - ], - 12550 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17220', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1437', - 'placement' => '64', - 'prev_word_id' => '1417', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1744', - ], - 12551 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17221', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '65', - 'prev_word_id' => '1744', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1437', - ], - 12552 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17222', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2090', - 'placement' => '66', - 'prev_word_id' => '1437', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '810', - ], - 12553 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17223', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '863', - 'placement' => '67', - 'prev_word_id' => '810', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2090', - ], - 12554 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17224', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1290', - 'placement' => '68', - 'prev_word_id' => '2090', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '863', - ], - 12555 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17225', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '69', - 'prev_word_id' => '863', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1290', - ], - 12556 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17226', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '854', - 'placement' => '70', - 'prev_word_id' => '1290', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '943', - ], - 12557 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17227', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '71', - 'prev_word_id' => '943', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '854', - ], - 12558 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17228', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '72', - 'prev_word_id' => '854', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1550', - ], - 12559 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17229', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2091', - 'placement' => '73', - 'prev_word_id' => '1550', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '843', - ], - 12560 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17230', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '74', - 'prev_word_id' => '843', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2091', - ], - 12561 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17231', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '75', - 'prev_word_id' => '2091', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1420', - ], - 12562 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17232', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '76', - 'prev_word_id' => '1420', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1550', - ], - 12563 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17233', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '77', - 'prev_word_id' => '1550', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '823', - ], - 12564 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17234', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2086', - 'placement' => '78', - 'prev_word_id' => '823', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '814', - ], - 12565 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17235', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1577', - 'placement' => '79', - 'prev_word_id' => '814', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2086', - ], - 12566 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17236', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '810', - 'placement' => '80', - 'prev_word_id' => '2086', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1577', - ], - 12567 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17237', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2092', - 'placement' => '81', - 'prev_word_id' => '1577', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '810', - ], - 12568 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17238', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '943', - 'placement' => '82', - 'prev_word_id' => '810', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2092', - ], - 12569 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17239', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '854', - 'placement' => '83', - 'prev_word_id' => '2092', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '943', - ], - 12570 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17240', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '84', - 'prev_word_id' => '943', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '854', - ], - 12571 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17241', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '843', - 'placement' => '85', - 'prev_word_id' => '854', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1550', - ], - 12572 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17242', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '816', - 'placement' => '86', - 'prev_word_id' => '1550', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '843', - ], - 12573 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17243', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1749', - 'placement' => '87', - 'prev_word_id' => '843', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '816', - ], - 12574 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17244', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2093', - 'placement' => '88', - 'prev_word_id' => '816', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1749', - ], - 12575 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17245', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1830', - 'placement' => '89', - 'prev_word_id' => '1749', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2093', - ], - 12576 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17246', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2088', - 'placement' => '90', - 'prev_word_id' => '2093', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1830', - ], - 12577 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17247', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2094', - 'placement' => '91', - 'prev_word_id' => '1830', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2088', - ], - 12578 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17248', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '848', - 'placement' => '92', - 'prev_word_id' => '2088', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2094', - ], - 12579 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17249', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1420', - 'placement' => '93', - 'prev_word_id' => '2094', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '848', - ], - 12580 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17250', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1550', - 'placement' => '94', - 'prev_word_id' => '848', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1420', - ], - 12581 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17251', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '823', - 'placement' => '95', - 'prev_word_id' => '1420', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1550', - ], - 12582 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17252', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '814', - 'placement' => '96', - 'prev_word_id' => '1550', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '823', - ], - 12583 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17253', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2086', - 'placement' => '97', - 'prev_word_id' => '823', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '814', - ], - 12584 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17254', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1577', - 'placement' => '98', - 'prev_word_id' => '814', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2086', - ], - 12585 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17255', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '890', - 'placement' => '99', - 'prev_word_id' => '2086', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1577', - ], - 12586 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17256', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '921', - 'placement' => '100', - 'prev_word_id' => '1577', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '890', - ], - 12587 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17257', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '948', - 'placement' => '101', - 'prev_word_id' => '890', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '921', - ], - 12588 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17258', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '949', - 'placement' => '102', - 'prev_word_id' => '921', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '948', - ], - 12589 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17259', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1287', - 'placement' => '103', - 'prev_word_id' => '948', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '949', - ], - 12590 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17260', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2095', - 'placement' => '104', - 'prev_word_id' => '949', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1287', - ], - 12591 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17261', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '2096', - 'placement' => '105', - 'prev_word_id' => '1287', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2095', - ], - 12592 => [ - 'content_type_field_definition_id' => '187', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17262', - 'identifier' => 'body', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '106', - 'prev_word_id' => '2095', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2096', - ], - 12593 => [ - 'content_type_field_definition_id' => '191', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17263', - 'identifier' => 'publish_date', - 'integer_value' => '0', - 'next_word_id' => '1191', - 'placement' => '107', - 'prev_word_id' => '2096', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12594 => [ - 'content_type_field_definition_id' => '192', - 'content_type_id' => '16', - 'contentobject_id' => '218', - 'frequency' => '0', - 'id' => '17264', - 'identifier' => 'unpublish_date', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '108', - 'prev_word_id' => '1191', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1191', - ], - 12595 => [ - 'content_type_field_definition_id' => '252', - 'content_type_id' => '26', - 'contentobject_id' => '219', - 'frequency' => '0', - 'id' => '17265', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1225', - ], - 12596 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '220', - 'frequency' => '0', - 'id' => '17266', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2517', - ], - 12597 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '221', - 'frequency' => '0', - 'id' => '17267', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2519', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2518', - ], - 12598 => [ - 'content_type_field_definition_id' => '4', - 'content_type_id' => '1', - 'contentobject_id' => '221', - 'frequency' => '0', - 'id' => '17268', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '2518', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2519', - ], - 12599 => [ - 'content_type_field_definition_id' => '229', - 'content_type_id' => '22', - 'contentobject_id' => '222', - 'frequency' => '0', - 'id' => '17269', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '1256', - ], - 12600 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '224', - 'frequency' => '0', - 'id' => '17270', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '2520', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2426', - ], - 12601 => [ - 'content_type_field_definition_id' => '266', - 'content_type_id' => '30', - 'contentobject_id' => '224', - 'frequency' => '0', - 'id' => '17271', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '1', - 'prev_word_id' => '2426', - 'published' => '1311154212', - 'section_id' => '1', - 'word_id' => '2520', - ], - 12602 => [ - 'content_type_field_definition_id' => '8', - 'content_type_id' => '4', - 'contentobject_id' => '14', - 'frequency' => '0', - 'id' => '17272', - 'identifier' => 'first_name', - 'integer_value' => '0', - 'next_word_id' => '954', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1033920830', - 'section_id' => '2', - 'word_id' => '958', - ], - 12603 => [ - 'content_type_field_definition_id' => '9', - 'content_type_id' => '4', - 'contentobject_id' => '14', - 'frequency' => '0', - 'id' => '17273', - 'identifier' => 'last_name', - 'integer_value' => '0', - 'next_word_id' => '2521', - 'placement' => '1', - 'prev_word_id' => '958', - 'published' => '1033920830', - 'section_id' => '2', - 'word_id' => '954', - ], - 12604 => [ - 'content_type_field_definition_id' => '12', - 'content_type_id' => '4', - 'contentobject_id' => '14', - 'frequency' => '0', - 'id' => '17274', - 'identifier' => 'user_account', - 'integer_value' => '0', - 'next_word_id' => '2522', - 'placement' => '2', - 'prev_word_id' => '954', - 'published' => '1033920830', - 'section_id' => '2', - 'word_id' => '2521', - ], - 12605 => [ - 'content_type_field_definition_id' => '12', - 'content_type_id' => '4', - 'contentobject_id' => '14', - 'frequency' => '0', - 'id' => '17275', - 'identifier' => 'user_account', - 'integer_value' => '0', - 'next_word_id' => '927', - 'placement' => '3', - 'prev_word_id' => '2521', - 'published' => '1033920830', - 'section_id' => '2', - 'word_id' => '2522', - ], - 12606 => [ - 'content_type_field_definition_id' => '12', - 'content_type_id' => '4', - 'contentobject_id' => '14', - 'frequency' => '0', - 'id' => '17276', - 'identifier' => 'user_account', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '4', - 'prev_word_id' => '2522', - 'published' => '1033920830', - 'section_id' => '2', - 'word_id' => '927', - ], - 12607 => [ - 'content_type_field_definition_id' => '6', - 'content_type_id' => '3', - 'contentobject_id' => '225', - 'frequency' => '0', - 'id' => '17277', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1311154215', - 'section_id' => '1', - 'word_id' => '2216', - ], - 12608 => [ - 'content_type_field_definition_id' => '6', - 'content_type_id' => '3', - 'contentobject_id' => '11', - 'frequency' => '0', - 'id' => '17278', - 'identifier' => 'name', - 'integer_value' => '0', - 'next_word_id' => '0', - 'placement' => '0', - 'prev_word_id' => '0', - 'published' => '1033920746', - 'section_id' => '2', - 'word_id' => '1385', - ], - ], - ObjectStateGateway::OBJECT_STATE_TABLE => [ - 0 => [ - 'default_language_id' => '2', - 'group_id' => '2', - 'id' => '1', - 'identifier' => 'not_locked', - 'language_mask' => '3', - 'priority' => '0', - ], - 1 => [ - 'default_language_id' => '2', - 'group_id' => '2', - 'id' => '2', - 'identifier' => 'locked', - 'language_mask' => '3', - 'priority' => '1', - ], - ], - ObjectStateGateway::OBJECT_STATE_GROUP_TABLE => [ - 0 => [ - 'default_language_id' => '2', - 'id' => '2', - 'identifier' => 'ibexa_lock', - 'language_mask' => '3', - ], - ], - ObjectStateGateway::OBJECT_STATE_GROUP_LANGUAGE_TABLE => [ - 0 => [ - 'contentobject_state_group_id' => '2', - 'description' => '', - 'language_id' => '3', - 'real_language_id' => '2', - 'name' => 'Lock', - ], - ], - ObjectStateGateway::OBJECT_STATE_LANGUAGE_TABLE => [ - 0 => [ - 'contentobject_state_id' => '1', - 'description' => '', - 'language_id' => '3', - 'name' => 'Not locked', - ], - 1 => [ - 'contentobject_state_id' => '2', - 'description' => '', - 'language_id' => '3', - 'name' => 'Locked', - ], - ], - ObjectStateGateway::OBJECT_STATE_LINK_TABLE => [ - 0 => [ - 'contentobject_id' => '4', - 'contentobject_state_id' => '1', - ], - 1 => [ - 'contentobject_id' => '10', - 'contentobject_state_id' => '1', - ], - 2 => [ - 'contentobject_id' => '11', - 'contentobject_state_id' => '1', - ], - 3 => [ - 'contentobject_id' => '12', - 'contentobject_state_id' => '1', - ], - 4 => [ - 'contentobject_id' => '13', - 'contentobject_state_id' => '1', - ], - 5 => [ - 'contentobject_id' => '14', - 'contentobject_state_id' => '1', - ], - 6 => [ - 'contentobject_id' => '41', - 'contentobject_state_id' => '1', - ], - 7 => [ - 'contentobject_id' => '42', - 'contentobject_state_id' => '1', - ], - 8 => [ - 'contentobject_id' => '45', - 'contentobject_state_id' => '1', - ], - 9 => [ - 'contentobject_id' => '49', - 'contentobject_state_id' => '1', - ], - 10 => [ - 'contentobject_id' => '50', - 'contentobject_state_id' => '1', - ], - 11 => [ - 'contentobject_id' => '51', - 'contentobject_state_id' => '1', - ], - 12 => [ - 'contentobject_id' => '52', - 'contentobject_state_id' => '1', - ], - 13 => [ - 'contentobject_id' => '54', - 'contentobject_state_id' => '1', - ], - 14 => [ - 'contentobject_id' => '56', - 'contentobject_state_id' => '1', - ], - 15 => [ - 'contentobject_id' => '57', - 'contentobject_state_id' => '1', - ], - 16 => [ - 'contentobject_id' => '58', - 'contentobject_state_id' => '1', - ], - 17 => [ - 'contentobject_id' => '59', - 'contentobject_state_id' => '1', - ], - 18 => [ - 'contentobject_id' => '60', - 'contentobject_state_id' => '1', - ], - 19 => [ - 'contentobject_id' => '61', - 'contentobject_state_id' => '1', - ], - 20 => [ - 'contentobject_id' => '62', - 'contentobject_state_id' => '1', - ], - 21 => [ - 'contentobject_id' => '63', - 'contentobject_state_id' => '1', - ], - 22 => [ - 'contentobject_id' => '64', - 'contentobject_state_id' => '1', - ], - 23 => [ - 'contentobject_id' => '65', - 'contentobject_state_id' => '1', - ], - 24 => [ - 'contentobject_id' => '66', - 'contentobject_state_id' => '1', - ], - 25 => [ - 'contentobject_id' => '67', - 'contentobject_state_id' => '1', - ], - 26 => [ - 'contentobject_id' => '68', - 'contentobject_state_id' => '1', - ], - 27 => [ - 'contentobject_id' => '69', - 'contentobject_state_id' => '1', - ], - 28 => [ - 'contentobject_id' => '70', - 'contentobject_state_id' => '1', - ], - 29 => [ - 'contentobject_id' => '71', - 'contentobject_state_id' => '1', - ], - 30 => [ - 'contentobject_id' => '72', - 'contentobject_state_id' => '1', - ], - 31 => [ - 'contentobject_id' => '73', - 'contentobject_state_id' => '1', - ], - 32 => [ - 'contentobject_id' => '74', - 'contentobject_state_id' => '1', - ], - 33 => [ - 'contentobject_id' => '75', - 'contentobject_state_id' => '1', - ], - 34 => [ - 'contentobject_id' => '76', - 'contentobject_state_id' => '1', - ], - 35 => [ - 'contentobject_id' => '77', - 'contentobject_state_id' => '1', - ], - 36 => [ - 'contentobject_id' => '78', - 'contentobject_state_id' => '1', - ], - 37 => [ - 'contentobject_id' => '79', - 'contentobject_state_id' => '1', - ], - 38 => [ - 'contentobject_id' => '80', - 'contentobject_state_id' => '1', - ], - 39 => [ - 'contentobject_id' => '81', - 'contentobject_state_id' => '1', - ], - 40 => [ - 'contentobject_id' => '82', - 'contentobject_state_id' => '1', - ], - 41 => [ - 'contentobject_id' => '83', - 'contentobject_state_id' => '1', - ], - 42 => [ - 'contentobject_id' => '84', - 'contentobject_state_id' => '1', - ], - 43 => [ - 'contentobject_id' => '85', - 'contentobject_state_id' => '1', - ], - 44 => [ - 'contentobject_id' => '86', - 'contentobject_state_id' => '1', - ], - 45 => [ - 'contentobject_id' => '87', - 'contentobject_state_id' => '1', - ], - 46 => [ - 'contentobject_id' => '88', - 'contentobject_state_id' => '1', - ], - 47 => [ - 'contentobject_id' => '89', - 'contentobject_state_id' => '1', - ], - 48 => [ - 'contentobject_id' => '90', - 'contentobject_state_id' => '1', - ], - 49 => [ - 'contentobject_id' => '91', - 'contentobject_state_id' => '1', - ], - 50 => [ - 'contentobject_id' => '92', - 'contentobject_state_id' => '1', - ], - 51 => [ - 'contentobject_id' => '93', - 'contentobject_state_id' => '1', - ], - 52 => [ - 'contentobject_id' => '94', - 'contentobject_state_id' => '1', - ], - 53 => [ - 'contentobject_id' => '95', - 'contentobject_state_id' => '1', - ], - 54 => [ - 'contentobject_id' => '96', - 'contentobject_state_id' => '1', - ], - 55 => [ - 'contentobject_id' => '97', - 'contentobject_state_id' => '1', - ], - 56 => [ - 'contentobject_id' => '98', - 'contentobject_state_id' => '1', - ], - 57 => [ - 'contentobject_id' => '99', - 'contentobject_state_id' => '1', - ], - 58 => [ - 'contentobject_id' => '100', - 'contentobject_state_id' => '1', - ], - 59 => [ - 'contentobject_id' => '101', - 'contentobject_state_id' => '1', - ], - 60 => [ - 'contentobject_id' => '102', - 'contentobject_state_id' => '1', - ], - 61 => [ - 'contentobject_id' => '103', - 'contentobject_state_id' => '1', - ], - 62 => [ - 'contentobject_id' => '104', - 'contentobject_state_id' => '1', - ], - 63 => [ - 'contentobject_id' => '105', - 'contentobject_state_id' => '1', - ], - 64 => [ - 'contentobject_id' => '106', - 'contentobject_state_id' => '1', - ], - 65 => [ - 'contentobject_id' => '107', - 'contentobject_state_id' => '1', - ], - 66 => [ - 'contentobject_id' => '108', - 'contentobject_state_id' => '1', - ], - 67 => [ - 'contentobject_id' => '109', - 'contentobject_state_id' => '1', - ], - 68 => [ - 'contentobject_id' => '110', - 'contentobject_state_id' => '1', - ], - 69 => [ - 'contentobject_id' => '111', - 'contentobject_state_id' => '1', - ], - 70 => [ - 'contentobject_id' => '112', - 'contentobject_state_id' => '1', - ], - 71 => [ - 'contentobject_id' => '113', - 'contentobject_state_id' => '1', - ], - 72 => [ - 'contentobject_id' => '114', - 'contentobject_state_id' => '1', - ], - 73 => [ - 'contentobject_id' => '115', - 'contentobject_state_id' => '1', - ], - 74 => [ - 'contentobject_id' => '116', - 'contentobject_state_id' => '1', - ], - 75 => [ - 'contentobject_id' => '117', - 'contentobject_state_id' => '1', - ], - 76 => [ - 'contentobject_id' => '118', - 'contentobject_state_id' => '1', - ], - 77 => [ - 'contentobject_id' => '119', - 'contentobject_state_id' => '1', - ], - 78 => [ - 'contentobject_id' => '120', - 'contentobject_state_id' => '1', - ], - 79 => [ - 'contentobject_id' => '121', - 'contentobject_state_id' => '1', - ], - 80 => [ - 'contentobject_id' => '122', - 'contentobject_state_id' => '1', - ], - 81 => [ - 'contentobject_id' => '123', - 'contentobject_state_id' => '1', - ], - 82 => [ - 'contentobject_id' => '124', - 'contentobject_state_id' => '1', - ], - 83 => [ - 'contentobject_id' => '125', - 'contentobject_state_id' => '1', - ], - 84 => [ - 'contentobject_id' => '126', - 'contentobject_state_id' => '1', - ], - 85 => [ - 'contentobject_id' => '127', - 'contentobject_state_id' => '1', - ], - 86 => [ - 'contentobject_id' => '128', - 'contentobject_state_id' => '1', - ], - 87 => [ - 'contentobject_id' => '129', - 'contentobject_state_id' => '1', - ], - 88 => [ - 'contentobject_id' => '130', - 'contentobject_state_id' => '1', - ], - 89 => [ - 'contentobject_id' => '131', - 'contentobject_state_id' => '1', - ], - 90 => [ - 'contentobject_id' => '132', - 'contentobject_state_id' => '1', - ], - 91 => [ - 'contentobject_id' => '133', - 'contentobject_state_id' => '1', - ], - 92 => [ - 'contentobject_id' => '134', - 'contentobject_state_id' => '1', - ], - 93 => [ - 'contentobject_id' => '135', - 'contentobject_state_id' => '1', - ], - 94 => [ - 'contentobject_id' => '136', - 'contentobject_state_id' => '1', - ], - 95 => [ - 'contentobject_id' => '137', - 'contentobject_state_id' => '1', - ], - 96 => [ - 'contentobject_id' => '138', - 'contentobject_state_id' => '1', - ], - 97 => [ - 'contentobject_id' => '139', - 'contentobject_state_id' => '1', - ], - 98 => [ - 'contentobject_id' => '140', - 'contentobject_state_id' => '1', - ], - 99 => [ - 'contentobject_id' => '141', - 'contentobject_state_id' => '1', - ], - 100 => [ - 'contentobject_id' => '142', - 'contentobject_state_id' => '1', - ], - 101 => [ - 'contentobject_id' => '143', - 'contentobject_state_id' => '1', - ], - 102 => [ - 'contentobject_id' => '144', - 'contentobject_state_id' => '1', - ], - 103 => [ - 'contentobject_id' => '145', - 'contentobject_state_id' => '1', - ], - 104 => [ - 'contentobject_id' => '146', - 'contentobject_state_id' => '1', - ], - 105 => [ - 'contentobject_id' => '147', - 'contentobject_state_id' => '1', - ], - 106 => [ - 'contentobject_id' => '148', - 'contentobject_state_id' => '1', - ], - 107 => [ - 'contentobject_id' => '149', - 'contentobject_state_id' => '1', - ], - 108 => [ - 'contentobject_id' => '150', - 'contentobject_state_id' => '1', - ], - 109 => [ - 'contentobject_id' => '151', - 'contentobject_state_id' => '1', - ], - 110 => [ - 'contentobject_id' => '152', - 'contentobject_state_id' => '1', - ], - 111 => [ - 'contentobject_id' => '153', - 'contentobject_state_id' => '1', - ], - 112 => [ - 'contentobject_id' => '154', - 'contentobject_state_id' => '1', - ], - 113 => [ - 'contentobject_id' => '155', - 'contentobject_state_id' => '1', - ], - 114 => [ - 'contentobject_id' => '156', - 'contentobject_state_id' => '1', - ], - 115 => [ - 'contentobject_id' => '157', - 'contentobject_state_id' => '1', - ], - 116 => [ - 'contentobject_id' => '158', - 'contentobject_state_id' => '1', - ], - 117 => [ - 'contentobject_id' => '159', - 'contentobject_state_id' => '1', - ], - 118 => [ - 'contentobject_id' => '160', - 'contentobject_state_id' => '1', - ], - 119 => [ - 'contentobject_id' => '161', - 'contentobject_state_id' => '1', - ], - 120 => [ - 'contentobject_id' => '162', - 'contentobject_state_id' => '1', - ], - 121 => [ - 'contentobject_id' => '163', - 'contentobject_state_id' => '1', - ], - 122 => [ - 'contentobject_id' => '164', - 'contentobject_state_id' => '1', - ], - 123 => [ - 'contentobject_id' => '165', - 'contentobject_state_id' => '1', - ], - 124 => [ - 'contentobject_id' => '166', - 'contentobject_state_id' => '1', - ], - 125 => [ - 'contentobject_id' => '167', - 'contentobject_state_id' => '1', - ], - 126 => [ - 'contentobject_id' => '168', - 'contentobject_state_id' => '1', - ], - 127 => [ - 'contentobject_id' => '169', - 'contentobject_state_id' => '1', - ], - 128 => [ - 'contentobject_id' => '170', - 'contentobject_state_id' => '1', - ], - 129 => [ - 'contentobject_id' => '171', - 'contentobject_state_id' => '1', - ], - 130 => [ - 'contentobject_id' => '172', - 'contentobject_state_id' => '1', - ], - 131 => [ - 'contentobject_id' => '173', - 'contentobject_state_id' => '1', - ], - 132 => [ - 'contentobject_id' => '174', - 'contentobject_state_id' => '1', - ], - 133 => [ - 'contentobject_id' => '175', - 'contentobject_state_id' => '1', - ], - 134 => [ - 'contentobject_id' => '176', - 'contentobject_state_id' => '1', - ], - 135 => [ - 'contentobject_id' => '177', - 'contentobject_state_id' => '1', - ], - 136 => [ - 'contentobject_id' => '178', - 'contentobject_state_id' => '1', - ], - 137 => [ - 'contentobject_id' => '179', - 'contentobject_state_id' => '1', - ], - 138 => [ - 'contentobject_id' => '180', - 'contentobject_state_id' => '1', - ], - 139 => [ - 'contentobject_id' => '181', - 'contentobject_state_id' => '1', - ], - 140 => [ - 'contentobject_id' => '182', - 'contentobject_state_id' => '1', - ], - 141 => [ - 'contentobject_id' => '183', - 'contentobject_state_id' => '1', - ], - 142 => [ - 'contentobject_id' => '184', - 'contentobject_state_id' => '1', - ], - 143 => [ - 'contentobject_id' => '185', - 'contentobject_state_id' => '1', - ], - 144 => [ - 'contentobject_id' => '186', - 'contentobject_state_id' => '1', - ], - 145 => [ - 'contentobject_id' => '187', - 'contentobject_state_id' => '1', - ], - 146 => [ - 'contentobject_id' => '188', - 'contentobject_state_id' => '1', - ], - 147 => [ - 'contentobject_id' => '189', - 'contentobject_state_id' => '1', - ], - 148 => [ - 'contentobject_id' => '190', - 'contentobject_state_id' => '1', - ], - 149 => [ - 'contentobject_id' => '191', - 'contentobject_state_id' => '1', - ], - 150 => [ - 'contentobject_id' => '192', - 'contentobject_state_id' => '1', - ], - 151 => [ - 'contentobject_id' => '193', - 'contentobject_state_id' => '1', - ], - 152 => [ - 'contentobject_id' => '194', - 'contentobject_state_id' => '1', - ], - 153 => [ - 'contentobject_id' => '195', - 'contentobject_state_id' => '1', - ], - 154 => [ - 'contentobject_id' => '196', - 'contentobject_state_id' => '1', - ], - 155 => [ - 'contentobject_id' => '197', - 'contentobject_state_id' => '1', - ], - 156 => [ - 'contentobject_id' => '198', - 'contentobject_state_id' => '1', - ], - 157 => [ - 'contentobject_id' => '199', - 'contentobject_state_id' => '1', - ], - 158 => [ - 'contentobject_id' => '200', - 'contentobject_state_id' => '1', - ], - 159 => [ - 'contentobject_id' => '201', - 'contentobject_state_id' => '1', - ], - 160 => [ - 'contentobject_id' => '202', - 'contentobject_state_id' => '1', - ], - 161 => [ - 'contentobject_id' => '203', - 'contentobject_state_id' => '1', - ], - 162 => [ - 'contentobject_id' => '204', - 'contentobject_state_id' => '1', - ], - 163 => [ - 'contentobject_id' => '205', - 'contentobject_state_id' => '1', - ], - 164 => [ - 'contentobject_id' => '206', - 'contentobject_state_id' => '1', - ], - 165 => [ - 'contentobject_id' => '207', - 'contentobject_state_id' => '1', - ], - 166 => [ - 'contentobject_id' => '208', - 'contentobject_state_id' => '1', - ], - 167 => [ - 'contentobject_id' => '209', - 'contentobject_state_id' => '1', - ], - 168 => [ - 'contentobject_id' => '210', - 'contentobject_state_id' => '1', - ], - 169 => [ - 'contentobject_id' => '211', - 'contentobject_state_id' => '1', - ], - 170 => [ - 'contentobject_id' => '212', - 'contentobject_state_id' => '1', - ], - 171 => [ - 'contentobject_id' => '213', - 'contentobject_state_id' => '1', - ], - 172 => [ - 'contentobject_id' => '214', - 'contentobject_state_id' => '1', - ], - 173 => [ - 'contentobject_id' => '215', - 'contentobject_state_id' => '1', - ], - 174 => [ - 'contentobject_id' => '216', - 'contentobject_state_id' => '1', - ], - 175 => [ - 'contentobject_id' => '217', - 'contentobject_state_id' => '1', - ], - 176 => [ - 'contentobject_id' => '218', - 'contentobject_state_id' => '1', - ], - 177 => [ - 'contentobject_id' => '219', - 'contentobject_state_id' => '1', - ], - 178 => [ - 'contentobject_id' => '220', - 'contentobject_state_id' => '1', - ], - 179 => [ - 'contentobject_id' => '221', - 'contentobject_state_id' => '1', - ], - 180 => [ - 'contentobject_id' => '222', - 'contentobject_state_id' => '1', - ], - 181 => [ - 'contentobject_id' => '223', - 'contentobject_state_id' => '1', - ], - 182 => [ - 'contentobject_id' => '224', - 'contentobject_state_id' => '1', - ], - 183 => [ - 'contentobject_id' => '225', - 'contentobject_state_id' => '1', - ], - 184 => [ - 'contentobject_id' => '226', - 'contentobject_state_id' => '1', + 'data_type_string' => 'ibexa_image', + 'id' => '1316', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1205 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '269', + 'contentobject_id' => '224', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_keyword', + 'id' => '1317', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1206 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '329', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '105', + 'data_text' => 'Site map', + 'data_type_string' => 'ibexa_url', + 'id' => '1318', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 1207 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '330', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '106', + 'data_text' => 'Tag cloud', + 'data_type_string' => 'ibexa_url', + 'id' => '1319', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 1208 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '331', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Login', + 'data_type_string' => 'ibexa_string', + 'id' => '1320', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'login', + 'version' => '2', + ], + 1209 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '332', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Logout', + 'data_type_string' => 'ibexa_string', + 'id' => '1321', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'logout', + 'version' => '2', + ], + 1210 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '333', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'My profile', + 'data_type_string' => 'ibexa_string', + 'id' => '1322', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'my profile', + 'version' => '2', + ], + 1211 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '334', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Register', + 'data_type_string' => 'ibexa_string', + 'id' => '1323', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'register', + 'version' => '2', + ], + 1212 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '335', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '/rss/feed/my_feed', + 'data_type_string' => 'ibexa_string', + 'id' => '1324', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '/rss/feed/my_feed', + 'version' => '2', + ], + 1213 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '336', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Shopping basket', + 'data_type_string' => 'ibexa_string', + 'id' => '1325', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'shopping basket', + 'version' => '2', + ], + 1214 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '337', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Site settings', + 'data_type_string' => 'ibexa_string', + 'id' => '1326', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => 'site settings', + 'version' => '2', + ], + 1215 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '338', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Copyright © 2011 <a href="http://ibexa.co" title="Ibexa">Ibexa AS</a> (except where otherwise noted). All rights reserved.', + 'data_type_string' => 'ibexa_text', + 'id' => '1327', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 1216 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '339', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_boolean', + 'id' => '1328', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 1217 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '340', + 'contentobject_id' => '54', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_text', + 'id' => '1329', + 'language_code' => 'eng-US', + 'language_id' => '2', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '2', + ], + 1218 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '6', + 'contentobject_id' => '225', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => 'Partners', + 'data_type_string' => 'ibexa_string', + 'id' => '1330', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'partners', + 'version' => '1', + ], + 1219 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '7', + 'contentobject_id' => '225', + 'data_float' => '0', + 'data_int' => null, + 'data_text' => '', + 'data_type_string' => 'ibexa_string', + 'id' => '1331', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + 1220 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '8', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'A', + 'data_type_string' => 'ibexa_string', + 'id' => '1332', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'a', + 'version' => '1', + ], + 1221 => [ + 'attribute_original_id' => '0', + 'content_type_field_definition_id' => '9', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => 'member', + 'data_type_string' => 'ibexa_string', + 'id' => '1333', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => 'member', + 'version' => '1', + ], + 1222 => [ + 'attribute_original_id' => '226', + 'content_type_field_definition_id' => '12', + 'contentobject_id' => '226', + 'data_float' => '0', + 'data_int' => '0', + 'data_text' => '', + 'data_type_string' => 'ibexa_user', + 'id' => '1334', + 'language_code' => 'eng-US', + 'language_id' => '3', + 'sort_key_int' => '0', + 'sort_key_string' => '', + 'version' => '1', + ], + ], + ContentGateway::CONTENT_RELATION_TABLE => [ + 0 => [ + 'content_type_field_definition_id' => '237', + 'from_contentobject_id' => '67', + 'from_contentobject_version' => '1', + 'id' => '1', + 'relation_type' => '8', + 'to_contentobject_id' => '60', + ], + 1 => [ + 'content_type_field_definition_id' => '237', + 'from_contentobject_id' => '75', + 'from_contentobject_version' => '1', + 'id' => '2', + 'relation_type' => '8', + 'to_contentobject_id' => '64', + ], + 2 => [ + 'content_type_field_definition_id' => '237', + 'from_contentobject_id' => '84', + 'from_contentobject_version' => '1', + 'id' => '3', + 'relation_type' => '8', + 'to_contentobject_id' => '63', + ], + 3 => [ + 'content_type_field_definition_id' => '237', + 'from_contentobject_id' => '94', + 'from_contentobject_version' => '1', + 'id' => '4', + 'relation_type' => '8', + 'to_contentobject_id' => '62', + ], + 4 => [ + 'content_type_field_definition_id' => '237', + 'from_contentobject_id' => '154', + 'from_contentobject_version' => '1', + 'id' => '5', + 'relation_type' => '8', + 'to_contentobject_id' => '61', + ], + 5 => [ + 'content_type_field_definition_id' => '237', + 'from_contentobject_id' => '165', + 'from_contentobject_version' => '1', + 'id' => '6', + 'relation_type' => '8', + 'to_contentobject_id' => '58', + ], + 6 => [ + 'content_type_field_definition_id' => '108', + 'from_contentobject_id' => '109', + 'from_contentobject_version' => '1', + 'id' => '7', + 'relation_type' => '8', + 'to_contentobject_id' => '109', + ], + 7 => [ + 'content_type_field_definition_id' => '108', + 'from_contentobject_id' => '110', + 'from_contentobject_version' => '1', + 'id' => '8', + 'relation_type' => '8', + 'to_contentobject_id' => '110', + ], + 8 => [ + 'content_type_field_definition_id' => '108', + 'from_contentobject_id' => '111', + 'from_contentobject_version' => '1', + 'id' => '9', + 'relation_type' => '8', + 'to_contentobject_id' => '111', + ], + 9 => [ + 'content_type_field_definition_id' => '108', + 'from_contentobject_id' => '112', + 'from_contentobject_version' => '1', + 'id' => '10', + 'relation_type' => '8', + 'to_contentobject_id' => '112', + ], + 10 => [ + 'content_type_field_definition_id' => '108', + 'from_contentobject_id' => '113', + 'from_contentobject_version' => '1', + 'id' => '11', + 'relation_type' => '8', + 'to_contentobject_id' => '113', + ], + 11 => [ + 'content_type_field_definition_id' => '108', + 'from_contentobject_id' => '114', + 'from_contentobject_version' => '1', + 'id' => '12', + 'relation_type' => '8', + 'to_contentobject_id' => '114', + ], + 12 => [ + 'content_type_field_definition_id' => '108', + 'from_contentobject_id' => '115', + 'from_contentobject_version' => '1', + 'id' => '13', + 'relation_type' => '8', + 'to_contentobject_id' => '115', + ], + 13 => [ + 'content_type_field_definition_id' => '108', + 'from_contentobject_id' => '116', + 'from_contentobject_version' => '1', + 'id' => '14', + 'relation_type' => '8', + 'to_contentobject_id' => '116', + ], + 14 => [ + 'content_type_field_definition_id' => '108', + 'from_contentobject_id' => '117', + 'from_contentobject_version' => '1', + 'id' => '15', + 'relation_type' => '8', + 'to_contentobject_id' => '117', + ], + 15 => [ + 'content_type_field_definition_id' => '118', + 'from_contentobject_id' => '119', + 'from_contentobject_version' => '1', + 'id' => '16', + 'relation_type' => '8', + 'to_contentobject_id' => '119', + ], + 16 => [ + 'content_type_field_definition_id' => '118', + 'from_contentobject_id' => '120', + 'from_contentobject_version' => '1', + 'id' => '17', + 'relation_type' => '8', + 'to_contentobject_id' => '120', + ], + 17 => [ + 'content_type_field_definition_id' => '118', + 'from_contentobject_id' => '121', + 'from_contentobject_version' => '1', + 'id' => '18', + 'relation_type' => '8', + 'to_contentobject_id' => '121', + ], + 18 => [ + 'content_type_field_definition_id' => '118', + 'from_contentobject_id' => '122', + 'from_contentobject_version' => '1', + 'id' => '19', + 'relation_type' => '8', + 'to_contentobject_id' => '122', + ], + 19 => [ + 'content_type_field_definition_id' => '118', + 'from_contentobject_id' => '123', + 'from_contentobject_version' => '1', + 'id' => '20', + 'relation_type' => '8', + 'to_contentobject_id' => '123', + ], + 20 => [ + 'content_type_field_definition_id' => '118', + 'from_contentobject_id' => '124', + 'from_contentobject_version' => '1', + 'id' => '21', + 'relation_type' => '8', + 'to_contentobject_id' => '124', + ], + 21 => [ + 'content_type_field_definition_id' => '118', + 'from_contentobject_id' => '125', + 'from_contentobject_version' => '1', + 'id' => '22', + 'relation_type' => '8', + 'to_contentobject_id' => '125', + ], + 22 => [ + 'content_type_field_definition_id' => '118', + 'from_contentobject_id' => '126', + 'from_contentobject_version' => '1', + 'id' => '23', + 'relation_type' => '8', + 'to_contentobject_id' => '126', + ], + 23 => [ + 'content_type_field_definition_id' => '127', + 'from_contentobject_id' => '128', + 'from_contentobject_version' => '1', + 'id' => '24', + 'relation_type' => '8', + 'to_contentobject_id' => '128', + ], + 24 => [ + 'content_type_field_definition_id' => '127', + 'from_contentobject_id' => '129', + 'from_contentobject_version' => '1', + 'id' => '25', + 'relation_type' => '8', + 'to_contentobject_id' => '129', + ], + 25 => [ + 'content_type_field_definition_id' => '132', + 'from_contentobject_id' => '133', + 'from_contentobject_version' => '1', + 'id' => '26', + 'relation_type' => '8', + 'to_contentobject_id' => '133', + ], + 26 => [ + 'content_type_field_definition_id' => '132', + 'from_contentobject_id' => '134', + 'from_contentobject_version' => '1', + 'id' => '27', + 'relation_type' => '8', + 'to_contentobject_id' => '134', + ], + 27 => [ + 'content_type_field_definition_id' => '132', + 'from_contentobject_id' => '135', + 'from_contentobject_version' => '1', + 'id' => '28', + 'relation_type' => '8', + 'to_contentobject_id' => '135', + ], + 28 => [ + 'content_type_field_definition_id' => '136', + 'from_contentobject_id' => '137', + 'from_contentobject_version' => '1', + 'id' => '29', + 'relation_type' => '8', + 'to_contentobject_id' => '137', + ], + 29 => [ + 'content_type_field_definition_id' => '136', + 'from_contentobject_id' => '138', + 'from_contentobject_version' => '1', + 'id' => '30', + 'relation_type' => '8', + 'to_contentobject_id' => '138', + ], + 30 => [ + 'content_type_field_definition_id' => '139', + 'from_contentobject_id' => '140', + 'from_contentobject_version' => '1', + 'id' => '31', + 'relation_type' => '8', + 'to_contentobject_id' => '140', + ], + 31 => [ + 'content_type_field_definition_id' => '139', + 'from_contentobject_id' => '141', + 'from_contentobject_version' => '1', + 'id' => '32', + 'relation_type' => '8', + 'to_contentobject_id' => '141', + ], + 32 => [ + 'content_type_field_definition_id' => '139', + 'from_contentobject_id' => '142', + 'from_contentobject_version' => '1', + 'id' => '33', + 'relation_type' => '8', + 'to_contentobject_id' => '142', + ], + 33 => [ + 'content_type_field_definition_id' => '139', + 'from_contentobject_id' => '143', + 'from_contentobject_version' => '1', + 'id' => '34', + 'relation_type' => '8', + 'to_contentobject_id' => '143', + ], + 34 => [ + 'content_type_field_definition_id' => '145', + 'from_contentobject_id' => '146', + 'from_contentobject_version' => '1', + 'id' => '35', + 'relation_type' => '8', + 'to_contentobject_id' => '146', + ], + 35 => [ + 'content_type_field_definition_id' => '148', + 'from_contentobject_id' => '149', + 'from_contentobject_version' => '1', + 'id' => '36', + 'relation_type' => '8', + 'to_contentobject_id' => '149', + ], + 36 => [ + 'content_type_field_definition_id' => '151', + 'from_contentobject_id' => '152', + 'from_contentobject_version' => '1', + 'id' => '37', + 'relation_type' => '8', + 'to_contentobject_id' => '152', + ], + 37 => [ + 'content_type_field_definition_id' => '151', + 'from_contentobject_id' => '153', + 'from_contentobject_version' => '1', + 'id' => '38', + 'relation_type' => '8', + 'to_contentobject_id' => '153', + ], + 38 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '65', + 'from_contentobject_version' => '1', + 'id' => '39', + 'relation_type' => '4', + 'to_contentobject_id' => '151', + ], + 39 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '65', + 'from_contentobject_version' => '1', + 'id' => '40', + 'relation_type' => '2', + 'to_contentobject_id' => '106', + ], + 40 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '65', + 'from_contentobject_version' => '1', + 'id' => '41', + 'relation_type' => '2', + 'to_contentobject_id' => '107', + ], + 41 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '65', + 'from_contentobject_version' => '1', + 'id' => '42', + 'relation_type' => '2', + 'to_contentobject_id' => '176', + ], + 42 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '65', + 'from_contentobject_version' => '1', + 'id' => '43', + 'relation_type' => '2', + 'to_contentobject_id' => '131', + ], + 43 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '67', + 'from_contentobject_version' => '1', + 'id' => '44', + 'relation_type' => '2', + 'to_contentobject_id' => '71', + ], + 44 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '67', + 'from_contentobject_version' => '1', + 'id' => '45', + 'relation_type' => '2', + 'to_contentobject_id' => '72', + ], + 45 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '67', + 'from_contentobject_version' => '1', + 'id' => '46', + 'relation_type' => '2', + 'to_contentobject_id' => '73', + ], + 46 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '75', + 'from_contentobject_version' => '1', + 'id' => '47', + 'relation_type' => '6', + 'to_contentobject_id' => '76', + ], + 47 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '75', + 'from_contentobject_version' => '1', + 'id' => '48', + 'relation_type' => '6', + 'to_contentobject_id' => '80', + ], + 48 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '75', + 'from_contentobject_version' => '1', + 'id' => '49', + 'relation_type' => '2', + 'to_contentobject_id' => '77', + ], + 49 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '75', + 'from_contentobject_version' => '1', + 'id' => '50', + 'relation_type' => '2', + 'to_contentobject_id' => '79', + ], + 50 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '75', + 'from_contentobject_version' => '1', + 'id' => '51', + 'relation_type' => '2', + 'to_contentobject_id' => '78', + ], + 51 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '84', + 'from_contentobject_version' => '1', + 'id' => '52', + 'relation_type' => '2', + 'to_contentobject_id' => '85', + ], + 52 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '84', + 'from_contentobject_version' => '1', + 'id' => '53', + 'relation_type' => '2', + 'to_contentobject_id' => '93', + ], + 53 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '84', + 'from_contentobject_version' => '1', + 'id' => '54', + 'relation_type' => '2', + 'to_contentobject_id' => '91', + ], + 54 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '84', + 'from_contentobject_version' => '1', + 'id' => '55', + 'relation_type' => '2', + 'to_contentobject_id' => '92', + ], + 55 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '84', + 'from_contentobject_version' => '1', + 'id' => '56', + 'relation_type' => '2', + 'to_contentobject_id' => '86', + ], + 56 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '84', + 'from_contentobject_version' => '1', + 'id' => '57', + 'relation_type' => '2', + 'to_contentobject_id' => '87', + ], + 57 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '94', + 'from_contentobject_version' => '1', + 'id' => '58', + 'relation_type' => '4', + 'to_contentobject_id' => '98', + ], + 58 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '94', + 'from_contentobject_version' => '1', + 'id' => '59', + 'relation_type' => '4', + 'to_contentobject_id' => '95', + ], + 59 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '94', + 'from_contentobject_version' => '1', + 'id' => '60', + 'relation_type' => '2', + 'to_contentobject_id' => '101', + ], + 60 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '94', + 'from_contentobject_version' => '1', + 'id' => '61', + 'relation_type' => '2', + 'to_contentobject_id' => '103', + ], + 61 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '94', + 'from_contentobject_version' => '1', + 'id' => '62', + 'relation_type' => '2', + 'to_contentobject_id' => '104', + ], + 62 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '94', + 'from_contentobject_version' => '1', + 'id' => '63', + 'relation_type' => '2', + 'to_contentobject_id' => '102', + ], + 63 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '106', + 'from_contentobject_version' => '1', + 'id' => '64', + 'relation_type' => '2', + 'to_contentobject_id' => '108', + ], + 64 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '106', + 'from_contentobject_version' => '1', + 'id' => '65', + 'relation_type' => '2', + 'to_contentobject_id' => '202', + ], + 65 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '106', + 'from_contentobject_version' => '1', + 'id' => '66', + 'relation_type' => '2', + 'to_contentobject_id' => '127', + ], + 66 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '106', + 'from_contentobject_version' => '1', + 'id' => '67', + 'relation_type' => '2', + 'to_contentobject_id' => '130', + ], + 67 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '108', + 'from_contentobject_version' => '1', + 'id' => '68', + 'relation_type' => '2', + 'to_contentobject_id' => '109', + ], + 68 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '108', + 'from_contentobject_version' => '1', + 'id' => '69', + 'relation_type' => '2', + 'to_contentobject_id' => '110', + ], + 69 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '108', + 'from_contentobject_version' => '1', + 'id' => '70', + 'relation_type' => '2', + 'to_contentobject_id' => '111', + ], + 70 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '108', + 'from_contentobject_version' => '1', + 'id' => '71', + 'relation_type' => '2', + 'to_contentobject_id' => '112', + ], + 71 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '108', + 'from_contentobject_version' => '1', + 'id' => '72', + 'relation_type' => '2', + 'to_contentobject_id' => '113', + ], + 72 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '108', + 'from_contentobject_version' => '1', + 'id' => '73', + 'relation_type' => '2', + 'to_contentobject_id' => '114', + ], + 73 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '108', + 'from_contentobject_version' => '1', + 'id' => '74', + 'relation_type' => '2', + 'to_contentobject_id' => '115', + ], + 74 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '108', + 'from_contentobject_version' => '1', + 'id' => '75', + 'relation_type' => '2', + 'to_contentobject_id' => '116', + ], + 75 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '118', + 'from_contentobject_version' => '1', + 'id' => '76', + 'relation_type' => '2', + 'to_contentobject_id' => '119', + ], + 76 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '118', + 'from_contentobject_version' => '1', + 'id' => '77', + 'relation_type' => '2', + 'to_contentobject_id' => '120', + ], + 77 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '118', + 'from_contentobject_version' => '1', + 'id' => '78', + 'relation_type' => '2', + 'to_contentobject_id' => '121', + ], + 78 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '118', + 'from_contentobject_version' => '1', + 'id' => '79', + 'relation_type' => '2', + 'to_contentobject_id' => '122', + ], + 79 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '118', + 'from_contentobject_version' => '1', + 'id' => '80', + 'relation_type' => '2', + 'to_contentobject_id' => '123', + ], + 80 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '118', + 'from_contentobject_version' => '1', + 'id' => '81', + 'relation_type' => '2', + 'to_contentobject_id' => '124', + ], + 81 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '118', + 'from_contentobject_version' => '1', + 'id' => '82', + 'relation_type' => '2', + 'to_contentobject_id' => '125', + ], + 82 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '118', + 'from_contentobject_version' => '1', + 'id' => '83', + 'relation_type' => '2', + 'to_contentobject_id' => '126', + ], + 83 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '127', + 'from_contentobject_version' => '1', + 'id' => '84', + 'relation_type' => '2', + 'to_contentobject_id' => '128', + ], + 84 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '127', + 'from_contentobject_version' => '1', + 'id' => '85', + 'relation_type' => '2', + 'to_contentobject_id' => '129', + ], + 85 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '132', + 'from_contentobject_version' => '1', + 'id' => '86', + 'relation_type' => '2', + 'to_contentobject_id' => '133', + ], + 86 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '132', + 'from_contentobject_version' => '1', + 'id' => '87', + 'relation_type' => '2', + 'to_contentobject_id' => '134', + ], + 87 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '132', + 'from_contentobject_version' => '1', + 'id' => '88', + 'relation_type' => '2', + 'to_contentobject_id' => '135', + ], + 88 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '136', + 'from_contentobject_version' => '1', + 'id' => '89', + 'relation_type' => '2', + 'to_contentobject_id' => '137', + ], + 89 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '136', + 'from_contentobject_version' => '1', + 'id' => '90', + 'relation_type' => '2', + 'to_contentobject_id' => '138', + ], + 90 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '139', + 'from_contentobject_version' => '1', + 'id' => '91', + 'relation_type' => '2', + 'to_contentobject_id' => '141', + ], + 91 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '139', + 'from_contentobject_version' => '1', + 'id' => '92', + 'relation_type' => '2', + 'to_contentobject_id' => '140', + ], + 92 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '139', + 'from_contentobject_version' => '1', + 'id' => '93', + 'relation_type' => '2', + 'to_contentobject_id' => '142', + ], + 93 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '139', + 'from_contentobject_version' => '1', + 'id' => '94', + 'relation_type' => '2', + 'to_contentobject_id' => '143', + ], + 94 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '145', + 'from_contentobject_version' => '1', + 'id' => '95', + 'relation_type' => '2', + 'to_contentobject_id' => '146', + ], + 95 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '148', + 'from_contentobject_version' => '1', + 'id' => '96', + 'relation_type' => '2', + 'to_contentobject_id' => '149', + ], + 96 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '150', + 'from_contentobject_version' => '1', + 'id' => '97', + 'relation_type' => '2', + 'to_contentobject_id' => '66', + ], + 97 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '151', + 'from_contentobject_version' => '1', + 'id' => '98', + 'relation_type' => '2', + 'to_contentobject_id' => '152', + ], + 98 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '151', + 'from_contentobject_version' => '1', + 'id' => '99', + 'relation_type' => '2', + 'to_contentobject_id' => '153', + ], + 99 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '154', + 'from_contentobject_version' => '1', + 'id' => '100', + 'relation_type' => '2', + 'to_contentobject_id' => '163', + ], + 100 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '154', + 'from_contentobject_version' => '1', + 'id' => '101', + 'relation_type' => '2', + 'to_contentobject_id' => '162', + ], + 101 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '154', + 'from_contentobject_version' => '1', + 'id' => '102', + 'relation_type' => '2', + 'to_contentobject_id' => '158', + ], + 102 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '154', + 'from_contentobject_version' => '1', + 'id' => '103', + 'relation_type' => '2', + 'to_contentobject_id' => '155', + ], + 103 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '154', + 'from_contentobject_version' => '1', + 'id' => '104', + 'relation_type' => '2', + 'to_contentobject_id' => '164', + ], + 104 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '165', + 'from_contentobject_version' => '1', + 'id' => '105', + 'relation_type' => '2', + 'to_contentobject_id' => '170', + ], + 105 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '165', + 'from_contentobject_version' => '1', + 'id' => '106', + 'relation_type' => '2', + 'to_contentobject_id' => '185', + ], + 106 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '165', + 'from_contentobject_version' => '1', + 'id' => '107', + 'relation_type' => '2', + 'to_contentobject_id' => '166', + ], + 107 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '165', + 'from_contentobject_version' => '1', + 'id' => '108', + 'relation_type' => '2', + 'to_contentobject_id' => '176', + ], + 108 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '188', + 'from_contentobject_version' => '1', + 'id' => '109', + 'relation_type' => '2', + 'to_contentobject_id' => '224', + ], + 109 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '191', + 'from_contentobject_version' => '1', + 'id' => '110', + 'relation_type' => '2', + 'to_contentobject_id' => '192', + ], + 110 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '193', + 'from_contentobject_version' => '1', + 'id' => '111', + 'relation_type' => '2', + 'to_contentobject_id' => '199', + ], + 111 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '193', + 'from_contentobject_version' => '1', + 'id' => '112', + 'relation_type' => '2', + 'to_contentobject_id' => '194', + ], + 112 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '193', + 'from_contentobject_version' => '1', + 'id' => '113', + 'relation_type' => '2', + 'to_contentobject_id' => '195', + ], + 113 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '193', + 'from_contentobject_version' => '1', + 'id' => '114', + 'relation_type' => '2', + 'to_contentobject_id' => '196', + ], + 114 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '193', + 'from_contentobject_version' => '1', + 'id' => '115', + 'relation_type' => '2', + 'to_contentobject_id' => '197', + ], + 115 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '193', + 'from_contentobject_version' => '1', + 'id' => '116', + 'relation_type' => '2', + 'to_contentobject_id' => '200', + ], + 116 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '193', + 'from_contentobject_version' => '1', + 'id' => '117', + 'relation_type' => '2', + 'to_contentobject_id' => '201', + ], + 117 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '193', + 'from_contentobject_version' => '1', + 'id' => '118', + 'relation_type' => '2', + 'to_contentobject_id' => '198', + ], + 118 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '202', + 'from_contentobject_version' => '1', + 'id' => '119', + 'relation_type' => '2', + 'to_contentobject_id' => '210', + ], + 119 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '202', + 'from_contentobject_version' => '1', + 'id' => '120', + 'relation_type' => '2', + 'to_contentobject_id' => '203', + ], + 120 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '202', + 'from_contentobject_version' => '1', + 'id' => '121', + 'relation_type' => '2', + 'to_contentobject_id' => '204', + ], + 121 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '202', + 'from_contentobject_version' => '1', + 'id' => '122', + 'relation_type' => '2', + 'to_contentobject_id' => '205', + ], + 122 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '202', + 'from_contentobject_version' => '1', + 'id' => '123', + 'relation_type' => '2', + 'to_contentobject_id' => '206', + ], + 123 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '202', + 'from_contentobject_version' => '1', + 'id' => '124', + 'relation_type' => '2', + 'to_contentobject_id' => '207', + ], + 124 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '202', + 'from_contentobject_version' => '1', + 'id' => '125', + 'relation_type' => '2', + 'to_contentobject_id' => '208', + ], + 125 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '202', + 'from_contentobject_version' => '1', + 'id' => '126', + 'relation_type' => '2', + 'to_contentobject_id' => '209', + ], + 126 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '211', + 'from_contentobject_version' => '1', + 'id' => '127', + 'relation_type' => '2', + 'to_contentobject_id' => '212', + ], + 127 => [ + 'content_type_field_definition_id' => '0', + 'from_contentobject_id' => '211', + 'from_contentobject_version' => '1', + 'id' => '128', + 'relation_type' => '2', + 'to_contentobject_id' => '213', + ], + 128 => [ + 'content_type_field_definition_id' => '237', + 'from_contentobject_id' => '67', + 'from_contentobject_version' => '1', + 'id' => '129', + 'relation_type' => '8', + 'to_contentobject_id' => '75', + ], + ], + ContentGateway::CONTENT_NAME_TABLE => [ + 0 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '4', + 'language_id' => '3', + 'name' => 'Users', + 'real_translation' => 'eng-US', + ], + 1 => [ + 'content_translation' => 'eng-US', + 'content_version' => '2', + 'contentobject_id' => '10', + 'language_id' => '3', + 'name' => 'Anonymous User', + 'real_translation' => 'eng-US', + ], + 2 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '11', + 'language_id' => '3', + 'name' => 'Guest accounts', + 'real_translation' => 'eng-US', + ], + 3 => [ + 'content_translation' => 'eng-US', + 'content_version' => '2', + 'contentobject_id' => '11', + 'language_id' => '3', + 'name' => 'Members', + 'real_translation' => 'eng-US', + ], + 4 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '12', + 'language_id' => '3', + 'name' => 'Administrator users', + 'real_translation' => 'eng-US', + ], + 5 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '13', + 'language_id' => '3', + 'name' => 'Editors', + 'real_translation' => 'eng-US', + ], + 6 => [ + 'content_translation' => 'eng-US', + 'content_version' => '3', + 'contentobject_id' => '14', + 'language_id' => '3', + 'name' => 'Administrator User', + 'real_translation' => 'eng-US', + ], + 7 => [ + 'content_translation' => 'eng-US', + 'content_version' => '4', + 'contentobject_id' => '14', + 'language_id' => '3', + 'name' => 'Administrator User', + 'real_translation' => 'eng-US', + ], + 8 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '41', + 'language_id' => '3', + 'name' => 'Media', + 'real_translation' => 'eng-US', + ], + 9 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '42', + 'language_id' => '3', + 'name' => 'Anonymous users', + 'real_translation' => 'eng-US', + ], + 10 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '45', + 'language_id' => '3', + 'name' => 'Setup', + 'real_translation' => 'eng-US', + ], + 11 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '49', + 'language_id' => '3', + 'name' => 'Images', + 'real_translation' => 'eng-US', + ], + 12 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '50', + 'language_id' => '3', + 'name' => 'Files', + 'real_translation' => 'eng-US', + ], + 13 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '51', + 'language_id' => '3', + 'name' => 'Multimedia', + 'real_translation' => 'eng-US', + ], + 14 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '52', + 'language_id' => '2', + 'name' => 'Common INI settings', + 'real_translation' => 'eng-US', + ], + 15 => [ + 'content_translation' => 'eng-US', + 'content_version' => '2', + 'contentobject_id' => '54', + 'language_id' => '2', + 'name' => 'Website Interface', + 'real_translation' => 'eng-US', + ], + 16 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '56', + 'language_id' => '3', + 'name' => 'Design', + 'real_translation' => 'eng-US', + ], + 17 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '57', + 'language_id' => '3', + 'name' => 'Banners', + 'real_translation' => 'eng-US', + ], + 18 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '58', + 'language_id' => '2', + 'name' => 'Woman (Communities)', + 'real_translation' => 'eng-US', + ], + 19 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '59', + 'language_id' => '2', + 'name' => 'Woman (Frontpage)', + 'real_translation' => 'eng-US', + ], + 20 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '60', + 'language_id' => '2', + 'name' => 'Woman (Products)', + 'real_translation' => 'eng-US', + ], + 21 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '61', + 'language_id' => '2', + 'name' => 'Woman (Partners)', + 'real_translation' => 'eng-US', + ], + 22 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '62', + 'language_id' => '2', + 'name' => 'Pencils (Support)', + 'real_translation' => 'eng-US', + ], + 23 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '63', + 'language_id' => '2', + 'name' => 'Woman (Training)', + 'real_translation' => 'eng-US', + ], + 24 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '64', + 'language_id' => '2', + 'name' => 'Woman (Solutions)', + 'real_translation' => 'eng-US', + ], + 25 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '65', + 'language_id' => '3', + 'name' => 'Home', + 'real_translation' => 'eng-US', + ], + 26 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '66', + 'language_id' => '2', + 'name' => 'rest_api', + 'real_translation' => 'eng-US', + ], + 27 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '67', + 'language_id' => '2', + 'name' => 'Products', + 'real_translation' => 'eng-US', + ], + 28 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '68', + 'language_id' => '3', + 'name' => 'Software', + 'real_translation' => 'eng-US', + ], + 29 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '69', + 'language_id' => '2', + 'name' => 'OS Type I', + 'real_translation' => 'eng-US', + ], + 30 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '70', + 'language_id' => '3', + 'name' => 'Boxes', + 'real_translation' => 'eng-US', + ], + 31 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '71', + 'language_id' => '2', + 'name' => 'CD/DVD Box I', + 'real_translation' => 'eng-US', + ], + 32 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '72', + 'language_id' => '2', + 'name' => 'CD/DVD Box II', + 'real_translation' => 'eng-US', + ], + 33 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '73', + 'language_id' => '2', + 'name' => 'CD/DVD Box III', + 'real_translation' => 'eng-US', + ], + 34 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '74', + 'language_id' => '3', + 'name' => 'Products sheets', + 'real_translation' => 'eng-US', + ], + 35 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '75', + 'language_id' => '2', + 'name' => 'Solutions', + 'real_translation' => 'eng-US', + ], + 36 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '76', + 'language_id' => '3', + 'name' => 'Web publishing', + 'real_translation' => 'eng-US', + ], + 37 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '77', + 'language_id' => '2', + 'name' => 'Fusce sagittis sagittis', + 'real_translation' => 'eng-US', + ], + 38 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '78', + 'language_id' => '2', + 'name' => 'Etiam posuere sodales arcu', + 'real_translation' => 'eng-US', + ], + 39 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '79', + 'language_id' => '2', + 'name' => 'In hac habitasse platea', + 'real_translation' => 'eng-US', + ], + 40 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '80', + 'language_id' => '3', + 'name' => 'Content management', + 'real_translation' => 'eng-US', + ], + 41 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '81', + 'language_id' => '2', + 'name' => 'Fusce sagittis sagittis urna', + 'real_translation' => 'eng-US', + ], + 42 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '82', + 'language_id' => '2', + 'name' => 'Class aptent taciti sociosqu', + 'real_translation' => 'eng-US', + ], + 43 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '83', + 'language_id' => '2', + 'name' => 'Aenean malesuada ligula', + 'real_translation' => 'eng-US', + ], + 44 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '84', + 'language_id' => '2', + 'name' => 'Training', + 'real_translation' => 'eng-US', + ], + 45 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '85', + 'language_id' => '3', + 'name' => 'Certification', + 'real_translation' => 'eng-US', + ], + 46 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '86', + 'language_id' => '3', + 'name' => 'Professional workshops', + 'real_translation' => 'eng-US', + ], + 47 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '87', + 'language_id' => '2', + 'name' => 'Etiam sodales mauris', + 'real_translation' => 'eng-US', + ], + 48 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '88', + 'language_id' => '2', + 'name' => 'Class aptent taciti', + 'real_translation' => 'eng-US', + ], + 49 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '89', + 'language_id' => '2', + 'name' => 'Duis auctor vehicula erat', + 'real_translation' => 'eng-US', + ], + 50 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '90', + 'language_id' => '2', + 'name' => 'Events and seminars', + 'real_translation' => 'eng-US', + ], + 51 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '91', + 'language_id' => '3', + 'name' => 'Self-paced courses', + 'real_translation' => 'eng-US', + ], + 52 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '92', + 'language_id' => '3', + 'name' => 'Instructor-led courses', + 'real_translation' => 'eng-US', + ], + 53 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '93', + 'language_id' => '3', + 'name' => 'Additional learning resources', + 'real_translation' => 'eng-US', + ], + 54 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '94', + 'language_id' => '2', + 'name' => 'Support', + 'real_translation' => 'eng-US', + ], + 55 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '95', + 'language_id' => '2', + 'name' => 'Knowledgebase', + 'real_translation' => 'eng-US', + ], + 56 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '96', + 'language_id' => '2', + 'name' => 'Sed suscipit', + 'real_translation' => 'eng-US', + ], + 57 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '97', + 'language_id' => '2', + 'name' => 'Ut interdum', + 'real_translation' => 'eng-US', + ], + 58 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '98', + 'language_id' => '2', + 'name' => 'Documentation', + 'real_translation' => 'eng-US', + ], + 59 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '99', + 'language_id' => '2', + 'name' => 'Mauris pretium', + 'real_translation' => 'eng-US', + ], + 60 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '100', + 'language_id' => '2', + 'name' => 'Aliquam posuere', + 'real_translation' => 'eng-US', + ], + 61 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '101', + 'language_id' => '3', + 'name' => 'Books', + 'real_translation' => 'eng-US', + ], + 62 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '102', + 'language_id' => '2', + 'name' => 'Aliquam pulvinar suscipit tellus', + 'real_translation' => 'eng-US', + ], + 63 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '103', + 'language_id' => '3', + 'name' => 'Customer Service', + 'real_translation' => 'eng-US', + ], + 64 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '104', + 'language_id' => '3', + 'name' => 'Support Programs', + 'real_translation' => 'eng-US', + ], + 65 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '105', + 'language_id' => '3', + 'name' => 'Getting started', + 'real_translation' => 'eng-US', + ], + 66 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '106', + 'language_id' => '2', + 'name' => 'Tutorials for', + 'real_translation' => 'eng-US', + ], + 67 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '107', + 'language_id' => '2', + 'name' => 'Get involved', + 'real_translation' => 'eng-US', + ], + 68 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '108', + 'language_id' => '2', + 'name' => 'How to use Ibexa', + 'real_translation' => 'eng-US', + ], + 69 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '109', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 70 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '110', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 71 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '111', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 72 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '112', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 73 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '113', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 74 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '114', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 75 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '115', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 76 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '116', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 77 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '117', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 78 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '118', + 'language_id' => '2', + 'name' => 'How to manage Ibexa', + 'real_translation' => 'eng-US', + ], + 79 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '119', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 80 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '120', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 81 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '121', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 82 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '122', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 83 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '123', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 84 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '124', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 85 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '125', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 86 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '126', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 87 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '127', + 'language_id' => '2', + 'name' => 'How to develop with Ibexa', + 'real_translation' => 'eng-US', + ], + 88 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '128', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 89 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '129', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 90 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '130', + 'language_id' => '2', + 'name' => 'Adding Siteaccesses in Ibexa', + 'real_translation' => 'eng-US', + ], + 91 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '131', + 'language_id' => '3', + 'name' => 'New features', + 'real_translation' => 'eng-US', + ], + 92 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '132', + 'language_id' => '2', + 'name' => 'Improved user registration workflow', + 'real_translation' => 'eng-US', + ], + 93 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '133', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 94 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '134', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 95 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '135', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 96 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '136', + 'language_id' => '2', + 'name' => 'Improved block editing', + 'real_translation' => 'eng-US', + ], + 97 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '137', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 98 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '138', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 99 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '139', + 'language_id' => '2', + 'name' => 'Improved front-end editing', + 'real_translation' => 'eng-US', + ], + 100 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '140', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 101 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '141', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 102 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '142', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 103 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '143', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 104 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '144', + 'language_id' => '2', + 'name' => 'FastCGI', + 'real_translation' => 'eng-US', + ], + 105 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '145', + 'language_id' => '2', + 'name' => 'Support for Red Hat Enterprise', + 'real_translation' => 'eng-US', + ], + 106 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '146', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 107 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '147', + 'language_id' => '2', + 'name' => 'Canonical links', + 'real_translation' => 'eng-US', + ], + 108 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '148', + 'language_id' => '2', + 'name' => 'Asynchronous publishing', + 'real_translation' => 'eng-US', + ], + 109 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '149', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 110 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '150', + 'language_id' => '2', + 'name' => 'REST API interface', + 'real_translation' => 'eng-US', + ], + 111 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '151', + 'language_id' => '2', + 'name' => 'Ibexa Enterprise', + 'real_translation' => 'eng-US', + ], + 112 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '152', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 113 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '153', + 'language_id' => '2', + 'name' => 'graphics1', + 'real_translation' => 'eng-US', + ], + 114 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '154', + 'language_id' => '3', + 'name' => 'Partners', + 'real_translation' => 'eng-US', + ], + 115 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '155', + 'language_id' => '3', + 'name' => 'Partner News', + 'real_translation' => 'eng-US', + ], + 116 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '156', + 'language_id' => '2', + 'name' => 'Pellentesque quam mauris', + 'real_translation' => 'eng-US', + ], + 117 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '157', + 'language_id' => '2', + 'name' => 'Penatibus et magnis dis', + 'real_translation' => 'eng-US', + ], + 118 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '158', + 'language_id' => '3', + 'name' => 'News', + 'real_translation' => 'eng-US', + ], + 119 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '159', + 'language_id' => '2', + 'name' => 'Curabitur hendrerit dignissim', + 'real_translation' => 'eng-US', + ], + 120 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '160', + 'language_id' => '2', + 'name' => 'Proin condimentum risus', + 'real_translation' => 'eng-US', + ], + 121 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '161', + 'language_id' => '2', + 'name' => 'Morbi tristique senectus', + 'real_translation' => 'eng-US', + ], + 122 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '162', + 'language_id' => '3', + 'name' => 'Partner Products', + 'real_translation' => 'eng-US', + ], + 123 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '163', + 'language_id' => '3', + 'name' => 'Partners', + 'real_translation' => 'eng-US', + ], + 124 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '164', + 'language_id' => '2', + 'name' => 'Neque orci malesuada felis', + 'real_translation' => 'eng-US', + ], + 125 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '165', + 'language_id' => '3', + 'name' => 'Community', + 'real_translation' => 'eng-US', + ], + 126 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '166', + 'language_id' => '2', + 'name' => 'Forum', + 'real_translation' => 'eng-US', + ], + 127 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '167', + 'language_id' => '2', + 'name' => 'Nulla vitae tellus sit amet', + 'real_translation' => 'eng-US', + ], + 128 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '168', + 'language_id' => '2', + 'name' => 'Ut mollis sodales nibh', + 'real_translation' => 'eng-US', + ], + 129 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '169', + 'language_id' => '2', + 'name' => 'Nam risus leo', + 'real_translation' => 'eng-US', + ], + 130 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '170', + 'language_id' => '2', + 'name' => 'Wiki', + 'real_translation' => 'eng-US', + ], + 131 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '171', + 'language_id' => '2', + 'name' => 'Sed suscipit', + 'real_translation' => 'eng-US', + ], + 132 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '172', + 'language_id' => '2', + 'name' => 'Ut interdum', + 'real_translation' => 'eng-US', + ], + 133 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '173', + 'language_id' => '2', + 'name' => 'Fusce pulvinar', + 'real_translation' => 'eng-US', + ], + 134 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '174', + 'language_id' => '2', + 'name' => 'Duis id tortor', + 'real_translation' => 'eng-US', + ], + 135 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '175', + 'language_id' => '2', + 'name' => 'Curabitur lacinia', + 'real_translation' => 'eng-US', + ], + 136 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '176', + 'language_id' => '2', + 'name' => 'Pictures', + 'real_translation' => 'eng-US', + ], + 137 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '177', + 'language_id' => '2', + 'name' => 'Ivo on ibexa tags', + 'real_translation' => 'eng-US', + ], + 138 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '178', + 'language_id' => '2', + 'name' => 'Are you ready for the Community day?', + 'real_translation' => 'eng-US', + ], + 139 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '179', + 'language_id' => '2', + 'name' => 'Let\'s work together!', + 'real_translation' => 'eng-US', + ], + 140 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '180', + 'language_id' => '2', + 'name' => 'The Mediterranean seen from Nice!', + 'real_translation' => 'eng-US', + ], + 141 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '181', + 'language_id' => '2', + 'name' => 'Hotel lobby at Isola2000', + 'real_translation' => 'eng-US', + ], + 142 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '182', + 'language_id' => '2', + 'name' => 'Alexander on the past, Gaby on today and tomorrow', + 'real_translation' => 'eng-US', + ], + 143 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '183', + 'language_id' => '2', + 'name' => 'Isola2000 in white - beautiful skiing!', + 'real_translation' => 'eng-US', + ], + 144 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '184', + 'language_id' => '2', + 'name' => 'CEO future pitch - Adaptable, open, reliable!', + 'real_translation' => 'eng-US', + ], + 145 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '185', + 'language_id' => '2', + 'name' => 'Blog', + 'real_translation' => 'eng-US', + ], + 146 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '186', + 'language_id' => '2', + 'name' => 'Visit Paris', + 'real_translation' => 'eng-US', + ], + 147 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '187', + 'language_id' => '2', + 'name' => 'Paris in France', + 'real_translation' => 'eng-US', + ], + 148 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '188', + 'language_id' => '3', + 'name' => 'Company', + 'real_translation' => 'eng-US', + ], + 149 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '189', + 'language_id' => '3', + 'name' => 'About company', + 'real_translation' => 'eng-US', + ], + 150 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '190', + 'language_id' => '3', + 'name' => 'New features', + 'real_translation' => 'eng-US', + ], + 151 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '191', + 'language_id' => '2', + 'name' => 'Separate content & design in Ibexa', + 'real_translation' => 'eng-US', + ], + 152 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '192', + 'language_id' => '2', + 'name' => 'separation_of_content_and_design', + 'real_translation' => 'eng-US', + ], + 153 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '193', + 'language_id' => '2', + 'name' => 'How to use Ibexa', + 'real_translation' => 'eng-US', + ], + 154 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '194', + 'language_id' => '2', + 'name' => 'openoffice_import_large', + 'real_translation' => 'eng-US', + ], + 155 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '195', + 'language_id' => '2', + 'name' => 'translation_large', + 'real_translation' => 'eng-US', + ], + 156 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '196', + 'language_id' => '2', + 'name' => 'multiupload_large', + 'real_translation' => 'eng-US', + ], + 157 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '197', + 'language_id' => '2', + 'name' => 'gallery_large', + 'real_translation' => 'eng-US', + ], + 158 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '198', + 'language_id' => '2', + 'name' => 'search_result_large', + 'real_translation' => 'eng-US', + ], + 159 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '199', + 'language_id' => '2', + 'name' => 'ez_tool_bar_large', + 'real_translation' => 'eng-US', + ], + 160 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '200', + 'language_id' => '2', + 'name' => 'quicktime_large', + 'real_translation' => 'eng-US', + ], + 161 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '201', + 'language_id' => '2', + 'name' => 'web_2_0_large', + 'real_translation' => 'eng-US', + ], + 162 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '202', + 'language_id' => '2', + 'name' => 'How to manage Ibexa', + 'real_translation' => 'eng-US', + ], + 163 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '203', + 'language_id' => '2', + 'name' => 'usermanagement_large', + 'real_translation' => 'eng-US', + ], + 164 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '204', + 'language_id' => '2', + 'name' => 'workflow_large', + 'real_translation' => 'eng-US', + ], + 165 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '205', + 'language_id' => '2', + 'name' => 'versioning_large', + 'real_translation' => 'eng-US', + ], + 166 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '206', + 'language_id' => '2', + 'name' => 'datatypes_attributes_content_class_and_objects_large', + 'real_translation' => 'eng-US', + ], + 167 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '207', + 'language_id' => '2', + 'name' => 'multiple_location_large', + 'real_translation' => 'eng-US', + ], + 168 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '208', + 'language_id' => '2', + 'name' => 'multisite_deployment_large', + 'real_translation' => 'eng-US', + ], + 169 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '209', + 'language_id' => '2', + 'name' => 'seo_large', + 'real_translation' => 'eng-US', + ], + 170 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '210', + 'language_id' => '2', + 'name' => 'admin_site_large', + 'real_translation' => 'eng-US', + ], + 171 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '211', + 'language_id' => '2', + 'name' => 'How to develop with Ibexa', + 'real_translation' => 'eng-US', + ], + 172 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '212', + 'language_id' => '2', + 'name' => 'datatypes_attributes_content_class_and_objects_large', + 'real_translation' => 'eng-US', + ], + 173 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '213', + 'language_id' => '2', + 'name' => 'site_style_large', + 'real_translation' => 'eng-US', + ], + 174 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '214', + 'language_id' => '2', + 'name' => 'REST API interface', + 'real_translation' => 'eng-US', + ], + 175 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '215', + 'language_id' => '2', + 'name' => 'Asynchronous Publishing', + 'real_translation' => 'eng-US', + ], + 176 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '216', + 'language_id' => '2', + 'name' => 'Canonical links', + 'real_translation' => 'eng-US', + ], + 177 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '217', + 'language_id' => '2', + 'name' => 'Support for Red Hat Enterprise', + 'real_translation' => 'eng-US', + ], + 178 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '218', + 'language_id' => '2', + 'name' => 'FastCGI', + 'real_translation' => 'eng-US', + ], + 179 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '219', + 'language_id' => '2', + 'name' => 'Events', + 'real_translation' => 'eng-US', + ], + 180 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '220', + 'language_id' => '3', + 'name' => 'Career', + 'real_translation' => 'eng-US', + ], + 181 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '221', + 'language_id' => '3', + 'name' => 'Investors Relation', + 'real_translation' => 'eng-US', + ], + 182 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '222', + 'language_id' => '2', + 'name' => 'Contact', + 'real_translation' => 'eng-US', + ], + 183 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '223', + 'language_id' => '2', + 'name' => 'Morbi neque', + 'real_translation' => 'eng-US', + ], + 184 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '224', + 'language_id' => '3', + 'name' => 'Company banner', + 'real_translation' => 'eng-US', + ], + 185 => [ + 'content_translation' => 'eng-US', + 'content_version' => '1', + 'contentobject_id' => '225', + 'language_id' => '3', + 'name' => 'Partners', + 'real_translation' => 'eng-US', + ], + ], + LocationGateway::CONTENT_TREE_TABLE => [ + 0 => [ + 'contentobject_id' => '0', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '0', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '1', + 'modified_subnode' => '1311154216', + 'node_id' => '1', + 'parent_node_id' => '1', + 'path_identification_string' => '', + 'path_string' => '/1/', + 'priority' => '0', + 'remote_id' => '629709ba256fe317c3ddcee35453a96a', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 1 => [ + 'contentobject_id' => '65', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '1', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '2', + 'modified_subnode' => '1311154215', + 'node_id' => '2', + 'parent_node_id' => '1', + 'path_identification_string' => '', + 'path_string' => '/1/2/', + 'priority' => '0', + 'remote_id' => 'f3e90596361e31d496d4026eb624c983', + 'sort_field' => '8', + 'sort_order' => '1', + ], + 2 => [ + 'contentobject_id' => '4', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '1', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '5', + 'modified_subnode' => '1311154216', + 'node_id' => '5', + 'parent_node_id' => '1', + 'path_identification_string' => 'users', + 'path_string' => '/1/5/', + 'priority' => '0', + 'remote_id' => '3f6d92f8044aed134f32153517850f5a', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 3 => [ + 'contentobject_id' => '11', + 'contentobject_is_published' => '1', + 'contentobject_version' => '2', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '12', + 'modified_subnode' => '1311154216', + 'node_id' => '12', + 'parent_node_id' => '5', + 'path_identification_string' => 'users/members', + 'path_string' => '/1/5/12/', + 'priority' => '0', + 'remote_id' => '602dcf84765e56b7f999eaafd3821dd3', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 4 => [ + 'contentobject_id' => '12', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '13', + 'modified_subnode' => '1311154214', + 'node_id' => '13', + 'parent_node_id' => '5', + 'path_identification_string' => 'users/administrator_users', + 'path_string' => '/1/5/13/', + 'priority' => '0', + 'remote_id' => '769380b7aa94541679167eab817ca893', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 5 => [ + 'contentobject_id' => '13', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '14', + 'modified_subnode' => '1081860719', + 'node_id' => '14', + 'parent_node_id' => '5', + 'path_identification_string' => 'users/editors', + 'path_string' => '/1/5/14/', + 'priority' => '0', + 'remote_id' => 'f7dda2854fc68f7c8455d9cb14bd04a9', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 6 => [ + 'contentobject_id' => '14', + 'contentobject_is_published' => '1', + 'contentobject_version' => '4', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '15', + 'modified_subnode' => '1311154214', + 'node_id' => '15', + 'parent_node_id' => '13', + 'path_identification_string' => 'users/administrator_users/administrator_user', + 'path_string' => '/1/5/13/15/', + 'priority' => '0', + 'remote_id' => 'e5161a99f733200b9ed4e80f9c16187b', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 7 => [ + 'contentobject_id' => '41', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '1', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '43', + 'modified_subnode' => '1311154174', + 'node_id' => '43', + 'parent_node_id' => '1', + 'path_identification_string' => 'media', + 'path_string' => '/1/43/', + 'priority' => '0', + 'remote_id' => '75c715a51699d2d309a924eca6a95145', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 8 => [ + 'contentobject_id' => '42', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '44', + 'modified_subnode' => '1081860719', + 'node_id' => '44', + 'parent_node_id' => '5', + 'path_identification_string' => 'users/anonymous_users', + 'path_string' => '/1/5/44/', + 'priority' => '0', + 'remote_id' => '4fdf0072da953bb276c0c7e0141c5c9b', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 9 => [ + 'contentobject_id' => '10', + 'contentobject_is_published' => '1', + 'contentobject_version' => '2', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '45', + 'modified_subnode' => '1081860719', + 'node_id' => '45', + 'parent_node_id' => '44', + 'path_identification_string' => 'users/anonymous_users/anonymous_user', + 'path_string' => '/1/5/44/45/', + 'priority' => '0', + 'remote_id' => '2cf8343bee7b482bab82b269d8fecd76', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 10 => [ + 'contentobject_id' => '45', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '1', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '48', + 'modified_subnode' => '1184592117', + 'node_id' => '48', + 'parent_node_id' => '1', + 'path_identification_string' => 'setup2', + 'path_string' => '/1/48/', + 'priority' => '0', + 'remote_id' => '182ce1b5af0c09fa378557c462ba2617', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 11 => [ + 'contentobject_id' => '49', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '51', + 'modified_subnode' => '1311154174', + 'node_id' => '51', + 'parent_node_id' => '43', + 'path_identification_string' => 'media/images', + 'path_string' => '/1/43/51/', + 'priority' => '0', + 'remote_id' => '1b26c0454b09bb49dfb1b9190ffd67cb', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 12 => [ + 'contentobject_id' => '50', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '52', + 'modified_subnode' => '1081860720', + 'node_id' => '52', + 'parent_node_id' => '43', + 'path_identification_string' => 'media/files', + 'path_string' => '/1/43/52/', + 'priority' => '0', + 'remote_id' => '0b113a208f7890f9ad3c24444ff5988c', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 13 => [ + 'contentobject_id' => '51', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '53', + 'modified_subnode' => '1081860720', + 'node_id' => '53', + 'parent_node_id' => '43', + 'path_identification_string' => 'media/multimedia', + 'path_string' => '/1/43/53/', + 'priority' => '0', + 'remote_id' => '4f18b82c75f10aad476cae5adf98c11f', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 14 => [ + 'contentobject_id' => '52', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '54', + 'modified_subnode' => '1184592117', + 'node_id' => '54', + 'parent_node_id' => '48', + 'path_identification_string' => 'setup2/common_ini_settings', + 'path_string' => '/1/48/54/', + 'priority' => '0', + 'remote_id' => 'fa9f3cff9cf90ecfae335718dcbddfe2', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 15 => [ + 'contentobject_id' => '54', + 'contentobject_is_published' => '1', + 'contentobject_version' => '2', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '56', + 'modified_subnode' => '1311154215', + 'node_id' => '56', + 'parent_node_id' => '58', + 'path_identification_string' => 'design/plain_site', + 'path_string' => '/1/58/56/', + 'priority' => '0', + 'remote_id' => '772da20ecf88b3035d73cbdfcea0f119', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 16 => [ + 'contentobject_id' => '56', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '1', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '58', + 'modified_subnode' => '1311154215', + 'node_id' => '58', + 'parent_node_id' => '1', + 'path_identification_string' => 'design', + 'path_string' => '/1/58/', + 'priority' => '0', + 'remote_id' => '79f2d67372ab56f59b5d65bb9e0ca3b9', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 17 => [ + 'contentobject_id' => '57', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '59', + 'modified_subnode' => '1311154174', + 'node_id' => '59', + 'parent_node_id' => '43', + 'path_identification_string' => 'media/banners', + 'path_string' => '/1/43/59/', + 'priority' => '0', + 'remote_id' => '437ef9d0a9b7ae326ec83fa3bb73956d', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 18 => [ + 'contentobject_id' => '58', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '60', + 'modified_subnode' => '1311154173', + 'node_id' => '60', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_communities', + 'path_string' => '/1/43/59/60/', + 'priority' => '0', + 'remote_id' => 'eaa7f2f48c3f35801961abad12151db4', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 19 => [ + 'contentobject_id' => '59', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '61', + 'modified_subnode' => '1311154173', + 'node_id' => '61', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_frontpage', + 'path_string' => '/1/43/59/61/', + 'priority' => '0', + 'remote_id' => 'b8c85fd926d61dab6e68fa1865cee987', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 20 => [ + 'contentobject_id' => '60', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '62', + 'modified_subnode' => '1311154173', + 'node_id' => '62', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_products', + 'path_string' => '/1/43/59/62/', + 'priority' => '0', + 'remote_id' => 'c65aba2485585bdd09dfb66afccf645e', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 21 => [ + 'contentobject_id' => '61', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '63', + 'modified_subnode' => '1311154173', + 'node_id' => '63', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_partners', + 'path_string' => '/1/43/59/63/', + 'priority' => '0', + 'remote_id' => '64bb803471e53898aa38a7c29e482370', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 22 => [ + 'contentobject_id' => '62', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '64', + 'modified_subnode' => '1311154174', + 'node_id' => '64', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/pencils_support', + 'path_string' => '/1/43/59/64/', + 'priority' => '0', + 'remote_id' => '95e29503817570c6458fa0f37d227306', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 23 => [ + 'contentobject_id' => '63', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '65', + 'modified_subnode' => '1311154174', + 'node_id' => '65', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_training', + 'path_string' => '/1/43/59/65/', + 'priority' => '0', + 'remote_id' => 'aa4a1afd9c02d00f2f31186e8a271332', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 24 => [ + 'contentobject_id' => '64', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '66', + 'modified_subnode' => '1311154174', + 'node_id' => '66', + 'parent_node_id' => '59', + 'path_identification_string' => 'media/banners/woman_solutions', + 'path_string' => '/1/43/59/66/', + 'priority' => '0', + 'remote_id' => '93d5115082a23b266613868051b8d803', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 25 => [ + 'contentobject_id' => '66', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '68', + 'modified_subnode' => '1311154174', + 'node_id' => '68', + 'parent_node_id' => '51', + 'path_identification_string' => 'media/images/rest_api', + 'path_string' => '/1/43/51/68/', + 'priority' => '0', + 'remote_id' => '31fd28362c18a36cb56223f3609d5d90', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 26 => [ + 'contentobject_id' => '67', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '69', + 'modified_subnode' => '1311154177', + 'node_id' => '69', + 'parent_node_id' => '2', + 'path_identification_string' => 'products', + 'path_string' => '/1/2/69/', + 'priority' => '0', + 'remote_id' => '9cec85d730eec7578190ee95ce5a36f5', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 27 => [ + 'contentobject_id' => '68', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '70', + 'modified_subnode' => '1311154175', + 'node_id' => '70', + 'parent_node_id' => '69', + 'path_identification_string' => 'products/software', + 'path_string' => '/1/2/69/70/', + 'priority' => '0', + 'remote_id' => 'b0b85c15125ca1732e5e528de2717599', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 28 => [ + 'contentobject_id' => '69', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '71', + 'modified_subnode' => '1311154175', + 'node_id' => '71', + 'parent_node_id' => '70', + 'path_identification_string' => 'products/software/os_type_i', + 'path_string' => '/1/2/69/70/71/', + 'priority' => '0', + 'remote_id' => '087adb763245e0cdcac593fb4a5996cf', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 29 => [ + 'contentobject_id' => '70', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '72', + 'modified_subnode' => '1311154176', + 'node_id' => '72', + 'parent_node_id' => '69', + 'path_identification_string' => 'products/boxes', + 'path_string' => '/1/2/69/72/', + 'priority' => '0', + 'remote_id' => 'e607aab6e924091909f3def02415bc53', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 30 => [ + 'contentobject_id' => '71', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '73', + 'modified_subnode' => '1311154176', + 'node_id' => '73', + 'parent_node_id' => '72', + 'path_identification_string' => 'products/boxes/cd_dvd_box_i', + 'path_string' => '/1/2/69/72/73/', + 'priority' => '0', + 'remote_id' => '054d9f10c6fa97689c0fc3b2ac412ebd', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 31 => [ + 'contentobject_id' => '72', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '74', + 'modified_subnode' => '1311154176', + 'node_id' => '74', + 'parent_node_id' => '72', + 'path_identification_string' => 'products/boxes/cd_dvd_box_ii', + 'path_string' => '/1/2/69/72/74/', + 'priority' => '0', + 'remote_id' => '9801bda46e5f8b9d692e1120d50fc7b3', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 32 => [ + 'contentobject_id' => '73', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '75', + 'modified_subnode' => '1311154176', + 'node_id' => '75', + 'parent_node_id' => '72', + 'path_identification_string' => 'products/boxes/cd_dvd_box_iii', + 'path_string' => '/1/2/69/72/75/', + 'priority' => '0', + 'remote_id' => '005067a5eee6505aa0f601cca30681d0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 33 => [ + 'contentobject_id' => '74', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '76', + 'modified_subnode' => '1311154177', + 'node_id' => '76', + 'parent_node_id' => '69', + 'path_identification_string' => 'products/products_sheets', + 'path_string' => '/1/2/69/76/', + 'priority' => '0', + 'remote_id' => '18f14551cc555c094b15a732ccd27fb2', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 34 => [ + 'contentobject_id' => '75', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '77', + 'modified_subnode' => '1311154179', + 'node_id' => '77', + 'parent_node_id' => '2', + 'path_identification_string' => 'solutions', + 'path_string' => '/1/2/77/', + 'priority' => '0', + 'remote_id' => 'dbc2f3c8716c12f32c379dbf0b1cb133', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 35 => [ + 'contentobject_id' => '76', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '78', + 'modified_subnode' => '1311154178', + 'node_id' => '78', + 'parent_node_id' => '77', + 'path_identification_string' => 'solutions/web_publishing', + 'path_string' => '/1/2/77/78/', + 'priority' => '0', + 'remote_id' => 'bc766fe955437def220a3fa2966a34ee', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 36 => [ + 'contentobject_id' => '77', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '79', + 'modified_subnode' => '1311154178', + 'node_id' => '79', + 'parent_node_id' => '78', + 'path_identification_string' => 'solutions/web_publishing/fusce_sagittis_sagittis', + 'path_string' => '/1/2/77/78/79/', + 'priority' => '0', + 'remote_id' => 'f0c2216ecb29600cd8ae93951a0c8f3a', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 37 => [ + 'contentobject_id' => '78', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '80', + 'modified_subnode' => '1311154178', + 'node_id' => '80', + 'parent_node_id' => '78', + 'path_identification_string' => 'solutions/web_publishing/etiam_posuere_sodales_arcu', + 'path_string' => '/1/2/77/78/80/', + 'priority' => '0', + 'remote_id' => 'eaf16bddfd36206dad265aadfbc98f17', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 38 => [ + 'contentobject_id' => '79', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '81', + 'modified_subnode' => '1311154178', + 'node_id' => '81', + 'parent_node_id' => '78', + 'path_identification_string' => 'solutions/web_publishing/in_hac_habitasse_platea', + 'path_string' => '/1/2/77/78/81/', + 'priority' => '0', + 'remote_id' => 'd2a11e56093b77eb7a347229361c3377', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 39 => [ + 'contentobject_id' => '80', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '82', + 'modified_subnode' => '1311154179', + 'node_id' => '82', + 'parent_node_id' => '77', + 'path_identification_string' => 'solutions/content_management', + 'path_string' => '/1/2/77/82/', + 'priority' => '0', + 'remote_id' => '17d65b568e3500cf1f8b42bc5de2d12b', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 40 => [ + 'contentobject_id' => '81', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '83', + 'modified_subnode' => '1311154179', + 'node_id' => '83', + 'parent_node_id' => '82', + 'path_identification_string' => 'solutions/content_management/fusce_sagittis_sagittis_urna', + 'path_string' => '/1/2/77/82/83/', + 'priority' => '0', + 'remote_id' => 'ecc4f0e94b05bf10f4f783d660ff0ad0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 41 => [ + 'contentobject_id' => '82', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '84', + 'modified_subnode' => '1311154179', + 'node_id' => '84', + 'parent_node_id' => '82', + 'path_identification_string' => 'solutions/content_management/class_aptent_taciti_sociosqu', + 'path_string' => '/1/2/77/82/84/', + 'priority' => '0', + 'remote_id' => '74280af2cba9002ea9660749225562b6', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 42 => [ + 'contentobject_id' => '83', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '85', + 'modified_subnode' => '1311154179', + 'node_id' => '85', + 'parent_node_id' => '82', + 'path_identification_string' => 'solutions/content_management/aenean_malesuada_ligula', + 'path_string' => '/1/2/77/82/85/', + 'priority' => '0', + 'remote_id' => '4e526426523e47aeacf353541284cbf8', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 43 => [ + 'contentobject_id' => '84', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '86', + 'modified_subnode' => '1311154182', + 'node_id' => '86', + 'parent_node_id' => '2', + 'path_identification_string' => 'training', + 'path_string' => '/1/2/86/', + 'priority' => '0', + 'remote_id' => '95f3c4261719ea27ab67f980fbee0694', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 44 => [ + 'contentobject_id' => '85', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '87', + 'modified_subnode' => '1311154180', + 'node_id' => '87', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/certification', + 'path_string' => '/1/2/86/87/', + 'priority' => '0', + 'remote_id' => '4a1391d3563d056c9d9ea2653093ae3e', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 45 => [ + 'contentobject_id' => '86', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '88', + 'modified_subnode' => '1311154181', + 'node_id' => '88', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/professional_workshops', + 'path_string' => '/1/2/86/88/', + 'priority' => '0', + 'remote_id' => '8889727909b5f34b6aa23f7eee32606b', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 46 => [ + 'contentobject_id' => '87', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '89', + 'modified_subnode' => '1311154180', + 'node_id' => '89', + 'parent_node_id' => '88', + 'path_identification_string' => 'training/professional_workshops/etiam_sodales_mauris', + 'path_string' => '/1/2/86/88/89/', + 'priority' => '0', + 'remote_id' => '1721dbee55639fe280f6a54195f9577c', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 47 => [ + 'contentobject_id' => '88', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '90', + 'modified_subnode' => '1311154181', + 'node_id' => '90', + 'parent_node_id' => '88', + 'path_identification_string' => 'training/professional_workshops/class_aptent_taciti', + 'path_string' => '/1/2/86/88/90/', + 'priority' => '0', + 'remote_id' => '7fabb9ee5bcb6630a3947d1c5585d995', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 48 => [ + 'contentobject_id' => '89', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '91', + 'modified_subnode' => '1311154181', + 'node_id' => '91', + 'parent_node_id' => '88', + 'path_identification_string' => 'training/professional_workshops/duis_auctor_vehicula_erat', + 'path_string' => '/1/2/86/88/91/', + 'priority' => '0', + 'remote_id' => 'a95ae3e4a64f08eb2002b31680fe8989', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 49 => [ + 'contentobject_id' => '90', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '92', + 'modified_subnode' => '1311154181', + 'node_id' => '92', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/events_and_seminars', + 'path_string' => '/1/2/86/92/', + 'priority' => '0', + 'remote_id' => '2acc8bb8f7eda4de2cf74f6dc277661f', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 50 => [ + 'contentobject_id' => '91', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '93', + 'modified_subnode' => '1311154181', + 'node_id' => '93', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/self_paced_courses', + 'path_string' => '/1/2/86/93/', + 'priority' => '0', + 'remote_id' => '6d8cc9831b86d79b8c184507f8e0cbb6', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 51 => [ + 'contentobject_id' => '92', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '94', + 'modified_subnode' => '1311154182', + 'node_id' => '94', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/instructor_led_courses', + 'path_string' => '/1/2/86/94/', + 'priority' => '0', + 'remote_id' => '30f12ecd29608eceb20bb903ddb780c7', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 52 => [ + 'contentobject_id' => '93', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '95', + 'modified_subnode' => '1311154182', + 'node_id' => '95', + 'parent_node_id' => '86', + 'path_identification_string' => 'training/additional_learning_resources', + 'path_string' => '/1/2/86/95/', + 'priority' => '0', + 'remote_id' => '341e63bdce0f1601519d1b8e82e62766', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 53 => [ + 'contentobject_id' => '94', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '96', + 'modified_subnode' => '1311154185', + 'node_id' => '96', + 'parent_node_id' => '2', + 'path_identification_string' => 'support', + 'path_string' => '/1/2/96/', + 'priority' => '0', + 'remote_id' => '0d55a3f510cc7cd9a7b8eb838f50ff5c', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 54 => [ + 'contentobject_id' => '95', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '97', + 'modified_subnode' => '1311154183', + 'node_id' => '97', + 'parent_node_id' => '96', + 'path_identification_string' => 'support/knowledgebase', + 'path_string' => '/1/2/96/97/', + 'priority' => '0', + 'remote_id' => '89ce8eed8fa06c4105fd612aa83d87d6', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 55 => [ + 'contentobject_id' => '96', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '98', + 'modified_subnode' => '1311154183', + 'node_id' => '98', + 'parent_node_id' => '97', + 'path_identification_string' => 'support/knowledgebase/sed_suscipit', + 'path_string' => '/1/2/96/97/98/', + 'priority' => '0', + 'remote_id' => '78f3b9a9268c7b0206bf1c4d39211495', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 56 => [ + 'contentobject_id' => '97', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '99', + 'modified_subnode' => '1311154183', + 'node_id' => '99', + 'parent_node_id' => '98', + 'path_identification_string' => 'support/knowledgebase/sed_suscipit/ut_interdum', + 'path_string' => '/1/2/96/97/98/99/', + 'priority' => '0', + 'remote_id' => 'a1f9b32547e58064e645388512c16a39', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 57 => [ + 'contentobject_id' => '98', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '100', + 'modified_subnode' => '1311154184', + 'node_id' => '100', + 'parent_node_id' => '96', + 'path_identification_string' => 'support/documentation', + 'path_string' => '/1/2/96/100/', + 'priority' => '0', + 'remote_id' => '0f9c7380f8af1f29f1017e412bdd4016', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 58 => [ + 'contentobject_id' => '99', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '101', + 'modified_subnode' => '1311154184', + 'node_id' => '101', + 'parent_node_id' => '100', + 'path_identification_string' => 'support/documentation/mauris_pretium', + 'path_string' => '/1/2/96/100/101/', + 'priority' => '0', + 'remote_id' => '036394ec8b160f0782bec2dda452d798', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 59 => [ + 'contentobject_id' => '100', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '102', + 'modified_subnode' => '1311154184', + 'node_id' => '102', + 'parent_node_id' => '101', + 'path_identification_string' => 'support/documentation/mauris_pretium/aliquam_posuere', + 'path_string' => '/1/2/96/100/101/102/', + 'priority' => '0', + 'remote_id' => '78da6a4fae1c2eaabe1dbe7af818d970', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 60 => [ + 'contentobject_id' => '101', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '103', + 'modified_subnode' => '1311154184', + 'node_id' => '103', + 'parent_node_id' => '96', + 'path_identification_string' => 'support/books', + 'path_string' => '/1/2/96/103/', + 'priority' => '0', + 'remote_id' => '06cdeb27be466ea8330de5df16144263', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 61 => [ + 'contentobject_id' => '102', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '104', + 'modified_subnode' => '1311154184', + 'node_id' => '104', + 'parent_node_id' => '103', + 'path_identification_string' => 'support/books/aliquam_pulvinar_suscipit_tellus', + 'path_string' => '/1/2/96/103/104/', + 'priority' => '0', + 'remote_id' => 'ab30399896b8e54442c3a619ba7eeecb', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 62 => [ + 'contentobject_id' => '103', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '105', + 'modified_subnode' => '1311154184', + 'node_id' => '105', + 'parent_node_id' => '96', + 'path_identification_string' => 'support/customer_service', + 'path_string' => '/1/2/96/105/', + 'priority' => '0', + 'remote_id' => 'ca2ae9d0f0322798f632e896325f22c3', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 63 => [ + 'contentobject_id' => '104', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '106', + 'modified_subnode' => '1311154185', + 'node_id' => '106', + 'parent_node_id' => '96', + 'path_identification_string' => 'support/support_programs', + 'path_string' => '/1/2/96/106/', + 'priority' => '0', + 'remote_id' => '7ba1d48c0151bae62366095ef6f64c28', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 64 => [ + 'contentobject_id' => '105', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '107', + 'modified_subnode' => '1311154195', + 'node_id' => '107', + 'parent_node_id' => '2', + 'path_identification_string' => 'getting_started', + 'path_string' => '/1/2/107/', + 'priority' => '0', + 'remote_id' => 'e81507d3446726ebd7361352fef5fad3', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 65 => [ + 'contentobject_id' => '106', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '108', + 'modified_subnode' => '1311154185', + 'node_id' => '108', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/tutorials_for', + 'path_string' => '/1/2/107/108/', + 'priority' => '0', + 'remote_id' => '51278360f39d5b8ce1d9249953f4de98', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 66 => [ + 'contentobject_id' => '107', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '109', + 'modified_subnode' => '1311154185', + 'node_id' => '109', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/get_involved', + 'path_string' => '/1/2/107/109/', + 'priority' => '0', + 'remote_id' => '33151e24acea9c837d2b9fc52e03b1de', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 67 => [ + 'contentobject_id' => '108', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '110', + 'modified_subnode' => '1311154187', + 'node_id' => '110', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/how_to_use_ibexa', + 'path_string' => '/1/2/107/110/', + 'priority' => '0', + 'remote_id' => '6b3bcab0f149c5acc2e3728df7c66b73', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 68 => [ + 'contentobject_id' => '109', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '111', + 'modified_subnode' => '1311154186', + 'node_id' => '111', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics1', + 'path_string' => '/1/2/107/110/111/', + 'priority' => '0', + 'remote_id' => '28f9dfe5c0680955eec7a2dec4ebc642', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 69 => [ + 'contentobject_id' => '110', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '112', + 'modified_subnode' => '1311154186', + 'node_id' => '112', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics12', + 'path_string' => '/1/2/107/110/112/', + 'priority' => '0', + 'remote_id' => '191faba79dc108a19893944befa50d94', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 70 => [ + 'contentobject_id' => '111', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '113', + 'modified_subnode' => '1311154186', + 'node_id' => '113', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics13', + 'path_string' => '/1/2/107/110/113/', + 'priority' => '0', + 'remote_id' => '8679b5fa3ad0ec216293419ab9834e44', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 71 => [ + 'contentobject_id' => '112', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '114', + 'modified_subnode' => '1311154187', + 'node_id' => '114', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics14', + 'path_string' => '/1/2/107/110/114/', + 'priority' => '0', + 'remote_id' => '7f32cdefd0cf55b966a44aa52181e30d', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 72 => [ + 'contentobject_id' => '113', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '115', + 'modified_subnode' => '1311154187', + 'node_id' => '115', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics15', + 'path_string' => '/1/2/107/110/115/', + 'priority' => '0', + 'remote_id' => '29db3c1fcdb497e5cb2c74eb85c0906a', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 73 => [ + 'contentobject_id' => '114', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '116', + 'modified_subnode' => '1311154187', + 'node_id' => '116', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics16', + 'path_string' => '/1/2/107/110/116/', + 'priority' => '0', + 'remote_id' => '96e30009f712a0315217fed93eba6a18', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 74 => [ + 'contentobject_id' => '115', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '117', + 'modified_subnode' => '1311154187', + 'node_id' => '117', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics17', + 'path_string' => '/1/2/107/110/117/', + 'priority' => '0', + 'remote_id' => '3a6b87470a25b19a6ad15caa5e24e719', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 75 => [ + 'contentobject_id' => '116', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '118', + 'modified_subnode' => '1311154187', + 'node_id' => '118', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics18', + 'path_string' => '/1/2/107/110/118/', + 'priority' => '0', + 'remote_id' => 'd0bc77a21920b63543d7b0accab81b24', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 76 => [ + 'contentobject_id' => '117', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '119', + 'modified_subnode' => '1311154187', + 'node_id' => '119', + 'parent_node_id' => '110', + 'path_identification_string' => 'getting_started/how_to_use_ibexa/graphics19', + 'path_string' => '/1/2/107/110/119/', + 'priority' => '0', + 'remote_id' => 'c75b4b4b870e0e3611e19e1323103282', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 77 => [ + 'contentobject_id' => '118', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '120', + 'modified_subnode' => '1311154189', + 'node_id' => '120', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa', + 'path_string' => '/1/2/107/120/', + 'priority' => '0', + 'remote_id' => '262d8c936d3757ff81e7bb49392b703f', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 78 => [ + 'contentobject_id' => '119', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '121', + 'modified_subnode' => '1311154188', + 'node_id' => '121', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics1', + 'path_string' => '/1/2/107/120/121/', + 'priority' => '0', + 'remote_id' => '220d4e10bf4619525c3165823079482c', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 79 => [ + 'contentobject_id' => '120', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '122', + 'modified_subnode' => '1311154188', + 'node_id' => '122', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics12', + 'path_string' => '/1/2/107/120/122/', + 'priority' => '0', + 'remote_id' => 'f13a938ce2c79a9d438548299220d6dd', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 80 => [ + 'contentobject_id' => '121', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '123', + 'modified_subnode' => '1311154188', + 'node_id' => '123', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics13', + 'path_string' => '/1/2/107/120/123/', + 'priority' => '0', + 'remote_id' => '04f5e08293954b1851a4dd1cbd976cff', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 81 => [ + 'contentobject_id' => '122', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '124', + 'modified_subnode' => '1311154188', + 'node_id' => '124', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics14', + 'path_string' => '/1/2/107/120/124/', + 'priority' => '0', + 'remote_id' => 'dc80ae3d9de55855a16218b032062c62', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 82 => [ + 'contentobject_id' => '123', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '125', + 'modified_subnode' => '1311154189', + 'node_id' => '125', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics15', + 'path_string' => '/1/2/107/120/125/', + 'priority' => '0', + 'remote_id' => '4cb6d4015dd80474074043ab28f96e36', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 83 => [ + 'contentobject_id' => '124', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '126', + 'modified_subnode' => '1311154189', + 'node_id' => '126', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics16', + 'path_string' => '/1/2/107/120/126/', + 'priority' => '0', + 'remote_id' => '74ce7d6cbae81d90592b4a8a242a284a', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 84 => [ + 'contentobject_id' => '125', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '127', + 'modified_subnode' => '1311154189', + 'node_id' => '127', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics17', + 'path_string' => '/1/2/107/120/127/', + 'priority' => '0', + 'remote_id' => '6f76d2f7e5812acf4f7c5c70258f4f7e', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 85 => [ + 'contentobject_id' => '126', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '128', + 'modified_subnode' => '1311154189', + 'node_id' => '128', + 'parent_node_id' => '120', + 'path_identification_string' => 'getting_started/how_to_manage_ibexa/graphics18', + 'path_string' => '/1/2/107/120/128/', + 'priority' => '0', + 'remote_id' => '5ba07103968a6bb3f05c275c212440f6', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 86 => [ + 'contentobject_id' => '127', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '129', + 'modified_subnode' => '1311154190', + 'node_id' => '129', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa', + 'path_string' => '/1/2/107/129/', + 'priority' => '0', + 'remote_id' => '3579b6c5cd166d5137eada55274892d3', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 87 => [ + 'contentobject_id' => '128', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '130', + 'modified_subnode' => '1311154190', + 'node_id' => '130', + 'parent_node_id' => '129', + 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa/graphics1', + 'path_string' => '/1/2/107/129/130/', + 'priority' => '0', + 'remote_id' => 'e38a43ce35832e5af2df4f1e9272b926', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 88 => [ + 'contentobject_id' => '129', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '131', + 'modified_subnode' => '1311154190', + 'node_id' => '131', + 'parent_node_id' => '129', + 'path_identification_string' => 'getting_started/how_to_develop_with_ibexa/graphics12', + 'path_string' => '/1/2/107/129/131/', + 'priority' => '0', + 'remote_id' => '1ba7889f63e32acf70f66349ce1a8953', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 89 => [ + 'contentobject_id' => '130', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '132', + 'modified_subnode' => '1311154190', + 'node_id' => '132', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/adding_siteaccesses_in_ibexa', + 'path_string' => '/1/2/107/132/', + 'priority' => '0', + 'remote_id' => '19ae9fcb7334a0e407b2781920247122', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 90 => [ + 'contentobject_id' => '131', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '133', + 'modified_subnode' => '1311154195', + 'node_id' => '133', + 'parent_node_id' => '107', + 'path_identification_string' => 'getting_started/new_features', + 'path_string' => '/1/2/107/133/', + 'priority' => '0', + 'remote_id' => '423b6d20325263abaa2012536cc736a4', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 91 => [ + 'contentobject_id' => '132', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '134', + 'modified_subnode' => '1311154191', + 'node_id' => '134', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow', + 'path_string' => '/1/2/107/133/134/', + 'priority' => '0', + 'remote_id' => '07f0de334c83d631a59defe61f1a7cbf', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 92 => [ + 'contentobject_id' => '133', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '135', + 'modified_subnode' => '1311154191', + 'node_id' => '135', + 'parent_node_id' => '134', + 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics1', + 'path_string' => '/1/2/107/133/134/135/', + 'priority' => '0', + 'remote_id' => 'a7ca1a8878210a9978df0b00e9184b20', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 93 => [ + 'contentobject_id' => '134', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '136', + 'modified_subnode' => '1311154191', + 'node_id' => '136', + 'parent_node_id' => '134', + 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics12', + 'path_string' => '/1/2/107/133/134/136/', + 'priority' => '0', + 'remote_id' => '12c86be2151c426b990d47efd023cc40', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 94 => [ + 'contentobject_id' => '135', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '137', + 'modified_subnode' => '1311154191', + 'node_id' => '137', + 'parent_node_id' => '134', + 'path_identification_string' => 'getting_started/new_features/improved_user_registration_workflow/graphics13', + 'path_string' => '/1/2/107/133/134/137/', + 'priority' => '0', + 'remote_id' => 'ff4473534c7cef8212a11feab57a5f0e', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 95 => [ + 'contentobject_id' => '136', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '138', + 'modified_subnode' => '1311154192', + 'node_id' => '138', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/improved_block_editing', + 'path_string' => '/1/2/107/133/138/', + 'priority' => '0', + 'remote_id' => 'e0a1b1b2a3d248bf8d43a83581c22ae8', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 96 => [ + 'contentobject_id' => '137', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '139', + 'modified_subnode' => '1311154192', + 'node_id' => '139', + 'parent_node_id' => '138', + 'path_identification_string' => 'getting_started/new_features/improved_block_editing/graphics1', + 'path_string' => '/1/2/107/133/138/139/', + 'priority' => '0', + 'remote_id' => '8e6f0ba5195410b03a84ef3fdcc3ff0b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 97 => [ + 'contentobject_id' => '138', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '140', + 'modified_subnode' => '1311154192', + 'node_id' => '140', + 'parent_node_id' => '138', + 'path_identification_string' => 'getting_started/new_features/improved_block_editing/graphics12', + 'path_string' => '/1/2/107/133/138/140/', + 'priority' => '0', + 'remote_id' => 'bc416b97e1592c7a396f6f5f85e131ac', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 98 => [ + 'contentobject_id' => '139', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '141', + 'modified_subnode' => '1311154193', + 'node_id' => '141', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing', + 'path_string' => '/1/2/107/133/141/', + 'priority' => '0', + 'remote_id' => 'facfd2587054ea863cbe53768da04a47', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 99 => [ + 'contentobject_id' => '140', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '142', + 'modified_subnode' => '1311154192', + 'node_id' => '142', + 'parent_node_id' => '141', + 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics1', + 'path_string' => '/1/2/107/133/141/142/', + 'priority' => '0', + 'remote_id' => 'd159e8d4d590e481b06ecb441c0f14dc', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 100 => [ + 'contentobject_id' => '141', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '143', + 'modified_subnode' => '1311154192', + 'node_id' => '143', + 'parent_node_id' => '141', + 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics12', + 'path_string' => '/1/2/107/133/141/143/', + 'priority' => '0', + 'remote_id' => '7457db5919dd349bd878b60592fc009b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 101 => [ + 'contentobject_id' => '142', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '144', + 'modified_subnode' => '1311154193', + 'node_id' => '144', + 'parent_node_id' => '141', + 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics13', + 'path_string' => '/1/2/107/133/141/144/', + 'priority' => '0', + 'remote_id' => 'ebe1e9d1242a3aeedfda25da7cc25564', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 102 => [ + 'contentobject_id' => '143', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '145', + 'modified_subnode' => '1311154193', + 'node_id' => '145', + 'parent_node_id' => '141', + 'path_identification_string' => 'getting_started/new_features/improved_front_end_editing/graphics14', + 'path_string' => '/1/2/107/133/141/145/', + 'priority' => '0', + 'remote_id' => 'b3acf4c0f2df8977f1c6932725339a1d', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 103 => [ + 'contentobject_id' => '144', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '146', + 'modified_subnode' => '1311154193', + 'node_id' => '146', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/fastcgi', + 'path_string' => '/1/2/107/133/146/', + 'priority' => '0', + 'remote_id' => 'a324a48fea49eb3e6826b3295dc5f413', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 104 => [ + 'contentobject_id' => '145', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '147', + 'modified_subnode' => '1311154194', + 'node_id' => '147', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/support_for_red_hat_enterprise', + 'path_string' => '/1/2/107/133/147/', + 'priority' => '0', + 'remote_id' => '8c0133434d7bea077a614e1a85fca5b7', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 105 => [ + 'contentobject_id' => '146', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '148', + 'modified_subnode' => '1311154194', + 'node_id' => '148', + 'parent_node_id' => '147', + 'path_identification_string' => 'getting_started/new_features/support_for_red_hat_enterprise/graphics1', + 'path_string' => '/1/2/107/133/147/148/', + 'priority' => '0', + 'remote_id' => '46653e0e5fa60ab86788cad8084a759d', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 106 => [ + 'contentobject_id' => '147', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '149', + 'modified_subnode' => '1311154194', + 'node_id' => '149', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/canonical_links', + 'path_string' => '/1/2/107/133/149/', + 'priority' => '0', + 'remote_id' => '9b17e8d0b2cee501b75f7b481155e64f', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 107 => [ + 'contentobject_id' => '148', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '150', + 'modified_subnode' => '1311154195', + 'node_id' => '150', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/asynchronous_publishing', + 'path_string' => '/1/2/107/133/150/', + 'priority' => '0', + 'remote_id' => '3983d3aa7604f45a8ecbb953a98d646f', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 108 => [ + 'contentobject_id' => '149', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '151', + 'modified_subnode' => '1311154195', + 'node_id' => '151', + 'parent_node_id' => '150', + 'path_identification_string' => 'getting_started/new_features/asynchronous_publishing/graphics1', + 'path_string' => '/1/2/107/133/150/151/', + 'priority' => '0', + 'remote_id' => '92756622f207c0b1902ca156947a77de', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 109 => [ + 'contentobject_id' => '150', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '152', + 'modified_subnode' => '1311154195', + 'node_id' => '152', + 'parent_node_id' => '133', + 'path_identification_string' => 'getting_started/new_features/rest_api_interface', + 'path_string' => '/1/2/107/133/152/', + 'priority' => '0', + 'remote_id' => '60adbb1e37a6524246d3af372366754f', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 110 => [ + 'contentobject_id' => '151', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '153', + 'modified_subnode' => '1311154196', + 'node_id' => '153', + 'parent_node_id' => '2', + 'path_identification_string' => 'ibexa_enterprise', + 'path_string' => '/1/2/153/', + 'priority' => '0', + 'remote_id' => 'f4bf2e6c1cf75e15b15f0123a82778a1', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 111 => [ + 'contentobject_id' => '152', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '154', + 'modified_subnode' => '1311154196', + 'node_id' => '154', + 'parent_node_id' => '153', + 'path_identification_string' => 'ibexa_enterprise/graphics1', + 'path_string' => '/1/2/153/154/', + 'priority' => '0', + 'remote_id' => '1b95356b68bd59ef32b0fd7bb2c29130', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 112 => [ + 'contentobject_id' => '153', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '155', + 'modified_subnode' => '1311154196', + 'node_id' => '155', + 'parent_node_id' => '153', + 'path_identification_string' => 'ibexa_enterprise/graphics12', + 'path_string' => '/1/2/153/155/', + 'priority' => '0', + 'remote_id' => '94b7059eb5e0fe667f7c63eadd53a62b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 113 => [ + 'contentobject_id' => '154', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '156', + 'modified_subnode' => '1311154199', + 'node_id' => '156', + 'parent_node_id' => '2', + 'path_identification_string' => 'partners', + 'path_string' => '/1/2/156/', + 'priority' => '3', + 'remote_id' => '0c523dfd6b1eccbfb0d1bfe632ee7411', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 114 => [ + 'contentobject_id' => '155', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '157', + 'modified_subnode' => '1311154197', + 'node_id' => '157', + 'parent_node_id' => '156', + 'path_identification_string' => 'partners/partner_news', + 'path_string' => '/1/2/156/157/', + 'priority' => '0', + 'remote_id' => 'f5db8acf1150afc15eb514d380e3855d', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 115 => [ + 'contentobject_id' => '156', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '158', + 'modified_subnode' => '1311154197', + 'node_id' => '158', + 'parent_node_id' => '157', + 'path_identification_string' => 'partners/partner_news/pellentesque_quam_mauris', + 'path_string' => '/1/2/156/157/158/', + 'priority' => '0', + 'remote_id' => '6366a99ac1cec2133e87fdd805d108c8', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 116 => [ + 'contentobject_id' => '157', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '159', + 'modified_subnode' => '1311154197', + 'node_id' => '159', + 'parent_node_id' => '157', + 'path_identification_string' => 'partners/partner_news/penatibus_et_magnis_dis', + 'path_string' => '/1/2/156/157/159/', + 'priority' => '0', + 'remote_id' => '7ee406cb6e5f0b2a29bc9f97f5a5b9db', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 117 => [ + 'contentobject_id' => '158', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '160', + 'modified_subnode' => '1311154198', + 'node_id' => '160', + 'parent_node_id' => '156', + 'path_identification_string' => 'partners/news', + 'path_string' => '/1/2/156/160/', + 'priority' => '0', + 'remote_id' => '007109e7f353c86dfd48d844cb18ce73', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 118 => [ + 'contentobject_id' => '159', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '161', + 'modified_subnode' => '1311154198', + 'node_id' => '161', + 'parent_node_id' => '160', + 'path_identification_string' => 'partners/news/curabitur_hendrerit_dignissim', + 'path_string' => '/1/2/156/160/161/', + 'priority' => '0', + 'remote_id' => '63769c39380a45a731aa44068c0f4e33', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 119 => [ + 'contentobject_id' => '160', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '162', + 'modified_subnode' => '1311154198', + 'node_id' => '162', + 'parent_node_id' => '160', + 'path_identification_string' => 'partners/news/proin_condimentum_risus', + 'path_string' => '/1/2/156/160/162/', + 'priority' => '0', + 'remote_id' => 'f761918d15e356e50ce94294cad79765', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 120 => [ + 'contentobject_id' => '161', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '163', + 'modified_subnode' => '1311154198', + 'node_id' => '163', + 'parent_node_id' => '160', + 'path_identification_string' => 'partners/news/morbi_tristique_senectus', + 'path_string' => '/1/2/156/160/163/', + 'priority' => '0', + 'remote_id' => '68187b44ef9051a4db10bd9bb7f228a4', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 121 => [ + 'contentobject_id' => '162', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '164', + 'modified_subnode' => '1311154198', + 'node_id' => '164', + 'parent_node_id' => '156', + 'path_identification_string' => 'partners/partner_products', + 'path_string' => '/1/2/156/164/', + 'priority' => '0', + 'remote_id' => '472e9bc321148baa71d2070063f24bb9', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 122 => [ + 'contentobject_id' => '163', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '165', + 'modified_subnode' => '1311154199', + 'node_id' => '165', + 'parent_node_id' => '156', + 'path_identification_string' => 'partners/partners', + 'path_string' => '/1/2/156/165/', + 'priority' => '0', + 'remote_id' => 'b1a68df10cdf379cf78999c8012db679', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 123 => [ + 'contentobject_id' => '164', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '166', + 'modified_subnode' => '1311154199', + 'node_id' => '166', + 'parent_node_id' => '165', + 'path_identification_string' => 'partners/partners/neque_orci_malesuada_felis', + 'path_string' => '/1/2/156/165/166/', + 'priority' => '0', + 'remote_id' => 'e9ee6724fffb012f918300de66af27e1', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 124 => [ + 'contentobject_id' => '165', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '167', + 'modified_subnode' => '1311154204', + 'node_id' => '167', + 'parent_node_id' => '2', + 'path_identification_string' => 'community', + 'path_string' => '/1/2/167/', + 'priority' => '4', + 'remote_id' => 'c4604fb2e100a6681a4f53fbe6e5eeae', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 125 => [ + 'contentobject_id' => '166', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '168', + 'modified_subnode' => '1311154200', + 'node_id' => '168', + 'parent_node_id' => '167', + 'path_identification_string' => 'community/forum', + 'path_string' => '/1/2/167/168/', + 'priority' => '0', + 'remote_id' => '5e6762a083ab4c0357bad163902ba8f7', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 126 => [ + 'contentobject_id' => '167', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '169', + 'modified_subnode' => '1311154200', + 'node_id' => '169', + 'parent_node_id' => '168', + 'path_identification_string' => 'community/forum/nulla_vitae_tellus_sit_amet', + 'path_string' => '/1/2/167/168/169/', + 'priority' => '0', + 'remote_id' => '2549eee03064d55ae7fc84fe41ae1ef6', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 127 => [ + 'contentobject_id' => '168', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '170', + 'modified_subnode' => '1311154200', + 'node_id' => '170', + 'parent_node_id' => '168', + 'path_identification_string' => 'community/forum/ut_mollis_sodales_nibh', + 'path_string' => '/1/2/167/168/170/', + 'priority' => '0', + 'remote_id' => '7bfca4bdde619ac9104e235629e2dbc7', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 128 => [ + 'contentobject_id' => '169', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '171', + 'modified_subnode' => '1311154200', + 'node_id' => '171', + 'parent_node_id' => '168', + 'path_identification_string' => 'community/forum/nam_risus_leo', + 'path_string' => '/1/2/167/168/171/', + 'priority' => '0', + 'remote_id' => '81fd930afe94962395074b762592a356', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 129 => [ + 'contentobject_id' => '170', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '172', + 'modified_subnode' => '1311154201', + 'node_id' => '172', + 'parent_node_id' => '167', + 'path_identification_string' => 'community/wiki', + 'path_string' => '/1/2/167/172/', + 'priority' => '0', + 'remote_id' => '8b570ac03318b7e29eb5fd1bae15efde', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 130 => [ + 'contentobject_id' => '171', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '173', + 'modified_subnode' => '1311154201', + 'node_id' => '173', + 'parent_node_id' => '172', + 'path_identification_string' => 'community/wiki/sed_suscipit', + 'path_string' => '/1/2/167/172/173/', + 'priority' => '0', + 'remote_id' => '4329dcc6a8d441aa7253660512dfd5b6', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 131 => [ + 'contentobject_id' => '172', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '174', + 'modified_subnode' => '1311154201', + 'node_id' => '174', + 'parent_node_id' => '173', + 'path_identification_string' => 'community/wiki/sed_suscipit/ut_interdum', + 'path_string' => '/1/2/167/172/173/174/', + 'priority' => '0', + 'remote_id' => '6cf7b9370a0d9800ed49ba3be13b6be5', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 132 => [ + 'contentobject_id' => '173', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '175', + 'modified_subnode' => '1311154201', + 'node_id' => '175', + 'parent_node_id' => '173', + 'path_identification_string' => 'community/wiki/sed_suscipit/fusce_pulvinar', + 'path_string' => '/1/2/167/172/173/175/', + 'priority' => '0', + 'remote_id' => 'f71191fcce35c83530cddde467a908b2', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 133 => [ + 'contentobject_id' => '174', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '176', + 'modified_subnode' => '1311154201', + 'node_id' => '176', + 'parent_node_id' => '172', + 'path_identification_string' => 'community/wiki/duis_id_tortor', + 'path_string' => '/1/2/167/172/176/', + 'priority' => '0', + 'remote_id' => '2d3cf4fe8d439e16e0ed75ef947b5e3d', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 134 => [ + 'contentobject_id' => '175', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '177', + 'modified_subnode' => '1311154201', + 'node_id' => '177', + 'parent_node_id' => '176', + 'path_identification_string' => 'community/wiki/duis_id_tortor/curabitur_lacinia', + 'path_string' => '/1/2/167/172/176/177/', + 'priority' => '0', + 'remote_id' => '49c9ad954328ab5f5a76d580873961a4', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 135 => [ + 'contentobject_id' => '176', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '178', + 'modified_subnode' => '1311154203', + 'node_id' => '178', + 'parent_node_id' => '167', + 'path_identification_string' => 'community/pictures', + 'path_string' => '/1/2/167/178/', + 'priority' => '0', + 'remote_id' => 'ae32173cedf3a5ec441e3afcadc4abcb', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 136 => [ + 'contentobject_id' => '177', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '179', + 'modified_subnode' => '1311154202', + 'node_id' => '179', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/ivo_on_ibexa_tags', + 'path_string' => '/1/2/167/178/179/', + 'priority' => '0', + 'remote_id' => 'c6c32c884db955ea09338c90eee84746', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 137 => [ + 'contentobject_id' => '178', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '180', + 'modified_subnode' => '1311154202', + 'node_id' => '180', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/are_you_ready_for_the_community_day', + 'path_string' => '/1/2/167/178/180/', + 'priority' => '0', + 'remote_id' => 'db191e87b9b6ac22a18742cd32d2b3d4', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 138 => [ + 'contentobject_id' => '179', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '181', + 'modified_subnode' => '1311154202', + 'node_id' => '181', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/let_s_work_together', + 'path_string' => '/1/2/167/178/181/', + 'priority' => '0', + 'remote_id' => '02a6d1506bf437eda1317d0c36a8545b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 139 => [ + 'contentobject_id' => '180', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '182', + 'modified_subnode' => '1311154203', + 'node_id' => '182', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/the_mediterranean_seen_from_nice', + 'path_string' => '/1/2/167/178/182/', + 'priority' => '0', + 'remote_id' => '40d743025e4ec4d813bd864dad08e0cc', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 140 => [ + 'contentobject_id' => '181', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '183', + 'modified_subnode' => '1311154203', + 'node_id' => '183', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/hotel_lobby_at_isola2000', + 'path_string' => '/1/2/167/178/183/', + 'priority' => '0', + 'remote_id' => 'eb2a8ef7d4b1fb8ffb68f0764b615de1', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 141 => [ + 'contentobject_id' => '182', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '184', + 'modified_subnode' => '1311154203', + 'node_id' => '184', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/alexander_on_the_past_gaby_on_today_and_tomorrow', + 'path_string' => '/1/2/167/178/184/', + 'priority' => '0', + 'remote_id' => '9e45f3ee0f15995b670fb3a117b6ee49', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 142 => [ + 'contentobject_id' => '183', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '185', + 'modified_subnode' => '1311154203', + 'node_id' => '185', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/isola2000_in_white_beautiful_skiing', + 'path_string' => '/1/2/167/178/185/', + 'priority' => '0', + 'remote_id' => 'f368c4ae469c596344e15fca8c7370c2', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 143 => [ + 'contentobject_id' => '184', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '186', + 'modified_subnode' => '1311154203', + 'node_id' => '186', + 'parent_node_id' => '178', + 'path_identification_string' => 'community/pictures/ceo_future_pitch_adaptable_open_reliable', + 'path_string' => '/1/2/167/178/186/', + 'priority' => '0', + 'remote_id' => '7e153b75dd0ee0476ac7463d4a3daaef', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 144 => [ + 'contentobject_id' => '185', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '187', + 'modified_subnode' => '1311154204', + 'node_id' => '187', + 'parent_node_id' => '167', + 'path_identification_string' => 'community/blog', + 'path_string' => '/1/2/167/187/', + 'priority' => '0', + 'remote_id' => '09fb4147e4b124b9770a527bdd66799c', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 145 => [ + 'contentobject_id' => '186', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '188', + 'modified_subnode' => '1311154204', + 'node_id' => '188', + 'parent_node_id' => '187', + 'path_identification_string' => 'community/blog/visit_paris', + 'path_string' => '/1/2/167/187/188/', + 'priority' => '0', + 'remote_id' => '8f73d6d4ffca33c619d2f2645340ccc0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 146 => [ + 'contentobject_id' => '187', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '189', + 'modified_subnode' => '1311154204', + 'node_id' => '189', + 'parent_node_id' => '187', + 'path_identification_string' => 'community/blog/paris_in_france', + 'path_string' => '/1/2/167/187/189/', + 'priority' => '0', + 'remote_id' => '5cdc175d45aeb3fa054a95f40df56e79', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 147 => [ + 'contentobject_id' => '188', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '190', + 'modified_subnode' => '1311154212', + 'node_id' => '190', + 'parent_node_id' => '2', + 'path_identification_string' => 'company', + 'path_string' => '/1/2/190/', + 'priority' => '6', + 'remote_id' => 'e060ff40aa17eb21dc1e4595c9a5eb9a', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 148 => [ + 'contentobject_id' => '189', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '191', + 'modified_subnode' => '1311154204', + 'node_id' => '191', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/about_company', + 'path_string' => '/1/2/190/191/', + 'priority' => '0', + 'remote_id' => '7bf290af79b3b51e6ccc1f95f321618c', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 149 => [ + 'contentobject_id' => '190', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '192', + 'modified_subnode' => '1311154212', + 'node_id' => '192', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/new_features', + 'path_string' => '/1/2/190/192/', + 'priority' => '0', + 'remote_id' => '9f804eee139dcee343dbe4175d14654c', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 150 => [ + 'contentobject_id' => '191', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '193', + 'modified_subnode' => '1311154205', + 'node_id' => '193', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/separate_content_design_in_ibexa', + 'path_string' => '/1/2/190/192/193/', + 'priority' => '0', + 'remote_id' => '10d57795c986ca61689e6c2c11382eb3', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 151 => [ + 'contentobject_id' => '192', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '194', + 'modified_subnode' => '1311154205', + 'node_id' => '194', + 'parent_node_id' => '193', + 'path_identification_string' => 'company/new_features/separate_content_design_in_ibexa/separation_of_content_and_design', + 'path_string' => '/1/2/190/192/193/194/', + 'priority' => '0', + 'remote_id' => '87417129b080d24d335eb2653dd1a40c', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 152 => [ + 'contentobject_id' => '193', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '195', + 'modified_subnode' => '1311154207', + 'node_id' => '195', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa', + 'path_string' => '/1/2/190/192/195/', + 'priority' => '0', + 'remote_id' => 'fd56d839df6e2b52055d4a62f4df7c3e', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 153 => [ + 'contentobject_id' => '194', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '196', + 'modified_subnode' => '1311154206', + 'node_id' => '196', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/openoffice_import_large', + 'path_string' => '/1/2/190/192/195/196/', + 'priority' => '0', + 'remote_id' => 'ab2f2093f16c56ac2e61f40f25d2dbe0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 154 => [ + 'contentobject_id' => '195', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '197', + 'modified_subnode' => '1311154206', + 'node_id' => '197', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/translation_large', + 'path_string' => '/1/2/190/192/195/197/', + 'priority' => '0', + 'remote_id' => '185a1737e9012e7c3025df876bbb4f9b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 155 => [ + 'contentobject_id' => '196', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '198', + 'modified_subnode' => '1311154206', + 'node_id' => '198', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/multiupload_large', + 'path_string' => '/1/2/190/192/195/198/', + 'priority' => '0', + 'remote_id' => 'efdca2f6ddd2c8befc283ae3465b9acd', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 156 => [ + 'contentobject_id' => '197', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '199', + 'modified_subnode' => '1311154207', + 'node_id' => '199', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/gallery_large', + 'path_string' => '/1/2/190/192/195/199/', + 'priority' => '0', + 'remote_id' => 'f81b0e4c31ea13d94b9838e9e7e7ad7e', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 157 => [ + 'contentobject_id' => '198', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '200', + 'modified_subnode' => '1311154207', + 'node_id' => '200', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/search_result_large', + 'path_string' => '/1/2/190/192/195/200/', + 'priority' => '0', + 'remote_id' => '666efc49c267cddf55ca707408f4ac42', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 158 => [ + 'contentobject_id' => '199', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '201', + 'modified_subnode' => '1311154207', + 'node_id' => '201', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/ez_tool_bar_large', + 'path_string' => '/1/2/190/192/195/201/', + 'priority' => '0', + 'remote_id' => 'afb51a5f898c549c9e1f35afc75d66f3', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 159 => [ + 'contentobject_id' => '200', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '202', + 'modified_subnode' => '1311154207', + 'node_id' => '202', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/quicktime_large', + 'path_string' => '/1/2/190/192/195/202/', + 'priority' => '0', + 'remote_id' => '94b71866ede0d2776c140e85a823d31d', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 160 => [ + 'contentobject_id' => '201', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '203', + 'modified_subnode' => '1311154207', + 'node_id' => '203', + 'parent_node_id' => '195', + 'path_identification_string' => 'company/new_features/how_to_use_ibexa/web_2_0_large', + 'path_string' => '/1/2/190/192/195/203/', + 'priority' => '0', + 'remote_id' => 'e74475a240fb7061b40c75f5e6fcd52c', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 161 => [ + 'contentobject_id' => '202', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '204', + 'modified_subnode' => '1311154210', + 'node_id' => '204', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa', + 'path_string' => '/1/2/190/192/204/', + 'priority' => '0', + 'remote_id' => '42a3b07037390457ad0f2c65494bfd97', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 162 => [ + 'contentobject_id' => '203', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '205', + 'modified_subnode' => '1311154208', + 'node_id' => '205', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/usermanagement_large', + 'path_string' => '/1/2/190/192/204/205/', + 'priority' => '0', + 'remote_id' => '6da1a82ba3d962d2ad953fff8ee26362', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 163 => [ + 'contentobject_id' => '204', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '206', + 'modified_subnode' => '1311154208', + 'node_id' => '206', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/workflow_large', + 'path_string' => '/1/2/190/192/204/206/', + 'priority' => '0', + 'remote_id' => 'b284abd88bdcb1887a86e40304ffc66f', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 164 => [ + 'contentobject_id' => '205', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '207', + 'modified_subnode' => '1311154209', + 'node_id' => '207', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/versioning_large', + 'path_string' => '/1/2/190/192/204/207/', + 'priority' => '0', + 'remote_id' => 'e3400bb44aae5fcb416156e7450f3f32', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 165 => [ + 'contentobject_id' => '206', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '208', + 'modified_subnode' => '1311154209', + 'node_id' => '208', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/datatypes_attributes_content_class_and_objects_large', + 'path_string' => '/1/2/190/192/204/208/', + 'priority' => '0', + 'remote_id' => '2b2b27bbaaec688aaec1a5d39b4b13ae', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 166 => [ + 'contentobject_id' => '207', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '209', + 'modified_subnode' => '1311154209', + 'node_id' => '209', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/multiple_location_large', + 'path_string' => '/1/2/190/192/204/209/', + 'priority' => '0', + 'remote_id' => '37e5feed6574d1d8da4b4531569a27a2', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 167 => [ + 'contentobject_id' => '208', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '210', + 'modified_subnode' => '1311154209', + 'node_id' => '210', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/multisite_deployment_large', + 'path_string' => '/1/2/190/192/204/210/', + 'priority' => '0', + 'remote_id' => '5625695a66034f53b9b6e14029e06e80', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 168 => [ + 'contentobject_id' => '209', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '211', + 'modified_subnode' => '1311154210', + 'node_id' => '211', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/seo_large', + 'path_string' => '/1/2/190/192/204/211/', + 'priority' => '0', + 'remote_id' => '824aba4122ee51d9638847e55642feec', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 169 => [ + 'contentobject_id' => '210', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '212', + 'modified_subnode' => '1311154210', + 'node_id' => '212', + 'parent_node_id' => '204', + 'path_identification_string' => 'company/new_features/how_to_manage_ibexa/admin_site_large', + 'path_string' => '/1/2/190/192/204/212/', + 'priority' => '0', + 'remote_id' => '73e95051b800ce051c3851c60807787b', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 170 => [ + 'contentobject_id' => '211', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '213', + 'modified_subnode' => '1311154211', + 'node_id' => '213', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa', + 'path_string' => '/1/2/190/192/213/', + 'priority' => '0', + 'remote_id' => '3f921d3c490a6c17870b1f01fcfbceed', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 171 => [ + 'contentobject_id' => '212', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '214', + 'modified_subnode' => '1311154211', + 'node_id' => '214', + 'parent_node_id' => '213', + 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa/datatypes_attributes_content_class_and_objects_large', + 'path_string' => '/1/2/190/192/213/214/', + 'priority' => '0', + 'remote_id' => '97f7b391f1522bf404ff672ac338b91c', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 172 => [ + 'contentobject_id' => '213', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '5', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '215', + 'modified_subnode' => '1311154211', + 'node_id' => '215', + 'parent_node_id' => '213', + 'path_identification_string' => 'company/new_features/how_to_develop_with_ibexa/site_style_large', + 'path_string' => '/1/2/190/192/213/215/', + 'priority' => '0', + 'remote_id' => 'c5549bf68962a5384bd2225931cba302', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 173 => [ + 'contentobject_id' => '214', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '216', + 'modified_subnode' => '1311154211', + 'node_id' => '216', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/rest_api_interface', + 'path_string' => '/1/2/190/192/216/', + 'priority' => '0', + 'remote_id' => '54adfd9f7c80638f5560eb3f0618c57b', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 174 => [ + 'contentobject_id' => '215', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '217', + 'modified_subnode' => '1311154211', + 'node_id' => '217', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/asynchronous_publishing', + 'path_string' => '/1/2/190/192/217/', + 'priority' => '0', + 'remote_id' => 'a7dbafbf963821b71e5522c21e09d9dd', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 175 => [ + 'contentobject_id' => '216', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '218', + 'modified_subnode' => '1311154211', + 'node_id' => '218', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/canonical_links', + 'path_string' => '/1/2/190/192/218/', + 'priority' => '0', + 'remote_id' => '61e3b15f020590df0759b779e5f1fb9d', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 176 => [ + 'contentobject_id' => '217', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '219', + 'modified_subnode' => '1311154212', + 'node_id' => '219', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/support_for_red_hat_enterprise', + 'path_string' => '/1/2/190/192/219/', + 'priority' => '0', + 'remote_id' => '42560fa30a55ac5ddf1f76a52d44a613', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 177 => [ + 'contentobject_id' => '218', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '220', + 'modified_subnode' => '1311154212', + 'node_id' => '220', + 'parent_node_id' => '192', + 'path_identification_string' => 'company/new_features/fastcgi', + 'path_string' => '/1/2/190/192/220/', + 'priority' => '0', + 'remote_id' => '416c28c9ba34a9114381a6ec3ae197e0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 178 => [ + 'contentobject_id' => '219', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '221', + 'modified_subnode' => '1311154212', + 'node_id' => '221', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/events', + 'path_string' => '/1/2/190/221/', + 'priority' => '0', + 'remote_id' => 'ae6afe955af19209125961b6c0d9a840', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 179 => [ + 'contentobject_id' => '220', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '222', + 'modified_subnode' => '1311154212', + 'node_id' => '222', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/career', + 'path_string' => '/1/2/190/222/', + 'priority' => '0', + 'remote_id' => '28b7fd81eaf6b9702c9f8ff8268daac9', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 180 => [ + 'contentobject_id' => '221', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '223', + 'modified_subnode' => '1311154212', + 'node_id' => '223', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/investors_relation', + 'path_string' => '/1/2/190/223/', + 'priority' => '0', + 'remote_id' => '627c1c5cdf124dc2f92489e686cd04bb', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 181 => [ + 'contentobject_id' => '222', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '224', + 'modified_subnode' => '1311154212', + 'node_id' => '224', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/contact', + 'path_string' => '/1/2/190/224/', + 'priority' => '0', + 'remote_id' => 'daa3004ede25b0130ca5bef83c1922c3', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 182 => [ + 'contentobject_id' => '223', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '225', + 'modified_subnode' => '1311154212', + 'node_id' => '225', + 'parent_node_id' => '224', + 'path_identification_string' => 'company/contact/morbi_neque', + 'path_string' => '/1/2/190/224/225/', + 'priority' => '0', + 'remote_id' => '9d2bdcb8b35464ee03651c191ac4d1ff', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 183 => [ + 'contentobject_id' => '224', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '226', + 'modified_subnode' => '1311154212', + 'node_id' => '226', + 'parent_node_id' => '190', + 'path_identification_string' => 'company/company_banner', + 'path_string' => '/1/2/190/226/', + 'priority' => '0', + 'remote_id' => '9ae96e2ecc3a5a79964405273cc8542a', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 184 => [ + 'contentobject_id' => '225', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '2', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '227', + 'modified_subnode' => '1311154215', + 'node_id' => '227', + 'parent_node_id' => '5', + 'path_identification_string' => 'users/partners', + 'path_string' => '/1/5/227/', + 'priority' => '0', + 'remote_id' => '1ee27657f5f41fe6458fcb90e81d5d82', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 185 => [ + 'contentobject_id' => '226', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '3', + 'is_hidden' => '1', + 'is_invisible' => '1', + 'main_node_id' => '228', + 'modified_subnode' => '1311154216', + 'node_id' => '228', + 'parent_node_id' => '12', + 'path_identification_string' => 'users/members/a_member', + 'path_string' => '/1/5/12/228/', + 'priority' => '0', + 'remote_id' => 'e5161a77f733200b9ed4e80f9c16187e', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 186 => [ + 'contentobject_id' => '185', + 'contentobject_is_published' => '1', + 'contentobject_version' => '1', + 'depth' => '4', + 'is_hidden' => '0', + 'is_invisible' => '0', + 'main_node_id' => '187', + 'modified_subnode' => '1', + 'node_id' => '510', + 'parent_node_id' => '224', + 'path_identification_string' => 'company/contact/blog', + 'path_string' => '/1/2/190/224/510/', + 'priority' => '0', + 'remote_id' => 'asdfghjkl1234qwerqwerqwer', + 'sort_field' => '9', + 'sort_order' => '1', + ], + ], + ContentGateway::CONTENT_VERSION_TABLE => [ + 0 => [ + 'contentobject_id' => '4', + 'created' => '0', + 'creator_id' => '14', + 'id' => '4', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '0', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '1', + ], + 1 => [ + 'contentobject_id' => '11', + 'created' => '1033920737', + 'creator_id' => '14', + 'id' => '439', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033920746', + 'status' => '3', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 2 => [ + 'contentobject_id' => '12', + 'created' => '1033920760', + 'creator_id' => '14', + 'id' => '440', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033920775', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 3 => [ + 'contentobject_id' => '13', + 'created' => '1033920786', + 'creator_id' => '14', + 'id' => '441', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1033920794', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 4 => [ + 'contentobject_id' => '41', + 'created' => '1060695450', + 'creator_id' => '14', + 'id' => '472', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1060695457', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 5 => [ + 'contentobject_id' => '42', + 'created' => '1072180278', + 'creator_id' => '14', + 'id' => '473', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1072180330', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 6 => [ + 'contentobject_id' => '10', + 'created' => '1072180337', + 'creator_id' => '14', + 'id' => '474', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1072180405', + 'status' => '1', + 'user_id' => '0', + 'version' => '2', + 'workflow_event_pos' => '0', + ], + 7 => [ + 'contentobject_id' => '45', + 'created' => '1079684084', + 'creator_id' => '14', + 'id' => '477', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1079684190', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 8 => [ + 'contentobject_id' => '49', + 'created' => '1080220181', + 'creator_id' => '14', + 'id' => '488', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220197', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 9 => [ + 'contentobject_id' => '50', + 'created' => '1080220211', + 'creator_id' => '14', + 'id' => '489', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220220', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 10 => [ + 'contentobject_id' => '51', + 'created' => '1080220225', + 'creator_id' => '14', + 'id' => '490', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1080220233', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 11 => [ + 'contentobject_id' => '52', + 'created' => '1082016497', + 'creator_id' => '14', + 'id' => '491', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1082016591', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 12 => [ + 'contentobject_id' => '56', + 'created' => '1103023120', + 'creator_id' => '14', + 'id' => '495', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1103023120', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 13 => [ + 'contentobject_id' => '14', + 'created' => '1301061783', + 'creator_id' => '14', + 'id' => '499', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1301062024', + 'status' => '3', + 'user_id' => '0', + 'version' => '3', + 'workflow_event_pos' => '0', + ], + 14 => [ + 'contentobject_id' => '54', + 'created' => '1301062300', + 'creator_id' => '14', + 'id' => '500', + 'initial_language_id' => '2', + 'language_mask' => '2', + 'modified' => '1301062375', + 'status' => '1', + 'user_id' => '0', + 'version' => '2', + 'workflow_event_pos' => '0', + ], + 15 => [ + 'contentobject_id' => '57', + 'created' => '1168428357', + 'creator_id' => '14', + 'id' => '504', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1168428357', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 16 => [ + 'contentobject_id' => '58', + 'created' => '1175499884', + 'creator_id' => '14', + 'id' => '505', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499903', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 17 => [ + 'contentobject_id' => '59', + 'created' => '1175499919', + 'creator_id' => '14', + 'id' => '506', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499932', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 18 => [ + 'contentobject_id' => '60', + 'created' => '1175499947', + 'creator_id' => '14', + 'id' => '507', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499959', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 19 => [ + 'contentobject_id' => '61', + 'created' => '1175500068', + 'creator_id' => '14', + 'id' => '508', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175500074', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 20 => [ + 'contentobject_id' => '62', + 'created' => '1175500086', + 'creator_id' => '14', + 'id' => '509', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175500182', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 21 => [ + 'contentobject_id' => '63', + 'created' => '1175500520', + 'creator_id' => '14', + 'id' => '510', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175500542', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 22 => [ + 'contentobject_id' => '64', + 'created' => '1175500561', + 'creator_id' => '14', + 'id' => '511', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175500602', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 23 => [ + 'contentobject_id' => '65', + 'created' => '1299780934', + 'creator_id' => '14', + 'id' => '512', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780998', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 24 => [ + 'contentobject_id' => '66', + 'created' => '1299781436', + 'creator_id' => '14', + 'id' => '513', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299781436', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 25 => [ + 'contentobject_id' => '67', + 'created' => '1174567458', + 'creator_id' => '14', + 'id' => '514', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174567474', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 26 => [ + 'contentobject_id' => '68', + 'created' => '1174302333', + 'creator_id' => '14', + 'id' => '515', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302360', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 27 => [ + 'contentobject_id' => '69', + 'created' => '1174303659', + 'creator_id' => '14', + 'id' => '516', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174303791', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 28 => [ + 'contentobject_id' => '70', + 'created' => '1174302380', + 'creator_id' => '14', + 'id' => '517', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302388', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 29 => [ + 'contentobject_id' => '71', + 'created' => '1174303300', + 'creator_id' => '14', + 'id' => '518', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174303350', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 30 => [ + 'contentobject_id' => '72', + 'created' => '1174303407', + 'creator_id' => '14', + 'id' => '519', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174303441', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 31 => [ + 'contentobject_id' => '73', + 'created' => '1174304926', + 'creator_id' => '14', + 'id' => '520', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174304934', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 32 => [ + 'contentobject_id' => '74', + 'created' => '1174302401', + 'creator_id' => '14', + 'id' => '521', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174302417', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 33 => [ + 'contentobject_id' => '75', + 'created' => '1175500667', + 'creator_id' => '14', + 'id' => '522', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175500673', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 34 => [ + 'contentobject_id' => '76', + 'created' => '1175069333', + 'creator_id' => '14', + 'id' => '523', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069345', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 35 => [ + 'contentobject_id' => '77', + 'created' => '1174643924', + 'creator_id' => '14', + 'id' => '524', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174643989', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 36 => [ + 'contentobject_id' => '78', + 'created' => '1174644062', + 'creator_id' => '14', + 'id' => '525', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174644139', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 37 => [ + 'contentobject_id' => '79', + 'created' => '1174644699', + 'creator_id' => '14', + 'id' => '526', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174644713', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 38 => [ + 'contentobject_id' => '80', + 'created' => '1175069353', + 'creator_id' => '14', + 'id' => '527', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069361', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 39 => [ + 'contentobject_id' => '81', + 'created' => '1174645164', + 'creator_id' => '14', + 'id' => '528', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174645183', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 40 => [ + 'contentobject_id' => '82', + 'created' => '1174645280', + 'creator_id' => '14', + 'id' => '529', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174645301', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 41 => [ + 'contentobject_id' => '83', + 'created' => '1174645353', + 'creator_id' => '14', + 'id' => '530', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174645360', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 42 => [ + 'contentobject_id' => '84', + 'created' => '1175513890', + 'creator_id' => '14', + 'id' => '531', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175513914', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 43 => [ + 'contentobject_id' => '85', + 'created' => '1175238144', + 'creator_id' => '14', + 'id' => '532', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238155', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 44 => [ + 'contentobject_id' => '86', + 'created' => '1175069166', + 'creator_id' => '14', + 'id' => '533', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069183', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 45 => [ + 'contentobject_id' => '87', + 'created' => '1175236143', + 'creator_id' => '14', + 'id' => '534', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175236156', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 46 => [ + 'contentobject_id' => '88', + 'created' => '1175236170', + 'creator_id' => '14', + 'id' => '535', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175236181', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 47 => [ + 'contentobject_id' => '89', + 'created' => '1175238540', + 'creator_id' => '14', + 'id' => '536', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238552', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 48 => [ + 'contentobject_id' => '90', + 'created' => '1174389626', + 'creator_id' => '14', + 'id' => '537', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174389633', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 49 => [ + 'contentobject_id' => '91', + 'created' => '1175238182', + 'creator_id' => '14', + 'id' => '538', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238194', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 50 => [ + 'contentobject_id' => '92', + 'created' => '1175238211', + 'creator_id' => '14', + 'id' => '539', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175238222', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 51 => [ + 'contentobject_id' => '93', + 'created' => '1175069305', + 'creator_id' => '14', + 'id' => '540', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069321', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 52 => [ + 'contentobject_id' => '94', + 'created' => '1175496885', + 'creator_id' => '14', + 'id' => '541', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175496901', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 53 => [ + 'contentobject_id' => '95', + 'created' => '1175258807', + 'creator_id' => '14', + 'id' => '542', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175258817', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 54 => [ + 'contentobject_id' => '96', + 'created' => '1175253354', + 'creator_id' => '14', + 'id' => '543', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253354', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 55 => [ + 'contentobject_id' => '97', + 'created' => '1175253355', + 'creator_id' => '14', + 'id' => '544', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253355', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 56 => [ + 'contentobject_id' => '98', + 'created' => '1175082027', + 'creator_id' => '14', + 'id' => '545', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175082041', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 57 => [ + 'contentobject_id' => '99', + 'created' => '1175082005', + 'creator_id' => '14', + 'id' => '546', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175082005', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 58 => [ + 'contentobject_id' => '100', + 'created' => '1175082007', + 'creator_id' => '14', + 'id' => '547', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175082007', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 59 => [ + 'contentobject_id' => '101', + 'created' => '1175253486', + 'creator_id' => '14', + 'id' => '548', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253508', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 60 => [ + 'contentobject_id' => '102', + 'created' => '1175496936', + 'creator_id' => '14', + 'id' => '549', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175496958', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 61 => [ + 'contentobject_id' => '103', + 'created' => '1175253638', + 'creator_id' => '14', + 'id' => '550', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253665', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 62 => [ + 'contentobject_id' => '104', + 'created' => '1175253680', + 'creator_id' => '14', + 'id' => '551', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175253697', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 63 => [ + 'contentobject_id' => '105', + 'created' => '1299158726', + 'creator_id' => '14', + 'id' => '552', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299158749', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 64 => [ + 'contentobject_id' => '106', + 'created' => '1299826193', + 'creator_id' => '14', + 'id' => '553', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299826201', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 65 => [ + 'contentobject_id' => '107', + 'created' => '1299782457', + 'creator_id' => '14', + 'id' => '554', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299782490', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 66 => [ + 'contentobject_id' => '108', + 'created' => '1299782077', + 'creator_id' => '14', + 'id' => '555', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299782140', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 67 => [ + 'contentobject_id' => '109', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '556', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 68 => [ + 'contentobject_id' => '110', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '557', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 69 => [ + 'contentobject_id' => '111', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '558', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 70 => [ + 'contentobject_id' => '112', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '559', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 71 => [ + 'contentobject_id' => '113', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '560', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 72 => [ + 'contentobject_id' => '114', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '561', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 73 => [ + 'contentobject_id' => '115', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '562', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 74 => [ + 'contentobject_id' => '116', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '563', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 75 => [ + 'contentobject_id' => '117', + 'created' => '1299772463', + 'creator_id' => '14', + 'id' => '564', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772463', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 76 => [ + 'contentobject_id' => '118', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '565', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 77 => [ + 'contentobject_id' => '119', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '566', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 78 => [ + 'contentobject_id' => '120', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '567', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 79 => [ + 'contentobject_id' => '121', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '568', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 80 => [ + 'contentobject_id' => '122', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '569', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 81 => [ + 'contentobject_id' => '123', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '570', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 82 => [ + 'contentobject_id' => '124', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '571', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 83 => [ + 'contentobject_id' => '125', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '572', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 84 => [ + 'contentobject_id' => '126', + 'created' => '1299772545', + 'creator_id' => '14', + 'id' => '573', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772545', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 85 => [ + 'contentobject_id' => '127', + 'created' => '1299782157', + 'creator_id' => '14', + 'id' => '574', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299782177', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 86 => [ + 'contentobject_id' => '128', + 'created' => '1299772637', + 'creator_id' => '14', + 'id' => '575', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772637', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 87 => [ + 'contentobject_id' => '129', + 'created' => '1299772637', + 'creator_id' => '14', + 'id' => '576', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299772637', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 88 => [ + 'contentobject_id' => '130', + 'created' => '1284398171', + 'creator_id' => '14', + 'id' => '577', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1284398357', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 89 => [ + 'contentobject_id' => '131', + 'created' => '1299780740', + 'creator_id' => '14', + 'id' => '578', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780749', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 90 => [ + 'contentobject_id' => '132', + 'created' => '1299781985', + 'creator_id' => '14', + 'id' => '579', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299782001', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 91 => [ + 'contentobject_id' => '133', + 'created' => '1299773631', + 'creator_id' => '14', + 'id' => '580', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773631', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 92 => [ + 'contentobject_id' => '134', + 'created' => '1299773631', + 'creator_id' => '14', + 'id' => '581', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773631', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 93 => [ + 'contentobject_id' => '135', + 'created' => '1299773631', + 'creator_id' => '14', + 'id' => '582', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773631', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 94 => [ + 'contentobject_id' => '136', + 'created' => '1299773644', + 'creator_id' => '14', + 'id' => '583', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773644', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 95 => [ + 'contentobject_id' => '137', + 'created' => '1299773644', + 'creator_id' => '14', + 'id' => '584', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773644', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 96 => [ + 'contentobject_id' => '138', + 'created' => '1299773644', + 'creator_id' => '14', + 'id' => '585', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773644', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 97 => [ + 'contentobject_id' => '139', + 'created' => '1299781873', + 'creator_id' => '14', + 'id' => '586', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299781914', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 98 => [ + 'contentobject_id' => '140', + 'created' => '1299773656', + 'creator_id' => '14', + 'id' => '587', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773656', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 99 => [ + 'contentobject_id' => '141', + 'created' => '1299773656', + 'creator_id' => '14', + 'id' => '588', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773656', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 100 => [ + 'contentobject_id' => '142', + 'created' => '1299773656', + 'creator_id' => '14', + 'id' => '589', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773656', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 101 => [ + 'contentobject_id' => '143', + 'created' => '1299773656', + 'creator_id' => '14', + 'id' => '590', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773656', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 102 => [ + 'contentobject_id' => '144', + 'created' => '1299781559', + 'creator_id' => '14', + 'id' => '591', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299781605', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 103 => [ + 'contentobject_id' => '145', + 'created' => '1299826213', + 'creator_id' => '14', + 'id' => '592', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299826223', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 104 => [ + 'contentobject_id' => '146', + 'created' => '1299773676', + 'creator_id' => '14', + 'id' => '593', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773676', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 105 => [ + 'contentobject_id' => '147', + 'created' => '1299773690', + 'creator_id' => '14', + 'id' => '594', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773690', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 106 => [ + 'contentobject_id' => '148', + 'created' => '1299773704', + 'creator_id' => '14', + 'id' => '595', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773704', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 107 => [ + 'contentobject_id' => '149', + 'created' => '1299773703', + 'creator_id' => '14', + 'id' => '596', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773703', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 108 => [ + 'contentobject_id' => '150', + 'created' => '1299781471', + 'creator_id' => '14', + 'id' => '597', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299781476', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 109 => [ + 'contentobject_id' => '151', + 'created' => '1299780633', + 'creator_id' => '14', + 'id' => '598', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780653', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 110 => [ + 'contentobject_id' => '152', + 'created' => '1299780355', + 'creator_id' => '14', + 'id' => '599', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780355', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 111 => [ + 'contentobject_id' => '153', + 'created' => '1299780355', + 'creator_id' => '14', + 'id' => '600', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299780355', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 112 => [ + 'contentobject_id' => '154', + 'created' => '1175499320', + 'creator_id' => '14', + 'id' => '601', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499365', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 113 => [ + 'contentobject_id' => '155', + 'created' => '1175498170', + 'creator_id' => '14', + 'id' => '602', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175498179', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 114 => [ + 'contentobject_id' => '156', + 'created' => '1175497864', + 'creator_id' => '14', + 'id' => '603', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497937', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 115 => [ + 'contentobject_id' => '157', + 'created' => '1175499122', + 'creator_id' => '14', + 'id' => '604', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499136', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 116 => [ + 'contentobject_id' => '158', + 'created' => '1175497254', + 'creator_id' => '14', + 'id' => '605', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497280', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 117 => [ + 'contentobject_id' => '159', + 'created' => '1175498224', + 'creator_id' => '14', + 'id' => '606', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175498242', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 118 => [ + 'contentobject_id' => '160', + 'created' => '1175498737', + 'creator_id' => '14', + 'id' => '607', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175498746', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 119 => [ + 'contentobject_id' => '161', + 'created' => '1175498890', + 'creator_id' => '14', + 'id' => '608', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175498940', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 120 => [ + 'contentobject_id' => '162', + 'created' => '1175497211', + 'creator_id' => '14', + 'id' => '609', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497237', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 121 => [ + 'contentobject_id' => '163', + 'created' => '1175497171', + 'creator_id' => '14', + 'id' => '610', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175497203', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 122 => [ + 'contentobject_id' => '164', + 'created' => '1175499551', + 'creator_id' => '14', + 'id' => '611', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175499563', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 123 => [ + 'contentobject_id' => '165', + 'created' => '1193915715', + 'creator_id' => '14', + 'id' => '612', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193915732', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 124 => [ + 'contentobject_id' => '166', + 'created' => '1193915699', + 'creator_id' => '14', + 'id' => '613', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193915707', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 125 => [ + 'contentobject_id' => '167', + 'created' => '1193906039', + 'creator_id' => '14', + 'id' => '614', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906039', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 126 => [ + 'contentobject_id' => '168', + 'created' => '1193906579', + 'creator_id' => '14', + 'id' => '615', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906579', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 127 => [ + 'contentobject_id' => '169', + 'created' => '1193906040', + 'creator_id' => '14', + 'id' => '616', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906040', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 128 => [ + 'contentobject_id' => '170', + 'created' => '1193906045', + 'creator_id' => '14', + 'id' => '617', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906045', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 129 => [ + 'contentobject_id' => '171', + 'created' => '1299779680', + 'creator_id' => '14', + 'id' => '618', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299779688', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 130 => [ + 'contentobject_id' => '172', + 'created' => '1193906046', + 'creator_id' => '14', + 'id' => '619', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906046', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 131 => [ + 'contentobject_id' => '173', + 'created' => '1193906046', + 'creator_id' => '14', + 'id' => '620', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906046', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 132 => [ + 'contentobject_id' => '174', + 'created' => '1193906047', + 'creator_id' => '14', + 'id' => '621', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906047', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 133 => [ + 'contentobject_id' => '175', + 'created' => '1193906047', + 'creator_id' => '14', + 'id' => '622', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193906047', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 134 => [ + 'contentobject_id' => '176', + 'created' => '1299773437', + 'creator_id' => '14', + 'id' => '623', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773449', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 135 => [ + 'contentobject_id' => '177', + 'created' => '1299773204', + 'creator_id' => '14', + 'id' => '624', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773210', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 136 => [ + 'contentobject_id' => '178', + 'created' => '1299773232', + 'creator_id' => '14', + 'id' => '625', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773237', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 137 => [ + 'contentobject_id' => '179', + 'created' => '1299773245', + 'creator_id' => '14', + 'id' => '626', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773259', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 138 => [ + 'contentobject_id' => '180', + 'created' => '1299773266', + 'creator_id' => '14', + 'id' => '627', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773275', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 139 => [ + 'contentobject_id' => '181', + 'created' => '1299773330', + 'creator_id' => '14', + 'id' => '628', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773344', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 140 => [ + 'contentobject_id' => '182', + 'created' => '1299773379', + 'creator_id' => '14', + 'id' => '629', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773383', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 141 => [ + 'contentobject_id' => '183', + 'created' => '1299773397', + 'creator_id' => '14', + 'id' => '630', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773410', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 142 => [ + 'contentobject_id' => '184', + 'created' => '1299773419', + 'creator_id' => '14', + 'id' => '631', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299773429', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 143 => [ + 'contentobject_id' => '185', + 'created' => '1193915419', + 'creator_id' => '14', + 'id' => '632', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193915424', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 144 => [ + 'contentobject_id' => '186', + 'created' => '1193915476', + 'creator_id' => '14', + 'id' => '633', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193915590', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 145 => [ + 'contentobject_id' => '187', + 'created' => '1193915617', + 'creator_id' => '14', + 'id' => '634', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193915639', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 146 => [ + 'contentobject_id' => '188', + 'created' => '1175242696', + 'creator_id' => '14', + 'id' => '635', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175242706', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 147 => [ + 'contentobject_id' => '189', + 'created' => '1174305514', + 'creator_id' => '14', + 'id' => '636', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174305524', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 148 => [ + 'contentobject_id' => '190', + 'created' => '1299159416', + 'creator_id' => '14', + 'id' => '637', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159424', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 149 => [ + 'contentobject_id' => '191', + 'created' => '1193907125', + 'creator_id' => '14', + 'id' => '638', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193935923', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 150 => [ + 'contentobject_id' => '192', + 'created' => '1253010589', + 'creator_id' => '14', + 'id' => '639', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010589', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 151 => [ + 'contentobject_id' => '193', + 'created' => '1193914499', + 'creator_id' => '14', + 'id' => '640', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193914551', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 152 => [ + 'contentobject_id' => '194', + 'created' => '1253009641', + 'creator_id' => '14', + 'id' => '641', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009641', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 153 => [ + 'contentobject_id' => '195', + 'created' => '1253009692', + 'creator_id' => '14', + 'id' => '642', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009692', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 154 => [ + 'contentobject_id' => '196', + 'created' => '1253009743', + 'creator_id' => '14', + 'id' => '643', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009743', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 155 => [ + 'contentobject_id' => '197', + 'created' => '1253009784', + 'creator_id' => '14', + 'id' => '644', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009784', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 156 => [ + 'contentobject_id' => '198', + 'created' => '1253009879', + 'creator_id' => '14', + 'id' => '645', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009879', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 157 => [ + 'contentobject_id' => '199', + 'created' => '1253010805', + 'creator_id' => '14', + 'id' => '646', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010805', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 158 => [ + 'contentobject_id' => '200', + 'created' => '1253009816', + 'creator_id' => '14', + 'id' => '647', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009816', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 159 => [ + 'contentobject_id' => '201', + 'created' => '1253009848', + 'creator_id' => '14', + 'id' => '648', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253009848', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 160 => [ + 'contentobject_id' => '202', + 'created' => '1299782198', + 'creator_id' => '14', + 'id' => '649', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299782207', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 161 => [ + 'contentobject_id' => '203', + 'created' => '1253010223', + 'creator_id' => '14', + 'id' => '650', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010223', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 162 => [ + 'contentobject_id' => '204', + 'created' => '1253010249', + 'creator_id' => '14', + 'id' => '651', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010249', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 163 => [ + 'contentobject_id' => '205', + 'created' => '1253010272', + 'creator_id' => '14', + 'id' => '652', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010272', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 164 => [ + 'contentobject_id' => '206', + 'created' => '1253010315', + 'creator_id' => '14', + 'id' => '653', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010315', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 165 => [ + 'contentobject_id' => '207', + 'created' => '1253010343', + 'creator_id' => '14', + 'id' => '654', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010343', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 166 => [ + 'contentobject_id' => '208', + 'created' => '1253010367', + 'creator_id' => '14', + 'id' => '655', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010367', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 167 => [ + 'contentobject_id' => '209', + 'created' => '1253010401', + 'creator_id' => '14', + 'id' => '656', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010401', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 168 => [ + 'contentobject_id' => '210', + 'created' => '1253010921', + 'creator_id' => '14', + 'id' => '657', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253010921', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 169 => [ + 'contentobject_id' => '211', + 'created' => '1193914345', + 'creator_id' => '14', + 'id' => '658', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1193914399', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 170 => [ + 'contentobject_id' => '212', + 'created' => '1253011179', + 'creator_id' => '14', + 'id' => '659', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253011179', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 171 => [ + 'contentobject_id' => '213', + 'created' => '1253011241', + 'creator_id' => '14', + 'id' => '660', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1253011241', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 172 => [ + 'contentobject_id' => '214', + 'created' => '1299159430', + 'creator_id' => '14', + 'id' => '661', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159460', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 173 => [ + 'contentobject_id' => '215', + 'created' => '1299159470', + 'creator_id' => '14', + 'id' => '662', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159490', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 174 => [ + 'contentobject_id' => '216', + 'created' => '1299159503', + 'creator_id' => '14', + 'id' => '663', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159523', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 175 => [ + 'contentobject_id' => '217', + 'created' => '1299159538', + 'creator_id' => '14', + 'id' => '664', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299159553', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 176 => [ + 'contentobject_id' => '218', + 'created' => '1299216456', + 'creator_id' => '14', + 'id' => '665', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1299216558', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 177 => [ + 'contentobject_id' => '219', + 'created' => '1174305636', + 'creator_id' => '14', + 'id' => '666', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174305643', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 178 => [ + 'contentobject_id' => '220', + 'created' => '1175069781', + 'creator_id' => '14', + 'id' => '667', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069794', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 179 => [ + 'contentobject_id' => '221', + 'created' => '1175069727', + 'creator_id' => '14', + 'id' => '668', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175069741', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 180 => [ + 'contentobject_id' => '222', + 'created' => '1174308738', + 'creator_id' => '14', + 'id' => '669', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174308756', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 181 => [ + 'contentobject_id' => '223', + 'created' => '1174654820', + 'creator_id' => '226', + 'id' => '670', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1174654830', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 182 => [ + 'contentobject_id' => '224', + 'created' => '1175242951', + 'creator_id' => '14', + 'id' => '671', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1175242960', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 183 => [ + 'contentobject_id' => '14', + 'created' => '1311154214', + 'creator_id' => '14', + 'id' => '672', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154214', + 'status' => '1', + 'user_id' => '0', + 'version' => '4', + 'workflow_event_pos' => '0', + ], + 184 => [ + 'contentobject_id' => '225', + 'created' => '1311154215', + 'creator_id' => '14', + 'id' => '673', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154215', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + 185 => [ + 'contentobject_id' => '11', + 'created' => '1311154215', + 'creator_id' => '14', + 'id' => '674', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154215', + 'status' => '1', + 'user_id' => '0', + 'version' => '2', + 'workflow_event_pos' => '0', + ], + 186 => [ + 'contentobject_id' => '226', + 'created' => '1311154214', + 'creator_id' => '14', + 'id' => '675', + 'initial_language_id' => '2', + 'language_mask' => '3', + 'modified' => '1311154214', + 'status' => '1', + 'user_id' => '0', + 'version' => '1', + 'workflow_event_pos' => '0', + ], + ], + LocationDoctrineGateway::NODE_ASSIGNMENT_TABLE => [ + 0 => [ + 'contentobject_id' => '8', + 'contentobject_version' => '2', + 'from_node_id' => '0', + 'id' => '4', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '5', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 1 => [ + 'contentobject_id' => '42', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '5', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '5', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 2 => [ + 'contentobject_id' => '10', + 'contentobject_version' => '2', + 'from_node_id' => '-1', + 'id' => '6', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '44', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 3 => [ + 'contentobject_id' => '4', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '7', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '1', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 4 => [ + 'contentobject_id' => '12', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '8', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '5', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 5 => [ + 'contentobject_id' => '13', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '9', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '5', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 6 => [ + 'contentobject_id' => '41', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '11', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '1', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 7 => [ + 'contentobject_id' => '11', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '12', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '5', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 8 => [ + 'contentobject_id' => '45', + 'contentobject_version' => '1', + 'from_node_id' => '-1', + 'id' => '16', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '1', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 9 => [ + 'contentobject_id' => '49', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '27', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '43', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 10 => [ + 'contentobject_id' => '50', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '28', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '43', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 11 => [ + 'contentobject_id' => '51', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '29', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '43', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '9', + 'sort_order' => '1', + ], + 12 => [ + 'contentobject_id' => '52', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '30', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '48', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 13 => [ + 'contentobject_id' => '56', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '34', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '1', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 14 => [ + 'contentobject_id' => '14', + 'contentobject_version' => '3', + 'from_node_id' => '-1', + 'id' => '38', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '13', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 15 => [ + 'contentobject_id' => '54', + 'contentobject_version' => '2', + 'from_node_id' => '-1', + 'id' => '39', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '58', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 16 => [ + 'contentobject_id' => '57', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '43', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '43', + 'parent_remote_id' => '437ef9d0a9b7ae326ec83fa3bb73956d', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 17 => [ + 'contentobject_id' => '58', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '44', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '59', + 'parent_remote_id' => 'eaa7f2f48c3f35801961abad12151db4', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 18 => [ + 'contentobject_id' => '59', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '45', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '59', + 'parent_remote_id' => 'b8c85fd926d61dab6e68fa1865cee987', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 19 => [ + 'contentobject_id' => '60', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '46', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '59', + 'parent_remote_id' => 'c65aba2485585bdd09dfb66afccf645e', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 20 => [ + 'contentobject_id' => '61', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '47', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '59', + 'parent_remote_id' => '64bb803471e53898aa38a7c29e482370', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 21 => [ + 'contentobject_id' => '62', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '48', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '59', + 'parent_remote_id' => '95e29503817570c6458fa0f37d227306', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 22 => [ + 'contentobject_id' => '63', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '49', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '59', + 'parent_remote_id' => 'aa4a1afd9c02d00f2f31186e8a271332', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 23 => [ + 'contentobject_id' => '64', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '50', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '59', + 'parent_remote_id' => '93d5115082a23b266613868051b8d803', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 24 => [ + 'contentobject_id' => '65', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '51', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '2', + 'parent_remote_id' => '1a8744c6d6be8675f7b27fa8b7b8437d', + 'remote_id' => '0', + 'sort_field' => '8', + 'sort_order' => '1', + ], + 25 => [ + 'contentobject_id' => '66', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '52', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '51', + 'parent_remote_id' => '31fd28362c18a36cb56223f3609d5d90', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 26 => [ + 'contentobject_id' => '67', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '53', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '2', + 'parent_remote_id' => '9cec85d730eec7578190ee95ce5a36f5', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 27 => [ + 'contentobject_id' => '68', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '54', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '69', + 'parent_remote_id' => 'b0b85c15125ca1732e5e528de2717599', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 28 => [ + 'contentobject_id' => '69', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '55', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '70', + 'parent_remote_id' => '087adb763245e0cdcac593fb4a5996cf', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 29 => [ + 'contentobject_id' => '70', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '56', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '69', + 'parent_remote_id' => 'e607aab6e924091909f3def02415bc53', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 30 => [ + 'contentobject_id' => '71', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '57', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '72', + 'parent_remote_id' => '054d9f10c6fa97689c0fc3b2ac412ebd', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 31 => [ + 'contentobject_id' => '72', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '58', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '72', + 'parent_remote_id' => '9801bda46e5f8b9d692e1120d50fc7b3', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 32 => [ + 'contentobject_id' => '73', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '59', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '72', + 'parent_remote_id' => '005067a5eee6505aa0f601cca30681d0', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 33 => [ + 'contentobject_id' => '74', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '60', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '69', + 'parent_remote_id' => '18f14551cc555c094b15a732ccd27fb2', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 34 => [ + 'contentobject_id' => '75', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '61', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '2', + 'parent_remote_id' => 'dbc2f3c8716c12f32c379dbf0b1cb133', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 35 => [ + 'contentobject_id' => '76', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '62', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '77', + 'parent_remote_id' => 'bc766fe955437def220a3fa2966a34ee', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 36 => [ + 'contentobject_id' => '77', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '63', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '78', + 'parent_remote_id' => 'f0c2216ecb29600cd8ae93951a0c8f3a', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 37 => [ + 'contentobject_id' => '78', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '64', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '78', + 'parent_remote_id' => 'eaf16bddfd36206dad265aadfbc98f17', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 38 => [ + 'contentobject_id' => '79', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '65', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '78', + 'parent_remote_id' => 'd2a11e56093b77eb7a347229361c3377', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 39 => [ + 'contentobject_id' => '80', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '66', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '77', + 'parent_remote_id' => '17d65b568e3500cf1f8b42bc5de2d12b', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 40 => [ + 'contentobject_id' => '81', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '67', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '82', + 'parent_remote_id' => 'ecc4f0e94b05bf10f4f783d660ff0ad0', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 41 => [ + 'contentobject_id' => '82', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '68', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '82', + 'parent_remote_id' => '74280af2cba9002ea9660749225562b6', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 42 => [ + 'contentobject_id' => '83', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '69', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '82', + 'parent_remote_id' => '4e526426523e47aeacf353541284cbf8', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 43 => [ + 'contentobject_id' => '84', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '70', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '2', + 'parent_remote_id' => '95f3c4261719ea27ab67f980fbee0694', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 44 => [ + 'contentobject_id' => '85', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '71', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '86', + 'parent_remote_id' => '4a1391d3563d056c9d9ea2653093ae3e', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 45 => [ + 'contentobject_id' => '86', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '72', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '86', + 'parent_remote_id' => '8889727909b5f34b6aa23f7eee32606b', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 46 => [ + 'contentobject_id' => '87', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '73', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '88', + 'parent_remote_id' => '1721dbee55639fe280f6a54195f9577c', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 47 => [ + 'contentobject_id' => '88', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '74', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '88', + 'parent_remote_id' => '7fabb9ee5bcb6630a3947d1c5585d995', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 48 => [ + 'contentobject_id' => '89', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '75', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '88', + 'parent_remote_id' => 'a95ae3e4a64f08eb2002b31680fe8989', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 49 => [ + 'contentobject_id' => '90', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '76', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '86', + 'parent_remote_id' => '2acc8bb8f7eda4de2cf74f6dc277661f', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 50 => [ + 'contentobject_id' => '91', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '77', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '86', + 'parent_remote_id' => '6d8cc9831b86d79b8c184507f8e0cbb6', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 51 => [ + 'contentobject_id' => '92', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '78', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '86', + 'parent_remote_id' => '30f12ecd29608eceb20bb903ddb780c7', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 52 => [ + 'contentobject_id' => '93', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '79', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '86', + 'parent_remote_id' => '341e63bdce0f1601519d1b8e82e62766', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 53 => [ + 'contentobject_id' => '94', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '80', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '2', + 'parent_remote_id' => '0d55a3f510cc7cd9a7b8eb838f50ff5c', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 54 => [ + 'contentobject_id' => '95', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '81', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '96', + 'parent_remote_id' => '89ce8eed8fa06c4105fd612aa83d87d6', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 55 => [ + 'contentobject_id' => '96', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '82', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '97', + 'parent_remote_id' => '78f3b9a9268c7b0206bf1c4d39211495', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 56 => [ + 'contentobject_id' => '97', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '83', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '98', + 'parent_remote_id' => 'a1f9b32547e58064e645388512c16a39', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 57 => [ + 'contentobject_id' => '98', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '84', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '96', + 'parent_remote_id' => '0f9c7380f8af1f29f1017e412bdd4016', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 58 => [ + 'contentobject_id' => '99', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '85', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '100', + 'parent_remote_id' => '036394ec8b160f0782bec2dda452d798', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 59 => [ + 'contentobject_id' => '100', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '86', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '101', + 'parent_remote_id' => '78da6a4fae1c2eaabe1dbe7af818d970', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 60 => [ + 'contentobject_id' => '101', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '87', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '96', + 'parent_remote_id' => '06cdeb27be466ea8330de5df16144263', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 61 => [ + 'contentobject_id' => '102', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '88', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '103', + 'parent_remote_id' => 'ab30399896b8e54442c3a619ba7eeecb', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 62 => [ + 'contentobject_id' => '103', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '89', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '96', + 'parent_remote_id' => 'ca2ae9d0f0322798f632e896325f22c3', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 63 => [ + 'contentobject_id' => '104', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '90', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '96', + 'parent_remote_id' => '7ba1d48c0151bae62366095ef6f64c28', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 64 => [ + 'contentobject_id' => '105', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '91', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '2', + 'parent_remote_id' => 'e81507d3446726ebd7361352fef5fad3', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 65 => [ + 'contentobject_id' => '106', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '92', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '107', + 'parent_remote_id' => '51278360f39d5b8ce1d9249953f4de98', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 66 => [ + 'contentobject_id' => '107', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '93', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '107', + 'parent_remote_id' => '33151e24acea9c837d2b9fc52e03b1de', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 67 => [ + 'contentobject_id' => '108', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '94', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '107', + 'parent_remote_id' => '6b3bcab0f149c5acc2e3728df7c66b73', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 68 => [ + 'contentobject_id' => '109', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '95', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '110', + 'parent_remote_id' => '28f9dfe5c0680955eec7a2dec4ebc642', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 69 => [ + 'contentobject_id' => '110', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '96', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '110', + 'parent_remote_id' => '191faba79dc108a19893944befa50d94', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 70 => [ + 'contentobject_id' => '111', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '97', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '110', + 'parent_remote_id' => '8679b5fa3ad0ec216293419ab9834e44', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 71 => [ + 'contentobject_id' => '112', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '98', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '110', + 'parent_remote_id' => '7f32cdefd0cf55b966a44aa52181e30d', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 72 => [ + 'contentobject_id' => '113', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '99', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '110', + 'parent_remote_id' => '29db3c1fcdb497e5cb2c74eb85c0906a', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 73 => [ + 'contentobject_id' => '114', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '100', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '110', + 'parent_remote_id' => '96e30009f712a0315217fed93eba6a18', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 74 => [ + 'contentobject_id' => '115', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '101', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '110', + 'parent_remote_id' => '3a6b87470a25b19a6ad15caa5e24e719', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 75 => [ + 'contentobject_id' => '116', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '102', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '110', + 'parent_remote_id' => 'd0bc77a21920b63543d7b0accab81b24', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 76 => [ + 'contentobject_id' => '117', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '103', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '110', + 'parent_remote_id' => 'c75b4b4b870e0e3611e19e1323103282', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 77 => [ + 'contentobject_id' => '118', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '104', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '107', + 'parent_remote_id' => '262d8c936d3757ff81e7bb49392b703f', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 78 => [ + 'contentobject_id' => '119', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '105', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '120', + 'parent_remote_id' => '220d4e10bf4619525c3165823079482c', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 79 => [ + 'contentobject_id' => '120', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '106', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '120', + 'parent_remote_id' => 'f13a938ce2c79a9d438548299220d6dd', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 80 => [ + 'contentobject_id' => '121', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '107', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '120', + 'parent_remote_id' => '04f5e08293954b1851a4dd1cbd976cff', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 81 => [ + 'contentobject_id' => '122', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '108', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '120', + 'parent_remote_id' => 'dc80ae3d9de55855a16218b032062c62', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 82 => [ + 'contentobject_id' => '123', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '109', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '120', + 'parent_remote_id' => '4cb6d4015dd80474074043ab28f96e36', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 83 => [ + 'contentobject_id' => '124', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '110', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '120', + 'parent_remote_id' => '74ce7d6cbae81d90592b4a8a242a284a', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 84 => [ + 'contentobject_id' => '125', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '111', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '120', + 'parent_remote_id' => '6f76d2f7e5812acf4f7c5c70258f4f7e', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 85 => [ + 'contentobject_id' => '126', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '112', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '120', + 'parent_remote_id' => '5ba07103968a6bb3f05c275c212440f6', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 86 => [ + 'contentobject_id' => '127', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '113', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '107', + 'parent_remote_id' => '3579b6c5cd166d5137eada55274892d3', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 87 => [ + 'contentobject_id' => '128', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '114', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '129', + 'parent_remote_id' => 'e38a43ce35832e5af2df4f1e9272b926', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 88 => [ + 'contentobject_id' => '129', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '115', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '129', + 'parent_remote_id' => '1ba7889f63e32acf70f66349ce1a8953', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 89 => [ + 'contentobject_id' => '130', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '116', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '107', + 'parent_remote_id' => '19ae9fcb7334a0e407b2781920247122', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 90 => [ + 'contentobject_id' => '131', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '117', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '107', + 'parent_remote_id' => '423b6d20325263abaa2012536cc736a4', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 91 => [ + 'contentobject_id' => '132', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '118', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '133', + 'parent_remote_id' => '07f0de334c83d631a59defe61f1a7cbf', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 92 => [ + 'contentobject_id' => '133', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '119', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '134', + 'parent_remote_id' => 'a7ca1a8878210a9978df0b00e9184b20', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 93 => [ + 'contentobject_id' => '134', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '120', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '134', + 'parent_remote_id' => '12c86be2151c426b990d47efd023cc40', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 94 => [ + 'contentobject_id' => '135', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '121', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '134', + 'parent_remote_id' => 'ff4473534c7cef8212a11feab57a5f0e', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 95 => [ + 'contentobject_id' => '136', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '122', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '133', + 'parent_remote_id' => 'e0a1b1b2a3d248bf8d43a83581c22ae8', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 96 => [ + 'contentobject_id' => '137', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '123', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '138', + 'parent_remote_id' => '8e6f0ba5195410b03a84ef3fdcc3ff0b', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 97 => [ + 'contentobject_id' => '138', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '124', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '138', + 'parent_remote_id' => 'bc416b97e1592c7a396f6f5f85e131ac', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 98 => [ + 'contentobject_id' => '139', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '125', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '133', + 'parent_remote_id' => 'facfd2587054ea863cbe53768da04a47', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 99 => [ + 'contentobject_id' => '140', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '126', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '141', + 'parent_remote_id' => 'd159e8d4d590e481b06ecb441c0f14dc', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 100 => [ + 'contentobject_id' => '141', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '127', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '141', + 'parent_remote_id' => '7457db5919dd349bd878b60592fc009b', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 101 => [ + 'contentobject_id' => '142', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '128', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '141', + 'parent_remote_id' => 'ebe1e9d1242a3aeedfda25da7cc25564', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 102 => [ + 'contentobject_id' => '143', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '129', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '141', + 'parent_remote_id' => 'b3acf4c0f2df8977f1c6932725339a1d', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 103 => [ + 'contentobject_id' => '144', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '130', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '133', + 'parent_remote_id' => 'a324a48fea49eb3e6826b3295dc5f413', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 104 => [ + 'contentobject_id' => '145', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '131', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '133', + 'parent_remote_id' => '8c0133434d7bea077a614e1a85fca5b7', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 105 => [ + 'contentobject_id' => '146', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '132', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '147', + 'parent_remote_id' => '46653e0e5fa60ab86788cad8084a759d', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 106 => [ + 'contentobject_id' => '147', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '133', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '133', + 'parent_remote_id' => '9b17e8d0b2cee501b75f7b481155e64f', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 107 => [ + 'contentobject_id' => '148', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '134', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '133', + 'parent_remote_id' => '3983d3aa7604f45a8ecbb953a98d646f', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 108 => [ + 'contentobject_id' => '149', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '135', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '150', + 'parent_remote_id' => '92756622f207c0b1902ca156947a77de', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 109 => [ + 'contentobject_id' => '150', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '136', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '133', + 'parent_remote_id' => '60adbb1e37a6524246d3af372366754f', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 110 => [ + 'contentobject_id' => '151', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '137', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '2', + 'parent_remote_id' => 'f4bf2e6c1cf75e15b15f0123a82778a1', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 111 => [ + 'contentobject_id' => '152', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '138', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '153', + 'parent_remote_id' => '1b95356b68bd59ef32b0fd7bb2c29130', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 112 => [ + 'contentobject_id' => '153', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '139', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '153', + 'parent_remote_id' => '94b7059eb5e0fe667f7c63eadd53a62b', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 113 => [ + 'contentobject_id' => '154', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '140', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '2', + 'parent_remote_id' => '0c523dfd6b1eccbfb0d1bfe632ee7411', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 114 => [ + 'contentobject_id' => '155', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '141', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '156', + 'parent_remote_id' => 'f5db8acf1150afc15eb514d380e3855d', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 115 => [ + 'contentobject_id' => '156', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '142', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '157', + 'parent_remote_id' => '6366a99ac1cec2133e87fdd805d108c8', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 116 => [ + 'contentobject_id' => '157', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '143', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '157', + 'parent_remote_id' => '7ee406cb6e5f0b2a29bc9f97f5a5b9db', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 117 => [ + 'contentobject_id' => '158', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '144', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '156', + 'parent_remote_id' => '007109e7f353c86dfd48d844cb18ce73', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 118 => [ + 'contentobject_id' => '159', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '145', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '160', + 'parent_remote_id' => '63769c39380a45a731aa44068c0f4e33', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 119 => [ + 'contentobject_id' => '160', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '146', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '160', + 'parent_remote_id' => 'f761918d15e356e50ce94294cad79765', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 120 => [ + 'contentobject_id' => '161', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '147', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '160', + 'parent_remote_id' => '68187b44ef9051a4db10bd9bb7f228a4', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 121 => [ + 'contentobject_id' => '162', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '148', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '156', + 'parent_remote_id' => '472e9bc321148baa71d2070063f24bb9', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 122 => [ + 'contentobject_id' => '163', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '149', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '156', + 'parent_remote_id' => 'b1a68df10cdf379cf78999c8012db679', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 123 => [ + 'contentobject_id' => '164', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '150', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '165', + 'parent_remote_id' => 'e9ee6724fffb012f918300de66af27e1', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 124 => [ + 'contentobject_id' => '165', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '151', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '2', + 'parent_remote_id' => 'c4604fb2e100a6681a4f53fbe6e5eeae', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 125 => [ + 'contentobject_id' => '166', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '152', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '167', + 'parent_remote_id' => '5e6762a083ab4c0357bad163902ba8f7', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 126 => [ + 'contentobject_id' => '167', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '153', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '168', + 'parent_remote_id' => '2549eee03064d55ae7fc84fe41ae1ef6', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 127 => [ + 'contentobject_id' => '168', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '154', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '168', + 'parent_remote_id' => '7bfca4bdde619ac9104e235629e2dbc7', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 128 => [ + 'contentobject_id' => '169', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '155', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '168', + 'parent_remote_id' => '81fd930afe94962395074b762592a356', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 129 => [ + 'contentobject_id' => '170', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '156', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '167', + 'parent_remote_id' => '8b570ac03318b7e29eb5fd1bae15efde', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 130 => [ + 'contentobject_id' => '171', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '157', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '172', + 'parent_remote_id' => '4329dcc6a8d441aa7253660512dfd5b6', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 131 => [ + 'contentobject_id' => '172', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '158', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '173', + 'parent_remote_id' => '6cf7b9370a0d9800ed49ba3be13b6be5', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 132 => [ + 'contentobject_id' => '173', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '159', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '173', + 'parent_remote_id' => 'f71191fcce35c83530cddde467a908b2', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 133 => [ + 'contentobject_id' => '174', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '160', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '172', + 'parent_remote_id' => '2d3cf4fe8d439e16e0ed75ef947b5e3d', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 134 => [ + 'contentobject_id' => '175', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '161', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '176', + 'parent_remote_id' => '49c9ad954328ab5f5a76d580873961a4', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 135 => [ + 'contentobject_id' => '176', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '162', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '167', + 'parent_remote_id' => 'ae32173cedf3a5ec441e3afcadc4abcb', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 136 => [ + 'contentobject_id' => '177', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '163', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '178', + 'parent_remote_id' => 'c6c32c884db955ea09338c90eee84746', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 137 => [ + 'contentobject_id' => '178', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '164', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '178', + 'parent_remote_id' => 'db191e87b9b6ac22a18742cd32d2b3d4', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 138 => [ + 'contentobject_id' => '179', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '165', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '178', + 'parent_remote_id' => '02a6d1506bf437eda1317d0c36a8545b', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 139 => [ + 'contentobject_id' => '180', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '166', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '178', + 'parent_remote_id' => '40d743025e4ec4d813bd864dad08e0cc', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 140 => [ + 'contentobject_id' => '181', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '167', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '178', + 'parent_remote_id' => 'eb2a8ef7d4b1fb8ffb68f0764b615de1', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 141 => [ + 'contentobject_id' => '182', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '168', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '178', + 'parent_remote_id' => '9e45f3ee0f15995b670fb3a117b6ee49', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 142 => [ + 'contentobject_id' => '183', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '169', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '178', + 'parent_remote_id' => 'f368c4ae469c596344e15fca8c7370c2', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 143 => [ + 'contentobject_id' => '184', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '170', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '178', + 'parent_remote_id' => '7e153b75dd0ee0476ac7463d4a3daaef', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 144 => [ + 'contentobject_id' => '185', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '171', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '167', + 'parent_remote_id' => '09fb4147e4b124b9770a527bdd66799c', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 145 => [ + 'contentobject_id' => '186', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '172', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '187', + 'parent_remote_id' => '8f73d6d4ffca33c619d2f2645340ccc0', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 146 => [ + 'contentobject_id' => '187', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '173', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '187', + 'parent_remote_id' => '5cdc175d45aeb3fa054a95f40df56e79', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 147 => [ + 'contentobject_id' => '188', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '174', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '2', + 'parent_remote_id' => 'e060ff40aa17eb21dc1e4595c9a5eb9a', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 148 => [ + 'contentobject_id' => '189', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '175', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '190', + 'parent_remote_id' => '7bf290af79b3b51e6ccc1f95f321618c', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 149 => [ + 'contentobject_id' => '190', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '176', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '190', + 'parent_remote_id' => '9f804eee139dcee343dbe4175d14654c', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 150 => [ + 'contentobject_id' => '191', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '177', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '192', + 'parent_remote_id' => '10d57795c986ca61689e6c2c11382eb3', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 151 => [ + 'contentobject_id' => '192', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '178', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '193', + 'parent_remote_id' => '87417129b080d24d335eb2653dd1a40c', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 152 => [ + 'contentobject_id' => '193', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '179', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '192', + 'parent_remote_id' => 'fd56d839df6e2b52055d4a62f4df7c3e', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 153 => [ + 'contentobject_id' => '194', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '180', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '195', + 'parent_remote_id' => 'ab2f2093f16c56ac2e61f40f25d2dbe0', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 154 => [ + 'contentobject_id' => '195', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '181', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '195', + 'parent_remote_id' => '185a1737e9012e7c3025df876bbb4f9b', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 155 => [ + 'contentobject_id' => '196', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '182', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '195', + 'parent_remote_id' => 'efdca2f6ddd2c8befc283ae3465b9acd', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 156 => [ + 'contentobject_id' => '197', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '183', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '195', + 'parent_remote_id' => 'f81b0e4c31ea13d94b9838e9e7e7ad7e', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 157 => [ + 'contentobject_id' => '198', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '184', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '195', + 'parent_remote_id' => '666efc49c267cddf55ca707408f4ac42', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 158 => [ + 'contentobject_id' => '199', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '185', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '195', + 'parent_remote_id' => 'afb51a5f898c549c9e1f35afc75d66f3', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 159 => [ + 'contentobject_id' => '200', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '186', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '195', + 'parent_remote_id' => '94b71866ede0d2776c140e85a823d31d', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 160 => [ + 'contentobject_id' => '201', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '187', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '195', + 'parent_remote_id' => 'e74475a240fb7061b40c75f5e6fcd52c', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 161 => [ + 'contentobject_id' => '202', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '188', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '192', + 'parent_remote_id' => '42a3b07037390457ad0f2c65494bfd97', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 162 => [ + 'contentobject_id' => '203', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '189', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '204', + 'parent_remote_id' => '6da1a82ba3d962d2ad953fff8ee26362', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 163 => [ + 'contentobject_id' => '204', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '190', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '204', + 'parent_remote_id' => 'b284abd88bdcb1887a86e40304ffc66f', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 164 => [ + 'contentobject_id' => '205', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '191', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '204', + 'parent_remote_id' => 'e3400bb44aae5fcb416156e7450f3f32', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 165 => [ + 'contentobject_id' => '206', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '192', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '204', + 'parent_remote_id' => '2b2b27bbaaec688aaec1a5d39b4b13ae', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 166 => [ + 'contentobject_id' => '207', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '193', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '204', + 'parent_remote_id' => '37e5feed6574d1d8da4b4531569a27a2', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 167 => [ + 'contentobject_id' => '208', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '194', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '204', + 'parent_remote_id' => '5625695a66034f53b9b6e14029e06e80', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 168 => [ + 'contentobject_id' => '209', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '195', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '204', + 'parent_remote_id' => '824aba4122ee51d9638847e55642feec', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 169 => [ + 'contentobject_id' => '210', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '196', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '204', + 'parent_remote_id' => '73e95051b800ce051c3851c60807787b', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 170 => [ + 'contentobject_id' => '211', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '197', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '192', + 'parent_remote_id' => '3f921d3c490a6c17870b1f01fcfbceed', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 171 => [ + 'contentobject_id' => '212', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '198', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '213', + 'parent_remote_id' => '97f7b391f1522bf404ff672ac338b91c', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 172 => [ + 'contentobject_id' => '213', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '199', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '213', + 'parent_remote_id' => 'c5549bf68962a5384bd2225931cba302', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '0', + ], + 173 => [ + 'contentobject_id' => '214', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '200', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '192', + 'parent_remote_id' => '54adfd9f7c80638f5560eb3f0618c57b', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 174 => [ + 'contentobject_id' => '215', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '201', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '192', + 'parent_remote_id' => 'a7dbafbf963821b71e5522c21e09d9dd', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 175 => [ + 'contentobject_id' => '216', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '202', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '192', + 'parent_remote_id' => '61e3b15f020590df0759b779e5f1fb9d', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 176 => [ + 'contentobject_id' => '217', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '203', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '192', + 'parent_remote_id' => '42560fa30a55ac5ddf1f76a52d44a613', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 177 => [ + 'contentobject_id' => '218', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '204', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '192', + 'parent_remote_id' => '416c28c9ba34a9114381a6ec3ae197e0', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 178 => [ + 'contentobject_id' => '219', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '205', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '190', + 'parent_remote_id' => 'ae6afe955af19209125961b6c0d9a840', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 179 => [ + 'contentobject_id' => '220', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '206', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '190', + 'parent_remote_id' => '28b7fd81eaf6b9702c9f8ff8268daac9', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 180 => [ + 'contentobject_id' => '221', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '207', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '190', + 'parent_remote_id' => '627c1c5cdf124dc2f92489e686cd04bb', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 181 => [ + 'contentobject_id' => '222', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '208', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '190', + 'parent_remote_id' => 'daa3004ede25b0130ca5bef83c1922c3', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 182 => [ + 'contentobject_id' => '223', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '209', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '224', + 'parent_remote_id' => '9d2bdcb8b35464ee03651c191ac4d1ff', + 'remote_id' => '0', + 'sort_field' => '2', + 'sort_order' => '1', + ], + 183 => [ + 'contentobject_id' => '224', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '210', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '190', + 'parent_remote_id' => '9ae96e2ecc3a5a79964405273cc8542a', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 184 => [ + 'contentobject_id' => '14', + 'contentobject_version' => '4', + 'from_node_id' => '-1', + 'id' => '211', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '13', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 185 => [ + 'contentobject_id' => '225', + 'contentobject_version' => '1', + 'from_node_id' => '0', + 'id' => '212', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '5', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 186 => [ + 'contentobject_id' => '11', + 'contentobject_version' => '2', + 'from_node_id' => '-1', + 'id' => '213', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '5', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + 187 => [ + 'contentobject_id' => '226', + 'contentobject_version' => '1', + 'from_node_id' => '-1', + 'id' => '214', + 'is_main' => '1', + 'op_code' => '2', + 'parent_node' => '12', + 'parent_remote_id' => '', + 'remote_id' => '0', + 'sort_field' => '1', + 'sort_order' => '1', + ], + ], + UrlDoctrineDatabase::URL_TABLE => [ + 0 => [ + 'created' => '1301057834', + 'id' => '9', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1301057834', + 'original_url_md5' => 'bb9c47d334fd775f1c54c45d460e6b2a', + 'url' => 'http://doc.ibexa.co/', + ], + 1 => [ + 'created' => '1301057836', + 'id' => '13', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1301057836', + 'original_url_md5' => 'b13f5ff5cdcad2a4efb461e4edf6f718', + 'url' => 'http://ibexa.co/Demos-videos/Ibexa-Administration-Interface-Video-Tutorial', + ], + 2 => [ + 'created' => '1301057836', + 'id' => '14', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1301057836', + 'original_url_md5' => '7b133bbdf1d039979a973e5a697e3743', + 'url' => 'http://ibexa.co/Demos-videos/Ibexa-Online-Editor-Video-Tutorial', + ], + 3 => [ + 'created' => '1301057836', + 'id' => '15', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1301057836', + 'original_url_md5' => '4e75c83ab35d461f109ec959aa1c5e1d', + 'url' => 'http://ibexa.co/Demos-videos/eZ-Flow-Video-Tutorial', + ], + 4 => [ + 'created' => '1301057836', + 'id' => '16', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1301057836', + 'original_url_md5' => '215310c57a3d54ef1356c20855510357', + 'url' => 'http://ibexa.co/learn/ibexa-dxp/an-introduction-to-developing-ibexa-dxp-extensions', + ], + 5 => [ + 'created' => '1301057836', + 'id' => '17', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1301057836', + 'original_url_md5' => '9ba078c54f33985da5bd1348a8f39741', + 'url' => 'http://share.ibexa.co/learn/ibexa-dxp/creating-a-simple-custom-workflow-event', + ], + 6 => [ + 'created' => '1301057836', + 'id' => '18', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1301057836', + 'original_url_md5' => 'eb3d19c36acbd41176094024d8fccfd5', + 'url' => 'http://www.slideshare.net/ezcommunity/ole-marius-smestad-rest-api-how-to-turn-ibexa-dxp-into-a-multichannel-machine', + ], + 7 => [ + 'created' => '1301057836', + 'id' => '19', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1301057836', + 'original_url_md5' => '1fea0fead02dfc550fbefa5c17acc94f', + 'url' => 'http://www.slideshare.net/BertrandDunogier/presentation-winter-conference-2011-e-z-asynchronous-publishing', + ], + 8 => [ + 'created' => '1301057836', + 'id' => '20', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1301057836', + 'original_url_md5' => 'af8f8bdc5fac2f3ada6ad337adab04cb', + 'url' => 'http://doc.ibexa.co/Ibexa/Upgrading/Upgrading-to-4.5', + ], + 9 => [ + 'created' => '1301057836', + 'id' => '21', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1301057836', + 'original_url_md5' => '3c6d6cfc2642951e9a946b697f84a306', + 'url' => 'http://share.ibexa.co/learn', + ], + 10 => [ + 'created' => '1301057836', + 'id' => '22', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1301057836', + 'original_url_md5' => 'ac3ba54b44950b2d77fa42cc57dab914', + 'url' => 'http://ibexa.co/Demos-videos', + ], + 11 => [ + 'created' => '1311154174', + 'id' => '23', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154174', + 'original_url_md5' => '590afa1809904842796205d4d571c976', + 'url' => 'http://doc.ibexa.co/Ibexa/Technical-manual/4.5', + ], + 12 => [ + 'created' => '1311154174', + 'id' => '24', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154174', + 'original_url_md5' => '45cd300bca7761588e0ace23640eff3f', + 'url' => 'http://doc.ibexa.co/Ibexa/User-manual/4.5', + ], + 13 => [ + 'created' => '1311154185', + 'id' => '25', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '72707907a848a14f33f1352ae0308e5b', + 'url' => 'http://share.ibexa.co/forums', + ], + 14 => [ + 'created' => '1311154185', + 'id' => '26', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'da16d9c486d95e264169293a39b67ad6', + 'url' => 'http://share.ibexa.co/blogs', + ], + 15 => [ + 'created' => '1311154185', + 'id' => '27', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '848a3810b8506bb4ebcfb61dd540985d', + 'url' => 'http://twitter.com/ezcommunity', + ], + 16 => [ + 'created' => '1311154185', + 'id' => '28', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '03e5192a9025067262c816a027e1d7b6', + 'url' => 'http://www.linkedin.com/groups?gid=2759', + ], + 17 => [ + 'created' => '1311154185', + 'id' => '29', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'fd86f64652e4408d72ac42e78de462f5', + 'url' => 'http://share.ibexa.co/about/get-involved', + ], + 18 => [ + 'created' => '1311154185', + 'id' => '30', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'abcf623ca9bfdedaae617b280473bda7', + 'url' => 'http://share.ibexa.co/about/etiquette-blogging-and-usage-guidelines', + ], + 19 => [ + 'created' => '1311154185', + 'id' => '31', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '25f38d8b1ca7e64c6a82d7e126f80022', + 'url' => 'http://share.ibexa.co/forums/install-configuration', + ], + 20 => [ + 'created' => '1311154185', + 'id' => '32', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '6a643a86a729aded29612aac280063b2', + 'url' => 'http://share.ibexa.co/forums/setup-design', + ], + 21 => [ + 'created' => '1311154185', + 'id' => '33', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '8736641c6fc3520c5f3adbb9c5f6de74', + 'url' => 'http://share.ibexa.co/forums/general', + ], + 22 => [ + 'created' => '1311154185', + 'id' => '34', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '81ea35ab0b578ddbecf391f7c7a509ac', + 'url' => 'http://share.ibexa.co/forums/developer', + ], + 23 => [ + 'created' => '1311154185', + 'id' => '35', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '76de2bf179fe746173daf48499a81f23', + 'url' => 'http://share.ibexa.co/forums/suggestions', + ], + 24 => [ + 'created' => '1311154185', + 'id' => '36', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'a29b9ce655377694e606ee70a6636361', + 'url' => 'http://share.ibexa.co/forums/extensions', + ], + 25 => [ + 'created' => '1311154185', + 'id' => '37', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '7b907a0c58bcc0665b3638e97c2597b6', + 'url' => 'http://share.ibexa.co/forums/extensions/ez-newsletter', + ], + 26 => [ + 'created' => '1311154185', + 'id' => '38', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '12021495bfa320016e304ef52f72ad2c', + 'url' => 'http://share.ibexa.co/forums/extensions/website-interface', + ], + 27 => [ + 'created' => '1311154185', + 'id' => '39', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '958912ed4a05e34e44ff28acb5a7df3b', + 'url' => 'http://share.ibexa.co/forums/extensions/ez-flow', + ], + 28 => [ + 'created' => '1311154185', + 'id' => '40', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'f36ed50995d7898feb21fea71a2e93c0', + 'url' => 'http://share.ibexa.co/forums/extensions/ez-find', + ], + 29 => [ + 'created' => '1311154185', + 'id' => '41', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '76538a2a362d14e50e52f2204c5f7fc0', + 'url' => 'http://share.ibexa.co/forums/translation', + ], + 30 => [ + 'created' => '1311154185', + 'id' => '42', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '10c21ad9cb1aaea53ae13922b8462078', + 'url' => 'http://share.ibexa.co/forums/localized-forums', + ], + 31 => [ + 'created' => '1311154185', + 'id' => '43', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'f5b54a2571a6a92a1b714662461df808', + 'url' => 'http://share.ibexa.co/forums/feedback-and-ideas-for-this-portal', + ], + 32 => [ + 'created' => '1311154185', + 'id' => '44', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '53137591ef856777bddbd7843ed55945', + 'url' => 'http://issues.ibexa.co/ProjectSelect.php?Id=6', + ], + 33 => [ + 'created' => '1311154185', + 'id' => '45', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '9fed8384518daf741b21073051b2bc82', + 'url' => 'http://issues.ibexa.co/ProjectSelect.php?Id=3', + ], + 34 => [ + 'created' => '1311154185', + 'id' => '46', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '009202f0b8516c86a1ae2e713b236a0d', + 'url' => 'http://share.ibexa.co/articles', + ], + 35 => [ + 'created' => '1311154185', + 'id' => '47', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'af97ad168859364ba6be544a10227dce', + 'url' => 'http://share.ibexa.co/tutorials', + ], + 36 => [ + 'created' => '1311154185', + 'id' => '48', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '42e449f547a866fc91cd9cc0276bb856', + 'url' => 'http://share.ibexa.co/blogs/share.ibexa.co-team/share-your-experience-write-a-tutorial-for-the-community', + ], + 37 => [ + 'created' => '1311154185', + 'id' => '49', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '29b5ff661060d4e56b4f71560db63bf9', + 'url' => 'irc://irc.freenode.net/', + ], + 38 => [ + 'created' => '1311154185', + 'id' => '50', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'c7b1db7c78837ad56e490a2f9e106513', + 'url' => 'http://en.wikipedia.org/wiki/Internet_Relay_Chat', + ], + 39 => [ + 'created' => '1311154185', + 'id' => '51', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '73771757edcd554a7de09d709d1998a0', + 'url' => 'http://www.xchat.org/', + ], + 40 => [ + 'created' => '1311154185', + 'id' => '52', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '34a73db75b328b9e33a6f8be10839d6a', + 'url' => 'http://www.mirc.com/', + ], + 41 => [ + 'created' => '1311154185', + 'id' => '53', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '43ea73ab9bda87c1404c2b3df76102be', + 'url' => 'http://www.pidgin.im/', + ], + 42 => [ + 'created' => '1311154185', + 'id' => '54', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'e0e4b9109422d6ae74f0cf15622f47f8', + 'url' => 'http://colloquy.info/', + ], + 43 => [ + 'created' => '1311154185', + 'id' => '55', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'b0a2baa65437ca44a03a72942a1def34', + 'url' => 'http://planetezpublish.org/', + ], + 44 => [ + 'created' => '1311154185', + 'id' => '56', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '2fc202b5ab8b0e61a1975f85e71da31b', + 'url' => 'http://planetezpublish.org/rss/feed/rss20.xml', + ], + 45 => [ + 'created' => '1311154185', + 'id' => '57', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '250539f8ead8841ed0f91f39c0744732', + 'url' => 'http://www.planet-ezpublish.fr/', + ], + 46 => [ + 'created' => '1311154185', + 'id' => '58', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '48e508939abb04100c31feb3db7bca99', + 'url' => 'http://lists.ibexa.co/mailman/listinfo/sdk-public', + ], + 47 => [ + 'created' => '1311154185', + 'id' => '59', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'eb2c7ae92b6523fce7f380712dcdc3ee', + 'url' => 'http://lists.ibexa.co/mailman/listinfo/sdk-svn', + ], + 48 => [ + 'created' => '1311154185', + 'id' => '60', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '2d823657cbdd8d41e63875e97497fa4a', + 'url' => 'http://share.ibexa.co/rss/feed/all_forums', + ], + 49 => [ + 'created' => '1311154185', + 'id' => '61', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'a1c839f19e544f45f1b24e4081a859b8', + 'url' => 'http://share.ibexa.co/rss/feed/forum_topics_only', + ], + 50 => [ + 'created' => '1311154185', + 'id' => '62', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '3f2fff22712f47e136a46a9e7190418a', + 'url' => 'http://share.ibexa.co/rss/feed/articles', + ], + 51 => [ + 'created' => '1311154185', + 'id' => '63', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'a3589cf032c79d5afbb5e0231f9bde63', + 'url' => 'http://share.ibexa.co/rss/feed/blogs', + ], + 52 => [ + 'created' => '1311154185', + 'id' => '64', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '7c1f530d6ad202571f22cc8c606bb83c', + 'url' => 'http://share.ibexa.co/rss/feed/forums_developer', + ], + 53 => [ + 'created' => '1311154185', + 'id' => '65', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'aedc6546cbc245956ca72a0f210bd685', + 'url' => 'http://share.ibexa.co/rss/feed/forums_discussions', + ], + 54 => [ + 'created' => '1311154185', + 'id' => '66', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '06b3b46ac8297015c7cc1b4059ffd296', + 'url' => 'http://share.ibexa.co/rss/feed/forums_extensions', + ], + 55 => [ + 'created' => '1311154185', + 'id' => '67', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'bdbaed15beb6ef757854ee3cd8fef0c2', + 'url' => 'http://share.ibexa.co/rss/feed/forums_feedback', + ], + 56 => [ + 'created' => '1311154185', + 'id' => '68', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '41c2346efe6f237fc71a71a5c5be7157', + 'url' => 'http://share.ibexa.co/rss/feed/forums_general', + ], + 57 => [ + 'created' => '1311154185', + 'id' => '69', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '075ff7cbbd7d64d25ba70ba8dbcc2247', + 'url' => 'http://share.ibexa.co/rss/feed/forums_install_and_configuration', + ], + 58 => [ + 'created' => '1311154185', + 'id' => '70', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '60eb4cded3c2b0f8034179ea8cc78433', + 'url' => 'http://share.ibexa.co/rss/feed/forums_setup_and_design', + ], + 59 => [ + 'created' => '1311154185', + 'id' => '71', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '3ac4e53a5c5c4c40cdc7730f004fd1fc', + 'url' => 'http://share.ibexa.co/rss/feed/forums_suggestions', + ], + 60 => [ + 'created' => '1311154185', + 'id' => '72', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'f36ea06615ae2bda0c494c730a17d4c5', + 'url' => 'http://share.ibexa.co/rss/feed/forums_translation', + ], + 61 => [ + 'created' => '1311154185', + 'id' => '73', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'b8d97968cb3fea3a251ff6643d78b8c9', + 'url' => 'http://share.ibexa.co/rss/feed/projects', + ], + 62 => [ + 'created' => '1311154185', + 'id' => '74', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'acf1e2178ee6e59b2f8c031d65dcce90', + 'url' => 'http://twitter.com/i_robin/cms-ezpublish/members', + ], + 63 => [ + 'created' => '1311154185', + 'id' => '75', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '0b9ae77a639ec82e4df27faa42105d13', + 'url' => 'https://wave.google.com/', + ], + 64 => [ + 'created' => '1311154185', + 'id' => '76', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'ec662565f30cac29d1c5e8b92fcf36db', + 'url' => 'http://share.ibexa.co/forums/general/ibexa-dxp-on-google-wave', + ], + 65 => [ + 'created' => '1311154185', + 'id' => '77', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '9fd5c2ca7e61e4e632fc5087ab478c48', + 'url' => 'http://projects.ibexa.co/', + ], + 66 => [ + 'created' => '1311154185', + 'id' => '78', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '09db4900415016354a0c46afa142f5bb', + 'url' => 'http://ezpedia.org/', + ], + 67 => [ + 'created' => '1311154185', + 'id' => '79', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '887dd7ce7eca08e453cd6e1809e2050c', + 'url' => 'http://pubsvn.ibexa.co/doxygen/trunk/html/index.html', + ], + 68 => [ + 'created' => '1311154185', + 'id' => '80', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'df591da8b03b6a34c7b65db9444d7404', + 'url' => 'http://incubator.apache.org/zetacomponents/documentation/overview.html', + ], + 69 => [ + 'created' => '1311154185', + 'id' => '81', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '52b043bcd64a2d3e5ceca70ac3f94834', + 'url' => 'http://issues.ibexa.co/ezpublish', + ], + 70 => [ + 'created' => '1311154185', + 'id' => '82', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '88c4142410b68a1216890e1e9f375521', + 'url' => 'http://share.ibexa.co/github.com/ezsystems/ezpublish', + ], + 71 => [ + 'created' => '1311154185', + 'id' => '83', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => '34822fe97d42d592f378247b5058e48d', + 'url' => 'http://projects.ibexa.co/ezpublish_translation', + ], + 72 => [ + 'created' => '1311154185', + 'id' => '84', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154185', + 'original_url_md5' => 'd2a07a3cf059b5ebe90629b817558a2c', + 'url' => 'http://ibexa.co/ezfind', + ], + 73 => [ + 'created' => '1311154187', + 'id' => '85', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154187', + 'original_url_md5' => '73bbbe9943f1196c0282d5ed8467e003', + 'url' => 'http://ibexa.co/support_and_services/ibexa_premium', + ], + 74 => [ + 'created' => '1311154189', + 'id' => '86', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154189', + 'original_url_md5' => '443aa8489b0f6bedb1240fa4011694c9', + 'url' => 'http://ibexa.co/doc/ibexa/technical_manual/4_0/templates/the_template_override_system', + ], + 75 => [ + 'created' => '1311154189', + 'id' => '87', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154189', + 'original_url_md5' => '903fb32b3f6da9ad8248504573e3720c', + 'url' => 'http://ibexa.co/developer/contribs/site_styles', + ], + 76 => [ + 'created' => '1311154189', + 'id' => '88', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154189', + 'original_url_md5' => '7df50136b3e6e49601ec8f532a88f5fe', + 'url' => 'http://ibexa.co/ezcomponents', + ], + 77 => [ + 'created' => '1311154189', + 'id' => '89', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154189', + 'original_url_md5' => 'f7f365668e85a3db20b7e06c08274b2a', + 'url' => 'http://ibexa.co/developer/contribs', + ], + 78 => [ + 'created' => '1311154189', + 'id' => '90', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154189', + 'original_url_md5' => 'dcb82187a67e73527dc5d329a08047c2', + 'url' => 'http://subversion.tigris.org/', + ], + 79 => [ + 'created' => '1311154189', + 'id' => '91', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154189', + 'original_url_md5' => 'ece220e6b2e68a2e29c48ebfdd0b0219', + 'url' => 'http://www.eclipse.org/', + ], + 80 => [ + 'created' => '1311154189', + 'id' => '92', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154189', + 'original_url_md5' => 'fb671b9761b2f65a0f7593c04353106b', + 'url' => 'http://www.phpedit.com/', + ], + 81 => [ + 'created' => '1311154190', + 'id' => '93', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154190', + 'original_url_md5' => '712f33e020d970504ca0d2920d073f02', + 'url' => 'http://share.ibexa.co/tutorials/ibexa-dxp/lots-of-websites-one-ibexa-dxp-installation-adding-siteaccesses-in-ibexa-dxp', + ], + 82 => [ + 'created' => '1311154190', + 'id' => '94', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154190', + 'original_url_md5' => '310e82187fcbd4541666b13bf4067f34', + 'url' => 'http://granitehorizon.com/', + ], + 83 => [ + 'created' => '1311154194', + 'id' => '95', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154194', + 'original_url_md5' => '847310eb455f9ae37cb56962213c491d', + 'url' => 'http://www.example.com', + ], + 84 => [ + 'created' => '1311154194', + 'id' => '96', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154194', + 'original_url_md5' => '14dd0f15e926472fc3a98c8b9210fe37', + 'url' => 'http://www.example.com/index.html', + ], + 85 => [ + 'created' => '1311154205', + 'id' => '97', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154205', + 'original_url_md5' => 'd2be3bb903b0b7de8303dfea1cada332', + 'url' => 'http://ibexa.co/ezpublish', + ], + 86 => [ + 'created' => '1311154205', + 'id' => '98', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154205', + 'original_url_md5' => '81a3c8f41320d5b9bf4a8a006551918f', + 'url' => 'http://ibexa.co/ezpublish/use_ibexa', + ], + 87 => [ + 'created' => '1311154205', + 'id' => '99', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154205', + 'original_url_md5' => '00de4d3b098fa1640787b233185d1129', + 'url' => 'http://ibexa.co/solutions/digital_media/online_magazines', + ], + 88 => [ + 'created' => '1311154205', + 'id' => '100', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154205', + 'original_url_md5' => '0e4becdbf18714aaa1d7c63ccf2118ac', + 'url' => 'http://ibexa.co/solutions/digital_media/online_newspapers', + ], + 89 => [ + 'created' => '1311154205', + 'id' => '101', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154205', + 'original_url_md5' => 'c6d6e36c5db2942e6a6cca1bfcfc17c8', + 'url' => 'http://ibexa.co/solutions/community_portal', + ], + 90 => [ + 'created' => '1311154205', + 'id' => '102', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154205', + 'original_url_md5' => 'fc218c4dd363b2845f79379fecb92f08', + 'url' => 'http://ibexa.co/developer', + ], + 91 => [ + 'created' => '1311154210', + 'id' => '103', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154210', + 'original_url_md5' => 'b906332d411e5325f9b7fd14c3845f54', + 'url' => 'http://ibexa.co/ezpublish/develop_with_ibexa', + ], + 92 => [ + 'created' => '1311154211', + 'id' => '104', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154211', + 'original_url_md5' => 'f1777111f5d0f1c81ffa04de751128fa', + 'url' => 'http://www.example.com/', + ], + 93 => [ + 'created' => '1311154215', + 'id' => '105', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154215', + 'original_url_md5' => '9b492048041e95b32de08bafc86d759b', + 'url' => '/content/view/sitemap/2', + ], + 94 => [ + 'created' => '1311154215', + 'id' => '106', + 'is_valid' => '1', + 'last_checked' => '0', + 'modified' => '1311154215', + 'original_url_md5' => 'c86bcb109d8e70f9db65c803baafd550', + 'url' => '/content/view/tagcloud/2', + ], + ], + UrlDoctrineDatabase::URL_LINK_TABLE => [ + 0 => [ + 'contentobject_attribute_id' => '245', + 'contentobject_attribute_version' => '1', + 'url_id' => '23', + ], + 1 => [ + 'contentobject_attribute_id' => '245', + 'contentobject_attribute_version' => '1', + 'url_id' => '24', + ], + 2 => [ + 'contentobject_attribute_id' => '565', + 'contentobject_attribute_version' => '1', + 'url_id' => '16', + ], + 3 => [ + 'contentobject_attribute_id' => '565', + 'contentobject_attribute_version' => '1', + 'url_id' => '17', + ], + 4 => [ + 'contentobject_attribute_id' => '565', + 'contentobject_attribute_version' => '1', + 'url_id' => '18', + ], + 5 => [ + 'contentobject_attribute_id' => '565', + 'contentobject_attribute_version' => '1', + 'url_id' => '13', + ], + 6 => [ + 'contentobject_attribute_id' => '565', + 'contentobject_attribute_version' => '1', + 'url_id' => '19', + ], + 7 => [ + 'contentobject_attribute_id' => '565', + 'contentobject_attribute_version' => '1', + 'url_id' => '14', + ], + 8 => [ + 'contentobject_attribute_id' => '565', + 'contentobject_attribute_version' => '1', + 'url_id' => '15', + ], + 9 => [ + 'contentobject_attribute_id' => '565', + 'contentobject_attribute_version' => '1', + 'url_id' => '20', + ], + 10 => [ + 'contentobject_attribute_id' => '565', + 'contentobject_attribute_version' => '1', + 'url_id' => '21', + ], + 11 => [ + 'contentobject_attribute_id' => '565', + 'contentobject_attribute_version' => '1', + 'url_id' => '22', + ], + 12 => [ + 'contentobject_attribute_id' => '577', + 'contentobject_attribute_version' => '1', + 'url_id' => '25', + ], + 13 => [ + 'contentobject_attribute_id' => '577', + 'contentobject_attribute_version' => '1', + 'url_id' => '26', + ], + 14 => [ + 'contentobject_attribute_id' => '577', + 'contentobject_attribute_version' => '1', + 'url_id' => '27', + ], + 15 => [ + 'contentobject_attribute_id' => '577', + 'contentobject_attribute_version' => '1', + 'url_id' => '28', + ], + 16 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '29', + ], + 17 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '30', + ], + 18 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '25', + ], + 19 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '31', + ], + 20 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '32', + ], + 21 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '33', + ], + 22 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '34', + ], + 23 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '35', + ], + 24 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '36', + ], + 25 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '37', + ], + 26 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '38', + ], + 27 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '39', + ], + 28 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '40', + ], + 29 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '41', + ], + 30 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '42', + ], + 31 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '43', + ], + 32 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '44', + ], + 33 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '45', + ], + 34 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '46', + ], + 35 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '47', + ], + 36 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '48', + ], + 37 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '49', + ], + 38 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '50', + ], + 39 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '51', + ], + 40 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '52', + ], + 41 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '53', + ], + 42 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '54', + ], + 43 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '55', + ], + 44 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '56', + ], + 45 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '57', + ], + 46 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '58', + ], + 47 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '59', + ], + 48 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '60', + ], + 49 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '61', + ], + 50 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '62', + ], + 51 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '63', + ], + 52 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '64', + ], + 53 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '65', + ], + 54 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '66', + ], + 55 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '67', + ], + 56 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '68', + ], + 57 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '69', + ], + 58 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '70', + ], + 59 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '71', + ], + 60 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '72', + ], + 61 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '73', + ], + 62 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '27', + ], + 63 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '74', + ], + 64 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '28', + ], + 65 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '75', + ], + 66 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '76', + ], + 67 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '77', + ], + 68 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '9', + ], + 69 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '78', + ], + 70 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '79', + ], + 71 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '80', + ], + 72 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '81', + ], + 73 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '82', + ], + 74 => [ + 'contentobject_attribute_id' => '578', + 'contentobject_attribute_version' => '1', + 'url_id' => '83', + ], + 75 => [ + 'contentobject_attribute_id' => '590', + 'contentobject_attribute_version' => '1', + 'url_id' => '84', + ], + 76 => [ + 'contentobject_attribute_id' => '638', + 'contentobject_attribute_version' => '1', + 'url_id' => '85', + ], + 77 => [ + 'contentobject_attribute_id' => '682', + 'contentobject_attribute_version' => '1', + 'url_id' => '86', + ], + 78 => [ + 'contentobject_attribute_id' => '682', + 'contentobject_attribute_version' => '1', + 'url_id' => '87', + ], + 79 => [ + 'contentobject_attribute_id' => '682', + 'contentobject_attribute_version' => '1', + 'url_id' => '88', + ], + 80 => [ + 'contentobject_attribute_id' => '682', + 'contentobject_attribute_version' => '1', + 'url_id' => '89', + ], + 81 => [ + 'contentobject_attribute_id' => '682', + 'contentobject_attribute_version' => '1', + 'url_id' => '90', + ], + 82 => [ + 'contentobject_attribute_id' => '682', + 'contentobject_attribute_version' => '1', + 'url_id' => '91', + ], + 83 => [ + 'contentobject_attribute_id' => '682', + 'contentobject_attribute_version' => '1', + 'url_id' => '92', + ], + 84 => [ + 'contentobject_attribute_id' => '702', + 'contentobject_attribute_version' => '1', + 'url_id' => '93', + ], + 85 => [ + 'contentobject_attribute_id' => '702', + 'contentobject_attribute_version' => '1', + 'url_id' => '94', + ], + 86 => [ + 'contentobject_attribute_id' => '821', + 'contentobject_attribute_version' => '1', + 'url_id' => '95', + ], + 87 => [ + 'contentobject_attribute_id' => '821', + 'contentobject_attribute_version' => '1', + 'url_id' => '96', + ], + 88 => [ + 'contentobject_attribute_id' => '849', + 'contentobject_attribute_version' => '1', + 'url_id' => '18', + ], + 89 => [ + 'contentobject_attribute_id' => '1105', + 'contentobject_attribute_version' => '1', + 'url_id' => '97', + ], + 90 => [ + 'contentobject_attribute_id' => '1105', + 'contentobject_attribute_version' => '1', + 'url_id' => '98', + ], + 91 => [ + 'contentobject_attribute_id' => '1105', + 'contentobject_attribute_version' => '1', + 'url_id' => '99', + ], + 92 => [ + 'contentobject_attribute_id' => '1105', + 'contentobject_attribute_version' => '1', + 'url_id' => '100', + ], + 93 => [ + 'contentobject_attribute_id' => '1105', + 'contentobject_attribute_version' => '1', + 'url_id' => '101', + ], + 94 => [ + 'contentobject_attribute_id' => '1105', + 'contentobject_attribute_version' => '1', + 'url_id' => '102', + ], + 95 => [ + 'contentobject_attribute_id' => '1121', + 'contentobject_attribute_version' => '1', + 'url_id' => '98', + ], + 96 => [ + 'contentobject_attribute_id' => '1121', + 'contentobject_attribute_version' => '1', + 'url_id' => '84', + ], + 97 => [ + 'contentobject_attribute_id' => '1165', + 'contentobject_attribute_version' => '1', + 'url_id' => '85', + ], + 98 => [ + 'contentobject_attribute_id' => '1209', + 'contentobject_attribute_version' => '1', + 'url_id' => '103', + ], + 99 => [ + 'contentobject_attribute_id' => '1209', + 'contentobject_attribute_version' => '1', + 'url_id' => '86', + ], + 100 => [ + 'contentobject_attribute_id' => '1209', + 'contentobject_attribute_version' => '1', + 'url_id' => '87', + ], + 101 => [ + 'contentobject_attribute_id' => '1209', + 'contentobject_attribute_version' => '1', + 'url_id' => '88', + ], + 102 => [ + 'contentobject_attribute_id' => '1209', + 'contentobject_attribute_version' => '1', + 'url_id' => '89', + ], + 103 => [ + 'contentobject_attribute_id' => '1209', + 'contentobject_attribute_version' => '1', + 'url_id' => '90', + ], + 104 => [ + 'contentobject_attribute_id' => '1209', + 'contentobject_attribute_version' => '1', + 'url_id' => '91', + ], + 105 => [ + 'contentobject_attribute_id' => '1209', + 'contentobject_attribute_version' => '1', + 'url_id' => '92', + ], + 106 => [ + 'contentobject_attribute_id' => '1253', + 'contentobject_attribute_version' => '1', + 'url_id' => '104', + ], + 107 => [ + 'contentobject_attribute_id' => '1253', + 'contentobject_attribute_version' => '1', + 'url_id' => '96', + ], + 108 => [ + 'contentobject_attribute_id' => '1318', + 'contentobject_attribute_version' => '2', + 'url_id' => '105', + ], + 109 => [ + 'contentobject_attribute_id' => '1319', + 'contentobject_attribute_version' => '2', + 'url_id' => '106', + ], + ], + UrlAliasGateway::URL_ALIAS_TABLE => [ + 0 => [ + 'destination_url' => 'content/view/full/2', + 'forward_to_id' => '0', + 'id' => '12', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => 'd41d8cd98f00b204e9800998ecf8427e', + 'source_url' => '', + ], + 1 => [ + 'destination_url' => 'content/view/full/5', + 'forward_to_id' => '0', + 'id' => '13', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => '9bc65c2abec141778ffaa729489f3e87', + 'source_url' => 'users', + ], + 2 => [ + 'destination_url' => 'content/view/full/12', + 'forward_to_id' => '0', + 'id' => '15', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => '02d4e844e3a660857a3f81585995ffe1', + 'source_url' => 'users/guest_accounts', + ], + 3 => [ + 'destination_url' => 'content/view/full/13', + 'forward_to_id' => '0', + 'id' => '16', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => '1b1d79c16700fd6003ea7be233e754ba', + 'source_url' => 'users/administrator_users', + ], + 4 => [ + 'destination_url' => 'content/view/full/14', + 'forward_to_id' => '0', + 'id' => '17', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => '0bb9dd665c96bbc1cf36b79180786dea', + 'source_url' => 'users/editors', + ], + 5 => [ + 'destination_url' => 'content/view/full/15', + 'forward_to_id' => '0', + 'id' => '18', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => 'f1305ac5f327a19b451d82719e0c3f5d', + 'source_url' => 'users/administrator_users/administrator_user', + ], + 6 => [ + 'destination_url' => 'content/view/full/43', + 'forward_to_id' => '0', + 'id' => '20', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => '62933a2951ef01f4eafd9bdf4d3cd2f0', + 'source_url' => 'media', + ], + 7 => [ + 'destination_url' => 'content/view/full/44', + 'forward_to_id' => '0', + 'id' => '21', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => '3ae1aac958e1c82013689d917d34967a', + 'source_url' => 'users/anonymous_users', + ], + 8 => [ + 'destination_url' => 'content/view/full/45', + 'forward_to_id' => '0', + 'id' => '22', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => 'aad93975f09371695ba08292fd9698db', + 'source_url' => 'users/anonymous_users/anonymous_user', + ], + 9 => [ + 'destination_url' => 'content/view/full/48', + 'forward_to_id' => '0', + 'id' => '25', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => 'a0f848942ce863cf53c0fa6cc684007d', + 'source_url' => 'setup', + ], + 10 => [ + 'destination_url' => 'content/view/full/50', + 'forward_to_id' => '0', + 'id' => '27', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => 'c60212835de76414f9bfd21eecb8f221', + 'source_url' => 'foo_bar_folder/images/vbanner', + ], + 11 => [ + 'destination_url' => 'content/view/full/51', + 'forward_to_id' => '0', + 'id' => '28', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => '38985339d4a5aadfc41ab292b4527046', + 'source_url' => 'media/images', + ], + 12 => [ + 'destination_url' => 'content/view/full/52', + 'forward_to_id' => '0', + 'id' => '29', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => 'ad5a8c6f6aac3b1b9df267fe22e7aef6', + 'source_url' => 'media/files', + ], + 13 => [ + 'destination_url' => 'content/view/full/53', + 'forward_to_id' => '0', + 'id' => '30', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => '562a0ac498571c6c3529173184a2657c', + 'source_url' => 'media/multimedia', + ], + 14 => [ + 'destination_url' => 'content/view/full/54', + 'forward_to_id' => '0', + 'id' => '31', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => 'e501fe6c81ed14a5af2b322d248102d8', + 'source_url' => 'setup/common_ini_settings', + ], + 15 => [ + 'destination_url' => 'content/view/full/56', + 'forward_to_id' => '0', + 'id' => '32', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => '2dd3db5dc7122ea5f3ee539bb18fe97d', + 'source_url' => 'design/ibexa', + ], + 16 => [ + 'destination_url' => 'content/view/full/58', + 'forward_to_id' => '0', + 'id' => '33', + 'is_imported' => '1', + 'is_internal' => '1', + 'is_wildcard' => '0', + 'source_md5' => '31c13f47ad87dd7baa2d558a91e0fbb9', + 'source_url' => 'design', + ], + ], + UrlAliasGateway::TABLE => [ + 0 => [ + 'action' => 'nop:', + 'action_type' => 'nop', + 'alias_redirects' => '1', + 'id' => '14', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '14', + 'parent' => '0', + 'text' => 'foo_bar_folder', + 'text_md5' => '0288b6883046492fa92e4a84eb67acc9', + ], + 1 => [ + 'action' => 'eznode:67', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '206', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '3', + 'link' => '46', + 'parent' => '0', + 'text' => 'Home', + 'text_md5' => '106a6c241b8797f52e1e77317b96a201', + ], + 2 => [ + 'action' => 'eznode:67', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '46', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '46', + 'parent' => '0', + 'text' => 'Ibexa', + 'text_md5' => '10e4c3cb527fb9963258469986c16240', + ], + 3 => [ + 'action' => 'eznode:58', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '25', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '25', + 'parent' => '0', + 'text' => 'Design', + 'text_md5' => '31c13f47ad87dd7baa2d558a91e0fbb9', + ], + 4 => [ + 'action' => 'eznode:96', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '75', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '75', + 'parent' => '0', + 'text' => 'Support', + 'text_md5' => '434990c8a25d2be94863561ae98bd682', + ], + 5 => [ + 'action' => 'eznode:48', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '13', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '13', + 'parent' => '0', + 'text' => 'Setup2', + 'text_md5' => '475e97c0146bfb1c490339546d9e72ee', + ], + 6 => [ + 'action' => 'nop:', + 'action_type' => 'nop', + 'alias_redirects' => '1', + 'id' => '17', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '17', + 'parent' => '0', + 'text' => 'media2', + 'text_md5' => '50e2736330de124f6edea9b008556fe6', + ], + 7 => [ + 'action' => 'eznode:43', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '9', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '9', + 'parent' => '0', + 'text' => 'Media', + 'text_md5' => '62933a2951ef01f4eafd9bdf4d3cd2f0', + ], + 8 => [ + 'action' => 'nop:', + 'action_type' => 'nop', + 'alias_redirects' => '1', + 'id' => '21', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '21', + 'parent' => '0', + 'text' => 'setup3', + 'text_md5' => '732cefcf28bf4547540609fb1a786a30', + ], + 9 => [ + 'action' => 'eznode:156', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '135', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '135', + 'parent' => '0', + 'text' => 'Partners', + 'text_md5' => '7896f8fa69398c56d86a65357615c41f', + ], + 10 => [ + 'action' => 'eznode:153', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '132', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '132', + 'parent' => '0', + 'text' => 'Ibexa-Enterprise', + 'text_md5' => '78e494fbf5158218fd054fcd2cf9d849', + ], + 11 => [ + 'action' => 'eznode:167', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '146', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '146', + 'parent' => '0', + 'text' => 'Community', + 'text_md5' => '82df41632da476065ce2997900554442', + ], + 12 => [ + 'action' => 'eznode:69', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '48', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '48', + 'parent' => '0', + 'text' => 'Products', + 'text_md5' => '86024cad1e83101d97359d7351051156', + ], + 13 => [ + 'action' => 'nop:', + 'action_type' => 'nop', + 'alias_redirects' => '1', + 'id' => '3', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '3', + 'parent' => '0', + 'text' => 'users2', + 'text_md5' => '86425c35a33507d479f71ade53a669aa', + ], + 14 => [ + 'action' => 'eznode:77', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '56', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '56', + 'parent' => '0', + 'text' => 'Solutions', + 'text_md5' => '8692fc447f13b2256b0b4e381de7f382', + ], + 15 => [ + 'action' => 'eznode:107', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '86', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '86', + 'parent' => '0', + 'text' => 'Getting-started', + 'text_md5' => '8e0aab8c77d7ef1b836d9c16e5c062b3', + ], + 16 => [ + 'action' => 'eznode:190', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '169', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '169', + 'parent' => '0', + 'text' => 'Company', + 'text_md5' => '93c731f1c3a84ef05cd54d044c379eaa', + ], + 17 => [ + 'action' => 'eznode:5', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '2', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '2', + 'parent' => '0', + 'text' => 'Users', + 'text_md5' => '9bc65c2abec141778ffaa729489f3e87', + ], + 18 => [ + 'action' => 'eznode:86', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '65', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '65', + 'parent' => '0', + 'text' => 'Training', + 'text_md5' => 'c185ddac8b5a8f5aa23c5b80bc12d214', + ], + 19 => [ + 'action' => 'eznode:2', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '1', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '1', + 'parent' => '0', + 'text' => '', + 'text_md5' => 'd41d8cd98f00b204e9800998ecf8427e', + ], + 20 => [ + 'action' => 'eznode:227', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '207', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '207', + 'parent' => '2', + 'text' => 'Partners', + 'text_md5' => '7896f8fa69398c56d86a65357615c41f', + ], + 21 => [ + 'action' => 'eznode:14', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '6', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '6', + 'parent' => '2', + 'text' => 'Editors', + 'text_md5' => 'a147e136bfa717592f2bd70bd4b53b17', + ], + 22 => [ + 'action' => 'eznode:44', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '10', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '10', + 'parent' => '2', + 'text' => 'Anonymous-Users', + 'text_md5' => 'c2803c3fa1b0b5423237b4e018cae755', + ], + 23 => [ + 'action' => 'eznode:12', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '4', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '4', + 'parent' => '2', + 'text' => 'Members', + 'text_md5' => 'd2e3083420929d8bfae81f58fa4594cb', + ], + 24 => [ + 'action' => 'eznode:12', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '208', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '3', + 'link' => '4', + 'parent' => '2', + 'text' => 'Guest-accounts', + 'text_md5' => 'e57843d836e3af8ab611fde9e2139b3a', + ], + 25 => [ + 'action' => 'eznode:13', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '5', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '5', + 'parent' => '2', + 'text' => 'Administrator-users', + 'text_md5' => 'f89fad7f8a3abc8c09e1deb46a420007', + ], + 26 => [ + 'action' => 'nop:', + 'action_type' => 'nop', + 'alias_redirects' => '1', + 'id' => '11', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '11', + 'parent' => '3', + 'text' => 'anonymous_users2', + 'text_md5' => '505e93077a6dde9034ad97a14ab022b1', + ], + 27 => [ + 'action' => 'eznode:12', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '26', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '0', + 'link' => '4', + 'parent' => '3', + 'text' => 'guest_accounts', + 'text_md5' => '70bb992820e73638731aa8de79b3329e', + ], + 28 => [ + 'action' => 'eznode:14', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '29', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '6', + 'parent' => '3', + 'text' => 'editors', + 'text_md5' => 'a147e136bfa717592f2bd70bd4b53b17', + ], + 29 => [ + 'action' => 'nop:', + 'action_type' => 'nop', + 'alias_redirects' => '1', + 'id' => '7', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '7', + 'parent' => '3', + 'text' => 'administrator_users2', + 'text_md5' => 'a7da338c20bf65f9f789c87296379c2a', + ], + 30 => [ + 'action' => 'eznode:13', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '27', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '5', + 'parent' => '3', + 'text' => 'administrator_users', + 'text_md5' => 'aeb8609aa933b0899aa012c71139c58c', + ], + 31 => [ + 'action' => 'eznode:44', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '30', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '10', + 'parent' => '3', + 'text' => 'anonymous_users', + 'text_md5' => 'e9e5ad0c05ee1a43715572e5cc545926', + ], + 32 => [ + 'action' => 'eznode:15', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '8', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '8', + 'parent' => '5', + 'text' => 'Administrator-User', + 'text_md5' => '5a9d7b0ec93173ef4fedee023209cb61', + ], + 33 => [ + 'action' => 'eznode:15', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '28', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '0', + 'link' => '8', + 'parent' => '7', + 'text' => 'administrator_user', + 'text_md5' => 'a3cca2de936df1e2f805710399989971', + ], + 34 => [ + 'action' => 'eznode:59', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '38', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '38', + 'parent' => '9', + 'text' => 'Banners', + 'text_md5' => '009a93317a248d0fbcd664b6fa5e79e8', + ], + 35 => [ + 'action' => 'eznode:53', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '20', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '20', + 'parent' => '9', + 'text' => 'Multimedia', + 'text_md5' => '2e5bc8831f7ae6a29530e7f1bbf2de9c', + ], + 36 => [ + 'action' => 'eznode:52', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '19', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '19', + 'parent' => '9', + 'text' => 'Files', + 'text_md5' => '45b963397aa40d4a0063e0d85e4fe7a1', + ], + 37 => [ + 'action' => 'eznode:51', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '18', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '18', + 'parent' => '9', + 'text' => 'Images', + 'text_md5' => '59b514174bffe4ae402b3d63aad79fe0', + ], + 38 => [ + 'action' => 'eznode:45', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '12', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '12', + 'parent' => '10', + 'text' => 'Anonymous-User', + 'text_md5' => 'ccb62ebca03a31272430bc414bd5cd5b', + ], + 39 => [ + 'action' => 'eznode:45', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '31', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '12', + 'parent' => '11', + 'text' => 'anonymous_user', + 'text_md5' => 'c593ec85293ecb0e02d50d4c5c6c20eb', + ], + 40 => [ + 'action' => 'eznode:54', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '22', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '22', + 'parent' => '13', + 'text' => 'Common-INI-settings', + 'text_md5' => '4434993ac013ae4d54bb1f51034d6401', + ], + 41 => [ + 'action' => 'nop:', + 'action_type' => 'nop', + 'alias_redirects' => '1', + 'id' => '15', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '15', + 'parent' => '14', + 'text' => 'images', + 'text_md5' => '59b514174bffe4ae402b3d63aad79fe0', + ], + 42 => [ + 'action' => 'eznode:50', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '16', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '16', + 'parent' => '15', + 'text' => 'vbanner', + 'text_md5' => 'c54e2d1b93642e280bdc5d99eab2827d', + ], + 43 => [ + 'action' => 'eznode:53', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '34', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '20', + 'parent' => '17', + 'text' => 'multimedia', + 'text_md5' => '2e5bc8831f7ae6a29530e7f1bbf2de9c', + ], + 44 => [ + 'action' => 'eznode:52', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '33', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '19', + 'parent' => '17', + 'text' => 'files', + 'text_md5' => '45b963397aa40d4a0063e0d85e4fe7a1', + ], + 45 => [ + 'action' => 'eznode:51', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '32', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '18', + 'parent' => '17', + 'text' => 'images', + 'text_md5' => '59b514174bffe4ae402b3d63aad79fe0', + ], + 46 => [ + 'action' => 'eznode:68', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '47', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '47', + 'parent' => '18', + 'text' => 'rest_api', + 'text_md5' => '8c89749bf64fee88444aa8175453348e', + ], + 47 => [ + 'action' => 'eznode:54', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '35', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '1', + 'link' => '22', + 'parent' => '21', + 'text' => 'common_ini_settings', + 'text_md5' => 'e59d6834e86cee752ed841f9cd8d5baf', + ], + 48 => [ + 'action' => 'eznode:56', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '37', + 'is_alias' => '0', + 'is_original' => '0', + 'lang_mask' => '2', + 'link' => '24', + 'parent' => '25', + 'text' => 'Ibexa', + 'text_md5' => '10e4c3cb527fb9963258469986c16240', + ], + 49 => [ + 'action' => 'eznode:56', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '24', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '24', + 'parent' => '25', + 'text' => 'Plain-site', + 'text_md5' => '49a39d99a955d95aa5d636275656a07a', + ], + 50 => [ + 'action' => 'eznode:64', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '43', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '43', + 'parent' => '38', + 'text' => 'Pencils-Support', + 'text_md5' => '02b09f8b411c005ccc3110b0b414ec15', + ], + 51 => [ + 'action' => 'eznode:60', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '39', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '39', + 'parent' => '38', + 'text' => 'Woman-Communities', + 'text_md5' => '4d3c019d9d41ad5272a503a5ce448126', + ], + 52 => [ + 'action' => 'eznode:63', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '42', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '42', + 'parent' => '38', + 'text' => 'Woman-Partners', + 'text_md5' => '7274b801dd70280c859e2dda6d4eae72', + ], + 53 => [ + 'action' => 'eznode:65', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '44', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '44', + 'parent' => '38', + 'text' => 'Woman-Training', + 'text_md5' => 'b7693d4e390abf68394e4b612fd322ec', + ], + 54 => [ + 'action' => 'eznode:61', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '40', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '40', + 'parent' => '38', + 'text' => 'Woman-Frontpage', + 'text_md5' => 'd4827a8bdeea0af607292053c9771d3a', + ], + 55 => [ + 'action' => 'eznode:62', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '41', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '41', + 'parent' => '38', + 'text' => 'Woman-Products', + 'text_md5' => 'e93019e7e0839625b0b6627ad50147e9', + ], + 56 => [ + 'action' => 'eznode:66', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '45', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '45', + 'parent' => '38', + 'text' => 'Woman-Solutions', + 'text_md5' => 'f12b59c52ee7cd2e125cb5f66d15c0a3', + ], + 57 => [ + 'action' => 'eznode:72', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '51', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '51', + 'parent' => '48', + 'text' => 'Boxes', + 'text_md5' => '549857591ffc4a3191221204b0cbafce', + ], + 58 => [ + 'action' => 'eznode:70', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '49', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '49', + 'parent' => '48', + 'text' => 'Software', + 'text_md5' => 'f9fa10ba956cacf91d7878861139efb9', + ], + 59 => [ + 'action' => 'eznode:76', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '55', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '55', + 'parent' => '48', + 'text' => 'Products-sheets', + 'text_md5' => 'fbbb083b13c90341e576defbe20f54f3', + ], + 60 => [ + 'action' => 'eznode:71', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '50', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '50', + 'parent' => '49', + 'text' => 'OS-Type-I', + 'text_md5' => '250d574820b3ecfbeb307f3e073179db', + ], + 61 => [ + 'action' => 'eznode:74', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '53', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '53', + 'parent' => '51', + 'text' => 'CD-DVD-Box-II', + 'text_md5' => '85af1d9ca89a0ca29c4addf04c54f053', + ], + 62 => [ + 'action' => 'eznode:75', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '54', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '54', + 'parent' => '51', + 'text' => 'CD-DVD-Box-III', + 'text_md5' => '97e029e0e72b6e55799230d12de7d86a', + ], + 63 => [ + 'action' => 'eznode:73', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '52', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '52', + 'parent' => '51', + 'text' => 'CD-DVD-Box-I', + 'text_md5' => 'd8fd499f98da09f6b5850612e7cac98f', + ], + 64 => [ + 'action' => 'eznode:82', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '61', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '61', + 'parent' => '56', + 'text' => 'Content-management', + 'text_md5' => '38421df494f94c7a781768ad80d47e08', + ], + 65 => [ + 'action' => 'eznode:78', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '57', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '57', + 'parent' => '56', + 'text' => 'Web-publishing', + 'text_md5' => 'd25e148042d89f2d71b039604e6289e1', + ], + 66 => [ + 'action' => 'eznode:79', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '58', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '58', + 'parent' => '57', + 'text' => 'Fusce-sagittis-sagittis', + 'text_md5' => '00e7bd4225fade21c827a48fb479638b', + ], + 67 => [ + 'action' => 'eznode:80', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '59', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '59', + 'parent' => '57', + 'text' => 'Etiam-posuere-sodales-arcu', + 'text_md5' => '79a438615b1efc3666bfcadee4964ea6', + ], + 68 => [ + 'action' => 'eznode:81', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '60', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '60', + 'parent' => '57', + 'text' => 'In-hac-habitasse-platea', + 'text_md5' => '7b22cf1832d59030f79c9bc9ed8757ec', + ], + 69 => [ + 'action' => 'eznode:85', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '64', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '64', + 'parent' => '61', + 'text' => 'Aenean-malesuada-ligula', + 'text_md5' => '3ad0d7d4ec39e62d206d130d5a38fb3c', + ], + 70 => [ + 'action' => 'eznode:83', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '62', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '62', + 'parent' => '61', + 'text' => 'Fusce-sagittis-sagittis-urna', + 'text_md5' => 'cf04c01a0db46371c0ec58f83913a75a', + ], + 71 => [ + 'action' => 'eznode:84', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '63', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '63', + 'parent' => '61', + 'text' => 'Class-aptent-taciti-sociosqu', + 'text_md5' => 'f5923fce9089f79bb188a270c3c1e35e', + ], + 72 => [ + 'action' => 'eznode:88', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '67', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '67', + 'parent' => '65', + 'text' => 'Professional-workshops', + 'text_md5' => '17ca6c4dd8673f95a10b8f8702b4cd7a', + ], + 73 => [ + 'action' => 'eznode:94', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '73', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '73', + 'parent' => '65', + 'text' => 'Instructor-led-courses', + 'text_md5' => 'a3304e4e6f7be353856f3369f091c65f', + ], + 74 => [ + 'action' => 'eznode:93', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '72', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '72', + 'parent' => '65', + 'text' => 'Self-paced-courses', + 'text_md5' => 'e7d1abade2d88e9c20cfe335e518b431', + ], + 75 => [ + 'action' => 'eznode:87', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '66', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '66', + 'parent' => '65', + 'text' => 'Certification', + 'text_md5' => 'f1fd1913c968a1c383c88631e335a7ca', + ], + 76 => [ + 'action' => 'eznode:95', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '74', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '74', + 'parent' => '65', + 'text' => 'Additional-learning-resources', + 'text_md5' => 'f9f0c2468a9258ef91aab2048d203f73', + ], + 77 => [ + 'action' => 'eznode:92', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '71', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '71', + 'parent' => '65', + 'text' => 'Events-and-seminars', + 'text_md5' => 'ff3fa85ac5928a98619f528d3eedce90', + ], + 78 => [ + 'action' => 'eznode:91', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '70', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '70', + 'parent' => '67', + 'text' => 'Duis-auctor-vehicula-erat', + 'text_md5' => '3ef0334d886546d91b9852ecd91222d5', + ], + 79 => [ + 'action' => 'eznode:89', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '68', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '68', + 'parent' => '67', + 'text' => 'Etiam-sodales-mauris', + 'text_md5' => '70bdebdab8ae2d9f9015d92e3fde5047', + ], + 80 => [ + 'action' => 'eznode:90', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '69', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '69', + 'parent' => '67', + 'text' => 'Class-aptent-taciti', + 'text_md5' => 'd981acdcf5470d59409fe56d063e664e', + ], + 81 => [ + 'action' => 'eznode:100', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '79', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '79', + 'parent' => '75', + 'text' => 'Documentation', + 'text_md5' => '55876228853abf632dec9346a4f372ec', + ], + 82 => [ + 'action' => 'eznode:103', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '82', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '82', + 'parent' => '75', + 'text' => 'Books', + 'text_md5' => '7d8949bcbf85067fceda9f84a6affb6b', + ], + 83 => [ + 'action' => 'eznode:105', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '84', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '84', + 'parent' => '75', + 'text' => 'Customer-Service', + 'text_md5' => 'a0a888983c63ac9314760c19ec388e98', + ], + 84 => [ + 'action' => 'eznode:97', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '76', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '76', + 'parent' => '75', + 'text' => 'Knowledgebase', + 'text_md5' => 'c08500cb9b12178780fd9d10e43e8c2c', + ], + 85 => [ + 'action' => 'eznode:106', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '85', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '85', + 'parent' => '75', + 'text' => 'Support-Programs', + 'text_md5' => 'db36d48a3ab46217ec8e04e45cd2d602', + ], + 86 => [ + 'action' => 'eznode:98', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '77', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '77', + 'parent' => '76', + 'text' => 'Sed-suscipit', + 'text_md5' => 'c575fcd3c4f52e291be31001f0be746d', + ], + 87 => [ + 'action' => 'eznode:99', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '78', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '78', + 'parent' => '77', + 'text' => 'Ut-interdum', + 'text_md5' => 'd660c96c943a7b209026a5299017e30e', + ], + 88 => [ + 'action' => 'eznode:101', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '80', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '80', + 'parent' => '79', + 'text' => 'Mauris-pretium', + 'text_md5' => '2cb1f21692386d6320508524cc9e17d0', + ], + 89 => [ + 'action' => 'eznode:102', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '81', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '81', + 'parent' => '80', + 'text' => 'Aliquam-posuere', + 'text_md5' => 'e33a924443b843bd58dbf2fd68970eb9', + ], + 90 => [ + 'action' => 'eznode:104', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '83', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '83', + 'parent' => '82', + 'text' => 'Aliquam-pulvinar-suscipit-tellus', + 'text_md5' => '87e89d85bb2cfc953010b82b1cb87e29', + ], + 91 => [ + 'action' => 'eznode:132', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '111', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '111', + 'parent' => '86', + 'text' => 'Adding-Siteaccesses-in-Ibexa', + 'text_md5' => '0ca9baa4f34c27e2b5bb8a6e01bc61f4', + ], + 92 => [ + 'action' => 'eznode:109', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '88', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '88', + 'parent' => '86', + 'text' => 'Get-involved', + 'text_md5' => '347be5828acf2a97e192382ee6af3dba', + ], + 93 => [ + 'action' => 'eznode:120', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '99', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '99', + 'parent' => '86', + 'text' => 'How-to-manage-Ibexa', + 'text_md5' => '38f227f027d9b66fa32a1b7fd09102b0', + ], + 94 => [ + 'action' => 'eznode:108', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '87', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '87', + 'parent' => '86', + 'text' => 'Tutorials-for', + 'text_md5' => '72dbc9d48afde53c38ed5cf16a349120', + ], + 95 => [ + 'action' => 'eznode:110', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '89', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '89', + 'parent' => '86', + 'text' => 'How-to-use-Ibexa', + 'text_md5' => '7bf161f3ad9b79be40262c807b42c901', + ], + 96 => [ + 'action' => 'eznode:129', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '108', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '108', + 'parent' => '86', + 'text' => 'How-to-develop-with-Ibexa', + 'text_md5' => 'bca34b10b4bf19a49be18802a0cb873a', + ], + 97 => [ + 'action' => 'eznode:133', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '112', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '112', + 'parent' => '86', + 'text' => 'New-features', + 'text_md5' => 'cc9126674839b9487fb129b5d0b0ad1e', + ], + 98 => [ + 'action' => 'eznode:112', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '91', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '91', + 'parent' => '89', + 'text' => 'graphics12', + 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', + ], + 99 => [ + 'action' => 'eznode:119', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '98', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '98', + 'parent' => '89', + 'text' => 'graphics19', + 'text_md5' => '4e6a663c72ced62de03f2a1a96bc2ecd', + ], + 100 => [ + 'action' => 'eznode:115', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '94', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '94', + 'parent' => '89', + 'text' => 'graphics15', + 'text_md5' => '61e79c2eccea43ec347f4eee56414c33', + ], + 101 => [ + 'action' => 'eznode:114', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '93', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '93', + 'parent' => '89', + 'text' => 'graphics14', + 'text_md5' => '7d34fc6fcdf4f232bc665372e1ff1344', + ], + 102 => [ + 'action' => 'eznode:113', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '92', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '92', + 'parent' => '89', + 'text' => 'graphics13', + 'text_md5' => '8d654d2defb9d757fbb877b1193acdf3', + ], + 103 => [ + 'action' => 'eznode:111', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '90', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '90', + 'parent' => '89', + 'text' => 'graphics1', + 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', + ], + 104 => [ + 'action' => 'eznode:118', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '97', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '97', + 'parent' => '89', + 'text' => 'graphics18', + 'text_md5' => 'adde965cffe4369cc9ff607df18e0882', + ], + 105 => [ + 'action' => 'eznode:117', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '96', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '96', + 'parent' => '89', + 'text' => 'graphics17', + 'text_md5' => 'cb1d79b99e01b5ff38f5f4b59677c07b', + ], + 106 => [ + 'action' => 'eznode:116', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '95', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '95', + 'parent' => '89', + 'text' => 'graphics16', + 'text_md5' => 'e170fb75d04e8fa4dfe0c60d428a2b91', + ], + 107 => [ + 'action' => 'eznode:122', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '101', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '101', + 'parent' => '99', + 'text' => 'graphics12', + 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', + ], + 108 => [ + 'action' => 'eznode:125', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '104', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '104', + 'parent' => '99', + 'text' => 'graphics15', + 'text_md5' => '61e79c2eccea43ec347f4eee56414c33', + ], + 109 => [ + 'action' => 'eznode:124', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '103', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '103', + 'parent' => '99', + 'text' => 'graphics14', + 'text_md5' => '7d34fc6fcdf4f232bc665372e1ff1344', + ], + 110 => [ + 'action' => 'eznode:123', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '102', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '102', + 'parent' => '99', + 'text' => 'graphics13', + 'text_md5' => '8d654d2defb9d757fbb877b1193acdf3', + ], + 111 => [ + 'action' => 'eznode:121', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '100', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '100', + 'parent' => '99', + 'text' => 'graphics1', + 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', + ], + 112 => [ + 'action' => 'eznode:128', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '107', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '107', + 'parent' => '99', + 'text' => 'graphics18', + 'text_md5' => 'adde965cffe4369cc9ff607df18e0882', + ], + 113 => [ + 'action' => 'eznode:127', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '106', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '106', + 'parent' => '99', + 'text' => 'graphics17', + 'text_md5' => 'cb1d79b99e01b5ff38f5f4b59677c07b', + ], + 114 => [ + 'action' => 'eznode:126', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '105', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '105', + 'parent' => '99', + 'text' => 'graphics16', + 'text_md5' => 'e170fb75d04e8fa4dfe0c60d428a2b91', + ], + 115 => [ + 'action' => 'eznode:131', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '110', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '110', + 'parent' => '108', + 'text' => 'graphics12', + 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', + ], + 116 => [ + 'action' => 'eznode:130', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '109', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '109', + 'parent' => '108', + 'text' => 'graphics1', + 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', + ], + 117 => [ + 'action' => 'eznode:152', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '131', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '131', + 'parent' => '112', + 'text' => 'REST-API-interface', + 'text_md5' => '05406f782c81391b933b556551976751', + ], + 118 => [ + 'action' => 'eznode:141', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '120', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '120', + 'parent' => '112', + 'text' => 'Improved-front-end-editing', + 'text_md5' => '162d8a910c0bdab0dbdfa91db4c60ef1', + ], + 119 => [ + 'action' => 'eznode:147', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '126', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '126', + 'parent' => '112', + 'text' => 'Support-for-Red-Hat-Enterprise', + 'text_md5' => '5c6ef10ee72f5301f06ab5a0cbdfc076', + ], + 120 => [ + 'action' => 'eznode:134', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '113', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '113', + 'parent' => '112', + 'text' => 'Improved-user-registration-workflow', + 'text_md5' => '66d9f205b0114cb1887a9ec14261dde6', + ], + 121 => [ + 'action' => 'eznode:149', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '128', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '128', + 'parent' => '112', + 'text' => 'Canonical-links', + 'text_md5' => '702edfb315f8f40156a9e087caa3d70b', + ], + 122 => [ + 'action' => 'eznode:138', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '117', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '117', + 'parent' => '112', + 'text' => 'Improved-block-editing', + 'text_md5' => '7fa95991cf6654ba284c90dca4b3dc4f', + ], + 123 => [ + 'action' => 'eznode:150', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '129', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '129', + 'parent' => '112', + 'text' => 'Asynchronous-publishing', + 'text_md5' => 'a955fb2c57811983c70245c0a3d9a4d0', + ], + 124 => [ + 'action' => 'eznode:146', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '125', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '125', + 'parent' => '112', + 'text' => 'FastCGI', + 'text_md5' => 'c72255eccae15a9b03d2d53760de2fa7', + ], + 125 => [ + 'action' => 'eznode:136', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '115', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '115', + 'parent' => '113', + 'text' => 'graphics12', + 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', + ], + 126 => [ + 'action' => 'eznode:137', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '116', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '116', + 'parent' => '113', + 'text' => 'graphics13', + 'text_md5' => '8d654d2defb9d757fbb877b1193acdf3', + ], + 127 => [ + 'action' => 'eznode:135', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '114', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '114', + 'parent' => '113', + 'text' => 'graphics1', + 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', + ], + 128 => [ + 'action' => 'eznode:140', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '119', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '119', + 'parent' => '117', + 'text' => 'graphics12', + 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', + ], + 129 => [ + 'action' => 'eznode:139', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '118', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '118', + 'parent' => '117', + 'text' => 'graphics1', + 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', + ], + 130 => [ + 'action' => 'eznode:143', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '122', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '122', + 'parent' => '120', + 'text' => 'graphics12', + 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', + ], + 131 => [ + 'action' => 'eznode:145', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '124', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '124', + 'parent' => '120', + 'text' => 'graphics14', + 'text_md5' => '7d34fc6fcdf4f232bc665372e1ff1344', + ], + 132 => [ + 'action' => 'eznode:144', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '123', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '123', + 'parent' => '120', + 'text' => 'graphics13', + 'text_md5' => '8d654d2defb9d757fbb877b1193acdf3', + ], + 133 => [ + 'action' => 'eznode:142', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '121', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '121', + 'parent' => '120', + 'text' => 'graphics1', + 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', + ], + 134 => [ + 'action' => 'eznode:148', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '127', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '127', + 'parent' => '126', + 'text' => 'graphics1', + 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', + ], + 135 => [ + 'action' => 'eznode:151', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '130', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '130', + 'parent' => '129', + 'text' => 'graphics1', + 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', + ], + 136 => [ + 'action' => 'eznode:155', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '134', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '134', + 'parent' => '132', + 'text' => 'graphics12', + 'text_md5' => '12c91c552ca35a26e9b61118590d9e84', + ], + 137 => [ + 'action' => 'eznode:154', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '133', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '133', + 'parent' => '132', + 'text' => 'graphics1', + 'text_md5' => 'a2292a949e7f55352593c4c851d8ffc4', + ], + 138 => [ + 'action' => 'eznode:157', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '136', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '136', + 'parent' => '135', + 'text' => 'Partner-News', + 'text_md5' => '0215a5e6b42e71125fcfebca75c18d21', + ], + 139 => [ + 'action' => 'eznode:160', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '139', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '139', + 'parent' => '135', + 'text' => 'News', + 'text_md5' => '508c75c8507a2ae5223dfd2faeb98122', + ], + 140 => [ + 'action' => 'eznode:165', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '144', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '144', + 'parent' => '135', + 'text' => 'Partners', + 'text_md5' => '7896f8fa69398c56d86a65357615c41f', + ], + 141 => [ + 'action' => 'eznode:164', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '143', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '143', + 'parent' => '135', + 'text' => 'Partner-Products', + 'text_md5' => '9ccc278a27cc7fcd2b886cd89d330043', + ], + 142 => [ + 'action' => 'eznode:159', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '138', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '138', + 'parent' => '136', + 'text' => 'Penatibus-et-magnis-dis', + 'text_md5' => '4cecdf63e520236c70c7b823358153b3', + ], + 143 => [ + 'action' => 'eznode:158', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '137', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '137', + 'parent' => '136', + 'text' => 'Pellentesque-quam-mauris', + 'text_md5' => '691dd3560dfaae80b438379c36cd7062', + ], + 144 => [ + 'action' => 'eznode:161', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '140', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '140', + 'parent' => '139', + 'text' => 'Curabitur-hendrerit-dignissim', + 'text_md5' => '4a2c7ab79e28480f69b8316de5c858f7', + ], + 145 => [ + 'action' => 'eznode:163', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '142', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '142', + 'parent' => '139', + 'text' => 'Morbi-tristique-senectus', + 'text_md5' => 'cb7d4934a3bedc4ea1ee57a5003aad63', + ], + 146 => [ + 'action' => 'eznode:162', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '141', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '141', + 'parent' => '139', + 'text' => 'Proin-condimentum-risus', + 'text_md5' => 'd5236f4e435d2b2b0221ffcf4dd8af5d', + ], + 147 => [ + 'action' => 'eznode:166', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '145', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '145', + 'parent' => '144', + 'text' => 'Neque-orci-malesuada-felis', + 'text_md5' => 'f4275ba0934180a90e10837171a9684d', + ], + 148 => [ + 'action' => 'eznode:187', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '166', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '166', + 'parent' => '146', + 'text' => 'Blog', + 'text_md5' => '126ac9f6149081eb0e97c2e939eaad52', + ], + 149 => [ + 'action' => 'eznode:178', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '157', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '157', + 'parent' => '146', + 'text' => 'Pictures', + 'text_md5' => '9ed98e5c3e9685aa3de82c99009a2ed3', + ], + 150 => [ + 'action' => 'eznode:168', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '147', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '147', + 'parent' => '146', + 'text' => 'Forum', + 'text_md5' => 'bbdbe444288550204c968fe7002a97a9', + ], + 151 => [ + 'action' => 'eznode:172', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '151', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '151', + 'parent' => '146', + 'text' => 'Wiki', + 'text_md5' => 'd54b7ba27571a2f00b38ed9273b974f2', + ], + 152 => [ + 'action' => 'eznode:171', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '150', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '150', + 'parent' => '147', + 'text' => 'Nam-risus-leo', + 'text_md5' => '3ca6b1875c6b2d93cd1b6e291d2b4c8d', + ], + 153 => [ + 'action' => 'eznode:170', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '149', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '149', + 'parent' => '147', + 'text' => 'Ut-mollis-sodales-nibh', + 'text_md5' => '424e4418a2b90043b082cafd82ae671b', + ], + 154 => [ + 'action' => 'eznode:169', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '148', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '148', + 'parent' => '147', + 'text' => 'Nulla-vitae-tellus-sit-amet', + 'text_md5' => 'daa20bb9bf1f17980b6c883005a49d1b', + ], + 155 => [ + 'action' => 'eznode:173', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '152', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '152', + 'parent' => '151', + 'text' => 'Sed-suscipit', + 'text_md5' => 'c575fcd3c4f52e291be31001f0be746d', + ], + 156 => [ + 'action' => 'eznode:176', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '155', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '155', + 'parent' => '151', + 'text' => 'Duis-id-tortor', + 'text_md5' => 'cc08568a90b3a92dd0116e4ee25105ef', + ], + 157 => [ + 'action' => 'eznode:175', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '154', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '154', + 'parent' => '152', + 'text' => 'Fusce-pulvinar', + 'text_md5' => '22aa8bb4215ebcd0c451dab21790413c', + ], + 158 => [ + 'action' => 'eznode:174', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '153', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '153', + 'parent' => '152', + 'text' => 'Ut-interdum', + 'text_md5' => 'd660c96c943a7b209026a5299017e30e', + ], + 159 => [ + 'action' => 'eznode:177', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '156', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '156', + 'parent' => '155', + 'text' => 'Curabitur-lacinia', + 'text_md5' => '7499a1ef6e121c0d7d52bdda43cd9e45', + ], + 160 => [ + 'action' => 'eznode:181', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '160', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '160', + 'parent' => '157', + 'text' => 'Let-s-work-together', + 'text_md5' => '53deb339450445d345224a392280e085', + ], + 161 => [ + 'action' => 'eznode:180', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '159', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '159', + 'parent' => '157', + 'text' => 'Are-you-ready-for-the-Community-day', + 'text_md5' => '832a7b830654200a0b836662482c270a', + ], + 162 => [ + 'action' => 'eznode:179', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '158', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '158', + 'parent' => '157', + 'text' => 'Ivo-on-ibexa-tags', + 'text_md5' => '95906379fb2066053d63420a897a1892', + ], + 163 => [ + 'action' => 'eznode:184', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '163', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '163', + 'parent' => '157', + 'text' => 'Alexander-on-the-past-Gaby-on-today-and-tomorrow', + 'text_md5' => '9cf7d6bab251734151135ff0214fe99c', + ], + 164 => [ + 'action' => 'eznode:185', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '164', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '164', + 'parent' => '157', + 'text' => 'Isola2000-in-white-beautiful-skiing', + 'text_md5' => 'b6c0d784abca6dc4e4b4cc6e35dc60dc', + ], + 165 => [ + 'action' => 'eznode:183', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '162', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '162', + 'parent' => '157', + 'text' => 'Hotel-lobby-at-Isola2000', + 'text_md5' => 'bde59217cba54ee3baa00ebc52092825', + ], + 166 => [ + 'action' => 'eznode:186', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '165', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '165', + 'parent' => '157', + 'text' => 'CEO-future-pitch-Adaptable-open-reliable', + 'text_md5' => 'd8649e0099a57dbed42638f5a2b7c5b4', + ], + 167 => [ + 'action' => 'eznode:182', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '161', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '161', + 'parent' => '157', + 'text' => 'The-Mediterranean-seen-from-Nice', + 'text_md5' => 'ed8cc1fd98bdc458670fed7428d3c468', + ], + 168 => [ + 'action' => 'eznode:189', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '168', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '168', + 'parent' => '166', + 'text' => 'Paris-in-France', + 'text_md5' => '3a61a16628315f376d7c9bb297795165', + ], + 169 => [ + 'action' => 'eznode:188', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '167', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '167', + 'parent' => '166', + 'text' => 'Visit-Paris', + 'text_md5' => '86623f07ace1b667566e57179e710cb9', + ], + 170 => [ + 'action' => 'eznode:221', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '200', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '200', + 'parent' => '169', + 'text' => 'Events', + 'text_md5' => '16908b0605f2645dfcb4c3a8d248cef3', + ], + 171 => [ + 'action' => 'eznode:224', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '203', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '203', + 'parent' => '169', + 'text' => 'Contact', + 'text_md5' => '2f8a6bf31f3bd67bd2d9720c58b19c9a', + ], + 172 => [ + 'action' => 'eznode:191', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '170', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '170', + 'parent' => '169', + 'text' => 'About-company', + 'text_md5' => '3522da53efaed0dd76fd7b305f576cfb', + ], + 173 => [ + 'action' => 'eznode:222', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '201', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '201', + 'parent' => '169', + 'text' => 'Career', + 'text_md5' => '8ae1016c4044ea668c4db3f57e3cc7f1', + ], + 174 => [ + 'action' => 'eznode:223', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '202', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '202', + 'parent' => '169', + 'text' => 'Investors-Relation', + 'text_md5' => 'b59e7bae6b2d684aaf36a5eea42b96bc', + ], + 175 => [ + 'action' => 'eznode:226', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '205', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '205', + 'parent' => '169', + 'text' => 'Company-banner', + 'text_md5' => 'c814b0caf057217eabbebf0257254d74', + ], + 176 => [ + 'action' => 'eznode:192', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '171', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '3', + 'link' => '171', + 'parent' => '169', + 'text' => 'New-features', + 'text_md5' => 'cc9126674839b9487fb129b5d0b0ad1e', + ], + 177 => [ + 'action' => 'eznode:216', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '195', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '195', + 'parent' => '171', + 'text' => 'REST-API-interface', + 'text_md5' => '05406f782c81391b933b556551976751', + ], + 178 => [ + 'action' => 'eznode:204', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '183', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '183', + 'parent' => '171', + 'text' => 'How-to-manage-Ibexa', + 'text_md5' => '38f227f027d9b66fa32a1b7fd09102b0', + ], + 179 => [ + 'action' => 'eznode:219', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '198', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '198', + 'parent' => '171', + 'text' => 'Support-for-Red-Hat-Enterprise', + 'text_md5' => '5c6ef10ee72f5301f06ab5a0cbdfc076', + ], + 180 => [ + 'action' => 'eznode:218', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '197', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '197', + 'parent' => '171', + 'text' => 'Canonical-links', + 'text_md5' => '702edfb315f8f40156a9e087caa3d70b', + ], + 181 => [ + 'action' => 'eznode:195', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '174', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '174', + 'parent' => '171', + 'text' => 'How-to-use-Ibexa', + 'text_md5' => '7bf161f3ad9b79be40262c807b42c901', + ], + 182 => [ + 'action' => 'eznode:193', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '172', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '172', + 'parent' => '171', + 'text' => 'Separate-content-design-in-Ibexa', + 'text_md5' => '8c4722f2f329953dd24c29b2263feb48', + ], + 183 => [ + 'action' => 'eznode:217', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '196', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '196', + 'parent' => '171', + 'text' => 'Asynchronous-Publishing', + 'text_md5' => 'a955fb2c57811983c70245c0a3d9a4d0', + ], + 184 => [ + 'action' => 'eznode:213', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '192', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '192', + 'parent' => '171', + 'text' => 'How-to-develop-with-Ibexa', + 'text_md5' => 'bca34b10b4bf19a49be18802a0cb873a', + ], + 185 => [ + 'action' => 'eznode:220', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '199', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '199', + 'parent' => '171', + 'text' => 'FastCGI', + 'text_md5' => 'c72255eccae15a9b03d2d53760de2fa7', + ], + 186 => [ + 'action' => 'eznode:194', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '173', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '173', + 'parent' => '172', + 'text' => 'separation_of_content_and_design', + 'text_md5' => '101d014887668de58fc149a3ad7c82c9', + ], + 187 => [ + 'action' => 'eznode:199', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '178', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '178', + 'parent' => '174', + 'text' => 'gallery_large', + 'text_md5' => '197af20370075364b622a710bb791288', + ], + 188 => [ + 'action' => 'eznode:198', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '177', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '177', + 'parent' => '174', + 'text' => 'multiupload_large', + 'text_md5' => '283883ad311e57ec0386781c96bb352e', + ], + 189 => [ + 'action' => 'eznode:196', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '175', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '175', + 'parent' => '174', + 'text' => 'openoffice_import_large', + 'text_md5' => '296cfc381c706263c6ad79ce895ab567', + ], + 190 => [ + 'action' => 'eznode:197', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '176', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '176', + 'parent' => '174', + 'text' => 'translation_large', + 'text_md5' => '2f99f321c70be620d161b20386d6772a', + ], + 191 => [ + 'action' => 'eznode:202', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '181', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '181', + 'parent' => '174', + 'text' => 'quicktime_large', + 'text_md5' => '937254370052868ceb452d03e8e83d84', + ], + 192 => [ + 'action' => 'eznode:201', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '180', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '180', + 'parent' => '174', + 'text' => 'ez_tool_bar_large', + 'text_md5' => 'bccc631aeedeba9c57537ea4a05b1911', + ], + 193 => [ + 'action' => 'eznode:200', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '179', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '179', + 'parent' => '174', + 'text' => 'search_result_large', + 'text_md5' => 'dd52082cc512a6346790ff6992e38003', + ], + 194 => [ + 'action' => 'eznode:203', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '182', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '182', + 'parent' => '174', + 'text' => 'web_2_0_large', + 'text_md5' => 'f632ebc4d67e6e35395cc7cad03d4e82', + ], + 195 => [ + 'action' => 'eznode:210', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '189', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '189', + 'parent' => '183', + 'text' => 'multisite_deployment_large', + 'text_md5' => '0e23a727a9bbdecf461a84dd4f89a2dc', + ], + 196 => [ + 'action' => 'eznode:208', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '187', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '187', + 'parent' => '183', + 'text' => 'datatypes_attributes_content_class_and_objects_large', + 'text_md5' => '218b46a5ceacdb38579282106118d53c', + ], + 197 => [ + 'action' => 'eznode:212', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '191', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '191', + 'parent' => '183', + 'text' => 'admin_site_large', + 'text_md5' => '348b0807e56dcbaa2f08ff55d58b323c', + ], + 198 => [ + 'action' => 'eznode:206', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '185', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '185', + 'parent' => '183', + 'text' => 'workflow_large', + 'text_md5' => '692f646043099af3df744ee744cb7881', + ], + 199 => [ + 'action' => 'eznode:209', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '188', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '188', + 'parent' => '183', + 'text' => 'multiple_location_large', + 'text_md5' => '823595d6b3415b9fda5d0043add57bb9', + ], + 200 => [ + 'action' => 'eznode:205', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '184', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '184', + 'parent' => '183', + 'text' => 'usermanagement_large', + 'text_md5' => 'a18dbeb8c0610d087f29b0903b4209b2', + ], + 201 => [ + 'action' => 'eznode:211', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '190', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '190', + 'parent' => '183', + 'text' => 'seo_large', + 'text_md5' => 'c2283065a63216b2f4519f3c8da68b9d', + ], + 202 => [ + 'action' => 'eznode:207', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '186', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '186', + 'parent' => '183', + 'text' => 'versioning_large', + 'text_md5' => 'fee4e75df49e4e5defbb98d782c81f38', + ], + 203 => [ + 'action' => 'eznode:214', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '193', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '193', + 'parent' => '192', + 'text' => 'datatypes_attributes_content_class_and_objects_large', + 'text_md5' => '218b46a5ceacdb38579282106118d53c', + ], + 204 => [ + 'action' => 'eznode:215', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '194', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '194', + 'parent' => '192', + 'text' => 'site_style_large', + 'text_md5' => 'e0a5c2e69103df51518b6c3406477c2e', + ], + 205 => [ + 'action' => 'eznode:225', + 'action_type' => 'eznode', + 'alias_redirects' => '1', + 'id' => '204', + 'is_alias' => '0', + 'is_original' => '1', + 'lang_mask' => '2', + 'link' => '204', + 'parent' => '203', + 'text' => 'Morbi-neque', + 'text_md5' => '5d2299d3dcaa5fd008cd77651e25d0cf', + ], + ], + UrlAliasGateway::INCR_TABLE => [ + 0 => [ + 'id' => '1', + ], + 1 => [ + 'id' => '2', + ], + 2 => [ + 'id' => '3', + ], + 3 => [ + 'id' => '4', + ], + 4 => [ + 'id' => '5', + ], + 5 => [ + 'id' => '6', + ], + 6 => [ + 'id' => '7', + ], + 7 => [ + 'id' => '8', + ], + 8 => [ + 'id' => '9', + ], + 9 => [ + 'id' => '10', + ], + 10 => [ + 'id' => '11', + ], + 11 => [ + 'id' => '12', + ], + 12 => [ + 'id' => '13', + ], + 13 => [ + 'id' => '14', + ], + 14 => [ + 'id' => '15', + ], + 15 => [ + 'id' => '16', + ], + 16 => [ + 'id' => '17', + ], + 17 => [ + 'id' => '18', + ], + 18 => [ + 'id' => '19', + ], + 19 => [ + 'id' => '20', + ], + 20 => [ + 'id' => '21', + ], + 21 => [ + 'id' => '22', + ], + 22 => [ + 'id' => '24', + ], + 23 => [ + 'id' => '25', + ], + 24 => [ + 'id' => '26', + ], + 25 => [ + 'id' => '27', + ], + 26 => [ + 'id' => '28', + ], + 27 => [ + 'id' => '29', + ], + 28 => [ + 'id' => '30', + ], + 29 => [ + 'id' => '31', + ], + 30 => [ + 'id' => '32', + ], + 31 => [ + 'id' => '33', + ], + 32 => [ + 'id' => '34', + ], + 33 => [ + 'id' => '35', + ], + 34 => [ + 'id' => '36', + ], + 35 => [ + 'id' => '37', + ], + 36 => [ + 'id' => '38', + ], + 37 => [ + 'id' => '39', + ], + 38 => [ + 'id' => '40', + ], + 39 => [ + 'id' => '41', + ], + 40 => [ + 'id' => '42', + ], + 41 => [ + 'id' => '43', + ], + 42 => [ + 'id' => '44', + ], + 43 => [ + 'id' => '45', + ], + 44 => [ + 'id' => '46', + ], + 45 => [ + 'id' => '47', + ], + 46 => [ + 'id' => '48', + ], + 47 => [ + 'id' => '49', + ], + 48 => [ + 'id' => '50', + ], + 49 => [ + 'id' => '51', + ], + 50 => [ + 'id' => '52', + ], + 51 => [ + 'id' => '53', + ], + 52 => [ + 'id' => '54', + ], + 53 => [ + 'id' => '55', + ], + 54 => [ + 'id' => '56', + ], + 55 => [ + 'id' => '57', + ], + 56 => [ + 'id' => '58', + ], + 57 => [ + 'id' => '59', + ], + 58 => [ + 'id' => '60', + ], + 59 => [ + 'id' => '61', + ], + 60 => [ + 'id' => '62', + ], + 61 => [ + 'id' => '63', + ], + 62 => [ + 'id' => '64', + ], + 63 => [ + 'id' => '65', + ], + 64 => [ + 'id' => '66', + ], + 65 => [ + 'id' => '67', + ], + 66 => [ + 'id' => '68', + ], + 67 => [ + 'id' => '69', + ], + 68 => [ + 'id' => '70', + ], + 69 => [ + 'id' => '71', + ], + 70 => [ + 'id' => '72', + ], + 71 => [ + 'id' => '73', + ], + 72 => [ + 'id' => '74', + ], + 73 => [ + 'id' => '75', + ], + 74 => [ + 'id' => '76', + ], + 75 => [ + 'id' => '77', + ], + 76 => [ + 'id' => '78', + ], + 77 => [ + 'id' => '79', + ], + 78 => [ + 'id' => '80', + ], + 79 => [ + 'id' => '81', + ], + 80 => [ + 'id' => '82', + ], + 81 => [ + 'id' => '83', + ], + 82 => [ + 'id' => '84', + ], + 83 => [ + 'id' => '85', + ], + 84 => [ + 'id' => '86', + ], + 85 => [ + 'id' => '87', + ], + 86 => [ + 'id' => '88', + ], + 87 => [ + 'id' => '89', + ], + 88 => [ + 'id' => '90', + ], + 89 => [ + 'id' => '91', + ], + 90 => [ + 'id' => '92', + ], + 91 => [ + 'id' => '93', + ], + 92 => [ + 'id' => '94', + ], + 93 => [ + 'id' => '95', + ], + 94 => [ + 'id' => '96', + ], + 95 => [ + 'id' => '97', + ], + 96 => [ + 'id' => '98', + ], + 97 => [ + 'id' => '99', + ], + 98 => [ + 'id' => '100', + ], + 99 => [ + 'id' => '101', + ], + 100 => [ + 'id' => '102', + ], + 101 => [ + 'id' => '103', + ], + 102 => [ + 'id' => '104', + ], + 103 => [ + 'id' => '105', + ], + 104 => [ + 'id' => '106', + ], + 105 => [ + 'id' => '107', + ], + 106 => [ + 'id' => '108', + ], + 107 => [ + 'id' => '109', + ], + 108 => [ + 'id' => '110', + ], + 109 => [ + 'id' => '111', + ], + 110 => [ + 'id' => '112', + ], + 111 => [ + 'id' => '113', + ], + 112 => [ + 'id' => '114', + ], + 113 => [ + 'id' => '115', + ], + 114 => [ + 'id' => '116', + ], + 115 => [ + 'id' => '117', + ], + 116 => [ + 'id' => '118', + ], + 117 => [ + 'id' => '119', + ], + 118 => [ + 'id' => '120', + ], + 119 => [ + 'id' => '121', + ], + 120 => [ + 'id' => '122', + ], + 121 => [ + 'id' => '123', + ], + 122 => [ + 'id' => '124', + ], + 123 => [ + 'id' => '125', + ], + 124 => [ + 'id' => '126', + ], + 125 => [ + 'id' => '127', + ], + 126 => [ + 'id' => '128', + ], + 127 => [ + 'id' => '129', + ], + 128 => [ + 'id' => '130', + ], + 129 => [ + 'id' => '131', + ], + 130 => [ + 'id' => '132', + ], + 131 => [ + 'id' => '133', + ], + 132 => [ + 'id' => '134', + ], + 133 => [ + 'id' => '135', + ], + 134 => [ + 'id' => '136', + ], + 135 => [ + 'id' => '137', + ], + 136 => [ + 'id' => '138', + ], + 137 => [ + 'id' => '139', + ], + 138 => [ + 'id' => '140', + ], + 139 => [ + 'id' => '141', + ], + 140 => [ + 'id' => '142', + ], + 141 => [ + 'id' => '143', + ], + 142 => [ + 'id' => '144', + ], + 143 => [ + 'id' => '145', + ], + 144 => [ + 'id' => '146', + ], + 145 => [ + 'id' => '147', + ], + 146 => [ + 'id' => '148', + ], + 147 => [ + 'id' => '149', + ], + 148 => [ + 'id' => '150', + ], + 149 => [ + 'id' => '151', + ], + 150 => [ + 'id' => '152', + ], + 151 => [ + 'id' => '153', + ], + 152 => [ + 'id' => '154', + ], + 153 => [ + 'id' => '155', + ], + 154 => [ + 'id' => '156', + ], + 155 => [ + 'id' => '157', + ], + 156 => [ + 'id' => '158', + ], + 157 => [ + 'id' => '159', + ], + 158 => [ + 'id' => '160', + ], + 159 => [ + 'id' => '161', + ], + 160 => [ + 'id' => '162', + ], + 161 => [ + 'id' => '163', + ], + 162 => [ + 'id' => '164', + ], + 163 => [ + 'id' => '165', + ], + 164 => [ + 'id' => '166', + ], + 165 => [ + 'id' => '167', + ], + 166 => [ + 'id' => '168', + ], + 167 => [ + 'id' => '169', + ], + 168 => [ + 'id' => '170', + ], + 169 => [ + 'id' => '171', + ], + 170 => [ + 'id' => '172', + ], + 171 => [ + 'id' => '173', + ], + 172 => [ + 'id' => '174', + ], + 173 => [ + 'id' => '175', + ], + 174 => [ + 'id' => '176', + ], + 175 => [ + 'id' => '177', + ], + 176 => [ + 'id' => '178', + ], + 177 => [ + 'id' => '179', + ], + 178 => [ + 'id' => '180', + ], + 179 => [ + 'id' => '181', + ], + 180 => [ + 'id' => '182', + ], + 181 => [ + 'id' => '183', + ], + 182 => [ + 'id' => '184', + ], + 183 => [ + 'id' => '185', + ], + 184 => [ + 'id' => '186', + ], + 185 => [ + 'id' => '187', + ], + 186 => [ + 'id' => '188', + ], + 187 => [ + 'id' => '189', + ], + 188 => [ + 'id' => '190', + ], + 189 => [ + 'id' => '191', + ], + 190 => [ + 'id' => '192', + ], + 191 => [ + 'id' => '193', + ], + 192 => [ + 'id' => '194', + ], + 193 => [ + 'id' => '195', + ], + 194 => [ + 'id' => '196', + ], + 195 => [ + 'id' => '197', + ], + 196 => [ + 'id' => '198', + ], + 197 => [ + 'id' => '199', + ], + 198 => [ + 'id' => '200', + ], + 199 => [ + 'id' => '201', + ], + 200 => [ + 'id' => '202', + ], + 201 => [ + 'id' => '203', + ], + 202 => [ + 'id' => '204', + ], + 203 => [ + 'id' => '205', + ], + 204 => [ + 'id' => '206', + ], + 205 => [ + 'id' => '207', + ], + 206 => [ + 'id' => '208', + ], + ], + UserGateway::USER_TABLE => [ + 0 => [ + 'contentobject_id' => '10', + 'email' => 'anonymous@link.invalid', + 'login' => 'anonymous', + 'password_hash' => '$2y$10$35gOSQs6JK4u4whyERaeUuVeQBi2TUBIZIfP7HEj7sfz.MxvTuOeC', + 'password_hash_type' => '7', + ], + 1 => [ + 'contentobject_id' => '14', + 'email' => 'admin@link.invalid', + 'login' => 'admin', + 'password_hash' => '$2y$10$FDn9NPwzhq85cLLxfD5Wu.L3SL3Z/LNCvhkltJUV0wcJj7ciJg2oy', + 'password_hash_type' => '7', + ], + 2 => [ + 'contentobject_id' => '226', + 'email' => 'pa@ibexa.co', + 'login' => 'a_member', + 'password_hash' => '$2y$10$FDn9NPwzhq85cLLxfD5Wu.L3SL3Z/LNCvhkltJUV0wcJj7ciJg2oy', + 'password_hash_type' => '7', + ], + ], + RoleGateway::USER_ROLE_TABLE => [ + 0 => [ + 'contentobject_id' => '12', + 'id' => '25', + 'limit_identifier' => '', + 'limit_value' => '', + 'role_id' => '2', + ], + 1 => [ + 'contentobject_id' => '11', + 'id' => '28', + 'limit_identifier' => '', + 'limit_value' => '', + 'role_id' => '1', + ], + 2 => [ + 'contentobject_id' => '42', + 'id' => '31', + 'limit_identifier' => '', + 'limit_value' => '', + 'role_id' => '1', + ], + 3 => [ + 'contentobject_id' => '13', + 'id' => '32', + 'limit_identifier' => 'Subtree', + 'limit_value' => '/1/2/', + 'role_id' => '3', + ], + 4 => [ + 'contentobject_id' => '13', + 'id' => '33', + 'limit_identifier' => 'Subtree', + 'limit_value' => '/1/43/', + 'role_id' => '3', + ], + 5 => [ + 'contentobject_id' => '11', + 'id' => '34', + 'limit_identifier' => '', + 'limit_value' => '', + 'role_id' => '5', + ], + 6 => [ + 'contentobject_id' => '225', + 'id' => '35', + 'limit_identifier' => '', + 'limit_value' => '', + 'role_id' => '4', + ], + 7 => [ + 'contentobject_id' => '225', + 'id' => '36', + 'limit_identifier' => '', + 'limit_value' => '', + 'role_id' => '5', + ], + 8 => [ + 'contentobject_id' => '225', + 'id' => '37', + 'limit_identifier' => '', + 'limit_value' => '', + 'role_id' => '1', + ], + 9 => [ + 'contentobject_id' => '13', + 'id' => '38', + 'limit_identifier' => '', + 'limit_value' => '', + 'role_id' => '5', + ], + ], + RoleGateway::ROLE_TABLE => [ + 0 => [ + 'id' => '1', + 'is_new' => '0', + 'name' => 'Anonymous', + 'value' => '', + 'version' => '0', + ], + 1 => [ + 'id' => '2', + 'is_new' => '0', + 'name' => 'Administrator', + 'value' => '*', + 'version' => '0', + ], + 2 => [ + 'id' => '3', + 'is_new' => '0', + 'name' => 'Editor', + 'value' => '', + 'version' => '0', + ], + 3 => [ + 'id' => '4', + 'is_new' => '0', + 'name' => 'Partner', + 'value' => null, + 'version' => '0', + ], + 4 => [ + 'id' => '5', + 'is_new' => '0', + 'name' => 'Member', + 'value' => null, + 'version' => '0', + ], + ], + RoleGateway::POLICY_TABLE => [ + 0 => [ + 'function_name' => '*', + 'id' => '308', + 'module_name' => '*', + 'original_id' => '0', + 'role_id' => '2', + ], + 1 => [ + 'function_name' => 'login', + 'id' => '319', + 'module_name' => 'user', + 'original_id' => '0', + 'role_id' => '3', + ], + 2 => [ + 'function_name' => 'read', + 'id' => '328', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '1', + ], + 3 => [ + 'function_name' => 'pdf', + 'id' => '329', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '1', + ], + 4 => [ + 'function_name' => '*', + 'id' => '330', + 'module_name' => 'ezoe', + 'original_id' => '0', + 'role_id' => '3', + ], + 5 => [ + 'function_name' => '*', + 'id' => '332', + 'module_name' => 'ezoe', + 'original_id' => '0', + 'role_id' => '3', + ], + 6 => [ + 'function_name' => 'feed', + 'id' => '333', + 'module_name' => 'rss', + 'original_id' => '0', + 'role_id' => '1', + ], + 7 => [ + 'function_name' => 'login', + 'id' => '334', + 'module_name' => 'user', + 'original_id' => '0', + 'role_id' => '1', + ], + 8 => [ + 'function_name' => 'login', + 'id' => '335', + 'module_name' => 'user', + 'original_id' => '0', + 'role_id' => '1', + ], + 9 => [ + 'function_name' => 'read', + 'id' => '336', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '1', + ], + 10 => [ + 'function_name' => 'create', + 'id' => '337', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 11 => [ + 'function_name' => 'create', + 'id' => '338', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 12 => [ + 'function_name' => 'create', + 'id' => '339', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 13 => [ + 'function_name' => 'create', + 'id' => '340', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 14 => [ + 'function_name' => 'create', + 'id' => '341', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 15 => [ + 'function_name' => 'create', + 'id' => '342', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 16 => [ + 'function_name' => 'use', + 'id' => '343', + 'module_name' => 'websitetoolbar', + 'original_id' => '0', + 'role_id' => '3', + ], + 17 => [ + 'function_name' => 'edit', + 'id' => '344', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 18 => [ + 'function_name' => 'read', + 'id' => '345', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 19 => [ + 'function_name' => 'use', + 'id' => '346', + 'module_name' => 'notification', + 'original_id' => '0', + 'role_id' => '3', + ], + 20 => [ + 'function_name' => 'manage_locations', + 'id' => '347', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 21 => [ + 'function_name' => '*', + 'id' => '348', + 'module_name' => 'ezodf', + 'original_id' => '0', + 'role_id' => '3', + ], + 22 => [ + 'function_name' => 'diff', + 'id' => '349', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 23 => [ + 'function_name' => 'versionread', + 'id' => '350', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 24 => [ + 'function_name' => 'versionremove', + 'id' => '351', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 25 => [ + 'function_name' => 'remove', + 'id' => '352', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 26 => [ + 'function_name' => 'translate', + 'id' => '353', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 27 => [ + 'function_name' => 'feed', + 'id' => '354', + 'module_name' => 'rss', + 'original_id' => '0', + 'role_id' => '3', + ], + 28 => [ + 'function_name' => 'bookmark', + 'id' => '355', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 29 => [ + 'function_name' => 'pendinglist', + 'id' => '356', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 30 => [ + 'function_name' => 'dashboard', + 'id' => '357', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 31 => [ + 'function_name' => 'view_embed', + 'id' => '358', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '3', + ], + 32 => [ + 'function_name' => 'read', + 'id' => '359', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '4', + ], + 33 => [ + 'function_name' => 'create', + 'id' => '360', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '4', + ], + 34 => [ + 'function_name' => 'create', + 'id' => '361', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '4', + ], + 35 => [ + 'function_name' => 'create', + 'id' => '362', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '4', + ], + 36 => [ + 'function_name' => 'edit', + 'id' => '363', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '4', + ], + 37 => [ + 'function_name' => 'selfedit', + 'id' => '364', + 'module_name' => 'user', + 'original_id' => '0', + 'role_id' => '4', + ], + 38 => [ + 'function_name' => 'use', + 'id' => '365', + 'module_name' => 'notification', + 'original_id' => '0', + 'role_id' => '4', + ], + 39 => [ + 'function_name' => 'create', + 'id' => '366', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '5', + ], + 40 => [ + 'function_name' => 'create', + 'id' => '367', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '5', + ], + 41 => [ + 'function_name' => 'create', + 'id' => '368', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '5', + ], + 42 => [ + 'function_name' => 'edit', + 'id' => '369', + 'module_name' => 'content', + 'original_id' => '0', + 'role_id' => '5', + ], + 43 => [ + 'function_name' => 'selfedit', + 'id' => '370', + 'module_name' => 'user', + 'original_id' => '0', + 'role_id' => '5', + ], + 44 => [ + 'function_name' => 'use', + 'id' => '371', + 'module_name' => 'notification', + 'original_id' => '0', + 'role_id' => '5', + ], + 45 => [ + 'function_name' => 'password', + 'id' => '372', + 'module_name' => 'user', + 'original_id' => '0', + 'role_id' => '5', + ], + 46 => [ + 'function_name' => 'call', + 'id' => '373', + 'module_name' => 'ezjscore', + 'original_id' => '0', + 'role_id' => '5', + ], + ], + RoleGateway::POLICY_LIMITATION_TABLE => [ + 0 => [ + 'id' => '251', + 'identifier' => 'Section', + 'policy_id' => '328', + ], + 1 => [ + 'id' => '252', + 'identifier' => 'Section', + 'policy_id' => '329', + ], + 2 => [ + 'id' => '254', + 'identifier' => 'SiteAccess', + 'policy_id' => '334', + ], + 3 => [ + 'id' => '255', + 'identifier' => 'SiteAccess', + 'policy_id' => '335', + ], + 4 => [ + 'id' => '256', + 'identifier' => 'Class', + 'policy_id' => '336', + ], + 5 => [ + 'id' => '257', + 'identifier' => 'Section', + 'policy_id' => '336', + ], + 6 => [ + 'id' => '258', + 'identifier' => 'Class', + 'policy_id' => '337', + ], + 7 => [ + 'id' => '259', + 'identifier' => 'ParentClass', + 'policy_id' => '337', + ], + 8 => [ + 'id' => '260', + 'identifier' => 'Class', + 'policy_id' => '338', + ], + 9 => [ + 'id' => '261', + 'identifier' => 'ParentClass', + 'policy_id' => '338', + ], + 10 => [ + 'id' => '262', + 'identifier' => 'Class', + 'policy_id' => '339', + ], + 11 => [ + 'id' => '263', + 'identifier' => 'ParentClass', + 'policy_id' => '339', + ], + 12 => [ + 'id' => '264', + 'identifier' => 'Class', + 'policy_id' => '340', + ], + 13 => [ + 'id' => '265', + 'identifier' => 'ParentClass', + 'policy_id' => '340', + ], + 14 => [ + 'id' => '266', + 'identifier' => 'Class', + 'policy_id' => '341', + ], + 15 => [ + 'id' => '267', + 'identifier' => 'ParentClass', + 'policy_id' => '341', + ], + 16 => [ + 'id' => '268', + 'identifier' => 'Class', + 'policy_id' => '342', + ], + 17 => [ + 'id' => '269', + 'identifier' => 'ParentClass', + 'policy_id' => '342', + ], + 18 => [ + 'id' => '270', + 'identifier' => 'Class', + 'policy_id' => '343', + ], + 19 => [ + 'id' => '271', + 'identifier' => 'Section', + 'policy_id' => '345', + ], + 20 => [ + 'id' => '272', + 'identifier' => 'Section', + 'policy_id' => '359', + ], + 21 => [ + 'id' => '273', + 'identifier' => 'Class', + 'policy_id' => '360', + ], + 22 => [ + 'id' => '274', + 'identifier' => 'Section', + 'policy_id' => '360', + ], + 23 => [ + 'id' => '275', + 'identifier' => 'ParentClass', + 'policy_id' => '360', + ], + 24 => [ + 'id' => '276', + 'identifier' => 'Class', + 'policy_id' => '361', + ], + 25 => [ + 'id' => '277', + 'identifier' => 'Section', + 'policy_id' => '361', + ], + 26 => [ + 'id' => '278', + 'identifier' => 'ParentClass', + 'policy_id' => '361', + ], + 27 => [ + 'id' => '279', + 'identifier' => 'Class', + 'policy_id' => '362', + ], + 28 => [ + 'id' => '280', + 'identifier' => 'Section', + 'policy_id' => '362', + ], + 29 => [ + 'id' => '281', + 'identifier' => 'ParentClass', + 'policy_id' => '362', + ], + 30 => [ + 'id' => '282', + 'identifier' => 'Class', + 'policy_id' => '363', + ], + 31 => [ + 'id' => '283', + 'identifier' => 'Section', + 'policy_id' => '363', + ], + 32 => [ + 'id' => '284', + 'identifier' => 'Owner', + 'policy_id' => '363', + ], + 33 => [ + 'id' => '285', + 'identifier' => 'Class', + 'policy_id' => '366', + ], + 34 => [ + 'id' => '286', + 'identifier' => 'Section', + 'policy_id' => '366', + ], + 35 => [ + 'id' => '287', + 'identifier' => 'ParentClass', + 'policy_id' => '366', + ], + 36 => [ + 'id' => '288', + 'identifier' => 'Class', + 'policy_id' => '367', + ], + 37 => [ + 'id' => '289', + 'identifier' => 'Section', + 'policy_id' => '367', + ], + 38 => [ + 'id' => '290', + 'identifier' => 'ParentClass', + 'policy_id' => '367', + ], + 39 => [ + 'id' => '291', + 'identifier' => 'Class', + 'policy_id' => '368', + ], + 40 => [ + 'id' => '292', + 'identifier' => 'Section', + 'policy_id' => '368', + ], + 41 => [ + 'id' => '293', + 'identifier' => 'ParentClass', + 'policy_id' => '368', + ], + 42 => [ + 'id' => '294', + 'identifier' => 'Class', + 'policy_id' => '369', + ], + 43 => [ + 'id' => '295', + 'identifier' => 'Section', + 'policy_id' => '369', + ], + 44 => [ + 'id' => '296', + 'identifier' => 'Owner', + 'policy_id' => '369', + ], + ], + RoleGateway::POLICY_LIMITATION_VALUE_TABLE => [ + 0 => [ + 'id' => '477', + 'limitation_id' => '251', + 'value' => '1', + ], + 1 => [ + 'id' => '478', + 'limitation_id' => '252', + 'value' => '1', + ], + 2 => [ + 'id' => '480', + 'limitation_id' => '254', + 'value' => '834359697', + ], + 3 => [ + 'id' => '481', + 'limitation_id' => '255', + 'value' => '2582995467', + ], + 4 => [ + 'id' => '482', + 'limitation_id' => '256', + 'value' => '30', + ], + 5 => [ + 'id' => '483', + 'limitation_id' => '256', + 'value' => '42', + ], + 6 => [ + 'id' => '484', + 'limitation_id' => '256', + 'value' => '29', + ], + 7 => [ + 'id' => '485', + 'limitation_id' => '256', + 'value' => '34', + ], + 8 => [ + 'id' => '486', + 'limitation_id' => '256', + 'value' => '33', + ], + 9 => [ + 'id' => '487', + 'limitation_id' => '256', + 'value' => '32', + ], + 10 => [ + 'id' => '488', + 'limitation_id' => '257', + 'value' => '3', + ], + 11 => [ + 'id' => '489', + 'limitation_id' => '258', + 'value' => '1', + ], + 12 => [ + 'id' => '490', + 'limitation_id' => '258', + 'value' => '31', + ], + 13 => [ + 'id' => '491', + 'limitation_id' => '258', + 'value' => '28', + ], + 14 => [ + 'id' => '492', + 'limitation_id' => '258', + 'value' => '21', + ], + 15 => [ + 'id' => '493', + 'limitation_id' => '258', + 'value' => '22', + ], + 16 => [ + 'id' => '494', + 'limitation_id' => '258', + 'value' => '23', + ], + 17 => [ + 'id' => '495', + 'limitation_id' => '258', + 'value' => '16', + ], + 18 => [ + 'id' => '496', + 'limitation_id' => '258', + 'value' => '17', + ], + 19 => [ + 'id' => '497', + 'limitation_id' => '258', + 'value' => '18', + ], + 20 => [ + 'id' => '498', + 'limitation_id' => '258', + 'value' => '19', + ], + 21 => [ + 'id' => '499', + 'limitation_id' => '258', + 'value' => '27', + ], + 22 => [ + 'id' => '500', + 'limitation_id' => '258', + 'value' => '26', + ], + 23 => [ + 'id' => '501', + 'limitation_id' => '258', + 'value' => '24', + ], + 24 => [ + 'id' => '502', + 'limitation_id' => '258', + 'value' => '25', + ], + 25 => [ + 'id' => '503', + 'limitation_id' => '258', + 'value' => '29', + ], + 26 => [ + 'id' => '504', + 'limitation_id' => '258', + 'value' => '32', + ], + 27 => [ + 'id' => '505', + 'limitation_id' => '258', + 'value' => '33', + ], + 28 => [ + 'id' => '506', + 'limitation_id' => '258', + 'value' => '34', + ], + 29 => [ + 'id' => '507', + 'limitation_id' => '258', + 'value' => '35', + ], + 30 => [ + 'id' => '508', + 'limitation_id' => '258', + 'value' => '37', + ], + 31 => [ + 'id' => '509', + 'limitation_id' => '258', + 'value' => '43', + ], + 32 => [ + 'id' => '510', + 'limitation_id' => '258', + 'value' => '41', + ], + 33 => [ + 'id' => '511', + 'limitation_id' => '258', + 'value' => '42', + ], + 34 => [ + 'id' => '512', + 'limitation_id' => '258', + 'value' => '30', + ], + 35 => [ + 'id' => '513', + 'limitation_id' => '259', + 'value' => '1', + ], + 36 => [ + 'id' => '514', + 'limitation_id' => '260', + 'value' => '20', + ], + 37 => [ + 'id' => '515', + 'limitation_id' => '261', + 'value' => '19', + ], + 38 => [ + 'id' => '516', + 'limitation_id' => '262', + 'value' => '38', + ], + 39 => [ + 'id' => '517', + 'limitation_id' => '263', + 'value' => '37', + ], + 40 => [ + 'id' => '518', + 'limitation_id' => '264', + 'value' => '40', + ], + 41 => [ + 'id' => '519', + 'limitation_id' => '265', + 'value' => '41', + ], + 42 => [ + 'id' => '520', + 'limitation_id' => '266', + 'value' => '30', + ], + 43 => [ + 'id' => '521', + 'limitation_id' => '267', + 'value' => '35', + ], + 44 => [ + 'id' => '522', + 'limitation_id' => '268', + 'value' => '1', + ], + 45 => [ + 'id' => '523', + 'limitation_id' => '268', + 'value' => '31', + ], + 46 => [ + 'id' => '524', + 'limitation_id' => '268', + 'value' => '22', + ], + 47 => [ + 'id' => '525', + 'limitation_id' => '268', + 'value' => '23', + ], + 48 => [ + 'id' => '526', + 'limitation_id' => '268', + 'value' => '24', + ], + 49 => [ + 'id' => '527', + 'limitation_id' => '268', + 'value' => '35', + ], + 50 => [ + 'id' => '528', + 'limitation_id' => '268', + 'value' => '41', + ], + 51 => [ + 'id' => '529', + 'limitation_id' => '268', + 'value' => '26', + ], + 52 => [ + 'id' => '530', + 'limitation_id' => '268', + 'value' => '43', + ], + 53 => [ + 'id' => '531', + 'limitation_id' => '269', + 'value' => '23', + ], + 54 => [ + 'id' => '532', + 'limitation_id' => '270', + 'value' => '1', + ], + 55 => [ + 'id' => '533', + 'limitation_id' => '270', + 'value' => '31', + ], + 56 => [ + 'id' => '534', + 'limitation_id' => '270', + 'value' => '16', + ], + 57 => [ + 'id' => '535', + 'limitation_id' => '270', + 'value' => '17', + ], + 58 => [ + 'id' => '536', + 'limitation_id' => '270', + 'value' => '18', + ], + 59 => [ + 'id' => '537', + 'limitation_id' => '270', + 'value' => '19', + ], + 60 => [ + 'id' => '538', + 'limitation_id' => '270', + 'value' => '20', + ], + 61 => [ + 'id' => '539', + 'limitation_id' => '270', + 'value' => '21', + ], + 62 => [ + 'id' => '540', + 'limitation_id' => '270', + 'value' => '22', + ], + 63 => [ + 'id' => '541', + 'limitation_id' => '270', + 'value' => '23', + ], + 64 => [ + 'id' => '542', + 'limitation_id' => '270', + 'value' => '24', + ], + 65 => [ + 'id' => '543', + 'limitation_id' => '270', + 'value' => '26', + ], + 66 => [ + 'id' => '544', + 'limitation_id' => '270', + 'value' => '27', + ], + 67 => [ + 'id' => '545', + 'limitation_id' => '270', + 'value' => '28', + ], + 68 => [ + 'id' => '546', + 'limitation_id' => '270', + 'value' => '29', + ], + 69 => [ + 'id' => '547', + 'limitation_id' => '270', + 'value' => '30', + ], + 70 => [ + 'id' => '548', + 'limitation_id' => '270', + 'value' => '32', + ], + 71 => [ + 'id' => '549', + 'limitation_id' => '270', + 'value' => '33', + ], + 72 => [ + 'id' => '550', + 'limitation_id' => '270', + 'value' => '34', + ], + 73 => [ + 'id' => '551', + 'limitation_id' => '270', + 'value' => '35', + ], + 74 => [ + 'id' => '552', + 'limitation_id' => '270', + 'value' => '37', + ], + 75 => [ + 'id' => '553', + 'limitation_id' => '270', + 'value' => '40', + ], + 76 => [ + 'id' => '554', + 'limitation_id' => '270', + 'value' => '41', + ], + 77 => [ + 'id' => '555', + 'limitation_id' => '270', + 'value' => '43', + ], + 78 => [ + 'id' => '556', + 'limitation_id' => '271', + 'value' => '1', + ], + 79 => [ + 'id' => '557', + 'limitation_id' => '271', + 'value' => '6', + ], + 80 => [ + 'id' => '558', + 'limitation_id' => '271', + 'value' => '3', + ], + 81 => [ + 'id' => '559', + 'limitation_id' => '272', + 'value' => '6', + ], + 82 => [ + 'id' => '560', + 'limitation_id' => '273', + 'value' => '38', + ], + 83 => [ + 'id' => '561', + 'limitation_id' => '274', + 'value' => '6', + ], + 84 => [ + 'id' => '562', + 'limitation_id' => '275', + 'value' => '37', + ], + 85 => [ + 'id' => '563', + 'limitation_id' => '276', + 'value' => '39', + ], + 86 => [ + 'id' => '564', + 'limitation_id' => '277', + 'value' => '6', + ], + 87 => [ + 'id' => '565', + 'limitation_id' => '278', + 'value' => '38', + ], + 88 => [ + 'id' => '566', + 'limitation_id' => '279', + 'value' => '13', + ], + 89 => [ + 'id' => '567', + 'limitation_id' => '280', + 'value' => '6', + ], + 90 => [ + 'id' => '568', + 'limitation_id' => '281', + 'value' => '16', + ], + 91 => [ + 'id' => '569', + 'limitation_id' => '282', + 'value' => '13', + ], + 92 => [ + 'id' => '570', + 'limitation_id' => '282', + 'value' => '38', + ], + 93 => [ + 'id' => '571', + 'limitation_id' => '282', + 'value' => '39', + ], + 94 => [ + 'id' => '572', + 'limitation_id' => '283', + 'value' => '6', + ], + 95 => [ + 'id' => '573', + 'limitation_id' => '284', + 'value' => '1', + ], + 96 => [ + 'id' => '574', + 'limitation_id' => '285', + 'value' => '38', + ], + 97 => [ + 'id' => '575', + 'limitation_id' => '286', + 'value' => '1', + ], + 98 => [ + 'id' => '576', + 'limitation_id' => '287', + 'value' => '37', + ], + 99 => [ + 'id' => '577', + 'limitation_id' => '288', + 'value' => '39', + ], + 100 => [ + 'id' => '578', + 'limitation_id' => '289', + 'value' => '1', + ], + 101 => [ + 'id' => '579', + 'limitation_id' => '290', + 'value' => '38', + ], + 102 => [ + 'id' => '580', + 'limitation_id' => '291', + 'value' => '13', + ], + 103 => [ + 'id' => '581', + 'limitation_id' => '292', + 'value' => '1', + ], + 104 => [ + 'id' => '582', + 'limitation_id' => '293', + 'value' => '16', + ], + 105 => [ + 'id' => '583', + 'limitation_id' => '293', + 'value' => '20', + ], + 106 => [ + 'id' => '584', + 'limitation_id' => '293', + 'value' => '17', + ], + 107 => [ + 'id' => '585', + 'limitation_id' => '294', + 'value' => '13', + ], + 108 => [ + 'id' => '586', + 'limitation_id' => '294', + 'value' => '38', + ], + 109 => [ + 'id' => '587', + 'limitation_id' => '294', + 'value' => '39', + ], + 110 => [ + 'id' => '588', + 'limitation_id' => '295', + 'value' => '1', + ], + 111 => [ + 'id' => '589', + 'limitation_id' => '296', + 'value' => '1', + ], + ], + SectionGateway::CONTENT_SECTION_TABLE => [ + 0 => [ + 'id' => '1', + 'identifier' => 'standard', + 'locale' => '', + 'name' => 'Standard', + 'navigation_part_identifier' => 'ezcontentnavigationpart', + ], + 1 => [ + 'id' => '2', + 'identifier' => 'users', + 'locale' => '', + 'name' => 'Users', + 'navigation_part_identifier' => 'ezusernavigationpart', + ], + 2 => [ + 'id' => '3', + 'identifier' => 'media', + 'locale' => '', + 'name' => 'Media', + 'navigation_part_identifier' => 'ezmedianavigationpart', + ], + 3 => [ + 'id' => '4', + 'identifier' => 'setup', + 'locale' => '', + 'name' => 'Setup', + 'navigation_part_identifier' => 'ezsetupnavigationpart', + ], + 4 => [ + 'id' => '5', + 'identifier' => 'design', + 'locale' => '', + 'name' => 'Design', + 'navigation_part_identifier' => 'ezvisualnavigationpart', + ], + 5 => [ + 'id' => '6', + 'identifier' => 'protected', + 'locale' => '', + 'name' => 'Protected', + 'navigation_part_identifier' => 'ezcontentnavigationpart', + ], + ], + UserStorage::USER_SETTING_TABLE => [ + 0 => [ + 'is_enabled' => '1', + 'max_login' => '1000', + 'user_id' => '10', + ], + 1 => [ + 'is_enabled' => '1', + 'max_login' => '10', + 'user_id' => '14', + ], + ], + SearchIndex::SEARCH_WORD_TABLE => [ + 0 => [ + 'id' => '801', + 'object_count' => '22', + 'word' => 'to', + ], + 1 => [ + 'id' => '802', + 'object_count' => '21', + 'word' => 'ibexa', + ], + 2 => [ + 'id' => '803', + 'object_count' => '20', + 'word' => 'publish', + ], + 3 => [ + 'id' => '804', + 'object_count' => '11', + 'word' => 'this', + ], + 4 => [ + 'id' => '805', + 'object_count' => '18', + 'word' => 'is', + ], + 5 => [ + 'id' => '807', + 'object_count' => '9', + 'word' => 'site', + ], + 6 => [ + 'id' => '809', + 'object_count' => '15', + 'word' => 'with', + ], + 7 => [ + 'id' => '810', + 'object_count' => '40', + 'word' => 'a', + ], + 8 => [ + 'id' => '812', + 'object_count' => '2', + 'word' => 'setup', + ], + 9 => [ + 'id' => '813', + 'object_count' => '19', + 'word' => 'of', + ], + 10 => [ + 'id' => '814', + 'object_count' => '26', + 'word' => 'the', + ], + 11 => [ + 'id' => '815', + 'object_count' => '8', + 'word' => 'functionality', + ], + 12 => [ + 'id' => '816', + 'object_count' => '24', + 'word' => 'for', + ], + 13 => [ + 'id' => '817', + 'object_count' => '2', + 'word' => 'full', + ], + 14 => [ + 'id' => '819', + 'object_count' => '1', + 'word' => 'please', + ], + 15 => [ + 'id' => '821', + 'object_count' => '6', + 'word' => 'website', + ], + 16 => [ + 'id' => '822', + 'object_count' => '9', + 'word' => 'interface', + ], + 17 => [ + 'id' => '823', + 'object_count' => '14', + 'word' => 'or', + ], + 18 => [ + 'id' => '824', + 'object_count' => '3', + 'word' => 'flow', + ], + 19 => [ + 'id' => '825', + 'object_count' => '44', + 'word' => 'at', + ], + 20 => [ + 'id' => '826', + 'object_count' => '5', + 'word' => 'installation', + ], + 21 => [ + 'id' => '827', + 'object_count' => '1', + 'word' => 'popular', + ], + 22 => [ + 'id' => '828', + 'object_count' => '6', + 'word' => 'open', + ], + 23 => [ + 'id' => '829', + 'object_count' => '4', + 'word' => 'source', + ], + 24 => [ + 'id' => '830', + 'object_count' => '15', + 'word' => 'content', + ], + 25 => [ + 'id' => '831', + 'object_count' => '8', + 'word' => 'management', + ], + 26 => [ + 'id' => '832', + 'object_count' => '8', + 'word' => 'system', + ], + 27 => [ + 'id' => '833', + 'object_count' => '22', + 'word' => 'and', + ], + 28 => [ + 'id' => '834', + 'object_count' => '7', + 'word' => 'development', + ], + 29 => [ + 'id' => '835', + 'object_count' => '1', + 'word' => 'framework', + ], + 30 => [ + 'id' => '836', + 'object_count' => '9', + 'word' => 'it', + ], + 31 => [ + 'id' => '837', + 'object_count' => '2', + 'word' => 'allows', + ], + 32 => [ + 'id' => '838', + 'object_count' => '1', + 'word' => 'professional', + ], + 33 => [ + 'id' => '839', + 'object_count' => '1', + 'word' => 'customized', + ], + 34 => [ + 'id' => '841', + 'object_count' => '11', + 'word' => 'web', + ], + 35 => [ + 'id' => '842', + 'object_count' => '2', + 'word' => 'solutions', + ], + 36 => [ + 'id' => '843', + 'object_count' => '17', + 'word' => 'can', + ], + 37 => [ + 'id' => '844', + 'object_count' => '12', + 'word' => 'be', + ], + 38 => [ + 'id' => '845', + 'object_count' => '5', + 'word' => 'used', + ], + 39 => [ + 'id' => '846', + 'object_count' => '5', + 'word' => 'build', + ], + 40 => [ + 'id' => '847', + 'object_count' => '1', + 'word' => 'anything', + ], + 41 => [ + 'id' => '848', + 'object_count' => '7', + 'word' => 'from', + ], + 42 => [ + 'id' => '850', + 'object_count' => '1', + 'word' => 'homepage', + ], + 43 => [ + 'id' => '853', + 'object_count' => '3', + 'word' => 'role', + ], + 44 => [ + 'id' => '854', + 'object_count' => '7', + 'word' => 'based', + ], + 45 => [ + 'id' => '856', + 'object_count' => '6', + 'word' => 'access', + ], + 46 => [ + 'id' => '857', + 'object_count' => '5', + 'word' => 'online', + ], + 47 => [ + 'id' => '858', + 'object_count' => '1', + 'word' => 'shopping', + ], + 48 => [ + 'id' => '860', + 'object_count' => '6', + 'word' => 'forums', + ], + 49 => [ + 'id' => '861', + 'object_count' => '4', + 'word' => 'other', + ], + 50 => [ + 'id' => '862', + 'object_count' => '3', + 'word' => 'advanced', + ], + 51 => [ + 'id' => '863', + 'object_count' => '53', + 'word' => 'in', + ], + 52 => [ + 'id' => '864', + 'object_count' => '1', + 'word' => 'addition', + ], + 53 => [ + 'id' => '865', + 'object_count' => '1', + 'word' => 'because', + ], + 54 => [ + 'id' => '866', + 'object_count' => '1', + 'word' => 'its', + ], + 55 => [ + 'id' => '867', + 'object_count' => '1', + 'word' => 'nature', + ], + 56 => [ + 'id' => '868', + 'object_count' => '3', + 'word' => 'easily', + ], + 57 => [ + 'id' => '870', + 'object_count' => '9', + 'word' => 'into', + ], + 58 => [ + 'id' => '873', + 'object_count' => '1', + 'word' => 'existing', + ], + 59 => [ + 'id' => '874', + 'object_count' => '6', + 'word' => 'documentation', + ], + 60 => [ + 'id' => '877', + 'object_count' => '2', + 'word' => 'common', + ], + 61 => [ + 'id' => '878', + 'object_count' => '2', + 'word' => 'topics', + ], + 62 => [ + 'id' => '880', + 'object_count' => '1', + 'word' => 'daily', + ], + 63 => [ + 'id' => '881', + 'object_count' => '15', + 'word' => 'use', + ], + 64 => [ + 'id' => '882', + 'object_count' => '9', + 'word' => 'also', + ], + 65 => [ + 'id' => '883', + 'object_count' => '2', + 'word' => 'some', + ], + 66 => [ + 'id' => '884', + 'object_count' => '1', + 'word' => 'people', + ], + 67 => [ + 'id' => '885', + 'object_count' => '2', + 'word' => 'who', + ], + 68 => [ + 'id' => '886', + 'object_count' => '11', + 'word' => 'are', + ], + 69 => [ + 'id' => '888', + 'object_count' => '3', + 'word' => 'should', + ], + 70 => [ + 'id' => '890', + 'object_count' => '5', + 'word' => 'read', + ], + 71 => [ + 'id' => '893', + 'object_count' => '8', + 'word' => 'if', + ], + 72 => [ + 'id' => '894', + 'object_count' => '18', + 'word' => 'you', + ], + 73 => [ + 'id' => '895', + 'object_count' => '8', + 'word' => 're', + ], + 74 => [ + 'id' => '897', + 'object_count' => '6', + 'word' => 'find', + ], + 75 => [ + 'id' => '898', + 'object_count' => '14', + 'word' => 'an', + ], + 76 => [ + 'id' => '899', + 'object_count' => '1', + 'word' => 'answer', + ], + 77 => [ + 'id' => '900', + 'object_count' => '1', + 'word' => 'solution', + ], + 78 => [ + 'id' => '901', + 'object_count' => '7', + 'word' => 'specific', + ], + 79 => [ + 'id' => '902', + 'object_count' => '1', + 'word' => 'question', + ], + 80 => [ + 'id' => '903', + 'object_count' => '1', + 'word' => 'problem', + ], + 81 => [ + 'id' => '904', + 'object_count' => '3', + 'word' => 'within', + ], + 82 => [ + 'id' => '905', + 'object_count' => '3', + 'word' => 'pages', + ], + 83 => [ + 'id' => '906', + 'object_count' => '9', + 'word' => 'make', + ], + 84 => [ + 'id' => '907', + 'object_count' => '1', + 'word' => 'official', + ], + 85 => [ + 'id' => '908', + 'object_count' => '3', + 'word' => 'forum', + ], + 86 => [ + 'id' => '909', + 'object_count' => '1', + 'word' => 'need', + ], + 87 => [ + 'id' => '910', + 'object_count' => '5', + 'word' => 'help', + ], + 88 => [ + 'id' => '912', + 'object_count' => '7', + 'word' => 'support', + ], + 89 => [ + 'id' => '913', + 'object_count' => '1', + 'word' => 'consulting', + ], + 90 => [ + 'id' => '914', + 'object_count' => '3', + 'word' => 'services', + ], + 91 => [ + 'id' => '915', + 'object_count' => '3', + 'word' => 'possible', + ], + 92 => [ + 'id' => '916', + 'object_count' => '1', + 'word' => 'sign', + ], + 93 => [ + 'id' => '917', + 'object_count' => '6', + 'word' => 'up', + ], + 94 => [ + 'id' => '918', + 'object_count' => '2', + 'word' => 'various', + ], + 95 => [ + 'id' => '919', + 'object_count' => '2', + 'word' => 'training', + ], + 96 => [ + 'id' => '921', + 'object_count' => '15', + 'word' => 'more', + ], + 97 => [ + 'id' => '922', + 'object_count' => '4', + 'word' => 'information', + ], + 98 => [ + 'id' => '923', + 'object_count' => '5', + 'word' => 'about', + ], + 99 => [ + 'id' => '924', + 'object_count' => '5', + 'word' => 'products', + ], + 100 => [ + 'id' => '925', + 'object_count' => '2', + 'word' => 'systems', + ], + 101 => [ + 'id' => '926', + 'object_count' => '3', + 'word' => 'visit', + ], + 102 => [ + 'id' => '927', + 'object_count' => '3', + 'word' => 'ibexa.co', + ], + 103 => [ + 'id' => '928', + 'object_count' => '3', + 'word' => 'tutorials', + ], + 104 => [ + 'id' => '929', + 'object_count' => '12', + 'word' => 'new', + ], + 105 => [ + 'id' => '930', + 'object_count' => '9', + 'word' => 'users', + ], + 106 => [ + 'id' => '931', + 'object_count' => '6', + 'word' => 'administration', + ], + 107 => [ + 'id' => '932', + 'object_count' => '7', + 'word' => 'editor', + ], + 108 => [ + 'id' => '933', + 'object_count' => '3', + 'word' => 'video', + ], + 109 => [ + 'id' => '934', + 'object_count' => '3', + 'word' => 'tutorial', + ], + 110 => [ + 'id' => '935', + 'object_count' => '1', + 'word' => 'experienced', + ], + 111 => [ + 'id' => '936', + 'object_count' => '11', + 'word' => 'how', + ], + 112 => [ + 'id' => '937', + 'object_count' => '4', + 'word' => 'develop', + ], + 113 => [ + 'id' => '938', + 'object_count' => '6', + 'word' => 'extensions', + ], + 114 => [ + 'id' => '939', + 'object_count' => '12', + 'word' => 'create', + ], + 115 => [ + 'id' => '940', + 'object_count' => '5', + 'word' => 'custom', + ], + 116 => [ + 'id' => '941', + 'object_count' => '7', + 'word' => 'workflow', + ], + 117 => [ + 'id' => '942', + 'object_count' => '4', + 'word' => 'rest', + ], + 118 => [ + 'id' => '943', + 'object_count' => '9', + 'word' => 'api', + ], + 119 => [ + 'id' => '944', + 'object_count' => '3', + 'word' => 'asynchronous', + ], + 120 => [ + 'id' => '945', + 'object_count' => '10', + 'word' => 'publishing', + ], + 121 => [ + 'id' => '946', + 'object_count' => '1', + 'word' => 'upgrading', + ], + 122 => [ + 'id' => '947', + 'object_count' => '4', + 'word' => '4.5', + ], + 123 => [ + 'id' => '948', + 'object_count' => '17', + 'word' => 'amp', + ], + 124 => [ + 'id' => '949', + 'object_count' => '16', + 'word' => 'nbsp', + ], + 125 => [ + 'id' => '950', + 'object_count' => '3', + 'word' => 'videos', + ], + 126 => [ + 'id' => '951', + 'object_count' => '2', + 'word' => 'main', + ], + 127 => [ + 'id' => '952', + 'object_count' => '4', + 'word' => 'group', + ], + 128 => [ + 'id' => '953', + 'object_count' => '2', + 'word' => 'anonymous', + ], + 129 => [ + 'id' => '954', + 'object_count' => '8', + 'word' => 'user', + ], + 130 => [ + 'id' => '955', + 'object_count' => '1', + 'word' => 'nospam', + ], + 131 => [ + 'id' => '958', + 'object_count' => '3', + 'word' => 'administrator', + ], + 132 => [ + 'id' => '959', + 'object_count' => '5', + 'word' => 'editors', + ], + 133 => [ + 'id' => '961', + 'object_count' => '5', + 'word' => 'media', + ], + 134 => [ + 'id' => '962', + 'object_count' => '5', + 'word' => 'images', + ], + 135 => [ + 'id' => '963', + 'object_count' => '4', + 'word' => 'files', + ], + 136 => [ + 'id' => '964', + 'object_count' => '1', + 'word' => 'multimedia', + ], + 137 => [ + 'id' => '965', + 'object_count' => '1', + 'word' => 'ini', + ], + 138 => [ + 'id' => '966', + 'object_count' => '1', + 'word' => 'settings', + ], + 139 => [ + 'id' => '967', + 'object_count' => '1', + 'word' => 'sitestyle_identifier', + ], + 140 => [ + 'id' => '968', + 'object_count' => '8', + 'word' => 'design', + ], + 141 => [ + 'id' => '969', + 'object_count' => '1', + 'word' => 'banners', + ], + 142 => [ + 'id' => '970', + 'object_count' => '2', + 'word' => 'home', + ], + 143 => [ + 'id' => '971', + 'object_count' => '3', + 'word' => 'technical', + ], + 144 => [ + 'id' => '972', + 'object_count' => '3', + 'word' => 'manual', + ], + 145 => [ + 'id' => '973', + 'object_count' => '4', + 'word' => 'want', + ], + 146 => [ + 'id' => '974', + 'object_count' => '10', + 'word' => 'your', + ], + 147 => [ + 'id' => '975', + 'object_count' => '4', + 'word' => 'own', + ], + 148 => [ + 'id' => '976', + 'object_count' => '15', + 'word' => 'on', + ], + 149 => [ + 'id' => '977', + 'object_count' => '1', + 'word' => 'solid', + ], + 150 => [ + 'id' => '978', + 'object_count' => '5', + 'word' => 'cms', + ], + 151 => [ + 'id' => '979', + 'object_count' => '2', + 'word' => 'could', + ], + 152 => [ + 'id' => '980', + 'object_count' => '1', + 'word' => 'rest_api', + ], + 153 => [ + 'id' => '981', + 'object_count' => '25', + 'word' => 'vivamus', + ], + 154 => [ + 'id' => '982', + 'object_count' => '22', + 'word' => 'suscipit', + ], + 155 => [ + 'id' => '983', + 'object_count' => '25', + 'word' => 'praesent', + ], + 156 => [ + 'id' => '984', + 'object_count' => '17', + 'word' => 'tincidunt', + ], + 157 => [ + 'id' => '985', + 'object_count' => '22', + 'word' => 'adipiscing', + ], + 158 => [ + 'id' => '986', + 'object_count' => '20', + 'word' => 'urna', + ], + 159 => [ + 'id' => '987', + 'object_count' => '18', + 'word' => 'etiam', + ], + 160 => [ + 'id' => '988', + 'object_count' => '24', + 'word' => 'ligula', + ], + 161 => [ + 'id' => '989', + 'object_count' => '20', + 'word' => 'velit', + ], + 162 => [ + 'id' => '990', + 'object_count' => '17', + 'word' => 'accumsan', + ], + 163 => [ + 'id' => '991', + 'object_count' => '16', + 'word' => 'feugiat', + ], + 164 => [ + 'id' => '992', + 'object_count' => '29', + 'word' => 'sit', + ], + 165 => [ + 'id' => '993', + 'object_count' => '29', + 'word' => 'amet', + ], + 166 => [ + 'id' => '994', + 'object_count' => '25', + 'word' => 'malesuada', + ], + 167 => [ + 'id' => '995', + 'object_count' => '27', + 'word' => 'vel', + ], + 168 => [ + 'id' => '996', + 'object_count' => '21', + 'word' => 'tellus', + ], + 169 => [ + 'id' => '997', + 'object_count' => '20', + 'word' => 'donec', + ], + 170 => [ + 'id' => '998', + 'object_count' => '23', + 'word' => 'magna', + ], + 171 => [ + 'id' => '999', + 'object_count' => '24', + 'word' => 'felis', + ], + 172 => [ + 'id' => '1000', + 'object_count' => '27', + 'word' => 'mauris', + ], + 173 => [ + 'id' => '1001', + 'object_count' => '36', + 'word' => 'sed', + ], + 174 => [ + 'id' => '1002', + 'object_count' => '19', + 'word' => 'lectus', + ], + 175 => [ + 'id' => '1003', + 'object_count' => '14', + 'word' => 'pharetra', + ], + 176 => [ + 'id' => '1004', + 'object_count' => '2', + 'word' => 'sheets', + ], + 177 => [ + 'id' => '1005', + 'object_count' => '11', + 'word' => 'maecenas', + ], + 178 => [ + 'id' => '1006', + 'object_count' => '29', + 'word' => 'quam', + ], + 179 => [ + 'id' => '1007', + 'object_count' => '17', + 'word' => 'nisi', + ], + 180 => [ + 'id' => '1008', + 'object_count' => '15', + 'word' => 'by', + ], + 181 => [ + 'id' => '1009', + 'object_count' => '1', + 'word' => 'category', + ], + 182 => [ + 'id' => '1010', + 'object_count' => '17', + 'word' => 'phasellus', + ], + 183 => [ + 'id' => '1011', + 'object_count' => '37', + 'word' => 'ut', + ], + 184 => [ + 'id' => '1012', + 'object_count' => '20', + 'word' => 'ante', + ], + 185 => [ + 'id' => '1013', + 'object_count' => '22', + 'word' => 'eu', + ], + 186 => [ + 'id' => '1014', + 'object_count' => '30', + 'word' => 'nunc', + ], + 187 => [ + 'id' => '1015', + 'object_count' => '13', + 'word' => 'hendrerit', + ], + 188 => [ + 'id' => '1016', + 'object_count' => '23', + 'word' => 'turpis', + ], + 189 => [ + 'id' => '1017', + 'object_count' => '24', + 'word' => 'vestibulum', + ], + 190 => [ + 'id' => '1018', + 'object_count' => '10', + 'word' => 'laoreet', + ], + 191 => [ + 'id' => '1019', + 'object_count' => '23', + 'word' => 'erat', + ], + 192 => [ + 'id' => '1020', + 'object_count' => '28', + 'word' => 'id', + ], + 193 => [ + 'id' => '1021', + 'object_count' => '1', + 'word' => 'featured', + ], + 194 => [ + 'id' => '1022', + 'object_count' => '3', + 'word' => 'software', + ], + 195 => [ + 'id' => '1023', + 'object_count' => '1', + 'word' => 'os', + ], + 196 => [ + 'id' => '1024', + 'object_count' => '7', + 'word' => 'type', + ], + 197 => [ + 'id' => '1025', + 'object_count' => '2', + 'word' => 'i', + ], + 198 => [ + 'id' => '1026', + 'object_count' => '27', + 'word' => 'aliquam', + ], + 199 => [ + 'id' => '1027', + 'object_count' => '16', + 'word' => 'sem', + ], + 200 => [ + 'id' => '1028', + 'object_count' => '15', + 'word' => 'lobortis', + ], + 201 => [ + 'id' => '1029', + 'object_count' => '16', + 'word' => 'bibendum', + ], + 202 => [ + 'id' => '1030', + 'object_count' => '20', + 'word' => 'quis', + ], + 203 => [ + 'id' => '1031', + 'object_count' => '15', + 'word' => 'viverra', + ], + 204 => [ + 'id' => '1032', + 'object_count' => '18', + 'word' => 'elit', + ], + 205 => [ + 'id' => '1033', + 'object_count' => '14', + 'word' => 'placerat', + ], + 206 => [ + 'id' => '1034', + 'object_count' => '21', + 'word' => 'odio', + ], + 207 => [ + 'id' => '1035', + 'object_count' => '18', + 'word' => 'nam', + ], + 208 => [ + 'id' => '1036', + 'object_count' => '17', + 'word' => 'massa', + ], + 209 => [ + 'id' => '1037', + 'object_count' => '12', + 'word' => 'porta', + ], + 210 => [ + 'id' => '1038', + 'object_count' => '22', + 'word' => 'metus', + ], + 211 => [ + 'id' => '1039', + 'object_count' => '19', + 'word' => 'arcu', + ], + 212 => [ + 'id' => '1040', + 'object_count' => '30', + 'word' => 'nulla', + ], + 213 => [ + 'id' => '1041', + 'object_count' => '15', + 'word' => 'tortor', + ], + 214 => [ + 'id' => '1042', + 'object_count' => '19', + 'word' => 'non', + ], + 215 => [ + 'id' => '1043', + 'object_count' => '19', + 'word' => 'egestas', + ], + 216 => [ + 'id' => '1044', + 'object_count' => '11', + 'word' => 'aenean', + ], + 217 => [ + 'id' => '1045', + 'object_count' => '16', + 'word' => 'iaculis', + ], + 218 => [ + 'id' => '1046', + 'object_count' => '17', + 'word' => 'facilisis', + ], + 219 => [ + 'id' => '1047', + 'object_count' => '16', + 'word' => 'curabitur', + ], + 220 => [ + 'id' => '1048', + 'object_count' => '14', + 'word' => 'sollicitudin', + ], + 221 => [ + 'id' => '1049', + 'object_count' => '19', + 'word' => 'pede', + ], + 222 => [ + 'id' => '1050', + 'object_count' => '9', + 'word' => 'rhoncus', + ], + 223 => [ + 'id' => '1051', + 'object_count' => '22', + 'word' => 'lorem', + ], + 224 => [ + 'id' => '1052', + 'object_count' => '17', + 'word' => 'consectetuer', + ], + 225 => [ + 'id' => '1053', + 'object_count' => '18', + 'word' => 'varius', + ], + 226 => [ + 'id' => '1054', + 'object_count' => '6', + 'word' => 'lt', + ], + 227 => [ + 'id' => '1055', + 'object_count' => '5', + 'word' => 'xml', + ], + 228 => [ + 'id' => '1056', + 'object_count' => '8', + 'word' => 'version', + ], + 229 => [ + 'id' => '1057', + 'object_count' => '5', + 'word' => '1.0', + ], + 230 => [ + 'id' => '1058', + 'object_count' => '4', + 'word' => 'encoding', + ], + 231 => [ + 'id' => '1059', + 'object_count' => '4', + 'word' => 'utf', + ], + 232 => [ + 'id' => '1060', + 'object_count' => '4', + 'word' => '8', + ], + 233 => [ + 'id' => '1061', + 'object_count' => '7', + 'word' => 'gt', + ], + 234 => [ + 'id' => '1062', + 'object_count' => '4', + 'word' => 'ezmultioption', + ], + 235 => [ + 'id' => '1063', + 'object_count' => '4', + 'word' => 'option_counter', + ], + 236 => [ + 'id' => '1064', + 'object_count' => '4', + 'word' => '2', + ], + 237 => [ + 'id' => '1065', + 'object_count' => '4', + 'word' => 'name', + ], + 238 => [ + 'id' => '1066', + 'object_count' => '5', + 'word' => 'additional', + ], + 239 => [ + 'id' => '1067', + 'object_count' => '5', + 'word' => 'options', + ], + 240 => [ + 'id' => '1068', + 'object_count' => '4', + 'word' => 'multioptions', + ], + 241 => [ + 'id' => '1069', + 'object_count' => '4', + 'word' => 'multioption', + ], + 242 => [ + 'id' => '1070', + 'object_count' => '6', + 'word' => '1', + ], + 243 => [ + 'id' => '1071', + 'object_count' => '4', + 'word' => 'priority', + ], + 244 => [ + 'id' => '1072', + 'object_count' => '4', + 'word' => 'default_option_id', + ], + 245 => [ + 'id' => '1073', + 'object_count' => '6', + 'word' => 'option', + ], + 246 => [ + 'id' => '1074', + 'object_count' => '4', + 'word' => 'option_id', + ], + 247 => [ + 'id' => '1075', + 'object_count' => '4', + 'word' => 'value', + ], + 248 => [ + 'id' => '1076', + 'object_count' => '1', + 'word' => 'silver', + ], + 249 => [ + 'id' => '1077', + 'object_count' => '4', + 'word' => 'additional_price', + ], + 250 => [ + 'id' => '1078', + 'object_count' => '4', + 'word' => '10.00', + ], + 251 => [ + 'id' => '1079', + 'object_count' => '2', + 'word' => 'gold', + ], + 252 => [ + 'id' => '1080', + 'object_count' => '1', + 'word' => '20.00', + ], + 253 => [ + 'id' => '1081', + 'object_count' => '1', + 'word' => 'boxes', + ], + 254 => [ + 'id' => '1082', + 'object_count' => '4', + 'word' => 'cd', + ], + 255 => [ + 'id' => '1083', + 'object_count' => '3', + 'word' => 'dvd', + ], + 256 => [ + 'id' => '1084', + 'object_count' => '8', + 'word' => 'box', + ], + 257 => [ + 'id' => '1085', + 'object_count' => '10', + 'word' => 'cum', + ], + 258 => [ + 'id' => '1086', + 'object_count' => '10', + 'word' => 'sociis', + ], + 259 => [ + 'id' => '1087', + 'object_count' => '10', + 'word' => 'natoque', + ], + 260 => [ + 'id' => '1088', + 'object_count' => '11', + 'word' => 'penatibus', + ], + 261 => [ + 'id' => '1089', + 'object_count' => '34', + 'word' => 'et', + ], + 262 => [ + 'id' => '1090', + 'object_count' => '11', + 'word' => 'magnis', + ], + 263 => [ + 'id' => '1091', + 'object_count' => '11', + 'word' => 'dis', + ], + 264 => [ + 'id' => '1092', + 'object_count' => '10', + 'word' => 'parturient', + ], + 265 => [ + 'id' => '1093', + 'object_count' => '10', + 'word' => 'montes', + ], + 266 => [ + 'id' => '1094', + 'object_count' => '10', + 'word' => 'nascetur', + ], + 267 => [ + 'id' => '1095', + 'object_count' => '10', + 'word' => 'ridiculus', + ], + 268 => [ + 'id' => '1096', + 'object_count' => '10', + 'word' => 'mus', + ], + 269 => [ + 'id' => '1097', + 'object_count' => '7', + 'word' => 'venenatis', + ], + 270 => [ + 'id' => '1098', + 'object_count' => '5', + 'word' => 'elementum', + ], + 271 => [ + 'id' => '1099', + 'object_count' => '23', + 'word' => 'dolor', + ], + 272 => [ + 'id' => '1100', + 'object_count' => '14', + 'word' => 'volutpat', + ], + 273 => [ + 'id' => '1101', + 'object_count' => '15', + 'word' => 'auctor', + ], + 274 => [ + 'id' => '1102', + 'object_count' => '13', + 'word' => 'libero', + ], + 275 => [ + 'id' => '1103', + 'object_count' => '23', + 'word' => 'ipsum', + ], + 276 => [ + 'id' => '1104', + 'object_count' => '6', + 'word' => 'aliquet', + ], + 277 => [ + 'id' => '1105', + 'object_count' => '8', + 'word' => 'dapibus', + ], + 278 => [ + 'id' => '1106', + 'object_count' => '18', + 'word' => 'eros', + ], + 279 => [ + 'id' => '1107', + 'object_count' => '25', + 'word' => 'nec', + ], + 280 => [ + 'id' => '1108', + 'object_count' => '28', + 'word' => 'pellentesque', + ], + 281 => [ + 'id' => '1109', + 'object_count' => '15', + 'word' => 'diam', + ], + 282 => [ + 'id' => '1110', + 'object_count' => '17', + 'word' => 'dignissim', + ], + 283 => [ + 'id' => '1111', + 'object_count' => '10', + 'word' => 'pulvinar', + ], + 284 => [ + 'id' => '1112', + 'object_count' => '14', + 'word' => 'rutrum', + ], + 285 => [ + 'id' => '1113', + 'object_count' => '22', + 'word' => 'nisl', + ], + 286 => [ + 'id' => '1114', + 'object_count' => '18', + 'word' => 'quisque', + ], + 287 => [ + 'id' => '1115', + 'object_count' => '15', + 'word' => 'ultrices', + ], + 288 => [ + 'id' => '1116', + 'object_count' => '22', + 'word' => 'tristique', + ], + 289 => [ + 'id' => '1117', + 'object_count' => '16', + 'word' => 'tempus', + ], + 290 => [ + 'id' => '1118', + 'object_count' => '15', + 'word' => 'posuere', + ], + 291 => [ + 'id' => '1119', + 'object_count' => '15', + 'word' => 'pretium', + ], + 292 => [ + 'id' => '1120', + 'object_count' => '3', + 'word' => 'cover', + ], + 293 => [ + 'id' => '1121', + 'object_count' => '3', + 'word' => 'soft', + ], + 294 => [ + 'id' => '1122', + 'object_count' => '5', + 'word' => 'hard', + ], + 295 => [ + 'id' => '1123', + 'object_count' => '3', + 'word' => '15.00', + ], + 296 => [ + 'id' => '1124', + 'object_count' => '1', + 'word' => 'ii', + ], + 297 => [ + 'id' => '1125', + 'object_count' => '1', + 'word' => 'iii', + ], + 298 => [ + 'id' => '1126', + 'object_count' => '2', + 'word' => 'industry', + ], + 299 => [ + 'id' => '1127', + 'object_count' => '2', + 'word' => 'banking', + ], + 300 => [ + 'id' => '1128', + 'object_count' => '1', + 'word' => 'automotive', + ], + 301 => [ + 'id' => '1129', + 'object_count' => '1', + 'word' => 'education', + ], + 302 => [ + 'id' => '1130', + 'object_count' => '1', + 'word' => 'electronics', + ], + 303 => [ + 'id' => '1131', + 'object_count' => '2', + 'word' => 'business', + ], + 304 => [ + 'id' => '1132', + 'object_count' => '3', + 'word' => 'integration', + ], + 305 => [ + 'id' => '1133', + 'object_count' => '7', + 'word' => 'enterprise', + ], + 306 => [ + 'id' => '1134', + 'object_count' => '1', + 'word' => 'resource', + ], + 307 => [ + 'id' => '1135', + 'object_count' => '15', + 'word' => 'fusce', + ], + 308 => [ + 'id' => '1136', + 'object_count' => '5', + 'word' => 'sagittis', + ], + 309 => [ + 'id' => '1137', + 'object_count' => '13', + 'word' => 'suspendisse', + ], + 310 => [ + 'id' => '1138', + 'object_count' => '10', + 'word' => 'faucibus', + ], + 311 => [ + 'id' => '1139', + 'object_count' => '10', + 'word' => 'ornare', + ], + 312 => [ + 'id' => '1140', + 'object_count' => '12', + 'word' => 'gravida', + ], + 313 => [ + 'id' => '1141', + 'object_count' => '14', + 'word' => 'neque', + ], + 314 => [ + 'id' => '1142', + 'object_count' => '18', + 'word' => 'orci', + ], + 315 => [ + 'id' => '1143', + 'object_count' => '12', + 'word' => 'lacus', + ], + 316 => [ + 'id' => '1144', + 'object_count' => '16', + 'word' => 'interdum', + ], + 317 => [ + 'id' => '1145', + 'object_count' => '17', + 'word' => 'cras', + ], + 318 => [ + 'id' => '1146', + 'object_count' => '9', + 'word' => 'molestie', + ], + 319 => [ + 'id' => '1147', + 'object_count' => '19', + 'word' => 'congue', + ], + 320 => [ + 'id' => '1148', + 'object_count' => '5', + 'word' => 'convallis', + ], + 321 => [ + 'id' => '1149', + 'object_count' => '20', + 'word' => 'justo', + ], + 322 => [ + 'id' => '1150', + 'object_count' => '7', + 'word' => 'facilisi', + ], + 323 => [ + 'id' => '1151', + 'object_count' => '5', + 'word' => 'potenti', + ], + 324 => [ + 'id' => '1152', + 'object_count' => '6', + 'word' => 'hac', + ], + 325 => [ + 'id' => '1153', + 'object_count' => '6', + 'word' => 'habitasse', + ], + 326 => [ + 'id' => '1154', + 'object_count' => '6', + 'word' => 'platea', + ], + 327 => [ + 'id' => '1155', + 'object_count' => '6', + 'word' => 'dictumst', + ], + 328 => [ + 'id' => '1156', + 'object_count' => '9', + 'word' => 'commodo', + ], + 329 => [ + 'id' => '1157', + 'object_count' => '14', + 'word' => 'purus', + ], + 330 => [ + 'id' => '1158', + 'object_count' => '19', + 'word' => 'nibh', + ], + 331 => [ + 'id' => '1159', + 'object_count' => '7', + 'word' => 'integer', + ], + 332 => [ + 'id' => '1160', + 'object_count' => '11', + 'word' => 'dictum', + ], + 333 => [ + 'id' => '1161', + 'object_count' => '16', + 'word' => 'risus', + ], + 334 => [ + 'id' => '1162', + 'object_count' => '16', + 'word' => 'mi', + ], + 335 => [ + 'id' => '1163', + 'object_count' => '15', + 'word' => 'nullam', + ], + 336 => [ + 'id' => '1164', + 'object_count' => '17', + 'word' => 'est', + ], + 337 => [ + 'id' => '1165', + 'object_count' => '20', + 'word' => 'consequat', + ], + 338 => [ + 'id' => '1166', + 'object_count' => '8', + 'word' => 'ultricies', + ], + 339 => [ + 'id' => '1167', + 'object_count' => '8', + 'word' => 'mollis', + ], + 340 => [ + 'id' => '1168', + 'object_count' => '15', + 'word' => 'sapien', + ], + 341 => [ + 'id' => '1169', + 'object_count' => '10', + 'word' => 'cursus', + ], + 342 => [ + 'id' => '1170', + 'object_count' => '16', + 'word' => 'vitae', + ], + 343 => [ + 'id' => '1171', + 'object_count' => '22', + 'word' => 'eget', + ], + 344 => [ + 'id' => '1172', + 'object_count' => '18', + 'word' => 'proin', + ], + 345 => [ + 'id' => '1173', + 'object_count' => '6', + 'word' => 'ullamcorper', + ], + 346 => [ + 'id' => '1174', + 'object_count' => '6', + 'word' => 'class', + ], + 347 => [ + 'id' => '1175', + 'object_count' => '4', + 'word' => 'aptent', + ], + 348 => [ + 'id' => '1176', + 'object_count' => '4', + 'word' => 'taciti', + ], + 349 => [ + 'id' => '1177', + 'object_count' => '4', + 'word' => 'sociosqu', + ], + 350 => [ + 'id' => '1178', + 'object_count' => '4', + 'word' => 'ad', + ], + 351 => [ + 'id' => '1179', + 'object_count' => '4', + 'word' => 'litora', + ], + 352 => [ + 'id' => '1180', + 'object_count' => '4', + 'word' => 'torquent', + ], + 353 => [ + 'id' => '1181', + 'object_count' => '4', + 'word' => 'per', + ], + 354 => [ + 'id' => '1182', + 'object_count' => '4', + 'word' => 'conubia', + ], + 355 => [ + 'id' => '1183', + 'object_count' => '4', + 'word' => 'nostra', + ], + 356 => [ + 'id' => '1184', + 'object_count' => '4', + 'word' => 'inceptos', + ], + 357 => [ + 'id' => '1185', + 'object_count' => '4', + 'word' => 'hymenaeos', + ], + 358 => [ + 'id' => '1186', + 'object_count' => '13', + 'word' => 'fringilla', + ], + 359 => [ + 'id' => '1187', + 'object_count' => '17', + 'word' => 'euismod', + ], + 360 => [ + 'id' => '1188', + 'object_count' => '30', + 'word' => 'ac', + ], + 361 => [ + 'id' => '1189', + 'object_count' => '13', + 'word' => 'condimentum', + ], + 362 => [ + 'id' => '1190', + 'object_count' => '1', + 'word' => '1174643880', + ], + 363 => [ + 'id' => '1191', + 'object_count' => '45', + 'word' => '0', + ], + 364 => [ + 'id' => '1192', + 'object_count' => '15', + 'word' => 'sodales', + ], + 365 => [ + 'id' => '1193', + 'object_count' => '10', + 'word' => 'enim', + ], + 366 => [ + 'id' => '1194', + 'object_count' => '11', + 'word' => 'leo', + ], + 367 => [ + 'id' => '1195', + 'object_count' => '10', + 'word' => 'vehicula', + ], + 368 => [ + 'id' => '1196', + 'object_count' => '14', + 'word' => 'nonummy', + ], + 369 => [ + 'id' => '1197', + 'object_count' => '15', + 'word' => 'imperdiet', + ], + 370 => [ + 'id' => '1198', + 'object_count' => '14', + 'word' => 'vulputate', + ], + 371 => [ + 'id' => '1199', + 'object_count' => '9', + 'word' => 'blandit', + ], + 372 => [ + 'id' => '1200', + 'object_count' => '1', + 'word' => '1174644060', + ], + 373 => [ + 'id' => '1201', + 'object_count' => '1', + 'word' => '1174643640', + ], + 374 => [ + 'id' => '1202', + 'object_count' => '13', + 'word' => 'duis', + ], + 375 => [ + 'id' => '1203', + 'object_count' => '14', + 'word' => 'tempor', + ], + 376 => [ + 'id' => '1204', + 'object_count' => '1', + 'word' => '1174645140', + ], + 377 => [ + 'id' => '1205', + 'object_count' => '2', + 'word' => '1174645260', + ], + 378 => [ + 'id' => '1206', + 'object_count' => '5', + 'word' => 'eleifend', + ], + 379 => [ + 'id' => '1207', + 'object_count' => '5', + 'word' => 'fermentum', + ], + 380 => [ + 'id' => '1208', + 'object_count' => '13', + 'word' => 'augue', + ], + 381 => [ + 'id' => '1209', + 'object_count' => '10', + 'word' => 'porttitor', + ], + 382 => [ + 'id' => '1210', + 'object_count' => '1', + 'word' => 'standard', + ], + 383 => [ + 'id' => '1211', + 'object_count' => '1', + 'word' => 'exam', + ], + 384 => [ + 'id' => '1212', + 'object_count' => '2', + 'word' => 'delivery', + ], + 385 => [ + 'id' => '1213', + 'object_count' => '2', + 'word' => 'method', + ], + 386 => [ + 'id' => '1214', + 'object_count' => '1', + 'word' => 'classroom', + ], + 387 => [ + 'id' => '1215', + 'object_count' => '1', + 'word' => 'certification', + ], + 388 => [ + 'id' => '1216', + 'object_count' => '1', + 'word' => 'workshops', + ], + 389 => [ + 'id' => '1217', + 'object_count' => '7', + 'word' => 'semper', + ], + 390 => [ + 'id' => '1218', + 'object_count' => '12', + 'word' => 'dui', + ], + 391 => [ + 'id' => '1219', + 'object_count' => '1', + 'word' => '1175235780', + ], + 392 => [ + 'id' => '1220', + 'object_count' => '12', + 'word' => 'morbi', + ], + 393 => [ + 'id' => '1221', + 'object_count' => '11', + 'word' => 'lacinia', + ], + 394 => [ + 'id' => '1222', + 'object_count' => '1', + 'word' => '1175236020', + ], + 395 => [ + 'id' => '1223', + 'object_count' => '5', + 'word' => 'luctus', + ], + 396 => [ + 'id' => '1224', + 'object_count' => '1', + 'word' => '1175236920', + ], + 397 => [ + 'id' => '1225', + 'object_count' => '4', + 'word' => 'events', + ], + 398 => [ + 'id' => '1226', + 'object_count' => '1', + 'word' => 'seminars', + ], + 399 => [ + 'id' => '1227', + 'object_count' => '3', + 'word' => 'self', + ], + 400 => [ + 'id' => '1228', + 'object_count' => '1', + 'word' => 'paced', + ], + 401 => [ + 'id' => '1229', + 'object_count' => '2', + 'word' => 'courses', + ], + 402 => [ + 'id' => '1230', + 'object_count' => '6', + 'word' => 'habitant', + ], + 403 => [ + 'id' => '1231', + 'object_count' => '7', + 'word' => 'senectus', + ], + 404 => [ + 'id' => '1232', + 'object_count' => '7', + 'word' => 'netus', + ], + 405 => [ + 'id' => '1233', + 'object_count' => '7', + 'word' => 'fames', + ], + 406 => [ + 'id' => '1234', + 'object_count' => '1', + 'word' => 'instructor', + ], + 407 => [ + 'id' => '1235', + 'object_count' => '1', + 'word' => 'led', + ], + 408 => [ + 'id' => '1236', + 'object_count' => '2', + 'word' => 'learning', + ], + 409 => [ + 'id' => '1237', + 'object_count' => '5', + 'word' => 'resources', + ], + 410 => [ + 'id' => '1238', + 'object_count' => '2', + 'word' => 'knowledgebase', + ], + 411 => [ + 'id' => '1239', + 'object_count' => '11', + 'word' => 'mattis', + ], + 412 => [ + 'id' => '1240', + 'object_count' => '3', + 'word' => 'scelerisque', + ], + 413 => [ + 'id' => '1241', + 'object_count' => '2', + 'word' => 'books', + ], + 414 => [ + 'id' => '1242', + 'object_count' => '3', + 'word' => 'primis', + ], + 415 => [ + 'id' => '1243', + 'object_count' => '3', + 'word' => 'cubilia', + ], + 416 => [ + 'id' => '1244', + 'object_count' => '3', + 'word' => 'curae', + ], + 417 => [ + 'id' => '1245', + 'object_count' => '1', + 'word' => '1175496180', + ], + 418 => [ + 'id' => '1246', + 'object_count' => '1', + 'word' => 'customer', + ], + 419 => [ + 'id' => '1247', + 'object_count' => '5', + 'word' => 'service', + ], + 420 => [ + 'id' => '1248', + 'object_count' => '1', + 'word' => 'programs', + ], + 421 => [ + 'id' => '1249', + 'object_count' => '1', + 'word' => 'getting', + ], + 422 => [ + 'id' => '1250', + 'object_count' => '2', + 'word' => 'started', + ], + 423 => [ + 'id' => '1251', + 'object_count' => '3', + 'word' => 'get', + ], + 424 => [ + 'id' => '1252', + 'object_count' => '1', + 'word' => 'involved', + ], + 425 => [ + 'id' => '1253', + 'object_count' => '3', + 'word' => 'blogs', + ], + 426 => [ + 'id' => '1254', + 'object_count' => '1', + 'word' => 'twitter', + ], + 427 => [ + 'id' => '1255', + 'object_count' => '1', + 'word' => 'linkedin', + ], + 428 => [ + 'id' => '1256', + 'object_count' => '2', + 'word' => 'contact', + ], + 429 => [ + 'id' => '1257', + 'object_count' => '3', + 'word' => 'share', + ], + 430 => [ + 'id' => '1258', + 'object_count' => '8', + 'word' => 'community', + ], + 431 => [ + 'id' => '1259', + 'object_count' => '5', + 'word' => 's', + ], + 432 => [ + 'id' => '1260', + 'object_count' => '1', + 'word' => 'life', + ], + 433 => [ + 'id' => '1261', + 'object_count' => '1', + 'word' => 'helped', + ], + 434 => [ + 'id' => '1262', + 'object_count' => '1', + 'word' => 'participate', + ], + 435 => [ + 'id' => '1263', + 'object_count' => '7', + 'word' => 'page', + ], + 436 => [ + 'id' => '1264', + 'object_count' => '2', + 'word' => 'gives', + ], + 437 => [ + 'id' => '1265', + 'object_count' => '2', + 'word' => 'list', + ], + 438 => [ + 'id' => '1266', + 'object_count' => '1', + 'word' => 'hints', + ], + 439 => [ + 'id' => '1267', + 'object_count' => '1', + 'word' => 'tricks', + ], + 440 => [ + 'id' => '1268', + 'object_count' => '1', + 'word' => 'actually', + ], + 441 => [ + 'id' => '1269', + 'object_count' => '1', + 'word' => 'sure', + ], + 442 => [ + 'id' => '1270', + 'object_count' => '1', + 'word' => 'etiquette', + ], + 443 => [ + 'id' => '1271', + 'object_count' => '1', + 'word' => 'blogging', + ], + 444 => [ + 'id' => '1272', + 'object_count' => '1', + 'word' => 'usage', + ], + 445 => [ + 'id' => '1273', + 'object_count' => '1', + 'word' => 'guidelines', + ], + 446 => [ + 'id' => '1274', + 'object_count' => '1', + 'word' => 'unclear', + ], + 447 => [ + 'id' => '1275', + 'object_count' => '3', + 'word' => 'after', + ], + 448 => [ + 'id' => '1276', + 'object_count' => '6', + 'word' => 'having', + ], + 449 => [ + 'id' => '1277', + 'object_count' => '9', + 'word' => 'through', + ], + 450 => [ + 'id' => '1278', + 'object_count' => '2', + 'word' => 'following', + ], + 451 => [ + 'id' => '1279', + 'object_count' => '1', + 'word' => 'would', + ], + 452 => [ + 'id' => '1280', + 'object_count' => '10', + 'word' => 'like', + ], + 453 => [ + 'id' => '1281', + 'object_count' => '1', + 'word' => 'ask', + ], + 454 => [ + 'id' => '1282', + 'object_count' => '2', + 'word' => 'feel', + ], + 455 => [ + 'id' => '1283', + 'object_count' => '2', + 'word' => 'free', + ], + 456 => [ + 'id' => '1284', + 'object_count' => '2', + 'word' => 'send', + ], + 457 => [ + 'id' => '1285', + 'object_count' => '2', + 'word' => 'email', + ], + 458 => [ + 'id' => '1286', + 'object_count' => '1', + 'word' => 'sharing', + ], + 459 => [ + 'id' => '1287', + 'object_count' => '6', + 'word' => 'http', + ], + 460 => [ + 'id' => '1288', + 'object_count' => '2', + 'word' => 'share.ibexa.co', + ], + 461 => [ + 'id' => '1289', + 'object_count' => '1', + 'word' => 'pick', + ], + 462 => [ + 'id' => '1290', + 'object_count' => '12', + 'word' => 'one', + ], + 463 => [ + 'id' => '1291', + 'object_count' => '1', + 'word' => 'remark', + ], + 464 => [ + 'id' => '1292', + 'object_count' => '3', + 'word' => 'answers', + ], + 465 => [ + 'id' => '1293', + 'object_count' => '1', + 'word' => 'others', + ], + 466 => [ + 'id' => '1294', + 'object_count' => '1', + 'word' => 'questions', + ], + 467 => [ + 'id' => '1295', + 'object_count' => '4', + 'word' => 'simply', + ], + 468 => [ + 'id' => '1296', + 'object_count' => '1', + 'word' => 'looking', + ], + 469 => [ + 'id' => '1297', + 'object_count' => '1', + 'word' => 'bit', + ], + 470 => [ + 'id' => '1298', + 'object_count' => '4', + 'word' => 'available', + ], + 471 => [ + 'id' => '1299', + 'object_count' => '1', + 'word' => 'install', + ], + 472 => [ + 'id' => '1300', + 'object_count' => '7', + 'word' => 'configuration', + ], + 473 => [ + 'id' => '1301', + 'object_count' => '2', + 'word' => 'rss', + ], + 474 => [ + 'id' => '1302', + 'object_count' => '1', + 'word' => 'general', + ], + 475 => [ + 'id' => '1303', + 'object_count' => '3', + 'word' => 'developer', + ], + 476 => [ + 'id' => '1304', + 'object_count' => '1', + 'word' => 'suggestions', + ], + 477 => [ + 'id' => '1305', + 'object_count' => '1', + 'word' => 'broken', + ], + 478 => [ + 'id' => '1306', + 'object_count' => '1', + 'word' => 'down', + ], + 479 => [ + 'id' => '1307', + 'object_count' => '5', + 'word' => 'extension', + ], + 480 => [ + 'id' => '1308', + 'object_count' => '1', + 'word' => 'subforums', + ], + 481 => [ + 'id' => '1309', + 'object_count' => '1', + 'word' => 'newsletter', + ], + 482 => [ + 'id' => '1310', + 'object_count' => '4', + 'word' => 'dedicated', + ], + 483 => [ + 'id' => '1311', + 'object_count' => '1', + 'word' => 'translators', + ], + 484 => [ + 'id' => '1312', + 'object_count' => '1', + 'word' => 'linguists', + ], + 485 => [ + 'id' => '1313', + 'object_count' => '3', + 'word' => 'translating', + ], + 486 => [ + 'id' => '1314', + 'object_count' => '3', + 'word' => 'translations', + ], + 487 => [ + 'id' => '1315', + 'object_count' => '1', + 'word' => 'local', + ], + 488 => [ + 'id' => '1316', + 'object_count' => '3', + 'word' => 'communities', + ], + 489 => [ + 'id' => '1317', + 'object_count' => '6', + 'word' => 'do', + ], + 490 => [ + 'id' => '1318', + 'object_count' => '7', + 'word' => 'not', + ], + 491 => [ + 'id' => '1319', + 'object_count' => '15', + 'word' => 'have', + ], + 492 => [ + 'id' => '1320', + 'object_count' => '4', + 'word' => 'platform', + ], + 493 => [ + 'id' => '1321', + 'object_count' => '3', + 'word' => 'their', + ], + 494 => [ + 'id' => '1322', + 'object_count' => '1', + 'word' => 'native', + ], + 495 => [ + 'id' => '1323', + 'object_count' => '5', + 'word' => 'language', + ], + 496 => [ + 'id' => '1324', + 'object_count' => '1', + 'word' => 'localized', + ], + 497 => [ + 'id' => '1325', + 'object_count' => '1', + 'word' => 'last', + ], + 498 => [ + 'id' => '1326', + 'object_count' => '1', + 'word' => 'welcomes', + ], + 499 => [ + 'id' => '1327', + 'object_count' => '2', + 'word' => 'portal', + ], + 500 => [ + 'id' => '1328', + 'object_count' => '1', + 'word' => 'feedback', + ], + 501 => [ + 'id' => '1329', + 'object_count' => '1', + 'word' => 'ideas', + ], + 502 => [ + 'id' => '1330', + 'object_count' => '1', + 'word' => 'often', + ], + 503 => [ + 'id' => '1331', + 'object_count' => '1', + 'word' => 'conjunction', + ], + 504 => [ + 'id' => '1332', + 'object_count' => '1', + 'word' => 'issue', + ], + 505 => [ + 'id' => '1333', + 'object_count' => '1', + 'word' => 'tracker', + ], + 506 => [ + 'id' => '1334', + 'object_count' => '1', + 'word' => 'confused', + ], + 507 => [ + 'id' => '1335', + 'object_count' => '1', + 'word' => 'experience', + ], + 508 => [ + 'id' => '1336', + 'object_count' => '4', + 'word' => 'article', + ], + 509 => [ + 'id' => '1337', + 'object_count' => '9', + 'word' => 'articles', + ], + 510 => [ + 'id' => '1338', + 'object_count' => '1', + 'word' => 'sections', + ], + 511 => [ + 'id' => '1339', + 'object_count' => '1', + 'word' => 'mines', + ], + 512 => [ + 'id' => '1340', + 'object_count' => '2', + 'word' => 'useful', + ], + 513 => [ + 'id' => '1341', + 'object_count' => '1', + 'word' => 'practical', + ], + 514 => [ + 'id' => '1342', + 'object_count' => '5', + 'word' => 'may', + ], + 515 => [ + 'id' => '1343', + 'object_count' => '3', + 'word' => 'willing', + ], + 516 => [ + 'id' => '1344', + 'object_count' => '3', + 'word' => 'contribute', + ], + 517 => [ + 'id' => '1345', + 'object_count' => '1', + 'word' => 'growing', + ], + 518 => [ + 'id' => '1346', + 'object_count' => '1', + 'word' => 'amount', + ], + 519 => [ + 'id' => '1347', + 'object_count' => '1', + 'word' => 'experiences', + ], + 520 => [ + 'id' => '1348', + 'object_count' => '3', + 'word' => 'right', + ], + 521 => [ + 'id' => '1349', + 'object_count' => '1', + 'word' => 'here', + ], + 522 => [ + 'id' => '1350', + 'object_count' => '1', + 'word' => 'write', + ], + 523 => [ + 'id' => '1351', + 'object_count' => '2', + 'word' => 'live', + ], + 524 => [ + 'id' => '1352', + 'object_count' => '1', + 'word' => 'chat', + ], + 525 => [ + 'id' => '1353', + 'object_count' => '1', + 'word' => 'irc', + ], + 526 => [ + 'id' => '1354', + 'object_count' => '3', + 'word' => 'two', + ], + 527 => [ + 'id' => '1355', + 'object_count' => '1', + 'word' => 'channels', + ], + 528 => [ + 'id' => '1356', + 'object_count' => '1', + 'word' => 'mostly', + ], + 529 => [ + 'id' => '1357', + 'object_count' => '2', + 'word' => 'around', + ], + 530 => [ + 'id' => '1358', + 'object_count' => '4', + 'word' => 'components', + ], + 531 => [ + 'id' => '1359', + 'object_count' => '5', + 'word' => 'they', + ], + 532 => [ + 'id' => '1360', + 'object_count' => '1', + 'word' => 'room', + ], + 533 => [ + 'id' => '1361', + 'object_count' => '1', + 'word' => 'irc.freenode.net', + ], + 534 => [ + 'id' => '1362', + 'object_count' => '2', + 'word' => 'ibexa', + ], + 535 => [ + 'id' => '1363', + 'object_count' => '1', + 'word' => 'zetacomponents', + ], + 536 => [ + 'id' => '1364', + 'object_count' => '1', + 'word' => 'join', + ], + 537 => [ + 'id' => '1365', + 'object_count' => '3', + 'word' => 'usually', + ], + 538 => [ + 'id' => '1366', + 'object_count' => '5', + 'word' => 'there', + ], + 539 => [ + 'id' => '1367', + 'object_count' => '3', + 'word' => 'number', + ], + 540 => [ + 'id' => '1368', + 'object_count' => '6', + 'word' => 'out', + ], + 541 => [ + 'id' => '1369', + 'object_count' => '1', + 'word' => 'discuss', + ], + 542 => [ + 'id' => '1370', + 'object_count' => '9', + 'word' => 'features', + ], + 543 => [ + 'id' => '1371', + 'object_count' => '5', + 'word' => 'client', + ], + 544 => [ + 'id' => '1372', + 'object_count' => '1', + 'word' => 'joining', + ], + 545 => [ + 'id' => '1373', + 'object_count' => '2', + 'word' => 'channel', + ], + 546 => [ + 'id' => '1374', + 'object_count' => '1', + 'word' => 'indicative', + ], + 547 => [ + 'id' => '1375', + 'object_count' => '3', + 'word' => 'clients', + ], + 548 => [ + 'id' => '1376', + 'object_count' => '1', + 'word' => 'xchat', + ], + 549 => [ + 'id' => '1377', + 'object_count' => '1', + 'word' => 'mirc', + ], + 550 => [ + 'id' => '1378', + 'object_count' => '1', + 'word' => 'pidgin', + ], + 551 => [ + 'id' => '1379', + 'object_count' => '1', + 'word' => 'colloquy', + ], + 552 => [ + 'id' => '1380', + 'object_count' => '1', + 'word' => 'central', + ], + 553 => [ + 'id' => '1381', + 'object_count' => '2', + 'word' => 'blog', + ], + 554 => [ + 'id' => '1382', + 'object_count' => '1', + 'word' => 'planet', + ], + 555 => [ + 'id' => '1383', + 'object_count' => '1', + 'word' => 'aggregating', + ], + 556 => [ + 'id' => '1384', + 'object_count' => '9', + 'word' => 'many', + ], + 557 => [ + 'id' => '1385', + 'object_count' => '4', + 'word' => 'members', + ], + 558 => [ + 'id' => '1386', + 'object_count' => '1', + 'word' => 'planetezpublish.org', + ], + 559 => [ + 'id' => '1387', + 'object_count' => '1', + 'word' => 'initiatives', + ], + 560 => [ + 'id' => '1388', + 'object_count' => '1', + 'word' => 'exists', + ], + 561 => [ + 'id' => '1389', + 'object_count' => '1', + 'word' => 'among', + ], + 562 => [ + 'id' => '1390', + 'object_count' => '3', + 'word' => 'them', + ], + 563 => [ + 'id' => '1391', + 'object_count' => '3', + 'word' => 'french', + ], + 564 => [ + 'id' => '1392', + 'object_count' => '1', + 'word' => 'speaking', + ], + 565 => [ + 'id' => '1393', + 'object_count' => '1', + 'word' => 'www.planet', + ], + 566 => [ + 'id' => '1394', + 'object_count' => '1', + 'word' => 'ezpublish.fr', + ], + 567 => [ + 'id' => '1395', + 'object_count' => '1', + 'word' => 'atop', + ], + 568 => [ + 'id' => '1396', + 'object_count' => '10', + 'word' => 'will', + ], + 569 => [ + 'id' => '1397', + 'object_count' => '1', + 'word' => 'soon', + ], + 570 => [ + 'id' => '1398', + 'object_count' => '1', + 'word' => 'public', + ], + 571 => [ + 'id' => '1399', + 'object_count' => '1', + 'word' => 'stay', + ], + 572 => [ + 'id' => '1400', + 'object_count' => '1', + 'word' => 'tuned', + ], + 573 => [ + 'id' => '1401', + 'object_count' => '1', + 'word' => 'mailing', + ], + 574 => [ + 'id' => '1402', + 'object_count' => '1', + 'word' => 'lists', + ], + 575 => [ + 'id' => '1403', + 'object_count' => '2', + 'word' => 'register', + ], + 576 => [ + 'id' => '1404', + 'object_count' => '7', + 'word' => 'so', + ], + 577 => [ + 'id' => '1405', + 'object_count' => '1', + 'word' => 'lists.ibexa.co', + ], + 578 => [ + 'id' => '1406', + 'object_count' => '1', + 'word' => 'mailman', + ], + 579 => [ + 'id' => '1407', + 'object_count' => '1', + 'word' => 'listinfo', + ], + 580 => [ + 'id' => '1408', + 'object_count' => '1', + 'word' => 'sdk', + ], + 581 => [ + 'id' => '1409', + 'object_count' => '1', + 'word' => 'serves', + ], + 582 => [ + 'id' => '1410', + 'object_count' => '9', + 'word' => 'as', + ], + 583 => [ + 'id' => '1411', + 'object_count' => '1', + 'word' => 'obviously', + ], + 584 => [ + 'id' => '1412', + 'object_count' => '1', + 'word' => 'less', + ], + 585 => [ + 'id' => '1413', + 'object_count' => '1', + 'word' => 'responsive', + ], + 586 => [ + 'id' => '1414', + 'object_count' => '9', + 'word' => 'than', + ], + 587 => [ + 'id' => '1415', + 'object_count' => '6', + 'word' => 'but', + ], + 588 => [ + 'id' => '1416', + 'object_count' => '1', + 'word' => 'persistent', + ], + 589 => [ + 'id' => '1417', + 'object_count' => '12', + 'word' => 'which', + ], + 590 => [ + 'id' => '1418', + 'object_count' => '3', + 'word' => 'preferred', + ], + 591 => [ + 'id' => '1419', + 'object_count' => '2', + 'word' => 'cases', + ], + 592 => [ + 'id' => '1420', + 'object_count' => '8', + 'word' => 'another', + ], + 593 => [ + 'id' => '1421', + 'object_count' => '3', + 'word' => 'helps', + ], + 594 => [ + 'id' => '1422', + 'object_count' => '3', + 'word' => 'see', + ], + 595 => [ + 'id' => '1423', + 'object_count' => '1', + 'word' => 'pass', + ], + 596 => [ + 'id' => '1424', + 'object_count' => '2', + 'word' => 'every', + ], + 597 => [ + 'id' => '1425', + 'object_count' => '1', + 'word' => 'commit', + ], + 598 => [ + 'id' => '1426', + 'object_count' => '2', + 'word' => 'messages', + ], + 599 => [ + 'id' => '1427', + 'object_count' => '1', + 'word' => 'trunk', + ], + 600 => [ + 'id' => '1428', + 'object_count' => '1', + 'word' => 'eager', + ], + 601 => [ + 'id' => '1429', + 'object_count' => '8', + 'word' => 'feature', + ], + 602 => [ + 'id' => '1430', + 'object_count' => '1', + 'word' => 'implemented', + ], + 603 => [ + 'id' => '1431', + 'object_count' => '1', + 'word' => 'updated', + ], + 604 => [ + 'id' => '1432', + 'object_count' => '1', + 'word' => 'bleeding', + ], + 605 => [ + 'id' => '1433', + 'object_count' => '1', + 'word' => 'edge', + ], + 606 => [ + 'id' => '1434', + 'object_count' => '1', + 'word' => 'vip', + ], + 607 => [ + 'id' => '1435', + 'object_count' => '2', + 'word' => 'status', + ], + 608 => [ + 'id' => '1436', + 'object_count' => '1', + 'word' => 'subscribe', + ], + 609 => [ + 'id' => '1437', + 'object_count' => '15', + 'word' => 'that', + ], + 610 => [ + 'id' => '1438', + 'object_count' => '3', + 'word' => 'svn', + ], + 611 => [ + 'id' => '1439', + 'object_count' => '2', + 'word' => 'follow', + ], + 612 => [ + 'id' => '1440', + 'object_count' => '1', + 'word' => 'activity', + ], + 613 => [ + 'id' => '1441', + 'object_count' => '1', + 'word' => 'feeds', + ], + 614 => [ + 'id' => '1442', + 'object_count' => '1', + 'word' => 'disposal', + ], + 615 => [ + 'id' => '1443', + 'object_count' => '11', + 'word' => 'all', + ], + 616 => [ + 'id' => '1444', + 'object_count' => '1', + 'word' => 'replies', + ], + 617 => [ + 'id' => '1445', + 'object_count' => '2', + 'word' => 'feed', + ], + 618 => [ + 'id' => '1446', + 'object_count' => '1', + 'word' => 'all_forums', + ], + 619 => [ + 'id' => '1447', + 'object_count' => '6', + 'word' => 'only', + ], + 620 => [ + 'id' => '1448', + 'object_count' => '1', + 'word' => 'forum_topics_only', + ], + 621 => [ + 'id' => '1449', + 'object_count' => '1', + 'word' => 'forums_developer', + ], + 622 => [ + 'id' => '1450', + 'object_count' => '1', + 'word' => 'discussions', + ], + 623 => [ + 'id' => '1451', + 'object_count' => '1', + 'word' => 'forums_discussions', + ], + 624 => [ + 'id' => '1452', + 'object_count' => '1', + 'word' => 'forums_extensions', + ], + 625 => [ + 'id' => '1453', + 'object_count' => '1', + 'word' => 'forums_feedback', + ], + 626 => [ + 'id' => '1454', + 'object_count' => '1', + 'word' => 'forums_general', + ], + 627 => [ + 'id' => '1455', + 'object_count' => '1', + 'word' => 'forums_install_and_configuration', + ], + 628 => [ + 'id' => '1456', + 'object_count' => '1', + 'word' => 'forums_setup_and_design', + ], + 629 => [ + 'id' => '1457', + 'object_count' => '1', + 'word' => 'forums_suggestions', + ], + 630 => [ + 'id' => '1458', + 'object_count' => '4', + 'word' => 'translation', + ], + 631 => [ + 'id' => '1459', + 'object_count' => '1', + 'word' => 'forums_translation', + ], + 632 => [ + 'id' => '1460', + 'object_count' => '3', + 'word' => 'projects', + ], + 633 => [ + 'id' => '1461', + 'object_count' => '1', + 'word' => 'social', + ], + 634 => [ + 'id' => '1462', + 'object_count' => '1', + 'word' => 'networks', + ], + 635 => [ + 'id' => '1463', + 'object_count' => '1', + 'word' => 'ezcommunity', + ], + 636 => [ + 'id' => '1464', + 'object_count' => '1', + 'word' => 'cool', + ], + 637 => [ + 'id' => '1465', + 'object_count' => '1', + 'word' => 'instant', + ], + 638 => [ + 'id' => '1466', + 'object_count' => '1', + 'word' => 'pings', + ], + 639 => [ + 'id' => '1467', + 'object_count' => '1', + 'word' => 'happen', + ], + 640 => [ + 'id' => '1468', + 'object_count' => '6', + 'word' => 'where', + ], + 641 => [ + 'id' => '1469', + 'object_count' => '1', + 'word' => 'active', + ], + 642 => [ + 'id' => '1470', + 'object_count' => '1', + 'word' => 'sphere', + ], + 643 => [ + 'id' => '1471', + 'object_count' => '4', + 'word' => 'first', + ], + 644 => [ + 'id' => '1472', + 'object_count' => '1', + 'word' => 'step', + ], + 645 => [ + 'id' => '1473', + 'object_count' => '1', + 'word' => 'twitter.com', + ], + 646 => [ + 'id' => '1474', + 'object_count' => '1', + 'word' => 'i_robin', + ], + 647 => [ + 'id' => '1475', + 'object_count' => '1', + 'word' => 'gathered', + ], + 648 => [ + 'id' => '1476', + 'object_count' => '1', + 'word' => 'swing', + ], + 649 => [ + 'id' => '1477', + 'object_count' => '1', + 'word' => 'waves', + ], + 650 => [ + 'id' => '1478', + 'object_count' => '1', + 'word' => 'got', + ], + 651 => [ + 'id' => '1479', + 'object_count' => '3', + 'word' => 'attention', + ], + 652 => [ + 'id' => '1480', + 'object_count' => '5', + 'word' => 'way', + ], + 653 => [ + 'id' => '1481', + 'object_count' => '7', + 'word' => 'search', + ], + 654 => [ + 'id' => '1482', + 'object_count' => '1', + 'word' => 'google', + ], + 655 => [ + 'id' => '1483', + 'object_count' => '1', + 'word' => 'wave', + ], + 656 => [ + 'id' => '1484', + 'object_count' => '1', + 'word' => 'come', + ], + 657 => [ + 'id' => '1485', + 'object_count' => '1', + 'word' => 'us', + ], + 658 => [ + 'id' => '1486', + 'object_count' => '2', + 'word' => 'case', + ], + 659 => [ + 'id' => '1487', + 'object_count' => '1', + 'word' => 'invitation', + ], + 660 => [ + 'id' => '1488', + 'object_count' => '1', + 'word' => 'drop', + ], + 661 => [ + 'id' => '1489', + 'object_count' => '3', + 'word' => 'word', + ], + 662 => [ + 'id' => '1490', + 'object_count' => '4', + 'word' => 'back', + ], + 663 => [ + 'id' => '1491', + 'object_count' => '3', + 'word' => 'top', + ], + 664 => [ + 'id' => '1492', + 'object_count' => '3', + 'word' => 'developing', + ], + 665 => [ + 'id' => '1493', + 'object_count' => '1', + 'word' => 'collaborative', + ], + 666 => [ + 'id' => '1494', + 'object_count' => '1', + 'word' => 'developed', + ], + 667 => [ + 'id' => '1495', + 'object_count' => '1', + 'word' => 'push', + ], + 668 => [ + 'id' => '1496', + 'object_count' => '1', + 'word' => 'ahead', + ], + 669 => [ + 'id' => '1497', + 'object_count' => '4', + 'word' => 'then', + ], + 670 => [ + 'id' => '1498', + 'object_count' => '1', + 'word' => 'projects.ibexa.co', + ], + 671 => [ + 'id' => '1499', + 'object_count' => '4', + 'word' => 'log', + ], + 672 => [ + 'id' => '1500', + 'object_count' => '2', + 'word' => 'account', + ], + 673 => [ + 'id' => '1501', + 'object_count' => '2', + 'word' => 'same', + ], + 674 => [ + 'id' => '1502', + 'object_count' => '4', + 'word' => 'project', + ], + 675 => [ + 'id' => '1503', + 'object_count' => '3', + 'word' => 'check', + ], + 676 => [ + 'id' => '1504', + 'object_count' => '6', + 'word' => 'no', + ], + 677 => [ + 'id' => '1505', + 'object_count' => '3', + 'word' => 'similar', + ], + 678 => [ + 'id' => '1506', + 'object_count' => '1', + 'word' => 'already', + ], + 679 => [ + 'id' => '1507', + 'object_count' => '1', + 'word' => 'probably', + ], + 680 => [ + 'id' => '1508', + 'object_count' => '3', + 'word' => 'prefer', + ], + 681 => [ + 'id' => '1509', + 'object_count' => '4', + 'word' => 'team', + ], + 682 => [ + 'id' => '1510', + 'object_count' => '3', + 'word' => 'tell', + ], + 683 => [ + 'id' => '1511', + 'object_count' => '1', + 'word' => 'crafted', + ], + 684 => [ + 'id' => '1512', + 'object_count' => '3', + 'word' => 'code', + ], + 685 => [ + 'id' => '1513', + 'object_count' => '5', + 'word' => 'simple', + ], + 686 => [ + 'id' => '1514', + 'object_count' => '1', + 'word' => 'sandbox', + ], + 687 => [ + 'id' => '1515', + 'object_count' => '3', + 'word' => 'subversion', + ], + 688 => [ + 'id' => '1516', + 'object_count' => '3', + 'word' => 'repository', + ], + 689 => [ + 'id' => '1517', + 'object_count' => '8', + 'word' => 'news', + ], + 690 => [ + 'id' => '1518', + 'object_count' => '1', + 'word' => 'wall', + ], + 691 => [ + 'id' => '1519', + 'object_count' => '1', + 'word' => 'rating', + ], + 692 => [ + 'id' => '1520', + 'object_count' => '1', + 'word' => 'praise', + ], + 693 => [ + 'id' => '1521', + 'object_count' => '1', + 'word' => 'blame', + ], + 694 => [ + 'id' => '1522', + 'object_count' => '3', + 'word' => 'galleries', + ], + 695 => [ + 'id' => '1523', + 'object_count' => '2', + 'word' => 'screenshots', + ], + 696 => [ + 'id' => '1524', + 'object_count' => '1', + 'word' => 'download', + ], + 697 => [ + 'id' => '1525', + 'object_count' => '2', + 'word' => 'section', + ], + 698 => [ + 'id' => '1526', + 'object_count' => '1', + 'word' => 'tasks', + ], + 699 => [ + 'id' => '1527', + 'object_count' => '1', + 'word' => 'doc.ibexa.co', + ], + 700 => [ + 'id' => '1528', + 'object_count' => '1', + 'word' => 'initiative', + ], + 701 => [ + 'id' => '1529', + 'object_count' => '1', + 'word' => 'ezpedia.org', + ], + 702 => [ + 'id' => '1530', + 'object_count' => '8', + 'word' => 'comes', + ], + 703 => [ + 'id' => '1531', + 'object_count' => '3', + 'word' => 'relevant', + ], + 704 => [ + 'id' => '1532', + 'object_count' => '1', + 'word' => 'handy', + ], + 705 => [ + 'id' => '1533', + 'object_count' => '1', + 'word' => 'knowledge', + ], + 706 => [ + 'id' => '1534', + 'object_count' => '1', + 'word' => 'base', + ], + 707 => [ + 'id' => '1535', + 'object_count' => '2', + 'word' => 'very', + ], + 708 => [ + 'id' => '1536', + 'object_count' => '1', + 'word' => 'complimentary', + ], + 709 => [ + 'id' => '1537', + 'object_count' => '1', + 'word' => 'apache', + ], + 710 => [ + 'id' => '1538', + 'object_count' => '1', + 'word' => 'zeta', + ], + 711 => [ + 'id' => '1539', + 'object_count' => '1', + 'word' => 'formerly', + ], + 712 => [ + 'id' => '1540', + 'object_count' => '1', + 'word' => 'known', + ], + 713 => [ + 'id' => '1541', + 'object_count' => '1', + 'word' => 'lies', + ], + 714 => [ + 'id' => '1542', + 'object_count' => '1', + 'word' => 'serve', + ], + 715 => [ + 'id' => '1543', + 'object_count' => '1', + 'word' => 'nowadays', + ], + 716 => [ + 'id' => '1544', + 'object_count' => '2', + 'word' => 'places', + ], + 717 => [ + 'id' => '1545', + 'object_count' => '1', + 'word' => 'libraries', + ], + 718 => [ + 'id' => '1546', + 'object_count' => '1', + 'word' => 'generally', + ], + 719 => [ + 'id' => '1547', + 'object_count' => '7', + 'word' => 'high', + ], + 720 => [ + 'id' => '1548', + 'object_count' => '4', + 'word' => 'quality', + ], + 721 => [ + 'id' => '1549', + 'object_count' => '7', + 'word' => 'set', + ], + 722 => [ + 'id' => '1550', + 'object_count' => '5', + 'word' => 'application', + ], + 723 => [ + 'id' => '1551', + 'object_count' => '1', + 'word' => 'testing', + ], + 724 => [ + 'id' => '1552', + 'object_count' => '1', + 'word' => 'sending', + ], + 725 => [ + 'id' => '1553', + 'object_count' => '1', + 'word' => 'release', + ], + 726 => [ + 'id' => '1554', + 'object_count' => '1', + 'word' => 'usual', + ], + 727 => [ + 'id' => '1555', + 'object_count' => '1', + 'word' => 'alpha', + ], + 728 => [ + 'id' => '1556', + 'object_count' => '1', + 'word' => 'beta', + ], + 729 => [ + 'id' => '1557', + 'object_count' => '1', + 'word' => 'rc', + ], + 730 => [ + 'id' => '1558', + 'object_count' => '1', + 'word' => 'countdown', + ], + 731 => [ + 'id' => '1559', + 'object_count' => '1', + 'word' => 'line', + ], + 732 => [ + 'id' => '1560', + 'object_count' => '6', + 'word' => 'these', + ], + 733 => [ + 'id' => '1561', + 'object_count' => '1', + 'word' => 'pre', + ], + 734 => [ + 'id' => '1562', + 'object_count' => '3', + 'word' => 'versions', + ], + 735 => [ + 'id' => '1563', + 'object_count' => '1', + 'word' => 'regular', + ], + 736 => [ + 'id' => '1564', + 'object_count' => '1', + 'word' => 'fevers', + ], + 737 => [ + 'id' => '1565', + 'object_count' => '1', + 'word' => 'basis', + ], + 738 => [ + 'id' => '1566', + 'object_count' => '1', + 'word' => 'report', + ], + 739 => [ + 'id' => '1567', + 'object_count' => '5', + 'word' => 'issues', + ], + 740 => [ + 'id' => '1568', + 'object_count' => '1', + 'word' => 'found', + ], + 741 => [ + 'id' => '1569', + 'object_count' => '5', + 'word' => 'well', + ], + 742 => [ + 'id' => '1570', + 'object_count' => '1', + 'word' => 'propose', + ], + 743 => [ + 'id' => '1571', + 'object_count' => '1', + 'word' => 'enhancements', + ], + 744 => [ + 'id' => '1572', + 'object_count' => '1', + 'word' => 'happens', + ], + 745 => [ + 'id' => '1573', + 'object_count' => '1', + 'word' => 'issues.ibexa.co', + ], + 746 => [ + 'id' => '1574', + 'object_count' => '1', + 'word' => 'checking', + ], + 747 => [ + 'id' => '1575', + 'object_count' => '1', + 'word' => 'hosted', + ], + 748 => [ + 'id' => '1576', + 'object_count' => '1', + 'word' => 'github', + ], + 749 => [ + 'id' => '1577', + 'object_count' => '5', + 'word' => 'server', + ], + 750 => [ + 'id' => '1578', + 'object_count' => '3', + 'word' => 'enjoy', + ], + 751 => [ + 'id' => '1579', + 'object_count' => '1', + 'word' => 'localisation', + ], + 752 => [ + 'id' => '1580', + 'object_count' => '1', + 'word' => 'ezpublish_translation', + ], + 753 => [ + 'id' => '1581', + 'object_count' => '1', + 'word' => 'necessary', + ], + 754 => [ + 'id' => '1582', + 'object_count' => '1', + 'word' => 'details', + ], + 755 => [ + 'id' => '1583', + 'object_count' => '1', + 'word' => 'linguist', + ], + 756 => [ + 'id' => '1584', + 'object_count' => '1', + 'word' => 'soul', + ], + 757 => [ + 'id' => '1585', + 'object_count' => '1', + 'word' => 'fed', + ], + 758 => [ + 'id' => '1586', + 'object_count' => '3', + 'word' => 'being', + ], + 759 => [ + 'id' => '1587', + 'object_count' => '1', + 'word' => 'able', + ], + 760 => [ + 'id' => '1588', + 'object_count' => '2', + 'word' => 'multitude', + ], + 761 => [ + 'id' => '1589', + 'object_count' => '2', + 'word' => 'ensuring', + ], + 762 => [ + 'id' => '1590', + 'object_count' => '3', + 'word' => 'quickly', + ], + 763 => [ + 'id' => '1591', + 'object_count' => '4', + 'word' => 'put', + ], + 764 => [ + 'id' => '1592', + 'object_count' => '3', + 'word' => 'browser', + ], + 765 => [ + 'id' => '1593', + 'object_count' => '2', + 'word' => 'processors', + ], + 766 => [ + 'id' => '1594', + 'object_count' => '3', + 'word' => 'translate', + ], + 767 => [ + 'id' => '1595', + 'object_count' => '2', + 'word' => 'upload', + ], + 768 => [ + 'id' => '1596', + 'object_count' => '8', + 'word' => 'multiple', + ], + 769 => [ + 'id' => '1597', + 'object_count' => '4', + 'word' => 'once', + ], + 770 => [ + 'id' => '1598', + 'object_count' => '2', + 'word' => 'picture', + ], + 771 => [ + 'id' => '1599', + 'object_count' => '3', + 'word' => '2.0', + ], + 772 => [ + 'id' => '1600', + 'object_count' => '3', + 'word' => 'pictures', + ], + 773 => [ + 'id' => '1601', + 'object_count' => '4', + 'word' => 'directly', + ], + 774 => [ + 'id' => '1602', + 'object_count' => '6', + 'word' => 'using', + ], + 775 => [ + 'id' => '1603', + 'object_count' => '4', + 'word' => 'toolbar', + ], + 776 => [ + 'id' => '1604', + 'object_count' => '4', + 'word' => 'appears', + ], + 777 => [ + 'id' => '1605', + 'object_count' => '10', + 'word' => 'when', + ], + 778 => [ + 'id' => '1606', + 'object_count' => '5', + 'word' => 'enables', + ], + 779 => [ + 'id' => '1607', + 'object_count' => '2', + 'word' => 'move', + ], + 780 => [ + 'id' => '1608', + 'object_count' => '2', + 'word' => 'replace', + ], + 781 => [ + 'id' => '1609', + 'object_count' => '5', + 'word' => 'any', + ], + 782 => [ + 'id' => '1610', + 'object_count' => '2', + 'word' => 'kind', + ], + 783 => [ + 'id' => '1611', + 'object_count' => '2', + 'word' => 'wysiwyg', + ], + 784 => [ + 'id' => '1612', + 'object_count' => '4', + 'word' => 'integrated', + ], + 785 => [ + 'id' => '1613', + 'object_count' => '3', + 'word' => 'html', + ], + 786 => [ + 'id' => '1614', + 'object_count' => '2', + 'word' => 'coding', + ], + 787 => [ + 'id' => '1615', + 'object_count' => '2', + 'word' => 'required', + ], + 788 => [ + 'id' => '1616', + 'object_count' => '4', + 'word' => 'providing', + ], + 789 => [ + 'id' => '1617', + 'object_count' => '2', + 'word' => 'formatting', + ], + 790 => [ + 'id' => '1618', + 'object_count' => '4', + 'word' => 'functions', + ], + 791 => [ + 'id' => '1619', + 'object_count' => '2', + 'word' => 'processing', + ], + 792 => [ + 'id' => '1620', + 'object_count' => '6', + 'word' => 'applications', + ], + 793 => [ + 'id' => '1621', + 'object_count' => '2', + 'word' => 'favourite', + ], + 794 => [ + 'id' => '1622', + 'object_count' => '2', + 'word' => 'processor', + ], + 795 => [ + 'id' => '1623', + 'object_count' => '2', + 'word' => 'managers', + ], + 796 => [ + 'id' => '1624', + 'object_count' => '4', + 'word' => 'working', + ], + 797 => [ + 'id' => '1625', + 'object_count' => '2', + 'word' => 'microsoft', + ], + 798 => [ + 'id' => '1626', + 'object_count' => '3', + 'word' => 'office', + ], + 799 => [ + 'id' => '1627', + 'object_count' => '3', + 'word' => 'import', + ], + 800 => [ + 'id' => '1628', + 'object_count' => '2', + 'word' => 'export', + ], + 801 => [ + 'id' => '1629', + 'object_count' => '4', + 'word' => 'edit', + ], + 802 => [ + 'id' => '1630', + 'object_count' => '2', + 'word' => 'favorite', + ], + 803 => [ + 'id' => '1631', + 'object_count' => '7', + 'word' => 'even', + ], + 804 => [ + 'id' => '1632', + 'object_count' => '3', + 'word' => 'might', + ], + 805 => [ + 'id' => '1633', + 'object_count' => '2', + 'word' => 'internet', + ], + 806 => [ + 'id' => '1634', + 'object_count' => '2', + 'word' => 'afterwards', + ], + 807 => [ + 'id' => '1635', + 'object_count' => '2', + 'word' => 'document', + ], + 808 => [ + 'id' => '1636', + 'object_count' => '5', + 'word' => 'either', + ], + 809 => [ + 'id' => '1637', + 'object_count' => '2', + 'word' => 'webdav', + ], + 810 => [ + 'id' => '1638', + 'object_count' => '5', + 'word' => 'front', + ], + 811 => [ + 'id' => '1639', + 'object_count' => '7', + 'word' => 'end', + ], + 812 => [ + 'id' => '1640', + 'object_count' => '3', + 'word' => 'generate', + ], + 813 => [ + 'id' => '1641', + 'object_count' => '3', + 'word' => 'update', + ], + 814 => [ + 'id' => '1642', + 'object_count' => '2', + 'word' => 'translated', + ], + 815 => [ + 'id' => '1643', + 'object_count' => '2', + 'word' => 'languages', + ], + 816 => [ + 'id' => '1644', + 'object_count' => '2', + 'word' => 'administer', + ], + 817 => [ + 'id' => '1645', + 'object_count' => '3', + 'word' => 'efficient', + ], + 818 => [ + 'id' => '1646', + 'object_count' => '5', + 'word' => 'makes', + ], + 819 => [ + 'id' => '1647', + 'object_count' => '3', + 'word' => 'easier', + ], + 820 => [ + 'id' => '1648', + 'object_count' => '4', + 'word' => 'maintain', + ], + 821 => [ + 'id' => '1649', + 'object_count' => '2', + 'word' => 'consistent', + ], + 822 => [ + 'id' => '1650', + 'object_count' => '2', + 'word' => 'brand', + ], + 823 => [ + 'id' => '1651', + 'object_count' => '5', + 'word' => 'across', + ], + 824 => [ + 'id' => '1652', + 'object_count' => '2', + 'word' => 'countries', + ], + 825 => [ + 'id' => '1653', + 'object_count' => '2', + 'word' => 'international', + ], + 826 => [ + 'id' => '1654', + 'object_count' => '2', + 'word' => 'corporation', + ], + 827 => [ + 'id' => '1655', + 'object_count' => '2', + 'word' => 'organization', + ], + 828 => [ + 'id' => '1656', + 'object_count' => '5', + 'word' => 'several', + ], + 829 => [ + 'id' => '1657', + 'object_count' => '2', + 'word' => 'visitor', + ], + 830 => [ + 'id' => '1658', + 'object_count' => '2', + 'word' => 'selects', + ], + 831 => [ + 'id' => '1659', + 'object_count' => '2', + 'word' => 'menus', + ], + 832 => [ + 'id' => '1660', + 'object_count' => '4', + 'word' => 'displayed', + ], + 833 => [ + 'id' => '1661', + 'object_count' => '2', + 'word' => 'accordingly', + ], + 834 => [ + 'id' => '1662', + 'object_count' => '2', + 'word' => 'yet', + ], + 835 => [ + 'id' => '1663', + 'object_count' => '2', + 'word' => 'shown', + ], + 836 => [ + 'id' => '1664', + 'object_count' => '4', + 'word' => 'depending', + ], + 837 => [ + 'id' => '1665', + 'object_count' => '7', + 'word' => 'editing', + ], + 838 => [ + 'id' => '1666', + 'object_count' => '3', + 'word' => 'choose', + ], + 839 => [ + 'id' => '1667', + 'object_count' => '2', + 'word' => 'switch', + ], + 840 => [ + 'id' => '1668', + 'object_count' => '2', + 'word' => 'currently', + ], + 841 => [ + 'id' => '1669', + 'object_count' => '2', + 'word' => 'aid', + ], + 842 => [ + 'id' => '1670', + 'object_count' => '5', + 'word' => 'process', + ], + 843 => [ + 'id' => '1671', + 'object_count' => '4', + 'word' => 'creating', + ], + 844 => [ + 'id' => '1672', + 'object_count' => '2', + 'word' => 'updating', + ], + 845 => [ + 'id' => '1673', + 'object_count' => '4', + 'word' => 'built', + ], + 846 => [ + 'id' => '1674', + 'object_count' => '2', + 'word' => 'diff', + ], + 847 => [ + 'id' => '1675', + 'object_count' => '2', + 'word' => 'added', + ], + 848 => [ + 'id' => '1676', + 'object_count' => '2', + 'word' => 'removed', + ], + 849 => [ + 'id' => '1677', + 'object_count' => '5', + 'word' => 'text', + ], + 850 => [ + 'id' => '1678', + 'object_count' => '3', + 'word' => 'multilingual', + ], + 851 => [ + 'id' => '1679', + 'object_count' => '4', + 'word' => 'urls', + ], + 852 => [ + 'id' => '1680', + 'object_count' => '3', + 'word' => 'created', + ], + 853 => [ + 'id' => '1681', + 'object_count' => '3', + 'word' => 'each', + ], + 854 => [ + 'id' => '1682', + 'object_count' => '3', + 'word' => 'default', + ], + 855 => [ + 'id' => '1683', + 'object_count' => '7', + 'word' => 'object', + ], + 856 => [ + 'id' => '1684', + 'object_count' => '4', + 'word' => 'called', + ], + 857 => [ + 'id' => '1685', + 'object_count' => '4', + 'word' => 'easy', + ], + 858 => [ + 'id' => '1686', + 'object_count' => '6', + 'word' => 'url', + ], + 859 => [ + 'id' => '1687', + 'object_count' => '2', + 'word' => 'facile', + ], + 860 => [ + 'id' => '1688', + 'object_count' => '8', + 'word' => 'time', + ], + 861 => [ + 'id' => '1689', + 'object_count' => '7', + 'word' => 'has', + ], + 862 => [ + 'id' => '1690', + 'object_count' => '6', + 'word' => 'multi', + ], + 863 => [ + 'id' => '1691', + 'object_count' => '2', + 'word' => 'select', + ], + 864 => [ + 'id' => '1692', + 'object_count' => '2', + 'word' => 'computer', + ], + 865 => [ + 'id' => '1693', + 'object_count' => '3', + 'word' => 'stored', + ], + 866 => [ + 'id' => '1694', + 'object_count' => '2', + 'word' => 'detect', + ], + 867 => [ + 'id' => '1695', + 'object_count' => '2', + 'word' => 'uploaded', + ], + 868 => [ + 'id' => '1696', + 'object_count' => '2', + 'word' => 'creates', + ], + 869 => [ + 'id' => '1697', + 'object_count' => '3', + 'word' => 'appropriate', + ], + 870 => [ + 'id' => '1698', + 'object_count' => '5', + 'word' => 'add', + ], + 871 => [ + 'id' => '1699', + 'object_count' => '2', + 'word' => 'scale', + ], + 872 => [ + 'id' => '1700', + 'object_count' => '2', + 'word' => 'format', + ], + 873 => [ + 'id' => '1701', + 'object_count' => '2', + 'word' => 'resize', + ], + 874 => [ + 'id' => '1702', + 'object_count' => '4', + 'word' => 'automatically', + ], + 875 => [ + 'id' => '1703', + 'object_count' => '2', + 'word' => 'browse', + ], + 876 => [ + 'id' => '1704', + 'object_count' => '2', + 'word' => 'elsewhere', + ], + 877 => [ + 'id' => '1705', + 'object_count' => '2', + 'word' => 'basically', + ], + 878 => [ + 'id' => '1706', + 'object_count' => '4', + 'word' => 'store', + ], + 879 => [ + 'id' => '1707', + 'object_count' => '2', + 'word' => 'display', + ], + 880 => [ + 'id' => '1708', + 'object_count' => '2', + 'word' => 'tv', + ], + 881 => [ + 'id' => '1709', + 'object_count' => '2', + 'word' => 'youtube', + ], + 882 => [ + 'id' => '1710', + 'object_count' => '2', + 'word' => 'tag', + ], + 883 => [ + 'id' => '1711', + 'object_count' => '2', + 'word' => 'clouds', + ], + 884 => [ + 'id' => '1712', + 'object_count' => '2', + 'word' => 'polls', + ], + 885 => [ + 'id' => '1713', + 'object_count' => '5', + 'word' => 'engine', + ], + 886 => [ + 'id' => '1714', + 'object_count' => '2', + 'word' => 'loaded', + ], + 887 => [ + 'id' => '1715', + 'object_count' => '5', + 'word' => 'websites', + ], + 888 => [ + 'id' => '1716', + 'object_count' => '32', + 'word' => 'graphics1', + ], + 889 => [ + 'id' => '1717', + 'object_count' => '2', + 'word' => 'manage', + ], + 890 => [ + 'id' => '1718', + 'object_count' => '3', + 'word' => 'provide', + ], + 891 => [ + 'id' => '1719', + 'object_count' => '3', + 'word' => 'control', + ], + 892 => [ + 'id' => '1720', + 'object_count' => '3', + 'word' => 'over', + ], + 893 => [ + 'id' => '1721', + 'object_count' => '4', + 'word' => 'both', + ], + 894 => [ + 'id' => '1722', + 'object_count' => '2', + 'word' => 'permission', + ], + 895 => [ + 'id' => '1723', + 'object_count' => '4', + 'word' => 'workflows', + ], + 896 => [ + 'id' => '1724', + 'object_count' => '3', + 'word' => 'versioning', + ], + 897 => [ + 'id' => '1725', + 'object_count' => '2', + 'word' => 'modification', + ], + 898 => [ + 'id' => '1726', + 'object_count' => '2', + 'word' => 'tracking', + ], + 899 => [ + 'id' => '1727', + 'object_count' => '3', + 'word' => 'unique', + ], + 900 => [ + 'id' => '1728', + 'object_count' => '4', + 'word' => 'model', + ], + 901 => [ + 'id' => '1729', + 'object_count' => '2', + 'word' => 'cross', + ], + 902 => [ + 'id' => '1730', + 'object_count' => '2', + 'word' => 'deployment', + ], + 903 => [ + 'id' => '1731', + 'object_count' => '2', + 'word' => 'optimization', + ], + 904 => [ + 'id' => '1732', + 'object_count' => '3', + 'word' => 'rich', + ], + 905 => [ + 'id' => '1733', + 'object_count' => '3', + 'word' => 'powerful', + ], + 906 => [ + 'id' => '1734', + 'object_count' => '2', + 'word' => 'modified', + ], + 907 => [ + 'id' => '1735', + 'object_count' => '2', + 'word' => 'ways', + ], + 908 => [ + 'id' => '1736', + 'object_count' => '3', + 'word' => 'tools', + ], + 909 => [ + 'id' => '1737', + 'object_count' => '2', + 'word' => 'customization', + ], + 910 => [ + 'id' => '1738', + 'object_count' => '2', + 'word' => 'words', + ], + 911 => [ + 'id' => '1739', + 'object_count' => '4', + 'word' => 'change', + ], + 912 => [ + 'id' => '1740', + 'object_count' => '2', + 'word' => 'almost', + ], + 913 => [ + 'id' => '1741', + 'object_count' => '2', + 'word' => 'everything', + ], + 914 => [ + 'id' => '1742', + 'object_count' => '2', + 'word' => 'rights', + ], + 915 => [ + 'id' => '1743', + 'object_count' => '3', + 'word' => 'level', + ], + 916 => [ + 'id' => '1744', + 'object_count' => '4', + 'word' => 'means', + ], + 917 => [ + 'id' => '1745', + 'object_count' => '2', + 'word' => 'give', + ], + 918 => [ + 'id' => '1746', + 'object_count' => '2', + 'word' => 'combination', + ], + 919 => [ + 'id' => '1747', + 'object_count' => '2', + 'word' => 'whole', + ], + 920 => [ + 'id' => '1748', + 'object_count' => '2', + 'word' => 'area', + ], + 921 => [ + 'id' => '1749', + 'object_count' => '11', + 'word' => 'example', + ], + 922 => [ + 'id' => '1750', + 'object_count' => '2', + 'word' => 'restrict', + ], + 923 => [ + 'id' => '1751', + 'object_count' => '3', + 'word' => 'certain', + ], + 924 => [ + 'id' => '1752', + 'object_count' => '3', + 'word' => 'part', + ], + 925 => [ + 'id' => '1753', + 'object_count' => '4', + 'word' => 'partner', + ], + 926 => [ + 'id' => '1754', + 'object_count' => '3', + 'word' => 'mechanism', + ], + 927 => [ + 'id' => '1755', + 'object_count' => '3', + 'word' => 'collaboration', + ], + 928 => [ + 'id' => '1756', + 'object_count' => '4', + 'word' => 'defines', + ], + 929 => [ + 'id' => '1757', + 'object_count' => '2', + 'word' => 'ordered', + ], + 930 => [ + 'id' => '1758', + 'object_count' => '2', + 'word' => 'sequence', + ], + 931 => [ + 'id' => '1759', + 'object_count' => '2', + 'word' => 'actions', + ], + 932 => [ + 'id' => '1760', + 'object_count' => '2', + 'word' => 'executed', + ], + 933 => [ + 'id' => '1761', + 'object_count' => '4', + 'word' => 'published', + ], + 934 => [ + 'id' => '1762', + 'object_count' => '2', + 'word' => 'suppose', + ], + 935 => [ + 'id' => '1763', + 'object_count' => '2', + 'word' => 'restriction', + ], + 936 => [ + 'id' => '1764', + 'object_count' => '3', + 'word' => 'go', + ], + 937 => [ + 'id' => '1765', + 'object_count' => '2', + 'word' => 'chief', + ], + 938 => [ + 'id' => '1766', + 'object_count' => '3', + 'word' => 'before', + ], + 939 => [ + 'id' => '1767', + 'object_count' => '2', + 'word' => 'pending', + ], + 940 => [ + 'id' => '1768', + 'object_count' => '2', + 'word' => 'approved', + ], + 941 => [ + 'id' => '1769', + 'object_count' => '2', + 'word' => 'hand', + ], + 942 => [ + 'id' => '1770', + 'object_count' => '3', + 'word' => 'pending', + ], + 943 => [ + 'id' => '1771', + 'object_count' => '2', + 'word' => 'rejected', + ], + 944 => [ + 'id' => '1772', + 'object_count' => '2', + 'word' => 'rejected', + ], + 945 => [ + 'id' => '1773', + 'object_count' => '2', + 'word' => 'e', + ], + 946 => [ + 'id' => '1774', + 'object_count' => '2', + 'word' => 'commerce', + ], + 947 => [ + 'id' => '1775', + 'object_count' => '2', + 'word' => 'subscriptions', + ], + 948 => [ + 'id' => '1776', + 'object_count' => '2', + 'word' => 'automating', + ], + 949 => [ + 'id' => '1777', + 'object_count' => '2', + 'word' => 'paid', + ], + 950 => [ + 'id' => '1778', + 'object_count' => '2', + 'word' => 'subscribers', + ], + 951 => [ + 'id' => '1779', + 'object_count' => '3', + 'word' => 'premium', + ], + 952 => [ + 'id' => '1780', + 'object_count' => '2', + 'word' => 'watch', + ], + 953 => [ + 'id' => '1781', + 'object_count' => '2', + 'word' => 'older', + ], + 954 => [ + 'id' => '1782', + 'object_count' => '2', + 'word' => 'supervisors', + ], + 955 => [ + 'id' => '1783', + 'object_count' => '2', + 'word' => 'inconsistency', + ], + 956 => [ + 'id' => '1784', + 'object_count' => '2', + 'word' => 'errors', + ], + 957 => [ + 'id' => '1785', + 'object_count' => '2', + 'word' => 'keeps', + ], + 958 => [ + 'id' => '1786', + 'object_count' => '5', + 'word' => 'track', + ], + 959 => [ + 'id' => '1787', + 'object_count' => '7', + 'word' => 'changes', + ], + 960 => [ + 'id' => '1788', + 'object_count' => '2', + 'word' => 'were', + ], + 961 => [ + 'id' => '1789', + 'object_count' => '4', + 'word' => 'made', + ], + 962 => [ + 'id' => '1790', + 'object_count' => '6', + 'word' => 'what', + ], + 963 => [ + 'id' => '1791', + 'object_count' => '6', + 'word' => 'provides', + ], + 964 => [ + 'id' => '1792', + 'object_count' => '2', + 'word' => 'revert', + ], + 965 => [ + 'id' => '1793', + 'object_count' => '2', + 'word' => 'previous', + ], + 966 => [ + 'id' => '1794', + 'object_count' => '2', + 'word' => 'longer', + ], + 967 => [ + 'id' => '1795', + 'object_count' => '3', + 'word' => 'needs', + ], + 968 => [ + 'id' => '1796', + 'object_count' => '2', + 'word' => 'must', + ], + 969 => [ + 'id' => '1797', + 'object_count' => '3', + 'word' => 'define', + ], + 970 => [ + 'id' => '1798', + 'object_count' => '4', + 'word' => 'structures', + ], + 971 => [ + 'id' => '1799', + 'object_count' => '2', + 'word' => 'cars', + ], + 972 => [ + 'id' => '1800', + 'object_count' => '2', + 'word' => 'recipes', + ], + 973 => [ + 'id' => '1801', + 'object_count' => '2', + 'word' => 'webshop', + ], + 974 => [ + 'id' => '1802', + 'object_count' => '3', + 'word' => 'flexible', + ], + 975 => [ + 'id' => '1803', + 'object_count' => '2', + 'word' => 'administrators', + ], + 976 => [ + 'id' => '1804', + 'object_count' => '2', + 'word' => 'definitions', + ], + 977 => [ + 'id' => '1805', + 'object_count' => '2', + 'word' => 'graphical', + ], + 978 => [ + 'id' => '1806', + 'object_count' => '3', + 'word' => 'interfaces', + ], + 979 => [ + 'id' => '1807', + 'object_count' => '2', + 'word' => 'throughout', + ], + 980 => [ + 'id' => '1808', + 'object_count' => '4', + 'word' => 'while', + ], + 981 => [ + 'id' => '1809', + 'object_count' => '2', + 'word' => 'avoiding', + ], + 982 => [ + 'id' => '1810', + 'object_count' => '2', + 'word' => 'inconsistent', + ], + 983 => [ + 'id' => '1811', + 'object_count' => '2', + 'word' => 'duplicates', + ], + 984 => [ + 'id' => '1812', + 'object_count' => '4', + 'word' => 'locations', + ], + 985 => [ + 'id' => '1813', + 'object_count' => '2', + 'word' => '', + ], + 986 => [ + 'id' => '1814', + 'object_count' => '2', + 'word' => 'reflected', + ], + 987 => [ + 'id' => '1815', + 'object_count' => '4', + 'word' => 'host', + ], + 988 => [ + 'id' => '1816', + 'object_count' => '8', + 'word' => 'different', + ], + 989 => [ + 'id' => '1817', + 'object_count' => '2', + 'word' => 'possibility', + ], + 990 => [ + 'id' => '1818', + 'object_count' => '4', + 'word' => 'sites', + ], + 991 => [ + 'id' => '1819', + 'object_count' => '2', + 'word' => 'continuous', + ], + 992 => [ + 'id' => '1820', + 'object_count' => '2', + 'word' => 'overview', + ], + 993 => [ + 'id' => '1821', + 'object_count' => '2', + 'word' => 'industrialize', + ], + 994 => [ + 'id' => '1822', + 'object_count' => '2', + 'word' => 'via', + ], + 995 => [ + 'id' => '1823', + 'object_count' => '2', + 'word' => 'factory', + ], + 996 => [ + 'id' => '1824', + 'object_count' => '3', + 'word' => 'subscription', + ], + 997 => [ + 'id' => '1825', + 'object_count' => '2', + 'word' => 'effectively', + ], + 998 => [ + 'id' => '1826', + 'object_count' => '2', + 'word' => 'indexed', + ], + 999 => [ + 'id' => '1827', + 'object_count' => '4', + 'word' => 'engines', + ], + 1000 => [ + 'id' => '1828', + 'object_count' => '2', + 'word' => 'sitemaps', + ], + 1001 => [ + 'id' => '1829', + 'object_count' => '2', + 'word' => 'friendly', + ], + 1002 => [ + 'id' => '1830', + 'object_count' => '5', + 'word' => 'key', + ], + 1003 => [ + 'id' => '1831', + 'object_count' => '2', + 'word' => 'xhtml', + ], + 1004 => [ + 'id' => '1832', + 'object_count' => '3', + 'word' => 'tags', + ], + 1005 => [ + 'id' => '1833', + 'object_count' => '4', + 'word' => 'basic', + ], + 1006 => [ + 'id' => '1834', + 'object_count' => '2', + 'word' => 'clear', + ], + 1007 => [ + 'id' => '1835', + 'object_count' => '5', + 'word' => 'developers', + ], + 1008 => [ + 'id' => '1836', + 'object_count' => '3', + 'word' => 'customize', + ], + 1009 => [ + 'id' => '1837', + 'object_count' => '3', + 'word' => 'extend', + ], + 1010 => [ + 'id' => '1838', + 'object_count' => '3', + 'word' => 'concept', + ], + 1011 => [ + 'id' => '1839', + 'object_count' => '3', + 'word' => 'css', + ], + 1012 => [ + 'id' => '1840', + 'object_count' => '3', + 'word' => 'templates', + ], + 1013 => [ + 'id' => '1841', + 'object_count' => '2', + 'word' => 'library', + ], + 1014 => [ + 'id' => '1842', + 'object_count' => '2', + 'word' => 'php', + ], + 1015 => [ + 'id' => '1843', + 'object_count' => '3', + 'word' => 'environment', + ], + 1016 => [ + 'id' => '1844', + 'object_count' => '2', + 'word' => 'piece', + ], + 1017 => [ + 'id' => '1845', + 'object_count' => '5', + 'word' => 'instance', + ], + 1018 => [ + 'id' => '1846', + 'object_count' => '2', + 'word' => 'definition', + ], + 1019 => [ + 'id' => '1847', + 'object_count' => '2', + 'word' => 'arbitrary', + ], + 1020 => [ + 'id' => '1848', + 'object_count' => '3', + 'word' => 'data', + ], + 1021 => [ + 'id' => '1849', + 'object_count' => '3', + 'word' => 'structure', + ], + 1022 => [ + 'id' => '1850', + 'object_count' => '2', + 'word' => 'does', + ], + 1023 => [ + 'id' => '1851', + 'object_count' => '4', + 'word' => 'actual', + ], + 1024 => [ + 'id' => '1852', + 'object_count' => '3', + 'word' => 'attributes', + ], + 1025 => [ + 'id' => '1853', + 'object_count' => '2', + 'word' => 'characteristics', + ], + 1026 => [ + 'id' => '1854', + 'object_count' => '2', + 'word' => 'attribute', + ], + 1027 => [ + 'id' => '1855', + 'object_count' => '3', + 'word' => 'determined', + ], + 1028 => [ + 'id' => '1856', + 'object_count' => '2', + 'word' => 'datatype', + ], + 1029 => [ + 'id' => '1857', + 'object_count' => '2', + 'word' => 'chosen', + ], + 1030 => [ + 'id' => '1858', + 'object_count' => '2', + 'word' => 'combining', + ], + 1031 => [ + 'id' => '1859', + 'object_count' => '2', + 'word' => 'datatypes', + ], + 1032 => [ + 'id' => '1860', + 'object_count' => '3', + 'word' => 'represent', + ], + 1033 => [ + 'id' => '1861', + 'object_count' => '5', + 'word' => 'complex', + ], + 1034 => [ + 'id' => '1862', + 'object_count' => '2', + 'word' => 'illustration', + ], + 1035 => [ + 'id' => '1863', + 'object_count' => '2', + 'word' => 'above', + ], + 1036 => [ + 'id' => '1864', + 'object_count' => '2', + 'word' => 'shows', + ], + 1037 => [ + 'id' => '1865', + 'object_count' => '2', + 'word' => 'anatomy', + ], + 1038 => [ + 'id' => '1866', + 'object_count' => '3', + 'word' => 'storing', + ], + 1039 => [ + 'id' => '1867', + 'object_count' => '2', + 'word' => 'consists', + ], + 1040 => [ + 'id' => '1868', + 'object_count' => '3', + 'word' => 'title', + ], + 1041 => [ + 'id' => '1869', + 'object_count' => '4', + 'word' => 'introduction', + ], + 1042 => [ + 'id' => '1870', + 'object_count' => '3', + 'word' => 'body', + ], + 1043 => [ + 'id' => '1871', + 'object_count' => '3', + 'word' => 'thing', + ], + 1044 => [ + 'id' => '1872', + 'object_count' => '3', + 'word' => 'look', + ], + 1045 => [ + 'id' => '1873', + 'object_count' => '2', + 'word' => 'done', + ], + 1046 => [ + 'id' => '1874', + 'object_count' => '2', + 'word' => 'modifying', + ], + 1047 => [ + 'id' => '1875', + 'object_count' => '2', + 'word' => 'overriding', + ], + 1048 => [ + 'id' => '1876', + 'object_count' => '2', + 'word' => 'reusable', + ], + 1049 => [ + 'id' => '1877', + 'object_count' => '3', + 'word' => 'packages', + ], + 1050 => [ + 'id' => '1878', + 'object_count' => '2', + 'word' => 'include', + ], + 1051 => [ + 'id' => '1879', + 'object_count' => '3', + 'word' => 'template', + ], + 1052 => [ + 'id' => '1880', + 'object_count' => '2', + 'word' => '4.x', + ], + 1053 => [ + 'id' => '1881', + 'object_count' => '3', + 'word' => 'next', + ], + 1054 => [ + 'id' => '1882', + 'object_count' => '2', + 'word' => 'generations', + ], + 1055 => [ + 'id' => '1883', + 'object_count' => '4', + 'word' => 'independent', + ], + 1056 => [ + 'id' => '1884', + 'object_count' => '2', + 'word' => 'aiming', + ], + 1057 => [ + 'id' => '1885', + 'object_count' => '2', + 'word' => 'centric', + ], + 1058 => [ + 'id' => '1886', + 'object_count' => '2', + 'word' => 'customising', + ], + 1059 => [ + 'id' => '1887', + 'object_count' => '2', + 'word' => 'extending', + ], + 1060 => [ + 'id' => '1888', + 'object_count' => '2', + 'word' => 'focus', + ], + 1061 => [ + 'id' => '1889', + 'object_count' => '2', + 'word' => 'solving', + ], + 1062 => [ + 'id' => '1890', + 'object_count' => '2', + 'word' => 'important', + ], + 1063 => [ + 'id' => '1891', + 'object_count' => '2', + 'word' => 'parts', + ], + 1064 => [ + 'id' => '1892', + 'object_count' => '4', + 'word' => 'written', + ], + 1065 => [ + 'id' => '1893', + 'object_count' => '2', + 'word' => 'occurring', + ], + 1066 => [ + 'id' => '1894', + 'object_count' => '2', + 'word' => 'deal', + ], + 1067 => [ + 'id' => '1895', + 'object_count' => '3', + 'word' => 'building', + ], + 1068 => [ + 'id' => '1896', + 'object_count' => '4', + 'word' => 'without', + ], + 1069 => [ + 'id' => '1897', + 'object_count' => '2', + 'word' => 'superfluous', + ], + 1070 => [ + 'id' => '1898', + 'object_count' => '2', + 'word' => 'ballast', + ], + 1071 => [ + 'id' => '1899', + 'object_count' => '2', + 'word' => 'order', + ], + 1072 => [ + 'id' => '1900', + 'object_count' => '2', + 'word' => 'cater', + ], + 1073 => [ + 'id' => '1901', + 'object_count' => '2', + 'word' => 'goal', + ], + 1074 => [ + 'id' => '1902', + 'object_count' => '2', + 'word' => 'factor', + ], + 1075 => [ + 'id' => '1903', + 'object_count' => '2', + 'word' => 'uses', + ], + 1076 => [ + 'id' => '1904', + 'object_count' => '2', + 'word' => 'test', + ], + 1077 => [ + 'id' => '1905', + 'object_count' => '2', + 'word' => 'driven', + ], + 1078 => [ + 'id' => '1906', + 'object_count' => '2', + 'word' => 'methodology', + ], + 1079 => [ + 'id' => '1907', + 'object_count' => '4', + 'word' => 'large', + ], + 1080 => [ + 'id' => '1908', + 'object_count' => '3', + 'word' => 'effort', + ], + 1081 => [ + 'id' => '1909', + 'object_count' => '2', + 'word' => 'making', + ], + 1082 => [ + 'id' => '1910', + 'object_count' => '4', + 'word' => 'apis', + ], + 1083 => [ + 'id' => '1911', + 'object_count' => '2', + 'word' => 'testable', + ], + 1084 => [ + 'id' => '1912', + 'object_count' => '2', + 'word' => 'results', + ], + 1085 => [ + 'id' => '1913', + 'object_count' => '3', + 'word' => 'better', + ], + 1086 => [ + 'id' => '1914', + 'object_count' => '2', + 'word' => 'modules', + ], + 1087 => [ + 'id' => '1915', + 'object_count' => '2', + 'word' => 'operators', + ], + 1088 => [ + 'id' => '1916', + 'object_count' => '2', + 'word' => 'third', + ], + 1089 => [ + 'id' => '1917', + 'object_count' => '2', + 'word' => 'party', + ], + 1090 => [ + 'id' => '1918', + 'object_count' => '2', + 'word' => 'contributed', + ], + 1091 => [ + 'id' => '1919', + 'object_count' => '2', + 'word' => 'contribution', + ], + 1092 => [ + 'id' => '1920', + 'object_count' => '2', + 'word' => 'during', + ], + 1093 => [ + 'id' => '1921', + 'object_count' => '2', + 'word' => 'ide', + ], + 1094 => [ + 'id' => '1922', + 'object_count' => '2', + 'word' => 'eclipse', + ], + 1095 => [ + 'id' => '1923', + 'object_count' => '2', + 'word' => 'phpedit', + ], + 1096 => [ + 'id' => '1924', + 'object_count' => '5', + 'word' => 'been', + ], + 1097 => [ + 'id' => '1925', + 'object_count' => '2', + 'word' => 'optimised', + ], + 1098 => [ + 'id' => '1926', + 'object_count' => '3', + 'word' => 'start', + ], + 1099 => [ + 'id' => '1927', + 'object_count' => '2', + 'word' => 'definitely', + ], + 1100 => [ + 'id' => '1928', + 'object_count' => '2', + 'word' => 'touch', + ], + 1101 => [ + 'id' => '1929', + 'object_count' => '2', + 'word' => 'contributions', + ], + 1102 => [ + 'id' => '1930', + 'object_count' => '2', + 'word' => 'save', + ], + 1103 => [ + 'id' => '1931', + 'object_count' => '1', + 'word' => 'lots', + ], + 1104 => [ + 'id' => '1932', + 'object_count' => '2', + 'word' => 'adding', + ], + 1105 => [ + 'id' => '1933', + 'object_count' => '3', + 'word' => 'siteaccesses', + ], + 1106 => [ + 'id' => '1934', + 'object_count' => '2', + 'word' => 'power', + ], + 1107 => [ + 'id' => '1935', + 'object_count' => '2', + 'word' => 'flexibility', + ], + 1108 => [ + 'id' => '1936', + 'object_count' => '1', + 'word' => 'beyond', + ], + 1109 => [ + 'id' => '1937', + 'object_count' => '2', + 'word' => 'single', + ], + 1110 => [ + 'id' => '1938', + 'object_count' => '2', + 'word' => 'unlimited', + ], + 1111 => [ + 'id' => '1939', + 'object_count' => '1', + 'word' => 'learned', + ], + 1112 => [ + 'id' => '1940', + 'object_count' => '2', + 'word' => 'best', + ], + 1113 => [ + 'id' => '1941', + 'object_count' => '2', + 'word' => 'leverage', + ], + 1114 => [ + 'id' => '1942', + 'object_count' => '1', + 'word' => 'siteaccess', + ], + 1115 => [ + 'id' => '1943', + 'object_count' => '2', + 'word' => 'let', + ], + 1116 => [ + 'id' => '1944', + 'object_count' => '1', + 'word' => 'apply', + ], + 1117 => [ + 'id' => '1945', + 'object_count' => '1', + 'word' => 'concrete', + ], + 1118 => [ + 'id' => '1946', + 'object_count' => '1', + 'word' => 'sometimes', + ], + 1119 => [ + 'id' => '1947', + 'object_count' => '1', + 'word' => 'wonder', + ], + 1120 => [ + 'id' => '1948', + 'object_count' => '1', + 'word' => 'yes through', + ], + 1121 => [ + 'id' => '1949', + 'object_count' => '1', + 'word' => 'siteaccess', + ], + 1122 => [ + 'id' => '1950', + 'object_count' => '2', + 'word' => 'fact', + ], + 1123 => [ + 'id' => '1951', + 'object_count' => '1', + 'word' => 'understanding', + ], + 1124 => [ + 'id' => '1952', + 'object_count' => '4', + 'word' => 'ability', + ], + 1125 => [ + 'id' => '1953', + 'object_count' => '1', + 'word' => 'much', + ], + 1126 => [ + 'id' => '1954', + 'object_count' => '1', + 'word' => 'just', + ], + 1127 => [ + 'id' => '1955', + 'object_count' => '1', + 'word' => 'technique', + ], + 1128 => [ + 'id' => '1956', + 'object_count' => '2', + 'word' => 'between', + ], + 1129 => [ + 'id' => '1957', + 'object_count' => '2', + 'word' => 'databases', + ], + 1130 => [ + 'id' => '1958', + 'object_count' => '1', + 'word' => 'copy', + ], + 1131 => [ + 'id' => '1959', + 'object_count' => '4', + 'word' => 'objects', + ], + 1132 => [ + 'id' => '1960', + 'object_count' => '1', + 'word' => 'agreement', + ], + 1133 => [ + 'id' => '1961', + 'object_count' => '1', + 'word' => 'network', + ], + 1134 => [ + 'id' => '1962', + 'object_count' => '1', + 'word' => 'simplify', + ], + 1135 => [ + 'id' => '1963', + 'object_count' => '1', + 'word' => 'upgrades', + ], + 1136 => [ + 'id' => '1964', + 'object_count' => '1', + 'word' => 'consolidating', + ], + 1137 => [ + 'id' => '1965', + 'object_count' => '1', + 'word' => 'demo', + ], + 1138 => [ + 'id' => '1966', + 'object_count' => '1', + 'word' => 'continue', + ], + 1139 => [ + 'id' => '1967', + 'object_count' => '1', + 'word' => 'real', + ], + 1140 => [ + 'id' => '1968', + 'object_count' => '1', + 'word' => 'reading', + ], + 1141 => [ + 'id' => '1969', + 'object_count' => '1', + 'word' => 'author', + ], + 1142 => [ + 'id' => '1970', + 'object_count' => '1', + 'word' => 'greg', + ], + 1143 => [ + 'id' => '1971', + 'object_count' => '1', + 'word' => 'mcavoy', + ], + 1144 => [ + 'id' => '1972', + 'object_count' => '1', + 'word' => 'jensen', + ], + 1145 => [ + 'id' => '1973', + 'object_count' => '1', + 'word' => 'executive', + ], + 1146 => [ + 'id' => '1974', + 'object_count' => '1', + 'word' => 'director', + ], + 1147 => [ + 'id' => '1975', + 'object_count' => '1', + 'word' => 'granite', + ], + 1148 => [ + 'id' => '1976', + 'object_count' => '1', + 'word' => 'horizon', + ], + 1149 => [ + 'id' => '1977', + 'object_count' => '1', + 'word' => 'largest', + ], + 1150 => [ + 'id' => '1978', + 'object_count' => '1', + 'word' => 'firms', + ], + 1151 => [ + 'id' => '1979', + 'object_count' => '1', + 'word' => 'united', + ], + 1152 => [ + 'id' => '1980', + 'object_count' => '1', + 'word' => 'states', + ], + 1153 => [ + 'id' => '1981', + 'object_count' => '1', + 'word' => 'america', + ], + 1154 => [ + 'id' => '1982', + 'object_count' => '2', + 'word' => 'certified', + ], + 1155 => [ + 'id' => '1983', + 'object_count' => '2', + 'word' => 'he', + ], + 1156 => [ + 'id' => '1984', + 'object_count' => '1', + 'word' => 'served', + ], + 1157 => [ + 'id' => '1985', + 'object_count' => '1', + 'word' => 'trained', + ], + 1158 => [ + 'id' => '1986', + 'object_count' => '1', + 'word' => 'four', + ], + 1159 => [ + 'id' => '1987', + 'object_count' => '1', + 'word' => 'continents', + ], + 1160 => [ + 'id' => '1988', + 'object_count' => '1', + 'word' => 'since', + ], + 1161 => [ + 'id' => '1989', + 'object_count' => '1', + 'word' => '2003', + ], + 1162 => [ + 'id' => '1990', + 'object_count' => '1', + 'word' => 'his', + ], + 1163 => [ + 'id' => '1991', + 'object_count' => '1', + 'word' => 'wife', + ], + 1164 => [ + 'id' => '1992', + 'object_count' => '1', + 'word' => 'heather', + ], + 1165 => [ + 'id' => '1993', + 'object_count' => '1', + 'word' => 'proud', + ], + 1166 => [ + 'id' => '1994', + 'object_count' => '1', + 'word' => 'parents', + ], + 1167 => [ + 'id' => '1995', + 'object_count' => '1', + 'word' => 'three', + ], + 1168 => [ + 'id' => '1996', + 'object_count' => '1', + 'word' => 'wonderful', + ], + 1169 => [ + 'id' => '1997', + 'object_count' => '1', + 'word' => 'children', + ], + 1170 => [ + 'id' => '1998', + 'object_count' => '1', + 'word' => 'internationalization', + ], + 1171 => [ + 'id' => '1999', + 'object_count' => '5', + 'word' => 'improved', + ], + 1172 => [ + 'id' => '2000', + 'object_count' => '1', + 'word' => 'registration', + ], + 1173 => [ + 'id' => '2001', + 'object_count' => '1', + 'word' => 'approval', + ], + 1174 => [ + 'id' => '2002', + 'object_count' => '1', + 'word' => 'wish', + ], + 1175 => [ + 'id' => '2003', + 'object_count' => '1', + 'word' => 'logs', + ], + 1176 => [ + 'id' => '2004', + 'object_count' => '3', + 'word' => 'enable', + ], + 1177 => [ + 'id' => '2005', + 'object_count' => '3', + 'word' => 'configure', + ], + 1178 => [ + 'id' => '2006', + 'object_count' => '1', + 'word' => 'connect', + ], + 1179 => [ + 'id' => '2007', + 'object_count' => '1', + 'word' => 'triggers', + ], + 1180 => [ + 'id' => '2008', + 'object_count' => '2', + 'word' => 'enabled', + ], + 1181 => [ + 'id' => '2009', + 'object_count' => '1', + 'word' => 'setup', + ], + 1182 => [ + 'id' => '2010', + 'object_count' => '1', + 'word' => 'workflows', + ], + 1183 => [ + 'id' => '2011', + 'object_count' => '1', + 'word' => 'e.g', + ], + 1184 => [ + 'id' => '2012', + 'object_count' => '1', + 'word' => 'userregistration1', + ], + 1185 => [ + 'id' => '2013', + 'object_count' => '1', + 'word' => 'finishuserregistration', + ], + 1186 => [ + 'id' => '2014', + 'object_count' => '1', + 'word' => 'trigger', + ], + 1187 => [ + 'id' => '2015', + 'object_count' => '1', + 'word' => 'confirmation', + ], + 1188 => [ + 'id' => '2016', + 'object_count' => '1', + 'word' => 'notification', + ], + 1189 => [ + 'id' => '2017', + 'object_count' => '1', + 'word' => 'successfully', + ], + 1190 => [ + 'id' => '2018', + 'object_count' => '1', + 'word' => 'registered', + ], + 1191 => [ + 'id' => '2019', + 'object_count' => '1', + 'word' => 'finish', + ], + 1192 => [ + 'id' => '2020', + 'object_count' => '1', + 'word' => 'finishuserregistration', + ], + 1193 => [ + 'id' => '2021', + 'object_count' => '1', + 'word' => 'content', + ], + 1194 => [ + 'id' => '2022', + 'object_count' => '1', + 'word' => 'before', + ], + 1195 => [ + 'id' => '2023', + 'object_count' => '1', + 'word' => 'after', + ], + 1196 => [ + 'id' => '2024', + 'object_count' => '5', + 'word' => 'now', + ], + 1197 => [ + 'id' => '2025', + 'object_count' => '1', + 'word' => 'himself', + ], + 1198 => [ + 'id' => '2026', + 'object_count' => '2', + 'word' => 'presented', + ], + 1199 => [ + 'id' => '2027', + 'object_count' => '1', + 'word' => 'login', + ], + 1200 => [ + 'id' => '2028', + 'object_count' => '1', + 'word' => 'clicks', + ], + 1201 => [ + 'id' => '2029', + 'object_count' => '1', + 'word' => 'finished', + ], + 1202 => [ + 'id' => '2030', + 'object_count' => '1', + 'word' => 'mail', + ], + 1203 => [ + 'id' => '2031', + 'object_count' => '1', + 'word' => 'sent', + ], + 1204 => [ + 'id' => '2032', + 'object_count' => '1', + 'word' => 'confirm', + ], + 1205 => [ + 'id' => '2033', + 'object_count' => '1', + 'word' => 'event', + ], + 1206 => [ + 'id' => '2034', + 'object_count' => '1', + 'word' => 'dashboards', + ], + 1207 => [ + 'id' => '2035', + 'object_count' => '1', + 'word' => 'collaboration', + ], + 1208 => [ + 'id' => '2036', + 'object_count' => '2', + 'word' => 'screen', + ], + 1209 => [ + 'id' => '2037', + 'object_count' => '1', + 'word' => 'policies', + ], + 1210 => [ + 'id' => '2038', + 'object_count' => '1', + 'word' => 'comment', + ], + 1211 => [ + 'id' => '2039', + 'object_count' => '1', + 'word' => 'approve', + ], + 1212 => [ + 'id' => '2040', + 'object_count' => '1', + 'word' => 'deny', + ], + 1213 => [ + 'id' => '2041', + 'object_count' => '2', + 'word' => 'request', + ], + 1214 => [ + 'id' => '2042', + 'object_count' => '1', + 'word' => 'gets', + ], + 1215 => [ + 'id' => '2043', + 'object_count' => '2', + 'word' => 'block', + ], + 1216 => [ + 'id' => '2044', + 'object_count' => '1', + 'word' => 'visual', + ], + 1217 => [ + 'id' => '2045', + 'object_count' => '1', + 'word' => 'usability', + ], + 1218 => [ + 'id' => '2046', + 'object_count' => '2', + 'word' => 'blocks', + ], + 1219 => [ + 'id' => '2047', + 'object_count' => '1', + 'word' => 'saves', + ], + 1220 => [ + 'id' => '2048', + 'object_count' => '2', + 'word' => 'space', + ], + 1221 => [ + 'id' => '2049', + 'object_count' => '2', + 'word' => 'setting', + ], + 1222 => [ + 'id' => '2050', + 'object_count' => '1', + 'word' => 'always', + ], + 1223 => [ + 'id' => '2051', + 'object_count' => '1', + 'word' => 'window', + ], + 1224 => [ + 'id' => '2052', + 'object_count' => '1', + 'word' => 'aligned', + ], + 1225 => [ + 'id' => '2053', + 'object_count' => '1', + 'word' => 'admin2', + ], + 1226 => [ + 'id' => '2054', + 'object_count' => '1', + 'word' => 'button', + ], + 1227 => [ + 'id' => '2055', + 'object_count' => '1', + 'word' => '12', + ], + 1228 => [ + 'id' => '2056', + 'object_count' => '1', + 'word' => 'higher', + ], + 1229 => [ + 'id' => '2057', + 'object_count' => '1', + 'word' => 'contrast', + ], + 1230 => [ + 'id' => '2058', + 'object_count' => '1', + 'word' => 'icons', + ], + 1231 => [ + 'id' => '2059', + 'object_count' => '1', + 'word' => 'according', + ], + 1232 => [ + 'id' => '2060', + 'object_count' => '1', + 'word' => 'program', + ], + 1233 => [ + 'id' => '2061', + 'object_count' => '1', + 'word' => 'run', + ], + 1234 => [ + 'id' => '2062', + 'object_count' => '1', + 'word' => 'opening', + ], + 1235 => [ + 'id' => '2063', + 'object_count' => '1', + 'word' => 'mode', + ], + 1236 => [ + 'id' => '2064', + 'object_count' => '1', + 'word' => 'folders', + ], + 1237 => [ + 'id' => '2065', + 'object_count' => '2', + 'word' => 'timeline', + ], + 1238 => [ + 'id' => '2066', + 'object_count' => '1', + 'word' => 'marked', + ], + 1239 => [ + 'id' => '2067', + 'object_count' => '2', + 'word' => 'folder', + ], + 1240 => [ + 'id' => '2068', + 'object_count' => '1', + 'word' => '9', + ], + 1241 => [ + 'id' => '2069', + 'object_count' => '3', + 'word' => '10', + ], + 1242 => [ + 'id' => '2070', + 'object_count' => '1', + 'word' => '11', + ], + 1243 => [ + 'id' => '2071', + 'object_count' => '1', + 'word' => 'multiupload', + ], + 1244 => [ + 'id' => '2072', + 'object_count' => '2', + 'word' => '6', + ], + 1245 => [ + 'id' => '2073', + 'object_count' => '2', + 'word' => 'preview', + ], + 1246 => [ + 'id' => '2074', + 'object_count' => '1', + 'word' => '7', + ], + 1247 => [ + 'id' => '2075', + 'object_count' => '1', + 'word' => 'flags', + ], + 1248 => [ + 'id' => '2076', + 'object_count' => '2', + 'word' => 'fastcgi', + ], + 1249 => [ + 'id' => '2077', + 'object_count' => '5', + 'word' => 'supports', + ], + 1250 => [ + 'id' => '2078', + 'object_count' => '2', + 'word' => 'cgi', + ], + 1251 => [ + 'id' => '2079', + 'object_count' => '2', + 'word' => 'improve', + ], + 1252 => [ + 'id' => '2080', + 'object_count' => '2', + 'word' => 'performance', + ], + 1253 => [ + 'id' => '2081', + 'object_count' => '2', + 'word' => 'thousands', + ], + 1254 => [ + 'id' => '2082', + 'object_count' => '2', + 'word' => 'perl', + ], + 1255 => [ + 'id' => '2083', + 'object_count' => '2', + 'word' => 'runs', + ], + 1256 => [ + 'id' => '2084', + 'object_count' => '2', + 'word' => 'processes', + ], + 1257 => [ + 'id' => '2085', + 'object_count' => '2', + 'word' => 'isolated', + ], + 1258 => [ + 'id' => '2086', + 'object_count' => '3', + 'word' => 'core', + ], + 1259 => [ + 'id' => '2087', + 'object_count' => '2', + 'word' => 'greater', + ], + 1260 => [ + 'id' => '2088', + 'object_count' => '2', + 'word' => 'security', + ], + 1261 => [ + 'id' => '2089', + 'object_count' => '4', + 'word' => 'link', + ], + 1262 => [ + 'id' => '2090', + 'object_count' => '2', + 'word' => 'bug', + ], + 1263 => [ + 'id' => '2091', + 'object_count' => '2', + 'word' => 'corrupt', + ], + 1264 => [ + 'id' => '2092', + 'object_count' => '2', + 'word' => 'malicious', + ], + 1265 => [ + 'id' => '2093', + 'object_count' => '2', + 'word' => 'steal', + ], + 1266 => [ + 'id' => '2094', + 'object_count' => '2', + 'word' => 'secrets', + ], + 1267 => [ + 'id' => '2095', + 'object_count' => '2', + 'word' => 'www.fastcgi.com', + ], + 1268 => [ + 'id' => '2096', + 'object_count' => '2', + 'word' => 'fastcgi.com', + ], + 1269 => [ + 'id' => '2097', + 'object_count' => '3', + 'word' => 'red', + ], + 1270 => [ + 'id' => '2098', + 'object_count' => '3', + 'word' => 'hat', + ], + 1271 => [ + 'id' => '2099', + 'object_count' => '2', + 'word' => 'combined', + ], + 1272 => [ + 'id' => '2100', + 'object_count' => '2', + 'word' => 'supported', + ], + 1273 => [ + 'id' => '2101', + 'object_count' => '2', + 'word' => 'stack', + ], + 1274 => [ + 'id' => '2102', + 'object_count' => '2', + 'word' => 'canonical', + ], + 1275 => [ + 'id' => '2103', + 'object_count' => '2', + 'word' => 'links', + ], + 1276 => [ + 'id' => '2104', + 'object_count' => '2', + 'word' => 'figure', + ], + 1277 => [ + 'id' => '2105', + 'object_count' => '2', + 'word' => 'duplicate', + ], + 1278 => [ + 'id' => '2106', + 'object_count' => '4', + 'word' => 'allow', + ], + 1279 => [ + 'id' => '2107', + 'object_count' => '2', + 'word' => 'index', + ], + 1280 => [ + 'id' => '2108', + 'object_count' => '2', + 'word' => 'nor', + ], + 1281 => [ + 'id' => '2109', + 'object_count' => '2', + 'word' => 'fre', + ], + 1282 => [ + 'id' => '2110', + 'object_count' => '2', + 'word' => 'ger', + ], + 1283 => [ + 'id' => '2111', + 'object_count' => '2', + 'word' => 'eng', + ], + 1284 => [ + 'id' => '2112', + 'object_count' => '2', + 'word' => 'works', + ], + 1285 => [ + 'id' => '2113', + 'object_count' => '2', + 'word' => 'mappings', + ], + 1286 => [ + 'id' => '2114', + 'object_count' => '2', + 'word' => 'require', + ], + 1287 => [ + 'id' => '2115', + 'object_count' => '3', + 'word' => 'file', + ], + 1288 => [ + 'id' => '2116', + 'object_count' => '2', + 'word' => 'urls', + ], + 1289 => [ + 'id' => '2117', + 'object_count' => '2', + 'word' => 'www.example.com', + ], + 1290 => [ + 'id' => '2118', + 'object_count' => '2', + 'word' => 'example.com', + ], + 1291 => [ + 'id' => '2119', + 'object_count' => '2', + 'word' => 'index.html', + ], + 1292 => [ + 'id' => '2120', + 'object_count' => '2', + 'word' => 'home.asp', + ], + 1293 => [ + 'id' => '2121', + 'object_count' => '2', + 'word' => 'rel', + ], + 1294 => [ + 'id' => '2122', + 'object_count' => '2', + 'word' => 'href', + ], + 1295 => [ + 'id' => '2123', + 'object_count' => '2', + 'word' => 'defer', + ], + 1296 => [ + 'id' => '2124', + 'object_count' => '3', + 'word' => 'scalability', + ], + 1297 => [ + 'id' => '2125', + 'object_count' => '2', + 'word' => 'load', + ], + 1298 => [ + 'id' => '2126', + 'object_count' => '2', + 'word' => 'environments', + ], + 1299 => [ + 'id' => '2127', + 'object_count' => '1', + 'word' => 'simultaneous', + ], + 1300 => [ + 'id' => '2128', + 'object_count' => '1', + 'word' => 'database', + ], + 1301 => [ + 'id' => '2129', + 'object_count' => '1', + 'word' => 'offers', + ], + 1302 => [ + 'id' => '2130', + 'object_count' => '2', + 'word' => 'robust', + ], + 1303 => [ + 'id' => '2131', + 'object_count' => '1', + 'word' => 'parallel', + ], + 1304 => [ + 'id' => '2132', + 'object_count' => '1', + 'word' => 'controls', + ], + 1305 => [ + 'id' => '2133', + 'object_count' => '1', + 'word' => 'concurrently', + ], + 1306 => [ + 'id' => '2134', + 'object_count' => '1', + 'word' => 'sends', + ], + 1307 => [ + 'id' => '2135', + 'object_count' => '2', + 'word' => 'requests', + ], + 1308 => [ + 'id' => '2136', + 'object_count' => '1', + 'word' => 'queue', + ], + 1309 => [ + 'id' => '2137', + 'object_count' => '1', + 'word' => 'daemon', + ], + 1310 => [ + 'id' => '2138', + 'object_count' => '1', + 'word' => 'handles', + ], + 1311 => [ + 'id' => '2139', + 'object_count' => '1', + 'word' => 'background', + ], + 1312 => [ + 'id' => '2140', + 'object_count' => '1', + 'word' => 'error', + ], + 1313 => [ + 'id' => '2141', + 'object_count' => '1', + 'word' => 'handling', + ], + 1314 => [ + 'id' => '2142', + 'object_count' => '1', + 'word' => 'filtering', + ], + 1315 => [ + 'id' => '2143', + 'object_count' => '1', + 'word' => 'hooks', + ], + 1316 => [ + 'id' => '2144', + 'object_count' => '1', + 'word' => 'press', + ], + 1317 => [ + 'id' => '2145', + 'object_count' => '1', + 'word' => 'queued', + ], + 1318 => [ + 'id' => '2146', + 'object_count' => '1', + 'word' => 'monitored', + ], + 1319 => [ + 'id' => '2147', + 'object_count' => '1', + 'word' => 'statuses', + ], + 1320 => [ + 'id' => '2148', + 'object_count' => '1', + 'word' => 'processed', + ], + 1321 => [ + 'id' => '2149', + 'object_count' => '1', + 'word' => 'place', + ], + 1322 => [ + 'id' => '2150', + 'object_count' => '1', + 'word' => 'irregularities', + ], + 1323 => [ + 'id' => '2151', + 'object_count' => '1', + 'word' => 'prompts', + ], + 1324 => [ + 'id' => '2152', + 'object_count' => '1', + 'word' => 'content.ini', + ], + 1325 => [ + 'id' => '2153', + 'object_count' => '1', + 'word' => 'publishingsettings', + ], + 1326 => [ + 'id' => '2154', + 'object_count' => '1', + 'word' => 'disable', + ], + 1327 => [ + 'id' => '2155', + 'object_count' => '1', + 'word' => 'asynchronouspublishing', + ], + 1328 => [ + 'id' => '2156', + 'object_count' => '2', + 'word' => 'size', + ], + 1329 => [ + 'id' => '2157', + 'object_count' => '1', + 'word' => 'operations', + ], + 1330 => [ + 'id' => '2158', + 'object_count' => '1', + 'word' => 'allowed', + ], + 1331 => [ + 'id' => '2159', + 'object_count' => '1', + 'word' => 'publishingprocessslots', + ], + 1332 => [ + 'id' => '2160', + 'object_count' => '1', + 'word' => 'init', + ], + 1333 => [ + 'id' => '2161', + 'object_count' => '1', + 'word' => 'script', + ], + 1334 => [ + 'id' => '2162', + 'object_count' => '1', + 'word' => 'recommended', + ], + 1335 => [ + 'id' => '2163', + 'object_count' => '1', + 'word' => 'production', + ], + 1336 => [ + 'id' => '2164', + 'object_count' => '1', + 'word' => 'linux', + ], + 1337 => [ + 'id' => '2165', + 'object_count' => '1', + 'word' => 'centos', + ], + 1338 => [ + 'id' => '2166', + 'object_count' => '1', + 'word' => 'fedora', + ], + 1339 => [ + 'id' => '2167', + 'object_count' => '1', + 'word' => 'suse', + ], + 1340 => [ + 'id' => '2168', + 'object_count' => '1', + 'word' => 'bin', + ], + 1341 => [ + 'id' => '2169', + 'object_count' => '1', + 'word' => 'startup', + ], + 1342 => [ + 'id' => '2170', + 'object_count' => '1', + 'word' => 'rhel', + ], + 1343 => [ + 'id' => '2171', + 'object_count' => '1', + 'word' => 'ezasynchronouspublisher', + ], + 1344 => [ + 'id' => '2172', + 'object_count' => '1', + 'word' => 'debian', + ], + 1345 => [ + 'id' => '2173', + 'object_count' => '1', + 'word' => 'ubuntu', + ], + 1346 => [ + 'id' => '2174', + 'object_count' => '1', + 'word' => 'etc', + ], + 1347 => [ + 'id' => '2175', + 'object_count' => '1', + 'word' => 'init.d', + ], + 1348 => [ + 'id' => '2176', + 'object_count' => '1', + 'word' => 'ln', + ], + 1349 => [ + 'id' => '2177', + 'object_count' => '1', + 'word' => 'path', + ], + 1350 => [ + 'id' => '2178', + 'object_count' => '1', + 'word' => 'chmod', + ], + 1351 => [ + 'id' => '2179', + 'object_count' => '1', + 'word' => 'x', + ], + 1352 => [ + 'id' => '2180', + 'object_count' => '1', + 'word' => 'boot', + ], + 1353 => [ + 'id' => '2181', + 'object_count' => '1', + 'word' => 'chkconfig', + ], + 1354 => [ + 'id' => '2182', + 'object_count' => '2', + 'word' => 'restful', + ], + 1355 => [ + 'id' => '2183', + 'object_count' => '2', + 'word' => 'external', + ], + 1356 => [ + 'id' => '2184', + 'object_count' => '2', + 'word' => 'implementations', + ], + 1357 => [ + 'id' => '2185', + 'object_count' => '2', + 'word' => 'query', + ], + 1358 => [ + 'id' => '2186', + 'object_count' => '2', + 'word' => 'inside', + ], + 1359 => [ + 'id' => '2187', + 'object_count' => '1', + 'word' => 'contains', + ], + 1360 => [ + 'id' => '2188', + 'object_count' => '2', + 'word' => 'oauth', + ], + 1361 => [ + 'id' => '2189', + 'object_count' => '2', + 'word' => 'authentication', + ], + 1362 => [ + 'id' => '2190', + 'object_count' => '2', + 'word' => 'retrieval', + ], + 1363 => [ + 'id' => '2191', + 'object_count' => '3', + 'word' => 'presentation', + ], + 1364 => [ + 'id' => '2192', + 'object_count' => '2', + 'word' => 'global', + ], + 1365 => [ + 'id' => '2193', + 'object_count' => '1', + 'word' => 'leader', + ], + 1366 => [ + 'id' => '2194', + 'object_count' => '1', + 'word' => 'was', + ], + 1367 => [ + 'id' => '2195', + 'object_count' => '1', + 'word' => 'founded', + ], + 1368 => [ + 'id' => '2196', + 'object_count' => '1', + 'word' => '1999', + ], + 1369 => [ + 'id' => '2197', + 'object_count' => '1', + 'word' => 'offices', + ], + 1370 => [ + 'id' => '2198', + 'object_count' => '1', + 'word' => 'worldwide', + ], + 1371 => [ + 'id' => '2199', + 'object_count' => '1', + 'word' => 'systems', + ], + 1372 => [ + 'id' => '2200', + 'object_count' => '1', + 'word' => 'flagship', + ], + 1373 => [ + 'id' => '2201', + 'object_count' => '1', + 'word' => 'product', + ], + 1374 => [ + 'id' => '2202', + 'object_count' => '1', + 'word' => 'leading', + ], + 1375 => [ + 'id' => '2203', + 'object_count' => '1', + 'word' => 'wcm', + ], + 1376 => [ + 'id' => '2204', + 'object_count' => '1', + 'word' => 'specializing', + ], + 1377 => [ + 'id' => '2205', + 'object_count' => '1', + 'word' => 'multichannel', + ], + 1378 => [ + 'id' => '2206', + 'object_count' => '1', + 'word' => 'distribution', + ], + 1379 => [ + 'id' => '2207', + 'object_count' => '1', + 'word' => 'mobile', + ], + 1380 => [ + 'id' => '2208', + 'object_count' => '1', + 'word' => 'tablets', + ], + 1381 => [ + 'id' => '2209', + 'object_count' => '1', + 'word' => 'print', + ], + 1382 => [ + 'id' => '2210', + 'object_count' => '1', + 'word' => 'commercial', + ], + 1383 => [ + 'id' => '2211', + 'object_count' => '1', + 'word' => 'engineers', + ], + 1384 => [ + 'id' => '2212', + 'object_count' => '1', + 'word' => 'innovation', + ], + 1385 => [ + 'id' => '2213', + 'object_count' => '1', + 'word' => '38', + ], + 1386 => [ + 'id' => '2214', + 'object_count' => '1', + 'word' => '000', + ], + 1387 => [ + 'id' => '2215', + 'object_count' => '1', + 'word' => 'implementation', + ], + 1388 => [ + 'id' => '2216', + 'object_count' => '4', + 'word' => 'partners', + ], + 1389 => [ + 'id' => '2217', + 'object_count' => '1', + 'word' => 'drives', + ], + 1390 => [ + 'id' => '2218', + 'object_count' => '1', + 'word' => '200', + ], + 1391 => [ + 'id' => '2219', + 'object_count' => '1', + 'word' => 'installations', + ], + 1392 => [ + 'id' => '2220', + 'object_count' => '1', + 'word' => 'proving', + ], + 1393 => [ + 'id' => '2221', + 'object_count' => '1', + 'word' => 'most', + ], + 1394 => [ + 'id' => '2222', + 'object_count' => '2', + 'word' => 'adaptable', + ], + 1395 => [ + 'id' => '2223', + 'object_count' => '2', + 'word' => 'reliable', + ], + 1396 => [ + 'id' => '2224', + 'object_count' => '1', + 'word' => 'platforms', + ], + 1397 => [ + 'id' => '2225', + 'object_count' => '2', + 'word' => 'market', + ], + 1398 => [ + 'id' => '2226', + 'object_count' => '1', + 'word' => 'edition', + ], + 1399 => [ + 'id' => '2227', + 'object_count' => '1', + 'word' => 'perfect', + ], + 1400 => [ + 'id' => '2228', + 'object_count' => '1', + 'word' => 'blend', + ], + 1401 => [ + 'id' => '2229', + 'object_count' => '1', + 'word' => 'vendor', + ], + 1402 => [ + 'id' => '2230', + 'object_count' => '1', + 'word' => 'assured', + ], + 1403 => [ + 'id' => '2231', + 'object_count' => '1', + 'word' => 'customers', + ], + 1404 => [ + 'id' => '2232', + 'object_count' => '1', + 'word' => 'pay', + ], + 1405 => [ + 'id' => '2233', + 'object_count' => '1', + 'word' => 'cost', + ], + 1406 => [ + 'id' => '2234', + 'object_count' => '1', + 'word' => 'effective', + ], + 1407 => [ + 'id' => '2235', + 'object_count' => '1', + 'word' => 'yearly', + ], + 1408 => [ + 'id' => '2236', + 'object_count' => '1', + 'word' => 'fee', + ], + 1409 => [ + 'id' => '2237', + 'object_count' => '1', + 'word' => 'maintenance', + ], + 1410 => [ + 'id' => '2238', + 'object_count' => '1', + 'word' => 'releases', + ], + 1411 => [ + 'id' => '2239', + 'object_count' => '1', + 'word' => 'major', + ], + 1412 => [ + 'id' => '2240', + 'object_count' => '1', + 'word' => 'updates', + ], + 1413 => [ + 'id' => '2241', + 'object_count' => '1', + 'word' => 'months', + ], + 1414 => [ + 'id' => '2242', + 'object_count' => '1', + 'word' => 'license', + ], + 1415 => [ + 'id' => '2243', + 'object_count' => '1', + 'word' => 'europe', + ], + 1416 => [ + 'id' => '2244', + 'object_count' => '1', + 'word' => 'nordics', + ], + 1417 => [ + 'id' => '2245', + 'object_count' => '1', + 'word' => 'americas', + ], + 1418 => [ + 'id' => '2246', + 'object_count' => '1', + 'word' => 'asia', + ], + 1419 => [ + 'id' => '2247', + 'object_count' => '1', + 'word' => 'recognized', + ], + 1420 => [ + 'id' => '2248', + 'object_count' => '1', + 'word' => 'demands', + ], + 1421 => [ + 'id' => '2249', + 'object_count' => '1', + 'word' => 'secure', + ], + 1422 => [ + 'id' => '2250', + 'object_count' => '1', + 'word' => 'maintainable', + ], + 1423 => [ + 'id' => '2251', + 'object_count' => '2', + 'word' => 'properties', + ], + 1424 => [ + 'id' => '2252', + 'object_count' => '1', + 'word' => 'revenue', + ], + 1425 => [ + 'id' => '2253', + 'object_count' => '1', + 'word' => 'array', + ], + 1426 => [ + 'id' => '2254', + 'object_count' => '1', + 'word' => 'sources', + ], + 1427 => [ + 'id' => '2255', + 'object_count' => '1', + 'word' => 'record', + ], + 1428 => [ + 'id' => '2256', + 'object_count' => '1', + 'word' => 'spanning', + ], + 1429 => [ + 'id' => '2257', + 'object_count' => '1', + 'word' => 'years', + ], + 1430 => [ + 'id' => '2258', + 'object_count' => '1', + 'word' => 'become', + ], + 1431 => [ + 'id' => '2259', + 'object_count' => '1', + 'word' => 'choice', + ], + 1432 => [ + 'id' => '2260', + 'object_count' => '1', + 'word' => 'finance', + ], + 1433 => [ + 'id' => '2261', + 'object_count' => '1', + 'word' => 'retail', + ], + 1434 => [ + 'id' => '2262', + 'object_count' => '1', + 'word' => 'government', + ], + 1435 => [ + 'id' => '2263', + 'object_count' => '1', + 'word' => 'organizations', + ], + 1436 => [ + 'id' => '2264', + 'object_count' => '1', + 'word' => 'delivers', + ], + 1437 => [ + 'id' => '2265', + 'object_count' => '1', + 'word' => 'unsurpassed', + ], + 1438 => [ + 'id' => '2266', + 'object_count' => '1', + 'word' => 'capabilities', + ], + 1439 => [ + 'id' => '2267', + 'object_count' => '1', + 'word' => 'reach', + ], + 1440 => [ + 'id' => '2268', + 'object_count' => '1', + 'word' => 'engage', + ], + 1441 => [ + 'id' => '2269', + 'object_count' => '1', + 'word' => 'audience', + ], + 1442 => [ + 'id' => '2270', + 'object_count' => '1', + 'word' => 'ezs', + ], + 1443 => [ + 'id' => '2271', + 'object_count' => '1', + 'word' => 'intrinsic', + ], + 1444 => [ + 'id' => '2272', + 'object_count' => '1', + 'word' => 'accelerating', + ], + 1445 => [ + 'id' => '2273', + 'object_count' => '1', + 'word' => 'reducing', + ], + 1446 => [ + 'id' => '2274', + 'object_count' => '1', + 'word' => 'costs', + ], + 1447 => [ + 'id' => '2275', + 'object_count' => '1', + 'word' => 'enabling', + ], + 1448 => [ + 'id' => '2276', + 'object_count' => '1', + 'word' => 'tool', + ], + 1449 => [ + 'id' => '2277', + 'object_count' => '1', + 'word' => 'authoring', + ], + 1450 => [ + 'id' => '2278', + 'object_count' => '1', + 'word' => 'engaging', + ], + 1451 => [ + 'id' => '2279', + 'object_count' => '1', + 'word' => 'frees', + ], + 1452 => [ + 'id' => '2280', + 'object_count' => '1', + 'word' => 'editorial', + ], + 1453 => [ + 'id' => '2281', + 'object_count' => '1', + 'word' => 'creative', + ], + 1454 => [ + 'id' => '2282', + 'object_count' => '1', + 'word' => 'staff', + ], + 1455 => [ + 'id' => '2283', + 'object_count' => '1', + 'word' => 'enthusiasm', + ], + 1456 => [ + 'id' => '2284', + 'object_count' => '1', + 'word' => 'minimal', + ], + 1457 => [ + 'id' => '2285', + 'object_count' => '1', + 'word' => 'plan', + ], + 1458 => [ + 'id' => '2286', + 'object_count' => '1', + 'word' => 'review', + ], + 1459 => [ + 'id' => '2287', + 'object_count' => '1', + 'word' => 'automate', + ], + 1460 => [ + 'id' => '2288', + 'object_count' => '1', + 'word' => 'managing', + ], + 1461 => [ + 'id' => '2289', + 'object_count' => '1', + 'word' => 'portals', + ], + 1462 => [ + 'id' => '2290', + 'object_count' => '1', + 'word' => 'story', + ], + 1463 => [ + 'id' => '2291', + 'object_count' => '1', + 'word' => 'layouts', + ], + 1464 => [ + 'id' => '2292', + 'object_count' => '1', + 'word' => 'publication', + ], + 1465 => [ + 'id' => '2293', + 'object_count' => '1', + 'word' => 'schedule', + ], + 1466 => [ + 'id' => '2294', + 'object_count' => '1', + 'word' => 'ensure', + ], + 1467 => [ + 'id' => '2295', + 'object_count' => '1', + 'word' => 'constant', + ], + 1468 => [ + 'id' => '2296', + 'object_count' => '1', + 'word' => 'zones', + ], + 1469 => [ + 'id' => '2297', + 'object_count' => '2', + 'word' => 'layout', + ], + 1470 => [ + 'id' => '2298', + 'object_count' => '1', + 'word' => 'zone', + ], + 1471 => [ + 'id' => '2299', + 'object_count' => '1', + 'word' => 'blocks', + ], + 1472 => [ + 'id' => '2300', + 'object_count' => '1', + 'word' => 'promote', + ], + 1473 => [ + 'id' => '2301', + 'object_count' => '1', + 'word' => 'explicitly', + ], + 1474 => [ + 'id' => '2302', + 'object_count' => '1', + 'word' => 'implicitly', + ], + 1475 => [ + 'id' => '2303', + 'object_count' => '1', + 'word' => 'promotion', + ], + 1476 => [ + 'id' => '2304', + 'object_count' => '1', + 'word' => 'rotation', + ], + 1477 => [ + 'id' => '2305', + 'object_count' => '1', + 'word' => 'look', + ], + 1478 => [ + 'id' => '2306', + 'object_count' => '1', + 'word' => 'future.', + ], + 1479 => [ + 'id' => '2307', + 'object_count' => '1', + 'word' => 'drag', + ], + 1480 => [ + 'id' => '2308', + 'object_count' => '1', + 'word' => 'slider', + ], + 1481 => [ + 'id' => '2309', + 'object_count' => '1', + 'word' => 'goes', + ], + 1482 => [ + 'id' => '2310', + 'object_count' => '2', + 'word' => 'entire', + ], + 1483 => [ + 'id' => '2311', + 'object_count' => '1', + 'word' => 'managed', + ], + 1484 => [ + 'id' => '2312', + 'object_count' => '1', + 'word' => 'collaborate', + ], + 1485 => [ + 'id' => '2313', + 'object_count' => '1', + 'word' => 'we', + ], + 1486 => [ + 'id' => '2314', + 'object_count' => '1', + 'word' => 'know', + ], + 1487 => [ + 'id' => '2315', + 'object_count' => '3', + 'word' => 'work', + ], + 1488 => [ + 'id' => '2316', + 'object_count' => '1', + 'word' => 'alone', + ], + 1489 => [ + 'id' => '2317', + 'object_count' => '1', + 'word' => 'dashboards', + ], + 1490 => [ + 'id' => '2318', + 'object_count' => '1', + 'word' => 'keep', + ], + 1491 => [ + 'id' => '2319', + 'object_count' => '1', + 'word' => 'sync', + ], + 1492 => [ + 'id' => '2320', + 'object_count' => '1', + 'word' => 'adapt', + ], + 1493 => [ + 'id' => '2321', + 'object_count' => '1', + 'word' => 'however', + ], + 1494 => [ + 'id' => '2322', + 'object_count' => '1', + 'word' => 'intricate', + ], + 1495 => [ + 'id' => '2323', + 'object_count' => '1', + 'word' => 'completely', + ], + 1496 => [ + 'id' => '2324', + 'object_count' => '1', + 'word' => 'separates', + ], + 1497 => [ + 'id' => '2325', + 'object_count' => '1', + 'word' => 'current', + ], + 1498 => [ + 'id' => '2326', + 'object_count' => '2', + 'word' => 'future', + ], + 1499 => [ + 'id' => '2327', + 'object_count' => '1', + 'word' => 'furthermore', + ], + 1500 => [ + 'id' => '2328', + 'object_count' => '1', + 'word' => 'fit', + ], + 1501 => [ + 'id' => '2329', + 'object_count' => '1', + 'word' => 'needsyour', + ], + 1502 => [ + 'id' => '2330', + 'object_count' => '1', + 'word' => 'force', + ], + 1503 => [ + 'id' => '2331', + 'object_count' => '1', + 'word' => 'one', + ], + 1504 => [ + 'id' => '2332', + 'object_count' => '1', + 'word' => 'fits', + ], + 1505 => [ + 'id' => '2333', + 'object_count' => '1', + 'word' => 'all', + ], + 1506 => [ + 'id' => '2334', + 'object_count' => '1', + 'word' => 'construct', + ], + 1507 => [ + 'id' => '2335', + 'object_count' => '1', + 'word' => 'sets', + ], + 1508 => [ + 'id' => '2336', + 'object_count' => '1', + 'word' => 'purposing', + ], + 1509 => [ + 'id' => '2337', + 'object_count' => '1', + 'word' => 'strength', + ], + 1510 => [ + 'id' => '2338', + 'object_count' => '1', + 'word' => 'adapts', + ], + 1511 => [ + 'id' => '2339', + 'object_count' => '1', + 'word' => 'editors', + ], + 1512 => [ + 'id' => '2340', + 'object_count' => '1', + 'word' => 'style', + ], + 1513 => [ + 'id' => '2341', + 'object_count' => '1', + 'word' => 'utilize', + ], + 1514 => [ + 'id' => '2342', + 'object_count' => '1', + 'word' => 'browsing', + ], + 1515 => [ + 'id' => '2343', + 'object_count' => '1', + 'word' => 'suite', + ], + 1516 => [ + 'id' => '2344', + 'object_count' => '1', + 'word' => 'flattens', + ], + 1517 => [ + 'id' => '2345', + 'object_count' => '1', + 'word' => 'curve', + ], + 1518 => [ + 'id' => '2346', + 'object_count' => '1', + 'word' => 'accelerates', + ], + 1519 => [ + 'id' => '2347', + 'object_count' => '1', + 'word' => 'internal', + ], + 1520 => [ + 'id' => '2348', + 'object_count' => '1', + 'word' => 'adoption', + ], + 1521 => [ + 'id' => '2349', + 'object_count' => '1', + 'word' => 'technology', + ], + 1522 => [ + 'id' => '2350', + 'object_count' => '1', + 'word' => 'publishs', + ], + 1523 => [ + 'id' => '2351', + 'object_count' => '1', + 'word' => 'architecture', + ], + 1524 => [ + 'id' => '2352', + 'object_count' => '1', + 'word' => 'interoperability', + ], + 1525 => [ + 'id' => '2353', + 'object_count' => '1', + 'word' => 'standards', + ], + 1526 => [ + 'id' => '2354', + 'object_count' => '1', + 'word' => 'odf', + ], + 1527 => [ + 'id' => '2355', + 'object_count' => '1', + 'word' => 'soap', + ], + 1528 => [ + 'id' => '2356', + 'object_count' => '1', + 'word' => 'json', + ], + 1529 => [ + 'id' => '2357', + 'object_count' => '1', + 'word' => 'its', + ], + 1530 => [ + 'id' => '2358', + 'object_count' => '1', + 'word' => 'integrate', + ], + 1531 => [ + 'id' => '2359', + 'object_count' => '1', + 'word' => '1000', + ], + 1532 => [ + 'id' => '2360', + 'object_count' => '1', + 'word' => 'accelerate', + ], + 1533 => [ + 'id' => '2361', + 'object_count' => '1', + 'word' => 'reduce', + ], + 1534 => [ + 'id' => '2362', + 'object_count' => '1', + 'word' => 'success', + ], + 1535 => [ + 'id' => '2363', + 'object_count' => '1', + 'word' => 'succeed', + ], + 1536 => [ + 'id' => '2364', + 'object_count' => '1', + 'word' => 'our', + ], + 1537 => [ + 'id' => '2365', + 'object_count' => '1', + 'word' => 'benefit', + ], + 1538 => [ + 'id' => '2366', + 'object_count' => '1', + 'word' => 'meet', + ], + 1539 => [ + 'id' => '2367', + 'object_count' => '1', + 'word' => 'agreements', + ], + 1540 => [ + 'id' => '2368', + 'object_count' => '1', + 'word' => 'highly', + ], + 1541 => [ + 'id' => '2369', + 'object_count' => '1', + 'word' => 'qualified', + ], + 1542 => [ + 'id' => '2370', + 'object_count' => '1', + 'word' => 'thrive', + ], + 1543 => [ + 'id' => '2371', + 'object_count' => '1', + 'word' => 'complete', + ], + 1544 => [ + 'id' => '2372', + 'object_count' => '1', + 'word' => 'satisfaction', + ], + 1545 => [ + 'id' => '2373', + 'object_count' => '1', + 'word' => 'accurate', + ], + 1546 => [ + 'id' => '2374', + 'object_count' => '1', + 'word' => 'thorough', + ], + 1547 => [ + 'id' => '2375', + 'object_count' => '1', + 'word' => 'responses', + ], + 1548 => [ + 'id' => '2376', + 'object_count' => '1', + 'word' => 'variety', + ], + 1549 => [ + 'id' => '2377', + 'object_count' => '1', + 'word' => 'expert', + ], + 1550 => [ + 'id' => '2378', + 'object_count' => '1', + 'word' => 'certify', + ], + 1551 => [ + 'id' => '2379', + 'object_count' => '1', + 'word' => 'assist', + ], + 1552 => [ + 'id' => '2380', + 'object_count' => '1', + 'word' => 'globe', + ], + 1553 => [ + 'id' => '2381', + 'object_count' => '1', + 'word' => 'distribute', + ], + 1554 => [ + 'id' => '2382', + 'object_count' => '1', + 'word' => 'practices', + ], + 1555 => [ + 'id' => '2383', + 'object_count' => '1', + 'word' => 'dedication', + ], + 1556 => [ + 'id' => '2384', + 'object_count' => '1', + 'word' => 'supporting', + ], + 1557 => [ + 'id' => '2385', + 'object_count' => '1', + 'word' => 'trust', + ], + 1558 => [ + 'id' => '2386', + 'object_count' => '1', + 'word' => '1175497860', + ], + 1559 => [ + 'id' => '2387', + 'object_count' => '1', + 'word' => '1175498940', + ], + 1560 => [ + 'id' => '2388', + 'object_count' => '1', + 'word' => '1175497920', + ], + 1561 => [ + 'id' => '2389', + 'object_count' => '1', + 'word' => '1175498280', + ], + 1562 => [ + 'id' => '2390', + 'object_count' => '1', + 'word' => '1175498880', + ], + 1563 => [ + 'id' => '2391', + 'object_count' => '1', + 'word' => '1175499180', + ], + 1564 => [ + 'id' => '2392', + 'object_count' => '1', + 'word' => 'wiki', + ], + 1565 => [ + 'id' => '2393', + 'object_count' => '1', + 'word' => 'quoc', + ], + 1566 => [ + 'id' => '2394', + 'object_count' => '1', + 'word' => 'huy', + ], + 1567 => [ + 'id' => '2395', + 'object_count' => '1', + 'word' => 'paal', + ], + 1568 => [ + 'id' => '2396', + 'object_count' => '1', + 'word' => 'berg', + ], + 1569 => [ + 'id' => '2397', + 'object_count' => '1', + 'word' => 'ivo', + ], + 1570 => [ + 'id' => '2398', + 'object_count' => '1', + 'word' => 'ready', + ], + 1571 => [ + 'id' => '2399', + 'object_count' => '1', + 'word' => 'day', + ], + 1572 => [ + 'id' => '2400', + 'object_count' => '2', + 'word' => 'together', + ], + 1573 => [ + 'id' => '2401', + 'object_count' => '1', + 'word' => 'mediterranean', + ], + 1574 => [ + 'id' => '2402', + 'object_count' => '1', + 'word' => 'seen', + ], + 1575 => [ + 'id' => '2403', + 'object_count' => '1', + 'word' => 'nice', + ], + 1576 => [ + 'id' => '2404', + 'object_count' => '1', + 'word' => 'hotel', + ], + 1577 => [ + 'id' => '2405', + 'object_count' => '1', + 'word' => 'lobby', + ], + 1578 => [ + 'id' => '2406', + 'object_count' => '2', + 'word' => 'isola2000', + ], + 1579 => [ + 'id' => '2407', + 'object_count' => '1', + 'word' => 'alexander', + ], + 1580 => [ + 'id' => '2408', + 'object_count' => '1', + 'word' => 'past', + ], + 1581 => [ + 'id' => '2409', + 'object_count' => '1', + 'word' => 'gaby', + ], + 1582 => [ + 'id' => '2410', + 'object_count' => '1', + 'word' => 'today', + ], + 1583 => [ + 'id' => '2411', + 'object_count' => '1', + 'word' => 'tomorrow', + ], + 1584 => [ + 'id' => '2412', + 'object_count' => '1', + 'word' => 'white', + ], + 1585 => [ + 'id' => '2413', + 'object_count' => '1', + 'word' => 'beautiful', + ], + 1586 => [ + 'id' => '2414', + 'object_count' => '1', + 'word' => 'skiing', + ], + 1587 => [ + 'id' => '2415', + 'object_count' => '1', + 'word' => 'ceo', + ], + 1588 => [ + 'id' => '2416', + 'object_count' => '1', + 'word' => 'pitch', + ], + 1589 => [ + 'id' => '2417', + 'object_count' => '2', + 'word' => 'paris', + ], + 1590 => [ + 'id' => '2418', + 'object_count' => '2', + 'word' => 'ispum', + ], + 1591 => [ + 'id' => '2419', + 'object_count' => '1', + 'word' => '1193915460', + ], + 1592 => [ + 'id' => '2420', + 'object_count' => '2', + 'word' => 'fun', + ], + 1593 => [ + 'id' => '2421', + 'object_count' => '2', + 'word' => 'lyon', + ], + 1594 => [ + 'id' => '2422', + 'object_count' => '1', + 'word' => 'relax', + ], + 1595 => [ + 'id' => '2423', + 'object_count' => '1', + 'word' => 'travel', + ], + 1596 => [ + 'id' => '2424', + 'object_count' => '1', + 'word' => 'france', + ], + 1597 => [ + 'id' => '2425', + 'object_count' => '1', + 'word' => '1193915580', + ], + 1598 => [ + 'id' => '2426', + 'object_count' => '3', + 'word' => 'company', + ], + 1599 => [ + 'id' => '2427', + 'object_count' => '1', + 'word' => 'separate', + ], + 1600 => [ + 'id' => '2428', + 'object_count' => '1', + 'word' => 'few', + ], + 1601 => [ + 'id' => '2429', + 'object_count' => '1', + 'word' => 'exactly', + ], + 1602 => [ + 'id' => '2430', + 'object_count' => '1', + 'word' => 'supposed', + ], + 1603 => [ + 'id' => '2431', + 'object_count' => '1', + 'word' => 'achieve', + ], + 1604 => [ + 'id' => '2432', + 'object_count' => '1', + 'word' => 'clean', + ], + 1605 => [ + 'id' => '2433', + 'object_count' => '1', + 'word' => 'separation', + ], + 1606 => [ + 'id' => '2434', + 'object_count' => '1', + 'word' => 'organized', + ], + 1607 => [ + 'id' => '2435', + 'object_count' => '1', + 'word' => 'structured', + ], + 1608 => [ + 'id' => '2436', + 'object_count' => '1', + 'word' => 'manner', + ], + 1609 => [ + 'id' => '2437', + 'object_count' => '2', + 'word' => 'such', + ], + 1610 => [ + 'id' => '2438', + 'object_count' => '1', + 'word' => 'car', + ], + 1611 => [ + 'id' => '2439', + 'object_count' => '1', + 'word' => 'year', + ], + 1612 => [ + 'id' => '2440', + 'object_count' => '1', + 'word' => 'color', + ], + 1613 => [ + 'id' => '2441', + 'object_count' => '1', + 'word' => 'purpose', + ], + 1614 => [ + 'id' => '2442', + 'object_count' => '1', + 'word' => 'later', + ], + 1615 => [ + 'id' => '2443', + 'object_count' => '1', + 'word' => 'referred', + ], + 1616 => [ + 'id' => '2444', + 'object_count' => '1', + 'word' => 'refers', + ], + 1617 => [ + 'id' => '2445', + 'object_count' => '1', + 'word' => 'visually', + ], + 1618 => [ + 'id' => '2446', + 'object_count' => '1', + 'word' => 'includes', + ], + 1619 => [ + 'id' => '2447', + 'object_count' => '1', + 'word' => 'things', + ], + 1620 => [ + 'id' => '2448', + 'object_count' => '1', + 'word' => 'stylesheets', + ], + 1621 => [ + 'id' => '2449', + 'object_count' => '1', + 'word' => 'typography', + ], + 1622 => [ + 'id' => '2450', + 'object_count' => '1', + 'word' => 'fonts', + ], + 1623 => [ + 'id' => '2451', + 'object_count' => '1', + 'word' => 'deals', + ], + 1624 => [ + 'id' => '2452', + 'object_count' => '1', + 'word' => 'structuring', + ], + 1625 => [ + 'id' => '2453', + 'object_count' => '1', + 'word' => 'dictates', + ], + 1626 => [ + 'id' => '2454', + 'object_count' => '1', + 'word' => 'benefits', + ], + 1627 => [ + 'id' => '2455', + 'object_count' => '1', + 'word' => 'handle', + ], + 1628 => [ + 'id' => '2456', + 'object_count' => '1', + 'word' => 'distinction', + ], + 1629 => [ + 'id' => '2457', + 'object_count' => '1', + 'word' => 'displaying', + ], + 1630 => [ + 'id' => '2458', + 'object_count' => '1', + 'word' => 'designers', + ], + 1631 => [ + 'id' => '2459', + 'object_count' => '1', + 'word' => 'separately', + ], + 1632 => [ + 'id' => '2460', + 'object_count' => '1', + 'word' => 'conflicts', + ], + 1633 => [ + 'id' => '2461', + 'object_count' => '1', + 'word' => 'formats', + ], + 1634 => [ + 'id' => '2462', + 'object_count' => '1', + 'word' => 'transferred', + ], + 1635 => [ + 'id' => '2463', + 'object_count' => '1', + 'word' => 'purposed', + ], + 1636 => [ + 'id' => '2464', + 'object_count' => '1', + 'word' => 'redesigns', + ], + 1637 => [ + 'id' => '2465', + 'object_count' => '1', + 'word' => 'applied', + ], + 1638 => [ + 'id' => '2466', + 'object_count' => '1', + 'word' => 'modifications', + ], + 1639 => [ + 'id' => '2467', + 'object_count' => '1', + 'word' => 'presenting', + ], + 1640 => [ + 'id' => '2468', + 'object_count' => '1', + 'word' => 'fundamental', + ], + 1641 => [ + 'id' => '2469', + 'object_count' => '1', + 'word' => 'unit', + ], + 1642 => [ + 'id' => '2470', + 'object_count' => '1', + 'word' => 'dictate', + ], + 1643 => [ + 'id' => '2471', + 'object_count' => '1', + 'word' => 'appear', + ], + 1644 => [ + 'id' => '2472', + 'object_count' => '1', + 'word' => 'middle', + ], + 1645 => [ + 'id' => '2473', + 'object_count' => '1', + 'word' => 'accessed', + ], + 1646 => [ + 'id' => '2474', + 'object_count' => '1', + 'word' => 'extended', + ], + 1647 => [ + 'id' => '2475', + 'object_count' => '1', + 'word' => 'describes', + ], + 1648 => [ + 'id' => '2476', + 'object_count' => '1', + 'word' => 'particular', + ], + 1649 => [ + 'id' => '2477', + 'object_count' => '1', + 'word' => 'types', + ], + 1650 => [ + 'id' => '2478', + 'object_count' => '1', + 'word' => 'viewing', + ], + 1651 => [ + 'id' => '2479', + 'object_count' => '1', + 'word' => 'contents', + ], + 1652 => [ + 'id' => '2480', + 'object_count' => '1', + 'word' => 'gallery', + ], + 1653 => [ + 'id' => '2481', + 'object_count' => '1', + 'word' => 'thumbnails', + ], + 1654 => [ + 'id' => '2482', + 'object_count' => '1', + 'word' => 'items', + ], + 1655 => [ + 'id' => '2483', + 'object_count' => '1', + 'word' => 'posts', + ], + 1656 => [ + 'id' => '2484', + 'object_count' => '1', + 'word' => 'kinds', + ], + 1657 => [ + 'id' => '2485', + 'object_count' => '1', + 'word' => 'located', + ], + 1658 => [ + 'id' => '2486', + 'object_count' => '1', + 'word' => 'hierarchy', + ], + 1659 => [ + 'id' => '2487', + 'object_count' => '1', + 'word' => 'short', + ], + 1660 => [ + 'id' => '2488', + 'object_count' => '1', + 'word' => 'transforming', + ], + 1661 => [ + 'id' => '2489', + 'object_count' => '1', + 'word' => 'produces', + ], + 1662 => [ + 'id' => '2490', + 'object_count' => '1', + 'word' => 'webpage', + ], + 1663 => [ + 'id' => '2491', + 'object_count' => '1', + 'word' => 'illustrate', + ], + 1664 => [ + 'id' => '2492', + 'object_count' => '1', + 'word' => 'produce', + ], + 1665 => [ + 'id' => '2493', + 'object_count' => '1', + 'word' => 'learn', + ], + 1666 => [ + 'id' => '2494', + 'object_count' => '1', + 'word' => 'separation_of_content_and_design', + ], + 1667 => [ + 'id' => '2495', + 'object_count' => '1', + 'word' => 'openoffice_import_large', + ], + 1668 => [ + 'id' => '2496', + 'object_count' => '1', + 'word' => 'translation_large', + ], + 1669 => [ + 'id' => '2497', + 'object_count' => '1', + 'word' => 'multiupload_large', + ], + 1670 => [ + 'id' => '2498', + 'object_count' => '1', + 'word' => 'gallery_large', + ], + 1671 => [ + 'id' => '2499', + 'object_count' => '1', + 'word' => 'search_result_large', + ], + 1672 => [ + 'id' => '2500', + 'object_count' => '1', + 'word' => 'ez_tool_bar_large', + ], + 1673 => [ + 'id' => '2501', + 'object_count' => '1', + 'word' => 'quicktime_large', + ], + 1674 => [ + 'id' => '2502', + 'object_count' => '1', + 'word' => 'web_2_0_large', + ], + 1675 => [ + 'id' => '2503', + 'object_count' => '1', + 'word' => 'usermanagement_large', + ], + 1676 => [ + 'id' => '2504', + 'object_count' => '1', + 'word' => 'workflow_large', + ], + 1677 => [ + 'id' => '2505', + 'object_count' => '1', + 'word' => 'versioning_large', + ], + 1678 => [ + 'id' => '2506', + 'object_count' => '2', + 'word' => 'datatypes_attributes_content_class_and_objects_large', + ], + 1679 => [ + 'id' => '2507', + 'object_count' => '1', + 'word' => 'multiple_location_large', + ], + 1680 => [ + 'id' => '2508', + 'object_count' => '1', + 'word' => 'multisite_deployment_large', + ], + 1681 => [ + 'id' => '2509', + 'object_count' => '1', + 'word' => 'seo_large', + ], + 1682 => [ + 'id' => '2510', + 'object_count' => '1', + 'word' => 'admin_site_large', + ], + 1683 => [ + 'id' => '2511', + 'object_count' => '1', + 'word' => 'site_style_large', + ], + 1684 => [ + 'id' => '2512', + 'object_count' => '1', + 'word' => 'aspects', + ], + 1685 => [ + 'id' => '2513', + 'object_count' => '1', + 'word' => 'queried', + ], + 1686 => [ + 'id' => '2514', + 'object_count' => '1', + 'word' => 'metadata', + ], + 1687 => [ + 'id' => '2515', + 'object_count' => '1', + 'word' => 'values', + ], + 1688 => [ + 'id' => '2516', + 'object_count' => '1', + 'word' => 'protected', + ], + 1689 => [ + 'id' => '2517', + 'object_count' => '1', + 'word' => 'career', + ], + 1690 => [ + 'id' => '2518', + 'object_count' => '1', + 'word' => 'investors', + ], + 1691 => [ + 'id' => '2519', + 'object_count' => '1', + 'word' => 'relation', + ], + 1692 => [ + 'id' => '2520', + 'object_count' => '1', + 'word' => 'banner', + ], + 1693 => [ + 'id' => '2521', + 'object_count' => '1', + 'word' => 'admin', + ], + 1694 => [ + 'id' => '2522', + 'object_count' => '1', + 'word' => 'kn', + ], + ], + SearchIndex::SEARCH_OBJECT_WORD_LINK_TABLE => [ + 0 => [ + 'content_type_field_definition_id' => '6', + 'content_type_id' => '3', + 'contentobject_id' => '4', + 'frequency' => '0', + 'id' => '4663', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '951', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1033917596', + 'section_id' => '2', + 'word_id' => '930', + ], + 1 => [ + 'content_type_field_definition_id' => '7', + 'content_type_id' => '3', + 'contentobject_id' => '4', + 'frequency' => '0', + 'id' => '4664', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '952', + 'placement' => '1', + 'prev_word_id' => '930', + 'published' => '1033917596', + 'section_id' => '2', + 'word_id' => '951', + ], + 2 => [ + 'content_type_field_definition_id' => '7', + 'content_type_id' => '3', + 'contentobject_id' => '4', + 'frequency' => '0', + 'id' => '4665', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '2', + 'prev_word_id' => '951', + 'published' => '1033917596', + 'section_id' => '2', + 'word_id' => '952', + ], + 3 => [ + 'content_type_field_definition_id' => '8', + 'content_type_id' => '4', + 'contentobject_id' => '10', + 'frequency' => '0', + 'id' => '4666', + 'identifier' => 'first_name', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1033920665', + 'section_id' => '2', + 'word_id' => '953', + ], + 4 => [ + 'content_type_field_definition_id' => '9', + 'content_type_id' => '4', + 'contentobject_id' => '10', + 'frequency' => '0', + 'id' => '4667', + 'identifier' => 'last_name', + 'integer_value' => '0', + 'next_word_id' => '953', + 'placement' => '1', + 'prev_word_id' => '953', + 'published' => '1033920665', + 'section_id' => '2', + 'word_id' => '954', + ], + 5 => [ + 'content_type_field_definition_id' => '12', + 'content_type_id' => '4', + 'contentobject_id' => '10', + 'frequency' => '0', + 'id' => '4668', + 'identifier' => 'user_account', + 'integer_value' => '0', + 'next_word_id' => '955', + 'placement' => '2', + 'prev_word_id' => '954', + 'published' => '1033920665', + 'section_id' => '2', + 'word_id' => '953', + ], + 6 => [ + 'content_type_field_definition_id' => '12', + 'content_type_id' => '4', + 'contentobject_id' => '10', + 'frequency' => '0', + 'id' => '4669', + 'identifier' => 'user_account', + 'integer_value' => '0', + 'next_word_id' => '927', + 'placement' => '3', + 'prev_word_id' => '953', + 'published' => '1033920665', + 'section_id' => '2', + 'word_id' => '955', + ], + 7 => [ + 'content_type_field_definition_id' => '12', + 'content_type_id' => '4', + 'contentobject_id' => '10', + 'frequency' => '0', + 'id' => '4670', + 'identifier' => 'user_account', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '4', + 'prev_word_id' => '955', + 'published' => '1033920665', + 'section_id' => '2', + 'word_id' => '927', + ], + 8 => [ + 'content_type_field_definition_id' => '6', + 'content_type_id' => '3', + 'contentobject_id' => '12', + 'frequency' => '0', + 'id' => '4673', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1033920775', + 'section_id' => '2', + 'word_id' => '958', + ], + 9 => [ + 'content_type_field_definition_id' => '6', + 'content_type_id' => '3', + 'contentobject_id' => '12', + 'frequency' => '0', + 'id' => '4674', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '958', + 'published' => '1033920775', + 'section_id' => '2', + 'word_id' => '930', + ], + 10 => [ + 'content_type_field_definition_id' => '6', + 'content_type_id' => '3', + 'contentobject_id' => '13', + 'frequency' => '0', + 'id' => '4675', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1033920794', + 'section_id' => '2', + 'word_id' => '959', + ], + 11 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '41', + 'frequency' => '0', + 'id' => '4681', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1060695457', + 'section_id' => '3', + 'word_id' => '961', + ], + 12 => [ + 'content_type_field_definition_id' => '6', + 'content_type_id' => '3', + 'contentobject_id' => '42', + 'frequency' => '0', + 'id' => '4682', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1072180330', + 'section_id' => '2', + 'word_id' => '953', + ], + 13 => [ + 'content_type_field_definition_id' => '6', + 'content_type_id' => '3', + 'contentobject_id' => '42', + 'frequency' => '0', + 'id' => '4683', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '1', + 'prev_word_id' => '953', + 'published' => '1072180330', + 'section_id' => '2', + 'word_id' => '930', + ], + 14 => [ + 'content_type_field_definition_id' => '7', + 'content_type_id' => '3', + 'contentobject_id' => '42', + 'frequency' => '0', + 'id' => '4684', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '952', + 'placement' => '2', + 'prev_word_id' => '930', + 'published' => '1072180330', + 'section_id' => '2', + 'word_id' => '954', + ], + 15 => [ + 'content_type_field_definition_id' => '7', + 'content_type_id' => '3', + 'contentobject_id' => '42', + 'frequency' => '0', + 'id' => '4685', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '3', + 'prev_word_id' => '954', + 'published' => '1072180330', + 'section_id' => '2', + 'word_id' => '952', + ], + 16 => [ + 'content_type_field_definition_id' => '7', + 'content_type_id' => '3', + 'contentobject_id' => '42', + 'frequency' => '0', + 'id' => '4686', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '4', + 'prev_word_id' => '952', + 'published' => '1072180330', + 'section_id' => '2', + 'word_id' => '816', + ], + 17 => [ + 'content_type_field_definition_id' => '7', + 'content_type_id' => '3', + 'contentobject_id' => '42', + 'frequency' => '0', + 'id' => '4687', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '953', + 'placement' => '5', + 'prev_word_id' => '816', + 'published' => '1072180330', + 'section_id' => '2', + 'word_id' => '814', + ], + 18 => [ + 'content_type_field_definition_id' => '7', + 'content_type_id' => '3', + 'contentobject_id' => '42', + 'frequency' => '0', + 'id' => '4688', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '6', + 'prev_word_id' => '814', + 'published' => '1072180330', + 'section_id' => '2', + 'word_id' => '953', + ], + 19 => [ + 'content_type_field_definition_id' => '7', + 'content_type_id' => '3', + 'contentobject_id' => '42', + 'frequency' => '0', + 'id' => '4689', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '7', + 'prev_word_id' => '953', + 'published' => '1072180330', + 'section_id' => '2', + 'word_id' => '954', + ], + 20 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '45', + 'frequency' => '0', + 'id' => '4690', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1079684190', + 'section_id' => '4', + 'word_id' => '812', + ], + 21 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '49', + 'frequency' => '0', + 'id' => '4691', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1080220197', + 'section_id' => '3', + 'word_id' => '962', + ], + 22 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '50', + 'frequency' => '0', + 'id' => '4692', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1080220220', + 'section_id' => '3', + 'word_id' => '963', + ], + 23 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '51', + 'frequency' => '0', + 'id' => '4693', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1080220233', + 'section_id' => '3', + 'word_id' => '964', + ], + 24 => [ + 'content_type_field_definition_id' => '159', + 'content_type_id' => '14', + 'contentobject_id' => '52', + 'frequency' => '0', + 'id' => '4694', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '965', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1082016591', + 'section_id' => '4', + 'word_id' => '877', + ], + 25 => [ + 'content_type_field_definition_id' => '159', + 'content_type_id' => '14', + 'contentobject_id' => '52', + 'frequency' => '0', + 'id' => '4695', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '966', + 'placement' => '1', + 'prev_word_id' => '877', + 'published' => '1082016591', + 'section_id' => '4', + 'word_id' => '965', + ], + 26 => [ + 'content_type_field_definition_id' => '159', + 'content_type_id' => '14', + 'contentobject_id' => '52', + 'frequency' => '0', + 'id' => '4696', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '2', + 'prev_word_id' => '965', + 'published' => '1082016591', + 'section_id' => '4', + 'word_id' => '966', + ], + 27 => [ + 'content_type_field_definition_id' => '176', + 'content_type_id' => '15', + 'contentobject_id' => '54', + 'frequency' => '0', + 'id' => '4697', + 'identifier' => 'id', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1082016652', + 'section_id' => '5', + 'word_id' => '967', + ], + 28 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '56', + 'frequency' => '0', + 'id' => '4698', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1103023132', + 'section_id' => '5', + 'word_id' => '968', + ], + 29 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '57', + 'frequency' => '0', + 'id' => '4699', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154172', + 'section_id' => '3', + 'word_id' => '969', + ], + 30 => [ + 'content_type_field_definition_id' => '236', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4700', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '971', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '970', + ], + 31 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4701', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '972', + 'placement' => '1', + 'prev_word_id' => '970', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '971', + ], + 32 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4702', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '2', + 'prev_word_id' => '971', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '972', + ], + 33 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4703', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '972', + 'placement' => '3', + 'prev_word_id' => '972', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '954', + ], + 34 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4704', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '4', + 'prev_word_id' => '954', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '972', + ], + 35 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4705', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '5', + 'prev_word_id' => '972', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '893', + ], + 36 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4706', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '973', + 'placement' => '6', + 'prev_word_id' => '893', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '894', + ], + 37 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4707', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '7', + 'prev_word_id' => '894', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '973', + ], + 38 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4708', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '8', + 'prev_word_id' => '973', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '801', + ], + 39 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4709', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '9', + 'prev_word_id' => '801', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '939', + ], + 40 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4710', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '975', + 'placement' => '10', + 'prev_word_id' => '939', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '974', + ], + 41 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4711', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '940', + 'placement' => '11', + 'prev_word_id' => '974', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '975', + ], + 42 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4712', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '12', + 'prev_word_id' => '975', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '940', + ], + 43 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4713', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '13', + 'prev_word_id' => '940', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '807', + ], + 44 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4714', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '14', + 'prev_word_id' => '807', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '976', + ], + 45 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4715', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '977', + 'placement' => '15', + 'prev_word_id' => '976', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '810', + ], + 46 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4716', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '835', + 'placement' => '16', + 'prev_word_id' => '810', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '977', + ], + 47 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4717', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '17', + 'prev_word_id' => '977', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '835', + ], + 48 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4718', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '978', + 'placement' => '18', + 'prev_word_id' => '835', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '804', + ], + 49 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4719', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '979', + 'placement' => '19', + 'prev_word_id' => '804', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '978', + ], + 50 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4720', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '20', + 'prev_word_id' => '978', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '979', + ], + 51 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4721', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '21', + 'prev_word_id' => '979', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '844', + ], + 52 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4722', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '22', + 'prev_word_id' => '844', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '816', + ], + 53 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '65', + 'frequency' => '0', + 'id' => '4723', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '23', + 'prev_word_id' => '816', + 'published' => '1311154174', + 'section_id' => '1', + 'word_id' => '894', + ], + 54 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '66', + 'frequency' => '0', + 'id' => '4724', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154174', + 'section_id' => '3', + 'word_id' => '980', + ], + 55 => [ + 'content_type_field_definition_id' => '236', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4725', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '924', + ], + 56 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4726', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '1', + 'prev_word_id' => '924', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '981', + ], + 57 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4727', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '2', + 'prev_word_id' => '981', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '982', + ], + 58 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4728', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '3', + 'prev_word_id' => '982', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '983', + ], + 59 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4729', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '4', + 'prev_word_id' => '983', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '984', + ], + 60 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4730', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '5', + 'prev_word_id' => '984', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '985', + ], + 61 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4731', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '6', + 'prev_word_id' => '985', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '986', + ], + 62 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4732', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '7', + 'prev_word_id' => '986', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '987', + ], + 63 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4733', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '8', + 'prev_word_id' => '987', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '988', + ], + 64 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4734', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '9', + 'prev_word_id' => '988', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '989', + ], + 65 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4735', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '10', + 'prev_word_id' => '989', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '984', + ], + 66 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4736', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '11', + 'prev_word_id' => '984', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '990', + ], + 67 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4737', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '12', + 'prev_word_id' => '990', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '991', + ], + 68 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4738', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '13', + 'prev_word_id' => '991', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '992', + ], + 69 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4739', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '14', + 'prev_word_id' => '992', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '993', + ], + 70 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4740', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '15', + 'prev_word_id' => '993', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '994', + ], + 71 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4741', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '16', + 'prev_word_id' => '994', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '995', + ], + 72 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4742', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '17', + 'prev_word_id' => '995', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '996', + ], + 73 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4743', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '18', + 'prev_word_id' => '996', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '997', + ], + 74 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4744', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '19', + 'prev_word_id' => '997', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '998', + ], + 75 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4745', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '20', + 'prev_word_id' => '998', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '999', + ], + 76 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4746', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '21', + 'prev_word_id' => '999', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1000', + ], + 77 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4747', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '22', + 'prev_word_id' => '1000', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1001', + ], + 78 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4748', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '23', + 'prev_word_id' => '1001', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1002', + ], + 79 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4749', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '24', + 'prev_word_id' => '1002', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '995', + ], + 80 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4750', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '25', + 'prev_word_id' => '995', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '983', + ], + 81 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4751', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '924', + 'placement' => '26', + 'prev_word_id' => '983', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1003', + ], + 82 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4752', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '1004', + 'placement' => '27', + 'prev_word_id' => '1003', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '924', + ], + 83 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4753', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '28', + 'prev_word_id' => '924', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1004', + ], + 84 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4754', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '29', + 'prev_word_id' => '1004', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '997', + ], + 85 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4755', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '30', + 'prev_word_id' => '997', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '998', + ], + 86 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4756', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '31', + 'prev_word_id' => '998', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '999', + ], + 87 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4757', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '32', + 'prev_word_id' => '999', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1005', + ], + 88 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4758', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '33', + 'prev_word_id' => '1005', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1006', + ], + 89 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4759', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '924', + 'placement' => '34', + 'prev_word_id' => '1006', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1007', + ], + 90 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4760', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '35', + 'prev_word_id' => '1007', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '924', + ], + 91 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4761', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1009', + 'placement' => '36', + 'prev_word_id' => '924', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1008', + ], + 92 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4762', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '37', + 'prev_word_id' => '1008', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1009', + ], + 93 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4763', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '38', + 'prev_word_id' => '1009', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '997', + ], + 94 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4764', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '39', + 'prev_word_id' => '997', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '998', + ], + 95 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4765', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '40', + 'prev_word_id' => '998', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '999', + ], + 96 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4766', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '41', + 'prev_word_id' => '999', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1000', + ], + 97 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4767', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '42', + 'prev_word_id' => '1000', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1001', + ], + 98 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4768', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '43', + 'prev_word_id' => '1001', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1002', + ], + 99 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4769', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '44', + 'prev_word_id' => '1002', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '995', + ], + 100 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4770', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '45', + 'prev_word_id' => '995', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '983', + ], + 101 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4771', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '46', + 'prev_word_id' => '983', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1003', + ], + 102 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4772', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '47', + 'prev_word_id' => '1003', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1005', + ], + 103 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4773', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '48', + 'prev_word_id' => '1005', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1006', + ], + 104 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4774', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '49', + 'prev_word_id' => '1006', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1007', + ], + 105 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4775', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '50', + 'prev_word_id' => '1007', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1010', + ], + 106 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4776', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '51', + 'prev_word_id' => '1010', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1011', + ], + 107 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4777', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '52', + 'prev_word_id' => '1011', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1012', + ], + 108 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4778', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '53', + 'prev_word_id' => '1012', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1013', + ], + 109 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4779', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '54', + 'prev_word_id' => '1013', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1014', + ], + 110 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4780', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '55', + 'prev_word_id' => '1014', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '997', + ], + 111 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4781', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '56', + 'prev_word_id' => '997', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1015', + ], + 112 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4782', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '57', + 'prev_word_id' => '1015', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '981', + ], + 113 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4783', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '58', + 'prev_word_id' => '981', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1016', + ], + 114 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4784', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '59', + 'prev_word_id' => '1016', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1017', + ], + 115 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4785', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '60', + 'prev_word_id' => '1017', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1018', + ], + 116 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4786', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '61', + 'prev_word_id' => '1018', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1019', + ], + 117 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4787', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '62', + 'prev_word_id' => '1019', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1020', + ], + 118 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4788', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '63', + 'prev_word_id' => '1020', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '996', + ], + 119 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4789', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '64', + 'prev_word_id' => '996', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1005', + ], + 120 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4790', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '65', + 'prev_word_id' => '1005', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1006', + ], + 121 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4791', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1021', + 'placement' => '66', + 'prev_word_id' => '1006', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1007', + ], + 122 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4792', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '924', + 'placement' => '67', + 'prev_word_id' => '1007', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1021', + ], + 123 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '67', + 'frequency' => '0', + 'id' => '4793', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '68', + 'prev_word_id' => '1021', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '924', + ], + 124 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '68', + 'frequency' => '0', + 'id' => '4794', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1022', + ], + 125 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4795', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1024', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1023', + ], + 126 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4796', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1025', + 'placement' => '1', + 'prev_word_id' => '1023', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1024', + ], + 127 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4797', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '2', + 'prev_word_id' => '1024', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1025', + ], + 128 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4798', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '3', + 'prev_word_id' => '1025', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1026', + ], + 129 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4799', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '4', + 'prev_word_id' => '1026', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1027', + ], + 130 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4800', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '5', + 'prev_word_id' => '1027', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '999', + ], + 131 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4801', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '6', + 'prev_word_id' => '999', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1028', + ], + 132 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4802', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '7', + 'prev_word_id' => '1028', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1001', + ], + 133 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4803', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '8', + 'prev_word_id' => '1001', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1029', + ], + 134 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4804', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '9', + 'prev_word_id' => '1029', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1030', + ], + 135 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4805', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '10', + 'prev_word_id' => '1030', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1031', + ], + 136 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4806', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '11', + 'prev_word_id' => '1031', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1017', + ], + 137 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4807', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '12', + 'prev_word_id' => '1017', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1032', + ], + 138 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4808', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '13', + 'prev_word_id' => '1032', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1001', + ], + 139 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4809', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '14', + 'prev_word_id' => '1001', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1033', + ], + 140 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4810', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '15', + 'prev_word_id' => '1033', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1002', + ], + 141 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4811', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '16', + 'prev_word_id' => '1002', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '995', + ], + 142 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4812', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '17', + 'prev_word_id' => '995', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1034', + ], + 143 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4813', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '18', + 'prev_word_id' => '1034', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1014', + ], + 144 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4814', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '19', + 'prev_word_id' => '1014', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1030', + ], + 145 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4815', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '20', + 'prev_word_id' => '1030', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '998', + ], + 146 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4816', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '21', + 'prev_word_id' => '998', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1035', + ], + 147 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4817', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '22', + 'prev_word_id' => '1035', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '825', + ], + 148 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4818', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '23', + 'prev_word_id' => '825', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1036', + ], + 149 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4819', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '24', + 'prev_word_id' => '1036', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1017', + ], + 150 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4820', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '25', + 'prev_word_id' => '1017', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1037', + ], + 151 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4821', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '26', + 'prev_word_id' => '1037', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1017', + ], + 152 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4822', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '27', + 'prev_word_id' => '1017', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1038', + ], + 153 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4823', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '28', + 'prev_word_id' => '1038', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1026', + ], + 154 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4824', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '29', + 'prev_word_id' => '1026', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '985', + ], + 155 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4825', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '30', + 'prev_word_id' => '985', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1039', + ], + 156 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4826', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '31', + 'prev_word_id' => '1039', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1030', + ], + 157 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4827', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '32', + 'prev_word_id' => '1030', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '998', + ], + 158 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4828', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '33', + 'prev_word_id' => '998', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1026', + ], + 159 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4829', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '34', + 'prev_word_id' => '1026', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1027', + ], + 160 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4830', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '35', + 'prev_word_id' => '1027', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '999', + ], + 161 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4831', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '36', + 'prev_word_id' => '999', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1028', + ], + 162 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4832', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '37', + 'prev_word_id' => '1028', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1001', + ], + 163 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4833', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '38', + 'prev_word_id' => '1001', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1029', + ], + 164 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4834', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '39', + 'prev_word_id' => '1029', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1030', + ], + 165 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4835', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '40', + 'prev_word_id' => '1030', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1031', + ], + 166 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4836', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '41', + 'prev_word_id' => '1031', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1017', + ], + 167 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4837', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '42', + 'prev_word_id' => '1017', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1032', + ], + 168 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4838', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '43', + 'prev_word_id' => '1032', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1001', + ], + 169 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4839', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '44', + 'prev_word_id' => '1001', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1033', + ], + 170 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4840', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '45', + 'prev_word_id' => '1033', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1002', + ], + 171 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4841', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '46', + 'prev_word_id' => '1002', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '995', + ], + 172 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4842', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '47', + 'prev_word_id' => '995', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1034', + ], + 173 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4843', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '48', + 'prev_word_id' => '1034', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1014', + ], + 174 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4844', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '49', + 'prev_word_id' => '1014', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1030', + ], + 175 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4845', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '50', + 'prev_word_id' => '1030', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '998', + ], + 176 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4846', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '51', + 'prev_word_id' => '998', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1035', + ], + 177 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4847', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '52', + 'prev_word_id' => '1035', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '825', + ], + 178 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4848', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '53', + 'prev_word_id' => '825', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1036', + ], + 179 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4849', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '54', + 'prev_word_id' => '1036', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1017', + ], + 180 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4850', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '55', + 'prev_word_id' => '1017', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1037', + ], + 181 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4851', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '56', + 'prev_word_id' => '1037', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1017', + ], + 182 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4852', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '57', + 'prev_word_id' => '1017', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1038', + ], + 183 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4853', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '58', + 'prev_word_id' => '1038', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1026', + ], + 184 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4854', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '59', + 'prev_word_id' => '1026', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '985', + ], + 185 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4855', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '60', + 'prev_word_id' => '985', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1039', + ], + 186 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4856', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '61', + 'prev_word_id' => '1039', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1030', + ], + 187 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4857', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '62', + 'prev_word_id' => '1030', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '998', + ], + 188 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4858', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '63', + 'prev_word_id' => '998', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1026', + ], + 189 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4859', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '64', + 'prev_word_id' => '1026', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1040', + ], + 190 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4860', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '65', + 'prev_word_id' => '1040', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1041', + ], + 191 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4861', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '66', + 'prev_word_id' => '1041', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '990', + ], + 192 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4862', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '67', + 'prev_word_id' => '990', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1042', + ], + 193 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4863', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '68', + 'prev_word_id' => '1042', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1043', + ], + 194 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4864', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '69', + 'prev_word_id' => '1043', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1042', + ], + 195 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4865', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '70', + 'prev_word_id' => '1042', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '991', + ], + 196 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4866', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '71', + 'prev_word_id' => '991', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '995', + ], + 197 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4867', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '72', + 'prev_word_id' => '995', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1012', + ], + 198 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4868', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '73', + 'prev_word_id' => '1012', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1044', + ], + 199 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4869', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '74', + 'prev_word_id' => '1044', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1045', + ], + 200 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4870', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '75', + 'prev_word_id' => '1045', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1046', + ], + 201 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4871', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '76', + 'prev_word_id' => '1046', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1039', + ], + 202 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4872', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '77', + 'prev_word_id' => '1039', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1047', + ], + 203 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4873', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '78', + 'prev_word_id' => '1047', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1037', + ], + 204 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4874', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '79', + 'prev_word_id' => '1037', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1048', + ], + 205 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4875', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '80', + 'prev_word_id' => '1048', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1016', + ], + 206 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4876', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '81', + 'prev_word_id' => '1016', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1047', + ], + 207 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4877', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '82', + 'prev_word_id' => '1047', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '992', + ], + 208 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4878', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '83', + 'prev_word_id' => '992', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '993', + ], + 209 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4879', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '84', + 'prev_word_id' => '993', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1019', + ], + 210 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4880', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '85', + 'prev_word_id' => '1019', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '983', + ], + 211 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4881', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '86', + 'prev_word_id' => '983', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1030', + ], + 212 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4882', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '87', + 'prev_word_id' => '1030', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1049', + ], + 213 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4883', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '88', + 'prev_word_id' => '1049', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1043', + ], + 214 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4884', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '89', + 'prev_word_id' => '1043', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '996', + ], + 215 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4885', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '90', + 'prev_word_id' => '996', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1037', + ], + 216 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4886', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '91', + 'prev_word_id' => '1037', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1050', + ], + 217 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4887', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '92', + 'prev_word_id' => '1050', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1047', + ], + 218 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4888', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '93', + 'prev_word_id' => '1047', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '810', + ], + 219 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4889', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '94', + 'prev_word_id' => '810', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '988', + ], + 220 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4890', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '95', + 'prev_word_id' => '988', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1030', + ], + 221 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4891', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '96', + 'prev_word_id' => '1030', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1051', + ], + 222 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4892', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '97', + 'prev_word_id' => '1051', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1052', + ], + 223 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4893', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1023', + 'placement' => '98', + 'prev_word_id' => '1052', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1053', + ], + 224 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4894', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1024', + 'placement' => '99', + 'prev_word_id' => '1053', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1023', + ], + 225 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4895', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1025', + 'placement' => '100', + 'prev_word_id' => '1023', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1024', + ], + 226 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4896', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '101', + 'prev_word_id' => '1024', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1025', + ], + 227 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4897', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1055', + 'placement' => '102', + 'prev_word_id' => '1025', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1054', + ], + 228 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4898', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1056', + 'placement' => '103', + 'prev_word_id' => '1054', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1055', + ], + 229 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4899', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1057', + 'placement' => '104', + 'prev_word_id' => '1055', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1056', + ], + 230 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4900', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1058', + 'placement' => '105', + 'prev_word_id' => '1056', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1057', + ], + 231 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4901', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1059', + 'placement' => '106', + 'prev_word_id' => '1057', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1058', + ], + 232 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4902', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1060', + 'placement' => '107', + 'prev_word_id' => '1058', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1059', + ], + 233 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4903', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '108', + 'prev_word_id' => '1059', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1060', + ], + 234 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4904', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '109', + 'prev_word_id' => '1060', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1061', + ], + 235 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4905', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1062', + 'placement' => '110', + 'prev_word_id' => '1061', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1054', + ], + 236 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4906', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1063', + 'placement' => '111', + 'prev_word_id' => '1054', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1062', + ], + 237 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4907', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '112', + 'prev_word_id' => '1062', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1063', + ], + 238 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4908', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '113', + 'prev_word_id' => '1063', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1064', + ], + 239 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4909', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '114', + 'prev_word_id' => '1064', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1061', + ], + 240 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4910', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '115', + 'prev_word_id' => '1061', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1054', + ], + 241 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4911', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '116', + 'prev_word_id' => '1054', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1065', + ], + 242 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4912', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1066', + 'placement' => '117', + 'prev_word_id' => '1065', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1061', + ], + 243 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4913', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1067', + 'placement' => '118', + 'prev_word_id' => '1061', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1066', + ], + 244 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4914', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '119', + 'prev_word_id' => '1066', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1067', + ], + 245 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4915', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '120', + 'prev_word_id' => '1067', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1054', + ], + 246 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4916', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '121', + 'prev_word_id' => '1054', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1065', + ], + 247 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4917', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '122', + 'prev_word_id' => '1065', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1061', + ], + 248 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4918', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1068', + 'placement' => '123', + 'prev_word_id' => '1061', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1054', + ], + 249 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4919', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '124', + 'prev_word_id' => '1054', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1068', + ], + 250 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4920', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '125', + 'prev_word_id' => '1068', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1061', + ], + 251 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4921', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1069', + 'placement' => '126', + 'prev_word_id' => '1061', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1054', + ], + 252 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4922', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '127', + 'prev_word_id' => '1054', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1069', + ], + 253 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4923', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '128', + 'prev_word_id' => '1069', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1020', + ], + 254 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4924', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '129', + 'prev_word_id' => '1020', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1070', + ], + 255 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4925', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1024', + 'placement' => '130', + 'prev_word_id' => '1070', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1065', + ], + 256 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4926', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1071', + 'placement' => '131', + 'prev_word_id' => '1065', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1024', + ], + 257 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4927', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '132', + 'prev_word_id' => '1024', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1071', + ], + 258 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4928', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1072', + 'placement' => '133', + 'prev_word_id' => '1071', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1070', + ], + 259 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4929', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '134', + 'prev_word_id' => '1070', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1072', + ], + 260 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4930', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '135', + 'prev_word_id' => '1072', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1061', + ], + 261 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4931', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1073', + 'placement' => '136', + 'prev_word_id' => '1061', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1054', + ], + 262 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4932', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '137', + 'prev_word_id' => '1054', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1073', + ], + 263 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4933', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '138', + 'prev_word_id' => '1073', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1020', + ], + 264 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4934', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1074', + 'placement' => '139', + 'prev_word_id' => '1020', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1070', + ], + 265 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4935', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '140', + 'prev_word_id' => '1070', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1074', + ], + 266 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4936', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1075', + 'placement' => '141', + 'prev_word_id' => '1074', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1070', + ], + 267 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4937', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1076', + 'placement' => '142', + 'prev_word_id' => '1070', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1075', + ], + 268 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4938', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1077', + 'placement' => '143', + 'prev_word_id' => '1075', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1076', + ], + 269 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4939', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1078', + 'placement' => '144', + 'prev_word_id' => '1076', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1077', + ], + 270 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4940', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '145', + 'prev_word_id' => '1077', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1078', + ], + 271 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4941', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '146', + 'prev_word_id' => '1078', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1061', + ], + 272 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4942', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1073', + 'placement' => '147', + 'prev_word_id' => '1061', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1054', + ], + 273 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4943', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '148', + 'prev_word_id' => '1054', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1073', + ], + 274 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4944', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '149', + 'prev_word_id' => '1073', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1020', + ], + 275 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4945', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1074', + 'placement' => '150', + 'prev_word_id' => '1020', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1064', + ], + 276 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4946', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '151', + 'prev_word_id' => '1064', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1074', + ], + 277 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4947', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1075', + 'placement' => '152', + 'prev_word_id' => '1074', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1064', + ], + 278 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4948', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1079', + 'placement' => '153', + 'prev_word_id' => '1064', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1075', + ], + 279 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4949', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1077', + 'placement' => '154', + 'prev_word_id' => '1075', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1079', + ], + 280 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4950', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1080', + 'placement' => '155', + 'prev_word_id' => '1079', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1077', + ], + 281 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4951', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '156', + 'prev_word_id' => '1077', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1080', + ], + 282 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4952', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '157', + 'prev_word_id' => '1080', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1061', + ], + 283 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4953', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1069', + 'placement' => '158', + 'prev_word_id' => '1061', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1054', + ], + 284 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4954', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '159', + 'prev_word_id' => '1054', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1069', + ], + 285 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4955', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '160', + 'prev_word_id' => '1069', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1061', + ], + 286 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4956', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1068', + 'placement' => '161', + 'prev_word_id' => '1061', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1054', + ], + 287 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4957', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '162', + 'prev_word_id' => '1054', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1068', + ], + 288 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4958', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '163', + 'prev_word_id' => '1068', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1061', + ], + 289 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4959', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1062', + 'placement' => '164', + 'prev_word_id' => '1061', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1054', + ], + 290 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4960', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '165', + 'prev_word_id' => '1054', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1062', + ], + 291 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '69', + 'frequency' => '0', + 'id' => '4961', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '166', + 'prev_word_id' => '1062', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1061', + ], + 292 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '70', + 'frequency' => '0', + 'id' => '4962', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154175', + 'section_id' => '1', + 'word_id' => '1081', + ], + 293 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4963', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1083', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1082', + ], + 294 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4964', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1084', + 'placement' => '1', + 'prev_word_id' => '1082', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1083', + ], + 295 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4965', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1025', + 'placement' => '2', + 'prev_word_id' => '1083', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1084', + ], + 296 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4966', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '3', + 'prev_word_id' => '1084', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1025', + ], + 297 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4967', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '4', + 'prev_word_id' => '1025', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 298 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4968', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '5', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1027', + ], + 299 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4969', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '6', + 'prev_word_id' => '1027', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '999', + ], + 300 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4970', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '7', + 'prev_word_id' => '999', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1028', + ], + 301 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4971', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '8', + 'prev_word_id' => '1028', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 302 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4972', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '9', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1029', + ], + 303 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4973', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '10', + 'prev_word_id' => '1029', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 304 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4974', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '11', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1031', + ], + 305 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4975', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '12', + 'prev_word_id' => '1031', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 306 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4976', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '13', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1032', + ], + 307 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4977', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '14', + 'prev_word_id' => '1032', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 308 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4978', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '15', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1033', + ], + 309 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4979', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '16', + 'prev_word_id' => '1033', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1002', + ], + 310 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4980', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '17', + 'prev_word_id' => '1002', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 311 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4981', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '18', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1034', + ], + 312 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4982', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '19', + 'prev_word_id' => '1034', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 313 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4983', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '20', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 314 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4984', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '21', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 315 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4985', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '22', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1035', + ], + 316 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4986', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '23', + 'prev_word_id' => '1035', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '825', + ], + 317 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4987', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '24', + 'prev_word_id' => '825', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1036', + ], + 318 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4988', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '25', + 'prev_word_id' => '1036', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 319 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4989', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '26', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 320 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4990', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '27', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 321 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4991', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '28', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1038', + ], + 322 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4992', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '29', + 'prev_word_id' => '1038', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 323 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4993', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '30', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '985', + ], + 324 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4994', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '31', + 'prev_word_id' => '985', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 325 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4995', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '32', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 326 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4996', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '33', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 327 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4997', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '34', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 328 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4998', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '35', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 329 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '4999', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '36', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1041', + ], + 330 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5000', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '37', + 'prev_word_id' => '1041', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 331 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5001', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '38', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 332 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5002', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '39', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 333 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5003', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '40', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 334 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5004', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '41', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '991', + ], + 335 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5005', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '42', + 'prev_word_id' => '991', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 336 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5006', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '43', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1012', + ], + 337 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5007', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '44', + 'prev_word_id' => '1012', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1044', + ], + 338 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5008', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '45', + 'prev_word_id' => '1044', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1045', + ], + 339 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5009', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '46', + 'prev_word_id' => '1045', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1046', + ], + 340 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5010', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '47', + 'prev_word_id' => '1046', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 341 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5011', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '48', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 342 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5012', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '49', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 343 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5013', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '50', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1048', + ], + 344 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5014', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '51', + 'prev_word_id' => '1048', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1016', + ], + 345 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5015', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '52', + 'prev_word_id' => '1016', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 346 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5016', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '53', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '992', + ], + 347 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5017', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '54', + 'prev_word_id' => '992', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '993', + ], + 348 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5018', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '55', + 'prev_word_id' => '993', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1019', + ], + 349 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5019', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '56', + 'prev_word_id' => '1019', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 350 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5020', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '57', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 351 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5021', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '58', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1049', + ], + 352 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5022', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '59', + 'prev_word_id' => '1049', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 353 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5023', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '60', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '996', + ], + 354 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5024', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '61', + 'prev_word_id' => '996', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 355 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5025', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '62', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1050', + ], + 356 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5026', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '63', + 'prev_word_id' => '1050', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 357 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5027', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '64', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '810', + ], + 358 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5028', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '65', + 'prev_word_id' => '810', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '988', + ], + 359 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5029', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '66', + 'prev_word_id' => '988', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 360 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5030', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '67', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1051', + ], + 361 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5031', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '68', + 'prev_word_id' => '1051', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1052', + ], + 362 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5032', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '69', + 'prev_word_id' => '1052', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1053', + ], + 363 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5033', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '70', + 'prev_word_id' => '1053', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 364 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5034', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '71', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1027', + ], + 365 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5035', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '72', + 'prev_word_id' => '1027', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '999', + ], + 366 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5036', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '73', + 'prev_word_id' => '999', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1028', + ], + 367 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5037', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '74', + 'prev_word_id' => '1028', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 368 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5038', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '75', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1029', + ], + 369 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5039', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '76', + 'prev_word_id' => '1029', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 370 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5040', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '77', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1031', + ], + 371 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5041', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '78', + 'prev_word_id' => '1031', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 372 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5042', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '79', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1032', + ], + 373 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5043', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '80', + 'prev_word_id' => '1032', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 374 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5044', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '81', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1033', + ], + 375 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5045', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '82', + 'prev_word_id' => '1033', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1002', + ], + 376 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5046', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '83', + 'prev_word_id' => '1002', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 377 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5047', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '84', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1034', + ], + 378 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5048', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '85', + 'prev_word_id' => '1034', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 379 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5049', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '86', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 380 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5050', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '87', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 381 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5051', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '88', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1035', + ], + 382 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5052', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '89', + 'prev_word_id' => '1035', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '825', + ], + 383 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5053', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '90', + 'prev_word_id' => '825', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1036', + ], + 384 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5054', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '91', + 'prev_word_id' => '1036', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 385 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5055', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '92', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 386 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5056', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '93', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 387 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5057', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '94', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1038', + ], + 388 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5058', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '95', + 'prev_word_id' => '1038', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 389 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5059', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '96', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '985', + ], + 390 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5060', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '97', + 'prev_word_id' => '985', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 391 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5061', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '98', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 392 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5062', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '99', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 393 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5063', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '100', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 394 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5064', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '101', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 395 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5065', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '102', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1041', + ], + 396 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5066', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '103', + 'prev_word_id' => '1041', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 397 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5067', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '104', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 398 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5068', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '105', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 399 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5069', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '106', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 400 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5070', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '107', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '991', + ], + 401 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5071', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '108', + 'prev_word_id' => '991', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 402 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5072', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '109', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1012', + ], + 403 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5073', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '110', + 'prev_word_id' => '1012', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1044', + ], + 404 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5074', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '111', + 'prev_word_id' => '1044', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1045', + ], + 405 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5075', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '112', + 'prev_word_id' => '1045', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1046', + ], + 406 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5076', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '113', + 'prev_word_id' => '1046', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 407 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5077', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '114', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 408 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5078', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '115', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 409 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5079', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '116', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1048', + ], + 410 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5080', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '117', + 'prev_word_id' => '1048', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1016', + ], + 411 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5081', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '118', + 'prev_word_id' => '1016', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 412 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5082', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '119', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '992', + ], + 413 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5083', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '120', + 'prev_word_id' => '992', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '993', + ], + 414 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5084', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '121', + 'prev_word_id' => '993', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1019', + ], + 415 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5085', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '122', + 'prev_word_id' => '1019', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 416 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5086', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '123', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 417 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5087', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '124', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1049', + ], + 418 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5088', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '125', + 'prev_word_id' => '1049', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 419 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5089', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '126', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '996', + ], + 420 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5090', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '127', + 'prev_word_id' => '996', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 421 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5091', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '128', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1050', + ], + 422 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5092', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '129', + 'prev_word_id' => '1050', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 423 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5093', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '130', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '810', + ], + 424 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5094', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '131', + 'prev_word_id' => '810', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '988', + ], + 425 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5095', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '132', + 'prev_word_id' => '988', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 426 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5096', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '133', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1051', + ], + 427 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5097', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '134', + 'prev_word_id' => '1051', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1052', + ], + 428 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5098', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1085', + 'placement' => '135', + 'prev_word_id' => '1052', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1053', + ], + 429 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5099', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1086', + 'placement' => '136', + 'prev_word_id' => '1053', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1085', + ], + 430 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5100', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1087', + 'placement' => '137', + 'prev_word_id' => '1085', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1086', + ], + 431 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5101', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1088', + 'placement' => '138', + 'prev_word_id' => '1086', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1087', + ], + 432 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5102', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '139', + 'prev_word_id' => '1087', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1088', + ], + 433 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5103', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '140', + 'prev_word_id' => '1088', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1089', + ], + 434 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5104', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '141', + 'prev_word_id' => '1089', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1090', + ], + 435 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5105', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1092', + 'placement' => '142', + 'prev_word_id' => '1090', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1091', + ], + 436 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5106', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1093', + 'placement' => '143', + 'prev_word_id' => '1091', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1092', + ], + 437 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5107', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1094', + 'placement' => '144', + 'prev_word_id' => '1092', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1093', + ], + 438 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5108', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1095', + 'placement' => '145', + 'prev_word_id' => '1093', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1094', + ], + 439 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5109', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1096', + 'placement' => '146', + 'prev_word_id' => '1094', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1095', + ], + 440 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5110', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '147', + 'prev_word_id' => '1095', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1096', + ], + 441 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5111', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1097', + 'placement' => '148', + 'prev_word_id' => '1096', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1010', + ], + 442 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5112', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1098', + 'placement' => '149', + 'prev_word_id' => '1010', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1097', + ], + 443 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5113', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '150', + 'prev_word_id' => '1097', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1098', + ], + 444 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5114', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '151', + 'prev_word_id' => '1098', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1099', + ], + 445 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5115', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '152', + 'prev_word_id' => '1099', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 446 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5116', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '153', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '989', + ], + 447 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5117', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '154', + 'prev_word_id' => '989', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 448 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5118', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '155', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1019', + ], + 449 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5119', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '156', + 'prev_word_id' => '1019', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1100', + ], + 450 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5120', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '157', + 'prev_word_id' => '1100', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '997', + ], + 451 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5121', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '158', + 'prev_word_id' => '997', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1101', + ], + 452 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5122', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '159', + 'prev_word_id' => '1101', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '987', + ], + 453 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5123', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '160', + 'prev_word_id' => '987', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 454 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5124', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '161', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1102', + ], + 455 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5125', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '162', + 'prev_word_id' => '1102', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 456 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5126', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '163', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1103', + ], + 457 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5127', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '164', + 'prev_word_id' => '1103', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 458 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5128', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '165', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '988', + ], + 459 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5129', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '166', + 'prev_word_id' => '988', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1016', + ], + 460 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5130', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '167', + 'prev_word_id' => '1016', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1028', + ], + 461 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5131', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1104', + 'placement' => '168', + 'prev_word_id' => '1028', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '863', + ], + 462 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5132', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '169', + 'prev_word_id' => '863', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1104', + ], + 463 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5133', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '170', + 'prev_word_id' => '1104', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '810', + ], + 464 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5134', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '171', + 'prev_word_id' => '810', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1105', + ], + 465 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5135', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '172', + 'prev_word_id' => '1105', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 466 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5136', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '173', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1106', + ], + 467 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5137', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '174', + 'prev_word_id' => '1106', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 468 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5138', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '175', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 469 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5139', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '176', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 470 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5140', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '177', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1003', + ], + 471 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5141', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '178', + 'prev_word_id' => '1003', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 472 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5142', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '179', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1108', + ], + 473 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5143', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '180', + 'prev_word_id' => '1108', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '825', + ], + 474 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5144', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '181', + 'prev_word_id' => '825', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '994', + ], + 475 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5145', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '182', + 'prev_word_id' => '994', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 476 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5146', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '183', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1109', + ], + 477 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5147', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '184', + 'prev_word_id' => '1109', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 478 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5148', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '185', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1108', + ], + 479 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5149', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '186', + 'prev_word_id' => '1108', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1100', + ], + 480 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5150', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '187', + 'prev_word_id' => '1100', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 481 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5151', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '188', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 482 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5152', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '189', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1106', + ], + 483 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5153', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '190', + 'prev_word_id' => '1106', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 484 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5154', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '191', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1110', + ], + 485 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5155', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '192', + 'prev_word_id' => '1110', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 486 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5156', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '193', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1111', + ], + 487 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5157', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '194', + 'prev_word_id' => '1111', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 488 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5158', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '195', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1112', + ], + 489 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5159', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '196', + 'prev_word_id' => '1112', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 490 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5160', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '197', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1113', + ], + 491 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5161', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '198', + 'prev_word_id' => '1113', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1114', + ], + 492 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5162', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '199', + 'prev_word_id' => '1114', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 493 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5163', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '200', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1007', + ], + 494 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5164', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '201', + 'prev_word_id' => '1007', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 495 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5165', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '202', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1099', + ], + 496 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5166', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '203', + 'prev_word_id' => '1099', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '982', + ], + 497 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5167', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '204', + 'prev_word_id' => '982', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1115', + ], + 498 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5168', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '205', + 'prev_word_id' => '1115', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '981', + ], + 499 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5169', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '206', + 'prev_word_id' => '981', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1105', + ], + 500 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5170', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '207', + 'prev_word_id' => '1105', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '984', + ], + 501 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5171', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '208', + 'prev_word_id' => '984', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 502 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5172', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '209', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 503 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5173', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '210', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 504 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5174', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '211', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1036', + ], + 505 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5175', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '212', + 'prev_word_id' => '1036', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 506 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5176', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '213', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1103', + ], + 507 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5177', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '214', + 'prev_word_id' => '1103', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1116', + ], + 508 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5178', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '215', + 'prev_word_id' => '1116', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 509 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5179', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '216', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 510 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5180', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '217', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1117', + ], + 511 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5181', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '218', + 'prev_word_id' => '1117', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 512 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5182', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '219', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1118', + ], + 513 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5183', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '220', + 'prev_word_id' => '1118', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1119', + ], + 514 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5184', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '221', + 'prev_word_id' => '1119', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1002', + ], + 515 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5185', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '222', + 'prev_word_id' => '1002', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1011', + ], + 516 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5186', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '223', + 'prev_word_id' => '1011', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 517 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5187', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '224', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1114', + ], + 518 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5188', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '225', + 'prev_word_id' => '1114', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 519 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5189', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '226', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1007', + ], + 520 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5190', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '227', + 'prev_word_id' => '1007', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 521 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5191', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '228', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '981', + ], + 522 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5192', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '229', + 'prev_word_id' => '981', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1105', + ], + 523 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5193', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '230', + 'prev_word_id' => '1105', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '984', + ], + 524 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5194', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '231', + 'prev_word_id' => '984', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 525 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5195', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1082', + 'placement' => '232', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 526 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5196', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1083', + 'placement' => '233', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1082', + ], + 527 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5197', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1084', + 'placement' => '234', + 'prev_word_id' => '1082', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1083', + ], + 528 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5198', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1025', + 'placement' => '235', + 'prev_word_id' => '1083', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1084', + ], + 529 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5199', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '236', + 'prev_word_id' => '1084', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1025', + ], + 530 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5200', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1055', + 'placement' => '237', + 'prev_word_id' => '1025', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 531 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5201', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1056', + 'placement' => '238', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1055', + ], + 532 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5202', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1057', + 'placement' => '239', + 'prev_word_id' => '1055', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1056', + ], + 533 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5203', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1058', + 'placement' => '240', + 'prev_word_id' => '1056', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1057', + ], + 534 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5204', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1059', + 'placement' => '241', + 'prev_word_id' => '1057', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1058', + ], + 535 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5205', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1060', + 'placement' => '242', + 'prev_word_id' => '1058', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1059', + ], + 536 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5206', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '243', + 'prev_word_id' => '1059', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1060', + ], + 537 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5207', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '244', + 'prev_word_id' => '1060', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 538 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5208', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1062', + 'placement' => '245', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 539 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5209', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1063', + 'placement' => '246', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1062', + ], + 540 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5210', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '247', + 'prev_word_id' => '1062', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1063', + ], + 541 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5211', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '248', + 'prev_word_id' => '1063', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1064', + ], + 542 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5212', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '249', + 'prev_word_id' => '1064', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 543 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5213', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '250', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 544 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5214', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '251', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1065', + ], + 545 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5215', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1066', + 'placement' => '252', + 'prev_word_id' => '1065', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 546 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5216', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1067', + 'placement' => '253', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1066', + ], + 547 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5217', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '254', + 'prev_word_id' => '1066', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1067', + ], + 548 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5218', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '255', + 'prev_word_id' => '1067', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 549 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5219', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '256', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1065', + ], + 550 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5220', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '257', + 'prev_word_id' => '1065', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 551 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5221', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1068', + 'placement' => '258', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 552 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5222', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '259', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1068', + ], + 553 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5223', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '260', + 'prev_word_id' => '1068', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 554 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5224', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1069', + 'placement' => '261', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 555 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5225', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '262', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1069', + ], + 556 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5226', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '263', + 'prev_word_id' => '1069', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 557 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5227', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '264', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 558 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5228', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1120', + 'placement' => '265', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1065', + ], + 559 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5229', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1024', + 'placement' => '266', + 'prev_word_id' => '1065', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1120', + ], + 560 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5230', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1071', + 'placement' => '267', + 'prev_word_id' => '1120', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1024', + ], + 561 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5231', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '268', + 'prev_word_id' => '1024', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1071', + ], + 562 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5232', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1072', + 'placement' => '269', + 'prev_word_id' => '1071', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 563 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5233', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '270', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1072', + ], + 564 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5234', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '271', + 'prev_word_id' => '1072', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 565 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5235', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1073', + 'placement' => '272', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 566 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5236', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '273', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1073', + ], + 567 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5237', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '274', + 'prev_word_id' => '1073', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 568 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5238', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1074', + 'placement' => '275', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 569 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5239', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '276', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1074', + ], + 570 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5240', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1075', + 'placement' => '277', + 'prev_word_id' => '1074', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 571 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5241', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1121', + 'placement' => '278', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1075', + ], + 572 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5242', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1077', + 'placement' => '279', + 'prev_word_id' => '1075', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1121', + ], + 573 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5243', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1078', + 'placement' => '280', + 'prev_word_id' => '1121', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1077', + ], + 574 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5244', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '281', + 'prev_word_id' => '1077', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1078', + ], + 575 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5245', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '282', + 'prev_word_id' => '1078', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 576 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5246', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1073', + 'placement' => '283', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 577 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5247', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '284', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1073', + ], + 578 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5248', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '285', + 'prev_word_id' => '1073', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 579 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5249', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1074', + 'placement' => '286', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1064', + ], + 580 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5250', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '287', + 'prev_word_id' => '1064', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1074', + ], + 581 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5251', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1075', + 'placement' => '288', + 'prev_word_id' => '1074', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1064', + ], + 582 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5252', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1122', + 'placement' => '289', + 'prev_word_id' => '1064', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1075', + ], + 583 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5253', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1077', + 'placement' => '290', + 'prev_word_id' => '1075', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1122', + ], + 584 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5254', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1123', + 'placement' => '291', + 'prev_word_id' => '1122', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1077', + ], + 585 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5255', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '292', + 'prev_word_id' => '1077', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1123', + ], + 586 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5256', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '293', + 'prev_word_id' => '1123', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 587 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5257', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1069', + 'placement' => '294', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 588 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5258', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '295', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1069', + ], + 589 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5259', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '296', + 'prev_word_id' => '1069', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 590 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5260', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1068', + 'placement' => '297', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 591 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5261', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '298', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1068', + ], + 592 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5262', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '299', + 'prev_word_id' => '1068', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 593 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5263', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1062', + 'placement' => '300', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 594 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5264', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '301', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1062', + ], + 595 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '71', + 'frequency' => '0', + 'id' => '5265', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '302', + 'prev_word_id' => '1062', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 596 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5266', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1083', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1082', + ], + 597 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5267', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1084', + 'placement' => '1', + 'prev_word_id' => '1082', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1083', + ], + 598 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5268', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1124', + 'placement' => '2', + 'prev_word_id' => '1083', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1084', + ], + 599 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5269', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '3', + 'prev_word_id' => '1084', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1124', + ], + 600 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5270', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '4', + 'prev_word_id' => '1124', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 601 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5271', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '5', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1027', + ], + 602 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5272', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '6', + 'prev_word_id' => '1027', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '999', + ], + 603 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5273', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '7', + 'prev_word_id' => '999', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1028', + ], + 604 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5274', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '8', + 'prev_word_id' => '1028', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 605 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5275', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '9', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1029', + ], + 606 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5276', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '10', + 'prev_word_id' => '1029', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 607 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5277', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '11', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1031', + ], + 608 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5278', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '12', + 'prev_word_id' => '1031', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 609 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5279', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '13', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1032', + ], + 610 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5280', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '14', + 'prev_word_id' => '1032', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 611 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5281', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '15', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1033', + ], + 612 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5282', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '16', + 'prev_word_id' => '1033', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1002', + ], + 613 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5283', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '17', + 'prev_word_id' => '1002', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 614 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5284', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '18', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1034', + ], + 615 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5285', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '19', + 'prev_word_id' => '1034', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 616 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5286', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '20', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 617 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5287', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '21', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 618 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5288', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '22', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1035', + ], + 619 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5289', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '23', + 'prev_word_id' => '1035', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '825', + ], + 620 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5290', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '24', + 'prev_word_id' => '825', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1036', + ], + 621 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5291', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '25', + 'prev_word_id' => '1036', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 622 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5292', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '26', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 623 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5293', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '27', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 624 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5294', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '28', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1038', + ], + 625 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5295', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '29', + 'prev_word_id' => '1038', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 626 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5296', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '30', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '985', + ], + 627 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5297', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '31', + 'prev_word_id' => '985', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 628 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5298', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '32', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 629 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5299', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '33', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 630 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5300', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '34', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 631 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5301', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '35', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 632 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5302', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '36', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1041', + ], + 633 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5303', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '37', + 'prev_word_id' => '1041', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 634 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5304', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '38', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 635 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5305', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '39', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 636 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5306', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '40', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 637 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5307', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '41', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '991', + ], + 638 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5308', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '42', + 'prev_word_id' => '991', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 639 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5309', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '43', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1012', + ], + 640 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5310', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '44', + 'prev_word_id' => '1012', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1044', + ], + 641 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5311', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '45', + 'prev_word_id' => '1044', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1045', + ], + 642 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5312', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '46', + 'prev_word_id' => '1045', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1046', + ], + 643 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5313', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '47', + 'prev_word_id' => '1046', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 644 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5314', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '48', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 645 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5315', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '49', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 646 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5316', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '50', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1048', + ], + 647 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5317', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '51', + 'prev_word_id' => '1048', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1016', + ], + 648 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5318', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '52', + 'prev_word_id' => '1016', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 649 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5319', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '53', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '992', + ], + 650 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5320', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '54', + 'prev_word_id' => '992', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '993', + ], + 651 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5321', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '55', + 'prev_word_id' => '993', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1019', + ], + 652 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5322', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '56', + 'prev_word_id' => '1019', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 653 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5323', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '57', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 654 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5324', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '58', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1049', + ], + 655 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5325', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '59', + 'prev_word_id' => '1049', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 656 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5326', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '60', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '996', + ], + 657 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5327', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '61', + 'prev_word_id' => '996', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 658 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5328', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '62', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1050', + ], + 659 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5329', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '63', + 'prev_word_id' => '1050', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 660 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5330', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '64', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '810', + ], + 661 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5331', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '65', + 'prev_word_id' => '810', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '988', + ], + 662 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5332', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '66', + 'prev_word_id' => '988', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 663 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5333', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '67', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1051', + ], + 664 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5334', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '68', + 'prev_word_id' => '1051', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1052', + ], + 665 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5335', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '69', + 'prev_word_id' => '1052', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1053', + ], + 666 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5336', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '70', + 'prev_word_id' => '1053', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 667 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5337', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '71', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1027', + ], + 668 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5338', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '72', + 'prev_word_id' => '1027', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '999', + ], + 669 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5339', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '73', + 'prev_word_id' => '999', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1028', + ], + 670 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5340', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '74', + 'prev_word_id' => '1028', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 671 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5341', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '75', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1029', + ], + 672 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5342', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '76', + 'prev_word_id' => '1029', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 673 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5343', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '77', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1031', + ], + 674 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5344', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '78', + 'prev_word_id' => '1031', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 675 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5345', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '79', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1032', + ], + 676 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5346', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '80', + 'prev_word_id' => '1032', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 677 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5347', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '81', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1033', + ], + 678 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5348', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '82', + 'prev_word_id' => '1033', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1002', + ], + 679 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5349', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '83', + 'prev_word_id' => '1002', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 680 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5350', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '84', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1034', + ], + 681 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5351', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '85', + 'prev_word_id' => '1034', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 682 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5352', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '86', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 683 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5353', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '87', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 684 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5354', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '88', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1035', + ], + 685 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5355', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '89', + 'prev_word_id' => '1035', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '825', + ], + 686 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5356', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '90', + 'prev_word_id' => '825', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1036', + ], + 687 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5357', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '91', + 'prev_word_id' => '1036', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 688 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5358', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '92', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 689 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5359', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '93', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 690 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5360', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '94', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1038', + ], + 691 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5361', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '95', + 'prev_word_id' => '1038', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 692 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5362', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '96', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '985', + ], + 693 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5363', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '97', + 'prev_word_id' => '985', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 694 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5364', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '98', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 695 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5365', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '99', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 696 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5366', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '100', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 697 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5367', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '101', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 698 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5368', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '102', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1041', + ], + 699 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5369', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '103', + 'prev_word_id' => '1041', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 700 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5370', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '104', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 701 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5371', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '105', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 702 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5372', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '106', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 703 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5373', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '107', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '991', + ], + 704 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5374', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '108', + 'prev_word_id' => '991', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 705 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5375', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '109', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1012', + ], + 706 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5376', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '110', + 'prev_word_id' => '1012', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1044', + ], + 707 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5377', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '111', + 'prev_word_id' => '1044', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1045', + ], + 708 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5378', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '112', + 'prev_word_id' => '1045', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1046', + ], + 709 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5379', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '113', + 'prev_word_id' => '1046', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 710 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5380', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '114', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 711 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5381', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '115', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 712 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5382', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '116', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1048', + ], + 713 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5383', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '117', + 'prev_word_id' => '1048', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1016', + ], + 714 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5384', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '118', + 'prev_word_id' => '1016', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 715 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5385', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '119', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '992', + ], + 716 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5386', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '120', + 'prev_word_id' => '992', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '993', + ], + 717 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5387', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '121', + 'prev_word_id' => '993', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1019', + ], + 718 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5388', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '122', + 'prev_word_id' => '1019', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 719 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5389', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '123', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 720 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5390', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '124', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1049', + ], + 721 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5391', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '125', + 'prev_word_id' => '1049', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 722 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5392', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '126', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '996', + ], + 723 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5393', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '127', + 'prev_word_id' => '996', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 724 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5394', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '128', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1050', + ], + 725 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5395', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '129', + 'prev_word_id' => '1050', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 726 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5396', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '130', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '810', + ], + 727 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5397', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '131', + 'prev_word_id' => '810', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '988', + ], + 728 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5398', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '132', + 'prev_word_id' => '988', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 729 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5399', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '133', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1051', + ], + 730 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5400', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '134', + 'prev_word_id' => '1051', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1052', + ], + 731 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5401', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1085', + 'placement' => '135', + 'prev_word_id' => '1052', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1053', + ], + 732 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5402', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1086', + 'placement' => '136', + 'prev_word_id' => '1053', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1085', + ], + 733 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5403', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1087', + 'placement' => '137', + 'prev_word_id' => '1085', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1086', + ], + 734 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5404', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1088', + 'placement' => '138', + 'prev_word_id' => '1086', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1087', + ], + 735 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5405', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '139', + 'prev_word_id' => '1087', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1088', + ], + 736 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5406', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '140', + 'prev_word_id' => '1088', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1089', + ], + 737 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5407', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '141', + 'prev_word_id' => '1089', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1090', + ], + 738 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5408', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1092', + 'placement' => '142', + 'prev_word_id' => '1090', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1091', + ], + 739 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5409', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1093', + 'placement' => '143', + 'prev_word_id' => '1091', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1092', + ], + 740 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5410', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1094', + 'placement' => '144', + 'prev_word_id' => '1092', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1093', + ], + 741 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5411', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1095', + 'placement' => '145', + 'prev_word_id' => '1093', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1094', + ], + 742 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5412', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1096', + 'placement' => '146', + 'prev_word_id' => '1094', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1095', + ], + 743 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5413', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '147', + 'prev_word_id' => '1095', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1096', + ], + 744 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5414', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1097', + 'placement' => '148', + 'prev_word_id' => '1096', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1010', + ], + 745 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5415', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1098', + 'placement' => '149', + 'prev_word_id' => '1010', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1097', + ], + 746 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5416', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '150', + 'prev_word_id' => '1097', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1098', + ], + 747 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5417', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '151', + 'prev_word_id' => '1098', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1099', + ], + 748 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5418', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '152', + 'prev_word_id' => '1099', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 749 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5419', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '153', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '989', + ], + 750 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5420', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '154', + 'prev_word_id' => '989', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 751 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5421', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '155', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1019', + ], + 752 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5422', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '156', + 'prev_word_id' => '1019', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1100', + ], + 753 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5423', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '157', + 'prev_word_id' => '1100', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '997', + ], + 754 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5424', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '158', + 'prev_word_id' => '997', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1101', + ], + 755 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5425', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '159', + 'prev_word_id' => '1101', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '987', + ], + 756 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5426', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '160', + 'prev_word_id' => '987', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 757 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5427', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '161', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1102', + ], + 758 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5428', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '162', + 'prev_word_id' => '1102', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 759 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5429', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '163', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1103', + ], + 760 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5430', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '164', + 'prev_word_id' => '1103', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 761 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5431', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '165', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '988', + ], + 762 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5432', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '166', + 'prev_word_id' => '988', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1016', + ], + 763 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5433', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '167', + 'prev_word_id' => '1016', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1028', + ], + 764 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5434', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1104', + 'placement' => '168', + 'prev_word_id' => '1028', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '863', + ], + 765 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5435', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '169', + 'prev_word_id' => '863', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1104', + ], + 766 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5436', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '170', + 'prev_word_id' => '1104', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '810', + ], + 767 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5437', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '171', + 'prev_word_id' => '810', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1105', + ], + 768 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5438', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '172', + 'prev_word_id' => '1105', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 769 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5439', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '173', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1106', + ], + 770 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5440', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '174', + 'prev_word_id' => '1106', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 771 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5441', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '175', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 772 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5442', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '176', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 773 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5443', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '177', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1003', + ], + 774 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5444', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '178', + 'prev_word_id' => '1003', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 775 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5445', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '179', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1108', + ], + 776 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5446', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '180', + 'prev_word_id' => '1108', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '825', + ], + 777 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5447', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '181', + 'prev_word_id' => '825', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '994', + ], + 778 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5448', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '182', + 'prev_word_id' => '994', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 779 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5449', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '183', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1109', + ], + 780 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5450', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '184', + 'prev_word_id' => '1109', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 781 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5451', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '185', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1108', + ], + 782 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5452', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '186', + 'prev_word_id' => '1108', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1100', + ], + 783 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5453', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '187', + 'prev_word_id' => '1100', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 784 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5454', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '188', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 785 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5455', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '189', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1106', + ], + 786 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5456', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '190', + 'prev_word_id' => '1106', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 787 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5457', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '191', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1110', + ], + 788 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5458', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '192', + 'prev_word_id' => '1110', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 789 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5459', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '193', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1111', + ], + 790 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5460', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '194', + 'prev_word_id' => '1111', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 791 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5461', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '195', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1112', + ], + 792 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5462', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '196', + 'prev_word_id' => '1112', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 793 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5463', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '197', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1113', + ], + 794 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5464', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '198', + 'prev_word_id' => '1113', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1114', + ], + 795 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5465', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '199', + 'prev_word_id' => '1114', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 796 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5466', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '200', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1007', + ], + 797 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5467', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '201', + 'prev_word_id' => '1007', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 798 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5468', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '202', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1099', + ], + 799 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5469', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '203', + 'prev_word_id' => '1099', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '982', + ], + 800 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5470', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '204', + 'prev_word_id' => '982', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1115', + ], + 801 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5471', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '205', + 'prev_word_id' => '1115', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '981', + ], + 802 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5472', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '206', + 'prev_word_id' => '981', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1105', + ], + 803 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5473', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '207', + 'prev_word_id' => '1105', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '984', + ], + 804 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5474', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '208', + 'prev_word_id' => '984', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 805 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5475', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '209', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 806 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5476', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '210', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 807 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5477', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '211', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1036', + ], + 808 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5478', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '212', + 'prev_word_id' => '1036', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 809 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5479', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '213', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1103', + ], + 810 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5480', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '214', + 'prev_word_id' => '1103', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1116', + ], + 811 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5481', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '215', + 'prev_word_id' => '1116', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 812 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5482', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '216', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 813 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5483', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '217', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1117', + ], + 814 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5484', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '218', + 'prev_word_id' => '1117', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 815 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5485', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '219', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1118', + ], + 816 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5486', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '220', + 'prev_word_id' => '1118', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1119', + ], + 817 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5487', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '221', + 'prev_word_id' => '1119', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1002', + ], + 818 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5488', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '222', + 'prev_word_id' => '1002', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1011', + ], + 819 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5489', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '223', + 'prev_word_id' => '1011', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 820 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5490', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '224', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1114', + ], + 821 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5491', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '225', + 'prev_word_id' => '1114', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 822 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5492', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '226', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1007', + ], + 823 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5493', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '227', + 'prev_word_id' => '1007', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 824 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5494', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '228', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '981', + ], + 825 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5495', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '229', + 'prev_word_id' => '981', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1105', + ], + 826 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5496', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '230', + 'prev_word_id' => '1105', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '984', + ], + 827 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5497', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '231', + 'prev_word_id' => '984', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 828 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5498', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1082', + 'placement' => '232', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 829 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5499', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1083', + 'placement' => '233', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1082', + ], + 830 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5500', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1084', + 'placement' => '234', + 'prev_word_id' => '1082', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1083', + ], + 831 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5501', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1124', + 'placement' => '235', + 'prev_word_id' => '1083', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1084', + ], + 832 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5502', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '236', + 'prev_word_id' => '1084', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1124', + ], + 833 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5503', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1055', + 'placement' => '237', + 'prev_word_id' => '1124', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 834 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5504', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1056', + 'placement' => '238', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1055', + ], + 835 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5505', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1057', + 'placement' => '239', + 'prev_word_id' => '1055', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1056', + ], + 836 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5506', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1058', + 'placement' => '240', + 'prev_word_id' => '1056', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1057', + ], + 837 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5507', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1059', + 'placement' => '241', + 'prev_word_id' => '1057', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1058', + ], + 838 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5508', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1060', + 'placement' => '242', + 'prev_word_id' => '1058', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1059', + ], + 839 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5509', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '243', + 'prev_word_id' => '1059', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1060', + ], + 840 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5510', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '244', + 'prev_word_id' => '1060', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 841 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5511', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1062', + 'placement' => '245', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 842 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5512', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1063', + 'placement' => '246', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1062', + ], + 843 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5513', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '247', + 'prev_word_id' => '1062', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1063', + ], + 844 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5514', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '248', + 'prev_word_id' => '1063', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1064', + ], + 845 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5515', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '249', + 'prev_word_id' => '1064', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 846 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5516', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '250', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 847 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5517', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '251', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1065', + ], + 848 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5518', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1066', + 'placement' => '252', + 'prev_word_id' => '1065', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 849 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5519', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1067', + 'placement' => '253', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1066', + ], + 850 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5520', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '254', + 'prev_word_id' => '1066', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1067', + ], + 851 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5521', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '255', + 'prev_word_id' => '1067', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 852 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5522', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '256', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1065', + ], + 853 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5523', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '257', + 'prev_word_id' => '1065', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 854 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5524', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1068', + 'placement' => '258', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 855 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5525', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '259', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1068', + ], + 856 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5526', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '260', + 'prev_word_id' => '1068', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 857 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5527', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1069', + 'placement' => '261', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 858 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5528', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '262', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1069', + ], + 859 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5529', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '263', + 'prev_word_id' => '1069', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 860 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5530', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '264', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 861 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5531', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1120', + 'placement' => '265', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1065', + ], + 862 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5532', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1024', + 'placement' => '266', + 'prev_word_id' => '1065', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1120', + ], + 863 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5533', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1071', + 'placement' => '267', + 'prev_word_id' => '1120', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1024', + ], + 864 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5534', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '268', + 'prev_word_id' => '1024', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1071', + ], + 865 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5535', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1072', + 'placement' => '269', + 'prev_word_id' => '1071', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 866 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5536', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '270', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1072', + ], + 867 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5537', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '271', + 'prev_word_id' => '1072', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 868 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5538', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1073', + 'placement' => '272', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 869 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5539', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '273', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1073', + ], + 870 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5540', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '274', + 'prev_word_id' => '1073', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 871 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5541', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1074', + 'placement' => '275', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 872 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5542', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '276', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1074', + ], + 873 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5543', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1075', + 'placement' => '277', + 'prev_word_id' => '1074', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 874 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5544', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1121', + 'placement' => '278', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1075', + ], + 875 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5545', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1077', + 'placement' => '279', + 'prev_word_id' => '1075', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1121', + ], + 876 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5546', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1078', + 'placement' => '280', + 'prev_word_id' => '1121', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1077', + ], + 877 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5547', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '281', + 'prev_word_id' => '1077', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1078', + ], + 878 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5548', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '282', + 'prev_word_id' => '1078', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 879 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5549', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1073', + 'placement' => '283', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 880 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5550', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '284', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1073', + ], + 881 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5551', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '285', + 'prev_word_id' => '1073', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 882 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5552', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1074', + 'placement' => '286', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1064', + ], + 883 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5553', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '287', + 'prev_word_id' => '1064', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1074', + ], + 884 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5554', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1075', + 'placement' => '288', + 'prev_word_id' => '1074', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1064', + ], + 885 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5555', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1122', + 'placement' => '289', + 'prev_word_id' => '1064', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1075', + ], + 886 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5556', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1077', + 'placement' => '290', + 'prev_word_id' => '1075', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1122', + ], + 887 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5557', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1123', + 'placement' => '291', + 'prev_word_id' => '1122', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1077', + ], + 888 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5558', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '292', + 'prev_word_id' => '1077', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1123', + ], + 889 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5559', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '293', + 'prev_word_id' => '1123', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 890 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5560', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1069', + 'placement' => '294', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 891 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5561', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '295', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1069', + ], + 892 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5562', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '296', + 'prev_word_id' => '1069', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 893 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5563', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1068', + 'placement' => '297', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 894 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5564', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '298', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1068', + ], + 895 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5565', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '299', + 'prev_word_id' => '1068', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 896 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5566', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1062', + 'placement' => '300', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 897 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5567', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '301', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1062', + ], + 898 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '72', + 'frequency' => '0', + 'id' => '5568', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '302', + 'prev_word_id' => '1062', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 899 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5569', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1083', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1082', + ], + 900 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5570', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1084', + 'placement' => '1', + 'prev_word_id' => '1082', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1083', + ], + 901 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5571', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1125', + 'placement' => '2', + 'prev_word_id' => '1083', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1084', + ], + 902 => [ + 'content_type_field_definition_id' => '220', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5572', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '3', + 'prev_word_id' => '1084', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1125', + ], + 903 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5573', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '4', + 'prev_word_id' => '1125', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 904 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5574', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '5', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1027', + ], + 905 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5575', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '6', + 'prev_word_id' => '1027', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '999', + ], + 906 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5576', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '7', + 'prev_word_id' => '999', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1028', + ], + 907 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5577', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '8', + 'prev_word_id' => '1028', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 908 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5578', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '9', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1029', + ], + 909 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5579', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '10', + 'prev_word_id' => '1029', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 910 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5580', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '11', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1031', + ], + 911 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5581', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '12', + 'prev_word_id' => '1031', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 912 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5582', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '13', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1032', + ], + 913 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5583', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '14', + 'prev_word_id' => '1032', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 914 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5584', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '15', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1033', + ], + 915 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5585', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '16', + 'prev_word_id' => '1033', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1002', + ], + 916 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5586', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '17', + 'prev_word_id' => '1002', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 917 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5587', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '18', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1034', + ], + 918 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5588', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '19', + 'prev_word_id' => '1034', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 919 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5589', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '20', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 920 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5590', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '21', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 921 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5591', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '22', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1035', + ], + 922 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5592', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '23', + 'prev_word_id' => '1035', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '825', + ], + 923 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5593', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '24', + 'prev_word_id' => '825', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1036', + ], + 924 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5594', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '25', + 'prev_word_id' => '1036', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 925 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5595', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '26', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 926 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5596', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '27', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 927 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5597', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '28', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1038', + ], + 928 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5598', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '29', + 'prev_word_id' => '1038', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 929 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5599', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '30', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '985', + ], + 930 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5600', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '31', + 'prev_word_id' => '985', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 931 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5601', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '32', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 932 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5602', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '33', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 933 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5603', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '34', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 934 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5604', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '35', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 935 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5605', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '36', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1041', + ], + 936 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5606', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '37', + 'prev_word_id' => '1041', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 937 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5607', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '38', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 938 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5608', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '39', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 939 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5609', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '40', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 940 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5610', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '41', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '991', + ], + 941 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5611', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '42', + 'prev_word_id' => '991', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 942 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5612', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '43', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1012', + ], + 943 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5613', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '44', + 'prev_word_id' => '1012', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1044', + ], + 944 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5614', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '45', + 'prev_word_id' => '1044', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1045', + ], + 945 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5615', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '46', + 'prev_word_id' => '1045', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1046', + ], + 946 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5616', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '47', + 'prev_word_id' => '1046', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 947 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5617', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '48', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 948 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5618', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '49', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 949 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5619', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '50', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1048', + ], + 950 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5620', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '51', + 'prev_word_id' => '1048', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1016', + ], + 951 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5621', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '52', + 'prev_word_id' => '1016', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 952 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5622', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '53', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '992', + ], + 953 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5623', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '54', + 'prev_word_id' => '992', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '993', + ], + 954 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5624', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '55', + 'prev_word_id' => '993', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1019', + ], + 955 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5625', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '56', + 'prev_word_id' => '1019', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 956 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5626', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '57', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 957 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5627', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '58', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1049', + ], + 958 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5628', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '59', + 'prev_word_id' => '1049', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 959 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5629', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '60', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '996', + ], + 960 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5630', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '61', + 'prev_word_id' => '996', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 961 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5631', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '62', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1050', + ], + 962 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5632', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '63', + 'prev_word_id' => '1050', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 963 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5633', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '64', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '810', + ], + 964 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5634', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '65', + 'prev_word_id' => '810', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '988', + ], + 965 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5635', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '66', + 'prev_word_id' => '988', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 966 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5636', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '67', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1051', + ], + 967 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5637', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '68', + 'prev_word_id' => '1051', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1052', + ], + 968 => [ + 'content_type_field_definition_id' => '222', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5638', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '69', + 'prev_word_id' => '1052', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1053', + ], + 969 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5639', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '70', + 'prev_word_id' => '1053', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 970 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5640', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '71', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1027', + ], + 971 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5641', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '72', + 'prev_word_id' => '1027', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '999', + ], + 972 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5642', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '73', + 'prev_word_id' => '999', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1028', + ], + 973 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5643', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '74', + 'prev_word_id' => '1028', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 974 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5644', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '75', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1029', + ], + 975 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5645', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '76', + 'prev_word_id' => '1029', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 976 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5646', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '77', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1031', + ], + 977 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5647', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '78', + 'prev_word_id' => '1031', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 978 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5648', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '79', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1032', + ], + 979 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5649', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '80', + 'prev_word_id' => '1032', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 980 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5650', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '81', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1033', + ], + 981 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5651', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '82', + 'prev_word_id' => '1033', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1002', + ], + 982 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5652', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '83', + 'prev_word_id' => '1002', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 983 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5653', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '84', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1034', + ], + 984 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5654', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '85', + 'prev_word_id' => '1034', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 985 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5655', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '86', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 986 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5656', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '87', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 987 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5657', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '88', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1035', + ], + 988 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5658', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '89', + 'prev_word_id' => '1035', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '825', + ], + 989 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5659', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '90', + 'prev_word_id' => '825', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1036', + ], + 990 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5660', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '91', + 'prev_word_id' => '1036', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 991 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5661', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '92', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 992 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5662', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '93', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 993 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5663', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '94', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1038', + ], + 994 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5664', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '95', + 'prev_word_id' => '1038', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 995 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5665', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '96', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '985', + ], + 996 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5666', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '97', + 'prev_word_id' => '985', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 997 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5667', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '98', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 998 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5668', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '99', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 999 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5669', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '100', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 1000 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5670', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '101', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1001 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5671', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '102', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1041', + ], + 1002 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5672', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '103', + 'prev_word_id' => '1041', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 1003 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5673', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '104', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 1004 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5674', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '105', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 1005 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5675', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '106', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 1006 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5676', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '107', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '991', + ], + 1007 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5677', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '108', + 'prev_word_id' => '991', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 1008 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5678', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '109', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1012', + ], + 1009 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5679', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '110', + 'prev_word_id' => '1012', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1044', + ], + 1010 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5680', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '111', + 'prev_word_id' => '1044', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1045', + ], + 1011 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5681', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '112', + 'prev_word_id' => '1045', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1046', + ], + 1012 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5682', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '113', + 'prev_word_id' => '1046', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1013 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5683', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '114', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 1014 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5684', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '115', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 1015 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5685', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '116', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1048', + ], + 1016 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5686', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '117', + 'prev_word_id' => '1048', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1016', + ], + 1017 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5687', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '118', + 'prev_word_id' => '1016', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 1018 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5688', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '119', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '992', + ], + 1019 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5689', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '120', + 'prev_word_id' => '992', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '993', + ], + 1020 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5690', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '121', + 'prev_word_id' => '993', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1019', + ], + 1021 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5691', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '122', + 'prev_word_id' => '1019', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 1022 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5692', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '123', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1023 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5693', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '124', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1049', + ], + 1024 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5694', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '125', + 'prev_word_id' => '1049', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1043', + ], + 1025 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5695', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '126', + 'prev_word_id' => '1043', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '996', + ], + 1026 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5696', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '127', + 'prev_word_id' => '996', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1037', + ], + 1027 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5697', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '128', + 'prev_word_id' => '1037', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1050', + ], + 1028 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5698', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '129', + 'prev_word_id' => '1050', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 1029 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5699', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '130', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '810', + ], + 1030 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5700', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '131', + 'prev_word_id' => '810', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '988', + ], + 1031 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5701', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '132', + 'prev_word_id' => '988', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1032 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5702', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '133', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1051', + ], + 1033 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5703', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '134', + 'prev_word_id' => '1051', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1052', + ], + 1034 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5704', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1085', + 'placement' => '135', + 'prev_word_id' => '1052', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1053', + ], + 1035 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5705', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1086', + 'placement' => '136', + 'prev_word_id' => '1053', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1085', + ], + 1036 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5706', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1087', + 'placement' => '137', + 'prev_word_id' => '1085', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1086', + ], + 1037 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5707', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1088', + 'placement' => '138', + 'prev_word_id' => '1086', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1087', + ], + 1038 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5708', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '139', + 'prev_word_id' => '1087', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1088', + ], + 1039 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5709', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '140', + 'prev_word_id' => '1088', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1089', + ], + 1040 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5710', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '141', + 'prev_word_id' => '1089', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1090', + ], + 1041 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5711', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1092', + 'placement' => '142', + 'prev_word_id' => '1090', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1091', + ], + 1042 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5712', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1093', + 'placement' => '143', + 'prev_word_id' => '1091', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1092', + ], + 1043 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5713', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1094', + 'placement' => '144', + 'prev_word_id' => '1092', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1093', + ], + 1044 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5714', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1095', + 'placement' => '145', + 'prev_word_id' => '1093', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1094', + ], + 1045 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5715', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1096', + 'placement' => '146', + 'prev_word_id' => '1094', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1095', + ], + 1046 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5716', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '147', + 'prev_word_id' => '1095', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1096', + ], + 1047 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5717', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1097', + 'placement' => '148', + 'prev_word_id' => '1096', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1010', + ], + 1048 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5718', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1098', + 'placement' => '149', + 'prev_word_id' => '1010', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1097', + ], + 1049 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5719', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '150', + 'prev_word_id' => '1097', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1098', + ], + 1050 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5720', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '151', + 'prev_word_id' => '1098', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1099', + ], + 1051 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5721', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '152', + 'prev_word_id' => '1099', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 1052 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5722', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '153', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '989', + ], + 1053 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5723', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '154', + 'prev_word_id' => '989', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1026', + ], + 1054 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5724', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '155', + 'prev_word_id' => '1026', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1019', + ], + 1055 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5725', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '156', + 'prev_word_id' => '1019', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1100', + ], + 1056 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5726', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '157', + 'prev_word_id' => '1100', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '997', + ], + 1057 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5727', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '158', + 'prev_word_id' => '997', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1101', + ], + 1058 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5728', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '159', + 'prev_word_id' => '1101', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '987', + ], + 1059 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5729', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '160', + 'prev_word_id' => '987', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 1060 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5730', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '161', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1102', + ], + 1061 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5731', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '162', + 'prev_word_id' => '1102', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '995', + ], + 1062 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5732', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '163', + 'prev_word_id' => '995', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1103', + ], + 1063 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5733', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '164', + 'prev_word_id' => '1103', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1064 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5734', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '165', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '988', + ], + 1065 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5735', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '166', + 'prev_word_id' => '988', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1016', + ], + 1066 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5736', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '167', + 'prev_word_id' => '1016', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1028', + ], + 1067 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5737', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1104', + 'placement' => '168', + 'prev_word_id' => '1028', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '863', + ], + 1068 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5738', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '169', + 'prev_word_id' => '863', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1104', + ], + 1069 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5739', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '170', + 'prev_word_id' => '1104', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '810', + ], + 1070 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5740', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '171', + 'prev_word_id' => '810', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1105', + ], + 1071 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5741', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '172', + 'prev_word_id' => '1105', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 1072 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5742', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '173', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1106', + ], + 1073 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5743', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '174', + 'prev_word_id' => '1106', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 1074 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5744', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '175', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1075 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5745', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '176', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1076 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5746', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '177', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1003', + ], + 1077 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5747', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '178', + 'prev_word_id' => '1003', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 1078 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5748', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '179', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1108', + ], + 1079 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5749', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '180', + 'prev_word_id' => '1108', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '825', + ], + 1080 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5750', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '181', + 'prev_word_id' => '825', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '994', + ], + 1081 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5751', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '182', + 'prev_word_id' => '994', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1082 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5752', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '183', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1109', + ], + 1083 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5753', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '184', + 'prev_word_id' => '1109', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1084 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5754', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '185', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1108', + ], + 1085 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5755', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '186', + 'prev_word_id' => '1108', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1100', + ], + 1086 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5756', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '187', + 'prev_word_id' => '1100', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1087 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5757', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '188', + 'prev_word_id' => '1039', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1017', + ], + 1088 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5758', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '189', + 'prev_word_id' => '1017', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1106', + ], + 1089 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5759', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '190', + 'prev_word_id' => '1106', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1090 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5760', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '191', + 'prev_word_id' => '1040', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1110', + ], + 1091 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5761', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '192', + 'prev_word_id' => '1110', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 1092 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5762', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '193', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1111', + ], + 1093 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5763', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '194', + 'prev_word_id' => '1111', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1094 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5764', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '195', + 'prev_word_id' => '1001', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1112', + ], + 1095 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5765', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '196', + 'prev_word_id' => '1112', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1042', + ], + 1096 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5766', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '197', + 'prev_word_id' => '1042', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1113', + ], + 1097 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5767', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '198', + 'prev_word_id' => '1113', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1114', + ], + 1098 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5768', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '199', + 'prev_word_id' => '1114', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 1099 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5769', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '200', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1007', + ], + 1100 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5770', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '201', + 'prev_word_id' => '1007', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1101 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5771', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '202', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1099', + ], + 1102 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5772', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '203', + 'prev_word_id' => '1099', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '982', + ], + 1103 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5773', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '204', + 'prev_word_id' => '982', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1115', + ], + 1104 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5774', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '205', + 'prev_word_id' => '1115', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '981', + ], + 1105 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5775', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '206', + 'prev_word_id' => '981', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1105', + ], + 1106 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5776', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '207', + 'prev_word_id' => '1105', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '984', + ], + 1107 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5777', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '208', + 'prev_word_id' => '984', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 1108 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5778', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '209', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 1109 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5779', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '210', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 1110 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5780', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '211', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1036', + ], + 1111 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5781', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '212', + 'prev_word_id' => '1036', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 1112 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5782', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '213', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1103', + ], + 1113 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5783', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '214', + 'prev_word_id' => '1103', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1114 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5784', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '215', + 'prev_word_id' => '1116', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '990', + ], + 1115 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5785', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '216', + 'prev_word_id' => '990', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '983', + ], + 1116 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5786', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '217', + 'prev_word_id' => '983', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1117', + ], + 1117 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5787', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '218', + 'prev_word_id' => '1117', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1014', + ], + 1118 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5788', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '219', + 'prev_word_id' => '1014', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1118', + ], + 1119 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5789', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '220', + 'prev_word_id' => '1118', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1119', + ], + 1120 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5790', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '221', + 'prev_word_id' => '1119', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1002', + ], + 1121 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5791', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '222', + 'prev_word_id' => '1002', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1122 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5792', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '223', + 'prev_word_id' => '1011', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '998', + ], + 1123 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5793', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '224', + 'prev_word_id' => '998', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1114', + ], + 1124 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5794', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '225', + 'prev_word_id' => '1114', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 1125 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5795', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '226', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1007', + ], + 1126 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5796', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '227', + 'prev_word_id' => '1007', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1127 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5797', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '228', + 'prev_word_id' => '1030', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '981', + ], + 1128 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5798', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '229', + 'prev_word_id' => '981', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1105', + ], + 1129 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5799', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '230', + 'prev_word_id' => '1105', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '984', + ], + 1130 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5800', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '231', + 'prev_word_id' => '984', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1047', + ], + 1131 => [ + 'content_type_field_definition_id' => '223', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5801', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1082', + 'placement' => '232', + 'prev_word_id' => '1047', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1107', + ], + 1132 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5802', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1083', + 'placement' => '233', + 'prev_word_id' => '1107', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1082', + ], + 1133 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5803', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1084', + 'placement' => '234', + 'prev_word_id' => '1082', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1083', + ], + 1134 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5804', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1125', + 'placement' => '235', + 'prev_word_id' => '1083', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1084', + ], + 1135 => [ + 'content_type_field_definition_id' => '226', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5805', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '236', + 'prev_word_id' => '1084', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1125', + ], + 1136 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5806', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1055', + 'placement' => '237', + 'prev_word_id' => '1125', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 1137 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5807', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1056', + 'placement' => '238', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1055', + ], + 1138 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5808', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1057', + 'placement' => '239', + 'prev_word_id' => '1055', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1056', + ], + 1139 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5809', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1058', + 'placement' => '240', + 'prev_word_id' => '1056', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1057', + ], + 1140 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5810', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1059', + 'placement' => '241', + 'prev_word_id' => '1057', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1058', + ], + 1141 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5811', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1060', + 'placement' => '242', + 'prev_word_id' => '1058', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1059', + ], + 1142 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5812', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '243', + 'prev_word_id' => '1059', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1060', + ], + 1143 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5813', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '244', + 'prev_word_id' => '1060', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 1144 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5814', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1062', + 'placement' => '245', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 1145 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5815', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1063', + 'placement' => '246', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1062', + ], + 1146 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5816', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '247', + 'prev_word_id' => '1062', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1063', + ], + 1147 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5817', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '248', + 'prev_word_id' => '1063', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1064', + ], + 1148 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5818', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '249', + 'prev_word_id' => '1064', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 1149 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5819', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '250', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 1150 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5820', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '251', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1065', + ], + 1151 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5821', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1066', + 'placement' => '252', + 'prev_word_id' => '1065', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 1152 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5822', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1067', + 'placement' => '253', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1066', + ], + 1153 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5823', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '254', + 'prev_word_id' => '1066', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1067', + ], + 1154 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5824', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '255', + 'prev_word_id' => '1067', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 1155 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5825', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '256', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1065', + ], + 1156 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5826', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '257', + 'prev_word_id' => '1065', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 1157 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5827', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1068', + 'placement' => '258', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 1158 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5828', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '259', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1068', + ], + 1159 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5829', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '260', + 'prev_word_id' => '1068', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 1160 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5830', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1069', + 'placement' => '261', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 1161 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5831', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '262', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1069', + ], + 1162 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5832', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '263', + 'prev_word_id' => '1069', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 1163 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5833', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1065', + 'placement' => '264', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 1164 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5834', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1120', + 'placement' => '265', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1065', + ], + 1165 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5835', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1024', + 'placement' => '266', + 'prev_word_id' => '1065', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1120', + ], + 1166 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5836', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1071', + 'placement' => '267', + 'prev_word_id' => '1120', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1024', + ], + 1167 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5837', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '268', + 'prev_word_id' => '1024', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1071', + ], + 1168 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5838', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1072', + 'placement' => '269', + 'prev_word_id' => '1071', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 1169 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5839', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '270', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1072', + ], + 1170 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5840', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '271', + 'prev_word_id' => '1072', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 1171 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5841', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1073', + 'placement' => '272', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 1172 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5842', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '273', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1073', + ], + 1173 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5843', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '274', + 'prev_word_id' => '1073', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 1174 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5844', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1074', + 'placement' => '275', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 1175 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5845', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '276', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1074', + ], + 1176 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5846', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1075', + 'placement' => '277', + 'prev_word_id' => '1074', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1070', + ], + 1177 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5847', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1121', + 'placement' => '278', + 'prev_word_id' => '1070', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1075', + ], + 1178 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5848', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1077', + 'placement' => '279', + 'prev_word_id' => '1075', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1121', + ], + 1179 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5849', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1078', + 'placement' => '280', + 'prev_word_id' => '1121', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1077', + ], + 1180 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5850', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '281', + 'prev_word_id' => '1077', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1078', + ], + 1181 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5851', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '282', + 'prev_word_id' => '1078', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 1182 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5852', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1073', + 'placement' => '283', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 1183 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5853', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '284', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1073', + ], + 1184 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5854', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '285', + 'prev_word_id' => '1073', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1020', + ], + 1185 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5855', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1074', + 'placement' => '286', + 'prev_word_id' => '1020', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1064', + ], + 1186 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5856', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1064', + 'placement' => '287', + 'prev_word_id' => '1064', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1074', + ], + 1187 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5857', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1075', + 'placement' => '288', + 'prev_word_id' => '1074', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1064', + ], + 1188 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5858', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1122', + 'placement' => '289', + 'prev_word_id' => '1064', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1075', + ], + 1189 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5859', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1077', + 'placement' => '290', + 'prev_word_id' => '1075', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1122', + ], + 1190 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5860', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1123', + 'placement' => '291', + 'prev_word_id' => '1122', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1077', + ], + 1191 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5861', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '292', + 'prev_word_id' => '1077', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1123', + ], + 1192 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5862', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '293', + 'prev_word_id' => '1123', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 1193 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5863', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1069', + 'placement' => '294', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 1194 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5864', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '295', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1069', + ], + 1195 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5865', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '296', + 'prev_word_id' => '1069', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 1196 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5866', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1068', + 'placement' => '297', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 1197 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5867', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '298', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1068', + ], + 1198 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5868', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '299', + 'prev_word_id' => '1068', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 1199 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5869', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1062', + 'placement' => '300', + 'prev_word_id' => '1061', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1054', + ], + 1200 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5870', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '301', + 'prev_word_id' => '1054', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1062', + ], + 1201 => [ + 'content_type_field_definition_id' => '227', + 'content_type_id' => '21', + 'contentobject_id' => '73', + 'frequency' => '0', + 'id' => '5871', + 'identifier' => 'additional_options', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '302', + 'prev_word_id' => '1062', + 'published' => '1311154176', + 'section_id' => '1', + 'word_id' => '1061', + ], + 1202 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '74', + 'frequency' => '0', + 'id' => '5872', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1004', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '924', + ], + 1203 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '74', + 'frequency' => '0', + 'id' => '5873', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '924', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1004', + ], + 1204 => [ + 'content_type_field_definition_id' => '236', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5874', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '842', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '842', + ], + 1205 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5875', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '1', + 'prev_word_id' => '842', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '842', + ], + 1206 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5876', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1126', + 'placement' => '2', + 'prev_word_id' => '842', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1008', + ], + 1207 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5877', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1127', + 'placement' => '3', + 'prev_word_id' => '1008', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1126', + ], + 1208 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5878', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1128', + 'placement' => '4', + 'prev_word_id' => '1126', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1127', + ], + 1209 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5879', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1129', + 'placement' => '5', + 'prev_word_id' => '1127', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1128', + ], + 1210 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5880', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1130', + 'placement' => '6', + 'prev_word_id' => '1128', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1129', + ], + 1211 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5881', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '842', + 'placement' => '7', + 'prev_word_id' => '1129', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1130', + ], + 1212 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5882', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '8', + 'prev_word_id' => '1130', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '842', + ], + 1213 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5883', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1131', + 'placement' => '9', + 'prev_word_id' => '842', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1008', + ], + 1214 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5884', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '878', + 'placement' => '10', + 'prev_word_id' => '1008', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1131', + ], + 1215 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5885', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '11', + 'prev_word_id' => '1131', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '878', + ], + 1216 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5886', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '12', + 'prev_word_id' => '878', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '841', + ], + 1217 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5887', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '13', + 'prev_word_id' => '841', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '945', + ], + 1218 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5888', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '14', + 'prev_word_id' => '945', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '830', + ], + 1219 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5889', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '922', + 'placement' => '15', + 'prev_word_id' => '830', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '831', + ], + 1220 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5890', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1132', + 'placement' => '16', + 'prev_word_id' => '831', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '922', + ], + 1221 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5891', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '17', + 'prev_word_id' => '922', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1132', + ], + 1222 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5892', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1134', + 'placement' => '18', + 'prev_word_id' => '1132', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1133', + ], + 1223 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '75', + 'frequency' => '0', + 'id' => '5893', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '19', + 'prev_word_id' => '1133', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1134', + ], + 1224 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '76', + 'frequency' => '0', + 'id' => '5894', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '841', + ], + 1225 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '76', + 'frequency' => '0', + 'id' => '5895', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '841', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '945', + ], + 1226 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5896', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1135', + ], + 1227 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5897', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '1', + 'prev_word_id' => '1135', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1228 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5898', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '2', + 'prev_word_id' => '1136', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1229 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5899', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '3', + 'prev_word_id' => '1136', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1230 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5900', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '4', + 'prev_word_id' => '1040', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1041', + ], + 1231 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5901', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '5', + 'prev_word_id' => '1041', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1137', + ], + 1232 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5902', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '6', + 'prev_word_id' => '1137', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1233 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5903', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '7', + 'prev_word_id' => '1011', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1109', + ], + 1234 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5904', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '8', + 'prev_word_id' => '1109', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '863', + ], + 1235 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5905', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1138', + 'placement' => '9', + 'prev_word_id' => '863', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1000', + ], + 1236 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5906', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '10', + 'prev_word_id' => '1000', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1138', + ], + 1237 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5907', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '11', + 'prev_word_id' => '1138', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1112', + ], + 1238 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5908', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '12', + 'prev_word_id' => '1112', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1135', + ], + 1239 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5909', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '13', + 'prev_word_id' => '1135', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1240 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5910', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '14', + 'prev_word_id' => '1136', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1241 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5911', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '15', + 'prev_word_id' => '1136', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '986', + ], + 1242 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5912', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '16', + 'prev_word_id' => '986', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1108', + ], + 1243 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5913', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '17', + 'prev_word_id' => '1108', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1107', + ], + 1244 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5914', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '18', + 'prev_word_id' => '1107', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1245 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5915', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '19', + 'prev_word_id' => '1006', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1246 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5916', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '20', + 'prev_word_id' => '1001', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1119', + ], + 1247 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5917', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '21', + 'prev_word_id' => '1119', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1007', + ], + 1248 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5918', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '22', + 'prev_word_id' => '1007', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '992', + ], + 1249 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5919', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1139', + 'placement' => '23', + 'prev_word_id' => '992', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '993', + ], + 1250 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5920', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '24', + 'prev_word_id' => '993', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1139', + ], + 1251 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5921', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '25', + 'prev_word_id' => '1139', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1140', + ], + 1252 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5922', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '26', + 'prev_word_id' => '1140', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1141', + ], + 1253 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5923', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '27', + 'prev_word_id' => '1141', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1142', + ], + 1254 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5924', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '28', + 'prev_word_id' => '1142', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '994', + ], + 1255 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5925', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '29', + 'prev_word_id' => '994', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1143', + ], + 1256 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5926', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '30', + 'prev_word_id' => '1143', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1089', + ], + 1257 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5927', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '31', + 'prev_word_id' => '1089', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1144', + ], + 1258 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5928', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '32', + 'prev_word_id' => '1144', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1259 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5929', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '33', + 'prev_word_id' => '1039', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '999', + ], + 1260 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5930', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '34', + 'prev_word_id' => '999', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1261 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5931', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '35', + 'prev_word_id' => '1011', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '996', + ], + 1262 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5932', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '36', + 'prev_word_id' => '996', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1145', + ], + 1263 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5933', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '37', + 'prev_word_id' => '1145', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1146', + ], + 1264 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5934', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '38', + 'prev_word_id' => '1146', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1265 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5935', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1148', + 'placement' => '39', + 'prev_word_id' => '1040', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1147', + ], + 1266 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5936', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '40', + 'prev_word_id' => '1147', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1148', + ], + 1267 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5937', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '41', + 'prev_word_id' => '1148', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1149', + ], + 1268 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5938', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1150', + 'placement' => '42', + 'prev_word_id' => '1149', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1269 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5939', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '43', + 'prev_word_id' => '1040', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1150', + ], + 1270 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5940', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1151', + 'placement' => '44', + 'prev_word_id' => '1150', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1137', + ], + 1271 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5941', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '45', + 'prev_word_id' => '1137', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1151', + ], + 1272 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5942', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '46', + 'prev_word_id' => '1151', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '863', + ], + 1273 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5943', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '47', + 'prev_word_id' => '863', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1274 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5944', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '48', + 'prev_word_id' => '1152', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1275 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5945', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1155', + 'placement' => '49', + 'prev_word_id' => '1153', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1154', + ], + 1276 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5946', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '50', + 'prev_word_id' => '1154', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1155', + ], + 1277 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5947', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '51', + 'prev_word_id' => '1155', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '997', + ], + 1278 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5948', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '52', + 'prev_word_id' => '997', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1156', + ], + 1279 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5949', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '53', + 'prev_word_id' => '1156', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1142', + ], + 1280 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5950', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '54', + 'prev_word_id' => '1142', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '992', + ], + 1281 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5951', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '55', + 'prev_word_id' => '992', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '993', + ], + 1282 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5952', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '56', + 'prev_word_id' => '993', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '988', + ], + 1283 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5953', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '57', + 'prev_word_id' => '988', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1014', + ], + 1284 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5954', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '58', + 'prev_word_id' => '1014', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1157', + ], + 1285 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5955', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '59', + 'prev_word_id' => '1157', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1137', + ], + 1286 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5956', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '60', + 'prev_word_id' => '1137', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1287 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5957', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '61', + 'prev_word_id' => '1030', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1158', + ], + 1288 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5958', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '62', + 'prev_word_id' => '1158', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '995', + ], + 1289 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5959', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '63', + 'prev_word_id' => '995', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '999', + ], + 1290 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5960', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1104', + 'placement' => '64', + 'prev_word_id' => '999', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1052', + ], + 1291 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5961', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1159', + 'placement' => '65', + 'prev_word_id' => '1052', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1104', + ], + 1292 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5962', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '66', + 'prev_word_id' => '1104', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1159', + ], + 1293 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5963', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '67', + 'prev_word_id' => '1159', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1160', + ], + 1294 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5964', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '68', + 'prev_word_id' => '1160', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1161', + ], + 1295 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5965', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '69', + 'prev_word_id' => '1161', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1020', + ], + 1296 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5966', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '70', + 'prev_word_id' => '1020', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1162', + ], + 1297 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5967', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '71', + 'prev_word_id' => '1162', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1010', + ], + 1298 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5968', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '72', + 'prev_word_id' => '1010', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1013', + ], + 1299 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5969', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '73', + 'prev_word_id' => '1013', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1102', + ], + 1300 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5970', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '74', + 'prev_word_id' => '1102', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1013', + ], + 1301 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5971', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '75', + 'prev_word_id' => '1013', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1041', + ], + 1302 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5972', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '76', + 'prev_word_id' => '1041', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '985', + ], + 1303 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5973', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '77', + 'prev_word_id' => '985', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1304 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5974', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '78', + 'prev_word_id' => '1136', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '981', + ], + 1305 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5975', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '79', + 'prev_word_id' => '981', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '984', + ], + 1306 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5976', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '80', + 'prev_word_id' => '984', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '988', + ], + 1307 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5977', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '81', + 'prev_word_id' => '988', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1308 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5978', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '82', + 'prev_word_id' => '1001', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1027', + ], + 1309 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5979', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '83', + 'prev_word_id' => '1027', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1163', + ], + 1310 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5980', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '84', + 'prev_word_id' => '1163', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1311 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5981', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '85', + 'prev_word_id' => '1164', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1108', + ], + 1312 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5982', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '86', + 'prev_word_id' => '1108', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1165', + ], + 1313 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5983', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '87', + 'prev_word_id' => '1165', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1142', + ], + 1314 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5984', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '88', + 'prev_word_id' => '1142', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '992', + ], + 1315 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5985', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '89', + 'prev_word_id' => '992', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '993', + ], + 1316 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5986', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '90', + 'prev_word_id' => '993', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1019', + ], + 1317 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5987', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '91', + 'prev_word_id' => '1019', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1318 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5988', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '92', + 'prev_word_id' => '1040', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1112', + ], + 1319 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5989', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '93', + 'prev_word_id' => '1112', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1032', + ], + 1320 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5990', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1166', + 'placement' => '94', + 'prev_word_id' => '1032', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1321 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5991', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1167', + 'placement' => '95', + 'prev_word_id' => '1011', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1166', + ], + 1322 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5992', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '96', + 'prev_word_id' => '1166', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1167', + ], + 1323 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5993', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '97', + 'prev_word_id' => '1167', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1168', + ], + 1324 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5994', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '98', + 'prev_word_id' => '1168', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1325 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5995', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '99', + 'prev_word_id' => '1164', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1169', + ], + 1326 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5996', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '100', + 'prev_word_id' => '1169', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1327 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5997', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '101', + 'prev_word_id' => '1164', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1170', + ], + 1328 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5998', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '102', + 'prev_word_id' => '1170', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '994', + ], + 1329 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '5999', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '103', + 'prev_word_id' => '994', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1038', + ], + 1330 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6000', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '104', + 'prev_word_id' => '1038', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1051', + ], + 1331 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6001', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '105', + 'prev_word_id' => '1051', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1171', + ], + 1332 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6002', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '106', + 'prev_word_id' => '1171', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '986', + ], + 1333 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6003', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '107', + 'prev_word_id' => '986', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1000', + ], + 1334 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6004', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '108', + 'prev_word_id' => '1000', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1031', + ], + 1335 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6005', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '109', + 'prev_word_id' => '1031', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '997', + ], + 1336 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6006', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '110', + 'prev_word_id' => '997', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1337 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6007', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '111', + 'prev_word_id' => '1116', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1172', + ], + 1338 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6008', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '112', + 'prev_word_id' => '1172', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1002', + ], + 1339 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6009', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1173', + 'placement' => '113', + 'prev_word_id' => '1002', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1000', + ], + 1340 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6010', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '114', + 'prev_word_id' => '1000', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1173', + ], + 1341 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6011', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '115', + 'prev_word_id' => '1173', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1342 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6012', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '116', + 'prev_word_id' => '1164', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1046', + ], + 1343 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6013', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '117', + 'prev_word_id' => '1046', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1102', + ], + 1344 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6014', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1175', + 'placement' => '118', + 'prev_word_id' => '1102', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1174', + ], + 1345 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6015', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1176', + 'placement' => '119', + 'prev_word_id' => '1174', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1175', + ], + 1346 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6016', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1177', + 'placement' => '120', + 'prev_word_id' => '1175', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1176', + ], + 1347 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6017', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1178', + 'placement' => '121', + 'prev_word_id' => '1176', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1177', + ], + 1348 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6018', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1179', + 'placement' => '122', + 'prev_word_id' => '1177', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1178', + ], + 1349 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6019', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1180', + 'placement' => '123', + 'prev_word_id' => '1178', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1179', + ], + 1350 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6020', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1181', + 'placement' => '124', + 'prev_word_id' => '1179', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1180', + ], + 1351 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6021', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1182', + 'placement' => '125', + 'prev_word_id' => '1180', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1181', + ], + 1352 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6022', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1183', + 'placement' => '126', + 'prev_word_id' => '1181', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1182', + ], + 1353 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6023', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1181', + 'placement' => '127', + 'prev_word_id' => '1182', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1183', + ], + 1354 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6024', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1184', + 'placement' => '128', + 'prev_word_id' => '1183', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1181', + ], + 1355 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6025', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1185', + 'placement' => '129', + 'prev_word_id' => '1181', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1184', + ], + 1356 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6026', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '130', + 'prev_word_id' => '1184', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1185', + ], + 1357 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6027', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '131', + 'prev_word_id' => '1185', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '983', + ], + 1358 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6028', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '132', + 'prev_word_id' => '983', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1089', + ], + 1359 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6029', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '133', + 'prev_word_id' => '1089', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1032', + ], + 1360 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6030', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '134', + 'prev_word_id' => '1032', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1171', + ], + 1361 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6031', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '135', + 'prev_word_id' => '1171', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1099', + ], + 1362 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6032', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '136', + 'prev_word_id' => '1099', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1119', + ], + 1363 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6033', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '137', + 'prev_word_id' => '1119', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1117', + ], + 1364 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6034', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '138', + 'prev_word_id' => '1117', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1051', + ], + 1365 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6035', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '139', + 'prev_word_id' => '1051', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1103', + ], + 1366 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6036', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '140', + 'prev_word_id' => '1103', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1099', + ], + 1367 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6037', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '141', + 'prev_word_id' => '1099', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '992', + ], + 1368 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6038', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '142', + 'prev_word_id' => '992', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '993', + ], + 1369 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6039', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '143', + 'prev_word_id' => '993', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1052', + ], + 1370 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6040', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '144', + 'prev_word_id' => '1052', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '985', + ], + 1371 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6041', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '145', + 'prev_word_id' => '985', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1032', + ], + 1372 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6042', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '146', + 'prev_word_id' => '1032', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1010', + ], + 1373 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6043', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '147', + 'prev_word_id' => '1010', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1053', + ], + 1374 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6044', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '148', + 'prev_word_id' => '1053', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '863', + ], + 1375 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6045', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '149', + 'prev_word_id' => '863', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1376 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6046', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '150', + 'prev_word_id' => '1152', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1377 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6047', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1155', + 'placement' => '151', + 'prev_word_id' => '1153', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1154', + ], + 1378 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6048', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '152', + 'prev_word_id' => '1154', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1155', + ], + 1379 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6049', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '153', + 'prev_word_id' => '1155', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1380 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6050', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '154', + 'prev_word_id' => '1040', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1049', + ], + 1381 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6051', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '155', + 'prev_word_id' => '1049', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1157', + ], + 1382 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6052', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '156', + 'prev_word_id' => '1157', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1186', + ], + 1383 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6053', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '157', + 'prev_word_id' => '1186', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1107', + ], + 1384 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6054', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '158', + 'prev_word_id' => '1107', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1115', + ], + 1385 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6055', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '159', + 'prev_word_id' => '1115', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1107', + ], + 1386 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6056', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '160', + 'prev_word_id' => '1107', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1110', + ], + 1387 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6057', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '161', + 'prev_word_id' => '1110', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '992', + ], + 1388 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6058', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '162', + 'prev_word_id' => '992', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '993', + ], + 1389 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6059', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '163', + 'prev_word_id' => '993', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1106', + ], + 1390 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6060', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '164', + 'prev_word_id' => '1106', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1145', + ], + 1391 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6061', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '165', + 'prev_word_id' => '1145', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1020', + ], + 1392 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6062', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '166', + 'prev_word_id' => '1020', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1393 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6063', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '167', + 'prev_word_id' => '1164', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1171', + ], + 1394 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6064', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '168', + 'prev_word_id' => '1171', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1000', + ], + 1395 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6065', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '169', + 'prev_word_id' => '1000', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1105', + ], + 1396 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6066', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '170', + 'prev_word_id' => '1105', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1187', + ], + 1397 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6067', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1139', + 'placement' => '171', + 'prev_word_id' => '1187', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1398 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6068', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '172', + 'prev_word_id' => '1040', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1139', + ], + 1399 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6069', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '173', + 'prev_word_id' => '1139', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1044', + ], + 1400 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6070', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '174', + 'prev_word_id' => '1044', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1013', + ], + 1401 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6071', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '175', + 'prev_word_id' => '1013', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1162', + ], + 1402 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6072', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '176', + 'prev_word_id' => '1162', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1403 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6073', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '177', + 'prev_word_id' => '1001', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1188', + ], + 1404 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6074', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '178', + 'prev_word_id' => '1188', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1157', + ], + 1405 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6075', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '179', + 'prev_word_id' => '1157', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1406 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6076', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '180', + 'prev_word_id' => '1030', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1162', + ], + 1407 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6077', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '181', + 'prev_word_id' => '1162', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1408 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6078', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '182', + 'prev_word_id' => '1136', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1189', + ], + 1409 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6079', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '183', + 'prev_word_id' => '1189', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1135', + ], + 1410 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6080', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '184', + 'prev_word_id' => '1135', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1411 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6081', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '185', + 'prev_word_id' => '1136', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1135', + ], + 1412 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6082', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1190', + 'placement' => '186', + 'prev_word_id' => '1135', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1413 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6083', + 'identifier' => 'publish_date', + 'integer_value' => '1174643880', + 'next_word_id' => '1191', + 'placement' => '187', + 'prev_word_id' => '1136', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1190', + ], + 1414 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '77', + 'frequency' => '0', + 'id' => '6084', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '188', + 'prev_word_id' => '1190', + 'published' => '1311154177', + 'section_id' => '1', + 'word_id' => '1191', + ], + 1415 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6085', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '987', + ], + 1416 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6086', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '1', + 'prev_word_id' => '987', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1118', + ], + 1417 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6087', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '2', + 'prev_word_id' => '1118', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1192', + ], + 1418 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6088', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '3', + 'prev_word_id' => '1192', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1419 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6089', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '4', + 'prev_word_id' => '1039', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '981', + ], + 1420 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6090', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '5', + 'prev_word_id' => '981', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1421 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6091', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '6', + 'prev_word_id' => '1001', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1422 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6092', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '7', + 'prev_word_id' => '1006', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1423 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6093', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '8', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1424 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6094', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '9', + 'prev_word_id' => '1152', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1425 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6095', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1155', + 'placement' => '10', + 'prev_word_id' => '1153', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1154', + ], + 1426 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6096', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '11', + 'prev_word_id' => '1154', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1155', + ], + 1427 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6097', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '12', + 'prev_word_id' => '1155', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1035', + ], + 1428 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6098', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '13', + 'prev_word_id' => '1035', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1429 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6099', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '14', + 'prev_word_id' => '1030', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '998', + ], + 1430 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6100', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '15', + 'prev_word_id' => '998', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1047', + ], + 1431 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6101', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '16', + 'prev_word_id' => '1047', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1032', + ], + 1432 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6102', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '17', + 'prev_word_id' => '1032', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1193', + ], + 1433 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6103', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '18', + 'prev_word_id' => '1193', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1043', + ], + 1434 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6104', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '19', + 'prev_word_id' => '1043', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1435 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6105', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '20', + 'prev_word_id' => '1030', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1436 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6106', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '21', + 'prev_word_id' => '1116', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '992', + ], + 1437 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6107', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '22', + 'prev_word_id' => '992', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '993', + ], + 1438 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6108', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '23', + 'prev_word_id' => '993', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1003', + ], + 1439 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6109', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '24', + 'prev_word_id' => '1003', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '995', + ], + 1440 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6110', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '25', + 'prev_word_id' => '995', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1027', + ], + 1441 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6111', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '26', + 'prev_word_id' => '1027', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1163', + ], + 1442 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6112', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '27', + 'prev_word_id' => '1163', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1443 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6113', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '28', + 'prev_word_id' => '1006', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1114', + ], + 1444 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6114', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '29', + 'prev_word_id' => '1114', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1445 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6115', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '30', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1194', + ], + 1446 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6116', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '31', + 'prev_word_id' => '1194', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1108', + ], + 1447 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6117', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '32', + 'prev_word_id' => '1108', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1034', + ], + 1448 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6118', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '33', + 'prev_word_id' => '1034', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1158', + ], + 1449 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6119', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '34', + 'prev_word_id' => '1158', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1195', + ], + 1450 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6120', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '35', + 'prev_word_id' => '1195', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1451 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6121', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '36', + 'prev_word_id' => '1011', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1452 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6122', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '37', + 'prev_word_id' => '1116', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '995', + ], + 1453 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6123', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '38', + 'prev_word_id' => '995', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '985', + ], + 1454 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6124', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '39', + 'prev_word_id' => '985', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '810', + ], + 1455 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6125', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '40', + 'prev_word_id' => '810', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1168', + ], + 1456 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6126', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '41', + 'prev_word_id' => '1168', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1047', + ], + 1457 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6127', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '42', + 'prev_word_id' => '1047', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1119', + ], + 1458 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6128', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '43', + 'prev_word_id' => '1119', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1143', + ], + 1459 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6129', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '44', + 'prev_word_id' => '1143', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1460 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6130', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '45', + 'prev_word_id' => '1011', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '984', + ], + 1461 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6131', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '46', + 'prev_word_id' => '984', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1169', + ], + 1462 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6132', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '47', + 'prev_word_id' => '1169', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1000', + ], + 1463 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6133', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '48', + 'prev_word_id' => '1000', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1051', + ], + 1464 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6134', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '49', + 'prev_word_id' => '1051', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '982', + ], + 1465 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6135', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '50', + 'prev_word_id' => '982', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1012', + ], + 1466 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6136', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '51', + 'prev_word_id' => '1012', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1467 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6137', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '52', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1146', + ], + 1468 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6138', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '53', + 'prev_word_id' => '1146', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1113', + ], + 1469 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6139', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '54', + 'prev_word_id' => '1113', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1470 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6140', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '55', + 'prev_word_id' => '1164', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1171', + ], + 1471 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6141', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '56', + 'prev_word_id' => '1171', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1012', + ], + 1472 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6142', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '57', + 'prev_word_id' => '1012', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1137', + ], + 1473 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6143', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '58', + 'prev_word_id' => '1137', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1018', + ], + 1474 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6144', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '59', + 'prev_word_id' => '1018', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1014', + ], + 1475 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6145', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '60', + 'prev_word_id' => '1014', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1188', + ], + 1476 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6146', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '61', + 'prev_word_id' => '1188', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1193', + ], + 1477 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6147', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '62', + 'prev_word_id' => '1193', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1163', + ], + 1478 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6148', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '63', + 'prev_word_id' => '1163', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1015', + ], + 1479 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6149', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '64', + 'prev_word_id' => '1015', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1193', + ], + 1480 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6150', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1148', + 'placement' => '65', + 'prev_word_id' => '1193', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1020', + ], + 1481 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6151', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '66', + 'prev_word_id' => '1020', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1148', + ], + 1482 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6152', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '67', + 'prev_word_id' => '1148', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1015', + ], + 1483 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6153', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '68', + 'prev_word_id' => '1015', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1168', + ], + 1484 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6154', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '69', + 'prev_word_id' => '1168', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1485 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6155', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '70', + 'prev_word_id' => '1164', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1486 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6156', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '71', + 'prev_word_id' => '1116', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1113', + ], + 1487 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6157', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '72', + 'prev_word_id' => '1113', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1488 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6158', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '73', + 'prev_word_id' => '1001', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1053', + ], + 1489 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6159', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '74', + 'prev_word_id' => '1053', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1051', + ], + 1490 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6160', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '75', + 'prev_word_id' => '1051', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1012', + ], + 1491 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6161', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '76', + 'prev_word_id' => '1012', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1492 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6162', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '77', + 'prev_word_id' => '1001', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1493 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6163', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '78', + 'prev_word_id' => '1164', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1494 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6164', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '79', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1495 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6165', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '80', + 'prev_word_id' => '1152', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1496 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6166', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1155', + 'placement' => '81', + 'prev_word_id' => '1153', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1154', + ], + 1497 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6167', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '82', + 'prev_word_id' => '1154', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1155', + ], + 1498 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6168', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '83', + 'prev_word_id' => '1155', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1014', + ], + 1499 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6169', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '84', + 'prev_word_id' => '1014', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1193', + ], + 1500 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6170', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1097', + 'placement' => '85', + 'prev_word_id' => '1193', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1142', + ], + 1501 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6171', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '86', + 'prev_word_id' => '1142', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1097', + ], + 1502 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6172', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1139', + 'placement' => '87', + 'prev_word_id' => '1097', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1188', + ], + 1503 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6173', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '88', + 'prev_word_id' => '1188', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1139', + ], + 1504 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6174', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '89', + 'prev_word_id' => '1139', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '992', + ], + 1505 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6175', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '90', + 'prev_word_id' => '992', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '993', + ], + 1506 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6176', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '91', + 'prev_word_id' => '993', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1196', + ], + 1507 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6177', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '92', + 'prev_word_id' => '1196', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '810', + ], + 1508 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6178', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '93', + 'prev_word_id' => '810', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1509 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6179', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '94', + 'prev_word_id' => '1040', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1163', + ], + 1510 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6180', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '95', + 'prev_word_id' => '1163', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1511 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6181', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '96', + 'prev_word_id' => '1006', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1036', + ], + 1512 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6182', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '97', + 'prev_word_id' => '1036', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1197', + ], + 1513 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6183', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '98', + 'prev_word_id' => '1197', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1115', + ], + 1514 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6184', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '99', + 'prev_word_id' => '1115', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1515 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6185', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '100', + 'prev_word_id' => '1116', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1089', + ], + 1516 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6186', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '101', + 'prev_word_id' => '1089', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '982', + ], + 1517 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6187', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '102', + 'prev_word_id' => '982', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1188', + ], + 1518 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6188', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '103', + 'prev_word_id' => '1188', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1002', + ], + 1519 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6189', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1148', + 'placement' => '104', + 'prev_word_id' => '1002', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1520 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6190', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '105', + 'prev_word_id' => '1001', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1148', + ], + 1521 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6191', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '106', + 'prev_word_id' => '1148', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1198', + ], + 1522 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6192', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '107', + 'prev_word_id' => '1198', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1149', + ], + 1523 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6193', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '108', + 'prev_word_id' => '1149', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '983', + ], + 1524 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6194', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '109', + 'prev_word_id' => '983', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1525 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6195', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '110', + 'prev_word_id' => '1040', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1049', + ], + 1526 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6196', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '111', + 'prev_word_id' => '1049', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1017', + ], + 1527 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6197', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '112', + 'prev_word_id' => '1017', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1189', + ], + 1528 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6198', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '113', + 'prev_word_id' => '1189', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1046', + ], + 1529 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6199', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1199', + 'placement' => '114', + 'prev_word_id' => '1046', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1013', + ], + 1530 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6200', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '115', + 'prev_word_id' => '1013', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1199', + ], + 1531 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6201', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '116', + 'prev_word_id' => '1199', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1013', + ], + 1532 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6202', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '117', + 'prev_word_id' => '1013', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1036', + ], + 1533 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6203', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '118', + 'prev_word_id' => '1036', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '987', + ], + 1534 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6204', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '119', + 'prev_word_id' => '987', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1118', + ], + 1535 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6205', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '120', + 'prev_word_id' => '1118', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1192', + ], + 1536 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6206', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '121', + 'prev_word_id' => '1192', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1537 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6207', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '122', + 'prev_word_id' => '1039', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '981', + ], + 1538 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6208', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '123', + 'prev_word_id' => '981', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1539 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6209', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '124', + 'prev_word_id' => '1001', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1540 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6210', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '125', + 'prev_word_id' => '1006', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1541 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6211', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '126', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1542 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6212', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '127', + 'prev_word_id' => '1152', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1543 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6213', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1155', + 'placement' => '128', + 'prev_word_id' => '1153', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1154', + ], + 1544 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6214', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '129', + 'prev_word_id' => '1154', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1155', + ], + 1545 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6215', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '130', + 'prev_word_id' => '1155', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1035', + ], + 1546 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6216', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '131', + 'prev_word_id' => '1035', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1547 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6217', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '132', + 'prev_word_id' => '1030', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '998', + ], + 1548 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6218', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '133', + 'prev_word_id' => '998', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1047', + ], + 1549 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6219', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '134', + 'prev_word_id' => '1047', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1032', + ], + 1550 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6220', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '135', + 'prev_word_id' => '1032', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1193', + ], + 1551 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6221', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '136', + 'prev_word_id' => '1193', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1043', + ], + 1552 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6222', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '137', + 'prev_word_id' => '1043', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1553 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6223', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '138', + 'prev_word_id' => '1030', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1554 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6224', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '139', + 'prev_word_id' => '1116', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '992', + ], + 1555 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6225', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '140', + 'prev_word_id' => '992', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '993', + ], + 1556 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6226', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '141', + 'prev_word_id' => '993', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1003', + ], + 1557 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6227', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '142', + 'prev_word_id' => '1003', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '995', + ], + 1558 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6228', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '143', + 'prev_word_id' => '995', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1027', + ], + 1559 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6229', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '144', + 'prev_word_id' => '1027', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1163', + ], + 1560 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6230', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '145', + 'prev_word_id' => '1163', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1561 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6231', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '146', + 'prev_word_id' => '1006', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1114', + ], + 1562 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6232', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '147', + 'prev_word_id' => '1114', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1563 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6233', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '148', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1194', + ], + 1564 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6234', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '149', + 'prev_word_id' => '1194', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1108', + ], + 1565 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6235', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '150', + 'prev_word_id' => '1108', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1034', + ], + 1566 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6236', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '151', + 'prev_word_id' => '1034', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1158', + ], + 1567 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6237', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '152', + 'prev_word_id' => '1158', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1195', + ], + 1568 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6238', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '153', + 'prev_word_id' => '1195', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1569 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6239', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '154', + 'prev_word_id' => '1011', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1570 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6240', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '155', + 'prev_word_id' => '1116', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '995', + ], + 1571 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6241', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '156', + 'prev_word_id' => '995', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '985', + ], + 1572 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6242', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '157', + 'prev_word_id' => '985', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '810', + ], + 1573 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6243', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '158', + 'prev_word_id' => '810', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1168', + ], + 1574 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6244', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '159', + 'prev_word_id' => '1168', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1135', + ], + 1575 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6245', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '160', + 'prev_word_id' => '1135', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1156', + ], + 1576 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6246', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '161', + 'prev_word_id' => '1156', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1099', + ], + 1577 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6247', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '162', + 'prev_word_id' => '1099', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '981', + ], + 1578 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6248', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '163', + 'prev_word_id' => '981', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1579 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6249', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '164', + 'prev_word_id' => '1001', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '981', + ], + 1580 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6250', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1200', + 'placement' => '165', + 'prev_word_id' => '981', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1581 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6251', + 'identifier' => 'publish_date', + 'integer_value' => '1174644060', + 'next_word_id' => '1191', + 'placement' => '166', + 'prev_word_id' => '1001', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1200', + ], + 1582 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '78', + 'frequency' => '0', + 'id' => '6252', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '167', + 'prev_word_id' => '1200', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1191', + ], + 1583 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6253', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1584 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6254', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '1', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1585 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6255', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '2', + 'prev_word_id' => '1152', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1586 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6256', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '3', + 'prev_word_id' => '1153', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1154', + ], + 1587 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6257', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '4', + 'prev_word_id' => '1154', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1145', + ], + 1588 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6258', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '5', + 'prev_word_id' => '1145', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1146', + ], + 1589 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6259', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '6', + 'prev_word_id' => '1146', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1590 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6260', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1148', + 'placement' => '7', + 'prev_word_id' => '1040', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1147', + ], + 1591 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6261', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '8', + 'prev_word_id' => '1147', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1148', + ], + 1592 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6262', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '9', + 'prev_word_id' => '1148', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1149', + ], + 1593 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6263', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1150', + 'placement' => '10', + 'prev_word_id' => '1149', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1594 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6264', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '11', + 'prev_word_id' => '1040', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1150', + ], + 1595 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6265', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1151', + 'placement' => '12', + 'prev_word_id' => '1150', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1137', + ], + 1596 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6266', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '13', + 'prev_word_id' => '1137', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1151', + ], + 1597 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6267', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '14', + 'prev_word_id' => '1151', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1598 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6268', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '15', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1599 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6269', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '16', + 'prev_word_id' => '1152', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1600 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6270', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1155', + 'placement' => '17', + 'prev_word_id' => '1153', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1154', + ], + 1601 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6271', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '18', + 'prev_word_id' => '1154', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1155', + ], + 1602 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6272', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '19', + 'prev_word_id' => '1155', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '997', + ], + 1603 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6273', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '20', + 'prev_word_id' => '997', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1156', + ], + 1604 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6274', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '21', + 'prev_word_id' => '1156', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1142', + ], + 1605 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6275', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '22', + 'prev_word_id' => '1142', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '992', + ], + 1606 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6276', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '23', + 'prev_word_id' => '992', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '993', + ], + 1607 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6277', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '24', + 'prev_word_id' => '993', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '988', + ], + 1608 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6278', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '25', + 'prev_word_id' => '988', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1014', + ], + 1609 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6279', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '26', + 'prev_word_id' => '1014', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1157', + ], + 1610 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6280', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '27', + 'prev_word_id' => '1157', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1047', + ], + 1611 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6281', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '28', + 'prev_word_id' => '1047', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1119', + ], + 1612 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6282', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '29', + 'prev_word_id' => '1119', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1143', + ], + 1613 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6283', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '30', + 'prev_word_id' => '1143', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1614 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6284', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '31', + 'prev_word_id' => '1011', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '984', + ], + 1615 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6285', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '32', + 'prev_word_id' => '984', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1169', + ], + 1616 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6286', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '33', + 'prev_word_id' => '1169', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1000', + ], + 1617 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6287', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '34', + 'prev_word_id' => '1000', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1051', + ], + 1618 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6288', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '35', + 'prev_word_id' => '1051', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '982', + ], + 1619 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6289', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '36', + 'prev_word_id' => '982', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1012', + ], + 1620 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6290', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '37', + 'prev_word_id' => '1012', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1621 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6291', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '38', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1146', + ], + 1622 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6292', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '39', + 'prev_word_id' => '1146', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1113', + ], + 1623 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6293', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '40', + 'prev_word_id' => '1113', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1624 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6294', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '41', + 'prev_word_id' => '1164', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1171', + ], + 1625 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6295', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '42', + 'prev_word_id' => '1171', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1012', + ], + 1626 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6296', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '43', + 'prev_word_id' => '1012', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1137', + ], + 1627 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6297', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '44', + 'prev_word_id' => '1137', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1018', + ], + 1628 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6298', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '45', + 'prev_word_id' => '1018', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1014', + ], + 1629 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6299', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '46', + 'prev_word_id' => '1014', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1188', + ], + 1630 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6300', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '47', + 'prev_word_id' => '1188', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1193', + ], + 1631 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6301', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '48', + 'prev_word_id' => '1193', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1163', + ], + 1632 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6302', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '49', + 'prev_word_id' => '1163', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1015', + ], + 1633 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6303', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '50', + 'prev_word_id' => '1015', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1193', + ], + 1634 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6304', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1148', + 'placement' => '51', + 'prev_word_id' => '1193', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1020', + ], + 1635 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6305', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '52', + 'prev_word_id' => '1020', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1148', + ], + 1636 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6306', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '53', + 'prev_word_id' => '1148', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1015', + ], + 1637 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6307', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '54', + 'prev_word_id' => '1015', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1168', + ], + 1638 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6308', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '55', + 'prev_word_id' => '1168', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1639 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6309', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '56', + 'prev_word_id' => '1164', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1640 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6310', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '57', + 'prev_word_id' => '1116', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1113', + ], + 1641 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6311', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '58', + 'prev_word_id' => '1113', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1642 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6312', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '59', + 'prev_word_id' => '1001', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1053', + ], + 1643 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6313', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '60', + 'prev_word_id' => '1053', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1051', + ], + 1644 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6314', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '61', + 'prev_word_id' => '1051', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1012', + ], + 1645 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6315', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '62', + 'prev_word_id' => '1012', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1646 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6316', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '63', + 'prev_word_id' => '1001', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1647 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6317', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '64', + 'prev_word_id' => '1164', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1648 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6318', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '65', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1649 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6319', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '66', + 'prev_word_id' => '1152', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1650 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6320', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1155', + 'placement' => '67', + 'prev_word_id' => '1153', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1154', + ], + 1651 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6321', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '68', + 'prev_word_id' => '1154', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1155', + ], + 1652 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6322', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '69', + 'prev_word_id' => '1155', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1014', + ], + 1653 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6323', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '70', + 'prev_word_id' => '1014', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1193', + ], + 1654 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6324', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1097', + 'placement' => '71', + 'prev_word_id' => '1193', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1142', + ], + 1655 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6325', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '72', + 'prev_word_id' => '1142', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1097', + ], + 1656 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6326', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1139', + 'placement' => '73', + 'prev_word_id' => '1097', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1188', + ], + 1657 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6327', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '74', + 'prev_word_id' => '1188', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1139', + ], + 1658 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6328', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '75', + 'prev_word_id' => '1139', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '992', + ], + 1659 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6329', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '76', + 'prev_word_id' => '992', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '993', + ], + 1660 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6330', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '77', + 'prev_word_id' => '993', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1196', + ], + 1661 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6331', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '78', + 'prev_word_id' => '1196', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '810', + ], + 1662 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6332', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '79', + 'prev_word_id' => '810', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1663 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6333', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '80', + 'prev_word_id' => '1040', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1163', + ], + 1664 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6334', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '81', + 'prev_word_id' => '1163', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1665 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6335', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '82', + 'prev_word_id' => '1006', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1036', + ], + 1666 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6336', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '83', + 'prev_word_id' => '1036', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1197', + ], + 1667 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6337', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '84', + 'prev_word_id' => '1197', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1115', + ], + 1668 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6338', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '85', + 'prev_word_id' => '1115', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1669 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6339', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '86', + 'prev_word_id' => '1116', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1089', + ], + 1670 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6340', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '87', + 'prev_word_id' => '1089', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '982', + ], + 1671 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6341', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '88', + 'prev_word_id' => '982', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1188', + ], + 1672 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6342', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '89', + 'prev_word_id' => '1188', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1002', + ], + 1673 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6343', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1148', + 'placement' => '90', + 'prev_word_id' => '1002', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1674 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6344', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '91', + 'prev_word_id' => '1001', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1148', + ], + 1675 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6345', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '92', + 'prev_word_id' => '1148', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1198', + ], + 1676 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6346', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '93', + 'prev_word_id' => '1198', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1149', + ], + 1677 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6347', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '94', + 'prev_word_id' => '1149', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '983', + ], + 1678 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6348', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '95', + 'prev_word_id' => '983', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1679 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6349', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '96', + 'prev_word_id' => '1040', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1049', + ], + 1680 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6350', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '97', + 'prev_word_id' => '1049', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1017', + ], + 1681 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6351', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '98', + 'prev_word_id' => '1017', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1189', + ], + 1682 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6352', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '99', + 'prev_word_id' => '1189', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1046', + ], + 1683 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6353', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1199', + 'placement' => '100', + 'prev_word_id' => '1046', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1013', + ], + 1684 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6354', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '101', + 'prev_word_id' => '1013', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1199', + ], + 1685 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6355', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '102', + 'prev_word_id' => '1199', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1013', + ], + 1686 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6356', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '103', + 'prev_word_id' => '1013', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1036', + ], + 1687 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6357', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '104', + 'prev_word_id' => '1036', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '987', + ], + 1688 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6358', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '105', + 'prev_word_id' => '987', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1118', + ], + 1689 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6359', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '106', + 'prev_word_id' => '1118', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1192', + ], + 1690 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6360', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '107', + 'prev_word_id' => '1192', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1691 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6361', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '108', + 'prev_word_id' => '1039', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '981', + ], + 1692 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6362', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '109', + 'prev_word_id' => '981', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1693 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6363', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '110', + 'prev_word_id' => '1001', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1694 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6364', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '111', + 'prev_word_id' => '1006', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1695 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6365', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '112', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1696 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6366', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '113', + 'prev_word_id' => '1152', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1697 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6367', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1155', + 'placement' => '114', + 'prev_word_id' => '1153', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1154', + ], + 1698 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6368', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '115', + 'prev_word_id' => '1154', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1155', + ], + 1699 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6369', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '116', + 'prev_word_id' => '1155', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1035', + ], + 1700 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6370', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '117', + 'prev_word_id' => '1035', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1701 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6371', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '118', + 'prev_word_id' => '1030', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '998', + ], + 1702 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6372', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '119', + 'prev_word_id' => '998', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1047', + ], + 1703 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6373', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '120', + 'prev_word_id' => '1047', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1032', + ], + 1704 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6374', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '121', + 'prev_word_id' => '1032', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1193', + ], + 1705 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6375', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '122', + 'prev_word_id' => '1193', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1043', + ], + 1706 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6376', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '123', + 'prev_word_id' => '1043', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1707 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6377', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '124', + 'prev_word_id' => '1030', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1708 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6378', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '125', + 'prev_word_id' => '1116', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '992', + ], + 1709 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6379', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '126', + 'prev_word_id' => '992', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '993', + ], + 1710 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6380', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '127', + 'prev_word_id' => '993', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1003', + ], + 1711 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6381', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '128', + 'prev_word_id' => '1003', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '995', + ], + 1712 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6382', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '129', + 'prev_word_id' => '995', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1027', + ], + 1713 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6383', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '130', + 'prev_word_id' => '1027', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1163', + ], + 1714 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6384', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '131', + 'prev_word_id' => '1163', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1715 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6385', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '132', + 'prev_word_id' => '1006', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1114', + ], + 1716 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6386', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '133', + 'prev_word_id' => '1114', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1717 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6387', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '134', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1194', + ], + 1718 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6388', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '135', + 'prev_word_id' => '1194', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1108', + ], + 1719 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6389', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '136', + 'prev_word_id' => '1108', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1034', + ], + 1720 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6390', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '137', + 'prev_word_id' => '1034', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1158', + ], + 1721 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6391', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '138', + 'prev_word_id' => '1158', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1195', + ], + 1722 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6392', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '139', + 'prev_word_id' => '1195', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1723 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6393', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '140', + 'prev_word_id' => '1011', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1724 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6394', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '141', + 'prev_word_id' => '1116', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '995', + ], + 1725 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6395', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '142', + 'prev_word_id' => '995', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '985', + ], + 1726 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6396', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '143', + 'prev_word_id' => '985', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '810', + ], + 1727 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6397', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '144', + 'prev_word_id' => '810', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1168', + ], + 1728 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6398', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '145', + 'prev_word_id' => '1168', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1135', + ], + 1729 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6399', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '146', + 'prev_word_id' => '1135', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1156', + ], + 1730 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6400', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '147', + 'prev_word_id' => '1156', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1099', + ], + 1731 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6401', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '148', + 'prev_word_id' => '1099', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1732 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6402', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '149', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1733 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6403', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '150', + 'prev_word_id' => '1152', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1734 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6404', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '151', + 'prev_word_id' => '1153', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '863', + ], + 1735 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6405', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '152', + 'prev_word_id' => '863', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1736 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6406', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1201', + 'placement' => '153', + 'prev_word_id' => '1152', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1737 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6407', + 'identifier' => 'publish_date', + 'integer_value' => '1174643640', + 'next_word_id' => '1191', + 'placement' => '154', + 'prev_word_id' => '1153', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1201', + ], + 1738 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '79', + 'frequency' => '0', + 'id' => '6408', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '155', + 'prev_word_id' => '1201', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '1191', + ], + 1739 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '80', + 'frequency' => '0', + 'id' => '6409', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '830', + ], + 1740 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '80', + 'frequency' => '0', + 'id' => '6410', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '830', + 'published' => '1311154178', + 'section_id' => '1', + 'word_id' => '831', + ], + 1741 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6411', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1135', + ], + 1742 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6412', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '1', + 'prev_word_id' => '1135', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1743 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6413', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '2', + 'prev_word_id' => '1136', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1744 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6414', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '3', + 'prev_word_id' => '1136', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '986', + ], + 1745 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6415', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '4', + 'prev_word_id' => '986', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1746 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6416', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '5', + 'prev_word_id' => '1040', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1041', + ], + 1747 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6417', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '6', + 'prev_word_id' => '1041', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1137', + ], + 1748 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6418', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '7', + 'prev_word_id' => '1137', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1749 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6419', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '8', + 'prev_word_id' => '1011', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1109', + ], + 1750 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6420', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '9', + 'prev_word_id' => '1109', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '863', + ], + 1751 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6421', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1138', + 'placement' => '10', + 'prev_word_id' => '863', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1000', + ], + 1752 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6422', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '11', + 'prev_word_id' => '1000', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1138', + ], + 1753 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6423', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '12', + 'prev_word_id' => '1138', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1112', + ], + 1754 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6424', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '13', + 'prev_word_id' => '1112', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1135', + ], + 1755 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6425', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '14', + 'prev_word_id' => '1135', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1756 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6426', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '15', + 'prev_word_id' => '1136', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1136', + ], + 1757 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6427', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '16', + 'prev_word_id' => '1136', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '986', + ], + 1758 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6428', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '17', + 'prev_word_id' => '986', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1108', + ], + 1759 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6429', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '18', + 'prev_word_id' => '1108', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1107', + ], + 1760 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6430', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '19', + 'prev_word_id' => '1107', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1761 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6431', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '20', + 'prev_word_id' => '1006', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1762 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6432', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '21', + 'prev_word_id' => '1001', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1119', + ], + 1763 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6433', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '22', + 'prev_word_id' => '1119', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1007', + ], + 1764 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6434', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '23', + 'prev_word_id' => '1007', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '992', + ], + 1765 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6435', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1139', + 'placement' => '24', + 'prev_word_id' => '992', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '993', + ], + 1766 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6436', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '25', + 'prev_word_id' => '993', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1139', + ], + 1767 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6437', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '26', + 'prev_word_id' => '1139', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1140', + ], + 1768 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6438', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '27', + 'prev_word_id' => '1140', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1141', + ], + 1769 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6439', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '28', + 'prev_word_id' => '1141', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1142', + ], + 1770 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6440', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '29', + 'prev_word_id' => '1142', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '994', + ], + 1771 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6441', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '30', + 'prev_word_id' => '994', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1143', + ], + 1772 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6442', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '31', + 'prev_word_id' => '1143', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1089', + ], + 1773 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6443', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '32', + 'prev_word_id' => '1089', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1144', + ], + 1774 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6444', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '33', + 'prev_word_id' => '1144', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1775 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6445', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '34', + 'prev_word_id' => '1039', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '999', + ], + 1776 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6446', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '35', + 'prev_word_id' => '999', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1777 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6447', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '36', + 'prev_word_id' => '1011', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '996', + ], + 1778 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6448', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '37', + 'prev_word_id' => '996', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1172', + ], + 1779 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6449', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '38', + 'prev_word_id' => '1172', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1188', + ], + 1780 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6450', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '39', + 'prev_word_id' => '1188', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '999', + ], + 1781 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6451', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1138', + 'placement' => '40', + 'prev_word_id' => '999', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1202', + ], + 1782 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6452', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '41', + 'prev_word_id' => '1202', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1138', + ], + 1783 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6453', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '42', + 'prev_word_id' => '1138', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1784 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6454', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '43', + 'prev_word_id' => '1039', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '810', + ], + 1785 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6455', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '44', + 'prev_word_id' => '810', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1119', + ], + 1786 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6456', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '45', + 'prev_word_id' => '1119', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1033', + ], + 1787 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6457', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '46', + 'prev_word_id' => '1033', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1012', + ], + 1788 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6458', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1173', + 'placement' => '47', + 'prev_word_id' => '1012', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1142', + ], + 1789 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6459', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '48', + 'prev_word_id' => '1142', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1173', + ], + 1790 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6460', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '49', + 'prev_word_id' => '1173', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1012', + ], + 1791 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6461', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '50', + 'prev_word_id' => '1012', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '825', + ], + 1792 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6462', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '51', + 'prev_word_id' => '825', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1003', + ], + 1793 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6463', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '52', + 'prev_word_id' => '1003', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '996', + ], + 1794 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6464', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '53', + 'prev_word_id' => '996', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1149', + ], + 1795 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6465', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '54', + 'prev_word_id' => '1149', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '984', + ], + 1796 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6466', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '55', + 'prev_word_id' => '984', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1797 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6467', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '56', + 'prev_word_id' => '1039', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1798 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6468', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '57', + 'prev_word_id' => '1001', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '986', + ], + 1799 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6469', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '58', + 'prev_word_id' => '986', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1034', + ], + 1800 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6470', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '59', + 'prev_word_id' => '1034', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1037', + ], + 1801 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6471', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '60', + 'prev_word_id' => '1037', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '992', + ], + 1802 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6472', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '61', + 'prev_word_id' => '992', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '993', + ], + 1803 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6473', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '62', + 'prev_word_id' => '993', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1026', + ], + 1804 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6474', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '63', + 'prev_word_id' => '1026', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '810', + ], + 1805 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6475', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '64', + 'prev_word_id' => '810', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1052', + ], + 1806 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6476', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '65', + 'prev_word_id' => '1052', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1046', + ], + 1807 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6477', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '66', + 'prev_word_id' => '1046', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1194', + ], + 1808 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6478', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '67', + 'prev_word_id' => '1194', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1026', + ], + 1809 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6479', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '68', + 'prev_word_id' => '1026', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1203', + ], + 1810 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6480', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1204', + 'placement' => '69', + 'prev_word_id' => '1203', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1811 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6481', + 'identifier' => 'publish_date', + 'integer_value' => '1174645140', + 'next_word_id' => '1191', + 'placement' => '70', + 'prev_word_id' => '1039', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1204', + ], + 1812 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '81', + 'frequency' => '0', + 'id' => '6482', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '71', + 'prev_word_id' => '1204', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1191', + ], + 1813 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6483', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1175', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1174', + ], + 1814 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6484', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1176', + 'placement' => '1', + 'prev_word_id' => '1174', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1175', + ], + 1815 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6485', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1177', + 'placement' => '2', + 'prev_word_id' => '1175', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1176', + ], + 1816 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6486', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '3', + 'prev_word_id' => '1176', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1177', + ], + 1817 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6487', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '4', + 'prev_word_id' => '1177', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '997', + ], + 1818 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6488', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '5', + 'prev_word_id' => '997', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1116', + ], + 1819 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6489', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '6', + 'prev_word_id' => '1116', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1172', + ], + 1820 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6490', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '7', + 'prev_word_id' => '1172', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1002', + ], + 1821 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6491', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1173', + 'placement' => '8', + 'prev_word_id' => '1002', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1000', + ], + 1822 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6492', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '9', + 'prev_word_id' => '1000', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1173', + ], + 1823 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6493', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '10', + 'prev_word_id' => '1173', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1164', + ], + 1824 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6494', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '11', + 'prev_word_id' => '1164', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1046', + ], + 1825 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6495', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '12', + 'prev_word_id' => '1046', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1102', + ], + 1826 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6496', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1175', + 'placement' => '13', + 'prev_word_id' => '1102', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1174', + ], + 1827 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6497', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1176', + 'placement' => '14', + 'prev_word_id' => '1174', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1175', + ], + 1828 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6498', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1177', + 'placement' => '15', + 'prev_word_id' => '1175', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1176', + ], + 1829 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6499', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1178', + 'placement' => '16', + 'prev_word_id' => '1176', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1177', + ], + 1830 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6500', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1179', + 'placement' => '17', + 'prev_word_id' => '1177', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1178', + ], + 1831 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6501', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1180', + 'placement' => '18', + 'prev_word_id' => '1178', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1179', + ], + 1832 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6502', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1181', + 'placement' => '19', + 'prev_word_id' => '1179', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1180', + ], + 1833 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6503', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1182', + 'placement' => '20', + 'prev_word_id' => '1180', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1181', + ], + 1834 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6504', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1183', + 'placement' => '21', + 'prev_word_id' => '1181', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1182', + ], + 1835 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6505', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1181', + 'placement' => '22', + 'prev_word_id' => '1182', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1183', + ], + 1836 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6506', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1184', + 'placement' => '23', + 'prev_word_id' => '1183', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1181', + ], + 1837 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6507', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1185', + 'placement' => '24', + 'prev_word_id' => '1181', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1184', + ], + 1838 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6508', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '25', + 'prev_word_id' => '1184', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1185', + ], + 1839 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6509', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '26', + 'prev_word_id' => '1185', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '983', + ], + 1840 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6510', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '27', + 'prev_word_id' => '983', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1089', + ], + 1841 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6511', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '28', + 'prev_word_id' => '1089', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1032', + ], + 1842 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6512', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '29', + 'prev_word_id' => '1032', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1171', + ], + 1843 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6513', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '30', + 'prev_word_id' => '1171', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1099', + ], + 1844 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6514', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '31', + 'prev_word_id' => '1099', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1119', + ], + 1845 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6515', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '32', + 'prev_word_id' => '1119', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1117', + ], + 1846 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6516', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '33', + 'prev_word_id' => '1117', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1051', + ], + 1847 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6517', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '34', + 'prev_word_id' => '1051', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1103', + ], + 1848 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6518', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '35', + 'prev_word_id' => '1103', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1099', + ], + 1849 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6519', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '36', + 'prev_word_id' => '1099', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '992', + ], + 1850 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6520', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '37', + 'prev_word_id' => '992', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '993', + ], + 1851 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6521', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '38', + 'prev_word_id' => '993', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1052', + ], + 1852 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6522', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '39', + 'prev_word_id' => '1052', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '985', + ], + 1853 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6523', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '40', + 'prev_word_id' => '985', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1032', + ], + 1854 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6524', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '41', + 'prev_word_id' => '1032', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1010', + ], + 1855 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6525', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '42', + 'prev_word_id' => '1010', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1053', + ], + 1856 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6526', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '43', + 'prev_word_id' => '1053', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '863', + ], + 1857 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6527', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '44', + 'prev_word_id' => '863', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1152', + ], + 1858 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6528', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '45', + 'prev_word_id' => '1152', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1153', + ], + 1859 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6529', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1155', + 'placement' => '46', + 'prev_word_id' => '1153', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1154', + ], + 1860 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6530', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1205', + 'placement' => '47', + 'prev_word_id' => '1154', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1155', + ], + 1861 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6531', + 'identifier' => 'publish_date', + 'integer_value' => '1174645260', + 'next_word_id' => '1191', + 'placement' => '48', + 'prev_word_id' => '1155', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1205', + ], + 1862 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '82', + 'frequency' => '0', + 'id' => '6532', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '49', + 'prev_word_id' => '1205', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1191', + ], + 1863 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6533', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1044', + ], + 1864 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6534', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '1', + 'prev_word_id' => '1044', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '994', + ], + 1865 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6535', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '2', + 'prev_word_id' => '994', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '988', + ], + 1866 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6536', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '3', + 'prev_word_id' => '988', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1044', + ], + 1867 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6537', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '4', + 'prev_word_id' => '1044', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '994', + ], + 1868 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6538', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '5', + 'prev_word_id' => '994', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '988', + ], + 1869 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6539', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '6', + 'prev_word_id' => '988', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '863', + ], + 1870 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6540', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '7', + 'prev_word_id' => '863', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '998', + ], + 1871 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6541', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '8', + 'prev_word_id' => '998', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '997', + ], + 1872 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6542', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '9', + 'prev_word_id' => '997', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1108', + ], + 1873 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6543', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '10', + 'prev_word_id' => '1108', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1874 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6544', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '11', + 'prev_word_id' => '1011', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1198', + ], + 1875 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6545', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '12', + 'prev_word_id' => '1198', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1113', + ], + 1876 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6546', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '13', + 'prev_word_id' => '1113', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '983', + ], + 1877 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6547', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '14', + 'prev_word_id' => '983', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1089', + ], + 1878 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6548', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1206', + 'placement' => '15', + 'prev_word_id' => '1089', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '988', + ], + 1879 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6549', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '16', + 'prev_word_id' => '988', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1206', + ], + 1880 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6550', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '17', + 'prev_word_id' => '1206', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1158', + ], + 1881 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6551', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1207', + 'placement' => '18', + 'prev_word_id' => '1158', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1117', + ], + 1882 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6552', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1159', + 'placement' => '19', + 'prev_word_id' => '1117', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1207', + ], + 1883 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6553', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '20', + 'prev_word_id' => '1207', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1159', + ], + 1884 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6554', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '21', + 'prev_word_id' => '1159', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1038', + ], + 1885 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6555', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '22', + 'prev_word_id' => '1038', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1172', + ], + 1886 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6556', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '23', + 'prev_word_id' => '1172', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1089', + ], + 1887 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6557', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '24', + 'prev_word_id' => '1089', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1019', + ], + 1888 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6558', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '25', + 'prev_word_id' => '1019', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1020', + ], + 1889 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6559', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '26', + 'prev_word_id' => '1020', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1027', + ], + 1890 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6560', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '27', + 'prev_word_id' => '1027', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '991', + ], + 1891 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6561', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '28', + 'prev_word_id' => '991', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1031', + ], + 1892 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6562', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1150', + 'placement' => '29', + 'prev_word_id' => '1031', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1040', + ], + 1893 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6563', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '30', + 'prev_word_id' => '1040', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1150', + ], + 1894 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6564', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '31', + 'prev_word_id' => '1150', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1895 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6565', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '32', + 'prev_word_id' => '1001', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '990', + ], + 1896 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6566', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '33', + 'prev_word_id' => '990', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1208', + ], + 1897 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6567', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '34', + 'prev_word_id' => '1208', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1898 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6568', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '35', + 'prev_word_id' => '1001', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1142', + ], + 1899 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6569', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1209', + 'placement' => '36', + 'prev_word_id' => '1142', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1010', + ], + 1900 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6570', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '37', + 'prev_word_id' => '1010', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1209', + ], + 1901 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6571', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '38', + 'prev_word_id' => '1209', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1103', + ], + 1902 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6572', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1199', + 'placement' => '39', + 'prev_word_id' => '1103', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '825', + ], + 1903 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6573', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '40', + 'prev_word_id' => '825', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1199', + ], + 1904 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6574', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '41', + 'prev_word_id' => '1199', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1146', + ], + 1905 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6575', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '42', + 'prev_word_id' => '1146', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1102', + ], + 1906 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6576', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1173', + 'placement' => '43', + 'prev_word_id' => '1102', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1907 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6577', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '44', + 'prev_word_id' => '1006', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1173', + ], + 1908 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6578', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '45', + 'prev_word_id' => '1173', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1149', + ], + 1909 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6579', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '46', + 'prev_word_id' => '1149', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '810', + ], + 1910 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6580', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '47', + 'prev_word_id' => '810', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1033', + ], + 1911 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6581', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '48', + 'prev_word_id' => '1033', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1162', + ], + 1912 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6582', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '49', + 'prev_word_id' => '1162', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1041', + ], + 1913 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6583', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '50', + 'prev_word_id' => '1041', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '995', + ], + 1914 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6584', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1205', + 'placement' => '51', + 'prev_word_id' => '995', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1039', + ], + 1915 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6585', + 'identifier' => 'publish_date', + 'integer_value' => '1174645260', + 'next_word_id' => '1191', + 'placement' => '52', + 'prev_word_id' => '1039', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1205', + ], + 1916 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '83', + 'frequency' => '0', + 'id' => '6586', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '53', + 'prev_word_id' => '1205', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1191', + ], + 1917 => [ + 'content_type_field_definition_id' => '236', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6587', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '919', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '919', + ], + 1918 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6588', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '1', + 'prev_word_id' => '919', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '919', + ], + 1919 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6589', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1024', + 'placement' => '2', + 'prev_word_id' => '919', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1008', + ], + 1920 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6590', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '971', + 'placement' => '3', + 'prev_word_id' => '1008', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1024', + ], + 1921 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6591', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '919', + 'placement' => '4', + 'prev_word_id' => '1024', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '971', + ], + 1922 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6592', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1210', + 'placement' => '5', + 'prev_word_id' => '971', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '919', + ], + 1923 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6593', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1211', + 'placement' => '6', + 'prev_word_id' => '919', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1210', + ], + 1924 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6594', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '919', + 'placement' => '7', + 'prev_word_id' => '1210', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1211', + ], + 1925 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6595', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '8', + 'prev_word_id' => '1211', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '919', + ], + 1926 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6596', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1212', + 'placement' => '9', + 'prev_word_id' => '919', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1008', + ], + 1927 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6597', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1213', + 'placement' => '10', + 'prev_word_id' => '1008', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1212', + ], + 1928 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6598', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '1214', + 'placement' => '11', + 'prev_word_id' => '1212', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1213', + ], + 1929 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6599', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '857', + 'placement' => '12', + 'prev_word_id' => '1213', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1214', + ], + 1930 => [ + 'content_type_field_definition_id' => '239', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6600', + 'identifier' => 'center_column', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '13', + 'prev_word_id' => '1214', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '857', + ], + 1931 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6601', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '14', + 'prev_word_id' => '857', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '981', + ], + 1932 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6602', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '15', + 'prev_word_id' => '981', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '982', + ], + 1933 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6603', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '16', + 'prev_word_id' => '982', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '983', + ], + 1934 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6604', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '17', + 'prev_word_id' => '983', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '984', + ], + 1935 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6605', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '18', + 'prev_word_id' => '984', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '985', + ], + 1936 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6606', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '19', + 'prev_word_id' => '985', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '986', + ], + 1937 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6607', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '20', + 'prev_word_id' => '986', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '987', + ], + 1938 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6608', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '21', + 'prev_word_id' => '987', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '988', + ], + 1939 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6609', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '22', + 'prev_word_id' => '988', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '989', + ], + 1940 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6610', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '23', + 'prev_word_id' => '989', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '984', + ], + 1941 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6611', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '24', + 'prev_word_id' => '984', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '990', + ], + 1942 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6612', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '25', + 'prev_word_id' => '990', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '991', + ], + 1943 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6613', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '26', + 'prev_word_id' => '991', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '992', + ], + 1944 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6614', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '27', + 'prev_word_id' => '992', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '993', + ], + 1945 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6615', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '28', + 'prev_word_id' => '993', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '994', + ], + 1946 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6616', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '29', + 'prev_word_id' => '994', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '995', + ], + 1947 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6617', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '30', + 'prev_word_id' => '995', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '996', + ], + 1948 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6618', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '31', + 'prev_word_id' => '996', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '997', + ], + 1949 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6619', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '32', + 'prev_word_id' => '997', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '998', + ], + 1950 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6620', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '33', + 'prev_word_id' => '998', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '999', + ], + 1951 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6621', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '34', + 'prev_word_id' => '999', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1000', + ], + 1952 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6622', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '35', + 'prev_word_id' => '1000', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1953 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6623', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '36', + 'prev_word_id' => '1001', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1002', + ], + 1954 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6624', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '37', + 'prev_word_id' => '1002', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '995', + ], + 1955 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6625', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '38', + 'prev_word_id' => '995', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '983', + ], + 1956 => [ + 'content_type_field_definition_id' => '240', + 'content_type_id' => '23', + 'contentobject_id' => '84', + 'frequency' => '0', + 'id' => '6626', + 'identifier' => 'right_column', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '39', + 'prev_word_id' => '983', + 'published' => '1311154179', + 'section_id' => '1', + 'word_id' => '1003', + ], + 1957 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6627', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1215', + ], + 1958 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6628', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '1', + 'prev_word_id' => '1215', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1108', + ], + 1959 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6629', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '2', + 'prev_word_id' => '1108', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1045', + ], + 1960 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6630', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '3', + 'prev_word_id' => '1045', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1115', + ], + 1961 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6631', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '4', + 'prev_word_id' => '1115', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1142', + ], + 1962 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6632', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '5', + 'prev_word_id' => '1142', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1963 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6633', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '6', + 'prev_word_id' => '1011', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1144', + ], + 1964 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6634', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '7', + 'prev_word_id' => '1144', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '999', + ], + 1965 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6635', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '8', + 'prev_word_id' => '999', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1089', + ], + 1966 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6636', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '9', + 'prev_word_id' => '1089', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1143', + ], + 1967 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6637', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '10', + 'prev_word_id' => '1143', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1108', + ], + 1968 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6638', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '11', + 'prev_word_id' => '1108', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1013', + ], + 1969 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6639', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '12', + 'prev_word_id' => '1013', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1162', + ], + 1970 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6640', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '13', + 'prev_word_id' => '1162', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1017', + ], + 1971 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6641', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '14', + 'prev_word_id' => '1017', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1030', + ], + 1972 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6642', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '15', + 'prev_word_id' => '1030', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1168', + ], + 1973 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6643', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '16', + 'prev_word_id' => '1168', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '997', + ], + 1974 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6644', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '17', + 'prev_word_id' => '997', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1975 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '85', + 'frequency' => '0', + 'id' => '6645', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '18', + 'prev_word_id' => '1011', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1049', + ], + 1976 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6646', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1216', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '838', + ], + 1977 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6647', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '1', + 'prev_word_id' => '838', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1216', + ], + 1978 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6648', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '2', + 'prev_word_id' => '1216', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1135', + ], + 1979 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6649', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '3', + 'prev_word_id' => '1135', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1006', + ], + 1980 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6650', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '4', + 'prev_word_id' => '1006', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1019', + ], + 1981 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6651', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '5', + 'prev_word_id' => '1019', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1111', + ], + 1982 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6652', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1217', + 'placement' => '6', + 'prev_word_id' => '1111', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1042', + ], + 1983 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6653', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '7', + 'prev_word_id' => '1042', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1217', + ], + 1984 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6654', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '8', + 'prev_word_id' => '1217', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '992', + ], + 1985 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6655', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '9', + 'prev_word_id' => '992', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '993', + ], + 1986 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6656', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '10', + 'prev_word_id' => '993', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '990', + ], + 1987 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6657', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '11', + 'prev_word_id' => '990', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1011', + ], + 1988 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '86', + 'frequency' => '0', + 'id' => '6658', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '12', + 'prev_word_id' => '1011', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '998', + ], + 1989 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6659', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '987', + ], + 1990 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6660', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '1', + 'prev_word_id' => '987', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1192', + ], + 1991 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6661', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '2', + 'prev_word_id' => '1192', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1000', + ], + 1992 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6662', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '3', + 'prev_word_id' => '1000', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1001', + ], + 1993 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6663', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1159', + 'placement' => '4', + 'prev_word_id' => '1001', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1115', + ], + 1994 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6664', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '5', + 'prev_word_id' => '1115', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1159', + ], + 1995 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6665', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '6', + 'prev_word_id' => '1159', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '984', + ], + 1996 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6666', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '7', + 'prev_word_id' => '984', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1157', + ], + 1997 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6667', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '8', + 'prev_word_id' => '1157', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1188', + ], + 1998 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6668', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '9', + 'prev_word_id' => '1188', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1194', + ], + 1999 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6669', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '10', + 'prev_word_id' => '1194', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2000 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6670', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '11', + 'prev_word_id' => '1017', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2001 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6671', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '12', + 'prev_word_id' => '1040', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1002', + ], + 2002 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6672', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '13', + 'prev_word_id' => '1002', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1147', + ], + 2003 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6673', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '14', + 'prev_word_id' => '1147', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1170', + ], + 2004 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6674', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '15', + 'prev_word_id' => '1170', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1108', + ], + 2005 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6675', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '16', + 'prev_word_id' => '1108', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2006 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6676', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '17', + 'prev_word_id' => '1001', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '985', + ], + 2007 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6677', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '18', + 'prev_word_id' => '985', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2008 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6678', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '19', + 'prev_word_id' => '1020', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '999', + ], + 2009 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6679', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1207', + 'placement' => '20', + 'prev_word_id' => '999', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2010 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6680', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '21', + 'prev_word_id' => '1017', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1207', + ], + 2011 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6681', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '22', + 'prev_word_id' => '1207', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1016', + ], + 2012 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6682', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '23', + 'prev_word_id' => '1016', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1048', + ], + 2013 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6683', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '24', + 'prev_word_id' => '1048', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1016', + ], + 2014 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6684', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '25', + 'prev_word_id' => '1016', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1172', + ], + 2015 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6685', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '26', + 'prev_word_id' => '1172', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1186', + ], + 2016 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6686', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '27', + 'prev_word_id' => '1186', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '994', + ], + 2017 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6687', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '28', + 'prev_word_id' => '994', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1034', + ], + 2018 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6688', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '29', + 'prev_word_id' => '1034', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '997', + ], + 2019 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6689', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '30', + 'prev_word_id' => '997', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1030', + ], + 2020 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6690', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '31', + 'prev_word_id' => '1030', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1218', + ], + 2021 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6691', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '32', + 'prev_word_id' => '1218', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1089', + ], + 2022 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6692', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1166', + 'placement' => '33', + 'prev_word_id' => '1089', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1158', + ], + 2023 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6693', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '34', + 'prev_word_id' => '1158', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1166', + ], + 2024 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6694', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '35', + 'prev_word_id' => '1166', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1196', + ], + 2025 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6695', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '36', + 'prev_word_id' => '1196', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2026 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6696', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '37', + 'prev_word_id' => '1014', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '863', + ], + 2027 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6697', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1159', + 'placement' => '38', + 'prev_word_id' => '863', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1006', + ], + 2028 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6698', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '39', + 'prev_word_id' => '1006', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1159', + ], + 2029 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6699', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '40', + 'prev_word_id' => '1159', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1016', + ], + 2030 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6700', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '41', + 'prev_word_id' => '1016', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1218', + ], + 2031 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6701', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '42', + 'prev_word_id' => '1218', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1146', + ], + 2032 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6702', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '43', + 'prev_word_id' => '1146', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1030', + ], + 2033 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6703', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '44', + 'prev_word_id' => '1030', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2034 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6704', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '45', + 'prev_word_id' => '1017', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2035 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6705', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '46', + 'prev_word_id' => '1020', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '984', + ], + 2036 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6706', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '47', + 'prev_word_id' => '984', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '825', + ], + 2037 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6707', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '48', + 'prev_word_id' => '825', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1038', + ], + 2038 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6708', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '49', + 'prev_word_id' => '1038', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1114', + ], + 2039 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6709', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '50', + 'prev_word_id' => '1114', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '825', + ], + 2040 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6710', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '51', + 'prev_word_id' => '825', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1103', + ], + 2041 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6711', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '52', + 'prev_word_id' => '1103', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1135', + ], + 2042 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6712', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '53', + 'prev_word_id' => '1135', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1002', + ], + 2043 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6713', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '54', + 'prev_word_id' => '1002', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1036', + ], + 2044 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6714', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '55', + 'prev_word_id' => '1036', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '982', + ], + 2045 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6715', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '56', + 'prev_word_id' => '982', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2046 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6716', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '57', + 'prev_word_id' => '1020', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1100', + ], + 2047 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6717', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '58', + 'prev_word_id' => '1100', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1171', + ], + 2048 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6718', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '59', + 'prev_word_id' => '1171', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1192', + ], + 2049 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6719', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '60', + 'prev_word_id' => '1192', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2050 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6720', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '61', + 'prev_word_id' => '1011', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1036', + ], + 2051 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6721', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '62', + 'prev_word_id' => '1036', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '987', + ], + 2052 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6722', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '63', + 'prev_word_id' => '987', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1192', + ], + 2053 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6723', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '64', + 'prev_word_id' => '1192', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2054 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6724', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '65', + 'prev_word_id' => '1000', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1042', + ], + 2055 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6725', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '66', + 'prev_word_id' => '1042', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2056 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6726', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '67', + 'prev_word_id' => '1040', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1140', + ], + 2057 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6727', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '68', + 'prev_word_id' => '1140', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1140', + ], + 2058 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6728', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '69', + 'prev_word_id' => '1140', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '987', + ], + 2059 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6729', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '70', + 'prev_word_id' => '987', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1192', + ], + 2060 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6730', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '71', + 'prev_word_id' => '1192', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '987', + ], + 2061 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6731', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1219', + 'placement' => '72', + 'prev_word_id' => '987', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1192', + ], + 2062 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6732', + 'identifier' => 'publish_date', + 'integer_value' => '1175235780', + 'next_word_id' => '1191', + 'placement' => '73', + 'prev_word_id' => '1192', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1219', + ], + 2063 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '87', + 'frequency' => '0', + 'id' => '6733', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '74', + 'prev_word_id' => '1219', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1191', + ], + 2064 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6734', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1175', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1174', + ], + 2065 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6735', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1176', + 'placement' => '1', + 'prev_word_id' => '1174', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1175', + ], + 2066 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6736', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '2', + 'prev_word_id' => '1175', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1176', + ], + 2067 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6737', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1097', + 'placement' => '3', + 'prev_word_id' => '1176', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '981', + ], + 2068 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6738', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '4', + 'prev_word_id' => '981', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1097', + ], + 2069 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6739', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '5', + 'prev_word_id' => '1097', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1016', + ], + 2070 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6740', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '6', + 'prev_word_id' => '1016', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2071 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6741', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '7', + 'prev_word_id' => '1001', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1196', + ], + 2072 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6742', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '8', + 'prev_word_id' => '1196', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1118', + ], + 2073 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6743', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '9', + 'prev_word_id' => '1118', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1143', + ], + 2074 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6744', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '10', + 'prev_word_id' => '1143', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1109', + ], + 2075 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6745', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '11', + 'prev_word_id' => '1109', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1018', + ], + 2076 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6746', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '12', + 'prev_word_id' => '1018', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '998', + ], + 2077 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6747', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '13', + 'prev_word_id' => '998', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1170', + ], + 2078 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6748', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '14', + 'prev_word_id' => '1170', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1186', + ], + 2079 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6749', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '15', + 'prev_word_id' => '1186', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1041', + ], + 2080 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6750', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '16', + 'prev_word_id' => '1041', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1102', + ], + 2081 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6751', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '17', + 'prev_word_id' => '1102', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '825', + ], + 2082 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6752', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '18', + 'prev_word_id' => '825', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1007', + ], + 2083 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6753', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '19', + 'prev_word_id' => '1007', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1145', + ], + 2084 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6754', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '20', + 'prev_word_id' => '1145', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1192', + ], + 2085 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6755', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '21', + 'prev_word_id' => '1192', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1099', + ], + 2086 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6756', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '22', + 'prev_word_id' => '1099', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2087 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6757', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '23', + 'prev_word_id' => '1001', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1109', + ], + 2088 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6758', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '24', + 'prev_word_id' => '1109', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1114', + ], + 2089 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6759', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '25', + 'prev_word_id' => '1114', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1036', + ], + 2090 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6760', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '26', + 'prev_word_id' => '1036', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1168', + ], + 2091 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6761', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '27', + 'prev_word_id' => '1168', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1029', + ], + 2092 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6762', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '28', + 'prev_word_id' => '1029', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1170', + ], + 2093 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6763', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '29', + 'prev_word_id' => '1170', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1197', + ], + 2094 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6764', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '30', + 'prev_word_id' => '1197', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '863', + ], + 2095 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6765', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '31', + 'prev_word_id' => '863', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1203', + ], + 2096 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6766', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '32', + 'prev_word_id' => '1203', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '825', + ], + 2097 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6767', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '33', + 'prev_word_id' => '825', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1143', + ], + 2098 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6768', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '34', + 'prev_word_id' => '1143', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1220', + ], + 2099 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6769', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '35', + 'prev_word_id' => '1220', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1013', + ], + 2100 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6770', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '36', + 'prev_word_id' => '1013', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1208', + ], + 2101 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6771', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '37', + 'prev_word_id' => '1208', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2102 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6772', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '38', + 'prev_word_id' => '1014', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1136', + ], + 2103 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6773', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '39', + 'prev_word_id' => '1136', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1027', + ], + 2104 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6774', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '40', + 'prev_word_id' => '1027', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1170', + ], + 2105 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6775', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '41', + 'prev_word_id' => '1170', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1161', + ], + 2106 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6776', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '42', + 'prev_word_id' => '1161', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1163', + ], + 2107 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6777', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '43', + 'prev_word_id' => '1163', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1013', + ], + 2108 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6778', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '44', + 'prev_word_id' => '1013', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1099', + ], + 2109 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6779', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1175', + 'placement' => '45', + 'prev_word_id' => '1099', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1174', + ], + 2110 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6780', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1176', + 'placement' => '46', + 'prev_word_id' => '1174', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1175', + ], + 2111 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6781', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1177', + 'placement' => '47', + 'prev_word_id' => '1175', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1176', + ], + 2112 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6782', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1178', + 'placement' => '48', + 'prev_word_id' => '1176', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1177', + ], + 2113 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6783', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1179', + 'placement' => '49', + 'prev_word_id' => '1177', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1178', + ], + 2114 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6784', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1180', + 'placement' => '50', + 'prev_word_id' => '1178', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1179', + ], + 2115 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6785', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1181', + 'placement' => '51', + 'prev_word_id' => '1179', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1180', + ], + 2116 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6786', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1182', + 'placement' => '52', + 'prev_word_id' => '1180', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1181', + ], + 2117 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6787', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1183', + 'placement' => '53', + 'prev_word_id' => '1181', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1182', + ], + 2118 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6788', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1181', + 'placement' => '54', + 'prev_word_id' => '1182', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1183', + ], + 2119 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6789', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1184', + 'placement' => '55', + 'prev_word_id' => '1183', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1181', + ], + 2120 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6790', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1185', + 'placement' => '56', + 'prev_word_id' => '1181', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1184', + ], + 2121 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6791', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '57', + 'prev_word_id' => '1184', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1185', + ], + 2122 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6792', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '58', + 'prev_word_id' => '1185', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2123 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6793', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '59', + 'prev_word_id' => '1001', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1030', + ], + 2124 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6794', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '60', + 'prev_word_id' => '1030', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1164', + ], + 2125 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6795', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '61', + 'prev_word_id' => '1164', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1042', + ], + 2126 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6796', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '62', + 'prev_word_id' => '1042', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1036', + ], + 2127 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6797', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '63', + 'prev_word_id' => '1036', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1050', + ], + 2128 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6798', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '64', + 'prev_word_id' => '1050', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1221', + ], + 2129 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6799', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '65', + 'prev_word_id' => '1221', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1135', + ], + 2130 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6800', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '66', + 'prev_word_id' => '1135', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1143', + ], + 2131 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6801', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '67', + 'prev_word_id' => '1143', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '996', + ], + 2132 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6802', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '68', + 'prev_word_id' => '996', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1046', + ], + 2133 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6803', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1209', + 'placement' => '69', + 'prev_word_id' => '1046', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1189', + ], + 2134 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6804', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '70', + 'prev_word_id' => '1189', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1209', + ], + 2135 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6805', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '71', + 'prev_word_id' => '1209', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1111', + ], + 2136 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6806', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '72', + 'prev_word_id' => '1111', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1018', + ], + 2137 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6807', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '73', + 'prev_word_id' => '1018', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '825', + ], + 2138 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6808', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '74', + 'prev_word_id' => '825', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2139 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6809', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1175', + 'placement' => '75', + 'prev_word_id' => '1040', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1174', + ], + 2140 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6810', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '76', + 'prev_word_id' => '1174', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1175', + ], + 2141 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6811', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1175', + 'placement' => '77', + 'prev_word_id' => '1175', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1174', + ], + 2142 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6812', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1222', + 'placement' => '78', + 'prev_word_id' => '1174', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1175', + ], + 2143 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6813', + 'identifier' => 'publish_date', + 'integer_value' => '1175236020', + 'next_word_id' => '1191', + 'placement' => '79', + 'prev_word_id' => '1175', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1222', + ], + 2144 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '88', + 'frequency' => '0', + 'id' => '6814', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '80', + 'prev_word_id' => '1222', + 'published' => '1311154180', + 'section_id' => '1', + 'word_id' => '1191', + ], + 2145 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6815', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1202', + ], + 2146 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6816', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '1', + 'prev_word_id' => '1202', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1101', + ], + 2147 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6817', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '2', + 'prev_word_id' => '1101', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1195', + ], + 2148 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6818', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '3', + 'prev_word_id' => '1195', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1019', + ], + 2149 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6819', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '4', + 'prev_word_id' => '1019', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1202', + ], + 2150 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6820', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '5', + 'prev_word_id' => '1202', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '984', + ], + 2151 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6821', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '6', + 'prev_word_id' => '984', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1036', + ], + 2152 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6822', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '7', + 'prev_word_id' => '1036', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1042', + ], + 2153 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6823', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1223', + 'placement' => '8', + 'prev_word_id' => '1042', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1050', + ], + 2154 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6824', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '9', + 'prev_word_id' => '1050', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1223', + ], + 2155 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6825', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '10', + 'prev_word_id' => '1223', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2156 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6826', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '11', + 'prev_word_id' => '1014', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1038', + ], + 2157 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6827', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '12', + 'prev_word_id' => '1038', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1108', + ], + 2158 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6828', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '13', + 'prev_word_id' => '1108', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1012', + ], + 2159 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6829', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '14', + 'prev_word_id' => '1012', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2160 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6830', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '15', + 'prev_word_id' => '1001', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '984', + ], + 2161 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6831', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '16', + 'prev_word_id' => '984', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1007', + ], + 2162 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6832', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '17', + 'prev_word_id' => '1007', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1051', + ], + 2163 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6833', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '18', + 'prev_word_id' => '1051', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1107', + ], + 2164 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6834', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '19', + 'prev_word_id' => '1107', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '988', + ], + 2165 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6835', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '20', + 'prev_word_id' => '988', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1172', + ], + 2166 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6836', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '21', + 'prev_word_id' => '1172', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1147', + ], + 2167 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6837', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '22', + 'prev_word_id' => '1147', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1112', + ], + 2168 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6838', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '23', + 'prev_word_id' => '1112', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1034', + ], + 2169 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6839', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '24', + 'prev_word_id' => '1034', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1108', + ], + 2170 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6840', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '25', + 'prev_word_id' => '1108', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1169', + ], + 2171 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6841', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '26', + 'prev_word_id' => '1169', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1113', + ], + 2172 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6842', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1206', + 'placement' => '27', + 'prev_word_id' => '1113', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1107', + ], + 2173 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6843', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1207', + 'placement' => '28', + 'prev_word_id' => '1107', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1206', + ], + 2174 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6844', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '29', + 'prev_word_id' => '1206', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1207', + ], + 2175 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6845', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '30', + 'prev_word_id' => '1207', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1002', + ], + 2176 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6846', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '31', + 'prev_word_id' => '1002', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1041', + ], + 2177 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6847', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '32', + 'prev_word_id' => '1041', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2178 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6848', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '33', + 'prev_word_id' => '1026', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1041', + ], + 2179 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6849', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1217', + 'placement' => '34', + 'prev_word_id' => '1041', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1107', + ], + 2180 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6850', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '35', + 'prev_word_id' => '1107', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1217', + ], + 2181 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6851', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '36', + 'prev_word_id' => '1217', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1012', + ], + 2182 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6852', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '37', + 'prev_word_id' => '1012', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1007', + ], + 2183 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6853', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '38', + 'prev_word_id' => '1007', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '825', + ], + 2184 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6854', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '39', + 'prev_word_id' => '825', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1161', + ], + 2185 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6855', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '40', + 'prev_word_id' => '1161', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1202', + ], + 2186 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6856', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '41', + 'prev_word_id' => '1202', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1162', + ], + 2187 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6857', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '42', + 'prev_word_id' => '1162', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1051', + ], + 2188 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6858', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '43', + 'prev_word_id' => '1051', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1037', + ], + 2189 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6859', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '44', + 'prev_word_id' => '1037', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1030', + ], + 2190 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6860', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '45', + 'prev_word_id' => '1030', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1147', + ], + 2191 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6861', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '46', + 'prev_word_id' => '1147', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1171', + ], + 2192 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6862', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '47', + 'prev_word_id' => '1171', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1053', + ], + 2193 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6863', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '48', + 'prev_word_id' => '1053', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '992', + ], + 2194 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6864', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '49', + 'prev_word_id' => '992', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '993', + ], + 2195 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6865', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '50', + 'prev_word_id' => '993', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1162', + ], + 2196 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6866', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '51', + 'prev_word_id' => '1162', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1114', + ], + 2197 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6867', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '52', + 'prev_word_id' => '1114', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1208', + ], + 2198 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6868', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '53', + 'prev_word_id' => '1208', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1202', + ], + 2199 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6869', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '54', + 'prev_word_id' => '1202', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1101', + ], + 2200 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6870', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '55', + 'prev_word_id' => '1101', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1195', + ], + 2201 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6871', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '56', + 'prev_word_id' => '1195', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1019', + ], + 2202 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6872', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '57', + 'prev_word_id' => '1019', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '981', + ], + 2203 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6873', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '58', + 'prev_word_id' => '981', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1018', + ], + 2204 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6874', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '59', + 'prev_word_id' => '1018', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1160', + ], + 2205 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6875', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '60', + 'prev_word_id' => '1160', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '989', + ], + 2206 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6876', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '61', + 'prev_word_id' => '989', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1145', + ], + 2207 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6877', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '62', + 'prev_word_id' => '1145', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1170', + ], + 2208 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6878', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '63', + 'prev_word_id' => '1170', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1034', + ], + 2209 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6879', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '64', + 'prev_word_id' => '1034', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '810', + ], + 2210 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6880', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '65', + 'prev_word_id' => '810', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1006', + ], + 2211 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6881', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '66', + 'prev_word_id' => '1006', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1029', + ], + 2212 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6882', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '67', + 'prev_word_id' => '1029', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1028', + ], + 2213 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6883', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '68', + 'prev_word_id' => '1028', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1202', + ], + 2214 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6884', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '69', + 'prev_word_id' => '1202', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1101', + ], + 2215 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6885', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '70', + 'prev_word_id' => '1101', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1202', + ], + 2216 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6886', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1224', + 'placement' => '71', + 'prev_word_id' => '1202', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1101', + ], + 2217 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6887', + 'identifier' => 'publish_date', + 'integer_value' => '1175236920', + 'next_word_id' => '1191', + 'placement' => '72', + 'prev_word_id' => '1101', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1224', + ], + 2218 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '89', + 'frequency' => '0', + 'id' => '6888', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '73', + 'prev_word_id' => '1224', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1191', + ], + 2219 => [ + 'content_type_field_definition_id' => '316', + 'content_type_id' => '41', + 'contentobject_id' => '90', + 'frequency' => '0', + 'id' => '6889', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1225', + ], + 2220 => [ + 'content_type_field_definition_id' => '316', + 'content_type_id' => '41', + 'contentobject_id' => '90', + 'frequency' => '0', + 'id' => '6890', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1226', + 'placement' => '1', + 'prev_word_id' => '1225', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '833', + ], + 2221 => [ + 'content_type_field_definition_id' => '316', + 'content_type_id' => '41', + 'contentobject_id' => '90', + 'frequency' => '0', + 'id' => '6891', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '2', + 'prev_word_id' => '833', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1226', + ], + 2222 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6892', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1228', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1227', + ], + 2223 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6893', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1229', + 'placement' => '1', + 'prev_word_id' => '1227', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1228', + ], + 2224 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6894', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '2', + 'prev_word_id' => '1228', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1229', + ], + 2225 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6895', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1230', + 'placement' => '3', + 'prev_word_id' => '1229', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1108', + ], + 2226 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6896', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '4', + 'prev_word_id' => '1108', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1230', + ], + 2227 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6897', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '5', + 'prev_word_id' => '1230', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1220', + ], + 2228 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6898', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1231', + 'placement' => '6', + 'prev_word_id' => '1220', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1116', + ], + 2229 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6899', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '7', + 'prev_word_id' => '1116', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1231', + ], + 2230 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6900', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1232', + 'placement' => '8', + 'prev_word_id' => '1231', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1089', + ], + 2231 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6901', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '9', + 'prev_word_id' => '1089', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1232', + ], + 2232 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6902', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '10', + 'prev_word_id' => '1232', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1089', + ], + 2233 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6903', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1233', + 'placement' => '11', + 'prev_word_id' => '1089', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '994', + ], + 2234 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6904', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '12', + 'prev_word_id' => '994', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1233', + ], + 2235 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6905', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '13', + 'prev_word_id' => '1233', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2236 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6906', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '14', + 'prev_word_id' => '1188', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1016', + ], + 2237 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6907', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '15', + 'prev_word_id' => '1016', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1043', + ], + 2238 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6908', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '16', + 'prev_word_id' => '1043', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1202', + ], + 2239 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6909', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '17', + 'prev_word_id' => '1202', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1048', + ], + 2240 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '91', + 'frequency' => '0', + 'id' => '6910', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '18', + 'prev_word_id' => '1048', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1141', + ], + 2241 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6911', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1235', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1234', + ], + 2242 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6912', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1229', + 'placement' => '1', + 'prev_word_id' => '1234', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1235', + ], + 2243 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6913', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '2', + 'prev_word_id' => '1235', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1229', + ], + 2244 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6914', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '3', + 'prev_word_id' => '1229', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2245 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6915', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '4', + 'prev_word_id' => '1014', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '810', + ], + 2246 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6916', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '5', + 'prev_word_id' => '810', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1157', + ], + 2247 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6917', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '6', + 'prev_word_id' => '1157', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2248 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6918', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '7', + 'prev_word_id' => '1014', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1030', + ], + 2249 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6919', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '8', + 'prev_word_id' => '1030', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '986', + ], + 2250 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6920', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '9', + 'prev_word_id' => '986', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '825', + ], + 2251 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6921', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '10', + 'prev_word_id' => '825', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1109', + ], + 2252 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6922', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1207', + 'placement' => '11', + 'prev_word_id' => '1109', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1192', + ], + 2253 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6923', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '12', + 'prev_word_id' => '1192', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1207', + ], + 2254 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6924', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '13', + 'prev_word_id' => '1207', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2255 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6925', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '14', + 'prev_word_id' => '1001', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2256 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6926', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '15', + 'prev_word_id' => '1000', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1041', + ], + 2257 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6927', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '16', + 'prev_word_id' => '1041', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1140', + ], + 2258 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6928', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '17', + 'prev_word_id' => '1140', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2259 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6929', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '18', + 'prev_word_id' => '1188', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1165', + ], + 2260 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '92', + 'frequency' => '0', + 'id' => '6930', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '19', + 'prev_word_id' => '1165', + 'published' => '1311154181', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2261 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6931', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1236', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1066', + ], + 2262 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6932', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1237', + 'placement' => '1', + 'prev_word_id' => '1066', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1236', + ], + 2263 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6933', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '2', + 'prev_word_id' => '1236', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1237', + ], + 2264 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6934', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '3', + 'prev_word_id' => '1237', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1135', + ], + 2265 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6935', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '4', + 'prev_word_id' => '1135', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1029', + ], + 2266 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6936', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '5', + 'prev_word_id' => '1029', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1007', + ], + 2267 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6937', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '6', + 'prev_word_id' => '1007', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2268 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6938', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '7', + 'prev_word_id' => '1001', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2269 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6939', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '8', + 'prev_word_id' => '1000', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1220', + ], + 2270 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6940', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '9', + 'prev_word_id' => '1220', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1162', + ], + 2271 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6941', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '10', + 'prev_word_id' => '1162', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '996', + ], + 2272 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6942', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '11', + 'prev_word_id' => '996', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1037', + ], + 2273 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6943', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '12', + 'prev_word_id' => '1037', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2274 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6944', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '13', + 'prev_word_id' => '1188', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1198', + ], + 2275 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6945', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '14', + 'prev_word_id' => '1198', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2276 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6946', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '15', + 'prev_word_id' => '1188', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1144', + ], + 2277 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6947', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '16', + 'prev_word_id' => '1144', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1089', + ], + 2278 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '93', + 'frequency' => '0', + 'id' => '6948', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '17', + 'prev_word_id' => '1089', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1099', + ], + 2279 => [ + 'content_type_field_definition_id' => '236', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6949', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '912', + ], + 2280 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6950', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '1', + 'prev_word_id' => '912', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '981', + ], + 2281 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6951', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '2', + 'prev_word_id' => '981', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '982', + ], + 2282 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6952', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '3', + 'prev_word_id' => '982', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '983', + ], + 2283 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6953', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '4', + 'prev_word_id' => '983', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '984', + ], + 2284 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6954', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '5', + 'prev_word_id' => '984', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '985', + ], + 2285 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6955', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '6', + 'prev_word_id' => '985', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '986', + ], + 2286 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6956', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '7', + 'prev_word_id' => '986', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '987', + ], + 2287 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6957', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '8', + 'prev_word_id' => '987', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '988', + ], + 2288 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6958', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '9', + 'prev_word_id' => '988', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '989', + ], + 2289 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6959', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '10', + 'prev_word_id' => '989', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '984', + ], + 2290 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6960', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '11', + 'prev_word_id' => '984', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '990', + ], + 2291 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6961', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '12', + 'prev_word_id' => '990', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '991', + ], + 2292 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6962', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '13', + 'prev_word_id' => '991', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '992', + ], + 2293 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6963', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '14', + 'prev_word_id' => '992', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '993', + ], + 2294 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6964', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '15', + 'prev_word_id' => '993', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '994', + ], + 2295 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6965', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '16', + 'prev_word_id' => '994', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '995', + ], + 2296 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6966', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '874', + 'placement' => '17', + 'prev_word_id' => '995', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '996', + ], + 2297 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6967', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '1238', + 'placement' => '18', + 'prev_word_id' => '996', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '874', + ], + 2298 => [ + 'content_type_field_definition_id' => '238', + 'content_type_id' => '23', + 'contentobject_id' => '94', + 'frequency' => '0', + 'id' => '6968', + 'identifier' => 'left_column', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '19', + 'prev_word_id' => '874', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1238', + ], + 2299 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6969', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1238', + ], + 2300 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6970', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '1', + 'prev_word_id' => '1238', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2301 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6971', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '2', + 'prev_word_id' => '1000', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '863', + ], + 2302 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6972', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '3', + 'prev_word_id' => '863', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1164', + ], + 2303 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6973', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '4', + 'prev_word_id' => '1164', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2304 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6974', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '5', + 'prev_word_id' => '1000', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1186', + ], + 2305 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6975', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '6', + 'prev_word_id' => '1186', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1043', + ], + 2306 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6976', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '7', + 'prev_word_id' => '1043', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1113', + ], + 2307 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6977', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '8', + 'prev_word_id' => '1113', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2308 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6978', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '9', + 'prev_word_id' => '1017', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1156', + ], + 2309 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6979', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '10', + 'prev_word_id' => '1156', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1116', + ], + 2310 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6980', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '11', + 'prev_word_id' => '1116', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1162', + ], + 2311 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6981', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '12', + 'prev_word_id' => '1162', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1220', + ], + 2312 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6982', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '13', + 'prev_word_id' => '1220', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1147', + ], + 2313 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6983', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '14', + 'prev_word_id' => '1147', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2314 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6984', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '15', + 'prev_word_id' => '1026', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1019', + ], + 2315 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6985', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '16', + 'prev_word_id' => '1019', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1100', + ], + 2316 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6986', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '17', + 'prev_word_id' => '1100', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '997', + ], + 2317 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6987', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '18', + 'prev_word_id' => '997', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1003', + ], + 2318 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6988', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '19', + 'prev_word_id' => '1003', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1005', + ], + 2319 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6989', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '20', + 'prev_word_id' => '1005', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '825', + ], + 2320 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6990', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '21', + 'prev_word_id' => '825', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1158', + ], + 2321 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6991', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '22', + 'prev_word_id' => '1158', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1172', + ], + 2322 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6992', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '23', + 'prev_word_id' => '1172', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '985', + ], + 2323 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6993', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '24', + 'prev_word_id' => '985', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1195', + ], + 2324 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6994', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '25', + 'prev_word_id' => '1195', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1007', + ], + 2325 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6995', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '26', + 'prev_word_id' => '1007', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2326 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6996', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '27', + 'prev_word_id' => '1026', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1144', + ], + 2327 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6997', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '28', + 'prev_word_id' => '1144', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1019', + ], + 2328 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6998', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '29', + 'prev_word_id' => '1019', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1089', + ], + 2329 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '6999', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1159', + 'placement' => '30', + 'prev_word_id' => '1089', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '986', + ], + 2330 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7000', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '31', + 'prev_word_id' => '986', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1159', + ], + 2331 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7001', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '32', + 'prev_word_id' => '1159', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1030', + ], + 2332 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7002', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '33', + 'prev_word_id' => '1030', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '999', + ], + 2333 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7003', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '34', + 'prev_word_id' => '999', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1140', + ], + 2334 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7004', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '35', + 'prev_word_id' => '1140', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1164', + ], + 2335 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7005', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '36', + 'prev_word_id' => '1164', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1029', + ], + 2336 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7006', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '37', + 'prev_word_id' => '1029', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1045', + ], + 2337 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7007', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '38', + 'prev_word_id' => '1045', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '987', + ], + 2338 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7008', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '39', + 'prev_word_id' => '987', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1107', + ], + 2339 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7009', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '40', + 'prev_word_id' => '1107', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1006', + ], + 2340 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7010', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '41', + 'prev_word_id' => '1006', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1030', + ], + 2341 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7011', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '42', + 'prev_word_id' => '1030', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1007', + ], + 2342 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7012', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '43', + 'prev_word_id' => '1007', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1187', + ], + 2343 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7013', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '44', + 'prev_word_id' => '1187', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1160', + ], + 2344 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7014', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '45', + 'prev_word_id' => '1160', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1172', + ], + 2345 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7015', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '46', + 'prev_word_id' => '1172', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2346 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7016', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '47', + 'prev_word_id' => '1011', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1109', + ], + 2347 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7017', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '48', + 'prev_word_id' => '1109', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2348 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7018', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '49', + 'prev_word_id' => '1011', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1038', + ], + 2349 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7019', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '50', + 'prev_word_id' => '1038', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1189', + ], + 2350 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7020', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '51', + 'prev_word_id' => '1189', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1118', + ], + 2351 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7021', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '52', + 'prev_word_id' => '1118', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '983', + ], + 2352 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7022', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '53', + 'prev_word_id' => '983', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2353 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7023', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '54', + 'prev_word_id' => '1020', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '988', + ], + 2354 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7024', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '55', + 'prev_word_id' => '988', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1170', + ], + 2355 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7025', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '56', + 'prev_word_id' => '1170', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '999', + ], + 2356 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7026', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '57', + 'prev_word_id' => '999', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1221', + ], + 2357 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7027', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '58', + 'prev_word_id' => '1221', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '991', + ], + 2358 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7028', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '59', + 'prev_word_id' => '991', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2359 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7029', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '60', + 'prev_word_id' => '1011', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1160', + ], + 2360 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7030', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '61', + 'prev_word_id' => '1160', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1015', + ], + 2361 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7031', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '62', + 'prev_word_id' => '1015', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2362 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7032', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '63', + 'prev_word_id' => '1014', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1145', + ], + 2363 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7033', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '64', + 'prev_word_id' => '1145', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '998', + ], + 2364 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7034', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '65', + 'prev_word_id' => '998', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1113', + ], + 2365 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7035', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '66', + 'prev_word_id' => '1113', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1101', + ], + 2366 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7036', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '67', + 'prev_word_id' => '1101', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1042', + ], + 2367 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7037', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '68', + 'prev_word_id' => '1042', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1053', + ], + 2368 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7038', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '69', + 'prev_word_id' => '1053', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1042', + ], + 2369 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7039', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '70', + 'prev_word_id' => '1042', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1018', + ], + 2370 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7040', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '71', + 'prev_word_id' => '1018', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2371 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7041', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '72', + 'prev_word_id' => '1188', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1142', + ], + 2372 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7042', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '73', + 'prev_word_id' => '1142', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '863', + ], + 2373 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7043', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '74', + 'prev_word_id' => '863', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1108', + ], + 2374 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7044', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '75', + 'prev_word_id' => '1108', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2375 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7045', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '76', + 'prev_word_id' => '1026', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1049', + ], + 2376 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7046', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '77', + 'prev_word_id' => '1049', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1035', + ], + 2377 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7047', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '78', + 'prev_word_id' => '1035', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1038', + ], + 2378 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7048', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '79', + 'prev_word_id' => '1038', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '998', + ], + 2379 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7049', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '80', + 'prev_word_id' => '998', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1037', + ], + 2380 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7050', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '81', + 'prev_word_id' => '1037', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2381 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7051', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '82', + 'prev_word_id' => '1011', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '991', + ], + 2382 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7052', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '83', + 'prev_word_id' => '991', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1171', + ], + 2383 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7053', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '84', + 'prev_word_id' => '1171', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1052', + ], + 2384 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7054', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '85', + 'prev_word_id' => '1052', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '992', + ], + 2385 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7055', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '86', + 'prev_word_id' => '992', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '993', + ], + 2386 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7056', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '87', + 'prev_word_id' => '993', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1032', + ], + 2387 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7057', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '88', + 'prev_word_id' => '1032', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '981', + ], + 2388 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7058', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '89', + 'prev_word_id' => '981', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2389 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7059', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '90', + 'prev_word_id' => '1188', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1142', + ], + 2390 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7060', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '91', + 'prev_word_id' => '1142', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1170', + ], + 2391 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7061', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '92', + 'prev_word_id' => '1170', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2392 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7062', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '93', + 'prev_word_id' => '1014', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1046', + ], + 2393 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '95', + 'frequency' => '0', + 'id' => '7063', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '94', + 'prev_word_id' => '1046', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1165', + ], + 2394 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7064', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2395 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7065', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '1', + 'prev_word_id' => '1001', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '982', + ], + 2396 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7066', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '2', + 'prev_word_id' => '982', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2397 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7067', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '3', + 'prev_word_id' => '1001', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '982', + ], + 2398 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7068', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '4', + 'prev_word_id' => '982', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '991', + ], + 2399 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7069', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '5', + 'prev_word_id' => '991', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1019', + ], + 2400 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7070', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '6', + 'prev_word_id' => '1019', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2401 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7071', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '7', + 'prev_word_id' => '1017', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1144', + ], + 2402 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7072', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '8', + 'prev_word_id' => '1144', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1147', + ], + 2403 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7073', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '9', + 'prev_word_id' => '1147', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1039', + ], + 2404 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7074', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '10', + 'prev_word_id' => '1039', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2405 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7075', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '11', + 'prev_word_id' => '1011', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1187', + ], + 2406 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7076', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '12', + 'prev_word_id' => '1187', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1039', + ], + 2407 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7077', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1139', + 'placement' => '13', + 'prev_word_id' => '1039', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '810', + ], + 2408 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7078', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '14', + 'prev_word_id' => '810', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1139', + ], + 2409 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7079', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '15', + 'prev_word_id' => '1139', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1101', + ], + 2410 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7080', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '16', + 'prev_word_id' => '1101', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1168', + ], + 2411 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7081', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '17', + 'prev_word_id' => '1168', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1113', + ], + 2412 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7082', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '18', + 'prev_word_id' => '1113', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1031', + ], + 2413 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7083', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '19', + 'prev_word_id' => '1031', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1039', + ], + 2414 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7084', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '20', + 'prev_word_id' => '1039', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '863', + ], + 2415 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7085', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '21', + 'prev_word_id' => '863', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1239', + ], + 2416 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7086', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '22', + 'prev_word_id' => '1239', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1158', + ], + 2417 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7087', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '23', + 'prev_word_id' => '1158', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1149', + ], + 2418 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7088', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '24', + 'prev_word_id' => '1149', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2419 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7089', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '25', + 'prev_word_id' => '1188', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1103', + ], + 2420 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7090', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '26', + 'prev_word_id' => '1103', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2421 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7091', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '27', + 'prev_word_id' => '1014', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1158', + ], + 2422 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7092', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '28', + 'prev_word_id' => '1158', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '986', + ], + 2423 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7093', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '29', + 'prev_word_id' => '986', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1196', + ], + 2424 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7094', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '30', + 'prev_word_id' => '1196', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2425 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7095', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '31', + 'prev_word_id' => '1020', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2426 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7096', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '32', + 'prev_word_id' => '1017', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1171', + ], + 2427 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7097', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '33', + 'prev_word_id' => '1171', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1144', + ], + 2428 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7098', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '34', + 'prev_word_id' => '1144', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '825', + ], + 2429 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7099', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '35', + 'prev_word_id' => '825', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1019', + ], + 2430 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7100', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '36', + 'prev_word_id' => '1019', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2431 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '96', + 'frequency' => '0', + 'id' => '7101', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '37', + 'prev_word_id' => '1040', + 'published' => '1311154182', + 'section_id' => '1', + 'word_id' => '1165', + ], + 2432 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7102', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2433 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7103', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '1', + 'prev_word_id' => '1011', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1144', + ], + 2434 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7104', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '2', + 'prev_word_id' => '1144', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '987', + ], + 2435 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7105', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '3', + 'prev_word_id' => '987', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1107', + ], + 2436 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7106', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '4', + 'prev_word_id' => '1107', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1038', + ], + 2437 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7107', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '5', + 'prev_word_id' => '1038', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1172', + ], + 2438 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7108', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '6', + 'prev_word_id' => '1172', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2439 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7109', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '7', + 'prev_word_id' => '1000', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1051', + ], + 2440 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7110', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '8', + 'prev_word_id' => '1051', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1028', + ], + 2441 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7111', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1217', + 'placement' => '9', + 'prev_word_id' => '1028', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1105', + ], + 2442 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7112', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '10', + 'prev_word_id' => '1105', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1217', + ], + 2443 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7113', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '11', + 'prev_word_id' => '1217', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2444 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7114', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '12', + 'prev_word_id' => '1020', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1196', + ], + 2445 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7115', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '13', + 'prev_word_id' => '1196', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1013', + ], + 2446 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7116', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '14', + 'prev_word_id' => '1013', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1143', + ], + 2447 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7117', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '15', + 'prev_word_id' => '1143', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2448 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7118', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '16', + 'prev_word_id' => '1026', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1019', + ], + 2449 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7119', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '17', + 'prev_word_id' => '1019', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1100', + ], + 2450 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7120', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '18', + 'prev_word_id' => '1100', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '981', + ], + 2451 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7121', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '19', + 'prev_word_id' => '981', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1015', + ], + 2452 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7122', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '20', + 'prev_word_id' => '1015', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2453 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7123', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '21', + 'prev_word_id' => '1026', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1103', + ], + 2454 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7124', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '22', + 'prev_word_id' => '1103', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1005', + ], + 2455 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7125', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '23', + 'prev_word_id' => '1005', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '982', + ], + 2456 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7126', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '24', + 'prev_word_id' => '982', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1012', + ], + 2457 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7127', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '25', + 'prev_word_id' => '1012', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '992', + ], + 2458 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7128', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '26', + 'prev_word_id' => '992', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '993', + ], + 2459 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7129', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '27', + 'prev_word_id' => '993', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1161', + ], + 2460 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7130', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '28', + 'prev_word_id' => '1161', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1163', + ], + 2461 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7131', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '29', + 'prev_word_id' => '1163', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1143', + ], + 2462 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7132', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '30', + 'prev_word_id' => '1143', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '983', + ], + 2463 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7133', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '31', + 'prev_word_id' => '983', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1053', + ], + 2464 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7134', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '32', + 'prev_word_id' => '1053', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1197', + ], + 2465 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7135', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '33', + 'prev_word_id' => '1197', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1168', + ], + 2466 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7136', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '34', + 'prev_word_id' => '1168', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2467 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7137', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '35', + 'prev_word_id' => '1040', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '992', + ], + 2468 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7138', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '36', + 'prev_word_id' => '992', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '993', + ], + 2469 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7139', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '37', + 'prev_word_id' => '993', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1036', + ], + 2470 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7140', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '38', + 'prev_word_id' => '1036', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1196', + ], + 2471 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7141', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '39', + 'prev_word_id' => '1196', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '999', + ], + 2472 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7142', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '40', + 'prev_word_id' => '999', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2473 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7143', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '41', + 'prev_word_id' => '1026', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1053', + ], + 2474 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7144', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '42', + 'prev_word_id' => '1053', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '981', + ], + 2475 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7145', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '43', + 'prev_word_id' => '981', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2476 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7146', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '44', + 'prev_word_id' => '1001', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1039', + ], + 2477 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7147', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '45', + 'prev_word_id' => '1039', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2478 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7148', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '46', + 'prev_word_id' => '1000', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1192', + ], + 2479 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7149', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '47', + 'prev_word_id' => '1192', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1116', + ], + 2480 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7150', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '48', + 'prev_word_id' => '1116', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1161', + ], + 2481 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7151', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '49', + 'prev_word_id' => '1161', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1145', + ], + 2482 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7152', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '50', + 'prev_word_id' => '1145', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2483 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7153', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '51', + 'prev_word_id' => '1001', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1027', + ], + 2484 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7154', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '52', + 'prev_word_id' => '1027', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1114', + ], + 2485 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7155', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '53', + 'prev_word_id' => '1114', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1164', + ], + 2486 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7156', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '54', + 'prev_word_id' => '1164', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1106', + ], + 2487 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7157', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '55', + 'prev_word_id' => '1106', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1221', + ], + 2488 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7158', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '56', + 'prev_word_id' => '1221', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2489 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7159', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '57', + 'prev_word_id' => '1020', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1033', + ], + 2490 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7160', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '58', + 'prev_word_id' => '1033', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '992', + ], + 2491 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7161', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '59', + 'prev_word_id' => '992', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '993', + ], + 2492 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7162', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '60', + 'prev_word_id' => '993', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1053', + ], + 2493 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7163', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '61', + 'prev_word_id' => '1053', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2494 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7164', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '62', + 'prev_word_id' => '1188', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1034', + ], + 2495 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7165', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '63', + 'prev_word_id' => '1034', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1044', + ], + 2496 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7166', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '64', + 'prev_word_id' => '1044', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1033', + ], + 2497 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7167', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '65', + 'prev_word_id' => '1033', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1149', + ], + 2498 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7168', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '66', + 'prev_word_id' => '1149', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1013', + ], + 2499 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7169', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '67', + 'prev_word_id' => '1013', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1018', + ], + 2500 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7170', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '68', + 'prev_word_id' => '1018', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1018', + ], + 2501 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7171', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '69', + 'prev_word_id' => '1018', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1157', + ], + 2502 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7172', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1138', + 'placement' => '70', + 'prev_word_id' => '1157', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1006', + ], + 2503 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7173', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '71', + 'prev_word_id' => '1006', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1138', + ], + 2504 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7174', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '72', + 'prev_word_id' => '1138', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1161', + ], + 2505 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7175', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '73', + 'prev_word_id' => '1161', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '995', + ], + 2506 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7176', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '74', + 'prev_word_id' => '995', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '990', + ], + 2507 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7177', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '75', + 'prev_word_id' => '990', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2508 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7178', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '76', + 'prev_word_id' => '1000', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '988', + ], + 2509 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7179', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '77', + 'prev_word_id' => '988', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '863', + ], + 2510 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '97', + 'frequency' => '0', + 'id' => '7180', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '78', + 'prev_word_id' => '863', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '998', + ], + 2511 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7181', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '874', + ], + 2512 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7182', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1166', + 'placement' => '1', + 'prev_word_id' => '874', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2513 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7183', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '2', + 'prev_word_id' => '1017', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1166', + ], + 2514 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7184', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '3', + 'prev_word_id' => '1166', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1051', + ], + 2515 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7185', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '4', + 'prev_word_id' => '1051', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2516 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7186', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '5', + 'prev_word_id' => '1001', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1049', + ], + 2517 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7187', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '6', + 'prev_word_id' => '1049', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '997', + ], + 2518 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7188', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '7', + 'prev_word_id' => '997', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1036', + ], + 2519 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7189', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '8', + 'prev_word_id' => '1036', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1145', + ], + 2520 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7190', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '9', + 'prev_word_id' => '1145', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1197', + ], + 2521 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7191', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1167', + 'placement' => '10', + 'prev_word_id' => '1197', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1002', + ], + 2522 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7192', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '11', + 'prev_word_id' => '1002', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1167', + ], + 2523 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7193', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '12', + 'prev_word_id' => '1167', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1050', + ], + 2524 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7194', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '13', + 'prev_word_id' => '1050', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1140', + ], + 2525 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7195', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '14', + 'prev_word_id' => '1140', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1193', + ], + 2526 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7196', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '15', + 'prev_word_id' => '1193', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1143', + ], + 2527 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7197', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '16', + 'prev_word_id' => '1143', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1045', + ], + 2528 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7198', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '17', + 'prev_word_id' => '1045', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1102', + ], + 2529 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7199', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '18', + 'prev_word_id' => '1102', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1052', + ], + 2530 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7200', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '19', + 'prev_word_id' => '1052', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1028', + ], + 2531 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7201', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '20', + 'prev_word_id' => '1028', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1168', + ], + 2532 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7202', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '21', + 'prev_word_id' => '1168', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1157', + ], + 2533 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7203', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '22', + 'prev_word_id' => '1157', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1107', + ], + 2534 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7204', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '23', + 'prev_word_id' => '1107', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1157', + ], + 2535 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7205', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '24', + 'prev_word_id' => '1157', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '997', + ], + 2536 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7206', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '25', + 'prev_word_id' => '997', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2537 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7207', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '26', + 'prev_word_id' => '1040', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1218', + ], + 2538 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7208', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '27', + 'prev_word_id' => '1218', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1156', + ], + 2539 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7209', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1209', + 'placement' => '28', + 'prev_word_id' => '1156', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1089', + ], + 2540 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7210', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '29', + 'prev_word_id' => '1089', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1209', + ], + 2541 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7211', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '30', + 'prev_word_id' => '1209', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1013', + ], + 2542 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7212', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '31', + 'prev_word_id' => '1013', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '994', + ], + 2543 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7213', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '32', + 'prev_word_id' => '994', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2544 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7214', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '33', + 'prev_word_id' => '1020', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1007', + ], + 2545 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7215', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '34', + 'prev_word_id' => '1007', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1145', + ], + 2546 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7216', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '35', + 'prev_word_id' => '1145', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '863', + ], + 2547 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7217', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '36', + 'prev_word_id' => '863', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1162', + ], + 2548 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7218', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '37', + 'prev_word_id' => '1162', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '863', + ], + 2549 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7219', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1166', + 'placement' => '38', + 'prev_word_id' => '863', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1099', + ], + 2550 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7220', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '39', + 'prev_word_id' => '1099', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1166', + ], + 2551 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7221', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '40', + 'prev_word_id' => '1166', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1119', + ], + 2552 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7222', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '41', + 'prev_word_id' => '1119', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1047', + ], + 2553 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7223', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '42', + 'prev_word_id' => '1047', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1108', + ], + 2554 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7224', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '43', + 'prev_word_id' => '1108', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1101', + ], + 2555 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7225', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '44', + 'prev_word_id' => '1101', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '988', + ], + 2556 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7226', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '45', + 'prev_word_id' => '988', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1137', + ], + 2557 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7227', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '46', + 'prev_word_id' => '1137', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '994', + ], + 2558 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7228', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '47', + 'prev_word_id' => '994', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2559 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7229', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '48', + 'prev_word_id' => '1014', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '810', + ], + 2560 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7230', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '49', + 'prev_word_id' => '810', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1203', + ], + 2561 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7231', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '50', + 'prev_word_id' => '1203', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1221', + ], + 2562 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7232', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '51', + 'prev_word_id' => '1221', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1002', + ], + 2563 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7233', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '52', + 'prev_word_id' => '1002', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1016', + ], + 2564 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7234', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '53', + 'prev_word_id' => '1016', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1156', + ], + 2565 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7235', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '54', + 'prev_word_id' => '1156', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '986', + ], + 2566 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7236', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '55', + 'prev_word_id' => '986', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1013', + ], + 2567 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7237', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '56', + 'prev_word_id' => '1013', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1037', + ], + 2568 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7238', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '57', + 'prev_word_id' => '1037', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1161', + ], + 2569 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7239', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '58', + 'prev_word_id' => '1161', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1113', + ], + 2570 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7240', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '59', + 'prev_word_id' => '1113', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1107', + ], + 2571 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7241', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '60', + 'prev_word_id' => '1107', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1218', + ], + 2572 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7242', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '61', + 'prev_word_id' => '1218', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2573 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7243', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '62', + 'prev_word_id' => '1001', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '982', + ], + 2574 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7244', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '63', + 'prev_word_id' => '982', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '991', + ], + 2575 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7245', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '64', + 'prev_word_id' => '991', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1019', + ], + 2576 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7246', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '65', + 'prev_word_id' => '1019', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2577 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7247', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '66', + 'prev_word_id' => '1017', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1144', + ], + 2578 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7248', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '67', + 'prev_word_id' => '1144', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1147', + ], + 2579 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7249', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '68', + 'prev_word_id' => '1147', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1039', + ], + 2580 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7250', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '69', + 'prev_word_id' => '1039', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2581 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7251', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '70', + 'prev_word_id' => '1011', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1187', + ], + 2582 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7252', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '71', + 'prev_word_id' => '1187', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1039', + ], + 2583 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7253', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1139', + 'placement' => '72', + 'prev_word_id' => '1039', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '810', + ], + 2584 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7254', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '73', + 'prev_word_id' => '810', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1139', + ], + 2585 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7255', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '74', + 'prev_word_id' => '1139', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1101', + ], + 2586 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7256', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '75', + 'prev_word_id' => '1101', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1168', + ], + 2587 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7257', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '76', + 'prev_word_id' => '1168', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1113', + ], + 2588 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7258', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '77', + 'prev_word_id' => '1113', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1031', + ], + 2589 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7259', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '78', + 'prev_word_id' => '1031', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1039', + ], + 2590 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7260', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '79', + 'prev_word_id' => '1039', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '863', + ], + 2591 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7261', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '80', + 'prev_word_id' => '863', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1239', + ], + 2592 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7262', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '81', + 'prev_word_id' => '1239', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1158', + ], + 2593 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7263', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '82', + 'prev_word_id' => '1158', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1149', + ], + 2594 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7264', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '83', + 'prev_word_id' => '1149', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2595 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7265', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '84', + 'prev_word_id' => '1188', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1103', + ], + 2596 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7266', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '85', + 'prev_word_id' => '1103', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2597 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7267', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '86', + 'prev_word_id' => '1014', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1158', + ], + 2598 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7268', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '87', + 'prev_word_id' => '1158', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '986', + ], + 2599 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7269', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '88', + 'prev_word_id' => '986', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1196', + ], + 2600 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7270', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '89', + 'prev_word_id' => '1196', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2601 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7271', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '90', + 'prev_word_id' => '1020', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2602 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7272', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '91', + 'prev_word_id' => '1017', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1171', + ], + 2603 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7273', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '92', + 'prev_word_id' => '1171', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1144', + ], + 2604 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7274', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '93', + 'prev_word_id' => '1144', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '825', + ], + 2605 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7275', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '94', + 'prev_word_id' => '825', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1019', + ], + 2606 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7276', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '95', + 'prev_word_id' => '1019', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2607 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '98', + 'frequency' => '0', + 'id' => '7277', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '96', + 'prev_word_id' => '1040', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1165', + ], + 2608 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7278', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2609 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7279', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '1', + 'prev_word_id' => '1000', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1119', + ], + 2610 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7280', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '2', + 'prev_word_id' => '1119', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '983', + ], + 2611 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7281', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '3', + 'prev_word_id' => '983', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1119', + ], + 2612 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7282', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '4', + 'prev_word_id' => '1119', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1162', + ], + 2613 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7283', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '5', + 'prev_word_id' => '1162', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1171', + ], + 2614 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7284', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '6', + 'prev_word_id' => '1171', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1034', + ], + 2615 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7285', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '7', + 'prev_word_id' => '1034', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2616 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7286', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '8', + 'prev_word_id' => '1014', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2617 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7287', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '9', + 'prev_word_id' => '1001', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1002', + ], + 2618 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7288', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '10', + 'prev_word_id' => '1002', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1171', + ], + 2619 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7289', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1206', + 'placement' => '11', + 'prev_word_id' => '1171', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1157', + ], + 2620 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7290', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '12', + 'prev_word_id' => '1157', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1206', + ], + 2621 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7291', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '13', + 'prev_word_id' => '1206', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1239', + ], + 2622 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7292', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '14', + 'prev_word_id' => '1239', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '981', + ], + 2623 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7293', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '15', + 'prev_word_id' => '981', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2624 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7294', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '16', + 'prev_word_id' => '1026', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1038', + ], + 2625 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7295', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '17', + 'prev_word_id' => '1038', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1030', + ], + 2626 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7296', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1097', + 'placement' => '18', + 'prev_word_id' => '1030', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1112', + ], + 2627 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7297', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '19', + 'prev_word_id' => '1112', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1097', + ], + 2628 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7298', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '20', + 'prev_word_id' => '1097', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1162', + ], + 2629 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7299', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '21', + 'prev_word_id' => '1162', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '999', + ], + 2630 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7300', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '22', + 'prev_word_id' => '999', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1117', + ], + 2631 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7301', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '23', + 'prev_word_id' => '1117', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1103', + ], + 2632 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7302', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '24', + 'prev_word_id' => '1103', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2633 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7303', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '25', + 'prev_word_id' => '1001', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1053', + ], + 2634 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7304', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '26', + 'prev_word_id' => '1053', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1038', + ], + 2635 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7305', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '27', + 'prev_word_id' => '1038', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1019', + ], + 2636 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7306', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '28', + 'prev_word_id' => '1019', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1171', + ], + 2637 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7307', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '29', + 'prev_word_id' => '1171', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1194', + ], + 2638 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7308', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '30', + 'prev_word_id' => '1194', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2639 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7309', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '31', + 'prev_word_id' => '1011', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1186', + ], + 2640 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7310', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '32', + 'prev_word_id' => '1186', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '986', + ], + 2641 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7311', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '33', + 'prev_word_id' => '986', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '995', + ], + 2642 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7312', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '34', + 'prev_word_id' => '995', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1052', + ], + 2643 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7313', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '35', + 'prev_word_id' => '1052', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1110', + ], + 2644 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7314', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '36', + 'prev_word_id' => '1110', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '996', + ], + 2645 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7315', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '37', + 'prev_word_id' => '996', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1012', + ], + 2646 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7316', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '38', + 'prev_word_id' => '1012', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1239', + ], + 2647 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7317', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1217', + 'placement' => '39', + 'prev_word_id' => '1239', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1006', + ], + 2648 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7318', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1240', + 'placement' => '40', + 'prev_word_id' => '1006', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1217', + ], + 2649 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7319', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '41', + 'prev_word_id' => '1217', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1240', + ], + 2650 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7320', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '42', + 'prev_word_id' => '1240', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2651 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7321', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '43', + 'prev_word_id' => '1040', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1041', + ], + 2652 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7322', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '44', + 'prev_word_id' => '1041', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1013', + ], + 2653 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7323', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '45', + 'prev_word_id' => '1013', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1193', + ], + 2654 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7324', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '46', + 'prev_word_id' => '1193', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '981', + ], + 2655 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7325', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '47', + 'prev_word_id' => '981', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1041', + ], + 2656 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7326', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1206', + 'placement' => '48', + 'prev_word_id' => '1041', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '997', + ], + 2657 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7327', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '49', + 'prev_word_id' => '997', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1206', + ], + 2658 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7328', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '50', + 'prev_word_id' => '1206', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1186', + ], + 2659 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7329', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '51', + 'prev_word_id' => '1186', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1218', + ], + 2660 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7330', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1217', + 'placement' => '52', + 'prev_word_id' => '1218', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1163', + ], + 2661 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7331', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '53', + 'prev_word_id' => '1163', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1217', + ], + 2662 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7332', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '54', + 'prev_word_id' => '1217', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1144', + ], + 2663 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7333', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '55', + 'prev_word_id' => '1144', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1103', + ], + 2664 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7334', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '56', + 'prev_word_id' => '1103', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1172', + ], + 2665 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7335', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '57', + 'prev_word_id' => '1172', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1006', + ], + 2666 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7336', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1230', + 'placement' => '58', + 'prev_word_id' => '1006', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1108', + ], + 2667 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7337', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '59', + 'prev_word_id' => '1108', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1230', + ], + 2668 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7338', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '60', + 'prev_word_id' => '1230', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1220', + ], + 2669 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7339', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1231', + 'placement' => '61', + 'prev_word_id' => '1220', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1116', + ], + 2670 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7340', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '62', + 'prev_word_id' => '1116', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1231', + ], + 2671 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7341', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1232', + 'placement' => '63', + 'prev_word_id' => '1231', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1089', + ], + 2672 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7342', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '64', + 'prev_word_id' => '1089', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1232', + ], + 2673 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7343', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '65', + 'prev_word_id' => '1232', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1089', + ], + 2674 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7344', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1233', + 'placement' => '66', + 'prev_word_id' => '1089', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '994', + ], + 2675 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7345', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '67', + 'prev_word_id' => '994', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1233', + ], + 2676 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7346', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '68', + 'prev_word_id' => '1233', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2677 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7347', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '69', + 'prev_word_id' => '1188', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1016', + ], + 2678 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7348', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '70', + 'prev_word_id' => '1016', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1043', + ], + 2679 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7349', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '71', + 'prev_word_id' => '1043', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '863', + ], + 2680 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7350', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '72', + 'prev_word_id' => '863', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1152', + ], + 2681 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7351', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '73', + 'prev_word_id' => '1152', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1153', + ], + 2682 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7352', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1155', + 'placement' => '74', + 'prev_word_id' => '1153', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1154', + ], + 2683 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7353', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '75', + 'prev_word_id' => '1154', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1155', + ], + 2684 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7354', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '76', + 'prev_word_id' => '1155', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2685 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7355', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '77', + 'prev_word_id' => '1000', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1119', + ], + 2686 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7356', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '78', + 'prev_word_id' => '1119', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1118', + ], + 2687 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7357', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '79', + 'prev_word_id' => '1118', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1149', + ], + 2688 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7358', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '80', + 'prev_word_id' => '1149', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1172', + ], + 2689 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7359', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '81', + 'prev_word_id' => '1172', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2690 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7360', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '82', + 'prev_word_id' => '1017', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1169', + ], + 2691 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '99', + 'frequency' => '0', + 'id' => '7361', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '83', + 'prev_word_id' => '1169', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1034', + ], + 2692 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7362', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2693 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7363', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '1', + 'prev_word_id' => '1026', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1118', + ], + 2694 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7364', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '2', + 'prev_word_id' => '1118', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1035', + ], + 2695 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7365', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '3', + 'prev_word_id' => '1035', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '825', + ], + 2696 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7366', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '4', + 'prev_word_id' => '825', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2697 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7367', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '5', + 'prev_word_id' => '1040', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2698 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7368', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '6', + 'prev_word_id' => '1020', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1002', + ], + 2699 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7369', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '7', + 'prev_word_id' => '1002', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1195', + ], + 2700 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7370', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '8', + 'prev_word_id' => '1195', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1048', + ], + 2701 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7371', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '9', + 'prev_word_id' => '1048', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1163', + ], + 2702 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7372', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '10', + 'prev_word_id' => '1163', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1028', + ], + 2703 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7373', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '11', + 'prev_word_id' => '1028', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1046', + ], + 2704 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7374', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '12', + 'prev_word_id' => '1046', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1162', + ], + 2705 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7375', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1152', + 'placement' => '13', + 'prev_word_id' => '1162', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '863', + ], + 2706 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7376', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1153', + 'placement' => '14', + 'prev_word_id' => '863', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1152', + ], + 2707 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7377', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1154', + 'placement' => '15', + 'prev_word_id' => '1152', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1153', + ], + 2708 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7378', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1155', + 'placement' => '16', + 'prev_word_id' => '1153', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1154', + ], + 2709 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7379', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '17', + 'prev_word_id' => '1154', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1155', + ], + 2710 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7380', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '18', + 'prev_word_id' => '1155', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2711 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7381', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '19', + 'prev_word_id' => '1026', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1110', + ], + 2712 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7382', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '20', + 'prev_word_id' => '1110', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1045', + ], + 2713 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7383', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '21', + 'prev_word_id' => '1045', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1164', + ], + 2714 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7384', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '22', + 'prev_word_id' => '1164', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2715 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7385', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '23', + 'prev_word_id' => '1000', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1043', + ], + 2716 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7386', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '24', + 'prev_word_id' => '1043', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1010', + ], + 2717 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7387', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '25', + 'prev_word_id' => '1010', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '825', + ], + 2718 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7388', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '26', + 'prev_word_id' => '825', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1162', + ], + 2719 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7389', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '27', + 'prev_word_id' => '1162', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2720 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7390', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '28', + 'prev_word_id' => '1000', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1049', + ], + 2721 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7391', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '29', + 'prev_word_id' => '1049', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1102', + ], + 2722 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7392', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '30', + 'prev_word_id' => '1102', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '990', + ], + 2723 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7393', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '31', + 'prev_word_id' => '990', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '995', + ], + 2724 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7394', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '32', + 'prev_word_id' => '995', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1116', + ], + 2725 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7395', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '33', + 'prev_word_id' => '1116', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1171', + ], + 2726 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7396', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '34', + 'prev_word_id' => '1171', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1117', + ], + 2727 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7397', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '35', + 'prev_word_id' => '1117', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '992', + ], + 2728 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7398', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '36', + 'prev_word_id' => '992', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '993', + ], + 2729 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7399', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '37', + 'prev_word_id' => '993', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1168', + ], + 2730 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7400', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '38', + 'prev_word_id' => '1168', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1135', + ], + 2731 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7401', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '39', + 'prev_word_id' => '1135', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2732 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7402', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '40', + 'prev_word_id' => '1001', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1039', + ], + 2733 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7403', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '41', + 'prev_word_id' => '1039', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1108', + ], + 2734 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7404', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '42', + 'prev_word_id' => '1108', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1003', + ], + 2735 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7405', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '43', + 'prev_word_id' => '1003', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1239', + ], + 2736 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7406', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '44', + 'prev_word_id' => '1239', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '989', + ], + 2737 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7407', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '45', + 'prev_word_id' => '989', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '863', + ], + 2738 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7408', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '46', + 'prev_word_id' => '863', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1107', + ], + 2739 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7409', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '47', + 'prev_word_id' => '1107', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1106', + ], + 2740 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7410', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '48', + 'prev_word_id' => '1106', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '983', + ], + 2741 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7411', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '49', + 'prev_word_id' => '983', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1031', + ], + 2742 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7412', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '50', + 'prev_word_id' => '1031', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1038', + ], + 2743 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7413', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '51', + 'prev_word_id' => '1038', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2744 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7414', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '52', + 'prev_word_id' => '1011', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '996', + ], + 2745 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7415', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '53', + 'prev_word_id' => '996', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '863', + ], + 2746 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7416', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '54', + 'prev_word_id' => '863', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '996', + ], + 2747 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7417', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '55', + 'prev_word_id' => '996', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1032', + ], + 2748 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7418', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '56', + 'prev_word_id' => '1032', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1197', + ], + 2749 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7419', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '57', + 'prev_word_id' => '1197', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '825', + ], + 2750 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7420', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '58', + 'prev_word_id' => '825', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '984', + ], + 2751 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7421', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '59', + 'prev_word_id' => '984', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1043', + ], + 2752 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7422', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '60', + 'prev_word_id' => '1043', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '994', + ], + 2753 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7423', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '61', + 'prev_word_id' => '994', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2754 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7424', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '62', + 'prev_word_id' => '1001', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1113', + ], + 2755 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7425', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '63', + 'prev_word_id' => '1113', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2756 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7426', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '64', + 'prev_word_id' => '1026', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1118', + ], + 2757 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7427', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '65', + 'prev_word_id' => '1118', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1239', + ], + 2758 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7428', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '66', + 'prev_word_id' => '1239', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1049', + ], + 2759 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7429', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '67', + 'prev_word_id' => '1049', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1047', + ], + 2760 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7430', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '68', + 'prev_word_id' => '1047', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1221', + ], + 2761 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7431', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '69', + 'prev_word_id' => '1221', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1189', + ], + 2762 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7432', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '70', + 'prev_word_id' => '1189', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2763 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7433', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '71', + 'prev_word_id' => '1014', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1010', + ], + 2764 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7434', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '72', + 'prev_word_id' => '1010', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1239', + ], + 2765 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7435', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '73', + 'prev_word_id' => '1239', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1135', + ], + 2766 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7436', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '74', + 'prev_word_id' => '1135', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2767 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7437', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '75', + 'prev_word_id' => '1188', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1049', + ], + 2768 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7438', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '76', + 'prev_word_id' => '1049', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2769 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7439', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '77', + 'prev_word_id' => '1011', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '863', + ], + 2770 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7440', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '78', + 'prev_word_id' => '863', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1141', + ], + 2771 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7441', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '79', + 'prev_word_id' => '1141', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1135', + ], + 2772 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7442', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '80', + 'prev_word_id' => '1135', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '985', + ], + 2773 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7443', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '81', + 'prev_word_id' => '985', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1162', + ], + 2774 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7444', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '82', + 'prev_word_id' => '1162', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '992', + ], + 2775 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7445', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '83', + 'prev_word_id' => '992', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '993', + ], + 2776 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7446', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '84', + 'prev_word_id' => '993', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '989', + ], + 2777 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7447', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '85', + 'prev_word_id' => '989', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1145', + ], + 2778 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7448', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '86', + 'prev_word_id' => '1145', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1053', + ], + 2779 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7449', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1098', + 'placement' => '87', + 'prev_word_id' => '1053', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '981', + ], + 2780 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7450', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '88', + 'prev_word_id' => '981', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1098', + ], + 2781 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7451', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '89', + 'prev_word_id' => '1098', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1218', + ], + 2782 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7452', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '90', + 'prev_word_id' => '1218', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2783 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '100', + 'frequency' => '0', + 'id' => '7453', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '91', + 'prev_word_id' => '1020', + 'published' => '1311154183', + 'section_id' => '1', + 'word_id' => '1002', + ], + 2784 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7454', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1241', + ], + 2785 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7455', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '1', + 'prev_word_id' => '1241', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1114', + ], + 2786 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7456', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '2', + 'prev_word_id' => '1114', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1186', + ], + 2787 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7457', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '3', + 'prev_word_id' => '1186', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1015', + ], + 2788 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7458', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '4', + 'prev_word_id' => '1015', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1016', + ], + 2789 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7459', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '5', + 'prev_word_id' => '1016', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1047', + ], + 2790 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7460', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1199', + 'placement' => '6', + 'prev_word_id' => '1047', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '982', + ], + 2791 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7461', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '7', + 'prev_word_id' => '982', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1199', + ], + 2792 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7462', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '8', + 'prev_word_id' => '1199', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2793 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7463', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '9', + 'prev_word_id' => '1040', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2794 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7464', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '10', + 'prev_word_id' => '1001', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2795 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7465', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '11', + 'prev_word_id' => '1000', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1149', + ], + 2796 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7466', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '12', + 'prev_word_id' => '1149', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1045', + ], + 2797 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7467', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '13', + 'prev_word_id' => '1045', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '995', + ], + 2798 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7468', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '14', + 'prev_word_id' => '995', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1160', + ], + 2799 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7469', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '15', + 'prev_word_id' => '1160', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2800 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7470', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '16', + 'prev_word_id' => '1011', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1146', + ], + 2801 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7471', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '17', + 'prev_word_id' => '1146', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1089', + ], + 2802 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7472', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '18', + 'prev_word_id' => '1089', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1157', + ], + 2803 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7473', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '19', + 'prev_word_id' => '1157', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1135', + ], + 2804 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7474', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '20', + 'prev_word_id' => '1135', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2805 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7475', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '21', + 'prev_word_id' => '1011', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1161', + ], + 2806 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7476', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '22', + 'prev_word_id' => '1161', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2807 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7477', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '23', + 'prev_word_id' => '1040', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2808 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7478', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '24', + 'prev_word_id' => '1000', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '998', + ], + 2809 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7479', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '25', + 'prev_word_id' => '998', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1198', + ], + 2810 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7480', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '26', + 'prev_word_id' => '1198', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1030', + ], + 2811 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7481', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '27', + 'prev_word_id' => '1030', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1110', + ], + 2812 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7482', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '28', + 'prev_word_id' => '1110', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '995', + ], + 2813 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7483', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '29', + 'prev_word_id' => '995', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1028', + ], + 2814 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7484', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '30', + 'prev_word_id' => '1028', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2815 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7485', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '31', + 'prev_word_id' => '1011', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1141', + ], + 2816 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7486', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '32', + 'prev_word_id' => '1141', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '987', + ], + 2817 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7487', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '33', + 'prev_word_id' => '987', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2818 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7488', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '34', + 'prev_word_id' => '1001', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1012', + ], + 2819 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7489', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '35', + 'prev_word_id' => '1012', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1047', + ], + 2820 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7490', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '36', + 'prev_word_id' => '1047', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '863', + ], + 2821 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7491', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '37', + 'prev_word_id' => '863', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1099', + ], + 2822 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7492', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '38', + 'prev_word_id' => '1099', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1107', + ], + 2823 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7493', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '39', + 'prev_word_id' => '1107', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '996', + ], + 2824 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7494', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '40', + 'prev_word_id' => '996', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1165', + ], + 2825 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7495', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '41', + 'prev_word_id' => '1165', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1140', + ], + 2826 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7496', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1138', + 'placement' => '42', + 'prev_word_id' => '1140', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1172', + ], + 2827 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7497', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '43', + 'prev_word_id' => '1172', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1138', + ], + 2828 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7498', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '44', + 'prev_word_id' => '1138', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1031', + ], + 2829 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7499', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '45', + 'prev_word_id' => '1031', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1106', + ], + 2830 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7500', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '46', + 'prev_word_id' => '1106', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1137', + ], + 2831 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7501', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '47', + 'prev_word_id' => '1137', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1186', + ], + 2832 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7502', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '48', + 'prev_word_id' => '1186', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '987', + ], + 2833 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7503', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '49', + 'prev_word_id' => '987', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1171', + ], + 2834 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7504', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '50', + 'prev_word_id' => '1171', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1032', + ], + 2835 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7505', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '51', + 'prev_word_id' => '1032', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1013', + ], + 2836 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7506', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '52', + 'prev_word_id' => '1013', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1208', + ], + 2837 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7507', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '53', + 'prev_word_id' => '1208', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1187', + ], + 2838 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7508', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '54', + 'prev_word_id' => '1187', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1028', + ], + 2839 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7509', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '55', + 'prev_word_id' => '1028', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2840 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7510', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '56', + 'prev_word_id' => '1001', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '986', + ], + 2841 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7511', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '57', + 'prev_word_id' => '986', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1032', + ], + 2842 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7512', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '58', + 'prev_word_id' => '1032', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1100', + ], + 2843 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7513', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1166', + 'placement' => '59', + 'prev_word_id' => '1100', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '995', + ], + 2844 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7514', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '60', + 'prev_word_id' => '995', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1166', + ], + 2845 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7515', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '61', + 'prev_word_id' => '1166', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1020', + ], + 2846 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7516', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '62', + 'prev_word_id' => '1020', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1146', + ], + 2847 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7517', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '63', + 'prev_word_id' => '1146', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '810', + ], + 2848 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7518', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '64', + 'prev_word_id' => '810', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '988', + ], + 2849 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7519', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '65', + 'prev_word_id' => '988', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '863', + ], + 2850 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7520', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '66', + 'prev_word_id' => '863', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1169', + ], + 2851 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7521', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '67', + 'prev_word_id' => '1169', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1196', + ], + 2852 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7522', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '68', + 'prev_word_id' => '1196', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1006', + ], + 2853 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7523', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '69', + 'prev_word_id' => '1006', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2854 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7524', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '70', + 'prev_word_id' => '1001', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '994', + ], + 2855 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7525', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '71', + 'prev_word_id' => '994', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1045', + ], + 2856 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7526', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '72', + 'prev_word_id' => '1045', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '998', + ], + 2857 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7527', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1167', + 'placement' => '73', + 'prev_word_id' => '998', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1047', + ], + 2858 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7528', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '74', + 'prev_word_id' => '1047', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1167', + ], + 2859 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7529', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '75', + 'prev_word_id' => '1167', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1195', + ], + 2860 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7530', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '76', + 'prev_word_id' => '1195', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1158', + ], + 2861 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7531', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '77', + 'prev_word_id' => '1158', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1047', + ], + 2862 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7532', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '78', + 'prev_word_id' => '1047', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '825', + ], + 2863 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7533', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '79', + 'prev_word_id' => '825', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1142', + ], + 2864 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7534', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '80', + 'prev_word_id' => '1142', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '825', + ], + 2865 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7535', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '81', + 'prev_word_id' => '825', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1194', + ], + 2866 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7536', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '82', + 'prev_word_id' => '1194', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1198', + ], + 2867 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '101', + 'frequency' => '0', + 'id' => '7537', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '83', + 'prev_word_id' => '1198', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2868 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7538', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2869 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7539', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '1', + 'prev_word_id' => '1026', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1111', + ], + 2870 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7540', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '2', + 'prev_word_id' => '1111', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '982', + ], + 2871 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7541', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '3', + 'prev_word_id' => '982', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '996', + ], + 2872 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7542', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '4', + 'prev_word_id' => '996', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1145', + ], + 2873 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7543', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '5', + 'prev_word_id' => '1145', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1048', + ], + 2874 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7544', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '6', + 'prev_word_id' => '1048', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1099', + ], + 2875 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7545', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '7', + 'prev_word_id' => '1099', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1171', + ], + 2876 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7546', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '8', + 'prev_word_id' => '1171', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1168', + ], + 2877 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7547', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '9', + 'prev_word_id' => '1168', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '987', + ], + 2878 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7548', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '10', + 'prev_word_id' => '987', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '992', + ], + 2879 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7549', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '11', + 'prev_word_id' => '992', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '993', + ], + 2880 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7550', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '12', + 'prev_word_id' => '993', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1041', + ], + 2881 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7551', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '13', + 'prev_word_id' => '1041', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '992', + ], + 2882 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7552', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '14', + 'prev_word_id' => '992', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '993', + ], + 2883 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7553', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '15', + 'prev_word_id' => '993', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1041', + ], + 2884 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7554', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1166', + 'placement' => '16', + 'prev_word_id' => '1041', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '985', + ], + 2885 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7555', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '17', + 'prev_word_id' => '985', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1166', + ], + 2886 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7556', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '18', + 'prev_word_id' => '1166', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2887 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7557', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '19', + 'prev_word_id' => '1026', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1111', + ], + 2888 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7558', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '20', + 'prev_word_id' => '1111', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '982', + ], + 2889 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7559', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '21', + 'prev_word_id' => '982', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '996', + ], + 2890 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7560', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '22', + 'prev_word_id' => '996', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1137', + ], + 2891 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7561', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '23', + 'prev_word_id' => '1137', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1001', + ], + 2892 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7562', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '24', + 'prev_word_id' => '1001', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '998', + ], + 2893 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7563', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '25', + 'prev_word_id' => '998', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '863', + ], + 2894 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7564', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '26', + 'prev_word_id' => '863', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1198', + ], + 2895 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7565', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '27', + 'prev_word_id' => '1198', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1019', + ], + 2896 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7566', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '28', + 'prev_word_id' => '1019', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2897 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7567', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '29', + 'prev_word_id' => '1040', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '995', + ], + 2898 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7568', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '30', + 'prev_word_id' => '995', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1208', + ], + 2899 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7569', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '31', + 'prev_word_id' => '1208', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1044', + ], + 2900 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7570', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '32', + 'prev_word_id' => '1044', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '998', + ], + 2901 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7571', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '33', + 'prev_word_id' => '998', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1010', + ], + 2902 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7572', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '34', + 'prev_word_id' => '1010', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2903 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7573', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '35', + 'prev_word_id' => '1017', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1101', + ], + 2904 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7574', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '36', + 'prev_word_id' => '1101', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1007', + ], + 2905 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7575', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '37', + 'prev_word_id' => '1007', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1035', + ], + 2906 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7576', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '38', + 'prev_word_id' => '1035', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1018', + ], + 2907 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7577', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '39', + 'prev_word_id' => '1018', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1142', + ], + 2908 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7578', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '40', + 'prev_word_id' => '1142', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1170', + ], + 2909 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7579', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1209', + 'placement' => '41', + 'prev_word_id' => '1170', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1203', + ], + 2910 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7580', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '42', + 'prev_word_id' => '1203', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1209', + ], + 2911 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7581', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '43', + 'prev_word_id' => '1209', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2912 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7582', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1199', + 'placement' => '44', + 'prev_word_id' => '1000', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '996', + ], + 2913 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7583', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '45', + 'prev_word_id' => '996', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1199', + ], + 2914 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7584', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '46', + 'prev_word_id' => '1199', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1168', + ], + 2915 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7585', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '47', + 'prev_word_id' => '1168', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1188', + ], + 2916 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7586', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '48', + 'prev_word_id' => '1188', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1110', + ], + 2917 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7587', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '49', + 'prev_word_id' => '1110', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1036', + ], + 2918 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7588', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '50', + 'prev_word_id' => '1036', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1103', + ], + 2919 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7589', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '51', + 'prev_word_id' => '1103', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1110', + ], + 2920 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7590', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '52', + 'prev_word_id' => '1110', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1106', + ], + 2921 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7591', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '53', + 'prev_word_id' => '1106', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2922 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7592', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '54', + 'prev_word_id' => '1011', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '810', + ], + 2923 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7593', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '55', + 'prev_word_id' => '810', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '986', + ], + 2924 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7594', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '56', + 'prev_word_id' => '986', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2925 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7595', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1167', + 'placement' => '57', + 'prev_word_id' => '1026', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1165', + ], + 2926 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7596', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '58', + 'prev_word_id' => '1165', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1167', + ], + 2927 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7597', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '59', + 'prev_word_id' => '1167', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1106', + ], + 2928 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7598', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '60', + 'prev_word_id' => '1106', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '863', + ], + 2929 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7599', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '61', + 'prev_word_id' => '863', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '863', + ], + 2930 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7600', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '62', + 'prev_word_id' => '863', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1012', + ], + 2931 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7601', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '63', + 'prev_word_id' => '1012', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1017', + ], + 2932 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7602', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '64', + 'prev_word_id' => '1017', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1012', + ], + 2933 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7603', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1242', + 'placement' => '65', + 'prev_word_id' => '1012', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1103', + ], + 2934 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7604', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '66', + 'prev_word_id' => '1103', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1242', + ], + 2935 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7605', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1138', + 'placement' => '67', + 'prev_word_id' => '1242', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '863', + ], + 2936 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7606', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '68', + 'prev_word_id' => '863', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1138', + ], + 2937 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7607', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1223', + 'placement' => '69', + 'prev_word_id' => '1138', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1142', + ], + 2938 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7608', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '70', + 'prev_word_id' => '1142', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1223', + ], + 2939 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7609', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '71', + 'prev_word_id' => '1223', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1089', + ], + 2940 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7610', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '72', + 'prev_word_id' => '1089', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1115', + ], + 2941 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7611', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1243', + 'placement' => '73', + 'prev_word_id' => '1115', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1118', + ], + 2942 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7612', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1244', + 'placement' => '74', + 'prev_word_id' => '1118', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1243', + ], + 2943 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7613', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '75', + 'prev_word_id' => '1243', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1244', + ], + 2944 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7614', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '76', + 'prev_word_id' => '1244', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1114', + ], + 2945 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7615', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '77', + 'prev_word_id' => '1114', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1192', + ], + 2946 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7616', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '78', + 'prev_word_id' => '1192', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1041', + ], + 2947 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7617', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '79', + 'prev_word_id' => '1041', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1010', + ], + 2948 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7618', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '80', + 'prev_word_id' => '1010', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '985', + ], + 2949 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7619', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '81', + 'prev_word_id' => '985', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1119', + ], + 2950 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7620', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '82', + 'prev_word_id' => '1119', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1158', + ], + 2951 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7621', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '83', + 'prev_word_id' => '1158', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1108', + ], + 2952 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7622', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '84', + 'prev_word_id' => '1108', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1006', + ], + 2953 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7623', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '85', + 'prev_word_id' => '1006', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1000', + ], + 2954 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7624', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '86', + 'prev_word_id' => '1000', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1192', + ], + 2955 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7625', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '87', + 'prev_word_id' => '1192', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '825', + ], + 2956 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7626', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '88', + 'prev_word_id' => '825', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1112', + ], + 2957 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7627', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '89', + 'prev_word_id' => '1112', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1013', + ], + 2958 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7628', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '90', + 'prev_word_id' => '1013', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1111', + ], + 2959 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7629', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '91', + 'prev_word_id' => '1111', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1011', + ], + 2960 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7630', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '92', + 'prev_word_id' => '1011', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '989', + ], + 2961 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7631', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '93', + 'prev_word_id' => '989', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2962 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7632', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '94', + 'prev_word_id' => '1026', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1165', + ], + 2963 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7633', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '95', + 'prev_word_id' => '1165', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1117', + ], + 2964 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7634', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '96', + 'prev_word_id' => '1117', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1099', + ], + 2965 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7635', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '97', + 'prev_word_id' => '1099', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1108', + ], + 2966 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7636', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '98', + 'prev_word_id' => '1108', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1110', + ], + 2967 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7637', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1085', + 'placement' => '99', + 'prev_word_id' => '1110', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1142', + ], + 2968 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7638', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1086', + 'placement' => '100', + 'prev_word_id' => '1142', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1085', + ], + 2969 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7639', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1087', + 'placement' => '101', + 'prev_word_id' => '1085', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1086', + ], + 2970 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7640', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1088', + 'placement' => '102', + 'prev_word_id' => '1086', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1087', + ], + 2971 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7641', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '103', + 'prev_word_id' => '1087', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1088', + ], + 2972 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7642', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '104', + 'prev_word_id' => '1088', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1089', + ], + 2973 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7643', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '105', + 'prev_word_id' => '1089', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1090', + ], + 2974 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7644', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1092', + 'placement' => '106', + 'prev_word_id' => '1090', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1091', + ], + 2975 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7645', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1093', + 'placement' => '107', + 'prev_word_id' => '1091', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1092', + ], + 2976 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7646', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1094', + 'placement' => '108', + 'prev_word_id' => '1092', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1093', + ], + 2977 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7647', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1095', + 'placement' => '109', + 'prev_word_id' => '1093', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1094', + ], + 2978 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7648', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1096', + 'placement' => '110', + 'prev_word_id' => '1094', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1095', + ], + 2979 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7649', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '111', + 'prev_word_id' => '1095', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1096', + ], + 2980 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7650', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1151', + 'placement' => '112', + 'prev_word_id' => '1096', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1137', + ], + 2981 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7651', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '113', + 'prev_word_id' => '1137', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1151', + ], + 2982 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7652', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '114', + 'prev_word_id' => '1151', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '983', + ], + 2983 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7653', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '115', + 'prev_word_id' => '983', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1013', + ], + 2984 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7654', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '116', + 'prev_word_id' => '1013', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1006', + ], + 2985 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7655', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '117', + 'prev_word_id' => '1006', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1035', + ], + 2986 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7656', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '118', + 'prev_word_id' => '1035', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1048', + ], + 2987 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7657', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '119', + 'prev_word_id' => '1048', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1147', + ], + 2988 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7658', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '120', + 'prev_word_id' => '1147', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1208', + ], + 2989 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7659', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1150', + 'placement' => '121', + 'prev_word_id' => '1208', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1040', + ], + 2990 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7660', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '122', + 'prev_word_id' => '1040', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1150', + ], + 2991 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7661', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '123', + 'prev_word_id' => '1150', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1014', + ], + 2992 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7662', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '124', + 'prev_word_id' => '1014', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '863', + ], + 2993 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7663', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '125', + 'prev_word_id' => '863', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1016', + ], + 2994 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7664', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '126', + 'prev_word_id' => '1016', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2995 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7665', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '127', + 'prev_word_id' => '1026', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1111', + ], + 2996 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7666', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '128', + 'prev_word_id' => '1111', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1026', + ], + 2997 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7667', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1245', + 'placement' => '129', + 'prev_word_id' => '1026', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1111', + ], + 2998 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7668', + 'identifier' => 'publish_date', + 'integer_value' => '1175496180', + 'next_word_id' => '1191', + 'placement' => '130', + 'prev_word_id' => '1111', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1245', + ], + 2999 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '102', + 'frequency' => '0', + 'id' => '7669', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '131', + 'prev_word_id' => '1245', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1191', + ], + 3000 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7670', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1247', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1246', + ], + 3001 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7671', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '1', + 'prev_word_id' => '1246', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1247', + ], + 3002 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7672', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '2', + 'prev_word_id' => '1247', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1202', + ], + 3003 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7673', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '3', + 'prev_word_id' => '1202', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1042', + ], + 3004 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7674', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '4', + 'prev_word_id' => '1042', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1040', + ], + 3005 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7675', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '5', + 'prev_word_id' => '1040', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1042', + ], + 3006 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7676', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '6', + 'prev_word_id' => '1042', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1193', + ], + 3007 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7677', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '7', + 'prev_word_id' => '1193', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1117', + ], + 3008 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7678', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '8', + 'prev_word_id' => '1117', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1203', + ], + 3009 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7679', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '9', + 'prev_word_id' => '1203', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '997', + ], + 3010 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7680', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '10', + 'prev_word_id' => '997', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1109', + ], + 3011 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7681', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '11', + 'prev_word_id' => '1109', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1109', + ], + 3012 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7682', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '12', + 'prev_word_id' => '1109', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1052', + ], + 3013 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7683', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '13', + 'prev_word_id' => '1052', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '992', + ], + 3014 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7684', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '14', + 'prev_word_id' => '992', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '993', + ], + 3015 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7685', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '15', + 'prev_word_id' => '993', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1197', + ], + 3016 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7686', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '16', + 'prev_word_id' => '1197', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1188', + ], + 3017 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7687', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '17', + 'prev_word_id' => '1188', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1052', + ], + 3018 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7688', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '18', + 'prev_word_id' => '1052', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '825', + ], + 3019 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7689', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '19', + 'prev_word_id' => '825', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1036', + ], + 3020 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7690', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '20', + 'prev_word_id' => '1036', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1010', + ], + 3021 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7691', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '21', + 'prev_word_id' => '1010', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1170', + ], + 3022 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7692', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '22', + 'prev_word_id' => '1170', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1164', + ], + 3023 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7693', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '23', + 'prev_word_id' => '1164', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1172', + ], + 3024 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7694', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '24', + 'prev_word_id' => '1172', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '996', + ], + 3025 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7695', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '25', + 'prev_word_id' => '996', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1194', + ], + 3026 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7696', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '26', + 'prev_word_id' => '1194', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '990', + ], + 3027 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7697', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1173', + 'placement' => '27', + 'prev_word_id' => '990', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1011', + ], + 3028 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7698', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '28', + 'prev_word_id' => '1011', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1173', + ], + 3029 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7699', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '29', + 'prev_word_id' => '1173', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1042', + ], + 3030 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7700', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '30', + 'prev_word_id' => '1042', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1136', + ], + 3031 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7701', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '31', + 'prev_word_id' => '1136', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1170', + ], + 3032 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7702', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '32', + 'prev_word_id' => '1170', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1032', + ], + 3033 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7703', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '33', + 'prev_word_id' => '1032', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1137', + ], + 3034 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7704', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1223', + 'placement' => '34', + 'prev_word_id' => '1137', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1033', + ], + 3035 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7705', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '35', + 'prev_word_id' => '1033', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1223', + ], + 3036 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7706', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '36', + 'prev_word_id' => '1223', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '988', + ], + 3037 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7707', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '37', + 'prev_word_id' => '988', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1014', + ], + 3038 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7708', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '38', + 'prev_word_id' => '1014', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1016', + ], + 3039 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7709', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '39', + 'prev_word_id' => '1016', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1032', + ], + 3040 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7710', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '40', + 'prev_word_id' => '1032', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1198', + ], + 3041 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7711', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '41', + 'prev_word_id' => '1198', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1107', + ], + 3042 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7712', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '42', + 'prev_word_id' => '1107', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1195', + ], + 3043 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7713', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '43', + 'prev_word_id' => '1195', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1188', + ], + 3044 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7714', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '44', + 'prev_word_id' => '1188', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1203', + ], + 3045 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7715', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '45', + 'prev_word_id' => '1203', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1089', + ], + 3046 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7716', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '46', + 'prev_word_id' => '1089', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1103', + ], + 3047 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7717', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '47', + 'prev_word_id' => '1103', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1005', + ], + 3048 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7718', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '48', + 'prev_word_id' => '1005', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1110', + ], + 3049 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7719', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '49', + 'prev_word_id' => '1110', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1112', + ], + 3050 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7720', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '50', + 'prev_word_id' => '1112', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1012', + ], + 3051 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7721', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '51', + 'prev_word_id' => '1012', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1001', + ], + 3052 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7722', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '52', + 'prev_word_id' => '1001', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1115', + ], + 3053 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7723', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '53', + 'prev_word_id' => '1115', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1006', + ], + 3054 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7724', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '54', + 'prev_word_id' => '1006', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1089', + ], + 3055 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7725', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '55', + 'prev_word_id' => '1089', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1196', + ], + 3056 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7726', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '56', + 'prev_word_id' => '1196', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1198', + ], + 3057 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7727', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '57', + 'prev_word_id' => '1198', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1036', + ], + 3058 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7728', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '58', + 'prev_word_id' => '1036', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1099', + ], + 3059 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7729', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '59', + 'prev_word_id' => '1099', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1239', + ], + 3060 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7730', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '60', + 'prev_word_id' => '1239', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1161', + ], + 3061 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7731', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '61', + 'prev_word_id' => '1161', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '825', + ], + 3062 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7732', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '62', + 'prev_word_id' => '825', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1117', + ], + 3063 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7733', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '63', + 'prev_word_id' => '1117', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1158', + ], + 3064 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7734', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '64', + 'prev_word_id' => '1158', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1164', + ], + 3065 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7735', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '65', + 'prev_word_id' => '1164', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1013', + ], + 3066 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7736', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '66', + 'prev_word_id' => '1013', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1103', + ], + 3067 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7737', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '67', + 'prev_word_id' => '1103', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1001', + ], + 3068 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7738', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '68', + 'prev_word_id' => '1001', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1143', + ], + 3069 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7739', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1223', + 'placement' => '69', + 'prev_word_id' => '1143', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1218', + ], + 3070 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7740', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '70', + 'prev_word_id' => '1218', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1223', + ], + 3071 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7741', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '71', + 'prev_word_id' => '1223', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '825', + ], + 3072 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7742', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '72', + 'prev_word_id' => '825', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1045', + ], + 3073 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7743', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1240', + 'placement' => '73', + 'prev_word_id' => '1045', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '995', + ], + 3074 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7744', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '74', + 'prev_word_id' => '995', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1240', + ], + 3075 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7745', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '75', + 'prev_word_id' => '1240', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '995', + ], + 3076 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7746', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '76', + 'prev_word_id' => '995', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1027', + ], + 3077 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7747', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '77', + 'prev_word_id' => '1027', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '981', + ], + 3078 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7748', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '78', + 'prev_word_id' => '981', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '996', + ], + 3079 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7749', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1207', + 'placement' => '79', + 'prev_word_id' => '996', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1149', + ], + 3080 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7750', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '80', + 'prev_word_id' => '1149', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1207', + ], + 3081 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7751', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '81', + 'prev_word_id' => '1207', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1089', + ], + 3082 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7752', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '82', + 'prev_word_id' => '1089', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1028', + ], + 3083 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7753', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '83', + 'prev_word_id' => '1028', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1089', + ], + 3084 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7754', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '84', + 'prev_word_id' => '1089', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1028', + ], + 3085 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7755', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '85', + 'prev_word_id' => '1028', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1187', + ], + 3086 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7756', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '86', + 'prev_word_id' => '1187', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1208', + ], + 3087 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7757', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '87', + 'prev_word_id' => '1208', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '987', + ], + 3088 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7758', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '88', + 'prev_word_id' => '987', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1169', + ], + 3089 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7759', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '89', + 'prev_word_id' => '1169', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1053', + ], + 3090 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7760', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '90', + 'prev_word_id' => '1053', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '988', + ], + 3091 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7761', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '91', + 'prev_word_id' => '988', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1114', + ], + 3092 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '103', + 'frequency' => '0', + 'id' => '7762', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '92', + 'prev_word_id' => '1114', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1003', + ], + 3093 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7763', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1248', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '912', + ], + 3094 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7764', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '1', + 'prev_word_id' => '912', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1248', + ], + 3095 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7765', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '2', + 'prev_word_id' => '1248', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1000', + ], + 3096 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7766', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '3', + 'prev_word_id' => '1000', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '863', + ], + 3097 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7767', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '4', + 'prev_word_id' => '863', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1164', + ], + 3098 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7768', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '5', + 'prev_word_id' => '1164', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1000', + ], + 3099 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7769', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '6', + 'prev_word_id' => '1000', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1186', + ], + 3100 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7770', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '7', + 'prev_word_id' => '1186', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1043', + ], + 3101 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7771', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '8', + 'prev_word_id' => '1043', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1113', + ], + 3102 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7772', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '9', + 'prev_word_id' => '1113', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1017', + ], + 3103 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7773', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '10', + 'prev_word_id' => '1017', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1156', + ], + 3104 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7774', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '11', + 'prev_word_id' => '1156', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1116', + ], + 3105 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7775', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '12', + 'prev_word_id' => '1116', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1162', + ], + 3106 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7776', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '13', + 'prev_word_id' => '1162', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1220', + ], + 3107 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7777', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '14', + 'prev_word_id' => '1220', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1147', + ], + 3108 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7778', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '15', + 'prev_word_id' => '1147', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1026', + ], + 3109 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7779', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '16', + 'prev_word_id' => '1026', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1019', + ], + 3110 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7780', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '17', + 'prev_word_id' => '1019', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1100', + ], + 3111 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7781', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '18', + 'prev_word_id' => '1100', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '997', + ], + 3112 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7782', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '19', + 'prev_word_id' => '997', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1003', + ], + 3113 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7783', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '20', + 'prev_word_id' => '1003', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1005', + ], + 3114 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7784', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '21', + 'prev_word_id' => '1005', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '825', + ], + 3115 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7785', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '22', + 'prev_word_id' => '825', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1158', + ], + 3116 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7786', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '23', + 'prev_word_id' => '1158', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1172', + ], + 3117 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7787', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '24', + 'prev_word_id' => '1172', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '985', + ], + 3118 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7788', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '25', + 'prev_word_id' => '985', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1195', + ], + 3119 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7789', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '26', + 'prev_word_id' => '1195', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1007', + ], + 3120 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7790', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '27', + 'prev_word_id' => '1007', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1026', + ], + 3121 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7791', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '28', + 'prev_word_id' => '1026', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1144', + ], + 3122 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7792', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '29', + 'prev_word_id' => '1144', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1019', + ], + 3123 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7793', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '30', + 'prev_word_id' => '1019', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1089', + ], + 3124 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7794', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1159', + 'placement' => '31', + 'prev_word_id' => '1089', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '986', + ], + 3125 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7795', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '32', + 'prev_word_id' => '986', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1159', + ], + 3126 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7796', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '33', + 'prev_word_id' => '1159', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1030', + ], + 3127 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7797', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '34', + 'prev_word_id' => '1030', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '999', + ], + 3128 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7798', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '35', + 'prev_word_id' => '999', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1140', + ], + 3129 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7799', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '36', + 'prev_word_id' => '1140', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1164', + ], + 3130 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7800', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '37', + 'prev_word_id' => '1164', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1029', + ], + 3131 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7801', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '38', + 'prev_word_id' => '1029', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1045', + ], + 3132 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7802', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '39', + 'prev_word_id' => '1045', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '987', + ], + 3133 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7803', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '40', + 'prev_word_id' => '987', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1107', + ], + 3134 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7804', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '41', + 'prev_word_id' => '1107', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1006', + ], + 3135 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7805', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '42', + 'prev_word_id' => '1006', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1030', + ], + 3136 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7806', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '43', + 'prev_word_id' => '1030', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1007', + ], + 3137 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7807', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '44', + 'prev_word_id' => '1007', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1187', + ], + 3138 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7808', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '45', + 'prev_word_id' => '1187', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1160', + ], + 3139 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7809', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '46', + 'prev_word_id' => '1160', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1172', + ], + 3140 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7810', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '47', + 'prev_word_id' => '1172', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1011', + ], + 3141 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7811', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '48', + 'prev_word_id' => '1011', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1109', + ], + 3142 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7812', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '49', + 'prev_word_id' => '1109', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1011', + ], + 3143 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7813', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '50', + 'prev_word_id' => '1011', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1038', + ], + 3144 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7814', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '51', + 'prev_word_id' => '1038', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1189', + ], + 3145 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7815', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '52', + 'prev_word_id' => '1189', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1118', + ], + 3146 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7816', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '53', + 'prev_word_id' => '1118', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '983', + ], + 3147 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7817', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '54', + 'prev_word_id' => '983', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1020', + ], + 3148 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7818', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '55', + 'prev_word_id' => '1020', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '988', + ], + 3149 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7819', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '56', + 'prev_word_id' => '988', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1170', + ], + 3150 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7820', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '57', + 'prev_word_id' => '1170', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '999', + ], + 3151 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7821', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '58', + 'prev_word_id' => '999', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1221', + ], + 3152 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7822', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '59', + 'prev_word_id' => '1221', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '991', + ], + 3153 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7823', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '60', + 'prev_word_id' => '991', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1011', + ], + 3154 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7824', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '61', + 'prev_word_id' => '1011', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1160', + ], + 3155 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7825', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '62', + 'prev_word_id' => '1160', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1015', + ], + 3156 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7826', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '63', + 'prev_word_id' => '1015', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1014', + ], + 3157 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7827', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '64', + 'prev_word_id' => '1014', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1145', + ], + 3158 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7828', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '65', + 'prev_word_id' => '1145', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '998', + ], + 3159 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7829', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '66', + 'prev_word_id' => '998', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1113', + ], + 3160 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7830', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '67', + 'prev_word_id' => '1113', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1101', + ], + 3161 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7831', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '68', + 'prev_word_id' => '1101', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1042', + ], + 3162 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7832', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '69', + 'prev_word_id' => '1042', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1053', + ], + 3163 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7833', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '70', + 'prev_word_id' => '1053', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1042', + ], + 3164 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7834', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '71', + 'prev_word_id' => '1042', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1018', + ], + 3165 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7835', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '72', + 'prev_word_id' => '1018', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1188', + ], + 3166 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7836', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '73', + 'prev_word_id' => '1188', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1142', + ], + 3167 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7837', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '74', + 'prev_word_id' => '1142', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '863', + ], + 3168 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7838', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '75', + 'prev_word_id' => '863', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1108', + ], + 3169 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7839', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '76', + 'prev_word_id' => '1108', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1026', + ], + 3170 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7840', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '77', + 'prev_word_id' => '1026', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1049', + ], + 3171 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7841', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '78', + 'prev_word_id' => '1049', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1035', + ], + 3172 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7842', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '79', + 'prev_word_id' => '1035', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1038', + ], + 3173 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7843', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '80', + 'prev_word_id' => '1038', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '998', + ], + 3174 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7844', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '81', + 'prev_word_id' => '998', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1037', + ], + 3175 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7845', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '82', + 'prev_word_id' => '1037', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1011', + ], + 3176 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7846', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '83', + 'prev_word_id' => '1011', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '991', + ], + 3177 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7847', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '84', + 'prev_word_id' => '991', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1171', + ], + 3178 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7848', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '85', + 'prev_word_id' => '1171', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1052', + ], + 3179 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7849', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '86', + 'prev_word_id' => '1052', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '992', + ], + 3180 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7850', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '87', + 'prev_word_id' => '992', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '993', + ], + 3181 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7851', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '88', + 'prev_word_id' => '993', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1032', + ], + 3182 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7852', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '89', + 'prev_word_id' => '1032', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '981', + ], + 3183 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7853', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '90', + 'prev_word_id' => '981', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1188', + ], + 3184 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7854', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '91', + 'prev_word_id' => '1188', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1142', + ], + 3185 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7855', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '92', + 'prev_word_id' => '1142', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1170', + ], + 3186 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7856', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '93', + 'prev_word_id' => '1170', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1014', + ], + 3187 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7857', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '94', + 'prev_word_id' => '1014', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1046', + ], + 3188 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '104', + 'frequency' => '0', + 'id' => '7858', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '95', + 'prev_word_id' => '1046', + 'published' => '1311154184', + 'section_id' => '1', + 'word_id' => '1165', + ], + 3189 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '105', + 'frequency' => '0', + 'id' => '7859', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1250', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1249', + ], + 3190 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '105', + 'frequency' => '0', + 'id' => '7860', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1249', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1250', + ], + 3191 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7861', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '928', + ], + 3192 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7862', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '1', + 'prev_word_id' => '928', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 3193 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7863', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '2', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '929', + ], + 3194 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7864', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '3', + 'prev_word_id' => '929', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3195 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7865', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '4', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3196 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7866', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '5', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3197 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7867', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '935', + 'placement' => '6', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '930', + ], + 3198 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7868', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '7', + 'prev_word_id' => '930', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '935', + ], + 3199 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7869', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '936', + 'placement' => '8', + 'prev_word_id' => '935', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '930', + ], + 3200 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7870', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '9', + 'prev_word_id' => '930', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '936', + ], + 3201 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7871', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '937', + 'placement' => '10', + 'prev_word_id' => '936', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3202 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7872', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '11', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '937', + ], + 3203 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7873', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '12', + 'prev_word_id' => '937', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3204 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7874', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '13', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3205 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7875', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '936', + 'placement' => '14', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '938', + ], + 3206 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7876', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '15', + 'prev_word_id' => '938', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '936', + ], + 3207 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7877', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '16', + 'prev_word_id' => '936', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3208 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7878', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '940', + 'placement' => '17', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '939', + ], + 3209 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7879', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '18', + 'prev_word_id' => '939', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '940', + ], + 3210 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7880', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '936', + 'placement' => '19', + 'prev_word_id' => '940', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '941', + ], + 3211 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7881', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '20', + 'prev_word_id' => '941', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '936', + ], + 3212 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7882', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '21', + 'prev_word_id' => '936', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3213 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7883', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '942', + 'placement' => '22', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '881', + ], + 3214 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7884', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '23', + 'prev_word_id' => '881', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '942', + ], + 3215 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7885', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '24', + 'prev_word_id' => '942', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '943', + ], + 3216 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7886', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '25', + 'prev_word_id' => '943', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '822', + ], + 3217 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7887', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '26', + 'prev_word_id' => '822', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3218 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7888', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '27', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3219 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7889', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '28', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '931', + ], + 3220 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7890', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '944', + 'placement' => '29', + 'prev_word_id' => '931', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '822', + ], + 3221 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7891', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '30', + 'prev_word_id' => '822', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '944', + ], + 3222 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7892', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '31', + 'prev_word_id' => '944', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '945', + ], + 3223 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7893', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '32', + 'prev_word_id' => '945', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3224 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7894', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '857', + 'placement' => '33', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3225 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7895', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '34', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '857', + ], + 3226 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7896', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '35', + 'prev_word_id' => '857', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '932', + ], + 3227 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7897', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '36', + 'prev_word_id' => '932', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '933', + ], + 3228 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7898', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '824', + 'placement' => '37', + 'prev_word_id' => '933', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3229 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7899', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '38', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '824', + ], + 3230 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7900', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '934', + 'placement' => '39', + 'prev_word_id' => '824', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '933', + ], + 3231 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7901', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '946', + 'placement' => '40', + 'prev_word_id' => '933', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '934', + ], + 3232 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7902', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '41', + 'prev_word_id' => '934', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '946', + ], + 3233 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7903', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '947', + 'placement' => '42', + 'prev_word_id' => '946', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3234 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7904', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '43', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '947', + ], + 3235 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7905', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '928', + 'placement' => '44', + 'prev_word_id' => '947', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '921', + ], + 3236 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7906', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '45', + 'prev_word_id' => '921', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '928', + ], + 3237 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7907', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '950', + 'placement' => '46', + 'prev_word_id' => '928', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3238 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7908', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '47', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '950', + ], + 3239 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7909', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '48', + 'prev_word_id' => '950', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1191', + ], + 3240 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '106', + 'frequency' => '0', + 'id' => '7910', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '49', + 'prev_word_id' => '1191', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1191', + ], + 3241 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7911', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1252', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1251', + ], + 3242 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7912', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '1', + 'prev_word_id' => '1251', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1252', + ], + 3243 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7913', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '2', + 'prev_word_id' => '1252', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3244 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7914', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '3', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3245 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7915', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1253', + 'placement' => '4', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3246 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7916', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '5', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1253', + ], + 3247 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7917', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '6', + 'prev_word_id' => '1253', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3248 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7918', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1254', + 'placement' => '7', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3249 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7919', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '8', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1254', + ], + 3250 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7920', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '9', + 'prev_word_id' => '1254', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3251 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7921', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1255', + 'placement' => '10', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3252 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7922', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1256', + 'placement' => '11', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1255', + ], + 3253 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7923', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1257', + 'placement' => '12', + 'prev_word_id' => '1255', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1256', + ], + 3254 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7924', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '937', + 'placement' => '13', + 'prev_word_id' => '1256', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1257', + ], + 3255 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7925', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '14', + 'prev_word_id' => '1257', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '937', + ], + 3256 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7926', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '15', + 'prev_word_id' => '937', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '893', + ], + 3257 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7927', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '973', + 'placement' => '16', + 'prev_word_id' => '893', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3258 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7928', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '17', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '973', + ], + 3259 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7929', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1251', + 'placement' => '18', + 'prev_word_id' => '973', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3260 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7930', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1252', + 'placement' => '19', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1251', + ], + 3261 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7931', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '20', + 'prev_word_id' => '1251', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1252', + ], + 3262 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7932', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '21', + 'prev_word_id' => '1252', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 3263 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7933', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '22', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3264 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7934', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '23', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3265 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7935', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1259', + 'placement' => '24', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 3266 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7936', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1260', + 'placement' => '25', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1259', + ], + 3267 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7937', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '910', + 'placement' => '26', + 'prev_word_id' => '1259', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1260', + ], + 3268 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7938', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '27', + 'prev_word_id' => '1260', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '910', + ], + 3269 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7939', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1261', + 'placement' => '28', + 'prev_word_id' => '910', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '844', + ], + 3270 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7940', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1257', + 'placement' => '29', + 'prev_word_id' => '844', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1261', + ], + 3271 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7941', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '30', + 'prev_word_id' => '1261', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1257', + ], + 3272 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7942', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1262', + 'placement' => '31', + 'prev_word_id' => '1257', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3273 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7943', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '32', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1262', + ], + 3274 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7944', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '33', + 'prev_word_id' => '1262', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '804', + ], + 3275 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7945', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '34', + 'prev_word_id' => '804', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1263', + ], + 3276 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7946', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '35', + 'prev_word_id' => '1263', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 3277 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7947', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '36', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 3278 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7948', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '37', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3279 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7949', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1264', + 'placement' => '38', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '836', + ], + 3280 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7950', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '39', + 'prev_word_id' => '836', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1264', + ], + 3281 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7951', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '40', + 'prev_word_id' => '1264', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3282 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7952', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1265', + 'placement' => '41', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 3283 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7953', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '42', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1265', + ], + 3284 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7954', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1266', + 'placement' => '43', + 'prev_word_id' => '1265', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 3285 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7955', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '44', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1266', + ], + 3286 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7956', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1267', + 'placement' => '45', + 'prev_word_id' => '1266', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3287 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7957', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '46', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1267', + ], + 3288 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7958', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '936', + 'placement' => '47', + 'prev_word_id' => '1267', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 3289 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7959', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '48', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '936', + ], + 3290 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7960', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1268', + 'placement' => '49', + 'prev_word_id' => '936', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3291 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7961', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1251', + 'placement' => '50', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1268', + ], + 3292 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7962', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1252', + 'placement' => '51', + 'prev_word_id' => '1268', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1251', + ], + 3293 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7963', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '906', + 'placement' => '52', + 'prev_word_id' => '1251', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1252', + ], + 3294 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7964', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1269', + 'placement' => '53', + 'prev_word_id' => '1252', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '906', + ], + 3295 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7965', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '54', + 'prev_word_id' => '906', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1269', + ], + 3296 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7966', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '55', + 'prev_word_id' => '1269', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3297 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7967', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '890', + 'placement' => '56', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '882', + ], + 3298 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7968', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '57', + 'prev_word_id' => '882', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '890', + ], + 3299 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7969', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '58', + 'prev_word_id' => '890', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3300 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7970', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '59', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3301 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7971', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1270', + 'placement' => '60', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3302 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7972', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1271', + 'placement' => '61', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1270', + ], + 3303 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7973', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '62', + 'prev_word_id' => '1270', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1271', + ], + 3304 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7974', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1272', + 'placement' => '63', + 'prev_word_id' => '1271', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3305 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7975', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1273', + 'placement' => '64', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1272', + ], + 3306 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7976', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1256', + 'placement' => '65', + 'prev_word_id' => '1272', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1273', + ], + 3307 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7977', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '888', + 'placement' => '66', + 'prev_word_id' => '1273', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1256', + ], + 3308 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7978', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '847', + 'placement' => '67', + 'prev_word_id' => '1256', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '888', + ], + 3309 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7979', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '68', + 'prev_word_id' => '888', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '847', + ], + 3310 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7980', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1274', + 'placement' => '69', + 'prev_word_id' => '847', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '844', + ], + 3311 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7981', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1275', + 'placement' => '70', + 'prev_word_id' => '844', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1274', + ], + 3312 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7982', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1276', + 'placement' => '71', + 'prev_word_id' => '1274', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1275', + ], + 3313 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7983', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '890', + 'placement' => '72', + 'prev_word_id' => '1275', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1276', + ], + 3314 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7984', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '73', + 'prev_word_id' => '1276', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '890', + ], + 3315 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7985', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '74', + 'prev_word_id' => '890', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1277', + ], + 3316 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7986', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1278', + 'placement' => '75', + 'prev_word_id' => '1277', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3317 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7987', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '76', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1278', + ], + 3318 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7988', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '77', + 'prev_word_id' => '1278', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '823', + ], + 3319 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7989', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '78', + 'prev_word_id' => '823', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '893', + ], + 3320 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7990', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1279', + 'placement' => '79', + 'prev_word_id' => '893', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3321 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7991', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '80', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1279', + ], + 3322 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7992', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '81', + 'prev_word_id' => '1279', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1280', + ], + 3323 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7993', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1281', + 'placement' => '82', + 'prev_word_id' => '1280', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3324 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7994', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '83', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1281', + ], + 3325 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7995', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '902', + 'placement' => '84', + 'prev_word_id' => '1281', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 3326 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7996', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1282', + 'placement' => '85', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '902', + ], + 3327 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7997', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1283', + 'placement' => '86', + 'prev_word_id' => '902', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1282', + ], + 3328 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7998', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '87', + 'prev_word_id' => '1282', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1283', + ], + 3329 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '7999', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1284', + 'placement' => '88', + 'prev_word_id' => '1283', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3330 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8000', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '89', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1284', + ], + 3331 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8001', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1285', + 'placement' => '90', + 'prev_word_id' => '1284', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '898', + ], + 3332 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8002', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '91', + 'prev_word_id' => '898', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1285', + ], + 3333 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8003', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '92', + 'prev_word_id' => '1285', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3334 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8004', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '927', + 'placement' => '93', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 3335 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8005', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1286', + 'placement' => '94', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '927', + ], + 3336 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8006', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '95', + 'prev_word_id' => '927', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1286', + ], + 3337 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8007', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '96', + 'prev_word_id' => '1286', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3338 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8008', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '97', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '848', + ], + 3339 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8009', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '98', + 'prev_word_id' => '848', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3340 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8010', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '99', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3341 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8011', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '100', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3342 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8012', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '101', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3343 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8013', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '102', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3344 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8014', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '103', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3345 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8015', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1289', + 'placement' => '104', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '843', + ], + 3346 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8016', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '105', + 'prev_word_id' => '843', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1289', + ], + 3347 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8017', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '106', + 'prev_word_id' => '1289', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1290', + ], + 3348 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8018', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '107', + 'prev_word_id' => '1290', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 3349 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8019', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '873', + 'placement' => '108', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3350 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8020', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '109', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '873', + ], + 3351 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8021', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '110', + 'prev_word_id' => '873', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3352 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8022', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1281', + 'placement' => '111', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3353 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8023', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '112', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1281', + ], + 3354 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8024', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '902', + 'placement' => '113', + 'prev_word_id' => '1281', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 3355 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8025', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '906', + 'placement' => '114', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '902', + ], + 3356 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8026', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '115', + 'prev_word_id' => '902', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '906', + ], + 3357 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8027', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1291', + 'placement' => '116', + 'prev_word_id' => '906', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 3358 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8028', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1292', + 'placement' => '117', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1291', + ], + 3359 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8029', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1293', + 'placement' => '118', + 'prev_word_id' => '1291', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1292', + ], + 3360 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8030', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1294', + 'placement' => '119', + 'prev_word_id' => '1292', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1293', + ], + 3361 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8031', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '120', + 'prev_word_id' => '1293', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1294', + ], + 3362 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8032', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1295', + 'placement' => '121', + 'prev_word_id' => '1294', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '823', + ], + 3363 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8033', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '890', + 'placement' => '122', + 'prev_word_id' => '823', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1295', + ], + 3364 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8034', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '123', + 'prev_word_id' => '1295', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '890', + ], + 3365 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8035', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1296', + 'placement' => '124', + 'prev_word_id' => '890', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1277', + ], + 3366 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8036', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '125', + 'prev_word_id' => '1277', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1296', + ], + 3367 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8037', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '126', + 'prev_word_id' => '1296', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 3368 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8038', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1297', + 'placement' => '127', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 3369 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8039', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '128', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1297', + ], + 3370 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8040', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '922', + 'placement' => '129', + 'prev_word_id' => '1297', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 3371 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8041', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '130', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '922', + ], + 3372 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8042', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1278', + 'placement' => '131', + 'prev_word_id' => '922', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3373 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8043', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '132', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1278', + ], + 3374 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8044', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '133', + 'prev_word_id' => '1278', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3375 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8045', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1298', + 'placement' => '134', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '886', + ], + 3376 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8046', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1299', + 'placement' => '135', + 'prev_word_id' => '886', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1298', + ], + 3377 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8047', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '136', + 'prev_word_id' => '1298', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1299', + ], + 3378 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8048', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1300', + 'placement' => '137', + 'prev_word_id' => '1299', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3379 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8049', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '138', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1300', + ], + 3380 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8050', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '139', + 'prev_word_id' => '1300', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3381 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8051', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '140', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3382 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8052', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '812', + 'placement' => '141', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3383 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8053', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '142', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '812', + ], + 3384 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8054', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '143', + 'prev_word_id' => '812', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3385 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8055', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '144', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '968', + ], + 3386 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8056', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '145', + 'prev_word_id' => '968', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3387 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8057', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '146', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3388 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8058', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1302', + 'placement' => '147', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3389 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8059', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '148', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1302', + ], + 3390 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8060', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '149', + 'prev_word_id' => '1302', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3391 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8061', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '150', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3392 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8062', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1303', + 'placement' => '151', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3393 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8063', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '152', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1303', + ], + 3394 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8064', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '153', + 'prev_word_id' => '1303', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3395 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8065', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '154', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3396 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8066', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1304', + 'placement' => '155', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3397 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8067', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '156', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1304', + ], + 3398 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8068', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '157', + 'prev_word_id' => '1304', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3399 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8069', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '158', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3400 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8070', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '159', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3401 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8071', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '160', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '938', + ], + 3402 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8072', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '161', + 'prev_word_id' => '938', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3403 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8073', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '162', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3404 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8074', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '163', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3405 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8075', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '164', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3406 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8076', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '908', + 'placement' => '165', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '938', + ], + 3407 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8077', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '166', + 'prev_word_id' => '938', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '908', + ], + 3408 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8078', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1305', + 'placement' => '167', + 'prev_word_id' => '908', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 3409 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8079', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1306', + 'placement' => '168', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1305', + ], + 3410 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8080', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '870', + 'placement' => '169', + 'prev_word_id' => '1305', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1306', + ], + 3411 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8081', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1307', + 'placement' => '170', + 'prev_word_id' => '1306', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '870', + ], + 3412 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8082', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '171', + 'prev_word_id' => '870', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1307', + ], + 3413 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8083', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1308', + 'placement' => '172', + 'prev_word_id' => '1307', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '901', + ], + 3414 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8084', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '173', + 'prev_word_id' => '901', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1308', + ], + 3415 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8085', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1309', + 'placement' => '174', + 'prev_word_id' => '1308', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3416 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8086', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '175', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1309', + ], + 3417 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8087', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '176', + 'prev_word_id' => '1309', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3418 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8088', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '177', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3419 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8089', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '178', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3420 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8090', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '179', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '821', + ], + 3421 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8091', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '180', + 'prev_word_id' => '821', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '822', + ], + 3422 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8092', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '181', + 'prev_word_id' => '822', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3423 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8093', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '182', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3424 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8094', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '183', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3425 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8095', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '824', + 'placement' => '184', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3426 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8096', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '185', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '824', + ], + 3427 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8097', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '186', + 'prev_word_id' => '824', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3428 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8098', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '187', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3429 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8099', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '188', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3430 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8100', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '189', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3431 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8101', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '190', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '897', + ], + 3432 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8102', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '191', + 'prev_word_id' => '897', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3433 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8103', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '192', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3434 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8104', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '193', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3435 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8105', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '908', + 'placement' => '194', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1290', + ], + 3436 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8106', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '195', + 'prev_word_id' => '1290', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '908', + ], + 3437 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8107', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1310', + 'placement' => '196', + 'prev_word_id' => '908', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 3438 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8108', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '197', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1310', + ], + 3439 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8109', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1311', + 'placement' => '198', + 'prev_word_id' => '1310', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3440 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8110', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '199', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1311', + ], + 3441 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8111', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1312', + 'placement' => '200', + 'prev_word_id' => '1311', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3442 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8112', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1313', + 'placement' => '201', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1312', + ], + 3443 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8113', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '202', + 'prev_word_id' => '1312', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1313', + ], + 3444 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8114', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '203', + 'prev_word_id' => '1313', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3445 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8115', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1314', + 'placement' => '204', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3446 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8116', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '205', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1314', + ], + 3447 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8117', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '206', + 'prev_word_id' => '1314', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3448 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8118', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '207', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3449 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8119', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '208', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3450 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8120', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '908', + 'placement' => '209', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1290', + ], + 3451 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8121', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '210', + 'prev_word_id' => '1290', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '908', + ], + 3452 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8122', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1310', + 'placement' => '211', + 'prev_word_id' => '908', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 3453 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8123', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '212', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1310', + ], + 3454 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8124', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1315', + 'placement' => '213', + 'prev_word_id' => '1310', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3455 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8125', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '214', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1315', + ], + 3456 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8126', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '215', + 'prev_word_id' => '1315', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3457 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8127', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1316', + 'placement' => '216', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3458 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8128', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '885', + 'placement' => '217', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1316', + ], + 3459 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8129', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '218', + 'prev_word_id' => '1316', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '885', + ], + 3460 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8130', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '219', + 'prev_word_id' => '885', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1317', + ], + 3461 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8131', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '220', + 'prev_word_id' => '1317', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1318', + ], + 3462 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8132', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '221', + 'prev_word_id' => '1318', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1319', + ], + 3463 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8133', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1310', + 'placement' => '222', + 'prev_word_id' => '1319', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 3464 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8134', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1320', + 'placement' => '223', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1310', + ], + 3465 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8135', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '224', + 'prev_word_id' => '1310', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1320', + ], + 3466 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8136', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1279', + 'placement' => '225', + 'prev_word_id' => '1320', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3467 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8137', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '226', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1279', + ], + 3468 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8138', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '227', + 'prev_word_id' => '1279', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1280', + ], + 3469 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8139', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1257', + 'placement' => '228', + 'prev_word_id' => '1280', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3470 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8140', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '229', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1257', + ], + 3471 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8141', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1321', + 'placement' => '230', + 'prev_word_id' => '1257', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 3472 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8142', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1322', + 'placement' => '231', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1321', + ], + 3473 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8143', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '232', + 'prev_word_id' => '1321', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1322', + ], + 3474 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8144', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1324', + 'placement' => '233', + 'prev_word_id' => '1322', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1323', + ], + 3475 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8145', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '234', + 'prev_word_id' => '1323', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1324', + ], + 3476 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8146', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '235', + 'prev_word_id' => '1324', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3477 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8147', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '236', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3478 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8148', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '237', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3479 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8149', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '238', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3480 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8150', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1325', + 'placement' => '239', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 3481 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8151', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '908', + 'placement' => '240', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1325', + ], + 3482 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8152', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1326', + 'placement' => '241', + 'prev_word_id' => '1325', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '908', + ], + 3483 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8153', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1304', + 'placement' => '242', + 'prev_word_id' => '908', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1326', + ], + 3484 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8154', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '243', + 'prev_word_id' => '1326', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1304', + ], + 3485 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8155', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '244', + 'prev_word_id' => '1304', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 3486 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8156', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1327', + 'placement' => '245', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '804', + ], + 3487 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8157', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1328', + 'placement' => '246', + 'prev_word_id' => '804', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1327', + ], + 3488 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8158', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '247', + 'prev_word_id' => '1327', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1328', + ], + 3489 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8159', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1329', + 'placement' => '248', + 'prev_word_id' => '1328', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3490 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8160', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '249', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1329', + ], + 3491 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8161', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '250', + 'prev_word_id' => '1329', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 3492 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8162', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1327', + 'placement' => '251', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '804', + ], + 3493 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8163', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '252', + 'prev_word_id' => '804', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1327', + ], + 3494 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8164', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '253', + 'prev_word_id' => '1327', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3495 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8165', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '254', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3496 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8166', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '255', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3497 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8167', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '256', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '836', + ], + 3498 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8168', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1330', + 'placement' => '257', + 'prev_word_id' => '836', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 3499 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8169', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '845', + 'placement' => '258', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1330', + ], + 3500 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8170', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '259', + 'prev_word_id' => '1330', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '845', + ], + 3501 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8171', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1331', + 'placement' => '260', + 'prev_word_id' => '845', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 3502 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8172', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '261', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1331', + ], + 3503 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8173', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '262', + 'prev_word_id' => '1331', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '809', + ], + 3504 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8174', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '263', + 'prev_word_id' => '809', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3505 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8175', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '264', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3506 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8176', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '265', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3507 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8177', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1310', + 'placement' => '266', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3508 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8178', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1332', + 'placement' => '267', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1310', + ], + 3509 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8179', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1333', + 'placement' => '268', + 'prev_word_id' => '1310', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1332', + ], + 3510 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8180', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '269', + 'prev_word_id' => '1332', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1333', + ], + 3511 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8181', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '270', + 'prev_word_id' => '1333', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3512 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8182', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '271', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3513 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8183', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '272', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1318', + ], + 3514 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8184', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '273', + 'prev_word_id' => '1318', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3515 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8185', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1334', + 'placement' => '274', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '844', + ], + 3516 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8186', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '275', + 'prev_word_id' => '844', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1334', + ], + 3517 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8187', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '276', + 'prev_word_id' => '1334', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '809', + ], + 3518 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8188', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '277', + 'prev_word_id' => '809', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3519 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8189', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '278', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3520 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8190', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1302', + 'placement' => '279', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3521 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8191', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '280', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1302', + ], + 3522 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8192', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '281', + 'prev_word_id' => '1302', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3523 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8193', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1332', + 'placement' => '282', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3524 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8194', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1333', + 'placement' => '283', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1332', + ], + 3525 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8195', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '284', + 'prev_word_id' => '1332', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1333', + ], + 3526 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8196', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '285', + 'prev_word_id' => '1333', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3527 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8197', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '286', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3528 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8198', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1335', + 'placement' => '287', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '974', + ], + 3529 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8199', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '288', + 'prev_word_id' => '974', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1335', + ], + 3530 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8200', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '289', + 'prev_word_id' => '1335', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1277', + ], + 3531 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8201', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1336', + 'placement' => '290', + 'prev_word_id' => '1277', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '898', + ], + 3532 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8202', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '291', + 'prev_word_id' => '898', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1336', + ], + 3533 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8203', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '934', + 'placement' => '292', + 'prev_word_id' => '1336', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '823', + ], + 3534 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8204', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '293', + 'prev_word_id' => '823', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '934', + ], + 3535 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8205', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '294', + 'prev_word_id' => '934', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3536 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8206', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '295', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3537 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8207', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '296', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3538 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8208', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '297', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1337', + ], + 3539 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8209', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '298', + 'prev_word_id' => '1337', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3540 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8210', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '299', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3541 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8211', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '300', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3542 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8212', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '301', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3543 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8213', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '928', + 'placement' => '302', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3544 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8214', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '303', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '928', + ], + 3545 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8215', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '304', + 'prev_word_id' => '928', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3546 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8216', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1338', + 'placement' => '305', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3547 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8217', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '306', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1338', + ], + 3548 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8218', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1079', + 'placement' => '307', + 'prev_word_id' => '1338', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '886', + ], + 3549 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8219', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1339', + 'placement' => '308', + 'prev_word_id' => '886', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1079', + ], + 3550 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8220', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '309', + 'prev_word_id' => '1079', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1339', + ], + 3551 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8221', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1340', + 'placement' => '310', + 'prev_word_id' => '1339', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 3552 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8222', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1341', + 'placement' => '311', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1340', + ], + 3553 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8223', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '922', + 'placement' => '312', + 'prev_word_id' => '1340', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1341', + ], + 3554 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8224', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '313', + 'prev_word_id' => '1341', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '922', + ], + 3555 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8225', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '314', + 'prev_word_id' => '922', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 3556 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8226', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '315', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3557 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8227', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '316', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3558 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8228', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '317', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3559 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8229', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1022', + 'placement' => '318', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3560 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8230', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1272', + 'placement' => '319', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1022', + ], + 3561 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8231', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '320', + 'prev_word_id' => '1022', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1272', + ], + 3562 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8232', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1342', + 'placement' => '321', + 'prev_word_id' => '1272', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3563 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8233', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '322', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1342', + ], + 3564 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8234', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1343', + 'placement' => '323', + 'prev_word_id' => '1342', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '844', + ], + 3565 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8235', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '324', + 'prev_word_id' => '844', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1343', + ], + 3566 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8236', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1344', + 'placement' => '325', + 'prev_word_id' => '1343', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3567 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8237', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '326', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1344', + ], + 3568 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8238', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1345', + 'placement' => '327', + 'prev_word_id' => '1344', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3569 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8239', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '328', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1345', + ], + 3570 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8240', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1346', + 'placement' => '329', + 'prev_word_id' => '1345', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3571 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8241', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '330', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1346', + ], + 3572 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8242', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '877', + 'placement' => '331', + 'prev_word_id' => '1346', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 3573 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8243', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1079', + 'placement' => '332', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '877', + ], + 3574 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8244', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '333', + 'prev_word_id' => '877', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1079', + ], + 3575 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8245', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1286', + 'placement' => '334', + 'prev_word_id' => '1079', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1008', + ], + 3576 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8246', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '335', + 'prev_word_id' => '1008', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1286', + ], + 3577 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8247', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '336', + 'prev_word_id' => '1286', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1290', + ], + 3578 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8248', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '337', + 'prev_word_id' => '1290', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 3579 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8249', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1347', + 'placement' => '338', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '974', + ], + 3580 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8250', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1348', + 'placement' => '339', + 'prev_word_id' => '974', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1347', + ], + 3581 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8251', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1349', + 'placement' => '340', + 'prev_word_id' => '1347', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1348', + ], + 3582 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8252', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '890', + 'placement' => '341', + 'prev_word_id' => '1348', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1349', + ], + 3583 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8253', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '342', + 'prev_word_id' => '1349', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '890', + ], + 3584 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8254', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '343', + 'prev_word_id' => '890', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '921', + ], + 3585 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8255', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '344', + 'prev_word_id' => '921', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 3586 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8256', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1349', + 'placement' => '345', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '804', + ], + 3587 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8257', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1257', + 'placement' => '346', + 'prev_word_id' => '804', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1349', + ], + 3588 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8258', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '347', + 'prev_word_id' => '1349', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1257', + ], + 3589 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8259', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1335', + 'placement' => '348', + 'prev_word_id' => '1257', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '974', + ], + 3590 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8260', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1350', + 'placement' => '349', + 'prev_word_id' => '974', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1335', + ], + 3591 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8261', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '350', + 'prev_word_id' => '1335', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1350', + ], + 3592 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8262', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '934', + 'placement' => '351', + 'prev_word_id' => '1350', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 3593 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8263', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '352', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '934', + ], + 3594 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8264', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '353', + 'prev_word_id' => '934', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 3595 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8265', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '354', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3596 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8266', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '355', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 3597 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8267', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '356', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3598 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8268', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1351', + 'placement' => '357', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3599 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8269', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1352', + 'placement' => '358', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1351', + ], + 3600 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8270', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '359', + 'prev_word_id' => '1351', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1352', + ], + 3601 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8271', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1353', + 'placement' => '360', + 'prev_word_id' => '1352', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 3602 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8272', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1354', + 'placement' => '361', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1353', + ], + 3603 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8273', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1355', + 'placement' => '362', + 'prev_word_id' => '1353', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1354', + ], + 3604 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8274', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '363', + 'prev_word_id' => '1354', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1355', + ], + 3605 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8275', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1310', + 'placement' => '364', + 'prev_word_id' => '1355', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '886', + ], + 3606 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8276', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '365', + 'prev_word_id' => '886', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1310', + ], + 3607 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8277', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1351', + 'placement' => '366', + 'prev_word_id' => '1310', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3608 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8278', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1352', + 'placement' => '367', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1351', + ], + 3609 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8279', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1356', + 'placement' => '368', + 'prev_word_id' => '1351', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1352', + ], + 3610 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8280', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1357', + 'placement' => '369', + 'prev_word_id' => '1352', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1356', + ], + 3611 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8281', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '370', + 'prev_word_id' => '1356', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1357', + ], + 3612 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8282', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '371', + 'prev_word_id' => '1357', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3613 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8283', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '372', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3614 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8284', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '373', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3615 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8285', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '374', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3616 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8286', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1349', + 'placement' => '375', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1358', + ], + 3617 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8287', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1359', + 'placement' => '376', + 'prev_word_id' => '1358', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1349', + ], + 3618 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8288', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '377', + 'prev_word_id' => '1349', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1359', + ], + 3619 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8289', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '378', + 'prev_word_id' => '1359', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '886', + ], + 3620 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8290', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '379', + 'prev_word_id' => '886', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3621 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8291', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1360', + 'placement' => '380', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3622 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8292', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '381', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1360', + ], + 3623 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8293', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '382', + 'prev_word_id' => '1360', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3624 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8294', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1353', + 'placement' => '383', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3625 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8295', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1361', + 'placement' => '384', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1353', + ], + 3626 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8296', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1362', + 'placement' => '385', + 'prev_word_id' => '1353', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1361', + ], + 3627 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8297', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '386', + 'prev_word_id' => '1361', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1362', + ], + 3628 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8298', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '387', + 'prev_word_id' => '1362', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3629 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8299', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1360', + 'placement' => '388', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1358', + ], + 3630 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8300', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '389', + 'prev_word_id' => '1358', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1360', + ], + 3631 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8301', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '390', + 'prev_word_id' => '1360', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3632 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8302', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1353', + 'placement' => '391', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3633 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8303', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1361', + 'placement' => '392', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1353', + ], + 3634 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8304', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1363', + 'placement' => '393', + 'prev_word_id' => '1353', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1361', + ], + 3635 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8305', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1282', + 'placement' => '394', + 'prev_word_id' => '1361', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1363', + ], + 3636 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8306', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1283', + 'placement' => '395', + 'prev_word_id' => '1363', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1282', + ], + 3637 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8307', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '396', + 'prev_word_id' => '1282', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1283', + ], + 3638 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8308', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1364', + 'placement' => '397', + 'prev_word_id' => '1283', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3639 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8309', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '398', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1364', + ], + 3640 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8310', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1352', + 'placement' => '399', + 'prev_word_id' => '1364', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3641 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8311', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1365', + 'placement' => '400', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1352', + ], + 3642 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8312', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1366', + 'placement' => '401', + 'prev_word_id' => '1352', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1365', + ], + 3643 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8313', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '402', + 'prev_word_id' => '1365', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1366', + ], + 3644 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8314', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '403', + 'prev_word_id' => '1366', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 3645 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8315', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1367', + 'placement' => '404', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 3646 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8316', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '405', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1367', + ], + 3647 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8317', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '884', + 'placement' => '406', + 'prev_word_id' => '1367', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 3648 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8318', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1343', + 'placement' => '407', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '884', + ], + 3649 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8319', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '408', + 'prev_word_id' => '884', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1343', + ], + 3650 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8320', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '910', + 'placement' => '409', + 'prev_word_id' => '1343', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3651 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8321', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '410', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '910', + ], + 3652 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8322', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1368', + 'placement' => '411', + 'prev_word_id' => '910', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3653 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8323', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '412', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1368', + ], + 3654 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8324', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '413', + 'prev_word_id' => '1368', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '809', + ], + 3655 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8325', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '903', + 'placement' => '414', + 'prev_word_id' => '809', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '974', + ], + 3656 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8326', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '415', + 'prev_word_id' => '974', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '903', + ], + 3657 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8327', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1369', + 'placement' => '416', + 'prev_word_id' => '903', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '823', + ], + 3658 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8328', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '417', + 'prev_word_id' => '823', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1369', + ], + 3659 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8329', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '418', + 'prev_word_id' => '1369', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1370', + ], + 3660 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8330', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '419', + 'prev_word_id' => '1370', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3661 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8331', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '420', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3662 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8332', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '909', + 'placement' => '421', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3663 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8333', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '422', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '909', + ], + 3664 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8334', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '423', + 'prev_word_id' => '909', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '898', + ], + 3665 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8335', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '424', + 'prev_word_id' => '898', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3666 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8336', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1353', + 'placement' => '425', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3667 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8337', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1371', + 'placement' => '426', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1353', + ], + 3668 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8338', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '427', + 'prev_word_id' => '1353', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1371', + ], + 3669 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8339', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '428', + 'prev_word_id' => '1371', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3670 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8340', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '429', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3671 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8341', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1372', + 'placement' => '430', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 3672 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8342', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '431', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1372', + ], + 3673 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8343', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1373', + 'placement' => '432', + 'prev_word_id' => '1372', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3674 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8344', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1349', + 'placement' => '433', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1373', + ], + 3675 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8345', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '434', + 'prev_word_id' => '1373', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1349', + ], + 3676 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8346', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '435', + 'prev_word_id' => '1349', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 3677 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8347', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1374', + 'placement' => '436', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '898', + ], + 3678 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8348', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1265', + 'placement' => '437', + 'prev_word_id' => '898', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1374', + ], + 3679 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8349', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '438', + 'prev_word_id' => '1374', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1265', + ], + 3680 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8350', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '827', + 'placement' => '439', + 'prev_word_id' => '1265', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 3681 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8351', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1353', + 'placement' => '440', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '827', + ], + 3682 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8352', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1375', + 'placement' => '441', + 'prev_word_id' => '827', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1353', + ], + 3683 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8353', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1376', + 'placement' => '442', + 'prev_word_id' => '1353', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1375', + ], + 3684 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8354', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1377', + 'placement' => '443', + 'prev_word_id' => '1375', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1376', + ], + 3685 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8355', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1378', + 'placement' => '444', + 'prev_word_id' => '1376', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1377', + ], + 3686 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8356', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1379', + 'placement' => '445', + 'prev_word_id' => '1377', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1378', + ], + 3687 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8357', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '446', + 'prev_word_id' => '1378', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1379', + ], + 3688 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8358', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '447', + 'prev_word_id' => '1379', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3689 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8359', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1271', + 'placement' => '448', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3690 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8360', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '449', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1271', + ], + 3691 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8361', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1380', + 'placement' => '450', + 'prev_word_id' => '1271', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 3692 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8362', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1381', + 'placement' => '451', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1380', + ], + 3693 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8363', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1382', + 'placement' => '452', + 'prev_word_id' => '1380', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1381', + ], + 3694 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8364', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '453', + 'prev_word_id' => '1381', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1382', + ], + 3695 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8365', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1383', + 'placement' => '454', + 'prev_word_id' => '1382', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 3696 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8366', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '455', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1383', + ], + 3697 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8367', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '456', + 'prev_word_id' => '1383', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1384', + ], + 3698 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8368', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1385', + 'placement' => '457', + 'prev_word_id' => '1384', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 3699 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8369', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1253', + 'placement' => '458', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1385', + ], + 3700 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8370', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '459', + 'prev_word_id' => '1385', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1253', + ], + 3701 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8371', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1386', + 'placement' => '460', + 'prev_word_id' => '1253', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3702 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8372', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '461', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1386', + ], + 3703 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8373', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '462', + 'prev_word_id' => '1386', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3704 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8374', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1298', + 'placement' => '463', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3705 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8375', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '464', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1298', + ], + 3706 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8376', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '465', + 'prev_word_id' => '1298', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1277', + ], + 3707 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8377', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '466', + 'prev_word_id' => '1277', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3708 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8378', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '467', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3709 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8379', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '468', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3710 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8380', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '469', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3711 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8381', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1315', + 'placement' => '470', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3712 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8382', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1387', + 'placement' => '471', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1315', + ], + 3713 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8383', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1388', + 'placement' => '472', + 'prev_word_id' => '1315', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1387', + ], + 3714 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8384', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1389', + 'placement' => '473', + 'prev_word_id' => '1387', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1388', + ], + 3715 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8385', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1390', + 'placement' => '474', + 'prev_word_id' => '1388', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1389', + ], + 3716 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8386', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '475', + 'prev_word_id' => '1389', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1390', + ], + 3717 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8387', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1391', + 'placement' => '476', + 'prev_word_id' => '1390', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3718 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8388', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1392', + 'placement' => '477', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1391', + ], + 3719 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8389', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1381', + 'placement' => '478', + 'prev_word_id' => '1391', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1392', + ], + 3720 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8390', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1382', + 'placement' => '479', + 'prev_word_id' => '1392', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1381', + ], + 3721 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8391', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '480', + 'prev_word_id' => '1381', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1382', + ], + 3722 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8392', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '481', + 'prev_word_id' => '1382', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3723 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8393', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '482', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3724 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8394', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1393', + 'placement' => '483', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3725 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8395', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1382', + 'placement' => '484', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1393', + ], + 3726 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8396', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1394', + 'placement' => '485', + 'prev_word_id' => '1393', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1382', + ], + 3727 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8397', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1395', + 'placement' => '486', + 'prev_word_id' => '1382', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1394', + ], + 3728 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8398', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '487', + 'prev_word_id' => '1394', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1395', + ], + 3729 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8399', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1320', + 'placement' => '488', + 'prev_word_id' => '1395', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '804', + ], + 3730 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8400', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '489', + 'prev_word_id' => '804', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1320', + ], + 3731 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8401', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1397', + 'placement' => '490', + 'prev_word_id' => '1320', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1396', + ], + 3732 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8402', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '491', + 'prev_word_id' => '1396', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1397', + ], + 3733 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8403', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '492', + 'prev_word_id' => '1397', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '828', + ], + 3734 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8404', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1398', + 'placement' => '493', + 'prev_word_id' => '828', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3735 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8405', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1271', + 'placement' => '494', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1398', + ], + 3736 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8406', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1399', + 'placement' => '495', + 'prev_word_id' => '1398', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1271', + ], + 3737 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8407', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1400', + 'placement' => '496', + 'prev_word_id' => '1271', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1399', + ], + 3738 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8408', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '497', + 'prev_word_id' => '1399', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1400', + ], + 3739 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8409', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '498', + 'prev_word_id' => '1400', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3740 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8410', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1401', + 'placement' => '499', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3741 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8411', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1402', + 'placement' => '500', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1401', + ], + 3742 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8412', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1282', + 'placement' => '501', + 'prev_word_id' => '1401', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1402', + ], + 3743 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8413', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1283', + 'placement' => '502', + 'prev_word_id' => '1402', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1282', + ], + 3744 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8414', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '503', + 'prev_word_id' => '1282', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1283', + ], + 3745 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8415', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1403', + 'placement' => '504', + 'prev_word_id' => '1283', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3746 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8416', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '505', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1403', + ], + 3747 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8417', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '506', + 'prev_word_id' => '1403', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 3748 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8418', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '507', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3749 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8419', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '508', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3750 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8420', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1401', + 'placement' => '509', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 3751 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8421', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1265', + 'placement' => '510', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1401', + ], + 3752 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8422', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '511', + 'prev_word_id' => '1401', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1265', + ], + 3753 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8423', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '512', + 'prev_word_id' => '1265', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3754 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8424', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '513', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '843', + ], + 3755 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8425', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1404', + 'placement' => '514', + 'prev_word_id' => '843', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1317', + ], + 3756 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8426', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1349', + 'placement' => '515', + 'prev_word_id' => '1317', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1404', + ], + 3757 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8427', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '516', + 'prev_word_id' => '1404', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1349', + ], + 3758 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8428', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1405', + 'placement' => '517', + 'prev_word_id' => '1349', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3759 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8429', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1406', + 'placement' => '518', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1405', + ], + 3760 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8430', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1407', + 'placement' => '519', + 'prev_word_id' => '1405', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1406', + ], + 3761 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8431', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1408', + 'placement' => '520', + 'prev_word_id' => '1406', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1407', + ], + 3762 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8432', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1398', + 'placement' => '521', + 'prev_word_id' => '1407', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1408', + ], + 3763 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8433', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '522', + 'prev_word_id' => '1408', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1398', + ], + 3764 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8434', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1409', + 'placement' => '523', + 'prev_word_id' => '1398', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '836', + ], + 3765 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8435', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '524', + 'prev_word_id' => '836', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1409', + ], + 3766 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8436', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '525', + 'prev_word_id' => '1409', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1410', + ], + 3767 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8437', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '526', + 'prev_word_id' => '1410', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 3768 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8438', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '912', + 'placement' => '527', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 3769 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8439', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1373', + 'placement' => '528', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '912', + ], + 3770 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8440', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1411', + 'placement' => '529', + 'prev_word_id' => '912', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1373', + ], + 3771 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8441', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1412', + 'placement' => '530', + 'prev_word_id' => '1373', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1411', + ], + 3772 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8442', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1413', + 'placement' => '531', + 'prev_word_id' => '1411', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1412', + ], + 3773 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8443', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1414', + 'placement' => '532', + 'prev_word_id' => '1412', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1413', + ], + 3774 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8444', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1353', + 'placement' => '533', + 'prev_word_id' => '1413', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1414', + ], + 3775 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8445', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '534', + 'prev_word_id' => '1414', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1353', + ], + 3776 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8446', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1254', + 'placement' => '535', + 'prev_word_id' => '1353', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '823', + ], + 3777 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8447', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1415', + 'placement' => '536', + 'prev_word_id' => '823', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1254', + ], + 3778 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8448', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '537', + 'prev_word_id' => '1254', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1415', + ], + 3779 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8449', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1416', + 'placement' => '538', + 'prev_word_id' => '1415', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '921', + ], + 3780 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8450', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '539', + 'prev_word_id' => '921', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1416', + ], + 3781 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8451', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '540', + 'prev_word_id' => '1416', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1417', + ], + 3782 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8452', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '541', + 'prev_word_id' => '1417', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '843', + ], + 3783 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8453', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1418', + 'placement' => '542', + 'prev_word_id' => '843', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '844', + ], + 3784 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8454', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '543', + 'prev_word_id' => '844', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1418', + ], + 3785 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8455', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '883', + 'placement' => '544', + 'prev_word_id' => '1418', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 3786 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8456', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1419', + 'placement' => '545', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '883', + ], + 3787 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8457', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '546', + 'prev_word_id' => '883', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1419', + ], + 3788 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8458', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1401', + 'placement' => '547', + 'prev_word_id' => '1419', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1420', + ], + 3789 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8459', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1265', + 'placement' => '548', + 'prev_word_id' => '1420', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1401', + ], + 3790 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8460', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1421', + 'placement' => '549', + 'prev_word_id' => '1401', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1265', + ], + 3791 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8461', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '550', + 'prev_word_id' => '1265', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1421', + ], + 3792 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8462', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1422', + 'placement' => '551', + 'prev_word_id' => '1421', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3793 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8463', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1423', + 'placement' => '552', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1422', + ], + 3794 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8464', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '553', + 'prev_word_id' => '1422', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1423', + ], + 3795 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8465', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1424', + 'placement' => '554', + 'prev_word_id' => '1423', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1008', + ], + 3796 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8466', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1425', + 'placement' => '555', + 'prev_word_id' => '1008', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1424', + ], + 3797 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8467', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1426', + 'placement' => '556', + 'prev_word_id' => '1424', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1425', + ], + 3798 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8468', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '557', + 'prev_word_id' => '1425', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1426', + ], + 3799 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8469', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '558', + 'prev_word_id' => '1426', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 3800 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8470', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '559', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3801 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8471', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1259', + 'placement' => '560', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3802 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8472', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '561', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1259', + ], + 3803 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8473', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1427', + 'placement' => '562', + 'prev_word_id' => '1259', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '834', + ], + 3804 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8474', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '563', + 'prev_word_id' => '834', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1427', + ], + 3805 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8475', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '564', + 'prev_word_id' => '1427', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '893', + ], + 3806 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8476', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '565', + 'prev_word_id' => '893', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3807 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8477', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1428', + 'placement' => '566', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '886', + ], + 3808 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8478', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '567', + 'prev_word_id' => '886', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1428', + ], + 3809 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8479', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1422', + 'placement' => '568', + 'prev_word_id' => '1428', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3810 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8480', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '569', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1422', + ], + 3811 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8481', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '570', + 'prev_word_id' => '1422', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1290', + ], + 3812 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8482', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1429', + 'placement' => '571', + 'prev_word_id' => '1290', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '901', + ], + 3813 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8483', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1430', + 'placement' => '572', + 'prev_word_id' => '901', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1429', + ], + 3814 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8484', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '573', + 'prev_word_id' => '1429', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1430', + ], + 3815 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8485', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1295', + 'placement' => '574', + 'prev_word_id' => '1430', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '823', + ], + 3816 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8486', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '575', + 'prev_word_id' => '823', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1295', + ], + 3817 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8487', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '576', + 'prev_word_id' => '1295', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1280', + ], + 3818 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8488', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '577', + 'prev_word_id' => '1280', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3819 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8489', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1431', + 'placement' => '578', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '844', + ], + 3820 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8490', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '579', + 'prev_word_id' => '844', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1431', + ], + 3821 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8491', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '580', + 'prev_word_id' => '1431', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '809', + ], + 3822 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8492', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1432', + 'placement' => '581', + 'prev_word_id' => '809', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3823 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8493', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1433', + 'placement' => '582', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1432', + ], + 3824 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8494', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1434', + 'placement' => '583', + 'prev_word_id' => '1432', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1433', + ], + 3825 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8495', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1435', + 'placement' => '584', + 'prev_word_id' => '1433', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1434', + ], + 3826 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8496', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '585', + 'prev_word_id' => '1434', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1435', + ], + 3827 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8497', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '586', + 'prev_word_id' => '1435', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 3828 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8498', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '587', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3829 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8499', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '588', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 3830 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8500', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '888', + 'placement' => '589', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 3831 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8501', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1436', + 'placement' => '590', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '888', + ], + 3832 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8502', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '591', + 'prev_word_id' => '888', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1436', + ], + 3833 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8503', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '592', + 'prev_word_id' => '1436', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 3834 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8504', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '593', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1437', + ], + 3835 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8505', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '594', + 'prev_word_id' => '1437', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1290', + ], + 3836 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8506', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '595', + 'prev_word_id' => '1290', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3837 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8507', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '596', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3838 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8508', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1405', + 'placement' => '597', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3839 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8509', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1406', + 'placement' => '598', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1405', + ], + 3840 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8510', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1407', + 'placement' => '599', + 'prev_word_id' => '1405', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1406', + ], + 3841 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8511', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1408', + 'placement' => '600', + 'prev_word_id' => '1406', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1407', + ], + 3842 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8512', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1438', + 'placement' => '601', + 'prev_word_id' => '1407', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1408', + ], + 3843 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8513', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '602', + 'prev_word_id' => '1408', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1438', + ], + 3844 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8514', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '603', + 'prev_word_id' => '1438', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3845 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8515', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '604', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3846 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8516', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1439', + 'placement' => '605', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3847 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8517', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '606', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1439', + ], + 3848 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8518', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '607', + 'prev_word_id' => '1439', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3849 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8519', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '608', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 3850 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8520', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1440', + 'placement' => '609', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 3851 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8521', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '610', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1440', + ], + 3852 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8522', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '611', + 'prev_word_id' => '1440', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1277', + ], + 3853 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8523', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1349', + 'placement' => '612', + 'prev_word_id' => '1277', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3854 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8524', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '613', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1349', + ], + 3855 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8525', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '614', + 'prev_word_id' => '1349', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '886', + ], + 3856 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8526', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1441', + 'placement' => '615', + 'prev_word_id' => '886', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 3857 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8527', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '616', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1441', + ], + 3858 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8528', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '617', + 'prev_word_id' => '1441', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '825', + ], + 3859 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8529', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1442', + 'placement' => '618', + 'prev_word_id' => '825', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '974', + ], + 3860 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8530', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '619', + 'prev_word_id' => '974', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1442', + ], + 3861 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8531', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '620', + 'prev_word_id' => '1442', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1443', + ], + 3862 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8532', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '878', + 'placement' => '621', + 'prev_word_id' => '1443', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3863 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8533', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '622', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '878', + ], + 3864 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8534', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1444', + 'placement' => '623', + 'prev_word_id' => '878', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3865 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8535', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '624', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1444', + ], + 3866 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8536', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '625', + 'prev_word_id' => '1444', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3867 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8537', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '626', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3868 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8538', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '627', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3869 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8539', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '628', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3870 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8540', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '629', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3871 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8541', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1446', + 'placement' => '630', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3872 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8542', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '908', + 'placement' => '631', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1446', + ], + 3873 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8543', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '878', + 'placement' => '632', + 'prev_word_id' => '1446', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '908', + ], + 3874 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8544', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1447', + 'placement' => '633', + 'prev_word_id' => '908', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '878', + ], + 3875 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8545', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '634', + 'prev_word_id' => '878', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1447', + ], + 3876 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8546', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '635', + 'prev_word_id' => '1447', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3877 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8547', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '636', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3878 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8548', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '637', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3879 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8549', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '638', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3880 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8550', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '639', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3881 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8551', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1448', + 'placement' => '640', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3882 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8552', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '641', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1448', + ], + 3883 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8553', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '642', + 'prev_word_id' => '1448', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1337', + ], + 3884 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8554', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '928', + 'placement' => '643', + 'prev_word_id' => '1337', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3885 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8555', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '644', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '928', + ], + 3886 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8556', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '645', + 'prev_word_id' => '928', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3887 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8557', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '646', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3888 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8558', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '647', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3889 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8559', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '648', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3890 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8560', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '649', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3891 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8561', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '650', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3892 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8562', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1253', + 'placement' => '651', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1337', + ], + 3893 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8563', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '652', + 'prev_word_id' => '1337', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1253', + ], + 3894 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8564', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '653', + 'prev_word_id' => '1253', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3895 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8565', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '654', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3896 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8566', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '655', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3897 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8567', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '656', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3898 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8568', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '657', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3899 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8569', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1253', + 'placement' => '658', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3900 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8570', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '659', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1253', + ], + 3901 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8571', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '660', + 'prev_word_id' => '1253', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3902 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8572', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1303', + 'placement' => '661', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1061', + ], + 3903 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8573', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '662', + 'prev_word_id' => '1061', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1303', + ], + 3904 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8574', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '663', + 'prev_word_id' => '1303', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3905 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8575', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '664', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3906 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8576', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '665', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3907 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8577', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '666', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3908 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8578', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '667', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3909 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8579', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1449', + 'placement' => '668', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3910 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8580', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '669', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1449', + ], + 3911 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8581', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '670', + 'prev_word_id' => '1449', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3912 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8582', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1450', + 'placement' => '671', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1061', + ], + 3913 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8583', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '672', + 'prev_word_id' => '1061', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1450', + ], + 3914 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8584', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '673', + 'prev_word_id' => '1450', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3915 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8585', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '674', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3916 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8586', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '675', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3917 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8587', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '676', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3918 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8588', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '677', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3919 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8589', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1451', + 'placement' => '678', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3920 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8590', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '679', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1451', + ], + 3921 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8591', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '680', + 'prev_word_id' => '1451', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3922 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8592', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '681', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1061', + ], + 3923 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8593', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '682', + 'prev_word_id' => '1061', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '938', + ], + 3924 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8594', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '683', + 'prev_word_id' => '938', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3925 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8595', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '684', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3926 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8596', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '685', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3927 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8597', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '686', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3928 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8598', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '687', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3929 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8599', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1452', + 'placement' => '688', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3930 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8600', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '689', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1452', + ], + 3931 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8601', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '690', + 'prev_word_id' => '1452', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3932 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8602', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1328', + 'placement' => '691', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1061', + ], + 3933 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8603', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '692', + 'prev_word_id' => '1061', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1328', + ], + 3934 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8604', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '693', + 'prev_word_id' => '1328', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3935 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8605', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '694', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3936 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8606', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '695', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3937 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8607', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '696', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3938 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8608', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '697', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3939 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8609', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1453', + 'placement' => '698', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3940 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8610', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '699', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1453', + ], + 3941 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8611', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '700', + 'prev_word_id' => '1453', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3942 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8612', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1302', + 'placement' => '701', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1061', + ], + 3943 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8613', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '702', + 'prev_word_id' => '1061', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1302', + ], + 3944 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8614', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '703', + 'prev_word_id' => '1302', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3945 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8615', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '704', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3946 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8616', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '705', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3947 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8617', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '706', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3948 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8618', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '707', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3949 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8619', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1454', + 'placement' => '708', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3950 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8620', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '709', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1454', + ], + 3951 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8621', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '710', + 'prev_word_id' => '1454', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3952 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8622', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1299', + 'placement' => '711', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1061', + ], + 3953 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8623', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '712', + 'prev_word_id' => '1061', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1299', + ], + 3954 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8624', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1300', + 'placement' => '713', + 'prev_word_id' => '1299', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3955 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8625', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '714', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1300', + ], + 3956 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8626', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '715', + 'prev_word_id' => '1300', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3957 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8627', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '716', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3958 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8628', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '717', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3959 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8629', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1455', + 'placement' => '718', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3960 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8630', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '719', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1455', + ], + 3961 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8631', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '720', + 'prev_word_id' => '1455', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3962 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8632', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '812', + 'placement' => '721', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1061', + ], + 3963 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8633', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '722', + 'prev_word_id' => '1061', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '812', + ], + 3964 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8634', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '723', + 'prev_word_id' => '812', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 3965 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8635', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '724', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '968', + ], + 3966 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8636', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '725', + 'prev_word_id' => '968', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3967 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8637', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '726', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3968 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8638', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '727', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3969 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8639', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '728', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3970 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8640', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '729', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3971 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8641', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1456', + 'placement' => '730', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3972 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8642', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '731', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1456', + ], + 3973 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8643', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '732', + 'prev_word_id' => '1456', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3974 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8644', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1304', + 'placement' => '733', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1061', + ], + 3975 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8645', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '734', + 'prev_word_id' => '1061', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1304', + ], + 3976 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8646', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '735', + 'prev_word_id' => '1304', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3977 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8647', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '736', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3978 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8648', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '737', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3979 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8649', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '738', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3980 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8650', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '739', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3981 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8651', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1457', + 'placement' => '740', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3982 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8652', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '741', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1457', + ], + 3983 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8653', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '742', + 'prev_word_id' => '1457', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 3984 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8654', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1458', + 'placement' => '743', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1061', + ], + 3985 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8655', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '744', + 'prev_word_id' => '1061', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1458', + ], + 3986 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8656', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '745', + 'prev_word_id' => '1458', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3987 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8657', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '746', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3988 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8658', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '747', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3989 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8659', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '748', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3990 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8660', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '749', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3991 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8661', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1459', + 'placement' => '750', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 3992 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8662', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1460', + 'placement' => '751', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1459', + ], + 3993 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8663', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '752', + 'prev_word_id' => '1459', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1460', + ], + 3994 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8664', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '753', + 'prev_word_id' => '1460', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 3995 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8665', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '754', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 3996 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8666', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '755', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 3997 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8667', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '756', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 3998 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8668', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '757', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1301', + ], + 3999 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8669', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1460', + 'placement' => '758', + 'prev_word_id' => '1301', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1445', + ], + 4000 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8670', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '759', + 'prev_word_id' => '1445', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1460', + ], + 4001 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8671', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '760', + 'prev_word_id' => '1460', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4002 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8672', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1461', + 'placement' => '761', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4003 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8673', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1462', + 'placement' => '762', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1461', + ], + 4004 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8674', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1399', + 'placement' => '763', + 'prev_word_id' => '1461', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1462', + ], + 4005 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8675', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1400', + 'placement' => '764', + 'prev_word_id' => '1462', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1399', + ], + 4006 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8676', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '765', + 'prev_word_id' => '1399', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1400', + ], + 4007 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8677', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '766', + 'prev_word_id' => '1400', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 4008 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8678', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1327', + 'placement' => '767', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4009 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8679', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1259', + 'placement' => '768', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1327', + ], + 4010 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8680', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1440', + 'placement' => '769', + 'prev_word_id' => '1327', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1259', + ], + 4011 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8681', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '770', + 'prev_word_id' => '1259', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1440', + ], + 4012 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8682', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1278', + 'placement' => '771', + 'prev_word_id' => '1440', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1008', + ], + 4013 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8683', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '772', + 'prev_word_id' => '1008', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1278', + ], + 4014 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8684', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '773', + 'prev_word_id' => '1278', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4015 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8685', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1463', + 'placement' => '774', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4016 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8686', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '775', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1463', + ], + 4017 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8687', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1464', + 'placement' => '776', + 'prev_word_id' => '1463', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '882', + ], + 4018 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8688', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1465', + 'placement' => '777', + 'prev_word_id' => '882', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1464', + ], + 4019 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8689', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1466', + 'placement' => '778', + 'prev_word_id' => '1464', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1465', + ], + 4020 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8690', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1467', + 'placement' => '779', + 'prev_word_id' => '1465', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1466', + ], + 4021 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8691', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '780', + 'prev_word_id' => '1466', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1467', + ], + 4022 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8692', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1254', + 'placement' => '781', + 'prev_word_id' => '1467', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 4023 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8693', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1468', + 'placement' => '782', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1254', + ], + 4024 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8694', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '783', + 'prev_word_id' => '1254', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1468', + ], + 4025 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8695', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '784', + 'prev_word_id' => '1468', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1384', + ], + 4026 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8696', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1385', + 'placement' => '785', + 'prev_word_id' => '1384', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 4027 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8697', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '786', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1385', + ], + 4028 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8698', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1469', + 'placement' => '787', + 'prev_word_id' => '1385', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '886', + ], + 4029 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8699', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1282', + 'placement' => '788', + 'prev_word_id' => '886', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1469', + ], + 4030 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8700', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1283', + 'placement' => '789', + 'prev_word_id' => '1469', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1282', + ], + 4031 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8701', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '790', + 'prev_word_id' => '1282', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1283', + ], + 4032 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8702', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1364', + 'placement' => '791', + 'prev_word_id' => '1283', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4033 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8703', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '792', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1364', + ], + 4034 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8704', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1470', + 'placement' => '793', + 'prev_word_id' => '1364', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '804', + ], + 4035 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8705', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '794', + 'prev_word_id' => '804', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1470', + ], + 4036 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8706', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '795', + 'prev_word_id' => '1470', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4037 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8707', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1471', + 'placement' => '796', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4038 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8708', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1472', + 'placement' => '797', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1471', + ], + 4039 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8709', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '979', + 'placement' => '798', + 'prev_word_id' => '1471', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1472', + ], + 4040 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8710', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '799', + 'prev_word_id' => '1472', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '979', + ], + 4041 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8711', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '800', + 'prev_word_id' => '979', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '844', + ], + 4042 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8712', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1439', + 'placement' => '801', + 'prev_word_id' => '844', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4043 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8713', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '802', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1439', + ], + 4044 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8714', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1254', + 'placement' => '803', + 'prev_word_id' => '1439', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '804', + ], + 4045 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8715', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1265', + 'placement' => '804', + 'prev_word_id' => '804', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1254', + ], + 4046 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8716', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '805', + 'prev_word_id' => '1254', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1265', + ], + 4047 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8717', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '806', + 'prev_word_id' => '1265', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4048 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8718', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '807', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4049 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8719', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1473', + 'placement' => '808', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 4050 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8720', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1474', + 'placement' => '809', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1473', + ], + 4051 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8721', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '978', + 'placement' => '810', + 'prev_word_id' => '1473', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1474', + ], + 4052 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8722', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1362', + 'placement' => '811', + 'prev_word_id' => '1474', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '978', + ], + 4053 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8723', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1385', + 'placement' => '812', + 'prev_word_id' => '978', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1362', + ], + 4054 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8724', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '813', + 'prev_word_id' => '1362', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1385', + ], + 4055 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8725', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '814', + 'prev_word_id' => '1385', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4056 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8726', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '815', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4057 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8727', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '816', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4058 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8728', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '817', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 4059 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8729', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '818', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 4060 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8730', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1475', + 'placement' => '819', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '882', + ], + 4061 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8731', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '820', + 'prev_word_id' => '882', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1475', + ], + 4062 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8732', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1255', + 'placement' => '821', + 'prev_word_id' => '1475', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 4063 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8733', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1476', + 'placement' => '822', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1255', + ], + 4064 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8734', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '823', + 'prev_word_id' => '1255', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1476', + ], + 4065 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8735', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '824', + 'prev_word_id' => '1476', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1008', + ], + 4066 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8736', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '825', + 'prev_word_id' => '1008', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4067 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8737', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1366', + 'placement' => '826', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4068 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8738', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '883', + 'placement' => '827', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1366', + ], + 4069 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8739', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '828', + 'prev_word_id' => '1366', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '883', + ], + 4070 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8740', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '829', + 'prev_word_id' => '883', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4071 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8741', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1477', + 'placement' => '830', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4072 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8742', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '831', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1477', + ], + 4073 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8743', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '832', + 'prev_word_id' => '1477', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4074 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8744', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '833', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4075 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8745', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1478', + 'placement' => '834', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '882', + ], + 4076 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8746', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1479', + 'placement' => '835', + 'prev_word_id' => '882', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1478', + ], + 4077 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8747', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '836', + 'prev_word_id' => '1478', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1479', + ], + 4078 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8748', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '837', + 'prev_word_id' => '1479', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '848', + ], + 4079 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8749', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '838', + 'prev_word_id' => '848', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4080 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8750', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1385', + 'placement' => '839', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 4081 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8751', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '840', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1385', + ], + 4082 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8752', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1480', + 'placement' => '841', + 'prev_word_id' => '1385', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1290', + ], + 4083 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8753', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '842', + 'prev_word_id' => '1290', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1480', + ], + 4084 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8754', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1422', + 'placement' => '843', + 'prev_word_id' => '1480', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4085 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8755', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1390', + 'placement' => '844', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1422', + ], + 4086 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8756', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '845', + 'prev_word_id' => '1422', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1390', + ], + 4087 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8757', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '846', + 'prev_word_id' => '1390', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 4088 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8758', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '847', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4089 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8759', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '848', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1481', + ], + 4090 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8760', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1482', + 'placement' => '849', + 'prev_word_id' => '1481', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '848', + ], + 4091 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8761', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1483', + 'placement' => '850', + 'prev_word_id' => '848', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1482', + ], + 4092 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8762', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '851', + 'prev_word_id' => '1482', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1483', + ], + 4093 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8763', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1278', + 'placement' => '852', + 'prev_word_id' => '1483', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4094 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8764', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '853', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1278', + ], + 4095 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8765', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1398', + 'placement' => '854', + 'prev_word_id' => '1278', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '809', + ], + 4096 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8766', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1362', + 'placement' => '855', + 'prev_word_id' => '809', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1398', + ], + 4097 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8767', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1404', + 'placement' => '856', + 'prev_word_id' => '1398', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1362', + ], + 4098 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8768', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1484', + 'placement' => '857', + 'prev_word_id' => '1362', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1404', + ], + 4099 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8769', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '858', + 'prev_word_id' => '1404', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1484', + ], + 4100 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8770', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '859', + 'prev_word_id' => '1484', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1008', + ], + 4101 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8771', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1483', + 'placement' => '860', + 'prev_word_id' => '1008', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4102 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8772', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '861', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1483', + ], + 4103 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8773', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '862', + 'prev_word_id' => '1483', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 4104 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8774', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1485', + 'placement' => '863', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '809', + ], + 4105 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8775', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '864', + 'prev_word_id' => '809', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1485', + ], + 4106 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8776', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1486', + 'placement' => '865', + 'prev_word_id' => '1485', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 4107 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8777', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '866', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1486', + ], + 4108 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8778', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '909', + 'placement' => '867', + 'prev_word_id' => '1486', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4109 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8779', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '868', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '909', + ], + 4110 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8780', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1487', + 'placement' => '869', + 'prev_word_id' => '909', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '898', + ], + 4111 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8781', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1488', + 'placement' => '870', + 'prev_word_id' => '898', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1487', + ], + 4112 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8782', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '871', + 'prev_word_id' => '1487', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1488', + ], + 4113 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8783', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1489', + 'placement' => '872', + 'prev_word_id' => '1488', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4114 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8784', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1349', + 'placement' => '873', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1489', + ], + 4115 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8785', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '874', + 'prev_word_id' => '1489', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1349', + ], + 4116 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8786', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '875', + 'prev_word_id' => '1349', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 4117 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8787', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '876', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 4118 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8788', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1302', + 'placement' => '877', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 4119 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8789', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '878', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1302', + ], + 4120 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8790', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '879', + 'prev_word_id' => '1302', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4121 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8791', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '880', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4122 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8792', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1482', + 'placement' => '881', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 4123 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8793', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1483', + 'placement' => '882', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1482', + ], + 4124 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8794', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1490', + 'placement' => '883', + 'prev_word_id' => '1482', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1483', + ], + 4125 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8795', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '884', + 'prev_word_id' => '1483', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1490', + ], + 4126 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8796', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1491', + 'placement' => '885', + 'prev_word_id' => '1490', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4127 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8797', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1492', + 'placement' => '886', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1491', + ], + 4128 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8798', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1493', + 'placement' => '887', + 'prev_word_id' => '1491', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1492', + ], + 4129 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8799', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '888', + 'prev_word_id' => '1492', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1493', + ], + 4130 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8800', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '889', + 'prev_word_id' => '1493', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '834', + ], + 4131 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8801', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '890', + 'prev_word_id' => '834', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4132 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8802', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1494', + 'placement' => '891', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1319', + ], + 4133 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8803', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '892', + 'prev_word_id' => '1319', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1494', + ], + 4134 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8804', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1464', + 'placement' => '893', + 'prev_word_id' => '1494', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4135 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8805', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1307', + 'placement' => '894', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1464', + ], + 4136 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8806', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '895', + 'prev_word_id' => '1464', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1307', + ], + 4137 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8807', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '896', + 'prev_word_id' => '1307', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 4138 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8808', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '897', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4139 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8809', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '898', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4140 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8810', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1279', + 'placement' => '899', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4141 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8811', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '900', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1279', + ], + 4142 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8812', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '901', + 'prev_word_id' => '1279', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1280', + ], + 4143 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8813', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1257', + 'placement' => '902', + 'prev_word_id' => '1280', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4144 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8814', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '903', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1257', + ], + 4145 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8815', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '904', + 'prev_word_id' => '1257', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '836', + ], + 4146 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8816', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1251', + 'placement' => '905', + 'prev_word_id' => '836', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4147 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8817', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '861', + 'placement' => '906', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1251', + ], + 4148 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8818', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '907', + 'prev_word_id' => '1251', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '861', + ], + 4149 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8819', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1385', + 'placement' => '908', + 'prev_word_id' => '861', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 4150 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8820', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '909', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1385', + ], + 4151 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8821', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '910', + 'placement' => '910', + 'prev_word_id' => '1385', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4152 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8822', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '911', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '910', + ], + 4153 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8823', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1495', + 'placement' => '912', + 'prev_word_id' => '910', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4154 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8824', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '913', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1495', + ], + 4155 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8825', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1496', + 'placement' => '914', + 'prev_word_id' => '1495', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '836', + ], + 4156 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8826', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1497', + 'placement' => '915', + 'prev_word_id' => '836', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1496', + ], + 4157 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8827', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '916', + 'prev_word_id' => '1496', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1497', + ], + 4158 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8828', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '888', + 'placement' => '917', + 'prev_word_id' => '1497', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4159 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8829', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '926', + 'placement' => '918', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '888', + ], + 4160 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8830', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '919', + 'prev_word_id' => '888', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '926', + ], + 4161 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8831', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1498', + 'placement' => '920', + 'prev_word_id' => '926', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 4162 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8832', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '921', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1498', + ], + 4163 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8833', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '922', + 'prev_word_id' => '1498', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4164 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8834', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '923', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4165 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8835', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '924', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4166 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8836', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '829', + 'placement' => '925', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '828', + ], + 4167 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8837', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '926', + 'prev_word_id' => '828', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '829', + ], + 4168 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8838', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1366', + 'placement' => '927', + 'prev_word_id' => '829', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '836', + ], + 4169 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8839', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '928', + 'prev_word_id' => '836', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1366', + ], + 4170 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8840', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '929', + 'prev_word_id' => '1366', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4171 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8841', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1499', + 'placement' => '930', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '843', + ], + 4172 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8842', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '931', + 'prev_word_id' => '843', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1499', + ], + 4173 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8843', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '932', + 'prev_word_id' => '1499', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 4174 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8844', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '933', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '809', + ], + 4175 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8845', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '927', + 'placement' => '934', + 'prev_word_id' => '809', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '974', + ], + 4176 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8846', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1500', + 'placement' => '935', + 'prev_word_id' => '974', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '927', + ], + 4177 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8847', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '936', + 'prev_word_id' => '927', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1500', + ], + 4178 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8848', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1501', + 'placement' => '937', + 'prev_word_id' => '1500', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4179 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8849', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '938', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1501', + ], + 4180 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8850', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '939', + 'prev_word_id' => '1501', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1410', + ], + 4181 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8851', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '940', + 'prev_word_id' => '1410', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '974', + ], + 4182 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8852', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1500', + 'placement' => '941', + 'prev_word_id' => '974', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1288', + ], + 4183 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8853', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '942', + 'prev_word_id' => '1288', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1500', + ], + 4184 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8854', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '943', + 'prev_word_id' => '1500', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4185 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8855', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '944', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '939', + ], + 4186 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8856', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '945', + 'prev_word_id' => '939', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4187 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8857', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1502', + 'placement' => '946', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '929', + ], + 4188 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8858', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1366', + 'placement' => '947', + 'prev_word_id' => '929', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1502', + ], + 4189 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8859', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '948', + 'prev_word_id' => '1502', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1366', + ], + 4190 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8860', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1342', + 'placement' => '949', + 'prev_word_id' => '1366', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4191 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8861', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '973', + 'placement' => '950', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1342', + ], + 4192 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8862', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '951', + 'prev_word_id' => '1342', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '973', + ], + 4193 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8863', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1471', + 'placement' => '952', + 'prev_word_id' => '973', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4194 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8864', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1503', + 'placement' => '953', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1471', + ], + 4195 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8865', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '954', + 'prev_word_id' => '1471', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1503', + ], + 4196 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8866', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1504', + 'placement' => '955', + 'prev_word_id' => '1503', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1437', + ], + 4197 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8867', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1505', + 'placement' => '956', + 'prev_word_id' => '1437', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1504', + ], + 4198 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8868', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1307', + 'placement' => '957', + 'prev_word_id' => '1504', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1505', + ], + 4199 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8869', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1506', + 'placement' => '958', + 'prev_word_id' => '1505', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1307', + ], + 4200 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8870', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1388', + 'placement' => '959', + 'prev_word_id' => '1307', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1506', + ], + 4201 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8871', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '960', + 'prev_word_id' => '1506', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1388', + ], + 4202 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8872', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '961', + 'prev_word_id' => '1388', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 4203 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8873', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1486', + 'placement' => '962', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1417', + ], + 4204 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8874', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '963', + 'prev_word_id' => '1417', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1486', + ], + 4205 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8875', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1279', + 'placement' => '964', + 'prev_word_id' => '1486', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4206 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8876', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1507', + 'placement' => '965', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1279', + ], + 4207 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8877', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1508', + 'placement' => '966', + 'prev_word_id' => '1279', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1507', + ], + 4208 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8878', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1372', + 'placement' => '967', + 'prev_word_id' => '1507', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1508', + ], + 4209 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8879', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '968', + 'prev_word_id' => '1508', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1372', + ], + 4210 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8880', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '873', + 'placement' => '969', + 'prev_word_id' => '1372', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4211 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8881', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1509', + 'placement' => '970', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '873', + ], + 4212 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8882', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '971', + 'prev_word_id' => '873', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1509', + ], + 4213 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8883', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1510', + 'placement' => '972', + 'prev_word_id' => '1509', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4214 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8884', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '923', + 'placement' => '973', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1510', + ], + 4215 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8885', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '974', + 'prev_word_id' => '1510', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '923', + ], + 4216 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8886', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1329', + 'placement' => '975', + 'prev_word_id' => '923', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '974', + ], + 4217 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8887', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1304', + 'placement' => '976', + 'prev_word_id' => '974', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1329', + ], + 4218 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8888', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '977', + 'prev_word_id' => '1329', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1304', + ], + 4219 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8889', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1506', + 'placement' => '978', + 'prev_word_id' => '1304', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4220 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8890', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1511', + 'placement' => '979', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1506', + ], + 4221 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8891', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1512', + 'placement' => '980', + 'prev_word_id' => '1506', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1511', + ], + 4222 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8892', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '981', + 'prev_word_id' => '1511', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1512', + ], + 4223 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8893', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1320', + 'placement' => '982', + 'prev_word_id' => '1512', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '804', + ], + 4224 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8894', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1264', + 'placement' => '983', + 'prev_word_id' => '804', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1320', + ], + 4225 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8895', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1424', + 'placement' => '984', + 'prev_word_id' => '1320', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1264', + ], + 4226 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8896', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1502', + 'placement' => '985', + 'prev_word_id' => '1264', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1424', + ], + 4227 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8897', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '986', + 'prev_word_id' => '1424', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1502', + ], + 4228 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8898', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1513', + 'placement' => '987', + 'prev_word_id' => '1502', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4229 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8899', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1493', + 'placement' => '988', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1513', + ], + 4230 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8900', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '989', + 'prev_word_id' => '1513', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1493', + ], + 4231 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8901', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1514', + 'placement' => '990', + 'prev_word_id' => '1493', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '834', + ], + 4232 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8902', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '991', + 'prev_word_id' => '834', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1514', + ], + 4233 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8903', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '992', + 'prev_word_id' => '1514', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '860', + ], + 4234 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8904', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1515', + 'placement' => '993', + 'prev_word_id' => '860', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4235 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8905', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1516', + 'placement' => '994', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1515', + ], + 4236 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8906', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '995', + 'prev_word_id' => '1515', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1516', + ], + 4237 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8907', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1517', + 'placement' => '996', + 'prev_word_id' => '1516', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4238 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8908', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1518', + 'placement' => '997', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1517', + ], + 4239 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8909', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '998', + 'prev_word_id' => '1517', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1518', + ], + 4240 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8910', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '999', + 'prev_word_id' => '1518', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4241 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8911', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '1000', + 'prev_word_id' => '0', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '970', + ], + 4242 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8912', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '1001', + 'prev_word_id' => '970', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1263', + ], + 4243 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8913', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1519', + 'placement' => '1002', + 'prev_word_id' => '1263', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4244 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8914', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '1003', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1519', + ], + 4245 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8915', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '1004', + 'prev_word_id' => '1519', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '832', + ], + 4246 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8916', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '884', + 'placement' => '1005', + 'prev_word_id' => '832', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 4247 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8917', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '1006', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '884', + ], + 4248 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8918', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1520', + 'placement' => '1007', + 'prev_word_id' => '884', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4249 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8919', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '1008', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1520', + ], + 4250 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8920', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1521', + 'placement' => '1009', + 'prev_word_id' => '1520', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '823', + ], + 4251 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8921', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1522', + 'placement' => '1010', + 'prev_word_id' => '823', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1521', + ], + 4252 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8922', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '1011', + 'prev_word_id' => '1521', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1522', + ], + 4253 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8923', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1523', + 'placement' => '1012', + 'prev_word_id' => '1522', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 4254 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8924', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '1013', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1523', + ], + 4255 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8925', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1524', + 'placement' => '1014', + 'prev_word_id' => '1523', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4256 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8926', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1525', + 'placement' => '1015', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1524', + ], + 4257 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8927', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '874', + 'placement' => '1016', + 'prev_word_id' => '1524', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1525', + ], + 4258 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8928', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '857', + 'placement' => '1017', + 'prev_word_id' => '1525', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '874', + ], + 4259 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8929', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '874', + 'placement' => '1018', + 'prev_word_id' => '874', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '857', + ], + 4260 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8930', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1421', + 'placement' => '1019', + 'prev_word_id' => '857', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '874', + ], + 4261 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8931', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '1020', + 'prev_word_id' => '874', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1421', + ], + 4262 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8932', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '1021', + 'prev_word_id' => '1421', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4263 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8933', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '1022', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 4264 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8934', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '880', + 'placement' => '1023', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '974', + ], + 4265 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8935', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '1024', + 'prev_word_id' => '974', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '880', + ], + 4266 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8936', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '1025', + 'prev_word_id' => '880', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '834', + ], + 4267 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8937', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '1026', + 'prev_word_id' => '834', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4268 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8938', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1526', + 'placement' => '1027', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '931', + ], + 4269 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8939', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1028', + 'prev_word_id' => '931', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1526', + ], + 4270 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8940', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '907', + 'placement' => '1029', + 'prev_word_id' => '1526', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4271 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8941', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '874', + 'placement' => '1030', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '907', + ], + 4272 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8942', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '1031', + 'prev_word_id' => '907', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '874', + ], + 4273 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8943', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1032', + 'prev_word_id' => '874', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 4274 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8944', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '1033', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4275 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8945', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '1034', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4276 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8946', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1298', + 'placement' => '1035', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 4277 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8947', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '1036', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1298', + ], + 4278 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8948', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '1037', + 'prev_word_id' => '1298', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '825', + ], + 4279 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8949', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '1038', + 'prev_word_id' => '825', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4280 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8950', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '1039', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4281 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8951', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1527', + 'placement' => '1040', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 4282 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8952', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '1041', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1527', + ], + 4283 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8953', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '1042', + 'prev_word_id' => '1527', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4284 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8954', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1528', + 'placement' => '1043', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 4285 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8955', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '1044', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1528', + ], + 4286 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8956', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1529', + 'placement' => '1045', + 'prev_word_id' => '1528', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 4287 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8957', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1530', + 'placement' => '1046', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1529', + ], + 4288 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8958', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '1047', + 'prev_word_id' => '1529', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1530', + ], + 4289 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8959', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '1048', + 'prev_word_id' => '1530', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1410', + ], + 4290 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8960', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1531', + 'placement' => '1049', + 'prev_word_id' => '1410', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4291 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8961', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '1050', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1531', + ], + 4292 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8962', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1532', + 'placement' => '1051', + 'prev_word_id' => '1531', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4293 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8963', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1533', + 'placement' => '1052', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1532', + ], + 4294 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8964', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1534', + 'placement' => '1053', + 'prev_word_id' => '1532', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1533', + ], + 4295 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8965', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1535', + 'placement' => '1054', + 'prev_word_id' => '1533', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1534', + ], + 4296 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8966', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1536', + 'placement' => '1055', + 'prev_word_id' => '1534', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1535', + ], + 4297 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8967', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '1056', + 'prev_word_id' => '1535', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1536', + ], + 4298 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8968', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1057', + 'prev_word_id' => '1536', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4299 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8969', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '857', + 'placement' => '1058', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4300 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8970', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '874', + 'placement' => '1059', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '857', + ], + 4301 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8971', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1060', + 'prev_word_id' => '857', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '874', + ], + 4302 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8972', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1061', + 'prev_word_id' => '874', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4303 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8973', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '1062', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4304 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8974', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '1063', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4305 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8975', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '874', + 'placement' => '1064', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '943', + ], + 4306 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8976', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '1065', + 'prev_word_id' => '943', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '874', + ], + 4307 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8977', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '1066', + 'prev_word_id' => '874', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 4308 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8978', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '1067', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4309 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8979', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1349', + 'placement' => '1068', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4310 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8980', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '1069', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1349', + ], + 4311 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8981', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1070', + 'prev_word_id' => '1349', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4312 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8982', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '907', + 'placement' => '1071', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4313 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8983', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '874', + 'placement' => '1072', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '907', + ], + 4314 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8984', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '1073', + 'prev_word_id' => '907', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '874', + ], + 4315 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8985', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1074', + 'prev_word_id' => '874', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 4316 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8986', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1537', + 'placement' => '1075', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4317 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8987', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1538', + 'placement' => '1076', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1537', + ], + 4318 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8988', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '1077', + 'prev_word_id' => '1537', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1538', + ], + 4319 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8989', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1539', + 'placement' => '1078', + 'prev_word_id' => '1538', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1358', + ], + 4320 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8990', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1540', + 'placement' => '1079', + 'prev_word_id' => '1358', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1539', + ], + 4321 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8991', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '1080', + 'prev_word_id' => '1539', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1540', + ], + 4322 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8992', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1081', + 'prev_word_id' => '1540', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1410', + ], + 4323 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8993', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '1082', + 'prev_word_id' => '1410', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4324 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8994', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1541', + 'placement' => '1083', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1358', + ], + 4325 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8995', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1349', + 'placement' => '1084', + 'prev_word_id' => '1358', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1541', + ], + 4326 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8996', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1085', + 'prev_word_id' => '1541', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1349', + ], + 4327 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8997', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1537', + 'placement' => '1086', + 'prev_word_id' => '1349', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4328 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8998', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1538', + 'placement' => '1087', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1537', + ], + 4329 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '8999', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '1088', + 'prev_word_id' => '1537', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1538', + ], + 4330 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9000', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1542', + 'placement' => '1089', + 'prev_word_id' => '1538', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1358', + ], + 4331 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9001', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1543', + 'placement' => '1090', + 'prev_word_id' => '1358', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1542', + ], + 4332 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9002', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '1091', + 'prev_word_id' => '1542', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1543', + ], + 4333 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9003', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '1092', + 'prev_word_id' => '1543', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 4334 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9004', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1544', + 'placement' => '1093', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1384', + ], + 4335 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9005', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '1094', + 'prev_word_id' => '1384', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1544', + ], + 4336 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9006', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1534', + 'placement' => '1095', + 'prev_word_id' => '1544', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1410', + ], + 4337 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9007', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1545', + 'placement' => '1096', + 'prev_word_id' => '1410', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1534', + ], + 4338 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9008', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '1097', + 'prev_word_id' => '1534', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1545', + ], + 4339 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9009', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1098', + 'prev_word_id' => '1545', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 4340 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9010', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '1099', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4341 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9011', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '1100', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4342 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9012', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '1101', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4343 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9013', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '1102', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '886', + ], + 4344 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9014', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1546', + 'placement' => '1103', + 'prev_word_id' => '886', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4345 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9015', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1547', + 'placement' => '1104', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1546', + ], + 4346 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9016', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1548', + 'placement' => '1105', + 'prev_word_id' => '1546', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1547', + ], + 4347 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9017', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1549', + 'placement' => '1106', + 'prev_word_id' => '1547', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1548', + ], + 4348 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9018', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '1107', + 'prev_word_id' => '1548', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1549', + ], + 4349 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9019', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1545', + 'placement' => '1108', + 'prev_word_id' => '1549', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 4350 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9020', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '1109', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1545', + ], + 4351 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9021', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '1110', + 'prev_word_id' => '1545', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 4352 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9022', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '1111', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '841', + ], + 4353 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9023', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '1112', + 'prev_word_id' => '841', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1550', + ], + 4354 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9024', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '1113', + 'prev_word_id' => '1550', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '834', + ], + 4355 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9025', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '1114', + 'prev_word_id' => '834', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4356 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9026', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1427', + 'placement' => '1115', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4357 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9027', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1551', + 'placement' => '1116', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1427', + ], + 4358 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9028', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '1117', + 'prev_word_id' => '1427', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1551', + ], + 4359 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9029', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1552', + 'placement' => '1118', + 'prev_word_id' => '1551', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4360 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9030', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1328', + 'placement' => '1119', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1552', + ], + 4361 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9031', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '1120', + 'prev_word_id' => '1552', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1328', + ], + 4362 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9032', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1424', + 'placement' => '1121', + 'prev_word_id' => '1328', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 4363 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9033', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1122', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1424', + ], + 4364 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9034', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '1123', + 'prev_word_id' => '1424', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4365 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9035', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1553', + 'placement' => '1124', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4366 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9036', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1125', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1553', + ], + 4367 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9037', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1554', + 'placement' => '1126', + 'prev_word_id' => '1553', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4368 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9038', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1555', + 'placement' => '1127', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1554', + ], + 4369 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9039', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1556', + 'placement' => '1128', + 'prev_word_id' => '1554', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1555', + ], + 4370 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9040', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1557', + 'placement' => '1129', + 'prev_word_id' => '1555', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1556', + ], + 4371 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9041', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1558', + 'placement' => '1130', + 'prev_word_id' => '1556', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1557', + ], + 4372 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9042', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '888', + 'placement' => '1131', + 'prev_word_id' => '1557', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1558', + ], + 4373 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9043', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1467', + 'placement' => '1132', + 'prev_word_id' => '1558', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '888', + ], + 4374 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9044', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '1133', + 'prev_word_id' => '888', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1467', + ], + 4375 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9045', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1134', + 'prev_word_id' => '1467', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4376 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9046', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1135', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4377 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9047', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '1136', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4378 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9048', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '1137', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 4379 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9049', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '1138', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1396', + ], + 4380 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9050', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '1139', + 'prev_word_id' => '1396', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '844', + ], + 4381 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9051', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1471', + 'placement' => '1140', + 'prev_word_id' => '844', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 4382 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9052', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1559', + 'placement' => '1141', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1471', + ], + 4383 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9053', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '1142', + 'prev_word_id' => '1471', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1559', + ], + 4384 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9054', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1503', + 'placement' => '1143', + 'prev_word_id' => '1559', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4385 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9055', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1560', + 'placement' => '1144', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1503', + ], + 4386 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9056', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1561', + 'placement' => '1145', + 'prev_word_id' => '1503', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1560', + ], + 4387 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9057', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1553', + 'placement' => '1146', + 'prev_word_id' => '1560', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1561', + ], + 4388 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9058', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1562', + 'placement' => '1147', + 'prev_word_id' => '1561', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1553', + ], + 4389 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9059', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '1148', + 'prev_word_id' => '1553', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1562', + ], + 4390 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9060', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1149', + 'prev_word_id' => '1562', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 4391 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9061', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '1150', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4392 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9062', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '1151', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4393 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9063', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1502', + 'placement' => '1152', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 4394 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9064', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '1153', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1502', + ], + 4395 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9065', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1495', + 'placement' => '1154', + 'prev_word_id' => '1502', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4396 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9066', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1328', + 'placement' => '1155', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1495', + ], + 4397 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9067', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '1156', + 'prev_word_id' => '1495', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1328', + ], + 4398 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9068', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1390', + 'placement' => '1157', + 'prev_word_id' => '1328', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 4399 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9069', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '1158', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1390', + ], + 4400 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9070', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1491', + 'placement' => '1159', + 'prev_word_id' => '1390', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 4401 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9071', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '1160', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1491', + ], + 4402 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9072', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1560', + 'placement' => '1161', + 'prev_word_id' => '1491', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 4403 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9073', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1563', + 'placement' => '1162', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1560', + ], + 4404 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9074', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1564', + 'placement' => '1163', + 'prev_word_id' => '1560', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1563', + ], + 4405 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9075', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '1164', + 'prev_word_id' => '1563', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1564', + ], + 4406 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9076', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '1165', + 'prev_word_id' => '1564', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 4407 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9077', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '880', + 'placement' => '1166', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4408 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9078', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1565', + 'placement' => '1167', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '880', + ], + 4409 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9079', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '1168', + 'prev_word_id' => '880', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1565', + ], + 4410 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9080', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1342', + 'placement' => '1169', + 'prev_word_id' => '1565', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4411 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9081', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '973', + 'placement' => '1170', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1342', + ], + 4412 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9082', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '1171', + 'prev_word_id' => '1342', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '973', + ], + 4413 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9083', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1566', + 'placement' => '1172', + 'prev_word_id' => '973', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4414 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9084', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1567', + 'placement' => '1173', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1566', + ], + 4415 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9085', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1568', + 'placement' => '1174', + 'prev_word_id' => '1566', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1567', + ], + 4416 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9086', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '1175', + 'prev_word_id' => '1567', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1568', + ], + 4417 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9087', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1176', + 'prev_word_id' => '1568', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 4418 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9088', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '1177', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4419 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9089', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '1178', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4420 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9090', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1569', + 'placement' => '1179', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1410', + ], + 4421 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9091', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '1180', + 'prev_word_id' => '1410', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1569', + ], + 4422 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9092', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1570', + 'placement' => '1181', + 'prev_word_id' => '1569', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1410', + ], + 4423 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9093', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1571', + 'placement' => '1182', + 'prev_word_id' => '1410', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1570', + ], + 4424 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9094', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '1183', + 'prev_word_id' => '1570', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1571', + ], + 4425 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9095', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '1184', + 'prev_word_id' => '1571', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4426 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9096', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1572', + 'placement' => '1185', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '804', + ], + 4427 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9097', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1349', + 'placement' => '1186', + 'prev_word_id' => '804', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1572', + ], + 4428 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9098', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '1187', + 'prev_word_id' => '1572', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1349', + ], + 4429 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9099', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1573', + 'placement' => '1188', + 'prev_word_id' => '1349', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 4430 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9100', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1362', + 'placement' => '1189', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1573', + ], + 4431 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9101', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '1190', + 'prev_word_id' => '1573', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1362', + ], + 4432 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9102', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '1191', + 'prev_word_id' => '1362', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4433 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9103', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '1192', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '843', + ], + 4434 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9104', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1569', + 'placement' => '1193', + 'prev_word_id' => '843', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1410', + ], + 4435 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9105', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1439', + 'placement' => '1194', + 'prev_word_id' => '1410', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1569', + ], + 4436 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9106', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1424', + 'placement' => '1195', + 'prev_word_id' => '1569', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1439', + ], + 4437 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9107', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1472', + 'placement' => '1196', + 'prev_word_id' => '1439', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1424', + ], + 4438 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9108', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '1197', + 'prev_word_id' => '1424', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1472', + ], + 4439 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9109', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1198', + 'prev_word_id' => '1472', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 4440 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9110', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '1199', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4441 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9111', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1259', + 'placement' => '1200', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4442 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9112', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '1201', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1259', + ], + 4443 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9113', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '1202', + 'prev_word_id' => '1259', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '834', + ], + 4444 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9114', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1574', + 'placement' => '1203', + 'prev_word_id' => '834', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1008', + ], + 4445 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9115', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1368', + 'placement' => '1204', + 'prev_word_id' => '1008', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1574', + ], + 4446 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9116', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1205', + 'prev_word_id' => '1574', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1368', + ], + 4447 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9117', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1427', + 'placement' => '1206', + 'prev_word_id' => '1368', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4448 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9118', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1056', + 'placement' => '1207', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1427', + ], + 4449 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9119', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '1208', + 'prev_word_id' => '1427', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1056', + ], + 4450 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9120', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '1209', + 'prev_word_id' => '1056', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 4451 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9121', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '1210', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '836', + ], + 4452 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9122', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '1211', + 'prev_word_id' => '836', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '836', + ], + 4453 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9123', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1575', + 'placement' => '1212', + 'prev_word_id' => '836', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 4454 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9124', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '1213', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1575', + ], + 4455 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9125', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '1214', + 'prev_word_id' => '1575', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '976', + ], + 4456 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9126', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1576', + 'placement' => '1215', + 'prev_word_id' => '976', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4457 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9127', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1577', + 'placement' => '1216', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1576', + ], + 4458 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9128', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '1217', + 'prev_word_id' => '1576', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1577', + ], + 4459 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9129', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '1218', + 'prev_word_id' => '1577', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1443', + ], + 4460 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9130', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '909', + 'placement' => '1219', + 'prev_word_id' => '1443', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4461 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9131', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '1220', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '909', + ], + 4462 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9132', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '1221', + 'prev_word_id' => '909', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 4463 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9133', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '926', + 'placement' => '1222', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4464 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9134', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '1223', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '926', + ], + 4465 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9135', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '1224', + 'prev_word_id' => '926', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4466 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9136', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1225', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4467 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9137', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '1226', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4468 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9138', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '1227', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4469 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9139', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1502', + 'placement' => '1228', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 4470 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9140', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1259', + 'placement' => '1229', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1502', + ], + 4471 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9141', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1576', + 'placement' => '1230', + 'prev_word_id' => '1502', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1259', + ], + 4472 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9142', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1516', + 'placement' => '1231', + 'prev_word_id' => '1259', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1576', + ], + 4473 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9143', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '1232', + 'prev_word_id' => '1576', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1516', + ], + 4474 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9144', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1578', + 'placement' => '1233', + 'prev_word_id' => '1516', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4475 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9145', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '1234', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1578', + ], + 4476 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9146', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '1235', + 'prev_word_id' => '1578', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '948', + ], + 4477 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9147', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1458', + 'placement' => '1236', + 'prev_word_id' => '948', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '949', + ], + 4478 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9148', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '1237', + 'prev_word_id' => '949', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1458', + ], + 4479 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9149', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1579', + 'placement' => '1238', + 'prev_word_id' => '1458', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '833', + ], + 4480 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9150', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '1239', + 'prev_word_id' => '833', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1579', + ], + 4481 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9151', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1380', + 'placement' => '1240', + 'prev_word_id' => '1579', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4482 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9152', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '1241', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1380', + ], + 4483 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9153', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1458', + 'placement' => '1242', + 'prev_word_id' => '1380', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1258', + ], + 4484 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9154', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1528', + 'placement' => '1243', + 'prev_word_id' => '1258', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1458', + ], + 4485 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9155', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '1244', + 'prev_word_id' => '1458', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1528', + ], + 4486 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9156', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1575', + 'placement' => '1245', + 'prev_word_id' => '1528', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 4487 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9157', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1349', + 'placement' => '1246', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1575', + ], + 4488 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9158', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '1247', + 'prev_word_id' => '1575', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1349', + ], + 4489 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9159', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1498', + 'placement' => '1248', + 'prev_word_id' => '1349', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1287', + ], + 4490 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9160', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1580', + 'placement' => '1249', + 'prev_word_id' => '1287', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1498', + ], + 4491 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9161', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1250', + 'prev_word_id' => '1498', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1580', + ], + 4492 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9162', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '850', + 'placement' => '1251', + 'prev_word_id' => '1580', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4493 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9163', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '1252', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '850', + ], + 4494 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9164', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1253', + 'prev_word_id' => '850', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '813', + ], + 4495 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9165', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1502', + 'placement' => '1254', + 'prev_word_id' => '813', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '814', + ], + 4496 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9166', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1264', + 'placement' => '1255', + 'prev_word_id' => '814', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1502', + ], + 4497 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9167', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '1256', + 'prev_word_id' => '1502', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1264', + ], + 4498 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9168', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '1257', + 'prev_word_id' => '1264', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4499 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9169', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1581', + 'placement' => '1258', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1443', + ], + 4500 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9170', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1582', + 'placement' => '1259', + 'prev_word_id' => '1443', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1581', + ], + 4501 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9171', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '1260', + 'prev_word_id' => '1581', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1582', + ], + 4502 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9172', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1251', + 'placement' => '1261', + 'prev_word_id' => '1582', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4503 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9173', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1252', + 'placement' => '1262', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1251', + ], + 4504 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9174', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '1263', + 'prev_word_id' => '1251', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1252', + ], + 4505 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9175', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1313', + 'placement' => '1264', + 'prev_word_id' => '1252', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 4506 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9176', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1265', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1313', + ], + 4507 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9177', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '1266', + 'prev_word_id' => '1313', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4508 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9178', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '870', + 'placement' => '1267', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4509 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9179', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '1268', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '870', + ], + 4510 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9180', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1418', + 'placement' => '1269', + 'prev_word_id' => '870', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '974', + ], + 4511 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9181', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '1270', + 'prev_word_id' => '974', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1418', + ], + 4512 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9182', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '1271', + 'prev_word_id' => '1418', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1323', + ], + 4513 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9183', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '1272', + 'prev_word_id' => '1323', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '893', + ], + 4514 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9184', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1282', + 'placement' => '1273', + 'prev_word_id' => '893', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4515 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9185', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '1274', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1282', + ], + 4516 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9186', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '1275', + 'prev_word_id' => '1282', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4517 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9187', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '1276', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1319', + ], + 4518 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9188', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1583', + 'placement' => '1277', + 'prev_word_id' => '1319', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '810', + ], + 4519 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9189', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1584', + 'placement' => '1278', + 'prev_word_id' => '810', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1583', + ], + 4520 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9190', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '1279', + 'prev_word_id' => '1583', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1584', + ], + 4521 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9191', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1295', + 'placement' => '1280', + 'prev_word_id' => '1584', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '823', + ], + 4522 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9192', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '1281', + 'prev_word_id' => '823', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1295', + ], + 4523 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9193', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1585', + 'placement' => '1282', + 'prev_word_id' => '1295', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '886', + ], + 4524 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9194', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '917', + 'placement' => '1283', + 'prev_word_id' => '886', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1585', + ], + 4525 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9195', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '1284', + 'prev_word_id' => '1585', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '917', + ], + 4526 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9196', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '1285', + 'prev_word_id' => '917', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '809', + ], + 4527 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9197', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1586', + 'placement' => '1286', + 'prev_word_id' => '809', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1318', + ], + 4528 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9198', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1587', + 'placement' => '1287', + 'prev_word_id' => '1318', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1586', + ], + 4529 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9199', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '1288', + 'prev_word_id' => '1586', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1587', + ], + 4530 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9200', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '1289', + 'prev_word_id' => '1587', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '801', + ], + 4531 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9201', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1290', + 'prev_word_id' => '801', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '881', + ], + 4532 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9202', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '1291', + 'prev_word_id' => '881', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '802', + ], + 4533 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9203', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '1292', + 'prev_word_id' => '802', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '803', + ], + 4534 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9204', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '1293', + 'prev_word_id' => '803', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '863', + ], + 4535 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9205', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1322', + 'placement' => '1294', + 'prev_word_id' => '863', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '974', + ], + 4536 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9206', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '1295', + 'prev_word_id' => '974', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1322', + ], + 4537 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9207', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '1296', + 'prev_word_id' => '1322', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1323', + ], + 4538 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9208', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1528', + 'placement' => '1297', + 'prev_word_id' => '1323', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '804', + ], + 4539 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9209', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '1298', + 'prev_word_id' => '804', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1528', + ], + 4540 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9210', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '1299', + 'prev_word_id' => '1528', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '805', + ], + 4541 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9211', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '1300', + 'prev_word_id' => '805', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '816', + ], + 4542 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9212', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '1301', + 'prev_word_id' => '816', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '894', + ], + 4543 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9213', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '1302', + 'prev_word_id' => '894', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1191', + ], + 4544 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '107', + 'frequency' => '0', + 'id' => '9214', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1303', + 'prev_word_id' => '1191', + 'published' => '1311154185', + 'section_id' => '1', + 'word_id' => '1191', + ], + 4545 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9215', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '936', + ], + 4546 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9216', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '1', + 'prev_word_id' => '936', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4547 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9217', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '2', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '881', + ], + 4548 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9218', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '3', + 'prev_word_id' => '881', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 4549 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9219', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '4', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4550 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9220', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '5', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 4551 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9221', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1530', + 'placement' => '6', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4552 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9222', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '7', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1530', + ], + 4553 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9223', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '8', + 'prev_word_id' => '1530', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '809', + ], + 4554 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9224', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1588', + 'placement' => '9', + 'prev_word_id' => '809', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '810', + ], + 4555 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9225', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '10', + 'prev_word_id' => '810', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1588', + ], + 4556 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9226', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '11', + 'prev_word_id' => '1588', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '813', + ], + 4557 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9227', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1368', + 'placement' => '12', + 'prev_word_id' => '813', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1370', + ], + 4558 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9228', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '13', + 'prev_word_id' => '1370', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1368', + ], + 4559 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9229', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '14', + 'prev_word_id' => '1368', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '813', + ], + 4560 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9230', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1084', + 'placement' => '15', + 'prev_word_id' => '813', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4561 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9231', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1589', + 'placement' => '16', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1084', + ], + 4562 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9232', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '17', + 'prev_word_id' => '1084', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1589', + ], + 4563 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9233', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '18', + 'prev_word_id' => '1589', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1437', + ], + 4564 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9234', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '19', + 'prev_word_id' => '1437', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4565 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9235', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1590', + 'placement' => '20', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 4566 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9236', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1591', + 'placement' => '21', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1590', + ], + 4567 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9237', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '22', + 'prev_word_id' => '1590', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1591', + ], + 4568 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9238', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '23', + 'prev_word_id' => '1591', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4569 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9239', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '857', + 'placement' => '24', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4570 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9240', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '25', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '857', + ], + 4571 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9241', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '26', + 'prev_word_id' => '857', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4572 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9242', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '27', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4573 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9243', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '28', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '848', + ], + 4574 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9244', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '29', + 'prev_word_id' => '848', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4575 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9245', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1592', + 'placement' => '30', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '841', + ], + 4576 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9246', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '31', + 'prev_word_id' => '841', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1592', + ], + 4577 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9247', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '32', + 'prev_word_id' => '1592', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4578 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9248', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '33', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4579 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9249', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1489', + 'placement' => '34', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '848', + ], + 4580 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9250', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1593', + 'placement' => '35', + 'prev_word_id' => '848', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1489', + ], + 4581 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9251', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1594', + 'placement' => '36', + 'prev_word_id' => '1489', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1593', + ], + 4582 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9252', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '37', + 'prev_word_id' => '1593', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1594', + ], + 4583 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9253', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '38', + 'prev_word_id' => '1594', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4584 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9254', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '39', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4585 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9255', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '40', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1595', + ], + 4586 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9256', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '963', + 'placement' => '41', + 'prev_word_id' => '1595', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1596', + ], + 4587 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9257', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '42', + 'prev_word_id' => '1596', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '963', + ], + 4588 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9258', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1597', + 'placement' => '43', + 'prev_word_id' => '963', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '825', + ], + 4589 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9259', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1598', + 'placement' => '44', + 'prev_word_id' => '825', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1597', + ], + 4590 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9260', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1522', + 'placement' => '45', + 'prev_word_id' => '1597', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1598', + ], + 4591 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9261', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '46', + 'prev_word_id' => '1598', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1522', + ], + 4592 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9262', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '47', + 'prev_word_id' => '1522', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '933', + ], + 4593 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9263', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '48', + 'prev_word_id' => '933', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '945', + ], + 4594 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9264', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1599', + 'placement' => '49', + 'prev_word_id' => '945', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '841', + ], + 4595 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9265', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '50', + 'prev_word_id' => '841', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1599', + ], + 4596 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9266', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '51', + 'prev_word_id' => '1599', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1370', + ], + 4597 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9267', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '52', + 'prev_word_id' => '1370', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1481', + ], + 4598 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9268', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '53', + 'prev_word_id' => '1481', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4599 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9269', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '54', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4600 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9270', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '55', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '848', + ], + 4601 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9271', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '56', + 'prev_word_id' => '848', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4602 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9272', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1592', + 'placement' => '57', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '841', + ], + 4603 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9273', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '58', + 'prev_word_id' => '841', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1592', + ], + 4604 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9274', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '59', + 'prev_word_id' => '1592', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '809', + ], + 4605 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9275', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '60', + 'prev_word_id' => '809', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 4606 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9276', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '61', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4607 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9277', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '62', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4608 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9278', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '63', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 4609 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9279', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '64', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4610 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9280', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '65', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4611 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9281', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '66', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1280', + ], + 4612 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9282', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1600', + 'placement' => '67', + 'prev_word_id' => '1280', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1337', + ], + 4613 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9283', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '68', + 'prev_word_id' => '1337', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1600', + ], + 4614 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9284', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '963', + 'placement' => '69', + 'prev_word_id' => '1600', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 4615 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9285', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1601', + 'placement' => '70', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '963', + ], + 4616 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9286', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '71', + 'prev_word_id' => '963', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1601', + ], + 4617 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9287', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '72', + 'prev_word_id' => '1601', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '848', + ], + 4618 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9288', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '73', + 'prev_word_id' => '848', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4619 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9289', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1592', + 'placement' => '74', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '841', + ], + 4620 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9290', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1602', + 'placement' => '75', + 'prev_word_id' => '841', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1592', + ], + 4621 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9291', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '76', + 'prev_word_id' => '1592', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1602', + ], + 4622 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9292', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '77', + 'prev_word_id' => '1602', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4623 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9293', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1603', + 'placement' => '78', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '821', + ], + 4624 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9294', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '79', + 'prev_word_id' => '821', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1603', + ], + 4625 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9295', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1603', + 'placement' => '80', + 'prev_word_id' => '1603', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '804', + ], + 4626 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9296', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1604', + 'placement' => '81', + 'prev_word_id' => '804', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1603', + ], + 4627 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9297', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '82', + 'prev_word_id' => '1603', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1604', + ], + 4628 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9298', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '83', + 'prev_word_id' => '1604', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1605', + ], + 4629 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9299', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1499', + 'placement' => '84', + 'prev_word_id' => '1605', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4630 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9300', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '85', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1499', + ], + 4631 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9301', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '86', + 'prev_word_id' => '1499', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 4632 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9302', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1606', + 'placement' => '87', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 4633 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9303', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '88', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1606', + ], + 4634 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9304', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '89', + 'prev_word_id' => '1606', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4635 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9305', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '90', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4636 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9306', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1607', + 'placement' => '91', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4637 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9307', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1608', + 'placement' => '92', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1607', + ], + 4638 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9308', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '93', + 'prev_word_id' => '1607', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1608', + ], + 4639 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9309', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1594', + 'placement' => '94', + 'prev_word_id' => '1608', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4640 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9310', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '95', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1594', + ], + 4641 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9311', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1610', + 'placement' => '96', + 'prev_word_id' => '1594', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1609', + ], + 4642 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9312', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '97', + 'prev_word_id' => '1609', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1610', + ], + 4643 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9313', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '98', + 'prev_word_id' => '1610', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '813', + ], + 4644 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9314', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '99', + 'prev_word_id' => '813', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4645 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9315', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '857', + 'placement' => '100', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4646 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9316', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '101', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '857', + ], + 4647 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9317', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '102', + 'prev_word_id' => '857', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '932', + ], + 4648 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9318', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '103', + 'prev_word_id' => '932', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '805', + ], + 4649 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9319', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1611', + 'placement' => '104', + 'prev_word_id' => '805', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '810', + ], + 4650 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9320', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '105', + 'prev_word_id' => '810', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1611', + ], + 4651 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9321', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1612', + 'placement' => '106', + 'prev_word_id' => '1611', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '932', + ], + 4652 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9322', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '870', + 'placement' => '107', + 'prev_word_id' => '932', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1612', + ], + 4653 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9323', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '108', + 'prev_word_id' => '1612', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '870', + ], + 4654 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9324', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '109', + 'prev_word_id' => '870', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4655 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9325', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1504', + 'placement' => '110', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '821', + ], + 4656 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9326', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1613', + 'placement' => '111', + 'prev_word_id' => '821', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1504', + ], + 4657 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9327', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1614', + 'placement' => '112', + 'prev_word_id' => '1504', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1613', + ], + 4658 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9328', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1615', + 'placement' => '113', + 'prev_word_id' => '1613', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1614', + ], + 4659 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9329', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1616', + 'placement' => '114', + 'prev_word_id' => '1614', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1615', + ], + 4660 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9330', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1617', + 'placement' => '115', + 'prev_word_id' => '1615', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1616', + ], + 4661 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9331', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1618', + 'placement' => '116', + 'prev_word_id' => '1616', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1617', + ], + 4662 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9332', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1505', + 'placement' => '117', + 'prev_word_id' => '1617', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1618', + ], + 4663 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9333', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '118', + 'prev_word_id' => '1618', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1505', + ], + 4664 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9334', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1489', + 'placement' => '119', + 'prev_word_id' => '1505', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4665 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9335', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1619', + 'placement' => '120', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1489', + ], + 4666 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9336', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '121', + 'prev_word_id' => '1489', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1619', + ], + 4667 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9337', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '122', + 'prev_word_id' => '1619', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1620', + ], + 4668 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9338', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '123', + 'prev_word_id' => '1620', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4669 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9339', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '124', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4670 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9340', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '125', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '848', + ], + 4671 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9341', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1621', + 'placement' => '126', + 'prev_word_id' => '848', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4672 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9342', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1489', + 'placement' => '127', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1621', + ], + 4673 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9343', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1622', + 'placement' => '128', + 'prev_word_id' => '1621', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1489', + ], + 4674 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9344', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '129', + 'prev_word_id' => '1489', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1622', + ], + 4675 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9345', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '130', + 'prev_word_id' => '1622', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1384', + ], + 4676 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9346', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1623', + 'placement' => '131', + 'prev_word_id' => '1384', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4677 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9347', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1508', + 'placement' => '132', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1623', + ], + 4678 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9348', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1624', + 'placement' => '133', + 'prev_word_id' => '1623', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1508', + ], + 4679 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9349', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1601', + 'placement' => '134', + 'prev_word_id' => '1508', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1624', + ], + 4680 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9350', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '135', + 'prev_word_id' => '1624', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1601', + ], + 4681 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9351', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1625', + 'placement' => '136', + 'prev_word_id' => '1601', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 4682 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9352', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1489', + 'placement' => '137', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1625', + ], + 4683 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9353', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '138', + 'prev_word_id' => '1625', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1489', + ], + 4684 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9354', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '139', + 'prev_word_id' => '1489', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4685 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9355', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1626', + 'placement' => '140', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '828', + ], + 4686 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9356', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '141', + 'prev_word_id' => '828', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1626', + ], + 4687 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9357', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1627', + 'placement' => '142', + 'prev_word_id' => '1626', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4688 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9358', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1628', + 'placement' => '143', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1627', + ], + 4689 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9359', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1429', + 'placement' => '144', + 'prev_word_id' => '1627', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1628', + ], + 4690 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9360', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1606', + 'placement' => '145', + 'prev_word_id' => '1628', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1429', + ], + 4691 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9361', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '146', + 'prev_word_id' => '1429', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1606', + ], + 4692 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9362', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '147', + 'prev_word_id' => '1606', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4693 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9363', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '148', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4694 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9364', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '149', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '939', + ], + 4695 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9365', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1629', + 'placement' => '150', + 'prev_word_id' => '939', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4696 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9366', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '151', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1629', + ], + 4697 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9367', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '152', + 'prev_word_id' => '1629', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '807', + ], + 4698 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9368', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '153', + 'prev_word_id' => '807', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4699 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9369', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '154', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 4700 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9370', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1630', + 'placement' => '155', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4701 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9371', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1489', + 'placement' => '156', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1630', + ], + 4702 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9372', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1622', + 'placement' => '157', + 'prev_word_id' => '1630', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1489', + ], + 4703 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9373', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1631', + 'placement' => '158', + 'prev_word_id' => '1489', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1622', + ], + 4704 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9374', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '159', + 'prev_word_id' => '1622', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1631', + ], + 4705 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9375', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '160', + 'prev_word_id' => '1631', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1605', + ], + 4706 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9376', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1632', + 'placement' => '161', + 'prev_word_id' => '1605', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4707 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9377', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '162', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1632', + ], + 4708 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9378', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '163', + 'prev_word_id' => '1632', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1318', + ], + 4709 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9379', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1633', + 'placement' => '164', + 'prev_word_id' => '1318', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1319', + ], + 4710 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9380', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '165', + 'prev_word_id' => '1319', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1633', + ], + 4711 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9381', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1634', + 'placement' => '166', + 'prev_word_id' => '1633', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '856', + ], + 4712 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9382', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '167', + 'prev_word_id' => '856', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1634', + ], + 4713 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9383', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '168', + 'prev_word_id' => '1634', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4714 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9384', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '169', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 4715 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9385', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '170', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1595', + ], + 4716 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9386', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1635', + 'placement' => '171', + 'prev_word_id' => '1595', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4717 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9387', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '172', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1635', + ], + 4718 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9388', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1636', + 'placement' => '173', + 'prev_word_id' => '1635', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1277', + ], + 4719 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9389', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '174', + 'prev_word_id' => '1277', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1636', + ], + 4720 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9390', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1637', + 'placement' => '175', + 'prev_word_id' => '1636', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '810', + ], + 4721 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9391', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1371', + 'placement' => '176', + 'prev_word_id' => '810', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1637', + ], + 4722 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9392', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '177', + 'prev_word_id' => '1637', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1371', + ], + 4723 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9393', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '178', + 'prev_word_id' => '1371', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4724 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9394', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1638', + 'placement' => '179', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4725 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9395', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1639', + 'placement' => '180', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1638', + ], + 4726 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9396', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '181', + 'prev_word_id' => '1638', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1639', + ], + 4727 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9397', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '182', + 'prev_word_id' => '1639', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '813', + ], + 4728 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9398', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '183', + 'prev_word_id' => '813', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4729 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9399', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '184', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '807', + ], + 4730 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9400', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1640', + 'placement' => '185', + 'prev_word_id' => '807', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4731 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9401', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '186', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1640', + ], + 4732 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9402', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1641', + 'placement' => '187', + 'prev_word_id' => '1640', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4733 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9403', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '188', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1641', + ], + 4734 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9404', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '874', + 'placement' => '189', + 'prev_word_id' => '1641', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1337', + ], + 4735 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9405', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '905', + 'placement' => '190', + 'prev_word_id' => '1337', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '874', + ], + 4736 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9406', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '191', + 'prev_word_id' => '874', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '905', + ], + 4737 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9407', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1404', + 'placement' => '192', + 'prev_word_id' => '905', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 4738 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9408', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '193', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1404', + ], + 4739 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9409', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1594', + 'placement' => '194', + 'prev_word_id' => '1404', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '976', + ], + 4740 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9410', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '195', + 'prev_word_id' => '976', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1594', + ], + 4741 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9411', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '196', + 'prev_word_id' => '1594', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4742 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9412', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '197', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4743 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9413', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '198', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1443', + ], + 4744 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9414', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '199', + 'prev_word_id' => '1443', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4745 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9415', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '200', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 4746 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9416', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '201', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 4747 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9417', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '202', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4748 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9418', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '203', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 4749 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9419', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1642', + 'placement' => '204', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '844', + ], + 4750 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9420', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '205', + 'prev_word_id' => '844', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1642', + ], + 4751 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9421', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '206', + 'prev_word_id' => '1642', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4752 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9422', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1643', + 'placement' => '207', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1596', + ], + 4753 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9423', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1276', + 'placement' => '208', + 'prev_word_id' => '1596', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1643', + ], + 4754 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9424', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1447', + 'placement' => '209', + 'prev_word_id' => '1643', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1276', + ], + 4755 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9425', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '210', + 'prev_word_id' => '1276', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1447', + ], + 4756 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9426', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '211', + 'prev_word_id' => '1447', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1290', + ], + 4757 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9427', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '212', + 'prev_word_id' => '1290', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '821', + ], + 4758 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9428', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1644', + 'placement' => '213', + 'prev_word_id' => '821', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4759 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9429', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '214', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1644', + ], + 4760 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9430', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1645', + 'placement' => '215', + 'prev_word_id' => '1644', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '805', + ], + 4761 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9431', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '216', + 'prev_word_id' => '805', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1645', + ], + 4762 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9432', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1646', + 'placement' => '217', + 'prev_word_id' => '1645', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 4763 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9433', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '218', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1646', + ], + 4764 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9434', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1647', + 'placement' => '219', + 'prev_word_id' => '1646', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '836', + ], + 4765 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9435', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '220', + 'prev_word_id' => '836', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1647', + ], + 4766 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9436', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1648', + 'placement' => '221', + 'prev_word_id' => '1647', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4767 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9437', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '222', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1648', + ], + 4768 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9438', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1649', + 'placement' => '223', + 'prev_word_id' => '1648', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '810', + ], + 4769 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9439', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1650', + 'placement' => '224', + 'prev_word_id' => '810', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1649', + ], + 4770 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9440', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1651', + 'placement' => '225', + 'prev_word_id' => '1649', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1650', + ], + 4771 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9441', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1643', + 'placement' => '226', + 'prev_word_id' => '1650', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1651', + ], + 4772 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9442', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '227', + 'prev_word_id' => '1651', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1643', + ], + 4773 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9443', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1652', + 'placement' => '228', + 'prev_word_id' => '1643', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 4774 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9444', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '229', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1652', + ], + 4775 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9445', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1653', + 'placement' => '230', + 'prev_word_id' => '1652', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '898', + ], + 4776 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9446', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1654', + 'placement' => '231', + 'prev_word_id' => '898', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1653', + ], + 4777 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9447', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '232', + 'prev_word_id' => '1653', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1654', + ], + 4778 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9448', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1655', + 'placement' => '233', + 'prev_word_id' => '1654', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4779 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9449', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '234', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1655', + ], + 4780 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9450', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '235', + 'prev_word_id' => '1655', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 4781 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9451', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '236', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1319', + ], + 4782 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9452', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '237', + 'prev_word_id' => '1319', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1290', + ], + 4783 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9453', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '238', + 'prev_word_id' => '1290', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '821', + ], + 4784 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9454', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '239', + 'prev_word_id' => '821', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '809', + ], + 4785 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9455', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '240', + 'prev_word_id' => '809', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4786 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9456', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1656', + 'placement' => '241', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 4787 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9457', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1643', + 'placement' => '242', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1656', + ], + 4788 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9458', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '243', + 'prev_word_id' => '1656', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1643', + ], + 4789 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9459', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '244', + 'prev_word_id' => '1643', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1605', + ], + 4790 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9460', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1657', + 'placement' => '245', + 'prev_word_id' => '1605', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '810', + ], + 4791 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9461', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1658', + 'placement' => '246', + 'prev_word_id' => '810', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1657', + ], + 4792 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9462', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '247', + 'prev_word_id' => '1657', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1658', + ], + 4793 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9463', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '248', + 'prev_word_id' => '1658', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '810', + ], + 4794 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9464', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '249', + 'prev_word_id' => '810', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1323', + ], + 4795 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9465', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1659', + 'placement' => '250', + 'prev_word_id' => '1323', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4796 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9466', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '251', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1659', + ], + 4797 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9467', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '252', + 'prev_word_id' => '1659', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 4798 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9468', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '253', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4799 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9469', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1660', + 'placement' => '254', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '886', + ], + 4800 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9470', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1661', + 'placement' => '255', + 'prev_word_id' => '886', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1660', + ], + 4801 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9471', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '256', + 'prev_word_id' => '1660', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1661', + ], + 4802 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9472', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '257', + 'prev_word_id' => '1661', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '893', + ], + 4803 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9473', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '258', + 'prev_word_id' => '893', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4804 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9474', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '259', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1319', + ], + 4805 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9475', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1662', + 'placement' => '260', + 'prev_word_id' => '1319', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1318', + ], + 4806 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9476', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1642', + 'placement' => '261', + 'prev_word_id' => '1318', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1662', + ], + 4807 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9477', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '262', + 'prev_word_id' => '1662', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1642', + ], + 4808 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9478', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '263', + 'prev_word_id' => '1642', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '901', + ], + 4809 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9479', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '264', + 'prev_word_id' => '901', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4810 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9480', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '265', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '836', + ], + 4811 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9481', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '266', + 'prev_word_id' => '836', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1396', + ], + 4812 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9482', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1663', + 'placement' => '267', + 'prev_word_id' => '1396', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '844', + ], + 4813 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9483', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '268', + 'prev_word_id' => '844', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1663', + ], + 4814 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9484', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '269', + 'prev_word_id' => '1663', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 4815 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9485', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '829', + 'placement' => '270', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4816 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9486', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '271', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '829', + ], + 4817 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9487', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '272', + 'prev_word_id' => '829', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1323', + ], + 4818 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9488', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '273', + 'prev_word_id' => '1323', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4819 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9489', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '274', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1318', + ], + 4820 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9490', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '275', + 'prev_word_id' => '1318', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '825', + ], + 4821 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9491', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1664', + 'placement' => '276', + 'prev_word_id' => '825', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1443', + ], + 4822 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9492', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '277', + 'prev_word_id' => '1443', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1664', + ], + 4823 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9493', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '278', + 'prev_word_id' => '1664', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '976', + ], + 4824 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9494', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1300', + 'placement' => '279', + 'prev_word_id' => '976', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4825 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9495', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '280', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1300', + ], + 4826 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9496', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '281', + 'prev_word_id' => '1300', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1605', + ], + 4827 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9497', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '282', + 'prev_word_id' => '1605', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4828 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9498', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '283', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '886', + ], + 4829 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9499', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '284', + 'prev_word_id' => '886', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1665', + ], + 4830 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9500', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '285', + 'prev_word_id' => '1665', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4831 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9501', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '286', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4832 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9502', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1666', + 'placement' => '287', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 4833 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9503', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '288', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1666', + ], + 4834 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9504', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1667', + 'placement' => '289', + 'prev_word_id' => '1666', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4835 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9505', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '290', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1667', + ], + 4836 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9506', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '291', + 'prev_word_id' => '1667', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4837 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9507', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '292', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1323', + ], + 4838 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9508', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '293', + 'prev_word_id' => '1323', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4839 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9509', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1668', + 'placement' => '294', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '886', + ], + 4840 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9510', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '295', + 'prev_word_id' => '886', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1668', + ], + 4841 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9511', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '296', + 'prev_word_id' => '1668', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1665', + ], + 4842 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9512', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '297', + 'prev_word_id' => '1665', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4843 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9513', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1594', + 'placement' => '298', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4844 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9514', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '299', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1594', + ], + 4845 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9515', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '300', + 'prev_word_id' => '1594', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '848', + ], + 4846 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9516', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '301', + 'prev_word_id' => '848', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1290', + ], + 4847 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9517', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '302', + 'prev_word_id' => '1290', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1323', + ], + 4848 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9518', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '303', + 'prev_word_id' => '1323', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4849 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9519', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '304', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1420', + ], + 4850 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9520', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '305', + 'prev_word_id' => '1420', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4851 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9521', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '306', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 4852 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9522', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '829', + 'placement' => '307', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4853 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9523', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '308', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '829', + ], + 4854 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9524', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '309', + 'prev_word_id' => '829', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1323', + ], + 4855 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9525', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1663', + 'placement' => '310', + 'prev_word_id' => '1323', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '805', + ], + 4856 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9526', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '311', + 'prev_word_id' => '805', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1663', + ], + 4857 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9527', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '312', + 'prev_word_id' => '1663', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1605', + ], + 4858 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9528', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '313', + 'prev_word_id' => '1605', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4859 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9529', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1313', + 'placement' => '314', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '886', + ], + 4860 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9530', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '315', + 'prev_word_id' => '886', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1313', + ], + 4861 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9531', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1669', + 'placement' => '316', + 'prev_word_id' => '1313', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4862 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9532', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '317', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1669', + ], + 4863 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9533', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '318', + 'prev_word_id' => '1669', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 4864 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9534', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1670', + 'placement' => '319', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4865 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9535', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '320', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1670', + ], + 4866 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9536', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1671', + 'placement' => '321', + 'prev_word_id' => '1670', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1605', + ], + 4867 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9537', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '322', + 'prev_word_id' => '1605', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1671', + ], + 4868 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9538', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1672', + 'placement' => '323', + 'prev_word_id' => '1671', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4869 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9539', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '324', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1672', + ], + 4870 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9540', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1314', + 'placement' => '325', + 'prev_word_id' => '1672', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4871 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9541', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '326', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1314', + ], + 4872 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9542', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '327', + 'prev_word_id' => '1314', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4873 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9543', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '328', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 4874 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9544', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '329', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '882', + ], + 4875 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9545', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '330', + 'prev_word_id' => '882', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '881', + ], + 4876 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9546', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1673', + 'placement' => '331', + 'prev_word_id' => '881', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4877 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9547', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '332', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1673', + ], + 4878 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9548', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '333', + 'prev_word_id' => '1673', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 4879 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9549', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1674', + 'placement' => '334', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4880 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9550', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '335', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1674', + ], + 4881 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9551', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '336', + 'prev_word_id' => '1674', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '815', + ], + 4882 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9552', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1422', + 'placement' => '337', + 'prev_word_id' => '815', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4883 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9553', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '338', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1422', + ], + 4884 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9554', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1675', + 'placement' => '339', + 'prev_word_id' => '1422', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4885 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9555', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '340', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1675', + ], + 4886 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9556', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1676', + 'placement' => '341', + 'prev_word_id' => '1675', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4887 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9557', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1677', + 'placement' => '342', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1676', + ], + 4888 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9558', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '343', + 'prev_word_id' => '1676', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1677', + ], + 4889 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9559', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '344', + 'prev_word_id' => '1677', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 4890 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9560', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '829', + 'placement' => '345', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4891 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9561', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '346', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '829', + ], + 4892 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9562', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '347', + 'prev_word_id' => '829', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1323', + ], + 4893 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9563', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1678', + 'placement' => '348', + 'prev_word_id' => '1323', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1596', + ], + 4894 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9564', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1679', + 'placement' => '349', + 'prev_word_id' => '1596', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1678', + ], + 4895 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9565', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '350', + 'prev_word_id' => '1678', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1679', + ], + 4896 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9566', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '351', + 'prev_word_id' => '1679', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 4897 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9567', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1680', + 'placement' => '352', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '844', + ], + 4898 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9568', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '353', + 'prev_word_id' => '844', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1680', + ], + 4899 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9569', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1681', + 'placement' => '354', + 'prev_word_id' => '1680', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '816', + ], + 4900 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9570', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '355', + 'prev_word_id' => '816', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1681', + ], + 4901 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9571', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '356', + 'prev_word_id' => '1681', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1263', + ], + 4902 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9572', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1682', + 'placement' => '357', + 'prev_word_id' => '1263', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1008', + ], + 4903 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9573', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '358', + 'prev_word_id' => '1008', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1682', + ], + 4904 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9574', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '359', + 'prev_word_id' => '1682', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4905 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9575', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '360', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 4906 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9576', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '361', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1319', + ], + 4907 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9577', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1683', + 'placement' => '362', + 'prev_word_id' => '1319', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '898', + ], + 4908 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9578', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1684', + 'placement' => '363', + 'prev_word_id' => '898', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1683', + ], + 4909 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9579', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '364', + 'prev_word_id' => '1683', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1684', + ], + 4910 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9580', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '365', + 'prev_word_id' => '1684', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1685', + ], + 4911 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9581', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '366', + 'prev_word_id' => '1685', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '809', + ], + 4912 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9582', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1686', + 'placement' => '367', + 'prev_word_id' => '809', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '810', + ], + 4913 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9583', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '368', + 'prev_word_id' => '810', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1686', + ], + 4914 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9584', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1415', + 'placement' => '369', + 'prev_word_id' => '1686', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1685', + ], + 4915 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9585', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '370', + 'prev_word_id' => '1685', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1415', + ], + 4916 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9586', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '371', + 'prev_word_id' => '1415', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '882', + ], + 4917 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9587', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '372', + 'prev_word_id' => '882', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '939', + ], + 4918 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9588', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1391', + 'placement' => '373', + 'prev_word_id' => '939', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '810', + ], + 4919 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9589', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1458', + 'placement' => '374', + 'prev_word_id' => '810', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1391', + ], + 4920 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9590', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '375', + 'prev_word_id' => '1391', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1458', + ], + 4921 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9591', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '376', + 'prev_word_id' => '1458', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '809', + ], + 4922 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9592', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1686', + 'placement' => '377', + 'prev_word_id' => '809', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '810', + ], + 4923 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9593', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1687', + 'placement' => '378', + 'prev_word_id' => '810', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1686', + ], + 4924 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9594', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '379', + 'prev_word_id' => '1686', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1687', + ], + 4925 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9595', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '380', + 'prev_word_id' => '1687', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '948', + ], + 4926 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9596', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '381', + 'prev_word_id' => '948', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '949', + ], + 4927 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9597', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '382', + 'prev_word_id' => '949', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1595', + ], + 4928 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9598', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '963', + 'placement' => '383', + 'prev_word_id' => '1595', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1596', + ], + 4929 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9599', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '384', + 'prev_word_id' => '1596', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '963', + ], + 4930 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9600', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1597', + 'placement' => '385', + 'prev_word_id' => '963', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '825', + ], + 4931 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9601', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '386', + 'prev_word_id' => '825', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1597', + ], + 4932 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9602', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '387', + 'prev_word_id' => '1597', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '893', + ], + 4933 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9603', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '973', + 'placement' => '388', + 'prev_word_id' => '893', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4934 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9604', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '389', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '973', + ], + 4935 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9605', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '390', + 'prev_word_id' => '973', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4936 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9606', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '391', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1595', + ], + 4937 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9607', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1414', + 'placement' => '392', + 'prev_word_id' => '1595', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '921', + ], + 4938 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9608', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '393', + 'prev_word_id' => '921', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1414', + ], + 4939 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9609', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1635', + 'placement' => '394', + 'prev_word_id' => '1414', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1290', + ], + 4940 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9610', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1598', + 'placement' => '395', + 'prev_word_id' => '1290', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1635', + ], + 4941 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9611', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '396', + 'prev_word_id' => '1635', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1598', + ], + 4942 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9612', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '397', + 'prev_word_id' => '1598', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4943 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9613', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '398', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '933', + ], + 4944 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9614', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '399', + 'prev_word_id' => '933', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '825', + ], + 4945 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9615', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1688', + 'placement' => '400', + 'prev_word_id' => '825', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '810', + ], + 4946 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9616', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '401', + 'prev_word_id' => '810', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1688', + ], + 4947 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9617', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '402', + 'prev_word_id' => '1688', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 4948 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9618', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '403', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4949 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9619', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '404', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1689', + ], + 4950 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9620', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '405', + 'prev_word_id' => '1689', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1690', + ], + 4951 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9621', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '406', + 'prev_word_id' => '1690', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1595', + ], + 4952 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9622', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '407', + 'prev_word_id' => '1595', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '815', + ], + 4953 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9623', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1295', + 'placement' => '408', + 'prev_word_id' => '815', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4954 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9624', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1691', + 'placement' => '409', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1295', + ], + 4955 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9625', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '410', + 'prev_word_id' => '1295', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1691', + ], + 4956 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9626', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '411', + 'prev_word_id' => '1691', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4957 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9627', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '412', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4958 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9628', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '973', + 'placement' => '413', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 4959 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9629', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '414', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '973', + ], + 4960 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9630', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '415', + 'prev_word_id' => '973', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '848', + ], + 4961 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9631', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1692', + 'placement' => '416', + 'prev_word_id' => '848', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4962 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9632', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '417', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1692', + ], + 4963 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9633', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '418', + 'prev_word_id' => '1692', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 4964 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9634', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '419', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '848', + ], + 4965 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9635', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1577', + 'placement' => '420', + 'prev_word_id' => '848', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4966 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9636', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1468', + 'placement' => '421', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1577', + ], + 4967 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9637', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '422', + 'prev_word_id' => '1577', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1468', + ], + 4968 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9638', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '423', + 'prev_word_id' => '1468', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 4969 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9639', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '424', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4970 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9640', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1693', + 'placement' => '425', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '805', + ], + 4971 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9641', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '426', + 'prev_word_id' => '805', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1693', + ], + 4972 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9642', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '427', + 'prev_word_id' => '1693', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 4973 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9643', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '428', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4974 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9644', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1694', + 'placement' => '429', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 4975 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9645', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '430', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1694', + ], + 4976 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9646', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1024', + 'placement' => '431', + 'prev_word_id' => '1694', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4977 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9647', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '432', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1024', + ], + 4978 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9648', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '433', + 'prev_word_id' => '1024', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '813', + ], + 4979 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9649', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1695', + 'placement' => '434', + 'prev_word_id' => '813', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 4980 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9650', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '435', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1695', + ], + 4981 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9651', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1696', + 'placement' => '436', + 'prev_word_id' => '1695', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 4982 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9652', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '437', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1696', + ], + 4983 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9653', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1697', + 'placement' => '438', + 'prev_word_id' => '1696', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 4984 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9654', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '439', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1697', + ], + 4985 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9655', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '905', + 'placement' => '440', + 'prev_word_id' => '1697', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '841', + ], + 4986 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9656', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1598', + 'placement' => '441', + 'prev_word_id' => '841', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '905', + ], + 4987 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9657', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1522', + 'placement' => '442', + 'prev_word_id' => '905', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1598', + ], + 4988 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9658', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '443', + 'prev_word_id' => '1598', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1522', + ], + 4989 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9659', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '444', + 'prev_word_id' => '1522', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 4990 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9660', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1646', + 'placement' => '445', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 4991 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9661', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '446', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1646', + ], + 4992 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9662', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '447', + 'prev_word_id' => '1646', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '836', + ], + 4993 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9663', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '448', + 'prev_word_id' => '836', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1685', + ], + 4994 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9664', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '449', + 'prev_word_id' => '1685', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 4995 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9665', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1598', + 'placement' => '450', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '939', + ], + 4996 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9666', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1522', + 'placement' => '451', + 'prev_word_id' => '939', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1598', + ], + 4997 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9667', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '452', + 'prev_word_id' => '1598', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1522', + ], + 4998 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9668', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '453', + 'prev_word_id' => '1522', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '809', + ], + 4999 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9669', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '454', + 'prev_word_id' => '809', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 5000 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9670', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '455', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1690', + ], + 5001 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9671', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '456', + 'prev_word_id' => '1690', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1595', + ], + 5002 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9672', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '457', + 'prev_word_id' => '1595', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '815', + ], + 5003 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9673', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '458', + 'prev_word_id' => '815', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 5004 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9674', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1698', + 'placement' => '459', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 5005 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9675', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '460', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1698', + ], + 5006 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9676', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1600', + 'placement' => '461', + 'prev_word_id' => '1698', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1384', + ], + 5007 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9677', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '462', + 'prev_word_id' => '1384', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1600', + ], + 5008 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9678', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1597', + 'placement' => '463', + 'prev_word_id' => '1600', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '825', + ], + 5009 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9679', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1497', + 'placement' => '464', + 'prev_word_id' => '825', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1597', + ], + 5010 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9680', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '465', + 'prev_word_id' => '1597', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1497', + ], + 5011 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9681', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '466', + 'prev_word_id' => '1497', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 5012 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9682', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '467', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 5013 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9683', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1699', + 'placement' => '468', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1396', + ], + 5014 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9684', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1700', + 'placement' => '469', + 'prev_word_id' => '1396', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1699', + ], + 5015 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9685', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '470', + 'prev_word_id' => '1699', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1700', + ], + 5016 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9686', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1701', + 'placement' => '471', + 'prev_word_id' => '1700', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 5017 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9687', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '472', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1701', + ], + 5018 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9688', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1600', + 'placement' => '473', + 'prev_word_id' => '1701', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 5019 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9689', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1702', + 'placement' => '474', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1600', + ], + 5020 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9690', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '475', + 'prev_word_id' => '1600', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1702', + ], + 5021 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9691', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '476', + 'prev_word_id' => '1702', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 5022 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9692', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1497', + 'placement' => '477', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 5023 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9693', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1703', + 'placement' => '478', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1497', + ], + 5024 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9694', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '479', + 'prev_word_id' => '1497', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1703', + ], + 5025 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9695', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '480', + 'prev_word_id' => '1703', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1277', + ], + 5026 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9696', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1522', + 'placement' => '481', + 'prev_word_id' => '1277', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 5027 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9697', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '482', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1522', + ], + 5028 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9698', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '895', + 'placement' => '483', + 'prev_word_id' => '1522', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 5029 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9699', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '484', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '895', + ], + 5030 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9700', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '962', + 'placement' => '485', + 'prev_word_id' => '895', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '881', + ], + 5031 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9701', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1704', + 'placement' => '486', + 'prev_word_id' => '881', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '962', + ], + 5032 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9702', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '487', + 'prev_word_id' => '962', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1704', + ], + 5033 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9703', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '488', + 'prev_word_id' => '1704', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 5034 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9704', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '489', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 5035 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9705', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '490', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '821', + ], + 5036 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9706', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '491', + 'prev_word_id' => '821', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '933', + ], + 5037 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9707', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1705', + 'placement' => '492', + 'prev_word_id' => '933', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '945', + ], + 5038 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9708', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '493', + 'prev_word_id' => '945', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1705', + ], + 5039 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9709', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '494', + 'prev_word_id' => '1705', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '810', + ], + 5040 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9710', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '495', + 'prev_word_id' => '810', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '933', + ], + 5041 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9711', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '496', + 'prev_word_id' => '933', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '805', + ], + 5042 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9712', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1024', + 'placement' => '497', + 'prev_word_id' => '805', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1420', + ], + 5043 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9713', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '498', + 'prev_word_id' => '1420', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1024', + ], + 5044 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9714', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '499', + 'prev_word_id' => '1024', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '813', + ], + 5045 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9715', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '500', + 'prev_word_id' => '813', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 5046 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9716', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '501', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 5047 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9717', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '502', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 5048 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9718', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '503', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '930', + ], + 5049 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9719', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '504', + 'prev_word_id' => '930', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '813', + ], + 5050 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9720', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '505', + 'prev_word_id' => '813', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 5051 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9721', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '506', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '821', + ], + 5052 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9722', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '507', + 'prev_word_id' => '821', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 5053 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9723', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '508', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 5054 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9724', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '509', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 5055 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9725', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '510', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 5056 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9726', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '511', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '881', + ], + 5057 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9727', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '512', + 'prev_word_id' => '881', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 5058 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9728', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '513', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 5059 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9729', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1706', + 'placement' => '514', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 5060 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9730', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '515', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1706', + ], + 5061 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9731', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1707', + 'placement' => '516', + 'prev_word_id' => '1706', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 5062 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9732', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '517', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1707', + ], + 5063 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9733', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '518', + 'prev_word_id' => '1707', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1609', + ], + 5064 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9734', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1700', + 'placement' => '519', + 'prev_word_id' => '1609', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '933', + ], + 5065 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9735', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '520', + 'prev_word_id' => '933', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1700', + ], + 5066 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9736', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '521', + 'prev_word_id' => '1700', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '816', + ], + 5067 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9737', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1708', + 'placement' => '522', + 'prev_word_id' => '816', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '841', + ], + 5068 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9738', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '523', + 'prev_word_id' => '841', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1708', + ], + 5069 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9739', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '524', + 'prev_word_id' => '1708', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '815', + ], + 5070 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9740', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '525', + 'prev_word_id' => '815', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '823', + ], + 5071 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9741', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '526', + 'prev_word_id' => '823', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '933', + ], + 5072 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9742', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1505', + 'placement' => '527', + 'prev_word_id' => '933', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '945', + ], + 5073 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9743', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '528', + 'prev_word_id' => '945', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1505', + ], + 5074 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9744', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1709', + 'placement' => '529', + 'prev_word_id' => '1505', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 5075 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9745', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '530', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1709', + ], + 5076 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9746', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1599', + 'placement' => '531', + 'prev_word_id' => '1709', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '841', + ], + 5077 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9747', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '532', + 'prev_word_id' => '841', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1599', + ], + 5078 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9748', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1710', + 'placement' => '533', + 'prev_word_id' => '1599', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1370', + ], + 5079 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9749', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1711', + 'placement' => '534', + 'prev_word_id' => '1370', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1710', + ], + 5080 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9750', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1253', + 'placement' => '535', + 'prev_word_id' => '1710', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1711', + ], + 5081 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9751', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '536', + 'prev_word_id' => '1711', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1253', + ], + 5082 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9752', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '537', + 'prev_word_id' => '1253', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '860', + ], + 5083 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9753', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1712', + 'placement' => '538', + 'prev_word_id' => '860', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 5084 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9754', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '539', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1712', + ], + 5085 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9755', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '540', + 'prev_word_id' => '1712', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '886', + ], + 5086 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9756', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1673', + 'placement' => '541', + 'prev_word_id' => '886', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1443', + ], + 5087 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9757', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '542', + 'prev_word_id' => '1443', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1673', + ], + 5088 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9758', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '543', + 'prev_word_id' => '1673', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 5089 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9759', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '544', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 5090 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9760', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '545', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 5091 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9761', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '906', + 'placement' => '546', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1370', + ], + 5092 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9762', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '547', + 'prev_word_id' => '1370', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '906', + ], + 5093 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9763', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '548', + 'prev_word_id' => '906', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 5094 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9764', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1344', + 'placement' => '549', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '930', + ], + 5095 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9765', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '550', + 'prev_word_id' => '930', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1344', + ], + 5096 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9766', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '846', + 'placement' => '551', + 'prev_word_id' => '1344', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 5097 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9767', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1316', + 'placement' => '552', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '846', + ], + 5098 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9768', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '553', + 'prev_word_id' => '846', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1316', + ], + 5099 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9769', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '554', + 'prev_word_id' => '1316', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1481', + ], + 5100 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9770', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '555', + 'prev_word_id' => '1481', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 5101 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9771', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '556', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '897', + ], + 5102 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9772', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '557', + 'prev_word_id' => '897', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1609', + ], + 5103 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9773', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '558', + 'prev_word_id' => '1609', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '830', + ], + 5104 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9774', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '559', + 'prev_word_id' => '830', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '976', + ], + 5105 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9775', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '560', + 'prev_word_id' => '976', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '974', + ], + 5106 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9776', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '561', + 'prev_word_id' => '974', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 5107 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9777', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '562', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 5108 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9778', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '563', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '807', + ], + 5109 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9779', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '564', + 'prev_word_id' => '807', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '894', + ], + 5110 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9780', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '565', + 'prev_word_id' => '894', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '843', + ], + 5111 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9781', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '566', + 'prev_word_id' => '843', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '881', + ], + 5112 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9782', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1612', + 'placement' => '567', + 'prev_word_id' => '881', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '814', + ], + 5113 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9783', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '568', + 'prev_word_id' => '814', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1612', + ], + 5114 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9784', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1713', + 'placement' => '569', + 'prev_word_id' => '1612', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1481', + ], + 5115 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9785', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '570', + 'prev_word_id' => '1481', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1713', + ], + 5116 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9786', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '571', + 'prev_word_id' => '1713', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '863', + ], + 5117 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9787', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '572', + 'prev_word_id' => '863', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 5118 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9788', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '573', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 5119 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9789', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1698', + 'placement' => '574', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '801', + ], + 5120 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9790', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '575', + 'prev_word_id' => '801', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1698', + ], + 5121 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9791', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '576', + 'prev_word_id' => '1698', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '921', + ], + 5122 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9792', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '577', + 'prev_word_id' => '921', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '815', + ], + 5123 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9793', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1699', + 'placement' => '578', + 'prev_word_id' => '815', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '833', + ], + 5124 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9794', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1547', + 'placement' => '579', + 'prev_word_id' => '833', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1699', + ], + 5125 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9795', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1714', + 'placement' => '580', + 'prev_word_id' => '1699', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1547', + ], + 5126 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9796', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1715', + 'placement' => '581', + 'prev_word_id' => '1547', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1714', + ], + 5127 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9797', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '582', + 'prev_word_id' => '1714', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1715', + ], + 5128 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9798', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '583', + 'prev_word_id' => '1715', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 5129 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9799', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '584', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '897', + ], + 5130 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9800', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '585', + 'prev_word_id' => '897', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '805', + ], + 5131 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9801', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '586', + 'prev_word_id' => '805', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '898', + ], + 5132 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9802', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '587', + 'prev_word_id' => '898', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1133', + ], + 5133 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9803', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1307', + 'placement' => '588', + 'prev_word_id' => '1133', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1481', + ], + 5134 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9804', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '589', + 'prev_word_id' => '1481', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1307', + ], + 5135 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9805', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '590', + 'prev_word_id' => '1307', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '816', + ], + 5136 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9806', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '591', + 'prev_word_id' => '816', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '802', + ], + 5137 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9807', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '592', + 'prev_word_id' => '802', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '803', + ], + 5138 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9808', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '593', + 'prev_word_id' => '803', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1191', + ], + 5139 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '108', + 'frequency' => '0', + 'id' => '9809', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '594', + 'prev_word_id' => '1191', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1191', + ], + 5140 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '109', + 'frequency' => '0', + 'id' => '9810', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5141 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '109', + 'frequency' => '0', + 'id' => '9811', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5142 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '110', + 'frequency' => '0', + 'id' => '9812', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5143 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '110', + 'frequency' => '0', + 'id' => '9813', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5144 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '111', + 'frequency' => '0', + 'id' => '9814', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5145 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '111', + 'frequency' => '0', + 'id' => '9815', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154186', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5146 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '112', + 'frequency' => '0', + 'id' => '9816', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5147 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '112', + 'frequency' => '0', + 'id' => '9817', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5148 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '113', + 'frequency' => '0', + 'id' => '9818', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5149 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '113', + 'frequency' => '0', + 'id' => '9819', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5150 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '114', + 'frequency' => '0', + 'id' => '9820', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5151 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '114', + 'frequency' => '0', + 'id' => '9821', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5152 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '115', + 'frequency' => '0', + 'id' => '9822', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5153 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '115', + 'frequency' => '0', + 'id' => '9823', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5154 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '116', + 'frequency' => '0', + 'id' => '9824', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5155 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '116', + 'frequency' => '0', + 'id' => '9825', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5156 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '117', + 'frequency' => '0', + 'id' => '9826', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5157 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '117', + 'frequency' => '0', + 'id' => '9827', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5158 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9828', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '936', + ], + 5159 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9829', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1717', + 'placement' => '1', + 'prev_word_id' => '936', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5160 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9830', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '2', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1717', + ], + 5161 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9831', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '3', + 'prev_word_id' => '1717', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '802', + ], + 5162 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9832', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '4', + 'prev_word_id' => '802', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '803', + ], + 5163 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9833', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1718', + 'placement' => '5', + 'prev_word_id' => '803', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5164 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9834', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '6', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1718', + ], + 5165 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9835', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '7', + 'prev_word_id' => '1718', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '894', + ], + 5166 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9836', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '817', + 'placement' => '8', + 'prev_word_id' => '894', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '809', + ], + 5167 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9837', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1719', + 'placement' => '9', + 'prev_word_id' => '809', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '817', + ], + 5168 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9838', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1720', + 'placement' => '10', + 'prev_word_id' => '817', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1719', + ], + 5169 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9839', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '11', + 'prev_word_id' => '1719', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1720', + ], + 5170 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9840', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '12', + 'prev_word_id' => '1720', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '974', + ], + 5171 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9841', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '13', + 'prev_word_id' => '974', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '821', + ], + 5172 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9842', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '14', + 'prev_word_id' => '821', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '802', + ], + 5173 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9843', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '15', + 'prev_word_id' => '802', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '803', + ], + 5174 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9844', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '16', + 'prev_word_id' => '803', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1689', + ], + 5175 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9845', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '17', + 'prev_word_id' => '1689', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1384', + ], + 5176 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9846', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '18', + 'prev_word_id' => '1384', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1370', + ], + 5177 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9847', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '906', + 'placement' => '19', + 'prev_word_id' => '1370', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1437', + ], + 5178 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9848', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '20', + 'prev_word_id' => '1437', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '906', + ], + 5179 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9849', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '21', + 'prev_word_id' => '906', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '836', + ], + 5180 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9850', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '22', + 'prev_word_id' => '836', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1685', + ], + 5181 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9851', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1717', + 'placement' => '23', + 'prev_word_id' => '1685', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5182 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9852', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1721', + 'placement' => '24', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1717', + ], + 5183 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9853', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '25', + 'prev_word_id' => '1717', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1721', + ], + 5184 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9854', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '26', + 'prev_word_id' => '1721', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5185 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9855', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '27', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5186 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9856', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '28', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '930', + ], + 5187 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9857', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '29', + 'prev_word_id' => '930', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '931', + ], + 5188 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9858', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1722', + 'placement' => '30', + 'prev_word_id' => '931', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '822', + ], + 5189 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9859', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '31', + 'prev_word_id' => '822', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1722', + ], + 5190 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9860', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '32', + 'prev_word_id' => '1722', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5191 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9861', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1719', + 'placement' => '33', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '856', + ], + 5192 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9862', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1723', + 'placement' => '34', + 'prev_word_id' => '856', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1719', + ], + 5193 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9863', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1724', + 'placement' => '35', + 'prev_word_id' => '1719', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1723', + ], + 5194 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9864', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '36', + 'prev_word_id' => '1723', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1724', + ], + 5195 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9865', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1725', + 'placement' => '37', + 'prev_word_id' => '1724', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5196 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9866', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1726', + 'placement' => '38', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1725', + ], + 5197 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9867', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '39', + 'prev_word_id' => '1725', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1726', + ], + 5198 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9868', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1727', + 'placement' => '40', + 'prev_word_id' => '1726', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5199 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9869', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '41', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1727', + ], + 5200 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9870', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1728', + 'placement' => '42', + 'prev_word_id' => '1727', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5201 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9871', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '43', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1728', + ], + 5202 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9872', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1729', + 'placement' => '44', + 'prev_word_id' => '1728', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5203 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9873', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '45', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1729', + ], + 5204 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9874', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '46', + 'prev_word_id' => '1729', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '945', + ], + 5205 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9875', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '47', + 'prev_word_id' => '945', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1690', + ], + 5206 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9876', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1730', + 'placement' => '48', + 'prev_word_id' => '1690', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5207 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9877', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '49', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1730', + ], + 5208 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9878', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1713', + 'placement' => '50', + 'prev_word_id' => '1730', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1481', + ], + 5209 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9879', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1731', + 'placement' => '51', + 'prev_word_id' => '1481', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1713', + ], + 5210 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9880', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '52', + 'prev_word_id' => '1713', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1731', + ], + 5211 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9881', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1732', + 'placement' => '53', + 'prev_word_id' => '1731', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5212 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9882', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '54', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1732', + ], + 5213 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9883', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1733', + 'placement' => '55', + 'prev_word_id' => '1732', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5214 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9884', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '56', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1733', + ], + 5215 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9885', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '57', + 'prev_word_id' => '1733', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '931', + ], + 5216 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9886', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '58', + 'prev_word_id' => '931', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '822', + ], + 5217 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9887', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '59', + 'prev_word_id' => '822', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5218 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9888', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '60', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5219 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9889', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '61', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5220 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9890', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '62', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5221 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9891', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '63', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5222 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9892', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '64', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '843', + ], + 5223 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9893', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1660', + 'placement' => '65', + 'prev_word_id' => '843', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '844', + ], + 5224 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9894', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '66', + 'prev_word_id' => '844', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1660', + ], + 5225 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9895', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1734', + 'placement' => '67', + 'prev_word_id' => '1660', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5226 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9896', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '68', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1734', + ], + 5227 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9897', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '918', + 'placement' => '69', + 'prev_word_id' => '1734', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '863', + ], + 5228 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9898', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1735', + 'placement' => '70', + 'prev_word_id' => '863', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '918', + ], + 5229 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9899', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '71', + 'prev_word_id' => '918', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1735', + ], + 5230 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9900', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '72', + 'prev_word_id' => '1735', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5231 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9901', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '73', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '931', + ], + 5232 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9902', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '74', + 'prev_word_id' => '931', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '822', + ], + 5233 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9903', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '75', + 'prev_word_id' => '822', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '805', + ], + 5234 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9904', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '862', + 'placement' => '76', + 'prev_word_id' => '805', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5235 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9905', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1490', + 'placement' => '77', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '862', + ], + 5236 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9906', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1639', + 'placement' => '78', + 'prev_word_id' => '862', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1490', + ], + 5237 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9907', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '79', + 'prev_word_id' => '1490', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1639', + ], + 5238 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9908', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1616', + 'placement' => '80', + 'prev_word_id' => '1639', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '822', + ], + 5239 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9909', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1733', + 'placement' => '81', + 'prev_word_id' => '822', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1616', + ], + 5240 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9910', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1736', + 'placement' => '82', + 'prev_word_id' => '1616', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1733', + ], + 5241 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9911', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '83', + 'prev_word_id' => '1733', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1736', + ], + 5242 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9912', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '84', + 'prev_word_id' => '1736', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '816', + ], + 5243 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9913', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '85', + 'prev_word_id' => '816', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5244 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9914', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '86', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '831', + ], + 5245 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9915', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '87', + 'prev_word_id' => '831', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5246 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9916', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '88', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1665', + ], + 5247 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9917', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1569', + 'placement' => '89', + 'prev_word_id' => '1665', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1410', + ], + 5248 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9918', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '90', + 'prev_word_id' => '1410', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1569', + ], + 5249 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9919', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '91', + 'prev_word_id' => '1569', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1410', + ], + 5250 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9920', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '92', + 'prev_word_id' => '1410', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5251 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9921', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1300', + 'placement' => '93', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '831', + ], + 5252 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9922', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1737', + 'placement' => '94', + 'prev_word_id' => '831', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1300', + ], + 5253 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9923', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '95', + 'prev_word_id' => '1300', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1737', + ], + 5254 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9924', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '96', + 'prev_word_id' => '1737', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5255 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9925', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '97', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '834', + ], + 5256 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9926', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '861', + 'placement' => '98', + 'prev_word_id' => '834', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '863', + ], + 5257 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9927', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1738', + 'placement' => '99', + 'prev_word_id' => '863', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '861', + ], + 5258 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9928', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '100', + 'prev_word_id' => '861', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1738', + ], + 5259 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9929', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '101', + 'prev_word_id' => '1738', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '894', + ], + 5260 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9930', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1739', + 'placement' => '102', + 'prev_word_id' => '894', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '843', + ], + 5261 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9931', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1740', + 'placement' => '103', + 'prev_word_id' => '843', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1739', + ], + 5262 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9932', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1741', + 'placement' => '104', + 'prev_word_id' => '1739', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1740', + ], + 5263 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9933', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '923', + 'placement' => '105', + 'prev_word_id' => '1740', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1741', + ], + 5264 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9934', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '106', + 'prev_word_id' => '1741', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '923', + ], + 5265 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9935', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '107', + 'prev_word_id' => '923', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5266 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9936', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '108', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5267 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9937', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '109', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '863', + ], + 5268 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9938', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '110', + 'prev_word_id' => '863', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5269 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9939', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '111', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '931', + ], + 5270 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9940', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1722', + 'placement' => '112', + 'prev_word_id' => '931', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '822', + ], + 5271 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9941', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1742', + 'placement' => '113', + 'prev_word_id' => '822', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1722', + ], + 5272 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9942', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '114', + 'prev_word_id' => '1722', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1742', + ], + 5273 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9943', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '115', + 'prev_word_id' => '1742', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '831', + ], + 5274 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9944', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '116', + 'prev_word_id' => '831', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5275 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9945', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1719', + 'placement' => '117', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '856', + ], + 5276 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9946', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '118', + 'prev_word_id' => '856', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1719', + ], + 5277 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9947', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '119', + 'prev_word_id' => '1719', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5278 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9948', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '120', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '802', + ], + 5279 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9949', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '121', + 'prev_word_id' => '802', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '803', + ], + 5280 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9950', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '122', + 'prev_word_id' => '803', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '856', + ], + 5281 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9951', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '123', + 'prev_word_id' => '856', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '832', + ], + 5282 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9952', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '124', + 'prev_word_id' => '832', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '805', + ], + 5283 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9953', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1743', + 'placement' => '125', + 'prev_word_id' => '805', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1690', + ], + 5284 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9954', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '126', + 'prev_word_id' => '1690', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1743', + ], + 5285 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9955', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '853', + 'placement' => '127', + 'prev_word_id' => '1743', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5286 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9956', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '854', + 'placement' => '128', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '853', + ], + 5287 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9957', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '129', + 'prev_word_id' => '853', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '854', + ], + 5288 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9958', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1744', + 'placement' => '130', + 'prev_word_id' => '854', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '804', + ], + 5289 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9959', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '131', + 'prev_word_id' => '804', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1744', + ], + 5290 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9960', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '132', + 'prev_word_id' => '1744', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1437', + ], + 5291 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9961', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '133', + 'prev_word_id' => '1437', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '894', + ], + 5292 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9962', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1745', + 'placement' => '134', + 'prev_word_id' => '894', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '843', + ], + 5293 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9963', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '135', + 'prev_word_id' => '843', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1745', + ], + 5294 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9964', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '136', + 'prev_word_id' => '1745', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5295 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9965', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '137', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '954', + ], + 5296 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9966', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '138', + 'prev_word_id' => '954', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '823', + ], + 5297 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9967', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '952', + 'placement' => '139', + 'prev_word_id' => '823', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5298 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9968', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '140', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '952', + ], + 5299 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9969', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '141', + 'prev_word_id' => '952', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5300 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9970', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '142', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '930', + ], + 5301 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9971', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '143', + 'prev_word_id' => '930', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '856', + ], + 5302 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9972', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '144', + 'prev_word_id' => '856', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5303 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9973', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1746', + 'placement' => '145', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5304 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9974', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '146', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1746', + ], + 5305 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9975', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1618', + 'placement' => '147', + 'prev_word_id' => '1746', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5306 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9976', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1651', + 'placement' => '148', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1618', + ], + 5307 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9977', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '149', + 'prev_word_id' => '1618', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1651', + ], + 5308 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9978', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1747', + 'placement' => '150', + 'prev_word_id' => '1651', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5309 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9979', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '151', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1747', + ], + 5310 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9980', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '152', + 'prev_word_id' => '1747', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5311 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9981', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '904', + 'placement' => '153', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '823', + ], + 5312 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9982', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '154', + 'prev_word_id' => '823', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '904', + ], + 5313 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9983', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '155', + 'prev_word_id' => '904', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5314 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9984', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1748', + 'placement' => '156', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '901', + ], + 5315 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9985', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '157', + 'prev_word_id' => '901', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1748', + ], + 5316 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9986', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '158', + 'prev_word_id' => '1748', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5317 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9987', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '159', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5318 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9988', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '160', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5319 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9989', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '161', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '816', + ], + 5320 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9990', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '162', + 'prev_word_id' => '816', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1749', + ], + 5321 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9991', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1750', + 'placement' => '163', + 'prev_word_id' => '1749', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '894', + ], + 5322 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9992', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '164', + 'prev_word_id' => '894', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1750', + ], + 5323 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9993', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1751', + 'placement' => '165', + 'prev_word_id' => '1750', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5324 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9994', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1752', + 'placement' => '166', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1751', + ], + 5325 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9995', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '167', + 'prev_word_id' => '1751', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1752', + ], + 5326 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9996', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '168', + 'prev_word_id' => '1752', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5327 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9997', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '169', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5328 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9998', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '170', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5329 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '9999', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '171', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5330 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10000', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '172', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1258', + ], + 5331 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10001', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1753', + 'placement' => '173', + 'prev_word_id' => '1258', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '823', + ], + 5332 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10002', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1385', + 'placement' => '174', + 'prev_word_id' => '823', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1753', + ], + 5333 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10003', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1723', + 'placement' => '175', + 'prev_word_id' => '1753', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1385', + ], + 5334 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10004', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '176', + 'prev_word_id' => '1385', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1723', + ], + 5335 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10005', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '177', + 'prev_word_id' => '1723', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '802', + ], + 5336 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10006', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1530', + 'placement' => '178', + 'prev_word_id' => '802', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '803', + ], + 5337 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10007', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '179', + 'prev_word_id' => '803', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1530', + ], + 5338 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10008', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '180', + 'prev_word_id' => '1530', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '809', + ], + 5339 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10009', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1612', + 'placement' => '181', + 'prev_word_id' => '809', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '898', + ], + 5340 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10010', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '182', + 'prev_word_id' => '898', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1612', + ], + 5341 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10011', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1754', + 'placement' => '183', + 'prev_word_id' => '1612', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '941', + ], + 5342 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10012', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '184', + 'prev_word_id' => '941', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1754', + ], + 5343 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10013', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '185', + 'prev_word_id' => '1754', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '898', + ], + 5344 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10014', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '186', + 'prev_word_id' => '898', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1749', + ], + 5345 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10015', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '187', + 'prev_word_id' => '1749', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5346 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10016', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '188', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '804', + ], + 5347 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10017', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '189', + 'prev_word_id' => '804', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '805', + ], + 5348 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10018', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1673', + 'placement' => '190', + 'prev_word_id' => '805', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5349 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10019', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '191', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1673', + ], + 5350 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10020', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1755', + 'placement' => '192', + 'prev_word_id' => '1673', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '863', + ], + 5351 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10021', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '193', + 'prev_word_id' => '863', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1755', + ], + 5352 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10022', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '194', + 'prev_word_id' => '1755', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '832', + ], + 5353 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10023', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1756', + 'placement' => '195', + 'prev_word_id' => '832', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1417', + ], + 5354 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10024', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '196', + 'prev_word_id' => '1417', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1756', + ], + 5355 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10025', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1757', + 'placement' => '197', + 'prev_word_id' => '1756', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '898', + ], + 5356 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10026', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1758', + 'placement' => '198', + 'prev_word_id' => '898', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1757', + ], + 5357 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10027', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '199', + 'prev_word_id' => '1757', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1758', + ], + 5358 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10028', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1759', + 'placement' => '200', + 'prev_word_id' => '1758', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5359 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10029', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '201', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1759', + ], + 5360 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10030', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '202', + 'prev_word_id' => '1759', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5361 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10031', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1760', + 'placement' => '203', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '844', + ], + 5362 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10032', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1275', + 'placement' => '204', + 'prev_word_id' => '844', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1760', + ], + 5363 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10033', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '205', + 'prev_word_id' => '1760', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1275', + ], + 5364 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10034', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '206', + 'prev_word_id' => '1275', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5365 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10035', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '207', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5366 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10036', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '208', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '932', + ], + 5367 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10037', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1761', + 'placement' => '209', + 'prev_word_id' => '932', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1689', + ], + 5368 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10038', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '210', + 'prev_word_id' => '1689', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1761', + ], + 5369 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10039', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1683', + 'placement' => '211', + 'prev_word_id' => '1761', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '898', + ], + 5370 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10040', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1762', + 'placement' => '212', + 'prev_word_id' => '898', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1683', + ], + 5371 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10041', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '213', + 'prev_word_id' => '1683', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1762', + ], + 5372 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10042', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '214', + 'prev_word_id' => '1762', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1437', + ], + 5373 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10043', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '215', + 'prev_word_id' => '1437', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '974', + ], + 5374 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10044', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '216', + 'prev_word_id' => '974', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5375 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10045', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '217', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1689', + ], + 5376 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10046', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1763', + 'placement' => '218', + 'prev_word_id' => '1689', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5377 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10047', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '219', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1763', + ], + 5378 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10048', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '220', + 'prev_word_id' => '1763', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1437', + ], + 5379 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10049', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '221', + 'prev_word_id' => '1437', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1443', + ], + 5380 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10050', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '222', + 'prev_word_id' => '1443', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5381 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10051', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '223', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1689', + ], + 5382 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10052', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1764', + 'placement' => '224', + 'prev_word_id' => '1689', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5383 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10053', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '225', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1764', + ], + 5384 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10054', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '226', + 'prev_word_id' => '1764', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1277', + ], + 5385 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10055', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '227', + 'prev_word_id' => '1277', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '898', + ], + 5386 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10056', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '228', + 'prev_word_id' => '898', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '932', + ], + 5387 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10057', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1765', + 'placement' => '229', + 'prev_word_id' => '932', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '863', + ], + 5388 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10058', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1766', + 'placement' => '230', + 'prev_word_id' => '863', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1765', + ], + 5389 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10059', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1586', + 'placement' => '231', + 'prev_word_id' => '1765', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1766', + ], + 5390 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10060', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1761', + 'placement' => '232', + 'prev_word_id' => '1766', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1586', + ], + 5391 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10061', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '233', + 'prev_word_id' => '1586', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1761', + ], + 5392 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10062', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '234', + 'prev_word_id' => '1761', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '836', + ], + 5393 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10063', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '235', + 'prev_word_id' => '836', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '843', + ], + 5394 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10064', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1549', + 'placement' => '236', + 'prev_word_id' => '843', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '844', + ], + 5395 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10065', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '237', + 'prev_word_id' => '844', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1549', + ], + 5396 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10066', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1767', + 'placement' => '238', + 'prev_word_id' => '1549', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1410', + ], + 5397 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10067', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1766', + 'placement' => '239', + 'prev_word_id' => '1410', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1767', + ], + 5398 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10068', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1586', + 'placement' => '240', + 'prev_word_id' => '1767', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1766', + ], + 5399 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10069', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1768', + 'placement' => '241', + 'prev_word_id' => '1766', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1586', + ], + 5400 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10070', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '242', + 'prev_word_id' => '1586', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1768', + ], + 5401 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10071', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '243', + 'prev_word_id' => '1768', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5402 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10072', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1761', + 'placement' => '244', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '844', + ], + 5403 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10073', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '245', + 'prev_word_id' => '844', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1761', + ], + 5404 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10074', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '246', + 'prev_word_id' => '1761', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '976', + ], + 5405 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10075', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '861', + 'placement' => '247', + 'prev_word_id' => '976', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5406 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10076', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1769', + 'placement' => '248', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '861', + ], + 5407 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10077', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '249', + 'prev_word_id' => '861', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1769', + ], + 5408 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10078', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '250', + 'prev_word_id' => '1769', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '893', + ], + 5409 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10079', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1770', + 'placement' => '251', + 'prev_word_id' => '893', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5410 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10080', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1056', + 'placement' => '252', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1770', + ], + 5411 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10081', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '253', + 'prev_word_id' => '1770', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1056', + ], + 5412 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10082', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1771', + 'placement' => '254', + 'prev_word_id' => '1056', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '805', + ], + 5413 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10083', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '255', + 'prev_word_id' => '805', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1771', + ], + 5414 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10084', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '256', + 'prev_word_id' => '1771', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1008', + ], + 5415 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10085', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '257', + 'prev_word_id' => '1008', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5416 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10086', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '258', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '932', + ], + 5417 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10087', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '259', + 'prev_word_id' => '932', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '836', + ], + 5418 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10088', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '260', + 'prev_word_id' => '836', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '843', + ], + 5419 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10089', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1549', + 'placement' => '261', + 'prev_word_id' => '843', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '844', + ], + 5420 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10090', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '262', + 'prev_word_id' => '844', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1549', + ], + 5421 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10091', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1772', + 'placement' => '263', + 'prev_word_id' => '1549', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1410', + ], + 5422 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10092', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '264', + 'prev_word_id' => '1410', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1772', + ], + 5423 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10093', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '265', + 'prev_word_id' => '1772', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '948', + ], + 5424 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10094', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '266', + 'prev_word_id' => '948', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '949', + ], + 5425 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10095', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '267', + 'prev_word_id' => '949', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1420', + ], + 5426 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10096', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '268', + 'prev_word_id' => '1420', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1749', + ], + 5427 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10097', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '269', + 'prev_word_id' => '1749', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '805', + ], + 5428 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10098', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1773', + 'placement' => '270', + 'prev_word_id' => '805', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5429 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10099', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1774', + 'placement' => '271', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1773', + ], + 5430 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10100', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1713', + 'placement' => '272', + 'prev_word_id' => '1773', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1774', + ], + 5431 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10101', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '273', + 'prev_word_id' => '1774', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1713', + ], + 5432 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10102', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '274', + 'prev_word_id' => '1713', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1417', + ], + 5433 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10103', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '275', + 'prev_word_id' => '1417', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '843', + ], + 5434 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10104', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '845', + 'placement' => '276', + 'prev_word_id' => '843', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '844', + ], + 5435 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10105', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '277', + 'prev_word_id' => '844', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '845', + ], + 5436 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10106', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1717', + 'placement' => '278', + 'prev_word_id' => '845', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5437 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10107', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1775', + 'placement' => '279', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1717', + ], + 5438 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10108', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '280', + 'prev_word_id' => '1717', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1775', + ], + 5439 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10109', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '281', + 'prev_word_id' => '1775', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '976', + ], + 5440 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10110', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '961', + 'placement' => '282', + 'prev_word_id' => '976', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5441 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10111', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '283', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '961', + ], + 5442 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10112', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1776', + 'placement' => '284', + 'prev_word_id' => '961', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5443 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10113', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '285', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1776', + ], + 5444 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10114', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '286', + 'prev_word_id' => '1776', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '856', + ], + 5445 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10115', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1777', + 'placement' => '287', + 'prev_word_id' => '856', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '816', + ], + 5446 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10116', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1778', + 'placement' => '288', + 'prev_word_id' => '816', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1777', + ], + 5447 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10117', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '289', + 'prev_word_id' => '1777', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1778', + ], + 5448 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10118', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '890', + 'placement' => '290', + 'prev_word_id' => '1778', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5449 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10119', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1779', + 'placement' => '291', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '890', + ], + 5450 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10120', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1517', + 'placement' => '292', + 'prev_word_id' => '890', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1779', + ], + 5451 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10121', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '293', + 'prev_word_id' => '1779', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1517', + ], + 5452 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10122', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1780', + 'placement' => '294', + 'prev_word_id' => '1517', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5453 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10123', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '950', + 'placement' => '295', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1780', + ], + 5454 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10124', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '296', + 'prev_word_id' => '1780', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '950', + ], + 5455 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10125', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1404', + 'placement' => '297', + 'prev_word_id' => '950', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5456 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10126', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '298', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1404', + ], + 5457 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10127', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1724', + 'placement' => '299', + 'prev_word_id' => '1404', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '976', + ], + 5458 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10128', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '300', + 'prev_word_id' => '976', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1724', + ], + 5459 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10129', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1725', + 'placement' => '301', + 'prev_word_id' => '1724', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5460 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10130', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1726', + 'placement' => '302', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1725', + ], + 5461 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10131', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1276', + 'placement' => '303', + 'prev_word_id' => '1725', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1726', + ], + 5462 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10132', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '304', + 'prev_word_id' => '1726', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1276', + ], + 5463 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10133', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '305', + 'prev_word_id' => '1276', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '856', + ], + 5464 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10134', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1781', + 'placement' => '306', + 'prev_word_id' => '856', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5465 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10135', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1562', + 'placement' => '307', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1781', + ], + 5466 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10136', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '308', + 'prev_word_id' => '1781', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1562', + ], + 5467 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10137', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '309', + 'prev_word_id' => '1562', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5468 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10138', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1606', + 'placement' => '310', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5469 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10139', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1782', + 'placement' => '311', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1606', + ], + 5470 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10140', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '312', + 'prev_word_id' => '1606', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1782', + ], + 5471 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10141', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '959', + 'placement' => '313', + 'prev_word_id' => '1782', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '823', + ], + 5472 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10142', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '314', + 'prev_word_id' => '823', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '959', + ], + 5473 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10143', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1765', + 'placement' => '315', + 'prev_word_id' => '959', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '863', + ], + 5474 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10144', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '316', + 'prev_word_id' => '863', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1765', + ], + 5475 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10145', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1503', + 'placement' => '317', + 'prev_word_id' => '1765', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5476 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10146', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '318', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1503', + ], + 5477 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10147', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1783', + 'placement' => '319', + 'prev_word_id' => '1503', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '816', + ], + 5478 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10148', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '320', + 'prev_word_id' => '816', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1783', + ], + 5479 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10149', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1784', + 'placement' => '321', + 'prev_word_id' => '1783', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '823', + ], + 5480 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10150', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '322', + 'prev_word_id' => '823', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1784', + ], + 5481 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10151', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '323', + 'prev_word_id' => '1784', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '863', + ], + 5482 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10152', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '324', + 'prev_word_id' => '863', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5483 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10153', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '325', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5484 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10154', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '326', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '802', + ], + 5485 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10155', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1702', + 'placement' => '327', + 'prev_word_id' => '802', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '803', + ], + 5486 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10156', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1785', + 'placement' => '328', + 'prev_word_id' => '803', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1702', + ], + 5487 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10157', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1786', + 'placement' => '329', + 'prev_word_id' => '1702', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1785', + ], + 5488 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10158', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '330', + 'prev_word_id' => '1785', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1786', + ], + 5489 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10159', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '331', + 'prev_word_id' => '1786', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5490 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10160', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '332', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1417', + ], + 5491 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10161', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1787', + 'placement' => '333', + 'prev_word_id' => '1417', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5492 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10162', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1788', + 'placement' => '334', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1787', + ], + 5493 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10163', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1789', + 'placement' => '335', + 'prev_word_id' => '1787', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1788', + ], + 5494 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10164', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '336', + 'prev_word_id' => '1788', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1789', + ], + 5495 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10165', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '337', + 'prev_word_id' => '1789', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1008', + ], + 5496 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10166', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '338', + 'prev_word_id' => '1008', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1417', + ], + 5497 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10167', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '339', + 'prev_word_id' => '1417', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '930', + ], + 5498 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10168', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1790', + 'placement' => '340', + 'prev_word_id' => '930', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '825', + ], + 5499 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10169', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1688', + 'placement' => '341', + 'prev_word_id' => '825', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1790', + ], + 5500 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10170', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '342', + 'prev_word_id' => '1790', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1688', + ], + 5501 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10171', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1791', + 'placement' => '343', + 'prev_word_id' => '1688', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5502 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10172', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '344', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1791', + ], + 5503 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10173', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1073', + 'placement' => '345', + 'prev_word_id' => '1791', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5504 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10174', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '346', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1073', + ], + 5505 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10175', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1792', + 'placement' => '347', + 'prev_word_id' => '1073', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5506 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10176', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '348', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1792', + ], + 5507 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10177', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '349', + 'prev_word_id' => '1792', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5508 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10178', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '350', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5509 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10179', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1793', + 'placement' => '351', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5510 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10180', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1056', + 'placement' => '352', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1793', + ], + 5511 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10181', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '353', + 'prev_word_id' => '1793', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1056', + ], + 5512 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10182', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1727', + 'placement' => '354', + 'prev_word_id' => '1056', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5513 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10183', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '355', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1727', + ], + 5514 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10184', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1728', + 'placement' => '356', + 'prev_word_id' => '1727', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5515 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10185', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '357', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1728', + ], + 5516 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10186', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '358', + 'prev_word_id' => '1728', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '945', + ], + 5517 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10187', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '359', + 'prev_word_id' => '945', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5518 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10188', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1504', + 'placement' => '360', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '805', + ], + 5519 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10189', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1794', + 'placement' => '361', + 'prev_word_id' => '805', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1504', + ], + 5520 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10190', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1447', + 'placement' => '362', + 'prev_word_id' => '1504', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1794', + ], + 5521 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10191', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '923', + 'placement' => '363', + 'prev_word_id' => '1794', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1447', + ], + 5522 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10192', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '364', + 'prev_word_id' => '1447', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '923', + ], + 5523 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10193', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '365', + 'prev_word_id' => '923', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '945', + ], + 5524 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10194', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1664', + 'placement' => '366', + 'prev_word_id' => '945', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1337', + ], + 5525 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10195', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '367', + 'prev_word_id' => '1337', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1664', + ], + 5526 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10196', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '368', + 'prev_word_id' => '1664', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '976', + ], + 5527 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10197', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1795', + 'placement' => '369', + 'prev_word_id' => '976', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '974', + ], + 5528 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10198', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '370', + 'prev_word_id' => '974', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1795', + ], + 5529 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10199', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1796', + 'placement' => '371', + 'prev_word_id' => '1795', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '894', + ], + 5530 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10200', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1797', + 'placement' => '372', + 'prev_word_id' => '894', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1796', + ], + 5531 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10201', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '373', + 'prev_word_id' => '1796', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1797', + ], + 5532 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10202', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '374', + 'prev_word_id' => '1797', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '901', + ], + 5533 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10203', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1798', + 'placement' => '375', + 'prev_word_id' => '901', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5534 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10204', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '376', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1798', + ], + 5535 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10205', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1799', + 'placement' => '377', + 'prev_word_id' => '1798', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '816', + ], + 5536 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10206', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1800', + 'placement' => '378', + 'prev_word_id' => '816', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1799', + ], + 5537 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10207', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '379', + 'prev_word_id' => '1799', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1800', + ], + 5538 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10208', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '924', + 'placement' => '380', + 'prev_word_id' => '1800', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '901', + ], + 5539 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10209', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '381', + 'prev_word_id' => '901', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '924', + ], + 5540 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10210', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '382', + 'prev_word_id' => '924', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '816', + ], + 5541 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10211', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1801', + 'placement' => '383', + 'prev_word_id' => '816', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '974', + ], + 5542 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10212', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '384', + 'prev_word_id' => '974', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1801', + ], + 5543 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10213', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '385', + 'prev_word_id' => '1801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5544 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10214', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '386', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '921', + ], + 5545 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10215', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '387', + 'prev_word_id' => '921', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '802', + ], + 5546 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10216', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '388', + 'prev_word_id' => '802', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '803', + ], + 5547 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10217', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '389', + 'prev_word_id' => '803', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1689', + ], + 5548 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10218', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1802', + 'placement' => '390', + 'prev_word_id' => '1689', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5549 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10219', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '391', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1802', + ], + 5550 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10220', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1713', + 'placement' => '392', + 'prev_word_id' => '1802', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5551 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10221', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '393', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1713', + ], + 5552 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10222', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1606', + 'placement' => '394', + 'prev_word_id' => '1713', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1437', + ], + 5553 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10223', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1803', + 'placement' => '395', + 'prev_word_id' => '1437', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1606', + ], + 5554 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10224', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '396', + 'prev_word_id' => '1606', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1803', + ], + 5555 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10225', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '397', + 'prev_word_id' => '1803', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5556 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10226', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1560', + 'placement' => '398', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '939', + ], + 5557 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10227', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '399', + 'prev_word_id' => '939', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1560', + ], + 5558 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10228', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1804', + 'placement' => '400', + 'prev_word_id' => '1560', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5559 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10229', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1601', + 'placement' => '401', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1804', + ], + 5560 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10230', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '402', + 'prev_word_id' => '1804', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1601', + ], + 5561 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10231', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1805', + 'placement' => '403', + 'prev_word_id' => '1601', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1277', + ], + 5562 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10232', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '404', + 'prev_word_id' => '1277', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1805', + ], + 5563 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10233', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1806', + 'placement' => '405', + 'prev_word_id' => '1805', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '954', + ], + 5564 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10234', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '406', + 'prev_word_id' => '954', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1806', + ], + 5565 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10235', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1729', + 'placement' => '407', + 'prev_word_id' => '1806', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5566 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10236', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '408', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1729', + ], + 5567 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10237', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1602', + 'placement' => '409', + 'prev_word_id' => '1729', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '945', + ], + 5568 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10238', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '410', + 'prev_word_id' => '945', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1602', + ], + 5569 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10239', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1729', + 'placement' => '411', + 'prev_word_id' => '1602', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5570 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10240', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '412', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1729', + ], + 5571 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10241', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1429', + 'placement' => '413', + 'prev_word_id' => '1729', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '945', + ], + 5572 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10242', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '414', + 'prev_word_id' => '945', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1429', + ], + 5573 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10243', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '415', + 'prev_word_id' => '1429', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '894', + ], + 5574 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10244', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '895', + 'placement' => '416', + 'prev_word_id' => '894', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '843', + ], + 5575 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10245', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '417', + 'prev_word_id' => '843', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '895', + ], + 5576 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10246', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '418', + 'prev_word_id' => '895', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '881', + ], + 5577 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10247', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1807', + 'placement' => '419', + 'prev_word_id' => '881', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5578 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10248', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '420', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1807', + ], + 5579 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10249', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '421', + 'prev_word_id' => '1807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5580 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10250', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1808', + 'placement' => '422', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5581 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10251', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1809', + 'placement' => '423', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1808', + ], + 5582 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10252', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1810', + 'placement' => '424', + 'prev_word_id' => '1808', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1809', + ], + 5583 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10253', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1811', + 'placement' => '425', + 'prev_word_id' => '1809', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1810', + ], + 5584 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10254', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '426', + 'prev_word_id' => '1810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1811', + ], + 5585 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10255', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '427', + 'prev_word_id' => '1811', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5586 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10256', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '428', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5587 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10257', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '429', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1437', + ], + 5588 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10258', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1122', + 'placement' => '430', + 'prev_word_id' => '1437', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '886', + ], + 5589 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10259', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '431', + 'prev_word_id' => '886', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1122', + ], + 5590 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10260', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1648', + 'placement' => '432', + 'prev_word_id' => '1122', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5591 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10261', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '433', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1648', + ], + 5592 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10262', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '434', + 'prev_word_id' => '1648', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '893', + ], + 5593 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10263', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1604', + 'placement' => '435', + 'prev_word_id' => '893', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5594 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10264', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '436', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1604', + ], + 5595 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10265', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '437', + 'prev_word_id' => '1604', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '825', + ], + 5596 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10266', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1812', + 'placement' => '438', + 'prev_word_id' => '825', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1596', + ], + 5597 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10267', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '439', + 'prev_word_id' => '1596', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1812', + ], + 5598 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10268', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1447', + 'placement' => '440', + 'prev_word_id' => '1812', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '894', + ], + 5599 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10269', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '441', + 'prev_word_id' => '894', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1447', + ], + 5600 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10270', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '442', + 'prev_word_id' => '1447', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1319', + ], + 5601 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10271', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1629', + 'placement' => '443', + 'prev_word_id' => '1319', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5602 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10272', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '444', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1629', + ], + 5603 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10273', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1683', + 'placement' => '445', + 'prev_word_id' => '1629', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5604 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10274', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1597', + 'placement' => '446', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1683', + ], + 5605 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10275', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1813', + 'placement' => '447', + 'prev_word_id' => '1683', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1597', + ], + 5606 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10276', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '448', + 'prev_word_id' => '1597', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1813', + ], + 5607 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10277', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1787', + 'placement' => '449', + 'prev_word_id' => '1813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5608 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10278', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '450', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1787', + ], + 5609 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10279', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '451', + 'prev_word_id' => '1787', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1396', + ], + 5610 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10280', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1814', + 'placement' => '452', + 'prev_word_id' => '1396', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '844', + ], + 5611 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10281', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '453', + 'prev_word_id' => '844', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1814', + ], + 5612 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10282', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '454', + 'prev_word_id' => '1814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '825', + ], + 5613 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10283', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1812', + 'placement' => '455', + 'prev_word_id' => '825', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1443', + ], + 5614 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10284', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '456', + 'prev_word_id' => '1443', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1812', + ], + 5615 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10285', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '457', + 'prev_word_id' => '1812', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1690', + ], + 5616 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10286', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1730', + 'placement' => '458', + 'prev_word_id' => '1690', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5617 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10287', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '459', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1730', + ], + 5618 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10288', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '826', + 'placement' => '460', + 'prev_word_id' => '1730', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1290', + ], + 5619 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10289', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '461', + 'prev_word_id' => '1290', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '826', + ], + 5620 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10290', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '462', + 'prev_word_id' => '826', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5621 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10291', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '463', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '802', + ], + 5622 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10292', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '464', + 'prev_word_id' => '802', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '803', + ], + 5623 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10293', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1815', + 'placement' => '465', + 'prev_word_id' => '803', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '843', + ], + 5624 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10294', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '466', + 'prev_word_id' => '843', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1815', + ], + 5625 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10295', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '467', + 'prev_word_id' => '1815', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1384', + ], + 5626 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10296', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1715', + 'placement' => '468', + 'prev_word_id' => '1384', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1816', + ], + 5627 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10297', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '469', + 'prev_word_id' => '1816', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1715', + ], + 5628 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10298', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '470', + 'prev_word_id' => '1715', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '809', + ], + 5629 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10299', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1817', + 'placement' => '471', + 'prev_word_id' => '809', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5630 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10300', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '472', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1817', + ], + 5631 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10301', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '895', + 'placement' => '473', + 'prev_word_id' => '1817', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5632 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10302', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '474', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '895', + ], + 5633 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10303', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '475', + 'prev_word_id' => '895', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '881', + ], + 5634 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10304', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '476', + 'prev_word_id' => '881', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5635 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10305', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '477', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '815', + ], + 5636 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10306', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '478', + 'prev_word_id' => '815', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5637 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10307', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1651', + 'placement' => '479', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '968', + ], + 5638 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10308', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '480', + 'prev_word_id' => '968', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1651', + ], + 5639 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10309', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '481', + 'prev_word_id' => '1651', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5640 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10310', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1818', + 'placement' => '482', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1816', + ], + 5641 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10311', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '483', + 'prev_word_id' => '1816', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1818', + ], + 5642 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10312', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '484', + 'prev_word_id' => '1818', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '894', + ], + 5643 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10313', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '485', + 'prev_word_id' => '894', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '843', + ], + 5644 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10314', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '486', + 'prev_word_id' => '843', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1319', + ], + 5645 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10315', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1819', + 'placement' => '487', + 'prev_word_id' => '1319', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '810', + ], + 5646 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10316', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1820', + 'placement' => '488', + 'prev_word_id' => '810', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1819', + ], + 5647 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10317', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '489', + 'prev_word_id' => '1819', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1820', + ], + 5648 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10318', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '490', + 'prev_word_id' => '1820', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5649 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10319', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '491', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1443', + ], + 5650 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10320', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1818', + 'placement' => '492', + 'prev_word_id' => '1443', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '974', + ], + 5651 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10321', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '493', + 'prev_word_id' => '974', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1818', + ], + 5652 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10322', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '494', + 'prev_word_id' => '1818', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5653 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10323', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1631', + 'placement' => '495', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '843', + ], + 5654 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10324', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1821', + 'placement' => '496', + 'prev_word_id' => '843', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1631', + ], + 5655 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10325', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '497', + 'prev_word_id' => '1631', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1821', + ], + 5656 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10326', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1730', + 'placement' => '498', + 'prev_word_id' => '1821', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '804', + ], + 5657 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10327', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1822', + 'placement' => '499', + 'prev_word_id' => '804', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1730', + ], + 5658 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10328', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '500', + 'prev_word_id' => '1730', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1822', + ], + 5659 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10329', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '501', + 'prev_word_id' => '1822', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '814', + ], + 5660 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10330', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1823', + 'placement' => '502', + 'prev_word_id' => '814', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '807', + ], + 5661 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10331', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '503', + 'prev_word_id' => '807', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1823', + ], + 5662 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10332', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1247', + 'placement' => '504', + 'prev_word_id' => '1823', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '831', + ], + 5663 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10333', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '505', + 'prev_word_id' => '831', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1247', + ], + 5664 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10334', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '506', + 'prev_word_id' => '1247', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '863', + ], + 5665 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10335', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '507', + 'prev_word_id' => '863', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '802', + ], + 5666 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10336', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1779', + 'placement' => '508', + 'prev_word_id' => '802', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '803', + ], + 5667 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10337', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1824', + 'placement' => '509', + 'prev_word_id' => '803', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1779', + ], + 5668 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10338', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '914', + 'placement' => '510', + 'prev_word_id' => '1779', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1824', + ], + 5669 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10339', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1686', + 'placement' => '511', + 'prev_word_id' => '1824', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '914', + ], + 5670 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10340', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '512', + 'prev_word_id' => '914', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1686', + ], + 5671 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10341', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '513', + 'prev_word_id' => '1686', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '831', + ], + 5672 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10342', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '514', + 'prev_word_id' => '831', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5673 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10343', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1713', + 'placement' => '515', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1481', + ], + 5674 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10344', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1731', + 'placement' => '516', + 'prev_word_id' => '1481', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1713', + ], + 5675 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10345', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '517', + 'prev_word_id' => '1713', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1731', + ], + 5676 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10346', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '518', + 'prev_word_id' => '1731', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '802', + ], + 5677 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10347', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1646', + 'placement' => '519', + 'prev_word_id' => '802', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '803', + ], + 5678 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10348', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '520', + 'prev_word_id' => '803', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1646', + ], + 5679 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10349', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '521', + 'prev_word_id' => '1646', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '836', + ], + 5680 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10350', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '522', + 'prev_word_id' => '836', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1685', + ], + 5681 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10351', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '523', + 'prev_word_id' => '1685', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '816', + ], + 5682 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10352', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '524', + 'prev_word_id' => '816', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '894', + ], + 5683 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10353', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '525', + 'prev_word_id' => '894', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '801', + ], + 5684 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10354', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '526', + 'prev_word_id' => '801', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '939', + ], + 5685 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10355', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '527', + 'prev_word_id' => '939', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '830', + ], + 5686 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10356', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '528', + 'prev_word_id' => '830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1437', + ], + 5687 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10357', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '529', + 'prev_word_id' => '1437', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1396', + ], + 5688 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10358', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1825', + 'placement' => '530', + 'prev_word_id' => '1396', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '844', + ], + 5689 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10359', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1826', + 'placement' => '531', + 'prev_word_id' => '844', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1825', + ], + 5690 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10360', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '532', + 'prev_word_id' => '1825', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1826', + ], + 5691 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10361', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '533', + 'prev_word_id' => '1826', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1008', + ], + 5692 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10362', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1827', + 'placement' => '534', + 'prev_word_id' => '1008', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1481', + ], + 5693 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10363', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1828', + 'placement' => '535', + 'prev_word_id' => '1481', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1827', + ], + 5694 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10364', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1829', + 'placement' => '536', + 'prev_word_id' => '1827', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1828', + ], + 5695 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10365', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1679', + 'placement' => '537', + 'prev_word_id' => '1828', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1829', + ], + 5696 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10366', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '538', + 'prev_word_id' => '1829', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1679', + ], + 5697 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10367', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '539', + 'prev_word_id' => '1679', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '833', + ], + 5698 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10368', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '540', + 'prev_word_id' => '833', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1685', + ], + 5699 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10369', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '541', + 'prev_word_id' => '1685', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '831', + ], + 5700 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10370', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1830', + 'placement' => '542', + 'prev_word_id' => '831', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '813', + ], + 5701 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10371', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1831', + 'placement' => '543', + 'prev_word_id' => '813', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1830', + ], + 5702 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10372', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1832', + 'placement' => '544', + 'prev_word_id' => '1830', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1831', + ], + 5703 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10373', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '545', + 'prev_word_id' => '1831', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1832', + ], + 5704 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10374', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '546', + 'prev_word_id' => '1832', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '886', + ], + 5705 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10375', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1673', + 'placement' => '547', + 'prev_word_id' => '886', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1443', + ], + 5706 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10376', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '548', + 'prev_word_id' => '1443', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1673', + ], + 5707 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10377', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '549', + 'prev_word_id' => '1673', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '863', + ], + 5708 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10378', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '550', + 'prev_word_id' => '863', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1370', + ], + 5709 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10379', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '551', + 'prev_word_id' => '1370', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1191', + ], + 5710 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '118', + 'frequency' => '0', + 'id' => '10380', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '552', + 'prev_word_id' => '1191', + 'published' => '1311154187', + 'section_id' => '1', + 'word_id' => '1191', + ], + 5711 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '119', + 'frequency' => '0', + 'id' => '10381', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154188', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5712 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '119', + 'frequency' => '0', + 'id' => '10382', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154188', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5713 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '120', + 'frequency' => '0', + 'id' => '10383', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154188', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5714 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '120', + 'frequency' => '0', + 'id' => '10384', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154188', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5715 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '121', + 'frequency' => '0', + 'id' => '10385', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154188', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5716 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '121', + 'frequency' => '0', + 'id' => '10386', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154188', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5717 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '122', + 'frequency' => '0', + 'id' => '10387', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154188', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5718 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '122', + 'frequency' => '0', + 'id' => '10388', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154188', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5719 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '123', + 'frequency' => '0', + 'id' => '10389', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5720 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '123', + 'frequency' => '0', + 'id' => '10390', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5721 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '124', + 'frequency' => '0', + 'id' => '10391', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5722 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '124', + 'frequency' => '0', + 'id' => '10392', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5723 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '125', + 'frequency' => '0', + 'id' => '10393', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5724 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '125', + 'frequency' => '0', + 'id' => '10394', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5725 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '126', + 'frequency' => '0', + 'id' => '10395', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5726 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '126', + 'frequency' => '0', + 'id' => '10396', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1716', + ], + 5727 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10397', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '936', + ], + 5728 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10398', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '937', + 'placement' => '1', + 'prev_word_id' => '936', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 5729 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10399', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '2', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '937', + ], + 5730 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10400', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '3', + 'prev_word_id' => '937', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '809', + ], + 5731 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10401', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '4', + 'prev_word_id' => '809', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 5732 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10402', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '5', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 5733 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10403', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '6', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 5734 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10404', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '7', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 5735 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10405', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '8', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 5736 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10406', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1414', + 'placement' => '9', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '921', + ], + 5737 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10407', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '10', + 'prev_word_id' => '921', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1414', + ], + 5738 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10408', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1833', + 'placement' => '11', + 'prev_word_id' => '1414', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 5739 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10409', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '978', + 'placement' => '12', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1833', + ], + 5740 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10410', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1415', + 'placement' => '13', + 'prev_word_id' => '1833', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '978', + ], + 5741 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10411', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '14', + 'prev_word_id' => '978', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1415', + ], + 5742 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10412', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '15', + 'prev_word_id' => '1415', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 5743 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10413', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '16', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '830', + ], + 5744 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10414', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1320', + 'placement' => '17', + 'prev_word_id' => '830', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '831', + ], + 5745 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10415', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '854', + 'placement' => '18', + 'prev_word_id' => '831', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1320', + ], + 5746 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10416', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '19', + 'prev_word_id' => '1320', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '854', + ], + 5747 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10417', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '20', + 'prev_word_id' => '854', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '976', + ], + 5748 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10418', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1834', + 'placement' => '21', + 'prev_word_id' => '976', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 5749 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10419', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '22', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1834', + ], + 5750 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10420', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '23', + 'prev_word_id' => '1834', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '943', + ], + 5751 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10421', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '837', + 'placement' => '24', + 'prev_word_id' => '943', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1437', + ], + 5752 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10422', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '25', + 'prev_word_id' => '1437', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '837', + ], + 5753 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10423', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '26', + 'prev_word_id' => '837', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1835', + ], + 5754 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10424', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1836', + 'placement' => '27', + 'prev_word_id' => '1835', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 5755 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10425', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '28', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1836', + ], + 5756 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10426', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1837', + 'placement' => '29', + 'prev_word_id' => '1836', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '833', + ], + 5757 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10427', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '30', + 'prev_word_id' => '833', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1837', + ], + 5758 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10428', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '31', + 'prev_word_id' => '1837', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 5759 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10429', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '32', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 5760 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10430', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '33', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5761 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10431', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '34', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '830', + ], + 5762 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10432', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1838', + 'placement' => '35', + 'prev_word_id' => '830', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1174', + ], + 5763 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10433', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '940', + 'placement' => '36', + 'prev_word_id' => '1174', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1838', + ], + 5764 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10434', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '37', + 'prev_word_id' => '1838', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '940', + ], + 5765 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10435', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1839', + 'placement' => '38', + 'prev_word_id' => '940', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '968', + ], + 5766 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10436', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '39', + 'prev_word_id' => '968', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1839', + ], + 5767 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10437', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1840', + 'placement' => '40', + 'prev_word_id' => '1839', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '833', + ], + 5768 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10438', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1547', + 'placement' => '41', + 'prev_word_id' => '833', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1840', + ], + 5769 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10439', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1548', + 'placement' => '42', + 'prev_word_id' => '1840', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1547', + ], + 5770 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10440', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1841', + 'placement' => '43', + 'prev_word_id' => '1547', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1548', + ], + 5771 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10441', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '44', + 'prev_word_id' => '1548', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1841', + ], + 5772 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10442', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1842', + 'placement' => '45', + 'prev_word_id' => '1841', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5773 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10443', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '46', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1842', + ], + 5774 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10444', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '846', + 'placement' => '47', + 'prev_word_id' => '1842', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1358', + ], + 5775 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10445', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '48', + 'prev_word_id' => '1358', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '846', + ], + 5776 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10446', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '49', + 'prev_word_id' => '846', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 5777 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10447', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '50', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 5778 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10448', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '51', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '938', + ], + 5779 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10449', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '52', + 'prev_word_id' => '938', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1417', + ], + 5780 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10450', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1843', + 'placement' => '53', + 'prev_word_id' => '1417', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '834', + ], + 5781 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10451', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '54', + 'prev_word_id' => '834', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1843', + ], + 5782 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10452', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '55', + 'prev_word_id' => '1843', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 5783 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10453', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '56', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 5784 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10454', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '57', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1258', + ], + 5785 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10455', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1237', + 'placement' => '58', + 'prev_word_id' => '1258', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '833', + ], + 5786 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10456', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '59', + 'prev_word_id' => '833', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1237', + ], + 5787 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10457', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '60', + 'prev_word_id' => '1237', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5788 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10458', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '61', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '830', + ], + 5789 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10459', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1838', + 'placement' => '62', + 'prev_word_id' => '830', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1174', + ], + 5790 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10460', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '63', + 'prev_word_id' => '1174', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1838', + ], + 5791 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10461', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1844', + 'placement' => '64', + 'prev_word_id' => '1838', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1609', + ], + 5792 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10462', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '65', + 'prev_word_id' => '1609', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1844', + ], + 5793 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10463', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '66', + 'prev_word_id' => '1844', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5794 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10464', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '67', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '830', + ], + 5795 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10465', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '68', + 'prev_word_id' => '830', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '863', + ], + 5796 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10466', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '69', + 'prev_word_id' => '863', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 5797 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10467', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '70', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 5798 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10468', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '71', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 5799 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10469', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '72', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 5800 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10470', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1683', + 'placement' => '73', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '830', + ], + 5801 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10471', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '74', + 'prev_word_id' => '830', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1683', + ], + 5802 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10472', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '75', + 'prev_word_id' => '1683', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1417', + ], + 5803 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10473', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '76', + 'prev_word_id' => '1417', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 5804 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10474', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1845', + 'placement' => '77', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '898', + ], + 5805 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10475', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '78', + 'prev_word_id' => '898', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1845', + ], + 5806 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10476', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '79', + 'prev_word_id' => '1845', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5807 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10477', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '80', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 5808 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10478', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '81', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '901', + ], + 5809 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10479', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '82', + 'prev_word_id' => '901', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '830', + ], + 5810 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10480', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '83', + 'prev_word_id' => '830', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1174', + ], + 5811 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10481', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '84', + 'prev_word_id' => '1174', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 5812 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10482', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '85', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '830', + ], + 5813 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10483', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '86', + 'prev_word_id' => '830', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1174', + ], + 5814 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10484', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '87', + 'prev_word_id' => '1174', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 5815 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10485', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1846', + 'placement' => '88', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 5816 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10486', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '89', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1846', + ], + 5817 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10487', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '90', + 'prev_word_id' => '1846', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5818 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10488', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1847', + 'placement' => '91', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '898', + ], + 5819 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10489', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1848', + 'placement' => '92', + 'prev_word_id' => '898', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1847', + ], + 5820 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10490', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1849', + 'placement' => '93', + 'prev_word_id' => '1847', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1848', + ], + 5821 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10491', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '94', + 'prev_word_id' => '1848', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1849', + ], + 5822 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10492', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1850', + 'placement' => '95', + 'prev_word_id' => '1849', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '836', + ], + 5823 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10493', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '96', + 'prev_word_id' => '836', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1850', + ], + 5824 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10494', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1706', + 'placement' => '97', + 'prev_word_id' => '1850', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1318', + ], + 5825 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10495', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '98', + 'prev_word_id' => '1318', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1706', + ], + 5826 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10496', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1851', + 'placement' => '99', + 'prev_word_id' => '1706', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1609', + ], + 5827 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10497', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1848', + 'placement' => '100', + 'prev_word_id' => '1609', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1851', + ], + 5828 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10498', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '101', + 'prev_word_id' => '1851', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1848', + ], + 5829 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10499', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '102', + 'prev_word_id' => '1848', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 5830 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10500', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '103', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '830', + ], + 5831 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10501', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '104', + 'prev_word_id' => '830', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1174', + ], + 5832 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10502', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1789', + 'placement' => '105', + 'prev_word_id' => '1174', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 5833 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10503', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '917', + 'placement' => '106', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1789', + ], + 5834 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10504', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '107', + 'prev_word_id' => '1789', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '917', + ], + 5835 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10505', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1852', + 'placement' => '108', + 'prev_word_id' => '917', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5836 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10506', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '109', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1852', + ], + 5837 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10507', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1853', + 'placement' => '110', + 'prev_word_id' => '1852', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5838 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10508', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '111', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1853', + ], + 5839 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10509', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '112', + 'prev_word_id' => '1853', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5840 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10510', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1854', + 'placement' => '113', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '898', + ], + 5841 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10511', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '114', + 'prev_word_id' => '898', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1854', + ], + 5842 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10512', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1855', + 'placement' => '115', + 'prev_word_id' => '1854', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '886', + ], + 5843 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10513', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '116', + 'prev_word_id' => '886', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1855', + ], + 5844 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10514', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '117', + 'prev_word_id' => '1855', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1008', + ], + 5845 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10515', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1856', + 'placement' => '118', + 'prev_word_id' => '1008', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5846 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10516', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '119', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1856', + ], + 5847 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10517', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '120', + 'prev_word_id' => '1856', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1437', + ], + 5848 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10518', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1857', + 'placement' => '121', + 'prev_word_id' => '1437', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 5849 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10519', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '122', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1857', + ], + 5850 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10520', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '123', + 'prev_word_id' => '1857', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '816', + ], + 5851 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10521', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '124', + 'prev_word_id' => '816', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1437', + ], + 5852 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10522', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1854', + 'placement' => '125', + 'prev_word_id' => '1437', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '901', + ], + 5853 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10523', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '126', + 'prev_word_id' => '901', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1854', + ], + 5854 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10524', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1858', + 'placement' => '127', + 'prev_word_id' => '1854', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1008', + ], + 5855 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10525', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '128', + 'prev_word_id' => '1008', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1858', + ], + 5856 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10526', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1859', + 'placement' => '129', + 'prev_word_id' => '1858', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1816', + ], + 5857 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10527', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '130', + 'prev_word_id' => '1816', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1859', + ], + 5858 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10528', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '131', + 'prev_word_id' => '1859', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '836', + ], + 5859 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10529', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '915', + 'placement' => '132', + 'prev_word_id' => '836', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 5860 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10530', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '133', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '915', + ], + 5861 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10531', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1860', + 'placement' => '134', + 'prev_word_id' => '915', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 5862 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10532', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1861', + 'placement' => '135', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1860', + ], + 5863 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10533', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1848', + 'placement' => '136', + 'prev_word_id' => '1860', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1861', + ], + 5864 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10534', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1798', + 'placement' => '137', + 'prev_word_id' => '1861', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1848', + ], + 5865 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10535', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '138', + 'prev_word_id' => '1848', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1798', + ], + 5866 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10536', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1862', + 'placement' => '139', + 'prev_word_id' => '1798', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5867 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10537', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1863', + 'placement' => '140', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1862', + ], + 5868 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10538', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1864', + 'placement' => '141', + 'prev_word_id' => '1862', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1863', + ], + 5869 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10539', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '142', + 'prev_word_id' => '1863', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1864', + ], + 5870 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10540', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1865', + 'placement' => '143', + 'prev_word_id' => '1864', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5871 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10541', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '144', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1865', + ], + 5872 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10542', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '145', + 'prev_word_id' => '1865', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5873 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10543', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '146', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 5874 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10544', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '147', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '830', + ], + 5875 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10545', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1684', + 'placement' => '148', + 'prev_word_id' => '830', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1174', + ], + 5876 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10546', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1336', + 'placement' => '149', + 'prev_word_id' => '1174', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1684', + ], + 5877 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10547', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '150', + 'prev_word_id' => '1684', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1336', + ], + 5878 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10548', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1756', + 'placement' => '151', + 'prev_word_id' => '1336', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1417', + ], + 5879 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10549', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '152', + 'prev_word_id' => '1417', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1756', + ], + 5880 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10550', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1848', + 'placement' => '153', + 'prev_word_id' => '1756', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 5881 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10551', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1849', + 'placement' => '154', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1848', + ], + 5882 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10552', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '155', + 'prev_word_id' => '1848', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1849', + ], + 5883 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10553', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1866', + 'placement' => '156', + 'prev_word_id' => '1849', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '816', + ], + 5884 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10554', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1517', + 'placement' => '157', + 'prev_word_id' => '816', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1866', + ], + 5885 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10555', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '158', + 'prev_word_id' => '1866', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1517', + ], + 5886 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10556', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '159', + 'prev_word_id' => '1517', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1337', + ], + 5887 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10557', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1867', + 'placement' => '160', + 'prev_word_id' => '1337', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '836', + ], + 5888 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10558', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '161', + 'prev_word_id' => '836', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1867', + ], + 5889 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10559', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1852', + 'placement' => '162', + 'prev_word_id' => '1867', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5890 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10560', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1310', + 'placement' => '163', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1852', + ], + 5891 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10561', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '164', + 'prev_word_id' => '1852', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1310', + ], + 5892 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10562', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1866', + 'placement' => '165', + 'prev_word_id' => '1310', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '816', + ], + 5893 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10563', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '166', + 'prev_word_id' => '816', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1866', + ], + 5894 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10564', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1868', + 'placement' => '167', + 'prev_word_id' => '1866', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5895 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10565', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '168', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1868', + ], + 5896 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10566', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1869', + 'placement' => '169', + 'prev_word_id' => '1868', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '898', + ], + 5897 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10567', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1677', + 'placement' => '170', + 'prev_word_id' => '898', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1869', + ], + 5898 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10568', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '171', + 'prev_word_id' => '1869', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1677', + ], + 5899 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10569', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '172', + 'prev_word_id' => '1677', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '833', + ], + 5900 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10570', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1851', + 'placement' => '173', + 'prev_word_id' => '833', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5901 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10571', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1870', + 'placement' => '174', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1851', + ], + 5902 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10572', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '175', + 'prev_word_id' => '1851', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1870', + ], + 5903 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10573', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '176', + 'prev_word_id' => '1870', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5904 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10574', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1336', + 'placement' => '177', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '898', + ], + 5905 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10575', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '940', + 'placement' => '178', + 'prev_word_id' => '898', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1336', + ], + 5906 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10576', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '179', + 'prev_word_id' => '1336', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '940', + ], + 5907 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10577', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1839', + 'placement' => '180', + 'prev_word_id' => '940', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '968', + ], + 5908 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10578', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '181', + 'prev_word_id' => '968', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1839', + ], + 5909 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10579', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1840', + 'placement' => '182', + 'prev_word_id' => '1839', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '833', + ], + 5910 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10580', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '183', + 'prev_word_id' => '833', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1840', + ], + 5911 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10581', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1471', + 'placement' => '184', + 'prev_word_id' => '1840', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5912 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10582', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1871', + 'placement' => '185', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1471', + ], + 5913 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10583', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '186', + 'prev_word_id' => '1471', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1871', + ], + 5914 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10584', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1342', + 'placement' => '187', + 'prev_word_id' => '1871', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '894', + ], + 5915 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10585', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '188', + 'prev_word_id' => '894', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1342', + ], + 5916 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10586', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1343', + 'placement' => '189', + 'prev_word_id' => '1342', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '844', + ], + 5917 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10587', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '190', + 'prev_word_id' => '844', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1343', + ], + 5918 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10588', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '191', + 'prev_word_id' => '1343', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 5919 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10589', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '192', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1317', + ], + 5920 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10590', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '193', + 'prev_word_id' => '1317', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 5921 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10591', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1739', + 'placement' => '194', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 5922 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10592', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '195', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1739', + ], + 5923 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10593', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1872', + 'placement' => '196', + 'prev_word_id' => '1739', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5924 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10594', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '197', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1872', + ], + 5925 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10595', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '198', + 'prev_word_id' => '1872', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5926 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10596', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '199', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '974', + ], + 5927 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10597', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '200', + 'prev_word_id' => '974', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 5928 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10598', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '201', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 5929 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10599', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '202', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '807', + ], + 5930 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10600', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '203', + 'prev_word_id' => '807', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '804', + ], + 5931 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10601', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '204', + 'prev_word_id' => '804', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '843', + ], + 5932 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10602', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1873', + 'placement' => '205', + 'prev_word_id' => '843', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '844', + ], + 5933 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10603', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '206', + 'prev_word_id' => '844', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1873', + ], + 5934 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10604', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1874', + 'placement' => '207', + 'prev_word_id' => '1873', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1008', + ], + 5935 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10605', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '208', + 'prev_word_id' => '1008', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1874', + ], + 5936 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10606', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1839', + 'placement' => '209', + 'prev_word_id' => '1874', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5937 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10607', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '210', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1839', + ], + 5938 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10608', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '211', + 'prev_word_id' => '1839', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5939 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10609', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '212', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 5940 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10610', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '213', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 5941 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10611', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1875', + 'placement' => '214', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '833', + ], + 5942 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10612', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1840', + 'placement' => '215', + 'prev_word_id' => '833', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1875', + ], + 5943 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10613', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '216', + 'prev_word_id' => '1875', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1840', + ], + 5944 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10614', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '217', + 'prev_word_id' => '1840', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '894', + ], + 5945 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10615', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1631', + 'placement' => '218', + 'prev_word_id' => '894', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '843', + ], + 5946 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10616', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '219', + 'prev_word_id' => '843', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1631', + ], + 5947 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10617', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1876', + 'placement' => '220', + 'prev_word_id' => '1631', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '939', + ], + 5948 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10618', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '221', + 'prev_word_id' => '939', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1876', + ], + 5949 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10619', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1877', + 'placement' => '222', + 'prev_word_id' => '1876', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '807', + ], + 5950 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10620', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '223', + 'prev_word_id' => '807', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1877', + ], + 5951 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10621', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1878', + 'placement' => '224', + 'prev_word_id' => '1877', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1437', + ], + 5952 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10622', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1560', + 'placement' => '225', + 'prev_word_id' => '1437', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1878', + ], + 5953 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10623', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1839', + 'placement' => '226', + 'prev_word_id' => '1878', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1560', + ], + 5954 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10624', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '227', + 'prev_word_id' => '1560', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1839', + ], + 5955 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10625', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1879', + 'placement' => '228', + 'prev_word_id' => '1839', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '833', + ], + 5956 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10626', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1787', + 'placement' => '229', + 'prev_word_id' => '833', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1879', + ], + 5957 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10627', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1547', + 'placement' => '230', + 'prev_word_id' => '1879', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1787', + ], + 5958 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10628', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1548', + 'placement' => '231', + 'prev_word_id' => '1787', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1547', + ], + 5959 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10629', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1841', + 'placement' => '232', + 'prev_word_id' => '1547', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1548', + ], + 5960 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10630', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '233', + 'prev_word_id' => '1548', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1841', + ], + 5961 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10631', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1842', + 'placement' => '234', + 'prev_word_id' => '1841', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5962 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10632', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '235', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1842', + ], + 5963 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10633', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '236', + 'prev_word_id' => '1842', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1358', + ], + 5964 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10634', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '237', + 'prev_word_id' => '1358', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 5965 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10635', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1880', + 'placement' => '238', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 5966 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10636', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '239', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1880', + ], + 5967 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10637', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1569', + 'placement' => '240', + 'prev_word_id' => '1880', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1410', + ], + 5968 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10638', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '241', + 'prev_word_id' => '1410', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1569', + ], + 5969 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10639', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '242', + 'prev_word_id' => '1569', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1410', + ], + 5970 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10640', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1881', + 'placement' => '243', + 'prev_word_id' => '1410', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 5971 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10641', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1882', + 'placement' => '244', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1881', + ], + 5972 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10642', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '245', + 'prev_word_id' => '1881', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1882', + ], + 5973 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10643', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '246', + 'prev_word_id' => '1882', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5974 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10644', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '247', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 5975 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10645', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '248', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 5976 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10646', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '854', + 'placement' => '249', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '886', + ], + 5977 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10647', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '250', + 'prev_word_id' => '886', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '854', + ], + 5978 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10648', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '251', + 'prev_word_id' => '854', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '976', + ], + 5979 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10649', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '252', + 'prev_word_id' => '976', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 5980 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10650', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '253', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1358', + ], + 5981 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10651', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '254', + 'prev_word_id' => '1358', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1417', + ], + 5982 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10652', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '255', + 'prev_word_id' => '1417', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '886', + ], + 5983 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10653', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1547', + 'placement' => '256', + 'prev_word_id' => '886', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 5984 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10654', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1548', + 'placement' => '257', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1547', + ], + 5985 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10655', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1841', + 'placement' => '258', + 'prev_word_id' => '1547', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1548', + ], + 5986 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10656', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '259', + 'prev_word_id' => '1548', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1841', + ], + 5987 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10657', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1883', + 'placement' => '260', + 'prev_word_id' => '1841', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 5988 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10658', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '261', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1883', + ], + 5989 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10659', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1884', + 'placement' => '262', + 'prev_word_id' => '1883', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1358', + ], + 5990 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10660', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '263', + 'prev_word_id' => '1358', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1884', + ], + 5991 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10661', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '910', + 'placement' => '264', + 'prev_word_id' => '1884', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 5992 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10662', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '265', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '910', + ], + 5993 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10663', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1671', + 'placement' => '266', + 'prev_word_id' => '910', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1835', + ], + 5994 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10664', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '267', + 'prev_word_id' => '1835', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1671', + ], + 5995 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10665', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1885', + 'placement' => '268', + 'prev_word_id' => '1671', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '841', + ], + 5996 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10666', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '269', + 'prev_word_id' => '841', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1885', + ], + 5997 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10667', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '270', + 'prev_word_id' => '1885', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1620', + ], + 5998 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10668', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '271', + 'prev_word_id' => '1620', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1280', + ], + 5999 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10669', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '272', + 'prev_word_id' => '1280', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '816', + ], + 6000 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10670', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1886', + 'placement' => '273', + 'prev_word_id' => '816', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1749', + ], + 6001 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10671', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '274', + 'prev_word_id' => '1749', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1886', + ], + 6002 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10672', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1887', + 'placement' => '275', + 'prev_word_id' => '1886', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '833', + ], + 6003 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10673', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '276', + 'prev_word_id' => '833', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1887', + ], + 6004 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10674', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '277', + 'prev_word_id' => '1887', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 6005 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10675', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '278', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 6006 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10676', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '279', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '863', + ], + 6007 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10677', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '280', + 'prev_word_id' => '863', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 6008 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10678', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '281', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 6009 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10679', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '282', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1358', + ], + 6010 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10680', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '283', + 'prev_word_id' => '1358', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '894', + ], + 6011 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10681', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '284', + 'prev_word_id' => '894', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1396', + ], + 6012 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10682', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '285', + 'prev_word_id' => '1396', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '897', + ], + 6013 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10683', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '286', + 'prev_word_id' => '897', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1358', + ], + 6014 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10684', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1888', + 'placement' => '287', + 'prev_word_id' => '1358', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1437', + ], + 6015 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10685', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1321', + 'placement' => '288', + 'prev_word_id' => '1437', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1888', + ], + 6016 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10686', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1479', + 'placement' => '289', + 'prev_word_id' => '1888', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1321', + ], + 6017 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10687', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '290', + 'prev_word_id' => '1321', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1479', + ], + 6018 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10688', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1889', + 'placement' => '291', + 'prev_word_id' => '1479', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '976', + ], + 6019 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10689', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1890', + 'placement' => '292', + 'prev_word_id' => '976', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1889', + ], + 6020 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10690', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1891', + 'placement' => '293', + 'prev_word_id' => '1889', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1890', + ], + 6021 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10691', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '294', + 'prev_word_id' => '1890', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1891', + ], + 6022 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10692', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '295', + 'prev_word_id' => '1891', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 6023 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10693', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '296', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '841', + ], + 6024 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10694', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '297', + 'prev_word_id' => '841', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1550', + ], + 6025 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10695', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1359', + 'placement' => '298', + 'prev_word_id' => '1550', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '834', + ], + 6026 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10696', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '299', + 'prev_word_id' => '834', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1359', + ], + 6027 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10697', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1892', + 'placement' => '300', + 'prev_word_id' => '1359', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '886', + ], + 6028 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10698', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '301', + 'prev_word_id' => '886', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1892', + ], + 6029 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10699', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1889', + 'placement' => '302', + 'prev_word_id' => '1892', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '816', + ], + 6030 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10700', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '303', + 'prev_word_id' => '816', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1889', + ], + 6031 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10701', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '895', + 'placement' => '304', + 'prev_word_id' => '1889', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 6032 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10702', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1893', + 'placement' => '305', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '895', + ], + 6033 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10703', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1567', + 'placement' => '306', + 'prev_word_id' => '895', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1893', + ], + 6034 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10704', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '307', + 'prev_word_id' => '1893', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1567', + ], + 6035 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10705', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '308', + 'prev_word_id' => '1567', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1437', + ], + 6036 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10706', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '309', + 'prev_word_id' => '1437', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '841', + ], + 6037 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10707', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '310', + 'prev_word_id' => '841', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1550', + ], + 6038 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10708', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '311', + 'prev_word_id' => '1550', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1835', + ], + 6039 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10709', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '312', + 'prev_word_id' => '1835', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1319', + ], + 6040 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10710', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1894', + 'placement' => '313', + 'prev_word_id' => '1319', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 6041 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10711', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '314', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1894', + ], + 6042 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10712', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '315', + 'prev_word_id' => '1894', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '809', + ], + 6043 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10713', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1895', + 'placement' => '316', + 'prev_word_id' => '809', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1605', + ], + 6044 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10714', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1321', + 'placement' => '317', + 'prev_word_id' => '1605', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1895', + ], + 6045 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10715', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '318', + 'prev_word_id' => '1895', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1321', + ], + 6046 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10716', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1896', + 'placement' => '319', + 'prev_word_id' => '1321', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1620', + ], + 6047 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10717', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '320', + 'prev_word_id' => '1620', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1896', + ], + 6048 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10718', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1897', + 'placement' => '321', + 'prev_word_id' => '1896', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1609', + ], + 6049 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10719', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1898', + 'placement' => '322', + 'prev_word_id' => '1609', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1897', + ], + 6050 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10720', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '323', + 'prev_word_id' => '1897', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1898', + ], + 6051 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10721', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1899', + 'placement' => '324', + 'prev_word_id' => '1898', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '863', + ], + 6052 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10722', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '325', + 'prev_word_id' => '863', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1899', + ], + 6053 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10723', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1900', + 'placement' => '326', + 'prev_word_id' => '1899', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 6054 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10724', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '327', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1900', + ], + 6055 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10725', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '328', + 'prev_word_id' => '1900', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '816', + ], + 6056 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10726', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1901', + 'placement' => '329', + 'prev_word_id' => '816', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '804', + ], + 6057 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10727', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1548', + 'placement' => '330', + 'prev_word_id' => '804', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1901', + ], + 6058 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10728', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '331', + 'prev_word_id' => '1901', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1548', + ], + 6059 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10729', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '332', + 'prev_word_id' => '1548', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 6060 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10730', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '333', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '882', + ], + 6061 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10731', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1890', + 'placement' => '334', + 'prev_word_id' => '882', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '898', + ], + 6062 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10732', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1902', + 'placement' => '335', + 'prev_word_id' => '898', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1890', + ], + 6063 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10733', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '336', + 'prev_word_id' => '1890', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1902', + ], + 6064 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10734', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '337', + 'prev_word_id' => '1902', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 6065 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10735', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '338', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 6066 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10736', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '339', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1358', + ], + 6067 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10737', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1509', + 'placement' => '340', + 'prev_word_id' => '1358', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '834', + ], + 6068 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10738', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1903', + 'placement' => '341', + 'prev_word_id' => '834', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1509', + ], + 6069 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10739', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '342', + 'prev_word_id' => '1509', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1903', + ], + 6070 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10740', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1904', + 'placement' => '343', + 'prev_word_id' => '1903', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 6071 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10741', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1905', + 'placement' => '344', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1904', + ], + 6072 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10742', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '345', + 'prev_word_id' => '1904', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1905', + ], + 6073 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10743', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1906', + 'placement' => '346', + 'prev_word_id' => '1905', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '834', + ], + 6074 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10744', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1468', + 'placement' => '347', + 'prev_word_id' => '834', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1906', + ], + 6075 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10745', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '348', + 'prev_word_id' => '1906', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1468', + ], + 6076 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10746', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1907', + 'placement' => '349', + 'prev_word_id' => '1468', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 6077 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10747', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1908', + 'placement' => '350', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1907', + ], + 6078 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10748', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '351', + 'prev_word_id' => '1907', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1908', + ], + 6079 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10749', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1591', + 'placement' => '352', + 'prev_word_id' => '1908', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 6080 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10750', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '870', + 'placement' => '353', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1591', + ], + 6081 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10751', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1909', + 'placement' => '354', + 'prev_word_id' => '1591', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '870', + ], + 6082 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10752', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '355', + 'prev_word_id' => '870', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1909', + ], + 6083 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10753', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1910', + 'placement' => '356', + 'prev_word_id' => '1909', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 6084 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10754', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '868', + 'placement' => '357', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1910', + ], + 6085 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10755', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1911', + 'placement' => '358', + 'prev_word_id' => '1910', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '868', + ], + 6086 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10756', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '359', + 'prev_word_id' => '868', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1911', + ], + 6087 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10757', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '360', + 'prev_word_id' => '1911', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '804', + ], + 6088 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10758', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1912', + 'placement' => '361', + 'prev_word_id' => '804', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '882', + ], + 6089 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10759', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '362', + 'prev_word_id' => '882', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1912', + ], + 6090 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10760', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '363', + 'prev_word_id' => '1912', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '863', + ], + 6091 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10761', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1913', + 'placement' => '364', + 'prev_word_id' => '863', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 6092 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10762', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '365', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1913', + ], + 6093 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10763', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '366', + 'prev_word_id' => '1913', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '943', + ], + 6094 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10764', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '367', + 'prev_word_id' => '943', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '816', + ], + 6095 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10765', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '368', + 'prev_word_id' => '816', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1835', + ], + 6096 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10766', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '369', + 'prev_word_id' => '1835', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 6097 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10767', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '846', + 'placement' => '370', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '881', + ], + 6098 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10768', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '371', + 'prev_word_id' => '881', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '846', + ], + 6099 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10769', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '372', + 'prev_word_id' => '846', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 6100 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10770', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '373', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 6101 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10771', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1366', + 'placement' => '374', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '938', + ], + 6102 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10772', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '375', + 'prev_word_id' => '938', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1366', + ], + 6103 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10773', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '376', + 'prev_word_id' => '1366', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 6104 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10774', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1834', + 'placement' => '377', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 6105 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10775', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '378', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1834', + ], + 6106 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10776', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '379', + 'prev_word_id' => '1834', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '943', + ], + 6107 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10777', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '937', + 'placement' => '380', + 'prev_word_id' => '943', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 6108 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10778', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '381', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '937', + ], + 6109 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10779', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '975', + 'placement' => '382', + 'prev_word_id' => '937', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '974', + ], + 6110 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10780', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1842', + 'placement' => '383', + 'prev_word_id' => '974', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '975', + ], + 6111 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10781', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '384', + 'prev_word_id' => '975', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1842', + ], + 6112 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10782', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '385', + 'prev_word_id' => '1842', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '938', + ], + 6113 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10783', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1899', + 'placement' => '386', + 'prev_word_id' => '938', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '863', + ], + 6114 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10784', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '387', + 'prev_word_id' => '863', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1899', + ], + 6115 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10785', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1837', + 'placement' => '388', + 'prev_word_id' => '1899', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 6116 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10786', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '389', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1837', + ], + 6117 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10787', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '390', + 'prev_word_id' => '1837', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 6118 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10788', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '391', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '815', + ], + 6119 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10789', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '392', + 'prev_word_id' => '815', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '813', + ], + 6120 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10790', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '393', + 'prev_word_id' => '813', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 6121 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10791', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '394', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 6122 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10792', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1602', + 'placement' => '395', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1008', + ], + 6123 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10793', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '396', + 'prev_word_id' => '1008', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1602', + ], + 6124 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10794', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '397', + 'prev_word_id' => '1602', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '938', + ], + 6125 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10795', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '398', + 'prev_word_id' => '938', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '836', + ], + 6126 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10796', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '915', + 'placement' => '399', + 'prev_word_id' => '836', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 6127 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10797', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '400', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '915', + ], + 6128 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10798', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '401', + 'prev_word_id' => '915', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 6129 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10799', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '402', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '939', + ], + 6130 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10800', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1914', + 'placement' => '403', + 'prev_word_id' => '939', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '929', + ], + 6131 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10801', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1859', + 'placement' => '404', + 'prev_word_id' => '929', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1914', + ], + 6132 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10802', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1879', + 'placement' => '405', + 'prev_word_id' => '1914', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1859', + ], + 6133 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10803', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1915', + 'placement' => '406', + 'prev_word_id' => '1859', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1879', + ], + 6134 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10804', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '407', + 'prev_word_id' => '1879', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1915', + ], + 6135 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10805', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1225', + 'placement' => '408', + 'prev_word_id' => '1915', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '941', + ], + 6136 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10806', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '409', + 'prev_word_id' => '941', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1225', + ], + 6137 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10807', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '410', + 'prev_word_id' => '1225', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '823', + ], + 6138 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10808', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1132', + 'placement' => '411', + 'prev_word_id' => '823', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1609', + ], + 6139 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10809', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '412', + 'prev_word_id' => '1609', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1132', + ], + 6140 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10810', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1916', + 'placement' => '413', + 'prev_word_id' => '1132', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '809', + ], + 6141 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10811', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1917', + 'placement' => '414', + 'prev_word_id' => '809', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1916', + ], + 6142 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10812', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '415', + 'prev_word_id' => '1916', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1917', + ], + 6143 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10813', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '416', + 'prev_word_id' => '1917', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1620', + ], + 6144 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10814', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '417', + 'prev_word_id' => '1620', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '894', + ], + 6145 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10815', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '418', + 'prev_word_id' => '894', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1396', + ], + 6146 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10816', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '419', + 'prev_word_id' => '1396', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '897', + ], + 6147 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10817', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1918', + 'placement' => '420', + 'prev_word_id' => '897', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1384', + ], + 6148 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10818', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '421', + 'prev_word_id' => '1384', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1918', + ], + 6149 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10819', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1298', + 'placement' => '422', + 'prev_word_id' => '1918', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '938', + ], + 6150 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10820', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '423', + 'prev_word_id' => '938', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1298', + ], + 6151 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10821', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1919', + 'placement' => '424', + 'prev_word_id' => '1298', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '825', + ], + 6152 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10822', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '425', + 'prev_word_id' => '825', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1919', + ], + 6153 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10823', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '426', + 'prev_word_id' => '1919', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1263', + ], + 6154 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10824', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '427', + 'prev_word_id' => '1263', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1417', + ], + 6155 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10825', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1843', + 'placement' => '428', + 'prev_word_id' => '1417', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '834', + ], + 6156 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10826', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '429', + 'prev_word_id' => '834', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1843', + ], + 6157 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10827', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '430', + 'prev_word_id' => '1843', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '948', + ], + 6158 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10828', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '431', + 'prev_word_id' => '948', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '949', + ], + 6159 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10829', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '432', + 'prev_word_id' => '949', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '863', + ], + 6160 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10830', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '433', + 'prev_word_id' => '863', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '898', + ], + 6161 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10831', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '434', + 'prev_word_id' => '898', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 6162 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10832', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1502', + 'placement' => '435', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 6163 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10833', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '436', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1502', + ], + 6164 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10834', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1515', + 'placement' => '437', + 'prev_word_id' => '1502', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '810', + ], + 6165 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10835', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1438', + 'placement' => '438', + 'prev_word_id' => '810', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1515', + ], + 6166 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10836', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1516', + 'placement' => '439', + 'prev_word_id' => '1515', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1438', + ], + 6167 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10837', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '440', + 'prev_word_id' => '1438', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1516', + ], + 6168 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10838', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1365', + 'placement' => '441', + 'prev_word_id' => '1516', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 6169 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10839', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1549', + 'placement' => '442', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1365', + ], + 6170 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10840', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '917', + 'placement' => '443', + 'prev_word_id' => '1365', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1549', + ], + 6171 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10841', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '444', + 'prev_word_id' => '1549', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '917', + ], + 6172 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10842', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1786', + 'placement' => '445', + 'prev_word_id' => '917', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 6173 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10843', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '446', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1786', + ], + 6174 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10844', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1787', + 'placement' => '447', + 'prev_word_id' => '1786', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1443', + ], + 6175 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10845', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1920', + 'placement' => '448', + 'prev_word_id' => '1443', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1787', + ], + 6176 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10846', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '449', + 'prev_word_id' => '1787', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1920', + ], + 6177 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10847', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1460', + 'placement' => '450', + 'prev_word_id' => '1920', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '834', + ], + 6178 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10848', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '451', + 'prev_word_id' => '834', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1460', + ], + 6179 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10849', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '452', + 'prev_word_id' => '1460', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1605', + ], + 6180 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10850', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1530', + 'placement' => '453', + 'prev_word_id' => '1605', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '836', + ], + 6181 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10851', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '454', + 'prev_word_id' => '836', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1530', + ], + 6182 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10852', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1921', + 'placement' => '455', + 'prev_word_id' => '1530', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 6183 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10853', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1721', + 'placement' => '456', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1921', + ], + 6184 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10854', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1922', + 'placement' => '457', + 'prev_word_id' => '1921', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1721', + ], + 6185 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10855', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '458', + 'prev_word_id' => '1721', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1922', + ], + 6186 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10856', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1923', + 'placement' => '459', + 'prev_word_id' => '1922', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '833', + ], + 6187 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10857', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '460', + 'prev_word_id' => '833', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1923', + ], + 6188 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10858', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1924', + 'placement' => '461', + 'prev_word_id' => '1923', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1319', + ], + 6189 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10859', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1925', + 'placement' => '462', + 'prev_word_id' => '1319', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1924', + ], + 6190 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10860', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '463', + 'prev_word_id' => '1924', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1925', + ], + 6191 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10861', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '464', + 'prev_word_id' => '1925', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '816', + ], + 6192 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10862', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '465', + 'prev_word_id' => '816', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 6193 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10863', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '466', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 6194 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10864', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '467', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 6195 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10865', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '468', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 6196 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10866', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '469', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1258', + ], + 6197 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10867', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1237', + 'placement' => '470', + 'prev_word_id' => '1258', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '833', + ], + 6198 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10868', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '471', + 'prev_word_id' => '833', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1237', + ], + 6199 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10869', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '472', + 'prev_word_id' => '1237', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1605', + ], + 6200 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10870', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1926', + 'placement' => '473', + 'prev_word_id' => '1605', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '894', + ], + 6201 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10871', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1492', + 'placement' => '474', + 'prev_word_id' => '894', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1926', + ], + 6202 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10872', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '475', + 'prev_word_id' => '1926', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1492', + ], + 6203 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10873', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '476', + 'prev_word_id' => '1492', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '809', + ], + 6204 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10874', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '477', + 'prev_word_id' => '809', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '802', + ], + 6205 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10875', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '478', + 'prev_word_id' => '802', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '803', + ], + 6206 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10876', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '479', + 'prev_word_id' => '803', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 6207 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10877', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '480', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1258', + ], + 6208 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10878', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1927', + 'placement' => '481', + 'prev_word_id' => '1258', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '805', + ], + 6209 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10879', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '482', + 'prev_word_id' => '805', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1927', + ], + 6210 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10880', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1843', + 'placement' => '483', + 'prev_word_id' => '1927', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '898', + ], + 6211 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10881', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '484', + 'prev_word_id' => '898', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1843', + ], + 6212 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10882', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1251', + 'placement' => '485', + 'prev_word_id' => '1843', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '801', + ], + 6213 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10883', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '486', + 'prev_word_id' => '801', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1251', + ], + 6214 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10884', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1928', + 'placement' => '487', + 'prev_word_id' => '1251', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '863', + ], + 6215 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10885', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '488', + 'prev_word_id' => '863', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1928', + ], + 6216 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10886', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '489', + 'prev_word_id' => '1928', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '809', + ], + 6217 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10887', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '490', + 'prev_word_id' => '809', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '894', + ], + 6218 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10888', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '491', + 'prev_word_id' => '894', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1396', + ], + 6219 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10889', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '492', + 'prev_word_id' => '1396', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '897', + ], + 6220 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10890', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1292', + 'placement' => '493', + 'prev_word_id' => '897', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '974', + ], + 6221 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10891', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '494', + 'prev_word_id' => '974', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1292', + ], + 6222 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10892', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1251', + 'placement' => '495', + 'prev_word_id' => '1292', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '823', + ], + 6223 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10893', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '910', + 'placement' => '496', + 'prev_word_id' => '823', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1251', + ], + 6224 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10894', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '497', + 'prev_word_id' => '1251', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '910', + ], + 6225 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10895', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '498', + 'prev_word_id' => '910', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '863', + ], + 6226 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10896', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '499', + 'prev_word_id' => '863', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '814', + ], + 6227 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10897', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '500', + 'prev_word_id' => '814', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '860', + ], + 6228 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10898', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1569', + 'placement' => '501', + 'prev_word_id' => '860', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1410', + ], + 6229 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10899', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '502', + 'prev_word_id' => '1410', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1569', + ], + 6230 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10900', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '503', + 'prev_word_id' => '1569', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1410', + ], + 6231 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10901', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1929', + 'placement' => '504', + 'prev_word_id' => '1410', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1384', + ], + 6232 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10902', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '505', + 'prev_word_id' => '1384', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1929', + ], + 6233 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10903', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '506', + 'prev_word_id' => '1929', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1437', + ], + 6234 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10904', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '906', + 'placement' => '507', + 'prev_word_id' => '1437', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1396', + ], + 6235 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10905', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1930', + 'placement' => '508', + 'prev_word_id' => '1396', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '906', + ], + 6236 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10906', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '509', + 'prev_word_id' => '906', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1930', + ], + 6237 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10907', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1688', + 'placement' => '510', + 'prev_word_id' => '1930', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '894', + ], + 6238 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10908', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '511', + 'prev_word_id' => '894', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1688', + ], + 6239 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10909', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '512', + 'prev_word_id' => '1688', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '863', + ], + 6240 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10910', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '513', + 'prev_word_id' => '863', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '974', + ], + 6241 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10911', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1460', + 'placement' => '514', + 'prev_word_id' => '974', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '834', + ], + 6242 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10912', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '515', + 'prev_word_id' => '834', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1460', + ], + 6243 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10913', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '516', + 'prev_word_id' => '1460', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6244 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '127', + 'frequency' => '0', + 'id' => '10914', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '517', + 'prev_word_id' => '1191', + 'published' => '1311154189', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6245 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '128', + 'frequency' => '0', + 'id' => '10915', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6246 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '128', + 'frequency' => '0', + 'id' => '10916', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6247 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '129', + 'frequency' => '0', + 'id' => '10917', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6248 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '129', + 'frequency' => '0', + 'id' => '10918', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6249 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10919', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1931', + ], + 6250 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10920', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1715', + 'placement' => '1', + 'prev_word_id' => '1931', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6251 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10921', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '2', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1715', + ], + 6252 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10922', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '3', + 'prev_word_id' => '1715', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1290', + ], + 6253 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10923', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '4', + 'prev_word_id' => '1290', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6254 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10924', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '826', + 'placement' => '5', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6255 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10925', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1932', + 'placement' => '6', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '826', + ], + 6256 => [ + 'content_type_field_definition_id' => '184', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10926', + 'identifier' => 'short_title', + 'integer_value' => '0', + 'next_word_id' => '1933', + 'placement' => '7', + 'prev_word_id' => '826', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1932', + ], + 6257 => [ + 'content_type_field_definition_id' => '184', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10927', + 'identifier' => 'short_title', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '8', + 'prev_word_id' => '1932', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1933', + ], + 6258 => [ + 'content_type_field_definition_id' => '184', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10928', + 'identifier' => 'short_title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '9', + 'prev_word_id' => '1933', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '863', + ], + 6259 => [ + 'content_type_field_definition_id' => '184', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10929', + 'identifier' => 'short_title', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '10', + 'prev_word_id' => '863', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6260 => [ + 'content_type_field_definition_id' => '184', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10930', + 'identifier' => 'short_title', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '11', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6261 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10931', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '934', + 'placement' => '12', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '804', + ], + 6262 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10932', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1264', + 'placement' => '13', + 'prev_word_id' => '804', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '934', + ], + 6263 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10933', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '14', + 'prev_word_id' => '934', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1264', + ], + 6264 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10934', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '15', + 'prev_word_id' => '1264', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1835', + ], + 6265 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10935', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1934', + 'placement' => '16', + 'prev_word_id' => '1835', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6266 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10936', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '17', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1934', + ], + 6267 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10937', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1837', + 'placement' => '18', + 'prev_word_id' => '1934', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6268 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10938', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '19', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1837', + ], + 6269 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10939', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '20', + 'prev_word_id' => '1837', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6270 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10940', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '21', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1370', + ], + 6271 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10941', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1935', + 'placement' => '22', + 'prev_word_id' => '1370', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '833', + ], + 6272 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10942', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '23', + 'prev_word_id' => '833', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1935', + ], + 6273 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10943', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '24', + 'prev_word_id' => '1935', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6274 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10944', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '25', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6275 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10945', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1936', + 'placement' => '26', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6276 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10946', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '27', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1936', + ], + 6277 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10947', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1937', + 'placement' => '28', + 'prev_word_id' => '1936', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6278 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10948', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '29', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1937', + ], + 6279 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10949', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '30', + 'prev_word_id' => '1937', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '821', + ], + 6280 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10950', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1276', + 'placement' => '31', + 'prev_word_id' => '821', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6281 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10951', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '32', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1276', + ], + 6282 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10952', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1938', + 'placement' => '33', + 'prev_word_id' => '1276', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '898', + ], + 6283 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10953', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1367', + 'placement' => '34', + 'prev_word_id' => '898', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1938', + ], + 6284 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10954', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '35', + 'prev_word_id' => '1938', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1367', + ], + 6285 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10955', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '36', + 'prev_word_id' => '1367', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '863', + ], + 6286 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10956', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '826', + 'placement' => '37', + 'prev_word_id' => '863', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1290', + ], + 6287 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10957', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '38', + 'prev_word_id' => '1290', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '826', + ], + 6288 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10958', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '39', + 'prev_word_id' => '826', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '825', + ], + 6289 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10959', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1639', + 'placement' => '40', + 'prev_word_id' => '825', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6290 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10960', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '41', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1639', + ], + 6291 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10961', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '42', + 'prev_word_id' => '1639', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6292 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10962', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '934', + 'placement' => '43', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '804', + ], + 6293 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10963', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '44', + 'prev_word_id' => '804', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '934', + ], + 6294 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10964', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '45', + 'prev_word_id' => '934', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '894', + ], + 6295 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10965', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '46', + 'prev_word_id' => '894', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1396', + ], + 6296 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10966', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1939', + 'placement' => '47', + 'prev_word_id' => '1396', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1319', + ], + 6297 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10967', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '936', + 'placement' => '48', + 'prev_word_id' => '1319', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1939', + ], + 6298 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10968', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '49', + 'prev_word_id' => '1939', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '936', + ], + 6299 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10969', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1940', + 'placement' => '50', + 'prev_word_id' => '936', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6300 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10970', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1941', + 'placement' => '51', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1940', + ], + 6301 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10971', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '52', + 'prev_word_id' => '1940', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1941', + ], + 6302 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10972', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '53', + 'prev_word_id' => '1941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6303 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10973', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1259', + 'placement' => '54', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6304 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10974', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1942', + 'placement' => '55', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1259', + ], + 6305 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10975', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1838', + 'placement' => '56', + 'prev_word_id' => '1259', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1942', + ], + 6306 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10976', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '57', + 'prev_word_id' => '1942', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1838', + ], + 6307 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10977', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '58', + 'prev_word_id' => '1838', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6308 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10978', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '59', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '939', + ], + 6309 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10979', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1715', + 'placement' => '60', + 'prev_word_id' => '939', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1596', + ], + 6310 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10980', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '61', + 'prev_word_id' => '1596', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1715', + ], + 6311 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10981', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '62', + 'prev_word_id' => '1715', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '836', + ], + 6312 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10982', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1943', + 'placement' => '63', + 'prev_word_id' => '836', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1396', + ], + 6313 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10983', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '64', + 'prev_word_id' => '1396', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1943', + ], + 6314 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10984', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1944', + 'placement' => '65', + 'prev_word_id' => '1943', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '894', + ], + 6315 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10985', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '66', + 'prev_word_id' => '894', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1944', + ], + 6316 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10986', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1838', + 'placement' => '67', + 'prev_word_id' => '1944', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '804', + ], + 6317 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10987', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '68', + 'prev_word_id' => '804', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1838', + ], + 6318 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10988', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '69', + 'prev_word_id' => '1838', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1277', + ], + 6319 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10989', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1945', + 'placement' => '70', + 'prev_word_id' => '1277', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6320 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10990', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1486', + 'placement' => '71', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1945', + ], + 6321 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10991', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '72', + 'prev_word_id' => '1945', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1486', + ], + 6322 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10992', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1895', + 'placement' => '73', + 'prev_word_id' => '1486', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6323 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10993', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1354', + 'placement' => '74', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1895', + ], + 6324 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10994', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '75', + 'prev_word_id' => '1895', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1354', + ], + 6325 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10995', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1678', + 'placement' => '76', + 'prev_word_id' => '1354', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1816', + ], + 6326 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10996', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1715', + 'placement' => '77', + 'prev_word_id' => '1816', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1678', + ], + 6327 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10997', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '78', + 'prev_word_id' => '1678', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1715', + ], + 6328 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10998', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '79', + 'prev_word_id' => '1715', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '976', + ], + 6329 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '10999', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1937', + 'placement' => '80', + 'prev_word_id' => '976', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1290', + ], + 6330 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11000', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '81', + 'prev_word_id' => '1290', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1937', + ], + 6331 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11001', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '82', + 'prev_word_id' => '1937', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6332 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11002', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1845', + 'placement' => '83', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6333 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11003', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1869', + 'placement' => '84', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1845', + ], + 6334 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11004', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '85', + 'prev_word_id' => '1845', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1869', + ], + 6335 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11005', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '86', + 'prev_word_id' => '1869', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '930', + ], + 6336 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11006', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '87', + 'prev_word_id' => '930', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6337 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11007', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '88', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6338 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11008', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1946', + 'placement' => '89', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6339 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11009', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1947', + 'placement' => '90', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1946', + ], + 6340 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11010', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '91', + 'prev_word_id' => '1946', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1947', + ], + 6341 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11011', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '92', + 'prev_word_id' => '1947', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '893', + ], + 6342 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11012', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '93', + 'prev_word_id' => '893', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '836', + ], + 6343 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11013', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '915', + 'placement' => '94', + 'prev_word_id' => '836', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '805', + ], + 6344 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11014', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '95', + 'prev_word_id' => '805', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '915', + ], + 6345 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11015', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '906', + 'placement' => '96', + 'prev_word_id' => '915', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6346 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11016', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '97', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '906', + ], + 6347 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11017', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '98', + 'prev_word_id' => '906', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '881', + ], + 6348 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11018', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '99', + 'prev_word_id' => '881', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6349 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11019', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1937', + 'placement' => '100', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6350 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11020', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '826', + 'placement' => '101', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1937', + ], + 6351 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11021', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '102', + 'prev_word_id' => '1937', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '826', + ], + 6352 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11022', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '103', + 'prev_word_id' => '826', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6353 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11023', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '104', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6354 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11024', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '105', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6355 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11025', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '106', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '816', + ], + 6356 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11026', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1715', + 'placement' => '107', + 'prev_word_id' => '816', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1596', + ], + 6357 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11027', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '108', + 'prev_word_id' => '1596', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1715', + ], + 6358 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11028', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '899', + 'placement' => '109', + 'prev_word_id' => '1715', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6359 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11029', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '110', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '899', + ], + 6360 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11030', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1948', + 'placement' => '111', + 'prev_word_id' => '899', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '805', + ], + 6361 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11031', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '112', + 'prev_word_id' => '805', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1948', + ], + 6362 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11032', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1934', + 'placement' => '113', + 'prev_word_id' => '1948', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6363 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11033', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '114', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1934', + ], + 6364 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11034', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '115', + 'prev_word_id' => '1934', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6365 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11035', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1949', + 'placement' => '116', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6366 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11036', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '117', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1949', + ], + 6367 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11037', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1950', + 'placement' => '118', + 'prev_word_id' => '1949', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '863', + ], + 6368 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11038', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '119', + 'prev_word_id' => '863', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1950', + ], + 6369 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11039', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1951', + 'placement' => '120', + 'prev_word_id' => '1950', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '898', + ], + 6370 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11040', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '121', + 'prev_word_id' => '898', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1951', + ], + 6371 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11041', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1933', + 'placement' => '122', + 'prev_word_id' => '1951', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6372 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11042', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1264', + 'placement' => '123', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1933', + ], + 6373 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11043', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '124', + 'prev_word_id' => '1933', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1264', + ], + 6374 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11044', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '125', + 'prev_word_id' => '1264', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1290', + ], + 6375 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11045', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1952', + 'placement' => '126', + 'prev_word_id' => '1290', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6376 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11046', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '127', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1952', + ], + 6377 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11047', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '128', + 'prev_word_id' => '1952', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6378 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11048', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1953', + 'placement' => '129', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1317', + ], + 6379 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11049', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '130', + 'prev_word_id' => '1317', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1953', + ], + 6380 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11050', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1414', + 'placement' => '131', + 'prev_word_id' => '1953', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '921', + ], + 6381 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11051', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1954', + 'placement' => '132', + 'prev_word_id' => '921', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1414', + ], + 6382 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11052', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1815', + 'placement' => '133', + 'prev_word_id' => '1414', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1954', + ], + 6383 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11053', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '134', + 'prev_word_id' => '1954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1815', + ], + 6384 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11054', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1818', + 'placement' => '135', + 'prev_word_id' => '1815', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1596', + ], + 6385 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11055', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '136', + 'prev_word_id' => '1596', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1818', + ], + 6386 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11056', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '137', + 'prev_word_id' => '1818', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '863', + ], + 6387 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11057', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '826', + 'placement' => '138', + 'prev_word_id' => '863', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1290', + ], + 6388 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11058', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '139', + 'prev_word_id' => '1290', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '826', + ], + 6389 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11059', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '140', + 'prev_word_id' => '826', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '809', + ], + 6390 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11060', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1955', + 'placement' => '141', + 'prev_word_id' => '809', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '804', + ], + 6391 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11061', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '142', + 'prev_word_id' => '804', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1955', + ], + 6392 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11062', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '143', + 'prev_word_id' => '1955', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '894', + ], + 6393 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11063', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '906', + 'placement' => '144', + 'prev_word_id' => '894', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '843', + ], + 6394 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11064', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '145', + 'prev_word_id' => '843', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '906', + ], + 6395 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11065', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1647', + 'placement' => '146', + 'prev_word_id' => '906', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '836', + ], + 6396 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11066', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '147', + 'prev_word_id' => '836', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1647', + ], + 6397 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11067', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1257', + 'placement' => '148', + 'prev_word_id' => '1647', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6398 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11068', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '149', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1257', + ], + 6399 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11069', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1956', + 'placement' => '150', + 'prev_word_id' => '1257', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '830', + ], + 6400 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11070', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1957', + 'placement' => '151', + 'prev_word_id' => '830', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1956', + ], + 6401 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11071', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1958', + 'placement' => '152', + 'prev_word_id' => '1956', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1957', + ], + 6402 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11072', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '153', + 'prev_word_id' => '1957', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1958', + ], + 6403 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11073', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1698', + 'placement' => '154', + 'prev_word_id' => '1958', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '833', + ], + 6404 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11074', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1812', + 'placement' => '155', + 'prev_word_id' => '833', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1698', + ], + 6405 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11075', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '156', + 'prev_word_id' => '1698', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1812', + ], + 6406 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11076', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1959', + 'placement' => '157', + 'prev_word_id' => '1812', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6407 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11077', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '158', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1959', + ], + 6408 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11078', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '159', + 'prev_word_id' => '1959', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '881', + ], + 6409 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11079', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1937', + 'placement' => '160', + 'prev_word_id' => '881', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6410 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11080', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1779', + 'placement' => '161', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1937', + ], + 6411 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11081', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1960', + 'placement' => '162', + 'prev_word_id' => '1937', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1779', + ], + 6412 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11082', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '163', + 'prev_word_id' => '1779', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1960', + ], + 6413 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11083', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '164', + 'prev_word_id' => '1960', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '833', + ], + 6414 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11084', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '165', + 'prev_word_id' => '833', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1290', + ], + 6415 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11085', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1961', + 'placement' => '166', + 'prev_word_id' => '1290', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6416 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11086', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1307', + 'placement' => '167', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1961', + ], + 6417 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11087', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '168', + 'prev_word_id' => '1961', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1307', + ], + 6418 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11088', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '169', + 'prev_word_id' => '1307', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '816', + ], + 6419 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11089', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1818', + 'placement' => '170', + 'prev_word_id' => '816', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1596', + ], + 6420 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11090', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '171', + 'prev_word_id' => '1596', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1818', + ], + 6421 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11091', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '172', + 'prev_word_id' => '1818', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '809', + ], + 6422 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11092', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1501', + 'placement' => '173', + 'prev_word_id' => '809', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6423 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11093', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '174', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1501', + ], + 6424 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11094', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '175', + 'prev_word_id' => '1501', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '823', + ], + 6425 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11095', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '176', + 'prev_word_id' => '823', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1816', + ], + 6426 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11096', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1962', + 'placement' => '177', + 'prev_word_id' => '1816', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '830', + ], + 6427 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11097', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '178', + 'prev_word_id' => '830', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1962', + ], + 6428 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11098', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '179', + 'prev_word_id' => '1962', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6429 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11099', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1963', + 'placement' => '180', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6430 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11100', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '181', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1963', + ], + 6431 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11101', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1964', + 'placement' => '182', + 'prev_word_id' => '1963', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1008', + ], + 6432 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11102', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1656', + 'placement' => '183', + 'prev_word_id' => '1008', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1964', + ], + 6433 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11103', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1818', + 'placement' => '184', + 'prev_word_id' => '1964', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1656', + ], + 6434 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11104', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '185', + 'prev_word_id' => '1656', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1818', + ], + 6435 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11105', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '186', + 'prev_word_id' => '1818', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '976', + ], + 6436 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11106', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '826', + 'placement' => '187', + 'prev_word_id' => '976', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1290', + ], + 6437 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11107', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '188', + 'prev_word_id' => '1290', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '826', + ], + 6438 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11108', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '189', + 'prev_word_id' => '826', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '804', + ], + 6439 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11109', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1965', + 'placement' => '190', + 'prev_word_id' => '804', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '805', + ], + 6440 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11110', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '191', + 'prev_word_id' => '805', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1965', + ], + 6441 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11111', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '192', + 'prev_word_id' => '1965', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '830', + ], + 6442 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11112', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1966', + 'placement' => '193', + 'prev_word_id' => '830', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6443 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11113', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1967', + 'placement' => '194', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1966', + ], + 6444 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11114', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1968', + 'placement' => '195', + 'prev_word_id' => '1966', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1967', + ], + 6445 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11115', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '819', + 'placement' => '196', + 'prev_word_id' => '1967', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1968', + ], + 6446 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11116', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '926', + 'placement' => '197', + 'prev_word_id' => '1968', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '819', + ], + 6447 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11117', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '198', + 'prev_word_id' => '819', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '926', + ], + 6448 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11118', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '199', + 'prev_word_id' => '926', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '948', + ], + 6449 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11119', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1288', + 'placement' => '200', + 'prev_word_id' => '948', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '949', + ], + 6450 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11120', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '923', + 'placement' => '201', + 'prev_word_id' => '949', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1288', + ], + 6451 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11121', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '202', + 'prev_word_id' => '1288', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '923', + ], + 6452 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11122', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1969', + 'placement' => '203', + 'prev_word_id' => '923', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6453 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11123', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1970', + 'placement' => '204', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1969', + ], + 6454 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11124', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1971', + 'placement' => '205', + 'prev_word_id' => '1969', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1970', + ], + 6455 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11125', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1972', + 'placement' => '206', + 'prev_word_id' => '1970', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1971', + ], + 6456 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11126', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1970', + 'placement' => '207', + 'prev_word_id' => '1971', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1972', + ], + 6457 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11127', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '208', + 'prev_word_id' => '1972', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1970', + ], + 6458 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11128', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '209', + 'prev_word_id' => '1970', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '805', + ], + 6459 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11129', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1973', + 'placement' => '210', + 'prev_word_id' => '805', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6460 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11130', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1974', + 'placement' => '211', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1973', + ], + 6461 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11131', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '212', + 'prev_word_id' => '1973', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1974', + ], + 6462 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11132', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '213', + 'prev_word_id' => '1974', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6463 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11133', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '214', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '948', + ], + 6464 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11134', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1975', + 'placement' => '215', + 'prev_word_id' => '948', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '949', + ], + 6465 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11135', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1976', + 'placement' => '216', + 'prev_word_id' => '949', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1975', + ], + 6466 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11136', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '217', + 'prev_word_id' => '1975', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1976', + ], + 6467 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11137', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '218', + 'prev_word_id' => '1976', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1290', + ], + 6468 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11138', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '219', + 'prev_word_id' => '1290', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6469 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11139', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1977', + 'placement' => '220', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6470 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11140', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '221', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1977', + ], + 6471 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11141', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '222', + 'prev_word_id' => '1977', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6472 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11142', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '223', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6473 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11143', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1978', + 'placement' => '224', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '834', + ], + 6474 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11144', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '225', + 'prev_word_id' => '834', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1978', + ], + 6475 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11145', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '226', + 'prev_word_id' => '1978', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '863', + ], + 6476 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11146', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1979', + 'placement' => '227', + 'prev_word_id' => '863', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6477 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11147', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1980', + 'placement' => '228', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1979', + ], + 6478 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11148', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '229', + 'prev_word_id' => '1979', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1980', + ], + 6479 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11149', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1981', + 'placement' => '230', + 'prev_word_id' => '1980', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6480 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11150', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '231', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1981', + ], + 6481 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11151', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1982', + 'placement' => '232', + 'prev_word_id' => '1981', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6482 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11152', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '233', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1982', + ], + 6483 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11153', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '234', + 'prev_word_id' => '1982', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6484 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11154', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1303', + 'placement' => '235', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6485 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11155', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1983', + 'placement' => '236', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1303', + ], + 6486 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11156', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '237', + 'prev_word_id' => '1303', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1983', + ], + 6487 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11157', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1984', + 'placement' => '238', + 'prev_word_id' => '1983', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1689', + ], + 6488 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11158', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1375', + 'placement' => '239', + 'prev_word_id' => '1689', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1984', + ], + 6489 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11159', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '240', + 'prev_word_id' => '1984', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1375', + ], + 6490 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11160', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1985', + 'placement' => '241', + 'prev_word_id' => '1375', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '833', + ], + 6491 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11161', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '242', + 'prev_word_id' => '833', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1985', + ], + 6492 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11162', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '243', + 'prev_word_id' => '1985', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1835', + ], + 6493 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11163', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1986', + 'placement' => '244', + 'prev_word_id' => '1835', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '976', + ], + 6494 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11164', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1987', + 'placement' => '245', + 'prev_word_id' => '976', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1986', + ], + 6495 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11165', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1988', + 'placement' => '246', + 'prev_word_id' => '1986', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1987', + ], + 6496 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11166', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1983', + 'placement' => '247', + 'prev_word_id' => '1987', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1988', + ], + 6497 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11167', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1250', + 'placement' => '248', + 'prev_word_id' => '1988', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1983', + ], + 6498 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11168', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1624', + 'placement' => '249', + 'prev_word_id' => '1983', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1250', + ], + 6499 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11169', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '250', + 'prev_word_id' => '1250', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1624', + ], + 6500 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11170', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '251', + 'prev_word_id' => '1624', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '809', + ], + 6501 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11171', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '252', + 'prev_word_id' => '809', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6502 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11172', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '253', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6503 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11173', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1989', + 'placement' => '254', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '863', + ], + 6504 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11174', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1990', + 'placement' => '255', + 'prev_word_id' => '863', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1989', + ], + 6505 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11175', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1991', + 'placement' => '256', + 'prev_word_id' => '1989', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1990', + ], + 6506 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11176', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1992', + 'placement' => '257', + 'prev_word_id' => '1990', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1991', + ], + 6507 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11177', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '258', + 'prev_word_id' => '1991', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1992', + ], + 6508 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11178', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1983', + 'placement' => '259', + 'prev_word_id' => '1992', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '833', + ], + 6509 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11179', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '260', + 'prev_word_id' => '833', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1983', + ], + 6510 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11180', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1993', + 'placement' => '261', + 'prev_word_id' => '1983', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '886', + ], + 6511 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11181', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1994', + 'placement' => '262', + 'prev_word_id' => '886', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1993', + ], + 6512 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11182', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '263', + 'prev_word_id' => '1993', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1994', + ], + 6513 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11183', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1995', + 'placement' => '264', + 'prev_word_id' => '1994', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6514 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11184', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1996', + 'placement' => '265', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1995', + ], + 6515 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11185', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1997', + 'placement' => '266', + 'prev_word_id' => '1995', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1996', + ], + 6516 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11186', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '267', + 'prev_word_id' => '1996', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1997', + ], + 6517 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11187', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '268', + 'prev_word_id' => '1997', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6518 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11188', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '1942', + 'placement' => '269', + 'prev_word_id' => '1191', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6519 => [ + 'content_type_field_definition_id' => '193', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11189', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '270', + 'prev_word_id' => '1191', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1942', + ], + 6520 => [ + 'content_type_field_definition_id' => '193', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11190', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '1818', + 'placement' => '271', + 'prev_word_id' => '1942', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1596', + ], + 6521 => [ + 'content_type_field_definition_id' => '193', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11191', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '1998', + 'placement' => '272', + 'prev_word_id' => '1596', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1818', + ], + 6522 => [ + 'content_type_field_definition_id' => '193', + 'content_type_id' => '16', + 'contentobject_id' => '130', + 'frequency' => '0', + 'id' => '11192', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '273', + 'prev_word_id' => '1818', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1998', + ], + 6523 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '131', + 'frequency' => '0', + 'id' => '11193', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '929', + ], + 6524 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '131', + 'frequency' => '0', + 'id' => '11194', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '929', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1370', + ], + 6525 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11195', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1999', + ], + 6526 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11196', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2000', + 'placement' => '1', + 'prev_word_id' => '1999', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6527 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11197', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '2', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2000', + ], + 6528 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11198', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2001', + 'placement' => '3', + 'prev_word_id' => '2000', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6529 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11199', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '4', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2001', + ], + 6530 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11200', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '5', + 'prev_word_id' => '2001', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6531 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11201', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '6', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '816', + ], + 6532 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11202', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1638', + 'placement' => '7', + 'prev_word_id' => '816', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6533 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11203', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1639', + 'placement' => '8', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1638', + ], + 6534 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11204', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '9', + 'prev_word_id' => '1638', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1639', + ], + 6535 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11205', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1227', + 'placement' => '10', + 'prev_word_id' => '1639', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6536 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11206', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2000', + 'placement' => '11', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1227', + ], + 6537 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11207', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1340', + 'placement' => '12', + 'prev_word_id' => '1227', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2000', + ], + 6538 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11208', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '13', + 'prev_word_id' => '2000', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1340', + ], + 6539 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11209', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '14', + 'prev_word_id' => '1340', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1605', + ], + 6540 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11210', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2002', + 'placement' => '15', + 'prev_word_id' => '1605', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '894', + ], + 6541 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11211', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '16', + 'prev_word_id' => '894', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2002', + ], + 6542 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11212', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1719', + 'placement' => '17', + 'prev_word_id' => '2002', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6543 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11213', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '885', + 'placement' => '18', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1719', + ], + 6544 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11214', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2003', + 'placement' => '19', + 'prev_word_id' => '1719', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '885', + ], + 6545 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11215', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '20', + 'prev_word_id' => '885', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2003', + ], + 6546 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11216', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '21', + 'prev_word_id' => '2003', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '976', + ], + 6547 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11217', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '22', + 'prev_word_id' => '976', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6548 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11218', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '23', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '974', + ], + 6549 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11219', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2004', + 'placement' => '24', + 'prev_word_id' => '974', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '832', + ], + 6550 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11220', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '25', + 'prev_word_id' => '832', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2004', + ], + 6551 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11221', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2005', + 'placement' => '26', + 'prev_word_id' => '2004', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '833', + ], + 6552 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11222', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '27', + 'prev_word_id' => '833', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2005', + ], + 6553 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11223', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '28', + 'prev_word_id' => '2005', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6554 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11224', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '29', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6555 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11225', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '30', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '939', + ], + 6556 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11226', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2006', + 'placement' => '31', + 'prev_word_id' => '939', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6557 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11227', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '32', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2006', + ], + 6558 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11228', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '33', + 'prev_word_id' => '2006', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6559 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11229', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '34', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6560 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11230', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2007', + 'placement' => '35', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '929', + ], + 6561 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11231', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1403', + 'placement' => '36', + 'prev_word_id' => '929', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2007', + ], + 6562 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11232', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '37', + 'prev_word_id' => '2007', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1403', + ], + 6563 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11233', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '38', + 'prev_word_id' => '1403', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6564 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11234', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2001', + 'placement' => '39', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '809', + ], + 6565 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11235', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '40', + 'prev_word_id' => '809', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2001', + ], + 6566 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11236', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2008', + 'placement' => '41', + 'prev_word_id' => '2001', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6567 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11237', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2004', + 'placement' => '42', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2008', + ], + 6568 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11238', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '43', + 'prev_word_id' => '2008', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2004', + ], + 6569 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11239', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2001', + 'placement' => '44', + 'prev_word_id' => '2004', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6570 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11240', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '45', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2001', + ], + 6571 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11241', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '46', + 'prev_word_id' => '2001', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6572 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11242', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1764', + 'placement' => '47', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '815', + ], + 6573 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11243', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '48', + 'prev_word_id' => '815', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1764', + ], + 6574 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11244', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '49', + 'prev_word_id' => '1764', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6575 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11245', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '50', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6576 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11246', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '51', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '931', + ], + 6577 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11247', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2009', + 'placement' => '52', + 'prev_word_id' => '931', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '822', + ], + 6578 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11248', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2010', + 'placement' => '53', + 'prev_word_id' => '822', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2009', + ], + 6579 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11249', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '54', + 'prev_word_id' => '2009', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2010', + ], + 6580 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11250', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '55', + 'prev_word_id' => '2010', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '939', + ], + 6581 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11251', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '56', + 'prev_word_id' => '939', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6582 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11252', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2000', + 'placement' => '57', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6583 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11253', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '58', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2000', + ], + 6584 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11254', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2011', + 'placement' => '59', + 'prev_word_id' => '2000', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6585 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11255', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2012', + 'placement' => '60', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2011', + ], + 6586 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11256', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '61', + 'prev_word_id' => '2011', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2012', + ], + 6587 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11257', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2013', + 'placement' => '62', + 'prev_word_id' => '2012', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6588 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11258', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '63', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2013', + ], + 6589 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11259', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '64', + 'prev_word_id' => '2013', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6590 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11260', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '845', + 'placement' => '65', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '805', + ], + 6591 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11261', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '66', + 'prev_word_id' => '805', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '845', + ], + 6592 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11262', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1639', + 'placement' => '67', + 'prev_word_id' => '845', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6593 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11263', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '68', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1639', + ], + 6594 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11264', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2000', + 'placement' => '69', + 'prev_word_id' => '1639', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6595 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11265', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '70', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2000', + ], + 6596 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11266', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2014', + 'placement' => '71', + 'prev_word_id' => '2000', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '833', + ], + 6597 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11267', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '72', + 'prev_word_id' => '833', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2014', + ], + 6598 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11268', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2015', + 'placement' => '73', + 'prev_word_id' => '2014', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6599 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11269', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2016', + 'placement' => '74', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2015', + ], + 6600 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11270', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '75', + 'prev_word_id' => '2015', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2016', + ], + 6601 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11271', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '76', + 'prev_word_id' => '2016', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1437', + ], + 6602 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11272', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '77', + 'prev_word_id' => '1437', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6603 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11273', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '78', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6604 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11274', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2017', + 'placement' => '79', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '805', + ], + 6605 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11275', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2018', + 'placement' => '80', + 'prev_word_id' => '805', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2017', + ], + 6606 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11276', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '81', + 'prev_word_id' => '2017', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2018', + ], + 6607 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11277', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '82', + 'prev_word_id' => '2018', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '948', + ], + 6608 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11278', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '83', + 'prev_word_id' => '948', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '949', + ], + 6609 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11279', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '84', + 'prev_word_id' => '949', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '939', + ], + 6610 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11280', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '85', + 'prev_word_id' => '939', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6611 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11281', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '86', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6612 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11282', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2019', + 'placement' => '87', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6613 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11283', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '88', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2019', + ], + 6614 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11284', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '89', + 'prev_word_id' => '2019', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6615 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11285', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2000', + 'placement' => '90', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6616 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11286', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2011', + 'placement' => '91', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2000', + ], + 6617 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11287', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2020', + 'placement' => '92', + 'prev_word_id' => '2000', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2011', + ], + 6618 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11288', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2006', + 'placement' => '93', + 'prev_word_id' => '2011', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2020', + ], + 6619 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11289', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '94', + 'prev_word_id' => '2020', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2006', + ], + 6620 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11290', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1354', + 'placement' => '95', + 'prev_word_id' => '2006', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6621 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11291', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1723', + 'placement' => '96', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1354', + ], + 6622 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11292', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '97', + 'prev_word_id' => '1354', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1723', + ], + 6623 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11293', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2007', + 'placement' => '98', + 'prev_word_id' => '1723', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6624 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11294', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2012', + 'placement' => '99', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2007', + ], + 6625 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11295', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '100', + 'prev_word_id' => '2007', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2012', + ], + 6626 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11296', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2021', + 'placement' => '101', + 'prev_word_id' => '2012', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6627 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11297', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '102', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2021', + ], + 6628 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11298', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2022', + 'placement' => '103', + 'prev_word_id' => '2021', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6629 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11299', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2020', + 'placement' => '104', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2022', + ], + 6630 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11300', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '105', + 'prev_word_id' => '2022', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2020', + ], + 6631 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11301', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2021', + 'placement' => '106', + 'prev_word_id' => '2020', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6632 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11302', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '107', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2021', + ], + 6633 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11303', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2023', + 'placement' => '108', + 'prev_word_id' => '2021', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6634 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11304', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2024', + 'placement' => '109', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2023', + ], + 6635 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11305', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '110', + 'prev_word_id' => '2023', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2024', + ], + 6636 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11306', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '111', + 'prev_word_id' => '2024', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '894', + ], + 6637 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11307', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1549', + 'placement' => '112', + 'prev_word_id' => '894', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1319', + ], + 6638 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11308', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '917', + 'placement' => '113', + 'prev_word_id' => '1319', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1549', + ], + 6639 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11309', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '114', + 'prev_word_id' => '1549', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '917', + ], + 6640 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11310', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '115', + 'prev_word_id' => '917', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6641 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11311', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2001', + 'placement' => '116', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6642 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11312', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1670', + 'placement' => '117', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2001', + ], + 6643 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11313', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '118', + 'prev_word_id' => '2001', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1670', + ], + 6644 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11314', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '119', + 'prev_word_id' => '1670', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1605', + ], + 6645 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11315', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '120', + 'prev_word_id' => '1605', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6646 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11316', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2003', + 'placement' => '121', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6647 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11317', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '122', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2003', + ], + 6648 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11318', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '123', + 'prev_word_id' => '2003', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '863', + ], + 6649 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11319', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1403', + 'placement' => '124', + 'prev_word_id' => '863', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6650 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11320', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2025', + 'placement' => '125', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1403', + ], + 6651 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11321', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '126', + 'prev_word_id' => '1403', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2025', + ], + 6652 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11322', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '127', + 'prev_word_id' => '2025', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1410', + ], + 6653 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11323', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '128', + 'prev_word_id' => '1410', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6654 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11324', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1983', + 'placement' => '129', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6655 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11325', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '130', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1983', + ], + 6656 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11326', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2026', + 'placement' => '131', + 'prev_word_id' => '1983', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '805', + ], + 6657 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11327', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '132', + 'prev_word_id' => '805', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2026', + ], + 6658 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11328', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '133', + 'prev_word_id' => '2026', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '809', + ], + 6659 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11329', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2001', + 'placement' => '134', + 'prev_word_id' => '809', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '898', + ], + 6660 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11330', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '135', + 'prev_word_id' => '898', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2001', + ], + 6661 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11331', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '136', + 'prev_word_id' => '2001', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '941', + ], + 6662 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11332', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1471', + 'placement' => '137', + 'prev_word_id' => '941', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '825', + ], + 6663 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11333', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1688', + 'placement' => '138', + 'prev_word_id' => '825', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1471', + ], + 6664 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11334', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2027', + 'placement' => '139', + 'prev_word_id' => '1471', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1688', + ], + 6665 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11335', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '140', + 'prev_word_id' => '1688', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2027', + ], + 6666 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11336', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '141', + 'prev_word_id' => '2027', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6667 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11337', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2028', + 'placement' => '142', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6668 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11338', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '916', + 'placement' => '143', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2028', + ], + 6669 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11339', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '917', + 'placement' => '144', + 'prev_word_id' => '2028', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '916', + ], + 6670 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11340', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '145', + 'prev_word_id' => '916', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '917', + ], + 6671 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11341', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1403', + 'placement' => '146', + 'prev_word_id' => '917', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6672 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11342', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '147', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1403', + ], + 6673 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11343', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1500', + 'placement' => '148', + 'prev_word_id' => '1403', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '898', + ], + 6674 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11344', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '149', + 'prev_word_id' => '898', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1500', + ], + 6675 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11345', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '150', + 'prev_word_id' => '1500', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '948', + ], + 6676 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11346', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '151', + 'prev_word_id' => '948', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '949', + ], + 6677 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11347', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2029', + 'placement' => '152', + 'prev_word_id' => '949', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1605', + ], + 6678 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11348', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '153', + 'prev_word_id' => '1605', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2029', + ], + 6679 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11349', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2030', + 'placement' => '154', + 'prev_word_id' => '2029', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6680 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11350', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '155', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2030', + ], + 6681 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11351', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2031', + 'placement' => '156', + 'prev_word_id' => '2030', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '805', + ], + 6682 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11352', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '157', + 'prev_word_id' => '805', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2031', + ], + 6683 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11353', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '158', + 'prev_word_id' => '2031', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6684 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11354', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2032', + 'placement' => '159', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6685 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11355', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '160', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2032', + ], + 6686 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11356', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '161', + 'prev_word_id' => '2032', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6687 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11357', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1285', + 'placement' => '162', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6688 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11358', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '163', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1285', + ], + 6689 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11359', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '164', + 'prev_word_id' => '1285', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '863', + ], + 6690 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11360', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '165', + 'prev_word_id' => '863', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6691 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11361', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '166', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '931', + ], + 6692 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11362', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '167', + 'prev_word_id' => '931', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '822', + ], + 6693 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11363', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2033', + 'placement' => '168', + 'prev_word_id' => '822', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '898', + ], + 6694 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11364', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '169', + 'prev_word_id' => '898', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2033', + ], + 6695 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11365', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1680', + 'placement' => '170', + 'prev_word_id' => '2033', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '805', + ], + 6696 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11366', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '171', + 'prev_word_id' => '805', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1680', + ], + 6697 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11367', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '172', + 'prev_word_id' => '1680', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '863', + ], + 6698 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11368', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2034', + 'placement' => '173', + 'prev_word_id' => '863', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6699 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11369', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '174', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2034', + ], + 6700 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11370', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '175', + 'prev_word_id' => '2034', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '948', + ], + 6701 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11371', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2035', + 'placement' => '176', + 'prev_word_id' => '948', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '949', + ], + 6702 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11372', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2036', + 'placement' => '177', + 'prev_word_id' => '949', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2035', + ], + 6703 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11373', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '178', + 'prev_word_id' => '2035', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2036', + ], + 6704 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11374', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '179', + 'prev_word_id' => '2036', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '813', + ], + 6705 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11375', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '958', + 'placement' => '180', + 'prev_word_id' => '813', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '898', + ], + 6706 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11376', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '181', + 'prev_word_id' => '898', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '958', + ], + 6707 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11377', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '182', + 'prev_word_id' => '958', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '823', + ], + 6708 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11378', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '853', + 'placement' => '183', + 'prev_word_id' => '823', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1420', + ], + 6709 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11379', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '184', + 'prev_word_id' => '1420', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '853', + ], + 6710 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11380', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '185', + 'prev_word_id' => '853', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '809', + ], + 6711 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11381', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1348', + 'placement' => '186', + 'prev_word_id' => '809', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6712 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11382', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2037', + 'placement' => '187', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1348', + ], + 6713 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11383', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '188', + 'prev_word_id' => '1348', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2037', + ], + 6714 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11384', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '958', + 'placement' => '189', + 'prev_word_id' => '2037', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6715 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11385', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '190', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '958', + ], + 6716 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11386', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2024', + 'placement' => '191', + 'prev_word_id' => '958', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '843', + ], + 6717 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11387', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1636', + 'placement' => '192', + 'prev_word_id' => '843', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2024', + ], + 6718 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11388', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2038', + 'placement' => '193', + 'prev_word_id' => '2024', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1636', + ], + 6719 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11389', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2039', + 'placement' => '194', + 'prev_word_id' => '1636', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2038', + ], + 6720 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11390', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '195', + 'prev_word_id' => '2038', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2039', + ], + 6721 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11391', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2040', + 'placement' => '196', + 'prev_word_id' => '2039', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '823', + ], + 6722 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11392', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '197', + 'prev_word_id' => '823', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2040', + ], + 6723 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11393', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2041', + 'placement' => '198', + 'prev_word_id' => '2040', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6724 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11394', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '199', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2041', + ], + 6725 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11395', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '200', + 'prev_word_id' => '2041', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '816', + ], + 6726 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11396', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2000', + 'placement' => '201', + 'prev_word_id' => '816', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6727 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11397', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '202', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2000', + ], + 6728 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11398', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '203', + 'prev_word_id' => '2000', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '814', + ], + 6729 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11399', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2042', + 'placement' => '204', + 'prev_word_id' => '814', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '954', + ], + 6730 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11400', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '205', + 'prev_word_id' => '954', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2042', + ], + 6731 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11401', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2015', + 'placement' => '206', + 'prev_word_id' => '2042', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '810', + ], + 6732 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11402', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2030', + 'placement' => '207', + 'prev_word_id' => '810', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2015', + ], + 6733 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11403', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '208', + 'prev_word_id' => '2015', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '2030', + ], + 6734 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11404', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '209', + 'prev_word_id' => '2030', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '833', + ], + 6735 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11405', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1499', + 'placement' => '210', + 'prev_word_id' => '833', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '843', + ], + 6736 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11406', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '211', + 'prev_word_id' => '843', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1499', + ], + 6737 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11407', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '212', + 'prev_word_id' => '1499', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '863', + ], + 6738 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11408', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '213', + 'prev_word_id' => '863', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '801', + ], + 6739 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11409', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '214', + 'prev_word_id' => '801', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '802', + ], + 6740 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11410', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '215', + 'prev_word_id' => '802', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '803', + ], + 6741 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11411', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '216', + 'prev_word_id' => '803', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6742 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '132', + 'frequency' => '0', + 'id' => '11412', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '217', + 'prev_word_id' => '1191', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6743 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '133', + 'frequency' => '0', + 'id' => '11413', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6744 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '133', + 'frequency' => '0', + 'id' => '11414', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154190', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6745 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '134', + 'frequency' => '0', + 'id' => '11415', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6746 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '134', + 'frequency' => '0', + 'id' => '11416', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6747 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '135', + 'frequency' => '0', + 'id' => '11417', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6748 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '135', + 'frequency' => '0', + 'id' => '11418', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6749 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11419', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2043', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '1999', + ], + 6750 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11420', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '1', + 'prev_word_id' => '1999', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '2043', + ], + 6751 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11421', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2044', + 'placement' => '2', + 'prev_word_id' => '2043', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '1665', + ], + 6752 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11422', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '3', + 'prev_word_id' => '1665', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '2044', + ], + 6753 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11423', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2045', + 'placement' => '4', + 'prev_word_id' => '2044', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '833', + ], + 6754 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11424', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1787', + 'placement' => '5', + 'prev_word_id' => '833', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '2045', + ], + 6755 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11425', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '6', + 'prev_word_id' => '2045', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '1787', + ], + 6756 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11426', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '7', + 'prev_word_id' => '1787', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '814', + ], + 6757 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11427', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2036', + 'placement' => '8', + 'prev_word_id' => '814', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '929', + ], + 6758 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11428', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '9', + 'prev_word_id' => '929', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '2036', + ], + 6759 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11429', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1932', + 'placement' => '10', + 'prev_word_id' => '2036', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '816', + ], + 6760 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11430', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2046', + 'placement' => '11', + 'prev_word_id' => '816', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '1932', + ], + 6761 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11431', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2047', + 'placement' => '12', + 'prev_word_id' => '1932', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '2046', + ], + 6762 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11432', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2048', + 'placement' => '13', + 'prev_word_id' => '2046', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '2047', + ], + 6763 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11433', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '14', + 'prev_word_id' => '2047', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '2048', + ], + 6764 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11434', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '15', + 'prev_word_id' => '2048', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '814', + ], + 6765 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11435', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2036', + 'placement' => '16', + 'prev_word_id' => '814', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '929', + ], + 6766 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11436', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '17', + 'prev_word_id' => '929', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '2036', + ], + 6767 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11437', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2049', + 'placement' => '18', + 'prev_word_id' => '2036', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '816', + ], + 6768 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11438', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1852', + 'placement' => '19', + 'prev_word_id' => '816', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '2049', + ], + 6769 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11439', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '20', + 'prev_word_id' => '2049', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '1852', + ], + 6770 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11440', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2046', + 'placement' => '21', + 'prev_word_id' => '1852', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '816', + ], + 6771 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11441', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '22', + 'prev_word_id' => '816', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '2046', + ], + 6772 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11442', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '23', + 'prev_word_id' => '2046', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6773 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '136', + 'frequency' => '0', + 'id' => '11443', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '24', + 'prev_word_id' => '1191', + 'published' => '1311154191', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6774 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '137', + 'frequency' => '0', + 'id' => '11444', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6775 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '137', + 'frequency' => '0', + 'id' => '11445', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6776 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '138', + 'frequency' => '0', + 'id' => '11446', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6777 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '138', + 'frequency' => '0', + 'id' => '11447', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6778 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11448', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1638', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1999', + ], + 6779 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11449', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1639', + 'placement' => '1', + 'prev_word_id' => '1999', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1638', + ], + 6780 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11450', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '2', + 'prev_word_id' => '1638', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1639', + ], + 6781 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11451', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1638', + 'placement' => '3', + 'prev_word_id' => '1639', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1665', + ], + 6782 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11452', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1639', + 'placement' => '4', + 'prev_word_id' => '1665', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1638', + ], + 6783 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11453', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '5', + 'prev_word_id' => '1638', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1639', + ], + 6784 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11454', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1603', + 'placement' => '6', + 'prev_word_id' => '1639', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1665', + ], + 6785 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11455', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2050', + 'placement' => '7', + 'prev_word_id' => '1665', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1603', + ], + 6786 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11456', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '8', + 'prev_word_id' => '1603', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2050', + ], + 6787 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11457', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1491', + 'placement' => '9', + 'prev_word_id' => '2050', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '863', + ], + 6788 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11458', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '10', + 'prev_word_id' => '863', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1491', + ], + 6789 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11459', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1592', + 'placement' => '11', + 'prev_word_id' => '1491', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '813', + ], + 6790 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11460', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2051', + 'placement' => '12', + 'prev_word_id' => '813', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1592', + ], + 6791 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11461', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2052', + 'placement' => '13', + 'prev_word_id' => '1592', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2051', + ], + 6792 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11462', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '14', + 'prev_word_id' => '2051', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2052', + ], + 6793 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11463', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '15', + 'prev_word_id' => '2052', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '809', + ], + 6794 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11464', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2053', + 'placement' => '16', + 'prev_word_id' => '809', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '814', + ], + 6795 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11465', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1872', + 'placement' => '17', + 'prev_word_id' => '814', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2053', + ], + 6796 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11466', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '18', + 'prev_word_id' => '2053', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1872', + ], + 6797 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11467', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1282', + 'placement' => '19', + 'prev_word_id' => '1872', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '833', + ], + 6798 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11468', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '20', + 'prev_word_id' => '833', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1282', + ], + 6799 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11469', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2054', + 'placement' => '21', + 'prev_word_id' => '1282', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '929', + ], + 6800 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11470', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '22', + 'prev_word_id' => '929', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2054', + ], + 6801 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11471', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '23', + 'prev_word_id' => '2054', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '801', + ], + 6802 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11472', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '24', + 'prev_word_id' => '801', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '828', + ], + 6803 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11473', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '25', + 'prev_word_id' => '828', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '814', + ], + 6804 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11474', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '26', + 'prev_word_id' => '814', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '931', + ], + 6805 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11475', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '27', + 'prev_word_id' => '931', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '822', + ], + 6806 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11476', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '28', + 'prev_word_id' => '822', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '863', + ], + 6807 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11477', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '29', + 'prev_word_id' => '863', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '810', + ], + 6808 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11478', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2051', + 'placement' => '30', + 'prev_word_id' => '810', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '929', + ], + 6809 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11479', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2055', + 'placement' => '31', + 'prev_word_id' => '929', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2051', + ], + 6810 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11480', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '32', + 'prev_word_id' => '2051', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2055', + ], + 6811 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11481', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '33', + 'prev_word_id' => '2055', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '929', + ], + 6812 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11482', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2056', + 'placement' => '34', + 'prev_word_id' => '929', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '833', + ], + 6813 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11483', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2057', + 'placement' => '35', + 'prev_word_id' => '833', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2056', + ], + 6814 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11484', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2058', + 'placement' => '36', + 'prev_word_id' => '2056', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2057', + ], + 6815 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11485', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1603', + 'placement' => '37', + 'prev_word_id' => '2057', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2058', + ], + 6816 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11486', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1787', + 'placement' => '38', + 'prev_word_id' => '2058', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1603', + ], + 6817 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11487', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2059', + 'placement' => '39', + 'prev_word_id' => '1603', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1787', + ], + 6818 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11488', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '40', + 'prev_word_id' => '1787', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2059', + ], + 6819 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11489', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '41', + 'prev_word_id' => '2059', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '801', + ], + 6820 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11490', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '42', + 'prev_word_id' => '801', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '881', + ], + 6821 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11491', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '43', + 'prev_word_id' => '881', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '833', + ], + 6822 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11492', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '44', + 'prev_word_id' => '833', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '882', + ], + 6823 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11493', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '45', + 'prev_word_id' => '882', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1417', + ], + 6824 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11494', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '46', + 'prev_word_id' => '1417', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '938', + ], + 6825 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11495', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2060', + 'placement' => '47', + 'prev_word_id' => '938', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '833', + ], + 6826 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11496', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '48', + 'prev_word_id' => '833', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2060', + ], + 6827 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11497', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2061', + 'placement' => '49', + 'prev_word_id' => '2060', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '894', + ], + 6828 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11498', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '50', + 'prev_word_id' => '894', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2061', + ], + 6829 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11499', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2062', + 'placement' => '51', + 'prev_word_id' => '2061', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '863', + ], + 6830 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11500', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2051', + 'placement' => '52', + 'prev_word_id' => '863', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2062', + ], + 6831 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11501', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '53', + 'prev_word_id' => '2062', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2051', + ], + 6832 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11502', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '54', + 'prev_word_id' => '2051', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '863', + ], + 6833 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11503', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2063', + 'placement' => '55', + 'prev_word_id' => '863', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1665', + ], + 6834 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11504', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '56', + 'prev_word_id' => '1665', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2063', + ], + 6835 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11505', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '57', + 'prev_word_id' => '2063', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1605', + ], + 6836 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11506', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2064', + 'placement' => '58', + 'prev_word_id' => '1605', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1665', + ], + 6837 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11507', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1638', + 'placement' => '59', + 'prev_word_id' => '1665', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2064', + ], + 6838 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11508', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1639', + 'placement' => '60', + 'prev_word_id' => '2064', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1638', + ], + 6839 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11509', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1603', + 'placement' => '61', + 'prev_word_id' => '1638', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1639', + ], + 6840 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11510', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '62', + 'prev_word_id' => '1639', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1603', + ], + 6841 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11511', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '63', + 'prev_word_id' => '1603', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '948', + ], + 6842 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11512', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2065', + 'placement' => '64', + 'prev_word_id' => '948', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '949', + ], + 6843 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11513', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '65', + 'prev_word_id' => '949', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2065', + ], + 6844 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11514', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2066', + 'placement' => '66', + 'prev_word_id' => '2065', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '805', + ], + 6845 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11515', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '67', + 'prev_word_id' => '805', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2066', + ], + 6846 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11516', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2067', + 'placement' => '68', + 'prev_word_id' => '2066', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1665', + ], + 6847 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11517', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1603', + 'placement' => '69', + 'prev_word_id' => '1665', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2067', + ], + 6848 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11518', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '70', + 'prev_word_id' => '2067', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1603', + ], + 6849 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11519', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '71', + 'prev_word_id' => '1603', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '948', + ], + 6850 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11520', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2068', + 'placement' => '72', + 'prev_word_id' => '948', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '949', + ], + 6851 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11521', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1301', + 'placement' => '73', + 'prev_word_id' => '949', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2068', + ], + 6852 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11522', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1445', + 'placement' => '74', + 'prev_word_id' => '2068', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1301', + ], + 6853 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11523', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2069', + 'placement' => '75', + 'prev_word_id' => '1301', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1445', + ], + 6854 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11524', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1698', + 'placement' => '76', + 'prev_word_id' => '1445', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2069', + ], + 6855 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11525', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '77', + 'prev_word_id' => '2069', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1698', + ], + 6856 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11526', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2043', + 'placement' => '78', + 'prev_word_id' => '1698', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '801', + ], + 6857 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11527', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2070', + 'placement' => '79', + 'prev_word_id' => '801', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2043', + ], + 6858 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11528', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2071', + 'placement' => '80', + 'prev_word_id' => '2043', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2070', + ], + 6859 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11529', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2055', + 'placement' => '81', + 'prev_word_id' => '2070', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2071', + ], + 6860 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11530', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '82', + 'prev_word_id' => '2071', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2055', + ], + 6861 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11531', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '83', + 'prev_word_id' => '2055', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '931', + ], + 6862 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11532', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '84', + 'prev_word_id' => '931', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '822', + ], + 6863 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11533', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2063', + 'placement' => '85', + 'prev_word_id' => '822', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1665', + ], + 6864 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11534', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1603', + 'placement' => '86', + 'prev_word_id' => '1665', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2063', + ], + 6865 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11535', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '87', + 'prev_word_id' => '2063', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1603', + ], + 6866 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11536', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '88', + 'prev_word_id' => '1603', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '948', + ], + 6867 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11537', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2072', + 'placement' => '89', + 'prev_word_id' => '948', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '949', + ], + 6868 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11538', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2073', + 'placement' => '90', + 'prev_word_id' => '949', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2072', + ], + 6869 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11539', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2074', + 'placement' => '91', + 'prev_word_id' => '2072', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2073', + ], + 6870 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11540', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1594', + 'placement' => '92', + 'prev_word_id' => '2073', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2074', + ], + 6871 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11541', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1458', + 'placement' => '93', + 'prev_word_id' => '2074', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1594', + ], + 6872 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11542', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2054', + 'placement' => '94', + 'prev_word_id' => '1594', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1458', + ], + 6873 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11543', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '95', + 'prev_word_id' => '1458', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2054', + ], + 6874 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11544', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2075', + 'placement' => '96', + 'prev_word_id' => '2054', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '809', + ], + 6875 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11545', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '97', + 'prev_word_id' => '809', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '2075', + ], + 6876 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11546', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '98', + 'prev_word_id' => '2075', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6877 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '139', + 'frequency' => '0', + 'id' => '11547', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '99', + 'prev_word_id' => '1191', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6878 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '140', + 'frequency' => '0', + 'id' => '11548', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6879 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '140', + 'frequency' => '0', + 'id' => '11549', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6880 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '141', + 'frequency' => '0', + 'id' => '11550', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6881 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '141', + 'frequency' => '0', + 'id' => '11551', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154192', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6882 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '142', + 'frequency' => '0', + 'id' => '11552', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6883 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '142', + 'frequency' => '0', + 'id' => '11553', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6884 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '143', + 'frequency' => '0', + 'id' => '11554', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6885 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '143', + 'frequency' => '0', + 'id' => '11555', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1716', + ], + 6886 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11556', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2076', + ], + 6887 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11557', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '1', + 'prev_word_id' => '2076', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '802', + ], + 6888 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11558', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2077', + 'placement' => '2', + 'prev_word_id' => '802', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '803', + ], + 6889 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11559', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2076', + 'placement' => '3', + 'prev_word_id' => '803', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2077', + ], + 6890 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11560', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1790', + 'placement' => '4', + 'prev_word_id' => '2077', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2076', + ], + 6891 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11561', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '5', + 'prev_word_id' => '2076', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1790', + ], + 6892 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11562', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2076', + 'placement' => '6', + 'prev_word_id' => '1790', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '805', + ], + 6893 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11563', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '7', + 'prev_word_id' => '805', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2076', + ], + 6894 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11564', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2078', + 'placement' => '8', + 'prev_word_id' => '2076', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1280', + ], + 6895 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11565', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2076', + 'placement' => '9', + 'prev_word_id' => '1280', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2078', + ], + 6896 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11566', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '10', + 'prev_word_id' => '2078', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2076', + ], + 6897 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11567', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '11', + 'prev_word_id' => '2076', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '805', + ], + 6898 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11568', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '12', + 'prev_word_id' => '805', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '882', + ], + 6899 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11569', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1883', + 'placement' => '13', + 'prev_word_id' => '882', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1323', + ], + 6900 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11570', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '14', + 'prev_word_id' => '1323', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1883', + ], + 6901 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11571', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1845', + 'placement' => '15', + 'prev_word_id' => '1883', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '816', + ], + 6902 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11572', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2076', + 'placement' => '16', + 'prev_word_id' => '816', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1845', + ], + 6903 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11573', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1791', + 'placement' => '17', + 'prev_word_id' => '1845', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2076', + ], + 6904 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11574', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '18', + 'prev_word_id' => '2076', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1791', + ], + 6905 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11575', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1480', + 'placement' => '19', + 'prev_word_id' => '1791', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '810', + ], + 6906 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11576', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '20', + 'prev_word_id' => '810', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1480', + ], + 6907 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11577', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2079', + 'placement' => '21', + 'prev_word_id' => '1480', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '801', + ], + 6908 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11578', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '22', + 'prev_word_id' => '801', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2079', + ], + 6909 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11579', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2080', + 'placement' => '23', + 'prev_word_id' => '2079', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '814', + ], + 6910 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11580', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '24', + 'prev_word_id' => '814', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2080', + ], + 6911 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11581', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '25', + 'prev_word_id' => '2080', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '813', + ], + 6912 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11582', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2081', + 'placement' => '26', + 'prev_word_id' => '813', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '814', + ], + 6913 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11583', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '27', + 'prev_word_id' => '814', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2081', + ], + 6914 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11584', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2082', + 'placement' => '28', + 'prev_word_id' => '2081', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '813', + ], + 6915 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11585', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '29', + 'prev_word_id' => '813', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2082', + ], + 6916 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11586', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '30', + 'prev_word_id' => '2082', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1620', + ], + 6917 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11587', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '31', + 'prev_word_id' => '1620', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1437', + ], + 6918 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11588', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1924', + 'placement' => '32', + 'prev_word_id' => '1437', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1319', + ], + 6919 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11589', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1892', + 'placement' => '33', + 'prev_word_id' => '1319', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1924', + ], + 6920 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11590', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '34', + 'prev_word_id' => '1924', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1892', + ], + 6921 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11591', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '35', + 'prev_word_id' => '1892', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '816', + ], + 6922 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11592', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '36', + 'prev_word_id' => '816', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '814', + ], + 6923 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11593', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '37', + 'prev_word_id' => '814', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '841', + ], + 6924 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11594', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2078', + 'placement' => '38', + 'prev_word_id' => '841', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1280', + ], + 6925 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11595', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2076', + 'placement' => '39', + 'prev_word_id' => '1280', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2078', + ], + 6926 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11596', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2083', + 'placement' => '40', + 'prev_word_id' => '2078', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2076', + ], + 6927 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11597', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '41', + 'prev_word_id' => '2076', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2083', + ], + 6928 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11598', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '42', + 'prev_word_id' => '2083', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1620', + ], + 6929 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11599', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2084', + 'placement' => '43', + 'prev_word_id' => '1620', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '863', + ], + 6930 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11600', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2085', + 'placement' => '44', + 'prev_word_id' => '863', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2084', + ], + 6931 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11601', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '45', + 'prev_word_id' => '2084', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2085', + ], + 6932 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11602', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '46', + 'prev_word_id' => '2085', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '848', + ], + 6933 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11603', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2086', + 'placement' => '47', + 'prev_word_id' => '848', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '814', + ], + 6934 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11604', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '48', + 'prev_word_id' => '814', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2086', + ], + 6935 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11605', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1577', + 'placement' => '49', + 'prev_word_id' => '2086', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '841', + ], + 6936 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11606', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '50', + 'prev_word_id' => '841', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1577', + ], + 6937 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11607', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1791', + 'placement' => '51', + 'prev_word_id' => '1577', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1417', + ], + 6938 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11608', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2087', + 'placement' => '52', + 'prev_word_id' => '1417', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1791', + ], + 6939 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11609', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2088', + 'placement' => '53', + 'prev_word_id' => '1791', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2087', + ], + 6940 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11610', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1414', + 'placement' => '54', + 'prev_word_id' => '2087', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2088', + ], + 6941 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11611', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1910', + 'placement' => '55', + 'prev_word_id' => '2088', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1414', + ], + 6942 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11612', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1910', + 'placement' => '56', + 'prev_word_id' => '1414', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1910', + ], + 6943 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11613', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2089', + 'placement' => '57', + 'prev_word_id' => '1910', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1910', + ], + 6944 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11614', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '58', + 'prev_word_id' => '1910', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2089', + ], + 6945 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11615', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1512', + 'placement' => '59', + 'prev_word_id' => '2089', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1550', + ], + 6946 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11616', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '870', + 'placement' => '60', + 'prev_word_id' => '1550', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1512', + ], + 6947 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11617', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '61', + 'prev_word_id' => '1512', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '870', + ], + 6948 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11618', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2086', + 'placement' => '62', + 'prev_word_id' => '870', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '814', + ], + 6949 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11619', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '63', + 'prev_word_id' => '814', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2086', + ], + 6950 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11620', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1577', + 'placement' => '64', + 'prev_word_id' => '2086', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '841', + ], + 6951 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11621', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '65', + 'prev_word_id' => '841', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1577', + ], + 6952 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11622', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1744', + 'placement' => '66', + 'prev_word_id' => '1577', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1417', + ], + 6953 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11623', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '67', + 'prev_word_id' => '1417', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1744', + ], + 6954 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11624', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '68', + 'prev_word_id' => '1744', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1437', + ], + 6955 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11625', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2090', + 'placement' => '69', + 'prev_word_id' => '1437', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '810', + ], + 6956 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11626', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '70', + 'prev_word_id' => '810', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2090', + ], + 6957 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11627', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '71', + 'prev_word_id' => '2090', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '863', + ], + 6958 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11628', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '72', + 'prev_word_id' => '863', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1290', + ], + 6959 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11629', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '854', + 'placement' => '73', + 'prev_word_id' => '1290', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '943', + ], + 6960 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11630', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '74', + 'prev_word_id' => '943', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '854', + ], + 6961 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11631', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '75', + 'prev_word_id' => '854', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1550', + ], + 6962 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11632', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2091', + 'placement' => '76', + 'prev_word_id' => '1550', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '843', + ], + 6963 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11633', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '77', + 'prev_word_id' => '843', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2091', + ], + 6964 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11634', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '78', + 'prev_word_id' => '2091', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1420', + ], + 6965 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11635', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '79', + 'prev_word_id' => '1420', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1550', + ], + 6966 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11636', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '80', + 'prev_word_id' => '1550', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '823', + ], + 6967 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11637', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2086', + 'placement' => '81', + 'prev_word_id' => '823', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '814', + ], + 6968 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11638', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1577', + 'placement' => '82', + 'prev_word_id' => '814', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2086', + ], + 6969 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11639', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '83', + 'prev_word_id' => '2086', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1577', + ], + 6970 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11640', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2092', + 'placement' => '84', + 'prev_word_id' => '1577', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '810', + ], + 6971 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11641', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '85', + 'prev_word_id' => '810', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2092', + ], + 6972 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11642', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '854', + 'placement' => '86', + 'prev_word_id' => '2092', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '943', + ], + 6973 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11643', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '87', + 'prev_word_id' => '943', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '854', + ], + 6974 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11644', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '88', + 'prev_word_id' => '854', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1550', + ], + 6975 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11645', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '89', + 'prev_word_id' => '1550', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '843', + ], + 6976 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11646', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '90', + 'prev_word_id' => '843', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '816', + ], + 6977 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11647', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2093', + 'placement' => '91', + 'prev_word_id' => '816', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1749', + ], + 6978 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11648', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1830', + 'placement' => '92', + 'prev_word_id' => '1749', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2093', + ], + 6979 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11649', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2088', + 'placement' => '93', + 'prev_word_id' => '2093', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1830', + ], + 6980 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11650', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2094', + 'placement' => '94', + 'prev_word_id' => '1830', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2088', + ], + 6981 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11651', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '95', + 'prev_word_id' => '2088', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2094', + ], + 6982 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11652', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '96', + 'prev_word_id' => '2094', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '848', + ], + 6983 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11653', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '97', + 'prev_word_id' => '848', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1420', + ], + 6984 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11654', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '98', + 'prev_word_id' => '1420', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1550', + ], + 6985 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11655', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '99', + 'prev_word_id' => '1550', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '823', + ], + 6986 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11656', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2086', + 'placement' => '100', + 'prev_word_id' => '823', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '814', + ], + 6987 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11657', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1577', + 'placement' => '101', + 'prev_word_id' => '814', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2086', + ], + 6988 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11658', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '890', + 'placement' => '102', + 'prev_word_id' => '2086', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1577', + ], + 6989 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11659', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '103', + 'prev_word_id' => '1577', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '890', + ], + 6990 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11660', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '104', + 'prev_word_id' => '890', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '921', + ], + 6991 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11661', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '105', + 'prev_word_id' => '921', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '948', + ], + 6992 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11662', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '106', + 'prev_word_id' => '948', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '949', + ], + 6993 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11663', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2095', + 'placement' => '107', + 'prev_word_id' => '949', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1287', + ], + 6994 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11664', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2096', + 'placement' => '108', + 'prev_word_id' => '1287', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2095', + ], + 6995 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11665', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '109', + 'prev_word_id' => '2095', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2096', + ], + 6996 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11666', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '110', + 'prev_word_id' => '2096', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6997 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '144', + 'frequency' => '0', + 'id' => '11667', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '111', + 'prev_word_id' => '1191', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1191', + ], + 6998 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11668', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '912', + ], + 6999 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11669', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2097', + 'placement' => '1', + 'prev_word_id' => '912', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '816', + ], + 7000 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11670', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2098', + 'placement' => '2', + 'prev_word_id' => '816', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2097', + ], + 7001 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11671', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '3', + 'prev_word_id' => '2097', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2098', + ], + 7002 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11672', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2099', + 'placement' => '4', + 'prev_word_id' => '2098', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1133', + ], + 7003 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11673', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '5', + 'prev_word_id' => '1133', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2099', + ], + 7004 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11674', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '6', + 'prev_word_id' => '2099', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '809', + ], + 7005 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11675', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '7', + 'prev_word_id' => '809', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '802', + ], + 7006 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11676', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '8', + 'prev_word_id' => '802', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '803', + ], + 7007 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11677', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '9', + 'prev_word_id' => '803', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1133', + ], + 7008 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11678', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '10', + 'prev_word_id' => '1133', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '894', + ], + 7009 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11679', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2024', + 'placement' => '11', + 'prev_word_id' => '894', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '843', + ], + 7010 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11680', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1578', + 'placement' => '12', + 'prev_word_id' => '843', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2024', + ], + 7011 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11681', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '13', + 'prev_word_id' => '2024', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1578', + ], + 7012 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11682', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '14', + 'prev_word_id' => '1578', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '810', + ], + 7013 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11683', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2100', + 'placement' => '15', + 'prev_word_id' => '810', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '832', + ], + 7014 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11684', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '16', + 'prev_word_id' => '832', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2100', + ], + 7015 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11685', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '17', + 'prev_word_id' => '2100', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1443', + ], + 7016 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11686', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '18', + 'prev_word_id' => '1443', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1277', + ], + 7017 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11687', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2101', + 'placement' => '19', + 'prev_word_id' => '1277', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '814', + ], + 7018 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11688', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '20', + 'prev_word_id' => '814', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '2101', + ], + 7019 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11689', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '21', + 'prev_word_id' => '2101', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1191', + ], + 7020 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '145', + 'frequency' => '0', + 'id' => '11690', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '22', + 'prev_word_id' => '1191', + 'published' => '1311154193', + 'section_id' => '1', + 'word_id' => '1191', + ], + 7021 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '146', + 'frequency' => '0', + 'id' => '11691', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1716', + ], + 7022 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '146', + 'frequency' => '0', + 'id' => '11692', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1716', + ], + 7023 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11693', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2103', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2102', + ], + 7024 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11694', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1', + 'prev_word_id' => '2102', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2103', + ], + 7025 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11695', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '2', + 'prev_word_id' => '2103', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '802', + ], + 7026 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11696', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '947', + 'placement' => '3', + 'prev_word_id' => '802', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '803', + ], + 7027 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11697', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2077', + 'placement' => '4', + 'prev_word_id' => '803', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '947', + ], + 7028 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11698', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '5', + 'prev_word_id' => '947', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2077', + ], + 7029 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11699', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2102', + 'placement' => '6', + 'prev_word_id' => '2077', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '810', + ], + 7030 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11700', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2089', + 'placement' => '7', + 'prev_word_id' => '810', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2102', + ], + 7031 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11701', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1429', + 'placement' => '8', + 'prev_word_id' => '2102', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2089', + ], + 7032 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11702', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '9', + 'prev_word_id' => '2089', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1429', + ], + 7033 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11703', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1421', + 'placement' => '10', + 'prev_word_id' => '1429', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1437', + ], + 7034 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11704', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '11', + 'prev_word_id' => '1437', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1421', + ], + 7035 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11705', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1827', + 'placement' => '12', + 'prev_word_id' => '1421', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1481', + ], + 7036 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11706', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '13', + 'prev_word_id' => '1481', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1827', + ], + 7037 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11707', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2104', + 'placement' => '14', + 'prev_word_id' => '1827', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '801', + ], + 7038 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11708', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1368', + 'placement' => '15', + 'prev_word_id' => '801', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2104', + ], + 7039 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11709', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2105', + 'placement' => '16', + 'prev_word_id' => '2104', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1368', + ], + 7040 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11710', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '17', + 'prev_word_id' => '1368', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2105', + ], + 7041 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11711', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1567', + 'placement' => '18', + 'prev_word_id' => '2105', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '830', + ], + 7042 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11712', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '19', + 'prev_word_id' => '830', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1567', + ], + 7043 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11713', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2106', + 'placement' => '20', + 'prev_word_id' => '1567', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '833', + ], + 7044 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11714', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1390', + 'placement' => '21', + 'prev_word_id' => '833', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2106', + ], + 7045 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11715', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '22', + 'prev_word_id' => '2106', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1390', + ], + 7046 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11716', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2107', + 'placement' => '23', + 'prev_word_id' => '1390', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '801', + ], + 7047 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11717', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1531', + 'placement' => '24', + 'prev_word_id' => '801', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2107', + ], + 7048 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11718', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '25', + 'prev_word_id' => '2107', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1531', + ], + 7049 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11719', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '26', + 'prev_word_id' => '1531', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '830', + ], + 7050 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11720', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1513', + 'placement' => '27', + 'prev_word_id' => '830', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '816', + ], + 7051 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11721', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1933', + 'placement' => '28', + 'prev_word_id' => '816', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1513', + ], + 7052 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11722', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '29', + 'prev_word_id' => '1513', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1933', + ], + 7053 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11723', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2108', + 'placement' => '30', + 'prev_word_id' => '1933', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1280', + ], + 7054 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11724', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2109', + 'placement' => '31', + 'prev_word_id' => '1280', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2108', + ], + 7055 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11725', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2110', + 'placement' => '32', + 'prev_word_id' => '2108', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2109', + ], + 7056 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11726', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2111', + 'placement' => '33', + 'prev_word_id' => '2109', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2110', + ], + 7057 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11727', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '34', + 'prev_word_id' => '2110', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2111', + ], + 7058 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11728', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1429', + 'placement' => '35', + 'prev_word_id' => '2111', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7059 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11729', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2112', + 'placement' => '36', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1429', + ], + 7060 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11730', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1368', + 'placement' => '37', + 'prev_word_id' => '1429', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2112', + ], + 7061 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11731', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '38', + 'prev_word_id' => '2112', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1368', + ], + 7062 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11732', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '39', + 'prev_word_id' => '1368', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '813', + ], + 7063 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11733', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1084', + 'placement' => '40', + 'prev_word_id' => '813', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7064 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11734', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '41', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1084', + ], + 7065 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11735', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '42', + 'prev_word_id' => '1084', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '948', + ], + 7066 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11736', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '43', + 'prev_word_id' => '948', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '949', + ], + 7067 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11737', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1861', + 'placement' => '44', + 'prev_word_id' => '949', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '921', + ], + 7068 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11738', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2113', + 'placement' => '45', + 'prev_word_id' => '921', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1861', + ], + 7069 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11739', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2114', + 'placement' => '46', + 'prev_word_id' => '1861', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2113', + ], + 7070 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11740', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '47', + 'prev_word_id' => '2113', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2114', + ], + 7071 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11741', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '972', + 'placement' => '48', + 'prev_word_id' => '2114', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '810', + ], + 7072 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11742', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1300', + 'placement' => '49', + 'prev_word_id' => '810', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '972', + ], + 7073 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11743', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '50', + 'prev_word_id' => '972', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1300', + ], + 7074 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11744', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '51', + 'prev_word_id' => '1300', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '863', + ], + 7075 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11745', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2115', + 'placement' => '52', + 'prev_word_id' => '863', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7076 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11746', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '53', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2115', + ], + 7077 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11747', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '54', + 'prev_word_id' => '2115', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '894', + ], + 7078 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11748', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '55', + 'prev_word_id' => '894', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '881', + ], + 7079 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11749', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2102', + 'placement' => '56', + 'prev_word_id' => '881', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7080 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11750', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2089', + 'placement' => '57', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2102', + ], + 7081 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11751', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '58', + 'prev_word_id' => '2102', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2089', + ], + 7082 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11752', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1510', + 'placement' => '59', + 'prev_word_id' => '2089', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '801', + ], + 7083 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11753', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '60', + 'prev_word_id' => '801', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1510', + ], + 7084 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11754', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '61', + 'prev_word_id' => '1510', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7085 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11755', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1827', + 'placement' => '62', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1481', + ], + 7086 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11756', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '63', + 'prev_word_id' => '1481', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1827', + ], + 7087 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11757', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1686', + 'placement' => '64', + 'prev_word_id' => '1827', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1417', + ], + 7088 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11758', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '65', + 'prev_word_id' => '1417', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1686', + ], + 7089 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11759', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '66', + 'prev_word_id' => '1686', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '805', + ], + 7090 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11760', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1418', + 'placement' => '67', + 'prev_word_id' => '805', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7091 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11761', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '68', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1418', + ], + 7092 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11762', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '69', + 'prev_word_id' => '1418', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1290', + ], + 7093 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11763', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '70', + 'prev_word_id' => '1290', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1605', + ], + 7094 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11764', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '71', + 'prev_word_id' => '1605', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '894', + ], + 7095 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11765', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1656', + 'placement' => '72', + 'prev_word_id' => '894', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1319', + ], + 7096 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11766', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2105', + 'placement' => '73', + 'prev_word_id' => '1319', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1656', + ], + 7097 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11767', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2116', + 'placement' => '74', + 'prev_word_id' => '1656', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2105', + ], + 7098 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11768', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '75', + 'prev_word_id' => '2105', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2116', + ], + 7099 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11769', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '76', + 'prev_word_id' => '2116', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1749', + ], + 7100 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11770', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2105', + 'placement' => '77', + 'prev_word_id' => '1749', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '813', + ], + 7101 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11771', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2116', + 'placement' => '78', + 'prev_word_id' => '813', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2105', + ], + 7102 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11772', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2117', + 'placement' => '79', + 'prev_word_id' => '2105', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2116', + ], + 7103 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11773', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2118', + 'placement' => '80', + 'prev_word_id' => '2116', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2117', + ], + 7104 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11774', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2118', + 'placement' => '81', + 'prev_word_id' => '2117', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2118', + ], + 7105 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11775', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2117', + 'placement' => '82', + 'prev_word_id' => '2118', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2118', + ], + 7106 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11776', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2118', + 'placement' => '83', + 'prev_word_id' => '2118', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2117', + ], + 7107 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11777', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2119', + 'placement' => '84', + 'prev_word_id' => '2117', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2118', + ], + 7108 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11778', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2118', + 'placement' => '85', + 'prev_word_id' => '2118', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2119', + ], + 7109 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11779', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2120', + 'placement' => '86', + 'prev_word_id' => '2119', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2118', + ], + 7110 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11780', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '87', + 'prev_word_id' => '2118', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2120', + ], + 7111 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11781', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '88', + 'prev_word_id' => '2120', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1749', + ], + 7112 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11782', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2102', + 'placement' => '89', + 'prev_word_id' => '1749', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '813', + ], + 7113 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11783', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2089', + 'placement' => '90', + 'prev_word_id' => '813', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2102', + ], + 7114 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11784', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '91', + 'prev_word_id' => '2102', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2089', + ], + 7115 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11785', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2089', + 'placement' => '92', + 'prev_word_id' => '2089', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1054', + ], + 7116 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11786', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2121', + 'placement' => '93', + 'prev_word_id' => '1054', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2089', + ], + 7117 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11787', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2102', + 'placement' => '94', + 'prev_word_id' => '2089', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2121', + ], + 7118 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11788', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2122', + 'placement' => '95', + 'prev_word_id' => '2121', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2102', + ], + 7119 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11789', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '96', + 'prev_word_id' => '2102', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2122', + ], + 7120 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11790', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2117', + 'placement' => '97', + 'prev_word_id' => '2122', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1287', + ], + 7121 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11791', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2118', + 'placement' => '98', + 'prev_word_id' => '1287', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2117', + ], + 7122 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11792', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '99', + 'prev_word_id' => '2117', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2118', + ], + 7123 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11793', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '100', + 'prev_word_id' => '2118', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1061', + ], + 7124 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11794', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '101', + 'prev_word_id' => '1061', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1191', + ], + 7125 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '147', + 'frequency' => '0', + 'id' => '11795', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '102', + 'prev_word_id' => '1191', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1191', + ], + 7126 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11796', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '944', + ], + 7127 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11797', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1', + 'prev_word_id' => '944', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7128 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11798', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1952', + 'placement' => '2', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7129 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11799', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '3', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1952', + ], + 7130 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11800', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '4', + 'prev_word_id' => '1952', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '801', + ], + 7131 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11801', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2123', + 'placement' => '5', + 'prev_word_id' => '801', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '881', + ], + 7132 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11802', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '6', + 'prev_word_id' => '881', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2123', + ], + 7133 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11803', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '7', + 'prev_word_id' => '2123', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7134 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11804', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1999', + 'placement' => '8', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '816', + ], + 7135 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11805', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2124', + 'placement' => '9', + 'prev_word_id' => '816', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1999', + ], + 7136 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11806', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '10', + 'prev_word_id' => '1999', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2124', + ], + 7137 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11807', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1547', + 'placement' => '11', + 'prev_word_id' => '2124', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '863', + ], + 7138 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11808', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2125', + 'placement' => '12', + 'prev_word_id' => '863', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1547', + ], + 7139 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11809', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '13', + 'prev_word_id' => '1547', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2125', + ], + 7140 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11810', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '14', + 'prev_word_id' => '2125', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1690', + ], + 7141 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11811', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2126', + 'placement' => '15', + 'prev_word_id' => '1690', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '932', + ], + 7142 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11812', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '16', + 'prev_word_id' => '932', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2126', + ], + 7143 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11813', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '17', + 'prev_word_id' => '2126', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '802', + ], + 7144 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11814', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '947', + 'placement' => '18', + 'prev_word_id' => '802', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '803', + ], + 7145 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11815', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2077', + 'placement' => '19', + 'prev_word_id' => '803', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '947', + ], + 7146 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11816', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '20', + 'prev_word_id' => '947', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2077', + ], + 7147 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11817', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '21', + 'prev_word_id' => '2077', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '810', + ], + 7148 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11818', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '22', + 'prev_word_id' => '810', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '929', + ], + 7149 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11819', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1213', + 'placement' => '23', + 'prev_word_id' => '929', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7150 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11820', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '845', + 'placement' => '24', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1213', + ], + 7151 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11821', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '25', + 'prev_word_id' => '1213', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '845', + ], + 7152 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11822', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '26', + 'prev_word_id' => '845', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '863', + ], + 7153 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11823', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1843', + 'placement' => '27', + 'prev_word_id' => '863', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '898', + ], + 7154 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11824', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '28', + 'prev_word_id' => '898', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1843', + ], + 7155 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11825', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '29', + 'prev_word_id' => '1843', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '809', + ], + 7156 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11826', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1907', + 'placement' => '30', + 'prev_word_id' => '809', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '810', + ], + 7157 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11827', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2127', + 'placement' => '31', + 'prev_word_id' => '810', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1907', + ], + 7158 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11828', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2125', + 'placement' => '32', + 'prev_word_id' => '1907', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2127', + ], + 7159 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11829', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '33', + 'prev_word_id' => '2127', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2125', + ], + 7160 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11830', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '34', + 'prev_word_id' => '2125', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '976', + ], + 7161 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11831', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2128', + 'placement' => '35', + 'prev_word_id' => '976', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7162 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11832', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2129', + 'placement' => '36', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2128', + ], + 7163 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11833', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '37', + 'prev_word_id' => '2128', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2129', + ], + 7164 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11834', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2130', + 'placement' => '38', + 'prev_word_id' => '2129', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '810', + ], + 7165 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11835', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '39', + 'prev_word_id' => '810', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2130', + ], + 7166 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11836', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '40', + 'prev_word_id' => '2130', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1690', + ], + 7167 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11837', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1843', + 'placement' => '41', + 'prev_word_id' => '1690', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '932', + ], + 7168 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11838', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '42', + 'prev_word_id' => '932', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1843', + ], + 7169 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11839', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2131', + 'placement' => '43', + 'prev_word_id' => '1843', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '809', + ], + 7170 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11840', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '44', + 'prev_word_id' => '809', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2131', + ], + 7171 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11841', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2132', + 'placement' => '45', + 'prev_word_id' => '2131', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7172 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11842', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '46', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2132', + ], + 7173 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11843', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1367', + 'placement' => '47', + 'prev_word_id' => '2132', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7174 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11844', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '48', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1367', + ], + 7175 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11845', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1959', + 'placement' => '49', + 'prev_word_id' => '1367', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '813', + ], + 7176 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11846', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '50', + 'prev_word_id' => '813', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1959', + ], + 7177 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11847', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '51', + 'prev_word_id' => '1959', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1437', + ], + 7178 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11848', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '52', + 'prev_word_id' => '1437', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '843', + ], + 7179 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11849', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1761', + 'placement' => '53', + 'prev_word_id' => '843', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '844', + ], + 7180 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11850', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2133', + 'placement' => '54', + 'prev_word_id' => '844', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1761', + ], + 7181 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11851', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2134', + 'placement' => '55', + 'prev_word_id' => '1761', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2133', + ], + 7182 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11852', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '56', + 'prev_word_id' => '2133', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2134', + ], + 7183 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11853', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2135', + 'placement' => '57', + 'prev_word_id' => '2134', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7184 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11854', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '58', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2135', + ], + 7185 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11855', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '59', + 'prev_word_id' => '2135', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '801', + ], + 7186 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11856', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2136', + 'placement' => '60', + 'prev_word_id' => '801', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '810', + ], + 7187 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11857', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '61', + 'prev_word_id' => '810', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2136', + ], + 7188 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11858', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '944', + 'placement' => '62', + 'prev_word_id' => '2136', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '816', + ], + 7189 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11859', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '63', + 'prev_word_id' => '816', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '944', + ], + 7190 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11860', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '64', + 'prev_word_id' => '944', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7191 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11861', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2137', + 'placement' => '65', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '810', + ], + 7192 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11862', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2138', + 'placement' => '66', + 'prev_word_id' => '810', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2137', + ], + 7193 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11863', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '67', + 'prev_word_id' => '2137', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2138', + ], + 7194 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11864', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '68', + 'prev_word_id' => '2138', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7195 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11865', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2135', + 'placement' => '69', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7196 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11866', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '70', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2135', + ], + 7197 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11867', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '71', + 'prev_word_id' => '2135', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '833', + ], + 7198 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11868', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2136', + 'placement' => '72', + 'prev_word_id' => '833', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7199 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11869', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '73', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2136', + ], + 7200 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11870', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '74', + 'prev_word_id' => '2136', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '863', + ], + 7201 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11871', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2139', + 'placement' => '75', + 'prev_word_id' => '863', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7202 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11872', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '76', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2139', + ], + 7203 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11873', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '77', + 'prev_word_id' => '2139', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '816', + ], + 7204 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11874', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1957', + 'placement' => '78', + 'prev_word_id' => '816', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1596', + ], + 7205 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11875', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1913', + 'placement' => '79', + 'prev_word_id' => '1596', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1957', + ], + 7206 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11876', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2128', + 'placement' => '80', + 'prev_word_id' => '1957', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1913', + ], + 7207 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11877', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2140', + 'placement' => '81', + 'prev_word_id' => '1913', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2128', + ], + 7208 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11878', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2141', + 'placement' => '82', + 'prev_word_id' => '2128', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2140', + ], + 7209 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11879', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2142', + 'placement' => '83', + 'prev_word_id' => '2140', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2141', + ], + 7210 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11880', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2143', + 'placement' => '84', + 'prev_word_id' => '2141', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2142', + ], + 7211 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11881', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '85', + 'prev_word_id' => '2142', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2143', + ], + 7212 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11882', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1670', + 'placement' => '86', + 'prev_word_id' => '2143', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7213 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11883', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2144', + 'placement' => '87', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1670', + ], + 7214 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11884', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1284', + 'placement' => '88', + 'prev_word_id' => '1670', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2144', + ], + 7215 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11885', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '89', + 'prev_word_id' => '2144', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1284', + ], + 7216 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11886', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '90', + 'prev_word_id' => '1284', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '816', + ], + 7217 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11887', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '91', + 'prev_word_id' => '816', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7218 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11888', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2041', + 'placement' => '92', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7219 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11889', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '93', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2041', + ], + 7220 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11890', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '94', + 'prev_word_id' => '2041', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '801', + ], + 7221 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11891', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '95', + 'prev_word_id' => '801', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '803', + ], + 7222 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11892', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2145', + 'placement' => '96', + 'prev_word_id' => '803', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '805', + ], + 7223 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11893', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '97', + 'prev_word_id' => '805', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2145', + ], + 7224 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11894', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2136', + 'placement' => '98', + 'prev_word_id' => '2145', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '804', + ], + 7225 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11895', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '99', + 'prev_word_id' => '804', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2136', + ], + 7226 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11896', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2146', + 'placement' => '100', + 'prev_word_id' => '2136', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '805', + ], + 7227 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11897', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '101', + 'prev_word_id' => '805', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2146', + ], + 7228 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11898', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '102', + 'prev_word_id' => '2146', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1008', + ], + 7229 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11899', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2137', + 'placement' => '103', + 'prev_word_id' => '1008', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7230 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11900', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '104', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2137', + ], + 7231 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11901', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '105', + 'prev_word_id' => '2137', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '948', + ], + 7232 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11902', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1439', + 'placement' => '106', + 'prev_word_id' => '948', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '949', + ], + 7233 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11903', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '107', + 'prev_word_id' => '949', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1439', + ], + 7234 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11904', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1435', + 'placement' => '108', + 'prev_word_id' => '1439', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7235 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11905', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '109', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1435', + ], + 7236 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11906', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '110', + 'prev_word_id' => '1435', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '813', + ], + 7237 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11907', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '111', + 'prev_word_id' => '813', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7238 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11908', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2136', + 'placement' => '112', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7239 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11909', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2147', + 'placement' => '113', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2136', + ], + 7240 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11910', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1770', + 'placement' => '114', + 'prev_word_id' => '2136', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2147', + ], + 7241 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11911', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '115', + 'prev_word_id' => '2147', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1770', + ], + 7242 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11912', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '116', + 'prev_word_id' => '1770', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7243 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11913', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2041', + 'placement' => '117', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7244 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11914', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '118', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2041', + ], + 7245 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11915', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2024', + 'placement' => '119', + 'prev_word_id' => '2041', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '805', + ], + 7246 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11916', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '120', + 'prev_word_id' => '805', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2024', + ], + 7247 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11917', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '121', + 'prev_word_id' => '2024', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '863', + ], + 7248 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11918', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2136', + 'placement' => '122', + 'prev_word_id' => '863', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '810', + ], + 7249 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11919', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '123', + 'prev_word_id' => '810', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2136', + ], + 7250 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11920', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '124', + 'prev_word_id' => '2136', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '813', + ], + 7251 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11921', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2135', + 'placement' => '125', + 'prev_word_id' => '813', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7252 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11922', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1624', + 'placement' => '126', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2135', + ], + 7253 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11923', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '127', + 'prev_word_id' => '2135', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1624', + ], + 7254 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11924', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2041', + 'placement' => '128', + 'prev_word_id' => '1624', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7255 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11925', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '129', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2041', + ], + 7256 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11926', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2148', + 'placement' => '130', + 'prev_word_id' => '2041', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '805', + ], + 7257 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11927', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '131', + 'prev_word_id' => '805', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2148', + ], + 7258 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11928', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '132', + 'prev_word_id' => '2148', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '801', + ], + 7259 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11929', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '133', + 'prev_word_id' => '801', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '897', + ], + 7260 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11930', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2136', + 'placement' => '134', + 'prev_word_id' => '897', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '810', + ], + 7261 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11931', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '135', + 'prev_word_id' => '810', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2136', + ], + 7262 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11932', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '136', + 'prev_word_id' => '2136', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '833', + ], + 7263 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11933', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2149', + 'placement' => '137', + 'prev_word_id' => '833', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '810', + ], + 7264 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11934', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '138', + 'prev_word_id' => '810', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2149', + ], + 7265 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11935', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '139', + 'prev_word_id' => '2149', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '863', + ], + 7266 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11936', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2136', + 'placement' => '140', + 'prev_word_id' => '863', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7267 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11937', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1761', + 'placement' => '141', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2136', + ], + 7268 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11938', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '142', + 'prev_word_id' => '2136', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1761', + ], + 7269 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11939', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2041', + 'placement' => '143', + 'prev_word_id' => '1761', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7270 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11940', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '144', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2041', + ], + 7271 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11941', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1924', + 'placement' => '145', + 'prev_word_id' => '2041', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1689', + ], + 7272 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11942', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2148', + 'placement' => '146', + 'prev_word_id' => '1689', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1924', + ], + 7273 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11943', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '147', + 'prev_word_id' => '1924', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2148', + ], + 7274 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11944', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '148', + 'prev_word_id' => '2148', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '833', + ], + 7275 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11945', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1683', + 'placement' => '149', + 'prev_word_id' => '833', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7276 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11946', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1761', + 'placement' => '150', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1683', + ], + 7277 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11947', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2150', + 'placement' => '151', + 'prev_word_id' => '1683', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1761', + ], + 7278 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11948', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2151', + 'placement' => '152', + 'prev_word_id' => '1761', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2150', + ], + 7279 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11949', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2140', + 'placement' => '153', + 'prev_word_id' => '2150', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2151', + ], + 7280 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11950', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1426', + 'placement' => '154', + 'prev_word_id' => '2151', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2140', + ], + 7281 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11951', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2004', + 'placement' => '155', + 'prev_word_id' => '2140', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1426', + ], + 7282 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11952', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '156', + 'prev_word_id' => '1426', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2004', + ], + 7283 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11953', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1247', + 'placement' => '157', + 'prev_word_id' => '2004', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7284 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11954', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '158', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1247', + ], + 7285 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11955', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2152', + 'placement' => '159', + 'prev_word_id' => '1247', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '863', + ], + 7286 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11956', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2153', + 'placement' => '160', + 'prev_word_id' => '863', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2152', + ], + 7287 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11957', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2004', + 'placement' => '161', + 'prev_word_id' => '2152', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2153', + ], + 7288 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11958', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2154', + 'placement' => '162', + 'prev_word_id' => '2153', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2004', + ], + 7289 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11959', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '163', + 'prev_word_id' => '2004', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2154', + ], + 7290 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11960', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '944', + 'placement' => '164', + 'prev_word_id' => '2154', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7291 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11961', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '165', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '944', + ], + 7292 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11962', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1429', + 'placement' => '166', + 'prev_word_id' => '944', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7293 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11963', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2155', + 'placement' => '167', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1429', + ], + 7294 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11964', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2008', + 'placement' => '168', + 'prev_word_id' => '1429', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2155', + ], + 7295 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11965', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1836', + 'placement' => '169', + 'prev_word_id' => '2155', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2008', + ], + 7296 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11966', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '170', + 'prev_word_id' => '2008', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1836', + ], + 7297 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11967', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2136', + 'placement' => '171', + 'prev_word_id' => '1836', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7298 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11968', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2156', + 'placement' => '172', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2136', + ], + 7299 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11969', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '173', + 'prev_word_id' => '2136', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2156', + ], + 7300 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11970', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2152', + 'placement' => '174', + 'prev_word_id' => '2156', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '863', + ], + 7301 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11971', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2153', + 'placement' => '175', + 'prev_word_id' => '863', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2152', + ], + 7302 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11972', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '936', + 'placement' => '176', + 'prev_word_id' => '2152', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2153', + ], + 7303 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11973', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '177', + 'prev_word_id' => '2153', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '936', + ], + 7304 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11974', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2131', + 'placement' => '178', + 'prev_word_id' => '936', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1384', + ], + 7305 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11975', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '179', + 'prev_word_id' => '1384', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2131', + ], + 7306 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11976', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2157', + 'placement' => '180', + 'prev_word_id' => '2131', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '945', + ], + 7307 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11977', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '888', + 'placement' => '181', + 'prev_word_id' => '945', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2157', + ], + 7308 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11978', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '182', + 'prev_word_id' => '2157', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '888', + ], + 7309 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11979', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2158', + 'placement' => '183', + 'prev_word_id' => '888', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '844', + ], + 7310 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11980', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1682', + 'placement' => '184', + 'prev_word_id' => '844', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2158', + ], + 7311 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11981', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2069', + 'placement' => '185', + 'prev_word_id' => '2158', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1682', + ], + 7312 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11982', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2159', + 'placement' => '186', + 'prev_word_id' => '1682', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2069', + ], + 7313 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11983', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2069', + 'placement' => '187', + 'prev_word_id' => '2069', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2159', + ], + 7314 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11984', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2049', + 'placement' => '188', + 'prev_word_id' => '2159', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2069', + ], + 7315 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11985', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '917', + 'placement' => '189', + 'prev_word_id' => '2069', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2049', + ], + 7316 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11986', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '190', + 'prev_word_id' => '2049', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '917', + ], + 7317 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11987', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1247', + 'placement' => '191', + 'prev_word_id' => '917', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '814', + ], + 7318 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11988', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '192', + 'prev_word_id' => '814', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1247', + ], + 7319 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11989', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '193', + 'prev_word_id' => '1247', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '809', + ], + 7320 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11990', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2160', + 'placement' => '194', + 'prev_word_id' => '809', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '898', + ], + 7321 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11991', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2161', + 'placement' => '195', + 'prev_word_id' => '898', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2160', + ], + 7322 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11992', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2162', + 'placement' => '196', + 'prev_word_id' => '2160', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2161', + ], + 7323 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11993', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '197', + 'prev_word_id' => '2161', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2162', + ], + 7324 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11994', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '198', + 'prev_word_id' => '2162', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '863', + ], + 7325 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11995', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2163', + 'placement' => '199', + 'prev_word_id' => '863', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '810', + ], + 7326 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11996', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2049', + 'placement' => '200', + 'prev_word_id' => '810', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2163', + ], + 7327 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11997', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '201', + 'prev_word_id' => '2163', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2049', + ], + 7328 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11998', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2097', + 'placement' => '202', + 'prev_word_id' => '2049', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '816', + ], + 7329 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '11999', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2098', + 'placement' => '203', + 'prev_word_id' => '816', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2097', + ], + 7330 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12000', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '204', + 'prev_word_id' => '2097', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2098', + ], + 7331 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12001', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2164', + 'placement' => '205', + 'prev_word_id' => '2098', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1133', + ], + 7332 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12002', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2165', + 'placement' => '206', + 'prev_word_id' => '1133', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2164', + ], + 7333 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12003', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2166', + 'placement' => '207', + 'prev_word_id' => '2164', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2165', + ], + 7334 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12004', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2167', + 'placement' => '208', + 'prev_word_id' => '2165', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2166', + ], + 7335 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12005', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2168', + 'placement' => '209', + 'prev_word_id' => '2166', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2167', + ], + 7336 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12006', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2169', + 'placement' => '210', + 'prev_word_id' => '2167', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2168', + ], + 7337 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12007', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2170', + 'placement' => '211', + 'prev_word_id' => '2168', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2169', + ], + 7338 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12008', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2171', + 'placement' => '212', + 'prev_word_id' => '2169', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2170', + ], + 7339 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12009', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '213', + 'prev_word_id' => '2170', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2171', + ], + 7340 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12010', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2172', + 'placement' => '214', + 'prev_word_id' => '2171', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '816', + ], + 7341 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12011', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '215', + 'prev_word_id' => '816', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2172', + ], + 7342 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12012', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2173', + 'placement' => '216', + 'prev_word_id' => '2172', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '833', + ], + 7343 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12013', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2168', + 'placement' => '217', + 'prev_word_id' => '833', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2173', + ], + 7344 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12014', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2169', + 'placement' => '218', + 'prev_word_id' => '2173', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2168', + ], + 7345 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12015', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2172', + 'placement' => '219', + 'prev_word_id' => '2168', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2169', + ], + 7346 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12016', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2171', + 'placement' => '220', + 'prev_word_id' => '2169', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2172', + ], + 7347 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12017', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '221', + 'prev_word_id' => '2172', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2171', + ], + 7348 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12018', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '222', + 'prev_word_id' => '2171', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1749', + ], + 7349 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12019', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2161', + 'placement' => '223', + 'prev_word_id' => '1749', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '813', + ], + 7350 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12020', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '224', + 'prev_word_id' => '813', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2161', + ], + 7351 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12021', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2172', + 'placement' => '225', + 'prev_word_id' => '2161', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '816', + ], + 7352 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12022', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1082', + 'placement' => '226', + 'prev_word_id' => '816', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2172', + ], + 7353 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12023', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2174', + 'placement' => '227', + 'prev_word_id' => '2172', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1082', + ], + 7354 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12024', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2175', + 'placement' => '228', + 'prev_word_id' => '1082', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2174', + ], + 7355 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12025', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2176', + 'placement' => '229', + 'prev_word_id' => '2174', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2175', + ], + 7356 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12026', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1259', + 'placement' => '230', + 'prev_word_id' => '2175', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2176', + ], + 7357 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12027', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2177', + 'placement' => '231', + 'prev_word_id' => '2176', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1259', + ], + 7358 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12028', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '232', + 'prev_word_id' => '1259', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2177', + ], + 7359 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12029', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1362', + 'placement' => '233', + 'prev_word_id' => '2177', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '801', + ], + 7360 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12030', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2168', + 'placement' => '234', + 'prev_word_id' => '801', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1362', + ], + 7361 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12031', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2169', + 'placement' => '235', + 'prev_word_id' => '1362', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2168', + ], + 7362 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12032', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2172', + 'placement' => '236', + 'prev_word_id' => '2168', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2169', + ], + 7363 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12033', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2171', + 'placement' => '237', + 'prev_word_id' => '2169', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2172', + ], + 7364 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12034', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2178', + 'placement' => '238', + 'prev_word_id' => '2172', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2171', + ], + 7365 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12035', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2179', + 'placement' => '239', + 'prev_word_id' => '2171', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2178', + ], + 7366 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12036', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2171', + 'placement' => '240', + 'prev_word_id' => '2178', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2179', + ], + 7367 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12037', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1926', + 'placement' => '241', + 'prev_word_id' => '2179', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2171', + ], + 7368 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12038', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2137', + 'placement' => '242', + 'prev_word_id' => '2171', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1926', + ], + 7369 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12039', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2174', + 'placement' => '243', + 'prev_word_id' => '1926', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2137', + ], + 7370 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12040', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2175', + 'placement' => '244', + 'prev_word_id' => '2137', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2174', + ], + 7371 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12041', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2171', + 'placement' => '245', + 'prev_word_id' => '2174', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2175', + ], + 7372 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12042', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1926', + 'placement' => '246', + 'prev_word_id' => '2175', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2171', + ], + 7373 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12043', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2137', + 'placement' => '247', + 'prev_word_id' => '2171', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1926', + ], + 7374 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12044', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1067', + 'placement' => '248', + 'prev_word_id' => '1926', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2137', + ], + 7375 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12045', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2174', + 'placement' => '249', + 'prev_word_id' => '2137', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1067', + ], + 7376 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12046', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2175', + 'placement' => '250', + 'prev_word_id' => '1067', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2174', + ], + 7377 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12047', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2171', + 'placement' => '251', + 'prev_word_id' => '2174', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2175', + ], + 7378 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12048', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '910', + 'placement' => '252', + 'prev_word_id' => '2175', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2171', + ], + 7379 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12049', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2005', + 'placement' => '253', + 'prev_word_id' => '2171', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '910', + ], + 7380 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12050', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2137', + 'placement' => '254', + 'prev_word_id' => '910', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2005', + ], + 7381 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12051', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '255', + 'prev_word_id' => '2005', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2137', + ], + 7382 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12052', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1926', + 'placement' => '256', + 'prev_word_id' => '2137', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '801', + ], + 7383 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12053', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '917', + 'placement' => '257', + 'prev_word_id' => '801', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1926', + ], + 7384 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12054', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '258', + 'prev_word_id' => '1926', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '917', + ], + 7385 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12055', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2180', + 'placement' => '259', + 'prev_word_id' => '917', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '976', + ], + 7386 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12056', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2181', + 'placement' => '260', + 'prev_word_id' => '976', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2180', + ], + 7387 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12057', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2171', + 'placement' => '261', + 'prev_word_id' => '2180', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2181', + ], + 7388 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12058', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '262', + 'prev_word_id' => '2181', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '2171', + ], + 7389 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12059', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '263', + 'prev_word_id' => '2171', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '976', + ], + 7390 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12060', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '264', + 'prev_word_id' => '976', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1191', + ], + 7391 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '148', + 'frequency' => '0', + 'id' => '12061', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '265', + 'prev_word_id' => '1191', + 'published' => '1311154194', + 'section_id' => '1', + 'word_id' => '1191', + ], + 7392 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '149', + 'frequency' => '0', + 'id' => '12062', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1716', + ], + 7393 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '149', + 'frequency' => '0', + 'id' => '12063', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1716', + ], + 7394 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12064', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '942', + ], + 7395 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12065', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '1', + 'prev_word_id' => '942', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '943', + ], + 7396 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12066', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '2', + 'prev_word_id' => '943', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '822', + ], + 7397 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12067', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2182', + 'placement' => '3', + 'prev_word_id' => '822', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '929', + ], + 7398 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12068', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '4', + 'prev_word_id' => '929', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2182', + ], + 7399 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12069', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '5', + 'prev_word_id' => '2182', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '822', + ], + 7400 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12070', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '6', + 'prev_word_id' => '822', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1417', + ], + 7401 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12071', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2106', + 'placement' => '7', + 'prev_word_id' => '1417', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1396', + ], + 7402 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12072', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2183', + 'placement' => '8', + 'prev_word_id' => '1396', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2106', + ], + 7403 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12073', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1371', + 'placement' => '9', + 'prev_word_id' => '2106', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2183', + ], + 7404 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12074', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2184', + 'placement' => '10', + 'prev_word_id' => '2183', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1371', + ], + 7405 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12075', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '11', + 'prev_word_id' => '1371', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2184', + ], + 7406 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12076', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '12', + 'prev_word_id' => '2184', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7407 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12077', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '13', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '856', + ], + 7408 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12078', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2185', + 'placement' => '14', + 'prev_word_id' => '856', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7409 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12079', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '15', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2185', + ], + 7410 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12080', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1237', + 'placement' => '16', + 'prev_word_id' => '2185', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7411 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12081', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2186', + 'placement' => '17', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1237', + ], + 7412 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12082', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '18', + 'prev_word_id' => '1237', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2186', + ], + 7413 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12083', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '19', + 'prev_word_id' => '2186', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '898', + ], + 7414 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12084', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '20', + 'prev_word_id' => '898', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7415 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12085', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '826', + 'placement' => '21', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7416 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12086', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1056', + 'placement' => '22', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '826', + ], + 7417 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12087', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1057', + 'placement' => '23', + 'prev_word_id' => '826', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1056', + ], + 7418 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12088', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '24', + 'prev_word_id' => '1056', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1057', + ], + 7419 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12089', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '25', + 'prev_word_id' => '1057', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7420 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12090', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '26', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7421 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12091', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '942', + 'placement' => '27', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7422 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12092', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '28', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '942', + ], + 7423 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12093', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2187', + 'placement' => '29', + 'prev_word_id' => '942', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '943', + ], + 7424 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12094', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '30', + 'prev_word_id' => '943', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2187', + ], + 7425 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12095', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '31', + 'prev_word_id' => '2187', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '948', + ], + 7426 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12096', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2188', + 'placement' => '32', + 'prev_word_id' => '948', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '949', + ], + 7427 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12097', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2189', + 'placement' => '33', + 'prev_word_id' => '949', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2188', + ], + 7428 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12098', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '34', + 'prev_word_id' => '2188', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2189', + ], + 7429 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12099', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '35', + 'prev_word_id' => '2189', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '948', + ], + 7430 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12100', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1833', + 'placement' => '36', + 'prev_word_id' => '948', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '949', + ], + 7431 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12101', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '37', + 'prev_word_id' => '949', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1833', + ], + 7432 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12102', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2190', + 'placement' => '38', + 'prev_word_id' => '1833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7433 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12103', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '39', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2190', + ], + 7434 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12104', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '40', + 'prev_word_id' => '2190', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '948', + ], + 7435 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12105', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '942', + 'placement' => '41', + 'prev_word_id' => '948', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '949', + ], + 7436 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12106', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '42', + 'prev_word_id' => '949', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '942', + ], + 7437 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12107', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1307', + 'placement' => '43', + 'prev_word_id' => '942', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '943', + ], + 7438 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12108', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1754', + 'placement' => '44', + 'prev_word_id' => '943', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1307', + ], + 7439 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12109', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '45', + 'prev_word_id' => '1307', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1754', + ], + 7440 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12110', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '46', + 'prev_word_id' => '1754', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '948', + ], + 7441 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12111', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '942', + 'placement' => '47', + 'prev_word_id' => '948', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '949', + ], + 7442 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12112', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '48', + 'prev_word_id' => '949', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '942', + ], + 7443 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12113', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1724', + 'placement' => '49', + 'prev_word_id' => '942', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '943', + ], + 7444 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12114', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2191', + 'placement' => '50', + 'prev_word_id' => '943', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1724', + ], + 7445 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12115', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '51', + 'prev_word_id' => '1724', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2191', + ], + 7446 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12116', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '52', + 'prev_word_id' => '2191', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1191', + ], + 7447 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '150', + 'frequency' => '0', + 'id' => '12117', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '53', + 'prev_word_id' => '1191', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1191', + ], + 7448 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12118', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7449 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12119', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '1', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7450 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12120', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '2', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1133', + ], + 7451 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12121', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '3', + 'prev_word_id' => '1133', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1133', + ], + 7452 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12122', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '4', + 'prev_word_id' => '1133', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '841', + ], + 7453 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12123', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '5', + 'prev_word_id' => '841', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7454 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12124', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '6', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '831', + ], + 7455 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12125', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2192', + 'placement' => '7', + 'prev_word_id' => '831', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7456 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12126', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '8', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2192', + ], + 7457 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12127', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '9', + 'prev_word_id' => '2192', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '841', + ], + 7458 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12128', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '10', + 'prev_word_id' => '841', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7459 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12129', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '11', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '831', + ], + 7460 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12130', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2193', + 'placement' => '12', + 'prev_word_id' => '831', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '832', + ], + 7461 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12131', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '13', + 'prev_word_id' => '832', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2193', + ], + 7462 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12132', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '925', + 'placement' => '14', + 'prev_word_id' => '2193', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7463 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12133', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2194', + 'placement' => '15', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '925', + ], + 7464 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12134', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2195', + 'placement' => '16', + 'prev_word_id' => '925', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2194', + ], + 7465 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12135', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '17', + 'prev_word_id' => '2194', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2195', + ], + 7466 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12136', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2196', + 'placement' => '18', + 'prev_word_id' => '2195', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 7467 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12137', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '19', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2196', + ], + 7468 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12138', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '20', + 'prev_word_id' => '2196', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7469 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12139', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2069', + 'placement' => '21', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1689', + ], + 7470 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12140', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2197', + 'placement' => '22', + 'prev_word_id' => '1689', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2069', + ], + 7471 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12141', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2198', + 'placement' => '23', + 'prev_word_id' => '2069', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2197', + ], + 7472 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12142', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '24', + 'prev_word_id' => '2197', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2198', + ], + 7473 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12143', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2199', + 'placement' => '25', + 'prev_word_id' => '2198', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7474 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12144', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2200', + 'placement' => '26', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2199', + ], + 7475 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12145', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2201', + 'placement' => '27', + 'prev_word_id' => '2199', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2200', + ], + 7476 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12146', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '28', + 'prev_word_id' => '2200', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2201', + ], + 7477 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12147', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '29', + 'prev_word_id' => '2201', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7478 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12148', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '30', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7479 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12149', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '31', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '805', + ], + 7480 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12150', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2202', + 'placement' => '32', + 'prev_word_id' => '805', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7481 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12151', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '33', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2202', + ], + 7482 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12152', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '34', + 'prev_word_id' => '2202', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1133', + ], + 7483 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12153', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '35', + 'prev_word_id' => '1133', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '841', + ], + 7484 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12154', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '36', + 'prev_word_id' => '841', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7485 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12155', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2203', + 'placement' => '37', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '831', + ], + 7486 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12156', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1320', + 'placement' => '38', + 'prev_word_id' => '831', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2203', + ], + 7487 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12157', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2204', + 'placement' => '39', + 'prev_word_id' => '2203', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1320', + ], + 7488 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12158', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '40', + 'prev_word_id' => '1320', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2204', + ], + 7489 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12159', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2205', + 'placement' => '41', + 'prev_word_id' => '2204', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 7490 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12160', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '42', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2205', + ], + 7491 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12161', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2206', + 'placement' => '43', + 'prev_word_id' => '2205', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7492 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12162', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '44', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2206', + ], + 7493 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12163', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '45', + 'prev_word_id' => '2206', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '816', + ], + 7494 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12164', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2207', + 'placement' => '46', + 'prev_word_id' => '816', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '841', + ], + 7495 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12165', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2208', + 'placement' => '47', + 'prev_word_id' => '841', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2207', + ], + 7496 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12166', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2209', + 'placement' => '48', + 'prev_word_id' => '2207', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2208', + ], + 7497 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12167', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '49', + 'prev_word_id' => '2208', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2209', + ], + 7498 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12168', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '50', + 'prev_word_id' => '2209', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7499 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12169', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '865', + 'placement' => '51', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '921', + ], + 7500 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12170', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '52', + 'prev_word_id' => '921', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '865', + ], + 7501 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12171', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '53', + 'prev_word_id' => '865', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7502 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12172', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '54', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7503 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12173', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '55', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '805', + ], + 7504 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12174', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2210', + 'placement' => '56', + 'prev_word_id' => '805', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7505 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12175', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '57', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2210', + ], + 7506 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12176', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '829', + 'placement' => '58', + 'prev_word_id' => '2210', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '828', + ], + 7507 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12177', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2201', + 'placement' => '59', + 'prev_word_id' => '828', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '829', + ], + 7508 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12178', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '60', + 'prev_word_id' => '829', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2201', + ], + 7509 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12179', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '925', + 'placement' => '61', + 'prev_word_id' => '2201', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7510 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12180', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2211', + 'placement' => '62', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '925', + ], + 7511 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12181', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '63', + 'prev_word_id' => '925', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2211', + ], + 7512 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12182', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1941', + 'placement' => '64', + 'prev_word_id' => '2211', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '843', + ], + 7513 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12183', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '65', + 'prev_word_id' => '843', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1941', + ], + 7514 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12184', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2212', + 'placement' => '66', + 'prev_word_id' => '1941', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7515 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12185', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '67', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2212', + ], + 7516 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12186', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '68', + 'prev_word_id' => '2212', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '848', + ], + 7517 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12187', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2192', + 'placement' => '69', + 'prev_word_id' => '848', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7518 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12188', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '70', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2192', + ], + 7519 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12189', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '71', + 'prev_word_id' => '2192', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1258', + ], + 7520 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12190', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1720', + 'placement' => '72', + 'prev_word_id' => '1258', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7521 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12191', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2213', + 'placement' => '73', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1720', + ], + 7522 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12192', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2214', + 'placement' => '74', + 'prev_word_id' => '1720', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2213', + ], + 7523 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12193', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '75', + 'prev_word_id' => '2213', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2214', + ], + 7524 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12194', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '76', + 'prev_word_id' => '2214', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1835', + ], + 7525 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12195', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1982', + 'placement' => '77', + 'prev_word_id' => '1835', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7526 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12196', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2215', + 'placement' => '78', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1982', + ], + 7527 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12197', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2216', + 'placement' => '79', + 'prev_word_id' => '1982', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2215', + ], + 7528 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12198', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '80', + 'prev_word_id' => '2215', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2216', + ], + 7529 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12199', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2212', + 'placement' => '81', + 'prev_word_id' => '2216', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '804', + ], + 7530 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12200', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2217', + 'placement' => '82', + 'prev_word_id' => '804', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2212', + ], + 7531 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12201', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1720', + 'placement' => '83', + 'prev_word_id' => '2212', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2217', + ], + 7532 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12202', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2218', + 'placement' => '84', + 'prev_word_id' => '2217', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1720', + ], + 7533 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12203', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2214', + 'placement' => '85', + 'prev_word_id' => '1720', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2218', + ], + 7534 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12204', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2198', + 'placement' => '86', + 'prev_word_id' => '2218', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2214', + ], + 7535 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12205', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2219', + 'placement' => '87', + 'prev_word_id' => '2214', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2198', + ], + 7536 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12206', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2220', + 'placement' => '88', + 'prev_word_id' => '2198', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2219', + ], + 7537 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12207', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '89', + 'prev_word_id' => '2219', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2220', + ], + 7538 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12208', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '90', + 'prev_word_id' => '2220', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1437', + ], + 7539 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12209', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '91', + 'prev_word_id' => '1437', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7540 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12210', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '92', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7541 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12211', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '93', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '805', + ], + 7542 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12212', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '94', + 'prev_word_id' => '805', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1290', + ], + 7543 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12213', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '95', + 'prev_word_id' => '1290', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7544 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12214', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2221', + 'placement' => '96', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7545 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12215', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2222', + 'placement' => '97', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2221', + ], + 7546 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12216', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '98', + 'prev_word_id' => '2221', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2222', + ], + 7547 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12217', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '99', + 'prev_word_id' => '2222', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '828', + ], + 7548 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12218', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2223', + 'placement' => '100', + 'prev_word_id' => '828', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7549 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12219', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2203', + 'placement' => '101', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2223', + ], + 7550 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12220', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2224', + 'placement' => '102', + 'prev_word_id' => '2223', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2203', + ], + 7551 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12221', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '103', + 'prev_word_id' => '2203', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2224', + ], + 7552 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12222', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '104', + 'prev_word_id' => '2224', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 7553 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12223', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2225', + 'placement' => '105', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7554 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12224', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '106', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2225', + ], + 7555 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12225', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '107', + 'prev_word_id' => '2225', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7556 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12226', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '108', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7557 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12227', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '109', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7558 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12228', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2226', + 'placement' => '110', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1133', + ], + 7559 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12229', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '111', + 'prev_word_id' => '1133', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2226', + ], + 7560 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12230', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '112', + 'prev_word_id' => '2226', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '805', + ], + 7561 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12231', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2227', + 'placement' => '113', + 'prev_word_id' => '805', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7562 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12232', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2228', + 'placement' => '114', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2227', + ], + 7563 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12233', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '115', + 'prev_word_id' => '2227', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2228', + ], + 7564 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12234', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2223', + 'placement' => '116', + 'prev_word_id' => '2228', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7565 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12235', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2229', + 'placement' => '117', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2223', + ], + 7566 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12236', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '912', + 'placement' => '118', + 'prev_word_id' => '2223', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2229', + ], + 7567 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12237', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '119', + 'prev_word_id' => '2229', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '912', + ], + 7568 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12238', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1548', + 'placement' => '120', + 'prev_word_id' => '912', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7569 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12239', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2230', + 'placement' => '121', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1548', + ], + 7570 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12240', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2212', + 'placement' => '122', + 'prev_word_id' => '1548', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2230', + ], + 7571 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12241', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '123', + 'prev_word_id' => '2230', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2212', + ], + 7572 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12242', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2231', + 'placement' => '124', + 'prev_word_id' => '2212', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1133', + ], + 7573 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12243', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2232', + 'placement' => '125', + 'prev_word_id' => '1133', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2231', + ], + 7574 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12244', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '126', + 'prev_word_id' => '2231', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2232', + ], + 7575 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12245', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2233', + 'placement' => '127', + 'prev_word_id' => '2232', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7576 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12246', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2234', + 'placement' => '128', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2233', + ], + 7577 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12247', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2235', + 'placement' => '129', + 'prev_word_id' => '2233', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2234', + ], + 7578 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12248', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1824', + 'placement' => '130', + 'prev_word_id' => '2234', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2235', + ], + 7579 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12249', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2236', + 'placement' => '131', + 'prev_word_id' => '2235', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1824', + ], + 7580 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12250', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '132', + 'prev_word_id' => '1824', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2236', + ], + 7581 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12251', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '912', + 'placement' => '133', + 'prev_word_id' => '2236', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '816', + ], + 7582 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12252', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2237', + 'placement' => '134', + 'prev_word_id' => '816', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '912', + ], + 7583 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12253', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1641', + 'placement' => '135', + 'prev_word_id' => '912', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2237', + ], + 7584 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12254', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '919', + 'placement' => '136', + 'prev_word_id' => '2237', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1641', + ], + 7585 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12255', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '137', + 'prev_word_id' => '1641', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '919', + ], + 7586 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12256', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '861', + 'placement' => '138', + 'prev_word_id' => '919', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7587 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12257', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '914', + 'placement' => '139', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '861', + ], + 7588 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12258', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '140', + 'prev_word_id' => '861', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '914', + ], + 7589 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12259', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '141', + 'prev_word_id' => '914', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7590 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12260', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '925', + 'placement' => '142', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7591 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12261', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2238', + 'placement' => '143', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '925', + ], + 7592 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12262', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2239', + 'placement' => '144', + 'prev_word_id' => '925', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2238', + ], + 7593 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12263', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1022', + 'placement' => '145', + 'prev_word_id' => '2238', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2239', + ], + 7594 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12264', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2240', + 'placement' => '146', + 'prev_word_id' => '2239', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1022', + ], + 7595 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12265', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1424', + 'placement' => '147', + 'prev_word_id' => '1022', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2240', + ], + 7596 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12266', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2072', + 'placement' => '148', + 'prev_word_id' => '2240', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1424', + ], + 7597 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12267', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2241', + 'placement' => '149', + 'prev_word_id' => '1424', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2072', + ], + 7598 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12268', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '150', + 'prev_word_id' => '2072', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2241', + ], + 7599 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12269', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '151', + 'prev_word_id' => '2241', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1443', + ], + 7600 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12270', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '152', + 'prev_word_id' => '1443', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7601 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12271', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1530', + 'placement' => '153', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '804', + ], + 7602 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12272', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '154', + 'prev_word_id' => '804', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1530', + ], + 7603 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12273', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1504', + 'placement' => '155', + 'prev_word_id' => '1530', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '809', + ], + 7604 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12274', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2242', + 'placement' => '156', + 'prev_word_id' => '809', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1504', + ], + 7605 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12275', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2236', + 'placement' => '157', + 'prev_word_id' => '1504', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2242', + ], + 7606 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12276', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '158', + 'prev_word_id' => '2242', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2236', + ], + 7607 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12277', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2197', + 'placement' => '159', + 'prev_word_id' => '2236', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '809', + ], + 7608 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12278', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '160', + 'prev_word_id' => '809', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2197', + ], + 7609 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12279', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2243', + 'placement' => '161', + 'prev_word_id' => '2197', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 7610 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12280', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '162', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2243', + ], + 7611 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12281', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2244', + 'placement' => '163', + 'prev_word_id' => '2243', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7612 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12282', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '164', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2244', + ], + 7613 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12283', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2245', + 'placement' => '165', + 'prev_word_id' => '2244', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7614 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12284', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '166', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2245', + ], + 7615 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12285', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2246', + 'placement' => '167', + 'prev_word_id' => '2245', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7616 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12286', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '168', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2246', + ], + 7617 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12287', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '925', + 'placement' => '169', + 'prev_word_id' => '2246', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7618 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12288', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '170', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '925', + ], + 7619 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12289', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '171', + 'prev_word_id' => '925', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '805', + ], + 7620 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12290', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2247', + 'placement' => '172', + 'prev_word_id' => '805', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7621 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12291', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2192', + 'placement' => '173', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2247', + ], + 7622 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12292', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2203', + 'placement' => '174', + 'prev_word_id' => '2247', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2192', + ], + 7623 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12293', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2193', + 'placement' => '175', + 'prev_word_id' => '2192', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2203', + ], + 7624 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12294', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '176', + 'prev_word_id' => '2203', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2193', + ], + 7625 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12295', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '177', + 'prev_word_id' => '2193', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 7626 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12296', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '961', + 'placement' => '178', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7627 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12297', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '179', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '961', + ], + 7628 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12298', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '180', + 'prev_word_id' => '961', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7629 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12299', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1126', + 'placement' => '181', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '945', + ], + 7630 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12300', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '182', + 'prev_word_id' => '945', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1126', + ], + 7631 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12301', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1126', + 'placement' => '183', + 'prev_word_id' => '1126', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '804', + ], + 7632 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12302', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2248', + 'placement' => '184', + 'prev_word_id' => '804', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1126', + ], + 7633 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12303', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '185', + 'prev_word_id' => '1126', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2248', + ], + 7634 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12304', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2221', + 'placement' => '186', + 'prev_word_id' => '2248', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7635 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12305', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1802', + 'placement' => '187', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2221', + ], + 7636 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12306', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2249', + 'placement' => '188', + 'prev_word_id' => '2221', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1802', + ], + 7637 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12307', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2250', + 'placement' => '189', + 'prev_word_id' => '1802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2249', + ], + 7638 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12308', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '190', + 'prev_word_id' => '2249', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2250', + ], + 7639 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12309', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1861', + 'placement' => '191', + 'prev_word_id' => '2250', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7640 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12310', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '842', + 'placement' => '192', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1861', + ], + 7641 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12311', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '193', + 'prev_word_id' => '1861', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '842', + ], + 7642 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12312', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1934', + 'placement' => '194', + 'prev_word_id' => '842', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7643 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12313', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1907', + 'placement' => '195', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1934', + ], + 7644 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12314', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '196', + 'prev_word_id' => '1934', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1907', + ], + 7645 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12315', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2251', + 'placement' => '197', + 'prev_word_id' => '1907', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '841', + ], + 7646 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12316', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '198', + 'prev_word_id' => '841', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2251', + ], + 7647 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12317', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1640', + 'placement' => '199', + 'prev_word_id' => '2251', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7648 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12318', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2252', + 'placement' => '200', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1640', + ], + 7649 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12319', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '201', + 'prev_word_id' => '1640', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2252', + ], + 7650 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12320', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '202', + 'prev_word_id' => '2252', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '848', + ], + 7651 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12321', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2253', + 'placement' => '203', + 'prev_word_id' => '848', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '898', + ], + 7652 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12322', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '204', + 'prev_word_id' => '898', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2253', + ], + 7653 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12323', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '205', + 'prev_word_id' => '2253', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7654 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12324', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2254', + 'placement' => '206', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7655 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12325', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '207', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2254', + ], + 7656 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12326', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '208', + 'prev_word_id' => '2254', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '809', + ], + 7657 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12327', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1786', + 'placement' => '209', + 'prev_word_id' => '809', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7658 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12328', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2255', + 'placement' => '210', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1786', + ], + 7659 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12329', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2256', + 'placement' => '211', + 'prev_word_id' => '1786', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2255', + ], + 7660 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12330', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '212', + 'prev_word_id' => '2255', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2256', + ], + 7661 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12331', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1414', + 'placement' => '213', + 'prev_word_id' => '2256', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '921', + ], + 7662 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12332', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2069', + 'placement' => '214', + 'prev_word_id' => '921', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1414', + ], + 7663 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12333', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2257', + 'placement' => '215', + 'prev_word_id' => '1414', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2069', + ], + 7664 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12334', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '216', + 'prev_word_id' => '2069', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2257', + ], + 7665 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12335', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '217', + 'prev_word_id' => '2257', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 7666 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12336', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2048', + 'placement' => '218', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '804', + ], + 7667 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12337', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '219', + 'prev_word_id' => '804', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2048', + ], + 7668 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12338', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '220', + 'prev_word_id' => '2048', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7669 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12339', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '221', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7670 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12340', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2024', + 'placement' => '222', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1689', + ], + 7671 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12341', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2258', + 'placement' => '223', + 'prev_word_id' => '1689', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2024', + ], + 7672 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12342', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '224', + 'prev_word_id' => '2024', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2258', + ], + 7673 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12343', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1022', + 'placement' => '225', + 'prev_word_id' => '2258', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7674 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12344', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '226', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1022', + ], + 7675 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12345', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2259', + 'placement' => '227', + 'prev_word_id' => '1022', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7676 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12346', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '228', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2259', + ], + 7677 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12347', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2231', + 'placement' => '229', + 'prev_word_id' => '2259', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '816', + ], + 7678 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12348', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '230', + 'prev_word_id' => '816', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2231', + ], + 7679 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12349', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1127', + 'placement' => '231', + 'prev_word_id' => '2231', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 7680 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12350', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '232', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1127', + ], + 7681 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12351', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2260', + 'placement' => '233', + 'prev_word_id' => '1127', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7682 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12352', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2261', + 'placement' => '234', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2260', + ], + 7683 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12353', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2262', + 'placement' => '235', + 'prev_word_id' => '2260', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2261', + ], + 7684 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12354', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '236', + 'prev_word_id' => '2261', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2262', + ], + 7685 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12355', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '237', + 'prev_word_id' => '2262', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7686 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12356', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2262', + 'placement' => '238', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1042', + ], + 7687 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12357', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2263', + 'placement' => '239', + 'prev_word_id' => '1042', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2262', + ], + 7688 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12358', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '240', + 'prev_word_id' => '2262', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2263', + ], + 7689 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12359', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '241', + 'prev_word_id' => '2263', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '893', + ], + 7690 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12360', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '242', + 'prev_word_id' => '893', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '894', + ], + 7691 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12361', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '862', + 'placement' => '243', + 'prev_word_id' => '894', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1319', + ], + 7692 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12362', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '244', + 'prev_word_id' => '1319', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '862', + ], + 7693 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12363', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1795', + 'placement' => '245', + 'prev_word_id' => '862', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '945', + ], + 7694 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12364', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '246', + 'prev_word_id' => '945', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1795', + ], + 7695 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12365', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '247', + 'prev_word_id' => '1795', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7696 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12366', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '248', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7697 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12367', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1348', + 'placement' => '249', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '805', + ], + 7698 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12368', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '250', + 'prev_word_id' => '805', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1348', + ], + 7699 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12369', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '251', + 'prev_word_id' => '1348', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '816', + ], + 7700 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12370', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2205', + 'placement' => '252', + 'prev_word_id' => '816', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '894', + ], + 7701 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12371', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '253', + 'prev_word_id' => '894', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2205', + ], + 7702 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12372', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2206', + 'placement' => '254', + 'prev_word_id' => '2205', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7703 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12373', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '255', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2206', + ], + 7704 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12374', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '256', + 'prev_word_id' => '2206', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7705 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12375', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2264', + 'placement' => '257', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7706 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12376', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2265', + 'placement' => '258', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2264', + ], + 7707 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12377', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2205', + 'placement' => '259', + 'prev_word_id' => '2264', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2265', + ], + 7708 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12378', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2266', + 'placement' => '260', + 'prev_word_id' => '2265', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2205', + ], + 7709 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12379', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '261', + 'prev_word_id' => '2205', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2266', + ], + 7710 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12380', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2004', + 'placement' => '262', + 'prev_word_id' => '2266', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1437', + ], + 7711 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12381', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2231', + 'placement' => '263', + 'prev_word_id' => '1437', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2004', + ], + 7712 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12382', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '264', + 'prev_word_id' => '2004', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2231', + ], + 7713 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12383', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2267', + 'placement' => '265', + 'prev_word_id' => '2231', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7714 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12384', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1368', + 'placement' => '266', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2267', + ], + 7715 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12385', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '267', + 'prev_word_id' => '2267', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1368', + ], + 7716 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12386', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2268', + 'placement' => '268', + 'prev_word_id' => '1368', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7717 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12387', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '269', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2268', + ], + 7718 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12388', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2269', + 'placement' => '270', + 'prev_word_id' => '2268', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 7719 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12389', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2270', + 'placement' => '271', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2269', + ], + 7720 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12390', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1368', + 'placement' => '272', + 'prev_word_id' => '2269', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2270', + ], + 7721 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12391', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '273', + 'prev_word_id' => '2270', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1368', + ], + 7722 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12392', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '274', + 'prev_word_id' => '1368', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7723 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12393', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1084', + 'placement' => '275', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7724 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12394', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '276', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1084', + ], + 7725 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12395', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2271', + 'placement' => '277', + 'prev_word_id' => '1084', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '815', + ], + 7726 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12396', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2124', + 'placement' => '278', + 'prev_word_id' => '815', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2271', + ], + 7727 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12397', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '279', + 'prev_word_id' => '2271', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2124', + ], + 7728 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12398', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2130', + 'placement' => '280', + 'prev_word_id' => '2124', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7729 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12399', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '281', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2130', + ], + 7730 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12400', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '910', + 'placement' => '282', + 'prev_word_id' => '2130', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '943', + ], + 7731 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12401', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '283', + 'prev_word_id' => '943', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '910', + ], + 7732 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12402', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '284', + 'prev_word_id' => '910', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '894', + ], + 7733 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12403', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '285', + 'prev_word_id' => '894', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7734 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12404', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '286', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1317', + ], + 7735 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12405', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1590', + 'placement' => '287', + 'prev_word_id' => '1317', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '804', + ], + 7736 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12406', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2272', + 'placement' => '288', + 'prev_word_id' => '804', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1590', + ], + 7737 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12407', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '289', + 'prev_word_id' => '1590', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2272', + ], + 7738 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12408', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1688', + 'placement' => '290', + 'prev_word_id' => '2272', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 7739 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12409', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '291', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1688', + ], + 7740 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12410', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2225', + 'placement' => '292', + 'prev_word_id' => '1688', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7741 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12411', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1808', + 'placement' => '293', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2225', + ], + 7742 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12412', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2273', + 'placement' => '294', + 'prev_word_id' => '2225', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1808', + ], + 7743 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12413', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '295', + 'prev_word_id' => '1808', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2273', + ], + 7744 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12414', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2215', + 'placement' => '296', + 'prev_word_id' => '2273', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 7745 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12415', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2274', + 'placement' => '297', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2215', + ], + 7746 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12416', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '298', + 'prev_word_id' => '2215', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2274', + ], + 7747 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12417', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '299', + 'prev_word_id' => '2274', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '948', + ], + 7748 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12418', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '300', + 'prev_word_id' => '948', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '949', + ], + 7749 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12419', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '301', + 'prev_word_id' => '949', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '948', + ], + 7750 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12420', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2275', + 'placement' => '302', + 'prev_word_id' => '948', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '949', + ], + 7751 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12421', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '959', + 'placement' => '303', + 'prev_word_id' => '949', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2275', + ], + 7752 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12422', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '304', + 'prev_word_id' => '2275', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '959', + ], + 7753 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12423', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '305', + 'prev_word_id' => '959', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7754 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12424', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1791', + 'placement' => '306', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7755 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12425', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '307', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1791', + ], + 7756 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12426', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1732', + 'placement' => '308', + 'prev_word_id' => '1791', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7757 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12427', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2276', + 'placement' => '309', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1732', + ], + 7758 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12428', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1549', + 'placement' => '310', + 'prev_word_id' => '1732', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2276', + ], + 7759 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12429', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '311', + 'prev_word_id' => '2276', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1549', + ], + 7760 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12430', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1646', + 'placement' => '312', + 'prev_word_id' => '1549', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1437', + ], + 7761 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12431', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2277', + 'placement' => '313', + 'prev_word_id' => '1437', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1646', + ], + 7762 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12432', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '314', + 'prev_word_id' => '1646', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2277', + ], + 7763 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12433', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '315', + 'prev_word_id' => '2277', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7764 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12434', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '316', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1665', + ], + 7765 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12435', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1513', + 'placement' => '317', + 'prev_word_id' => '1665', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7766 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12436', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '318', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1513', + ], + 7767 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12437', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2278', + 'placement' => '319', + 'prev_word_id' => '1513', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7768 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12438', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '320', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2278', + ], + 7769 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12439', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '321', + 'prev_word_id' => '2278', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7770 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12440', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2279', + 'placement' => '322', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7771 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12441', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '323', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2279', + ], + 7772 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12442', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2280', + 'placement' => '324', + 'prev_word_id' => '2279', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 7773 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12443', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '325', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2280', + ], + 7774 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12444', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2281', + 'placement' => '326', + 'prev_word_id' => '2280', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7775 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12445', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2282', + 'placement' => '327', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2281', + ], + 7776 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12446', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '328', + 'prev_word_id' => '2281', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2282', + ], + 7777 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12447', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '329', + 'prev_word_id' => '2282', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7778 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12448', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1790', + 'placement' => '330', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1317', + ], + 7779 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12449', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1359', + 'placement' => '331', + 'prev_word_id' => '1317', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1790', + ], + 7780 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12450', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '332', + 'prev_word_id' => '1790', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1359', + ], + 7781 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12451', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1940', + 'placement' => '333', + 'prev_word_id' => '1359', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1317', + ], + 7782 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12452', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '334', + 'prev_word_id' => '1317', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1940', + ], + 7783 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12453', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '335', + 'prev_word_id' => '1940', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7784 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12454', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '336', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7785 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12455', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2283', + 'placement' => '337', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '809', + ], + 7786 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12456', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '338', + 'prev_word_id' => '809', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2283', + ], + 7787 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12457', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2284', + 'placement' => '339', + 'prev_word_id' => '2283', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7788 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12458', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1908', + 'placement' => '340', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2284', + ], + 7789 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12459', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2285', + 'placement' => '341', + 'prev_word_id' => '2284', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1908', + ], + 7790 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12460', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2286', + 'placement' => '342', + 'prev_word_id' => '1908', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2285', + ], + 7791 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12461', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2287', + 'placement' => '343', + 'prev_word_id' => '2285', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2286', + ], + 7792 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12462', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '344', + 'prev_word_id' => '2286', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2287', + ], + 7793 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12463', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '345', + 'prev_word_id' => '2287', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '945', + ], + 7794 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12464', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '346', + 'prev_word_id' => '945', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '805', + ], + 7795 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12465', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1871', + 'placement' => '347', + 'prev_word_id' => '805', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1290', + ], + 7796 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12466', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1415', + 'placement' => '348', + 'prev_word_id' => '1290', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1871', + ], + 7797 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12467', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2288', + 'placement' => '349', + 'prev_word_id' => '1871', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1415', + ], + 7798 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12468', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2289', + 'placement' => '350', + 'prev_word_id' => '1415', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2288', + ], + 7799 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12469', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '351', + 'prev_word_id' => '2288', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2289', + ], + 7800 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12470', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1638', + 'placement' => '352', + 'prev_word_id' => '2289', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7801 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12471', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '905', + 'placement' => '353', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1638', + ], + 7802 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12472', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '354', + 'prev_word_id' => '1638', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '905', + ], + 7803 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12473', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '355', + 'prev_word_id' => '905', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '805', + ], + 7804 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12474', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '356', + 'prev_word_id' => '805', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7805 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12475', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2290', + 'placement' => '357', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1816', + ], + 7806 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12476', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '358', + 'prev_word_id' => '1816', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2290', + ], + 7807 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12477', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '359', + 'prev_word_id' => '2290', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7808 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12478', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '360', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7809 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12479', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '361', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1133', + ], + 7810 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12480', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '362', + 'prev_word_id' => '1133', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1689', + ], + 7811 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12481', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1727', + 'placement' => '363', + 'prev_word_id' => '1689', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7812 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12482', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1327', + 'placement' => '364', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1727', + ], + 7813 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12483', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '365', + 'prev_word_id' => '1727', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1327', + ], + 7814 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12484', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '900', + 'placement' => '366', + 'prev_word_id' => '1327', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '831', + ], + 7815 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12485', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '367', + 'prev_word_id' => '831', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '900', + ], + 7816 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12486', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1606', + 'placement' => '368', + 'prev_word_id' => '900', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1437', + ], + 7817 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12487', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '959', + 'placement' => '369', + 'prev_word_id' => '1437', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1606', + ], + 7818 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12488', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '370', + 'prev_word_id' => '1606', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '959', + ], + 7819 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12489', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '846', + 'placement' => '371', + 'prev_word_id' => '959', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7820 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12490', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1861', + 'placement' => '372', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '846', + ], + 7821 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12491', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '373', + 'prev_word_id' => '846', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1861', + ], + 7822 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12492', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2291', + 'placement' => '374', + 'prev_word_id' => '1861', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1263', + ], + 7823 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12493', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '375', + 'prev_word_id' => '1263', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2291', + ], + 7824 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12494', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2285', + 'placement' => '376', + 'prev_word_id' => '2291', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7825 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12495', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2286', + 'placement' => '377', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2285', + ], + 7826 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12496', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '378', + 'prev_word_id' => '2285', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2286', + ], + 7827 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12497', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2287', + 'placement' => '379', + 'prev_word_id' => '2286', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7828 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12498', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '380', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2287', + ], + 7829 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12499', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2292', + 'placement' => '381', + 'prev_word_id' => '2287', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7830 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12500', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2293', + 'placement' => '382', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2292', + ], + 7831 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12501', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '383', + 'prev_word_id' => '2292', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2293', + ], + 7832 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12502', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2294', + 'placement' => '384', + 'prev_word_id' => '2293', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7833 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12503', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '385', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2294', + ], + 7834 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12504', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2295', + 'placement' => '386', + 'prev_word_id' => '2294', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7835 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12505', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '824', + 'placement' => '387', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2295', + ], + 7836 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12506', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '388', + 'prev_word_id' => '2295', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '824', + ], + 7837 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12507', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1732', + 'placement' => '389', + 'prev_word_id' => '824', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7838 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12508', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '390', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1732', + ], + 7839 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12509', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '391', + 'prev_word_id' => '1732', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7840 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12510', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1327', + 'placement' => '392', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1277', + ], + 7841 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12511', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '905', + 'placement' => '393', + 'prev_word_id' => '1277', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1327', + ], + 7842 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12512', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '394', + 'prev_word_id' => '1327', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '905', + ], + 7843 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12513', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '395', + 'prev_word_id' => '905', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '816', + ], + 7844 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12514', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '959', + 'placement' => '396', + 'prev_word_id' => '816', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1749', + ], + 7845 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12515', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '397', + 'prev_word_id' => '1749', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '959', + ], + 7846 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12516', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1797', + 'placement' => '398', + 'prev_word_id' => '959', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '843', + ], + 7847 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12517', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '399', + 'prev_word_id' => '843', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1797', + ], + 7848 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12518', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2296', + 'placement' => '400', + 'prev_word_id' => '1797', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1596', + ], + 7849 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12519', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '904', + 'placement' => '401', + 'prev_word_id' => '1596', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2296', + ], + 7850 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12520', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '402', + 'prev_word_id' => '2296', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '904', + ], + 7851 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12521', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1937', + 'placement' => '403', + 'prev_word_id' => '904', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7852 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12522', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '404', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1937', + ], + 7853 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12523', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2297', + 'placement' => '405', + 'prev_word_id' => '1937', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1263', + ], + 7854 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12524', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '904', + 'placement' => '406', + 'prev_word_id' => '1263', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2297', + ], + 7855 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12525', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1681', + 'placement' => '407', + 'prev_word_id' => '2297', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '904', + ], + 7856 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12526', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2298', + 'placement' => '408', + 'prev_word_id' => '904', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1681', + ], + 7857 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12527', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '959', + 'placement' => '409', + 'prev_word_id' => '1681', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2298', + ], + 7858 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12528', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '410', + 'prev_word_id' => '2298', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '959', + ], + 7859 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12529', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2299', + 'placement' => '411', + 'prev_word_id' => '959', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '939', + ], + 7860 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12530', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '412', + 'prev_word_id' => '939', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2299', + ], + 7861 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12531', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2300', + 'placement' => '413', + 'prev_word_id' => '2299', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1437', + ], + 7862 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12532', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '414', + 'prev_word_id' => '1437', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2300', + ], + 7863 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12533', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '415', + 'prev_word_id' => '2300', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7864 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12534', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '416', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 7865 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12535', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1751', + 'placement' => '417', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7866 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12536', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1480', + 'placement' => '418', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1751', + ], + 7867 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12537', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1881', + 'placement' => '419', + 'prev_word_id' => '1751', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1480', + ], + 7868 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12538', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '959', + 'placement' => '420', + 'prev_word_id' => '1480', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1881', + ], + 7869 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12539', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2301', + 'placement' => '421', + 'prev_word_id' => '1881', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '959', + ], + 7870 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12540', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '422', + 'prev_word_id' => '959', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2301', + ], + 7871 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12541', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2302', + 'placement' => '423', + 'prev_word_id' => '2301', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '823', + ], + 7872 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12542', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1698', + 'placement' => '424', + 'prev_word_id' => '823', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2302', + ], + 7873 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12543', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '425', + 'prev_word_id' => '2302', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1698', + ], + 7874 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12544', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1959', + 'placement' => '426', + 'prev_word_id' => '1698', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7875 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12545', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '427', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1959', + ], + 7876 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12546', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1560', + 'placement' => '428', + 'prev_word_id' => '1959', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7877 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12547', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2046', + 'placement' => '429', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1560', + ], + 7878 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12548', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '430', + 'prev_word_id' => '1560', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2046', + ], + 7879 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12549', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1497', + 'placement' => '431', + 'prev_word_id' => '2046', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7880 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12550', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2293', + 'placement' => '432', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1497', + ], + 7881 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12551', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '433', + 'prev_word_id' => '1497', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2293', + ], + 7882 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12552', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2303', + 'placement' => '434', + 'prev_word_id' => '2293', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7883 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12553', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '824', + 'placement' => '435', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2303', + ], + 7884 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12554', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '436', + 'prev_word_id' => '2303', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '824', + ], + 7885 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12555', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2304', + 'placement' => '437', + 'prev_word_id' => '824', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7886 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12556', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '438', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2304', + ], + 7887 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12557', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '439', + 'prev_word_id' => '2304', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7888 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12558', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '440', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7889 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12559', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2305', + 'placement' => '441', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7890 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12560', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '870', + 'placement' => '442', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2305', + ], + 7891 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12561', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '443', + 'prev_word_id' => '2305', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '870', + ], + 7892 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12562', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2306', + 'placement' => '444', + 'prev_word_id' => '870', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7893 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12563', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '959', + 'placement' => '445', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2306', + ], + 7894 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12564', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1295', + 'placement' => '446', + 'prev_word_id' => '2306', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '959', + ], + 7895 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12565', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2307', + 'placement' => '447', + 'prev_word_id' => '959', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1295', + ], + 7896 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12566', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '448', + 'prev_word_id' => '1295', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2307', + ], + 7897 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12567', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2308', + 'placement' => '449', + 'prev_word_id' => '2307', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7898 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12568', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1651', + 'placement' => '450', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2308', + ], + 7899 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12569', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '451', + 'prev_word_id' => '2308', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1651', + ], + 7900 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12570', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2065', + 'placement' => '452', + 'prev_word_id' => '1651', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7901 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12571', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '453', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2065', + ], + 7902 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12572', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2073', + 'placement' => '454', + 'prev_word_id' => '2065', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7903 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12573', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '455', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2073', + ], + 7904 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12574', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1766', + 'placement' => '456', + 'prev_word_id' => '2073', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7905 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12575', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '457', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1766', + ], + 7906 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12576', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2309', + 'placement' => '458', + 'prev_word_id' => '1766', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '836', + ], + 7907 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12577', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1351', + 'placement' => '459', + 'prev_word_id' => '836', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2309', + ], + 7908 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12578', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '460', + 'prev_word_id' => '2309', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1351', + ], + 7909 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12579', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2310', + 'placement' => '461', + 'prev_word_id' => '1351', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '804', + ], + 7910 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12580', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1670', + 'placement' => '462', + 'prev_word_id' => '804', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2310', + ], + 7911 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12581', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '463', + 'prev_word_id' => '2310', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1670', + ], + 7912 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12582', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '464', + 'prev_word_id' => '1670', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '843', + ], + 7913 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12583', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2311', + 'placement' => '465', + 'prev_word_id' => '843', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '844', + ], + 7914 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12584', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1896', + 'placement' => '466', + 'prev_word_id' => '844', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2311', + ], + 7915 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12585', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '467', + 'prev_word_id' => '2311', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1896', + ], + 7916 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12586', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '912', + 'placement' => '468', + 'prev_word_id' => '1896', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7917 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12587', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '469', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '912', + ], + 7918 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12588', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '470', + 'prev_word_id' => '912', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7919 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12589', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '471', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 7920 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12590', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1303', + 'placement' => '472', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '841', + ], + 7921 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12591', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2312', + 'placement' => '473', + 'prev_word_id' => '841', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1303', + ], + 7922 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12592', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2313', + 'placement' => '474', + 'prev_word_id' => '1303', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2312', + ], + 7923 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12593', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2314', + 'placement' => '475', + 'prev_word_id' => '2312', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2313', + ], + 7924 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12594', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '476', + 'prev_word_id' => '2313', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2314', + ], + 7925 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12595', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '959', + 'placement' => '477', + 'prev_word_id' => '2314', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1437', + ], + 7926 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12596', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '478', + 'prev_word_id' => '1437', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '959', + ], + 7927 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12597', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '479', + 'prev_word_id' => '959', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1317', + ], + 7928 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12598', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2315', + 'placement' => '480', + 'prev_word_id' => '1317', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1318', + ], + 7929 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12599', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2316', + 'placement' => '481', + 'prev_word_id' => '1318', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2315', + ], + 7930 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12600', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '482', + 'prev_word_id' => '2315', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2316', + ], + 7931 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12601', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '483', + 'prev_word_id' => '2316', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 7932 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12602', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1791', + 'placement' => '484', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 7933 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12603', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1802', + 'placement' => '485', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1791', + ], + 7934 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12604', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '486', + 'prev_word_id' => '1791', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1802', + ], + 7935 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12605', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '487', + 'prev_word_id' => '1802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '941', + ], + 7936 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12606', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1755', + 'placement' => '488', + 'prev_word_id' => '941', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7937 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12607', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1736', + 'placement' => '489', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1755', + ], + 7938 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12608', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '490', + 'prev_word_id' => '1755', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1736', + ], + 7939 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12609', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2317', + 'placement' => '491', + 'prev_word_id' => '1736', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7940 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12610', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '492', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2317', + ], + 7941 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12611', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2318', + 'placement' => '493', + 'prev_word_id' => '2317', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7942 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12612', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '494', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2318', + ], + 7943 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12613', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1509', + 'placement' => '495', + 'prev_word_id' => '2318', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 7944 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12614', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '496', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1509', + ], + 7945 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12615', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2319', + 'placement' => '497', + 'prev_word_id' => '1509', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 7946 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12616', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '498', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2319', + ], + 7947 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12617', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '499', + 'prev_word_id' => '2319', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7948 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12618', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '500', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '894', + ], + 7949 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12619', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2005', + 'placement' => '501', + 'prev_word_id' => '894', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '843', + ], + 7950 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12620', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '502', + 'prev_word_id' => '843', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2005', + ], + 7951 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12621', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '503', + 'prev_word_id' => '2005', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7952 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12622', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '504', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '832', + ], + 7953 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12623', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2320', + 'placement' => '505', + 'prev_word_id' => '832', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7954 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12624', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '506', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2320', + ], + 7955 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12625', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '507', + 'prev_word_id' => '2320', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7956 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12626', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '975', + 'placement' => '508', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 7957 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12627', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1723', + 'placement' => '509', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '975', + ], + 7958 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12628', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2321', + 'placement' => '510', + 'prev_word_id' => '975', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1723', + ], + 7959 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12629', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2322', + 'placement' => '511', + 'prev_word_id' => '1723', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2321', + ], + 7960 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12630', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1359', + 'placement' => '512', + 'prev_word_id' => '2321', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2322', + ], + 7961 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12631', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1342', + 'placement' => '513', + 'prev_word_id' => '2322', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1359', + ], + 7962 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12632', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '514', + 'prev_word_id' => '1359', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1342', + ], + 7963 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12633', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2222', + 'placement' => '515', + 'prev_word_id' => '1342', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '844', + ], + 7964 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12634', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '516', + 'prev_word_id' => '844', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2222', + ], + 7965 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12635', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1713', + 'placement' => '517', + 'prev_word_id' => '2222', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7966 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12636', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '518', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1713', + ], + 7967 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12637', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '519', + 'prev_word_id' => '1713', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 7968 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12638', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1806', + 'placement' => '520', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '954', + ], + 7969 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12639', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2270', + 'placement' => '521', + 'prev_word_id' => '954', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1806', + ], + 7970 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12640', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1727', + 'placement' => '522', + 'prev_word_id' => '1806', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2270', + ], + 7971 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12641', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1802', + 'placement' => '523', + 'prev_word_id' => '2270', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1727', + ], + 7972 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12642', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '524', + 'prev_word_id' => '1727', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1802', + ], + 7973 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12643', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1728', + 'placement' => '525', + 'prev_word_id' => '1802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7974 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12644', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2323', + 'placement' => '526', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1728', + ], + 7975 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12645', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2324', + 'placement' => '527', + 'prev_word_id' => '1728', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2323', + ], + 7976 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12646', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '528', + 'prev_word_id' => '2323', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2324', + ], + 7977 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12647', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '529', + 'prev_word_id' => '2324', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7978 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12648', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2191', + 'placement' => '530', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '848', + ], + 7979 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12649', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1404', + 'placement' => '531', + 'prev_word_id' => '848', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2191', + ], + 7980 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12650', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '532', + 'prev_word_id' => '2191', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1404', + ], + 7981 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12651', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '533', + 'prev_word_id' => '1404', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1437', + ], + 7982 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12652', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1212', + 'placement' => '534', + 'prev_word_id' => '1437', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 7983 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12653', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '535', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1212', + ], + 7984 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12654', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '536', + 'prev_word_id' => '1212', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 7985 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12655', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '537', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 7986 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12656', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '538', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 7987 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12657', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2320', + 'placement' => '539', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '843', + ], + 7988 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12658', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '540', + 'prev_word_id' => '843', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2320', + ], + 7989 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12659', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '541', + 'prev_word_id' => '2320', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 7990 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12660', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2325', + 'placement' => '542', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1609', + ], + 7991 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12661', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '543', + 'prev_word_id' => '1609', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2325', + ], + 7992 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12662', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2326', + 'placement' => '544', + 'prev_word_id' => '2325', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '823', + ], + 7993 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12663', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2206', + 'placement' => '545', + 'prev_word_id' => '823', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2326', + ], + 7994 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12664', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1373', + 'placement' => '546', + 'prev_word_id' => '2326', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2206', + ], + 7995 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12665', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2327', + 'placement' => '547', + 'prev_word_id' => '2206', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1373', + ], + 7996 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12666', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '548', + 'prev_word_id' => '1373', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2327', + ], + 7997 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12667', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '549', + 'prev_word_id' => '2327', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '894', + ], + 7998 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12668', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '550', + 'prev_word_id' => '894', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '843', + ], + 7999 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12669', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '551', + 'prev_word_id' => '843', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '968', + ], + 8000 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12670', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '552', + 'prev_word_id' => '968', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 8001 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12671', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '553', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '832', + ], + 8002 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12672', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2328', + 'placement' => '554', + 'prev_word_id' => '832', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8003 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12673', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '555', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2328', + ], + 8004 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12674', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2329', + 'placement' => '556', + 'prev_word_id' => '2328', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 8005 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12675', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '557', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2329', + ], + 8006 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12676', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '558', + 'prev_word_id' => '2329', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1317', + ], + 8007 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12677', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '559', + 'prev_word_id' => '1317', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1318', + ], + 8008 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12678', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '560', + 'prev_word_id' => '1318', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1319', + ], + 8009 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12679', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2330', + 'placement' => '561', + 'prev_word_id' => '1319', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8010 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12680', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '562', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2330', + ], + 8011 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12681', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '563', + 'prev_word_id' => '2330', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 8012 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12682', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '870', + 'placement' => '564', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 8013 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12683', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '565', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '870', + ], + 8014 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12684', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2331', + 'placement' => '566', + 'prev_word_id' => '870', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 8015 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12685', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2156', + 'placement' => '567', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2331', + ], + 8016 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12686', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2332', + 'placement' => '568', + 'prev_word_id' => '2331', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2156', + ], + 8017 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12687', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2333', + 'placement' => '569', + 'prev_word_id' => '2156', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2332', + ], + 8018 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12688', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2334', + 'placement' => '570', + 'prev_word_id' => '2332', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2333', + ], + 8019 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12689', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '571', + 'prev_word_id' => '2333', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2334', + ], + 8020 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12690', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1849', + 'placement' => '572', + 'prev_word_id' => '2334', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '804', + ], + 8021 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12691', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2335', + 'placement' => '573', + 'prev_word_id' => '804', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1849', + ], + 8022 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12692', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '574', + 'prev_word_id' => '1849', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2335', + ], + 8023 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12693', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '575', + 'prev_word_id' => '2335', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 8024 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12694', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1283', + 'placement' => '576', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 8025 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12695', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '577', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1283', + ], + 8026 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12696', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '895', + 'placement' => '578', + 'prev_word_id' => '1283', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '816', + ], + 8027 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12697', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '579', + 'prev_word_id' => '816', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '895', + ], + 8028 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12698', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '580', + 'prev_word_id' => '895', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '881', + ], + 8029 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12699', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '895', + 'placement' => '581', + 'prev_word_id' => '881', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8030 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12700', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2336', + 'placement' => '582', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '895', + ], + 8031 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12701', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '583', + 'prev_word_id' => '895', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2336', + ], + 8032 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12702', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1733', + 'placement' => '584', + 'prev_word_id' => '2336', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '804', + ], + 8033 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12703', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1935', + 'placement' => '585', + 'prev_word_id' => '804', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1733', + ], + 8034 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12704', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '586', + 'prev_word_id' => '1733', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1935', + ], + 8035 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12705', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '587', + 'prev_word_id' => '1935', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '805', + ], + 8036 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12706', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '829', + 'placement' => '588', + 'prev_word_id' => '805', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 8037 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12707', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '589', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '829', + ], + 8038 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12708', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2270', + 'placement' => '590', + 'prev_word_id' => '829', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 8039 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12709', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2337', + 'placement' => '591', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2270', + ], + 8040 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12710', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '592', + 'prev_word_id' => '2270', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2337', + ], + 8041 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12711', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2205', + 'placement' => '593', + 'prev_word_id' => '2337', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1410', + ], + 8042 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12712', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '594', + 'prev_word_id' => '1410', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2205', + ], + 8043 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12713', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '595', + 'prev_word_id' => '2205', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 8044 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12714', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1320', + 'placement' => '596', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '831', + ], + 8045 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12715', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '597', + 'prev_word_id' => '831', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1320', + ], + 8046 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12716', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '598', + 'prev_word_id' => '1320', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 8047 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12717', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '599', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '832', + ], + 8048 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12718', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2338', + 'placement' => '600', + 'prev_word_id' => '832', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '882', + ], + 8049 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12719', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '601', + 'prev_word_id' => '882', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2338', + ], + 8050 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12720', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '602', + 'prev_word_id' => '2338', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8051 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12721', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2339', + 'placement' => '603', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 8052 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12722', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2340', + 'placement' => '604', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2339', + ], + 8053 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12723', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '605', + 'prev_word_id' => '2339', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2340', + ], + 8054 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12724', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2315', + 'placement' => '606', + 'prev_word_id' => '2340', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 8055 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12725', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1359', + 'placement' => '607', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2315', + ], + 8056 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12726', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '608', + 'prev_word_id' => '2315', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1359', + ], + 8057 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12727', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1666', + 'placement' => '609', + 'prev_word_id' => '1359', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '843', + ], + 8058 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12728', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '610', + 'prev_word_id' => '843', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1666', + ], + 8059 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12729', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1627', + 'placement' => '611', + 'prev_word_id' => '1666', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8060 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12730', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '612', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1627', + ], + 8061 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12731', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '613', + 'prev_word_id' => '1627', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '830', + ], + 8062 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12732', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '614', + 'prev_word_id' => '830', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '848', + ], + 8063 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12733', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2254', + 'placement' => '615', + 'prev_word_id' => '848', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1596', + ], + 8064 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12734', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2341', + 'placement' => '616', + 'prev_word_id' => '1596', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2254', + ], + 8065 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12735', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '617', + 'prev_word_id' => '2254', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2341', + ], + 8066 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12736', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1513', + 'placement' => '618', + 'prev_word_id' => '2341', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 8067 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12737', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '619', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1513', + ], + 8068 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12738', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1603', + 'placement' => '620', + 'prev_word_id' => '1513', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1665', + ], + 8069 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12739', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1808', + 'placement' => '621', + 'prev_word_id' => '1665', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1603', + ], + 8070 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12740', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2342', + 'placement' => '622', + 'prev_word_id' => '1603', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1808', + ], + 8071 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12741', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '623', + 'prev_word_id' => '1808', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2342', + ], + 8072 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12742', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '624', + 'prev_word_id' => '2342', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 8073 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12743', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '625', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '807', + ], + 8074 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12744', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '626', + 'prev_word_id' => '807', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '823', + ], + 8075 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12745', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '627', + 'prev_word_id' => '823', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '881', + ], + 8076 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12746', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1733', + 'placement' => '628', + 'prev_word_id' => '881', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 8077 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12747', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1490', + 'placement' => '629', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1733', + ], + 8078 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12748', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1626', + 'placement' => '630', + 'prev_word_id' => '1733', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1490', + ], + 8079 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12749', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '631', + 'prev_word_id' => '1490', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1626', + ], + 8080 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12750', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2343', + 'placement' => '632', + 'prev_word_id' => '1626', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1665', + ], + 8081 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12751', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '633', + 'prev_word_id' => '1665', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2343', + ], + 8082 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12752', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1645', + 'placement' => '634', + 'prev_word_id' => '2343', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 8083 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12753', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '635', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1645', + ], + 8084 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12754', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1806', + 'placement' => '636', + 'prev_word_id' => '1645', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '954', + ], + 8085 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12755', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '637', + 'prev_word_id' => '954', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1806', + ], + 8086 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12756', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1935', + 'placement' => '638', + 'prev_word_id' => '1806', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8087 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12757', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2344', + 'placement' => '639', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1935', + ], + 8088 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12758', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '640', + 'prev_word_id' => '1935', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2344', + ], + 8089 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12759', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1236', + 'placement' => '641', + 'prev_word_id' => '2344', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 8090 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12760', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2345', + 'placement' => '642', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1236', + ], + 8091 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12761', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '643', + 'prev_word_id' => '1236', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2345', + ], + 8092 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12762', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2346', + 'placement' => '644', + 'prev_word_id' => '2345', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8093 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12763', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2347', + 'placement' => '645', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2346', + ], + 8094 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12764', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2348', + 'placement' => '646', + 'prev_word_id' => '2346', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2347', + ], + 8095 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12765', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '647', + 'prev_word_id' => '2347', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2348', + ], + 8096 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12766', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '648', + 'prev_word_id' => '2348', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 8097 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12767', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '649', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 8098 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12768', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '650', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '803', + ], + 8099 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12769', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '651', + 'prev_word_id' => '803', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '828', + ], + 8100 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12770', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2349', + 'placement' => '652', + 'prev_word_id' => '828', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1133', + ], + 8101 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12771', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '653', + 'prev_word_id' => '1133', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2349', + ], + 8102 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12772', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2350', + 'placement' => '654', + 'prev_word_id' => '2349', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 8103 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12773', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '655', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2350', + ], + 8104 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12774', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2351', + 'placement' => '656', + 'prev_word_id' => '2350', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '828', + ], + 8105 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12775', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2077', + 'placement' => '657', + 'prev_word_id' => '828', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2351', + ], + 8106 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12776', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2352', + 'placement' => '658', + 'prev_word_id' => '2351', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2077', + ], + 8107 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12777', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '659', + 'prev_word_id' => '2077', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2352', + ], + 8108 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12778', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2353', + 'placement' => '660', + 'prev_word_id' => '2352', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '828', + ], + 8109 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12779', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '661', + 'prev_word_id' => '828', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2353', + ], + 8110 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12780', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1055', + 'placement' => '662', + 'prev_word_id' => '2353', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1280', + ], + 8111 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12781', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2354', + 'placement' => '663', + 'prev_word_id' => '1280', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1055', + ], + 8112 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12782', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2355', + 'placement' => '664', + 'prev_word_id' => '1055', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2354', + ], + 8113 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12783', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '942', + 'placement' => '665', + 'prev_word_id' => '2354', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2355', + ], + 8114 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12784', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2356', + 'placement' => '666', + 'prev_word_id' => '2355', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '942', + ], + 8115 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12785', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '667', + 'prev_word_id' => '942', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2356', + ], + 8116 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12786', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '668', + 'prev_word_id' => '2356', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1605', + ], + 8117 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12787', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2341', + 'placement' => '669', + 'prev_word_id' => '1605', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '894', + ], + 8118 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12788', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '670', + 'prev_word_id' => '894', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2341', + ], + 8119 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12789', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1733', + 'placement' => '671', + 'prev_word_id' => '2341', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 8120 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12790', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '672', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1733', + ], + 8121 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12791', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2357', + 'placement' => '673', + 'prev_word_id' => '1733', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '943', + ], + 8122 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12792', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1513', + 'placement' => '674', + 'prev_word_id' => '943', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2357', + ], + 8123 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12793', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '675', + 'prev_word_id' => '2357', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1513', + ], + 8124 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12794', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2358', + 'placement' => '676', + 'prev_word_id' => '1513', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8125 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12795', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '677', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2358', + ], + 8126 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12796', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '678', + 'prev_word_id' => '2358', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 8127 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12797', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '679', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 8128 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12798', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1320', + 'placement' => '680', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1133', + ], + 8129 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12799', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '681', + 'prev_word_id' => '1133', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1320', + ], + 8130 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12800', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '682', + 'prev_word_id' => '1320', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '809', + ], + 8131 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12801', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '683', + 'prev_word_id' => '809', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1443', + ], + 8132 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12802', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '684', + 'prev_word_id' => '1443', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 8133 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12803', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '922', + 'placement' => '685', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 8134 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12804', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '686', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '922', + ], + 8135 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12805', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '925', + 'placement' => '687', + 'prev_word_id' => '922', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '831', + ], + 8136 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12806', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '688', + 'prev_word_id' => '831', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '925', + ], + 8137 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12807', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1950', + 'placement' => '689', + 'prev_word_id' => '925', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 8138 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12808', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1366', + 'placement' => '690', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1950', + ], + 8139 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12809', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '691', + 'prev_word_id' => '1950', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1366', + ], + 8140 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12810', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1720', + 'placement' => '692', + 'prev_word_id' => '1366', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '886', + ], + 8141 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12811', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2359', + 'placement' => '693', + 'prev_word_id' => '886', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1720', + ], + 8142 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12812', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '694', + 'prev_word_id' => '1720', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2359', + ], + 8143 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12813', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1298', + 'placement' => '695', + 'prev_word_id' => '2359', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '938', + ], + 8144 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12814', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '696', + 'prev_word_id' => '938', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1298', + ], + 8145 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12815', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2360', + 'placement' => '697', + 'prev_word_id' => '1298', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8146 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12816', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '698', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2360', + ], + 8147 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12817', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1502', + 'placement' => '699', + 'prev_word_id' => '2360', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 8148 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12818', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '700', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1502', + ], + 8149 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12819', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2361', + 'placement' => '701', + 'prev_word_id' => '1502', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8150 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12820', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '702', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2361', + ], + 8151 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12821', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2274', + 'placement' => '703', + 'prev_word_id' => '2361', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '834', + ], + 8152 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12822', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2223', + 'placement' => '704', + 'prev_word_id' => '834', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2274', + ], + 8153 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12823', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2229', + 'placement' => '705', + 'prev_word_id' => '2274', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2223', + ], + 8154 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12824', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '912', + 'placement' => '706', + 'prev_word_id' => '2223', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2229', + ], + 8155 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12825', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '707', + 'prev_word_id' => '2229', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '912', + ], + 8156 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12826', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '925', + 'placement' => '708', + 'prev_word_id' => '912', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 8157 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12827', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '709', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '925', + ], + 8158 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12828', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1310', + 'placement' => '710', + 'prev_word_id' => '925', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '805', + ], + 8159 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12829', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '711', + 'prev_word_id' => '805', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1310', + ], + 8160 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12830', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '712', + 'prev_word_id' => '1310', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8161 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12831', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2362', + 'placement' => '713', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 8162 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12832', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2313', + 'placement' => '714', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2362', + ], + 8163 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12833', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2363', + 'placement' => '715', + 'prev_word_id' => '2362', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2313', + ], + 8164 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12834', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1447', + 'placement' => '716', + 'prev_word_id' => '2313', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2363', + ], + 8165 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12835', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '717', + 'prev_word_id' => '2363', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1447', + ], + 8166 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12836', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '718', + 'prev_word_id' => '1447', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '893', + ], + 8167 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12837', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '719', + 'prev_word_id' => '893', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '894', + ], + 8168 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12838', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2364', + 'placement' => '720', + 'prev_word_id' => '894', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1317', + ], + 8169 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12839', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2231', + 'placement' => '721', + 'prev_word_id' => '1317', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2364', + ], + 8170 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12840', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2365', + 'placement' => '722', + 'prev_word_id' => '2364', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2231', + ], + 8171 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12841', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '723', + 'prev_word_id' => '2231', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2365', + ], + 8172 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12842', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2364', + 'placement' => '724', + 'prev_word_id' => '2365', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '848', + ], + 8173 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12843', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2210', + 'placement' => '725', + 'prev_word_id' => '848', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2364', + ], + 8174 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12844', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '912', + 'placement' => '726', + 'prev_word_id' => '2364', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2210', + ], + 8175 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12845', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1877', + 'placement' => '727', + 'prev_word_id' => '2210', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '912', + ], + 8176 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12846', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '728', + 'prev_word_id' => '912', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1877', + ], + 8177 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12847', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '729', + 'prev_word_id' => '1877', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1437', + ], + 8178 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12848', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '839', + 'placement' => '730', + 'prev_word_id' => '1437', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '886', + ], + 8179 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12849', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '731', + 'prev_word_id' => '886', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '839', + ], + 8180 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12850', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2366', + 'placement' => '732', + 'prev_word_id' => '839', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8181 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12851', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '733', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2366', + ], + 8182 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12852', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '867', + 'placement' => '734', + 'prev_word_id' => '2366', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 8183 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12853', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '735', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '867', + ], + 8184 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12854', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '736', + 'prev_word_id' => '867', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 8185 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12855', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1502', + 'placement' => '737', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 8186 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12856', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '738', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1502', + ], + 8187 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12857', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1247', + 'placement' => '739', + 'prev_word_id' => '1502', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8188 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12858', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1743', + 'placement' => '740', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1247', + ], + 8189 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12859', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2367', + 'placement' => '741', + 'prev_word_id' => '1247', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1743', + ], + 8190 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12860', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2364', + 'placement' => '742', + 'prev_word_id' => '1743', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2367', + ], + 8191 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12861', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2368', + 'placement' => '743', + 'prev_word_id' => '2367', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2364', + ], + 8192 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12862', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2369', + 'placement' => '744', + 'prev_word_id' => '2364', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2368', + ], + 8193 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12863', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2201', + 'placement' => '745', + 'prev_word_id' => '2368', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2369', + ], + 8194 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12864', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '912', + 'placement' => '746', + 'prev_word_id' => '2369', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2201', + ], + 8195 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12865', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2211', + 'placement' => '747', + 'prev_word_id' => '2201', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '912', + ], + 8196 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12866', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2370', + 'placement' => '748', + 'prev_word_id' => '912', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2211', + ], + 8197 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12867', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '749', + 'prev_word_id' => '2211', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2370', + ], + 8198 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12868', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '750', + 'prev_word_id' => '2370', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '976', + ], + 8199 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12869', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2371', + 'placement' => '751', + 'prev_word_id' => '976', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '974', + ], + 8200 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12870', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2372', + 'placement' => '752', + 'prev_word_id' => '974', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2371', + ], + 8201 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12871', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '753', + 'prev_word_id' => '2371', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2372', + ], + 8202 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12872', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1578', + 'placement' => '754', + 'prev_word_id' => '2372', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8203 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12873', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2275', + 'placement' => '755', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1578', + ], + 8204 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12874', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2364', + 'placement' => '756', + 'prev_word_id' => '1578', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2275', + ], + 8205 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12875', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2216', + 'placement' => '757', + 'prev_word_id' => '2275', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2364', + ], + 8206 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12876', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '758', + 'prev_word_id' => '2364', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2216', + ], + 8207 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12877', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2231', + 'placement' => '759', + 'prev_word_id' => '2216', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8208 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12878', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '760', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2231', + ], + 8209 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12879', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2373', + 'placement' => '761', + 'prev_word_id' => '2231', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '809', + ], + 8210 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12880', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '762', + 'prev_word_id' => '809', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2373', + ], + 8211 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12881', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2374', + 'placement' => '763', + 'prev_word_id' => '2373', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8212 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12882', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2375', + 'placement' => '764', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2374', + ], + 8213 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12883', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '765', + 'prev_word_id' => '2374', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2375', + ], + 8214 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12884', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '912', + 'placement' => '766', + 'prev_word_id' => '2375', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8215 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12885', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2135', + 'placement' => '767', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '912', + ], + 8216 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12886', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '768', + 'prev_word_id' => '912', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2135', + ], + 8217 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12887', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '864', + 'placement' => '769', + 'prev_word_id' => '2135', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 8218 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12888', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '770', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '864', + ], + 8219 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12889', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '771', + 'prev_word_id' => '864', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8220 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12890', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1938', + 'placement' => '772', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '804', + ], + 8221 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12891', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2201', + 'placement' => '773', + 'prev_word_id' => '804', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1938', + ], + 8222 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12892', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '912', + 'placement' => '774', + 'prev_word_id' => '1938', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2201', + ], + 8223 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12893', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2313', + 'placement' => '775', + 'prev_word_id' => '2201', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '912', + ], + 8224 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12894', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1718', + 'placement' => '776', + 'prev_word_id' => '912', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2313', + ], + 8225 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12895', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '777', + 'prev_word_id' => '2313', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1718', + ], + 8226 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12896', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2376', + 'placement' => '778', + 'prev_word_id' => '1718', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '810', + ], + 8227 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12897', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '779', + 'prev_word_id' => '810', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2376', + ], + 8228 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12898', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2377', + 'placement' => '780', + 'prev_word_id' => '2376', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 8229 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12899', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '919', + 'placement' => '781', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2377', + ], + 8230 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12900', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '782', + 'prev_word_id' => '2377', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '919', + ], + 8231 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12901', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '913', + 'placement' => '783', + 'prev_word_id' => '919', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8232 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12902', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '914', + 'placement' => '784', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '913', + ], + 8233 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12903', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '785', + 'prev_word_id' => '913', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '914', + ], + 8234 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12904', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2378', + 'placement' => '786', + 'prev_word_id' => '914', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8235 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12905', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '787', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2378', + ], + 8236 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12906', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2379', + 'placement' => '788', + 'prev_word_id' => '2378', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8237 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12907', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '789', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2379', + ], + 8238 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12908', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '790', + 'prev_word_id' => '2379', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1835', + ], + 8239 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12909', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2215', + 'placement' => '791', + 'prev_word_id' => '1835', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8240 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12910', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2216', + 'placement' => '792', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2215', + ], + 8241 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12911', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1357', + 'placement' => '793', + 'prev_word_id' => '2215', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2216', + ], + 8242 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12912', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '794', + 'prev_word_id' => '2216', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1357', + ], + 8243 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12913', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2380', + 'placement' => '795', + 'prev_word_id' => '1357', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 8244 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12914', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2313', + 'placement' => '796', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2380', + ], + 8245 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12915', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1815', + 'placement' => '797', + 'prev_word_id' => '2380', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2313', + ], + 8246 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12916', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1227', + 'placement' => '798', + 'prev_word_id' => '2313', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1815', + ], + 8247 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12917', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1247', + 'placement' => '799', + 'prev_word_id' => '1815', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1227', + ], + 8248 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12918', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1736', + 'placement' => '800', + 'prev_word_id' => '1227', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1247', + ], + 8249 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12919', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '801', + 'prev_word_id' => '1247', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1736', + ], + 8250 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12920', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '802', + 'prev_word_id' => '1736', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1280', + ], + 8251 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12921', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '803', + 'prev_word_id' => '1280', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '954', + ], + 8252 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12922', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '971', + 'placement' => '804', + 'prev_word_id' => '954', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8253 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12923', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '874', + 'placement' => '805', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '971', + ], + 8254 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12924', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '806', + 'prev_word_id' => '971', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '874', + ], + 8255 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12925', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1241', + 'placement' => '807', + 'prev_word_id' => '874', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '860', + ], + 8256 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12926', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '928', + 'placement' => '808', + 'prev_word_id' => '860', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1241', + ], + 8257 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12927', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '809', + 'prev_word_id' => '1241', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '928', + ], + 8258 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12928', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '810', + 'prev_word_id' => '928', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1337', + ], + 8259 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12929', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '811', + 'prev_word_id' => '1337', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8260 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12930', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1818', + 'placement' => '812', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1258', + ], + 8261 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12931', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '813', + 'prev_word_id' => '1258', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1818', + ], + 8262 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12932', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2381', + 'placement' => '814', + 'prev_word_id' => '1818', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8263 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12933', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '815', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2381', + ], + 8264 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12934', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1257', + 'placement' => '816', + 'prev_word_id' => '2381', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8265 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12935', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1940', + 'placement' => '817', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1257', + ], + 8266 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12936', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2382', + 'placement' => '818', + 'prev_word_id' => '1257', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1940', + ], + 8267 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12937', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2364', + 'placement' => '819', + 'prev_word_id' => '1940', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2382', + ], + 8268 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12938', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2383', + 'placement' => '820', + 'prev_word_id' => '2382', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2364', + ], + 8269 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12939', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '821', + 'prev_word_id' => '2364', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2383', + ], + 8270 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12940', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2384', + 'placement' => '822', + 'prev_word_id' => '2383', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '801', + ], + 8271 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12941', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2364', + 'placement' => '823', + 'prev_word_id' => '801', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2384', + ], + 8272 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12942', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1375', + 'placement' => '824', + 'prev_word_id' => '2384', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2364', + ], + 8273 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12943', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '825', + 'prev_word_id' => '2364', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1375', + ], + 8274 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12944', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2216', + 'placement' => '826', + 'prev_word_id' => '1375', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '833', + ], + 8275 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12945', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '827', + 'prev_word_id' => '833', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2216', + ], + 8276 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12946', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '828', + 'prev_word_id' => '2216', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '805', + ], + 8277 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12947', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2086', + 'placement' => '829', + 'prev_word_id' => '805', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '814', + ], + 8278 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12948', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1247', + 'placement' => '830', + 'prev_word_id' => '814', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2086', + ], + 8279 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12949', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '831', + 'prev_word_id' => '2086', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1247', + ], + 8280 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12950', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2270', + 'placement' => '832', + 'prev_word_id' => '1247', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '813', + ], + 8281 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12951', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '833', + 'prev_word_id' => '813', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2270', + ], + 8282 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12952', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '834', + 'prev_word_id' => '2270', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1133', + ], + 8283 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12953', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '829', + 'placement' => '835', + 'prev_word_id' => '1133', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '828', + ], + 8284 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12954', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1131', + 'placement' => '836', + 'prev_word_id' => '828', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '829', + ], + 8285 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12955', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1728', + 'placement' => '837', + 'prev_word_id' => '829', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1131', + ], + 8286 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12956', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1359', + 'placement' => '838', + 'prev_word_id' => '1131', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1728', + ], + 8287 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12957', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2385', + 'placement' => '839', + 'prev_word_id' => '1728', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1359', + ], + 8288 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12958', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '840', + 'prev_word_id' => '1359', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '2385', + ], + 8289 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12959', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '841', + 'prev_word_id' => '2385', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '863', + ], + 8290 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12960', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '842', + 'prev_word_id' => '863', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '802', + ], + 8291 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12961', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '843', + 'prev_word_id' => '802', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1191', + ], + 8292 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '151', + 'frequency' => '0', + 'id' => '12962', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '844', + 'prev_word_id' => '1191', + 'published' => '1311154195', + 'section_id' => '1', + 'word_id' => '1191', + ], + 8293 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '152', + 'frequency' => '0', + 'id' => '12963', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154196', + 'section_id' => '1', + 'word_id' => '1716', + ], + 8294 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '152', + 'frequency' => '0', + 'id' => '12964', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154196', + 'section_id' => '1', + 'word_id' => '1716', + ], + 8295 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '153', + 'frequency' => '0', + 'id' => '12965', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1716', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154196', + 'section_id' => '1', + 'word_id' => '1716', + ], + 8296 => [ + 'content_type_field_definition_id' => '267', + 'content_type_id' => '30', + 'contentobject_id' => '153', + 'frequency' => '0', + 'id' => '12966', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '1716', + 'published' => '1311154196', + 'section_id' => '1', + 'word_id' => '1716', + ], + 8297 => [ + 'content_type_field_definition_id' => '236', + 'content_type_id' => '23', + 'contentobject_id' => '154', + 'frequency' => '0', + 'id' => '12967', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '2216', + ], + 8298 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12968', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1517', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1753', + ], + 8299 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12969', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '1', + 'prev_word_id' => '1753', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1517', + ], + 8300 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12970', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '2', + 'prev_word_id' => '1517', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1005', + ], + 8301 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12971', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '3', + 'prev_word_id' => '1005', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1198', + ], + 8302 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12972', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '4', + 'prev_word_id' => '1198', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1046', + ], + 8303 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12973', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1085', + 'placement' => '5', + 'prev_word_id' => '1046', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '989', + ], + 8304 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12974', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1086', + 'placement' => '6', + 'prev_word_id' => '989', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1085', + ], + 8305 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12975', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1087', + 'placement' => '7', + 'prev_word_id' => '1085', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1086', + ], + 8306 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12976', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1088', + 'placement' => '8', + 'prev_word_id' => '1086', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1087', + ], + 8307 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12977', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '9', + 'prev_word_id' => '1087', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1088', + ], + 8308 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12978', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '10', + 'prev_word_id' => '1088', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8309 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12979', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '11', + 'prev_word_id' => '1089', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1090', + ], + 8310 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12980', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1092', + 'placement' => '12', + 'prev_word_id' => '1090', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1091', + ], + 8311 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12981', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1093', + 'placement' => '13', + 'prev_word_id' => '1091', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1092', + ], + 8312 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12982', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1094', + 'placement' => '14', + 'prev_word_id' => '1092', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1093', + ], + 8313 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12983', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1095', + 'placement' => '15', + 'prev_word_id' => '1093', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1094', + ], + 8314 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12984', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1096', + 'placement' => '16', + 'prev_word_id' => '1094', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1095', + ], + 8315 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12985', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '17', + 'prev_word_id' => '1095', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1096', + ], + 8316 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12986', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1230', + 'placement' => '18', + 'prev_word_id' => '1096', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8317 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12987', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '19', + 'prev_word_id' => '1108', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1230', + ], + 8318 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12988', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '20', + 'prev_word_id' => '1230', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1220', + ], + 8319 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12989', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1231', + 'placement' => '21', + 'prev_word_id' => '1220', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1116', + ], + 8320 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12990', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '22', + 'prev_word_id' => '1116', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1231', + ], + 8321 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12991', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1232', + 'placement' => '23', + 'prev_word_id' => '1231', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8322 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12992', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '24', + 'prev_word_id' => '1089', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1232', + ], + 8323 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12993', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '25', + 'prev_word_id' => '1232', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8324 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12994', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1233', + 'placement' => '26', + 'prev_word_id' => '1089', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '994', + ], + 8325 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12995', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '27', + 'prev_word_id' => '994', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1233', + ], + 8326 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12996', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '28', + 'prev_word_id' => '1233', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1188', + ], + 8327 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12997', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '29', + 'prev_word_id' => '1188', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1016', + ], + 8328 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12998', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '30', + 'prev_word_id' => '1016', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1043', + ], + 8329 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '12999', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '31', + 'prev_word_id' => '1043', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1172', + ], + 8330 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13000', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '32', + 'prev_word_id' => '1172', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '999', + ], + 8331 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13001', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '33', + 'prev_word_id' => '999', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1141', + ], + 8332 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13002', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '34', + 'prev_word_id' => '1141', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1101', + ], + 8333 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13003', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '35', + 'prev_word_id' => '1101', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '863', + ], + 8334 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13004', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '36', + 'prev_word_id' => '863', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1203', + ], + 8335 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13005', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '37', + 'prev_word_id' => '1203', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1042', + ], + 8336 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13006', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '38', + 'prev_word_id' => '1042', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1115', + ], + 8337 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13007', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '39', + 'prev_word_id' => '1115', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '995', + ], + 8338 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13008', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '40', + 'prev_word_id' => '995', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1034', + ], + 8339 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13009', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '41', + 'prev_word_id' => '1034', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1172', + ], + 8340 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13010', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '42', + 'prev_word_id' => '1172', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1189', + ], + 8341 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13011', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '43', + 'prev_word_id' => '1189', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1161', + ], + 8342 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13012', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '44', + 'prev_word_id' => '1161', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1170', + ], + 8343 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13013', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '45', + 'prev_word_id' => '1170', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '999', + ], + 8344 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13014', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '46', + 'prev_word_id' => '999', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1026', + ], + 8345 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13015', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '47', + 'prev_word_id' => '1026', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1197', + ], + 8346 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13016', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '48', + 'prev_word_id' => '1197', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1113', + ], + 8347 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13017', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '49', + 'prev_word_id' => '1113', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1042', + ], + 8348 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13018', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '50', + 'prev_word_id' => '1042', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8349 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13019', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '51', + 'prev_word_id' => '1006', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1011', + ], + 8350 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13020', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '52', + 'prev_word_id' => '1011', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1187', + ], + 8351 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13021', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '53', + 'prev_word_id' => '1187', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1163', + ], + 8352 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13022', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '54', + 'prev_word_id' => '1163', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1186', + ], + 8353 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13023', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '55', + 'prev_word_id' => '1186', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1187', + ], + 8354 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13024', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '56', + 'prev_word_id' => '1187', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1109', + ], + 8355 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13025', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '57', + 'prev_word_id' => '1109', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1014', + ], + 8356 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13026', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '58', + 'prev_word_id' => '1014', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1106', + ], + 8357 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13027', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '59', + 'prev_word_id' => '1106', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1038', + ], + 8358 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13028', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '60', + 'prev_word_id' => '1038', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '982', + ], + 8359 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13029', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '61', + 'prev_word_id' => '982', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '825', + ], + 8360 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13030', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '62', + 'prev_word_id' => '825', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1043', + ], + 8361 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13031', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '63', + 'prev_word_id' => '1043', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1107', + ], + 8362 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13032', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '64', + 'prev_word_id' => '1107', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1189', + ], + 8363 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13033', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '65', + 'prev_word_id' => '1189', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1029', + ], + 8364 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13034', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '66', + 'prev_word_id' => '1029', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8365 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13035', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '67', + 'prev_word_id' => '1006', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1011', + ], + 8366 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13036', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '68', + 'prev_word_id' => '1011', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1147', + ], + 8367 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13037', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '69', + 'prev_word_id' => '1147', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8368 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13038', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '70', + 'prev_word_id' => '1006', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1188', + ], + 8369 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13039', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '71', + 'prev_word_id' => '1188', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1051', + ], + 8370 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13040', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '72', + 'prev_word_id' => '1051', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1202', + ], + 8371 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '155', + 'frequency' => '0', + 'id' => '13041', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '73', + 'prev_word_id' => '1202', + 'published' => '1311154196', + 'section_id' => '6', + 'word_id' => '1161', + ], + 8372 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13042', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8373 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13043', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '1', + 'prev_word_id' => '1108', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8374 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13044', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '2', + 'prev_word_id' => '1006', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1000', + ], + 8375 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13045', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '3', + 'prev_word_id' => '1000', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1005', + ], + 8376 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13046', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '4', + 'prev_word_id' => '1005', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1198', + ], + 8377 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13047', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '5', + 'prev_word_id' => '1198', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1046', + ], + 8378 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13048', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1085', + 'placement' => '6', + 'prev_word_id' => '1046', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '989', + ], + 8379 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13049', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1086', + 'placement' => '7', + 'prev_word_id' => '989', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1085', + ], + 8380 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13050', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1087', + 'placement' => '8', + 'prev_word_id' => '1085', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1086', + ], + 8381 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13051', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1088', + 'placement' => '9', + 'prev_word_id' => '1086', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1087', + ], + 8382 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13052', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '10', + 'prev_word_id' => '1087', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1088', + ], + 8383 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13053', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '11', + 'prev_word_id' => '1088', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8384 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13054', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '12', + 'prev_word_id' => '1089', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1090', + ], + 8385 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13055', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1092', + 'placement' => '13', + 'prev_word_id' => '1090', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1091', + ], + 8386 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13056', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1093', + 'placement' => '14', + 'prev_word_id' => '1091', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1092', + ], + 8387 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13057', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1094', + 'placement' => '15', + 'prev_word_id' => '1092', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1093', + ], + 8388 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13058', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1095', + 'placement' => '16', + 'prev_word_id' => '1093', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1094', + ], + 8389 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13059', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1096', + 'placement' => '17', + 'prev_word_id' => '1094', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1095', + ], + 8390 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13060', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '18', + 'prev_word_id' => '1095', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1096', + ], + 8391 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13061', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '19', + 'prev_word_id' => '1096', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1145', + ], + 8392 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13062', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '20', + 'prev_word_id' => '1145', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1046', + ], + 8393 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13063', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1230', + 'placement' => '21', + 'prev_word_id' => '1046', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8394 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13064', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '22', + 'prev_word_id' => '1108', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1230', + ], + 8395 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13065', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '23', + 'prev_word_id' => '1230', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1220', + ], + 8396 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13066', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1231', + 'placement' => '24', + 'prev_word_id' => '1220', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1116', + ], + 8397 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13067', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '25', + 'prev_word_id' => '1116', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1231', + ], + 8398 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13068', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1232', + 'placement' => '26', + 'prev_word_id' => '1231', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8399 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13069', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '27', + 'prev_word_id' => '1089', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1232', + ], + 8400 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13070', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '28', + 'prev_word_id' => '1232', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8401 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13071', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1233', + 'placement' => '29', + 'prev_word_id' => '1089', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '994', + ], + 8402 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13072', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '30', + 'prev_word_id' => '994', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1233', + ], + 8403 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13073', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '31', + 'prev_word_id' => '1233', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1188', + ], + 8404 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13074', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '32', + 'prev_word_id' => '1188', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1016', + ], + 8405 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13075', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '33', + 'prev_word_id' => '1016', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1043', + ], + 8406 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13076', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1104', + 'placement' => '34', + 'prev_word_id' => '1043', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '981', + ], + 8407 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13077', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '35', + 'prev_word_id' => '981', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1104', + ], + 8408 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13078', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '36', + 'prev_word_id' => '1104', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1049', + ], + 8409 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13079', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '37', + 'prev_word_id' => '1049', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1170', + ], + 8410 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13080', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '38', + 'prev_word_id' => '1170', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1046', + ], + 8411 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13081', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '39', + 'prev_word_id' => '1046', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1029', + ], + 8412 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13082', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '40', + 'prev_word_id' => '1029', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1141', + ], + 8413 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13083', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '41', + 'prev_word_id' => '1141', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1142', + ], + 8414 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13084', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '42', + 'prev_word_id' => '1142', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '994', + ], + 8415 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13085', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '43', + 'prev_word_id' => '994', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '999', + ], + 8416 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13086', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '44', + 'prev_word_id' => '999', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '825', + ], + 8417 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13087', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '45', + 'prev_word_id' => '825', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1029', + ], + 8418 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13088', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '46', + 'prev_word_id' => '1029', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1164', + ], + 8419 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13089', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '47', + 'prev_word_id' => '1164', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1162', + ], + 8420 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13090', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '48', + 'prev_word_id' => '1162', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1107', + ], + 8421 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13091', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '49', + 'prev_word_id' => '1107', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1103', + ], + 8422 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13092', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '50', + 'prev_word_id' => '1103', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1001', + ], + 8423 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13093', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1199', + 'placement' => '51', + 'prev_word_id' => '1001', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1043', + ], + 8424 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13094', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '52', + 'prev_word_id' => '1043', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1199', + ], + 8425 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13095', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '53', + 'prev_word_id' => '1199', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1141', + ], + 8426 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13096', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '54', + 'prev_word_id' => '1141', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1047', + ], + 8427 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13097', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '55', + 'prev_word_id' => '1047', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1015', + ], + 8428 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13098', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '56', + 'prev_word_id' => '1015', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1110', + ], + 8429 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13099', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '57', + 'prev_word_id' => '1110', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1149', + ], + 8430 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13100', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '58', + 'prev_word_id' => '1149', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1026', + ], + 8431 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13101', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '59', + 'prev_word_id' => '1026', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1019', + ], + 8432 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13102', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '60', + 'prev_word_id' => '1019', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1100', + ], + 8433 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13103', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '61', + 'prev_word_id' => '1100', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1010', + ], + 8434 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13104', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '62', + 'prev_word_id' => '1010', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1048', + ], + 8435 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13105', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '63', + 'prev_word_id' => '1048', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '998', + ], + 8436 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13106', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '64', + 'prev_word_id' => '998', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1160', + ], + 8437 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13107', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '65', + 'prev_word_id' => '1160', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1033', + ], + 8438 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13108', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '66', + 'prev_word_id' => '1033', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1165', + ], + 8439 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13109', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '67', + 'prev_word_id' => '1165', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1027', + ], + 8440 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13110', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1209', + 'placement' => '68', + 'prev_word_id' => '1027', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1193', + ], + 8441 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13111', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '69', + 'prev_word_id' => '1193', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1209', + ], + 8442 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13112', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '70', + 'prev_word_id' => '1209', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1034', + ], + 8443 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13113', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '71', + 'prev_word_id' => '1034', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '995', + ], + 8444 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13114', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '72', + 'prev_word_id' => '995', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1203', + ], + 8445 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13115', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '73', + 'prev_word_id' => '1203', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1193', + ], + 8446 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13116', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '74', + 'prev_word_id' => '1193', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '999', + ], + 8447 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13117', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '75', + 'prev_word_id' => '999', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8448 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13118', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '76', + 'prev_word_id' => '1089', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1149', + ], + 8449 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13119', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '77', + 'prev_word_id' => '1149', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8450 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13120', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '78', + 'prev_word_id' => '1108', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8451 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13121', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '79', + 'prev_word_id' => '1006', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1000', + ], + 8452 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13122', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '80', + 'prev_word_id' => '1000', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8453 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13123', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '81', + 'prev_word_id' => '1108', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8454 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13124', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '2386', + 'placement' => '82', + 'prev_word_id' => '1006', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1000', + ], + 8455 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13125', + 'identifier' => 'publish_date', + 'integer_value' => '1175497860', + 'next_word_id' => '1191', + 'placement' => '83', + 'prev_word_id' => '1000', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '2386', + ], + 8456 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '156', + 'frequency' => '0', + 'id' => '13126', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '84', + 'prev_word_id' => '2386', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1191', + ], + 8457 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13127', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1088', + ], + 8458 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13128', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '1', + 'prev_word_id' => '1088', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8459 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13129', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '2', + 'prev_word_id' => '1089', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1090', + ], + 8460 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13130', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '3', + 'prev_word_id' => '1090', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1091', + ], + 8461 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13131', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '4', + 'prev_word_id' => '1091', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8462 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13132', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '5', + 'prev_word_id' => '1108', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8463 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13133', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '6', + 'prev_word_id' => '1006', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1000', + ], + 8464 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13134', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '7', + 'prev_word_id' => '1000', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1192', + ], + 8465 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13135', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '8', + 'prev_word_id' => '1192', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '825', + ], + 8466 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13136', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '9', + 'prev_word_id' => '825', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1112', + ], + 8467 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13137', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '10', + 'prev_word_id' => '1112', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1013', + ], + 8468 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13138', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '11', + 'prev_word_id' => '1013', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1111', + ], + 8469 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13139', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '12', + 'prev_word_id' => '1111', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1011', + ], + 8470 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13140', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '13', + 'prev_word_id' => '1011', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '989', + ], + 8471 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13141', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '14', + 'prev_word_id' => '989', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1026', + ], + 8472 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13142', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '15', + 'prev_word_id' => '1026', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1165', + ], + 8473 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13143', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '16', + 'prev_word_id' => '1165', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1117', + ], + 8474 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13144', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '17', + 'prev_word_id' => '1117', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1099', + ], + 8475 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13145', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '18', + 'prev_word_id' => '1099', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8476 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13146', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1088', + 'placement' => '19', + 'prev_word_id' => '1108', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1110', + ], + 8477 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13147', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '20', + 'prev_word_id' => '1110', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1088', + ], + 8478 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13148', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '21', + 'prev_word_id' => '1088', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8479 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13149', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '22', + 'prev_word_id' => '1089', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1090', + ], + 8480 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13150', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '2387', + 'placement' => '23', + 'prev_word_id' => '1090', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1091', + ], + 8481 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13151', + 'identifier' => 'publish_date', + 'integer_value' => '1175498940', + 'next_word_id' => '1191', + 'placement' => '24', + 'prev_word_id' => '1091', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '2387', + ], + 8482 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '157', + 'frequency' => '0', + 'id' => '13152', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '25', + 'prev_word_id' => '2387', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1191', + ], + 8483 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13153', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1517', + ], + 8484 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13154', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '1', + 'prev_word_id' => '1517', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1051', + ], + 8485 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13155', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '2', + 'prev_word_id' => '1051', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1103', + ], + 8486 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13156', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '3', + 'prev_word_id' => '1103', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1099', + ], + 8487 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13157', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '4', + 'prev_word_id' => '1099', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '992', + ], + 8488 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13158', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '5', + 'prev_word_id' => '992', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '993', + ], + 8489 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13159', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '6', + 'prev_word_id' => '993', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1052', + ], + 8490 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13160', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '7', + 'prev_word_id' => '1052', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '985', + ], + 8491 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13161', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '8', + 'prev_word_id' => '985', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1032', + ], + 8492 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13162', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '9', + 'prev_word_id' => '1032', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1135', + ], + 8493 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13163', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '10', + 'prev_word_id' => '1135', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1143', + ], + 8494 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13164', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '11', + 'prev_word_id' => '1143', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1000', + ], + 8495 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13165', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '12', + 'prev_word_id' => '1000', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1013', + ], + 8496 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13166', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1159', + 'placement' => '13', + 'prev_word_id' => '1013', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1193', + ], + 8497 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13167', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '14', + 'prev_word_id' => '1193', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1159', + ], + 8498 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13168', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '15', + 'prev_word_id' => '1159', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '984', + ], + 8499 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13169', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '16', + 'prev_word_id' => '984', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1168', + ], + 8500 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13170', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '17', + 'prev_word_id' => '1168', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1030', + ], + 8501 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13171', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1217', + 'placement' => '18', + 'prev_word_id' => '1030', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1202', + ], + 8502 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13172', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '19', + 'prev_word_id' => '1202', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1217', + ], + 8503 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13173', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '20', + 'prev_word_id' => '1217', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1192', + ], + 8504 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13174', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '21', + 'prev_word_id' => '1192', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1157', + ], + 8505 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13175', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1173', + 'placement' => '22', + 'prev_word_id' => '1157', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1044', + ], + 8506 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13176', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '23', + 'prev_word_id' => '1044', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1173', + ], + 8507 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13177', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '24', + 'prev_word_id' => '1173', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1001', + ], + 8508 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13178', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '25', + 'prev_word_id' => '1001', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1203', + ], + 8509 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13179', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '26', + 'prev_word_id' => '1203', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1164', + ], + 8510 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13180', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '27', + 'prev_word_id' => '1164', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1048', + ], + 8511 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13181', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '28', + 'prev_word_id' => '1048', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1194', + ], + 8512 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13182', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '29', + 'prev_word_id' => '1194', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1001', + ], + 8513 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13183', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '30', + 'prev_word_id' => '1001', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1034', + ], + 8514 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13184', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '31', + 'prev_word_id' => '1034', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1142', + ], + 8515 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13185', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '32', + 'prev_word_id' => '1142', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1156', + ], + 8516 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13186', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '33', + 'prev_word_id' => '1156', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1033', + ], + 8517 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13187', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '34', + 'prev_word_id' => '1033', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1052', + ], + 8518 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13188', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '35', + 'prev_word_id' => '1052', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1171', + ], + 8519 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13189', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '36', + 'prev_word_id' => '1171', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '984', + ], + 8520 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13190', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '37', + 'prev_word_id' => '984', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1188', + ], + 8521 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13191', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '38', + 'prev_word_id' => '1188', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1051', + ], + 8522 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13192', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '39', + 'prev_word_id' => '1051', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1114', + ], + 8523 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13193', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '40', + 'prev_word_id' => '1114', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1105', + ], + 8524 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13194', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '41', + 'prev_word_id' => '1105', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1202', + ], + 8525 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13195', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '42', + 'prev_word_id' => '1202', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1016', + ], + 8526 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13196', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '43', + 'prev_word_id' => '1016', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1034', + ], + 8527 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13197', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '44', + 'prev_word_id' => '1034', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1239', + ], + 8528 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13198', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '45', + 'prev_word_id' => '1239', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1171', + ], + 8529 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13199', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '46', + 'prev_word_id' => '1171', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1116', + ], + 8530 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13200', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '47', + 'prev_word_id' => '1116', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '825', + ], + 8531 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13201', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '48', + 'prev_word_id' => '825', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1165', + ], + 8532 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13202', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '49', + 'prev_word_id' => '1165', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1020', + ], + 8533 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13203', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '50', + 'prev_word_id' => '1020', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8534 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13204', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '51', + 'prev_word_id' => '1006', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1163', + ], + 8535 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13205', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '52', + 'prev_word_id' => '1163', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1100', + ], + 8536 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13206', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '53', + 'prev_word_id' => '1100', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1106', + ], + 8537 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13207', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '54', + 'prev_word_id' => '1106', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1030', + ], + 8538 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13208', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '55', + 'prev_word_id' => '1030', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1029', + ], + 8539 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13209', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '56', + 'prev_word_id' => '1029', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1048', + ], + 8540 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13210', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '57', + 'prev_word_id' => '1048', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1002', + ], + 8541 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13211', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '58', + 'prev_word_id' => '1002', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1141', + ], + 8542 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13212', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '59', + 'prev_word_id' => '1141', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '990', + ], + 8543 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13213', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '60', + 'prev_word_id' => '990', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1051', + ], + 8544 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13214', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1138', + 'placement' => '61', + 'prev_word_id' => '1051', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8545 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13215', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '62', + 'prev_word_id' => '1089', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1138', + ], + 8546 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13216', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '63', + 'prev_word_id' => '1138', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1040', + ], + 8547 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13217', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '64', + 'prev_word_id' => '1040', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1103', + ], + 8548 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13218', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '65', + 'prev_word_id' => '1103', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1030', + ], + 8549 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13219', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '66', + 'prev_word_id' => '1030', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1194', + ], + 8550 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13220', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '67', + 'prev_word_id' => '1194', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1017', + ], + 8551 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13221', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '68', + 'prev_word_id' => '1017', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '810', + ], + 8552 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13222', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '69', + 'prev_word_id' => '810', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1109', + ], + 8553 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13223', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '70', + 'prev_word_id' => '1109', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '810', + ], + 8554 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13224', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '71', + 'prev_word_id' => '810', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '986', + ], + 8555 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13225', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1139', + 'placement' => '72', + 'prev_word_id' => '986', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '985', + ], + 8556 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13226', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '73', + 'prev_word_id' => '985', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1139', + ], + 8557 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13227', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '74', + 'prev_word_id' => '1139', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1005', + ], + 8558 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13228', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '75', + 'prev_word_id' => '1005', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1165', + ], + 8559 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13229', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '76', + 'prev_word_id' => '1165', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '988', + ], + 8560 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13230', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '77', + 'prev_word_id' => '988', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1020', + ], + 8561 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13231', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '78', + 'prev_word_id' => '1020', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1007', + ], + 8562 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13232', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '79', + 'prev_word_id' => '1007', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '987', + ], + 8563 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13233', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '80', + 'prev_word_id' => '987', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1187', + ], + 8564 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13234', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '81', + 'prev_word_id' => '1187', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1192', + ], + 8565 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13235', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '82', + 'prev_word_id' => '1192', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1157', + ], + 8566 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13236', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '83', + 'prev_word_id' => '1157', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '983', + ], + 8567 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13237', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '84', + 'prev_word_id' => '983', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1110', + ], + 8568 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13238', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '85', + 'prev_word_id' => '1110', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1028', + ], + 8569 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13239', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '86', + 'prev_word_id' => '1028', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1218', + ], + 8570 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13240', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '87', + 'prev_word_id' => '1218', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1001', + ], + 8571 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13241', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '88', + 'prev_word_id' => '1001', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1196', + ], + 8572 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13242', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '89', + 'prev_word_id' => '1196', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '999', + ], + 8573 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13243', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '90', + 'prev_word_id' => '999', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '863', + ], + 8574 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '158', + 'frequency' => '0', + 'id' => '13244', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '91', + 'prev_word_id' => '863', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1051', + ], + 8575 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13245', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1047', + ], + 8576 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13246', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '1', + 'prev_word_id' => '1047', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1015', + ], + 8577 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13247', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '2', + 'prev_word_id' => '1015', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1110', + ], + 8578 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13248', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '3', + 'prev_word_id' => '1110', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1047', + ], + 8579 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13249', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '4', + 'prev_word_id' => '1047', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1015', + ], + 8580 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13250', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '5', + 'prev_word_id' => '1015', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1110', + ], + 8581 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13251', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '6', + 'prev_word_id' => '1110', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1149', + ], + 8582 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13252', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '7', + 'prev_word_id' => '1149', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1026', + ], + 8583 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13253', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '8', + 'prev_word_id' => '1026', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1019', + ], + 8584 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13254', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '9', + 'prev_word_id' => '1019', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1100', + ], + 8585 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13255', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '10', + 'prev_word_id' => '1100', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1010', + ], + 8586 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13256', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '11', + 'prev_word_id' => '1010', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1048', + ], + 8587 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13257', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '12', + 'prev_word_id' => '1048', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '998', + ], + 8588 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13258', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '13', + 'prev_word_id' => '998', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1160', + ], + 8589 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13259', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '14', + 'prev_word_id' => '1160', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1033', + ], + 8590 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13260', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '15', + 'prev_word_id' => '1033', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1165', + ], + 8591 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13261', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '16', + 'prev_word_id' => '1165', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '983', + ], + 8592 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13262', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '17', + 'prev_word_id' => '983', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1013', + ], + 8593 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13263', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '18', + 'prev_word_id' => '1013', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8594 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13264', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '19', + 'prev_word_id' => '1006', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1035', + ], + 8595 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13265', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '20', + 'prev_word_id' => '1035', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1048', + ], + 8596 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13266', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '21', + 'prev_word_id' => '1048', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1147', + ], + 8597 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13267', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '22', + 'prev_word_id' => '1147', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1208', + ], + 8598 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13268', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '23', + 'prev_word_id' => '1208', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1027', + ], + 8599 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13269', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1209', + 'placement' => '24', + 'prev_word_id' => '1027', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1193', + ], + 8600 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13270', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '25', + 'prev_word_id' => '1193', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1209', + ], + 8601 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13271', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '26', + 'prev_word_id' => '1209', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1034', + ], + 8602 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13272', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '27', + 'prev_word_id' => '1034', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '995', + ], + 8603 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13273', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '28', + 'prev_word_id' => '995', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1203', + ], + 8604 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13274', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '29', + 'prev_word_id' => '1203', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1193', + ], + 8605 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13275', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '30', + 'prev_word_id' => '1193', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '999', + ], + 8606 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13276', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '31', + 'prev_word_id' => '999', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8607 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13277', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '32', + 'prev_word_id' => '1089', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1149', + ], + 8608 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13278', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '33', + 'prev_word_id' => '1149', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1202', + ], + 8609 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13279', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '34', + 'prev_word_id' => '1202', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1048', + ], + 8610 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13280', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '35', + 'prev_word_id' => '1048', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1106', + ], + 8611 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13281', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '36', + 'prev_word_id' => '1106', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1020', + ], + 8612 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13282', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '37', + 'prev_word_id' => '1020', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1106', + ], + 8613 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13283', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1148', + 'placement' => '38', + 'prev_word_id' => '1106', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1014', + ], + 8614 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13284', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '39', + 'prev_word_id' => '1014', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1148', + ], + 8615 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13285', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '40', + 'prev_word_id' => '1148', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1116', + ], + 8616 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13286', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '41', + 'prev_word_id' => '1116', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1164', + ], + 8617 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13287', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '42', + 'prev_word_id' => '1164', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1035', + ], + 8618 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13288', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '43', + 'prev_word_id' => '1035', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '995', + ], + 8619 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13289', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '44', + 'prev_word_id' => '995', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '988', + ], + 8620 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13290', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '45', + 'prev_word_id' => '988', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1001', + ], + 8621 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13291', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '46', + 'prev_word_id' => '1001', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1208', + ], + 8622 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13292', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '47', + 'prev_word_id' => '1208', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1026', + ], + 8623 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13293', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '48', + 'prev_word_id' => '1026', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1019', + ], + 8624 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13294', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '49', + 'prev_word_id' => '1019', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1100', + ], + 8625 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13295', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '50', + 'prev_word_id' => '1100', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1047', + ], + 8626 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13296', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '51', + 'prev_word_id' => '1047', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1015', + ], + 8627 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13297', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '52', + 'prev_word_id' => '1015', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1110', + ], + 8628 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13298', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '53', + 'prev_word_id' => '1110', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1047', + ], + 8629 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13299', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '2388', + 'placement' => '54', + 'prev_word_id' => '1047', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1015', + ], + 8630 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13300', + 'identifier' => 'publish_date', + 'integer_value' => '1175497920', + 'next_word_id' => '1191', + 'placement' => '55', + 'prev_word_id' => '1015', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '2388', + ], + 8631 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '159', + 'frequency' => '0', + 'id' => '13301', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '56', + 'prev_word_id' => '2388', + 'published' => '1311154197', + 'section_id' => '6', + 'word_id' => '1191', + ], + 8632 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13302', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1172', + ], + 8633 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13303', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '1', + 'prev_word_id' => '1172', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1189', + ], + 8634 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13304', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '2', + 'prev_word_id' => '1189', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1161', + ], + 8635 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13305', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '3', + 'prev_word_id' => '1161', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1172', + ], + 8636 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13306', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '4', + 'prev_word_id' => '1172', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1189', + ], + 8637 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13307', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '5', + 'prev_word_id' => '1189', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1161', + ], + 8638 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13308', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '6', + 'prev_word_id' => '1161', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1170', + ], + 8639 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13309', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '7', + 'prev_word_id' => '1170', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '999', + ], + 8640 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13310', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '8', + 'prev_word_id' => '999', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1026', + ], + 8641 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13311', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '9', + 'prev_word_id' => '1026', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1197', + ], + 8642 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13312', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '10', + 'prev_word_id' => '1197', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1113', + ], + 8643 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13313', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '11', + 'prev_word_id' => '1113', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1042', + ], + 8644 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13314', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '12', + 'prev_word_id' => '1042', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8645 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13315', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '13', + 'prev_word_id' => '1006', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1011', + ], + 8646 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13316', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '14', + 'prev_word_id' => '1011', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1187', + ], + 8647 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13317', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '15', + 'prev_word_id' => '1187', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1163', + ], + 8648 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13318', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '16', + 'prev_word_id' => '1163', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1186', + ], + 8649 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13319', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '17', + 'prev_word_id' => '1186', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1187', + ], + 8650 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13320', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '18', + 'prev_word_id' => '1187', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1109', + ], + 8651 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13321', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '19', + 'prev_word_id' => '1109', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1014', + ], + 8652 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13322', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '20', + 'prev_word_id' => '1014', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1106', + ], + 8653 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13323', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '21', + 'prev_word_id' => '1106', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1038', + ], + 8654 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13324', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '22', + 'prev_word_id' => '1038', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '982', + ], + 8655 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13325', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '23', + 'prev_word_id' => '982', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '825', + ], + 8656 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13326', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '24', + 'prev_word_id' => '825', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1043', + ], + 8657 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13327', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '25', + 'prev_word_id' => '1043', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1107', + ], + 8658 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13328', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '26', + 'prev_word_id' => '1107', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1011', + ], + 8659 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13329', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '27', + 'prev_word_id' => '1011', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1147', + ], + 8660 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13330', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '28', + 'prev_word_id' => '1147', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8661 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13331', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '29', + 'prev_word_id' => '1006', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1188', + ], + 8662 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13332', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '30', + 'prev_word_id' => '1188', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1051', + ], + 8663 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13333', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '31', + 'prev_word_id' => '1051', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1202', + ], + 8664 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13334', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '32', + 'prev_word_id' => '1202', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1161', + ], + 8665 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13335', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '33', + 'prev_word_id' => '1161', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1017', + ], + 8666 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13336', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '34', + 'prev_word_id' => '1017', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1012', + ], + 8667 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13337', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1242', + 'placement' => '35', + 'prev_word_id' => '1012', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1103', + ], + 8668 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13338', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '36', + 'prev_word_id' => '1103', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1242', + ], + 8669 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13339', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1138', + 'placement' => '37', + 'prev_word_id' => '1242', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '863', + ], + 8670 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13340', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '38', + 'prev_word_id' => '863', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1138', + ], + 8671 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13341', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1223', + 'placement' => '39', + 'prev_word_id' => '1138', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1142', + ], + 8672 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13342', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '40', + 'prev_word_id' => '1142', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1223', + ], + 8673 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13343', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '41', + 'prev_word_id' => '1223', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8674 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13344', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '42', + 'prev_word_id' => '1089', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1115', + ], + 8675 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13345', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1243', + 'placement' => '43', + 'prev_word_id' => '1115', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1118', + ], + 8676 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13346', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1244', + 'placement' => '44', + 'prev_word_id' => '1118', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1243', + ], + 8677 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13347', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '45', + 'prev_word_id' => '1243', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1244', + ], + 8678 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13348', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '46', + 'prev_word_id' => '1244', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1114', + ], + 8679 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13349', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '47', + 'prev_word_id' => '1114', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1192', + ], + 8680 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13350', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '48', + 'prev_word_id' => '1192', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1041', + ], + 8681 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13351', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '49', + 'prev_word_id' => '1041', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1010', + ], + 8682 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13352', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '50', + 'prev_word_id' => '1010', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '985', + ], + 8683 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13353', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '51', + 'prev_word_id' => '985', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1119', + ], + 8684 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13354', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '52', + 'prev_word_id' => '1119', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1158', + ], + 8685 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13355', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '53', + 'prev_word_id' => '1158', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8686 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13356', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '54', + 'prev_word_id' => '1108', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8687 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13357', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '55', + 'prev_word_id' => '1006', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1000', + ], + 8688 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13358', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '56', + 'prev_word_id' => '1000', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1192', + ], + 8689 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13359', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '57', + 'prev_word_id' => '1192', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '825', + ], + 8690 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13360', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '58', + 'prev_word_id' => '825', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1112', + ], + 8691 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13361', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '59', + 'prev_word_id' => '1112', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1013', + ], + 8692 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13362', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '60', + 'prev_word_id' => '1013', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1111', + ], + 8693 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13363', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '61', + 'prev_word_id' => '1111', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1011', + ], + 8694 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13364', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '62', + 'prev_word_id' => '1011', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '989', + ], + 8695 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13365', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '63', + 'prev_word_id' => '989', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1026', + ], + 8696 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13366', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '64', + 'prev_word_id' => '1026', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1165', + ], + 8697 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13367', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '65', + 'prev_word_id' => '1165', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1117', + ], + 8698 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13368', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '66', + 'prev_word_id' => '1117', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1099', + ], + 8699 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13369', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '67', + 'prev_word_id' => '1099', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8700 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13370', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '68', + 'prev_word_id' => '1108', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1110', + ], + 8701 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13371', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1085', + 'placement' => '69', + 'prev_word_id' => '1110', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1142', + ], + 8702 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13372', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1086', + 'placement' => '70', + 'prev_word_id' => '1142', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1085', + ], + 8703 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13373', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1087', + 'placement' => '71', + 'prev_word_id' => '1085', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1086', + ], + 8704 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13374', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1088', + 'placement' => '72', + 'prev_word_id' => '1086', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1087', + ], + 8705 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13375', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '73', + 'prev_word_id' => '1087', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1088', + ], + 8706 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13376', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '74', + 'prev_word_id' => '1088', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8707 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13377', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '75', + 'prev_word_id' => '1089', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1090', + ], + 8708 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13378', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1092', + 'placement' => '76', + 'prev_word_id' => '1090', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1091', + ], + 8709 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13379', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1093', + 'placement' => '77', + 'prev_word_id' => '1091', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1092', + ], + 8710 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13380', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1094', + 'placement' => '78', + 'prev_word_id' => '1092', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1093', + ], + 8711 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13381', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1095', + 'placement' => '79', + 'prev_word_id' => '1093', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1094', + ], + 8712 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13382', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1096', + 'placement' => '80', + 'prev_word_id' => '1094', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1095', + ], + 8713 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13383', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '81', + 'prev_word_id' => '1095', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1096', + ], + 8714 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13384', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1151', + 'placement' => '82', + 'prev_word_id' => '1096', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1137', + ], + 8715 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13385', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '83', + 'prev_word_id' => '1137', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1151', + ], + 8716 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13386', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '84', + 'prev_word_id' => '1151', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '983', + ], + 8717 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13387', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '85', + 'prev_word_id' => '983', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1013', + ], + 8718 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13388', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '86', + 'prev_word_id' => '1013', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8719 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13389', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '87', + 'prev_word_id' => '1006', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1035', + ], + 8720 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13390', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '88', + 'prev_word_id' => '1035', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1048', + ], + 8721 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13391', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '89', + 'prev_word_id' => '1048', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1147', + ], + 8722 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13392', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '90', + 'prev_word_id' => '1147', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1208', + ], + 8723 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13393', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1150', + 'placement' => '91', + 'prev_word_id' => '1208', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1040', + ], + 8724 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13394', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '92', + 'prev_word_id' => '1040', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1150', + ], + 8725 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13395', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '93', + 'prev_word_id' => '1150', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1014', + ], + 8726 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13396', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '94', + 'prev_word_id' => '1014', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '863', + ], + 8727 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13397', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '95', + 'prev_word_id' => '863', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1016', + ], + 8728 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13398', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '96', + 'prev_word_id' => '1016', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1172', + ], + 8729 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13399', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '97', + 'prev_word_id' => '1172', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1189', + ], + 8730 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13400', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '98', + 'prev_word_id' => '1189', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1161', + ], + 8731 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13401', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '99', + 'prev_word_id' => '1161', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1172', + ], + 8732 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13402', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '2389', + 'placement' => '100', + 'prev_word_id' => '1172', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1189', + ], + 8733 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13403', + 'identifier' => 'publish_date', + 'integer_value' => '1175498280', + 'next_word_id' => '1191', + 'placement' => '101', + 'prev_word_id' => '1189', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '2389', + ], + 8734 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '160', + 'frequency' => '0', + 'id' => '13404', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '102', + 'prev_word_id' => '2389', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1191', + ], + 8735 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13405', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1220', + ], + 8736 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13406', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1231', + 'placement' => '1', + 'prev_word_id' => '1220', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1116', + ], + 8737 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13407', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '2', + 'prev_word_id' => '1116', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1231', + ], + 8738 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13408', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '3', + 'prev_word_id' => '1231', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1220', + ], + 8739 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13409', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1231', + 'placement' => '4', + 'prev_word_id' => '1220', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1116', + ], + 8740 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13410', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '5', + 'prev_word_id' => '1116', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1231', + ], + 8741 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13411', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1232', + 'placement' => '6', + 'prev_word_id' => '1231', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8742 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13412', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '7', + 'prev_word_id' => '1089', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1232', + ], + 8743 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13413', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '8', + 'prev_word_id' => '1232', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8744 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13414', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1233', + 'placement' => '9', + 'prev_word_id' => '1089', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '994', + ], + 8745 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13415', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '10', + 'prev_word_id' => '994', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1233', + ], + 8746 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13416', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '11', + 'prev_word_id' => '1233', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1188', + ], + 8747 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13417', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '12', + 'prev_word_id' => '1188', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1016', + ], + 8748 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13418', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '13', + 'prev_word_id' => '1016', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1043', + ], + 8749 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13419', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '14', + 'prev_word_id' => '1043', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1172', + ], + 8750 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13420', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '15', + 'prev_word_id' => '1172', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '999', + ], + 8751 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13421', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '16', + 'prev_word_id' => '999', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1141', + ], + 8752 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13422', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '17', + 'prev_word_id' => '1141', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1101', + ], + 8753 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13423', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '18', + 'prev_word_id' => '1101', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '863', + ], + 8754 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13424', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '19', + 'prev_word_id' => '863', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1203', + ], + 8755 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13425', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '20', + 'prev_word_id' => '1203', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1042', + ], + 8756 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13426', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '21', + 'prev_word_id' => '1042', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1115', + ], + 8757 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13427', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '22', + 'prev_word_id' => '1115', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '995', + ], + 8758 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13428', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '23', + 'prev_word_id' => '995', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1034', + ], + 8759 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13429', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '24', + 'prev_word_id' => '1034', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1172', + ], + 8760 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13430', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '25', + 'prev_word_id' => '1172', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1189', + ], + 8761 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13431', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '26', + 'prev_word_id' => '1189', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1161', + ], + 8762 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13432', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '27', + 'prev_word_id' => '1161', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1170', + ], + 8763 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13433', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '28', + 'prev_word_id' => '1170', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '999', + ], + 8764 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13434', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '29', + 'prev_word_id' => '999', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1026', + ], + 8765 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13435', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '30', + 'prev_word_id' => '1026', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1197', + ], + 8766 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13436', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '31', + 'prev_word_id' => '1197', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1113', + ], + 8767 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13437', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '32', + 'prev_word_id' => '1113', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1042', + ], + 8768 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13438', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '33', + 'prev_word_id' => '1042', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8769 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13439', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '34', + 'prev_word_id' => '1006', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1011', + ], + 8770 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13440', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '35', + 'prev_word_id' => '1011', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1187', + ], + 8771 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13441', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '36', + 'prev_word_id' => '1187', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1163', + ], + 8772 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13442', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '37', + 'prev_word_id' => '1163', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1186', + ], + 8773 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13443', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '38', + 'prev_word_id' => '1186', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1187', + ], + 8774 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13444', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '39', + 'prev_word_id' => '1187', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1109', + ], + 8775 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13445', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '40', + 'prev_word_id' => '1109', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1014', + ], + 8776 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13446', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '41', + 'prev_word_id' => '1014', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1106', + ], + 8777 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13447', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '42', + 'prev_word_id' => '1106', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1038', + ], + 8778 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13448', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '43', + 'prev_word_id' => '1038', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '982', + ], + 8779 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13449', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '44', + 'prev_word_id' => '982', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '825', + ], + 8780 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13450', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '45', + 'prev_word_id' => '825', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1043', + ], + 8781 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13451', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '46', + 'prev_word_id' => '1043', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1107', + ], + 8782 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13452', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '47', + 'prev_word_id' => '1107', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1189', + ], + 8783 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13453', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '48', + 'prev_word_id' => '1189', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1029', + ], + 8784 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13454', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '49', + 'prev_word_id' => '1029', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8785 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13455', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '50', + 'prev_word_id' => '1006', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1011', + ], + 8786 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13456', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '51', + 'prev_word_id' => '1011', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1147', + ], + 8787 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13457', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '52', + 'prev_word_id' => '1147', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8788 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13458', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '53', + 'prev_word_id' => '1006', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1188', + ], + 8789 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13459', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '54', + 'prev_word_id' => '1188', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1051', + ], + 8790 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13460', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '55', + 'prev_word_id' => '1051', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1202', + ], + 8791 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13461', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '56', + 'prev_word_id' => '1202', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1161', + ], + 8792 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13462', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '57', + 'prev_word_id' => '1161', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1220', + ], + 8793 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13463', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1231', + 'placement' => '58', + 'prev_word_id' => '1220', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1116', + ], + 8794 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13464', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '59', + 'prev_word_id' => '1116', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1231', + ], + 8795 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13465', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '60', + 'prev_word_id' => '1231', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1220', + ], + 8796 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13466', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1231', + 'placement' => '61', + 'prev_word_id' => '1220', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1116', + ], + 8797 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13467', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '2390', + 'placement' => '62', + 'prev_word_id' => '1116', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1231', + ], + 8798 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13468', + 'identifier' => 'publish_date', + 'integer_value' => '1175498880', + 'next_word_id' => '1191', + 'placement' => '63', + 'prev_word_id' => '1231', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '2390', + ], + 8799 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '161', + 'frequency' => '0', + 'id' => '13469', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '64', + 'prev_word_id' => '2390', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1191', + ], + 8800 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13470', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '924', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1753', + ], + 8801 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13471', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '1', + 'prev_word_id' => '1753', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '924', + ], + 8802 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13472', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '2', + 'prev_word_id' => '924', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1005', + ], + 8803 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13473', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '3', + 'prev_word_id' => '1005', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1188', + ], + 8804 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13474', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '4', + 'prev_word_id' => '1188', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1099', + ], + 8805 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13475', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '5', + 'prev_word_id' => '1099', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1035', + ], + 8806 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13476', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '6', + 'prev_word_id' => '1035', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1053', + ], + 8807 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13477', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '7', + 'prev_word_id' => '1053', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1161', + ], + 8808 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13478', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '8', + 'prev_word_id' => '1161', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1107', + ], + 8809 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13479', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '9', + 'prev_word_id' => '1107', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1049', + ], + 8810 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13480', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1209', + 'placement' => '10', + 'prev_word_id' => '1049', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1165', + ], + 8811 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13481', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '11', + 'prev_word_id' => '1165', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1209', + ], + 8812 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13482', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '12', + 'prev_word_id' => '1209', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1051', + ], + 8813 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13483', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '13', + 'prev_word_id' => '1051', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1103', + ], + 8814 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13484', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '14', + 'prev_word_id' => '1103', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1099', + ], + 8815 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13485', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '15', + 'prev_word_id' => '1099', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '992', + ], + 8816 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13486', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '16', + 'prev_word_id' => '992', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '993', + ], + 8817 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13487', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '17', + 'prev_word_id' => '993', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1052', + ], + 8818 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13488', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '18', + 'prev_word_id' => '1052', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '985', + ], + 8819 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13489', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1230', + 'placement' => '19', + 'prev_word_id' => '985', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8820 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13490', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '20', + 'prev_word_id' => '1108', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1230', + ], + 8821 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13491', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '21', + 'prev_word_id' => '1230', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1220', + ], + 8822 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13492', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1231', + 'placement' => '22', + 'prev_word_id' => '1220', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1116', + ], + 8823 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13493', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '23', + 'prev_word_id' => '1116', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1231', + ], + 8824 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13494', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1232', + 'placement' => '24', + 'prev_word_id' => '1231', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8825 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13495', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '25', + 'prev_word_id' => '1089', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1232', + ], + 8826 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13496', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '26', + 'prev_word_id' => '1232', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8827 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13497', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1233', + 'placement' => '27', + 'prev_word_id' => '1089', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '994', + ], + 8828 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13498', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '28', + 'prev_word_id' => '994', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1233', + ], + 8829 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13499', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '29', + 'prev_word_id' => '1233', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1188', + ], + 8830 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13500', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '30', + 'prev_word_id' => '1188', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1016', + ], + 8831 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13501', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '31', + 'prev_word_id' => '1016', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1043', + ], + 8832 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13502', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '32', + 'prev_word_id' => '1043', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1172', + ], + 8833 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13503', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '33', + 'prev_word_id' => '1172', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '999', + ], + 8834 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13504', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '34', + 'prev_word_id' => '999', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1141', + ], + 8835 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13505', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '35', + 'prev_word_id' => '1141', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1101', + ], + 8836 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13506', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '36', + 'prev_word_id' => '1101', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '863', + ], + 8837 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13507', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '37', + 'prev_word_id' => '863', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1203', + ], + 8838 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13508', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '38', + 'prev_word_id' => '1203', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1042', + ], + 8839 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13509', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '39', + 'prev_word_id' => '1042', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1115', + ], + 8840 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13510', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '40', + 'prev_word_id' => '1115', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '995', + ], + 8841 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13511', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '41', + 'prev_word_id' => '995', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1034', + ], + 8842 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13512', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '42', + 'prev_word_id' => '1034', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1172', + ], + 8843 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13513', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '43', + 'prev_word_id' => '1172', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1189', + ], + 8844 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13514', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '44', + 'prev_word_id' => '1189', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1161', + ], + 8845 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13515', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '45', + 'prev_word_id' => '1161', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1170', + ], + 8846 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13516', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '46', + 'prev_word_id' => '1170', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '999', + ], + 8847 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13517', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '47', + 'prev_word_id' => '999', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1026', + ], + 8848 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13518', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '48', + 'prev_word_id' => '1026', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1197', + ], + 8849 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13519', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '49', + 'prev_word_id' => '1197', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1113', + ], + 8850 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13520', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '50', + 'prev_word_id' => '1113', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1042', + ], + 8851 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13521', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '51', + 'prev_word_id' => '1042', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8852 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13522', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '52', + 'prev_word_id' => '1006', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1011', + ], + 8853 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13523', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '53', + 'prev_word_id' => '1011', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1187', + ], + 8854 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13524', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '54', + 'prev_word_id' => '1187', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1163', + ], + 8855 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13525', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '55', + 'prev_word_id' => '1163', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1186', + ], + 8856 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13526', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1109', + 'placement' => '56', + 'prev_word_id' => '1186', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1187', + ], + 8857 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13527', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '57', + 'prev_word_id' => '1187', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1109', + ], + 8858 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13528', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '58', + 'prev_word_id' => '1109', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1014', + ], + 8859 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13529', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '59', + 'prev_word_id' => '1014', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1106', + ], + 8860 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13530', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '60', + 'prev_word_id' => '1106', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1038', + ], + 8861 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13531', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '61', + 'prev_word_id' => '1038', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '982', + ], + 8862 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13532', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '62', + 'prev_word_id' => '982', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '825', + ], + 8863 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13533', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '63', + 'prev_word_id' => '825', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1043', + ], + 8864 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13534', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '64', + 'prev_word_id' => '1043', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1107', + ], + 8865 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13535', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '65', + 'prev_word_id' => '1107', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1189', + ], + 8866 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13536', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '66', + 'prev_word_id' => '1189', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1029', + ], + 8867 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13537', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '67', + 'prev_word_id' => '1029', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8868 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13538', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '68', + 'prev_word_id' => '1006', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1011', + ], + 8869 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13539', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '69', + 'prev_word_id' => '1011', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1147', + ], + 8870 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13540', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '70', + 'prev_word_id' => '1147', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8871 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13541', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '71', + 'prev_word_id' => '1006', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1188', + ], + 8872 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13542', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '72', + 'prev_word_id' => '1188', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1051', + ], + 8873 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13543', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '73', + 'prev_word_id' => '1051', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1202', + ], + 8874 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '162', + 'frequency' => '0', + 'id' => '13544', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '74', + 'prev_word_id' => '1202', + 'published' => '1311154198', + 'section_id' => '6', + 'word_id' => '1161', + ], + 8875 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13545', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '2216', + ], + 8876 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13546', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '1', + 'prev_word_id' => '2216', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '863', + ], + 8877 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13547', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '2', + 'prev_word_id' => '863', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '863', + ], + 8878 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13548', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '3', + 'prev_word_id' => '863', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1012', + ], + 8879 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13549', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '4', + 'prev_word_id' => '1012', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1017', + ], + 8880 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13550', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '5', + 'prev_word_id' => '1017', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1012', + ], + 8881 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13551', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1242', + 'placement' => '6', + 'prev_word_id' => '1012', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1103', + ], + 8882 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13552', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '7', + 'prev_word_id' => '1103', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1242', + ], + 8883 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13553', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1138', + 'placement' => '8', + 'prev_word_id' => '1242', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '863', + ], + 8884 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13554', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '9', + 'prev_word_id' => '863', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1138', + ], + 8885 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13555', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1223', + 'placement' => '10', + 'prev_word_id' => '1138', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1142', + ], + 8886 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13556', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '11', + 'prev_word_id' => '1142', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1223', + ], + 8887 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13557', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1115', + 'placement' => '12', + 'prev_word_id' => '1223', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8888 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13558', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '13', + 'prev_word_id' => '1089', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1115', + ], + 8889 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13559', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1243', + 'placement' => '14', + 'prev_word_id' => '1115', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1118', + ], + 8890 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13560', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1244', + 'placement' => '15', + 'prev_word_id' => '1118', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1243', + ], + 8891 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13561', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '16', + 'prev_word_id' => '1243', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1244', + ], + 8892 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13562', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '17', + 'prev_word_id' => '1244', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1114', + ], + 8893 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13563', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '18', + 'prev_word_id' => '1114', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1192', + ], + 8894 => [ + 'content_type_field_definition_id' => '119', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13564', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '19', + 'prev_word_id' => '1192', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1041', + ], + 8895 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13565', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '20', + 'prev_word_id' => '1041', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1010', + ], + 8896 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13566', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '21', + 'prev_word_id' => '1010', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '985', + ], + 8897 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13567', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '22', + 'prev_word_id' => '985', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1119', + ], + 8898 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13568', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '23', + 'prev_word_id' => '1119', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1158', + ], + 8899 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13569', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '24', + 'prev_word_id' => '1158', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8900 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13570', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '25', + 'prev_word_id' => '1108', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8901 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13571', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '26', + 'prev_word_id' => '1006', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1000', + ], + 8902 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13572', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '27', + 'prev_word_id' => '1000', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1192', + ], + 8903 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13573', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '28', + 'prev_word_id' => '1192', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '825', + ], + 8904 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13574', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '29', + 'prev_word_id' => '825', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1112', + ], + 8905 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13575', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '30', + 'prev_word_id' => '1112', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1013', + ], + 8906 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13576', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '31', + 'prev_word_id' => '1013', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1111', + ], + 8907 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13577', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '32', + 'prev_word_id' => '1111', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1011', + ], + 8908 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13578', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '33', + 'prev_word_id' => '1011', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '989', + ], + 8909 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13579', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '34', + 'prev_word_id' => '989', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1026', + ], + 8910 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13580', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '35', + 'prev_word_id' => '1026', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1165', + ], + 8911 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13581', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '36', + 'prev_word_id' => '1165', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1117', + ], + 8912 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13582', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '37', + 'prev_word_id' => '1117', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1099', + ], + 8913 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13583', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '38', + 'prev_word_id' => '1099', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8914 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13584', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '39', + 'prev_word_id' => '1108', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1110', + ], + 8915 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13585', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1085', + 'placement' => '40', + 'prev_word_id' => '1110', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1142', + ], + 8916 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13586', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1086', + 'placement' => '41', + 'prev_word_id' => '1142', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1085', + ], + 8917 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13587', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1087', + 'placement' => '42', + 'prev_word_id' => '1085', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1086', + ], + 8918 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13588', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1088', + 'placement' => '43', + 'prev_word_id' => '1086', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1087', + ], + 8919 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13589', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '44', + 'prev_word_id' => '1087', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1088', + ], + 8920 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13590', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '45', + 'prev_word_id' => '1088', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8921 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13591', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '46', + 'prev_word_id' => '1089', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1090', + ], + 8922 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13592', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1092', + 'placement' => '47', + 'prev_word_id' => '1090', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1091', + ], + 8923 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13593', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1093', + 'placement' => '48', + 'prev_word_id' => '1091', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1092', + ], + 8924 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13594', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1094', + 'placement' => '49', + 'prev_word_id' => '1092', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1093', + ], + 8925 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13595', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1095', + 'placement' => '50', + 'prev_word_id' => '1093', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1094', + ], + 8926 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13596', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1096', + 'placement' => '51', + 'prev_word_id' => '1094', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1095', + ], + 8927 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13597', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '52', + 'prev_word_id' => '1095', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1096', + ], + 8928 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13598', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1151', + 'placement' => '53', + 'prev_word_id' => '1096', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1137', + ], + 8929 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13599', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '54', + 'prev_word_id' => '1137', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1151', + ], + 8930 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13600', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '55', + 'prev_word_id' => '1151', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '983', + ], + 8931 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13601', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '56', + 'prev_word_id' => '983', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1013', + ], + 8932 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13602', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '57', + 'prev_word_id' => '1013', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1006', + ], + 8933 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13603', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '58', + 'prev_word_id' => '1006', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1035', + ], + 8934 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13604', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '59', + 'prev_word_id' => '1035', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1048', + ], + 8935 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13605', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '60', + 'prev_word_id' => '1048', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1147', + ], + 8936 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13606', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '61', + 'prev_word_id' => '1147', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1208', + ], + 8937 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13607', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1150', + 'placement' => '62', + 'prev_word_id' => '1208', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1040', + ], + 8938 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13608', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '63', + 'prev_word_id' => '1040', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1150', + ], + 8939 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13609', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '64', + 'prev_word_id' => '1150', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1014', + ], + 8940 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13610', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '65', + 'prev_word_id' => '1014', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '863', + ], + 8941 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '163', + 'frequency' => '0', + 'id' => '13611', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '66', + 'prev_word_id' => '863', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1016', + ], + 8942 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13612', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1141', + ], + 8943 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13613', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '1', + 'prev_word_id' => '1141', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1142', + ], + 8944 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13614', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '2', + 'prev_word_id' => '1142', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '994', + ], + 8945 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13615', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '3', + 'prev_word_id' => '994', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '999', + ], + 8946 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13616', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '4', + 'prev_word_id' => '999', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1145', + ], + 8947 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13617', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '5', + 'prev_word_id' => '1145', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1046', + ], + 8948 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13618', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1230', + 'placement' => '6', + 'prev_word_id' => '1046', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1108', + ], + 8949 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13619', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '7', + 'prev_word_id' => '1108', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1230', + ], + 8950 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13620', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '8', + 'prev_word_id' => '1230', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1220', + ], + 8951 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13621', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1231', + 'placement' => '9', + 'prev_word_id' => '1220', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1116', + ], + 8952 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13622', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '10', + 'prev_word_id' => '1116', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1231', + ], + 8953 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13623', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1232', + 'placement' => '11', + 'prev_word_id' => '1231', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8954 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13624', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '12', + 'prev_word_id' => '1089', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1232', + ], + 8955 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13625', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '13', + 'prev_word_id' => '1232', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8956 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13626', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1233', + 'placement' => '14', + 'prev_word_id' => '1089', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '994', + ], + 8957 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13627', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '15', + 'prev_word_id' => '994', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1233', + ], + 8958 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13628', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '16', + 'prev_word_id' => '1233', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1188', + ], + 8959 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13629', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '17', + 'prev_word_id' => '1188', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1016', + ], + 8960 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13630', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '18', + 'prev_word_id' => '1016', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1043', + ], + 8961 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13631', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '19', + 'prev_word_id' => '1043', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1202', + ], + 8962 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13632', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '20', + 'prev_word_id' => '1202', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1048', + ], + 8963 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13633', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '21', + 'prev_word_id' => '1048', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1106', + ], + 8964 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13634', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '22', + 'prev_word_id' => '1106', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1020', + ], + 8965 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13635', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '23', + 'prev_word_id' => '1020', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1106', + ], + 8966 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13636', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1148', + 'placement' => '24', + 'prev_word_id' => '1106', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1014', + ], + 8967 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13637', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '25', + 'prev_word_id' => '1014', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1148', + ], + 8968 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13638', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '26', + 'prev_word_id' => '1148', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1116', + ], + 8969 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13639', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '27', + 'prev_word_id' => '1116', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1164', + ], + 8970 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13640', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '28', + 'prev_word_id' => '1164', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1035', + ], + 8971 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13641', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '29', + 'prev_word_id' => '1035', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '995', + ], + 8972 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13642', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '30', + 'prev_word_id' => '995', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '988', + ], + 8973 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13643', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '31', + 'prev_word_id' => '988', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1001', + ], + 8974 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13644', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '32', + 'prev_word_id' => '1001', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1208', + ], + 8975 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13645', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '33', + 'prev_word_id' => '1208', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1026', + ], + 8976 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13646', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '34', + 'prev_word_id' => '1026', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1019', + ], + 8977 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13647', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '35', + 'prev_word_id' => '1019', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1100', + ], + 8978 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13648', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '36', + 'prev_word_id' => '1100', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1005', + ], + 8979 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13649', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '37', + 'prev_word_id' => '1005', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1198', + ], + 8980 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13650', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '38', + 'prev_word_id' => '1198', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1046', + ], + 8981 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13651', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1085', + 'placement' => '39', + 'prev_word_id' => '1046', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '989', + ], + 8982 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13652', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1086', + 'placement' => '40', + 'prev_word_id' => '989', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1085', + ], + 8983 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13653', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1087', + 'placement' => '41', + 'prev_word_id' => '1085', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1086', + ], + 8984 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13654', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1088', + 'placement' => '42', + 'prev_word_id' => '1086', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1087', + ], + 8985 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13655', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '43', + 'prev_word_id' => '1087', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1088', + ], + 8986 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13656', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '44', + 'prev_word_id' => '1088', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1089', + ], + 8987 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13657', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '45', + 'prev_word_id' => '1089', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1090', + ], + 8988 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13658', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1092', + 'placement' => '46', + 'prev_word_id' => '1090', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1091', + ], + 8989 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13659', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1093', + 'placement' => '47', + 'prev_word_id' => '1091', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1092', + ], + 8990 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13660', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1094', + 'placement' => '48', + 'prev_word_id' => '1092', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1093', + ], + 8991 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13661', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1095', + 'placement' => '49', + 'prev_word_id' => '1093', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1094', + ], + 8992 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13662', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1096', + 'placement' => '50', + 'prev_word_id' => '1094', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1095', + ], + 8993 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13663', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '51', + 'prev_word_id' => '1095', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1096', + ], + 8994 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13664', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '52', + 'prev_word_id' => '1096', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1145', + ], + 8995 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13665', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '53', + 'prev_word_id' => '1145', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1046', + ], + 8996 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13666', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1104', + 'placement' => '54', + 'prev_word_id' => '1046', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '981', + ], + 8997 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13667', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '55', + 'prev_word_id' => '981', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1104', + ], + 8998 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13668', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '56', + 'prev_word_id' => '1104', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1049', + ], + 8999 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13669', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '57', + 'prev_word_id' => '1049', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1170', + ], + 9000 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13670', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '58', + 'prev_word_id' => '1170', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1046', + ], + 9001 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13671', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '59', + 'prev_word_id' => '1046', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1029', + ], + 9002 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13672', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '60', + 'prev_word_id' => '1029', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1141', + ], + 9003 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13673', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '61', + 'prev_word_id' => '1141', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1142', + ], + 9004 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13674', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '62', + 'prev_word_id' => '1142', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '994', + ], + 9005 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13675', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '63', + 'prev_word_id' => '994', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '999', + ], + 9006 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13676', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '64', + 'prev_word_id' => '999', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '825', + ], + 9007 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13677', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '65', + 'prev_word_id' => '825', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1029', + ], + 9008 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13678', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '66', + 'prev_word_id' => '1029', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1164', + ], + 9009 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13679', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '67', + 'prev_word_id' => '1164', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1162', + ], + 9010 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13680', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '68', + 'prev_word_id' => '1162', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1107', + ], + 9011 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13681', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '69', + 'prev_word_id' => '1107', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1103', + ], + 9012 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13682', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '70', + 'prev_word_id' => '1103', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1001', + ], + 9013 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13683', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1199', + 'placement' => '71', + 'prev_word_id' => '1001', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1043', + ], + 9014 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13684', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '72', + 'prev_word_id' => '1043', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1199', + ], + 9015 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13685', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '73', + 'prev_word_id' => '1199', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1141', + ], + 9016 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13686', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '74', + 'prev_word_id' => '1141', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1047', + ], + 9017 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13687', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '75', + 'prev_word_id' => '1047', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1015', + ], + 9018 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13688', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '76', + 'prev_word_id' => '1015', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1110', + ], + 9019 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13689', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '77', + 'prev_word_id' => '1110', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1149', + ], + 9020 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13690', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '78', + 'prev_word_id' => '1149', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1026', + ], + 9021 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13691', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '79', + 'prev_word_id' => '1026', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1019', + ], + 9022 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13692', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '80', + 'prev_word_id' => '1019', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1100', + ], + 9023 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13693', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '81', + 'prev_word_id' => '1100', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1010', + ], + 9024 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13694', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '82', + 'prev_word_id' => '1010', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1048', + ], + 9025 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13695', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '83', + 'prev_word_id' => '1048', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '998', + ], + 9026 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13696', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '84', + 'prev_word_id' => '998', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1160', + ], + 9027 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13697', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '85', + 'prev_word_id' => '1160', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1033', + ], + 9028 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13698', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '86', + 'prev_word_id' => '1033', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1165', + ], + 9029 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13699', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '87', + 'prev_word_id' => '1165', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1027', + ], + 9030 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13700', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1209', + 'placement' => '88', + 'prev_word_id' => '1027', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1193', + ], + 9031 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13701', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '89', + 'prev_word_id' => '1193', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1209', + ], + 9032 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13702', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '90', + 'prev_word_id' => '1209', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1034', + ], + 9033 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13703', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '91', + 'prev_word_id' => '1034', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '995', + ], + 9034 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13704', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '92', + 'prev_word_id' => '995', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1203', + ], + 9035 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13705', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '93', + 'prev_word_id' => '1203', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1193', + ], + 9036 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13706', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '94', + 'prev_word_id' => '1193', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '999', + ], + 9037 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13707', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '95', + 'prev_word_id' => '999', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1089', + ], + 9038 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13708', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '96', + 'prev_word_id' => '1089', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1149', + ], + 9039 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13709', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1048', + 'placement' => '97', + 'prev_word_id' => '1149', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1202', + ], + 9040 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13710', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '98', + 'prev_word_id' => '1202', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1048', + ], + 9041 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13711', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '99', + 'prev_word_id' => '1048', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1106', + ], + 9042 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13712', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '100', + 'prev_word_id' => '1106', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1020', + ], + 9043 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13713', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '101', + 'prev_word_id' => '1020', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1106', + ], + 9044 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13714', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1148', + 'placement' => '102', + 'prev_word_id' => '1106', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1014', + ], + 9045 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13715', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '103', + 'prev_word_id' => '1014', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1148', + ], + 9046 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13716', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '104', + 'prev_word_id' => '1148', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1116', + ], + 9047 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13717', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '105', + 'prev_word_id' => '1116', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1164', + ], + 9048 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13718', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '106', + 'prev_word_id' => '1164', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1035', + ], + 9049 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13719', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '107', + 'prev_word_id' => '1035', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '995', + ], + 9050 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13720', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '108', + 'prev_word_id' => '995', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '988', + ], + 9051 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13721', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '109', + 'prev_word_id' => '988', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1001', + ], + 9052 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13722', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '110', + 'prev_word_id' => '1001', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1208', + ], + 9053 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13723', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '111', + 'prev_word_id' => '1208', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1026', + ], + 9054 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13724', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '112', + 'prev_word_id' => '1026', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1019', + ], + 9055 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13725', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '113', + 'prev_word_id' => '1019', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1100', + ], + 9056 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13726', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '114', + 'prev_word_id' => '1100', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1141', + ], + 9057 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13727', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '115', + 'prev_word_id' => '1141', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1142', + ], + 9058 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13728', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '116', + 'prev_word_id' => '1142', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '994', + ], + 9059 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13729', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '117', + 'prev_word_id' => '994', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '999', + ], + 9060 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13730', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '118', + 'prev_word_id' => '999', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1141', + ], + 9061 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13731', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '119', + 'prev_word_id' => '1141', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1142', + ], + 9062 => [ + 'content_type_field_definition_id' => '190', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13732', + 'identifier' => 'caption', + 'integer_value' => '0', + 'next_word_id' => '2391', + 'placement' => '120', + 'prev_word_id' => '1142', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '994', + ], + 9063 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13733', + 'identifier' => 'publish_date', + 'integer_value' => '1175499180', + 'next_word_id' => '1191', + 'placement' => '121', + 'prev_word_id' => '994', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '2391', + ], + 9064 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '164', + 'frequency' => '0', + 'id' => '13734', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '122', + 'prev_word_id' => '2391', + 'published' => '1311154199', + 'section_id' => '6', + 'word_id' => '1191', + ], + 9065 => [ + 'content_type_field_definition_id' => '236', + 'content_type_id' => '23', + 'contentobject_id' => '165', + 'frequency' => '0', + 'id' => '13735', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154199', + 'section_id' => '1', + 'word_id' => '1258', + ], + 9066 => [ + 'content_type_field_definition_id' => '302', + 'content_type_id' => '37', + 'contentobject_id' => '166', + 'frequency' => '0', + 'id' => '13736', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '908', + ], + 9067 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13737', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1040', + ], + 9068 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13738', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '1', + 'prev_word_id' => '1040', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1170', + ], + 9069 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13739', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '2', + 'prev_word_id' => '1170', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '996', + ], + 9070 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13740', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '3', + 'prev_word_id' => '996', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '992', + ], + 9071 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13741', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '4', + 'prev_word_id' => '992', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '993', + ], + 9072 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13742', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '5', + 'prev_word_id' => '993', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1040', + ], + 9073 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13743', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '6', + 'prev_word_id' => '1040', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1170', + ], + 9074 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13744', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '7', + 'prev_word_id' => '1170', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '996', + ], + 9075 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13745', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '8', + 'prev_word_id' => '996', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '992', + ], + 9076 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13746', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '9', + 'prev_word_id' => '992', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '993', + ], + 9077 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13747', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '10', + 'prev_word_id' => '993', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '989', + ], + 9078 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13748', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '11', + 'prev_word_id' => '989', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '984', + ], + 9079 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13749', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '12', + 'prev_word_id' => '984', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1140', + ], + 9080 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13750', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '13', + 'prev_word_id' => '1140', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '981', + ], + 9081 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13751', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '14', + 'prev_word_id' => '981', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1169', + ], + 9082 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13752', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '15', + 'prev_word_id' => '1169', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1049', + ], + 9083 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13753', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '16', + 'prev_word_id' => '1049', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1089', + ], + 9084 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13754', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1209', + 'placement' => '17', + 'prev_word_id' => '1089', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1221', + ], + 9085 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13755', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '18', + 'prev_word_id' => '1221', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1209', + ], + 9086 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13756', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '19', + 'prev_word_id' => '1209', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '986', + ], + 9087 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13757', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1136', + 'placement' => '20', + 'prev_word_id' => '986', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1012', + ], + 9088 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13758', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '21', + 'prev_word_id' => '1012', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1136', + ], + 9089 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13759', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '22', + 'prev_word_id' => '1136', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '989', + ], + 9090 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13760', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '23', + 'prev_word_id' => '989', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9091 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13761', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '24', + 'prev_word_id' => '1020', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1198', + ], + 9092 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13762', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '25', + 'prev_word_id' => '1198', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1218', + ], + 9093 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13763', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '26', + 'prev_word_id' => '1218', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1038', + ], + 9094 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13764', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '27', + 'prev_word_id' => '1038', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '810', + ], + 9095 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13765', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '28', + 'prev_word_id' => '810', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1019', + ], + 9096 => [ + 'content_type_field_definition_id' => '306', + 'content_type_id' => '38', + 'contentobject_id' => '167', + 'frequency' => '0', + 'id' => '13766', + 'identifier' => 'sticky', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '29', + 'prev_word_id' => '1019', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1191', + ], + 9097 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13767', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '1167', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9098 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13768', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '1', + 'prev_word_id' => '1011', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1167', + ], + 9099 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13769', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '2', + 'prev_word_id' => '1167', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1192', + ], + 9100 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13770', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '3', + 'prev_word_id' => '1192', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1158', + ], + 9101 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13771', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '4', + 'prev_word_id' => '1158', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '997', + ], + 9102 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13772', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '5', + 'prev_word_id' => '997', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1198', + ], + 9103 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13773', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '6', + 'prev_word_id' => '1198', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1002', + ], + 9104 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13774', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '7', + 'prev_word_id' => '1002', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1137', + ], + 9105 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13775', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '8', + 'prev_word_id' => '1137', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1117', + ], + 9106 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13776', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '9', + 'prev_word_id' => '1117', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1146', + ], + 9107 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13777', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '10', + 'prev_word_id' => '1146', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1038', + ], + 9108 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13778', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '11', + 'prev_word_id' => '1038', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1163', + ], + 9109 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13779', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '12', + 'prev_word_id' => '1163', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1042', + ], + 9110 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13780', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '13', + 'prev_word_id' => '1042', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '989', + ], + 9111 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13781', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '14', + 'prev_word_id' => '989', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1171', + ], + 9112 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13782', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '15', + 'prev_word_id' => '1171', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1032', + ], + 9113 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13783', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '16', + 'prev_word_id' => '1032', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1045', + ], + 9114 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13784', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '17', + 'prev_word_id' => '1045', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1186', + ], + 9115 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13785', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '18', + 'prev_word_id' => '1186', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9116 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13786', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '19', + 'prev_word_id' => '1011', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1144', + ], + 9117 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13787', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '20', + 'prev_word_id' => '1144', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1101', + ], + 9118 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13788', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '21', + 'prev_word_id' => '1101', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1142', + ], + 9119 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13789', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1167', + 'placement' => '22', + 'prev_word_id' => '1142', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9120 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13790', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '23', + 'prev_word_id' => '1011', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1167', + ], + 9121 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13791', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '24', + 'prev_word_id' => '1167', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1192', + ], + 9122 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13792', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '25', + 'prev_word_id' => '1192', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1158', + ], + 9123 => [ + 'content_type_field_definition_id' => '306', + 'content_type_id' => '38', + 'contentobject_id' => '168', + 'frequency' => '0', + 'id' => '13793', + 'identifier' => 'sticky', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '26', + 'prev_word_id' => '1158', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1191', + ], + 9124 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13794', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1035', + ], + 9125 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13795', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '1', + 'prev_word_id' => '1035', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1161', + ], + 9126 => [ + 'content_type_field_definition_id' => '304', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13796', + 'identifier' => 'subject', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '2', + 'prev_word_id' => '1161', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1194', + ], + 9127 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13797', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1150', + 'placement' => '3', + 'prev_word_id' => '1194', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1040', + ], + 9128 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13798', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '4', + 'prev_word_id' => '1040', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1150', + ], + 9129 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13799', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '5', + 'prev_word_id' => '1150', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1035', + ], + 9130 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13800', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '6', + 'prev_word_id' => '1035', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1161', + ], + 9131 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13801', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '7', + 'prev_word_id' => '1161', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1194', + ], + 9132 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13802', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '8', + 'prev_word_id' => '1194', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '990', + ], + 9133 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13803', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '9', + 'prev_word_id' => '990', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1089', + ], + 9134 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13804', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '10', + 'prev_word_id' => '1089', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '990', + ], + 9135 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13805', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '11', + 'prev_word_id' => '990', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9136 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13806', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '12', + 'prev_word_id' => '1011', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1026', + ], + 9137 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13807', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '13', + 'prev_word_id' => '1026', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9138 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13808', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1085', + 'placement' => '14', + 'prev_word_id' => '1001', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1218', + ], + 9139 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13809', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1086', + 'placement' => '15', + 'prev_word_id' => '1218', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1085', + ], + 9140 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13810', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1087', + 'placement' => '16', + 'prev_word_id' => '1085', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1086', + ], + 9141 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13811', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1088', + 'placement' => '17', + 'prev_word_id' => '1086', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1087', + ], + 9142 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13812', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '18', + 'prev_word_id' => '1087', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1088', + ], + 9143 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13813', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1090', + 'placement' => '19', + 'prev_word_id' => '1088', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1089', + ], + 9144 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13814', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1091', + 'placement' => '20', + 'prev_word_id' => '1089', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1090', + ], + 9145 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13815', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1092', + 'placement' => '21', + 'prev_word_id' => '1090', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1091', + ], + 9146 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13816', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1093', + 'placement' => '22', + 'prev_word_id' => '1091', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1092', + ], + 9147 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13817', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1094', + 'placement' => '23', + 'prev_word_id' => '1092', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1093', + ], + 9148 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13818', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1095', + 'placement' => '24', + 'prev_word_id' => '1093', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1094', + ], + 9149 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13819', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1096', + 'placement' => '25', + 'prev_word_id' => '1094', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1095', + ], + 9150 => [ + 'content_type_field_definition_id' => '305', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13820', + 'identifier' => 'message', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '26', + 'prev_word_id' => '1095', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1096', + ], + 9151 => [ + 'content_type_field_definition_id' => '306', + 'content_type_id' => '38', + 'contentobject_id' => '169', + 'frequency' => '0', + 'id' => '13821', + 'identifier' => 'sticky', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '27', + 'prev_word_id' => '1096', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1191', + ], + 9152 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13822', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '2392', + ], + 9153 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13823', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1166', + 'placement' => '1', + 'prev_word_id' => '2392', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1017', + ], + 9154 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13824', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '2', + 'prev_word_id' => '1017', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1166', + ], + 9155 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13825', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '3', + 'prev_word_id' => '1166', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9156 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13826', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '4', + 'prev_word_id' => '1051', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9157 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13827', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '5', + 'prev_word_id' => '1001', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1049', + ], + 9158 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13828', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '6', + 'prev_word_id' => '1049', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '997', + ], + 9159 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13829', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '7', + 'prev_word_id' => '997', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1036', + ], + 9160 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13830', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '8', + 'prev_word_id' => '1036', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1145', + ], + 9161 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13831', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '9', + 'prev_word_id' => '1145', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1197', + ], + 9162 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13832', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1167', + 'placement' => '10', + 'prev_word_id' => '1197', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1002', + ], + 9163 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13833', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '11', + 'prev_word_id' => '1002', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1167', + ], + 9164 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13834', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '12', + 'prev_word_id' => '1167', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1050', + ], + 9165 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13835', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1193', + 'placement' => '13', + 'prev_word_id' => '1050', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1140', + ], + 9166 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13836', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '14', + 'prev_word_id' => '1140', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1193', + ], + 9167 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13837', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '15', + 'prev_word_id' => '1193', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1143', + ], + 9168 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13838', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '16', + 'prev_word_id' => '1143', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1045', + ], + 9169 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13839', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '17', + 'prev_word_id' => '1045', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1102', + ], + 9170 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13840', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '18', + 'prev_word_id' => '1102', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1052', + ], + 9171 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13841', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '19', + 'prev_word_id' => '1052', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1028', + ], + 9172 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13842', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '20', + 'prev_word_id' => '1028', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1168', + ], + 9173 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13843', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '21', + 'prev_word_id' => '1168', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1157', + ], + 9174 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13844', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '22', + 'prev_word_id' => '1157', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1107', + ], + 9175 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13845', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '23', + 'prev_word_id' => '1107', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1157', + ], + 9176 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13846', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '24', + 'prev_word_id' => '1157', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '997', + ], + 9177 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13847', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '25', + 'prev_word_id' => '997', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1040', + ], + 9178 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13848', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '26', + 'prev_word_id' => '1040', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1218', + ], + 9179 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13849', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '27', + 'prev_word_id' => '1218', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1156', + ], + 9180 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13850', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1209', + 'placement' => '28', + 'prev_word_id' => '1156', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1089', + ], + 9181 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13851', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '29', + 'prev_word_id' => '1089', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1209', + ], + 9182 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13852', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '30', + 'prev_word_id' => '1209', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1013', + ], + 9183 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13853', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '31', + 'prev_word_id' => '1013', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '994', + ], + 9184 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13854', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '32', + 'prev_word_id' => '994', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9185 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13855', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '33', + 'prev_word_id' => '1020', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1007', + ], + 9186 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13856', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '34', + 'prev_word_id' => '1007', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1145', + ], + 9187 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13857', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '35', + 'prev_word_id' => '1145', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '863', + ], + 9188 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13858', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '36', + 'prev_word_id' => '863', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1162', + ], + 9189 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13859', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '37', + 'prev_word_id' => '1162', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '863', + ], + 9190 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13860', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1166', + 'placement' => '38', + 'prev_word_id' => '863', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9191 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13861', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '39', + 'prev_word_id' => '1099', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1166', + ], + 9192 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13862', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '40', + 'prev_word_id' => '1166', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1119', + ], + 9193 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13863', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '41', + 'prev_word_id' => '1119', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1047', + ], + 9194 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13864', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '42', + 'prev_word_id' => '1047', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1108', + ], + 9195 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13865', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '43', + 'prev_word_id' => '1108', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1101', + ], + 9196 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13866', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '44', + 'prev_word_id' => '1101', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '988', + ], + 9197 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13867', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '45', + 'prev_word_id' => '988', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1137', + ], + 9198 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13868', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '46', + 'prev_word_id' => '1137', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '994', + ], + 9199 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13869', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '47', + 'prev_word_id' => '994', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1014', + ], + 9200 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13870', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '48', + 'prev_word_id' => '1014', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '810', + ], + 9201 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13871', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '49', + 'prev_word_id' => '810', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1203', + ], + 9202 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13872', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '50', + 'prev_word_id' => '1203', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1221', + ], + 9203 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13873', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '51', + 'prev_word_id' => '1221', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1002', + ], + 9204 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13874', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '52', + 'prev_word_id' => '1002', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1016', + ], + 9205 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13875', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '53', + 'prev_word_id' => '1016', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1156', + ], + 9206 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13876', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '54', + 'prev_word_id' => '1156', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '986', + ], + 9207 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13877', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '55', + 'prev_word_id' => '986', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1013', + ], + 9208 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13878', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '56', + 'prev_word_id' => '1013', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1037', + ], + 9209 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13879', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '57', + 'prev_word_id' => '1037', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1161', + ], + 9210 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13880', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '58', + 'prev_word_id' => '1161', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1113', + ], + 9211 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13881', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '59', + 'prev_word_id' => '1113', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1107', + ], + 9212 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13882', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '60', + 'prev_word_id' => '1107', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1218', + ], + 9213 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13883', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '61', + 'prev_word_id' => '1218', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9214 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13884', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '62', + 'prev_word_id' => '1001', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '982', + ], + 9215 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13885', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '63', + 'prev_word_id' => '982', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '991', + ], + 9216 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13886', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '64', + 'prev_word_id' => '991', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1019', + ], + 9217 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13887', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '65', + 'prev_word_id' => '1019', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1017', + ], + 9218 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13888', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '66', + 'prev_word_id' => '1017', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1144', + ], + 9219 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13889', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '67', + 'prev_word_id' => '1144', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1147', + ], + 9220 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13890', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '68', + 'prev_word_id' => '1147', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1039', + ], + 9221 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13891', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '69', + 'prev_word_id' => '1039', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9222 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13892', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '70', + 'prev_word_id' => '1011', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1187', + ], + 9223 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13893', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '71', + 'prev_word_id' => '1187', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1039', + ], + 9224 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13894', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1139', + 'placement' => '72', + 'prev_word_id' => '1039', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '810', + ], + 9225 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13895', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '73', + 'prev_word_id' => '810', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1139', + ], + 9226 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13896', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '74', + 'prev_word_id' => '1139', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1101', + ], + 9227 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13897', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '75', + 'prev_word_id' => '1101', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1168', + ], + 9228 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13898', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '76', + 'prev_word_id' => '1168', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1113', + ], + 9229 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13899', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '77', + 'prev_word_id' => '1113', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1031', + ], + 9230 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13900', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '78', + 'prev_word_id' => '1031', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1039', + ], + 9231 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13901', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '79', + 'prev_word_id' => '1039', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '863', + ], + 9232 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13902', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '80', + 'prev_word_id' => '863', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1239', + ], + 9233 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13903', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '81', + 'prev_word_id' => '1239', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1158', + ], + 9234 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13904', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '82', + 'prev_word_id' => '1158', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1149', + ], + 9235 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13905', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '83', + 'prev_word_id' => '1149', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1188', + ], + 9236 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13906', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '84', + 'prev_word_id' => '1188', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1103', + ], + 9237 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13907', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '85', + 'prev_word_id' => '1103', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1014', + ], + 9238 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13908', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '86', + 'prev_word_id' => '1014', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1158', + ], + 9239 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13909', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '87', + 'prev_word_id' => '1158', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '986', + ], + 9240 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13910', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '88', + 'prev_word_id' => '986', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1196', + ], + 9241 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13911', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '89', + 'prev_word_id' => '1196', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9242 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13912', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '90', + 'prev_word_id' => '1020', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1017', + ], + 9243 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13913', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '91', + 'prev_word_id' => '1017', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1171', + ], + 9244 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13914', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '92', + 'prev_word_id' => '1171', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1144', + ], + 9245 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13915', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '93', + 'prev_word_id' => '1144', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '825', + ], + 9246 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13916', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '94', + 'prev_word_id' => '825', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1019', + ], + 9247 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13917', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '95', + 'prev_word_id' => '1019', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1040', + ], + 9248 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '170', + 'frequency' => '0', + 'id' => '13918', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '96', + 'prev_word_id' => '1040', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1165', + ], + 9249 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13919', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9250 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13920', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '1', + 'prev_word_id' => '1001', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '982', + ], + 9251 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13921', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '2', + 'prev_word_id' => '982', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9252 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13922', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '3', + 'prev_word_id' => '1001', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '982', + ], + 9253 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13923', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '4', + 'prev_word_id' => '982', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '991', + ], + 9254 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13924', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '5', + 'prev_word_id' => '991', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1019', + ], + 9255 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13925', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '6', + 'prev_word_id' => '1019', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1017', + ], + 9256 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13926', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '7', + 'prev_word_id' => '1017', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1144', + ], + 9257 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13927', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '8', + 'prev_word_id' => '1144', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1147', + ], + 9258 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13928', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '9', + 'prev_word_id' => '1147', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1039', + ], + 9259 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13929', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '10', + 'prev_word_id' => '1039', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9260 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13930', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '11', + 'prev_word_id' => '1011', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1187', + ], + 9261 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13931', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '12', + 'prev_word_id' => '1187', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1039', + ], + 9262 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13932', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1139', + 'placement' => '13', + 'prev_word_id' => '1039', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '810', + ], + 9263 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13933', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1101', + 'placement' => '14', + 'prev_word_id' => '810', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1139', + ], + 9264 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13934', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '15', + 'prev_word_id' => '1139', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1101', + ], + 9265 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13935', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '16', + 'prev_word_id' => '1101', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1168', + ], + 9266 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13936', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '17', + 'prev_word_id' => '1168', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1113', + ], + 9267 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13937', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '18', + 'prev_word_id' => '1113', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1031', + ], + 9268 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13938', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '19', + 'prev_word_id' => '1031', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1039', + ], + 9269 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13939', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '20', + 'prev_word_id' => '1039', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '863', + ], + 9270 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13940', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '21', + 'prev_word_id' => '863', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1239', + ], + 9271 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13941', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '22', + 'prev_word_id' => '1239', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1158', + ], + 9272 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13942', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '23', + 'prev_word_id' => '1158', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1149', + ], + 9273 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13943', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '24', + 'prev_word_id' => '1149', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1188', + ], + 9274 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13944', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '25', + 'prev_word_id' => '1188', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1103', + ], + 9275 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13945', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '26', + 'prev_word_id' => '1103', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1014', + ], + 9276 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13946', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '27', + 'prev_word_id' => '1014', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1158', + ], + 9277 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13947', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '28', + 'prev_word_id' => '1158', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '986', + ], + 9278 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13948', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '29', + 'prev_word_id' => '986', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1196', + ], + 9279 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13949', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '30', + 'prev_word_id' => '1196', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9280 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13950', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '31', + 'prev_word_id' => '1020', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1017', + ], + 9281 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13951', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '32', + 'prev_word_id' => '1017', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1171', + ], + 9282 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13952', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '33', + 'prev_word_id' => '1171', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1144', + ], + 9283 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13953', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '34', + 'prev_word_id' => '1144', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '825', + ], + 9284 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13954', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '35', + 'prev_word_id' => '825', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1019', + ], + 9285 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13955', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '36', + 'prev_word_id' => '1019', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1040', + ], + 9286 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '171', + 'frequency' => '0', + 'id' => '13956', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '37', + 'prev_word_id' => '1040', + 'published' => '1311154200', + 'section_id' => '1', + 'word_id' => '1165', + ], + 9287 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13957', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9288 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13958', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '1', + 'prev_word_id' => '1011', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1144', + ], + 9289 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13959', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '2', + 'prev_word_id' => '1144', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '987', + ], + 9290 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13960', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '3', + 'prev_word_id' => '987', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1107', + ], + 9291 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13961', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '4', + 'prev_word_id' => '1107', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1038', + ], + 9292 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13962', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '5', + 'prev_word_id' => '1038', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1172', + ], + 9293 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13963', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '6', + 'prev_word_id' => '1172', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1000', + ], + 9294 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13964', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '7', + 'prev_word_id' => '1000', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9295 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13965', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '8', + 'prev_word_id' => '1051', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1028', + ], + 9296 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13966', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1217', + 'placement' => '9', + 'prev_word_id' => '1028', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1105', + ], + 9297 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13967', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '10', + 'prev_word_id' => '1105', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1217', + ], + 9298 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13968', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '11', + 'prev_word_id' => '1217', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9299 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13969', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '12', + 'prev_word_id' => '1020', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1196', + ], + 9300 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13970', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '13', + 'prev_word_id' => '1196', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1013', + ], + 9301 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13971', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '14', + 'prev_word_id' => '1013', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1143', + ], + 9302 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13972', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1019', + 'placement' => '15', + 'prev_word_id' => '1143', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1026', + ], + 9303 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13973', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '16', + 'prev_word_id' => '1026', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1019', + ], + 9304 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13974', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '17', + 'prev_word_id' => '1019', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1100', + ], + 9305 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13975', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '18', + 'prev_word_id' => '1100', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '981', + ], + 9306 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13976', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '19', + 'prev_word_id' => '981', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1015', + ], + 9307 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13977', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '20', + 'prev_word_id' => '1015', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1026', + ], + 9308 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13978', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1005', + 'placement' => '21', + 'prev_word_id' => '1026', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1103', + ], + 9309 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13979', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '22', + 'prev_word_id' => '1103', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1005', + ], + 9310 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13980', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '23', + 'prev_word_id' => '1005', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '982', + ], + 9311 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13981', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '24', + 'prev_word_id' => '982', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1012', + ], + 9312 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13982', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '25', + 'prev_word_id' => '1012', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '992', + ], + 9313 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13983', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '26', + 'prev_word_id' => '992', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '993', + ], + 9314 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13984', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '27', + 'prev_word_id' => '993', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1161', + ], + 9315 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13985', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1143', + 'placement' => '28', + 'prev_word_id' => '1161', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1163', + ], + 9316 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13986', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '29', + 'prev_word_id' => '1163', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1143', + ], + 9317 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13987', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '30', + 'prev_word_id' => '1143', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '983', + ], + 9318 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13988', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '31', + 'prev_word_id' => '983', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1053', + ], + 9319 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13989', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '32', + 'prev_word_id' => '1053', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1197', + ], + 9320 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13990', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '33', + 'prev_word_id' => '1197', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1168', + ], + 9321 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13991', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '34', + 'prev_word_id' => '1168', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1040', + ], + 9322 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13992', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '35', + 'prev_word_id' => '1040', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '992', + ], + 9323 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13993', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '36', + 'prev_word_id' => '992', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '993', + ], + 9324 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13994', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '37', + 'prev_word_id' => '993', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1036', + ], + 9325 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13995', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '38', + 'prev_word_id' => '1036', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1196', + ], + 9326 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13996', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '39', + 'prev_word_id' => '1196', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '999', + ], + 9327 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13997', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '40', + 'prev_word_id' => '999', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1026', + ], + 9328 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13998', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '41', + 'prev_word_id' => '1026', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1053', + ], + 9329 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '13999', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '42', + 'prev_word_id' => '1053', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '981', + ], + 9330 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14000', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '43', + 'prev_word_id' => '981', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9331 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14001', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '44', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1039', + ], + 9332 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14002', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '45', + 'prev_word_id' => '1039', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1000', + ], + 9333 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14003', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '46', + 'prev_word_id' => '1000', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1192', + ], + 9334 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14004', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '47', + 'prev_word_id' => '1192', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1116', + ], + 9335 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14005', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '48', + 'prev_word_id' => '1116', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1161', + ], + 9336 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14006', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '49', + 'prev_word_id' => '1161', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1145', + ], + 9337 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14007', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '50', + 'prev_word_id' => '1145', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9338 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14008', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '51', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1027', + ], + 9339 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14009', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '52', + 'prev_word_id' => '1027', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1114', + ], + 9340 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14010', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '53', + 'prev_word_id' => '1114', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1164', + ], + 9341 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14011', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '54', + 'prev_word_id' => '1164', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1106', + ], + 9342 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14012', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '55', + 'prev_word_id' => '1106', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1221', + ], + 9343 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14013', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '56', + 'prev_word_id' => '1221', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9344 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14014', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '57', + 'prev_word_id' => '1020', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1033', + ], + 9345 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14015', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '58', + 'prev_word_id' => '1033', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '992', + ], + 9346 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14016', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '59', + 'prev_word_id' => '992', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '993', + ], + 9347 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14017', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '60', + 'prev_word_id' => '993', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1053', + ], + 9348 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14018', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '61', + 'prev_word_id' => '1053', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1188', + ], + 9349 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14019', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '62', + 'prev_word_id' => '1188', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1034', + ], + 9350 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14020', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '63', + 'prev_word_id' => '1034', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1044', + ], + 9351 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14021', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '64', + 'prev_word_id' => '1044', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1033', + ], + 9352 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14022', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '65', + 'prev_word_id' => '1033', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1149', + ], + 9353 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14023', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '66', + 'prev_word_id' => '1149', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1013', + ], + 9354 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14024', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1018', + 'placement' => '67', + 'prev_word_id' => '1013', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1018', + ], + 9355 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14025', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '68', + 'prev_word_id' => '1018', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1018', + ], + 9356 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14026', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '69', + 'prev_word_id' => '1018', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1157', + ], + 9357 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14027', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1138', + 'placement' => '70', + 'prev_word_id' => '1157', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1006', + ], + 9358 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14028', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '71', + 'prev_word_id' => '1006', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1138', + ], + 9359 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14029', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '72', + 'prev_word_id' => '1138', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1161', + ], + 9360 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14030', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '73', + 'prev_word_id' => '1161', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '995', + ], + 9361 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14031', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '74', + 'prev_word_id' => '995', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '990', + ], + 9362 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14032', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '75', + 'prev_word_id' => '990', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1000', + ], + 9363 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14033', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '76', + 'prev_word_id' => '1000', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '988', + ], + 9364 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14034', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '77', + 'prev_word_id' => '988', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '863', + ], + 9365 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '172', + 'frequency' => '0', + 'id' => '14035', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '78', + 'prev_word_id' => '863', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '998', + ], + 9366 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14036', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1135', + ], + 9367 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14037', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '1', + 'prev_word_id' => '1135', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1111', + ], + 9368 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14038', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '2', + 'prev_word_id' => '1111', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '997', + ], + 9369 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14039', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '3', + 'prev_word_id' => '997', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1052', + ], + 9370 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14040', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '4', + 'prev_word_id' => '1052', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1192', + ], + 9371 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14041', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '5', + 'prev_word_id' => '1192', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '986', + ], + 9372 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14042', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '6', + 'prev_word_id' => '986', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1035', + ], + 9373 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14043', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '7', + 'prev_word_id' => '1035', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1045', + ], + 9374 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14044', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '8', + 'prev_word_id' => '1045', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1202', + ], + 9375 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14045', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '9', + 'prev_word_id' => '1202', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1169', + ], + 9376 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14046', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '10', + 'prev_word_id' => '1169', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1113', + ], + 9377 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14047', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '11', + 'prev_word_id' => '1113', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9378 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14048', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '12', + 'prev_word_id' => '1011', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9379 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14049', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '13', + 'prev_word_id' => '1051', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '981', + ], + 9380 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14050', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1119', + 'placement' => '14', + 'prev_word_id' => '981', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1003', + ], + 9381 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14051', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '15', + 'prev_word_id' => '1003', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1119', + ], + 9382 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14052', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '16', + 'prev_word_id' => '1119', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1040', + ], + 9383 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14053', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '17', + 'prev_word_id' => '1040', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1000', + ], + 9384 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14054', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '18', + 'prev_word_id' => '1000', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1003', + ], + 9385 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14055', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '19', + 'prev_word_id' => '1003', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1208', + ], + 9386 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14056', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '20', + 'prev_word_id' => '1208', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '810', + ], + 9387 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14057', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '21', + 'prev_word_id' => '810', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9388 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14058', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '22', + 'prev_word_id' => '1099', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1202', + ], + 9389 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14059', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '23', + 'prev_word_id' => '1202', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1141', + ], + 9390 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14060', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1050', + 'placement' => '24', + 'prev_word_id' => '1141', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9391 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14061', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '25', + 'prev_word_id' => '1051', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1050', + ], + 9392 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14062', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '26', + 'prev_word_id' => '1050', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1107', + ], + 9393 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14063', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '27', + 'prev_word_id' => '1107', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1239', + ], + 9394 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14064', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1105', + 'placement' => '28', + 'prev_word_id' => '1239', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9395 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14065', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '29', + 'prev_word_id' => '1020', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1105', + ], + 9396 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14066', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '30', + 'prev_word_id' => '1105', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '995', + ], + 9397 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14067', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '31', + 'prev_word_id' => '995', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1113', + ], + 9398 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14068', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '32', + 'prev_word_id' => '1113', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1114', + ], + 9399 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14069', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '33', + 'prev_word_id' => '1114', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1026', + ], + 9400 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14070', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '34', + 'prev_word_id' => '1026', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1108', + ], + 9401 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14071', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '35', + 'prev_word_id' => '1108', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1194', + ], + 9402 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14072', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '36', + 'prev_word_id' => '1194', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9403 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14073', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '37', + 'prev_word_id' => '1011', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '863', + ], + 9404 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14074', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '38', + 'prev_word_id' => '863', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1012', + ], + 9405 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14075', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1167', + 'placement' => '39', + 'prev_word_id' => '1012', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1026', + ], + 9406 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14076', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '40', + 'prev_word_id' => '1026', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1167', + ], + 9407 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14077', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '41', + 'prev_word_id' => '1167', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9408 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14078', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '42', + 'prev_word_id' => '1099', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1171', + ], + 9409 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14079', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '43', + 'prev_word_id' => '1171', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '994', + ], + 9410 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14080', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '44', + 'prev_word_id' => '994', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1187', + ], + 9411 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14081', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '45', + 'prev_word_id' => '1187', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '996', + ], + 9412 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14082', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '46', + 'prev_word_id' => '996', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1162', + ], + 9413 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14083', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '47', + 'prev_word_id' => '1162', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1015', + ], + 9414 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14084', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '48', + 'prev_word_id' => '1015', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1218', + ], + 9415 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14085', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '49', + 'prev_word_id' => '1218', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '992', + ], + 9416 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14086', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '50', + 'prev_word_id' => '992', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '993', + ], + 9417 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14087', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '51', + 'prev_word_id' => '993', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1017', + ], + 9418 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14088', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '52', + 'prev_word_id' => '1017', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1141', + ], + 9419 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14089', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '53', + 'prev_word_id' => '1141', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1036', + ], + 9420 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14090', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '54', + 'prev_word_id' => '1036', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9421 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14091', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '55', + 'prev_word_id' => '1011', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1000', + ], + 9422 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14092', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '56', + 'prev_word_id' => '1000', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1010', + ], + 9423 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14093', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '57', + 'prev_word_id' => '1010', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9424 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14094', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '58', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1007', + ], + 9425 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14095', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '59', + 'prev_word_id' => '1007', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '863', + ], + 9426 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14096', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '60', + 'prev_word_id' => '863', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1171', + ], + 9427 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14097', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '61', + 'prev_word_id' => '1171', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1034', + ], + 9428 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14098', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '62', + 'prev_word_id' => '1034', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1107', + ], + 9429 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14099', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1217', + 'placement' => '63', + 'prev_word_id' => '1107', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '996', + ], + 9430 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14100', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1033', + 'placement' => '64', + 'prev_word_id' => '996', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1217', + ], + 9431 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14101', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '65', + 'prev_word_id' => '1217', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1033', + ], + 9432 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14102', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1111', + 'placement' => '66', + 'prev_word_id' => '1033', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1135', + ], + 9433 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14103', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '67', + 'prev_word_id' => '1135', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1111', + ], + 9434 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14104', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '68', + 'prev_word_id' => '1111', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '994', + ], + 9435 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14105', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '69', + 'prev_word_id' => '994', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1158', + ], + 9436 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14106', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '70', + 'prev_word_id' => '1158', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1026', + ], + 9437 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14107', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '71', + 'prev_word_id' => '1026', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '991', + ], + 9438 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14108', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '72', + 'prev_word_id' => '991', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '988', + ], + 9439 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14109', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '73', + 'prev_word_id' => '988', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9440 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14110', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '74', + 'prev_word_id' => '1011', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1040', + ], + 9441 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14111', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '75', + 'prev_word_id' => '1040', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1010', + ], + 9442 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14112', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '999', + 'placement' => '76', + 'prev_word_id' => '1010', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1170', + ], + 9443 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14113', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '77', + 'prev_word_id' => '1170', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '999', + ], + 9444 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14114', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '78', + 'prev_word_id' => '999', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '863', + ], + 9445 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14115', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '79', + 'prev_word_id' => '863', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1040', + ], + 9446 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14116', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1156', + 'placement' => '80', + 'prev_word_id' => '1040', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1140', + ], + 9447 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14117', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '81', + 'prev_word_id' => '1140', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1156', + ], + 9448 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14118', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '82', + 'prev_word_id' => '1156', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1145', + ], + 9449 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14119', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '83', + 'prev_word_id' => '1145', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '998', + ], + 9450 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14120', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1166', + 'placement' => '84', + 'prev_word_id' => '998', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1149', + ], + 9451 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14121', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '85', + 'prev_word_id' => '1149', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1166', + ], + 9452 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14122', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '86', + 'prev_word_id' => '1166', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9453 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14123', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '87', + 'prev_word_id' => '1011', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1187', + ], + 9454 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14124', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '88', + 'prev_word_id' => '1187', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1170', + ], + 9455 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14125', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '89', + 'prev_word_id' => '1170', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1147', + ], + 9456 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14126', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '90', + 'prev_word_id' => '1147', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1030', + ], + 9457 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14127', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '91', + 'prev_word_id' => '1030', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1006', + ], + 9458 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14128', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '92', + 'prev_word_id' => '1006', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1000', + ], + 9459 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14129', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '93', + 'prev_word_id' => '1000', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1164', + ], + 9460 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14130', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '94', + 'prev_word_id' => '1164', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1157', + ], + 9461 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14131', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1170', + 'placement' => '95', + 'prev_word_id' => '1157', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1028', + ], + 9462 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14132', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '96', + 'prev_word_id' => '1028', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1170', + ], + 9463 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14133', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '97', + 'prev_word_id' => '1170', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1112', + ], + 9464 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14134', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '98', + 'prev_word_id' => '1112', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1013', + ], + 9465 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14135', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '99', + 'prev_word_id' => '1013', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1160', + ], + 9466 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14136', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '100', + 'prev_word_id' => '1160', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9467 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14137', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '101', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1000', + ], + 9468 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14138', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '102', + 'prev_word_id' => '1000', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '863', + ], + 9469 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14139', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '103', + 'prev_word_id' => '863', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1195', + ], + 9470 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14140', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '104', + 'prev_word_id' => '1195', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1031', + ], + 9471 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14141', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '105', + 'prev_word_id' => '1031', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1218', + ], + 9472 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14142', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '106', + 'prev_word_id' => '1218', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1047', + ], + 9473 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14143', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '107', + 'prev_word_id' => '1047', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9474 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14144', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '108', + 'prev_word_id' => '1020', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1141', + ], + 9475 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14145', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1046', + 'placement' => '109', + 'prev_word_id' => '1141', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '983', + ], + 9476 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14146', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '110', + 'prev_word_id' => '983', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1046', + ], + 9477 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14147', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '111', + 'prev_word_id' => '1046', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1000', + ], + 9478 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '173', + 'frequency' => '0', + 'id' => '14148', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '112', + 'prev_word_id' => '1000', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1164', + ], + 9479 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14149', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1202', + ], + 9480 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14150', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '1', + 'prev_word_id' => '1202', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9481 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14151', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '2', + 'prev_word_id' => '1020', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1041', + ], + 9482 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14152', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '3', + 'prev_word_id' => '1041', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1135', + ], + 9483 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14153', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1202', + 'placement' => '4', + 'prev_word_id' => '1135', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1045', + ], + 9484 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14154', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '5', + 'prev_word_id' => '1045', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1202', + ], + 9485 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14155', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1041', + 'placement' => '6', + 'prev_word_id' => '1202', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9486 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14156', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '7', + 'prev_word_id' => '1020', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1041', + ], + 9487 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14157', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '8', + 'prev_word_id' => '1041', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '992', + ], + 9488 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14158', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '9', + 'prev_word_id' => '992', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '993', + ], + 9489 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14159', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '10', + 'prev_word_id' => '993', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1006', + ], + 9490 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14160', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '11', + 'prev_word_id' => '1006', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1144', + ], + 9491 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14161', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '12', + 'prev_word_id' => '1144', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '990', + ], + 9492 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14162', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '13', + 'prev_word_id' => '990', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1017', + ], + 9493 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14163', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '14', + 'prev_word_id' => '1017', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1197', + ], + 9494 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14164', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '15', + 'prev_word_id' => '1197', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1034', + ], + 9495 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14165', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '16', + 'prev_word_id' => '1034', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1042', + ], + 9496 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14166', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '17', + 'prev_word_id' => '1042', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1113', + ], + 9497 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14167', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '18', + 'prev_word_id' => '1113', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1040', + ], + 9498 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14168', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1034', + 'placement' => '19', + 'prev_word_id' => '1040', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '863', + ], + 9499 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14169', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '20', + 'prev_word_id' => '863', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1034', + ], + 9500 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14170', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '21', + 'prev_word_id' => '1034', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9501 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14171', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '22', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9502 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14172', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '23', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1102', + ], + 9503 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14173', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '24', + 'prev_word_id' => '1102', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9504 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14174', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1206', + 'placement' => '25', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1161', + ], + 9505 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14175', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1029', + 'placement' => '26', + 'prev_word_id' => '1161', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1206', + ], + 9506 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14176', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '27', + 'prev_word_id' => '1206', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1029', + ], + 9507 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14177', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '28', + 'prev_word_id' => '1029', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1145', + ], + 9508 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14178', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '29', + 'prev_word_id' => '1145', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1039', + ], + 9509 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14179', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '30', + 'prev_word_id' => '1039', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '996', + ], + 9510 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14180', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '31', + 'prev_word_id' => '996', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1147', + ], + 9511 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14181', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1139', + 'placement' => '32', + 'prev_word_id' => '1147', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1188', + ], + 9512 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14182', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '33', + 'prev_word_id' => '1188', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1139', + ], + 9513 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14183', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '34', + 'prev_word_id' => '1139', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1171', + ], + 9514 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14184', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '35', + 'prev_word_id' => '1171', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1198', + ], + 9515 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14185', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '36', + 'prev_word_id' => '1198', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1042', + ], + 9516 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14186', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '37', + 'prev_word_id' => '1042', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1049', + ], + 9517 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14187', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '38', + 'prev_word_id' => '1049', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '981', + ], + 9518 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14188', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '39', + 'prev_word_id' => '981', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1146', + ], + 9519 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14189', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '40', + 'prev_word_id' => '1146', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1157', + ], + 9520 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14190', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '41', + 'prev_word_id' => '1157', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9521 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14191', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1159', + 'placement' => '42', + 'prev_word_id' => '1011', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1142', + ], + 9522 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14192', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1147', + 'placement' => '43', + 'prev_word_id' => '1142', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1159', + ], + 9523 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14193', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '44', + 'prev_word_id' => '1159', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1147', + ], + 9524 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14194', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '45', + 'prev_word_id' => '1147', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1026', + ], + 9525 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14195', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '46', + 'prev_word_id' => '1026', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1157', + ], + 9526 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14196', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '47', + 'prev_word_id' => '1157', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1135', + ], + 9527 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14197', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '48', + 'prev_word_id' => '1135', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1013', + ], + 9528 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14198', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '49', + 'prev_word_id' => '1013', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1038', + ], + 9529 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14199', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '50', + 'prev_word_id' => '1038', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1013', + ], + 9530 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14200', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '51', + 'prev_word_id' => '1013', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1000', + ], + 9531 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14201', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '52', + 'prev_word_id' => '1000', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1197', + ], + 9532 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14202', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1035', + 'placement' => '53', + 'prev_word_id' => '1197', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1037', + ], + 9533 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14203', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '54', + 'prev_word_id' => '1037', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1035', + ], + 9534 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14204', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '55', + 'prev_word_id' => '1035', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '986', + ], + 9535 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14205', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '56', + 'prev_word_id' => '986', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1162', + ], + 9536 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14206', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '57', + 'prev_word_id' => '1162', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1165', + ], + 9537 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14207', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '58', + 'prev_word_id' => '1165', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '863', + ], + 9538 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14208', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '59', + 'prev_word_id' => '863', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1045', + ], + 9539 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14209', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1203', + 'placement' => '60', + 'prev_word_id' => '1045', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1171', + ], + 9540 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14210', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '61', + 'prev_word_id' => '1171', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1203', + ], + 9541 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14211', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '62', + 'prev_word_id' => '1203', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1013', + ], + 9542 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14212', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '63', + 'prev_word_id' => '1013', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1032', + ], + 9543 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14213', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '64', + 'prev_word_id' => '1032', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1135', + ], + 9544 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14214', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '65', + 'prev_word_id' => '1135', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9545 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14215', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '66', + 'prev_word_id' => '1051', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9546 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14216', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '67', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1107', + ], + 9547 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14217', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '68', + 'prev_word_id' => '1107', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '989', + ], + 9548 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14218', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '69', + 'prev_word_id' => '989', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9549 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14219', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '70', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1208', + ], + 9550 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14220', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1199', + 'placement' => '71', + 'prev_word_id' => '1208', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '994', + ], + 9551 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14221', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '72', + 'prev_word_id' => '994', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1199', + ], + 9552 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14222', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '73', + 'prev_word_id' => '1199', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1163', + ], + 9553 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14223', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '74', + 'prev_word_id' => '1163', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1030', + ], + 9554 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14224', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '75', + 'prev_word_id' => '1030', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1032', + ], + 9555 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14225', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '76', + 'prev_word_id' => '1032', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9556 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14226', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '77', + 'prev_word_id' => '1020', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9557 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14227', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '78', + 'prev_word_id' => '1051', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '985', + ], + 9558 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14228', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1163', + 'placement' => '79', + 'prev_word_id' => '985', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1189', + ], + 9559 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14229', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '80', + 'prev_word_id' => '1189', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1163', + ], + 9560 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14230', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '81', + 'prev_word_id' => '1163', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1026', + ], + 9561 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14231', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '82', + 'prev_word_id' => '1026', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1149', + ], + 9562 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14232', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '83', + 'prev_word_id' => '1149', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1107', + ], + 9563 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14233', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1159', + 'placement' => '84', + 'prev_word_id' => '1107', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '986', + ], + 9564 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14234', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '85', + 'prev_word_id' => '986', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1159', + ], + 9565 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14235', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '86', + 'prev_word_id' => '1159', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1171', + ], + 9566 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14236', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '87', + 'prev_word_id' => '1171', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1102', + ], + 9567 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14237', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '88', + 'prev_word_id' => '1102', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9568 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14238', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '89', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '863', + ], + 9569 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14239', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '90', + 'prev_word_id' => '863', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '996', + ], + 9570 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14240', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '91', + 'prev_word_id' => '996', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1042', + ], + 9571 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14241', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '92', + 'prev_word_id' => '1042', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9572 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14242', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '93', + 'prev_word_id' => '1051', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1045', + ], + 9573 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14243', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1044', + 'placement' => '94', + 'prev_word_id' => '1045', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1165', + ], + 9574 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14244', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '95', + 'prev_word_id' => '1165', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1044', + ], + 9575 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14245', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '96', + 'prev_word_id' => '1044', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '825', + ], + 9576 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14246', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '97', + 'prev_word_id' => '825', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9577 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14247', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '98', + 'prev_word_id' => '1051', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1160', + ], + 9578 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14248', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '99', + 'prev_word_id' => '1160', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1162', + ], + 9579 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14249', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '100', + 'prev_word_id' => '1162', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1197', + ], + 9580 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14250', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '101', + 'prev_word_id' => '1197', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1165', + ], + 9581 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14251', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '102', + 'prev_word_id' => '1165', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9582 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14252', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1192', + 'placement' => '103', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1187', + ], + 9583 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14253', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '104', + 'prev_word_id' => '1187', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1192', + ], + 9584 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14254', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '105', + 'prev_word_id' => '1192', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '998', + ], + 9585 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14255', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1052', + 'placement' => '106', + 'prev_word_id' => '998', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1145', + ], + 9586 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14256', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '107', + 'prev_word_id' => '1145', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1052', + ], + 9587 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14257', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '108', + 'prev_word_id' => '1052', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1049', + ], + 9588 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14258', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1036', + 'placement' => '109', + 'prev_word_id' => '1049', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1188', + ], + 9589 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14259', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1037', + 'placement' => '110', + 'prev_word_id' => '1188', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1036', + ], + 9590 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14260', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '111', + 'prev_word_id' => '1036', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1037', + ], + 9591 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '174', + 'frequency' => '0', + 'id' => '14261', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '112', + 'prev_word_id' => '1037', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1221', + ], + 9592 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14262', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1047', + ], + 9593 => [ + 'content_type_field_definition_id' => '243', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14263', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '1', + 'prev_word_id' => '1047', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1221', + ], + 9594 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14264', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '2', + 'prev_word_id' => '1221', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1000', + ], + 9595 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14265', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '3', + 'prev_word_id' => '1000', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1049', + ], + 9596 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14266', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '990', + 'placement' => '4', + 'prev_word_id' => '1049', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1102', + ], + 9597 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14267', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '5', + 'prev_word_id' => '1102', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '990', + ], + 9598 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14268', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1116', + 'placement' => '6', + 'prev_word_id' => '990', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '995', + ], + 9599 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14269', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '7', + 'prev_word_id' => '995', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1116', + ], + 9600 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14270', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '8', + 'prev_word_id' => '1116', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1171', + ], + 9601 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14271', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '9', + 'prev_word_id' => '1171', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1117', + ], + 9602 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14272', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '10', + 'prev_word_id' => '1117', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '992', + ], + 9603 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14273', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1168', + 'placement' => '11', + 'prev_word_id' => '992', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '993', + ], + 9604 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14274', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '12', + 'prev_word_id' => '993', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1168', + ], + 9605 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14275', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '13', + 'prev_word_id' => '1168', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1135', + ], + 9606 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14276', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '14', + 'prev_word_id' => '1135', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9607 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14277', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1108', + 'placement' => '15', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1039', + ], + 9608 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14278', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1003', + 'placement' => '16', + 'prev_word_id' => '1039', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1108', + ], + 9609 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14279', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '17', + 'prev_word_id' => '1108', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1003', + ], + 9610 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14280', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '18', + 'prev_word_id' => '1003', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1239', + ], + 9611 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14281', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '19', + 'prev_word_id' => '1239', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '989', + ], + 9612 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14282', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '20', + 'prev_word_id' => '989', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '863', + ], + 9613 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14283', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '21', + 'prev_word_id' => '863', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1107', + ], + 9614 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14284', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '983', + 'placement' => '22', + 'prev_word_id' => '1107', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1106', + ], + 9615 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14285', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '23', + 'prev_word_id' => '1106', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '983', + ], + 9616 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14286', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1038', + 'placement' => '24', + 'prev_word_id' => '983', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1031', + ], + 9617 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14287', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '25', + 'prev_word_id' => '1031', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1038', + ], + 9618 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14288', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '26', + 'prev_word_id' => '1038', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9619 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14289', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '27', + 'prev_word_id' => '1011', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '996', + ], + 9620 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14290', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '28', + 'prev_word_id' => '996', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '863', + ], + 9621 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14291', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '29', + 'prev_word_id' => '863', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '996', + ], + 9622 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14292', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1197', + 'placement' => '30', + 'prev_word_id' => '996', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1032', + ], + 9623 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14293', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '31', + 'prev_word_id' => '1032', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1197', + ], + 9624 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14294', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '32', + 'prev_word_id' => '1197', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '825', + ], + 9625 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14295', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '33', + 'prev_word_id' => '825', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '984', + ], + 9626 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14296', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '34', + 'prev_word_id' => '984', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1043', + ], + 9627 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14297', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '35', + 'prev_word_id' => '1043', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '994', + ], + 9628 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14298', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '36', + 'prev_word_id' => '994', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1001', + ], + 9629 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14299', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '37', + 'prev_word_id' => '1001', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1113', + ], + 9630 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14300', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '38', + 'prev_word_id' => '1113', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1026', + ], + 9631 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14301', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '39', + 'prev_word_id' => '1026', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1118', + ], + 9632 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14302', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '40', + 'prev_word_id' => '1118', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1239', + ], + 9633 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14303', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '41', + 'prev_word_id' => '1239', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1049', + ], + 9634 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14304', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1221', + 'placement' => '42', + 'prev_word_id' => '1049', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1047', + ], + 9635 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14305', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1189', + 'placement' => '43', + 'prev_word_id' => '1047', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1221', + ], + 9636 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14306', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1014', + 'placement' => '44', + 'prev_word_id' => '1221', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1189', + ], + 9637 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14307', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1010', + 'placement' => '45', + 'prev_word_id' => '1189', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1014', + ], + 9638 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14308', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '46', + 'prev_word_id' => '1014', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1010', + ], + 9639 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14309', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '47', + 'prev_word_id' => '1010', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1239', + ], + 9640 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14310', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '48', + 'prev_word_id' => '1239', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1135', + ], + 9641 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14311', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1049', + 'placement' => '49', + 'prev_word_id' => '1135', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1188', + ], + 9642 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14312', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '50', + 'prev_word_id' => '1188', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1049', + ], + 9643 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14313', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '51', + 'prev_word_id' => '1049', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1011', + ], + 9644 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14314', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '52', + 'prev_word_id' => '1011', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '863', + ], + 9645 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14315', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '53', + 'prev_word_id' => '863', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1141', + ], + 9646 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14316', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '985', + 'placement' => '54', + 'prev_word_id' => '1141', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1135', + ], + 9647 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14317', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1162', + 'placement' => '55', + 'prev_word_id' => '1135', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '985', + ], + 9648 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14318', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '56', + 'prev_word_id' => '985', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1162', + ], + 9649 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14319', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '57', + 'prev_word_id' => '1162', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '992', + ], + 9650 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14320', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '58', + 'prev_word_id' => '992', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '993', + ], + 9651 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14321', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1145', + 'placement' => '59', + 'prev_word_id' => '993', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '989', + ], + 9652 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14322', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1053', + 'placement' => '60', + 'prev_word_id' => '989', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1145', + ], + 9653 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14323', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '61', + 'prev_word_id' => '1145', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1053', + ], + 9654 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14324', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1098', + 'placement' => '62', + 'prev_word_id' => '1053', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '981', + ], + 9655 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14325', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '63', + 'prev_word_id' => '981', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1098', + ], + 9656 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14326', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '64', + 'prev_word_id' => '1098', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1218', + ], + 9657 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14327', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1002', + 'placement' => '65', + 'prev_word_id' => '1218', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9658 => [ + 'content_type_field_definition_id' => '244', + 'content_type_id' => '24', + 'contentobject_id' => '175', + 'frequency' => '0', + 'id' => '14328', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '66', + 'prev_word_id' => '1020', + 'published' => '1311154201', + 'section_id' => '1', + 'word_id' => '1002', + ], + 9659 => [ + 'content_type_field_definition_id' => '286', + 'content_type_id' => '35', + 'contentobject_id' => '176', + 'frequency' => '0', + 'id' => '14329', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '962', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '1600', + ], + 9660 => [ + 'content_type_field_definition_id' => '287', + 'content_type_id' => '35', + 'contentobject_id' => '176', + 'frequency' => '0', + 'id' => '14330', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '1', + 'prev_word_id' => '1600', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '962', + ], + 9661 => [ + 'content_type_field_definition_id' => '287', + 'content_type_id' => '35', + 'contentobject_id' => '176', + 'frequency' => '0', + 'id' => '14331', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '2', + 'prev_word_id' => '962', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '948', + ], + 9662 => [ + 'content_type_field_definition_id' => '287', + 'content_type_id' => '35', + 'contentobject_id' => '176', + 'frequency' => '0', + 'id' => '14332', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '3', + 'prev_word_id' => '948', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '949', + ], + 9663 => [ + 'content_type_field_definition_id' => '287', + 'content_type_id' => '35', + 'contentobject_id' => '176', + 'frequency' => '0', + 'id' => '14333', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '2393', + 'placement' => '4', + 'prev_word_id' => '949', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '1008', + ], + 9664 => [ + 'content_type_field_definition_id' => '287', + 'content_type_id' => '35', + 'contentobject_id' => '176', + 'frequency' => '0', + 'id' => '14334', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '2394', + 'placement' => '5', + 'prev_word_id' => '1008', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2393', + ], + 9665 => [ + 'content_type_field_definition_id' => '287', + 'content_type_id' => '35', + 'contentobject_id' => '176', + 'frequency' => '0', + 'id' => '14335', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '6', + 'prev_word_id' => '2393', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2394', + ], + 9666 => [ + 'content_type_field_definition_id' => '287', + 'content_type_id' => '35', + 'contentobject_id' => '176', + 'frequency' => '0', + 'id' => '14336', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '2395', + 'placement' => '7', + 'prev_word_id' => '2394', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '833', + ], + 9667 => [ + 'content_type_field_definition_id' => '287', + 'content_type_id' => '35', + 'contentobject_id' => '176', + 'frequency' => '0', + 'id' => '14337', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '2396', + 'placement' => '8', + 'prev_word_id' => '833', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2395', + ], + 9668 => [ + 'content_type_field_definition_id' => '287', + 'content_type_id' => '35', + 'contentobject_id' => '176', + 'frequency' => '0', + 'id' => '14338', + 'identifier' => 'short_description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '9', + 'prev_word_id' => '2395', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2396', + ], + 9669 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '177', + 'frequency' => '0', + 'id' => '14339', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2397', + ], + 9670 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '177', + 'frequency' => '0', + 'id' => '14340', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1', + 'prev_word_id' => '2397', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '976', + ], + 9671 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '177', + 'frequency' => '0', + 'id' => '14341', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1832', + 'placement' => '2', + 'prev_word_id' => '976', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '802', + ], + 9672 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '177', + 'frequency' => '0', + 'id' => '14342', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '3', + 'prev_word_id' => '802', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '1832', + ], + 9673 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '178', + 'frequency' => '0', + 'id' => '14343', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '886', + ], + 9674 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '178', + 'frequency' => '0', + 'id' => '14344', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2398', + 'placement' => '1', + 'prev_word_id' => '886', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '894', + ], + 9675 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '178', + 'frequency' => '0', + 'id' => '14345', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '2', + 'prev_word_id' => '894', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2398', + ], + 9676 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '178', + 'frequency' => '0', + 'id' => '14346', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '3', + 'prev_word_id' => '2398', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '816', + ], + 9677 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '178', + 'frequency' => '0', + 'id' => '14347', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '4', + 'prev_word_id' => '816', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '814', + ], + 9678 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '178', + 'frequency' => '0', + 'id' => '14348', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2399', + 'placement' => '5', + 'prev_word_id' => '814', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '1258', + ], + 9679 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '178', + 'frequency' => '0', + 'id' => '14349', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '6', + 'prev_word_id' => '1258', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2399', + ], + 9680 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '179', + 'frequency' => '0', + 'id' => '14350', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1259', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '1943', + ], + 9681 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '179', + 'frequency' => '0', + 'id' => '14351', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2315', + 'placement' => '1', + 'prev_word_id' => '1943', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '1259', + ], + 9682 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '179', + 'frequency' => '0', + 'id' => '14352', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2400', + 'placement' => '2', + 'prev_word_id' => '1259', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2315', + ], + 9683 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '179', + 'frequency' => '0', + 'id' => '14353', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '3', + 'prev_word_id' => '2315', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2400', + ], + 9684 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '180', + 'frequency' => '0', + 'id' => '14354', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2401', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '814', + ], + 9685 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '180', + 'frequency' => '0', + 'id' => '14355', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2402', + 'placement' => '1', + 'prev_word_id' => '814', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2401', + ], + 9686 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '180', + 'frequency' => '0', + 'id' => '14356', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '2', + 'prev_word_id' => '2401', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2402', + ], + 9687 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '180', + 'frequency' => '0', + 'id' => '14357', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2403', + 'placement' => '3', + 'prev_word_id' => '2402', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '848', + ], + 9688 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '180', + 'frequency' => '0', + 'id' => '14358', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '4', + 'prev_word_id' => '848', + 'published' => '1311154202', + 'section_id' => '1', + 'word_id' => '2403', + ], + 9689 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '181', + 'frequency' => '0', + 'id' => '14359', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2405', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2404', + ], + 9690 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '181', + 'frequency' => '0', + 'id' => '14360', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '1', + 'prev_word_id' => '2404', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2405', + ], + 9691 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '181', + 'frequency' => '0', + 'id' => '14361', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2406', + 'placement' => '2', + 'prev_word_id' => '2405', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '825', + ], + 9692 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '181', + 'frequency' => '0', + 'id' => '14362', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '3', + 'prev_word_id' => '825', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2406', + ], + 9693 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '182', + 'frequency' => '0', + 'id' => '14363', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2407', + ], + 9694 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '182', + 'frequency' => '0', + 'id' => '14364', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1', + 'prev_word_id' => '2407', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '976', + ], + 9695 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '182', + 'frequency' => '0', + 'id' => '14365', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2408', + 'placement' => '2', + 'prev_word_id' => '976', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '814', + ], + 9696 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '182', + 'frequency' => '0', + 'id' => '14366', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2409', + 'placement' => '3', + 'prev_word_id' => '814', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2408', + ], + 9697 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '182', + 'frequency' => '0', + 'id' => '14367', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '4', + 'prev_word_id' => '2408', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2409', + ], + 9698 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '182', + 'frequency' => '0', + 'id' => '14368', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2410', + 'placement' => '5', + 'prev_word_id' => '2409', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '976', + ], + 9699 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '182', + 'frequency' => '0', + 'id' => '14369', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '6', + 'prev_word_id' => '976', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2410', + ], + 9700 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '182', + 'frequency' => '0', + 'id' => '14370', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2411', + 'placement' => '7', + 'prev_word_id' => '2410', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '833', + ], + 9701 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '182', + 'frequency' => '0', + 'id' => '14371', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '8', + 'prev_word_id' => '833', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2411', + ], + 9702 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '183', + 'frequency' => '0', + 'id' => '14372', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2406', + ], + 9703 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '183', + 'frequency' => '0', + 'id' => '14373', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2412', + 'placement' => '1', + 'prev_word_id' => '2406', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '863', + ], + 9704 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '183', + 'frequency' => '0', + 'id' => '14374', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2413', + 'placement' => '2', + 'prev_word_id' => '863', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2412', + ], + 9705 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '183', + 'frequency' => '0', + 'id' => '14375', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2414', + 'placement' => '3', + 'prev_word_id' => '2412', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2413', + ], + 9706 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '183', + 'frequency' => '0', + 'id' => '14376', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '4', + 'prev_word_id' => '2413', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2414', + ], + 9707 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '184', + 'frequency' => '0', + 'id' => '14377', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2326', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2415', + ], + 9708 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '184', + 'frequency' => '0', + 'id' => '14378', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2416', + 'placement' => '1', + 'prev_word_id' => '2415', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2326', + ], + 9709 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '184', + 'frequency' => '0', + 'id' => '14379', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2222', + 'placement' => '2', + 'prev_word_id' => '2326', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2416', + ], + 9710 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '184', + 'frequency' => '0', + 'id' => '14380', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '3', + 'prev_word_id' => '2416', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2222', + ], + 9711 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '184', + 'frequency' => '0', + 'id' => '14381', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2223', + 'placement' => '4', + 'prev_word_id' => '2222', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '828', + ], + 9712 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '184', + 'frequency' => '0', + 'id' => '14382', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '5', + 'prev_word_id' => '828', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '2223', + ], + 9713 => [ + 'content_type_field_definition_id' => '211', + 'content_type_id' => '19', + 'contentobject_id' => '185', + 'frequency' => '0', + 'id' => '14383', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154203', + 'section_id' => '1', + 'word_id' => '1381', + ], + 9714 => [ + 'content_type_field_definition_id' => '214', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14384', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2417', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '926', + ], + 9715 => [ + 'content_type_field_definition_id' => '214', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14385', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '1', + 'prev_word_id' => '926', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2417', + ], + 9716 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14386', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1103', + 'placement' => '2', + 'prev_word_id' => '2417', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9717 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14387', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '3', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1103', + ], + 9718 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14388', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '4', + 'prev_word_id' => '1103', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9719 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14389', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '5', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9720 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14390', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '6', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9721 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14391', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '7', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9722 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14392', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '8', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9723 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14393', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '9', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9724 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14394', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '10', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9725 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14395', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '11', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9726 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14396', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '12', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9727 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14397', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '13', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9728 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14398', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '14', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9729 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14399', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '15', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9730 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14400', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '16', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9731 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14401', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '17', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9732 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14402', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '18', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9733 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14403', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '19', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9734 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14404', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '20', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9735 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14405', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '21', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9736 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14406', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '22', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9737 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14407', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '23', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9738 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14408', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '24', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9739 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14409', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '25', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9740 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14410', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '26', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9741 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14411', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '27', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9742 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14412', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '28', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9743 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14413', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '29', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9744 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14414', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '30', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9745 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14415', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '31', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9746 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14416', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '32', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9747 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14417', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '33', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9748 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14418', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '34', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9749 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14419', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '35', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9750 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14420', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '36', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9751 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14421', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '37', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9752 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14422', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '38', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9753 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14423', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '39', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9754 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14424', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '40', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9755 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14425', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '41', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9756 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14426', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '42', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9757 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14427', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '43', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9758 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14428', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '44', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9759 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14429', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '45', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9760 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14430', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '46', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9761 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14431', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '47', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9762 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14432', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '48', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9763 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14433', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '49', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9764 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14434', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '50', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9765 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14435', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '51', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9766 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14436', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '52', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9767 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14437', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '53', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9768 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14438', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '54', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9769 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14439', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '55', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9770 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14440', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '56', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9771 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14441', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '57', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9772 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14442', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '58', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9773 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14443', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '59', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9774 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14444', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '60', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9775 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14445', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '61', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9776 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14446', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '62', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9777 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14447', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '63', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9778 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14448', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '64', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9779 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14449', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '65', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9780 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14450', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '66', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9781 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14451', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '67', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9782 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14452', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '68', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9783 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14453', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '69', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9784 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14454', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '70', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9785 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14455', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '71', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9786 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14456', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '72', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9787 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14457', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '73', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9788 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14458', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '74', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9789 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14459', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '75', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9790 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14460', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '76', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9791 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14461', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '77', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9792 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14462', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '78', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9793 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14463', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '79', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9794 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14464', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '80', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9795 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14465', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '81', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9796 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14466', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '82', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9797 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14467', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '83', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9798 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14468', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '84', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9799 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14469', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '85', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9800 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14470', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '86', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9801 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14471', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '87', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9802 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14472', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '88', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9803 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14473', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '89', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9804 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14474', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '90', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9805 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14475', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '91', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9806 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14476', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '92', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9807 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14477', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '93', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9808 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14478', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '94', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9809 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14479', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '95', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9810 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14480', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '96', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9811 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14481', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '97', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9812 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14482', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '98', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9813 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14483', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '99', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9814 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14484', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '100', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9815 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14485', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '101', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9816 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14486', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '102', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9817 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14487', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '103', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9818 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14488', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '104', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9819 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14489', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '105', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9820 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14490', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '106', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9821 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14491', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '107', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9822 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14492', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '108', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9823 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14493', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '109', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9824 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14494', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '110', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9825 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14495', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '111', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9826 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14496', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '112', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9827 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14497', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '113', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9828 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14498', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '114', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9829 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14499', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '115', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9830 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14500', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '116', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9831 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14501', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '117', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9832 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14502', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '118', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9833 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14503', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '119', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9834 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14504', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '120', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9835 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14505', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '121', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9836 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14506', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '122', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9837 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14507', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '123', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9838 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14508', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '124', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9839 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14509', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '125', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9840 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14510', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '126', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9841 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14511', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '127', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9842 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14512', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '128', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9843 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14513', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '129', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9844 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14514', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '130', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9845 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14515', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '131', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9846 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14516', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '132', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9847 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14517', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '133', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9848 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14518', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '134', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9849 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14519', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '135', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9850 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14520', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2419', + 'placement' => '136', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9851 => [ + 'content_type_field_definition_id' => '216', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14521', + 'identifier' => 'publication_date', + 'integer_value' => '1193915460', + 'next_word_id' => '1191', + 'placement' => '137', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2419', + ], + 9852 => [ + 'content_type_field_definition_id' => '217', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14522', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '2420', + 'placement' => '138', + 'prev_word_id' => '2419', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1191', + ], + 9853 => [ + 'content_type_field_definition_id' => '218', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14523', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '2421', + 'placement' => '139', + 'prev_word_id' => '1191', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2420', + ], + 9854 => [ + 'content_type_field_definition_id' => '218', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14524', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '2422', + 'placement' => '140', + 'prev_word_id' => '2420', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2421', + ], + 9855 => [ + 'content_type_field_definition_id' => '218', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14525', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '858', + 'placement' => '141', + 'prev_word_id' => '2421', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2422', + ], + 9856 => [ + 'content_type_field_definition_id' => '218', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14526', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '2423', + 'placement' => '142', + 'prev_word_id' => '2422', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '858', + ], + 9857 => [ + 'content_type_field_definition_id' => '218', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14527', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '143', + 'prev_word_id' => '858', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2423', + ], + 9858 => [ + 'content_type_field_definition_id' => '219', + 'content_type_id' => '20', + 'contentobject_id' => '186', + 'frequency' => '0', + 'id' => '14528', + 'identifier' => 'enable_comments', + 'integer_value' => '1', + 'next_word_id' => '0', + 'placement' => '144', + 'prev_word_id' => '2423', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1070', + ], + 9859 => [ + 'content_type_field_definition_id' => '214', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14529', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2417', + ], + 9860 => [ + 'content_type_field_definition_id' => '214', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14530', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2424', + 'placement' => '1', + 'prev_word_id' => '2417', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '863', + ], + 9861 => [ + 'content_type_field_definition_id' => '214', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14531', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '2', + 'prev_word_id' => '863', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2424', + ], + 9862 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14532', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '3', + 'prev_word_id' => '2424', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9863 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14533', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '4', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9864 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14534', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '5', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9865 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14535', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '6', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9866 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14536', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '7', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9867 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14537', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '8', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9868 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14538', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '9', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9869 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14539', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '10', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9870 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14540', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '11', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9871 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14541', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '12', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9872 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14542', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '13', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9873 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14543', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '14', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9874 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14544', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '15', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9875 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14545', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '16', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9876 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14546', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '17', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9877 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14547', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '18', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9878 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14548', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '19', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9879 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14549', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '20', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9880 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14550', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '21', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9881 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14551', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '22', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9882 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14552', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '23', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9883 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14553', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '24', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9884 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14554', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '25', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9885 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14555', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '26', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9886 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14556', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '27', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9887 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14557', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '28', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9888 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14558', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '29', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9889 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14559', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '30', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9890 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14560', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '31', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9891 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14561', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '32', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9892 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14562', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '33', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9893 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14563', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '34', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9894 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14564', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '35', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9895 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14565', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '36', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9896 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14566', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '37', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9897 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14567', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '38', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9898 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14568', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '39', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9899 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14569', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '40', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9900 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14570', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '41', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9901 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14571', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '42', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9902 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14572', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '43', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9903 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14573', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '44', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9904 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14574', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '45', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9905 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14575', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '46', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9906 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14576', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '47', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9907 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14577', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '48', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9908 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14578', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '49', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9909 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14579', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '50', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9910 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14580', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '51', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9911 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14581', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '52', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9912 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14582', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '53', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9913 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14583', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '54', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9914 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14584', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '55', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9915 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14585', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '56', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9916 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14586', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '57', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9917 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14587', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '58', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9918 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14588', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '59', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9919 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14589', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '60', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9920 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14590', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '61', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9921 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14591', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '62', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9922 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14592', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '63', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9923 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14593', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '64', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9924 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14594', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '65', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9925 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14595', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '66', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9926 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14596', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '67', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9927 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14597', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '68', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9928 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14598', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '69', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9929 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14599', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '70', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9930 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14600', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '71', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9931 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14601', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '72', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9932 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14602', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '73', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9933 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14603', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '74', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9934 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14604', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '75', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9935 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14605', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '76', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9936 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14606', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '77', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9937 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14607', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '78', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9938 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14608', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '79', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9939 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14609', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '80', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9940 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14610', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '81', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9941 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14611', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '82', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9942 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14612', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '83', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9943 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14613', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '84', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9944 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14614', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '85', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9945 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14615', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '86', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9946 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14616', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '87', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9947 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14617', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '88', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9948 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14618', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '89', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9949 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14619', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '90', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9950 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14620', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '91', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9951 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14621', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '92', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9952 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14622', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '93', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9953 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14623', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '94', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9954 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14624', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '95', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9955 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14625', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '96', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9956 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14626', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '97', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9957 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14627', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '98', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9958 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14628', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '99', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9959 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14629', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '100', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9960 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14630', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '101', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9961 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14631', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '102', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9962 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14632', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '103', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9963 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14633', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '104', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9964 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14634', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '105', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9965 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14635', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '106', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9966 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14636', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '107', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9967 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14637', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '108', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9968 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14638', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '109', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9969 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14639', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '110', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9970 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14640', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '111', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9971 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14641', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '112', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9972 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14642', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '113', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9973 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14643', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '114', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9974 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14644', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '115', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9975 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14645', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '116', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9976 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14646', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1051', + 'placement' => '117', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9977 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14647', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2418', + 'placement' => '118', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1051', + ], + 9978 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14648', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '119', + 'prev_word_id' => '1051', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2418', + ], + 9979 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14649', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '992', + 'placement' => '120', + 'prev_word_id' => '2418', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 9980 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14650', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '993', + 'placement' => '121', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '992', + ], + 9981 => [ + 'content_type_field_definition_id' => '215', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14651', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2425', + 'placement' => '122', + 'prev_word_id' => '992', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '993', + ], + 9982 => [ + 'content_type_field_definition_id' => '216', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14652', + 'identifier' => 'publication_date', + 'integer_value' => '1193915580', + 'next_word_id' => '1191', + 'placement' => '123', + 'prev_word_id' => '993', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2425', + ], + 9983 => [ + 'content_type_field_definition_id' => '217', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14653', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '2424', + 'placement' => '124', + 'prev_word_id' => '2425', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1191', + ], + 9984 => [ + 'content_type_field_definition_id' => '218', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14654', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '2420', + 'placement' => '125', + 'prev_word_id' => '1191', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2424', + ], + 9985 => [ + 'content_type_field_definition_id' => '218', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14655', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '2421', + 'placement' => '126', + 'prev_word_id' => '2424', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2420', + ], + 9986 => [ + 'content_type_field_definition_id' => '218', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14656', + 'identifier' => 'tags', + 'integer_value' => '0', + 'next_word_id' => '1070', + 'placement' => '127', + 'prev_word_id' => '2420', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2421', + ], + 9987 => [ + 'content_type_field_definition_id' => '219', + 'content_type_id' => '20', + 'contentobject_id' => '187', + 'frequency' => '0', + 'id' => '14657', + 'identifier' => 'enable_comments', + 'integer_value' => '1', + 'next_word_id' => '0', + 'placement' => '128', + 'prev_word_id' => '2421', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1070', + ], + 9988 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14658', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '981', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2426', + ], + 9989 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14659', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1042', + 'placement' => '1', + 'prev_word_id' => '2426', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '981', + ], + 9990 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14660', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '2', + 'prev_word_id' => '981', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1042', + ], + 9991 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14661', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '3', + 'prev_word_id' => '1042', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1141', + ], + 9992 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14662', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '4', + 'prev_word_id' => '1141', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1172', + ], + 9993 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14663', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '5', + 'prev_word_id' => '1172', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1020', + ], + 9994 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14664', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '6', + 'prev_word_id' => '1020', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1208', + ], + 9995 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14665', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '7', + 'prev_word_id' => '1208', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1026', + ], + 9996 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14666', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '8', + 'prev_word_id' => '1026', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '810', + ], + 9997 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14667', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '9', + 'prev_word_id' => '810', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '996', + ], + 9998 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14668', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '10', + 'prev_word_id' => '996', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '997', + ], + 9999 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14669', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '11', + 'prev_word_id' => '997', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1169', + ], + 10000 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14670', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '12', + 'prev_word_id' => '1169', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1112', + ], + 10001 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14671', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '13', + 'prev_word_id' => '1112', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1157', + ], + 10002 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14672', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '984', + 'placement' => '14', + 'prev_word_id' => '1157', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1026', + ], + 10003 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14673', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '15', + 'prev_word_id' => '1026', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '984', + ], + 10004 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14674', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1175', + 'placement' => '16', + 'prev_word_id' => '984', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1174', + ], + 10005 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14675', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1176', + 'placement' => '17', + 'prev_word_id' => '1174', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1175', + ], + 10006 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14676', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1177', + 'placement' => '18', + 'prev_word_id' => '1175', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1176', + ], + 10007 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14677', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1178', + 'placement' => '19', + 'prev_word_id' => '1176', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1177', + ], + 10008 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14678', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1179', + 'placement' => '20', + 'prev_word_id' => '1177', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1178', + ], + 10009 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14679', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1180', + 'placement' => '21', + 'prev_word_id' => '1178', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1179', + ], + 10010 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14680', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1181', + 'placement' => '22', + 'prev_word_id' => '1179', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1180', + ], + 10011 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14681', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1182', + 'placement' => '23', + 'prev_word_id' => '1180', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1181', + ], + 10012 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14682', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1183', + 'placement' => '24', + 'prev_word_id' => '1181', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1182', + ], + 10013 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14683', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1181', + 'placement' => '25', + 'prev_word_id' => '1182', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1183', + ], + 10014 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14684', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1184', + 'placement' => '26', + 'prev_word_id' => '1183', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1181', + ], + 10015 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14685', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1185', + 'placement' => '27', + 'prev_word_id' => '1181', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1184', + ], + 10016 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14686', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '28', + 'prev_word_id' => '1184', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1185', + ], + 10017 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14687', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '29', + 'prev_word_id' => '1185', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '863', + ], + 10018 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14688', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '30', + 'prev_word_id' => '863', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '982', + ], + 10019 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14689', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '31', + 'prev_word_id' => '982', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1160', + ], + 10020 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14690', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '32', + 'prev_word_id' => '1160', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1208', + ], + 10021 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14691', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1039', + 'placement' => '33', + 'prev_word_id' => '1208', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '997', + ], + 10022 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14692', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '34', + 'prev_word_id' => '997', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1039', + ], + 10023 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14693', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '35', + 'prev_word_id' => '1039', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1012', + ], + 10024 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14694', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '36', + 'prev_word_id' => '1012', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1165', + ], + 10025 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14695', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '991', + 'placement' => '37', + 'prev_word_id' => '1165', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '810', + ], + 10026 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14696', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '38', + 'prev_word_id' => '810', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '991', + ], + 10027 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14697', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1118', + 'placement' => '39', + 'prev_word_id' => '991', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '863', + ], + 10028 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14698', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '40', + 'prev_word_id' => '863', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1118', + ], + 10029 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14699', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '41', + 'prev_word_id' => '1118', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1015', + ], + 10030 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14700', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '42', + 'prev_word_id' => '1015', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 10031 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14701', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '43', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1220', + ], + 10032 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14702', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '44', + 'prev_word_id' => '1220', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1117', + ], + 10033 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14703', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '45', + 'prev_word_id' => '1117', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1027', + ], + 10034 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14704', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '46', + 'prev_word_id' => '1027', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1188', + ], + 10035 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14705', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1240', + 'placement' => '47', + 'prev_word_id' => '1188', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1144', + ], + 10036 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14706', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '48', + 'prev_word_id' => '1144', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1240', + ], + 10037 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14707', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1007', + 'placement' => '49', + 'prev_word_id' => '1240', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1149', + ], + 10038 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14708', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1043', + 'placement' => '50', + 'prev_word_id' => '1149', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1007', + ], + 10039 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14709', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1113', + 'placement' => '51', + 'prev_word_id' => '1007', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1043', + ], + 10040 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14710', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '52', + 'prev_word_id' => '1043', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1113', + ], + 10041 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14711', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1239', + 'placement' => '53', + 'prev_word_id' => '1113', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1089', + ], + 10042 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14712', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1218', + 'placement' => '54', + 'prev_word_id' => '1089', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1239', + ], + 10043 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14713', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1164', + 'placement' => '55', + 'prev_word_id' => '1239', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1218', + ], + 10044 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14714', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '56', + 'prev_word_id' => '1218', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1164', + ], + 10045 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14715', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '989', + 'placement' => '57', + 'prev_word_id' => '1164', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '825', + ], + 10046 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14716', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '58', + 'prev_word_id' => '825', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '989', + ], + 10047 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14717', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '59', + 'prev_word_id' => '989', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1026', + ], + 10048 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14718', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '60', + 'prev_word_id' => '1026', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '863', + ], + 10049 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14719', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '61', + 'prev_word_id' => '863', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1102', + ], + 10050 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14720', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '62', + 'prev_word_id' => '1102', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1188', + ], + 10051 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14721', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '63', + 'prev_word_id' => '1188', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '986', + ], + 10052 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14722', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1206', + 'placement' => '64', + 'prev_word_id' => '986', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1146', + ], + 10053 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14723', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '65', + 'prev_word_id' => '1146', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1206', + ], + 10054 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14724', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '66', + 'prev_word_id' => '1206', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1026', + ], + 10055 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14725', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '67', + 'prev_word_id' => '1026', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '810', + ], + 10056 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14726', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '68', + 'prev_word_id' => '810', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '996', + ], + 10057 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14727', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1175', + 'placement' => '69', + 'prev_word_id' => '996', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1174', + ], + 10058 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14728', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '997', + 'placement' => '70', + 'prev_word_id' => '1174', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1175', + ], + 10059 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14729', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '71', + 'prev_word_id' => '1175', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '997', + ], + 10060 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14730', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1112', + 'placement' => '72', + 'prev_word_id' => '997', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1169', + ], + 10061 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14731', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '73', + 'prev_word_id' => '1169', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1112', + ], + 10062 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14732', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '74', + 'prev_word_id' => '1112', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1157', + ], + 10063 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14733', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '75', + 'prev_word_id' => '1157', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1172', + ], + 10064 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14734', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '76', + 'prev_word_id' => '1172', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1020', + ], + 10065 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14735', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1026', + 'placement' => '77', + 'prev_word_id' => '1020', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1208', + ], + 10066 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14736', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '78', + 'prev_word_id' => '1208', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1026', + ], + 10067 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14737', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1102', + 'placement' => '79', + 'prev_word_id' => '1026', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '863', + ], + 10068 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14738', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '80', + 'prev_word_id' => '863', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1102', + ], + 10069 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14739', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '81', + 'prev_word_id' => '1102', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1188', + ], + 10070 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14740', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '82', + 'prev_word_id' => '1188', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '986', + ], + 10071 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14741', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1206', + 'placement' => '83', + 'prev_word_id' => '986', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1146', + ], + 10072 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14742', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1220', + 'placement' => '84', + 'prev_word_id' => '1146', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1206', + ], + 10073 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14743', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1117', + 'placement' => '85', + 'prev_word_id' => '1206', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1220', + ], + 10074 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14744', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1027', + 'placement' => '86', + 'prev_word_id' => '1220', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1117', + ], + 10075 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14745', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1188', + 'placement' => '87', + 'prev_word_id' => '1117', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1027', + ], + 10076 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14746', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1144', + 'placement' => '88', + 'prev_word_id' => '1027', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1188', + ], + 10077 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14747', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1114', + 'placement' => '89', + 'prev_word_id' => '1188', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1144', + ], + 10078 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14748', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '90', + 'prev_word_id' => '1144', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1114', + ], + 10079 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14749', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1015', + 'placement' => '91', + 'prev_word_id' => '1114', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1186', + ], + 10080 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14750', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1016', + 'placement' => '92', + 'prev_word_id' => '1186', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1015', + ], + 10081 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14751', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '93', + 'prev_word_id' => '1015', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1016', + ], + 10082 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14752', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '982', + 'placement' => '94', + 'prev_word_id' => '1016', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1047', + ], + 10083 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14753', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1199', + 'placement' => '95', + 'prev_word_id' => '1047', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '982', + ], + 10084 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14754', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '96', + 'prev_word_id' => '982', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1199', + ], + 10085 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14755', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '97', + 'prev_word_id' => '1199', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1040', + ], + 10086 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14756', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '98', + 'prev_word_id' => '1040', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1001', + ], + 10087 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14757', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1149', + 'placement' => '99', + 'prev_word_id' => '1001', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1000', + ], + 10088 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14758', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '100', + 'prev_word_id' => '1000', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1149', + ], + 10089 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14759', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '101', + 'prev_word_id' => '1149', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1045', + ], + 10090 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14760', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1160', + 'placement' => '102', + 'prev_word_id' => '1045', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '995', + ], + 10091 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14761', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '103', + 'prev_word_id' => '995', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1160', + ], + 10092 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14762', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '104', + 'prev_word_id' => '1160', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1011', + ], + 10093 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14763', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1089', + 'placement' => '105', + 'prev_word_id' => '1011', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1146', + ], + 10094 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14764', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1157', + 'placement' => '106', + 'prev_word_id' => '1146', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1089', + ], + 10095 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14765', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1135', + 'placement' => '107', + 'prev_word_id' => '1089', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1157', + ], + 10096 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14766', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '108', + 'prev_word_id' => '1157', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1135', + ], + 10097 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14767', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1161', + 'placement' => '109', + 'prev_word_id' => '1135', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1011', + ], + 10098 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14768', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1040', + 'placement' => '110', + 'prev_word_id' => '1011', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1161', + ], + 10099 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14769', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1000', + 'placement' => '111', + 'prev_word_id' => '1161', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1040', + ], + 10100 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14770', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '112', + 'prev_word_id' => '1040', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1000', + ], + 10101 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14771', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '113', + 'prev_word_id' => '1000', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '998', + ], + 10102 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14772', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1030', + 'placement' => '114', + 'prev_word_id' => '998', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1198', + ], + 10103 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14773', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1110', + 'placement' => '115', + 'prev_word_id' => '1198', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1030', + ], + 10104 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14774', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '116', + 'prev_word_id' => '1030', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1110', + ], + 10105 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14775', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '117', + 'prev_word_id' => '1110', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '995', + ], + 10106 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14776', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1011', + 'placement' => '118', + 'prev_word_id' => '995', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1028', + ], + 10107 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14777', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1141', + 'placement' => '119', + 'prev_word_id' => '1028', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1011', + ], + 10108 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14778', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '120', + 'prev_word_id' => '1011', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1141', + ], + 10109 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14779', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '121', + 'prev_word_id' => '1141', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '987', + ], + 10110 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14780', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1012', + 'placement' => '122', + 'prev_word_id' => '987', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1001', + ], + 10111 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14781', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '123', + 'prev_word_id' => '1001', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1012', + ], + 10112 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14782', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '124', + 'prev_word_id' => '1012', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1047', + ], + 10113 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14783', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1099', + 'placement' => '125', + 'prev_word_id' => '1047', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '863', + ], + 10114 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14784', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1107', + 'placement' => '126', + 'prev_word_id' => '863', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1099', + ], + 10115 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14785', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '996', + 'placement' => '127', + 'prev_word_id' => '1099', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1107', + ], + 10116 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14786', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1165', + 'placement' => '128', + 'prev_word_id' => '1107', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '996', + ], + 10117 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14787', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1140', + 'placement' => '129', + 'prev_word_id' => '996', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1165', + ], + 10118 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14788', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1172', + 'placement' => '130', + 'prev_word_id' => '1165', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1140', + ], + 10119 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14789', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1138', + 'placement' => '131', + 'prev_word_id' => '1140', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1172', + ], + 10120 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14790', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1031', + 'placement' => '132', + 'prev_word_id' => '1172', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1138', + ], + 10121 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14791', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1106', + 'placement' => '133', + 'prev_word_id' => '1138', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1031', + ], + 10122 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14792', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1137', + 'placement' => '134', + 'prev_word_id' => '1031', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1106', + ], + 10123 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14793', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1186', + 'placement' => '135', + 'prev_word_id' => '1106', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1137', + ], + 10124 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14794', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '987', + 'placement' => '136', + 'prev_word_id' => '1137', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1186', + ], + 10125 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14795', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1171', + 'placement' => '137', + 'prev_word_id' => '1186', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '987', + ], + 10126 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14796', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '138', + 'prev_word_id' => '987', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1171', + ], + 10127 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14797', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1013', + 'placement' => '139', + 'prev_word_id' => '1171', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1032', + ], + 10128 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14798', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1208', + 'placement' => '140', + 'prev_word_id' => '1032', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1013', + ], + 10129 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14799', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1187', + 'placement' => '141', + 'prev_word_id' => '1013', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1208', + ], + 10130 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14800', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1028', + 'placement' => '142', + 'prev_word_id' => '1208', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1187', + ], + 10131 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14801', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '143', + 'prev_word_id' => '1187', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1028', + ], + 10132 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14802', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '986', + 'placement' => '144', + 'prev_word_id' => '1028', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1001', + ], + 10133 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14803', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1032', + 'placement' => '145', + 'prev_word_id' => '1001', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '986', + ], + 10134 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14804', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1100', + 'placement' => '146', + 'prev_word_id' => '986', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1032', + ], + 10135 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14805', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '995', + 'placement' => '147', + 'prev_word_id' => '1032', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1100', + ], + 10136 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14806', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1166', + 'placement' => '148', + 'prev_word_id' => '1100', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '995', + ], + 10137 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14807', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1020', + 'placement' => '149', + 'prev_word_id' => '995', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1166', + ], + 10138 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14808', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1146', + 'placement' => '150', + 'prev_word_id' => '1166', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1020', + ], + 10139 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14809', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '151', + 'prev_word_id' => '1020', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1146', + ], + 10140 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14810', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '988', + 'placement' => '152', + 'prev_word_id' => '1146', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '810', + ], + 10141 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14811', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '153', + 'prev_word_id' => '810', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '988', + ], + 10142 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14812', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1169', + 'placement' => '154', + 'prev_word_id' => '988', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '863', + ], + 10143 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14813', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1196', + 'placement' => '155', + 'prev_word_id' => '863', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1169', + ], + 10144 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14814', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1006', + 'placement' => '156', + 'prev_word_id' => '1169', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1196', + ], + 10145 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14815', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1001', + 'placement' => '157', + 'prev_word_id' => '1196', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1006', + ], + 10146 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14816', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '994', + 'placement' => '158', + 'prev_word_id' => '1006', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1001', + ], + 10147 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14817', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1045', + 'placement' => '159', + 'prev_word_id' => '1001', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '994', + ], + 10148 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14818', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '998', + 'placement' => '160', + 'prev_word_id' => '994', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1045', + ], + 10149 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14819', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '161', + 'prev_word_id' => '1045', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '998', + ], + 10150 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14820', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1167', + 'placement' => '162', + 'prev_word_id' => '998', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1047', + ], + 10151 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14821', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1195', + 'placement' => '163', + 'prev_word_id' => '1047', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1167', + ], + 10152 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14822', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1158', + 'placement' => '164', + 'prev_word_id' => '1167', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1195', + ], + 10153 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14823', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1047', + 'placement' => '165', + 'prev_word_id' => '1195', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1158', + ], + 10154 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14824', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '166', + 'prev_word_id' => '1158', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1047', + ], + 10155 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14825', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1142', + 'placement' => '167', + 'prev_word_id' => '1047', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '825', + ], + 10156 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14826', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '168', + 'prev_word_id' => '825', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1142', + ], + 10157 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14827', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1194', + 'placement' => '169', + 'prev_word_id' => '1142', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '825', + ], + 10158 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14828', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1198', + 'placement' => '170', + 'prev_word_id' => '825', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1194', + ], + 10159 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14829', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '1017', + 'placement' => '171', + 'prev_word_id' => '1194', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1198', + ], + 10160 => [ + 'content_type_field_definition_id' => '156', + 'content_type_id' => '1', + 'contentobject_id' => '188', + 'frequency' => '0', + 'id' => '14830', + 'identifier' => 'description', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '172', + 'prev_word_id' => '1198', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '1017', + ], + 10161 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '189', + 'frequency' => '0', + 'id' => '14831', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2426', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '923', + ], + 10162 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '189', + 'frequency' => '0', + 'id' => '14832', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '923', + 'published' => '1311154204', + 'section_id' => '1', + 'word_id' => '2426', + ], + 10163 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '190', + 'frequency' => '0', + 'id' => '14833', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '929', + ], + 10164 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '190', + 'frequency' => '0', + 'id' => '14834', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '929', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1370', + ], + 10165 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14835', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2427', + ], + 10166 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14836', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '1', + 'prev_word_id' => '2427', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10167 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14837', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '2', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '948', + ], + 10168 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14838', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '3', + 'prev_word_id' => '948', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '968', + ], + 10169 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14839', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '4', + 'prev_word_id' => '968', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10170 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14840', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '5', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 10171 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14841', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1808', + 'placement' => '6', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10172 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14842', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1366', + 'placement' => '7', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1808', + ], + 10173 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14843', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '8', + 'prev_word_id' => '1808', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1366', + ], + 10174 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14844', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '9', + 'prev_word_id' => '1366', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '886', + ], + 10175 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14845', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '10', + 'prev_word_id' => '886', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1384', + ], + 10176 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14846', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '11', + 'prev_word_id' => '1384', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10177 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14847', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '925', + 'placement' => '12', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '831', + ], + 10178 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14848', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '978', + 'placement' => '13', + 'prev_word_id' => '831', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '925', + ], + 10179 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14849', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '14', + 'prev_word_id' => '925', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '978', + ], + 10180 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14850', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '15', + 'prev_word_id' => '978', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10181 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14851', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2225', + 'placement' => '16', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10182 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14852', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1535', + 'placement' => '17', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2225', + ], + 10183 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14853', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2428', + 'placement' => '18', + 'prev_word_id' => '2225', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1535', + ], + 10184 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14854', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '19', + 'prev_word_id' => '1535', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2428', + ], + 10185 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14855', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2429', + 'placement' => '20', + 'prev_word_id' => '2428', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1317', + ], + 10186 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14856', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1790', + 'placement' => '21', + 'prev_word_id' => '1317', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2429', + ], + 10187 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14857', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '22', + 'prev_word_id' => '2429', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1790', + ], + 10188 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14858', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '978', + 'placement' => '23', + 'prev_word_id' => '1790', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10189 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14859', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '24', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '978', + ], + 10190 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14860', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2430', + 'placement' => '25', + 'prev_word_id' => '978', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10191 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14861', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '26', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2430', + ], + 10192 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14862', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '27', + 'prev_word_id' => '2430', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10193 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14863', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2431', + 'placement' => '28', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1317', + ], + 10194 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14864', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '29', + 'prev_word_id' => '1317', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2431', + ], + 10195 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14865', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2432', + 'placement' => '30', + 'prev_word_id' => '2431', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10196 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14866', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2433', + 'placement' => '31', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2432', + ], + 10197 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14867', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1956', + 'placement' => '32', + 'prev_word_id' => '2432', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2433', + ], + 10198 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14868', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '33', + 'prev_word_id' => '2433', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1956', + ], + 10199 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14869', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '34', + 'prev_word_id' => '1956', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10200 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14870', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '35', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10201 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14871', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1790', + 'placement' => '36', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '968', + ], + 10202 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14872', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '37', + 'prev_word_id' => '968', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1790', + ], + 10203 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14873', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '38', + 'prev_word_id' => '1790', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10204 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14874', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '39', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10205 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14875', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '40', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10206 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14876', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '41', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '968', + ], + 10207 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14877', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '42', + 'prev_word_id' => '968', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10208 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14878', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '922', + 'placement' => '43', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10209 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14879', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '44', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '922', + ], + 10210 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14880', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '45', + 'prev_word_id' => '922', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1437', + ], + 10211 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14881', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2434', + 'placement' => '46', + 'prev_word_id' => '1437', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10212 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14882', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '47', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2434', + ], + 10213 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14883', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1693', + 'placement' => '48', + 'prev_word_id' => '2434', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10214 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14884', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '49', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1693', + ], + 10215 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14885', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '50', + 'prev_word_id' => '1693', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10216 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14886', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2435', + 'placement' => '51', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10217 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14887', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2436', + 'placement' => '52', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2435', + ], + 10218 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14888', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '53', + 'prev_word_id' => '2435', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2436', + ], + 10219 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14889', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '54', + 'prev_word_id' => '2436', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1008', + ], + 10220 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14890', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '55', + 'prev_word_id' => '1008', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 10221 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14891', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '56', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10222 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14892', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '57', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '816', + ], + 10223 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14893', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '58', + 'prev_word_id' => '816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1749', + ], + 10224 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14894', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1342', + 'placement' => '59', + 'prev_word_id' => '1749', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10225 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14895', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '60', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1342', + ], + 10226 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14896', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '61', + 'prev_word_id' => '1342', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '844', + ], + 10227 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14897', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '62', + 'prev_word_id' => '844', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10228 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14898', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '63', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1358', + ], + 10229 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14899', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '64', + 'prev_word_id' => '1358', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10230 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14900', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1517', + 'placement' => '65', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10231 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14901', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1336', + 'placement' => '66', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1517', + ], + 10232 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14902', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2437', + 'placement' => '67', + 'prev_word_id' => '1517', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1336', + ], + 10233 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14903', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '68', + 'prev_word_id' => '1336', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2437', + ], + 10234 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14904', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '69', + 'prev_word_id' => '2437', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1410', + ], + 10235 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14905', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1868', + 'placement' => '70', + 'prev_word_id' => '1410', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10236 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14906', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1869', + 'placement' => '71', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1868', + ], + 10237 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14907', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1870', + 'placement' => '72', + 'prev_word_id' => '1868', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1869', + ], + 10238 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14908', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '73', + 'prev_word_id' => '1869', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1870', + ], + 10239 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14909', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '962', + 'placement' => '74', + 'prev_word_id' => '1870', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10240 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14910', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '75', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '962', + ], + 10241 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14911', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '76', + 'prev_word_id' => '962', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10242 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14912', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2251', + 'placement' => '77', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10243 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14913', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '78', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2251', + ], + 10244 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14914', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '79', + 'prev_word_id' => '2251', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10245 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14915', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2438', + 'placement' => '80', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10246 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14916', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2437', + 'placement' => '81', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2438', + ], + 10247 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14917', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '82', + 'prev_word_id' => '2438', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2437', + ], + 10248 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14918', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '83', + 'prev_word_id' => '2437', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1410', + ], + 10249 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14919', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1728', + 'placement' => '84', + 'prev_word_id' => '1410', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10250 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14920', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2439', + 'placement' => '85', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1728', + ], + 10251 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14921', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '86', + 'prev_word_id' => '1728', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2439', + ], + 10252 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14922', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2440', + 'placement' => '87', + 'prev_word_id' => '2439', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10253 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14923', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '88', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2440', + ], + 10254 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14924', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '922', + 'placement' => '89', + 'prev_word_id' => '2440', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1443', + ], + 10255 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14925', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '90', + 'prev_word_id' => '1443', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '922', + ], + 10256 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14926', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '91', + 'prev_word_id' => '922', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1437', + ], + 10257 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14927', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1693', + 'placement' => '92', + 'prev_word_id' => '1437', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10258 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14928', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '93', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1693', + ], + 10259 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14929', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '94', + 'prev_word_id' => '1693', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '816', + ], + 10260 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14930', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2441', + 'placement' => '95', + 'prev_word_id' => '816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10261 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14931', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '96', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2441', + ], + 10262 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14932', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2442', + 'placement' => '97', + 'prev_word_id' => '2441', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10263 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14933', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2190', + 'placement' => '98', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2442', + ], + 10264 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14934', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '99', + 'prev_word_id' => '2442', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2190', + ], + 10265 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14935', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2443', + 'placement' => '100', + 'prev_word_id' => '2190', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10266 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14936', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '101', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2443', + ], + 10267 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14937', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '102', + 'prev_word_id' => '2443', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10268 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14938', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '103', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1410', + ], + 10269 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14939', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '104', + 'prev_word_id' => '1410', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10270 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14940', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2191', + 'placement' => '105', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10271 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14941', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '106', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2191', + ], + 10272 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14942', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '107', + 'prev_word_id' => '2191', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10273 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14943', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '108', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10274 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14944', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1855', + 'placement' => '109', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10275 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14945', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '110', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1855', + ], + 10276 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14946', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '111', + 'prev_word_id' => '1855', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1008', + ], + 10277 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14947', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '112', + 'prev_word_id' => '1008', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10278 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14948', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '113', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '968', + ], + 10279 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14949', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '114', + 'prev_word_id' => '968', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10280 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14950', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '115', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10281 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14951', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1808', + 'placement' => '116', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '807', + ], + 10282 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14952', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '117', + 'prev_word_id' => '807', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1808', + ], + 10283 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14953', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2444', + 'placement' => '118', + 'prev_word_id' => '1808', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10284 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14954', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '119', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2444', + ], + 10285 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14955', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2435', + 'placement' => '120', + 'prev_word_id' => '2444', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10286 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14956', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1848', + 'placement' => '121', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2435', + ], + 10287 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14957', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '122', + 'prev_word_id' => '2435', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1848', + ], + 10288 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14958', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2444', + 'placement' => '123', + 'prev_word_id' => '1848', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '968', + ], + 10289 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14959', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '124', + 'prev_word_id' => '968', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2444', + ], + 10290 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14960', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '125', + 'prev_word_id' => '2444', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10291 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14961', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1480', + 'placement' => '126', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10292 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14962', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '127', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1480', + ], + 10293 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14963', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1848', + 'placement' => '128', + 'prev_word_id' => '1480', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10294 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14964', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '129', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1848', + ], + 10295 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14965', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2445', + 'placement' => '130', + 'prev_word_id' => '1848', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10296 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14966', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2026', + 'placement' => '131', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2445', + ], + 10297 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14967', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '132', + 'prev_word_id' => '2445', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2026', + ], + 10298 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14968', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2446', + 'placement' => '133', + 'prev_word_id' => '2026', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '968', + ], + 10299 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14969', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '134', + 'prev_word_id' => '968', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2446', + ], + 10300 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14970', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2447', + 'placement' => '135', + 'prev_word_id' => '2446', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10301 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14971', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '136', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2447', + ], + 10302 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14972', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '906', + 'placement' => '137', + 'prev_word_id' => '2447', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1437', + ], + 10303 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14973', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '917', + 'placement' => '138', + 'prev_word_id' => '1437', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '906', + ], + 10304 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14974', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '139', + 'prev_word_id' => '906', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '917', + ], + 10305 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14975', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '140', + 'prev_word_id' => '917', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10306 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14976', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '141', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '841', + ], + 10307 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14977', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1613', + 'placement' => '142', + 'prev_word_id' => '841', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '822', + ], + 10308 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14978', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2448', + 'placement' => '143', + 'prev_word_id' => '822', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1613', + ], + 10309 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14979', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1839', + 'placement' => '144', + 'prev_word_id' => '1613', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2448', + ], + 10310 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14980', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '962', + 'placement' => '145', + 'prev_word_id' => '2448', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1839', + ], + 10311 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14981', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '146', + 'prev_word_id' => '1839', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '962', + ], + 10312 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14982', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '147', + 'prev_word_id' => '962', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1437', + ], + 10313 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14983', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '148', + 'prev_word_id' => '1437', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '886', + ], + 10314 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14984', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1752', + 'placement' => '149', + 'prev_word_id' => '886', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1318', + ], + 10315 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14985', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '150', + 'prev_word_id' => '1318', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1752', + ], + 10316 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14986', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '151', + 'prev_word_id' => '1752', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10317 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14987', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '152', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10318 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14988', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2449', + 'placement' => '153', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10319 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14989', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2450', + 'placement' => '154', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2449', + ], + 10320 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14990', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '155', + 'prev_word_id' => '2449', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2450', + ], + 10321 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14991', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1404', + 'placement' => '156', + 'prev_word_id' => '2450', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10322 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14992', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '157', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1404', + ], + 10323 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14993', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1404', + 'placement' => '158', + 'prev_word_id' => '1404', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '976', + ], + 10324 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14994', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1808', + 'placement' => '159', + 'prev_word_id' => '976', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1404', + ], + 10325 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14995', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '160', + 'prev_word_id' => '1404', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1808', + ], + 10326 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14996', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2451', + 'placement' => '161', + 'prev_word_id' => '1808', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10327 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14997', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '162', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2451', + ], + 10328 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14998', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1866', + 'placement' => '163', + 'prev_word_id' => '2451', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '809', + ], + 10329 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '14999', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '164', + 'prev_word_id' => '809', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1866', + ], + 10330 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15000', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2452', + 'placement' => '165', + 'prev_word_id' => '1866', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10331 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15001', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1848', + 'placement' => '166', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2452', + ], + 10332 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15002', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '167', + 'prev_word_id' => '2452', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1848', + ], + 10333 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15003', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2453', + 'placement' => '168', + 'prev_word_id' => '1848', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '968', + ], + 10334 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15004', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '936', + 'placement' => '169', + 'prev_word_id' => '968', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2453', + ], + 10335 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15005', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '170', + 'prev_word_id' => '2453', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '936', + ], + 10336 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15006', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '171', + 'prev_word_id' => '936', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10337 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15007', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '888', + 'placement' => '172', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10338 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15008', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '173', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '888', + ], + 10339 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15009', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2026', + 'placement' => '174', + 'prev_word_id' => '888', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '844', + ], + 10340 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15010', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2454', + 'placement' => '175', + 'prev_word_id' => '844', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2026', + ], + 10341 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15011', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '176', + 'prev_word_id' => '2026', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2454', + ], + 10342 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15012', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '177', + 'prev_word_id' => '2454', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10343 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15013', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '178', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10344 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15014', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '179', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10345 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15015', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '180', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '831', + ], + 10346 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15016', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '181', + 'prev_word_id' => '831', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '832', + ], + 10347 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15017', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1952', + 'placement' => '182', + 'prev_word_id' => '832', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10348 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15018', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '183', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1952', + ], + 10349 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15019', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2455', + 'placement' => '184', + 'prev_word_id' => '1952', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10350 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15020', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '185', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2455', + ], + 10351 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15021', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2456', + 'placement' => '186', + 'prev_word_id' => '2455', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10352 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15022', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1956', + 'placement' => '187', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2456', + ], + 10353 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15023', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2452', + 'placement' => '188', + 'prev_word_id' => '2456', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1956', + ], + 10354 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15024', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '189', + 'prev_word_id' => '1956', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2452', + ], + 10355 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15025', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2457', + 'placement' => '190', + 'prev_word_id' => '2452', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10356 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15026', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '191', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2457', + ], + 10357 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15027', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '192', + 'prev_word_id' => '2457', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10358 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15028', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '193', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10359 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15029', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '194', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1290', + ], + 10360 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15030', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '195', + 'prev_word_id' => '1290', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10361 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15031', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1830', + 'placement' => '196', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10362 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15032', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '197', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1830', + ], + 10363 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15033', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '198', + 'prev_word_id' => '1830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1370', + ], + 10364 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15034', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '199', + 'prev_word_id' => '1370', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10365 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15035', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '200', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 10366 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15036', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '201', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10367 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15037', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2433', + 'placement' => '202', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10368 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15038', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '203', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2433', + ], + 10369 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15039', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '204', + 'prev_word_id' => '2433', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10370 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15040', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '205', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10371 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15041', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '206', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10372 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15042', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1791', + 'placement' => '207', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '968', + ], + 10373 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15043', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '208', + 'prev_word_id' => '968', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1791', + ], + 10374 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15044', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1278', + 'placement' => '209', + 'prev_word_id' => '1791', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10375 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15045', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2454', + 'placement' => '210', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1278', + ], + 10376 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15046', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '211', + 'prev_word_id' => '1278', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2454', + ], + 10377 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15047', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '959', + 'placement' => '212', + 'prev_word_id' => '2454', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10378 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15048', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '213', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '959', + ], + 10379 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15049', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2458', + 'placement' => '214', + 'prev_word_id' => '959', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10380 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15050', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '215', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2458', + ], + 10381 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15051', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2315', + 'placement' => '216', + 'prev_word_id' => '2458', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10382 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15052', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2459', + 'placement' => '217', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2315', + ], + 10383 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15053', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1896', + 'placement' => '218', + 'prev_word_id' => '2315', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2459', + ], + 10384 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15054', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2460', + 'placement' => '219', + 'prev_word_id' => '2459', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1896', + ], + 10385 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15055', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '220', + 'prev_word_id' => '1896', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2460', + ], + 10386 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15056', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '221', + 'prev_word_id' => '2460', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10387 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15057', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '222', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10388 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15058', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1761', + 'placement' => '223', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '844', + ], + 10389 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15059', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '868', + 'placement' => '224', + 'prev_word_id' => '844', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1761', + ], + 10390 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15060', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '225', + 'prev_word_id' => '1761', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '868', + ], + 10391 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15061', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '226', + 'prev_word_id' => '868', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10392 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15062', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2461', + 'placement' => '227', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1596', + ], + 10393 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15063', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '228', + 'prev_word_id' => '1596', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2461', + ], + 10394 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15064', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '229', + 'prev_word_id' => '2461', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10395 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15065', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '868', + 'placement' => '230', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10396 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15066', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '231', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '868', + ], + 10397 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15067', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2462', + 'placement' => '232', + 'prev_word_id' => '868', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '844', + ], + 10398 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15068', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '233', + 'prev_word_id' => '844', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2462', + ], + 10399 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15069', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '895', + 'placement' => '234', + 'prev_word_id' => '2462', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10400 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15070', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2463', + 'placement' => '235', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '895', + ], + 10401 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15071', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2192', + 'placement' => '236', + 'prev_word_id' => '895', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2463', + ], + 10402 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15072', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2464', + 'placement' => '237', + 'prev_word_id' => '2463', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2192', + ], + 10403 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15073', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '238', + 'prev_word_id' => '2192', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2464', + ], + 10404 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15074', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1787', + 'placement' => '239', + 'prev_word_id' => '2464', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10405 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15075', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '240', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1787', + ], + 10406 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15076', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '241', + 'prev_word_id' => '1787', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10407 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15077', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2465', + 'placement' => '242', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '844', + ], + 10408 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15078', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '243', + 'prev_word_id' => '844', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2465', + ], + 10409 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15079', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1513', + 'placement' => '244', + 'prev_word_id' => '2465', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '809', + ], + 10410 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15080', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2466', + 'placement' => '245', + 'prev_word_id' => '809', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1513', + ], + 10411 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15081', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2467', + 'placement' => '246', + 'prev_word_id' => '1513', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2466', + ], + 10412 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15082', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '247', + 'prev_word_id' => '2466', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2467', + ], + 10413 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15083', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '248', + 'prev_word_id' => '2467', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10414 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15084', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1840', + 'placement' => '249', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10415 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15085', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1840', + 'placement' => '250', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1840', + ], + 10416 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15086', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1860', + 'placement' => '251', + 'prev_word_id' => '1840', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1840', + ], + 10417 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15087', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '252', + 'prev_word_id' => '1840', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1860', + ], + 10418 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15088', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2468', + 'placement' => '253', + 'prev_word_id' => '1860', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10419 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15089', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2469', + 'placement' => '254', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2468', + ], + 10420 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15090', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '255', + 'prev_word_id' => '2468', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2469', + ], + 10421 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15091', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '256', + 'prev_word_id' => '2469', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10422 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15092', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '257', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '807', + ], + 10423 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15093', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '258', + 'prev_word_id' => '807', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '968', + ], + 10424 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15094', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '259', + 'prev_word_id' => '968', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10425 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15095', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '260', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 10426 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15096', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '261', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10427 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15097', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '262', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '816', + ], + 10428 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15098', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '263', + 'prev_word_id' => '816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1749', + ], + 10429 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15099', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1879', + 'placement' => '264', + 'prev_word_id' => '1749', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10430 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15100', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1632', + 'placement' => '265', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1879', + ], + 10431 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15101', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2470', + 'placement' => '266', + 'prev_word_id' => '1879', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1632', + ], + 10432 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15102', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '267', + 'prev_word_id' => '1632', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2470', + ], + 10433 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15103', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '268', + 'prev_word_id' => '2470', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1437', + ], + 10434 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15104', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '269', + 'prev_word_id' => '1437', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10435 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15105', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '888', + 'placement' => '270', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1263', + ], + 10436 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15106', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2471', + 'placement' => '271', + 'prev_word_id' => '1263', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '888', + ], + 10437 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15107', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '272', + 'prev_word_id' => '888', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2471', + ], + 10438 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15108', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '273', + 'prev_word_id' => '2471', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '809', + ], + 10439 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15109', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '274', + 'prev_word_id' => '809', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10440 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15110', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1259', + 'placement' => '275', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '807', + ], + 10441 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15111', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1868', + 'placement' => '276', + 'prev_word_id' => '807', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1259', + ], + 10442 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15112', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '277', + 'prev_word_id' => '1259', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1868', + ], + 10443 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15113', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '278', + 'prev_word_id' => '1868', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '825', + ], + 10444 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15114', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1491', + 'placement' => '279', + 'prev_word_id' => '825', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10445 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15115', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '280', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1491', + ], + 10446 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15116', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '281', + 'prev_word_id' => '1491', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10447 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15117', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '282', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '809', + ], + 10448 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15118', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '951', + 'placement' => '283', + 'prev_word_id' => '809', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10449 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15119', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '284', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '951', + ], + 10450 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15120', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '285', + 'prev_word_id' => '951', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10451 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15121', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '286', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10452 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15122', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2472', + 'placement' => '287', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10453 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15123', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '288', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2472', + ], + 10454 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15124', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '289', + 'prev_word_id' => '2472', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1605', + ], + 10455 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15125', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '290', + 'prev_word_id' => '1605', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10456 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15126', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '291', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1263', + ], + 10457 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15127', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2473', + 'placement' => '292', + 'prev_word_id' => '1263', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10458 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15128', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '293', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2473', + ], + 10459 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15129', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '294', + 'prev_word_id' => '2473', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10460 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15130', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '295', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10461 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15131', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '296', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '831', + ], + 10462 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15132', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1544', + 'placement' => '297', + 'prev_word_id' => '831', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '832', + ], + 10463 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15133', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '298', + 'prev_word_id' => '832', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1544', + ], + 10464 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15134', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '299', + 'prev_word_id' => '1544', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10465 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15135', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '300', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10466 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15136', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1851', + 'placement' => '301', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10467 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15137', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1868', + 'placement' => '302', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1851', + ], + 10468 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15138', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '303', + 'prev_word_id' => '1851', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1868', + ], + 10469 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15139', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1870', + 'placement' => '304', + 'prev_word_id' => '1868', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10470 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15140', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1677', + 'placement' => '305', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1870', + ], + 10471 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15141', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '870', + 'placement' => '306', + 'prev_word_id' => '1870', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1677', + ], + 10472 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15142', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '307', + 'prev_word_id' => '1677', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '870', + ], + 10473 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15143', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1697', + 'placement' => '308', + 'prev_word_id' => '870', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10474 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15144', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1812', + 'placement' => '309', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1697', + ], + 10475 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15145', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '310', + 'prev_word_id' => '1697', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1812', + ], + 10476 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15146', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '311', + 'prev_word_id' => '1812', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10477 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15147', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1879', + 'placement' => '312', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10478 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15148', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '313', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1879', + ], + 10479 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15149', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '314', + 'prev_word_id' => '1879', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '898', + ], + 10480 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15150', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '315', + 'prev_word_id' => '898', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 10481 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15151', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1879', + 'placement' => '316', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10482 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15152', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '317', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1879', + ], + 10483 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15153', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '318', + 'prev_word_id' => '1879', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10484 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15154', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '940', + 'placement' => '319', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10485 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15155', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2474', + 'placement' => '320', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '940', + ], + 10486 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15156', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1613', + 'placement' => '321', + 'prev_word_id' => '940', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2474', + ], + 10487 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15157', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2115', + 'placement' => '322', + 'prev_word_id' => '2474', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1613', + ], + 10488 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15158', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '323', + 'prev_word_id' => '1613', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2115', + ], + 10489 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15159', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2475', + 'placement' => '324', + 'prev_word_id' => '2115', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1437', + ], + 10490 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15160', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '936', + 'placement' => '325', + 'prev_word_id' => '1437', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2475', + ], + 10491 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15161', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2476', + 'placement' => '326', + 'prev_word_id' => '2475', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '936', + ], + 10492 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15162', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2477', + 'placement' => '327', + 'prev_word_id' => '936', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2476', + ], + 10493 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15163', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '328', + 'prev_word_id' => '2476', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2477', + ], + 10494 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15164', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '329', + 'prev_word_id' => '2477', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10495 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15165', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '888', + 'placement' => '330', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10496 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15166', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '331', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '888', + ], + 10497 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15167', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2026', + 'placement' => '332', + 'prev_word_id' => '888', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '844', + ], + 10498 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15168', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '333', + 'prev_word_id' => '844', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2026', + ], + 10499 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15169', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '334', + 'prev_word_id' => '2026', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '816', + ], + 10500 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15170', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1366', + 'placement' => '335', + 'prev_word_id' => '816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1749', + ], + 10501 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15171', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '336', + 'prev_word_id' => '1749', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1366', + ], + 10502 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15172', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '337', + 'prev_word_id' => '1366', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10503 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15173', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1879', + 'placement' => '338', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10504 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15174', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '339', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1879', + ], + 10505 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15175', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2478', + 'placement' => '340', + 'prev_word_id' => '1879', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '816', + ], + 10506 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15176', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '341', + 'prev_word_id' => '816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2478', + ], + 10507 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15177', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2067', + 'placement' => '342', + 'prev_word_id' => '2478', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10508 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15178', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '343', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2067', + ], + 10509 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15179', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '866', + 'placement' => '344', + 'prev_word_id' => '2067', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10510 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15180', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2479', + 'placement' => '345', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '866', + ], + 10511 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15181', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '346', + 'prev_word_id' => '866', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2479', + ], + 10512 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15182', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1517', + 'placement' => '347', + 'prev_word_id' => '2479', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10513 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15183', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1336', + 'placement' => '348', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1517', + ], + 10514 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15184', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '349', + 'prev_word_id' => '1517', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1336', + ], + 10515 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15185', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2479', + 'placement' => '350', + 'prev_word_id' => '1336', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10516 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15186', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '351', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2479', + ], + 10517 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15187', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '352', + 'prev_word_id' => '2479', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10518 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15188', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2480', + 'placement' => '353', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10519 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15189', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '354', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2480', + ], + 10520 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15190', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2481', + 'placement' => '355', + 'prev_word_id' => '2480', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1410', + ], + 10521 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15191', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '961', + 'placement' => '356', + 'prev_word_id' => '1410', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2481', + ], + 10522 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15192', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '963', + 'placement' => '357', + 'prev_word_id' => '2481', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '961', + ], + 10523 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15193', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '358', + 'prev_word_id' => '961', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '963', + ], + 10524 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15194', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1265', + 'placement' => '359', + 'prev_word_id' => '963', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1410', + ], + 10525 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15195', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2482', + 'placement' => '360', + 'prev_word_id' => '1410', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1265', + ], + 10526 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15196', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '908', + 'placement' => '361', + 'prev_word_id' => '1265', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2482', + ], + 10527 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15197', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2483', + 'placement' => '362', + 'prev_word_id' => '2482', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '908', + ], + 10528 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15198', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '363', + 'prev_word_id' => '908', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2483', + ], + 10529 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15199', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1404', + 'placement' => '364', + 'prev_word_id' => '2483', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10530 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15200', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '365', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1404', + ], + 10531 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15201', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '366', + 'prev_word_id' => '1404', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '976', + ], + 10532 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15202', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '883', + 'placement' => '367', + 'prev_word_id' => '976', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10533 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15203', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1419', + 'placement' => '368', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '883', + ], + 10534 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15204', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '369', + 'prev_word_id' => '883', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1419', + ], + 10535 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15205', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '370', + 'prev_word_id' => '1419', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10536 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15206', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1631', + 'placement' => '371', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10537 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15207', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '372', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1631', + ], + 10538 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15208', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '373', + 'prev_word_id' => '1631', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1319', + ], + 10539 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15209', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1336', + 'placement' => '374', + 'prev_word_id' => '1319', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1816', + ], + 10540 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15210', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1840', + 'placement' => '375', + 'prev_word_id' => '1816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1336', + ], + 10541 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15211', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '854', + 'placement' => '376', + 'prev_word_id' => '1336', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1840', + ], + 10542 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15212', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '377', + 'prev_word_id' => '1840', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '854', + ], + 10543 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15213', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '378', + 'prev_word_id' => '854', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '976', + ], + 10544 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15214', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2484', + 'placement' => '379', + 'prev_word_id' => '976', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1816', + ], + 10545 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15215', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '380', + 'prev_word_id' => '1816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2484', + ], + 10546 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15216', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '381', + 'prev_word_id' => '2484', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10547 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15217', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '382', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1337', + ], + 10548 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15218', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1468', + 'placement' => '383', + 'prev_word_id' => '1337', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10549 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15219', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1359', + 'placement' => '384', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1468', + ], + 10550 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15220', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '385', + 'prev_word_id' => '1468', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1359', + ], + 10551 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15221', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2485', + 'placement' => '386', + 'prev_word_id' => '1359', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '886', + ], + 10552 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15222', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '387', + 'prev_word_id' => '886', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2485', + ], + 10553 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15223', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '388', + 'prev_word_id' => '2485', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10554 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15224', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '389', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10555 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15225', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2486', + 'placement' => '390', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10556 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15226', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '391', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2486', + ], + 10557 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15227', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2487', + 'placement' => '392', + 'prev_word_id' => '2486', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10558 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15228', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1840', + 'placement' => '393', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2487', + ], + 10559 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15229', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '394', + 'prev_word_id' => '2487', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1840', + ], + 10560 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15230', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '395', + 'prev_word_id' => '1840', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '886', + ], + 10561 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15231', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2488', + 'placement' => '396', + 'prev_word_id' => '886', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10562 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15232', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2469', + 'placement' => '397', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2488', + ], + 10563 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15233', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '398', + 'prev_word_id' => '2488', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2469', + ], + 10564 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15234', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2489', + 'placement' => '399', + 'prev_word_id' => '2469', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1437', + ], + 10565 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15235', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '400', + 'prev_word_id' => '1437', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2489', + ], + 10566 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15236', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '401', + 'prev_word_id' => '2489', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10567 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15237', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2297', + 'placement' => '402', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '807', + ], + 10568 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15238', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1636', + 'placement' => '403', + 'prev_word_id' => '807', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2297', + ], + 10569 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15239', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '404', + 'prev_word_id' => '2297', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1636', + ], + 10570 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15240', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '405', + 'prev_word_id' => '1636', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '816', + ], + 10571 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15241', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2310', + 'placement' => '406', + 'prev_word_id' => '816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '898', + ], + 10572 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15242', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2490', + 'placement' => '407', + 'prev_word_id' => '898', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2310', + ], + 10573 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15243', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '408', + 'prev_word_id' => '2310', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2490', + ], + 10574 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15244', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '883', + 'placement' => '409', + 'prev_word_id' => '2490', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10575 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15245', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1752', + 'placement' => '410', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '883', + ], + 10576 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15246', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '411', + 'prev_word_id' => '883', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1752', + ], + 10577 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15247', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '412', + 'prev_word_id' => '1752', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10578 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15248', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '413', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1437', + ], + 10579 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15249', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '414', + 'prev_word_id' => '1437', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1263', + ], + 10580 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15250', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1278', + 'placement' => '415', + 'prev_word_id' => '1263', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10581 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15251', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1523', + 'placement' => '416', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1278', + ], + 10582 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15252', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2491', + 'placement' => '417', + 'prev_word_id' => '1278', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1523', + ], + 10583 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15253', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '936', + 'placement' => '418', + 'prev_word_id' => '1523', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2491', + ], + 10584 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15254', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '419', + 'prev_word_id' => '2491', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '936', + ], + 10585 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15255', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1840', + 'placement' => '420', + 'prev_word_id' => '936', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1816', + ], + 10586 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15256', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2315', + 'placement' => '421', + 'prev_word_id' => '1816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1840', + ], + 10587 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15257', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2400', + 'placement' => '422', + 'prev_word_id' => '1840', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2315', + ], + 10588 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15258', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '423', + 'prev_word_id' => '2315', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2400', + ], + 10589 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15259', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2492', + 'placement' => '424', + 'prev_word_id' => '2400', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10590 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15260', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '425', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2492', + ], + 10591 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15261', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '426', + 'prev_word_id' => '2492', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10592 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15262', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2493', + 'placement' => '427', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1263', + ], + 10593 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15263', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '428', + 'prev_word_id' => '1263', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2493', + ], + 10594 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15264', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '429', + 'prev_word_id' => '2493', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '921', + ], + 10595 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15265', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '430', + 'prev_word_id' => '921', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10596 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15266', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1525', + 'placement' => '431', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1835', + ], + 10597 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15267', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '432', + 'prev_word_id' => '1835', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1525', + ], + 10598 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15268', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '433', + 'prev_word_id' => '1525', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1191', + ], + 10599 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '191', + 'frequency' => '0', + 'id' => '15269', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '434', + 'prev_word_id' => '1191', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1191', + ], + 10600 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '192', + 'frequency' => '0', + 'id' => '15270', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '2494', + ], + 10601 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15271', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '936', + ], + 10602 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15272', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '1', + 'prev_word_id' => '936', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10603 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15273', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '2', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '881', + ], + 10604 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15274', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '3', + 'prev_word_id' => '881', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 10605 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15275', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '4', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10606 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15276', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '5', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 10607 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15277', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1530', + 'placement' => '6', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10608 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15278', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '7', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1530', + ], + 10609 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15279', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '8', + 'prev_word_id' => '1530', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '809', + ], + 10610 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15280', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1588', + 'placement' => '9', + 'prev_word_id' => '809', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10611 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15281', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '10', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1588', + ], + 10612 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15282', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '11', + 'prev_word_id' => '1588', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10613 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15283', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1368', + 'placement' => '12', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1370', + ], + 10614 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15284', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '13', + 'prev_word_id' => '1370', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1368', + ], + 10615 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15285', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '14', + 'prev_word_id' => '1368', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10616 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15286', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1084', + 'placement' => '15', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10617 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15287', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1589', + 'placement' => '16', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1084', + ], + 10618 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15288', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '17', + 'prev_word_id' => '1084', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1589', + ], + 10619 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15289', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '18', + 'prev_word_id' => '1589', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1437', + ], + 10620 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15290', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '19', + 'prev_word_id' => '1437', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10621 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15291', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1590', + 'placement' => '20', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10622 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15292', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1591', + 'placement' => '21', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1590', + ], + 10623 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15293', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '22', + 'prev_word_id' => '1590', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1591', + ], + 10624 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15294', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '23', + 'prev_word_id' => '1591', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 10625 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15295', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '857', + 'placement' => '24', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10626 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15296', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '25', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '857', + ], + 10627 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15297', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '26', + 'prev_word_id' => '857', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10628 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15298', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '27', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10629 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15299', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '28', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '848', + ], + 10630 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15300', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '29', + 'prev_word_id' => '848', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 10631 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15301', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1592', + 'placement' => '30', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '841', + ], + 10632 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15302', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '31', + 'prev_word_id' => '841', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1592', + ], + 10633 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15303', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '32', + 'prev_word_id' => '1592', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10634 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15304', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '33', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10635 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15305', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1489', + 'placement' => '34', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '848', + ], + 10636 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15306', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1593', + 'placement' => '35', + 'prev_word_id' => '848', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1489', + ], + 10637 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15307', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1594', + 'placement' => '36', + 'prev_word_id' => '1489', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1593', + ], + 10638 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15308', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '37', + 'prev_word_id' => '1593', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1594', + ], + 10639 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15309', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '38', + 'prev_word_id' => '1594', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 10640 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15310', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '39', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10641 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15311', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '40', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1595', + ], + 10642 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15312', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '963', + 'placement' => '41', + 'prev_word_id' => '1595', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1596', + ], + 10643 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15313', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '42', + 'prev_word_id' => '1596', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '963', + ], + 10644 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15314', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1597', + 'placement' => '43', + 'prev_word_id' => '963', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '825', + ], + 10645 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15315', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1598', + 'placement' => '44', + 'prev_word_id' => '825', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1597', + ], + 10646 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15316', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1522', + 'placement' => '45', + 'prev_word_id' => '1597', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1598', + ], + 10647 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15317', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '46', + 'prev_word_id' => '1598', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1522', + ], + 10648 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15318', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '47', + 'prev_word_id' => '1522', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '933', + ], + 10649 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15319', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '48', + 'prev_word_id' => '933', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '945', + ], + 10650 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15320', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1599', + 'placement' => '49', + 'prev_word_id' => '945', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '841', + ], + 10651 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15321', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '50', + 'prev_word_id' => '841', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1599', + ], + 10652 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15322', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '51', + 'prev_word_id' => '1599', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1370', + ], + 10653 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15323', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '52', + 'prev_word_id' => '1370', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1481', + ], + 10654 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15324', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '53', + 'prev_word_id' => '1481', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10655 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15325', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '54', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10656 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15326', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '55', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '848', + ], + 10657 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15327', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '56', + 'prev_word_id' => '848', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 10658 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15328', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1592', + 'placement' => '57', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '841', + ], + 10659 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15329', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '58', + 'prev_word_id' => '841', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1592', + ], + 10660 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15330', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '59', + 'prev_word_id' => '1592', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '809', + ], + 10661 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15331', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '60', + 'prev_word_id' => '809', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 10662 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15332', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '61', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10663 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15333', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '62', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10664 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15334', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '63', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10665 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15335', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '64', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10666 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15336', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '65', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10667 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15337', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '66', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1280', + ], + 10668 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15338', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1600', + 'placement' => '67', + 'prev_word_id' => '1280', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1337', + ], + 10669 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15339', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '68', + 'prev_word_id' => '1337', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1600', + ], + 10670 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15340', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '963', + 'placement' => '69', + 'prev_word_id' => '1600', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10671 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15341', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1601', + 'placement' => '70', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '963', + ], + 10672 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15342', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '71', + 'prev_word_id' => '963', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1601', + ], + 10673 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15343', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '72', + 'prev_word_id' => '1601', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '848', + ], + 10674 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15344', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '73', + 'prev_word_id' => '848', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 10675 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15345', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1592', + 'placement' => '74', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '841', + ], + 10676 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15346', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1602', + 'placement' => '75', + 'prev_word_id' => '841', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1592', + ], + 10677 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15347', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '76', + 'prev_word_id' => '1592', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1602', + ], + 10678 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15348', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '77', + 'prev_word_id' => '1602', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10679 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15349', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1603', + 'placement' => '78', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '821', + ], + 10680 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15350', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '79', + 'prev_word_id' => '821', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1603', + ], + 10681 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15351', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1603', + 'placement' => '80', + 'prev_word_id' => '1603', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '804', + ], + 10682 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15352', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1604', + 'placement' => '81', + 'prev_word_id' => '804', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1603', + ], + 10683 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15353', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '82', + 'prev_word_id' => '1603', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1604', + ], + 10684 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15354', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '83', + 'prev_word_id' => '1604', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1605', + ], + 10685 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15355', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1499', + 'placement' => '84', + 'prev_word_id' => '1605', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10686 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15356', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '85', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1499', + ], + 10687 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15357', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '86', + 'prev_word_id' => '1499', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10688 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15358', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1606', + 'placement' => '87', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10689 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15359', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '88', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1606', + ], + 10690 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15360', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '89', + 'prev_word_id' => '1606', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10691 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15361', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '90', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10692 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15362', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1607', + 'placement' => '91', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10693 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15363', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1608', + 'placement' => '92', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1607', + ], + 10694 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15364', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '93', + 'prev_word_id' => '1607', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1608', + ], + 10695 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15365', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1594', + 'placement' => '94', + 'prev_word_id' => '1608', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10696 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15366', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '95', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1594', + ], + 10697 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15367', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1610', + 'placement' => '96', + 'prev_word_id' => '1594', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1609', + ], + 10698 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15368', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '97', + 'prev_word_id' => '1609', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1610', + ], + 10699 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15369', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '98', + 'prev_word_id' => '1610', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10700 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15370', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '99', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10701 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15371', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '857', + 'placement' => '100', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10702 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15372', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '101', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '857', + ], + 10703 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15373', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '102', + 'prev_word_id' => '857', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '932', + ], + 10704 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15374', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '103', + 'prev_word_id' => '932', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10705 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15375', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1611', + 'placement' => '104', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10706 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15376', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '105', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1611', + ], + 10707 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15377', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1612', + 'placement' => '106', + 'prev_word_id' => '1611', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '932', + ], + 10708 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15378', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '870', + 'placement' => '107', + 'prev_word_id' => '932', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1612', + ], + 10709 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15379', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '108', + 'prev_word_id' => '1612', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '870', + ], + 10710 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15380', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '109', + 'prev_word_id' => '870', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10711 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15381', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1504', + 'placement' => '110', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '821', + ], + 10712 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15382', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1613', + 'placement' => '111', + 'prev_word_id' => '821', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1504', + ], + 10713 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15383', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1614', + 'placement' => '112', + 'prev_word_id' => '1504', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1613', + ], + 10714 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15384', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1615', + 'placement' => '113', + 'prev_word_id' => '1613', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1614', + ], + 10715 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15385', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1616', + 'placement' => '114', + 'prev_word_id' => '1614', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1615', + ], + 10716 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15386', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1617', + 'placement' => '115', + 'prev_word_id' => '1615', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1616', + ], + 10717 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15387', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1618', + 'placement' => '116', + 'prev_word_id' => '1616', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1617', + ], + 10718 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15388', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1505', + 'placement' => '117', + 'prev_word_id' => '1617', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1618', + ], + 10719 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15389', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '118', + 'prev_word_id' => '1618', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1505', + ], + 10720 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15390', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1489', + 'placement' => '119', + 'prev_word_id' => '1505', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10721 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15391', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1619', + 'placement' => '120', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1489', + ], + 10722 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15392', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '121', + 'prev_word_id' => '1489', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1619', + ], + 10723 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15393', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '122', + 'prev_word_id' => '1619', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1620', + ], + 10724 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15394', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '123', + 'prev_word_id' => '1620', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10725 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15395', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '124', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10726 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15396', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '125', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '848', + ], + 10727 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15397', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1621', + 'placement' => '126', + 'prev_word_id' => '848', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 10728 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15398', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1489', + 'placement' => '127', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1621', + ], + 10729 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15399', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1622', + 'placement' => '128', + 'prev_word_id' => '1621', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1489', + ], + 10730 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15400', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '129', + 'prev_word_id' => '1489', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1622', + ], + 10731 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15401', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '130', + 'prev_word_id' => '1622', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1384', + ], + 10732 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15402', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1623', + 'placement' => '131', + 'prev_word_id' => '1384', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10733 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15403', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1508', + 'placement' => '132', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1623', + ], + 10734 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15404', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1624', + 'placement' => '133', + 'prev_word_id' => '1623', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1508', + ], + 10735 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15405', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1601', + 'placement' => '134', + 'prev_word_id' => '1508', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1624', + ], + 10736 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15406', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '135', + 'prev_word_id' => '1624', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1601', + ], + 10737 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15407', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1625', + 'placement' => '136', + 'prev_word_id' => '1601', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10738 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15408', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1489', + 'placement' => '137', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1625', + ], + 10739 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15409', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '138', + 'prev_word_id' => '1625', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1489', + ], + 10740 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15410', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '828', + 'placement' => '139', + 'prev_word_id' => '1489', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10741 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15411', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1626', + 'placement' => '140', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '828', + ], + 10742 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15412', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '141', + 'prev_word_id' => '828', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1626', + ], + 10743 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15413', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1627', + 'placement' => '142', + 'prev_word_id' => '1626', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10744 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15414', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1628', + 'placement' => '143', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1627', + ], + 10745 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15415', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1429', + 'placement' => '144', + 'prev_word_id' => '1627', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1628', + ], + 10746 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15416', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1606', + 'placement' => '145', + 'prev_word_id' => '1628', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1429', + ], + 10747 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15417', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '146', + 'prev_word_id' => '1429', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1606', + ], + 10748 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15418', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '147', + 'prev_word_id' => '1606', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10749 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15419', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '148', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10750 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15420', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '149', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '939', + ], + 10751 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15421', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1629', + 'placement' => '150', + 'prev_word_id' => '939', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10752 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15422', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '151', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1629', + ], + 10753 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15423', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '152', + 'prev_word_id' => '1629', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '807', + ], + 10754 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15424', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '153', + 'prev_word_id' => '807', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10755 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15425', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '154', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10756 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15426', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1630', + 'placement' => '155', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 10757 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15427', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1489', + 'placement' => '156', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1630', + ], + 10758 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15428', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1622', + 'placement' => '157', + 'prev_word_id' => '1630', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1489', + ], + 10759 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15429', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1631', + 'placement' => '158', + 'prev_word_id' => '1489', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1622', + ], + 10760 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15430', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '159', + 'prev_word_id' => '1622', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1631', + ], + 10761 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15431', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '160', + 'prev_word_id' => '1631', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1605', + ], + 10762 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15432', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1632', + 'placement' => '161', + 'prev_word_id' => '1605', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10763 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15433', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '162', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1632', + ], + 10764 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15434', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '163', + 'prev_word_id' => '1632', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1318', + ], + 10765 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15435', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1633', + 'placement' => '164', + 'prev_word_id' => '1318', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1319', + ], + 10766 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15436', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '165', + 'prev_word_id' => '1319', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1633', + ], + 10767 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15437', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1634', + 'placement' => '166', + 'prev_word_id' => '1633', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '856', + ], + 10768 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15438', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '167', + 'prev_word_id' => '856', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1634', + ], + 10769 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15439', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '168', + 'prev_word_id' => '1634', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10770 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15440', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '169', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10771 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15441', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '170', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1595', + ], + 10772 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15442', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1635', + 'placement' => '171', + 'prev_word_id' => '1595', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10773 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15443', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '172', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1635', + ], + 10774 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15444', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1636', + 'placement' => '173', + 'prev_word_id' => '1635', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1277', + ], + 10775 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15445', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '174', + 'prev_word_id' => '1277', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1636', + ], + 10776 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15446', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1637', + 'placement' => '175', + 'prev_word_id' => '1636', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10777 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15447', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1371', + 'placement' => '176', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1637', + ], + 10778 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15448', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '177', + 'prev_word_id' => '1637', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1371', + ], + 10779 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15449', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '178', + 'prev_word_id' => '1371', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10780 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15450', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1638', + 'placement' => '179', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10781 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15451', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1639', + 'placement' => '180', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1638', + ], + 10782 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15452', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '181', + 'prev_word_id' => '1638', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1639', + ], + 10783 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15453', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '182', + 'prev_word_id' => '1639', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 10784 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15454', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '183', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 10785 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15455', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '184', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '807', + ], + 10786 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15456', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1640', + 'placement' => '185', + 'prev_word_id' => '807', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10787 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15457', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '186', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1640', + ], + 10788 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15458', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1641', + 'placement' => '187', + 'prev_word_id' => '1640', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10789 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15459', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '188', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1641', + ], + 10790 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15460', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '874', + 'placement' => '189', + 'prev_word_id' => '1641', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1337', + ], + 10791 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15461', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '905', + 'placement' => '190', + 'prev_word_id' => '1337', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '874', + ], + 10792 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15462', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '191', + 'prev_word_id' => '874', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '905', + ], + 10793 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15463', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1404', + 'placement' => '192', + 'prev_word_id' => '905', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10794 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15464', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '193', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1404', + ], + 10795 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15465', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1594', + 'placement' => '194', + 'prev_word_id' => '1404', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '976', + ], + 10796 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15466', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '195', + 'prev_word_id' => '976', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1594', + ], + 10797 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15467', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '196', + 'prev_word_id' => '1594', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 10798 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15468', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '197', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10799 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15469', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '198', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1443', + ], + 10800 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15470', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '199', + 'prev_word_id' => '1443', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10801 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15471', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '200', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10802 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15472', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '201', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 10803 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15473', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '202', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 10804 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15474', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '203', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10805 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15475', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1642', + 'placement' => '204', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '844', + ], + 10806 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15476', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '205', + 'prev_word_id' => '844', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1642', + ], + 10807 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15477', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '206', + 'prev_word_id' => '1642', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10808 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15478', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1643', + 'placement' => '207', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1596', + ], + 10809 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15479', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1276', + 'placement' => '208', + 'prev_word_id' => '1596', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1643', + ], + 10810 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15480', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1447', + 'placement' => '209', + 'prev_word_id' => '1643', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1276', + ], + 10811 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15481', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '210', + 'prev_word_id' => '1276', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1447', + ], + 10812 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15482', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '211', + 'prev_word_id' => '1447', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1290', + ], + 10813 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15483', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '212', + 'prev_word_id' => '1290', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '821', + ], + 10814 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15484', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1644', + 'placement' => '213', + 'prev_word_id' => '821', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10815 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15485', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '214', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1644', + ], + 10816 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15486', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1645', + 'placement' => '215', + 'prev_word_id' => '1644', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10817 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15487', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '216', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1645', + ], + 10818 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15488', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1646', + 'placement' => '217', + 'prev_word_id' => '1645', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10819 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15489', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '218', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1646', + ], + 10820 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15490', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1647', + 'placement' => '219', + 'prev_word_id' => '1646', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '836', + ], + 10821 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15491', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '220', + 'prev_word_id' => '836', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1647', + ], + 10822 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15492', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1648', + 'placement' => '221', + 'prev_word_id' => '1647', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10823 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15493', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '222', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1648', + ], + 10824 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15494', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1649', + 'placement' => '223', + 'prev_word_id' => '1648', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10825 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15495', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1650', + 'placement' => '224', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1649', + ], + 10826 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15496', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1651', + 'placement' => '225', + 'prev_word_id' => '1649', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1650', + ], + 10827 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15497', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1643', + 'placement' => '226', + 'prev_word_id' => '1650', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1651', + ], + 10828 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15498', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '227', + 'prev_word_id' => '1651', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1643', + ], + 10829 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15499', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1652', + 'placement' => '228', + 'prev_word_id' => '1643', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10830 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15500', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '229', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1652', + ], + 10831 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15501', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1653', + 'placement' => '230', + 'prev_word_id' => '1652', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '898', + ], + 10832 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15502', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1654', + 'placement' => '231', + 'prev_word_id' => '898', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1653', + ], + 10833 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15503', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '232', + 'prev_word_id' => '1653', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1654', + ], + 10834 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15504', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1655', + 'placement' => '233', + 'prev_word_id' => '1654', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10835 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15505', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '234', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1655', + ], + 10836 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15506', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '235', + 'prev_word_id' => '1655', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10837 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15507', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '236', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1319', + ], + 10838 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15508', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '237', + 'prev_word_id' => '1319', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1290', + ], + 10839 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15509', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '238', + 'prev_word_id' => '1290', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '821', + ], + 10840 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15510', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '239', + 'prev_word_id' => '821', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '809', + ], + 10841 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15511', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '240', + 'prev_word_id' => '809', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10842 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15512', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1656', + 'placement' => '241', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10843 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15513', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1643', + 'placement' => '242', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1656', + ], + 10844 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15514', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '243', + 'prev_word_id' => '1656', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1643', + ], + 10845 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15515', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '244', + 'prev_word_id' => '1643', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1605', + ], + 10846 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15516', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1657', + 'placement' => '245', + 'prev_word_id' => '1605', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10847 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15517', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1658', + 'placement' => '246', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1657', + ], + 10848 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15518', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '247', + 'prev_word_id' => '1657', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1658', + ], + 10849 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15519', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '248', + 'prev_word_id' => '1658', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10850 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15520', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '249', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1323', + ], + 10851 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15521', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1659', + 'placement' => '250', + 'prev_word_id' => '1323', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10852 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15522', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '251', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1659', + ], + 10853 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15523', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '252', + 'prev_word_id' => '1659', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 10854 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15524', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '253', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10855 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15525', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1660', + 'placement' => '254', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '886', + ], + 10856 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15526', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1661', + 'placement' => '255', + 'prev_word_id' => '886', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1660', + ], + 10857 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15527', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '256', + 'prev_word_id' => '1660', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1661', + ], + 10858 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15528', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '257', + 'prev_word_id' => '1661', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '893', + ], + 10859 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15529', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '258', + 'prev_word_id' => '893', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10860 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15530', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '259', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1319', + ], + 10861 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15531', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1662', + 'placement' => '260', + 'prev_word_id' => '1319', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1318', + ], + 10862 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15532', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1642', + 'placement' => '261', + 'prev_word_id' => '1318', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1662', + ], + 10863 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15533', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '262', + 'prev_word_id' => '1662', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1642', + ], + 10864 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15534', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '263', + 'prev_word_id' => '1642', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '901', + ], + 10865 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15535', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '264', + 'prev_word_id' => '901', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10866 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15536', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '265', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '836', + ], + 10867 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15537', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '266', + 'prev_word_id' => '836', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1396', + ], + 10868 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15538', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1663', + 'placement' => '267', + 'prev_word_id' => '1396', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '844', + ], + 10869 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15539', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '268', + 'prev_word_id' => '844', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1663', + ], + 10870 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15540', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '269', + 'prev_word_id' => '1663', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10871 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15541', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '829', + 'placement' => '270', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10872 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15542', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '271', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '829', + ], + 10873 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15543', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '272', + 'prev_word_id' => '829', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1323', + ], + 10874 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15544', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '273', + 'prev_word_id' => '1323', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10875 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15545', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '274', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1318', + ], + 10876 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15546', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '275', + 'prev_word_id' => '1318', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '825', + ], + 10877 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15547', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1664', + 'placement' => '276', + 'prev_word_id' => '825', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1443', + ], + 10878 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15548', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '277', + 'prev_word_id' => '1443', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1664', + ], + 10879 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15549', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '278', + 'prev_word_id' => '1664', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '976', + ], + 10880 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15550', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1300', + 'placement' => '279', + 'prev_word_id' => '976', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 10881 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15551', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '280', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1300', + ], + 10882 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15552', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '281', + 'prev_word_id' => '1300', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1605', + ], + 10883 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15553', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '282', + 'prev_word_id' => '1605', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10884 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15554', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '283', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '886', + ], + 10885 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15555', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '284', + 'prev_word_id' => '886', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1665', + ], + 10886 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15556', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '285', + 'prev_word_id' => '1665', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10887 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15557', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '286', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10888 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15558', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1666', + 'placement' => '287', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10889 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15559', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '288', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1666', + ], + 10890 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15560', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1667', + 'placement' => '289', + 'prev_word_id' => '1666', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10891 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15561', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '290', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1667', + ], + 10892 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15562', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '291', + 'prev_word_id' => '1667', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10893 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15563', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '292', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1323', + ], + 10894 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15564', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '293', + 'prev_word_id' => '1323', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10895 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15565', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1668', + 'placement' => '294', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '886', + ], + 10896 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15566', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '295', + 'prev_word_id' => '886', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1668', + ], + 10897 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15567', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '296', + 'prev_word_id' => '1668', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1665', + ], + 10898 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15568', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '297', + 'prev_word_id' => '1665', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10899 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15569', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1594', + 'placement' => '298', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10900 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15570', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '299', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1594', + ], + 10901 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15571', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '300', + 'prev_word_id' => '1594', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '848', + ], + 10902 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15572', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '301', + 'prev_word_id' => '848', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1290', + ], + 10903 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15573', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '302', + 'prev_word_id' => '1290', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1323', + ], + 10904 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15574', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '303', + 'prev_word_id' => '1323', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10905 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15575', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '304', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1420', + ], + 10906 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15576', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '305', + 'prev_word_id' => '1420', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10907 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15577', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '306', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10908 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15578', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '829', + 'placement' => '307', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10909 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15579', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '308', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '829', + ], + 10910 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15580', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '309', + 'prev_word_id' => '829', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1323', + ], + 10911 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15581', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1663', + 'placement' => '310', + 'prev_word_id' => '1323', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 10912 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15582', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '311', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1663', + ], + 10913 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15583', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '312', + 'prev_word_id' => '1663', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1605', + ], + 10914 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15584', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '313', + 'prev_word_id' => '1605', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10915 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15585', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1313', + 'placement' => '314', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '886', + ], + 10916 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15586', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '315', + 'prev_word_id' => '886', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1313', + ], + 10917 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15587', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1669', + 'placement' => '316', + 'prev_word_id' => '1313', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10918 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15588', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '317', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1669', + ], + 10919 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15589', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '318', + 'prev_word_id' => '1669', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10920 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15590', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1670', + 'placement' => '319', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10921 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15591', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '320', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1670', + ], + 10922 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15592', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1671', + 'placement' => '321', + 'prev_word_id' => '1670', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1605', + ], + 10923 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15593', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '322', + 'prev_word_id' => '1605', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1671', + ], + 10924 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15594', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1672', + 'placement' => '323', + 'prev_word_id' => '1671', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10925 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15595', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '324', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1672', + ], + 10926 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15596', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1314', + 'placement' => '325', + 'prev_word_id' => '1672', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10927 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15597', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '326', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1314', + ], + 10928 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15598', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '327', + 'prev_word_id' => '1314', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10929 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15599', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '328', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10930 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15600', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '329', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '882', + ], + 10931 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15601', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '330', + 'prev_word_id' => '882', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '881', + ], + 10932 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15602', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1673', + 'placement' => '331', + 'prev_word_id' => '881', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10933 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15603', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '332', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1673', + ], + 10934 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15604', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '333', + 'prev_word_id' => '1673', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10935 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15605', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1674', + 'placement' => '334', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 10936 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15606', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '335', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1674', + ], + 10937 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15607', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '336', + 'prev_word_id' => '1674', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '815', + ], + 10938 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15608', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1422', + 'placement' => '337', + 'prev_word_id' => '815', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10939 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15609', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '338', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1422', + ], + 10940 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15610', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1675', + 'placement' => '339', + 'prev_word_id' => '1422', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10941 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15611', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '340', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1675', + ], + 10942 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15612', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1676', + 'placement' => '341', + 'prev_word_id' => '1675', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10943 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15613', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1677', + 'placement' => '342', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1676', + ], + 10944 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15614', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '343', + 'prev_word_id' => '1676', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1677', + ], + 10945 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15615', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '344', + 'prev_word_id' => '1677', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 10946 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15616', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '829', + 'placement' => '345', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 10947 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15617', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '346', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '829', + ], + 10948 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15618', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '347', + 'prev_word_id' => '829', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1323', + ], + 10949 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15619', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1678', + 'placement' => '348', + 'prev_word_id' => '1323', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1596', + ], + 10950 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15620', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1679', + 'placement' => '349', + 'prev_word_id' => '1596', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1678', + ], + 10951 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15621', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '350', + 'prev_word_id' => '1678', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1679', + ], + 10952 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15622', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '351', + 'prev_word_id' => '1679', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10953 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15623', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1680', + 'placement' => '352', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '844', + ], + 10954 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15624', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '353', + 'prev_word_id' => '844', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1680', + ], + 10955 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15625', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1681', + 'placement' => '354', + 'prev_word_id' => '1680', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '816', + ], + 10956 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15626', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '355', + 'prev_word_id' => '816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1681', + ], + 10957 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15627', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '356', + 'prev_word_id' => '1681', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1263', + ], + 10958 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15628', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1682', + 'placement' => '357', + 'prev_word_id' => '1263', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1008', + ], + 10959 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15629', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '358', + 'prev_word_id' => '1008', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1682', + ], + 10960 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15630', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '359', + 'prev_word_id' => '1682', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10961 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15631', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '360', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 10962 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15632', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '361', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1319', + ], + 10963 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15633', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1683', + 'placement' => '362', + 'prev_word_id' => '1319', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '898', + ], + 10964 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15634', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1684', + 'placement' => '363', + 'prev_word_id' => '898', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1683', + ], + 10965 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15635', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '364', + 'prev_word_id' => '1683', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1684', + ], + 10966 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15636', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '365', + 'prev_word_id' => '1684', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1685', + ], + 10967 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15637', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '366', + 'prev_word_id' => '1685', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '809', + ], + 10968 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15638', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1686', + 'placement' => '367', + 'prev_word_id' => '809', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10969 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15639', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '368', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1686', + ], + 10970 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15640', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1415', + 'placement' => '369', + 'prev_word_id' => '1686', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1685', + ], + 10971 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15641', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '370', + 'prev_word_id' => '1685', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1415', + ], + 10972 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15642', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '371', + 'prev_word_id' => '1415', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '882', + ], + 10973 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15643', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '372', + 'prev_word_id' => '882', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '939', + ], + 10974 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15644', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1391', + 'placement' => '373', + 'prev_word_id' => '939', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10975 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15645', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1458', + 'placement' => '374', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1391', + ], + 10976 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15646', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '375', + 'prev_word_id' => '1391', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1458', + ], + 10977 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15647', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '376', + 'prev_word_id' => '1458', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '809', + ], + 10978 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15648', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1686', + 'placement' => '377', + 'prev_word_id' => '809', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 10979 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15649', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1687', + 'placement' => '378', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1686', + ], + 10980 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15650', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '379', + 'prev_word_id' => '1686', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1687', + ], + 10981 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15651', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '380', + 'prev_word_id' => '1687', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1595', + ], + 10982 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15652', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '963', + 'placement' => '381', + 'prev_word_id' => '1595', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1596', + ], + 10983 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15653', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '382', + 'prev_word_id' => '1596', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '963', + ], + 10984 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15654', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1597', + 'placement' => '383', + 'prev_word_id' => '963', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '825', + ], + 10985 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15655', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '384', + 'prev_word_id' => '825', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1597', + ], + 10986 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15656', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '385', + 'prev_word_id' => '1597', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '893', + ], + 10987 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15657', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '973', + 'placement' => '386', + 'prev_word_id' => '893', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 10988 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15658', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '387', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '973', + ], + 10989 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15659', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '388', + 'prev_word_id' => '973', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 10990 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15660', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '389', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1595', + ], + 10991 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15661', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1414', + 'placement' => '390', + 'prev_word_id' => '1595', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '921', + ], + 10992 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15662', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '391', + 'prev_word_id' => '921', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1414', + ], + 10993 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15663', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1635', + 'placement' => '392', + 'prev_word_id' => '1414', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1290', + ], + 10994 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15664', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1598', + 'placement' => '393', + 'prev_word_id' => '1290', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1635', + ], + 10995 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15665', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '394', + 'prev_word_id' => '1635', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1598', + ], + 10996 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15666', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '395', + 'prev_word_id' => '1598', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 10997 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15667', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '396', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '933', + ], + 10998 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15668', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '397', + 'prev_word_id' => '933', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '825', + ], + 10999 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15669', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1688', + 'placement' => '398', + 'prev_word_id' => '825', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 11000 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15670', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '399', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1688', + ], + 11001 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15671', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '400', + 'prev_word_id' => '1688', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 11002 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15672', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '401', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 11003 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15673', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '402', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1689', + ], + 11004 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15674', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '403', + 'prev_word_id' => '1689', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1690', + ], + 11005 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15675', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '404', + 'prev_word_id' => '1690', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1595', + ], + 11006 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15676', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '405', + 'prev_word_id' => '1595', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '815', + ], + 11007 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15677', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1295', + 'placement' => '406', + 'prev_word_id' => '815', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 11008 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15678', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1691', + 'placement' => '407', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1295', + ], + 11009 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15679', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '408', + 'prev_word_id' => '1295', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1691', + ], + 11010 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15680', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '409', + 'prev_word_id' => '1691', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 11011 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15681', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '410', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 11012 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15682', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '973', + 'placement' => '411', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 11013 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15683', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '412', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '973', + ], + 11014 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15684', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '413', + 'prev_word_id' => '973', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '848', + ], + 11015 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15685', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1692', + 'placement' => '414', + 'prev_word_id' => '848', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 11016 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15686', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '415', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1692', + ], + 11017 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15687', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '416', + 'prev_word_id' => '1692', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 11018 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15688', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '417', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '848', + ], + 11019 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15689', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1577', + 'placement' => '418', + 'prev_word_id' => '848', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 11020 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15690', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1468', + 'placement' => '419', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1577', + ], + 11021 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15691', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '420', + 'prev_word_id' => '1577', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1468', + ], + 11022 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15692', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '421', + 'prev_word_id' => '1468', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 11023 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15693', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '422', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 11024 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15694', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1693', + 'placement' => '423', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 11025 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15695', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '424', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1693', + ], + 11026 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15696', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '425', + 'prev_word_id' => '1693', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 11027 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15697', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '426', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 11028 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15698', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1694', + 'placement' => '427', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 11029 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15699', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '428', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1694', + ], + 11030 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15700', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1024', + 'placement' => '429', + 'prev_word_id' => '1694', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 11031 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15701', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '430', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1024', + ], + 11032 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15702', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '431', + 'prev_word_id' => '1024', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 11033 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15703', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1695', + 'placement' => '432', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 11034 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15704', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '433', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1695', + ], + 11035 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15705', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1696', + 'placement' => '434', + 'prev_word_id' => '1695', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 11036 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15706', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '435', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1696', + ], + 11037 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15707', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1697', + 'placement' => '436', + 'prev_word_id' => '1696', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 11038 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15708', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '437', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1697', + ], + 11039 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15709', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '905', + 'placement' => '438', + 'prev_word_id' => '1697', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '841', + ], + 11040 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15710', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1598', + 'placement' => '439', + 'prev_word_id' => '841', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '905', + ], + 11041 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15711', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1522', + 'placement' => '440', + 'prev_word_id' => '905', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1598', + ], + 11042 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15712', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '441', + 'prev_word_id' => '1598', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1522', + ], + 11043 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15713', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '442', + 'prev_word_id' => '1522', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 11044 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15714', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1646', + 'placement' => '443', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 11045 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15715', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '444', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1646', + ], + 11046 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15716', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '445', + 'prev_word_id' => '1646', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '836', + ], + 11047 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15717', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '446', + 'prev_word_id' => '836', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1685', + ], + 11048 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15718', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '447', + 'prev_word_id' => '1685', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 11049 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15719', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1598', + 'placement' => '448', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '939', + ], + 11050 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15720', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1522', + 'placement' => '449', + 'prev_word_id' => '939', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1598', + ], + 11051 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15721', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '450', + 'prev_word_id' => '1598', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1522', + ], + 11052 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15722', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '451', + 'prev_word_id' => '1522', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '809', + ], + 11053 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15723', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '452', + 'prev_word_id' => '809', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 11054 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15724', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1595', + 'placement' => '453', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1690', + ], + 11055 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15725', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '454', + 'prev_word_id' => '1690', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1595', + ], + 11056 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15726', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '455', + 'prev_word_id' => '1595', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '815', + ], + 11057 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15727', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '456', + 'prev_word_id' => '815', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 11058 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15728', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1698', + 'placement' => '457', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 11059 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15729', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '458', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1698', + ], + 11060 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15730', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1600', + 'placement' => '459', + 'prev_word_id' => '1698', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1384', + ], + 11061 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15731', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '460', + 'prev_word_id' => '1384', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1600', + ], + 11062 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15732', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1597', + 'placement' => '461', + 'prev_word_id' => '1600', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '825', + ], + 11063 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15733', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1497', + 'placement' => '462', + 'prev_word_id' => '825', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1597', + ], + 11064 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15734', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '463', + 'prev_word_id' => '1597', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1497', + ], + 11065 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15735', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '464', + 'prev_word_id' => '1497', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 11066 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15736', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '465', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 11067 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15737', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1699', + 'placement' => '466', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1396', + ], + 11068 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15738', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1700', + 'placement' => '467', + 'prev_word_id' => '1396', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1699', + ], + 11069 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15739', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '468', + 'prev_word_id' => '1699', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1700', + ], + 11070 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15740', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1701', + 'placement' => '469', + 'prev_word_id' => '1700', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 11071 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15741', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '470', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1701', + ], + 11072 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15742', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1600', + 'placement' => '471', + 'prev_word_id' => '1701', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 11073 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15743', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1702', + 'placement' => '472', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1600', + ], + 11074 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15744', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '473', + 'prev_word_id' => '1600', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1702', + ], + 11075 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15745', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '474', + 'prev_word_id' => '1702', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 11076 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15746', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1497', + 'placement' => '475', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 11077 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15747', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1703', + 'placement' => '476', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1497', + ], + 11078 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15748', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '477', + 'prev_word_id' => '1497', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1703', + ], + 11079 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15749', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '478', + 'prev_word_id' => '1703', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1277', + ], + 11080 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15750', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1522', + 'placement' => '479', + 'prev_word_id' => '1277', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 11081 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15751', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '480', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1522', + ], + 11082 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15752', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '895', + 'placement' => '481', + 'prev_word_id' => '1522', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 11083 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15753', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '482', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '895', + ], + 11084 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15754', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '962', + 'placement' => '483', + 'prev_word_id' => '895', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '881', + ], + 11085 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15755', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1704', + 'placement' => '484', + 'prev_word_id' => '881', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '962', + ], + 11086 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15756', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '485', + 'prev_word_id' => '962', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1704', + ], + 11087 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15757', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '486', + 'prev_word_id' => '1704', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 11088 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15758', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '487', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 11089 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15759', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '488', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '821', + ], + 11090 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15760', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '489', + 'prev_word_id' => '821', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '933', + ], + 11091 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15761', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1705', + 'placement' => '490', + 'prev_word_id' => '933', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '945', + ], + 11092 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15762', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '491', + 'prev_word_id' => '945', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1705', + ], + 11093 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15763', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '492', + 'prev_word_id' => '1705', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '810', + ], + 11094 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15764', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '493', + 'prev_word_id' => '810', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '933', + ], + 11095 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15765', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '494', + 'prev_word_id' => '933', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 11096 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15766', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1024', + 'placement' => '495', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1420', + ], + 11097 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15767', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '496', + 'prev_word_id' => '1420', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1024', + ], + 11098 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15768', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '497', + 'prev_word_id' => '1024', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 11099 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15769', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '498', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 11100 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15770', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '499', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 11101 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15771', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '500', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 11102 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15772', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '501', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '930', + ], + 11103 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15773', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '502', + 'prev_word_id' => '930', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '813', + ], + 11104 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15774', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '503', + 'prev_word_id' => '813', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 11105 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15775', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '504', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '821', + ], + 11106 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15776', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '505', + 'prev_word_id' => '821', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 11107 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15777', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '506', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 11108 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15778', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '507', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 11109 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15779', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '508', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 11110 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15780', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '509', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '881', + ], + 11111 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15781', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '510', + 'prev_word_id' => '881', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 11112 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15782', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '511', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 11113 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15783', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1706', + 'placement' => '512', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 11114 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15784', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '513', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1706', + ], + 11115 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15785', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1707', + 'placement' => '514', + 'prev_word_id' => '1706', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 11116 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15786', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '515', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1707', + ], + 11117 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15787', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '516', + 'prev_word_id' => '1707', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1609', + ], + 11118 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15788', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1700', + 'placement' => '517', + 'prev_word_id' => '1609', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '933', + ], + 11119 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15789', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '518', + 'prev_word_id' => '933', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1700', + ], + 11120 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15790', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '519', + 'prev_word_id' => '1700', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '816', + ], + 11121 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15791', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1708', + 'placement' => '520', + 'prev_word_id' => '816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '841', + ], + 11122 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15792', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '521', + 'prev_word_id' => '841', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1708', + ], + 11123 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15793', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '522', + 'prev_word_id' => '1708', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '815', + ], + 11124 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15794', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '933', + 'placement' => '523', + 'prev_word_id' => '815', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '823', + ], + 11125 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15795', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '524', + 'prev_word_id' => '823', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '933', + ], + 11126 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15796', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1505', + 'placement' => '525', + 'prev_word_id' => '933', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '945', + ], + 11127 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15797', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '526', + 'prev_word_id' => '945', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1505', + ], + 11128 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15798', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1709', + 'placement' => '527', + 'prev_word_id' => '1505', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 11129 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15799', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '528', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1709', + ], + 11130 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15800', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1599', + 'placement' => '529', + 'prev_word_id' => '1709', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '841', + ], + 11131 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15801', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '530', + 'prev_word_id' => '841', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1599', + ], + 11132 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15802', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1710', + 'placement' => '531', + 'prev_word_id' => '1599', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1370', + ], + 11133 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15803', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1711', + 'placement' => '532', + 'prev_word_id' => '1370', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1710', + ], + 11134 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15804', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1253', + 'placement' => '533', + 'prev_word_id' => '1710', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1711', + ], + 11135 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15805', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '534', + 'prev_word_id' => '1711', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1253', + ], + 11136 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15806', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '535', + 'prev_word_id' => '1253', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '860', + ], + 11137 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15807', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1712', + 'placement' => '536', + 'prev_word_id' => '860', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 11138 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15808', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '537', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1712', + ], + 11139 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15809', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '538', + 'prev_word_id' => '1712', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '886', + ], + 11140 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15810', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1673', + 'placement' => '539', + 'prev_word_id' => '886', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1443', + ], + 11141 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15811', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '540', + 'prev_word_id' => '1443', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1673', + ], + 11142 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15812', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '541', + 'prev_word_id' => '1673', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 11143 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15813', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '542', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 11144 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15814', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '543', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 11145 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15815', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '906', + 'placement' => '544', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1370', + ], + 11146 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15816', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '545', + 'prev_word_id' => '1370', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '906', + ], + 11147 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15817', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '546', + 'prev_word_id' => '906', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 11148 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15818', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1344', + 'placement' => '547', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '930', + ], + 11149 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15819', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '548', + 'prev_word_id' => '930', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1344', + ], + 11150 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15820', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '846', + 'placement' => '549', + 'prev_word_id' => '1344', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 11151 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15821', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1316', + 'placement' => '550', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '846', + ], + 11152 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15822', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '551', + 'prev_word_id' => '846', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1316', + ], + 11153 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15823', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '552', + 'prev_word_id' => '1316', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1481', + ], + 11154 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15824', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '553', + 'prev_word_id' => '1481', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 11155 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15825', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '554', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '897', + ], + 11156 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15826', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '555', + 'prev_word_id' => '897', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1609', + ], + 11157 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15827', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '556', + 'prev_word_id' => '1609', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '830', + ], + 11158 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15828', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '557', + 'prev_word_id' => '830', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '976', + ], + 11159 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15829', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '558', + 'prev_word_id' => '976', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '974', + ], + 11160 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15830', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '559', + 'prev_word_id' => '974', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 11161 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15831', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '560', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 11162 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15832', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '561', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '807', + ], + 11163 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15833', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '562', + 'prev_word_id' => '807', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '894', + ], + 11164 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15834', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '563', + 'prev_word_id' => '894', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '843', + ], + 11165 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15835', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '564', + 'prev_word_id' => '843', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '881', + ], + 11166 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15836', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1612', + 'placement' => '565', + 'prev_word_id' => '881', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '814', + ], + 11167 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15837', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '566', + 'prev_word_id' => '814', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1612', + ], + 11168 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15838', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1713', + 'placement' => '567', + 'prev_word_id' => '1612', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1481', + ], + 11169 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15839', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '568', + 'prev_word_id' => '1481', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1713', + ], + 11170 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15840', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '569', + 'prev_word_id' => '1713', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '863', + ], + 11171 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15841', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '570', + 'prev_word_id' => '863', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 11172 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15842', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '571', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 11173 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15843', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1698', + 'placement' => '572', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '801', + ], + 11174 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15844', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '573', + 'prev_word_id' => '801', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1698', + ], + 11175 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15845', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '574', + 'prev_word_id' => '1698', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '921', + ], + 11176 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15846', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '575', + 'prev_word_id' => '921', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '815', + ], + 11177 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15847', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1699', + 'placement' => '576', + 'prev_word_id' => '815', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '833', + ], + 11178 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15848', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1547', + 'placement' => '577', + 'prev_word_id' => '833', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1699', + ], + 11179 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15849', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1714', + 'placement' => '578', + 'prev_word_id' => '1699', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1547', + ], + 11180 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15850', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1715', + 'placement' => '579', + 'prev_word_id' => '1547', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1714', + ], + 11181 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15851', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '580', + 'prev_word_id' => '1714', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1715', + ], + 11182 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15852', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '581', + 'prev_word_id' => '1715', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 11183 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15853', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '582', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '897', + ], + 11184 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15854', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '583', + 'prev_word_id' => '897', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '805', + ], + 11185 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15855', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '584', + 'prev_word_id' => '805', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '898', + ], + 11186 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15856', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '585', + 'prev_word_id' => '898', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1133', + ], + 11187 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15857', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1307', + 'placement' => '586', + 'prev_word_id' => '1133', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1481', + ], + 11188 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15858', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '587', + 'prev_word_id' => '1481', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1307', + ], + 11189 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15859', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '588', + 'prev_word_id' => '1307', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '816', + ], + 11190 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15860', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '589', + 'prev_word_id' => '816', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '802', + ], + 11191 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15861', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '590', + 'prev_word_id' => '802', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '803', + ], + 11192 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15862', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '591', + 'prev_word_id' => '803', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1191', + ], + 11193 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '193', + 'frequency' => '0', + 'id' => '15863', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '592', + 'prev_word_id' => '1191', + 'published' => '1311154205', + 'section_id' => '1', + 'word_id' => '1191', + ], + 11194 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '194', + 'frequency' => '0', + 'id' => '15864', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154206', + 'section_id' => '1', + 'word_id' => '2495', + ], + 11195 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '195', + 'frequency' => '0', + 'id' => '15865', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154206', + 'section_id' => '1', + 'word_id' => '2496', + ], + 11196 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '196', + 'frequency' => '0', + 'id' => '15866', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154206', + 'section_id' => '1', + 'word_id' => '2497', + ], + 11197 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '197', + 'frequency' => '0', + 'id' => '15867', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154206', + 'section_id' => '1', + 'word_id' => '2498', + ], + 11198 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '198', + 'frequency' => '0', + 'id' => '15868', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154207', + 'section_id' => '1', + 'word_id' => '2499', + ], + 11199 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '199', + 'frequency' => '0', + 'id' => '15869', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154207', + 'section_id' => '1', + 'word_id' => '2500', + ], + 11200 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '200', + 'frequency' => '0', + 'id' => '15870', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154207', + 'section_id' => '3', + 'word_id' => '2501', + ], + 11201 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '201', + 'frequency' => '0', + 'id' => '15871', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154207', + 'section_id' => '3', + 'word_id' => '2502', + ], + 11202 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15872', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '936', + ], + 11203 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15873', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1717', + 'placement' => '1', + 'prev_word_id' => '936', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11204 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15874', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '2', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1717', + ], + 11205 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15875', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '3', + 'prev_word_id' => '1717', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '802', + ], + 11206 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15876', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '4', + 'prev_word_id' => '802', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '803', + ], + 11207 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15877', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1718', + 'placement' => '5', + 'prev_word_id' => '803', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11208 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15878', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '6', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1718', + ], + 11209 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15879', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '7', + 'prev_word_id' => '1718', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '894', + ], + 11210 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15880', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '817', + 'placement' => '8', + 'prev_word_id' => '894', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '809', + ], + 11211 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15881', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1719', + 'placement' => '9', + 'prev_word_id' => '809', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '817', + ], + 11212 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15882', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1720', + 'placement' => '10', + 'prev_word_id' => '817', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1719', + ], + 11213 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15883', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '11', + 'prev_word_id' => '1719', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1720', + ], + 11214 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15884', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '821', + 'placement' => '12', + 'prev_word_id' => '1720', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '974', + ], + 11215 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15885', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '13', + 'prev_word_id' => '974', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '821', + ], + 11216 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15886', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '14', + 'prev_word_id' => '821', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '802', + ], + 11217 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15887', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '15', + 'prev_word_id' => '802', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '803', + ], + 11218 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15888', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '16', + 'prev_word_id' => '803', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1689', + ], + 11219 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15889', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '17', + 'prev_word_id' => '1689', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1384', + ], + 11220 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15890', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '18', + 'prev_word_id' => '1384', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1370', + ], + 11221 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15891', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '906', + 'placement' => '19', + 'prev_word_id' => '1370', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1437', + ], + 11222 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15892', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '20', + 'prev_word_id' => '1437', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '906', + ], + 11223 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15893', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '21', + 'prev_word_id' => '906', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '836', + ], + 11224 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15894', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '22', + 'prev_word_id' => '836', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1685', + ], + 11225 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15895', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1717', + 'placement' => '23', + 'prev_word_id' => '1685', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11226 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15896', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1721', + 'placement' => '24', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1717', + ], + 11227 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15897', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '25', + 'prev_word_id' => '1717', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1721', + ], + 11228 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15898', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '26', + 'prev_word_id' => '1721', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11229 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15899', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '27', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11230 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15900', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '28', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '930', + ], + 11231 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15901', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '29', + 'prev_word_id' => '930', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '931', + ], + 11232 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15902', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1722', + 'placement' => '30', + 'prev_word_id' => '931', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '822', + ], + 11233 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15903', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '31', + 'prev_word_id' => '822', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1722', + ], + 11234 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15904', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '32', + 'prev_word_id' => '1722', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11235 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15905', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1719', + 'placement' => '33', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '856', + ], + 11236 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15906', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1723', + 'placement' => '34', + 'prev_word_id' => '856', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1719', + ], + 11237 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15907', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1724', + 'placement' => '35', + 'prev_word_id' => '1719', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1723', + ], + 11238 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15908', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '36', + 'prev_word_id' => '1723', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1724', + ], + 11239 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15909', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1725', + 'placement' => '37', + 'prev_word_id' => '1724', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11240 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15910', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1726', + 'placement' => '38', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1725', + ], + 11241 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15911', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '39', + 'prev_word_id' => '1725', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1726', + ], + 11242 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15912', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1727', + 'placement' => '40', + 'prev_word_id' => '1726', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11243 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15913', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '41', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1727', + ], + 11244 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15914', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1728', + 'placement' => '42', + 'prev_word_id' => '1727', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11245 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15915', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '43', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1728', + ], + 11246 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15916', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1729', + 'placement' => '44', + 'prev_word_id' => '1728', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11247 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15917', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '45', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1729', + ], + 11248 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15918', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '46', + 'prev_word_id' => '1729', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '945', + ], + 11249 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15919', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '47', + 'prev_word_id' => '945', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1690', + ], + 11250 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15920', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1730', + 'placement' => '48', + 'prev_word_id' => '1690', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11251 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15921', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '49', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1730', + ], + 11252 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15922', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1713', + 'placement' => '50', + 'prev_word_id' => '1730', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1481', + ], + 11253 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15923', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1731', + 'placement' => '51', + 'prev_word_id' => '1481', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1713', + ], + 11254 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15924', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '52', + 'prev_word_id' => '1713', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1731', + ], + 11255 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15925', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1732', + 'placement' => '53', + 'prev_word_id' => '1731', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11256 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15926', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '54', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1732', + ], + 11257 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15927', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1733', + 'placement' => '55', + 'prev_word_id' => '1732', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11258 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15928', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '56', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1733', + ], + 11259 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15929', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '57', + 'prev_word_id' => '1733', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '931', + ], + 11260 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15930', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '58', + 'prev_word_id' => '931', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '822', + ], + 11261 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15931', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '59', + 'prev_word_id' => '822', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11262 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15932', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '60', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11263 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15933', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '61', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11264 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15934', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '62', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11265 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15935', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '63', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11266 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15936', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '64', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '843', + ], + 11267 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15937', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1660', + 'placement' => '65', + 'prev_word_id' => '843', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '844', + ], + 11268 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15938', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '66', + 'prev_word_id' => '844', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1660', + ], + 11269 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15939', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1734', + 'placement' => '67', + 'prev_word_id' => '1660', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11270 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15940', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '68', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1734', + ], + 11271 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15941', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '918', + 'placement' => '69', + 'prev_word_id' => '1734', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '863', + ], + 11272 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15942', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1735', + 'placement' => '70', + 'prev_word_id' => '863', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '918', + ], + 11273 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15943', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '71', + 'prev_word_id' => '918', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1735', + ], + 11274 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15944', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '72', + 'prev_word_id' => '1735', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11275 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15945', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '73', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '931', + ], + 11276 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15946', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '74', + 'prev_word_id' => '931', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '822', + ], + 11277 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15947', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '75', + 'prev_word_id' => '822', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '805', + ], + 11278 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15948', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '862', + 'placement' => '76', + 'prev_word_id' => '805', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11279 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15949', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1490', + 'placement' => '77', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '862', + ], + 11280 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15950', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1639', + 'placement' => '78', + 'prev_word_id' => '862', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1490', + ], + 11281 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15951', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '79', + 'prev_word_id' => '1490', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1639', + ], + 11282 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15952', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1616', + 'placement' => '80', + 'prev_word_id' => '1639', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '822', + ], + 11283 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15953', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1733', + 'placement' => '81', + 'prev_word_id' => '822', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1616', + ], + 11284 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15954', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1736', + 'placement' => '82', + 'prev_word_id' => '1616', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1733', + ], + 11285 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15955', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '83', + 'prev_word_id' => '1733', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1736', + ], + 11286 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15956', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '84', + 'prev_word_id' => '1736', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '816', + ], + 11287 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15957', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '85', + 'prev_word_id' => '816', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11288 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15958', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '86', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '831', + ], + 11289 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15959', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1665', + 'placement' => '87', + 'prev_word_id' => '831', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11290 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15960', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '88', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1665', + ], + 11291 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15961', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1569', + 'placement' => '89', + 'prev_word_id' => '1665', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1410', + ], + 11292 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15962', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '90', + 'prev_word_id' => '1410', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1569', + ], + 11293 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15963', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '91', + 'prev_word_id' => '1569', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1410', + ], + 11294 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15964', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '92', + 'prev_word_id' => '1410', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11295 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15965', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1300', + 'placement' => '93', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '831', + ], + 11296 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15966', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1737', + 'placement' => '94', + 'prev_word_id' => '831', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1300', + ], + 11297 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15967', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '95', + 'prev_word_id' => '1300', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1737', + ], + 11298 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15968', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '96', + 'prev_word_id' => '1737', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11299 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15969', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '97', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '834', + ], + 11300 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15970', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '861', + 'placement' => '98', + 'prev_word_id' => '834', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '863', + ], + 11301 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15971', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1738', + 'placement' => '99', + 'prev_word_id' => '863', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '861', + ], + 11302 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15972', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '100', + 'prev_word_id' => '861', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1738', + ], + 11303 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15973', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '101', + 'prev_word_id' => '1738', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '894', + ], + 11304 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15974', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1739', + 'placement' => '102', + 'prev_word_id' => '894', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '843', + ], + 11305 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15975', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1740', + 'placement' => '103', + 'prev_word_id' => '843', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1739', + ], + 11306 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15976', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1741', + 'placement' => '104', + 'prev_word_id' => '1739', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1740', + ], + 11307 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15977', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '923', + 'placement' => '105', + 'prev_word_id' => '1740', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1741', + ], + 11308 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15978', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '106', + 'prev_word_id' => '1741', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '923', + ], + 11309 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15979', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '107', + 'prev_word_id' => '923', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11310 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15980', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '108', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11311 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15981', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '109', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '863', + ], + 11312 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15982', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '931', + 'placement' => '110', + 'prev_word_id' => '863', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11313 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15983', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '111', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '931', + ], + 11314 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15984', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1722', + 'placement' => '112', + 'prev_word_id' => '931', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '822', + ], + 11315 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15985', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1742', + 'placement' => '113', + 'prev_word_id' => '822', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1722', + ], + 11316 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15986', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '114', + 'prev_word_id' => '1722', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1742', + ], + 11317 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15987', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '115', + 'prev_word_id' => '1742', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '831', + ], + 11318 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15988', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '116', + 'prev_word_id' => '831', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11319 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15989', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1719', + 'placement' => '117', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '856', + ], + 11320 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15990', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '118', + 'prev_word_id' => '856', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1719', + ], + 11321 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15991', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '119', + 'prev_word_id' => '1719', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11322 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15992', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '120', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '802', + ], + 11323 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15993', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '121', + 'prev_word_id' => '802', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '803', + ], + 11324 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15994', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '122', + 'prev_word_id' => '803', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '856', + ], + 11325 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15995', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '123', + 'prev_word_id' => '856', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '832', + ], + 11326 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15996', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '124', + 'prev_word_id' => '832', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '805', + ], + 11327 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15997', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1743', + 'placement' => '125', + 'prev_word_id' => '805', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1690', + ], + 11328 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15998', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '126', + 'prev_word_id' => '1690', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1743', + ], + 11329 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '15999', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '853', + 'placement' => '127', + 'prev_word_id' => '1743', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11330 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16000', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '854', + 'placement' => '128', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '853', + ], + 11331 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16001', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '129', + 'prev_word_id' => '853', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '854', + ], + 11332 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16002', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1744', + 'placement' => '130', + 'prev_word_id' => '854', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '804', + ], + 11333 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16003', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '131', + 'prev_word_id' => '804', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1744', + ], + 11334 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16004', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '132', + 'prev_word_id' => '1744', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1437', + ], + 11335 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16005', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '133', + 'prev_word_id' => '1437', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '894', + ], + 11336 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16006', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1745', + 'placement' => '134', + 'prev_word_id' => '894', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '843', + ], + 11337 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16007', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '135', + 'prev_word_id' => '843', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1745', + ], + 11338 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16008', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '136', + 'prev_word_id' => '1745', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11339 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16009', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '137', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '954', + ], + 11340 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16010', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '138', + 'prev_word_id' => '954', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '823', + ], + 11341 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16011', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '952', + 'placement' => '139', + 'prev_word_id' => '823', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11342 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16012', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '140', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '952', + ], + 11343 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16013', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '141', + 'prev_word_id' => '952', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11344 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16014', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '142', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '930', + ], + 11345 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16015', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '143', + 'prev_word_id' => '930', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '856', + ], + 11346 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16016', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '144', + 'prev_word_id' => '856', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11347 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16017', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1746', + 'placement' => '145', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11348 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16018', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '146', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1746', + ], + 11349 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16019', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1618', + 'placement' => '147', + 'prev_word_id' => '1746', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11350 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16020', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1651', + 'placement' => '148', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1618', + ], + 11351 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16021', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '149', + 'prev_word_id' => '1618', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1651', + ], + 11352 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16022', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1747', + 'placement' => '150', + 'prev_word_id' => '1651', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11353 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16023', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '151', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1747', + ], + 11354 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16024', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '152', + 'prev_word_id' => '1747', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11355 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16025', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '904', + 'placement' => '153', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '823', + ], + 11356 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16026', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '154', + 'prev_word_id' => '823', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '904', + ], + 11357 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16027', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '155', + 'prev_word_id' => '904', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11358 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16028', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1748', + 'placement' => '156', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '901', + ], + 11359 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16029', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '157', + 'prev_word_id' => '901', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1748', + ], + 11360 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16030', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '158', + 'prev_word_id' => '1748', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11361 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16031', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '159', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11362 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16032', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '160', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11363 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16033', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '161', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '816', + ], + 11364 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16034', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '162', + 'prev_word_id' => '816', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1749', + ], + 11365 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16035', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1750', + 'placement' => '163', + 'prev_word_id' => '1749', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '894', + ], + 11366 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16036', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '164', + 'prev_word_id' => '894', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1750', + ], + 11367 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16037', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1751', + 'placement' => '165', + 'prev_word_id' => '1750', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11368 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16038', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1752', + 'placement' => '166', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1751', + ], + 11369 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16039', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '167', + 'prev_word_id' => '1751', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1752', + ], + 11370 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16040', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '168', + 'prev_word_id' => '1752', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11371 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16041', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '169', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11372 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16042', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '170', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11373 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16043', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '171', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11374 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16044', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '172', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1258', + ], + 11375 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16045', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1753', + 'placement' => '173', + 'prev_word_id' => '1258', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '823', + ], + 11376 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16046', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1385', + 'placement' => '174', + 'prev_word_id' => '823', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1753', + ], + 11377 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16047', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1723', + 'placement' => '175', + 'prev_word_id' => '1753', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1385', + ], + 11378 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16048', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '176', + 'prev_word_id' => '1385', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1723', + ], + 11379 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16049', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '177', + 'prev_word_id' => '1723', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '802', + ], + 11380 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16050', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1530', + 'placement' => '178', + 'prev_word_id' => '802', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '803', + ], + 11381 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16051', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '179', + 'prev_word_id' => '803', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1530', + ], + 11382 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16052', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '180', + 'prev_word_id' => '1530', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '809', + ], + 11383 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16053', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1612', + 'placement' => '181', + 'prev_word_id' => '809', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '898', + ], + 11384 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16054', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '182', + 'prev_word_id' => '898', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1612', + ], + 11385 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16055', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1754', + 'placement' => '183', + 'prev_word_id' => '1612', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '941', + ], + 11386 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16056', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '184', + 'prev_word_id' => '941', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1754', + ], + 11387 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16057', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '185', + 'prev_word_id' => '1754', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '898', + ], + 11388 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16058', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '186', + 'prev_word_id' => '898', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1749', + ], + 11389 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16059', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '187', + 'prev_word_id' => '1749', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11390 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16060', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '188', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '804', + ], + 11391 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16061', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '189', + 'prev_word_id' => '804', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '805', + ], + 11392 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16062', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1673', + 'placement' => '190', + 'prev_word_id' => '805', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11393 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16063', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '191', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1673', + ], + 11394 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16064', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1755', + 'placement' => '192', + 'prev_word_id' => '1673', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '863', + ], + 11395 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16065', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '193', + 'prev_word_id' => '863', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1755', + ], + 11396 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16066', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '194', + 'prev_word_id' => '1755', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '832', + ], + 11397 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16067', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1756', + 'placement' => '195', + 'prev_word_id' => '832', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1417', + ], + 11398 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16068', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '196', + 'prev_word_id' => '1417', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1756', + ], + 11399 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16069', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1757', + 'placement' => '197', + 'prev_word_id' => '1756', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '898', + ], + 11400 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16070', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1758', + 'placement' => '198', + 'prev_word_id' => '898', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1757', + ], + 11401 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16071', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '199', + 'prev_word_id' => '1757', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1758', + ], + 11402 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16072', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1759', + 'placement' => '200', + 'prev_word_id' => '1758', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11403 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16073', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '201', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1759', + ], + 11404 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16074', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '202', + 'prev_word_id' => '1759', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11405 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16075', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1760', + 'placement' => '203', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '844', + ], + 11406 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16076', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1275', + 'placement' => '204', + 'prev_word_id' => '844', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1760', + ], + 11407 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16077', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '205', + 'prev_word_id' => '1760', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1275', + ], + 11408 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16078', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '206', + 'prev_word_id' => '1275', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11409 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16079', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '207', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11410 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16080', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '208', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '932', + ], + 11411 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16081', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1761', + 'placement' => '209', + 'prev_word_id' => '932', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1689', + ], + 11412 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16082', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '210', + 'prev_word_id' => '1689', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1761', + ], + 11413 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16083', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1683', + 'placement' => '211', + 'prev_word_id' => '1761', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '898', + ], + 11414 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16084', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1762', + 'placement' => '212', + 'prev_word_id' => '898', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1683', + ], + 11415 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16085', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '213', + 'prev_word_id' => '1683', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1762', + ], + 11416 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16086', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '214', + 'prev_word_id' => '1762', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1437', + ], + 11417 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16087', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '215', + 'prev_word_id' => '1437', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '974', + ], + 11418 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16088', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '216', + 'prev_word_id' => '974', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11419 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16089', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '217', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1689', + ], + 11420 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16090', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1763', + 'placement' => '218', + 'prev_word_id' => '1689', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11421 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16091', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '219', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1763', + ], + 11422 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16092', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '220', + 'prev_word_id' => '1763', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1437', + ], + 11423 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16093', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '221', + 'prev_word_id' => '1437', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1443', + ], + 11424 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16094', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '222', + 'prev_word_id' => '1443', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11425 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16095', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '223', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1689', + ], + 11426 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16096', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1764', + 'placement' => '224', + 'prev_word_id' => '1689', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11427 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16097', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '225', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1764', + ], + 11428 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16098', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '226', + 'prev_word_id' => '1764', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1277', + ], + 11429 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16099', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '227', + 'prev_word_id' => '1277', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '898', + ], + 11430 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16100', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '228', + 'prev_word_id' => '898', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '932', + ], + 11431 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16101', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1765', + 'placement' => '229', + 'prev_word_id' => '932', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '863', + ], + 11432 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16102', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1766', + 'placement' => '230', + 'prev_word_id' => '863', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1765', + ], + 11433 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16103', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1586', + 'placement' => '231', + 'prev_word_id' => '1765', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1766', + ], + 11434 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16104', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1761', + 'placement' => '232', + 'prev_word_id' => '1766', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1586', + ], + 11435 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16105', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '233', + 'prev_word_id' => '1586', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1761', + ], + 11436 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16106', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '234', + 'prev_word_id' => '1761', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '836', + ], + 11437 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16107', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '235', + 'prev_word_id' => '836', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '843', + ], + 11438 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16108', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1549', + 'placement' => '236', + 'prev_word_id' => '843', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '844', + ], + 11439 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16109', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '237', + 'prev_word_id' => '844', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1549', + ], + 11440 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16110', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1767', + 'placement' => '238', + 'prev_word_id' => '1549', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1410', + ], + 11441 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16111', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1766', + 'placement' => '239', + 'prev_word_id' => '1410', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1767', + ], + 11442 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16112', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1586', + 'placement' => '240', + 'prev_word_id' => '1767', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1766', + ], + 11443 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16113', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1768', + 'placement' => '241', + 'prev_word_id' => '1766', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1586', + ], + 11444 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16114', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '242', + 'prev_word_id' => '1586', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1768', + ], + 11445 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16115', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '243', + 'prev_word_id' => '1768', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11446 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16116', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1761', + 'placement' => '244', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '844', + ], + 11447 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16117', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '245', + 'prev_word_id' => '844', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1761', + ], + 11448 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16118', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '246', + 'prev_word_id' => '1761', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '976', + ], + 11449 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16119', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '861', + 'placement' => '247', + 'prev_word_id' => '976', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11450 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16120', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1769', + 'placement' => '248', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '861', + ], + 11451 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16121', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '249', + 'prev_word_id' => '861', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1769', + ], + 11452 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16122', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '250', + 'prev_word_id' => '1769', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '893', + ], + 11453 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16123', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1770', + 'placement' => '251', + 'prev_word_id' => '893', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11454 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16124', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1056', + 'placement' => '252', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1770', + ], + 11455 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16125', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '253', + 'prev_word_id' => '1770', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1056', + ], + 11456 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16126', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1771', + 'placement' => '254', + 'prev_word_id' => '1056', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '805', + ], + 11457 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16127', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '255', + 'prev_word_id' => '805', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1771', + ], + 11458 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16128', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '256', + 'prev_word_id' => '1771', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1008', + ], + 11459 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16129', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '257', + 'prev_word_id' => '1008', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11460 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16130', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '258', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '932', + ], + 11461 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16131', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '259', + 'prev_word_id' => '932', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '836', + ], + 11462 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16132', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '260', + 'prev_word_id' => '836', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '843', + ], + 11463 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16133', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1549', + 'placement' => '261', + 'prev_word_id' => '843', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '844', + ], + 11464 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16134', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '262', + 'prev_word_id' => '844', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1549', + ], + 11465 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16135', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1772', + 'placement' => '263', + 'prev_word_id' => '1549', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1410', + ], + 11466 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16136', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '264', + 'prev_word_id' => '1410', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1772', + ], + 11467 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16137', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '265', + 'prev_word_id' => '1772', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '948', + ], + 11468 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16138', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '266', + 'prev_word_id' => '948', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '949', + ], + 11469 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16139', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '267', + 'prev_word_id' => '949', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1420', + ], + 11470 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16140', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '268', + 'prev_word_id' => '1420', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1749', + ], + 11471 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16141', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '269', + 'prev_word_id' => '1749', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '805', + ], + 11472 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16142', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1773', + 'placement' => '270', + 'prev_word_id' => '805', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11473 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16143', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1774', + 'placement' => '271', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1773', + ], + 11474 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16144', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1713', + 'placement' => '272', + 'prev_word_id' => '1773', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1774', + ], + 11475 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16145', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '273', + 'prev_word_id' => '1774', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1713', + ], + 11476 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16146', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '274', + 'prev_word_id' => '1713', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1417', + ], + 11477 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16147', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '275', + 'prev_word_id' => '1417', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '843', + ], + 11478 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16148', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '845', + 'placement' => '276', + 'prev_word_id' => '843', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '844', + ], + 11479 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16149', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '277', + 'prev_word_id' => '844', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '845', + ], + 11480 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16150', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1717', + 'placement' => '278', + 'prev_word_id' => '845', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11481 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16151', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1775', + 'placement' => '279', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1717', + ], + 11482 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16152', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '280', + 'prev_word_id' => '1717', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1775', + ], + 11483 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16153', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '281', + 'prev_word_id' => '1775', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '976', + ], + 11484 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16154', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '961', + 'placement' => '282', + 'prev_word_id' => '976', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11485 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16155', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '283', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '961', + ], + 11486 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16156', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1776', + 'placement' => '284', + 'prev_word_id' => '961', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11487 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16157', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '285', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1776', + ], + 11488 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16158', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '286', + 'prev_word_id' => '1776', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '856', + ], + 11489 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16159', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1777', + 'placement' => '287', + 'prev_word_id' => '856', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '816', + ], + 11490 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16160', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1778', + 'placement' => '288', + 'prev_word_id' => '816', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1777', + ], + 11491 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16161', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '289', + 'prev_word_id' => '1777', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1778', + ], + 11492 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16162', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '890', + 'placement' => '290', + 'prev_word_id' => '1778', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11493 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16163', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1779', + 'placement' => '291', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '890', + ], + 11494 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16164', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1517', + 'placement' => '292', + 'prev_word_id' => '890', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1779', + ], + 11495 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16165', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '293', + 'prev_word_id' => '1779', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1517', + ], + 11496 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16166', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1780', + 'placement' => '294', + 'prev_word_id' => '1517', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11497 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16167', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '950', + 'placement' => '295', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1780', + ], + 11498 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16168', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '296', + 'prev_word_id' => '1780', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '950', + ], + 11499 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16169', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1404', + 'placement' => '297', + 'prev_word_id' => '950', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11500 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16170', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '298', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1404', + ], + 11501 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16171', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1724', + 'placement' => '299', + 'prev_word_id' => '1404', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '976', + ], + 11502 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16172', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '300', + 'prev_word_id' => '976', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1724', + ], + 11503 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16173', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1725', + 'placement' => '301', + 'prev_word_id' => '1724', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11504 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16174', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1726', + 'placement' => '302', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1725', + ], + 11505 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16175', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1276', + 'placement' => '303', + 'prev_word_id' => '1725', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1726', + ], + 11506 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16176', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '304', + 'prev_word_id' => '1726', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1276', + ], + 11507 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16177', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '305', + 'prev_word_id' => '1276', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '856', + ], + 11508 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16178', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1781', + 'placement' => '306', + 'prev_word_id' => '856', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11509 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16179', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1562', + 'placement' => '307', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1781', + ], + 11510 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16180', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '308', + 'prev_word_id' => '1781', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1562', + ], + 11511 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16181', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '309', + 'prev_word_id' => '1562', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11512 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16182', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1606', + 'placement' => '310', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11513 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16183', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1782', + 'placement' => '311', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1606', + ], + 11514 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16184', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '312', + 'prev_word_id' => '1606', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1782', + ], + 11515 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16185', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '959', + 'placement' => '313', + 'prev_word_id' => '1782', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '823', + ], + 11516 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16186', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '314', + 'prev_word_id' => '823', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '959', + ], + 11517 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16187', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1765', + 'placement' => '315', + 'prev_word_id' => '959', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '863', + ], + 11518 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16188', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '316', + 'prev_word_id' => '863', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1765', + ], + 11519 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16189', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1503', + 'placement' => '317', + 'prev_word_id' => '1765', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11520 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16190', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '318', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1503', + ], + 11521 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16191', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1783', + 'placement' => '319', + 'prev_word_id' => '1503', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '816', + ], + 11522 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16192', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '320', + 'prev_word_id' => '816', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1783', + ], + 11523 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16193', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1784', + 'placement' => '321', + 'prev_word_id' => '1783', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '823', + ], + 11524 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16194', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '322', + 'prev_word_id' => '823', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1784', + ], + 11525 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16195', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '323', + 'prev_word_id' => '1784', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '863', + ], + 11526 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16196', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '324', + 'prev_word_id' => '863', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11527 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16197', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '325', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11528 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16198', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '326', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '802', + ], + 11529 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16199', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1702', + 'placement' => '327', + 'prev_word_id' => '802', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '803', + ], + 11530 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16200', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1785', + 'placement' => '328', + 'prev_word_id' => '803', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1702', + ], + 11531 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16201', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1786', + 'placement' => '329', + 'prev_word_id' => '1702', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1785', + ], + 11532 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16202', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '330', + 'prev_word_id' => '1785', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1786', + ], + 11533 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16203', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '331', + 'prev_word_id' => '1786', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11534 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16204', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '332', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1417', + ], + 11535 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16205', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1787', + 'placement' => '333', + 'prev_word_id' => '1417', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11536 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16206', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1788', + 'placement' => '334', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1787', + ], + 11537 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16207', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1789', + 'placement' => '335', + 'prev_word_id' => '1787', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1788', + ], + 11538 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16208', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '336', + 'prev_word_id' => '1788', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1789', + ], + 11539 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16209', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '337', + 'prev_word_id' => '1789', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1008', + ], + 11540 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16210', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '930', + 'placement' => '338', + 'prev_word_id' => '1008', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1417', + ], + 11541 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16211', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '339', + 'prev_word_id' => '1417', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '930', + ], + 11542 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16212', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1790', + 'placement' => '340', + 'prev_word_id' => '930', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '825', + ], + 11543 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16213', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1688', + 'placement' => '341', + 'prev_word_id' => '825', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1790', + ], + 11544 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16214', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '342', + 'prev_word_id' => '1790', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1688', + ], + 11545 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16215', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1791', + 'placement' => '343', + 'prev_word_id' => '1688', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11546 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16216', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '344', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1791', + ], + 11547 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16217', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1073', + 'placement' => '345', + 'prev_word_id' => '1791', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11548 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16218', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '346', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1073', + ], + 11549 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16219', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1792', + 'placement' => '347', + 'prev_word_id' => '1073', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11550 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16220', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '348', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1792', + ], + 11551 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16221', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '349', + 'prev_word_id' => '1792', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11552 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16222', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '350', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11553 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16223', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1793', + 'placement' => '351', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11554 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16224', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1056', + 'placement' => '352', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1793', + ], + 11555 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16225', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '353', + 'prev_word_id' => '1793', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1056', + ], + 11556 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16226', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1727', + 'placement' => '354', + 'prev_word_id' => '1056', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11557 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16227', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '355', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1727', + ], + 11558 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16228', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1728', + 'placement' => '356', + 'prev_word_id' => '1727', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11559 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16229', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '357', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1728', + ], + 11560 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16230', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '358', + 'prev_word_id' => '1728', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '945', + ], + 11561 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16231', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '359', + 'prev_word_id' => '945', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11562 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16232', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1504', + 'placement' => '360', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '805', + ], + 11563 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16233', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1794', + 'placement' => '361', + 'prev_word_id' => '805', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1504', + ], + 11564 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16234', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1447', + 'placement' => '362', + 'prev_word_id' => '1504', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1794', + ], + 11565 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16235', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '923', + 'placement' => '363', + 'prev_word_id' => '1794', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1447', + ], + 11566 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16236', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '364', + 'prev_word_id' => '1447', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '923', + ], + 11567 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16237', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '365', + 'prev_word_id' => '923', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '945', + ], + 11568 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16238', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1664', + 'placement' => '366', + 'prev_word_id' => '945', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1337', + ], + 11569 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16239', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '367', + 'prev_word_id' => '1337', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1664', + ], + 11570 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16240', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '368', + 'prev_word_id' => '1664', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '976', + ], + 11571 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16241', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1795', + 'placement' => '369', + 'prev_word_id' => '976', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '974', + ], + 11572 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16242', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '370', + 'prev_word_id' => '974', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1795', + ], + 11573 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16243', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1796', + 'placement' => '371', + 'prev_word_id' => '1795', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '894', + ], + 11574 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16244', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1797', + 'placement' => '372', + 'prev_word_id' => '894', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1796', + ], + 11575 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16245', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '373', + 'prev_word_id' => '1796', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1797', + ], + 11576 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16246', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '374', + 'prev_word_id' => '1797', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '901', + ], + 11577 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16247', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1798', + 'placement' => '375', + 'prev_word_id' => '901', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11578 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16248', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '376', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1798', + ], + 11579 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16249', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1799', + 'placement' => '377', + 'prev_word_id' => '1798', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '816', + ], + 11580 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16250', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1800', + 'placement' => '378', + 'prev_word_id' => '816', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1799', + ], + 11581 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16251', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '379', + 'prev_word_id' => '1799', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1800', + ], + 11582 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16252', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '924', + 'placement' => '380', + 'prev_word_id' => '1800', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '901', + ], + 11583 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16253', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '381', + 'prev_word_id' => '901', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '924', + ], + 11584 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16254', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '382', + 'prev_word_id' => '924', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '816', + ], + 11585 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16255', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1801', + 'placement' => '383', + 'prev_word_id' => '816', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '974', + ], + 11586 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16256', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '384', + 'prev_word_id' => '974', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1801', + ], + 11587 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16257', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '385', + 'prev_word_id' => '1801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11588 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16258', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '386', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '921', + ], + 11589 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16259', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '387', + 'prev_word_id' => '921', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '802', + ], + 11590 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16260', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1689', + 'placement' => '388', + 'prev_word_id' => '802', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '803', + ], + 11591 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16261', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '389', + 'prev_word_id' => '803', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1689', + ], + 11592 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16262', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1802', + 'placement' => '390', + 'prev_word_id' => '1689', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11593 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16263', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '391', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1802', + ], + 11594 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16264', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1713', + 'placement' => '392', + 'prev_word_id' => '1802', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11595 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16265', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '393', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1713', + ], + 11596 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16266', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1606', + 'placement' => '394', + 'prev_word_id' => '1713', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1437', + ], + 11597 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16267', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1803', + 'placement' => '395', + 'prev_word_id' => '1437', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1606', + ], + 11598 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16268', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '396', + 'prev_word_id' => '1606', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1803', + ], + 11599 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16269', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '397', + 'prev_word_id' => '1803', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11600 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16270', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1560', + 'placement' => '398', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '939', + ], + 11601 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16271', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '399', + 'prev_word_id' => '939', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1560', + ], + 11602 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16272', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1804', + 'placement' => '400', + 'prev_word_id' => '1560', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11603 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16273', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1601', + 'placement' => '401', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1804', + ], + 11604 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16274', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '402', + 'prev_word_id' => '1804', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1601', + ], + 11605 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16275', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1805', + 'placement' => '403', + 'prev_word_id' => '1601', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1277', + ], + 11606 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16276', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '404', + 'prev_word_id' => '1277', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1805', + ], + 11607 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16277', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1806', + 'placement' => '405', + 'prev_word_id' => '1805', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '954', + ], + 11608 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16278', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '406', + 'prev_word_id' => '954', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1806', + ], + 11609 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16279', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1729', + 'placement' => '407', + 'prev_word_id' => '1806', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11610 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16280', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '408', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1729', + ], + 11611 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16281', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1602', + 'placement' => '409', + 'prev_word_id' => '1729', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '945', + ], + 11612 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16282', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '410', + 'prev_word_id' => '945', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1602', + ], + 11613 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16283', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1729', + 'placement' => '411', + 'prev_word_id' => '1602', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11614 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16284', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '412', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1729', + ], + 11615 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16285', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1429', + 'placement' => '413', + 'prev_word_id' => '1729', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '945', + ], + 11616 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16286', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '414', + 'prev_word_id' => '945', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1429', + ], + 11617 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16287', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '415', + 'prev_word_id' => '1429', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '894', + ], + 11618 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16288', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '895', + 'placement' => '416', + 'prev_word_id' => '894', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '843', + ], + 11619 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16289', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '417', + 'prev_word_id' => '843', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '895', + ], + 11620 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16290', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '418', + 'prev_word_id' => '895', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '881', + ], + 11621 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16291', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1807', + 'placement' => '419', + 'prev_word_id' => '881', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11622 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16292', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '420', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1807', + ], + 11623 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16293', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '421', + 'prev_word_id' => '1807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11624 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16294', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1808', + 'placement' => '422', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11625 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16295', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1809', + 'placement' => '423', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1808', + ], + 11626 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16296', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1810', + 'placement' => '424', + 'prev_word_id' => '1808', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1809', + ], + 11627 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16297', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1811', + 'placement' => '425', + 'prev_word_id' => '1809', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1810', + ], + 11628 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16298', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '426', + 'prev_word_id' => '1810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1811', + ], + 11629 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16299', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '427', + 'prev_word_id' => '1811', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11630 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16300', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '428', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11631 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16301', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '429', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1437', + ], + 11632 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16302', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1122', + 'placement' => '430', + 'prev_word_id' => '1437', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '886', + ], + 11633 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16303', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '431', + 'prev_word_id' => '886', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1122', + ], + 11634 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16304', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1648', + 'placement' => '432', + 'prev_word_id' => '1122', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11635 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16305', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '893', + 'placement' => '433', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1648', + ], + 11636 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16306', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '434', + 'prev_word_id' => '1648', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '893', + ], + 11637 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16307', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1604', + 'placement' => '435', + 'prev_word_id' => '893', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11638 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16308', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '436', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1604', + ], + 11639 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16309', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1596', + 'placement' => '437', + 'prev_word_id' => '1604', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '825', + ], + 11640 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16310', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1812', + 'placement' => '438', + 'prev_word_id' => '825', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1596', + ], + 11641 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16311', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '439', + 'prev_word_id' => '1596', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1812', + ], + 11642 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16312', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1447', + 'placement' => '440', + 'prev_word_id' => '1812', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '894', + ], + 11643 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16313', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '441', + 'prev_word_id' => '894', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1447', + ], + 11644 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16314', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '442', + 'prev_word_id' => '1447', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1319', + ], + 11645 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16315', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1629', + 'placement' => '443', + 'prev_word_id' => '1319', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11646 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16316', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '444', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1629', + ], + 11647 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16317', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1683', + 'placement' => '445', + 'prev_word_id' => '1629', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11648 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16318', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1597', + 'placement' => '446', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1683', + ], + 11649 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16319', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1813', + 'placement' => '447', + 'prev_word_id' => '1683', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1597', + ], + 11650 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16320', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '448', + 'prev_word_id' => '1597', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1813', + ], + 11651 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16321', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1787', + 'placement' => '449', + 'prev_word_id' => '1813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11652 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16322', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '450', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1787', + ], + 11653 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16323', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '451', + 'prev_word_id' => '1787', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1396', + ], + 11654 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16324', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1814', + 'placement' => '452', + 'prev_word_id' => '1396', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '844', + ], + 11655 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16325', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '453', + 'prev_word_id' => '844', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1814', + ], + 11656 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16326', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '454', + 'prev_word_id' => '1814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '825', + ], + 11657 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16327', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1812', + 'placement' => '455', + 'prev_word_id' => '825', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1443', + ], + 11658 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16328', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '456', + 'prev_word_id' => '1443', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1812', + ], + 11659 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16329', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '457', + 'prev_word_id' => '1812', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1690', + ], + 11660 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16330', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1730', + 'placement' => '458', + 'prev_word_id' => '1690', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11661 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16331', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '459', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1730', + ], + 11662 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16332', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '826', + 'placement' => '460', + 'prev_word_id' => '1730', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1290', + ], + 11663 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16333', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '461', + 'prev_word_id' => '1290', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '826', + ], + 11664 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16334', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '462', + 'prev_word_id' => '826', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11665 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16335', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '463', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '802', + ], + 11666 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16336', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '464', + 'prev_word_id' => '802', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '803', + ], + 11667 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16337', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1815', + 'placement' => '465', + 'prev_word_id' => '803', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '843', + ], + 11668 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16338', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '466', + 'prev_word_id' => '843', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1815', + ], + 11669 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16339', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '467', + 'prev_word_id' => '1815', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1384', + ], + 11670 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16340', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1715', + 'placement' => '468', + 'prev_word_id' => '1384', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1816', + ], + 11671 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16341', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '469', + 'prev_word_id' => '1816', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1715', + ], + 11672 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16342', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '470', + 'prev_word_id' => '1715', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '809', + ], + 11673 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16343', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1817', + 'placement' => '471', + 'prev_word_id' => '809', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11674 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16344', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '472', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1817', + ], + 11675 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16345', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '895', + 'placement' => '473', + 'prev_word_id' => '1817', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11676 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16346', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '474', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '895', + ], + 11677 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16347', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '475', + 'prev_word_id' => '895', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '881', + ], + 11678 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16348', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '476', + 'prev_word_id' => '881', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11679 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16349', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '477', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '815', + ], + 11680 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16350', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '478', + 'prev_word_id' => '815', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11681 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16351', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1651', + 'placement' => '479', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '968', + ], + 11682 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16352', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '480', + 'prev_word_id' => '968', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1651', + ], + 11683 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16353', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '481', + 'prev_word_id' => '1651', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11684 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16354', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1818', + 'placement' => '482', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1816', + ], + 11685 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16355', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '483', + 'prev_word_id' => '1816', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1818', + ], + 11686 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16356', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '484', + 'prev_word_id' => '1818', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '894', + ], + 11687 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16357', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '485', + 'prev_word_id' => '894', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '843', + ], + 11688 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16358', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '486', + 'prev_word_id' => '843', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1319', + ], + 11689 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16359', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1819', + 'placement' => '487', + 'prev_word_id' => '1319', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '810', + ], + 11690 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16360', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1820', + 'placement' => '488', + 'prev_word_id' => '810', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1819', + ], + 11691 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16361', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '489', + 'prev_word_id' => '1819', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1820', + ], + 11692 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16362', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '490', + 'prev_word_id' => '1820', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11693 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16363', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '491', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1443', + ], + 11694 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16364', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1818', + 'placement' => '492', + 'prev_word_id' => '1443', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '974', + ], + 11695 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16365', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '493', + 'prev_word_id' => '974', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1818', + ], + 11696 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16366', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '494', + 'prev_word_id' => '1818', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11697 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16367', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1631', + 'placement' => '495', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '843', + ], + 11698 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16368', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1821', + 'placement' => '496', + 'prev_word_id' => '843', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1631', + ], + 11699 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16369', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '497', + 'prev_word_id' => '1631', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1821', + ], + 11700 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16370', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1730', + 'placement' => '498', + 'prev_word_id' => '1821', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '804', + ], + 11701 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16371', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1822', + 'placement' => '499', + 'prev_word_id' => '804', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1730', + ], + 11702 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16372', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '500', + 'prev_word_id' => '1730', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1822', + ], + 11703 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16373', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '501', + 'prev_word_id' => '1822', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '814', + ], + 11704 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16374', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1823', + 'placement' => '502', + 'prev_word_id' => '814', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '807', + ], + 11705 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16375', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '503', + 'prev_word_id' => '807', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1823', + ], + 11706 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16376', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1247', + 'placement' => '504', + 'prev_word_id' => '1823', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '831', + ], + 11707 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16377', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '505', + 'prev_word_id' => '831', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1247', + ], + 11708 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16378', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '506', + 'prev_word_id' => '1247', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '863', + ], + 11709 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16379', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '507', + 'prev_word_id' => '863', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '802', + ], + 11710 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16380', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1779', + 'placement' => '508', + 'prev_word_id' => '802', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '803', + ], + 11711 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16381', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1824', + 'placement' => '509', + 'prev_word_id' => '803', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1779', + ], + 11712 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16382', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '914', + 'placement' => '510', + 'prev_word_id' => '1779', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1824', + ], + 11713 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16383', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1686', + 'placement' => '511', + 'prev_word_id' => '1824', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '914', + ], + 11714 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16384', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '512', + 'prev_word_id' => '914', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1686', + ], + 11715 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16385', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '513', + 'prev_word_id' => '1686', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '831', + ], + 11716 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16386', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '514', + 'prev_word_id' => '831', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11717 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16387', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1713', + 'placement' => '515', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1481', + ], + 11718 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16388', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1731', + 'placement' => '516', + 'prev_word_id' => '1481', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1713', + ], + 11719 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16389', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '517', + 'prev_word_id' => '1713', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1731', + ], + 11720 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16390', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '518', + 'prev_word_id' => '1731', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '802', + ], + 11721 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16391', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1646', + 'placement' => '519', + 'prev_word_id' => '802', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '803', + ], + 11722 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16392', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '520', + 'prev_word_id' => '803', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1646', + ], + 11723 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16393', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '521', + 'prev_word_id' => '1646', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '836', + ], + 11724 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16394', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '522', + 'prev_word_id' => '836', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1685', + ], + 11725 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16395', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '523', + 'prev_word_id' => '1685', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '816', + ], + 11726 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16396', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '524', + 'prev_word_id' => '816', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '894', + ], + 11727 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16397', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '525', + 'prev_word_id' => '894', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '801', + ], + 11728 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16398', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '526', + 'prev_word_id' => '801', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '939', + ], + 11729 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16399', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '527', + 'prev_word_id' => '939', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '830', + ], + 11730 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16400', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '528', + 'prev_word_id' => '830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1437', + ], + 11731 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16401', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '529', + 'prev_word_id' => '1437', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1396', + ], + 11732 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16402', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1825', + 'placement' => '530', + 'prev_word_id' => '1396', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '844', + ], + 11733 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16403', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1826', + 'placement' => '531', + 'prev_word_id' => '844', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1825', + ], + 11734 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16404', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '532', + 'prev_word_id' => '1825', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1826', + ], + 11735 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16405', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '533', + 'prev_word_id' => '1826', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1008', + ], + 11736 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16406', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1827', + 'placement' => '534', + 'prev_word_id' => '1008', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1481', + ], + 11737 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16407', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1828', + 'placement' => '535', + 'prev_word_id' => '1481', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1827', + ], + 11738 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16408', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1829', + 'placement' => '536', + 'prev_word_id' => '1827', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1828', + ], + 11739 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16409', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1679', + 'placement' => '537', + 'prev_word_id' => '1828', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1829', + ], + 11740 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16410', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '538', + 'prev_word_id' => '1829', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1679', + ], + 11741 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16411', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1685', + 'placement' => '539', + 'prev_word_id' => '1679', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '833', + ], + 11742 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16412', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '540', + 'prev_word_id' => '833', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1685', + ], + 11743 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16413', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '541', + 'prev_word_id' => '1685', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '831', + ], + 11744 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16414', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1830', + 'placement' => '542', + 'prev_word_id' => '831', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '813', + ], + 11745 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16415', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1831', + 'placement' => '543', + 'prev_word_id' => '813', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1830', + ], + 11746 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16416', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1832', + 'placement' => '544', + 'prev_word_id' => '1830', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1831', + ], + 11747 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16417', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '545', + 'prev_word_id' => '1831', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1832', + ], + 11748 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16418', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '546', + 'prev_word_id' => '1832', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '886', + ], + 11749 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16419', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1673', + 'placement' => '547', + 'prev_word_id' => '886', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1443', + ], + 11750 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16420', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '548', + 'prev_word_id' => '1443', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1673', + ], + 11751 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16421', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1370', + 'placement' => '549', + 'prev_word_id' => '1673', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '863', + ], + 11752 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16422', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '550', + 'prev_word_id' => '863', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1370', + ], + 11753 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16423', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '551', + 'prev_word_id' => '1370', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1191', + ], + 11754 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '202', + 'frequency' => '0', + 'id' => '16424', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '552', + 'prev_word_id' => '1191', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '1191', + ], + 11755 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '203', + 'frequency' => '0', + 'id' => '16425', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '2503', + ], + 11756 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '204', + 'frequency' => '0', + 'id' => '16426', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '2504', + ], + 11757 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '205', + 'frequency' => '0', + 'id' => '16427', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154208', + 'section_id' => '1', + 'word_id' => '2505', + ], + 11758 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '206', + 'frequency' => '0', + 'id' => '16428', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154209', + 'section_id' => '1', + 'word_id' => '2506', + ], + 11759 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '207', + 'frequency' => '0', + 'id' => '16429', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154209', + 'section_id' => '1', + 'word_id' => '2507', + ], + 11760 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '208', + 'frequency' => '0', + 'id' => '16430', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154209', + 'section_id' => '1', + 'word_id' => '2508', + ], + 11761 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '209', + 'frequency' => '0', + 'id' => '16431', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154209', + 'section_id' => '1', + 'word_id' => '2509', + ], + 11762 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '210', + 'frequency' => '0', + 'id' => '16432', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '2510', + ], + 11763 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16433', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '936', + ], + 11764 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16434', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '937', + 'placement' => '1', + 'prev_word_id' => '936', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 11765 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16435', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '2', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '937', + ], + 11766 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16436', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '3', + 'prev_word_id' => '937', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '809', + ], + 11767 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16437', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '4', + 'prev_word_id' => '809', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 11768 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16438', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '5', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 11769 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16439', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '6', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 11770 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16440', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '7', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 11771 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16441', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '8', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 11772 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16442', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1414', + 'placement' => '9', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '921', + ], + 11773 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16443', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '10', + 'prev_word_id' => '921', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1414', + ], + 11774 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16444', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1833', + 'placement' => '11', + 'prev_word_id' => '1414', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 11775 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16445', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '978', + 'placement' => '12', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1833', + ], + 11776 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16446', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1415', + 'placement' => '13', + 'prev_word_id' => '1833', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '978', + ], + 11777 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16447', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '14', + 'prev_word_id' => '978', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1415', + ], + 11778 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16448', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '15', + 'prev_word_id' => '1415', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 11779 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16449', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '831', + 'placement' => '16', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '830', + ], + 11780 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16450', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1320', + 'placement' => '17', + 'prev_word_id' => '830', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '831', + ], + 11781 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16451', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '854', + 'placement' => '18', + 'prev_word_id' => '831', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1320', + ], + 11782 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16452', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '19', + 'prev_word_id' => '1320', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '854', + ], + 11783 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16453', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '20', + 'prev_word_id' => '854', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '976', + ], + 11784 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16454', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1834', + 'placement' => '21', + 'prev_word_id' => '976', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 11785 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16455', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '22', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1834', + ], + 11786 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16456', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '23', + 'prev_word_id' => '1834', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '943', + ], + 11787 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16457', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '837', + 'placement' => '24', + 'prev_word_id' => '943', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1437', + ], + 11788 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16458', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '25', + 'prev_word_id' => '1437', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '837', + ], + 11789 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16459', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '26', + 'prev_word_id' => '837', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1835', + ], + 11790 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16460', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1836', + 'placement' => '27', + 'prev_word_id' => '1835', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 11791 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16461', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '28', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1836', + ], + 11792 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16462', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1837', + 'placement' => '29', + 'prev_word_id' => '1836', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '833', + ], + 11793 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16463', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '30', + 'prev_word_id' => '833', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1837', + ], + 11794 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16464', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '31', + 'prev_word_id' => '1837', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 11795 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16465', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '32', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 11796 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16466', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '33', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 11797 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16467', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '34', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '830', + ], + 11798 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16468', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1838', + 'placement' => '35', + 'prev_word_id' => '830', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1174', + ], + 11799 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16469', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '940', + 'placement' => '36', + 'prev_word_id' => '1174', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1838', + ], + 11800 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16470', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '37', + 'prev_word_id' => '1838', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '940', + ], + 11801 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16471', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1839', + 'placement' => '38', + 'prev_word_id' => '940', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '968', + ], + 11802 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16472', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '39', + 'prev_word_id' => '968', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1839', + ], + 11803 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16473', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1840', + 'placement' => '40', + 'prev_word_id' => '1839', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '833', + ], + 11804 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16474', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1547', + 'placement' => '41', + 'prev_word_id' => '833', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1840', + ], + 11805 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16475', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1548', + 'placement' => '42', + 'prev_word_id' => '1840', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1547', + ], + 11806 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16476', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1841', + 'placement' => '43', + 'prev_word_id' => '1547', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1548', + ], + 11807 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16477', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '44', + 'prev_word_id' => '1548', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1841', + ], + 11808 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16478', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1842', + 'placement' => '45', + 'prev_word_id' => '1841', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11809 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16479', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '46', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1842', + ], + 11810 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16480', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '846', + 'placement' => '47', + 'prev_word_id' => '1842', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1358', + ], + 11811 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16481', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '48', + 'prev_word_id' => '1358', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '846', + ], + 11812 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16482', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '49', + 'prev_word_id' => '846', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 11813 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16483', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '50', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 11814 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16484', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '51', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '938', + ], + 11815 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16485', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '52', + 'prev_word_id' => '938', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1417', + ], + 11816 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16486', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1843', + 'placement' => '53', + 'prev_word_id' => '1417', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '834', + ], + 11817 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16487', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '54', + 'prev_word_id' => '834', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1843', + ], + 11818 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16488', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '55', + 'prev_word_id' => '1843', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 11819 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16489', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '56', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 11820 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16490', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '57', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1258', + ], + 11821 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16491', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1237', + 'placement' => '58', + 'prev_word_id' => '1258', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '833', + ], + 11822 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16492', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '59', + 'prev_word_id' => '833', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1237', + ], + 11823 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16493', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '60', + 'prev_word_id' => '1237', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 11824 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16494', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '61', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '830', + ], + 11825 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16495', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1838', + 'placement' => '62', + 'prev_word_id' => '830', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1174', + ], + 11826 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16496', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '63', + 'prev_word_id' => '1174', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1838', + ], + 11827 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16497', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1844', + 'placement' => '64', + 'prev_word_id' => '1838', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1609', + ], + 11828 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16498', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '65', + 'prev_word_id' => '1609', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1844', + ], + 11829 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16499', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '66', + 'prev_word_id' => '1844', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11830 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16500', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '67', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '830', + ], + 11831 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16501', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '68', + 'prev_word_id' => '830', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '863', + ], + 11832 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16502', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '69', + 'prev_word_id' => '863', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 11833 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16503', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '70', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 11834 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16504', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '71', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 11835 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16505', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '72', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 11836 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16506', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1683', + 'placement' => '73', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '830', + ], + 11837 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16507', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '74', + 'prev_word_id' => '830', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1683', + ], + 11838 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16508', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '75', + 'prev_word_id' => '1683', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1417', + ], + 11839 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16509', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '76', + 'prev_word_id' => '1417', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 11840 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16510', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1845', + 'placement' => '77', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '898', + ], + 11841 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16511', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '78', + 'prev_word_id' => '898', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1845', + ], + 11842 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16512', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '79', + 'prev_word_id' => '1845', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11843 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16513', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '80', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 11844 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16514', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '81', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '901', + ], + 11845 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16515', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '82', + 'prev_word_id' => '901', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '830', + ], + 11846 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16516', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '83', + 'prev_word_id' => '830', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1174', + ], + 11847 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16517', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '84', + 'prev_word_id' => '1174', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 11848 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16518', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '85', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '830', + ], + 11849 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16519', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '86', + 'prev_word_id' => '830', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1174', + ], + 11850 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16520', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '87', + 'prev_word_id' => '1174', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 11851 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16521', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1846', + 'placement' => '88', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 11852 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16522', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '89', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1846', + ], + 11853 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16523', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '90', + 'prev_word_id' => '1846', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11854 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16524', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1847', + 'placement' => '91', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '898', + ], + 11855 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16525', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1848', + 'placement' => '92', + 'prev_word_id' => '898', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1847', + ], + 11856 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16526', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1849', + 'placement' => '93', + 'prev_word_id' => '1847', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1848', + ], + 11857 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16527', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '94', + 'prev_word_id' => '1848', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1849', + ], + 11858 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16528', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1850', + 'placement' => '95', + 'prev_word_id' => '1849', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '836', + ], + 11859 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16529', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1318', + 'placement' => '96', + 'prev_word_id' => '836', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1850', + ], + 11860 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16530', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1706', + 'placement' => '97', + 'prev_word_id' => '1850', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1318', + ], + 11861 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16531', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '98', + 'prev_word_id' => '1318', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1706', + ], + 11862 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16532', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1851', + 'placement' => '99', + 'prev_word_id' => '1706', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1609', + ], + 11863 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16533', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1848', + 'placement' => '100', + 'prev_word_id' => '1609', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1851', + ], + 11864 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16534', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '101', + 'prev_word_id' => '1851', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1848', + ], + 11865 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16535', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '102', + 'prev_word_id' => '1848', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 11866 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16536', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '103', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '830', + ], + 11867 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16537', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '104', + 'prev_word_id' => '830', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1174', + ], + 11868 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16538', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1789', + 'placement' => '105', + 'prev_word_id' => '1174', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 11869 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16539', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '917', + 'placement' => '106', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1789', + ], + 11870 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16540', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '107', + 'prev_word_id' => '1789', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '917', + ], + 11871 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16541', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1852', + 'placement' => '108', + 'prev_word_id' => '917', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11872 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16542', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '109', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1852', + ], + 11873 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16543', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1853', + 'placement' => '110', + 'prev_word_id' => '1852', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 11874 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16544', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '111', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1853', + ], + 11875 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16545', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '112', + 'prev_word_id' => '1853', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11876 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16546', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1854', + 'placement' => '113', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '898', + ], + 11877 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16547', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '114', + 'prev_word_id' => '898', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1854', + ], + 11878 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16548', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1855', + 'placement' => '115', + 'prev_word_id' => '1854', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '886', + ], + 11879 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16549', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '116', + 'prev_word_id' => '886', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1855', + ], + 11880 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16550', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '117', + 'prev_word_id' => '1855', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1008', + ], + 11881 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16551', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1856', + 'placement' => '118', + 'prev_word_id' => '1008', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 11882 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16552', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '119', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1856', + ], + 11883 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16553', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '120', + 'prev_word_id' => '1856', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1437', + ], + 11884 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16554', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1857', + 'placement' => '121', + 'prev_word_id' => '1437', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 11885 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16555', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '122', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1857', + ], + 11886 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16556', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '123', + 'prev_word_id' => '1857', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '816', + ], + 11887 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16557', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '901', + 'placement' => '124', + 'prev_word_id' => '816', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1437', + ], + 11888 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16558', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1854', + 'placement' => '125', + 'prev_word_id' => '1437', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '901', + ], + 11889 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16559', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '126', + 'prev_word_id' => '901', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1854', + ], + 11890 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16560', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1858', + 'placement' => '127', + 'prev_word_id' => '1854', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1008', + ], + 11891 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16561', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '128', + 'prev_word_id' => '1008', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1858', + ], + 11892 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16562', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1859', + 'placement' => '129', + 'prev_word_id' => '1858', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1816', + ], + 11893 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16563', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '130', + 'prev_word_id' => '1816', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1859', + ], + 11894 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16564', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '131', + 'prev_word_id' => '1859', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '836', + ], + 11895 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16565', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '915', + 'placement' => '132', + 'prev_word_id' => '836', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 11896 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16566', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '133', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '915', + ], + 11897 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16567', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1860', + 'placement' => '134', + 'prev_word_id' => '915', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 11898 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16568', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1861', + 'placement' => '135', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1860', + ], + 11899 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16569', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1848', + 'placement' => '136', + 'prev_word_id' => '1860', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1861', + ], + 11900 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16570', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1798', + 'placement' => '137', + 'prev_word_id' => '1861', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1848', + ], + 11901 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16571', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '138', + 'prev_word_id' => '1848', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1798', + ], + 11902 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16572', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1862', + 'placement' => '139', + 'prev_word_id' => '1798', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 11903 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16573', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1863', + 'placement' => '140', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1862', + ], + 11904 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16574', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1864', + 'placement' => '141', + 'prev_word_id' => '1862', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1863', + ], + 11905 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16575', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '142', + 'prev_word_id' => '1863', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1864', + ], + 11906 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16576', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1865', + 'placement' => '143', + 'prev_word_id' => '1864', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 11907 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16577', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '144', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1865', + ], + 11908 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16578', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '145', + 'prev_word_id' => '1865', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11909 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16579', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '146', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 11910 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16580', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '147', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '830', + ], + 11911 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16581', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1684', + 'placement' => '148', + 'prev_word_id' => '830', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1174', + ], + 11912 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16582', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1336', + 'placement' => '149', + 'prev_word_id' => '1174', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1684', + ], + 11913 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16583', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '150', + 'prev_word_id' => '1684', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1336', + ], + 11914 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16584', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1756', + 'placement' => '151', + 'prev_word_id' => '1336', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1417', + ], + 11915 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16585', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '152', + 'prev_word_id' => '1417', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1756', + ], + 11916 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16586', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1848', + 'placement' => '153', + 'prev_word_id' => '1756', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 11917 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16587', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1849', + 'placement' => '154', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1848', + ], + 11918 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16588', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '155', + 'prev_word_id' => '1848', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1849', + ], + 11919 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16589', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1866', + 'placement' => '156', + 'prev_word_id' => '1849', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '816', + ], + 11920 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16590', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1517', + 'placement' => '157', + 'prev_word_id' => '816', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1866', + ], + 11921 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16591', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1337', + 'placement' => '158', + 'prev_word_id' => '1866', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1517', + ], + 11922 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16592', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '159', + 'prev_word_id' => '1517', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1337', + ], + 11923 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16593', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1867', + 'placement' => '160', + 'prev_word_id' => '1337', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '836', + ], + 11924 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16594', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '161', + 'prev_word_id' => '836', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1867', + ], + 11925 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16595', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1852', + 'placement' => '162', + 'prev_word_id' => '1867', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11926 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16596', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1310', + 'placement' => '163', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1852', + ], + 11927 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16597', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '164', + 'prev_word_id' => '1852', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1310', + ], + 11928 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16598', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1866', + 'placement' => '165', + 'prev_word_id' => '1310', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '816', + ], + 11929 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16599', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '166', + 'prev_word_id' => '816', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1866', + ], + 11930 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16600', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1868', + 'placement' => '167', + 'prev_word_id' => '1866', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 11931 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16601', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '168', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1868', + ], + 11932 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16602', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1869', + 'placement' => '169', + 'prev_word_id' => '1868', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '898', + ], + 11933 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16603', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1677', + 'placement' => '170', + 'prev_word_id' => '898', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1869', + ], + 11934 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16604', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '171', + 'prev_word_id' => '1869', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1677', + ], + 11935 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16605', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '172', + 'prev_word_id' => '1677', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '833', + ], + 11936 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16606', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1851', + 'placement' => '173', + 'prev_word_id' => '833', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 11937 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16607', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1870', + 'placement' => '174', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1851', + ], + 11938 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16608', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '175', + 'prev_word_id' => '1851', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1870', + ], + 11939 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16609', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '176', + 'prev_word_id' => '1870', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11940 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16610', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1336', + 'placement' => '177', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '898', + ], + 11941 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16611', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '940', + 'placement' => '178', + 'prev_word_id' => '898', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1336', + ], + 11942 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16612', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '968', + 'placement' => '179', + 'prev_word_id' => '1336', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '940', + ], + 11943 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16613', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1839', + 'placement' => '180', + 'prev_word_id' => '940', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '968', + ], + 11944 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16614', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '181', + 'prev_word_id' => '968', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1839', + ], + 11945 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16615', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1840', + 'placement' => '182', + 'prev_word_id' => '1839', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '833', + ], + 11946 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16616', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '183', + 'prev_word_id' => '833', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1840', + ], + 11947 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16617', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1471', + 'placement' => '184', + 'prev_word_id' => '1840', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 11948 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16618', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1871', + 'placement' => '185', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1471', + ], + 11949 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16619', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '186', + 'prev_word_id' => '1471', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1871', + ], + 11950 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16620', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1342', + 'placement' => '187', + 'prev_word_id' => '1871', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '894', + ], + 11951 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16621', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '188', + 'prev_word_id' => '894', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1342', + ], + 11952 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16622', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1343', + 'placement' => '189', + 'prev_word_id' => '1342', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '844', + ], + 11953 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16623', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '190', + 'prev_word_id' => '844', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1343', + ], + 11954 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16624', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1317', + 'placement' => '191', + 'prev_word_id' => '1343', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 11955 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16625', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '192', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1317', + ], + 11956 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16626', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '193', + 'prev_word_id' => '1317', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 11957 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16627', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1739', + 'placement' => '194', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 11958 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16628', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '195', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1739', + ], + 11959 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16629', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1872', + 'placement' => '196', + 'prev_word_id' => '1739', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 11960 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16630', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '197', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1872', + ], + 11961 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16631', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '198', + 'prev_word_id' => '1872', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11962 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16632', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '199', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '974', + ], + 11963 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16633', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '200', + 'prev_word_id' => '974', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 11964 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16634', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '201', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 11965 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16635', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '202', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '807', + ], + 11966 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16636', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '203', + 'prev_word_id' => '807', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '804', + ], + 11967 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16637', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '204', + 'prev_word_id' => '804', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '843', + ], + 11968 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16638', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1873', + 'placement' => '205', + 'prev_word_id' => '843', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '844', + ], + 11969 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16639', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '206', + 'prev_word_id' => '844', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1873', + ], + 11970 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16640', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1874', + 'placement' => '207', + 'prev_word_id' => '1873', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1008', + ], + 11971 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16641', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '208', + 'prev_word_id' => '1008', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1874', + ], + 11972 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16642', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1839', + 'placement' => '209', + 'prev_word_id' => '1874', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 11973 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16643', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '210', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1839', + ], + 11974 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16644', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '211', + 'prev_word_id' => '1839', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11975 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16645', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '212', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 11976 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16646', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '213', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 11977 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16647', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1875', + 'placement' => '214', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '833', + ], + 11978 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16648', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1840', + 'placement' => '215', + 'prev_word_id' => '833', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1875', + ], + 11979 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16649', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '216', + 'prev_word_id' => '1875', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1840', + ], + 11980 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16650', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '217', + 'prev_word_id' => '1840', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '894', + ], + 11981 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16651', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1631', + 'placement' => '218', + 'prev_word_id' => '894', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '843', + ], + 11982 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16652', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '219', + 'prev_word_id' => '843', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1631', + ], + 11983 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16653', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1876', + 'placement' => '220', + 'prev_word_id' => '1631', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '939', + ], + 11984 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16654', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '807', + 'placement' => '221', + 'prev_word_id' => '939', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1876', + ], + 11985 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16655', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1877', + 'placement' => '222', + 'prev_word_id' => '1876', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '807', + ], + 11986 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16656', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '223', + 'prev_word_id' => '807', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1877', + ], + 11987 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16657', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1878', + 'placement' => '224', + 'prev_word_id' => '1877', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1437', + ], + 11988 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16658', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1560', + 'placement' => '225', + 'prev_word_id' => '1437', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1878', + ], + 11989 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16659', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1839', + 'placement' => '226', + 'prev_word_id' => '1878', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1560', + ], + 11990 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16660', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '227', + 'prev_word_id' => '1560', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1839', + ], + 11991 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16661', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1879', + 'placement' => '228', + 'prev_word_id' => '1839', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '833', + ], + 11992 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16662', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1787', + 'placement' => '229', + 'prev_word_id' => '833', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1879', + ], + 11993 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16663', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1547', + 'placement' => '230', + 'prev_word_id' => '1879', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1787', + ], + 11994 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16664', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1548', + 'placement' => '231', + 'prev_word_id' => '1787', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1547', + ], + 11995 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16665', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1841', + 'placement' => '232', + 'prev_word_id' => '1547', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1548', + ], + 11996 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16666', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '233', + 'prev_word_id' => '1548', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1841', + ], + 11997 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16667', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1842', + 'placement' => '234', + 'prev_word_id' => '1841', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 11998 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16668', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '235', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1842', + ], + 11999 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16669', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '236', + 'prev_word_id' => '1842', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1358', + ], + 12000 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16670', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '237', + 'prev_word_id' => '1358', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12001 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16671', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1880', + 'placement' => '238', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 12002 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16672', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '239', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1880', + ], + 12003 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16673', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1569', + 'placement' => '240', + 'prev_word_id' => '1880', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1410', + ], + 12004 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16674', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '241', + 'prev_word_id' => '1410', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1569', + ], + 12005 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16675', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '242', + 'prev_word_id' => '1569', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1410', + ], + 12006 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16676', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1881', + 'placement' => '243', + 'prev_word_id' => '1410', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 12007 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16677', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1882', + 'placement' => '244', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1881', + ], + 12008 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16678', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '245', + 'prev_word_id' => '1881', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1882', + ], + 12009 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16679', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '246', + 'prev_word_id' => '1882', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 12010 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16680', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '247', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12011 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16681', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '248', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 12012 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16682', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '854', + 'placement' => '249', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '886', + ], + 12013 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16683', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '250', + 'prev_word_id' => '886', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '854', + ], + 12014 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16684', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '251', + 'prev_word_id' => '854', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '976', + ], + 12015 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16685', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '252', + 'prev_word_id' => '976', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12016 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16686', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '253', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1358', + ], + 12017 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16687', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '254', + 'prev_word_id' => '1358', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1417', + ], + 12018 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16688', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '255', + 'prev_word_id' => '1417', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '886', + ], + 12019 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16689', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1547', + 'placement' => '256', + 'prev_word_id' => '886', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 12020 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16690', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1548', + 'placement' => '257', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1547', + ], + 12021 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16691', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1841', + 'placement' => '258', + 'prev_word_id' => '1547', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1548', + ], + 12022 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16692', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '259', + 'prev_word_id' => '1548', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1841', + ], + 12023 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16693', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1883', + 'placement' => '260', + 'prev_word_id' => '1841', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 12024 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16694', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '261', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1883', + ], + 12025 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16695', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1884', + 'placement' => '262', + 'prev_word_id' => '1883', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1358', + ], + 12026 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16696', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '263', + 'prev_word_id' => '1358', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1884', + ], + 12027 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16697', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '910', + 'placement' => '264', + 'prev_word_id' => '1884', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 12028 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16698', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '265', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '910', + ], + 12029 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16699', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1671', + 'placement' => '266', + 'prev_word_id' => '910', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1835', + ], + 12030 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16700', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '267', + 'prev_word_id' => '1835', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1671', + ], + 12031 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16701', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1885', + 'placement' => '268', + 'prev_word_id' => '1671', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '841', + ], + 12032 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16702', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '269', + 'prev_word_id' => '841', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1885', + ], + 12033 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16703', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '270', + 'prev_word_id' => '1885', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1620', + ], + 12034 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16704', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '271', + 'prev_word_id' => '1620', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1280', + ], + 12035 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16705', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '272', + 'prev_word_id' => '1280', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '816', + ], + 12036 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16706', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1886', + 'placement' => '273', + 'prev_word_id' => '816', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1749', + ], + 12037 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16707', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '274', + 'prev_word_id' => '1749', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1886', + ], + 12038 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16708', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1887', + 'placement' => '275', + 'prev_word_id' => '1886', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '833', + ], + 12039 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16709', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '276', + 'prev_word_id' => '833', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1887', + ], + 12040 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16710', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '277', + 'prev_word_id' => '1887', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12041 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16711', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '278', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 12042 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16712', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '279', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '863', + ], + 12043 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16713', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '280', + 'prev_word_id' => '863', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 12044 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16714', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '281', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12045 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16715', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '282', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1358', + ], + 12046 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16716', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '283', + 'prev_word_id' => '1358', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '894', + ], + 12047 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16717', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '284', + 'prev_word_id' => '894', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1396', + ], + 12048 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16718', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '285', + 'prev_word_id' => '1396', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '897', + ], + 12049 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16719', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '286', + 'prev_word_id' => '897', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1358', + ], + 12050 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16720', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1888', + 'placement' => '287', + 'prev_word_id' => '1358', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1437', + ], + 12051 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16721', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1321', + 'placement' => '288', + 'prev_word_id' => '1437', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1888', + ], + 12052 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16722', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1479', + 'placement' => '289', + 'prev_word_id' => '1888', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1321', + ], + 12053 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16723', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '976', + 'placement' => '290', + 'prev_word_id' => '1321', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1479', + ], + 12054 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16724', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1889', + 'placement' => '291', + 'prev_word_id' => '1479', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '976', + ], + 12055 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16725', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1890', + 'placement' => '292', + 'prev_word_id' => '976', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1889', + ], + 12056 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16726', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1891', + 'placement' => '293', + 'prev_word_id' => '1889', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1890', + ], + 12057 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16727', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '294', + 'prev_word_id' => '1890', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1891', + ], + 12058 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16728', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '295', + 'prev_word_id' => '1891', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 12059 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16729', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '296', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '841', + ], + 12060 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16730', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '297', + 'prev_word_id' => '841', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1550', + ], + 12061 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16731', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1359', + 'placement' => '298', + 'prev_word_id' => '1550', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '834', + ], + 12062 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16732', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '886', + 'placement' => '299', + 'prev_word_id' => '834', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1359', + ], + 12063 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16733', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1892', + 'placement' => '300', + 'prev_word_id' => '1359', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '886', + ], + 12064 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16734', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '301', + 'prev_word_id' => '886', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1892', + ], + 12065 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16735', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1889', + 'placement' => '302', + 'prev_word_id' => '1892', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '816', + ], + 12066 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16736', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '303', + 'prev_word_id' => '816', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1889', + ], + 12067 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16737', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '895', + 'placement' => '304', + 'prev_word_id' => '1889', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 12068 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16738', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1893', + 'placement' => '305', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '895', + ], + 12069 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16739', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1567', + 'placement' => '306', + 'prev_word_id' => '895', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1893', + ], + 12070 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16740', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '307', + 'prev_word_id' => '1893', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1567', + ], + 12071 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16741', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '308', + 'prev_word_id' => '1567', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1437', + ], + 12072 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16742', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '309', + 'prev_word_id' => '1437', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '841', + ], + 12073 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16743', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '310', + 'prev_word_id' => '841', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1550', + ], + 12074 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16744', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '311', + 'prev_word_id' => '1550', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1835', + ], + 12075 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16745', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '312', + 'prev_word_id' => '1835', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1319', + ], + 12076 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16746', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1894', + 'placement' => '313', + 'prev_word_id' => '1319', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 12077 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16747', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '314', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1894', + ], + 12078 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16748', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '315', + 'prev_word_id' => '1894', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '809', + ], + 12079 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16749', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1895', + 'placement' => '316', + 'prev_word_id' => '809', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1605', + ], + 12080 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16750', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1321', + 'placement' => '317', + 'prev_word_id' => '1605', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1895', + ], + 12081 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16751', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '318', + 'prev_word_id' => '1895', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1321', + ], + 12082 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16752', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1896', + 'placement' => '319', + 'prev_word_id' => '1321', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1620', + ], + 12083 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16753', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '320', + 'prev_word_id' => '1620', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1896', + ], + 12084 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16754', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1897', + 'placement' => '321', + 'prev_word_id' => '1896', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1609', + ], + 12085 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16755', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1898', + 'placement' => '322', + 'prev_word_id' => '1609', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1897', + ], + 12086 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16756', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '323', + 'prev_word_id' => '1897', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1898', + ], + 12087 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16757', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1899', + 'placement' => '324', + 'prev_word_id' => '1898', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '863', + ], + 12088 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16758', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '325', + 'prev_word_id' => '863', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1899', + ], + 12089 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16759', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1900', + 'placement' => '326', + 'prev_word_id' => '1899', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 12090 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16760', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '327', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1900', + ], + 12091 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16761', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '328', + 'prev_word_id' => '1900', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '816', + ], + 12092 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16762', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1901', + 'placement' => '329', + 'prev_word_id' => '816', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '804', + ], + 12093 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16763', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1548', + 'placement' => '330', + 'prev_word_id' => '804', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1901', + ], + 12094 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16764', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '331', + 'prev_word_id' => '1901', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1548', + ], + 12095 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16765', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '332', + 'prev_word_id' => '1548', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 12096 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16766', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '333', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '882', + ], + 12097 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16767', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1890', + 'placement' => '334', + 'prev_word_id' => '882', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '898', + ], + 12098 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16768', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1902', + 'placement' => '335', + 'prev_word_id' => '898', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1890', + ], + 12099 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16769', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '336', + 'prev_word_id' => '1890', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1902', + ], + 12100 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16770', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '337', + 'prev_word_id' => '1902', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 12101 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16771', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1358', + 'placement' => '338', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12102 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16772', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '339', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1358', + ], + 12103 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16773', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1509', + 'placement' => '340', + 'prev_word_id' => '1358', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '834', + ], + 12104 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16774', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1903', + 'placement' => '341', + 'prev_word_id' => '834', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1509', + ], + 12105 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16775', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '342', + 'prev_word_id' => '1509', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1903', + ], + 12106 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16776', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1904', + 'placement' => '343', + 'prev_word_id' => '1903', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 12107 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16777', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1905', + 'placement' => '344', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1904', + ], + 12108 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16778', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '345', + 'prev_word_id' => '1904', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1905', + ], + 12109 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16779', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1906', + 'placement' => '346', + 'prev_word_id' => '1905', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '834', + ], + 12110 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16780', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1468', + 'placement' => '347', + 'prev_word_id' => '834', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1906', + ], + 12111 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16781', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '348', + 'prev_word_id' => '1906', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1468', + ], + 12112 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16782', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1907', + 'placement' => '349', + 'prev_word_id' => '1468', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 12113 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16783', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1908', + 'placement' => '350', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1907', + ], + 12114 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16784', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '351', + 'prev_word_id' => '1907', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1908', + ], + 12115 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16785', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1591', + 'placement' => '352', + 'prev_word_id' => '1908', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 12116 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16786', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '870', + 'placement' => '353', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1591', + ], + 12117 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16787', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1909', + 'placement' => '354', + 'prev_word_id' => '1591', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '870', + ], + 12118 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16788', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '355', + 'prev_word_id' => '870', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1909', + ], + 12119 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16789', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1910', + 'placement' => '356', + 'prev_word_id' => '1909', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 12120 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16790', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '868', + 'placement' => '357', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1910', + ], + 12121 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16791', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1911', + 'placement' => '358', + 'prev_word_id' => '1910', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '868', + ], + 12122 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16792', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '804', + 'placement' => '359', + 'prev_word_id' => '868', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1911', + ], + 12123 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16793', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '360', + 'prev_word_id' => '1911', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '804', + ], + 12124 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16794', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1912', + 'placement' => '361', + 'prev_word_id' => '804', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '882', + ], + 12125 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16795', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '362', + 'prev_word_id' => '882', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1912', + ], + 12126 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16796', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '363', + 'prev_word_id' => '1912', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '863', + ], + 12127 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16797', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1913', + 'placement' => '364', + 'prev_word_id' => '863', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 12128 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16798', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '365', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1913', + ], + 12129 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16799', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '366', + 'prev_word_id' => '1913', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '943', + ], + 12130 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16800', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1835', + 'placement' => '367', + 'prev_word_id' => '943', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '816', + ], + 12131 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16801', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '368', + 'prev_word_id' => '816', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1835', + ], + 12132 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16802', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '369', + 'prev_word_id' => '1835', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 12133 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16803', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '846', + 'placement' => '370', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '881', + ], + 12134 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16804', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '371', + 'prev_word_id' => '881', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '846', + ], + 12135 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16805', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '372', + 'prev_word_id' => '846', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12136 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16806', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '373', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 12137 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16807', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1366', + 'placement' => '374', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '938', + ], + 12138 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16808', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '375', + 'prev_word_id' => '938', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1366', + ], + 12139 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16809', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '376', + 'prev_word_id' => '1366', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 12140 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16810', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1834', + 'placement' => '377', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 12141 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16811', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '378', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1834', + ], + 12142 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16812', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '379', + 'prev_word_id' => '1834', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '943', + ], + 12143 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16813', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '937', + 'placement' => '380', + 'prev_word_id' => '943', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 12144 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16814', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '381', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '937', + ], + 12145 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16815', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '975', + 'placement' => '382', + 'prev_word_id' => '937', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '974', + ], + 12146 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16816', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1842', + 'placement' => '383', + 'prev_word_id' => '974', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '975', + ], + 12147 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16817', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '384', + 'prev_word_id' => '975', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1842', + ], + 12148 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16818', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '385', + 'prev_word_id' => '1842', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '938', + ], + 12149 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16819', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1899', + 'placement' => '386', + 'prev_word_id' => '938', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '863', + ], + 12150 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16820', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '387', + 'prev_word_id' => '863', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1899', + ], + 12151 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16821', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1837', + 'placement' => '388', + 'prev_word_id' => '1899', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 12152 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16822', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '389', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1837', + ], + 12153 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16823', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '815', + 'placement' => '390', + 'prev_word_id' => '1837', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 12154 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16824', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '391', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '815', + ], + 12155 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16825', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '392', + 'prev_word_id' => '815', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '813', + ], + 12156 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16826', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '393', + 'prev_word_id' => '813', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12157 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16827', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '394', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 12158 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16828', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1602', + 'placement' => '395', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1008', + ], + 12159 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16829', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '396', + 'prev_word_id' => '1008', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1602', + ], + 12160 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16830', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '397', + 'prev_word_id' => '1602', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '938', + ], + 12161 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16831', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '398', + 'prev_word_id' => '938', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '836', + ], + 12162 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16832', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '915', + 'placement' => '399', + 'prev_word_id' => '836', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 12163 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16833', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '400', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '915', + ], + 12164 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16834', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '939', + 'placement' => '401', + 'prev_word_id' => '915', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 12165 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16835', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '402', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '939', + ], + 12166 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16836', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1914', + 'placement' => '403', + 'prev_word_id' => '939', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '929', + ], + 12167 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16837', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1859', + 'placement' => '404', + 'prev_word_id' => '929', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1914', + ], + 12168 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16838', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1879', + 'placement' => '405', + 'prev_word_id' => '1914', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1859', + ], + 12169 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16839', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1915', + 'placement' => '406', + 'prev_word_id' => '1859', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1879', + ], + 12170 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16840', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '941', + 'placement' => '407', + 'prev_word_id' => '1879', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1915', + ], + 12171 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16841', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1225', + 'placement' => '408', + 'prev_word_id' => '1915', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '941', + ], + 12172 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16842', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '409', + 'prev_word_id' => '941', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1225', + ], + 12173 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16843', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1609', + 'placement' => '410', + 'prev_word_id' => '1225', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '823', + ], + 12174 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16844', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1132', + 'placement' => '411', + 'prev_word_id' => '823', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1609', + ], + 12175 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16845', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '412', + 'prev_word_id' => '1609', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1132', + ], + 12176 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16846', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1916', + 'placement' => '413', + 'prev_word_id' => '1132', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '809', + ], + 12177 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16847', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1917', + 'placement' => '414', + 'prev_word_id' => '809', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1916', + ], + 12178 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16848', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '415', + 'prev_word_id' => '1916', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1917', + ], + 12179 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16849', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '416', + 'prev_word_id' => '1917', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1620', + ], + 12180 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16850', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '417', + 'prev_word_id' => '1620', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '894', + ], + 12181 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16851', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '418', + 'prev_word_id' => '894', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1396', + ], + 12182 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16852', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '419', + 'prev_word_id' => '1396', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '897', + ], + 12183 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16853', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1918', + 'placement' => '420', + 'prev_word_id' => '897', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1384', + ], + 12184 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16854', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '938', + 'placement' => '421', + 'prev_word_id' => '1384', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1918', + ], + 12185 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16855', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1298', + 'placement' => '422', + 'prev_word_id' => '1918', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '938', + ], + 12186 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16856', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '423', + 'prev_word_id' => '938', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1298', + ], + 12187 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16857', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1919', + 'placement' => '424', + 'prev_word_id' => '1298', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '825', + ], + 12188 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16858', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1263', + 'placement' => '425', + 'prev_word_id' => '825', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1919', + ], + 12189 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16859', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '426', + 'prev_word_id' => '1919', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1263', + ], + 12190 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16860', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '427', + 'prev_word_id' => '1263', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1417', + ], + 12191 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16861', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1843', + 'placement' => '428', + 'prev_word_id' => '1417', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '834', + ], + 12192 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16862', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '429', + 'prev_word_id' => '834', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1843', + ], + 12193 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16863', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '430', + 'prev_word_id' => '1843', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '863', + ], + 12194 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16864', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '431', + 'prev_word_id' => '863', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '898', + ], + 12195 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16865', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '432', + 'prev_word_id' => '898', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12196 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16866', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1502', + 'placement' => '433', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 12197 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16867', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '434', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1502', + ], + 12198 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16868', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1515', + 'placement' => '435', + 'prev_word_id' => '1502', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '810', + ], + 12199 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16869', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1438', + 'placement' => '436', + 'prev_word_id' => '810', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1515', + ], + 12200 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16870', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1516', + 'placement' => '437', + 'prev_word_id' => '1515', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1438', + ], + 12201 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16871', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '438', + 'prev_word_id' => '1438', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1516', + ], + 12202 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16872', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1365', + 'placement' => '439', + 'prev_word_id' => '1516', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 12203 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16873', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1549', + 'placement' => '440', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1365', + ], + 12204 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16874', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '917', + 'placement' => '441', + 'prev_word_id' => '1365', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1549', + ], + 12205 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16875', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '442', + 'prev_word_id' => '1549', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '917', + ], + 12206 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16876', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1786', + 'placement' => '443', + 'prev_word_id' => '917', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 12207 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16877', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '444', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1786', + ], + 12208 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16878', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1787', + 'placement' => '445', + 'prev_word_id' => '1786', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1443', + ], + 12209 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16879', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1920', + 'placement' => '446', + 'prev_word_id' => '1443', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1787', + ], + 12210 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16880', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '447', + 'prev_word_id' => '1787', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1920', + ], + 12211 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16881', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1460', + 'placement' => '448', + 'prev_word_id' => '1920', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '834', + ], + 12212 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16882', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '449', + 'prev_word_id' => '834', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1460', + ], + 12213 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16883', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '836', + 'placement' => '450', + 'prev_word_id' => '1460', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1605', + ], + 12214 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16884', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1530', + 'placement' => '451', + 'prev_word_id' => '1605', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '836', + ], + 12215 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16885', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '452', + 'prev_word_id' => '836', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1530', + ], + 12216 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16886', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1921', + 'placement' => '453', + 'prev_word_id' => '1530', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 12217 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16887', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1721', + 'placement' => '454', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1921', + ], + 12218 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16888', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1922', + 'placement' => '455', + 'prev_word_id' => '1921', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1721', + ], + 12219 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16889', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '456', + 'prev_word_id' => '1721', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1922', + ], + 12220 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16890', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1923', + 'placement' => '457', + 'prev_word_id' => '1922', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '833', + ], + 12221 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16891', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '458', + 'prev_word_id' => '833', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1923', + ], + 12222 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16892', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1924', + 'placement' => '459', + 'prev_word_id' => '1923', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1319', + ], + 12223 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16893', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1925', + 'placement' => '460', + 'prev_word_id' => '1319', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1924', + ], + 12224 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16894', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '461', + 'prev_word_id' => '1924', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1925', + ], + 12225 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16895', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '462', + 'prev_word_id' => '1925', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '816', + ], + 12226 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16896', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '463', + 'prev_word_id' => '816', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12227 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16897', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '464', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 12228 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16898', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '465', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12229 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16899', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '466', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 12230 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16900', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '467', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1258', + ], + 12231 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16901', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1237', + 'placement' => '468', + 'prev_word_id' => '1258', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '833', + ], + 12232 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16902', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '469', + 'prev_word_id' => '833', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1237', + ], + 12233 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16903', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '470', + 'prev_word_id' => '1237', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1605', + ], + 12234 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16904', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1926', + 'placement' => '471', + 'prev_word_id' => '1605', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '894', + ], + 12235 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16905', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1492', + 'placement' => '472', + 'prev_word_id' => '894', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1926', + ], + 12236 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16906', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '473', + 'prev_word_id' => '1926', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1492', + ], + 12237 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16907', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '474', + 'prev_word_id' => '1492', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '809', + ], + 12238 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16908', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '475', + 'prev_word_id' => '809', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '802', + ], + 12239 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16909', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '476', + 'prev_word_id' => '802', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '803', + ], + 12240 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16910', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1258', + 'placement' => '477', + 'prev_word_id' => '803', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 12241 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16911', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '478', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1258', + ], + 12242 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16912', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1927', + 'placement' => '479', + 'prev_word_id' => '1258', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '805', + ], + 12243 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16913', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '480', + 'prev_word_id' => '805', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1927', + ], + 12244 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16914', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1843', + 'placement' => '481', + 'prev_word_id' => '1927', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '898', + ], + 12245 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16915', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '482', + 'prev_word_id' => '898', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1843', + ], + 12246 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16916', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1251', + 'placement' => '483', + 'prev_word_id' => '1843', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '801', + ], + 12247 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16917', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '484', + 'prev_word_id' => '801', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1251', + ], + 12248 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16918', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1928', + 'placement' => '485', + 'prev_word_id' => '1251', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '863', + ], + 12249 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16919', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '486', + 'prev_word_id' => '863', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1928', + ], + 12250 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16920', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '487', + 'prev_word_id' => '1928', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '809', + ], + 12251 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16921', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '488', + 'prev_word_id' => '809', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '894', + ], + 12252 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16922', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '897', + 'placement' => '489', + 'prev_word_id' => '894', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1396', + ], + 12253 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16923', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '490', + 'prev_word_id' => '1396', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '897', + ], + 12254 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16924', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1292', + 'placement' => '491', + 'prev_word_id' => '897', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '974', + ], + 12255 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16925', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '492', + 'prev_word_id' => '974', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1292', + ], + 12256 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16926', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1251', + 'placement' => '493', + 'prev_word_id' => '1292', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '823', + ], + 12257 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16927', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '910', + 'placement' => '494', + 'prev_word_id' => '823', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1251', + ], + 12258 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16928', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '495', + 'prev_word_id' => '1251', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '910', + ], + 12259 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16929', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '496', + 'prev_word_id' => '910', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '863', + ], + 12260 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16930', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '860', + 'placement' => '497', + 'prev_word_id' => '863', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '814', + ], + 12261 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16931', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '498', + 'prev_word_id' => '814', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '860', + ], + 12262 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16932', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1569', + 'placement' => '499', + 'prev_word_id' => '860', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1410', + ], + 12263 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16933', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '500', + 'prev_word_id' => '1410', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1569', + ], + 12264 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16934', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1384', + 'placement' => '501', + 'prev_word_id' => '1569', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1410', + ], + 12265 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16935', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1929', + 'placement' => '502', + 'prev_word_id' => '1410', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1384', + ], + 12266 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16936', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '503', + 'prev_word_id' => '1384', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1929', + ], + 12267 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16937', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '504', + 'prev_word_id' => '1929', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1437', + ], + 12268 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16938', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '906', + 'placement' => '505', + 'prev_word_id' => '1437', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1396', + ], + 12269 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16939', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1930', + 'placement' => '506', + 'prev_word_id' => '1396', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '906', + ], + 12270 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16940', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '507', + 'prev_word_id' => '906', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1930', + ], + 12271 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16941', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1688', + 'placement' => '508', + 'prev_word_id' => '1930', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '894', + ], + 12272 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16942', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '509', + 'prev_word_id' => '894', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1688', + ], + 12273 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16943', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '974', + 'placement' => '510', + 'prev_word_id' => '1688', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '863', + ], + 12274 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16944', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '834', + 'placement' => '511', + 'prev_word_id' => '863', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '974', + ], + 12275 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16945', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1460', + 'placement' => '512', + 'prev_word_id' => '974', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '834', + ], + 12276 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16946', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '513', + 'prev_word_id' => '834', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1460', + ], + 12277 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16947', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1174', + 'placement' => '514', + 'prev_word_id' => '1460', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '830', + ], + 12278 => [ + 'content_type_field_definition_id' => '189', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16948', + 'identifier' => 'image', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '515', + 'prev_word_id' => '830', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1174', + ], + 12279 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16949', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '516', + 'prev_word_id' => '1174', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12280 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '211', + 'frequency' => '0', + 'id' => '16950', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '517', + 'prev_word_id' => '1191', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12281 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '212', + 'frequency' => '0', + 'id' => '16951', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154210', + 'section_id' => '1', + 'word_id' => '2506', + ], + 12282 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '213', + 'frequency' => '0', + 'id' => '16952', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2511', + ], + 12283 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16953', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '942', + ], + 12284 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16954', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '1', + 'prev_word_id' => '942', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '943', + ], + 12285 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16955', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '929', + 'placement' => '2', + 'prev_word_id' => '943', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '822', + ], + 12286 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16956', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2182', + 'placement' => '3', + 'prev_word_id' => '822', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '929', + ], + 12287 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16957', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '4', + 'prev_word_id' => '929', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2182', + ], + 12288 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16958', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '5', + 'prev_word_id' => '2182', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '822', + ], + 12289 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16959', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '6', + 'prev_word_id' => '822', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1417', + ], + 12290 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16960', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2106', + 'placement' => '7', + 'prev_word_id' => '1417', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1396', + ], + 12291 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16961', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2183', + 'placement' => '8', + 'prev_word_id' => '1396', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2106', + ], + 12292 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16962', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1371', + 'placement' => '9', + 'prev_word_id' => '2106', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2183', + ], + 12293 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16963', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2184', + 'placement' => '10', + 'prev_word_id' => '2183', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1371', + ], + 12294 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16964', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '11', + 'prev_word_id' => '1371', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2184', + ], + 12295 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16965', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '856', + 'placement' => '12', + 'prev_word_id' => '2184', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '801', + ], + 12296 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16966', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '13', + 'prev_word_id' => '801', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '856', + ], + 12297 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16967', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2185', + 'placement' => '14', + 'prev_word_id' => '856', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '833', + ], + 12298 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16968', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '15', + 'prev_word_id' => '833', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2185', + ], + 12299 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16969', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1237', + 'placement' => '16', + 'prev_word_id' => '2185', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '830', + ], + 12300 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16970', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2186', + 'placement' => '17', + 'prev_word_id' => '830', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1237', + ], + 12301 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16971', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '898', + 'placement' => '18', + 'prev_word_id' => '1237', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2186', + ], + 12302 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16972', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '19', + 'prev_word_id' => '2186', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '898', + ], + 12303 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16973', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '20', + 'prev_word_id' => '898', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '802', + ], + 12304 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16974', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '826', + 'placement' => '21', + 'prev_word_id' => '802', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '803', + ], + 12305 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16975', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1816', + 'placement' => '22', + 'prev_word_id' => '803', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '826', + ], + 12306 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16976', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2512', + 'placement' => '23', + 'prev_word_id' => '826', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1816', + ], + 12307 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16977', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '24', + 'prev_word_id' => '1816', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2512', + ], + 12308 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16978', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '25', + 'prev_word_id' => '2512', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '813', + ], + 12309 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16979', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '26', + 'prev_word_id' => '813', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '814', + ], + 12310 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16980', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1959', + 'placement' => '27', + 'prev_word_id' => '814', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '830', + ], + 12311 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16981', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '28', + 'prev_word_id' => '830', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1959', + ], + 12312 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16982', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '844', + 'placement' => '29', + 'prev_word_id' => '1959', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '843', + ], + 12313 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16983', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2513', + 'placement' => '30', + 'prev_word_id' => '843', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '844', + ], + 12314 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16984', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '825', + 'placement' => '31', + 'prev_word_id' => '844', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2513', + ], + 12315 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16985', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1396', + 'placement' => '32', + 'prev_word_id' => '2513', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '825', + ], + 12316 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16986', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2437', + 'placement' => '33', + 'prev_word_id' => '825', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1396', + ], + 12317 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16987', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1410', + 'placement' => '34', + 'prev_word_id' => '1396', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2437', + ], + 12318 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16988', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2514', + 'placement' => '35', + 'prev_word_id' => '2437', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1410', + ], + 12319 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16989', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '36', + 'prev_word_id' => '1410', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2514', + ], + 12320 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16990', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1851', + 'placement' => '37', + 'prev_word_id' => '2514', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '823', + ], + 12321 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16991', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2515', + 'placement' => '38', + 'prev_word_id' => '823', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1851', + ], + 12322 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16992', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '39', + 'prev_word_id' => '1851', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2515', + ], + 12323 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16993', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '942', + 'placement' => '40', + 'prev_word_id' => '2515', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '814', + ], + 12324 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16994', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '822', + 'placement' => '41', + 'prev_word_id' => '814', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '942', + ], + 12325 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16995', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '42', + 'prev_word_id' => '942', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '822', + ], + 12326 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16996', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2516', + 'placement' => '43', + 'prev_word_id' => '822', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '805', + ], + 12327 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16997', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1636', + 'placement' => '44', + 'prev_word_id' => '805', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2516', + ], + 12328 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16998', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1008', + 'placement' => '45', + 'prev_word_id' => '2516', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1636', + ], + 12329 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '16999', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2188', + 'placement' => '46', + 'prev_word_id' => '1636', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1008', + ], + 12330 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '17000', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1599', + 'placement' => '47', + 'prev_word_id' => '1008', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2188', + ], + 12331 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '17001', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '48', + 'prev_word_id' => '2188', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1599', + ], + 12332 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '17002', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '49', + 'prev_word_id' => '1599', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '823', + ], + 12333 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '17003', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1833', + 'placement' => '50', + 'prev_word_id' => '823', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1287', + ], + 12334 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '17004', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2189', + 'placement' => '51', + 'prev_word_id' => '1287', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1833', + ], + 12335 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '17005', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '52', + 'prev_word_id' => '1833', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2189', + ], + 12336 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '17006', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '53', + 'prev_word_id' => '2189', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12337 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '214', + 'frequency' => '0', + 'id' => '17007', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '54', + 'prev_word_id' => '1191', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12338 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17008', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '944', + ], + 12339 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17009', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '1', + 'prev_word_id' => '944', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '945', + ], + 12340 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17010', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1952', + 'placement' => '2', + 'prev_word_id' => '945', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '814', + ], + 12341 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17011', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '3', + 'prev_word_id' => '814', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1952', + ], + 12342 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17012', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '4', + 'prev_word_id' => '1952', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '801', + ], + 12343 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17013', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2123', + 'placement' => '5', + 'prev_word_id' => '801', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '881', + ], + 12344 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17014', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '945', + 'placement' => '6', + 'prev_word_id' => '881', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2123', + ], + 12345 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17015', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '7', + 'prev_word_id' => '2123', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '945', + ], + 12346 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17016', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1999', + 'placement' => '8', + 'prev_word_id' => '945', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '816', + ], + 12347 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17017', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2124', + 'placement' => '9', + 'prev_word_id' => '816', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1999', + ], + 12348 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17018', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '10', + 'prev_word_id' => '1999', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2124', + ], + 12349 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17019', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1547', + 'placement' => '11', + 'prev_word_id' => '2124', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '863', + ], + 12350 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17020', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2125', + 'placement' => '12', + 'prev_word_id' => '863', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1547', + ], + 12351 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17021', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1690', + 'placement' => '13', + 'prev_word_id' => '1547', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2125', + ], + 12352 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17022', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '932', + 'placement' => '14', + 'prev_word_id' => '2125', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1690', + ], + 12353 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17023', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2126', + 'placement' => '15', + 'prev_word_id' => '1690', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '932', + ], + 12354 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17024', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '16', + 'prev_word_id' => '932', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2126', + ], + 12355 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17025', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '17', + 'prev_word_id' => '2126', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12356 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '215', + 'frequency' => '0', + 'id' => '17026', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '18', + 'prev_word_id' => '1191', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12357 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17027', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2103', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2102', + ], + 12358 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17028', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '1', + 'prev_word_id' => '2102', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2103', + ], + 12359 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17029', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '2', + 'prev_word_id' => '2103', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '802', + ], + 12360 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17030', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '947', + 'placement' => '3', + 'prev_word_id' => '802', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '803', + ], + 12361 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17031', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2077', + 'placement' => '4', + 'prev_word_id' => '803', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '947', + ], + 12362 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17032', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '5', + 'prev_word_id' => '947', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2077', + ], + 12363 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17033', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2102', + 'placement' => '6', + 'prev_word_id' => '2077', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '810', + ], + 12364 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17034', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2089', + 'placement' => '7', + 'prev_word_id' => '810', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2102', + ], + 12365 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17035', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1429', + 'placement' => '8', + 'prev_word_id' => '2102', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2089', + ], + 12366 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17036', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '9', + 'prev_word_id' => '2089', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1429', + ], + 12367 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17037', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1421', + 'placement' => '10', + 'prev_word_id' => '1429', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1437', + ], + 12368 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17038', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '11', + 'prev_word_id' => '1437', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1421', + ], + 12369 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17039', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1827', + 'placement' => '12', + 'prev_word_id' => '1421', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1481', + ], + 12370 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17040', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '13', + 'prev_word_id' => '1481', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1827', + ], + 12371 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17041', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2104', + 'placement' => '14', + 'prev_word_id' => '1827', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '801', + ], + 12372 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17042', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1368', + 'placement' => '15', + 'prev_word_id' => '801', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2104', + ], + 12373 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17043', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2105', + 'placement' => '16', + 'prev_word_id' => '2104', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1368', + ], + 12374 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17044', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '17', + 'prev_word_id' => '1368', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2105', + ], + 12375 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17045', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1567', + 'placement' => '18', + 'prev_word_id' => '2105', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '830', + ], + 12376 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17046', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '833', + 'placement' => '19', + 'prev_word_id' => '830', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1567', + ], + 12377 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17047', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2106', + 'placement' => '20', + 'prev_word_id' => '1567', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '833', + ], + 12378 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17048', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1390', + 'placement' => '21', + 'prev_word_id' => '833', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2106', + ], + 12379 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17049', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '22', + 'prev_word_id' => '2106', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1390', + ], + 12380 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17050', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2107', + 'placement' => '23', + 'prev_word_id' => '1390', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '801', + ], + 12381 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17051', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1531', + 'placement' => '24', + 'prev_word_id' => '801', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2107', + ], + 12382 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17052', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '830', + 'placement' => '25', + 'prev_word_id' => '2107', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1531', + ], + 12383 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17053', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '26', + 'prev_word_id' => '1531', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '830', + ], + 12384 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17054', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1513', + 'placement' => '27', + 'prev_word_id' => '830', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '816', + ], + 12385 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17055', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1933', + 'placement' => '28', + 'prev_word_id' => '816', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1513', + ], + 12386 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17056', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '29', + 'prev_word_id' => '1513', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1933', + ], + 12387 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17057', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2108', + 'placement' => '30', + 'prev_word_id' => '1933', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1280', + ], + 12388 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17058', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2109', + 'placement' => '31', + 'prev_word_id' => '1280', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2108', + ], + 12389 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17059', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2110', + 'placement' => '32', + 'prev_word_id' => '2108', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2109', + ], + 12390 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17060', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2111', + 'placement' => '33', + 'prev_word_id' => '2109', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2110', + ], + 12391 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17061', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '34', + 'prev_word_id' => '2110', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2111', + ], + 12392 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17062', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1429', + 'placement' => '35', + 'prev_word_id' => '2111', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '814', + ], + 12393 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17063', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2112', + 'placement' => '36', + 'prev_word_id' => '814', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1429', + ], + 12394 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17064', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1368', + 'placement' => '37', + 'prev_word_id' => '1429', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2112', + ], + 12395 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17065', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '38', + 'prev_word_id' => '2112', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1368', + ], + 12396 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17066', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '39', + 'prev_word_id' => '1368', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '813', + ], + 12397 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17067', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1084', + 'placement' => '40', + 'prev_word_id' => '813', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '814', + ], + 12398 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17068', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '41', + 'prev_word_id' => '814', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1084', + ], + 12399 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17069', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '42', + 'prev_word_id' => '1084', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '948', + ], + 12400 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17070', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '43', + 'prev_word_id' => '948', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '949', + ], + 12401 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17071', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1861', + 'placement' => '44', + 'prev_word_id' => '949', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '921', + ], + 12402 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17072', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2113', + 'placement' => '45', + 'prev_word_id' => '921', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1861', + ], + 12403 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17073', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2114', + 'placement' => '46', + 'prev_word_id' => '1861', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2113', + ], + 12404 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17074', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '47', + 'prev_word_id' => '2113', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2114', + ], + 12405 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17075', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '972', + 'placement' => '48', + 'prev_word_id' => '2114', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '810', + ], + 12406 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17076', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1300', + 'placement' => '49', + 'prev_word_id' => '810', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '972', + ], + 12407 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17077', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '50', + 'prev_word_id' => '972', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1300', + ], + 12408 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17078', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '51', + 'prev_word_id' => '1300', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '863', + ], + 12409 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17079', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2115', + 'placement' => '52', + 'prev_word_id' => '863', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '814', + ], + 12410 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17080', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '53', + 'prev_word_id' => '814', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2115', + ], + 12411 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17081', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '881', + 'placement' => '54', + 'prev_word_id' => '2115', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '894', + ], + 12412 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17082', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '55', + 'prev_word_id' => '894', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '881', + ], + 12413 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17083', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2102', + 'placement' => '56', + 'prev_word_id' => '881', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '814', + ], + 12414 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17084', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2089', + 'placement' => '57', + 'prev_word_id' => '814', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2102', + ], + 12415 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17085', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '58', + 'prev_word_id' => '2102', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2089', + ], + 12416 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17086', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1510', + 'placement' => '59', + 'prev_word_id' => '2089', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '801', + ], + 12417 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17087', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '60', + 'prev_word_id' => '801', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1510', + ], + 12418 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17088', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1481', + 'placement' => '61', + 'prev_word_id' => '1510', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '814', + ], + 12419 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17089', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1827', + 'placement' => '62', + 'prev_word_id' => '814', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1481', + ], + 12420 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17090', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '63', + 'prev_word_id' => '1481', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1827', + ], + 12421 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17091', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1686', + 'placement' => '64', + 'prev_word_id' => '1827', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1417', + ], + 12422 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17092', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '65', + 'prev_word_id' => '1417', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1686', + ], + 12423 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17093', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '66', + 'prev_word_id' => '1686', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '805', + ], + 12424 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17094', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1418', + 'placement' => '67', + 'prev_word_id' => '805', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '814', + ], + 12425 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17095', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '68', + 'prev_word_id' => '814', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1418', + ], + 12426 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17096', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1605', + 'placement' => '69', + 'prev_word_id' => '1418', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1290', + ], + 12427 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17097', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '70', + 'prev_word_id' => '1290', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1605', + ], + 12428 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17098', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '71', + 'prev_word_id' => '1605', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '894', + ], + 12429 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17099', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1656', + 'placement' => '72', + 'prev_word_id' => '894', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1319', + ], + 12430 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17100', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2105', + 'placement' => '73', + 'prev_word_id' => '1319', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1656', + ], + 12431 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17101', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2116', + 'placement' => '74', + 'prev_word_id' => '1656', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2105', + ], + 12432 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17102', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '75', + 'prev_word_id' => '2105', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2116', + ], + 12433 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17103', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '76', + 'prev_word_id' => '2116', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1749', + ], + 12434 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17104', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2105', + 'placement' => '77', + 'prev_word_id' => '1749', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '813', + ], + 12435 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17105', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2116', + 'placement' => '78', + 'prev_word_id' => '813', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2105', + ], + 12436 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17106', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '79', + 'prev_word_id' => '2105', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2116', + ], + 12437 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17107', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '80', + 'prev_word_id' => '2116', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '948', + ], + 12438 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17108', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2117', + 'placement' => '81', + 'prev_word_id' => '948', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '949', + ], + 12439 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17109', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2118', + 'placement' => '82', + 'prev_word_id' => '949', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2117', + ], + 12440 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17110', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2118', + 'placement' => '83', + 'prev_word_id' => '2117', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2118', + ], + 12441 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17111', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '84', + 'prev_word_id' => '2118', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2118', + ], + 12442 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17112', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '85', + 'prev_word_id' => '2118', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '948', + ], + 12443 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17113', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2117', + 'placement' => '86', + 'prev_word_id' => '948', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '949', + ], + 12444 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17114', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2118', + 'placement' => '87', + 'prev_word_id' => '949', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2117', + ], + 12445 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17115', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2119', + 'placement' => '88', + 'prev_word_id' => '2117', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2118', + ], + 12446 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17116', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2118', + 'placement' => '89', + 'prev_word_id' => '2118', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2119', + ], + 12447 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17117', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2120', + 'placement' => '90', + 'prev_word_id' => '2119', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2118', + ], + 12448 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17118', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '91', + 'prev_word_id' => '2118', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2120', + ], + 12449 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17119', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '92', + 'prev_word_id' => '2120', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1749', + ], + 12450 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17120', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2102', + 'placement' => '93', + 'prev_word_id' => '1749', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '813', + ], + 12451 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17121', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2089', + 'placement' => '94', + 'prev_word_id' => '813', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2102', + ], + 12452 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17122', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1054', + 'placement' => '95', + 'prev_word_id' => '2102', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2089', + ], + 12453 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17123', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2089', + 'placement' => '96', + 'prev_word_id' => '2089', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1054', + ], + 12454 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17124', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2121', + 'placement' => '97', + 'prev_word_id' => '1054', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2089', + ], + 12455 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17125', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2102', + 'placement' => '98', + 'prev_word_id' => '2089', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2121', + ], + 12456 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17126', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2122', + 'placement' => '99', + 'prev_word_id' => '2121', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2102', + ], + 12457 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17127', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '100', + 'prev_word_id' => '2102', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2122', + ], + 12458 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17128', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2117', + 'placement' => '101', + 'prev_word_id' => '2122', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1287', + ], + 12459 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17129', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2118', + 'placement' => '102', + 'prev_word_id' => '1287', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2117', + ], + 12460 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17130', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1061', + 'placement' => '103', + 'prev_word_id' => '2117', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2118', + ], + 12461 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17131', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '104', + 'prev_word_id' => '2118', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1061', + ], + 12462 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17132', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '105', + 'prev_word_id' => '1061', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12463 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '216', + 'frequency' => '0', + 'id' => '17133', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '106', + 'prev_word_id' => '1191', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12464 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17134', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '912', + ], + 12465 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17135', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2097', + 'placement' => '1', + 'prev_word_id' => '912', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '816', + ], + 12466 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17136', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2098', + 'placement' => '2', + 'prev_word_id' => '816', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2097', + ], + 12467 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17137', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '3', + 'prev_word_id' => '2097', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2098', + ], + 12468 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17138', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '2099', + 'placement' => '4', + 'prev_word_id' => '2098', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1133', + ], + 12469 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17139', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '809', + 'placement' => '5', + 'prev_word_id' => '1133', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2099', + ], + 12470 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17140', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '802', + 'placement' => '6', + 'prev_word_id' => '2099', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '809', + ], + 12471 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17141', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '803', + 'placement' => '7', + 'prev_word_id' => '809', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '802', + ], + 12472 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17142', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1133', + 'placement' => '8', + 'prev_word_id' => '802', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '803', + ], + 12473 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17143', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '894', + 'placement' => '9', + 'prev_word_id' => '803', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1133', + ], + 12474 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17144', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '10', + 'prev_word_id' => '1133', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '894', + ], + 12475 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17145', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2024', + 'placement' => '11', + 'prev_word_id' => '894', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '843', + ], + 12476 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17146', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '12', + 'prev_word_id' => '843', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2024', + ], + 12477 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17147', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '832', + 'placement' => '13', + 'prev_word_id' => '2024', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '810', + ], + 12478 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17148', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2100', + 'placement' => '14', + 'prev_word_id' => '810', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '832', + ], + 12479 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17149', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1443', + 'placement' => '15', + 'prev_word_id' => '832', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2100', + ], + 12480 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17150', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1277', + 'placement' => '16', + 'prev_word_id' => '2100', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1443', + ], + 12481 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17151', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '17', + 'prev_word_id' => '1443', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1277', + ], + 12482 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17152', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '2101', + 'placement' => '18', + 'prev_word_id' => '1277', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '814', + ], + 12483 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17153', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '19', + 'prev_word_id' => '814', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '2101', + ], + 12484 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17154', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '20', + 'prev_word_id' => '2101', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12485 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '217', + 'frequency' => '0', + 'id' => '17155', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '21', + 'prev_word_id' => '1191', + 'published' => '1311154211', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12486 => [ + 'content_type_field_definition_id' => '183', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17156', + 'identifier' => 'title', + 'integer_value' => '0', + 'next_word_id' => '912', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2076', + ], + 12487 => [ + 'content_type_field_definition_id' => '186', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17157', + 'identifier' => 'intro', + 'integer_value' => '0', + 'next_word_id' => '1790', + 'placement' => '1', + 'prev_word_id' => '2076', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '912', + ], + 12488 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17158', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '2', + 'prev_word_id' => '912', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1790', + ], + 12489 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17159', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2076', + 'placement' => '3', + 'prev_word_id' => '1790', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '805', + ], + 12490 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17160', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '4', + 'prev_word_id' => '805', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2076', + ], + 12491 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17161', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2078', + 'placement' => '5', + 'prev_word_id' => '2076', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1280', + ], + 12492 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17162', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2076', + 'placement' => '6', + 'prev_word_id' => '1280', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2078', + ], + 12493 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17163', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '805', + 'placement' => '7', + 'prev_word_id' => '2078', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2076', + ], + 12494 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17164', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '882', + 'placement' => '8', + 'prev_word_id' => '2076', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '805', + ], + 12495 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17165', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1323', + 'placement' => '9', + 'prev_word_id' => '805', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '882', + ], + 12496 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17166', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1883', + 'placement' => '10', + 'prev_word_id' => '882', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1323', + ], + 12497 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17167', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '11', + 'prev_word_id' => '1323', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1883', + ], + 12498 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17168', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1845', + 'placement' => '12', + 'prev_word_id' => '1883', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '816', + ], + 12499 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17169', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2076', + 'placement' => '13', + 'prev_word_id' => '816', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1845', + ], + 12500 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17170', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1791', + 'placement' => '14', + 'prev_word_id' => '1845', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2076', + ], + 12501 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17171', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '15', + 'prev_word_id' => '2076', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1791', + ], + 12502 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17172', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1480', + 'placement' => '16', + 'prev_word_id' => '1791', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '810', + ], + 12503 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17173', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '801', + 'placement' => '17', + 'prev_word_id' => '810', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1480', + ], + 12504 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17174', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2079', + 'placement' => '18', + 'prev_word_id' => '1480', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '801', + ], + 12505 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17175', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '19', + 'prev_word_id' => '801', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2079', + ], + 12506 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17176', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2080', + 'placement' => '20', + 'prev_word_id' => '2079', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '814', + ], + 12507 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17177', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '21', + 'prev_word_id' => '814', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2080', + ], + 12508 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17178', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '22', + 'prev_word_id' => '2080', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '813', + ], + 12509 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17179', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2081', + 'placement' => '23', + 'prev_word_id' => '813', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '814', + ], + 12510 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17180', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '813', + 'placement' => '24', + 'prev_word_id' => '814', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2081', + ], + 12511 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17181', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2082', + 'placement' => '25', + 'prev_word_id' => '2081', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '813', + ], + 12512 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17182', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '26', + 'prev_word_id' => '813', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2082', + ], + 12513 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17183', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '27', + 'prev_word_id' => '2082', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1620', + ], + 12514 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17184', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1319', + 'placement' => '28', + 'prev_word_id' => '1620', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1437', + ], + 12515 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17185', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1924', + 'placement' => '29', + 'prev_word_id' => '1437', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1319', + ], + 12516 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17186', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1892', + 'placement' => '30', + 'prev_word_id' => '1319', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1924', + ], + 12517 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17187', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '31', + 'prev_word_id' => '1924', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1892', + ], + 12518 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17188', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '32', + 'prev_word_id' => '1892', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '816', + ], + 12519 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17189', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '33', + 'prev_word_id' => '816', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '814', + ], + 12520 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17190', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1280', + 'placement' => '34', + 'prev_word_id' => '814', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '841', + ], + 12521 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17191', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2078', + 'placement' => '35', + 'prev_word_id' => '841', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1280', + ], + 12522 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17192', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2076', + 'placement' => '36', + 'prev_word_id' => '1280', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2078', + ], + 12523 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17193', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2083', + 'placement' => '37', + 'prev_word_id' => '2078', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2076', + ], + 12524 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17194', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1620', + 'placement' => '38', + 'prev_word_id' => '2076', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2083', + ], + 12525 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17195', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '39', + 'prev_word_id' => '2083', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1620', + ], + 12526 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17196', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2084', + 'placement' => '40', + 'prev_word_id' => '1620', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '863', + ], + 12527 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17197', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2085', + 'placement' => '41', + 'prev_word_id' => '863', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2084', + ], + 12528 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17198', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '42', + 'prev_word_id' => '2084', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2085', + ], + 12529 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17199', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '43', + 'prev_word_id' => '2085', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '848', + ], + 12530 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17200', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2086', + 'placement' => '44', + 'prev_word_id' => '848', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '814', + ], + 12531 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17201', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '45', + 'prev_word_id' => '814', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2086', + ], + 12532 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17202', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1577', + 'placement' => '46', + 'prev_word_id' => '2086', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '841', + ], + 12533 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17203', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '47', + 'prev_word_id' => '841', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1577', + ], + 12534 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17204', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1791', + 'placement' => '48', + 'prev_word_id' => '1577', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1417', + ], + 12535 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17205', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2087', + 'placement' => '49', + 'prev_word_id' => '1417', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1791', + ], + 12536 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17206', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2088', + 'placement' => '50', + 'prev_word_id' => '1791', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2087', + ], + 12537 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17207', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1414', + 'placement' => '51', + 'prev_word_id' => '2087', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2088', + ], + 12538 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17208', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1910', + 'placement' => '52', + 'prev_word_id' => '2088', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1414', + ], + 12539 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17209', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1910', + 'placement' => '53', + 'prev_word_id' => '1414', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1910', + ], + 12540 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17210', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2089', + 'placement' => '54', + 'prev_word_id' => '1910', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1910', + ], + 12541 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17211', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '55', + 'prev_word_id' => '1910', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2089', + ], + 12542 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17212', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1512', + 'placement' => '56', + 'prev_word_id' => '2089', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1550', + ], + 12543 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17213', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '870', + 'placement' => '57', + 'prev_word_id' => '1550', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1512', + ], + 12544 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17214', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '58', + 'prev_word_id' => '1512', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '870', + ], + 12545 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17215', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2086', + 'placement' => '59', + 'prev_word_id' => '870', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '814', + ], + 12546 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17216', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '841', + 'placement' => '60', + 'prev_word_id' => '814', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2086', + ], + 12547 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17217', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1577', + 'placement' => '61', + 'prev_word_id' => '2086', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '841', + ], + 12548 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17218', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1417', + 'placement' => '62', + 'prev_word_id' => '841', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1577', + ], + 12549 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17219', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1744', + 'placement' => '63', + 'prev_word_id' => '1577', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1417', + ], + 12550 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17220', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1437', + 'placement' => '64', + 'prev_word_id' => '1417', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1744', + ], + 12551 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17221', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '65', + 'prev_word_id' => '1744', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1437', + ], + 12552 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17222', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2090', + 'placement' => '66', + 'prev_word_id' => '1437', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '810', + ], + 12553 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17223', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '863', + 'placement' => '67', + 'prev_word_id' => '810', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2090', + ], + 12554 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17224', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1290', + 'placement' => '68', + 'prev_word_id' => '2090', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '863', + ], + 12555 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17225', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '69', + 'prev_word_id' => '863', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1290', + ], + 12556 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17226', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '854', + 'placement' => '70', + 'prev_word_id' => '1290', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '943', + ], + 12557 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17227', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '71', + 'prev_word_id' => '943', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '854', + ], + 12558 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17228', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '72', + 'prev_word_id' => '854', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1550', + ], + 12559 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17229', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2091', + 'placement' => '73', + 'prev_word_id' => '1550', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '843', + ], + 12560 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17230', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '74', + 'prev_word_id' => '843', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2091', + ], + 12561 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17231', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '75', + 'prev_word_id' => '2091', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1420', + ], + 12562 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17232', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '76', + 'prev_word_id' => '1420', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1550', + ], + 12563 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17233', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '77', + 'prev_word_id' => '1550', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '823', + ], + 12564 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17234', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2086', + 'placement' => '78', + 'prev_word_id' => '823', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '814', + ], + 12565 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17235', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1577', + 'placement' => '79', + 'prev_word_id' => '814', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2086', + ], + 12566 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17236', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '810', + 'placement' => '80', + 'prev_word_id' => '2086', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1577', + ], + 12567 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17237', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2092', + 'placement' => '81', + 'prev_word_id' => '1577', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '810', + ], + 12568 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17238', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '943', + 'placement' => '82', + 'prev_word_id' => '810', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2092', + ], + 12569 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17239', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '854', + 'placement' => '83', + 'prev_word_id' => '2092', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '943', + ], + 12570 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17240', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '84', + 'prev_word_id' => '943', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '854', + ], + 12571 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17241', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '843', + 'placement' => '85', + 'prev_word_id' => '854', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1550', + ], + 12572 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17242', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '816', + 'placement' => '86', + 'prev_word_id' => '1550', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '843', + ], + 12573 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17243', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1749', + 'placement' => '87', + 'prev_word_id' => '843', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '816', + ], + 12574 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17244', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2093', + 'placement' => '88', + 'prev_word_id' => '816', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1749', + ], + 12575 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17245', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1830', + 'placement' => '89', + 'prev_word_id' => '1749', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2093', + ], + 12576 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17246', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2088', + 'placement' => '90', + 'prev_word_id' => '2093', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1830', + ], + 12577 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17247', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2094', + 'placement' => '91', + 'prev_word_id' => '1830', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2088', + ], + 12578 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17248', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '848', + 'placement' => '92', + 'prev_word_id' => '2088', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2094', + ], + 12579 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17249', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1420', + 'placement' => '93', + 'prev_word_id' => '2094', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '848', + ], + 12580 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17250', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1550', + 'placement' => '94', + 'prev_word_id' => '848', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1420', + ], + 12581 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17251', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '823', + 'placement' => '95', + 'prev_word_id' => '1420', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1550', + ], + 12582 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17252', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '814', + 'placement' => '96', + 'prev_word_id' => '1550', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '823', + ], + 12583 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17253', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2086', + 'placement' => '97', + 'prev_word_id' => '823', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '814', + ], + 12584 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17254', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1577', + 'placement' => '98', + 'prev_word_id' => '814', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2086', + ], + 12585 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17255', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '890', + 'placement' => '99', + 'prev_word_id' => '2086', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1577', + ], + 12586 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17256', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '921', + 'placement' => '100', + 'prev_word_id' => '1577', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '890', + ], + 12587 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17257', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '948', + 'placement' => '101', + 'prev_word_id' => '890', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '921', + ], + 12588 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17258', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '949', + 'placement' => '102', + 'prev_word_id' => '921', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '948', + ], + 12589 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17259', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1287', + 'placement' => '103', + 'prev_word_id' => '948', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '949', + ], + 12590 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17260', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2095', + 'placement' => '104', + 'prev_word_id' => '949', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1287', + ], + 12591 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17261', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '2096', + 'placement' => '105', + 'prev_word_id' => '1287', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2095', + ], + 12592 => [ + 'content_type_field_definition_id' => '187', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17262', + 'identifier' => 'body', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '106', + 'prev_word_id' => '2095', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2096', + ], + 12593 => [ + 'content_type_field_definition_id' => '191', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17263', + 'identifier' => 'publish_date', + 'integer_value' => '0', + 'next_word_id' => '1191', + 'placement' => '107', + 'prev_word_id' => '2096', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12594 => [ + 'content_type_field_definition_id' => '192', + 'content_type_id' => '16', + 'contentobject_id' => '218', + 'frequency' => '0', + 'id' => '17264', + 'identifier' => 'unpublish_date', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '108', + 'prev_word_id' => '1191', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1191', + ], + 12595 => [ + 'content_type_field_definition_id' => '252', + 'content_type_id' => '26', + 'contentobject_id' => '219', + 'frequency' => '0', + 'id' => '17265', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1225', + ], + 12596 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '220', + 'frequency' => '0', + 'id' => '17266', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2517', + ], + 12597 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '221', + 'frequency' => '0', + 'id' => '17267', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2519', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2518', + ], + 12598 => [ + 'content_type_field_definition_id' => '4', + 'content_type_id' => '1', + 'contentobject_id' => '221', + 'frequency' => '0', + 'id' => '17268', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '2518', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2519', + ], + 12599 => [ + 'content_type_field_definition_id' => '229', + 'content_type_id' => '22', + 'contentobject_id' => '222', + 'frequency' => '0', + 'id' => '17269', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '1256', + ], + 12600 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '224', + 'frequency' => '0', + 'id' => '17270', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '2520', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2426', + ], + 12601 => [ + 'content_type_field_definition_id' => '266', + 'content_type_id' => '30', + 'contentobject_id' => '224', + 'frequency' => '0', + 'id' => '17271', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '1', + 'prev_word_id' => '2426', + 'published' => '1311154212', + 'section_id' => '1', + 'word_id' => '2520', + ], + 12602 => [ + 'content_type_field_definition_id' => '8', + 'content_type_id' => '4', + 'contentobject_id' => '14', + 'frequency' => '0', + 'id' => '17272', + 'identifier' => 'first_name', + 'integer_value' => '0', + 'next_word_id' => '954', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1033920830', + 'section_id' => '2', + 'word_id' => '958', + ], + 12603 => [ + 'content_type_field_definition_id' => '9', + 'content_type_id' => '4', + 'contentobject_id' => '14', + 'frequency' => '0', + 'id' => '17273', + 'identifier' => 'last_name', + 'integer_value' => '0', + 'next_word_id' => '2521', + 'placement' => '1', + 'prev_word_id' => '958', + 'published' => '1033920830', + 'section_id' => '2', + 'word_id' => '954', + ], + 12604 => [ + 'content_type_field_definition_id' => '12', + 'content_type_id' => '4', + 'contentobject_id' => '14', + 'frequency' => '0', + 'id' => '17274', + 'identifier' => 'user_account', + 'integer_value' => '0', + 'next_word_id' => '2522', + 'placement' => '2', + 'prev_word_id' => '954', + 'published' => '1033920830', + 'section_id' => '2', + 'word_id' => '2521', + ], + 12605 => [ + 'content_type_field_definition_id' => '12', + 'content_type_id' => '4', + 'contentobject_id' => '14', + 'frequency' => '0', + 'id' => '17275', + 'identifier' => 'user_account', + 'integer_value' => '0', + 'next_word_id' => '927', + 'placement' => '3', + 'prev_word_id' => '2521', + 'published' => '1033920830', + 'section_id' => '2', + 'word_id' => '2522', + ], + 12606 => [ + 'content_type_field_definition_id' => '12', + 'content_type_id' => '4', + 'contentobject_id' => '14', + 'frequency' => '0', + 'id' => '17276', + 'identifier' => 'user_account', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '4', + 'prev_word_id' => '2522', + 'published' => '1033920830', + 'section_id' => '2', + 'word_id' => '927', + ], + 12607 => [ + 'content_type_field_definition_id' => '6', + 'content_type_id' => '3', + 'contentobject_id' => '225', + 'frequency' => '0', + 'id' => '17277', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1311154215', + 'section_id' => '1', + 'word_id' => '2216', + ], + 12608 => [ + 'content_type_field_definition_id' => '6', + 'content_type_id' => '3', + 'contentobject_id' => '11', + 'frequency' => '0', + 'id' => '17278', + 'identifier' => 'name', + 'integer_value' => '0', + 'next_word_id' => '0', + 'placement' => '0', + 'prev_word_id' => '0', + 'published' => '1033920746', + 'section_id' => '2', + 'word_id' => '1385', + ], + ], + ObjectStateGateway::OBJECT_STATE_TABLE => [ + 0 => [ + 'default_language_id' => '2', + 'group_id' => '2', + 'id' => '1', + 'identifier' => 'not_locked', + 'language_mask' => '3', + 'priority' => '0', + ], + 1 => [ + 'default_language_id' => '2', + 'group_id' => '2', + 'id' => '2', + 'identifier' => 'locked', + 'language_mask' => '3', + 'priority' => '1', + ], + ], + ObjectStateGateway::OBJECT_STATE_GROUP_TABLE => [ + 0 => [ + 'default_language_id' => '2', + 'id' => '2', + 'identifier' => 'ibexa_lock', + 'language_mask' => '3', + ], + ], + ObjectStateGateway::OBJECT_STATE_GROUP_LANGUAGE_TABLE => [ + 0 => [ + 'contentobject_state_group_id' => '2', + 'description' => '', + 'language_id' => '3', + 'real_language_id' => '2', + 'name' => 'Lock', + ], + ], + ObjectStateGateway::OBJECT_STATE_LANGUAGE_TABLE => [ + 0 => [ + 'contentobject_state_id' => '1', + 'description' => '', + 'language_id' => '3', + 'name' => 'Not locked', + ], + 1 => [ + 'contentobject_state_id' => '2', + 'description' => '', + 'language_id' => '3', + 'name' => 'Locked', + ], + ], + ObjectStateGateway::OBJECT_STATE_LINK_TABLE => [ + 0 => [ + 'contentobject_id' => '4', + 'contentobject_state_id' => '1', + ], + 1 => [ + 'contentobject_id' => '10', + 'contentobject_state_id' => '1', + ], + 2 => [ + 'contentobject_id' => '11', + 'contentobject_state_id' => '1', + ], + 3 => [ + 'contentobject_id' => '12', + 'contentobject_state_id' => '1', + ], + 4 => [ + 'contentobject_id' => '13', + 'contentobject_state_id' => '1', + ], + 5 => [ + 'contentobject_id' => '14', + 'contentobject_state_id' => '1', + ], + 6 => [ + 'contentobject_id' => '41', + 'contentobject_state_id' => '1', + ], + 7 => [ + 'contentobject_id' => '42', + 'contentobject_state_id' => '1', + ], + 8 => [ + 'contentobject_id' => '45', + 'contentobject_state_id' => '1', + ], + 9 => [ + 'contentobject_id' => '49', + 'contentobject_state_id' => '1', + ], + 10 => [ + 'contentobject_id' => '50', + 'contentobject_state_id' => '1', + ], + 11 => [ + 'contentobject_id' => '51', + 'contentobject_state_id' => '1', + ], + 12 => [ + 'contentobject_id' => '52', + 'contentobject_state_id' => '1', + ], + 13 => [ + 'contentobject_id' => '54', + 'contentobject_state_id' => '1', + ], + 14 => [ + 'contentobject_id' => '56', + 'contentobject_state_id' => '1', + ], + 15 => [ + 'contentobject_id' => '57', + 'contentobject_state_id' => '1', + ], + 16 => [ + 'contentobject_id' => '58', + 'contentobject_state_id' => '1', + ], + 17 => [ + 'contentobject_id' => '59', + 'contentobject_state_id' => '1', + ], + 18 => [ + 'contentobject_id' => '60', + 'contentobject_state_id' => '1', + ], + 19 => [ + 'contentobject_id' => '61', + 'contentobject_state_id' => '1', + ], + 20 => [ + 'contentobject_id' => '62', + 'contentobject_state_id' => '1', + ], + 21 => [ + 'contentobject_id' => '63', + 'contentobject_state_id' => '1', + ], + 22 => [ + 'contentobject_id' => '64', + 'contentobject_state_id' => '1', + ], + 23 => [ + 'contentobject_id' => '65', + 'contentobject_state_id' => '1', + ], + 24 => [ + 'contentobject_id' => '66', + 'contentobject_state_id' => '1', + ], + 25 => [ + 'contentobject_id' => '67', + 'contentobject_state_id' => '1', + ], + 26 => [ + 'contentobject_id' => '68', + 'contentobject_state_id' => '1', + ], + 27 => [ + 'contentobject_id' => '69', + 'contentobject_state_id' => '1', + ], + 28 => [ + 'contentobject_id' => '70', + 'contentobject_state_id' => '1', + ], + 29 => [ + 'contentobject_id' => '71', + 'contentobject_state_id' => '1', + ], + 30 => [ + 'contentobject_id' => '72', + 'contentobject_state_id' => '1', + ], + 31 => [ + 'contentobject_id' => '73', + 'contentobject_state_id' => '1', + ], + 32 => [ + 'contentobject_id' => '74', + 'contentobject_state_id' => '1', + ], + 33 => [ + 'contentobject_id' => '75', + 'contentobject_state_id' => '1', + ], + 34 => [ + 'contentobject_id' => '76', + 'contentobject_state_id' => '1', + ], + 35 => [ + 'contentobject_id' => '77', + 'contentobject_state_id' => '1', + ], + 36 => [ + 'contentobject_id' => '78', + 'contentobject_state_id' => '1', + ], + 37 => [ + 'contentobject_id' => '79', + 'contentobject_state_id' => '1', + ], + 38 => [ + 'contentobject_id' => '80', + 'contentobject_state_id' => '1', + ], + 39 => [ + 'contentobject_id' => '81', + 'contentobject_state_id' => '1', + ], + 40 => [ + 'contentobject_id' => '82', + 'contentobject_state_id' => '1', + ], + 41 => [ + 'contentobject_id' => '83', + 'contentobject_state_id' => '1', + ], + 42 => [ + 'contentobject_id' => '84', + 'contentobject_state_id' => '1', + ], + 43 => [ + 'contentobject_id' => '85', + 'contentobject_state_id' => '1', + ], + 44 => [ + 'contentobject_id' => '86', + 'contentobject_state_id' => '1', + ], + 45 => [ + 'contentobject_id' => '87', + 'contentobject_state_id' => '1', + ], + 46 => [ + 'contentobject_id' => '88', + 'contentobject_state_id' => '1', + ], + 47 => [ + 'contentobject_id' => '89', + 'contentobject_state_id' => '1', + ], + 48 => [ + 'contentobject_id' => '90', + 'contentobject_state_id' => '1', + ], + 49 => [ + 'contentobject_id' => '91', + 'contentobject_state_id' => '1', + ], + 50 => [ + 'contentobject_id' => '92', + 'contentobject_state_id' => '1', + ], + 51 => [ + 'contentobject_id' => '93', + 'contentobject_state_id' => '1', + ], + 52 => [ + 'contentobject_id' => '94', + 'contentobject_state_id' => '1', + ], + 53 => [ + 'contentobject_id' => '95', + 'contentobject_state_id' => '1', + ], + 54 => [ + 'contentobject_id' => '96', + 'contentobject_state_id' => '1', + ], + 55 => [ + 'contentobject_id' => '97', + 'contentobject_state_id' => '1', + ], + 56 => [ + 'contentobject_id' => '98', + 'contentobject_state_id' => '1', + ], + 57 => [ + 'contentobject_id' => '99', + 'contentobject_state_id' => '1', + ], + 58 => [ + 'contentobject_id' => '100', + 'contentobject_state_id' => '1', + ], + 59 => [ + 'contentobject_id' => '101', + 'contentobject_state_id' => '1', + ], + 60 => [ + 'contentobject_id' => '102', + 'contentobject_state_id' => '1', + ], + 61 => [ + 'contentobject_id' => '103', + 'contentobject_state_id' => '1', + ], + 62 => [ + 'contentobject_id' => '104', + 'contentobject_state_id' => '1', + ], + 63 => [ + 'contentobject_id' => '105', + 'contentobject_state_id' => '1', + ], + 64 => [ + 'contentobject_id' => '106', + 'contentobject_state_id' => '1', + ], + 65 => [ + 'contentobject_id' => '107', + 'contentobject_state_id' => '1', + ], + 66 => [ + 'contentobject_id' => '108', + 'contentobject_state_id' => '1', + ], + 67 => [ + 'contentobject_id' => '109', + 'contentobject_state_id' => '1', + ], + 68 => [ + 'contentobject_id' => '110', + 'contentobject_state_id' => '1', + ], + 69 => [ + 'contentobject_id' => '111', + 'contentobject_state_id' => '1', + ], + 70 => [ + 'contentobject_id' => '112', + 'contentobject_state_id' => '1', + ], + 71 => [ + 'contentobject_id' => '113', + 'contentobject_state_id' => '1', + ], + 72 => [ + 'contentobject_id' => '114', + 'contentobject_state_id' => '1', + ], + 73 => [ + 'contentobject_id' => '115', + 'contentobject_state_id' => '1', + ], + 74 => [ + 'contentobject_id' => '116', + 'contentobject_state_id' => '1', + ], + 75 => [ + 'contentobject_id' => '117', + 'contentobject_state_id' => '1', + ], + 76 => [ + 'contentobject_id' => '118', + 'contentobject_state_id' => '1', + ], + 77 => [ + 'contentobject_id' => '119', + 'contentobject_state_id' => '1', + ], + 78 => [ + 'contentobject_id' => '120', + 'contentobject_state_id' => '1', + ], + 79 => [ + 'contentobject_id' => '121', + 'contentobject_state_id' => '1', + ], + 80 => [ + 'contentobject_id' => '122', + 'contentobject_state_id' => '1', + ], + 81 => [ + 'contentobject_id' => '123', + 'contentobject_state_id' => '1', + ], + 82 => [ + 'contentobject_id' => '124', + 'contentobject_state_id' => '1', + ], + 83 => [ + 'contentobject_id' => '125', + 'contentobject_state_id' => '1', + ], + 84 => [ + 'contentobject_id' => '126', + 'contentobject_state_id' => '1', + ], + 85 => [ + 'contentobject_id' => '127', + 'contentobject_state_id' => '1', + ], + 86 => [ + 'contentobject_id' => '128', + 'contentobject_state_id' => '1', + ], + 87 => [ + 'contentobject_id' => '129', + 'contentobject_state_id' => '1', + ], + 88 => [ + 'contentobject_id' => '130', + 'contentobject_state_id' => '1', + ], + 89 => [ + 'contentobject_id' => '131', + 'contentobject_state_id' => '1', + ], + 90 => [ + 'contentobject_id' => '132', + 'contentobject_state_id' => '1', + ], + 91 => [ + 'contentobject_id' => '133', + 'contentobject_state_id' => '1', + ], + 92 => [ + 'contentobject_id' => '134', + 'contentobject_state_id' => '1', + ], + 93 => [ + 'contentobject_id' => '135', + 'contentobject_state_id' => '1', + ], + 94 => [ + 'contentobject_id' => '136', + 'contentobject_state_id' => '1', + ], + 95 => [ + 'contentobject_id' => '137', + 'contentobject_state_id' => '1', + ], + 96 => [ + 'contentobject_id' => '138', + 'contentobject_state_id' => '1', + ], + 97 => [ + 'contentobject_id' => '139', + 'contentobject_state_id' => '1', + ], + 98 => [ + 'contentobject_id' => '140', + 'contentobject_state_id' => '1', + ], + 99 => [ + 'contentobject_id' => '141', + 'contentobject_state_id' => '1', + ], + 100 => [ + 'contentobject_id' => '142', + 'contentobject_state_id' => '1', + ], + 101 => [ + 'contentobject_id' => '143', + 'contentobject_state_id' => '1', + ], + 102 => [ + 'contentobject_id' => '144', + 'contentobject_state_id' => '1', + ], + 103 => [ + 'contentobject_id' => '145', + 'contentobject_state_id' => '1', + ], + 104 => [ + 'contentobject_id' => '146', + 'contentobject_state_id' => '1', + ], + 105 => [ + 'contentobject_id' => '147', + 'contentobject_state_id' => '1', + ], + 106 => [ + 'contentobject_id' => '148', + 'contentobject_state_id' => '1', + ], + 107 => [ + 'contentobject_id' => '149', + 'contentobject_state_id' => '1', + ], + 108 => [ + 'contentobject_id' => '150', + 'contentobject_state_id' => '1', + ], + 109 => [ + 'contentobject_id' => '151', + 'contentobject_state_id' => '1', + ], + 110 => [ + 'contentobject_id' => '152', + 'contentobject_state_id' => '1', + ], + 111 => [ + 'contentobject_id' => '153', + 'contentobject_state_id' => '1', + ], + 112 => [ + 'contentobject_id' => '154', + 'contentobject_state_id' => '1', + ], + 113 => [ + 'contentobject_id' => '155', + 'contentobject_state_id' => '1', + ], + 114 => [ + 'contentobject_id' => '156', + 'contentobject_state_id' => '1', + ], + 115 => [ + 'contentobject_id' => '157', + 'contentobject_state_id' => '1', + ], + 116 => [ + 'contentobject_id' => '158', + 'contentobject_state_id' => '1', + ], + 117 => [ + 'contentobject_id' => '159', + 'contentobject_state_id' => '1', + ], + 118 => [ + 'contentobject_id' => '160', + 'contentobject_state_id' => '1', + ], + 119 => [ + 'contentobject_id' => '161', + 'contentobject_state_id' => '1', + ], + 120 => [ + 'contentobject_id' => '162', + 'contentobject_state_id' => '1', + ], + 121 => [ + 'contentobject_id' => '163', + 'contentobject_state_id' => '1', + ], + 122 => [ + 'contentobject_id' => '164', + 'contentobject_state_id' => '1', + ], + 123 => [ + 'contentobject_id' => '165', + 'contentobject_state_id' => '1', + ], + 124 => [ + 'contentobject_id' => '166', + 'contentobject_state_id' => '1', + ], + 125 => [ + 'contentobject_id' => '167', + 'contentobject_state_id' => '1', + ], + 126 => [ + 'contentobject_id' => '168', + 'contentobject_state_id' => '1', + ], + 127 => [ + 'contentobject_id' => '169', + 'contentobject_state_id' => '1', + ], + 128 => [ + 'contentobject_id' => '170', + 'contentobject_state_id' => '1', + ], + 129 => [ + 'contentobject_id' => '171', + 'contentobject_state_id' => '1', + ], + 130 => [ + 'contentobject_id' => '172', + 'contentobject_state_id' => '1', + ], + 131 => [ + 'contentobject_id' => '173', + 'contentobject_state_id' => '1', + ], + 132 => [ + 'contentobject_id' => '174', + 'contentobject_state_id' => '1', + ], + 133 => [ + 'contentobject_id' => '175', + 'contentobject_state_id' => '1', + ], + 134 => [ + 'contentobject_id' => '176', + 'contentobject_state_id' => '1', + ], + 135 => [ + 'contentobject_id' => '177', + 'contentobject_state_id' => '1', + ], + 136 => [ + 'contentobject_id' => '178', + 'contentobject_state_id' => '1', + ], + 137 => [ + 'contentobject_id' => '179', + 'contentobject_state_id' => '1', + ], + 138 => [ + 'contentobject_id' => '180', + 'contentobject_state_id' => '1', + ], + 139 => [ + 'contentobject_id' => '181', + 'contentobject_state_id' => '1', + ], + 140 => [ + 'contentobject_id' => '182', + 'contentobject_state_id' => '1', + ], + 141 => [ + 'contentobject_id' => '183', + 'contentobject_state_id' => '1', + ], + 142 => [ + 'contentobject_id' => '184', + 'contentobject_state_id' => '1', + ], + 143 => [ + 'contentobject_id' => '185', + 'contentobject_state_id' => '1', + ], + 144 => [ + 'contentobject_id' => '186', + 'contentobject_state_id' => '1', + ], + 145 => [ + 'contentobject_id' => '187', + 'contentobject_state_id' => '1', + ], + 146 => [ + 'contentobject_id' => '188', + 'contentobject_state_id' => '1', + ], + 147 => [ + 'contentobject_id' => '189', + 'contentobject_state_id' => '1', + ], + 148 => [ + 'contentobject_id' => '190', + 'contentobject_state_id' => '1', + ], + 149 => [ + 'contentobject_id' => '191', + 'contentobject_state_id' => '1', + ], + 150 => [ + 'contentobject_id' => '192', + 'contentobject_state_id' => '1', + ], + 151 => [ + 'contentobject_id' => '193', + 'contentobject_state_id' => '1', + ], + 152 => [ + 'contentobject_id' => '194', + 'contentobject_state_id' => '1', + ], + 153 => [ + 'contentobject_id' => '195', + 'contentobject_state_id' => '1', + ], + 154 => [ + 'contentobject_id' => '196', + 'contentobject_state_id' => '1', + ], + 155 => [ + 'contentobject_id' => '197', + 'contentobject_state_id' => '1', + ], + 156 => [ + 'contentobject_id' => '198', + 'contentobject_state_id' => '1', + ], + 157 => [ + 'contentobject_id' => '199', + 'contentobject_state_id' => '1', + ], + 158 => [ + 'contentobject_id' => '200', + 'contentobject_state_id' => '1', + ], + 159 => [ + 'contentobject_id' => '201', + 'contentobject_state_id' => '1', + ], + 160 => [ + 'contentobject_id' => '202', + 'contentobject_state_id' => '1', + ], + 161 => [ + 'contentobject_id' => '203', + 'contentobject_state_id' => '1', + ], + 162 => [ + 'contentobject_id' => '204', + 'contentobject_state_id' => '1', + ], + 163 => [ + 'contentobject_id' => '205', + 'contentobject_state_id' => '1', + ], + 164 => [ + 'contentobject_id' => '206', + 'contentobject_state_id' => '1', + ], + 165 => [ + 'contentobject_id' => '207', + 'contentobject_state_id' => '1', + ], + 166 => [ + 'contentobject_id' => '208', + 'contentobject_state_id' => '1', + ], + 167 => [ + 'contentobject_id' => '209', + 'contentobject_state_id' => '1', + ], + 168 => [ + 'contentobject_id' => '210', + 'contentobject_state_id' => '1', + ], + 169 => [ + 'contentobject_id' => '211', + 'contentobject_state_id' => '1', + ], + 170 => [ + 'contentobject_id' => '212', + 'contentobject_state_id' => '1', + ], + 171 => [ + 'contentobject_id' => '213', + 'contentobject_state_id' => '1', + ], + 172 => [ + 'contentobject_id' => '214', + 'contentobject_state_id' => '1', + ], + 173 => [ + 'contentobject_id' => '215', + 'contentobject_state_id' => '1', + ], + 174 => [ + 'contentobject_id' => '216', + 'contentobject_state_id' => '1', + ], + 175 => [ + 'contentobject_id' => '217', + 'contentobject_state_id' => '1', + ], + 176 => [ + 'contentobject_id' => '218', + 'contentobject_state_id' => '1', + ], + 177 => [ + 'contentobject_id' => '219', + 'contentobject_state_id' => '1', + ], + 178 => [ + 'contentobject_id' => '220', + 'contentobject_state_id' => '1', + ], + 179 => [ + 'contentobject_id' => '221', + 'contentobject_state_id' => '1', + ], + 180 => [ + 'contentobject_id' => '222', + 'contentobject_state_id' => '1', + ], + 181 => [ + 'contentobject_id' => '223', + 'contentobject_state_id' => '1', + ], + 182 => [ + 'contentobject_id' => '224', + 'contentobject_state_id' => '1', + ], + 183 => [ + 'contentobject_id' => '225', + 'contentobject_state_id' => '1', + ], + 184 => [ + 'contentobject_id' => '226', + 'contentobject_state_id' => '1', + ], ], - ], ]; diff --git a/tests/lib/Search/TestCase.php b/tests/lib/Search/TestCase.php index ff0db2fbfa..89d3cb38cc 100644 --- a/tests/lib/Search/TestCase.php +++ b/tests/lib/Search/TestCase.php @@ -12,6 +12,4 @@ /** * Base test case for Search Engine related tests. */ -abstract class TestCase extends BaseTestCase -{ -} +abstract class TestCase extends BaseTestCase {} diff --git a/tests/lib/Token/WebSafeGeneratorTest.php b/tests/lib/Token/WebSafeGeneratorTest.php index e3ed9daafb..92d064f514 100644 --- a/tests/lib/Token/WebSafeGeneratorTest.php +++ b/tests/lib/Token/WebSafeGeneratorTest.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Token\TokenGeneratorInterface; use Ibexa\Core\Token\WebSafeGenerator; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; /** @@ -19,7 +20,7 @@ final class WebSafeGeneratorTest extends TestCase { private TokenGeneratorInterface $tokenGenerator; - /** @var \Ibexa\Contracts\Core\Token\TokenGeneratorInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var TokenGeneratorInterface&MockObject */ private TokenGeneratorInterface $randomBytesTokenGenerator; protected function setUp(): void diff --git a/tests/lib/Validation/StructWrapperValidatorTest.php b/tests/lib/Validation/StructWrapperValidatorTest.php index 154d8c827b..e1e8fbeaf6 100644 --- a/tests/lib/Validation/StructWrapperValidatorTest.php +++ b/tests/lib/Validation/StructWrapperValidatorTest.php @@ -10,6 +10,7 @@ use Ibexa\Contracts\Core\Validation\StructWrapperValidator; use Ibexa\Contracts\Core\Validation\ValidationStructWrapperInterface; +use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use stdClass; use Symfony\Component\Validator\ConstraintViolation; @@ -23,7 +24,7 @@ */ final class StructWrapperValidatorTest extends TestCase { - /** @var \Symfony\Component\Validator\Validator\ValidatorInterface&\PHPUnit\Framework\MockObject\MockObject */ + /** @var ValidatorInterface&MockObject */ private ValidatorInterface $validator; private StructWrapperValidator $structValidator; From c47e9192d831b7ecf64def3669d91a9eb7f0e1b0 Mon Sep 17 00:00:00 2001 From: Andrew Longosz <alongosz@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:29:59 +0200 Subject: [PATCH 03/10] [Contracts] Fixed PHPDoc type hints of `MVC\View\VariableProvider` --- src/contracts/MVC/View/VariableProvider.php | 3 +++ .../ContentViewTwigVariablesSubscriberTest.php | 7 ++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/contracts/MVC/View/VariableProvider.php b/src/contracts/MVC/View/VariableProvider.php index a487873508..a283cde261 100644 --- a/src/contracts/MVC/View/VariableProvider.php +++ b/src/contracts/MVC/View/VariableProvider.php @@ -14,6 +14,9 @@ interface VariableProvider { public function getIdentifier(): string; + /** + * @param array<string, mixed> $options + */ public function getTwigVariables( View $view, array $options = [] diff --git a/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php b/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php index 37f80256e1..c64c19f8b3 100644 --- a/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php +++ b/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php @@ -23,10 +23,7 @@ final class ContentViewTwigVariablesSubscriberTest extends TestCase { - /** - * @return ContentView|MockObject - */ - private function getContentViewMock(): ContentView + private function getContentViewMock(): ContentView & MockObject { $view = $this->createMock(ContentView::class); @@ -46,7 +43,7 @@ private function getRegistry(array $providers): GenericVariableProviderRegistry private function getProvider(string $identifier): VariableProvider { return new class($identifier) implements VariableProvider { - private $identifier; + private string $identifier; public function __construct(string $identifier) { From 2590376d08fb3b6dd2dbcb11ab2c29687ab61f74 Mon Sep 17 00:00:00 2001 From: Andrew Longosz <alongosz@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:30:30 +0200 Subject: [PATCH 04/10] [Contracts] Fixed PHPDoc type hints of `Repository\Validator\ContentValidator` --- .../Repository/Validator/ContentValidator.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/contracts/Repository/Validator/ContentValidator.php b/src/contracts/Repository/Validator/ContentValidator.php index f970130a4b..bcf01ff62a 100644 --- a/src/contracts/Repository/Validator/ContentValidator.php +++ b/src/contracts/Repository/Validator/ContentValidator.php @@ -8,9 +8,13 @@ namespace Ibexa\Contracts\Core\Repository\Validator; +use Ibexa\Contracts\Core\FieldType\ValidationError; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Values\ValueObject; +/** + * @phpstan-type TValidationErrorList array<int, array<string, ValidationError|ValidationError[]>> + */ interface ContentValidator { public function supports(ValueObject $object): bool; @@ -18,19 +22,13 @@ public function supports(ValueObject $object): bool; /** * Validates given content related ValueObject returning field errors structure as a result. * - * @param array $context Additional context parameters to be used by validators. + * @param array<string, mixed> $context Additional context parameters to be used by validators. * @param string[]|null $fieldIdentifiers List of field identifiers for partial validation or null for * case of full validation. Empty identifiers array is equal to no validation. * - * @phpstan-return array< - * int, - * array< - * string, - * \Ibexa\Contracts\Core\FieldType\ValidationError|\Ibexa\Contracts\Core\FieldType\ValidationError[] - * > - * > + * @phpstan-return TValidationErrorList * - * @return array Grouped validation errors by field definition ID and language code, in format: + * @return array<int, array<string, ValidationError|ValidationError[]>> Grouped validation errors by field definition ID and language code, in format: * $returnValue[int $fieldDefinitionId][string $languageCode] = $fieldErrors; * * @throws InvalidArgumentException From ee7a033713612d9c28bc32fcd4b45551c9ce515a Mon Sep 17 00:00:00 2001 From: Andrew Longosz <alongosz@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:31:40 +0200 Subject: [PATCH 05/10] Fixed minor type-hinting issues after applying new Ibexa Code Style --- .../Gateway/DoctrineStorage.php | 3 +- src/lib/Repository/URLAliasService.php | 57 +++++++++---------- .../ContentType/FieldDefinitionCollection.php | 2 +- 3 files changed, 29 insertions(+), 33 deletions(-) diff --git a/src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php b/src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php index 16d08bdf95..26c986e7ba 100644 --- a/src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php +++ b/src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php @@ -30,13 +30,12 @@ public function __construct(Connection $connection) /** * Stores the keyword list from $field->value->externalData. * - * @param Field * @param int $contentTypeId */ public function storeFieldData( Field $field, $contentTypeId - ) { + ): void { if (empty($field->value->externalData) && !empty($field->id)) { $this->deleteFieldData($field->id, $field->versionNo); diff --git a/src/lib/Repository/URLAliasService.php b/src/lib/Repository/URLAliasService.php index 0a970b947e..aa7e184ac9 100644 --- a/src/lib/Repository/URLAliasService.php +++ b/src/lib/Repository/URLAliasService.php @@ -9,10 +9,12 @@ namespace Ibexa\Core\Repository; use Exception; -use Ibexa\Contracts\Core\Persistence\Content\URLAlias as SPIURLAlias; +use Ibexa\Contracts\Core\Persistence\Content\UrlAlias as PersistenceURLAlias; use Ibexa\Contracts\Core\Persistence\Content\UrlAlias\Handler; -use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException; +use Ibexa\Contracts\Core\Repository\Exceptions\BadStateException as APIBadStateException; use Ibexa\Contracts\Core\Repository\Exceptions\ForbiddenException; +use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException as APIInvalidArgumentException; +use Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException as APIUnauthorizedException; use Ibexa\Contracts\Core\Repository\LanguageResolver; use Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface; use Ibexa\Contracts\Core\Repository\PermissionResolver; @@ -65,17 +67,12 @@ public function __construct( * Hence the path returned in the URLAlias Value may differ from the given. * $alwaysAvailable makes the alias available in all languages. * - * @param Location $location - * @param string $path * @param string $languageCode the languageCode for which this alias is valid * @param bool $forwarding if true a redirect is performed - * @param bool $alwaysAvailable * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create url alias - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the path already exists for the given context - * @throws BadStateException - * - * @return URLAlias + * @throws APIUnauthorizedException if the user is not allowed to create url alias + * @throws APIInvalidArgumentException if the path already exists for the given context + * @throws APIBadStateException */ public function createUrlAlias( Location $location, @@ -125,9 +122,9 @@ public function createUrlAlias( * * $alwaysAvailable makes the alias available in all languages. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to create global + * @throws APIUnauthorizedException if the user is not allowed to create global * url alias - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the path already exists for the given + * @throws APIInvalidArgumentException if the path already exists for the given * language or if resource is not valid * * @param string $resource @@ -276,7 +273,7 @@ public function listLocationAliases( * * Method will return false if language code can't be matched against alias language codes or language settings. * - * @param SPIURLAlias $spiUrlAlias + * @param PersistenceURLAlias $spiUrlAlias * @param string|null $languageCode * @param bool $showAllTranslations * @param string[] $prioritizedLanguageList @@ -284,7 +281,7 @@ public function listLocationAliases( * @return string|bool */ protected function selectAliasLanguageCode( - SPIURLAlias $spiUrlAlias, + PersistenceURLAlias $spiUrlAlias, ?string $languageCode, bool $showAllTranslations, array $prioritizedLanguageList @@ -314,7 +311,7 @@ protected function selectAliasLanguageCode( * * Will return false if path could not be determined. * - * @param SPIURLAlias $spiUrlAlias + * @param PersistenceURLAlias $spiUrlAlias * @param string $languageCode * @param bool $showAllTranslations * @param string[] $prioritizedLanguageList @@ -322,7 +319,7 @@ protected function selectAliasLanguageCode( * @return string|bool */ protected function extractPath( - SPIURLAlias $spiUrlAlias, + PersistenceURLAlias $spiUrlAlias, $languageCode, $showAllTranslations, array $prioritizedLanguageList @@ -393,14 +390,14 @@ protected function choosePrioritizedLanguageCode( * Returns matched path string (possibly case corrected) and array of corresponding language codes or false * if path could not be matched. * - * @param SPIURLAlias $spiUrlAlias + * @param PersistenceURLAlias $spiUrlAlias * @param string $path * @param string $languageCode * * @return array */ protected function matchPath( - SPIURLAlias $spiUrlAlias, + PersistenceURLAlias $spiUrlAlias, $path, $languageCode ) { @@ -485,7 +482,7 @@ private function sortTranslationsByPrioritizedLanguages(array $translations) /** * Returns true or false depending if URL alias is loadable or not for language settings in place. * - * @param SPIURLAlias $spiUrlAlias + * @param PersistenceURLAlias $spiUrlAlias * @param string|null $languageCode * @param bool $showAllTranslations * @param string[] $prioritizedLanguageList @@ -493,7 +490,7 @@ private function sortTranslationsByPrioritizedLanguages(array $translations) * @return bool */ protected function isUrlAliasLoadable( - SPIURLAlias $spiUrlAlias, + PersistenceURLAlias $spiUrlAlias, ?string $languageCode, bool $showAllTranslations, array $prioritizedLanguageList @@ -598,8 +595,8 @@ public function listGlobalAliases( * * This method does not remove autogenerated aliases for locations. * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to remove url alias - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if alias list contains + * @throws APIUnauthorizedException if the user is not allowed to remove url alias + * @throws APIInvalidArgumentException if alias list contains * autogenerated alias * * @param URLAlias[] $aliasList @@ -636,11 +633,11 @@ public function removeAliases(array $aliasList): void * * @param URLAlias $urlAlias * - * @return SPIURLAlias + * @return PersistenceURLAlias */ protected function buildSPIUrlAlias(URLAlias $urlAlias) { - return new SPIURLAlias( + return new PersistenceURLAlias( [ 'id' => $urlAlias->id, 'type' => $urlAlias->type, @@ -654,7 +651,7 @@ protected function buildSPIUrlAlias(URLAlias $urlAlias) * looks up the URLAlias for the given url. * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the path does not exist or is not valid for the given language - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the path exceeded maximum depth level + * @throws APIInvalidArgumentException if the path exceeded maximum depth level * * @param string $url * @param string|null $languageCode @@ -764,7 +761,7 @@ public function load(string $id): URLAlias * @param Location $location * * @throws ForbiddenException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException + * @throws APIUnauthorizedException * @throws Exception any unexpected exception that might come from custom Field Type implementation */ public function refreshSystemUrlAliasesForLocation(Location $location): void @@ -807,8 +804,8 @@ public function refreshSystemUrlAliasesForLocation(Location $location): void * * @return int Number of removed URL aliases * - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException - * @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException + * @throws APIUnauthorizedException + * @throws APIInvalidArgumentException */ public function deleteCorruptedUrlAliases(): int { @@ -832,13 +829,13 @@ protected function cleanUrl(string $url): string /** * Builds API UrlAlias object from given SPI UrlAlias object. * - * @param SPIURLAlias $spiUrlAlias + * @param PersistenceURLAlias $spiUrlAlias * @param string $path * * @return URLAlias */ protected function buildUrlAliasDomainObject( - SPIURLAlias $spiUrlAlias, + PersistenceURLAlias $spiUrlAlias, string $path ): URLAlias { return new URLAlias( diff --git a/src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php b/src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php index 4cf3d1cfd2..1be9f6145d 100644 --- a/src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php +++ b/src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php @@ -25,7 +25,7 @@ final class FieldDefinitionCollection implements FieldDefinitionCollectionInterf private $fieldDefinitionsByIdentifier; /** - * @param FieldDefinition[] + * @param FieldDefinition[] $fieldDefinitions */ public function __construct(iterable $fieldDefinitions = []) { From 2ab00c41a9ff4c046f7991e269004a132332fa9c Mon Sep 17 00:00:00 2001 From: Andrew Longosz <alongosz@users.noreply.github.com> Date: Fri, 24 Oct 2025 17:50:45 +0200 Subject: [PATCH 06/10] Fixed minor indentation issues after applying new Ibexa Code Style --- src/lib/Repository/Values/Content/Content.php | 11 +++++------ .../Repository/Values/Content/TrashItem.php | 19 +++++-------------- .../Values/ContentType/ContentTypeDraft.php | 19 +++++-------------- src/lib/Repository/Values/User/User.php | 19 +++++-------------- src/lib/Repository/Values/User/UserGroup.php | 19 +++++-------------- 5 files changed, 25 insertions(+), 62 deletions(-) diff --git a/src/lib/Repository/Values/Content/Content.php b/src/lib/Repository/Values/Content/Content.php index 10bea097cb..0f1c917b6e 100644 --- a/src/lib/Repository/Values/Content/Content.php +++ b/src/lib/Repository/Values/Content/Content.php @@ -175,13 +175,12 @@ public function getDefaultLanguageCode(): string return $this->prioritizedFieldLanguageCode ?? $this->versionInfo->contentInfo->mainLanguageCode; } - /** - * {@inheritdoc} - */ protected function getProperties( - $dynamicProperties = ['id', - 'contentInfo'] - ) { + $dynamicProperties = [ + 'id', + 'contentInfo', + ] + ): array { return parent::getProperties($dynamicProperties); } diff --git a/src/lib/Repository/Values/Content/TrashItem.php b/src/lib/Repository/Values/Content/TrashItem.php index da9476b3d5..5502a44176 100644 --- a/src/lib/Repository/Values/Content/TrashItem.php +++ b/src/lib/Repository/Values/Content/TrashItem.php @@ -56,21 +56,12 @@ public function getRemovedLocationContentIdMap(): array return $this->removedLocationContentIdMap; } - /** - * Function where list of properties are returned. - * - * Override to add dynamic properties - * - * @uses \parent::getProperties() - * - * @param array $dynamicProperties - * - * @return array - */ protected function getProperties( - $dynamicProperties = ['contentId', - 'path'] - ) { + $dynamicProperties = [ + 'contentId', + 'path', + ] + ): array { return parent::getProperties($dynamicProperties); } diff --git a/src/lib/Repository/Values/ContentType/ContentTypeDraft.php b/src/lib/Repository/Values/ContentType/ContentTypeDraft.php index 4c1feee29f..59026d3cec 100644 --- a/src/lib/Repository/Values/ContentType/ContentTypeDraft.php +++ b/src/lib/Repository/Values/ContentType/ContentTypeDraft.php @@ -23,21 +23,12 @@ class ContentTypeDraft extends APIContentTypeDraft { use MultiLanguageTrait; - /** - * Function where list of properties are returned. - * - * Override to add dynamic properties - * - * @uses \parent::getProperties() - * - * @param array $dynamicProperties - * - * @return array - */ protected function getProperties( - $dynamicProperties = ['contentTypeGroups', - 'fieldDefinitions'] - ) { + $dynamicProperties = [ + 'contentTypeGroups', + 'fieldDefinitions', + ] + ): array { return parent::getProperties($dynamicProperties); } diff --git a/src/lib/Repository/Values/User/User.php b/src/lib/Repository/Values/User/User.php index 1d3638a88f..e5c494b188 100644 --- a/src/lib/Repository/Values/User/User.php +++ b/src/lib/Repository/Values/User/User.php @@ -106,23 +106,14 @@ public function getField( return $this->content->getField($fieldDefIdentifier, $languageCode); } - /** - * Function where list of properties are returned. - * - * Override to add dynamic properties - * - * @uses \parent::getProperties() - * - * @param array $dynamicProperties - * - * @return array - */ protected function getProperties( - $dynamicProperties = ['id', + $dynamicProperties = [ + 'id', 'contentInfo', 'versionInfo', - 'fields'] - ) { + 'fields', + ] + ): array { return parent::getProperties($dynamicProperties); } diff --git a/src/lib/Repository/Values/User/UserGroup.php b/src/lib/Repository/Values/User/UserGroup.php index aa343be447..0cbe883068 100644 --- a/src/lib/Repository/Values/User/UserGroup.php +++ b/src/lib/Repository/Values/User/UserGroup.php @@ -105,23 +105,14 @@ public function getField( return $this->content->getField($fieldDefIdentifier, $languageCode); } - /** - * Function where list of properties are returned. - * - * Override to add dynamic properties - * - * @uses \parent::getProperties() - * - * @param array $dynamicProperties - * - * @return array - */ protected function getProperties( - $dynamicProperties = ['id', + $dynamicProperties = [ + 'id', 'contentInfo', 'versionInfo', - 'fields'] - ) { + 'fields', + ] + ): array { return parent::getProperties($dynamicProperties); } From c975799cd6a8c038603f37532d26dfbd49609001 Mon Sep 17 00:00:00 2001 From: Andrew Longosz <alongosz@users.noreply.github.com> Date: Fri, 24 Oct 2025 13:55:48 +0200 Subject: [PATCH 07/10] [Tests][Twig] Upgraded & fixed FileSizeExtensionTest --- .../Twig/Extension/FileSizeExtensionTest.php | 122 ++++++------------ .../ibexa_file_size/ibexa_file_size.test | 38 +++--- 2 files changed, 59 insertions(+), 101 deletions(-) diff --git a/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php b/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php index 924382c37a..da1bd8b3d0 100644 --- a/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php +++ b/tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php @@ -14,127 +14,83 @@ use Symfony\Contracts\Translation\TranslatorInterface; use Twig\Test\IntegrationTestCase; -/** - * Class FileSizeExtensionTest. - */ -class FileSizeExtensionTest extends IntegrationTestCase +final class FileSizeExtensionTest extends IntegrationTestCase { - /** - * @param string $locale - */ - protected $locale; - - /** - * @param array $suffixes - */ - protected $suffixes = ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB']; - - /** - * @param TranslatorInterface|MockObject - */ - protected $translatorMock; - - /** - * @param ConfigResolverInterface|MockObject - */ - protected $configResolverInterfaceMock; - - /** - * @param LocaleConverterInterface|MockObject - */ - protected $localeConverterInterfaceMock; - - /** - * @param string $locale - * @param string $defaultLocale - */ + protected string $locale = ''; + + /** @var string[] */ + protected array $suffixes = ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB']; + + protected TranslatorInterface & MockObject $translatorMock; + + protected ConfigResolverInterface & MockObject $configResolverInterfaceMock; + + protected LocaleConverterInterface & MockObject $localeConverterInterfaceMock; + protected function setConfigurationLocale( - $locale, - $defaultLocale - ) { + string $locale, + string $defaultLocale + ): void { locale_set_default($defaultLocale); $this->locale = $locale; } - /** - * @return string $locale - */ - public function getLocale() + public function getLocale(): string { - return [$this->locale]; + return $this->locale; } - /** - * @return array - */ - protected function getExtensions() + protected function getExtensions(): array { return [ new FileSizeExtension($this->getTranslatorInterfaceMock(), $this->suffixes, $this->getConfigResolverInterfaceMock(), $this->getLocaleConverterInterfaceMock()), ]; } - protected function getFixturesDir(): string + protected static function getFixturesDirectory(): string { return __DIR__ . '/_fixtures/functions/ibexa_file_size'; } - /** - * @return ConfigResolverInterface|MockObject - */ - protected function getConfigResolverInterfaceMock() + protected function getConfigResolverInterfaceMock(): ConfigResolverInterface & MockObject { $configResolverInterfaceMock = $this->createMock(ConfigResolverInterface::class); - $configResolverInterfaceMock->expects(self::any()) + $configResolverInterfaceMock->expects(self::atLeastOnce()) ->method('getParameter') ->with('languages') - ->will(self::returnValue($this->getLocale())); + ->willReturn([$this->getLocale()]); return $configResolverInterfaceMock; } - /** - * @return LocaleConverterInterface|MockObject - */ - protected function getLocaleConverterInterfaceMock() + protected function getLocaleConverterInterfaceMock(): LocaleConverterInterface & MockObject { $this->localeConverterInterfaceMock = $this->createMock(LocaleConverterInterface::class); - $this->localeConverterInterfaceMock->expects(self::any()) + $this->localeConverterInterfaceMock->expects(self::atLeastOnce()) ->method('convertToPOSIX') - ->will( - self::returnValueMap( - [ - ['fre-FR', 'fr-FR'], - ['eng-GB', 'en-GB'], - ] - ) + ->willReturnMap( + [ + ['fre-FR', 'fr-FR'], + ['eng-GB', 'en-GB'], + ] ); return $this->localeConverterInterfaceMock; } - /** - * @return TranslatorInterface|MockObject - */ - protected function getTranslatorInterfaceMock() + protected function getTranslatorInterfaceMock(): TranslatorInterface & MockObject { - $that = $this; $this->translatorMock = $this->createMock(TranslatorInterface::class); $this->translatorMock - ->expects(self::any())->method('trans')->will( - self::returnCallback( - static function ($suffixes) use ($that) { - foreach ($that->getLocale() as $value) { - if ($value === 'fre-FR') { - return $suffixes . ' French version'; - } elseif ($value === 'eng-GB') { - return $suffixes . ' English version'; - } else { - return $suffixes . ' wrong local so we take the default one which is en-GB here'; - } - } - } - ) + ->expects(self::atLeastOnce()) + ->method('trans')->willReturnCallback( + function ($suffixes): string { + return match ($this->getLocale()) { + 'fre-FR' => $suffixes . ' French version', + 'eng-GB' => $suffixes . ' English version', + default => $suffixes . ' wrong locale so we take the default one which is en-GB here', + }; + } ); return $this->translatorMock; diff --git a/tests/lib/MVC/Symfony/Templating/Twig/Extension/_fixtures/functions/ibexa_file_size/ibexa_file_size.test b/tests/lib/MVC/Symfony/Templating/Twig/Extension/_fixtures/functions/ibexa_file_size/ibexa_file_size.test index e8000014ec..eb60c88b96 100644 --- a/tests/lib/MVC/Symfony/Templating/Twig/Extension/_fixtures/functions/ibexa_file_size/ibexa_file_size.test +++ b/tests/lib/MVC/Symfony/Templating/Twig/Extension/_fixtures/functions/ibexa_file_size/ibexa_file_size.test @@ -14,25 +14,26 @@ {{ 910565875123441600000|ibexa_file_size( 2 ) }} {{ 910565632767581700000000000|ibexa_file_size( 4 ) }} --DATA-- -$this->setConfigurationLocale( array( 'wrong local' ), 'eng-GB' ); -return array() +$this->setConfigurationLocale('wrong locale', 'eng-GB'); +return [] --EXPECT-- -10 B wrong local so we take the default one which is en-GB here -1 kB wrong local so we take the default one which is en-GB here -5 kB wrong local so we take the default one which is en-GB here -12 kB wrong local so we take the default one which is en-GB here -152 kB wrong local so we take the default one which is en-GB here -26.15126 MB wrong local so we take the default one which is en-GB here -123.1231 MB wrong local so we take the default one which is en-GB here -456.5 GB wrong local so we take the default one which is en-GB here -789.78979 TB wrong local so we take the default one which is en-GB here -789.7897897898 PB wrong local so we take the default one which is en-GB here -789.79 EB wrong local so we take the default one which is en-GB here -789789789.7898 EB wrong local so we take the default one which is en-GB here +10 B wrong locale so we take the default one which is en-GB here +1 kB wrong locale so we take the default one which is en-GB here +5 kB wrong locale so we take the default one which is en-GB here +12 kB wrong locale so we take the default one which is en-GB here +152 kB wrong locale so we take the default one which is en-GB here +26.15126 MB wrong locale so we take the default one which is en-GB here +123.1231 MB wrong locale so we take the default one which is en-GB here +456.5 GB wrong locale so we take the default one which is en-GB here +789.78979 TB wrong locale so we take the default one which is en-GB here +789.7897897898 PB wrong locale so we take the default one which is en-GB here +789.79 EB wrong locale so we take the default one which is en-GB here +789789789.7898 EB wrong locale so we take the default one which is en-GB here --DATA-- -return array() +return [] --CONFIG-- -$this->locale = "fre-FR"; return array(); +$this->setConfigurationLocale('fre-FR', 'eng-GB'); +return [] --EXPECT-- 10 B French version 1 kB French version @@ -47,9 +48,10 @@ $this->locale = "fre-FR"; return array(); 789,79 EB French version 789789789,7898 EB French version --DATA-- -return array() +return [] --CONFIG-- -$this->locale = "eng-GB"; return array(); +$this->setConfigurationLocale('eng-GB', 'eng-GB'); +return []; --EXPECT-- 10 B English version 1 kB English version From 9ff1b8e379b495cb299ced3f56f2f7e47f09f413 Mon Sep 17 00:00:00 2001 From: Andrew Longosz <alongosz@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:33:59 +0200 Subject: [PATCH 08/10] [Tests] Fixed minor type-hinting issues in test classes --- .../BackwardCompatibleCommandListenerTest.php | 18 ++++++++++-------- .../Stub/ExampleFieldConstraintsStorage.php | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php b/tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php index 0c9676ddc8..8c5f88ecf9 100644 --- a/tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php +++ b/tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php @@ -21,10 +21,10 @@ final class BackwardCompatibleCommandListenerTest extends TestCase { - private const MORE_THAN_2_WHITESPACES_AND_NEW_LINES = '/\s{2,}|\\n/'; + private const string MORE_THAN_2_WHITESPACES_AND_NEW_LINES = '/\s{2,}|\\n/'; - private const EXAMPLE_NAME = 'ibexa:command'; - private const EXAMPLE_DEPRECATED_ALIASES = [ + private const string EXAMPLE_NAME = 'ibexa:command'; + private const array EXAMPLE_DEPRECATED_ALIASES = [ 'ezplatform:command', 'ezplatform-ee:command', 'ezstudio:command', @@ -32,8 +32,7 @@ final class BackwardCompatibleCommandListenerTest extends TestCase 'ezpublish:command', ]; - /** @var BackwardCompatibleCommandListener */ - private $listener; + private BackwardCompatibleCommandListener $listener; protected function setUp(): void { @@ -100,7 +99,7 @@ private function assertOutputNotContainsDeprecationWarning(BufferedOutput $outpu private function assertOutputContainsDeprecationWarning(BufferedOutput $output): void { - $outputString = trim(preg_replace(self::MORE_THAN_2_WHITESPACES_AND_NEW_LINES, ' ', $output->fetch())); + $outputString = trim(preg_replace(self::MORE_THAN_2_WHITESPACES_AND_NEW_LINES, ' ', $output->fetch()) ?? ''); self::assertEquals( '[WARNING] Command alias "ezplatform:command" is deprecated since 3.3 and will be removed in in 4.0. Use "ibexa:command" instead.', @@ -109,7 +108,7 @@ private function assertOutputContainsDeprecationWarning(BufferedOutput $output): } /** - * @return BackwardCompatibleCommand|Command + * @param string[] $aliases */ private function createBackwardCompatibleCommand( string $name, @@ -117,8 +116,11 @@ private function createBackwardCompatibleCommand( ): Command { return new class($name, $aliases) extends Command implements BackwardCompatibleCommand { /** @var string[] */ - private $deprecatedAliases; + private array $deprecatedAliases; + /** + * @param string[] $deprecatedAliases + */ public function __construct( string $name, array $deprecatedAliases diff --git a/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php b/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php index 868cbf30c8..496ccca729 100644 --- a/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php +++ b/tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php @@ -23,7 +23,7 @@ final class ExampleFieldConstraintsStorage implements FieldConstraintsStorage private array $published = []; /** - * @param FieldTypeConstraints[] + * @param FieldTypeConstraints[] $fieldConstraints */ public function __construct(array $fieldConstraints = []) { From f641d35acf26817dbd4d44961eb254ec0766afb5 Mon Sep 17 00:00:00 2001 From: Andrew Longosz <alongosz@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:34:27 +0200 Subject: [PATCH 09/10] [Tests] Fixed a type-hinting inconsistency in ContentValidatorStrategyTest --- .../ContentValidatorStrategyTest.php | 62 +++++++++++-------- 1 file changed, 35 insertions(+), 27 deletions(-) diff --git a/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php b/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php index f946f07650..989d90bbfc 100644 --- a/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php +++ b/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php @@ -4,35 +4,39 @@ * @copyright Copyright (C) Ibexa AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. */ +declare(strict_types=1); namespace Ibexa\Tests\Core\Repository\ContentValidator; use Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException; use Ibexa\Contracts\Core\Repository\Validator\ContentValidator; use Ibexa\Contracts\Core\Repository\Values\ValueObject; +use Ibexa\Core\FieldType\ValidationError; use Ibexa\Core\Repository\Strategy\ContentValidator\ContentValidatorStrategy; use Ibexa\Core\Repository\Values\ObjectState\ObjectState; use PHPUnit\Framework\TestCase; -class ContentValidatorStrategyTest extends TestCase +final class ContentValidatorStrategyTest extends TestCase { public function testUnknownValidationObject(): void { - $this->expectException(InvalidArgumentException::class); - $this->expectExceptionMessage('Argument \'$object\' is invalid: Validator for Ibexa\Core\Repository\Values\ObjectState\ObjectState type not found.'); - $contentValidatorStrategy = new ContentValidatorStrategy([]); + + $this->expectException(InvalidArgumentException::class); + $this->expectExceptionMessage( + 'Argument \'$object\' is invalid: Validator for Ibexa\Core\Repository\Values\ObjectState\ObjectState type not found.' + ); $contentValidatorStrategy->validate(new ObjectState()); } public function testKnownValidationObject(): void { $contentValidatorStrategy = new ContentValidatorStrategy([ - $this->buildContentValidator(ObjectState::class, ['test']), + $this->buildContentValidator(ObjectState::class, [1 => ['eng-GB' => 'test']]), ]); $errors = $contentValidatorStrategy->validate(new ObjectState()); - self::assertEquals(['test'], $errors); + self::assertEquals([1 => ['eng-GB' => new ValidationError('test')]], $errors); } public function testSupportsUnknownValidationObject(): void @@ -43,10 +47,10 @@ public function testSupportsUnknownValidationObject(): void self::assertFalse($supports); } - public function testSuportsKnownValidationObject(): void + public function testSupportsKnownValidationObject(): void { $contentValidatorStrategy = new ContentValidatorStrategy([ - $this->buildContentValidator(ObjectState::class, ['test']), + $this->buildContentValidator(ObjectState::class, [1 => ['eng-GB' => 'test']]), ]); $supports = $contentValidatorStrategy->supports(new ObjectState()); @@ -73,34 +77,31 @@ public function testMergeValidationErrors(): void $errors = $contentValidatorStrategy->validate(new ObjectState()); self::assertEquals([ - 123 => ['eng-GB' => '123-eng-GB'], - 321 => ['pol-PL' => '321-pol-PL'], + 123 => ['eng-GB' => new ValidationError('123-eng-GB')], + 321 => ['pol-PL' => new ValidationError('321-pol-PL')], 456 => [ - 'pol-PL' => '456-pol-PL', - 'eng-GB' => '456-eng-GB', + 'pol-PL' => new ValidationError('456-pol-PL'), + 'eng-GB' => new ValidationError('456-eng-GB'), ], - 2345 => ['eng-GB' => '2345-eng-GB'], + 2345 => ['eng-GB' => new ValidationError('2345-eng-GB')], ], $errors); } + /** + * @phpstan-param array<int, array<string, string>> $validationReturn + */ private function buildContentValidator( string $classSupport, array $validationReturn ): ContentValidator { - return new class($classSupport, $validationReturn) implements ContentValidator { - /** @var string */ - private $classSupport; - - /** @var array */ - private $validationReturn; - + return new readonly class($classSupport, $validationReturn) implements ContentValidator { + /** + * @param array<int, array<string, string>> $validationReturn + */ public function __construct( - string $classSupport, - array $validationReturn - ) { - $this->classSupport = $classSupport; - $this->validationReturn = $validationReturn; - } + private string $classSupport, + private array $validationReturn + ) {} public function supports(ValueObject $object): bool { @@ -112,7 +113,14 @@ public function validate( array $context = [], ?array $fieldIdentifiers = null ): array { - return $this->validationReturn; + // map validation message string to an expected instance of ValidationError + return array_map( + static fn (array $errors): array => array_map( + static fn (string $error): ValidationError => new ValidationError($error), + $errors + ), + $this->validationReturn + ); } }; } From ecff83038ae7b3e8e5d2770b66b96d5ca2516cb0 Mon Sep 17 00:00:00 2001 From: Andrew Longosz <alongosz@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:36:17 +0200 Subject: [PATCH 10/10] [PHPStan] Removed resolved issues from the baseline --- phpstan-baseline.neon | 288 ------------------------------------------ 1 file changed, 288 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index d3e8045563..d5badf640c 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -2910,12 +2910,6 @@ parameters: count: 1 path: src/bundle/Core/Features/Context/QueryControllerContext.php - - - message: '#^Interface Ibexa\\Contracts\\Core\\Repository\\RoleService referenced with incorrect case\: Ibexa\\Contracts\\Core\\Repository\\roleService\.$#' - identifier: interface.nameCase - count: 1 - path: src/bundle/Core/Features/Context/RoleContext.php - - message: '#^Method Ibexa\\Bundle\\Core\\Features\\Context\\RoleContext\:\:getRole\(\) should return Ibexa\\Contracts\\Core\\Repository\\Values\\User\\Role but returns Ibexa\\Contracts\\Core\\Repository\\Values\\User\\Role\|null\.$#' identifier: return.type @@ -4416,12 +4410,6 @@ parameters: count: 1 path: src/contracts/MVC/Templating/BaseRenderStrategy.php - - - message: '#^Method Ibexa\\Contracts\\Core\\MVC\\View\\VariableProvider\:\:getTwigVariables\(\) has parameter \$options with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/contracts/MVC/View/VariableProvider.php - - message: '#^Method Ibexa\\Contracts\\Core\\Persistence\\Bookmark\\Handler\:\:loadByUserIdAndLocationId\(\) has parameter \$locationIds with no value type specified in iterable type array\.$#' identifier: missingType.iterableValue @@ -5460,12 +5448,6 @@ parameters: count: 1 path: src/contracts/Repository/UserService.php - - - message: '#^Method Ibexa\\Contracts\\Core\\Repository\\Validator\\ContentValidator\:\:validate\(\) has parameter \$context with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/contracts/Repository/Validator/ContentValidator.php - - message: '#^Class Ibexa\\Contracts\\Core\\Repository\\Values\\Bookmark\\BookmarkList implements generic interface IteratorAggregate but does not specify its types\: TKey, TValue$#' identifier: missingType.generics @@ -6882,18 +6864,6 @@ parameters: count: 1 path: src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php - - - message: '#^Method Ibexa\\Core\\FieldType\\Keyword\\KeywordStorage\\Gateway\\DoctrineStorage\:\:storeFieldData\(\) has no return type specified\.$#' - identifier: missingType.return - count: 1 - path: src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php - - - - message: '#^PHPDoc tag @param has invalid value \(\\Ibexa\\Contracts\\Core\\Persistence\\Content\\Field\)\: Unexpected token "\\n \* ", expected variable at offset 137 on line 4$#' - identifier: phpDoc.parseError - count: 1 - path: src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php - - message: '#^Parameter \#1 \$keywordsToInsert of method Ibexa\\Core\\FieldType\\Keyword\\KeywordStorage\\Gateway\\DoctrineStorage\:\:insertKeywords\(\) expects array\<string\>, array\<true\> given\.$#' identifier: argument.type @@ -17388,12 +17358,6 @@ parameters: count: 1 path: src/lib/Repository/Permission/PermissionResolver.php - - - message: '#^PHPDoc tag @param for parameter \$callback contains unresolvable type\.$#' - identifier: parameter.unresolvableType - count: 1 - path: src/lib/Repository/Permission/PermissionResolver.php - - message: '#^PHPDoc tag @var does not specify variable name\.$#' identifier: varTag.noVariable @@ -18006,12 +17970,6 @@ parameters: count: 1 path: src/lib/Repository/Strategy/ContentValidator/ContentValidatorStrategy.php - - - message: '#^Method Ibexa\\Core\\Repository\\Strategy\\ContentValidator\\ContentValidatorStrategy\:\:validate\(\) has parameter \$context with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Strategy/ContentValidator/ContentValidatorStrategy.php - - message: '#^Property Ibexa\\Core\\Repository\\Strategy\\ContentValidator\\ContentValidatorStrategy\:\:\$contentValidators \(array\<Ibexa\\Contracts\\Core\\Repository\\Validator\\ContentValidator\>\) does not accept iterable\.$#' identifier: assign.propertyType @@ -18060,12 +18018,6 @@ parameters: count: 1 path: src/lib/Repository/TrashService.php - - - message: '#^Class Ibexa\\Contracts\\Core\\Persistence\\Content\\UrlAlias referenced with incorrect case\: Ibexa\\Contracts\\Core\\Persistence\\Content\\URLAlias\.$#' - identifier: class.nameCase - count: 7 - path: src/lib/Repository/URLAliasService.php - - message: '#^Method Ibexa\\Core\\Repository\\URLAliasService\:\:choosePrioritizedLanguageCode\(\) has parameter \$entries with no value type specified in iterable type array\.$#' identifier: missingType.iterableValue @@ -18300,24 +18252,12 @@ parameters: count: 4 path: src/lib/Repository/UserService.php - - - message: '#^Method Ibexa\\Core\\Repository\\Validator\\ContentCreateStructValidator\:\:validate\(\) has parameter \$context with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Validator/ContentCreateStructValidator.php - - message: '#^Cannot access property \$value on Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Field\|null\.$#' identifier: property.nonObject count: 2 path: src/lib/Repository/Validator/ContentUpdateStructValidator.php - - - message: '#^Method Ibexa\\Core\\Repository\\Validator\\ContentUpdateStructValidator\:\:validate\(\) has parameter \$context with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Validator/ContentUpdateStructValidator.php - - message: '#^Property Ibexa\\Core\\Repository\\Validator\\ContentUpdateStructValidator\:\:\$contentLanguageHandler \(Ibexa\\Core\\Persistence\\Legacy\\Content\\Language\\Handler\) does not accept Ibexa\\Contracts\\Core\\Persistence\\Content\\Language\\Handler\.$#' identifier: assign.propertyType @@ -18378,18 +18318,6 @@ parameters: count: 1 path: src/lib/Repository/Values/Content/Content.php - - - message: '#^Method Ibexa\\Core\\Repository\\Values\\Content\\TrashItem\:\:getProperties\(\) has parameter \$dynamicProperties with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Values/Content/TrashItem.php - - - - message: '#^Method Ibexa\\Core\\Repository\\Values\\Content\\TrashItem\:\:getProperties\(\) return type has no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Values/Content/TrashItem.php - - message: '#^Method Ibexa\\Core\\Repository\\Values\\ContentType\\ContentType\:\:__construct\(\) has parameter \$data with no value type specified in iterable type array\.$#' identifier: missingType.iterableValue @@ -18408,18 +18336,6 @@ parameters: count: 1 path: src/lib/Repository/Values/ContentType/ContentType.php - - - message: '#^Method Ibexa\\Core\\Repository\\Values\\ContentType\\ContentTypeDraft\:\:getProperties\(\) has parameter \$dynamicProperties with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Values/ContentType/ContentTypeDraft.php - - - - message: '#^Method Ibexa\\Core\\Repository\\Values\\ContentType\\ContentTypeDraft\:\:getProperties\(\) return type has no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Values/ContentType/ContentTypeDraft.php - - message: '#^PHPDoc tag @return with type array\<Ibexa\\Contracts\\Core\\Repository\\Values\\ContentType\\FieldDefinition\> is incompatible with native type Ibexa\\Contracts\\Core\\Repository\\Values\\ContentType\\FieldDefinitionCollection\.$#' identifier: return.phpDocType @@ -18480,24 +18396,12 @@ parameters: count: 1 path: src/lib/Repository/Values/ContentType/FieldDefinition.php - - - message: '#^Method Ibexa\\Core\\Repository\\Values\\ContentType\\FieldDefinitionCollection\:\:__construct\(\) has parameter \$fieldDefinitions with no value type specified in iterable type iterable\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php - - message: '#^Method Ibexa\\Core\\Repository\\Values\\ContentType\\FieldDefinitionCollection\:\:map\(\) return type has no value type specified in iterable type array\.$#' identifier: missingType.iterableValue count: 1 path: src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php - - - message: '#^PHPDoc tag @param has invalid value \(\\Ibexa\\Contracts\\Core\\Repository\\Values\\ContentType\\FieldDefinition\[\]\)\: Unexpected token "\\n ", expected variable at offset 87 on line 2$#' - identifier: phpDoc.parseError - count: 1 - path: src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php - - message: '#^Method Ibexa\\Core\\Repository\\Values\\ContentType\\FieldType\:\:fieldSettingsFromHash\(\) has parameter \$fieldSettingsHash with no value type specified in iterable type array\.$#' identifier: missingType.iterableValue @@ -18570,36 +18474,12 @@ parameters: count: 1 path: src/lib/Repository/Values/User/RoleDraft.php - - - message: '#^Method Ibexa\\Core\\Repository\\Values\\User\\User\:\:getProperties\(\) has parameter \$dynamicProperties with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Values/User/User.php - - - - message: '#^Method Ibexa\\Core\\Repository\\Values\\User\\User\:\:getProperties\(\) return type has no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Values/User/User.php - - message: '#^PHPDoc tag @return with type mixed is not subtype of native type Ibexa\\Contracts\\Core\\FieldType\\Value\|null\.$#' identifier: return.phpDocType count: 1 path: src/lib/Repository/Values/User/User.php - - - message: '#^Method Ibexa\\Core\\Repository\\Values\\User\\UserGroup\:\:getProperties\(\) has parameter \$dynamicProperties with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Values/User/UserGroup.php - - - - message: '#^Method Ibexa\\Core\\Repository\\Values\\User\\UserGroup\:\:getProperties\(\) return type has no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: src/lib/Repository/Values/User/UserGroup.php - - message: '#^PHPDoc tag @return with type mixed is not subtype of native type Ibexa\\Contracts\\Core\\FieldType\\Value\|null\.$#' identifier: return.phpDocType @@ -21906,30 +21786,6 @@ parameters: count: 2 path: tests/bundle/Core/EventListener/BackgroundIndexingTerminateListenerTest.php - - - message: '#^Method Ibexa\\Tests\\Bundle\\Core\\EventListener\\BackwardCompatibleCommandListenerTest\:\:createBackwardCompatibleCommand\(\) has parameter \$aliases with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php - - - - message: '#^Method Symfony\\Component\\Console\\Command\\Command@anonymous/tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest\.php\:116\:\:__construct\(\) has parameter \$deprecatedAliases with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php - - - - message: '#^PHPDoc tag @return with type Ibexa\\Bundle\\Core\\Command\\BackwardCompatibleCommand\|Symfony\\Component\\Console\\Command\\Command is not subtype of native type Symfony\\Component\\Console\\Command\\Command\.$#' - identifier: return.phpDocType - count: 1 - path: tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php - - - - message: '#^Parameter \#1 \$string of function trim expects string, string\|null given\.$#' - identifier: argument.type - count: 1 - path: tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php - - message: '#^Argument of an invalid type PHPUnit\\Framework\\MockObject\\MockObject supplied for foreach, only iterables are supported\.$#' identifier: foreach.nonIterable @@ -23628,18 +23484,6 @@ parameters: count: 1 path: tests/integration/Core/FieldType/FieldConstraintsStorage/FieldConstraintsStorageTest.php - - - message: '#^Method Ibexa\\Tests\\Integration\\Core\\FieldType\\FieldConstraintsStorage\\Stub\\ExampleFieldConstraintsStorage\:\:__construct\(\) has parameter \$fieldConstraints with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php - - - - message: '#^PHPDoc tag @param has invalid value \(\\Ibexa\\Contracts\\Core\\Persistence\\Content\\FieldTypeConstraints\[\]\)\: Unexpected token "\\n ", expected variable at offset 82 on line 2$#' - identifier: phpDoc.parseError - count: 1 - path: tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php - - message: '#^Method Ibexa\\Tests\\Integration\\Core\\IO\\BinarydataHandler\\FlysystemTest\:\:getBinaryDataHandler\(\) should return Ibexa\\Core\\IO\\IOBinarydataHandler but returns object\.$#' identifier: return.type @@ -43590,24 +43434,12 @@ parameters: count: 1 path: tests/lib/MVC/Symfony/Event/ScopeChangeEventTest.php - - - message: '#^Method Ibexa\\Contracts\\Core\\MVC\\View\\VariableProvider@anonymous/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest\.php\:47\:\:getTwigVariables\(\) has parameter \$options with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php - - message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\EventListener\\ContentViewTwigVariablesSubscriberTest\:\:getRegistry\(\) has parameter \$providers with no value type specified in iterable type array\.$#' identifier: missingType.iterableValue count: 1 path: tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php - - - message: '#^Property Ibexa\\Contracts\\Core\\MVC\\View\\VariableProvider@anonymous/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest\.php\:47\:\:\$identifier has no type specified\.$#' - identifier: missingType.property - count: 1 - path: tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php - - message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\EventListener\\LanguageSwitchListenerTest\:\:testGetSubscribedEvents\(\) has no return type specified\.$#' identifier: missingType.return @@ -45738,78 +45570,6 @@ parameters: count: 1 path: tests/lib/MVC/Symfony/Templating/RenderLocationStrategyTest.php - - - message: '#^Argument of an invalid type string supplied for foreach, only iterables are supported\.$#' - identifier: foreach.nonIterable - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - - - message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:getExtensions\(\) return type has no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - - - message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:getLocale\(\) should return string but returns array\<int, mixed\>\.$#' - identifier: return.type - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - - - message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:setConfigurationLocale\(\) has no return type specified\.$#' - identifier: missingType.return - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - - - message: '#^PHPDoc tag @param has invalid value \(\\Ibexa\\Contracts\\Core\\SiteAccess\\ConfigResolverInterface\|\\PHPUnit\\Framework\\MockObject\\MockObject\)\: Unexpected token "\\n ", expected variable at offset 115 on line 2$#' - identifier: phpDoc.parseError - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - - - message: '#^PHPDoc tag @param has invalid value \(\\Ibexa\\Core\\MVC\\Symfony\\Locale\\LocaleConverterInterface\|\\PHPUnit\\Framework\\MockObject\\MockObject\)\: Unexpected token "\\n ", expected variable at offset 114 on line 2$#' - identifier: phpDoc.parseError - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - - - message: '#^PHPDoc tag @param has invalid value \(\\Symfony\\Contracts\\Translation\\TranslatorInterface\|\\PHPUnit\\Framework\\MockObject\\MockObject\)\: Unexpected token "\\n ", expected variable at offset 109 on line 2$#' - identifier: phpDoc.parseError - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - - - message: '#^Property Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:\$configResolverInterfaceMock has no type specified\.$#' - identifier: missingType.property - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - - - message: '#^Property Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:\$locale has no type specified\.$#' - identifier: missingType.property - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - - - message: '#^Property Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:\$localeConverterInterfaceMock has no type specified\.$#' - identifier: missingType.property - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - - - message: '#^Property Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:\$suffixes has no type specified\.$#' - identifier: missingType.property - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - - - message: '#^Property Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:\$translatorMock has no type specified\.$#' - identifier: missingType.property - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php - - message: '#^Anonymous function should return non\-empty\-string but returns non\-empty\-string\|false\.$#' identifier: return.type @@ -45984,12 +45744,6 @@ parameters: count: 1 path: tests/lib/MVC/Symfony/View/Renderer/TemplateRendererTest.php - - - message: '#^Method Ibexa\\Contracts\\Core\\MVC\\View\\VariableProvider@anonymous/tests/lib/MVC/Symfony/View/VariableProviderRegistryTest\.php\:29\:\:getTwigVariables\(\) has parameter \$options with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: tests/lib/MVC/Symfony/View/VariableProviderRegistryTest.php - - message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\View\\VariableProviderRegistryTest\:\:getRegistry\(\) has parameter \$providers with no value type specified in iterable type array\.$#' identifier: missingType.iterableValue @@ -54036,30 +53790,6 @@ parameters: count: 1 path: tests/lib/Repository/ContentThumbnail/StaticStrategyTest.php - - - message: '#^Method Ibexa\\Contracts\\Core\\Repository\\Validator\\ContentValidator@anonymous/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest\.php\:88\:\:__construct\(\) has parameter \$validationReturn with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php - - - - message: '#^Method Ibexa\\Contracts\\Core\\Repository\\Validator\\ContentValidator@anonymous/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest\.php\:88\:\:validate\(\) has parameter \$context with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php - - - - message: '#^Method Ibexa\\Tests\\Core\\Repository\\ContentValidator\\ContentValidatorStrategyTest\:\:buildContentValidator\(\) has parameter \$validationReturn with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php - - - - message: '#^Property Ibexa\\Contracts\\Core\\Repository\\Validator\\ContentValidator@anonymous/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest\.php\:88\:\:\$validationReturn type has no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php - - message: '#^Method Ibexa\\Tests\\Core\\Repository\\Decorator\\BookmarkServiceDecoratorTest\:\:testCreateBookmarkDecorator\(\) has no return type specified\.$#' identifier: missingType.return @@ -59484,12 +59214,6 @@ parameters: count: 2 path: tests/lib/Repository/Service/Mock/UserTest.php - - - message: '#^Call to method expects\(\) on an unknown class object\.$#' - identifier: class.notFound - count: 4 - path: tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php - - message: '#^Method Ibexa\\Tests\\Core\\Repository\\SiteAccessAware\\AbstractServiceTestCase\:\:getAPIServiceClassName\(\) has no return type specified\.$#' identifier: missingType.return @@ -59592,18 +59316,6 @@ parameters: count: 4 path: tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php - - - message: '#^Property Ibexa\\Tests\\Core\\Repository\\SiteAccessAware\\AbstractServiceTestCase\:\:\$innerApiServiceMock \(object&PHPUnit\\Framework\\MockObject\\MockObject\) does not accept PHPUnit\\Framework\\MockObject\\MockObject\.$#' - identifier: assign.propertyType - count: 1 - path: tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php - - - - message: '#^Property Ibexa\\Tests\\Core\\Repository\\SiteAccessAware\\AbstractServiceTestCase\:\:\$innerApiServiceMock has unknown class object as its type\.$#' - identifier: class.notFound - count: 1 - path: tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php - - message: '#^Unable to resolve the template type T in call to method PHPUnit\\Framework\\TestCase\:\:getMockBuilder\(\)$#' identifier: argument.templateType